Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Sheleh on August 21, 2011, 09:59:06 PM

Title: Could not start X-Server after installing Xorg-7.5
Post by: Sheleh on August 21, 2011, 09:59:06 PM
After trying to get wide screen mode resolution and install Xorg-7.5-3d System only boots into command line mode. After $ startx command, nothing happens.

How to remove Xorg-7.5?


P.S. System installed in the Scatter Mode (Traditional).
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Rich on August 21, 2011, 10:05:39 PM
Hi Sheleh
Open /tce/onboot.lst and remove the xorg entry. Reboot and un-install xorg using AppsAudit.
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Sheleh on August 21, 2011, 10:25:24 PM
Hi Rich!
/tce/onboot.lst - file not found
/tce - directory not found

But if I'll find onboot.lst which non-GUI application I can edit it?
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Juanito on August 21, 2011, 10:35:23 PM
But if I'll find onboot.lst which non-GUI application I can edit it?

Vi - "vi /path/tce/onboot.lst"
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Rich on August 21, 2011, 10:43:48 PM
Hi Sheleh
Type  sudo find /mnt -iname onboot.lst  to find onboot.lst.
The vi editor is not very user friendly, make a back up copy of onboot.lst before you edit it.
cp onboot.lst onbootbak.lst
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Sheleh on August 21, 2011, 11:12:12 PM
Code: (bash) [Select]
sudo find / -iname *.lstSo I found 18 different lst-files, but not onboot.lst

Sorry, I forgot to say that the system was installed in the scatter mode
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Rich on August 21, 2011, 11:27:50 PM
Hi Sheleh
I've never dealt with scatter mode. Maybe you don't have onboot.lst and tce directory?
NO guarantees, but try  sudo find / -iname xorg*  and delete xorg manually. As i said, NO guarantees.
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: bmarkus on August 21, 2011, 11:35:48 PM
Open AppBrowser and click local. Path to tce/optional will be displayed, so you will see where is tce dir used by the system.
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: curaga on August 21, 2011, 11:39:11 PM
That's it with scatter mode, you don't get to remove extensions easily. It's manually searching down files.
Title: Re: Could not start X-Server after installing Xorg-7.5
Post by: Rich on August 22, 2011, 09:39:57 AM
Hi bmarkus
Quote
Open AppBrowser and click local. Path to tce/optional will be displayed, so you will see where is tce dir used by the system.
He can't get into a GUI environment because  startx  fails.