[00:16] Are here devs from ubuntu/kubuntu kernel? [00:55] Oskar the usual route is talk to them on mailing lists [00:58] Hello === thopiekar_ is now known as thopiekar === harley is now known as JHMisHIGHagin === thopiekar is now known as Guest796 === thopiekar_ is now known as thopiekar [03:30] Hallo [03:31] How to fix microfone on kubuntu 20.04? [04:03] Como pudo intalar controladores privativos [04:04] Como pudo intalar controladores privativos [04:04] user|2: ¡Hola! Puedo atenderte en #kubuntu-es. [04:05] user|2: Lamentablemente, este canal solo admite inglés. Sin embargo, el canal #kubuntu-es te permitirá obtener soporte técnico en español. Estaré encantado de ayudarte allí. [06:13] . (re @Oov: Any help?) [06:14] /help@join_captcha_bot [06:15] @Oov: Hello! [06:15] Hii [06:15] What do you need help with? [06:16] Hey how can i mention u? (re @IrcsomeBot: What do you need help with?) [06:16] Like [06:16] Oov [06:16] @Oov: Just write "arraybolt3: " before your message. [06:17] arraybolt3 [06:17] Not working [06:17] It highlighted it for me. [06:17] Not for me [06:17] (You're using a different chat client than I am, so it probably won't look like it worked on your end, but I can see it's working on my end.) [06:18] Ok [06:18] Help with this (re @Oov: ) [06:19] @Oov: I'm not seeing what you're asking for help with, maybe your chat client isn't sending it to me? Can you type it out again? [06:20] Ok [06:21] See the label in top left? : https://irc-attachments.kde.org/148e5c9e/file_58110.jpg [06:22] Yeah. [06:22] Can i add it on kubuntu ? [06:23] Well, that depends. Since it's showing game FPS data, it's probably a feature of the game or game engine itself. [06:23] Hmm is there anything like it i can add? [06:24] If the game or game engine works on Kubuntu, and provides that feature on Kubuntu, then it ought to work. [06:25] Or how can i get these info gpu usage and FPS [06:27] The closest thing I can think of would be either KDE widgets (to show you thinks like CPU and RAM usage), or "conky", which is a system monitor that displays directly on your desktop. [06:27] (Both probably would be invisible if a game was running, though.) [06:27] (Unless you had them on a second monitor and the game didn't cover or otherwise mess with the second monitor.) [06:28] Haaa [06:29] What widgets will i add? (re @IrcsomeBot: The closest thing I can think of would be either KDE widgets (to show you thinks like CPU and RAM usage), or "conky", which is a system monitor that displays directly on your desktop.) [06:29] (My Internet is being glitchy, so sorry if I suddenly just stop replying out of nowhere.) [06:29] What widgets should i add? (re @IrcsomeBot: The closest thing I can think of would be either KDE widgets (to show you thinks like CPU and RAM usage), or "conky", which is a system monitor that displays directly on your desktop.) [06:29] Me to [06:29] It is ok (re @IrcsomeBot: (My Internet is being glitchy, so sorry if I suddenly just stop replying out of nowhere.)) [06:29] @Oov: Right-click on the desktop, click "Enter Edit Mode", and then click "Add Widgets", then scroll through and see which ones you like. [06:30] (There's a CPU monitor, a RAM usage monitor, and a network usage monitor in there - those used to be the ones I always used.) [06:31] Is there a gpu one? [06:32] Maybe? I don't know of one, but there might be one. You can look through and find out. [06:32] (I'm currently not on a KDE system, so I can't look through the KDE widgets at the moment.) [06:32] Ok i'll (re @IrcsomeBot: Maybe? I don't know of one, but there might be one. You can look through and find out.) [06:33] Ok ok (re @IrcsomeBot: (I'm currently not on a KDE system, so I can't look through the KDE widgets at the moment.)) [06:33] Thank u [06:33] 👍️ [06:54] I want to install disk analysis is there any recomandation? [06:55] @Oov: Disk analysis? Like something to show you your hard drive's health? [06:56] Space used and available [06:57] @Oov: Ah. The System Monitor command should show you a quick overview, and you can open a drive using Dolphin and see data about space used and available in the lower-right corner. [06:58] I want a detailed one [06:59] + my touchscreen stoped again [06:59] LoL [07:00] @Oov: https://www.makeuseof.com/tag/how-to-analyze-your-disk-usage-pattern-in-linux/ [07:08] . (re @Oov: + my touchscreen stoped again [07:08] LoL) [07:52] arraybolt3 [07:52] Yes? [07:53] Ah, I see the touchscreen went wonky. [07:53] Yp [07:53] Can you open a terminal with Ctrl+Alt+T? [07:54] Yp [07:54] BRB [07:55] @Oov: Next run "xinput | nc termbin.com 9999" and send the link it spits out whenever you get back. [07:59] https://termbin.com/qdug7 [07:59] OK, now can you do "xrandr | nc termbin.com 9999" and send that link? [08:00] https://termbin.com/zb7w [08:01] Now do this: "xinput --map-to-output 11 eDP-1" [08:02] worked [08:02] 👍️ [08:03] any thing else ? [08:03] Nope, that should be it. [08:03] (It might vanish the next time you reboot though.) [08:03] I can help you make it persist across reboots if you'd like. [08:04] sure (re @IrcsomeBot: I can help you make it persist across reboots if you'd like.) [08:04] OK, can you do "ls /etc/systemd/system | nc termbin.com 9999" so I can see if we've done this before, and know what filenames are safe? [08:06] https://termbin.com/ezso [08:07] Alright. Next, do "sudo nano /etc/systemd/system/touchscreenfix.service". [08:08] then [08:08] One moment, working on making the file you need... [08:09] ok [08:09] https://pastebin.com/RGF89MDP Copy the code from here, then click inside the terminal window and press Ctrl+Shift+V to paste it. [08:10] Then press Ctrl+S to save, then Ctrl+X to close. [08:10] After that we're going to make the script that actually runs the touchscreen fixing command. [08:11] done (re @IrcsomeBot: Then press Ctrl+S to save, then Ctrl+X to close.) [08:12] @Oov: Great. Next, run "sudo nano /usr/local/bin/fixTouchscreen.sh". [08:13] ok [08:13] Ok, crafting a script again, one moment... [08:15] @Oov: OK, paste this code in just like last time: https://pastebin.com/4z4Nw6bc [08:15] (The weird code in the middle detects the ID number of your touchscreen so that, even if the ID number is different between reboots for some reason, it's still properly detected.) [08:16] #!/bin/bash [08:16] xinput --map-to-output xinput | grep "Melfas" | cut -f 2 | tail -c +4 edp-1 [08:16] this one? [08:16] Yep, that's the script. [08:16] ok [08:16] done [08:17] Great. Now Ctrl+S and Ctrl+X to save and close. [08:17] should i do this again (re @IrcsomeBot: Then press Ctrl+S to save, then Ctrl+X to close.) [08:17] lol (re @IrcsomeBot: Great. Now Ctrl+S and Ctrl+X to save and close.) [08:17] done [08:17] The last step is to make the script executable - to do that, run "sudo chmod +x /usr/local/bin/fixTouchscreen.sh". [08:18] Once that's done, reboot and see if your touchscreen works immediately. [08:19] done [08:19] Nice, did it work? [08:22] yes (re @IrcsomeBot: Nice, did it work?) [08:22] thaaank yuuooo [08:23] Woot! That's it. [08:23] Yeah, no problem. Glad to help! [08:44] when i try to boot windows then show me this.....if i continue then boot done but when i go to bios and install windows its sayes insert boot divices..and not install windows : https://irc-attachments.kde.org/4830bc00/file_58112.jpg [08:45] @Abu: You're trying to create a bootable Windows USB from within Kubuntu, correct? [08:47] Yes [08:48] Yes (re @IrcsomeBot: @Abu: You're trying to create a bootable Windows USB from within Kubuntu, correct?) [08:48] @Abu: OK. BalenaEtcher isn't capable of creating bootable Windows USBs, however WoeUSB-ng is designed for this exact purpose. You can install it by running "sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin && sudo pip3 install WoeUSB-ng" in a terminal (just copy the command between the quote marks and paste it into a terminal with Ctrl+Shift+V). [08:49] @Abu: (You can open a terminal to run the command in by pressing Ctrl+Alt+T.) [09:01] Ok [09:03] Thanks😊 [09:04] Sure! Happy to help. [13:02] hi sir [13:03] i need some info [13:03] sudo apt-get update [13:03] is not working [13:12] How? (re @IrcsomeBot: Oskar the usual route is talk to them on mailing lists) [13:14] Oskar find the team/developer and email adress on launchpad? [13:14] they do not hang out on irc usually [13:15] no PM Guest98 [13:15] no PM Guest98 , and you are on ignore now. [14:36] What is the output (re @IrcsomeBot: sudo apt-get update) [15:06] I have something with vlc [15:30] Hi all [15:54] hi [16:31] Hi, what are the minimum system requirements for kubuntu? Are they same as ubuntu or can it work okay with an old 2ndgen i3 intel 3ghz processor with 2gb ram? [16:33] Basically the same as Ubuntu. You will probably be able to install Kubuntu on that system, but any distro will have problems with more than one tab of a fat website in 2MB. [16:33] And if you swap on a spinning drive, then it will be misery. [16:39] thanks === oerheks is now known as Guest401 === oerheks1 is now known as oerheks [17:40] My friend runs it on pentium and 2gb ram and it is good (re @IrcsomeBot: Hi, what are the minimum system requirements for kubuntu? Are they same as ubuntu or can it work okay with an old 2ndgen i3 intel 3ghz processor with 2gb ram?) [19:02] more ram is always better. you might be better off with something like xubuntu that uses XFCE4 as the window manager, since its less graphically and memory intensive [19:09] Even if it is not used? (re @IrcsomeBot: more ram is always better. you might be better off with something like xubuntu that uses XFCE4 as the window manager, since its less graphically and memory intensive) [19:10] of course there's diminishing returns, but 2gb doesn't go far when you have a few dozen tabs open in your web browser [19:20] Swap memory helps here right? [19:41] no. === jordan_ is now known as Alabalistic [20:23] hey [20:23] yo [20:23] sup [20:23] install open suse [20:23] just trying to get sddm to be pretty [20:23] what is that [20:24] Alabalistic: This is the official Kubuntu support channel, please stay on topic. [20:24] got one 4k screen, 1 1080 turned side ways, and 1 1080 in normal mode and they are all messed up except for the 1080 screen in normal [20:24] goddard: You might be able to open the System Settings app to find that stuff. [20:24] Just kidding, Do not install open suse on any surcumstance [20:24] i tried the sync with current and it failed [20:24] Hmm... OK, odd. [20:25] It all looks right when you've unlocked the screen, right? [20:25] i wish i could see what it was doing [20:25] screen lock is fine [20:25] I'm guessing the screens are all rotated wrong. [20:26] Is that correct? [20:26] 4k screen has a screen inside a screen [20:26] Oy. [20:27] As silly as this may sound, you could try looking through Arch Linux's SDDM configuration stuff and see if you can find how to fix it. https://wiki.archlinux.org/title/SDDM [20:28] (I'm thinking maybe you need HiDPI enabled on the 4K screen, and the other one rotated, I don't know how you'd do that though.) [20:29] I'd be fine just setting everything disabled except the primary if that worked [20:29] at least for just sddm [20:30] Don't need a login screen on every screen [20:31] does wayland work on your system? [21:06] depends on your gpu [21:08] hii