Windows 8 Consumer Preview has been released
Windows 8 Consumer Preview has been released
Best wishes to the PB community. Thank you for the memories. 
Re: Windows 8 Consumer Preview has been released
suddenly linux doesnt look that bad anymore.
seriously though, win8 is the biggest fail since windows me. it may be good for tablets, but for desktops it sucks big time! metro kinda reminds me of the days when pcs only had like 16 colors.
the performance is a joke too. even vista runs smoother on my vm than this crap.
c ya,
nco2k
c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Re: Windows 8 Consumer Preview has been released
Running the Consumer Preview: system recommendations:nco2k wrote:the performance is a joke too. even vista runs smoother on my vm than this crap.
Especially the graphics hardware is very important for the hardware accelerated GUI,Our recommendation for the Consumer Preview is to run it natively on hardware
if you intend to run Windows 8 on hardware when the product is final.
Some of you will run virtualized environments for enterprise workloads or specialized purposes,
but we strongly recommend that you experience Windows 8 on hardware
should work fine with a recent DirectX11 card if you run directly on hardware.
Re: Windows 8 Consumer Preview has been released
Should be almost identical to win7 on the exterior, with a lower memory footprint.nco2k wrote:it may be good for tablets, but for desktops it sucks big time!
"Have you tried turning it off and on again ?"
Re: Windows 8 Consumer Preview has been released
@Danilo
i know but why?!?! vista/7 runs rather smoothly with all its fancy gfx on a vm, but win8 doesnt. i dont see much improvement in that. besides, on modern hardware every os will run smoothly if you run it natively, but that doesnt tell anything about the underlying efficiency.
@luis
thats what i thought too, before i tried it out. if i saw it correctly, you have to swipe to the right and open the settings menu, so you can shut down the system?!
thanks but no thanks!
c ya,
nco2k
i know but why?!?! vista/7 runs rather smoothly with all its fancy gfx on a vm, but win8 doesnt. i dont see much improvement in that. besides, on modern hardware every os will run smoothly if you run it natively, but that doesnt tell anything about the underlying efficiency.
@luis
thats what i thought too, before i tried it out. if i saw it correctly, you have to swipe to the right and open the settings menu, so you can shut down the system?!
c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: Windows 8 Consumer Preview has been released
The Metro desktop is so basic, and so unlike Aero... why is Microsoft stepping back from Aero all of a sudden? They made such a big deal about it for Vista and 7, as though it were a "must-have" feature. And now it's gone by default? And since the display is so basic now, shouldn't the performance should be BETTER than an Aero-based PC? I don't get Microsoft's thinking with all of this. Very strange business decisions.
Last edited by MachineCode on Thu Mar 01, 2012 1:55 pm, edited 1 time in total.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
Re: Windows 8 Consumer Preview has been released
Best wishes to the PB community. Thank you for the memories. 
Re: Windows 8 Consumer Preview has been released
I tried Windows 8 on a Dell Duo flipscreen and running it like a tablet it is actually quite amazing. Multi finger guestures work just like an iPad and the OS is quite snappy and responsive compared to Windows 7 on the same laptop. Win8 recognized all devices and no additional drivers needed.
That being said I also tried it on a desktop and it is quite a joke. Certainly not meant for using with a mouse... this is definitely a touch screen OS.
That being said I also tried it on a desktop and it is quite a joke. Certainly not meant for using with a mouse... this is definitely a touch screen OS.
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: Windows 8 Consumer Preview has been released
This is partly why Windows is a bloated OS. It has file drivers for every bit of hardware in existence. Seriously, the OS could lose about 1 GB of files if we just used driver discs for what we bought instead.Paul wrote:Win8 recognized all devices and no additional drivers needed.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Re: Windows 8 Consumer Preview has been released
Since MS doesn't have anymore ideas to steal, sorry i mean innovate, they came up with the brilliant concept of creating a new UI and sticking it into a very decent OS (Win7).
Metro = Brilliant UI for Xbox, Tablets and Mobile Devices
Metro = Total fail on desktops
And why in hell does this OS require DX11 and a mid/high end machine ???
Common it's just a bunch of rectangles tinted in solid color with a white icon, how hardware intensive can that be?
Did they at least read the Purebasic docs??? They could have done it with the canvas gadget
Metro = Brilliant UI for Xbox, Tablets and Mobile Devices
Metro = Total fail on desktops
And why in hell does this OS require DX11 and a mid/high end machine ???
Common it's just a bunch of rectangles tinted in solid color with a white icon, how hardware intensive can that be?
Did they at least read the Purebasic docs??? They could have done it with the canvas gadget
Re: Windows 8 Consumer Preview has been released
Meh, my laptop can't run Windows 8 as the BIOS is too old... 
Re: Windows 8 Consumer Preview has been released
Yep.Num3 wrote:Metro = Brilliant UI for Xbox, Tablets and Mobile Devices
They already said on //build/ there will be 2 different desktops, so i thinkNum3 wrote:Metro = Total fail on desktops
you will get your desktop with start menu etc.
This is not a final release, do not forget. They want feedback for specific features
now, so they removed the start menu that was easily patched in the dev preview.
It does not mean you don't get a desktop mode in the final version.
The canvas gadget is too slow for realtime zooming complete screens and everything.Num3 wrote:And why in hell does this OS require DX11 and a mid/high end machine ???
Common it's just a bunch of rectangles tinted in solid color with a white icon, how hardware intensive can that be?
Did they at least read the Purebasic docs??? They could have done it with the canvas gadget
This hardware accelerated GUI for many platforms is top of the line today. Check out
WPF where everything is vector graphics and the whole GUI is zoomable without pixelation
in realtime. This is not some static icons scrolling like other tablet UIs, it has much more power
for smooth h/w accelerated animations and user experiences.

