1.17.4 worked, 1.18.4 flunks

Jan Beich jbeich at FreeBSD.org
Fri Apr 21 21:19:28 UTC 2017


Claudio Eichenberger <cei at yourshop.com> writes:

> -(==) Using config file: "/etc/X11/xorg.conf"
> +(++) Using config file: "/root/xorg.conf.new"

Don't use Xorg -configure. Try xorg.conf(5) that contains *only* the following:

  Section "Device"
  	Identifier  "integrated_card"
  	Driver      "intel"
  	BusID       "pci:0:2:0"
  EndSection

> (--) PCI:*(0:0:2:0) 8086:2a42:1025:0143 rev 7, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8, BIOS @ 0x????????/65536
> (--) PCI: (0:0:2:1) 8086:2a43:1025:0143 rev 7, Mem @ 0xf0400000/1048576
> List of video drivers:
> 	ati
> 	mach64
> 	nv
> 	openchrome
> 	r128
> 	radeon
> 	scfb
> 	modesetting
> 	vesa
> 	intel
> (II) LoadModule: "ati"

Xserver tries to guess the correct driver but one of them crashes, aborting the loop.

> (**) modeset(0): claimed PCI slot 0 at 0:2:0
> (II) modeset(0): using default device
> (EE) 
> (EE) Backtrace:
> (EE) 0: /usr/local/bin/X (OsInit+0x38a) [0x5abfba]
> (EE) 1: /lib/libthr.so.3 (_pthread_sigmask+0x50d) [0x8025cdbbd]
> (EE) 2: /lib/libthr.so.3 (_pthread_getspecific+0xe9f) [0x8025cdacf]
> (EE) 3: ? (?+0xe9f) [0x7ffffffffea2]
> (EE) 4: ? (?+0xe9f) [0xe9f]
> (EE) 5: /usr/local/bin/X (InitOutput+0x11ea) [0x47faca]
> (EE) 6: /usr/local/bin/X (remove_fs_handlers+0x38b) [0x43b48b]
> (EE) 7: /usr/local/bin/X (_start+0x17f) [0x42506f]
> (EE) 8: ? (?+0x17f) [0x80083217f]

Xserver 1.19.* has some fixes for "modesetting" DDX. Not sure if it'd
help Gen4 hardware, so better stick to "intel" DDX that worked before.


More information about the freebsd-x11 mailing list