Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Default Layout"
  3. Screen "Default Screen"
  4. Option "AutoAddDevices" "Off"
  5. InputDevice "Mouse"
  6. EndSection
  7.  
  8. Section "Files"
  9. # RgbPath "/usr/local/share/X11/rgb"
  10. ModulePath "/usr/lib/xorg/modules"
  11. # FontPath "/usr/share/fonts/X11/misc/"
  12. # FontPath "/usr/share/fonts/X11/TTF/"
  13. # FontPath "/usr/share/fonts/X11/OTF"
  14. # FontPath "/usr/share/fonts/X11/Type1/"
  15. # FontPath "/usr/share/fonts/X11/100dpi/"
  16. # FontPath "/usr/share/fonts/X11/75dpi/"
  17. EndSection
  18.  
  19. Section "InputClass"
  20. Identifier "evdev keyboard only"
  21. MatchIsKeyboard "On"
  22. MatchDevicePath "/dev/input/event*"
  23. Driver "kbd"
  24. EndSection
  25.  
  26.  
  27. Section "InputDevice"
  28. Identifier "Mouse"
  29. Driver "mouse"
  30. Option "CorePointer"
  31. EndSection
  32.  
  33. Section "Monitor"
  34. Identifier "CRT"
  35. Option "Enable" "true"
  36. EndSection
  37.  
  38. Section "Device"
  39. Driver "via"
  40. VendorName "VIA Tech"
  41. BoardName "via"
  42. Identifier "Configured Video Device"
  43. Option "MigrationHeuristic" "greedy"
  44. EndSection
  45.  
  46. Section "Screen"
  47. DefaultDepth 24
  48. SubSection "Display"
  49. # Virtual 2000 2000
  50. Depth 24
  51. EndSubSection
  52. Identifier "Default Screen"
  53. Device "Configured Video Device"
  54. EndSection
  55.  
  56. Section "DRI"
  57. Mode 0666
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement