nVidia Shake Linux

Home Page forums Applications Shake nVidia Shake Linux

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #199915
    spader
    Participant

    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,
    Sonja

    #209372
    chrise
    Participant

    Careful, 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”
    EndSection

    Section “Files”
    RgbPath “/usr/X11R6/lib/X11/rgb”
    FontPath “unix/:7100”
    EndSection

    Section “Module”
    Load “dbe”
    Load “extmod”
    Load “fbdevhw”
    Load “glx”
    Load “record”
    Load “freetype”
    Load “type1”
    # Load “dri”
    Load “wacom”
    EndSection

    Section “InputDevice”
    Identifier “Keyboard0”
    Driver “keyboard”
    Option “XkbRules” “xfree86”
    Option “XkbModel” “pc105”
    Option “XkbLayout” “gb”
    EndSection

    Section “InputDevice”
    Identifier “Mouse0”
    Driver “mouse”
    Option “Protocol” “IMPS/2”
    Option “Device” “/dev/psaux”
    Option “ZAxisMapping” “4 5”
    Option “Emulate3Buttons” “no”
    EndSection

    Section “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”
    EndSection

    Section “InputDevice”
    Identifier “cursor”
    Driver “wacom”
    Option “Device” “/dev/input/event0” # SERIAL ONLY
    Option “Type” “cursor”
    EndSection

    Section “InputDevice”
    Identifier “stylus”
    Driver “wacom”
    Option “Device” “/dev/input/event0” # SERIAL ONLY
    Option “Type” “stylus”
    EndSection

    Section “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”
    EndSection

    Section “Device”
    Identifier “Videocard0”
    Driver “nvidia”
    VendorName “Videocard vendor”
    BoardName “NVIDIA Quadro 4 (generic)”
    EndSection

    Section “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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Copy link
Powered by Social Snap