Article
article
Reads:
1985
Score:
Problem:
Sometimes, when you're trying to reconfigure your screen in YaST/SaX2, you figure out that YaST did the job best during install time. Or, you've changed your monitor and want to see if the automatic configuration at install time will work.
Solution:
As root, drop to a console
init 3
then, to tell sax to automatically reidentify your hardware and software try the following:
sax2 -a -r
If you're using the ATI FGLRX driver, then try:
sax2 -a -r -m 0=fglrx
Or, the nvidia binary driver,
sax2 -a -r -m 0=nvidia
Remember, if you have Xgl enabled, and run SaX2, it will overwrite your Xgl sym links, so run:
gonme-xgl-switch -enable





0