Re: X Server 1.6.99.1 HAL <-> XI Problems

2008-12-22 Thread Florian Lier

Nope :/

I just installed libhal-dev & libdbus-1-dev.

Now I am off to compile x again.
(btw its 2:30 am now != University @9 am)

I'll report the result l8r.

cheers, fl0

Peter Hutterer schrieb:

On Tue, Dec 23, 2008 at 01:19:20AM +0100, Florian Lier wrote:
  

nope, the server uses the "default" xorg.conf located
in /etc/X11/...



  

Looks like that:

Section "Monitor"
   Identifier"Configured Monitor"
EndSection

Section "Screen"
   Identifier"Default Screen"
   Monitor"Configured Monitor"
   Device"Configured Video Device"
EndSection

Section "Device"
   Identifier"Configured Video Device"
EndSection



did you have hal-devel and dbus-devel installed at configure time?

Cheers,
  Peter

  


begin:vcard
fn:Florian Lier
n:Lier;Florian
org:;AG AI | so far
adr:;;Germany
email;internet:f...@icram.de
title:B. Sc. Informatics
tel;work:University | AG Angewandte Informatik
tel;home:/home/usr
x-mozilla-html:FALSE
url:www.icram.de
version:2.1
end:vcard

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: X Server 1.6.99.1 HAL <-> XI Problems Pt2

2008-12-22 Thread Florian Lier

Dan Nicholson schrieb:

2008/12/22 Florian Lier :
  

Dan Nicholson schrieb:

2008/12/22 Florian Lier :


Good evening everybody (CET),

I'm currently testing Peter Hutterers' XI. AFAIK you don't
need any device configuration via xorg.conf, instead you choose
evdev (e.g. at /etc/hal/fdi/policy/mydevices.fdi) - then HAL should
automagically add the devices (at least mouse & kbd) at startup.

My System:
ThinkPad x31
Ubuntu 8.10 (2.6.27-11)
GDM + Metacity
Ati Mobile

Here's the output of my (stable) 1.5.2 XServer:

f...@m0thership:~$ xinput -version
version 1.3.0
f...@m0thership:~$ xinput --list --short
"Virtual core keyboard"id=0[XKeyboard]
"Virtual core pointer"id=1[XPointer]
"Macintosh mouse button emulation"id=2[XExtensionPointer]
"Logitech Logitech USB Keyboard"id=3[XExtensionKeyboard]
"Logitech Logitech USB Keyboard"id=4[XExtensionKeyboard]
"Razer Razer Copperhead Laser Mouse"id=5[XExtensionKeyboard]
"Razer Razer Copperhead Laser Mouse"id=6[XExtensionPointer]

Next step: Logout - switch to TTY1 - login as root and start "X" like that:

/etc/init.d/gdm stop
export LD_LIBRARY_PATH=/my/path/to/the1.6.99.1/lib
startx -- /my/path/to/the1.6.99.1/bin/Xorg :1

 starts fine ---

Output of my 1.6.99.1 XServer:

r...@mpx:~$ xinput --list --short
"Virtual core keyboard"id=0[XKeyboard]
"Virtual core pointer"id=1[XPointer]
""id=2[XExtensionPointer]
""id=3[XExtensionKeyboard]

---

1. lshal and lsusb correctly lists the above devices.
2. restarting HAL doesn't help.
3. /my/path/to/the1.6.99.1/bin/xinput --create-master "f00" works, but
there's obviously no device to reattach it :/


Do you have evdev installed in
/my/path/to/the1.6.99.1/lib/
xorg/modules/input ? What does the log
say? What do you have in xorg.conf?

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg



Yes evdev is installed.

Here's the log (also attached):

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.99.1
Release Date: (unreleased)
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-11-generic i686
Current Operating System: Linux fl0-mpx 2.6.27-11-generic #1 SMP Fri Dec 19
16:29:52 UTC 2008 i686
Build Date: 23 December 2008  12:14:23AM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/fl0/mpx/var/log/Xorg.2.log", Time: Tue Dec 23 00:41:31
2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(==) Not automatically adding devices
(==) Not automatically enabling devices



As Peter mentioned, this implies that you have AutoAddDevices set to
no. Can you post your xorg.conf?


  

(EE) XKB: Couldn't open rules file /home/fl0/mpx/share/X11/xkb/rules/base



You may want to install xkeyboard-config to /home/fl0/mpx, or rebuild
xserver with --with-xkb-path=/usr/share/X11/xkb to use your distro's
XKB rules.

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

  

Okay, I adjusted the xorg.conf and started the "x" like that:

/etc/init.d/gdm stop
export LD_LIBRARY_PATH=/my/path/to/the1.6.99.1/lib
startx -- /my/path/to/the1.6.99.1/bin/Xorg :2 -config 
/my/path/to/the1.6.99.1/xorg.conf

Which led to this:

(==) ServerLayout "Mpx Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(**) Option "AutoAddDevices" "true"
(**) Automatically adding devices
(==) Not automatically enabling devices

(full log is attached + xorg.conf)

Hm...strange.

Fl0




# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configu

Re: X Server 1.6.99.1 HAL <-> XI Problems

2008-12-22 Thread Dan Nicholson
2008/12/22 Florian Lier :
> Dan Nicholson schrieb:
>
> 2008/12/22 Florian Lier :
>
>
> Good evening everybody (CET),
>
> I'm currently testing Peter Hutterers' XI. AFAIK you don't
> need any device configuration via xorg.conf, instead you choose
> evdev (e.g. at /etc/hal/fdi/policy/mydevices.fdi) - then HAL should
> automagically add the devices (at least mouse & kbd) at startup.
>
> My System:
> ThinkPad x31
> Ubuntu 8.10 (2.6.27-11)
> GDM + Metacity
> Ati Mobile
>
> Here's the output of my (stable) 1.5.2 XServer:
>
> f...@m0thership:~$ xinput -version
> version 1.3.0
> f...@m0thership:~$ xinput --list --short
> "Virtual core keyboard"id=0[XKeyboard]
> "Virtual core pointer"id=1[XPointer]
> "Macintosh mouse button emulation"id=2[XExtensionPointer]
> "Logitech Logitech USB Keyboard"id=3[XExtensionKeyboard]
> "Logitech Logitech USB Keyboard"id=4[XExtensionKeyboard]
> "Razer Razer Copperhead Laser Mouse"id=5[XExtensionKeyboard]
> "Razer Razer Copperhead Laser Mouse"id=6[XExtensionPointer]
>
> Next step: Logout - switch to TTY1 - login as root and start "X" like that:
>
> /etc/init.d/gdm stop
> export LD_LIBRARY_PATH=/my/path/to/the1.6.99.1/lib
> startx -- /my/path/to/the1.6.99.1/bin/Xorg :1
>
>  starts fine ---
>
> Output of my 1.6.99.1 XServer:
>
> r...@mpx:~$ xinput --list --short
> "Virtual core keyboard"id=0[XKeyboard]
> "Virtual core pointer"id=1[XPointer]
> ""id=2[XExtensionPointer]
> ""id=3[XExtensionKeyboard]
>
> ---
>
> 1. lshal and lsusb correctly lists the above devices.
> 2. restarting HAL doesn't help.
> 3. /my/path/to/the1.6.99.1/bin/xinput --create-master "f00" works, but
> there's obviously no device to reattach it :/
>
>
> Do you have evdev installed in
> /my/path/to/the1.6.99.1/lib/
> xorg/modules/input ? What does the log
> say? What do you have in xorg.conf?
>
> --
> Dan
> ___
> xorg mailing list
> xorg@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
>
>
>
> Yes evdev is installed.
>
> Here's the log (also attached):
>
> This is a pre-release version of the X server from The X.Org Foundation.
> It is not supported in any way.
> Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
> Select the "xorg" product for bugs you find in this release.
> Before reporting bugs in pre-release versions please check the
> latest version in the X.Org Foundation git repository.
> See http://wiki.x.org/wiki/GitPage for git access instructions.
>
> X.Org X Server 1.6.99.1
> Release Date: (unreleased)
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.27-11-generic i686
> Current Operating System: Linux fl0-mpx 2.6.27-11-generic #1 SMP Fri Dec 19
> 16:29:52 UTC 2008 i686
> Build Date: 23 December 2008  12:14:23AM
>
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/home/fl0/mpx/var/log/Xorg.2.log", Time: Tue Dec 23 00:41:31
> 2008
> (==) Using config file: "/etc/X11/xorg.conf"
> (==) No Layout section.  Using the first Screen section.
> (**) |-->Screen "Default Screen" (0)
> (**) |   |-->Monitor "Configured Monitor"
> (**) |   |-->Device "Configured Video Device"
> (==) Not automatically adding devices
> (==) Not automatically enabling devices

As Peter mentioned, this implies that you have AutoAddDevices set to
no. Can you post your xorg.conf?


> (EE) XKB: Couldn't open rules file /home/fl0/mpx/share/X11/xkb/rules/base

You may want to install xkeyboard-config to /home/fl0/mpx, or rebuild
xserver with --with-xkb-path=/usr/share/X11/xkb to use your distro's
XKB rules.

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: X Server 1.6.99.1 HAL <-> XI Problems

2008-12-22 Thread Peter Hutterer
On Tue, Dec 23, 2008 at 12:58:15AM +0100, Florian Lier wrote:
> Output of my 1.6.99.1 XServer:
>
> r...@mpx:~$ xinput --list --short
> "Virtual core keyboard"id=0[XKeyboard]
> "Virtual core pointer"id=1[XPointer]
> ""id=2[XExtensionPointer]
> ""id=3[XExtensionKeyboard]


