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 16/12/2006, à 13:58

freaks

ati radeon mobility sur toshiba - impossible de faire du dual screen

bonjour,
j'ai testé le tutorial sur le dual screen mais à priori ça ne fonctionne pas y compris dans mon panneau résolutions d'écran un seul apparait voici mon xorg.conf
si quelqu'un peut me dire ce qui ne va pas ....

Section "Device"
	    Identifier      "Device0"
	Driver		"ati"
  Screen 0
	BusID		"PCI:1:0:0"
EndSection


Section "Device"
    Identifier      "Device1"
	Driver		"ati"
  Screen 1
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Monitor0" #LCD
       HorizSync       30-70
       VertRefresh     50-140
       Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Monitor1" #LCD
        HorizSync       30-70
        VertRefresh     50-140
        Option          "DPMS"
EndSection

Section "Screen"
	Identifier      "Screen0"
        Device          "Device0"
        Monitor         "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Monitor1"
        DefaultDepth    24
        SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier      "Basic Layout"
        Screen 0        "Screen0"
        Screen 1        "Screen1" RightOf "Screen0"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

2.6.17-10-386
ubuntu
http://www.freak.fr

Hors ligne