Forums

Skip to content

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

Search found 222 matches

Go to advanced search

Advanced search
Search found 222 matches
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
by abduct
Sun Mar 16, 2025 9:54 pm
Forum: Portage & Programming
Topic: CPU_FLAGS for only compiled applications
Replies: 0
Views: 2331

CPU_FLAGS for only compiled applications

I am running a binpkg system, but some of the applications are being compiled due to non standard use flags. This is all good and expected.

Is there a way to supply additional CPU_FLAGS to applications which can not use the binpkg provided without causing all binpkg to become compile only?

For ...
  • Jump to post
by abduct
Sat Mar 15, 2025 9:18 pm
Forum: Desktop Environments
Topic: wlroots, sway, nvidia hybrid graphics
Replies: 1
Views: 4140

A few more details:

Switching to nvidia-drivers kernel-open had no affect on the external monitor screen tearing.

Some dmesg logs:

# dmesg | grep nvidia
[ 0.000000] Command line: initrd=\initramfs.img rd.vconsole.keymap=us rd.luks.uuid=c9b8cca7-da5d-4d9d-92b7-cc045d3c498f root=UUID=1fe146d8-ee26 ...
  • Jump to post
by abduct
Thu Mar 13, 2025 3:10 am
Forum: Desktop Environments
Topic: wlroots, sway, nvidia hybrid graphics
Replies: 1
Views: 4140

wlroots, sway, nvidia hybrid graphics

Hello all

I am having a few issues on a legion 5 pro laptop that I've been trying to work through and hopefully someone has some ideas or a definitive answer so I can give up on them. I am running sway wayland with wlroots-0.18.2 and latest proprietary nvidia ~amd64 drivers and my issues are the ...
  • Jump to post
by abduct
Tue Mar 04, 2025 11:30 pm
Forum: Portage & Programming
Topic: [Solved] Ruby:31 & Ruby:34 package slot issues
Replies: 9
Views: 3650

Thank you guys.

After deselecting ruby from world the merge was able to begin.
  • Jump to post
by abduct
Tue Mar 04, 2025 6:12 am
Forum: Portage & Programming
Topic: [Solved] Ruby:31 & Ruby:34 package slot issues
Replies: 9
Views: 3650

Only reference is an old backup of my make file from who knows when. It was one of the first things I've checked thinking that it may be some kind of flag pollution.

# grep -ri ruby31 /etc/portage
/etc/portage/make.conf.euse_backup:RUBY_TARGETS="ruby27 ruby30 ruby31"

world packages:

https://bpa ...
  • Jump to post
by abduct
Tue Mar 04, 2025 5:38 am
Forum: Portage & Programming
Topic: [Solved] Ruby:31 & Ruby:34 package slot issues
Replies: 9
Views: 3650

it seems that you cannot have ruby31 and ruby34 active at the same time because of the dev-ruby/typeprof package.
Do you really need the ruby31 target? Even in the stable branch it is no longer active by default.

No I do not, but I have not been able to figure out how to remove ruby:3.1.

When I ...
  • Jump to post
by abduct
Sun Mar 02, 2025 11:16 pm
Forum: Portage & Programming
Topic: [Solved] Ruby:31 & Ruby:34 package slot issues
Replies: 9
Views: 3650

[Solved] Ruby:31 & Ruby:34 package slot issues

Hello everyone. I am facing issues upgrading my system.
Ruby is creating slot conflicts for some of it's packages between ruby 3.1 and ruby 3.4. My current RUBY_TARGETS was "ruby31 ruby32 ruby33" but on the world upgrade, it requested ruby34 (specifically RUBY_TARGETS_RUBY34), so I added it to the ...
  • Jump to post
by abduct
Sun Sep 17, 2023 7:32 pm
Forum: Kernel & Hardware
Topic: kernel missing on demand scaler although option set
Replies: 1
Views: 1281

kernel missing on demand scaler although option set

I have been using laptop_mode_tools forever and with the recent kernel update, 6.3.1. to 6.5.3 laptop_mode has not been able to set the ondemand scaler.

rc-service laptop_mode reload
* Reloading laptop_mode ...
Laptop mode
disabled, not active
/usr/share/laptop-mode-tools/modules/cpufreq: line 11 ...
  • Jump to post
