[01:51] I am running a celeron with an amd radeon hd 6320 i think coming out of vga I am only at 1024x768 does anyone know how to change this? I look under additional drivers and there is nothing [01:52] lubuntu 18.04? [02:01] i have 19.10 [02:02] I set it up with a unms server and unifi [02:02] surprised you're getting anywhere with a celeron XD [02:02] but the screen res is a little upsetting i can deal with it though [02:02] hey it was free wth [02:02] so the problem is that a lot of times cards don't behave nice and report all their available modes [02:02] you can add one, though [02:02] I think it was one of those windows 8 acers or something [02:02] https://askubuntu.com/questions/377937/how-to-set-a-custom-resolution [02:03] is that like setting the res in the script at boot [02:03] yup [02:03] I think i tried that once already and it didn't do anything but overscan [02:03] even shows you how to do that :) [02:03] I think if I hook it up hdmi it will work but I only have a white vizio 720p [02:03] no 1080p monitors with hdmi laying around [02:04] I could use my pc one but I like having both separate if you get what I am after. [02:04] you might want to follow the instructions and see if you can actually make it happen. i don't know what you did before but i know that will work..... unless the card can't handle it [02:04] Maybe I will just strip the vizio down and mount it up and deal with the 720p since this card can't really produce anything 1080 streaming besides [02:05] I would like the vga to work [02:05] I will take a look and see [02:05] it is just much nicer with more screen real estate [02:06] what exactly is 720p? [02:06] 1368x768? [02:06] https://en.wikipedia.org/wiki/720p [02:06] 1280x720? [02:06] I think this other one is 1280x720 [02:06] I could do that through the hdmi [02:07] but its not a dell if you catch my drift. [02:07] i don't even understand this https://en.wikipedia.org/wiki/720p#Resolutions [02:08] video resolutions are confusing [02:08] especially when they say 4k [02:08] it isn't even 4000 [02:09] well sounds like you have a handle on it so i'll leave it to you [02:09] its all marketing melarky [02:09] Yeah I will get it its just radeon support you know it lacks in linux [02:09] and pc alike [02:17] it just says size not found in available modes [02:17] maybe this crap only displays out the mobo 1024x768 [02:17] did you generate the modeline? [02:17] actually are you sure you're using the right device name? [02:17] xrandr VGA-0 1920x1080 [02:18] do something like `xrandr | grep conn` to see all the devices [02:18] xrandr --addmode VGA-0 1920x1080_60.00 [02:18] it might not be VGA-0 [02:18] did you do the --newmode before it? if not it doesn't work [02:18] you do basically: [02:19] cvt width height refresh [02:19] use info from that to do `xrandr --newmode "widthxheight_res" [02:19] xrandr --addmode device widthxheight_res [02:19] 3 steps [02:20] then you add that to .xprofile to make it permanent [02:20] failed to parse as a mode specification [02:21] I don't think the onboard card is capable [02:21] lol [02:21] then you did something wrong :) [02:21] it should pop up an error that sounds like that if it's the case [02:21] i did xrandr --newmode 1368x768_60.00 [02:21] or will just go wonky [02:21] that's not right [02:21] there's stuff after the refresh [02:21] xrandr --newmode VGA-0 [02:22] xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync [02:22] ALL of that [02:24] bang [02:25] i got it per this article [02:25] https://askubuntu.com/questions/138408/how-to-add-display-resolution-for-an-lcd-in-ubuntu-12-04-xrandr-problem [02:25] now how do I make it permanent [02:25] wth [02:25] you shouldn't have to sudo any of that. it's insane. [02:26] just add the xrandr commands to ~/.xprofile [02:26] i have some editor [02:26] gedit [02:26] what is the command [02:27] um. gedit XD [02:27] sudo gedit ~/.xprofile [02:27] NO [02:27] stop sudo'ing everything! yeesh! [02:27] i thought it was the monitor.conf [02:27] that WILL cause you problems [02:27] DON'T put sudo commands in there, either [02:27] I am in 1920x1080 tho [02:28] don't use sudo [02:28] lol ok [02:28] that's masquerading as the root user, which you are not [02:28] ~ refers to your home, not the root user's home [02:28] you run x as your user, not as root [02:28] etc. etc. etc. [02:28] do not use sudo. period. [02:28] I am used to windows doing everything root [02:29] throw windows away. it's useless. [02:29] not so it makes me money [02:29] business world relys on it [02:29] ok it's good for that [02:29] but there's lots of other things that are equally questionable that people make money off of and that the business world relies upon XD [02:29] but more and more people are going linux until they find out they have to have a sysadmin to print. [02:30] I just keep my mouth shut and act like I know nothing. [02:30] works fine for me [02:30] yeah I agree. I can get anything that has a microprocessor to work fine for me too. [02:31] I know linux is good for what I use it for. And mostly its because certain systems I don't want to have to mess with upgrading so often. [02:32] welll that and usually linux updates don't break the whole system like windows XD [02:32] true but I can deal with the repercussions [02:33] I have learned dos and recovery environment like the back of my hand. [02:34] linux to me though is similar I have found myself pretty comfortable if I am led in the right direction. [02:35] it was all something running this cvt [02:35] but it says i have to enter the commands in /usr/share/X11/xorg.conf.d/10-monitor.conf [02:35] so i need to edit that file i suppose if it is related to this distro [02:35] that's another potential way [02:36] what is your suggestion? [02:36] ~/.xprofile [02:36] how can i access it to change it [02:36] editor [02:37] I installed gedit [02:37] sorry I am an idiot when it comes to running terminal commands [02:37] I am learning tho key in a repo do an update and do apt-get right? [02:37] you didn't need that [02:37] featherpad would have done the trick [02:38] but if you like terminal commands, you can use nano [02:38] sudo nano [02:38] I mean i need write permissions right? [02:38] only way I know is sudo... [02:38] to me its like pushing admin am I correct? [02:39] somehow I managed to install unifi controller and unified network management system from ubiquiti on this thing. [02:39] no [02:39] nano ~/.xprofile [02:39] just do that. nothing else. [02:39] sweet [02:40] you only need sudo things for system wide stuff, like installing applications or doing anything outside your home folder [02:40] ~ is your home [02:40] word is bond son. [02:40] ok so i suppose use these same commands that got me here minus the sudo in this file and commit a save.. [02:41] yep [02:41] headed home; good luck [02:43] cool [02:43] be good [02:44] thanks [04:39] hello [04:39] installed lubuntu on spare pc, love it. now just coming to checkout the irc community and contemplate replacing windows with it [05:02] Hi piercedwater, glad to hear it (love it esp.) which release? [05:04] also possibly best resource is our web site (https://lubuntu.me/) with links to manual, forum & other great sites. Lubuntu is an official flavor so you can use #ubuntu too (more users, more support more of the time) & other Ubuntu support sites (askubu etc) [05:05] thanks for the link. 18.04 on old pc [05:07] no problem with that; my pc is a decade old (2009 model) too; it works [05:07] the machine i was going to replace windows on is much newer, but im looking to get every drop out of it i can :) [05:09] piercedwater, you'll probably already know this, but use the 'try' (live) mode first to test it out on your pc. (https://tutorials.ubuntu.com/tutorial/try-ubuntu-before-you-install#0 applies to Lubuntu & flavors too) [05:09] ok, will do [05:09] * guiverc stepping away ~20-25 mins [05:09] thanks for the tips [10:10] 'sup guys. Came here as one of my friend in facebook group suggest me. I have a question about installing lubuntu on Acer AOD270 32 bit. The web says that powerpc support is dropped. Will this trigger serious problem if I install Lubuntu on my netbook? or it is just minor feature that I can just ignore? Thanks in advance [10:56] Intel Atom N2600, hardly powerpc, but 32-bit x86 intel (lacks EM64T) === test is now known as Guest16221 [13:52] i have a small problem sometimes with lubuntu that i did not have with windows [13:54] sometimes usually late at night my pc shows a blue line at the top part of the screen, the rest of the screen is black, does not turn off, and beeps sometimes. like medium speed beeps with long intervals between them [13:54] usually i force turn off my pc [13:56] should i try putting my pc into rice? [14:03] cevacineva, sounds like either memory or GPU issue. [14:04] diogenes_ but literally my gpu can handle tf2 and memory works [14:04] cevacineva, for testing purpose you could disable any kind of screensavers, screenlockers and stuff (if you use them). [14:05] i don't [14:05] use screenlockers or screensavers [14:05] cevacineva, look in power settings, see if it's set to turn off displays after some idle time. [14:06] or even puts the pc to sleep. [14:06] power management? [14:06] yeah something like that. [14:13] my power went off [14:57] Hi