Xsession.NVIDIA
#!/bin/bash # .Xsession for NVIDIA # Start up Xgl, compiz, and GNOME # Run Xgl server on :0, on top of normal X export DISPLAY=:0 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