Advertisement
VaryHeavy

/etc/X11/xorg.conf en Mandriva 2011

Sep 19th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. [varyheavy@localhost ~]$ cat /etc/X11/xorg.conf
  2. # File generated by XFdrake (rev 262502)
  3.  
  4. # **********************************************************************
  5. # Refer to the xorg.conf man page for details about the format of
  6. # this file.
  7. # **********************************************************************
  8.  
  9. Section "ServerFlags"
  10. Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
  11. #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
  12. AllowMouseOpenFail # allows the server to start up even if the mouse does not work
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "v4l" # Video for Linux
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "monitor1"
  21. VendorName "Generic"
  22. ModelName "Flat Panel 1280x800"
  23. HorizSync 31.5-50.0
  24. VertRefresh 56.0-65.0
  25.  
  26. # Monitor preferred modeline (60.0 Hz vsync, 49.0 kHz hsync, ratio 16/10, 98 dpi)
  27. ModeLine "1280x800" 69.3 1280 1328 1360 1415 800 803 809 816 -hsync -vsync
  28.  
  29. # TV fullscreen mode or DVD fullscreen output.
  30. # 768x576 @ 79 Hz, 50 kHz hsync
  31. ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
  32.  
  33. # 768x576 @ 100 Hz, 61.6 kHz hsync
  34. ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
  35.  
  36. # modeline generated by gtf(1) [handled by XFdrake]
  37. ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync
  38.  
  39. # modeline generated by gtf(1) [handled by XFdrake]
  40. ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync
  41.  
  42. # modeline generated by gtf(1) [handled by XFdrake]
  43. ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync
  44.  
  45. # modeline generated by gtf(1) [handled by XFdrake]
  46. ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
  47.  
  48. # modeline generated by gtf(1) [handled by XFdrake]
  49. ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
  50.  
  51. # modeline generated by gtf(1) [handled by XFdrake]
  52. ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
  53. EndSection
  54.  
  55. Section "Device"
  56. Identifier "device1"
  57. VendorName "nVidia Corporation"
  58. BoardName "NVIDIA GeForce 6100 to GeForce 360"
  59. Driver "nvidia"
  60. Option "DPMS"
  61. Option "DynamicTwinView" "false"
  62. Option "AddARGBGLXVisuals"
  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
Advertisement