[Ardour-Users] Linux distributions

Ralf Mardorf ralf.mardorf at alice-dsl.net
Sat Oct 1 19:09:25 PDT 2011


On Sat, 2011-10-01 at 20:15 -0400, Justin M. Streiner wrote:
> There was for a long time, and might still be an issue with getting
> nvidia video drivers to build on machines that are running RT kernels.

I experienced this for many distros.

#! /bin/sh
# /etc/rcS.d/Switch_xorg_conf

rm /etc/X11/xorg.conf
case $(uname -r) in
    *rt*)
        cp /etc/X11/xorg.conf.nv /etc/X11/xorg.conf
        ;;
    *)
	cp /etc/X11/xorg.conf.nvidia /etc/X11/xorg.conf
        ;;
esac

;D

Ralf




More information about the Ardour-Users mailing list