View Single Post
Old 05-30-2018, 04:48 PM   #6
michael123
Junior Member
 
Join Date: Apr 2018
Posts: 7
Default

Quote:
Originally Posted by Sparxy View Post
This worked for me:
Code:
gtf 1920 1080 60
xrandr --newmode "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
xrandr --addmode DVI-I-1-1 "1920x1080_60.00"
xrandr --output DVI-I-1-1 --mode "1920x1080_60.00"
Use the output from gtf (after Modeline) in xrandr --newmode
Replace DVI-I-1-1 with your xrandr DisplayLink output.
Hi Sparxy, hmmm... that didn't work.

It creates a new mode, shows the resolution in the Display settings, and appears to create a 1920x1080 buffer in Gnome.

But the DisplayLink is still showing a clipped 640x480 display of the center of that larger buffer. The monitor is still 640x480.

Last edited by michael123; 05-31-2018 at 02:55 PM.
michael123 is offline   Reply With Quote