Das graue Kabel und die Windowsaktivierung

July 5th, 2007 || 0 comments || permalink

Manche Tage… Ja, manche Tage sind verdammt nochmal unschön… Heute zum Beispiel…
» Read the rest of this entry «

ATI, Linux, Script

July 5th, 2007 || 0 comments || permalink

An die Faulen unter uns, die einen ATI-Grafikchip (oder einfach nur 2 X11-Configfiles) haben und zu faul sind ein eigenes Script zu schreiben – und: ja, man kann dieses furchtbar lange Script ein Vierteljahr (ok, vielleicht auch länger) vor sich hinschieben… *pfeif*

[code lang="bash"]

#!/bin/bash
#using this code-snippet in rc.local
/usr/bin/echo -e "\n\nFor X11-Mode choose: \nSingle (1) \nMulti-Mode (2)\n"
read X11mode
if [ "$X11mode" == "1" ]; then
rm /etc/X11/xorg.conf
ln -s /etc/X11/xorg.conf_single /etc/X11/xorg.conf
else
rm /etc/X11/xorg.conf
ln -s /etc/X11/xorg.conf_multi /etc/X11/xorg.conf
fi
[/code]

Where am I?

You are currently viewing the archives for Thursday, July 5th, 2007 at karnaya universe.

Switch to our mobile site