Forums

Skip to content

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

Search found 200 matches

Go to advanced search

Advanced search
Search found 200 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by rlittle
Sat Oct 29, 2011 4:17 pm
Forum: Portage & Programming
Topic: [SOLVED] emerge dev-python/setuptools fails, incorrect ...
Replies: 9
Views: 7316

Had exactly the same problem for over a week (maybe 2?). Changed my GENTOO_MIRRORS in /etc/make.conf from "http://gentoo.chem.wisc.edu/gentoo" to "ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/"

Problem solved. Thanks everyone. It's always easier to fix a problem when you know someone else has ...
  • Jump to post
by rlittle
Tue Feb 15, 2011 3:42 am
Forum: Documentation, Tips & Tricks
Topic: HOWTO D-Link DWA-125 wireless usb adapter
Replies: 2
Views: 20277

I downloaded 2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO from the RT site

I had to add one step to get it to load the module (rt3070sta)



add:

MODULE_LICENSE("GPL");

to 2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO/os/linux/usb_main_dev.c

If I didn't, I got:
rt3070sta: Unknown symbol ...
  • Jump to post
by rlittle
Wed Feb 09, 2011 6:22 am
Forum: Desktop Environments
Topic: [solved] X.org font loading broken after update
Replies: 13
Views: 10670

One million thank you-s guys. This is day 3 for me and I was about to start my 2nd "emerge -e world". :)

I can't imagine how the original, original poster figured it out. Talk about no clues!

On the plus side, I remember when my emerge -e took at least 3 days to finish, now it's less that 24 hours ...
  • Jump to post
by rlittle
Thu Aug 12, 2010 12:40 am
Forum: Desktop Environments
Topic: wrong keyboard after update world [SOLVED]
Replies: 5
Views: 3264

hey man, I've only reached "Apprentice" on this forum. I don't know everything. :D

I have a blank "Subject" line above "Message body" as I write this reply. Maybe you could edit yours? I'm really not sure. I don't think I've every started a thread before.

You should figure it out though. It's the ...
  • Jump to post
by rlittle
Wed Aug 11, 2010 4:08 am
Forum: Desktop Environments
Topic: wrong keyboard after update world [SOLVED]
Replies: 5
Views: 3264

I think you need to run

revdep-rebuild

If you don't already have it, you can obtain it by running

emerge gentoolkit

It will search for all broken library links, and then rebuild any package that's looking for old (deleted by emerge --update world) libraries.

Be warned, it's going to take a ...
  • Jump to post
by rlittle
Thu Oct 29, 2009 3:26 am
Forum: Multimedia
Topic: mplayer & fontconfig(?) problem
Replies: 18
Views: 13900

Btw, after commenting out those lines (132,133, and 134), mplayer is fine. I just wonder why they are there...

~ # cat -n /etc/mplayer/mplayer.conf | tail -10
126 # DVDNAV Settings #
127 ###################
128 #vc=ffmpeg12,
129
130 # You can also include other configuration files.
131 ...
  • Jump to post
by rlittle
Thu Oct 29, 2009 3:16 am
Forum: Multimedia
Topic: mplayer & fontconfig(?) problem
Replies: 18
Views: 13900

I have the same problem. Looks like the config file in portage is bad (or the code that reads the config file is bad. One or the other)

~ $ mplayer ./SummonerGeeks.avi
The fontconfig option can't be used in a config file.
Error parsing option fontconfig=1 at line 132
Warning unknown option subfont ...
  • Jump to post
by rlittle
Wed Oct 21, 2009 2:05 am
Forum: Kernel & Hardware
Topic: NVIDIA 8500 GT not being detected
Replies: 18
Views: 4691

So, now that you have the /dev/nvidia* devices, what do you see in Xorg.0.log when you attempt to start X?

...still "(EE) No devices detected"?
  • Jump to post
by rlittle
Tue Oct 13, 2009 4:04 am
Forum: Desktop Environments
Topic: [SOLVED] strange keyboard repeat issue in X after upgrade
Replies: 12
Views: 4046

This exact problem shows up on one of my machines when I attempt to upgrade xorg-server from 1.5 to 1.6. I'm going to recheck if I left "AllowEmptyInput" lines in my xorg.conf while I was fixing my evdev stuff. Thanks! It was killing me!
  • Jump to post
by rlittle
Sat Oct 10, 2009 11:24 pm
Forum: Desktop Environments
Topic: the recent migration to xorg server 1.6 and libxcb 1.4
Replies: 6
Views: 2061

Definitely the libxcb upgrade first, followed by xorg-server.

Just a warning though, I may be having some X-related oddities with my mouse. It shuts down irregularly. It's a cordless mouse and it might be physical, but I'm still trying to figure it out. I haven't seen anyone post anything about a ...
  • Jump to post
by rlittle
Thu Oct 08, 2009 8:24 pm
Forum: Desktop Environments
Topic: the recent migration to xorg server 1.6 and libxcb 1.4
Replies: 6
Views: 2061

Mod parent +1. :)
  • Jump to post
by rlittle
Mon Oct 05, 2009 9:47 pm
Forum: Desktop Environments
Topic: Mouse very slow with kernel 2.6.30
Replies: 12
Views: 3422

Since my wave of rebuilding (above) the mouse and keyboard have been a lot better. Grabbing a window and moving it rapidly still sends the CPU to 100%, but normal keyboard and mouse use is pretty flawless.

I guess I'm going to call this "solved", but it isn't really.

Thanks for your help everyone!
  • Jump to post
