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 04/05/2006, à 13:39

fsail

Dualscreen nvidia sous dapper

Bonjour, je n'arrive plus à faire fonctionner ma sortie tv sous dapper. J'ai voulu, après 2 mois sous dapper, la faire fonctionner. Au départ j'ai repris "bêtement" les paramêtres de mon xorg fonctionnant sous breezy. Mais rien ne s'affichait sur ma télé. J'ai donc suivi le tuto à la lettre de la doc du site, mais toujours pas d'image sur ma tv.

Je vous donne les contenus de mes fichiers xorg et Xorg.0.log :

Mon xorg.conf :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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	"i2c"
	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/psaux"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Buttons"               "7"
        Option          "ZAxisMapping"       "4 5"
	Option 		"ButtonMapping" "1 2 3 6 7"
EndSection

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

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

Section "Monitor"
	#Identifier	"BenQ FP91G"
	#Option		"DPMS"
	Identifier      "Monitor" #CRT
        #HorizSync       30-70
        #VertRefresh     50-140
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier "TV-0" #TV
        HorizSync 60
        VertRefresh 30-150
EndSection

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

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "TV-0"
        DefaultDepth    24
        SubSection "Display"
                Depth 24
                Modes "1024x768" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen 0        "Default Screen"
    Screen 1        "Screen1" rightof "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection


Section "DRI"
	Mode	0666
EndSection

