Forums

Skip to content

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

Search found 105 matches

Go to advanced search

Advanced search
Search found 105 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by jms.gentoo
Wed Aug 06, 2025 12:17 pm
Forum: Portage & Programming
Topic: gentoo binary package problem fail Tried to use non-existent
Replies: 4
Views: 3915

jms.gentoo,

You can't cross a chasm in two smaller jumps. On an out oy date install, you need to do @world to start with.
emerge -avg @world --backtrack=500

Perl may need to be done separately with perl-cleaner --all
You will need the up to date perl-cleaner.

You cannot use the kde overlay ...
  • Jump to post
by jms.gentoo
Tue Aug 05, 2025 2:29 pm
Forum: Portage & Programming
Topic: gentoo binary package problem fail Tried to use non-existent
Replies: 4
Views: 3915

my emerge --info

emerge --info
Portage 3.0.65 (python 3.12.3-final-0, default/linux/amd64/23.0/split-usr/desktop/plasma, gcc-14, glibc-2.39-r6, 6.9.9-gentoo-jms-11-docker-2-vb-intel-1.00 x86_64)
=================================================================
System uname: Linux-6.9.9-gentoo-jms ...
  • Jump to post
by jms.gentoo
Tue Aug 05, 2025 2:22 pm
Forum: Portage & Programming
Topic: gentoo binary package problem fail Tried to use non-existent
Replies: 4
Views: 3915

gentoo binary package problem fail Tried to use non-existent

Hello ,
I want to use the gentoo binary packages but fail :evil: to have them working properly
https://www.gentoo.org/news/2023/12/29/Gentoo-binary.html
https://wiki.gentoo.org/wiki/Binary_package_guide#Using_binary_packages

I am using "buildpkg" in my make.conf (I ll post it)
I have no problem ...
  • Jump to post
by jms.gentoo
Mon Jul 01, 2024 4:14 pm
Forum: Desktop Environments
Topic: Second monitor not working after qt6/kde6 upgrade
Replies: 3
Views: 19936

Re: Second monitor not working after qt6/kde6 upgrade

my primary monitor (of two) doesn't work after firing up kde.
NVIDIA
are you using the nvidia DVI output to connect to the primary monitor?
Are you using nvidia-drivers 555.58 ?
they are a few other hiccups with 555.58 depending on card.
have a look here
https://forums.gentoo.org/viewtopic-t ...
  • Jump to post
by jms.gentoo
Mon Jul 01, 2024 4:32 am
Forum: Kernel & Hardware
Topic: nvidia-drivers-555.58 DVI output not working on monitor
Replies: 4
Views: 18656

No harm in sticking to still-supported stable drivers though (550 is a production branch, while 555 is an experimental new feature branch that will never be stabilized), if luck has it may be resolved by the time of the next production branch.

yes will do that ,it's not worth the hassle.

Also it ...
  • Jump to post
by jms.gentoo
Sun Jun 30, 2024 8:09 pm
Forum: Kernel & Hardware
Topic: nvidia-drivers-555.58 DVI output not working on monitor
Replies: 4
Views: 18656

If it's a recent'ish card (GTX 1650+), may want to try disabling its use of the GSP firmware. NVIDIA started to use it by default in 555 and it's the primary cause of regressions.

The ebuild briefly warn about this the first time 555 is emerged too (see the noted nvidia.conf):
if use !kernel-open ...
  • Jump to post
by jms.gentoo
Sat Jun 29, 2024 10:47 pm
Forum: Kernel & Hardware
Topic: nvidia-drivers-555.58 DVI output not working on monitor
Replies: 4
Views: 18656

nvidia-drivers-555.58 DVI output not working on monitor

Hey everyone,

Just wondering if anyone else is having trouble with this new driver?

I've been rocking a sweet Nvidia setup for 5 years now, with no issues running my dual monitor setup... until this driver update. Now only one monitor shows anything, even though I see info pop up on the second one ...
  • Jump to post
by jms.gentoo
Mon Feb 12, 2024 9:45 pm
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

