> I have a HP 7600 desktop with FBSD 6. While setting up the system i did
> not
> find an Intel 945G in the listed options to select a video card. Where can
> i
> find this?
>
> Thanks,
> Viswas
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

i have an hp 7100, and i just chose the 810i in my xorg.conf.  works fine.

[EMAIL PROTECTED] ~]$ pciconf -lv
<snip>
[EMAIL PROTECTED]:2:0:  class=0x030000 card=0x3006103c chip=0x25828086 rev=0x04
hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82915G/GV/GL, 82910GL Integrated Graphics Device'
    class    = display
    subclass = VGA
<snip>


and from my xorg.conf:

Section "Device"
    Identifier  "Intel 810"
    Driver      "i810"
    # VideoRam    8192
    # Insert Clocks lines here if appropriate
EndSection

if your pciconf output is similar to mine, then those settings should
treat you pretty well.

hth,
jonathan

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to