Good news: I found the solution:

Just add "Defaultdepth    24" to the the part "Section "Screen"" of the
xorg.conf generated by Ubuntu for the ATI / fglrx config, and everything
works!

So, in xorg.conf generated for fglrx, change

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

to

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth    24
EndSection

Then restart the X-server by CTRL-ALT-BackSpace.

That's it!

Ubuntu-developers: apparently the ATI prop.driver fglrx needs
"Defaultdepth    24" in xorg.conf. Can you let Ubuntu, dexconf or dpkg-
reconfigure take care of that? Thanks.


cyberdork33: can you check that this works for you too?

-- 
ATI Driver not working on Compaq V2321US (Xpress200)
https://bugs.launchpad.net/bugs/194963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to