Intel 945G driver

Jonathan Horne freebsd at dfwlp.com
Thu Aug 10 18:32:37 UTC 2006


> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
>

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

[jhorne at athena ~]$ pciconf -lv
<snip>
agp0 at pci0: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



More information about the freebsd-questions mailing list