ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* Re: [sisyphus] wine
  2004-07-07 17:19 [sisyphus] wine Andrei Lomov
@ 2004-07-07 15:45 ` Sergey Shilov
  2004-07-08  7:09   ` Andrei Lomov
  2004-07-07 22:12 ` Vitaly Lipatov
  1 sibling, 1 reply; 16+ messages in thread
From: Sergey Shilov @ 2004-07-07 15:45 UTC (permalink / raw)
  To: sisyphus

В сообщении от 7 Июль 2004 20:19 Andrei Lomov написал(a):
> Не возьму в толк, что ей нужно:
>
> [andrei@main Office]$ wine "/mnt/C/Program Files/Microsoft
> Office/Office/winword.exe"
>
> Invalid path L"c:\\windows" for L"windows" directory: does not
> exist.
Можно попробовать заменить двойные кавычки на одинарные
wine '/mnt/C/Program Files/Microsoft Office/Office/winword.exe'

-- 
С уважением
Сергей Шилов


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [sisyphus] wine
@ 2004-07-07 17:19 Andrei Lomov
  2004-07-07 15:45 ` Sergey Shilov
  2004-07-07 22:12 ` Vitaly Lipatov
  0 siblings, 2 replies; 16+ messages in thread
From: Andrei Lomov @ 2004-07-07 17:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list


Не возьму в толк, что ей нужно:

[andrei@main Office]$ wine "/mnt/C/Program Files/Microsoft 
Office/Office/winword.exe"

Invalid path L"c:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file 
(/home/andrei/.wine/config)

Что за странное сочетание  L"c:\\windows" ?

В config прописано:


[Drive C]
;"Path" = "/mnt/C"
"Path" = "/var/lib/wine"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"


[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\temp"
"Path" = "c:\\windows;c:\\windows\\system;"
"Profile" = "c:\\windows\\Profiles\\Administrator"


Спасибо


-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-08  7:09   ` Andrei Lomov
@ 2004-07-07 18:40     ` Sergey Shilov
  2004-07-08 16:31       ` Andrei Lomov
  2004-07-08 23:23       ` Vitaly Lipatov
  0 siblings, 2 replies; 16+ messages in thread
From: Sergey Shilov @ 2004-07-07 18:40 UTC (permalink / raw)
  To: sisyphus

> Оно уже при первом запуске после инсталляции пишет:
Что ОНО и где живет? Т.е. в духе:

Система Compact 2.3 осизифленная до:
$ cat /etc/altlinux-release
ALT Linux Sisyphus (20040601)

ОНО:
$ rpm -qa | grep wine
wine-20040505-alt1.1
libwine-20040505-alt1.1
wine-utils-20040505-alt1.1

Ядро:
$ uname -r
2.4.22-std-up-alt17

Локаль:
$ cat ~/.i18n
LANG=ru_RU.CP1251
LANGUAGE=ru_RU.CP1251
SYSFONTACM=cp1251
SYSFONT=UniCyr_8x16
DICTIONARY=russianw
MPAGE="-CCP1251"
export DICTIONARY MPAGE

> Может, формат config изменился со времен 2.2 ?
Вроде не существенно.

Использую wine с указанных времен до приведенного выше в основном 
для запуска IBExpert + Firebird :-).
Установки почти "по умолчанию". Подправлял в конфиге только 
секцию [Drive C], предварительно создав ~/wine_c.

[Drive C]
"Path" = "%HOME%/wine_c"
"Type" = "hd"

Особых проблем нет.

ВНИМАНИЕ! 
Имели место быть грабли!
Изначально "натравил" wine на раздел с установленной 98-й 
(смонтированный  в rw режиме), после чего в ней (в смысле самой 
Винде) развалились настройки шрифтов и приложения Оффице 
запускаться перестали (падали с диагностикой, что шрифт Тахома 
не найден).

-- 
С уважением
Сергей Шилов


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-07 17:19 [sisyphus] wine Andrei Lomov
  2004-07-07 15:45 ` Sergey Shilov
@ 2004-07-07 22:12 ` Vitaly Lipatov
  2004-07-08  4:22   ` Andrei Lomov
  1 sibling, 1 reply; 16+ messages in thread
