osmel | how i can get mass copy files on PCfman? | 01:47 |
---|---|---|
tsimonq2 | Ctrl + A? | 01:48 |
osmel | mass copy file with batch, resume, tails? | 01:49 |
osmel | On cuba island the people watch video on usb stick memory, overlapping the stablisment restrictions, so, the mass copy files is critical to adopt lubuntu. | 01:53 |
Ascavasaion | Any idea why a keyboard and mouse would stop working? Computer boots... keyboard works to get into BIOS... Able to use keyboard to choose from Grub boot menu... and I can put Numlock on and off during boot. But the moment the login screen pops up the keyboard and mouse no longer work. I have changed keyboards... used both PS2 and USB keyboards | 06:09 |
diogenes_ | Ascavasaion, fresh install? | 06:11 |
Ascavasaion | diogenes_: Sheesh... is that not extreme? | 06:12 |
diogenes_ | does it work in live use session? | 06:13 |
Ascavasaion | diogenes_: Have not tried that because it worked before. | 06:13 |
diogenes_ | then it happened after what? update/upgrade? | 06:15 |
Ascavasaion | diogenes_: Yes... update. | 06:15 |
diogenes_ | at grub, can u choose to boot the previuos kernel? | 06:16 |
Ascavasaion | diogenes_: there is no previous kernel. It updated a few apps... but not a kernel.. Let me restart to make 100% sure. | 06:17 |
diogenes_ | ok | 06:17 |
Ascavasaion | diogenes_: Same thing :-( | 06:21 |
diogenes_ | do u remember what packages were updated? | 06:23 |
Ascavasaion | Unfortunately not. | 06:24 |
diogenes_ | you pretty much stuck, I'd advice u to burn a live dvd on a friend's pc and run it, then find your /home/.config/autostart | 06:26 |
Ascavasaion | I can SSH in? If that is of any help to us? | 06:27 |
diogenes_ | see what apps are being started | 06:27 |
diogenes_ | then ssh and check startup | 06:28 |
diogenes_ | also you could try dist-upgrade | 06:28 |
Ascavasaion | the autostart folder is empty | 06:29 |
diogenes_ | run xinput | 06:30 |
Ascavasaion | I was trying to get higher res in xorg... I installed package... not exactly sure of the name.... | 06:30 |
Ascavasaion | When I do dist-upgrade this line... | 06:31 |
Ascavasaion | The following packages were automatically installed and are no longer required: | 06:31 |
Ascavasaion | libxfont2 xserver-xorg-legacy-hwe-16.04 | 06:31 |
diogenes_ | you have to run sudo apt autoremove | 06:31 |
Ascavasaion | the xserver-org-legacy one... It triggered my memory... I installed something for xorg related to Intel. | 06:31 |
diogenes_ | oh | 06:32 |
diogenes_ | then try this | 06:32 |
diogenes_ | ls /etc/X11/xorg.conf.d/ | 06:33 |
diogenes_ | and what do you get? | 06:33 |
Ascavasaion | Just one thing... think it might have been this... xserver-xorg-video-intel | 06:34 |
diogenes_ | what is the output of the command? | 06:35 |
Ascavasaion | joel@mynasbox:~/.config/autostart$ ls /etc/X11/xorg.conf.d/ | 06:35 |
Ascavasaion | ls: cannot access '/etc/X11/xorg.conf.d/': No such file or directory | 06:35 |
diogenes_ | and ls /etc/X11/ | 06:36 |
Ascavasaion | If I did a sudo apt-get remove xserver-xorg-video-intel* ? | 06:36 |
Ascavasaion | joel@mynasbox:~/.config/autostart$ ls /etc/X11 | 06:36 |
Ascavasaion | app-defaults default-display-manager openbox xinit Xreset Xresources Xsession.d xsm | 06:36 |
Ascavasaion | cursors fonts rgb.txt xkb Xreset.d Xsession Xsession.options Xwrapper.config | 06:36 |
diogenes_ | try removing that package and reboot, if that don't help we'll see | 06:37 |
Ascavasaion | Okies | 06:37 |
Ascavasaion | Done and rebooting | 06:38 |
Ascavasaion | Back | 06:41 |
Ascavasaion | Never worked. | 06:41 |
diogenes_ | ok let's try one trick | 06:41 |
diogenes_ | via ssh: sudo mkdir /etc/X11/xorg.conf.d | 06:42 |
Ascavasaion | Do I not need to do soemthing like dpkg-reconfigure xorg etc? | 06:42 |
Ascavasaion | I mean after removing that other xserver thing? | 06:43 |
diogenes_ | you can try that | 06:43 |
Ascavasaion | Okay, did sudo mkdir /etc/X11/xorg.conf.d | 06:43 |
diogenes_ | sudo touch /etc/X11/xorg.conf.d/00-keyboard.conf | 06:44 |
Ascavasaion | Did it... returned me to prompt with no messazges. | 06:45 |
Ascavasaion | messages I mean. | 06:45 |
diogenes_ | ok | 06:46 |
diogenes_ | now run: sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf | 06:46 |
diogenes_ | paste in the following | 06:47 |
diogenes_ | Section "InputClass" | 06:47 |
diogenes_ | Identifier "system-keyboard" | 06:47 |
diogenes_ | MatchIsKeyboard "on" | 06:47 |
diogenes_ | Option "XkbLayout" "us" | 06:47 |
diogenes_ | EndSection | 06:47 |
Ascavasaion | Blank file. | 06:47 |
Ascavasaion | hehe | 06:48 |
Ascavasaion | Sorry about that :) | 06:48 |
Ascavasaion | Done and saved | 06:48 |
Ascavasaion | reboot? | 06:48 |
diogenes_ | yes | 06:48 |
Ascavasaion | Rebooting | 06:49 |
diogenes_ | ok | 06:49 |
Ascavasaion | Still nothing | 06:54 |
diogenes_ | ok run: sudo rm -r /etc/X11/xorg.conf.d/ | 06:54 |
diogenes_ | try this: sudo apt install --reinstall xserver-xorg-input-all | 06:55 |
Ascavasaion | Done... do I reboot now? | 07:00 |
diogenes_ | yes | 07:00 |
Ascavasaion | Sorry for delay... running a hardware raid... takes a while on each boot. | 07:02 |
diogenes_ | np | 07:02 |
Ascavasaion | I have a question... unrelated... to reboot I keep having to type sudo reboot in the SSH connection... would sudo shutdown -r now be better? I ask because each time it starts it runs a filesystem check whichmakes me wonder if the sudo reboot is not shutting down stuff properly before rebooting. | 07:05 |
diogenes_ | sometimes, especially after gpu driver installation, it's recommended to actually shutdown the pc instead of reboot | 07:07 |
Ascavasaion | WHOOP WHOOP!!!! | 07:07 |
Ascavasaion | It worked | 07:07 |
Ascavasaion | Thank you! | 07:07 |
diogenes_ | you're welcome | 07:07 |
Ascavasaion | xserver has my brain boggled. | 07:08 |
diogenes_ | :)) | 07:08 |
Ascavasaion | diogenes_: Can I pick your brain some more re graphics resolutions? | 07:10 |
Ascavasaion | It is what made everything bomb in the first place hehe | 07:10 |
diogenes_ | your resolution is not correct? | 07:10 |
Ascavasaion | It says that the max it can do is 1024x768... but I am 95% certain that it can go higher. | 07:10 |
Ascavasaion | This is not urgent, but it would be nice :-) | 07:10 |
Ascavasaion | It is running at 1024x768... but I am sure it goes up to the 12xx x 1024 resolution. | 07:11 |
diogenes_ | ok let's see, run: sudo lspci -nnk | grep VGA -A3 | 07:12 |
diogenes_ | pastebin it and share the link | 07:12 |
Ascavasaion | https://pastebin.com/JqAmcHaT | 07:14 |
diogenes_ | ok now pastebin: xrandr | 07:15 |
Ascavasaion | https://pastebin.com/ENUXqbB5 | 07:17 |
diogenes_ | Ascavasaion, not with sudo | 07:17 |
diogenes_ | simply: xrand | 07:18 |
diogenes_ | xrandr* | 07:18 |
Ascavasaion | Looks the same... https://pastebin.com/xHJyNA6y | 07:19 |
diogenes_ | it says, you current is: 3200x1080 | 07:21 |
Ascavasaion | That is not true. | 07:21 |
Ascavasaion | I mean the output is not true hehe | 07:21 |
Ascavasaion | Ooooh | 07:21 |
Ascavasaion | Wait | 07:21 |
Ascavasaion | Maybe because I am in SSH | 07:21 |
Ascavasaion | It is giving this computer's settings | 07:21 |
diogenes_ | ah ok | 07:21 |
Ascavasaion | Le tme log in there | 07:21 |
diogenes_ | ok | 07:21 |
Ascavasaion_ | BAck | 07:22 |
diogenes_ | pastebin those: sudo lspci -nnk | grep VGA -A3 and xrandr | 07:23 |
Ascavasaion_ | https://pastebin.com/XfAhk4Pc | 07:24 |
diogenes_ | ok let's try one trick | 07:25 |
diogenes_ | pastebin the output of: cvt 1280 720 | 07:26 |
diogenes_ | only if you get any | 07:26 |
Ascavasaion_ | https://pastebin.com/N05ySjVW | 07:27 |
Ascavasaion_ | I did get "any" hehe | 07:28 |
diogenes_ | run: xrandr --newmode "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync | 07:29 |
Ascavasaion_ | Returned to prompt with no emssages | 07:29 |
Ascavasaion_ | messages I mean. | 07:29 |
diogenes_ | that's good | 07:30 |
diogenes_ | now run: xrandr | grep " connected " | awk '{ print$1 }' | 07:30 |
diogenes_ | and paste here the putput | 07:30 |
diogenes_ | output* | 07:30 |
Ascavasaion_ | It just said "DP-1" | 07:31 |
diogenes_ | run: xrandr --addmode DP-1 1280x720_60.00 | 07:31 |
Ascavasaion_ | returned to prompt, no message | 07:31 |
diogenes_ | run: xrandr --output DP-1 --mode 1280x720_60.00 | 07:32 |
Ascavasaion_ | It worked | 07:32 |
Ascavasaion_ | WOW! | 07:32 |
Ascavasaion_ | So if I do all of this using 1280x1024 it should work? | 07:32 |
diogenes_ | but wait, these changes won't survive the reboot | 07:33 |
Ascavasaion_ | Oh, okay | 07:33 |
diogenes_ | it might work with a larger resolution too | 07:33 |
diogenes_ | the thing you need to do | 07:33 |
Ascavasaion_ | The monitor can do max 1280x1024 | 07:33 |
diogenes_ | is to create a startup script that will run these commands at startup: | 07:34 |
diogenes_ | xrandr --newmode "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync | 07:34 |
diogenes_ | xrandr --addmode DP-1 1280x720_60.00 | 07:34 |
diogenes_ | xrandr --output DP-1 --mode 1280x720_60.00 | 07:34 |
diogenes_ | if you wanna try with 1280x1024 | 07:34 |
diogenes_ | then run: cvt 1280 1024 | 07:35 |
diogenes_ | pastebin | 07:35 |
Ascavasaion_ | https://pastebin.com/Xh37a566 | 07:36 |
diogenes_ | run: xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync | 07:37 |
diogenes_ | run: xrandr --addmode DP-1 1280x1024_60.00 | 07:38 |
diogenes_ | run: xrandr --output DP-1 --mode 1280x1024_60.00 | 07:38 |
diogenes_ | see if that works | 07:38 |
Ascavasaion_ | You rock!!! | 07:39 |
Ascavasaion_ | Worked perfectly | 07:39 |
diogenes_ | ok then let's create a starup script | 07:39 |
Ascavasaion_ | Thank you | 07:39 |
diogenes_ | run: mkdir $HOME/Documents/scripts | 07:39 |
Ascavasaion_ | done | 07:40 |
diogenes_ | run: touch $HOME/Documents/scripts/resolution.sh | 07:40 |
Ascavasaion_ | done | 07:40 |
diogenes_ | run: nano $HOME/Documents/scripts/resolution.sh | 07:40 |
Ascavasaion_ | done | 07:41 |
diogenes_ | #!/bin/bash | 07:41 |
diogenes_ | xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync | 07:41 |
diogenes_ | xrandr --addmode DP-1 1280x1024_60.00 | 07:41 |
diogenes_ | xrandr --output DP-1 --mode 1280x1024_60.00 | 07:41 |
diogenes_ | save, close | 07:42 |
Ascavasaion_ | done | 07:44 |
diogenes_ | let's see if it works, run: xrandr --size 1024x768 | 07:44 |
diogenes_ | did it change the relsolution back? | 07:45 |
Ascavasaion_ | Okay, back to its old res | 07:45 |
Ascavasaion_ | yes | 07:45 |
diogenes_ | now run: chmod +x $HOME/Documents/scripts/resolution.sh | 07:45 |
Ascavasaion_ | BAck to prompt, no emssages | 07:46 |
diogenes_ | run; cd $HOME/Documents/scripts | 07:46 |
Ascavasaion_ | done | 07:46 |
diogenes_ | run: ./resolution.sh | 07:46 |
Ascavasaion_ | Perfect... back to 1280x1024 | 07:47 |
diogenes_ | ok now run: touch $HOME/.config/autostart/resolution.desktop | 07:47 |
Ascavasaion_ | Back toprompt, no messages | 07:48 |
diogenes_ | nano $HOME/.config/autostart/resolution.desktop | 07:48 |
Ascavasaion_ | done | 07:49 |
diogenes_ | [Desktop Entry] | 07:49 |
diogenes_ | Name = Resolution Change | 07:49 |
diogenes_ | Type = Application | 07:49 |
diogenes_ | Categories =Utility; | 07:49 |
diogenes_ | Comment =Resolution change | 07:49 |
diogenes_ | Icon = lubuntu | 07:49 |
diogenes_ | Exec = sh -c "cd $HOME/Documents/scripts && ./resolution.sh" | 07:50 |
diogenes_ | save, close | 07:50 |
Ascavasaion_ | must there be a ; after Categories =Utility;? | 07:50 |
diogenes_ | no | 07:51 |
diogenes_ | yes | 07:51 |
Ascavasaion_ | Okay, will delete it. | 07:51 |
diogenes_ | yes yes ; | 07:51 |
diogenes_ | ^^ | 07:51 |
diogenes_ | semicolon | 07:51 |
Ascavasaion_ | Oh, okay HAHA... I will not delete it. | 07:51 |
Ascavasaion_ | Done | 07:51 |
diogenes_ | run: chmod +x $HOME/.config/autostart/resolution.desktop | 07:52 |
Ascavasaion_ | Back to prompt, no messages | 07:52 |
diogenes_ | run: cp $HOME/.config/autostart/resolution.desktop $HOME/.locat/share/applications | 07:52 |
Ascavasaion_ | joel@mynasbox:~/Documents/scripts$ cp $HOME/.config/autostart/resolution.desktop $HOME/.locat/share/applications | 07:54 |
Ascavasaion_ | cp: cannot create regular file '/home/joel/.locat/share/applications': No such file or directory | 07:54 |
Ascavasaion_ | locate/ | 07:54 |
Ascavasaion_ | locat? | 07:54 |
diogenes_ | sorry :) | 07:54 |
diogenes_ | it's: cp $HOME/.config/autostart/resolution.desktop $HOME/.local/share/applications | 07:54 |
diogenes_ | locat must be local* | 07:55 |
Ascavasaion_ | Done | 07:55 |
diogenes_ | let's see if it works, run: xrandr --size 1024x768 | 07:55 |
Ascavasaion_ | Back to old res | 07:55 |
Ascavasaion_ | reboot? | 07:56 |
diogenes_ | now open the lubuntu menu | 07:56 |
diogenes_ | look for a new application called Resolution Change | 07:56 |
diogenes_ | click on iy | 07:56 |
diogenes_ | it* | 07:56 |
Ascavasaion_ | Works perfectly | 07:57 |
Ascavasaion_ | WOW | 07:57 |
diogenes_ | reboot | 07:57 |
Ascavasaion_ | Okies | 07:57 |
Ascavasaion_ | Be right back. | 07:57 |
diogenes_ | ok | 07:57 |
Ascavasaion_ | Works well | 08:01 |
diogenes_ | be sure to preserve these two files: $HOME/.config/autostart/resolution.desktop and $HOME/Documents/scripts/resolution.sh | 08:01 |
Ascavasaion_ | Goesinto 1024x768 for a second, and then changes to 1280x1024 | 08:01 |
Ascavasaion_ | Thank you so so much | 08:01 |
diogenes_ | you're welcome | 08:01 |
Ascavasaion_ | Are you here alot? | 08:02 |
diogenes_ | yep, mpst of the time | 08:02 |
diogenes_ | most* | 08:02 |
Ascavasaion_ | Good | 08:03 |
Ascavasaion_ | I have to dash now. Mother was visiting for the weekend but need to take her home now. | 08:03 |
Ascavasaion_ | I really appreciate yuor help. | 08:03 |
Ascavasaion_ | I am Joel from South Africa | 08:03 |
Ascavasaion_ | Again, thank you. | 08:03 |
diogenes_ | no problem and you're welcpme | 08:03 |
diogenes_ | welcome* | 08:04 |
Ascavasaion_ | Chat again... | 08:04 |
diogenes_ | yep | 08:04 |
Ascavasaion_ | ps. I wold never have figured this stuff out... thank you. | 08:04 |
diogenes_ | :) from now on you will figure it out | 08:04 |
=== Lu is now known as Guest62947 | ||
=== Irritiable|LT_gh is now known as Irritiable|LT | ||
martins80170 | bonjour | 17:02 |
martins80170 | jaimerais faire retourné un eeepc | 17:02 |
tsimonq2 | !fr | 17:03 |
ubottu | Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. | 17:03 |
laptop | what is more resource light bodhi or lbuntu | 17:08 |
tsimonq2 | laptop: We had this conversation yesterday. | 17:12 |
tsimonq2 | Please stop. | 17:12 |
laptop | ok sorry just give me an answer and i will not ask again | 17:14 |
tsimonq2 | YMMV. | 17:14 |
laptop | ? | 17:15 |
tsimonq2 | Your Mileage May Vary. | 17:16 |
laptop | oh i need something for 2 gb core2duo 2.2 ghz and i tried lbuntu 194 mb usage bodhi 96 mb usage | 17:17 |
laptop | but bodhi could not get correct wifi drivers | 17:18 |
tsimonq2 | Then don't use Bodhi. :P | 17:18 |
laptop | i ill stick with lubuntu better security, not sure if should wait until 4/26 | 17:18 |
laptop | for download the beta now | 17:18 |
tsimonq2 | Wait. | 17:19 |
laptop | ok ty | 17:21 |
tsimonq2 | np | 17:22 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!