Date: Fri, 13 Jul 2012 15:20:14 -0700 From: Kevin Oberman <kob6558@gmail.com> To: SicoSico <resuscitated_wael@hotmail.com> Cc: freebsd-x11@freebsd.org Subject: Re: Re[2]: Dual video card notebook: no X11 at all Message-ID: <CAN6yY1s3mXsKEuaAoxC9dOoYFmuw-EpjjLgeEbGV4CevCDwnFA@mail.gmail.com> In-Reply-To: <1342181508753-5726549.post@n5.nabble.com> References: <4FF16170.80802@webmail.sub.ru> <CAPS9%2BSvTVaPfAfi-0to_VtQypDO9%2BF6CcyJhaE2QwktU9Hof%2Bg@mail.gmail.com> <20120702094132.GT2337@deviant.kiev.zoral.com.ua> <1341230349.29141163@f233.mail.ru> <1342084801386-5726206.post@n5.nabble.com> <CAN6yY1umnHoREDzOM_S8diGWPEOXSHy72mQA_6KUHuk84Dry7w@mail.gmail.com> <1342149269866-5726448.post@n5.nabble.com> <alpine.BSF.2.00.1207130925020.15353@tapio.cksoft.de> <1342181508753-5726549.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 13, 2012 at 5:11 AM, SicoSico <resuscitated_wael@hotmail.com> wrote: > DragonFlyBSD has the module > http://leaf.dragonflybsd.org/cgi/web-man?command=acpi_thinkpad§ion=4 > acpi_thinkpad , I am not sure if it is new enough or if it works with my > ideapad y570. > > intel driver is cool to have, I wish I could use nvidia driver though. > > Brightness control is really important to me, max brightness is hurting my > eyes! > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/Dual-video-card-notebook-no-X11-at-all-tp5723538p5726549.html > Sent from the freebsd-x11 mailing list archive at Nabble.com. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" Again, I have not tried the patched DSDT, but to have a chance to work, you need to edit acpi_ibm to add the LEN0068 ID. Replace the line: static char *ibm_ids[] = {"IBM0068", NULL}; with static char *ibm_ids[] = {"IBM0068", "LEN0068", NULL}; You must also load the acpi_video module. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1s3mXsKEuaAoxC9dOoYFmuw-EpjjLgeEbGV4CevCDwnFA>