/srv/irclogs.ubuntu.com/2020/05/08/#xubuntu.txt

geniiMostly for people looking through IRC logs: ASUS laptop model X555D idiosyncrasy which locks up the mouse buttons on XFCE based desktops after periods of inactivity can be solved with kernel boot options combination of:  acpi_osi=1 acpi_osi='Windows 2010' tsc=unstable clocksource=hpet00:12
tomreynyou might want to specify the bios version, too, then00:29
tomreynjournalctl -b | grep DMI:00:29
geniiAh, ok, 1 minute00:40
geniiI'm on a different machine beside and no sshd there, so transcribing manually00:41
geniiDMI: ASUSTek COMPUTER INC. X555DA/X555DA, BIOS X555DA.519 02/01/201600:43
tomreynVersion 605 2019/06/03  https://www.asus.com/Laptops/X555DA/HelpDesk_BIOS/00:44
tomreynVersion 519 2016/03/17 is what you have00:45
tomreynthis bios should be capable of self-upgrading, so you should be able to place the update file on fat32 formatted first partition (MBR partition table) on a usb stick, plugin the usb stick, reboot, enter bios, run the upgrade.00:47
geniitomreyn: https://i.imgur.com/fIB5vGX.jpg   ... the screen is filthy, sorry00:48
geniiThe bios does have an "EZ Flash" option00:49
tomreynright, that's what i described above00:49
geniiI wonder what the diferences in the two differently-dated 519 versions are00:50
tomreyngenii: none. the date you see on your DMI: line is when it was produced, the date on the download page is when it was released (or when QA tests had completed rather).01:00
geniitomreyn: Interesting, thanks!01:01
tomreynyou're welcome.01:01
=== brainwash_ is now known as brainwash
hansh_glad to hear the 20.04 release has a new notifications panel plugin - the 18.04 one was crashing, if not daily, not far off02:10
jdwwattsman this thing is sweet03:24
BelphI've noticed that my spellchecking is not working in many applications, do I have to set it in applications manually?07:02
xu-help61wHi, when I upgraded to 20.04 LTS on my Lenovo Ideapad 120S, I lost all sound. Please help me get it back.09:04
=== kgb is now known as v1adimir
diogenes_xu-help61w, in terminal run: mv ~/.config/pulse ~/.config/pulse.bak && pulseaudio -k09:10
Perfec7bom dia!09:25
xu-help61wHi diogenese, that line returns:  mv: cannot stat '¬/config/pulse' : No such file or directory09:54
xu-help61wCorrection, diogenes, not diogenes..09:58
diogenes_xu-help61w, not /config but /.config with a dot.09:59
xu-help61wSorry I did put in the dot and it returned with the dot too.10:02
diogenes_xu-help61w, run: ls ~/.config | nc termbin.com 999910:03
diogenes_share the link here.10:03
=== Perfec7 is now known as Perfec7-Ocupado
xu-help61wI don't have the tall vertical symbol between the g and the n. Cant I just click a button somewhere, say one that says switch on sound?10:17
xu-help61wdiogenes, ls ~/.config | nc termbin.com 9999  returns no such directory11:14
diogenes_xu-help61w, that's impossible, open Thunar file manager.11:15
xu-help61wOpened.11:16
diogenes_xu-help61w, now hit: ctrl+h to see the hidden folders, do you see the .config folder there?11:17
xu-help61wYes.11:17
diogenes_enter the .config folder and find there pulse folder, right click on pulse folder > rename change it's name to pulse.bak, accept the changes.11:18
xu-help61wDone.11:19
diogenes_now open a terminal and run: pulseaudio -k11:19
xu-help61wDone.11:21
saleemhello11:23
saleemon xubuntu 20.04 i get very weird brown theme/colors on google chrome and opera11:24
saleemhttps://imgur.com/a/KaMZxWa11:24
saleemhow can i fix this issue11:24
diogenes_xu-help61w, now see in that .config folder, it shoult have created a new pulse folder so you should have pulse and pulse.bak.11:24
saleemi have tried changing themes and icons settings but does not seem to work11:24
xu-help61wWow!!! Sound is back!  Thanks sooo much Diogenes!11:25
diogenes_saleem, was it an ugrade or fresh install?11:25
saleemfresh install11:26
saleemit seems something related to theme setting but i am unable to fix it to default looks11:26
diogenes_saleem, hmm i've never had that, i use Firefox.11:27
saleemfirefox is normal11:27
saleemi mean colors on firefox are normal for me11:28
xubu27fbWhat to do, when the amd-garbled-screen fix doesn't work on my machine 😕11:41
=== Perfec7 is now known as Perfec7-Ocupado
xubu27fbSorry. It Works. Had troed11:44
xubu27fbHad tried to run as sudo. That was and mistake11:45
=== Perfec7-Ocupado is now known as Perfec7-Ausente
MarekDomanskiI have just upgraded from Xubuntu 19.10 to 20.04. To effect the upgrade I had to create a new user. Otherwise the desktop remained the same. Unfortunately I now have two directories in Home: nemo (the original with data) and NEMO1. After doing a chmod 777 nemo I can now access my files. However when I try to download files from yahoo mail to nemo,12:49
MarekDomanskiI am told "can't read - permission denied. Hw do I get out of this mess?12:49
diogenes_MarekDomanski, on what username you currently are?12:53
MarekDomanskiHi diogenes. I am now on NEMO112:54
diogenes_MarekDomanski, then you need to download the files to NEMO1 not to nemo.12:56
MarekDomanskiOK, but all my files are on nemo. I suppose that means I have to move all my files to NEMO1. OK I can do that. Can I safely remove the user nemo after that? So difficult to upgrade in Xubutu.13:00
diogenes_MarekDomanski, no need for all that madness, you can just rename the .cache and .config folders in nemo and you gonna have everything fresh and new and default.13:01
MarekDomanskiGreat! What's the terminal command exactly for rename?13:03
diogenes_MarekDomanski, mv /home/nemo/.cache /home/nemo/.cache.old && mv /home/nemo/.config /home/nemo/.config.old13:04
MarekDomanskiThis is basically making my nemo cache an config files invisible ie. removing them. I think I woud have to move my files first. Or. am I wrong?13:09
diogenes_no, it won't touch any of your data, it just renames those 2 folders so when you log back in as nemo, the system will create the new default configs.13:11
MarekDomanskiAh, so I abandon the new username and go back to nemo, and I will  get the new desktop? So I didn't really have to create a new user. Somebody told me I had to.13:14
diogenes_MarekDomanski, it was i who told you to create a new user but it was for testing purpose and yes, after you run that command, you can go back to that old user and have a happy life :)13:21
MarekDomanskiYou really are Diogenes the philosopher. Thanks very much.13:23
diogenes_hehe you're welcome.13:23
MarekDomanski91Diogenes, are you there?13:39
diogenes_yes13:40
MarekDomanski91Sorry, I somehow lost the page Can you please repeat the mv cache and config command.13:40
diogenes_mv /home/nemo/.cache /home/nemo/.cache.old && mv /home/nemo/.config /home/nemo/.config.old13:40
MarekDomanski91Thanks very much.13:41
diogenes_no problem13:41
xu-help62twHi guys, I´ve question. My Xubuntu is very slow. and I don't undertand the reason. Pls, help me (I'm running Xubuntu 18.04).17:31
diogenes_xu-help62tw, more details.17:32
xu-help62twOk. Intel Celeron N4000, Intel graphics UHD 600, 4GB of RAM.17:33
diogenes_even more...17:33
xu-help62twOne moment heheh, my level of english is low.17:33
xu-help62twOk, I have three partitions:17:35
diogenes_xu-help62tw, Villavicencio?17:36
xu-help62twNou, Ibagué.17:37
xu-help62twIs a Colombia's city.17:37
diogenes_if you have troubles with language, you can do this:17:38
diogenes_!es17:38
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.17:38
xu-help62twOh, thanks UwU17:38
diogenes_no problems17:38
=== Perfec7-Ausente is now known as Perfec7
=== Perfec7 is now known as Perfec7-Ausente
n-iCehello guys21:21
OneBigBlueDotHello everyone, I have a question concering the RAM in my computer. I put 4 GB of RAM in my computer. However, only 2.88 GB show up in htop. Is this due to the swp? Can someone help me?21:56
BelphWhat's the recommended way to change your dns server? I used to edit `/etc/resolve` but I read you shouldn't do that.22:03
=== Perfec7-Ausente is now known as Perfec7
=== Celso is now known as Celso_off
OneBigBlueDotOK, BIOS shows full 4096 MB of RAM. HTOP only 2.88 GB ... any ideas?22:15
well_laid_lawnOneBigBlueDot: in a termminal run   free -m    and see what the total is there22:36
OneBigBlueDotwell_laid_lawn free -m shows a total of 2950 MB22:59
OneBigBlueDotI find it curious that 2950 MB show up because the 4 GB I installed on this machine are 2 x 2 GB RAM. So 2950 MB is actually more than a single 2 GB DIM ... what's going on here?!23:03
=== Perfec7 is now known as Perfec7-Ausente
gnrpOneBigBlueDot: Using  a32 bit system?23:05
=== Perfec7-Ausente is now known as Perfec7
=== Perfec7 is now known as Perfec7-Ausente
=== Celso_off is now known as Celso

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!