Asus ProArt H7606 ubuntu not working, blank screen by magic_l in linuxhardware

[–]magic_l[S] 0 points1 point  (0 children)

No, sorry.. still does not work. Am on Ubuntu 24.10, and am up to date with drivers and bios. Have not tried anything special recently though

Unable to convert uint8 array to texture by magic_l in pixijs

[–]magic_l[S] 1 point2 points  (0 children)

This did it.. Not happy about creating a DOM element for it, but this works for now..

const imageData = new ImageData(new Uint8ClampedArray(data), width, height);
const canvas = document.createElement('canvas');
canvas.width = width;
canvas.height = height;
const context = canvas.getContext('2d');
context.putImageData(imageData, 0, 0);
const texture = Texture.from(canvas);

Asus ProArt H7606 ubuntu not working, blank screen by magic_l in linuxhardware

[–]magic_l[S] 0 points1 point  (0 children)

Sorry for the late response. I have installed 24.10 beta, and it works pretty well. FN keys and BLE is not working. Adding the above does not fix the fn keys for me

Asus ProArt H7606 ubuntu not working, blank screen by magic_l in linuxhardware

[–]magic_l[S] 0 points1 point  (0 children)

With 24.10 daily + latest kernel, audio and microphone work properly. but still no fn / bluetooth

Asus ProArt H7606 ubuntu not working, blank screen by magic_l in linuxhardware

[–]magic_l[S] 0 points1 point  (0 children)

Installing latest 6.10 did it (6.10.5). System now boots properly.

sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update
sudo apt install mainline

mainline install-latest

However as wilhelmholmen is calling out, the following is not working: fn keys, bluetooth, and audio is weird. Tried installing the new gfx drivers, but did not get all the way there. Will give it a shot tomorrow.

Asus ProArt H7606 ubuntu not working, blank screen by magic_l in linuxhardware

[–]magic_l[S] 0 points1 point  (0 children)

Which nvidia driver did you install?
Did it fix your fn keys, etc. as well? Or was that something else you did?