Results 1 to 4 of 4

Thread: Trying to get 2560x1440 resolution

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Beans
    75

    Trying to get 2560x1440 resolution

    Hi,

    I have this motherboard and this monitor.

    It is supposed I could get 2560x1440 resolution using HDMI 1.4, but i don't know how..

    NOTE: I have a HDMI cable and a DVI-HDMI adapter, I don't know if they support HDMI 1.4 or not..how can i know it? is maybe that the problem?

    Any help?

    Javi

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Trying to get 2560x1440 resolution

    It's not possible I'm afraid.

    The Intel HD 4000 graphics doesn't support dual link, therefore your maximum available resolution over both HDMI and DVI is 1920x1200.

    If you want to be able to use your monitors native resolution you will need to buy a discrete graphics card that supports DVI dual link or use Displayport.
    Last edited by Cheesemill; March 26th, 2013 at 07:18 PM.
    Cheesemill

  3. #3
    Join Date
    Nov 2006
    Beans
    75

    Re: Trying to get 2560x1440 resolution

    Thanks, but if I use DisplayPort interface (without the discrete graphics card), will i get 2560x1440?

    Anyway I have to add this to my first question:

    I have just bought a HDMI to DVI-D (Dual link), and have run this:

    Code:
    xrandr | grep maximum &
    sleep 2
    gtf 2560 1440 60.0 &
    sleep 2
    xrandr --newmode "2560x1440_60.00" 311.83  2560 2744 3024 3488  1440 1441 1444 1490  -HSync +Vsync &
    sleep 2
    xrandr --addmode HDMI2 2560x1440_60.00 &
    sleep 2
    xrandr --output HDMI2 --mode 2560x1440_60.00 &
    exit 0
    Then I get 2560x1440 but I get this output and everything is pixelated like in the image of the first question of this thread:

    Code:
    Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 8192 x 8192
    
      # 2560x1440 @ 60.00 Hz (GTF) hsync: 89.40 kHz; pclk: 311.83 MHz
      Modeline "2560x1440_60.00"  311.83  2560 2744 3024 3488  1440 1441 1444 1490  -HSync +Vsync
    
    X Error of failed request:  BadName (named color or font does not exist)
      Major opcode of failed request:  140 (RANDR)
      Minor opcode of failed request:  16 (RRCreateMode)
      Serial number of failed request:  38
      Current serial number in output stream:  38
    Note 1: The last five lines are not shown if i run the script in default Ubuntu desktop environment instead of on xfce.

    Note 2: The Display manager tag my monitor as "Samsung Electric Company 24" instead of 27.

    Javi

  4. #4
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Trying to get 2560x1440 resolution

    You should be able to get 2560x1440 if you use the displayport connector on your motherboard without needing a discrete card..

    This thread may be useful for you...
    http://communities.intel.com/thread/30360
    Cheesemill

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •