Quote:
Originally posted by Palin
Could you post your XF86config files as well so we can get a look at it?
|
Sure! See below (most comments stripped out, though):
--
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
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
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
Load "type1"
Load "freetype" # This loads the GLX module
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"# When using XQUEUE, comment out the above two lines, and uncomment
Option "Emulate3Buttons"# Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "CTX960FL"
ModelName "CTX PR960F series"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
#VideoRam 8192
# Insert Clocks lines here if appropriate
# The following options are for the Nvidia driver
#
Identifier "AGPvideo"
Driver "nvidia"
BoardName "Abit GF4 MX"
Option "AGPMode" "4"
Option "RenderAccel" "on"
Option "NvAGP" "3"
Option "NoLogo" "on"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "AGPvideo"
Monitor "CTX960FL"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
--
Anything look odd? Frankly, I've never been too sure about that ``dbe'' module but the Nvidia driver installation instructions didn't mention touching it I left it alone.
TIA,
Rick