Page 3 of 3

Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 5:08 pm
by geo_c
Sofiya wrote: Fri Feb 23, 2024 1:45 pm

@Xyz
Don't pay attention to this, it's not a loading problem.

All KLVs flash this error. From all appearances it causes no issue.


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 5:18 pm
by Sofiya
Xyz wrote: Fri Feb 23, 2024 4:22 pm
Sofiya wrote: Fri Feb 23, 2024 3:30 pm
Xyz wrote: Fri Feb 23, 2024 2:47 pm

I didn't mean any harm, it's just that my English is poor

From everything I saw, I can conclude that this is either a hardware problem, or the lack of a video card driver (NVIDIA), or this kernel is not suitable for you
Considering that I still haven’t received an answer to the question which video card is yours

try typing in terminal

Code: Select all

sudo /sys/class/backlight/acpi_video0/brightness 10

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]

sudo /sys/class/backlight/acpi_video0/brightness 10 1 < 17:12:39
sudo: /sys/class/backlight/acpi_video0/brightness: command not found

try typing in terminal

Code: Select all

echo 10 > /sys/class/backlight/acpi_video0/brightness

what version did you install KLV-Hyprland-CE ??

It's strange that you have problems with brightness on AMD
I also have an AMD Radeon video card

and then I don’t understand why ( /sys/class/backlight/acpi_video0 ) and not ( /sys/class/backlight/radeon_bl0 )


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 5:43 pm
by Xyz

Version 4.1
It was built from a build script
It doesn't work for me in any version
ISO doesn't work either


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 5:52 pm
by Sofiya
Xyz wrote: Fri Feb 23, 2024 5:43 pm

Version 4.1
It was built from a build script
It doesn't work for me in any version
ISO doesn't work either

the brightness has changed or not ,???. I have to extract every word from you.


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 5:57 pm
by Xyz
Sofiya wrote: Fri Feb 23, 2024 5:18 pm
Xyz wrote: Fri Feb 23, 2024 4:22 pm
Sofiya wrote: Fri Feb 23, 2024 3:30 pm

From everything I saw, I can conclude that this is either a hardware problem, or the lack of a video card driver (NVIDIA), or this kernel is not suitable for you
Considering that I still haven’t received an answer to the question which video card is yours

try typing in terminal

Code: Select all

sudo /sys/class/backlight/acpi_video0/brightness 10

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]

sudo /sys/class/backlight/acpi_video0/brightness 10 1 < 17:12:39
sudo: /sys/class/backlight/acpi_video0/brightness: command not found

try typing in terminal

Code: Select all

sudo echo 10 > /sys/class/backlight/acpi_video0/brightness

what version did you install KLV-Hyprland-CE ??

It's strange that you have problems with brightness on AMD
I also have an AMD Radeon video card

and then I don’t understand why you ( /sys/class/backlight/acpi_video0 ) and not ( /sys/class/backlight/radeon_bl0 )

There is also an integrated card in the CPU. Could that be the problem?
Intel® HD Graphics 3000


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 6:04 pm
by Sofiya
Xyz wrote: Fri Feb 23, 2024 5:57 pm
Sofiya wrote: Fri Feb 23, 2024 5:18 pm
Xyz wrote: Fri Feb 23, 2024 4:22 pm

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]

sudo /sys/class/backlight/acpi_video0/brightness 10 1 < 17:12:39
sudo: /sys/class/backlight/acpi_video0/brightness: command not found

try typing in terminal

Code: Select all

sudo echo 10 > /sys/class/backlight/acpi_video0/brightness

what version did you install KLV-Hyprland-CE ??

It's strange that you have problems with brightness on AMD
I also have an AMD Radeon video card

and then I don’t understand why you ( /sys/class/backlight/acpi_video0 ) and not ( /sys/class/backlight/radeon_bl0 )

There is also an integrated card in the CPU. Could that be the problem?
Intel® HD Graphics 3000

yes this could be a problem.There are always problems with Intel cards


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 6:14 pm
by Sofiya

This is what I would recommend trying :
install:

Code: Select all

sudo xbps-install -Su xbacklight

and check through the terminal brightness it is regulated or not

1) Increase brightness

Code: Select all

xbacklight -inc 20

2) Decrease brightness

Code: Select all

xbacklight -dec 10

Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 6:17 pm
by Sofiya

Also try installing

Code: Select all

sudo xbps-install -Su acpi acpid

And check whether the brightness can be adjusted


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 6:36 pm
by Xyz
Sofiya wrote: Fri Feb 23, 2024 6:17 pm

And try another option to install

Code: Select all

sudo xbps-install -Su acpi acpid

And check whether the brightness can be adjusted

Brightness is unchanged


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 9:40 pm
by Sofiya
Xyz wrote: Fri Feb 23, 2024 6:36 pm
Sofiya wrote: Fri Feb 23, 2024 6:17 pm

And try another option to install

Code: Select all

sudo xbps-install -Su acpi acpid

And check whether the brightness can be adjusted

Brightness is unchanged

from the report (var_log_dmesg.log download/file.php?id=21895 ) it is clear that there is no ACPI support in the driver

