Hi,
I have Redhat 9.0 running. I am trying to get X to
work with a Leadtek video card based on the FX 5200 chipset.
I have Xfree 4.3.0 installed. I have updated my
video drivers with NVIDIA-Linux-x86-1.0-4496-pkg2.run. I followed the instructions to change the XF86Config-4 file
such that the video driver is "nvidia" instead of "nv" and commented out "dri"
and "GLCore".
When I do a startx with the "nvidia" driver, my
screen displays garbage and locks up. When I startx with "nv"
driver, X starts up fine, but does not load GLX extensions.
I did make sure that I loaded the "glx" extensions.
What I found to be contradictory is that nvidia is saying
to use "nvidia" drivers while XFree says to use "nv" drivers for this
chipset.
Do you know how what is wrong with the "glx"
extensions or where I may find them?
I have attached my XF86Config-4 and XFree.0.log
files.
Thank you,
Syta Saephan
|
Attachment:
XFree.0.log
Description: Binary data
[ssaephan@bogey X11]# cat XF86Config-4 Section "Module" Load "dbe" # Double buffer extension # SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension # EndSubSection Load "type1" Load "freetype" Load "extmod" Load "glx" # Load "dri" # Load "GLcore" Load "v4l" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Option "NvAGP" "1" EndSection # ********************************************************************** # Input devices # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "itouch" Option "XkbLayout" "us" EndSection Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "On" Option "ChordMiddle" EndSection Section "Monitor" Identifier "dell monitor" # HorizSync is in kHz unless units are specified. HorizSync 31-64 # VertRefresh is in Hz unless units are specified. VertRefresh 60-75 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "NV AGP" VendorName "nvidia" Driver "nv" BoardName "Unknown" Option "MetaModes" "1024x768, 800x600, 640x480" EndSection Section "Device" Identifier "Linux Frame Buffer" Driver "fbdev" BoardName "Unknown" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "NV AGP" Monitor "dell monitor" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" # ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" # ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" # ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection