Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "DontZap" "yes"
  3. Option "DontVTSwitch" "yes"
  4. EndSection
  5.  
  6. Section "ServerLayout"
  7. Identifier "Default Layout"
  8. Screen 0 "Screen0" 0 0
  9. InputDevice "Synaptics_Touchpad" "CorePointer"
  10. InputDevice "Keyboard0" "CoreKeyboard"
  11. EndSection
  12.  
  13. Section "InputDevice"
  14. Identifier "Keyboard0"
  15. Driver "kbd"
  16. Option "XkbModel" "pc105"
  17. Option "XkbLayout" "us(euro),gb"
  18. Option "XkbOptions" "grp:alt_shift_toggle"
  19. EndSection
  20.  
  21.  
  22. Section "InputDevice"
  23. Option "Protocol" "Auto" # Auto detect
  24. Option "Device" "/dev/sysmouse"
  25.  
  26. Identifier "Synaptics_Touchpad" # "Mouse0"
  27. Driver "synaptics" # "mouse"
  28. Option "Protocol" "psm" # "auto"
  29.  
  30. Option "Device" "/dev/psm0" # "/dev/sysmouse"
  31. EndSection
  32.  
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync
  37. DisplaySize 250 120
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "Videocard0"
  42. Driver "intel"
  43. Option "Clone" "true"
  44. Option "MonitorLayout" "LVDS,VGA"
  45. BusID "PCI:0:2:0"
  46. Option "NoDDC"
  47. Option "AccelMethod" "exa"
  48. Option "MigrationHeuristic" "greedy"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Videocard0"
  54. Monitor "Monitor0"
  55. DefaultDepth 24
  56. SubSection "Display"
  57. Viewport 0 0
  58. Depth 24
  59. Modes "1024x600" "800x600" "640x480"
  60. Virtual 1024 768
  61. EndSubSection
  62. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement