ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Serhiy Brytskyy <uranium@ukr.net>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] WineX
Date: Fri, 16 May 2003 15:13:51 +0300
Message-ID: <3EC4D5FF.8000003@ukr.net> (raw)
In-Reply-To: <3EC21F79.8060807@ukr.net>

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

Просили, держите.

Serhiy Brytskyy wrote:

> 
> 
> decvar wrote:
> 
>> Возникла проблема.
>> Долгое время пользовал wine и вот решил
>> попробовать wineX3.0. Cкачал с ftp.altlinux.ru. Cобрал пакет. Снес wine.
>> Поставил winex3.0. /sbin/service wine restart. Пробую wine bla-bla.exe.
>> Матерится о конфиге. Поправил ~/.wine/config.(в часности /mnt/auto/cdrom
>> /mnt/auto/floppy где надо). Пробую еще раз - матерится что id 11 для 
>> ide не
>> понимает. Если у кого-то работает имено этот wineX покажите конфиг для 
>> него
>> (Master 2.2 из коробки, в системе сидюк один /dev/scd0(эмуляция) он же 
>> RW)
>>
> 
> Я wine не сносил, поставил паралельно winex3.0. Откуда брал - не помню.
>    6733606 Apr 17 20:28 winex3-3.0.tar.bz2
>       7374 Apr 17 20:29 winex3-addons-7.tar.bz2
>       5224 Apr 17 20:29 winex3.spec
> 
> Конфиг - один на двоих, все вроде работает. Дьябло 2 бегало :-)
> Конфиг дам завтра (он у меня дома).
> 

-- 
Best regards,
  Serhiy Brytskyy                mailto:uranium@ukr.net
                                      ICQ: 78708314

[-- Attachment #2: config --]
[-- Type: text/plain, Size: 6416 bytes --]

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

[Drive C]
"Path" = "/mnt/c"
"Type" = "hd"
"Filesystem" = "vfat"

[Drive D]
"Path" = "/mnt/d"
"Type" = "hd"
"Filesystem" = "vfat"

[Drive E]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Device" = "/dev/cdrom"
"Filesystem" = "win95"

[Drive F]
"Path" = "/tmp"
"Type" = "hd"
"Filesystem" = "win95"

[Drive G]
"Path" = "${HOME}"
"Type" = "network"
"Filesystem" = "win95"

[wine]
"windows" = "C:\\windows"
"system" = "C:\\windows\\SYSTEM"
"path" = "C:\\WINDOWS;C:\\WINDOWS\\COMMAND;C:\\PROGRA~1\\WINZIP"
"temp" = "D:\\tmp"


[Version]
; This doesn't work in WineX, but its here for WineHQ compatability.
; can be (win95, win98, winme, nt351, nt40, win2k, winxp, win20, win30, win31)
"Windows" = "win98"
; dos version
;"DOS" = "6.22"

[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg"      = "builtin, native"
"comdlg32"     = "builtin, native"
"ver"          = "builtin, native"
"version"      = "builtin, native"
"shell"        = "builtin, native"
"shell32"      = "builtin, native"
"shfolder"     = "builtin, native"
"shlwapi"      = "builtin, native"
"shdocvw"      = "builtin, native"
"lzexpand"     = "builtin, native"
"lz32"         = "builtin, native"
"comctl32"     = "builtin, native"
"commctrl"     = "builtin, native"
"advapi32"     = "builtin, native"
"crtdll"       = "builtin, native"
"mpr"          = "builtin, native"
"winspool.drv" = "builtin, native"
"d3d8"         = "builtin, native"
"d3drm"        = "builtin, native"
"ddraw"        = "builtin, native"
"dinput"       = "builtin, native"
"dinput8"      = "builtin, native"
"dmusic"       = "builtin, native"
"dsound"       = "builtin, native"
"opengl32"     = "builtin, native"
"msvcrt"       = "native, builtin"
"rpcrt4"       = "native, builtin"
"msvideo"      = "builtin, native"
"msvfw32"      = "builtin, native"
"mcicda.drv"   = "builtin, native"
"mciseq.drv"   = "builtin, native"
"mciwave.drv"  = "builtin, native"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msacm.drv"    = "builtin, native"
"msacm"        = "builtin, native"
"msacm32"      = "builtin, native"
"midimap.drv"  = "builtin, native"  

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Number of colors to copy from the default palette
"CopyDefaultColors" = "0"
; 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" = "800x600"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "N"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup 
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Use this to make your X server execute all commands
; sequentially rather than buffering commands. Will make
; everything really SLOW but can be nice for debugging.
;; "Synchronous" = "Y"


[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-times-"

[FontPatterns]
"Pattern0" = "-adobe-times*"
"Pattern1" = "-adobe-helvetica*"
"Pattern2" = "-adobe-courier*"
"Pattern3" = "-misc-fixed*"
                              
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

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

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

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

[spy]
"Exclude" = "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
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "n"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "n"
; 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'
"WineLook" = "Win98"

[Console]
"Drivers" = "xterm"
;"Drivers" = "tty"
"XtermProg" = "konsole"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[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]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[wineoss]
"UseMMap" = "Y"
"FullDuplex" = "N"

;; sample AppDefaults entries
;[AppDefaults\\iexplore.exe\\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;
;[AppDefaults\\setup.exe\\x11drv]
;"Desktop" = "800x600"


;; Visual Foxpro IDE entries:

; VFP 5:
[AppDefaults\\vfp5.exe\\Version]
"Windows" = "nt351"
[AppDefaults\\vfp5.exe\\DllOverrides]
"ODBC32" = "native"
"oleaut32" = "native"

; VFP 6:
[AppDefaults\\vfp6.exe\\Version]
"Windows" = "nt351"
[AppDefaults\\vfp6.exe\\DllOverrides]
"ODBC32" = "native"
"oleaut32" = "native"

; VFP 7:
;; Visual Foxpro IDE entries:
[AppDefaults\\vfp7.exe\\Version]
"Windows" = "nt40"
[AppDefaults\\vfp7.exe\\DllOverrides]
"ODBC32" = "native"
"oleaut32" = "native"

; VFP 8:
;; Visual Foxpro IDE entries:
[AppDefaults\\vfp8.exe\\Version]
"Windows" = "nt40"
[AppDefaults\\vfp8.exe\\DllOverrides]
"ODBC32" = "native"
"oleaut32" = "native"


  parent reply	other threads:[~2003-05-16 12:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-14  9:48 decvar
2003-05-14 10:50 ` Serhiy Brytskyy
2003-05-14 10:53   ` Alexey I. Froloff
2003-05-14 11:27     ` Serhiy Brytskyy
2003-05-14 11:31       ` Leonid B. Sysoletin
2003-05-14 12:38         ` Serhiy Brytskyy
2003-05-14 14:36           ` Andy Gorev
2003-05-16 12:13   ` Serhiy Brytskyy [this message]
2003-05-14 14:33 ` Andy Gorev
2003-05-14 14:34 ` Andy Gorev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EC4D5FF.8000003@ukr.net \
    --to=uranium@ukr.net \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git