General :: Which GNU Distro Is Best For The Hp G62 64bit I5 Intel Core CPU?
Dec 28, 2010
I have a new hp g62 notebook pc with intel core i5 m469 @ 2.53 GHz, 64 bit operating system. I wish to use GCC to develop for msp430's, arm7/9. Which distro would work best for this hardware?
! I'm thinking of buying a corei5-660 on a motherboard with an Intel H55 Express Chipset. Does anyone know if it's fully compatible with OpenSUSE 11.3? I mean video (that comes from the processor, not an off-board PCI), audio (HD Audio), networking (Intel� 82578DC Gigabit), SATA Controller, USB, etc. I've tried to google but didn't find much info so I wonder if anyone is using or knows where I can find more info about it...
I have found this thread on the forums about the H55 chipset: Core i3 Intel Clarkdale graphic controller problem But the problems were facing on 11.2, I don't know about 11.3...
I've installed Suse linux 11.3 (kernel 2.6.34.7-0.5) on my brand new computer HP all in one 5130. Everything worked incredibly well : Wifi, wireless keyboard and mouse, sound, webcam.. There is only one remaining issue : I get a very poor resolution (1280x1024) instead of the 1920x1080 allowed by the screen. The graphic card is an intel chipset (HD graphics) integrated to an intel core i3 CPU. Here is (part of) the X11.org log :
Code: X.org X Server 1.8.0 Release Date: 2010-04-02 [ 15.124] X Protocol Version 11, Revision 0 [ 15.124] Build Operating System: openSUSE SUSE LINUX [ 15.124] Current Operating System: Linux linux-7xhd 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64 [Code]....
I still have an old Pre-Intel PowerPC Mac lagtop in a desk drawer, and was wondering if I could run a Linux Distro on it? If there are multiple options, I'd also like some opinions on the best choice.
In the past, I've deployed new 64 bit systems and I've worked on and developed on 64 bit systems. But until a week ago, my workstation was a 32 bit system. Now, it is a 64 bit quad core Phenom II system, and I suppose I need to start the migration to 64 bit Linux. I do not want to blow off my system and rebuild it. This particular system dates back a decade and through many many updates. There is some digital debris in it, but there is also a fair amount of customization that I have implemented either for my own purposes or for customers, and to lose that customization would represent a headache for me.
What I want to do is install a 64 bit system over top of the 32 bit system. It is my hope that doing this would install the necessary 64 bit libraries, while not impacting the existing 32 bit libraries (except with some possible symlink problems). I then, hopefully, could boot into a 64 bit kernel while still running 32 bit programs. Is this feasible? My backup system is comprehensive; I COULD just try it and back up if my system became hosed. But I'd rather not; I have a lot of work to do and I'd rather not learn by doing in this case.
pc specs amd dual core 3.11ghz 4gb of ram ati 4850 1gb
i took the distro test and both said that mandriva would be good for me, so ima try that and see how it works out. ima use it for djing, maybe some games but prolly not not sure yet, and other than that just basic web surfing, burning movies, and just normal tasks.
On my 2 year old laptop I have an Intel Celeron Processor (The one made in June something of 2008) and last night I finally decided to tear it apart. My reasoning was, that I am going to buy a new laptop soon (I want a 64 bit system ) and lo and behold, my celeron processor has 2 cores on the chip itself. I ran several software tests on it in Linux (mostly just profiling and etc.) then I ran a full diagnostic on it and turns out that the second core was never used in any of it. So I looked over it through a magnifying glass and found a pin that was blocking a section from passing anything to this other core. I pulled the pin out and popped my processor in my laptop. Windows refused to boot at first except into Safe Mode because of a hardware change. It was there that my PC was re-evaluated and while previously I had a 3.5 out of 5.0 according to Vista, I know have a 4.1/5.0 thus Aero now was enabled. I then tried something crazy, I popped in the Arch64 net-install disk and VIOLA!!! It loaded and installed Arch64 successfully. Thus, I converted what was a 32 bit processor into a now 64 bit processor by (carefully) removing a pin. After doing research it seems other people found this out too and am wondering to myself, if Intel created this cheap of a 64bit processor, why didn't they market it like that and/or use this as their low-end 64 bit processor? It's all very fishy to me and I really don't know what to make of it.
As an update, I have re-soldered the pin on and Windows still sees the 2nd core. Arch64 however refuses to boot because it's trying to boot 64bit instructions on a 32bit processor again. It seems that since Windows saw that it was there, it has loaded a new driver (some weird "Intel Blah blah blah" [didn't write it down and don't feel like rebooting, sorry] ) that wasn't loaded before. It's still running Vista 32bit (NOT going to upgrade), but it still sees that the other core is there.
I've read that you can use specialized kernels for your hardware, and I was wondering if there's a kernel I can use for my Intel Core 2 duo. I read in a previous post about using a "smp" variant, but kinda wanted some confirmation. Here's CPU info:
Can someone tell me what the architecture of iMac Intel Core 2 Duo is? I am trying to figure out which of the following images given on the webpage below to download:[URL]..This is the list:
I think there are two different images (namely i386 and ia64) for intel-based systems, right? Which one should I download for my Intel Core 2 Duo? Is this a 64-bit architecture? Should I use amd64?
This is a general technical question about Symmetric Multiprocessing in relation to the Intel Core i7. (Actually, it's more about Hyperthreading than i7.) My understanding is that Symmetric Multiprocessing means that the operating system treats all processors as identical, and therefore it can assign a new thread to any free processor.
And that i7 appears to the OS as 8 processors, 0 thru 7. But from a performance perspective, the 8 processors are not identical, because each core has 1 execution engine plus the ability to store the state of 2 threads. This is, as far as I understand it, the essence of Intel's Hyperthreading. So each execution engine can quickly switch between 2 threads without bothering the OS, but only one thread at a time actually executes.
Suppose, for example, all processors are idle and the OS assigns one thread to processor 0, then has a second thread to assign. Since all free processors are considered identical, the OS could assign the second thread to any free processor, say 1. The result would be that both threads are competing for the same execution engine, while the other 3 cores remain idle. Is my understanding of SMP correct?
If so, does linux SMP take full advantage of Intel Hyperthreading (which existed also in earlier Intel processors)? That is, does linux SMP assign threads in such a way that it attempts to choose an idle execution engine? I don't know what algorithm SMP actually uses to choose the processor. For example, it could be the first free processor, or any free processor chosen at random.How about Windows? How does it handle the situation?
Edit: I have also posted this question in linuxforums and phoronix forums. I hope this doesn't count as cross-posting, since those forums are not on this site and they have different readership. If it is indeed cross-posting, please let me know and I will avoid doing it in future.
I am facing problem in installing/ configuring the Broad com wifi card (BCM4727) on fedora Core 13. how to install the BCM4727 on core 13. The os is 64 bit .
I'm trying to install Ubuntu 9.10 64Bit on my Intel Core 2 Duo Laptop, but it says "This kernel requires an x86-64 CPU, but only detected an i686 CPU. Unable to boot - please use a kernel appropriate for your CPU." However, I'm able to use Win 7 64bit and Win Vista 64bit on the same machine.
I'm a Linux Mint user, but I'd like to cross over to Debian. I used the x86 architecture for the Mint install, but I couldn't find that anywhere on the Debian site. what the architecture for the Intel Pentium D dual core is?
I'm trying to setup CentOS 5.4 x86_64 on a new machine but am running into problems. The machine is: CPU: Intel Core i7-860 RAM: 4GiB DDR3 Motherboard: Intel DQ57TM When booting from the disc, I get to the initial splash screen but almost immediately after that, I get a kernel panic.
None of the lines leading up to it mean much to me so I'm not sure what to copy here but the last line says: <0>Kernel panic - not syncing: Fatal exception
I can't able to create more than 28 spawn bash in fedora core 7 (2.6.25.4 kernel) linux 64 bit machine. I can able to create 1015 spawn bash in 32 bit fedora 7 core. Script I have used for both 32 bit and 64 bit:
On my lenovo g560 i have Intel core i3-330m, i have both debian squeeze and windows 7 installed on my laptop.Today i noticed that while playing music (amarok) and playing a flash game (google chrome, game - tetris, lol (: ) the processor core temperature was around 70-71deg celsius.I restarted and booted windows 7, doing the same thing (music and tetris) the processor temperature is aournd 54-55deg celsius.Can anyone explain why the high temperature when running debian?
I've been using Linux (Fedora) since 2005 (when I happily abandoned Windows) and loved every minute of it. No installation or other unresolvable problems. But now, I am totally stuck. A month ago, they just gave me a new desktop in the office: Dell Optiplex 960 with the Intel Core 2 Duo vPro chip. So I waited for Fedora 11 to come out, burned the x86-64 Install Media on a DVD, repartitioned the hard drive like I always do on new Windoze machines, and began installing. The install process gets to this announcement and stops:
mounting /tmp as tmpfs... done Then, after a 5-minute wait, if I push the power button on the computer for a hard reboot, then it says:
running install running /sbin/loader and then stalls for good. Then all I can do is hard-reboot again.
So, out of curiosity (and for other reasons), I tried booting the machine from other linux disks: Knoppix, and SystemRescue (www.sysresccd.org). They all stall at different points. The funny thing is that both Fedora 11 x86-64 and SystemRescue happily boot on my personal one-year-old Lenovo T61 Intel Centrino Duo VPro laptop.
I get a feeling that somehow the Intel Core 2 Duo vPro is causing the problem. I also think that there is got to be someone else out there who either had this problem, or was able to install F11 on similar Dell box. Google search did not produce actionalbe answers for me.
How's the X2 in terms of compatibility with F12. I see some deals that tempt me to pick up a cheap small desktop and those desktops use that AMD chip (along side an ATI Radeon) I prefer sticking with intel and maybe build my own, but I am curious about how AMD holds up in performance and/or compatibility with Fedora
I'm going to do a fresh instalation, I have an Intel Core 2 Quad, so I'm tring to get the 64-version from [url]but the file says "amd64", will this work for me?
I was using Fedora 11 on my previous laptop, a Toshiba Centrino 2-powered model, and I was having issues with the CPU fan not starting up unless I put it to sleep and woke it up again. I no longer have it due to circumstances beyond my control (aka getting mugged), and I'm looking into getting one of Dell's Core i5-powered Inspiron laptops.
On the odd chance that some people here have gotten their hands on one, I was wondering if there's any support for Core i3/i5-powered laptops in Fedora 11, or should I wait for Fedora 12 before I get one? I almost burnt up the Centrino 2 one before I remembered about the fan problem, and I want to avoid that if possible.
I'm about to upgrade a server for a local non-profit, and am looking at a Gigabyte GA-P55-UD3L motherboard and an Intel Core i5 750 processor. Does anyone have any observations or experiences with SUSE on this platform?
I own a MB with H55 Chipset and a Core i3 540 with openSuse 11.2.I tried kernel 2.6.32 and 2.6.34 and the newest Xorg delete the xorg.conf and got a fine picture on the screen (same with xorg.conf and device "intel") Even HD MKV is possible. But in KDE I can only open one programm. If I try to open a second programm the desktop disappear and I get the KDM screen and have to login again and the former started programm is gone. Only if I start the programms via an open Terminal window the programms will run. I tried to delete all .kde(x) directories, but it�s the same after restart.Only if I use driver "fbdev" in the xorg.conf I get no problem. But then the screen is very slow.
I've got a solid PC w/Xeon dual core, 4gb RAM, and (2) 1Tb Sata HDs - looking to replace a WinXP pc that currently is running PlayOn (for media to the BD player on the TVs) and sharing folders/drives to all the PCs (WinXP, Win7, OSX, and Ubuntu.
I have tried a few distros to get media shared to the BD players, and even a Win7 - but the BD players can't seem to play any of the video files on the newer 'servers' - and only the Win7 even appears to the Sony TV in the living room (even though it can only browse the folders with video files). Another problem with the Win7 being tested for acting as a server - is the Macs cant seem to access the shares (get Access Denied errors).
Wondering if there is any good distro that is mainly setup for sharing files and storage space to all my devices. Thinking of trying FreeNAS, and seeing if I could add the UPnP/DNLA server packages to it?