Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. When will AERO be useful?

When will AERO be useful?

Scheduled Pinned Locked Moved The Lounge
comquestion
30 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Chris Meech

    Actually I think it's pretty yummy. Here's a link[^] to learn some more. ;P

    Chris Meech I am Canadian. [heard in a local bar]

    A Offline
    A Offline
    AlexCode
    wrote on last edited by
    #6

    I can certainly find a use for those! No problem! :-D

    1 Reply Last reply
    0
    • E El Corazon

      AlexCode wrote:

      what's the use of Aero?!

      :sigh: I should just write this all down, store it in a document and copy and paste the reply since this question comes up so often now. First off, separate your perceptions of the design from the background science and implimentation. I know it is difficult since everyone is in the "I hate pretty pictures bit" just as they were with the new desktop under XP. WHAT Aero is: 3D acceleration of an operating system desktop. This was not the first, Mac and Linux each have their own equivalent. Actual implimentation of the design differs slightly to greatly in some areas. WHY Aero and other 3D desktops exist: Your graphics card has grown in leaps and bounds, from the first 3D accelerated graphics card to now the growth has been at 1.5 times that of a CPU (not the speed, but the actual growth rate of the speed). This means that 3D accelerators have been increasing in speed significantly faster than CPUs. Windows uses a dual mode graphics system for pre-Aero desktops. Windows acceleration has been strictly 2D operations memory moves, memory buffers, extended desktop reference frame buffers, etc. This is actually the hardest way to draw an image. Why can I draw 30,000 sq km of textured terrain at 4m resolution 60 times a second and windows XP significantly reduces speed with only 20 windows on the desktop? Of course the usual response is: close down so many windows, Windows hates to have windows open? :confused: hmmmm... interesting.... Well, I don't know about you, but when I am debugging I generally have more application windows open, plus significantly larger desktops provided by 30" screens provide room for more windows.... except the larger raster area of 30" monitors reduced speed even more, again more memory to move, more buffers to hold, overlapping windows make it slower still. What is so special about 3D graphics: 3D acceleration uses a depth buffer and matrix operations. The GPU's vertex engine (or uniform stream processor in the latest cards) are exceptionally good at handling matrix calls, about 50 times faster than the same matrix call on the CPU, and approximately 100 times faster than a memory move on a near full-screen window. The 3D desktop "can be" handled much faster on a 3D graphics card than using memory block moves and hiding buffers under 2D acceleration. Where 2D accelerated "move" of a window requires a memory move of a section of memory equivalent to the size of the window, a 3D "move" re

      J Offline
      J Offline
      Jim Crafton
      wrote on last edited by
      #7

      One quibble - while linux does have various projects attempting this, none, to the best of my knowledge are ready for widespread, everyday use, i.e. they are not as mature and stable as OS X and Aero. At least one of the issues that causes problems is the requirement of "tainted" drivers, drivers that are not compliant with the GPL, and therefore many distro's don't include them by default, meaning you don't get the best performance out of your graphics card. Because of this, IMHO, idiotic and childish decision people have to to manually upgrade to nvidia or ATI drivers after they install a distro, which is a complete waste of time.

      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

      S 1 Reply Last reply
      0
      • A AlexCode

        Well... for now is just cute... In fact it's just cutter than XP. How many of you would like to have something like these functionalities? http://www.youtube.com/watch?v=xC5uEe5OzNQ http://www.youtube.com/watch?v=bYsxaMyFV2Y&NR=1 what's the use of Aero?! I only see some use on the taskbar preview and the alt+tab preview. The Windows+Tab is just nice to see but how many times do you actually use it while you're working? I can say that I NEVER use it... really... NEVER! and I even have a mouse with a shortcut button for it. Is it impossible for 3rd party to create new/useful desktop enhancements on Vista? Thanks! Alex

        S Offline
        S Offline
        StevenWalsh
        wrote on last edited by
        #8

        ok... i might have to switch my ubuntu server to my main workstaion.... so I to, can have snow on top of my wall paper :) I don't think linux would handle 4 monitors well though...

        A 1 Reply Last reply
        0
        • A AlexCode

          Well... for now is just cute... In fact it's just cutter than XP. How many of you would like to have something like these functionalities? http://www.youtube.com/watch?v=xC5uEe5OzNQ http://www.youtube.com/watch?v=bYsxaMyFV2Y&NR=1 what's the use of Aero?! I only see some use on the taskbar preview and the alt+tab preview. The Windows+Tab is just nice to see but how many times do you actually use it while you're working? I can say that I NEVER use it... really... NEVER! and I even have a mouse with a shortcut button for it. Is it impossible for 3rd party to create new/useful desktop enhancements on Vista? Thanks! Alex

          realJSOPR Offline
          realJSOPR Offline
          realJSOP
          wrote on last edited by
          #9

          When Microsoft removes it from Vista.

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          A 1 Reply Last reply
          0
          • E El Corazon

            AlexCode wrote:

            what's the use of Aero?!

            :sigh: I should just write this all down, store it in a document and copy and paste the reply since this question comes up so often now. First off, separate your perceptions of the design from the background science and implimentation. I know it is difficult since everyone is in the "I hate pretty pictures bit" just as they were with the new desktop under XP. WHAT Aero is: 3D acceleration of an operating system desktop. This was not the first, Mac and Linux each have their own equivalent. Actual implimentation of the design differs slightly to greatly in some areas. WHY Aero and other 3D desktops exist: Your graphics card has grown in leaps and bounds, from the first 3D accelerated graphics card to now the growth has been at 1.5 times that of a CPU (not the speed, but the actual growth rate of the speed). This means that 3D accelerators have been increasing in speed significantly faster than CPUs. Windows uses a dual mode graphics system for pre-Aero desktops. Windows acceleration has been strictly 2D operations memory moves, memory buffers, extended desktop reference frame buffers, etc. This is actually the hardest way to draw an image. Why can I draw 30,000 sq km of textured terrain at 4m resolution 60 times a second and windows XP significantly reduces speed with only 20 windows on the desktop? Of course the usual response is: close down so many windows, Windows hates to have windows open? :confused: hmmmm... interesting.... Well, I don't know about you, but when I am debugging I generally have more application windows open, plus significantly larger desktops provided by 30" screens provide room for more windows.... except the larger raster area of 30" monitors reduced speed even more, again more memory to move, more buffers to hold, overlapping windows make it slower still. What is so special about 3D graphics: 3D acceleration uses a depth buffer and matrix operations. The GPU's vertex engine (or uniform stream processor in the latest cards) are exceptionally good at handling matrix calls, about 50 times faster than the same matrix call on the CPU, and approximately 100 times faster than a memory move on a near full-screen window. The 3D desktop "can be" handled much faster on a 3D graphics card than using memory block moves and hiding buffers under 2D acceleration. Where 2D accelerated "move" of a window requires a memory move of a section of memory equivalent to the size of the window, a 3D "move" re

            A Offline
            A Offline
            AlexCode
            wrote on last edited by
            #10

            Great explanation... Thanks! That really answers the "what's the use of Aero" question. Now as you said, it could show up exactly as XP but working differently on the back, more efficiently. But they (M$) wanted it also to be different on the front-end... of course... makes sense! And the question is... Why isn't it useful?! :(( We got fancy buttons, windows drop-shadows and opened windows previews... that's all folks! I want to think that this one more unfinished feature included in a rush just because it just couldn't miss the scene... Should we expect new on this on the upcoming SP1? :confused:

            1 Reply Last reply
            0
            • realJSOPR realJSOP

              When Microsoft removes it from Vista.

              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
              -----
              "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

              A Offline
              A Offline
              AlexCode
              wrote on last edited by
              #11

              :laugh::laugh::laugh::laugh::laugh::laugh:

              1 Reply Last reply
              0
              • S StevenWalsh

                ok... i might have to switch my ubuntu server to my main workstaion.... so I to, can have snow on top of my wall paper :) I don't think linux would handle 4 monitors well though...

                A Offline
                A Offline
                AlexCode
                wrote on last edited by
                #12

                How does this cube desktop virtualization handle a multi-monitor scenario at all?

                1 Reply Last reply
                0
                • R Rohde

                  Aero is a joke. Windows-Tab is useless. The transparent window borders makes it difficult to discern the active windows from other windows. etc. etc. Combined with Vista's other stupidities: file copying, side panel, UACP, etc. etc. one wonders what Microsoft were thinking. If it wasn't to much of a hassle I'd go back to XP. But when KDE 4 is out I'll consider switching to Linux.


                  "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                  -Atlas Shrugged, Ayn Rand

                  R Offline
                  R Offline
                  Russell Jones
                  wrote on last edited by
                  #13

                  Rohde wrote:

                  But when KDE 4 is out I'll consider switching to Linux.

                  My new PC is going to be turning up just before the release date for KDE4, I've had beta 2 running since release date and not experienced too many problems, so I think i'll install "Gutsy Gibbon" with the KDE beta at that point and upgrade to the final version on its release. I'm looking forward to the next release of compiz-fusion though, promises much eyecandy to show off my new vid card; that said I'll then turn all the funky features off and go back to a simple GUI.

                  1 Reply Last reply
                  0
                  • E El Corazon

                    AlexCode wrote:

                    what's the use of Aero?!

                    :sigh: I should just write this all down, store it in a document and copy and paste the reply since this question comes up so often now. First off, separate your perceptions of the design from the background science and implimentation. I know it is difficult since everyone is in the "I hate pretty pictures bit" just as they were with the new desktop under XP. WHAT Aero is: 3D acceleration of an operating system desktop. This was not the first, Mac and Linux each have their own equivalent. Actual implimentation of the design differs slightly to greatly in some areas. WHY Aero and other 3D desktops exist: Your graphics card has grown in leaps and bounds, from the first 3D accelerated graphics card to now the growth has been at 1.5 times that of a CPU (not the speed, but the actual growth rate of the speed). This means that 3D accelerators have been increasing in speed significantly faster than CPUs. Windows uses a dual mode graphics system for pre-Aero desktops. Windows acceleration has been strictly 2D operations memory moves, memory buffers, extended desktop reference frame buffers, etc. This is actually the hardest way to draw an image. Why can I draw 30,000 sq km of textured terrain at 4m resolution 60 times a second and windows XP significantly reduces speed with only 20 windows on the desktop? Of course the usual response is: close down so many windows, Windows hates to have windows open? :confused: hmmmm... interesting.... Well, I don't know about you, but when I am debugging I generally have more application windows open, plus significantly larger desktops provided by 30" screens provide room for more windows.... except the larger raster area of 30" monitors reduced speed even more, again more memory to move, more buffers to hold, overlapping windows make it slower still. What is so special about 3D graphics: 3D acceleration uses a depth buffer and matrix operations. The GPU's vertex engine (or uniform stream processor in the latest cards) are exceptionally good at handling matrix calls, about 50 times faster than the same matrix call on the CPU, and approximately 100 times faster than a memory move on a near full-screen window. The 3D desktop "can be" handled much faster on a 3D graphics card than using memory block moves and hiding buffers under 2D acceleration. Where 2D accelerated "move" of a window requires a memory move of a section of memory equivalent to the size of the window, a 3D "move" re

                    R Offline
                    R Offline
                    Russell Jones
                    wrote on last edited by
                    #14

                    What doesn't make sense to me is that they haven't just produced a simple 2D effect for the windows. 2D is a subset of 3D so it should be a simple task to provide a 2D desktop using 3D hardware while it is obviously a highly intensive task to provide 3D using 2D hardware. Just because they have the ability to use 3D acceleration why did they feel the need to use frosted glass effects? My video card at work is capable of many 3D effects and has an amount of 3D acceleration but is totally incapable of producing the kind of effects that AERO demands. It seems that MS in their wisdom have made a good and sensible decision and then ruined their hard work by going so totally over the top with the effects they have used. Compiz-fusion on Linux allows independent selection of each feature and includes a theme manager to provide "skinning" of the OS for those who want to control their dektop experience; It runs perfectly well on my 4 year old dell laptop, albeit with many features turned off. I suspect that the implementation of AERO was more motivated by the desire to get a really fancy looking screenshot in PC format magazine than any sound design principles but I fully agree that a 3D accelerated environment is the way to go. Russell

                    E 1 Reply Last reply
                    0
                    • A AlexCode

                      Well... for now is just cute... In fact it's just cutter than XP. How many of you would like to have something like these functionalities? http://www.youtube.com/watch?v=xC5uEe5OzNQ http://www.youtube.com/watch?v=bYsxaMyFV2Y&NR=1 what's the use of Aero?! I only see some use on the taskbar preview and the alt+tab preview. The Windows+Tab is just nice to see but how many times do you actually use it while you're working? I can say that I NEVER use it... really... NEVER! and I even have a mouse with a shortcut button for it. Is it impossible for 3rd party to create new/useful desktop enhancements on Vista? Thanks! Alex

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #15

                      They already are : Honda Shadow Aero[^] :cool:

                      1 Reply Last reply
                      0
                      • J Jim Crafton

                        One quibble - while linux does have various projects attempting this, none, to the best of my knowledge are ready for widespread, everyday use, i.e. they are not as mature and stable as OS X and Aero. At least one of the issues that causes problems is the requirement of "tainted" drivers, drivers that are not compliant with the GPL, and therefore many distro's don't include them by default, meaning you don't get the best performance out of your graphics card. Because of this, IMHO, idiotic and childish decision people have to to manually upgrade to nvidia or ATI drivers after they install a distro, which is a complete waste of time.

                        ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                        S Offline
                        S Offline
                        Shog9 0
                        wrote on last edited by
                        #16

                        Jim Crafton wrote:

                        Because of this, IMHO, idiotic and childish decision people have to to manually upgrade to nvidia or ATI drivers after they install a distro, which is a complete waste of time.

                        Used Vista lately? None of the machines i've installed it on can do the Aero stuff on a base install - and only one out of three has been able to at all so far, even when upgraded to the latest-and-greatest OEM drivers. Heck, using OS-blessed video drivers has been a bad idea (performance-wise, if nothing else) for as long as i can recall; i suspect it's just a function of how video hardware is developed and released.

                        every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

                        J F 2 Replies Last reply
                        0
                        • S Shog9 0

                          Jim Crafton wrote:

                          Because of this, IMHO, idiotic and childish decision people have to to manually upgrade to nvidia or ATI drivers after they install a distro, which is a complete waste of time.

                          Used Vista lately? None of the machines i've installed it on can do the Aero stuff on a base install - and only one out of three has been able to at all so far, even when upgraded to the latest-and-greatest OEM drivers. Heck, using OS-blessed video drivers has been a bad idea (performance-wise, if nothing else) for as long as i can recall; i suspect it's just a function of how video hardware is developed and released.

                          every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

                          J Offline
                          J Offline
                          Jim Crafton
                          wrote on last edited by
                          #17

                          Well I tried Vista Ultimate on my machine at home, and I don't remember having to install anything special video driver wise. But maybe I have a good enough graphics card? It's an nvidia with 256 MB of VRAM.

                          ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                          S 1 Reply Last reply
                          0
                          • A AlexCode

                            Well... for now is just cute... In fact it's just cutter than XP. How many of you would like to have something like these functionalities? http://www.youtube.com/watch?v=xC5uEe5OzNQ http://www.youtube.com/watch?v=bYsxaMyFV2Y&NR=1 what's the use of Aero?! I only see some use on the taskbar preview and the alt+tab preview. The Windows+Tab is just nice to see but how many times do you actually use it while you're working? I can say that I NEVER use it... really... NEVER! and I even have a mouse with a shortcut button for it. Is it impossible for 3rd party to create new/useful desktop enhancements on Vista? Thanks! Alex

                            M Offline
                            M Offline
                            Member 96
                            wrote on last edited by
                            #18

                            AlexCode wrote:

                            The Windows+Tab is just nice to see but how many times do you actually use it while you're working?

                            Never and I've never actually got to use it only because my keyboard doesn't seem to support it and I'm not giving up my keyboard for any feature short of a miraculous one.


                            Modo vincis, modo vinceris.

                            A 1 Reply Last reply
                            0
                            • J Jim Crafton

                              Well I tried Vista Ultimate on my machine at home, and I don't remember having to install anything special video driver wise. But maybe I have a good enough graphics card? It's an nvidia with 256 MB of VRAM.

                              ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                              S Offline
                              S Offline
                              Shog9 0
                              wrote on last edited by
                              #19

                              Jim Crafton wrote:

                              It's an nvidia with 256 MB of VRAM.

                              Better than what i'm using then. The best i've tried so far is a NVidia notebook thing - so shared RAM.

                              every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

                              1 Reply Last reply
                              0
                              • R Russell Jones

                                What doesn't make sense to me is that they haven't just produced a simple 2D effect for the windows. 2D is a subset of 3D so it should be a simple task to provide a 2D desktop using 3D hardware while it is obviously a highly intensive task to provide 3D using 2D hardware. Just because they have the ability to use 3D acceleration why did they feel the need to use frosted glass effects? My video card at work is capable of many 3D effects and has an amount of 3D acceleration but is totally incapable of producing the kind of effects that AERO demands. It seems that MS in their wisdom have made a good and sensible decision and then ruined their hard work by going so totally over the top with the effects they have used. Compiz-fusion on Linux allows independent selection of each feature and includes a theme manager to provide "skinning" of the OS for those who want to control their dektop experience; It runs perfectly well on my 4 year old dell laptop, albeit with many features turned off. I suspect that the implementation of AERO was more motivated by the desire to get a really fancy looking screenshot in PC format magazine than any sound design principles but I fully agree that a 3D accelerated environment is the way to go. Russell

                                E Offline
                                E Offline
                                El Corazon
                                wrote on last edited by
                                #20

                                Russell Jones wrote:

                                What doesn't make sense to me is that they haven't just produced a simple 2D effect for the windows. 2D is a subset of 3D so it should be a simple task to provide a 2D desktop using 3D hardware while it is obviously a highly intensive task to provide 3D using 2D hardware. Just because they have the ability to use 3D acceleration why did they feel the need to use frosted glass effects?

                                hehehe, you obviously have never been on a committe for anything. ;) Lets say the programming team comes up with a new invention, 3D accelerated desktop (forget someone else did so first), that saves a good 60-80% of the time rendering the desktop. What happens? do you accelerate it and send it out exactly the same as before but faster? Nawwwww.... the customer was accustomed to the speed before, so lets add this, add that, that would be cool, yeah, I like that, hey can you do this, how about that? Pretty soon you have a camel where you wanted a horse. :) Aero is the camel where the horse should be. :)

                                _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                R 1 Reply Last reply
                                0
                                • E El Corazon

                                  Russell Jones wrote:

                                  What doesn't make sense to me is that they haven't just produced a simple 2D effect for the windows. 2D is a subset of 3D so it should be a simple task to provide a 2D desktop using 3D hardware while it is obviously a highly intensive task to provide 3D using 2D hardware. Just because they have the ability to use 3D acceleration why did they feel the need to use frosted glass effects?

                                  hehehe, you obviously have never been on a committe for anything. ;) Lets say the programming team comes up with a new invention, 3D accelerated desktop (forget someone else did so first), that saves a good 60-80% of the time rendering the desktop. What happens? do you accelerate it and send it out exactly the same as before but faster? Nawwwww.... the customer was accustomed to the speed before, so lets add this, add that, that would be cool, yeah, I like that, hey can you do this, how about that? Pretty soon you have a camel where you wanted a horse. :) Aero is the camel where the horse should be. :)

                                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                  R Offline
                                  R Offline
                                  Russell Jones
                                  wrote on last edited by
                                  #21

                                  that's so true. I fully understand the need to produce crazy effects for marketing purposes but surely it should have been implemented in such a way that my old PC will run it and get some benefits. If MS want me to spend £200 pounds on Vista do they really believe I want to spend another wedge of cash just to run it? It seems that supporting old machines so they run at a similar speed to the ones before would be a good idea. I ran XP with the duplo front-end turned off when it first came out and it was the same speed as Win2k give or take. In fact I never got round to turning the flufy gfx back on as it just seemed to eat real estate for no reason. Vista however runs like a stoned 3 legged pony on a machine that is less than 6 months old because the video card doesn't have the right kind of 3d acceleration. Had MS provided a 3D accelerated basic theme the video card would probably have made up for the crap performance of the rest of the OS and I wouldn't be working out when i'm going to have time to upgrade back to XP. Russ

                                  E 1 Reply Last reply
                                  0
                                  • M Member 96

                                    AlexCode wrote:

                                    The Windows+Tab is just nice to see but how many times do you actually use it while you're working?

                                    Never and I've never actually got to use it only because my keyboard doesn't seem to support it and I'm not giving up my keyboard for any feature short of a miraculous one.


                                    Modo vincis, modo vinceris.

                                    A Offline
                                    A Offline
                                    AlexCode
                                    wrote on last edited by
                                    #22

                                    Keep the keyboard... :->

                                    1 Reply Last reply
                                    0
                                    • R Russell Jones

                                      that's so true. I fully understand the need to produce crazy effects for marketing purposes but surely it should have been implemented in such a way that my old PC will run it and get some benefits. If MS want me to spend £200 pounds on Vista do they really believe I want to spend another wedge of cash just to run it? It seems that supporting old machines so they run at a similar speed to the ones before would be a good idea. I ran XP with the duplo front-end turned off when it first came out and it was the same speed as Win2k give or take. In fact I never got round to turning the flufy gfx back on as it just seemed to eat real estate for no reason. Vista however runs like a stoned 3 legged pony on a machine that is less than 6 months old because the video card doesn't have the right kind of 3d acceleration. Had MS provided a 3D accelerated basic theme the video card would probably have made up for the crap performance of the rest of the OS and I wouldn't be working out when i'm going to have time to upgrade back to XP. Russ

                                      E Offline
                                      E Offline
                                      El Corazon
                                      wrote on last edited by
                                      #23

                                      Russell Jones wrote:

                                      I fully understand the need to produce crazy effects for marketing purposes but surely it should have been implemented in such a way that my old PC will run it and get some benefits.

                                      Surely you don't really believe that? :) Microsoft is in the Operating System business, but a large market comes from new hardware vendors selling Vista on new machines. Just as XP ran slow on machines of that age, so too Vista runs slow on machines only a little older. Graphics card capability ranges from the cheap to the expensive, from the weak to the powerful. And sometimes the equation isn't clear. We just had a customer buy the quadros, but not the highest end one for $4500 (that would be rediculous right?), but instead of the high end Geforce for $600 they bought a low-end Quadro for $1000 and actually got lower performance for more money. Mass market cards in the $100 to $250 range are the most popular, but also are not very capable. Vista could have been done in directX 9, but this would not sell as many new graphics cards. It could have been written with cooperative to minimal threading or even non-interupted thread-like tasking for some operations. But that would not sell new multi-core processors. But two things we have to keep in memory also: Multi-core was late, Vista was meant to reach this environment in its mainstream which is happening now, not when it was released then. Sure it was already out, but it wasn't bleeding down the line to the mainstream as much as it is now. Multi-core will grow, Vista must be capable, as my software is too, to handle well beyond 4 cores. Vista must survive efficiently to 16 and maybe 32 cores until the next OS is released. Both single core and massive-core is hard to build compatible models for. I have struggled for years and finally gave up. I moved from 16 processors to dual processors, but never made it to one processor for my software. Now with multi-core here, I have to expand back the other direction. Vista can't change as often as my product does, so they have to be ready now, for the cores to come. And last, as I have admitted, I am partly to blame. The bridge to OpenGL and other graphical frameworks embedded into the render-to-texture pipeline of Aero, reduced speed. It was a last minute "fix" due to market pressure, and Microsoft did it against their better judgement and did it in such a way that speed was decreased between the Betas that implimented this newer model and the one before that

                                      M 1 Reply Last reply
                                      0
                                      • E El Corazon

                                        Russell Jones wrote:

                                        I fully understand the need to produce crazy effects for marketing purposes but surely it should have been implemented in such a way that my old PC will run it and get some benefits.

                                        Surely you don't really believe that? :) Microsoft is in the Operating System business, but a large market comes from new hardware vendors selling Vista on new machines. Just as XP ran slow on machines of that age, so too Vista runs slow on machines only a little older. Graphics card capability ranges from the cheap to the expensive, from the weak to the powerful. And sometimes the equation isn't clear. We just had a customer buy the quadros, but not the highest end one for $4500 (that would be rediculous right?), but instead of the high end Geforce for $600 they bought a low-end Quadro for $1000 and actually got lower performance for more money. Mass market cards in the $100 to $250 range are the most popular, but also are not very capable. Vista could have been done in directX 9, but this would not sell as many new graphics cards. It could have been written with cooperative to minimal threading or even non-interupted thread-like tasking for some operations. But that would not sell new multi-core processors. But two things we have to keep in memory also: Multi-core was late, Vista was meant to reach this environment in its mainstream which is happening now, not when it was released then. Sure it was already out, but it wasn't bleeding down the line to the mainstream as much as it is now. Multi-core will grow, Vista must be capable, as my software is too, to handle well beyond 4 cores. Vista must survive efficiently to 16 and maybe 32 cores until the next OS is released. Both single core and massive-core is hard to build compatible models for. I have struggled for years and finally gave up. I moved from 16 processors to dual processors, but never made it to one processor for my software. Now with multi-core here, I have to expand back the other direction. Vista can't change as often as my product does, so they have to be ready now, for the cores to come. And last, as I have admitted, I am partly to blame. The bridge to OpenGL and other graphical frameworks embedded into the render-to-texture pipeline of Aero, reduced speed. It was a last minute "fix" due to market pressure, and Microsoft did it against their better judgement and did it in such a way that speed was decreased between the Betas that implimented this newer model and the one before that

                                        M Offline
                                        M Offline
                                        Member 96
                                        wrote on last edited by
                                        #24

                                        A lot of programmers seem to forget that in many cases marketing's job is to show potential customers that the company has the products they want. In other words I as a typical consumer enjoy the 21st century aspects of windows in Vista, I like aero, I think it looks cool and I don't really give a crap about the underlying technical aspects unless they cross my development path negatively (which they never do). Microsoft didn't make aero to piss off programmers, it made aero because it found that it's customers wanted it.


                                        Modo vincis, modo vinceris.

                                        1 Reply Last reply
                                        0
                                        • A AlexCode

                                          Well... for now is just cute... In fact it's just cutter than XP. How many of you would like to have something like these functionalities? http://www.youtube.com/watch?v=xC5uEe5OzNQ http://www.youtube.com/watch?v=bYsxaMyFV2Y&NR=1 what's the use of Aero?! I only see some use on the taskbar preview and the alt+tab preview. The Windows+Tab is just nice to see but how many times do you actually use it while you're working? I can say that I NEVER use it... really... NEVER! and I even have a mouse with a shortcut button for it. Is it impossible for 3rd party to create new/useful desktop enhancements on Vista? Thanks! Alex

                                          M Offline
                                          M Offline
                                          Member 96
                                          wrote on last edited by
                                          #25

                                          You might as well ask: When will red cars be more useful than plain black ones? This is marketing 101, Microsoft does market research like nearly everyone else, they know for certain that their customers and potential customers on average want a cooler looking windows. They've probably mocked up many different UI's and focus grouped them. Got a lot of feedback from ordinary users of windows. Probably a lot of business users in there. Programmers can bitch all they want but the market has spoken and will continue to whether we like it or not.


                                          Modo vincis, modo vinceris.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups