[Bug 511913] [NEW] No Duplex for HL6050DN

2010-01-24 Thread manu
Public bug reported: Binary package hint: brother-cups-wrapper-laser When printing from Okular or acrobat reader (which uses lpr command) duplex option are not taken in account. So that DUPLEX is always off. (but Quality is realy good and printing is fast) Config Karmic Kubuntu 64 bit

[Bug 458031] Re: USB devices unavailable in VirtualBox (Windows XP guest)

2010-01-13 Thread Manu
thanks a lot and sorry... i have see this comment now -- USB devices unavailable in VirtualBox (Windows XP guest) https://bugs.launchpad.net/bugs/458031 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-10 Thread manu
Well if you feel like compiling your kernel you can have a look at the patch I posted it definitely works for me, but YMMV... -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-09 Thread manu
Any news on this??? -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 30735] Re: colormake should replace default make

2009-11-08 Thread manu
By replacing, I meant taking the steps necessary so the output of make shown to the user is colorised. That is exactly what your suggestion does. It seems to me a pointless step to force users to figure out how to do this additional step (properly!), when there is a package management system that

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-04 Thread manu
Do you use kernel modesetting? If yes you should not be able even to boot normally, not even talking about starting Xorg, if you have the same problem. But if i understand correctly the kms driver check if something is actually attached to the port and if not bails out appropriately ;-) You

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-03 Thread manu
Just to be clear: I added the !IS_G33(dev) in the if clause to avoid the detect_hotplug methode for my chipset. -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug notification

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-03 Thread manu
** Attachment added: Patch against mainline http://launchpadlibrarian.net/35067134/intel_crt-no-hotplug-for-g33.patch -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-03 Thread manu
Found a work-around change in drivers/gpu/drm/i915/intel_crtc.c in function intel_crt_detect if (IS_I9XX(dev) !IS_I915G(dev) !IS_I915GM(dev) !IS_G33(dev)) { ^^^ which

[Bug 429369] Re: [i945GM] No screen(s) found after updgrade to karmic alpha 5

2009-11-03 Thread manu
I found a work-around for this bug, you can see bug #467841, at the end there is a patch (sortof) that enables normal boot with KMS and intel driver and X startx normally with no problem after that. -- [i945GM] No screen(s) found after updgrade to karmic alpha 5

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
** Attachment added: xorg.conf http://launchpadlibrarian.net/34884897/xorg.conf -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug notification because you are a member of

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
** Attachment added: lspci-vvnn http://launchpadlibrarian.net/34884927/lspci-vvnn -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug notification because you are a member of

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/34884955/Xorg.0.log -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug notification because you are a member of

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
** Attachment added: dmesg http://launchpadlibrarian.net/34885096/dmesg -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841 You received this bug notification because you are a member of Ubuntu

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
OK I'll also post my theory about this one. First I obtained the xorg log by booting the kernel in recovery mode and resuming the normal boot process to get a normal text console. No failed to restore crtc has appeared, but the connectors have no mode is still there in dmesg. Then I tried

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
I think my bug is very similar to bug #429369. But it seems like this one is still open. Is ther anyway to tell kms or X that there is a monitor connected to VGA even if it is not able to find one? -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
Hmm I tried ddcprobe which gets my monitor characteristics correctly, very odd. See attachment. ** Attachment added: ddcprobe http://launchpadlibrarian.net/34888648/ddcprobe -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
I also tried get-edid/parse-edid and it works great, I can see the modes returned by my monitor, they look sane. So how is it that I get this error? -- after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration https://bugs.launchpad.net/bugs/467841

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
Oh men, trying vesa driver and every thing is fine, it reads edid correctly via edid. I had booted in single mode and with i915.modeset=0. I will try booting directly not using kms (i915.modeset=0) and vesa to see how it goes: and it works! OK Next try: booting normally (no i915.modeset=0) and

[Bug 467841] Re: after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-11-01 Thread manu
Sorry for the constant flood of mesages ;-) But looking at the code in drivers/gpu/drm/i915 it is clear that the culprit is the _detect_hotplug function which is called for 945 and everything higher. Would the temporary patch be to do _detect_ddc instead? -- after first splash boot,

