After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 542676 - Provide a very slow speed rate in drive properties
Provide a very slow speed rate in drive properties
Status: RESOLVED DUPLICATE of bug 537871
Product: brasero
Classification: Applications
Component: general
0.7.x
Other All
: Normal enhancement
: 0.7
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-07-12 15:16 UTC by Riccardo Magliocchetti
Modified: 2008-08-14 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
provide a slow rate of 2X if it's not alread available (655 bytes, patch)
2008-07-12 15:20 UTC, Riccardo Magliocchetti
none Details | Review

Description Riccardo Magliocchetti 2008-07-12 15:16:57 UTC
Provide a fallback slow speed rate (2X) if there isn't one already in drive properties. Some audio cd reader have difficulties with discs burnt at high rates, and with modern burners you get only relatively high rates. Actually i got from 56,4X to 9,6X with cdrdao plugin.
Comment 1 Riccardo Magliocchetti 2008-07-12 15:20:38 UTC
Created attachment 114441 [details] [review]
provide a slow rate of 2X if it's not alread available

Diffed against latest svn, apply with -p0.
Comment 2 Philippe Rouquier 2008-08-14 13:53:00 UTC
Thanks for your patch and report and really sorry for the delay.
Sorry also but your pach is not valid. I think your bug report is more about #537871. There was (hopefully that's no more true) a bug where with some drives brasero didn't report all speeds available and moreover didn't use the right factor to compute speeds from the rates returned by the drive.
Now 2x speed is not always possible, when burning you must stick to the available rates (those returned by the drive) which are a mix of the medium possibilities and the drive possibilities. For example my drive with a 10x CDRW can only burn this medium at 10x. No other speed is possible. A simple test is using wodim or cdrecord with cdrecord -dev=/path speed=2, I'll then see a burning at 10 nevertheless because that's the only possible speed.
I used to think like you that is all speeds were possible under maximum speed but I learnt otherwise. That's why your patch cannot be commited.
Thanks again
Comment 3 Philippe Rouquier 2008-08-14 13:53:23 UTC

*** This bug has been marked as a duplicate of 537871 ***
Comment 4 Riccardo Magliocchetti 2008-08-14 16:05:13 UTC
(In reply to comment #2)
> Thanks for your patch and report and really sorry for the delay.

don't worry :)

> Sorry also but your pach is not valid. I think your bug report is more about
> #537871. There was (hopefully that's no more true) a bug where with some drives
> brasero didn't report all speeds available and moreover didn't use the right
> factor to compute speeds from the rates returned by the drive.

I've checked latest svn and now i have speeds from 48x to 8x for cd-r, which i believe is the Kib -> KB conversion fix.

> Now 2x speed is not always possible, when burning you must stick to the
> available rates (those returned by the drive) which are a mix of the medium
> possibilities and the drive possibilities. For example my drive with a 10x CDRW
> can only burn this medium at 10x. No other speed is possible. A simple test is
> using wodim or cdrecord with cdrecord -dev=/path speed=2, I'll then see a
> burning at 10 nevertheless because that's the only possible speed.
> I used to think like you that is all speeds were possible under maximum speed
> but I learnt otherwise. That's why your patch cannot be commited.
> Thanks again

I see the same behaviour with cd-rw, only the nominal speed of the cd is available, 10x as you. But with cd-r lower speed should work, i've been able to burn cd-r at 4x with gnomebaker on the same machine and the same wodim version. So from my own experience while not advertised lower speed should work with cd-r.

Said that, i understand that my patch is not ok for inclusion and needs improvement. I'll try to do so and maybe repost to have you changing opinion on this ;)

thanks