Does the PenMount Linux driver support multiple monitors?
PenMount Linux Driver 4.0 and later support multiple monitors. Please follow the steps below to set up monitor mapping.1. Acquire monitor name:Please run xrandr and determine the proper monitor name. "VGA1" is the monitor name in the example below:$ xrandrScreen 0: minimum 320 x 200, current 800 x 600, maximum 3840 x 1920VGA1 connected 800 x 600+0+0 0mm x 0mm800 x 600 60.0* 56.0 0.02. To set up the monitor before installing the driver, please edit "penmount.ini," find the section below, and change "Monitor=" to the name found in step 1:# Mapped Monitor SettingsMonitor=VGA13. To set up the monitor after installing driver:3.1 If your system uses /etc/X11/xorg.conf to config the PenMount device:Please modify the value of "Monitor" in the PenMount input section:Section "InputDevice"Identifier "PenMount"Option "Monitor" "VGA1"EndSection3.2 If your system uses the PenMount config file below:/usr/share/hal/fdi/policy/20thirdparty/99-x11-penmount.fdiPlease modify the value of "input.x11_options.Monitor," as follows:<merge key="input.x11_options.Monitor" type="string">VGA1</merge>3.3 If your system places the PenMount config file in the xorg.conf.d directory, for example:/etc/X11/xorg.conf.d/99-input-penmount.confPlease modify the value of "Monitor":Section "InputClass"Identifier "PenMount Touch Screen"Option "Monitor" "VGA1"EndSection