Comment 6 for bug 159358

Revision history for this message
Nathan Eckenrode (nathaneckenrode) wrote :

Webcam only works if hot booted from Windows.

Touchscreen workes after selecting Touch Panel in the BIOS instead of Tablet and installing xserver-xorg-input-evtouch. Then edit /etc/X11/xorg.conf to include

Section "InputDevice"
Identifier "Touchscreen"
Driver "evtouch"
Option "Device" "/dev/input/by-id/usb-Fujitsu_Component_USB_Touch_Panel-event-joystick"
Option "DeviceName" "Touchscreen"
Option "MinX" "570" # these numbers may need some more adjustment
Option "MinY" "745" # as the upper right quadrant of the touchscreen
Option "MaxX" "15250" # is not as responsive as the rest of the screen
Option "MaxY" "15575" # plus there is a variable distance which the pointer
# Option "SwapX" "1" # is offset from the stylus tip, range ( 3 - 8 pixels )
# Option "SwapXY" "1"
# Option "ReportingMode" "Raw"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "TapTimer" "0"
# Option "LongTouchTimer" "250"
Option "SendCoreEvents"
EndSection

and then add

InputDevice "Touchscreen" "SendCoreEvents"

to the Servger Layout section.