/srv/irclogs.ubuntu.com/2021/04/24/#ubuntu.txt

sigstuffhello00:16
sigstuffdoes ubuntu support running adobe CC apps?00:16
sigstuffor do I need wine or some such>?00:16
sarnoldsigstuff: that'll take wine or running windows in an emulator00:18
sigstuffsucks00:19
sigstuffits 202100:19
sigstuffwhen will linux or adobe figure this shit out to collaborate00:19
sigstuffsarnold: ive got CC running on windows00:20
sigstuffbut jesus its been yrs and still.....00:20
sarnoldthey've probably got twenty million lines of code, some of it dating back 30 years, and haven't got a clue what they would need to do to even begin porting it00:20
sigstuffor they dont care00:20
sigstuffAdobe i mean00:20
sarnoldgiven how their windows and mac software worked last time I touched it, I'm assuming that's the one :)00:20
sarnoldno two widgets worked the same..00:21
sigstuffi run it both on a mac and windows00:21
sigstufflittle to no difference00:21
sigstuffexcept for the occasional GPU glitch00:21
sigstuffhowever linux is still out the game00:21
sigstuffits mind blowing why00:22
sarnoldit's like they had eight or nine different 'slider' implementations00:22
sarnoldmaybe they finally got around to fixing all those00:22
sigstuffits identical except for the glitches relative to OS changes00:22
sigstuffbut besides the popint really00:22
sigstuffi figured if anyone ubuntu would be the one to support adobe fully00:23
* sigstuff shakes his head00:23
sigstuffwould be a game changer if CC was natively supported on ubuntu or any number of distros00:24
sigstuffmoving on00:24
sigstufflater00:24
haijunoWhy do people call ubuntu a beginner linux distro01:06
haijunoBecause it actually works out of the box and I don't have to manually install 1000 things to get basic things to work?01:06
sarnoldhaijuno: pretty much01:16
sarnoldhaijuno: many distros make it easier to tweak things01:17
oerhekssudo01:19
haijunosarnold, in what way? I'm genuinely curious01:20
oerheksand funny names like Impish Indri is easy to remember01:20
sarnoldhaijuno: something like systemd-resolved is pretty hard to disable on ubuntu, but on other distributions you may need to go to some work to even get a caching dns stub of some sort locally01:22
sarnoldhaijuno: popping ifupdown2 in place of systemd-networkd would probably break some things on ubuntu, but on other distros it's no big deal01:22
haijunosarnold, what is that used for?01:23
haijunowhy would you want to change it I mean01:23
sarnolda lot of folks really liked the simplicity of ifupdown (/etc/network/interfaces) but wanted something a bit better than piles of bash scripts that almost worked ;)01:23
haijunosarnold, like to bring their wifi network up or down?01:24
sarnoldhaijuno: yeah, you can just put the ip commands you need to do things right in that file and it'll execute them when you run ifup foo or ifdown bar01:25
sarnoldhaijuno: rather than trying to figure out how systemd-networkd expresses the same idea, if it can at all; or figuring out how to say the same thing in netplan configs, etc01:25
sarnoldor if you wanted to replace network-manager with wicd or connman or whatever.. some distros make that easy01:25
haijunoI guess I've never come across a use case in my coding where I would need to do those thiings01:26
sarnoldubuntu isn't to everyone's tastes; ubuntu tries to build on the base that debian provides, but picks eg postfix as a preferred email server and encourages people to use that, but doesn't take away the other dozen choices01:29
oerheksand snaps01:29
haijunoOh snap01:30
sarnoldyeah, I mean there's *gobs* of people using snaps, but I know it does things that I don't like and wish it'd do differently..01:31
sarnoldand there's loads more folks who say they dislike it enough to head to debian or arch instead01:31
oerhekstaste .. lots of DE to choose from01:31
haijunoWhat can you dislike about a package manager? Just install the software directly01:32
lub18045LTSI'm trying to add to PCManFM 1.2.5 a command so I can right click in a directory, hit a custom command button, and have a script remove all meta tags from all MP3 files in the current folder01:33
sarnoldI strongly dislike the fact that snaps 'autorefresh', that's been incredibly inconvenient for me, and I don't even do anything important with it01:33
lub18045LTSin /home/paul/.local/share/file-manager/actions I have a file called removeMETA with the following content:01:33
lub18045LTS[Desktop Entry]01:33
lub18045LTSType=Action01:33
lub18045LTSToolbarLabel[en_US]=removeMETA01:33
lub18045LTSToolbarLabel[en]=removeMETA01:33
lub18045LTSToolbarLabel[C]=removeMETA01:33
sarnoldlub18045LTS: it's best to use a pastebin site for more than three lines01:33
sarnold(don't worry, drone will remove the quiet soon enough)01:34
haijunoThe silence is deafening01:34
lub18045LTShttps://pastebin.com/hwSdRksH01:35
lub18045LTSbut it did not work01:35
sarnoldlub18045LTS: you probably can't trust the thing to be started in the correct directory01:35
sarnoldI don't know if the shell glob *.mp3 will even work in those lines, they may not be executed via a shell01:36
lub18045LTSis there another solution?01:36
sarnoldlub18045LTS: this answer makes me think that a %u *might8 help (I don't know this for sure, I'm not super-familiar with .desktop files) -- https://askubuntu.com/a/451370/3381201:39
sarnoldlub18045LTS: try 'cd %u ; touch hello' in the Exec line, and see if a file 'hello' appears in the right directory or not01:39
lub18045LTSdo you want me to follow the instructions on that page to start the process from scratch?01:43
lub18045LTSit did not work01:46
sarnoldlub18045LTS: ah, sorry, no, just wanted to point out the %u and hope that means 'this directory from the gui'01:49
=== zbenjamin_ is now known as zbenjamin
lub18045LTSExec=eyeD3 --remove-all /home/01_01.mp3 works, but I need to learn how to reference not a specific file in a specific directory, but all mp3 files in the directory in which i right clicked02:23
barghi, i'm having some difficulty starting samba..  nmap shows it as filtered though i added it to ufw02:28
sarnoldbarg: are you running nmap elsewhere on the LAN or is it traversing an ISP?02:31
bargsarnold: the server is hosted at digitalocean so it's going over the internet02:34
sarnoldlub18045LTS: argh the freedesktop folks bug me so much.. https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html .. *six* "Deprecated" entries with no description02:34
bargSSH shows as open.  SAMBA as filtered02:34
sarnoldbarg: it's common for ISPs to block SMB ports because that was popular for abuse before they all started blocking it02:35
bargwhose ISP the one at the client end or the one at the server end?02:37
lub18045LTSsarnold yeah not sure why they keep changing things for the worse02:37
sarnoldbarg: maybe both :)02:37
bargso what's a good way for me to transfer files to my ubuntu server?02:38
lub18045LTSsarnold: would it be easier to code it to work on SELECTED files instead of FILES IN CURRENT DIR?02:39
sarnoldscp, sftp, rsync are all popular02:39
sarnoldlub18045LTS: yeah, that feels like it'd be a good idea to me; select the ones you want to clean, do the clicky, and just those have been changed02:40
bargthanks02:40
lub18045LTSlub18045LTS: yeah but what should the Exec= be then?02:40
lub18045LTSsarnold: yeah but what should the Exec= be then?02:41
sarnoldlub18045LTS: try Exec=eyeD3 --remove-all %F02:43
lub18045LTSsarnold: nope02:48
sarnold:(02:50
Arc1set up a data partition for my multiboot sytem but can't easily use it; if click in Thunar, gets mounted but without permissions for use02:52
Bashing-omArc1: What is the mountpoint - and what are the permissions of siad mount point ?02:54
Arc1Bashing-om: I tried it 2 ways: 1. with fstab where it was mounted on /vol/data and 2. without fstab where it is mounted once clicked in Thunar. Permissions are an issue in both cases. If that could be resolved I think mounting by Thunar would be more convinient than by fstab.02:56
Bashing-omArc1: Does ' ls -al /mnt/ show the data directory ?02:58
Bashing-omArc1: Opps - as the target is /vol/data ... does ' ls -al /vol/ show the data partition ?03:01
Arc1Bashing-om: the partition is now remed out of fstab03:06
Arc1I can see that it does get mounted by Thunar when I click on it because it is no longer greyed out03:06
Arc1to check what you are asking I would have to bring it back into fstab and reboot03:07
Bashing-omArc1: For now - fstab is a future event - need to know if /vol/data exists before proceeding :D03:08
Arc1I created those directories so I can see them in the file system03:08
Arc1... in Thunar03:09
Bashing-omArc1: For now I also do not care about thunar - we work from cli to get to the bottom of what you desire.03:10
slyrusjust installed the hippo and my kernel entries disappeared from my grub menu -- leaving only windows boot manager and uefi settings. any suggestions?03:11
Bashing-omArc1: How about we go back to square one - do you want the /data/partition to be mointed from both the CLI and GUI (thunar) - we make the appropriate mount point.03:19
Arc1Bashing-om: sorry for the wait, had to reboot into the partition where I made these changes03:20
=== blackest_mamba_ is now known as blackest_mamba
Arc1after executing "ls -al /vol/data" got 3 lines of output03:21
Arc11st: total 803:21
Bashing-om!Paste | Arc103:22
ubottuArc1: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.03:22
Arc1can't easily do it now cause haven't installed my fav irc client on the other machine yet so have to jump btw comps03:23
Arc1just bear with me only 2 lines left03:24
Arc12nd: drwxt-xr-x 2 root root 4096 Apr 23 12:25.03:24
Arc13rd: drwxt-xr-x 3 root root 4096 Apr 23 12:25..03:24
Arc1Bashing-om: did that help?03:26
Bashing-omArc1: No - no help to help you - Let's go to square one - do you want the data partition seen both in CLI and GUI ?03:27
Arc1yes03:28
Bashing-omArc1: In that event for both -m ya eant the mount point in the /nedia/ directory. OK, what is the username on this system ?03:30
Bashing-om*both ya want the ....03:30
Arc1frosty03:31
Bashing-omArc1: "frosty" .. OK run terminal command ' sudo mkdir /media/frosty/data '03:32
Arc1Bashing-om: done03:35
Bashing-omArc1: ' sudo chown frosty:frosty /mdia/frosty/data '03:36
Bashing-om*media/frosty/data03:37
Arc1Bashing-om: done03:38
Arc1Bashing-om: now I presume, put "media/frosty/data" as the mount point in fstab?03:42
timothypHi I am wondering as an NVIDIA user is it safe to upgrade to 21.04 and will it still have 3D acceleration?03:42
Bashing-omnext is to make up the fstab entry - need to identify the UUID of the mount point .03:43
Arc1Bashing-om: I get that, I also understand you are using the permissions command; is there an advantage to creating this mount point in /media rather than in /vol or anywhere else?03:44
Bashing-omArc1: in media then thunar sees it automagically ( GVFS) .03:45
Arc1Bashing-om: ok, give me a few minutes to do this03:46
slyrusOk, so I've booted into the hippo on a usb stick. What can I do to go about trying to recover/rebuild my grub entries on my installed but not-working version of 21.04?03:53
Arc1Bashing-om: fstab re-edited, rebooted, see that data is mounted in Thunar but still don't have permissions03:57
Bashing-omArc1: what return from terminal command ' who ' ?04:00
Arc1Bashing-om: "frosty tty7 ..."04:02
Bashing-omArc1: Good - and ' sudo mount -a ' returns with no errors ?04:03
Arc1Bashing-om: returns with no errors or anything at all04:04
Bashing-omArc1: Getting the better of me :( .. ' ls -al /mnedia/frosty/data ' says what ?04:06
Bashing-om*media/frosty/data04:07
Arc1Bashing-om:  https://paste.ubuntu.com/p/bcgqdGqns5/04:15
Bashing-omArc1: looking04:16
Arc1Bashing-om: could there be some issue with the syntax of the chown command earlier?04:18
Bashing-omArc1: I did make a typo that was corrected in the following line there :( . did you catch the correction ?  what shows now for ls -ld /media/frosty/data ' ?04:23
Arc1Bashing-om: I did catch that typo earlier04:24
Arc1to be sure, you want "-ld" now, not "-al"?04:25
Bashing-omArc1: Yup ' ls -ld /media/frosty/data ' - does it show as "frosty frosty" ?04:26
Arc1Bashing-om:  no, it say "root root" like on line 8 of the previous paste04:34
Bashing-omArc1: Humm ... makes little sense - try again ' sudo chown frosty:frosty /media/frosty/data ' this *does* make "frosty" the owner.04:40
Arc1Bashing-om: success!04:47
Bashing-om!yay | Arc104:48
ubottuArc1: Glad you made it! :-)04:48
Arc1got frosty frosty now and everything is accessible! don't why it didn't work bfr...04:48
Arc1Bashing-om: thank you for your patience and persistence :)!04:49
Bashing-omArc1: Progress made :D04:49
Arc1Bashing-om: for sure! I'll have to read up on chown... So once again, what makes /media a special place for mounting such things? would this partition not appear in a similar way if it way mounted elsewhere?04:51
Bashing-omArc1: It would not appear in thunar - unless you told fstab to also mount in the GUI .04:51
Arc1ok04:52
juliandroskeit would, but you need to run it as normal user(non-root)04:52
Arc1well, I am glad it started to work before I became a PhD in Unix :)04:54
Bashing-omArc1: That ^ takes 10 years :P04:54
juliandroske*Maybe* the /media was only for MediaTransferDevices at first, but now is for all removable disks..04:54
=== MalkbabY_ is now known as MalkbabY
Arc1the more I learn the more I feel like a simpleton... :)04:56
Arc1than you very much for all the help once again and now off to bed, good night :)04:57
Bashing-omArc1: :D04:57
Arc1*thank you04:57
Arc1:)04:58
wikipedofilehello05:01
wikipedofileis there a lion king themed ubuntu variant?05:03
ThinkT510exit06:36
mad_mosesHi07:27
mad_mosesHow can I enable SSE3 support in linux?07:27
gunix,v nano09:13
cbreakmad_moses: what's stopping you from just using SSE3?09:32
ravagePretty sure that is enabled on every amd64 kernel11:02
=== BrianG61UK__ is now known as BrianG61UK_
cbreakwhat's stopping you from running sse3 instructions even without the kernel's approval?11:56
BluesKajHowdy folks11:57
lunahey11:57
=== jelly-home is now known as jelly
sgenSo 'sudo subl' crashes my desktop13:29
sgenIm not sure how crashed it is, but it goes to a black screen pretty quickly13:29
sgenit also corrupts my .zsh_history file with a bunch of extra null bytes for some reason13:29
sgenAny idea how I should go about debugging this?13:30
sgenFixing the corrupted history file is easy, though Im curious as to why its being corrupted.13:30
sgenGoogle foo suggests deleting sublime sessions in ~/.config/sublime/Local/13:30
sgenWhich I have done and the problem continues13:31
sgenIm pretty stumped13:31
rorydoes it crash when running without sudo?13:31
rorysince someone will say it I'll get it over and done with: Use VS code instead :P13:32
sgenNo it doesnt13:34
sgenRuns fine without sudo13:34
sgenApparently there are a lot of issues running subl as root13:47
sgenThou they claim they are fixed13:47
sgenIdk I literally was running it fine a couple of days ago. Its just strange to me that something has changed in that time13:48
tomreynsgen: the reason you might not get much help with this software here, is that this channel primarily supports software that's in ubuntu. my understanding is that this one isnt, or just as a snap.13:50
metbsdhttps://pasteboard.co/JYOPjx5.png13:53
metbsd21.04 gnome 4013:54
tomreynmetbsd: do you have an ubuntu support question?13:55
metbsdthis is not ubuntu question?13:56
tomreynwhich one?13:56
metbsdthe pastebin13:56
tomreynyou posted a url and "21.04 gnome 40". neither takes the form of a support question for an ubuntu release supported here.13:57
metbsdmaybe look into url?13:58
metbsdthat url is 21.04 gnome 4013:59
tomreynplease just ask your question, if you have one. otherwise, you know full well which other channels exist, and what you can and cannot do there. thanks.13:59
samlamammaI downloaded a binary graphics driver from Nvidia. It broke something (doesn't boot into regular Ubuntu), I have a recovery terminal from boot. How can I fix my computer?14:00
metbsdhow to fix the problem in url14:00
metbsd?14:00
tomreynmetbsd: ubuntu 21.04 ("hirsute") provides gnome 3.38+3. there is no "gnome 40", especially not on ubuntu 21.04.14:02
samlamammaDid a purge of nvidia*, it worked, sorry for taking up space14:02
metbsdwhy didn't you say so earlier14:03
metbsdi installed with another ppa14:03
tomreyn!ppa | metbsd14:03
ubottumetbsd: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge14:03
metbsdi don't know how everyone push problems away. sorry14:03
basenodeis there a recent bluetooth bug in ubuntu? my headphones have started randomly disconnecting and reconnecting a few days ago14:59
sneakyimpsoooo RAID 0 question. If one of your drives is threatening to fail, but still mostly working, can you pull that drive, put it in an enclosure, and use dd to clone it to another drive and then stick that new drive in your raid array?15:32
ducassemetbsd: if you installed gnome 40 from a ppa, that is not supported here. try removing it with ppa-purge15:36
leftyfbsneakyimp: no15:37
leftyfbsneakyimp: RAID 0 = you don't care about the data on the drives15:37
metbsdok15:39
sneakyimpleftyfb: i'm aware of the striping behavior (single files span multiple drives) but would point out that my drive is not yet dead, and might yet give up the data that exists on it15:42
ravageif you can copy the drive that will work of course15:42
sneakyimpravage: assuming i can read the vast majority of data off the drive, with maybe some bad sectors, that means I can use dd to clone the data, but does the new drive have to be the *exact same size? Does it have to have the exact same formatting? It's unclear to me if the cylinder count needs to be the same, if the block size has to match, etc?15:44
ravagei guess that depends on the kind of raid you use. in general a copy with dd on a drive that has the same or bigger size should work15:49
ravageif you have bad sectors ddrescue is the better choice15:50
basenodehave there been any bugs relating to bluetooth recently? my BT headphones keep disconnecting and reconnecting every 10 minutes or so, starting to get annoying15:54
ravagerepeating questions is also very annoying15:57
basenoderavage: repeating? i only asked it one time previously, to which nobody answered, and tried a second time but my internet disconnected while or just after doing it, so i didn't see any responses (assuming there were any)16:00
sneakyimpravage: yeah i guess it would have to depend on the implementation of the raid. i had run across mentions of ddrescue in my search for info -- can you suggest any links for good how-to or information?16:00
sneakyimpbasenode: you can search for 'bluetooth' here https://bugs.launchpad.net/ubuntu16:00
ravageconnect both drives. use ddrescue (works just like dd) and try to clone the drive16:01
ravagethere really isn't much more to it16:02
basenodesneakyimp: thanks16:02
sneakyimpravage: i've seen tons of warnings about dd having big problems if either drive is in use. how can i make sure these drives are not being accessed for other reasons?16:03
ravageturn off the computer. boot from a rescue usb drive that has ddrescue. clone the data16:04
ravagehttps://www.system-rescue.org/Download/ for example16:06
sneakyimpravage: thanks16:11
DJones] '5    gn+,,;716:58
bumblefuzzwhy is there suddenly no sound coming from my headphones?17:18
bumblefuzzif I unplug them, sounds plays from my speakers17:18
bumblefuzzand the headphones themselves work on other devices17:19
bumblefuzzbut ubuntu just stopped playing sound from my headphones17:19
gordonjcpbumblefuzz: maybe it's storing separate volumes for headphones and speakers17:19
bumblefuzzI tried adjusting the heaphone volume alone17:21
bumblefuzzthere's no sound17:21
bumblefuzz anyone?17:24
TheBigKpastebin aplay -L pls17:25
cranberryHi, I'm looking for a piece of software that allows me to route system mail to a tcp (netcat) or http (httpie) endpoint, does someone know something?17:36
tomreyna mail server can route system mail to a tcp endpoint, including over the internet.17:36
DJonesv17:41
XliffHello! I am trying to get Steam to function again. It stopped working after a reboot and I have traced the problem to a lack of the mesa-utils:i386 package17:47
XliffSo I am trying to recompile from source.17:47
XliffI am stuck at recompiling libglew for 32 bit.17:47
XliffHere is a pastebin with the issue: https://pastebin.com/K15ZAs1L17:47
tomreynwouldn't the easiest approach be to just reinstall it?17:50
cranberrytomreyn: Could point me in the right direction?17:50
tomreyncranberry: 👈17:51
tomreyncranberry: where are you trying to go?17:51
cranberryTo a document that describes your suggestion. The mailservers I know, postfix and exim, can send email only to an email address.17:52
tomreyncranberry: they send e-mail over smtp, a tcp protocol17:54
cranberryI am talking about a generic tcp endpoint17:54
cranberryOne which I am able to use via i.e. netcat: echo "hi" | nc 1.2.3.4 123417:55
cranberrysmtp I have only known to be working with email addresses, i.e. example@example.com17:55
tomreynyou can probably implement smtp with netcat to a degree, but why would you?17:55
XliffSolved problem by using correct CC which is CC=x86_64-linux-gnu-gcc, however I am now getting a related error with objcopy.17:55
XliffNot so easily solved by an environment variable (I'm using OBJCOPY, which might not be correct)17:56
cranberryI don't want to, I want to route system mail, that is sent through smtp, to a generic tcp endpoint (netcat), in addition to having it delivered to the system users inbox17:56
cranberrya forward or grabbing thing. possibly also just a script that checks a unix users mailbox and is like! oh! there's mail let's parse it into echo $MESSAGE | nc 1.2.3.4 1234 && exit17:56
tomreyncranberry: let's move to #ubuntu-offtopic or #ubuntu-discuss, since this is beyond support.17:57
cranberrySure17:57
Deano59thought vla v|a was banned?18:06
irgendwer4711hi, how to check, which gtk2-programs wouldn't run after update to 21.04?18:21
tomreynrun them from a terminal, see which of them succeed to draw things on screen?18:26
irgendwer4711I would like to check before upgrade18:27
tomreyntry them on a live installer/system then18:28
hofer21.04 is only supported for nine months18:28
tomreynubuntu is a linux distribution18:28
irgendwer4711rea,,y?18:29
irgendwer4711I think, it would be better to check this packet manager18:30
tomreynthere's https://packages.ubuntu.com - which is community maintained and works sometimes. and there is the "rmadison" command in the "devscripts" package, which can report which versions of a given package are available in given ubuntu (and debian) releases18:32
tomreynit provides similar functionality as 'dak ls'18:32
irgendwer4711sounds good18:33
tomreynyou can also query this online here https://qa.debian.org/madison.php?table=ubuntu18:33
irgendwer4711some automatic script were good18:34
tomreynhere, too https://people.canonical.com/~ubuntu-archive/madison.cgi18:35
irgendwer4711I mean, to check all my pakages18:35
tomreynirgendwer4711: i assume you will need to develop this on your own. you can query installed packages using dpkg-query and change the output format using --format18:43
tomreynplease don't overload the web service, though, better run this locally only.18:43
irgendwer4711local? my system does not have information about 21.04...18:44
alexeightsixwhen i type:  sudo do-release-upgrade19:03
alexeightsix i get Please install all available updates for your release before upgrading.19:03
alexeightsixhow can i fix this?19:03
alexeightsixi did apt-get update, uprade etc19:03
XliffI'm getting an error using Debhelper: Can't exec "i686-linux-gnu-objdump": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 557.19:03
XliffHow can I force the autodetection of this comman to use x86_64-linux-gnu instead of i686-linux-gnu?19:04
XliffCan someone please help. This may be helpful in solving a weird Steam issue for users. Thanks.19:04
XliffFor the record: Steam is no longer working for me due to a missing mesa-utils:i386. It is no longer available in Groovy.19:05
XliffI had Steam working this week and an upgrade (don't know what upgrade) is now causing the failute.19:05
Xliff*failure19:05
XliffFailure illustrated here: https://pastebin.com/chsKZN8i19:06
XliffThis seems to match with the error running `glxgears': https://pastebin.com/PbPExPHB19:07
=== BalooRJ is now known as Baloo
MaikDeano59: you hink that belongs in this channel? If you have a question around that matter ask in #ubuntu-irc ;)19:36
Maikhink/think19:36
=== banisterfiend is now known as rinket
ax562Hi all.  I'm trying to get dual monitors working in ubuntu.  I'm using nvidia drivers 450.  I have a 4k and a 1080p monitor.  My 4k is only being picked up as 1080p and my 1080p which is connected to analog out is not being picked up by OS.  Any ideas or links to point me to?20:06
ax562ubuntu 20.04lts20:09
rjwiiiax562: What type of connections are you using? DP? DPMI? HDMI?20:40
ax562hdmi and angalog20:40
ax562xrandr only outputs 1920x1080 as available resolution20:41
rjwiiiAre both monitors the same make/model?20:41
ax562https://paste.ubuntu.com/p/nxjgYS2wq7/20:43
rjwiiiand by analog, do you mean an old fashoned RGP 24 pin?20:43
ax562no. 1 is vizio 4k capable and the other is samsung 1080p20:43
ax562yes20:43
rjwiiiDoes either monitor have a DPMI connection?20:44
rjwiiiand how many DP ports does your video card have?20:45
ax562i tried to change xorg.conf by adding https://paste.ubuntu.com/p/SVWSbzw96v/20:46
ax5622 digital port2 and 1 analog20:46
ax562but the xorg.conf additions did not work20:47
evdubswhat's the filename for the desktop settings application?20:50
ax562evdubs talking to me?21:02
[VMGuy23]I recently failed to install amdgpu-pro/amdgpu on Ubuntu 20.10 (it was made for 20.04) and now I'm stuck with llvm. How do I get back to AMD Raven2 (it said that in about in settings)21:02
evdubstalking to anyone that knows the answer21:02
tomreynevdubs: gnome-control-center21:16
sneakyimpcan anyone suggest a cheap pci-express sound card compatible with ubuntu? I don't care about 32-bit sound or dolby 5.1 or anything like that. Just simple stereo sound.21:28
cbreakI use an USB soundcard (FiiO somethingsomething), works fine on Mac OS and Linux, when using an usb switch box thingie21:32
cbreakwhy do you want to sacrifice a pci slot for it?21:32
shadow255gotta find a use for the 1x slot, am I right?21:33
cbreaksneakyimp: crappy old nvme ssd maybe... or an other set of usb ports, that are maybe on an other IOMMU slot so you can forward usb devices into a VM / LXD container? :D21:38
cbreaksorry, shadow255 ...21:38
tomreynsneakyimp: unless you are looking for a specific chipset and drivers for it, please move over to ##hardware (or maybe ##linux) to discuss hardware. it's generally difficult to recommend specific products because, while marketing names may remain the same, the hardware can change, and it usually takes a reverse engineering effort to understand which chipsets are sold under which brand and model names.21:44
KrausHow can I completely remove my Nvidia's GP104 High Definition Audio Controller from being enabled? (Not just the pavucontrol profile, but like.. shut it off entirely at bootup)21:49
Krauscard 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0] , etc21:50
KrausTotally shut off the audio device drivers. Don't need it. Just need the graphics.21:50
tomreynKraus: one way is to blacklist the driver module, if you don't need the same driver for another audio chipset21:59
Kraustomreyn: Are you looking at the same blog post as I am? :)21:59
tomreynKraus: if you grant me remote acccess to your computer i might be able to tell.22:00
KrausAnd yeah, I don't need that thing. I'm strictly using the displayport, and I have a USB audio interface. The nvidia driver is adding a crap-ton of cards in my pulse stuff, and I just wanna get rid of the damn thing22:01
Kraustomreyn: Harrrharharhar ;)22:01
tomreynso   lspci -knnv  should tell you which module is loaded for it, and you can blacklist that in /etc/modprobe.d/local-blacklist.conf   or elsewhere in this directory (this filename is just a suggestion).22:04
KrausBam, there it is. 31:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1)22:05
KrausKernel driver in use: snd_hda_intel22:05
KrausAlright, let's try this out.22:06
tomreynecho 'blacklist snd_hda_intel' | sudo tee -a /etc/modprobe.d/local-blacklist.conf >/dev/null22:06
KrausOh, I just sudo nano'ed instead22:07
tomreynthat'd work, too22:07
KrausOkay, brb.22:07
* Kraus crosses his fingers.22:07
KrausWoot! Worked. Thank you once again good people of Ubuntuland.22:09
tomreynyw. remember those steps in case you'll have another audio device which has an intel chipset22:10
=== sauvin is now known as Sauvin
waltmanThe release notes for 21.04 say "Wayland is now the default on most configurations, which features better security and performance". I installed 21.04 today and I seem to still be running x11. Is it only the default for new installs?23:41
Bashing-omwaltman: Nvidia graphics defaults to X11 :(23:48
sneakyimpif one buys a NAS or DAS storage device that has two USB ports, does that mean you get double the data rate to your application from the storage device?23:50

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