NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: X on 10.0 RC1 is unusable on my laptop
On Mon, Nov 13, 2023 at 09:53:09PM +0100, Rhialto wrote:
> My old laptop (Compaq Pressario CQ71)), which always had a working X,
> doesn't like the X in 10.0 RC1 at all.
> Nov 13 21:39:39 vargaz /netbsd: [   1.0049443] i915drmkms0 at pci0 dev 2 function 0: Intel 82GM45 Integrated Graphics Device (rev. 0x07)
You could try adding something like
Section "Device"
        Identifier  "Card0"
        BusID       "PCI:0:2:0"
        Driver      "intel"
        Option      "NoAccel"
EndSection
to /etc/X11/xorg.conf
If that helps, then try swapping the NoAccel line with
        Option      "AccelMethod" "UXA"
(I think the default was changed from UXA to SNA in 2013...)
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index