Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/misc"
  11. FontPath "/usr/share/fonts/100dpi:unscaled"
  12. FontPath "/usr/share/fonts/75dpi:unscaled"
  13. FontPath "/usr/share/fonts/TTF"
  14. FontPath "/usr/share/fonts/Type1"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "dri"
  19. Load "extmod"
  20. Load "dbe"
  21. Load "glx"
  22. Load "record"
  23. Load "dri2"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Mouse0"
  33. Driver "mouse"
  34. Option "Protocol" "auto"
  35. Option "Device" "/dev/input/mice"
  36. Option "ZAxisMapping" "4 5 6 7"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor0"
  41. VendorName "Monitor Vendor"
  42. ModelName "Monitor Model"
  43. EndSection
  44.  
  45. Section "Device"
  46. ### Available Driver options are:-
  47. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  49. ### [arg]: arg optional
  50. #Option "NoAccel" # [<bool>]
  51. #Option "SWcursor" # [<bool>]
  52. #Option "ColorKey" # <i>
  53. #Option "CacheLines" # <i>
  54. #Option "Dac6Bit" # [<bool>]
  55. #Option "DRI" # [<bool>]
  56. #Option "NoDDC" # [<bool>]
  57. #Option "ShowCache" # [<bool>]
  58. #Option "XvMCSurfaces" # <i>
  59. #Option "PageFlip" # [<bool>]
  60. Identifier "Card0"
  61. Driver "intel"
  62. VendorName "Intel Corporation"
  63. BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
  64. BusID "PCI:0:2:0"
  65. EndSection
  66.  
  67. Section "Screen"
  68. Identifier "Screen0"
  69. Device "Card0"
  70. Monitor "Monitor0"
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 24
  74. Modes "1024x768"
  75. EndSubSection
  76. EndSection
  77.  
  78. Section "ServerFlags"
  79. Option "DontZap" "false"
  80. EndSection
Add Comment
Please, Sign In to add comment