Where Can I Download My Radeon 290x Vga Video Controller Driver

I would like to try a different video display driver, but I'm not sure which one I'm currently using.

  • You can now download the new AMD Radeon Software Crimson Edition drivers release 16.9.1 driver released for Deus Ex: Mankind Divided (DX12) and DOTA2.
  • Here we provide new and archived drivers for graphics card, mainboard, sound, network. Obtain the Latest AMD Radeon Official Driver Utility, Latest Version.

DOWNLOAD THEM Driver Navigator lists all the drivers you need. Click Download All (or download each driver individually.) 4. Driver Navigator comes at the right time, which help me updated all hardware drivers to the latest, specially my old video driver. Now the game is running more smoothly!

What's the simple way to see what driver my system is using currently?

belacqua
belacquabelacqua

6 Answers

Run lshw -c video, and look for the line with 'configuration'. The loaded driver is prefixed with 'driver='. Example output:

If you want more information about the loaded driver, run modinfo. Output of modinfo i915:

Note that modinfo works on filenames and aliases, not on module names. The majority of the modules will have the same name for the module name and filename, but there are exceptions. One of them is nvidia.

Another way of using these commands in order to show you the file name of the driver would be:

When loaded, the command lsmod will show the nvidia module as loaded. modinfo nvidia will error out. Why? Because there is no module named 'nvidia', it's just an alias. To resolve the alias you can use modprobe --resolve-alias nvidia. Or to get the whole modinfo in one command:

LekensteynLekensteyn
Video

You could use the following command to see the currently used vga kernel driver:

Example output for an ATI / AMD graphic card:

  • if the open source Radeon driver is used:

  • if the proprietary Fglrx driver is used:

Complete Output with lspci -nnk | grep -i vga -A3

Available kernel modules you can see with lspci -nnk | grep -i vga -A3 | grep 'Kernel modules':

Note: This does not work in every case!

For a SiS 65x/M650/740 PCI/AGP VGA Display Adapter, there is no 'Kernel driver in use' line:

and the available sisfb kernel module is not the loaded driver, because lsmod | grep sisfb has no output (sisfb is blacklisted). In this case also sudo lshw -c video | grep Konfiguration does not work. The output is:

without any driver information.

BuZZ-dEEBuZZ-dEE

I have tried many ways without succes, but this did work on me (Ubuntu 12.10):

One reason is that I have Nvidia Optimus card and that makes thing harder so I added optirun before the command.

yksikertayksikerta

The best information I've seen so far is in nouveau wiki. It can also help with non-nvidia cards:https://nouveau.freedesktop.org/wiki/Optimus/

This is xrandr --listproviders and sudo cat /sys/kernel/debug/vgaswitcheroo/switch. A lot of other useful info how to control power, outputs and offloading, etc.

akostadinovakostadinov

Where Can I Download My Radeon 290x Vga Video Controller Driver Windows 7

Look for the line starting by ' Driver:'You may have to install hwinfo package first.

jarnojarno

Open a terminal and type:

This is a handy little program that can tell you all ya need to know about your PC.

Where Can I Download My Radeon 290x Vga Video Controller Driver Software

LinuxPCplusLinuxPCplus

protected by BraiamMar 17 '14 at 11:59

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Where Can I Download My Radeon 290x Vga Video Controller Driver Windows 7

Where can i download my radeon 290x vga video controller driver software

Not the answer you're looking for? Browse other questions tagged driversgraphics or ask your own question.