by rlittle
Thu Oct 01, 2009 12:18 am
Forum: Desktop Environments
Topic: Mouse very slow with kernel 2.6.30
Replies: 12
Views: 3422

Thanks very much for your help dmpogo. Nothing in dmesg or logs about anything disconnecting/connecting whether it's USB or HAL.

The machine is a several-year-old dual Opteron made by Sun (WZ2100, still amd64 of course). It has an AMD-8111 chipset. The interesting part of lspci looks like this ...
  • Jump to post
by rlittle
Wed Sep 30, 2009 12:00 am
Forum: Desktop Environments
Topic: Mouse very slow with kernel 2.6.30
Replies: 12
Views: 3422

I've upgraded to latest unstable xorg-server, xorg-x11 and evdev driver. Still no change in the stutter.

One more observation, when it starts stuttering, X can grab up to 100% of a CPU.

The USB ports that I'm plugged into are using the OHCI driver (is driver the right term?). The ports that seem ...
  • Jump to post
by rlittle
Fri Sep 25, 2009 10:50 pm
Forum: Desktop Environments
Topic: Mouse very slow with kernel 2.6.30
Replies: 12
Views: 3422

Thanks for your replies guys! I've been getting the same ideas you have from reading 100 different posts, and I've been trying to clean up my config and hope that will be the fix.

Right now I have:

-no InputDevice section in xorg.conf of any kind
-only x11-drivers/xf86-input-evdev installed (no ...
  • Jump to post
by rlittle
Fri Sep 25, 2009 3:19 pm
Forum: Desktop Environments
Topic: Mouse very slow with kernel 2.6.30
Replies: 12
Views: 3422

I have a problem that sounds exactly the same, but I've had it since 2.6.29 sometime. I don't think the problem is in the kernel, I'm leaning towards HAL on this, because I don't think I've spent any time updating it on this machine. My other machine doesn't have this issue.

If you find anything ...
  • Jump to post
by rlittle
Sun Apr 05, 2009 9:32 pm
Forum: Portage & Programming
Topic: Permission denied... but not?
Replies: 22
Views: 8493

ummm... that worked.

usr # mkdir /usr/portage
usr # mount /export/archive2/portage/ /usr/portage -o bind
usr # mount | grep portage
/export/archive2/portage on /usr/portage type none (rw,bind)
usr # emerge -fv xulrunner

These are the packages that would be fetched, in order:

Calculating ...
  • Jump to post
by rlittle
Sun Apr 05, 2009 8:58 pm
Forum: Portage & Programming
Topic: Permission denied... but not?
Replies: 22
Views: 8493

This just started happening to me to. I noticed I was running out of space in my /usr partition, so I tar-ed over /usr/portage to another (much larger) partition and set up a link pointing to it
# cd /usr
# ls -l portage
lrwxrwxrwx 1 root root 31 Apr 5 16:47 portage -> /export/archive2/portage ...
  • Jump to post
by rlittle
Sat Feb 28, 2009 9:00 pm
Forum: Desktop Environments
Topic: Super strange file association (gnome)
Replies: 17
Views: 6063

Worked for me to. That is to say:

(as root)

Code: Select all

update-mime-database -v /usr/share/mime
(as user)

Code: Select all

update-desktop-database -v ~/.local/share/mime
..and restart the desktop.
  • Jump to post
by rlittle
Fri Feb 27, 2009 4:28 am
Forum: Desktop Environments
Topic: gnome terminal recently stopped closing on exit
Replies: 14
Views: 7447

Many thanks. I never would have guessed that one. :?
  • Jump to post
by rlittle
Mon Dec 22, 2008 8:18 pm
Forum: Gentoo on Sparc
Topic: Gentoo on T5240
Replies: 11
Views: 23765

Hmmmm.... interesting. Is:

Code: Select all

 \|/ ____ \|/
 "@'/ .. \`@"
 /_| \__/ |_\
    \__U_/ 
a bad sign? :)
  • Jump to post
by rlittle
Fri Dec 19, 2008 6:12 am
Forum: Kernel & Hardware
Topic: sun x86/x64-servers - will gentoo run on them?
Replies: 1
Views: 1991

They sound pretty new. I think that you're going to be the first. :)
  • Jump to post
by rlittle
Thu Dec 18, 2008 12:56 am
Forum: Gentoo on Sparc
Topic: Gentoo on T5240
Replies: 11
Views: 23765

No good news. I'm really not sure if I'm even doing everything right, but I had to setup the TFTP server on another Solaris 10 box. After a pile of poking around I finally managed to "boot net" and get a response. I'm using the boot image that you linked to (above) of course:

You can see the kernel ...
  • Jump to post
by rlittle
Tue Dec 16, 2008 11:59 pm
Forum: Gentoo on Sparc
Topic: Gentoo on T5240
Replies: 11
Views: 23765

You are better than 16 hours of searching on google!!! :D

...now I have to set up this tftp thing. Never had to before. Hmmm.. Do I have to have the tftpd server on the same subnet?

I have to dodge work, but I'll have results with a week.

Thanks again!!!
  • Jump to post
by rlittle
Mon Dec 15, 2008 10:38 pm
Forum: Gentoo on Sparc
Topic: Gentoo on T5240
Replies: 11
Views: 23765

I'm just trying to install Gentoo 2008.0 for SPARC on an LDOM in a T5240 this week. I can boot the CD, but once it's loaded a kernel it can't find my virtual cdrom or virtual hardrive anymore and can't continue the boot process.

No answers here I'm afraid, but I'm guessing the kernel doesn't ...
  • Jump to post

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