search for: mbp

Displaying 20 results from an estimated 243 matches for "mbp".

Did you mean: map
2003 Dec 17
1
TODO hardlink reporting problem - fixed?
...21 months old... So I took a look at it using 2.5.7. See below. > BUGS --------------------------------------------------------------- > > Fix hardlink reporting 2002/03/25 > (was: There seems to be a bug with hardlinks) > > mbp/2 build$ ls -l /tmp/a /tmp/b -i > /tmp/a: > total 32 > 2568307 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a1 > 2568307 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a2 > 2568307 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a3 > 2568310...
2016 Jan 11
0
[PATCH v5 07/12] drm/nouveau: Switch DDC when reading the EDID
...is capable of temporarily switching the panel's DDC lines to the discrete GPU. This allows us to retrieve the EDID if the panel is currently muxed to the integrated GPU. Likewise, ask vga_switcheroo to switch DDC before probing LVDS connectors. This only enables EDID probing on the pre-retina MBP (2008 - 2013). The retina MBP (2012 - present) uses eDP and gmux is not capable of switching AUX separately from the main link on these models. This will be addressed in later patches. List of pre-retina MBPs with dual GPUs, either or both Nvidia: [MBP 5,1 2008 nvidia MCP79 + G96 pre-...
2015 Sep 14
4
centos 7 on older macbook pro
...ly don't want to do that, since it uses even more resources than OS X by itself. Having linux run on the bare metal without OS X should be much more efficient. > On Sun, Sep 13, 2015 at 9:33 PM, Keith Keller wrote: >> Then I got to the point of configuring wifi, and of course being a MBP, >> it has a proprietary Broadcom interface. I followed the instructions on >> the wiki (https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom), but >> had some trouble with it coming back up after a sleep. That plus some >> other issues (it ran hot just running a brows...
2015 May 28
3
[PATCH v2 8/9] acpi: Add support for Apple Gmux _DMS
Hi Dave, ----- Mail original ----- > Changes since v1: [...] > diff --git a/drm/nouveau/nouveau_vga.c b/drm/nouveau/nouveau_vga.c > index 9a6328f..7b13804 100644 > --- a/drm/nouveau/nouveau_vga.c > +++ b/drm/nouveau/nouveau_vga.c > @@ -36,7 +36,7 @@ nouveau_switcheroo_set_state(struct pci_dev *pdev, > { > struct drm_device *dev = pci_get_drvdata(pdev); > > - if
2009 Jul 31
2
[Bug 23056] New: trouble with KMS on MBP w/ 8600M GT
http://bugs.freedesktop.org/show_bug.cgi?id=23056 Summary: trouble with KMS on MBP w/ 8600M GT Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org Report...
2000 Jun 02
0
util_str.c patch
...oing this until we have - * gone through the string with no match - * at the string end. - */ - - size_t mb_back_len = str_charnum(back); - size_t mb_s_len = str_charnum(s); - - while(mb_s_len >= mb_back_len) - { - size_t charcount = 0; - char *mbp = s; - /* - * sbcs optimization. - */ - if(!global_is_multibyte_codepage) { - while(charcount < (mb_s_len - mb_back_len)) { - mbp += 1; - charcount++; - } - } else { - while(charcount < (mb_s_len - mb_back...
2009 Jul 03
1
Bug? backup_dir sometimes reported on STDOUT, sometimes not.
...the -b flag (and -v --verbose), the "backup_dir" is reported in the output, but sometimes on STDOUT and sometimes somewhere else. Note that the rsync daemon running on the "server" is 2.6.9 (on another MacBook Pro, OS X 10.5.7) For example, in bash, this happens: axe-MBP:bin work$ /usr/local/bin/rsync -aub --dry-run -v --verbose -- exclude '*~' --backup-dir=/Users/work/Desktop/Heart_and_Soul/backup/ joe@Joe-MBP.local :/Users/joe/Desktop/Heart_and_Soul/ /Users/work/Desktop/ Heart_and_Soul/ > /dev/null axe-MBP:bin work$ (all output goes to STDOUT and i...
2017 Dec 18
5
DHCP-DNS problems
...em to have the lines that contain the required info. > Yes, funny it doesn't show up in /var/log/messages, but journalctl shows it. Here is an equivalent output: Dec 18 14:45:20 dc02.rv Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: Commit: IP: 192.168.62.107 DHCID: 1:a0:ce:c8:e:35:7c Name: Dadis-MBP Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execute_statement argv[0] = /usr/local/bin/dhcp-dyndns.sh Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execute_statement argv[1] = add Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execute_statement argv[2] = 192.168.62.107 Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execut...
2008 Jun 23
2
Writing Vector to a File
Dear experts, I try not to trouble the list again after this question. I want to print this vector into a file > myvec [1] --Control --Control --Control --Control --Control HBA2 HBA1 [8] HBA1 --Control HBB --Control HBB HBA1 MBP [15] --Control HBA1 HBA2 HBB PTGDS GAPDH UBC [22] --Control GAPDH TPT1 HUWE1 PRM1 CKM OPHN1 [29] GAPDH ACTA1 PTGDS S100A8 EEF1A1 APOD CALM2 [36] TPT1 TUBA1B MT2A PTPRO AL581768 TUBA1B FTL [43] --Control...
2001 Aug 07
1
(fwd from mbp@samba.org) CVS update: rsync
On 6 Aug 2001, Albert Chin-A-Young <china@thewrittenword.com> wrote: > On Mon, Aug 06, 2001 at 10:30:50PM +1000, Martin Pool wrote: > > Albert, I'd be interested to hear your comments on these, if you have > > time. > > AC_CHECK_TYPE([socklen_t], [int]) is not robust enough. I had a feeling it was too simple to be correct.. :) > Are you familiar with an ftp
2018 Jan 02
0
DHCP-DNS problems
...not fix the logging, it works on my > > computer. > > > > > Here is an equivalent output: > > > Dec 18 14:45:20 dc02.rv > > > > > > Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: Commit: IP: 192.168.62.107 > > > DHCID: 1:a0:ce:c8:e:35:7c Name: Dadis-MBP > > > Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execute_statement argv[0] > > > = /usr/local/bin/dhcp-dyndns.sh > > > Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execute_statement argv[1] > > > = add Dec 18 14:45:28 dc02.rvx.is dhcpd[318]: execute_statement > > &...
2016 Jan 11
8
[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
...tina MacBook Pro (2012 - present) uses eDP and cannot switch AUX independently from the main link. The main obstacle there is link training, I'm currently working on this, it will be addressed in a future patch set. This series is also reviewable on GitHub: https://github.com/l1k/linux/commits/mbp_switcheroo_v5 Changes: * New patch [01/12]: vga_switcheroo handler flags Alex Deucher asked if this series might regress on non-Apple laptops. To address this concern, I let handlers declare their capabilities in a bitmask. DRM drivers call drm_get_edid_switcheroo() only if the handler ha...
2015 Aug 11
2
[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
...w we're tackling retina support. Those are marked experimental and are NOT ready to be merged yet. Feedback on them is welcome. The patches are based on drm-next. They were tested on the following hardware (thanks a lot everyone!): Tested-by: Paul Hordiienko <pvt.gord at gmail.com> [MBP 6,2 2010 intel ILK + nvidia GT216 pre-retina] Tested-by: William Brown <william at blackhats.net.au> [MBP 8,2 2011 intel SNB + amd turks pre-retina] Tested-by: Lukas Wunner <lukas at wunner.de> [MBP 9,1 2012 intel IVB + nvidia GK107 pre-retina] Tested-by: Bruno Bierb...
2015 Sep 14
4
centos 7 on older macbook pro
...to do with the old laptop, and one idea I had was to put CentOS on it. After some initial struggles, I finally found this page, which tells how to tell the installer to find hfsplus-utils: https://bugs.centos.org/view.php?id=7327 Then I got to the point of configuring wifi, and of course being a MBP, it has a proprietary Broadcom interface. I followed the instructions on the wiki (https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom), but had some trouble with it coming back up after a sleep. That plus some other issues (it ran hot just running a browser, for example) are making me quest...
2016 May 14
2
Samba slow on MacOSX Yosemite
...r), especially when it comes to listings and such on my wife's computer. This is my samba configuration on Archlinux: http://s.natalian.org/2016-05-14/smb.conf (I'm always running the latest https://www.archlinux.org/packages/extra/x86_64/samba/) And this what the mount looks like on the MBP: //rufie at NUC._smb._tcp.local/raid1 on /Volumes/raid1 (smbfs, nodev, nosuid, mounted by rufie) MBP:~ hendry$ sw_vers -productVersion 10.10.5 Am I missing a trick? Kind regards,
2008 Jul 24
2
Cant use Darwine on PPC with 10.5 Leopard
Hi all, ill start off by saying that I've tried reading and doing everything that was on the documentation. I'm not very code/C++ literate. I have a Power PC Macintosh that I run Mac OSX 10.5 Leopard with. I'm going through all this trouble to run 1 simple program, Soulseek. I downloaded Darwine 0.9.27 DP. When i try to run any program, soulseek, notepad/clock that came with
2017 Dec 18
2
DHCP-DNS problems
Hello there. So, I have a Samba AD setup, with DHCP and samba_dlz setup as described in the wiki. However, I find that after a while, dynamic DHCPD updates stop working. The fix is for me to restart the named server. When in this state, I get log messages like: DHCPREQUEST for 192.168.52.232 (192.168.60.2) from 8c:be:be:0d:cf:3c (RedmiNote4-Gj?gur) via 192.168.52.253 Dec 18 15:39:44 dc02
2015 Sep 14
0
centos 7 on older macbook pro
...that, since it uses even more > resources than OS X by itself. Having linux run on the bare metal > without OS X should be much more efficient. > >> On Sun, Sep 13, 2015 at 9:33 PM, Keith Keller wrote: >>> Then I got to the point of configuring wifi, and of course being a MBP, >>> it has a proprietary Broadcom interface. I followed the instructions on >>> the wiki (https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom), but >>> had some trouble with it coming back up after a sleep. That plus some >>> other issues (it ran hot just...
2016 Feb 01
0
[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
...013), v5. This series hasn't seen any reviews or acks unfortunately. Any takers? Merging this would allow fdo #61115 to be closed (currently assigned to intel-gfx). FWIW this series has in the meantime been tested by more folks: Tested-by: Pierre Moreau <pierre.morrow at free.fr> [MBP 5,3 2009 nvidia MCP79 + G96 pre-retina 15"] Tested-by: Paul Hordiienko <pvt.gord at gmail.com> [MBP 6,2 2010 intel ILK + nvidia GT216 pre-retina 15"] Tested-by: William Brown <william at blackhats.net.au> [MBP 8,2 2011 intel SNB + amd turks pre-reti...
2007 Jun 15
2
secrets.tdb locking fun!
...After much grief today, we'd like to support the 'TODO' note in source/lib/util_tdb.c :- /* TODO: If we time out waiting for a lock, it might * be nice to use F_GETLK to get the pid of the * process currently holding the lock and print that * as part of the debugging message. -- mbp */ It could have saved us a whole-sale restart of Samba if we could have more easily identified the process that was causing us to get loads and loads of:- [2007/06/15 13:02:20, 0, pid=5430] tdb/tdbutil.c:tdb_log(783) tdb(/usr/local/samba/private/secrets.tdb): tdb_lock failed on list 2 ltype=2...