NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Native X (8.1/amd64) crashing with gvim-gtk3



On Mon 22 Jul 2019 at 21:11:23 +0200, Tobias Nygren wrote:
> On Mon, 22 Jul 2019 21:02:21 +0200
> Rhialto <rhialto%falu.nl@localhost> wrote:
> 
> > On Mon 22 Jul 2019 at 20:49:12 +0200, Tobias Nygren wrote:
> > > On Mon, 22 Jul 2019 20:38:14 +0200
> > > Rhialto <rhialto%falu.nl@localhost> wrote:
> > > 
> > > > at /usr/xsrc/external/mit/xf86-video-intel/dist/src/sna/gen4_vertex.c:854
> > > 
> > > Does 8.1 ship with modesetting support for intel? I had a similar crash
> > > some time back and the solution was to switch Xorg from
> > > xf86-video-intel to the modesetting driver.
> > 
> > If so, how do I switch? I'd like to try that.
> 
> mkdir -p /etc/X11/xorg.conf.d
> cat << EOF > /etc/X11/xorg.conf.d/10-modesetting.conf
> Section "device"
> #       Option "NoAccel" "true"
>         Identifier "Card0"
>         Driver "modesetting"
> EndSection
> EOF

Thanks. I tried it, and X tried it, but it didn't seem to work.

[  6320.041] (II) LoadModule: "modesetting"
[  6320.042] (II) Loading /usr/X11R7/lib/modules/drivers/modesetting_drv.so
[  6320.043] (II) Module modesetting: vendor="X.Org Foundation"
[  6320.043]    compiled for 1.18.4, module version = 1.18.4
[  6320.043]    Module class: X.Org Video Driver
[  6320.043]    ABI class: X.Org Video Driver, version 20.0
[  6320.043] (II) LoadModule: "mouse"
[  6320.044] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[  6320.044] (II) Module mouse: vendor="X.Org Foundation"
[  6320.044]    compiled for 1.18.4, module version = 1.9.2
[  6320.044]    Module class: X.Org XInput Driver
[  6320.044]    ABI class: X.Org XInput driver, version 22.1
[  6320.044] (II) LoadModule: "kbd"
[  6320.045] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[  6320.045] (II) Module kbd: vendor="X.Org Foundation"
[  6320.045]    compiled for 1.18.4, module version = 1.9.0
[  6320.046]    Module class: X.Org XInput Driver
[  6320.046]    ABI class: X.Org XInput driver, version 22.1
[  6320.046] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  6320.046] (--) Using wscons driver on /dev/ttyE4 in pcvt compatibility mode (version 3.32)
[  6320.046] (--) using VT number 5
[  6320.062] (**) modeset(0): claimed PCI slot 0@0:2:0
[  6320.062] (II) modeset(0): using default device
[  6320.062] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  6320.062] (II) UnloadModule: "modesetting"
[  6320.062] (EE) Screen(s) found, but none have a usable configuration.
[  6320.062] (EE) 
Fatal server error:
[  6320.063] (EE) no screens found(EE) 

I also reduced the rest of my xorg.conf file to nothing, but that made
no differnce.

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- "What good is a Ring of Power
\X/ rhialto/at/falu.nl      -- if you're unable...to Speak." - Agent Elrond

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index