JackHack96 / dell-xps-9570-ubuntu-respin

Collection of scripts and tweaks to adapt Ubuntu running smooth on Dell XPS 15 9570.
996 stars 113 forks source link

Everything appears tiny after running xps-tweaks.sh #110

Closed ambersariya closed 5 years ago

ambersariya commented 5 years ago

Not sure how could I fix this but after running the script and successfully rebooting, everything appears to be tiny. Graphics are switched over from Nvidia to Intel as expected.

However, display scaling is set to 100% which was previously set to 200%. When I change this and reboot, everything returns back to scale 100%. Did anyone experience and hopefully fix this issue?

tcmhoang commented 5 years ago

Do you use wayland or xserver for your device? if you use xserver type in terminal with sudo privilege: sudo -s then xrandr --output DP1 --mode 3840x2160 --scale 2x2 This would change the output DP1 (internal screen) to 3840x2160 with 200% scaling And then type xdotool search --class xterm behave %@ focus exec xrandr To automate this For more information go to: http://manpages.ubuntu.com/manpages/trusty/man1/xdotool.1.html https://askubuntu.com/questions/281509/how-do-i-change-the-screen-resolution-using-ubuntu-command-line/398740#398740

ambersariya commented 5 years ago

I use XServer, I had a couple of issues using Wayland.

For example, while using Microsoft Teams (https://github.com/IsmaelMartinez/teams-for-linux), the screen sharing option would just not work and I have a double monitor setup at work where the external displays would be ok but laptop screen would be somewhat blurry no matter what the scale value is.

Thank you for your help, the scaling works ok after every reboot now but I have to change the display order every time. I shall close this issue for now