Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 26 matches

Go to advanced search

Advanced search
Search found 26 matches
  • 1
  • 2
  • Next
by shadowfly
Tue May 13, 2025 10:21 am
Forum: Desktop Environments
Topic: [SOLVED] Thunderbird - Mouse position is offset
Replies: 7
Views: 20176

I hadn't used Thunderbird on X11 since my last post (i managed to switch to Wayland almost completely), but somehow it's fixed for me now.

Maybe i switched the application style a few months back and forth, or there was an update, or something, idk.

But it should work now.
  • Jump to post
by shadowfly
Fri Oct 25, 2024 7:56 pm
Forum: Gamers & Players
Topic: [SOLVED]Baldur's Gate 3 crashes with kernel 6.6.30
Replies: 4
Views: 34062

In case it's not too late:

I did my playtrough between 2024-04 and 2024-08, and did not have problems when loading a save game. Maybe you are using Nvidia, and there is something wrong in the kernel with Nvidia.
I just tested to load a save in BG3, and it works (I also opened the inventory a few ...
  • Jump to post
by shadowfly
Thu Oct 24, 2024 6:15 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

It does make sense to combine LTO and debugging symbols if you wish to have them.

Is this the use-case you are thinking about?


Bug that only shows up with LTO:
User has LTO enabled and encounters a bug.
User reproduces bug with LTO enabled.
User disables LTO and enables "-Og -ggdb" for ...
  • Jump to post
by shadowfly
Tue Oct 22, 2024 11:08 am
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

Conclusion (for the search engines) (EDITED)

Problem
High memory/RAM usage (50GB+) when compiling with "-flto" and "-Og -ggdb".

Problem sources
LTO requires more memory than without LTO.
Debug symbols require more memory than no debug symbols.
LTO is still experimental.


Solution ...
  • Jump to post
by shadowfly
Tue Oct 22, 2024 11:06 am
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

Do you understand the difference between introduces and uncovers? I understand English may not be your native language, but those are two different words.
Yes, but my brain told me: The bugs are not introduced by LTO, so it's a real bug. And finding bugs improves the code (if i report them ...
  • Jump to post
by shadowfly
Mon Oct 21, 2024 8:37 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

Now, as i had a bit of time, i did the following things:

Compile openjdk-17.0.13 without debug and with LTO : ~5GB RAM usage
Compile openjdk-17.0.13 with debug and with LTO : The RAM usage starts out like without debug, where it jumps up and down dynamically, then at some point, it just goes up in ...
  • Jump to post
by shadowfly
Mon Oct 21, 2024 12:03 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

logrusx wrote:For now do not rush into doing it.
Understood. No recompiling tonight.

The rest will have to wait for tonight.
  • Jump to post
by shadowfly
Mon Oct 21, 2024 10:17 am
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

I see. So LTO introduces bugs that have not been there before. And debug symbols do that too. And having both at the same time makes it even worse.

Well, i did not know that. I guess i will just remove LTO and debug symbols from my make.conf , and see if the Plasma "bug" remains. If not, it was ...
  • Jump to post
by shadowfly
Sun Oct 20, 2024 9:56 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

Thanks for the explanation of LTO . As far as i know now:
Regular optimization: Optimization within methods. Maybe within source files.
LTO: Optimization between source files.
I hope my brain can remember that.

You would have had an easier time if you had reported to us the partially complete ...
  • Jump to post
by shadowfly
Sun Oct 20, 2024 7:00 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

I forgot, this is with debug symbols and sources for kde-plasma/plasma-meta, kde-plasma/plasma-workspace and sys-libs/glibc

#0 0x00007f05c74d38ec in ??? () at /usr/lib64/libc.so.6
#1 0x00007f05c7481856 in raise () at /usr/lib64/libc.so.6
#2 0x00007f05ca2e064c in KCrash::defaultCrashHandler(int ...
  • Jump to post
by shadowfly
Sun Oct 20, 2024 6:55 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

I definitely don't know what LTO is, only that it is supposed to make programs run a tiny bit faster. I also don't know what debug symbols are, except that i hoped to get more detailed crash reports at the expense of making everything slower while it is enabled.

Initially i enabled debug symbols ...
  • Jump to post
by shadowfly
Sun Oct 20, 2024 5:52 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

Hello,

for now, i just deactivated LTO for openjdk like here: https://wiki.gentoo.org/wiki/LTO#Disable_LTO_per_Package
This does work, the compilation does not consume much RAM anymore.

Personally, i would like to avoid recompiling everything and rather like someone else (who does have LTO, but ...
  • Jump to post
by shadowfly
Sun Oct 20, 2024 12:08 pm
Forum: Portage & Programming
Topic: [Solved] openjdk-17.0.13_p11 extreme RAM usage
Replies: 20
Views: 7540

[Solved] openjdk-17.0.13_p11 extreme RAM usage

Hello there!
Background
I have dev-java/openjdk (17) installed since a few years back. A month (or so) ago i recompiled my system, because i had a KDE Plasma bug and wanted debug symbols and source code to be more helpful. Back then everything recompiled smoothly with emerge -e @world .
I update ...
  • Jump to post
by shadowfly
Thu Sep 26, 2024 7:05 pm
Forum: Desktop Environments
Topic: OpenRGB 0.9 Crashing
Replies: 3
Views: 6931

I think you miss CONFIG_I2C_CHARDEV in your kernel.

Or better: Check official documentation about it
Reading this, it sounds you need the https://packages.gentoo.org/packages/sys-apps/i2c-tools package installed.
Thanks, this seems to work!

I had not installed https://packages.gentoo.org ...
  • Jump to post
by shadowfly
Mon Sep 23, 2024 11:13 pm
Forum: Desktop Environments
Topic: OpenRGB 0.9 Crashing
Replies: 3
Views: 6931

I just learned how to enable debug symbols, so maybe this helps someone:

(gdb) bt
#0 0x00007f261326ab5b in libusb_control_transfer (dev_handle=dev_handle@entry=0x7f26080647b0, bmRequestType=bmRequestType@entry=128 '\200', bRequest=bRequest@entry=6 '\006',
wValue=wValue@entry=768, wIndex=wIndex ...
  • Jump to post
by shadowfly
Thu Sep 12, 2024 8:56 pm
Forum: Desktop Environments
Topic: OpenRGB 0.9 Crashing
Replies: 3
Views: 6931

OpenRGB 0.9 Crashing

Hello there!
OpenRGB runs fine on my PC when i start it using the dektop entry or the terminal. I can even switch to the server tab and start a local server. However, when i run openrgb --server to start OpenRGB with a local server in headless mode, then the program crashes:

Without starting ...
  • Jump to post
by shadowfly
Tue Jul 09, 2024 5:51 pm
Forum: Desktop Environments
Topic: Gamescope - Problems with Flatpak Steam
Replies: 10
Views: 19016

My configuration:
shadowfly $ flatpak list | grep gamescope
gamescope org.freedesktop.Platform.VulkanLayer.gamescope 3.14.22 23.08 flathub user
Lauch options:
PROTON_USE_WINED3D=1 gamescope -e --expose-wayland -g -W 2560 -H 1440 -f -- %command%


Baldur's Gate 3 - DX11:
The game starts ...
  • Jump to post
by shadowfly
Tue Jul 02, 2024 8:03 am
Forum: Desktop Environments
Topic: Gamescope - Problems with Flatpak Steam
Replies: 10
Views: 19016

When i run shadowfly $ gamescope-session-plus glxgears in a new tty, the monitor looses signal for a second, then the tty returns:
shadowfly $ gamescope-session-plus glxgears
Claimed global gamescope stats session at "/run/user/1000/gamescope-stats"
Also the graphical tty somehow switches from tty ...
  • Jump to post
by shadowfly
Mon Jul 01, 2024 11:01 am
Forum: Desktop Environments
Topic: Gamescope - Problems with Flatpak Steam
Replies: 10
Views: 19016

Wow, this hint has gotten us really close.

First i tried Flatpak Gamescope running Steam :
shadowfly $ flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope
shadowfly $ flatpak run org.freedesktop.Platform.VulkanLayer.gamescope -- flatpak run com.valvesoftware.steam
bwrap ...
  • Jump to post
by shadowfly
Sun Jun 30, 2024 10:39 pm
Forum: Desktop Environments
Topic: Gamescope - Problems with Flatpak Steam
Replies: 10
Views: 19016

I tried --expose-wayland , but as you expected just got more errors :
Wayland + Gamescope + Baldur's Gate 3 DX11
gamescope --expose-wayland -w 3840 -h 2160 -W 2560 -H 1440 -f -e -- %command%
Displayed as window:
DirectX Error
The game has failed to initialize DirectX and will shut down.
This ...
  • Jump to post
by shadowfly
Sun Jun 30, 2024 6:57 pm
Forum: Desktop Environments
Topic: Gamescope - Problems with Flatpak Steam
Replies: 10
Views: 19016

Thanks for the reply!

Unfortunately this does not work for me. Simply running 'gamescope -- %command%' -- so just the game in gamescope without any tweaks -- throws these errors. And running 'gamescope -w 3840 -h 2160 -W 2560 -H 1440 -f -e -- %command%' does not unlock higher resolutions in game.
  • Jump to post
by shadowfly
Wed Jun 12, 2024 9:56 am
Forum: Desktop Environments
Topic: [SOLVED] Thunderbird - Mouse position is offset
Replies: 7
Views: 20176

For me, it's a bit different.
When i run Thunderbird with -ProfileManager the ProfileManager is not affected by the mouse pointer bug, just as is yours.
user $ flatpak run org.mozilla.Thunderbird -ProfileManager
Gtk-Message: 11:08:48.190: Failed to load module "canberra-gtk-module"
Gtk-Message ...
  • Jump to post
by shadowfly
Sat Jun 08, 2024 12:17 am
Forum: Desktop Environments
Topic: [SOLVED] Thunderbird - Mouse position is offset
Replies: 7
Views: 20176

I just found something out because i am currently experimenting with Wayland: The problem does not occour on Wayland.
Also: The cursor does not jump when entering the Thunderbird window. Both on X11 and Wayland.
  • Jump to post
by shadowfly
Fri Jun 07, 2024 9:36 pm
Forum: Desktop Environments
Topic: Gamescope - Problems with Flatpak Steam
Replies: 10
Views: 19016

Gamescope - Problems with Flatpak Steam

>Backstory
I am currently trying to switch from X11 to Wayland (again). As my GPU is quite fast, i was using downsampling when i was still on Windows, and on Linux i use xrandr scaling like this:
xrandr --output DisplayPort-0 --scale 1.5 && gamemoderun mangohud %command% && xrandr --output ...
  • Jump to post
by shadowfly
Mon May 20, 2024 10:10 am
Forum: Desktop Environments
Topic: [SOLVED] Thunderbird - Mouse position is offset
Replies: 7
Views: 20176

Hi there,

I had not tried creating a new user, but now i created a new user using the Plasma System Settings. My (KDE) theme is gone, but the problem remains.
I just tested thunderbird-bin, because the flatpak is not installed system wide.

Tell me when i should test the Flatpak too, or when i ...
  • Jump to post

Search found 26 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy