Advertisement
zitev

SiS740/debian7 - xorg.conf

Jan 4th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. cat /etc/X11/xorg.conf
  2. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  3. #
  4. # This file was generated by dexconf, the Debian X Configuration tool, using
  5. # values from the debconf database.
  6. #
  7. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  8. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  9. #
  10. # This file is automatically updated on xserver-xorg package upgrades *only*
  11. # if it has not been modified since the last upgrade of the xserver-xorg
  12. # package.
  13. #
  14. # If you have edited this file but would like it to be automatically updated
  15. # again, run the following command:
  16. # sudo dpkg-reconfigure -phigh xserver-xorg
  17.  
  18. Section "Files"
  19. FontPath "/usr/share/fonts/X11/misc"
  20. FontPath "/usr/X11R6/lib/X11/fonts/misc"
  21. FontPath "/usr/share/fonts/X11/cyrillic"
  22. FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
  23. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  24. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  25. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  26. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  27. FontPath "/usr/share/fonts/X11/Type1"
  28. FontPath "/usr/X11R6/lib/X11/fonts/Type1"
  29. FontPath "/usr/share/fonts/X11/100dpi"
  30. FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
  31. FontPath "/usr/share/fonts/X11/75dpi"
  32. FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
  33. # path to defoma fonts
  34. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  35. EndSection
  36.  
  37. Section "Module"
  38. Load "i2c"
  39. Load "bitmap"
  40. Load "ddc"
  41. Load "dri"
  42. Load "extmod"
  43. Load "freetype"
  44. Load "glx"
  45. Load "int10"
  46. Load "vbe"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50. Identifier "Generic Keyboard"
  51. Driver "kbd"
  52. Option "CoreKeyboard"
  53. Option "XkbRules" "xorg"
  54. Option "XkbModel" "pc105"
  55. Option "XkbLayout" "hu"
  56. EndSection
  57.  
  58. Section "InputDevice"
  59. Identifier "Configured Mouse"
  60. Driver "mouse"
  61. Option "CorePointer"
  62. Option "Device" "/dev/input/mice"
  63. Option "Protocol" "ImPS/2"
  64. Option "Emulate3Buttons" "true"
  65. EndSection
  66.  
  67. Section "InputDevice"
  68. Identifier "Synaptics Touchpad"
  69. Driver "synaptics"
  70. Option "SendCoreEvents" "true"
  71. Option "Device" "/dev/psaux"
  72. Option "Protocol" "auto-dev"
  73. Option "HorizScrollDelta" "0"
  74. Option "SHMConfig" "on"
  75. EndSection
  76.  
  77. Section "Device"
  78. Identifier "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter"
  79. Driver "sis"
  80. BusID "PCI:1:0:0"
  81. # Option "RenderAccel" "True"
  82. # Option "BackingStore" "True"
  83. # Option "AllowGLXWithComposite" "True"
  84. # Option "NoLogo" "True"
  85. # Option "MultiSampleCompatibility" "True"
  86. # Option "AgpGart" "1"
  87. # Option "UseSSE" "yes"
  88.  
  89.  
  90. EndSection
  91.  
  92. Section "Monitor"
  93. Identifier "Általános monitor"
  94. Option "DPMS"
  95. EndSection
  96.  
  97. Section "Screen"
  98. Identifier "Default Screen"
  99. Device "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter"
  100. Monitor "Általános monitor"
  101. DefaultDepth 24
  102. SubSection "Display"
  103. Depth 1
  104. Modes "1024x768" "800x600" "640x480"
  105. EndSubSection
  106. SubSection "Display"
  107. Depth 4
  108. Modes "1024x768" "800x600" "640x480"
  109. EndSubSection
  110. SubSection "Display"
  111. Depth 8
  112. Modes "1024x768" "800x600" "640x480"
  113. EndSubSection
  114. SubSection "Display"
  115. Depth 15
  116. Modes "1024x768" "800x600" "640x480"
  117. EndSubSection
  118. SubSection "Display"
  119. Depth 16
  120. Modes "1024x768" "800x600" "640x480"
  121. EndSubSection
  122. SubSection "Display"
  123. Depth 24
  124. Modes "1024x768" "800x600" "640x480"
  125. EndSubSection
  126. EndSection
  127.  
  128. Section "ServerLayout"
  129. Identifier "Default Layout"
  130. Screen "Default Screen"
  131. InputDevice "Generic Keyboard"
  132. InputDevice "Configured Mouse"
  133. InputDevice "Synaptics Touchpad"
  134. EndSection
  135.  
  136. Section "DRI"
  137. Mode 0666
  138. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement