Currently there are UHD Laptops available and the best 5 are listed here:
https://bestlaptopsworld.com/best-4k-laptops/
I have the HP Spectre x360 15-ch004ng and when I installed Kubuntu on it, I was faced with a very tiny login screen and desktop. To solve the login screen size, I entered the following:
The display names are found by entering "xrandr".
This solved logging in, however the display icons were tiny. To fix this I used System Settings > Display and Monitor >Scale Display. I changed the scale to 1.5. The main problem with scaling is that it applies to both displays and cannot be set to individual displays.
I also have Windows 10 on this Laptop and it behaves normally and does not give the "tiny" images I encountered with Kubuntu.
I would expect that display size and resolution should be available and therefore this can be taken care of automatically on installation and not require a web search to get the tiny login and tiny images back to normal.
https://bestlaptopsworld.com/best-4k-laptops/
I have the HP Spectre x360 15-ch004ng and when I installed Kubuntu on it, I was faced with a very tiny login screen and desktop. To solve the login screen size, I entered the following:
Code:
cd /usr/share/sddm/scripts sudo nano Xsetup add line /usr/bin/xrandr -output HDMI -1-1 --off xrandr --output eDP-1 --dpi 220 --output DP-1 --auto
This solved logging in, however the display icons were tiny. To fix this I used System Settings > Display and Monitor >Scale Display. I changed the scale to 1.5. The main problem with scaling is that it applies to both displays and cannot be set to individual displays.
I also have Windows 10 on this Laptop and it behaves normally and does not give the "tiny" images I encountered with Kubuntu.
I would expect that display size and resolution should be available and therefore this can be taken care of automatically on installation and not require a web search to get the tiny login and tiny images back to normal.
Comment