Share Pastebin
Guest
Public paste!

clint's xorg.conf in mandriva_2010_nvidia_geforce_fx_5200_on_dell

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 2.28 KB | Hits: 85 | Expires: Never
Copy text to clipboard
  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.     Disable "dri"
  16.     Load "dbe" # Double-Buffering Extension
  17.     Load "v4l" # Video for Linux
  18.     Load "extmod"
  19.     Load "glx" # 3D layer
  20. EndSection
  21.  
  22. Section "Monitor"
  23.     Identifier "monitor1"
  24.     VendorName "Dell"
  25.     ModelName "Dell E196FP"
  26.     HorizSync 31.0-83.0
  27.     VertRefresh 56.0-76.0
  28.     Option "PreferredMode" "1280x1024"
  29.    
  30.     # TV fullscreen mode or DVD fullscreen output.
  31.     # 768x576 @ 79 Hz, 50 kHz hsync
  32.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  33.    
  34.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  35.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  36. EndSection
  37.  
  38. Section "Device"
  39.     Identifier "device1"
  40.     VendorName "nVidia Corporation"
  41.     BoardName "NVIDIA GeForce FX series"
  42.     Driver "nvidia"
  43.     Option "DPMS"
  44.     Option "DynamicTwinView" "false"
  45.     Option "AddARGBGLXVisuals"
  46. EndSection
  47.  
  48. Section "Screen"
  49.     Identifier "screen1"
  50.     Device "device1"
  51.     Monitor "monitor1"
  52.     DefaultColorDepth 24
  53.    
  54.     Subsection "Display"
  55.         Depth 8
  56.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  57.     EndSubsection
  58.    
  59.     Subsection "Display"
  60.         Depth 15
  61.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  62.     EndSubsection
  63.    
  64.     Subsection "Display"
  65.         Depth 16
  66.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  67.     EndSubsection
  68.    
  69.     Subsection "Display"
  70.         Depth 24
  71.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  72.     EndSubsection
  73. EndSection
  74.  
  75. Section "ServerLayout"
  76.     Identifier "layout1"
  77.     Screen "screen1"
  78. EndSection