Scripting

XG Lon Fedora 5

create a file /usr/bin/startxgl.sh

#!/bin/bash
#Uncomment the LDPRELOAD line if zou experience speed issues with XGL.
#Change the last number for zou Nvidia Driver Revision.
#LD_PRELOAD=/usr/lib/libGL.so.1.0.8762
export PATH=$PATH:/opt/Xgl/bin
Xgl :1 -fullscreen -ac -accel glx:pbuffer -accel xv:pbuffer&
#Xgl :1 -fullscreen -ac -accel xv -accel glx:pbuffer &
DISPLAY=:1
gnome-window-decorator &
compiz --replace gconf &
#compiz gconf decoration wobbly fade minimize cube rotate zoom scale move resize place menu switcher &
xmodmap /usr/share/xmodmap/xmodmap.gb &
exec gnome-session

Create a file /usr/share/xsessions/xgl.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Comment=Start an Xgl Session
Exec=/usr/bin/startxgl.sh
Icon=
Type=Application

remove/disable this in xorg.conf

Section "Extensions"
Option "Composite" "Enable"
EndSection

repos and links

http://fedoraxgl.tuxfamily.org/repository/5/i386/

http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

http://fedora-xgl.blogspot.com/2006/05/howto-install-compiz-and-xgl-on-fedora.html

http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en

http://www.auroralinux.org/people/spot/Xgl-FC5T3/i386/

http://www.illawarra.org/linux/FC5/

TwinViewSpanningSetupFC5