On 03/08/2010 03:32 AM, Fred Williams wrote:

>     If all I need to do is try running without the proprietary NVidia
>     driver,
>     please let me know specifically how to disable that driver the easiest
>     possible way. �Translation: so that I can just boot back into an older
>     kernel and continue using the proprietary NVidia driver if I decide
>     to do that.

In your /etc/X11/xorg.conf you need to change the driver from "nvidia"
(the proprietary driver) to "nv" (the open source driver).

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"      #  <===== THIS LINE
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    Option         "AccelMethod" "XAA" # not EXA

BTW, what I do when I update the kernel is first boot into runlevel 3,
then build the proprietary driver modules, and then change to runlevel 5.

-- 

-John (j...@os2.dhs.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to