PDA

View Full Version : XF86Config file



paparush
02-07-2003, 04:30 PM
I hear great things about Knoppix and its ability to support hardware. I'm wondering if it writes the hardware settings (mainly interested in Vid card and monitor settings) to /etc/X11/XF86Config file?? Does it store the values somewhere else?

What I'd like to do is, if Knoppix detects my hardware and X looks good, save those settings to use with other Linux Distros.

Can someone please let me know.

Thanks!!!!

Pewe
02-07-2003, 05:22 PM
You find the settings in /etc/X11/XF86Config-4, and Knoppix does a very good job on it!

Pewe

paparush
02-07-2003, 05:39 PM
Oh...very cool!! I'm downloading and burning this puppy today!!!

Luckily we have a T1 here at work so it won't take all day to grab it!

Thanks again!

David Douthitt
02-18-2003, 03:42 PM
I found this file, but also the following:

XF86Config
XF86Config.in
XF86Config-4.in

Can someone fill me in on how to modify the X configuration in a fairly standard way? During a floppy config, that is.

What I want to do is add a font server to the list of fonts in the XF86Config file.

Pewe
02-20-2003, 12:10 AM
AFAIK, /etc/X11/XF86Config-4 is the file you will have to change. If you want to modify it when booting from cd-rom, you may do it like this:
Start knoppix
once in X, type ctrl/alt/F2 (gives you a text console), then type
init 2
This shuts down X.
cd /etc/X11
joe XF86Config-4
or vi or mc to edit the config file to your liking.
init 5
Starts X again, now using your modified XF86Config.
The file sits on a ram disk, so it will be lost next time you restart the system.

Pewe