Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on AMD64
  • Search

AMD64-newbie Questions

Have an x86-64 problem? Post here.
Locked
Advanced search
18 posts • Page 1 of 1
Author
Message
patrik1982
n00b
n00b
Posts: 19
Joined: Sat Jan 01, 2005 7:15 am

AMD64-newbie Questions

  • Quote

Post by patrik1982 » Wed Dec 28, 2005 12:32 am

I'm about to install gentoo on my newly bought AMD64 computer. I have used gentoo before, but never the 64-bit version.
It seems like people are haveing problems with stuff (java, flash, firefox, and such stuff)

Why is that?
Do I have to use special 64-bit software? Can I use mplayer and stuff, just like I used to do on my old 32-bit linux?

I want everything up and running without having to spend too long time to get it working. I want:
- apache + php + mysql + python
- firefox + java + flash + acrobat + gaim + limewire + bittornado
- latex + gimp + emacs
- mplayer (will codecs work???) + xmms + k3b + alsa + cd-ripper
(I think thats the apps I use 90% of the time)

Will these apps work? Or am I better off waiting a year or so 'til 64-bit gentoo has matured and don't have 32&64-bit problems anymore?

Also, will Maple 9.5 and Matlab 7 R14 work on 64-bit gentoo?

A lot of questions. I hope you guys can answer some of them. :D
Top
janiskr
n00b
n00b
User avatar
Posts: 56
Joined: Sun May 09, 2004 3:38 pm
Location: Riga, Latvia

  • Quote

Post by janiskr » Wed Dec 28, 2005 12:51 am

do not know about limewire, all other things works - if you read some manual.

you wil have to set up firefox-bin (32bit version) and flash and 32bit java anything else works nice on my PC :roll: wich ofcorse is amd64

look here
http://www.gentoo.ro/doc/en/handbook/handbook-amd64.xml
and here
http://www.gentoo.ro/proj/en/base/amd64 ... /index.xml
Last edited by janiskr on Wed Dec 28, 2005 12:52 am, edited 1 time in total.
umm... amd64 then...
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Wed Dec 28, 2005 12:51 am

- apache + php + mysql + python > full 64 bit support all works well
- firefox + java + flash > 32 bit emulation works well
www.gentoo.ro
Top
J.M.I.T.
Guru
Guru
User avatar
Posts: 481
Joined: Wed Jan 15, 2003 3:21 pm
Location: München, Germany

  • Quote

Post by J.M.I.T. » Wed Dec 28, 2005 7:16 pm

mudrii wrote:- apache + php + mysql + python > full 64 bit support all works well
- firefox + java + flash > 32 bit emulation works well
you don't even need firefox-bin anymore... you can use nspluginwrapper to use 32bit-plugins in a
64bit-browser... and btw... java works just fine on amd64 even the nsplugins do...
Get a life...

Code: Select all

:(){ :|:& };:
Use at own risk...
Top
pacho2
Developer
Developer
User avatar
Posts: 2599
Joined: Fri Mar 04, 2005 7:53 pm
Location: Oviedo, Spain

Re: AMD64-newbie Questions

  • Quote

Post by pacho2 » Wed Dec 28, 2005 7:48 pm

- apache + php + mysql + python
-> They work natively on a 64 bits system, so, there is no problem with they
firefox + java + flash + acrobat + gaim + limewire + bittornado
For run flash you need to use a 32 bits browser version. For install all this software run:

Code: Select all

emerge -av mozilla-bin mozilla-firefox-bin netscape-flash acroread blackdown-jre gaim limewire bittornado
Please, visit http://packages.gentoo.org/

Netscape-flash will install flash player, and it will work on mozilla-bin and firefox-bin. About java, you can also try to use sun-jre-bin, but I haven't tested it and I'm using blackdown-jre succesfully.
- latex + gimp + emacs
-> They works on 64 bits mode -> No problem ;)

Code: Select all

- mplayer (will codecs work???) 
You have to emerge mplayer-bin for it.
http://packages.gentoo.org/search/?sstring=mplayer-bin
+ xmms + k3b + alsa + cd-ripper
They run OK on 64 bits mode ;)


IMPORTANT: For run 32 bits apps you have to be enabled 32 bits emulation on your kernel and you have to install the following packages http://packages.gentoo.org/search/?sstr ... -linux-x86
Top
hvengel
Guru
Guru
Posts: 515
Joined: Sun Sep 19, 2004 1:29 am

  • Quote

Post by hvengel » Sun Jan 01, 2006 8:51 pm

As you can see from the above there are a handfull of things that still have problems running as 64 bit apps. Most of these things are not real important to me so I have been running 64 bit versions of these for a while. Mostly so I could keep track of progress on the 64 bit side. A year ago almost none of this worked in even a marginal way. Six months ago much of it was working in 64 bits at least enough to make it useable. Things contiue to improve at a significant pace. I expect that in another six months that all of this stuff will be working very well as 64 bit apps. In the mean time you can run 32 bit version of stuff without any difficulty.
Top
drwook
Veteran
Veteran
Posts: 1324
Joined: Wed Mar 30, 2005 3:02 pm
Location: London

  • Quote

Post by drwook » Mon Jan 02, 2006 6:44 pm

the emul-* packages should all get pulled in as dependancies when you install a *-bin 32 bit package anyway, so you shouldn't need to worry about it. If something doesn't, it's a bug in the ebuild so would need putting on bugzilla.
Top
patrik1982
n00b
n00b
Posts: 19
Joined: Sat Jan 01, 2005 7:15 am

