Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Touchpad" "SendCoreEvents"
- EndSection
- Section "Files"
- ModulePath "/usr/lib64/xorg/modules"
- FontPath "/usr/share/fonts/misc/"
- FontPath "/usr/share/fonts/TTF/"
- FontPath "/usr/share/fonts/OTF"
- FontPath "/usr/share/fonts/Type1/"
- FontPath "/usr/share/fonts/100dpi/"
- FontPath "/usr/share/fonts/75dpi/"
- EndSection
- Section "Module"
- Load "extmod"
- Load "dri"
- Load "glx"
- Load "dri2"
- Load "dbe"
- Load "record"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
- Option "XkbLayout" "us,ru"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "InputDevice"
- Identifier "Touchpad"
- Driver "synaptics"
- Option "Protocol" "auto-dev"
- Option "Device" "/dev/psaux"
- Option "ZAxisMapping" "4 5"
- Option "LeftEdge" "1900"
- Option "RightEdge" "5400"
- Option "TopEdge" "1800"
- Option "BottomEdge" "3900"
- Option "FingerLow" "25"
- Option "FingerHigh" "30"
- Option "MaxTapTime" "180"
- Option "MaxTapMove" "220"
- Option "VertScrollDelta" "100"
- Option "MinSpeed" "0.02"
- Option "MaxSpeed" "0.18"
- Option "AccelFactor" "0.0010"
- Option "UpDownScrolling" "on"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "intel"
- Option "DRI" "true"
- Option "NoAccel" "false"
- Option "AccelMethod" "EXA"
- Option "MigrationHeuristic" "greedy"
- Option "ExaNoComposite" "false"
- Option "EXANoUploadToScreen" "true"
- VendorName "Intel Corporation"
- BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
- BusID "PCI:0:2:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 15
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
- Section "Extensions"
- Option "Composite" "Enable"
- Option "RENDER" "Enable"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement