Results 1 to 10 of 14
Okay so I am in root and I want to revert back to old xorg config. I screwed up my system pretty bad and somehow Xorg.0.log is gone. I do ...
- 02-02-2007 #1Linux Newbie
- Join Date
- Nov 2006
- Posts
- 125
can't modifiy xorg log?
Okay so I am in root and I want to revert back to old xorg config. I screwed up my system pretty bad and somehow Xorg.0.log is gone. I do have Xorg.0.log.old though, and that'll do.
So I try mv Xorg.0.log.old Xorg.0.log while in the directory where it is kept and it says:
Input/Output error.
.. what?
Does it need this old xorg log?
All I wanted was to upgrade Xfce 4.2.4 to 4.40 and it wouldn't init Dbus even though I did everything right. When I went to reinstall my OS it screwed up somehow and ended up ruining my system instead of whiping it. Then my cd drive and usb disk blew up. Talk about bad luck. Please don't laugh at my noobness :P
- 02-02-2007 #2
Xorg,0.log is just a log file. nothing will change if edit/delete/create it.
xorg.conf file handle and controll GUI. check if you have back up copy of it.
Code:ls /etc/X11
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-05-2007 #3Linux Newbie
- Join Date
- Nov 2006
- Posts
- 125
I renamed the conf.old file to conf and tried to start X:
"Cannot open log file /var/log/Xorg.0.log"
I don't HAVE that file.
I'd rebuild my OS from a Myah OS install disc but I don't have a cd drive or slot or usb. Sorta screwed!
- 02-05-2007 #4
which distribution do you have?
in Fedora/RedHat, boot up in Command Line Mode, log in as root and execute 'system-config-display' to generate new xorg.conf file.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-05-2007 #5Linux Newbie
- Join Date
- Nov 2006
- Posts
- 125
Myah os. It is far less popular than it deserves to be which probably makes it difficult for you to help. That command didn't work.
I screwed up my box so that somehow now my main partition has no free space. Because of that kde would only start from cli as root. When I rebooted even that stopped working.
I'd wipe it but I don't have a cd drive to reinstall.
- 02-05-2007 #6
hi !
a quick Google show that Myah OS is slackware based. i am not familiar ( installed only once ) with slackware. i would suggest you to start a New Thread in Slackware Forum and mention that Myah OS is Slackware based.
i am sure that you will get execellent suggestions there.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-05-2007 #7
Why not as root, do this:
and then try to startx. If it still can't open it, then do this:Code:touch /var/log/Xorg.0.log
Code:chmod -R 777 /var/log/Xorg.0.log
- 02-05-2007 #8
hi gruven !
AFAIK, Xorg.0.log file has nothing to do with GUI. are you sure changing timestamp or permission will fix GUI?
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-06-2007 #9His error said that it couldn't find the log file Xorg.0.log, so I suggested to "touch" it. Not only does touch update the timestamps, but also creates the file if it does not exist. Then, change the permissions of the file, so that Xorg will be sure to write to it.
Originally Posted by devils_casper
That is what the log file has to do with the GUI. xorg.conf configures X, and the log file logs errors and anything else that happens.
- 02-06-2007 #10
as i mentioned earlier, Xorg.0.log file has nothing to do with mis-configured xorg.conf or GUI. even if you Delete that file, nothing will change. X server will generate new log file on next boot up.
changing permissions or creation of log file is not going to fix the Problem. OP messed up xorg.conf and assumed that log file editing will fix the problem. that is not going to happen and i mentioned that in post #2 already.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote