AndrzejL

ThinkPad 600E Xorg

Aug 27th, 2011
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 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 1024x768"
  22. HorizSync 31.5-48.0
  23. VertRefresh 56.0-65.0
  24.  
  25. # TV fullscreen mode or DVD fullscreen output.
  26. # 768x576 @ 79 Hz, 50 kHz hsync
  27. ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
  28.  
  29. # 768x576 @ 100 Hz, 61.6 kHz hsync
  30. ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
  31. EndSection
  32.  
  33. Section "Device"
  34. Identifier "device1"
  35. VendorName "Neomagic Corporation"
  36. BoardName "NeoMagic MagicGraph (laptop/notebook)"
  37. Driver "neomagic"
  38. Option "DPMS"
  39. Option "overrideValidateMode"
  40. Option "OverlayMem" "829440"
  41. # Chipset "NM2160"
  42. # IOBase 0xfea00000
  43. # MemBase 0xfd000000
  44. # VideoRam 2048
  45. # DacSpeed 90
  46. # Option "linear"
  47. # Option "nolinear"
  48. # Option "sw_cursor"
  49. # Option "hw_cursor"
  50. # Option "no_accel"
  51. # Option "intern_disp"
  52. # Option "extern_disp"
  53. # Option "mmio"
  54. # Option "no_mmio"
  55. # Option "lcd_center"
  56. # Option "no_stretch"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "screen1"
  61. Device "device1"
  62. Monitor "monitor1"
  63. DefaultColorDepth 16
  64.  
  65. Subsection "Display"
  66. Depth 8
  67. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  68. EndSubsection
  69.  
  70. Subsection "Display"
  71. Depth 15
  72. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  73. EndSubsection
  74.  
  75. Subsection "Display"
  76. Depth 16
  77. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  78. EndSubsection
  79.  
  80. Subsection "Display"
  81. Depth 24
  82. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  83. EndSubsection
  84. EndSection
  85.  
  86. Section "ServerLayout"
  87. Identifier "layout1"
  88. Screen "screen1"
  89. EndSection
Advertisement
Add Comment
Please, Sign In to add comment