Re: freebsd-mobile Digest, Vol 539, Issue 2
Lars Engels <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 05, 2015 at 09:04:12PM -0800, Kevin Oberman wrote: > On Thu, Feb 5, 2015 at 2:54 PM, PeerCorps Trust Fund <[email protected] > > wrote: > > > Hi Lars, Ian, > > > > Might either of you (or anyone else) have an idea about how to turn the > > touchpad on the x230 completely OFF? I prefer the finger mouse and the > > touchpad just gets in the way. Much of what I've read in the manual and on > > the web seems to be outdated and revolves around configuring xorg. Is it a > > matter of adding hw.psm.synaptics_support="0" to /boot/loader.conf? > > > > On a related note, is there a way to set the following options at boot? > > > > # kldload acpi_ibm > > # kldload acpi_call > > # acpi_call -p '\VBRC' -i 7 > > > > M > > > > > Is disabling the TouchPad no longer accessible in the BIOS setup? It's been > on every X and T I have run into since IBM stopped using a proprietary > Windows tool to touch BIOS configuration instead of the normal F1 at boot > time. I found it there on my T520, one generation older than the X230, I > believe. I disabled the touchpad of my X230 in the BIOS. > > If I recall correctly, "acpi_call -p '\VBRC' -i 7" sets the brightness. You > can load the modules by entering them in /boot/loader.conf, e.g. > "acpi_ibm_load="YES"". I'd rather load this from rc.conf, as it is _much_ faster to load kernel modules after the kernel is loaded. Just add "acpi_ibm acpi_call" to kld_list="" in rc.conf. If you don't have that variable set, you can also run: sysrc kld_list="acpi_ibm acpi_call" > > The acpi_call can be added to init, but is probably not essential any more > as brightness now works in head and the patch works fine on 10. You will > need to patch the system, but then the brightness buttons as well as the > hw.acpi.video.lcd0 values to set brightness on battery and AC. The patches > are to /usr/src/dev/drm2/i915/ Look for the patches in > /usr/src/sys/dev/drm2/i915/intel_opregion.c, i915_drv.h, and i915_irq.c and > were committed to head in r270516. > > The author (adrian@) has declined to MFC, but has stated that someone else > can. I'm hoping someone will. > -- > Kevin Oberman, Network Engineer, Retired > E-mail: [email protected] > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "[email protected]" >
signature.asc
(application/pgp-signature, 603 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJU1jBXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tPeEIAIQwm8MS3g/soiTideumwEAy YlUy33YGddRLPaXtB9IvdCt7dv+y9C23ii30mqvBMmuBgPoV14vSgcx5C31F8Z7V vpk1HnNpDOdA9WEoz8RRG8zpneQCS2eCMCwY0ZnB9m1r8OxDUAzR1sAEZTVgPd8O 70XsxuJWtWUok5iSX9p3pFMmuvu8OFRefUHN1yawRpgtDv4zxB6PP+r1vvrSZGHH d0Ct3ZWpwcf0umG3s1Iz6C0FPYIUJyvgS6pPD/QKgBWfp1NiZJAdfcQBkFrU9tYh 8hnWA7OcmznPdssk6GftKbW0Ezulg8aEmJrLKjH+R4tn2aLSBQckbDNoOGJGXf8= =g3S9 -----END PGP SIGNATURE-----