From: Vitaly Lipatov @ 2004-07-07 22:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Wednesday 07 July 2004 21:19, Andrei Lomov wrote:
> Не возьму в толк, что ей нужно:
>
> [andrei@main Office]$ wine "/mnt/C/Program Files/Microsoft
> Office/Office/winword.exe"
>
> Invalid path L"c:\\windows" for L"windows" directory: does not
> exist. Perhaps you have not properly edited your Wine
> configuration file (/home/andrei/.wine/config)
Ну так и как у вас каталог windows называется на C: ?
>
> Что за странное сочетание  L"c:\\windows" ?
Это означает, что строка записана в wide char (Unicode-16), 
виндовсный юникод.
>
> В config прописано:
>
>
> [Drive C]
> ;"Path" = "/mnt/C"
> "Path" = "/var/lib/wine"
Так а с какой стати /var/lib/wine, если вы подключили настоящий 
C: от windows?

> "Temp" = "c:\\temp"
Есть ли там temp?

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-07 22:12 ` Vitaly Lipatov
@ 2004-07-08  4:22   ` Andrei Lomov
  2004-07-08  8:27     ` Vitaly Lipatov
  0 siblings, 1 reply; 16+ messages in thread
From: Andrei Lomov @ 2004-07-08  4:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Содержание сообщения от Vitaly Lipatov, 8 Июль 2004 05:12 :

> Ну так и как у вас каталог windows называется на C: ?

 [andrei@main .wine]$ ls /mnt/C
  <skip>
temp
windows
  <skip>


> > [Drive C]
> > ;"Path" = "/mnt/C"
> > "Path" = "/var/lib/wine"
>
> Так а с какой стати /var/lib/wine, если вы подключили настоящий
> C: от windows?

Это опечатка :(
На самом деле 
"Path" = "/mnt/C"
; "Path" = "/var/lib/wine"

>
> > "Temp" = "c:\\temp"
>
> Есть ли там temp?

Теперь есть, но без разницы.
Если я правильно понимаю, 
величина буквы "С" роли не играет,
то есть 'c:\\windows' и  'C:\\windows' одно и то же?

wine поставлена с нуля,
в конфиг добавлено только 
описание пути до раздела c:\windows ...


[andrei@main .wine]$ wine
Invalid path L"c:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file 
(/home/andrei/.wine/config)

-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-07 15:45 ` Sergey Shilov
@ 2004-07-08  7:09   ` Andrei Lomov
  2004-07-07 18:40     ` Sergey Shilov
  0 siblings, 1 reply; 16+ messages in thread
From: Andrei Lomov @ 2004-07-08  7:09 UTC (permalink / raw)
  To: hsv, ALT Linux Sisyphus discussion list

Содержание сообщения от Sergey Shilov, 7 Июль 2004 22:45 :
> '/mnt/C/Program Files/Microsoft Office/Office/winword.exe'

Оно уже при первом запуске после инсталляции пишет:

[andrei@main andrei]$ wine
Make a local copy disk C of wine...
Generate registry entries...
Invalid path L"c:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file 
(/home/andrei/.wine/config)
/home/andrei/.wine/ created successfully.

Может, формат config изменился со времен 2.2 ?

-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-08  4:22   ` Andrei Lomov
@ 2004-07-08  8:27     ` Vitaly Lipatov
  2004-07-08 16:36       ` Andrei Lomov
  0 siblings, 1 reply; 16+ messages in thread
From: Vitaly Lipatov @ 2004-07-08  8:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Thursday 08 July 2004 08:22, Andrei Lomov wrote:

> > > [Drive C]
> > > ;"Path" = "/mnt/C"
> > > "Path" = "/var/lib/wine"
> >
> > Так а с какой стати /var/lib/wine, если вы подключили
> > настоящий C: от windows?
>
> Это опечатка :(
> На самом деле
> "Path" = "/mnt/C"
> ; "Path" = "/var/lib/wine"
На самом деле теперь диски задаются ссылками на нужный путь в 
каталоге .wine/dosdevices
Например 
ln -s /mnt/C ~/.wine/dosdevices/c:

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-07 18:40     ` Sergey Shilov
@ 2004-07-08 16:31       ` Andrei Lomov
  2004-07-08 23:23       ` Vitaly Lipatov
  1 sibling, 0 replies; 16+ messages in thread
From: Andrei Lomov @ 2004-07-08 16:31 UTC (permalink / raw)
  To: hsv, ALT Linux Sisyphus discussion list

Содержание сообщения от Sergey Shilov, 8 Июль 2004 01:40 :
> > Оно уже при первом запуске после инсталляции пишет:
>
> Что ОНО и где живет? Т.е. в духе:
:)

 Система Compact 2.3 осизифленная до:
 $ cat /etc/altlinux-release
 ALT Linux Sisyphus (20040607)

> ОНО:
> $ rpm -qa | grep wine
> wine-20040505-alt1.1
> libwine-20040505-alt1.1
> wine-utils-20040505-alt1.1

Оно-оно. самое :)

> Ядро:
> $ uname -r
> 2.4.22-std-up-alt17

2.4.26-std-up-alt2


> Локаль:
> $ cat ~/.i18n
> LANG=ru_RU.CP1251
> LANGUAGE=ru_RU.CP1251
> SYSFONTACM=cp1251
> SYSFONT=UniCyr_8x16
> DICTIONARY=russianw
> MPAGE="-CCP1251"
> export DICTIONARY MPAGE

LANG=ru_RU.KOI8-R
LANGUAGE=ru_RU.KOI8-R
SYSFONTACM=koi8-r
SYSFONT=UniCyr_8x16
DICTIONARY=russian
MPAGE="-CKOI8-R"
export DICTIONARY MPAGE

>
> > Может, формат config изменился со времен 2.2 ?
>
> Вроде не существенно.
> ...
> Особых проблем нет.
>
> ВНИМАНИЕ!
> Имели место быть грабли!
> Изначально "натравил" wine на раздел с установленной 98-й
> (смонтированный  в rw режиме), после чего в ней (в смысле самой
> Винде) развалились настройки шрифтов и приложения Оффице
> запускаться перестали (падали с диагностикой, что шрифт Тахома
> не найден).

Спасибо. 
Но я пока еще в пролете

-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-08  8:27     ` Vitaly Lipatov
@ 2004-07-08 16:36       ` Andrei Lomov
  2004-07-08 23:22         ` Vitaly Lipatov
  0 siblings, 1 reply; 16+ messages in thread
From: Andrei Lomov @ 2004-07-08 16:36 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Содержание сообщения от Vitaly Lipatov, 8 Июль 2004 15:27 :
> ln -s /mnt/C ~/.wine/dosdevices/c:
Так, понял.
"От винта", полетели:

[andrei@main dosdevices]$ ls -l  ~/.wine/dosdevices
итого 0
lrwxrwxrwx  1 andrei andrei 6 Июл  8 23:32 c: -> /mnt/C

[andrei@main dosdevices]$ wine
Invalid path L"c:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file 
(/home/andrei/.wine/config)

Что-то, видать, нетривиально особенный мой случай.
К великому сожалению :(

-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-08 16:36       ` Andrei Lomov
@ 2004-07-08 23:22         ` Vitaly Lipatov
  2004-07-09  4:38           ` Andrei Lomov
  0 siblings, 1 reply; 16+ messages in thread
