mrgreen4242
Apr 16, 07:31 AM
Well, a couple things to consider...
1) Make sure the 360 supports 1080p over VGA (it didn't used to, but they did update it last year, so it might now).
2) There's a very good likelihood that the 360 isn't rendering 1080p (or even 1080i) for most/any games. It's probably rendering at 540p60 and scaling that to 1080i30 or 1080i60. For 1080p it's probably upscaling 720p. Point is that if your set has a good scaler/deinterlacer for 1080i to 1080p (which it very probably does) using 1080i over component is probably going to look just as good as HDMI.
EDIT: Oops, realized you were asking about HDDVD as well as games - which means the 360 is doing "real" 1080p. If you are serious about HDDVD movies you should probably consider the HDMI equipped connection, just in case they decide to turn on the token constraint flags.
1) Make sure the 360 supports 1080p over VGA (it didn't used to, but they did update it last year, so it might now).
2) There's a very good likelihood that the 360 isn't rendering 1080p (or even 1080i) for most/any games. It's probably rendering at 540p60 and scaling that to 1080i30 or 1080i60. For 1080p it's probably upscaling 720p. Point is that if your set has a good scaler/deinterlacer for 1080i to 1080p (which it very probably does) using 1080i over component is probably going to look just as good as HDMI.
EDIT: Oops, realized you were asking about HDDVD as well as games - which means the 360 is doing "real" 1080p. If you are serious about HDDVD movies you should probably consider the HDMI equipped connection, just in case they decide to turn on the token constraint flags.
StarbucksSam
Dec 5, 02:24 PM
As I recall, they've always been commercial, or they were from early on, but they have gone all out - you're right. What a pity.
damnyooneek
Apr 17, 10:40 PM
they will exchange it. just show them what is worng.
cameronbrown13
Apr 24, 12:09 PM
Yep, basically every Apple product does this.
Confused. Turning the phone off and on again?
Yeah, I would power it off all the way and then turn it on
Confused. Turning the phone off and on again?
Yeah, I would power it off all the way and then turn it on
more...
Blondie :)
Apr 23, 06:47 PM
I'm sure that you can get it repaired at the apple store in New York City. It shouldn't take them too long either. However, since your MacBook model is a decent amount older than most, I would call them up before you head to U.S.A. and have them order the parts directly to the store. From there they should be able to get you fixed up and on your way :) I don't know about cost though...you'll have to ask apple.
Cheers!
Cheers!
techlover828
Jul 1, 07:09 PM
very tempting... is this the more expensive monitor that has the adjustable stand and better panel?
more...
CodeJingle
Jun 17, 03:30 PM
What about the WWDC 2009 videos? They aren't up for sale anymore and they don't appear to be part of the free offerings for registered developers. Can anyone confirm whether or not the 2009 videos were added with the 2010 videos?
janey
Jul 10, 03:18 PM
Originally posted by jimthorn
OK, I just have to ask. What happened? Did you fry the other memory slot or do you just need another memory module? I just added a 512MB to my iBook and I have an extra 128MB one I don't need now...
the ram cover won't come off lol
since i really don't want to do it myself, i'm taking it to macenthusiasts to get it off since that's what the apple store genius dude told me to do.
i have a 512mb stick somewhere...i should really go...maybe i'll go right now.
OK, I just have to ask. What happened? Did you fry the other memory slot or do you just need another memory module? I just added a 512MB to my iBook and I have an extra 128MB one I don't need now...
the ram cover won't come off lol
since i really don't want to do it myself, i'm taking it to macenthusiasts to get it off since that's what the apple store genius dude told me to do.
i have a 512mb stick somewhere...i should really go...maybe i'll go right now.
more...
FFTT
Sep 20, 07:17 AM
Student union deal ends September 24th bannered
on education store page.
Not awake. Was that there before?
on education store page.
Not awake. Was that there before?
thejadedmonkey
Apr 19, 06:56 PM
I run torchlight just fine on my 4 year old MBP... but that game was designed for a netbook ;)
I remember when L4D came out, and my (at the time 2 year old MBP I believe) only met the minimum requirements... The general rule of thumb is, if you're a PC gamer, you keep a PC to game on, or you stop gaming.
I remember when L4D came out, and my (at the time 2 year old MBP I believe) only met the minimum requirements... The general rule of thumb is, if you're a PC gamer, you keep a PC to game on, or you stop gaming.
more...
5300cs
Sep 24, 10:11 PM
I believe this is a continuing love saga.
Er, I thought MyMemory was getting maried though :confused:
Er, I thought MyMemory was getting maried though :confused:
Herdfan
Apr 11, 03:00 PM
About a week ago I got a new MBP 17". I wanted to upgrade the RAM, but let the sales guy talk me out of it. Well, my last day to return is this saturday. Would I be able to get the "upgrade" price if I took it in or would they try to make me pay full price?
I think I should be able to get the upgrade price as I could still return it and buy a new one with the memory I want.
Anyone have any experience with this?
Thanks.
I think I should be able to get the upgrade price as I could still return it and buy a new one with the memory I want.
Anyone have any experience with this?
Thanks.
more...
galimk
Apr 23, 02:49 PM
Hello everyone,
I am new to Objectvice C and just started learning it.
The situation that I cannot resolve is pretty trivial, I am sure there is something simple I am missing. I created Fraction.m class in my test project in XCode using Source -> Add -> New File ->Objectvie C Class. I filled the .h file with the members and implemented all of them in the *m file. Afterwards I am trying to instantiate this Fraction class in my Program.h class in the main function.
I tried to include the .h file through #import <Fraction.h> directive but I get compiler error "No such file ore directory". Also whenever I am trying to use Fraction class, I get compiler error that Fraction is not defined. Though intellisense in the XCode code editor is seeing both "Fraction.h" and Fraction class. I am sure that there are no compilation errors in the Fraction.h and Fraction.m.
Thanks.
I am new to Objectvice C and just started learning it.
The situation that I cannot resolve is pretty trivial, I am sure there is something simple I am missing. I created Fraction.m class in my test project in XCode using Source -> Add -> New File ->Objectvie C Class. I filled the .h file with the members and implemented all of them in the *m file. Afterwards I am trying to instantiate this Fraction class in my Program.h class in the main function.
I tried to include the .h file through #import <Fraction.h> directive but I get compiler error "No such file ore directory". Also whenever I am trying to use Fraction class, I get compiler error that Fraction is not defined. Though intellisense in the XCode code editor is seeing both "Fraction.h" and Fraction class. I am sure that there are no compilation errors in the Fraction.h and Fraction.m.
Thanks.
pmz
Jun 30, 10:16 AM
What is going on in the software dept at 1 infinite loop?
Not only is this update overdue, but its the only one of Apple's own iPhone apps to even be touched for iOS4 or the iPhone 4.
None of the Apps have been updated to a universal version with iPad support.
Oh, but Find my iPhone was critically important to have out on launch...:confused:
It's embarrassing.
I mean, what kind of example does this set for other devs? Apple expects their developers of technically completed products (apps) to be updated asap to support all of the latest features of the latest devices. Yet they themselves have half a dozen critical apps that haven't even been touched?
Not only is this update overdue, but its the only one of Apple's own iPhone apps to even be touched for iOS4 or the iPhone 4.
None of the Apps have been updated to a universal version with iPad support.
Oh, but Find my iPhone was critically important to have out on launch...:confused:
It's embarrassing.
I mean, what kind of example does this set for other devs? Apple expects their developers of technically completed products (apps) to be updated asap to support all of the latest features of the latest devices. Yet they themselves have half a dozen critical apps that haven't even been touched?
more...
hackerpro
Mar 26, 01:21 AM
Hey guys, sorry if this question is asked often.
I have an iPod Touch 4G that I had jailbroken on 4.2.1, but I messed with some system files that I shouldn't have messed with and I had to restore and update to 4.3. Is there anyway I can downgrade to 4.2.1 so I can jailbreak again?
You can but its very complicated you must have your 4.2.1 file saved
I have an iPod Touch 4G that I had jailbroken on 4.2.1, but I messed with some system files that I shouldn't have messed with and I had to restore and update to 4.3. Is there anyway I can downgrade to 4.2.1 so I can jailbreak again?
You can but its very complicated you must have your 4.2.1 file saved
pipes
Jan 12, 08:27 PM
Here's info on what the freaky thing does:
http://www.macosxhints.com/article.php?story=20031010141631859
Thats actually really useful :)
Thanks!
http://www.macosxhints.com/article.php?story=20031010141631859
Thats actually really useful :)
Thanks!
more...
dantiston
Apr 18, 03:55 PM
I figured it out. I did have everything figured out -- but when I was first setting up the server, I set up our test domain, (church).net to a catchall -- in server admin there was an alias set to *
I deleted the alias, set GoDaddy (which I highly despise) to point to our server, and Ta Da! Works fine.
Moral of the story. Don't use catchalls.
I deleted the alias, set GoDaddy (which I highly despise) to point to our server, and Ta Da! Works fine.
Moral of the story. Don't use catchalls.
agirton
Jun 18, 03:42 PM
There's at least 4 people already at the 5th Ave Apple Store...
I guess I am in good company then.
I guess I am in good company then.
IJ Reilly
Dec 28, 05:05 PM
Normally I would agree, but since this is a used system, I think he's better off wiping and reinstalling the OS.
Sure. I'll go for that. But the questions was how many times is too much. Sounded like "clean installing, worst case scenario."
Sure. I'll go for that. But the questions was how many times is too much. Sounded like "clean installing, worst case scenario."
gorskiegangsta
May 2, 11:58 PM
Are you sure the 2008 model has DDR3? If so, then it means the 2008 model is compatible with DDR3 so there should be no issues, it'll just downclock to 1067mhz.
guccigucci88
Apr 13, 01:22 AM
Question about incase slider, is it as bad with bubbling up screen protectors as I've heard? The case is EXACTLY what I've been looking for but I NEED a screen protector. I've been looking at the power source hd anti glare.
definitely terrible. For sure won't work with anything other than a crystal screen protector (since everything else is thicker) and its gotta be good quality thats cut basically perfect. (cheapies will not work 99% of the time) and youll prolly have to apply the shield with the case on unless u got lucky or did a really good job.
incase slider is a great case tho.
definitely terrible. For sure won't work with anything other than a crystal screen protector (since everything else is thicker) and its gotta be good quality thats cut basically perfect. (cheapies will not work 99% of the time) and youll prolly have to apply the shield with the case on unless u got lucky or did a really good job.
incase slider is a great case tho.
iZach
Dec 2, 06:46 PM
http://detroit.craigslist.org/sys/115370915.html.
It is a brand new in box sealed 30" ACD for $1500 in my area.
Do you believe it?
I don't.
It is a brand new in box sealed 30" ACD for $1500 in my area.
Do you believe it?
I don't.
ECUpirate44
Apr 11, 03:05 PM
Keep it and upgrade the RAM yourself. It's much cheaper.
Do this. Check out OWC or Newegg.
Do this. Check out OWC or Newegg.
apsterling
Jan 12, 09:00 PM
AirMac would be more fitting, but MacBook Air will be it's name, if such an item exists.
No comments:
Post a Comment