I have a laptop with a FHD screen, an Intel UHD 620, an Intel i7-8550U CPU @ 1.80GHz, 16GB RAM, Antergos Linux and Gnome.
How could I use my WQHD monitor with WQHD, I only see the possibility to use the monitor with FHD.
How do you connect it? With VGA is no WQHD, if it should be.
No, with HDMI
The cable per se is 4k @ 60 FPS capable, I just wonder how I could move the laptop to do so
Ignore this line if it does not tell you anything: Antergos, arch-based, and Arch default does not use Wayland (or?) - which you probably do not use Wayland with?
Try the terminal
xrandr
to type - and show us the issue.
Not the slightest idea if I use Wayland or not. Many thanks for your response. Here is the output
Screen 0: minimum 8x8, current 3840x1859, maximum 32767x32767
eDP1 connected 1920x1080 + 1920 + 779 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080 60.10 * + 40.06
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
HDMI1 connected primary 1920x1080 + 0 + 0 (normal left inverted right x axis y axis) 600mm x 340mm
1920x1080 60.00 + 60.00 * 50.00 59.94 24.00 23.98
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1680x1050 59.88
1280x1024 75.02 60.02
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
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
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Hmm, is actually not recognized internally… Would have been too nice, if the graphical interface had simply bent…
I still have to ask again:
The cable per se is 4k @ 60 FPS capable
You can do that with a cable (unfortunately) i.d.R. Do not look.
But is (relatively) new cable - and synonymous reasonably high quality (so not 2 euro somewhere from the Internet?
You do not happen to have a second HDMI cable somewhere - just to be sure?
I just wonder how I could move the laptop to it
Well, you can force your laptop.
https://wiki.archlinux.org/index.php/Xrandr#Adding_undetected_resolutions
WQHD is 2560 × 1440. In your case - copy paste:
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync + vsync
xrandr --addmode HDMI1 2560x1440_60.00
xrandr --output HDMI1 --mode 2560x1440_60.00
Changes are basically only temporary - so it should come to display errors or black screens (can happen) just reboot PC - and is again as before. Hardware damage due to improper resolution should be ruled out today - modern screens are expected to be protected accordingly.
If the commands work, we can make the changes permanent. Pay attention in this case also immediately whether the font size / UI (also in comparison to the FullHD monitor) is pleasantly displayed - that can also be set.
Addendum:
Intel video drivers are installed? In case of doubt, try:
sudo pacman -Sxf86-video-intel
Xrandr: Configure crtc 0 failed
and
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: 35
Current serial number in output stream: 35
Oh, you may have to ask someone who knows the X better than me.
https://stackoverflow.com/...-not-exist
Do you think you should use other names - but no idea… Try it is worth - otherwise ask better, for example In the Arch Forum.
xrandr --newmode "uhd" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync + vsync
xrandr --addmode HDMI1 uhd
xrandr --output HDMI1 --mode uhd
Many Thanks!