Hi, the outpuf xrandr now is:
Code: Select all
$xrandr
Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 367mm x 230mm
1920x1200 60.04*+
DP-0 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 1440mm x 810mm
1920x1080 60.00*+ 59.94 50.00 29.97 25.00 24.00 23.97 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 60.02
1280x960 60.00
1280x800 59.81
1280x720 59.94 50.00
1024x768 60.00
800x600 60.32
720x576 50.00 50.08
720x480 59.94 60.05
640x480 59.94 59.93
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
DP-6 disconnected (normal left inverted right x axis y axis)
That's very unlike the output in my first post in this thread. However, the highest resolution is the same as the laptop screen (1920x1200) on both screens.
Code: Select all
$xrandr --output LVDS-0 --mode 3840x2160
xrandr: cannot find mode 3840x2160
Same for DP-0.
then I tried, from this Ubunti forums thread (
https://askubuntu.com/questions/377937/ ... resolution ) This failed on the last step, btw..
Code: Select all
$cvt 3840 2160 60
# 3840x2160 59.98 Hz (CVT 8.29M9) hsync: 134.18 kHz; pclk: 712.75 MHz
and that output this:
Code: Select all
Modeline "3840x2160_60.00" 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync
I then used that modeline output to input this:
Code: Select all
$xrandr --newmode "3840x2160_60.00" 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync
and there was no output from that, so we can assume it had the desired effect.
Code: Select all
$xrandr --addmode DP-0 3840x2160_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 41
Current serial number in output stream: 42
Whoops, that wasn't meant to happen...
The last step in that process was to ceate a little script to make it persistnet, but I still get
Code: Select all
$xrandr --output DP-0 --mode 3840x2160
xrandr: cannot find mode 3840x2160
so no point in writing a script that will fail every time.
Trying this also:
Code: Select all
$xrandr --addmode 4k 3840x2160
xrandr: cannot find output "4k"
$xrandr --output 4k 3840x2160
xrandr: unrecognized option '3840x2160'
Try 'xrandr --help' for more information.
I'll look at the links from minosa when I get a chance. Will report back
EDIT I looked up the specs for this graphics card and got this from one site "DisplayPort up to 2560x1600, DVI/HDMI up to 1920x1200" so maybe this old card released in December 2009 doesn't support 4K, which at the time of release was science fiction.