Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/05/2007, à 16:04

enguerran

[Résolu] Pb sortie DVI

Bonjour,

j'essaie de faire fonctionner un vidéo projecteur avec mon pc portable.
Mon vidéo projecteur est branché sur la sortie DVI de mon PC.
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.

Mon PC est un AMilo 3438G, la carte graphique une geforce go 6800, et je suis sous Feisty. J'utilise les drivers proprio des dépôts, les 96.xx de mémoire.

Des idées ?

Merci d'avance.


EDIT : l'entrée que j'utilise sur le vidéoproj est une HDMI.

Dernière modification par enguerran (Le 21/06/2007, à 11:31)


Ubuntu Lucid (qui fonctionne au poil ^^)

Hors ligne

#2 Le 17/05/2007, à 18:51

enguerran

Re : [Résolu] Pb sortie DVI

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 hmm

Dernière modification par enguerran (Le 17/05/2007, à 18:52)


Ubuntu Lucid (qui fonctionne au poil ^^)

Hors ligne

#3 Le 18/05/2007, à 09:14

enguerran

Re : [Résolu] Pb sortie DVI

Je m'auto réponds...
Lorsque je choisis les drivers "nv" au lieu de "nvidia", j'ai une image qui s'affiche sur le vidéoprojecteur, mais ca ne ressemble à rien : plein de petits rectangles de couleurs. Rien d'explotable, mais j'ai bien un signal qui arrive au vidéo proj. C'est quand même un début de piste.


Ubuntu Lucid (qui fonctionne au poil ^^)

Hors ligne

#4 Le 19/05/2007, à 12:34

enguerran

Re : [Résolu] Pb sortie DVI

Bon ben j'ai réussi tout seul...
En passant par l'utilitaire nvidia-settings, j'ai pu configurer un affichage sur l'écran du PC + vidéo projecteur.
Voici le xorg.conf résultant :

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:39:38 PST 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    # generated from default
    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 "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AUO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Hitachi Projector"
    HorizSync       15.0 - 80.0
    VertRefresh     50.0 - 85.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 6800"
    BusID          "PCI:3:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 6800"
    BusID          "PCI:3:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP-0: 1440x900 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "DFP-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Il faut encore que je le remodifie pour garder certaines options de mon précédents xorg.conf, mais ça marche déjà bien comme ça.

Dernière modification par enguerran (Le 19/05/2007, à 22:54)


Ubuntu Lucid (qui fonctionne au poil ^^)

Hors ligne