LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 09-10-2010, 04:59 AM   #1
Vilius
Member
 
Registered: Jan 2006
Location: Lithuania
Distribution: Arch, Debian
Posts: 193

Rep: Reputation: 16
manual page for X is missing (man X) ?


Hello,

This is small problem but..

Running Centos 5.5.
Man page for X ( General information: X(7) ) is missing. Others like Xorg(1) and Xserver(1x) are present.
If it's not removed could someone tell me what package provides it ?

thanks
Vilius

Last edited by Vilius; 09-10-2010 at 05:01 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-10-2010, 05:12 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
On Debian it appears to be xorg-docs-core.
 
Old 09-10-2010, 05:19 AM   #3
Vilius
Member
 
Registered: Jan 2006
Location: Lithuania
Distribution: Arch, Debian
Posts: 193

Original Poster
Rep: Reputation: 16
Well I'm running Centos..
 
Old 09-10-2010, 05:27 AM   #4
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by Vilius View Post
Man page for X ( General information: X(7) ) is missing.
For the time being you can look here:
http://linuxreviews.org/man/
 
Old 09-10-2010, 06:13 AM   #5
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

Attached you find the X.7.gz man page.

LQ's upload feature forces certain extensions, so you need to strip the .txt part (X.7.gz.txt -> X.7.gz).

Depending on your distro you might need to unzip the file (X.7.gz -> X.7). Place it in /usr/share/man/man7

Hope this helps.

Last edited by druuna; 01-31-2014 at 12:23 PM.
 
2 members found this post helpful.
Old 09-10-2010, 07:28 AM   #6
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Quote:
Originally Posted by Vilius View Post
Well I'm running Centos..
Well, yes. I know that. But I figured you could use the information to track down the equivalent CentOS package. Chances are the name will be either the same or very similar. Did you try searching for it in your repositories?

Edit: According to this search, X.7.gz is found in xorg-x11-docs-<version>, for RedHat/Fedora.

Last edited by David the H.; 09-10-2010 at 07:40 AM.
 
Old 09-11-2010, 06:10 AM   #7
Vilius
Member
 
Registered: Jan 2006
Location: Lithuania
Distribution: Arch, Debian
Posts: 193

Original Poster
Rep: Reputation: 16
Yes I did:
Code:
# yum search xorg|grep doc
#
Looks like doc package is not included.

V
 
Old 09-11-2010, 06:16 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post #7 : You are right, I didn't find a package like xorg-x11-docs either.

Why not use 1) the online 'man X' http://www.manpagez.com/man/7/X/

Or 2) 'man xorg.conf' : Is reported somewhere to hold the information too.
( Google .. man X .. ).

..
 
Old 09-11-2010, 06:24 AM   #9
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,
Quote:
Originally Posted by knudfl View Post
Post #7 : You are right, I didn't find a package like xorg-x11-docs either.
Neither did I, that's why I attached the X man page in post #5

Quote:
Why not use 1) the online 'man X' http://www.manpagez.com/man/7/X/
Because you aren't always able to be on-line? Just one reason that came to mind....

Quote:
Or 2) 'man xorg.conf' : Is reported somewhere to hold the information too.
The X man page is more detailed then the Xorg man page, they aren't the same (compare them and you'll see).
 
1 members found this post helpful.
  


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
Missing Man pages ctighe Linux - Newbie 3 02-09-2009 08:27 AM
Man pages ? Missing compaq_user7 DamnSmallLinux 5 07-30-2007 10:01 AM
Manul X Server configuration in RHEL shahz Red Hat 2 05-03-2007 06:20 PM
Missing man pages alaios Linux - General 1 08-24-2005 10:13 PM
Missing man pages KissDaFeetOfSean Linux - Newbie 5 06-14-2005 04:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 11:01 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