I connect two monitor with hdmi cable and vga to my asus R542U laptop and there is problem in debian gnome desktop that the resolution of two monitor is not same and the vga connected one can't change after 1024, but the hdmi monitor have 1920 resolution !
I tested in windows 10 and everything is ok and both monitor have same resolution
I think this problem come from the intel vga or free nvidia driver, so I want to use the main nvidia driver only, and for that i install the nvidia driver :
Code: Select all
# apt-cache policy nvidia-driver
nvidia-driver:
Installed: 525.105.17-1
Candidate: 525.105.17-1
Version table:
*** 525.105.17-1 500
500 http://mirror.aminidc.com/debian testing/non-free amd64 Packages
100 /var/lib/dpkg/status
Code: Select all
# apt-cache policy xserver-xorg-video-nvidia
xserver-xorg-video-nvidia:
Installed: 525.105.17-1
Candidate: 525.105.17-1
Version table:
*** 525.105.17-1 500
500 http://mirror.aminidc.com/debian testing/non-free amd64 Packages
100 /var/lib/dpkg/status
Code: Select all
# apt-cache policy xserver-xorg-video-nouveau
xserver-xorg-video-nouveau:
Installed: (none)
Candidate: 1:1.0.17-2
Version table:
1:1.0.17-2 500
500 http://mirror.aminidc.com/debian testing/main amd64 Packages
Code: Select all
# lspci -nnk | egrep -i --color 'vga|3d|2d' -A3 | grep 'in use'
Kernel driver in use: i915
Kernel driver in use: nvidia
Code: Select all
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
thanks.