Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command to show video driver info ?

Status
Not open for further replies.

strikelit

MIS
Sep 10, 2003
88
0
0
US
I have a linux suse 9 workstation. Is there a command to check the video driver info ?
 
lspci -v
also, check /sys/devices ...
 
Depends on your adapter and whether the driver is xorg included or something like a binary driver/interface from ATI or NVIDIA. In the latter case check lsmod for installed kernel support.
 
[green]lsmod[/green] will list all the currently loaded kernel level drivers. That said, video is typically handled by the X Windows system. The driver currently in use by X will be in one of:
/etc/X11/zorg.conf, /etc/X11/XFree86.conf or /etc/X11/XFree86-4.conf

The line will be in a Device section, look for the line driver in the proper device section. Mouse, Keyboard and some other devices may also be listed.

[plug=shameless]
[/plug]
 
As I said: If you have a binary interface for the kernel the 'driver', that is the kernel level software interface for your hardware with the operating system, will be viewable via the output of lsmod. Otherwise the 'driver' is simply a userspace
'module' specific to the X server in use.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top