Skip to main content

Posts

Showing posts with the label Graphics processing unit

Laptop Design For Disassembly - Slashdot

Laptop Design For Disassembly - Slashdot I don't even think it needs to be so extreme, but there is absolutely no excuse for the parts of the laptop that become obsolete faster to take more than a couple of minutes to swap. I swapped a drive on a one-year old Dell and all it took was to remove two screws and a third one that held a plastic fascia in place. It took maybe 5 minutes. As nice as it was, except for the hard drive , DVD and RAM , almost nothing else in the laptop can even be swapped. How come the networking, wireless and GPU are not built into pluggable modules like the ones that fit into the ExpressCard slot? I know GPUs have cooling issues, but I am sure that this should take no more than designating one of these slots only for the GPU and add the proper heatsinks to it. The other things like the networking and wireless cards should have absolutely no trouble fitting and working in this form factor. My laptop is one year old, and after upgrading RAM and switch...

Enable GPU Acceleration in Google Chrome 7 (Windows 7)

Chrome 7 allows you to offload processing to your GPU . Since the feature is not ready for primetime, you have to enable it through a command line switch . You can do this easily by making a batch file that calls the following: C:\Users\ username \ AppData \Local\ Google \Chrome\Application\chrome.exe -enable-accelerated-compositing Once you run the batch file, you will be able to go to about:memory and note there is a new memory item called "GPU." Here's what mine looks like:  Related articles by Zemanta How to turn GPU acceleration on in Chrome 7 (zdnet.com) Enabling GPU Acceleration in Chrome 7 (thechromesource.com) Google Confirms Chrome GPU Acceleration (hardware.slashdot.org)