[Bug 467841] [NEW] after first splash boot, screen flickers displaying a bunch of drm: failed to restore crtc configuration

2009-10-31 Thread manu
Public bug reported: Binary package hint: xserver-xorg-video-intel I have a G33 MB, and I read all the reports with this problem, but even now with karmic fully updated I cant get to X. Oddly I used to be able by switching VT and it would finallyy start X but now it is impossible. I tried to

[Bug 462307] Re: XOrg freezes when playing mpeg2 file with mplayer and i965 xvmc

2009-10-30 Thread manu
Oh well, I will not be able to comment more on this bug as my MB just died RIP ;-) At least I can confirm that with my new one sporting an intel G33, the same mplayer command works beautifully, so it is related to 965. Sorry -- XOrg freezes when playing mpeg2 file with mplayer and i965 xvmc

[Bug 462307] Re: XOrg freezes when playing mpeg2 file with mplayer and i965 xvmc

2009-10-27 Thread manu
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/34505546/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/34505547/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34505548/Dependencies.txt **

[Bug 462307] [NEW] XOrg freezes when playing mpeg2 file with mplayer and i965 xvmc

2009-10-27 Thread manu
Public bug reported: Binary package hint: xserver-xorg-video-intel First I can watch videos (and the mpeg2 file I used to get the freeze) using textured Xv with no problem. It is my first try with i965 xvmc and mplayer support for it so I cant compare with anything. Also the freeze is total:

[Bug 353514] [NEW] compiz freeze during animations

2009-04-01 Thread Manu S Madhav
Public bug reported: Binary package hint: compiz I recently upgraded from Intrepid to Jaunty beta. Compiz keeps on getting progressively slower when the computer is running, and eventually freezes. No problems once I switch Window manager to metacity. Compiz settings are the same as I used to

[Bug 353514] Re: compiz freeze during animations

2009-04-01 Thread Manu S Madhav
** Attachment added: lspci http://launchpadlibrarian.net/24652203/lspci -- compiz freeze during animations https://bugs.launchpad.net/bugs/353514 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 334601] Re: package flashplugin-nonfree 10.0.22.87ubuntu1~intrepid1 failed to install/upgrade: fork falhou: N?o foi poss?vel reservar mem?ria

2009-03-28 Thread Manu S Madhav
Jaunty upgrade from Intrepid disabled Flash-plugin. Tried re- installing... sudo aptitude reinstall flashplugin-nonfree Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done The

[Bug 338533] [NEW] Adding *.tex extension when no extension is specified

2009-03-05 Thread Manu S Madhav
Public bug reported: Binary package hint: texmaker When no file extension is specified when saving a new file, texmaker saves the file without any extension, thereby making it not buildable. Suggestion: If no extension is specified, saving should occur in the .tex format. Version: 1.7.1-2

[Bug 338533] Re: Adding *.tex extension when no extension is specified

2009-03-05 Thread Manu S Madhav
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/23532433/Dependencies.txt -- Adding *.tex extension when no extension is specified https://bugs.launchpad.net/bugs/338533 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 194072] Re: add cmsyase to cm-lgc fonts

2009-01-15 Thread manu
There is nothing in the changelogs to indicate otherwise, so this should be still broken in both 8.10 and 9.04 ** Changed in: texlive-extra (Ubuntu) Status: Invalid = New -- add cmsyase to cm-lgc fonts https://bugs.launchpad.net/bugs/194072 You received this bug notification because you

[Bug 5434] Re: WebHTTrack is UTF-8 unaware

