Debian / Lenny (稳定版) 上的 Nvidia 驱动程序 -> 安装成功 -> 显示器变黑

Debian / Lenny (稳定版) 上的 Nvidia 驱动程序 -> 安装成功 -> 显示器变黑

我已在 debian/lenny 上成功安装了我的 nvidia(geforce 7300 gt)显卡的专有驱动程序。

我知道这不是选择安装驱动程序的最佳方式(请参阅此链接:http://wiki.debian.org/NvidiaGraphicsDrivers#non-freedrivers)。但这两种方式对我来说似乎都是可行的(nvidia-kernel 模块编译)。

现在的问题是,启动 x-server 后,显示器变黑,电源灯开始闪烁。

简单看一下日志(输出从 /var/log/Xorg.0.log 截断):

    (II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) Jul 28 17:10:11 NVIDIA(0): Enabling RENDER acceleration
(II) Jul 28 17:10:11 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Jul 28 17:10:11 NVIDIA(0):     enabled.
(II) Jul 28 17:10:11 NVIDIA(0): NVIDIA GPU GeForce 7300 GT (G73) at PCI:1:0:0 (GPU-0)
(--) Jul 28 17:10:11 NVIDIA(0): Memory: 262144 kBytes
(--) Jul 28 17:10:11 NVIDIA(0): VideoBIOS: 05.73.22.25.00
(II) Jul 28 17:10:11 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Jul 28 17:10:11 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Jul 28 17:10:11 NVIDIA(0): Connected display device(s) on GeForce 7300 GT at PCI:1:0:0:
(--) Jul 28 17:10:11 NVIDIA(0):     Samsung SyncMaster (CRT-0)
(--) Jul 28 17:10:11 NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) Jul 28 17:10:11 NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(--) Jul 28 17:10:11 NVIDIA(0): Samsung SyncMaster (DFP-0): 165.0 MHz maximum pixel clock
(--) Jul 28 17:10:11 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) Jul 28 17:10:11 NVIDIA(0): Assigned Display Device: CRT-0
(==) Jul 28 17:10:11 NVIDIA(0): 
(==) Jul 28 17:10:11 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Jul 28 17:10:11 NVIDIA(0):     will be used as the requested mode.
(==) Jul 28 17:10:11 NVIDIA(0): 
(II) Jul 28 17:10:11 NVIDIA(0): Validated modes:
(II) Jul 28 17:10:11 NVIDIA(0):     "nvidia-auto-select"
(II) Jul 28 17:10:11 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) Jul 28 17:10:11 NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
(--) Jul 28 17:10:11 NVIDIA(0):     option
(==) Jul 28 17:10:11 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp

这是由 nvidia-xconfig 生成的完整 /etc/X11/xorg.conf 文件:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 256.35  (buildmeister@builder101)  Wed Jun 16 19:25:59 PDT 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Hor

答案1

问题解决了。解决方案简单易行:

我刚刚按下了显示器的“自动”按钮。听起来很奇怪,但事实就是这样 :/

我假设某些配置使用 gtf (gtf 1280 1024 60)

还提供了必要的结果。

相关内容