Forums

Skip to content

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

Search found 50 matches

Go to advanced search

Advanced search
Search found 50 matches
  • 1
  • 2
  • Next
by calavicci
Sat May 08, 2021 1:56 pm
Forum: Desktop Environments
Topic: wayland + kde + amdgpu
Replies: 12
Views: 9120

BTW, the reason you can't scroll on the console is because the kernel devs removed that functionality.
  • Jump to post
by calavicci
Wed Aug 07, 2019 4:06 am
Forum: Desktop Environments
Topic: emerge freetype hangs at econf
Replies: 7
Views: 2382

That worked! I haven't any idea why. Will you please kindly explain? I'd love to know how to address things like this in the future.
  • Jump to post
by calavicci
Tue Aug 06, 2019 10:03 pm
Forum: Portage & Programming
Topic: Error that C compiler can't create executables
Replies: 12
Views: 6190

Try this:

Code: Select all

printf '#include<stdio.h>\nint main() { puts("Howdy!"); return 0; }' | x86_64-pc-linux-gnu-gcc -m32 -xc -o testprog - && ./testprog; rm testprog
The output should simply be

Code: Select all

Howdy!
If it isn't, then what error messages are printed?
  • Jump to post
by calavicci
Tue Aug 06, 2019 6:16 pm
Forum: Desktop Environments
Topic: emerge freetype hangs at econf
Replies: 7
Views: 2382

Thanks anyway!
  • Jump to post
by calavicci
Tue Aug 06, 2019 5:08 pm
Forum: Desktop Environments
Topic: out of nowhere my copying and pasting doesnt work
Replies: 2
Views: 1820

There are two different problems you're having.

First, the missing "I" is because you're not accounting for vi. Vi doesn't know about any clipboard mechanism - it's designed for the console. When you try to paste, you're just sending vi all the keystrokes of the characters in the copied content ...
  • Jump to post
by calavicci
Tue Aug 06, 2019 4:19 pm
Forum: Desktop Environments
Topic: emerge freetype hangs at econf
Replies: 7
Views: 2382

Thank you for your help.

I have added the missing part of emerge --info and the output of emerge -pv freetype.
  • Jump to post
by calavicci
Tue Aug 06, 2019 3:09 pm
Forum: Desktop Environments
Topic: emerge freetype hangs at econf
Replies: 7
Views: 2382

emerge freetype hangs at econf

I'm trying to emerge freetype, and the process hangs at * econf: updating freetype-2.9.1/builds/unix/config.sub with /usr/share/gnuconfig/config.sub It just stops. I left it to run overnight, and it does nothing. I tried to check on the status of the processes, and they appear to be doing nothing ...
  • Jump to post
by calavicci
Fri Oct 31, 2014 8:59 pm
Forum: Installing Gentoo
Topic: [SOLVED] root= for initramfs + encrypted root partition
Replies: 7
Views: 11383

Figured it out. I was right about some stuff and wrong about some stuff.

I was wrong about root=/dev/ram0; this is the right thing to pass to the kernel.

I was right about it not existing, and I was right about it being a forgotten CONFIG_SOMETHING for some virtual driver in the kernel: CONFIG_BLK ...
  • Jump to post
by calavicci
Thu Oct 30, 2014 1:52 am
Forum: Installing Gentoo
Topic: [SOLVED] root= for initramfs + encrypted root partition
Replies: 7
Views: 11383

calavicci wrote: I say that /dev/ram0 does not exist because root=/dev/ram0 results in a complaint from the kernel that it does not exist.
Well, I say that, but I might be misinterpreting it. EXACTLY, it says

Code: Select all

VFS: Cannot open root device "ram0" or unknown-block(0,0): error -6
  • Jump to post
by calavicci
Thu Oct 30, 2014 1:39 am
Forum: Installing Gentoo
Topic: [SOLVED] root= for initramfs + encrypted root partition
Replies: 7
Views: 11383

Thanks for your help!

I wouldn't really expect that I'd need root=, as you say, because the root fs should be in the initramfs, but I figure, who am I to argue with the kernel?

I say that /dev/ram0 does not exist because root=/dev/ram0 results in a complaint from the kernel that it does not exist ...
  • Jump to post
by calavicci
Thu Oct 30, 2014 1:25 am
Forum: Installing Gentoo
Topic: [SOLVED] root= for initramfs + encrypted root partition
Replies: 7
Views: 11383

[SOLVED] root= for initramfs + encrypted root partition

I'm trying to install with an encrypted root partition. The kernel fails to load the (preliminary) root filesystem and panics, with something like
VFS: Cannot open root device mapper/root or unknown-block(0,0): error -2
Please append a correct "root=" boot option; here are the available ...
  • Jump to post
by calavicci
Sat Feb 15, 2014 3:36 pm
Forum: Kernel & Hardware
Topic: USE flags and cpuinfo flags
Replies: 4
Views: 3227

I admit that I'm not expert on the internals; I don't know whether, e.g., SSE3 is intended to mean "the entire SSE3 instruction set" or "the 13 instructions in SSE3 that are not in SSE2," but I'm not sure it matters; keep reading. The standard practice seems to be to use the flags for all of the ...
  • Jump to post
