[00:00] airlynx: Great. I'll get the source, and look at it. I can upload it for raring once I'm done [00:01] ..to my own PPA, that is [00:26] airlynx: btw, you could probably just download that package manually, and install it [00:26] Even so, I've added it to this PPA ppa:zequence/testing [00:26] waiting to build, currently [00:27] zequence: is it available to install from your ppa? [00:28] airlynx: It will be as soon as it has been build. It's in cue for building currently. [00:28] It's building now in fact [00:28] Shouldn't take too long [00:28] https://launchpad.net/~zequence/+archive/testing [00:35] zequence: I manually downloaded the deb from autostatic's ppa and when I go to install it it wants me to remove jackd2, jackd2-firewire, laditools, libjack-jackd2-0, and python-laditools [00:37] airlynx: hmm, let me have a look [00:45] airlynx: I can't figure it out right now. Can't say I'm a total debian packaging wizard yet, so. The i386 version is built now. amd64 waiting in cue [00:45] Seems like that package hasn't been updated for a couple of years thoug [00:46] And I saw the patch had been submitted upstream [00:46] At this point I'd just like to verify that the patch works [00:47] airlynx: So, if you could try the package in my PPA, and verify it works (once it's built), then i can go ahead and make sure it's updated upstream and have it synced to next Ubuntu release [00:48] okay, I've added your ppa to my repositories, but don't see anything from it in synaptic yet [00:49] Whoaaa full people here :-) [00:50] hello [00:50] zequence: I'll give it a little while, I've gotta go put the kids to bed, then I'll check again [00:51] airlynx: I can ping you when the package is done building [00:51] studio-user305: Hello there [00:51] :-) [00:51] im not english so.. sorrry for my prononciation ^^ [00:52] studio-user305: Don't worry. I think most people here aren't [00:52] I'm from Sweden myself [00:52] Y try to install ubuntu with nvidia 560gtx [00:52] ah ok.. sweden .. suisse? [00:52] y com from french guyana [00:53] Not Switzerland, if that's what you mean [00:53] Ok. South America [00:54] ok :-) hello world ^^ [00:54] small world :-) [01:29] airlynx: I built the amd64 package locally, so if you want to try it http://ubuntuone.com/1dVSAoXvirhaXOufYC3giC [01:29] airlynx: I'm going to sleep now, but if you get it working, please let men know [01:29] zequence: thanks, I'll give it a shot now [01:44] zequence, it installs fine and works okay, it connects to Jack via system:capture_1 & capture_2, however if I want to connect to playback_1 and 2 it is unable to connect, which I can sort of understand. I'm going to continue to test it out and figure a workaround for what I want to do. I also tested it with gtk-recordmydesktop and it works with that too. Thanks a bunch! [02:22] zequence, final note before I'm off to bed, I'm able to use Meterbridge to capture what I want, having strange issues with areas of the screen not being recorded but I assume that's a problem with recordmydesktop (I've tried turning on full shots at every frame and it makes no difference, not exactly sure whats going on with it but I don't think it's your problem anymore) === neo is now known as Guest30456 [10:03] hi [13:22] Do you have YOUR ubuntu identification? http://fabianff.deviantart.com/art/Promocion-Ubuntu-Family-ID-84002024 [13:23] :) [13:23] at the risk of spamming ... I loaded and shot before I thought. mea culpa [14:49] hi.. i have ubuntu studio 12.10 .. in live it work but after install it crash [14:50] he don't load nothing only black screen [14:50] sorry for my english :) [14:52] anyone help me? [14:54] didn't give anyone the time to answer [15:57] SUP [16:51] Hi all, anyone knows about lightwave 3d and how to install it in ubuntu studio? [17:02] Hi all, anyone knows about lightwave 3d and how to install it in ubuntu studio? [17:19] senator_: Seems like they don't have a linux version [17:19] but it might work under wine [17:20] http://appdb.winehq.org/objectManager.php?sClass=application&iId=339 [17:20] Seems like it in deed works under wine, but to what extent, I have no idea [17:21] zequence, exactly they dont have but I understand that it could be done thru Wine [17:21] Just want to point out though, that Ubuntu Studio is all about free software [17:24] I understand that too and thats why I have been using ubuntu for about 5 years or more now, but as a 3d artist you gotta sometimes use what your project requires, I also use blender which is free and this plan for lightwave is just to know how it works using a 30 days free trial... zequence [17:25] senator_: What you do is you install wine: sudo apt-get install wine [17:25] done [17:25] Then, you look for instructions at appdb.winehq.org [17:25] jjust installed the latest 1.5 [17:26] Many times you only need to install by using the windows installer, but some apps require some extra libs [17:26] When that happens, winetricks comes in handy [17:26] It's a script, which you can start from the terminal, using: winetricks --gui [17:29] senator_: There's not really any difference in installing wine on Ubuntu Studio compared to other distros [17:29] I see [17:30] will try it out and see what turns out [17:30] For heavy graphics, you might just want to make sure you have the graphic drivers you need. Intel are all open source, while AMD ATI and NVIDIA have both free and proprietary alternatives [17:30] how do i know the graphics driver i have. [17:30] on a laptop [17:34] senator_: To find out which card you have, do: lspci [17:35] lspci | grep VGA [17:35] ..should show only the graphic card [17:36] This should show which driver is in use: lsmod | grep video [17:37] zequence, lspci grep VGA i got ''lspci | grep VG'' [17:38] the video one gave me ''uvcvideo 71278 0 [17:38] videobuf2_core 32071 1 uvcvideo [17:38] videodev 95842 2 uvcvideo,videobuf2_core [17:38] videobuf2_vmalloc 12757 1 uvcvideo [17:38] videobuf2_memops 13213 1 videobuf2_vmalloc [17:38] video 18895 1 i915 [17:39] i915 looks like nvidia to me [17:40] zequence, lspci grep VGA i got ''00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c) [17:40] zequence, [17:41] Sorry, I meant Intel [17:41] I have nvidia myself [17:41] Just a typo [17:42] Yeah, so you have open source drivers. Intel has written those themselves [17:42] I see [17:45] Intel is in fact one of the major contributors to the linux kernel the last 10-15 years. Not as large as the sum of "amateurs" writing linux code [17:48] so zequence how do i get the right drivers for it? [17:55] senator_: There are no alternatives. If you're running a Linux kernel, you have Intel drivers [17:55] That's also why there's no fuzz at all with Intel. It just works [17:56] sweet [17:56] let me try install the lightwave and see how that goes... I have found another pdf online about the installation process with wine [17:57] thanks for your help [17:57] np [19:20] Hello! i was here yesterday asking for help. Thank you! [19:21] I am trying to install Trisquel in my ubuntu studio, but i dont know how to run an iso file [19:22] i have obviously tried mounting the image and all (using isomount), but the install just wont start [19:22] well, not IN my ubuntustudio, but you get the point [22:15] hello? [22:16] any one here ?