Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "Files"
- ModulePath "/usr/lib/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 "glx"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "us,ru"
- Option "XkbOptions" "grp:caps_toggle"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Device"
- Identifier "Radeon"
- Driver "radeon"
- BusID "PCI:0:1:0"
- Option "Monitor-DVI-0" "DVI-0"
- Option "Monitor-VGA-0" "VGA-0"
- EndSection
- Section "Monitor"
- Identifier "DVI-0"
- Modeline "1920x1080_59.94" 85.80 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
- Option "PreferredMode" "1920x1080_59.94"
- Option "LeftOf" "VGA-0"
- Option "DPMS" "false"
- EndSection
- Section "Monitor"
- Identifier "VGA-0"
- Modeline "1680x1050_59.88" 85.80 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
- Option "PreferredMode" "1680x1050_59.88"
- Option "RightOf" "DVI-0"
- Option "DPMS" "false"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Radeon"
- Monitor "VGA-0"
- DefaultDepth 24
- SubSection "Display"
- Depth 24
- Virtual 3600 1080
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement