Does anyone else use their N61 for any type of photo editing? I bought the new Paintshop Photo Pro X3 and every time I start to edit a photo I am getting c++ runtime errors and it shuts down.
-
We have had reports of wireless card updates. This card seems to work pretty well but it does not support connecting in 5.0 .I plan on upgrading to the 6200 but it only makes sense to me if your router supports 5.0 -
This takes form in demands, unresearched statements, questions that have been answered several times and/or questions that could be answered with very little effort.
For those people that think this is about you, it isn't. It is not just 1 or 12 posts, a few emails or any one thing that made me feel like venting. It is a combination of andLinux, ASUS forums, Notebook Review forums and several threads contained in each. Mostly andLinux as it can be very frustrating having your own OS. This biggest trigger was an email that I got but, it does happen everywhere.
I mean, when I came to this thread it was after reading a couple of other large threads -- amazingly I think Allyw123 was in all of them ;-) -- found by doing several searches. I must have read hundreds of posts, multiple reviews and read every document I could find. I did research and tried to find out everything I could. Yes, it took time and effort but, I was more educated for it.
I feel that this is one of the most hepful threads I have been involved in and most everyone helps other people so you all can understand this frustration.
For those wondering what straw broke the camels back in this case... I received an email from someone who downloaded andLinux and then emailed me asking how to use Linux. I got another one from someone who flamed me because andLinux doesn't yet work in x64 OSes and DEMANDED that I work on it because they need it.?! I also got one crapping all over the installer and telling me that I need to switch to InnoSetup, which we already use (the code is on our SourceForge page), and that they would help except that THEY don't have time.
Why do some people look for everyone else to do their work for them? Like their time is so much more important then ours! It is always fine to ask a question about an experience, a specific item someone may have experience with or an opinion but, to ask a repeated question or demand/beg for someone to go too far out of their way?! We do what we do because we like to help. Sometimes it is like we are talen advantage of!
Ok. I am done venting. Thinking about getting Crysis to the N61. Can't find it in any stores so I am debating doing the download version. -
I'm just hesitant to return a working laptop. I returned 2 HP DV8T's before ordering this one. Even with ASUS having a good reputation it just seems like Russian roulett waiting to see if you get a good laptop nowadays. -
Hello, I have a question about the keyboard. I have an older ASUS laptop, G50 series and it has an issue with the keyboard where if I type too quickly it doesn't register all the keys typed. This gets pretty annoying and I was wondering if the N61JQ has a similar or any kind of typing problem. Apparently, ASUS has made quite a few laptops with keyboard problems and there are many "fixes" but it'd be nice if the typing on this model worked perfectly. Thanks much for any and all feedback and sorry if this question was addressed and answered already.
-
-
Don't bail on us David we need all the expertise we can get in this lounge.
-
-
I just wanted to point out that li-pos are different then li-ions. This computer as do many others come with li-ions not li-pos. They need to be charged and discharged differently. If Lipos drop below a certain voltage, they are ruined. They need special chargers to keep them from being ruined. (Unless you know how to charge them.) I use Lipos in my RC Truck. They provide sooooooo much more power than Li-ions. -
I actually haven't been playing too many PC games. I have a PS3 (original 60GB unit) that I mostly play on. Now that I have the N61, I have been eyeing PC games. I like WoW and installed Oblivion (always liked that one). I am really interested in a good FPS. I heard that Crysis has some great addons/mods. I have HalfLife 2 on the PS3 (that is a great game). Maybe I will get it for the PC too. -
Yeah I used to race rc trucks quite a bit back that was fun (and expensive) -
It's not going to be a problem for (Hunt & Peck!) me. -
So I finally got my N61 from newegg. Newegg has nice customer service, except I did not like that it took 3 days to process my order, other than that, they are really pleasure to deal with.
Anyway my laptop came with Hitachi hard drive and kingston 1333 RAM, very pelased with that.
I called asus about some confusion regarding warrenty and display. On the e-said LCD but they confirmed it is LED, also newegg website showed two years warrenty and sticker said one, asus said I have to call newegg about that, since it says one year according to serial number. -
Donald@Paladin44 Retired
The screen is an LED backlit LCD. LCD and LED are not conflicting technologies.
-
-
-
And have you heard anything about ASUS keyboard issues like the ones talked about a few posts ago? -
-
Hmmm, so yea could someone that can type 90-120 words per minute do a type test to check out the keyboard to see if there are any issues.
-
Well, I can type over 100 wpm and I haven't had any problems with key skipping .
-
You people are crazy... I'm lucky to hit 40 per min... but that's all the faster my brain seems to go... lol
-
-
Just to make sure, I went to typerA.tk:
Your score: 538 keys per minute ~ 107 words per minute
Mistakes: don't(Don't), aCross(Across), know(know,).
None due to skipped letters! -
-
-
-
Install these 4 and try the software again:
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2005 SP1 Redistributable Package (x64)
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2008 SP1 Redistributable Package (x64)
Like I said, it is a long shot. Hope it works for you.
Edit: Even if you install the above libraries, there is still a chance that they may not get used by your application. This can happen in poorly-built apps that copy the runtime libraries to the local application directory. Outdated or incompatible versions may be used instead of the newer ones installed in your Windows winsxs directory. If you suspect this, you can browse through your Paint Shop application directory and delete the files. They have names like msvcr80.dll. -
-
And for all those haters you encounter complaining about no 64bit edition, just tell them to load up a Virtual Machine with a 32 bit OS. That's what I will do till a 64bit version is available. -
I actually sold one of my slower 64bit machines to get the N61 so I can work on porting andlinux to x64. I am going to do this in phases.
There are 5 major parts of andLinux. The linux.sys driver, WinTap (network communication), the Linux Kernel, the OS (and all of the modules) and the communication portals between Linux and Windows.
The linux.sys driver allows Linux and Windows to co-exists in Windows. Also, the WinTap driver allows for the Linux system to use networking. I HOPE these can safely be recompiled (as I think they are already 64bit safe) to allow for the 32bit version of andLinux to run on a 64bit OS.
The trick comes in porting the a 64bit Linux kernel to a 64bit Windows application. Here is about the highest level explaination I can come up with: Linux handles long integers (really big whole numbers) as 8bit where Windows handles them as 4bit. Because of this, when you cast (think of it as converting) a pointer (think of this as something specifying an exact memory location), they can't be cast properly between Linux (8bit) and Windows (4bit) and is unsafe (think of this as CRASH|BSOD|BIG!NO!NO). So, CoLinux (a port of the Linux kernel to Windows that andLinux uses) needs a complete rewrite of how it handles memory. As well, x64 Windows is more protected then 32bit Windows so, there is no telling what else we are going to encounter when porting things over.
This is a pretty big job but, I am not alone. Henry Nestler (the main CoLinux developer) has already made great strides in this work. As well, I have a few very talented C coders at my disposal. My C skills are pretty limited since I have been living in C# and Java for the past few years.
Anyway, I am installing a 64bit version of Ubuntu on the N61 this weekend so I can start porting things over. I just hope I don't screw up the N61 in the process. I may use the HP TX2 for testing since I am a bit nervous about screwing up the N61. -
Hi, I think this might be the best area for this.
I just purchased this laptop and got it Thursday. I am having Bluetooth Connection issues.
I have a Microsoft Intellipoint Explorer For Bluetooth and the matching keyboard. I was initially able to pair both devices without use of the provided Bluetooth Dongle. However, while I was playing Crysis this morning, my computer suddenly shut down.
Now, when I cannot use the Mouse/Keyboard. I tried re-syncing them but once I connect and install them, the connection suddenly disappears. I went back to my old computer and synced both devices to the dongle and reattached it to the computer and it seems to be working ok, but why can't I get the devices to attach to the actual onboard bluetooth?
Thanks -
-
-
-
I was wondering anyone else having problems of dust getting literally inside the screen? I only had this notebook for a couple of weeks now and only noticed that when I first cleaned it yesterday. I can tell where they are going into. The dust is getting in from those side things to separate your monitor and keyboard. Also, do you guys think it's covered by the warranty?
-
-
-
-
http://forum.notebookreview.com/showthread.php?t=318551 -
-
-
-
Question: what size is the ODD drive in the N61JQ and is it flush with the case?
I'm thinking about buying a N61JQ and replacing the DVD drive with a hard drive bay from and need to know what size/connector to buy. As well as anticipate any potential modding in case the drive bay doesn't quite fit the case. http://newmodeus.com/shop/index.php?main_page=index&cPath=2_27&sort=20a&page=1.
That way I can move the 500gb drive to the optical bay caddy and throw a cheap SSD(I'm thinking OCZ Solid 2. 120gb Indilinx for less than $300 after rebate in its spot.
I know I could buy the n71 which has 2 HDD bays built-in, but I don't like 17in notebooks and the price is a bit high after factoring in the cost of the SSD. I also hardly ever use the disk drive in my notebook now(it's dead in fact) and already have an external dvd burner. -
-
Hey thanks I will try that, and thanks for putting up all the links for me. -
-
-
-
-
* Asus N61JQ Owners Lounge *
Discussion in 'ASUS Reviews and Owners' Lounges' started by GregW, Feb 3, 2010.