To answer my own question:
Screen can be rotated by modifying /etc/X11/xorg.conf
Section "Device"
Option "Rotate" "CCW" --> Option "Rotate" "no rotation", where CCW means counter clock wise
you get Obuntu in Landscape mode ... the prob is that the touchscreen does not rotate and the stylus imput is nearly impossible
Another question:
Code:
root@lucid-desktop:~/Documents# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@lucid-desktop:~/Documents# hcitool dev
Devices:
root@lucid-desktop:~/Documents# hciconfig --all
root@lucid-desktop:~/Documents# lsmod | grep bluetooth
bluetooth 49191 1 ar6000
root@lucid-desktop:~/Documents#
Bluetooth Dongle is in HCI mode. Bluetooth and bluez-utils etc. installed.
The dongle 0a12:0001 should be usb 1.1 compatible
any advice?