<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lucid Not Working Linux...]]></title><description><![CDATA[<p dir="auto">Lucid mode is Not working on Linux</p>
<h2>$ neofetch --off</h2>
<p dir="auto">OS: Kubuntu 22.04.4 LTS x86_64<br />
Host: Z790 LiveMixer<br />
Kernel: 6.10.5-1-liquorix-amd64<br />
Uptime: 23 hours, 27 mins<br />
Packages: 3056 (dpkg), 7 (flatpak), 14 (snap)<br />
Shell: bash 5.1.16<br />
Resolution: 3440x1440<br />
DE: Plasma 5.24.7<br />
WM: KWin<br />
WM Theme: Andromeda<br />
Theme: [Plasma], Breeze [GTK2/3]<br />
Icons: breeze [Plasma], breeze [GTK2/3]<br />
Terminal: konsole<br />
CPU: 12th Gen Intel i3-12100 (4) @ 3.301GHz<br />
GPU: NVIDIA GeForce GTX 1050 Ti<br />
Memory: 8007MiB / 64166MiB</p>
<hr />
<p dir="auto">im using Hardware Acceleration on Opera,<br />
and NVIDIA propietary drivers 550</p>
<p dir="auto">VLC has the same problem...<br />
using OpenGL, X11, Xwindow Outputs...</p>
<p dir="auto">VDPAU is the Only output that works,<br />
but Opera does Not allow to select the Video Driver.</p>
]]></description><link>https://forums.opera.com/topic/74927/lucid-not-working-linux</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 01:34:47 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/74927.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Nov 2024 02:18:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lucid Not Working Linux... on Sat, 23 Nov 2024 15:15:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> <img src="/assets/uploads/files/1732374894395-screenshot_20241123_101353.jpg" alt="Screenshot_20241123_101353.jpg" class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/post/364793</link><guid isPermaLink="true">https://forums.opera.com/post/364793</guid><dc:creator><![CDATA[OperaUserNotAvailable]]></dc:creator><pubDate>Sat, 23 Nov 2024 15:15:02 GMT</pubDate></item><item><title><![CDATA[Reply to Lucid Not Working Linux... on Sat, 23 Nov 2024 14:45:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/884267">@OperaUserNotAvailable</a> What Opera version?</p>
]]></description><link>https://forums.opera.com/post/364787</link><guid isPermaLink="true">https://forums.opera.com/post/364787</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Sat, 23 Nov 2024 14:45:38 GMT</pubDate></item><item><title><![CDATA[Reply to Lucid Not Working Linux... on Fri, 22 Nov 2024 07:02:42 GMT]]></title><description><![CDATA[<p dir="auto">VLC has "Auto" Output module,<br />
because some video files do Not play with some Outputs, do Not decode properly,</p>
<p dir="auto">OpenGL has 3 different versions,<br />
but works with most video codecs....</p>
<p dir="auto">problem is that OpenGL Sharpness enhancement does Not work,<br />
maybe its a driver problem, or a software problem Not adjusting Sharpness code to different Output modules.</p>
<p dir="auto">i guess each output "X11, OpenGL, VDPAU, etc.." has a different API call to do Sharpness,<br />
but API call does Not change when a different Output is selected,<br />
api call is Not recognized by a different driver.</p>
<p dir="auto">VDPAU detects VLC sharpness api call, and works,<br />
but cannot play all video files, cannot play all codecs.</p>
<p dir="auto">same happens with Opera,<br />
Opera default Video Driver is Probably OpenGL, because OpenGL is cross platform, and plays almost all video files.<br />
but Lucid "Sharpness" api call is Not detected by OpenGL output decoder.</p>
<p dir="auto">Thats the only theory i have to explain, why VDPAU works, and Not others...</p>
<p dir="auto">but thats Not the whole story.....<br />
when using intel integrated graphics, decoding is done by CPU, Not GPU,<br />
and Sharpness works ok done by CPU, but eats a lot of CPU.</p>
<p dir="auto">when GPU is decoding, CPU is very low.<br />
Sharpness "Lucid" api call is different and does Not work with OpenGL / GPU.<br />
but Lucid works using CPU decoding "high CPU usage".</p>
<p dir="auto">Same as VLC.</p>
<p dir="auto">Firefox type browsers are done with Mercurial,<br />
Chromium type browsers are done with Electron...</p>
<p dir="auto">i dont know Opera what crossplatform mainframe is using for compiling.<br />
dont know if Opera is using libSDL2 libSDL3 ?</p>
<p dir="auto">all i know is that Opera has the same problem as VLC,<br />
Sharpness / Lucid does Not work with OpenGL output Video driver / GPU decoder.<br />
i guess the problem is an Api call mismatch caused by using a platform that allows cross-compiling same code to different OS.<br />
the Sharpness Api call is different:<br />
CPU output module / render / decoder<br />
vs. OpenGL, X11, and others, except VDPAU .<br />
VDPAU has same Api call as CPU decoder "compatible" but works with GPU. "low cpu usage".</p>
<p dir="auto">i dont have an AMD video card to test AMD driver.</p>
<hr />
<p dir="auto">$ sudo apt list * vdpau *<br />
[sudo] password:<br />
Listing... Done<br />
libvdpau-dev/jammy 1.4-3build2 amd64<br />
libvdpau-dev/jammy 1.4-3build2 i386<br />
libvdpau-doc/jammy,jammy 1.4-3build2 all<br />
libvdpau-va-gl1/jammy,now 0.4.2-1build2 amd64 [installed]<br />
libvdpau1/jammy,now 1.4-3build2 amd64 [installed,automatic]<br />
libvdpau1/jammy 1.4-3build2 i386<br />
mesa-vdpau-drivers/now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installed,local]<br />
mesa-vdpau-drivers/jammy 22.0.1-1ubuntu2 i386<br />
vdpau-driver-all/jammy,now 1.4-3build2 amd64 [installed,automatic]<br />
vdpau-driver-all/jammy 1.4-3build2 i386<br />
vdpauinfo/jammy,now 1.4-2 amd64 [installed]</p>
]]></description><link>https://forums.opera.com/post/364665</link><guid isPermaLink="true">https://forums.opera.com/post/364665</guid><dc:creator><![CDATA[OperaUserNotAvailable]]></dc:creator><pubDate>Fri, 22 Nov 2024 07:02:42 GMT</pubDate></item></channel></rss>