Forums

Skip to content

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

Search found 89 matches

Go to advanced search

Advanced search
Search found 89 matches
  • 1
  • 2
  • 3
  • 4
  • Next
by Bzub
Mon Jul 22, 2013 10:00 pm
Forum: Networking & Security
Topic: Tor private browsing
Replies: 5
Views: 4150

http://forums.gentoo.org/viewtopic-t-269815-start-0.html should work

except it's
emerge net-misc/tor
emerge net-proxy/privoxy


in /etc/privoxy/config line 1384 feels better to me, but as stated in that post anywhere in the file will do.
And when you configure your browser use port 9050 instead ...
  • Jump to post
by Bzub
Mon Jul 22, 2013 6:58 pm
Forum: Gentoo Chat
Topic: [SOLVED] Gentoo's portage on Linux comparable to MacPorts?
Replies: 15
Views: 18374

check

http://packages.gentoo.org/ (only the official tree)
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2


As stated above both have common ancestors ( - or influences whatever you prefer), but the ...
  • Jump to post
by Bzub
Sun Oct 28, 2012 3:57 pm
Forum: Kernel & Hardware
Topic: Failed to emerge aufs3 on Raspberry Pi
Replies: 12
Views: 6635

When you update world every package that wasn't emerged with --oneshot or -1 will be updated by default.
You can chose to either emerge packages that don't need updating with the --oneshot flag or mask them in package.mask (man snip below)
package.mask
A list of package atoms to mask. Useful if ...
  • Jump to post
by Bzub
Sun Oct 28, 2012 2:46 pm
Forum: Kernel & Hardware
Topic: Failed to emerge aufs3 on Raspberry Pi
Replies: 12
Views: 6635

Did you upgrade your kernel and remove the older one?

I followed the Portage Introduction in the wiki to update my install. In particular, I ran this update command:
Code:
# emerge --update --deep --with-bdeps=y --newuse world


If so did you run this afterwards?

# run "eselect kernel list ...
  • Jump to post
by Bzub
Thu Jul 12, 2012 12:52 pm
Forum: Desktop Environments
Topic: [SOLVED]startx doesn't work for normal user
Replies: 44
Views: 42050

x -retro doesn't exist...
Actually X -retro might...I'll try that.
anyway, I added athena to video and startx.

Still doesn't work :(

It says something abut xauthority files

Hi,

Could you post /var/log/Xorg.0.log or something more specific about that Xauthority problem.

Do you have the file ...
  • Jump to post
by Bzub
Thu Jul 12, 2012 2:29 am
Forum: Desktop Environments
Topic: [SOLVED]startx doesn't work for normal user
Replies: 44
Views: 42050

Re: startx doesn't work for normal user

So, I can't start x as normal user then I su. The problem is, when I su, it starts x as root and I'm in my session as root. I tried to start a new session but all I got was a black screen with a white dash in the top left corner.

Also, I don't know how to leave the Desktop Environment. The guide ...
  • Jump to post
by Bzub
Mon Jul 09, 2012 10:32 pm
Forum: Portage & Programming
Topic: running a java jar file from a different directory[solved]
Replies: 2
Views: 1647

Re: running a java jar file from a different directory

Hi, I've got a java jar file in a directory and its got a subdirectory with some fonts in it that the java app uses. How do I put a link to this java app in the /usr/bin folder so everyone can use it? Thanks.
Hi,

Easiest solution I can think of is making a small bash script:

Put this in a file ...
  • Jump to post
by Bzub
Mon Jul 09, 2012 10:03 pm
Forum: Portage & Programming
Topic: [solved]eix-update stuck
Replies: 40
Views: 9309

pd1986 wrote:
Bzub wrote:Hi,

