![]() |
my first try making a distro - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: Off Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=15) +--- Thread: my first try making a distro (/showthread.php?tid=4961) |
Re: my first try making a distro - Moltke - 02-10-2018 (02-10-2018, 05:57 PM)bitsnpcs link Wrote: [quote author=Moltke link=topic=5130.msg38778#msg38778 date=1518284345] You are wrong yet again. Correction coming .......editing [/quote] I might well be. I guess you mean the part of editing /boot/grub instead of /etc/default I admit I don't know much about grub and/or customizing it. However, I grabbed that that tip from here https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks and it does says to edit /etc/default/grub for any changes/customizations one decides/wishes to make..but then I might be wrong and if I'm wrong I'm wrong and that's it. ![]() Re: my first try making a distro - bitsnpcs - 02-10-2018 [member=7109]Moltke[/member] Thank You for the this link too ![]() I have a kinda headache I done too much last night up all night until 10am today and didnt put my spectacles on, as I was having the cans on (headphone type) for music, so I have a sore eyes/head lol. Some music will relax it. I will read through all the links though and try to learn things to try from them. Re: my first try making a distro - Moltke - 02-10-2018 Quote:[member=7109]Moltke[/member] Thank You for the this link too You're very welcome [member=411]bitsnpcs[/member] Quote:I have Aspergers, it is a HFA (High Functioning Autism) when I get focused I focus too much I do know what Asperger is, I am a teacher and some of my students have it. Quote:Yes I was editing the correct file, maybe it can be done from the other file too Yes, you did indeed. Like I said I might be wrong and you just proved I was, but it can be done by editing the one I used too just like the image I shared shows. Cheers Girl! ;D Re: my first try making a distro - bitsnpcs - 02-10-2018 Yes there is more than one way to do that it seems. Re: my first try making a distro - bitsnpcs - 02-11-2018 Desktop Environment switcher/chooser now working in the login screen. Just log out, select from the menu, log in to the other DE. Of the 4 so far I only tried changing between Mate and Gnome3, and back. It is not very quick to load up the DE when changing, but not really slow. It is set to run 2 cores, 4GB Ram, 12MB Graphics, as in the videos. Also smaller still but it bugged me, sound is now stereo Update - now tried the 4 DE, Mate, Gnome3, Gnome on Xorg, Gnome Classic Increased the ram used to 64MB. Re: my first try making a distro - Moltke - 02-11-2018 Quote:12MB Graphics This is too litlle. You can increase graphics memory in Virtualbox up to 256mb; Select the VM and then click on settings, in the settings window go to display > screen > video memory and move the slider up to 128 ![]() then move the slider for monitor count up to 8 ![]() You'll notice that video memory slider now can go up to 256, move it up and click on "ok" to close that window ![]() Click on settings again > display > screen and move back monitor count slider to 1 and click on "ok" to close that window ![]() Now your VM has 256mb of video memory RAM which will make it run smoother and faster ![]() Re: my first try making a distro - bitsnpcs - 02-11-2018 [member=7109]Moltke[/member] Thank You ![]() I have done it now, it doesn't seem to make any difference in speed of the load time of the DE from the login. The desktop once loaded works fine speed wise. Re: my first try making a distro - Moltke - 02-11-2018 [member=411]bitsnpcs[/member] you're welcome. By the way, if you haven't already done so, open a terminal in your VM and type the following Code: $ sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak Code: $ sudo rankmirrors -n 6 /etc/pacman.d/mirrorlist.bak > /etc/pacman.d/mirrorist Code: $ sudo nano /ect/pacman.conf #[multilib] #Include = /etc/pacman.d/mirrorlist *delete the "#" symbol in front of it. If you don't use nano and/or haven't installed it yet, change "nano" for your preferred editor, or if you'd like to install it type Code: $ sudo pacman -S nano This will enable multilib repository. Now type Code: sudo pacman -Syy Code: sudo pacman -Su ![]() ![]() Re: my first try making a distro - bitsnpcs - 02-11-2018 [member=7109]Moltke[/member] yes I have already done the mirrors during set up, and to recheck it every few weeks/month, although slightly differently by using the Arch website tool for this, discovering the fastest and nearest mirrors, it was 8 mirrors, then added them in by editing and updating. I have also run the Code: sudo pacman -Syy and also Code: sudo pacman -Syu I had not learned/heard of the Code: pacman -Su command until your post, Thank You ![]() I have just ran this it had 1 update of 2.5MB for man-db. I will need to begin a book/pad for all these new (to me) commands I am coming across, until I learn them over time. I'll begin it this week. I have not managed to get VLC working either it is installed and the codecs Arch says it needs, clicking its icon doesn't open the program, and right context menu choosing vlc on an mp3 doesnt play it, says it needs mp3 decoder, but that decoder needed on reading and trying to install is already installed.Although I have tried removing and reinstalling that. I have managed to get mp3 to play from right context menu using Mplayer, but it has no GUI appearing to control it. So the MP3 playing I need to find more on trying to solve. I have seen a nice looking mp3 player, I want to try out at a later time. Re: my first try making a distro - Moltke - 02-11-2018 [member=411]bitsnpcs[/member] You're welcome! ![]() Quote:I had not learned/heard of the Yes, you had, you just didn't know ![]() |