Advertisement
Guest User

Samsung NC10/N130 xorg.conf for SliTaz

a guest
Mar 22nd, 2010
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 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. Option "blank time" "0"
  7. Option "standby time" "0"
  8. Option "suspend time" "0"
  9. Option "off time" "0"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/lib/X11/modules"
  14. FontPath "/usr/share/fonts/truetype/"
  15. FontPath "/usr/share/fonts/X11/misc/"
  16. FontPath "/usr/share/fonts/X11/util/"
  17. FontPath "/usr/share/fonts/X11/TTF/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "dri"
  22. Load "extmod"
  23. Load "dbe"
  24. Load "glx"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. Option "XkbRules" "xorg"
  31. Option "XkbModel" "pc105"
  32. Option "XkbLayout" "en"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "/dev/input/mice"
  40. Option "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Monitor Vendor"
  46. ModelName "Monitor Model"
  47. Modeline "1024x800_60" 66.75 1024 1080 1184 1344 800 803 813 831 -hsync +vsync
  48. Option "PreferredMode" "1024x800_60"
  49. Option "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53. ### Available Driver options are:-
  54. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  55. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  56. ### [arg]: arg optional
  57. #Option "NoAccel" # [<bool>]
  58. #Option "SWcursor" # [<bool>]
  59. #Option "ColorKey" # <i>
  60. #Option "CacheLines" # <i>
  61. #Option "Dac6Bit" # [<bool>]
  62. #Option "DRI" # [<bool>]
  63. #Option "NoDDC" # [<bool>]
  64. #Option "ShowCache" # [<bool>]
  65. #Option "XvMCSurfaces" # <i>
  66. #Option "PageFlip" # [<bool>]
  67. Identifier "Card0"
  68. Driver "intel"
  69. VendorName "Unknown Vendor"
  70. BoardName "Unknown Board"
  71. BusID "PCI:0:2:0"
  72. Option "AccelMethod" "UXA"
  73. Option "Tiling" "False"
  74. EndSection
  75.  
  76. Section "Screen"
  77. Identifier "Screen0"
  78. Device "Card0"
  79. Monitor "Monitor0"
  80. SubSection "Display"
  81. Viewport 0 0
  82. Depth 1
  83. Modes "1024x800"
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 4
  88. Modes "1024x800"
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 8
  93. Modes "1024x800"
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 15
  98. Modes "1024x800"
  99. EndSubSection
  100. SubSection "Display"
  101. Viewport 0 0
  102. Depth 16
  103. Modes "1024x800"
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 24
  108. Modes "1024x800"
  109. EndSubSection
  110. EndSection
  111.  
  112. Section "DRI"
  113. Mode 0666
  114. EndSection
  115.  
  116. Section "Extensions"
  117. Option "Composite" "1"
  118. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement