Home Page › forums › Applications › Shake › nVidia Shake Linux
- This topic has 1 reply, 2 voices, and was last updated 15 years, 9 months ago by chrise.
-
AuthorPosts
-
February 10, 2005 at 3:39 pm #199915spaderParticipant
Hi everybody,
could anyone send me a working config file of the X11 server for RH9, Shake, nVidia Graphics (either Quadro FX or Geforce type).
Many thanks,
SonjaFebruary 18, 2005 at 5:22 pm #209372chriseParticipantCareful, cos this message interface is wrapping lines………
> cat XF86Config
Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Screen0” 0 0
InputDevice “cursor” “SendCoreEvents”
InputDevice “stylus” “SendCoreEvents”
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “DevInputMice” “AlwaysCore”
EndSectionSection “Files”
RgbPath “/usr/X11R6/lib/X11/rgb”
FontPath “unix/:7100”
EndSectionSection “Module”
Load “dbe”
Load “extmod”
Load “fbdevhw”
Load “glx”
Load “record”
Load “freetype”
Load “type1”
# Load “dri”
Load “wacom”
EndSectionSection “InputDevice”
Identifier “Keyboard0”
Driver “keyboard”
Option “XkbRules” “xfree86”
Option “XkbModel” “pc105”
Option “XkbLayout” “gb”
EndSectionSection “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “IMPS/2”
Option “Device” “/dev/psaux”
Option “ZAxisMapping” “4 5”
Option “Emulate3Buttons” “no”
EndSectionSection “InputDevice”
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier “DevInputMice”
Driver “mouse”
Option “Protocol” “IMPS/2”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5”
Option “Emulate3Buttons” “no”
EndSectionSection “InputDevice”
Identifier “cursor”
Driver “wacom”
Option “Device” “/dev/input/event0” # SERIAL ONLY
Option “Type” “cursor”
EndSectionSection “InputDevice”
Identifier “stylus”
Driver “wacom”
Option “Device” “/dev/input/event0” # SERIAL ONLY
Option “Type” “stylus”
EndSectionSection “Monitor”
Identifier “Monitor0”
VendorName “Monitor Vendor”
ModelName “GDM-FW900”
DisplaySize 480 310
HorizSync 30.0 – 121.0
VertRefresh 48.0 – 160.0
ModeLine “1920×1200” 307.9 1920 2000 2400 2560 1200 1202 1214 1240
Option “dpms”
EndSectionSection “Device”
Identifier “Videocard0”
Driver “nvidia”
VendorName “Videocard vendor”
BoardName “NVIDIA Quadro 4 (generic)”
EndSectionSection “Screen”
Identifier “Screen0”
Device “Videocard0”
Monitor “Monitor0”
DefaultDepth 24
SubSection “Display”
Depth 24
Modes “1920×1200” “1600×1200” “1400×1050” “1280×1024” “1280×960” “1152×864” “1024×768” “800×600” “640×480”
EndSubSection
EndSection -
AuthorPosts
- You must be logged in to reply to this topic.
