Current-Users archive

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

Re: i915 observations



On Sun, 18 Dec 2022, Mayuresh wrote:

I tried using Linux's xorg.conf on NetBSD as well as the other way round.

- Both work on the system they are taken from, but both don't work on the
 other system.
- Both use the driver intel, but still when they use the other's file they
 both give the same error Driver not found : intel.


Shouldn't happen. This `intel.conf' file works on both NetBSD and Ubuntu
19.04:

```
$ cat /etc/X11/xorg.conf.d/intel.conf
Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    Option      "AccelMethod"   "UXA"
EndSection
$
```

(Of course, on NetBSD, the X server hangs soon afterwards.)

In any case, do your tests after forcing `UXA' on Linux too.

Attaching both.


Attach the Xorg.0.log files from both too.

-RVP


Home | Main Index | Thread Index | Old Index