That output seems normal. Could you try and comment (#) out the layman and local overlay in /etc/make.conf
and run eix-update again?
Thanks a lot. I just tried, nothing changed. it stuck there 1min and I cancelled.
Hi,

I'm all out of ideas, hopefully Bill's suggestion works for you.
  • Jump to post
by Bzub
Mon Jul 09, 2012 9:02 pm
Forum: Portage & Programming
Topic: [solved]eix-update stuck
Replies: 40
Views: 9309

Hi,

That output seems normal. Could you try and comment (#) out the layman and local overlay in /etc/make.conf
and run eix-update again?
  • Jump to post
by Bzub
Mon Jul 09, 2012 8:42 pm
Forum: Portage & Programming
Topic: [solved]eix-update stuck
Replies: 40
Views: 9309

Hi,

cant see what's going wrong there could you post?
emerge --info
  • Jump to post
by Bzub
Mon Jul 09, 2012 7:54 pm
Forum: Portage & Programming
Topic: [solved]eix-update stuck
Replies: 40
Views: 9309

Re: eix-update stuck

Hello, I installed eix. After compilation. I tried running eix-update, but it is stuck at this step "Reading Portage settings" and lasts for more than 40min.

Could someone please explain this to me and tell me what should I do? Thanks.

Hi,

I cant tell what's wrong with this description, but ...
  • Jump to post
by Bzub
Mon Jul 09, 2012 7:05 pm
Forum: Multimedia
Topic: thunderbird change language
Replies: 6
Views: 6525

Re: thunderbird change language

Hi there,

i just emerged thunderbird and have Thunderbird 10.0.5 version. However, the GUI is in english. I would like to change this into a german GUI - how is that possible? I cannot find any german add-on in the preferences->Manage Add-Ons list. Can anybody help me?

Thanks a lot

Hi,

Have ...
  • Jump to post
by Bzub
Fri Jul 06, 2012 5:27 am
Forum: Portage & Programming
Topic: Failing to emerge gtkhtml (any version)
Replies: 5
Views: 3788

Hi,

Try unmasking a gtkhtml 4.4.*, that g_thread_init call should be fixed in the newer versions.
  • Jump to post
by Bzub
Fri Jul 06, 2012 4:56 am
Forum: Other Things Gentoo
Topic: VirtualBox Problem
Replies: 2
Views: 3102

Re: VirtualBox Problem

Hi,

Your code:
I
thehighpander@thehighpander-pc ~ $ sudo for m in vbox{drv,netadp,netflt}; do modprobe $m; done
bash: syntax error near unexpected token `do'



is actually the same as doing this:


$sudo for m in vbox{drv,netadp,netflt}
$ do modprobe $m
$done


So you're only running the ...
  • Jump to post
by Bzub
Wed Jan 05, 2011 6:18 pm
Forum: Gentoo on PPC
Topic: fresh G5 install... but no kernel source?
Replies: 3
Views: 6586

Couple of options:
* unmask the gentoo source you want (easy to google, also try to google autounmask), wouldn't recommend 2.6.36-r2 though see http://packages.gentoo.org/category/sys-kernel
* get another kernel package sys-kernel/vanilla-sources has 2 stable releases it seems (look it up at the ...
  • Jump to post
by Bzub
Wed Jan 05, 2011 5:58 pm
Forum: Desktop Environments
Topic: fluxbox menu question
Replies: 4
Views: 1682

Ill give that a shot thanks.

I have to su because this particular game wont run as reg user. It crashes every time :( It is quite the epic fail

/EDIT

After I run it, I get this error in the eterm Eterm: Error execp() failed: can not execute "su - c cd /home/sinister/.wine/drive_c/Program\ Files ...
  • Jump to post
by Bzub
Tue May 11, 2010 9:41 pm
Forum: Desktop Environments
Topic: Xorg not starting
Replies: 4
Views: 3169

Put your output in bbc code brackets, and post the configuration of graphics in devices drivers in the kernel .config

Did you follow:

http://en.gentoo-wiki.com/wiki/Fglrx

http://www.gentoo.org/doc/en/ati-faq.xml

Did you mean this?

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG ...
  • Jump to post
by Bzub
Tue May 11, 2010 6:17 pm
Forum: Desktop Environments
Topic: Xorg not starting
Replies: 4
Views: 3169

Xorg not starting

Hi all,

My xorg won't start, it just quits without errors. I'm rather clueless, any help is appreciated system info below.

lspci | grep ATI:
02:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
02:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD ...
  • Jump to post
by Bzub
Wed Jan 21, 2009 11:56 pm
Forum: Multimedia
Topic: Versions to get fglrx dualhead working
Replies: 2
Views: 1361

kernel: 2.6.25-r9
ati-drivers: 8.501 (also a [Mobility Radeon 9600 M10])
xorg: 1.3

works like a charm with every monitor/projector I've ever gotten my hands on:).
Does clone view work? (should work out of the box)

I get that black screen ass well (nowadays less and less). It just fades away to ...
  • Jump to post
by Bzub
Wed Jan 21, 2009 7:09 pm
Forum: Desktop Environments
Topic: Problem with Xorg -configure using radeon x1200 card
Replies: 11
Views: 1629

same problem here: http://forums.gentoo.org/viewtopic-t-724793-highlight-.html .

I have the same problem with kernel > 2.6.25. But I don't mind not having the latest kernel.

So you could try 2 things:

1. downgrade the kernel
su -
echo "> sys-kernel/gentoo-sources-2.6.25" >> /etc/portage/package ...
  • Jump to post
by Bzub
Tue Jan 20, 2009 2:55 pm
Forum: Desktop Environments
Topic: Using two displays with different sizes/resolutions
Replies: 3
Views: 795

It can be done as long as your graphics card supports it. google it. Lots of information there.
"dual monitor", "twinview"

If you have ati, you can even have aticonfig do it for you (nvidia has something simular I guess).
  • Jump to post
by Bzub
Tue Jan 20, 2009 1:20 pm
Forum: Desktop Environments
Topic: [Solved] Xorg with Noise, other distros work fine.
Replies: 9
Views: 1744

powernowd is for controlling your cpu. Have you got some really high cpu usage? check with top. That could give some problems.

Could you also post

Code: Select all

equery list ati
to see if the right drivers are installed?
  • Jump to post
by Bzub
Mon Jan 19, 2009 9:04 pm
Forum: Portage & Programming
Topic: more info on portage keyword
Replies: 4
Views: 1084

From http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1
When you want to install a package that isn't available for your system, you will receive this masking error. You should try installing a different application that is available for your system or wait until the package is ...
  • Jump to post
by Bzub
Mon Jan 19, 2009 8:42 pm
Forum: Desktop Environments
Topic: Problem with Xorg -configure using radeon x1200 card
Replies: 11
Views: 1629

Ok try this:

(I hope you've got some experience in compiling the kernel? else: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7 for more info)

cd /usr/src/linux
make menuconfig


in the screen goto:

kernel hacking -->
[*] Enable unused/obsolete exported symbols ( you have ...
  • Jump to post
by Bzub
Mon Jan 19, 2009 7:26 pm
Forum: Desktop Environments
Topic: [Solved] Xorg with Noise, other distros work fine.
Replies: 9
Views: 1744

check if you are using the kernel agp

Code: Select all

cd /usr/src/linux
grep AGP .config
If so try disabling it (as ati recommends). That was the source for my noise.

else try as said with a "clean" xorg.conf (I don't think xorg guesses fglrx, not sure though)

Code: Select all

Xorg -configure
aticonfig --initial
  • Jump to post

Search found 89 matches
  • 1
  • 2
  • 3
  • 4
  • 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