how to enable full resolution on large monitor (in KDE)?KDE; each monitor another desktopReplacement for...

"Shake your head all you like" meaning

Self organizing bonuses?

Big Bracket for equations

Does my code handle negative numbers or zero when summing squared digits?

Is it true that if we start a sentence with 'the', this 'the' can be omitted?

SSD or HDD for server

Find the songs and the event

What does "drop" mean in this context?

Diamondize Some Text

An idiomatic word for "very little" in this context?

"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?

What is the word for things that work even when they aren't working (e.g. escalators)?

Drawing Super Mario Bros.....in LaTeX

Future of iTunes and audio files in its library

PhD Level Linear Programming Textbooks

Why does 1.1.1.1 not resolve archive.is?

How much income am I getting by renting my house?

If the music alphabet had more than 7 letters would octaves still sound like the same note?

d-Menthol vs dl-menthol: Does an enantiomer and its racemic mixture have different melting points?

Is consistent disregard for students' time "normal" in undergraduate research?

How to respond when insulted by a grad student in a different department?

Are there any rules around when something can be described as "based on a true story"?

Island of Knights, Knaves, Spies

Novel set in the future, children cannot change the class they are born into, one class is made uneducated by associating books with pain



how to enable full resolution on large monitor (in KDE)?


KDE; each monitor another desktopReplacement for standard KDE monitor manager?How to detect aspect ratio of monitor?Enable second monitor from shellIs framebuffer/vbe resolution a property of monitor or graphics hardware?How do I use the KDE 5 monitor calibration tool?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








4

















I have a BenQ gw2765 monitor with 2560x1440 resolution... but my computer will only give it a maximum of 1920x1080 resolution.



The monitor is connected to my Lenovo Thinkpad X1 laptop via an HDMI-MiniDP connector. The laptop is running a brand-new installation of KDE's Neon (based on Ubuntu): KDE neon 5.11, KDE Plasma Version 5.11.2, KDE Fameworks Version 5.29.0, Qt Version 5.9.1.



A few years ago I tried in vain to get this working with some xrandr stuff. I was hoping that with this new installation would just work.



When I dig around the internet I'm surprised how little I see about this; I saw recommendations to "just use Gnome3 cuz it works" on one end of the spectrum and on the other end of the spectrum were questions by people who actually know what xrandr is.



I don't know what the x-server is or how it works, but if I need to edit some xorg.conf file or something I'm ready to try. I'd just love a little guidance, or a point-in-the-right-direction, in case your wisdom might help me avoid breaking things :)





edit:



$ sudo lshw -c video
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:28 memory:f0000000-f03fffff memory:e0000000-efffffff ioport:4000(size=64) memory:c0000-dffff


Also:



When I sudo apt-get install xserver-xorg-video-all it wants to remove a package named "neon-desktop" which sounds dangerous as I'm using https://neon.kde.org/. ((and I'm ulta-cautious of removing packages right now because last week apt-get install ruby-dev uninstalled so much stuff that it resulted in kernel panic everytime I tried to boot {hence the brand-new os now}))





I found https://forum.kde.org/viewtopic.php?f=309&t=141545#p380311
which sounds quite identical to the issue I'm facing, but that solution is not working for me



$ cvt 2560 1440 60
cvt# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrander --admode HDMI-1 2560x1440_60.00


This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting. I've tried toggling back and forth between different sizes but won't display at the proper large size.



The current xrandr with the 2560x1440_60.00 at the bottom:



Screen 0: minimum 320 x 200, current 1920 x 1980, maximum 8192 x 8192
LVDS-1 connected primary 1600x900+160+1080 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 59.97*+
1440x900 59.89
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
1920x1080 60.00* 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
2560x1440_60.00 59.96
DP-1 disconnected (normal left inverted right x axis y axis)


And then when I reboot the computer the 2560x1440_60.00 is no longer listed by xrandr.










share|improve this question
























  • 2





    Install the right drivers for you video card; resolutions are independent from Desktop Environment. For example: apt install xserver-xorg-video-all

    – Ipor Sircer
    Nov 9 '17 at 18:07













  • Oh that sounds much better than other xrandr/etc options I had seen. How do I know what the right drivers are? Should I just start with the xserver-xorg-video-all?

    – alec
    Nov 9 '17 at 18:18











  • Now that you have something that works you should be able to put a file in /etc/xorg.conf.d with it.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:12











  • @IgnacioVazquez-Abrams thanks for following up... but I don't actually have it working. When I select the 2560x1440 size in the gui it resets back to the smaller size and cannot be set/saved at the large size. Do you mean that adding something to /etc/xorg.conf.d will solve that?

    – alec
    Nov 10 '17 at 2:33











  • No, adding that modeline to the configuration won't force it to work.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:34


















4

















I have a BenQ gw2765 monitor with 2560x1440 resolution... but my computer will only give it a maximum of 1920x1080 resolution.



The monitor is connected to my Lenovo Thinkpad X1 laptop via an HDMI-MiniDP connector. The laptop is running a brand-new installation of KDE's Neon (based on Ubuntu): KDE neon 5.11, KDE Plasma Version 5.11.2, KDE Fameworks Version 5.29.0, Qt Version 5.9.1.



A few years ago I tried in vain to get this working with some xrandr stuff. I was hoping that with this new installation would just work.



When I dig around the internet I'm surprised how little I see about this; I saw recommendations to "just use Gnome3 cuz it works" on one end of the spectrum and on the other end of the spectrum were questions by people who actually know what xrandr is.



I don't know what the x-server is or how it works, but if I need to edit some xorg.conf file or something I'm ready to try. I'd just love a little guidance, or a point-in-the-right-direction, in case your wisdom might help me avoid breaking things :)





edit:



$ sudo lshw -c video
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:28 memory:f0000000-f03fffff memory:e0000000-efffffff ioport:4000(size=64) memory:c0000-dffff


Also:



When I sudo apt-get install xserver-xorg-video-all it wants to remove a package named "neon-desktop" which sounds dangerous as I'm using https://neon.kde.org/. ((and I'm ulta-cautious of removing packages right now because last week apt-get install ruby-dev uninstalled so much stuff that it resulted in kernel panic everytime I tried to boot {hence the brand-new os now}))





I found https://forum.kde.org/viewtopic.php?f=309&t=141545#p380311
which sounds quite identical to the issue I'm facing, but that solution is not working for me



$ cvt 2560 1440 60
cvt# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrander --admode HDMI-1 2560x1440_60.00


This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting. I've tried toggling back and forth between different sizes but won't display at the proper large size.



The current xrandr with the 2560x1440_60.00 at the bottom:



Screen 0: minimum 320 x 200, current 1920 x 1980, maximum 8192 x 8192
LVDS-1 connected primary 1600x900+160+1080 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 59.97*+
1440x900 59.89
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
1920x1080 60.00* 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
2560x1440_60.00 59.96
DP-1 disconnected (normal left inverted right x axis y axis)


And then when I reboot the computer the 2560x1440_60.00 is no longer listed by xrandr.










share|improve this question
























  • 2





    Install the right drivers for you video card; resolutions are independent from Desktop Environment. For example: apt install xserver-xorg-video-all

    – Ipor Sircer
    Nov 9 '17 at 18:07













  • Oh that sounds much better than other xrandr/etc options I had seen. How do I know what the right drivers are? Should I just start with the xserver-xorg-video-all?

    – alec
    Nov 9 '17 at 18:18











  • Now that you have something that works you should be able to put a file in /etc/xorg.conf.d with it.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:12











  • @IgnacioVazquez-Abrams thanks for following up... but I don't actually have it working. When I select the 2560x1440 size in the gui it resets back to the smaller size and cannot be set/saved at the large size. Do you mean that adding something to /etc/xorg.conf.d will solve that?

    – alec
    Nov 10 '17 at 2:33











  • No, adding that modeline to the configuration won't force it to work.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:34














4












4








4


1






I have a BenQ gw2765 monitor with 2560x1440 resolution... but my computer will only give it a maximum of 1920x1080 resolution.



The monitor is connected to my Lenovo Thinkpad X1 laptop via an HDMI-MiniDP connector. The laptop is running a brand-new installation of KDE's Neon (based on Ubuntu): KDE neon 5.11, KDE Plasma Version 5.11.2, KDE Fameworks Version 5.29.0, Qt Version 5.9.1.



A few years ago I tried in vain to get this working with some xrandr stuff. I was hoping that with this new installation would just work.



When I dig around the internet I'm surprised how little I see about this; I saw recommendations to "just use Gnome3 cuz it works" on one end of the spectrum and on the other end of the spectrum were questions by people who actually know what xrandr is.



I don't know what the x-server is or how it works, but if I need to edit some xorg.conf file or something I'm ready to try. I'd just love a little guidance, or a point-in-the-right-direction, in case your wisdom might help me avoid breaking things :)





edit:



$ sudo lshw -c video
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:28 memory:f0000000-f03fffff memory:e0000000-efffffff ioport:4000(size=64) memory:c0000-dffff


Also:



When I sudo apt-get install xserver-xorg-video-all it wants to remove a package named "neon-desktop" which sounds dangerous as I'm using https://neon.kde.org/. ((and I'm ulta-cautious of removing packages right now because last week apt-get install ruby-dev uninstalled so much stuff that it resulted in kernel panic everytime I tried to boot {hence the brand-new os now}))





I found https://forum.kde.org/viewtopic.php?f=309&t=141545#p380311
which sounds quite identical to the issue I'm facing, but that solution is not working for me



$ cvt 2560 1440 60
cvt# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrander --admode HDMI-1 2560x1440_60.00


This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting. I've tried toggling back and forth between different sizes but won't display at the proper large size.



The current xrandr with the 2560x1440_60.00 at the bottom:



Screen 0: minimum 320 x 200, current 1920 x 1980, maximum 8192 x 8192
LVDS-1 connected primary 1600x900+160+1080 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 59.97*+
1440x900 59.89
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
1920x1080 60.00* 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
2560x1440_60.00 59.96
DP-1 disconnected (normal left inverted right x axis y axis)


And then when I reboot the computer the 2560x1440_60.00 is no longer listed by xrandr.










share|improve this question
















I have a BenQ gw2765 monitor with 2560x1440 resolution... but my computer will only give it a maximum of 1920x1080 resolution.



The monitor is connected to my Lenovo Thinkpad X1 laptop via an HDMI-MiniDP connector. The laptop is running a brand-new installation of KDE's Neon (based on Ubuntu): KDE neon 5.11, KDE Plasma Version 5.11.2, KDE Fameworks Version 5.29.0, Qt Version 5.9.1.



A few years ago I tried in vain to get this working with some xrandr stuff. I was hoping that with this new installation would just work.



When I dig around the internet I'm surprised how little I see about this; I saw recommendations to "just use Gnome3 cuz it works" on one end of the spectrum and on the other end of the spectrum were questions by people who actually know what xrandr is.



I don't know what the x-server is or how it works, but if I need to edit some xorg.conf file or something I'm ready to try. I'd just love a little guidance, or a point-in-the-right-direction, in case your wisdom might help me avoid breaking things :)





edit:



$ sudo lshw -c video
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:28 memory:f0000000-f03fffff memory:e0000000-efffffff ioport:4000(size=64) memory:c0000-dffff


Also:



When I sudo apt-get install xserver-xorg-video-all it wants to remove a package named "neon-desktop" which sounds dangerous as I'm using https://neon.kde.org/. ((and I'm ulta-cautious of removing packages right now because last week apt-get install ruby-dev uninstalled so much stuff that it resulted in kernel panic everytime I tried to boot {hence the brand-new os now}))





I found https://forum.kde.org/viewtopic.php?f=309&t=141545#p380311
which sounds quite identical to the issue I'm facing, but that solution is not working for me



$ cvt 2560 1440 60
cvt# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
$ sudo xrander --admode HDMI-1 2560x1440_60.00


This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting. I've tried toggling back and forth between different sizes but won't display at the proper large size.



The current xrandr with the 2560x1440_60.00 at the bottom:



Screen 0: minimum 320 x 200, current 1920 x 1980, maximum 8192 x 8192
LVDS-1 connected primary 1600x900+160+1080 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 59.97*+
1440x900 59.89
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
1920x1080 60.00* 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
2560x1440_60.00 59.96
DP-1 disconnected (normal left inverted right x axis y axis)


And then when I reboot the computer the 2560x1440_60.00 is no longer listed by xrandr.







kde display monitors






share|improve this question















share|improve this question













share|improve this question




share|improve this question



share|improve this question








edited Nov 10 '17 at 2:04







alec

















asked Nov 9 '17 at 18:05









alecalec

431 silver badge9 bronze badges




431 silver badge9 bronze badges











  • 2





    Install the right drivers for you video card; resolutions are independent from Desktop Environment. For example: apt install xserver-xorg-video-all

    – Ipor Sircer
    Nov 9 '17 at 18:07













  • Oh that sounds much better than other xrandr/etc options I had seen. How do I know what the right drivers are? Should I just start with the xserver-xorg-video-all?

    – alec
    Nov 9 '17 at 18:18











  • Now that you have something that works you should be able to put a file in /etc/xorg.conf.d with it.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:12











  • @IgnacioVazquez-Abrams thanks for following up... but I don't actually have it working. When I select the 2560x1440 size in the gui it resets back to the smaller size and cannot be set/saved at the large size. Do you mean that adding something to /etc/xorg.conf.d will solve that?

    – alec
    Nov 10 '17 at 2:33











  • No, adding that modeline to the configuration won't force it to work.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:34














  • 2





    Install the right drivers for you video card; resolutions are independent from Desktop Environment. For example: apt install xserver-xorg-video-all

    – Ipor Sircer
    Nov 9 '17 at 18:07













  • Oh that sounds much better than other xrandr/etc options I had seen. How do I know what the right drivers are? Should I just start with the xserver-xorg-video-all?

    – alec
    Nov 9 '17 at 18:18











  • Now that you have something that works you should be able to put a file in /etc/xorg.conf.d with it.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:12











  • @IgnacioVazquez-Abrams thanks for following up... but I don't actually have it working. When I select the 2560x1440 size in the gui it resets back to the smaller size and cannot be set/saved at the large size. Do you mean that adding something to /etc/xorg.conf.d will solve that?

    – alec
    Nov 10 '17 at 2:33











  • No, adding that modeline to the configuration won't force it to work.

    – Ignacio Vazquez-Abrams
    Nov 10 '17 at 2:34








2




2





Install the right drivers for you video card; resolutions are independent from Desktop Environment. For example: apt install xserver-xorg-video-all

– Ipor Sircer
Nov 9 '17 at 18:07







Install the right drivers for you video card; resolutions are independent from Desktop Environment. For example: apt install xserver-xorg-video-all

– Ipor Sircer
Nov 9 '17 at 18:07















Oh that sounds much better than other xrandr/etc options I had seen. How do I know what the right drivers are? Should I just start with the xserver-xorg-video-all?

– alec
Nov 9 '17 at 18:18





Oh that sounds much better than other xrandr/etc options I had seen. How do I know what the right drivers are? Should I just start with the xserver-xorg-video-all?

– alec
Nov 9 '17 at 18:18













Now that you have something that works you should be able to put a file in /etc/xorg.conf.d with it.

– Ignacio Vazquez-Abrams
Nov 10 '17 at 2:12





Now that you have something that works you should be able to put a file in /etc/xorg.conf.d with it.

– Ignacio Vazquez-Abrams
Nov 10 '17 at 2:12













@IgnacioVazquez-Abrams thanks for following up... but I don't actually have it working. When I select the 2560x1440 size in the gui it resets back to the smaller size and cannot be set/saved at the large size. Do you mean that adding something to /etc/xorg.conf.d will solve that?

– alec
Nov 10 '17 at 2:33





@IgnacioVazquez-Abrams thanks for following up... but I don't actually have it working. When I select the 2560x1440 size in the gui it resets back to the smaller size and cannot be set/saved at the large size. Do you mean that adding something to /etc/xorg.conf.d will solve that?

– alec
Nov 10 '17 at 2:33













No, adding that modeline to the configuration won't force it to work.

– Ignacio Vazquez-Abrams
Nov 10 '17 at 2:34





No, adding that modeline to the configuration won't force it to work.

– Ignacio Vazquez-Abrams
Nov 10 '17 at 2:34










1 Answer
1






active

oldest

votes


















1


















This isn't an answer, strictly speaking, but I didn't want it to get buried in the existing comment section:




This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting.




I experienced this exact problem and struggled to find other reports of this issue online. In the end, I double-checked my GPU's spec sheet and discovered that its 4K display support is just a few pixels shy of my actual display resolution—the display is 3280x2160, while the card supports 3280x2000.



