[00:00] FFForever, try using 'fdisk -l /dev/blah' where 'blah' is your Windows-containing HD [00:00] (it might be an 'sdx', like 'sda) [00:00] fdisk -l will list the partitions; from that list, you identify the types, and the first is usually windows' boot [00:00] not listed =\ [00:01] http://pastebin.com/d7a3db613 its a 30gb partition === idleone is now known as IdleOne [00:22] how do i add windows 7? [00:22] (2 grub) [00:22] <|ns|nR8> install windows 7 then do a repair grub [00:23] this is not working =\, title Windows-7 root (0,6) chainloader +1 [00:23] how do i repair grub? [00:23] <|ns|nR8> boot from ubuntu cd [00:23] i am in linux? [00:24] i don't have the ubuntu cd @ hand but i do have my jaunty install open and running =) [00:24] <|ns|nR8> so you installed windows first ? [00:24] <|ns|nR8> it should of auto added windows 7 to grub [00:24] |ns|nR8, nah i already reinstalled grub =) [00:24] FFForver: root (0,6) looks somewhat invalid to me [00:25] how do i run the automatic grub thingie? [00:25] Which of those NTFS partitions is the one you actually want? [00:25] partition 6 [00:25] sda6 [00:26] That's marked as linux [00:26] its ntfs windows-7 style? [00:26] <|ns|nR8> these instructions always work for me http://www.howtogeek.com/howto/ubuntu/reinstall-ubuntu-grub-bootloader-after-windows-wipes-it-out/ [00:26] FFForver: if the pastebin from before is still valid, your bootable Windows is on /dev/sda3 [00:27] how do you know [00:27] and yes its still valid [00:27] it's the only partition marked bootable [00:27] (for one) [00:27] Thus, in grub terminology, you should say "root (hd0,2)" [00:27] its a 30.5gb partition [00:27] and it's an NTFS file system [00:27] its marked extended =\ [00:27] doh! :-) [00:28] i believe windows is not so good at starting from an ext [00:28] =P [00:28] you should be able to move its contents to a primary partition, however [00:28] FFForver: huh? Yes, you have an extended partition. No, the Windows partitions aren't in it [00:28] (but it might require some serious juggling with dd) [00:29] erm [00:29] maxb, it was just empty space and i let windows make the partitions it needed a 203mb and a 30.5gb partition it made [00:29] yeah, actually, looking at the list again, it's /dev/sda2 that's your ext [00:29] and /dev/sda3 isn't "in" that [00:29] i don't see why i have so many partitions [00:29] (0, 1, 2, 3 are primaries) [00:29] (4+ is extendeds) [00:29] Whoa! dd-ing your fs-es around is *seriously* voodoo, and liable to cause extra problems for windows [00:30] sda 1 should be /, sda 2 should be swap, sda 3 should be /home the rest are uhh windows? [00:30] maxb's caution is very a propros [00:30] propos even [00:30] so 1-3 are linux [00:30] wtf are the other 3? [00:30] sda1, judging by size, is probably boot [00:31] anyway, i gotta make dinner, good luck! maxb knows what he's talking about [00:31] would sda4 be windows (i am looking for a 30gb partition) [00:31] FFForver: Please could you run "blkid -g; blkid" as root, and pastebin the output? [00:32] http://pastebin.com/d3068c7a8 [00:33] FFForver: run like that, the sudo only applied to the first command - please "sudo blkid" and see if it reports any more [00:33] http://pastebin.com/d6ffb1c6d [00:34] Right, so, you have two Linux data partitions, sda1 and sda6 [00:34] You have one Linux swapspace partition, sda5 [00:34] You have two Windows partitions, sda3 and sda4 [00:35] You have one extended partition, sda2, which CONTAINS sda5 and sda6 [00:35] what is an extended partition? [00:35] The basic format of a partition table can contain only 4 partitions [00:35] An extended partition escapes this limit by containing other partitions [00:36] cool? [00:36] The asterisk in the fdisk -l output shows sda3 is marked as bootable. In grub terminology this is (hd0,2) [00:37] Grub numbers the partitions starting at zero, hence 2, not 3 [00:38] title Windows-7 root (hd0, 2) chainloader +1 [00:38] like that? [00:38] there must not be a space inside the root specification [00:38] so root(hd0,2) [00:38] or root (hd0,2) [00:39] the last one [00:40] kk [00:40] here goes nothing =P [00:40] brb [01:47] <|newbie|> i have installed jaunty + kde 4.2, when i try to enter in KDE stop on background [01:47] <|newbie|> i have nvidia 180 [01:50] <|newbie|> anyidea [01:50] <|newbie|> plz help me [01:57] <|newbie|> does anybody here....help me [01:59] you probably already know this, but you should be able to switch to a text terminal with ALT+Fx (1..4 or whatever) [01:59] and from there, of course, you can diagnose all sorts of crap [02:00] as for the problems you might be having, use the simplest video driver possible (vesa or something like that) and go for a low, safe resolution like 640x480/800x600/1024x768 [02:00] but surely the best place to start digging is in a log of some sort (sorry, can't say off the top of my head where that log would be or what it would be called) [02:02] sorry if my suggestions are too generic, but i'm not familiar with 'nvidia 180' [02:02] |newbie|: bug 326344 [02:03] Launchpad bug 326344 in xorg-server "compiz/kwin freezes on login as of xorg-server 1.5.99.902-0ubuntu2" [Critical,Fix released] https://launchpad.net/bugs/326344 [02:03] This is fixed; you will just need to wait for the update to propogate to your mirror, and run an upgrade. [02:04] <|newbie|> andersk: but effects are disable [02:06] <|newbie|> andersk: and i don't use compiz [02:07] It happens with any compositing window manager. kwin is one, possibly even if effects are disabled. [02:07] (note: my suggestion of ALT+Fx should instead be CTRL-ALT-Fx) [02:08] Try installing the xserver-xorg-core update; it is available on archive.ubuntu.com now. Then, if you still see the problem after restarting X, you'll know it is a different bug. [02:09] http://archive.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-xorg-core_1.5.99.902-0ubuntu4_i386.deb [02:09] Er, oops, wrong version! [02:09] http://archive.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-xorg-core_1.5.99.902-0ubuntu5_i386.deb [02:10] is anyone there? [02:18] just about 161 people, yes [02:21] i think you mean "is anyone at their keyboards?" :-) [02:42] does anyone know why when conky starts automatically on start-up, it disappears after a second or two but keeps running behind the desktop? [02:42] I didn't have this problem with 8.10 [02:59] ctl+alt+1 - 6 has weird looking text like binary or signs, anybody else have that ? [03:00] meant ctrl alt F1-F6 [03:14] anyone know why my twinview b0rked on an nvidia card using 180 in the past week or two? [03:14] It just says it can't display anything on my second monitor [03:16] how do i disable ipv6 in jaunty? [03:18] diginux: did you see my reply in the previous channel? [03:19] i don't think ip6 is enabled by default [03:20] my network manager only shows ipv4 and if i do an ifconfig, i only see v4 addresses [03:21] IPV6 is enabled by default. [03:21] To disable it, echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [03:27] IntuitiveNipple: wont that info be lost when i reboot? [03:30] IntuitiveNipple: root@heisenberg:/proc/sys/net/ipv6/conf/all# touch disable_ipv6 [03:30] touch: cannot touch `disable_ipv6': No such file or directory [03:30] root@heisenberg:/proc/sys/net/ipv6/conf/all# echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [03:30] bash: /proc/sys/net/ipv6/conf/all/disable_ipv6: No such file or directory [03:31] Check the parent directories... see what's there [03:33] sudo [03:33] burner: was root [03:34] IntuitiveNipple: root@heisenberg:/proc/sys/net/ipv6# find . -name disable* [03:34] IntuitiveNipple: returns nothing [03:35] strange [03:37] IntuitiveNipple: any other ideas? [03:38] I think everyone is dead [03:39] Well, if the pwd is the ipv6 directory, there's some ipv6 there [03:42] yes, i need to disable it [03:42] can i put something in grub? === KterinK is now known as dou213 [04:16] is there a way other than ifconfig or network manager to see if ipv6 is actually running? [04:19] burner: ping ::1? [04:19] ping: unknown host ::1 [04:20] ok, i don't need to disable it, i don't even use it? or... I should disable because I don't even use it? [04:20] It doesn't matter [04:21] only .45% of the online people in the us are using it anyways [04:21] for sure... I'd be l33t and cool if I did though right? I doubt my netgear can kick up ipv6 dhcp though :\ [04:26] burner: IPv6 slows down DNS requests [04:29] I've had horror stories of ipv6 on Vista causing all kinds of network slowdown [04:29] * burner has nightmares about Vista sometimes [04:41] anyone know if compiz 0.8 will be included in 9.04? [04:47] no clue on that one... sorry [05:26] 2.6.28-7 has a graphics regression, so if you have intel gm4500 graphics you might want to wait. 2.6.28-6 works though. [05:26] I have opened a launchpad bug. [05:47] what is the command to start the installer program? [06:16] wow, serious io problems [06:16] heavy IO == desktop completely freezes === bluesmoke is now known as Amaranth [06:43] how do i play mkv files?, the default movie player is laggy =\ [06:44] and vlc shows no video =( [06:48] anyone know a ppa for 9.04 with vlc beta =P [06:56] I'm running Alpha 4 with all the latest updates, and suspend does not work for me. pm-suspend does not return anything (it just exits), and clicking 'suspend' in Gnome does nothing. Is there a known workaround, or a bug report, or a known reason why it isn't working? Thanks. [06:57] FFForever: 9.04 seems to have graphics performance issues, at least on my intel 4500 gfx card [06:57] 8.10 did not exhibit these problems [06:57] SwedeMike: enable UXA [06:58] Amaranth: add "AccelMethod UXA" to xorg.conf and that's it? [06:58] Option "AccelMethod" "UXA" [06:58] will do that when I come home. [06:59] thanks for the pointer [06:59] that'll get you performance improvements and redirected direct rendering (3D working great with compiz) [07:00] works fine 4 me on other video formats =P [07:00] ill give mplayer a shot in a moment =) [07:01] mplayer: Depends: libx264-59 (>= 1:0.svn20080408) but it is not installable [07:01] SwedeMike: well its being tested in jaunty [07:01] i cant install mplayer.... [07:01] SwedeMike: theyre looking for feedback at wiki.ubuntu.com/X/UxaTesting [07:02] My problem above also occurs in Hibernate. [07:03] maco: I'll do that as well! [07:03] Peddy: what hardware is this? [07:03] https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/314600 [07:04] Ubuntu bug 314600 in fglrx-installer "fglrx versions newer than 8.543 cause system hang and panic" [Undecided,Incomplete] [07:04] SwedeMike, Nvidia 8800 with nvidia-glx-173 (180 doesn't work either), both suspend and hibernate worked out-of-the box in Intrepid. Do you want to know any other h/w specs? [07:05] Happens with Intrepid. [07:05] * DanaG joins #ubuntu, too. [07:06] Peddy: ah, I thought it was a laptop, sorry, I don't have any experience with desktops in that aspect. [07:06] SwedeMike, no problem. I found something obscure, and it looks like the bug's only affecting 64-bit. [07:07] Peddy: check for bios updates [07:07] maco, for the video card or motherboard? [07:07] mobo [07:08] mobo bios bugs can cause weird things, and 32v64 hardware incompatibility falls into that category [07:08] maco, my mobo BIOS rev is the latest :/ [07:10] the suspend 'quirk-checker' says nvidia binary driver is unsupported, but it's always worked in previous releases. Also, when I use nv instead of nvidia, it still fails. === idleone is now known as IdleOne [07:13] Yep, 'nv' definitely doesn't work either. [07:16] also possible for there to be a bios bug that hasnt been fixed by the bios vendor yet [07:17] for ex, there's a bug where certain machines reboot during booting on 64bit if there's exactly 4gb of memory. [07:17] for *some* affected machines, there's a new bios. the others are SOL [07:18] SOL? [07:19] **** out of luck. [07:19] asterisks are me typing asterisks. =P [07:59] https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/314600 [07:59] argh. [07:59] Ubuntu bug 314600 in fglrx-installer "fglrx versions newer than 8.543 cause system hang and panic" [Undecided,Incomplete] [08:01] Should I mark that confirmed? [08:35] hello. why is there no current daily image? http://cdimage.ubuntu.com/daily/current/ === bazhang_ is now known as bazhang [10:36] firefox intermittently locking up for anyone else at the moment? [10:59] Oli``: No === ziroday` is now known as ziroday [11:59] is it possible to dist-upgrade to jaunty? or do I have to make a fresh install? [12:02] thehook: you can upgrade [12:02] !upgrade [12:02] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes [12:04] ikonia: thanks :) [12:04] and then I get alpha4 or nightly build? [12:05] alpha4 [12:06] ikonia: on the upgrade page it says no [12:07] well not exactly no, but don't mention it [12:07] thehook: where (sorry not got it open) [12:07] thehook: because that update site is for "stable" release details [12:07] ok, ill try anyway ;) [12:09] but how do I force it to upgrade when it tells me "No new release found" ? [12:10] aah :) -d [12:11] Oou, another update to the fglrx driver! I wonder if it works yet. [12:16] how is it with the nvidia driver and the new xserver in jaunty now? [12:16] thehook: if you mean if it is broken: YES [12:16] lol [12:17] BUGabundo: hehe, thats what I meant :P [12:17] Since yesterday I only get a blank screen after boot and Xorg eats 100% CPU. [12:18] Intel chip with Intel driver. [12:18] Sebastian: https://bugs.launchpad.net/bugs/304871 [12:18] Ubuntu bug 304871 in xserver-xorg-video-intel "[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)" [Unknown,Confirmed] [12:19] Sebastian: Users of Intel i845 or i865 video chipsets are unable to load X, getting an error message of "Fatal server error: Couldn't bind memory for BO front buffer". Users on these systems are advised to wait for a resolution to this bug before upgrading. [12:19] How can I downgrade? [12:21] Sebastian: open synaptic look for that package [12:21] ctrl+e and choose older version [12:22] if you still have it on cache [12:22] i'm getting the same thing, it isn't that bug but another [12:22] yesterday X was working fine with latest packages, today - black screen [12:23] X is loading, i hear the startup sound - but no display [12:23] i found that if i select recovery mode, then "resume boot" (without actually doing anything) then X works [12:24] BUGabundo: how can he open synaptic without X? :P [12:25] ROFL [12:25] this with i945 chipset btw [12:25] you can use apt [12:25] hehe [12:25] but I don't know the exact sintax [12:25] me neither.. [12:25] you have to use --force and the name and version of the package [12:25] maybe maco knows? ping [12:26] i can do a quick check if not :) [12:26] cwillu is sleeping too [12:26] ask on #ubuntu-devel [12:26] or even on #ubuntu [12:27] quick read here http://www.linuxforums.org/forum/debian-linux-help/113053-apt-get-older-versions-applications.html [12:28] should help you with the syntax at least [12:28] me? you are the one who needs it [12:28] eheh [12:29] BUGabundo: no not you, Sebastian :p [12:30] oops [12:31] thehook: I was more wondering which package to downgrade. Because it does not seem to be xserver-xorg-video-intel. I just got a new version of that package and still have the same issue. [12:34] Sebastian: I guess their testing it out, try to get a even older version of that [12:34] BUGabundo1: you're using nvidia graphics? [12:34] y [12:35] BUGabundo1: how bad is it? I'm arguing with my self about trying alpha4 on my laptop :P [12:37] thehook: you can try the livecd [12:37] but wait a few more days until the bug is fixed [12:37] using NV suck [12:37] SUCKS big time [12:37] video is CPU intensive, screen flickrs [12:37] stuff like that [12:38] I just nuoght a new laptop with geforce 9600 gt [12:39] BUGabundo1: no matter what or? cause that is exactly why i bought a new laptop with 512mb dedicated ddr3 on graphics [12:39] Sebastian: try booting in recovery mode then selecting the first option from the menu (resume booting) [12:49] hi, is there somewhere one can confirm successful installation (i.e. hardware/components used etc)? [12:51] system > administration > hardware testing ? [12:54] I mean somewhere to share I just installed alpha4.. Network works, (after minor fix) - sound works, etc. Others might be interested? [12:55] post the info on the wiki perhaps [12:55] Hey, i have a problem with network-manager not managing my lan interface, how can i tell it to manage eth0? [12:56] dns: something like that indeed. I just wondered if there is an appropriate place to do so [12:56] bardyr i believe nework manager does not touch any interfaces that have been configured with the /etc/network/interfaces config file, if you want network manager to manage your card remove it from that file [12:58] oCean_ i have no idea myself, but if it is a popular off the shelf piece of hardware it may be useful to have a page on the wiki and your hardware submitted to the hardware database [13:01] dns: I agree. Would be a useful database I guess. Just to specify the machine (laptop in this case) it's main components/chipsets (sound,video,wlan) and whether is worked out of the box, or (if fixed) what the fix was [13:04] http://www.ubuntu.com/testing/jaunty/alpha4 [13:04] oops [13:04] oCean_ that's what the wizard does, i think there where some brainstorm ideas of intergrating the hardware db closely with launchpad so you could submit your hardware and file bugs against what doesn't work [13:04] is there a way to use the alternate cd to install without a network? [13:05] yes, it will install a basic system like the live cd, it just does it by installing the debs instead of copying the cd itself [13:06] it is only that if you have the network you can also apply updates on the fly [13:06] every time and i run "Selec and install software" it fails [13:06] is there a log i can look at [13:07] /var/log/installer or it may be /target/var/log/installer [13:10] hrmmm [13:11] ill try alpha 4 tomorrow [13:12] don't try it on your main/production machine unless you know how to fix it [13:25] i just pulled out an old IBM T40 from the cupboard and installed Jaunty Alpha 4 on it. Can't get the IBM trackpad to work... anyone experienced this? Google and launchpad make no mention of it [13:25] Touchpad always has worked in previous versions of ubuntu [13:34] It feels like right when performance was great, its starting to take a nose dive [13:35] in regards to nvidia and compositing in jaunty on twinview... [13:38] in 8.10, I had a GeForce 5600 (256MB, AGP 4x) and twinview felt great. In Jaunty, using a 7900GTX,7950GX2 (2x512MB, PCI-E 16x) it feels choppy. prior I had a single core 2.6GHz. Now I have a Quad 2.6GHz processor. why does compositing feel worse in a sense now on twinview? [13:40] hi === [pErry] is now known as [perry] [13:45] BonezAU: check the release notes under known issues [13:46] vbgunz: in jaunty they have upgraded X server but they say it will take while for drivers to catch up [13:47] vbgunz: "The latest X.Org server, version 1.6, is available in Jaunty. In the short term, this will again cause increased instability for some users while the proprietary video drivers catch up. " [13:53] its not unbearable. its just really wierd how such an improved system feels about 10% of a 100% working system with far less power, etc.I hope I this doesn't stay like this [13:54] Thats how alphas are. They are a work in process. [13:55] anyone here of people losing their close, minimize, and maximize buttons after updating? [13:55] just installed 70 or so packages and now my buttons are gone... but they still work if i guess where they are heheh [13:55] tried changing the theme and it is still the same way [13:56] I couldn't resist installing Jaunty - is it safe to install nvidia as of today with all updates? [13:56] jron, what gtk style? [13:56] * surfaz is away: Estoy comiendo, escribir mi nombre para que el Xchat me avise [13:57] kristjan: if you can bear a performance hit, other than that, they seem stable so far. try them and tell me if you experience a hit in your performance [13:58] vbgunz, well with nv I can't play even medium sized video well [13:58] Ctrl Alt F1-F6 has weird looking text like binary or signs, anybody else have that ? The screen looks like its moved to the left ! [13:58] wd4lko, same here - try booting without 'splash' === KterinK is now known as dou213 [13:59] kristjan: all of them are not working [13:59] kristjan: take splash out of grub ? [14:00] jron: Is compiz enabled? Have you tried disabling it? [14:00] wd4lko, yes. [14:00] ok THANKS ill try it [14:02] Pici: lol, it was enabled. I feel like an idiot. =) [14:02] does totem crash for anybody today? [14:02] thank you for the help; i didn't know that was default now === KterinK is now known as dou213 [14:20] Hey, i keep getting no space left on device errors is this a known error? [14:23] anyone having a problem on the server install not being able to select anything??? i boot the .iso, then select install ubuntu server, then i get to the screen where i select my language and i cant do anything...no up or down, and cant select english, but the keyboard works on the screen before it where i select install, boot first hard disk, or check the cd??? nothing on google about this... [14:41] apt transition in jaunty in progress, please be a bit careful with the upgrades just now [14:46] mvo: Thanks for the heads up [14:57] Good morning, Can anyone tell me the status of getting nvidia-glx-180 working under Jaunty? [14:57] jpedroza, its working [14:57] vbgunz, nvidia drivers seem to be fine (but I haven't tested compiz or anything 3d cause I hate effects) [14:58] bardyr: So I can install nvidia-glx-180 without it removing my X server? [14:58] yea [14:58] anyone having a problem on the server install not being able to select anything??? i boot the .iso, then select install ubuntu server, then i get to the screen where i select my language and i cant do anything...no up or down, and cant select english, but the keyboard works on the screen before it where i select install, boot first hard disk, or check the cd??? nothing on google about this... [14:58] jpedroza, you have been able to do that for a while now [14:58] you dont have to enable any kind of special effects. if your system can handle it, you should feel an immediate performance boost from just picking opengl over anything else you may get natively [14:59] bardyr: When I run sudo apt-get install nvidia-glx-180 I still get the message that all my xorg packages will be removed. [14:59] jpedroza, sudo apt-get update ? [14:59] bardyr: done [15:00] bardyr: and upgrade as well [15:00] bardyr: sO EVERYTHING SHOULD BE CURRENT [15:00] Sorry, caps lock [15:00] wait for updated nvidia packages [15:01] how do i disable ipv6 in jaunty? [15:01] gnomefreak, i have been able to install nvidia-glx-180 without any problems [15:01] I have installed the binary drivers from nvidia's site and set IgnoraABI in my xorg.conf file, but I am getting an X freeze when I try and launch any apps. [15:02] and why would anyone ever build ipv6 into the kernel instead of having it as a module like it was before? [15:02] jpedroza, use the 180.27 driver it supports the new x server [15:02] bardyr: Do I still need to set IgnoreABI? [15:02] jpedroza, no [15:03] bardyr: I installed 180.27 and that is what started the freeze issue. [15:03] jpedroza, what gfx card do you have? [15:03] bardyr: 8600M [15:03] jpedroza, weird 180.27 has been the best driver for my 7.6k go card ever [15:04] diginux: to improve speed, MOST modules are getting into the kernel === bluesmoke_ is now known as Amaranth [15:05] bardyr: Did you install from nvidia script or apt? [15:05] BUGabundo: but like 1% of the population probably uses ipv6 ? [15:05] BUGabundo: and there should at least be a simple way to disable it [15:08] diginux: IF I remember correctly, you can disable IPv6 in the config scripts for the interface [15:09] jpedroza: any idea where to look? i have tried everything, asked here, on #ubuntu, on forums, googled, etc. [15:09] !ipv6 [15:09] For an introduction to IPv6 and information on tunneling IPv6 through IPv4 connections, see https://wiki.ubuntu.com/IPv6 | To disable IPv6 see https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 [15:09] ubottu: that doesnt talk about jaunty, that article assumes ipv6 is a module, not built in like it is now [15:09] Error: I am only a bot, please don't think I'm intelligent :) [15:10] ughh [15:10] Pici: ^^ [15:10] LOL [15:10] i need to talk to an intelligent person and not a bot [15:10] diginux: Look in /etc/sysconfig/netwrok-scripts [15:10] diginux: even if just 1% uses it, in the future more and more will use it [15:11] if some user in two years gets his hands on a Jaunty CD, why shouldn't he have ipv6 [15:11] ? [15:11] and what do you have against it ? === custombrush_ is now known as custombrush [15:11] BUGabundo: it broke my system, that's what :) [15:11] How so? [15:11] Pici: dns won't work because my isp's dns doesn't support ipv6 [15:12] diginux: file a bug then [15:13] it *should* work [15:13] actually there's alredy a bug opened for that [15:13] BUGabundo: im not sure its a bug, but rather my isp not playing nicely [15:13] ipv6 being enabled shouldn't break anything if your isp doesn't support it. [15:13] pici but it does [15:13] there have been _several_ users reporting so [15:13] jpedroza, apt [15:13] Pici: well if i change to a diff dns server that supports ipv6, everything works, if i use my usual dns but do something like wget -4, or change firefox to use ipv4 then everything works too [15:14] I think its more routers then ISPs [15:14] but still [15:14] BUGabundo: disagree, my testing would say otherwise [15:14] okay [15:14] comment that on the bug then [15:14] i will, do you have a link?> [15:15] google ? [15:15] ive actually found another major bug, kernel 2.6.28-7-generic does not work with encrypted filesystems, when it boots it just sits there and doesnt give a password prompt [15:15] http://www.google.com/search?q=bugs+launchpad+ipv6&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a [15:15] BUGabundo: ok ill google, you made it sound like you had it handy :) [15:15] bug 155393 [15:16] Launchpad bug 155393 in ubuntu "Internet extremely slow in Gutsy/Intrepid after upgrade" [Undecided,Confirmed] https://launchpad.net/bugs/155393 [15:16] bug 313218 [15:16] Launchpad bug 313218 in glibc "IPV6 causes slow internet access" [Critical,Confirmed] https://launchpad.net/bugs/313218 [15:16] bug 291085 [15:16] Launchpad bug 291085 in network-manager "web browsing extremely slow" [Undecided,Incomplete] https://launchpad.net/bugs/291085 [15:16] bug 313218 jaunty [15:16] its even nominated https://bugs.launchpad.net/ubuntu/jaunty/+nominations [15:18] bardyr: Looks like whatever update happened to xorg this morning (on my machine anyway) has fixed the issue I was having. kde is working great now,a nd apps will launch. This is with nvidia 180.27 and IgnoreABI switched off. [15:19] jpedroza, their was a problem with xorg/compiz and the nvidia driver that got fixed with todays updates [15:22] looking for an app that allow me to broadcast my desktop! suggestions? [15:23] libcaca + twitter? [15:23] BUGabundo: I have a friend who just points his webcam at the monitor, then streams that === [perry] is now known as [pErry] [15:24] @genii cool idea! but not what my friend is looking for [15:25] bardyr: Looks like that was my prob, cause once again it is rock solid. :) [15:25] BUGabundo, VLC [15:26] Woah, 118 updates. [15:34] anyone having a problem on the server install not being able to select anything??? i boot the .iso, then select install ubuntu server, then i get to the screen where i select my language and i cant do anything...no up or down, and cant select english, but the keyboard works on the screen before it where i select install, boot first hard disk, or check the cd??? nothing on google about this... [15:34] yay, fixed: https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/291543 [15:34] Ubuntu bug 291543 in lsb "usplash screen corruption on some init.d scripts" [Low,Fix released] [15:42] anyone familiar with pbm2g3? [15:47] UncleG: I've used some of these converters before when I had mgetty-sendfax on a dedicated box as a fax gateway [15:47] awesome [15:48] well, my problem being when I convert to g3 and send the faxes come out 1/3 the normal size [15:48] UncleG: Work needs me. I'll be back in 3-5 minutes [15:49] ty [15:49] ill wait [15:54] UncleG: There aren't many options for sizing in that app, unfortunately. They have a width option -w which you could try [15:54] the only one I can use is 1728 [15:54] UncleG: Setting to 0 will try to use the original page width [15:55] otherwise sendfax will not work [15:55] Ah, sendfax then [15:55] I tried that too [15:55] still no luck [15:55] bardyr: with last nvidia-common might have messed it up. i was able to install 173 a few weeks ago i havent tried since [15:55] bardyr: does VLC capture desktop??? [15:56] diginux: I see you comment on the bug [15:57] UncleG: sendfax knows about regular tiff files and will try on-the-fly conversion to g2/g3 [15:57] (g2/g3 is just actually a tiff file really) [15:57] ohh [15:57] I see. [15:58] How would I know what width to make it [15:58] is the 1728 pixels? [16:00] UncleG: 1728 is what sendfax can send when it is piped to it. If you send directly a tiff to sendfax it tries on-the-fly to resize it to what it can use [16:00] i see [16:00] UncleG: You could use convert or pnmtotiff and experiment with resizing [16:01] I will attempt it, my only problem is that I can't actually see what it looks like since the fax machine is in town and im at home. [16:01] unless you have a fax machine and live in the US :P [16:09] file may be 'tiffg3' - TIFF file format is *not* supported! [16:09] Thus, fax transmission will most propably fail [16:24] have there been any news about the new notification system that may go into jaunty? [16:25] DrHalan: yeah [16:25] I've seen some ballons behaving diferently [16:25] and asac is working hard on Firefox lib [16:25] welcome maco [16:30] hm i can choose between two themes but tehy dont behave like the proposal.. [16:31] Using Belkin Wireless USB adapter and Thomson router with SpeedTouch, I cannot open pages in Firefox or get Weather Report updated. I can, however, browse speedtouch.lan and change router's settings. NetworkManager is also connectedto the wireless network and receiving satisfying signal strength. [16:31] I've noticed some recent changes browsing jaunty-changes archive that mention SpeedTouch. Is this the reason for this issue? In Intrepid, everything works fine, of course. [16:34] genii: can you pm me? [16:34] does anyone in here live in the USA and are willing to accept a fax from me and tell me if it sent correctly? [16:38] does anyone in here live in the USA and are willing to accept a fax from me and tell me if it sent correctly? [16:39] anyone having a problem on the server install not being able to select anything??? i boot the .iso, then select install ubuntu server, then i get to the screen where i select my language and i cant do anything...no up or down, and cant select english, but the keyboard works on the screen before it where i select install, boot first hard disk, or check the cd??? nothing on google about this... [16:39] sorry~ wrong room [16:41] Sup people? [16:41] does anyone have a ppa for jaunty with the latest ffmpeg and vlc? [16:53] yo DanaG u around? [16:54] mplayer: Depends: libx264-59 (>= 1:0.svn20080408) but it is not installable E: Broken packages [16:54] Oh yyyyyyyyyyyyyeah, [16:54] bug 326098 [16:54] sorry, my keyboard is feeling a bit squishy, so I was trying to hold down a key to fix it. [16:54] Launchpad bug 326098 in xawtv "xawtv.bin crashed with SIGSEGV in memcpy()" [Undecided,New] https://launchpad.net/bugs/326098 [16:55] DanaG, can i ignore the x264 dependency for now? [16:56] hm...engimail is only avaible for thunderbird2? :( [16:56] Beats me -- I haven't dealt with those packages. [16:56] FFForever: libx264-59 is already the newest version. is mine [16:56] gnomefreak, i just want player =) [16:56] mplayer* [16:56] I'm not an official Ubuntu dev; I'm just a savvy user. [16:56] i upgraded from 8.10 though [16:57] FFForever: in jaunty mplayer installs fine [16:57] FFForever: i installed this lib found in ubuntu-packages for intrepid and it works quite well [16:57] zniavre, wanna email me da package =) [16:58] gnomefreak, i think its because i upgraded from an 8.10 install.... [16:58] could it be my repo? [16:58] http://packages.ubuntu.com/fr/intrepid/i386/libx264-59/download [16:59] intrepid is in #ubuntu please [16:59] FFForever: this is upgrade as well [16:59] just for this libs im sorry [16:59] a kind of workaround :o) [17:01] do u guys happen 2 know a ppa with vlc 0.9.9 or higher? (for jaunty) [17:01] zniavre, nice =) [17:01] great [17:02] =( [17:02] Opening video decoder: [realvid] RealVideo decoder [17:02] Error: /usr/lib/codecs/drvc.so: cannot open shared object file: No such file or directory [17:02] I'm getting empty window manager bars with compiz on nVidia Corporation Quadro NVS 140M, is this known problem? [17:03] i gave up with compiz =P [17:03] :) [17:04] does anybody else have the problem that the gnome shut down and log out screens are not themed the same as the rest of gnome? they have the default buttons, fonts, and icons [17:05] are these driver or compiz problems? [17:05] mahfiaz: i'm getting the same thing with today's compiz update and intel graphics [17:05] ali1234, not really - after all it's alpha. [17:06] kristjan_: not really what? [17:06] kristjan, selge see, et alfa, aga tore ju oleks, kui miskit töötaks [17:06] ali1234, " does anybody else have the problem that the gnome shut down and log out screens are not themed the same as the rest of gnome?" [17:07] anybody else having problems with dbus-daemon along with a few other processes sucking up 100% cpu? [17:07] Ymahfiaz, [17:08] henke, I have gnome-thumbnail-font eating CPU every time it is started, but nothing else [17:11] mahfiaz: that's not it.. my dbus-daemon is stuck doing something, and I think it drags other processes with it [17:11] ok few apps not working : myth mplayer kmplayer [17:14] also my gvfsd leaks memory so after some day it takes over 3 gb [17:14] that sounds bad [17:16] BUGabundo, vlc can capture the desktop and stream it in any format [17:17] bardyr: yes... I just manage to make it work === DanaG1 is now known as DanaG [17:17] BUGabundo, hows it working? im planning to use it myself [17:20] by doing a strace I can see that dbus-daemon and a few other processes seem to get EAGAIN (Resource temporarily unavailable) when reading a socket and falling through the 'poll' calls immediately, thus using lots of cpu. Is there some way to figure out what the culprit could be? [17:20] ogg/theora [17:20] at 10FPS [17:21] how do I find what apps use oss [17:21] I am having issues with oss/alsa fighting over ports [17:22] and I cant get my voip software to work correctly its not picking up audio from the mic [17:22] unixdawg, select the correct input source in gnome mixer? [17:23] unixdawg, thats the common problem for me [17:23] not on knome [17:23] on kde [17:23] kde 4.2 [17:23] unixdawg, same shit different interface [17:24] !ohmy [17:24] Please watch your language, attitude, and topic to help keep this channel friendly and helpful. Remember, there are kids here! [17:24] its only a issue with it not getting audio from the mic [17:24] unixdawg: aoss will make oss apps use alsa [17:24] !info aoss [17:24] sorry [17:24] Package aoss does not exist in jaunty [17:24] hrm [17:25] !info alsa-oss [17:25] alsa-oss (source: alsa-oss): ALSA wrapper for OSS applications. In component universe, is optional. Version 1.0.17-1 (jaunty), package size 52 kB, installed size 224 kB (Only available for alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc) [17:26] ok installed let me test [17:27] brb === Chriz is now known as Chriz2 [17:29] anyone know how i can access my ubuntu install from windows 7? [17:30] what filesystem? [17:30] ext3 [17:30] i tried the fs-driver.org one but well uhhh no go windows wants 2 wipe it [17:30] Yeah, then you're probably out of luck. [17:30] You're going to need the userland one [17:30] fs-driver is the only method I know of to get to an ext2/3 filesystem from windows. [17:30] userland? [17:30] userland one? [17:30] I wouldn't trust the kernel driver in Vista or Win7 [17:31] where do i get it =) [17:31] Amaranth, there is no microsoft driver for ext2, stop worrying [17:31] mahfiaz: .... [17:31] lol! [17:31] *headdesk* [17:32] Anyway... http://www.chrysocome.net/explore2fs [17:33] ext2 ifs (fs-driver.org) doesn't work with very large ext3 partitions (like 1TB) [17:33] no dice =( [17:33] as i found out recently :( [17:33] its only 80gb.... [17:34] oh that should work fine [17:34] note that it adds a control panel icon that you have to use to mount the device, the regular windows disk manager still wont recognize it [17:34] Chriz2: explore2fs doesn't work either? [17:35] nope [17:35] Chriz2: Did you safely unmount this partition in linux? You didn't hibernate it or anything, did you? [17:35] it found the partitions just wouldn't show the files.... [17:35] Amaranth i did a full reboot into windows =P [17:35] Chriz2: And this is ext3 in "ext2 with a journal" mode? [17:36] You're not using ext4, you didn't turn on any of the features in ext3 that aren't compatible with ext2? [17:36] Amaranth this was an upgrade from 8.10 =) [17:36] so no ext4 even if i wanted.... [17:37] Chriz2: If neither one of those tools work I'd say the answer is "you can't do that" [17:37] =( [17:43] anyone having a problem on the server install not being able to select anything??? i boot the .iso, then select install ubuntu server, then i get to the screen where i select my language and i cant do anything...no up or down, and cant select english, but the keyboard works on the screen before it where i select install, boot first hard disk, or check the cd??? nothing on google about this... [17:53] ok alsa-oss fixed the issue [17:53] I now have softphoine [18:04] other then mythtv what is a good app for using a pc tvtunercard [18:05] unixdawg, i like me tv for all tour dvb needs === surfaz is now known as surfaz[24h] === surfaz[24h] is now known as surfaz[24 === surfaz[24 is now known as surfaz [18:13] xawtv works [18:13] I need to get a newer card thou === vonkleist_ is now known as vonkleist [18:36] Hey, i get [13560.600107] Buffer I/O error on device sr0, logical block 9 [18:36] but isnt /dev/sr0 my cdrom drive with no cd in it? [18:51] anyone getting 404s on a bunch of packages in main? [18:59] ok mplayer is still borked [18:59] grrr [19:00] this still works in 8.4, but a recient jaunty update 00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1) [19:11] maco, your package list is probably out of date === sfasdfa is now known as DBO [19:39] Hello there. I have just upgraded to Ubuntu 9.04 Alpha, and I am having problems with nvidia drivers [19:39] how can i remove gedits backups? [19:39] The update seems to have removed the drivers [19:39] Welcome to Jaunty [19:39] Pici: :D [19:40] I don't think I should even respond to that... [19:41] Wizzup, jaunty is still very very fresh so there are going to be issues [19:42] I understand, but such a comment isn't really appreciated. [19:42] Alpha 4 means that this is the 4th attempt at not screwing things up lol well guess what.... [19:43] Wizzup, Pici was just trying to lighten the mood. you will find that Pici is a very helpful and funny person at times when he isnt being a tool lol [19:43] Wizzup: I didn't mean it in a bad way. Its just that we get a lot of people here assuming that the alphas will work. /me points at topic [19:43] Wizzup: que pasa? they're working for me [19:44] * burner installed via a binary from nvidia.com awhile back when the nvidia-180 drivers weren't working [19:44] but all seems with well the disto packs for me currently except for twinview [19:46] I'll mess with it some more and report back [19:46] Wizzup: sudo apt-get install nvidia-glx-180 work? [19:46] Doing that atm [19:46] I first though we were supposed to use nouveau [19:46] thought* [19:46] you have a newer card? [19:46] 9600GT [19:47] yeah cool... 180 should work [19:47] nouveau is neat in being open, but I like compiz & opengl [19:47] Same. :p [19:47] let's try [19:47] brb [19:47] best of luck [19:48] Wizzup: i'm curious if you have dual-head? [19:50] anyone working to fix kssh [19:51] I miss xmms why would they kill such a great project [19:51] you should hav a try to audacious [19:52] xmms clone [19:52] yeah, audacious is gtk2... xmms is tooooo old skewl for my tastes [19:52] !xmms [19:52] xmms is no longer being developed, see http://bugs.debian.org/461309 for more details. Consider using audacious, bmpx, or xmms2 instead. [19:53] burner: I do not think so. TwimView works for me, by the way [19:53] I do recall that Seperate X Screen did not work for me @ Intrepid [19:53] it lacks alot of the functionality and plugins [19:54] xmms was/is still better [19:54] it should be put back in [19:54] unixdawg, which? [19:54] Uhmm.. [19:54] unixdawg fails :( [19:54] I have been using ps xua | grep compiz [19:55] Wait, nevermind. [19:55] Wizzup, nvidia-180 is missing alot of functionality and plugins ;p [19:55] Compiz seems to get new process id's all the time [19:56] 6660 0.0 0.0 3292 784 pts/2 R+ 20:55 0:00 grep compiz [19:56] 6662 0.0 0.0 3292 800 pts/2 S+ 20:55 0:00 grep compiz [19:56] Oh... [19:56] I am an idiot. [19:56] Nevermind me. [19:57] nvidia-180 is missing functionality and plugins? like what?? [19:59] sorry fell off [19:59] Well, at the moment I fear that glxgears for example still uses my CPU. What was the easy way to find out if direct render was on? [19:59] burner, I was mocking unixdawg in his absence :p [19:59] unixdawg, hi :) [19:59] thanks [19:59] unixdawg, "xmms was/is better" than which? [19:59] Wizzup: glxinfo |grep direct [20:00] Seems to be on. [20:00] bueno [20:00] It still eats my CPU though [20:00] audacious [20:00] (glxgears) [20:01] it has alot more plugins and it played by dir so you could just choose a dir and play it [20:01] audacious does not seem to have this function [20:01] unixdawg: have the -plugins and -plugins-extra packages? [20:01] unixdawg, did you see the other options? [20:01] !xmms [20:01] xmms is no longer being developed, see http://bugs.debian.org/461309 for more details. Consider using audacious, bmpx, or xmms2 instead. [20:02] I do not see the plugings in jaunty repos [20:02] unixdawg: there is a lot os nautilus script play/enqueue with audacious [20:02] os> of * [20:02] unixdawg: add files, find a directory and click the add button? how hard is that? [20:03] it needs the ability to play whole dir [20:03] unixdawg: it can [20:03] I fear that even though you have helped me alot, I will just reinstall Ubuntu 8.10. Thanks though [20:03] unixdawg: instead of double-clicking... highlight a directory and click add [20:03] Wizzup: best of luck... you could always try the nvidia.com drivers [20:03] burner, gah [20:03] burner, don't suggest that :p [20:04] burner: the 180's seem to work, sort of, but sound doesn't work either [20:04] and compiz won't even start [20:04] cwillu: mind your own business :P nvidia.com is where the nvidia-180's are created from [20:04] hey.. it just statred. [20:04] is metacity compositing started? === erle64- is now known as erle- [20:04] oh, awesome :) [20:04] burner, yes, of course, but repackaged, and not doing things that our devs dislike [20:05] cwillu: maybe that's why my dual-head is busted ;) [20:05] burner, did you know that installing the nvidia.com driver and removing it can break nvidia-glx-* even after purging? (a symlink gets screwed up) [20:05] (bug's been reported, and the maintainer doesn't care: "you installed nvidia.com, you're on your own, we can't support it") [20:05] ok [20:05] cwillu: works here... i did just that before teh nvidia-180s worked in alpha3 [20:06] Thanks guys! [20:06] afk [20:06] * burner is content being on his own... viva freedom! [20:06] burner, okay, but that doesn't mean that recommending it to others is a good thing :) [20:06] !wfm [20:06] Common Sense: Just because you can, does not mean you should (and especially recommend to others). Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability. Please see http://geekosophical.net/random/worksforme/ [20:07] cwillu: if he's going back to 8.10 anyway, who cares... it might have fixed things! [20:07] Amaranth / maco: oki, I have UXA enabled now, mplayer still behaves identically (jerky playback), should I do some special -vo mode in mplayer? [20:07] * burner concedes the point and refrains from advising nvidia binaries [20:08] SwedeMike, running compiz? [20:08] cwillu: yes. [20:08] is sync to vblank on? [20:08] how can I tell? [20:08] do you have the compiz settings manager installed? [20:09] compizconfig-settings-manager ? [20:09] yes [20:09] no, installing [20:09] i also [20:10] in the general section, under the display-settings tab, check refresh rate and sync to vblank. [20:10] SwedeMike, if sync to vblank is on, you can either: turn it off, and deal with display tearing (try this first, just to see if it solves your jerky playback) [20:10] sync to vblanc is off, refresh rate is 50hz [20:11] okay, probably not the cause then [20:11] (I had to turn my refresh rate way up to smooth out video when vblank was on) [20:12] where can I get the osx bar widget for kde 4.2 it seems not to be included [20:13] unixdawg: pardon? you can just resize the kicker so it's not fulllength. I bet that's what you mean by OS X bar [20:14] * burner wonders if it's still called kicker === thunderstruck is now known as gnomefreak [20:15] hey just updated meatcity seems broken ? [20:15] metacity * [20:16] zniavre: wfm :) [20:17] Hello. Does anyone know why networkmanager doesn't appear to be included in the latest alpha of Ubuntu Studio? [20:17] zniavre, more specific? [20:17] I should mention it doesn't appear to be included in the 8.10 either. [20:17] metacity is loaded but blank > no color no buttons [20:17] Hello there. I'm not able to boot my antiquated system (running jaunty) with any of the 2.6.28.x kernels. Is this a known issue with older hardware? [20:19] Waelwulf, clear out /etc/network/interfaces, leaving only the lo block [20:19] cwillu, I'm not so Linux-savvy to understand that instruction. :P [20:19] Waelwulf, it's a text file, nicely indented [20:20] Waelwulf, I might also note that if you're not fairly comfortable with linux, you probably shouldn't be running an alpha release :p [20:20] cwillu, okay, so if I install Ubuntu Studio, then clear out the text save the block of text with "lo" in it, that should fix it on reboot? [20:20] Waelwulf, no. [20:20] Waelwulf, every section _but_ the 'lo' section [20:20] cwillu: http://dl.getdropbox.com/u/187396/Capture.png [20:21] Waelwulf, my bad, yes, that's right [20:21] cwillu, oh I'm aware but the 8.10 release didn't have networkmanager installed either and also had an x crash on reboot so I figured I'd try 9.04 [20:22] zniavre, seems like it might be a broken theme, dunno. You're running metacity and not compiz, right? [20:22] If the truth be known, I've tried 2.8.28.x kernels on 2 older systems, and 2 newer ones. The older systems both freeze during boot. [20:22] cwillu, I'm going to clear out that block of text now and reboot, will let you know if it fixes it. [20:22] Waelwulf, k [20:22] metacity + compiz [20:22] zniavre, so, compiz [20:22] gwd [20:22] (metacity isn't used with compiz) [20:22] gtk window decorator ? [20:23] Anybody know of an issue with the latest jaunty updates on X Intel video ? I'm getting a blank screen on bootup, I can here the gdm jingle sound but can't see anything. If I start in rescue mode, and then choose "resume startup" it seems to start up OK. Also, with Desktop Effects enabled, the window decorations/borders are all blank white, or mostly blank.. they're actually a gradient white. [20:23] s/here/hear [20:23] cwillu: right metacity alone without compiz works normally [20:23] zniavre, what chispet? [20:23] chipset rather [20:24] Anyone have any idea what switches I might try to get 2.8.28.x kernels booting on older hardware? [20:24] carl0s-: blank screen is https://bugs.launchpad.net/ubuntu/+source/usplash/+bug/327230 [20:24] Ubuntu bug 327230 in usplash "Lost all graphics on "Jaunty" after last update." [Critical,Fix released] [20:24] chipset of ? [20:24] zniavre, video [20:24] i guess it's nvidia fx 5500 drivers 173 .xx.Xx [20:25] ali1234, thanks. I did read today of a problem where the ttys are blank, which happens to be a problem I have on my Thinkpad T43p (FireGL v3200).. but here I have total blankness :) I'll head over to the bug report, cheers. [20:25] carl0s-: the blank window borders i havn't figured out yet :) [20:25] !info nvidia-glx-173 [20:25] nvidia-glx-173 (source: nvidia-graphics-drivers-173): NVIDIA binary Xorg driver. In component restricted, is optional. Version 173.14.16-0ubuntu1 (jaunty), package size 7785 kB, installed size 23080 kB (Only available for i386 amd64) [20:25] this one yes [20:26] cwillu, okay, here's the text I see below the commented out lines: "auto lo" then on the second line, "iface lo inet loopback" [20:26] zniavre, might try 180 (apt-get install nvidia-glx-180), fixed alot of render bugs for me, but I don't know that it's the source of your trouble [20:26] ali1234, ah, but you've seen the problem? :) [20:26] cwillu: i can not my graphic card is too old [20:26] carl0s-: yes since today's compiz update [20:26] Waelwulf, that's all? [20:26] cwillu, yes. [20:27] ali1234, well here's another one for you.. When I grab a window (desktop effects enabled), and drag the window towards the top of the screen, the window bounces/wobbles like crazy on this Samsung Netbook (i945). On my T43p (FireGL v3200), it also wobbles, but not so it's a problem, i.e. it doesn't wobble incessantly by itself, just for a moment. [20:27] ali1234, lovely, glad I'm not alone anyway. It's fun being cutting edge :) [20:27] cwillu, but when I look at Add/Remove and search for networkmanager, the block's not filled in as installed. This is the same issue on 8.10. Could it be a package overlooked in Ubuntu Studio? [20:27] carl0s-: somebody mentioned it happening on nvidia earlier so i guess it's a compiz bug not a driver bug [20:27] cwillu, others have posted the same issue in the Ubuntu forums. [20:28] Waelwulf, no idea, sorry [20:28] cwillu, okay, thanks for taking the time. [20:28] * cwillu can't account for what packages studio has installed :p [20:28] !ubuntustudio [20:28] UbuntuStudio is a collection of packages for the artist who wishes to use Ubuntu as their Digital Audio Workstation. It contains all the best Audio/Visual components from the Ubuntu repositories. For more info and install instructions, join #ubuntustudio or see http://ubuntustudio.org [20:29] ali1234, yup. I noticed it right away with this Samsung NC10. It's unusable in fact. Fedora 10 doesn't have similar problem but maybe it's an older X server on there. The FireGL has the same problem but much less so. I wonder if the fact that this netbook as such a low screen res (1024x600) plays a part in it, i.e. the vertical resolution may be lower than the size of the window or something. [20:29] cwillu, I would be in that channel right now but unfortunately it's deserted of anyone but thank you very much for the help. [20:29] carl0s-: hmm the blank window titles i mean... crazily bouncing windows is something i just put up with... sometimes it happens sometimes it doesnt [20:29] ali1234 ah ok. [20:30] right well I'm off to reboot this netbook without splash kernel parameter and see if it's alive again. cheers [20:30] carl0s-: it does seem to happen a lot when the window is almost the same size as the screen, like the window is trying to snap to two places at once [20:30] ali1234, yes that sounds reasonable. [20:30] carl0s-: by booting recovery mode and resuming, that's what you are doing [20:31] zniavre, 180 supports the 5500 [20:31] so it should work :) [20:31] fair enough. that makes sense, cheers. [20:31] :) [20:31] zniavre, give me the output of lspci|grep -i vga [20:31] zniavre, actually, I lied, nvm [20:34] 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1) [20:38] ok I am not finding opengl [20:38] Not getting much response to my kernel issue on older hardware. None of the 2.6.28.x kernels work for me. Is there any fix, or is the issue known? [20:40] cwillu: when enabling vblank I got like 1/2 fps in the gui, so that was total fail [20:48] what to do to get synaptic to work on my T61? cat /dev/input/mouse1 produces output, but ''xinput set-pointer "TPPS/2 IBM TrackPoint"'' returns: ''X Error of failed request: BadDevice, invalid or uninitialized input device'' [20:48] so removing "splash" worked nicely, thanks. [20:48] The keybindings in vi seem to be broken in Jaunty too, in case anybody hadn't noticed. [21:33] so... I was so fascinated by the nice colors when the gfx bug occurs that I made a youtube video of it, it doesn't really reflect all the nice colors shown, but look 0:35 into this http://www.youtube.com/watch?v=qa1ujuePpjM [21:34] is that what happens for everybody or do your screens only go black? [21:36] SwedeMike, do you have external monitor working? (not debugging, trying to get help myself) === elpargo___ is now known as elpargo [21:36] Huh. I've seen that weird effect on my own thinkpad in the past [21:37] i get something similar, when the lcd is switched off, but its not so neat, because it does it without backlight on [21:38] has anyone got the external monitor working with nvidia on thinkpad? [21:39] I found today, that with nv drivers it cannot come back from sleep (or remains blank, doesn't know) [21:41] mahfiaz: I havent tried. [21:42] I'd like a screen saver using the same color happening :P It's even nicer than that macintosh one with the white dot in the middle with the colors eminating like flames [21:42] sure it would be nice :) [21:45] for trackpoint the emulate3d button feature is nice, but I would like it more with *middle* and right button [21:53] will ubuntu self detect a card change if I swap video cards [21:54] want to swap from nvidea 64 to a ati 128 [21:55] unixdawg, Should do. [21:55] ok [21:55] yes, although proprietary driver interactions can cause issues [21:55] so rm the nvida driver [21:55] but 2d should work immediately in some form [21:55] then swap the card [21:56] it's probably not necessary to, but yeah, I'd disable the nvidia driver in jockey first [21:56] jockey ? [21:56] the hardware drivers manager [21:58] ok [22:10] ok I had to edit xorg it did nto auto detech the card change [22:10] but I want to add the ati custom driver [22:11] so I run the hardware tool and it says no drivers are in use [22:11] what driver do I have to loa dfor ati [22:12] ? [22:13] what do I run to make it reconfigure for ati [22:13] correctly [22:20] ok got the radeon driver working [22:20] but I want the extra driver I saw in the list earlier [22:20] for ati === bluesmoke is now known as Amaranth [22:27] ok found it === thunders1ruck is now known as gnomefreak [22:40] fglrx drive crashes [22:40] for ati [22:40] unixdawg, fglrx hasn't been updated for the new xorg yet afaik [22:40] ok [22:40] then I will rm it [22:44] so then I am stuck with radeon-128 driver for now