Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Section "Files"
  2. EndSection
  3. Section "Module"
  4. Load "dbe"
  5. Disable "dri"
  6. Disable "dri2"
  7. Disable "glx"
  8. SubSection "extmod"
  9. Option "omit xfree86-dga"
  10. EndSubSection
  11. EndSection
  12.  
  13.  
  14. Section "ServerFlags"
  15. Option "AIGLX" "false"
  16. Option "NoAccel" "True"
  17. Option "NoDRI" "True"
  18. Option "DRI" "False"
  19. Option "DRI2" "False"
  20. EndSection
  21.  
  22.  
  23. Section "InputDevice"
  24. Identifier "Keyboard1"
  25. Driver "kbd"
  26. EndSection
  27.  
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse1"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/sysmouse"
  34. EndSection
  35.  
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor"
  39. EndSection
  40.  
  41.  
  42. Section "Device"
  43. Identifier "Generic FB"
  44. Driver "scfb"
  45. Option "NoAccel" "True"
  46. EndSection
  47.  
  48.  
  49. Section "Screen"
  50. Identifier "Screen"
  51. Device "Generic FB"
  52. Monitor "Monitor"
  53. DefaultDepth 16
  54. SubSection "Display"
  55. Depth 16
  56. EndSubsection
  57. EndSection
  58.  
  59.  
  60. Section "ServerLayout"
  61. Identifier "layout"
  62. Screen 0 "Screen" 0 0
  63. InputDevice "Mouse1" "CorePointer"
  64. InputDevice "Keyboard1" "CoreKeyboard"
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement