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 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
Home |
Main Index |
Thread Index |
Old Index