<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Mini LED Gaming Monitor Odyssey Neo G9 support in Ubuntu 22.04 in Monitors and Memory</title>
    <link>https://us.community.samsung.com/t5/Monitors-and-Memory/Mini-LED-Gaming-Monitor-Odyssey-Neo-G9-support-in-Ubuntu-22-04/m-p/2395180#M11777</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp;Mini LED Gaming Monitor Odyssey Neo G9, exact model&amp;nbsp;LS49AG950NUXEN connected through HDMI to a laptop running Ubuntu 22.04.&lt;/P&gt;&lt;P&gt;Ubuntu does not recognize the monitor and proposes the highest resolution of 3840x1080@60Hz. When I start using the monitor i am proposed to use 5120x1440@144Hz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how I can convince Ubuntu to use higest resolution?&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;cvt 5120 1440 144&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;sudo xrandr --newmode "5120x1440_144.00" 1617.50 5120 5576 6144 7168 1440 1443 1453 1568 -hsync +vsync&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;sudo xrandr --addmode HDMI-3 5120x1440_144.00&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The resoultion appears in Display Settings, but when switching to it nothing happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any drivers for this monitor for Ubuntu/Linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ciprian&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 13:11:37 GMT</pubDate>
    <dc:creator>cioprica</dc:creator>
    <dc:date>2022-09-28T13:11:37Z</dc:date>
    <item>
      <title>Mini LED Gaming Monitor Odyssey Neo G9 support in Ubuntu 22.04</title>
      <link>https://us.community.samsung.com/t5/Monitors-and-Memory/Mini-LED-Gaming-Monitor-Odyssey-Neo-G9-support-in-Ubuntu-22-04/m-p/2395180#M11777</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp;Mini LED Gaming Monitor Odyssey Neo G9, exact model&amp;nbsp;LS49AG950NUXEN connected through HDMI to a laptop running Ubuntu 22.04.&lt;/P&gt;&lt;P&gt;Ubuntu does not recognize the monitor and proposes the highest resolution of 3840x1080@60Hz. When I start using the monitor i am proposed to use 5120x1440@144Hz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how I can convince Ubuntu to use higest resolution?&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;cvt 5120 1440 144&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;sudo xrandr --newmode "5120x1440_144.00" 1617.50 5120 5576 6144 7168 1440 1443 1453 1568 -hsync +vsync&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;sudo xrandr --addmode HDMI-3 5120x1440_144.00&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The resoultion appears in Display Settings, but when switching to it nothing happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any drivers for this monitor for Ubuntu/Linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ciprian&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 13:11:37 GMT</pubDate>
      <guid>https://us.community.samsung.com/t5/Monitors-and-Memory/Mini-LED-Gaming-Monitor-Odyssey-Neo-G9-support-in-Ubuntu-22-04/m-p/2395180#M11777</guid>
      <dc:creator>cioprica</dc:creator>
      <dc:date>2022-09-28T13:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mini LED Gaming Monitor Odyssey Neo G9 support in Ubuntu 22.04</title>
      <link>https://us.community.samsung.com/t5/Monitors-and-Memory/Mini-LED-Gaming-Monitor-Odyssey-Neo-G9-support-in-Ubuntu-22-04/m-p/2399103#M11798</link>
      <description>&lt;P&gt;Outputting that high requires DSC which is not supported with NVidia GPUs. Linux supports DSC, but NVidia does not have compatible drivers for it on Linux. If you're using AMD, you can try grabbing your EDID and loading it into the DRM kernel module. Doing that -will not- work on NVidia, but I understand completely if you want to give it a shot anyways.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Create the EDID file.&lt;BR /&gt;```&lt;BR /&gt;sudo su&lt;BR /&gt;cd /root&lt;BR /&gt;xrandr --props | edid-decode &amp;gt; edid_decoded&lt;BR /&gt;edid-decode edid_decoded -o raw edid.bin&lt;BR /&gt;mkdir /usr/lib/firmware/edid&lt;BR /&gt;mv /root/edid.bin /usr/lib/firmware/edid/g9.bin&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;Find which DRM card slot is assigned to the G9 monitor, it'll be the one with 5120x1440 listed. For me it is DP-3&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;Add&lt;BR /&gt;`drm.edid_firmware=DP-3:edid/g9.bin`&lt;BR /&gt;to the GRUB_CMDLINE_LINUX_DEFAULT line.&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;```&lt;BR /&gt;GRUB_CMDLINE_LINUX_DEFAULT="quiet splash drm.edid_firmware=DP-3:edid/g9.bin"&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;Now run:&lt;BR /&gt;```&lt;BR /&gt;update-grub&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Restart. Check if the parameter is set.&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;cat /sys/module/drm_kms_helper/parameters/edid_firmware&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;Should return the path to g9.bin.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 15:22:59 GMT</pubDate>
      <guid>https://us.community.samsung.com/t5/Monitors-and-Memory/Mini-LED-Gaming-Monitor-Odyssey-Neo-G9-support-in-Ubuntu-22-04/m-p/2399103#M11798</guid>
      <dc:creator>Members_EyHSTVh</dc:creator>
      <dc:date>2022-10-02T15:22:59Z</dc:date>
    </item>
  </channel>
</rss>