figueroa wrote:Did you know that most of the time you can pause the screen output during booting with CTL/s. Then CTL/q to resume?
I didn't. Nice trick 8)
  • Jump to post
by jms.gentoo
Mon Feb 12, 2024 9:06 pm
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

how to get back kernel message dmesg at boot? [solved]


That's an nVidia card using the binary blob driver.
Its the only DRM driver that does not provide a console at no extra charge.
Turn off

CONFIG_SYSFB=y
CONFIG_SYSFB_SIMPLEFB=y


Thank you very much
yes turning off CONFIG_SYSFB_SIMPLEFB is the solution, nvidia the culprit.
however SYSFB is ...
  • Jump to post
by jms.gentoo
Sun Feb 11, 2024 2:50 pm
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

Is there "quiet" somewhere in kernel's boot command line?
no

Perhaps you can clean something useful from selected portions of my .config
thanks
the main difference I can see is the CONFIG_SYSFB_SIMPLEFB that I have set.
I think this shouldn't make a difference but I ll try and will test ...
  • Jump to post
by jms.gentoo
Sat Feb 10, 2024 3:05 am
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

In fact I now believe my problem is related to tty /console

once in kde
I have

loginctl
SESSION UID USER SEAT TTY
1 1000 jms seat0 tty2



env | grep "XDG"

XDG_CACHE_HOME=/tmp/jms/.cache
XDG_CONFIG_DIRS=/home/jms/.config/kdedefaults:/etc/xdg
XDG_CURRENT_DESKTOP=KDE
XDG_DATA_DIRS=/usr/local ...
  • Jump to post
by jms.gentoo
Sat Feb 10, 2024 2:51 am
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

OP: please describe the problem in more detail.
Which of the following statements disagrees with your current system?.


[*]When you power on the system, the firmware transfers control to grub.
yes

[*]Grub prints its menu.

yes

[*]Grub transfers control to Linux.

yes

[*]Linux prints ...
  • Jump to post
by jms.gentoo
Sat Feb 10, 2024 2:09 am
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

Chiitoo wrote:Is it the '--noclear' in '/etc/inittab' perhaps?]
thanks but no changes
  • Jump to post
by jms.gentoo
Fri Feb 09, 2024 5:51 pm
Forum: Portage & Programming
Topic: gentoo binary: Failed Tried to use non-existent binary
Replies: 3
Views: 1182

Re: gentoo binary: Failed Tried to use non-existent binary

You are doing everything correctly. I wonder
It seems the files are missing on the mirror.
but it seems files are found, download start then partial download then fail


Please try to set the follwing sync-uri:
https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64-v3
This is a CDN ...
  • Jump to post
by jms.gentoo
Thu Feb 08, 2024 1:48 pm
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

Re: how to get back kernel message dmesg at boot?

logrusx wrote: You mean you don't see it on the screen?
yes
logrusx wrote: Disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER and you should be able to see it.
It's not enabled

thanks logrusx

some more info
I am using an initrd

my kernel config
https://dpaste.com/937EESNCT

grub
http://dpaste.com/BD5J4WPA9
  • Jump to post
by jms.gentoo
Thu Feb 08, 2024 12:25 pm
Forum: Kernel & Hardware
Topic: how to get back kernel message dmesg at boot? [solved]
Replies: 18
Views: 9639

how to get back kernel message dmesg at boot? [solved]

hi,
I would like to get back the messages on boot up after grub
I guess some time ago I removed this and can't find a way to get it back :roll:

thanks
  • Jump to post
by jms.gentoo
Thu Feb 08, 2024 11:34 am
Forum: Portage & Programming
Topic: Upgrading to exiftool-12.68 Fails
Replies: 3
Views: 935

I suggest you file up a bug in gentoo.

It looks to me like older version are not available on exiftool.org.
maybe a bug from exiftool.org?
  • Jump to post
by jms.gentoo
Thu Feb 08, 2024 10:50 am
Forum: Portage & Programming
Topic: gentoo binary: Failed Tried to use non-existent binary
Replies: 3
Views: 1182


