Re: PEX? XIE?

1997-01-15 Thread Tim Sailer
In your email to me, Ricardo Aler Mur, you wrote:
 
 
 
 On Thu, 9 Jan 1997, Tim Sailer wrote:
 
  Oh... sorry. Well, in /etc/X11/XF86Config, there is a section
  called 'Modules' that is commented out. You have to uncomment
  the start and end lines, and add in the appropriate 'load' lines.
  I'll have to get to a mcahine with X11 loaded, and I'll mail the
  correct lines. And, you have to have loaded the pex and xie modules
  with dselect...
 
 Would you e-mail these lines to me too, please?

OK... in
Section Files

uncomment the line
ModulePath /usr/X11R6/lib/modules

This precludes the need for an explicit path in the 'Load' commands.

Next, uncomment 

Section Module

and, a few lines down, the

EndSection

Add the following lines before the EndSection:

Load pex5.so
Load xie.so


The whole section should look something vaguely like this:

[clip here]

ModulePath /usr/X11R6/lib/modules
 
EndSection
 
# **
# Module section -- this is an optional section which is used to specify
# which dynamically loadable modules to load.  Dynamically loadable
# modules are currently supported only for Linux ELF, FreeBSD 2.x
# and NetBSD 1.x.  Currently, dynamically loadable modules are used
# only for some extended input (XInput) device drivers.
# **
#
Section Module
#
# This loads the module for the Joystick driver
#
# Load xf86Jstk.so
Load pex5.so
Load xie.so
#
EndSection
 
[clip here]--

If you need any more help, email me back, and I'll do what I can.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  I can't change the direction of the wind, 
but I can adjust my sails to always reach my destination.
 -- Jimmy Dean
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PEX? XIE?

1997-01-11 Thread Philippe Troin

On Fri, 10 Jan 1997 11:15:35 CST Carlo U. Segre ([EMAIL PROTECTED]
it.edu) wrote:

 More importantly, some packages will not install unless the X11R6 is
 placed in the ld database.  In particular xv has problems.

Can you elaborate on that (I'm the xv maintainer) ?

Phil.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PEX? XIE?

1997-01-10 Thread Guy Maor
[EMAIL PROTECTED] (joost witteveen) writes:

 No, he meant (or at least I do now): why does X (when it starts,
 and it does on my mashine, with that path in /etc/ld.so.conf)
 say that it didn't load the PEX and XIE extentions? And, how
 can I load them?

The answer is in XF86Config(5x).  There's no reason to load them if
you don't need them, btw.  They'll just consume memory.


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PEX? XIE?

1997-01-10 Thread Carlo U. Segre
On Thu, 9 Jan 1997, Tim Sailer wrote:

 In your email to me, Ulf Jaenicke-Roessler, you wrote:
  
  Hello,
  
   what are these PEX and XIE extensions that startx doesn't load?
   Which packages are they in?
 
 It's actually not those extensions that keep X11 from starting.
 In /etc/ld.so.conf, add the line:
 
 /usr/X11R6/lib
 
 and then run 'ldconfig'.
 

More importantly, some packages will not install unless the X11R6 is
placed in the ld database.  In particular xv has problems.

Cheers,

Carlo


***
*Carlo U. Segre   *
*  Department of Biological, Chemical and Physical Sciences   *
*Illinois Institute of Technology, Chicago, IL 60616  *
*   Voice: (312) 567-3498  FAX: (312) 567-3494*
*  [EMAIL PROTECTED]  *
***


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


PEX? XIE?

1997-01-09 Thread Ulf Jaenicke-Roessler
Hello,

 what are these PEX and XIE extensions that startx doesn't load?
 Which packages are they in?

Thanks,

 Ulf


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PEX? XIE?

1997-01-09 Thread Tim Sailer
In your email to me, Ulf Jaenicke-Roessler, you wrote:
 
 Hello,
 
  what are these PEX and XIE extensions that startx doesn't load?
  Which packages are they in?

It's actually not those extensions that keep X11 from starting.
In /etc/ld.so.conf, add the line:

/usr/X11R6/lib

and then run 'ldconfig'.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  What would you do with a brain if you had one?
   Dorothy, Wizard of Oz
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PEX? XIE?

1997-01-09 Thread joost witteveen
 
 In your email to me, Ulf Jaenicke-Roessler, you wrote:
  
  Hello,
  
   what are these PEX and XIE extensions that startx doesn't load?
   Which packages are they in?
 
 It's actually not those extensions that keep X11 from starting.
 In /etc/ld.so.conf, add the line:
 
 /usr/X11R6/lib

No, he meant (or at least I do now): why does X (when it starts,
and it does on my mashine, with that path in /etc/ld.so.conf)
say that it didn't load the PEX and XIE extentions? And, how
can I load them?

-- 
joost witteveen
[EMAIL PROTECTED]
  [EMAIL PROTECTED]
--
Use Debian/GNU Linux!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PEX? XIE?

1997-01-09 Thread Tim Sailer
In your email to me, joost witteveen, you wrote:
 
  
  In your email to me, Ulf Jaenicke-Roessler, you wrote:
   
   Hello,
   
what are these PEX and XIE extensions that startx doesn't load?
Which packages are they in?
  
  It's actually not those extensions that keep X11 from starting.
  In /etc/ld.so.conf, add the line:
  
  /usr/X11R6/lib
 
 No, he meant (or at least I do now): why does X (when it starts,
 and it does on my mashine, with that path in /etc/ld.so.conf)
 say that it didn't load the PEX and XIE extentions? And, how
 can I load them?

Oh... sorry. Well, in /etc/X11/XF86Config, there is a section
called 'Modules' that is commented out. You have to uncomment
the start and end lines, and add in the appropriate 'load' lines.
I'll have to get to a mcahine with X11 loaded, and I'll mail the
correct lines. And, you have to have loaded the pex and xie modules
with dselect...

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
 I have abandonded my search for the Truth,
  and now am looking for a good fantasy...
   Ashleigh Brilliant
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]