Most likely the kernel or firmware does not suit you

Code: Select all

[    7.460645] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20220331/utaddress-204)
[    7.460654] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460658] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    7.460662] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460663] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    7.460667] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460669] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    7.460672] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460673] lpc_ich: Resource conflict(s) found affecting gpio_ich

Code: Select all

[    8.914021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.059288] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[    9.059294] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    9.059350] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[    9.059353] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    9.059356] cfg80211: failed to load regulatory.db
[    9.187701] usbcore: registered new interface driver cdc_ether

Try installing

Code: Select all

sudo xbps-install -Su linux-firmware-amd
sudo xbps-install -Su xf86-video-amdgpu
sudo xbps-install -Su wireless-regdb

Reboot with saving

or try with a different kernel viewtopic.php?t=10640
unzip the ISO and extract the contents to the desired folder


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 10:32 pm
by Sofiya

:welcome:


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 10:49 pm
by geo_c
Sofiya wrote: Fri Feb 23, 2024 10:32 pm

:welcome:

my CE-4.1 is date 2024/02/16. Is that the latest?


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Feb 23, 2024 10:58 pm
by Sofiya
geo_c wrote: Fri Feb 23, 2024 10:49 pm
Sofiya wrote: Fri Feb 23, 2024 10:32 pm

:welcome:

my CE-4.1 is date 2024/02/16. Is that the latest?

Revision date:20.02.2024
I can't get around to making the last changes


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Sat Feb 24, 2024 7:45 pm
by Xyz
Sofiya wrote: Fri Feb 23, 2024 9:40 pm
Xyz wrote: Fri Feb 23, 2024 6:36 pm
Sofiya wrote: Fri Feb 23, 2024 6:17 pm

And try another option to install

Code: Select all

sudo xbps-install -Su acpi acpid

And check whether the brightness can be adjusted

Brightness is unchanged

from the report (var_log_dmesg.log download/file.php?id=21895 ) it is clear that there is no ACPI support in the driver

Most likely the kernel or firmware does not suit you

Code: Select all

[    7.460645] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20220331/utaddress-204)
[    7.460654] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460658] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    7.460662] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460663] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    7.460667] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460669] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    7.460672] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    7.460673] lpc_ich: Resource conflict(s) found affecting gpio_ich

Code: Select all

[    8.914021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.059288] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[    9.059294] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    9.059350] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[    9.059353] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    9.059356] cfg80211: failed to load regulatory.db
[    9.187701] usbcore: registered new interface driver cdc_ether

Try installing

Code: Select all

sudo xbps-install -Su linux-firmware-amd
sudo xbps-install -Su xf86-video-amdgpu
sudo xbps-install -Su wireless-regdb

Reboot with saving

or try with a different kernel viewtopic.php?t=10640
unzip the ISO and extract the contents to the desired folder

Thank you very much for your help and this beautiful operating system. I found the solution for brightness control.
kernel parameter: acpi_backlight=native


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Mar 22, 2024 12:37 pm
by rockedge

@Sofiya,

I have a DELL INSPIRON 15 laptop, build year 2011 that once belonged to a high school science/biology teacher in New Haven,CT who gifted it to me when it stopped working and was about to be tossed into a dumpster for scrap electronics. I fixed it and now I use it to test out distro's we are producing. The machine runs all the Puppy's really well and really likes KLV-Airedale and KLV-Spectr .

Because I have only one machine that so far will boot KLV-Hyprland successfully all the way to a functioning desktop (a Optiplex 990), I decided to give the INSPIRON 15 a tryout.

Went with the very latest KLV-Hyprland.........ended up with a console and no GUI......so because this ISO was conveniently located I used the KLV-Hyprland-CE-4.1 stable version's ISO. And it works!

Booted and went into the Hyprland-Sway powered desktop on the first attempt. Seems to really run well so far......good responsiveness and fast operation. Sound is working.

With OctoXBPS performed a complete system update/upgrade successfully.

Lid closed the laptop goes into suspension and will wake up when lid opened and lock screen password for user spot is entered.

all the panel functions seem to be working. I will continue to use it throughout the day for a longer term test and a chance to use it "normally".


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Mar 22, 2024 6:36 pm
by rockedge

@Sofiya When KLV-Hyprland is in screen lock mode, how to change the keyboard/language?

Somehow the machine when waking up switched the lock screen into Russian. Now I can't login because the keyboard (?) is switched to Russian from US ?


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Mar 22, 2024 8:52 pm
by Xyz

I know this setting:
/home/spot/.config/hypr/hyprland.conf:

32 kb_layout= hu,us

v.0.35.0_1 works fine for me, but v.0.36.0_1 has the same problem as you


Re: KLV-Hyprland-CE-4.1 stable (v.Hyprland-0.35.0_1 )

Posted: Fri Mar 22, 2024 9:06 pm
by Sofiya
rockedge wrote: Fri Mar 22, 2024 6:36 pm

@Sofiya When KLV-Hyprland is in screen lock mode, how to change the keyboard/language?

Somehow the machine when waking up switched the lock screen into Russian. Now I can't login because the keyboard (?) is switched to Russian from US ?

MOD+SHIFT