LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
my first try making a distro
#21
(02-10-2018, 05:57 PM)bitsnpcs link Wrote: [quote author=Moltke link=topic=5130.msg38778#msg38778 date=1518284345]
Quote:So all I done was login as root and edit the

Code: [Select]
/boot/grub/grub.cfg

Simply changing the text and saving

Well done! Smile However, I noticed that the line for "Advanced options for..." still says "Arch Linux", that's because you edited "/boot/grub/grub.cfg" instead of "/etc/default/grub". grub-customizer is in the AUR repositories so an AUR helper should do the job of installing it https://wiki.archlinux.org/index.php/AUR_helpers I use pacaur in my Arch VM.

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/GRU...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.  Wink
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#22
[member=7109]Moltke[/member] Thank You for the this link too Smile
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.
Reply
#23
Quote:[member=7109]Moltke[/member] Thank You for the this link too Smile

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


Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#24
Yes there is more than one way to do that it seems.















Reply
#25
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.
Reply
#26
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

[Image: 2lxh72f.jpg]

then move the slider for monitor count up to 8

[Image: 2w56hbq.jpg]

You'll notice that video memory slider now can go up to 256, move it up and click on "ok" to close that window

[Image: 33y540l.jpg]

Click on settings again > display > screen and move back monitor count slider to 1 and click on "ok" to close that window

[Image: iy1z52.jpg]

Now your VM has 256mb of video memory RAM which will make it run smoother and faster Smile

Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#27
[member=7109]Moltke[/member] Thank You  Smile
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.
Reply
#28
[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
this will create a backup of pacman's mirrorlist file, then do
Code:
$ sudo rankmirrors -n 6 /etc/pacman.d/mirrorlist.bak > /etc/pacman.d/mirrorist
this will update pacman's mirrorlist servers ranking them by speed - the 6 is the number of servers to be ranked and put on top of the file, so pacman uses them when installing or updating packages,  you can use another one i.e 10  - give it a while till it's finished, once it is type
Code:
$ sudo nano /ect/pacman.conf
and comment this lines out.
#[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
to do so.

This will enable multilib repository. Now type
Code:
sudo pacman -Syy
to sychronize pacmans repositories and finally run
Code:
sudo pacman -Su
to update your Arch Linux VM. Smile Arch is a rolling release system so you'll have to update it every now and then, once a week is ok. If you have already done this...well..just ingnore me please Tongue  ;D
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#29
[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 Smile
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.
Reply
#30
[member=411]bitsnpcs[/member]  You're welcome! Smile 
Quote:I had not learned/heard of the

Code: [Select]
pacman -Su

Yes, you had, you just didn't know  Wink "pacman -Syu= pacman -Sy+pacman -Su. I just prefer to run both commands each at a time. One could also do "pacman -Sy &&  pacman -Su", but people simply do pacman -Syu which is of course preferable being shorter and since you can do it that way the extra-typing makes no sense. 
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)