Share Pastebin
Guest
Public paste!

This is my xorg.conf in mandriva-2010-

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 2.92 KB | Hits: 209 | Expires: Never
Copy text to clipboard
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.   GNU nano 2.0.9                                     File: /etc/X11/xorg.conf                                                                                
  158.  
  159. # File generated by XFdrake (rev )
  160.  
  161. # **********************************************************************
  162. # Refer to the xorg.conf man page for details about the format of
  163. # this file.
  164. # **********************************************************************
  165.  
  166. Section "ServerFlags"
  167.     Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
  168.     AllowMouseOpenFail # allows the server to start up even if the mouse does not work
  169.     #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
  170. EndSection
  171.  
  172. Section "Module"
  173.     Disable "dri"
  174.     Load "dbe" # Double-Buffering Extension
  175.     Load "v4l" # Video for Linux
  176.     Load "extmod"
  177.     Load "glx" # 3D layer
  178. EndSection
  179.  
  180. Section "Monitor"
  181.     Identifier "monitor1"
  182.     VendorName "Dell"
  183.     ModelName "Dell E196FP"
  184.     HorizSync 31.0-83.0
  185.     VertRefresh 56.0-76.0
  186.     Option "PreferredMode" "1280x1024"
  187.  
  188.     # TV fullscreen mode or DVD fullscreen output.
  189.     # 768x576 @ 79 Hz, 50 kHz hsync
  190.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  191.  
  192.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  193.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  194. EndSection
  195.  
  196. Section "Device"
  197.     Identifier "device1"
  198.     VendorName "nVidia Corporation"
  199.     BoardName "NVIDIA GeForce FX series"
  200.     Driver "nvidia"
  201.     Option "DPMS"
  202.     Option "DynamicTwinView" "false"
  203.     Option "AddARGBGLXVisuals"
  204. EndSection
  205.  
  206. Section "Screen"
  207.     Identifier "screen1"
  208. Device "device1"
  209.     Monitor "monitor1"
  210.     DefaultColorDepth 24
  211.  
  212.     Subsection "Display"
  213.         Depth 8
  214.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  215.     EndSubsection
  216.  
  217.     Subsection "Display"
  218.         Depth 15
  219.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  220.     EndSubsection
  221.  
  222.     Subsection "Display"
  223.         Depth 16
  224.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  225.     EndSubsection
  226.  
  227.     Subsection "Display"
  228.         Depth 24
  229.         Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
  230.     EndSubsection
  231. EndSection
  232.  
  233. Section "ServerLayout"
  234.     Identifier "layout1"
  235.     Screen "screen1"
  236. EndSection
  237.  
  238.  
  239. #I was thinking this might be a fix for my display issues I was having with xorg.conf in fedora 12. If anyone can share some light on this I would appreciate it greatly. Thank You. clintburford@gmail.com