Et voici mon second (Xorg.0.log):

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12 i686
Current Operating System: Linux ubuntu 2.6.15-21-386 #1 PREEMPT Fri Apr 21 16:43:33 UTC 2006 i686
Build Date: 16 March 2006
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May  4 13:27:58 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Monitor"
(**) |   |-->Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "TV-0"
(**) |   |-->Device "Device1"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1462,5700 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1462,5700 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1462,5700 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1462,5700 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1462,5700 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1462,570c rev a1 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1462,5700 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1462,5700 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:08:0: chip 10cd,1300 card 10cd,1310 rev 03 class 01,00,00 hdr 00
(II) PCI: 01:0a:0: chip 14f1,2013 card 14f1,2013 rev 01 class 07,80,00 hdr 00
(II) PCI: 02:00:0: chip 10de,0322 card 1462,9360 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xda000000 - 0xdbffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x30000000 - 0x300fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xd9ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b]
(--) PCI:*(2:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xd8000000/24, 0xd0000000/27
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xcfffffff to 0xbfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xdb000000 - 0xdb00ffff (0x10000) MX[b]
	[1] -1	0	0xdb010000 - 0xdb0100ff (0x100) MX[b]
	[2] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[b]
	[3] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[b]
	[4] -1	0	0xdc004000 - 0xdc0040ff (0x100) MX[b]
	[5] -1	0	0xdc003000 - 0xdc003fff (0x1000) MX[b]
	[6] -1	0	0xdc002000 - 0xdc002fff (0x1000) MX[b]
	[7] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[b]O
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[9] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
	[10] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[b]
	[11] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[12] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[13] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[b]
	[14] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[b]
	[15] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[b]
	[16] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdb000000 - 0xdb00ffff (0x10000) MX[b]
	[1] -1	0	0xdb010000 - 0xdb0100ff (0x100) MX[b]
	[2] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[b]
	[3] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[b]
	[4] -1	0	0xdc004000 - 0xdc0040ff (0x100) MX[b]
	[5] -1	0	0xdc003000 - 0xdc003fff (0x1000) MX[b]
	[6] -1	0	0xdc002000 - 0xdc002fff (0x1000) MX[b]
	[7] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[b]O
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[9] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
	[10] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[b]
	[11] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[12] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[13] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[b]
	[14] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[b]
	[15] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[b]
	[16] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[5] -1	0	0xdb000000 - 0xdb00ffff (0x10000) MX[b]
	[6] -1	0	0xdb010000 - 0xdb0100ff (0x100) MX[b]
	[7] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[b]
	[8] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[b]
	[9] -1	0	0xdc004000 - 0xdc0040ff (0x100) MX[b]
	[10] -1	0	0xdc003000 - 0xdc003fff (0x1000) MX[b]
	[11] -1	0	0xdc002000 - 0xdc002fff (0x1000) MX[b]
	[12] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[b]O
	[13] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[14] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[17] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[b]
	[18] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[19] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[20] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[b]
	[21] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[b]
	[22] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[b]
	[23] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[b]
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: __glXLastContext
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (loader failed, 7)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8756
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8756
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.99.99.904, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA X Driver  1.0-8756  Wed Mar 29 14:29:06 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[5] -1	0	0xdb000000 - 0xdb00ffff (0x10000) MX[b]
	[6] -1	0	0xdb010000 - 0xdb0100ff (0x100) MX[b]
	[7] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[b]
	[8] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[b]
	[9] -1	0	0xdc004000 - 0xdc0040ff (0x100) MX[b]
	[10] -1	0	0xdc003000 - 0xdc003fff (0x1000) MX[b]
	[11] -1	0	0xdc002000 - 0xdc002fff (0x1000) MX[b]
	[12] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[b]O
	[13] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[14] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[17] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[b]
	[18] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[19] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[20] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[b]
	[21] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[b]
	[22] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[b]
	[23] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[b]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[5] -1	0	0xdb000000 - 0xdb00ffff (0x10000) MX[b]
	[6] -1	0	0xdb010000 - 0xdb0100ff (0x100) MX[b]
	[7] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[b]
	[8] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[b]
	[9] -1	0	0xdc004000 - 0xdc0040ff (0x100) MX[b]
	[10] -1	0	0xdc003000 - 0xdc003fff (0x1000) MX[b]
	[11] -1	0	0xdc002000 - 0xdc002fff (0x1000) MX[b]
	[12] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[b]O
	[13] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[14] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[20] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[b]
	[21] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[22] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[23] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[b]
	[24] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[b]
	[25] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[b]
	[26] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[b]
	[27] 0	0	0xd90003b0 - 0xd90003bb (0xc) IS[b]
	[28] 0	0	0xd90003c0 - 0xd90003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(WW) NVIDIA(0): Unable to read EDID for display device CRT-1
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:2:0:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.34.20.22.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:2:0:0:
(--) NVIDIA(0):     BenQ FP91G (CRT-0)
(--) NVIDIA(0):     CRT-1
(--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): BenQ FP91G (CRT-0): 350 MHz maximum pixel clock
(--) NVIDIA(0): CRT-1: 350 MHz maximum pixel clock
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "720x400"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1152x864"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "832x624"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0):     "640x350"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline option
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "ConnectedMonitor" "TV-0"
(**) NVIDIA(1): Option "TVStandard" "PAL-N"
(**) NVIDIA(1): Option "TVOutFormat" "SVIDEO"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Forcing SVIDEO output
(**) NVIDIA(1): TV Standard string: "PAL-N"
(II) NVIDIA(1): NVIDIA GPU GeForce FX 5200 at PCI:2:0:0
(--) NVIDIA(1): VideoRAM: 131072 kBytes
(--) NVIDIA(1): VideoBIOS: 04.34.20.22.00
(II) NVIDIA(1): Detected AGP rate: 8X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce FX 5200 at PCI:2:0:0:
(--) NVIDIA(1):     BenQ FP91G (CRT-0)
(--) NVIDIA(1):     CRT-1
(--) NVIDIA(1):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(1): BenQ FP91G (CRT-0): 350 MHz maximum pixel clock
(--) NVIDIA(1): CRT-1: 350 MHz maximum pixel clock
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 350 MHz maximum pixel clock
(--) NVIDIA(1): TV encoder: NVIDIA
(II) NVIDIA(1): Assigned Display Device: CRT-1
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "1024x768"
(II) NVIDIA(1):     "640x480"
(II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
(++) NVIDIA(1): DPI set to (100, 100); computed from -dpi X commandline option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after preInit:
	[0] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b]
	[1] 0	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[b]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[7] -1	0	0xdb000000 - 0xdb00ffff (0x10000) MX[b]
	[8] -1	0	0xdb010000 - 0xdb0100ff (0x100) MX[b]
	[9] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[b]
	[10] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[b]
	[11] -1	0	0xdc004000 - 0xdc0040ff (0x100) MX[b]
	[12] -1	0	0xdc003000 - 0xdc003fff (0x1000) MX[b]
	[13] -1	0	0xdc002000 - 0xdc002fff (0x1000) MX[b]
	[14] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[b]O
	[15] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
	[16] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[22] -1	0	0x0000d400 - 0x0000d407 (0x8) IX[b]
	[23] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[24] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[25] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[b]
	[26] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[b]
	[27] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[b]
	[28] -1	0	0x0000ec00 - 0x0000ec1f (0x20) IX[b]
	[29] 0	0	0xd90003b0 - 0xd90003bb (0xc) IS[b]
	[30] 0	0	0xd90003c0 - 0xd90003df (0x20) IS[b]
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) NVIDIA(1): Setting mode "1024x768"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
Screen 0 is using RAC for io
Screen 1 is using RAC for io
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "XkbVariant" "latin9"
(**) Generic Keyboard: XkbVariant: "latin9"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/psaux"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "7"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Option "ButtonMapping" "1 2 3 6 7"
(**) Configured Mouse: Buttons: 11
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(1): Setting mode "1024x768"
(II) NVIDIA(1): Setting mode "640x480"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources

