[Bug 293642] Xrandr.txt

2010-08-13 Thread jonie
apport information ** Attachment added: "Xrandr.txt" https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488622/+files/Xrandr.txt -- [Intrepid - Karmic] Fn-key locks up computer https://bugs.launchpad.net/bugs/293642 You received this bug notification because you are a member of Ubuntu

[Bug 293642] glxinfo.txt

2010-08-13 Thread jonie
apport information ** Attachment added: "glxinfo.txt" https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488623/+files/glxinfo.txt -- [Intrepid - Karmic] Fn-key locks up computer https://bugs.launchpad.net/bugs/293642 You received this bug notification because you are a member of Ubunt

[Bug 293642] monitors.xml.txt

2010-08-13 Thread jonie
apport information ** Attachment added: "monitors.xml.txt" https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488624/+files/monitors.xml.txt -- [Intrepid - Karmic] Fn-key locks up computer https://bugs.launchpad.net/bugs/293642 You received this bug notification because you are a membe

[Bug 293642] setxkbmap.txt

2010-08-13 Thread jonie
apport information ** Attachment added: "setxkbmap.txt" https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488625/+files/setxkbmap.txt -- [Intrepid - Karmic] Fn-key locks up computer https://bugs.launchpad.net/bugs/293642 You received this bug notification because you are a member of U

[Bug 293642] xdpyinfo.txt

2010-08-13 Thread jonie
apport information ** Attachment added: "xdpyinfo.txt" https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488626/+files/xdpyinfo.txt -- [Intrepid - Karmic] Fn-key locks up computer https://bugs.launchpad.net/bugs/293642 You received this bug notification because you are a member of Ubu

[Bug 293642] xkbcomp.txt

2010-08-13 Thread jonie
apport information ** Attachment added: "xkbcomp.txt" https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488627/+files/xkbcomp.txt -- [Intrepid - Karmic] Fn-key locks up computer https://bugs.launchpad.net/bugs/293642 You received this bug notification because you are a member of Ubunt

[Bug 581925] Re: cdrom_id: Does not recognize blank rewritable DVDs

2010-08-08 Thread jonie
You're right, the drive reports the DVD+RW media as blank until it's been formatted. Since then there is no way to "unformat" it, you can just write zeroes to a couple of sectors at the beginning of the disc and this may vary depending on the software you use. Generally the same applies to DVD-RAM,

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM

2010-08-08 Thread jonie
You're welcome! Two minor omissions crept in: - include DVD-RW (in Restricted Overwrite mode it's basically same as DVD+RW, I finally found one that I could blank) - if ((cd_media_dvd_plus_rw || cd_media_dvd_plus_rw_dl || cd_media_dvd_ram) && (header[2] & 3) > 1) { + if ((cd_media_d

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM

2010-08-08 Thread jonie
One more little addition about -RW (and the last I think): DVD-RW formatted into Sequential mode is seen as "0" (blank) if empty or "2" (complete) if holds any data, needs no intervention here, works just like CD-RW DVD-RW in Restricted Overwrite mode that's been written to, blanked or not is "2

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM

2010-08-09 Thread jonie
AFAIK, you can't. "Multisession" is done as extending the file system within the single session. There is only something non-standard like multi border DVD-R. The appendable status for DVD-RW simply means there is no lead-out yet (but the one and only session exists), DVD+RW doesn't care for legacy

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM

2010-08-09 Thread jonie
But you're right, just in case someone does multi-border sequential (exotic) we need to distinguish between Restricted Overwrite and Sequential ** Attachment added: "patch" http://launchpadlibrarian.net/53323405/patch -- cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM https://bugs.l

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM

2010-08-09 Thread jonie
Yes, of course, in this sense blank DVD-RW Restricted Overwrite is non-finalized, too. But multi-track aka multi-border DVD is something beyond specs, AFAIK there is always a single track. These statuses reported by the drive are valid, this is rather a dirty (although working) patch, but they c

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM

2010-08-10 Thread jonie
** Summary changed: - cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM + cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM -- cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM https://bugs.launchpad.net/bugs/581925 You received this bug notification becau

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM

2010-08-11 Thread jonie
Also thanks! I hope this includes all scenarios, what about printing the original status for debugging information, just to eat a cake and still have a cake? info(udev, "hardware disk status: %s\n", media_status[header[2] & 3]); -- cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-R

[Bug 351563] Re: [TOSHIBA Satellite M70] suspend/resume failure

2010-08-11 Thread jonie
Still the same, kernel 2.6.32-24. Hangs immediately after resume, no LCD backlight, CPU fan spins continuously from what I presume it's stuck in infinite loop. No trace can be found in syslog. ** Changed in: linux (Ubuntu) Status: Expired => New -- [TOSHIBA Satellite M70] suspend/resume f

[Bug 581925] Re: cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM

2010-08-12 Thread jonie
Yet another fix: no next session for "appendable" DVD-RW 13h, this fixes the aforementioned iso burning bug: - if ((header[2] & 3) < 2) + if ((header[2] & 3) < 2 && !cd_media_dvd_rw_ro) cd_media_session_next = header[10] << 8 | header[5]; -- cdrom_id: Does not recogn

[Bug 505420] Re: Won't compile if build is remote called (wrong path setting in ubuntu/omnibook/Makefile)

2010-08-08 Thread Jonie Dayie
Your patch works for me, too. It was not compiling without it. Kernel version 2.6.32. Ubuntu. -- Won't compile if build is remote called (wrong path setting in ubuntu/omnibook/Makefile) https://bugs.launchpad.net/bugs/505420 You received this bug notification because you are a member of Ubuntu B

[Bug 505420] Re: Won't compile if build is remote called (wrong path setting in ubuntu/omnibook/Makefile)

2010-08-08 Thread Jonie Dayie
By the way, thank you VERY MUCH for doing all the leg work to discover the problem and write the patch. I don't know how you figured that out, but it saved me a lot of time. -- Won't compile if build is remote called (wrong path setting in ubuntu/omnibook/Makefile) https://bugs.launchpad.net/bug

<    1   2