Visti Andresen <ta...@talpa.dk> writes:
> Not that it is that helpful, but I am having the same problem.
> I too have yet to find a solution to the X11 keyboard error.

2:1.7.7-2 works here. You should specify the exact version number you
have.

$ COLUMN=80 dpkg -l | grep xser
ii  x11-xserver-utils                 7.5+1                        X server 
utilities
ii  xserver-common                    2:1.7.7-2                    common files 
used by various X servers
ii  xserver-xglamo                    1.3.0.0+git20080807-3        tiny X 
server for the SMedia Glamo graphics
ii  xserver-xorg                      1:7.5+6                      the X.Org X 
server
ii  xserver-xorg-core                 2:1.7.7-2                    Xorg X 
server - core server
ii  xserver-xorg-core-dbg             2:1.7.7-2                    Xorg - the 
X.Org X server (debugging symbols
ii  xserver-xorg-dev                  2:1.7.7-2                    Xorg X 
server - development files
ii  xserver-xorg-input-evdev          1:2.3.2-6                    X.Org X 
server -- evdev input driver
ii  xserver-xorg-input-synaptics      1.2.2-2                      Synaptics 
TouchPad driver for X.Org server
ii  xserver-xorg-input-tslib          0.0.6-5                      tslib 
touchscreen driver for X.Org/XFree86 s
ii  xserver-xorg-video-fbdev          1:0.4.2-2                    X.Org X 
server -- fbdev display driver


$ cat /etc/X11/xorg.conf
Section "Device"
           Identifier      "Configured Video Device"
           Driver          "fbdev"
EndSection

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "power"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "tslib"
        Option      "Device" "/dev/input/event1"
        Option      "Width" "480"
        Option      "Height" "640"
EndSection

Section "InputDevice"
        Identifier  "power"
        Driver      "evdev"
        Option      "Device" "/dev/input/event0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        DisplaySize 200 200
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fbdev"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Videocard0"
    Monitor     "Monitor0"
    DefaultDepth 16
EndSection

Section "ServerFlags"
        Option "AutoAddDevices" "False"
EndSection

$ ps f -eouser,cmd
USER     CMD
root     [kthreadd]
root      \_ [ksoftirqd/0]
root      \_ [events/0]
root      \_ [khelper]
root      \_ [kblockd/0]
root      \_ [ksuspend_usbd]
root      \_ [khubd]
root      \_ [kseriod]
root      \_ [kmmcd]
root      \_ [pdflush]
root      \_ [kswapd0]
root      \_ [aio/0]
root      \_ [kapmd]
root      \_ [mtdblockd]
root      \_ [pcf50633]
root      \_ [glamo-spi-gpio.]
root      \_ [spi_s3c24xx_gpi]
root      \_ [mmcqd]
root      \_ [hid_compat]
root      \_ [kjournald]
root      \_ [pdflush]
root      \_ [ksdioirqd/mmc1]
root      \_ [ar6000_io]
root     init [2]
root     udevd --daemon
root      \_ udevd --daemon
root      \_ udevd --daemon
root     /sbin/syslogd
root     /sbin/klogd -x
101      /usr/bin/dbus-daemon --system
root     /usr/sbin/dropbear -d /etc/dropbear/dropbear_dss_host_key -r 
/etc/dropbear/dropbear_rsa_host_key -p 22 -W 65536
root      \_ /usr/sbin/dropbear -d /etc/dropbear/dropbear_dss_host_key -r 
/etc/dropbear/dropbear_rsa_host_key -p 22 -W 65536
lindi         \_ -bash
lindi             \_ screen -rd
root     /usr/bin/perl -w /usr/local/bin/gsm-watchdog
root     /usr/bin/python /home/lindi/install/usr/bin/frameworkd -s ogsmd 
--daemonize
root     /usr/sbin/gsm0710muxd
root     /usr/sbin/watchdog
lindi    /bin/sh /home/lindi/bin/answering-machine-restarter
lindi     \_ /usr/bin/python /home/lindi/bin/answering-machine
root     /usr/bin/xdm
root      \_ /usr/bin/X :0 vt7 -nolisten tcp -auth 
/var/lib/xdm/authdir/authfiles/A:0-DUGQSZ
root      \_ -:0
lindi         \_ icewm
lindi    dbus-launch --autolaunch af8fc716f77ad30e70b92da648a9c702 
--binary-syntax --close-stderr
lindi    /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
lindi    SCREEN
lindi     \_ /bin/bash
lindi     |   \_ emacs -nw .
lindi     \_ /bin/bash
root      |   \_ apt-get install libvpx0
root      |       \_ apt-get install libvpx0
root      |           \_ sh -c if [ -x /usr/sbin/localepurge ] && [ $(ps w -p 
$PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi
root      |               \_ /bin/bash /usr/sbin/localepurge
root      |                   \_ /bin/bash /usr/sbin/localepurge
lindi     \_ /bin/bash
lindi         \_ ps f -eouser,cmd
root     dhclient -v -pf /var/run/dhclient.wlan.pid -lf 
/var/lib/dhcp/dhclient.wlan.leases wlan

-Timo

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to