In linux, how can I check whether the video card driver is installed?

Source: Internet
Author: User

In linux, how can I check whether the video card driver is installed?

Check that there is a wooden driver in the pure ure field. If there is any content, the graphics card driver is installed.

Sudo lshw-c video

WARNING: you shoshould run this program as super-user.
^ CI (sysfs)
Chenghao @ chenghao-Lenovo-Product :~ $ Sudo lshw-c video
[Sudo] password for chenghao:
*-Display
Description: VGA compatible controller
Product: Wrestler [Radeon HD 6310]
Vendor: Advanced Micro Devices, Inc. [AMD/ATI]
Physical id: 1
Bus info: pci @ 0000:00:01. 0
Version: 00
Width: 32 bits
Clock: 33 MHz
Capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
Configuration: driver = fglrx_pci latency = 0

Resources: irq: 43 memory: c0000000-cfffffff ioport: f000 (size = 256) memory: feb00000-feb3ffff



Sudo gedit/etc/X11/xorg. conf


Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen [0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor [0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device [0]-0"
Driver "fglrx"
BusID "PCI: 0: 1: 0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen [0]-0"
Device "aticonfig-Device [0]-0"
Monitor "aticonfig-Monitor [0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

/Usr/src/fglrx-13.350.1/has an installation package
How to upgrade kernel 3.13 to 3.18.3a card driver?

Solution: Re-compile the kernel, directly go to init3, and install the graphics card driver and restart it.
How can I install it in the simplest way?


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.