Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 20:05:18 +0100 (BST)
From:      - - <matthew@karlsen.me.uk>
To:        Theron <theron.tarigo@gmail.com>, Kevin Oberman <rkoberman@gmail.com>
Cc:        x11-list freebsd <freebsd-x11@freebsd.org>
Subject:   Re: Xorg not starting: no screens found (intel driver + i3-4130T)
Message-ID:  <1359364288.213877.1490641518949@email.1and1.co.uk>
In-Reply-To: <CAN6yY1uDcsYf_93%2ByF9g4__NOBD=be=Wh=Z-CZ1n%2BSiFfTb2ug@mail.gmail.com>
References:  <204147601.175937.1490455876595@email.1and1.co.uk> <CAG6CVpXkF3BsdQOTSjGcuUiCfSJx-Nmp3FcKw-_hR7HU=VCR8w@mail.gmail.com> <666774101.180230.1490527693375@email.1and1.co.uk> <76aaad1c-f8e2-9e00-dc69-45394988889f@gmail.com> <CAN6yY1uDcsYf_93%2ByF9g4__NOBD=be=Wh=Z-CZ1n%2BSiFfTb2ug@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thank you for the continued assistance.

I have now altered my /etc/rc.conf to have `kld_list="i915kms"` (I removed the .ko)

Running `kldstat` lists the following:

Id Refs Address Size Name
1 29 0xffffffff80200000 1fa8888 kernel
2 1 0xffffffff82221000 978bd i915kms.ko
3 1 0xffffffff822b9000 55180 drm2.ko
4 4 0xffffffff8230f000 26e8 iicbus.ko
5 1 0xffffffff82312000 1c75 iic.ko
6 1 0xffffffff82314000 1e70 iicbb.ko
7 1 0xffffffff82316000 2a05 uhid.ko
8 1 0xffffffff82319000 3710 ums.ko
9 1 0xffffffff8231d000 155b2 ext2fs.ko

After starting Xorg I unfortunately see the falling back to software rendering message and when I run `glxinfo | grep Device` I get: Device: llvmpipe (LLVM 3.7, 256 bits) (0xffffffff)

Is there anything else I can try, or any further details I can provide?

Thank you & regards,
Matthew




> On 26 March 2017 at 19:41 Kevin Oberman <rkoberman@gmail.com> wrote:
> 
> 
> On Sun, Mar 26, 2017 at 10:52 AM, Theron <theron.tarigo@gmail.com> wrote:
> 
> > On 03/26/17 07:28, - - wrote:
> >
> >> Hello Conrad & All,
> >>
> >> Thank you for the quick response.
> >>
> >> Running `sysctl kern.vty` suggested that vt was being used. However,
> >> clearly something was not right bases on the log section that you
> >> highlighted, so I added `kern.vty=vt` to `/boot/loader.conf` and that has
> >> partially resolved the problem!
> >>
> >> I also added `kld_list="i915kms.ko"` to `/etc/rc.conf` and removed my
> >> xorg.conf file...
> >>
> >> I am now getting `AIGLX: Screen 0 is not DRI2 capable`. (Please see
> >> Xorg.0.log below...)
> >>
> >> `glx info | grep Device` indicates that llvmpipe is being used
> >>
> >> in contrast (on my Lubuntu partition, that I am using as a stop-gap
> >> measure) I get:
> >>
> >> `glx info | grep Device` outputs `MESA DRI Intel (R) Haswell (0x41e)`
> >>
> >> If I specify to the intel driver, I get the no screens message that I
> >> mentioned previously. (I have tried with both the intel driver config
> >> snippet below and without it.)
> >>
> >> Section "Device"
> >>      Identifier "Card0"
> >>      Driver "intel"
> >> EndSection
> >>
> >> I have spent some time RTM and searching through the forums, but have
> >> been unable to solve the follow-up problem as of yet.
> >>
> >> Some of the forum posts seemed to suggest it was something to do with
> >> device permissions but my regular user is added to the video and wheel
> >> groups.
> >>
> >> Another thing I tried was restricting the resolution to 1920x1080 and
> >> below because I read that resolutions greater than this could be
> >> problematic.
> >>
> >> I have tried connecting to my monitor with various cables, just in case
> >> that was an issue...
> >>
> >> Could anyone help with this stage of the troubleshooting process?
> >>
> >> Thank you & regards,
> >> Matthew
> >>
> > Is `kld_list="i915kms.ko"` correct?  I have simply [...]" i915kms" (no
> > extension).
> > Make sure i915kms is indeed loaded:
> > `kldstat` | grep i915`
> > If this is indeed the problem and you do not want to reboot just to apply
> > the change in rc.conf, load the module manually:
> > `kldload i915kms`
> >
> > "No devices detected" indicates that Xorg cannot communicate with the
> > module responsible for the GPU hardware.  It has nothing to do with regular
> > user permissions or monitor connectivity.  Xorg on a headless system with a
> > working GPU but no display outputs would be expected to give a "no screens"
> > error but shouldn't have any problem finding the (GPU) device.
> >
> > Theron
> >
> 
> And, while this is almost certainly not the primary issue, be sure that
> only the KMS driver is loaded. You should not have i915.ko loaded. I think
> this has been fixed, but it has been an issue with the latest version
> update.
> --
> Kevin Oberman, Part time kid herder and retired Network Engineer
> E-mail: rkoberman@gmail.com
> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1359364288.213877.1490641518949>