KLV-Hyprland-CE-2.0

Moderator: Forum moderators

geo_c
Posts: 2504
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1800 times
Been thanked: 707 times

Re: KLV-Hyprland-CE

Post by geo_c »

rockedge wrote: Tue Jan 16, 2024 6:03 pm
Sofiya wrote: Tue Jan 16, 2024 5:49 pm

Announcement:
The pipewire-media-session session manager has been removed from Void.
All users must transition to wireplumber to avoid loss of functionality.
https://voidlinux.org/news/2023/05/audio-breakage.html

We already switched to wireplumber in both KLV-Airedale's and KLV-Spectr's and with Void kernels or the full real time kernels. Working now on combining JACK, ALSA, and pipewire for a professional grade audio studio setup possibility using the RT kernels. :ugeek:

See my most recent test with a positive outcome! viewtopic.php?p=108991#p108991

geo_c
Old School Hipster, and Such

User avatar
Keef
Posts: 250
Joined: Tue Dec 03, 2019 8:05 pm
Has thanked: 3 times
Been thanked: 67 times

Re: KLV-Hyprland-CE

Post by Keef »

From the Arch wiki:

Disable device
Using environment variable

The LIBINPUT_IGNORE_DEVICE environment variable can be used to prevent initialization of a specific device. [6] This is best set using a udev rule:

/etc/udev/rules.d/99-libinput-ignore.rules

ACTION=="add|change", device_delineation, ENV{LIBINPUT_IGNORE_DEVICE}="1"

where device_delineation delineates a specific device using udev syntax. For example, for a whole USB device you would like libinput to ignore, you could use SUBSYSTEMS=="usb", ATTRS{idVendor}=="vendor_id", ATTRS{idProduct}=="product_id" using the IDs from lsusb.

Once the file is created, udev will automatically pick up on the change (see Udev#Loading new rules); you just need to reconnect the device for the change to take place.

Got no idea how to do this, and my touchpad is not working so can't even try. Seems to be harder work than it ought to be.

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-Hyprland-CE

Post by Sofiya »

These are the last changes and I won’t change anything else. :thumbup: ;)
It was not an easy task, but I seem to have coped with it, of course I think it could be done more beautifully, but this is how I see it :)
Removed transparency from objects, if you need it you can always enable it in the configuration file.

notification:
Information on hot keys and function control can be called up by pressing MOD+H, although not everything is written there for hot keys.
I'll have to write it properly.
Program menu "MOD+D or MOD-SHIFT + D"
saving ( MOD -shift + P ) session ---- saving on exit also works
unlock password "spot"

Attachments
Screenshot_2024-01-17-01-57-18_17848.png
Screenshot_2024-01-17-01-57-18_17848.png (352.99 KiB) Viewed 1955 times
Last edited by Sofiya on Fri Jan 19, 2024 6:30 pm, edited 1 time in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

:thumbup: I definitely like this Hyprland

Attachments
Screenshot_2024-01-17-03-57-16_25940.png
Screenshot_2024-01-17-03-57-16_25940.png (421.74 KiB) Viewed 1939 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

I forgot to register and install something .this is for choosing a color something like a pipette .only for wayland .after selecting a color and left-clicking on the color, the name of the color will be reflected in the terminal.
in /home/spot/.config/hypr/configs/keybinds.conf line 72, or any free space

MOD-SHIFT + O

Code: Select all

# Сolor selection pipette
bind = $mainMod SHIFT, O, exec, $term --class hyprpicker --hold -e hyprpicker

Install : sudo xbps-install -Su hyprpicker

Attachments
Screenshot_2024-01-18-01-30-54_27525.png
Screenshot_2024-01-18-01-30-54_27525.png (216.34 KiB) Viewed 1874 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

write Fish in .bashrc a little differently.I'm tired of the pop-up message when closing the terminal

Code: Select all

if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]
then
	exec fish
fi
Attachments
Screenshot_2024-01-18-05-04-21_10477.png
Screenshot_2024-01-18-05-04-21_10477.png (53.84 KiB) Viewed 1837 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

