Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 13:32:32 -0500 (CDT)
From:      "Jonathan Horne" <freebsd@dfwlp.com>
To:        "Viswas Nair" <fysical@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Intel 945G driver
Message-ID:  <47764.167.246.36.14.1155234752.squirrel@webmail.dfwlp.org>
In-Reply-To: <73d604760608101039m8b6b758gad07d77f607c72b8@mail.gmail.com>
References:  <73d604760608101039m8b6b758gad07d77f607c72b8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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
> "freebsd-questions-unsubscribe@freebsd.org"
>

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

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47764.167.246.36.14.1155234752.squirrel>