emerge --info
Portage 3.0.61 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-13, glibc-2.38-r9, 6.6.7-gentoo-jms-11-docker-2-vb-intel-0.9 x86_64)
=================================================================
System uname: Linux-6.6.7-gentoo-jms-11-docker-2-vb-intel-0.9-x86 ...
  • Jump to post
by jms.gentoo
Thu Feb 08, 2024 10:48 am
Forum: Portage & Programming
Topic: gentoo binary: Failed Tried to use non-existent binary
Replies: 3
Views: 1182

gentoo binary: Failed Tried to use non-existent binary

hi,
I want to start using gentoo binary for my laptop.
I have a profile :
default/linux/amd64/17.1/desktop/plasma
and
ABI_X86="64 32"

1) I am confused: is it possible to use gentoo binary with this profile and ]ABI_X86="64 32"?

2) whatever I do even changing to
ABI_X86="64"

when I do ...
  • Jump to post
by jms.gentoo
Sun Nov 12, 2023 3:12 pm
Forum: Installing Gentoo
Topic: Repository 'x-portage' is missing masters attribute
Replies: 3
Views: 6070

also check in
/etc/portage/make.conf
if you have
PORTDIR_OVERLAY=whatever
" This variable is deprecated in favor of settings in repos.conf. This variable is a space-delimited list of directories. "
https://devmanual.gentoo.org/eclass-reference/make.conf/index.html
if you have moved from layman ...
  • Jump to post
by jms.gentoo
Sun Nov 12, 2023 3:11 pm
Forum: Portage & Programming
Topic: Repository 'x-portage' is missing ?
Replies: 27
Views: 59260

also check in
/etc/portage/make.conf
if you have
PORTDIR_OVERLAY=whatever
" This variable is deprecated in favor of settings in repos.conf. This variable is a space-delimited list of directories. "
https://devmanual.gentoo.org/eclass-reference/make.conf/index.html
if you have moved from layman ...
  • Jump to post
by jms.gentoo
Sun Nov 12, 2023 3:10 pm
Forum: Portage & Programming
Topic: Repository 'x-portage' is missing masters attribute in /opt
Replies: 7
Views: 7613

also check in
/etc/portage/make.conf
if you have
PORTDIR_OVERLAY=whatever
" This variable is deprecated in favor of settings in repos.conf. This variable is a space-delimited list of directories. "
https://devmanual.gentoo.org/eclass-reference/make.conf/index.html
if you have moved from layman ...
  • Jump to post
by jms.gentoo
Wed Feb 16, 2022 5:18 pm
Forum: Portage & Programming
Topic: media-libs/openexr is soft blocking media-libs/ilmbase
Replies: 7
Views: 2420

You're running a stable system but some ~arch bits, but not enough.

I've unslotted OpenEXR to avoid the significant number of problems with that approach, but you'll need to put the package list from [bug=833158]bug 833158[/bug] into package.accept_keywords for now (or remove all of the relevant ...
  • Jump to post
by jms.gentoo
Sun Jun 28, 2020 1:48 am
Forum: Portage & Programming
Topic: opencv-4.1.2-r3 can't apply flag contribdnn [solved]
Replies: 3
Views: 1541

Thanks both Hu && GDH-gentoo , for your time

I have been running a base stable with some unstable and I don't remember coming across this problem.
Didn't realize you could have stable package with masked flag.

seems obvious now ..

Even more when RTFM
The following symbols are affixed to USE ...
  • Jump to post
by jms.gentoo
Sun Jun 28, 2020 12:04 am
Forum: Portage & Programming
Topic: opencv-4.1.2-r3 can't apply flag contribdnn [solved]
Replies: 3
Views: 1541

opencv-4.1.2-r3 can't apply flag contribdnn [solved]

Hi
I have opencv-4.1.2-r3 installed

eix -I opencv
[I] media-libs/opencv
Available versions: 4.1.2-r3(0/4.1.2) {contrib contribcvv contribdnn contribhdf contribsfm contribxfeatures2d cuda debug dnnsamples -download +eigen examples +features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 ...
  • Jump to post

Search found 105 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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