Advertisement
Guest User

scfb x server configuration

a guest
May 4th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. Option "AutoAddDevices" "Off"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/local/lib/xorg/modules"
  11. FontPath "/usr/local/share/fonts/misc/"
  12. FontPath "/usr/local/share/fonts/TTF/"
  13. FontPath "/usr/local/share/fonts/OTF/"
  14. FontPath "/usr/local/share/fonts/Type1/"
  15. FontPath "/usr/local/share/fonts/100dpi/"
  16. FontPath "/usr/local/share/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dbe"
  21. Disable "dri"
  22. Disable "dri2"
  23. Disable "glx"
  24. SubSection "extmod"
  25. Option "omit xfree86-dga"
  26. EndSubSection
  27. EndSection
  28.  
  29. Section "ServerFlags"
  30. Option "AIGLX" "false"
  31. Option "NoAccel" "True"
  32. Option "NoDRI" "True"
  33. Option "DRI" "False"
  34. Option "DRI2" "False"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Keyboard0"
  39. Driver "keyboard"
  40. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  41. Option "XkbLayout" "ch"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45. Identifier "Mouse0"
  46. Driver "mouse"
  47. Option "Protocol" "auto"
  48. Option "Device" "/dev/psm0"
  49. Option "Emulate3Buttons" "no"
  50. Option "EmulateWheel" "yes"
  51. Option "EmulateWheelTimeout" "200"
  52. Option "EmulateWheelButton" "2"
  53. Option "ZAxisMapping" "4 5"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "Monitor0"
  58. VendorName "Monitor Vendor"
  59. ModelName "Monitor Model"
  60. #HorizSync 30.0 - 107.0
  61. #VertRefresh 48.0 - 120.0
  62. ModeLine "1600x900_60.00" 119.0 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
  63. #Option "DPMS"
  64. EndSection
  65.  
  66. Section "Device"
  67. Identifier "Card0"
  68. Driver "scfb"
  69. Option "NoAccel" "True"
  70. BusID "PCI:0:2:0"
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Card0"
  76. Monitor "Monitor0"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Depth 24
  80. Modes "1600x900_60"
  81. EndSubSection
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement