Hi,
I have a lot of trouble with my Digimate LCD-1705 TFT monitor and my NVidia 6800GT graphics card.
I seem to be stuck using an ancient version (1.0-7667) of the graphics driver. Every time I try to upgrade to a newer version of the driver, my monitor says the signal is out of range when I start X. This is most vexing.
It seems to make no difference if I set the VertRefresh and HorizSync values in my xorg.conf file. Neither does setting a different ModeLine seem to help me (using
http://xtiming.sourceforge.net/cgi-bin/xtiming.pl modeline generator to generate a ModeLine for 1280x1024@60).
I know my monitor is pretty rubbish, but comparing with newer models its refresh rate ranges look pretty standard: H 31-81KHz, V 56-75Hz.
I don't understand why I have so much trouble. For info, my config file is included.
I am using X.org 6.9.0 on Slack 11 with 2.4.33.3 kernel.
Thanks in advance.
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Nov 1 19:47:17 PST 2006
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
# allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x1024"
DisplaySize 336 270
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
ModeLine "1024x480" 65.0 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
# === Screen Management ===
Identifier "device1"
Driver "nvidia"
VendorName "ATI"
BoardName "ATI Radeon (fglrx)"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "FSAAMSPosY1" "0.000000"
Option "StereoSyncEnable" "1"
# === disable PnP Monitor ===
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAADisableGamma" "no"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
Option "GammaCorrectionII" "0x00000000"
Option "ForceGenericCPU" "no"
Option "VRefresh2" "unspecified"
Option "CenterMode" "off"
Option "FSAAMSPosY5" "0.000000"
Option "IgnoreEDID" "off"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
Option "FSAACustomizeMSPos" "no"
# === FSAA ===
Option "FSAAScale" "1"
# === FireGL DDX driver module specific settings ===
Option "DesktopSetup" "0x00000000"
Option "HSync2" "unspecified"
Option "TVHStartAdj" "0"
Option "FSAAMSPosX0" "0.000000"
Option "no_dri" "no"
Option "GammaCorrectionI" "0x00000000"
Option "BlockSignalsOnLock" "on"
Option "FSAAMSPosX1" "0.000000"
Option "UseInternalAGPGART" "no"
Option "MonitorLayout" "AUTO, AUTO"
# === Misc Options ===
Option "UseFastTLS" "0"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "FSAAMSPosY3" "0.000000"
Option "TVColorAdj" "0"
Option "TVVPosAdj" "0"
Option "TVStandard" "PAL-B"
Option "FSAAMSPosY2" "0.000000"
# === TV-out Management ===
Option "NoTV" "no"
Option "TVHPosAdj" "0"
Option "TVHSizeAdj" "0"
# === QBS Support ===
Option "Stereo" "off"
Option "ScreenOverlap" "0"
Option "FSAAMSPosX3" "0.000000"
Option "TVVSizeAdj" "0"
Option "XaaNoOffscreenPixmaps"
SubSection "Display"
Virtual 1280 1024
Depth 8
EndSubSection
SubSection "Display"
Virtual 1280 1024
Depth 15
EndSubSection
SubSection "Display"
Virtual 1280 1024
Depth 16
EndSubSection
SubSection "Display"
Virtual 1280 1024
Depth 24
EndSubSection
EndSection