LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xfree86 (https://www.linuxquestions.org/questions/linux-software-2/xfree86-4311/)

newbie0 07-15-2001 01:44 PM

xfree86
 
I just downloaded and installed Xfree86. After installing it i went back into X and all the text were just boxes. Can someone help me?

trickykid 07-15-2001 04:07 PM

Have you tried reconfiguring it? What distro are you using?

newbie0 07-15-2001 05:05 PM

I'm using Red Hat Linux 7.1.

DMR 07-15-2001 06:06 PM

Quit X, and at the command line type:
Code:

startx &>/tmp/Xerrors    <--this syntax assumes you're using bash. For csh, transpose the & and >
This will start X, but will also create a file in /tmp called Xerrors, and write the standard output and standard error of the startx command to that file. Quit X again and type:
Code:

less /tmp/Xerrors
to view the file. You can use the up/down arrows and pg up/ pg down keys to navigate. Look for any errors messages, especially those relating to fonts and font directories, and post your findings here.

Happy Hunting...

newbie0 07-15-2001 08:11 PM

There were no errors and I didn't see anything about fonts..

Anyway I am thinking of uninstalling Red Hat Linux and getting a new distro. Which one do you recommend for a newbie?

Also, how do I uninstall Linux?

DMR 07-15-2001 09:23 PM

Unfortunately, Redhat and Mandrake (which is very Redhat-like) are the distros that seem to be most newbie-friendly. Also, I think many people who are just starting out take the "install another distro" approach too quickly. Any distro has a learning curve and it's own quirks, and while another might set X up for you flawlessly, it might never recognize your modem. No distro is perfect and commpatible with all hardware. Sometimes you can lose more time switching/configuring distros than you would just working through the problem at hand. You may bleed a little, but you'll definitely know more when you're done.

Of course, this is just my $0.02 of rambling ;)

isajera 07-16-2001 02:50 AM

what version of xf86 did you download?

i sounds like you didn't get any fonts along with it. can you give a listing of all the files you downloaded for X? (just the .tar.gz's :))

newbie0 07-16-2001 03:48 PM

I downloaded xfree86 version 4.1.0

I downloaded the 12 files it asked me to... I remember downloading a 15MB file of fonts.

Also earlier today I booted up linux and there was a clock in the corner and 2 terminal windows. I couldnt close any of them.


All times are GMT -5. The time now is 01:52 PM.