You are not logged in.
Pages: 1
Hi
To the left i have a 2K monitor (2560x1440) and to the right i have a full hd monitor (1920x1080).
I try to use an HiDPI on my 2k monitor and an normal one on the other.
I read this page
https://wiki.archlinux.org/index.php/HiDPI
it said
An example of the syntax for a 2560x1440 WQHD 210 DPI laptop monitor (eDP1) using native resolution placed below a 1920x1080 FHD 96 DPI external monitor (HDMI) scaled to match global DPI settings:
xrandr --output eDP1 --auto --pos 0x1458 --output HDMI --scale 1.35x1.35 --auto --pos 0x0 --fb 2592x2898
I tried without success
xrandr --output DP2 --auto --pos 0x0 --output HDMI1 --scale 1.35x1.35 --auto --pos 3456 --fb 2592x2898
seem like my mouse can go on the second monitor
2560x1,35=3456
Last edited by collinm (2016-01-28 23:53:54)
Offline
I tried without success
Prove it!
Offline
collinm wrote:I tried without success
Prove it!
i will not post a video to show the imposibility of the mouse cursor to go to the second windows.
Offline
with xrandr --output DP2 --auto --output HDMI1 --auto --panning 3840x2160+2560+0 --scale 2x2 --right-of DP2
text on my righ monitor is too small and sometime my cursor come very huge
exemple is give with one internal monitor (laptop) and an external.
for my case i have 2 external...
Last edited by collinm (2016-01-30 00:54:07)
Offline
Pages: 1