AndrzejL

xorg.conf

Nov 8th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. # File generated by XFdrake (rev 262502)
  2.  
  3. # **********************************************************************
  4. # Refer to the xorg.conf man page for details about the format of
  5. # this file.
  6. # **********************************************************************
  7.  
  8. Section "ServerFlags"
  9. Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
  10. AllowMouseOpenFail # allows the server to start up even if the mouse does not work
  11. #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
  12. EndSection
  13.  
  14. Section "Module"
  15. Load "v4l" # Video for Linux
  16. EndSection
  17.  
  18. Section "Monitor"
  19. Identifier "monitor1"
  20. VendorName "Generic"
  21. ModelName "Flat Panel 1280x800"
  22. HorizSync 31.5-50.0
  23. VertRefresh 56.0-65.0
  24.  
  25. # Monitor preferred modeline (60.0 Hz vsync, 48.9 kHz hsync, ratio 16/10, 108 dpi)
  26. ModeLine "1280x800" 68.9 1280 1301 1333 1408 800 804 808 816 -hsync -vsync
  27.  
  28. # TV fullscreen mode or DVD fullscreen output.
  29. # 768x576 @ 79 Hz, 50 kHz hsync
  30. ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
  31.  
  32. # 768x576 @ 100 Hz, 61.6 kHz hsync
  33. ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
  34.  
  35. # modeline generated by gtf(1) [handled by XFdrake]
  36. ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync
  37.  
  38. # modeline generated by gtf(1) [handled by XFdrake]
  39. ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync
  40.  
  41. # modeline generated by gtf(1) [handled by XFdrake]
  42. ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync
  43.  
  44. # modeline generated by gtf(1) [handled by XFdrake]
  45. ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
  46.  
  47. # modeline generated by gtf(1) [handled by XFdrake]
  48. ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
  49.  
  50. # modeline generated by gtf(1) [handled by XFdrake]
  51. ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "device1"
  56. VendorName "Intel Corporation"
  57. BoardName "Intel 810 and later"
  58. Driver "intel"
  59. Option "DPMS"
  60. BusID "PCI:0:2:0"
  61. Option "AccelMethod" "xaa"
  62. # Option "MonitorLayout" "NONE,CRT+LFP"
  63. EndSection
  64.  
  65. Section "Screen"
  66. Identifier "screen1"
  67. Device "device1"
  68. Monitor "monitor1"
  69. DefaultColorDepth 24
  70.  
  71. Subsection "Display"
  72. Depth 8
  73. Modes "1280x800"
  74. EndSubsection
  75.  
  76. Subsection "Display"
  77. Depth 15
  78. Modes "1280x800"
  79. EndSubsection
  80.  
  81. Subsection "Display"
  82. Depth 16
  83. Modes "1280x800"
  84. EndSubsection
  85.  
  86. Subsection "Display"
  87. Depth 24
  88. Modes "1280x800"
  89. EndSubsection
  90. EndSection
  91.  
  92. Section "ServerLayout"
  93. Identifier "layout1"
  94. Screen "screen1"
  95. EndSection
Advertisement
Add Comment
Please, Sign In to add comment