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 12/10/2005, à 23:16

fsail

incompatibilité sortie tv nvidia / xorg / xscreensaver

Bonsoir smile

Depuis le passage sous breezy, je n'arrive plus à faire  fonctionner xscreensaver avec mon xorg configuré pour avoir un sortie tv en dualscreen. Lorsque je commente les lignes de ma sortie tv, xscreensaver fonctionne. J'en déduit donc que cela vient de là. Voici mon xorg avec mes lignes commentées :

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/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	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		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option        "Protocol"        "ExplorerPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
	Option        "Buttons"        "7"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5200]"
	Driver		"nvidia"
	BusID		"PCI:2:0:0"
EndSection

#Section "Device"
    #Identifier  "TV_Device"
    #Driver      "nvidia"
    #VendorName  "Nvidia"
    #Option        "TVOutFormat" "SVIDEO"
    #Option        "TVStandard" "PAL-N"
    #Option        "ConnectedMonitor" "TV"
    #BusID       "PCI:2:0:0"
    #Screen      1
#EndSection

Section "Monitor"
	Identifier	"BenQ FP91G"
	Option		"DPMS"
EndSection

#Section "Monitor"
    #Identifier   "TV_Monitor"
    #VendorName   "Philips"
    #ModelName    "PAL TV"
    #HorizSync    30.0 - 50.0
    #VertRefresh  60.0 - 60.0
#EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV34 [GeForce FX 5200]"
	Monitor		"BenQ FP91G"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

#Section "Screen"
    #Identifier "TV"
    #Device     "TV_Device"
    #Monitor    "TV_Monitor"
    #DefaultDepth     24
    #SubSection "Display"
        #Depth     24
        #Modes    "1024x768" "800x600" "640x480"
    #EndSubSection
#EndSection


Section "ServerLayout"
	Identifier	"Default Layout"
	Screen        0    "Default Screen"
        #Screen        1    "TV" RightOf "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection


Section "DRI"
	Mode	0666
EndSection

Est ce que je me suis planté quelque part dans ma configuration ou alors la sortie tv nvidia et xscreensaver sont incompatible ?

Hors ligne