Got the mesa/xorg updates this morning; using nvidia 96.43.19 from nvidia(not sbopkg) (mx4000)
I re-built/re-installed the nvidia driver 'cause Ponce the Wise noted it should be done here
http://www.linuxquestions.org/questi...ml#post4166936
all was successful
On same PC with almost identical system but running "nv" driver after updating mesa/xorg and doing X -configure I get black screen doing startx ( I had a pre-existing xorg.conf with "nv" driver)
Instead of putting "nv" for driver in xorg.conf, now X -configure results in putting "modesetting" where it says driver "" and X wont start
However, using no xorg.conf whatsoever and not doing X -configure X does start successfully!
So, with no xorg.conf and with the pre-existng /etc/modprobe.d/BLACKLIST-nouveau.conf it must be using the "nv" driver right??
Questions:
1) since theres no xorg.conf and because the new Xorg doesnt need a xorg.conf (right?), how do I figure out what driver is being used?
2) why does doing X -configure make a erroneous xorg.conf that says "modesetting" instead of "nv" ?
thanks
EDIT:
oh, I noticed also in the changelog that it says "x/xorg-server-1.9.2-i486-3.txz: Rebuilt. Patched to try nouveau before nv."
but theres a pre-existing /etc/modprobe.d/BLACKLIST-nouveau.conf so thats a contradiction is it not?
it can't "try nouveau before nv." if the /etc/modprobe.d/BLACKLIST-nouveau.conf is in effect can it?
weird but it works without an existing xorg.conf...
I'm gonna remove or comment out the /etc/modprobe.d/BLACKLIST-nouveau.conf and see what happens...
Result:
weird...
After doing the above it loads the nouveau driver correctly and X starts with no xorg.conf
However, the screen "flashes" about every 10 seconds so I must use the /etc/modprobe.d/BLACKLIST-nouveau.conf...