kdesu and 'edit as root'
Nils Kassube
kassube at gmx.net
Fri Jun 8 17:19:59 UTC 2007
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
More information about the kubuntu-users
mailing list