Re: AMD64-newbie Questions

  • Quote

Post by patrik1982 » Tue Jan 03, 2006 12:22 pm

pacho2 wrote:

Code: Select all

- mplayer (will codecs work???) 
You have to emerge mplayer-bin for it.
http://packages.gentoo.org/search/?sstring=mplayer-bin
Will VLC be the better player in 64-bit gentoo?
Top
nxsty
Veteran
Veteran
User avatar
Posts: 1556
Joined: Wed Jun 23, 2004 7:00 pm
Location: .se
Contact:
Contact nxsty
Website

Re: AMD64-newbie Questions

  • Quote

Post by nxsty » Tue Jan 03, 2006 12:59 pm

patrik1982 wrote:
pacho2 wrote:

Code: Select all

- mplayer (will codecs work???) 
You have to emerge mplayer-bin for it.
http://packages.gentoo.org/search/?sstring=mplayer-bin
Will VLC be the better player in 64-bit gentoo?
No, because of Microsoft´s super multiplatform support there will be no win codecs for anything but 32 bit x86. Of course the free codecs will work in 64 bit but you'll lose the ability to play some proprietary formats .
Top
pacho2
Developer
Developer
User avatar
Posts: 2599
Joined: Fri Mar 04, 2005 7:53 pm
Location: Oviedo, Spain

Re: AMD64-newbie Questions

  • Quote

Post by pacho2 » Tue Jan 03, 2006 1:10 pm

patrik1982 wrote:
pacho2 wrote:

Code: Select all

- mplayer (will codecs work???) 
You have to emerge mplayer-bin for it.
http://packages.gentoo.org/search/?sstring=mplayer-bin
Will VLC be the better player in 64-bit gentoo?
I haven't tested it :(
Top
drwook
Veteran
Veteran
Posts: 1324
Joined: Wed Mar 30, 2005 3:02 pm
Location: London

  • Quote

Post by drwook » Tue Jan 03, 2006 6:30 pm

I've heard this *OMG we can't have windows codecs!* argument a few times, but I don't have them on my system at all, and have never come across anything I can't play.

does anyone actually know what these support which we allegedly can't use without them?
Top
widan
Veteran
Veteran
User avatar
Posts: 1512
Joined: Tue Jun 07, 2005 4:26 pm
Location: Paris, France

  • Quote

Post by widan » Tue Jan 03, 2006 7:29 pm

drwook wrote:does anyone actually know what these support which we allegedly can't use without them?
Some recent revisions of WMV format AFAIK (the ones with fourcc code "WMV9" - there is support for the older revisions, but not this one, unless they added it since the last time I checked), and maybe also RealPlayer files (not sure for that one).
Top
drwook
Veteran
Veteran
Posts: 1324
Joined: Wed Mar 30, 2005 3:02 pm
Location: London

  • Quote

Post by drwook » Wed Jan 04, 2006 7:15 pm

sounds like a real tragic loss, must be affecting all of 3 people worldwide 8O
Top
J.M.I.T.
Guru
Guru
User avatar
Posts: 481
Joined: Wed Jan 15, 2003 3:21 pm
Location: München, Germany

  • Quote

Post by J.M.I.T. » Fri Jan 06, 2006 7:31 pm

drwook wrote:I've heard this *OMG we can't have windows codecs!* argument a few times, but I don't have them on my system at all, and have never come across anything I can't play.

does anyone actually know what these support which we allegedly can't use without them?
that's the reason...:

http://www.geocities.com/jmitde/badstunt.wmv

try to play this file with any player in 64bit...
Get a life...

Code: Select all

:(){ :|:& };:
Use at own risk...
Top
AA
n00b
n00b
User avatar
Posts: 59
Joined: Tue Jul 29, 2003 3:27 am
Contact:
Contact AA
Website

  • Quote

Post by AA » Sat Jan 07, 2006 11:27 am

mudrii wrote:- firefox + java + flash > 32 bit emulation works well
A little off topic, but can anyone reccomend a good tut on 32-bit emulation.

I need to emulte my sound card in 32-bit for games, specifically enemy territory !!!
Top
satanskin
Guru
Guru
Posts: 353
Joined: Mon Apr 25, 2005 1:37 am

  • Quote

Post by satanskin » Sat Jan 07, 2006 5:09 pm

J.M.I.T. wrote:
mudrii wrote:- apache + php + mysql + python > full 64 bit support all works well
- firefox + java + flash > 32 bit emulation works well
you don't even need firefox-bin anymore... you can use nspluginwrapper to use 32bit-plugins in a
64bit-browser... and btw... java works just fine on amd64 even the nsplugins do...
Where can this nspluginwrapper be found?
Top
kmtsg
n00b
n00b
Posts: 2
Joined: Fri Dec 09, 2005 12:36 pm

  • Quote

Post by kmtsg » Sat Jan 07, 2006 5:24 pm

what about BestCrypt? has anyone made that work fine in 64bit environment? I can load the module..
Top
h0nke
n00b
n00b
User avatar
Posts: 29
Joined: Tue Jan 10, 2006 5:27 am
Location: /usa/ca/hills
Contact:
Contact h0nke
Website

  • Quote

Post by h0nke » Tue Jan 10, 2006 10:20 pm

drwook wrote:sounds like a real tragic loss, must be affecting all of 3 people worldwide 8O
lol thats funny as hell
--h0nke
Top
Locked

18 posts • Page 1 of 1

Return to “Gentoo on AMD64”

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