Adventures in getting an Dell 30″ U3011 monitor working with an Intel NUC613SYH on Linux Mint

I inherited a beautiful Dell 30″ U3011 monitor but much was my disappointment when I noticed that the maximum resolution on my Linux Mint was only 1920 x 1200 (16:10). After googling I came to the firm conclusion this monitor can do at least 2560×1600.

Around another hour of googling I ran into quite a lot of contradictory information, for example, that Intel chipsets needs to use the displayport adaptor to achieve that resolution. The actual breakthrough was finding many references to xrandr and then a Stack post which clearly explained how to use it. The challenge is finding (or even understanding) the correct parameters to use with xrandr. It seems this utility needs a lot of input and finding the correct parameters were really tricky.

But here is the reference that worked:

  1. You need to determine which port is in use to properly set up xrandr. This can be achieved by running xrandr on it’s own and looking for the connected verbs. For example, on my Intel NUC dual screen setup, I have:
    • HDMI-1 connected primary…
    • DP-1 disconnected…
    • HDMI-2 connected…
  2. The Dell was connected to HDMI-1 so it figures that this is an important consideration when setting up a new resolution (called a “mode”).
  3. Next I issued the following commands:

xrandr --newmode "2560x1600R" 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync

xrandr --addmode HDMI-1 2560x1600R

From here I used the user interface to select the new resolution.

References

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top