Debian12 : Différence entre versions

De WikiOpenTruc
Aller à : navigation, rechercher
(Page créée avec « ==Notes en vrac== * https://debian-facile.org/doc:systeme:apt:sources.list:debian * https://debian-facile.org/viewtopic.php?id=35490 xrandr etc <br> »)
 
m (Notes en vrac)
 
(2 révisions intermédiaires par le même utilisateur non affichées)
Ligne 4 : Ligne 4 :
 
* 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
 +
 +
<br>
 +
 +
<pre>
 +
$ lspci -nnk |grep -iA3 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
 +
 +
$ 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
 +
 +
</pre>
  
 
<br>
 
<br>

Version actuelle datée du 18 juin 2025 à 20:10

Notes en vrac


$ lspci -nnk |grep -iA3 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

$ 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