Re: GPU

2022-11-16 Thread Barry
> On 16 Nov 2022, at 11:51, Patrick Dupre wrote: > > Hello, > > I have a laptop with > VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06 > *-display UNCLAIMED > description: 3D controller > product: GM107M [GeForce GTX 960M] > vendor: NVIDIA Corpor

Re: GPU switching without custom kernels on ASUS AMD hybrid GPU laptops ? asusctl...

2021-08-26 Thread linux guy
On Thu, Aug 26, 2021 at 4:07 AM Patrick O'Callaghan wrote: > > That looks interesting, but the link shows no description, not even a > README. Is this specifically for AMD chipsets or is it more general? > Like I said previously, this is alpha quality software. Not even beta at this point. I

Re: GPU switching without custom kernels on ASUS AMD hybrid GPU laptops ? asusctl...

2021-08-26 Thread Patrick O'Callaghan
On Thu, 2021-08-26 at 11:07 +0100, Patrick O'Callaghan wrote: > On Thu, 2021-08-26 at 01:30 -0600, linux guy wrote: > > I got GPU switching by downloading and building this utility: > > https://gitlab.com/asus-linux/supergfxctl > > It does not require a custom kernel.  The author just uploaded it. 

Re: GPU switching without custom kernels on ASUS AMD hybrid GPU laptops ? asusctl...

2021-08-26 Thread Patrick O'Callaghan
On Thu, 2021-08-26 at 01:30 -0600, linux guy wrote: > I got GPU switching by downloading and building this utility: > https://gitlab.com/asus-linux/supergfxctl > It does not require a custom kernel.  The author just uploaded it.  > There > were a few dependency issues and the daemon did not automat

Re: GPU switching without custom kernels on ASUS AMD hybrid GPU laptops ? asusctl...

2021-08-26 Thread linux guy
Update I got GPU switching by downloading and building this utility: https://gitlab.com/asus-linux/supergfxctl It does not require a custom kernel. The author just uploaded it. There were a few dependency issues and the daemon did not automatically install. But the author helped me troubleshoot

Re: GPU

2020-08-01 Thread Richard Shaw
On Sat, Aug 1, 2020 at 10:13 AM Patrick Dupre wrote: > Hello, > > Can we use the GPU with fedora? > I currently use OpenMP to parallelize my code. > I can't speak to OpenMP, but I run Folding@Home on my AMD RX580, but it did require a few of the amdgpu binary packages. Thanks, Richard _

Re: GPU

2020-08-01 Thread Jonathan Billings
On Aug 1, 2020, at 10:14, Patrick Dupre wrote: > Can we use the GPU with fedora? > I currently use OpenMP to parallelize my code. Which GPU? OpenMP is used on many HPC systems with nvidia compute cards, and some high end workstation GPUs can be used too, I think. -- Jonathan Billings __

Re: GPU lockup on Fedora 25 Mobility Radeon HD 5650/5750

2016-12-30 Thread johnrory . odwyer
Unfortunately I've had another GPU lockup this time with kernel 4.9.0 See attached extract from journal Dec 30 23:36:04 laptop kernel: radeon :02:00.0: GPU lockup (current fence id 0x002057e9 last fence id 0x002057ea on ring 0) Dec 30 23:36:05 laptop kernel: BUG: unable to h

Re: GPU lockup on Fedora 25 Mobility Radeon HD 5650/5750

2016-12-30 Thread John O'Dwyer
Thanks Chris I was waiting for kernel 4.9.0 to hit the fedora 25 repo but I took your advice and downloaded it now from koji and installed it I am testing it now & so far so good. I will let you know how I get on ___ users mailing list -- users@lists.

Re: GPU lockup on Fedora 25 Mobility Radeon HD 5650/5750

2016-12-29 Thread Chris Murphy
On Mon, Dec 26, 2016 at 5:04 PM, John O'Dwyer wrote: > I have been getting random GPU lockups on Fedora 25. > > I have the following GPU: VGA compatible controller: Advanced Micro > Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] > > I use the opensource driver on Way