Forums

Skip to content

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

Search found 5059 matches

Go to advanced search

Advanced search
Search found 5059 matches
  • Page 1 of 203
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 203
  • Next
by VinzC
Tue Jan 27, 2026 4:12 pm
Forum: Portage & Programming
Topic: Relation between separate ASM files and optimisations
Replies: 3
Views: 1771

Thanks a lot, Hu. That makes perfect sense. I guess link-time optimisations depend on how instructions in the source file are "tagged" (for lacking a better term) and I saw no such optimisation flag for ASM. But your explanations highlight it all.

Peace 8)
  • Jump to post
by VinzC
Tue Jan 27, 2026 2:35 pm
Forum: Portage & Programming
Topic: Relation between separate ASM files and optimisations
Replies: 3
Views: 1771

Relation between separate ASM files and optimisations

Hi people.

The title would have been « Understanding the relation between separate ASM files and optimisations ».

I'm asking this in the context of cross-compiling for the AVR platform but it's about a behaviour I noticed more generally.

In projects that combine C, C++ and assembly files (.S), I ...
  • Jump to post
by VinzC
Sat Mar 06, 2021 1:47 pm
Forum: Desktop Environments
Topic: PBM: xfce4-screenshooter no longer copies to clipboard...
Replies: 2
Views: 1581

Thanks dbtx.

I am [was, actually] not using aggressive optimization CFLAGS, just Gentoo's. The sad thing is I had to reinstall my laptop and with another distribution. I've kept my Gentoo installation intact, as for the main files so I can try again later.
Did you try quick & headless xfce4 ...
  • Jump to post
by VinzC
Sun Feb 21, 2021 1:38 pm
Forum: Desktop Environments
Topic: PBM: xfce4-screenshooter no longer copies to clipboard...
Replies: 2
Views: 1581

PBM: xfce4-screenshooter no longer copies to clipboard...

... after an upgrade.

Hi all.

I use clipboard extensively and I noticed xfce4-screenshooter no longer places images into the clipboard — be it entire screens, active windows or captured areas. This issue started after a recent upgrade. Note that saving images does work however, just copying to the ...
  • Jump to post
by VinzC
Sun Feb 21, 2021 1:27 pm
Forum: Kernel & Hardware
Topic: Touchpad Tweaking?
Replies: 12
Views: 5713

I tried Hysteresis values up to 60 and it gets a bit... weird. With 24 I seem to be fine so far... Case closed ? ;-)
  • Jump to post
by VinzC
Sat Feb 06, 2021 8:55 pm
Forum: Kernel & Hardware
Topic: Touchpad Tweaking?
Replies: 12
Views: 5713

Well, here are my hysteresis values:

Code: Select all

    HorizHysteresis         = 12
    VertHysteresis          = 12
Will try change and see how it goes...
  • Jump to post
by VinzC
Wed Jan 27, 2021 2:18 pm
Forum: Kernel & Hardware
Topic: Touchpad Tweaking?
Replies: 12
Views: 5713

I for one am using the synaptics driver. Currently MaxTapMove is set to 107. Does that represent a number of pixels?
  • Jump to post
by VinzC
Mon Dec 28, 2020 12:05 am
Forum: Portage & Programming
Topic: Changing color output of emerge Use=
Replies: 18
Views: 5688

Leonardo.b wrote:I have this line inside /etc/portage/color.map

Code: Select all

darkblue = fuchsia
I read an example iside the man page for color.map.
Awesome! Thanks a lot, Leonardo.b.
  • Jump to post
by VinzC
Mon Dec 21, 2020 4:13 pm
Forum: Portage & Programming
Topic: Changing color output of emerge Use=
Replies: 18
Views: 5688

Sorry for jumping in but that's exactly the topic I was looking for, i.e. colours portage uses. While I have no difficulty for reading directories in a relatively dark blue (i.e. directories), the one used for packages that "blocks" is almost invisible on a black background, more precisely on a TTY ...
  • Jump to post