by calavicci
Fri Jun 22, 2012 4:17 pm
Forum: Portage & Programming
Topic: libpng-1.5.x entered stable - upgrade tips
Replies: 159
Views: 272904

Edit: Finally found the borked .la and fixed it by hand. Thanks anyway.
  • Jump to post
by calavicci
Thu Jun 21, 2012 11:36 pm
Forum: Portage & Programming
Topic: libpng-1.5.x entered stable - upgrade tips
Replies: 159
Views: 272904

libgnomecanvas really seems intent on using 1.4:


libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/gnome-canvas-shape.o .libs/gnome-canvas-bpath.o .libs/gnome-canvas-path-def.o .libs/gnome-canvas-clipgroup.o .libs/gnome-canvas-line.o .libs/gnome-canvas-pixbuf.o .libs/gnome-canvas ...
  • Jump to post
by calavicci
Thu May 17, 2012 1:13 am
Forum: Gamers & Players
Topic: play diabolo3 on gentoo - wine 1.5.2 patch tutorial
Replies: 29
Views: 34968

1.5.4

Yeah, just caught that 64-bit thing... guess I'll have to install in two places if I want all my programs to work. Thanks a bunch for your help!
  • Jump to post
by calavicci
Wed May 16, 2012 6:11 pm
Forum: Gamers & Players
Topic: play diabolo3 on gentoo - wine 1.5.2 patch tutorial
Replies: 29
Views: 34968

1.5.4
Adding WINE version in bold to the top of posts to help readers quickly sort out which fix we're discussing.

Yeah, tried the rec patches for 1.5.4. They cause problems during compilation.

relevant part of /var/tmp/portage/app-emulation/wine-1.5.4/temp/build.log:

In file included from ...
  • Jump to post
by calavicci
Wed May 16, 2012 5:35 pm
Forum: Gamers & Players
Topic: play diabolo3 on gentoo - wine 1.5.2 patch tutorial
Replies: 29
Views: 34968

Patch 2 dies painfully; it can't seem to find anything. Here's the output:

/var/tmp/portage/app-emulation/wine-1.5.2/temp/diablo3_2.patch.out

***** diablo3_2.patch *****
PWD: /var/tmp/portage/app-emulation/wine-1.5.2/work/wine-1.5.2

===========================

PATCH COMMAND: patch -p0 -g0 -E ...
  • Jump to post
by calavicci
Tue May 10, 2011 9:54 pm
Forum: Desktop Environments
Topic: fglrx hangs system
Replies: 12
Views: 5667

Not as of today.
  • Jump to post
by calavicci
Tue May 10, 2011 7:37 pm
Forum: Desktop Environments
Topic: fglrx hangs system
Replies: 12
Views: 5667

Solved.

00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
00:1a.1 USB Controller: Intel ...
  • Jump to post
by calavicci
Sun May 01, 2011 4:10 am
Forum: Desktop Environments
Topic: fglrx hangs system
Replies: 12
Views: 5667

X -retro has never given me anything different.

I've been fighting this for weeks; I really have tried EVERYTHING suggested for dealing with or testing the ATI drivers in any forum. If there's a solution out there, it's not a standard one, and it's not to be found anywhere on the web.
  • Jump to post
by calavicci
Wed Apr 27, 2011 2:01 am
Forum: Desktop Environments
Topic: fglrx hangs system
Replies: 12
Views: 5667

I have no firmware blobs built into the kernel, although I did when I was still playing with KMS. I have also tried entirely removing kernel DRM to no avail. If I recall correctly, that meant that the aforementioned cursor was not on my screen any more when the system froze, but nothing else ...
  • Jump to post
by calavicci
Sun Apr 24, 2011 4:09 pm
Forum: Desktop Environments
Topic: fglrx hangs system
Replies: 12
Views: 5667

So, having these things hanging around on the hard drive won't impair fglrx as long as I keep them away from the touchy parts of the kernel... not that I haven't tried in desperation already.

There are no such lines in make.conf; I assume this is an extension of the bit about VIDEO_CARDS?

Yes ...
  • Jump to post
by calavicci
Sun Apr 17, 2011 4:45 pm
Forum: Multimedia
Topic: [SOLVED]Internal mic
Replies: 9
Views: 7653

Does this work:

Code: Select all

 arecord -D plughw:0,0 test.wav 
?

Progressively turn up the volume and repeat a few times to make sure it's not just very quiet.

If it doesn't, please post the output of amixer.
  • Jump to post
by calavicci
Sun Apr 17, 2011 3:25 pm
Forum: Multimedia
Topic: [SOLVED]Internal mic
Replies: 9
Views: 7653

Please post the folowing:

arecord -l
arecord -L
/etc/asound.conf
  • Jump to post
by calavicci
Sun Apr 17, 2011 3:20 pm
Forum: Desktop Environments
Topic: fglrx hangs system
Replies: 12
Views: 5667

emerge --info: http://paste.pocoo.org/show/373327/
rc-update show: http://paste.pocoo.org/show/373288/
X versions/USE: http://paste.pocoo.org/show/373291/
lspci: http://paste.pocoo.org/show/373292/
90xsession: http://paste.pocoo.org/show/373295/
xdm: http://paste.pocoo.org/show/373296/
Sessions ...
  • Jump to post

Search found 50 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

 

 

magic