[Gelöst] FreeBSD 10 und Nvidia

J

joneum

Guest
Habe eben von 9.2 auf 10.0-Beta 1 upgedated.
Habe eine Nvidia Karte in der Kiste.

Nun will X aber nicht mehr.

Log:

[ 52.134] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 52.134] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 52.134] (==) NVIDIA(0): RGB weight 888
[ 52.134] (==) NVIDIA(0): Default visual is TrueColor
[ 52.134] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 52.134] (**) NVIDIA(0): Enabling 2D acceleration
[ 52.134] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[ 52.134] (EE) NVIDIA(0): system's kernel log for additional error messages and
[ 52.134] (EE) NVIDIA(0): consult the NVIDIA README for details.
[ 52.134] (EE) NVIDIA(0): *** Aborting ***
[ 52.134] (EE) NVIDIA(0): Failing initialization of X screen 0
[ 52.134] (II) UnloadModule: "nvidia"
[ 52.134] (II) UnloadSubModule: "shadow"
[ 52.134] (II) UnloadSubModule: "wfb"
[ 52.134] (II) UnloadSubModule: "fb"
[ 52.134] (EE) Screen(s) found, but none have a usable configuration.

in der /boot/loader.conf

nvidia_load="YES"
snd_driver_load="YES"

und hier noch die xorg.conf

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
FontPath "/usr/local/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lob/X11/fonts/URW/"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
# Driver "keyboard"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbVariant" "de_DE"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "false"
Option "DontZap" "false"
Option "AutoEnableDevice" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

in der make.conf:

WITH_NEW_XORG=YES

was hat sich den in punkto X zwischen 9.2 und 10.0 geändert?
Jemand einen Tipp, wegen des Nvidia Kernelmodules? Im Moment nutze ich den Generic
 
Hast du den Nvidia-Blob aus dem Port gebaut? Ich weiß es nicht genau, aber ich glaube der Version direkt von Nvidia fehlen noch Patches im Kernelinterface.
 
Illuminatus, hab die file eben durchgeschaut, da war nichts zu sehen

Yamagie, glaub ich hatte den aus den Ports, bin mir gerade nicht sicher. Ich hab einfach x nochmal neu aus den Ports.
 
kleiner nachtrag,
das taucht nun, nachdem ich den nvidia port neu gebaut habe, noch im log auf:

[ 1824.601] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1824.601] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 1824.601] (==) NVIDIA(0): RGB weight 888
[ 1824.601] (==) NVIDIA(0): Default visual is TrueColor
[ 1824.601] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1824.601] (**) NVIDIA(0): Enabling 2D acceleration
[ 1824.601] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[ 1824.601] (EE) NVIDIA(0): system's kernel log for additional error messages and
[ 1824.601] (EE) NVIDIA(0): consult the NVIDIA README for details.
[ 1824.601] (EE) NVIDIA(0): *** Aborting ***
[ 1824.601] (EE) NVIDIA(0): Failing initialization of X screen 0
[ 1824.601] (II) UnloadModule: "nvidia"
[ 1824.601] (II) UnloadSubModule: "shadow"
[ 1824.601] (II) UnloadSubModule: "wfb"
[ 1824.601] (II) UnloadSubModule: "fb"
[ 1824.601] (EE) Screen(s) found, but none have a usable configuration.
[ 1824.601]
Fatal server error:
[ 1824.601] no screens found
[ 1824.601]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1824.601] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1824.601]
[ 1824.602] Server terminated with error (1). Closing log file.

ok, ein kldload nvidia behebt das problem.
 
Zurück
Oben