Advertisement
Guest User

xorg.conf

a guest
Aug 29th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 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 "Card0"
  35. Driver "neomagic"
  36. VendorName "Neomagic Corporation"
  37. BoardName "NM2200 [MagicGraph 256AV]"
  38. VideoRam 2560
  39. BusID "PCI:1:0:0"
  40. Option "OverlayMem" "829440"
  41. EndSection
  42.  
  43. Section "Screen"
  44. Identifier "screen1"
  45. Device "device1"
  46. Monitor "monitor1"
  47. DefaultColorDepth 16
  48.  
  49. Subsection "Display"
  50. Depth 8
  51. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  52. EndSubsection
  53.  
  54. Subsection "Display"
  55. Depth 15
  56. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  57. EndSubsection
  58.  
  59. Subsection "Display"
  60. Depth 16
  61. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  62. EndSubsection
  63.  
  64. Subsection "Display"
  65. Depth 24
  66. Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  67. EndSubsection
  68. EndSection
  69.  
  70. Section "ServerLayout"
  71. Identifier "layout1"
  72. Screen "screen1"
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement