## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. deb http://archive.ubuntu.com/ubuntu dapper main restricted universe…
## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. deb http://archive.ubuntu.com/ubuntu dapper main restricted universe…
#!/bin/bash # inst_xgl.sh: # # Install OpenGL and Xgl support for ATI graphic cards. # Particular tasks are: # - Upgrade Linux-kernel to the latest version. # - Install OpenGL…
Xsession.ATI 07-Jun-2006 22:58 1k Xsession.NVIDIA 07-Jun-2006 22:58 1k gdm.conf-custom.ATI 15-Mar-2006 08:38 2k
# GDM Configuration Customization file. # # This file is the appropriate place for specifying your customizations to the # GDM configuration. If you run gdmsetup, it will automatically edit…
#!/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…
#!/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…