On Sun, Sep 25, 2011 at 8:43 AM, Topher Cullen <[email protected]> wrote:
> another issue came up where none of
> the changes to xorg.conf are persistent.

Most distributions use /etc/X11/xorg.conf.d/ individual files now (a
single xorg.conf is deprecated). For instance, this is the stock way
to use nouveau:

/etc/X11/xorg.conf.d/20-nouveau:

Section "Device"
    Identifier "Nvidia card"
    Driver "nouveau"
    Option "GLXVBlank" "on"
EndSection

I don't even have a xorg.conf file anymore, I just put everything in
xorg.conf.d -- try breaking your conf into parts and putting them in
there.
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to