dvd decrypter extreme slow

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
graysky
Level 2
Level 2
Posts: 27
Joined: Thu Nov 06, 2008 3:55 am

dvd decrypter extreme slow

Post by graysky »

I got DVD Decrypter working by following the instruction at this URL. Now when I rip under Ubuntu/Intrepid using Wine 1.0.1 I'm only doing 1.7x speeds. If I rip under Windows, they are much faster. Is there a setting I need to tweak to enable higher speeds? It's basically taking 50 min to rip a DVD that normally takes about 10 :)

Thanks!
Last edited by graysky on Fri Apr 10, 2009 10:39 am, edited 2 times in total.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: dvd decrypter 'No Devices Detected!' error

Post by dimesio »

graysky wrote:I found this wiki page as well as few posts in these forums about this very issue that I am experiencing with DVD Decrypter on Wine 1.0.1 under Ubuntu/Intrepid.

The wiki recommends adding the following to ~/.wine/config (which doesn't exist for me). I make a file called ~/,wine/config and inserted the below text but it didn't help:

Code: Select all

[AppDefaults\\DVDDecrypter.exe\\Version]
"Windows"="nt40"
Thoughts are welcomed :)
It's not a wiki, it's the AppDB. There is no "config" file for anyone. What the AppDB recommends is making the changes in winecfg, which is Wine's GUI configuration tool. http://wiki.winehq.org/winecfg
graysky
Level 2
Level 2
Posts: 27
Joined: Thu Nov 06, 2008 3:55 am

Post by graysky »

Thank you for the post. I actually got it working and tried to change my topic but you replied too fast :)

Can you re-read my first post and offer advice on my updated speed issue?

Thank you.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

graysky wrote:Thank you for the post. I actually got it working and tried to change my topic but you replied too fast :)

Can you re-read my first post and offer advice on my updated speed issue?

Thank you.
The instructions you say you followed are for DVDFab Decrypter, but the AppDB entry you linked to is for DVD Decrypter. Which one are you using? They are not the same program.

http://appdb.winehq.org/objectManager.p ... n&iId=1558
http://appdb.winehq.org/objectManager.p ... n&iId=2377

I recommend following the instructions in the AppDB for whichever one you are using. Neither calls for the quartz.dll override specified in the instructions you followed. Unnecessary overrides can cause problems.

.
graysky
Level 2
Level 2
Posts: 27
Joined: Thu Nov 06, 2008 3:55 am

Post by graysky »

It's DVD Decrypter. I removed the quartz.dll override by my slow rip speed is still present. I took WINE out of the mix and simply did:

Code: Select all

dd if=/dev/scd0 of=/home/user1/image.iso
This is also going very slowly. Do you have any thoughts why that might be? UDMA is enabled and I'm out of ideas...

Code: Select all

$ sudo hdparm -i /dev/scd0

/dev/scd0:

 Model=BENQ    DVD DD DW1640                   , FwRev=BSRB    , SerialNo=9JC5U150C353364133SP
 Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=0kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=yes, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 *udma2 
 AdvancedPM=no

 * signifies the current active mode
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

graysky wrote:

Code: Select all

dd if=/dev/scd0 of=/home/user1/image.iso
This is also going very slowly. Do you have any thoughts why that might be? UDMA is enabled and I'm out of ideas...
Time to ask your distro forum. Your problem is not Wine related.
loltsy
Level 2
Level 2
Posts: 20
Joined: Sat Jun 21, 2008 7:31 am

Post by loltsy »

graysky wrote: This is also going very slowly. Do you have any thoughts why that might be? UDMA is enabled and I'm out of ideas...
It could be the drive's firmware intentionally slowing down speed to keep noise level down when it detects a video dvd.
IneedAname

dvd decrypter extreme slow

Post by IneedAname »

On Fri, 10 Apr 2009 11:49:17 -0500
"graysky" <[email protected]> wrote:
It's DVD Decrypter. I removed the quartz.dll override by my slow rip speed is still present.
Look in synaptic for dvdbackup, acidrip and dvd95. One of then will do it.
Locked