Dell laptops

Dennis Melentyev dennis.melentyev at gmail.com
Thu Jul 20 12:43:23 UTC 2006


ndis0 at pci2:3:0: class=0x028000 card=0x00051028 chip=0x431814e4 rev=0x02 hdr=0x00
    vendor   = 'Broadcom Corporation'
    class    = network
This one work good under ndisulator on Dell Inspirion 1300

For resolution use 915resolution + linuxolator + custom Modeline.
For DI1300's 1280x800:

In rc.local:
915resolution 34 1280 800

in xorg.conf:
Section "Monitor"
   ModeLine  Section "Monitor"
                Identifier      "Builtin Default Monitor"
                Option  "TargetRefresh" "75.0"
                Option  "dpms"
                Modeline "1280x800 at 60" 83.9 1280 1312 1624 1656 800 816 824 841
   EndSection
   Section "Screen"
                Identifier      "Builtin Default i810 Screen 0"
                Device  "Builtin Default i810 Device 0"
                Monitor "Builtin Default Monitor"
                DefaultDepth    24
                SubSection "Display"
                        Depth 24
                        Modes "1280x800"
                EndSubSection
    EndSection

Sound on HDAC + SigmaTel9200 work with OSS driver, but really unstable

Hope this helps.

2006/7/20, Ganbold <ganbold at micom.mng.net>:
> Hi,
>
> I'm testing D620 which has integrated graphics card (945GM).
> At least volume Up/Down/Mute keys are not working, didn't test yet
> suspend/resume.
>
> uname -an
> FreeBSD devil.micom.mng.net 6.1-STABLE FreeBSD 6.1-STABLE #1: Wed Jul 19
> 15:43:28 ULAST 2006
> tsgan at devil.micom.mng.net:/usr/obj/usr/src/sys/DEVIL  i386
>
> dmesg:
> http://www.mnbsd.org/ftp/dmesg.txt
>
> Tested hdac module from http://people.freebsd.org/~deischen/hdac.tgz and
> audio works.
>
> Tested X with following patch:
> http://www.alib.jp/files/patch-i945GM.txt.
>
> However screen resolution is only 1024x768.
>
> Did somebody make wide screen dell laptop work with 1440x900 resolution?
>
> I tried with "Modeline "1440x900" 108.84 1440 1472 1880 1912 900 918 927
> 946" line in Monitor section, however it is not working.
>
> Device section shows:
> Section "Device"
>          Identifier  "Card0"
>          Driver      "i810"
>          VendorName  "Intel Corporation"
>          BoardName   "Mobile Integrated Graphics Controller"
>          BusID       "PCI:0:2:0"
> EndSection
>
> How do I get 1440x900 screen resolution with Intel integrated graphics card?
>
> thanks in advance,
>
> Ganbold
>
>
>
>
> _______________________________________________
> freebsd-mobile at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe at freebsd.org"
>


-- 
Dennis Melentyev


More information about the freebsd-mobile mailing list