drivers | Techerator https://techerator.com Techerator is an excellent source of tips, guides, and reviews about software, web apps, technology, mobile phones, and computers. Mon, 03 May 2010 22:36:33 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 7158109 Can’t Find a Device Driver? Let Unknown Devices Help https://techerator.com/2009/10/cant-find-a-device-driver-let-unknown-devices-help/?utm_source=rss&utm_medium=rss&utm_campaign=cant-find-a-device-driver-let-unknown-devices-help https://techerator.com/2009/10/cant-find-a-device-driver-let-unknown-devices-help/#respond Fri, 09 Oct 2009 21:01:14 +0000 http://44.229.110.106/?p=3928 The scenario: You just reinstalled Windows on your computer and are having a difficult time finding a driver for an obscurely named device.  You have checked the manufacturer’s website and have tried several different drivers, all with no luck finding the correct the device driver.  Unknown Devices is a program that will assist with searching […]

The post Can’t Find a Device Driver? Let Unknown Devices Help first appeared on Techerator.

]]>
The scenario: You just reinstalled Windows on your computer and are having a difficult time finding a driver for an obscurely named device.  You have checked the manufacturer’s website and have tried several different drivers, all with no luck finding the correct the device driver.  Unknown Devices is a program that will assist with searching for difficult to find device drivers.

Using Unknown Devices

Download and extract Unknown Devices from the program’s website.  Open the newly created Unknown Devices folder and run the Unknown Devices executable.  Once the program has loaded, you will see a list of the hardware devices that are currently attached to the system.  If any device drivers are missing, they will be highlighted in orange and have a question mark next to them, as shown below.

unknown-devices-1

When you find an unknown device on your system, right clicking it will allow you to perform an internet search for the selected device.

unknown-devices-3

Right clicking an unknown device and selecting Device Details will provide much more information regarding the hardware.  This detailed information can be helpful in finding the correct device driver for your hardware.

unknown-devices-2

When all device drivers have been installed, Unknown Devices will show all installed devices.  Clicking the + next to the hardware will show detailed information for the installed device.

unknown-devices-4

What other methods have you used to find unknown device drivers?  Let us know by commenting below.

The post Can’t Find a Device Driver? Let Unknown Devices Help first appeared on Techerator.

]]>
https://techerator.com/2009/10/cant-find-a-device-driver-let-unknown-devices-help/feed/ 0 3928
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