Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: [1] 2 3 ... 10
1
Software - Support / Re: LXqt login screen does not show text
« Last post by hendrikL on Today at 19:33:36 »
First, apt install ./localPackage.deb

apt search qt opengl | grep installed
Code: [Select]
libqt5opengl5t64/unstable,unstable,now 5.15.10+dfsg-7.2+b1 amd64 [installed,automatic]
libqt6opengl6t64/unstable,unstable,now 6.4.2+dfsg-21.1+b1 amd64 [installed,automatic]
qml-module-qtgraphicaleffects/unstable,unstable,now 5.15.10-2+b2 amd64 [installed,automatic]
2
Software - Support / Re: LXqt login screen does not show text
« Last post by GoinEasy9 on Today at 19:05:39 »
Hi HenrickL

I downloaded your "BLACK" sddm theme, but it wouldn't install.

Code: [Select]
root@EEEpc:/home/goineasy9/Downloads# dir
drivetemp.txt                        sddm-theme-black-qt6_1.0-3_all.deb
Forecastfox.2020.03.29.00.19.05.txt  Untitledinxi.txt
root@EEEpc:/home/goineasy9/Downloads# apt install sddm-theme-black-qt6_1.0-3_all.deb
Error: Unable to locate package sddm-theme-black-qt6_1.0-3_all.deb
root@EEEpc:/home/goineasy9/Downloads# apt install /home/goineasy9/Downloads/sddm-theme-black-qt6_1.0-3_all.deb
Reading package lists... Error!
Error: Invalid archive signature
Error: Internal error, could not locate member control.tar{.zst,.lz4,.gz,.xz,.bz2,.lzma,}
Error: Could not read meta data from /home/goineasy9/Downloads/sddm-theme-black-qt6_1.0-3_all.deb
Error: The package lists or status file could not be parsed or opened

Doesn't matter though, I tried the sddm-greeter test-mode with the other themes, still no characters.

Following is the first few pages on tty3 when I executed sddm-greeter and also the last few pages after I did the killall. These messages may mean something to you, but, they're meaning is over my head.

Code: [Select]
[goineasy9@EEEpc:~$ sddm-greeter --test-mode --theme /usr/share/sddm/themes/patience 

TOP FEW PAGES

High-DPI autoscaling Enabled
Reading from "/usr/local/share/xsessions/lxqt.desktop"
Reading from "/usr/share/xsessions/lxqt.desktop"
Loading theme configuration from "/usr/share/sddm/themes/patience/theme.conf"
Socket error:  "QLocalSocket::connectToServer: Invalid name"
Loading file:///usr/share/sddm/themes/patience/Main.qml...
file:///usr/share/sddm/themes/patience/Main.qml:46:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Adding view for "LVDS1" QRect(0,0 1024x600)
QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)

shader compilation failed:
"error: Exceeded max nr indirect texture lookups (5/4)\n"
QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)

QOpenGLShaderProgram::uniformLocation(matrix): shader program is not linked
QOpenGLShaderProgram::uniformLocation(textureScale): shader program is not linked
QOpenGLShaderProgram::uniformLocation(color): shader program is not linked
QOpenGLShaderProgram::uniformLocation(alphaMin): shader program is not linked
QOpenGLShaderProgram::uniformLocation(alphaMax): shader program is not linked
QOpenGLShaderProgram::uniformLocation(fontScale): shader program is not linked
QOpenGLShaderProgram::uniformLocation(vecDelta): shader program is not linked
QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)

shader compilation failed:
"error: Exceeded max nr indirect texture lookups (5/4)\n"
QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)

QOpenGLShaderProgram::uniformLocation(matrix): shader program is not linked
QOpenGLShaderProgram::uniformLocation(textureScale): shader program is not linked
QOpenGLShaderProgram::uniformLocation(color): shader program is not linked
QOpenGLShaderProgram::uniformLocation(alphaMin): shader program is not linked
QOpenGLShaderProgram::uniformLocation(alphaMax): shader program is not linked
QOpenGLShaderProgram::uniformLocation(fontScale): shader program is not linked
QOpenGLShaderProgram::uniformLocation(vecDelta): shader program is not linked
QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)

shader compilation failed:
"error: Exceeded max nr indirect texture lookups (5/4)\n"
QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)

...............................

