Commit graph

18 commits

Author SHA1 Message Date
Mikhail Novosyolov
c21bf85470 shellcheck (rm not used variable and silent odd warnings) 2022-10-27 23:41:01 +03:00
Mikhail Novosyolov
53f9579aa4 Suggest to rerun from root when needed
keleg@ noted that otherwise it may download and process dnf metadata and only then dnf will say that it is unable to install packages
2022-10-27 23:39:18 +03:00
Mikhail Novosyolov
0531e53749 Update before installing nvidia driver 2022-10-27 11:42:49 +03:00
Mikhail Novosyolov
c500bf870b cli: add ability to fake GPU
$ sudo KROKO_FAKE_LSPCI=1 ./kroko-cli.sh get-gpus
00:02.0 VGA compatible controller [0300]: Fake Nvidia 470 [10de:1c92] (rev 01);1c92;Fake Nvidia 470;nvidia470-core,nvidia510-core,nvidia515-core,nvidia520-core;nvidia520-core
2022-10-16 01:36:26 +03:00
Mikhail Novosyolov
581554b79c filter dnf output better (thx to survolog@) 2022-10-16 01:18:45 +03:00
Mikhail Novosyolov
cc69b0272a filter odd output from dnf 2022-10-16 01:14:28 +03:00
Mikhail Novosyolov
c6dc8db54d cli: do not run dnf if metadata is not needed 2022-10-16 00:42:25 +03:00
Mikhail Novosyolov
159175e30a cli: add help 2022-10-16 00:39:15 +03:00
Mikhail Novosyolov
5b57a6f843 allow to set custom repository 2022-10-03 10:29:08 +03:00
Mikhail Novosyolov
a487f6f697 do not set variable $id globally 2022-07-05 11:50:24 +03:00
Mikhail Novosyolov
26d46613ec Do not suggest to install a proprietary driver if there is another GPU supported only by Nouveau (e.g. an old one) 2022-07-01 12:38:28 +03:00
Mikhail Novosyolov
8758add5fc Fix detecting no available drivers 2022-07-01 11:12:55 +03:00
Mikhail Novosyolov
92ef7e0231 allow automatic upgrades 2022-06-30 16:19:35 +03:00
Mikhail Novosyolov
c78863c793 Implement working with multiple GPUs
Idea to use sort + uniq -c was from survolog@, thanks to him!
2022-06-30 15:32:31 +03:00
Mikhail Novosyolov
28745b91da add TODO 2022-06-27 21:24:25 +03:00
Mikhail Novosyolov
34768efebe clean up junk
No need to run the cli for multiple times from the GUI
2022-06-27 19:35:13 +03:00
Mikhail Novosyolov
909fe5b656 Implement automatic instalaltion of the best driver
Will be used from Anaconda for example
2022-06-27 19:33:48 +03:00
Mikhail Novosyolov
e7704a6df0 Init CLI interface to automatically setup Nvidia drivers
Not finished yet
2022-06-27 18:57:18 +03:00