Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-12-02 Thread John Frankish
> -Original Message- > From: blfs-support-boun...@linuxfromscratch.org [mailto:blfs-support- > boun...@linuxfromscratch.org] On Behalf Of Ken Moffat > Sent: Wednesday, 06 November, 2013 15:45 > To: BLFS Support List > Subject: Re: [blfs-support] Xorg-7.7 Does not Detect I

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-06 Thread Ken Moffat
On Wed, Nov 06, 2013 at 10:36:07AM +, John Frankish wrote: > > > How would I go about using strace to check where the xorg-server is > > looking for 10-evdev.conf? > > > > > > Using "strace -o log_file Xorg -nolisten tcp &", Xorg beings to start up, but > then stops with the error: > > ... >

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-06 Thread John Frankish
> > How would I go about using strace to check where the xorg-server is > looking for 10-evdev.conf? > > > > As a high-level overview : install strace [ link from the Other Programming > Tools page at the end of the main Programming chapter, just before java ] - > there is a patch in patches. Th

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-04 Thread Ken Moffat
On Mon, Nov 04, 2013 at 08:03:09AM +, John Frankish wrote: > > > > > > 10-evdev.conf is at /usr/local/share/X11/xorg.conf.d and verified to be > > > the > > > same as the 32-bit install, which works. > > > > I'm not sure I follow that : did you verify the file's contents or > > it's locatio

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-04 Thread John Frankish
> > > BUT the first mentions of evdev in my log are > > > > > > [ 23798.003] (II) config/udev: Adding input device Power > > > Button(/dev/input/event1) > > > [ 23798.004] (**) Power Button: Applying InputClass "evdev keyboard > > > catchall" > > > [ 23798.004] (**) Power Button: Applying InputCl

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-03 Thread Ken Moffat
On Sun, Nov 03, 2013 at 04:52:35PM -0300, Fernando de Oliveira wrote: > > ĸen, > > Sometimes I have some libtool complaints. Fox example, dozens of the kind: > > libtool: relink: warning: > `/usr/lib/gcc/i686-pc-linux-gnu/4.8.1/../../../libcairo.la' seems to be > moved > > I gave up removing th

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-03 Thread Fernando de Oliveira
Em 03-11-2013 12:54, Ken Moffat escreveu: > As long as /lib64 is a symlink to /lib, everything just works. It > isn't strictly 'pure' (libtool complains that files seem to be > moved, which I'm sure is because of the symlink) but it works > well-enough and allows for the occasional stupid packag

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-03 Thread Ken Moffat
On Sun, Nov 03, 2013 at 07:17:22AM +, John Frankish wrote: > > > > > > It's a bit hard to diagnose when you use /usr/local/lib (it > > *always* gets harder to build things correctly, e.g. PKG_CONFIG_PATH > > needs to be set), and *my* modules are all in > > /usr/lib/X11/modules/{,drivers/,input

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-03 Thread John Frankish
> > > Do you have somthing like: > > > [25.470] (II) LoadModule: "evdev" > > > in the log? > > > If not, It might be that you forgot to compile the evdev driver. (see > > > Xorg drivers page). > > > > > > > > No, I don't have anything like LoadModule: "evdev", but the evdev driver is > > the

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-02 Thread Bruce Dubbs
Ken Moffat wrote: > On Sat, Nov 02, 2013 at 12:35:10PM +, John Frankish wrote: > Do you have somthing like: [25.470] (II) LoadModule: "evdev" in the log? If not, It might be that you forgot to compile the evdev driver. (see Xorg drivers page). >>> >>> No,

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-02 Thread Ken Moffat
On Sat, Nov 02, 2013 at 12:35:10PM +, John Frankish wrote: > > > > > > > Do you have somthing like: > > > [25.470] (II) LoadModule: "evdev" > > > in the log? > > > If not, It might be that you forgot to compile the evdev driver. (see > > > Xorg drivers page). > > > > > > > No, I don't have

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-02 Thread John Frankish
> > > Ref: Beyond Linux From Scratch - Version 2013-11-01 Part VI. X + Window > > > Managers > > > > > > I built Xorg-7.7 in the same way on the same machine in both 32-bit and > > > 64-bit versions. > > > > > > The 32-bit version works without problems, but the 64-bit version does > > > not

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-02 Thread John Frankish
> > Ref: Beyond Linux From Scratch - Version 2013-11-01 Part VI. X + Window > > Managers > > > > I built Xorg-7.7 in the same way on the same machine in both 32-bit and > > 64-bit versions. > > > > The 32-bit version works without problems, but the 64-bit version does not > > seem to detect th

Re: [blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-02 Thread Pierre Labastie
Le 02/11/2013 08:08, John Frankish a écrit : > Ref: Beyond Linux From Scratch - Version 2013-11-01 Part VI. X + Window > Managers > > I built Xorg-7.7 in the same way on the same machine in both 32-bit and > 64-bit versions. > > The 32-bit version works without problems, but the 64-bit version

[blfs-support] Xorg-7.7 Does not Detect Input Devices on 64-bit Build

2013-11-02 Thread John Frankish
Ref: Beyond Linux From Scratch - Version 2013-11-01 Part VI. X + Window Managers I built Xorg-7.7 in the same way on the same machine in both 32-bit and 64-bit versions. The 32-bit version works without problems, but the 64-bit version does not seem to detect the keyboard/mouse. After issuing t