Xsession.ATI

Xsession.ATI

#!/bin/bash 

# Start up Xgl, compiz, and GNOME
# Run Xgl server on :1, on top of normal X

Xgl :1 -fullscreen -ac -accel xv -accel glx:pbuffer &
# Tell subsequent X programs to access the Xgl server at :1

DISPLAY=:1

# Start Compiz window manager
gnome-window-decorator &

compiz --replace gconf decoration wobbly fade dock widget minimize cube rotate zoom scale move resize place menu switcher &

# Set keyboard layout
xmodmap /usr/share/xmodmap/xmodmap.KBD-REPLACE-THIS

# Start GNOME 
exec gnome-session


© All Right Reserved 2019-2020 futuredesktop.org