- 25 Mar, 2024 11 commits
-
-
Michael Shigorin authored
This one fixes the "cooler goes off during installation" 10.2rc problem on multi-CPU e8c2 motherboards that follows misinitialization of sensor drivers (lacking i2c mux init _before_ them) and subsequent misreading of zero degree temperature for CPUs (would need no cooling if it was true). See-also: mcst#8627 Suggested-by: mcst.ru folks Tested-by: elbrus.ru folks
-
Michael Shigorin authored
It only makes sense on engineering samples of .404 board, and 201-PC is .480 with only a single 4X PCIe gen3 slot that needs riser to get a reasonable videocard connected (manual multiseat setup is a minor hurdle it seems).
-
Michael Shigorin authored
We don't do ship vivante drivers since p9_e2k as those behaved erratically with gtk+3 at least (and were a major PITA to handle in the first place, and nobody asked in the end: folks just needed 2D+Xv); so no sense to bring extra noise into installation.
-
Michael Shigorin authored
See the .318-01 related story in a nearby pkg.in commit.
-
Michael Shigorin authored
e1cp and e2c3 have tricky GPU driver modules that can misinit given the lack of other modules they don't directly depend on; let's provide softdep lists so that the prereqs do get loaded. See-also: mcst#8098
-
Michael Shigorin authored
The problem is with indirect module initialization dependencies (the infamous "Driver probe function unexpectedly returned 256" error when loading the module from initrd and not full rootfs); let's provide modprobe with a hint. Suggested-by:
Vitaly Chikunov <vt@altlinux.org> See-also: mcst#8089 See-also: mcst#8392
-
Michael Shigorin authored
...accordingly to the package getting renamed.
-
Michael Shigorin authored
201-PC has been developed using .404 motherboards (IIRC using the two middle PCIe slots for GPUs); 1601-PC one has been done with .466 motherboard by sciberia.io guys who have outrun me at that!
-
Michael Shigorin authored
It's actually set within the corresponding apt-conf but referring to that here is better than tossing REPO=http/pvt all over the make runs.
-
Michael Shigorin authored
It should do some work: nothing else might have pulled use/x11 in (which brings another topic to the table: we'd probably better have some platform-independent targets that pull archdep pieces in under the hood). Fixes: 2002e625
-
Michael Shigorin authored
Looks like it can get stuck for quite some time on serial ports that are present and might be occupied by other processes already.
-
- 28 Aug, 2023 1 commit
-
-
Michael Shigorin authored
...to all the installers.
-
- 21 Mar, 2023 1 commit
-
-
Anton Midyukov authored
-
- 24 Jun, 2022 1 commit
-
-
Michael Shigorin authored
...not just e2kv3; a home Elbrus-8CB user just asked about Simply 10.1 beta for v5 as well. We still didn't do multiseat on 4C (although it's technically possible using either PCI videocard or an onboard SM7xx one as the secondary head).
-
- 08 Apr, 2022 1 commit
-
-
Michael Shigorin authored
This MCST utility is on the repos already, and it's going to be useful both standalone and hopefully via other sysinfo utilities.
-
- 27 Oct, 2021 2 commits
-
-
Michael Shigorin authored
Looks like this helps installers with 5.4.0-2.20 based kernel to install fine on Elbrus 801-PC with Radeon RX 580.
-
Michael Shigorin authored
pwmd is finally available on all of v3/v4/v5 subarches, and there's an installer feature for v4/v5 specifically.
-
- 23 Aug, 2021 1 commit
-
-
Anton Midyukov authored
use/e2k/multiseat/full invoked from many targets, regardless of the fact that it is e2k.
-
- 06 Aug, 2021 3 commits
-
-
Michael Shigorin authored
No need to switch udisks2 into "shared mode" anymore; see the previous commit.
-
Michael Shigorin authored
There might be a more generic approach but let's at least make this possible in the first place.
-
Michael Shigorin authored
...to the multiseat target.
-
- 26 Sep, 2020 2 commits
-
-
Michael Shigorin authored
Not that it's exported anyways!
-
Michael Shigorin authored
This one is going to need adaptation for each private repo but eventually should be gone in favour of sisyphus-mirror.
-
- 07 Sep, 2020 2 commits
-
-
Michael Shigorin authored
It's not ready yet with upgrade locked by ftbfs (msct#5248 et al).
-
Michael Shigorin authored
This one is to be enabled by a server sysadmin at the moment, so rather disable it explicitly.
-
- 31 Aug, 2020 3 commits
-
-
Michael Shigorin authored
This package contains both the fan control service (disabled by default so sort of safe) and the manual fanspeed.sh (that we rather need to provide out-of-box).
-
Michael Shigorin authored
...by providing common targets for 801-PC and 101-PC distro needs.
-
Michael Shigorin authored
This commit is packing a bunch of changes that went into RELENG-e2k-workstation during its forked development; it covers three distinct things: - boot.conf preparation for firmware to load the image; - fixup of packages common for e2k images; - major cleanup of obsolete/unused cruft (unified kernel and reliable xorg autodetection allow us to move away from canned machine-specific configurations for the most part).
-
- 22 May, 2020 1 commit
-
-
Michael Shigorin authored
...to setup kms/xorg videodrivers for installer.
-
- 24 Dec, 2018 2 commits
-
-
Michael Shigorin authored
This is meant to provide failsafe configuration by default, at least until mga2 works reliably for me.
-
Michael Shigorin authored
None of Elbrus systems I had a chance to use as root had any problems regarding TRIM feature of SSDs these used to carry/support; let's start with e2k and maybe carry over to x86 later.
-
- 06 Aug, 2018 1 commit
-
-
Michael Shigorin authored
Elbrus 101-PC was initially supported through kernel modesetting driver only, now it's got a sort of native driver running on ALT too.
-
- 25 Jun, 2018 3 commits
-
-
Michael Shigorin authored
...which will only result in a FAILED message, most probably the solitary one throughout the whole sysvinit boot.
-
Michael Shigorin authored
The goal was simple: every use/e2k/{x11,install2}/$MACHINE must be self-sufficient regarding platform support, that is it must depend on the corresponding CPU-specific target. A bit less make-tech but still better overall. NB: llvm cleanup is not needed anymore after upgrade to Mesa-17/llvm-3.7, should be dropped like this year.
-
Michael Shigorin authored
Forgot to do that before merging, sorry. (xorg-drv-ati cares for dependencies but we still prefer modesetting driver in the installers to make them versatile)
-
- 21 May, 2018 1 commit
-
-
Michael Shigorin authored
Elbrus-801 and -101 are now added; 401's support refactored and modified to cover 4.4 server system as well.
-
- 08 Sep, 2017 1 commit
-
-
Michael Shigorin authored
Weird it got overlooked in the first place.
-
- 21 Aug, 2017 1 commit
-
-
Michael Shigorin authored
Radeon HDMI as the default soundcard isn't really optimal, and trying to push 44100 kHz samples towards 48 kHz interface isn't going to sound great; provide sane ALSA dmix defaults for Elbrus-401 PC workstation.
-
- 07 Aug, 2017 1 commit
-
-
Michael Shigorin authored
The early builds used to rely upon a non-committed rootfs/files/etc/X11/xorg.conf within this feature which was a bit annoying and would have screwed an Elbrus system based on any other GPU. So let's provide some flexibility by packaging it.
-
- 02 Aug, 2017 1 commit
-
-
Michael Shigorin authored
Elbrus 2000 only takes us a few lines to get up and running ;-)
-