มีบรรทัดคำสั่งหรือโปรแกรมใน Ubuntu 9.04 ฉันสามารถใช้เพื่อรับข้อมูลเกี่ยวกับการ์ดแสดงผลของฉันได้หรือไม่?
มีบรรทัดคำสั่งหรือโปรแกรมใน Ubuntu 9.04 ฉันสามารถใช้เพื่อรับข้อมูลเกี่ยวกับการ์ดแสดงผลของฉันได้หรือไม่?
คำตอบ:
sudo lspci|grep VGA
แสดงให้ฉันเห็นฉันมี:
01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler [AMD Radeon HD 6600M Series]
หากท่านต้องการข้อมูลมากยิ่งขึ้นคุณสามารถติดตั้งเมซ่า-utils นอกจากสิ่งที่ชัดเจน:
$ glxinfo|grep renderer
OpenGL renderer string: AMD Radeon 6600M and 6700M Series
$ glxinfo|grep vendor
server glx vendor string: ATI
client glx vendor string: ATI
OpenGL vendor string: ATI Technologies Inc.
มันจะแสดงข้อมูลเกี่ยวกับไดรเวอร์ที่ใช้งานอยู่ประมาณ 3 หน้า
นอกจากนี้lspci
คุณสามารถใช้hwinfo ซึ่งเป็นเครื่องมือที่มีประโยชน์สำหรับการรับข้อมูลโดยละเอียดเกี่ยวกับส่วนประกอบฮาร์ดแวร์ทุกชนิดและไดรเวอร์ของพวกเขาในระบบของคุณ
ตามค่าเริ่มต้นจะhwinfo
พิมพ์รายการข้อมูลที่ค่อนข้างยาว แต่คุณสามารถระบุสิ่งที่คุณต้องการโดย:
hwinfo --gfxcard
ตัวเลือกอื่น ๆ :
all, bios, block, bluetooth, braille, bridge, camera,
cdrom, chipcard, cpu, disk, dsl, dvb, fingerprint, floppy,
framebuffer, gfxcard, hub, ide, isapnp, isdn, joystick,
keyboard, memory, modem, monitor, mouse, netcard, network,
partition, pci, pcmcia, pcmcia-ctrl, pppoe, printer, scanner,
scsi, smp, sound, storage-ctrl, sys, tape, tv, usb, usb-ctrl,
vbe, wlan, and zip.
สำหรับข้อมูลเพิ่มเติม
man hwinfo