Quote:
Originally Posted by teek
Do you mean you now have a window manager now? So it is working?
Starting Beryl-manager can be done from a terminal or from the "run command" dialog. Or you can add it to your gnome-session (somewhere in "system" "preferences" "sessions").
When it is running you can right/left click the red diamond in the notification area (where also the beagle search looking glass sits) and choose "settings" for more options. There you can set the window manager to beryl or gtk-window-manager.
|
I did fine it out how to do it.
I have to change my xorg defaultDepth 16 to 24 and depth 16 to 24.And restart gdm
and i added in xorg.config under "devices" line
Code:
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "backingstore" "True"
Option "TripleBuffer" "True"
sudo /etc/init.d/gdm restart
Actually i use Gnome, in Gnome there is no red diamond in the notification area.
There is a menu in System ---> Preferences ---> Desktop Effects
Thanks.