KLV-Hyprland-CE-3.0 stable [/b

repackaged iso
With additions and improvements.

Attachments
KLbuild_Void_hyprland_swayBASE.sh.False.gz
Build script / Make executable
(3.19 KiB) Downloaded 53 times
Screenshot_2024-01-17-01-57-18_17848.png
Screenshot_2024-01-17-01-57-18_17848.png (191.52 KiB) Viewed 1811 times
Last edited by Sofiya on Thu Jan 25, 2024 2:53 pm, edited 12 times in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
rockedge
Site Admin
Posts: 5727
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1999 times
Been thanked: 2102 times
Contact:

Re: KLV-HyprlandCE-2.0

Post by rockedge »

@Sofiya Rats!!! KLV-HyprlandCE-3.0 will not boot to the desktop on my DELL PowerEdge R210 II server. It has a lousy Matox graphics card since it is a commercial grade rack server.

Error reads unable to connect to /run/seatd.sock because of permissions and same problem even if I create and change the permissions.
It will boot to a console.

Perhaps the QEMU problem which seems to be the same thing, is because of the low end Matox graphics on this machine. So I will need to test on either a Dell Optiplex 990 or Optiplex 980 to see if I can get to the desktop environment.

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

rockedge wrote: Thu Jan 18, 2024 3:13 pm

@Sofiya Rats!!! KLV-HyprlandCE-3.0 will not boot to the desktop on my DELL PowerEdge R210 II server. It has a lousy Matox graphics card since it is a commercial grade rack server.

Error reads unable to connect to /run/seatd.sock because of permissions and same problem even if I create and change the permissions.
It will boot to a console.

Perhaps the QEMU problem which seems to be the same thing, is because of the low end Matox graphics on this machine. So I will need to test on either a Dell Optiplex 990 or Optiplex 980 to see if I can get to the desktop environment.

Error reads unable to connect to [c]/run/seatd.sock because of permissions and same problem even if I create and change the permissions.
It will boot to a console.[/c]

I tried changing permissions when the system is already loaded and if you give permissions, this will be executed, but only until the next reboot, then Wayland checks everything again on a new boot :geek: smart infection :)
__
I think you can configure the launch of Hyprland not from Wayland but from Xorg as an initial launch :geek: Then the build plugin needs to be rewritten
notification:

!IMPORTANT: Do not run Hyprland with root permissions (not sudo)

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

rockedge wrote: Thu Jan 18, 2024 3:13 pm

@Sofiya Rats!!! KLV-HyprlandCE-3.0 will not boot to the desktop on my DELL PowerEdge R210 II server. It has a lousy Matox graphics card since it is a commercial grade rack server.

Error reads unable to connect to /run/seatd.sock because of permissions and same problem even if I create and change the permissions.
It will boot to a console.

Perhaps the QEMU problem which seems to be the same thing, is because of the low end Matox graphics on this machine. So I will need to test on either a Dell Optiplex 990 or Optiplex 980 to see if I can get to the desktop environment.

Сообщение об ошибке: не удается подключиться к /run/seatd.sock из-за разрешений и та же проблема, даже если я создам и изменю разрешения.
Он загрузится на консоль.

I read it a little wrong, don’t pay attention to it, it doesn’t matter /run/seatd.sock, I can turn it off if it bothers you, it has nothing to do with it ;)
repackaged iso viewtopic.php?p=109166#p109166

Attachments
Снимок экрана.png
Снимок экрана.png (113.98 KiB) Viewed 1683 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

Announcement: Amendments have been made to the build plugin

KLV-Hyprland-CE-3.0 - repackaged viewtopic.php?p=109166#p109166

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Clarity
Posts: 3298
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1357 times
Been thanked: 442 times

Re: KLV-HyprlandCE-2.0

Post by Clarity »

Hello @Sofiya

I found this video which endorses, per se, your Desktop decision found in your distro. Wayland and Hyprland

Enjoy

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

for fun :)

Attachments
screenshot-20240120-170625.png
screenshot-20240120-170625.png (34.79 KiB) Viewed 1448 times
Screenshot_20-янв_17-05-08_6465.png
Screenshot_20-янв_17-05-08_6465.png (488.15 KiB) Viewed 1448 times
Last edited by Sofiya on Mon Jan 22, 2024 8:06 pm, edited 3 times in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

:thumbup:

