You could add a little startup script that just does
grep -q fixati /proc/cmdline && rm /etc/ati/amdpcsdb
then you can use for example that fixati option. You don't need to copy that file, just delete it.
You could add a little startup script that just does
grep -q fixati /proc/cmdline && rm /etc/ati/amdpcsdb
then you can use for example that fixati option. You don't need to copy that file, just delete it.
In theory it depends a bit on the distro used, but when you know which startup script is used for X, most likely something like
/etc/init.d/{g,k.x}dm
then place it there.
Last edited by Kano; 02-04-2009 at 06:02 AM.
Then check the gdm script.
/etc/init.d/gdm
is a shell script! You can add my example line to add handling of a new kernel option - or leave the grep out and use always
rm /etc/ati/amdpcsdb
at the beginning but after #!/bin/sh of course.
But, what shall I add for the underscan? The 4 manual lines?
I tried that in a script yesterday, moved the script to init.d, but then it didnt start.
Maybe it was cause of not removing the amdpcsdb?
BUT, if I remove that file, where will the 4 lines for underscan be written?
/Söder
well you can add that after that.