Lubuntu and FOSS graphics drawing stuff!
7 years ago
Just some stuff for my personal reference (or yours if you're interested in it!) since I've been tinkerng with my computer a lot trying to get the best performance out of it. I recently tried to install Arch Linux then Arch Bang to no success : ( then went back to lubuntu. I might retry later or go to a different distro if I get antsy.
Making a bootable USB:
https://unetbootin.github.io/
How to boot from USB:
https://www.lifewire.com/how-to-acc.....0-or-8-2626229
Disabling Secure Boot:
https://www.makeuseof.com/tag/disab.....efi-dual-boot/
What I'm using on my laptop because it's lightweight:
https://lubuntu.net/lubuntu-18-04-b.....aver-released/
Other artist oriented linux distros probably for desktop computers:
https://labs.fedoraproject.org/en/design-suite/
https://ubuntustudio.org/
UPDATING FROM GIMP 2.8 to 2.10 from Terminal : !!
$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp && sudo apt-get update && sudo apt-get install gimp
UPDATING / INSTALLING DIGIMEND TABLET DRIVERS !!!
$ git clone https://github.com/DIGImend/digimen.....el-drivers.git
$ cd digimend-kernel-drivers
$ make
$ sudo make install
UPDATING / INSTALLING AzPainter!!!!
$ sudo apt gcc make libx11-dev libxext-dev libxi-dev libfreetype6-dev libfontconfig1-dev zlib1g-dev libjpeg-dev
$ git clone https://github.com/Symbian9/azpainter.git
$ cd azpainter
$ ./configure
$ make
$ sudo make install-strip
Making a bootable USB:
https://unetbootin.github.io/
How to boot from USB:
https://www.lifewire.com/how-to-acc.....0-or-8-2626229
Disabling Secure Boot:
https://www.makeuseof.com/tag/disab.....efi-dual-boot/
What I'm using on my laptop because it's lightweight:
https://lubuntu.net/lubuntu-18-04-b.....aver-released/
Other artist oriented linux distros probably for desktop computers:
https://labs.fedoraproject.org/en/design-suite/
https://ubuntustudio.org/
UPDATING FROM GIMP 2.8 to 2.10 from Terminal : !!
$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp && sudo apt-get update && sudo apt-get install gimp
UPDATING / INSTALLING DIGIMEND TABLET DRIVERS !!!
$ git clone https://github.com/DIGImend/digimen.....el-drivers.git
$ cd digimend-kernel-drivers
$ make
$ sudo make install
UPDATING / INSTALLING AzPainter!!!!
$ sudo apt gcc make libx11-dev libxext-dev libxi-dev libfreetype6-dev libfontconfig1-dev zlib1g-dev libjpeg-dev
$ git clone https://github.com/Symbian9/azpainter.git
$ cd azpainter
$ ./configure
$ make
$ sudo make install-strip