If anyone else experiences this problem, I would encourage you to find the spec sheet for your GPU online. In my case, I followed the instructions on this official Intel support page, which led me to this spec sheet which definitively answered the question for me.





EDIT: I should clarify that the Intel spec sheet contradicts my computer manufacturer's spec sheet, which lists the maximum resolution as 4096x2160. I assume that the computer manufacturer is in error, and encourage anyone with this issue to seek this information as far upstream as possible.






share|improve this answer






























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });















    draft saved

    draft discarded
















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f403583%2fhow-to-enable-full-resolution-on-large-monitor-in-kde%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1


















    This isn't an answer, strictly speaking, but I didn't want it to get buried in the existing comment section:




    This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting.




    I experienced this exact problem and struggled to find other reports of this issue online. In the end, I double-checked my GPU's spec sheet and discovered that its 4K display support is just a few pixels shy of my actual display resolution—the display is 3280x2160, while the card supports 3280x2000.



    If anyone else experiences this problem, I would encourage you to find the spec sheet for your GPU online. In my case, I followed the instructions on this official Intel support page, which led me to this spec sheet which definitively answered the question for me.





    EDIT: I should clarify that the Intel spec sheet contradicts my computer manufacturer's spec sheet, which lists the maximum resolution as 4096x2160. I assume that the computer manufacturer is in error, and encourage anyone with this issue to seek this information as far upstream as possible.






    share|improve this answer

































      1


















      This isn't an answer, strictly speaking, but I didn't want it to get buried in the existing comment section:




      This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting.




      I experienced this exact problem and struggled to find other reports of this issue online. In the end, I double-checked my GPU's spec sheet and discovered that its 4K display support is just a few pixels shy of my actual display resolution—the display is 3280x2160, while the card supports 3280x2000.



      If anyone else experiences this problem, I would encourage you to find the spec sheet for your GPU online. In my case, I followed the instructions on this official Intel support page, which led me to this spec sheet which definitively answered the question for me.





      EDIT: I should clarify that the Intel spec sheet contradicts my computer manufacturer's spec sheet, which lists the maximum resolution as 4096x2160. I assume that the computer manufacturer is in error, and encourage anyone with this issue to seek this information as far upstream as possible.






      share|improve this answer































        1














        1










        1









        This isn't an answer, strictly speaking, but I didn't want it to get buried in the existing comment section:




        This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting.




        I experienced this exact problem and struggled to find other reports of this issue online. In the end, I double-checked my GPU's spec sheet and discovered that its 4K display support is just a few pixels shy of my actual display resolution—the display is 3280x2160, while the card supports 3280x2000.



        If anyone else experiences this problem, I would encourage you to find the spec sheet for your GPU online. In my case, I followed the instructions on this official Intel support page, which led me to this spec sheet which definitively answered the question for me.





        EDIT: I should clarify that the Intel spec sheet contradicts my computer manufacturer's spec sheet, which lists the maximum resolution as 4096x2160. I assume that the computer manufacturer is in error, and encourage anyone with this issue to seek this information as far upstream as possible.






        share|improve this answer
















        This isn't an answer, strictly speaking, but I didn't want it to get buried in the existing comment section:




        This appears like it would work: it adds a display setting that's listed by xrandr and then the new size is available in KDE's system settings... but when I select it in the system settings gui and click 'apply' it resets back to the previously selected setting.




        I experienced this exact problem and struggled to find other reports of this issue online. In the end, I double-checked my GPU's spec sheet and discovered that its 4K display support is just a few pixels shy of my actual display resolution—the display is 3280x2160, while the card supports 3280x2000.



        If anyone else experiences this problem, I would encourage you to find the spec sheet for your GPU online. In my case, I followed the instructions on this official Intel support page, which led me to this spec sheet which definitively answered the question for me.





        EDIT: I should clarify that the Intel spec sheet contradicts my computer manufacturer's spec sheet, which lists the maximum resolution as 4096x2160. I assume that the computer manufacturer is in error, and encourage anyone with this issue to seek this information as far upstream as possible.







        share|improve this answer















        share|improve this answer




        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        Ryan LueRyan Lue

        2541 silver badge12 bronze badges




        2541 silver badge12 bronze badges


































            draft saved

            draft discarded



















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f403583%2fhow-to-enable-full-resolution-on-large-monitor-in-kde%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m