Posts Tagged ‘ 64bit ’
Howto install flash in 64bit archlinux. #pacman -S flashplugin done! I was surprised when I did that by mistake, that it actually seems to have installed the 64bit flash-plugin rather than the 32bit one with nspluginwrapper & co. No more manually moving files around! [ READ MORE ]
I had some problem getting Spotify to run on my 64bit Fedora 11 laptop, fonts were missing and some graphics rendered horribly or was totally missing: Lucky for me I remembered that I have a free Crossover download waiting for me! So I got that, and it threw a bunch of missing dependencys in my face [ READ MORE ]
How to get VirtualBox 3.0 installed with USB support on Fedora 11. We need to install a little something to get the module to actually build before we install Virtualbox. As root: # yum install dkms kernel-devel make automake autoconf gcc Then install VirtualBox: 32bit: # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.i586.rpm 64bit # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.x86_64.rpm Right, now for the usb part. Got to find out [ READ MORE ]
Since I installed Ubuntu Intrebid Ibex and upgraded my RAM to 4 gigs, i have been getting something like this message at boot: [ 0.004000] Checking aperture… [ 0.004000] No AGP bridge found [ 0.004000] Node 0: aperture @ 20000000 size 32 MB [ 0.004000] Aperture pointing to e820 RAM. Ignoring. [ 0.004000] Your BIOS doesn’t leave a aperture memory [ READ MORE ]
Howto install the new alpha of Adobe’s Flash 10 on 64bit Ubuntu 8.10. Download the plugin and extract it somewhere. Uninstall flashplugin-nonfree and nspluginwrapper using Synaptic “Mark for Complete Removal“. Then copy the libflashplayer.so you extracted earlier to /usr/lib64/mozilla/plugins/ . Edit: Gentoo users should copy to /usr/lib64/mozilla-firefox/plugins/ That should be it! [ READ MORE ]
Adobe Systems has spun out an alpha version of its Flash Player 10 technology for 64-bit Linux software users today, to satisfy the needs of freetards everywhere. The multinational said it has done so to underscore its “commitment to the Linux community” which is ahead of Windows and Apple Mac OS X in the 64-bit processor [ READ MORE ]
This here works great. [ READ MORE ]
Updated make.conf and kernel.config, have to update BIOS = install xp Might as well change the filesystem back to ext3 at he same time, JFS sucks. kernel.config: # # Automatically generated make config: don’t edit # Linux kernel version: 2.6.25-gentoo-r7 # Tue Oct 21 18:58:46 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_ARCH_DEFCONFIG=”arch/x86/configs/x86_64_defconfig” # CONFIG_GENERIC_LOCKBREAK is not set CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_SEMAPHORE_SLEEPERS=y CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y # CONFIG_GENERIC_GPIO is not set CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_DMI=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_RWSEM_XCHGADD_ALGORITHM [ READ MORE ]
Rescued from failure, make.conf from my laptop. 64bit version, just for future refernce. # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -msse3 -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. MAKEOPTS="-j3" USE="X -kde [ READ MORE ]
is not always bad for you. NEVER do an emerge -C glibc on your gentoo system! NEVER! Graah! ( attemting to downgrade glibc )And I don’t have time to reinstall…. Ah well, time to try out the 64bit Sabayon POD 3.5 release now I guess… [ READ MORE ]