Advertisement
Guest User

xorg.conf fit-pc2 debian squeeze poulsbo

a guest
Feb 19th, 2011
1,494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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 "InputDevice"
  9. Identifier "Keyboard0"
  10. Driver "kbd"
  11. EndSection
  12.  
  13. Section "InputDevice"
  14. Identifier "Mouse0"
  15. Driver "mouse"
  16. Option "Protocol" "auto"
  17. Option "Device" "/dev/input/mice"
  18. Option "ZAxisMapping" "4 5 6 7"
  19. EndSection
  20.  
  21. Section "Monitor"
  22. Identifier "Monitor0"
  23. VendorName "Monitor Vendor"
  24. ModelName "Monitor Model"
  25. EndSection
  26.  
  27. # Primary (First/only) display
  28. Section "Device"
  29. Identifier "Card0"
  30. Driver "emgd"
  31. VendorName "Intel(R) DEG"
  32. BoardName "Embedded Graphics"
  33. BusID "0:2:0"
  34. Screen 0
  35. # VideoRam 32768
  36. Option "PcfVersion" "1792"
  37. Option "ConfigId" "1"
  38. Option "SWCursor" "true"
  39. Option "ALL/1/name" "fit-PC2 "
  40. Option "ALL/1/General/PortOrder" "20000"
  41. Option "ALL/1/General/DisplayConfig" "1"
  42. Option "ALL/1/General/DisplayDetect" "1"
  43. Option "ALL/1/General/xVideo" "1"
  44. Option "ALL/1/General/XVideoBlend" "0"
  45. Option "ALL/1/General/DRI" "1"
  46. Option "ALL/1/Port/2/General/name" "DVI"
  47. Option "ALL/1/Port/2/General/EdidAvail" "2"
  48. Option "ALL/1/Port/2/General/EdidNotAvail" "1"
  49. Option "ALL/1/Port/2/General/Rotation" "0"
  50. Option "ALL/1/Port/2/General/Edid" "1"
  51. Option "PortDrivers" "sdvo"
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "Screen0"
  56. Device "Card0"
  57. Monitor "Monitor0"
  58. DefaultDepth 24
  59.  
  60. SubSection "Display"
  61. Depth 24
  62. Modes "1920x1080"
  63. EndSubSection
  64.  
  65. EndSection
  66.  
  67. Section "DRI"
  68. Group 0
  69. Mode 0666
  70. EndSection
  71.  
  72. Section "Extensions"
  73. Option "Composite" "enable"
  74. EndSection
  75.  
  76.  
  77. Section "ServerFlags"
  78. Option "DontZap" "false"
  79. Option "GlxVisuals" "all"
  80. Option "IgnoreABI" "true"
  81. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement