Sunday, 31. August 2008, 01:51:59
自己紀錄一下螢幕解析度的設定方式。
OS : Ubuntu 8.10 Alpha 4
LCD : 19" 寬螢幕
顯示卡 : Nvidia GeForce 8400
1. 啟用顯示卡驅動程式
系統 > 管理 > 硬體驅動程式 ---> 啟用
2. 修改 /etc/X11/xorg.conf 後登出再登入就可以了
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1440x900"
Horizsync 30.0 - 82.0Vertrefresh 56.0 - 76.0 modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1440x900@60" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsyncGamma1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1440 900Modes
"1440x900@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
還是平時養成備份的習慣 , 當出問題時直接覆蓋就好

備一份我自己的設定檔 :
xorg.conf