[Bug 48072] Re: AmaroK doesn't work after a fresh Kubuntu 6.06 install
William Marques
williamarques at yahoo.com.br
Wed Jun 28 19:50:16 UTC 2006
It hapens because the xorg.conf file know has some new InputDevice lines, for tablets pc's.
Just comment out this lines and it will work. Perhaps this automatics entrances aren't so nice...
The problem is that you're not running on a tablet pc, so this device just dont exist for you.
Follow the lines I commented out, and now amarok works, with some problems related to bug 34052 ...
( https://launchpad.net/distros/ubuntu/+source/amarok/+bug/34052/+index )
#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
Regards.
--
AmaroK doesn't work after a fresh Kubuntu 6.06 install
https://launchpad.net/bugs/48072
More information about the kubuntu-bugs
mailing list