Pagina 1 di 1

Xorg e 8 monitor

Inviato: mer 16 gen 2008, 14:41
da leon84
Salve a tutti,
ho installato 4 schede video ASUS 7600 GT dual dvi per pilotare in totale 8 monitor.

Ho configurato adeguatamente il file xorg.conf ma in ogni caso riesco a pilotare massimo 4 monitor.
Ho provato infatti a pilotare 4 monitor sia collegando 1 monitor a scheda oppure utilizzando 2 schede con entrambi gli ingressi. Insomma pare proprio che dal quinto monitor in poi non ci sia nulla da fare.

Vi allego il mio file xorg.conf :

Codice: Seleziona tutto

Section "ServerFlags"
Option "Xinerama" "True"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0"
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	Screen      3  "Screen3" RightOf "Screen2"
	Screen      4  "Screen4" RightOf "Screen3"
	Screen      5  "Screen5" RightOf "Screen4"
	Screen      6  "Screen6" RightOf "Screen5"
	Screen      7  "Screen7" RightOf "Screen6"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "dbe"
	Load  "xtrap"
	Load  "record"
	Load  "dri"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option       "XkbModel"  "pc101"
	Option       "XkbLayout"  "it"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  380   300	# mm
	Identifier   "Monitor0"
	VendorName   "NEC"
	ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
	HorizSync    31.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor1"
        VendorName   "NEC"
        ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor2"
        VendorName   "NEC"
        ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection


Section "Monitor"
	#DisplaySize	  380   300	# mm
	Identifier   "Monitor3"
	VendorName   "NEC"
	ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
	HorizSync    31.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor4"
        VendorName   "NEC"
        ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor5"
        VendorName   "NEC"
        ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor6"
        VendorName   "NEC"
        ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor7"
        VendorName   "NEC"
        ModelName    "LCD195VXM+"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0:0"
        Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "G70 [GeForce 7600 GT]"
	BusID       "PCI:4:0:0"
	Screen 0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                # [<bool>]
        Identifier  "Card0:1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G70 [GeForce 7600 GT]"
        BusID       "PCI:4:0:0"
        Screen 1 
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"            	# [<bool>]
	Identifier  "Card1:0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "G70 [GeForce 7600 GT]"
	BusID       "PCI:7:0:0"
	Screen 0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                 # [<bool>]
        Identifier  "Card1:1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G70 [GeForce 7600 GT]"
        BusID       "PCI:7:0:0"
        Screen 1 
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"          	# [<bool>]
	Identifier  "Card2:0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "G70 [GeForce 7600 GT]"
	BusID       "PCI:8:0:0"
	Screen 0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                  # [<bool>]
        Identifier  "Card2:1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G70 [GeForce 7600 GT]"
        BusID       "PCI:8:0:0"
        Screen 1 
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"          	# [<bool>]
	Identifier  "Card3:0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "G70 [GeForce 7600 GT]"
	BusID       "PCI:9:0:0"
	Screen 0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                 # [<bool>]
        Identifier  "Card3:1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G70 [GeForce 7600 GT]"
        BusID       "PCI:9:0:0"
        Screen 1 
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0:0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card0:1"
	Monitor    "Monitor1"
	DefaultDepth 24
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card1:0"
	Monitor    "Monitor2"
	DefaultDepth 24
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "Card1:1"
	Monitor    "Monitor3"
	DefaultDepth 24
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Modes      "1280x1024" "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
        Identifier "Screen4"
        Device     "Card2:0"
        Monitor    "Monitor4"
        DefaultDepth 24
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen5"
        Device     "Card2:1"
        Monitor    "Monitor5"
        DefaultDepth 24
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen6"
        Device     "Card3:0"
        Monitor    "Monitor6"
        DefaultDepth 24
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen7"
        Device     "Card3:1"
        Monitor    "Monitor7"
        DefaultDepth 24
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Non è che xorg non gestisce più di 4 monitor ?

Questo è il messaggio estratto dal log di Xorg.

Codice: Seleziona tutto

(EE) NVIDIA(4): Failed to initialize the NVIDIA graphics device PCI:7:0:0. 
(EE) NVIDIA(4):     Please see the COMMON PROBLEMS section in the README for
(EE) NVIDIA(4):     additional information.

Ovvimente per le istanze NVIDIA(0) NVIDIA(1) NVIDIA(2) ed NVIDIA(3) va bene dalla 4 alla 7 mi riporta questo errore

Re: Xorg e 8 monitor

Inviato: mer 16 gen 2008, 15:53
da puzuma
manda l'output di lspci, mi sa che hai solo sbagliato l'id dei device, io non ho schede nvidia ma in tutte le altre quanto ho due uscite la prima viene mappata su n:0:0 e l'altra su n:0:1.

Re: Xorg e 8 monitor

Inviato: mer 16 gen 2008, 15:59
da leon84
puzuma ha scritto:manda l'output di lspci, mi sa che hai solo sbagliato l'id dei device, io non ho schede nvidia ma in tutte le altre quanto ho due uscite la prima viene mappata su n:0:0 e l'altra su n:0:1.
Mi sa che ho già provato. comunque ecco l'output di lspci

Codice: Seleziona tutto

00:00.0 Host bridge: Intel Corporation 82975X Memory Controller Hub (rev c0)
00:01.0 PCI bridge: Intel Corporation 82975X PCI Express Root Port (rev c0)
00:03.0 PCI bridge: Intel Corporation 82975X/3010 PCI Express Root Port (rev c0)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.4 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 5 (rev 01)
00:1c.5 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 6 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
01:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14)
02:00.0 RAID bus controller: Marvell Technology Group Ltd. 88SE6145 SATA II PCI-E controller (rev a1)
03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8052 PCI-E ASF Gigabit Ethernet Controller (rev 21)
04:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
05:00.0 PCI bridge: Integrated Device Technology, Inc. Unknown device 801c (rev 02)
06:00.0 PCI bridge: Integrated Device Technology, Inc. Unknown device 801c (rev 02)
06:01.0 PCI bridge: Integrated Device Technology, Inc. Unknown device 801c (rev 02)
07:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
08:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
09:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)


Re: Xorg e 8 monitor

Inviato: mer 16 gen 2008, 16:15
da puzuma
effettivamente gli id sono giusti, l'unica cosa che mi rimane da suggerirti è leggere il file README alla sezione COMMON PROBLEMS :-)

Re: Xorg e 8 monitor

Inviato: mer 16 gen 2008, 16:48
da leon84
puzuma ha scritto:effettivamente gli id sono giusti, l'unica cosa che mi rimane da suggerirti è leggere il file README alla sezione COMMON PROBLEMS :-)
Purtroppo ho letto anche i problemi comuni ma il mio non c'è ...