Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Section "InputDevice"
  2. Identifier "Generic Keyboard"
  3. Driver "kbd"
  4. Option "XkbRules" "xorg"
  5. Option "XkbModel" "pc105"
  6. Option "XkbLayout" "latam"
  7. Option "XkbOptions" "lv3:ralt_switch"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11. Identifier "Configured Mouse"
  12. Driver "mouse"
  13. Option "CorePointer"
  14. EndSection
  15.  
  16. Section "Device"
  17. Identifier "Configured Video Device"
  18. Option "UseFBDev" "true"
  19. EndSection
  20.  
  21. Section "Monitor"
  22. Identifier "Configured Monitor"
  23. EndSection
  24.  
  25. Section "Screen"
  26. Identifier "Default Screen"
  27. Monitor "Configured Monitor"
  28. Device "Configured Video Device"
  29. EndSection
  30.  
  31. Section "ServerLayout"
  32. Identifier "Default Layout"
  33. Screen "Default Screen"
  34. EndSection
Add Comment
Please, Sign In to add comment