Uj telepites, xorg aborting

Fórumok

Szep jo reggelt a nagyerdemu tarsasagnak!

Egy hp Z400 workstationra szerettem volna (eredetileg TrueOS-t) FreeBSD-t telepiteni grafikus felulettel asztali hasznalatra. Mit kell még telepiteni, betolteni, akarmi, hogy mukodjon az nvidia driver?


lspci |grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GT216 [GeForce GT 220] (rev a2)
01:00.1 Audio device: NVIDIA Corporation GT216 HDMI Audio Controller (rev a1) 

Kikerestem, hogy ehhez a kartyahoz melyik driver kell, fel is telepitettem:


pkg install nvidia-driver-340

De startx elszall: (kozepebol kihagytam, ne legyen olyan hosszu)


X.Org X Server 1.17.4
Release Date: 2015-10-28
[   547.085] X Protocol Version 11, Revision 0
[   547.085] Build Operating System: FreeBSD 11.0-RELEASE-p8 amd64 
[   547.085] Current Operating System: FreeBSD freebsd1 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016     root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
[   547.085] Build Date: 25 February 2017  07:11:19AM
[   547.085]  
[   547.085] Current version of pixman: 0.34.0
[   547.085] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   547.085] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   547.085] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 31 08:03:20 2017
[   547.173] (II) Loader magic: 0x8112f0
[   547.173] (II) Module ABI versions:
[   547.173] 	X.Org ANSI C Emulation: 0.4
[   547.173] 	X.Org Video Driver: 19.0
[   547.173] 	X.Org XInput driver : 21.0
[   547.173] 	X.Org Server Extension : 9.0
[   547.174] (--) PCI:*(0:15:0:0) 10de:0a20:10b0:0401 rev 162, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/65536
[   547.174] (==) Using default built-in configuration (30 lines)
[   547.174] (==) --- Start of built-in configuration ---
[   547.174] 	Section "Device"
[   547.174] 		Identifier	"Builtin Default nv Device 0"
[   547.174] 		Driver	"nv"
[   547.174] 	EndSection
...
[   547.714] (II) VESA: driver for VESA chipsets: vesa
[   547.715] (--) Using syscons driver with X support (version 16777218.0)
[   547.715] (--) using VT number 9

[   547.722] (--) NV: Found NVIDIA GeForce GT 220 at 15@00:00:0
[   547.727] (WW) Falling back to old probe method for vesa
[   547.728] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   547.728] (II) Loading sub module "int10"
[   547.728] (II) LoadModule: "int10"
[   547.728] (II) Loading /usr/local/lib/xorg/modules/libint10.so
[   547.737] (II) Module int10: vendor="X.Org Foundation"
[   547.737] 	compiled for 1.17.4, module version = 1.0.0
[   547.737] 	ABI class: X.Org Video Driver, version 19.0
[   547.737] (II) NV(0): Initializing int10
[   547.737] (II) NV(0): Bad V_BIOS checksum
[   547.737] (II) NV(0): Primary V_BIOS segment is: 0xc000
[   547.739] (EE) Segmentation fault at address 0x8008c2fef
[   547.740] (EE) 
Fatal server error:
[   547.740] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   547.740] (EE) 
[   547.740] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   547.740] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   547.740] (EE) 
[   547.755] (EE) Server terminated with error (1). Closing log file.

Hozzászólások

/boot/loader.conf eleve ures volt.
/etc/rc.conf-ba betettem:

### Nvidia Boot Settings ###
kld_list="nvidia"
nvidia_name="nvidia"

Az eredmeny ugyanaz

[    42.805] (--) NV: Found NVIDIA GeForce GT 220 at 15@00:00:0
[    42.812] (WW) Falling back to old probe method for vesa
[    42.812] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    42.812] (II) Loading sub module "int10"
[    42.812] (II) LoadModule: "int10"
[    42.812] (II) Loading /usr/local/lib/xorg/modules/libint10.so
[    42.822] (II) Module int10: vendor="X.Org Foundation"
[    42.822]    compiled for 1.17.4, module version = 1.0.0
[    42.822]    ABI class: X.Org Video Driver, version 19.0
[    42.822] (II) NV(0): Initializing int10
[    42.822] (II) NV(0): Bad V_BIOS checksum
[    42.822] (II) NV(0): Primary V_BIOS segment is: 0xc000
[    42.824] (EE) Segmentation fault at address 0x8008c3fef
[    42.824] (EE) 
Fatal server error:
[    42.824] (EE) Caught signal 11 (Segmentation fault). Server aborting

Megoldas:
Create /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf:


Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
EndSection