Forums

Skip to content

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

Search found 19 matches

Go to advanced search

Advanced search
Search found 19 matches • Page 1 of 1
by fronck
Thu Apr 09, 2009 9:51 am
Forum: Kernel & Hardware
Topic: Gentoo in a VirtualBox .. what am I getting myself into?
Replies: 3
Views: 2321

Knock yourself out! VirtualBox runs great from my experiences :)
  • Jump to post
by fronck
Tue Sep 30, 2008 7:59 am
Forum: Multimedia
Topic: icecast, mpd and audacious
Replies: 4
Views: 3424

Have you actually started the playback with an mpd client such as ncmpc?

Recall that mpd is only a server and that it needs a client program to instruct it what playlist to run.
  • Jump to post
by fronck
Tue Oct 23, 2007 9:06 am
Forum: Unsupported Software
Topic: [Compiz-Fusion] No GLX_EXT_texture_from_pixmap Error
Replies: 12
Views: 8671

Apparantly, compiz-fusion defaults to the wrong libGL.so, so you have to force it to use the xorg version:

Code: Select all

LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so  compiz-start 
- That worked for me anyways ;)


--
/Franck
  • Jump to post
by fronck
Wed Aug 23, 2006 12:17 pm
Forum: Installing Gentoo
Topic: tracepath6.c: In function `recverr': - in 2006.0 install
Replies: 1
Views: 910

I had the same problem. Have a look here: http://forums.gentoo.org/viewtopic-t-491004.html
  • Jump to post
by fronck
Wed Aug 23, 2006 12:11 pm
Forum: Installing Gentoo
Topic: iputils error: IPV6_2292HOPLIMIT undeclared [SOLVED]
Replies: 4
Views: 2080

cyrillic wrote:Try USE="-ipv6", since the error seems related to that.
Hm, I actually put the ipv6 USE flag in there after the compile failed the first time, thinking they might be related..
  • Jump to post
by fronck
Wed Aug 23, 2006 12:10 pm
Forum: Installing Gentoo
Topic: iputils error: IPV6_2292HOPLIMIT undeclared [SOLVED]
Replies: 4
Views: 2080

Try emerge --sync and then re-emerge iputils .
I tried this and it compiled. It didn't download a new tarball of the package though, as I already had it in /usr/portage/distfiles

I did an emerge --resume --skipfirst after the system emerge compile failed repeatedly, so the rest of the system ...
  • Jump to post
by fronck
Mon Aug 21, 2006 8:49 am
Forum: Installing Gentoo
Topic: iputils error: IPV6_2292HOPLIMIT undeclared [SOLVED]
Replies: 4
Views: 2080

iputils error: IPV6_2292HOPLIMIT undeclared [SOLVED]

Hiya all,

I'm installing Gentoo on my new Via Epia MS 10000E with an Eden 1GHz processor, and it comes up with an error when compiling iputils no matter what I do (so it seems)..
I'm bootstrapping the system as per the FAQ in http://www.gentoo.org/doc/en/faq.xml#stage12 , and the emerge -e system ...
  • Jump to post
by fronck
Tue Jan 18, 2005 12:41 am
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

Mythos,

Your file sizes are the same as mine (which were obviously wrong in the post below :) )

Try doing a
> strace -etrace=open /opt/ati/bin/fglrxinfo
And see exactly which libGL.so.1 it reads (look for the line that doesn't have a ' = -1').

Maybe you just need to rebuild your ld.so cache ...
  • Jump to post
by fronck
Tue Jan 18, 2005 12:15 am
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

Mythos, check that you've got the ATi libGL.so.1.2 installed in the default library path (/usr/lib) and not the Mesa one (Mesa is ~800kB while ATi is ~150kB..)
  • Jump to post
by fronck
Tue Jan 18, 2005 12:09 am
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

Mythos wrote:Are you using Internal or external agp ?
Internal.
  • Jump to post
by fronck
Mon Jan 17, 2005 11:45 pm
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

I got that sorted out by putting ${WORKDIR}/usr/X11R6/lib64 to ${ATI_ROOT}/lib (see the ebuild) but GLX still doesn't work. Anyone got an idea what to put where to make this work?

I got it fixed (I think) like this (didn't alter the ebuild file):

> cd /usr/lib/opengl/ati/lib/
> mv libGL.so.1 ...
  • Jump to post
by fronck
Mon Jan 17, 2005 11:18 pm
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

Does the ebuild do things as it should? Or does it put the 32 Bit lib in the wrong place? Check with:
file /usr/lib/opengl/ati/lib/libGL.so.1.2
Right on the money!
> file /usr/lib/opengl/ati/lib/libGL.so.1.2
/usr/lib/opengl/ati/lib/libGL.so.1.2: ELF 32-bit LSB shared object, Intel 80386, version ...
  • Jump to post
by fronck
Mon Jan 17, 2005 11:08 pm
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

Uhm, whenever I try to load anything GLish after installing it, I get:

> /opt/ati/bin/fglrxinfo
/opt/ati/bin/fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory


Sounds like an OpenGL thing? Have you run the opengl-update ...
  • Jump to post
by fronck
Mon Jan 17, 2005 10:28 pm
Forum: Gentoo on AMD64
Topic: ATI amd64 drivers in december...
Replies: 548
Views: 224102

Uhm, whenever I try to load anything GLish after installing it, I get:

> /opt/ati/bin/fglrxinfo
/opt/ati/bin/fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory


Even though strace claims it has opened it?!:

[...]
open("/usr ...
  • Jump to post
by fronck
Tue Jan 11, 2005 12:06 am
Forum: Gentoo on AMD64
Topic: nForce / sata_nv not detecting SATA CDROM [SOLVED]
Replies: 6
Views: 2367

PROBLEM SOLVED

Cookbook solution:
As described in http://forums.gentoo.org/viewtopic.php?p=1916224#1916224 :
Upgrade kernel to 2.6.10
Find the file libata.h (in /usr/include/linux or /usr/src/linux-2.6.10<release>/include/linux/ )
Edit the line near the top of the file:
#undef ATA_ENABLE ...
  • Jump to post
by fronck
Mon Jan 10, 2005 9:37 pm
Forum: Gentoo on AMD64
Topic: nForce / sata_nv not detecting SATA CDROM [SOLVED]
Replies: 6
Views: 2367

Yeah, that seems to be the problem.
I stumbled upon this solution somewhere else as well and tried doing the #define.

This, however is not advisable with the 2.6.9 kernel, as it does make the kernel detect the CD drive during startup, but also makes it hang immediately afterwards. :)

I'll post my ...
  • Jump to post
by fronck
Mon Jan 10, 2005 12:43 am
Forum: Gentoo on AMD64
Topic: nForce / sata_nv not detecting SATA CDROM [SOLVED]
Replies: 6
Views: 2367

I have now enabled the following to no avail:
--- SCSI device support
[*] legacy /proc/scsi/ support
--- SCSI support type (disk, tape, CD-ROM)
<*> SCSI disk support
< > SCSI tape support
< > SCSI OnStream SC-x0 tape support
<*> SCSI CDROM support
[*] Enable vendor-specific extensions ...
  • Jump to post
by fronck
Sun Jan 09, 2005 5:32 pm
Forum: Gentoo on AMD64
Topic: nForce / sata_nv not detecting SATA CDROM [SOLVED]
Replies: 6
Views: 2367

nForce / sata_nv not detecting SATA CDROM [SOLVED]

Hi,

I've got a problem with detection of my SATA DVD+R/CR+RW combo on my nForce3 350 based system.

The setup is such that I have two SATA devices: My harddisk, off which the Gentoo install runs just find, and my CDROM, which Linux does not detect.

I find it a bit wierd that it would detect one ...
  • Jump to post
by fronck
Sun Jan 09, 2005 1:44 pm
Forum: Desktop Environments
Topic: libtool --tag error when emerge'ing rep-gtk on AMD64
Replies: 0
Views: 749

libtool --tag error when emerge'ing rep-gtk on AMD64

Hiya,

First off, let me get the problem out of the way:
When emerging rep-gtk (on my AMD64 box). I get the following errord from the build:
checking host system type... x86_64-pc-linux-gnu
(this line would fail before I emerged the new librep version. It would claim that x86_64-pc-linux-gnu was ...
  • Jump to post

Search found 19 matches • Page 1 of 1

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