#!/bin/bash ######################################################### ### /usr/X11R6/bin/XNV ### ### script to start XFree with different LIBRARY_PATH ### ### in order to use Nvidia GL libraries and ### ### XFree GL libraries at the same time ### ######################################################### export LD_LIBRARY_PATH=/usr/X11R6/libNV exec /usr/X11R6/bin/X0 $* |