by abduct
Sun Sep 17, 2023 6:40 pm
Forum: Portage & Programming
Topic: initramfs and dm-crypt
Replies: 2
Views: 1237

Thanks for the tip. Setting crypt setup to use the kernel backend fixed the whirlpool algo issue.

Not sure why the weak-ssl-ciphers didnt work with openssl, but of well at least I can login again.

Thanks
  • Jump to post
by abduct
Thu Sep 14, 2023 6:03 pm
Forum: Portage & Programming
Topic: initramfs and dm-crypt
Replies: 2
Views: 1237

initramfs and dm-crypt

Hi everyone

I recently updated my system and I have ran into some issues trying to boot into the new initramfs/kernel.

Previous kernels and initramfs work fine and are still usable.

I upgraded my kernel from 6.3.1 to 6.5.3 along with all the other package upgrades (openssl 3.0, dracut, etc) and I ...
  • Jump to post
by abduct
Sat Mar 25, 2023 2:17 am
Forum: Portage & Programming
Topic: Couple Ruby issues preventing world completion
Replies: 3
Views: 2157

Hey all

I still haven't made any progress on this. Is there anything I can try to do to provide more logs or anything to assist?
  • Jump to post
by abduct
Tue Mar 14, 2023 12:35 am
Forum: Portage & Programming
Topic: Couple Ruby issues preventing world completion
Replies: 3
Views: 2157

Couple Ruby issues preventing world completion

Hey all

I have a few ruby issues that is preventing a @world upgrade from completing. I have tried emerging psych to try to solve the build errors, but it itself results in the build error.

After this I attempted to build psych from github, but for the ruby versions that had bundle installed, the ...
  • Jump to post
by abduct
Mon Dec 27, 2021 11:27 pm
Forum: Other Things Gentoo
Topic: [Solved] Dracut 30 second delay on EFI boot
Replies: 3
Views: 2620

Solved.

I added rd.debug, rd.udev.debug, etc to dracut --kernel-cmdline and remade the initramfs. After searching through the logs and dmesg super thoroughly I noticed that the init was only setting up 8 out of 16 processor cores and gave me a message about nr_cores being incorrect.

This lines up ...
  • Jump to post
by abduct
Mon Dec 27, 2021 8:22 pm
Forum: Other Things Gentoo
Topic: [Solved] Dracut 30 second delay on EFI boot
Replies: 3
Views: 2620

I do not have a boot loader installed. I let the UEFI bios boot the initramfs dracut creates.

The boot process is as follows:
1) UEFI bios loads initramfs created by dracut
2) initramfs starts bringing up devices, etc
3) initramfs stops for exactly 30 seconds
4) initramfs resumes loading
5 ...
  • Jump to post
by abduct
Mon Dec 27, 2021 7:34 pm
Forum: Other Things Gentoo
Topic: [Solved] Dracut 30 second delay on EFI boot
Replies: 3
Views: 2620

[Solved] Dracut 30 second delay on EFI boot

Hey all

I use Dracut-55-r3 to create my initramfs to boot my encrypted installation. It was working flawlessly at one point then I upgraded @world which upgraded Dracut. At this point I started to experience a 30 second delay while booting just after the EFI boot image passes control to the ...
  • Jump to post
by abduct
Thu Jun 18, 2020 9:11 pm
Forum: Portage & Programming
Topic: [SOLVED] Sdev-java/swt failed during compile phase
Replies: 4
Views: 1581

So the changed made in the previous post worked ad openjdk and openjfx are installed. Problem now is that java-config does not list the openjdk vm, only the binary version:

# java-config -L
The following VMs are available for generation-2:
1) IcedTea JDK 3.16.0 [icedtea-bin-8]
*) AdoptOpenJDK 11.0 ...
  • Jump to post
by abduct
Thu Jun 18, 2020 7:58 pm
Forum: Portage & Programming
Topic: [SOLVED] Sdev-java/swt failed during compile phase
Replies: 4
Views: 1581

I managed to find that as well, but I can't seem to find a proposed fix or patch. Is there a proposed fix for this besides the obvious of attempting to downgrade gcc? Or a way to let openjfx use swt-4.2?