Attachments
screenshot-20240120-172155.png
screenshot-20240120-172155.png (55.44 KiB) Viewed 1441 times
screenshot-20240120-171948.png
screenshot-20240120-171948.png (56.92 KiB) Viewed 1443 times
screenshot-20240120-171452.png
screenshot-20240120-171452.png (58.74 KiB) Viewed 1446 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

:) Select style MOD-SHIFT + W Find this style

Attachments
Screenshot_20-янв_17-27-35_30012.png
Screenshot_20-янв_17-27-35_30012.png (506.79 KiB) Viewed 1429 times
Screenshot_20-янв_17-46-58_9594.png
Screenshot_20-янв_17-46-58_9594.png (209.82 KiB) Viewed 1429 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

:geek:

Attachments
Screenshot_20-янв_18-03-15_30299.png
Screenshot_20-янв_18-03-15_30299.png (144.23 KiB) Viewed 1422 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

I'm starting to like colored icons :thumbup: ;) Will be added to the build later

I'll leave both configurations "modules" and "modules.old" - Original

Attachments
Screenshot_20-янв_19-45-20_30600.png
Screenshot_20-янв_19-45-20_30600.png (153.46 KiB) Viewed 1394 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

Changes and additions have been made. The initial window after assembly will have icons :thumbup: :thumbup: :thumbup:
Well, if anyone doesn’t like the icons, the file with the original is also left under the name “modules.old” path /home/spot/.config/hypr/waybar/modules.old . The initial style also remained in the assembly . Select style MOD-SHIFT + W

Attachments
KLbuild_Void_hyprland_swayBASE.sh.false.gz
(3.19 KiB) Downloaded 43 times
Screenshot_21-Jan_00-51-18_28966.png
Screenshot_21-Jan_00-51-18_28966.png (125.96 KiB) Viewed 1325 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Clarity
Posts: 3298
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1357 times
Been thanked: 442 times

Re: KLV-HyprlandCE-2.0

Post by Clarity »

My Mediafire downloaded KLV-Hyprland v3's md5 checksum is bb0ca985cdb165926da26ddb7bbd98ba
I was able to boot the "KLV-HyprlandCE-3.0.iso" file to desktop via SG2D.

Is it the most recent?

And, will there be a forth-coming "KLbuild_Void_hyprland_swayBASE.iso"?

Lastly, I will report on v3.0 QEMU tests soon.

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

Clarity wrote: Sun Jan 21, 2024 6:08 am

My Mediafire downloaded KLV-Hyprland v3's md5 checksum is bb0ca985cdb165926da26ddb7bbd98ba
I was able to boot the "KLV-HyprlandCE-3.0.iso" file to desktop via SG2D.

Is it the most recent?

And, will there be a forth-coming "KLbuild_Void_hyprland_swayBASE.iso"?

Lastly, I will report on v3.0 QEMU tests soon.

Is it the most recent?

SHA1
221354467da690d1f8f4d1a1e79a2b714f56c204 KLV-HyprlandCE-3.0.iso
MD5
6ae1dd6a3bc4589b1e27cc7afd4210ec KLV-HyprlandCE-3.0.iso

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

KLV-Hyprland-CE-3.1 stable

Attachments
KLbuild_Void_hyprland_swayBASE.sh.false.gz
(3.19 KiB) Downloaded 38 times
Screenshot_20-янв_19-45-20_30600.png
Screenshot_20-янв_19-45-20_30600.png (153.46 KiB) Viewed 1182 times
Last edited by Sofiya on Sun Jan 21, 2024 11:11 pm, edited 1 time in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

I just installed the new product, I’ll add it later :thumbup: The corners have been rounded correctly, I will add icons and wofi style ;)

Attachments
Screenshot_21-Jan_19-45-16_17073.png
Screenshot_21-Jan_19-45-16_17073.png (169.15 KiB) Viewed 1157 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

KLV-Hyprland-CE-3.2 stable

Attachments
KLbuild_Void_hyprland_swayBASE.sh.false.gz
(3.19 KiB) Downloaded 40 times
Screenshot_21-Jan_19-45-16_17073.png
Screenshot_21-Jan_19-45-16_17073.png (165.35 KiB) Viewed 1117 times
Last edited by Sofiya on Fri Feb 02, 2024 10:59 am, edited 1 time in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

