ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Chrome OS Trogdor Devices - Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630 - Lenovo ThinkPad X13s - and various other snapdragon laptops) - https://oftc.irclog.whitequark.org/aarch64-laptops
<osmoz[m]>
alexVinarskis: glad to help and provide tests data, I will lauch a kernel compile right now and report back when it's installed
<steev>
that reminds that my oled does not appear to be in the kernel, some sdc 0x419f i should check the datasheet sites, because google doesn't know much about it
<steev>
tobhe[m]: si, but chris (afaik) still hasn't sent v2
<steev>
or christopher, i suppose, i don't know if they go by chris
krzk has joined #aarch64-laptops
zetam has quit [Ping timeout: 480 seconds]
zetam has joined #aarch64-laptops
<valpackett>
oop, just thought the random hang came back, but i could eventually switch vt, it was actually the framebuffer thing
<valpackett>
"[dpu error]failed to prepare framebuffer" / "Page flip failed: drmModeAtomicCommit: No space left on device" mm yeah I'll apply the actual fix linked above
<valpackett>
(just had the WARN_ON commented out, before steev linked to a patch)
mcbridematt5 has joined #aarch64-laptops
mcbridematt has quit [Read error: Connection reset by peer]
mcbridematt5 is now known as mcbridematt
todi1 has joined #aarch64-laptops
todi has quit [Ping timeout: 480 seconds]
tobhe_ has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
tobhe has quit [Ping timeout: 480 seconds]
zetam has quit [Ping timeout: 480 seconds]
hexdump01 has joined #aarch64-laptops
hexdump02 has quit [Ping timeout: 480 seconds]
zetam has joined #aarch64-laptops
zetam has quit []
zetam has joined #aarch64-laptops
zetam has quit []
jglathe_ has quit [Quit: Leaving]
jglathe_angrybox has joined #aarch64-laptops
vfdkjted has quit [Ping timeout: 480 seconds]
vfdkjted has joined #aarch64-laptops
icecream95 has joined #aarch64-laptops
<icecream95>
With 6.16.0-rc4-jg-0-qcom-x1e I'm seeing about 1W worse idle power consumption compared to 6.14.0-35-qcom-x1e on Vivobook
<JensGlathe[m]>
icecream95: they are different. Mine has sound, codec, quite a few more regulators (don't know if required).
SpieringsAE has joined #aarch64-laptops
ravikant_ has joined #aarch64-laptops
ravikant_ has quit [Ping timeout: 480 seconds]
jhovold has joined #aarch64-laptops
ravikant_ has joined #aarch64-laptops
<alexVinarskis[m]>
Re few more regulators: should always do a quick exercise of checking DSDT for actually used LDOs, only enable those. Some may be missing from DSDT and only present in AeoBs (eg. Camera pmic, can be added when adding camera), some may not be listed at all (eg. LDO for lpass) - remove extra LDOs with care, only the otherwise unused ones by your DT. Identifying used LDOs and their voltages should be as simple as cat DSDT.dsl |
<alexVinarskis[m]>
grep LDOx_y -A2 where x 0...17 for x1 so far, y A... . 2nd line will be the target voltage in hex in mV. Ive seen both some deviations in target mV from device to device, and different sets of actually enabled LDOs.
<GurneyBuchanan[m]>
Rob - you rock! Giving that a try!
<robclark>
not working yet but if you figure something out, add it to the discussion page
<GurneyBuchanan[m]>
Will do!
<Jasper[m]>
Wait it isn't supposed to be working?
<robclark>
seems like a fedora specific issue
<Jasper[m]>
Maybe I haven't used it in a while then, it used to work with no extra issues before
<robclark>
in general fex and steam should work.. just not the fedora packaged thing
<GurneyBuchanan[m]>
Agreed, and now the fedora RPM for steam just calls out to another binary
<Jasper[m]>
(on my X13s)
<Jasper[m]>
@robclark aha, the fedora packaged part. Yeah I built it locally from the git repo. That'd make sense.
<robclark>
the error I get is `pipe:[85132]: command not found` .. so I guess something missing from fedora x86 rootfs that fex-emu uses
<GurneyBuchanan[m]>
Agreed - having the same issue even after disabling use_muvm!
<GurneyBuchanan[m]>
I'll try a different rootfs that azaki whipped up
<AzkaliManad[m]>
Azkali* 😜
<Jasper[m]>
All these A.*a.?i people are making my brain hurt
<Jasper[m]>
s/.*/.+/, s/.?/{1}/
<Jasper[m]>
(I suck at regex)
<GurneyBuchanan[m]>
Oops - sorry Azkali Manad !
hwpplayer1 has joined #aarch64-laptops
<GurneyBuchanan[m]>
Confirmed - hitting the same issue with Azkali Manad 's RootFS-es as well! Likely a fedora issue - asking over there!
ravikant_ has quit []
<robclark>
lmk if you figure something out.. I'd like to get steam working but haven't had much time to look at that
<abelvesa>
anyone else having issues when connecting a second monitor over DP (second monitor meaning 3rd display)?
<abelvesa>
I have this issue on xps13 where the second monitor gets detected but there is no output on it
<abelvesa>
and it seems to go back all the way to 6.15
<abelvesa>
haven't tried (yet) older kernels
<alexVinarskis[m]>
i used to have that, something to do sith gnome and userland video things + wayland in my case, though not sure if its applicable in your case. rm ~/.config/monitors.xml* and then reboot solved it for me - this wipes all the display config like fps, resolution,location
<alexVinarskis[m]>
I also had that (separate instance) when illegal params were set, eg. for some reason could select 3440x1440 @165 hz, even though that would've required 4 DP lanes, 2 lanes max out of 100hz. Selecting 165hz would be allowed, but would get black screen of course.
<abelvesa>
alexVinarskis[m]: not sure, but I think the "illegal params" are actually allowed due to the panel advertising them on aux
<abelvesa>
as for the issue being userspace, I just tested the same thing on x13s and it works fine (gnome + wayland)
<abelvesa>
so it must be something else
<alexVinarskis[m]>
does it still not work after removing the monitors.xml?
<abelvesa>
kernel related, maybe retimer ?
<abelvesa>
nope, still not working. But I still don't see why that would matter
<abelvesa>
if it works on x13s, it should be working on x elites as well
<alexVinarskis[m]>
not sure why it would matter, but it would solve it for me back in maybe January. Dual monitor setup would typically work, then at some point will give black screen on very specific monitors. Either changing monitors or deleting that config was fixing it for days/weeks/months.
<abelvesa>
it works if you boot up with both monitors connected though
<\[m]>
for people ordering from europe - how long did shipping take from lenovo?
<alexVinarskis[m]>
do you have 4 lane DP series applied? I remember some monitors are not happy with 2 lane HBR3, and want 4 lane HBR2 (i know its also not directly related to your issue, just sharing as it may be related to cold boot working).
<abelvesa>
nope, I don't. That still breaks the USB on unplug, doesn't it ?
<abelvesa>
I don't apply things that are known not to work
<alexVinarskis[m]>
Don't recall if it broke them or not on top of my head :)
hwpplayer1 has quit [Remote host closed the connection]