Si une âme charitable passe sur ce message ... je suis preneur de tout conseil wink

Merci.

Hors ligne

#2 Le 05/05/2006, à 00:19

michel2652

Re : Dualscreen nvidia sous dapper

Bonjour,

Si tu veux essayer, voici le mien qui marche bien avec Dapper (édran 17"+TV LCD 32")

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	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		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV38 [GeForce FX 5950 ]"
        Driver       "nvidia"    
#       Option       "NoLogo"
        #Option       "NoDCC"
        #Option       "VideoOverlay"          "on"
        #Option       "OpenGLOverlay"         "on"
        #Option       "UseInternalAGPGART"    "no"
        Option       "NvAGP"                 "3"
#       Option "AllowGLXWithComposite" "True"
        #Option       "RenderAccel"           "true"
        #Option       "Coolbits"              "1"
        VideoRam     262144
	BusID		"PCI:1:0:0"
EndSection


Section "Device"
	Identifier	"NVIDIA Corporation NV38 [GeForce FX 5950]1"
        Driver       "nvidia"    
#       Option       "NoLogo"
        #Option       "NoDCC"
        #Option       "VideoOverlay"          "on"
        #Option       "OpenGLOverlay"         "on"
        #Option       "UseInternalAGPGART"    "no"
        Option       "NvAGP"                 "3"
#	Option "AllowGLXWithComposite" "True"
        #Option       "RenderAccel"           "true"
        #Option       "Coolbits"              "1"
        VideoRam     262144
	BusID		"PCI:1:0:0"
	Option      "TVOutFormat" "SVIDEO"
        Option      "TVStandard" "PAL-N"
        Option      "ConnectedMonitor" "TV"
     	Screen      1
EndSection


Section "Monitor"
    Identifier    "Écran générique"
    Option        "Hyundai L72S"
    HorizSync     31-80
    VertRefresh   56-75
    Modeline      "1280x1024@70" 83.91 1280 1312 1624 1656 800 816 824 841
    DisplaySize 338 212
EndSection

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

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV38 [GeForce FX 5950]"
    Monitor       "Écran générique"
    DefaultDepth  16
    SubSection "Display"
        Depth     1
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes     "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier "TV"
    Device     "NVIDIA Corporation NV38 [GeForce FX 5950]1"
    Monitor    "TV_Monitor"
    DefaultDepth  24
    SubSection "Display"
        Depth    16
        Modes    "1280x1024" "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"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

A+

Dernière modification par michel2652 (Le 05/05/2006, à 00:21)

#3 Le 06/05/2006, à 10:27

fsail

Re : Dualscreen nvidia sous dapper

J'ai essayé mais ne marche pas non plus. hmm

Hors ligne