2006-06-01 Thread manu
** Summary changed: - UTF-8 buggy + WebHTTrack is UTF-8 unaware -- WebHTTrack is UTF-8 unaware https://launchpad.net/bugs/5434 -- universe-bugs mailing list universe-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/universe-bugs

[Bug 4922] Re: connection hangs: restarting network requires modules reload

2006-06-01 Thread manu
** Summary changed: - driver very instable + connection hangs: restarting network requires modules reload -- connection hangs: restarting network requires modules reload https://launchpad.net/bugs/4922 -- universe-bugs mailing list universe-bugs@lists.ubuntu.com

[Bug 3968] Re: functions not defined: find-load-file-directory, Info-directory-list, ess-sqpe-versions-create

2006-05-18 Thread manu
I have installed version 5.2.11-1 from somewhere (sorry, I cannot remember now, probably from http://packages.ubuntu.com ). And I don't get that message now. I guess it is fixed. :) -- functions not defined: find-load-file-directory, Info-directory-list, ess-sqpe-versions-create

[Bug 2066] Re: Unable to load any usable fontset

2006-05-15 Thread manu
[EMAIL PROTECTED] $ dpkg -l xfig* | grep '^ii' ii xfig 3.2.5-alpha5-4 ii xfig-libs 3.2.5-alpha5-4 Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string -*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,*--16-*

[Bug 2066] Re: Unable to load any usable fontset

2006-05-15 Thread manu
I still get the warnings in Breezy and fonts look different in xfig and in ghostview. I also get the warning for xfontsel (bug 35330). Should I reopen this bug? -- Unable to load any usable fontset https://launchpad.net/bugs/2066 -- universe-bugs mailing list universe-bugs@lists.ubuntu.com

[Bug 29296] Re: poor gxine performance due to poor stock settings

2006-05-15 Thread manu
frogzoo, you didn't attach anything. Please, could you use the web interface and the top-left menu (Add Attachment) ? Thanks. -- poor gxine performance due to poor stock settings https://launchpad.net/bugs/29296 -- universe-bugs mailing list universe-bugs@lists.ubuntu.com

[Bug 1531] Re: Printing with -P options fails with lp backend

2006-05-09 Thread manu
Thanks for the bug report. I'm closing this bug because it has been fixed in Dapper. Thanks to allee for the comments and suggestions. You may also want to check out the instructions in the How to request new packages section of the Backports wiki page:

[Bug 1531] Re: Printing with -P options fails with lp backend

2006-05-09 Thread manu
Well, actually I am not closing it yet. Can someone confirm that a fix has been released? -- Printing with -P options fails with lp backend https://launchpad.net/bugs/1531 -- universe-bugs mailing list universe-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/universe-bugs

[Bug 3496] scilab installer bad path and fonts

2006-03-17 Thread Manu Cornet
Public bug report changed: https://launchpad.net/malone/bugs/3496 Task: ubuntu scilab Status: Unconfirmed = Confirmed Comment: Same problem with an up-to-date dapper (exact same error and font problem). Marking as confirmed. -- universe-bugs mailing list universe-bugs@lists.ubuntu.com

[Bug 3496] scilab installer bad path and fonts

2006-03-17 Thread Manu Cornet
Public bug report changed: https://launchpad.net/malone/bugs/3496 - Changed attachments: Added: Screenshot of the problem http://librarian.launchpad.net/1772758/scilab.png -- universe-bugs mailing list universe-bugs@lists.ubuntu.com

[Bug 727] Font problem with scilab

2006-03-17 Thread Manu Cornet
Public bug report changed: https://launchpad.net/malone/bugs/727 Comment: Related to bug #3496 ? -- universe-bugs mailing list universe-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/universe-bugs

[Bug 30250] abcde should depend on id3v2

2006-02-28 Thread Manu Cornet
Public bug report changed: https://launchpad.net/malone/bugs/30250 Comment: Subscribing MOTU to get some attention :) -- universe-bugs mailing list universe-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/universe-bugs