Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted by mutanabbi ( 15 years ago )
Section "ServerFlags"
    Option "AllowEmptyInput" "True"
    Option "AutoAddDevices" "True"
    Option "AutoEnableDevices" "True"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
     Load       "glx"
     Load       "extmod"
     Load       "dbe"
     Disable    "dri"
     Disable    "dri2"
EndSection

Section "InputClass"
        Identifier      "Mouse1"
        MatchIsPointer  "on"
        MatchProduct    "TrackPoint"
        Driver          "evdev"
        Option          "EmulateWheelButton" "2"
        Option          "EmulateWheel" "on"
EndSection

Section "InputClass"
        Identifier "Keyboard1"
        Driver "evdev"
        MatchIsKeyboard "on"
        Option "xkbmodel" "evdev"
        Option "xkblayout" "us,ru"
        Option "xkbmodel" "pc104"
        Option "xkbvariant" ",winkeys"
        Option "xkbrules" "xorg"
        Option "xkboptions" "grp:alt_shift_toggle,grp_led:scroll"
        Option "AutoServerLayout" "on"
EndSection

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen         "Screen 1" 0 0
EndSection



Section "Device"
    # Insert Clocks lines here if appropriate
    Identifier     "ENV7600GS SILENT"
    Driver         "nvidia"
    Option         "NoLogo" "True"
    Option         "DynamicTwinView" "False"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "UseEvents" "false"
    Option         "TripleBuffer" "1"
    Option         "DamageEvents" "1"
    Option         "OnDemandVBlankInterrupts" "true"
    Option         "PixmapCacheSize" "1000000" # for 177.67 and later
    Option         "AllowSHMPixmaps" "0"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "ENV7600GS SILENT"
    DefaultDepth    24
    Option         "ColorTiling" "on"
    Option         "EnablePageFlip" "true"
    Option         "AccelMethod" "EXA"
    Option         "XAANoOffscreenPixmaps"
    Option         "AGPFastWrite" "on"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1366x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
    Option         "RENDER" "Enable"
EndSection

 

Revise this Paste

Your Name: Code Language: