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 10/12/2006, à 01:45

skelettor

Probleme Double Ecran avec Driver Libre sur ATi Radeon Mobility 9700

Bonjour,
J'essaye actuellement de configurer le double écran sur mon laptop Asus M6NE avec une ati radeon mobility 9700 en utilisant les drivers libres. Le deuxième ecran est un LCD viewsonic vx2025wm branché sur la prise VGA du portable.
J'ai suivi les les instructions de la première partie de cette page du wiki : http://doc.ubuntu-fr.org/materiel/multi-ecran

Mon problème est que le résultat que j'obtiens pour l'instant c'est que l'écran de mon portable se coupe et je n'ai que l'affichage que sur l'écran branché sur la prise VGA.

Voici mon fichier xorg.conf :

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
      	Load "bitmap"
	Load "dbe"
      	Load "ddc"
      	Load "dri"
      	Load "extmod"
      	Load "freetype"
      	Load "glx"
      	Load "int10"
      	Load "type1"
      	Load "vbe"
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"		"ExplorerPS/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		"HorizScrollDelta"	"0"
	Option		"SHMConfig"	"on"
EndSection


Section "Device"
	Identifier	"ATI Mobility Radeon 9700 Laptop Panel"
	BusID		"PCI:1:0:0"
	Driver "radeon"
	Screen	0
	Option         "AGPMode" "8"
        Option         "AGPSize" "128"
        Option         "RingSize" "8"
        Option         "BufferSize" "2"
        Option         "EnablePageFlip" "true"
        Option         "EnableDepthMoves"  "true"
        Option         "ColorTiling" "true"
        Option         "RenderAccel" "true"
	Option          "DRI"                       "true"
EndSection

Section "Device"
	Identifier	"ATI Mobility Radeon 9700 VGA"
	BusID		"PCI:1:0:0"
	Driver "radeon"
	Screen	1
EndSection


Section "Monitor"
	Identifier	"Laptop Monitor"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Viewsonic"
	Option	"DPMS"
EndSection

Section "Screen"
	Identifier	"Laptop Screen"
	Device		"ATI Mobility Radeon 9700 Laptop Panel"
	Monitor		"Laptop Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"VGA Screen"
	Device	"ATI Mobility Radeon 9700 VGA"
	Monitor	"Viewsonic"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1680x1050"
	EndSubSection
EndSection

Section "ServerLayout"
	Option "AIGLX" "true"
	Identifier	"Default Layout"
	Screen 0	"Laptop Screen"
	Screen 1	"VGA Screen" RightOf "Laptop Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
      Option "RENDER" "Enable"
      Option "Composite" "Enable"
EndSection

Donc la je bloque je n'arrive pas a avoir mes deux écrans allumés en même temps

Merci d'avance pour votre aide

@+

Hors ligne

#2 Le 07/07/2007, à 18:04

Astier

Re : Probleme Double Ecran avec Driver Libre sur ATi Radeon Mobility 9700

Bonjour,

Je serais intéressé de savoir comment tu t'es débrouillé pour résoudre ce problème.

Merci

A bientôt

Hors ligne