Need to ask someone who received their Razer Blade since my 512gb version keeps getting delayed... Was it worth the wait?
-
As an aside - pretty cheeky Razer delaying the 512GBs. People are really only doing Razer a favor by buying them in the first place as it is cheaper to buy the 128GB and install a third party 512GB. -
-
I think the majority of users do not know how to touch things inside a laptop; especially when everything seems to be tightly constructed.
I'm personally not bold enough to touch the innards of the Razer Blade 14 =] -
-
The student discount is currently being replaced by the 20% off 2013 model with any .edu email. The fine print for the 2013 model coupon says: "Redemption of the discount code is only valid until April 30, 2014, midnight PST or while stocks last." It will probably return to the 10% off any system after this date. There is a very limited selection of schools for this discount though, I am lucky enough to have a girlfriend in the Art Institute and got 10% off my Blade.
-
-
-
Sent from my Galaxy Nexus using Tapatalk -
-
Anyone using a laptop cooler and if so do you see a difference?
-
Sent from my Galaxy Nexus using Tapatalk -
Arizona State University
Art Center College of Design
Art Institute
Austin Community College Game Development Institute
Boston University
Carnegie Mellon University
Digipen
Drexel University
Full Sail
Georgia Institute of Technology
Luther College
Massachusetts Institute of Technology
Nanyang Polytechnic
New Jersey Institute of Technology
New York University
Purdue University
Republic Polytechnic
Rochester Institute of Technology
Saddleback College
Singapore Management University
SUNY Oneonta
University of Florida
University of Illinois
University of Michigan
University of Louisiana
University of Washington -
I ordered a 256gb blade 14 through Amazon and have a ship date of sometime in June
. I decided to post because I sure would like to see a unboxing of the new blade 14. (Not the kid with the vocal transitions LMAO). I know someone had to already receive a blade can you please YouTube a review so I can see one in action? Thanks in advance!
-
Awesome, something is better than nothing. Thank you!
-
Edit: oh yeah, Zeelobby, don't worry about showing us a minecraft demo. That video has it covered.
Sent from my Nexus 5 using Tapatalk -
-
Sent from my Galaxy Nexus using TapatalkSRSR333 likes this. -
Ha ha Nope I watched it. About half way through I knew it was the 2013 version but had to keep watching for my own amusement!
hfm, rexdog101, Zeelobby and 1 other person like this. -
I just want to know whats in the box for the new blade.
-
bladebambach likes this.
-
-
Ionising_Radiation ?v = ve*ln(m0/m1)
Sent from my One M8 using Tapatalk -
Sent from my SAMSUNG-SM-G900A using TapatalkNikonSevast, Zeelobby, Xanterra and 2 others like this. -
Sent from my HTC One using TapatalkZeelobby, SRSR333 and bladebambach like this. -
SRSR333 likes this.
-
Has anyone done a battery life check yet? To be honest it is the only info I require in order to decide whether I should cancel my order or not.
-
Sent from my Galaxy Nexus using Tapatalksunny304 likes this. -
edit: Here's a batch file I made. You can put in a delay so it's not writing every 60 seconds the whole time, just if you have an idea how long it will last, have it start up shortly before that. Simple but effective. I've had a hard time trying to find a reliable time when the PC shuts down, so I made this. Just copy and paste into notepad, and save it as a .bat file. Then run it as soon as you unplug your laptop for testing, whether movie loop or browsing loop or whatever. It will just replace the file every 60 seconds showing start time and the last time it wrote (end time). Just change values below where it says ***USER INPUT NEEDED***
Code:REM Set start time variable set timestart=%date% %time% REM Set path where log will be stored including file name @REM ***USER INPUT NEEDED, change c:\temp\timestamp.log TO WHERE YOU WANT IT*** set logpath=c:\temp\timestamp.log REM Set initial delay (IN MINUTES), so it's not writing for several hours, use 0 for no delay, default 3 hours @REM **USER INPUT NEEDED IF DESIRED DIFFERENT TIME*** set delay=240 REM Calculate delay in seconds based on minutes above set /a delay=%delay%*60 REM Set interval for log writes IN SECONDS after initial delay, default 60 seconds @REM ***USER INPUT NEEDED IF DESIRED DIFFERENT INTERVAL*** set interval=60 REM Create Log file with start time ECHO start %timestart% > %logpath% REM Clock down delay amount before writing to log file TIMEOUT %delay% :Loopit REM **Create contents of new log file ECHO start %timestart% > %logpath% ECHO shutdown %date% %time% >> %logpath% REM **Timeout for next log date and time write to log file TIMEOUT %interval% GOTO Loopit
-
i would think they give you razer blades for your depressed state.
but no. i think for something this expensive, they should ship it with some kind of carrying case.SRSR333 and bladebambach like this. -
some other things that could be useful:
charging time
(from zero in standby)
(from zero with screen on)
(from zero while powered off) -
More details in this thread: https://forums.geforce.com/default/topic/688133/pc-games/metro-last-light-advance-physx-issue-lag-low-fps-/ -
Can you compare the quality and viewing angles to an IPS display? Just curious what you think, because the upgraded screen was a huge plus but if it still has issues and doesn't have that wow factor color depth and all, that would be good to know. -
I'm picky about screens and the one in the Blade is certainly up to the task. I briefly loaded Dota2 and Diablo 3 in native mode, and both looked fine. -
-
So Bioshock Infinite just ran a smooth 35-50 @Native Res on Ultra. O_O. Visuals where breathtaking. The 10 minutes I spent following a hummingbird around a garden was worth $60 by it self. This game @native on Ultra is Pretty and runs beautifully. Holy Balls. Amazing.
Zeelobby likes this. -
SRSR333 and bladebambach like this.
-
-
-
Just got home. Gonna take some pics and video, gonna upload them tomorrow at work. Imagine I'll spend most of tonight killing bloat and updating things
Sent from my Galaxy Nexus using TapatalkSRSR333 likes this. -
Has anybody tried reinstalling a fresh copy of Windows 8 yet? Curious if the product key picks right up or if it's a hassle like some systems.
-
-
Notice any screen ghosting in yours Magatama? Good to see more and more people starting to get them in there hands.
-
Disabling Advanced PhysX in Metro LL worked wonders. Native on Normal = 45+. Native on High-Very High=25+. Also in Nvidia control panel you can make the intel integrated chip run PhysX while discreet runs the game.
NikonSevast and SRSR333 like this. -
Never knew you can do that, those are great FPS numbers for Metro LL.
-
The screen is pretty darn nice for Word and Outlook... which alas, I'll be running a LOT more than any game.
I was worried about fan noise before I received it, but I started a dota2 playback, went to dinner, and came back and it was still running pretty darn quiet. I was impressed. It'll make a nice update from my 2011 Samsung 9 Series.Hookerlips and mturkel99 like this. -
Ionising_Radiation ?v = ve*ln(m0/m1)
I haven't played a recent FPS in ages (last was CoD: BO2), on a miserable GT 525M, overclocked to GT 540M levels. It was ok, about 25 FPS average, but seriously, seeing those numbers above makes me drool.
I don't FPS much, but I do flight simulation very regularly. I want to load up Ramzzess' Boeing 777 at native resolution, HDR rendering with UrbanMaxx and SkyMaxx and I want to see almost what I should see outta a real jet plane cockpit window. Woo. Can't wait.
Sent from my One M8 using Tapatalk
Razer Blade (2014) Owner's Lounge
Discussion in 'Razer' started by Xanterra, Mar 13, 2014.