Installing and configuring Nvidia-drivers
details: http://en.opensuse.org/Nvidia
one-click install (repository will be added, packages for your display adapter will be installed)
http://opensuse-community.org/nvidia.ymp
init 6 (reboot)
sax2 -r -m 0=nvidia
nvidia-xconfig –composite
nvidia-xconfig –render-accel
nvidia-xconfig –add-argb-glx-visuals -d 24
CTRL+ALT+BACKSPACE
Installaing and configuring ATI-drivers
details: http://en.opensuse.org/ati
one-click install (repository will be added, packages for your display adapter will be installed)
http://opensuse-community.org/ati.ymp
init 6 (reboot)
sax2 -r -m 0=fglrx
aticonfig –initial
modify section “Device” in /etc/X11/xorg.conf
Option “BlockSignalsOnLock” “on”
Option “KernelModuleParm” “locked-userpages=0″
Option “OpenGLOverlay” “off”
Option “UseFastTLS” “2″
Option “UseInternalAGPGART” “no”
Option “VideoOverlay” “on” # setting this to be “off” may fix tty switch problems?
Option “mtrr” “off”
Option “no_accel” “no”
Option “no_dri” “no”
Option “EnablePrivateBackZ” “no”
Option “backingstore” “true”
Option “XAANoOffscreenPixmaps” “true”
Option “AllowGLXWithComposite” “true”
Option “RenderAccel” “true”
also modify section “ServerFlags”
Option “AllowMouseOpenFail” “on”
Option “IgnoreABI” “on”
Option “AIGLX” “true”
and section “Extensions”
Option “DAMAGE” “Enable”
Option “Composite” “Enable”
Option “RENDER” “true”
STRG+ALT+BACKSPACE
Testing OpenGL
glxgears
fgl_glxgears
Installing and configuring Compiz Fusion for KDE
details: http://en.opensuse.org/Compiz_Fusion
one-click install (repository will be added, compiz-fusion packages for KDE will be installed)
http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/compiz-fusion-kde.ymp
modify config-file for start of fusion-Icon (add no-libgl-fallback option because of problems with library /usr/lib/libIndirectGL.so.1):
/usr/lib64/python2.5/site-packages/FusionIcon/data.py (64bit) or.
/usr/lib/python2.5/site-packages/FusionIcon/data.py (32bit)
…
compiz_args = ['--replace', '--no-libgl-fallback', '--sm-disable', '--ignore-desktop-hints', 'ccp']
…
Testing fusion-icon…
nohup fusion-icon&
Right click compiz fusion icon in taskbar:
Select Window Decorator > Emerald
Select Window Manager > Compiz
Autostart for KDE
cd $HOME/.kde/Autostart
ln -s /usr/bin/fusion-icon fusion-icon
Screenshots




