Advertisement
Guest User

xorg intel

a guest
Mar 7th, 2015
1,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout1"
  3. Screen 0 "Screen1"
  4. # InputDevice "Keyboard0" "CoreKeyboard"
  5. # InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules/"
  10. EndSection
  11.  
  12. Section "ServerFlags"
  13. Option "Xinerama" "on"
  14. EndSection
  15.  
  16. #Section "InputDevice"
  17. # Identifier "Mouse0"
  18. # Driver "mouse"
  19. # Option "Protocol" "auto"
  20. # Option "Device" "/dev/psaux"
  21. # Option "Emulate3Buttons" "no"
  22. # Option "ZAxisMapping" "4 5"
  23. #EndSection
  24.  
  25. #Section "InputDevice"
  26. # Identifier "Keyboard0"
  27. # Driver "kbd"
  28. #EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Monitor1"
  32. VendorName "ASUS"
  33. ModelName "VN279QLB"
  34. HorizSync 28.0 - 33.0
  35. VertRefresh 43.0 - 72.0
  36. Option "DPMS"
  37. EndSection
  38.  
  39. Section "Device"
  40. Identifier "deviceIntel0"
  41. Driver "intel"
  42. VendorName "Intel Corporation"
  43. BusID "PCI:0:2:0"
  44. Option "AccelMethod" "uxa"
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Screen1"
  49. Device "deviceIntel0"
  50. Monitor "Monitor1"
  51. DefaultDepth 24
  52. SubSection "Display"
  53. Depth 24
  54. EndSubSection
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement