Hans de Goede
Hans de Goede
Hi All, Not sure of this is the best place to discuss this, but this seems to be the place where most discussion is. Quick self intro: I'm a Linux...
Hi Again, I've also taken a quick peek at: https://github.com/Dax89/chuwi-dev/wiki/Chuwi-Vi10-Ultimate , the table there is not entirely accurate anymore: - Accelerometer, I believe this is supported by the existing iio...
Ok, I've the accelerometer working now, patch here: https://fedorapeople.org/~jwrdegoede/0001-iio-accel-bmc150-Add-support-for-BOSC0200-ACPI-devic.patch
Fedora 33 defaults to wayland; and I guess the nextcloud client runs as a native Wayland client when run under Wayland. In this case TopIcons cannot work because it supports...
I've tried to reproduce this with Fedora 34 beta / GNOME40 together, using the latest v27 + pull-req #156 to fix GNOME40 compatibility (#155) and I cannot reproduce this.
The: "/usr/lib64/libGL.so.1: undefined symbol: _glapi_tls_Current" error is weird, what does: rpm -qf /usr/lib64/libGL.so.1 say ? And does: ldd -r /usr/lib64/libGL.so.1 give the same error ? On my system with libglvnd-0.2.999-7.gitdc16f8c.fc25...
Hi, On 02-02-17 15:47, gsgatlin wrote: > Hi. Here is the output from those commands. > > [gsgatlin@y470c ~]$ rpm -qf /usr/lib64/libGL.so.1 > libglvnd-glx-0.2.999-7.gitdc16f8c.fc25.x86_64 > [gsgatlin@y470c ~]$ ldd -r /usr/lib64/libGL.so.1...
Hi, On 02-02-17 16:15, gsgatlin wrote: > Hello. Here is what the "primusrun" script looks like. > > https://paste.fedoraproject.org/543062/14860483/ > > There is some manipulation of LD_LIBRARY_PATH Can you try...
Hi, On 02-02-17 16:15, gsgatlin wrote: > Hello. Here is what the "primusrun" script looks like. > > https://paste.fedoraproject.org/543062/14860483/ > > There is some manipulation of LD_LIBRARY_PATH Or maybe uncomment...
Hi, On 02-02-17 16:23, gsgatlin wrote: > Hello, > > could this be what you needed for overview? > > https://github.com/amonakov/primus/blob/master/technotes.md Ugh, from that doc: * simplicity/minimalism: * only GLX...