kdesu and 'edit as root'
Mike Teehan
detox.genie at gmail.com
Fri Jun 8 19:19:51 UTC 2007
On Friday 08 June 2007 01:19:59 pm Nils Kassube wrote:
> Andy Harrison wrote:
> > A bit off the current OP topic, but when I tried commenting out those
> > wacom sections in my xorg.conf, Xorg wouldn't even start up. Any idea
> > how to properly get rid of that stuff?
>
> Here are the relevant sections of my /etc/X11/xorg.conf:
>
> #Section "InputDevice"
> # Driver "wacom"
> # Identifier "stylus"
> # option "Device" "/dev/wacom"# Change to
> # option "Type" "stylus"
> # option "ForceDevice" "ISDV4"# Tablet PC ONLY
> # # /dev/input/event
> # # for USB
> #EndSection
>
> #Section "InputDevice"
> # Driver "wacom"
> # Identifier "eraser"
> # option "Device" "/dev/wacom"# Change to
> # option "Type" "eraser"
> # option "ForceDevice" "ISDV4"# Tablet PC ONLY
> # # /dev/input/event
> # # for USB
> #EndSection
>
> #Section "InputDevice"
> # Driver "wacom"
> # Identifier "cursor"
> # option "Device" "/dev/wacom"# Change to
> # option "Type" "cursor"
> # option "ForceDevice" "ISDV4"# Tablet PC ONLY
> # # /dev/input/event
> # # for USB
> #EndSection
>
> Section "ServerLayout"
> Identifier "Default Layout"
> screen 0 "Default Screen" 0 0
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> # InputDevice "stylus" "SendCoreEvents"
> # InputDevice "cursor" "SendCoreEvents"
> # InputDevice "eraser" "SendCoreEvents"
> InputDevice "Synaptics Touchpad"
> EndSection
>
>
> Maybe the last section looks different in your xorg.conf, but the
> important lines are those with a "#" at the beginning.
>
>
> Nils
All you need to do to get rid of those error messages is comment out the
Wacom "InputDevice" sections of the ServerLayout. You can leave the devices
defined, but they won't do anything as long as they're not attached to the
server. Basically, you can do this with 3 #.
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
--- eMpTy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20070608/a7227368/attachment.sig>
More information about the kubuntu-users
mailing list