|
|
#1 | |
|
Registered User
Join Date: Jun 2005
Posts: 5
|
Prior to switching to switching to the nvidia driver, I was using Xorg's nv driver. I have a Dell 2005FPW which is an LCD monitor with a native resolution of 1680x1050.
When using the nv driver, I was able to specify the ModeLine for that resolution. E.g., the xorg.conf entry was: Code:
ModeLine "1680x1050" 188.1 1680 1800 1984 2288 1050 1051 1054 1096 Code:
(II) NVIDIA(0): Not using mode "1680x1050" (bad mode clock/interlace/doublescan) |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jun 2005
Posts: 1
|
You can set your resolution in Modes line: Section "Screen" -> SubSection "Display" -> Modes
For.Ex.: Code:
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2005
Posts: 5
|
Thanks, for the reply. The problem, unfortunately, is the ModeLine entry. My Screen section does have a Mode entry, referring to the 1680x1050 mode.
Code:
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jun 2005
Posts: 5
|
Answer to my own question: use Windows
...The ModeLine entered while working for Xorg's nv did not for NVidia's nvidia. A post on another nvnews forum (here ) identfied a working Modeline entry as reported by some Windows utility. The working ModeLine entry is: Code:
ModeLine "1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 Code:
Section "ServerLayout" Identifier "default" Screen 0 "OfficeScreen" 0 0 InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11/lib/X11/rgb" ModulePath "/usr/X11/lib/modules" FontPath "/usr/X11/lib/X11/fonts/TrueType/" FontPath "/usr/X11/lib/X11/fonts/Type1/" FontPath "/usr/X11/lib/X11/fonts/Type1/sun/" FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/" FontPath "/usr/X11/lib/X11/fonts/misc/" FontPath "/usr/X11/lib/X11/fonts/100dpi/" FontPath "/usr/X11/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "IA" Load "Xst" Load "dbe" Load "extmod" Load "record" Load "xtrap" Load "bitstream" Load "type1" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "OfficeHead" VendorName "Dell" ModelName "Dell 2005FPW" Option "DPMS" ModeLine "1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 EndSection Section "Device" Identifier "Quadro4" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV18GL [Quadro4 NVS AGP 8x]" BusID "PCI:9:0:0" Option "CursorShadow" "true" EndSection Section "Screen" Identifier "OfficeScreen" Device "Quadro4" Monitor "OfficeHead" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" EndSubSection EndSection |
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Apr 2011
Posts: 6
|
Quote:
Last edited by jordantech; 05-18-11 at 02:16 PM. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SuSe 8.0 Problems. | GaMMa | NVIDIA Linux | 19 | 09-26-02 06:51 AM |