이전 레거시 드라이버(Nvidia 304)를 설치하려고 합니다.
sudo apt install nvidia-legacy-304xx-driver
The following packages have unmet dependencies:
glx-alternative-nvidia : Breaks: nvidia-legacy-304xx-alternative (< 304.137-7~) but 304.137-5~deb9u1 is to be installed
Breaks: nvidia-legacy-304xx-driver (< 304.137-7~) but 304.137-5~deb9u1 is to be installed
nvidia-legacy-304xx-driver : Depends: xserver-xorg-video-nvidia-legacy-304xx (= 304.137-5~deb9u1) but it is not installable
Depends: nvidia-legacy-304xx-kernel-dkms (= 304.137-5~deb9u1) but it is not installable or
nvidia-legacy-304xx-kernel-304.137
E: Unable to correct problems, you have held broken packages.
좋아요...
sudo apt-get install --fix-broken xserver-xorg-video-nvidia-legacy-304xx nvidia-legacy-304xx-kernel-dkms -y
...
The following packages have unmet dependencies:
glx-alternative-nvidia : Breaks: nvidia-legacy-304xx-alternative (< 304.137-7~) but 304.137-5~deb9u1 is to be installed
Breaks: xserver-xorg-video-nvidia-legacy-304xx (< 304.137-7~) but 304.137-5~deb9u1 is to be installed
nvidia-kernel-common : Breaks: nvidia-legacy-304xx-kernel-support (< 305) but 304.137-5~deb9u1 is to be installed
xserver-xorg-video-nvidia-legacy-304xx : Depends: xorg-video-abi-23 or
xorg-video-abi-20 but it is not installable or
xorg-video-abi-19 but it is not installable or
xorg-video-abi-18 but it is not installable or
xorg-video-abi-15 but it is not installable or
xorg-video-abi-14 but it is not installable or
xorg-video-abi-13 but it is not installable or
xorg-video-abi-12 but it is not installable or
xorg-video-abi-11 but it is not installable or
xorg-video-abi-10 but it is not installable or
xorg-video-abi-8 but it is not installable or
xorg-video-abi-6.0 but it is not installable
Depends: xserver-xorg-core (< 2:1.19.99) but 2:21.1.4-3 is to be installed
Recommends: nvidia-legacy-304xx-driver (>= 304.137) but it is not installable
Recommends: nvidia-legacy-304xx-vdpau-driver (>= 304.137) but it is not going to be installed
Recommends: nvidia-settings-legacy-304xx but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
좋아요...
sudo apt-get install --fix-broken xorg-video-abi-23 xserver-xorg-core xserver-xorg-video-nvidia-legacy-304xx nvidia-legacy-304xx-kernel-dkms -y
Package xorg-video-abi-23 is a virtual package provided by:
xserver-xorg-core 2:1.19.2-1+deb9u5 [Not candidate version]
E: Package 'xorg-video-abi-23' has no installation candidate
마지막 희망
sudo apt purge "*nvidia*"
sudo apt autoremove
sudo restart now
sudo apt-get install --fix-broken xorg-video-abi-23 xserver-xorg-core xserver-xorg-video-nvidia-legacy-304xx nvidia-legacy-304xx-kernel-dkms -y
아무것도 없어...
내가 뭘 잘못했나요?
운영 체제: 데비안 11.5.0
/etc/apt/sources.list:
# deb cdrom:[Official Debian GNU/Linux Live 11.5.0 gnome 2022-09-10T11:47]/ bullseye main
deb cdrom:[Official Debian GNU/Linux Live 11.5.0 gnome 2022-09-10T11:47]/ bullseye main
# Line commented out by installer because it failed to verify:
#deb http://security.debian.org/debian-security bullseye-security main
# Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/debian-security bullseye-security main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
# Debian Sid (Nvidia 340 legacy)
deb http://deb.debian.org/debian/ sid main contrib non-free
# Debian 9 "Stretch" (Nvidia 304 legacy)
deb http://deb.debian.org/debian/ stretch main contrib non-free
답변1
안타깝게도304xx 드라이버는 Debian 9에서 사용된 버전보다 이후의 X.org 버전을 지원하지 않습니다.; 배포판을 크게 수정하지 않으면 Debian 10 이상에 설치할 수 없습니다.
340xx 드라이버는 Debian 11 이상에서도 사용할 수 없습니다.; 데비안 10 패키지를 업데이트할 수 있도록 데비안 불안정 상태로 유지되지만 이 패키지는 데비안 11에서는 사용할 수 없습니다.
알아채다당신은 결코 당신의 안에 있어서는 안됩니다sources.list
불안정한 버전의 Debian을 사용하는 경우.