
How to set login screen resolution in debian
How to adjust the screen resolution in Debian

How to set custom resolution using xrandr when the resolution is not available in 'Display Settings'
Config Xorg resolution
Codice: Seleziona tutto
DisplaySwitch.exe
/internal Per usare solo il monitor principale
/external Per usare solo il monitor secondario
/extend Per estendere il desktop sul monitor secondario
/clone Per clonare il desktop del monitor principale sul secondario
Codice: Seleziona tutto
@echo off
sleep 2
QRes.exe /x:1600 /y:1024
::QRes.exe /x:1280 /y:960
::QRes.exe /x:1920 /y:1080
sleep 1