Trying to figure out what driver I'm using

Richard Bronosky BrunosJunk at Bronosky.com
Thu Jun 7 03:43:20 PDT 2007


BRILLIANT!  Thank you!

rbronosky at ubuntu:~/svn/git/xf86-video-intel$ cat /proc/`pidof X`/smaps |
grep _drv.so
b7af9000-b7b02000 r-xp 00000000 08:04 1233296
/usr/lib/xorg/modules/input/synaptics_drv.so
b7b02000-b7b03000 rw-p 00008000 08:04 1233296
/usr/lib/xorg/modules/input/synaptics_drv.so
b7b03000-b7b15000 r-xp 00000000 08:04 1233312
/usr/lib/xorg/modules/input/wacom_drv.so
b7b15000-b7b16000 rw-p 00011000 08:04 1233312
/usr/lib/xorg/modules/input/wacom_drv.so
b7b16000-b7b1f000 r-xp 00000000 08:04 1233291
/usr/lib/xorg/modules/input/mouse_drv.so
b7b1f000-b7b20000 rw-p 00009000 08:04 1233291
/usr/lib/xorg/modules/input/mouse_drv.so
b7b20000-b7b23000 r-xp 00000000 08:04 1233285
/usr/lib/xorg/modules/input/kbd_drv.so
b7b23000-b7b24000 rw-p 00002000 08:04 1233285
/usr/lib/xorg/modules/input/kbd_drv.so
b7b24000-b7b67000 r-xp 00000000 08:04 1233080
/usr/lib/xorg/modules/drivers/intel_drv.so
b7b67000-b7b6b000 rw-p 00042000 08:04 1233080
/usr/lib/xorg/modules/drivers/intel_drv.so


On 6/7/07, Bryce Harrington <bryce at bryceharrington.org> wrote:
>
> This was recommended to me on #xorg-devel the other day:
>
> cat /proc/`pidof X`/smaps | grep _drv.so
>
> Bryce
>
> On Wed, Jun 06, 2007 at 10:44:10PM -0400, Richard Bronosky wrote:
> > I've tried the following, but I don't think any of these look like a
> > video driver.
> >
> > rbronosky at ubuntu:~$ Xorg -version
> > X Window System Version 1.3.0
> > Release Date: 19 April 2007
> > X Protocol Version 11, Revision 0, Release 1.3
> > Build Operating System: Linux Debian
> > Current Operating System: Linux ubuntu 2.6.20-16-generic #2 SMP Wed
> > May 23 01:46:23 UTC 2007 i686
> > Build Date: 20 April 2007
> >         Before reporting problems, check http://wiki.x.org
> >         to make sure that you have the latest version.
> > Module Loader present
> > rbronosky at ubuntu:~$ xrandr --version
> > Server reports RandR version 1.2
> > rbronosky at ubuntu:~$ lsmod|grep -i intel
> > snd_hda_intel          21912  1
> > snd_hda_codec         205056  1 snd_hda_intel
> > snd_pcm                79876  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
> > intel_agp              25244  1
> > agpgart                35400  2 intel_agp
> > snd                    54020  12
> >
> snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> > snd_page_alloc         10888  2 snd_hda_intel,snd_pcm
> > rbronosky at ubuntu:~$ lspci|grep -i intel
> > 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and
> > 945GT Express Memory Controller Hub (rev 03)
> > 00:02.0 VGA compatible controller: Intel Corporation Mobile
> > 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
> > 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML
> > Express Integrated Graphics Controller (rev 03)
> > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
> > Definition Audio Controller (rev 02)
> > 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
> > Port 1 (rev 02)
> > 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
> > Port 2 (rev 02)
> > 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
> > Port 3 (rev 02)
> > 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
> > Port 4 (rev 02)
> > 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
> > UHCI #1 (rev 02)
> > 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
> > UHCI #2 (rev 02)
> > 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
> > UHCI #3 (rev 02)
> > 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
> > UHCI #4 (rev 02)
> > 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2
> > EHCI Controller (rev 02)
> > 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
> > 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
> > Bridge (rev 02)
> > 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family)
> > Serial ATA Storage Controller IDE (rev 02)
> > 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller
> (rev 02)
> > 02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet
> > Controller
> > 03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
> > Network Connection (rev 02)
> >
> >
> > --
> > .!# RichardBronosky #!.
> > _______________________________________________
> > xorg mailing list
> > xorg at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/xorg
>



-- 
.!# RichardBronosky #!.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20070607/cbb1e108/attachment.html>


More information about the xorg mailing list