NVIDIA | Techerator https://techerator.com Techerator is an excellent source of tips, guides, and reviews about software, web apps, technology, mobile phones, and computers. Thu, 04 Jun 2009 05:29:24 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 7158109 Adobe and NVIDIA Collaborating on GPU Acceleration for Flash https://techerator.com/2009/06/adobe-and-nvidia-collaboring-on-gpu-acceleration-for-flash/?utm_source=rss&utm_medium=rss&utm_campaign=adobe-and-nvidia-collaboring-on-gpu-acceleration-for-flash https://techerator.com/2009/06/adobe-and-nvidia-collaboring-on-gpu-acceleration-for-flash/#respond Thu, 04 Jun 2009 00:07:03 +0000 http://44.229.110.106/?p=1631 Adobe and NVIDIA announced today that GPU (Graphics Processing Unit) acceleration will be included in future releases of the Adobe Flash Player.  Both Adobe and NVIDIA are part of the Open Screen Project, a collaborative project intended to bring rich internet applications to the desktop by taking advantage of the full capabilities of Adobe Flash.  […]

The post Adobe and NVIDIA Collaborating on GPU Acceleration for Flash first appeared on Techerator.

]]>
adobe-logoAdobe and NVIDIA announced today that GPU (Graphics Processing Unit) acceleration will be included in future releases of the Adobe Flash Player.  Both Adobe and NVIDIA are part of the Open Screen Project, a collaborative project intended to bring rich internet applications to the desktop by taking advantage of the full capabilities of Adobe Flash.  The number of devices to be support is large and will include:

  • Netbooks
  • Tablets
  • Mobile Phones
  • Other portable media devices

Features of accelerated Flash will consist of:

  • Uncompromising web browsing
  • Full H.264 support
  • Multi-platform support

nvidia-logoThe first GPU to take advantage of the accelerated Flash content will be the NVIDIA Tegra line.  With the size being smaller then a US dime, this “computer-on-a-chip” will include support for:

  • All-day media processing, for 130 hours audio, 30 hours HD video playback
  • HD image processing for advanced digital still camera and HD camcorder functions
  • Optimized hardware support for Web 2.0 applications for a true desktop-class internet experience
  • Display support for 1080p HDMI, WSXGA+ LCD and CRT, and NTSC/PAL TV-Out
  • Direct support for wifi, disk drives, keyboard, mouse, and other peripherals
  • A complete Board Support Package (BSP) to enable fast times to market for Windows Mobile-based designs

More information on the NVIDIA Tegra line can be found here.

The post Adobe and NVIDIA Collaborating on GPU Acceleration for Flash first appeared on Techerator.

]]>
https://techerator.com/2009/06/adobe-and-nvidia-collaboring-on-gpu-acceleration-for-flash/feed/ 0 1631
How To: Install and Configure Nvidia Drivers in Ubuntu 9.04 https://techerator.com/2009/04/how-to-configure-nvidia-drivers-in-ubuntu-904/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-configure-nvidia-drivers-in-ubuntu-904 https://techerator.com/2009/04/how-to-configure-nvidia-drivers-in-ubuntu-904/#comments Fri, 24 Apr 2009 08:59:03 +0000 http://44.229.110.106/?p=656 Although Ubuntu has fantastic driver support in recent editions, I had some initial difficulty getting the Nvidia graphics drivers (for my GeForce 8600GT) properly installed and configured in Ubuntu 9.04 “Jaunty Jackalope”.  The built-in video drivers supported multiple monitors, but I was only able to drag windows halfway across the secondary monitor before they would […]

The post How To: Install and Configure Nvidia Drivers in Ubuntu 9.04 first appeared on Techerator.

]]>
ubuntu-logo1Although Ubuntu has fantastic driver support in recent editions, I had some initial difficulty getting the Nvidia graphics drivers (for my GeForce 8600GT) properly installed and configured in Ubuntu 9.04 “Jaunty Jackalope”.  The built-in video drivers supported multiple monitors, but I was only able to drag windows halfway across the secondary monitor before they would become “stuck”.  In addition, graphical shading and transparency effects were nonexistant.

Introduction

In previous versions of Ubuntu, I recall being prompted to install and enable Nvidia’s restricted video drivers (these drivers are not enabled by default because they are not open source and freely available).  However, I was not prompted to enable any restricted video drivers in 9.04 so I had to acquire the drivers manually.

This process is fairly straightforward, but be warned: it does involve the use of the Terminal and you should only proceed if you know how to work in that environment.  For you intrepid readers, feel free to check out a crash course in Terminal to better prepare yourself.

Procedure

  1. Open the Terminal (Under Applications –> Accessories –> Terminal).
  2. Type sudo apt-get install nvidia-glx-180 and press enter.  If prompted, enter your administrator password.
  3. Note: nvidia-glx-180 is currently the most recent version of Nvidia’s Linux drivers at the time of this writing.  To make sure you’re getting the most recent drivers, check out Nvidia’s driver page.

  4. Once the Nvidia drivers have been successfully installed, you will need to reconfigure Xorg.conf, which is a file specifying the display settings for your system.  This can be done automatically by typing the command sudo nvidia-xconfig and pressing enter.
  5. Restart the X server.  This can be done easily by logging out of Ubuntu and logging back in, but if you still have problems a restart will work as well.
  6. Nvidia drivers are now installed!
  7. To enable multiple monitors:
    1. Open up the Terminal again and type sudo nvidia-settings (this is also available under System –> Administration –> Nvidia X Server Settings).  This will open a Nvidia monitor configuration window.
    2. Locate your secondary monitor, which will probably be displayed as (Disabled).
    3. Select the monitor and click Configure, then select TwinView.  Press OK.
    4. Click Save to X Configuration File, then click Apply.
    5. Your multiple monitors should now function properly.

Once the Nvidia drivers are installed, you’ll notice better visual effects and full-fledged multiple monitor support.

Have any tips or suggestions involving Nvidia drivers and Ubuntu?  Share them in the comments!

The post How To: Install and Configure Nvidia Drivers in Ubuntu 9.04 first appeared on Techerator.

]]>
https://techerator.com/2009/04/how-to-configure-nvidia-drivers-in-ubuntu-904/feed/ 2 656