LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 10-21-2004, 11:55 PM   #1
cutterjohn
LQ Newbie
 
Registered: Jan 2004
Location: Notre Dame
Distribution: Slackware
Posts: 14

Rep: Reputation: 0
Modules in xorg.conf. record? xtrap? etc?


I'm just curious as to what all these modules that I'm loading in my xorg.conf file are doing? I tried to search for documentation, but all I get is people having problems starting X. Can anyone point me to the manual?
 
Old 10-22-2004, 12:12 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
man xorg.conf

The command "man" opens the manual page for whatever follows...
 
Old 10-22-2004, 12:51 AM   #3
cutterjohn
LQ Newbie
 
Registered: Jan 2004
Location: Notre Dame
Distribution: Slackware
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks for the reply ... but what I meant is what are the modules "record" et. al doing? That's what I can't find documentation for.
 
Old 10-22-2004, 01:42 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by cutterjohn
I'm just curious as to what all these modules that I'm loading in my xorg.conf file are doing? I tried to search for documentation, but all I get is people having problems starting X. :) Can anyone point me to the manual?
If I read that correctly, you asked about the modules you're loading into
/etc/X11/xorg.conf - and if you will read that file, it's pretty explanatory
about each module. To my knowledge, and on my systems, there are no
modules named "record" or "xtrap" that are being loaded into Xorg.

XTrap is an X Server extension which facilitates the capturing of server
protocol and synthesizing core input events. XTrap functionality is being
evolved into the RECORD extension, rather than the XTEST extension,
by the X Consortium. Whilst I may plead mostly ignorance in this whole
area of the X Server, I don't see what "loading modules" has to do with
these extensions.

Can you elaborate?

Last edited by Bruce Hill; 10-22-2004 at 02:13 AM.
 
Old 10-22-2004, 08:08 AM   #5
cutterjohn
LQ Newbie
 
Registered: Jan 2004
Location: Notre Dame
Distribution: Slackware
Posts: 14

Original Poster
Rep: Reputation: 0
% X -configure

....
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "speedo"
EndSection
...


That's it. No comments, no documentation. Nothing. man xorg.conf also says nothing. Obviously, I can figure out the ones having to do with fonts and to some extent, the graphics related ones. Just curious about the others.
 
Old 10-22-2004, 08:59 AM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by cutterjohn
% X -configure

....
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "speedo"
EndSection
...


That's it. No comments, no documentation. Nothing. man xorg.conf also says nothing. Obviously, I can figure out the ones having to do with fonts and to some extent, the graphics related ones. Just curious about the others.
I've 4 boxen here with Slack and none of them has a xorg.conf file with modules listed like that. I could ask questions and guess, but that's no better than you searching and reading. I can tell you that "record" and "xtrap" are X server extensions. I can't tell you what's been installed that added those module load lines to your file.

Have you edited /etc/X11/xorg.conf to change it from the default? I ask because all mine (Slack-9.1 and Slack-10.0) have comments either before or beside those modules.

When I read "man xorg.conf" I do get a lot of information about the Module Section. Almost all of those modules are in /usr/X11R6/lib/modules/extensions and the default ModulePath is /usr/X11R6/lib/modules/ if that helps.

For more detailed reading try "man X" and it's referrals.

These could be related to your display manager, if you're using one.
 
Old 10-22-2004, 11:21 AM   #7
cutterjohn
LQ Newbie
 
Registered: Jan 2004
Location: Notre Dame
Distribution: Slackware
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks chinaman for the effort. It's not a super big deal. I was just toying around with ways to generate xorg.conf files and when I ran
Code:
X -configure
I got those modules. I found the libraries, librecord.a, et. al., but I couldn't find any documentation. If you do a search on any of those terms, all you get is other people having problems starting X, etc. Just thought I would see if someone around here knew.

Thanks again!
 
Old 10-22-2004, 05:41 PM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Have you searched at Google <Linux> yet?

That will yield you more results, from different sources, than just
searching at LQ. And it will find LQ posts, also. Sorry I couldn't help,
my knowledge of X is incredibly limited. Actually, we can say that of
Linux in general. ;^)
 
  


Closed Thread



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
Conf.modules Vs Modules.conf Issue, lost eth0 initialization LinuxFreebie41 Linux - General 3 11-04-2004 06:02 AM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM
Update-modules: No longer managing /lib/modules/modprobe.conf? geekzen Debian 0 04-03-2004 06:49 PM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - General 1 01-24-2002 01:50 AM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - Newbie 2 01-24-2002 01:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:28 AM.

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