:thumbup:
There is an error in the Pcmanfm config, damn it never comes out without errors . I'll repack the config now ;)

Attachments
Screenshot_22-Jan_02-50-20_20585.png
Screenshot_22-Jan_02-50-20_20585.png (267.68 KiB) Viewed 1103 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Clarity
Posts: 3298
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1357 times
Been thanked: 442 times

Re: KLV-HyprlandCE-2.0

Post by Clarity »

Downloaded v3.2 ISO. Fastest file download ever, from Google drive via Chrome v120.
Checksum md5sum 62080bd4a7577a547d3b38b541bbc1ea.

Thanks

Clarity
Posts: 3298
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1357 times
Been thanked: 442 times

Re: KLV-HyprlandCE-2.0

Post by Clarity »

Hi @Sofiya
I am repeatedly failing as I try to boot the ISO file in QEMU (see below) to test it.

Question
Here's my stanza...without "-vga" parm... what does your stanza look like, please?

Code: Select all

qemu-system-x86_64 -enable-kvm -m 2G -smp 2 -device AC97 -cdrom /root/Downloads/KLV-HyprlandCE-3.2.iso

Thanks in advance

Attachments
Hyprland failure via QEMU.jpg
Hyprland failure via QEMU.jpg (158.37 KiB) Viewed 1012 times
User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

Clarity wrote: Mon Jan 22, 2024 8:12 am

Hi @Sofiya
I am repeatedly failing as I try to boot the ISO file in QEMU (see below) to test it.

Question
Here's my stanza...without "-vga" parm... what does your stanza look like, please?

Code: Select all

qemu-system-x86_64 -enable-kvm -m 2G -smp 2 -device AC97 -cdrom /root/Downloads/KLV-HyprlandCE-3.2.iso

Thanks in advance

My line does not look like it, since it KLV-HyprlandCE is installed on my disk ;)

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Clarity
Posts: 3298
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1357 times
Been thanked: 442 times

Re: KLV-HyprlandCE-2.0

Post by Clarity »

Any clues on why QEMU can/will not boot the ISO file to desktop? Any clues of what is in the distro that hampers this?

Anyone else able to get to HyprlandCE desktop when booting the ISO file via QEMU?

I am guessing video, but could be wrong on that.

@Sofiya, you mentioned you are running hyprlandCE installed. Great! You are one of the first members running a Wayland desktop in production. I am looking forward to doing the same, in production.

I ask

  • With QEMU can you boot the ISO file to desktop or does it hang on your platform too?

This may point to a problem with using QEMU on non-wayland distros trying VMs with wayland ISO files (of course this is an UNEDUCATED guess on my part...but curious if this truly is a platform issue).

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

Clarity wrote: Mon Jan 22, 2024 11:35 pm

Any clues on why QEMU can/will not boot the ISO file to desktop? Any clues of what is in the distro that hampers this?

Anyone else able to get to HyprlandCE desktop when booting the ISO file via QEMU?

I am guessing video, but could be wrong on that.

@Sofiya, you mentioned you are running hyprlandCE installed. Great! You are one of the first members running a Wayland desktop in production. I am looking forward to doing the same, in production.

I ask

  • With QEMU can you boot the ISO file to desktop or does it hang on your platform too?

This may point to a problem with using QEMU on non-wayland distros trying VMs with wayland ISO files (of course this is an UNEDUCATED guess on my part...but curious if this truly is a platform issue).

Using QEMU I cannot run Hyprland, be it my image or any other one compiled by others. ,Be it Manjaro, Arch, etc.No 3D acceleration in QEMU.which is needed to run Hyprland . I can run this on my laptop since I have a gaming laptop with support for 3D acceleration

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1813
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1081 times

Re: KLV-HyprlandCE-2.0

Post by Sofiya »

VM?

In a VM, make sure you have 3D acceleration enabled in your virtio config (or virt-manager) otherwise Hyprland will not work.

You can also passthru a GPU to make it work.

Please bear in mind 3D accel in VMs may be pretty slow.

https://wiki.hyprland.org/Getting-Start ... torial/#vm

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Post Reply

Return to “KLV-HyprlandCE”