Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /etc/X11/xorg.conf.d/keyboard.conf:
- Section "InputClass"
- Identifier "keyboard"
- Driver "evdev"
- Option "Protocol" "event"
- MatchIsKeyboard "1"
- Option "XkbLayout" "us,ru"
- Option "XkbOptions" "grp:caps_toggle,grp:switch,grp_led:caps,compose:ralt,terminate:ctrl_alt_bksp"
- EndSection
- # /etc/X11/xorg.conf.d/touchpad.conf
- Section "InputClass"
- Identifier "Synaptics"
- Driver "synaptics"
- MatchIsTouchpad "1"
- MatchProduct "Synaptics TouchPad"
- Option "TapButton1" "1"
- Option "TapButton2" "2"
- Option "TapButton3" "3"
- Option "VertTwoFingerScroll" "1"
- Option "HorizTwoFingerScroll" "1"
- EndSection
- # /etc/X11/xorg.conf
- Section "ServerLayout"
- Identifier "Main"
- Screen "HP Screen" 0 0
- EndSection
- Section "ServerFlags"
- Option "Xinerama" "Off"
- EndSection
- Section "Files"
- ModulePath "/usr/lib64/xorg/modules"
- ModulePath "/usr/lib64/opengl/xorg-x11/"
- FontPath "/usr/share/fonts/75dpi/"
- FontPath "/usr/share/fonts/100dpi/"
- FontPath "/usr/share/fonts/corefonts/"
- FontPath "/usr/share/fonts/cyrillic/"
- FontPath "/usr/share/fonts/dejavu/"
- FontPath "/usr/share/fonts/intlfonts/"
- FontPath "/usr/share/fonts/misc/"
- FontPath "/usr/share/fonts/tahoma/"
- FontPath "/usr/share/fonts/terminus/"
- FontPath "/usr/share/fonts/urw-fonts/"
- EndSection
- Section "Module"
- Load "glx"
- Load "dri"
- EndSection
- Section "Monitor"
- Identifier "AUO 129e"
- VendorName "AUO"
- ModelName "129e"
- EndSection
- Section "Device"
- Identifier "ATI Radeon HD6370M"
- Driver "fglrx"
- BusID "PCI:1:0:0"
- Option "BackingStore" "False"
- Option "TexturedVideo" "On"
- Option "UseEdidDpi" "False"
- Option "DPI" "96 x 96"
- EndSection
- Section "Screen"
- Identifier "HP Screen"
- Device "ATI Radeon HD6370M"
- Monitor "AUO 129e"
- EndSection
- Section "DRI"
- Group "video"
- Mode 0666
- EndSection
- Section "Extensions"
- Option "Composite" "On"
- # Option "XVideo" "Disable"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement