Quote:
Originally Posted by Simon@Linux
What I did was uninstall XGL and Compiz as openSUSE installs them by default.
Add these to xorg:
Code:
nvidia-xconfig --composite
nvidia-xconfig --allow-glx-with-composite
nvidia-xconfig --render-accel
nvidia-xconfig --add-argb-glx-visuals
And:
Open Control Centre -> Desktop -> Window Behaviour -> Translucency
UNTICK use translucency/shadows.
If you want to compare your xorg to mine, just let me know and I'll post it.
To edit xorg, I just use terminal -> su kwrite /etc/X11/xorg.conf
|
I guess it wouldn't hurt though since I have an ATI chipset it may not help who knows? I can't use the nvidia commands though since obviously I cannot use the nvidia driver on an ATI card.
Yeah, I just started using kate recently to edit conf files so you could use this
kdesu kate /etc/X11/xorg.conf to edit it. I like it better than kwrite but its my preference