On Mon, 2014-02-17 at 22:01 +1300, Chris Bannister wrote:
> root@tal:~# lsmod | grep video

I would search directly for the driver name, but even if the module
should be loaded, I would search the kernel ring buffer log and the X
log files for error messages.

I wonder why many of my messages don't come through the list.

-------- Forwarded Message --------
From: Ralf Mardorf
To: debian-user@lists.debian.org
Subject: Re: Need to make sure I have the nvidia proprietary driver running.
Date: Mon, 17 Feb 2014 10:00:42 +0100
Mailer: Evolution 3.10.4 

On Mon, 2014-02-17 at 14:14 +0530, Anubhav Yadav wrote:
> But I just want to make sure that I am running the nvidia driver
> successfully. How can I do that?

Run

$ lsmod | grep nvidia

if there's no output, you aren't using the nvidia driver.

Run

$ grep nvidia /var/log/dmesg

and

$ grep EE /var/log/Xorg.0.log

to search for errors.

[rocketmouse@archlinux ~]$ lsmod | grep nvidia
[rocketmouse@archlinux ~]$ lsmod | grep radeon
radeon               1285899  2 
i2c_algo_bit            5399  1 radeon
drm_kms_helper         36254  1 radeon
ttm                    63475  1 radeon
drm                   238206  4 ttm,drm_kms_helper,radeon
i2c_core               24632  5 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon
[rocketmouse@archlinux debi386]$ sudo grep radeon var/log/dmesg
[    7.356174] [drm] radeon kernel modesetting enabled.
[    7.360306] radeon 0000:01:05.0: VRAM: 256M 0x00000000C0000000 - 
0x00000000CFFFFFFF (256M used)
[    7.360314] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 
0x00000000BFFFFFFF
[    7.360463] radeon 0000:01:05.0: irq 43 for MSI/MSI-X
[    7.360490] radeon 0000:01:05.0: radeon: using MSI.
[    7.360721] [drm] radeon: irq initialized.
[    7.361746] [drm] radeon: 256M of VRAM memory ready
[    7.361753] [drm] radeon: 512M of GTT memory ready.
[    7.384640] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
[    7.401406] radeon 0000:01:05.0: WB enabled
[    7.401417] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 
0x00000000a0000000 and cpu addr 0xf3c55000
[    7.430665] [drm] radeon: ring at 0x00000000A0001000
[    7.777968] radeon 0000:01:05.0: VGA-1: EDID block 0 invalid.
[    7.884142] fbcon: radeondrmfb (fb0) is primary device
[    7.930673] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[    7.930680] radeon 0000:01:05.0: registered panic notifier
[    7.930702] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:05.0 on 
minor 0
[rocketmouse@archlinux debi386]$ grep EE /var/log/Xorg.0.log
[    28.270] Current Operating System: Linux archlinux 3.12.9-2-ARCH #1 SMP 
PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.593] Initializing built-in extension MIT-SCREEN-SAVER


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1392628401.32452.90.camel@archlinux

Reply via email to