search for: earthling

Displaying 20 results from an estimated 97 matches for "earthling".

Did you mean: earthlink
2001 Sep 14
2
OGG not working in Windows?
...2WAV) and encoded (OGGENC) OGG files on my Linux box using GRIP. The OGG files play fine in my XMMS on my Linux box. These are all from brand new lib (rc2) compiles. But no matter what I try, FreeAmp or Winamp (w/ plugin), they do nothing on my Windows boxes. Anyone? Thanks. --EdB <edb@earthling.net> http://www.geocities.com/endered --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No su...
2017 Jul 13
2
[PATCH xf86-video-amdgpu] Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr
...; > --- > > Chris / Ilia / Ben, this should be manageable for the intel/nouveau > drivers, right? Any feedback, guys? I want to push the xserver change soon-ish. I could probably come up with a corresponding patch for nouveau in the worst case, but I'm afraid not for intel. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2017 Jul 14
2
[PATCH xf86-video-amdgpu] Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr
...gt; > Sorry, I'm not 1000% clear on what this patch is doing. 100% should suffice. ;) > Is it literally just a type change from A to B and so code has to be fixed > up for the new API? That's basically it, corresponding to https://patchwork.freedesktop.org/patch/150938/ . -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2017 Dec 19
2
nouveau. swiotlb: coherent allocation failed for device 0000:01:00.0 size=2097152
...c3574716400acc06f99915815f80d9563783 Author: Christian König <christian.koenig at amd.com> Date: Thu Jul 6 09:59:43 2017 +0200 drm/ttm: add transparent huge page support for DMA allocations v2 Try to allocate huge pages when it makes sense. v2: fix comment and use ifdef -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2016 Sep 16
0
[ANNOUNCE] xf86-video-amdgpu 1.1.2
...u-1.1.2.tar.gz SHA1: ab56de6b454c7490e51c164df13ccca8f3ef5b22 xf86-video-amdgpu-1.1.2.tar.gz SHA256: aeaae7be4faa3e1056dffa83a90c551af638280ea298bf96550ad86d3aa60d6e xf86-video-amdgpu-1.1.2.tar.gz PGP: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-1.1.2.tar.gz.sig -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer -------------- next part -------------- This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hxv55G616wHiXvTRJePFK06eGRKJtxHfR Content-Type: multipart/mixe...
2007 Aug 01
4
Dual-screen compiz mostly working
I have dual-screen compiz-fusion finally working on my ATI Radeon Mobility X600. AIGLX was the way to go using MergedFB. gentoo linux-2.6.22 x11-base/xorg-server-1.2.0-r3 x11-base/xorg-x11-7.2 media-libs/mesa-6.5.2-r1 x11-wm/compiz-9999 x11-wm/compiz-fusion-9999 But a number of remaining issues: - my second screen doesn't render properly. Compiz events cause it to redraw but
2018 Feb 14
2
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...it doesn't look particularly scary. :) > > Agreed. If it's good enough for stable, it's good enough for -fixes! It's not that simple, is it? Fast-tracking patches (some of which appear to be untested) to stable without an immediate cause for urgency seems risky to me. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2017 Jan 18
1
[PATCH 3/4] drm/amd/display: Switch to using atomic_helper for flip.
...e_state, > >> - true) || > >> + if (!page_flip_needed(plane_state, old_plane_state, > > true) || > > > > This seems to be an unrelated change. > > Yeah, such whitespace-only changes should be dropped. Will remove this. > > > -- > Earthling Michel Dänzer | http://www.amd.com > Libre software enthusiast | Mesa and X developer
2020 May 20
2
[RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM
...e GART in radeon. I suspect the main reason it's only 5% is that PCIe GART page tables are stored in VRAM, so they don't need to be fetched across the PCIe link (and presumably it has more than one TLB entry as well). The difference is much bigger with native AGP ASICs with PCI GART. -- Earthling Michel D?nzer | https://redhat.com Libre software enthusiast | Mesa and X developer
2017 Jun 21
2
[PATCH 01/11] drm/fb-helper: do a generic fb_setcmap helper in terms of crtc .gamma_set
...on and some kms-native thing, and then SIGKILL the native kms > app. > > But since pre-existing not really required, and probably too much effort. I suspect something like that indeed needs to be done though. E.g. killing Xorg results in fbcon continuing to use the LUT set by Xorg. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
1999 May 21
7
Multiple workgroups using SAMBA in a single domain
Dear people at the samba organization, I wish to create multiple workgroups using SAMBA in a single domain on a LINUX Box. The linux box is also the primary domain controller. Please enlist me the procedure and mail to me as soon as possible. Thanking you in advance Sincerely Roopinder Randhawa.
2015 Nov 02
0
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events
...ent one. > +/** > + * drm_arm_vblank_event - arm vblanke event after pageflip > + * @crtc: the source CRTC of the vblank event Ye olde vblanke event? ;) (typo, same in the previous comment) The function name in this comment doesn't match the name of the function it describes. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2017 Jan 18
0
[PATCH 3/4] drm/amd/display: Switch to using atomic_helper for flip.
...t;> */ >> - if (!page_flip_needed(plane_state, old_plane_state, >> - true) || >> + if (!page_flip_needed(plane_state, old_plane_state, > true) || > > This seems to be an unrelated change. Yeah, such whitespace-only changes should be dropped. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2017 Dec 19
0
nouveau. swiotlb: coherent allocation failed for device 0000:01:00.0 size=2097152
...> > Try to allocate huge pages when it makes sense. > > v2: fix comment and use ifdef > > BTW, I haven't noticed any bad effects other than the dmesg splats, so maybe it's just noise about transient failures for which there is a proper fallback in place. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2018 Feb 14
0
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...> risky to me. > /me should be more careful what he says Given where we are in the release cycle, it's barely a fast track. If these go in -fixes, they'll get in -rc2 and will have plenty of time to bake. If we were at rc5, it might be a different story. Sean > > -- > Earthling Michel Dänzer | http://www.amd.com > Libre software enthusiast | Mesa and X developer -- Sean Paul, Software Engineer, Google / Chromium OS
2020 May 12
0
[PATCH 1/3] drm/radeon: remove AGP support
...reliability, AGP support has been disabled on > PowerPC for years already so there is no change on PowerPC." There's a difference between something being disabled by default or not being available at all. We may decide it's worth it anyway, but let's do it based on facts. -- Earthling Michel D?nzer | https://redhat.com Libre software enthusiast | Mesa and X developer
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.1
...-video-ati-7.6.1.tar.gz SHA1: 06363ec94ca6e8d79989413e40addf1b4b3e6905 xf86-video-ati-7.6.1.tar.gz SHA256: 21a3dcd8e69094643c3d7f0cf0552fba99d856a33c2139950a7e91c049773a88 xf86-video-ati-7.6.1.tar.gz PGP: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-ati-7.6.1.tar.gz.sig -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2016 Feb 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.1
...u-1.0.1.tar.gz SHA1: 55a66a6abe45b7b2611b7d31ac18c4217f9d5d60 xf86-video-amdgpu-1.0.1.tar.gz SHA256: 4fa97f7647af69d2195c78bf51aebaed5149f9e4a9b78690828cb08186dd91b2 xf86-video-amdgpu-1.0.1.tar.gz PGP: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-1.0.1.tar.gz.sig -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer
2016 Sep 15
0
[ANNOUNCE] xf86-video-ati 7.7.1
...-video-ati-7.7.1.tar.gz SHA1: 1369b2c48af1cf06673be0e87285b5ab61b7a282 xf86-video-ati-7.7.1.tar.gz SHA256: 890906208cfa41d3ab720e0cfa2ec3ff390fc40e3cdd4f21873db4c5c94abd85 xf86-video-ati-7.7.1.tar.gz PGP: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-ati-7.7.1.tar.gz.sig -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 163 bytes Desc: OpenPGP di...
2018 Mar 15
0
[ANNOUNCE] xf86-video-amdgpu 18.0.1
...video-amdgpu-18.0.1.tar.gz SHA512: 857b9cf817f3cb676abd850b05286037f6c236fbdf7012af5f25424cd2436bc852cd08e3bfdd8f401e827824158344f1243f6f79aeffffd07e28c5ca6769f806 xf86-video-amdgpu-18.0.1.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-18.0.1.tar.gz.sig -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 224 bytes Desc: OpenPGP di...