Advertisement
Guest User

eeePC xorg.conf

a guest
Jul 2nd, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. # File generated by XFdrake (rev )
  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 "dbe" # Double-Buffering Extension
  16. Load "v4l" # Video for Linux
  17. Load "extmod"
  18. Load "glx" # 3D layer
  19. Load "dri" # direct rendering
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard1"
  24. Driver "kbd"
  25. Option "XkbLayout" "us,ru(winkeys)"
  26. Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:rwin"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse1"
  31. Driver "mouse"
  32. Option "Protocol" "ExplorerPS/2"
  33. Option "Device" "/dev/input/mice"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "monitor1"
  38. VendorName "Generic"
  39. ModelName "Flat Panel 800x480"
  40. HorizSync 31.5-37.9
  41. VertRefresh 40.0-70.0
  42.  
  43. # TV fullscreen mode or DVD fullscreen output.
  44. # 768x576 @ 79 Hz, 50 kHz hsync
  45. ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
  46.  
  47. # 768x576 @ 100 Hz, 61.6 kHz hsync
  48. ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
  49.  
  50. # modeline generated by gtf(1) [handled by XFdrake]
  51. ModeLine "800x480_120" 66.25 800 848 936 1072 480 481 484 515 -HSync +Vsync
  52.  
  53. # modeline generated by gtf(1) [handled by XFdrake]
  54. ModeLine "800x480_100" 53.75 800 840 928 1056 480 481 484 509 -HSync +Vsync
  55.  
  56. # modeline generated by gtf(1) [handled by XFdrake]
  57. ModeLine "800x480_85" 44.64 800 840 920 1040 480 481 484 505 -HSync +Vsync
  58.  
  59. # modeline generated by gtf(1) [handled by XFdrake]
  60. ModeLine "800x480_75" 38.55 800 832 912 1024 480 481 484 502 -HSync +Vsync
  61.  
  62. # modeline generated by gtf(1) [handled by XFdrake]
  63. ModeLine "800x480_60" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync
  64.  
  65. # modeline generated by gtf(1) [handled by XFdrake]
  66. ModeLine "800x480_50" 24.16 800 808 888 976 480 481 484 495 -HSync +Vsync
  67. EndSection
  68.  
  69. Section "Device"
  70. Identifier "device1"
  71. VendorName "Intel Corporation"
  72. BoardName "Intel 810 and later"
  73. Driver "intel"
  74. Option "DPMS"
  75. EndSection
  76.  
  77. Section "Screen"
  78. Identifier "screen1"
  79. Device "device1"
  80. Monitor "monitor1"
  81. DefaultColorDepth 24
  82.  
  83. Subsection "Display"
  84. Depth 8
  85. Modes "800x480"
  86. EndSubsection
  87.  
  88. Subsection "Display"
  89. Depth 15
  90. Modes "800x480"
  91. EndSubsection
  92.  
  93. Subsection "Display"
  94. Depth 16
  95. Modes "800x480"
  96. EndSubsection
  97.  
  98. Subsection "Display"
  99. Depth 24
  100. Modes "800x480"
  101. EndSubsection
  102. EndSection
  103.  
  104. Section "ServerLayout"
  105. Identifier "layout1"
  106. InputDevice "Keyboard1" "CoreKeyboard"
  107. InputDevice "Mouse1" "CorePointer"
  108. Screen "screen1"
  109. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement