X won't start
Warren Block
wblock at wonkity.com
Thu Dec 3 20:42:43 UTC 2015
On Thu, 3 Dec 2015, Bertram Scharpf wrote:
> First I tried to generate an xorg.conf file. This ended in
> an error message:
>
> # X -configure
> [...]
> (++) Using config file: "/root/xorg.conf.new"
> (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
> Number of created screens does not match number of detected devices.
> Configuration failed.
> (EE) Server terminated with error (2). Closing log file.
>
> The file "xorg.conf.new" was still written. It contains a
> section:
>
> Section "Device"
> Identifier "Card0"
> Driver "intel"
> BusID "PCI:0:2:0"
> EndSection
>
> I compare that with the output of this command:
>
> # pciconf -lv | grep -A 4 vga
> vgapci0 at pci0:0:2:0: class=0x030000 card=0x803a103c chip=0x16068086 rev=0x08 hdr=0x00
> vendor = 'Intel Corporation'
> device = 'Broadwell-U Integrated Graphics'
> class = display
> subclass = VGA
>
> Looks good, doesn't it? Besides that, Linux on the same
> machine uses the "intel" driver successfully.
Broadwell is not yet supported by the intel driver version in FreeBSD.
At present, vesa must be used.
More information about the freebsd-questions
mailing list