Advertisement
Sharman

Xorg conf

Aug 24th, 2012
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Section "Module"
  2. Load "glx"
  3. Load "dri"
  4. EndSection
  5.  
  6. Section "Device"
  7. identifier "My Video Card"
  8. Driver "radeon"
  9. Option "XAANoOffscreenPixmaps" "true"
  10. Option "LinearAlloc" "8192"
  11. EndSection
  12.  
  13. Section "Files"
  14. ModulePath "/usr/lib/xorg/modules"
  15. EndSection
  16.  
  17. Section "InputClass"
  18. Identifier "evdev keyboard catchall"
  19. MatchIsKeyboard "on"
  20. MatchDevicePath "/dev/input/event*"
  21. Driver "evdev"
  22. Option "XkbModel" "pc105"
  23. Option "XkbLayout" "us,ru(winkeys)"
  24. Option "XkbOptions" "grp:caps_toggle,terminate:ctrl_alt_bksp,grp_led:caps,lv3:ralt_switch,misc:typo"
  25. EndSection
  26.  
  27. Section "ServerFlags"
  28. Option "AutoAddDevices" "false"
  29. Option "AllowEmptyInput" "off"
  30. Option "AllowMouseOpenFail" "true"
  31. Option "IgnoreABI" "on"
  32. Option "AIGLX" "off"
  33. EndSection
  34.  
  35. Section "DRI"
  36. Mode 0666
  37. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement