« Debian12 » : différence entre les versions

De WikiOpenTruc
Aller à la navigation Aller à la recherche
 
(5 versions intermédiaires par le même utilisateur non affichées)
Ligne 4 : Ligne 4 :
pb : résolution écran coincée à 1024x768
pb : résolution écran coincée à 1024x768


* https://www.youtube.com/watch?v=-MFsmttvPKA Même souci chez Korben, et lui aussi dit que c'est un souci de noyau
* https://www.youtube.com/watch?v=-MFsmttvPKA même souci chez Korben, et lui aussi dit que c'est un souci de noyau
* https://debian-facile.org/doc:systeme:apt:sources.list:debian
* https://debian-facile.org/doc:systeme:apt:sources.list:debian
* https://debian-facile.org/viewtopic.php?id=35490 xrandr etc
* https://debian-facile.org/viewtopic.php?id=35490 xrandr etc
* https://debian-facile.org/viewtopic.php?id=36009
* https://debian-facile.org/viewtopic.php?id=36009
Après qqs heures à patauger sans avancer, j'ai résolu le problème à la hache. <br>
L'ordinateur concerné est un Dell Optiplex 790 (https://en.wikipedia.org/wiki/Dell_OptiPlex).
Cette machine a 15 ans minimum ... ça commence à faire vieux pour un ordi.
Un [[Mini-pc]] N fois plus petit coûte 170€. Donc bref, time to change. Et j'ai bien fait.


<br>
<br>


==Commandes==
<pre>
<pre>
$ lspci -nnk |grep -iA4 vga
$ lspci -nnk |grep -iA4 vga
Ligne 21 : Ligne 27 :
# apt install firmware-linux ... ne change rien
# apt install firmware-linux ... ne change rien


# apt remove xserver-xorg-video-intel
# apt remove xserver-xorg-video-intel ... ne change rien
 
commande suggérée par https://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.fr.html
# apt-cache search linux-image- | grep -i meta | grep -v transition
linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
linux-image-cloud-amd64-dbg - Debugging symbols for Linux cloud-amd64 configuration (meta-package)
linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-cloud-amd64 - Linux for x86-64 cloud (meta-package)
linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-6.1-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
linux-image-6.1-cloud-amd64-dbg - Debugging symbols for Linux cloud-amd64 configuration (meta-package)
linux-image-6.1-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
linux-image-6.1-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-6.1-cloud-amd64 - Linux for x86-64 cloud (meta-package)
linux-image-6.1-rt-amd64 - Linux for 64-bit PCs (meta-package)
 
On ne me propose pas autre chose que la 6.1. so be it.
 
# apt install linux-image-6.1-amd64,
ça fait bien l'install ... mais je reste avec ma résolution pourrie
 
# update-grub , ne change rien





Dernière version du 27 juin 2025 à 15:25

Notes en vrac

pb : résolution écran coincée à 1024x768

Après qqs heures à patauger sans avancer, j'ai résolu le problème à la hache.
L'ordinateur concerné est un Dell Optiplex 790 (https://en.wikipedia.org/wiki/Dell_OptiPlex). Cette machine a 15 ans minimum ... ça commence à faire vieux pour un ordi. Un Mini-pc N fois plus petit coûte 170€. Donc bref, time to change. Et j'ai bien fait.


Commandes

$ lspci -nnk |grep -iA4 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09)
	DeviceName:  Onboard IGD
	Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller [1028:04ad]
	Kernel driver in use: i915
	Kernel modules: i915

# apt install firmware-linux ... ne change rien

# apt remove xserver-xorg-video-intel ... ne change rien

commande suggérée par https://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.fr.html
# apt-cache search linux-image- | grep -i meta | grep -v transition
linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
linux-image-cloud-amd64-dbg - Debugging symbols for Linux cloud-amd64 configuration (meta-package)
linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-cloud-amd64 - Linux for x86-64 cloud (meta-package)
linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-6.1-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
linux-image-6.1-cloud-amd64-dbg - Debugging symbols for Linux cloud-amd64 configuration (meta-package)
linux-image-6.1-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
linux-image-6.1-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-6.1-cloud-amd64 - Linux for x86-64 cloud (meta-package)
linux-image-6.1-rt-amd64 - Linux for 64-bit PCs (meta-package)

On ne me propose pas autre chose que la 6.1. so be it.

# apt install linux-image-6.1-amd64, 
ça fait bien l'install ... mais je reste avec ma résolution pourrie

# update-grub , ne change rien