Strona 1 z 1

[+] Jakie sterowniki karty graficznej są w użyciu - radeon czy vesa?

: 14 października 2011, 23:24
autor: mscigniew
Witam.

Compiz-check wypisuje, że mam uruchomiony sterownik vesa:

Kod: Zaznacz cały

$ ./compiz-check 

Gathering information about your system...

 Distribution:          Debian GNU/Linux (wheezy/sid)
 Desktop environment:   KDE4
 Graphics chip:         ATI Technologies Inc RV730 Pro AGP [Radeon HD 4600 Series]
 Driver in use:         vesa
 Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...  [SKIP]

 Checking for hardware/setup problems...           [SKIP]

At least one check had to be skipped:
 Error: vesa driver in use 

Would you like to know more? (Y/n) y

 The vesa driver is not capable of running Compiz, you need to install
 the proper driver for your graphics card.
Jednakże efekty pulpitu działają prawidłowo, wydajność grafiki też jest niezła.

Kod: Zaznacz cały

$ lsmod | grep radeon
radeon                579902  3 
ttm                    47307  1 radeon
drm_kms_helper         22688  1 radeon
drm                   129847  5 radeon,ttm,drm_kms_helper
i2c_algo_bit           12722  1 radeon
i2c_core               19141  5 i2c_viapro,radeon,drm_kms_helper,drm,i2c_algo_bit
power_supply           13283  1 radeon
Polecenie:

Kod: Zaznacz cały

$ lsmod | grep vesa
nie daje żadnego rezultatu.

Kod: Zaznacz cały

$ lspci -k
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge                                                                                                    
        Subsystem: ASUSTeK Computer Inc. A7V8X motherboard                                                                                                                          
        Kernel driver in use: agpgart-via                                                                                                                                           
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge                                                                                                                        
00:0f.0 Network controller: Texas Instruments ACX 100 22Mbps Wireless Interface                                                                                                     
        Subsystem: Global Sun Technology Inc WL-8305 IEEE802.11b+ Wireless LAN PCI Adapter                                                                                          
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)                                                                                           
        Subsystem: ASUSTeK Computer Inc. A7V8X-X motherboard                                                                                                                        
        Kernel driver in use: uhci_hcd                                                                                                                                              
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)                                                                                           
        Subsystem: ASUSTeK Computer Inc. A7V8X-X motherboard                                                                                                                        
        Kernel driver in use: uhci_hcd                                                                                                                                              
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)                                                                                           
        Subsystem: ASUSTeK Computer Inc. A7V8X-X motherboard                                                                                                                        
        Kernel driver in use: uhci_hcd                                                                                                                                              
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)                                                                                                                     
        Subsystem: ASUSTeK Computer Inc. A7V8X-X motherboard rev 1.01                                                                                                               
        Kernel driver in use: ehci_hcd                                                                                                                                              
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge                                                                                                                        
        Subsystem: ASUSTeK Computer Inc. A7V8X-X motherboard                                                                                                                        
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)                                                                      
        Subsystem: ASUSTeK Computer Inc. A7V8X-X motherboard rev. 1.01                                                                                                              
        Kernel driver in use: pata_via                                                                                                                                              
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
        Subsystem: ASUSTeK Computer Inc. A7V8X-X Motherboard
        Kernel driver in use: VIA 82xx Audio
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
        Subsystem: ASUSTeK Computer Inc. A7V8X-X Motherboard
        Kernel driver in use: via-rhine
01:00.0 VGA compatible controller: ATI Technologies Inc RV730 Pro AGP [Radeon HD 4600 Series]
        Subsystem: Giga-byte Technology HD4650
        Kernel driver in use: radeon
01:00.1 Audio device: ATI Technologies Inc RV710/730
        Subsystem: Giga-byte Technology Device aa38
        Kernel driver in use: HDA Intel
Tutaj też jest napisane, że sterownik to radeon. Wnioskuję, że działają otwarte sterowniki radeon, ale wolę się upewnić.

: 14 października 2011, 23:32
autor: Rafal_F
Rendering method: AIGLX
Wskazuje na rendering sprzętowy.
A dokładniejsze info o sterowniku wyświetli polecenie:

Kod: Zaznacz cały

glxinfo

: 14 października 2011, 23:36
autor: fnmirk
A jakbyś się tak sam upewnił, przeglądając dokładniej forum:
http://debian.linux.pl/threads/12771-Za ... #post81406


Dodane:
Rafal_F
, jesteś pewien, a nie logi?

: 15 października 2011, 09:17
autor: mscigniew
Czyli wszystko OK. Dzięki za pomoc.