search for: mjg59

Displaying 20 results from an estimated 79 matches for "mjg59".

Did you mean: mjg
2010 Jan 31
12
[Bug 26349] New: nouveau_hybrid_setup: disables a discrete NVS 3100m on ThinkPad T410
http://bugs.freedesktop.org/show_bug.cgi?id=26349 Summary: nouveau_hybrid_setup: disables a discrete NVS 3100m on ThinkPad T410 Product: xorg Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2012 May 06
1
isohybrid.c, problem reports and questions
...-------------------------------------------------------- What is the reason for calling function reverse_uuid() ? Is it intentional that it only byteswaps the first 8 of 16 bytes ? ----------------------------------------------------------------------- The explored ISO image stems from http://mjg59.fedorapeople.org/Fedora-LiveCD.iso Matthew advised it to me at his article "Anatomy of a Fedora 17 ISO image" http://mjg59.dreamwidth.org/11285.html The current state of my emerging description is at http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/view/head:/doc/boot_s...
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
2015 Jul 02
2
installing Cents os server 7.0
...eir own manually is user enabled and supported. The distro has nothing to do with it. > Would it be *nice* if RHEL/Fedora/CentOS could do this? Sure. Is it a necessary prerequisite? Absolutely not. I disagree. Along the same lines as this, relating primarily to security and privacy: http://mjg59.dreamwidth.org/32686.html I'll argue that the four freedoms aren't meaningful when they only benefit a scant minority. And the end result is, increasingly, developers are picking Macs because so many basic UI/UX things are handled so well and continue to be a PITA on Linux (desktop in part...
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
...tion Entry of the boot catalog: platform Id = 0. The Section Header of the next section shows platform id = 0xef. The next section header bears platform id = 1. This is what isohybrid.c does dislike. It's not incidential but explicitely written in its code. Some background is told in http://mjg59.dreamwidth.org/11285.html More adventures of Matthew Garrett get shown by googling "mjg59 mac boot". > If the isohybrid tool expects to use "efi" for "Mac" and/or for > "PPC", then perhaps this might be part of the problem (if not now, at > least...
2015 Oct 30
1
Isohybrid wiki page and UEFI
> Ady wrote: > > The reason genisoimage is highly modified is because... It is > > unmaintained! > > Sad but true. The cdrkit website is gone. Most "original" is > the debian source package. > > > > The "real" genisoimage (and any reincarnation of > > it) might never work with Syslinux; who knows? > > It works fine for BIOS
2016 Nov 23
3
New laptop recomendation
On 11/23/2016 2:02 PM, Tony Molloy wrote: > precision 15 7510 > > Intel? Core i5-6300HQ Processor (Quad Core 2.30G that too is a "skylake", latest gen intel CPU, you might have some issues with CentOS and the USB C/Thunderport, and/or USB 3 on those. If it works on Ubuntu, you likely can get it working with C7 albeit maybe using a newer kernel. unless you're going
2007 Jul 05
0
RANDR1.2 and LVDS
...s identical 3) This doesn't /quite/ work for me yet. I have a solid and recognisable picture, but it's only about the left two thirds of my screen, centred on the display with black borders. Clearly the panel programming isn't /quite/ right yet... Signed-off-by: Matthew Garrett <mjg59 at srcf.ucam.org> diff --git a/src/nv_crtc.c b/src/nv_crtc.c index 5b646d0..3388a3a 100644 --- a/src/nv_crtc.c +++ b/src/nv_crtc.c @@ -945,8 +945,9 @@ nv_crtc_mode_set_regs(xf86CrtcPtr crtc, DisplayModePtr mode) } else regp->cursorConfig |= 0x02000000; - regp->CRTC[NV_VG...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
> Hi, > > > Unfortunately I get the error message: > > isohybrid: slint64-14.1.iso: unable to find mac efi image > > This is probably due to El Torito Platform id "Mac" in > > -eltorito-alt-boot -no-emul-boot -eltorito-platform Mac \ > -eltorito-boot isolinux/macboot.img \ > > This caused in the image >
2009 Feb 18
1
[PATCH] Add in-kernel backlight control support
..._card_takedown(struct drm_device *dev) DRM_DEBUG("prev state = %d\n", dev_priv->init_state); if (dev_priv->init_state != NOUVEAU_CARD_INIT_DOWN) { + nouveau_backlight_exit(dev); + nouveau_dma_channel_takedown(dev); engine->fifo.takedown(dev); -- Matthew Garrett | mjg59 at srcf.ucam.org
2012 Jun 22
2
How to recognize an MBR suitable for isohybrid --mac ?
...s/2012-May/017518.html So just in case somebody is curious, here is a description how to prepare test media on Linux. It will need about 1.4 GB of disk space. - Download ISO (650 MB) and the most recent xorriso development snapshot (2.2 MB) into an elsewise disposable directory wget http://mjg59.fedorapeople.org/Fedora-LiveCD.iso wget http://www.gnu.org/software/xorriso/xorriso-1.2.3.tar.gz - Build xorriso tar xzf xorriso-1.2.3.tar.gz ( cd xorriso-1.2.3 && ./configure && make ) - Copy the MBR out of Fedora-LiveCD.iso dd if=Fedora-LiveCD.iso bs=512 count=1...
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
...me : 1 EFI APM partition type : 1 Apple_HFS APM start and size : 1 775 1368 APM partition path : 1 /isolinux/macboot.img I forgot to advise (or misadvise) -isohybrid-apm-hfsplus with the image /isolinux/efiboot.img . So we only got one APM partition here. A slight deviation from mjg59's layout. It is a lie to give efiboot.img the partition type Apple_HFS. isohybrid.c does it that way. So the perfect mimic would be -e isolinux/efiboot.img \ -isohybrid-gpt-basdat -isohybrid-apm-hfsplus \ instead of -e isolinux/efiboot.img \ -isohybrid-gpt-basdat \ ---------...
2008 Oct 21
3
[Question] power management related with cgroup based resource management
Hi, all These days, I am interested in green IT area for low power OS So, I have a question about it. Is there any good idea or comments about power management related with cgroup based resource management? I have no idea about that, but it seems to be possible to find a good concept. And I hope so Is it some strange question? ^^ Regards, Dong-Jae Kang
2015 Apr 05
4
Is efiboot.img required?
...ked by a GPT partition with type GUID C12A7328-F81F-11D2-BA4B-00A0C93EC93B Both alternatives demand neat partitioning. Especially no nested partitions. isohybrid violates UEFI by combining both methods and by nesting partitions. The motivation for this is given by Matthew Garrett in http://mjg59.dreamwidth.org/11285.html I made a lengthy analysis about Debian's sins and improvement options in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776317#75 > With these made-up assumptions, the ISO image > could have the same "EFI/BOOT/BOOTX64.EFI" UEFI 2.4. does not pr...
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi, On 29/07/2014 21:34, Thomas Schmitt wrote: > Nevertheless i advise Didier to simply try with 0xef rather than Mac. At least the ISO will then have MBR, GPT and APM entries for the file macboot.img. I did that, and also tried the xorriso command you posted. I uploaded both ISO images on http://slint.fr/misc/MacBoot resp. renamed: slint64-14.1-Thomas_mkisofs.iso
2018 Apr 28
0
[Bug 106305] Can't change screen brightness on MSI GT73VR with nouveau driver
...------------------------ Component|general |Drivers/DRI/nouveau QA Contact| |nouveau at lists.freedesktop.o | |rg Product|libbacklight |Mesa Assignee|mjg59 at srcf.ucam.org |nouveau at lists.freedesktop.o | |rg -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL...
2016 Nov 23
0
New laptop recomendation
...o that the standard Windows drivers don't bind to it, allowing the Intel RAID drivers to bind to it instead. There are no Linux drivers that bind to the "RAID" mode PCI ID, though if you switch the controller to "standard" mode, Linux drivers will work normally. https://mjg59.dreamwidth.org/44694.html?thread=1749398
2016 Nov 23
1
New laptop recomendation
...ows drivers don't bind to it, allowing the > Intel RAID drivers to bind to it instead. There are no Linux drivers > that bind to the "RAID" mode PCI ID, though if you switch the > controller to "standard" mode, Linux drivers will work normally. > > https://mjg59.dreamwidth.org/44694.html?thread=1749398 I thought the mdraid software raid drivers supported the intel RST (formerly Matrix) fake raid ? the major difference is, with RST/Matrix, the whole disk has to be mirrored then partitioned, while mdraid normally does mirroring on a per partition basis....
2001 Apr 04
1
Mesa with voodoo3
OK I downloaded and compiled Mesa 3.4.1, the gears demo runs at about 140 fps so thats not looking like real hw accel ;) I downloaded a prebuilt gears from the dri webpage and I get 1300 fps even after I uninstalled my Mesa because it did not work together with Quake3 (always told me no hardware accel available) So I reverted to the libGL.so that came with my X4.0.2 binary tars. My glide3 is
2014 Jan 22
0
Even more (U)EFI questions
...not follow it closely since I thought no one with a sane mind? would sell hardware with 32 bit UEFI implementations these days. Looks like I would have to prepare separate boot images bay trail/clover trail or continue using gummiboot for 32 bit UEFI in the mid term. Regards, Mattias ? http://mjg59.dreamwidth.org/26734.html -- Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY Bitte fuer geschaeftliche Telefonate vorzugsweise die VoIP-Telefonnummer +49 341 39290767 verwenden, da ich diese aufs Mobiltelefon routen kann!