I&#39;m having some issues getting X to run:<br><br>(II) Setting vga for screen 0.<br>(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32<br>(==) NVIDIA(0): RGB weight 888<br>(==) NVIDIA(0): Default visual is TrueColor<br>(==) NVIDIA(0): Using gamma correction (
1.0, 1.0, 1.0)<br>(**) NVIDIA(0): Option &quot;IgnoreEDID&quot; &quot;true&quot;<br>(**) NVIDIA(0): Option &quot;XvMCUsesTextures&quot; &quot;true&quot;<br>(**) NVIDIA(0): Option &quot;UseEdidDpi&quot; &quot;FALSE&quot;<br>
(**) NVIDIA(0): Enabling RENDER acceleration<br>(WW) NVIDIA(0):<br>(WW) NVIDIA(0): The IgnoreEDID and NoDDC options have been deprecated.&nbsp; The<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; NVIDIA X driver makes use of a display device&#39;s EDID
<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; during construction of its modePool.&nbsp; It is recommended<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; that you allow the X driver to make use of any available<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; EDID.&nbsp; If, however, you know what you are doing and have
<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; good reason to do so, you can disable the X driver&#39;s use<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; of EDIDs by setting the &quot;UseEDID&quot; X configuration option<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; to FALSE; e.g.,<br>(WW) NVIDIA(0):
<br>(WW) NVIDIA(0):&nbsp;&nbsp; Option &quot;UseEDID&quot; &quot;FALSE&quot;<br>(WW) NVIDIA(0):<br>(WW) NVIDIA(0): Note that, rather than globally disable all uses of the EDID,<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; you can individually disable each particular use of the
<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; EDID; e.g.,<br>(WW) NVIDIA(0):<br>(WW) NVIDIA(0):&nbsp;&nbsp; Option &quot;UseEDIDFreqs&quot; &quot;FALSE&quot;<br>(WW) NVIDIA(0):&nbsp;&nbsp; Option &quot;UseEDIDDpi&quot; &quot;FALSE&quot;<br>(WW) NVIDIA(0):&nbsp;&nbsp; Option &quot;ModeValidation&quot; &quot;NoEdidModes&quot;
<br>(WW) NVIDIA(0):<br>(WW) NVIDIA(0): See Appendix D: X Config Options in the README for details on<br>(WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; each of these options.<br>(WW) NVIDIA(0):<br>(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
<br>(EE) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; log file that the GLX module has been loaded in your X<br>(EE) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; server, and that the module is the NVIDIA GLX module.&nbsp; If<br>(EE) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; you continue to encounter problems, Please try
<br>(EE) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; reinstalling the NVIDIA driver.<br>(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!<br>(EE) NVIDIA(0):&nbsp; *** Aborting ***<br>(II) UnloadModule: &quot;nvidia&quot;<br>(II) UnloadModule: &quot;ramdac&quot;
<br>(II) UnloadModule: &quot;fb&quot;<br>(EE) Screen(s) found, but none have a usable configuration.<br><br>Fatal server error:<br>no screens found<br><br><br><br>My xorg.conf is:<br><br># XFree86 4 configuration created by pyxf86config
<br><br>Section &quot;ServerLayout&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;Default Layout&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Mouse0&quot; &quot;CorePointer&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
<br>EndSection<br><br>Section &quot;Files&quot;<br><br># RgbPath is the location of the RGB database.&nbsp; Note, this is the name of the<br># file minus the extension (like &quot;.txt&quot; or &quot;.db&quot;).&nbsp; There is normally
<br># no need to change the default.<br># Multiple FontPath entries are allowed (they are concatenated together)<br># By default, Red Hat 6.0 and later now use a font server independent of<br># the X server to render fonts.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RgbPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/rgb&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/X11R6/lib64/modules/extensions/nvidia&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/X11R6/lib64/modules/extensions&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/X11R6/lib64/modules&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib64/xorg/modules/extensions/nvidia&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib64/xorg/modules/extensions&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib64/xorg/modules&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;unix/:7100&quot;
<br>EndSection<br><br>Section &quot;Module&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;v4l&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dbe&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;extmod&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;fbdevhw&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;glx&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;record&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;freetype&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;type1&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br><br># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;Xleds&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;1 2 3&quot;<br># To disable the XKEYBOARD extension, uncomment XkbDisable.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbDisable&quot;<br># To customise the XKB settings to suit your keyboard, modify the
<br># lines below (which are the defaults).&nbsp; For example, for a non-U.S.<br># keyboard, you will probably want to use:<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbModel&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;pc102&quot;<br># If you have a US Microsoft Natural keyboard, you can use:
<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbModel&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;microsoft&quot;<br>#<br># Then to change the language, change the Layout setting.<br># For example, a german layout can be obtained with:<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbLayout&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;de&quot;
<br># or:<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbLayout&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;de&quot;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbVariant&quot;&nbsp;&nbsp;&nbsp; &quot;nodeadkeys&quot;<br>#<br># If you&#39;d like to switch the positions of your capslock and<br># control keys, use:
<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbOptions&quot;&nbsp;&nbsp;&nbsp; &quot;ctrl:swapcaps&quot;<br># Or if you just want both to be control, use:<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;XkbOptions&quot;&nbsp;&nbsp;&nbsp; &quot;ctrl:nocaps&quot;<br>#<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Keyboard0&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;us&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Mouse0&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mouse&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Protocol&quot; &quot;IMPS/2&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Device&quot; &quot;/dev/input/mice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ZAxisMapping&quot; &quot;4 5&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Emulate3Buttons&quot; &quot;yes&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #DisplaySize&nbsp; 1100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 620<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #HorizSync&nbsp;&nbsp;&nbsp; 30.0 - 61.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #VertRefresh&nbsp; 
56.0 - 85.0<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;dpms&quot;<br>&nbsp;### Comment all HorizSync and VertSync values to use DDC:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; &quot;Monitor0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp; &quot;Monitor Vendor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp; &quot;SAMSUNG DLP&quot;
<br>&nbsp;### Comment all HorizSync and VertSync values to use DDC:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 45.0 - 45.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 60.0 - 60.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModeLine&nbsp;&nbsp;&nbsp;&nbsp; &quot;ATSC-720-60p&quot; 74.2 1280 1320 1376 1648 720 722 728 750
<br>EndSection<br><br>Section &quot;Device&quot;<br><br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp; &quot;Videocard vendor&quot;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; &quot;VESA driver (generic)&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp; &quot;nVidia Corporation&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; &quot;6600GT&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XvMCUsesTextures&quot; &quot;true&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;UseEdidDpi&quot; &quot;FALSE&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;IgnoreEDID&quot; &quot;true&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PCI:1:0:0&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; &quot;Monitor0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 4<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 8<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 15<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 16
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>EndSection<br><br>ction &quot;Files&quot;<br>EndSection<br>
<br>Section &quot;Module&quot;<br>EndSection<br>