[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [sid] nvidia und Kernel 2.6.17-1-k7



Vor einigen Tagen schrieb ich:

> Ich frage noch mal anders. Wendet hier jemand mit Erfolg die Kombination
> aktuelles Sid + 2.6.17-1-k7 + nvidia CS Treiber mittels module-assistant
> an?

...und noch immer offenbar niemand, der diese Kombination anwendet 
(abgesehen von Andreas Kroschel, der sich seinen Kernel selber bastelt, 
wofür ich aber zu faul bin :)).

Es gab jetzt ein Kernel-Header und Kernel-Image update. Danach habe ich noch 
einmal m-a prepare && m-a auto-install nvidia ausgeführt, und es sieht 
jetzt insofern besser aus, dass das nvidia kernel modul geladen wird (laut  
lsmod). Leider wird trotzdem kein Screen angezeigt, hier mal die 
Fehlermeldung aus /var/log/Xorg.0.log (nur mir relevant erscheinendes):

==================================================
X Window System Version 7.0.0
(...)
Current Operating System: Linux daeron 2.6.17-1-k7 #1 SMP Sat Jul 29 
16:07:30 UTC 2006 i686
(...)
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "NVIDIA GeForce 3 Ti 200"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(...)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8762
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(...)
(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.8762
	Module class: X.Org Video Driver
(...)
(II) NVIDIA X Driver  1.0-8762  Mon May 15 13:09:21 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(...)
(II) Setting vga for screen 0.
(**) 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): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce3 Ti 200 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 03.20.00.20.03
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce3 Ti 200 at PCI:1:0:0:
(--) NVIDIA(0):     Maxdata (RogenTech) Belinea101735 (DFP-0)
(--) NVIDIA(0): Maxdata (RogenTech) Belinea101735 (DFP-0): 165.0 MHz maximum
(--) NVIDIA(0):     pixel clock
(--) NVIDIA(0): Maxdata (RogenTech) Belinea101735 (DFP-0): External Single
(--) NVIDIA(0):     Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config 
option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(...)
(II) NVIDIA(0): Setting mode "1280x1024"
(EE) NVIDIA(0): The requested configuration of display devices is not
(EE) NVIDIA(0):     supported in the hardware.
(...)
Fatal server error:
AddScreen/ScreenInit failed for driver 0
(...)
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x89) [0x80b6849]
1: [0xffffe420]
2: /usr/bin/X(AbortServer+0x23) [0x81a5603]
3: /usr/bin/X(FatalError+0x67) [0x81a5b17]
4: /usr/bin/X(InitOutput+0x840) [0x80a0250]
5: /usr/bin/X(main+0x276) [0x806e3c6]
6: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xa7d45ea8]
7: /usr/bin/X(FontFileCompleteXLFD+0xad) [0x806d911]

FatalError re-entered, aborting
Caught signal 11.  Server aborting
==================================================

Was soll mir die Fehlermeldung jetzt sagen? $suchmaschine hilft mir mit der 
Meldung auch nicht weiter. Hier noch ein Auszug aus meiner xorg.conf, 
vielleicht hat ja jemand eine zündende Idee...

==================================================
Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection
Section "Device"
	Identifier	"NVIDIA GeForce 3 Ti 200"
	Driver		"nvidia"
#	Driver		"NoLogo"	"true"
#	Driver          "nv"
#	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA GeForce 3 Ti 200"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
==================================================

Danke!

-- 
Thomas Kreft <daeron at gmx dot net>
GPG ID 48AF3580 - Registered Linux User #405685 (http://counter.li.org)



Reply to: