Advertisement
Guest User

pirania

a guest
May 22nd, 2008
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by failsafeDexconf, using
  4. # values from the debconf database and some overrides to use vesa mode.
  5. #
  6. # You should use dexconf or another such tool for creating a "real" xorg.conf
  7. # For example:
  8. # sudo dpkg-reconfigure -phigh xserver-xorg
  9. Section "InputDevice"
  10. Identifier "Generic Keyboard"
  11. Driver "kbd"
  12. Option "XkbRules" "xorg"
  13. Option "XkbModel" "pc105"
  14. Option "XkbLayout" "us"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. Identifier "Configured Mouse"
  19. Driver "mouse"
  20. EndSection
  21.  
  22. Section "Device"
  23. Identifier "Configured Video Device"
  24. Boardname "vesa"
  25. Busid "PCI:1:0:0"
  26. @@ Driver "nv"
  27. Screen 0
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Configured Monitor"
  32. Vendorname "Plug 'n' Play"
  33. Modelname "Plug 'n' Play"
  34. modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  35. modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  36. modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  37. modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  38. modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  39. modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  40. modeline "1280x800@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
  41. modeline "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
  42. modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  43. modeline "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
  44. modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  45. modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  46. modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  47. modeline "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
  48. Gamma 1.0
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Default Screen"
  53. Device "Configured Video Device"
  54. Monitor "Configured Monitor"
  55. Defaultdepth 24
  56. SubSection "Display"
  57. Depth 24
  58. Modes "1440x900@75" "1440x900@60" "1280x800@60" "1600x1024@60" "1280x768@75" "1680x1050@60" "1280x800@75" "1920x1200@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56"
  59. EndSubSection
  60. EndSection
  61.  
  62. Section "ServerLayout"
  63. Identifier "Default Layout"
  64. screen 0 "Default Screen" 0 0
  65. EndSection
  66. Section "Module"
  67. Load "glx"
  68. Load "GLcore"
  69. Load "v4l"
  70. EndSection
  71. Section "ServerFlags"
  72. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement