|
|
#13 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Try adding this:
Option "ModeValidation" "NoDFPNativeResolutionCheck" |
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Aug 2007
Posts: 9
|
Now, I get:
(WW) NVIDIA(0): Unable to use mode "1024x768" for DFP-0; cannot compute (WW) NVIDIA(0): backend DFP timings (mode is larger than native backend (WW) NVIDIA(0): 640 x 480). |
|
|
|
|
|
|
#15 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Try adding this:
Option "ExactModeTimingsDVI" "true" |
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Aug 2007
Posts: 9
|
That worked! Thanks netllama for all your help. :-)
Although, not on the first try. I had the wrong HorizSync "31.5 - 48.4", just something I chose haphazardly, so the Ubuntu login screen was burned into my pixels for an hour or so. While the pixels were returning to normal, I booted into windows and checked the settings with my monitor's on screen menu. It was running 63.9 KHz and 60Hz. 2nd try was a success! I tried to use a depth of 32, but the X server didn't start b/c it thought 32 was not supported, resulting in no supported screen modes. Any way to ignore this, too? My xorg.conf looks like this now: Section "Monitor" Identifier "Generic Monitor" HorizSync 61 - 64 VertRefresh 60 Option "DPMS" EndSection Section "Device" Identifier "nVidia Corporation NV25 [GeForce4 Ti 4200]" Driver "nvidia" Option "UseEDID" "False" Option "ExactModeTimingsDVI" "true" Option "ModeValidation" "NoDFPNativeResolutionCheck" EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV25 [GeForce4 Ti 4200]" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1152x864" "1024x768" "800x600" EndSubSection EndSection |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Apr 2010
Posts: 1
|
I had the exact same issue. (the screenshot posted at the start of the thread).
You guys also helped me resolve my issue. Here's my xorg.conf to help with anyone else that might run into this issue. Using T85-D monitor and an nvidia n200 video card via DVI. Code:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
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"
HorizSync 61 - 64
# HorizSync 28.0 - 33.0
# VertRefresh 43.0 - 72.0
VertRefresh 60
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "UseEvents" "True"
Option "UseEDID" "False"
Option "ExactModeTimingsDVI" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nvidia driver quality decrease? | legluondunet | NVIDIA Linux | 17 | 06-26-12 10:03 AM |
| GT650M not recognized by 295.59 Driver on Ubuntu 12.04 | hvontres | NVIDIA Linux | 13 | 06-22-12 01:33 PM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| nvidia + 2.4.19 gentoo = messed up | ulukay | NVIDIA Linux | 18 | 11-01-02 11:58 PM |