Quote:
Originally Posted by Burgerbob
Too bad Beryl doesnt like AMD64! it takes away all of my window borders and doesnt let me see my Terminal. Oh well, small price to pay.
|
I was having the same problem until someone on the Ubuntu forums told me this
Quote:
sudo gedit
/etc/X11/xorg.conf in the “Device” section: add these lines to it and save.
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "backingstore" "True"
Option "TripleBuffer" "True"
Reply With Quote
|
It worked for me with my AMD Sempron 3100+, it should work for you.
By the way GCR, the above method that I told you about should not be tried on less than 512MB of RAM.If the screen goes white after applying don't panic, just hit Control+Alt+F2. This will go to a terminal and then type your user name and password if necessary. Type "sudo /etc/init.d/gdm stop". Then type "startx".
~Jordan