Bonjour,
j'essaie de faire fonctionner un vidéo projecteur avec mon pc portable.
J'ai relié la sortie DVI de mon portable à l'entrée HDMI de mon vidéo projecteur.
Mon PC est un AMilo 3438G, la carte graphique une Geforce go 6800, et je suis sous Ubuntu Feisty. J'utilise les drivers proprio des dépôts, les 96.xx de mémoire.
Lorsque le PC et Ubuntu démarrent, j'ai bien l'affichage sur le vidéo proj, mais dès que j'arrive à l'écran de login d'Ubuntu, plus rien. Impossible alors d'avoir une image sur le vidéo projecteur.
Voici mon xorg.conf:
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
Busid "PCI:3:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
Horizsync 28-72
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 1 "Screen1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
J'ai essayé de le modifier (je sais comment régler les soucis en cas de plantage du server X, donc ne vous inquiétez pas) en rajoutant un deuxième écran (ajout d'une autre section Device, Monitore et Screen + modif de la section ServerLayout), mais en vain.
Lorsque je choisis les drivers "nv" au lieu de "nvidia", j'ai une image qui s'affiche sur le vidéoprojecteur, mais ça ne ressemble à rien : plein de petits rectangles de couleurs. Rien d'exploitable, mais j'ai bien un signal qui arrive au vidéo proj. C'est quand même un début de piste.
Des idées ?
Merci d'avance.