Comment 36 for bug 358643

Revision history for this message
Andreas B. (andreas-b123) wrote :

Hi

I've installed the latest updates, Kernel, X11 etc. Nothing works anymore.
So I did what mu3en wrote on 2009-04-24, but it didn't work.

I use Ubuntu 9.04.

I've attached a screenshot, monitor rotatet 90°, that worked with Ubuntu 8.10 (I don't know the names at all, sorry;-))

I try no to get i working...;-)

My xorg.conf:
Section "Monitor"
 Identifier "Configured Monitor"
EndSection

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

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/ttyS0" # SERIAL ONLY
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
 InputDevice "stylus" "SendCoreEvents"
EndSection

Section "Device"
 Identifier "Configured Video Device"
EndSection

Section "ServerFlags"
 Option "DontZap" "False"
EndSection