by VinzC
Sun Dec 20, 2020 11:24 pm
Forum: Kernel & Hardware
Topic: How do I configure keymaps for an Apple Belgian French kbd?
Replies: 0
Views: 1086

How do I configure keymaps for an Apple Belgian French kbd?

Hi all.

I've had an Apple alu keyboard for a long time and yet I never paid attention on configuring it properly on a TTY — everything's fine in X. I've tried a couple of keymaps under /usr/share/keymaps and extensions in /usr/share/keymaps/i386 but none of them work — at best I get a completely ...
  • Jump to post
by VinzC
Sat Oct 31, 2020 11:32 pm
Forum: Gentoo on AMD64
Topic: Monitor / Screen problem
Replies: 1
Views: 64748

Does that issue occur in text mode, graphics mode or both? If in text mode you might check whether DPMS is enabled and disable it to see if it solves the problem.
  • Jump to post
by VinzC
Sat Oct 24, 2020 3:56 pm
Forum: Other Things Gentoo
Topic: [SOLVED] fastboot indefinitely waits yet phone connected
Replies: 1
Views: 2461

I think I've fixed it: the USB link mode was set to storage device (PTP, if I remember correctly) and I set it to MTP (photo device). rebooted in fastboot mode and it worked. I also ran into the same kind of issue after flashing the phone and it reported the image size was too big. So I was advised ...
  • Jump to post
by VinzC
Sat Oct 24, 2020 9:21 am
Forum: Kernel & Hardware
Topic: PBM: Laptop battery drained, not suspending to RAM
Replies: 12
Views: 4147

halcon wrote:I have a minimalistic system, and have to *bridge gaps* with my own crunches.
(I'm not complaining, it's fun)
It can be, most definitely :) .
  • Jump to post
by VinzC
Thu Oct 15, 2020 10:14 am
Forum: Kernel & Hardware
Topic: PBM: Laptop battery drained, not suspending to RAM
Replies: 12
Views: 4147

I disable the network and all the network services before suspending *anyway*, otherwise after resuming I have some issues...
Never had to do that in all these years.
Even when you suspended performing a work on a network which became unavailable at resuming?
Yup. For a couple of years now, the ...
  • Jump to post
by VinzC
Tue Oct 13, 2020 2:26 pm
Forum: Kernel & Hardware
Topic: PBM: Laptop battery drained, not suspending to RAM
Replies: 12
Views: 4147

But you might have brought a hint to one question I had in mind: can the network prevent the system from suspending?
I can't answer this question for sure. I know that that there is Wake-on-LAN. Maybe more experienced people come here to answer.
I know about wake-on-lan but I don't recall ever ...
  • Jump to post
by VinzC
Tue Oct 13, 2020 9:33 am
Forum: Kernel & Hardware
Topic: PBM: Laptop battery drained, not suspending to RAM
Replies: 12
Views: 4147

BTW the computer *does* go to sleep most of the time when I close the lid (especially when I'm home).
You wrote in the first post: "From the system logs I suspect my laptop does in fact *not* suspend..."
If the problem is not in going to sleep, but in that something wakes the machine up: did you ...
  • Jump to post
by VinzC
Thu Oct 08, 2020 8:46 pm
Forum: Kernel & Hardware
Topic: [SOLVED] dry-run pre-condition checks for installed apps!
Replies: 12
Views: 4266

Thanks a lot for your highlights, Hu 8) . Guys, I think I've got it (as root):
grep -rl CONFIG_CHECK /var/db/pkg/ --include='*.ebuild' | \
while read PKG; do
PKG=${PKG#/var/db/pkg/} # Keep category/package
PKG=$(equery w ${PKG%/*.ebuild}) # Rid the trailing ebuild file and extension
echo ...
  • Jump to post
by VinzC
Thu Oct 08, 2020 7:55 pm
Forum: Kernel & Hardware
Topic: [SOLVED] dry-run pre-condition checks for installed apps!
Replies: 12
Views: 4266

grep -r CONFIG_CHECK /var/db/pkg
Just that the number of not-an-ebuild files is hugely bigger:
42171
1388
i.e. 30 times more "junk". I tried, took ages before I got a response :) .

For less, you can use the slightly more redundant: xargs -a <( grep -rl CONFIG_CHECK /var/db/pkg/ --include ...
  • Jump to post
by VinzC
Thu Oct 08, 2020 11:16 am
Forum: Other Things Gentoo
Topic: [SOLVED] fastboot indefinitely waits yet phone connected
Replies: 1
Views: 2461

[SOLVED] fastboot indefinitely waits yet phone connected

Hi all.

I don't know if my issue is related to Gentoo but here I am anyway. I'm trying to install postmarketOS (in recovery mode , I haven't tried the regular installation yet) on my MotoG (1st gen), which I bought 5 years ago. I've successfully built the OS recovery image but now I need to ...
  • Jump to post
by VinzC
Thu Oct 08, 2020 10:48 am
Forum: Kernel & Hardware
Topic: [SOLVED] dry-run pre-condition checks for installed apps!
Replies: 12
Views: 4266

netfab wrote:https://bugs.gentoo.org/532674
Opened about six years ago... guess we'll have to find ways beforehand, be it to submit them to bugzilla.

EDIT: [bug=532674#c4]I better swallow that[/bug]... Sorry for the noise and thanks Michał Górny.
  • Jump to post
by VinzC
Thu Oct 08, 2020 9:13 am
Forum: Kernel & Hardware
Topic: PBM: Laptop battery drained, not suspending to RAM
Replies: 12
Views: 4147

Hi VinzC,

Just a guess... If you're running kernel 5.8+, do you have CONFIG_HIBERNATION_SNAPSHOT_DEV=y?
No, I'm running kernel 5.4.60. I have this:

CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_HIBERNATION=y
However I fail to see what hibernation has to do with ...
  • Jump to post
by VinzC
Thu Oct 08, 2020 9:05 am
Forum: Kernel & Hardware
Topic: [SOLVED] dry-run pre-condition checks for installed apps!
Replies: 12
Views: 4266

Thanks for the hint, Princess Nell. I've managed to have an idea of what would need my attention:
find /var/db/pkg/ -name *.ebuild | xargs grep -H --color CONFIG_CHECK
It sort of works except when the variable contents is split across several lines or begins on a line right below the quotation ...
  • Jump to post
by VinzC
Wed Sep 23, 2020 10:11 am
Forum: Kernel & Hardware
Topic: PBM: Laptop battery drained, not suspending to RAM
Replies: 12
Views: 4147

PBM: Laptop battery drained, not suspending to RAM

Hi all.

I've recently upgraded Gentoo on my laptop and I read the deprecation notice on pm-utils (along with consolekit), which are required by Xfce. So I removed that package and un-used the pm-utils USE flag wherever it was set. Exit hence xfce-power-manager , can do without, I have Conky — it ...
  • Jump to post
by VinzC
Wed Sep 23, 2020 9:28 am
Forum: Kernel & Hardware
Topic: Kernel console scroll removal + fbcondecor patch...
Replies: 4
Views: 2025

Well, I can only wish you courage and strength [I haven't yet touched kernel development and I'm not sure I'd plan to anytime soon]. Thanks a lot for your hard work. I do mean it.
  • Jump to post
by VinzC
Fri Sep 18, 2020 11:06 pm
Forum: Kernel & Hardware
Topic: Kernel console scroll removal + fbcondecor patch...
Replies: 4
Views: 2025

Well, I for one understand Linus but that's indeed unfortunate as it's always when you need a seemingly unimportant feature to help you fix a critical issue that you no longer have it at hand — Murphy's law, for short. I do use it [soft scroll back], casually indeed, but it comes more than handy ...
  • Jump to post

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