🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: pl.comp.os.linux.sprzet
1 messages
1 total messages Started by laser@laser.lon Sat, 23 Apr 2011 09:09
GE + sterowniki nvidia
#72395
Author: laser@laser.lon
Date: Sat, 23 Apr 2011 09:09
353 lines
12384 bytes
Mam komputer z karta NVIDIA GE 400MX. Stara ale wystaraczajaca i cicha (bez
zadnych wiatrakow). Uzywalem steronikow 'achiwalnych' z www.nvidia.com.
Wszystko dzialalo dobrze, ale po ostanich updateach systemu (PLD) przestala.

modul i bilbioteki z Nvidii kompiluja sie dalej bez problemow (najnowasze
jakie sa, z listopada 2010), wszystko sie instaluje, tylko nie dziala.

Sterownik 'nv' i 'nuevo' - dziala prawidlowo, tylko 3D sprzetowego brak...

Ponizej konfiguracj xorg.conf i zrzut logu 'Xorg.0.log'. Bede wdzieczny za
podpowiedz, bo juz nie wiem czego sie czepic:

--- xorg.conf ---
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "record"
	Load  "dri2"
	Load  "dbe"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nouveau"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nvidia"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card2"
	Driver      "nouveau"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

--- Xorg.0.log ----
[   126.880] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
[   126.881] _XSERVTransOpen: transport open failed for inet6/dom:0
[   126.882] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
[   126.964]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[   126.965] X Protocol Version 11, Revision 0
[   126.965] Build Operating System: PLD/Linux PLD/Team
[   126.965] Current Operating System: Linux dom 2.6.37 #1 Fri Jan 21 22:09:13 CET 2011 i686
[   126.966] Kernel command line: auto BOOT_IMAGE=2.6.37 ro root03 vt.default_utf8=0 pnp_reserve_irq=5
[   126.966] Build Date: 16 April 2011  08:26:05AM
[   126.966]
[   126.967] Current version of pixman: 0.20.2
[   126.967] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   126.967] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   126.969] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 23 12:57:13 2011
[   127.059] (==) Using config file: "/etc/X11/xorg.conf"
[   127.059] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   127.089] (++) |-->Screen "Screen1" (0)
[   127.089] (**) |   |-->Monitor "Monitor1"
[   127.104] (**) |   |-->Device "Card1"
[   127.104] (==) Automatically adding devices
[   127.104] (==) Automatically enabling devices
[   127.210] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   127.210] (**) ModulePath set to "/usr/lib/xorg/modules"
[   127.210] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   127.210] (II) Loader magic: 0x81e1d60
[   127.210] (II) Module ABI versions:
[   127.210] 	X.Org ANSI C Emulation: 0.4
[   127.210] 	X.Org Video Driver: 10.0
[   127.210] 	X.Org XInput driver : 12.2
[   127.210] 	X.Org Server Extension : 5.0
[   127.213] (--) PCI:*(0:1:0:0) 10de:0181:0000:0000 rev 162, Mem @ 0xdc000000/16777216, 0xd8000000/67108864, BIOS @ 0x????????/131072
[   127.213] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   127.213] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[   127.213] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   127.213] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   127.213] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[   127.214] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[   127.214] (II) LoadModule: "glx"
[   127.262] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   128.513] (II) Module glx: vendor="NVIDIA Corporation"
[   128.514] 	compiled for 4.0.2, module version = 1.0.0
[   128.514] 	Module class: X.Org Server Extension
[   128.514] (II) NVIDIA GLX Module  96.43.19  Wed Oct 27 19:20:11 PDT 2010
[   128.514] (II) Loading extension GLX
[   128.514] (II) LoadModule: "extmod"
[   128.515] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   128.559] (II) Module extmod: vendor="X.Org Foundation"
[   128.559] 	compiled for 1.10.1, module version = 1.0.0
[   128.559] 	Module class: X.Org Server Extension
[   128.560] 	ABI class: X.Org Server Extension, version 5.0
[   128.560] (II) Loading extension MIT-SCREEN-SAVER
[   128.560] (II) Loading extension XFree86-VidModeExtension
[   128.560] (II) Loading extension XFree86-DGA
[   128.560] (II) Loading extension DPMS
[   128.560] (II) Loading extension XVideo
[   128.560] (II) Loading extension XVideo-MotionCompensation
[   128.560] (II) Loading extension X-Resource
[   128.560] (II) LoadModule: "record"
[   128.562] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   128.569] (II) Module record: vendor="X.Org Foundation"
[   128.569] 	compiled for 1.10.1, module version = 1.13.0
[   128.570] 	Module class: X.Org Server Extension
[   128.570] 	ABI class: X.Org Server Extension, version 5.0
[   128.570] (II) Loading extension RECORD
[   128.570] (II) LoadModule: "dri2"
[   128.571] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   128.597] (II) Module dri2: vendor="X.Org Foundation"
[   128.597] 	compiled for 1.10.1, module version = 1.2.0
[   128.598] 	ABI class: X.Org Server Extension, version 5.0
[   128.598] (II) Loading extension DRI2
[   128.598] (II) LoadModule: "dbe"
[   128.599] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   128.612] (II) Module dbe: vendor="X.Org Foundation"
[   128.612] 	compiled for 1.10.1, module version = 1.0.0
[   128.612] 	Module class: X.Org Server Extension
[   128.613] 	ABI class: X.Org Server Extension, version 5.0
[   128.613] (II) Loading extension DOUBLE-BUFFER
[   128.613] (II) LoadModule: "dri"
[   128.614] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   128.623] (II) Module dri: vendor="X.Org Foundation"
[   128.623] 	compiled for 1.10.1, module version = 1.0.0
[   128.623] 	ABI class: X.Org Server Extension, version 5.0
[   128.623] (II) Loading extension XFree86-DRI
[   128.624] (II) LoadModule: "nvidia"
[   128.624] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   128.733] (II) Module nvidia: vendor="NVIDIA Corporation"
[   128.733] 	compiled for 4.0.2, module version = 1.0.0
[   128.734] 	Module class: X.Org Video Driver
[   128.734] (WW) NVIDIA: This server has an unsupported input driver ABI version (have 12.2, need < 12.0).  The driver will continue to load, but may behave strangely.
[   128.792] (II) NVIDIA dlloader X Driver  96.43.19  Wed Oct 27 19:07:40 PDT 2010
[   128.800] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   128.800] (--) using VT number 10

[   128.809] (II) Loading sub module "fb"
[   128.809] (II) LoadModule: "fb"
[   128.810] (II) Loading /usr/lib/xorg/modules/libfb.so
[   128.823] (II) Module fb: vendor="X.Org Foundation"
[   128.824] 	compiled for 1.10.1, module version = 1.0.0
[   128.824] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   128.824] (II) Loading sub module "ramdac"
[   128.824] (II) LoadModule: "ramdac"
[   128.824] (II) Module "ramdac" already built-in
[   128.845] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   128.845] (II) Loading /usr/lib/xorg/modules/libfb.so
[   128.845] (II) UnloadModule: "nvidia"
[   128.846] (II) Unloading nvidia
[   128.846] (II) UnloadModule: "fb"
[   128.846] (II) Unloading fb
[   128.846] (EE) Screen(s) found, but none have a usable configuration.
[   128.846]
Fatal server error:
[   128.846] no screens found
[   128.846]
Please consult the The X.Org Foundation support
	 at http://wiki.x.org
 for help.
[   128.847] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   128.847]


--
ml

http://www.archimedes.eu.org/


Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads