From owner-freebsd-mobile@FreeBSD.ORG Fri Jul 21 01:02:11 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F66916A4DD for ; Fri, 21 Jul 2006 01:02:11 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9709A43D49 for ; Fri, 21 Jul 2006 01:02:10 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=[192.168.0.18]) by publicd.ub.mng.net with esmtpa (Exim 4.61 (FreeBSD)) (envelope-from ) id 1G3jP3-000MQs-9P; Fri, 21 Jul 2006 10:02:05 +0900 Message-ID: <44C0278C.1000105@micom.mng.net> Date: Fri, 21 Jul 2006 10:02:04 +0900 From: Ganbold User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: Dennis Melentyev References: <44BF5B71.2090702@micom.mng.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: Dell laptops X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 01:02:11 -0000 Dennis Melentyev wrote: > ndis0@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 I will try ndisulator. > > For resolution use 915resolution + linuxolator + custom Modeline. > For DI1300's 1280x800: I was wrong, D620 supports 1280x800 screen resolution. 915resolution works perfect and I can now set my screen resolution to 1280x800. HDAC works here with http://files.chemikals.org/hdac.tgz module, however volume up/down keys aren't working :( thanks a lot, Ganbold > > 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@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 : >> 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@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@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile >> To unsubscribe, send any mail to >> "freebsd-mobile-unsubscribe@freebsd.org" >> > >