修復 X-window on Deian 5

凍仁灌完 Debian 5.0.3 重開後,正剛要進入 Login Window (也就是所謂的 GDM - GNOME Display Manager) 時,不知是因偵測到的解析度過高還是如何,螢幕顯示超出工作範圍.. 無法顯示畫面的情況,目前已正常登入 Debian

1. 察看顯示卡型號。
jonny@lenny:~$ lspci | grep VGA [Enter]
VGA compatible controller: nVidia Corporation GeForce 7300 GT (rev a2)

2. 檢查系統有無載入模組。
jonny@lenny:~$ ls -l /usr/lib/xorg/modules/drivers | grep nv_div.so [Enter]
-rw-r--r-- 1 root root 163440 2008-07-01 13:22 nv_drv.so

3. 修改 xorg .conf 設定,其紅字部份請手動輸入。
jonny@lenny:~$ sudo vi /etc/X11/xorg.conf [Enter]

Section "Device"
    Identifier   "Configured Video Device"
    Driver   "nv"
    VendorName   "nVidia GeF7300 GT"
EndSection

Section "Monitor"
    Identifier   "Configured Monitor"
    VendorName   "Unknown"
    ModelName   "Unknown"
    HorizSync   30.0 - 100.0
    VertRefresh   50.0 - 120.0
    Option   "DPMS"

EndSection

Section "Screen"
    Identifier   "Default Screen"
    Monitor   "Configured Monitor"
    Device   "Configured Video Device"
    DefaultDepth   24
    SubSection   "Display"
        Depth   24
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection

EndSection

4. 重新啟動 x-window。
jonny@lenny:~$ sudo /etc/init.d/gdm restart [Enter]

資料來源:
dpkg-reconfigure xserver-xorg怎麼沒有可以設定解析度的地方? - 摩托學園

留言

Popular Articles

MySQL 語法匯整