Voila j'ai franchis le pas, j'ai mis Linux sur mon desktop perso.
Mon but étant de faire du VFIO via looking glass (si possible). Mais pour ce faire il faudrait que je réussisse à afficher mon bureau de base sur mes deux écrans et je n'y arrive pas. Le bureau ne s'affiche que sur mon écran principal. Sur l'autre écran, rien, il se met en veille et se reveille uniquement lorsque je passe la souris dessus, la souris transforme son curseur en X noir.
HARDWARE :
[Ecran Principal] Philips 221V [DVI-D == HDMI] [VGA controller] Intel Corporation Device
[Ecran Secondaire] LG E2242 [DVI-D == DVI-D] [VGA controller] Nvidia GTX 970
Code : Tout sélectionner
[root@leylan-pc lightdm]# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 3e92
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
Code : Tout sélectionner
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "Device1"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Device2"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 30-94
VertRefresh 48-85
EndSection
Section "Monitor"
Identifier "Monitor2"
HorizSync 30-94
VertRefresh 48-85
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Device2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen1"
Screen 1 "Screen2" LeftOf "Screen1"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection
Je ne sais plus trop ou chercher la
Merci !