怎样用wine来使用DVD Shrink

Wine、Cedega、CrossOver 等配置
回复
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

怎样用wine来使用DVD Shrink

#1

帖子 oneleaf » 2005-03-31 22:17

This document describes how to install wine and configure it for use with DVD Shrink.
This how-to makes the assumption you don't have wine installed and haven't configured it. If this isn't the case you will have to modify accordingly. The following configuration was tested under Warty and the backport of wine. The consensus is that the latest version of wine is the usually the best, so if you're not using hoary consider adding the backports.

Open a terminal and type the following:

$ sudo apt-get install wine winetools
$ winetools

Read the introductory screens of the winetools utility.

At the Main Menu go to Base Setup and install "Fake Hard Disk" and "DCOM98". Exit.

Perform the following in a terminal:

$ ln -s /media/cdrom ~/.wine/dosdevices/d:
$ sudo gedit ~/.wine/conf

Add the following lines after the comments at the start, right before the line that says "[wine]":

[Drive D]
"Path" = "/media/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "winxp"

Also add the following lines at the end of the file, right before the line that says: "# [/wineconf]":

[AppDefaults\\DVD Shrink 3.2.exe\\Version]
"Windows" = "winxp"

Get DVD Shrink 3.2 (if you haven't already) from here.

In the directory where you uncompressed it type:

$ wine dvdshrink32setup.exe

Follow the installations steps. To run DVD Shrink type:

$ wine /home/dab/.wine/drive_c/Program\ Files/DVD\ Shrink/DVD\ Shrink\ 3.2.exe

Notes: The GUI is buggy and doesn't seem to refresh properly but you can deep analyze and shrink straight to the hard disk from the DVD. There are things which are simply broken, such as the video preview, but generally DVD Shrink seems functional.

Disclaimer: in many countries it is legal to backup your DVDs for personal use. Please refer to the specific law for your country.

http://www.ubuntulinux.org/support/docu ... 5606837966
上次由 oneleaf 在 2005-04-15 18:48,总共编辑 1 次。
zngo
帖子: 15
注册时间: 2005-04-15 17:24

怎样用wine来使用DVD Shrink

#2

帖子 zngo » 2005-04-15 18:26

这篇文档将讲述如何安装wine并将其设置得可以使用DVD Shrink.
这篇文档假设你还没有安装wine且没有设置过它。如果你不是这种情况得话,你需要按情况参看这文章来调整。以下这些在warty环境和backport(一个非官方源,使warty用户能使用较新的软件包。译者注)中的wine下通过。一般认为最新版的wine常常是最好的。所以如果你没有使用hoary得话,请考虑加入backport源。

打开一个终端并输入:
$ sudo apt-get install wine winetools
$ winetools

阅读屏幕上得介绍

在主菜单(main menu)中选基本设定(Base Setup)然后安装虚拟硬盘和 DCOM98,退出。

在终端中输入:
$ ln -s /media/cdrom ~/.wine/dosdevices/d:
$ sudo gedit ~/.wine/conf

在开始处得一些注释后 就在"[wine]"这一行之前添入:
[Drive D]
"Path" = "/media/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "winxp"

在最后的"# [/wineconf]"这一行之前加入
[AppDefaults\\DVD Shrink 3.2.exe\\Version]
"Windows" = "winxp"

到这里得到DVD Shrink(如果你还没有的话)。

在你解压它的文件夹下输入:
$ wine dvdshrink32setup.exe

按提示安装好。要运行DVD Shrink时输入:
$ wine /home/dab/.wine/drive_c/Program\ Files/DVD\ Shrink/DVD\ Shrink\ 3.2.exe

注意:软件的图形界面有很多错误而且看起来无法正常的刷新。但是你可以深入研究一下然后直接从DVD中压制镜象。有些地方已经不能用了,比如视频预览,不过一般情况下DVD Shrink仍是好用的。

声明:许多国家里备分DVD以用作私人用途是合法的。请参考你国家的相关法律。
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#3

帖子 oneleaf » 2005-04-15 18:47

当净其意如虚空,远离妄想及诸取,令心所向皆无碍
回复