|
|
#1 | |
|
Registered User
Join Date: Aug 2007
Posts: 6
|
Hello,
I recently upgrade my Debian testing and as a result I got the latest official nvidia driver 302.17. The problem faced now is that with the new driver, it fails to detect any kind of valid mode for my monitor (connected through HDMI) apart from the 800x600. My xorg.conf file contains the following: Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Video Card"
Monitor "Monitor0"
DefaultDepth 24
Option "ConnectedMonitor" "DFP"
SubSection "Display"
Depth 24
Modes "1680x1050" "800x600"
EndSubSection
EndSection
Now, after starting the X server these are the relevant messages in the Xorg.0.log file: Code:
[ 1688.580] (--) NVIDIA(0): Valid display device(s) on GeForce 210 at PCI:5:0:0 [ 1688.580] (--) NVIDIA(0): CRT-0 [ 1688.580] (--) NVIDIA(0): CRT-1 [ 1688.580] (--) NVIDIA(0): DFP-0 (connected) [ 1688.580] (--) NVIDIA(0): DFP-1 [ 1688.580] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock [ 1688.580] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock [ 1688.580] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock [ 1688.580] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS [ 1688.581] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock [ 1688.581] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS [ 1688.581] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 1688.581] (**) NVIDIA(0): device DFP-0 (Using EDID frequencies has been enabled on [ 1688.581] (**) NVIDIA(0): all display devices.) [ 1688.581] (WW) NVIDIA(0): No valid modes for "DFP-0:1680x1050"; removing. [ 1688.581] (WW) NVIDIA(0): No valid modes for "DFP-0:800x600"; removing. [ 1688.581] (WW) NVIDIA(0): [ 1688.581] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode [ 1688.581] (WW) NVIDIA(0): "nvidia-auto-select". [ 1688.581] (WW) NVIDIA(0): [ 1688.581] (II) NVIDIA(0): Validated modes: [ 1688.581] (II) NVIDIA(0): "DFP-0:nvidia-auto-select" [ 1688.581] (II) NVIDIA(0): Virtual screen size determined to be 800 x 600 [ 1688.602] (WW) NVIDIA(0): Unable to get display device DFP-0's EDID; cannot compute DPI [ 1688.602] (WW) NVIDIA(0): from DFP-0's EDID. [ 1688.602] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default [ 1688.602] (--) Depth 24 pixmap format is 32 bpp [ 1688.602] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. [ 1688.607] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select" [ 1688.648] (II) Loading extension NV-GLX Best Regards, kpapaxristou |
|
|
|
|
![]() |
| Thread Tools | |
|
|