When using a dual touch screens on ubuntu, the touch may not be mapped correctly to the monitor and it may span both screens as input and only 1 monitor as an output. Or simply touching any of them will result in having the input on the same screen (Relatively).
So, In order to apply a fix for this issue, The touch input should be mapped to the correct monitor
We may use 2 linux apps to list this info. 1. xinput is used for listing the input devices 2. xrandr is used to show/set the size, orientation and/or reflection of the outputs for a screen. It can also set the screen size.
A very simple script that uses ipcalc capabilities to parse a list of IPs or networks an outputs a list of readable Network IDs with their subnet masks.
The Tx-Power value is in dBm “Decibel (referenced to milliwatts)” This value can be converted to milliwatts using this function
P(mW) = 1mW â‹… 10(P(dBm)/ 10)
Before changing the value of the Tx-Power, You need to make sure that you comply with the legal limits within your country and you’ll not end up frying the wireless card
The below commands can be used to change the current value of the transmission power
The max value cannot be set over the limit specified by the assigned country’s regulations
So, for education Purpose only the country may be set to a country allowing higher Transmission power “ex: Bolivia <BO>”
ifconfig wlan0 down
iw reg set BO
ifconfig wlan0 up
iwconfig wlan0 txpower 30
So, By verifying the results of the last commands, we see that the values have been set successfully
user@pc:~ $ iwconfig wlan0
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=30 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
You must be logged in to post a comment.