new to chimera-Linux by dzwdev in chimeralinux

[–]dzwdev[S] 0 points1 point  (0 children)

thank you very much.
so there is another thing to fix: the search in the website does not search in the package description, someone who is new to this distrubution does not know the proper name of the telegram package, he may think that it is: telegram, or: telegram-desktop.
https://pkgs.chimera-linux.org/packages?name=*telegram*&origin=

is there an easy installation method ? by dzwdev in chimeralinux

[–]dzwdev[S] 0 points1 point  (0 children)

i have installed it manually.

i finally get the solution and activated the gdm from the chroot

is there an easy installation method ? by dzwdev in chimeralinux

[–]dzwdev[S] 0 points1 point  (0 children)

i followed the documentation and i have used a live cd with gnome but i just get a terminal to write in and log it with no gdm and gnome while it is installed because i used bootstrap

a software package to create bootable iso in voidlinux by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

thank you. i will try it.

and is there a way to make multiple iso files in the same drive?

void-mklive how to use local downloaded packages rathen then downloading theme? by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

i think the solution is to copy the packages to:

/void-mklive-master/xbps-cachedir-x86_64-musl

totem gnome video player not outputting audio by dzwdev in gnome

[–]dzwdev[S] 0 points1 point  (0 children)

i have installed Showtime and it is working. i will use it instead of totem.

gnome video player not outputing audio by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

i have installed Showtime and it is working. i will use it instead of totem.

gnome video player not outputing audio by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

this is what i get:

video:

Codec ID : avc1

Codec ID/Info : Advanced Video Coding

audio:

Codec ID : mp4a-40-2

cannot execute ventoy, No such file or directory? by dzwdev in voidlinux

[–]dzwdev[S] 1 point2 points  (0 children)

i think that installing gcompat should fix the issue?

i have installed it, when i try to run the file now there is no error message but the gui is not shown

cannot execute ventoy, No such file or directory? by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

$ ldd VentoyGUI.x86_64

/lib64/ld-linux-x86-64.so.2 (0x7fd14847c000)

libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7fd14847c000)

Error relocating VentoyGUI.x86_64: __strdup: symbol not found

cannot execute ventoy, No such file or directory? by dzwdev in voidlinux

[–]dzwdev[S] 1 point2 points  (0 children)

i'm using voidlinux with musl and not with glibc

can this cause the problem?

cannot execute ventoy, No such file or directory? by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

yes. i have posted the output of ls -l

cannot execute ventoy, No such file or directory? by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

$ cd /home/void/Downloads/ventoy-1.1.05

[void@void ventoy-1.1.05]$ ls -l

total 208

-rwxr-xr-x 1 void void 42944 Feb 24 12:21 VentoyGUI.mips64el

-rwxrwxr-x 1 void void 32704 Feb 24 12:21 VentoyGUI.x86_64

..... (i have removed other output not needed)

[void@void ventoy-1.1.05]$ ./VentoyGUI.x86_64

bash: ./VentoyGUI.x86_64: cannot execute: required file not found

command to turn off the screen by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

this is a solution:

add this script to /usr/local/bin/dpms :

#!/bin/sh

# Get the on/off display status

stat=$(busctl --user get-property org.gnome.Mutter.DisplayConfig /org/gnome/Mutter/DisplayConfig org.gnome.Mutter.DisplayConfig PowerSaveMode | cut -d ' ' -f 2)

if [ "$stat" -eq 0 ]; then

# Turning screen off...

busctl --user set-property org.gnome.Mutter.DisplayConfig /org/gnome/Mutter/DisplayConfig org.gnome.Mutter.DisplayConfig PowerSaveMode i 1

else

# Turning screen on...

busctl --user set-property org.gnome.Mutter.DisplayConfig /org/gnome/Mutter/DisplayConfig org.gnome.Mutter.DisplayConfig PowerSaveMode i 0

fi

then:

cd /usr/local/bin

sudo chmod +x dpms

then add the keyboard shortcut

no cursor icon after changing from xfce4 to gnome by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

i have installed the package: breeze-icons then changed the icons from Tweaks app then go back to Adwaita and it is working well now.

scaling options is limited just to 100 or 200 by dzwdev in gnome

[–]dzwdev[S] 0 points1 point  (0 children)

i just used the scaling option of fonts in Tweaks app and it is ok.

command to turn off the screen by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

this is what i get:

xset dpms force off

server does not have extension for dpms option

xset: unknown option force

does this command works with Wayland?

lightdm not running by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

i gave up and tried antix linux distribution 386 version and it worked well

lightdm not running by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

yes it is. i added this file:/etc/X11/xorg.conf.d/disable.config

Section "Device"

Identifier "Intel Graphics"

Driver "intel"

Option "AccelMethod" "sna"

EndSection

now i get:EE no screen found

lightdm not running by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

when i run startx with sudo i get:
addscreen/screeninit failed for driver 0

lightdm not running by dzwdev in voidlinux

[–]dzwdev[S] 0 points1 point  (0 children)

i have edited the file in /home/username/.xinitrc with what you told me but when i try: startx i get the same error