Bonjour,
Je cherche à utiliser un deuxième écran avec mon ordinateur portable (Dell XPS L502X). Celui-ci possède deux cartes graphiques, une carte Intel intégrée et une carte NVIDIA:
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev ff)
Les cartes graphiques sont correctement configurées et les drivers NVIDIA sont installés.
Bumblebee est également installé et bbswitch fonctionne:
dmesg | grep bbswitch
[ 11.741287] bbswitch: version 0.7
[ 11.741297] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[ 11.741322] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[ 11.741566] bbswitch: detected an Optimus _DSM function
[ 11.741629] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[ 14.379103] bbswitch: disabling discrete graphics
La problématique vient du port HDMI. Après quelques recherches, il s’avère que celui-ci n’est relié qu’à la carte NVIDIA: cf. bugs.launchpad.net/ubuntu/+sour … comments/5
[code]Hi, You’re right it is definitely wired up to the nvidia GPU.
After a bit of prodding I was able to pick up events on the HDMI port with the nouveau module loaded:
[ 529.473101] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-2
[ 533.386255] [drm] nouveau 0000:01:00.0: plugged HDMI-A-2
which is better! but I haven’t yet managed to get the hdmi port to display anything using any of the recommended configurations or work arounds on the link posted.
[/code]
Dès lors, lorsque je lance la commande xrandr, j’obtiens la sortie correspondante à la carte graphique intégrée, qui affiche les données de l’écran du portable, mais pas de l’écran externe connecté via HDMI:
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.0*+
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
Par contre, je n’arrive pas à obtenir une sortie de xrandr correspondant à la carte NVIDIA. Celle-ci qui devrait logiquement me montrer les deux écrans, celui du portable et l’écran externe connecté via HDMI.
D’avance, merci pour toutes vos suggestions.
Bonne soirée !