Dammit. Oh, well. Nothing wrong with Mandrake
😉
Look the permissions issue doesn't make much sense to me. Because if your root, the permissions don't matter so much. You have read write control over everything. Pretty much.
It's too bad, once you get familar the the command line little hiccups like this are usually pretty easy to deal with. But I understand what it is to be a newbie. I was their once myself.
I'll try this. I set up my home box with a anonymous ftp login account and put my previous example of xorg.conf file on it. However I am not sure if I set it up correctly, I haven't got a shell account anywere I could test it from and I am at work now, so I can't punch any more holes in my firewall to let ftp connections go thru if I made a mistake configuring it.
So you should be able to get thru on ftp active mode, put I think passive mode will fail... Don't worry if that doesn't make sense, it will either work or it won't.
The command used to fetch stuff is "wget".
So you would do something like this if you have internet connection from your box:
cp /etc/X11/xorg.conf ~/backup.conf
wget
ftp://nater.kicks-ass.net/xorg.conf
cp xorg.conf /etc/X11/xorg.conf
telinit 3
startx
If you have a problem with permissions again go like this:
whoami
That command will tell what user you are using. If the answer isn't root, then you aren't root.
Then if you still are root then run this command:
chmod 644 /etc/X11/xorg.conf
If wget doesn't work you can try to log in thru the command line ftp client. It's command would be "ftp nater.kicks-ass.net" and that should do it. It will fail on passive mode and fall back on active mode, I think. Username would be anonymous and password would be whatever you want.
My ISP sucks and has port 80 screwed up so that I couldn't just set apache up and let you download it from there.
That's about the best I can do for you, except if you decide to let me have root access thru SSH, but I don't know if you would like that so much.
And I don't realy know if my xorg.conf will work anyways. I never owned a ATI card, so the best I can do is a educated guess. :/
Otherwise you have a fully functional Linux distro, just minus X. Which isn't so bad, command line is powerfull and worth knowing. Personally I am a cripple without it. You still have a nice browser if you have links installed. It supports javascript and frames and other happy stuff.
I suppose it could be a corrupt install CDROM, but I doubt it. If your cdrom is setup correctly you can manually test the md5sums of the cdrom by this command:
md5sum /dev/cdrom
If that matches what is on the download servers md5sum text file then you know that it downloaded and burned correctly.
Although the only reference I could find to that system-config-display error was caused by a faulty rpm package in fedora core 2 test 3, but that had been resolved in the final Fedora core2 release.
oh well.