Author Topic: Problems with xf86config  (Read 529 times)

hnugz

  • Member
  • **
  • Posts: 101
  • Kudos: 0
Problems with xf86config
« on: 14 August 2003, 01:16 »
Sorry I am so incompetent about this stuff.  I am currently trying to install the newest version of xfree86 which I am hoping will solve my problems with my widescreen not being detected.  First of all, how do I check which version I have right now?  I am running red hat 9.  Also, the xf86config file is apparently nowhere on my computer.  I have tried what BouncingAyatollah said by typing "xf86config" as root.  It says command not found.  I can not get this config file to run.  I'll just start with these questions but I am also having problems with the xf86 install.  Thanks,

insmod_ex

  • Newbie
  • *
  • Posts: 2
  • Kudos: 0
Problems with xf86config
« Reply #1 on: 14 August 2003, 01:32 »
Well, what you are looking for is the XF86Config file.  It is located in /etc/X11.  If xf86config is not found on your computer, it may mean that you dont have XFree86 installed.  Try commands like xf86cfg and X -setup instead.

BouncingAyatollah

  • Member
  • **
  • Posts: 58
  • Kudos: 0
    • http://www.bouncingayatollah.co.uk
Problems with xf86config
« Reply #2 on: 14 August 2003, 05:56 »
Well 1stly, sincere apologies, you are absolutely right, xf86config is no longer there in RedHat9.

Try this instead:

When you boot if your machine CONTINUALLY tries to start up X over and over do the following (1) else if X gives up trying to start or doesn't start at all and you are left with just a text login and no X server running go to (2),

(1) Get to a text login by pressing Ctrl and Alt and an F-key (any F1 thru F4) together until you see a text login screen you can use. Log in as root. Edit the file /etc/inittab like this (read the warning after this command 1st too):

vim /etc/inittab

*AND DON'T PRESS ANY KEYS STRAIGHT AWAY!, MOST KEYS IN vi/vim ACT AS COMMAND-KEYS, YOU CAN'T JUST TYPE STRAIGHT AWAY* (vi is almost always guaranteed to be there on every system for situations like this however)

If you did press some keys and messed up the file press ':' (i.e. SHIFT and ; ) and at the : prompt at the bottom type q! then Enter. Re-run vim as above.

Now use the cursor keys to move down without pressing any letter keys until you see a line like this:

id:5:initdefault:

Move the cursor until it is under the 5 and press 'r' then '3' (no quotes, just each key) to replace the 5 with 3 so the line is now

id:3:initdefault:

Now type ':' (i.e. SHIFT ; ) and you'll see a command prompt : appear at the bottom of the screen. Type wq here and Enter.

If anything "unexpected" happens in vi/vim press 'u' to Undo.

Now type reboot -n at the command line

The machine should reboot in run-level 3, (text login).

(2) If you can login in text mode fine anyway or you have done the above, type:

XFree86 -configure

The screen should go blank briefly and a test XFree86Config.new will be created in your /root directory.

To test the X server with this type

XFree86 -xf86config /root/XF86Config.new

If this works copy this file to the usual place like this:

cp /root/XF86Config.new /etc/X11/XF86Config

If you edited the run level in (1) use vim again as before to change the 3 back to a 5, save with ':' then wq and reboot again with

reboot -n

What bothers me is I don't hold out much hope for this doing anything more than would have been done during the install :-\

If this doesn't work I can't help much more I'm afraid, I'm not an expert with X (as you have seen :) ) and have not used RH9 with a laptop. The only other things I could suggest are no doubt what you have been trying, search linux forums, especially RedHat 9 related, and basically see if anyone else has experienced this problem with RH9 and a similar setup.

Hope this helps in some way however. Sorry if I have caused any inconvenience.
The cheese would have to be subatomic size before quantum cheese effects would take over -- and then it wouldn't be identifiable as cheese any longer.

hnugz

  • Member
  • **
  • Posts: 101
  • Kudos: 0
Problems with xf86config
« Reply #3 on: 14 August 2003, 20:50 »
Thanks BouncingAyatolla, I did what you suggested.  After runnin the XF86Config.new i do actually get a mouse cursor but the rest of the screen is black.  Not sure what to do from here.  I assume this means it still isn't working heh.  Apparently it's getting closer though.

hnugz

  • Member
  • **
  • Posts: 101
  • Kudos: 0
Problems with xf86config
« Reply #4 on: 15 August 2003, 00:41 »
Bam biggity.  I was able to login to Xwindows using some new beta drivers for my video card.  Now I just have to figure out how to install my non configured hardware.  Thank you all for your help.