Edit: I changed all occurrences of swt-4.10 to swt-4.2 in the openjfx ebuild and it seems to be ...
  • Jump to post
by abduct
Thu Jun 18, 2020 7:39 pm
Forum: Portage & Programming
Topic: [SOLVED] Sdev-java/swt failed during compile phase
Replies: 4
Views: 1581

swt-4.2-r4 seems to install successfully. So it seems something specific to the 4.10 package. The only problem is openjfx needs swt-4.10 as it pulls it in...

A diff between the ebuilds:

# diff /usr/portage/dev-java/swt/swt-4.10.ebuild /usr/portage/dev-java/swt/swt-4.2-r4.ebuild
4c4
< EAPI=6 ...
  • Jump to post
by abduct
Thu Jun 18, 2020 7:29 pm
Forum: Portage & Programming
Topic: [SOLVED] Sdev-java/swt failed during compile phase
Replies: 4
Views: 1581

[SOLVED] Sdev-java/swt failed during compile phase

I am trying to install openjfx which requires swt. I would like to also transition to openjdk rather than openjdk-bin so I can use the "javafx" useflag, which the openjdk-bin doesn't have. I am not quite sure why it is failing when trying to link the library. Any help is appriciated.

Thanks

/usr ...
  • Jump to post
by abduct
Sat Nov 17, 2018 10:12 pm
Forum: Kernel & Hardware
Topic: Initramfs 15 times larger than other system
Replies: 2
Views: 2330

Is there a way to see if DEBUG is enabled? I haven't specifically set it on either of my systems. Everything posted is my entire build routine, so besides the things I pointed out, I'm not sure where the bloat is coming from.
  • Jump to post
by abduct
Sat Nov 17, 2018 4:14 pm
Forum: Kernel & Hardware
Topic: Initramfs 15 times larger than other system
Replies: 2
Views: 2330

Initramfs 15 times larger than other system

Hi, I run two systems, one a laptop, another a workstation, and I realized that my /boot partition was 100% full today when inserting another kernel on my workstation. When inspecting I realized that the initramfs was close to 75Mb large while my laptops initramfs was only 5Mb large.

The build ...
  • Jump to post
by abduct
Mon Nov 05, 2018 9:25 pm
Forum: Networking & Security
Topic: Bluez and serial communcations
Replies: 1
Views: 3161

No idea why, but it seems to be working now.

I had to manually launch /usr/libexec/bluetooth/bluetoothd -C to get compatibility mode. Afterwards I ran

hciconfig hci0 up
rfcomm -i hci0 connect /dev/rfcomm0 addr 5


Meanwhile `bluetoothctl` was running in the background and seemed to ...
  • Jump to post
by abduct
Mon Nov 05, 2018 6:24 pm
Forum: Networking & Security
Topic: Bluez and serial communcations
Replies: 1
Views: 3161

Bluez and serial communcations

Hi, I have a piece of bluetooth hardware that uses serial communications to deliver data to and from the device.

I have successfully discovered, paired, and trusted the device, but when I attempt to connect I get the following log:

[bluetooth]# connect 00:13:43:42:D6:8B
Attempting to connect to ...
  • Jump to post
by abduct
Wed Oct 24, 2018 12:36 am
Forum: Desktop Environments
Topic: Drawing two framebuffers in different resolutions
Replies: 0
Views: 1479

Drawing two framebuffers in different resolutions

Is it possible to tell X to draw two framebuffers of different resolution, and then map the specific framebuffer to a device such as LVDS1 or HDMI1?

I've been trying to figure out the difference between two commands:

xrandr --output HDMI1 --auto --scale-from 1366x768

and

xrandr --output ...
  • Jump to post
by abduct
Mon Oct 22, 2018 5:56 pm
Forum: Multimedia
Topic: HDMI output port management
Replies: 1
Views: 1359

So I've found some of my old scripts that I've written but I am not quite happy with the outcomes.

function enable-hdmi () { xrandr --output LVDS1 --auto --output HDMI1 --auto --right-of LVDS1 ; }

This creates a new monitor at 1080p which looks crisp and sharp, but I3 dedicates a virtual ...
  • Jump to post

Search found 222 matches
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • 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

 

 

magic