Hi all,
Looking at the output generated from /var/log/Xorg.0.log the starting lines were interesting
Code:
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput
Googled up the last keyword "AllowEmptyInput" and hit with one of the first few results of ubuntuforums.
http://ubuntuforums.org/showthread.php?t=982009
There one of the posters asks for the output of
hal-device and ls /usr/share/hal/fdi/policy/10osvendor/
For hal-device I get this output
Code:
hal-device
error: dbus_bus_get: org.freedesktop.DBUS.
Error: FileNotFound: Failed to connect to socket
/var/run/dbus/system_bus_socket:
No such file or directory.
The only way to get this ouput was to boot into single-user mode and get it.
While this is the output I get from Intrepid Ibex.
http://pastebin.com/f5f6fcf1d
(Its quite long 2057 lines)
The ls /usr/share/hal/fdi/policy/10osvendor/ however is good.
http://pastebin.com/f12219cae
The only difference of the output given in 10osvendor between the one
on Jaunty given above and Ibex is Jaunty has entries on ntfs-3g while
this doesn't.
Code:
$ ls /usr/share/hal/fdi/policy/10osvendor/
10-cpufreq.fdi
10-dell-laptop-brightness.fdi
10-dockstation.fdi
10-fuse-permissions.fdi
10-hal_lpadmin.fdi
10-imac-backlight.fdi
10-input-policy.fdi
10-keymap.fdi
10-laptop-panel-mgmt-policy.fdi
10-macbook-backlight.fdi
10-macbookpro-utils.fdi
10-power-mgmt-policy.fdi
10-rfkill-switch.fdi
10-smartcardreaders.fdi
10-tabletPCs.fdi
10-usbcsr-mice.fdi
10-x11-input.fdi
10-x11-keymap.fdi
11-x11-vmmouse.fdi
15-storage-luks.fdi
20-acl-management.fdi
20-storage-methods.fdi
30-wol.fdi
debian-storage-policy-ignore-fixed-crypto-drives.fdi
Looking forward for suggestions and directions on the same.