LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-25-2003, 07:32 PM   #1
xailer
Member
 
Registered: Nov 2003
Posts: 77

Rep: Reputation: 15
What and where is XF86Config-4


hi

There is supposed to be configuration file(red hat 9) named XF86Config-4
for X, but I can't find it.

Is this the right file and where is it?

Also,what is low level formatting(apparently you can use fdformat to low level format the diskette)?.
Does that then mean you can high level format diskette to either msdos or FAT32,FAT16?

thank you
 
Old 11-25-2003, 07:43 PM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
It should be in /etc/X11 . If it's not, then you should look for XF86Config instead. The '-4' is used when you also have/had an older versin of XFree86. Versions 3.x & 4.x's config files differ slightly, hence the new name.
 
Old 11-25-2003, 07:45 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: What and where is XF86Config-4

Quote:
Originally posted by xailer
There is supposed to be configuration file(red hat 9) named XF86Config-4
for X, but I can't find it.

Is this the right file and where is it?
man XF86Config
man locate
locate XF86Config

And what exactly do you mean by
"Is this the right file?" Right file for ...? :)

Quote:
Also,what is low level formatting(apparently you can use fdformat to low level format the diskette)?.
Does that then mean you can high level format diskette to either msdos or FAT32,FAT16?
man fdformat
man mkdosfs
man mke2fs
man mkfs



Cheers,
Tink
 
Old 11-26-2003, 11:49 AM   #4
xailer
Member
 
Registered: Nov 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Re: Re: What and where is XF86Config-4

hi

Quote:
Originally posted by Tinkster
man XF86Config
man locate
locate XF86Config
I can find XF86Config,but I can't find XF86Config-4

Quote:
And what exactly do you mean by "Is this the right file?" Right file for ...?
Well as I understand XF96Config file is configuration file for Xfree86,
but XF86Config-4 file is a file that tells which version of xFree86 to even
run

Quote:
man fdformat
But man fdformat doesn't explain what exactly low level formating is

Quote:
man mkdosfs
man mke2fs
man mkfs
When I type in man 8 mfks.vfat or man mkfs.vfat I get a manual on mkdofsfs.
In other words,I found nothing that would explain the difference between mkfs.vfat and mkfs.msdos

bye
 
Old 11-26-2003, 12:00 PM   #5
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Read the manual page carefully:
To make vfat:
mkdosfs -F 32 [device]
To make msdos:
mkdosfs [device]

If you don't have a XF86Config-4, don't worry about it. X is using the XF86Config file instead. Read my earlier post again.
 
Old 11-26-2003, 12:45 PM   #6
xailer
Member
 
Registered: Nov 2003
Posts: 77

Original Poster
Rep: Reputation: 15
hi

Quote:
Originally posted by aaa
If you don't have a XF86Config-4, don't worry about it. X is using the XF86Config file instead. Read my earlier post again.
It just seems weird...Does XF86Config file tell which
xFree86 to load and after xFree86 is loaded it uses XF86Config as its
configuration file?


Quote:
Read the manual page carefully:
To make vfat:
mkdosfs -F 32 [device]
To make msdos:
mkdosfs [device]

uh,I was focused on mkfs command so much that I didn't think of any other possibillity

Im sorry for all the trouble and thanx for helping
 
Old 11-26-2003, 12:55 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by xailer
It just seems weird...Does XF86Config file tell which
xFree86 to load and after xFree86 is loaded it uses XF86Config as its
configuration file?
Read the man page again... and the explanation
you got earlier in the thread.

XFree 4.x first looks for a XF86Config-4, if it
can't find it, it looks for XF86Config. The new
name (from what I understand) was introduced
for the phase of migrating from a 3.x to a 4.x
version. So, don't worry.


Cheers,
Tink
 
Old 11-26-2003, 04:55 PM   #8
xailer
Member
 
Registered: Nov 2003
Posts: 77

Original Poster
Rep: Reputation: 15
ok,thank you all for your help

bye

PS:I'd like to save this threads to my PC,but for some reason I can't.Otherwise Im having no trouble saving html pages so I assume it's something wrong with this web site.Is anybody else having this problems and what to do about it?
 
Old 11-26-2003, 05:09 PM   #9
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
What browser are you using? You can also copy/paste text to somewhere else.
 
Old 11-26-2003, 05:13 PM   #10
xailer
Member
 
Registered: Nov 2003
Posts: 77

Original Poster
Rep: Reputation: 15
hi

Im using(get ready and don't get mad)...IE6.I am copying to text file but it would be better if...

bye
 
Old 11-26-2003, 05:19 PM   #11
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Sometimes IE acts up when saving pages. Try the different choices you have (html complete..etc..) when you click 'Save As'.
 
Old 11-26-2003, 05:47 PM   #12
xailer
Member
 
Registered: Nov 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by aaa
Sometimes IE acts up when saving pages. Try the different choices you have (html complete..etc..) when you click 'Save As'.
Tommorow Im gonna try on different PC and see if it behaves the same there too.

thank you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
root@localhost:~# xf86config -bash: xf86config: command not found klemen Slackware 17 01-06-2005 02:56 AM
where is the XF86config-4 or XF86config file in the fedora? u2911 Fedora 4 07-24-2004 08:38 PM
where can I find the XF86Config and XF86Config-4 files? souaw Mandriva 4 04-21-2004 09:30 AM
XF86Config compared to XF86Config-4 rberry88 Linux - Newbie 2 09-21-2003 10:29 AM
Diff btw XF86Config-4 and XF86Config BorgKing Linux - Newbie 1 06-12-2002 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration