On Thu, 15 Jul 2004 12:03:20 +0300
alex <al...@matrix.security-info.com.ua> wrote:
>Hi ! :)
>tell me, how can I recognize my videocard...
>
>I don't know, which driver I must select to my video, and can't see my
>hardware...
two ways:
1 - dmesg | grep VGA
or
2 - cd /usr/ports/sysutils/pciutils && make install clean
and lspci | grep VGA (or lspci -vv)
man dmesg
man lspci
Enjoy :)
--
BOFH excuse #113:
Root nameservers are out of sync
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbi...@freebsd.org"
- May be that not YOUR videocard? :))))))
=========================
D.K.
>
> PS
> sorry for my English 8() :))
> tell me, how can I recognize my videocard...
> I don't know, which driver I must select to my video, and can't see my hardware...
pciconf -lv |less
then see for video devices description
-netch-