From: Vitaly Lipatov @ 2004-07-08 23:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Thursday 08 July 2004 20:36, Andrei Lomov wrote:
> Содержание сообщения от Vitaly Lipatov, 8 Июль 2004 15:27 :
> > ln -s /mnt/C ~/.wine/dosdevices/c:
>
> Так, понял.
> "От винта", полетели:
>
> [andrei@main dosdevices]$ ls -l  ~/.wine/dosdevices
> итого 0
> lrwxrwxrwx  1 andrei andrei 6 Июл  8 23:32 c: -> /mnt/C
>
> [andrei@main dosdevices]$ wine
> Invalid path L"c:\\windows" for L"windows" directory: does not
> exist. Perhaps you have not properly edited your Wine
> configuration file (/home/andrei/.wine/config)
>
> Что-то, видать, нетривиально особенный мой случай.
> К великому сожалению :(
Вы просто где-то делаете ошибку. Пришлите мне лично конф. файл 
(/home/andrei/.wine/config), если хотите.

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-07 18:40     ` Sergey Shilov
  2004-07-08 16:31       ` Andrei Lomov
@ 2004-07-08 23:23       ` Vitaly Lipatov
  2004-07-09  7:09         ` Sergey Shilov
  1 sibling, 1 reply; 16+ messages in thread
From: Vitaly Lipatov @ 2004-07-08 23:23 UTC (permalink / raw)
  To: hsv, ALT Linux Sisyphus discussion list

On Wednesday 07 July 2004 22:40, Sergey Shilov wrote:
> Имели место быть грабли!
> Изначально "натравил" wine на раздел с установленной 98-й
> (смонтированный  в rw режиме), после чего в ней (в смысле
> самой Винде) развалились настройки шрифтов и приложения Оффице
> запускаться перестали (падали с диагностикой, что шрифт Тахома
> не найден).
По идее, wine в конфигурации по умолчанию не пишет в реестр 
подключенного раздела, только в свой, в .wine.

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-08 23:22         ` Vitaly Lipatov
@ 2004-07-09  4:38           ` Andrei Lomov
  2004-07-09  6:59             ` [sisyphus] wine [JT] Andrei Lomov
  2004-07-09 14:20             ` [sisyphus] wine Vitaly Lipatov
  0 siblings, 2 replies; 16+ messages in thread
From: Andrei Lomov @ 2004-07-09  4:38 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Содержание сообщения от Vitaly Lipatov, 9 Июль 2004 06:22 :

> Вы просто где-то делаете ошибку. Пришлите мне лично конф. файл
> (/home/andrei/.wine/config), если хотите.

Да с радостью, спасибо, что отзываетесь

Этот файл работал в 2.2

-- 
Всего доброго,

А.Л.



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

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 '.'

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\temp"
"Path" = "c:\\windows;c:\\windows\\system;"
"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" = "win98"
; DOS version to imitate
;"DOS" = "6.22"

; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
; if you set use native version, don't forget check real library exist into windows\system
; some dlls you may want to change
;"oleaut32"     = "builtin, native"
;"ole32"        = "builtin, native"
;"comdlg32"     = "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"
; 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" = "N"
; 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" = "N"
; 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
"Resolution" = "96"

;"Default" = "-adobe-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-adobe-times-"
;"DefaultSansSerif" = "-adobe-helvetica-"

;See a couple of examples for russian users below

;; default TrueType fonts with russian koi8-r encoding
;; You need install ms-fonts-ttf package from ftp.altlinux.ru (Sisyphus) for this fonts
;"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/share/fonts/default/TrueType-val"
"dir2" = "/usr/share/fonts/default/TrueType-ms"
;"dir3" = "%HOME%/wine_c/windows/fonts"
;"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] [parallelports]
# removed, see .wine/dosdevices

[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"

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

; 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"

;; sample AppDefaults entries

; 3 InstallShield versions who like to put their full screen window in front,
; without any chance to switch to another X11 application.
; So just catch them in a desktop window.

[AppDefaults\\_INS0432._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0466._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0576._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5176._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5576._MP\\x11drv]
"Desktop" = "640x480"

; force it to install even though wine has a newer version
[AppDefaults\\dcom98.exe\\DllOverrides]
"ole32" = "native"

[AppDefaults\\dcom95.exe\\DllOverrides]
"ole32" = "native"

[AppDefaults\\1cv7l.exe\\DllOverrides]
;"rpcrt4" = "native"
"ole32" = "native"
"olepro32" = "native"
"oleaut32" = "native"

[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"
;
;[AppDefaults\\sol.exe\\Version]
;"Windows" = "nt40"
;
;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
;; You can add an AppDefault entry like this for such cases.
;[AppDefaults\\pickygame.exe\\dsound]
;"EmulDriver" = "N"

# [/wineconf]

[-- Attachment #3: Type: text/plain, Size: 81 bytes --]

                                                         
                     


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine [JT]
  2004-07-09  4:38           ` Andrei Lomov
@ 2004-07-09  6:59             ` Andrei Lomov
  2004-07-09 14:20             ` [sisyphus] wine Vitaly Lipatov
  1 sibling, 0 replies; 16+ messages in thread
From: Andrei Lomov @ 2004-07-09  6:59 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


Простите, хотел в личку, не ту кнопку нажал :(

-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-08 23:23       ` Vitaly Lipatov
@ 2004-07-09  7:09         ` Sergey Shilov
  0 siblings, 0 replies; 16+ messages in thread
From: Sergey Shilov @ 2004-07-09  7:09 UTC (permalink / raw)
  To: sisyphus

В сообщении от 9 Июль 2004 02:23 Vitaly Lipatov написал:

> По идее, wine в конфигурации по умолчанию не пишет в реестр
> подключенного раздела, только в свой, в .wine.
Так точно Ваш бродь! Однако факт остается фактом.

M$ пострадал от запуска IBExpert-2.0 под wine_20040309-alt1. 
После переустановки 98-й эксперименты не ставились :-) , а  для 
wine в качестве С: "подсовывался" локальный каталог из $HOME, 
куда и инсталилось необходимое ПО.

Кстати о птичках: При запуске приложений под wine с 
использованием уже установленной на ntfs разделе НТ4 имели место 
быть англицкие сообщения в духе "Невозможно записать ключ... в 
реестр ФС только для чтения".

-- 
С уважением
Сергей Шилов


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-09  4:38           ` Andrei Lomov
  2004-07-09  6:59             ` [sisyphus] wine [JT] Andrei Lomov
@ 2004-07-09 14:20             ` Vitaly Lipatov
  2004-07-09 14:48               ` Andrei Lomov
  1 sibling, 1 reply; 16+ messages in thread
From: Vitaly Lipatov @ 2004-07-09 14:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Friday 09 July 2004 08:38, Andrei Lomov wrote:
> Содержание сообщения от Vitaly Lipatov, 9 Июль 2004 06:22 :
> > Вы просто где-то делаете ошибку. Пришлите мне лично конф.
> > файл (/home/andrei/.wine/config), если хотите.
>
> Да с радостью, спасибо, что отзываетесь
>
> Этот файл работал в 2.2
В файле проблем нет, так что ещё раз проверьте .wine/dosdrives, 
возможно ли через него зайти пользователем в c:, и может быть 
вам лучше сравнить с теми настройками, которые создаются 
автоматически при запуске wine из последней сборки при 
отсутствующем .wine

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] wine
  2004-07-09 14:20             ` [sisyphus] wine Vitaly Lipatov
@ 2004-07-09 14:48               ` Andrei Lomov
  0 siblings, 0 replies; 16+ messages in thread
From: Andrei Lomov @ 2004-07-09 14:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Содержание сообщения от Vitaly Lipatov, 9 Июль 2004 21:20 :
> вам лучше сравнить с теми настройками, которые создаются
> автоматически при запуске wine из последней сборки при
> отсутствующем .wine

Да, в этом варианте заработало!

Спасибо!

-- 
Всего доброго,

А.Л.


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2004-07-09 14:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-07 17:19 [sisyphus] wine Andrei Lomov
2004-07-07 15:45 ` Sergey Shilov
2004-07-08  7:09   ` Andrei Lomov
2004-07-07 18:40     ` Sergey Shilov
2004-07-08 16:31       ` Andrei Lomov
2004-07-08 23:23       ` Vitaly Lipatov
2004-07-09  7:09         ` Sergey Shilov
2004-07-07 22:12 ` Vitaly Lipatov
2004-07-08  4:22   ` Andrei Lomov
2004-07-08  8:27     ` Vitaly Lipatov
2004-07-08 16:36       ` Andrei Lomov
2004-07-08 23:22         ` Vitaly Lipatov
2004-07-09  4:38           ` Andrei Lomov
2004-07-09  6:59             ` [sisyphus] wine [JT] Andrei Lomov
2004-07-09 14:20             ` [sisyphus] wine Vitaly Lipatov
2004-07-09 14:48               ` Andrei Lomov

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