QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4167|回复: 29

娱乐真丰富,生活多精彩。。。呵呵,看看我 的抓图?

[复制链接]
发表于 2002-12-22 01:28:43 | 显示全部楼层 |阅读模式
hehe ,大家看看???

看看 ?? 用 winex跑暗黑2上战网和winex用金山词霸的mini背单词(主程序和它均有声,而且字体清晰)。。。而且还开着xmms在听。。。

真爽~~~!!!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
 楼主| 发表于 2002-12-22 13:05:59 | 显示全部楼层

再来一张清晰的

金山词霸,有语音,等调用其他子程序,左边字体完美。。。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2002-12-25 15:38:58 | 显示全部楼层
请问你是怎么做到的。
我用在公社下载的winex,怎么运行不了金山词霸?
回复

使用道具 举报

发表于 2002-12-25 16:05:07 | 显示全部楼层
又试了一次,发现很多软件,比如金山词霸2002,都出现
wine: Unhandled exception, starting debugger...的错误提示。不知什么原因。
我的~/.transgaming/config文件内容如下:
=============================================
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;;
;; 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)
;;
[Drive C]
"Path" = "${HOME}/.transgaming/c_drive/"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

[Drive D]
"Path" = "${HOME}"
"Type" = "hd"
"Label" = "My Home"
"Filesystem" = "win95"

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

[Drive G]
"Path" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"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"
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"

# <wineconf>

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

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

[FontDirs]
"dir1"="/usr/local/zhfonts"

[FontPatterns]
"Pattern0" = "-misc-simsun-medium-r-*--*-*-*-*-*-*-gb2312.1980-0"
"Pattern1" = "-misc-simsun-medium-r-*--*-*-*-*-*-*-gb2312.1980-0"
"Pattern2" = "-misc-simsun-medium-r-*--*-*-*-*-*-*-gb2312.1980-0"
"Pattern3" = "-misc-simsun-medium-r-*--*-*-*-*-*-*-gb2312.1980-0"

[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" = "N"
"FullDuplex" = "N"

# </wineconf>
=================================
回复

使用道具 举报

发表于 2002-12-26 08:13:23 | 显示全部楼层
词霸的问题,看以前的贴子,其它的得具体的看,有的就是不能运行的,而且winex针对的是游戏。
回复

使用道具 举报

发表于 2002-12-26 09:40:48 | 显示全部楼层
词霸的问题,我查了一下以前的帖子(关键字是:winex),没有相关的资料。我用的是词霸2002,winex是winex-2.2-1.i386.rpm
可能游戏是有很多不能运行。
另外问一下,要使用winex运行游戏,是否需要使用winex安装他们后再运行?
回复

使用道具 举报

发表于 2002-12-26 12:17:05 | 显示全部楼层
金山词霸的帖子见:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=6500&highlight=%BD%F0%C9%BD%B4%CA%B0%D4
这个说不定,有时用winex安装一遍好一点,有时直接运行安装好的效果好一点,两种方法合着来用
回复

使用道具 举报

发表于 2002-12-26 15:28:05 | 显示全部楼层
我只对一点感兴趣:
用 winex跑暗黑2上战网和winex用金山词霸的mini背单词(主程序和它均有声,而且字体清晰)。。。而且还开着xmms在听。。。

wine 的文档里已经提到了:wine 需要占用全部声卡设备,你是怎么让它“一边听歌一边运行 winex 的?”

btw: 你用什么声卡,可以支持多音频流?好羡慕啊~~~
回复

使用道具 举报

 楼主| 发表于 2002-12-27 22:36:30 | 显示全部楼层
oss 声卡驱动,声卡就是普通的单的一片,我对硬件一点也清楚,用的是单位的机器

还有,我用的是winex,不是wine,看到您说了后,我又特意边听歌曲边运行魔兽3的开头,的确是同时有的!
回复

使用道具 举报

发表于 2002-12-27 23:05:52 | 显示全部楼层
可能你的xmms用了esound插件吧,esd支持多音频流
回复

使用道具 举报

发表于 2002-12-27 23:35:27 | 显示全部楼层
[quote:016436c978="skylove"]oss 声卡驱动,声卡就是普通的单的一片,我对硬件一点也清楚,用的是单位的机器

还有,我用的是winex,不是wine,看到您说了后,我又特意边听歌曲边运行魔兽3的开头,的确是同时有的![/quote]
....
羡慕ing....我试不出~  
声卡太烂....
[quote:016436c978="llc"]可能你的xmms用了esound插件吧,esd支持多音频流[/quote]
没看见 winex 的配置文件里可以配置音频输出, wine 倒是支持 arts 但不支持 esd.
回复

使用道具 举报

 楼主| 发表于 2002-12-28 02:19:34 | 显示全部楼层
又试了一下,边用mplay放歌边玩游戏也有声音的
对了,我是用的winex,不是wine的,就是那个2.2的rpm包的
回复

使用道具 举报

发表于 2002-12-28 03:20:54 | 显示全部楼层
[quote:1bc9a9510b="skylove"]又试了一下,边用mplay放歌边玩游戏也有声音的
对了,我是用的winex,不是wine的,就是那个2.2的rpm包的[/quote]
狂 ft....
你绝对启动了 artsd(虽然你可能不知道), mplayer 绝对不支持 esound,可是支持 arts,而 wine 支持 arts, 作为 wine 泛生版本的 winex 不可能不支持 arts。

arts 也支持多音频流,所以你可以一边听歌一遍打游戏。

tnnd.... KDE 3.1 怎么还不出啊~,我 N 久不装 KDE 就是等着它啊~
等不急了,晚上编译 rc5。  
回复

使用道具 举报

 楼主| 发表于 2002-12-28 05:47:36 | 显示全部楼层
我是用的gnome,没用kde,我看了一下,我在kde选项那里arts没有选的,但是gnome这里我没有看到设置的地方,所以我也不晓得是使用没有呢
回复

使用道具 举报

发表于 2002-12-28 12:23:28 | 显示全部楼层
ps -A一下,看看有没有esd或artsdsp类似的进程在运行
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 02:02 , Processed in 0.082300 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表