Installing XLibre DDX drivers #310
Replies: 3 comments 13 replies
-
Thank you for creating this thread. So far the above steps look good to me. What does the |
Beta Was this translation helpful? Give feedback.
-
@callmetango there were lot of things in that log, some were out of my knowledge. |
Beta Was this translation helpful? Give feedback.
-
I should have read this before trying to do anything. I recompiled all the drivers afterwards doing this, and the xserver worked as intented! I will report back if i notice any issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There is currently no available documentation on how to build and install XLibre DDX Drivers.
I without caution attempted to build and install those xlibre ddx drivers necessary for my system, therefore making the xlibre xserver somewhat unusable where input of any kind [mouse, keyboard etc] does not do anything.
Here are the steps i attempted:
for meson builds, the base setup command for the xserver and the drivers that support it [video-intel, input-libinput etc.]
$ meson setup --prefix=/opt/xlibre build
for non-meson builds done with make [input-evdev, video-dummy etc.]
$ ./autogen.sh
$ ./configure --prefix=/opt/xlibre
$ doas make install
Beta Was this translation helpful? Give feedback.
All reactions