bash: syntax error near unexpected token `matrix'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(textureScale): shader program is not linked
bash: syntax error near unexpected token `textureScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(color): shader program is not linked
bash: syntax error near unexpected token `color'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMin): shader program is not linked
bash: syntax error near unexpected token `alphaMin'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMax): shader program is not linked
bash: syntax error near unexpected token `alphaMax'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(fontScale): shader program is not linked
bash: syntax error near unexpected token `fontScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(vecDelta): shader program is not linked
bash: syntax error near unexpected token `vecDelta'
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ shader compilation failed:
shader: command not found
goineasy9@EEEpc:~$ "error: Exceeded max nr indirect texture lookups (5/4)\n"
bash: error: Exceeded max nr indirect texture lookups (5/4)\n: No such file or directory
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(matrix): shader program is not linked
bash: syntax error near unexpected token `matrix'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(textureScale): shader program is not linked
bash: syntax error near unexpected token `textureScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(color): shader program is not linked
bash: syntax error near unexpected token `color'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMin): shader program is not linked
bash: syntax error near unexpected token `alphaMin'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMax): shader program is not linked
bash: syntax error near unexpected token `alphaMax'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(fontScale): shader program is not linked
bash: syntax error near unexpected token `fontScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(vecDelta): shader program is not linked
bash: syntax error near unexpected token `vecDelta'
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ shader compilation failed:
shader: command not found
goineasy9@EEEpc:~$ "error: Exceeded max nr indirect texture lookups (5/4)\n"
bash: error: Exceeded max nr indirect texture lookups (5/4)\n: No such file or directory
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(matrix): shader program is not linked
bash: syntax error near unexpected token `matrix'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(textureScale): shader program is not linked
bash: syntax error near unexpected token `textureScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(color): shader program is not linked
bash: syntax error near unexpected token `color'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMin): shader program is not linked
bash: syntax error near unexpected token `alphaMin'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMax): shader program is not linked
bash: syntax error near unexpected token `alphaMax'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(fontScale): shader program is not linked
bash: syntax error near unexpected token `fontScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(vecDelta): shader program is not linked
bash: syntax error near unexpected token `vecDelta'
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ shader compilation failed:
shader: command not found
goineasy9@EEEpc:~$ "error: Exceeded max nr indirect texture lookups (5/4)\n"
bash: error: Exceeded max nr indirect texture lookups (5/4)\n: No such file or directory
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(matrix): shader program is not linked
bash: syntax error near unexpected token `matrix'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(textureScale): shader program is not linked
bash: syntax error near unexpected token `textureScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(color): shader program is not linked
bash: syntax error near unexpected token `color'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMin): shader program is not linked
bash: syntax error near unexpected token `alphaMin'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(alphaMax): shader program is not linked
bash: syntax error near unexpected token `alphaMax'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(fontScale): shader program is not linked
bash: syntax error near unexpected token `fontScale'
goineasy9@EEEpc:~$ QOpenGLShaderProgram::uniformLocation(vecDelta): shader program is not linked
bash: syntax error near unexpected token `vecDelta'
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$
goineasy9@EEEpc:~$ shader compilation failed:
shader: command not found
goineasy9@EEEpc:~$ "error: Exceeded max nr indirect texture lookups (5/4)\n"
bash: error: Exceeded max nr indirect texture lookups (5/4)\n: No such file or directory
goineasy9@EEEpc:~$ QOpenGLShader::link: error: Exceeded max nr indirect texture lookups (5/4)
bash: syntax error near unexpected token `('
goineasy9@EEEpc:~$/code]

So, there is screen flickering when I move the mouse over the username and password boxes, pointing towards graphics or mesa.

I'm going back to the apt log and see if I deleted something I shouldn't have during clean up.

Thanks for your suggestions.
Tom


3
@hendrikL

Na klar doch. Hatte nur auf den entsprechenden Seiten keine neuere gefunden. 😉

MfG Detlef
4
Quote from: scholle1

ISOs, die nach 2024-04-29 erstellt wurden, sind nicht betroffen.


Hmmm, und wo findet man iso's die nach 2024-04-29 erstellt wurden? 🤔

MfG

Geduld!
5
[quote author=scholle1

ISOs, die nach 2024-04-29 erstellt wurden, sind nicht betroffen.


Hmmm, und wo findet man iso's die nach 2024-04-29 erstellt wurden? 🤔

MfG
6
Installation - Support / Re: No Installation on Dell XPS 13 9343 possible
« Last post by Lanzi on Yesterday at 18:21:43 »
Thanks for the answer. I read about the Intel RST in your link, and searched the bios. It seems, the computer does not have a similar setting, so therefore nothing to deactivate...

7
DEUTSCH   |  ENGLISH, see below

Betrifft die ISOs von https://testbuilds.siduction.org/ mit dem Datum 2024-03-29
und die Flavors kde, lxqt, nox, xfce und xorg.

ISOs, die nach 2024-04-29 erstellt wurden, sind nicht betroffen.

Die Meldung
"Die Konfiguration von 'Root' ist nicht vorhanden"
erscheint, wenn ein snapper Kommando im Terminal abgesetzt wird.

Abhilfe:
Als root im Terminal folgende Befehle ausführen. Bitte die Reihenfolge beachten.

Code: [Select]
rmdir @@ROOT@@.snapshots
cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root
sed -i 's|SNAPPER_CONFIGS=""|SNAPPER_CONFIGS="root"|' /etc/default/snapper
snapper -c root set-config TIMELINE_CREATE=no
snapper -c root set-config ALLOW_GROUPS=users
snapper -c root set-config SYNC_ACL=yes
snapper -c home create-config -f btrfs /home
snapper -c home set-config TIMELINE_CREATE=no
snapper -c home set-config ALLOW_GROUPS=users
snapper -c home set-config SYNC_ACL=yes

--------------------------------------------------------------------
ENGLISH

Concerns the ISOs from https://testbuilds.siduction.org/ with the date 2024-03-29
and the flavors kde, lxqt, nox, xfce, and xorg.

ISOs created after 2024-04-29 are not affected.

The message
"The config 'root' does not exist"
appears when a snapper command is executed in the terminal.

Workaround:
Run the following commands as root in the terminal. Please note the order.

Code: [Select]
rmdir @@ROOT@@.snapshots
cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root
sed -i 's|SNAPPER_CONFIGS=""|SNAPPER_CONFIGS="root"|' /etc/default/snapper
snapper -c root set-config TIMELINE_CREATE=no
snapper -c root set-config ALLOW_GROUPS=users
snapper -c root set-config SYNC_ACL=yes
snapper -c home create-config -f btrfs /home
snapper -c home set-config TIMELINE_CREATE=no
snapper -c home set-config ALLOW_GROUPS=users
snapper -c home set-config SYNC_ACL=yes

8
Siduction News / Re: Augsburger Linux-Infotage 2024
« Last post by harley-peter on Yesterday at 14:53:08 »
War wieder eine runde Sache mit vielen Interessenten. Hat Spaß gemacht!

9
Hello Lanzi
Maybe your problem relies on “Intel RST” enabled in your UEFI. With a Lenovo Laptop I had this problem not finding partitions / devices when booting grub. Disabling this feature did the trick for me.
https://discourse.ubuntu.com/t/ubuntu-installation-on-computers-with-intel-r-rst-enabled/15347
10
Software - Support / Re: LXqt login screen does not show text
« Last post by hendrikL on Yesterday at 09:22:51 »
I think some dependencies are missing or similar.

I have a test-build for sddm, qt6 ready, but it also works on qt5.
If you want to give it a chance, then test it.
It is really black, pure understatement!

https://github.com/hhl/sddm-theme-hhl/blob/feb486ff97124ae021c53db17d3c6645a16ccf87/Download/debian-unstable/sddm-theme-black-qt6/sddm-theme-black-qt6_1.0-3_all.deb

You can check it here https://github.com/hhl/sddm-theme-hhl/tree/master/Download/debian-unstable/sddm-theme-black-qt6

To test a theme, you can invoke the following command, in this case patience.
Code: [Select]
~$ sddm-greeter --test-mode --theme /usr/share/sddm/themes/patience
After executing that command, it opens sddm in full-screen.
Maybe you have to change to a getty, like tty3, to kill that sddm-greeter process with killall <foo>, and then take a look at the terminal, perhaps you find an error which is related to the disappearing of the letters.

A new installation isn't an option!
Pages: [1] 2 3 ... 10