do you have an xorg.conf in your /root directory?
this device list should only ever happen if you have AutoAddDevices off in
your ServerLayout.

Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: X Server 1.6.99.1 HAL <-> XI Problems

2008-12-22 Thread Dan Nicholson
2008/12/22 Florian Lier :
> Good evening everybody (CET),
>
> I'm currently testing Peter Hutterers' XI. AFAIK you don't
> need any device configuration via xorg.conf, instead you choose
> evdev (e.g. at /etc/hal/fdi/policy/mydevices.fdi) - then HAL should
> automagically add the devices (at least mouse & kbd) at startup.
>
> My System:
> ThinkPad x31
> Ubuntu 8.10 (2.6.27-11)
> GDM + Metacity
> Ati Mobile
>
> Here's the output of my (stable) 1.5.2 XServer:
>
> f...@m0thership:~$ xinput -version
> version 1.3.0
> f...@m0thership:~$ xinput --list --short
> "Virtual core keyboard"id=0[XKeyboard]
> "Virtual core pointer"id=1[XPointer]
> "Macintosh mouse button emulation"id=2[XExtensionPointer]
> "Logitech Logitech USB Keyboard"id=3[XExtensionKeyboard]
> "Logitech Logitech USB Keyboard"id=4[XExtensionKeyboard]
> "Razer Razer Copperhead Laser Mouse"id=5[XExtensionKeyboard]
> "Razer Razer Copperhead Laser Mouse"id=6[XExtensionPointer]
>
> Next step: Logout - switch to TTY1 - login as root and start "X" like that:
>
> /etc/init.d/gdm stop
> export LD_LIBRARY_PATH=/my/path/to/the1.6.99.1/lib
> startx -- /my/path/to/the1.6.99.1/bin/Xorg :1
>
>  starts fine ---
>
> Output of my 1.6.99.1 XServer:
>
> r...@mpx:~$ xinput --list --short
> "Virtual core keyboard"id=0[XKeyboard]
> "Virtual core pointer"id=1[XPointer]
> ""id=2[XExtensionPointer]
> ""id=3[XExtensionKeyboard]
>
> ---
>
> 1. lshal and lsusb correctly lists the above devices.
> 2. restarting HAL doesn't help.
> 3. /my/path/to/the1.6.99.1/bin/xinput --create-master "f00" works, but
> there's obviously no device to reattach it :/

Do you have evdev installed in
/my/path/to/the1.6.99.1/lib/xorg/modules/input ? What does the log
say? What do you have in xorg.conf?

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


X Server 1.6.99.1 HAL <-> XI Problems

2008-12-22 Thread Florian Lier

Good evening everybody (CET),

I'm currently testing Peter Hutterers' XI. AFAIK you don't
need any device configuration via xorg.conf, instead you choose
evdev (e.g. at /etc/hal/fdi/policy/mydevices.fdi) - then HAL should
automagically add the devices (at least mouse & kbd) at startup.

My System:
ThinkPad x31
Ubuntu 8.10 (2.6.27-11)
GDM + Metacity
Ati Mobile

Here's the output of my (stable) 1.5.2 XServer:

f...@m0thership:~$ xinput -version
version 1.3.0
f...@m0thership:~$ xinput --list --short
"Virtual core keyboard"id=0[XKeyboard]
"Virtual core pointer"id=1[XPointer]
"Macintosh mouse button emulation"id=2[XExtensionPointer]
"Logitech Logitech USB Keyboard"id=3[XExtensionKeyboard]
"Logitech Logitech USB Keyboard"id=4[XExtensionKeyboard]
"Razer Razer Copperhead Laser Mouse"id=5[XExtensionKeyboard]
"Razer Razer Copperhead Laser Mouse"id=6[XExtensionPointer]

Next step: Logout - switch to TTY1 - login as root and start "X" like that:

/etc/init.d/gdm stop
export LD_LIBRARY_PATH=/my/path/to/the1.6.99.1/lib
startx -- /my/path/to/the1.6.99.1/bin/Xorg :1

 starts fine ---

Output of my 1.6.99.1 XServer:

r...@mpx:~$ xinput --list --short
"Virtual core keyboard"id=0[XKeyboard]
"Virtual core pointer"id=1[XPointer]
""id=2[XExtensionPointer]
""id=3[XExtensionKeyboard]

---

1. lshal and lsusb correctly lists the above devices.
2. restarting HAL doesn't help.
3. /my/path/to/the1.6.99.1/bin/xinput --create-master "f00" works, but 
there's obviously no device to reattach it :/



Any suggestions?


cheers, Fl0rian



begin:vcard
fn:Florian Lier
n:Lier;Florian
org:;AG AI | so far
adr:;;Germany
email;internet:f...@icram.de
title:B. Sc. Informatics
tel;work:University | AG Angewandte Informatik
tel;home:/home/usr
x-mozilla-html:FALSE
url:www.icram.de
version:2.1
end:vcard

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg