LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-22-2004, 05:18 PM   #46
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled

Oh right, that command that comes with WINE. It gave me problems this summer and last year, so I did the normal way that a lot of programs are compiled.

You can try VMWare for 30 days. That is what I did.

If I write a bash script, you will only be cheating on yourself. I will give you my bash script that I used for mencoder to record TV shows.

Code:
#!/bin/sh
# multi-vidcap
#DATETIME=$(date +%m%d%Y_%H:%M:%S)
FNAME=$1

# Start and End times
STARTIME="$3"

# Length of Capture
LENGTH="$2"

# Setting default Record Path
RECORDPATH="/mnt/video-rec/VideoRecordings"
FILEPATH="$RECORDPATH/$FNAME"


TVTIMERUN=`ps ax | grep -i tvtime | grep -v grep`
SETIatHOME=`ps ax | grep -i "seti@home" | grep -v grep`

# Setting Flag values
setiathomeFLAG="0"
tvtimeFLAG="0"
vidcapFLAG="0"

# Ah...a blank variable so we can rule the world
blank=""

function vidrec() {
amixer -c 0 sset 'Line',0 87%,87% cap mute
amixer -c 0 sset 'ADC',0 58%,58% nocap 
amixer -c 0 sset 'ADC',0 58%,58% cap
sleep 5
#echo "$STARTIME"
#echo "`date +%H:%M:%S`"

while [ "$vidcapFLAG" = "0" ] ; do
    if [ "$STARTIME" = "`date +%H:%M:%S`"  -o "$STARTIME" = "now" -o "$STARTIME" = "$blank" ] ; then
         DATETIME="`date +%m%d%Y_%H:%M:%S`"
#	 echo "$DATETIME"
         FILEPATH="$FILEPATH-$DATETIME.avi"
         exec /usr/X11R6/bin/rxvt -sb +si -sr -sl 10000 -title "Mplayer Information Terminal" -e "/usr/local/bin/mencoder -tv driver=v4l:device=/dev/video:width=320:height=240:norm=NTSC:input=1:outfmt=i420:buffersize=128:immediatemode=0:amode=0:forcechan=1:fps=59.94:adevice=/dev/dsp:brightness=1:contrast=-8:hue=0:saturation=8 -channels 1 -ovc lavc -lavcopts acodec=mp3:abitrate=64:vcodec=mpeg4:vbitrate=1500:vhq:keyint=300:aspect=1.33:threads=4 -lameopts mode=0 -audio-preload 2 -audio-density 50 -oac lavc -ofps 59.94 -cache 65536 -sws 1 -vf pp=lb -aspect 1.33 -endpos $LENGTH -o $FILEPATH tv://" &
         vidcapFLAG="1"
    fi
#    echo "`date +%H:%M:%S`"
#    echo "$vidcapFLAG"
done

echo "$setiathomeFLAG"
sleep 5

while [ "`ps ax | grep -i mencoder | grep -v grep`" != "$blank" ] ; do
    echo "Waiting to reload Seti@home if need to..."
    sleep 10
done

if [ "$setiathomeFLAG" = "1" ] ; then
    exec runseti &
fi
}

if [ -n "`echo "$LENGTH" | grep ":"`" -a -n "$FNAME" ] ; then
    if [ -n "$SETIatHOME" ] ; then
         exec setistats -kill -noconfirm &
         setiathomeFLAG=1
    fi
    if [ "$TVTIMERUN" != "$blank" ] ; then
	 tvtimeFLAG=1
    fi
    echo $tvtimeFLAG
    if [ "$tvtimeFLAG" = "1" ] ; then
         echo "closing tvtime"
         exec tvtime-command QUIT &
	 sleep 5
         vidrec
    else
         echo "running capture"
         vidrec
    fi
else
    echo "Duration format is not correct or"
    echo "No file name specified"
    echo "Example: multi-vidcap blah 02:00:00"
fi

exit 1
# end multi-vidcap
As you can see it is a little complex. First the script finds out if tvtime or/and seti@home is running. If they are running, close them. Also it notes a FLAG (reminder) for seti@home that it was running. Second the script goes to the vidrec function. That function does a few things. One it finds out what time it is and making sure that is same time that user wants to run the capture. The user has an option to not designate a time, so it will capture ASAP. Next it waits until the capture is done so it can run seti@home. Running it from crontab is very easy. For an example
57 15 * * 1-5 multi-vidcap ScreenSavers 01:03:00 15:58:00

It will run the script at 3:57 PM on Monday through Friday and then the script will wait until it is 3:58 to capture ScreenSavers. Also 01:03:00 will tell mecoder to capture for an hour and three minutes. After it is done, the file will be something like ScreenSavers-09202004_15:58:00.avi and taking up about 370 MB.

You do not have to copy the vob files from the DVD. ffmpeg will decode, decrypt, and recompress from the DVD. Read the man pages or the documentation at ffmpeg's site.

Go to http://www.home.zonnet.nl/panteltje/dvd/ for some DVD programs.
 
Old 09-22-2004, 09:57 PM   #47
knappster
Member
 
Registered: Mar 2004
Posts: 175

Original Poster
Rep: Reputation: 30
That's semi-helpful, but do you know of any tutorials or anything on the net to learn the shell-script syntax? I don't have time to just look at code and guess what it does. Also, is there anywhere that ha s instructions on how to backup DVDs using ffmpeg. a) when I downloaded it, it did not include any man pages, b) once again, I don't have time to read through all of the junk to find something useful. This is simply not a feasible project for a beginner to jump into and hope to figure out quickly. I'd like to do it, but I currently have DVDShrink working like a charm. So in short, until I learn this stuff, I'm going to be sticking with DVDShrink in wine.

-Knappster
 
Old 09-23-2004, 01:21 PM   #48
windowized
LQ Newbie
 
Registered: Sep 2004
Location: oklahoma
Posts: 6

Rep: Reputation: 0
I would like to thank both knappster and electro for your help I am now trying to set up both I have dvd rip installed and everything but global preferences correct still looking for a toutorial on that and dvd shrink I have got to ad the dvd rom because of this error localhost dosdevices]$ /mnt/cdrom bash: /mnt/cdrom: is a directory but I refuse to give up and not going back to microsoft I am kind of proud of myself for no longer than I have been using linux started with mandrake 10 I have got this far. Which I did with kelp from guys like you in these forums.
 
Old 09-23-2004, 09:58 PM   #49
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
windowized.
regarding your problem, do you have your ~/.wine/dosdevices set up correctly?

i had a similar problem. give us some more info on your config and we can help
 
Old 09-24-2004, 12:35 PM   #50
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
Sorry,
Posted to the wrong thread.

Last edited by d1l2w3; 09-24-2004 at 12:43 PM.
 
Old 09-24-2004, 12:45 PM   #51
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
Have 1.7ghz, 512m ram 160g hd with MDK 10 and W98
Using wine-20040213
Tried using wine-20040814.
It needed something that MDK 10 didn't like.
So, I went with what came with MDK 10.

DVD Shrink 3.2 starts, finds the DVD but when I try to run DVD Shrink, it stops with the error:
DVD Shrink encountered an error and can not continue.
Failed to read file D:/
Invalid handle.

Below is commands from Konsole:
[don@localhost don]$ wine /home/don/software/"DVD Shrink 3.2.exe"
err:x11drv:X11DRV_CreateWindow invalid window height 0
err:x11drv:X11DRV_CreateWindow invalid window height 0
err:listview:LISTVIEW_WindowProc unknown msg 1044 wp=00000000 lp=406fe3f0
fixme:quartz:Filtergraph_QueryInterface unknown interface {56a868a2-0ad4-11ce-b03a-0020af0ba770}
fixme:quartz:Filtergraph_QueryInterface unknown interface {03a1eb8e-32bf-4245-8502-114d08a9cb88}

Below is from wine configure:
[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "%HOME%/.wine/fake_windows"
"Type" = "hd"
"Label" = "MS-DOS"

[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"

[Drive F]
"Path" = "%HOME%"
"Type" = "network"
"Label" = "Home"

[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"

# [wineconf]

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "winxp"
; DOS version to imitate
;"DOS" = "6.22"

Any help will be appreciated.
dlw
 
Old 09-24-2004, 10:32 PM   #52
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "%HOME%/.wine/fake_windows"
"Type" = "hd"
"Label" = "MS-DOS"

that is your problem. remove all drive reference from your config. for dvdshrink to work correctly, you must have your drives set up in the ~/.wine/dosdevices directory

my dosdevices directory has the following symlinks

a:
c:
d:
h:

i make these links my ln -s /mnt/cdrom d:

i had the invalid file handle error like u, this fix'd it al up
 
Old 09-25-2004, 12:49 PM   #53
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
'd' points to '/mnt/cdrom' - which is the dual dvd/cd r/w
When I open /dosdevices/d the video in /mnt/cdrom is there.

Removed all references to drives in .conf by adding ';;'
wine will not even start. I get the following error:
Invalid path L"c:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/don/.wine/config)

I still get the same error with /dosdevices/d set to point at /mnt/cdrom.

dlw
 
Old 09-25-2004, 10:05 PM   #54
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
sounds like its not picking up your windows folder

make sure c: in your dosdevices is linked to /home/user/.wine/fake_windows
 
Old 09-26-2004, 03:27 PM   #55
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
/home/don/.wine/dosdevices points to ../drive_c
Below is what .wine says:
[Drive C]
"Path" = "%HOME%/.wine/fake_windows"
"Type" = "hd"
"Label" = "MS-DOS"

Question?
The first box that opens in DVD Shrink seems to be asking what file to open on the DVD. It's default seems to be 'DVD_VIDEO'. But the actual DVD has 'VIDEO_TS'.

Could this be the problem?
The links in '.wine/dosdevices point correctly.

dlw
 
Old 09-29-2004, 04:01 AM   #56
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
would people be interested in a pre-made /home/user/.wine directory?
 
Old 09-29-2004, 10:12 PM   #57
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Why? WINE creates it when the user first runs wine.
 
Old 09-30-2004, 01:00 AM   #58
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
im sorry, i ment for people who are having trouble. a .wine directory with dvdshrink allready configured. all they havto change is some symlinks
 
Old 10-18-2004, 02:02 PM   #59
pnkrckj
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
After reading this entire thread and trying a variety of different things, I was able to get it working after about an hour or so. I figured I'd put in my two cents about how to get DVD Shrink working under wine.

I have not figured out how to get DVDShrink to work directly from the DVD drive on DVDs that are encrypted. Any encrypted DVD will need to be copied to your hard drive using vobcopy.

If anyone has successfully gotten DVDShrink to read encrypted DVDs directly from a DVD drive, please reply.

I'm not going to cover installing the latest wine and DVDShrink. That has been covered numerous times in this thread.

BTW, I'm running gentoo if it matters to anyone.

First, edit your .wine/config file to show "Windows" = "winxp". Then, edit one of the drives to be your copied dvd files. In this case I chose e: (obviously your path names will probably vary)
Code:
[Drive E]
"Path" = "/home/john/temp/DVD_VIDEO"
"Type" = "hd"
"Label" = "CD-Rom"
"Filesystem" = "win95"
Save this config file and cd to dosdevices. Create a symlink to /home/john/temp/DVD_VIDEO and call it e:. If e: already exists, delete it and recreate the symlink. NOTE: DVD_VIDEO directory may not exist at this point. Go ahead and create it if not. This is the name given by vobcopy if it cannot determine the name of the DVD disc in the drive. So far, it has not been able to determine the name of any discs I have tried, so now I just default the name to DVD_VIDEO.

Mount your DVD movie (mount /dev/cdroms/cdrom1 /mnt/cdrom1)

Running vobcopy -m will make an exact copy of the DVD minus encryption on your hard disk. So download vobcopy and install it. Run "vobcopy -m -t DVD_VIDEO" from the /home/john/temp directory (the -m creates an exact mirror image).

Now run wine DVD\ Shrink\ 3.2.exe e: and it should open up with the disc layout.

I disabled all preview options in DVDShrink, and have had no crashes yet. I would recommend not saving your project as an ISO because it splits it into multiple parts and I have not figured out what to do with them, or how to stop it from splitting.

If you save as VIDEO_TS and AUDIO_TS folders, then all you need to do to burn is run
Code:
growisofs -Z /dev/ide/host0/bus1/target0/lun0/cd -speed=2 -dvd-compat -dvd-video .
from the folder containing the TS folders (don't forget the period at the end).

If your DVD is unencrypted (what are the chances?) you can modify this tutorial somewhat and eliminate the vobcopy part and have DVDShrink just read directly from the drive. But again, the DVD must be unencrypted.

Hope this helps anyone that was having trouble.
 
Old 10-19-2004, 01:43 AM   #60
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
the key to getting dvdshrink to work under wine, and directly copy DVD's is not to include any drive information in the ~/.wine/config

the new versions of wine use symlinks to set up drives. here is my config



WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is necessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;

[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "X:\\"
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;X:\\test;Y:\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"

# [wineconf]

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "winxp"
; DOS version to imitate
;"DOS" = "6.22"

; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.

[DllOverrides]
; some dlls you may want to change
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
; you can specify applications too
; this one will apply for all notepad.exe
;"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
;"C:\\windows\\regedit.exe" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Use XRandR extension if present
"UseXRandR" = "Y"
; Use the take focus protocol
"UseTakeFocus" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
;
; Use the Render extension to render client side fonts (default "Y")
;;"ClientSideWithRender" = "Y"
; Fallback on X core requests to render client side fonts (default "Y")
;;"ClientSideWithCore" = "Y"
; Set both of the previous two to "N" in order to force X11 server side fonts
;
; Anti-alias fonts if using the Render extension (default "Y")
;;"ClientSideAntiAliasWithRender" = "Y"
; Anti-alias fonts if using core requests fallback (default "Y")
;;"ClientSideAntiAliasWithCore" = "Y"
;

[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"

; the TrueType font dirs you want to make accessible to wine

[FontDirs]
;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"

[Debug]
;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"RelayInclude" = "user32.CreateWindowA"
;"RelayFromExclude" = "user32;x11drv"
;"RelayFromInclude" = "sol.exe"
;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"SpyExclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Where to find the global registries
;"GlobalRegistryDir" = "/etc";
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; set the "Windows" value in the [Version] section if you want that.
"WineLook" = "Win98"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files

[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
; Uncomment the "Drivers" line matching your sound setting.

"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"
;; Forces emulation mode (using wave api)
;"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0" ; use first device (/dev/dsp)
;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
;"DefaultCapture" = "2" ; use third device (/dev/dsp2)

[Network]
;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
;; from the Unix host name. You'll need to set ComputerName in
;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
;"UseDnsComputerName" = "N"

#########################################
# Application dependent sections follow #
#########################################

[AppDefaults\\_INS5576._MP\\x11drv]
; Lotus Notes R5 installer
; I'm quite not sure this will run on some other machine than mine, but it
; can't hurt
"Managed" = "N"
"Desktop" = "N"

[AppDefaults\\nlnotes.exe\\x11drv]
"Desktop" = "800x600"

[AppDefaults\\explorer.exe\\x11drv]
"Desktop" = "800x600"

[AppDefaults\\notes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\nlnotes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\nhldaemn.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

# [/wineconf]


my home/cody/.wine/dosdevices directory looks like this

c: /home/cody/.wine/fake_windows
d: /mnt/cdrom

these c: and d: files can be created by the following command

ln -s /mnt/cdrom d:
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux aternative to Clone DVD, or DVD Shrink plosiv Linux - Software 53 04-07-2012 12:39 AM
DVD Decrypter (without SCSI emulation) + DVD Shrink mrbass Linux - Software 5 10-25-2005 01:20 PM
Daemon Processhas already been asked (and possibly answered). alaios Programming 1 09-19-2005 05:24 PM
this wine question was asked in '03 but never fully answered... breezewax Linux - Software 3 09-24-2004 08:33 AM
Very Frequently Asked/Answered Questions ppuru LQ Suggestions & Feedback 7 07-30-2004 01:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration