LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problems after installing XFree86 (https://www.linuxquestions.org/questions/linux-newbie-8/problems-after-installing-xfree86-282790/)

niff101 01-27-2005 04:14 AM

Problems after installing XFree86
 
Hi - is anyone able to help a newb?!

I installed Fedora Core 3 on my desktop and then needed XFree86 for something.

I went through all the instructions as outlined on the site, including ensuring I had no X session running by chaning the inittab file to not load up gnome at the start. I could start gnome running from the console by typing in "startx" (definitely tested this).

After going through the installation procedure, I then ran the XFree86 -configure option. This produced me a new configuration file. It didn't pick up my mouse so I had to edit the config directly. After than, running the XFree86 with this config file to test it brought up a green screen with a little X icon for the mouse... this was from running the following:

XFree86 -xf86config /root/XF86Config.new

According to a forum entry very similar to this I found, this "green screen" was just XFree86 testing itself and everything had gone well.

Therefore, I rebooted the system. When it had started up again, after logging in as root I typed startx.

What came up was what I imagine the default X gui... i.e a green screen, a clock in the corner and a few console windows open.

Checking the logs afterwards told me it couldn't "init font path element" for two fonts : TTF and CID. Woudl that have anything to do with it?

How can I get gnome running again ?- have been googling it for hours now to no avail. I think my problem is that I don't know which particular component is responsible for loading up gnome.

Thanks in advance

Jen

__J 01-27-2005 04:58 AM

log in as the user you want to use, and create an empty file:

Code:

touch .xinitrc
then edit the file with your favorite text editor and add this line:



Code:

exec gnome-session
save and close & startx

EDIT: by the way, what you were looking as is TWM- the tabbed window manager.

niff101 01-27-2005 05:13 AM

Thanks for the information - that worked great! I really thought I had screwed it up there!

__J 01-27-2005 05:18 AM

if you want to change it to another session, comment out that line ( put a # before exec)
and add the new session:

exec startkde
exec enlightenment
exec fluxbox
exec whatever....

beware that some window managers and such are in different places or called by different names than what you would expect.


All times are GMT -5. The time now is 02:21 PM.