Forums

Skip to content

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

Search found 182 matches

Go to advanced search

Advanced search
Search found 182 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by wazow
Tue Nov 11, 2008 10:20 pm
Forum: Gamers & Players
Topic: Recomend a simple joystick for small kids
Replies: 9
Views: 8975

Thanks a lot for all recommendation. I will try some cheap USB gamepads for starters.
  • Jump to post
by wazow
Tue Nov 11, 2008 11:07 am
Forum: Gamers & Players
Topic: Recomend a simple joystick for small kids
Replies: 9
Views: 8975


If they just want to control Mario, what about getting a Nintendo, Playstation, or Xbox controller?

(I am not a gamer) Would these work out of the box with linux? Can I buy them easily without the consoles?

I am planning to buy a Wii within a year (we do not have tv box, where we are here so we ...
  • Jump to post
by wazow
Tue Nov 11, 2008 9:23 am
Forum: Gamers & Players
Topic: Recomend a simple joystick for small kids
Replies: 9
Views: 8975

Recomend a simple joystick for small kids

Hi there,

I am not quite a gamer myself, but my kids are getting more and more heavy on my laptop. Can you recommend a simple joystick for small kids (2-6 years old) for playing games like SMC, supertux and alike? It should of course work in linux!

When I google on the web I find gazillion of ...
  • Jump to post
by wazow
Sun Oct 21, 2007 1:11 pm
Forum: Kernel & Hardware
Topic: I really hate this: what is loading my devices?
Replies: 3
Views: 2228

PaulBredbury wrote:Use /etc/modprobe.d/blacklist
Thanks a lot. It works!

I would still like to understand what is going on. Is that udev loading these? What is the difference between udev and hotplug?
  • Jump to post
by wazow
Sun Oct 21, 2007 11:47 am
Forum: Kernel & Hardware
Topic: I really hate this: what is loading my devices?
Replies: 3
Views: 2228

I really hate this: what is loading my devices?

I am trying to optimize the power usage of my laptop using giudelines from powertop. In the meantime I managed to observe that:

1. my system always loads the modem modules (snd_intel8x0m)
2. my system always loads and starts net.eth0 (tg3 module) and net.eth1 (ipw2100)

These cost quite a lot of ...
  • Jump to post
by wazow
Mon Jul 16, 2007 1:58 pm
Forum: Portage & Programming
Topic: [SOLVED] Problem emerging xvid
Replies: 11
Views: 3246

same here, so this is reproducible (also on x86 stable)
  • Jump to post
by wazow
Fri Jun 01, 2007 6:59 am
Forum: Portage & Programming
Topic: I updated today. Now nautilus doesnt start and i cant emerge
Replies: 22
Views: 8576

Had the same problem today and I DON'T use any exotic use flags or cflag,...

Doing a simple ln -s /usr/lib/libexif.so.12 /usr/lib/libexif.so.10 solves the problem.

I still thing it was better to revdep-rebuild as others suggested. This is asking for trouble. Have you checked that these libraries ...
  • Jump to post
by wazow
Wed May 30, 2007 3:45 pm
Forum: Portage & Programming
Topic: I updated today. Now nautilus doesnt start and i cant emerge
Replies: 22
Views: 8576

I have seen the linking problem for eog (eye of gnome) and gphoto2, too. Funny enough remerging ghoto2 did not help (I did help for eog).
  • Jump to post
by wazow
Thu May 24, 2007 8:51 pm
Forum: Kernel & Hardware
Topic: Gensplash and hibernate to disk
Replies: 1
Views: 1491

Gensplash and hibernate to disk

I am using hibernate script to hibernate to disk and I have configured it to use fbsplash. Is it normal that I do not get the splash image while the pages are saved to disk and then while they are restored? (I do see the splashscreen during stoping/starting services).
  • Jump to post
by wazow
Thu May 24, 2007 11:58 am
Forum: Desktop Environments
Topic: beryl and mergedfb
Replies: 2
Views: 1330

Hi,

have you made any progress on that?

My dual head setup ceased to work several weeks ago, with a similar error message. But I do not even get clone. One of the screens is always blank.

EDIT: actually there is a bug already tracked: http://bugs.gentoo.org/show_bug.cgi?id=178927

EDIT ...
  • Jump to post
by wazow
Thu Mar 22, 2007 9:55 am
Forum: Other Things Gentoo
Topic: [solved] rxvt-unicode + screen very slow
Replies: 4
Views: 2538

ppurka wrote:Perhaps if you do not use xft fonts, you will have a slightly faster urxvt.
I am sure that would help, but I am not willing to compromise here. After all xterm works with the same fonts and is faster.
  • Jump to post
by wazow
Wed Mar 21, 2007 8:26 am
Forum: Other Things Gentoo
Topic: [solved] rxvt-unicode + screen very slow
Replies: 4
Views: 2538

I have seen that others see the same problem elsewhere: http://lists.schmorp.de/pipermail/rxvt-unicode/2006q4/000364.html

It seems that precisely the combination of screen and the new urxvt is slow.

I am using rxvt-unicode 8.1, but upgrading to current testing 8.2 helps only slightly :( (so it ...
  • Jump to post
by wazow
Fri Mar 16, 2007 2:10 pm
Forum: Portage & Programming
Topic: [solved] problems with autotools, autoreconf, libtoolize
Replies: 3
Views: 1080

Can you be slightly more specific? I am not a gentoo developr, so I do not even know what eclass is. Note that this thing I am compiling is not an ebuild even. I have tried to run the command that you suggested, but it seems just to report lots of ebuild that do eautoreconf, and I do not even know ...
  • Jump to post
by wazow
Fri Mar 16, 2007 1:53 pm
Forum: Portage & Programming
Topic: [solved] problems with autotools, autoreconf, libtoolize
Replies: 3
Views: 1080

Check out the autotools eclass, and its eautoreconf command. Examples:
find /usr/portage/ -name \*.ebuild | xargs grep -H eautoreconf

Can you be slightly more specific? I am not a gentoo developr, so I do not even know what eclass is. Note that this thing I am compiling is not an ebuild even. I ...
  • Jump to post
by wazow
Thu Mar 15, 2007 8:32 pm
Forum: Portage & Programming
Topic: [solved] problems with autotools, autoreconf, libtoolize
Replies: 3
Views: 1080

[solved] problems with autotools, autoreconf, libtoolize

I am compiling a project from source (not in portage) on a gentoo machine. I face the following problem:

...
checking for correct ltmain.sh version... no
configure: error:

*** [Gentoo] sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.22 ...
  • Jump to post
by wazow
Tue Mar 13, 2007 9:58 am
Forum: Other Things Gentoo
Topic: [solved] rxvt-unicode + screen very slow
Replies: 4
Views: 2538

[solved] rxvt-unicode + screen very slow

Recently app-misc/screen inside urxvt-unicode has become very slow. I can see how it is redrawing ncurses applications line by line. If I run the same applications without screen then they redraw fast. If run them inside screen that is inside xterm, they also redraw fast. It seems that the ...
  • Jump to post
by wazow
Sun Mar 11, 2007 7:10 pm
Forum: Networking & Security
Topic: WPA on an Atmel based NIC??? [was: mad at wpa_supplicant]
Replies: 4
Views: 1175

Hallo?... is there any body out there running WPA with an Atmel based NIC? Give me at least a bit of hope ...

EDIT: just a remark that I did not have time to work on that problem recently, but I am still interested in solving it. I do not want it to disappear from egosearch thread list.
  • Jump to post
by wazow
Sun Mar 11, 2007 8:38 am
Forum: Networking & Security
Topic: WPA on an Atmel based NIC??? [was: mad at wpa_supplicant]
Replies: 4
Views: 1175

Ok. Perhaps it is not fully smooth, but I can at least connect from my ipw2100 nic. My other machine has a PCMCIA Atmel based nic, and I still have no success with it.

zieleniec ~ # wpa_supplicant -ieth1 -c/etc/wpa_supplicant/wpa_supplicant.conf -d -Datmel
Initializing interface 'eth1' conf '/etc ...
  • Jump to post
by wazow
Sat Mar 10, 2007 9:27 pm
Forum: Networking & Security
Topic: WPA on an Atmel based NIC??? [was: mad at wpa_supplicant]
Replies: 4
Views: 1175

You should be using -Dwext for the ipw2x00 stuff. Post the errors using -Dwext.

When you say you "can't find any APs", do you see your AP with `iwlist eth1 scan` ? Even with wpa_supplicant not started, you should at least see your AP.
This is a good point. Normally I can see the APs around, but ...
  • Jump to post
by wazow
Sat Mar 10, 2007 8:59 pm
Forum: Networking & Security
Topic: WPA on an Atmel based NIC??? [was: mad at wpa_supplicant]
Replies: 4
Views: 1175

WPA on an Atmel based NIC??? [was: mad at wpa_supplicant]

Can anybody guide me on configuring wpa_supplicant? I have spent many hours on this, have read through many posts and cannot see what am I doing wrong. wpa_supplicant continues to find no accesspoints.

My NIC is "Intel Corporation PRO/Wireless LAN 2100". I am trying to get wpa_supplicant to connect ...
  • Jump to post
by wazow
Sun Feb 18, 2007 6:38 pm
Forum: Multimedia
Topic: pulseaudio fails to start on nslu2, sort of [solved]
Replies: 5
Views: 2020

I have managed to debug my problem. The last call in the above strace was made by liboil (so the bug is actually in liboil). Here is a Debian bug report and a patch (more of a workaround, actually):

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410859

I have applied it to 0.3.10-r1 and ...
  • Jump to post
by wazow
Sat Jan 27, 2007 5:28 pm
Forum: Multimedia
Topic: Acrobat plugin failure
Replies: 17
Views: 9113

Or if you do not really need this small upgrade just append "=app-text/acroread-7.0.9" to /etc/portage/package.mask and let portage downgrade to acroread-7.0.8, so that it works as it used to. I find this a cleaner and safer solution, if you do not insist on this upgrade (which is minor anyway ...
  • Jump to post
by wazow
Tue Jan 23, 2007 1:51 pm
Forum: Multimedia
Topic: Acrobat plugin failure
Replies: 17
Views: 9113

UncleTom wrote:Maybe the same solution works, too? Do you have an idea what that was?
Was there any solution? I could not see it in the thread.
  • Jump to post
by wazow
Tue Jan 23, 2007 1:05 pm
Forum: Multimedia
Topic: Acrobat plugin failure
Replies: 17
Views: 9113

For me, the problem is not only that the acroread plugin is not working.

acroread file.pdf

from the shell also starts acroread but does not open the file. The problem starts with the
upgrade to 7.0.9[/i]

I confirm the same issue. Acrobat no longer opens files from command line with this ...
  • Jump to post
by wazow
Mon Jan 22, 2007 10:03 pm
Forum: Kernel & Hardware
Topic: Random freezes
Replies: 16
Views: 3503

I have been also seeing random freezes recently. Initially I suspected hibernation, but now they even happen on clean reboots. The system typically freezes when I use skype, or firefox. Then it dies completely. Often with keyboard leds blinking. I have not checked whether it still responds to ping ...
  • Jump to post

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