=== lilstevie|ZNC is now known as lilstevie [03:43] gord, how much faster is the general usage with sna? [19:54] saarvatt, check the experimental gallium package. it doesn't automatically overwrite the 915 .so file upon installation anymore. [19:54] ack sarvatt [19:56] LLStarks: it never did, it installs it to /usr/lib/dri-alternates/i915_dri.so which is in the dri searchpath before /usr/lib/dri and empty unless libgl1-mesa-dri-experimental is installed [19:57] i swear it did at one point [19:57] whatever [19:57] thanks [20:28] lool: hey I missed your message until now. I can't upload it (the other was sponsored), please do upload it :) [20:29] it does look like a good idea to me === yofel_ is now known as yofel [22:58] is this a support or development channel? [22:58] the topic doesn't tell much [22:59] ping. [23:00] ksni: don't you think it will just be more efficient to ask your question rather than just make a contentless ping? [23:01] ksni, development [23:01] not really, if the question is complex enough === bryceh is now known as bryce === bryce is now known as bryceh === bryceh is now known as bryce [23:08] anyway, my Ubuntu installation on a hard drive, which I recently migrated to a desktop PC, thinks it's still in my laptop and shows the laptop monitor in the configuration screen. how do I get it to move on? [23:09] along witht the currently connected monitor [23:11] rm ~/.config/monitors.xml [23:11] ksni, and that's not a development question [23:13] I know, but I didn't get any response from #ubuntu until I asked "is anyone here?" after 10 minutes of typing long questions [23:16] ksni, your penance can be answering 3 other people's question on #ubuntu then ;-) [23:17] okay [23:17] but this case first [23:18] ksni, did you rm ~/.config/monitors.xml ? [23:18] yes, where should I see change? [23:19] GNOME display configuration box still "detects" the ghost laptop screen [23:21] you may have to restart the tool [23:21] I'm using the graphics thing integrated in a Intel D510MO motherboard [23:21] ksni, beyond this I need to see Xorg.0.log from you [23:23] http://paste.servut.us/plain/iyg5 [23:26] ah, one of those laptop mboards upsized to desktop [23:28] ksni, yeah, common issue for this type of motherboard. you can try fixing it in X via this - https://wiki.ubuntu.com/X/Quirks#Ignore%20LVDS%20Output%20Quirk, however it's really a kernel bug [23:28] so for a real fix this is needed: https://wiki.ubuntu.com/X/Quirks#Intel%20Phantom%20LVDS%20Quirks:%20i915/intel_lvds.c [23:28] okay, thanks for this [23:29] the former may only work with KMS turned off, which you can't do anymore with -intel, so YMMV. That'd be the easiest workaround. [23:31] ksni, regardless of whether the config option works or not, what you need to do is file a bug against the kernel (ubuntu-bug linux) requesting that LVDS be quirked off for your motherboard. Point to the second link I gave you. Contact apw who is one of the kernel developers that hacks on graphics stuff. [23:32] if the config option works, you can use that as a workaround. Another possible workaround is to turn it off using the 'xrandr' command line tool [23:32] xrandr --output LVDS1 --off (see man xrandr for more info) [23:33] however I think that's pretty much the same as the gui tool so YMMV there. [23:35] sure, but... [23:38] Ubuntu uses udev for auto-detecting graphics units and HIDs, does it not? do I lose the automatic detection of changes in hardware by creating /etc/X11/xorg.conf? [23:45] anyway, thanks for your time