This patch should be applied to an un-modified XFree86 version 3.3.5 source tree. It will convert the source tree to XFree86 version 3.3.6. To apply this patch, run the following from the directory containing your 'xc' directory: patch -p -E < 3.3.5-3.3.6.diff ------------------------------------------------------------------------------- Prereq: 3.3.5 Index: xc/programs/Xserver/hw/xfree86/xf86Version.h diff -c xc/programs/Xserver/hw/xfree86/xf86Version.h:3.236.2.97 xc/programs/Xserver/hw/xfree86/xf86Version.h:3.236.2.108 *** xc/programs/Xserver/hw/xfree86/xf86Version.h:3.236.2.97 Mon Aug 23 18:49:43 1999 --- xc/programs/Xserver/hw/xfree86/xf86Version.h Sun Jan 9 07:42:39 2000 *************** *** 1,11 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xf86Version.h,v 3.236.2.97 1999/08/23 08:49:43 hohndel Exp $ */ ! #define XF86_VERSION " 3.3.5 " /* The finer points in versions... */ #define XF86_VERSION_MAJOR 3 #define XF86_VERSION_MINOR 3 ! #define XF86_VERSION_SUBMINOR 5 #define XF86_VERSION_PATCHLEV 0 #define XF86_VERSION_BETA XF86_VERSION_PATCHLEV #define XF86_VERSION_ALPHA 0 /* 0="", 1="a", 2="b", etc... */ --- 1,11 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xf86Version.h,v 3.236.2.108 2000/01/08 03:27:54 robin Exp $ */ ! #define XF86_VERSION " 3.3.6 " /* The finer points in versions... */ #define XF86_VERSION_MAJOR 3 #define XF86_VERSION_MINOR 3 ! #define XF86_VERSION_SUBMINOR 6 #define XF86_VERSION_PATCHLEV 0 #define XF86_VERSION_BETA XF86_VERSION_PATCHLEV #define XF86_VERSION_ALPHA 0 /* 0="", 1="a", 2="b", etc... */ *************** *** 19,24 **** XF86_VERSION_BETA, \ XF86_VERSION_ALPHA) ! #define XF86_DATE "August 23 1999" /* $XConsortium: xf86Version.h /main/78 1996/10/28 05:42:10 kaleb $ */ --- 19,24 ---- XF86_VERSION_BETA, \ XF86_VERSION_ALPHA) ! #define XF86_DATE "January 8 1999" /* $XConsortium: xf86Version.h /main/78 1996/10/28 05:42:10 kaleb $ */ Index: xc/config/cf/FreeBSD.cf diff -c xc/config/cf/FreeBSD.cf:3.58.2.20 xc/config/cf/FreeBSD.cf:3.58.2.21 *** xc/config/cf/FreeBSD.cf:3.58.2.20 Sun Jan 10 01:18:56 1999 --- xc/config/cf/FreeBSD.cf Fri Dec 3 01:27:24 1999 *************** *** 1,5 **** XCOMM platform: $TOG: FreeBSD.cf /main/18 1997/06/12 07:40:35 kaleb $ ! XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.58.2.20 1999/01/09 14:18:56 dawes Exp $ #ifndef UseElfFormat #define UseElfFormat DefaultToElfFormat --- 1,5 ---- XCOMM platform: $TOG: FreeBSD.cf /main/18 1997/06/12 07:40:35 kaleb $ ! XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.58.2.21 1999/12/02 14:27:24 hohndel Exp $ #ifndef UseElfFormat #define UseElfFormat DefaultToElfFormat *************** *** 46,51 **** --- 46,60 ---- # define HasShm YES #endif #define HasWChar32 YES + + #define HasPosixThreads YES + #define ThreadedX YES + #define BuildThreadStubLibrary YES + #define NeedUIThrStubs YES + #define HasThreadSafeAPI NO + #define ThreadsLibraries -pthread + XCOMM math.h uses _REENTRANT in FreeBSD, so we define it here too + #define SystemMTDefines -D_REENTRANT -D_THREAD_SAFE #define AvoidNullMakeCommand YES #define StripInstalledPrograms YES Index: xc/config/cf/NetBSD.cf diff -c xc/config/cf/NetBSD.cf:3.49.2.12 xc/config/cf/NetBSD.cf:3.49.2.13 *** xc/config/cf/NetBSD.cf:3.49.2.12 Tue Dec 22 22:23:02 1998 --- xc/config/cf/NetBSD.cf Wed Oct 13 03:18:20 1999 *************** *** 2,8 **** ! XCOMM platform: $XFree86: xc/config/cf/NetBSD.cf,v 3.49.2.12 1998/12/22 11:23:02 hohndel Exp $ #ifndef OSName --- 2,8 ---- ! XCOMM platform: $XFree86: xc/config/cf/NetBSD.cf,v 3.49.2.13 1999/10/12 17:18:20 hohndel Exp $ #ifndef OSName *************** *** 85,90 **** --- 85,91 ---- #define NeedVarargsPrototypes YES #define NeedWidePrototypes NO + #define HasMktemp NO #define MkdirHierCmd mkdir -p #define CppCmd /usr/libexec/cpp Index: xc/config/cf/OpenBSD.cf diff -c xc/config/cf/OpenBSD.cf:3.1.2.13 xc/config/cf/OpenBSD.cf:3.1.2.14 *** xc/config/cf/OpenBSD.cf:3.1.2.13 Tue Dec 22 22:23:02 1998 --- xc/config/cf/OpenBSD.cf Wed Dec 1 23:49:09 1999 *************** *** 1,4 **** ! XCOMM platform: $XFree86: xc/config/cf/OpenBSD.cf,v 3.1.2.13 1998/12/22 11:23:02 hohndel Exp $ XCOMM XCOMM $OpenBSD: OpenBSD.cf,v 1.33 1998/09/27 04:52:48 rahnds Exp $ XCOMM --- 1,4 ---- ! XCOMM platform: $XFree86: xc/config/cf/OpenBSD.cf,v 3.1.2.14 1999/12/01 12:49:09 hohndel Exp $ XCOMM XCOMM $OpenBSD: OpenBSD.cf,v 1.33 1998/09/27 04:52:48 rahnds Exp $ XCOMM *************** *** 337,342 **** --- 337,348 ---- * Definitions for the i386 architecture */ #ifdef i386Architecture + + /* Support for USB Mices */ + #if OSMajorVersion == 2 && OSMinorVersion >= 6 || OSMajorVersion > 2 + #define UsbMouseSupport YES + #define HasLibUsb NO + #endif /* * For safety reasons, don't install the X server setuid on OpenBSD Index: xc/config/cf/bsdLib.tmpl diff -c xc/config/cf/bsdLib.tmpl:3.3.2.2 xc/config/cf/bsdLib.tmpl:3.3.2.3 *** xc/config/cf/bsdLib.tmpl:3.3.2.2 Sat Nov 7 00:54:16 1998 --- xc/config/cf/bsdLib.tmpl Fri Dec 3 01:27:24 1999 *************** *** 1,5 **** XCOMM $XConsortium: bsdLib.tmpl /main/3 1996/09/28 16:09:25 rws $ ! XCOMM $XFree86: xc/config/cf/bsdLib.tmpl,v 3.3.2.2 1998/11/06 13:54:16 dawes Exp $ /* * NetBSD/FreeBSD/OpenBSD shared library template --- 1,5 ---- XCOMM $XConsortium: bsdLib.tmpl /main/3 1996/09/28 16:09:25 rws $ ! XCOMM $XFree86: xc/config/cf/bsdLib.tmpl,v 3.3.2.3 1999/12/02 14:27:24 hohndel Exp $ /* * NetBSD/FreeBSD/OpenBSD shared library template *************** *** 48,56 **** #define CplusplusLibC #define FrescoSysLibs CplusplusLibC MathLibrary ! #define SharedX11Reqs #define SharedOldXReqs $(LDPRELIB) $(XLIBONLY) ! #define SharedXtReqs $(LDPRELIB) $(XLIBONLY) $(SMLIB) $(ICELIB) #define SharedXawReqs $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB) #define SharedXmuReqs $(LDPRELIB) $(XTOOLLIB) $(XLIB) #define SharedXextReqs $(LDPRELIB) $(XLIBONLY) --- 48,66 ---- #define CplusplusLibC #define FrescoSysLibs CplusplusLibC MathLibrary ! #if ThreadedX ! # ifdef BuildThreadStubLibrary ! # define SharedThreadReqs -L$(BUILDLIBDIR) -lXThrStub ! # else ! # define SharedThreadReqs -pthread ! # endif ! #else ! # define SharedThreadReqs /**/ ! #endif ! ! #define SharedX11Reqs SharedThreadReqs #define SharedOldXReqs $(LDPRELIB) $(XLIBONLY) ! #define SharedXtReqs $(LDPRELIB) $(XLIBONLY) $(SMLIB) $(ICELIB) SharedThreadReqs #define SharedXawReqs $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB) #define SharedXmuReqs $(LDPRELIB) $(XTOOLLIB) $(XLIB) #define SharedXextReqs $(LDPRELIB) $(XLIBONLY) Index: xc/config/cf/linux.cf diff -c xc/config/cf/linux.cf:3.57.2.18 xc/config/cf/linux.cf:3.57.2.19 *** xc/config/cf/linux.cf:3.57.2.18 Thu Jul 22 18:13:51 1999 --- xc/config/cf/linux.cf Sat Sep 4 19:12:27 1999 *************** *** 1,5 **** XCOMM platform: $TOG: linux.cf /main/36 1997/06/16 22:21:03 kaleb $ ! XCOMM platform: $XFree86: xc/config/cf/linux.cf,v 3.57.2.18 1999/07/22 08:13:51 hohndel Exp $ #ifndef LinuxElfDefault #define LinuxElfDefault YES --- 1,5 ---- XCOMM platform: $TOG: linux.cf /main/36 1997/06/16 22:21:03 kaleb $ ! XCOMM platform: $XFree86: xc/config/cf/linux.cf,v 3.57.2.19 1999/09/04 09:12:27 dawes Exp $ #ifndef LinuxElfDefault #define LinuxElfDefault YES *************** *** 168,175 **** --- 168,179 ---- #define AsmDefines -D__ELF__ #define CplusplusCmd c++ #if UseStaticTermcapLib + #if LinuxCLibMajorVersion >= 6 + #define TermcapLibrary StaticLibrary(/usr/lib,ncurses) + #else #define TermcapLibrary StaticLibrary(/usr/lib/termcap,termcap) #endif + #endif #else #ifdef AlphaArchitecture #define CcCmd gcc -b alpha-linuxecoff *************** *** 281,286 **** --- 285,298 ---- #endif /* Arm */ #define StandardDefines -Dlinux LinuxMachineDefines LinuxSourceDefines + + #ifndef TermcapLibrary + #if LinuxCLibMajorVersion >= 6 + #define TermcapLibrary -lncurses + #else + #define TermcapLibrary -ltermcap + #endif + #endif #if UseElfFormat #define DlLibrary -rdynamic -ldl Index: xc/config/cf/nto.cf diff -c xc/config/cf/nto.cf:1.1.2.2 xc/config/cf/nto.cf:1.1.2.3 *** xc/config/cf/nto.cf:1.1.2.2 Tue Aug 17 17:39:16 1999 --- xc/config/cf/nto.cf Fri Nov 19 02:37:13 1999 *************** *** 1,4 **** ! /* $XFree86: xc/config/cf/nto.cf,v 1.1.2.2 1999/08/17 07:39:16 hohndel Exp $ */ /* Get X to build using the gcc toolchain, from QNX4 */ /* Let us try to separate the x86 stuff out of here as well... */ --- 1,4 ---- ! /* $XFree86: xc/config/cf/nto.cf,v 1.1.2.3 1999/11/18 15:37:13 hohndel Exp $ */ /* Get X to build using the gcc toolchain, from QNX4 */ /* Let us try to separate the x86 stuff out of here as well... */ *************** *** 98,104 **** #define BootstrapCFlags -D__QNXNTO__ -DMIPS #define OSDefines -DNO_REGEX -DSTRINGS_ALIGNED #define NTODefines -D__MIPS__ -D__ELF__ -D__QNXNTO__ ! #define CcCmd /usr/gcc/ntomips/bin/gcc -bntomips -EB #define ArCmd /usr/gcc/bin/ar cq #define LdCmd /usr/gcc/bin/ld #define AsCmd /usr/gcc/ntomips/bin/as --- 98,104 ---- #define BootstrapCFlags -D__QNXNTO__ -DMIPS #define OSDefines -DNO_REGEX -DSTRINGS_ALIGNED #define NTODefines -D__MIPS__ -D__ELF__ -D__QNXNTO__ ! #define CcCmd /usr/gcc/ntomips/bin/gcc -bntomips -EL #define ArCmd /usr/gcc/bin/ar cq #define LdCmd /usr/gcc/bin/ld #define AsCmd /usr/gcc/ntomips/bin/as Index: xc/config/cf/sun.cf diff -c xc/config/cf/sun.cf:3.31.2.9 xc/config/cf/sun.cf:3.31.2.10 *** xc/config/cf/sun.cf:3.31.2.9 Sat Mar 27 23:28:47 1999 --- xc/config/cf/sun.cf Thu Sep 2 21:34:12 1999 *************** *** 3,9 **** ! XCOMM platform: $XFree86: xc/config/cf/sun.cf,v 3.31.2.9 1999/03/27 12:28:47 dawes Exp $ #ifndef OSName # define OSName DefaultOSName --- 3,9 ---- ! XCOMM platform: $XFree86: xc/config/cf/sun.cf,v 3.31.2.10 1999/09/02 11:34:12 dawes Exp $ #ifndef OSName # define OSName DefaultOSName *************** *** 265,272 **** # if UseInstalled # define DefaultCCOptions -DNO_ASM # else ! # if (OSMinorVersion > 3) && (OSMinorVersion < 7) ! # define DefaultCCOptions -ansi -pedantic -DNO_ASM # else # define DefaultCCOptions -DNO_ASM # endif --- 265,274 ---- # if UseInstalled # define DefaultCCOptions -DNO_ASM # else ! # if OSMinorVersion > 6 ! # define DefaultCCOptions -DNO_ASM -D__EXTENSIONS__ ! # elif OSMinorVersion > 3 ! # define DefaultCCOptions -ansi -pedantic -DNO_ASM -D__EXTENSIONS__ # else # define DefaultCCOptions -DNO_ASM # endif Index: xc/config/cf/xf86.rules diff -c xc/config/cf/xf86.rules:3.16.2.2 xc/config/cf/xf86.rules:3.16.2.3 *** xc/config/cf/xf86.rules:3.16.2.2 Fri Jul 23 19:00:21 1999 --- xc/config/cf/xf86.rules Sat Sep 4 17:08:46 1999 *************** *** 1,5 **** XCOMM $XConsortium: xf86.rules /main/9 1996/10/31 14:54:26 kaleb $ ! XCOMM $XFree86: xc/config/cf/xf86.rules,v 3.16.2.2 1999/07/23 09:00:21 hohndel Exp $ /* * These rules are needed to build the Xfree86 X Servers --- 1,5 ---- XCOMM $XConsortium: xf86.rules /main/9 1996/10/31 14:54:26 kaleb $ ! XCOMM $XFree86: xc/config/cf/xf86.rules,v 3.16.2.3 1999/09/04 07:08:46 dawes Exp $ /* * These rules are needed to build the Xfree86 X Servers *************** *** 52,58 **** AssembleObject(flags) @@\ @@\ src.i: src.s @@\ ! CPPOnlyAsm(dst,flags) @@\ @@\ depend:: src.s #endif --- 52,58 ---- AssembleObject(flags) @@\ @@\ src.i: src.s @@\ ! CPPOnlyAsm(src,flags) @@\ @@\ depend:: src.s #endif Index: xc/config/cf/xf86site.def diff -c xc/config/cf/xf86site.def:3.101.2.31 xc/config/cf/xf86site.def:3.101.2.36 *** xc/config/cf/xf86site.def:3.101.2.31 Mon Aug 2 18:37:48 1999 --- xc/config/cf/xf86site.def Tue Dec 28 23:13:34 1999 *************** *** 1,4 **** ! XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.101.2.31 1999/08/02 08:37:48 hohndel Exp $ /******************************************************************************/ /* * This file is to provide a quick method for most people to change the --- 1,4 ---- ! XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.101.2.36 1999/12/28 12:13:34 hohndel Exp $ /******************************************************************************/ /* * This file is to provide a quick method for most people to change the *************** *** 269,279 **** /* * SVGA server: * ! #define XF86SvgaDrivers nv et4000 et3000 pvga1 gvga ati sis tvga8900 \ cirrus ncr77c22 compaq mga oak al2101 ali \ cl64xx video7 ark mx realtek apm s3_savage \ s3v s3_svga neo chips cyrix rendition p9x00 \ ! spc8110 i740 tdfx generic */ /* --- 269,279 ---- /* * SVGA server: * ! #define XF86SvgaDrivers nv et4000 et3000 pvga1 gvga r128 ati sis tvga8900 \ cirrus ncr77c22 compaq mga oak al2101 ali \ cl64xx video7 ark mx realtek apm s3_savage \ s3v s3_svga neo chips cyrix rendition p9x00 \ ! spc8110 i740 tdfx i810 smi generic */ /* *************** *** 594,601 **** /* * To install Japanese versions of the documentation uncomment this. - * Note: The Japanese documentation consists of a subset of the - * XFree86 3.1 docs. * #define InstallJapaneseDocs YES */ --- 594,599 ---- Index: xc/config/cf/xfree86.cf diff -c xc/config/cf/xfree86.cf:3.129.2.47 xc/config/cf/xfree86.cf:3.129.2.53 *** xc/config/cf/xfree86.cf:3.129.2.47 Tue Aug 3 19:41:30 1999 --- xc/config/cf/xfree86.cf Fri Dec 10 23:38:13 1999 *************** *** 1,4 **** ! XCOMM $XFree86: xc/config/cf/xfree86.cf,v 3.129.2.47 1999/08/03 09:41:30 hohndel Exp $ /* * This configuration file contains all of the configuration * information for the XFree86 based X Servers. --- 1,4 ---- ! XCOMM $XFree86: xc/config/cf/xfree86.cf,v 3.129.2.53 1999/12/10 12:38:13 hohndel Exp $ /* * This configuration file contains all of the configuration * information for the XFree86 based X Servers. *************** *** 433,449 **** # define XF86SvgaDrivers mga tvga8900 s3v # else # if defined(LinuxArchitecture) ! # define XF86SvgaDrivers nv et4000 et3000 pvga1 gvga ati sis tvga8900 \ cirrus ncr77c22 compaq mga oak al2101 \ ali cl64xx video7 ark mx realtek s3_savage s3v apm \ s3_svga neo chips cyrix rendition p9x00 \ ! spc8110 i740 tdfx generic # else ! # define XF86SvgaDrivers nv et4000 et3000 pvga1 gvga ati sis tvga8900 \ cirrus ncr77c22 compaq mga oak al2101 \ ali cl64xx video7 ark mx realtek s3v apm \ s3_svga neo chips cyrix rendition p9x00 \ ! spc8110 i740 tdfx generic # endif # endif #endif --- 433,449 ---- # define XF86SvgaDrivers mga tvga8900 s3v # else # if defined(LinuxArchitecture) ! # define XF86SvgaDrivers nv et4000 et3000 pvga1 gvga r128 ati sis tvga8900 \ cirrus ncr77c22 compaq mga oak al2101 \ ali cl64xx video7 ark mx realtek s3_savage s3v apm \ s3_svga neo chips cyrix rendition p9x00 \ ! spc8110 i740 tdfx smi generic # else ! # define XF86SvgaDrivers nv et4000 et3000 pvga1 gvga r128 ati sis tvga8900 \ cirrus ncr77c22 compaq mga oak al2101 \ ali cl64xx video7 ark mx realtek s3v apm \ s3_svga neo chips cyrix rendition p9x00 \ ! spc8110 i740 tdfx smi generic # endif # endif #endif *************** *** 914,919 **** --- 914,928 ---- #endif #endif + /* Support for USB mouse */ + #ifndef UsbMouseSupport + #define UsbMouseSupport NO + #endif + /* Does this OS has libusb ? */ + #ifndef HasLibUsb + #define HasLibUsb NO + #endif + #ifndef UseServerLock #define UseServerLock YES #endif *************** *** 1085,1091 **** #endif #ifndef XFree86Version ! #define XFree86Version 335 #endif #ifndef XVendorString --- 1094,1100 ---- #endif #ifndef XFree86Version ! #define XFree86Version 3360 #endif #ifndef XVendorString Index: xc/config/imake/imake.c diff -c xc/config/imake/imake.c:3.13.2.20 xc/config/imake/imake.c:3.13.2.23 *** xc/config/imake/imake.c:3.13.2.20 Fri Jul 23 23:22:10 1999 --- xc/config/imake/imake.c Mon Dec 20 23:55:40 1999 *************** *** 8,14 **** * be passed to the template file. * * * ***************************************************************************/ ! /* $XFree86: xc/config/imake/imake.c,v 3.13.2.20 1999/07/23 13:22:10 hohndel Exp $ */ /* * --- 8,14 ---- * be passed to the template file. * * * ***************************************************************************/ ! /* $XFree86: xc/config/imake/imake.c,v 3.13.2.23 1999/12/20 12:55:40 hohndel Exp $ */ /* * *************** *** 293,298 **** --- 293,302 ---- #include #endif + #if !(defined(Lynx) || defined(__Lynx__) || (defined(SVR4) && !defined(sun))) + #define HAS_MKSTEMP + #endif + #define TRUE 1 #define FALSE 0 *************** *** 394,404 **** Imakefile = FindImakefile(Imakefile); CheckImakefileC(ImakefileC); ! if (Makefile) ! tmpMakefile = Makefile; ! else { tmpMakefile = Strdup(tmpMakefile); ! (void) mktemp(tmpMakefile); } AddMakeArg("-f"); AddMakeArg( tmpMakefile ); --- 398,424 ---- Imakefile = FindImakefile(Imakefile); CheckImakefileC(ImakefileC); ! if (Makefile) { ! tmpMakefile = Makefile; ! if ((tmpfd = fopen(tmpMakefile, "w+")) == NULL) ! LogFatal("Cannot create temporary file %s.", tmpMakefile); ! } else { ! int fd; tmpMakefile = Strdup(tmpMakefile); ! #ifndef HAS_MKSTEMP ! if (mktemp(tmpMakefile) == NULL || ! (tmpfd = fopen(tmpMakefile, "w+")) == NULL) { ! LogFatal("Cannot create temporary file %s.", tmpMakefile); ! } ! #else ! fd = mkstemp(tmpMakefile); ! if (fd == -1 || (tmpfd = fdopen(fd, "w+")) == NULL) { ! if (fd != -1) { ! unlink(tmpMakefile); close(fd); ! } ! LogFatal("Cannot create temporary file %s.", tmpMakefile); ! } ! #endif } AddMakeArg("-f"); AddMakeArg( tmpMakefile ); *************** *** 407,415 **** sprintf(makefileMacro, "MAKEFILE=%s", Imakefile); AddMakeArg( makefileMacro ); - if ((tmpfd = fopen(tmpMakefile, "w+")) == NULL) - LogFatal("Cannot create temporary file %s.", tmpMakefile); - cleanedImakefile = CleanCppInput(Imakefile); cppit(cleanedImakefile, Template, ImakefileC, tmpfd, tmpMakefile); --- 427,432 ---- *************** *** 1234,1245 **** strcmp(ptoken, "pragma") && strcmp(ptoken, "undef")) { if (outFile == NULL) { tmpImakefile = Strdup(tmpImakefile); ! (void) mktemp(tmpImakefile); ! outFile = fopen(tmpImakefile, "w"); ! if (outFile == NULL) LogFatal("Cannot open %s for write.", tmpImakefile); } writetmpfile(outFile, punwritten, pbuf-punwritten, tmpImakefile); --- 1251,1276 ---- strcmp(ptoken, "pragma") && strcmp(ptoken, "undef")) { if (outFile == NULL) { + int fd; tmpImakefile = Strdup(tmpImakefile); ! #ifndef HAS_MKSTEMP ! if (mktemp(tmpImakefile) == NULL || ! (outFile = fopen(tmpImakefile, "w+")) == NULL) { LogFatal("Cannot open %s for write.", tmpImakefile); + } + #else + fd=mkstemp(tmpImakefile); + if (fd != -1) + outFile = fdopen(fd, "w"); + if (outFile == NULL) { + if (fd != -1) { + unlink(tmpImakefile); close(fd); + } + LogFatal("Cannot open %s for write.", + tmpImakefile); + } + #endif } writetmpfile(outFile, punwritten, pbuf-punwritten, tmpImakefile); Index: xc/config/imake/imakemdep.h diff -c xc/config/imake/imakemdep.h:3.24.2.14 xc/config/imake/imakemdep.h:3.24.2.15 *** xc/config/imake/imakemdep.h:3.24.2.14 Thu Jul 29 19:22:27 1999 --- xc/config/imake/imakemdep.h Sun Jan 9 07:39:20 2000 *************** *** 25,31 **** in this Software without prior written authorization from the X Consortium. */ ! /* $XFree86: xc/config/imake/imakemdep.h,v 3.24.2.14 1999/07/29 09:22:27 hohndel Exp $ */ /* --- 25,31 ---- in this Software without prior written authorization from the X Consortium. */ ! /* $XFree86: xc/config/imake/imakemdep.h,v 3.24.2.15 2000/01/06 04:58:58 dawes Exp $ */ /* *************** *** 265,272 **** #ifdef _CRAY #define DEFAULT_CPP "/lib/pcpp" #endif ! #if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) #define DEFAULT_CPP "/usr/libexec/cpp" #endif #if defined(__sgi) && defined(__ANSI_CPP__) #define USE_CC_E --- 265,275 ---- #ifdef _CRAY #define DEFAULT_CPP "/lib/pcpp" #endif ! #if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #define DEFAULT_CPP "/usr/libexec/cpp" + #endif + #if defined(__FreeBSD__) + #define USE_CC_E #endif #if defined(__sgi) && defined(__ANSI_CPP__) #define USE_CC_E Index: xc/fonts/bdf/misc/micro.bdf diff -c /dev/null xc/fonts/bdf/misc/micro.bdf:1.1.2.2 *** /dev/null Sun Jan 9 07:40:43 2000 --- xc/fonts/bdf/misc/micro.bdf Wed Oct 13 04:33:26 1999 *************** *** 0 **** --- 1,1548 ---- + STARTFONT 2.1 + COMMENT $XFree86: xc/fonts/bdf/misc/micro.bdf,v 1.1.2.2 1999/10/12 18:33:26 hohndel Exp $ + FONT micro + SIZE 4 75 75 + FONTBOUNDINGBOX 4 5 0 0 + STARTPROPERTIES 3 + FONT_DESCENT 0 + FONT_ASCENT 5 + COPYRIGHT "Public domain font. Share and enjoy." + ENDPROPERTIES + CHARS 128 + STARTCHAR C000 + ENCODING 0 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + e0 + e0 + 00 + ENDCHAR + STARTCHAR C001 + ENCODING 1 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 40 + 40 + 60 + 40 + ENDCHAR + STARTCHAR C002 + ENCODING 2 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + a0 + c0 + a0 + ENDCHAR + STARTCHAR C003 + ENCODING 3 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + a0 + e0 + a0 + c0 + ENDCHAR + STARTCHAR C004 + ENCODING 4 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 40 + e0 + a0 + 00 + ENDCHAR + STARTCHAR C005 + ENCODING 5 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + e0 + 20 + 00 + ENDCHAR + STARTCHAR C006 + ENCODING 6 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 80 + c0 + 80 + 40 + ENDCHAR + STARTCHAR C007 + ENCODING 7 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + e0 + a0 + a0 + ENDCHAR + STARTCHAR C010 + ENCODING 8 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + 40 + 40 + 40 + a0 + ENDCHAR + STARTCHAR C011 + ENCODING 9 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + 40 + c0 + 80 + ENDCHAR + STARTCHAR C012 + ENCODING 10 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + 80 + 40 + a0 + c0 + ENDCHAR + STARTCHAR C013 + ENCODING 11 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 60 + 40 + 40 + 40 + ENDCHAR + STARTCHAR C014 + ENCODING 12 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 40 + e0 + 40 + e0 + ENDCHAR + STARTCHAR C015 + ENCODING 13 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + 00 + 40 + e0 + 40 + ENDCHAR + STARTCHAR C016 + ENCODING 14 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 00 + 40 + 00 + 40 + ENDCHAR + STARTCHAR C017 + ENCODING 15 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + 20 + 60 + a0 + c0 + ENDCHAR + STARTCHAR C020 + ENCODING 16 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 60 + 80 + 80 + 60 + ENDCHAR + STARTCHAR C021 + ENCODING 17 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + c0 + 20 + 20 + c0 + ENDCHAR + STARTCHAR C022 + ENCODING 18 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + a0 + a0 + a0 + 00 + ENDCHAR + STARTCHAR C023 + ENCODING 19 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + a0 + 40 + 00 + ENDCHAR + STARTCHAR C024 + ENCODING 20 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + e0 + a0 + a0 + 40 + ENDCHAR + STARTCHAR C025 + ENCODING 21 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 20 + 60 + 20 + e0 + ENDCHAR + STARTCHAR C026 + ENCODING 22 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + 00 + a0 + 40 + a0 + ENDCHAR + STARTCHAR C027 + ENCODING 23 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 20 + e0 + 80 + 40 + ENDCHAR + STARTCHAR C030 + ENCODING 24 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 60 + e0 + 60 + 20 + ENDCHAR + STARTCHAR C031 + ENCODING 25 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + c0 + e0 + c0 + 80 + ENDCHAR + STARTCHAR C032 + ENCODING 26 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + e0 + 40 + e0 + 80 + ENDCHAR + STARTCHAR C033 + ENCODING 27 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + e0 + a0 + e0 + 40 + ENDCHAR + STARTCHAR C034 + ENCODING 28 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 40 + 80 + 40 + e0 + ENDCHAR + STARTCHAR C035 + ENCODING 29 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + 40 + 20 + 40 + e0 + ENDCHAR + STARTCHAR C036 + ENCODING 30 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 00 + e0 + 00 + e0 + ENDCHAR + STARTCHAR C037 + ENCODING 31 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + a0 + 40 + 00 + ENDCHAR + STARTCHAR C040 + ENCODING 32 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + 00 + 00 + 00 + ENDCHAR + STARTCHAR ! + ENCODING 33 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + c0 + c0 + 00 + c0 + ENDCHAR + STARTCHAR " + ENCODING 34 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + 00 + 00 + 00 + ENDCHAR + STARTCHAR # + ENCODING 35 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + e0 + a0 + e0 + a0 + ENDCHAR + STARTCHAR $ + ENCODING 36 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + e0 + c0 + 60 + e0 + ENDCHAR + STARTCHAR % + ENCODING 37 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + 60 + c0 + a0 + 00 + ENDCHAR + STARTCHAR & + ENCODING 38 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 40 + e0 + c0 + 40 + ENDCHAR + STARTCHAR ' + ENCODING 39 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 60 + 00 + 00 + 00 + ENDCHAR + STARTCHAR ( + ENCODING 40 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 40 + 40 + 40 + 20 + ENDCHAR + STARTCHAR ) + ENCODING 41 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + 40 + 40 + 40 + 80 + ENDCHAR + STARTCHAR * + ENCODING 42 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + 40 + e0 + 40 + a0 + ENDCHAR + STARTCHAR + + ENCODING 43 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 40 + e0 + 40 + 00 + ENDCHAR + STARTCHAR , + ENCODING 44 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + 00 + 40 + c0 + ENDCHAR + STARTCHAR - + ENCODING 45 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + e0 + 00 + 00 + ENDCHAR + STARTCHAR . + ENCODING 46 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + 00 + c0 + c0 + ENDCHAR + STARTCHAR / + ENCODING 47 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 20 + 40 + 40 + 80 + ENDCHAR + STARTCHAR 0 + ENCODING 48 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + a0 + a0 + a0 + 40 + ENDCHAR + STARTCHAR 1 + ENCODING 49 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + c0 + 40 + 40 + 40 + ENDCHAR + STARTCHAR 2 + ENCODING 50 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + 20 + 40 + 80 + e0 + ENDCHAR + STARTCHAR 3 + ENCODING 51 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + 20 + 60 + 20 + e0 + ENDCHAR + STARTCHAR 4 + ENCODING 52 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + a0 + e0 + 20 + ENDCHAR + STARTCHAR 5 + ENCODING 53 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 80 + c0 + 20 + c0 + ENDCHAR + STARTCHAR 6 + ENCODING 54 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + 80 + e0 + a0 + e0 + ENDCHAR + STARTCHAR 7 + ENCODING 55 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 20 + 20 + 40 + 40 + ENDCHAR + STARTCHAR 8 + ENCODING 56 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + e0 + a0 + e0 + ENDCHAR + STARTCHAR 9 + ENCODING 57 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + e0 + 20 + c0 + ENDCHAR + STARTCHAR : + ENCODING 58 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + c0 + 00 + c0 + c0 + ENDCHAR + STARTCHAR ; + ENCODING 59 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + c0 + 00 + 40 + c0 + ENDCHAR + STARTCHAR < + ENCODING 60 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 40 + 80 + 40 + 20 + ENDCHAR + STARTCHAR = + ENCODING 61 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + 00 + e0 + 00 + ENDCHAR + STARTCHAR > + ENCODING 62 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + 40 + 20 + 40 + 80 + ENDCHAR + STARTCHAR ? + ENCODING 63 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 20 + 60 + 00 + 40 + ENDCHAR + STARTCHAR @ + ENCODING 64 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + a0 + c0 + 80 + 60 + ENDCHAR + STARTCHAR A + ENCODING 65 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + e0 + a0 + a0 + ENDCHAR + STARTCHAR B + ENCODING 66 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + c0 + a0 + e0 + ENDCHAR + STARTCHAR C + ENCODING 67 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 80 + 80 + 80 + e0 + ENDCHAR + STARTCHAR D + ENCODING 68 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + a0 + a0 + a0 + c0 + ENDCHAR + STARTCHAR E + ENCODING 69 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 80 + e0 + 80 + e0 + ENDCHAR + STARTCHAR F + ENCODING 70 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 80 + e0 + 80 + 80 + ENDCHAR + STARTCHAR G + ENCODING 71 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 80 + a0 + a0 + e0 + ENDCHAR + STARTCHAR H + ENCODING 72 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + e0 + a0 + a0 + ENDCHAR + STARTCHAR I + ENCODING 73 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 40 + 40 + 40 + e0 + ENDCHAR + STARTCHAR J + ENCODING 74 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + 20 + 20 + a0 + e0 + ENDCHAR + STARTCHAR K + ENCODING 75 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + c0 + a0 + a0 + ENDCHAR + STARTCHAR L + ENCODING 76 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + 80 + 80 + 80 + e0 + ENDCHAR + STARTCHAR M + ENCODING 77 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + e0 + a0 + a0 + a0 + ENDCHAR + STARTCHAR N + ENCODING 78 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + a0 + a0 + a0 + ENDCHAR + STARTCHAR O + ENCODING 79 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + a0 + a0 + e0 + ENDCHAR + STARTCHAR P + ENCODING 80 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + e0 + 80 + 80 + ENDCHAR + STARTCHAR Q + ENCODING 81 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + a0 + c0 + 60 + ENDCHAR + STARTCHAR R + ENCODING 82 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + a0 + c0 + a0 + a0 + ENDCHAR + STARTCHAR S + ENCODING 83 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 80 + e0 + 20 + e0 + ENDCHAR + STARTCHAR T + ENCODING 84 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 40 + 40 + 40 + 40 + ENDCHAR + STARTCHAR U + ENCODING 85 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + a0 + a0 + e0 + ENDCHAR + STARTCHAR V + ENCODING 86 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + a0 + a0 + 40 + ENDCHAR + STARTCHAR W + ENCODING 87 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + a0 + e0 + a0 + ENDCHAR + STARTCHAR X + ENCODING 88 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + e0 + 40 + e0 + a0 + ENDCHAR + STARTCHAR Y + ENCODING 89 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + a0 + a0 + e0 + 40 + 40 + ENDCHAR + STARTCHAR Z + ENCODING 90 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + e0 + 20 + 40 + 80 + e0 + ENDCHAR + STARTCHAR [ + ENCODING 91 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + 40 + 40 + 40 + 60 + ENDCHAR + STARTCHAR \ + ENCODING 92 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + 80 + 40 + 40 + 20 + ENDCHAR + STARTCHAR ] + ENCODING 93 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + 40 + 40 + 40 + c0 + ENDCHAR + STARTCHAR ^ + ENCODING 94 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + a0 + 00 + 00 + 00 + ENDCHAR + STARTCHAR _ + ENCODING 95 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 00 + 00 + 00 + e0 + ENDCHAR + STARTCHAR ` + ENCODING 96 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 60 + 00 + 00 + 00 + ENDCHAR + STARTCHAR a + ENCODING 97 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + 60 + a0 + e0 + ENDCHAR + STARTCHAR b + ENCODING 98 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + e0 + a0 + a0 + e0 + ENDCHAR + STARTCHAR c + ENCODING 99 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + 80 + 80 + e0 + ENDCHAR + STARTCHAR d + ENCODING 100 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 20 + e0 + a0 + a0 + e0 + ENDCHAR + STARTCHAR e + ENCODING 101 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + c0 + e0 + ENDCHAR + STARTCHAR f + ENCODING 102 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + 80 + c0 + 80 + 80 + ENDCHAR + STARTCHAR g + ENCODING 103 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + 60 + e0 + ENDCHAR + STARTCHAR h + ENCODING 104 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + e0 + a0 + a0 + a0 + ENDCHAR + STARTCHAR i + ENCODING 105 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 40 + 40 + 40 + 40 + ENDCHAR + STARTCHAR j + ENCODING 106 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + 20 + 20 + a0 + e0 + ENDCHAR + STARTCHAR k + ENCODING 107 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 80 + a0 + c0 + c0 + a0 + ENDCHAR + STARTCHAR l + ENCODING 108 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + 40 + 40 + 40 + 40 + ENDCHAR + STARTCHAR m + ENCODING 109 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + e0 + a0 + a0 + ENDCHAR + STARTCHAR n + ENCODING 110 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + a0 + a0 + ENDCHAR + STARTCHAR o + ENCODING 111 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + a0 + e0 + ENDCHAR + STARTCHAR p + ENCODING 112 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + e0 + 80 + ENDCHAR + STARTCHAR q + ENCODING 113 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + e0 + 20 + ENDCHAR + STARTCHAR r + ENCODING 114 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + a0 + 80 + 80 + ENDCHAR + STARTCHAR s + ENCODING 115 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + c0 + 60 + e0 + ENDCHAR + STARTCHAR t + ENCODING 116 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + e0 + 40 + 40 + 60 + ENDCHAR + STARTCHAR u + ENCODING 117 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + a0 + a0 + e0 + ENDCHAR + STARTCHAR v + ENCODING 118 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + a0 + a0 + 40 + ENDCHAR + STARTCHAR w + ENCODING 119 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + a0 + e0 + a0 + ENDCHAR + STARTCHAR x + ENCODING 120 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + 40 + 40 + a0 + ENDCHAR + STARTCHAR y + ENCODING 121 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + a0 + a0 + 60 + c0 + ENDCHAR + STARTCHAR z + ENCODING 122 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + e0 + 60 + c0 + e0 + ENDCHAR + STARTCHAR { + ENCODING 123 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + 40 + c0 + 40 + 60 + ENDCHAR + STARTCHAR | + ENCODING 124 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 40 + 40 + 40 + 40 + 40 + ENDCHAR + STARTCHAR } + ENCODING 125 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + c0 + 40 + 60 + 40 + c0 + ENDCHAR + STARTCHAR ~ + ENCODING 126 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 00 + c0 + 60 + 00 + 00 + ENDCHAR + STARTCHAR C177 + ENCODING 127 + SWIDTH 1000 0 + DWIDTH 4 0 + BBX 4 5 0 0 + BITMAP + 60 + 40 + 40 + 40 + c0 + ENDCHAR + ENDFONT Index: xc/include/Xos_r.h diff -c xc/include/Xos_r.h:1.3.2.2 xc/include/Xos_r.h:1.3.2.4 *** xc/include/Xos_r.h:1.3.2.2 Fri Jul 23 19:00:22 1999 --- xc/include/Xos_r.h Fri Dec 3 01:27:25 1999 *************** *** 23,29 **** used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. */ ! /* $XFree86: xc/include/Xos_r.h,v 1.3.2.2 1999/07/23 09:00:22 hohndel Exp $ */ /* * Various and sundry Thread-Safe functions used by X11, Motif, and CDE. --- 23,29 ---- used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. */ ! /* $XFree86: xc/include/Xos_r.h,v 1.3.2.4 1999/12/02 14:27:25 hohndel Exp $ */ /* * Various and sundry Thread-Safe functions used by X11, Motif, and CDE. *************** *** 84,89 **** --- 84,92 ---- # undef _POSIX_SOURCE # endif # endif + # ifdef CSRG_BASED + # include /* for MAXHOSTNAMELEN */ + # endif #endif /* _XOS_R_H */ #ifndef WIN32 *************** *** 234,264 **** struct passwd* pwp; size_t len; } _Xgetpwparams; ! # define _Xpw_copyPasswd(p) \ (memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)), \ ((p).pws.pw_name = (p).pwbuf), \ ((p).len = strlen((p).pwp->pw_name)), \ strcpy((p).pws.pw_name, (p).pwp->pw_name), \ ((p).pws.pw_passwd = (p).pws.pw_name + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_passwd)), \ strcpy((p).pws.pw_passwd,(p).pwp->pw_passwd), \ ((p).pws.pw_age = (p).pws.pw_passwd + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_age)), \ strcpy((p).pws.pw_age, (p).pwp->pw_age), \ ((p).pws.pw_comment = (p).pws.pw_age + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_comment)), \ strcpy((p).pws.pw_comment, (p).pwp->pw_comment), \ ((p).pws.pw_gecos = (p).pws.pw_comment + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_gecos)), \ strcpy((p).pws.pw_gecos, (p).pwp->pw_gecos), \ ((p).pws.pw_dir = (p).pws.pw_comment + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_dir)), \ strcpy((p).pws.pw_dir, (p).pwp->pw_dir), \ ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_shell)), \ strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ ((p).pwp = &(p).pws), \ 0 ) # define _XGetpwuid(u,p) \ ( (_Xos_processLock), \ (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p) : 0), \ --- 237,305 ---- struct passwd* pwp; size_t len; } _Xgetpwparams; ! # if defined(CSRG_BASED) /* FreeBSD and hopefully NetBSD, OpenBSD and BSD/OS */ ! # define _Xpw_copyPasswd(p) \ ! (memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)), \ ! ((p).pws.pw_name = (p).pwbuf), \ ! ((p).len = strlen((p).pwp->pw_name)), \ ! strcpy((p).pws.pw_name, (p).pwp->pw_name), \ ! \ ! ((p).pws.pw_passwd = (p).pws.pw_name + (p).len + 1), \ ! ((p).len = strlen((p).pwp->pw_passwd)), \ ! strcpy((p).pws.pw_passwd,(p).pwp->pw_passwd), \ ! \ ! ((p).pws.pw_class = (p).pws.pw_class + (p).len + 1), \ ! ((p).len = strlen((p).pwp->pw_class)), \ ! strcpy((p).pws.pw_class, (p).pwp->pw_class), \ ! \ ! ((p).pws.pw_gecos = (p).pws.pw_class + (p).len + 1), \ ! ((p).len = strlen((p).pwp->pw_gecos)), \ ! strcpy((p).pws.pw_gecos, (p).pwp->pw_gecos), \ ! \ ! ((p).pws.pw_dir = (p).pws.pw_class + (p).len + 1), \ ! ((p).len = strlen((p).pwp->pw_dir)), \ ! strcpy((p).pws.pw_dir, (p).pwp->pw_dir), \ ! \ ! ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ ! ((p).len = strlen((p).pwp->pw_shell)), \ ! strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ ! \ ! ((p).pwp = &(p).pws), \ ! 0 ) ! # else /* CSRG_BASED */ ! # define _Xpw_copyPasswd(p) \ (memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)), \ ((p).pws.pw_name = (p).pwbuf), \ ((p).len = strlen((p).pwp->pw_name)), \ strcpy((p).pws.pw_name, (p).pwp->pw_name), \ + \ ((p).pws.pw_passwd = (p).pws.pw_name + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_passwd)), \ strcpy((p).pws.pw_passwd,(p).pwp->pw_passwd), \ + \ ((p).pws.pw_age = (p).pws.pw_passwd + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_age)), \ strcpy((p).pws.pw_age, (p).pwp->pw_age), \ + \ ((p).pws.pw_comment = (p).pws.pw_age + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_comment)), \ strcpy((p).pws.pw_comment, (p).pwp->pw_comment), \ + \ ((p).pws.pw_gecos = (p).pws.pw_comment + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_gecos)), \ strcpy((p).pws.pw_gecos, (p).pwp->pw_gecos), \ + \ ((p).pws.pw_dir = (p).pws.pw_comment + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_dir)), \ strcpy((p).pws.pw_dir, (p).pwp->pw_dir), \ + \ ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ ((p).len = strlen((p).pwp->pw_shell)), \ strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ + \ ((p).pwp = &(p).pws), \ 0 ) + # endif /* CSRG_BASED */ # define _XGetpwuid(u,p) \ ( (_Xos_processLock), \ (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p) : 0), \ *************** *** 454,463 **** } _Xgetservbynameparams; # define _XGethostbyname(h,hp) \ (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \ ! ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == 0) ? &(hp).hent) : NULL) # define _XGethostbyaddr(a,al,t,hp) \ (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \ ! ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == 0) ? &(hp).hent) : NULL) # define _XGetservbyname(s,p,sp) \ (bzero((char*)&(sp).sdata,sizeof((sp).sdata)), \ ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == 0) ? &(sp).sent : NULL) ) --- 495,504 ---- } _Xgetservbynameparams; # define _XGethostbyname(h,hp) \ (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \ ! ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == 0) ? &(hp).hent : NULL)) # define _XGethostbyaddr(a,al,t,hp) \ (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \ ! ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == 0) ? &(hp).hent : NULL)) # define _XGetservbyname(s,p,sp) \ (bzero((char*)&(sp).sdata,sizeof((sp).sdata)), \ ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == 0) ? &(sp).sent : NULL) ) *************** *** 1088,1098 **** } _Xgetgrparams; #define _XGetgrgid(g,p) \ ! ((getgrgid_r((g), &(p).grp, (p).buf, sizeof((p).buf), &(p).result) == 0 ? \ ! (p).result) : NULL) #define _XGetgrnam(n,p) \ ! ((getgrnam_r((n), &(p).grp, (p).buf, sizeof((p).buf), &(p).result) == 0 ? \ ! (p).result) : NULL) #endif #if defined(X_INCLUDE_GRP_H) && !defined(_XOS_INCLUDED_GRP_H) --- 1129,1139 ---- } _Xgetgrparams; #define _XGetgrgid(g,p) \ ! ((getgrgid_r((g), &(p).grp, (p).buf, sizeof((p).buf), &(p).result) == 0) ? \ ! (p).result : NULL) #define _XGetgrnam(n,p) \ ! ((getgrnam_r((n), &(p).grp, (p).buf, sizeof((p).buf), &(p).result) == 0) ? \ ! (p).result : NULL) #endif #if defined(X_INCLUDE_GRP_H) && !defined(_XOS_INCLUDED_GRP_H) Index: xc/include/extensions/xf86misc.h diff -c xc/include/extensions/xf86misc.h:3.6.2.6 xc/include/extensions/xf86misc.h:3.6.2.7 *** xc/include/extensions/xf86misc.h:3.6.2.6 Wed Jun 23 22:37:09 1999 --- xc/include/extensions/xf86misc.h Thu Dec 2 01:53:57 1999 *************** *** 1,4 **** ! /* $XFree86: xc/include/extensions/xf86misc.h,v 3.6.2.6 1999/06/23 12:37:09 hohndel Exp $ */ /* * Copyright (c) 1995, 1996 The XFree86 Project, Inc --- 1,4 ---- ! /* $XFree86: xc/include/extensions/xf86misc.h,v 3.6.2.7 1999/12/01 14:53:57 hohndel Exp $ */ /* * Copyright (c) 1995, 1996 The XFree86 Project, Inc *************** *** 54,59 **** --- 54,60 ---- #define MTYPE_AUTOMOUSE 18 #define MTYPE_ACECAD 19 #define MTYPE_WSMOUSE 20 + #define MTYPE_USB 21 #define MTYPE_XQUEUE 127 #define MTYPE_OSMOUSE 126 Index: xc/lib/XThrStub/UIThrStubs.c diff -c xc/lib/XThrStub/UIThrStubs.c:3.0 xc/lib/XThrStub/UIThrStubs.c:3.0.4.1 *** xc/lib/XThrStub/UIThrStubs.c:3.0 Thu Nov 2 11:27:07 1995 --- xc/lib/XThrStub/UIThrStubs.c Fri Dec 3 01:27:26 1999 *************** *** 1,5 **** /* ! * $XFree86: xc/lib/XThrStub/UIThrStubs.c,v 3.0 1995/11/02 00:27:07 dawes Exp $ * * Copyright (c) 1995 David E. Wexelblat. All rights reserved * --- 1,5 ---- /* ! * $XFree86: xc/lib/XThrStub/UIThrStubs.c,v 3.0.4.1 1999/12/02 14:27:26 hohndel Exp $ * * Copyright (c) 1995 David E. Wexelblat. All rights reserved * *************** *** 37,125 **** * specificies the thread library on the link line. */ ! #include ! #include #pragma weak thr_self = _Xthr_self_stub_ ! thread_t _Xthr_self_stub_() { ! return((thread_t)0); } - #pragma weak mutex_init = _Xmutex_init_stub_ int ! _Xmutex_init_stub_(m, t, a) ! mutex_t *m; ! int t; ! void *a; { return(0); } - #pragma weak mutex_destroy = _Xmutex_destroy_stub_ int ! _Xmutex_destroy_stub_(m) ! mutex_t *m; { return(0); } - #pragma weak mutex_lock = _Xmutex_lock_stub_ int ! _Xmutex_lock_stub_(m) ! mutex_t *m; { return(0); } - #pragma weak mutex_unlock = _Xmutex_unlock_stub_ int ! _Xmutex_unlock_stub_(m) ! mutex_t *m; { return(0); } - #pragma weak cond_init = _Xcond_init_stub_ int ! _Xcond_init_stub_(c, t, a) ! cond_t *c; ! int t; ! void *a; { return(0); } - #pragma weak cond_destroy = _Xcond_destroy_stub_ int ! _Xcond_destroy_stub_(c) ! cond_t *c; { return(0); } - #pragma weak cond_wait = _Xcond_wait_stub_ int ! _Xcond_wait_stub_(c,m) ! cond_t *c; ! mutex_t *m; { return(0); } - #pragma weak cond_signal = _Xcond_signal_stub_ int ! _Xcond_signal_stub_(c) ! cond_t *c; { return(0); } - #pragma weak cond_broadcast = _Xcond_broadcast_stub_ int ! _Xcond_broadcast_stub_(c) ! cond_t *c; { return(0); } --- 37,185 ---- * specificies the thread library on the link line. */ ! /* ! * Modifications by Carlos A M dos Santos, XFree86 Project, November 1999. ! * ! * Explanation from : ! * The structure below is complicated, mostly because P1003.1c (the ! * IEEE POSIX Threads spec) went through lots of drafts, and some ! * vendors shipped systems based on draft API that were changed later. ! * Unfortunately POSIX did not provide a feature-test macro for ! * distinguishing each of the drafts. ! */ + #ifdef CTHREADS + #include + typedef cthread_t xthread_t; + #define xthread_self cthread_self + #pragma weak cthread_self = _Xthr_self_stub_ + #define xmutex_init mutex_init + #pragma weak mutex_init = _Xmutex_init_stub_ + #pragma weak mutex_clear = _Xmutex_destroy_stub_ + #pragma weak mutex_lock = _Xmutex_lock_stub_ + #pragma weak mutex_unlock = _Xmutex_unlock_stub_ + #pragma weak condition_init = _Xcond_init_stub_ + #pragma weak condition_clear = _Xcond_destroy_stub_ + #pragma weak condition_wait = _Xcond_wait_stub_ + #pragma weak condition_signal = _Xcond_signal_stub_ + #pragma weak condition_broadcast = _Xcond_signal_stub_ + #else /* !CTHREADS */ + #if defined(SVR4) && !defined(__sgi) + #include + typedef thread_t xthread_t; #pragma weak thr_self = _Xthr_self_stub_ ! #pragma weak mutex_init = _Xmutex_init_stub_ ! #pragma weak mutex_destroy = _Xmutex_destroy_stub_ ! #pragma weak mutex_lock = _Xmutex_lock_stub_ ! #pragma weak mutex_unlock = _Xmutex_unlock_stub_ ! #pragma weak cond_init = _Xcond_init_stub_ ! #pragma weak cond_destroy = _Xcond_destroy_stub_ ! #pragma weak cond_wait = _Xcond_wait_stub_ ! #pragma weak cond_signal = _Xcond_signal_stub_ ! #pragma weak cond_broadcast = _Xcond_signal_stub_ ! #else /* !SVR4 */ ! #ifdef WIN32 ! /* ! * Don't know what to do here. Is there something do be done at all? ! */ ! #else /* !WIN32 */ ! #ifdef USE_TIS_SUPPORT ! #include ! typedef pthread_t xthread_t; ! #pragma weak tis_self = _Xthr_self_stub_ ! #pragma weak tis_mutex_init = _Xmutex_init_stub_ ! #pragma weak tis_mutex_destroy = _Xmutex_destroy_stub_ ! #pragma weak tis_mutex_lock = _Xmutex_lock_stub_ ! #pragma weak tis_mutex_unlock = _Xmutex_unlock_stub_ ! #pragma weak tis_cond_init = _Xcond_init_stub_ ! #pragma weak tis_cond_destroy = _Xcond_destroy_stub_ ! #pragma weak tis_cond_wait = _Xcond_wait_stub_ ! #pragma weak tis_cond_signal = _Xcond_signal_stub_ ! #pragma weak tis_cond_broadcast = _Xcond_signal_stub_ ! #else ! #include ! typedef pthread_t xthread_t; ! #pragma weak pthread_self = _Xthr_self_stub_ ! #pragma weak pthread_mutex_init = _Xmutex_init_stub_ ! #pragma weak pthread_mutex_destroy = _Xmutex_destroy_stub_ ! #pragma weak pthread_mutex_lock = _Xmutex_lock_stub_ ! #pragma weak pthread_mutex_unlock = _Xmutex_unlock_stub_ ! #pragma weak pthread_cond_init = _Xcond_init_stub_ ! #pragma weak pthread_cond_destroy = _Xcond_destroy_stub_ ! #pragma weak pthread_cond_wait = _Xcond_wait_stub_ ! #pragma weak pthread_cond_signal = _Xcond_signal_stub_ ! #pragma weak pthread_cond_broadcast = _Xcond_broadcast_stub_ ! #if defined(_DECTHREADS_) || defined(linux) ! #pragma weak pthread_equal = _Xthr_equal_stub_ /* See Xthreads.h! */ ! int ! _Xthr_equal_stub_() ! { ! return(1); ! } ! #endif /* _DECTHREADS_ || linux */ ! #endif /* USE_TIS_SUPPORT */ ! #endif /* WIN32 */ ! #endif /* SVR4 */ ! #endif /* CTHREADS */ ! ! xthread_t _Xthr_self_stub_() { ! static xthread_t _X_no_thread_id; ! ! return(_X_no_thread_id); /* defined by */ } int ! _Xmutex_init_stub_() { return(0); } int ! _Xmutex_destroy_stub_() { return(0); } int ! _Xmutex_lock_stub_() { return(0); } int ! _Xmutex_unlock_stub_() { return(0); } int ! _Xcond_init_stub_() { return(0); } int ! _Xcond_destroy_stub_() { return(0); } int ! _Xcond_wait_stub_() { return(0); } int ! _Xcond_signal_stub_() { return(0); } int ! _Xcond_broadcast_stub_() { return(0); } Index: xc/lib/font/fontfile/fontscale.c diff -c xc/lib/font/fontfile/fontscale.c:3.4 xc/lib/font/fontfile/fontscale.c:3.4.2.1 *** xc/lib/font/fontfile/fontscale.c:3.4 Tue Dec 24 13:23:08 1996 --- xc/lib/font/fontfile/fontscale.c Fri Dec 3 20:27:29 1999 *************** *** 1,5 **** /* $XConsortium: fontscale.c /main/15 1996/09/28 16:49:13 rws $ */ ! /* $XFree86: xc/lib/font/fontfile/fontscale.c,v 3.4 1996/12/24 02:23:08 dawes Exp $ */ /* --- 1,5 ---- /* $XConsortium: fontscale.c /main/15 1996/09/28 16:49:13 rws $ */ ! /* $XFree86: xc/lib/font/fontfile/fontscale.c,v 3.4.2.1 1999/12/03 09:27:29 hohndel Exp $ */ /* *************** *** 372,378 **** if (!(a->x == b->x && a->y == b->y && ! (a->width == b->width || a->width == 0 || b->width == 0) && (!(b->values_supplied & PIXELSIZE_MASK) || (a->values_supplied & PIXELSIZE_MASK) == (b->values_supplied & PIXELSIZE_MASK) && --- 372,378 ---- if (!(a->x == b->x && a->y == b->y && ! (a->width == b->width || a->width == 0 || b->width == 0 || b->width == -1) && (!(b->values_supplied & PIXELSIZE_MASK) || (a->values_supplied & PIXELSIZE_MASK) == (b->values_supplied & PIXELSIZE_MASK) && Index: xc/programs/Xserver/Imakefile diff -c xc/programs/Xserver/Imakefile:3.85.2.16 xc/programs/Xserver/Imakefile:3.85.2.18 *** xc/programs/Xserver/Imakefile:3.85.2.16 Fri Jul 30 21:21:00 1999 --- xc/programs/Xserver/Imakefile Thu Dec 2 01:53:58 1999 *************** *** 2,8 **** /* * Server Master Makefile */ ! XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.85.2.16 1999/07/30 11:21:00 hohndel Exp $ #include --- 2,8 ---- /* * Server Master Makefile */ ! XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.85.2.18 1999/12/01 14:53:58 hohndel Exp $ #include *************** *** 152,164 **** MI = mi/LibraryTargetName(mi) DIX = dix/LibraryTargetName(dix) FONT = $(DEPFONTLIB) #ifdef ServerExtraSysLibs EXTRASYSLIBS = ServerExtraSysLibs #endif #if SystemV4 || defined(SGIArchitecture) || UseRgbTxt ! SYSLIBS = $(ZLIB) MathLibrary Krb5Libraries $(EXTRASYSLIBS) #else ! SYSLIBS = $(ZLIB) MathLibrary Krb5Libraries DBMLibrary $(EXTRASYSLIBS) #endif #if HasPam PAMLIBS = -lpam -lpam_misc -ldl --- 152,172 ---- MI = mi/LibraryTargetName(mi) DIX = dix/LibraryTargetName(dix) FONT = $(DEPFONTLIB) + #if UsbMouseSupport + #if !HasLibUsb + USB = $(XF86OSSRC)/libusb/LibraryTargetName(usb) + #else + USB = -lusb + #endif + #endif #ifdef ServerExtraSysLibs EXTRASYSLIBS = ServerExtraSysLibs #endif #if SystemV4 || defined(SGIArchitecture) || UseRgbTxt ! SYSLIBS = $(ZLIB) MathLibrary Krb5Libraries $(USB) $(EXTRASYSLIBS) #else ! SYSLIBS = $(ZLIB) MathLibrary Krb5Libraries DBMLibrary \ ! $(USB) $(EXTRASYSLIBS) #endif #if HasPam PAMLIBS = -lpam -lpam_misc -ldl *************** *** 1665,1674 **** IMSTTDIR = hw/xfree68/imstt FBDEVFBLIBS:= $(FBDEVFBLIBS) $(XF68SRC)/imstt/LibraryTargetName(imstt) #endif XF68FBDevSUBDIRS = $(STDDIRS) $(MFBDIR) $(IPLAN2P2DIR) $(IPLAN2P4DIR) \ $(IPLAN2P8DIR) $(ILBMDIR) $(AFBDIR) $(CFB8DIR) \ $(CFB16DIR) $(CFB24DIR) $(CFB32DIR) $(DDXDIR3) $(DEPDIRS) \ ! $(NCR77C32DIR) $(MACH64DIR) $(IMSTTDIR) XF68FBDevOBJS = $(XF68COMSRC)/XF68_FBDev.o XF68FBDevLIBS = $(XF68SRC)/fbdev/LibraryTargetName(fbdev) $(XF68LIBS) \ PreFbLibs $(FBDEVFBLIBS) PostFbLibs --- 1673,1686 ---- IMSTTDIR = hw/xfree68/imstt FBDEVFBLIBS:= $(FBDEVFBLIBS) $(XF68SRC)/imstt/LibraryTargetName(imstt) #endif + #if XF68FBDevIMSTT + PM2DIR = hw/xfree68/pm2 + FBDEVFBLIBS:= $(FBDEVFBLIBS) $(XF68SRC)/pm2/LibraryTargetName(pm2) + #endif XF68FBDevSUBDIRS = $(STDDIRS) $(MFBDIR) $(IPLAN2P2DIR) $(IPLAN2P4DIR) \ $(IPLAN2P8DIR) $(ILBMDIR) $(AFBDIR) $(CFB8DIR) \ $(CFB16DIR) $(CFB24DIR) $(CFB32DIR) $(DDXDIR3) $(DEPDIRS) \ ! $(NCR77C32DIR) $(MACH64DIR) $(IMSTTDIR) $(PM2DIR) XF68FBDevOBJS = $(XF68COMSRC)/XF68_FBDev.o XF68FBDevLIBS = $(XF68SRC)/fbdev/LibraryTargetName(fbdev) $(XF68LIBS) \ PreFbLibs $(FBDEVFBLIBS) PostFbLibs Index: xc/programs/Xserver/hw/xfree86/CHANGELOG diff -c xc/programs/Xserver/hw/xfree86/CHANGELOG:3.390.2.277 xc/programs/Xserver/hw/xfree86/CHANGELOG:3.390.2.303 *** xc/programs/Xserver/hw/xfree86/CHANGELOG:3.390.2.277 Mon Aug 23 18:49:37 1999 --- xc/programs/Xserver/hw/xfree86/CHANGELOG Sun Jan 9 07:42:35 2000 *************** *** 1,3 **** --- 1,181 ---- + XFree86 3.3.6 (8 January 2000) + 1577. Allow I/O port access throughout I128 server generation (Robin Cutshaw). + 1576. Fix I/O port access problem for Linux kbd rate code (#3555, + Keith Packard). + 1575. Add GLX for GeForce to NVIDIA driver (#3553, Jarno Paananen). + 1574. Fix Trio3D to work at 15/16 bpp above 115 MHz (#3547, Harald Koenig). + 1573. Fix for 2 Meg CL5480 cards (#3538, Mark Vojkovich). + 1572. Fix S3 Trio3D problems caused by driving the PLL in the wrong + frequency range (#3515, Harald Koenig). + 1571. Add an option to set the pressure threshold to generate a button 1 + on Wacom Graphire and Inutos model tablets (#3509, Frederic Lepied). + 1570. Update Japanese docs (#3506, Fujiwara Teruyoshi). + 1569. Fix S3 Savage loop/lockup when running "xlock bubble" at + resolutions > 1152 (#3507, Tim Roberts). + 1568. Re-enable the Linux kbd rate handling. Values below 10 for rate + are ignored (to work around config files with the silly value 5 as a + default) (#3504, Harald Koenig). + 1567. Fix several serious bugs for sis630/540 A1. Add version number for + sis driver. Fix SiS 630/540 threadhold issue. Support interlance + mode. Using bandwidth to decide the supported modes (Can-Ru Yeou, SiS). + + XFree86 3.3.5Za (20 December 1999) + 1566. Stop S3 drivers to recognize SonicVibes cards as VGA cards (#3502, + Takashi Manabe). + 1565. Fix Wacom Graphire support and Wacom IV cursor problems + (#3498,3500, Frederic Lepied). + 1564. Fix type in S3 Trio3D/2X memory detection (#3494, Harald Koenig). + 1563. Fix memleak util to work on Linux/glibc (#3492, Keith Packard). + 1562. Updates to xf86Summa module. Remove artificial limitations, fix + tablet mapping to correspond to screen aspect ratio, add + resolution config option, add option to use Hitachi 1217D tablet + in Summa mode (#3490, Huver Hu). + 1561. Fix compile problem with libc5 (#3487, Thomas Dickey). + 1560. Fix default keyboard repeat in xf86config (#3486, Harald Koenig). + 1559. Fix problems with reading the BIOS on OS/2 (#3483, Holger Veit). + 1558. Improved Danish keyboard layout (#3481, Keld Jorn Simonsen). + 1557. Remove wrongly merged kbdrate patch (#3478, Harald Koenig). + 1556. Update XF86Config manpage for wsmouse and Usb protocols (#3477, + Matthieu Herrb). + 1555. OS/2 documentation update (#3476, Holger Veit). + 1554. Fix the problems with ViRGE/MX for Compaq Armada 7400/7800 + notebooks (#3475, Harald Koenig). + 1553. Fix build problem on PANIX(SVR4.0) (#3474, Takaaki Nomura). + 1552. Enable extended PS/2 mouse types on LynxOS x86 (#3408, Thomas Mueller). + 1551. Fix pixel clock programming problem CT69000 (#3409, Thomas Mueller). + + XFree86 3.3.5Z (10 December 1999) + 1550. Disable setting the keyboard repeat rate on Linux for now. + 1549. Update Documentation and Cards file (Dirk Hohndel). + 1548. Fix S3 Aurora64V+ driver for some laptops (#3469, Harald Koenig). + 1547. Optionally enable the use of crypt() for xdm on LynxOS (#3471, + Thomas Mueller). + 1546. Clearify documentation on USB mouse support in FreeBSD (#3468, + Kazutaka Yokota). + 1545. Get Permedia boards with disabled PCI COMMAND IO bit recognized + and fix a localbuffer problem (#3465, Stefan Dirsch). + 1544. Work around Lynx not having mkstemp (#3461, Thomas Mueller). + 1543. Add /usr/X11R6/bin to the PATH that xon is looking at (#3454, + Harald Koenig). + 1542. Add driver for Silicon Motion Lynx chipsets (Frido Garritsen, + Tom Kao, Kevin Walsh, Silicom Motion). + + XFree86 3.3.5c (3 December 1999) + 1541. Fix font server to not crash on bogus requests (#3449, Keith Packard). + 1540. Fix font library to pick bitmap fonts over scaled ones if average + width field is wildcarded (#3448, Keith Packard). + 1539. Fix core dump in lbxproxy (Thomas Mueller). + 1538. Add SiS630/SiS540 acceleration, fix SiS300 threadhold problem + (Can-Ru Yeou, SiS). + 1537. Add thread support for FreeBSD 3.3 (#3398, Carlos A M dos Santos). + 1536. Fix Savage driver (Tim Roberts, Harald Koenig). + 1535. Add OpenBSD-2.6 USB support. This should work for NetBSD and FreeBSD + as well, but has not been enabled (#3441,3442, Matthieu Herrb) + 1534. Update s3_savage driver to support Savage3D, Savage4, and + Savage2000 (#3444, Tim Roberts). + 1533. Fix Linux keyboard rate setting code and remove floating point + calculations (3440, Derek Fawcus). + 1532. Port GeForce suport from 3.9 to 3.3 (#3438,3439, Jarno Paananen, + original code from Mark Vojkovich, Chas Inman). + 1531. Resync PC98 Imakefile, fix trident driver (#3431, Takaaki Nomura, + Satoshi Kimura). + 1530. Update Japanese documentation (#3334, Fujiwara Teruyoshi). + 1529. Fix some insecure uses of mktemp(3) in the imake program (#3428, + Colin Phipps). + 1528. Add support for register dump in log file and dumping core after + crash (Linux i386 only) (#3412. Harald Koenig). + 1527. Fix Savage driver (#3412, Tim Roberts). + 1526. Actually add Linux keyboard rate code from change 1512 (#3412, + Harald Koenig). + 1526. Fix typo in scanpci (#3412, Harald Koenig). + 1525. Xterm fix (ptyInitialErase) (#3376, Thomas Dickey). + 1524. Make SuperProbe check primary cards, only (#3374, Harald Koenig). + + XFree86 3.3.5b (18 November 1999) + 1523. Fix macro expansion in s3_savage server (#3403, Harald Koenig). + 1522. Fix some G200/G400 problems, add an option for 80Hz sample rates + on PS/2 mice (#3401, Mark Vojkovich). + 1521. Change the SwapAxes option elographics and microtouch drivers to + SwapXY to match an already existing option in the Dynapro driver. + Add a Focus class capability to the elographics driver (#3394, + Patrick Lecoanet). + 1520. Fix Xos_r.h compile problem (#3389, Kars de Jong). + 1519. Update mouse rate handling (#3388, Harald Koenig). + 1518. Fix Rage128 driver output if chip override is given (#3386, + Kevin Martin). + 1517. Fix NULL pointer dereference in misprite.c (#3380 Edward Wang). + 1516. Add detection for S3 Savage4, Savage2000 and clean up Trio3D/Savage3D + detection in SuperProbe (#3381,3384 Harald Koenig, Tim Roberts). + 1515. Display load in chooser menues for *BSD systems (#3375, + Christian Weisgerber). + 1514. Update QNX/Neutrino support (#3359, Frank Guangxin Liu). + 1513. Fix drawing transparent 8x8 stipples and a problem with 8 bpp + rendering in r128 server (#3356, Rik Faith). + 1512. Add kbd rate support for Linux (#3362, Harald Koenig). + 1511. Update Portuguese XKB map (#3351, Joao Esteves, Francisco Colaco). + 1510. Clean up Cards file (#3346, Harald Koenig). + 1509. Trio3D/2X fix and cleanup (#3344, Harald Koenig). + 1508. Fix ViRGE/MX and APM (#3345, Harald Koenig). + 1507. Fix typo in Rage128 driver (#3350, Anthony Tong). + 1506. Fix XAA loop (#3347, Harald Koenig). + 1505. Add i810 driver (#3332, Keith Whitwell PI). + 1504. Fix a lockup bug in 3dfx server and improve interaction with glide + (#3330,3331 Daryll Strauss). + 1503. Add support for Wacom Graphire and minimize timeouts (#3329, + Frederic Lepied). + 1502. Handle console switches for XInput devices (#3328, Frederic Lepied). + 1501. Bring over some xterm changes from the 3.9 branch (#3327, Tom Dickey). + 1500. Disable CPU to screen color expansion on Alliance chips (#3320, + Loic Grenie). + 1499. Rendition documentation updates (#3315, Dejan Ilic). + 1498. Make ati driver ignore Rage128 cards (#3319, Marc LaFrance). + 1497. Actually add the changes from item 1467 (#3115, Scott J. Bertin). + + XFree86 3.3.5a (12 October 1999) + 1496. Fix ViRGE driver when starting the server with Linux fbdev enabled + (#3304, Harald Koenig). + 1495. Added SwapAxes and PortraitMode options in Elographics and Microtouch + drivers. Microtouch driver now supports ThruGlass touchscreens + (contributed by Andreas Micklei). Updated XF86Conf.man to reflect the + current state of the drivers. (#3268, Patrick Lecoanet). + 1494. Fix pm2 acceleration build for PPC (#3266, Sven Luther). + 1493. ATI driver: Rage XC & Rage XL fixes. Rage Mobility support. + Disable TVOUT feature of 3D Rage (#3263,3312, Marc LaFrance, + Christian Lupien). + 1492. Remove scanpci's redundant check for "root", have it check for + euid, stop it from probing too manz devices per bus (#3263, 3312, + Marc LaFrance). + 1491. Fix some problems that prevented use of acceleration on some chipsets + with Trident driver (#3261, Harald Koenig) + 1490. Add iso8859-1ified micro.bdf (#3246, Mark Montague). + 1489. Resync SuperProbe and scanpci with 3.9.16a (#3225, Marc LaFrance). + 1488. Rage LCD: Fix determination of panel dimensions with older BIOS's. + Fix panel display problems by ensuring 8-dot character clocks are always + used (#3218, Marc LaFrance). + 1487. NetBSD does not have mktemp (#3205, Matthias Scheler). + 1486. Better default memory size for MGA G400 cards (#3201, Matthias Scheler). + 1485. Update S3_Savage driver to fall back to traditional register setting + when it encounters a mode not supported by the BIOS (#3198, Tim Roberts). + 1484. Make MicrotTouch driver drop packages for unconfigured devices + (#3177, David Woodhouse). + 1483. More card entries (#3152, Takashi Manabe) + 1482. Extend XF86Setup/xf86config to handle multiple Cards files + (Dirk Hohndel) + 1481. More SiS fixes (provided by SiS). + 1480. Add Rage128 server (Alan Hourihane, Dirk Hohndel). Add R128 driver + that is partly based on that code (Rik Faith, Kevin Martin, PI). + 1479. Fix a problem with xman that prevents it form recognising the + XM_DELETE_WINDOW message when xman is run with the "topbox" disabled + (#3207, Carlos A M dos Santos). + 1478. Prevent xkbcomp from overwriting writing through symlinks (#3206, + Branden Robinson). + 1477. Use ncurses instead of termcap for Linux/libc6 (#3204, H.J. Lu). + 1476. Fix a problem building xterm with gcc on Solaris 2.x. + 1475. Update the default xdm config file to disable listening for XDMCP + requests (#3183, Matthieu Herrb). + 1474. Fix a typo in ObjectFromAsmSource() in xf86.rules (#3157, + Matthieu Herrb). + XFree86 3.3.5 (23 August 1999) 1473. Update preinst.sh (#3140,3143, Joe Gibson). 1472. Update NetBSD and OpenBSD docs (#3136, Matthieu Herrb). *************** *** 5840,5843 **** XFree86 3.0 (26 April 1994) ! $XFree86: xc/programs/Xserver/hw/xfree86/CHANGELOG,v 3.390.2.277 1999/08/23 08:49:37 hohndel Exp $ --- 6018,6021 ---- XFree86 3.0 (26 April 1994) ! $XFree86: xc/programs/Xserver/hw/xfree86/CHANGELOG,v 3.390.2.303 2000/01/08 03:27:50 robin Exp $ Index: xc/programs/Xserver/hw/xfree86/XF86Conf.man diff -c xc/programs/Xserver/hw/xfree86/XF86Conf.man:3.52.2.14 xc/programs/Xserver/hw/xfree86/XF86Conf.man:3.52.2.19 *** xc/programs/Xserver/hw/xfree86/XF86Conf.man:3.52.2.14 Mon Aug 2 18:38:00 1999 --- xc/programs/Xserver/hw/xfree86/XF86Conf.man Tue Dec 28 23:13:41 1999 *************** *** 1,4 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/XF86Conf.man,v 3.52.2.14 1999/08/02 08:38:00 hohndel Exp $ .TH XF86Config 4/5 "Version 3.3.5" "XFree86" .SH NAME XF86Config - Configuration File for XFree86 --- 1,4 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/XF86Conf.man,v 3.52.2.19 1999/12/28 12:13:41 hohndel Exp $ .TH XF86Config 4/5 "Version 3.3.5" "XFree86" .SH NAME XF86Config - Configuration File for XFree86 *************** *** 312,317 **** --- 312,319 ---- .B SysMouse .B ThinkingMouse .B ThinkingMousePS/2 + .B USB + .B Wsmouse .B Xqueue .fi .in -20 *************** *** 336,341 **** --- 338,352 ---- The other \fBXXXXPS/2\fP protocol types may or may not be supported by your OS. .PP + The \fBwsouse\fP protocol is for mices handled by the wscons console + driver in NetBSD 1.4 and later. It should be used with the + /dev/wsmouse0 device. Refer to the wsmouse(4) manual page for + details. + .PP + The \fBUsb\fP protocol is for USB mices on OpenBSD 2.6 and later. It + should be used with the /dev/uhid0 + device. Refer to the uhid(4) and usb(4) manual pages for details. + .PP The rest of the protocol types are for serial mice. If your serial mouse is of a relatively new model, you may specify \fBAuto\fP, then the X server will try to select an appropriate *************** *** 1040,1045 **** --- 1051,1060 ---- option is only available on wacom V devices (Intuos). To see which serial number belongs to a device, you have to set the DebugLevel to 6 and whatch the output of the X server. + .TP 4 + .B Threshold \fI"number"\fP + sets the pressure threshold used to generate a button 1 events of stylus + devices for some models of tablets (Intuos and Graphire). .RE The \fBElographics\fP subsection support the following entries: *************** *** 1070,1075 **** --- 1085,1095 ---- .TP 4 .B MinimumYPosition \fIposition\fP sets the minimum Y position reported by the touchscreen. + + When an axis minimum is greater than its maximum the driver + reverse the axis. This is useful to cope with ill assembled + screens. + .TP 4 .B ScreenNo \fInumber\fP sets the screen number where the touchscreen is mounted. *************** *** 1105,1112 **** sets the level of debugging info reported. Valid values range from 0 to 5. A value of zero suppress all debugging reports and a value of 5 ask for the maximum verbosity. ! .RE The \fBMicrotouchFinger\fP and \fBMicrotouchStylus\fP subsections support the following entries: .RS 8 --- 1125,1144 ---- sets the level of debugging info reported. Valid values range from 0 to 5. A value of zero suppress all debugging reports and a value of 5 ask for the maximum verbosity. ! .TP 4 ! .B SwapXY ! Exchange the X and Y axes at the driver level. This is useful to cope with ! defective screen assemblies. ! .TP 4 ! .B PortraitMode \fIorientation\fP ! configure the orientation of the screen. "Portrait" is to be used when the ! screen has been turned 90 degrees clockwise, "PortraitCCW" is used when the ! screen has been turned 90 degrees counter clockwise and "Landscape" (or not specifying ! this option) is for a normal orientation. It is to be noted that this option ! is applied after axes swap and reversal so it is possible to cope with defective ! assembly and still change orientation. + .RE The \fBMicrotouchFinger\fP and \fBMicrotouchStylus\fP subsections support the following entries: .RS 8 *************** *** 1141,1146 **** --- 1173,1183 ---- .TP 4 .B MinimumYPosition \fIposition\fP sets the minimum Y position reported by the touchscreen. + + When an axis minimum is greater than its maximum the driver + reverse the axis. This is useful to cope with ill assembled + screens. + .TP 4 .B ScreenNo \fInumber\fP sets the screen number where the touchscreen is mounted. *************** *** 1160,1165 **** --- 1197,1217 ---- sets the level of debugging info reported. Valid values range from 0 to 5. A value of zero suppress all debugging reports and a value of 5 ask for the maximum verbosity. + .TP 4 + .B SwapXY + Exchange the X and Y axes at the driver level. This is useful to cope with + defective screen assemblies. + .TP 4 + .B PortraitMode \fIorientation\fP + configure the orientation of the screen. "Portrait" is to be used when the + screen has been turned 90 degrees clockwise, "PortraitCCW" is used when the + screen has been turned 90 degrees counter clockwise and "Landscape" (or not specifying + this option) is for a normal orientation. It is to be noted that this option + is applied after axes swap and reversal so it is possible to cope with defective + assembly and still change orientation. + .TP 4 + .B Frequency \fInumber\fP + sets the frequency parameter for a ThruGlass Microtouch panel. .RE The \fBSummaSketch\fP subsection support the following entries: *************** *** 1178,1184 **** sets the cursor type, stylus or 4 button puck. .TP 4 .B Increment \fIvalue\fP ! sets the maximum change in coordinates before new report. .TP 4 .B HistorySize \fInumber\fP sets the motion history size. By default the value is zero. --- 1230,1236 ---- sets the cursor type, stylus or 4 button puck. .TP 4 .B Increment \fIvalue\fP ! sets the minimum change in coordinates before new report. .TP 4 .B HistorySize \fInumber\fP sets the motion history size. By default the value is zero. *************** *** 1194,1199 **** --- 1246,1306 ---- You can use the last available integer feedback to control this feature. When the value of the feedback is zero, the feature is disabled. The feature is enabled for any other value. + .TP 4 + .B Resolution value + Sets tablet resolution. Choose a value from below: + + lpi: 1 2 4 100 200 254 400 500 508 1000 1016 + + 2000 2032 2540 + + lpmm: 10 20 40 + + Any other value, or if this option is not provided, will + default to 500 lpi. Note that "2540 lpi" is only available + for the SummaSketch 12x12 tablet, and the Summa MM mode can + restrict reported maximum coordinate value to be 16384, which + means the higher the resolution, the smaller the usable tablet + surface. + .TP 4 + .B Hitachi_1217D + Indicates a Hitachi 1217D tablet (which must have been set to + run in Summa MM mode) is being used. This option sets the + "Compatible" flag, and the increment value to 0 (otherwise the + Hitachi 1217D will not report buttons when the puck is held + still). Note that if "Increment value" option is given + after this option (in config file line order), then the + "Increment value" will take effect (but one should not want + to set a non-zero increment with Hitachi 1217D). + .TP 4 + .B ActiveOffset x y + Where "x y" are in units of inches, to two decimal places + (e.g. 0.25 0.25). Sets the upper left corner of active area, + from the upper left corner of tablet's surface. Default is + no offset. + .TP 4 + .B ActiveArea x y + Where "x y" are in units of inches, to two decimal places + (e.g. 15.75 11.75). Sets desired sub-area on tablet to use. + Default is: maximum tablet area minus any ActiveOffsets, then + map display screen to tablet to find maximum usable area. + Except for tablets that do not provide a full rectangular + surface (e.g. plastic corners molded into digitizing area), + there is little reason why this option should be used. + + Combinations of ActiveOffset and ActiveArea values that do not + match well with the tablet in use, will cause reduced usable area, + incorrect scaling, and possibly usable area centered on the tablet + surface. + .TP 0 + .B General Note + tablets to be recognized by this module must be set to run in Summa MM + mode binary, 9600 baud, odd parity, one stop bit. Also, usable tablet + surface is mapped by following display screen aspect ratio; e.g. a 12x18 + tablet will have maximum area of 12x16 inches usable when the display + sizes indicate 4:3 (say, 1024x768). Previous behavior mapped the full + tablet to screen, regardless tablet and screen aspect ratios, causing + distortion when tracing/digitizing drawings on the tablet. .RE The \fBDialBox\fP subsection support the following entries: Index: xc/programs/Xserver/hw/xfree86/XF86_SVGA.man diff -c xc/programs/Xserver/hw/xfree86/XF86_SVGA.man:3.42.2.12 xc/programs/Xserver/hw/xfree86/XF86_SVGA.man:3.42.2.13 *** xc/programs/Xserver/hw/xfree86/XF86_SVGA.man:3.42.2.12 Mon Aug 2 18:38:03 1999 --- xc/programs/Xserver/hw/xfree86/XF86_SVGA.man Tue Oct 12 06:57:56 1999 *************** *** 1,4 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/XF86_SVGA.man,v 3.42.2.12 1999/08/02 08:38:03 hohndel Exp $ .TH XF86_SVGA 1 "Version 3.3.5" "XFree86" .SH NAME XF86_SVGA - SVGA X Window System servers for UNIX on --- 1,4 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/XF86_SVGA.man,v 3.42.2.13 1999/10/11 20:57:56 hohndel Exp $ .TH XF86_SVGA 1 "Version 3.3.5" "XFree86" .SH NAME XF86_SVGA - SVGA X Window System servers for UNIX on *************** *** 39,45 **** 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6, 68800-3, 68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (a.k.a. 3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (a.k.a. 3D Rage ! II), 264GT-IIc, 264GT3 (a.k.a. 3D Rage Pro), 264LT, 264LT Pro .TP 4 Tseng: ET3000, ET4000, ET4000/W32, ET6000 --- 39,45 ---- 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6, 68800-3, 68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (a.k.a. 3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (a.k.a. 3D Rage ! II), 264GT-IIc, 264GT3 (a.k.a. 3D Rage Pro), 264LT, 264LT Pro, Rage 128 .TP 4 Tseng: ET3000, ET4000, ET4000/W32, ET6000 *************** *** 114,120 **** .PP Accelerated support is included for most of the Cirrus chipsets, the Western Digital WD90C31 and WD90C33 chipsets, the Oak OTI087 chipset, Chips & ! Technologies, ARK Logic chipsets, the ET6000 and the ET4000/W32p. Accelerated 8bpp support for the ET4000/W32 (i and p) and ET6000 is implemented in a separate server (see \fIXF86_W32(1)\fP). Users of boards based on ATI's Mach8, Mach32 and Mach64 --- 114,121 ---- .PP Accelerated support is included for most of the Cirrus chipsets, the Western Digital WD90C31 and WD90C33 chipsets, the Oak OTI087 chipset, Chips & ! Technologies, ARK Logic chipsets, the ET6000, the ET4000/W32p, and the ATI ! Rage 128. Accelerated 8bpp support for the ET4000/W32 (i and p) and ET6000 is implemented in a separate server (see \fIXF86_W32(1)\fP). Users of boards based on ATI's Mach8, Mach32 and Mach64 *************** *** 151,157 **** .RS 1.5i .TP 4 ATI: ! ati (See README.ati for other recognized names) .TP 4 Tseng: et3000, et4000W32, et4000W32i, et4000W32i_rev_b, et4000W32i_rev_c, --- 152,158 ---- .RS 1.5i .TP 4 ATI: ! ati (See README.ati for other recognized names), r128 (for ATI Rage 128) .TP 4 Tseng: et3000, et4000W32, et4000W32i, et4000W32i_rev_b, et4000W32i_rev_c, *************** *** 282,291 **** manual page for details of how to set the timeouts for the different levels of operation. .sp ! \fBnoaccel\fP - for Cirrus, WD, ARK, C&T, MGA, Tseng and i740 chipsets. This option disables the accelerated features for the clgd542X, clgd543x, ! clgd5446, clgd546X, wd90c24, wd90c31 and wd90c33, C&T, ARK, MGA, Tseng ! and i740 chipsets. .sp \fBno_pixmap_cache\fP - for any chip that uses XAA for acceleration, which includes ARK, Cirrus, C&T, MGA, SiS, Trident 9440/9680, and Tseng --- 283,293 ---- manual page for details of how to set the timeouts for the different levels of operation. .sp ! \fBnoaccel\fP - for Cirrus, WD, ARK, C&T, MGA, Tseng, i740, and ATI Rage ! 128 (r128) chipsets. This option disables the accelerated features for the clgd542X, clgd543x, ! clgd5446, clgd546X, wd90c24, wd90c31 and wd90c33, C&T, ARK, MGA, Tseng, ! i740, and ATI Rage 128 (r128) chipsets. .sp \fBno_pixmap_cache\fP - for any chip that uses XAA for acceleration, which includes ARK, Cirrus, C&T, MGA, SiS, Trident 9440/9680, and Tseng *************** *** 363,373 **** options for use with LCD screens. Refer to /lib/X11/doc/README.chips for a detailed description of these options. .sp ! \fBhw_cursor\fP - for ARK, ET6000 and i740 chipsets. This option enables the ! hardware cursor. .sp ! \fBsw_cursor\fP - for Cirrus, C&T and i740 chipsets. This option disables the ! hardware cursor. .sp \fBsync_on_green\fP - for Chips & Technologies 65550's and 65554's and Matrox MGA2064W's. This option enables the generation of a sync --- 365,375 ---- options for use with LCD screens. Refer to /lib/X11/doc/README.chips for a detailed description of these options. .sp ! \fBhw_cursor\fP - for ARK, ET6000, i740, and ATI Rage 128 (r128) chipsets. ! This option enables the hardware cursor. .sp ! \fBsw_cursor\fP - for Cirrus, C&T, i740, and ATI Rage 128 (r128) chipsets. ! This option disables the hardware cursor. .sp \fBsync_on_green\fP - for Chips & Technologies 65550's and 65554's and Matrox MGA2064W's. This option enables the generation of a sync *************** *** 441,446 **** --- 443,451 ---- .TP 30 /lib/X11/doc/README.ati Extra documentation for the ATI vgawonder driver + .TP 30 + /lib/X11/doc/README.r128 + Extra documentation for the ATI Rage 128 driver .TP 30 /lib/X11/doc/README.chips Extra documentation for the Chips & Technologies driver Index: xc/programs/Xserver/hw/xfree86/XFree86.man diff -c xc/programs/Xserver/hw/xfree86/XFree86.man:3.36.2.13 xc/programs/Xserver/hw/xfree86/XFree86.man:3.36.2.14 *** xc/programs/Xserver/hw/xfree86/XFree86.man:3.36.2.13 Mon Aug 2 18:38:04 1999 --- xc/programs/Xserver/hw/xfree86/XFree86.man Mon Sep 13 17:29:54 1999 *************** *** 1,4 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/XFree86.man,v 3.36.2.13 1999/08/02 08:38:04 hohndel Exp $ .TH XFree86 1 "Version 3.3.5" "XFree86" .SH NAME XFree86 - X11R6 for UNIX on x86 platforms --- 1,4 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/XFree86.man,v 3.36.2.14 1999/09/13 07:29:54 dawes Exp $ .TH XFree86 1 "Version 3.3.5" "XFree86" .SH NAME XFree86 - X11R6 for UNIX on x86 platforms *************** *** 391,396 **** --- 391,399 ---- .TP 8 David Holland, \fIdavidh@use.com\fP Ported to \fBSolaris x86\fP. + .TP 8 + Takis Psarogiannakopoulos, \fItakis@dpmms.cam.ac.uk\fP + Ported to \fBDG/ux\fP. .TP 8 David McCullough, \fIdavidm@stallion.oz.au\fP Ported to \fBSCO SVR3\fP. Index: xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c:3.2 xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c:3.2.2.1 *** xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c:3.2 Fri Dec 27 17:53:24 1996 --- xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c Sat Nov 27 02:22:48 1999 *************** *** 26,32 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c,v 3.2 1996/12/27 06:53:24 dawes Exp $ */ #include "Probe.h" --- 26,32 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c,v 3.2.2.1 1999/11/26 15:22:48 hohndel Exp $ */ #include "Probe.h" *************** *** 58,64 **** { i = 0; while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_ARK) { switch (pcrp->_device) { --- 58,64 ---- { i = 0; while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_ARK && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c:3.11.2.5 xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c:3.11.2.6 *** xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c:3.11.2.5 Fri Jun 18 02:23:56 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c Wed Oct 13 03:18:35 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c,v 3.11.2.5 1999/06/17 16:23:56 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c,v 3.11.2.6 1999/10/12 17:18:35 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * *************** *** 174,184 **** --- 174,186 ---- Mach64xTB = TRUE; *Chipset = CHIP_ATI264LTPRO; break; + case 0x00CB: case 0x00CC: case 0x00CD: case 0x00CE: case 0x00D1: case 0x00D2: + case 0x474C: case 0x474D: case 0x474E: case 0x474F: *************** *** 186,191 **** --- 188,204 ---- case 0x4753: Mach64xTB = TRUE; *Chipset = CHIP_ATI264XL; + break; + case 0x016C: + case 0x016D: + case 0x0171: + case 0x0172: + case 0x4C4D: + case 0x4C4E: + case 0x4C52: + case 0x4C53: + Mach64xTB = TRUE; + *Chipset = CHIP_ATIMOBILITY; break; default: Chip_data = chip; Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c:3.0.2.1 xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c:3.0.2.3 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c:3.0.2.1 Mon Jul 7 14:10:59 1997 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c Sat Nov 27 02:22:49 1999 *************** *** 25,31 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c,v 3.0.2.1 1997/07/07 04:10:59 dawes Exp $ */ #include "Probe.h" --- 25,31 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c,v 3.0.2.3 1999/11/26 15:22:49 hohndel Exp $ */ #include "Probe.h" *************** *** 56,62 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_ALLIANCE) { switch (pcrp->_device) { --- 56,62 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_ALLIANCE && pcrp->_status_command & 7) { switch (pcrp->_device) { *************** *** 69,74 **** --- 69,77 ---- case PCI_CHIP_PMAT24: *Chipset = CHIP_ALSCAT24; break; + case PCI_CHIP_PMAT3D: + *Chipset = CHIP_ALSCAT3D; + break; default: Chip_data = pcrp->_device; *Chipset = CHIP_ALSC_UNK; *************** *** 94,99 **** --- 97,104 ---- *Chipset = CHIP_ALSC6422; else if ( !strcmp(chipid, "Pro6424") ) *Chipset = CHIP_ALSCAT24; + else if ( !strcmp(chipid, "ProAT3D") ) + *Chipset = CHIP_ALSCAT3D; else return(FALSE); Index: xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c:3.10.2.4 xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c:3.10.2.5 *** xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c:3.10.2.4 Sun Oct 11 22:35:26 1998 --- xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c Wed Oct 13 03:18:36 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c,v 3.10.2.4 1998/10/11 12:35:26 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c,v 3.10.2.5 1999/10/12 17:18:36 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * *************** *** 156,161 **** --- 156,169 ---- case 0xc0: *Chipset = CHIP_CTF69000; break; + case 0x30: + if (rdinx(0x3D6, 0x03) == 0xC) + *Chipset = CHIP_CTF69030; + else { + Chip_data = vers; + *Chipset = CHIP_CT_UNKNOWN; + } + break; default: Chip_data = vers; *Chipset = CHIP_CT_UNKNOWN; *************** *** 299,304 **** --- 307,315 ---- break; case CHIP_CTF69000: Mem = 2048; + break; + case CHIP_CTF69030: + Mem = 4096; break; } Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c:3.13.2.1 xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c:3.13.2.2 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c:3.13.2.1 Mon Oct 26 01:15:08 1998 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c Sat Nov 27 02:22:49 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c,v 3.13.2.1 1998/10/25 14:15:08 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c,v 3.13.2.2 1999/11/26 15:22:49 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * *************** *** 110,116 **** { i = 0; while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_CIRRUS) { switch (pcrp->_device) { --- 110,116 ---- { i = 0; while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_CIRRUS && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c:3.1.2.1 xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c:3.1.2.2 *** xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c:3.1.2.1 Tue May 6 23:24:00 1997 --- xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c Sat Nov 27 02:22:50 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c,v 3.1.2.1 1997/05/06 13:24:00 dawes Exp $ */ /* * (c) Copyright 1993,1994 by Dirk Hohndel * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c,v 3.1.2.2 1999/11/26 15:22:50 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by Dirk Hohndel * *************** *** 83,89 **** while (pci_devp[++i] != NULL) { pcip = pci_devp[i]; ! if (pcip->_vendor == PCI_VENDOR_3DLABS) { switch (pcip->_device) { --- 83,89 ---- while (pci_devp[++i] != NULL) { pcip = pci_devp[i]; ! if (pcip->_vendor == PCI_VENDOR_3DLABS && pcip->_status_command & 7) { switch (pcip->_device) { *************** *** 217,223 **** while ((pci_devp[++i] != NULL) && !found) { ! if (pci_devp[i]->_vendor == PCI_VENDOR_3DLABS) { /* * ignore the Delta chip and use one of the real --- 217,223 ---- while ((pci_devp[++i] != NULL) && !found) { ! if (pci_devp[i]->_vendor == PCI_VENDOR_3DLABS && pci_devp[i]->_status_command & 7) { /* * ignore the Delta chip and use one of the real Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c:1.1.2.2 xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c:1.1.2.2 Fri Jun 18 02:23:57 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c Sat Nov 27 02:22:50 1999 *************** *** 25,31 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c,v 1.1.2.2 1999/06/17 16:23:57 hohndel Exp $ */ #include "Probe.h" --- 25,31 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c,v 1.1.2.3 1999/11/26 15:22:50 hohndel Exp $ */ #include "Probe.h" *************** *** 55,61 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_INTERGRAPHICS) { switch (pcrp->_device) { --- 55,61 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_INTERGRAPHICS && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c:3.2.2.5 xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c:3.2.2.6 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c:3.2.2.5 Tue Dec 22 22:23:14 1998 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c Sat Nov 27 02:22:50 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c,v 3.2.2.5 1998/12/22 11:23:14 hohndel Exp $ */ /* * (c) Copyright 1997 Alan Hourihane * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c,v 3.2.2.6 1999/11/26 15:22:50 hohndel Exp $ */ /* * (c) Copyright 1997 Alan Hourihane * *************** *** 58,64 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_MATROX) { switch (pcrp->_device) { --- 58,64 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_MATROX && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h:3.17.2.15 xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h:3.17.2.17 *** xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h:3.17.2.15 Fri Jul 30 21:21:16 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h Fri Nov 19 02:37:23 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h,v 3.17.2.15 1999/07/30 11:21:16 hohndel Exp $ */ /* * PCI Probe * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h,v 3.17.2.17 1999/11/18 15:37:23 hohndel Exp $ */ /* * PCI Probe * *************** *** 326,331 **** --- 326,332 ---- #define PCI_CHIP_PM6410 0x3210 #define PCI_CHIP_PM6422 0x6422 #define PCI_CHIP_PMAT24 0x6424 + #define PCI_CHIP_PMAT3D 0x643D /* Rendition */ #define PCI_CHIP_V1000 0x0001 *************** *** 359,364 **** --- 360,367 ---- #define PCI_CHIP_TRIO3D_2X 0x8A13 #define PCI_CHIP_SAVAGE3D 0x8A20 #define PCI_CHIP_SAVAGE3D_M 0x8A21 + #define PCI_CHIP_SAVAGE4 0x8A22 + #define PCI_CHIP_SAVAGE2000 0x9102 /* ARK Logic */ #define PCI_CHIP_1000PV 0xA091 Index: xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h:3.20.2.8 xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h:3.20.2.9 *** xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h:3.20.2.8 Fri Jun 18 02:24:01 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h Wed Oct 13 03:18:37 1999 *************** *** 26,35 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h,v 3.20.2.8 1999/06/17 16:24:01 hohndel Exp $ */ #define VERSION 2 ! #define PATCHLEV 20 ! #define RELDATE "17 June 1999" #define PRINT_VERSION printf("\n%s Version %d.%d (%s)\n", \ MyName,VERSION,PATCHLEV,RELDATE) --- 26,35 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h,v 3.20.2.9 1999/10/12 17:18:37 hohndel Exp $ */ #define VERSION 2 ! #define PATCHLEV 21 ! #define RELDATE "12 October 1999" #define PRINT_VERSION printf("\n%s Version %d.%d (%s)\n", \ MyName,VERSION,PATCHLEV,RELDATE) Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c:3.46.2.20 xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c:3.46.2.22 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c:3.46.2.20 Fri Jul 30 21:21:17 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c Fri Nov 19 02:37:23 1999 *************** *** 26,32 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c,v 3.46.2.20 1999/07/30 11:21:17 hohndel Exp $ */ #include "Probe.h" --- 26,32 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c,v 3.46.2.22 1999/11/18 15:37:23 hohndel Exp $ */ #include "Probe.h" *************** *** 48,54 **** "ATI 264GT-B+DVD (3D Rage II+DVD)", "ATI 264GT-IIc (3D Rage IIc)", "ATI 264GT3 (3D Rage Pro)", "ATI 264LT", "ATI 264LT Pro (3D Rage LT Pro)", ! "ATI Rage XL or XC" }, /* AL */ { "Avance Logic (chipset unknown)", "Avance Logic 2101", "Avance Logic 2228" }, /* CT */ { "Chips & Tech (chipset unknown)", --- 48,54 ---- "ATI 264GT-B+DVD (3D Rage II+DVD)", "ATI 264GT-IIc (3D Rage IIc)", "ATI 264GT3 (3D Rage Pro)", "ATI 264LT", "ATI 264LT Pro (3D Rage LT Pro)", ! "ATI Rage XL or XC", "ATI Rage Mobility" }, /* AL */ { "Avance Logic (chipset unknown)", "Avance Logic 2101", "Avance Logic 2228" }, /* CT */ { "Chips & Tech (chipset unknown)", *************** *** 61,68 **** "Chips & Tech F65548", "Chips & Tech F65546", "Chips & Tech F65550", "Chips & Tech F65554", "Chips & Tech F65555", "Chips & Tech F68554", ! "Chips & Tech F69000", "Chips & Tech 64200 WinGine", ! "Chips & Tech F64300 WinGine" }, /* Cirrus */ { "Cirrus (chipset unknown)", "Cirrus CL-GD 510/520", "Cirrus CL-GD 610/620", "Cirrus Video7 OEM", --- 61,69 ---- "Chips & Tech F65548", "Chips & Tech F65546", "Chips & Tech F65550", "Chips & Tech F65554", "Chips & Tech F65555", "Chips & Tech F68554", ! "Chips & Tech F69000", "Chips & Tech F69030", ! "Chips & Tech 64200 WinGine", ! "Chips & Tech 64300 WinGine" }, /* Cirrus */ { "Cirrus (chipset unknown)", "Cirrus CL-GD 510/520", "Cirrus CL-GD 610/620", "Cirrus Video7 OEM", *************** *** 146,151 **** --- 147,154 ---- "S3 Savage3D", "S3 Savage3D (Macrovision Support)", "S3 Trio3D/2X", + "S3 Savage4", + "S3 Savage2000", }, /* Trident */ { "Trident (chipset unknown)", "Trident LX8200", Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h:3.45.2.23 xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h:3.45.2.25 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h:3.45.2.23 Fri Jul 30 21:21:18 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h Fri Nov 19 02:37:24 1999 *************** *** 26,32 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h,v 3.45.2.23 1999/07/30 11:21:18 hohndel Exp $ */ /* * Includes --- 26,32 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h,v 3.45.2.25 1999/11/18 15:37:24 hohndel Exp $ */ /* * Includes *************** *** 427,433 **** #define V_EPSON 29 #define NUM_VENDORS 29 ! #define CHPS_PER_VENDOR 41 #define CHIP_AHEAD_UNK SVGA_TYPE(V_AHEAD,0) /* Ahead unknown */ #define CHIP_AHEAD_A SVGA_TYPE(V_AHEAD,1) /* Ahead V5000 Version A*/ --- 427,433 ---- #define V_EPSON 29 #define NUM_VENDORS 29 ! #define CHPS_PER_VENDOR 64 #define CHIP_AHEAD_UNK SVGA_TYPE(V_AHEAD,0) /* Ahead unknown */ #define CHIP_AHEAD_A SVGA_TYPE(V_AHEAD,1) /* Ahead V5000 Version A*/ *************** *** 468,473 **** --- 468,474 ---- #define CHIP_ATI264LT SVGA_TYPE(V_ATI,27) /* ATI 264LT */ #define CHIP_ATI264LTPRO SVGA_TYPE(V_ATI,28) /* ATI 264LT Pro */ #define CHIP_ATI264XL SVGA_TYPE(V_ATI,29) /* ATI 264XL or XC */ + #define CHIP_ATIMOBILITY SVGA_TYPE(V_ATI,30) /* ATI 3D Rage Mobility */ #define CHIP_AL_UNKNOWN SVGA_TYPE(V_AL,0) /* Avance Logic unknown */ #define CHIP_AL2101 SVGA_TYPE(V_AL,1) /* Avance Logic 2101 */ #define CHIP_AL2228 SVGA_TYPE(V_AL,2) /* Avance Logic 2228 */ *************** *** 475,480 **** --- 476,482 ---- #define CHIP_ALSC6410 SVGA_TYPE(V_ALLIANCE,1) /* Alliance PM6410 */ #define CHIP_ALSC6422 SVGA_TYPE(V_ALLIANCE,2) /* Alliance PM6422 */ #define CHIP_ALSCAT24 SVGA_TYPE(V_ALLIANCE,3) /* Alliance AT24 */ + #define CHIP_ALSCAT3D SVGA_TYPE(V_ALLIANCE,4) /* Alliance AT3D */ #define CHIP_CT_UNKNOWN SVGA_TYPE(V_CT,0) /* C&T unknown */ #define CHIP_CT450 SVGA_TYPE(V_CT,1) /* C&T 82c450 */ #define CHIP_CT451 SVGA_TYPE(V_CT,2) /* C&T 82c451 */ *************** *** 495,502 **** #define CHIP_CTF65555 SVGA_TYPE(V_CT,17) /* C&T F65555 */ #define CHIP_CTF68554 SVGA_TYPE(V_CT,18) /* C&T F68554 */ #define CHIP_CTF69000 SVGA_TYPE(V_CT,19) /* C&T F69000 */ ! #define CHIP_CTF64200 SVGA_TYPE(V_CT,20) /* C&T F64200 WinGine */ ! #define CHIP_CTF64300 SVGA_TYPE(V_CT,21) /* C&T F64300 WinGine */ #define CHIP_CL_UNKNOWN SVGA_TYPE(V_CIRRUS,0) /* Cirrus unknown */ #define CHIP_CL510 SVGA_TYPE(V_CIRRUS,1) /* Cirrus CL-GD 510/520 */ #define CHIP_CL610 SVGA_TYPE(V_CIRRUS,2) /* Cirrus CL-GD 610/620 */ --- 497,505 ---- #define CHIP_CTF65555 SVGA_TYPE(V_CT,17) /* C&T F65555 */ #define CHIP_CTF68554 SVGA_TYPE(V_CT,18) /* C&T F68554 */ #define CHIP_CTF69000 SVGA_TYPE(V_CT,19) /* C&T F69000 */ ! #define CHIP_CTF69030 SVGA_TYPE(V_CT,20) /* C&T F69030 */ ! #define CHIP_CTF64200 SVGA_TYPE(V_CT,21) /* C&T F64200 WinGine */ ! #define CHIP_CTF64300 SVGA_TYPE(V_CT,22) /* C&T F64300 WinGine */ #define CHIP_CL_UNKNOWN SVGA_TYPE(V_CIRRUS,0) /* Cirrus unknown */ #define CHIP_CL510 SVGA_TYPE(V_CIRRUS,1) /* Cirrus CL-GD 510/520 */ #define CHIP_CL610 SVGA_TYPE(V_CIRRUS,2) /* Cirrus CL-GD 610/620 */ *************** *** 605,611 **** #define CHIP_S3_Trio3D SVGA_TYPE(V_S3,37) /* S3 Trio3D */ #define CHIP_S3_Savage3D SVGA_TYPE(V_S3,38) /* S3 Savage3D */ #define CHIP_S3_Savage3D_M SVGA_TYPE(V_S3,39) /* S3 Savage3D Macro */ ! #define CHIP_S3_Trio3D_2X SVGA_TYPE(V_S3,40) /* S3 Trio3D */ #define CHIP_TVGA_UNK SVGA_TYPE(V_TRIDENT,0) /* Trident unknown */ #define CHIP_TVGA8200 SVGA_TYPE(V_TRIDENT,1) /* Trident LX8200 */ #define CHIP_TVGA8800BR SVGA_TYPE(V_TRIDENT,2) /* Trident 8800BR */ --- 608,616 ---- #define CHIP_S3_Trio3D SVGA_TYPE(V_S3,37) /* S3 Trio3D */ #define CHIP_S3_Savage3D SVGA_TYPE(V_S3,38) /* S3 Savage3D */ #define CHIP_S3_Savage3D_M SVGA_TYPE(V_S3,39) /* S3 Savage3D Macro */ ! #define CHIP_S3_Trio3D_2X SVGA_TYPE(V_S3,40) /* S3 Trio3D/2X */ ! #define CHIP_S3_Savage4 SVGA_TYPE(V_S3,41) /* S3 Savage4 */ ! #define CHIP_S3_Savage2000 SVGA_TYPE(V_S3,42) /* S3 Savage2000 */ #define CHIP_TVGA_UNK SVGA_TYPE(V_TRIDENT,0) /* Trident unknown */ #define CHIP_TVGA8200 SVGA_TYPE(V_TRIDENT,1) /* Trident LX8200 */ #define CHIP_TVGA8800BR SVGA_TYPE(V_TRIDENT,2) /* Trident 8800BR */ Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c:3.1.6.1 xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c:3.1.6.2 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c:3.1.6.1 Fri Jun 18 02:27:48 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c Sat Nov 27 02:22:51 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c,v 3.1.6.1 1999/06/17 16:27:48 hohndel Exp $ */ /* * (c) Copyright 1997 by Dirk Hohndel * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Rendition.c,v 3.1.6.2 1999/11/26 15:22:51 hohndel Exp $ */ /* * (c) Copyright 1997 by Dirk Hohndel * *************** *** 72,78 **** while (pci_devp[++i] != NULL) { pcip = pci_devp[i]; ! if (pcip->_vendor == PCI_VENDOR_RENDITION) { switch (pcip->_device) { --- 72,78 ---- while (pci_devp[++i] != NULL) { pcip = pci_devp[i]; ! if (pcip->_vendor == PCI_VENDOR_RENDITION && pcrp->_status_command & 7) { switch (pcip->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c:3.15.2.7 xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c:3.15.2.9 *** xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c:3.15.2.7 Fri Jul 30 21:21:19 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c Sat Nov 27 02:22:51 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c,v 3.15.2.7 1999/07/30 11:21:19 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c,v 3.15.2.9 1999/11/26 15:22:51 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * *************** *** 56,62 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_S3) { Ports[0] = CRTC_IDX; Ports[1] = CRTC_REG; --- 56,62 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_S3 && pcrp->_status_command & 7) { Ports[0] = CRTC_IDX; Ports[1] = CRTC_REG; *************** *** 186,191 **** --- 186,199 ---- PCIProbed = TRUE; *Chipset = CHIP_S3_Savage3D_M; break; + case PCI_CHIP_SAVAGE4: + PCIProbed = TRUE; + *Chipset = CHIP_S3_Savage4; + break; + case PCI_CHIP_SAVAGE2000: + PCIProbed = TRUE; + *Chipset = CHIP_S3_Savage2000; + break; #if 0 /* use port probing then... */ default: PCIProbed = TRUE; *************** *** 399,404 **** --- 407,433 ---- case PCI_CHIP_ViRGE_MXP: *Chipset = CHIP_S3_ViRGE_MXP; break; + case PCI_CHIP_TRIO3D_B: + *Chipset = CHIP_S3_Trio3D_B; + break; + case PCI_CHIP_TRIO3D: + *Chipset = CHIP_S3_Trio3D; + break; + case PCI_CHIP_TRIO3D_2X: + *Chipset = CHIP_S3_Trio3D_2X; + break; + case PCI_CHIP_SAVAGE3D: + *Chipset = CHIP_S3_Savage3D; + break; + case PCI_CHIP_SAVAGE3D_M: + *Chipset = CHIP_S3_Savage3D_M; + break; + case PCI_CHIP_SAVAGE4: + *Chipset = CHIP_S3_Savage4; + break; + case PCI_CHIP_SAVAGE2000: + *Chipset = CHIP_S3_Savage2000; + break; default: Chip_data = rev; Chip_data = (Chip_data << 16) | chip_id; *************** *** 406,434 **** *Chipset = CHIP_S3_UNKNOWN; } break; - case 0xE1: { - int chip_id, chip_rev; - chip_id = rdinx(CRTC_IDX, 0x2d) << 8; - chip_id |= rdinx(CRTC_IDX, 0x2e); - chip_rev = rdinx(CRTC_IDX, 0x2f); - if (chip_id == PCI_CHIP_TRIO3D_B) - *Chipset = CHIP_S3_Trio3D_B; - else if (chip_id == PCI_CHIP_TRIO3D) - *Chipset = CHIP_S3_Trio3D; - else if (chip_id == PCI_CHIP_TRIO3D_2X) - *Chipset = CHIP_S3_Trio3D_2X; - else if (chip_id == PCI_CHIP_SAVAGE3D) - *Chipset = CHIP_S3_Savage3D; - else if (chip_id == PCI_CHIP_SAVAGE3D_M) - *Chipset = CHIP_S3_Savage3D_M; - else { - Chip_data = rev; - Chip_data = (Chip_data << 16) | chip_id; - Chip_data = (Chip_data << 8) | chip_rev; - *Chipset = CHIP_S3_UNKNOWN; - } - } - break; } default: Chip_data = rev; --- 435,440 ---- *************** *** 525,530 **** --- 531,554 ---- Mem = 2 * 1024; break; } + } + else if (Chipset == CHIP_S3_Savage3D || Chipset == CHIP_S3_Savage3D_M) + { + int memsize[] = { 8, 4, 4, 2}; + int sel = (config & 0xC0) >> 6; + Mem = memsize[sel] * 1024; + } + else if (Chipset == CHIP_S3_Savage4) + { + int memsize[] = { 2, 4, 8, 12, 16, 32, 0, 32 }; + int sel = (config & 0xE0) >> 5; + Mem = memsize[sel] * 1024; + } + else if (Chipset == CHIP_S3_Savage2000) + { + int memsize[] = { 2, 4, 8, 12, 16, 32, 64, 32 }; + int sel = (config & 0xE0) >> 5; + Mem = memsize[sel] * 1024; } else if (Chipset == CHIP_S3_ViRGE_VX) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c:3.2.4.3 xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c:3.2.4.4 *** xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c:3.2.4.3 Fri Jun 18 02:24:04 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c Sat Nov 27 02:22:51 1999 *************** *** 26,32 **** * added SiS 6326/530/620 Dirk Hohndel */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c,v 3.2.4.3 1999/06/17 16:24:04 hohndel Exp $ */ #include "Probe.h" --- 26,32 ---- * added SiS 6326/530/620 Dirk Hohndel */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c,v 3.2.4.4 1999/11/26 15:22:51 hohndel Exp $ */ #include "Probe.h" *************** *** 54,60 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_SIS) { switch (pcrp->_device) { --- 54,60 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_SIS && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c:3.1.2.2 xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c:3.1.2.2 Fri Jun 18 02:24:04 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c Sat Nov 27 02:22:52 1999 *************** *** 25,31 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c,v 3.1.2.2 1999/06/17 16:24:04 hohndel Exp $ */ #include "Probe.h" --- 25,31 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c,v 3.1.2.3 1999/11/26 15:22:52 hohndel Exp $ */ #include "Probe.h" *************** *** 55,61 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_SIGMADESIGNS) { switch (pcrp->_device) { --- 55,61 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_SIGMADESIGNS && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man:3.4.2.3 xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man:3.4.2.4 *** xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man:3.4.2.3 Mon Aug 2 18:38:11 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man Wed Oct 13 03:18:39 1999 *************** *** 1,5 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man,v 3.4.2.3 1999/08/02 08:38:11 hohndel Exp $ ! .TH SuperProbe 1 "Release 6.3 (XFree86 3.3.5/SuperProbe 2.20)" "X Version 11" .SH NAME SuperProbe - probe for and identify installed video hardware. .SH SYNOPSIS --- 1,5 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man,v 3.4.2.4 1999/10/12 17:18:39 hohndel Exp $ ! .TH SuperProbe 1 "Release 6.3 (XFree86 3.3.6/SuperProbe 2.21)" "X Version 11" .SH NAME SuperProbe - probe for and identify installed video hardware. .SH SYNOPSIS Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c:3.11.2.6 xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c:3.11.2.7 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c:3.11.2.6 Sat Apr 24 03:41:56 1999 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c Sat Nov 27 02:22:52 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c,v 3.11.2.6 1999/04/23 17:41:56 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c,v 3.11.2.7 1999/11/26 15:22:52 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * *************** *** 57,63 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_TRIDENT) { switch (pcrp->_device) { --- 57,63 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_TRIDENT && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c diff -c xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c:3.7.2.2 xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c:3.7.2.3 *** xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c:3.7.2.2 Mon Jul 7 14:11:02 1997 --- xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c Sat Nov 27 02:22:53 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c,v 3.7.2.2 1997/07/07 04:11:02 dawes Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c,v 3.7.2.3 1999/11/26 15:22:53 hohndel Exp $ */ /* * (c) Copyright 1993,1994 by David Wexelblat * *************** *** 65,71 **** if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_TSENG) { switch (pcrp->_device) { --- 65,71 ---- if (!NoPCI) { while ((pcrp = pci_devp[i]) != (struct pci_config_reg *)NULL) { ! if (pcrp->_vendor == PCI_VENDOR_TSENG && pcrp->_status_command & 7) { switch (pcrp->_device) { Index: xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl:3.12.2.6 xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl:3.12.2.7 *** xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl:3.12.2.6 Mon Apr 26 17:23:32 1999 --- xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl Tue Oct 12 02:04:59 1999 *************** *** 3,9 **** # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl,v 3.12.2.6 1999/04/26 07:23:32 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # --- 3,9 ---- # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl,v 3.12.2.7 1999/10/11 16:04:59 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # *************** *** 385,397 **** set w [winpathprefix $win] $w.card.bot.message configure -text [make_message_card $args] ! if { [llength $CardReadmes($cardServer)] > 0 } { $w.card.readme configure -state normal } else { $w.card.readme configure -state disabled } $w.card.chipset.cbox ldelete 0 end ! if [llength $CardChipSets($cardServer)] { $w.card.chipset.cbox.button configure -state normal $w.card.chipset.cbox linsert end "" eval [list $w.card.chipset.cbox linsert end] \ --- 385,399 ---- set w [winpathprefix $win] $w.card.bot.message configure -text [make_message_card $args] ! if { [string length [array names CardReadmes $cardServer]] > 0 && ! [llength $CardReadmes($cardServer)] > 0 } { $w.card.readme configure -state normal } else { $w.card.readme configure -state disabled } $w.card.chipset.cbox ldelete 0 end ! if { [string length [array names CardChipSets $cardServer]] > 0 && ! [llength $CardChipSets($cardServer)]} { $w.card.chipset.cbox.button configure -state normal $w.card.chipset.cbox linsert end "" eval [list $w.card.chipset.cbox linsert end] \ *************** *** 401,413 **** } set chipset [$w.card.chipset.cbox eget] ! if { [string length $chipset] && [lsearch \ $CardChipSets($cardServer) $chipset] < 0} { Card_cbox_setentry $w.card.chipset.cbox "" } $w.card.ramdac.cbox ldelete 0 end ! if [llength $CardRamDacs($cardServer)] { $w.card.ramdac.cbox.button configure -state normal $w.card.ramdac.cbox linsert end "" eval [list $w.card.ramdac.cbox linsert end] \ --- 403,417 ---- } set chipset [$w.card.chipset.cbox eget] ! if { [string length [array names CardChipSets $cardServer]] > 0 && ! [string length $chipset] && [lsearch \ $CardChipSets($cardServer) $chipset] < 0} { Card_cbox_setentry $w.card.chipset.cbox "" } $w.card.ramdac.cbox ldelete 0 end ! if { [string length [array names CardRamDacs $cardServer]] > 0 && ! [llength $CardRamDacs($cardServer)] } { $w.card.ramdac.cbox.button configure -state normal $w.card.ramdac.cbox linsert end "" eval [list $w.card.ramdac.cbox linsert end] \ *************** *** 416,429 **** $w.card.ramdac.cbox.button configure -state disabled } set ramdac [$w.card.ramdac.cbox eget] ! if { [string length $ramdac] && [lsearch \ $CardRamDacs($cardServer) $ramdac] < 0} { Card_cbox_setentry $w.card.ramdac.cbox "" } $w.card.clockchip.cbox ldelete 0 end ! if [llength $CardClockChips($cardServer)] { $w.card.clockchip.cbox.button configure -state normal $w.card.clockchip.cbox linsert end "" eval [list $w.card.clockchip.cbox linsert end] \ --- 420,435 ---- $w.card.ramdac.cbox.button configure -state disabled } set ramdac [$w.card.ramdac.cbox eget] ! if { [string length [array names CardRamDacs $cardServer]] > 0 && ! [string length $ramdac] && [lsearch \ $CardRamDacs($cardServer) $ramdac] < 0} { Card_cbox_setentry $w.card.ramdac.cbox "" } $w.card.clockchip.cbox ldelete 0 end ! if { [string length [array names CardClockChips $cardServer]] > 0 && ! [llength $CardClockChips($cardServer)] } { $w.card.clockchip.cbox.button configure -state normal $w.card.clockchip.cbox linsert end "" eval [list $w.card.clockchip.cbox linsert end] \ *************** *** 432,444 **** $w.card.clockchip.cbox.button configure -state disabled } set clockchip [$w.card.clockchip.cbox eget] ! if { [string length $clockchip] && [lsearch \ $CardClockChips($cardServer) $clockchip] < 0} { Card_cbox_setentry $w.card.clockchip.cbox "" } $w.card.options.list.cbox ldelete 0 end ! if [llength $CardOptions($cardServer)] { $w.card.options.list.cbox.button configure -state normal eval [list $w.card.options.list.cbox linsert end] \ $CardOptions($cardServer) --- 438,452 ---- $w.card.clockchip.cbox.button configure -state disabled } set clockchip [$w.card.clockchip.cbox eget] ! if { [string length [array names CardClockChips $cardServer]] > 0 && ! [string length $clockchip] && [lsearch \ $CardClockChips($cardServer) $clockchip] < 0} { Card_cbox_setentry $w.card.clockchip.cbox "" } $w.card.options.list.cbox ldelete 0 end ! if { [string length [array names CardOptions $cardServer]] > 0 && ! [llength $CardOptions($cardServer)] } { $w.card.options.list.cbox.button configure -state normal eval [list $w.card.options.list.cbox linsert end] \ $CardOptions($cardServer) Index: xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl:3.12.2.19 xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl:3.12.2.20 *** xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl:3.12.2.19 Wed Jun 2 17:50:33 1999 --- xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl Tue Oct 12 06:57:57 1999 *************** *** 3,9 **** # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl,v 3.12.2.19 1999/06/02 07:50:33 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # --- 3,9 ---- # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl,v 3.12.2.20 1999/10/11 20:57:57 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # *************** *** 81,86 **** --- 81,87 ---- set CardChipSets(SVGA-neo) { NM2070 NM2090 NM2093 NM2097 NM2160 NM2200 } set CardChipSets(SVGA-i740) { i740 i740_pci } set CardChipSets(SVGA-tdfx) { Banshee Voodoo3 } + set CardChipSets(SVGA-r128) r128 set chiplist "" foreach idx [array names CardChipSets SVGA-*] { eval lappend chiplist $CardChipSets($idx) *************** *** 231,236 **** --- 232,238 ---- set CardRamDacs(SVGA-mga) ti3026 set CardRamDacs(SVGA-neo) {} set CardRamDacs(SVGA-i740) {} + set CardRamDacs(SVGA-r128) {} set daclist "" foreach idx [array names CardRamDacs SVGA-*] { eval lappend daclist $CardRamDacs($idx) *************** *** 294,299 **** --- 296,302 ---- set CardClockChips(SVGA-tvga8900) tgui set CardClockChips(SVGA-neo) {} set CardClockChips(SVGA-i740) {} + set CardClockChips(SVGA-r128) {} set clklist "" foreach idx [array names CardClockChips SVGA-*] { eval lappend clklist $CardClockChips($idx) *************** *** 497,502 **** --- 500,506 ---- set CardReadmes(SVGA-video7) README.Video7 set CardReadmes(SVGA-neo) README.neo set CardReadmes(SVGA-i740) README.i740 + set CardReadmes(SVGA-r128) README.r128 set CardReadmes(SVGA-NONE) {} set rdmelist "" foreach idx [array names CardReadmes SVGA-*] { Index: xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl:3.19.2.10 xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl:3.19.2.11 *** xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl:3.19.2.10 Wed Apr 21 17:21:06 1999 --- xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl Thu Dec 2 01:54:00 1999 *************** *** 3,9 **** # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl,v 3.19.2.10 1999/04/21 07:21:06 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # --- 3,9 ---- # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl,v 3.19.2.11 1999/12/01 14:54:00 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # *************** *** 18,24 **** set mseTypeList [concat $SupportedMouseTypes { Xqueue OSMouse } ] set msePatterns [list {tty[0-9A-Za-o]*} cua* *bm *mse* *mouse* \ ! ps*x psm* m320 pms* com* gpmdata lms* kdmouse logi msm] set mseDevices "" foreach pat $msePatterns { if ![catch {glob /dev/$pat}] { --- 18,25 ---- set mseTypeList [concat $SupportedMouseTypes { Xqueue OSMouse } ] set msePatterns [list {tty[0-9A-Za-o]*} cua* *bm *mse* *mouse* \ ! ps*x psm* m320 pms* com* gpmdata lms* kdmouse logi msm \ ! uhid* ] set mseDevices "" foreach pat $msePatterns { if ![catch {glob /dev/$pat}] { *************** *** 40,46 **** $canv itemconfigure coord -fill black if {[lsearch -exact {BusMouse Xqueue OSMouse PS/2 IMPS/2 ThinkingMousePS/2 MouseManPlusPS/2 GlidePointPS/2 ! NetMousePS/2 NetScrollPS/2 SysMouse wsmouse} \ $mseType] == -1} { foreach rate {1200 2400 4800 9600} { $w.mouse.brate.$rate configure -state normal --- 41,47 ---- $canv itemconfigure coord -fill black if {[lsearch -exact {BusMouse Xqueue OSMouse PS/2 IMPS/2 ThinkingMousePS/2 MouseManPlusPS/2 GlidePointPS/2 ! NetMousePS/2 NetScrollPS/2 SysMouse wsmouse usb} \ $mseType] == -1} { foreach rate {1200 2400 4800 9600} { $w.mouse.brate.$rate configure -state normal *************** *** 669,674 **** --- 670,677 ---- /dev/sysmouse.* ] } wsmouse { set idx [lsearch -regexp $mseDevices \ /dev/wsmouse.* ] } + usb { set idx [lsearch -regexp $mseDevices \ + /dev/uhid.* ] } OsMouse - Xqueue { return "" } default { set idx [lsearch -regexp $mseDevices \ Index: xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp:1.1.2.7 xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp:1.1.2.9 *** xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp:1.1.2.7 Wed Apr 21 17:21:07 1999 --- xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp Sun Dec 12 06:00:41 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp,v 1.1.2.7 1999/04/21 07:21:07 hohndel Exp $ */ #if defined(PC98) set SerialMouseTypes [list \ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp,v 1.1.2.9 1999/12/11 19:00:41 hohndel Exp $ */ #if defined(PC98) set SerialMouseTypes [list \ *************** *** 63,72 **** #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $ExtraMouseTypes \ $PnpMouseTypes #elif defined(__OpenBSD__) #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $StandardPS2Types \ ! $PnpMouseTypes #elif defined(Lynx) ! #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $StandardPS2Types #elif defined(ISC) #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $StandardPS2Types #elif defined(sun) && defined(i386) && defined(SVR4) --- 63,76 ---- #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $ExtraMouseTypes \ $PnpMouseTypes #elif defined(__OpenBSD__) + set ExtraMouseTypes [ list \ + "usb" \ + ] #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $StandardPS2Types \ ! $ExtraMouseTypes $PnpMouseTypes #elif defined(Lynx) ! #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $StandardPS2Types \ ! $ExtendedPS2Types #elif defined(ISC) #define MOUSE_TYPES $SerialMouseTypes $BusMouseTypes $StandardPS2Types #elif defined(sun) && defined(i386) && defined(SVR4) Index: xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl:3.7.2.3 xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl:3.7.2.4 *** xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl:3.7.2.3 Sat Feb 21 17:07:02 1998 --- xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl Tue Oct 12 02:05:00 1999 *************** *** 3,9 **** # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl,v 3.7.2.3 1998/02/21 06:07:02 robin Exp $ # # Copyright 1996 by Joseph V. Moss # --- 3,9 ---- # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl,v 3.7.2.4 1999/10/11 16:05:00 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # *************** *** 72,78 **** cd $linkdir catch "unlink X" ret if !$pc98 { ! if [catch "link $Xwinhome/bin/XF86_$server X" ret] { mesg "Link creation failed!\n\ You'll have to do it yourself" okay } else { --- 72,83 ---- cd $linkdir catch "unlink X" ret if !$pc98 { ! if [string match XFCom* $server] { ! set serverpath $Xwinhome/bin/$server ! } else { ! set serverpath $Xwinhome/bin/XF86_$server ! } ! if [catch "link $serverpath X" ret] { mesg "Link creation failed!\n\ You'll have to do it yourself" okay } else { Index: xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl:3.13.2.8 xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl:3.13.2.9 *** xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl:3.13.2.8 Sun Nov 1 22:19:27 1998 --- xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl Tue Oct 12 02:05:01 1999 *************** *** 3,9 **** # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl,v 3.13.2.8 1998/11/01 11:19:27 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # --- 3,9 ---- # # # ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl,v 3.13.2.9 1999/10/11 16:05:01 hohndel Exp $ # # Copyright 1996 by Joseph V. Moss # *************** *** 530,538 **** set env(DISPLAY) [set disp :$serverNumber] if !$pc98 { ! set pid [exec $Xwinhome/bin/XF86_$server $disp \ ! -allowMouseOpenFail -xf86config $configfile \ ! -bestRefresh >& $TmpDir/$outfile & ] } else { set pid [exec $Xwinhome/bin/XF98_$server $disp \ -allowMouseOpenFail -xf86config $configfile \ --- 530,544 ---- set env(DISPLAY) [set disp :$serverNumber] if !$pc98 { ! if [string match XFCom* $server] { ! set pid [exec $Xwinhome/bin/$server $disp \ ! -allowMouseOpenFail -xf86config $configfile \ ! -bestRefresh >& $TmpDir/$outfile & ] ! } else { ! set pid [exec $Xwinhome/bin/XF86_$server $disp \ ! -allowMouseOpenFail -xf86config $configfile \ ! -bestRefresh >& $TmpDir/$outfile & ] ! } } else { set pid [exec $Xwinhome/bin/XF98_$server $disp \ -allowMouseOpenFail -xf86config $configfile \ Index: xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c:3.6.2.6 xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c:3.6.2.7 *** xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c:3.6.2.6 Wed Apr 21 17:21:07 1999 --- xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c Thu Dec 2 01:54:00 1999 *************** *** 4,10 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c,v 3.6.2.6 1999/04/21 07:21:07 hohndel Exp $ */ /* * Copyright 1996 by Joseph V. Moss * --- 4,10 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c,v 3.6.2.7 1999/12/01 14:54:00 hohndel Exp $ */ /* * Copyright 1996 by Joseph V. Moss * *************** *** 311,317 **** "ThinkingMouse", "IMPS/2", "ThinkingMousePS/2", "MouseManPlusPS/2", "GlidePointPS/2", "NetMousePS/2", "NetScrollPS/2", "SysMouse", ! "Auto", "AceCad", "wsmouse", "Xqueue", "OSMouse" }; #define MSETABLESIZE (sizeof(msetable)/sizeof(char *)) /* --- 311,318 ---- "ThinkingMouse", "IMPS/2", "ThinkingMousePS/2", "MouseManPlusPS/2", "GlidePointPS/2", "NetMousePS/2", "NetScrollPS/2", "SysMouse", ! "Auto", "AceCad", "wsmouse", "usb", ! "Xqueue", "OSMouse" }; #define MSETABLESIZE (sizeof(msetable)/sizeof(char *)) /* Index: xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c:3.15.2.7 xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c:3.15.2.8 *** xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c:3.15.2.7 Wed Jun 23 22:37:17 1999 --- xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c Thu Dec 2 01:54:01 1999 *************** *** 5,11 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c,v 3.15.2.7 1999/06/23 12:37:17 hohndel Exp $ */ /* * Copyright 1996 by Joseph V. Moss * --- 5,11 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c,v 3.15.2.8 1999/12/01 14:54:01 hohndel Exp $ */ /* * Copyright 1996 by Joseph V. Moss * *************** *** 517,523 **** "GlidePoint", "IntelliMouse", "ThinkingMouse", "IMPS/2", "ThinkingMousePS/2", "MouseManPlusPS/2", "GlidePointPS/2", "NetMousePS/2", "NetScrollPS/2", "SysMouse", "Auto", ! "AceCad", "wsmouse", }; int --- 517,523 ---- "GlidePoint", "IntelliMouse", "ThinkingMouse", "IMPS/2", "ThinkingMousePS/2", "MouseManPlusPS/2", "GlidePointPS/2", "NetMousePS/2", "NetScrollPS/2", "SysMouse", "Auto", ! "AceCad", "wsmouse", "usb" }; int Index: xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl diff -c xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl:1.1.2.2 xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl:1.1.2.2 Fri Feb 27 07:11:19 1998 --- xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl Tue Oct 12 02:05:03 1999 *************** *** 1,4 **** ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl,v 1.1.2.2 1998/02/26 20:11:19 hohndel Exp $ # # These procedures generate local messages with arguments --- 1,4 ---- ! # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl,v 1.1.2.3 1999/10/11 16:05:03 hohndel Exp $ # # These procedures generate local messages with arguments *************** *** 21,41 **** global cardServer set mes "" if !$pc98 { ! if ![file exists $Xwinhome/bin/XF86_$cardServer] { if ![string compare $args cardselected] { set mes \ "*** The server required by your card is not\ installed! Please abort, install the\ $cardServer server as\n\ ! $Xwinhome/bin/XF86_$cardServer and\ run this program again ***" } else { set mes \ "*** The selected server is not\ installed! Please abort, install the\ $cardServer server as\n\ ! $Xwinhome/bin/XF86_$cardServer and\ run this program again ***" } bell --- 21,46 ---- global cardServer set mes "" + set prefix "" + if !$pc98 { ! if ![string match XFCom* $cardServer] { ! set prefix "XF86_" ! } ! if ![file exists $Xwinhome/bin/$prefix$cardServer] { if ![string compare $args cardselected] { set mes \ "*** The server required by your card is not\ installed! Please abort, install the\ $cardServer server as\n\ ! $Xwinhome/bin/$prefix$cardServer and\ run this program again ***" } else { set mes \ "*** The selected server is not\ installed! Please abort, install the\ $cardServer server as\n\ ! $Xwinhome/bin/$prefix$cardServer and\ run this program again ***" } bell Index: xc/programs/Xserver/hw/xfree86/accel/glint/glint.c diff -c xc/programs/Xserver/hw/xfree86/accel/glint/glint.c:1.32.2.12 xc/programs/Xserver/hw/xfree86/accel/glint/glint.c:1.32.2.13 *** xc/programs/Xserver/hw/xfree86/accel/glint/glint.c:1.32.2.12 Tue Aug 17 17:39:26 1999 --- xc/programs/Xserver/hw/xfree86/accel/glint/glint.c Fri Dec 10 23:38:18 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/glint/glint.c,v 1.32.2.12 1999/08/17 07:39:26 hohndel Exp $ */ /* * Copyright 1997 by Alan Hourihane, Wigan, England. * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/glint/glint.c,v 1.32.2.13 1999/12/10 12:38:18 hohndel Exp $ */ /* * Copyright 1997 by Alan Hourihane, Wigan, England. * *************** *** 381,387 **** i = -1; while ((pcrp = pcrpp[++i]) != (pciConfigPtr)NULL) { if ((pcrp->_vendor == PCI_VENDOR_3DLABS) && ! (pcrp->_command & PCI_CMD_IO_ENABLE) && (pcrp->_command & PCI_CMD_MEM_ENABLE)) { switch (pcrp->_device) --- 381,387 ---- i = -1; while ((pcrp = pcrpp[++i]) != (pciConfigPtr)NULL) { if ((pcrp->_vendor == PCI_VENDOR_3DLABS) && ! /* (pcrp->_command & PCI_CMD_IO_ENABLE) && */ (pcrp->_command & PCI_CMD_MEM_ENABLE)) { switch (pcrp->_device) Index: xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c diff -c xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c:1.20.2.7 xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c:1.20.2.8 *** xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c:1.20.2.7 Tue Aug 17 17:39:27 1999 --- xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c Fri Dec 10 23:38:19 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c,v 1.20.2.7 1999/08/17 07:39:27 hohndel Exp $ */ /* * Copyright 1997 by Alan Hourihane * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c,v 1.20.2.8 1999/12/10 12:38:19 hohndel Exp $ */ /* * Copyright 1997 by Alan Hourihane * *************** *** 69,75 **** int pprod = -2; int Bppshift = 0; extern int coprotype; ! #define PARTPROD(a,b,c) (((a)<<6) | ((b)<<3) | (c)) --- 69,75 ---- int pprod = -2; int Bppshift = 0; extern int coprotype; ! extern glintLBvideoRam; #define PARTPROD(a,b,c) (((a)<<6) | ((b)<<3) | (c)) *************** *** 792,797 **** --- 792,813 ---- if (IS_3DLABS_PM_FAMILY(coprotype)) { permediapreinit(); + } + + /* this sets LB bank size and page detectors required for 3D operations */ + if (IS_3DLABS_TX_MX_CLASS(coprotype)) { + int lb_mb = glintLBvideoRam / 1024; + + /* 0x11 = enables EDO functionality and two page detectors */ + + if(lb_mb == 8) + GLINT_SLOW_WRITE_REG((2<<1) | 0x11, LBMemoryEDO) /* 512K pix */ + else if(lb_mb == 16) + GLINT_SLOW_WRITE_REG((3<<1) | 0x11, LBMemoryEDO) /* 1M pix */ + else if(lb_mb == 32) + GLINT_SLOW_WRITE_REG((4<<1) | 0x11, LBMemoryEDO) /* 2M pix */ + else if(lb_mb == 64) + GLINT_SLOW_WRITE_REG((5<<1) | 0x11, LBMemoryEDO) /* 4M pix */ } if (IS_3DLABS_PERMEDIA_CLASS(coprotype)) { Index: xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c diff -c xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c:3.6.2.9 xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c:3.6.2.10 *** xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c:3.6.2.9 Sun Dec 20 02:40:51 1998 --- xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c Sun Jan 9 07:43:00 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c,v 3.6.2.9 1998/12/19 15:40:51 robin Exp $ */ /* * Copyright 1995 by Robin Cutshaw * Copyright 1998 by Number Nine Visual Technology, Inc. --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c,v 3.6.2.10 2000/01/08 02:06:33 robin Exp $ */ /* * Copyright 1995 by Robin Cutshaw * Copyright 1998 by Number Nine Visual Technology, Inc. *************** *** 69,78 **** /* iobase is filled in during the device probe (as well as config 1&2)*/ if ((i128io.id&0x7) > 0) { ! xf86EnableIOPorts(i128InfoRec.scrnIndex); iR.vga_ctl = inl(iR.iobase + 0x30); ! xf86DisableIOPorts(i128InfoRec.scrnIndex); } if (i128RamdacType == TI3025_DAC) { --- 69,78 ---- /* iobase is filled in during the device probe (as well as config 1&2)*/ if ((i128io.id&0x7) > 0) { ! /*xf86EnableIOPorts(i128InfoRec.scrnIndex);*/ iR.vga_ctl = inl(iR.iobase + 0x30); ! /*xf86DisableIOPorts(i128InfoRec.scrnIndex);*/ } if (i128RamdacType == TI3025_DAC) { *************** *** 317,323 **** usleep(50000); } ! xf86EnableIOPorts(i128InfoRec.scrnIndex); if (i128MemoryType == I128_MEMORY_SGRAM) { outl(iR.iobase + 0x24, iR.sgram & 0x7FFFFFFF); --- 317,323 ---- usleep(50000); } ! /*xf86EnableIOPorts(i128InfoRec.scrnIndex);*/ if (i128MemoryType == I128_MEMORY_SGRAM) { outl(iR.iobase + 0x24, iR.sgram & 0x7FFFFFFF); *************** *** 395,401 **** outl(iR.iobase + 0x20, iR.config2); outl(iR.iobase + 0x1C, iR.config1); ! xf86DisableIOPorts(i128InfoRec.scrnIndex); } --- 395,401 ---- outl(iR.iobase + 0x20, iR.config2); outl(iR.iobase + 0x1C, iR.config1); ! /*xf86DisableIOPorts(i128InfoRec.scrnIndex);*/ } *************** *** 408,414 **** #endif { restoreI128state(); ! xf86DisableIOPorts(i128InfoRec.scrnIndex); } --- 408,414 ---- #endif { restoreI128state(); ! /*xf86DisableIOPorts(i128InfoRec.scrnIndex);*/ } *************** *** 438,444 **** xf86EnableIOPorts(i128InfoRec.scrnIndex); outl(iR.iobase + 0x1C, i128io.config1); outl(iR.iobase + 0x20, i128io.config2); ! xf86DisableIOPorts(i128InfoRec.scrnIndex); if (!i128Initialized) saveI128state(); --- 438,444 ---- xf86EnableIOPorts(i128InfoRec.scrnIndex); outl(iR.iobase + 0x1C, i128io.config1); outl(iR.iobase + 0x20, i128io.config2); ! /*xf86DisableIOPorts(i128InfoRec.scrnIndex);*/ if (!i128Initialized) saveI128state(); *************** *** 539,545 **** if ((i128io.id&0x7) > 0 || i128DeviceType == I128_DEVICE_ID3 || i128DeviceType == I128_DEVICE_ID4) { ! xf86EnableIOPorts(i128InfoRec.scrnIndex); i128io.vga_ctl &= 0x0000FF00; i128io.vga_ctl |= 0x00000082; --- 539,545 ---- if ((i128io.id&0x7) > 0 || i128DeviceType == I128_DEVICE_ID3 || i128DeviceType == I128_DEVICE_ID4) { ! /*xf86EnableIOPorts(i128InfoRec.scrnIndex);*/ i128io.vga_ctl &= 0x0000FF00; i128io.vga_ctl |= 0x00000082; *************** *** 557,563 **** outl(iR.iobase + 0x24, 0xA1089030); } ! xf86DisableIOPorts(i128InfoRec.scrnIndex); if (!i128FontsSaved) { int i; --- 557,563 ---- outl(iR.iobase + 0x24, 0xA1089030); } ! /*xf86DisableIOPorts(i128InfoRec.scrnIndex);*/ if (!i128FontsSaved) { int i; Index: xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c diff -c xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c:3.5.2.5 xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c:3.5.2.6 *** xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c:3.5.2.5 Fri Jan 29 05:20:54 1999 --- xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c Sun Jan 9 07:43:01 2000 *************** *** 27,33 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c,v 3.5.2.5 1999/01/28 18:20:54 robin Exp $ */ #include "servermd.h" --- 27,33 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c,v 3.5.2.6 2000/01/08 02:06:34 robin Exp $ */ #include "servermd.h" *************** *** 176,181 **** --- 176,183 ---- if (!xf86Resetting) { ScrnInfoPtr pScr = XF86SCRNINFO(pScreen); + xf86EnableIOPorts(i128InfoRec.scrnIndex); + i128Init(i128InfoRec.modes); i128InitEnvironment(); AlreadyInited = TRUE; *************** *** 216,221 **** --- 218,225 ---- i128CleanUp(); AlreadyInited = FALSE; } + + xf86DisableIOPorts(i128InfoRec.scrnIndex); } } Index: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c diff -c xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c:3.62.2.19 xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c:3.62.2.20 *** xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c:3.62.2.19 Mon Jul 19 21:46:36 1999 --- xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c Wed Oct 13 03:18:42 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c,v 3.62.2.19 1999/07/19 11:46:36 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * Copyright 1993,1994,1995,1996,1997 by Kevin E. Martin, Chapel Hill, North Carolina. --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c,v 3.62.2.20 1999/10/12 17:18:42 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * Copyright 1993,1994,1995,1996,1997 by Kevin E. Martin, Chapel Hill, North Carolina. *************** *** 241,246 **** --- 241,248 ---- unsigned ioLCD_GEN_CTRL; unsigned ioLCD_INDEX; unsigned ioLCD_DATA; + unsigned ioHORZ_STRETCHING; + unsigned ioVERT_STRETCHING; unsigned ATIExtReg; /* *************** *** 371,381 **** --- 373,388 ---- { MACH64_LB_ID, "Mach64 Rage LT Pro" }, { MACH64_LI_ID, "Mach64 Rage LT Pro" }, { MACH64_LP_ID, "Mach64 Rage LT Pro" }, + { MACH64_GL_ID, "Mach64 Rage XL or XC" }, { MACH64_GM_ID, "Mach64 Rage XL or XC" }, { MACH64_GN_ID, "Mach64 Rage XL or XC" }, { MACH64_GO_ID, "Mach64 Rage XL or XC" }, { MACH64_GR_ID, "Mach64 Rage XL or XC" }, { MACH64_GS_ID, "Mach64 Rage XL or XC" }, + { MACH64_LM_ID, "Mach64 Rage Mobility" }, + { MACH64_LN_ID, "Mach64 Rage Mobility" }, + { MACH64_LR_ID, "Mach64 Rage Mobility" }, + { MACH64_LS_ID, "Mach64 Rage Mobility" }, { -1, "" }, }; *************** *** 525,535 **** --- 532,547 ---- case MACH64_LB_ID: case MACH64_LI_ID: case MACH64_LP_ID: + case MACH64_GL_ID: case MACH64_GM_ID: case MACH64_GN_ID: case MACH64_GO_ID: case MACH64_GR_ID: case MACH64_GS_ID: + case MACH64_LM_ID: + case MACH64_LN_ID: + case MACH64_LR_ID: + case MACH64_LS_ID: info.ChipType = tmp & CFG_CHIP_TYPE; break; default: *************** *** 581,591 **** --- 593,620 ---- case MACH64_LB_ID: case MACH64_LI_ID: case MACH64_LP_ID: + case MACH64_GL_ID: case MACH64_GM_ID: case MACH64_GN_ID: case MACH64_GO_ID: case MACH64_GR_ID: case MACH64_GS_ID: + case MACH64_LM_ID: + case MACH64_LN_ID: + case MACH64_LR_ID: + case MACH64_LS_ID: + outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); + tmp2 = inl(ioLCD_DATA); + #if 0 + if (tmp2 & AUTO_HORZ_RATIO) + #endif + info.LCDHorizontal = (((tmp2 >> 20) & 0x0FF) + 1) << 3; + outb(ioLCD_INDEX, LCD_EXT_VERT_STRETCH); + tmp2 = inl(ioLCD_DATA); + #if 0 + if (tmp2 & AUTO_VERT_RATIO) + #endif + info.LCDVertical = ((tmp2 >> 11) & 0x7FF) + 1; outb(ioLCD_INDEX, LCD_GEN_CNTL); tmp2 = inl(ioLCD_DATA); break; *************** *** 711,726 **** LCDPanelInfo = sbios_data(LCDTable + 0x0A); if (!LCDTable || !LCDPanelInfo || ! (bios_data[LCDTable + 5] != 0x1A) || ! (bios_data[LCDPanelInfo] != info.PanelID) || ! ((LCDTable + 0x1A) > BIOS_DATA_SIZE) || ! ((LCDPanelInfo + 0x1D) > BIOS_DATA_SIZE)) { ! ErrorF("Warning: Unable to determine dimensions of panel (ID %d)\n", ! info.PanelID); ! info.PanelID = -1; ! return &info; } info.LCDHorizontal = (bios_data[LCDPanelInfo + 0x1A] << 8) + bios_data[LCDPanelInfo + 0x19]; info.LCDVertical = --- 740,805 ---- LCDPanelInfo = sbios_data(LCDTable + 0x0A); if (!LCDTable || !LCDPanelInfo || ! ((LCDTable + bios_data[LCDTable + 5]) > BIOS_DATA_SIZE) || ! ((LCDPanelInfo + 0x1D) > BIOS_DATA_SIZE) || ! ((bios_data[LCDPanelInfo] != info.PanelID) && ! (info.PanelID || (bios_data[LCDPanelInfo] > 0x1F) || ! (info.ChipType == MACH64_LB_ID) || ! (info.ChipType == MACH64_LD_ID) || ! (info.ChipType == MACH64_LG_ID) || ! (info.ChipType == MACH64_LI_ID) || ! (info.ChipType == MACH64_LP_ID)))) { ! /* ! * Scan BIOS for panel info table. ! */ ! LCDPanelInfo = 0; ! for (i = 0; i <= ((bios_data[2] << 9) - 0x1D); i++) { ! if ((bios_data[i] != info.PanelID) && ! (info.PanelID || (bios_data[i] > 0x1F) || ! (info.ChipType == MACH64_LB_ID) || ! (info.ChipType == MACH64_LD_ID) || ! (info.ChipType == MACH64_LG_ID) || ! (info.ChipType == MACH64_LI_ID) || ! (info.ChipType == MACH64_LP_ID))) ! continue; ! for (j = 0; j < 24; j++) ! if ((CARD8)(bios_data[i + j + 1] - 0x20) > 0x5F) { ! i += j; ! goto NextBIOSByte; ! } ! if ((info.LCDHorizontal > 8) && ! (info.LCDHorizontal <= 0x7F8) && ! (info.LCDHorizontal != sbios_data(i + 0x19))) ! continue; ! if ((info.LCDVertical > 1) && ! (info.LCDVertical <= 0x7FF) && ! (info.LCDVertical != sbios_data(i + 0x1B))) ! continue; ! if (LCDPanelInfo) { ! /* ! * More than one possibility, but don't care if all tables ! * describe panels of the same size. ! */ ! if ((bios_data[LCDPanelInfo + 0x19] == bios_data[i + 0x19]) && ! (bios_data[LCDPanelInfo + 0x1A] == bios_data[i + 0x1A]) && ! (bios_data[LCDPanelInfo + 0x1B] == bios_data[i + 0x1B]) && ! (bios_data[LCDPanelInfo + 0x1C] == bios_data[i + 0x1C])) ! continue; ! LCDPanelInfo = 0; ! break; ! } ! LCDPanelInfo = i; ! NextBIOSByte: ; ! } ! if (!LCDPanelInfo) { ! ErrorF("Warning: Unable to determine dimensions of panel" ! " (ID %d)\n", info.PanelID); ! info.PanelID = -1; ! return &info; ! } } + info.PanelID = bios_data[LCDPanelInfo]; info.LCDHorizontal = (bios_data[LCDPanelInfo + 0x1A] << 8) + bios_data[LCDPanelInfo + 0x19]; info.LCDVertical = *************** *** 776,786 **** --- 855,870 ---- case PCI_MACH64_LB_ID: case PCI_MACH64_LI_ID: case PCI_MACH64_LP_ID: + case PCI_MACH64_GL_ID: case PCI_MACH64_GM_ID: case PCI_MACH64_GN_ID: case PCI_MACH64_GO_ID: case PCI_MACH64_GR_ID: case PCI_MACH64_GS_ID: + case PCI_MACH64_LM_ID: + case PCI_MACH64_LN_ID: + case PCI_MACH64_LR_ID: + case PCI_MACH64_LS_ID: info.ChipType = devid; break; default: *************** *** 983,988 **** --- 1067,1074 ---- ioLCD_GEN_CTRL = base + LCD_GEN_CTRL; ioLCD_INDEX = base + LCD_INDEX; ioLCD_DATA = base + LCD_DATA; + ioHORZ_STRETCHING = base + HORZ_STRETCHING; + ioVERT_STRETCHING = base + VERT_STRETCHING; /* These are only needed for panel support (and are thus needed only * through block I/O) */ ioCRTC_H_TOTAL_DISP = base + CRTC_H_TOTAL_DISP; *************** *** 1120,1130 **** mach64ChipType == MACH64_LB_ID || mach64ChipType == MACH64_LI_ID || mach64ChipType == MACH64_LP_ID || mach64ChipType == MACH64_GM_ID || mach64ChipType == MACH64_GN_ID || mach64ChipType == MACH64_GO_ID || mach64ChipType == MACH64_GR_ID || ! mach64ChipType == MACH64_GS_ID) { mach64HasBlockWrite = TRUE; } else { mach64HasBlockWrite = FALSE; --- 1206,1221 ---- mach64ChipType == MACH64_LB_ID || mach64ChipType == MACH64_LI_ID || mach64ChipType == MACH64_LP_ID || + mach64ChipType == MACH64_GL_ID || mach64ChipType == MACH64_GM_ID || mach64ChipType == MACH64_GN_ID || mach64ChipType == MACH64_GO_ID || mach64ChipType == MACH64_GR_ID || ! mach64ChipType == MACH64_GS_ID || ! mach64ChipType == MACH64_LM_ID || ! mach64ChipType == MACH64_LN_ID || ! mach64ChipType == MACH64_LR_ID || ! mach64ChipType == MACH64_LS_ID) { mach64HasBlockWrite = TRUE; } else { mach64HasBlockWrite = FALSE; *************** *** 1137,1143 **** mach64ChipType == MACH64_LB_ID || mach64ChipType == MACH64_LD_ID || mach64ChipType == MACH64_GM_ID || ! mach64ChipType == MACH64_GN_ID) { mach64AGP = TRUE; } else { mach64AGP = FALSE; --- 1228,1236 ---- mach64ChipType == MACH64_LB_ID || mach64ChipType == MACH64_LD_ID || mach64ChipType == MACH64_GM_ID || ! mach64ChipType == MACH64_GN_ID || ! mach64ChipType == MACH64_LM_ID || ! mach64ChipType == MACH64_LN_ID) { mach64AGP = TRUE; } else { mach64AGP = FALSE; *************** *** 1289,1299 **** mach64ChipType == MACH64_LB_ID || mach64ChipType == MACH64_LI_ID || mach64ChipType == MACH64_LP_ID || mach64ChipType == MACH64_GM_ID || mach64ChipType == MACH64_GN_ID || mach64ChipType == MACH64_GO_ID || mach64ChipType == MACH64_GR_ID || ! mach64ChipType == MACH64_GS_ID) { mach64InfoRec.maxClock = 230000; } else { if (xf86bpp == 8) --- 1382,1397 ---- mach64ChipType == MACH64_LB_ID || mach64ChipType == MACH64_LI_ID || mach64ChipType == MACH64_LP_ID || + mach64ChipType == MACH64_GL_ID || mach64ChipType == MACH64_GM_ID || mach64ChipType == MACH64_GN_ID || mach64ChipType == MACH64_GO_ID || mach64ChipType == MACH64_GR_ID || ! mach64ChipType == MACH64_GS_ID || ! mach64ChipType == MACH64_LM_ID || ! mach64ChipType == MACH64_LN_ID || ! mach64ChipType == MACH64_LR_ID || ! mach64ChipType == MACH64_LS_ID) { mach64InfoRec.maxClock = 230000; } else { if (xf86bpp == 8) *************** *** 1406,1412 **** ErrorF("SDRAM"); break; case SGRAM: ! ErrorF("SGRAM"); break; } } else { --- 1504,1513 ---- ErrorF("SDRAM"); break; case SGRAM: ! ErrorF("SGRAM (1:1)"); ! break; ! case SGRAM32: ! ErrorF("SGRAM (2:1)"); break; } } else { *************** *** 1497,1505 **** --- 1598,1656 ---- LCDVBlankWidth++; } + HDisplay <<= 3; LCDHSyncStart <<= 3; LCDHSyncWidth <<= 3; LCDHBlankWidth <<= 3; + + /* If the mode on entry isn't stretched, adjust timings */ + do { + CARD32 horz_stretching; + + if ((HDisplay = mach64LCDHorizontal - HDisplay) <= 0) + break; + + if (mach64ChipType == MACH64_LG_ID) { + horz_stretching = inl(ioHORZ_STRETCHING); + } else { + outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); + horz_stretching = inl(ioLCD_DATA); + } + + if (horz_stretching & HORZ_STRETCH_EN) + break; + + if ((LCDHSyncStart -= HDisplay) < 0) + LCDHSyncStart = 0; + LCDHBlankWidth -= HDisplay; + HDisplay = LCDHSyncStart + LCDHSyncWidth; + if (LCDHBlankWidth < HDisplay) + LCDHBlankWidth = HDisplay; + } while(0); + + do { + CARD32 vert_stretching; + + if ((VDisplay = mach64LCDVertical - VDisplay) <= 0) + break; + + if (mach64ChipType == MACH64_LG_ID) { + vert_stretching = inl(ioVERT_STRETCHING); + } else { + outb(ioLCD_INDEX, LCD_VERT_STRETCHING); + vert_stretching = inl(ioLCD_DATA); + } + + if (vert_stretching & VERT_STRETCH_EN) + break; + + if ((LCDVSyncStart -= VDisplay) < 0) + LCDVSyncStart = 0; + LCDVBlankWidth -= VDisplay; + VDisplay = LCDVSyncStart + LCDVSyncWidth; + if (LCDVBlankWidth < VDisplay) + LCDVBlankWidth = VDisplay; + } while(0); } if (OFLG_ISSET(OPTION_NO_PROGRAM_CLOCKS, &mach64InfoRec.options)) { Index: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c diff -c xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c:3.24.2.10 xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c:3.24.2.11 *** xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c:3.24.2.10 Fri Jul 23 23:22:37 1999 --- xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c Wed Oct 13 03:18:43 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c,v 3.24.2.10 1999/07/23 13:22:37 hohndel Exp $ */ /* * Written by Jake Richter * Copyright (c) 1989, 1990 Panacea Inc., Londonderry, NH - All Rights Reserved --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c,v 3.24.2.11 1999/10/12 17:18:43 hohndel Exp $ */ /* * Written by Jake Richter * Copyright (c) 1989, 1990 Panacea Inc., Londonderry, NH - All Rights Reserved *************** *** 110,115 **** --- 110,116 ---- static unsigned long old_VERT_STRETCHING; static unsigned long old_EXT_VERT_STRETCH; static unsigned long old_POWER_MANAGEMENT; + static unsigned long old_POWER_MANAGEMENT_2; static int oldClockFreq; static unsigned char old_PLL[16]; *************** *** 353,364 **** /* Panel setup */ if (mach64ChipType == MACH64_LG_ID) { crtcRegs->horz_stretching = regr(HORZ_STRETCHING); - crtcRegs->vert_stretching = regr(VERT_STRETCHING); } else { outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); crtcRegs->horz_stretching = inl(ioLCD_DATA); - outb(ioLCD_INDEX, LCD_VERT_STRETCHING); - crtcRegs->vert_stretching = inl(ioLCD_DATA); outb(ioLCD_INDEX, LCD_EXT_VERT_STRETCH); crtcRegs->ext_vert_stretch = inl(ioLCD_DATA) & ~(AUTO_VERT_RATIO | VERT_STRETCH_MODE); --- 354,362 ---- *************** *** 373,390 **** } crtcRegs->horz_stretching &= ~(HORZ_STRETCH_RATIO | HORZ_STRETCH_LOOP | ! HORZ_STRETCH_MODE | HORZ_STRETCH_EN); if (mode->HDisplay < mach64LCDHorizontal) crtcRegs->horz_stretching |= HORZ_STRETCH_MODE | HORZ_STRETCH_EN | (((mode->HDisplay & ~7) << 12) / mach64LCDHorizontal); if (mode->VDisplay >= mach64LCDVertical) ! crtcRegs->vert_stretching &= ~VERT_STRETCH_EN; ! else { ! crtcRegs->vert_stretching &= ~VERT_STRETCH_RATIO0; ! crtcRegs->vert_stretching |= VERT_STRETCH_USE0 | VERT_STRETCH_EN | ((mode->VDisplay << 10) / mach64LCDVertical); - } } /* --- 371,386 ---- } crtcRegs->horz_stretching &= ~(HORZ_STRETCH_RATIO | HORZ_STRETCH_LOOP | ! AUTO_HORZ_RATIO | HORZ_STRETCH_MODE | HORZ_STRETCH_EN); if (mode->HDisplay < mach64LCDHorizontal) crtcRegs->horz_stretching |= HORZ_STRETCH_MODE | HORZ_STRETCH_EN | (((mode->HDisplay & ~7) << 12) / mach64LCDHorizontal); if (mode->VDisplay >= mach64LCDVertical) ! crtcRegs->vert_stretching = 0; ! else ! crtcRegs->vert_stretching = VERT_STRETCH_USE0 | VERT_STRETCH_EN | ((mode->VDisplay << 10) / mach64LCDVertical); } /* *************** *** 931,937 **** #endif outb(ioCLOCK_CNTL + 1, PLL_VCLK_CNTL << 2); ! tmp1 = inb(ioCLOCK_CNTL + 2); outb(ioCLOCK_CNTL + 1, (PLL_VCLK_CNTL << 2) | PLL_WR_EN); outb(ioCLOCK_CNTL + 2, tmp1 | 0x04); outb(ioCLOCK_CNTL + 1, VCLK_POST_DIV << 2); --- 927,933 ---- #endif outb(ioCLOCK_CNTL + 1, PLL_VCLK_CNTL << 2); ! tmp1 = inb(ioCLOCK_CNTL + 2) | 0x03; outb(ioCLOCK_CNTL + 1, (PLL_VCLK_CNTL << 2) | PLL_WR_EN); outb(ioCLOCK_CNTL + 2, tmp1 | 0x04); outb(ioCLOCK_CNTL + 1, VCLK_POST_DIV << 2); *************** *** 1357,1363 **** /* Update non-shadow registers first */ lcd_gen_ctrl = regr(LCD_GEN_CTRL); regw(LCD_GEN_CTRL, lcd_gen_ctrl & ! ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); /* Temporarily disable stretching */ regw(HORZ_STRETCHING, crtcRegs->horz_stretching & --- 1353,1360 ---- /* Update non-shadow registers first */ lcd_gen_ctrl = regr(LCD_GEN_CTRL); regw(LCD_GEN_CTRL, lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT | SHADOW_EN | ! SHADOW_RW_EN)); /* Temporarily disable stretching */ regw(HORZ_STRETCHING, crtcRegs->horz_stretching & *************** *** 1370,1376 **** outb(ioLCD_INDEX, LCD_GEN_CNTL); lcd_gen_ctrl = inl(ioLCD_DATA); outl(ioLCD_DATA, lcd_gen_ctrl & ! ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); /* Temporarily disable stretching */ outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); --- 1367,1374 ---- outb(ioLCD_INDEX, LCD_GEN_CNTL); lcd_gen_ctrl = inl(ioLCD_DATA); outl(ioLCD_DATA, lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT | SHADOW_EN | ! SHADOW_RW_EN)); /* Temporarily disable stretching */ outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); *************** *** 1394,1404 **** if (mach64LCDPanelID >= 0) { /* Switch to shadow registers */ if (mach64ChipType == MACH64_LG_ID) { ! regw(LCD_GEN_CTRL, (lcd_gen_ctrl & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); } else { outb(ioLCD_INDEX, LCD_GEN_CNTL); ! outl(ioLCD_DATA, (lcd_gen_ctrl & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); } --- 1392,1404 ---- if (mach64LCDPanelID >= 0) { /* Switch to shadow registers */ if (mach64ChipType == MACH64_LG_ID) { ! regw(LCD_GEN_CTRL, (lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | (SHADOW_EN | SHADOW_RW_EN)); } else { outb(ioLCD_INDEX, LCD_GEN_CNTL); ! outl(ioLCD_DATA, (lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | (SHADOW_EN | SHADOW_RW_EN)); } *************** *** 2423,2431 **** /* 3D Rage LT (not Pro) */ old_LCD_GEN_CTRL = regr(LCD_GEN_CTRL); /* Use primary non-shadowed CTRC, disable CRT */ ! temp = (old_LCD_GEN_CTRL | DONT_SHADOW_VPAR) & ! ~(CRT_ON | CRTC_RW_SELECT | LOCK_8DOT | HORZ_DIVBY2_EN | ! DIS_HOR_CRT_DIVBY2 | USE_SHADOWED_VEND | USE_SHADOWED_ROWCUR | SHADOW_EN | SHADOW_RW_EN); regw(LCD_GEN_CTRL, temp); old_HORZ_STRETCHING = regr(HORZ_STRETCHING); --- 2423,2432 ---- /* 3D Rage LT (not Pro) */ old_LCD_GEN_CTRL = regr(LCD_GEN_CTRL); /* Use primary non-shadowed CTRC, disable CRT */ ! temp = (old_LCD_GEN_CTRL | (DONT_SHADOW_VPAR | LOCK_8DOT)) & ! ~(CRT_ON | HORZ_DIVBY2_EN | DISABLE_PCLK_RESET | ! DIS_HOR_CRT_DIVBY2 | VCLK_DAC_PM_EN | XTALIN_PM_EN | ! CRTC_RW_SELECT | USE_SHADOWED_VEND | USE_SHADOWED_ROWCUR | SHADOW_EN | SHADOW_RW_EN); regw(LCD_GEN_CTRL, temp); old_HORZ_STRETCHING = regr(HORZ_STRETCHING); *************** *** 2445,2453 **** outl(ioLCD_DATA, old_CONFIG_PANEL | DONT_SHADOW_HEND); outb(ioLCD_INDEX, LCD_GEN_CNTL); old_LCD_GEN_CTRL = inl(ioLCD_DATA); ! temp = (old_LCD_GEN_CTRL | DONT_SHADOW_VPAR) & ! ~(CRT_ON | CRTC_RW_SELECT | LOCK_8DOT | HORZ_DIVBY2_EN | ! DIS_HOR_CRT_DIVBY2 | USE_SHADOWED_VEND | USE_SHADOWED_ROWCUR | SHADOW_EN | SHADOW_RW_EN); outl(ioLCD_DATA, temp); outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); --- 2446,2455 ---- outl(ioLCD_DATA, old_CONFIG_PANEL | DONT_SHADOW_HEND); outb(ioLCD_INDEX, LCD_GEN_CNTL); old_LCD_GEN_CTRL = inl(ioLCD_DATA); ! temp = (old_LCD_GEN_CTRL | (LOCK_8DOT | DONT_SHADOW_VPAR)) & ! ~(CRT_ON | HORZ_DIVBY2_EN | DISABLE_PCLK_RESET | ! DIS_HOR_CRT_DIVBY2 | VCLK_DAC_PM_EN | XTALIN_PM_EN | ! CRTC_RW_SELECT | USE_SHADOWED_VEND | USE_SHADOWED_ROWCUR | SHADOW_EN | SHADOW_RW_EN); outl(ioLCD_DATA, temp); outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); *************** *** 2460,2465 **** --- 2462,2480 ---- old_POWER_MANAGEMENT = inl(ioLCD_DATA); /* Disable panel's APM */ outl(ioLCD_DATA, old_POWER_MANAGEMENT & ~PWR_MGT_ON); + if ((mach64ChipType != MACH64_LB_ID) && + (mach64ChipType != MACH64_LD_ID) && + (mach64ChipType != MACH64_LI_ID) && + (mach64ChipType != MACH64_LP_ID)) { + outb(ioLCD_INDEX, LCD_POWER_MANAGEMENT_2); + old_POWER_MANAGEMENT_2 = inl(ioLCD_DATA); + outl(ioLCD_DATA, old_POWER_MANAGEMENT_2 & + ~(LCD_XCLK_DISP_PM_EN | LCD_XCLK_GUI_PM_EN | + LCD_MCLK_PM_EN | LCD_PM_DYN_XCLK_EN | + LCD_PM_XCLK_ALWAYS | LCD_PCI_ACC_DIS | + LCD_PM_DYN_XCLK_DISP | LCD_PM_DYN_XCLK_GUI | + LCD_PM_DYN_XCLK_HOST)); + } } } *************** *** 2471,2481 **** if (mach64LCDPanelID >= 0) { /* Set to save shadow registers */ if (mach64ChipType == MACH64_LG_ID) { ! regw(LCD_GEN_CTRL, (temp & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); } else { outb(ioLCD_INDEX, LCD_GEN_CNTL); ! outl(ioLCD_DATA, (temp & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); } --- 2486,2498 ---- if (mach64LCDPanelID >= 0) { /* Set to save shadow registers */ if (mach64ChipType == MACH64_LG_ID) { ! regw(LCD_GEN_CTRL, (temp & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | (SHADOW_EN | SHADOW_RW_EN)); } else { outb(ioLCD_INDEX, LCD_GEN_CNTL); ! outl(ioLCD_DATA, (temp & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | (SHADOW_EN | SHADOW_RW_EN)); } *************** *** 2810,2816 **** if (mach64ChipType == MACH64_LG_ID) { /* Update non-shadow registers first */ regw(LCD_GEN_CTRL, old_LCD_GEN_CTRL & ! ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); /* Temporarily disable stretching */ regw(HORZ_STRETCHING, old_HORZ_STRETCHING & --- 2827,2834 ---- if (mach64ChipType == MACH64_LG_ID) { /* Update non-shadow registers first */ regw(LCD_GEN_CTRL, old_LCD_GEN_CTRL & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT | SHADOW_EN | ! SHADOW_RW_EN)); /* Temporarily disable stretching */ regw(HORZ_STRETCHING, old_HORZ_STRETCHING & *************** *** 2825,2831 **** /* Update non-shadow registers first */ outb(ioLCD_INDEX, LCD_GEN_CNTL); outl(ioLCD_DATA, old_LCD_GEN_CTRL & ! ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); /* Temporarily disable stretching */ outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); --- 2843,2850 ---- /* Update non-shadow registers first */ outb(ioLCD_INDEX, LCD_GEN_CNTL); outl(ioLCD_DATA, old_LCD_GEN_CTRL & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT | SHADOW_EN | ! SHADOW_RW_EN)); /* Temporarily disable stretching */ outb(ioLCD_INDEX, LCD_HORZ_STRETCHING); *************** *** 2846,2856 **** if (mach64LCDPanelID >= 0) { /* Switch to shadow registers */ if (mach64ChipType == MACH64_LG_ID) { ! regw(LCD_GEN_CTRL, (old_LCD_GEN_CTRL & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); } else { outb(ioLCD_INDEX, LCD_GEN_CNTL); ! outl(ioLCD_DATA, (old_LCD_GEN_CTRL & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); } --- 2865,2877 ---- if (mach64LCDPanelID >= 0) { /* Switch to shadow registers */ if (mach64ChipType == MACH64_LG_ID) { ! regw(LCD_GEN_CTRL, (old_LCD_GEN_CTRL & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | (SHADOW_EN | SHADOW_RW_EN)); } else { outb(ioLCD_INDEX, LCD_GEN_CNTL); ! outl(ioLCD_DATA, (old_LCD_GEN_CTRL & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | (SHADOW_EN | SHADOW_RW_EN)); } *************** *** 2876,2881 **** --- 2897,2909 ---- outl(ioLCD_DATA, old_EXT_VERT_STRETCH); outb(ioLCD_INDEX, LCD_POWER_MANAGEMENT); outl(ioLCD_DATA, old_POWER_MANAGEMENT); + if ((mach64ChipType != MACH64_LB_ID) && + (mach64ChipType != MACH64_LD_ID) && + (mach64ChipType != MACH64_LR_ID) && + (mach64ChipType != MACH64_LS_ID)) { + outb(ioLCD_INDEX, LCD_POWER_MANAGEMENT_2); + outl(ioLCD_DATA, old_POWER_MANAGEMENT_2); + } outl(ioLCD_INDEX, old_LCD_INDEX); } } Index: xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h diff -c xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h:3.15.2.7 xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h:3.15.2.8 *** xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h:3.15.2.7 Fri Jul 23 19:00:35 1999 --- xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h Wed Oct 13 03:18:44 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h,v 3.15.2.7 1999/07/23 09:00:35 hohndel Exp $ */ /* * Copyright 1992,1993,1994,1995,1996,1997 by Kevin E. Martin, Chapel Hill, North Carolina. * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h,v 3.15.2.8 1999/10/12 17:18:44 hohndel Exp $ */ /* * Copyright 1992,1993,1994,1995,1996,1997 by Kevin E. Martin, Chapel Hill, North Carolina. * *************** *** 369,374 **** --- 369,375 ---- #define LCD_VERT_STRETCHING 0x05 #define LCD_EXT_VERT_STRETCH 0x06 #define LCD_POWER_MANAGEMENT 0x08 + #define LCD_POWER_MANAGEMENT_2 0x1D /* Fields in LCD registers */ #define DONT_SHADOW_HEND 0x00004000 *************** *** 377,383 **** --- 378,387 ---- #define HORZ_DIVBY2_EN 0x00000004 #define LOCK_8DOT 0x00000010 #define DONT_SHADOW_VPAR 0x00000040 + #define DISABLE_PCLK_RESET 0x00000200 #define DIS_HOR_CRT_DIVBY2 0x00000400 + #define VCLK_DAC_PM_EN 0x00020000 + #define XTALIN_PM_EN 0x00080000 #define CRTC_RW_SELECT 0x08000000 #define USE_SHADOWED_VEND 0x10000000 #define USE_SHADOWED_ROWCUR 0x20000000 *************** *** 385,390 **** --- 389,395 ---- #define SHADOW_RW_EN 0x80000000 #define HORZ_STRETCH_RATIO 0x0000FFFF #define HORZ_STRETCH_LOOP 0x00070000 + #define AUTO_HORZ_RATIO 0x0FF00000 #define HORZ_STRETCH_MODE 0x40000000 #define HORZ_STRETCH_EN 0x80000000 #define VERT_STRETCH_RATIO0 0x000003FF *************** *** 395,400 **** --- 400,414 ---- #define VERT_STRETCH_MODE 0x00000400 #define AUTO_VERT_RATIO 0x00400000 #define PWR_MGT_ON 0x00000001 + #define LCD_XCLK_DISP_PM_EN 0x00000001 + #define LCD_XCLK_GUI_PM_EN 0x00000010 + #define LCD_MCLK_PM_EN 0x00000100 + #define LCD_PM_DYN_XCLK_EN 0x00010000 + #define LCD_PM_XCLK_ALWAYS 0x00020000 + #define LCD_PCI_ACC_DIS 0x00080000 + #define LCD_PM_DYN_XCLK_DISP 0x00100000 + #define LCD_PM_DYN_XCLK_GUI 0x04000000 + #define LCD_PM_DYN_XCLK_HOST 0x08000000 /* CONFIG_CNTL register constants */ #define APERTURE_4M_ENABLE 1 *************** *** 430,435 **** --- 444,450 ---- #define PSEUDO_EDO 3 #define SDRAM 4 #define SGRAM 5 + #define SGRAM32 6 #define DAC_INTERNAL 0x00 #define DAC_IBMRGB514 0x01 *************** *** 511,521 **** --- 526,541 ---- #define PCI_MACH64_LB_ID 0x4C42 #define PCI_MACH64_LI_ID 0x4C49 #define PCI_MACH64_LP_ID 0x4C50 + #define PCI_MACH64_GL_ID 0x474C #define PCI_MACH64_GM_ID 0x474D #define PCI_MACH64_GN_ID 0x474E #define PCI_MACH64_GO_ID 0x474F #define PCI_MACH64_GR_ID 0x4752 #define PCI_MACH64_GS_ID 0x4753 + #define PCI_MACH64_LM_ID 0x4C4D + #define PCI_MACH64_LN_ID 0x4C4E + #define PCI_MACH64_LR_ID 0x4C52 + #define PCI_MACH64_LS_ID 0x4C53 /* CONFIG_CHIP_ID register constants */ #define CFG_CHIP_TYPE 0x0000FFFF *************** *** 548,558 **** --- 568,583 ---- #define MACH64_LB_ID 0x4C42 #define MACH64_LI_ID 0x4C49 #define MACH64_LP_ID 0x4C50 + #define MACH64_GL_ID 0x474C #define MACH64_GM_ID 0x474D #define MACH64_GN_ID 0x474E #define MACH64_GO_ID 0x474F #define MACH64_GR_ID 0x4752 #define MACH64_GS_ID 0x4753 + #define MACH64_LM_ID 0x4C4D + #define MACH64_LN_ID 0x4C4E + #define MACH64_LR_ID 0x4C52 + #define MACH64_LS_ID 0x4C53 #define MACH64_UNKNOWN_ID 0x0000 /* DST_CNTL register constants */ Index: xc/programs/Xserver/hw/xfree86/common/Imakefile diff -c xc/programs/Xserver/hw/xfree86/common/Imakefile:3.48.2.13 xc/programs/Xserver/hw/xfree86/common/Imakefile:3.48.2.14 *** xc/programs/Xserver/hw/xfree86/common/Imakefile:3.48.2.13 Wed Jul 28 23:37:42 1999 --- xc/programs/Xserver/hw/xfree86/common/Imakefile Wed Dec 1 23:49:21 1999 *************** *** 4,10 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/common/Imakefile,v 3.48.2.13 1999/07/28 13:37:42 hohndel Exp $ --- 4,10 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/common/Imakefile,v 3.48.2.14 1999/12/01 12:49:21 hohndel Exp $ *************** *** 108,113 **** --- 108,122 ---- # endif #endif + #if UsbMouseSupport + USB_MOUSE_DEFINES = -DUSB_MOUSE + USB_MOUSE_SRC = xf86_UsbMse.c + USB_MOUSE_OBJ = xf86_UsbMse.o + #if !HasLibUsb + LIBUSBSRC = $(XF86OSSRC)/libusb + #endif + #endif + #if !defined(LynxOSArchitecture) && !defined(OS2Architecture) && !defined(QNXArchitecture) PNP_MOUSE_SRC=xf86_PnPMouse.c PNP_MOUSE_OBJ=xf86_PnPMouse.o *************** *** 203,208 **** --- 212,218 ---- xf86_Option.c \ $(KBD).c \ $(PNP_MOUSE_SRC) \ + $(USB_MOUSE_SRC) \ $(XF86_XINPUT_SRC) \ $(XINPUT_DEV_SRCS) \ $(XKBDDXSRC) \ *************** *** 219,224 **** --- 229,235 ---- xf86Lock.o \ xf86_Mouse.o \ $(PNP_MOUSE_OBJ) \ + $(USB_MOUSE_OBJ) \ $(XF86_XINPUT_OBJ) \ $(XINPUT_DEV_OBJS) \ $(XKBDDXOBJ) \ *************** *** 234,240 **** INCLUDES = -I. -I.. -I$(XF86OSSRC) -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \ -I$(SERVERSRC)/include -I$(SERVERSRC)/os \ ! -I$(XINCLUDESRC) -I$(EXTINCSRC) OSNAME = OSName OSVENDOR = OSVendor --- 245,251 ---- INCLUDES = -I. -I.. -I$(XF86OSSRC) -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \ -I$(SERVERSRC)/include -I$(SERVERSRC)/os \ ! -I$(XINCLUDESRC) -I$(EXTINCSRC) -I$(LIBUSBSRC) OSNAME = OSName OSVENDOR = OSVendor *************** *** 242,248 **** CONSDEFINES = XFree86ConsoleDefines EXP_DEFINES = -DEXPIRY_TIME=XF86ServerExpiry $(EXP_FORCE_DEFINES) ! DEFINES = $(XCONFIGDEFINES) $(CONSDEFINES) $(PNP_MOUSE_DEFINES) #if XF86MonoServer VGA2BUILD = -DBUILD_VGA2 --- 253,260 ---- CONSDEFINES = XFree86ConsoleDefines EXP_DEFINES = -DEXPIRY_TIME=XF86ServerExpiry $(EXP_FORCE_DEFINES) ! DEFINES = $(XCONFIGDEFINES) $(CONSDEFINES) $(PNP_MOUSE_DEFINES) \ ! $(USB_MOUSE_DEFINES) #if XF86MonoServer VGA2BUILD = -DBUILD_VGA2 Index: xc/programs/Xserver/hw/xfree86/common/xf86.h diff -c xc/programs/Xserver/hw/xfree86/common/xf86.h:3.47.2.11 xc/programs/Xserver/hw/xfree86/common/xf86.h:3.47.2.12 *** xc/programs/Xserver/hw/xfree86/common/xf86.h:3.47.2.11 Wed Apr 21 17:21:09 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86.h Wed Dec 1 23:49:21 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86.h,v 3.47.2.11 1999/04/21 07:21:09 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86.h,v 3.47.2.12 1999/12/01 12:49:21 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * *************** *** 373,378 **** --- 373,381 ---- #endif #ifdef XINPUT struct _LocalDeviceRec *local; + #endif + #ifdef USB_MOUSE + struct UsbMouseRec *usb; #endif int pBufP; unsigned char pBuf[32]; Index: xc/programs/Xserver/hw/xfree86/common/xf86Elo.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86Elo.c:3.19.2.6 xc/programs/Xserver/hw/xfree86/common/xf86Elo.c:3.19.2.8 *** xc/programs/Xserver/hw/xfree86/common/xf86Elo.c:3.19.2.6 Mon Jul 19 21:46:38 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86Elo.c Fri Nov 19 02:37:26 1999 *************** *** 22,28 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Elo.c,v 3.19.2.6 1999/07/19 11:46:38 hohndel Exp $ */ /* ******************************************************************************* --- 22,28 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Elo.c,v 3.19.2.8 1999/11/18 15:37:26 hohndel Exp $ */ /* ******************************************************************************* *************** *** 52,57 **** --- 52,63 ---- #endif #ifdef XFREE86_V4 + + #ifndef XFree86LOADER + #include + #include + #endif + #include #include #if !defined(DGUX) *************** *** 61,66 **** --- 67,76 ---- #include #include + #ifdef XFree86LOADER + #include + #endif + #else /* XFREE86_V4 */ #include "Xos.h" *************** *** 128,133 **** --- 138,145 ---- #define HISTORY_SIZE 11 #define LINK_SPEED 12 #define ALWAYS_CORE 13 + #define SWAP_AXES 14 + #define PORTRAIT_MODE 15 static SymTabRec EloTab[] = { { ENDSUBSECTION, "endsubsection" }, *************** *** 144,149 **** --- 156,163 ---- { HISTORY_SIZE, "historysize" }, { LINK_SPEED, "linkspeed" }, { ALWAYS_CORE, "alwayscore" }, + { SWAP_AXES, "swapxy" }, + { PORTRAIT_MODE, "portraitmode" }, { -1, "" }, }; *************** *** 177,187 **** } LinkParameterStruct; static LinkParameterStruct LinkSpeedValues[] = { ! { B300, 64 }, ! { B1200, 16 }, ! { B2400, 8 }, ! { B9600, 4 }, ! { B19200, 2 } }; #endif /* XFREE86_V4 */ --- 191,201 ---- } LinkParameterStruct; static LinkParameterStruct LinkSpeedValues[] = { ! { B300, 32 }, ! { B1200, 8 }, ! { B2400, 4 }, ! { B9600, 1 }, ! { B19200, 0 } }; #endif /* XFREE86_V4 */ *************** *** 196,203 **** #define ELO_MAX_TRIALS 3 /* Number of timeouts waiting for a */ /* pending reply. */ #define ELO_MAX_WAIT 100000 /* Max wait time for a reply (microsec) */ ! #define ELO_UNTOUCH_DELAY 10 /* 100 ms */ ! #define ELO_REPORT_DELAY 4 /* 40 ms or 25 motion reports/s */ #define ELO_LINK_SPEED B9600 /* 9600 Bauds */ #define ELO_PORT "/dev/ttyS1" --- 210,217 ---- #define ELO_MAX_TRIALS 3 /* Number of timeouts waiting for a */ /* pending reply. */ #define ELO_MAX_WAIT 100000 /* Max wait time for a reply (microsec) */ ! #define ELO_UNTOUCH_DELAY 5 /* 100 ms */ ! #define ELO_REPORT_DELAY 1 /* 40 ms or 25 motion reports/s */ #define ELO_LINK_SPEED B9600 /* 9600 Bauds */ #define ELO_PORT "/dev/ttyS1" *************** *** 278,287 **** --- 292,303 ---- #undef read #undef write #undef close + #undef strdup #define SYSCALL(call) call #define read(fd, ptr, num) xf86ReadSerial(fd, ptr, num) #define write(fd, ptr, num) xf86WriteSerial(fd, ptr, num) #define close(fd) xf86CloseSerial(fd) + #define strdup(str) xf86strdup(str) #endif *************** *** 310,315 **** --- 326,332 ---- Bool is_a_2310; /* Set if the smartset is a 2310. */ int checksum; /* Current checksum of data in assembly buffer */ int packet_buf_p; /* Assembly buffer pointer */ + int swap_axes; /* Swap X an Y axes if != 0 */ unsigned char packet_buf[ELO_PACKET_SIZE]; /* Assembly buffer */ } EloPrivateRec, *EloPrivatePtr; *************** *** 333,339 **** LocalDevicePtr local = array[inx]; EloPrivatePtr priv = (EloPrivatePtr)(local->private); int token; ! while ((token = xf86GetToken(EloTab)) != ENDSUBSECTION) { switch(token) { --- 350,357 ---- LocalDevicePtr local = array[inx]; EloPrivatePtr priv = (EloPrivatePtr)(local->private); int token; ! int portrait=0; ! while ((token = xf86GetToken(EloTab)) != ENDSUBSECTION) { switch(token) { *************** *** 487,492 **** --- 505,538 ---- } break; + case SWAP_AXES: + priv->swap_axes = 1; + if (xf86Verbose) { + ErrorF("%s Elographics device will work with X and Y axes swapped\n", + XCONFIG_GIVEN); + } + break; + + case PORTRAIT_MODE: + if (xf86GetToken(NULL) != STRING) { + portrait_mode_err: + xf86ConfigError("Elographics portrait mode should be: Portrait, Landscape or PortraitCCW"); + } + if (strcmp(val->str, "portrait") == 0) { + portrait = 1; + } + else if (strcmp(val->str, "portraitccw") == 0) { + portrait = -1; + } + else if (strcmp(val->str, "landscape") != 0) { + goto portrait_mode_err; + } + if (xf86Verbose) { + ErrorF("%s Elographics device will work in %s mode\n", + XCONFIG_GIVEN, val->str); + } + break; + case EOF: FatalError("Unexpected EOF (missing EndSubSection)"); break; *************** *** 498,511 **** } if (priv->max_x - priv->min_x <= 0) { ! ErrorF("%s Elographics: swap x mode (minimum x position >= maximum x position)\n", XCONFIG_GIVEN); } if (priv->max_y - priv->min_y <= 0) { ! ErrorF("%s Elographics: swap y mode (minimum y position >= maximum y position)\n", ! XCONFIG_GIVEN, priv->max_y, priv->min_y); } ! DBG(2, ErrorF("xf86EloConfig port name=%s\n", priv->input_dev)) return Success; --- 544,583 ---- } if (priv->max_x - priv->min_x <= 0) { ! ErrorF("%s Elographics: reverse x mode (minimum x position >= maximum x position)\n", XCONFIG_GIVEN); } if (priv->max_y - priv->min_y <= 0) { ! ErrorF("%s Elographics: reverse y mode (minimum y position >= maximum y position)\n", ! XCONFIG_GIVEN); } ! /* ! * The portrait adjustments need to be done after axis reversing ! * and axes swap. This way the driver can cope with deffective ! * hardware and still do the correct processing depending on the ! * actual display orientation. ! */ ! if (portrait == 1) { ! /* ! * Portrait Clockwise: reverse Y axis and exchange X and Y. ! */ ! int tmp; ! tmp = priv->min_y; ! priv->min_y = priv->max_y; ! priv->max_y = tmp; ! priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; ! } ! else if (portrait == -1) { ! /* ! * Portrait Counter Clockwise: reverse X axis and exchange X and Y. ! */ ! int tmp; ! tmp = priv->min_x; ! priv->min_x = priv->max_x; ! priv->max_x = tmp; ! priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; ! } ! DBG(2, ErrorF("xf86EloConfig port name=%s\n", priv->input_dev)) return Success; *************** *** 577,584 **** /* * No match, shift data one byte toward the start of the buffer. */ ! DBG(4, ErrorF("Dropping one byte in an attempt to synchronize: '%c' 0x%X\n", ! buffer[0], buffer[0])); memcpy(&buffer[0], &buffer[1], num_bytes-1); } else { --- 649,656 ---- /* * No match, shift data one byte toward the start of the buffer. */ ! ErrorF("Elographics: Dropping one byte in an attempt to synchronize: '%c' 0x%X\n", ! buffer[0], buffer[0]); memcpy(&buffer[0], &buffer[1], num_bytes-1); } else { *************** *** 645,661 **** EloPrivatePtr priv = (EloPrivatePtr) local->private; int width = priv->max_x - priv->min_x; int height = priv->max_y - priv->min_y; ! if (first != 0 || num != 2) { return FALSE; } ! DBG(3, ErrorF("EloConvert: v0(%d), v1(%d)\n", v0, v1)); ! *x = (priv->screen_width * (v0 - priv->min_x)) / width; *y = (priv->screen_height - ! (priv->screen_height * (v1 - priv->min_y)) / height); ! #ifdef XFREE86_V4 /* * Need to check if still on the correct screen. --- 717,742 ---- EloPrivatePtr priv = (EloPrivatePtr) local->private; int width = priv->max_x - priv->min_x; int height = priv->max_y - priv->min_y; ! int input_x, input_y; ! if (first != 0 || num != 2) { return FALSE; } ! DBG(3, ErrorF("EloConvert: v0(%d), v1(%d)\n", v0, v1)); ! if (priv->swap_axes) { ! input_x = v1; ! input_y = v0; ! } ! else { ! input_x = v0; ! input_y = v1; ! } ! *x = (priv->screen_width * (input_x - priv->min_x)) / width; *y = (priv->screen_height - ! (priv->screen_height * (input_y - priv->min_y)) / height); ! #ifdef XFREE86_V4 /* * Need to check if still on the correct screen. *************** *** 1201,1206 **** --- 1282,1292 ---- return !Success; } + if (InitFocusClassDeviceStruct(dev) == FALSE) { + ErrorF("Unable to allocate Elographics touchscreen FocusClassDeviceStruct\n"); + return !Success; + } + /* * Device reports motions on 2 axes in absolute coordinates. * Axes min and max values are reported in raw coordinates. *************** *** 1397,1405 **** --- 1483,1499 ---- *************************************************************************** */ static LocalDevicePtr + #ifndef XFREE86_V4 xf86EloAllocate(void) + #else + xf86EloAllocate(InputDriverPtr drv) + #endif { + #ifndef XFREE86_V4 LocalDevicePtr local = (LocalDevicePtr) xalloc(sizeof(LocalDeviceRec)); + #else + LocalDevicePtr local = xf86AllocateInput(drv, 0); + #endif EloPrivatePtr priv = (EloPrivatePtr) xalloc(sizeof(EloPrivateRec)); if (!local) { *************** *** 1434,1442 **** priv->is_a_2310 = 0; priv->checksum = ELO_INIT_CHECKSUM; priv->packet_buf_p = 0; local->name = XI_TOUCHSCREEN; ! local->flags = XI86_NO_OPEN_ON_INIT; #ifndef XFREE86_V4 #if !defined(sun) || defined(i386) local->device_config = xf86EloConfig; --- 1528,1537 ---- priv->is_a_2310 = 0; priv->checksum = ELO_INIT_CHECKSUM; priv->packet_buf_p = 0; + priv->swap_axes = 0; local->name = XI_TOUCHSCREEN; ! local->flags = 0 /* XI86_NO_OPEN_ON_INIT */; #ifndef XFREE86_V4 #if !defined(sun) || defined(i386) local->device_config = xf86EloConfig; *************** *** 1501,1506 **** --- 1596,1619 ---- #endif #else /* XFREE86_V4 */ + + static void + xf86EloUninit(InputDriverPtr drv, + LocalDevicePtr local, + int flags) + { + EloPrivatePtr priv = (EloPrivatePtr) local->private; + + xf86EloControl(local->dev, DEVICE_OFF); + + xfree(priv->input_dev); + xfree(priv); + xfree(local->name); + xfree(local); + + xf86DeleteInput(local, 0); + } + static const char *default_options[] = { "BaudRate", "9600", "StopBits", "1", *************** *** 1508,1562 **** "Parity", "None", "Vmin", "10", "Vtime", "1", ! "FlowControl", "None" }; ! static pointer ! Plug(pointer module, ! pointer options, ! int *errmaj, ! int *errmin) { ! LocalDevicePtr local; ! EloPrivatePtr priv; ! pointer defaults, merged; ! char *dev; ! local = xf86EloAllocate(); if (!local) { - *errmaj = LDR_NOMEM; return NULL; } priv = local->private; ! defaults = xf86OptionListCreate(default_options, ! sizeof(default_options)/sizeof(default_options[0])); ! merged = xf86OptionListMerge(defaults, options); ! xf86OptionListReport(merged); ! ! dev = xf86FindOptionValue(merged, "Device"); ! if (dev) { ! xfree(priv->input_dev); ! priv->input_dev = strdup(dev); } ! local->name = xf86SetStrOption(merged, "DeviceName", XI_TOUCHSCREEN); xf86Msg(X_CONFIG, "Elographics X device name: %s\n", local->name); ! priv->screen_no = xf86SetIntOption(merged, "ScreenNo", 0); xf86Msg(X_CONFIG, "Elographics associated screen: %d\n", priv->screen_no); ! priv->untouch_delay = xf86SetIntOption(merged, "UntouchDelay", ELO_UNTOUCH_DELAY); xf86Msg(X_CONFIG, "Elographics untouch delay: %d ms\n", priv->untouch_delay*10); ! priv->report_delay = xf86SetIntOption(merged, "ReportDelay", ELO_REPORT_DELAY); xf86Msg(X_CONFIG, "Elographics report delay: %d ms\n", priv->report_delay*10); ! priv->max_x = xf86SetIntOption(merged, "MaximumXPosition", 3000); xf86Msg(X_CONFIG, "Elographics maximum x position: %d\n", priv->max_x); ! priv->min_x = xf86SetIntOption(merged, "MinimumXPosition", 0); xf86Msg(X_CONFIG, "Elographics minimum x position: %d\n", priv->min_x); ! priv->max_y = xf86SetIntOption(merged, "MaximumYPosition", 3000); xf86Msg(X_CONFIG, "Elographics maximum y position: %d\n", priv->max_y); ! priv->min_y = xf86SetIntOption(merged, "MinimumYPosition", 0); xf86Msg(X_CONFIG, "Elographics minimum y position: %d\n", priv->min_y); ! debug_level = xf86SetIntOption(merged, "DebugLevel", 0); if (debug_level) { #if DEBUG xf86Msg(X_CONFIG, "Elographics debug level sets to %d\n", debug_level); --- 1621,1687 ---- "Parity", "None", "Vmin", "10", "Vtime", "1", ! "FlowControl", "None", ! NULL }; ! static InputInfoPtr ! xf86EloInit(InputDriverPtr drv, ! IDevPtr dev, ! int flags) { ! LocalDevicePtr local=NULL; ! EloPrivatePtr priv=NULL; ! char *str; ! int portrait = 0; ! local = xf86EloAllocate(drv); if (!local) { return NULL; } priv = local->private; + local->conf_idev = dev; ! xf86CollectInputOptions(local, default_options, NULL); ! /* Process the common options. */ ! xf86ProcessCommonOptions(local, local->options); ! ! str = xf86FindOptionValue(local->options, "Device"); ! if (!str) { ! xf86Msg(X_ERROR, "%s: No Device specified in Elographics module config.\n", ! dev->identifier); ! if (priv) { ! if (priv->input_dev) { ! xfree(priv->input_dev); ! } ! xfree(priv); ! } ! xfree(local); ! return NULL; } + priv->input_dev = strdup(str); ! local->name = xf86SetStrOption(local->options, "DeviceName", XI_TOUCHSCREEN); xf86Msg(X_CONFIG, "Elographics X device name: %s\n", local->name); ! priv->screen_no = xf86SetIntOption(local->options, "ScreenNo", 0); xf86Msg(X_CONFIG, "Elographics associated screen: %d\n", priv->screen_no); ! priv->untouch_delay = xf86SetIntOption(local->options, "UntouchDelay", ELO_UNTOUCH_DELAY); xf86Msg(X_CONFIG, "Elographics untouch delay: %d ms\n", priv->untouch_delay*10); ! priv->report_delay = xf86SetIntOption(local->options, "ReportDelay", ELO_REPORT_DELAY); xf86Msg(X_CONFIG, "Elographics report delay: %d ms\n", priv->report_delay*10); ! priv->max_x = xf86SetIntOption(local->options, "MaximumXPosition", 3000); xf86Msg(X_CONFIG, "Elographics maximum x position: %d\n", priv->max_x); ! priv->min_x = xf86SetIntOption(local->options, "MinimumXPosition", 0); xf86Msg(X_CONFIG, "Elographics minimum x position: %d\n", priv->min_x); ! priv->max_y = xf86SetIntOption(local->options, "MaximumYPosition", 3000); xf86Msg(X_CONFIG, "Elographics maximum y position: %d\n", priv->max_y); ! priv->min_y = xf86SetIntOption(local->options, "MinimumYPosition", 0); xf86Msg(X_CONFIG, "Elographics minimum y position: %d\n", priv->min_y); ! priv->swap_axes = xf86SetBoolOption(local->options, "SwapXY", 0); ! if (priv->swap_axes) { ! xf86Msg(X_CONFIG, "Elographics device will work with X and Y axes swapped\n"); ! } ! debug_level = xf86SetIntOption(local->options, "DebugLevel", 0); if (debug_level) { #if DEBUG xf86Msg(X_CONFIG, "Elographics debug level sets to %d\n", debug_level); *************** *** 1564,1595 **** xf86Msg(X_INFO, "Elographics debug not available\n"); #endif } ! if (priv->max_x - priv->min_x <= 0) { ! xf86Msg(X_INFO, "Elographics: swap x mode (minimum x position >= maximum x position)\n"); } if (priv->max_y - priv->min_y <= 0) { ! xf86Msg(X_INFO, "Elographics: swap y mode (minimum y position >= maximum y position)\n"); } ! xf86AddLocalDevice(local, merged); return local; } static void Unplug(pointer p) { ! LocalDevicePtr local = (LocalDevicePtr) p; ! EloPrivatePtr priv = (EloPrivatePtr) local->private; ! ! xf86EloControl(local->dev, DEVICE_OFF); ! xf86RemoveLocalDevice(local); ! ! xfree(priv->input_dev); ! xfree(priv); ! xfree(local->name); ! xfree(local); } static XF86ModuleVersionInfo version_rec = { --- 1689,1768 ---- xf86Msg(X_INFO, "Elographics debug not available\n"); #endif } ! str = xf86SetStrOption(local->options, "PortraitMode", "Landscape"); ! if (strcmp(str, "Portrait") == 0) { ! portrait = 1; ! } ! else if (strcmp(str, "PortraitCCW") == 0) { ! portrait = -1; ! } ! else if (strcmp(str, "Landscape") != 0) { ! xf86Msg(X_ERROR, "Elographics portrait mode should be: Portrait, Landscape or PortraitCCW"); ! str = "Landscape"; ! } ! xf86Msg(X_CONFIG, "Elographics device will work in %s mode\n", str); ! if (priv->max_x - priv->min_x <= 0) { ! xf86Msg(X_INFO, "Elographics: reverse x mode (minimum x position >= maximum x position)\n"); } if (priv->max_y - priv->min_y <= 0) { ! xf86Msg(X_INFO, "Elographics: reverse y mode (minimum y position >= maximum y position)\n"); } ! if (portrait == 1) { ! /* ! * Portrait Clockwise: reverse Y axis and exchange X and Y. ! */ ! int tmp; ! tmp = priv->min_y; ! priv->min_y = priv->max_y; ! priv->max_y = tmp; ! priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; ! } ! else if (portrait == -1) { ! /* ! * Portrait Counter Clockwise: reverse X axis and exchange X and Y. ! */ ! int tmp; ! tmp = priv->min_x; ! priv->min_x = priv->max_x; ! priv->max_x = tmp; ! priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; ! } + /* mark the device configured */ + local->flags |= XI86_CONFIGURED; return local; } + #ifdef XFree86LOADER + static + #endif + InputDriverRec ELO = { + 1, /* driver version */ + "elographics", /* driver name */ + NULL, /* identify */ + xf86EloInit, /* pre-init */ + xf86EloUninit, /* un-init */ + NULL, /* module */ + 0 /* ref count */ + }; + + static pointer + Plug(pointer module, + pointer options, + int *errmaj, + int *errmin) + { + xf86AddInputDriver(&ELO, module, 0); + + return module; + } + static void Unplug(pointer p) { ! DBG(1, ErrorF("EloUnplug\n")); } static XF86ModuleVersionInfo version_rec = { Index: xc/programs/Xserver/hw/xfree86/common/xf86Events.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86Events.c:3.42.2.11 xc/programs/Xserver/hw/xfree86/common/xf86Events.c:3.42.2.14 *** xc/programs/Xserver/hw/xfree86/common/xf86Events.c:3.42.2.11 Thu Jul 29 19:22:46 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86Events.c Mon Dec 20 23:55:49 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Events.c,v 3.42.2.11 1999/07/29 09:22:46 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Events.c,v 3.42.2.14 1999/12/20 12:55:49 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * *************** *** 1376,1381 **** --- 1376,1454 ---- #endif /* AMOEBA */ + #if defined(linux) && (defined(i386) || defined(__i386__)) + #include + /* libc5 uses 'sigcontext_struct', and glibc2 #define's it to sigcontext */ + #ifdef sigcontext_struct + #define SIGCONTEXT struct sigcontext + #else + #define SIGCONTEXT struct sigcontext_struct + #endif + + /* + * partly stolen from linux/arch/i386/kernel/traps.c + */ + + void show_registers(SIGCONTEXT *regs) + { + int i; + unsigned long *stack, addr; + extern unsigned long _start, _etext; + + ErrorF("\n"); + ErrorF("eip: %08lx eflags: %08lx\n", + regs->eip, regs->eflags); + ErrorF("eax: %08lx ebx: %08lx ecx: %08lx edx: %08lx\n", + regs->eax, regs->ebx, regs->ecx, regs->edx); + ErrorF("esi: %08lx edi: %08lx ebp: %08lx esp: %08lx", + regs->esi, regs->edi, regs->ebp, regs->esp); + + /* + * reading/printing the stack or code might be dangerous -- if the stack frame + * is wrong, this would cause another SIGSEGV :-( + */ + #if 1 + ErrorF("\nStack: "); + stack = (unsigned long *) regs->esp; + for(i=0; i < 32; i++) { + if (((long) stack & 4095) == 0) + break; + if (i && ((i % 8) == 0)) + ErrorF("\n "); + ErrorF("%08lx ", *stack++); + } + + ErrorF("\nCall Trace: "); + stack = (unsigned long *) regs->esp; + i = 1; + while (((long) stack & 4095) != 0) { + addr = *stack++; + /* + * If the address is either in the text segment, + * it *may* be the address of a calling routine; + * if so, print it so that someone tracing + * down the cause of the crash will be able to figure + * out the call path that was taken. + */ + if (((addr >= (unsigned long) &_start) && + (addr <= (unsigned long) &_etext))) { + if (i && ((i % 8) == 0)) + ErrorF("\n "); + ErrorF("%08lx ", addr); + i++; + } + } + + ErrorF("\nCode: "); + for(i=0;i<20;i++) + ErrorF("%02x ", ((unsigned char *)regs->eip)[i]); + ErrorF("\n"); + #endif + } + + + #endif + /* * xf86SigHandler -- * Catch unexpected signals and exit cleanly. *************** *** 1385,1392 **** int signo; { signal(signo,SIG_IGN); ! xf86Info.caughtSignal = TRUE; ! FatalError("Caught signal %d. Server aborting\n", signo); } /* --- 1458,1533 ---- int signo; { signal(signo,SIG_IGN); ! ErrorF("Caught signal %d.\n", signo); ! ! /* should be FatalError() but needs to return */ ! ErrorF("\nServer aborting...\n"); ! ! /* from FatalError() in Xserver/os/utils.c */ ! #ifdef DDXOSFATALERROR ! OsVendorFatalError(); ! #endif ! ! /* needs to return, so from AbortServer() in Xserver/os/utils.c */ ! ! OsCleanup(); ! AbortDDX(); ! fflush(stderr); ! #ifdef AMOEBA ! IOPCleanUp(); ! #endif ! ! /* and now we'd like to get a core dumped, ! so we return to the place where SIGSEGV happend... */ ! ! { ! char cwd[256]; ! #ifdef NotYet /* ifever */ ! char str[256]; ! struct passwd *pw = getpwuid(getuid()); ! #endif ! ! #if defined(linux) && (defined(i386) || defined(__i386__)) ! show_registers((SIGCONTEXT*)((&signo) + 1)); ! #endif ! ! #ifdef NotYet /* ifever */ ! snprintf(str, 255, "/bin/sh -c '/usr/X11R6/bin/xfree86-core-notify %s %s %s&'", ! pw->pw_name, getcwd(cwd, 255), argv0); ! system(str); ! #else ! ErrorF("\n"); ! ErrorF("Please forward information about this crash to XFree86@XFree86.org\n"); ! ErrorF("including the _full_ output of the X server.\n"); ! ErrorF("\n"); ! ErrorF("To analyse the crash dump, please type\n"); ! ErrorF("\n"); ! ErrorF("\tgdb %s %s/core\n", argvGlobal[0], getcwd(cwd, 255)); ! ErrorF("\twhere\n"); ! ErrorF("\n"); ! ErrorF("and include this output in your report. Thanks!\n"); ! ErrorF("\n"); ! } ! #endif ! ! #if defined(RLIMIT_CORE) && defined(RLIM_INFINITY) ! if (1) { ! struct rlimit rlimit = { RLIM_INFINITY, RLIM_INFINITY }; ! setrlimit(RLIMIT_CORE, &rlimit); ! } ! #endif ! ! { ! struct sigaction sa; ! ! sa.sa_handler = SIG_DFL; ! sigemptyset(&sa.sa_mask); ! sa.sa_flags = 0; ! sigaction(signo, &sa, NULL); ! ! if (!raise(SIGTRAP)) ! raise(signo); /* shouldn't be necessary */ ! } } /* *************** *** 1415,1420 **** --- 1556,1564 ---- #ifndef __EMX__ DisableDevice((DeviceIntPtr)xf86Info.pKeyboard); DisableDevice((DeviceIntPtr)xf86Info.pMouse); + #ifdef XINPUT + xf86DisableInputDevices(); + #endif #endif if (!xf86VTSwitchAway()) { *************** *** 1433,1438 **** --- 1577,1585 ---- #ifndef __EMX__ EnableDevice((DeviceIntPtr)xf86Info.pKeyboard); EnableDevice((DeviceIntPtr)xf86Info.pMouse); + #ifdef XINPUT + xf86EnableInputDevices(); + #endif #endif } else { *************** *** 1455,1460 **** --- 1602,1610 ---- #ifndef __EMX__ EnableDevice((DeviceIntPtr)xf86Info.pKeyboard); EnableDevice((DeviceIntPtr)xf86Info.pMouse); + #ifdef XINPUT + xf86EnableInputDevices(); + #endif #endif } Index: xc/programs/Xserver/hw/xfree86/common/xf86Init.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86Init.c:3.66.2.5 xc/programs/Xserver/hw/xfree86/common/xf86Init.c:3.66.2.6 *** xc/programs/Xserver/hw/xfree86/common/xf86Init.c:3.66.2.5 Tue Dec 22 22:23:23 1998 --- xc/programs/Xserver/hw/xfree86/common/xf86Init.c Sat Nov 27 02:22:56 1999 *************** *** 1,5 **** /* ! * $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.66.2.5 1998/12/22 11:23:23 hohndel Exp $ * * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * --- 1,5 ---- /* ! * $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.66.2.6 1999/11/26 15:22:56 hohndel Exp $ * * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * *************** *** 282,305 **** */ if (!xf86Info.notrapSignals) { xf86Info.caughtSignal=FALSE; ! signal(SIGSEGV,xf86SigHandler); ! signal(SIGILL,xf86SigHandler); #ifdef SIGEMT ! signal(SIGEMT,xf86SigHandler); #endif ! signal(SIGFPE,xf86SigHandler); #ifdef SIGBUS ! signal(SIGBUS,xf86SigHandler); #endif #ifdef SIGSYS ! signal(SIGSYS,xf86SigHandler); #endif #ifdef SIGXCPU ! signal(SIGXCPU,xf86SigHandler); #endif #ifdef SIGXFSZ ! signal(SIGXFSZ,xf86SigHandler); #endif } --- 282,313 ---- */ if (!xf86Info.notrapSignals) { + struct sigaction sa; + + sa.sa_handler = &xf86SigHandler; + sigemptyset(&sa.sa_mask); + sigaddset(&sa.sa_mask,SIGTRAP); + sa.sa_flags = 0; + sigaction(SIGSEGV,&sa,NULL); + xf86Info.caughtSignal=FALSE; ! sigaction(SIGSEGV,&sa,NULL); ! sigaction(SIGILL,&sa,NULL); #ifdef SIGEMT ! sigaction(SIGEMT,&sa,NULL); #endif ! sigaction(SIGFPE,&sa,NULL); #ifdef SIGBUS ! sigaction(SIGBUS,&sa,NULL); #endif #ifdef SIGSYS ! sigaction(SIGSYS,&sa,NULL); #endif #ifdef SIGXCPU ! sigaction(SIGXCPU,&sa,NULL); #endif #ifdef SIGXFSZ ! sigaction(SIGXFSZ,&sa,NULL); #endif } Index: xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c:3.5.2.5 xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c:3.5.2.7 *** xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c:3.5.2.5 Mon Jul 19 21:46:38 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c Fri Nov 19 02:37:27 1999 *************** *** 21,33 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c,v 3.5.2.5 1999/07/19 11:46:38 hohndel Exp $ */ /* ******************************************************************************* ******************************************************************************* * ! * This driver is able to deal with MicrotTouch serial controllers using * firmware set 2. This includes (but may not be limited to) Serial/SMT3 * and TouchPen controllers. The only data format supported is Mode Tablet * as it is the only available with these controllers. Anyway this is not a big --- 21,33 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c,v 3.5.2.7 1999/11/18 15:37:27 hohndel Exp $ */ /* ******************************************************************************* ******************************************************************************* * ! * This driver is able to deal with MicroTouch serial controllers using * firmware set 2. This includes (but may not be limited to) Serial/SMT3 * and TouchPen controllers. The only data format supported is Mode Tablet * as it is the only available with these controllers. Anyway this is not a big *************** *** 35,40 **** --- 35,43 ---- * * The code has been lifted from the Elographics driver in xf86Elo.c. * + * ThruGlass specific addition 1999 by Andreas Micklei, Germany. + * + * ******************************************************************************* ******************************************************************************* */ *************** *** 54,59 **** --- 57,66 ---- #include #include + #ifdef XFree86LOADER + #include + #endif + #else /* XFREE86_V4 */ #include "Xos.h" *************** *** 98,114 **** #define FINGER_SECTION_NAME "microtouchfinger" #define STYLUS_SECTION_NAME "microtouchstylus" ! #define PORT 1 ! #define DEVICENAME 2 ! #define SCREEN_NO 3 ! #define MAXX 5 ! #define MAXY 6 ! #define MINX 7 ! #define MINY 8 ! #define DEBUG_LEVEL 9 ! #define HISTORY_SIZE 10 ! #define LINK_SPEED 11 ! #define ALWAYS_CORE 12 static SymTabRec MuTTab[] = { { ENDSUBSECTION, "endsubsection" }, --- 105,124 ---- #define FINGER_SECTION_NAME "microtouchfinger" #define STYLUS_SECTION_NAME "microtouchstylus" ! #define PORT 1 ! #define DEVICENAME 2 ! #define SCREEN_NO 3 ! #define MAXX 5 ! #define MAXY 6 ! #define MINX 7 ! #define MINY 8 ! #define DEBUG_LEVEL 9 ! #define HISTORY_SIZE 10 ! #define LINK_SPEED 11 ! #define ALWAYS_CORE 12 ! #define SWAP_AXES 13 ! #define FREQUENCY 14 ! #define PORTRAIT_MODE 15 static SymTabRec MuTTab[] = { { ENDSUBSECTION, "endsubsection" }, *************** *** 123,128 **** --- 133,141 ---- { HISTORY_SIZE, "historysize" }, { LINK_SPEED, "linkspeed" }, { ALWAYS_CORE, "alwayscore" }, + { SWAP_AXES, "swapxy" }, + { FREQUENCY, "frequency" }, + { PORTRAIT_MODE, "portraitmode" }, { -1, "" }, }; *************** *** 141,166 **** }; - /* - * This struct connects a line speed with - * a compatible motion packet delay. The - * driver will attempt to enforce a correct - * delay (according to this table) in order to - * avoid losing data in the touchscreen controller. - * LinkSpeedValues should be kept in sync with - * LinkSpeedTab. - */ typedef struct { int speed; - int delay; } LinkParameterStruct; static LinkParameterStruct LinkSpeedValues[] = { ! { B300, 64 }, ! { B1200, 16 }, ! { B2400, 8 }, ! { B9600, 4 }, ! { B19200, 2 } }; #endif /* XFREE86_V4 */ --- 154,169 ---- }; typedef struct { int speed; } LinkParameterStruct; static LinkParameterStruct LinkSpeedValues[] = { ! { B300 }, ! { B1200 }, ! { B2400 }, ! { B9600 }, ! { B19200 } }; #endif /* XFREE86_V4 */ *************** *** 219,224 **** --- 222,244 ---- #define MuT_MODE_STREAM "MS" /* Receive reports in stream mode (continuous). */ /* + * Additional ThruGlass-Specific Commands + */ + #define MuT_MODE_NOISE "MN" /* Stream noise data packets. */ + #define MuT_MODE_EXTENDED "MX" /* Send firmware algorithm data on press. */ + #define MuT_SET_CREEP "SC" /* Set/show base update rates. */ + #define MuT_SET_SENSITIVITY "SS" /* Set/show touch algorithm parameters. */ + #define MuT_SET_FREQUENCY "SF" /* Set/show frequency. */ + #define MuT_SET_PHASE "SP" /* Set/show phase. */ + #define MuT_SET_TYPE "ST" /* Set/show controller & screen orientation. */ + #define MuT_SET_CORRECTION_X "SCX" /* Set/show X depth correction parameters. */ + #define MuT_SET_CORRECTION_Y "SCY" /* Set/show Y depth correction parameters. */ + #define MuT_FORMAT_RAW_ASCII "FRA" /* Show 16 sensor channel values. */ + #define MuT_FORMAT_BASE_ASCII "FBA" /* Show 16 base values. */ + #define MuT_FORMAT_DEPTH_ASCII "FZA" /* Show 16 press depth values. */ + #define MuT_NOISE_ASCII "NOA" /* Show noise data. */ + + /* * Command reply values. */ #define MuT_OK '0' /* Report success. */ *************** *** 237,242 **** --- 257,263 ---- */ #define MuT_TOUCH_PEN_IDENT "P5" #define MuT_SMT3_IDENT "Q1" + #define MuT_THRU_GLASS_IDENT "T1" /* *************** *** 270,279 **** --- 291,304 ---- #undef read #undef write #undef close + #undef strdup + #undef strcmp #define SYSCALL(call) call #define read(fd, ptr, num) xf86ReadSerial(fd, ptr, num) #define write(fd, ptr, num) xf86WriteSerial(fd, ptr, num) #define close(fd) xf86CloseSerial(fd) + #define strdup(str) xf86strdup(str) + #define strcmp(str1, str2) xf86strcmp(str1, str2) #endif *************** *** 297,302 **** --- 322,328 ---- #ifndef XFREE86_V4 int link_speed; /* Speed of the RS232 link connecting the ts. */ #endif + int frequency; /* Frequency for ThruGlass */ int screen_no; /* Screen associated with the device */ int screen_width; /* Width of the associated X screen */ int screen_height; /* Height of the screen */ *************** *** 305,310 **** --- 331,337 ---- int num_old_bytes; /* Number of bytes left in receive buffer. */ LocalDevicePtr finger; /* Finger device ptr associated with the hw. */ LocalDevicePtr stylus; /* Stylus device ptr associated with the hw. */ + int swap_axes; /* Swap X an Y axes if != 0 */ unsigned char rec_buf[MuT_BUFFER_SIZE]; /* Receive buffer. */ } MuTPrivateRec, *MuTPrivatePtr; *************** *** 327,332 **** --- 354,360 ---- LocalDevicePtr local = array[inx]; MuTPrivatePtr priv = (MuTPrivatePtr)(local->private); int token; + int portrait=0; while ((token = xf86GetToken(MuTTab)) != ENDSUBSECTION) { switch(token) { *************** *** 349,355 **** (strcmp(((MuTPrivatePtr) array[i]->private)->input_dev, val->str) == 0)) { ErrorF("%s MicroTouch config detected a device share between %s and %s\n", ! XCONFIG_GIVEN, local->type_name, array[i]->name); xfree(priv); priv = local->private = array[i]->private; switch (DEVICE_ID(local->private_flags)) { --- 377,383 ---- (strcmp(((MuTPrivatePtr) array[i]->private)->input_dev, val->str) == 0)) { ErrorF("%s MicroTouch config detected a device share between %s and %s\n", ! XCONFIG_GIVEN, local->name, array[i]->name); xfree(priv); priv = local->private = array[i]->private; switch (DEVICE_ID(local->private_flags)) { *************** *** 367,373 **** priv->input_dev = strdup(val->str); if (xf86Verbose) ErrorF("%s MicroTouch %s input port: %s\n", ! XCONFIG_GIVEN, local->type_name, priv->input_dev); } } break; --- 395,401 ---- priv->input_dev = strdup(val->str); if (xf86Verbose) ErrorF("%s MicroTouch %s input port: %s\n", ! XCONFIG_GIVEN, local->name, priv->input_dev); } } break; *************** *** 378,384 **** local->name = strdup(val->str); if (xf86Verbose) ErrorF("%s MicroTouch %s X device name: %s\n", ! XCONFIG_GIVEN, local->type_name, local->name); break; case SCREEN_NO: --- 406,412 ---- local->name = strdup(val->str); if (xf86Verbose) ErrorF("%s MicroTouch %s X device name: %s\n", ! XCONFIG_GIVEN, local->name, local->name); break; case SCREEN_NO: *************** *** 387,393 **** priv->screen_no = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s associated screen: %d\n", ! XCONFIG_GIVEN, local->type_name, priv->screen_no); break; case LINK_SPEED: --- 415,421 ---- priv->screen_no = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s associated screen: %d\n", ! XCONFIG_GIVEN, local->name, priv->screen_no); break; case LINK_SPEED: *************** *** 400,406 **** priv->link_speed = LinkSpeedValues[ltoken-1].speed; if (xf86Verbose) ErrorF("%s MicroTouch %s link speed: %s bps\n", ! XCONFIG_GIVEN, local->type_name, (LinkSpeedTab[ltoken-1].name)+1); } break; --- 428,434 ---- priv->link_speed = LinkSpeedValues[ltoken-1].speed; if (xf86Verbose) ErrorF("%s MicroTouch %s link speed: %s bps\n", ! XCONFIG_GIVEN, local->name, (LinkSpeedTab[ltoken-1].name)+1); } break; *************** *** 410,416 **** priv->max_x = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s maximum x position: %d\n", ! XCONFIG_GIVEN, local->type_name, priv->max_x); break; case MAXY: --- 438,444 ---- priv->max_x = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s maximum x position: %d\n", ! XCONFIG_GIVEN, local->name, priv->max_x); break; case MAXY: *************** *** 419,425 **** priv->max_y = val->num; if (xf86Verbose) ErrorF("%s Microtouch %s maximum y position: %d\n", ! XCONFIG_GIVEN, local->type_name, priv->max_y); break; case MINX: --- 447,453 ---- priv->max_y = val->num; if (xf86Verbose) ErrorF("%s Microtouch %s maximum y position: %d\n", ! XCONFIG_GIVEN, local->name, priv->max_y); break; case MINX: *************** *** 428,434 **** priv->min_x = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s minimum x position: %d\n", ! XCONFIG_GIVEN, local->type_name, priv->min_x); break; case MINY: --- 456,462 ---- priv->min_x = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s minimum x position: %d\n", ! XCONFIG_GIVEN, local->name, priv->min_x); break; case MINY: *************** *** 437,443 **** priv->min_y = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s minimum y position: %d\n", ! XCONFIG_GIVEN, local->type_name, priv->min_y); break; case DEBUG_LEVEL: --- 465,471 ---- priv->min_y = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s minimum y position: %d\n", ! XCONFIG_GIVEN, local->name, priv->min_y); break; case DEBUG_LEVEL: *************** *** 447,456 **** if (xf86Verbose) { #if DEBUG ErrorF("%s MicroTouch %s debug level sets to %d\n", XCONFIG_GIVEN, ! local->type_name, debug_level); #else ErrorF("%s MicroTouch %s debug not available\n", ! XCONFIG_GIVEN, local->type_name, debug_level); #endif } break; --- 475,484 ---- if (xf86Verbose) { #if DEBUG ErrorF("%s MicroTouch %s debug level sets to %d\n", XCONFIG_GIVEN, ! local->name, debug_level); #else ErrorF("%s MicroTouch %s debug not available\n", ! XCONFIG_GIVEN, local->name, debug_level); #endif } break; *************** *** 461,476 **** local->history_size = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s motion history size is %d\n", XCONFIG_GIVEN, ! local->type_name, local->history_size); break; case ALWAYS_CORE: xf86AlwaysCore(local, TRUE); if (xf86Verbose) ErrorF("%s MicroTouch %s device will always stays core pointer\n", ! local->type_name, XCONFIG_GIVEN); break; case EOF: FatalError("Unexpected EOF (missing EndSubSection)"); break; --- 489,541 ---- local->history_size = val->num; if (xf86Verbose) ErrorF("%s MicroTouch %s motion history size is %d\n", XCONFIG_GIVEN, ! local->name, local->history_size); break; + case FREQUENCY: + if (xf86GetToken(NULL) != NUMBER) + xf86ConfigError("MicroTouch ThruGlass frequency expected"); + priv->frequency = val->num; + if (xf86Verbose) + ErrorF("%s MicroTouch %s frequency is %d\n", XCONFIG_GIVEN, + local->name, priv->frequency); + break; + case ALWAYS_CORE: xf86AlwaysCore(local, TRUE); if (xf86Verbose) ErrorF("%s MicroTouch %s device will always stays core pointer\n", ! XCONFIG_GIVEN, local->name); break; + case SWAP_AXES: + priv->swap_axes = 1; + if (xf86Verbose) { + ErrorF("%s Microtouch %s device will work with X and Y axes swapped\n", + XCONFIG_GIVEN, local->name); + } + break; + + case PORTRAIT_MODE: + if (xf86GetToken(NULL) != STRING) { + portrait_mode_err: + xf86ConfigError("Microtouch portrait mode should be: Portrait, Landscape or PortraitCCW"); + } + if (strcmp(val->str, "portrait") == 0) { + portrait = 1; + } + else if (strcmp(val->str, "portraitccw") == 0) { + portrait = -1; + } + else if (strcmp(val->str, "landscape") != 0) { + goto portrait_mode_err; + } + if (xf86Verbose) { + ErrorF("%s Microtouch %s device will work in %s mode\n", + XCONFIG_GIVEN, local->name, val->str); + } + break; + case EOF: FatalError("Unexpected EOF (missing EndSubSection)"); break; *************** *** 482,499 **** } if (priv->max_x - priv->min_x <=0) { ! priv->max_x = DEFAULT_MAX_X; ! priv->min_x = DEFAULT_MIN_X; ! ErrorF("%s MicroTouch: Incorrect Maximum/Minimum x position, using: %d, %d\n", ! XCONFIG_GIVEN, priv->max_x, priv->min_x); } if (priv->max_y - priv->min_y <=0) { ! priv->max_y = DEFAULT_MAX_Y; ! priv->min_y = DEFAULT_MIN_Y; ! ErrorF("%s MicroTouch: Incorrect Maximum/Minimum y position, using: %d, %d\n", ! XCONFIG_GIVEN, priv->max_y, priv->min_y); } DBG(2, ErrorF("xf86MuTConfig port name=%s\n", priv->input_dev)) return Success; --- 547,587 ---- } if (priv->max_x - priv->min_x <=0) { ! ErrorF("%s MicroTouch: reverse x mode (minimum x position >= maximum x position)\n", ! XCONFIG_GIVEN); } if (priv->max_y - priv->min_y <=0) { ! ErrorF("%s MicroTouch: reverse y mode (minimum y position >= maximum y position)\n", ! XCONFIG_GIVEN); } + /* + * The portrait adjustments need to be done after axis reversing + * and axes swap. This way the driver can cope with deffective + * hardware and still do the correct processing depending on the + * actual display orientation. + */ + if (portrait == 1) { + /* + * Portrait Clockwise: reverse Y axis and exchange X and Y. + */ + int tmp; + tmp = priv->min_y; + priv->min_y = priv->max_y; + priv->max_y = tmp; + priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; + } + else if (portrait == -1) { + /* + * Portrait Counter Clockwise: reverse X axis and exchange X and Y. + */ + int tmp; + tmp = priv->min_x; + priv->min_x = priv->max_x; + priv->max_x = tmp; + priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; + } + DBG(2, ErrorF("xf86MuTConfig port name=%s\n", priv->input_dev)) return Success; *************** *** 527,539 **** MuTPrivatePtr priv = (MuTPrivatePtr) local->private; int width = priv->max_x - priv->min_x; int height = priv->max_y - priv->min_y; if (first != 0 || num != 2) return FALSE; ! *x = (priv->screen_width * (v0 - priv->min_x)) / width; *y = (priv->screen_height - ! (priv->screen_height * (v1 - priv->min_y)) / height); #ifdef XFREE86_V4 /* --- 615,636 ---- MuTPrivatePtr priv = (MuTPrivatePtr) local->private; int width = priv->max_x - priv->min_x; int height = priv->max_y - priv->min_y; + int input_x, input_y; if (first != 0 || num != 2) return FALSE; ! if (priv->swap_axes) { ! input_x = v1; ! input_y = v0; ! } ! else { ! input_x = v0; ! input_y = v1; ! } ! *x = (priv->screen_width * (input_x - priv->min_x)) / width; *y = (priv->screen_height - ! (priv->screen_height * (input_y - priv->min_y)) / height); #ifdef XFREE86_V4 /* *************** *** 658,686 **** * We *must* generate a motion before a button change if pointer * location has changed as DIX assumes this. This is why we always * emit a motion, regardless of the kind of packet processed. */ local_to_use = (state & MuT_WHICH_DEVICE) ? priv->stylus : priv->finger; ! ! /* ! * Emit a motion. If in core pointer mode we need to calibrate ! * or we will feed X with quite bogus event positions. ! */ ! xf86PostMotionEvent(local_to_use->dev, TRUE, 0, 2, cur_x, cur_y); ! ! /* ! * Emit a button press or release. ! */ ! if ((state & MuT_CONTACT) != (priv->state & MuT_CONTACT)) { ! xf86PostButtonEvent(local_to_use->dev, TRUE, 1, state & MuT_CONTACT, ! 0, 2, cur_x, cur_y); } - DBG(3, ErrorF("TouchScreen %s: x(%d), y(%d), %s\n", ((state & MuT_WHICH_DEVICE) ? "Stylus" : "Finger"), cur_x, cur_y, (((state & MuT_CONTACT) != (priv->state & MuT_CONTACT)) ? ((state & MuT_CONTACT) ? "Press" : "Release") : "Stream"))); - priv->state = state; } } --- 755,806 ---- * We *must* generate a motion before a button change if pointer * location has changed as DIX assumes this. This is why we always * emit a motion, regardless of the kind of packet processed. + * + * If local_to_use is NULL we have received a packet from a device + * (stylus or finger) which is not configured. Discard it. The first + * time a warning is emitted in case of misconfiguration. (Patch + * contributed by David Woodhouse). This probably happens + * with a touchscreen that reports finger touches only and the + * configured device is Stylus. On TouchPens the init procedure is + * smart enough to ask only for packets that match the configuration + * in XF86Config. */ local_to_use = (state & MuT_WHICH_DEVICE) ? priv->stylus : priv->finger; ! if (!local_to_use) { ! /* ! * We have received an event for a device which we don't care ! * about. Drop it, but whinge first, just in case it's a ! * misconfiguration. ! */ ! static int whinged = 0; ! ! if (!whinged) { ! whinged++; ! ErrorF("MicroTouch screen sent %s event, but that device is not configured.\n", ! (state & MuT_WHICH_DEVICE)?"stylus":"finger"); ! ErrorF("You might want to consider altering your config accordingly.\n"); ! } ! } ! else { ! /* ! * Emit a motion. If in core pointer mode we need to calibrate ! * or we will feed X with quite bogus event positions. ! */ ! xf86PostMotionEvent(local_to_use->dev, TRUE, 0, 2, cur_x, cur_y); ! ! /* ! * Emit a button press or release. ! */ ! if ((state & MuT_CONTACT) != (priv->state & MuT_CONTACT)) { ! xf86PostButtonEvent(local_to_use->dev, TRUE, 1, state & MuT_CONTACT, ! 0, 2, cur_x, cur_y); ! } } DBG(3, ErrorF("TouchScreen %s: x(%d), y(%d), %s\n", ((state & MuT_WHICH_DEVICE) ? "Stylus" : "Finger"), cur_x, cur_y, (((state & MuT_CONTACT) != (priv->state & MuT_CONTACT)) ? ((state & MuT_CONTACT) ? "Press" : "Release") : "Stream"))); priv->state = state; } } *************** *** 722,728 **** packet[0] = MuT_LEAD_BYTE; packet[len+1] = MuT_TRAIL_BYTE; ! DBG(4, ErrorF("Sending packet : 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X \n", packet[0], packet[1], packet[2], packet[3], packet[4], packet[5], packet[6], packet[7], packet[8], packet[9])); SYSCALL(result = write(fd, packet, len+2)); --- 842,848 ---- packet[0] = MuT_LEAD_BYTE; packet[len+1] = MuT_TRAIL_BYTE; ! DBG(4, ErrorF("Sending packet : 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", packet[0], packet[1], packet[2], packet[3], packet[4], packet[5], packet[6], packet[7], packet[8], packet[9])); SYSCALL(result = write(fd, packet, len+2)); *************** *** 947,952 **** --- 1067,1075 ---- else if (strncmp((char *) &packet[1], MuT_SMT3_IDENT, 2) == 0) { xf86Msg(X_NONE, "Serial/SMT3"); } + else if (strncmp((char *) &packet[1], MuT_THRU_GLASS_IDENT, 2) == 0) { + xf86Msg(X_NONE, "ThruGlass"); + } xf86Msg(X_NONE, ", connected through a serial port.\n"); sscanf((char *) &packet[3], "%2d%2d", &vers, &rev); xf86Msg(X_PROBED, "MicroTouch controller firmware revision is %d.%d.\n", vers, rev); *************** *** 958,963 **** --- 1081,1089 ---- else if (strncmp((char *) &packet[1], MuT_SMT3_IDENT, 2) == 0) { ErrorF("Serial/SMT3"); } + else if (strncmp((char *) &packet[1], MuT_THRU_GLASS_IDENT, 2) == 0) { + ErrorF("ThruGlass"); + } ErrorF(", connected through a serial port.\n"); sscanf((char *) &packet[3], "%2d%2d", &vers, &rev); ErrorF("%s MicroTouch controller firmware revision is %d.%d.\n", XCONFIG_PROBED, vers, rev); *************** *** 1240,1245 **** --- 1366,1386 ---- goto not_success; } dev->public.on = TRUE; + /* + * Set frequency for ThruGlass + */ + if (priv->frequency != 0) { + memset(req, 0, MuT_PACKET_SIZE); + strncpy((char *) &req[1], MuT_SET_FREQUENCY, strlen(MuT_SET_FREQUENCY)); + req[1+strlen(MuT_SET_FREQUENCY)] = ' '; + req[2+strlen(MuT_SET_FREQUENCY)] = '0'; + req[3+strlen(MuT_SET_FREQUENCY)] = (priv->frequency<=9?'0':'A'-10)+priv->frequency; + if (xf86MuTSendCommand(req, strlen((char *) &req[1]), NULL, local->fd) != Success) { + ErrorF("Unable to set MicroTouch ThruGlass frquency to %d\n", priv->frequency); + goto not_success; + } + } + DBG(2, ErrorF("Done\n")); return Success; *************** *** 1302,1312 **** *************************************************************************** */ static LocalDevicePtr ! xf86MuTAllocate(char *name, ! char *type_name, ! int flag) { LocalDevicePtr local = (LocalDevicePtr) xalloc(sizeof(LocalDeviceRec)); MuTPrivatePtr priv = (MuTPrivatePtr) xalloc(sizeof(MuTPrivateRec)); if (!local) { --- 1443,1464 ---- *************************************************************************** */ static LocalDevicePtr ! #ifndef XFREE86_V4 ! xf86MuTAllocate(char *name, ! char *type_name, ! int flag) ! #else ! xf86MuTAllocate(InputDriverPtr drv, ! char *name, ! char *type_name, ! int flag) ! #endif { + #ifndef XFREE86_V4 LocalDevicePtr local = (LocalDevicePtr) xalloc(sizeof(LocalDeviceRec)); + #else + LocalDevicePtr local = xf86AllocateInput(drv, 0); + #endif MuTPrivatePtr priv = (MuTPrivatePtr) xalloc(sizeof(MuTPrivateRec)); if (!local) { *************** *** 1338,1346 **** priv->num_old_bytes = 0; priv->stylus = NULL; priv->finger = NULL; local->name = name; ! local->flags = XI86_NO_OPEN_ON_INIT; #ifndef XFREE86_V4 local->device_config = xf86MuTConfig; #endif --- 1490,1500 ---- priv->num_old_bytes = 0; priv->stylus = NULL; priv->finger = NULL; + priv->swap_axes = 0; + priv->frequency = 0; local->name = name; ! local->flags = 0 /* XI86_NO_OPEN_ON_INIT */; #ifndef XFREE86_V4 local->device_config = xf86MuTConfig; #endif *************** *** 1371,1379 **** --- 1525,1541 ---- *************************************************************************** */ static LocalDevicePtr + #ifndef XFREE86_V4 xf86MuTAllocateFinger(void) + #else + xf86MuTAllocateFinger(InputDriverPtr drv) + #endif { + #ifndef XFREE86_V4 LocalDevicePtr local = xf86MuTAllocate(XI_FINGER, "MicroTouch Finger", FINGER_ID); + #else + LocalDevicePtr local = xf86MuTAllocate(drv, XI_FINGER, "MicroTouch Finger", FINGER_ID); + #endif if (local) { ((MuTPrivatePtr) local->private)->finger = local; *************** *** 1390,1398 **** --- 1552,1568 ---- *************************************************************************** */ static LocalDevicePtr + #ifndef XFREE86_V4 xf86MuTAllocateStylus(void) + #else + xf86MuTAllocateStylus(InputDriverPtr drv) + #endif { + #ifndef XFREE86_V4 LocalDevicePtr local = xf86MuTAllocate(XI_STYLUS, "MicroTouch Stylus", STYLUS_ID); + #else + LocalDevicePtr local = xf86MuTAllocate(drv, XI_STYLUS, "MicroTouch Stylus", STYLUS_ID); + #endif if (local) { ((MuTPrivatePtr) local->private)->stylus = local; *************** *** 1458,1463 **** --- 1628,1654 ---- #endif #else /* XFREE86_V4 */ + static void + xf86MuTUninit(InputDriverPtr drv, + LocalDevicePtr local, + int flags) + { + MuTPrivatePtr priv = (MuTPrivatePtr) local->private; + + xf86MuTControl(local->dev, DEVICE_OFF); + + if (priv) { + priv->stylus->private = NULL; + priv->finger->private = NULL; + xfree(priv->input_dev); + xfree(priv); + } + xfree(local->name); + xfree(local); + + xf86DeleteInput(local, 0); + } + static const char *default_options[] = { "BaudRate", "9600", "StopBits", "1", *************** *** 1465,1516 **** "Parity", "None", "Vmin", "10", "Vtime", "1", ! "FlowControl", "None" }; ! static pointer ! Plug(pointer module, ! pointer options, ! int *errmaj, ! int *errmin) { ! LocalDevicePtr local, current; ! MuTPrivatePtr priv; ! pointer defaults, merged; ! char *type, *dev, *tmp; ! ! defaults = xf86OptionListCreate(default_options, ! sizeof(default_options)/sizeof(default_options[0])); ! merged = xf86OptionListMerge(defaults, options); ! xf86OptionListReport(merged); ! ! type = xf86FindOptionValue(merged, "Type"); ! if (!type) { ! xf86Msg(X_ERROR, "Type field missing in Microtouch module config\n"); ! *errmaj = LDR_BADUSAGE; ! return NULL; } ! if (strcasecmp(type, "finger") == 0) { ! local = xf86MuTAllocateFinger(); } ! else if (strcasecmp(type, "stylus") == 0) { ! local = xf86MuTAllocateStylus(); } else { ! xf86Msg(X_ERROR, "Microtouch module Type field must be set to Finger or Stylus\n"); ! *errmaj = LDR_BADUSAGE; ! return NULL; } if (!local) { ! *errmaj = LDR_NOMEM; ! return NULL; } priv = local->private; ! dev = xf86FindOptionValue(merged, "Device"); ! if (dev) { ! xfree(priv->input_dev); ! priv->input_dev = strdup(dev); } /* * See if another X device share the same physical --- 1656,1711 ---- "Parity", "None", "Vmin", "10", "Vtime", "1", ! "FlowControl", "None", ! NULL }; ! static InputInfoPtr ! xf86MuTInit(InputDriverPtr drv, ! IDevPtr dev, ! int flags) { ! LocalDevicePtr local=NULL, fake_local=NULL, current; ! MuTPrivatePtr priv=NULL; ! char *str; ! int portrait=0; ! ! fake_local = (LocalDevicePtr) xcalloc(1, sizeof(LocalDeviceRec)); ! if (!fake_local) { ! goto init_err; } ! fake_local->conf_idev = dev; ! ! xf86CollectInputOptions(fake_local, default_options, NULL); ! ! str = xf86FindOptionValue(fake_local->options, "Type"); ! if (str && (xf86NameCmp(str, "finger") == 0)) { ! local = xf86MuTAllocateFinger(drv); } ! else if (str && (xf86NameCmp(str, "stylus") == 0)) { ! local = xf86MuTAllocateStylus(drv); } else { ! xf86Msg(X_ERROR, "%s: Type field missing in Microtouch module config,\n" ! "Must be stylus or finger\n", dev->identifier); ! goto init_err; } if (!local) { ! goto init_err; } priv = local->private; ! local->options = fake_local->options; ! local->conf_idev = fake_local->conf_idev; ! xfree(fake_local); ! fake_local = NULL; ! ! str = xf86FindOptionValue(local->options, "Device"); ! if (!str) { ! xf86Msg(X_ERROR, "%s: No Device specified in Microtouch module config.\n", ! dev->identifier); ! goto init_err; } + priv->input_dev = strdup(str); /* * See if another X device share the same physical *************** *** 1520,1530 **** */ current = xf86FirstLocalDevice(); while (current) { ! /* xf86Msg(X_NONE, "On y passe\n");*/ ! if ((current->device_control == xf86MuTControl) && (strcmp(((MuTPrivatePtr) (current->private))->input_dev, priv->input_dev) == 0)) { xf86Msg(X_CONFIG, "MicroTouch config detected a device share between %s and %s\n", ! local->type_name, current->name); xfree(priv->input_dev); xfree(priv); priv = local->private = current->private; --- 1715,1725 ---- */ current = xf86FirstLocalDevice(); while (current) { ! if ((local != current) && ! (current->device_control == xf86MuTControl) && (strcmp(((MuTPrivatePtr) (current->private))->input_dev, priv->input_dev) == 0)) { xf86Msg(X_CONFIG, "MicroTouch config detected a device share between %s and %s\n", ! local->name, current->name); xfree(priv->input_dev); xfree(priv); priv = local->private = current->private; *************** *** 1541,1565 **** current = current->next; } if (!current) { ! xf86Msg(X_CONFIG, "MicroTouch %s input port: %s\n", local->type_name, priv->input_dev); } ! tmp = xf86FindOptionValue(merged, "DeviceName"); ! if (tmp) { ! local->name = strdup(tmp); } xf86Msg(X_CONFIG, "Microtouch X device name: %s\n", local->name); ! priv->screen_no = xf86SetIntOption(merged, "ScreenNo", 0); xf86Msg(X_CONFIG, "Microtouch associated screen: %d\n", priv->screen_no); ! priv->max_x = xf86SetIntOption(merged, "MaximumXPosition", 3000); xf86Msg(X_CONFIG, "Microtouch maximum x position: %d\n", priv->max_x); ! priv->min_x = xf86SetIntOption(merged, "MinimumXPosition", 0); xf86Msg(X_CONFIG, "Microtouch minimum x position: %d\n", priv->min_x); ! priv->max_y = xf86SetIntOption(merged, "MaximumYPosition", 3000); xf86Msg(X_CONFIG, "Microtouch maximum y position: %d\n", priv->max_y); ! priv->min_y = xf86SetIntOption(merged, "MinimumYPosition", 0); xf86Msg(X_CONFIG, "Microtouch minimum y position: %d\n", priv->min_y); ! debug_level = xf86SetIntOption(merged, "DebugLevel", 0); if (debug_level) { #if DEBUG xf86Msg(X_CONFIG, "Microtouch debug level sets to %d\n", debug_level); --- 1736,1770 ---- current = current->next; } if (!current) { ! xf86Msg(X_CONFIG, "MicroTouch %s input device: %s\n", local->name, priv->input_dev); } ! /* Process the common options. */ ! xf86ProcessCommonOptions(local, local->options); ! ! str = xf86FindOptionValue(local->options, "DeviceName"); ! if (str) { ! local->name = strdup(str); } xf86Msg(X_CONFIG, "Microtouch X device name: %s\n", local->name); ! priv->screen_no = xf86SetIntOption(local->options, "ScreenNo", 0); xf86Msg(X_CONFIG, "Microtouch associated screen: %d\n", priv->screen_no); ! priv->max_x = xf86SetIntOption(local->options, "MaximumXPosition", 3000); xf86Msg(X_CONFIG, "Microtouch maximum x position: %d\n", priv->max_x); ! priv->min_x = xf86SetIntOption(local->options, "MinimumXPosition", 0); xf86Msg(X_CONFIG, "Microtouch minimum x position: %d\n", priv->min_x); ! priv->max_y = xf86SetIntOption(local->options, "MaximumYPosition", 3000); xf86Msg(X_CONFIG, "Microtouch maximum y position: %d\n", priv->max_y); ! priv->min_y = xf86SetIntOption(local->options, "MinimumYPosition", 0); xf86Msg(X_CONFIG, "Microtouch minimum y position: %d\n", priv->min_y); ! priv->frequency = xf86SetIntOption(local->options, "Frequency", 0); ! xf86Msg(X_CONFIG, "Microtouch ThruGlass frequency is: %d\n", priv->frequency); ! priv->swap_axes = xf86SetBoolOption(local->options, "SwapXY", 0); ! if (priv->swap_axes) { ! xf86Msg(X_CONFIG, "Microtouch %s device will work with X and Y axes swapped\n", ! local->name); ! } ! debug_level = xf86SetIntOption(local->options, "DebugLevel", 0); if (debug_level) { #if DEBUG xf86Msg(X_CONFIG, "Microtouch debug level sets to %d\n", debug_level); *************** *** 1567,1608 **** xf86Msg(X_INFO, "Microtouch debug not available\n"); #endif } if (priv->max_x - priv->min_x <= 0) { ! priv->max_x = DEFAULT_MAX_X; ! priv->min_x = DEFAULT_MIN_X; ! xf86Msg(X_CONFIG, "MicroTouch: Incorrect Maximum/Minimum x position, using: %d, %d\n", ! priv->max_x, priv->min_x); } if (priv->max_y - priv->min_y <= 0) { ! priv->max_y = DEFAULT_MAX_Y; ! priv->min_y = DEFAULT_MIN_Y; ! xf86Msg(X_CONFIG, "MicroTouch: Incorrect Maximum/Minimum y position, using: %d, %d\n", ! priv->max_y, priv->min_y); } ! xf86AddLocalDevice(local, merged); ! return local; } static void Unplug(pointer p) { ! LocalDevicePtr local = (LocalDevicePtr) p; ! MuTPrivatePtr priv = (MuTPrivatePtr) local->private; ! ! xf86MuTControl(local->dev, DEVICE_OFF); ! xf86RemoveLocalDevice(local); ! ! if (priv) { ! priv->stylus->private = NULL; ! priv->finger->private = NULL; ! xfree(priv->input_dev); ! xfree(priv); ! } ! xfree(local->name); ! xfree(local); } static XF86ModuleVersionInfo version_rec = { --- 1772,1866 ---- xf86Msg(X_INFO, "Microtouch debug not available\n"); #endif } + str = xf86SetStrOption(local->options, "PortraitMode", "Landscape"); + if (strcmp(str, "Portrait") == 0) { + portrait = 1; + } + else if (strcmp(str, "PortraitCCW") == 0) { + portrait = -1; + } + else if (strcmp(str, "Landscape") != 0) { + xf86Msg(X_ERROR, "Microtouch portrait mode should be: Portrait, Landscape or PortraitCCW"); + str = "Landscape"; + } + xf86Msg(X_CONFIG, "Microtouch device will work in %s mode\n", str); if (priv->max_x - priv->min_x <= 0) { ! xf86Msg(X_INFO, "MicroTouch: reverse x mode (minimum x position >= maximum x position)\n"); } if (priv->max_y - priv->min_y <= 0) { ! xf86Msg(X_INFO, "MicroTouch: reverse y mode (minimum y position >= maximum y position)\n"); } ! if (portrait == 1) { ! /* ! * Portrait Clockwise: reverse Y axis and exchange X and Y. ! */ ! int tmp; ! tmp = priv->min_y; ! priv->min_y = priv->max_y; ! priv->max_y = tmp; ! priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; ! } ! else if (portrait == -1) { ! /* ! * Portrait Counter Clockwise: reverse X axis and exchange X and Y. ! */ ! int tmp; ! tmp = priv->min_x; ! priv->min_x = priv->max_x; ! priv->max_x = tmp; ! priv->swap_axes = (priv->swap_axes==0) ? 1 : 0; ! } ! /* mark the device configured */ ! local->flags |= XI86_CONFIGURED; ! return local; ! ! init_err: ! if (fake_local) { ! xfree(fake_local); ! } ! if (priv) { ! if (priv->input_dev) { ! xfree(priv->input_dev); ! } ! xfree(priv); ! } ! if (local) { ! xfree(local); ! } ! return NULL; ! } ! ! #ifdef XFree86LOADER ! static ! #endif ! InputDriverRec MUT = { ! 1, /* driver version */ ! "mutouch", /* driver name */ ! NULL, /* identify */ ! xf86MuTInit, /* pre-init */ ! xf86MuTUninit, /* un-init */ ! NULL, /* module */ ! 0 /* ref count */ ! }; ! ! static pointer ! Plug(pointer module, ! pointer options, ! int *errmaj, ! int *errmin) ! { ! xf86AddInputDriver(&MUT, module, 0); ! ! return module; } static void Unplug(pointer p) { ! DBG(1, ErrorF("MuTUnplug\n")); } static XF86ModuleVersionInfo version_rec = { *************** *** 1625,1628 **** */ XF86ModuleData mutouchModuleData = { &version_rec, Plug, Unplug }; ! #endif --- 1883,1886 ---- */ XF86ModuleData mutouchModuleData = { &version_rec, Plug, Unplug }; ! #endif /* XFREE86_V4 */ Index: xc/programs/Xserver/hw/xfree86/common/xf86Summa.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86Summa.c:3.5.2.8 xc/programs/Xserver/hw/xfree86/common/xf86Summa.c:3.5.2.9 *** xc/programs/Xserver/hw/xfree86/common/xf86Summa.c:3.5.2.8 Thu Jul 29 19:22:49 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86Summa.c Tue Dec 21 01:36:25 1999 *************** *** 20,26 **** * PERFORMANCE OF THIS SOFTWARE. */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Summa.c,v 3.5.2.8 1999/07/29 09:22:49 hohndel Exp $ */ #include "Xos.h" #include --- 20,26 ---- * PERFORMANCE OF THIS SOFTWARE. */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Summa.c,v 3.5.2.9 1999/12/20 14:36:25 hohndel Exp $ */ #include "Xos.h" #include *************** *** 93,98 **** --- 93,99 ---- #define ABSOLUTE_FLAG 1 #define STYLUS_FLAG 2 #define COMPATIBLE_FLAG 4 + #define H1217D_FLAG 8 typedef struct { *************** *** 131,136 **** --- 132,139 ---- #define ACTIVE_AREA 10 #define ACTIVE_OFFSET 11 #define COMPATIBLE 12 + #define RESOLUTION 13 + #define HITACHI_1217D 14 #if !defined(sun) || defined(i386) static SymTabRec SumTab[] = { *************** *** 147,152 **** --- 150,157 ---- {ACTIVE_AREA, "activearea"}, {ACTIVE_OFFSET, "activeoffset"}, {COMPATIBLE, "compatible"}, + {RESOLUTION, "resolution"}, + {HITACHI_1217D, "hitachi_1217d"}, {-1, ""} }; *************** *** 186,192 **** #define SS_RELATIVE 'E' /* Relative mode */ #define SS_UPPER_ORIGIN "b" /* Origin upper left */ - #define SS_500LPI "h" /* 500 lines per inch */ #define SS_PROMPT_MODE "B" /* Prompt mode */ #define SS_STREAM_MODE "@" /* Stream mode */ --- 191,196 ---- *************** *** 205,210 **** --- 209,217 ---- #define BUTTON_BITS 0x07 #define COORD_BITS 0x7f + /* macro from counts/inch to counts/meter */ + #define LPI2CPM(res) (res * 1000 / 25.4) + /* ** External declarations */ *************** *** 338,347 **** ErrorF("%s SummaSketch Motion history size is %d\n", XCONFIG_GIVEN, dev->history_size); break; case COMPATIBLE: priv->flags |= COMPATIBLE_FLAG; if(xf86Verbose) ! ErrorF("SummaSketch compatible - will not query firmware ID\n"); break; case ALWAYS_CORE: --- 345,361 ---- ErrorF("%s SummaSketch Motion history size is %d\n", XCONFIG_GIVEN, dev->history_size); break; + + case HITACHI_1217D: + priv->flags |= H1217D_FLAG; + priv->sumInc = 0; + if(xf86Verbose) + ErrorF("%s Hitach_1217D, compatible enforced.\n", XCONFIG_GIVEN); + case COMPATIBLE: priv->flags |= COMPATIBLE_FLAG; if(xf86Verbose) ! ErrorF("%s SummaSketch compatible - will not query firmware ID\n", XCONFIG_GIVEN); break; case ALWAYS_CORE: *************** *** 354,382 **** case ACTIVE_AREA: if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumXSize = val->num; if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumYSize = val->num; if (xf86Verbose) ! ErrorF("%s SummaSketch active area set to %d.%1dx%d.%1d" ! " inches\n", XCONFIG_GIVEN, priv->sumXSize / 10, ! priv->sumXSize % 10, priv->sumYSize / 10, ! priv->sumYSize % 10); break; case ACTIVE_OFFSET: if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumXOffset = val->num; if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumYOffset = val->num; if (xf86Verbose) ! ErrorF("%s SummaSketch active area offset set to %d.%1dx%d.%1d" ! " inches\n", XCONFIG_GIVEN, priv->sumXOffset / 10, ! priv->sumXOffset % 10, priv->sumYOffset / 10, ! priv->sumYOffset % 10); break; case EOF: --- 368,405 ---- case ACTIVE_AREA: if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumXSize = val->realnum * 100; if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumYSize = val->realnum * 100; if (xf86Verbose) ! ErrorF("%s SummaSketch active area: %d.%02dx%d.%02d" ! " inches\n", XCONFIG_GIVEN, priv->sumXSize / 100, ! priv->sumXSize % 100, priv->sumYSize / 100, ! priv->sumYSize % 100); break; case ACTIVE_OFFSET: if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumXOffset = val->realnum * 100; ! if (xf86GetToken(NULL) != NUMBER) ! xf86ConfigError("Option number expected"); ! priv->sumYOffset = val->realnum * 100; ! if (xf86Verbose) ! ErrorF("%s SummaSketch active area offsets: %d.%02d %d.%02d" ! " inches\n", XCONFIG_GIVEN, priv->sumXOffset / 100, ! priv->sumXOffset % 100, priv->sumYOffset / 100, ! priv->sumYOffset % 100); ! break; ! ! case RESOLUTION: if (xf86GetToken(NULL) != NUMBER) xf86ConfigError("Option number expected"); ! priv->sumRes = val->num; if (xf86Verbose) ! ErrorF("%s SummaSketch resolution set to %d\n", XCONFIG_GIVEN, ! priv->sumRes); break; case EOF: *************** *** 416,424 **** if (first != 0 || num == 1) return FALSE; ! ! *x = ((v0 - priv->sumXOffset) * screenInfo.screens[0]->width) / priv->sumXSize; ! *y = ((v1 - priv->sumYOffset) * screenInfo.screens[0]->height) / priv->sumYSize; if (*x < 0) *x = 0; if (*y < 0) --- 439,446 ---- if (first != 0 || num == 1) return FALSE; ! *x = (v0 * screenInfo.screens[0]->width) / priv->sumXSize; ! *y = (v1 * screenInfo.screens[0]->height) / priv->sumYSize; if (*x < 0) *x = 0; if (*y < 0) *************** *** 444,453 **** int *valuators) { SummaDevicePtr priv = (SummaDevicePtr) local->private; - valuators[0] = ((x * priv->sumXSize) / screenInfo.screens[0]->width) + priv->sumXOffset; - valuators[1] = ((y * priv->sumYSize) / screenInfo.screens[0]->height) + priv->sumYOffset; - DBG(6, ErrorF("Adjusted valuators v0=%d v1=%d\n", valuators[0], valuators[1])); return TRUE; --- 466,474 ---- int *valuators) { SummaDevicePtr priv = (SummaDevicePtr) local->private; + valuators[0] = ((x * priv->sumXSize) / screenInfo.screens[0]->width); + valuators[1] = ((y * priv->sumYSize) / screenInfo.screens[0]->height); DBG(6, ErrorF("Adjusted valuators v0=%d v1=%d\n", valuators[0], valuators[1])); return TRUE; *************** *** 524,529 **** --- 545,556 ---- x = priv->sumData[0] & XSIGN_BIT? priv->sumData[1]: -priv->sumData[1]; y = priv->sumData[0] & YSIGN_BIT? priv->sumData[2]: -priv->sumData[2]; } + x -= priv->sumXOffset; + y -= priv->sumYOffset; + if (x < 0) x = 0; + if (y < 0) y = 0; + if (x > priv->sumXSize) x = priv->sumXSize; + if (y > priv->sumYSize) y = priv->sumYSize; prox = (priv->sumData[0] & PROXIMITY_BIT)? 0: 1; buttons = (priv->sumData[0] & BUTTON_BITS); *************** *** 639,644 **** --- 666,713 ---- return buffer; } + /* xf86SumSetResCode + * Set Summa MM mode resolution code letter. + */ + static void + xf86SumSetResCode (int *res, char *dbuffer, int index) + { + switch (*res) { + case 1: dbuffer[index++] = 'l'; break; + case 2: dbuffer[index++] = 'n'; break; + case 4: dbuffer[index++] = 'p'; break; + case 100: dbuffer[index++] = 'd'; break; + case 200: dbuffer[index++] = 'e'; break; + case 10: /* 10 lpmm */ + *res = 254; + case 254: + dbuffer[index++] = 'f'; break; + case 400: + dbuffer[index++] = 'g'; break; + case 20: /* 20 lpmm */ + *res = 508; + case 508: + dbuffer[index++] = 'i'; break; + case 1000: + dbuffer[index++] = 'j'; break; + case 40: /* 40 lpmm */ + *res = 1016; + case 1016: + dbuffer[index++] = 'q'; break; + case 2000: + dbuffer[index++] = 's'; break; + case 2032: + dbuffer[index++] = 'u'; break; + case 2540: /* note: for 12x12 tablet only */ + dbuffer[index++] = 'v'; break; + + default: /* default to 500 lpi */ + *res = 500; + dbuffer[index++] = 'h'; break; + } + dbuffer[index] = 0; + } + /* ** xf86SumOpen ** Open and initialize the tablet, as well as probe for any needed data. *************** *** 649,655 **** --- 718,727 ---- struct termios termios_tty; struct timeval timeout; char buffer[256]; + char dbuffer[256]; int err, idx; + double res100; + double sratio, tratio; SummaDevicePtr priv = (SummaDevicePtr)local->private; DBG(1, ErrorF("opening %s\n", priv->sumDevice)); *************** *** 671,677 **** termios_tty.c_cflag = B9600|CS8|CREAD|CLOCAL|HUPCL|PARENB|PARODD; termios_tty.c_lflag = 0; ! /* I wonder what these all do, anyway */ termios_tty.c_cc[VINTR] = 0; termios_tty.c_cc[VQUIT] = 0; termios_tty.c_cc[VERASE] = 0; --- 743,750 ---- termios_tty.c_cflag = B9600|CS8|CREAD|CLOCAL|HUPCL|PARENB|PARODD; termios_tty.c_lflag = 0; ! /* prevent tty "terminal processing" */ ! termios_tty.c_cc[VINTR] = 0; termios_tty.c_cc[VQUIT] = 0; termios_tty.c_cc[VERASE] = 0; *************** *** 709,716 **** DBG(1, ErrorF("initializing SummaSketch tablet\n")); ! /* Send reset (NULL) to the tablet */ ! SYSCALL(err = write(local->fd, "", 1)); if (err == -1) { Error("SummaSketch write"); return !Success; --- 782,790 ---- DBG(1, ErrorF("initializing SummaSketch tablet\n")); ! /* Send reset (spaces) to the tablet */ ! for (idx = 0; idx < 10; idx++) buffer[idx] = ' '; ! SYSCALL(err = write(local->fd, buffer, 10)); if (err == -1) { Error("SummaSketch write"); return !Success; *************** *** 726,798 **** } /* Put it in prompt mode so it doens't say anything before we're ready */ ! SYSCALL(err = write(local->fd, SS_PROMPT_MODE, strlen(SS_PROMPT_MODE))); ! if (err == -1) { Error("SummaSketch write"); return !Success; ! } /* Clear any pending input */ tcflush(local->fd, TCIFLUSH); if ( ! (priv->flags & COMPATIBLE_FLAG)) { ! DBG(2, ErrorF("reading firmware ID\n")); ! if (!xf86SumWriteAndRead(local->fd, SS_FIRMID, buffer, 255, 1)) ! return !Success; ! DBG(2, ErrorF("%s\n", buffer)); ! if (xf86Verbose) ErrorF("%s SummaSketch firmware ID : %s\n", XCONFIG_PROBED, buffer); } ! DBG(2, ErrorF("reading max coordinates\n")); ! if (!xf86SumWriteAndRead(local->fd, SS_500LPI SS_CONFIG, buffer, 5, 0)) return !Success; - priv->sumMaxX = (int)buffer[1] + ((int)buffer[2] << 7); - priv->sumMaxY = (int)buffer[3] + ((int)buffer[4] << 7); if (xf86Verbose) ! ErrorF("%s SummaSketch tablet size is %d.%1dinx%d.%1din, %dx%d " "lines of resolution\n", XCONFIG_PROBED, ! priv->sumMaxX / 500, (priv->sumMaxX / 50) % 10, ! priv->sumMaxY / 500, (priv->sumMaxY / 50) % 10, priv->sumMaxX, priv->sumMaxY); if (priv->sumXSize > 0 && priv->sumYSize > 0) { ! if (priv->sumXSize * 50 < priv->sumMaxX && ! priv->sumYSize * 50 < priv->sumMaxY) { ! priv->sumXSize *= 50; ! priv->sumYSize *= 50; } else { ErrorF("%s SummaSketch active area bigger than tablet, " "assuming maximum\n", XCONFIG_PROBED); priv->sumXSize = priv->sumMaxX; ! priv->sumYSize = priv->sumMaxX; } } else { priv->sumXSize = priv->sumMaxX; priv->sumYSize = priv->sumMaxY; } ! if (priv->sumXOffset > 0 && priv->sumYOffset > 0) { ! if (priv->sumXSize * 50 < priv->sumMaxX - priv->sumXOffset && ! priv->sumYSize * 50 < priv->sumMaxY - priv->sumYOffset) { ! priv->sumXOffset *= 50; ! priv->sumYOffset *= 50; ! } else { ! ErrorF("%s SummaSketch offset sets active area off tablet, " ! "centering\n", XCONFIG_PROBED); ! priv->sumXOffset = (priv->sumMaxX - priv->sumXSize) / 2; ! priv->sumYOffset = (priv->sumMaxY - priv->sumYSize) / 2; ! } ! } else { ! priv->sumXOffset = (priv->sumMaxX - priv->sumXSize) / 2; ! priv->sumYOffset = (priv->sumMaxY - priv->sumYSize) / 2; } if (priv->sumInc > 95) priv->sumInc = 95; ! if (priv->sumInc < 1) { /* Make a guess as to the best increment value given video mode */ if (priv->sumXSize / screenInfo.screens[0]->width < priv->sumYSize / screenInfo.screens[0]->height) --- 800,892 ---- } /* Put it in prompt mode so it doens't say anything before we're ready */ ! SYSCALL(err = write(local->fd, SS_PROMPT_MODE, strlen(SS_PROMPT_MODE))); ! if (err == -1) { Error("SummaSketch write"); return !Success; ! } /* Clear any pending input */ tcflush(local->fd, TCIFLUSH); if ( ! (priv->flags & COMPATIBLE_FLAG)) { ! DBG(2, ErrorF("reading firmware ID\n")); ! if (!xf86SumWriteAndRead(local->fd, SS_FIRMID, buffer, 255, 1)) ! return !Success; ! DBG(2, ErrorF("%s\n", buffer)); ! if (xf86Verbose) ErrorF("%s SummaSketch firmware ID : %s\n", XCONFIG_PROBED, buffer); } ! ! xf86SumSetResCode (&priv->sumRes, dbuffer, 0); ! dbuffer[1] = 'a' /*SS_CONFIG*/; ! dbuffer[2] = 0; ! res100 = priv->sumRes / 100; ! DBG(2, ErrorF("reading max coordinates\n")); ! ! if (!xf86SumWriteAndRead(local->fd, dbuffer, buffer, 5, 0)) return !Success; + priv->sumMaxX = (buffer[1] & 0x7f) | (buffer[2] << 7); + priv->sumMaxY = (buffer[3] & 0x7f) | (buffer[4] << 7); + if (priv->flags & HITACHI_1217D) { + /* the numbers below are from Hitachi 1217D specs */ + priv->sumMaxX = (432.4 / 25.4) * priv->sumRes; + priv->sumMaxY = (297.6 / 25.4) * priv->sumRes; + } if (xf86Verbose) ! ErrorF("%s SummaSketch max tablet size %d.%02dinx%d.%02din, %dx%d " "lines of resolution\n", XCONFIG_PROBED, ! priv->sumMaxX / priv->sumRes, ! (priv->sumMaxX * 100 / priv->sumRes ) % 100, ! priv->sumMaxY / priv->sumRes, ! (priv->sumMaxY * 100 / priv->sumRes) % 100, priv->sumMaxX, priv->sumMaxY); + if (priv->sumXOffset >= 0 && priv->sumYOffset >= 0) { + priv->sumXOffset *= res100; + priv->sumYOffset *= res100; + priv->sumMaxX -= priv->sumXOffset; + priv->sumMaxY -= priv->sumYOffset; + } + if (priv->sumXSize > 0 && priv->sumYSize > 0) { ! if ((priv->sumXSize * res100) <= priv->sumMaxX && ! (priv->sumYSize * res100) <= priv->sumMaxY) { ! priv->sumXSize *= res100; ! priv->sumYSize *= res100; } else { ErrorF("%s SummaSketch active area bigger than tablet, " "assuming maximum\n", XCONFIG_PROBED); priv->sumXSize = priv->sumMaxX; ! priv->sumYSize = priv->sumMaxY; } } else { priv->sumXSize = priv->sumMaxX; priv->sumYSize = priv->sumMaxY; } ! /* map tablet area by screen aspect ratio */ ! sratio = (double)screenInfo.screens[0]->height / ! (double)screenInfo.screens[0]->width; ! tratio = (double)priv->sumMaxY / (double)priv->sumMaxX; ! ! if (tratio <= 1.0) { /* tablet horizontal > vertical */ ! priv->sumXSize = (double)priv->sumYSize / sratio; ! if (priv->sumXSize > priv->sumMaxX) priv->sumXSize = priv->sumMaxX; ! } ! else { ! priv->sumYSize = (double)priv->sumXSize / sratio; ! if (priv->sumYSize > priv->sumMaxY) priv->sumYSize = priv->sumMaxY; } + ErrorF("%s SummaSketch using tablet area %d by %d, at res %d lpi\n", + XCONFIG_PROBED, priv->sumXSize, priv->sumYSize, priv->sumRes); if (priv->sumInc > 95) priv->sumInc = 95; ! if (priv->sumInc < 0) { /* increment value not given by user */ /* Make a guess as to the best increment value given video mode */ if (priv->sumXSize / screenInfo.screens[0]->width < priv->sumYSize / screenInfo.screens[0]->height) *************** *** 807,832 **** } /* Sets up the tablet mode to increment, stream, and such */ ! for (idx = 0; ss_initstr[idx]; idx++) { buffer[idx] = ss_initstr[idx]; ! } ! buffer[idx++] = SS_INCREMENT; ! buffer[idx++] = 32 + priv->sumInc; ! buffer[idx++] = (priv->flags & ABSOLUTE_FLAG)? ! SS_ABSOLUTE: SS_RELATIVE; ! buffer[idx] = 0; ! SYSCALL(err = write(local->fd, buffer, idx)); ! if (err == -1) { Error("SummaSketch write"); return !Success; ! } ! if (err <= 0) { SYSCALL(close(local->fd)); return !Success; ! } ! return Success; } --- 901,925 ---- } /* Sets up the tablet mode to increment, stream, and such */ ! for (idx = 0; ss_initstr[idx]; idx++) { buffer[idx] = ss_initstr[idx]; ! } ! buffer[idx++] = SS_INCREMENT; ! buffer[idx++] = 32 + priv->sumInc; ! buffer[idx++] = (priv->flags & ABSOLUTE_FLAG)? ! SS_ABSOLUTE: SS_RELATIVE; ! buffer[idx] = 0; ! SYSCALL(err = write(local->fd, buffer, idx)); ! if (err == -1) { Error("SummaSketch write"); return !Success; ! } ! if (err <= 0) { SYSCALL(close(local->fd)); return !Success; ! } return Success; } *************** *** 851,867 **** InitValuatorAxisStruct(pSum, 0, 0, /* min val */ ! priv->sumMaxX, /* max val */ ! 500000, /* resolution */ 0, /* min_res */ ! 500000); /* max_res */ InitValuatorAxisStruct(pSum, 1, 0, /* min val */ ! priv->sumMaxY, /* max val */ ! 500000, /* resolution */ 0, /* min_res */ ! 500000); /* max_res */ return (local->fd != -1); } --- 944,960 ---- InitValuatorAxisStruct(pSum, 0, 0, /* min val */ ! priv->sumXSize, /* max val */ ! LPI2CPM(priv->sumRes), /* resolution */ 0, /* min_res */ ! LPI2CPM(priv->sumRes)); /* max_res */ InitValuatorAxisStruct(pSum, 1, 0, /* min val */ ! priv->sumYSize, /* max val */ ! LPI2CPM(priv->sumRes), /* resolution */ 0, /* min_res */ ! LPI2CPM(priv->sumRes)); /* max_res */ return (local->fd != -1); } *************** *** 1083,1093 **** priv->sumMaxX = -1; /* max X value */ priv->sumMaxY = -1; /* max Y value */ priv->sumXSize = -1; /* active area X */ ! priv->sumXOffset = -1; /* active area X offset */ priv->sumYSize = -1; /* active area Y */ ! priv->sumYOffset = -1; /* active area U offset */ ! priv->flags = 0; /* various flags */ priv->sumIndex = 0; /* number of bytes read */ return local; } --- 1176,1187 ---- priv->sumMaxX = -1; /* max X value */ priv->sumMaxY = -1; /* max Y value */ priv->sumXSize = -1; /* active area X */ ! priv->sumXOffset = 0; /* active area X offset */ priv->sumYSize = -1; /* active area Y */ ! priv->sumYOffset = 0; /* active area Y offset */ ! priv->flags = ABSOLUTE_FLAG; /* various flags -- default abs format */ priv->sumIndex = 0; /* number of bytes read */ + priv->sumRes = 0; /* resolution */ return local; } *************** *** 1118,1124 **** xf86AddDeviceAssoc(&summasketch_assoc); if (server_version != XF86_VERSION_CURRENT) { ! ErrorF("Warning: SummaKetch module compiled for version%s\n", XF86_VERSION); return 0; } else { --- 1212,1218 ---- xf86AddDeviceAssoc(&summasketch_assoc); if (server_version != XF86_VERSION_CURRENT) { ! ErrorF("Warning: SummaSketch module compiled for version %s\n", XF86_VERSION); return 0; } else { Index: xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c:3.25.2.16 xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c:3.25.2.19 *** xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c:3.25.2.16 Thu Jul 29 19:22:50 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c Tue Dec 28 23:13:44 1999 *************** *** 22,28 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c,v 3.25.2.16 1999/07/29 09:22:50 hohndel Exp $ */ /* * This driver is only able to handle the Wacom IV and Wacom V protocols. --- 22,28 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c,v 3.25.2.19 1999/12/28 12:13:44 hohndel Exp $ */ /* * This driver is only able to handle the Wacom IV and Wacom V protocols. *************** *** 49,55 **** * */ ! static const char identification[] = "$Identification: 8 $"; #include --- 49,55 ---- * */ ! static const char identification[] = "$Identification: 16 $"; #include *************** *** 82,88 **** --- 82,90 ---- #include #endif + #undef memset #define memset xf86memset + #undef sleep #define sleep(t) xf86WaitForInput(-1, 1000 * (t)) #define wait_for_fd(fd) xf86WaitForInput((fd), 1000) #define tcflush(fd, n) xf86FlushInput((fd)) *************** *** 110,128 **** "Parity", "None", "Vmin", "1", "Vtime", "10", ! "FlowControl", "None", ! NULL ! }; ! ! static const char *b19200_options[] = ! { ! "BaudRate", "19200", ! "StopBits", "1", ! "DataBits", "8", ! "Parity", "None", ! "Vmin", "1", ! "Vtime", "10", ! "FlowControl", "None", NULL }; --- 112,118 ---- "Parity", "None", "Vmin", "1", "Vtime", "10", ! "FlowControl", "Xoff", NULL }; *************** *** 197,202 **** --- 187,194 ---- #define DBG(lvl, f) #endif + #define ABS(x) ((x) > 0 ? (x) : -(x)) + /****************************************************************************** * WacomDeviceRec flags *****************************************************************************/ *************** *** 214,219 **** --- 206,212 ---- * WacomCommonRec flags *****************************************************************************/ #define TILT_FLAG 1 + #define GRAPHIRE_FLAG 2 typedef struct { *************** *** 258,263 **** --- 251,257 ---- double factorX; /* X factor */ double factorY; /* Y factor */ unsigned int serial; /* device serial number */ + int initNumber; /* magic number for the init phasis */ struct _WacomCommonRec *common; /* common info pointer */ *************** *** 294,299 **** --- 288,294 ---- int wcmProtocolLevel; /* 4 for Wacom IV, 5 for Wacom V */ int wcmThreshold; /* Threshold for counting pressure as a button */ WacomDeviceState wcmDevStat[2]; /* device state for each tool */ + int wcmInitNumber; /* magic number for the init phasis */ } WacomCommonRec, *WacomCommonPtr; /****************************************************************************** *************** *** 320,325 **** --- 315,321 ---- #define BOTTOM_Y 13 #define SERIAL 14 #define BAUD_RATE 15 + #define THRESHOLD 16 #if !defined(sun) || defined(i386) static SymTabRec WcmTab[] = { *************** *** 339,344 **** --- 335,341 ---- { BOTTOM_Y, "bottomy" }, { SERIAL, "serial" }, { BAUD_RATE, "baudrate" }, + { THRESHOLD, "threshold" }, { -1, "" } }; *************** *** 365,370 **** --- 362,369 ---- #define MAX_VALUE 100 /* number of positions */ #define MAXTRY 3 /* max number of try to receive magic number */ #define MAX_COORD_RES 1270.0 /* Resolution of the returned MaxX and MaxY */ + #define INVALID_THRESHOLD 30000 /* Invalid threshold value used to test if the user + * configured it or not */ #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) *************** *** 384,395 **** #define WC_NO_INCREMENT "IN0\r" /* do not enable increment mode */ #define WC_STREAM_MODE "SR\r" /* enable continuous mode */ #define WC_PRESSURE_MODE "PH1\r" /* enable pressure mode */ #define WC_STOP "\nSP\r" /* stop sending coordinates */ #define WC_START "ST\r" /* start sending coordinates */ #define WC_NEW_RESOLUTION "NR" /* change the resolution */ static const char * setup_string = WC_MULTI WC_UPPER_ORIGIN ! WC_ALL_MACRO WC_NO_MACRO1 WC_RATE WC_NO_INCREMENT WC_STREAM_MODE; static const char * penpartner_setup_string = WC_PRESSURE_MODE WC_START; --- 383,395 ---- #define WC_NO_INCREMENT "IN0\r" /* do not enable increment mode */ #define WC_STREAM_MODE "SR\r" /* enable continuous mode */ #define WC_PRESSURE_MODE "PH1\r" /* enable pressure mode */ + #define WC_ZFILTER "ZF1\r" /* stop sending coordinates */ #define WC_STOP "\nSP\r" /* stop sending coordinates */ #define WC_START "ST\r" /* start sending coordinates */ #define WC_NEW_RESOLUTION "NR" /* change the resolution */ static const char * setup_string = WC_MULTI WC_UPPER_ORIGIN ! WC_ALL_MACRO WC_NO_MACRO1 WC_RATE WC_NO_INCREMENT WC_STREAM_MODE WC_ZFILTER; static const char * penpartner_setup_string = WC_PRESSURE_MODE WC_START; *************** *** 428,434 **** #define HANDLE_TILT(comm) ((comm)->wcmPktLength == 9) ! #define mils(res) (res * 1000 / 2.54) /* resolution */ /****************************************************************************** * Function/Macro keys variables --- 428,434 ---- #define HANDLE_TILT(comm) ((comm)->wcmPktLength == 9) ! #define mils(res) (res * 100 / 2.54) /* resolution */ /****************************************************************************** * Function/Macro keys variables *************** *** 719,724 **** --- 719,735 ---- val->num); break; + case THRESHOLD: + if (xf86GetToken(NULL) != STRING) + xf86ConfigError("Option string expected"); + + common->wcmThreshold = atoi(val->str); + + if (xf86Verbose) + ErrorF("%s Wacom pressure threshold for button 1 = %d\n", + XCONFIG_GIVEN, common->wcmThreshold); + break; + case EOF: FatalError("Unexpected EOF (missing EndSubSection)"); break; *************** *** 1134,1140 **** int button; WacomDevicePtr priv = (WacomDevicePtr) local->private; ! for (button=1; button<16; button++) { int mask = 1 << (button-1); if ((mask & priv->oldButtons) != (mask & buttons)) { --- 1145,1151 ---- int button; WacomDevicePtr priv = (WacomDevicePtr) local->private; ! for (button=1; button<=16; button++) { int mask = 1 << (button-1); if ((mask & priv->oldButtons) != (mask & buttons)) { *************** *** 1239,1244 **** --- 1250,1272 ---- x, y, z, is_button ? "true" : "false", buttons)); + /* Hardware filtering isn't working on Graphire so we do it here. + */ + if ((common->wcmFlags & GRAPHIRE_FLAG) && + ((is_proximity && priv->oldProximity) || + ((is_proximity == 0) && (priv->oldProximity == 0))) && + (buttons == priv->oldButtons) && + (ABS(x - priv->oldX) <= common->wcmSuppress) && + (ABS(y - priv->oldY) <= common->wcmSuppress) && + (ABS(z - priv->oldZ) < 3) && + (ABS(tx - priv->oldTiltX) < 3) && + (ABS(ty - priv->oldTiltY) < 3)) { + + DBG(10, ErrorF("Graphire filtered\n")); + + return; + } + /* sets rx and ry according to the mode */ if (is_absolute) { rx = x; *************** *** 1279,1285 **** } } ! if (common->wcmProtocolLevel == 4) { /* The stylus reports button 4 for the second side * switch and button 4/5 for the eraser tip. We know * how to choose when we come in proximity for the --- 1307,1314 ---- } } ! if (common->wcmProtocolLevel == 4 && ! !(common->wcmFlags & GRAPHIRE_FLAG)) { /* The stylus reports button 4 for the second side * switch and button 4/5 for the eraser tip. We know * how to choose when we come in proximity for the *************** *** 1301,1307 **** /* If the button flag is pressed, but the switch state * is zero, this means that cursor button 16 was pressed */ ! if (buttons == 0) { buttons = 16; } } --- 1330,1336 ---- /* If the button flag is pressed, but the switch state * is zero, this means that cursor button 16 was pressed */ ! if (is_button && buttons == 0) { buttons = 16; } } *************** *** 1309,1318 **** DBG(4, ErrorF("xf86WcmSendEvents %s rx=%d ry=%d rz=%d buttons=%d\n", is_stylus ? "stylus" : "cursor", rx, ry, rz, buttons)); ! /* Turn button index reported by stylus into a bit mask for WACOM IV. ! * The WACOM V button report is already a bit mask. */ ! if (is_stylus && common->wcmProtocolLevel == 4) { buttons = 1 << (buttons - 1); } --- 1338,1349 ---- DBG(4, ErrorF("xf86WcmSendEvents %s rx=%d ry=%d rz=%d buttons=%d\n", is_stylus ? "stylus" : "cursor", rx, ry, rz, buttons)); ! /* Turn button index reported into a bit mask for WACOM IV. ! * The WACOM V and Graphire models already report buttons ! * as a bit mask. */ ! if (common->wcmProtocolLevel == 4 && ! !(common->wcmFlags & GRAPHIRE_FLAG)) { buttons = 1 << (buttons - 1); } *************** *** 1329,1337 **** --- 1360,1388 ---- rtx, rty, rwheel); } } + if (priv->oldButtons != buttons) { xf86WcmSendButtons (local, buttons, rx, ry, rz, rtx, rty, rwheel); } + + /* Simulate buttons 4 and 5 for Graphire wheel */ + if ((common->wcmProtocolLevel == 4) && + !is_stylus && + (common->wcmFlags & GRAPHIRE_FLAG) && + (wheel != 0)) { + int fake_button = (wheel > 0) ? 5 : 4; + + xf86PostButtonEvent(local->dev, + (priv->flags & ABSOLUTE_FLAG), + fake_button, 1, + 0, 6, rx, ry, rz, rtx, rty, rwheel); + + xf86PostButtonEvent(local->dev, + (priv->flags & ABSOLUTE_FLAG), + fake_button, 0, + 0, 6, rx, ry, rz, rtx, rty, rwheel); + } + priv->oldButtons = buttons; priv->oldX = x; priv->oldY = y; *************** *** 1371,1378 **** } } - #define ABS(x) ((x) > 0 ? (x) : -(x)) - /* *************************************************************************** * --- 1422,1427 ---- *************** *** 1480,1486 **** WacomDevicePtr priv = (WacomDevicePtr) local->private; WacomCommonPtr common = priv->common; int len, loop, idx; ! int is_stylus = 1, is_button, is_proximity; int is_absolute = (priv->flags & ABSOLUTE_FLAG); int x, y, z, buttons, tx = 0, ty = 0; unsigned char buffer[BUFFER_SIZE]; --- 1529,1535 ---- WacomDevicePtr priv = (WacomDevicePtr) local->private; WacomCommonPtr common = priv->common; int len, loop, idx; ! int is_stylus = 1, is_button, is_proximity, wheel=0; int is_absolute = (priv->flags & ABSOLUTE_FLAG); int x, y, z, buttons, tx = 0, ty = 0; unsigned char buffer[BUFFER_SIZE]; *************** *** 1573,1589 **** bit 0 Yt1 */ ! if ((common->wcmIndex == 0) && !(buffer[loop] & HEADER_BIT)) { /* magic bit is not OK */ ! DBG(6, ErrorF("xf86WcmReadInput bad magic number 0x%x (pktlength=%d)\n", ! buffer[loop], common->wcmPktLength));; continue; } ! common->wcmData[common->wcmIndex++] = buffer[loop]; if (common->wcmProtocolLevel == 4 && common->wcmIndex == common->wcmPktLength) { /* the packet is OK */ /* reset char count for next read */ --- 1622,1647 ---- bit 0 Yt1 */ ! if ((common->wcmIndex == 0) && !(buffer[loop] & HEADER_BIT)) { /* magic bit is not OK */ ! DBG(6, ErrorF("xf86WcmReadInput bad magic number 0x%x (pktlength=%d) %d\n", ! buffer[loop], common->wcmPktLength, loop)); continue; } ! else { /* magic bit at wrong place */ ! if ((common->wcmIndex != 0) && (buffer[loop] & HEADER_BIT)) { ! DBG(6, ErrorF("xf86WcmReadInput magic number 0x%x detetected at index %d loop=%d\n", ! (unsigned int) buffer[loop], common->wcmIndex, loop)); ! common->wcmIndex = 0; ! } ! } ! common->wcmData[common->wcmIndex++] = buffer[loop]; if (common->wcmProtocolLevel == 4 && common->wcmIndex == common->wcmPktLength) { + int is_graphire = common->wcmFlags & GRAPHIRE_FLAG; + /* the packet is OK */ /* reset char count for next read */ *************** *** 1601,1614 **** z = ((common->wcmData[6] & ZAXIS_BITS) * 2) + ((common->wcmData[3] & ZAXIS_BIT) >> 2); ! if (common->wcmData[6] & ZAXIS_SIGN_BIT) ! z -= 0x80; ! ! is_button = (common->wcmData[0] & BUTTON_FLAG); is_proximity = (common->wcmData[0] & PROXIMITY_BIT); ! buttons = (common->wcmData[3] & BUTTONS_BITS) >> 3; /* The stylus reports button 4 for the second side * switch and button 4/5 for the eraser tip. We know * how to choose when we come in proximity for the --- 1659,1705 ---- z = ((common->wcmData[6] & ZAXIS_BITS) * 2) + ((common->wcmData[3] & ZAXIS_BIT) >> 2); ! ! if (common->wcmMaxZ == 512) { ! z = z*2 + ((common->wcmData[0] & ZAXIS_BIT) >> 2); ! ! if (common->wcmData[6] & ZAXIS_SIGN_BIT) { ! z -= 256; ! } ! DBG(10, ErrorF("graphire pressure(%c)=%d\n", ! (common->wcmData[6] & ZAXIS_SIGN_BIT) ? '-' : '+', z)); ! } ! else { ! if (common->wcmData[6] & ZAXIS_SIGN_BIT) { ! z -= 128; ! } ! } ! is_proximity = (common->wcmData[0] & PROXIMITY_BIT); ! if (is_graphire) { ! if (is_stylus) { ! buttons = ((common->wcmData[3] & 0x30) >> 3) | ! (z >= common->wcmThreshold ? 1 : 0); ! } ! else { ! buttons = (common->wcmData[3] & 0x38) >> 3; ! ! wheel = (common->wcmData[6] & 0x30) >> 4; ! ! if (common->wcmData[6] & 0x40) { ! wheel = -wheel; ! } ! } ! is_button = (buttons != 0); + DBG(10, ErrorF("graphire buttons=%d prox=%d wheel=%d\n", buttons, is_proximity, wheel)); + } + else { + is_button = (common->wcmData[0] & BUTTON_FLAG); + buttons = (common->wcmData[3] & BUTTONS_BITS) >> 3; + } + /* The stylus reports button 4 for the second side * switch and button 4/5 for the eraser tip. We know * how to choose when we come in proximity for the *************** *** 1618,1624 **** */ if (is_stylus) { if (!common->wcmStylusProximity && is_proximity) { ! common->wcmStylusSide = (buttons != 4); } DBG(8, ErrorF("xf86WcmReadInput %s side\n", common->wcmStylusSide ? "stylus" : "eraser")); --- 1709,1720 ---- */ if (is_stylus) { if (!common->wcmStylusProximity && is_proximity) { ! if (is_graphire) { ! common->wcmStylusSide = !(common->wcmData[3] & 0x40); ! } ! else { ! common->wcmStylusSide = (buttons != 4); ! } } DBG(8, ErrorF("xf86WcmReadInput %s side\n", common->wcmStylusSide ? "stylus" : "eraser")); *************** *** 1634,1640 **** ty -= (TILT_BITS + 1); } } ! for(idx=0; idxwcmNumDevices; idx++) { LocalDevicePtr local_dev = common->wcmDevices[idx]; WacomDevicePtr priv = (WacomDevicePtr) local_dev->private; --- 1730,1736 ---- ty -= (TILT_BITS + 1); } } ! for(idx=0; idxwcmNumDevices; idx++) { LocalDevicePtr local_dev = common->wcmDevices[idx]; WacomDevicePtr priv = (WacomDevicePtr) local_dev->private; *************** *** 1654,1667 **** * report the button as button 3 of the stylus. */ if (is_proximity) { ! if ((buttons & 4) && common->wcmHasEraser && ! ((!priv->oldProximity || ! (priv->oldProximity == ERASER_PROX)))) { ! curDevice = ERASER_ID; ! } else { ! curDevice = STYLUS_ID; } - } else { /* * When we are out of proximity with the eraser the --- 1750,1772 ---- * report the button as button 3 of the stylus. */ if (is_proximity) { ! if (is_graphire) { ! if (common->wcmData[3] & 0x40) { ! curDevice = ERASER_ID; ! } ! else { ! curDevice = STYLUS_ID; ! } ! } ! else { ! if ((buttons & 4) && common->wcmHasEraser && ! ((!priv->oldProximity || ! (priv->oldProximity == ERASER_PROX)))) { ! curDevice = ERASER_ID; ! } else { ! curDevice = STYLUS_ID; ! } } } else { /* * When we are out of proximity with the eraser the *************** *** 1710,1716 **** is_button, temp_is_proximity, x, y, z, temp_buttons, ! tx, ty, 0); } } else if (common->wcmProtocolLevel == 5 && --- 1815,1821 ---- is_button, temp_is_proximity, x, y, z, temp_buttons, ! tx, ty, wheel); } } else if (common->wcmProtocolLevel == 5 && *************** *** 1843,1849 **** /* Suppress data */ if (have_data && xf86WcmSuppress(common->wcmSuppress, &old_ds, ds)) { ! DBG(10, ErrorF("Suppressing data\n")); *ds = old_ds; have_data = 0; } --- 1948,1954 ---- /* Suppress data */ if (have_data && xf86WcmSuppress(common->wcmSuppress, &old_ds, ds)) { ! DBG(10, ErrorF("Suppressing data according to filter\n")); *ds = old_ds; have_data = 0; } *************** *** 1875,1882 **** } } } ! DBG(7, ErrorF("xf86WcmReadInput END local=0x%x priv=0x%x\n", ! local, priv)); } /* --- 1980,1987 ---- } } } ! DBG(7, ErrorF("xf86WcmReadInput END local=0x%x priv=0x%x index=%d\n", ! local, priv, common->wcmIndex)); } /* *************** *** 1951,1957 **** /* Set the speed of the serial link to 19200 */ #ifdef XFREE86_V4 ! if (xf86SetSerial(local->fd, b19200_options) < 0) { return !Success; } #else --- 2056,2062 ---- /* Set the speed of the serial link to 19200 */ #ifdef XFREE86_V4 ! if (xf86SetSerialSpeed(local->fd, 19200) < 0) { return !Success; } #else *************** *** 1981,1987 **** /* Set the speed of the serial link to 9600 */ #ifdef XFREE86_V4 ! if (xf86SetSerial(local->fd, local->options) < 0) { return !Success; } #else --- 2086,2092 ---- /* Set the speed of the serial link to 9600 */ #ifdef XFREE86_V4 ! if (xf86SetSerialSpeed(local->fd, 9600) < 0) { return !Success; } #else *************** *** 2037,2048 **** if (buffer[2] == 'G' && buffer[3] == 'D') { DBG(2, ErrorF("detected an Intuos model\n")); common->wcmProtocolLevel = 5; ! common->wcmMaxZ = 1023; /* max Z value */ common->wcmResolX = 2540; /* X resolution in points/inch */ common->wcmResolY = 2540; /* Y resolution in points/inch */ common->wcmResolZ = 2540; /* Z resolution in points/inch */ common->wcmPktLength = 9; /* length of a packet */ ! common->wcmThreshold = -480; /* Threshold for counting pressure as a button */ } /* Tilt works on ROM 1.4 and above */ --- 2142,2159 ---- if (buffer[2] == 'G' && buffer[3] == 'D') { DBG(2, ErrorF("detected an Intuos model\n")); common->wcmProtocolLevel = 5; ! common->wcmMaxZ = 1024; /* max Z value */ common->wcmResolX = 2540; /* X resolution in points/inch */ common->wcmResolY = 2540; /* Y resolution in points/inch */ common->wcmResolZ = 2540; /* Z resolution in points/inch */ common->wcmPktLength = 9; /* length of a packet */ ! if (common->wcmThreshold == INVALID_THRESHOLD) { ! common->wcmThreshold = -480; /* Threshold for counting pressure as a button */ ! if (xf86Verbose) { ! ErrorF("%s Wacom using pressure threshold of %d for button 1\n", ! XCONFIG_PROBED, common->wcmThreshold); ! } ! } } /* Tilt works on ROM 1.4 and above */ *************** *** 2053,2061 **** common->wcmPktLength = 9; } ! /* Check for a PenPartner model which doesn't answer WC_CONFIG request */ ! if (buffer[2] == 'C' && buffer[3] == 'T') { ! DBG(2, ErrorF("detected a PenPartner model\n")); common->wcmResolX = 1000; common->wcmResolY = 1000; is_a_penpartner = 1; --- 2164,2186 ---- common->wcmPktLength = 9; } ! /* Check for a PenPartner or Graphire model which doesn't answer WC_CONFIG ! * request. The Graphire model is handled like a PenPartner except that ! * it doesn't answer WC_COORD requests. ! */ ! if ((buffer[2] == 'C' || buffer[2] == 'E') && buffer[3] == 'T') { ! if (buffer[2] == 'E') { ! DBG(2, ErrorF("detected a Graphire model\n")); ! common->wcmFlags |= GRAPHIRE_FLAG; ! /* Graphire models don't answer WC_COORD requests */ ! common->wcmMaxX = 5103; ! common->wcmMaxY = 3711; ! common->wcmMaxZ = 512; ! } ! else { ! DBG(2, ErrorF("detected a PenPartner model\n")); ! common->wcmMaxZ = 256; ! } common->wcmResolX = 1000; common->wcmResolY = 1000; is_a_penpartner = 1; *************** *** 2076,2094 **** ErrorF("WACOM: unable to read resolution. Using default.\n"); } } - - DBG(2, ErrorF("reading max coordinates\n")); - if (!send_request(local->fd, WC_COORD, buffer)) - return !Success; - DBG(2, ErrorF("%s\n", buffer)); - if (sscanf(buffer+2, "%d,%d", &common->wcmMaxX, &common->wcmMaxY) != 2) { - ErrorF("WACOM: unable to read max coordinates. Using default.\n"); - } DBG(2, ErrorF("setup is max X=%d max Y=%d resol X=%d resol Y=%d\n", common->wcmMaxX, common->wcmMaxY, common->wcmResolX, common->wcmResolY)); ! if (!is_a_penpartner && common->wcmProtocolLevel == 4) { /* Force the resolution. */ --- 2201,2222 ---- ErrorF("WACOM: unable to read resolution. Using default.\n"); } } + if (!(common->wcmFlags & GRAPHIRE_FLAG)) { + DBG(2, ErrorF("reading max coordinates\n")); + if (!send_request(local->fd, WC_COORD, buffer)) + return !Success; + DBG(2, ErrorF("%s\n", buffer)); + if (sscanf(buffer+2, "%d,%d", &common->wcmMaxX, &common->wcmMaxY) != 2) { + ErrorF("WACOM: unable to read max coordinates. Using default.\n"); + } + } + DBG(2, ErrorF("setup is max X=%d max Y=%d resol X=%d resol Y=%d\n", common->wcmMaxX, common->wcmMaxY, common->wcmResolX, common->wcmResolY)); ! ! /* We can't change the resolution on PenPartner and Graphire models */ if (!is_a_penpartner && common->wcmProtocolLevel == 4) { /* Force the resolution. */ *************** *** 2211,2217 **** /* Set the speed of the serial link to 19200 */ #ifdef XFREE86_V4 ! if (xf86SetSerial(local->fd, b19200_options) < 0) { return !Success; } #else --- 2339,2345 ---- /* Set the speed of the serial link to 19200 */ #ifdef XFREE86_V4 ! if (xf86SetSerialSpeed(local->fd, 19200) < 0) { return !Success; } #else *************** *** 2254,2270 **** int loop; if (local->fd < 0) { ! if (xf86WcmOpen(local) != Success) { ! if (local->fd >= 0) { ! SYSCALL(close(local->fd)); } ! local->fd = -1; } else { ! /* report the file descriptor to all devices */ ! for(loop=0; loopwcmNumDevices; loop++) { ! common->wcmDevices[loop]->fd = local->fd; ! } } } --- 2382,2406 ---- int loop; if (local->fd < 0) { ! if (common->wcmInitNumber > 2 || ! priv->initNumber == common->wcmInitNumber) { ! if (xf86WcmOpen(local) != Success) { ! if (local->fd >= 0) { ! SYSCALL(close(local->fd)); ! } ! local->fd = -1; ! } ! else { ! /* report the file descriptor to all devices */ ! for(loop=0; loopwcmNumDevices; loop++) { ! common->wcmDevices[loop]->fd = local->fd; ! } } ! common->wcmInitNumber++; ! priv->initNumber = common->wcmInitNumber; } else { ! priv->initNumber = common->wcmInitNumber; } } *************** *** 2339,2345 **** --- 2475,2496 ---- DBG(2, ErrorF("X factor = %.3g, Y factor = %.3g\n", priv->factorX, priv->factorY)); } + + /* Check threshold correctness */ + DBG(2, ErrorF("Threshold=%d\n", common->wcmThreshold)); + if (common->wcmThreshold > ((common->wcmMaxZ / 2) - 1) || + common->wcmThreshold < - (common->wcmMaxZ / 2)) { + if (((common->wcmProtocolLevel == 5) || + (common->wcmFlags & GRAPHIRE_FLAG)) && + xf86Verbose && + common->wcmThreshold != INVALID_THRESHOLD) + ErrorF("%s Wacom invalid threshold %d. Reset to %d\n", + XCONFIG_PROBED, common->wcmThreshold, - (common->wcmMaxZ / 3)); + common->wcmThreshold = - (common->wcmMaxZ / 3); + } + DBG(2, ErrorF("New threshold=%d\n", common->wcmThreshold)); + /* Set the real values */ InitValuatorAxisStruct(pWcm, 0, *************** *** 2358,2364 **** InitValuatorAxisStruct(pWcm, 2, - common->wcmMaxZ / 2, /* min val */ ! common->wcmMaxZ / 2, /* max val */ mils(common->wcmResolZ), /* resolution */ 0, /* min_res */ mils(common->wcmResolZ)); /* max_res */ --- 2509,2515 ---- InitValuatorAxisStruct(pWcm, 2, - common->wcmMaxZ / 2, /* min val */ ! (common->wcmMaxZ / 2) - 1, /* max val */ mils(common->wcmResolZ), /* resolution */ 0, /* min_res */ mils(common->wcmResolZ)); /* max_res */ *************** *** 2518,2525 **** if ((local->fd < 0) && (!xf86WcmOpenDevice(pWcm))) { return !Success; ! } AddEnabledDevice(local->fd); pWcm->public.on = TRUE; break; --- 2669,2680 ---- if ((local->fd < 0) && (!xf86WcmOpenDevice(pWcm))) { return !Success; ! } ! #ifdef XFREE86_V4 ! xf86AddEnabledDevice(local); ! #else AddEnabledDevice(local->fd); + #endif pWcm->public.on = TRUE; break; *************** *** 2527,2533 **** --- 2682,2692 ---- DBG(1, ErrorF("xf86WcmProc pWcm=0x%x what=%s\n", pWcm, (what == DEVICE_CLOSE) ? "CLOSE" : "OFF")); if (local->fd >= 0) { + #ifdef XFREE86_V4 + xf86RemoveEnabledDevice(local); + #else RemoveEnabledDevice(local->fd); + #endif xf86WcmClose(local); } pWcm->public.on = FALSE; *************** *** 2676,2681 **** --- 2835,2841 ---- priv->common = common; /* common info pointer */ priv->oldProximity = 0; /* previous proximity */ priv->serial = 0; /* serial number */ + priv->initNumber = 0; /* magic number for the init phasis */ common->wcmDevice = ""; /* device file name */ #if defined(sun) && !defined(i386) *************** *** 2702,2708 **** common->wcmStylusSide = TRUE; /* eraser or stylus ? */ common->wcmStylusProximity = FALSE; /* a stylus is in proximity ? */ common->wcmProtocolLevel = 4; /* protocol level */ ! return local; } --- 2862,2869 ---- common->wcmStylusSide = TRUE; /* eraser or stylus ? */ common->wcmStylusProximity = FALSE; /* a stylus is in proximity ? */ common->wcmProtocolLevel = 4; /* protocol level */ ! common->wcmThreshold = INVALID_THRESHOLD; /* button 1 threshold for some tablet models */ ! common->wcmInitNumber = 0; /* magic number for the init phasis */ return local; } *************** *** 2825,2831 **** #else /* XFREE86_V4 */ /* ! * xf86WcmUnplug -- * * called when the driver is unloaded. */ --- 2986,2992 ---- #else /* XFREE86_V4 */ /* ! * xf86WcmUninit -- * * called when the driver is unloaded. */ *************** *** 2836,2842 **** { WacomDevicePtr priv = (WacomDevicePtr) local->private; ! ErrorF("xf86WcmUnplug\n"); xf86WcmProc(local->dev, DEVICE_OFF); --- 2997,3003 ---- { WacomDevicePtr priv = (WacomDevicePtr) local->private; ! DBG(1, ErrorF("xf86WcmUninit\n")); xf86WcmProc(local->dev, DEVICE_OFF); *************** *** 2845,2851 **** } /* ! * xf86WcmPlug -- * * called when the module subsection is found in XF86Config */ --- 3006,3012 ---- } /* ! * xf86WcmInit -- * * called when the module subsection is found in XF86Config */ *************** *** 3004,3009 **** --- 3165,3175 ---- xf86Msg(X_CONFIG, "%s: serial number = %u\n", dev->identifier, priv->serial); } + common->wcmThreshold = xf86SetIntOption(local->options, "Threshold", INVALID_THRESHOLD); + if (common->wcmThreshold != INVALID_THRESHOLD) { + xf86Msg(X_CONFIG, "%s: threshold = %d\n", dev->identifier, + common->wcmThreshold); + } { int val; *************** *** 3025,3031 **** val); } /* mark the device configured */ ! local->flags |= XI86_CONFIGURED; /* return the LocalDevice */ return (local); --- 3191,3197 ---- val); } /* mark the device configured */ ! local->flags |= XI86_POINTER_CAPABLE | XI86_CONFIGURED; /* return the LocalDevice */ return (local); *************** *** 3115,3120 **** --- 3281,3287 ---- /* * Local variables: * change-log-default-name: "~/xinput.log" + * c-file-style: "bsd" * End: */ /* end of xf86Wacom.c */ Index: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c:3.22.2.15 xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c:3.22.2.16 *** xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c:3.22.2.15 Mon Jun 21 19:45:11 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c Thu Oct 21 22:07:50 1999 *************** *** 22,28 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c,v 3.22.2.15 1999/06/21 09:45:11 hohndel Exp $ */ #include "Xmd.h" #include "XI.h" --- 22,28 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c,v 3.22.2.16 1999/10/21 12:07:50 hohndel Exp $ */ #include "Xmd.h" #include "XI.h" *************** *** 408,413 **** --- 408,452 ---- } } + /*********************************************************************** + * + * xf86EnableInputDevices -- + * + * Enable input devices after a switch back from the console. + * + *********************************************************************** + */ + void + xf86EnableInputDevices() + { + int i; + + for (i = 0; i < num_devices; i++) { + if (localDevices[i]->dev) { + EnableDevice(localDevices[i]->dev); + } + } + } + + /*********************************************************************** + * + * xf86DisableInputDevices -- + * + * Disable input devices after a switch to the console. + * + *********************************************************************** + */ + void + xf86DisableInputDevices() + { + int i; + + for (i = 0; i < num_devices; i++) { + if (localDevices[i]->dev) { + DisableDevice(localDevices[i]->dev); + } + } + } /*********************************************************************** * Index: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h diff -c xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h:3.14.2.4 xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h:3.14.2.5 *** xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h:3.14.2.4 Mon Jun 21 19:45:12 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h Thu Oct 21 22:07:51 1999 *************** *** 22,28 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h,v 3.14.2.4 1999/06/21 09:45:12 hohndel Exp $ */ #ifndef _xf86Xinput_h #define _xf86Xinput_h --- 22,28 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h,v 3.14.2.5 1999/10/21 12:07:51 hohndel Exp $ */ #ifndef _xf86Xinput_h #define _xf86Xinput_h *************** *** 300,305 **** --- 300,319 ---- #if NeedFunctionPrototypes LocalDevicePtr device, DeviceIntPtr core + #endif + ); + + void + xf86DisableInputDevices( + #if NeedFunctionPrototypes + void + #endif + ); + + void + xf86EnableInputDevices( + #if NeedFunctionPrototypes + void #endif ); Index: xc/programs/Xserver/hw/xfree86/common/xf86_Config.h diff -c xc/programs/Xserver/hw/xfree86/common/xf86_Config.h:3.59.2.11 xc/programs/Xserver/hw/xfree86/common/xf86_Config.h:3.59.2.12 *** xc/programs/Xserver/hw/xfree86/common/xf86_Config.h:3.59.2.11 Fri May 7 10:52:03 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86_Config.h Wed Dec 1 23:49:22 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Config.h,v 3.59.2.11 1999/05/07 00:52:03 dawes Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany * Copyright 1993 by David Dawes --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Config.h,v 3.59.2.12 1999/12/01 12:49:22 hohndel Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany * Copyright 1993 by David Dawes *************** *** 187,194 **** #define AUTOMOUSE 1038 #define ACECAD 1039 #define WSMOUSE 1040 ! #define XQUE 1041 ! #define OSMOUSE 1042 #ifdef INIT_CONFIG static SymTabRec MouseTab[] = { --- 187,195 ---- #define AUTOMOUSE 1038 #define ACECAD 1039 #define WSMOUSE 1040 ! #define USBMOUSE 1041 ! #define XQUE 1042 ! #define OSMOUSE 1043 #ifdef INIT_CONFIG static SymTabRec MouseTab[] = { *************** *** 215,220 **** --- 216,222 ---- { WSMOUSE, "wsmouse" }, { XQUE, "xqueue" }, { OSMOUSE, "osmouse" }, + { USBMOUSE, "usb" }, { -1, "" }, }; #endif /* INIT_CONFIG */ *************** *** 557,562 **** --- 559,565 ---- #define P_AUTO 18 /* automatic */ #define P_ACECAD 19 /* ACECAD protocol */ #define P_WSMOUSE 20 /* NetBSD wsmouse */ + #define P_USB 21 /* USB mouse */ #define EMULATE3 50 #define BAUDRATE 51 Index: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c diff -c xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c:3.21.2.21 xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c:3.21.2.24 *** xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c:3.21.2.21 Mon Jul 19 21:46:40 1999 --- xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c Sun Dec 12 06:00:42 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c,v 3.21.2.21 1999/07/19 11:46:40 hohndel Exp $ */ /* * * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c,v 3.21.2.24 1999/12/11 19:00:42 hohndel Exp $ */ /* * * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. *************** *** 46,51 **** --- 46,55 ---- #include "xf86_OSlib.h" #include "xf86_Config.h" + #ifdef USB_MOUSE + #include "xf86_UsbMse.h" + #endif + #if defined(__NetBSD__) #undef MAXHOSTNAMELEN /* avoid duplication from param.h */ #include /* pull in __NetBSD_Version__ */ *************** *** 109,115 **** TRUE, /* ALPS GlidePoint (serial) */ TRUE, /* Microsoft IntelliMouse (serial) */ TRUE, /* Kensington ThinkingMouse (serial) */ ! #if !defined(__FreeBSD__) && !defined(Lynx) TRUE, /* Microsoft IntelliMouse (PS/2) */ TRUE, /* Kensington ThinkingMouse (PS/2) */ TRUE, /* Logitech MouseMan+ (PS/2) */ --- 113,119 ---- TRUE, /* ALPS GlidePoint (serial) */ TRUE, /* Microsoft IntelliMouse (serial) */ TRUE, /* Kensington ThinkingMouse (serial) */ ! #if !defined(__FreeBSD__) TRUE, /* Microsoft IntelliMouse (PS/2) */ TRUE, /* Kensington ThinkingMouse (PS/2) */ TRUE, /* Logitech MouseMan+ (PS/2) */ *************** *** 136,141 **** --- 140,150 ---- #else FALSE, /* wsmouse */ #endif + #ifdef USB_MOUSE + TRUE, + #else + FALSE, + #endif }; int xf86NumMouseTypes = sizeof(xf86SupportedMouseTypes) / *************** *** 230,235 **** --- 239,245 ---- #else { 0x00, 0x00, 0x00, 0x00, 0, 0x00, 0x00 }, /* wsmouse */ #endif + { 0x00, 0x00, 0x00, 0x00, 0, 0x00, 0x00 }, /* USB mouse */ }; #endif /* ! MOUSE_PROTOCOL_IN_KERNEL */ *************** *** 384,397 **** xf86SetMouseSpeed(mouse, mouse->baudRate, mouse->baudRate, xf86MouseCflags[P_MM]); /* select report rate/frequency */ ! if (mouse->sampleRate <= 0) write(mouse->mseFd, "O", 1); ! else if (mouse->sampleRate <= 15) write(mouse->mseFd, "J", 1); ! else if (mouse->sampleRate <= 27) write(mouse->mseFd, "K", 1); ! else if (mouse->sampleRate <= 42) write(mouse->mseFd, "L", 1); ! else if (mouse->sampleRate <= 60) write(mouse->mseFd, "R", 1); ! else if (mouse->sampleRate <= 85) write(mouse->mseFd, "M", 1); ! else if (mouse->sampleRate <= 125) write(mouse->mseFd, "Q", 1); ! else write(mouse->mseFd, "N", 1); break; case P_LOGIMAN: --- 394,407 ---- xf86SetMouseSpeed(mouse, mouse->baudRate, mouse->baudRate, xf86MouseCflags[P_MM]); /* select report rate/frequency */ ! if (mouse->sampleRate <= 0) write(mouse->mseFd, "O", 1); /* 100 */ ! else if (mouse->sampleRate <= 15) write(mouse->mseFd, "J", 1); /* 10 */ ! else if (mouse->sampleRate <= 27) write(mouse->mseFd, "K", 1); /* 20 */ ! else if (mouse->sampleRate <= 42) write(mouse->mseFd, "L", 1); /* 35 */ ! else if (mouse->sampleRate <= 60) write(mouse->mseFd, "R", 1); /* 50 */ ! else if (mouse->sampleRate <= 85) write(mouse->mseFd, "M", 1); /* 67 */ ! else if (mouse->sampleRate <= 125) write(mouse->mseFd, "Q", 1); /* 100 */ ! else write(mouse->mseFd, "N", 1); /* 150 */ break; case P_LOGIMAN: *************** *** 575,580 **** --- 585,595 ---- break; #endif + #ifdef USB_MOUSE + case P_USB: + mouse->usb = usbMouseInit(mouse); + break; + #endif default: xf86SetMouseSpeed(mouse, mouse->baudRate, mouse->baudRate, xf86MouseCflags[mouse->mseType]); *************** *** 617,622 **** --- 632,639 ---- c[1] = 200; else if (mouse->sampleRate >= 100) c[1] = 100; + else if (mouse->sampleRate >= 80) + c[1] = 80; else if (mouse->sampleRate >= 60) c[1] = 60; else if (mouse->sampleRate >= 40) *************** *** 701,706 **** --- 718,726 ---- #if defined(__NetBSD__) mouse->mseType != P_WSMOUSE && #endif + #ifdef USB_MOUSE + mouse->mseType != P_USB && + #endif ((rBuf[i] & mouse->protoPara[2]) != mouse->protoPara[3] || rBuf[i] == 0x80)) { *************** *** 999,1004 **** --- 1019,1030 ---- break; } #endif /* defined(__NetBSD__) && __NetBSD_Version__ >= 103060000 */ + + #ifdef USB_MOUSE + case P_USB: + usbMouseProtocol(mouse, &dx, &dy, &dz, &buttons); + break; + #endif default: /* There's a table error */ continue; Index: xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.c:1.1.2.1 *** /dev/null Sun Jan 9 07:43:24 2000 --- xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.c Wed Dec 1 23:49:24 1999 *************** *** 0 **** --- 1,114 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.c,v 1.1.2.1 1999/12/01 12:49:24 hohndel Exp $ */ + /* $NetBSD: ums.c,v 1.36 1999/11/26 01:39:27 augustss Exp $ */ + + /* + * Copyright (c) 1998 The NetBSD Foundation, Inc. + * Copyright (c) 1999 The XFree86 Project, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@carlstedt.se) at + * Carlstedt Research & Technology. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the NetBSD + * Foundation, Inc. and its contributors. + * 4. Neither the name of The NetBSD Foundation nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + + #include "xf86Procs.h" + #include "xf86_OSlib.h" + #include "xf86_Config.h" + + #include "xf86_UsbMse.h" + + #define HUP_GENERIC_DESKTOP 0x0001 + #define HUP_BUTTON 0x0009 + + #define HUG_X 0x0030 + #define HUG_Y 0x0031 + #define HUG_Z 0x0032 + #define HUG_WHEEL 0x0038 + + #define HID_USAGE2(p,u) (((p) << 16) | u) + + #define UMS_BUT(i) ((i) == 0 ? 2 : (i) == 1 ? 0 : (i) == 2 ? 1 : (i)) + + /* + * Allocate a UsbMouseRec and probe for locators + */ + struct UsbMouseRec * + usbMouseInit(MouseDevPtr mouse) + { + struct UsbMouseRec *ptr; + int i, id; + + ptr = (struct UsbMouseRec *)xalloc(sizeof(struct UsbMouseRec)); + + ptr->dev = hid_get_report_desc(mouse->mseFd); + if (hid_locate(ptr->dev, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), + hid_input, &ptr->loc_x) < 0) { + ErrorF("usbMouseInit: no x locator\n"); + } + if (hid_locate(ptr->dev, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), + hid_input, &ptr->loc_y) < 0) { + ErrorF("usbMouseInit: no y locator\n"); + } + if (hid_locate(ptr->dev, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_WHEEL), + hid_input, &ptr->loc_z) < 0) { + ErrorF("usbMouseInit: no wheel locator\n"); + } + for (i = 1; i <= MSE_MAXBUTTONS; i++) { + if (!hid_locate(ptr->dev, HID_USAGE2(HUP_BUTTON, i), + hid_input, &ptr->loc_btn[i-1])) + break; + } + mouse->buttons = i - 1; + mouse->protoPara[4] = hid_report_size(ptr->dev, hid_input, &id); + + return ptr; + } + + /* + * Parse one event + */ + void + usbMouseProtocol(MouseDevPtr mouse, int *dx, int *dy, int *dz, int *buttons) + { + int i; + + *dx = hid_get_data(mouse->pBuf, &mouse->usb->loc_x); + *dy = hid_get_data(mouse->pBuf, &mouse->usb->loc_y); + *dz = hid_get_data(mouse->pBuf, &mouse->usb->loc_z); + + *buttons = 0; + for (i = 0; i < mouse->buttons; i++) { + if (hid_get_data(mouse->pBuf, &mouse->usb->loc_btn[i])) + *buttons |= (1 << UMS_BUT(i)); + } + } + + Index: xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.h:1.1.2.2 *** /dev/null Sun Jan 9 07:43:25 2000 --- xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.h Fri Dec 3 21:12:40 1999 *************** *** 0 **** --- 1,44 ---- + /* + * Copyright (c) 1999, The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the names of The XFree86 Project, Inc. not be + * used in advertising or publicity pertaining to distribution of the + * software without specific, written prior permission. The XFree86 + * Project Inc. makes no representations about the suitability of this + * software for any purpose. It is provided "as is" without express or + * implied warranty. + * + * THE XFREE86 PROJECT INC. DISCLAIM ALL WARRANTIES WITH REGARD TO THIS + * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS, IN NO EVENT SHALL THE XFREE86 PROJECT INC. BE LIABLE FOR ANY + * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER + * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF + * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + * $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_UsbMse.h,v 1.1.2.2 1999/12/03 10:12:40 hohndel Exp $ + */ + #ifndef _XF86_USBMSE_H + #define _XF86_USBMSE_H + + #include + + struct UsbMouseRec { + report_desc_t dev; + hid_item_t loc_x; + hid_item_t loc_y; + hid_item_t loc_z; + hid_item_t loc_btn[MSE_MAXBUTTONS]; + }; + + #if NeedFunctionPrototypes + struct UsbMouseRec *usbMouseInit(MouseDevPtr mouse); + void usbMouseProtocol(MouseDevPtr mouse, int *dx, int *dy, int *dz, + int *buttons); + #endif + + #endif Index: xc/programs/Xserver/hw/xfree86/doc/Imakefile diff -c xc/programs/Xserver/hw/xfree86/doc/Imakefile:3.44.2.12 xc/programs/Xserver/hw/xfree86/doc/Imakefile:3.44.2.15 *** xc/programs/Xserver/hw/xfree86/doc/Imakefile:3.44.2.12 Thu Jul 22 18:14:02 1999 --- xc/programs/Xserver/hw/xfree86/doc/Imakefile Mon Nov 22 06:29:18 1999 *************** *** 4,10 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Imakefile,v 3.44.2.12 1999/07/22 08:14:02 hohndel Exp $ #include #include --- 4,10 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Imakefile,v 3.44.2.15 1999/11/21 19:29:18 robin Exp $ #include #include *************** *** 90,96 **** README.I128 README.Mach32 \ README.Mach64 README.ark README.MGA README.NVIDIA README.mouse \ README.neo README.rendition README.3DLabs README.cyrix \ ! README.i740 MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES --- 90,96 ---- README.I128 README.Mach32 \ README.Mach64 README.ark README.MGA README.NVIDIA README.mouse \ README.neo README.rendition README.3DLabs README.cyrix \ ! README.i740 README.r128 MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES Index: xc/programs/Xserver/hw/xfree86/doc/OS2.Notes diff -c xc/programs/Xserver/hw/xfree86/doc/OS2.Notes:3.8.2.9 xc/programs/Xserver/hw/xfree86/doc/OS2.Notes:3.8.2.10 *** xc/programs/Xserver/hw/xfree86/doc/OS2.Notes:3.8.2.9 Mon Aug 2 19:52:40 1999 --- xc/programs/Xserver/hw/xfree86/doc/OS2.Notes Tue Dec 21 03:36:58 1999 *************** *** 2,8 **** Holger Veit ! Last modified August 1st, 1999 1. Preface --- 2,8 ---- Holger Veit ! Last modified December 12th, 1999 1. Preface *************** *** 16,31 **** Please also read README.OS2 for end-user information, and set at least the environment variables described there. ! At the current time, the most recent version available is XFree86-3.3.5. This is a full and unrestricted version which comes with complete source ! code. 3.3.5 is not only a bugfix release, but also supports new hardware, some of which might not even supported by OS/2 itself. See the RELEASE NOTES document for details. If you want to join the XFree86 developer team, e.g. to add support for cer- tain hardware, please send a request to BOD@XFree86.org. Please think about such a step carefully before, though, since much work is involved. Please use ! the XFree86-3.3.5 source code as a test example how to compile the system. The ability to manage that is a basic requirement for becoming a developer. 2. Tools required --- 16,31 ---- Please also read README.OS2 for end-user information, and set at least the environment variables described there. ! At the current time, the most recent version available is XFree86-3.3.6. This is a full and unrestricted version which comes with complete source ! code. 3.3.6 is not only a bugfix release, but also supports new hardware, some of which might not even supported by OS/2 itself. See the RELEASE NOTES document for details. If you want to join the XFree86 developer team, e.g. to add support for cer- tain hardware, please send a request to BOD@XFree86.org. Please think about such a step carefully before, though, since much work is involved. Please use ! the XFree86-3.3.6 source code as a test example how to compile the system. The ability to manage that is a basic requirement for becoming a developer. 2. Tools required *************** *** 37,43 **** or ftp.leo.org via anonymous FTP. The following shopping list shows what you will need: ! o gcc EMX/gcc emx 0.9C patch4 or later (0.9d preferred!) o gzip GNU zip/unzip --- 37,43 ---- or ftp.leo.org via anonymous FTP. The following shopping list shows what you will need: ! o gcc EMX/gcc emx 0.9d patch2 or later o gzip GNU zip/unzip *************** *** 69,87 **** o find GNU find (attention: incompatible tool with the same name in OS/2) If there is no version number given, any new version will do. Particularly critical is only EMX/gcc and GNU make. Note that the second GCC implementa- tion which might still be available from some archives is NOT compatible. Furthermore, you need the XFree86 sources. These are available from the com- mon XFree86 repositories. Look into a directory which is often named ! /pub/XFree86/3.3.5/source. 3. Compiling and Installing ! You need about 300MB of free HPFS space for the whole system. This does not ! include space for the postscript and troff documentation files. I have never ! installed them. Nor did I install the test subtree. 1. Install all the above utilities. Refer to the corresponding documenta- tion. Verify that everything works well, particularly EMX. --- 69,90 ---- o find GNU find (attention: incompatible tool with the same name in OS/2) + o unix2dos Some conversion utility to convert LF delimiter to CRLF (may + be called unixtoos2 or alike as well) + If there is no version number given, any new version will do. Particularly critical is only EMX/gcc and GNU make. Note that the second GCC implementa- tion which might still be available from some archives is NOT compatible. Furthermore, you need the XFree86 sources. These are available from the com- mon XFree86 repositories. Look into a directory which is often named ! /pub/XFree86/3.3.6/source. 3. Compiling and Installing ! You need about 300MB of free HPFS (or NFS, JFS, ext2fs) space for the whole ! system. This does not include space for the postscript and troff documenta- ! tion files. I have never installed them. Nor did I install the test subtree. 1. Install all the above utilities. Refer to the corresponding documenta- tion. Verify that everything works well, particularly EMX. *************** *** 145,166 **** find \x11 -name *.orig -print -exec rm {} ; ! 7. Go to the xc/config/cf directory and edit the xf86site.def file to match your requirements (you probably don't want to compile all X ! servers). Certain changes must be set to the following values: o Disable if not already done any PC98 server; PC98 (Japanese XFree86) does not work yet. Porters from Japan are welcome! ! o #define WacomSupport NO #define ElographicsSupport ! NO Both options are not yet supported. ! ! o Tcl* and Tk* don't need to be set explicitly. Reasonable defaults ! are in the other config files, provided you have a complete ! XFree86/OS2 binary tree with the tcl/tk runtime support installed. o #define BuildDynamicLoading NO This does not work. 8. Go to the directory xc\util\compress and make compress.exe there. Install the program produced there in your path. I stumbled more than once on half-ported compress programs on OS/2 ftp servers that are --- 148,170 ---- find \x11 -name *.orig -print -exec rm {} ; ! 7. Go to the xc\config\cf directory and copy the file \x11bsol;xcbsol;pro- ! gramsbsol;Xserverbsol;hwbsol;xfree86bsol;etcbsol;bindistb- ! sol;OS2bsol;host.def.os2 into xc/config/cf/host.def and edit it to match your requirements (you probably don't want to compile all X ! servers). Certain changes must be set to the following values: o Disable if not already done any PC98 server; PC98 (Japanese XFree86) does not work yet. Porters from Japan are welcome! ! o Disable the whole external input device stuff, like JoystickSup- ! port, Wacom- Support, etc. o #define BuildDynamicLoading NO This does not work. + o Disable the special servers XVirtualFramebufferServer, Xnest- + Server, XprtServer + 8. Go to the directory xc\util\compress and make compress.exe there. Install the program produced there in your path. I stumbled more than once on half-ported compress programs on OS/2 ftp servers that are *************** *** 184,190 **** toplevel Makefile.os2 back to Makefile. 12. Execute this buildos2.cmd command in the xc directory; it will produce ! a logfile buildxc.log in this directory. 13. Go have a bucket of coffee, or better, buy new coffee - in Colombia! The compile will need between 2 and 20 hours, depending on your selec- --- 188,199 ---- toplevel Makefile.os2 back to Makefile. 12. Execute this buildos2.cmd command in the xc directory; it will produce ! a logfile buildxc.log in this directory. Note: this may immediately ! fail in case, you got your distribution from a Unix tar archive. Unfor- ! tunately the OS/2 REXX interpreter has a problem with scripts that use ! the Unix convention as a line delimiter. So go through the whole tree ! and convert the *.cmd files to "OS/2 ASCII" by one of the typical ! unix2dos or unixtoos2 programs. 13. Go have a bucket of coffee, or better, buy new coffee - in Colombia! The compile will need between 2 and 20 hours, depending on your selec- *************** *** 219,227 **** Well, you see, this was quite easy :-) ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml,v 3.4.2.6 1999/08/02 08:38:17 hohndel Exp $ $XConsortium: OS2note.sgml /main/1 1996/02/24 10:08:59 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/OS2.Notes,v 3.8.2.9 1999/08/02 09:52:40 hohndel Exp $ --- 228,236 ---- Well, you see, this was quite easy :-) ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml,v 3.4.2.7 1999/12/20 12:55:51 hohndel Exp $ $XConsortium: OS2note.sgml /main/1 1996/02/24 10:08:59 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/OS2.Notes,v 3.8.2.10 1999/12/20 16:36:58 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD diff -c xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD:3.31.2.9 xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD:3.31.2.11 *** xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD:3.31.2.9 Fri Jun 25 18:56:28 1999 --- xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD Sun Dec 12 02:28:28 1999 *************** *** 73,88 **** The interface type can be determined by looking at the connector of the mouse. The serial mouse has a D-Sub female 9- or 25-pin connector. The bus mouse has either a D-Sub male 9-pin connector or a round DIN 9-pin connector. ! The PS/2 mouse is equipped with a small, round DIN 6-pin connector. Some ! mice come with adapters with which the connector can be converted to another. ! If you are to use such an adapter, remember the connector at the very end of ! the mouse/adapter pair is what matters. The next thing to decide is a /dev entry for the given interface. For the bus and PS/2 mice, there is little choice: the bus mouse always use ! /dev/mse0, and the PS/2 mouse is always at /dev/psm0. There may be more than ! one serial port to which the serial mouse can be attached. Many people often ! assign the first, built-in serial port /dev/cuaa0 to the mouse. If you are not sure which serial device your mouse is plugged into, the easi- est way to find out the device is to use ``cat'' or ``kermit'' to look at the --- 73,91 ---- The interface type can be determined by looking at the connector of the mouse. The serial mouse has a D-Sub female 9- or 25-pin connector. The bus mouse has either a D-Sub male 9-pin connector or a round DIN 9-pin connector. ! The PS/2 mouse is equipped with a small, round DIN 6-pin connector. The USB ! mouse has a flat rectangular connector. Some mice come with adapters with ! which the connector can be converted to another. If you are to use such an ! adapter, remember the connector at the very end of the mouse/adapter pair is ! what matters. The next thing to decide is a /dev entry for the given interface. For the bus and PS/2 mice, there is little choice: the bus mouse always use ! /dev/mse0, and the PS/2 mouse is always at /dev/psm0. You can attach multi- ! ple USB mice to your system or to your USB hub. They are accessible as ! /dev/ums0, /dev/ums1,... There may be more than one serial port to which the ! serial mouse can be attached. Many people often assign the first, built-in ! serial port /dev/cuaa0 to the mouse. If you are not sure which serial device your mouse is plugged into, the easi- est way to find out the device is to use ``cat'' or ``kermit'' to look at the *************** *** 132,155 **** sary to tell the X server which PS/2 mouse protocol type is to be used; ``Auto'' should work, otherwise use ``PS/2''. ! 3. The ``Logitech'' protocol is for old mouse models from Logitech. Mod- ern Logitech mice use either the ``MouseMan'' or ``Microsoft'' proto- col. ! 4. Most 2-button serial mice support the ``Microsoft'' protocol. ! 5. 3-button serial mice may work with the ``MouseSystems'' protocol. If it doesn't, it may work with the ``Microsoft'' protocol although the third (middle) button won't function. 3-button serial mice may also work with the ``MouseMan'' protocol under which the third button may func- tion as expected. ! 6. 3-button serial mice may have a small switch to choose between ``MS'' and ``PC'', or ``2'' and ``3''. ``MS'' or ``2'' usually mean the ``Microsoft'' protocol. ``PC'' or ``3'' will choose the ``MouseSys- tems'' protocol. ! 7. If the serial mouse has a roller or a wheel, it may be compatible with the ``IntelliMouse'' protocol. 5. Running X --- 135,165 ---- sary to tell the X server which PS/2 mouse protocol type is to be used; ``Auto'' should work, otherwise use ``PS/2''. ! 3. You must specify the ``Auto'' protocol for the USB mouse. ! ! NOTE: Other XFree86 document may mention ``Usb'' as one of ! keywords for the mouse protocol. This keyword is not neces- ! sary, thus, not supported in FreeBSD. Be sure to use ! ``Auto'' for the USB mouse. ! ! 4. The ``Logitech'' protocol is for old mouse models from Logitech. Mod- ern Logitech mice use either the ``MouseMan'' or ``Microsoft'' proto- col. ! 5. Most 2-button serial mice support the ``Microsoft'' protocol. ! 6. 3-button serial mice may work with the ``MouseSystems'' protocol. If it doesn't, it may work with the ``Microsoft'' protocol although the third (middle) button won't function. 3-button serial mice may also work with the ``MouseMan'' protocol under which the third button may func- tion as expected. ! 7. 3-button serial mice may have a small switch to choose between ``MS'' and ``PC'', or ``2'' and ``3''. ``MS'' or ``2'' usually mean the ``Microsoft'' protocol. ``PC'' or ``3'' will choose the ``MouseSys- tems'' protocol. ! 8. If the serial mouse has a roller or a wheel, it may be compatible with the ``IntelliMouse'' protocol. 5. Running X *************** *** 283,291 **** o Orest Zborowski, Simon Cooper and Dirk Hohndel for ideas from the Linux distribution. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml,v 3.25.2.4 1998/10/22 04:31:02 hohndel Exp $ $XConsortium: FreeBSD.sgml /main/12 1996/10/28 05:43:08 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD,v 3.31.2.9 1999/06/25 08:56:28 hohndel Exp $ --- 293,301 ---- o Orest Zborowski, Simon Cooper and Dirk Hohndel for ideas from the Linux distribution. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml,v 3.25.2.7 1999/12/10 16:00:17 hohndel Exp $ $XConsortium: FreeBSD.sgml /main/12 1996/10/28 05:43:08 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD,v 3.31.2.11 1999/12/11 15:28:28 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README diff -c xc/programs/Xserver/hw/xfree86/doc/README:3.76.2.51 xc/programs/Xserver/hw/xfree86/doc/README:3.76.2.52 *** xc/programs/Xserver/hw/xfree86/doc/README:3.76.2.51 Tue Aug 17 23:28:07 1999 --- xc/programs/Xserver/hw/xfree86/doc/README Thu Oct 14 07:48:10 1999 *************** *** 1,20 **** ! README for XFree86[tm] 3.3.5 The XFree86 Project, Inc ! 17 August 1999 Abstract XFree86 is a port of X11R6.3 that supports several Unix and Unix- ! like operating systems on Intel and other platforms. This release ! is a quick update to XFree86 3.3.4, fixing a few bugs that were ! found after releasing it and adding support to two more operating ! systems. The release is available as source patches against the X ! Consortium X11R6.3 code and the XFree86 3.3.4 release. Binary dis- ! tributions for many architectures are also available. ! 1. What's new in XFree86 3.3.5 For a summary of new features in this release, please refer to the RELNOTES file. For a detailed list of changes, refer to the CHANGELOG file in the --- 1,22 ---- ! README for XFree86[tm] 3.3.6 The XFree86 Project, Inc ! 13 October 1999 Abstract XFree86 is a port of X11R6.3 that supports several Unix and Unix- ! like operating systems on Intel and other platforms. The 3.3.x ! versions of XFree86 are considered the "legacy branch" of XFree86. ! The majority of development is being done in the XFree86-4 branch. ! We will continue to maintain XFree86-3.3.x to some degree at least ! throughout the year 2000. The release is available as source ! patches against the X Consortium X11R6.3 code and the XFree86 3.3.5 ! release. Binary distributions for many architectures are also ! available. ! 1. What's new in XFree86 3.3.6 For a summary of new features in this release, please refer to the RELNOTES file. For a detailed list of changes, refer to the CHANGELOG file in the *************** *** 28,60 **** o Esix: 4.0.3A, 4.0.4, 4.0.4.1 - o Microport: 2.2, 3.1, 4.1, 4.2 - - o Dell: 2.1, 2.2, 2.2.1 - - o UHC: 2.0, 3.6 - - o Consensys: 1.2 - - o MST: 4.0.3 (Load 2.07 and Load 3.02) - - o ISC: 4.0.3 - - o AT&T: 2.1, 4.0 - - o NCR: MP-RAS - o SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 - o PANIX 5.0 for AT - SVR4.2: o Consensys o Novell/SCO UnixWare SVR3: o ISC: 3.0, 4.0, 4.1 --- 30,46 ---- o Esix: 4.0.3A, 4.0.4, 4.0.4.1 o SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 SVR4.2: + (untested lately) o Consensys o Novell/SCO UnixWare SVR3: + (untested lately) o ISC: 3.0, 4.0, 4.1 *************** *** 91,97 **** 3. Supported video-card chip-sets ! At this time, XFree86 3.3.5 supports the following chipsets: Ark Logic ARK1000PV, ARK1000VL, ARK2000PV, ARK2000MT --- 77,83 ---- 3. Supported video-card chip-sets ! At this time, XFree86 3.3.6 supports the following chipsets: Ark Logic ARK1000PV, ARK1000VL, ARK2000PV, ARK2000MT *************** *** 104,110 **** 68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, 264GT-B, 264GT3 (this list includes the Mach8, Mach32, Mach64, 3D ! Rage, 3D Rage II and 3D Rage Pro) Avance Logic ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 --- 90,96 ---- 68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, 264GT-B, 264GT3 (this list includes the Mach8, Mach32, Mach64, 3D ! Rage, 3D Rage II and 3D Rage Pro), Rage LT, Rage LT PRO, Rage 128 Avance Logic ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 *************** *** 180,186 **** SiS 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326, 530, ! 620 3dfx Voodoo Banshee, Voodoo3 --- 166,172 ---- SiS 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326, 530, ! 620, 540, 630, 300 3dfx Voodoo Banshee, Voodoo3 *************** *** 222,229 **** Refer to the chipset-specific README files (currently for TGA, Matrox, Mach32, Mach64, NVidia, Oak, P9000, S3 (except ViRGE), S3 ViRGE, SiS, Video7, Western Digital, Tseng (W32), Tseng (all), AGX/XGA, ARK, ATI (SVGA server), ! Chips and Technologies, Cirrus, Trident, NeoMagic, Rendition, Epson, 3DLabs) ! i740) for more information about using those chipsets. The monochrome server also supports generic VGA cards, using 64k of video memory in a single bank, the Hercules monochrome card, the Hyundai HGC1280, --- 208,215 ---- Refer to the chipset-specific README files (currently for TGA, Matrox, Mach32, Mach64, NVidia, Oak, P9000, S3 (except ViRGE), S3 ViRGE, SiS, Video7, Western Digital, Tseng (W32), Tseng (all), AGX/XGA, ARK, ATI (SVGA server), ! Chips and Technologies, Cirrus, Trident, NeoMagic, Rendition, Rage128, Epson, ! 3DLabs) i740) for more information about using those chipsets. The monochrome server also supports generic VGA cards, using 64k of video memory in a single bank, the Hercules monochrome card, the Hyundai HGC1280, *************** *** 352,357 **** --- 338,347 ---- o Orest Zborowski + DG/ux support by: + + o Takis Psarogiannakopoulos + SCO Unix support by: o David McCullough *************** *** 859,885 **** 6. Contact information Ongoing development planning and support is coordinated by the XFree86 Core ! Team. At this time the Core Team consists of (in alphabetical order): ! ! o Robin Cutshaw o David Dawes ! o Marc Evans ! o Harm Hanemaayer o Dirk Hohndel ! o Harald Koenig ! o Rich Murphey o Takaaki Nomura ! o Jon Tombs ! o David Wexelblat Mail sent to will reach the core team. Please note that support questions should be sent to . --- 849,887 ---- 6. Contact information Ongoing development planning and support is coordinated by the XFree86 Core ! Team. At this time the Core Team consists of (in chronoligical order): o David Dawes ! o David Wexelblat ! o Rich Murphey o Dirk Hohndel ! o Jon Tombs ! o Marc Evans ! ! o Robin Cutshaw o Takaaki Nomura ! o Harald Koenig ! o Egbert Eich ! ! o Mark Vojkovich ! ! o Alan Hourihane ! ! o Preston Brown ! ! o Marc Aurele La France ! ! o Kevin E. Martin ! ! o Keith Packard Mail sent to will reach the core team. Please note that support questions should be sent to . *************** *** 923,928 **** --- 925,934 ---- o Dirk Hohndel, Vice-President + o Robin Cutshaw, Director + + o Marc Evans, Director + o Glenn Lai, Director o Rich Murphey, Treasurer *************** *** 985,990 **** --- 991,1005 ---- continuing to release high-quality free software for the betterment of the Internet community as a whole. + o SuSE + + SuSE, together with the Atlanta Linux Enthusiasts + and VA Linux Systems sponsored and organized the + 1st XFree86 hothouse as part of the Atlanta Linux Showcase from Oct 9 till + Oct 15, 1999. In this week XFree86 made more progress than in any other week + in the history of The XFree86 Project. We are already planning to repeat + this in 2000. + o UUNET Communications Services, Inc. UUNET Communications Services, Inc, deserves special mention. This organiza- *************** *** 1080,1086 **** o Joel Storm ! o S.u.S.E. GmbH , Fuerth, Germany o Tekelec Airtronic GmbH , Muenchen, Germany --- 1095,1101 ---- o Joel Storm ! o SuSE GmbH , Nürnberg, Germany o Tekelec Airtronic GmbH , Muenchen, Germany *************** *** 1104,1111 **** 8. Source and binary archive sites Source patches are available to upgrade X11R6.3 PL2 from the X Consortium ! (now The Open Group) to XFree86 3.3.3.1. Binaries for many OSs are also ! available. The distribution is available from: o ftp://ftp.XFree86.org/pub/XFree86 --- 1119,1126 ---- 8. Source and binary archive sites Source patches are available to upgrade X11R6.3 PL2 from the X Consortium ! (now The Open Group) to XFree86 3.3.6. Binaries for many OSs are also avail- ! able. The distribution is available from: o ftp://ftp.XFree86.org/pub/XFree86 *************** *** 1168,1180 **** o ftp://ftp.kreonet.re.kr/pub/Linux/xfree86 (source and binaries) ! Ensure that you are getting XFree86 3.3.3.1 - some of these sites may archive older releases as well. Check the RELNOTES to find which files you need to take from the archive. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.75.2.54 1999/08/17 07:39:29 hohndel Exp $ $XConsortium: README.sgml /main/31 1996/10/28 05:43:24 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README,v 3.76.2.51 1999/08/17 13:28:07 hohndel Exp $ --- 1183,1195 ---- o ftp://ftp.kreonet.re.kr/pub/Linux/xfree86 (source and binaries) ! Ensure that you are getting XFree86 3.3.6 - some of these sites may archive older releases as well. Check the RELNOTES to find which files you need to take from the archive. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.75.2.57 1999/10/13 21:46:26 hohndel Exp $ $XConsortium: README.sgml /main/31 1996/10/28 05:43:24 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README,v 3.76.2.52 1999/10/13 21:48:10 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.LynxOS diff -c xc/programs/Xserver/hw/xfree86/doc/README.LynxOS:3.18.2.12 xc/programs/Xserver/hw/xfree86/doc/README.LynxOS:3.18.2.13 *** xc/programs/Xserver/hw/xfree86/doc/README.LynxOS:3.18.2.12 Fri Jun 25 18:56:36 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.LynxOS Tue Dec 21 03:37:00 1999 *************** *** 2,8 **** Thomas Mueller ! Last modified on: 30 May 1999 1. What and Where is XFree86? --- 2,8 ---- Thomas Mueller ! Last modified on: 15 November 1999 1. What and Where is XFree86? *************** *** 19,25 **** ftp://ftp.XFree86.org/pub/XFree86/current ! Binaries of XFree86 for LynxOS AT are available from: ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS --- 19,25 ---- ftp://ftp.XFree86.org/pub/XFree86/current ! Binaries of XFree86 for LynxOS x86 are available from: ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS *************** *** 43,54 **** 2. Installing the Binaries ! Please refer to section "Installing the XFree86 3.3.4 Release" of the Release Notes for detailed installation instructions. ! If you plan to install XF86Setup you'll have to install X333prog as well since XF86Setup checks for the existence of a certain file name pattern which ! is satisfied only if you install the library files from X333prog. It may be necessary to increase the process stack limit in order to run XFree86 on your system. Edit /etc/startab and reboot your system to make the --- 43,54 ---- 2. Installing the Binaries ! Please refer to section "Installing the XFree86 3.3.6 Release" of the Release Notes for detailed installation instructions. ! If you plan to install XF86Setup you'll have to install X336prog as well since XF86Setup checks for the existence of a certain file name pattern which ! is satisfied only if you install the library files from X336prog. It may be necessary to increase the process stack limit in order to run XFree86 on your system. Edit /etc/startab and reboot your system to make the *************** *** 126,137 **** of the RTS line and therefore the support for PnP mice has been disabled for LynxOS. 3.4 Bus mouse drivers - Starting with LynxOS AT 2.4.0 LynxOS includes a PS/2 mouse driver. Currently - this driver is not fully supported by XFree86 (you'll probably have to spec- - ify the mouse type as Microsoft regardless of real mouse type and in some - cases you won't have all mouse buttons supported). /usr/X11R6/lib/X11/etc/BM-Lynx.shar contains a LynxOS port of the Linux bus mouse drivers. To install the drivers unpack the shar archive --- 126,142 ---- of the RTS line and therefore the support for PnP mice has been disabled for LynxOS. + Starting with LynxOS x86 2.4.0 LynxOS includes a PS/2 mouse driver. This + driver does protocol conversion and requires to specify the mouse type as + Microsoft regardless of real mouse type. In some cases you won't have all + mouse buttons supported. + + The PS/2 mouse driver included in LynxOS x86 3.0.1 patch #XXX does not per- + form protocol conversion and requires to set the mouse type to PS/2. This + driver will also support the extended PS/2 mouse types. + 3.4 Bus mouse drivers /usr/X11R6/lib/X11/etc/BM-Lynx.shar contains a LynxOS port of the Linux bus mouse drivers. To install the drivers unpack the shar archive *************** *** 142,148 **** ration notes. The XFree86 PS/2 mouse driver works also with MetroLink X 2.3.3.1 as shipped ! with LynxOS AT 2.4.0 unless you have the LynxOS patch 000055-00 installed. 3.5 ATC console driver and VT switching --- 147,153 ---- ration notes. The XFree86 PS/2 mouse driver works also with MetroLink X 2.3.3.1 as shipped ! with LynxOS x86 2.4.0 unless you have the LynxOS patch 000055-00 installed. 3.5 ATC console driver and VT switching *************** *** 220,226 **** 5. Using XFree86 with Motif ! The Motif libraries shipped with LynxOS AT 2.3.0 and 2.4.0 can be used with the XFree86 libraries. Follow the steps outlined below after you have installed XFree86 and LynxOS Motif on your system. --- 225,231 ---- 5. Using XFree86 with Motif ! The Motif libraries shipped with LynxOS x86 2.3.0 and 2.4.0 can be used with the XFree86 libraries. Follow the steps outlined below after you have installed XFree86 and LynxOS Motif on your system. *************** *** 243,252 **** cp /usr/lib/X11/config/Motif.* /usr/X11R6/lib/X11/config ! 5.2 Motif library patch for LynxOS AT 2.3.0 The XFree86 libraries are compiled with the -mposix compiler option while the ! Motif libraries shipped with LynxOS AT 2.3.0 are not. This incompatibility will cause Motif XmFileSelection widgets to be linked with the wrong (i.e. POSIX) directory routines. To circumvent this problem apply the following patch to the library: --- 248,257 ---- cp /usr/lib/X11/config/Motif.* /usr/X11R6/lib/X11/config ! 5.2 Motif library patch for LynxOS x86 2.3.0 The XFree86 libraries are compiled with the -mposix compiler option while the ! Motif libraries shipped with LynxOS x86 2.3.0 are not. This incompatibility will cause Motif XmFileSelection widgets to be linked with the wrong (i.e. POSIX) directory routines. To circumvent this problem apply the following patch to the library: *************** *** 298,309 **** approximately 90-100 MBytes of disk space. To compile the system you will need at least 230 MBytes of free disk space. ! 6.2 Changes to system environment (LynxOS AT) Before compiling the XFree86 distribution you will have to make a few little adjustments to your system: ! LynxOS AT 2.5 o Create a shell script named /lib/cpp as follows: --- 303,314 ---- approximately 90-100 MBytes of disk space. To compile the system you will need at least 230 MBytes of free disk space. ! 6.2 Changes to system environment (LynxOS x86) Before compiling the XFree86 distribution you will have to make a few little adjustments to your system: ! LynxOS x86 2.5 o Create a shell script named /lib/cpp as follows: *************** *** 335,341 **** # ar rv /lib/liblynx.a *smem* # ranlib /lib/liblynx.a ! LynxOS AT 2.4 o Use the CYGNUS GNU-C Compiler to build XFree86. With LynxOS 2.4.0 you must execute the shell script /CYGNUS.bash to --- 340,346 ---- # ar rv /lib/liblynx.a *smem* # ranlib /lib/liblynx.a ! LynxOS x86 2.4 o Use the CYGNUS GNU-C Compiler to build XFree86. With LynxOS 2.4.0 you must execute the shell script /CYGNUS.bash to *************** *** 358,368 **** # chown root /lib/cpp # chmod 755 /lib/cpp ! LynxOS AT 2.3 This has actually not been tested, but the steps for described for 2.4 should apply to 2.3 as well. ! LynxOS AT 2.2.1 This has actually never been tested, be prepared that the build will fail somewhere! --- 363,373 ---- # chown root /lib/cpp # chmod 755 /lib/cpp ! LynxOS x86 2.3 This has actually not been tested, but the steps for described for 2.4 should apply to 2.3 as well. ! LynxOS x86 2.2.1 This has actually never been tested, be prepared that the build will fail somewhere! *************** *** 434,442 **** Refer to section Installing XFree86 manual pages (section 4., page 1) for manual page installation. ! On LynxOS AT 2.5.0 you may encounter problems with make in deeply nested sub- ! directories (eg core dumps, hangups). In this case update to GNU make version ! 3.75 or higher. 7. Building on microSPARC and PowerPC --- 439,447 ---- Refer to section Installing XFree86 manual pages (section 4., page 1) for manual page installation. ! On LynxOS x86 2.5.0 you may encounter problems with make in deeply nested ! subdirectories (eg core dumps, hangups). In this case update to GNU make ver- ! sion 3.75 or higher. 7. Building on microSPARC and PowerPC *************** *** 486,494 **** The server for monochrome cards builds properly if you enable it in lynx.cf but it has never been tested (reports are welcome). ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml,v 3.14.2.9 1998/12/29 07:54:27 hohndel Exp $ $XConsortium: LynxOS.sgml /main/10 1996/10/28 05:13:07 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.LynxOS,v 3.18.2.12 1999/06/25 08:56:36 hohndel Exp $ --- 491,499 ---- The server for monochrome cards builds properly if you enable it in lynx.cf but it has never been tested (reports are welcome). ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml,v 3.14.2.11 1999/12/11 19:00:43 hohndel Exp $ $XConsortium: LynxOS.sgml /main/10 1996/10/28 05:13:07 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.LynxOS,v 3.18.2.13 1999/12/20 16:37:00 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.NetBSD diff -c xc/programs/Xserver/hw/xfree86/doc/README.NetBSD:3.57.2.17 xc/programs/Xserver/hw/xfree86/doc/README.NetBSD:3.57.2.18 *** xc/programs/Xserver/hw/xfree86/doc/README.NetBSD:3.57.2.17 Mon Aug 23 18:53:16 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.NetBSD Sun Dec 12 02:30:54 1999 *************** *** 36,42 **** not been tested. XFree86 also builds on NetBSD/sparc. See section Building on other architec- ! tures (section 9.5, page 1) for details. The client side of XFree86 also builds on NetBSD/alpha and many other archi- tecture supported by NetBSD. --- 36,42 ---- not been tested. XFree86 also builds on NetBSD/sparc. See section Building on other architec- ! tures (section 8.5, page 1) for details. The client side of XFree86 also builds on NetBSD/alpha and many other archi- tecture supported by NetBSD. *************** *** 48,60 **** Send email to matthieu@laas.fr (Matthieu Herrb) or XFree86@XFree86.org if you have comments or suggestions about this file and we'll revise it. ! 3. New OS-dependant features in XFree86 3.3.5 ! ! None. ! ! See the Release Notes for non-OS dependent new features in XFree86 3.3.5. ! ! 4. New OS-dependant features in XFree86 3.3.4 o The maximum number of open connections in the server has been raised to 128, --- 48,54 ---- Send email to matthieu@laas.fr (Matthieu Herrb) or XFree86@XFree86.org if you have comments or suggestions about this file and we'll revise it. ! 3. New OS-dependant features in XFree86 3.3.4 o The maximum number of open connections in the server has been raised to 128, *************** *** 62,73 **** o support for the wsmouse mouse protocol included in NetBSD 1.4 has been added. ! 5. Installing the Binaries Refer to section 5 of the Release Notes for detailed installation instruc- tions. ! 6. Configuring X for Your Hardware The /etc/XF86Config file tells the X server what kind of monitor, video card and mouse you have. You must create it to tell the server what specific --- 56,67 ---- o support for the wsmouse mouse protocol included in NetBSD 1.4 has been added. ! 4. Installing the Binaries Refer to section 5 of the Release Notes for detailed installation instruc- tions. ! 5. Configuring X for Your Hardware The /etc/XF86Config file tells the X server what kind of monitor, video card and mouse you have. You must create it to tell the server what specific *************** *** 95,101 **** Once you've set up a XF86Config file, you can fine tune the video modes with the xvidtune utility. ! 6.1 About mouse configuration If your serial mouse does not work try using kermit or tip to connect to the mouse serial port and verify that it does indeed generate characters. --- 89,95 ---- Once you've set up a XF86Config file, you can fine tune the video modes with the xvidtune utility. ! 5.1 About mouse configuration If your serial mouse does not work try using kermit or tip to connect to the mouse serial port and verify that it does indeed generate characters. *************** *** 115,121 **** See README.mouse for general instruction on mouse configuration in XFree86. ! 6.2 Other input devices XFree86 supports the dynamic loading of drivers for external input devices using the XInput extension. Currently supported devices are: --- 109,115 ---- See README.mouse for general instruction on mouse configuration in XFree86. ! 5.2 Other input devices XFree86 supports the dynamic loading of drivers for external input devices using the XInput extension. Currently supported devices are: *************** *** 143,149 **** For joystick support, you'll need to install the joystick device driver in the kernel. It is included in NetBSD 1.2. See joy(4) for details. ! 6.3 Configuring PEX and XIE extensions The PEX and XIE extensions are supported as external modules. If you want to have access to these extensions, add the following lines to the Module --- 137,143 ---- For joystick support, you'll need to install the joystick device driver in the kernel. It is included in NetBSD 1.2. See joy(4) for details. ! 5.3 Configuring PEX and XIE extensions The PEX and XIE extensions are supported as external modules. If you want to have access to these extensions, add the following lines to the Module *************** *** 152,158 **** load "pex5.so" load "xie.so" ! 7. Running X 8mb of memory is a recommended minimum for running X. The server, window manager and an xterm take about 4 Mb of memory themselves. On a 4Mb system --- 146,152 ---- load "pex5.so" load "xie.so" ! 6. Running X 8mb of memory is a recommended minimum for running X. The server, window manager and an xterm take about 4 Mb of memory themselves. On a 4Mb system *************** *** 172,178 **** tomize your X by creating .xinitrc, .xserverrc, and .twmrc files in your home directory as described in the xinit and startx man pages. ! 7.1 Starting Xdm, the display manager To start the display manager, log in as root on the console and type: ``xdm -nodaemon''. --- 166,172 ---- tomize your X by creating .xinitrc, .xserverrc, and .twmrc files in your home directory as described in the xinit and startx man pages. ! 6.1 Starting Xdm, the display manager To start the display manager, log in as root on the console and type: ``xdm -nodaemon''. *************** *** 195,201 **** o Make sure the device file exists. If not, ``cd /dev ; ./MAKEDEV wscons''. ! o Next, make sure your kernel wants to do wscons. (see below (section 8.1, page 1)). o Next, make sure ``wscons=YES'' in /etc/rc.conf. --- 189,195 ---- o Make sure the device file exists. If not, ``cd /dev ; ./MAKEDEV wscons''. ! o Next, make sure your kernel wants to do wscons. (see below (section 7.1, page 1)). o Next, make sure ``wscons=YES'' in /etc/rc.conf. *************** *** 215,228 **** Note that the binary distributions of XFree86 for NetBSD don't include sup- port for the XDM-AUTHORIZATION-1 protocol. ! 8. Kernel Support for X To make sure X support is enabled under NetBSD, the following line must be in your config file in /sys/arch/i386/conf: options XSERVER, UCONSOLE ! 8.1 Console drivers The server supports the standard NetBSD/i386 console drivers: pccons, pcvt and wscons (in pcvt compatibility mode). They are detected at runtime and no --- 209,222 ---- Note that the binary distributions of XFree86 for NetBSD don't include sup- port for the XDM-AUTHORIZATION-1 protocol. ! 7. Kernel Support for X To make sure X support is enabled under NetBSD, the following line must be in your config file in /sys/arch/i386/conf: options XSERVER, UCONSOLE ! 7.1 Console drivers The server supports the standard NetBSD/i386 console drivers: pccons, pcvt and wscons (in pcvt compatibility mode). They are detected at runtime and no *************** *** 255,261 **** wscons(4) and wsmouse(4) manual pages for informations on how to configure wscons into the kernel. ! 8.2 Aperture Driver By default NetBSD 0.9C and higher include the BSD 4.4 kernel security feature that disable access to the /dev/mem device when in multi-users mode. But --- 249,255 ---- wscons(4) and wsmouse(4) manual pages for informations on how to configure wscons into the kernel. ! 7.2 Aperture Driver By default NetBSD 0.9C and higher include the BSD 4.4 kernel security feature that disable access to the /dev/mem device when in multi-users mode. But *************** *** 311,317 **** the first one will have linear memory access. Use 'option INSE- CURE' if you need more that one X server at a time. ! 8.3 MIT-SHM NetBSD 1.0 and later supports System V shared memory. If XFree86 detects this support in your kernel, it will support the MIT-SHM extension. --- 305,311 ---- the first one will have linear memory access. Use 'option INSE- CURE' if you need more that one X server at a time. ! 7.3 MIT-SHM NetBSD 1.0 and later supports System V shared memory. If XFree86 detects this support in your kernel, it will support the MIT-SHM extension. *************** *** 325,331 **** to your kernel config file. ! 9. Rebuilding the XFree86 Distribution The server link kit allow you to rebuild just the X server with a minimum amount of disk space. Just unpack it, make the appropriate changes to the --- 319,325 ---- to your kernel config file. ! 8. Rebuilding the XFree86 Distribution The server link kit allow you to rebuild just the X server with a minimum amount of disk space. Just unpack it, make the appropriate changes to the *************** *** 339,345 **** before compiling. To compile the sources, invoke ``make World'' in the xc directory. ! 9.1 Console drivers XFree86 has a configuration option to select the console drivers to use in xf86site.def: --- 333,339 ---- before compiling. To compile the sources, invoke ``make World'' in the xc directory. ! 8.1 Console drivers XFree86 has a configuration option to select the console drivers to use in xf86site.def: *************** *** 367,373 **** mous FTP from a number of sites. They are not supported by the XFree86 binary distribution anymore. ! 9.2 pcvt_ioctl.h file: XFree86's default configuration includes support for the PCVT console driver. Unfortunately, NetBSD versions before 19980413 don't install the pcvt_ioctl.h --- 361,367 ---- mous FTP from a number of sites. They are not supported by the XFree86 binary distribution anymore. ! 8.2 pcvt_ioctl.h file: XFree86's default configuration includes support for the PCVT console driver. Unfortunately, NetBSD versions before 19980413 don't install the pcvt_ioctl.h *************** *** 380,386 **** or one of its mirrors. If you're not running PCVT, you can remove -DPCVT_SUP- PORT from XFree86ConsoleDefines in xf86site.def too. ! 9.3 console.h and ioctl_pc.h files: If you want to build a server supporting codrv and you don't already have the corresponding header file ioctl_pc.h installed in /usr/include/machine, then --- 374,380 ---- or one of its mirrors. If you're not running PCVT, you can remove -DPCVT_SUP- PORT from XFree86ConsoleDefines in xf86site.def too. ! 8.3 console.h and ioctl_pc.h files: If you want to build a server supporting codrv and you don't already have the corresponding header file ioctl_pc.h installed in /usr/include/machine, then *************** *** 395,401 **** The console.h file for syscons isn't distributed with XFree86 anymore. You should get it from the syscons distribution. ! 9.4 Support for shared libs under NetBSD 1.0 and later By default XFree86 builds for NetBSD with shared libraries support. If you're building on 0.9 or don't want shared libraries add the following line to --- 389,395 ---- The console.h file for syscons isn't distributed with XFree86 anymore. You should get it from the syscons distribution. ! 8.4 Support for shared libs under NetBSD 1.0 and later By default XFree86 builds for NetBSD with shared libraries support. If you're building on 0.9 or don't want shared libraries add the following line to *************** *** 403,409 **** #define BuildBsdSharedLibs NO ! 9.5 Building on other architectures XFree86 also compiles on NetBSD/sparc. The Sun server patches from Dennis Ferguson and Matthew Green have been integrated in xc/pro- --- 397,403 ---- #define BuildBsdSharedLibs NO ! 8.5 Building on other architectures XFree86 also compiles on NetBSD/sparc. The Sun server patches from Dennis Ferguson and Matthew Green have been integrated in xc/pro- *************** *** 427,433 **** with this tree to rebuild from sources. The NetBSD xsrc source tree is available at: ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/xsrc/ ! 10. Building New X Clients The easiest way to build a new client (X application) is to use xmkmf if an Imakefile is included in the sources. Type ``xmkmf -a'' to create the Make- --- 421,427 ---- with this tree to rebuild from sources. The NetBSD xsrc source tree is available at: ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/xsrc/ ! 9. Building New X Clients The easiest way to build a new client (X application) is to use xmkmf if an Imakefile is included in the sources. Type ``xmkmf -a'' to create the Make- *************** *** 467,473 **** automagically -- you'll not see the problem. Otherwise, just add ``-lXt'' to your library list in the Imakefile or Makefile and relink. ! 11. Thanks Many thanks to: --- 461,467 ---- automagically -- you'll not see the problem. Otherwise, just add ``-lXt'' to your library list in the Imakefile or Makefile and relink. ! 10. Thanks Many thanks to: *************** *** 482,490 **** o Rod Grimes and Jack Velte of Walnut Creek Cdrom for use of their machines in preparing the FreeBSD binary release. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml,v 3.45.2.13 1999/08/23 08:49:48 hohndel Exp $ $XConsortium: NetBSD.sgml /main/26 1996/10/28 05:43:20 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.NetBSD,v 3.57.2.17 1999/08/23 08:53:16 hohndel Exp $ --- 476,484 ---- o Rod Grimes and Jack Velte of Walnut Creek Cdrom for use of their machines in preparing the FreeBSD binary release. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml,v 3.45.2.14 1999/12/11 15:28:30 hohndel Exp $ $XConsortium: NetBSD.sgml /main/26 1996/10/28 05:43:20 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.NetBSD,v 3.57.2.18 1999/12/11 15:30:54 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.OS2 diff -c xc/programs/Xserver/hw/xfree86/doc/README.OS2:3.13.2.13 xc/programs/Xserver/hw/xfree86/doc/README.OS2:3.13.2.14 *** xc/programs/Xserver/hw/xfree86/doc/README.OS2:3.13.2.13 Mon Aug 2 19:52:44 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.OS2 Tue Dec 21 03:37:01 1999 *************** *** 2,37 **** Holger Veit ! Last modified on: August 1st, 1999 ! 1. Introductory Note about the release 3.3.5 Before looking into this file, please check for any LATEST.OS2 files that may come with the binary distribution. Please also check out the following XFree86/OS2 WWW pages: ! o http://set.gmd.de/~veit/os2/xf86os2.html ! o http://set.gmd.de/~veit/os2/xf86bugs.html ! o http://set.gmd.de/~veit/os2/x11os2faq.html before you claim to have found any problems. ! This version of the code is called XFree86/OS2 3.3.5. This is a bugfix ! release for 3.3.3.1 (3.3.4 was never released for XFree86/OS2) which also ! adds hardware support for some newer cards, including AGP boards. ! XFree86-3.3.5 contains all security fixes that were released for earlier ver- ! sions. See the RELNOTES document for details. ! XFree86/OS2-3.3.5 is a full, unrestricted version which does not expire, and for which the complete source code is available. In contrast to beta ver- sions, we consider this code as sufficiently stable for use by an end user. Since there have been numerous bugfixes, we recommend this version, even if you had XFree86/OS2 3.3.x before and it worked satisfyingly with your hard- ! ware. By the time 3.3.5 is released, the older version 3.3 will be withdrawn, and archives will be updated to this version. There may still be references ! to 3.3 or 3.3.x still in documents; these apply to 3.3.5 as well, unless oth- erwise noted. Previous versions have been tested in a large number of configurations and --- 2,37 ---- Holger Veit ! Last modified on: December 12th, 1999 ! 1. Introductory Note about the release 3.3.6 Before looking into this file, please check for any LATEST.OS2 files that may come with the binary distribution. Please also check out the following XFree86/OS2 WWW pages: ! o http://ais.gmd.de/~veit/os2/xf86os2.html ! o http://ais.gmd.de/~veit/os2/xf86bugs.html ! o http://ais.gmd.de/~veit/os2/x11os2faq.html before you claim to have found any problems. ! This version of the code is called XFree86/OS2 3.3.6. This is a bugfix ! release for 3.3.5 and previous versions which again adds hardware support for ! some newer cards, including AGP boards. XFree86-3.3.6 contains all security ! fixes that were released for earlier versions. See the RELNOTES document for ! details. ! XFree86/OS2-3.3.6 is a full, unrestricted version which does not expire, and for which the complete source code is available. In contrast to beta ver- sions, we consider this code as sufficiently stable for use by an end user. Since there have been numerous bugfixes, we recommend this version, even if you had XFree86/OS2 3.3.x before and it worked satisfyingly with your hard- ! ware. By the time 3.3.6 is released, the older version 3.3 will be withdrawn, and archives will be updated to this version. There may still be references ! to 3.3 or 3.3.x still in documents; these apply to 3.3.6 as well, unless oth- erwise noted. Previous versions have been tested in a large number of configurations and *************** *** 39,45 **** This release is almost complete (with a few exceptions) regarding the X11R6.3 ``core'' distribution. A subset of the ``contrib'' distribution is available ! from the ported software page http://set.gmd.de/~veit/os2/xf86ported.html In the past beta testing, it has been found that the software itself is rather stable and does not damage hardware - provided the user does not try --- 39,45 ---- This release is almost complete (with a few exceptions) regarding the X11R6.3 ``core'' distribution. A subset of the ``contrib'' distribution is available ! from the ported software page http://ais.gmd.de/~veit/os2/xf86ported.html In the past beta testing, it has been found that the software itself is rather stable and does not damage hardware - provided the user does not try *************** *** 78,85 **** See the Copyright Notice. ! Binaries for OS/2 Warp and Merlin are available from: ! ftp.XFree86.org:/pub/XFree86/3.3.5/OS2 The WWW page http://borneo.gmd.de/~veit/os2/xf86os2.html will usually show more references to FTP or WWW sites to retrieve sources or binaries. --- 78,85 ---- See the Copyright Notice. ! Binaries for OS/2 Warp, Merlin, and Aurora are available from: ! ftp.XFree86.org:/pub/XFree86/3.3.6/OS2 The WWW page http://borneo.gmd.de/~veit/os2/xf86os2.html will usually show more references to FTP or WWW sites to retrieve sources or binaries. *************** *** 124,131 **** or CD ROM equipment; of course the more powerful, the better. o Depending on the packages installed, a disk space of 20-55MB on a HPFS ! formatted partition (or a NFS or ext2fs partition natively allowing long ! filenames) is required. XFree86/OS2 will not run on FAT partitions. o You need a video card that is supported by XFree86. Refer to the general README document for a list of supported cards. Note that the sets of --- 124,131 ---- or CD ROM equipment; of course the more powerful, the better. o Depending on the packages installed, a disk space of 20-55MB on a HPFS ! formatted partition (or a JFS, NFS or ext2fs partition natively allowing ! long filenames) is required. XFree86/OS2 will not run on FAT partitions. o You need a video card that is supported by XFree86. Refer to the general README document for a list of supported cards. Note that the sets of *************** *** 139,145 **** o Any version of Warp 3 with at least fixpack 17, or Warp 4 is required ! o XFree86/OS2-3.3.5 may use a local named-pipe connection or a TCP/IP based network connection. 1. Warp comes with the Internet Access Kit (IAK), which is suffi- --- 139,145 ---- o Any version of Warp 3 with at least fixpack 17, or Warp 4 is required ! o XFree86/OS2-3.3.6 may use a local named-pipe connection or a TCP/IP based network connection. 1. Warp comes with the Internet Access Kit (IAK), which is suffi- *************** *** 191,196 **** --- 191,200 ---- Xbase A special device driver and the SuperProbe program + Note: In order to fix a problem occurring with WSeB + (Aurora), you must install the most recent version of + the xf86sup.sys driver that comes with this file. + Older versions won't work. Xdoc READMEs and XFree86 specific man pages. *************** *** 302,311 **** is not successful. If this happens, read - I repeat READ - the list of ``fre- quently asked questions'' (FAQ) which has meanwhile evolved to a trou- bleshooting guide. The latest version is always at ! http://set.gmd.de/~veit/os2/x11os2faq.html . Maybe - but we found you must be very creative - you find a bug. Consult the ! page http://set.gmd.de/~veit/os2/xf86bugs.html whether it is already known. If not, you have a case and should report it to XFree86 (xfree86@xfree86.org). Please refer to the FAQ about the information to be provided for a complete problem report. --- 306,315 ---- is not successful. If this happens, read - I repeat READ - the list of ``fre- quently asked questions'' (FAQ) which has meanwhile evolved to a trou- bleshooting guide. The latest version is always at ! http://ais.gmd.de/~veit/os2/x11os2faq.html . Maybe - but we found you must be very creative - you find a bug. Consult the ! page http://ais.gmd.de/~veit/os2/xf86bugs.html whether it is already known. If not, you have a case and should report it to XFree86 (xfree86@xfree86.org). Please refer to the FAQ about the information to be provided for a complete problem report. *************** *** 420,431 **** SET ETC=C:\TCPIP\ETC TMP ! Set to an TMP directory. Normally, this is already set to the TMP ! directory of the TCP/IP code, such as SET TMP=C:\TCPIP\TMP HOSTNAME Set to the internet hostname. Normally, this is already set by the TCP/IP installation program, such as --- 424,443 ---- SET ETC=C:\TCPIP\ETC + For Warp 4 and later, this may point to the \MPTN\ directory. + This is okay. + TMP ! Set to an TMP directory which should reside on a HPFS drive (or ! other filesystem that has real long names). Often, this variable ! is already set to the TMP directory of the TCP/IP code, such as SET TMP=C:\TCPIP\TMP + If you have installed additional software, like VisualAge for + C++, it might be that this variable points to some directory + \ibmcpp\tmp . + HOSTNAME Set to the internet hostname. Normally, this is already set by the TCP/IP installation program, such as *************** *** 485,491 **** XSERVER Set this to the executable name of the X server to be used. This ! must be a complete path. My setting is as follows: SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe --- 497,504 ---- XSERVER Set this to the executable name of the X server to be used. This ! must be a complete path. My setting, for instance, looks as fol- ! lows: SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe *************** *** 497,503 **** It is possible to move the binaries to another directory in the search path; for maintenance reasons and clarity of the struc- ! ture, this is not recommended, though. LIBPATH Add the DLL directory for the X11 utilities to the LIBPATH. This --- 510,517 ---- It is possible to move the binaries to another directory in the search path; for maintenance reasons and clarity of the struc- ! ture, this is not recommended, though. You might, of course, use ! a software like TVFS to redirect these files to elsewhere. LIBPATH Add the DLL directory for the X11 utilities to the LIBPATH. This *************** *** 513,518 **** --- 527,555 ---- path to these directories by using %X11ROOT%\XFree86\lib as a base. + SET MANPATH=Y:\XFree86\man;Y:\EMX\man + + Note: xman alone might not be sufficient to display arbitrary + Unix man pages correctly. You might have to install the GROFF + formatter tool as well. See FAQ for more details. + + OS2_SHELL + + COMSPEC + + SHELL + + X11SHELL + Some scripts in XFree86 rely on a shell that is compatible to the + standard CMD.EXE. CMD.EXE has some essential properties that + allows it to work correctly in an xterm. Third party shells may + not been developed with running in an environment that, like + xterm. accept input and output from the stdin/stdout file chan- + nels, but access keyboard and video services directly. The above + variables allow reconfiguration of your system in order to run + any favorite shell outside XFree86 and still have XFree86 use + CMD.EXE. See the FAQ for more details. + The recent version of XFree86/OS2 has a REXX script named checkinstall.cmd which you can (and should) use to check whether you have entered most things correctly. This is not bullet-proof, but prevents the most obvious setup *************** *** 561,575 **** (either directly or through SLIP/PPP). In case of a SLIP/PPP line, you have to establish this connection BEFORE you ! start XFree86. ! ! The checkinstall.cmd script coming with XFree86/OS2 gives some advice on the ! configuration as well. ! If you have problems to get this or other basic networking things running, ! seek assistance elsewhere. ! 11. Configuring X for Your Hardware After you have added the required settings and setup a working network, run the xf86config program to create a standard configuration file in --- 598,638 ---- (either directly or through SLIP/PPP). In case of a SLIP/PPP line, you have to establish this connection BEFORE you ! start XFree86. See the next section for more details. ! Note that the ability to use host names, for instance in the DISPLAY vari- ! able, correlates with the existance of a name resolver. If you don't have a ! LAN-based DNS server available, you have to add the relevant hostnames to ! your HOSTS/ file. The TCP/IP configuration dialogue in your system configura- ! tion folder allows you to edit this file. The checkinstall.cmd script coming ! with XFree86/OS2 gives some advice on the configuration as well. If you have ! problems to get this or other basic networking things running, seek assis- ! tance in the FAQ, the xf86os2 mailing list or the mailing list archive. ! ! 11. Dynamic IP Considerations ! ! Generally, the whole stuff works best, if your machine has a fixed IP ! address. The localhost address, and also fixed (non-routable) local ! addresses (10.x.x.x, 192.168.x.x, 172.16.x.x-172.31.x.x) work fine. A problem ! occurs on both sides of such an X connection if there are dynamic IP ! addresses involved, for instance in case of a PPP line to an ISP. Unfortu- ! nately, the XFree86/OS2 net community hasn't come up with a set of helpful ! scripts yet (which I would integrate), so there are here only some hints what ! the problem really is: The X server listens for X protocol packets on some ! defined host/port socket. It gets the information about the socket from ! either the command line or the resolved hostname (which it gets from the ! HOSTS file or the DNS server). Here the HOSTNAME variable comes into play. ! Once the server is running, a change in the IP/HOSTNAME configuration won't ! be recognized any more. Thus, the general approach for X over a dynamic IP ! line is: build the connection to the ISP first, then start the server. The ! relevant script that is responsible for starting the server is the startx.cmd ! script which executes (indirectly) the \XFree86\lib\X11\xinit\xinitrc.cmd ! script. You have to modify these scripts in order to set the HOSTNAME and ! DISPLAY variables correctly and start the server with the right IP address. ! The X server log shows, right to the beginning, at which IP address it is ! listening, for debug purposes. ! 12. Configuring X for Your Hardware After you have added the required settings and setup a working network, run the xf86config program to create a standard configuration file in *************** *** 616,636 **** o There is no support for the Wacom and Elographics input devices yet. In most cases, an existing XF86Config file for the same XFree86 version from ! Linux or another platform may be used without changes. There is one prominent ! exception: some S3 805 based VLB cards put their video memory in odd loca- ! tions. The X server can search for this memory by experimentally mapping and ! unmapping possible memory regions. In XFree86/OS2, the OS may run out of mem- ! ory tiles during this process. If this happens, you must find out the loca- ! tion of the memory yourself and add it as an option MemBase 0x12345678 ! to the XF86Config file. Once you've set up a XF86Config file, you can fine tune the video modes with ! the xvidtune utility. ! 12. Running X 16mb of memory is a recommended minimum for running the network software, X and the presentation manager in parallel. The server, window manager and an --- 679,712 ---- o There is no support for the Wacom and Elographics input devices yet. In most cases, an existing XF86Config file for the same XFree86 version from ! Linux or another platform may be used without changes. There are two promi- ! nent exceptions: some S3 805 based VLB cards put their video memory in odd ! locations, and there seems to be an unresolvable PM driver inconsistency with ! Matrox cards. ! ! For S3 VLB cards, the X server can search for this memory by experimentally ! mapping and unmapping possible memory regions. However, in XFree86/OS2, the ! OS may run out of memory tiles during this process. If this happens, you must ! find out the location of the memory yourself and add it as an option MemBase 0x12345678 ! to the section "Device" of your XF86Config file. ! ! For Matrox cards, the X server may fail to detect the PCI ID of the card cor- ! rectly, as the PM driver and Matrox BIOS may have reprogrammed the card's PCI ! configuration in a non-standard way. The server will then fall into a VGA ! compatible mode at 320x200 resolution. To prevent this, add a ! ! PCIProbe2 ! ! to the section "ServerFlags" of your XF86Config file. Once you've set up a XF86Config file, you can fine tune the video modes with ! the xvidtune utility. Note this is an X11 program which has to be executed in ! a local xterm window of a running X server, not in a PM window. ! 13. Running X 16mb of memory is a recommended minimum for running the network software, X and the presentation manager in parallel. The server, window manager and an *************** *** 639,649 **** swapping. Your mileage may vary, though, so some people might consider this still tolerable. The easiest way for new users to start X windows is to type: ! [C:\] startx ! . To get out of X windows, type: ``exit'' in the console xterm. You can cus- tomize your X by creating .xinitrc, .xserverrc, and .twmrc files in the --- 715,737 ---- swapping. Your mileage may vary, though, so some people might consider this still tolerable. + Some more on resource requirements: With the arrival of complex desktops like + WindowMaker, KDE, Gnome, Enlightment, etc. which add a lot of graphical fea- + tures, resource requirements grow. The X server will cache used fonts and + resource settings internally, and depending on the number of windows (back- + ing- store) it may require much more memory and swapspace than the mentioned + few MBs. Also take into consideration that X runs in parallel to PM which + also takes its share. My own system, albeit meanwhile rather outdated, is a + PII-233 with 128MB, however, it is a development system. 64 MB are meanwhile + standard, and okay for the purpose, and my laptop runs Aurora with XFree86 in + 32MB, as well. + The easiest way for new users to start X windows is to type: ! startx ! in a PM CMD window. People have reported problems when starting this in a ! fullscreen session or through a remote telnet session, so don't try it. To get out of X windows, type: ``exit'' in the console xterm. You can cus- tomize your X by creating .xinitrc, .xserverrc, and .twmrc files in the *************** *** 653,666 **** By default, the systemwide xinitrc file (in Y:/XFree86/lib/X11/xinit/xini- trc.cmd) installs the rather simplistic twm window manager. You can find bet- ter window managers on the ported software page at ! http://set.gmd.de/~veit/os2/xf86ported.html . ! 13. Rebuilding the XFree86 Distribution Do you really want to rebuild XFree86/OS2 from source? Read the file - OS2.Notes on details to recompile XFree86/OS2 from scratch. ! 14. Building New X Clients The easiest way to build a new client (X application) is to use xmkmf if an Imakefile is included in the sources. Type ``xmkmf -a'' to create the Make- --- 741,755 ---- By default, the systemwide xinitrc file (in Y:/XFree86/lib/X11/xinit/xini- trc.cmd) installs the rather simplistic twm window manager. You can find bet- ter window managers on the ported software page at ! . ! 14. Rebuilding the XFree86 Distribution Do you really want to rebuild XFree86/OS2 from source? Read the file ! on details to recompile XFree86/OS2 from scratch. ! ! 15. Building New X Clients The easiest way to build a new client (X application) is to use xmkmf if an Imakefile is included in the sources. Type ``xmkmf -a'' to create the Make- *************** *** 669,675 **** typically found in a Makefile generated from an Imakefile. Also see the XFree86/OS2 FAQ for more hints about porting X clients. ! 15. Acknowledgements Many thanks to: --- 758,764 ---- typically found in a Makefile generated from an Imakefile. Also see the XFree86/OS2 FAQ for more hints about porting X clients. ! 16. Acknowledgements Many thanks to: *************** *** 681,689 **** o ME - no, no, forget this: I won't praise myself :-) ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml,v 3.9.2.10 1999/08/02 08:38:16 hohndel Exp $ $XConsortium: OS2.sgml /main/4 1996/03/11 10:46:06 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.OS2,v 3.13.2.13 1999/08/02 09:52:44 hohndel Exp $ --- 770,780 ---- o ME - no, no, forget this: I won't praise myself :-) ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml,v 3.9.2.11 1999/12/20 12:55:51 hohndel Exp $ $XConsortium: OS2.sgml /main/4 1996/03/11 10:46:06 kaleb $ + " + ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.OS2,v 3.13.2.14 1999/12/20 16:37:01 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.S3V diff -c xc/programs/Xserver/hw/xfree86/doc/README.S3V:3.5.2.15 xc/programs/Xserver/hw/xfree86/doc/README.S3V:3.5.2.16 *** xc/programs/Xserver/hw/xfree86/doc/README.S3V:3.5.2.15 Tue Aug 17 23:28:09 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.S3V Sun Dec 12 02:30:55 1999 *************** *** 16,23 **** The above ViRGE chipsets are supported in the XF86_SVGA server, which includes a new ViRGE driver making use of the XAA acceleration architecture and also supports ViRGE/GX2 (86C357), ViRGE/MX (86C260), Trio3D (86C365), ! Trio3D/2X (86C362), Savage3D (86C391) and Savage4 (86C396/86C397) chips as of ! 3.3.5. The following sections describe details of ViRGE support. Be aware that there are two servers described. XF86_S3V is the ViRGE specific server and --- 16,23 ---- The above ViRGE chipsets are supported in the XF86_SVGA server, which includes a new ViRGE driver making use of the XAA acceleration architecture and also supports ViRGE/GX2 (86C357), ViRGE/MX (86C260), Trio3D (86C365), ! Trio3D/2X (86C362), Savage3D (86C391), Savage4 (86C396/86C397) and Savage2000 ! chips as of 3.3.6. The following sections describe details of ViRGE support. Be aware that there are two servers described. XF86_S3V is the ViRGE specific server and *************** *** 121,139 **** The Savage family driver for the Savage3D and the Savage4 was donated to XFree86 by S3 very closely before the release of XFree86-3.3.5. The driver violates a few design principles and goals, but since there is massive demand ! for it, we decided to include it in XFree86-3.3.5. ! ! The following issues and problems will be addressed for a future release of ! this driver: ! ! o Only supported on Linux/x86 due to use of the Linux Real Mode Interface. ! ! o Restricted to modes that the BIOS supports. The Modeline specified in ! the XF86Config file is being ignored. ! ! o Limited acceleration. ! ! o Limited testing. 3.3 Known limitations of the s3_virge driver --- 121,128 ---- The Savage family driver for the Savage3D and the Savage4 was donated to XFree86 by S3 very closely before the release of XFree86-3.3.5. The driver violates a few design principles and goals, but since there is massive demand ! for it, we decided to include it in XFree86-3.3.5. For 3.3.6 some rewrites ! have been done, there is fallback code for non-BIOS modes. 3.3 Known limitations of the s3_virge driver *************** *** 307,313 **** o Dirk Hohndel hohndel@XFree86.Org ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml,v 3.3.2.12 1999/08/02 12:45:00 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.S3V,v 3.5.2.15 1999/08/17 13:28:09 hohndel Exp $ --- 296,302 ---- o Dirk Hohndel hohndel@XFree86.Org ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml,v 3.3.2.13 1999/12/11 15:28:31 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.S3V,v 3.5.2.16 1999/12/11 15:30:55 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.ati diff -c xc/programs/Xserver/hw/xfree86/doc/README.ati:3.29.2.8 xc/programs/Xserver/hw/xfree86/doc/README.ati:3.29.2.10 *** xc/programs/Xserver/hw/xfree86/doc/README.ati:3.29.2.8 Mon Jul 5 20:25:13 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.ati Sun Dec 12 02:30:56 1999 *************** *** 74,80 **** Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC The driver also supports 32K, 64K and 16M-colour modes on the 264xT and 3D Rage series of adapters using the accelerator CRTC (but not the VGA CRTC). --- 74,81 ---- Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC, ! 3D Rage Mobility The driver also supports 32K, 64K and 16M-colour modes on the 264xT and 3D Rage series of adapters using the accelerator CRTC (but not the VGA CRTC). *************** *** 363,372 **** bug in kernels 2.0.31 or earlier that prevents proper APM operation. Upgrade to a more recent kernel or disable APM support. - The TV port on some Mach64 adapters needs to be disabled using an ATI - utility that might or might not be supplied with the adapter. This - problem is currently under investigation. - o When using a Mach64's accelerator CRTC, the virtual resolution must be less than 8192 pixels wide. The VGA CRTC further limits the virtual resolution width to less than 4096 pixels, or to less than 2048 pixels --- 364,369 ---- *************** *** 511,521 **** than I could comfortably handle in one source file. This version will make it quite a bit easier to introduce new function such as acceleration, addi- tional colour depths, and so on. This is the version found in XFree86 3.3.2, ! 3.3.3, 3.3.3.1, 3.3.3.2 and 3.3.4. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml,v 3.15.2.4 1999/07/05 09:07:28 hohndel Exp $ $XConsortium: ati.sgml /main/9 1996/10/19 18:03:54 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.ati,v 3.29.2.8 1999/07/05 10:25:13 hohndel Exp $ --- 508,518 ---- than I could comfortably handle in one source file. This version will make it quite a bit easier to introduce new function such as acceleration, addi- tional colour depths, and so on. This is the version found in XFree86 3.3.2, ! 3.3.3, 3.3.3.1, 3.3.3.2, 3.3.4, 3.3.6 and 3.3.6. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml,v 3.15.2.6 1999/12/11 15:28:32 hohndel Exp $ $XConsortium: ati.sgml /main/9 1996/10/19 18:03:54 kaleb $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.ati,v 3.29.2.10 1999/12/11 15:30:56 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.i810 diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/README.i810:1.1.2.1 *** /dev/null Sun Jan 9 07:43:36 2000 --- xc/programs/Xserver/hw/xfree86/doc/README.i810 Sat Dec 11 03:01:21 1999 *************** *** 0 **** --- 1,89 ---- + Information for i810 Users - i810 Driver Version 1.0.0 + + 21 October 1999 + + 1. Supported Hardware + + o Intel 810 motherboards + + 2. Features + + o Full support for 8, 15, 16 and 24 bit per pixel depths. + + o Hardware cursor support to reduce sprite flicker. + + o Hardware accelerated 2D drawing engine support for 8, 15, 16 and 24 bit + per pixel depths. + + o Support for high resolution video modes up to 1600x1200. + + o Fully programmable clock supported. + + o Robust text mode restore for VT switching. + + 3. Technical Notes + + o 32 bpp is unaccelerated on this chipset, and unsupported by this driver. + + o Interlace modes cannot be supported. + + o Normal use requires agpgart.o module, distributed with the server. + + 4. Reported Working Video Cards + + o Intel evaluation hardware + + 5. Configuration + + The driver auto-detects all device information necessary to initialize the + card. The only lines you need in the "Device" section of your XF86Config + file are: + + Section "Device" + Identifier "i810" + EndSection + + or let xf86config or XF86Setup do this for you. NOTE: config programs have + not been tested, yet. + + However, if you have problems with auto-detection, you can specify: + + o DacSpeed - in MHz + + o MemBase - physical address of the linear framebuffer + + o IOBase - physical address of the memory mapped IO registers + + In order to use most resolutions, it is necessary to install the 'agpgart.o' + module which accompanies this server. You will probably have to compile the + module yourself (see the notes in the module). + + Note: the i810 X server detects whether your motherboard has display cache + video memory. This memory is has reduced bandwidth compared to 'normal' sys- + tem memory, and isn't used by the server. The main function of this memory + is for ancillary buffers (eg. z buffer) in a forthcoming 3d capable server. + + 6. Driver Options + + o "no_accel" - software rendering only + + 7. Known Limitations + + o No 3d support in this release. + + 8. Author + + o Keith Whitwell + + This driver was donated to The XFree86 Project by: + + Precision Insight, Inc. + Cedar Park, TX + USA + + http://www.precisioninsight.com + + Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml,v 1.1.2.1 1999/10/25 07:36:25 hohndel Exp $ + + + $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.i810,v 1.1.2.1 1999/12/10 16:01:21 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.mouse diff -c xc/programs/Xserver/hw/xfree86/doc/README.mouse:1.1.2.11 xc/programs/Xserver/hw/xfree86/doc/README.mouse:1.1.2.12 *** xc/programs/Xserver/hw/xfree86/doc/README.mouse:1.1.2.11 Mon Jul 5 20:25:13 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.mouse Sat Dec 11 03:00:16 1999 *************** *** 6,12 **** 1. Introduction ! This document describes mouse support in XFree86 3.3.4, whose X servers have the revised mouse driver. Mouse configuration has often been mysterious task for novice users. How- --- 6,12 ---- 1. Introduction ! This document describes mouse support in XFree86 3.3.6, whose X servers have the revised mouse driver. Mouse configuration has often been mysterious task for novice users. How- *************** *** 15,21 **** 2. Supported Hardware ! XFree86 X servers support three classes of mice: serial, bus and PS/2 mice. Serial mouse The serial mouse has been the most popular pointing device for --- 15,22 ---- 2. Supported Hardware ! XFree86 X servers support four classes of mice: serial, bus, PS/2 mice and ! USB. Serial mouse The serial mouse has been the most popular pointing device for *************** *** 52,57 **** --- 53,65 ---- Without proper initialization, it behaves as though it were an ordinary two or three button mouse. + USB mouse + USB (Universal Serial Bus) ports are present on most modern com- + puters. Several devices can be plugged into this bus, including + mices and keyboards. + + XFree86 3.3.6 includes support for USB mices on some systems. + Many mice nowadays can be used both as a serial mouse and as a PS/2 mouse. They has a logic to distinguish which interface it is connected to. However, the mouse which is not marketed as compatible with both serial and PS/2 mouse *************** *** 72,94 **** Protocol Types serial PnP BusMouse PS/2 Extended PS/2 OS platforms protocols serial protocol protocol protocols ! "Auto" "BusMouse" "PS/2" "xxxPS/2" ! -------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 ! FreeBSD(98) Ok ? Ok NA NA ! Interactive Unix Ok NA ?*1 ?*1 NA ! Linux Ok Ok Ok Ok Ok ! Linux/98 Ok ? Ok NA NA ! LynxOS Ok NA Ok Ok NA ! NetBSD Ok Ok Ok SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ! SCO Ok ? SP*1 SP*1 NA ! Solaris 2.x Ok NA*1 ?*1 Ok NA ! SVR4 Ok NA*1 SP*1 SP*1 NA ! PANIX Ok ? SP*1 SP*1 NA Ok: support is available, NA: not available, ?: untested or unknown. SP: support is available in a different form --- 80,102 ---- Protocol Types serial PnP BusMouse PS/2 Extended PS/2 OS platforms protocols serial protocol protocol protocols ! "Auto" "BusMouse" "PS/2" "xxxPS/2" USB ! ------------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 SP*1 ! FreeBSD(98) Ok ? Ok NA NA ? ! Interactive Unix Ok NA ?*1 ?*1 NA ? ! Linux Ok Ok Ok Ok Ok ? ! Linux/98 Ok ? Ok NA NA ? ! LynxOS Ok NA Ok Ok NA ? ! NetBSD Ok Ok Ok SP*1 SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ? ! SCO Ok ? SP*1 SP*1 NA ? ! Solaris 2.x Ok NA*1 ?*1 Ok NA ? ! SVR4 Ok NA*1 SP*1 SP*1 NA ? ! PANIX Ok ? SP*1 SP*1 NA ? Ok: support is available, NA: not available, ?: untested or unknown. SP: support is available in a different form *************** *** 104,120 **** 3.3 FreeBSD FreeBSD supports the "SysMouse" protocol which must be specified when the ! moused daemon is running in versions 2.2.1 or later. FreeBSD versions 2.2.5 or earlier do not support extended PS/2 mouse proto- cols ("xxxPS/2"). Always specify the "PS/2" protocol for any PS/2 mouse in these versions regardless of the brand of the mouse. FreeBSD versions 2.2.6 or later include the kernel-level support for these ! mice. Specify the "PS/2" or "Auto" protocol and the X server will automati- ! cally make use of the kernel-level support. In fact, you may always specify ! "Auto" to any mouse in these versions unless the mouse is an old serial model ! which doesn't support PnP. 3.4 FreeBSD(98) --- 112,135 ---- 3.3 FreeBSD FreeBSD supports the "SysMouse" protocol which must be specified when the ! moused daemon is running in versions 2.2.1 or later. When running the ! mouseddaemon, you must always specify the /dev/sysmouse device and the "Sys- ! Mouse" protocol to the X server, regardless of the actual type of your mouse. FreeBSD versions 2.2.5 or earlier do not support extended PS/2 mouse proto- cols ("xxxPS/2"). Always specify the "PS/2" protocol for any PS/2 mouse in these versions regardless of the brand of the mouse. FreeBSD versions 2.2.6 or later include the kernel-level support for these ! PS/2 mice. Specify the "PS/2" or "Auto" protocol and the X server will auto- ! matically make use of the kernel-level support. In fact, you may always ! specify "Auto" to any mouse in these versions unless the mouse is an old ! serial model which doesn't support PnP. ! ! FreeBSD versions 3.1 or later have support for USB mice. Specify the "Auto" ! protocol for the /dev/ums0 device. (If the moused daemon is running for the ! USB mouse, you must use /dev/sysmouse instead of /dev/ums0 as explained ! above.) See the ums(4) manual page for details. 3.4 FreeBSD(98) *************** *** 150,160 **** Therefore, you should always specify the "BusMouse" protocol for any PS/2 mouse regardless of the brand of the mouse. ! XFree86 3.3.4 supports the "wsmouse" protocol introduced in NetBSD 1.4 along with the wscons console driver. You need to run binaries compiled on NetBSD 1.4 to have support for it though. Use "/dev/wsmouse0" for the device. Refer to the wsmouse(4) manual page for kernel configuration informations. 3.10 NetBSD/pc98 The PS/2 mouse is not supported. --- 165,178 ---- Therefore, you should always specify the "BusMouse" protocol for any PS/2 mouse regardless of the brand of the mouse. ! XFree86 3.3.6 supports the "wsmouse" protocol introduced in NetBSD 1.4 along with the wscons console driver. You need to run binaries compiled on NetBSD 1.4 to have support for it though. Use "/dev/wsmouse0" for the device. Refer to the wsmouse(4) manual page for kernel configuration informations. + This driver also provides support for USB mices. See the ums(4) manual page + for details. + 3.10 NetBSD/pc98 The PS/2 mouse is not supported. *************** *** 175,180 **** --- 193,202 ---- bus mouse. Specify the "BusMouse" protocol for any PS/2 mouse regardless of the brand of the mouse when using this device. + XFree86 3.3.6 support USB mices on OpenBSD 2.6 and later though the generic + Human Interface Device (hid) /dev/uhid*. Select the "usb" protocol and the + /dev/uhid* instance corresponding to your mouse as the device name. + 3.12 OS/2 XFree86/OS2 always uses the native mouse driver of the operating system and *************** *** 335,340 **** --- 357,367 ---- If you suspect this is the case with your mouse, please send report to . + USB mouse + If your mouse is connected to the USB port, it can either be sup- + ported by an OS-specific protocol (see below), or as a generic + Human Interface Device by the "usb" protocol. + Standardized protocols Mouse device drivers in your OS may use the standardized protocol regardless of the model or the class of the mouse. For example, *************** *** 427,433 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.2 Kensington Thinking Mouse (serial, PS/2) This mouse has four buttons. Thinking Mouse supports the PnP COM device specification. --- 454,496 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.2 MS Intellimouse Explorer (PS/2, USB) ! ! This mouse has an optical sensor which produces a nifty red glowing under it. ! It has 5 buttons and a wheel, and comes with an adaptor to be used as either ! PS/2 or USB. ! ! To use this mouse as the PS/2 device and the OS supports PS/2 mouse initial- ! ization: ! ! Protocol "IMPS/2" ! Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! ! To use this mouse as the PS/2 device but the OS does not support PS/2 mouse ! initialization (the wheel won't work in this case): ! ! Protocol "PS/2" ! Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! ! To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse ! detection: ! ! Protocol "Auto" ! Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! ! To use this mouse as the USB device and the OS supports the generic HID pro- ! tocol: ! ! Protocol "usb" ! Device "/dev/uhidx" (where x is the USB device number) ! ! To use this mouse as the USB device and the OS supports automatic mouse ! detection: ! ! Protocol "Auto" ! Device "/dev/xxxx" (where xxxx is the USB mouse device) ! ! 6.3 Kensington Thinking Mouse (serial, PS/2) This mouse has four buttons. Thinking Mouse supports the PnP COM device specification. *************** *** 456,462 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.3 Genius NetScroll (PS/2) This mouse has four buttons and a roller. The roller movement is recognized as the Z axis motion. --- 519,525 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.4 Genius NetScroll (PS/2) This mouse has four buttons and a roller. The roller movement is recognized as the Z axis motion. *************** *** 479,485 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.4 Genius NetMouse and NetMouse Pro (serial, PS/2) These mice have a "magic button" which is used like a wheel or a roller. The "magic button" action is recognized as the Z axis motion. NetMouse Pro is --- 542,548 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.5 Genius NetMouse and NetMouse Pro (serial, PS/2) These mice have a "magic button" which is used like a wheel or a roller. The "magic button" action is recognized as the Z axis motion. NetMouse Pro is *************** *** 512,518 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.5 ALPS GlidePoint (serial, PS/2) The serial version of this pad device has been supported since XFree86 3.2. `Tapping' action is interpreted as the fourth button press. (IMHO, the --- 575,581 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.6 ALPS GlidePoint (serial, PS/2) The serial version of this pad device has been supported since XFree86 3.2. `Tapping' action is interpreted as the fourth button press. (IMHO, the *************** *** 542,548 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.6 ASCII MieMouse (serial, PS/2) This mouse appears to be OEM from Genius. Although its shape is quite dif- ferent, it works like Genius NetMouse Pro. This mouse has a "knob" which is --- 605,611 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.7 ASCII MieMouse (serial, PS/2) This mouse appears to be OEM from Genius. Although its shape is quite dif- ferent, it works like Genius NetMouse Pro. This mouse has a "knob" which is *************** *** 575,581 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.7 Logitech MouseMan+ and FirstMouse+ (serial, PS/2) MouseMan+ has two buttons on top, one side button and a roller. FirstMouse+ has two buttons and a roller. The roller movement is recognized as the Z --- 638,644 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! 6.8 Logitech MouseMan+ and FirstMouse+ (serial, PS/2) MouseMan+ has two buttons on top, one side button and a roller. FirstMouse+ has two buttons and a roller. The roller movement is recognized as the Z *************** *** 608,614 **** Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml,v 1.1.2.12 1999/06/30 13:00:29 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.mouse,v 1.1.2.11 1999/07/05 10:25:13 hohndel Exp $ --- 671,677 ---- Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml,v 1.1.2.14 1999/12/10 12:38:21 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.mouse,v 1.1.2.12 1999/12/10 16:00:16 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.r128 diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/README.r128:1.1.2.1 *** /dev/null Sun Jan 9 07:43:37 2000 --- xc/programs/Xserver/hw/xfree86/doc/README.r128 Thu Oct 14 02:00:06 1999 *************** *** 0 **** --- 1,107 ---- + Information for ATI Rage 128 Users + + Precision Insight, Inc., SuSE GmBH + + 6 October 1999 + + 1. Supported Hardware + + o ATI Rage 128 based cards + + 2. Features + + o Full support (including hardware accelerated 2D drawing) for 8, 15, 16, + 24, and 32 bit per pixel depths. + + o Hardware cursor support to reduce sprite flicker. + + o Support for high resolution video modes up to 1800x1440 @ 70Hz. + + o Support for doublescan video modes (e.g., 320x200 and 320x240). + + o Support for gamma correction at all pixel depths. + + o Fully programmable clock supported. + + o Robust text mode restore for VT switching. + + 3. Technical Notes + + o None + + 4. Reported Working Video Cards + + o Rage Fury AGP 32MB + + o XPERT 128 AGP 16MB + + o XPERT 99 AGP 8MB + + 5. Configuration + + The driver auto-detects all device information necessary to initialize the + card. The only lines you need in the "Device" section of your XF86Config + file are: + + Section "Device" + Identifier "r128" + EndSection + + or let xf86config or XF86Setup do this for you. + + However, if you have problems with auto-detection, you can specify: + + o VideoRam - in kilobytes + + o MemBase - physical address of the linear framebuffer + + o IOBase - physical address of the memory mapped IO registers + + o ChipID - PCI DEVICE ID + + 6. Driver Options + + o "hw_cursor" - request hardware cursor (default) + + o "sw_cursor" - software cursor only + + o "no_accel" - software rendering only + + o "dac_8_bit" - use color weight 888 in 8 bpp mode (default) + + o "dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation) + + 7. Known Limitations + + o None + + 8. Authors + + o Alan Hourihane alanh@fairlite.demon.co.uk + + o Rickard E. (Rik) Faith + + o Kevin E. Martin + + o Dirk Hohndel + + This driver was donated to The XFree86 Project by: + + Precision Insight, Inc. + Cedar Park, TX + USA + + it is based on earlier work donated to The XFree86 Project by: + + SuSE GmbH + Schanzaekerstr. 10 + 90443 Nuernberg + Germany + + http://www.precisioninsight.com -- http://www.suse.com + + Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml,v 1.1.2.1 1999/10/11 21:04:38 hohndel Exp $ + $PI: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml,v 1.2 1999/10/08 08:33:58 faith Exp $ + + + $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.r128,v 1.1.2.1 1999/10/13 16:00:06 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/README.rendition diff -c xc/programs/Xserver/hw/xfree86/doc/README.rendition:1.1.2.9 xc/programs/Xserver/hw/xfree86/doc/README.rendition:1.1.2.10 *** xc/programs/Xserver/hw/xfree86/doc/README.rendition:1.1.2.9 Tue Aug 17 23:28:10 1999 --- xc/programs/Xserver/hw/xfree86/doc/README.rendition Thu Oct 14 07:48:11 1999 *************** *** 1,6 **** Information for Rendition Users ! The XFree86 Project Inc. 1 August 1999 --- 1,6 ---- Information for Rendition Users ! The XFree86 Project Inc. Last updates by Dejan Ilic 1 August 1999 *************** *** 38,51 **** o 8 bits per pixel (256 pseudo colour) ! o 15 bits per pixel (actualy 16-bits with RGB-weight 555, 32768 col- ! ors) o 16 bits per pixel (high colour, RGB-weight 565, 65536 colors) o 32 bits per pixel (true colour, sparse 24bit, 16M colors) ! 4. XF86Config Option Option "sw_cursor" Disables use of the hardware cursor. --- 38,51 ---- o 8 bits per pixel (256 pseudo colour) ! o 15 bits per pixel (16-bits with RGB-weight 555, 32768 colors, V1000 ! cards only) o 16 bits per pixel (high colour, RGB-weight 565, 65536 colors) o 32 bits per pixel (true colour, sparse 24bit, 16M colors) ! 4. XF86Config options recognized and used by Rendition driver Option "sw_cursor" Disables use of the hardware cursor. *************** *** 63,80 **** 5. News in this release ! o Hardware-cursor on V2x00 cards. ! 6. Major fixes in this release ! o Depth 15 works on V1000 cards. ! ! o Bandwith limits are now included. Can be overrided with DacSpeed option. ! ! 7. Known problems in current driver ! ! o Displays with depth 15 ("-bpp 15" or "-bpp 16 -weight 555") has problems ! on V2x00 cards. o Switching from display to VC and back to display can lock up V2x00 cards. --- 63,78 ---- 5. News in this release ! o XFree 3.3.x Rendition driver development discontinued in favour of XFree ! 4.0 driver. ! 6. Known problems in current driver ! o Displays with depth 15 ("-bpp 15" or "-bpp 16 -weight 555") are NOT sup- ! ported on V2x00 cards. This is a hardware-"limitation" and has been con- ! firmed by Rendition. The driver lets you display the mode but you will ! get a reddish display as the card is actualy in 565-weight while X ! thinks it should display weight 555. o Switching from display to VC and back to display can lock up V2x00 cards. *************** *** 95,107 **** tain modes. It can be fixed by turning off hardware cursor or by lower- ing the required bandwith of the mode. ! 8. Work in progress (not finished in time for release) ! ! o Acceleration for V1000 chipset. Some bugs to clear out. ! o Acceleration for V2100 and V2200 chipset. Not ready for general use. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.1.2.10 1999/08/17 07:39:31 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.rendition,v 1.1.2.9 1999/08/17 13:28:10 hohndel Exp $ --- 93,105 ---- tain modes. It can be fixed by turning off hardware cursor or by lower- ing the required bandwith of the mode. ! 7. Work in progress ! o All future development, including acceleration, has been redirected to ! development of XFree 4.0 driver. No more improvments of XFree 3.3.x ! driver is planned for the moment. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.1.2.12 1999/10/13 21:46:27 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/README.rendition,v 1.1.2.10 1999/10/13 21:48:11 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/RELNOTES diff -c xc/programs/Xserver/hw/xfree86/doc/RELNOTES:3.52.2.51 xc/programs/Xserver/hw/xfree86/doc/RELNOTES:3.52.2.54 *** xc/programs/Xserver/hw/xfree86/doc/RELNOTES:3.52.2.51 Tue Aug 17 23:28:10 1999 --- xc/programs/Xserver/hw/xfree86/doc/RELNOTES Sat Jan 1 01:10:39 2000 *************** *** 1,16 **** ! Release Notes for XFree86[tm] 3.3.5 The XFree86 Project, Inc ! 17 August 1999 Abstract This document describes the bugs fixed and the features added in ! XFree86 3.3.5 compared with the 3.3.4 release, It also includes installation instructions for the binary distributions. It is strongly recommended that anyone using XFree86 update to version ! 3.3.5. 1. XFree86 and X11R6.3 --- 1,16 ---- ! Release Notes for XFree86[tm] 3.3.6 The XFree86 Project, Inc ! 31 December 1999 Abstract This document describes the bugs fixed and the features added in ! XFree86 3.3.6 compared with the 3.3.5 release, It also includes installation instructions for the binary distributions. It is strongly recommended that anyone using XFree86 update to version ! 3.3.6. 1. XFree86 and X11R6.3 *************** *** 38,49 **** In September 1998 The Open Group changed the copyright of X11R6.4 from the non-free copyright used for the initial release of X11R6.4 back to the old free X Consortium style copyright. Given the fact that our main development ! focus is on XFree86-4.0 and that the 3.3.3 release was intended mostly to fix ! some bugs and get out new drivers to the public, we opted not to include ! X11R6.4 in XFree86-3.3.3. Since XFree86-3.3.5, XFree86-3.3.4 and ! XFree86-3.3.3.1 are merely quick bug fix releases to XFree86-3.3.3 (that hap- ! pen to add support for some new common hardware as well), the same applies ! here. XFree86-4.0 will be X11R6.4 based. --- 38,46 ---- In September 1998 The Open Group changed the copyright of X11R6.4 from the non-free copyright used for the initial release of X11R6.4 back to the old free X Consortium style copyright. Given the fact that our main development ! focus is on XFree86-4.0 and that the 3.3.x releases are intended mostly to ! fix some bugs and get out new drivers to the public, we opted not to include ! X11R6.4 in XFree86-3.3.x. XFree86-4.0 will be X11R6.4 based. *************** *** 60,66 **** with this release. a.out shared libraries are also included for compatibil- ity purposes. ! 4. What's new in 3.3.5? o Support for S3 Savage4 and Savage3D. Limited to Linux/x86 at this point. Please see README.S3V. --- 57,82 ---- with this release. a.out shared libraries are also included for compatibil- ity purposes. ! 4. What's new in 3.3.6? ! ! o Support for ATI Rage128. ! ! o Support for ATI Rage Mobility ! ! o Support for SiS 540/630 and SiS 300 ! ! o Support for Silicon Motion Lynx chipsets ! ! o Support for Savage2000 ! ! o Support for NVIDIA GeForce ! ! o Support for Intel i810 (not enabled by default as it needs kernel mod- ! ule) ! ! o Fixes to several drivers ! ! 5. What's new in 3.3.5? o Support for S3 Savage4 and Savage3D. Limited to Linux/x86 at this point. Please see README.S3V. *************** *** 84,90 **** o Updates from SuSE and Red Hat, including more keyboards, PAM support, ARM and AXP fixes, security fixes. ! 5. What's new in 3.3.4? o Several security fixes. --- 100,106 ---- o Updates from SuSE and Red Hat, including more keyboards, PAM support, ARM and AXP fixes, security fixes. ! 6. What's new in 3.3.4? o Several security fixes. *************** *** 124,130 **** o Bug fixed for cards with S3 Aurora64V+ (M65) chip, VGA output should now work. ! 6. What's new in 3.3.3.1? o A system clock slowdown caused by 3Dlabs driver has been fixed. --- 140,146 ---- o Bug fixed for cards with S3 Aurora64V+ (M65) chip, VGA output should now work. ! 7. What's new in 3.3.3.1? o A system clock slowdown caused by 3Dlabs driver has been fixed. *************** *** 166,174 **** o PC98 cards database, sample config file and XKB handling have been fixed. ! 7. What's new in 3.3.3? ! 7.1 Security fixes o Several buffer overrun problem discovered since the release of XFree86-3.3.2 have been fixed --- 182,190 ---- o PC98 cards database, sample config file and XKB handling have been fixed. ! 8. What's new in 3.3.3? ! 8.1 Security fixes o Several buffer overrun problem discovered since the release of XFree86-3.3.2 have been fixed *************** *** 179,185 **** Note that this is only a short-term partial solution, and it is doesn't help at all for some SYSV based OSs (like Solaris 2.x). ! 7.2 Bug fixes o Fix a serious LBX bug using uninitialized variables. --- 195,201 ---- Note that this is only a short-term partial solution, and it is doesn't help at all for some SYSV based OSs (like Solaris 2.x). ! 8.2 Bug fixes o Fix a serious LBX bug using uninitialized variables. *************** *** 248,254 **** o Fix VT switch problem with MGA server on Linux/98. ! 7.3 New Features o New driver for Cyrix MediaGX based motherboards. --- 264,270 ---- o Fix VT switch problem with MGA server on Linux/98. ! 8.3 New Features o New driver for Cyrix MediaGX based motherboards. *************** *** 294,300 **** o Add local font directory. ! 7.4 Known Problems The problems listed here are those known at the time of the release. See the XFree86 FAQ for more up to date information. --- 310,316 ---- o Add local font directory. ! 8.4 Known Problems The problems listed here are those known at the time of the release. See the XFree86 FAQ for more up to date information. *************** *** 319,342 **** improving the design of SuperProbe's code, let's come and join as the member of the XFree86 ``developer team''. ! 8. XFree86 and Open Source Software XFree86 public releases in general follow the Open Source Software definition as set forth at http://www.opensource.org/osd.html. This definition is actu- ally a subset of our requirements. ! All code in XFree86 3.3.5 satisfies the Open Source Software definition. ! 9. Installing the XFree86 3.3.5 Release ! The XFree86 3.3.5 binaries are distributed as a full release. NOTE: the X servers are no longer installed setuid root. If you are starting your X servers with startx/xinit, or something similar, you will need a copy of the setuid Xwrapper, and an updated xinit. These can be found in Xbin.tgz. ! What follows is a list of the XFree86 3.3.3 components. There may be some variations in this for some OSs. The following are required for all new installations, or when upgrading from --- 335,358 ---- improving the design of SuperProbe's code, let's come and join as the member of the XFree86 ``developer team''. ! 9. XFree86 and Open Source Software XFree86 public releases in general follow the Open Source Software definition as set forth at http://www.opensource.org/osd.html. This definition is actu- ally a subset of our requirements. ! All code in XFree86 3.3.6 satisfies the Open Source Software definition. ! 10. Installing the XFree86 3.3.6 Release ! The XFree86 3.3.6 binaries are distributed as a full release. NOTE: the X servers are no longer installed setuid root. If you are starting your X servers with startx/xinit, or something similar, you will need a copy of the setuid Xwrapper, and an updated xinit. These can be found in Xbin.tgz. ! What follows is a list of the XFree86 3.3.6 components. There may be some variations in this for some OSs. The following are required for all new installations, or when upgrading from *************** *** 529,535 **** essential for a new installation but optional for an existing installation. Refer to the QuickStart document for configuration information. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v 3.59.2.79 1999/08/17 07:39:30 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/RELNOTES,v 3.52.2.51 1999/08/17 13:28:10 hohndel Exp $ --- 545,551 ---- essential for a new installation but optional for an existing installation. Refer to the QuickStart document for configuration information. ! Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v 3.59.2.81 1999/12/11 15:28:31 hohndel Exp $ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/RELNOTES,v 3.52.2.54 1999/12/31 14:10:39 robin Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD:1.1.2.2 Wed Jun 2 17:50:36 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD Sat Nov 27 02:22:58 1999 *************** *** 1,330 **** ! XFree86 ¤Î¹½ÃÛ ! David Dawes ! 7 November 1998 ! The X Japanese Documentation Project ! 11 January 1999 ! ! ¤³¤Îʸ½ñ¤Ç¤Ï XFree86 ¤ò¥½¡¼¥¹ ÇÛÉÛʪ¤«¤é¹½ÃÛ¤¹¤ëÊýË¡¤òÀâÌÀ¤·¤Þ¤¹¡£¤³¤Î ! ʸ½ñ¤ÏÁ´¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î¹½ÃÛÊýË¡¤È¤È¤â¤Ë¡¢X ¥µ¡¼¥Ð¤À¤±¹½ÃÛ¤¹¤ë¤è¤¦¤Ë ! ÀÚ¤êµÍ¤á¤¿¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î¹½ÃۤˤĤ¤¤Æ¤âÀâÌÀ¤·¤Þ¤¹¡£¤³¤Îʸ½ñ¤Ï OS ¸Ç ! Í­¤Î README ¥Õ¥¡¥¤¥ë¤ÈÊ»¤»¤ÆÆɤà¤è¤¦¤Ë°Õ¿Þ¤·¤Æ½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£ ! ______________________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î XFree86 ¤Î¹½ÃÛ ! 1.1 XFree86 3.3.3 ¤Î¥½¡¼¥¹¤Î¼èÆÀÊýË¡ ! 1.2 ¹½ÃÛÁ°¤Î¥½¡¼¥¹¤ÎÀßÄê ! 1.3 ÇÛÉÛʪ¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë ! ! 2. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥½¡¼¥¹ÇÛÉÛʪ¤Î¾ì¹ç) ! 3. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Î¾ì¹ç) ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î XFree86 ¤Î¹½ÃÛ ! ! ! Ãí°Õ: XFree86 ¤ò¹½ÃÛ¤·¤è¤¦¤È¤¹¤ëÁ°¤ËŬÀÚ¤Ê OS ¸ÇÍ­¤Î README ! ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£OS ¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤Ë¤Ï¡¢ ! ¤½¤Î OS ¤Î²¼¤Ç¹½ÃÛ¤ò¤¦¤Þ¤¯¹Ô¤¦¤¿¤á¤ËɬÍפÊÄɲþðÊ󤬽ñ¤«¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! ! ! ! XFree86 ¤ò¹½ÃÛ¤ÎºÝ¤Ë¤Ï GCC-2 ¤ò»È¤¦¤³¤È¤ò¶¯¤¯¤ª´«¤á¤·¤Þ¤¹¡£GCC-2 ¤Ï ! prep.ai.mit.edu Åù¤Î GNU ¥½¡¼¥¹¥¢¡¼¥«¥¤¥Ö¥µ¥¤¥È¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹¡£ ! gcc-2.8.0 ¤È egcs ¤Ï¤É¤Á¤é¤â¡¢¥³¡¼¥É¤¬²¿¥ö½ê¤«¤Ç²õ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤¬Ê¬ ! ¤«¤Ã¤Æ¤¤¤Þ¤¹¡£Æäˡ¢egcs ¤Ï°ìÉô¤Î¥â¥¸¥å¡¼¥ë¤Î¥³¥ó¥Ñ¥¤¥ë»þ¤ËºÇŬ²½¤ÇÌä ! Âê¤òµ¯¤³¤¹¤è¤¦¤Ç¤¹¡£ ! ! ! 1.1. XFree86 3.3.3 ¤Î¥½¡¼¥¹¤Î¼èÆÀÊýË¡ ! ! XFree86 ¤Î¥½¡¼¥¹¤ÎÆþ¼ê¤Î¥¹¥¿¡¼¥ÈÃÏÅÀ¤Ï¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¤½¤Î¤¦¤Á¤Î1¤Ä ! ¤Ï¡¢XFree86 3.3.3 ¤Î¥½¡¼¥¹¥¢¡¼¥«¥¤¥Ö¤«¤éľÀܺî¶È¤ò³«»Ï¤¹¤ë¤³¤È¤Ç¤¹¡£¤³ ! ¤Î¾ì¹ç¤Î¼ê½ç¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! o XFree86 3.3.3 ¤Î¥½¡¼¥¹¤Ï X333src-1.tgz, X333src-2.tgz, ! X333src-3.tgz ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ï ! ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/¤ä XFree86 ¤Î¥ß¥é¡¼ ! ¥µ¥¤¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£ X333src-2.tgz ¤Ï¥Õ¥©¥ó¥È¤Èʸ ! ½ñ¤Î¥½¡¼¥¹¤Ç¤¹¡£ X333src-3.tgz ¤Ï°õºþ²Äǽ¤Ê·Á¼°¤Îʸ½ñ¤Ç¤¹¡£ ! X333src-1.tgz ¤Ë¤Ï¾¤Î¤â¤Î¤¬Á´¤ÆÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£Ê¸½ñ¤ä¥Õ¥©¥ó¥È¤¬É¬Í× ! ¤Ê¤¤¾ì¹ç¤Ï¡¢X333src-1.tgz ¤À¤±Æþ¼ê¤·¤Æ¤â¤«¤Þ¤¤¤Þ¤»¤ó¡£ ! ! o ¶õ¤­ÍÆÎ̤¬½½Ê¬¤¢¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â ! ¹Ô¤·¡¢¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Æ¤¯¤À¤µ¤¤¡£(¥½¡¼¥¹Á´¤Æ¤òŸ³«¤¹¤ë¤Ë¤Ï ! Ìó 140MB, ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¥Ð¥¤¥Ê¥ê¤òÆÀ¤ë¤Ë¤ÏƱÄøÅ٤ζõ¤­¥¹¥Ú¡¼¥¹É¬Í× ! ¤Ç¤¹): ! ! ! ! ! gzip -d < X333src-1.tgz | tar vxf - ! gzip -d < X333src-2.tgz | tar vxf - ! gzip -d < X333src-3.tgz | tar vxf - ! ! ! ! ! ! Ê̤ÎÊýË¡¤Ï¡¢X11R6.3 ¥½¡¼¥¹ÇÛÉÛʪ¤òÆþ¼ê¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö¤Æ¤Æ XFree86 ! 3.3.3 ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤ì¤Ï¼¡¤Î¼ê½ç¤Ç¹Ô¤¤¤Þ¤¹: ! ! o ¸ø¼°¥Ñ¥Ã¥Á 1, 2¤¬Åö¤¿¤Ã¤¿(¤¿¤À¤·¡¢3¤ÏÅö¤Æ¤Ê¤¤) X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! X11R6.3 ÇÛÉÛ¤òÍÑ°Õ¤·¤Þ¤¹¡£¤³¤ì¤Ï The Open Group ¤Î X ¤Î¥Û¡¼¥à¥Ú¡¼¥¸ ! ¤«¤é¤Î¥ê¥ó¥¯¤ò¤¿¤É¤Ã¤ÆÆþ ! ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o ¥Õ¥¡¥¤¥ë R6.3pl2-3.3.3.diff1.gz, R6.3pl2-3.3.3.diff2.gz, ! R6.3pl2-3.3.3.diff3.gz, R6.3pl2-3.3.3.diff4.gz ¤ò ! ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/ (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤ ! ¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê)¤«¤éÆþ¼ê¤·¤Þ¤¹¡£¤³¤Î¥½¡¼¥¹¤ò XFree86 3.3.3 ! ¤Ë¹¹¿·¤¹¤ë¤Ë¤Ï¡¢X11R6.3 pl2 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼Æâ¤Î xc ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢ ! ¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ! gzip -d < R6.3pl2-3.3.3.diff1.gz | patch -p0 -E ! gzip -d < R6.3pl2-3.3.3.diff2.gz | patch -p0 -E ! gzip -d < R6.3pl2-3.3.3.diff3.gz | patch -p0 -E ! gzip -d < R6.3pl2-3.3.3.diff4.gz | patch -p0 -E ! ! ! ! ! ! ¤³¤ÎÁàºî¤Ïɬ¤º¡¢Á´¤¯Êѹ¹¤µ¤ì¤Æ¤¤¤Ê¤¤¥½¡¼¥¹¥Ä¥ê¡¼¤ËÂФ·¤Æ¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢Åö¤¿¤é¤Ê¤¤¥Ñ¥Ã¥Á¤¬½Ð¤Æ¤¯¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¤µ¤é¤ËÊ̤ÎÊýË¡¤È¤·¤Æ¡¢XFree86 3.3.2 ¤Î¥½¡¼¥¹¤òÍÑ°Õ¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö ! ¤Æ¤Æ XFree86 3.3.3 ¤Ë¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¼ê½ç¤ò¹Ô¤¤ ! ¤Þ¤¹: ! ! o ¤³¤ÎÊýË¡¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢´û¤Ë XFree86 3.3.2 ¤Î¥½¡¼¥¹¤ò¤ª»ý¤Á¤Î¤³¤È¤È ! »×¤¤¤Þ¤¹¡£3.3.2 ¤Ø¤Î¸ø¼°¥Ñ¥Ã¥Á¤ò1¤Ä¤Ç¤âÅö¤Æ¤Æ¤¤¤¿¤é¡¢ 3.3.3 ¤Ø¤Î ! ¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò»Ï¤á¤ëÁ°¤Ë¡¢¤³¤ì¤é¤Î¥Ñ¥Ã¥Á¤ò³°¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o 3.3.2-3.3.3.diff.gz ¥Õ¥¡¥¤¥ë¤ò ! ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/ (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤ ! ¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê)¤«¤éÆþ¼ê¤·¤Þ¤¹¡£¤³¤Î¥½¡¼¥¹¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤· ! ¤Æ XFree86 3.3.3 ¤Ë¤¹¤ë¤Ë¤Ï¡¢XFree86 3.3.2 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼Æâ¤Î xc ! ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! ! gzip -d < 3.3.2-3.3.3.diff.gz | patch -p0 -E ! ! ! ! ! ! ¥Ñ¥Ã¥ÁÅö¤Æ¤Ïɬ¤º½¤Àµ¤ò¤·¤Æ¤¤¤Ê¤¤¥½¡¼¥¹¥Ä¥ê¡¼¤Ç¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤µ¤â¤Ê¤± ! ¤ì¤Ð¡¢¤¦¤Þ¤¯Åö¤¿¤é¤Ê¤¤¥Ñ¥Ã¥Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! XFree86 ¤Î X ¥µ¡¼¥Ð¤À¤±¤ò¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¡¢``servers only'' ÇÛÉÛʪ¤È¸Æ ! ¤Ð¤ì¤ë XFree86 ¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤òÀÚ¤êµÍ¤á¤¿¤â¤Î¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤ÎÊýË¡¤ò ! ÁªÂò¤·¤¿¾ì¹ç¤Ï¡¢¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! o X333servonly.tgz ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤ò ! ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/ ¤«¤é (¤Þ¤¿¤Ï¥ß¥é¡¼ ! ¥µ¥¤¥È¤ÎƱÍͤʾì½ê¤«¤é)Æþ¼ê¤·¤Þ¤¹¡£ ! ! o ¼¡¤Î¼ê½ç¤Ç¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Þ¤¹: ! ! ! gzip -d < X333servonly.tgz | tar vxf - ! ! ! ! ! ! XFree86 ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î X11R6.1 contrib ÇÛÉÛʪ¤ò¤Û¤ó¤Î°ìÉô¤À¤±¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ò¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¡¢ÇÛÉÛʪ¤Î¤¦¤Á¡¢¾¯¤Ê¤¯¤È¤â¼¡¤Î ! ¥Õ¥¡¥¤¥ë¤ä¥Ç¥£¥ì¥¯¥È¥ê¤¬É¬ÍפǤ¹: ! ! ! contrib/Imakefile ! contrib/programs/Imakefile ! contrib/programs/ico ! contrib/programs/listres ! contrib/programs/showfont ! contrib/programs/viewres ! contrib/programs/xbiff ! contrib/programs/xcalc ! contrib/programs/xditview ! contrib/programs/xedit ! contrib/programs/xev ! contrib/programs/xeyes ! contrib/programs/xfontsel ! contrib/programs/xgc ! contrib/programs/xload ! contrib/programs/xman ! contrib/programs/xmessage ! ! ! ! ! XFree86 ¤Î¥Ñ¥Ã¥Á contrib-3.3.3.diff.gz ¤âɬÍפˤʤë¤Ç¤·¤ç¤¦¡£¤³¤Î¥Ñ¥Ã ! ¥Á¤òŬÍѤ¹¤ë¤Ë¤Ï¡¢contrib ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê¤«¤é°Ê²¼¤Î¥³¥Þ ! ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! gzip -d < contrib-3.3.3.diff.gz | patch -p0 -E ! ! ! ! ! ¾¤ÎÊýË¡¤â¤¢¤ê¤Þ¤¹¡£¤½¤Î¾ì¹ç¡¢XFree86 ¥½¡¼¥¹¥Ç¥£¥ì¥¯¥È¥ê¤«¤é X333con- ! trib.tgz ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤òÆþ¼ê¤·¤Æ¡¢¼¡¤Î¥³¥Þ¥ó¥É¤ÇŸ³«¤·¤Þ¤¹: ! ! ! gzip -d < X333contrib.tgz | tar vxf - ! ! ! ! ! xtest ÇÛÉÛʪ¤ò¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¡¢XFree86 ¥½¡¼¥¹¥Ç¥£¥ì¥¯¥È¥ê¤«¤é ! X33test.tgz ¥½¡¼¥¹ÇÛÉÛʪ ¤òÆþ¼ê¤·¤Æ¼¡¤Î¥³¥Þ¥ó¥É¤ÇŸ³«¤·¤Þ¤¹: ! ! ! gzip -d < X33test.tgz | tar vxf - ! ! ! ! ! Ãí°Õ¤Ç¤¹¤¬¡¢xtest ¤Ï (X11R6.3 ¤«¤é) X11 ¤Î¥³¥¢ÇÛÉÛʪ¤Ë¤Ï´Þ¤Þ¤ì¤Ê¤¯¤Ê¤ê ! ¤Þ¤·¤¿¡£ ! ! ! 1.2. ¹½ÃÛÁ°¤Î¥½¡¼¥¹¤ÎÀßÄê ! ! ÀßÄêºî¶È¤Î°ìÈֻϤá¤Ë¤Ï¡¢xc/config/cf ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢ ! xf86site.def ¥Õ¥¡¥¤¥ë¤ò host.def ¤Ë¥³¥Ô¡¼¤·¤Þ¤·¤ç¤¦¡£¤½¤·¤Æhost.def ! ¥Õ¥¡¥¤¥ë¤òÁ´¤ÆÆɤß(¤³¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ï¥³¥á¥ó¥È¤¬¤¿¤¯¤µ¤ó½ñ¤«¤ì¤Æ¤¤¤Þ¤¹)¡¢ ! ÌÜŪ¤ÎÀßÄê¤Ë¹ç¤ï¤»¤Æ¥Ñ¥é¥á¥¿¤òÀßÄꤷ¤Þ¤¹¡£ÉáÄ̤ϻȤäƤ¤¤ë OS ¤Ë´ØÏ¢¤¹ ! ¤ë .cf ¤òÄ´¤Ù¤ì¤Ð¡¢¥Ç¥Õ¥©¥ë¥È¤ÎÀßÄ꤬ʬ¤«¤ê¤Þ¤¹¡£ ! ! Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È°Û¤Ê¤ëÅÀ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï imake ¤¬³Æ¼ï ! OS*Version ¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¤ÆÀßÄꤹ¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢¤³¤ì¤Ë´Ø¤¹¤ëÀß ! Äê¤òÌÀ¼¨Åª¤ËÆþÎϤ¹¤ëɬÍפϤʤ¯¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ¥½¡¼¥¹ÇÛÉÛʪ¤Î¤¦¤Á X333src-1.tgz ¤ÎÉôʬ¤À¤±¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ BuildFonts ! ¤Ï NO ¤ÈÄêµÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ``servers only'' ÇÛÉÛʪ¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ï¡¢BuildServersOnly ¤ò YES ¤ÈÄê ! µÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 1.3. ÇÛÉÛʪ¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë ! ! ÇÛÉÛʪ¤ò¹½ÃÛ¤¹¤ëÁ°¤Ë¤Ï¡¢¤ª»È¤¤¤Î OS ¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤òÄÌÆɤ·¤Æ¤¯ ! ¤À¤µ¤¤¡£¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc ¤Ë¤¢¤ê¤Þ ! ¤¹¡£OS ¸ÇÍ­¤Î¾ÜºÙ¤ÊÃí°ÕÅÀ¤¬Íý²ò¤Ç¤­¤ì¤Ð¡¢xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ ! ``make World'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ¼Â¹Ô¤ÎºÝ¤Ë¤ÏɬÍפ˱þ¤¸¤Æ¡¢OS ¸ÇÍ­¤Î ! README ¥Õ¥¡¥¤¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤ë BOOTSTRAPCFLAGS ¤ò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£É¸½à ! ½ÐÎϤÈɸ½à¥¨¥é¡¼½ÐÎϤò World.Log ¤Ë¥ê¥À¥¤¥ì¥¯¥È¤·¤Æ¤ª¤¯¤È¡¢¹½ÃÛÃæ¤Ëȯ ! À¸¤·¤¿ÌäÂê¤Î¸¶°øÄɵá¤ËÌòΩ¤Á¤Þ¤¹¡£ ! ! ¹½ÃÛ¤¬½ªÎ»¤·¤¿¤é¡¢ World.Log ¤òÄ´¤Ù¤ÆÌäÂ̵꤬¤¤¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ÌäÂ꤬¤Ê¤±¤ì¤Ð¥Ð¥¤¥Ê¥ê¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤âÎɤ¤¤Ç¤·¤ç¤¦¡£Á´¤Æ¤Î¥½¡¼ ! ¥¹ÇÛÉÛʪ¤ò»È¤¦¾ì¹ç¤Ï¡¢xc ¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¤¤Þ¤¹¡£ ! ``servers only'' ÇÛÉÛʪ¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢ xc/programs/Xserver ¥Ç¥£ ! ¥ì¥¯¥È¥ê¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¤¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¦¤Ë¤Ï``make ! install'' ¤È ``make install.man'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤Ë½½Ê¬¤Ê¤À ! ¤±¤Î¶õ¤­ÍÆÎ̤¬ /usr/X11R6 ¤Ë¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£/usr °Ê³°¤Î ! ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¾ì¹ç¤Ë¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤ÎÁ°¤Ë ! /usr/X11R6 ¤Ø¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! /usr/X11R6/lib/Server ¤Ë¤¢¤ë¥Ð¥¤¥Ê¥ê¤Î LinkKit ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë ! ¤Ï¡¢``make install.linkkit'' ¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 ¤Î¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë contrib ¥ê¥ê¡¼¥¹¤Î°ìÉô¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢¤Þ¤º ! ¥³¥¢ÇÛÉÛʪ¤¬¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¼¡¤Ë¡¢ contrib ! ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ ``xmkmf -a; make'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥³¥ó¥Ñ¥¤¥ë¤¬½ª ! λ¤·¤¿¤é ``make install'' ¤È ``make install.man'' ¤ò¼Â¹Ô¤·¤Æ¥¤¥ó¥¹¥È¡¼ ! ¥ë¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! xtest ÇÛÉÛʪ¤ò¹½ÃÛ/¼Â¹Ô¤¹¤ë¤Ë¤Ï¡¢test/xsuite/NOTES.xf86 ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ë ! ¼ê½ç¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 2. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥½¡¼¥¹ÇÛÉÛʪ¤Î¾ì¹ç) ! ! Ê£¿ô¤Î°Û¤Ê¤ë¥µ¡¼¥Ð¤ä°Û¤Ê¤ë¥É¥é¥¤¥Ð¤ò´Þ¤à¥µ¡¼¥Ð¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¼ê ! ½ç¤ò¹Ô¤¤¤Þ¤¹: ! ! 1. ¿·¤·¤¤¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤¬Àµ¤·¤¤°ÌÃ֤ˤ¢¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹(Î㤨¤Ð ! SVGA ¥µ¡¼¥Ð¤Î¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤Ï ! xc/programs/Xserver/hw/xfree86/vga256/drivers ¤È¤¤¤¦¥µ¥Ö¥Ç¥£¥ì¥¯¥È ! ¥ê¤Ë¤¢¤ë¤Ï¤º¤Ç¤¹)¡£ ! ! ! 2. host.def ¥Õ¥¡¥¤¥ëÃæ¤Ç¥µ¡¼¥Ð¤ÎÄêµÁ¤ÎÀßÄê¤òÊѹ¹¤·¡¢¹½ÃÛ¤¹¤ë¥µ¡¼¥Ð¤ò»Ø ! Äꤷ¤Þ¤¹¡£¤Þ¤¿¡¢É¬Íפ˱þ¤¸¤Æ¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤òÊѹ¹¤·¤Þ¤¹¡£ ! ! 3. xc/programs/Xserver ¥Ç¥£¥ì¥¯¥È¥ê¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! ! make Makefile ! make Makefiles ! make depend ! make ! ! ! ! ! ! 3. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Î¾ì¹ç) ! ! ! ¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥ê¥ó¥¯¥­¥Ã¥È¤òƳÆþ¤·¤Æ¤¤¤ì¤Ð¡¢¥É¥é¥¤¥Ð¤È¥µ¡¼¥ÐÆâ¤Î°ìÉô ! ¤Îµ¡Ç½³ÈÄ¥¤òºÆÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Îºî¶È¤Î¾ÜºÙ¤Ê¼ê½ç¤Ë¤Ä¤¤¤Æ ! ¤Ï¡¢README.LinkKit ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD,v 1.1.2.2 1999/06/02 07:50:36 hohndel Exp $ ! ! ! ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3): ²¬Ëܰ칬 ! , ¹¹¿·(XFree86 3.3.3 Âбþ): Æ£¸¶µ±²Å ! , ¹»Àµ: ¶âÅĹÀ»Ê ! )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,246 ---- ! XFree86 ¤Î¹½ÃÛ ! David Dawes ! 25 June 1999 ! The X Japanese Documentation Project ! 3 August 1999 ! ! ¤³¤Îʸ½ñ¤Ç¤Ï XFree86 ¤ò¥½¡¼¥¹ ÇÛÉÛʪ¤«¤é¹½ÃÛ¤¹¤ëÊýË¡¤òÀâÌÀ¤·¤Þ¤¹¡£¤³¤Î ! ʸ½ñ¤ÏÁ´¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î¹½ÃÛÊýË¡¤È¤È¤â¤Ë¡¢X ¥µ¡¼¥Ð¤À¤±¹½ÃÛ¤¹¤ë¤è¤¦¤Ë ! ÀÚ¤êµÍ¤á¤¿¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î¹½ÃۤˤĤ¤¤Æ¤âÀâÌÀ¤·¤Þ¤¹¡£¤³¤Îʸ½ñ¤Ï OS ¸Ç ! Í­¤Î README ¥Õ¥¡¥¤¥ë¤ÈÊ»¤»¤ÆÆɤà¤è¤¦¤Ë°Õ¿Þ¤·¤Æ½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£ ! ______________________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î XFree86 ¤Î¹½ÃÛ ! 1.1 XFree86 3.3.4 ¤Î¥½¡¼¥¹¤Î¼èÆÀÊýË¡ ! 1.2 ¹½ÃÛÁ°¤Î¥½¡¼¥¹¤ÎÀßÄê ! 1.3 ÇÛÉÛʪ¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë ! ! 2. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥½¡¼¥¹ÇÛÉÛʪ¤Î¾ì¹ç) ! 3. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Î¾ì¹ç) ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥½¡¼¥¹ÇÛÉÛʪ¤«¤é¤Î XFree86 ¤Î¹½ÃÛ ! ! Ãí°Õ: XFree86 ¤ò¹½ÃÛ¤·¤è¤¦¤È¤¹¤ëÁ°¤ËŬÀÚ¤Ê OS ¸ÇÍ­¤Î README ! ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£OS ¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤Ë¤Ï¡¢ ! ¤½¤Î OS ¤Î²¼¤Ç¹½ÃÛ¤ò¤¦¤Þ¤¯¹Ô¤¦¤¿¤á¤ËɬÍפÊÄɲþðÊ󤬽ñ¤«¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! ! XFree86 ¤ò¹½ÃÛ¤ÎºÝ¤Ë¤Ï GCC-2 ¤ò»È¤¦¤³¤È¤ò¶¯¤¯¤ª´«¤á¤·¤Þ¤¹¡£GCC-2 ¤Ï ! prep.ai.mit.edu Åù¤Î GNU ¥½¡¼¥¹¥¢¡¼¥«¥¤¥Ö¥µ¥¤¥È¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹¡£ ! gcc-2.8.0 ¤È egcs ¤Ï¤É¤Á¤é¤â¡¢¥³¡¼¥É¤¬²¿¥ö½ê¤«¤Ç²õ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤¬Ê¬ ! ¤«¤Ã¤Æ¤¤¤Þ¤¹¡£Æäˡ¢egcs ¤Ï°ìÉô¤Î¥â¥¸¥å¡¼¥ë¤Î¥³¥ó¥Ñ¥¤¥ë»þ¤ËºÇŬ²½¤ÇÌä ! Âê¤òµ¯¤³¤¹¤è¤¦¤Ç¤¹¡£ ! ! 1.1. XFree86 3.3.4 ¤Î¥½¡¼¥¹¤Î¼èÆÀÊýË¡ ! ! XFree86 ¤Î¥½¡¼¥¹¤ÎÆþ¼ê¤Î¥¹¥¿¡¼¥ÈÃÏÅÀ¤Ï¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¤½¤Î¤¦¤Á¤Î1¤Ä ! ¤Ï¡¢XFree86 3.3.4 ¤Î¥½¡¼¥¹¥¢¡¼¥«¥¤¥Ö¤«¤éľÀܺî¶È¤ò³«»Ï¤¹¤ë¤³¤È¤Ç¤¹¡£¤³ ! ¤Î¾ì¹ç¤Î¼ê½ç¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! o XFree86 3.3.4 ¤Î¥½¡¼¥¹¤Ï X334src-1.tgz, X334src-2.tgz, ! X334src-3.tgz ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ï ! ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/¤ä XFree86 ¤Î¥ß¥é¡¼ ! ¥µ¥¤¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£ X334src-2.tgz ¤Ï¥Õ¥©¥ó¥È¤Èʸ ! ½ñ¤Î¥½¡¼¥¹¤Ç¤¹¡£ X334src-3.tgz ¤Ï°õºþ²Äǽ¤Ê·Á¼°¤Îʸ½ñ¤Ç¤¹¡£ ! X334src-1.tgz ¤Ë¤Ï¾¤Î¤â¤Î¤¬Á´¤ÆÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£Ê¸½ñ¤ä¥Õ¥©¥ó¥È¤¬É¬Í× ! ¤Ê¤¤¾ì¹ç¤Ï¡¢X334src-1.tgz ¤À¤±Æþ¼ê¤·¤Æ¤â¤«¤Þ¤¤¤Þ¤»¤ó¡£ ! ! o ¶õ¤­ÍÆÎ̤¬½½Ê¬¤¢¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â ! ¹Ô¤·¡¢¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Æ¤¯¤À¤µ¤¤¡£(¥½¡¼¥¹Á´¤Æ¤òŸ³«¤¹¤ë¤Ë¤Ï ! Ìó 140MB, ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¥Ð¥¤¥Ê¥ê¤òÆÀ¤ë¤Ë¤ÏƱÄøÅ٤ζõ¤­¥¹¥Ú¡¼¥¹É¬Í× ! ¤Ç¤¹): ! ! gzip -d < X334src-1.tgz | tar vxf - ! gzip -d < X334src-2.tgz | tar vxf - ! gzip -d < X334src-3.tgz | tar vxf - ! ! Ê̤ÎÊýË¡¤Ï¡¢X11R6.3 ¥½¡¼¥¹ÇÛÉÛʪ¤òÆþ¼ê¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö¤Æ¤Æ XFree86 ! 3.3.3 ¤Ë¤·¡¢¤µ¤é¤Ë¥Ñ¥Ã¥Á¤òÅö¤Æ¤Æ XFree86 3.3.4 ¤Ë¤¹¤ë¤³¤È¤Ç¤¹(¸å½Ò)¡£ ! ¤³¤ì¤Ï¼¡¤Î¼ê½ç¤Ç¹Ô¤¤¤Þ¤¹: ! ! o ¸ø¼°¥Ñ¥Ã¥Á 1, 2¤¬Åö¤¿¤Ã¤¿(¤¿¤À¤·¡¢3¤ÏÅö¤Æ¤Ê¤¤) X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! X11R6.3 ÇÛÉÛ¤òÍÑ°Õ¤·¤Þ¤¹¡£¤³¤ì¤Ï The Open Group ¤Î X ¤Î¥Û¡¼¥à¥Ú¡¼¥¸ ! ¤«¤é¤Î¥ê¥ó¥¯¤ò¤¿¤É¤Ã¤ÆÆþ ! ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o ¥Õ¥¡¥¤¥ë R6.3pl2-3.3.3.diff1.gz, R6.3pl2-3.3.3.diff2.gz, ! R6.3pl2-3.3.3.diff3.gz, R6.3pl2-3.3.3.diff4.gz ¤ò ! ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/ (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤ ! ¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê)¤«¤éÆþ¼ê¤·¤Þ¤¹¡£¤³¤Î¥½¡¼¥¹¤ò XFree86 3.3.3 ! ¤Ë¹¹¿·¤¹¤ë¤Ë¤Ï¡¢X11R6.3 pl2 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼Æâ¤Î xc ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢ ! ¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! gzip -d < R6.3pl2-3.3.3.diff1.gz | patch -p0 -E ! gzip -d < R6.3pl2-3.3.3.diff2.gz | patch -p0 -E ! gzip -d < R6.3pl2-3.3.3.diff3.gz | patch -p0 -E ! gzip -d < R6.3pl2-3.3.3.diff4.gz | patch -p0 -E ! ! ¤³¤ÎÁàºî¤Ïɬ¤º¡¢Á´¤¯Êѹ¹¤µ¤ì¤Æ¤¤¤Ê¤¤¥½¡¼¥¹¥Ä¥ê¡¼¤ËÂФ·¤Æ¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢Åö¤¿¤é¤Ê¤¤¥Ñ¥Ã¥Á¤¬½Ð¤Æ¤¯¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¤µ¤é¤ËÊ̤ÎÊýË¡¤È¤·¤Æ¡¢XFree86 3.3.3 ¤Î¥½¡¼¥¹¤òÍÑ°Õ¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö ! ¤Æ¤Æ XFree86 3.3.4 ¤Ë¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¼ê½ç¤ò¹Ô¤¤ ! ¤Þ¤¹: ! ! o ¤³¤ÎÊýË¡¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢´û¤Ë XFree86 3.3.3 ¤Î¥½¡¼¥¹¤ò¤ª»ý¤Á¤Î¤³¤È¤È ! »×¤¤¤Þ¤¹¡£3.3.3 ¤Ø¤Î¸ø¼°¥Ñ¥Ã¥Á¤ò1¤Ä¤Ç¤âÅö¤Æ¤Æ¤¤¤¿¤é¡¢ 3.3.4 ¤Ø¤Î ! ¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò»Ï¤á¤ëÁ°¤Ë¡¢¤³¤ì¤é¤Î¥Ñ¥Ã¥Á¤ò³°¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o 3.3.3-3.3.4.diff.gz ¥Õ¥¡¥¤¥ë¤ò ! ftp://ftp.xfree86.org/pub/XFree86/3.3.4/patches/ (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤ ! ¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê)¤«¤éÆþ¼ê¤·¤Þ¤¹¡£¤³¤Î¥½¡¼¥¹¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤· ! ¤Æ XFree86 3.3.4 ¤Ë¤¹¤ë¤Ë¤Ï¡¢XFree86 3.3.3 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼Æâ¤Î xc ! ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! gzip -d < 3.3.3-3.3.4.diff.gz | patch -p0 -E ! ! ¥Ñ¥Ã¥ÁÅö¤Æ¤Ïɬ¤º½¤Àµ¤ò¤·¤Æ¤¤¤Ê¤¤¥½¡¼¥¹¥Ä¥ê¡¼¤Ç¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤µ¤â¤Ê¤± ! ¤ì¤Ð¡¢¤¦¤Þ¤¯Åö¤¿¤é¤Ê¤¤¥Ñ¥Ã¥Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! XFree86 ¤Î X ¥µ¡¼¥Ð¤À¤±¤ò¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¡¢``servers only'' ÇÛÉÛʪ¤È¸Æ ! ¤Ð¤ì¤ë XFree86 ¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤òÀÚ¤êµÍ¤á¤¿¤â¤Î¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤ÎÊýË¡¤ò ! ÁªÂò¤·¤¿¾ì¹ç¤Ï¡¢¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! o X334servonly.tgz ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤ò ! ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/ ¤«¤é (¤Þ¤¿¤Ï¥ß¥é¡¼ ! ¥µ¥¤¥È¤ÎƱÍͤʾì½ê¤«¤é)Æþ¼ê¤·¤Þ¤¹¡£ ! ! o ¼¡¤Î¼ê½ç¤Ç¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Þ¤¹: ! ! gzip -d < X334servonly.tgz | tar vxf - ! ! XFree86 ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î X11R6.1 contrib ÇÛÉÛʪ¤ò¤Û¤ó¤Î°ìÉô¤À¤±¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ò¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¡¢ÇÛÉÛʪ¤Î¤¦¤Á¡¢¾¯¤Ê¤¯¤È¤â¼¡¤Î ! ¥Õ¥¡¥¤¥ë¤ä¥Ç¥£¥ì¥¯¥È¥ê¤¬É¬ÍפǤ¹: ! ! contrib/Imakefile ! contrib/programs/Imakefile ! contrib/programs/ico ! contrib/programs/listres ! contrib/programs/showfont ! contrib/programs/viewres ! contrib/programs/xbiff ! contrib/programs/xcalc ! contrib/programs/xditview ! contrib/programs/xedit ! contrib/programs/xev ! contrib/programs/xeyes ! contrib/programs/xfontsel ! contrib/programs/xgc ! contrib/programs/xload ! contrib/programs/xman ! contrib/programs/xmessage ! ! XFree86 ¤Î¥Ñ¥Ã¥Á contrib-3.3.3.diff.gz ¤âɬÍפˤʤë¤Ç¤·¤ç¤¦¡£¤³¤Î¥Ñ¥Ã ! ¥Á¤òŬÍѤ¹¤ë¤Ë¤Ï¡¢contrib ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê¤«¤é°Ê²¼¤Î¥³¥Þ ! ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤: ! ! gzip -d < contrib-3.3.3.diff.gz | patch -p0 -E ! ! ¾¤ÎÊýË¡¤â¤¢¤ê¤Þ¤¹¡£¤½¤Î¾ì¹ç¡¢XFree86 ¥½¡¼¥¹¥Ç¥£¥ì¥¯¥È¥ê¤«¤é X333con- ! trib.tgz ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤òÆþ¼ê¤·¤Æ¡¢¼¡¤Î¥³¥Þ¥ó¥É¤ÇŸ³«¤·¤Þ¤¹: ! ! gzip -d < X333contrib.tgz | tar vxf - ! ! xtest ÇÛÉÛʪ¤ò¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¡¢XFree86 ¥½¡¼¥¹¥Ç¥£¥ì¥¯¥È¥ê¤«¤é ! X33test.tgz ¥½¡¼¥¹ÇÛÉÛʪ ¤òÆþ¼ê¤·¤Æ¼¡¤Î¥³¥Þ¥ó¥É¤ÇŸ³«¤·¤Þ¤¹: ! ! gzip -d < X33test.tgz | tar vxf - ! ! Ãí°Õ¤Ç¤¹¤¬¡¢xtest ¤Ï (X11R6.3 ¤«¤é) X11 ¤Î¥³¥¢ÇÛÉÛʪ¤Ë¤Ï´Þ¤Þ¤ì¤Ê¤¯¤Ê¤ê ! ¤Þ¤·¤¿¡£ ! ! 1.2. ¹½ÃÛÁ°¤Î¥½¡¼¥¹¤ÎÀßÄê ! ! ÀßÄêºî¶È¤Î°ìÈֻϤá¤Ë¤Ï¡¢xc/config/cf ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢ ! xf86site.def ¥Õ¥¡¥¤¥ë¤ò host.def ¤Ë¥³¥Ô¡¼¤·¤Þ¤·¤ç¤¦¡£¤½¤·¤Æhost.def ! ¥Õ¥¡¥¤¥ë¤òÁ´¤ÆÆɤß(¤³¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ï¥³¥á¥ó¥È¤¬¤¿¤¯¤µ¤ó½ñ¤«¤ì¤Æ¤¤¤Þ¤¹)¡¢ ! ÌÜŪ¤ÎÀßÄê¤Ë¹ç¤ï¤»¤Æ¥Ñ¥é¥á¥¿¤òÀßÄꤷ¤Þ¤¹¡£ÉáÄ̤ϻȤäƤ¤¤ë OS ¤Ë´ØÏ¢¤¹ ! ¤ë .cf ¤òÄ´¤Ù¤ì¤Ð¡¢¥Ç¥Õ¥©¥ë¥È¤ÎÀßÄ꤬ʬ¤«¤ê¤Þ¤¹¡£ ! ! Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È°Û¤Ê¤ëÅÀ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï imake ¤¬³Æ¼ï ! OS*Version ¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¤ÆÀßÄꤹ¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢¤³¤ì¤Ë´Ø¤¹¤ëÀß ! Äê¤òÌÀ¼¨Åª¤ËÆþÎϤ¹¤ëɬÍפϤʤ¯¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ¥½¡¼¥¹ÇÛÉÛʪ¤Î¤¦¤Á X334src-1.tgz ¤ÎÉôʬ¤À¤±¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ BuildFonts ! ¤Ï NO ¤ÈÄêµÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ``servers only'' ÇÛÉÛʪ¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ï¡¢BuildServersOnly ¤ò YES ¤ÈÄê ! µÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 1.3. ÇÛÉÛʪ¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë ! ! ÇÛÉÛʪ¤ò¹½ÃÛ¤¹¤ëÁ°¤Ë¤Ï¡¢¤ª»È¤¤¤Î OS ¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤òÄÌÆɤ·¤Æ¤¯ ! ¤À¤µ¤¤¡£¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc ¤Ë¤¢¤ê¤Þ ! ¤¹¡£OS ¸ÇÍ­¤Î¾ÜºÙ¤ÊÃí°ÕÅÀ¤¬Íý²ò¤Ç¤­¤ì¤Ð¡¢xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ ! ``make World'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ¼Â¹Ô¤ÎºÝ¤Ë¤ÏɬÍפ˱þ¤¸¤Æ¡¢OS ¸ÇÍ­¤Î ! README ¥Õ¥¡¥¤¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤ë BOOTSTRAPCFLAGS ¤ò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£É¸½à ! ½ÐÎϤÈɸ½à¥¨¥é¡¼½ÐÎϤò World.Log ¤Ë¥ê¥À¥¤¥ì¥¯¥È¤·¤Æ¤ª¤¯¤È¡¢¹½ÃÛÃæ¤Ëȯ ! À¸¤·¤¿ÌäÂê¤Î¸¶°øÄɵá¤ËÌòΩ¤Á¤Þ¤¹¡£ ! ! ¹½ÃÛ¤¬½ªÎ»¤·¤¿¤é¡¢ World.Log ¤òÄ´¤Ù¤ÆÌäÂ̵꤬¤¤¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ÌäÂ꤬¤Ê¤±¤ì¤Ð¥Ð¥¤¥Ê¥ê¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤âÎɤ¤¤Ç¤·¤ç¤¦¡£Á´¤Æ¤Î¥½¡¼ ! ¥¹ÇÛÉÛʪ¤ò»È¤¦¾ì¹ç¤Ï¡¢xc ¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¤¤Þ¤¹¡£ ! ``servers only'' ÇÛÉÛʪ¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢ xc/programs/Xserver ¥Ç¥£ ! ¥ì¥¯¥È¥ê¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¤¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¦¤Ë¤Ï``make ! install'' ¤È ``make install.man'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤Ë½½Ê¬¤Ê¤À ! ¤±¤Î¶õ¤­ÍÆÎ̤¬ /usr/X11R6 ¤Ë¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£/usr °Ê³°¤Î ! ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¾ì¹ç¤Ë¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤ÎÁ°¤Ë ! /usr/X11R6 ¤Ø¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! /usr/X11R6/lib/Server ¤Ë¤¢¤ë¥Ð¥¤¥Ê¥ê¤Î LinkKit ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë ! ¤Ï¡¢``make install.linkkit'' ¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 ¤Î¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë contrib ¥ê¥ê¡¼¥¹¤Î°ìÉô¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢¤Þ¤º ! ¥³¥¢ÇÛÉÛʪ¤¬¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¼¡¤Ë¡¢ contrib ! ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ ``xmkmf -a; make'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥³¥ó¥Ñ¥¤¥ë¤¬½ª ! λ¤·¤¿¤é ``make install'' ¤È ``make install.man'' ¤ò¼Â¹Ô¤·¤Æ¥¤¥ó¥¹¥È¡¼ ! ¥ë¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! xtest ÇÛÉÛʪ¤ò¹½ÃÛ/¼Â¹Ô¤¹¤ë¤Ë¤Ï¡¢test/xsuite/NOTES.xf86 ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ë ! ¼ê½ç¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥½¡¼¥¹ÇÛÉÛʪ¤Î¾ì¹ç) ! ! Ê£¿ô¤Î°Û¤Ê¤ë¥µ¡¼¥Ð¤ä°Û¤Ê¤ë¥É¥é¥¤¥Ð¤ò´Þ¤à¥µ¡¼¥Ð¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¼ê ! ½ç¤ò¹Ô¤¤¤Þ¤¹: ! ! 1. ¿·¤·¤¤¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤¬Àµ¤·¤¤°ÌÃ֤ˤ¢¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹(Î㤨¤Ð ! SVGA ¥µ¡¼¥Ð¤Î¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤Ï ! xc/programs/Xserver/hw/xfree86/vga256/drivers ¤È¤¤¤¦¥µ¥Ö¥Ç¥£¥ì¥¯¥È ! ¥ê¤Ë¤¢¤ë¤Ï¤º¤Ç¤¹)¡£ ! ! 2. host.def ¥Õ¥¡¥¤¥ëÃæ¤Ç¥µ¡¼¥Ð¤ÎÄêµÁ¤ÎÀßÄê¤òÊѹ¹¤·¡¢¹½ÃÛ¤¹¤ë¥µ¡¼¥Ð¤ò»Ø ! Äꤷ¤Þ¤¹¡£¤Þ¤¿¡¢É¬Íפ˱þ¤¸¤Æ¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤òÊѹ¹¤·¤Þ¤¹¡£ ! ! 3. xc/programs/Xserver ¥Ç¥£¥ì¥¯¥È¥ê¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! make Makefile ! make Makefiles ! make depend ! make ! ! 3. ¥µ¡¼¥Ð¤ÎºÆÀßÄê (¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Î¾ì¹ç) ! ! ¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥ê¥ó¥¯¥­¥Ã¥È¤òƳÆþ¤·¤Æ¤¤¤ì¤Ð¡¢¥É¥é¥¤¥Ð¤È¥µ¡¼¥ÐÆâ¤Î°ìÉô ! ¤Îµ¡Ç½³ÈÄ¥¤òºÆÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Îºî¶È¤Î¾ÜºÙ¤Ê¼ê½ç¤Ë¤Ä¤¤¤Æ ! ¤Ï¡¢README.LinkKit ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD,v 1.1.2.3 1999/11/26 15:22:58 hohndel Exp $ ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3): ²¬Ëܰ칬 ! , ¹¹¿·(XFree86 3.3.3, 3.3.4 Âбþ): Æ£ ! ¸¶µ±²Å , ¹»Àµ: ¶â ! ÅĹÀ»Ê ! )¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æ ! Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Î ! Ãøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT:3.5.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT:3.5.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT:3.5.2.1 Wed Jun 2 17:50:37 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT Sat Nov 27 02:22:58 1999 *************** *** 1,264 **** ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò Ãøºî¸¢É½¼¨ ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! ! ²¬ËÜ °ì¹¬ Kazuyuki Okamoto ! ! ! 1. XFree86 Ãøºî¸¢É½¼¨ ! ! Ãøºî¸¢¤¬ÌÀ¼¨¤µ¤ì¤Æ¤¤¤ë¥×¥í¥°¥é¥à¤ò½ü¤¤¤Æ XFree86 ¤Î¥×¥í¥°¥é¥à¤Ï¼¡¤ÎÃø ! ºî¸¢¤òÍ­¤¹¤ë: ! ! ! Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights ! Reserved. ! ! ¼«Í³¤Ë¡¢Ã¯¤â¤¬¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤È´ØÏ¢¤¹¤ëʸ½ñ¥Õ¥¡¥¤¥ë¡Ê°Ê¹ß¤Þ¤È¤á¤Æ ! ``¤½¤Õ¤È¤¦¤§¤¢'' ¤È¸Æ¤Ö¡Ë¤òÆþ¼ê¤¹¤ë»ö¡¢»ÈÍѸ¢¡¢Ê£¼Ì¸¢¡¢Êѹ¹¸¢¡¢Ê»¹ç ! ¸¢¡¢½ÐÈǸ¢¡¢ÇÛÉÕ¸¢¡¢ºÆ¼Â»ÜµöÂú¸¢ ¤«¤Ä/¤Þ¤¿¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÈÎÇ丢 ! ¤ò´Þ¤ó¤ÇÀ©Ìó̵¤·¤Ç¼è¤ê°·¤¦»ö¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÀ©¸Â̵¤·¤Ç¶¡µë¤¹¤ë¿Í ! ¤òµö²Ä¤¹¤ë»ö¡¢¤ò°Ê²¼¤Î¾ò·ïÉÕ¤­¤Ç¡¢¤³¤³¤Ë¾µÇ§¤¹¤ë¡£ ! ! ¾åµ­¤ÎÃøºî¸¢¹ð¼¨¤È¤³¤Îǧ²Ä¹ð¼¨¤ò ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÁ´¤Æ¤Þ¤¿¤Ï¡¢½ÅÍ×¤Ê ! Éôʬ¤È¶¦¤ËÃÖ¤¯»ö¡£ ! ! Ç¡²¿¤Ê¤ë¼ïÎà¡¢·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­µÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤«¤É¤¦¤«¡¢È󿯳²¤« ! Èݤ«¤ÎÊݾÚ̵¤·¤Ë¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤Ç¶¡µë¤·¤Þ ! ¤¹¡£Í׵ᡢ»³²¤ä¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¤äÉÔÀµ¹Ô°Ù¡¢ ``¤½¤Õ ! ¤È¤¦¤§¤¢'' ¤Ë´ØÏ¢¤¬Í­¤Ã¤Æ¤â̵¤¯¤Æ¤âÀ¸¤¸¤¿¸½¾Ý¡¢Ëô¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ! ¤Î»ÈÍÑ·ë²Ì¤ä¾¤Î¼è¤ê°·¤¤·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢¤É¤ó¤Êº³ºÙ¤Ê¤³¤È¤Ç¤â XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! ¤³¤Î¹ð¼¨¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë»ö¤ò½ü¤¤¤Æ¡¢ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¤Î̾¤Î²¼¤Ë¹­¹ð¤·¤¿¤ê¡¢ XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤«¤é°ÊÁ°¤Ëȯ¹Ô¤· ! ¤¿µö²Ä½ñ̵¤·¤Ë¾¼Ô¤¬ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÈÎÇä¡¢»ÈÍÑ¡¢¼è¤ê°·¤¤¤ò´«Í¶¤¹¤ë ! ¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 2. ¤½¤Î¾¤ÎÃøºî¸¢É½¼¨ ! ! °ìÉô¤Î¥×¥í¥°¥é¥à¤Ï¼¡¤ÎÃøºî¸¢¤òÍ­¤¹¤ë: ! ! ! 2.1. X ¥³¥ó¥½¡¼¥·¥¢¥à ! ! Copyright (C) 1996 X Consortium ! ! ¼«Í³¤Ë¡¢Ã¯¤â¤¬¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤È´ØÏ¢¤¹¤ëʸ½ñ¥Õ¥¡¥¤¥ë¡Ê°Ê¹ß¤Þ¤È¤á¤Æ ! ``¤½¤Õ¤È¤¦¤§¤¢'' ¤È¸Æ¤Ö¡Ë¤òÆþ¼ê¤¹¤ë»ö¡¢»ÈÍѸ¢¡¢Ê£¼Ì¸¢¡¢Êѹ¹¸¢¡¢Ê»¹ç ! ¸¢¡¢½ÐÈǸ¢¡¢ÇÛÉÕ¸¢¡¢ºÆ¼Â»ÜµöÂú¸¢ ¤«¤Ä/¤Þ¤¿¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÈÎÇ丢 ! ¤ò´Þ¤ó¤ÇÀ©Ìó̵¤·¤Ç¼è¤ê°·¤¦»ö¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÀ©¸Â̵¤·¤Ç¶¡µë¤¹¤ë¿Í ! ¤òµö²Ä¤¹¤ë»ö¡¢¤ò¼¡¤Î¾ò·ïÉÕ¤­¤Ç¡¢¤³¤³¤Ë¾µÇ§¤¹¤ë¡£ ! ! ¾åµ­¤ÎÃøºî¸¢¹ð¼¨¤È¤³¤Îǧ²Ä¹ð¼¨¤ò ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÁ´¤Æ¤Þ¤¿¤Ï¡¢½ÅÍ×¤Ê ! Éôʬ¤È¶¦¤ËÃÖ¤¯»ö¡£ ! ! Ç¡²¿¤Ê¤ë¼ïÎà¡¢·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­µÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤«¤É¤¦¤«¡¢È󿯳²¤« ! Èݤ«¤ÎÊݾÚ̵¤·¤Ë¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤Ç¶¡µë¤·¤Þ ! ¤¹¡£Í׵ᡢ»³²¤ä¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¤äÉÔÀµ¹Ô°Ù¡¢ ``¤½¤Õ ! ¤È¤¦¤§¤¢'' ¤Ë´ØÏ¢¤¬Í­¤Ã¤Æ¤â̵¤¯¤Æ¤âÀ¸¤¸¤¿¸½¾Ý¡¢Ëô¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ! ¤Î»ÈÍÑ·ë²Ì¤ä¾¤Î¼è¤ê°·¤¤·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢¤É¤ó¤Êº³ºÙ¤Ê¤³¤È¤Ç¤â X ¥³¥ó¥½¡¼ ! ¥·¥¢¥à¼Ò¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¹ð¼¨¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë»ö¤ò½ü¤¤¤Æ¡¢ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò X ¥³¥ó¥½¡¼¥·¥¢ ! ¥à¼Ò¤Î̾¤Î²¼¤Ë¹­¹ð¤·¤¿¤ê¡¢ X ¥³¥ó¥½¡¼¥·¥¢¥à¼Ò¤«¤é°ÊÁ°¤Ëȯ¹Ô¤·¤¿µö²Ä½ñ ! ̵¤·¤Ë¾¼Ô¤¬ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÈÎÇä¡¢»ÈÍÑ¡¢¼è¤ê°·¤¤¤ò´«Í¶¤¹¤ë¤³¤È¤Ï¤¢ ! ¤ê¤Þ¤»¤ó¡£ ! ! X Window System is a trademark of X Consortium, Inc. ! ! X Window System ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¼Ò¤Î¾¦É¸¤Ç¤¹¡£ ! ! ! 2.2. Berkeley ¤Ë´ð¤Å¤¯Ãøºî¸¢: ! ! ! 2.2.1. °ìÈÌ ! ! ºÆÇÛÉÛ¤ÈÊѹ¹¤Î¤¢¤ê¤Ê¤·¤Ë°ø¤é¤Ê¤¤¥½¡¼¥¹¤È¥Ð¥¤¥Ê¥ê¤Î·ÁÂ֤Ǥα¿ÍѤò¼¡¤Î¾ò ! ·ïÉÕ¤­¤Çµö²Ä¤¹¤ë: ! ! ! 1. ¥½¡¼¥¹¤ÎºÆÇÛÉۤˤ¢¤¿¤ê¾åµ­¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ïʸ¤Î°ìÍ÷¤È°Ê¹ß¤ÎÊü ! ´þÀë¸À¤òÊÝ»ý¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ ! ! 2. ¥Ð¥¤¥Ê¥ê·Á¼°¤ÎºÆÇÛÉۤˤ¢¤¿¤ê¾åµ­¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ïʸ¤Î°ìÍ÷¤È°Ê ! ¹ß¤Îʸ½ñ¤ÎÊü´þÀë¸ÀµÚ¤Ó/¤Þ¤¿¤Ï ÇÛÉÛʪ¤ËÉÕ°¤¹¤ëʸ½ñ¤òžºÜ¤·¤Ê¤±¤ì¤Ð ! ¤Ê¤é¤Ê¤¤¡£ ! ! 3. Ãøºî¼Ô¤Î̾Á°¤ÏÌÀ³Î¤Ë°ÊÁ°¤Ëȯ¹Ô¤·¤¿µö²Ä½ñ̵¤·¤Ë¤³¤Î``¤½¤Õ¤È¤¦¤§ ! ¤¢''¤«¤éÇÉÀ¸¤·¤¿¤â¤Î¤ò΢½ñ¤­¤·¤¿¤êÂ¥¿Ê¤¹¤ë¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! Ç¡²¿¤Ê¤ë·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­¤òÀ©¸Â¤»¤ºµÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤É ! ¤¦¤«¤ÎÊݾڤòÊü´þ¤·¤Æ¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤ÇÃøºî¼Ô ! ¤¬¶¡µë¤·¤Þ¤¹¡£Ä¾ÀÜŪ¡¢´ÖÀÜŪ¡¢¸Î°Õ¡¢ÆÃÊÌ¡¢ÌÏÈÏŪ¡¢É¬Á³ÅªÂ»³²¡ÊÀ©¸Â¤Î¤Ê ! ¤¤ÂåÂØʪ¤ä¥µ¡¼¥Ó¥¹¡¢²ÄÍÑÀ­¤ÎÄã²¼¤ä¥Ç¡¼¥¿¤äÍø±×¤Î»¼º¤Þ¤¿¤Ï±Ä¶È˸³²¤ò´Þ ! ¤à¡Ë¤¬À¸¤¸¤Æ¤â¡¢¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¡¢´°Á´¤ÊºÄ̳¤äÉÔÀµ¹Ô ! °Ù¡ÊÉÔÃí°Õ¤Ë¤è¤ë»ö¸ÎÅù¤ò´Þ¤à¡Ë¡¢²¾¤Ë»³²¤Î²ÄǽÀ­¤¬¤¢¤Ã¤Æ¤â``¤½¤Õ¤È¤¦¤§ ! ¤¢''¤Î»ÈÍÑ·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢Ãøºî¼Ô¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 2.2.2. UCB/LBL ! ! Copyright (c) 1993 The Regents of the University of California. All ! rights reserved. ! ! ¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤Ï DARPA ·ÀÌóÈÖ¹æ BG 91-66 ¤Ë´ð¤Å¤­ Lawrence Berkeley ! Laboratory ¤Î Computer Systems Engineering ¥°¥ë¡¼¥×¤¬³«È¯¤· Berkeley ! ¤Ë´óÉÕ¤·¤Þ¤·¤¿¡£ ! ! ÆÃħ¤ò½Ò¤Ù¤Æ¤¤¤ëÁ´¤Æ¤ÎÀëÅÁºàÎÁ¤È¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò»È¤¦¤Èɬ¤º¼¡¤Î¼Õ°Õ¤Î ! ¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡£ ! ! This product includes software developed by the University of ! California, Lawrence Berkeley Laboratory. ! ! Êѹ¹¤Î̵ͭ¤Ë¤«¤«¤ï¤é¤ººÆÇÛÉۤȥ½¡¼¥¹¤È¥Ð¥¤¥Ê¥ê·Á¼°¤ÎÍøÍѤò¼¡¤Î¾ò·ï¤Ë ! ½¾¤Ã¤Æǧ¤á¤ë: ! ! ! 1. ¥½¡¼¥¹¥×¥í¥°¥é¥à¤ÎºÆÇÛÉۤϾ嵭¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ï°ìÍ÷¤È¼¡¤ÎÊü´þ ! Àë¸À¤òɬ¤ºÊÝ»ý¤¹¤ë¤³¤È¡£ ! ! 2. ¥Ð¥¤¥Ê¥ê·Á¼°¤ÎºÆÇÛÉۤϾ嵭¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ï°ìÍ÷¤È¼¡¤ÎÊü´þÀë¸À ! ¤òɬ¤ºÊ¸½ñ¤È¤·¤ÆÊÝ»ý¤¹¤ë¤«Ëô¤ÏÇÛÉÛʪ¤Ë´Þ¤á¤ÆÄ󶡤¹¤ë¤³¤È¡£ ! ! 3. ÆÃħ¤ò½Ò¤Ù¤Æ¤¤¤ëÁ´¤Æ¤ÎÀëÅÁºàÎÁ¤È¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò»È¤¦¤Èɬ¤º¼¡¤Î¼Õ ! °Õ¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡£ This product includes software ! developed by the University of California, Berkeley and its ! contributors. ! ! ! 4. Âç³Ø¤Î̾Á°¤ä´óÉÕ¼Ô¤Î̾Á°¤Î¤É¤Á¤é¤â¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤«¤éÌÀ³Î¤Ê°ÊÁ°¤Ë ! ȯ¹Ô¤·¤¿µö²Ä½ñ̵¤·¤ËÇÉÀ¸¤·¤¿¤â¤Î¤ò΢½ñ¤­¤·¤¿¤êÂ¥¿Ê¤¹¤ë¤â¤Î¤Ç¤Ï¤¢¤ê ! ¤Þ¤»¤ó¡£ ! ! Ç¡²¿¤Ê¤ë·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­¤òÀ©¸Â¤»¤ºµÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤É ! ¤¦¤«¤ÎÊݾڤòÊü´þ¤·¤Æ¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤ÇÃøºî¼Ô ! ¤¬¶¡µë¤·¤Þ¤¹¡£Ä¾ÀÜŪ¡¢´ÖÀÜŪ¡¢¸Î°Õ¡¢ÆÃÊÌ¡¢ÌÏÈÏŪ¡¢É¬Á³ÅªÂ»³²¡ÊÀ©¸Â¤Î¤Ê ! ¤¤ÂåÂØʪ¤ä¥µ¡¼¥Ó¥¹¡¢²ÄÍÑÀ­¤ÎÄã²¼¤ä¥Ç¡¼¥¿¤äÍø±×¤Î»¼º¤Þ¤¿¤Ï±Ä¶È˸³²¤ò´Þ ! ¤à¡Ë¤¬À¸¤¸¤Æ¤â¡¢¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¡¢´°Á´¤ÊºÄ̳¤äÉÔÀµ¹Ô ! °Ù¡ÊÉÔÃí°Õ¤Ë¤è¤ë»ö¸ÎÅù¤ò´Þ¤à¡Ë¡¢²¾¤Ë»³²¤Î²ÄǽÀ­¤¬¤¢¤Ã¤Æ¤â``¤½¤Õ¤È¤¦¤§ ! ¤¢'' ¤Î»ÈÍÑ·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢Ãøºî¼Ô¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 2.3. NVidia ¼Ò ! ! Copyright (c) 1996-1998 NVIDIA, Corp. All rights reserved. ! ! »ÈÍѼԤؤÎÃí°Õ: ¥½¡¼¥¹¥×¥í¥°¥é¥à¤Ï¥¢¥á¥ê¥«¤ÎˡΧ¤È¹ñºÝË¡¤ÇÃøºî¸¢¤¬Êݸî ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£California ½£¡¢Sunnyvale ¤Ë¤¢¤ë NVIDIA ¼Ò¤¬Ãøºî¸¢¤òÊÝÍ­ ! ¤·¤Æ¤¤¤Æ NV ¥Á¥Ã¥×¤ÎÀ߷פȥ¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÎÀß·×Æõö¤òÊÝÍ­¤·¤Æ¤¤¤Þ¤¹¡£¤³ ! ¤Î¥½¡¼¥¹¥×¥í¥°¥é¥à¤Î»ÈÍѼԤȽêÍ­¼Ô¤Ï¤½¤Î¤Þ¤Þ¤Ç¤Ï¼Â¹Ô¤Ç¤­¤Ê¤¯¡¢¸Ä¿ÍÍÑ¤È ! ¾¦ÍÑ¥½¥Õ¥È¥¦¥§¥¢¤Ç¤Ï»ÈÍÑÎÁ¤Î¤¤¤é¤Ê¤¤Ãøºî¸¢¤ÈÆõö¸¢¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥½¡¼¥¹¥×¥í¥°¥é¥à¤òÇ¡²¿¤Ê¤ë·ÁÂ֤ǻȤ¦¤È¤·¤Æ¤â¥æ¡¼¥¶ÍÑʸ½ñ¤È¥×¥í¥°¥é ! ¥àÆâÉô¤Î¥³¥á¥ó¥È¤È¥¨¥ó¥É¥æ¡¼¥¶ÍÑʸ½ñ¤Ë¼¡¤Îʸ¤¬´Þ¤Þ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£ ! ! Copyright (c) 1996-1998 NVIDIA, Corp. NVIDIA design patents pending ! in the U.S. and foreign countries. ! ! NVIDIA ¼Ò ¤ÏÇ¡²¿¤Ê¤ëÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤Ë¤Ä¤¤¤ÆÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£Ç¡²¿¤Ê¤ë ! ·ÁÍƤä°ÕÌ£¤Ç¤âÊݾڤʤ·¤Ë ``¤¢¤ë¤¬¤Þ¤Þ'' ¶¡µë¤·¤Þ¤¹¡£ NVIDIA ¼Ò ¤ÏÁ´¤Æ ! ¤Î¾¦ÉÊÀ­µÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤É¤¦¤«¤ÎÊݾڤòÊü´þ¤·¤Þ¤¹¡£NVIDIA ! ¼Ò ¤ÏÆÃÊÌ¡¢´ÖÀÜŪ¡¢¶öȯŪ¡¢É¬Á³ÅªÂ»³²¡¢¤¿¤È¤¨¤É¤Î¤è¤¦¤Ê²ÄÍÑÀ­¤ÎÄã²¼¤ä ! ¥Ç¡¼¥¿¤äÍø±×¤Î»¼º¤¬¤¢¤Ã¤Æ¤â¡¢¤Þ¤¿±Ä¶È³èÆ°¤äÉÔÃí°Õ¤Ë¤è¤ë»ö¸Î¤Þ¤¿¤ÏÉÔÀµ ! ¹Ô°Ù¡¢¤³¤Î¥½¡¼¥¹¥×¥í¥°¥é¥à¤ÎÍøÍѤäÀ­Ç½¤Ë¤Ä¤¤¤ÆľÀÜ´Ø·¸¤¢¤Ã¤Æ¤â¤Ê¤¯¤Æ¤â ! À¸¤¸¤¿»ö¾Ý¤Ë¤Ä¤¤¤ÆÀÕǤ¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT,v 3.5.2.1 1999/06/02 07:50:37 hohndel Exp $ ! ! ! $XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $ ! ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v ! 3.9.2.2 1998/01/24 11:55:06 ¤ò¡¢²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤¬ ! XFree86 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤· ! ¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼ ! ¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ! ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤È X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä¤Ë¡¢ÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ ! ¤¤¡£ ! ! Copyright (C) 1995-1998 The X Japanese Documentation Project ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT,v 3.5.2.1 1999/06/02 07:50:37 hohndel Exp $ ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! [EOF] ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,178 ---- ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò Ãøºî¸¢É½¼¨ ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! ! ²¬ËÜ °ì¹¬ Kazuyuki Okamoto ! ! 1. XFree86 Ãøºî¸¢É½¼¨ ! ! Ãøºî¸¢¤¬ÌÀ¼¨¤µ¤ì¤Æ¤¤¤ë¥×¥í¥°¥é¥à¤ò½ü¤¤¤Æ XFree86 ¤Î¥×¥í¥°¥é¥à¤Ï¼¡¤ÎÃø ! ºî¸¢¤òÍ­¤¹¤ë: ! ! Copyright (C) 1994-1999 The XFree86 Project, Inc. All Rights ! Reserved. ! ! ¼«Í³¤Ë¡¢Ã¯¤â¤¬¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤È´ØÏ¢¤¹¤ëʸ½ñ¥Õ¥¡¥¤¥ë¡Ê°Ê¹ß¤Þ¤È¤á¤Æ ! ``¤½¤Õ¤È¤¦¤§¤¢'' ¤È¸Æ¤Ö¡Ë¤òÆþ¼ê¤¹¤ë»ö¡¢»ÈÍѸ¢¡¢Ê£¼Ì¸¢¡¢Êѹ¹¸¢¡¢Ê»¹ç ! ¸¢¡¢½ÐÈǸ¢¡¢ÇÛÉÕ¸¢¡¢ºÆ¼Â»ÜµöÂú¸¢ ¤«¤Ä/¤Þ¤¿¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÈÎÇ丢 ! ¤ò´Þ¤ó¤ÇÀ©Ìó̵¤·¤Ç¼è¤ê°·¤¦»ö¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÀ©¸Â̵¤·¤Ç¶¡µë¤¹¤ë¿Í ! ¤òµö²Ä¤¹¤ë»ö¡¢¤ò°Ê²¼¤Î¾ò·ïÉÕ¤­¤Ç¡¢¤³¤³¤Ë¾µÇ§¤¹¤ë¡£ ! ! ¾åµ­¤ÎÃøºî¸¢¹ð¼¨¤È¤³¤Îǧ²Ä¹ð¼¨¤ò ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÁ´¤Æ¤Þ¤¿¤Ï¡¢½ÅÍ×¤Ê ! Éôʬ¤È¶¦¤ËÃÖ¤¯»ö¡£ ! ! Ç¡²¿¤Ê¤ë¼ïÎà¡¢·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­µÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤«¤É¤¦¤«¡¢È󿯳²¤« ! Èݤ«¤ÎÊݾÚ̵¤·¤Ë¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤Ç¶¡µë¤·¤Þ ! ¤¹¡£Í׵ᡢ»³²¤ä¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¤äÉÔÀµ¹Ô°Ù¡¢ ``¤½¤Õ ! ¤È¤¦¤§¤¢'' ¤Ë´ØÏ¢¤¬Í­¤Ã¤Æ¤â̵¤¯¤Æ¤âÀ¸¤¸¤¿¸½¾Ý¡¢Ëô¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ! ¤Î»ÈÍÑ·ë²Ì¤ä¾¤Î¼è¤ê°·¤¤·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢¤É¤ó¤Êº³ºÙ¤Ê¤³¤È¤Ç¤â XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¹ð¼¨¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë»ö¤ò½ü¤¤¤Æ¡¢ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¤Î̾¤Î²¼¤Ë¹­¹ð¤·¤¿¤ê¡¢ XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤«¤é°ÊÁ°¤Ëȯ¹Ô¤· ! ¤¿µö²Ä½ñ̵¤·¤Ë¾¼Ô¤¬ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÈÎÇä¡¢»ÈÍÑ¡¢¼è¤ê°·¤¤¤ò´«Í¶¤¹¤ë ! ¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! 2. ¤½¤Î¾¤ÎÃøºî¸¢É½¼¨ ! ! °ìÉô¤Î¥×¥í¥°¥é¥à¤Ï¼¡¤ÎÃøºî¸¢¤òÍ­¤¹¤ë: ! ! 2.1. X ¥³¥ó¥½¡¼¥·¥¢¥à ! ! Copyright (C) 1996 X Consortium ! ! ¼«Í³¤Ë¡¢Ã¯¤â¤¬¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤È´ØÏ¢¤¹¤ëʸ½ñ¥Õ¥¡¥¤¥ë¡Ê°Ê¹ß¤Þ¤È¤á¤Æ ! ``¤½¤Õ¤È¤¦¤§¤¢'' ¤È¸Æ¤Ö¡Ë¤òÆþ¼ê¤¹¤ë»ö¡¢»ÈÍѸ¢¡¢Ê£¼Ì¸¢¡¢Êѹ¹¸¢¡¢Ê»¹ç ! ¸¢¡¢½ÐÈǸ¢¡¢ÇÛÉÕ¸¢¡¢ºÆ¼Â»ÜµöÂú¸¢ ¤«¤Ä/¤Þ¤¿¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÈÎÇ丢 ! ¤ò´Þ¤ó¤ÇÀ©Ìó̵¤·¤Ç¼è¤ê°·¤¦»ö¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÀ©¸Â̵¤·¤Ç¶¡µë¤¹¤ë¿Í ! ¤òµö²Ä¤¹¤ë»ö¡¢¤ò¼¡¤Î¾ò·ïÉÕ¤­¤Ç¡¢¤³¤³¤Ë¾µÇ§¤¹¤ë¡£ ! ! ¾åµ­¤ÎÃøºî¸¢¹ð¼¨¤È¤³¤Îǧ²Ä¹ð¼¨¤ò ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ÎÁ´¤Æ¤Þ¤¿¤Ï¡¢½ÅÍ×¤Ê ! Éôʬ¤È¶¦¤ËÃÖ¤¯»ö¡£ ! ! Ç¡²¿¤Ê¤ë¼ïÎà¡¢·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­µÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤«¤É¤¦¤«¡¢È󿯳²¤« ! Èݤ«¤ÎÊݾÚ̵¤·¤Ë¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤Ç¶¡µë¤·¤Þ ! ¤¹¡£Í׵ᡢ»³²¤ä¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¤äÉÔÀµ¹Ô°Ù¡¢ ``¤½¤Õ ! ¤È¤¦¤§¤¢'' ¤Ë´ØÏ¢¤¬Í­¤Ã¤Æ¤â̵¤¯¤Æ¤âÀ¸¤¸¤¿¸½¾Ý¡¢Ëô¤Ï ``¤½¤Õ¤È¤¦¤§¤¢'' ! ¤Î»ÈÍÑ·ë²Ì¤ä¾¤Î¼è¤ê°·¤¤·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢¤É¤ó¤Êº³ºÙ¤Ê¤³¤È¤Ç¤â X ¥³¥ó¥½¡¼ ! ¥·¥¢¥à¼Ò¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¹ð¼¨¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë»ö¤ò½ü¤¤¤Æ¡¢ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò X ¥³¥ó¥½¡¼¥·¥¢ ! ¥à¼Ò¤Î̾¤Î²¼¤Ë¹­¹ð¤·¤¿¤ê¡¢ X ¥³¥ó¥½¡¼¥·¥¢¥à¼Ò¤«¤é°ÊÁ°¤Ëȯ¹Ô¤·¤¿µö²Ä½ñ ! ̵¤·¤Ë¾¼Ô¤¬ ``¤½¤Õ¤È¤¦¤§¤¢'' ¤òÈÎÇä¡¢»ÈÍÑ¡¢¼è¤ê°·¤¤¤ò´«Í¶¤¹¤ë¤³¤È¤Ï¤¢ ! ¤ê¤Þ¤»¤ó¡£ ! ! X Window System is a trademark of X Consortium, Inc. ! ! X Window System ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¼Ò¤Î¾¦É¸¤Ç¤¹¡£ ! ! 2.2. Berkeley ¤Ë´ð¤Å¤¯Ãøºî¸¢: ! ! 2.2.1. °ìÈÌ ! ! ºÆÇÛÉÛ¤ÈÊѹ¹¤Î¤¢¤ê¤Ê¤·¤Ë°ø¤é¤Ê¤¤¥½¡¼¥¹¤È¥Ð¥¤¥Ê¥ê¤Î·ÁÂ֤Ǥα¿ÍѤò¼¡¤Î¾ò ! ·ïÉÕ¤­¤Çµö²Ä¤¹¤ë: ! ! 1. ¥½¡¼¥¹¤ÎºÆÇÛÉۤˤ¢¤¿¤ê¾åµ­¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ïʸ¤Î°ìÍ÷¤È°Ê¹ß¤ÎÊü ! ´þÀë¸À¤òÊÝ»ý¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ ! ! 2. ¥Ð¥¤¥Ê¥ê·Á¼°¤ÎºÆÇÛÉۤˤ¢¤¿¤ê¾åµ­¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ïʸ¤Î°ìÍ÷¤È°Ê ! ¹ß¤Îʸ½ñ¤ÎÊü´þÀë¸ÀµÚ¤Ó/¤Þ¤¿¤Ï ÇÛÉÛʪ¤ËÉÕ°¤¹¤ëʸ½ñ¤òžºÜ¤·¤Ê¤±¤ì¤Ð ! ¤Ê¤é¤Ê¤¤¡£ ! ! 3. Ãøºî¼Ô¤Î̾Á°¤ÏÌÀ³Î¤Ë°ÊÁ°¤Ëȯ¹Ô¤·¤¿µö²Ä½ñ̵¤·¤Ë¤³¤Î``¤½¤Õ¤È¤¦¤§ ! ¤¢''¤«¤éÇÉÀ¸¤·¤¿¤â¤Î¤ò΢½ñ¤­¤·¤¿¤êÂ¥¿Ê¤¹¤ë¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! Ç¡²¿¤Ê¤ë·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­¤òÀ©¸Â¤»¤ºµÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤É ! ¤¦¤«¤ÎÊݾڤòÊü´þ¤·¤Æ¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤ÇÃøºî¼Ô ! ¤¬¶¡µë¤·¤Þ¤¹¡£Ä¾ÀÜŪ¡¢´ÖÀÜŪ¡¢¸Î°Õ¡¢ÆÃÊÌ¡¢ÌÏÈÏŪ¡¢É¬Á³ÅªÂ»³²¡ÊÀ©¸Â¤Î¤Ê ! ¤¤ÂåÂØʪ¤ä¥µ¡¼¥Ó¥¹¡¢²ÄÍÑÀ­¤ÎÄã²¼¤ä¥Ç¡¼¥¿¤äÍø±×¤Î»¼º¤Þ¤¿¤Ï±Ä¶È˸³²¤ò´Þ ! ¤à¡Ë¤¬À¸¤¸¤Æ¤â¡¢¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¡¢´°Á´¤ÊºÄ̳¤äÉÔÀµ¹Ô ! °Ù¡ÊÉÔÃí°Õ¤Ë¤è¤ë»ö¸ÎÅù¤ò´Þ¤à¡Ë¡¢²¾¤Ë»³²¤Î²ÄǽÀ­¤¬¤¢¤Ã¤Æ¤â``¤½¤Õ¤È¤¦¤§ ! ¤¢''¤Î»ÈÍÑ·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢Ãøºî¼Ô¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! 2.2.2. UCB/LBL ! ! Copyright (c) 1993 The Regents of the University of California. All ! rights reserved. ! ! ¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤Ï DARPA ·ÀÌóÈÖ¹æ BG 91-66 ¤Ë´ð¤Å¤­ Lawrence Berkeley ! Laboratory ¤Î Computer Systems Engineering ¥°¥ë¡¼¥×¤¬³«È¯¤· Berkeley ! ¤Ë´óÉÕ¤·¤Þ¤·¤¿¡£ ! ! ÆÃħ¤ò½Ò¤Ù¤Æ¤¤¤ëÁ´¤Æ¤ÎÀëÅÁºàÎÁ¤È¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò»È¤¦¤Èɬ¤º¼¡¤Î¼Õ°Õ¤Î ! ¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡£ ! ! This product includes software developed by the University of ! California, Lawrence Berkeley Laboratory. ! ! Êѹ¹¤Î̵ͭ¤Ë¤«¤«¤ï¤é¤ººÆÇÛÉۤȥ½¡¼¥¹¤È¥Ð¥¤¥Ê¥ê·Á¼°¤ÎÍøÍѤò¼¡¤Î¾ò·ï¤Ë ! ½¾¤Ã¤Æǧ¤á¤ë: ! ! 1. ¥½¡¼¥¹¥×¥í¥°¥é¥à¤ÎºÆÇÛÉۤϾ嵭¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ï°ìÍ÷¤È¼¡¤ÎÊü´þ ! Àë¸À¤òɬ¤ºÊÝ»ý¤¹¤ë¤³¤È¡£ ! ! 2. ¥Ð¥¤¥Ê¥ê·Á¼°¤ÎºÆÇÛÉۤϾ嵭¤ÎÃøºî¸¢É½¼¨¤È¤³¤Î¾ò·ï°ìÍ÷¤È¼¡¤ÎÊü´þÀë¸À ! ¤òɬ¤ºÊ¸½ñ¤È¤·¤ÆÊÝ»ý¤¹¤ë¤«Ëô¤ÏÇÛÉÛʪ¤Ë´Þ¤á¤ÆÄ󶡤¹¤ë¤³¤È¡£ ! ! 3. ÆÃħ¤ò½Ò¤Ù¤Æ¤¤¤ëÁ´¤Æ¤ÎÀëÅÁºàÎÁ¤È¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò»È¤¦¤Èɬ¤º¼¡¤Î¼Õ ! °Õ¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡£ This product includes software ! developed by the University of California, Berkeley and its ! contributors. ! ! 4. Âç³Ø¤Î̾Á°¤ä´óÉÕ¼Ô¤Î̾Á°¤Î¤É¤Á¤é¤â¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤«¤éÌÀ³Î¤Ê°ÊÁ°¤Ë ! ȯ¹Ô¤·¤¿µö²Ä½ñ̵¤·¤ËÇÉÀ¸¤·¤¿¤â¤Î¤ò΢½ñ¤­¤·¤¿¤êÂ¥¿Ê¤¹¤ë¤â¤Î¤Ç¤Ï¤¢¤ê ! ¤Þ¤»¤ó¡£ ! ! Ç¡²¿¤Ê¤ë·ÁÍÆ¡¢°ÕÌ£¤Ç¤â¡¢¾¦ÉÊÀ­¤òÀ©¸Â¤»¤ºµÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤É ! ¤¦¤«¤ÎÊݾڤòÊü´þ¤·¤Æ¡¢``¤½¤Õ¤È¤¦¤§¤¢'' ¤ò ``¤¢¤ë¤¬¤Þ¤Þ'' ¤Î·Á¤ÇÃøºî¼Ô ! ¤¬¶¡µë¤·¤Þ¤¹¡£Ä¾ÀÜŪ¡¢´ÖÀÜŪ¡¢¸Î°Õ¡¢ÆÃÊÌ¡¢ÌÏÈÏŪ¡¢É¬Á³ÅªÂ»³²¡ÊÀ©¸Â¤Î¤Ê ! ¤¤ÂåÂØʪ¤ä¥µ¡¼¥Ó¥¹¡¢²ÄÍÑÀ­¤ÎÄã²¼¤ä¥Ç¡¼¥¿¤äÍø±×¤Î»¼º¤Þ¤¿¤Ï±Ä¶È˸³²¤ò´Þ ! ¤à¡Ë¤¬À¸¤¸¤Æ¤â¡¢¤½¤Î¾¤ÎÀÕǤµÚ¤ÓÇ¡²¿¤Ê¤ë·ÀÌó¤Î¼Â¹Ô¡¢´°Á´¤ÊºÄ̳¤äÉÔÀµ¹Ô ! °Ù¡ÊÉÔÃí°Õ¤Ë¤è¤ë»ö¸ÎÅù¤ò´Þ¤à¡Ë¡¢²¾¤Ë»³²¤Î²ÄǽÀ­¤¬¤¢¤Ã¤Æ¤â``¤½¤Õ¤È¤¦¤§ ! ¤¢'' ¤Î»ÈÍÑ·ë²Ì¤Ë¤Ä¤¤¤Æ¡¢Ãøºî¼Ô¤Ë¤ÏÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! 2.3. NVidia ¼Ò ! ! Copyright (c) 1996-1998 NVIDIA, Corp. All rights reserved. ! ! »ÈÍѼԤؤÎÃí°Õ: ¥½¡¼¥¹¥×¥í¥°¥é¥à¤Ï¥¢¥á¥ê¥«¤ÎˡΧ¤È¹ñºÝË¡¤ÇÃøºî¸¢¤¬Êݸî ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£California ½£¡¢Sunnyvale ¤Ë¤¢¤ë NVIDIA ¼Ò¤¬Ãøºî¸¢¤òÊÝÍ­ ! ¤·¤Æ¤¤¤Æ NV ¥Á¥Ã¥×¤ÎÀ߷פȥ¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÎÀß·×Æõö¤òÊÝÍ­¤·¤Æ¤¤¤Þ¤¹¡£¤³ ! ¤Î¥½¡¼¥¹¥×¥í¥°¥é¥à¤Î»ÈÍѼԤȽêÍ­¼Ô¤Ï¤½¤Î¤Þ¤Þ¤Ç¤Ï¼Â¹Ô¤Ç¤­¤Ê¤¯¡¢¸Ä¿ÍÍÑ¤È ! ¾¦ÍÑ¥½¥Õ¥È¥¦¥§¥¢¤Ç¤Ï»ÈÍÑÎÁ¤Î¤¤¤é¤Ê¤¤Ãøºî¸¢¤ÈÆõö¸¢¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥½¡¼¥¹¥×¥í¥°¥é¥à¤òÇ¡²¿¤Ê¤ë·ÁÂ֤ǻȤ¦¤È¤·¤Æ¤â¥æ¡¼¥¶ÍÑʸ½ñ¤È¥×¥í¥°¥é ! ¥àÆâÉô¤Î¥³¥á¥ó¥È¤È¥¨¥ó¥É¥æ¡¼¥¶ÍÑʸ½ñ¤Ë¼¡¤Îʸ¤¬´Þ¤Þ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£ ! ! Copyright (c) 1996-1998 NVIDIA, Corp. NVIDIA design patents pending ! in the U.S. and foreign countries. ! ! NVIDIA ¼Ò ¤ÏÇ¡²¿¤Ê¤ëÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤Ë¤Ä¤¤¤ÆÀÕǤ¤¬¤¢¤ê¤Þ¤»¤ó¡£Ç¡²¿¤Ê¤ë ! ·ÁÍƤä°ÕÌ£¤Ç¤âÊݾڤʤ·¤Ë ``¤¢¤ë¤¬¤Þ¤Þ'' ¶¡µë¤·¤Þ¤¹¡£ NVIDIA ¼Ò ¤ÏÁ´¤Æ ! ¤Î¾¦ÉÊÀ­µÚ¤Ó¡¢ÆÃÄê¤ÎÌÜŪ¤ËŬ¹ç¤¹¤ë¤«¤É¤¦¤«¤ÎÊݾڤòÊü´þ¤·¤Þ¤¹¡£NVIDIA ! ¼Ò ¤ÏÆÃÊÌ¡¢´ÖÀÜŪ¡¢¶öȯŪ¡¢É¬Á³ÅªÂ»³²¡¢¤¿¤È¤¨¤É¤Î¤è¤¦¤Ê²ÄÍÑÀ­¤ÎÄã²¼¤ä ! ¥Ç¡¼¥¿¤äÍø±×¤Î»¼º¤¬¤¢¤Ã¤Æ¤â¡¢¤Þ¤¿±Ä¶È³èÆ°¤äÉÔÃí°Õ¤Ë¤è¤ë»ö¸Î¤Þ¤¿¤ÏÉÔÀµ ! ¹Ô°Ù¡¢¤³¤Î¥½¡¼¥¹¥×¥í¥°¥é¥à¤ÎÍøÍѤäÀ­Ç½¤Ë¤Ä¤¤¤ÆľÀÜ´Ø·¸¤¢¤Ã¤Æ¤â¤Ê¤¯¤Æ¤â ! À¸¤¸¤¿»ö¾Ý¤Ë¤Ä¤¤¤ÆÀÕǤ¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT,v 3.5.2.2 1999/11/26 15:22:58 hohndel Exp $ ! ! $XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v ! 3.9.2.2 1998/01/24 11:55:06 ¤ò¡¢²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤¬ ! XFree86 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤· ! ¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼ ! ¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ! ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤È X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä¤Ë¡¢ÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ ! ¤¤¡£ ! ! Copyright (C) 1995-1998 The X Japanese Documentation Project ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT,v 3.5.2.2 1999/11/26 15:22:58 hohndel Exp $ ! ! [EOF] ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile:3.8.2.3 xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile:3.8.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile:3.8.2.3 Wed Jun 2 17:50:37 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile Sat Nov 27 02:22:58 1999 *************** *** 1,6 **** XCOMM $XConsortium: Imakefile /main/6 1996/02/21 17:41:56 kaleb $ ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile,v 3.8.2.3 1999/06/02 07:50:37 hohndel Exp $ #include #if !BuildLinuxDocText --- 1,6 ---- XCOMM $XConsortium: Imakefile /main/6 1996/02/21 17:41:56 kaleb $ ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile,v 3.8.2.4 1999/11/26 15:22:58 hohndel Exp $ #include #if !BuildLinuxDocText *************** *** 20,25 **** --- 20,28 ---- #ifdef i386MachArchitecture OSREADME = /* README.Mach */ #endif + #ifdef DguxArchitecture + OSREADME = README.DGux + #endif #ifdef LinuxArchitecture OSREADME = README.Linux #endif *************** *** 68,74 **** README.S3 README.S3V README.SiS README.W32 README.Oak \ README.I128 README.Mach32 \ README.Mach64 README.ark README.MGA README.NVIDIA README.mouse \ ! README.neo README.rendition README.3DLabs README.cyrix MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES --- 71,78 ---- README.S3 README.S3V README.SiS README.W32 README.Oak \ README.I128 README.Mach32 \ README.Mach64 README.ark README.MGA README.NVIDIA README.mouse \ ! README.neo README.rendition README.3DLabs README.cyrix \ ! README.i740 README.r128 MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit:3.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit:3.1.2.2 Wed Jun 2 17:50:38 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit Sat Nov 27 02:22:59 1999 *************** *** 1,198 **** ! XFree86 3.3.3 ¥ê¥ó¥¯¥­¥Ã¥È¤Î Readme ! The XFree86 Project, Inc. ! 22 October 1998 ! The X Jananese Documentation Project ! 16 January 1999 ! ! 1. XFree86 3.3.3 ¥ê¥ó¥¯¥­¥Ã¥È¤Î Readme ! ! ! ! 1. gcc-2 ¤ò»ÈÍѤ·¤Ê¤¤¥·¥¹¥Æ¥à¤Ç¡¢gcc-2 ¤ÇºîÀ®¤µ¤ì¤¿¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤ò»È ! ÍѤ¹¤ë¾ì¹ç¤Ï¤¿¤Ö¤ó libgcc.a ¤òÁȤ߹þ¤àɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 2. ¥ê¥ó¥¯¥­¥Ã¥È¤ò»È¤Ã¤Æ Xnest ¤ò¥ê¥ó¥¯¤¹¤ë¾ì¹ç¤Ï XFree86 3.3.3 ¤Î¥é¥¤ ! ¥Ö¥é¥ê¤¬ /usr/X11R6 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£Â¾¤Î¥µ¡¼¥Ð¤Î¾ì¹ç¤Ë¤Ï¡¢¸½ºß¥ê¥ó¥¯¥­¥Ã¥È¤ÏÆ⢤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3. xf86site.def ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¤Æ¡¢¹½ÃÛ¤·¤¿¤¤¥µ¡¼¥Ð¤ÈÁȤ߹þ¤ß¤¿¤¤¥É¥é ! ¥¤¥Ð¤äµ¡Ç½³ÈÄ¥¤òÄêµÁ¤·¤Þ¤¹¡£ ! ! ! o ¥Ç¥Õ¥©¥ë¥ÈÃͤ¬Àµ¤·¤¯¤Ê¤±¤ì¤Ð¡¢»ÈÍѤ¹¤ë¥³¥ó¥Ñ¥¤¥é¤Ë¹ç¤ï¤»¤Æ HasGcc ! ¤È HasGcc2 ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤¬ gcc-2.x ¤ÇºîÀ®¤µ¤ì¤Æ¤¤¤Æ¡¢¤½¤ì¤È°Û¤Ê¤ë¥³¥ó¥Ñ¥¤¥é¤ò»È ! ÍѤ¹¤ë¾ì¹ç¡¢libgcc.a ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤ª¤¯É¬Í×¤È NeedLibGcc ¤ò YES ! ¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! o 256 ¿§¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86SVGAServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o 16 ¿§¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86VGA16Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Çò¹õ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86MonoServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86S3Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Mach8 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86Mach8Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Mach32 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86Mach32Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Mach64 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86Mach64Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o P9000 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86P9000Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o AGX ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86AGXServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o ET4000/W32 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86W32Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o IBM 8514/A ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86I8514Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o I128 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86I128Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o GLINT ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86GLINTServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o TGA ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86TGAServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o GA-98NB/WAP ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98GANBServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o NEC480 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98NEC480Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o NEC-CIRRUS/EPSON NKV/NKV2 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98NKVNECServer ¤ò ! YES ¤Ë¤·¤Þ¤¹¡£ ! ! o WAB-S ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98WABSServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! ! o WAB-EP ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98WABEPServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o WSN-A2F ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98WSNAServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Trident Cyber9320/9680 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98TGUIServer ¤ò YES ! ¤Ë¤·¤Þ¤¹¡£ ! ! o Matrox Millennium/Mystique ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98MGAServer ¤ò ! YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Cirrus Logic CLGD7555 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98SVGAServer ¤ò YES ! ¤Ë¤·¤Þ¤¹¡£ ! ! o EGC ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98EGCServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o NEC S3 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98NECS3Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 PW/PCSKB ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98PWSKBServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 PW/LB ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98PWLBServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 GA-968 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98GA968Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Xnest ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XnestServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Ê£¿ô¤Î X ¥µ¡¼¥Ð ¤òºîÀ®¤¹¤ë¾ì¹ç¤Ï¡¢ServerToInstall ¤Î¹Ô¤Î¥³¥á¥ó¥È¤ò ! ³°¤·¡¢¥Ç¥Õ¥©¥ë¥È¤Î¥µ¡¼¥Ð(¤Ä¤Þ¤ê¡¢¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¥Õ¥¡¥¤¥ë¡ÖX¡×¤¬ ! »Ø¤¹Àè)¤Ë¤·¤¿¤¤ X ¥µ¡¼¥Ð¤Î̾¾Î¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o XF86SvgaDrivers ¤Ë¤Ï¡¢SVGA ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤òÀß ! Äꤷ¤Þ¤¹¡£ ! ! o XF86Vga16Drivers ¤Ë¤Ï¡¢16 ¿§ ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤ò ! ÀßÄꤷ¤Þ¤¹¡£ ! ! o XF86Vga2Drivers ¤Ë¤Ï¡¢Çò¹õ VGA ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È ! ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o XF86MonoDrivers ¤Ë¤Ï¡¢Çò¹õ¥µ¡¼¥Ð¤¢¤ë¤¤¤Ï VGA16 ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤ ! Èó VGA ¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤òÀßÄꤷ¤Þ¤¹¡£ (VGA ¥É¥é¥¤¥Ð¤È Èó VGA ¥É¥é¥¤ ! ¥Ð¤ÎξÊý¤ò´Þ¤à¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤È¤­) ! ! o Ãí°Õ: ¥É¥é¥¤¥Ð¤Î½çÈ֤ˤè¤Ã¤Æ¥É¥é¥¤¥Ð¤Î¸¡½Ð¤Î½çÈÖ¤¬·è¤Þ¤ê¤Þ¤¹¡£ `ÈÆ ! ÍÑ' (`generic') ¥É¥é¥¤¥Ð¤Î¸¡½Ð¤Ïɬ¤ºÀ®¸ù¤¹¤ë¤Î¤Ç¡¢ Mono ¤È VGA16 ¤È ! SVGA ¥µ¡¼¥Ð¤ËÁȤ߹þ¤à½ç½ø¤ÏºÇ¸å¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! o ưŪ¥í¡¼¥É²Äǽ¥â¥¸¥å¡¼¥ë(Î㤨¤Ð PEX, XIE)¤ò»ÈÍѤ¹¤ë¤Ë¤Ï: ! ExtensionsDynamicModules ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o PEX µ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤à¤Ë¤Ï: BuildPexExt ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o X ¥¤¥á¡¼¥¸µ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤à¤Ë¤Ï: BuildXIE ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o GLX µ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤à¤Ë¤Ï: BuildGlxExt ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o ¥À¥Ö¥ë¥Ð¥Ã¥Õ¥¡µ¡Ç½³ÈÄ¥¤ò³°¤¹¤Ë¤Ï: BuildDBE ¤ò NO ¤Ë¤·¤Þ¤¹¡£ ! ! o µ­Ï¿µ¡Ç½³ÈÄ¥¤ò³°¤¹¤Ë¤Ï: BuildRECORD ¤ò NO ¤Ë¤·¤Þ¤¹¡£ ! ! o ¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ðµ¡Ç½³ÈÄ¥¤ò³°¤¹¤Ë¤Ï: BuildScreenSaverExt ¤ò NO ¤Ë¤· ! ¤Þ¤¹¡£ ! ! o ¤³¤Îµ¡¹½¤ò»È¤Ã¤Æ¾¤Îµ¡Ç½³ÈÄ¥¤ò³°¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¤¬¡¢¤³¤ì¤Ï¤ª´«¤á¤Ç ! ¤­¤Þ¤»¤ó¡£¤Ê¤¼¤Ê¤é¡¢¥µ¡¼¥Ð¤Î¥µ¥¤¥º¤ÎÀáÌó¤Ë¤â¤Ê¤ê¤Þ¤»¤ó¤·¡¢¤Ç¤­¤¿¥µ ! ¡¼¥Ð¤¬¿§¡¹¤ÊÅÀ¤Ç¤ª¤«¤·¤¯¤Ê¤ë¤³¤È¤µ¤¨¤¢¤ë¤«¤é¤Ç¤¹¡£ ! ! 4. ɸ½àÇÛÉÛʪ¤Ë´Þ¤Þ¤ì¤Ê¤¤¥É¥é¥¤¥Ð¤òÁȤ߹þ¤à¾ì¹ç¤Ï¡¢ drivers/vga256 ¤Ë ! ¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·( Çò¹õ¥µ¡¼¥Ð¤Î VGA2 Éôʬ¤Î¾ì¹ç¤Ï drivers/vga2¡¢ ! 16 ¿§¥µ¡¼¥Ð¤Î¾ì¹ç¤Ïdrivers/vga16¡¢Çò¹õ¥µ¡¼¥Ð¤È 16 ¿§¥µ¡¼¥Ð¤ÎÈó VGA ! Éôʬ¤Î¾ì¹ç¤Ï drivers/mono)¡¢¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤È .o ¥Õ¥¡¥¤¥ë¤Î¤¤¤º¤ì¤« ! ¤ÈŬÀÚ¤Ê Imakefile ¤ò¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤³¤Î¥Ç¥£¥ì¥¯¥È ! ¥ê¤Î̾Á°¤Ï¥É¥é¥¤¥Ð¤Î̾Á°¤ÈƱ¤¸¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(¾Ü¤·¤¯¤Ï ! VGADriverDoc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ë¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ÌõÃí: ¥Ç¥£¥ì¥¯¥È¥ê¤Î°ÌÃÖ¤Ï¼ÂºÝ¤Ë¤Ï drivers/vga256 -< ! vga256/drivers, drivers/vga2 -< vga2/drivers, drivers/vga16 -< ! vga16/drivers, drivers/mono -< mono/drivers ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£) ! ! 5. Makefile ¤òºîÀ®¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! ./mkmf ! ! ! ! 6. `make' ¤ò¼Â¹Ô¤·¤Æ¡¢ÀßÄꤷ¤¿¤è¤¦¤Ë¥µ¡¼¥Ð¤ò¥ê¥ó¥¯¤·¤Þ¤¹¡£ ! ! 7. `make install' ¤ò¼Â¹Ô¤·¤Æ¡¢¿·¤·¤¤¥µ¡¼¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ ! ! 8. `make clean' ¤ò¼Â¹Ô¤·¤Æ¡¢¤³¤Îºî¶È¤ÇºîÀ®¤·¤¿¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹¡£ ! ! 9. xf86site.def ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢ºîÀ®¤¹¤ë¥µ¡¼¥Ð¤ä¥µ¡¼¥Ð¤ËÁȤ߹þ¤à¥É¥é ! ¥¤¥Ð¤ÎÁªÂò¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¾åµ­¤Î¼ê½ç¤ò·«¤êÊÖ¤·¤Æ¤¯¤À¤µ¤¤¡£ÁÈ¤ß ! ¹þ¤à X ¥µ¡¼¥Ðµ¡Ç½³ÈÄ¥¤ÎÁªÂò¤òÊѹ¹¤·¤¿¾ì¹ç¤Ï¡¢ `./mkmf' ¤ÎÂå¤ï¤ê¤Ë ! `make Makefile' ¤ò¼Â¹Ô¤¹¤ì¤Ð½½Ê¬¤Ç¤¹¡£ ! ! 10. ! `-showconfig' ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤ÆX ¥µ¡¼¥Ð¤ò¼Â¹Ô¤¹¤ì¤Ð¡¢X ¥µ¡¼¥Ð¤Ë´Þ ! ¤Þ¤ì¤Æ¤¤¤ë¥É¥é¥¤¥Ð¤òÄ´¤Ù¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ëµ¡Ç½³ÈÄ¥ ! ¤òÄ´¤Ù¤ë¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Æ `xdpyinfo' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit,v 3.1.2.2 1999/06/02 07:50:38 hohndel Exp $ ! ! ! ! ! ! $XConsortium: LinkKit.sgml /main/8 1996/10/27 11:05:58 kaleb $ ! ! ! ! ! 2. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3): ²¬Ëܰ칬( ! , ¹¹¿·(XFree86 3.3.3): Æ£¸¶µ±²Å ! , ¹»Àµ: »³²¼½ã»Ê ! )¡£ÌäÂêÅÀ¤Î ! »ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§ ! ¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! --- 1,175 ---- ! XFree86 3.3.3 ¥ê¥ó¥¯¥­¥Ã¥È¤Î Readme ! The XFree86 Project, Inc. ! 22 October 1998 ! The X Jananese Documentation Project ! 16 January 1999 ! ! 1. XFree86 3.3.3 ¥ê¥ó¥¯¥­¥Ã¥È¤Î Readme ! ! 1. gcc-2 ¤ò»ÈÍѤ·¤Ê¤¤¥·¥¹¥Æ¥à¤Ç¡¢gcc-2 ¤ÇºîÀ®¤µ¤ì¤¿¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤ò»È ! ÍѤ¹¤ë¾ì¹ç¤Ï¤¿¤Ö¤ó libgcc.a ¤òÁȤ߹þ¤àɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 2. ¥ê¥ó¥¯¥­¥Ã¥È¤ò»È¤Ã¤Æ Xnest ¤ò¥ê¥ó¥¯¤¹¤ë¾ì¹ç¤Ï XFree86 3.3.3 ¤Î¥é¥¤ ! ¥Ö¥é¥ê¤¬ /usr/X11R6 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£Â¾¤Î¥µ¡¼¥Ð¤Î¾ì¹ç¤Ë¤Ï¡¢¸½ºß¥ê¥ó¥¯¥­¥Ã¥È¤ÏÆ⢤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3. xf86site.def ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¤Æ¡¢¹½ÃÛ¤·¤¿¤¤¥µ¡¼¥Ð¤ÈÁȤ߹þ¤ß¤¿¤¤¥É¥é ! ¥¤¥Ð¤äµ¡Ç½³ÈÄ¥¤òÄêµÁ¤·¤Þ¤¹¡£ ! ! o ¥Ç¥Õ¥©¥ë¥ÈÃͤ¬Àµ¤·¤¯¤Ê¤±¤ì¤Ð¡¢»ÈÍѤ¹¤ë¥³¥ó¥Ñ¥¤¥é¤Ë¹ç¤ï¤»¤Æ HasGcc ! ¤È HasGcc2 ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤¬ gcc-2.x ¤ÇºîÀ®¤µ¤ì¤Æ¤¤¤Æ¡¢¤½¤ì¤È°Û¤Ê¤ë¥³¥ó¥Ñ¥¤¥é¤ò»È ! ÍѤ¹¤ë¾ì¹ç¡¢libgcc.a ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤ª¤¯É¬Í×¤È NeedLibGcc ¤ò YES ! ¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! o 256 ¿§¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86SVGAServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o 16 ¿§¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86VGA16Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Çò¹õ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86MonoServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86S3Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Mach8 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86Mach8Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Mach32 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86Mach32Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Mach64 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86Mach64Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o P9000 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86P9000Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o AGX ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86AGXServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o ET4000/W32 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86W32Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o IBM 8514/A ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86I8514Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o I128 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86I128Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o GLINT ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86GLINTServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o TGA ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF86TGAServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o GA-98NB/WAP ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98GANBServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o NEC480 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98NEC480Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o NEC-CIRRUS/EPSON NKV/NKV2 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98NKVNECServer ¤ò ! YES ¤Ë¤·¤Þ¤¹¡£ ! ! o WAB-S ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98WABSServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o WAB-EP ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98WABEPServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o WSN-A2F ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98WSNAServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Trident Cyber9320/9680 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98TGUIServer ¤ò YES ! ¤Ë¤·¤Þ¤¹¡£ ! ! o Matrox Millennium/Mystique ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98MGAServer ¤ò ! YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Cirrus Logic CLGD7555 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98SVGAServer ¤ò YES ! ¤Ë¤·¤Þ¤¹¡£ ! ! o EGC ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98EGCServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o NEC S3 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98NECS3Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 PW/PCSKB ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98PWSKBServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 PW/LB ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98PWLBServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o S3 GA-968 ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XF98GA968Server ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Xnest ¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤Ë¤Ï: XnestServer ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o Ê£¿ô¤Î X ¥µ¡¼¥Ð ¤òºîÀ®¤¹¤ë¾ì¹ç¤Ï¡¢ServerToInstall ¤Î¹Ô¤Î¥³¥á¥ó¥È¤ò ! ³°¤·¡¢¥Ç¥Õ¥©¥ë¥È¤Î¥µ¡¼¥Ð(¤Ä¤Þ¤ê¡¢¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¥Õ¥¡¥¤¥ë¡ÖX¡×¤¬ ! »Ø¤¹Àè)¤Ë¤·¤¿¤¤ X ¥µ¡¼¥Ð¤Î̾¾Î¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o XF86SvgaDrivers ¤Ë¤Ï¡¢SVGA ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤òÀß ! Äꤷ¤Þ¤¹¡£ ! ! o XF86Vga16Drivers ¤Ë¤Ï¡¢16 ¿§ ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤ò ! ÀßÄꤷ¤Þ¤¹¡£ ! ! o XF86Vga2Drivers ¤Ë¤Ï¡¢Çò¹õ VGA ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È ! ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o XF86MonoDrivers ¤Ë¤Ï¡¢Çò¹õ¥µ¡¼¥Ð¤¢¤ë¤¤¤Ï VGA16 ¥µ¡¼¥Ð¤ËÁȤ߹þ¤ß¤¿¤¤ ! Èó VGA ¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤òÀßÄꤷ¤Þ¤¹¡£ (VGA ¥É¥é¥¤¥Ð¤È Èó VGA ¥É¥é¥¤ ! ¥Ð¤ÎξÊý¤ò´Þ¤à¥µ¡¼¥Ð¤òºîÀ®¤¹¤ë¤È¤­) ! ! o Ãí°Õ: ¥É¥é¥¤¥Ð¤Î½çÈ֤ˤè¤Ã¤Æ¥É¥é¥¤¥Ð¤Î¸¡½Ð¤Î½çÈÖ¤¬·è¤Þ¤ê¤Þ¤¹¡£ `ÈÆ ! ÍÑ' (`generic') ¥É¥é¥¤¥Ð¤Î¸¡½Ð¤Ïɬ¤ºÀ®¸ù¤¹¤ë¤Î¤Ç¡¢ Mono ¤È VGA16 ¤È ! SVGA ¥µ¡¼¥Ð¤ËÁȤ߹þ¤à½ç½ø¤ÏºÇ¸å¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! o ưŪ¥í¡¼¥É²Äǽ¥â¥¸¥å¡¼¥ë(Î㤨¤Ð PEX, XIE)¤ò»ÈÍѤ¹¤ë¤Ë¤Ï: ! ExtensionsDynamicModules ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o PEX µ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤à¤Ë¤Ï: BuildPexExt ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o X ¥¤¥á¡¼¥¸µ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤à¤Ë¤Ï: BuildXIE ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o GLX µ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤à¤Ë¤Ï: BuildGlxExt ¤ò YES ¤Ë¤·¤Þ¤¹¡£ ! ! o ¥À¥Ö¥ë¥Ð¥Ã¥Õ¥¡µ¡Ç½³ÈÄ¥¤ò³°¤¹¤Ë¤Ï: BuildDBE ¤ò NO ¤Ë¤·¤Þ¤¹¡£ ! ! o µ­Ï¿µ¡Ç½³ÈÄ¥¤ò³°¤¹¤Ë¤Ï: BuildRECORD ¤ò NO ¤Ë¤·¤Þ¤¹¡£ ! ! o ¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ðµ¡Ç½³ÈÄ¥¤ò³°¤¹¤Ë¤Ï: BuildScreenSaverExt ¤ò NO ¤Ë¤· ! ¤Þ¤¹¡£ ! ! o ¤³¤Îµ¡¹½¤ò»È¤Ã¤Æ¾¤Îµ¡Ç½³ÈÄ¥¤ò³°¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¤¬¡¢¤³¤ì¤Ï¤ª´«¤á¤Ç ! ¤­¤Þ¤»¤ó¡£¤Ê¤¼¤Ê¤é¡¢¥µ¡¼¥Ð¤Î¥µ¥¤¥º¤ÎÀáÌó¤Ë¤â¤Ê¤ê¤Þ¤»¤ó¤·¡¢¤Ç¤­¤¿¥µ ! ¡¼¥Ð¤¬¿§¡¹¤ÊÅÀ¤Ç¤ª¤«¤·¤¯¤Ê¤ë¤³¤È¤µ¤¨¤¢¤ë¤«¤é¤Ç¤¹¡£ ! ! 4. ɸ½àÇÛÉÛʪ¤Ë´Þ¤Þ¤ì¤Ê¤¤¥É¥é¥¤¥Ð¤òÁȤ߹þ¤à¾ì¹ç¤Ï¡¢ drivers/vga256 ¤Ë ! ¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·( Çò¹õ¥µ¡¼¥Ð¤Î VGA2 Éôʬ¤Î¾ì¹ç¤Ï drivers/vga2¡¢ ! 16 ¿§¥µ¡¼¥Ð¤Î¾ì¹ç¤Ïdrivers/vga16¡¢Çò¹õ¥µ¡¼¥Ð¤È 16 ¿§¥µ¡¼¥Ð¤ÎÈó VGA ! Éôʬ¤Î¾ì¹ç¤Ï drivers/mono)¡¢¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤È .o ¥Õ¥¡¥¤¥ë¤Î¤¤¤º¤ì¤« ! ¤ÈŬÀÚ¤Ê Imakefile ¤ò¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤³¤Î¥Ç¥£¥ì¥¯¥È ! ¥ê¤Î̾Á°¤Ï¥É¥é¥¤¥Ð¤Î̾Á°¤ÈƱ¤¸¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(¾Ü¤·¤¯¤Ï ! VGADriverDoc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ë¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ÌõÃí: ¥Ç¥£¥ì¥¯¥È¥ê¤Î°ÌÃÖ¤Ï¼ÂºÝ¤Ë¤Ï drivers/vga256 -< ! vga256/drivers, drivers/vga2 -< vga2/drivers, drivers/vga16 -< ! vga16/drivers, drivers/mono -< mono/drivers ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£) ! ! 5. Makefile ¤òºîÀ®¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! ./mkmf ! ! 6. `make' ¤ò¼Â¹Ô¤·¤Æ¡¢ÀßÄꤷ¤¿¤è¤¦¤Ë¥µ¡¼¥Ð¤ò¥ê¥ó¥¯¤·¤Þ¤¹¡£ ! ! 7. `make install' ¤ò¼Â¹Ô¤·¤Æ¡¢¿·¤·¤¤¥µ¡¼¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ ! ! 8. `make clean' ¤ò¼Â¹Ô¤·¤Æ¡¢¤³¤Îºî¶È¤ÇºîÀ®¤·¤¿¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹¡£ ! ! 9. xf86site.def ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢ºîÀ®¤¹¤ë¥µ¡¼¥Ð¤ä¥µ¡¼¥Ð¤ËÁȤ߹þ¤à¥É¥é ! ¥¤¥Ð¤ÎÁªÂò¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¾åµ­¤Î¼ê½ç¤ò·«¤êÊÖ¤·¤Æ¤¯¤À¤µ¤¤¡£ÁÈ¤ß ! ¹þ¤à X ¥µ¡¼¥Ðµ¡Ç½³ÈÄ¥¤ÎÁªÂò¤òÊѹ¹¤·¤¿¾ì¹ç¤Ï¡¢ `./mkmf' ¤ÎÂå¤ï¤ê¤Ë ! `make Makefile' ¤ò¼Â¹Ô¤¹¤ì¤Ð½½Ê¬¤Ç¤¹¡£ ! ! 10. ! `-showconfig' ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤ÆX ¥µ¡¼¥Ð¤ò¼Â¹Ô¤¹¤ì¤Ð¡¢X ¥µ¡¼¥Ð¤Ë´Þ ! ¤Þ¤ì¤Æ¤¤¤ë¥É¥é¥¤¥Ð¤òÄ´¤Ù¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ëµ¡Ç½³ÈÄ¥ ! ¤òÄ´¤Ù¤ë¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Æ `xdpyinfo' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit,v 3.1.2.3 1999/11/26 15:22:59 hohndel Exp $ ! ! $XConsortium: LinkKit.sgml /main/8 1996/10/27 11:05:58 kaleb $ ! ! 2. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3): ²¬Ëܰ칬( ! , ¹¹¿·(XFree86 3.3.3): Æ£¸¶µ±²Å ! , ¹»Àµ: »³²¼½ã»Ê ! )¡£ÌäÂêÅÀ¤Î ! »ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§ ! ¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes:1.1.2.1 Wed Jun 2 17:50:38 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes Tue Dec 28 23:13:45 1999 *************** *** 1,16 **** XFree86/OS2 ¤òºÇ½é¤«¤éºÆ¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ Holger Veit ! Last modified 04 October 1998 The X Japanese Documentation Project ! Last modified 11 February 1999 ____________________________________________________________ ! Ìܼ¡ 1. Á°½ñ¤­ 2. ɬÍפʥġ¼¥ë 3. ¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë ______________________________________________________________________ --- 1,17 ---- XFree86/OS2 ¤òºÇ½é¤«¤éºÆ¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ Holger Veit ! Last modified December 12th, 1999 The X Japanese Documentation Project ! Last modified December 21th, 1999 ____________________________________________________________ ! Table of Contents 1. Á°½ñ¤­ 2. ɬÍפʥġ¼¥ë 3. ¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë + 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ *************** *** 28,35 **** ¥¨¥ó¥É¥æ¡¼¥¶¸þ¤±¾ðÊó¤Ç¤¢¤ë¡ÖREADME.OS2¡×¤âÆɤó¤Ç¡¢ºÇÄã¸Â¤³¤³¤Ë½ñ¤«¤ì¤Æ ¤¤¤ë´Ä¶­ÊÑ¿ô¤ÎÀßÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¸½»þÅÀ¤Ç¤Ï¡¢ÍøÍѲÄǽ¤ÊºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Ï XFree86-3.3.3 ¤Ç¤¹¡£¤³¤ì¤ÏÀ©¸Â ! ̵¤·¤Î´°Á´¤Ê¥Ð¡¼¥¸¥ç¥ó¤Ç¤¢¤ê¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£3.3.3 ¤Ï ñ¤Ê¤ë¥Ð¥°½¤Àµ¥ê¥ê¡¼¥¹¤Ç¤Ï¤Ê¤¯¡¢¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ¤¹¡£¤³¤ÎÃæ¤Ë¤Ï OS/2 ¼«¿È¤Ç¤µ¤¨¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤â¤Î¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤» ¤ó¡£¾Ü¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 29,36 ---- ¥¨¥ó¥É¥æ¡¼¥¶¸þ¤±¾ðÊó¤Ç¤¢¤ë¡ÖREADME.OS2¡×¤âÆɤó¤Ç¡¢ºÇÄã¸Â¤³¤³¤Ë½ñ¤«¤ì¤Æ ¤¤¤ë´Ä¶­ÊÑ¿ô¤ÎÀßÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¸½»þÅÀ¤Ç¤Ï¡¢ÍøÍѲÄǽ¤ÊºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Ï XFree86-3.3.6 ¤Ç¤¹¡£¤³¤ì¤ÏÀ©¸Â ! ̵¤·¤Î´°Á´¤Ê¥Ð¡¼¥¸¥ç¥ó¤Ç¤¢¤ê¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£3.3.6 ¤Ï ñ¤Ê¤ë¥Ð¥°½¤Àµ¥ê¥ê¡¼¥¹¤Ç¤Ï¤Ê¤¯¡¢¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ¤¹¡£¤³¤ÎÃæ¤Ë¤Ï OS/2 ¼«¿È¤Ç¤µ¤¨¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤â¤Î¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤» ¤ó¡£¾Ü¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 37,43 **** (¤¢¤ë¥Ï¡¼¥É¥¦¥§¥¢¤Î¥µ¥Ý¡¼¥ÈÄɲÃÅù¤Ç)XFree86 ³«È¯¥Á¡¼¥à¤Ë»²²Ã¤·¤¿¤¤¤È»× ¤ï¤ì¤¿¤Ê¤é¡¢BOD@XFree86.org ¤Ë¥ê¥¯¥¨¥¹¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤·¤«¤·¡¢¤½¤Î Á°¤Ë¤³¤Î¤è¤¦¤Ê¥¹¥Æ¥Ã¥×¤Ë¤Ä¤¤¤Æ¤è¤¯¹Í¤¨¤Æ¤¯¤À¤µ¤¤¡£¤È¤¤¤¦¤Î¤â¡¢ºî¶È¤¬¤¿ ! ¤¯¤µ¤ó¤¢¤ë¤«¤é¤Ç¤¹¡£XFree86-3.3.3 ¤Î¥½¡¼¥¹¥³¡¼¥É¤ò¥·¥¹¥Æ¥à¤Î¥³¥ó¥Ñ¥¤¥ë ÊýË¡¤Î¥Æ¥¹¥ÈÎã¤È¤·¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£³«È¯¼Ô¤Ë¤Ê¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤ì¤ò´ÉÍý¤¹ ¤ëǽÎϤ¬´ðËÜŪ¤ËɬÍפǤ¹¡£ --- 38,44 ---- (¤¢¤ë¥Ï¡¼¥É¥¦¥§¥¢¤Î¥µ¥Ý¡¼¥ÈÄɲÃÅù¤Ç)XFree86 ³«È¯¥Á¡¼¥à¤Ë»²²Ã¤·¤¿¤¤¤È»× ¤ï¤ì¤¿¤Ê¤é¡¢BOD@XFree86.org ¤Ë¥ê¥¯¥¨¥¹¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤·¤«¤·¡¢¤½¤Î Á°¤Ë¤³¤Î¤è¤¦¤Ê¥¹¥Æ¥Ã¥×¤Ë¤Ä¤¤¤Æ¤è¤¯¹Í¤¨¤Æ¤¯¤À¤µ¤¤¡£¤È¤¤¤¦¤Î¤â¡¢ºî¶È¤¬¤¿ ! ¤¯¤µ¤ó¤¢¤ë¤«¤é¤Ç¤¹¡£XFree86-3.3.6 ¤Î¥½¡¼¥¹¥³¡¼¥É¤ò¥·¥¹¥Æ¥à¤Î¥³¥ó¥Ñ¥¤¥ë ÊýË¡¤Î¥Æ¥¹¥ÈÎã¤È¤·¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£³«È¯¼Ô¤Ë¤Ê¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤ì¤ò´ÉÍý¤¹ ¤ëǽÎϤ¬´ðËÜŪ¤ËɬÍפǤ¹¡£ *************** *** 62,67 **** --- 63,69 ---- o patch Larry Wall ¤µ¤óºî¤Î patch ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (Ãí°Õ: OS/2¤ÎƱ̾ ¤Î¥³¥Þ¥ó¥É¤È¤Ï¸ß´¹À­¤Ï¤¢¤ê¤Þ¤»¤ó) + o install BSD/GNU install o rm,mv,cp GNU ¥Õ¥¡¥¤¥ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£ *************** *** 76,83 **** o gawk GNU awk ! o make GNU make 3.71/3.72 (X332prog.zip ¤ËÆþ¤Ã¤Æ¤¤¤ë¤â¤Î¤ò»È¤Ã¤Æ¤¯ ! ¤À¤µ¤¤!) o flex GNU flex --- 78,85 ---- o gawk GNU awk ! o make GNU make 3.71/3.72 (Xprog.zip ¤ËÆþ¤Ã¤Æ¤¤¤ë¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À ! ¤µ¤¤!) o flex GNU flex *************** *** 86,108 **** o find GNU find (Ãí°Õ: OS/2 ¤ÎƱ̾¤Î¥³¥Þ¥ó¥É¤È¤Ï¸ß´¹À­¤Ï¤¢¤ê¤Þ ¤»¤ó) ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤ò½ñ¤¤¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¡¢¤Ç¤­¤ë¤À¤±¿·¤·¤¤¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À¤µ ¤¤¡£Æä˽ÅÍ×¤Ê¤Î¤Ï EMX/gcc ¤È GNU make ¤À¤±¤Ç¤¹¡£2ÈÖÌܤΠgcc ¤Î¼ÂÁõ¤â ¤Þ¤À¤É¤³¤«¤Î¥¢¡¼¥«¥¤¥Ö¤«¤éÆþ¼ê¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢¤³¤ì¤Ï¸ß´¹¤Ç¤Ï¤¢ ¤ê¤Þ¤»¤ó¡£ ¤³¤ì¤Ë²Ã¤¨¤Æ¡¢XFree86 ¤Î¥½¡¼¥¹¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ï°ìÈ̤ΠXFree86 ¤Î¥ê¥Ý ! ¥¸¥È¥ê¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£/pub/XFree86/3.3/source ¤È¤¤¤Ã¤¿Ì¾Á° ! ¤Ç¤¢¤ë¤³¤È¤¬Â¿¤¤¤Î¤Ç¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ 3. ¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë ! ¥·¥¹¥Æ¥àÁ´ÂΤò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢HPFS ¤Î¶õ¤­Îΰ褬Ìó 300MB ɬÍ×¤Ç ! ¤¹¡£¤³¤Î¥µ¥¤¥º¤Ë¤Ï Postscript ·Á¼°¤ä troff ·Á¼°¤Î¥É¥­¥å¥á¥ó¥È¤Îʬ¤Ï´Þ ! ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó¡£É®¼Ô¤Ï¤³¤ì¤é¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤³¤È¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢ ! ¥Æ¥¹¥ÈÍѤΥµ¥Ö¥Ä¥ê¡¼¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤³¤È¤â¤¢¤ê¤Þ¤»¤ó¡£ 1. ¾åµ­¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤òÁ´¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£´ØÏ¢¥É¥­¥å¥á¥ó¥È¤ò»² --- 88,114 ---- o find GNU find (Ãí°Õ: OS/2 ¤ÎƱ̾¤Î¥³¥Þ¥ó¥É¤È¤Ï¸ß´¹À­¤Ï¤¢¤ê¤Þ ¤»¤ó) + o unix2dos ²þ¹Ô¥³¡¼¥É LF ¤ò CRLF ¤ËÊÑ´¹¤¹¤ëÊÑ´¹¥Ä¡¼¥ëÎà(unixtoos2 ¤È + ¤¤¤Ã¤¿Ì¾Á°¤Ç¤¢¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹) + ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤ò½ñ¤¤¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¡¢¤Ç¤­¤ë¤À¤±¿·¤·¤¤¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À¤µ ¤¤¡£Æä˽ÅÍ×¤Ê¤Î¤Ï EMX/gcc ¤È GNU make ¤À¤±¤Ç¤¹¡£2ÈÖÌܤΠgcc ¤Î¼ÂÁõ¤â ¤Þ¤À¤É¤³¤«¤Î¥¢¡¼¥«¥¤¥Ö¤«¤éÆþ¼ê¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢¤³¤ì¤Ï¸ß´¹¤Ç¤Ï¤¢ ¤ê¤Þ¤»¤ó¡£ ¤³¤ì¤Ë²Ã¤¨¤Æ¡¢XFree86 ¤Î¥½¡¼¥¹¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ï°ìÈ̤ΠXFree86 ¤Î¥ê¥Ý ! ¥¸¥È¥ê¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£/pub/XFree86/3.3.6/source ¤È¤¤¤Ã¤¿Ì¾ ! Á°¤Ç¤¢¤ë¤³¤È¤¬Â¿¤¤¤Î¤Ç¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ 3. ¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë ! ¥·¥¹¥Æ¥àÁ´ÂΤò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢HPFS(¤Þ¤¿¤Ï NFS, JFS, ext2fs) ¤Î ! ¶õ¤­Îΰ褬Ìó 300MB ɬÍפǤ¹¡£¤³¤Î¥µ¥¤¥º¤Ë¤Ï Postscript ·Á¼°¤ä troff ·Á ! ¼°¤Î¥É¥­¥å¥á¥ó¥È¤Îʬ¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó¡£É®¼Ô¤Ï¤³¤ì¤é¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿ ! ¤³¤È¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢¥Æ¥¹¥ÈÍѤΥµ¥Ö¥Ä¥ê¡¼¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤³¤È¤â¤¢ ! ¤ê¤Þ¤»¤ó¡£ 1. ¾åµ­¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤òÁ´¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£´ØÏ¢¥É¥­¥å¥á¥ó¥È¤ò»² *************** *** 123,128 **** --- 129,135 ---- gzip -dc file.tar.gz | tar xvf - + ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ºÇ¸å¤Ë "gzip: stdout Broken pipe" ¤È¤¤¤¦¤¦¤Ã¤È¤¦ ¤·¤¤¤Ç¤¹¤¬¡¢Ã×̿Ū¤Ç¤Ï¤Ê¤¤¥á¥Ã¥»¡¼¥¸¤¬½ÐÎϤµ¤ì¤Þ¤¹¡£¤³¤ì¤Ï̵»ë¤·¤Æ¤¯¤À ¤µ¤¤¡£ *************** *** 130,135 **** --- 137,143 ---- 4. ¤½¤Î¸å¡¢¥Ñ¥Ã¥Á¤ò¤¤¤¯¤Ä¤«Åö¤Æ¤ëɬÍפ¬¤¢¤ë¤è¤¦¤Ç¤¹¡£¥Ñ¥Ã¥Á¤Ï X ¥³¥ó¥½ ¡¼¥·¥¢¥à¤¬½Ð¤·¤¿¤â¤Î¤È¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤¬½Ð¤·¤¿¤â¤Î¤¬¤¢¤ê¤Þ ¤¹¡£¥Ñ¥Ã¥Á¤òÅö¤Æ¤ëÁ°¤Ë¤Ï¡¢ + chmod -R a+rw \x11\xc *************** *** 185,207 **** ! 7. xc/config/cf ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢ xf86site.def ¤òÊÔ½¸¤·¤ÆɬÍפʾò ! ·ï¤Ë¹ç¤¦¤è¤¦¤Ë¤·¤Þ¤¹(¤¿¤Ö¤ó¡¢Á´¤Æ¤Î X ¥µ¡¼¥Ð¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤Ä¤â¤ê ! ¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦)¡£¤¤¤¯¤Ä¤«¤ÎÊѹ¹¤¬É¬Íפǡ¢°Ê²¼¤ËÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ¤»¤ó: o PC98 ¥µ¡¼¥Ð¤ò̵¸ú¤Ë¤·¤Þ¤¹(¤Þ¤À̵¸ú¤Ë¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç)¡£PC98 (ÆüËÜÆÈ ¼«¤Î¥Þ¥·¥óÍѤΠXFree86)¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó¡£°Ü¿¢¤¹¤ë¿Í¤¬ÆüËܤ«¤é¸½¤ï ¤ì¤ë¤Î¤òÂԤäƤޤ¹! ! o #define WacomSupport NO #define ElographicsSupport ! NO ¤É¤Á¤é¤Î¥ª¥×¥·¥ç¥ó¤â¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! o Tcl* and Tk* ¤ÎÀßÄê¤òÌÀ¼¨Åª¤Ë¹Ô¤¦É¬ÍפϤ¢¤ê¤Þ¤»¤ó¡£Tcl/Tk ¤Î¥é¥ó¥¿ ! ¥¤¥à¥µ¥Ý¡¼¥È¤ò´Þ¤à XFree86/OS2 ¤Î¥Ð¥¤¥Ê¥êÁ´ÂΤ¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤ ! ¤ì¤Ð¡¢Å¬Àڤʥǥե©¥ë¥ÈÃͤ¬Â¾¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ÇÀßÄꤵ¤ì¤Þ¤¹¡£ o #define BuildDynamicLoading NO ¤³¤ì¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ 8. xc\util\compress ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢¤½¤³¤Ç make compress.exe ¤ò ¼Â¹Ô¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤êÀ¸À®¤µ¤ì¤¿¥×¥í¥°¥é¥à¤ò¥Ñ¥¹¤¬Ä̤äƤ¤¤ë¾ì½ê¤Ë ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£É®¼Ô¤Ï OS/2 ´ØÏ¢¤Î ftp ¥µ¡¼¥Ð¤Ë¤¢¤ë°Ü¿¢¤¬ÃæÅÓȾ --- 193,217 ---- ! 7. xc\config\cf ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢ ! \x11bsol;xcbsol;programsbsol;Xserverbsol;hwbsol;xfree86bsol;etcbsol;bindistbsol;OS2bsol;host.def.os2 ! ¥Õ¥¡¥¤¥ë¤ò xc/config/cf/host.def ¤Ë¥³¥Ô¡¼¤·¡¢¤³¤ì¤òɬÍפʾò·ï¤Ë¹ç¤ï ! ¤»¤ÆÊÔ½¸¤·¤Þ¤¹(¤¿¤Ö¤ó¡¢Á´¤Æ¤Î X ¥µ¡¼¥Ð¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤³¤È¤Ï¤Ê¤¤¤Ç ! ¤·¤ç¤¦)¡£¤¤¤¯¤Ä¤«¤ÎÊѹ¹¤Ïɬ¿Ü¤Ç¤¢¤ê¡¢°Ê²¼¤ÎÃͤËÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ¤»¤ó: o PC98 ¥µ¡¼¥Ð¤ò̵¸ú¤Ë¤·¤Þ¤¹(¤Þ¤À̵¸ú¤Ë¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç)¡£PC98 (ÆüËÜÆÈ ¼«¤Î¥Þ¥·¥óÍѤΠXFree86)¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó¡£°Ü¿¢¤¹¤ë¿Í¤¬ÆüËܤ«¤é¸½¤ï ¤ì¤ë¤Î¤òÂԤäƤޤ¹! ! o JoystickSupport ¤ä WacomSupport Åù¤Î³°ÉôÆþÎÏ´Ø·¸¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ ! ¤¹¡£ o #define BuildDynamicLoading NO ¤³¤ì¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ + o Æüì¤Ê¥µ¡¼¥Ð¤Ç¤¢¤ë XVirtualFramebufferServer, XnestServer, + XprtServer ¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ + 8. xc\util\compress ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢¤½¤³¤Ç make compress.exe ¤ò ¼Â¹Ô¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤êÀ¸À®¤µ¤ì¤¿¥×¥í¥°¥é¥à¤ò¥Ñ¥¹¤¬Ä̤äƤ¤¤ë¾ì½ê¤Ë ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£É®¼Ô¤Ï OS/2 ´ØÏ¢¤Î ftp ¥µ¡¼¥Ð¤Ë¤¢¤ë°Ü¿¢¤¬ÃæÅÓȾ *************** *** 217,247 **** ½ñ¤­¤Þ¤ÇÌá¤Ã¤Æ¤¯¤À¤µ¤¤¡£²¿¤«Ëº¤ì¤â¤Î¤ò¤·¤Æ¤¤¤Þ¤¹¡£ 10. xc/config/util/buildos2.cmd ¥Õ¥¡¥¤¥ë¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥³¥Ô¡¼¤·¤Þ ¤¹¡£2 ²óÌܰʹߤλî¤ß¤Ç¤¢¤ì¤Ð¡¢Êݸ¤µ¤ì¤Æ¤¤¤ë¥È¥Ã¥×¥ì¥Ù¥ë¤Î Makefile.os2 ¤ò Makefile ¤Ë¥³¥Ô¡¼¤·¤ÆÌ᤹ɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ - 11. - ¤³¤Î buildos2.cmd ¥³¥Þ¥ó¥É¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹¡£¤³¤Î¥³¥Þ - ¥ó¥É¤Ï¡¢¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥í¥°¥Õ¥¡¥¤¥ë buildxc.log ¤òºî¤ê¤Þ¤¹¡£ - 12. ! ¥³¡¼¥Ò¡¼¤ò°û¤ß¤Þ¤¹¡£¿·¤·¤¤¥³¡¼¥Ò¡¼¤ò¥³¥í¥ó¥Ó¥¢¤Þ¤ÇÇ㤤¤Ë¹Ô¤¯¤È¤â¤Ã ! ¤È¤¤¤¤¤Ç¤·¤ç¤¦! ¥Þ¥·¥óÁªÂò¤È¥Ï¡¼¥É¥¦¥§¥¢¤ÎÇÏÎϤˤè¤Ã¤Æ¡¢¥³¥ó¥Ñ¥¤¥ë ! ¤Ë¤Ï 2 »þ´Ö¤«¤é 20 »þ´Ö¤«¤«¤ê¤Þ¤¹¡£ 13. ¥³¥ó¥Ñ¥¤¥ë¤¬½ªÎ»¤·¤¿¤é¡¢¥í¥°¥Õ¥¡¥¤¥ë¤Ç¥¨¥é¡¼¤òÄ´¤Ù¡¢ÌäÂ꤬¤¢¤ì¤Ð½¤ Àµ¤·¤Þ¤¹¡£É®¼Ô¤Ï²¿¤È¤«ÌäÂê¤Ê¤¯¥·¥¹¥Æ¥àÁ´ÂΤò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤³¤È¤¬¤Ç ¤­¤¿¤Î¤Ç¡¢Æ°ºî¤¹¤ëÀßÄê¤Ï¾¯¤Ê¤¯¤È¤â 1 ¤Ä¤Ï¤¢¤ë¤È¸À¤¨¤Þ¤¹¡£ xmake install xmake install.man ! 14. ¥¤¥ó¥¹¥È¡¼¥ë¤ÎºÝ¤Ë¤Ï¤Á¤ç¤Ã¤È¤·¤¿ÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹: a. xdm ¥Ç¥£¥ì¥¯¥È¥ê¤È linkkit ¥Ç¥£¥ì¥¯¥È¥ê¤Ï¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼ --- 227,274 ---- ½ñ¤­¤Þ¤ÇÌá¤Ã¤Æ¤¯¤À¤µ¤¤¡£²¿¤«Ëº¤ì¤â¤Î¤ò¤·¤Æ¤¤¤Þ¤¹¡£ 10. + xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2 ¥Õ¥¡¥¤ + ¥ë¤ò xc/config/cf/host.def ¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë + ¤Ï¡¢xfree86.cf, imake.tmpl, os2.cf ¥Õ¥¡¥¤¥ë¤òľÀÜÊÔ½¸¤»¤º¤Ë imake + ÊÔ½¸¤Ë¸ÇÍ­¤ÎÊѹ¹¤ò²Ã¤¨¤ë¤¿¤á¤ËÍѤ¤¤Þ¤¹¡£ + + 11. xc/config/util/buildos2.cmd ¥Õ¥¡¥¤¥ë¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥³¥Ô¡¼¤·¤Þ ¤¹¡£2 ²óÌܰʹߤλî¤ß¤Ç¤¢¤ì¤Ð¡¢Êݸ¤µ¤ì¤Æ¤¤¤ë¥È¥Ã¥×¥ì¥Ù¥ë¤Î Makefile.os2 ¤ò Makefile ¤Ë¥³¥Ô¡¼¤·¤ÆÌ᤹ɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ 12. ! ¤³¤Î buildos2.cmd ¥³¥Þ¥ó¥É¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹¡£¤³¤Î¥³¥Þ ! ¥ó¥É¤Ï¡¢¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥í¥°¥Õ¥¡¥¤¥ë buildxc.log ¤òºî¤ê¤Þ¤¹¡£Ãí ! °Õ: ÇÛÉÛʪ¤ò Unix tar ·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤«¤é¼è¤ê½Ð¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤Î ! ¥³¥Þ¥ó¥É¤Ï¨ºÂ¤Ë¼ºÇÔ¤¹¤ë¤Ç¤·¤ç¤¦¡£»ÄÇ°¤Ê¤³¤È¤Ë¡¢OS/2 ¤Î REXX ¥¤¥ó¥¿ ! ¥×¥ê¥¿¤Ë¤Ï¡¢Unix ή¤Î²þ¹Ô¥³¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¥¹¥¯¥ê¥×¥È¤ÇÌäÂê¤òµ¯¤³¤· ! ¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢¥Ä¥ê¡¼Á´ÂΤòÄ´¤Ù¡¢unix2dos ¤ä unixtoos2 ¤ËÂåɽ¤µ¤ì ! ¤ë¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ *.cmd ¥Õ¥¡¥¤¥ë¤ò "OS/2 ASCII" ·Á¼°¤Ë¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ 13. + ¥³¡¼¥Ò¡¼¤ò°û¤ß¤Þ¤¹¡£¥³¥í¥ó¥Ó¥¢»º¤Ê¤é¤â¤Ã¤È¤¤¤¤¤Ç¤·¤ç¤¦! Áª¤ó¤ÀÀßÄê + ¤È¥Ï¡¼¥É¥¦¥§¥¢¤ÎÇÏÎϤˤè¤Ã¤Æ¡¢¥³¥ó¥Ñ¥¤¥ë¤Ë¤Ï 2 »þ´Ö¤«¤é 20 »þ´Ö¤«¤« + ¤ê¤Þ¤¹¡£ + + 14. ¥³¥ó¥Ñ¥¤¥ë¤¬½ªÎ»¤·¤¿¤é¡¢¥í¥°¥Õ¥¡¥¤¥ë¤Ç¥¨¥é¡¼¤òÄ´¤Ù¡¢ÌäÂ꤬¤¢¤ì¤Ð½¤ Àµ¤·¤Þ¤¹¡£É®¼Ô¤Ï²¿¤È¤«ÌäÂê¤Ê¤¯¥·¥¹¥Æ¥àÁ´ÂΤò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤³¤È¤¬¤Ç ¤­¤¿¤Î¤Ç¡¢Æ°ºî¤¹¤ëÀßÄê¤Ï¾¯¤Ê¤¯¤È¤â 1 ¤Ä¤Ï¤¢¤ë¤È¸À¤¨¤Þ¤¹¡£ + 15. + ºÇ¸å¤Ë¡¢xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + + + xmake install xmake install.man ! 16. ¥¤¥ó¥¹¥È¡¼¥ë¤ÎºÝ¤Ë¤Ï¤Á¤ç¤Ã¤È¤·¤¿ÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹: a. xdm ¥Ç¥£¥ì¥¯¥È¥ê¤È linkkit ¥Ç¥£¥ì¥¯¥È¥ê¤Ï¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼ *************** *** 262,330 **** ¤È¤¤¤¦¤ï¤±¤Ç¡¢¤´Í÷¤ÎÄ̤ꡢºî¶È¤Ï¤È¤Ã¤Æ¤â´Êñ¤Ç¤·¤¿ :-) - $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes,v 1.1.2.1 1999/06/02 07:50:38 hohndel Exp $ - - - - - - $XConsortium: OS2note.sgml /main/1 1996/02/24 10:08:59 kaleb $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- 289,311 ---- ¤È¤¤¤¦¤ï¤±¤Ç¡¢¤´Í÷¤ÎÄ̤ꡢºî¶È¤Ï¤È¤Ã¤Æ¤â´Êñ¤Ç¤·¤¿ :-) + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/OS2.Notes,v 1.1.2.3 1999/12/28 12:13:45 hohndel Exp $ + $XConsortium: OS2note.sgml /main/1 1996/02/24 10:08:59 kaleb $ + 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å + ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä + ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× + ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation + Project ¤Ë¤¢¤ê¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc:3.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc:3.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc:3.1.2.1 Wed Jun 2 17:50:39 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc Sat Nov 27 02:23:00 1999 *************** *** 1,726 **** ! XFree86 ¤ÎÀßÄê¤ò¼êÁ᤯¤¹¤ë°Ù¤Î¼ê°ú¤­ ! Joe Moss ! ! 1998 ǯ 2 ·î 27 Æü ! ²¬ËÜ °ì¹¬ Kazuyuki Okamoto (ikko-@pacific.rim.or.jp) ! ! 1998 ǯ 3 ·î 28 Æü ! ! ºÇ¿·¤Î XFree86 ¤Ï¥µ¡¼¥Ð¤ÎÀßÄê¤Î¼ê½ç¤ò¼«Æ°²½¤¹¤ë¤Î¤ËÌò¤ËΩ¤Ä¥Ä¡¼¥ë¤ò´ö ! ¤Ä¤â´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¤·¤«¤·¡¢´û¸¤Îʸ½ñ¤Î¤Û¤È¤ó¤É¤ÏÀßÄêºî¶È¤ò¼ê¤Ç¤¹¤ëÏäò ! °·¤Ã¤Æ¤ª¤ê¡¢¤·¤«¤â¡¢µ»½ÑŪ¤ÊºÙ¤«¤¤Ïä¬ÂçÎ̤˽ñ¤¤¤Æ¤¢¤Ã¤¿¤ê¤·¤Þ¤¹¡£¤³¤ì ! ¤é¤Ï¥Þ¥Ë¥¢¸þ¤±¤Îµ¡´ï¤ä¼«Ê¬¤Î¼ê¤Ç²¿¤È¤«¤·¤¿¤¤¤È»×¤Ã¤Æ¤¤¤ë¥æ¡¼¥¶¤Ë¤ÏÁÇŨ ! ¤Ê¾ðÊó¤Ç¤¹¡£¤·¤«¤·¡¢°ìÈÌŪ¤Êµ¡´ï¤ò»ÈÍѤ·¤Æ¤ëËؤɤΥ桼¥¶¤Ï¤È¤Ë¤«¤¯ X ! ¤ò¤¹¤°¤ËÆ°¤«¤·¤Æ¤ß¤¿¤¤¤Ç¤·¤ç¤¦¡£¤³¤Î¼ê°ú¤­¤Ï¤½¤ó¤Ê¥æ¡¼¥¶¤Î°Ù¤Î¾ðÊó¤Ç ! ¤¹¡£ ! ______________________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¤Ï¤¸¤á¤ëÁ°¤Ë ! 2. ²¿¤ò¹Ô¤¦¤Î¤« - ³µÍ× ! 3. XF86Setup ¤Î»ÈÍÑË¡ ! 3.1 ºÇ½é¤Îµ¿Ìä ! 3.2 ¹½À®¾ðÊó¤Î¹àÌÜ ! 3.2.1 ¥Þ¥¦¥¹ ! 3.2.2 ¥­¡¼¥Ü¡¼¥É ! 3.2.3 ¥Ó¥Ç¥ª¥«¡¼¥É ! 3.2.4 ¥â¡¼¥ÉÁªÂò ! 3.2.5 ¥â¥Ë¥¿ ! 3.2.6 ¤½¤Î¾ ! 3.2.7 ¹½À®ÄêµÁ¤Î»Å¾å¤² ! 3.3 ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë ! 3.4 Âè 2 ¥µ¡¼¥Ð ! 3.5 ºÇ¸å¤Ë ! ! 4. xf86config¤ò¼Â¹Ô¤¹¤ë ! 4.1 ºÇ½é¤Î²èÌÌ ! 4.2 Àµ¤·¤¤ PATH ¤òÆÀ¤ë ! 4.3 ¥Þ¥¦¥¹¤ÎÀßÄê ! 4.4 ¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê ! 4.5 ¥â¥Ë¥¿¤ÎÀßÄê ! 4.6 ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÁªÂò ! 4.7 ¥µ¡¼¥Ð¤ÎÁªÂò ! 4.8 ¥¹¥¯¥ê¡¼¥ó/¥Ó¥Ç¥ª¥«¡¼¥É¤Î¹½À® ! 4.9 ¥â¡¼¥É¤ÎÁªÂò ! 4.10 XF86Config ¥Õ¥¡¥¤¥ë¤ÎºîÀ® ! 4.11 ºÇ½ªÃí°Õ»ö¹à ! ! 5. XF86Config ¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! 6. xvidtune ¤ò¼Â¹Ô¤¹¤ë ! 7. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 7.1 ¥Þ¥¦¥¹¤¬¤Á¤ã¤ó¤ÈÆ°¤«¤Ê¤¤¡£¤Ä¤Þ¤ê²èÌ̤ËÄ¥¤êÉÕ¤¤¤¿¤Þ¤ÞÆ°¤«¤Ê¤¤¡£ ! 7.2 ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Ê¤¤¡£¤³¤Î»þ¥Þ¥¦¥¹¤¬»ÈÍѺѤߤǤ¢¤ë¤Èɽ¼¨¤µ¤ì¤ë¡£ ! 7.3 ¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤¬»ÈÍѽÐÍè¤Ê¤¤¡£ ! 7.4 ²èÌ̤¬¾å²¼º¸±¦¤ËÊÒ´ó¤ë¡£ ! 7.5 xf86config ¤Þ¤¿¤Ï xvidtune ¤¬¥·¥¹¥Æ¥à¤ÎÃæ¤Ë¸«¤Ä¤±¤é¤ì¤Ê¤¤¡£ ! ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤ëÁ°¤Ë ! ! ¥µ¡¼¥Ð¤ÎÀßÄê¤ò¹Ô¤¦Á°¤ËÃΤäƤª¤¯É¬ÍפΤ¢¤ë¹àÌܤ¬¾¯¤·¤¢¤ê¤Þ¤¹¡£ ! ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥â¥Ç¥ë̾¾Î ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÀµ³Î¤Ê¥â¥Ç¥ë̾¾Î¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢¥Ó¥Ç¥ª¥« ! ¡¼¥É¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤ë¥°¥é¥Õ¥£¥Ã¥¯¥Á¥Ã¥×¥»¥Ã¥È, RAMDAC ¤È ¥¯¥í¥Ã¥¯ ! ¥Á¥Ã¥×¤òÃΤäƤª¤¯¤È½õ¤«¤ê¤Þ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÅëºÜ¤·¤Æ¤¤¤ë¥á¥â¥ê¤ÎÎÌ ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÅëºÜ¤·¤Æ¤¤¤ë¥á¥â¥ê¤¬²¿ MB ¥Ð¥¤¥È¤¢¤ë¤«Ä´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤¬ VGA ¸ß´¹¤Ç¤¢¤ë¤«¤É¤¦¤« ! ºÇ¶á¤ÎËؤɤΥӥǥª¥«¡¼¥É¤Ï VGA ¸ß´¹¤Ç¤¹¤¬¡¢Î㤨¤ÐÀΤÎÇò¹õ¤Î¥Ó¥Ç ! ¥ª¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï VGA ¸ß´¹¤Ç¤Ï¤Ê¤¤»þ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¥â¥Ë¥¿¤Î»ÅÍÍ ! Æä˿åʿƱ´ü¼þÇÈ¿ô (Ê£¿ô) ¤È¿âľ¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È (Ê£¿ô) ¤ÏÃΤà ! ¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤Ï½ÅÍפǤ¹¡ª¥â¥Ë¥¿¤Î¥Þ¥Ë¥å¥¢¥ë¤òÄ´¤Ù ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Þ¥¦¥¹¤Î»ÈÍѤ·¤Æ¤¤¤ë¥×¥í¥È¥³¥ë ! ¥Þ¥¦¥¹¤ÈÀܳ¤¹¤ë¤Î¤Ë»ÈÍѤ·¤Æ¤¤¤ë¥×¥í¥È¥³¥ë¤òÃΤäƤª¤¯¤È¡¢ÀßÄêºî ! ¶È¤Î®ÅÙ¸þ¾å¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥Þ¥¦¥¹¤Ï°Û¤Ê¤ë 2 ¤Ä¤Î¥×¥í ! ¥È¥³¥ë¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¤«¤é¡¢ÀÚ¤êÂؤ¨Êý¤ÏÍÍ¡¹¤Ç¤¹¡£¤¤¤¯¤Ä¤«¤Î¾ì¹ç ! ¤Ë¡¢¿·¤·¤¤¥×¥é¥°¥¢¥ó¥É¥×¥ì¥¤¤Î¥Þ¥¦¥¹¤Ç¤Ï¡¢¥×¥í¥È¥³¥ë¤ò¼«Æ°Ç§¼±¤¹ ! ¤ë¤Ç¤·¤ç¤¦¡£ ! ! 2. ²¿¤ò¹Ô¤¦¤Î¤« - ³µÍ× ! ! XFree86 ¤ÎÀßÄê¤ËÍ­ÍÑ¤Ê 3 ¤Ä¤Î¥Ä¡¼¥ë¤¬¤¢¤ê¤Þ¤¹¡£: ! ! o XF86Setup ! ! o xf86config ! ! o xvidtune ! ! XF86Setup ¤Ï¼ç¤Ë¥°¥é¥Õ¥£¥Ã¥¯¥æ¡¼¥¶¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»È¤Ã¤Æ¤¤¤Æ¡¢½é´üÀßÄê ! ¤ËÎɤ¯»ÈÍѤ·¤Æ¤¤¤Þ¤¹¤¬¡¢»È¤¨¤Ê¤¤¤¤¤¯¤Ä¤«¤Î¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¥Ó¥Ç¥ª¥«¡¼¥É ! ¤¬ VGA ¸ß´¹¤Ç¤Ï¤Ê¤¤¾ì¹ç¡¢¸ÇÄê¼þÇÈ¿ô¤Î¥â¥Ë¥¿¤Î¾ì¹ç¡¢¤Þ¤¿¤Ï OS/2 ¤¬¼Â¹Ô ! Ãæ¤Î¾ì¹ç¤Ï XF86Setup ¤Ï»È¤¨¤Þ¤»¤ó¤Î¤Ç¡¢Âå¤ï¤ê¤Ë xf86config ¤Ë¤Ä¤¤¤ÆÆÉ ! ¤ó¤Ç¤¯¤À¤µ¤¤¡£¥á¥â¥ê¤¬¾¯¤Ê¤¤Ëô¤ÏÃÙ¤¤¥·¥¹¥Æ¥à¤ò»È¤¦¾ì¹ç¤â¡¢Æ±ÍÍ¤Ë ! xf86config ¤ò»ÈÍѤ·¤¿¤Û¤¦¤¬Îɤ¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! xf86config ¤Ï¥Æ¥­¥¹¥È¥Ù¡¼¥¹¤Ç¤¹¤¬¡¢ËؤɤΥϡ¼¥É¥¦¥§¥¢¤ÎÁȤ߹ç¤ï¤»¤ÇÆ° ! ºî¤·¤Þ¤¹¡£ÉáÄ̤Υƥ­¥¹¥È¥â¡¼¥É¤¬Æ°ºî¤·¤Ê¤¤¤è¤¦¤Ê¸ÇÄê¼þÇÈ¿ô¤Î¥â¥Ë¥¿¡¼¤Ç ! ¤Ï¾ì¹ç¡¢É¬ÍפÊʸ½ñ¤òÆɤó¤Ç¼«¤é¤Î¼ê¤ÇÀßÄꤷ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! ¤Á¤ç¤¦¤ÉÎɤ¤²èÁü¤ò¸«¤Ä¤±¤ë¤Ë¤Ï¡¢É½¼¨¤µ¤ì¤¿²èÁü¤ò (Î㤨¤Ð¡¢²èÁü¤ò¹­¤²¤¿ ! ¤ê¡¢¾¯¤·º¸¤Ë°ÜÆ°¤·¤¿¤êÅù¡¹) Ä´À°¤¹¤ë xvidtune ¤ò»ÈÍѤ¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£XF86Setup ¤ÏŬÀڤʻþ¤Ë xvidtune ¤ò¼Â¹Ô¤·¤Þ¤¹¡£xf86config ¤ò¼Â¹Ô¤¹ ! ¤ë¾ì¹ç¤Ï¡¢¸å¤Ç xvidtune ¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! ! ¤³¤Î¼ê½ç¤Ï¼¡¾Ï°Ê¹ß¤Ç¾ÜºÙ¤ËÀâÌÀ¤·¤Þ¤¹¡£Ê¸½ñ¤òÆɤߤ¿¤¯¤Ê¤¤Êý¤Ë¤Ï¡¢¿§¡¹»î ! ¤·¤Æ¤ß¤Æ¼«Ê¬¤Î¹Ô¤¯Æ»¤òºî¤Ã¤Æ²¼¤µ¤¤¡£¤µ¤¢ XF86Setup ¤È¤À¤±ÂǤÁ¹þ¤ó¤Ç¤¯ ! ¤À¤µ¤¤¡£ÌäÂ꤬À¸¤¸¤¿¤é¡¢¤³¤³¤Ë¤¢¤ëʸ½ñ¤òÆɤߤޤ·¤ç¤¦¡£ ! ! X ÆâÉô¤«¤é XF86Setup ¤ò¼Â¹Ô¤·¡¢¸½ºßÍøÍѤ·¤Æ¤¤¤ëÀßÄê¤òÊѹ¹¤¹¤ë¤³¤È¤â¤Ç ! ¤­¤Þ¤¹¤¬¡¢¤³¤³¤Ç¤Ï¤½¤Î¤è¤¦¤Ê»ÈÍÑË¡¤Ë¤Ä¤¤¤Æ¤ÏÆäËÀâÌÀ¤·¤Þ¤»¤ó¡£¤³¤³¤ÇÀâ ! ÌÀ¤·¤Æ¤¤¤ëÁàºî¼ê½ç¤Ï¡¢¼ç¤ËXFree86 ¤ò°ì¤«¤éÀßÄꤹ¤ë¾ì¹ç¤Ë¤Ä¤¤¤Æ½Ò¤Ù¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! ! 3. XF86Setup ¤Î»ÈÍÑË¡ ! ! XF86Setup ¤ÏºÇ½é¤ËƳÆþ¤µ¤ì¤Æ¤¤¤ë°ìÄê¤Î¥Õ¥¡¥¤¥ë¤ò³Îǧ¤·¤Þ¤¹¤Î¤Ç¥ë¡¼¥È¤Ë ! ¤Ê¤Ã¤Æ¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£ÌäÂ꤬ȯÀ¸¤·¤¿¤é¡¢¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Æ½ªÎ»¤·¤Þ ! ¤¹¡£ÌäÂê¤ò½¤Àµ (Î㤨¤Ð¡¢Ìµ¤¤¥Õ¥¡¥¤¥ë¤òƳÆþ¤¹¤ëÅù) ¤·¤Æ¤â¤¦°ìÅټ¹Ԥ·¤Þ ! ¤·¤ç¤¦¡£ ! ! XF86Setup ¤Ï¹ñºÝ²½¤µ¤ì¤Þ¤·¤¿¡£ÆüËÜ¿Í¤Ç LANG ´Ä¶­ÊÑ¿ô¤ò ja, japan, ! japanese, Åù¤ËÀßÄꤹ¤ë¤È XF86Setup ¤Î²èÌ̤¬ÆüËܸì¤òɽ¼¨¤·¤Þ¤¹¡£¤·¤« ! ¤·¡¢ÆüËܸ첽¤·¤¿ Tcl/Tk ¤È¶¦¤Ë¹½ÃÛ¤·¤¿ XF86Setup ¤¬É¬Í×¤Ç ! ¤¹¡£XF86Setup/tests ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¼«Ê¬ÍѤΥǥ£¥ì¥¯¥È¥ê¤òºîÀ®¤¹¤ì¤Ð¡¢¤½ ! ¤Î¾¤Î¸À¸ì¤ÎÄɲäϲÄǽ¤Ç¤¹¡£ XF86Setup/texts/generic ¥Ç¥£¥ì¥¯¥È¥ê¤ò¤´ ! Í÷¤¯¤À¤µ¤¤¡£ ! ! ! 3.1. ºÇ½é¤Îµ¿Ìä ! ! XF86Config ¥Õ¥¡¥¤¥ë¤¬¤¹¤Ç¤Ë¤¢¤ë¾ì¹ç¤Ï¡¢ÍÍ¡¹¤ÊÀßÄê¹àÌܤÎɸ½àÃͤòÀßÄꤹ ! ¤ë¤Î¤Ë¡¢¤½¤³¤Ë¤¢¤ë¹àÌܤòɸ½àÃͤ˻ȤäƤ⹽¤ï¤Ê¤¤¤«Ê¹¤«¤ì¤Þ¤¹¡£¤â¤· (¿ ! ¾¯¤Ê¤ê¤È¤â) ´û¤ËÆ°ºî¤·¤Æ¤¤¤ë¹½À®¤¬Æþ¼ê¤Ç¤­¤ë¤Ê¤é¤½¤ì¤«¤é»Ï¤á¤Þ¤·¤ç¤¦¡£ ! ! ¥«¡¼¥Í¥ëÆâÉô¤Ë¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬Æ⢤µ¤ì¤Æ¤¤¤ë OS (Î㤨¤Ð¡¢SCO Ëô¤Ï ! SVR4) ¤¬Æ°ºî¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤½¤Î¥É¥é¥¤¥Ð¤ò»ÈÍѤ·¤Æ¤â¤è¤¤¤«³Îǧ¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! °ìö (¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤) µ¿Ì䤬²ò¾Ã¤·¤¿¤é¡¢¥°¥é¥Õ¥£¥Ã¥¯¥â¡¼¥É¤ËÀÚ¤êÂؤ¨ ! ¤ë½àÈ÷¤¬¤Ç¤­¤¿»ö¤ò¼¨¤¹¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¤È»×¤¤¤Þ¤¹¡£Ìۤäƥ¨¥ó¥¿¡¼ ! ¥­¡¼¤ò²¡¤·¤Þ¤·¤ç¤¦¡£¤Á¤ç¤Ã¤È¤·¤Æ¤«¤é¥°¥é¥Õ¥£¥Ã¥¯²èÌÌ¤Ë Welcome to ! XFree86 Setup ¤¬É½¼¨¤µ¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢²¿¤«¤¬Â¿Ê¬¤À¤ó¤Þ¤ê¾õÂ֤ˤʤ俤Π! ¤Ç¡¢Ctrl ¥­¡¼¤È Alt ¥­¡¼¤È Backspace ¥­¡¼¤òƱ»þ¤Ë²¡¤·¤Æ¥Æ¥­¥¹¥È¥â¡¼¥É ! ¤ËÌá¤Ã¤Æ¡¢XF86Setup ¤ÎÂå¤ï¤ê¤Ë xf86config ¤ò»È¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 3.2. ¹½À®¾ðÊó¤Î¹àÌÜ ! ! °ìö¡¢VGA16 ¤Î¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Æ¡¢¥×¥í¥°¥é¥à¤Î¥í¡¼¥Ç¥£¥ó¥°¤¬´°Î»¤¹¤ì¤Ð¡¢ ! ²èÌ̤ξå¤Ë 6 ¤Ä¤Î¥Ü¥¿¥ó¤È²¼¤Ë 3 ¤Ä¤Î¥Ü¥¿¥ó¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£¹½À®¾ðÊó¤Î ! Æâ¡¢°ìÈÌŪ¤ÊʬÎà¤ËÂбþ¤¹¤ë¥Ü¥¿¥ó¤¬¾å¤Ë¤¢¤ê¤Þ¤¹¡£¼Â¹Ô¤¹¤ë½çÈÖ¤ÏÌ䤤¤Þ¤» ! ¤ó¡£°Ê¹ß¤Ç¤½¤ì¤¾¤ì¤Î¹àÌܤξܺ٤ˤĤ¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£²¼¤Î¥Ü¥¿¥ó¤Ï¤½¤ì¤¾¤ì ! Abort, Done, ¤È Help ¤È¤¤¤¦¤â¤Î¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ ! ! Abort ¤Ï̾Á°¤É¤ª¤ê¤Î°ÕÌ£ (Ãæ»ß) ¤Ç¤¹¡£ÀßÄꤷ¤¿Á´¤Æ¤ÎÊѹ¹¤ò³ÊǼ¤·¤Ê¤¤¤Ç ! ½ªÎ»¤·¤Þ¤¹¡£(Ãæ»ß½ÐÍè¤Ê¤¤) 1 ¤Ä¤¢¤ê¤½¤¦¤ÊÎã³°¤Ï¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤ ! ¥Ð¤Ø¤Î¥ê¥ó¥¯¤Ç¤¹¡£¹Ô¤Ã¤¿Êѹ¹¤ò¤¹¤°¤ËÀßÄꤷ¤¿¤¤¤È¤­¤Ï Apply ¤òÁªÂò¤·¤Æ ! ¤¯¤À¤µ¤¤¡£ ! ! ¿§¡¹¤ÊʬÎà¤Î¹½À®¾ðÊó¤ÎÀßÄ꤬½ªÎ»¤·¤¿¤È¤­¤Ï Done ¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¸½¹Ô¤ÎÀßÄê²èÌ̤˴ؤ¹¤ë¥ª¥ó¥é¥¤¥ó¥Ø¥ë¥×¤¬Íߤ·¤¤¤È¤­¤Ï Help ¤ò²¡¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ¾¤ÎÉôʬ¤ÎÀßÄ꤬¤â¤Ã¤È´Êñ¤Ë¤Ê¤ë¤Î¤Ç¡¢¥Þ¥¦¥¹¤ÎÀßÄ꤫¤é»Ï¤á¤Þ¤·¤ç¤¦¡£ ! ! 3.2.1. ¥Þ¥¦¥¹ ! ! ¥Þ¥¦¥¹¤ÎÀßÄê²èÌ̤ϡ¢¥Þ¥¦¥¹¤òÀµ¤·¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤Ë»ÈÍѤ·¤Þ¤¹¡£¤Þ¤À¥Þ¥¦ ! ¥¹¤¬Æ°ºî¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ç¤â¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤òÍưפˤ¹¤ë¤¿¤á¡¢¥Þ¥¦¥¹¤ÎÁ´µ¡ ! ǽ¤ËÂбþ¤¹¤ë¥­¡¼¤¬³ä¤êÅö¤Æ¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3 ¥Ü¥¿¥ó¤ÎÇò¤¤¥Þ¥¦¥¹¤ÎÌϼ°¿Þ¤ò²èÌ̤Ëɽ¼¨¤·¤Þ¤¹¡£¥Þ¥¦¥¹¤òÆ°¤«¤¹¤È¡¢²èÌÌ ! ¤Ë¥Þ¥¦¥¹¥«¡¼¥½¥ë¤ÎºÂɸÃͤ¬É½¼¨¤µ¤ì¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¤ò²¡¤¹¤ÈÂбþ¤¹¤ëÌϼ° ! ¿Þ¤Î¥Ü¥¿¥ó¤¬¹õ¤¯¿§¤¬ÊѤï¤ê¤Þ¤¹¡£¤³¤ÎÍͤˤʤé¤Ê¤¤¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤ÏÀµ¤·¤¯ ! ÀßÄê½ÐÍè¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ²èÌ̤ξå¤Ëʤó¤Ç¤¤¤ë¤¤¤¯¤Ä¤«¤Î¥Ü¥¿¥ó¤ÎÎó¤Ï³ºÅö¤¹¤ë¿§¡¹¤Ê»ÈÍѲÄǽ¤Ê¥×¥í ! ¥È¥³¥ë¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£Â¾¤ÎÀßÄê¤ò¹Ô¤¦¤¿¤á¤Î¥Ü¥¿¥ó¤ä¥¹¥é¥¤¥À¤â¤¤¤¯¤Ä¤« ! ¤¢¤ê¤Þ¤¹¤·¡¢¥Þ¥¦¥¹¤ÎÌϼ°¿Þ¡¢¤ª¤è¤ÓÀßÄêÊѹ¹¤òÈ¿±Ç¤µ¤»¤ë¤¿¤á¤Î¥Ü¥¿¥ó¤â¤¢ ! ¤ê¤Þ¤¹¡£»ÈÍѲÄǽ¤Ê¥Ç¥Ð¥¤¥¹¤Î°ìÍ÷¤ÎÃ椫¤é¥Ç¥Ð¥¤¥¹¤òÀßÄꤹ¤ë¥¨¥ó¥È¥ê¥Ü¥Ã ! ¥¯¥¹¤â¤¢¤ê¤Þ¤¹¡£ ! ! ¤Þ¤ººÇ½é¤Ë¥Þ¥¦¥¹¤ò°ÜÆ°¤µ¤»¤Æ¡¢¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬Àµ¤·¤¯°ÜÆ°¤¹¤ë¤³¤È¤ò³Îǧ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¤¦¤Þ¤¯Æ°¤¤¤¿¤é¡¢¥Ü¥¿¥ó¤¬¤Á¤ã¤ó¤ÈÆ°ºî¤¹¤ë¤«¥Æ¥¹¥È¤·¤Æ¤ß¤Þ ! ¤·¤ç¤¦¡£»×¤Ã¤¿¤è¤¦¤ËÆ°ºî¤·¤¿¤é¡¢¼¡¤Ï¾¤ÎÀßÄê¹àÌܤ˹Ԥ­¤Þ¤·¤ç¤¦¡£ ! ! ¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬Á´¤¯°ÜÆ°½ÐÍè¤Ê¤¤¾ì¹ç¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤«¥Þ¥¦¥¹¤Î ! ¥×¥í¥È¥³¥ë¤Î¤É¤Á¤é¤« (¼ã¤¯¤ÏξÊý) ¤ò½¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ `n' ¤Ë³ ! ¤¤¤Æ¥¿¥Ö¥­¡¼¤ò²¡¤¹¤È¼¡¤Ë»ÈÍѲÄǽ¤Ê¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Î°ìÍ÷¤¬É½¼¨¤µ¤ì¤Þ¤¹ ! ¤Î¤Ç°Û¤Ê¤Ã¤¿¥×¥í¥È¥³¥ë¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£'p' ¤ò²¡¤»¤Ð¼¡¤Ë»ÈÍѲÄǽ¤Ê¥× ! ¥í¥È¥³¥ë¤Î°ìÍ÷¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£(¤ª¼ê¸µ¤Î OS ¤Ç»ÈÍѤǤ­¤Ê¤¤¥×¥í¥È¥³¥ë¤Ï ! ³¥¿§¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹) ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤ä¥×¥í¥È¥³¥ë¤òÊѹ¹¤·¤¿¸å¤Ï `a' ¤ò ! ²¡¤»¤ÐÊѹ¹¤¬È¿±Ç¤µ¤ì¤Þ¤¹¤Î¤Ç¤â¤¦°ìÅٻ¤Æ¤ß¤Þ¤·¤ç¤¦¡£¥Þ¥¦¥¹¤«¤é¤Î±þÅú ! ¤¬Ê֤äƤ¯¤ë¤Þ¤Ç¤³¤ÎÁàºî¤ò·«¤êÊÖ¤·¤Þ¤·¤ç¤¦¡£ ! ! ¥Þ¥¦¥¹¥«¡¼¥½¥ë¤«¥Ü¥¿¥ó¤¬³ÎǧÍѤÎÌϼ°¿Þ¤Ç¤ÏÆ°ºî¤¹¤ë¤Î¤Ë¡¢¼ÂºÝ¤Ë¥Þ¥¦¥¹¤ò ! °ÜÆ°¤µ¤»¤¿»þ¤Á¤ã¤ó¤È¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬°ÜÆ°¤·¤Ê¤¤¾ì¹ç¤Ï¡¢Â¿Ê¬°­¤¤¥×¥í¥È¥³ ! ¥ë¤òÁªÂò¤·¤Æ¤¤¤ë¤Î¤Ç¤¹¡£°Û¤Ê¤ë¥×¥í¥È¥³¥ë¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! ºÇ¶á¤ÎËؤɤΥޥ¦¥¹¤Ï Microsoft ¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¤¤Æ¡¢¼¡¤ËËØ¤É¤Î¥Þ ! ¥¦¥¹¤Ï MouseSystems ¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥Þ¥¦¥¹¤ÏξÊý ! ¤â¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÍÍ¤Ê Æó½Å¥×¥í¥È¥³¥ë ( dual-protocol ) ¤Î¥Þ¥¦¥¹¤ÏÍÍ ! ¡¹¤ÊÊýË¡¤Ç 2 ¤Ä¤Î¥×¥í¥È¥³¥ë¤òÀÚ¤êÂؤ¨¤Þ¤¹¡£¥Þ¥¦¥¹ËÜÂΤËÀÚÂؤ¨¥¹¥¤¥Ã¥Á ! ¤¬¤Ä¤¤¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤È¤ÎÀܳ¤ò ! »Ï¤á¤¿»þ¤Ë°ìÄê¤Î¿®¹æ¤ò¥Þ¥¦¥¹¤ËÁ÷¿®¤·¤ÆÀÚ¤êÂؤ¨¤Þ¤¹¡£¤½¤Î¿®¹æ¤Ï ! `ClearDTR' ¤È `ClearRTS' ¤ÎÍÍ¡¹¤ÊÁȤ߹ç¤ï¤»¤ÇÀ©¸æ¤·¤Æ¤¤¤Þ¤¹¡£¤½¤Î¾¤Î ! ¥Þ¥¦¥¹¤Ç¤Ï¥Þ¥¦¥¹¤È¤ÎÀܳ»þ (¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬ºÇ½é¤ËÄÌ¿®¤·¤è¤¦¤È¤·¤Þ¤¹) ! ¤Ë¥Ü¥¿¥ó¤¬²¡¤µ¤ì¤Æ¤¤¤ë¤«Ä´ºº¤¹¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£»ÈÍѤ·¤¿¤¤¥Þ¥¦¥¹¤¬¤³¤Î ! ¼ï¤Î¤â¤Î¤Ê¤é¤ÐŬÀڤʥܥ¿¥ó¤ò²¡¤µ¤¨¤Ê¤¬¤éÁªÂò»þ¤Ë (`a' ¤ò²¡¤·¤Æ) ŬÍѤ· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Þ¥¦¥¹¤Î¥«¡¼¥½¥ë¤¬Àµ¤·¤¯°ÜÆ°¤·¤¿¤é¡¢ 3 ¤Ä¤Î¥Ü¥¿¥ó¤¬Å¬ÀÚ¤ËƯ¤¯¤«¥Æ¥¹¥È ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ 2 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï `Emulate3Buttons' ¤òÁªÂò¤·¤Æ 2 ! ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Ë̵¤¤¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤ÎÂå¤ï¤ê¤Ë 2 ¤Ä¤Î¥Ü¥¿¥ó¤òƱ»þ¤Ë²¡¤·¤Æ ! ¤¯¤À¤µ¤¤¡£Á´¤Æ¤Î¥Ü¥¿¥ó¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ï¡¢`ChordMiddle' ¤ÎÀßÄê¤òÊѹ¹¤· ! ¤Æ¤ß¤ë¤«¥Þ¥¦¥¹¤¬»È¤Ã¤Æ¤¤¤ë¥×¥í¥È¥³¥ë¤È¤½¤Ã¤¯¤ê¤Î»÷¤Æ¤¤¤ë¥×¥í¥È¥³¥ë¤ÎÀß ! Äê¤ò¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! 3.2.2. ¥­¡¼¥Ü¡¼¥É ! ! ¸½ºß¤ÎÀßÄ꤬Àµ¤·¤¯¤Ê¤¤¾ì¹ç¡¢¥­¡¼¥Ü¡¼¥É¤Î·¿Ì¾¤È¥­¡¼ÇÛÎó¤òÁªÂò¤¹¤ë (ŬÍÑ ! (apply) ¤ò²¡¤¹) ɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥­¡¼¥Ü¡¼¥É¤ÎÌϼ°¿Þɽ¼¨¤¬ÁªÂò¤·¤¿¥­¡¼¥Ü ! ¡¼¥É¤Î¤â¤Î¤ËÆþ¤ìÂؤï¤ê¤Þ¤¹¡£ ! ! ¥¢¥á¥ê¥«°Ê³°¤Î¥­¡¼¥Ü¡¼¥É¤Î¾ì¹ç¡¢°ìÍ÷¤ÎÁªÂò»è (¸½ºß¤ÎÁªÂò»è¤Ï ! nodeadkeys ¤Î 1 ¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó) ¤«¤éÀßÄꤷ¤¿¤¤¤â¤Î¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ ! ! ¤Þ¤¿¡¢¥ª¥×¥·¥ç¥ó¤ÎÃ椫¤éÀµ¤·¤¤¤â¤Î¤òÁª¤Ö¤³¤È¤â½ÐÍè¤Þ¤¹¡£ ! ! ! 3.2.3. ¥Ó¥Ç¥ª¥«¡¼¥É ! ! °ìÍ÷¤«¤é¥Ó¥Ç¥ª¥«¡¼¥É¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÉÕ°¤¹¤ë README ¥Õ¥¡¥¤¥ë¤¬¤¢¤ì¤Ð `Read README file' ¤Î¥Ü ! ¥¿¥ó¤ò²¡¤»¤Ð (¤¿¤À¤·³¥¿§¤Ë¤Ê¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð) Æɤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤¬°ìÍ÷¤Ë¤Ê¤±¤ì¤Ð¡¢¤Þ¤¿¤Ï README ¥Õ¥¡¥¤¥ë¤ÎÃæ¤Ë¥Ó¥Ç¥ª¥«¡¼¥É ! ¤Ë´Ø¤·¤ÆÆÃÊ̤ÊÀßÄ꤬ɬÍפǤ¢¤ë¤È½ñ¤«¤ì¤Æ¤¤¤ë¾ì¹ç¡¢`Detailed Setup' ¤Î ! ¥Ü¥¿¥ó¤ò²¡¤·¤ÆɬÍפÊÀßÄ꤬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤â¤·¤½ ! ¤¦¤Ç¤Ê¤«¤Ã¤¿¤é¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÀßÄê¤Ï½ªÎ»¤Ç¤¹¡£ ! ! `Detailed Setup'¤Î»ÈÍÑË¡: À褺ºÇ½é¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂбþ¤·¤¿¥µ¡¼¥Ð¤òÁªÂò ! ¤·¤Þ¤¹¡£¤½¤ì¤«¤éÁªÂò¤·¤¿¥µ¡¼¥Ð¤ËÂбþ¤¹¤ë README ¥Õ¥¡¥¤¥ë¤ò `Read ! README file' ¥Ü¥¿¥ó¤ò²¡¤·¤ÆÆɤó¤Ç¤¯¤À¤µ¤¤¡£(README ¥Õ¥¡¥¤¥ë¤¬Ìµ¤¤¾ì¹ç ! ¤Ï²¿¤â¤¹¤ë¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£) ! ! ! ³¤¤¤Æ¡¢README ¥Õ¥¡¥¤¥ë¤Ë»Ø¼¨¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¥Á¥Ã¥×¥»¥Ã¥È¤È Ramdac ! ¤ò»ØÄꤷ¤Þ¤¹¡£Ëؤɤξì¹ç¡¢¼«Æ°Åª¤ËõÃÎ (¸¡½Ð) ¤µ¤ì¤ë¤Î¤Ç¤³¤ì¤é¤òÁªÂò¤¹ ! ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ÏÄ̾︡½Ð¤Ç¤­¤Þ¤»¤ó¤Î¤Ç¡Ê¤¿¤À¤·Â¾¤Î¥Á¥Ã¥×¤ËÁȤ߹þ¤Þ¤ì¤Æ ! ¤¤¤ë¾ì¹ç¤ò½ü¤­¤Þ¤¹¡Ë¡¢°ìÈÌŪ¤Ë¤Ï»ØÄꤷ¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ɬÍפʥª¥×¥·¥ç¥ó¤Ï°ìÄ̤êÁªÂò¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦( README ¤Ë½¾¤Ã¤Æ¤¯¤À¤µ ! ¤¤)¡£ ! ! ¤Þ¤¿¡¢Ramdac ¤ÎºÇ¹â¼þÇÈ¿ô¤òÀßÄê½ÐÍè¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î Ramdac ¤ÏÍÍ¡¹¤Ê¼þ ! ÇÈ¿ô¤ò»È¤¦¤³¤È¤¬½ÐÍè¤Þ¤¹¡£¥µ¡¼¥Ð¤ÏºÇ¹â®ÅÙ¤òõÃνÐÍè¤Ê¤¤¤Î¤Ç¡¢»ØÄꤷ¤Ê ! ¤«¤Ã¤¿¾ì¹ç¤Ï»ØÄꤷ¤¿ Ramdac ¤ÎºÇÄã®ÅÙ¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! ¤µ¤é¤Ë¡¢¥µ¡¼¥Ð¤¬Ä̾ï¥á¥â¥êÍÆÎ̤òõÃνÐÍè¤ë¤Ë¤â¤«¤«¤ï¤é¤º¡¢¥Ó¥Ç¥ª¥«¡¼¥É ! ¤ËÅëºÜ¤·¤Æ¤¤¤ë¥á¥â¥ê¤ÎÍÆÎ̤â¤Þ¤¿»ØÄê½ÐÍè¤Þ¤¹¡£ ! ! ! 3.2.4. ¥â¡¼¥ÉÁªÂò ! ! »ÈÍѤ·¤¿¤¤¿¼ÅÙ(depth) ¤ò¥Ô¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ï¤É¤ì¤¯¤é¤¤¤Î¿§¿ô¤òɽ ! ¼¨¤·¤¿¤¤¤«¤È¤¤¤¦»ö¤òɽ¤·¤Þ¤¹¡£¤½¤·¤Æ¶½Ì£¤Î¤¢¤ë»ÈÍѤ¹¤ë¤«¤â¤·¤ì¤Ê¤¤Á´¤Æ ! ¤Î¥â¡¼¥É¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤ª¼ê¸µ¤Îµ¡ºà¤ÏÁªÂò¤·¤¿Á´¤Æ¤Î¿¼Å٤ȥ⡼¥É¤ÎÁȹ礻¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë²Äǽ ! À­¤Ï̵¤¤¤Ç¤·¤ç¤¦¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤Áȹ礻¤Ï¥µ¡¼¥Ð¤Ë¤è¤Ã¤Æ³«»Ï»þ¤Ë¼«Æ° ! Ū¤Ë¼Î¤Æ¤é¤ì¤Þ¤¹¡£¥â¡¼¥É¤òÊ£¿ôÁªÂò¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¡¢»ÈÍѲÄǽ¤Ê¥â¡¼¥É¤Î¤¦ ! ¤ÁºÇÂç¤Î¥â¡¼¥É¤ò²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Ë¤·¤Þ¤¹¡£ ! ! ! 3.2.5. ¥â¥Ë¥¿ ! ! ¥â¥Ë¥¿¡¼¤¬¥µ¥Ý¡¼¥È¤¹¤ë¿åÊ¿¤È¿âľ¤ÎƱ´ü¼þÇÈ¿ôÂÓ°è¤ò²èÌ̤ξå¤ÎÂбþ¤¹¤ëÆþ ! ÎÏÎΰè¤ËÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£°ìÄê¤Î¼þÇÈ¿ô¤«¼þÇÈ¿ô¤ÎÈϰϤò (¥Ï¥¤¥Õ¥ó¤Ç¶è ! ÀڤäÆ) »ØÄê¤Ç¤­¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î°Û¤Ê¤ë¼þÇÈ¿ô¤Þ¤¿¤ÏÈϰϤò¥µ¥Ý¡¼¥È¤¹¤ë¤È ! ¤­¤Ë¤Ï¡¢Ê¤٤ƥ«¥ó¥Þ¤Ç¶èÀڤäƤ¯¤À¤µ¤¤¡£ ! ! ¥â¥Ë¥¿¡¼¤Î¥Þ¥Ë¥å¥¢¥ë¤ËƱ´ü¼þÇÈ¿ô¤Ë´Ø¤¹¤ë¾ðÊ󤬸«¤Ä¤±¤é¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢°ì ! ÈÌŪ¤Ê¥â¥Ë¥¿¡¼¤ÎÆÃÀ­ÃͤΰìÍ÷¤«¤é°ì¤ÄÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤¾¤ì¤Î¼þÇÈ¿ô ! ¤Ë¹µ¤¨ÌܤοôÃͤò¥µ¡¼¥Ð¤¬»ÈÍѤ¹¤ë¤Î¤Ç¡¢¤â¤Ã¤ÈÎɤ¤À­Ç½¤¬Íߤ·¤¤¤Ê¤é¤Ð¡¢¥â ! ¥Ë¥¿¡¼¤Î¥Þ¥Ë¥å¥¢¥ë¤«¤éÀµ¤·¤¤¿ôÃͤòÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3.2.6. ¤½¤Î¾ ! ! ¿ʬ¡¢¤³¤³¤ÏÆɤßÈô¤Ð¤·¤Æ¤â¤¤¤¤¤«¤â¡£ ! ! ! 3.2.7. ¹½À®ÄêµÁ¤Î»Å¾å¤² ! ! ¾åµ­¤òÁ´Éô½ªÎ»¤·¤¿¤é¡¢`Done' ¥Ü¥¿¥ó¤ò²¡¤·¤Æ `Okay' ¥Ü¥¿¥ó¤¬½Ð¤¿¤é²¡¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! 3.3. ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë ! ! ÀßÄꤷ¤¿Á´¤Æ¤Î¾ò·ï¤Ç¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂбþ¤·¤¿¥µ¡¼¥Ð¤Îµ¯Æ°¤ò»î¤ß¤Þ¤¹¡£¤¤¤¯ ! ¤Ä¤«¤ÎÍýͳ¤Ç¥µ¡¼¥Ð¤¬µ¯Æ°½ÐÍè¤Ê¤¤¾ì¹ç¤Ï¡¢ÁªÂò¤·¤Æ¤¤¤ë¹ç¤Ã¤Æ¤¤¤Ê¤¤ÀßÄê¤ò ! Ä´¤Ù¹½À®ÄêµÁ²èÌ̤ËÌá¤Ã¤Æ¤â¤¦°ìÅٻ¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3.4. Âè 2 ¥µ¡¼¥Ð ! ! »ÄÇ°¤Ê¤¬¤é¡¢¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤¿¤±¤ì¤É¤â²èÌ̤¬Æɤߤˤ¯¤¤¾ì¹ç¤Ï¡¢(¥Æ¥ó¥­¡¼ ! ¤Î¡Ü¤ò»È¤Ã¤Æ) Ctrl-Alt-+ ¤ò²¡¤·¤Æ°Û¤Ê¤ë¥Ó¥Ç¥ª¥â¡¼¥É¤ËÀÚ¤êÂؤ¨¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! ÆþÎÏÎΰè¤È 3 ¤Ä¤Î¥Ü¥¿¥ó¤¬²èÌ̤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ ! ! ºÇ½é¤Î¥Ü¥¿¥ó¤Ï¥Ó¥Ç¥ª¥â¡¼¥É¤òÄ´À°¤¹¤ë xvidtune ¤òµ¯Æ°¤·¤Þ¤¹¡£ xvidtune ! ¤ò»È¤¦¤È¤­¤Ë³Ð¤¨¤Æ¤ª¤¯¤Ù¤­½ÅÍפʻö¤Ï xvidtune ¤Î¼Â¹ÔÃæ¤Ï Ctrl-Alt-+ ¤Ç ! ¥Ó¥Ç¥ª¥â¡¼¥É¤òÀÚ¤êÂؤ¨¤ë¤³¤È¤¬½ÐÍè¤Ê¤¤»ö¤Ç¤¹¡£`Next' ¤È `Prev' ¥Ü¥¿¥ó ! ¤ò»È¤Ã¤Æ¥â¡¼¥É¤òÀÚ¤êÂؤ¨¤Æ¤¯¤À¤µ¤¤¡£¤è¤Ã¤Æ¡¢¥Þ¥¦¥¹¤ò¤³¤ì¤é¤Î¥Ü¥¿¥ó¤ò²¡ ! ¤·¤Æ¤¤¤ë¤È¤­¤Ë°ÜÆ°¤·¤Ê¤¤¤è¤¦¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¶öÁ³¤Ë¡¢¥â¥Ë¥¿¡¼¤Ë¸«¤ä ! ¤¹¤¤²èÌ̤òɽ¼¨¤·¤Ê¤¤¤è¤¦¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤ËÀÚ¤êÂؤ¨¤¿¤È¤­¤Ï¡¢¤â¤¦°ìÅÙ¥Þ¥¦ ! ¥¹¥Ü¥¿¥ó¤ò²¡¤¹¤È¼¡¤Î¥â¡¼¥É (¤¦¤Þ¤¯¤¤¤±¤Ð¸«¤ä¤¹¤¤¥â¡¼¥É) ¤Ë°ÜÆ°¤¹¤ë¤³¤È ! ¤¬½ÐÍè¤Þ¤¹¡£ ! ! 2 ÈÖÌܤΥܥ¿¥ó¤ÇÆþÎÏÎΰè¤ËÀßÄê¾ðÊó¤ò½ñ¤­¹þ¤à¥Õ¥¡¥¤¥ë̾¤òÆþÎϤ¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£ÀßÄê¾ðÊó¤ò³ÊǼ¤·¤¿¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤¿¤éºî¶È¤Î½ªÎ»¤Î ! ¹ç¿Þ¤Ç¤¹¡£`Okay' ¥Ü¥¿¥ó¤ò²¡¤·¤¿¤é¤ª¤·¤Þ¤¤¤Ç¤¹¡£ ! ! ¤½¤·¤Æ 3 ÈÖÌܤΥܥ¿¥ó¤ÏÀßÄê¾ðÊó¤ò³ÊǼ¤·¤Ê¤¤¤Ç¥×¥í¥°¥é¥à¤ò½ªÎ»¤·¤Þ¤¹¡£ ! ! 3.5. ºÇ¸å¤Ë ! ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤Ã¤¿¤é `Configuration complete.' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò ! ɽ¼¨¤·¤Þ¤¹¡£¤µ¤Æ¡¢»È¤¨¤ë¹½À®¾ðÊó¤ò¼ê¤Ë¤·, X ¥µ¡¼¥Ð¤ò»×¤¤Ä̤ê¤ÎÊýË¡ ! (`startx' ¥³¥Þ¥ó¥É¤È¤« `xdm' ·Ðͳ ) ¤Çµ¯Æ°½ÐÍè¤Þ¤¹¡£ ! ! 4. xf86config ¤ò¼Â¹Ô¤¹¤ë ! ! ¥Æ¥­¥¹¥È²èÌ̤«¤é xf86config ¤È¤¤¤¦¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£¤³¤Î¥×¥í ! ¥°¥é¥à¤Ï root ¤Ë¤Ê¤Ã¤Æ (ÀäÂФËɬ¿Ü¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢xf86config ¤¬ ! ¤è¤ê¿¤¯¤Î»Å»ö¤ò¤·¤Þ¤¹) ¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£Ãæ»ßʸ»ú (Ä̾Control-C ¥­ ! ¡¼¼ã¤·¤¯¤Ï Delete ¥­¡¼¤Ç¤¹) ¤ò¥×¥í¥°¥é¥à¤ò»ß¤á¤¿¤¤¤È»×¤Ã¤¿¤é¡¢¤¤¤Ä¤Ç¤â ! ²¡¤¹¤³¤È¤¬½ÐÍè¤Þ¤¹¡£¤¹¤°¤Ë¤ä¤êľ¤·¤¬½ÐÍè¤Þ¤¹¡£ ! ! xf86config ¤ÏɬÍפʺî¶È¤ò²èÌ̤Ëɽ¼¨¤¹¤ë»ÈÍÑË¡¤òÄ󶡤·¤Þ¤¹¡£¼¡¤Îʸ½ñ¤Ï ! ºî¶È¤Î²áÄø¤Î¿§¡¹¤ÊÃʳ¬¤Ç¤ÎÃí°Õ»ö¹à¤Ç¤¹¡£¤³¤Îʸ½ñ¤Ë¤Ïºî¶È¤ò¼êÁ᤯¹Ô¤¨¡¢ ! ¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë²¿¤¬·ë²Ì¤È¤·¤ÆÆÀ¤é¤ì¤ë¤«¤òÃΤꤿ¤¤¿Í¸þ¤±¤Ë½ñ¤¤ ! ¤Æ¤¤¤Þ¤¹¡£ ! ! ! 4.1. ºÇ½é¤Î²èÌÌ ! ! ¤Þ¤ººÇ½é¤Ë¡¢xf86config ¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤òÀßÄꤹ¤ë¤Î¤Ë½õ¤±¤Ë¤Ê¤ë ! »ö¡¢¤Þ¤¿¤Ï¥¨¥Ç¥£¥¿¤Ç¼êºî¶È¤Ç¹Ô¤¦»ö¤ò¾¯¤·É½¼¨¤·¤Þ¤¹¡£²¿¤ò¼¨¤·¤Æ¤¤¤ë¤«ÆÉ ! ¤ó¤À¤é Enter ¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4.2. Àµ¤·¤¤ PATH ¤òÆÀ¤ë ! ! ¥×¥í¥°¥é¥à¤Ï¼¡¤Ë /usr/X11R6 ¤È¤¤¤¦¥Ç¥£¥ì¥¯¥È¥ê (ɸ½àƳÆþ¥Ç¥£¥ì¥¯¥È¥ê) ! ¤¬¥·¥¹¥Æ¥à¤Ë¤¢¤ë¤«Ä´¤Ù PATH ´Ä¶­ÊÑ¿ô¤ËÄɲ乤ëɬÍפ¬¤¢¤ë¤³¤È¤òɽ¼¨¤·¤Þ ! ¤¹¡£ ! ! XFree86 (3.0 ¤è¤êÁ°) ¤¬»È¤Ã¤Æ¤¤¤¿ /usr/X386 ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¤«¤âÄ´¤Ù ! ¤Þ¤¹¡£¶öÁ³¤Ë¸«¤Ä¤«¤Ã¤¿¾ì¹ç¡¢ /usr/X386 ¤ÎÁ°¤Ë /usr/X11R6 ¤ò PATH ¤ËÄê ! µÁ¤¹¤ë¤è¤¦¤Ë·Ù¹ð¤·¤Þ¤¹¡£ ! ! Á´¤Æ¤¬Âç¾æÉפʤé¤Ð¡¢Enter ¤ò²¡¤·¤Æ¼¡¤Ë¤¤¤­¤Þ¤·¤ç¤¦¡£¤µ¤â¤Ê¤±¤ì¤Ð¡¢ ! Control-C ¤ò²¡¤·¤Æ½ªÎ»¤·¤ÆɬÍפÊÊѹ¹¤ò¤·¤Æ xf86config ¤òºÆµ¯Æ°¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ! 4.3. ¥Þ¥¦¥¹¤ÎÀßÄê ! ! ¥á¥Ë¥å¡¼¤«¤é¥Þ¥¦¥¹¤Î¥¿¥¤¥×¤òÁª¤ó¤ÇÀܳ¤·¤Æ¤¤¤ë¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð ! ̾¤òľÀÜÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Xserver ¤¬»È¤¦¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤òÆ⢤·¤Æ¤¤¤ë OS (Î㤨¤Ð SVR4, SCO) ¤ò ! »È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¤Æ¥Þ¥¦¥¹¤ò ! ÀßÄꤷ¤Ê¤±¤ì¤ÐɬÍפ¬¤¢¤ë¤Î¤Ç¡¢Å¬Åö¤Ê¥Þ¥¦¥¹¤ò°ìÍ÷¤«¤éÁªÂò¤·¥Ç¥Ð¥¤¥¹¥É¥é ! ¥¤¥Ð̾¤Î±þÅú¤Ï ¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦ ! ! ¥Þ¥¦¥¹¤¬¤É¤Î¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¤¤ë¤«ÃΤé¤Ê¤¤¾ì¹ç¡¢¿ä¬¤·¤Æ (xf86config ! ¤ÏÂçÂλ÷¤¿¤â¤Î¤Î¤¤¤¯¤Ä¤«¥Ò¥ó¥È¤ò½Ð¤·¤Þ¤¹)²¼¤µ¤¤¡£¤½¤ì¤«¤é¥µ¡¼¥Ð¤òµ¯Æ° ! ¤·¤¿»þ¥Þ¥¦¥¹¤¬Æ°¤«¤Ê¤¤¾ì¹ç¡¢¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¾Ï¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! xf86config ¤ÏºÇ¿·¤Î¥×¥í¥È¥³¥ë¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¹¹¿·¤Ï¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î ! ¤Ç¡¢xf86config ¤¬½ª¤Ã¤¿¸å¤ÇÀßÄê¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 4.4. ¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê ! ! ¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê¤Ë´Ø¤·¤Æ¤Ïñ¤Ë¼ÁÌä¤Ë yes ¤ÈÅú¤¨¤Þ¤·¤ç¤¦¡£ ! ! ²¿¤«Â¾¤Îʪ¤Î°Ù¤Ë±¦¥ª¥ë¥¿¥Í¡¼¥È¥­¡¼¤È¥³¥ó¥È¥í¡¼¥ë¥­¡¼¤È»È¤¦É¬Íפ¬¤¢¤ë¤È ! ¤­¤Ï no ¤òÅú¤¨¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ! ! ! 4.5. ¥â¥Ë¥¿¤ÎÀßÄê ! ! ¥â¥Ë¥¿¤Î»ÅÍͤȷ¿Ì¾¤ÈÀ½Â¤²ñ¼Ò¤Ë°ìÃפ¹¤ë¹àÌܤòÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ºÇ½é¤Ë¿åʿƱ´ü¼þÇÈ¿ô¤òÄ´¤Ù¤Þ¤·¤ç¤¦¡£¥Þ¥Ë¥å¥¢¥ë¤ò¸«¤ÆÀµ¤·¤¤¿ôÃͤòÆþÎϤ¹ ! ¤ë¤³¤È¤Ï ÂçÊÑ ½ÅÍפǤ¹¡£¥â¥Ë¥¿¤Î¼þÇÈ¿ô¤ÈÆþÎϼþÇÈ¿ô¤ÎÈϰϤΤɤ줫¤¬¤Õ¤µ ! ¤ï¤·¤¤¾ì¹ç¡¢¤½¤ì¤òÁªÂò¤·¡¢¤µ¤â¤Ê¤±¤ì¤Ð custom ¤òÁªÂò¤·¤Æ¥Þ¥Ë¥å¥¢¥ë¤Ëµ­ ! ºÜ¤µ¤ì¤Æ¤¤¤ë¿ôÃͤòÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë¿âľƱ´ü¼þÇÈ¿ô¤Ç¤¹¡£¤³¤ì¤âÀµ³Î¤Ë»ØÄꤹ¤ë»ö¤Ï ÂçÊѽÅÍפǤ¹¡£¿åʿƱ ! ´ü¼þÇÈ¿ô¤ÈƱ¤¸ÊýË¡¤ÇÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤¤¤º¤ì¤«¤Î¼þÇÈ¿ô¤ò´Ö°ã¤¨¤ÆÀßÄꤷ¤¿¾ì¹ç¡¢¥â¥Ë¥¿¤òÄˤá¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ºÇ¸å¤Ë¡¢"¼±ÊÌ̾" ("identifier")¤È¤·¤Æ¥â¥Ë¥¿¤ÎÀ½Â¤²ñ¼Ò¤È·¿Ì¾¤òÄ´¤Ù¤Æ¤¯ ! ¤À¤µ¤¤¡£¤³¤ì¤é¤ò¼êÁ᤯ÆþÎϤ·¤Æ¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤¡£ ! ! ! 4.6. ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÁªÂò ! ! ¼¡¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¸«¤¿¤¤¤«Ê¹¤¤¤Æ¤­¤Þ¤¹¡£°ìÍ÷¤«¤é¥Ó¥Ç¥ª¥« ! ¡¼¥É¤òÁª¤Ö¤È¼¡¤Î 2 ¤Ä¤Î¾Ï¤Î¼ÁÌä¤ËÅú¤¨¤Æµ­Æþ¤¹¤ë¤³¤È¤Ç»þ´Ö¤¬¾¯¤·ÀáÌó¤Ç ! ¤­¤Þ¤¹¡£ ! ! °ìÍ÷¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤¬¸«Åö¤¿¤é¤Ê¤¤¾ì¹ç¤Ï q ²¡¤·¤Æ¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ¼¡ ! ¤ÎÃʳ¬¤òÈô¤Ð¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤·¤Æ¼«Ê¬¤ÇÌäÂê¤ËÅú¤¨¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! ! 4.7. ¥µ¡¼¥Ð¤ÎÁªÂò ! ! Á°¤ÎÃʳ¬¤Ç¥Ó¥Ç¥ª¥«¡¼¥É¤òÁªÂò¤·¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤ÎÁªÂò¤ÏÍưפǤ¹¡£¥Ç¡¼¥¿¥Ù ! ¡¼¥¹¤«¤é¤Î¿äÁ¦¤µ¤ì¤¿¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ÆÃÄê¤Î¥µ¡¼¥Ð¤Î¥Á¥Ã¥×¥»¥Ã¥È(Mach8, Mach32, Mach64, AGX/XGA, 8514/A, S3, ! I128, P9000)¤ÎÆâ¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤¬¤É¤ì¤«¤Ê¤é¤Ð accel ¥ª¥×¥·¥ç¥ó¤òÁªÂò¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤â¤·¤½¤¦¤Ç¤Ê¤«¤Ã¤¿¤é¿ʬ SVGA ¥µ¡¼¥Ð¤ò»ÈÍѤ·¤¿¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¼¡¤Ë¡¢¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÀßÄꤷ¤¿¤¤¥µ¡¼¥Ð¤¬¤¢¤ë¾ì¹ç¡¢¥×¥í¥°¥é¥à¤¬Ê¹¤¤ ! ¤Æ¤­¤¿¤é yes ¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£accel ¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤¿¾ì¹ç¤Ï¡¢¥ê¥ó ! ¥¯¤¹¤ëÆÃÄê¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! 4.8. ¥¹¥¯¥ê¡¼¥ó/¥Ó¥Ç¥ª¥«¡¼¥É¤Î¹½À® ! ! ¥á¥â¥êÎ̤ȷ¿Ì¾°ìÍ÷¤«¤é¥Ó¥Ç¥ª¥«¡¼¥É¤ËÅëºÜ¤·¤Æ¤¤¤ëŬÀڤʥª¥×¥·¥ç¥ó¤òÁªÂò ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤½¤Î¤È¤­Í¿¤¨¤ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î¼±ÊÌ̾¡¢À½Â¤²ñ¼Ò¤È·¿Ì¾¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£¤³ ! ¤ÎÀßÄê¤òÈô¤Ð¤·¤¿¤¤¤È¤­¤Ï¡¢¤¿¤À¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î RAMDAC ¤È¥Á¥Ã¥×¥»¥Ã¥È¤Î·¿Ì¾¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£¥Ç¡¼¥¿ ! ¥Ù¡¼¥¹¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤¬¤¢¤ë¾ì¹ç¤Ï¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¸¡º÷·ë²Ì¤ò»ØÄꤷ¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤Î RAMDAC ¤È¥Á¥Ã¥×¥»¥Ã¥È¤¬°ìÍ÷¤Ë¤Ê¤«¤Ã¤¿¾ì¹ç¡¢·¿Ì¾¤òʹ¤¤¤Æ ! ¤­¤¿¤È¤³¤í¤Ç¤¿¤À¡¢¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤¡£¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤ò»ý¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢¥×¥í¥°¥é¥à¤¬¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬¥µ¥Ý¡¼¥È¤· ! ¤Æ¤¤¤ë¼þÇÈ¿ô¤òõ¤¹¤è¤¦¤ËõÃΤ·¤è¤¦¤È¤·¤Þ¤¹¡£ ! ! ! 4.9. ¥â¡¼¥É¤ÎÁªÂò ! ! ¤µ¤Æ¤É¤ó¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤ò¼Â¹Ô¤·¤¿¤¤¤Î¤«¤ò¥×¥í¥°¥é¥à¤Ë¶µ¤¨¤Þ¤·¤ç¤¦¡£ ! ! ¥×¥í¥°¥é¥à¤Ï¥Ó¥Ç¥ª¥«¡¼¥É¤¬Æ°ºî¤¹¤ë°ìÈÌŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤òɽ¼¨¤·¤Þ ! ¤¹¡£(¤ª¼ê¸µ¤Î¥â¥Ë¥¿¡¼¤Ç¤Ï¤¤¤¯¤Ä¤«¤Î¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó ! ¤¬¡¢¥â¥Ë¥¿¤ÎƱ´ü¼þÇÈ¿ô¤òÀµ¤·¤¯ÀßÄꤹ¤ì¤Ð¡¢X ¥µ¡¼¥Ð¤¬¼Â¹Ô»þ¤ËÆ°¤«¤Ê¤¤¥â ! ¡¼¥É¤ò̵»ë¤¹¤ë¤Ç¤·¤ç¤¦¡£) ! ! º£¤Þ¤Ç¤ÎÀßÄê¤ò¼õ¤±Æþ¤ì¤Æ¤â½ç½ø¤òÆþ¤ìÂؤ¨¤¿¤¤¤È»×¤¦¤Ç¤·¤ç¤¦¡£Î㤨¤Ð 1 ! ¥á¥¬¥Ð¥¤¥È¤Î¥á¥â¥ê¤ò¥Ó¥Ç¥ª¥«¡¼¥É¤¬»ý¤Ã¤Æ¤¤¤¿¾ì¹ç¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤ò ! ! ! "640x480" "800x600" "1024x768" ¤ò 8bpp Âбþ¤Ë ! ! ! ! ! ! ÀßÄꤷ¤Æ¤¤¤Þ¤¹¡£ ! ! 1 ¤òÁªÂò¤¹¤ë¤È 8bpp ¤ÎÀßÄê¤òÊѹ¹¤·¤Æ¡¢432 ¤ÈÆþÎϤ¹¤ë¤ÈµÕ½ç¤òÁªÂò¤¹¤ë¤³ ! ¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ÀßÄꤷ¤¿¤¤½ç½ø¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤òÁªÂò¤·¤¿¤¤»þ¤Ï 4 ¤òÁªÂò¤·¤Æ³¤±¤Þ¤·¤ç ! ¤¦¡£ ! ! ! 4.10. XF86Config ¥Õ¥¡¥¤¥ë¤ÎºîÀ® ! ! ÀßÄꤷ¤¿¹½À®¾ðÊó¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Ë½ñ¤­¹þ¤à¤È¤­¤Ë¥×¥í¥°¥é¥à¤¬Ê¹¤¤ ! ¤Æ¤­¤Þ¤¹¤Î¤Ç yes ¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4.11. ºÇ½ªÃí°Õ»ö¹à ! ! ºÇ¸å¤Ë¤³¤Îºî¶È¤ò½ªÎ»¤¹¤ë³Îǧ¤È¹½À®¾ðÊó¥Õ¥¡¥¤¥ë¤ò³Îǧ¤·¤Æ¤«¤é»ÈÍѤ¹¤ë¤³ ! ¤È¤ÎÃé¹ð¤òɽ¼¨¤·¤Þ¤¹¡£¼¡¤Î¾Ï¤ÇɬÍפÊÊѹ¹¹àÌܤˤĤ¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£ ! ! ! 5. XF86Config ¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤ò¥¨¥Ç¥£¥¿¤Ç³«¤¤¤Æ¸«¤Æ¤¯¤À¤µ¤¤¡£Êѹ¹¤¹¤ëɬÍפ¬¤¢¤ë ! Éôʬ¤¬¤¢¤ê¤Þ¤¹¡£: ! ! o ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤òÆ⢤·¤Æ¤¤¤ë¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ò»ÈÍѤ·¤Æ¤¤¤ë ! ¾ì¹ç¡¢Pointer Àá¤òÊѹ¹¤·¤Þ¤·¤ç¤¦¡£Æäˡ¢Protocol ¤ò OSMouse ! (SCO ¤Î¾ì¹ç) ¤Ë¤Þ¤¿¤Ï¡¢Xqueue(SVR4, ¤¤¤¯¤Ä¤«¤Î SVR3 ¤Î¾ì¹ç) ¤ËÀßÄê ! ¤·¤Æ Device ¹Ô¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Xqueue ¥¤¥Ù¥ó¥È¥É¥é¥¤¥Ð¼ã¤¯¤Ï»÷¤¿¤è¤¦¤Ê¥É¥é¥¤¥Ð¤ò»ÈÍѤ·¤Æ¤¤¤ë¥·¥¹¥Æ ! ¥à¤ò²ÔƯ»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¡¢ Keyboard Àá¤Î Protocol ¤ÎÀßÄê¤ò Xqueue ! ¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! °ìö¡¢¹½À®¾ðÊó¤¬Àµ¤·¤¤¤ÈËþ­¤·¤¿¤é¡¢XF86Config ¥Õ¥¡¥¤¥ë¤ò ! /usr/X11R6/lib/X11 ¤Ë¥³¥Ô¡¼¤·¤Æ `startx' ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£ ! ! ¤µ¤Æ X ¥µ¡¼¥Ð¤¬²ÔƯ¤·¤Þ¤·¤¿¡£X ¥µ¡¼¥Ð¤¬²ÔƯ¤·¤¿¤±¤ì¤É»×¤Ã¤¿¤è¤êÎɤ¤É½ ! ¼¨²èÌ̤ǤϤʤ¤ (Î㤨¤ÐÁ´²èÌÌɽ¼¨¤Ë¤Ê¤Ã¤Æ¤¤¤Ê¤¤¤È¤«¡¢Ãæ±û¤«¤é¤Ï¤º¤ì¤Æ¤¤ ! ¤ë¤È¤«¡¢ÏƤ˲ö¤ê¹þ¤ó¤Ç¤¤¤ëÅù) ¾ì¹ç¡¢ xvidtune ¤Î¾Ï¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¤½¤Î ! ¾¤ÎÌäÂ꤬¤¢¤ë¾ì¹ç¡¢¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¾Ï¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. xvidtune ¤ò¼Â¹Ô¤¹¤ë ! ! ²èÌÌɽ¼¨¤òÄ´À°¤·¤¿¤¤¾ì¹ç¡¢xvidtune ¥³¥Þ¥ó¥É¤¬»È¤¨¤Þ¤¹¡£ ! ! xterm ¤Î¥·¥§¥ë¥×¥í¥ó¥×¥È¤«¤éñ¤Ë xvidtune ¤ÈÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£·Ù¹ð¤òÆÉ ! ¤ó¤Ç OK ¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¼¡¤Ë Auto ¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ¾å/²¼/º¸/±¦ (Up/Down/Left/Right) ¤ä½Ä¾®/½ÄÂç/²£Âç/²£¾® ! (Shorter/Taller/Wider/Narrower) ¤òÁȤ߹ç¤ï¤»¤Æ»×¤Ã¤¿¤È¤ª¤ê¤Îɽ¼¨¤ËÄ´À° ! ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ºÇ¶á¤Î S3 ÅëºÜ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ç¤Ï¤¤¤¯¤Ä¤«¤ÎÊ̤Υܥ¿¥ó¤ÈÆþÎϹàÌÜ ! (InvertVCLK, EarlySC ¤È Blank Delays) ¤¬²èÌ̤β¼¤Î¤Û¤¦¤Ë¤¢¤ë¤Ç¤·¤ç¤¦¡£ ! ¿ô¥Ô¥¯¥»¥ë¤Î²èÌ̤βö¤ê¹þ¤ß¤ÎÌäÂê¤ò²ò·è¤¹¤ëÊä½õ¤Ë¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! °ìö¤Á¤ã¤ó¤È²èÌ̤òÄ´Àᤷ¤¿¤é¡¢show ¥Ü¥¿¥ó¤ò²¡¤·¤ÆÀµ¤·¤¤ ModeLine ¤ò°õ ! ºþ¤·¤Æ¡¢¸½ºß¤Î²èÌ̤ÎÀßÄê¤ò¾ï»þ»È¤¦¤è¤¦¤Ë XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! ÀßÄꤷ¤Þ¤·¤ç¤¦¡£¸½ºß¤Î²èÌ̾ðÊó¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Ë¥³¥Ô¡¼¤¹¤ë´Êñ¤Ê ! ÊýË¡¤Ï¡¢¸½ºß¤Î modeline ¤ÎÀßÄê¤ò¥¨¥Ç¥£¥¿¤ÎÊý¤Ë¥Ú¥¤¥¹¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¾¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤òÄ´À°¤·¤¿¤¤¾ì¹ç¤Ï¡¢Next ¤È Prev ¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ ! ¥Ó¥Ç¥ª¥â¡¼¥É¤òÀÚ¤êÂؤ¨¤Æ²¼¤µ¤¤¡£ ! ! xvidtune ¤ò½ª¤ï¤ê¤¿¤¤¤È¤­¤Ïñ¤Ë Quit ¥Ü¥¿¥ó¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 7. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ¤³¤³¤Þ¤ÇÆɤó¤Ç¤¤¤ë¤Î¤Ï¡¢²¿¤«Ë¾¤ó¤ÀÄ̤ê¤Î·ë²Ì¤¬ÆÀ¤é¤ì¤Æ¤¤¤Ê¤¤¡Ê¤Þ¤¿¤Ï¡¢ ! ³Ú¤·¤ó¤ÇÆɤó¤Ç¤¤¤¿¤À¤¤¤Æ¤¤¤ë¡Ë¤Î¤Ç¤·¤ç¤¦¡£ ! ! °Ê²¼¤Ï°ìÍ÷¤Ë¤Ê¤Ã¤¿¤¤¤¯¤Ä¤«¤Î°ìÈÌŪ¤ÊÀßÄêºî¶ÈÃæ¤ËÎɤ¯À¸¤¸¤ëÌäÂê¤ä²ò·è¤Î ! ¥Ò¥ó¥È¤Ç¤¹¡£¤·¤«¤·¤Ê¤¬¤é¡¢¥Ï¡¼¥É¥¦¥§¥¢¤È¥½¥Õ¥È¥¦¥§¥¢¤ÎÀßÄê¤ÎËÄÂç¤ÊÁÈ¤ß ! ¹ç¤ï¤»¤¬¤¢¤ê¡¢¤½¤³¤Ç¡¢ËÄÂç¤ÊÉÔ¶ñ¹ç¤¬À¸¤¸¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Îʸ½ñ¤È ! ¥Ä¡¼¥ë¤Îʸ½ñ¤Ç¤ÏÁ´¤Æ¤Î¾ì¹ç¤Ë¤Ä¤¤¤Æ¸ÀµÚ½ÐÍè¤Þ¤»¤ó¡£ ! ! Á°¤Î¾Ï¤Ç»î¹Ô¤·¤¿ºî¶È¤È¤³¤Î¾Ï¤Ç¤Î¥Ò¥ó¥È¤ò³Îǧ¤·¤¿¸å¤Ç¡¢¥·¥¹¥Æ¥à¤¬²ÔƯ¤· ! ¤Ê¤¤¾ì¹ç¤Ï¡¢Á´¤Æ¤Îʸ½ñ¤òÆɤàɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤ª¼ê¸µ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤È OS ! (¤â¤·¤¢¤ì¤Ð) ¤ËÂбþ¤·¤Æ¤¤¤ë README ¥Õ¥¡¥¤¥ë ¤È ¡ÖXFree86 ¤ÎÀßÄê¤Ë¤Ä¤¤ ! ¤Æ¡× (XFree86 Configuration Guide : README.Config) ¤È XF86Config ¥ª¥ó ! ¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ ! ! Æäˤ«¤Ê¤ê¿·¤·¤¤¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤ÎºÇ¿·¤Î¾ðÊó¤Ï the XFree86 FAQ ! ¤â¡¢¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! Á´Á³ÂÌÌܤʾì¹ç¤Ï¡¢comp.windows.x.i386unix ¤« comp.os.linux.x ¤Ëµ­»ö¤ò ! Åê¹Æ¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¤Ï XFree86@XFree86.org ¤ËÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ ! ¤¯¤À¤µ¤¤¡£[ÌõÃí : ±Ñ¸ì¤Ç¤ª´ê¤¤¤·¤Þ¤¹:-)] ! ! ! ! 7.1. ¥Þ¥¦¥¹¤¬¤Á¤ã¤ó¤ÈÆ°¤«¤Ê¤¤¡£¤Ä¤Þ¤ê²èÌ̤ËÄ¥¤êÉÕ¤¤¤¿¤Þ¤ÞÆ°¤«¤Ê¤¤¡£ ! ! ÁªÂò¤·¤¿¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¤¬Îɤ¯¤¢¤ê¤Þ¤»¤ó¡£°ã¤¦¥×¥í¥È¥³¥ë¤ò»î¤·¤Æ¤ß¤Þ ! ¤·¤ç¤¦¡£ ! ! ! 7.2. ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Ê¤¤¡£¤³¤Î»þ¥Þ¥¦¥¹¤¬»ÈÍѺѤߤǤ¢¤ë¤Èɽ¼¨¤µ¤ì¤ë¡£ ! ! ¤µ¤Æ¡¢¤³¤Î¿ÇÃǤÏ¿ʬÀµ¤·¤¤¤Ç¤·¤ç¤¦¡£¤³¤Î¸½¾Ý¤Ï Linux ¥·¥¹¥Æ¥à¤Ç gpm ¤¬ ! Æ°ºî¤·¤Æ¤¤¤ë»þ¤ËÎɤ¯µ¯¤³¤ê¤Þ¤¹¡£gpm ¥×¥í¥»¥¹¤ò»ß¤á¤Æ startx ¤ò¤â¤¦°ìÅÙ ! ¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 7.3. ¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤¬»ÈÍѽÐÍè¤Ê¤¤¡£ ! ! ¤³¤Î¸½¾Ý¤Ï´Êñ¤Ê²ò·èºö¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤¿¤¯¤µ¤ó»î¹Ôºø¸í¤¬É¬ÍפǤ¹¡£¥Þ¥¦¥¹ ! ¤Î¥×¥í¥È¥³¥ë¤¬Àµ¤·¤¤¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¿¤¯¤Î 3 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Ï 2 ¥Ü¥¿¥ó¥â¡¼¥É¤È 3 ¥Ü¥¿¥ó¥â¡¼¥É¤Î "ξÊý¤Î¥×¥í ! ¥È¥³¥ë" ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ 3 ¥Ü¥¿¥ó¥â¡¼¥É¤Ø¤ÎÀÚ¤êÂؤ¨ÊýË¡ (Ä̾ï ! MouseSystems ¥×¥í¥È¥³¥ë¤òÍѤ¤¤Þ¤¹) ¤Ï¥Þ¥¦¥¹¤Î¼ïÎà¤Ë¤è¤Ã¤Æ¿§¡¹¤Ç¤¹¡£ ! ! ¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Ë¥Þ¥¦¥¹¤ËÉÕ¤¤¤Æ¤¤¤ë¥¹¥¤¥Ã¥Á¤òÆ°¤«¤¹¤«¡¢¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤ò ! ²¡¤·Â³¤±¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Â¾¤Î¥â¡¼¥ÉÀÚ¤êÂؤ¨¤Î¥µ¡¼¥Ð¦¤Ç¹Ô¤¦ÊýË¡¤Ï¡¢¥Þ ! ¥¦¥¹¤ÎÀßÄê¤ÎÁȤ߹ç¤ï¤»¤òÀµ¤·¤¯¹Ô¤ï¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£´°àú¤ÊÀßÄê¤Î°ìÍ÷ ! ¤¬ XF86Config ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î Pointer ¤Î¾Ï¤Ë¤¢¤ë¤Î¤Ç¤ß¤Æ ! ¤¯¤À¤µ¤¤¡£ ! ! ! 7.4. ²èÌ̤¬¾å²¼º¸±¦¤ËÊÒ´ó¤ë¡£ ! ! xvidtune ¤Î¾Ï¤ò¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 7.5. xf86config ¤Þ¤¿¤Ï xvidtune ¤¬¥·¥¹¥Æ¥à¤ÎÃæ¤Ë¸«¤Ä¤±¤é¤ì¤Ê¤¤¡£ ! ! ¤¦¡¼¤ó¡£2 ¤Ä¤Î²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! 1. PATH ¤¬Àµ¤·¤¯ÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤¡£XFree86 ¤Î¥Ð¥¤¥Ê¥ê¤Î bin ¥Ç¥£¥ì¥¯¥È ! ¥ê¤ò´Þ¤ó¤Ç¤¤¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£(Ä̾ï¤Ï /usr/X11R6/bin¤Ç¤¹) ! ! 2. XFree86 ¤ò´°Á´¤ËƳÆþ¤·¤Æ¤¤¤Ê¤¤¡£ XFree86 ¤òÆþ¼ê¤·¤¿¤È¤³¤í¤ØÌá¤Ã¤Æ¡¢ ! »Ä¤é¤ºÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc,v 3.1.2.1 1999/06/02 07:50:39 hohndel Exp $ ! ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/QStart.sgml,v ! 3.4.2.2 1998/02/28 04:47:08 ¤ò¡¢²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤¬ ! XFree86 3.3.2 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬ ! ¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅÅ ! »Ò¥á¡¼¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê ! ¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤È X Japanese ! Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä¤Ë¡¢ÅŻҥ᡼¥ë ! ¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! [EOF] ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,609 ---- ! XFree86 ¤ÎÀßÄê¤ò¼êÁ᤯¤¹¤ë°Ù¤Î¼ê°ú¤­ ! Joe Moss ! ! 1998 ǯ 2 ·î 27 Æü ! ²¬ËÜ °ì¹¬ Kazuyuki Okamoto (ikko-@pacific.rim.or.jp) ! ! 1998 ǯ 3 ·î 28 Æü ! ! ºÇ¿·¤Î XFree86 ¤Ï¥µ¡¼¥Ð¤ÎÀßÄê¤Î¼ê½ç¤ò¼«Æ°²½¤¹¤ë¤Î¤ËÌò¤ËΩ¤Ä¥Ä¡¼¥ë¤ò´ö ! ¤Ä¤â´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¤·¤«¤·¡¢´û¸¤Îʸ½ñ¤Î¤Û¤È¤ó¤É¤ÏÀßÄêºî¶È¤ò¼ê¤Ç¤¹¤ëÏäò ! °·¤Ã¤Æ¤ª¤ê¡¢¤·¤«¤â¡¢µ»½ÑŪ¤ÊºÙ¤«¤¤Ïä¬ÂçÎ̤˽ñ¤¤¤Æ¤¢¤Ã¤¿¤ê¤·¤Þ¤¹¡£¤³¤ì ! ¤é¤Ï¥Þ¥Ë¥¢¸þ¤±¤Îµ¡´ï¤ä¼«Ê¬¤Î¼ê¤Ç²¿¤È¤«¤·¤¿¤¤¤È»×¤Ã¤Æ¤¤¤ë¥æ¡¼¥¶¤Ë¤ÏÁÇŨ ! ¤Ê¾ðÊó¤Ç¤¹¡£¤·¤«¤·¡¢°ìÈÌŪ¤Êµ¡´ï¤ò»ÈÍѤ·¤Æ¤ëËؤɤΥ桼¥¶¤Ï¤È¤Ë¤«¤¯ X ! ¤ò¤¹¤°¤ËÆ°¤«¤·¤Æ¤ß¤¿¤¤¤Ç¤·¤ç¤¦¡£¤³¤Î¼ê°ú¤­¤Ï¤½¤ó¤Ê¥æ¡¼¥¶¤Î°Ù¤Î¾ðÊó¤Ç ! ¤¹¡£ ! ______________________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¤Ï¤¸¤á¤ëÁ°¤Ë ! 2. ²¿¤ò¹Ô¤¦¤Î¤« - ³µÍ× ! 3. XF86Setup ¤Î»ÈÍÑË¡ ! 3.1 ºÇ½é¤Îµ¿Ìä ! 3.2 ¹½À®¾ðÊó¤Î¹àÌÜ ! 3.2.1 ¥Þ¥¦¥¹ ! 3.2.2 ¥­¡¼¥Ü¡¼¥É ! 3.2.3 ¥Ó¥Ç¥ª¥«¡¼¥É ! 3.2.4 ¥â¡¼¥ÉÁªÂò ! 3.2.5 ¥â¥Ë¥¿ ! 3.2.6 ¤½¤Î¾ ! 3.2.7 ¹½À®ÄêµÁ¤Î»Å¾å¤² ! 3.3 ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë ! 3.4 Âè 2 ¥µ¡¼¥Ð ! 3.5 ºÇ¸å¤Ë ! ! 4. xf86config¤ò¼Â¹Ô¤¹¤ë ! 4.1 ºÇ½é¤Î²èÌÌ ! 4.2 Àµ¤·¤¤ PATH ¤òÆÀ¤ë ! 4.3 ¥Þ¥¦¥¹¤ÎÀßÄê ! 4.4 ¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê ! 4.5 ¥â¥Ë¥¿¤ÎÀßÄê ! 4.6 ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÁªÂò ! 4.7 ¥µ¡¼¥Ð¤ÎÁªÂò ! 4.8 ¥¹¥¯¥ê¡¼¥ó/¥Ó¥Ç¥ª¥«¡¼¥É¤Î¹½À® ! 4.9 ¥â¡¼¥É¤ÎÁªÂò ! 4.10 XF86Config ¥Õ¥¡¥¤¥ë¤ÎºîÀ® ! 4.11 ºÇ½ªÃí°Õ»ö¹à ! ! 5. XF86Config ¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! 6. xvidtune ¤ò¼Â¹Ô¤¹¤ë ! 7. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 7.1 ¥Þ¥¦¥¹¤¬¤Á¤ã¤ó¤ÈÆ°¤«¤Ê¤¤¡£¤Ä¤Þ¤ê²èÌ̤ËÄ¥¤êÉÕ¤¤¤¿¤Þ¤ÞÆ°¤«¤Ê¤¤¡£ ! 7.2 ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Ê¤¤¡£¤³¤Î»þ¥Þ¥¦¥¹¤¬»ÈÍѺѤߤǤ¢¤ë¤Èɽ¼¨¤µ¤ì¤ë¡£ ! 7.3 ¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤¬»ÈÍѽÐÍè¤Ê¤¤¡£ ! 7.4 ²èÌ̤¬¾å²¼º¸±¦¤ËÊÒ´ó¤ë¡£ ! 7.5 xf86config ¤Þ¤¿¤Ï xvidtune ¤¬¥·¥¹¥Æ¥à¤ÎÃæ¤Ë¸«¤Ä¤±¤é¤ì¤Ê¤¤¡£ ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤ëÁ°¤Ë ! ! ¥µ¡¼¥Ð¤ÎÀßÄê¤ò¹Ô¤¦Á°¤ËÃΤäƤª¤¯É¬ÍפΤ¢¤ë¹àÌܤ¬¾¯¤·¤¢¤ê¤Þ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥â¥Ç¥ë̾¾Î ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÀµ³Î¤Ê¥â¥Ç¥ë̾¾Î¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢¥Ó¥Ç¥ª¥« ! ¡¼¥É¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤ë¥°¥é¥Õ¥£¥Ã¥¯¥Á¥Ã¥×¥»¥Ã¥È, RAMDAC ¤È ¥¯¥í¥Ã¥¯ ! ¥Á¥Ã¥×¤òÃΤäƤª¤¯¤È½õ¤«¤ê¤Þ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÅëºÜ¤·¤Æ¤¤¤ë¥á¥â¥ê¤ÎÎÌ ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÅëºÜ¤·¤Æ¤¤¤ë¥á¥â¥ê¤¬²¿ MB ¥Ð¥¤¥È¤¢¤ë¤«Ä´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤¬ VGA ¸ß´¹¤Ç¤¢¤ë¤«¤É¤¦¤« ! ºÇ¶á¤ÎËؤɤΥӥǥª¥«¡¼¥É¤Ï VGA ¸ß´¹¤Ç¤¹¤¬¡¢Î㤨¤ÐÀΤÎÇò¹õ¤Î¥Ó¥Ç ! ¥ª¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï VGA ¸ß´¹¤Ç¤Ï¤Ê¤¤»þ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¥â¥Ë¥¿¤Î»ÅÍÍ ! Æä˿åʿƱ´ü¼þÇÈ¿ô (Ê£¿ô) ¤È¿âľ¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È (Ê£¿ô) ¤ÏÃΤà ! ¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤Ï½ÅÍפǤ¹¡ª¥â¥Ë¥¿¤Î¥Þ¥Ë¥å¥¢¥ë¤òÄ´¤Ù ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Þ¥¦¥¹¤Î»ÈÍѤ·¤Æ¤¤¤ë¥×¥í¥È¥³¥ë ! ¥Þ¥¦¥¹¤ÈÀܳ¤¹¤ë¤Î¤Ë»ÈÍѤ·¤Æ¤¤¤ë¥×¥í¥È¥³¥ë¤òÃΤäƤª¤¯¤È¡¢ÀßÄêºî ! ¶È¤Î®ÅÙ¸þ¾å¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥Þ¥¦¥¹¤Ï°Û¤Ê¤ë 2 ¤Ä¤Î¥×¥í ! ¥È¥³¥ë¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¤«¤é¡¢ÀÚ¤êÂؤ¨Êý¤ÏÍÍ¡¹¤Ç¤¹¡£¤¤¤¯¤Ä¤«¤Î¾ì¹ç ! ¤Ë¡¢¿·¤·¤¤¥×¥é¥°¥¢¥ó¥É¥×¥ì¥¤¤Î¥Þ¥¦¥¹¤Ç¤Ï¡¢¥×¥í¥È¥³¥ë¤ò¼«Æ°Ç§¼±¤¹ ! ¤ë¤Ç¤·¤ç¤¦¡£ ! ! 2. ²¿¤ò¹Ô¤¦¤Î¤« - ³µÍ× ! ! XFree86 ¤ÎÀßÄê¤ËÍ­ÍÑ¤Ê 3 ¤Ä¤Î¥Ä¡¼¥ë¤¬¤¢¤ê¤Þ¤¹¡£: ! ! o XF86Setup ! ! o xf86config ! ! o xvidtune ! ! XF86Setup ¤Ï¼ç¤Ë¥°¥é¥Õ¥£¥Ã¥¯¥æ¡¼¥¶¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»È¤Ã¤Æ¤¤¤Æ¡¢½é´üÀßÄê ! ¤ËÎɤ¯»ÈÍѤ·¤Æ¤¤¤Þ¤¹¤¬¡¢»È¤¨¤Ê¤¤¤¤¤¯¤Ä¤«¤Î¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¥Ó¥Ç¥ª¥«¡¼¥É ! ¤¬ VGA ¸ß´¹¤Ç¤Ï¤Ê¤¤¾ì¹ç¡¢¸ÇÄê¼þÇÈ¿ô¤Î¥â¥Ë¥¿¤Î¾ì¹ç¡¢¤Þ¤¿¤Ï OS/2 ¤¬¼Â¹Ô ! Ãæ¤Î¾ì¹ç¤Ï XF86Setup ¤Ï»È¤¨¤Þ¤»¤ó¤Î¤Ç¡¢Âå¤ï¤ê¤Ë xf86config ¤Ë¤Ä¤¤¤ÆÆÉ ! ¤ó¤Ç¤¯¤À¤µ¤¤¡£¥á¥â¥ê¤¬¾¯¤Ê¤¤Ëô¤ÏÃÙ¤¤¥·¥¹¥Æ¥à¤ò»È¤¦¾ì¹ç¤â¡¢Æ±ÍÍ¤Ë ! xf86config ¤ò»ÈÍѤ·¤¿¤Û¤¦¤¬Îɤ¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! xf86config ¤Ï¥Æ¥­¥¹¥È¥Ù¡¼¥¹¤Ç¤¹¤¬¡¢ËؤɤΥϡ¼¥É¥¦¥§¥¢¤ÎÁȤ߹ç¤ï¤»¤ÇÆ° ! ºî¤·¤Þ¤¹¡£ÉáÄ̤Υƥ­¥¹¥È¥â¡¼¥É¤¬Æ°ºî¤·¤Ê¤¤¤è¤¦¤Ê¸ÇÄê¼þÇÈ¿ô¤Î¥â¥Ë¥¿¡¼¤Ç ! ¤Ï¾ì¹ç¡¢É¬ÍפÊʸ½ñ¤òÆɤó¤Ç¼«¤é¤Î¼ê¤ÇÀßÄꤷ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! ¤Á¤ç¤¦¤ÉÎɤ¤²èÁü¤ò¸«¤Ä¤±¤ë¤Ë¤Ï¡¢É½¼¨¤µ¤ì¤¿²èÁü¤ò (Î㤨¤Ð¡¢²èÁü¤ò¹­¤²¤¿ ! ¤ê¡¢¾¯¤·º¸¤Ë°ÜÆ°¤·¤¿¤êÅù¡¹) Ä´À°¤¹¤ë xvidtune ¤ò»ÈÍѤ¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£XF86Setup ¤ÏŬÀڤʻþ¤Ë xvidtune ¤ò¼Â¹Ô¤·¤Þ¤¹¡£xf86config ¤ò¼Â¹Ô¤¹ ! ¤ë¾ì¹ç¤Ï¡¢¸å¤Ç xvidtune ¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! ¤³¤Î¼ê½ç¤Ï¼¡¾Ï°Ê¹ß¤Ç¾ÜºÙ¤ËÀâÌÀ¤·¤Þ¤¹¡£Ê¸½ñ¤òÆɤߤ¿¤¯¤Ê¤¤Êý¤Ë¤Ï¡¢¿§¡¹»î ! ¤·¤Æ¤ß¤Æ¼«Ê¬¤Î¹Ô¤¯Æ»¤òºî¤Ã¤Æ²¼¤µ¤¤¡£¤µ¤¢ XF86Setup ¤È¤À¤±ÂǤÁ¹þ¤ó¤Ç¤¯ ! ¤À¤µ¤¤¡£ÌäÂ꤬À¸¤¸¤¿¤é¡¢¤³¤³¤Ë¤¢¤ëʸ½ñ¤òÆɤߤޤ·¤ç¤¦¡£ ! ! X ÆâÉô¤«¤é XF86Setup ¤ò¼Â¹Ô¤·¡¢¸½ºßÍøÍѤ·¤Æ¤¤¤ëÀßÄê¤òÊѹ¹¤¹¤ë¤³¤È¤â¤Ç ! ¤­¤Þ¤¹¤¬¡¢¤³¤³¤Ç¤Ï¤½¤Î¤è¤¦¤Ê»ÈÍÑË¡¤Ë¤Ä¤¤¤Æ¤ÏÆäËÀâÌÀ¤·¤Þ¤»¤ó¡£¤³¤³¤ÇÀâ ! ÌÀ¤·¤Æ¤¤¤ëÁàºî¼ê½ç¤Ï¡¢¼ç¤ËXFree86 ¤ò°ì¤«¤éÀßÄꤹ¤ë¾ì¹ç¤Ë¤Ä¤¤¤Æ½Ò¤Ù¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! 3. XF86Setup ¤Î»ÈÍÑË¡ ! ! XF86Setup ¤ÏºÇ½é¤ËƳÆþ¤µ¤ì¤Æ¤¤¤ë°ìÄê¤Î¥Õ¥¡¥¤¥ë¤ò³Îǧ¤·¤Þ¤¹¤Î¤Ç¥ë¡¼¥È¤Ë ! ¤Ê¤Ã¤Æ¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£ÌäÂ꤬ȯÀ¸¤·¤¿¤é¡¢¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Æ½ªÎ»¤·¤Þ ! ¤¹¡£ÌäÂê¤ò½¤Àµ (Î㤨¤Ð¡¢Ìµ¤¤¥Õ¥¡¥¤¥ë¤òƳÆþ¤¹¤ëÅù) ¤·¤Æ¤â¤¦°ìÅټ¹Ԥ·¤Þ ! ¤·¤ç¤¦¡£ ! ! XF86Setup ¤Ï¹ñºÝ²½¤µ¤ì¤Þ¤·¤¿¡£ÆüËÜ¿Í¤Ç LANG ´Ä¶­ÊÑ¿ô¤ò ja, japan, ! japanese, Åù¤ËÀßÄꤹ¤ë¤È XF86Setup ¤Î²èÌ̤¬ÆüËܸì¤òɽ¼¨¤·¤Þ¤¹¡£¤·¤« ! ¤·¡¢ÆüËܸ첽¤·¤¿ Tcl/Tk ¤È¶¦¤Ë¹½ÃÛ¤·¤¿ XF86Setup ¤¬É¬Í×¤Ç ! ¤¹¡£XF86Setup/tests ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¼«Ê¬ÍѤΥǥ£¥ì¥¯¥È¥ê¤òºîÀ®¤¹¤ì¤Ð¡¢¤½ ! ¤Î¾¤Î¸À¸ì¤ÎÄɲäϲÄǽ¤Ç¤¹¡£ XF86Setup/texts/generic ¥Ç¥£¥ì¥¯¥È¥ê¤ò¤´ ! Í÷¤¯¤À¤µ¤¤¡£ ! ! 3.1. ºÇ½é¤Îµ¿Ìä ! ! XF86Config ¥Õ¥¡¥¤¥ë¤¬¤¹¤Ç¤Ë¤¢¤ë¾ì¹ç¤Ï¡¢ÍÍ¡¹¤ÊÀßÄê¹àÌܤÎɸ½àÃͤòÀßÄꤹ ! ¤ë¤Î¤Ë¡¢¤½¤³¤Ë¤¢¤ë¹àÌܤòɸ½àÃͤ˻ȤäƤ⹽¤ï¤Ê¤¤¤«Ê¹¤«¤ì¤Þ¤¹¡£¤â¤· (¿ ! ¾¯¤Ê¤ê¤È¤â) ´û¤ËÆ°ºî¤·¤Æ¤¤¤ë¹½À®¤¬Æþ¼ê¤Ç¤­¤ë¤Ê¤é¤½¤ì¤«¤é»Ï¤á¤Þ¤·¤ç¤¦¡£ ! ! ¥«¡¼¥Í¥ëÆâÉô¤Ë¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬Æ⢤µ¤ì¤Æ¤¤¤ë OS (Î㤨¤Ð¡¢SCO Ëô¤Ï ! SVR4) ¤¬Æ°ºî¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤½¤Î¥É¥é¥¤¥Ð¤ò»ÈÍѤ·¤Æ¤â¤è¤¤¤«³Îǧ¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! °ìö (¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤) µ¿Ì䤬²ò¾Ã¤·¤¿¤é¡¢¥°¥é¥Õ¥£¥Ã¥¯¥â¡¼¥É¤ËÀÚ¤êÂؤ¨ ! ¤ë½àÈ÷¤¬¤Ç¤­¤¿»ö¤ò¼¨¤¹¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¤È»×¤¤¤Þ¤¹¡£Ìۤäƥ¨¥ó¥¿¡¼ ! ¥­¡¼¤ò²¡¤·¤Þ¤·¤ç¤¦¡£¤Á¤ç¤Ã¤È¤·¤Æ¤«¤é¥°¥é¥Õ¥£¥Ã¥¯²èÌÌ¤Ë Welcome to ! XFree86 Setup ¤¬É½¼¨¤µ¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢²¿¤«¤¬Â¿Ê¬¤À¤ó¤Þ¤ê¾õÂ֤ˤʤ俤Π! ¤Ç¡¢Ctrl ¥­¡¼¤È Alt ¥­¡¼¤È Backspace ¥­¡¼¤òƱ»þ¤Ë²¡¤·¤Æ¥Æ¥­¥¹¥È¥â¡¼¥É ! ¤ËÌá¤Ã¤Æ¡¢XF86Setup ¤ÎÂå¤ï¤ê¤Ë xf86config ¤ò»È¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 3.2. ¹½À®¾ðÊó¤Î¹àÌÜ ! ! °ìö¡¢VGA16 ¤Î¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Æ¡¢¥×¥í¥°¥é¥à¤Î¥í¡¼¥Ç¥£¥ó¥°¤¬´°Î»¤¹¤ì¤Ð¡¢ ! ²èÌ̤ξå¤Ë 6 ¤Ä¤Î¥Ü¥¿¥ó¤È²¼¤Ë 3 ¤Ä¤Î¥Ü¥¿¥ó¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£¹½À®¾ðÊó¤Î ! Æâ¡¢°ìÈÌŪ¤ÊʬÎà¤ËÂбþ¤¹¤ë¥Ü¥¿¥ó¤¬¾å¤Ë¤¢¤ê¤Þ¤¹¡£¼Â¹Ô¤¹¤ë½çÈÖ¤ÏÌ䤤¤Þ¤» ! ¤ó¡£°Ê¹ß¤Ç¤½¤ì¤¾¤ì¤Î¹àÌܤξܺ٤ˤĤ¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£²¼¤Î¥Ü¥¿¥ó¤Ï¤½¤ì¤¾¤ì ! Abort, Done, ¤È Help ¤È¤¤¤¦¤â¤Î¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ ! ! Abort ¤Ï̾Á°¤É¤ª¤ê¤Î°ÕÌ£ (Ãæ»ß) ¤Ç¤¹¡£ÀßÄꤷ¤¿Á´¤Æ¤ÎÊѹ¹¤ò³ÊǼ¤·¤Ê¤¤¤Ç ! ½ªÎ»¤·¤Þ¤¹¡£(Ãæ»ß½ÐÍè¤Ê¤¤) 1 ¤Ä¤¢¤ê¤½¤¦¤ÊÎã³°¤Ï¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤ ! ¥Ð¤Ø¤Î¥ê¥ó¥¯¤Ç¤¹¡£¹Ô¤Ã¤¿Êѹ¹¤ò¤¹¤°¤ËÀßÄꤷ¤¿¤¤¤È¤­¤Ï Apply ¤òÁªÂò¤·¤Æ ! ¤¯¤À¤µ¤¤¡£ ! ! ¿§¡¹¤ÊʬÎà¤Î¹½À®¾ðÊó¤ÎÀßÄ꤬½ªÎ»¤·¤¿¤È¤­¤Ï Done ¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¸½¹Ô¤ÎÀßÄê²èÌ̤˴ؤ¹¤ë¥ª¥ó¥é¥¤¥ó¥Ø¥ë¥×¤¬Íߤ·¤¤¤È¤­¤Ï Help ¤ò²¡¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ¾¤ÎÉôʬ¤ÎÀßÄ꤬¤â¤Ã¤È´Êñ¤Ë¤Ê¤ë¤Î¤Ç¡¢¥Þ¥¦¥¹¤ÎÀßÄ꤫¤é»Ï¤á¤Þ¤·¤ç¤¦¡£ ! ! 3.2.1. ¥Þ¥¦¥¹ ! ! ¥Þ¥¦¥¹¤ÎÀßÄê²èÌ̤ϡ¢¥Þ¥¦¥¹¤òÀµ¤·¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤Ë»ÈÍѤ·¤Þ¤¹¡£¤Þ¤À¥Þ¥¦ ! ¥¹¤¬Æ°ºî¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ç¤â¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤òÍưפˤ¹¤ë¤¿¤á¡¢¥Þ¥¦¥¹¤ÎÁ´µ¡ ! ǽ¤ËÂбþ¤¹¤ë¥­¡¼¤¬³ä¤êÅö¤Æ¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3 ¥Ü¥¿¥ó¤ÎÇò¤¤¥Þ¥¦¥¹¤ÎÌϼ°¿Þ¤ò²èÌ̤Ëɽ¼¨¤·¤Þ¤¹¡£¥Þ¥¦¥¹¤òÆ°¤«¤¹¤È¡¢²èÌÌ ! ¤Ë¥Þ¥¦¥¹¥«¡¼¥½¥ë¤ÎºÂɸÃͤ¬É½¼¨¤µ¤ì¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¤ò²¡¤¹¤ÈÂбþ¤¹¤ëÌϼ° ! ¿Þ¤Î¥Ü¥¿¥ó¤¬¹õ¤¯¿§¤¬ÊѤï¤ê¤Þ¤¹¡£¤³¤ÎÍͤˤʤé¤Ê¤¤¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤ÏÀµ¤·¤¯ ! ÀßÄê½ÐÍè¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ²èÌ̤ξå¤Ëʤó¤Ç¤¤¤ë¤¤¤¯¤Ä¤«¤Î¥Ü¥¿¥ó¤ÎÎó¤Ï³ºÅö¤¹¤ë¿§¡¹¤Ê»ÈÍѲÄǽ¤Ê¥×¥í ! ¥È¥³¥ë¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£Â¾¤ÎÀßÄê¤ò¹Ô¤¦¤¿¤á¤Î¥Ü¥¿¥ó¤ä¥¹¥é¥¤¥À¤â¤¤¤¯¤Ä¤« ! ¤¢¤ê¤Þ¤¹¤·¡¢¥Þ¥¦¥¹¤ÎÌϼ°¿Þ¡¢¤ª¤è¤ÓÀßÄêÊѹ¹¤òÈ¿±Ç¤µ¤»¤ë¤¿¤á¤Î¥Ü¥¿¥ó¤â¤¢ ! ¤ê¤Þ¤¹¡£»ÈÍѲÄǽ¤Ê¥Ç¥Ð¥¤¥¹¤Î°ìÍ÷¤ÎÃ椫¤é¥Ç¥Ð¥¤¥¹¤òÀßÄꤹ¤ë¥¨¥ó¥È¥ê¥Ü¥Ã ! ¥¯¥¹¤â¤¢¤ê¤Þ¤¹¡£ ! ! ¤Þ¤ººÇ½é¤Ë¥Þ¥¦¥¹¤ò°ÜÆ°¤µ¤»¤Æ¡¢¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬Àµ¤·¤¯°ÜÆ°¤¹¤ë¤³¤È¤ò³Îǧ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¤¦¤Þ¤¯Æ°¤¤¤¿¤é¡¢¥Ü¥¿¥ó¤¬¤Á¤ã¤ó¤ÈÆ°ºî¤¹¤ë¤«¥Æ¥¹¥È¤·¤Æ¤ß¤Þ ! ¤·¤ç¤¦¡£»×¤Ã¤¿¤è¤¦¤ËÆ°ºî¤·¤¿¤é¡¢¼¡¤Ï¾¤ÎÀßÄê¹àÌܤ˹Ԥ­¤Þ¤·¤ç¤¦¡£ ! ! ¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬Á´¤¯°ÜÆ°½ÐÍè¤Ê¤¤¾ì¹ç¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤«¥Þ¥¦¥¹¤Î ! ¥×¥í¥È¥³¥ë¤Î¤É¤Á¤é¤« (¼ã¤¯¤ÏξÊý) ¤ò½¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ `n' ¤Ë³ ! ¤¤¤Æ¥¿¥Ö¥­¡¼¤ò²¡¤¹¤È¼¡¤Ë»ÈÍѲÄǽ¤Ê¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Î°ìÍ÷¤¬É½¼¨¤µ¤ì¤Þ¤¹ ! ¤Î¤Ç°Û¤Ê¤Ã¤¿¥×¥í¥È¥³¥ë¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£'p' ¤ò²¡¤»¤Ð¼¡¤Ë»ÈÍѲÄǽ¤Ê¥× ! ¥í¥È¥³¥ë¤Î°ìÍ÷¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£(¤ª¼ê¸µ¤Î OS ¤Ç»ÈÍѤǤ­¤Ê¤¤¥×¥í¥È¥³¥ë¤Ï ! ³¥¿§¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹) ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤ä¥×¥í¥È¥³¥ë¤òÊѹ¹¤·¤¿¸å¤Ï `a' ¤ò ! ²¡¤»¤ÐÊѹ¹¤¬È¿±Ç¤µ¤ì¤Þ¤¹¤Î¤Ç¤â¤¦°ìÅٻ¤Æ¤ß¤Þ¤·¤ç¤¦¡£¥Þ¥¦¥¹¤«¤é¤Î±þÅú ! ¤¬Ê֤äƤ¯¤ë¤Þ¤Ç¤³¤ÎÁàºî¤ò·«¤êÊÖ¤·¤Þ¤·¤ç¤¦¡£ ! ! ¥Þ¥¦¥¹¥«¡¼¥½¥ë¤«¥Ü¥¿¥ó¤¬³ÎǧÍѤÎÌϼ°¿Þ¤Ç¤ÏÆ°ºî¤¹¤ë¤Î¤Ë¡¢¼ÂºÝ¤Ë¥Þ¥¦¥¹¤ò ! °ÜÆ°¤µ¤»¤¿»þ¤Á¤ã¤ó¤È¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬°ÜÆ°¤·¤Ê¤¤¾ì¹ç¤Ï¡¢Â¿Ê¬°­¤¤¥×¥í¥È¥³ ! ¥ë¤òÁªÂò¤·¤Æ¤¤¤ë¤Î¤Ç¤¹¡£°Û¤Ê¤ë¥×¥í¥È¥³¥ë¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! ºÇ¶á¤ÎËؤɤΥޥ¦¥¹¤Ï Microsoft ¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¤¤Æ¡¢¼¡¤ËËØ¤É¤Î¥Þ ! ¥¦¥¹¤Ï MouseSystems ¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥Þ¥¦¥¹¤ÏξÊý ! ¤â¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÍÍ¤Ê Æó½Å¥×¥í¥È¥³¥ë ( dual-protocol ) ¤Î¥Þ¥¦¥¹¤ÏÍÍ ! ¡¹¤ÊÊýË¡¤Ç 2 ¤Ä¤Î¥×¥í¥È¥³¥ë¤òÀÚ¤êÂؤ¨¤Þ¤¹¡£¥Þ¥¦¥¹ËÜÂΤËÀÚÂؤ¨¥¹¥¤¥Ã¥Á ! ¤¬¤Ä¤¤¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤È¤ÎÀܳ¤ò ! »Ï¤á¤¿»þ¤Ë°ìÄê¤Î¿®¹æ¤ò¥Þ¥¦¥¹¤ËÁ÷¿®¤·¤ÆÀÚ¤êÂؤ¨¤Þ¤¹¡£¤½¤Î¿®¹æ¤Ï ! `ClearDTR' ¤È `ClearRTS' ¤ÎÍÍ¡¹¤ÊÁȤ߹ç¤ï¤»¤ÇÀ©¸æ¤·¤Æ¤¤¤Þ¤¹¡£¤½¤Î¾¤Î ! ¥Þ¥¦¥¹¤Ç¤Ï¥Þ¥¦¥¹¤È¤ÎÀܳ»þ (¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬ºÇ½é¤ËÄÌ¿®¤·¤è¤¦¤È¤·¤Þ¤¹) ! ¤Ë¥Ü¥¿¥ó¤¬²¡¤µ¤ì¤Æ¤¤¤ë¤«Ä´ºº¤¹¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£»ÈÍѤ·¤¿¤¤¥Þ¥¦¥¹¤¬¤³¤Î ! ¼ï¤Î¤â¤Î¤Ê¤é¤ÐŬÀڤʥܥ¿¥ó¤ò²¡¤µ¤¨¤Ê¤¬¤éÁªÂò»þ¤Ë (`a' ¤ò²¡¤·¤Æ) ŬÍѤ· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Þ¥¦¥¹¤Î¥«¡¼¥½¥ë¤¬Àµ¤·¤¯°ÜÆ°¤·¤¿¤é¡¢ 3 ¤Ä¤Î¥Ü¥¿¥ó¤¬Å¬ÀÚ¤ËƯ¤¯¤«¥Æ¥¹¥È ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ 2 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï `Emulate3Buttons' ¤òÁªÂò¤·¤Æ 2 ! ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Ë̵¤¤¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤ÎÂå¤ï¤ê¤Ë 2 ¤Ä¤Î¥Ü¥¿¥ó¤òƱ»þ¤Ë²¡¤·¤Æ ! ¤¯¤À¤µ¤¤¡£Á´¤Æ¤Î¥Ü¥¿¥ó¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ï¡¢`ChordMiddle' ¤ÎÀßÄê¤òÊѹ¹¤· ! ¤Æ¤ß¤ë¤«¥Þ¥¦¥¹¤¬»È¤Ã¤Æ¤¤¤ë¥×¥í¥È¥³¥ë¤È¤½¤Ã¤¯¤ê¤Î»÷¤Æ¤¤¤ë¥×¥í¥È¥³¥ë¤ÎÀß ! Äê¤ò¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! 3.2.2. ¥­¡¼¥Ü¡¼¥É ! ! ¸½ºß¤ÎÀßÄ꤬Àµ¤·¤¯¤Ê¤¤¾ì¹ç¡¢¥­¡¼¥Ü¡¼¥É¤Î·¿Ì¾¤È¥­¡¼ÇÛÎó¤òÁªÂò¤¹¤ë (ŬÍÑ ! (apply) ¤ò²¡¤¹) ɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥­¡¼¥Ü¡¼¥É¤ÎÌϼ°¿Þɽ¼¨¤¬ÁªÂò¤·¤¿¥­¡¼¥Ü ! ¡¼¥É¤Î¤â¤Î¤ËÆþ¤ìÂؤï¤ê¤Þ¤¹¡£ ! ! ¥¢¥á¥ê¥«°Ê³°¤Î¥­¡¼¥Ü¡¼¥É¤Î¾ì¹ç¡¢°ìÍ÷¤ÎÁªÂò»è (¸½ºß¤ÎÁªÂò»è¤Ï ! nodeadkeys ¤Î 1 ¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó) ¤«¤éÀßÄꤷ¤¿¤¤¤â¤Î¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ ! ! ¤Þ¤¿¡¢¥ª¥×¥·¥ç¥ó¤ÎÃ椫¤éÀµ¤·¤¤¤â¤Î¤òÁª¤Ö¤³¤È¤â½ÐÍè¤Þ¤¹¡£ ! ! 3.2.3. ¥Ó¥Ç¥ª¥«¡¼¥É ! ! °ìÍ÷¤«¤é¥Ó¥Ç¥ª¥«¡¼¥É¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÉÕ°¤¹¤ë README ¥Õ¥¡¥¤¥ë¤¬¤¢¤ì¤Ð `Read README file' ¤Î¥Ü ! ¥¿¥ó¤ò²¡¤»¤Ð (¤¿¤À¤·³¥¿§¤Ë¤Ê¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð) Æɤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤¬°ìÍ÷¤Ë¤Ê¤±¤ì¤Ð¡¢¤Þ¤¿¤Ï README ¥Õ¥¡¥¤¥ë¤ÎÃæ¤Ë¥Ó¥Ç¥ª¥«¡¼¥É ! ¤Ë´Ø¤·¤ÆÆÃÊ̤ÊÀßÄ꤬ɬÍפǤ¢¤ë¤È½ñ¤«¤ì¤Æ¤¤¤ë¾ì¹ç¡¢`Detailed Setup' ¤Î ! ¥Ü¥¿¥ó¤ò²¡¤·¤ÆɬÍפÊÀßÄ꤬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤â¤·¤½ ! ¤¦¤Ç¤Ê¤«¤Ã¤¿¤é¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÀßÄê¤Ï½ªÎ»¤Ç¤¹¡£ ! ! `Detailed Setup'¤Î»ÈÍÑË¡: À褺ºÇ½é¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂбþ¤·¤¿¥µ¡¼¥Ð¤òÁªÂò ! ¤·¤Þ¤¹¡£¤½¤ì¤«¤éÁªÂò¤·¤¿¥µ¡¼¥Ð¤ËÂбþ¤¹¤ë README ¥Õ¥¡¥¤¥ë¤ò `Read ! README file' ¥Ü¥¿¥ó¤ò²¡¤·¤ÆÆɤó¤Ç¤¯¤À¤µ¤¤¡£(README ¥Õ¥¡¥¤¥ë¤¬Ìµ¤¤¾ì¹ç ! ¤Ï²¿¤â¤¹¤ë¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£) ! ! ³¤¤¤Æ¡¢README ¥Õ¥¡¥¤¥ë¤Ë»Ø¼¨¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¥Á¥Ã¥×¥»¥Ã¥È¤È Ramdac ! ¤ò»ØÄꤷ¤Þ¤¹¡£Ëؤɤξì¹ç¡¢¼«Æ°Åª¤ËõÃÎ (¸¡½Ð) ¤µ¤ì¤ë¤Î¤Ç¤³¤ì¤é¤òÁªÂò¤¹ ! ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ÏÄ̾︡½Ð¤Ç¤­¤Þ¤»¤ó¤Î¤Ç¡Ê¤¿¤À¤·Â¾¤Î¥Á¥Ã¥×¤ËÁȤ߹þ¤Þ¤ì¤Æ ! ¤¤¤ë¾ì¹ç¤ò½ü¤­¤Þ¤¹¡Ë¡¢°ìÈÌŪ¤Ë¤Ï»ØÄꤷ¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ɬÍפʥª¥×¥·¥ç¥ó¤Ï°ìÄ̤êÁªÂò¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦( README ¤Ë½¾¤Ã¤Æ¤¯¤À¤µ ! ¤¤)¡£ ! ! ¤Þ¤¿¡¢Ramdac ¤ÎºÇ¹â¼þÇÈ¿ô¤òÀßÄê½ÐÍè¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î Ramdac ¤ÏÍÍ¡¹¤Ê¼þ ! ÇÈ¿ô¤ò»È¤¦¤³¤È¤¬½ÐÍè¤Þ¤¹¡£¥µ¡¼¥Ð¤ÏºÇ¹â®ÅÙ¤òõÃνÐÍè¤Ê¤¤¤Î¤Ç¡¢»ØÄꤷ¤Ê ! ¤«¤Ã¤¿¾ì¹ç¤Ï»ØÄꤷ¤¿ Ramdac ¤ÎºÇÄã®ÅÙ¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! ¤µ¤é¤Ë¡¢¥µ¡¼¥Ð¤¬Ä̾ï¥á¥â¥êÍÆÎ̤òõÃνÐÍè¤ë¤Ë¤â¤«¤«¤ï¤é¤º¡¢¥Ó¥Ç¥ª¥«¡¼¥É ! ¤ËÅëºÜ¤·¤Æ¤¤¤ë¥á¥â¥ê¤ÎÍÆÎ̤â¤Þ¤¿»ØÄê½ÐÍè¤Þ¤¹¡£ ! ! 3.2.4. ¥â¡¼¥ÉÁªÂò ! ! »ÈÍѤ·¤¿¤¤¿¼ÅÙ(depth) ¤ò¥Ô¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ï¤É¤ì¤¯¤é¤¤¤Î¿§¿ô¤òɽ ! ¼¨¤·¤¿¤¤¤«¤È¤¤¤¦»ö¤òɽ¤·¤Þ¤¹¡£¤½¤·¤Æ¶½Ì£¤Î¤¢¤ë»ÈÍѤ¹¤ë¤«¤â¤·¤ì¤Ê¤¤Á´¤Æ ! ¤Î¥â¡¼¥É¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤ª¼ê¸µ¤Îµ¡ºà¤ÏÁªÂò¤·¤¿Á´¤Æ¤Î¿¼Å٤ȥ⡼¥É¤ÎÁȹ礻¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë²Äǽ ! À­¤Ï̵¤¤¤Ç¤·¤ç¤¦¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤Áȹ礻¤Ï¥µ¡¼¥Ð¤Ë¤è¤Ã¤Æ³«»Ï»þ¤Ë¼«Æ° ! Ū¤Ë¼Î¤Æ¤é¤ì¤Þ¤¹¡£¥â¡¼¥É¤òÊ£¿ôÁªÂò¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¡¢»ÈÍѲÄǽ¤Ê¥â¡¼¥É¤Î¤¦ ! ¤ÁºÇÂç¤Î¥â¡¼¥É¤ò²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Ë¤·¤Þ¤¹¡£ ! ! 3.2.5. ¥â¥Ë¥¿ ! ! ¥â¥Ë¥¿¡¼¤¬¥µ¥Ý¡¼¥È¤¹¤ë¿åÊ¿¤È¿âľ¤ÎƱ´ü¼þÇÈ¿ôÂÓ°è¤ò²èÌ̤ξå¤ÎÂбþ¤¹¤ëÆþ ! ÎÏÎΰè¤ËÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£°ìÄê¤Î¼þÇÈ¿ô¤«¼þÇÈ¿ô¤ÎÈϰϤò (¥Ï¥¤¥Õ¥ó¤Ç¶è ! ÀڤäÆ) »ØÄê¤Ç¤­¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î°Û¤Ê¤ë¼þÇÈ¿ô¤Þ¤¿¤ÏÈϰϤò¥µ¥Ý¡¼¥È¤¹¤ë¤È ! ¤­¤Ë¤Ï¡¢Ê¤٤ƥ«¥ó¥Þ¤Ç¶èÀڤäƤ¯¤À¤µ¤¤¡£ ! ! ¥â¥Ë¥¿¡¼¤Î¥Þ¥Ë¥å¥¢¥ë¤ËƱ´ü¼þÇÈ¿ô¤Ë´Ø¤¹¤ë¾ðÊ󤬸«¤Ä¤±¤é¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢°ì ! ÈÌŪ¤Ê¥â¥Ë¥¿¡¼¤ÎÆÃÀ­ÃͤΰìÍ÷¤«¤é°ì¤ÄÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤¾¤ì¤Î¼þÇÈ¿ô ! ¤Ë¹µ¤¨ÌܤοôÃͤò¥µ¡¼¥Ð¤¬»ÈÍѤ¹¤ë¤Î¤Ç¡¢¤â¤Ã¤ÈÎɤ¤À­Ç½¤¬Íߤ·¤¤¤Ê¤é¤Ð¡¢¥â ! ¥Ë¥¿¡¼¤Î¥Þ¥Ë¥å¥¢¥ë¤«¤éÀµ¤·¤¤¿ôÃͤòÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3.2.6. ¤½¤Î¾ ! ! ¿ʬ¡¢¤³¤³¤ÏÆɤßÈô¤Ð¤·¤Æ¤â¤¤¤¤¤«¤â¡£ ! ! 3.2.7. ¹½À®ÄêµÁ¤Î»Å¾å¤² ! ! ¾åµ­¤òÁ´Éô½ªÎ»¤·¤¿¤é¡¢`Done' ¥Ü¥¿¥ó¤ò²¡¤·¤Æ `Okay' ¥Ü¥¿¥ó¤¬½Ð¤¿¤é²¡¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë¤Ç¤·¤ç¤¦¡£ ! ! 3.3. ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë ! ! ÀßÄꤷ¤¿Á´¤Æ¤Î¾ò·ï¤Ç¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂбþ¤·¤¿¥µ¡¼¥Ð¤Îµ¯Æ°¤ò»î¤ß¤Þ¤¹¡£¤¤¤¯ ! ¤Ä¤«¤ÎÍýͳ¤Ç¥µ¡¼¥Ð¤¬µ¯Æ°½ÐÍè¤Ê¤¤¾ì¹ç¤Ï¡¢ÁªÂò¤·¤Æ¤¤¤ë¹ç¤Ã¤Æ¤¤¤Ê¤¤ÀßÄê¤ò ! Ä´¤Ù¹½À®ÄêµÁ²èÌ̤ËÌá¤Ã¤Æ¤â¤¦°ìÅٻ¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3.4. Âè 2 ¥µ¡¼¥Ð ! ! »ÄÇ°¤Ê¤¬¤é¡¢¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤¿¤±¤ì¤É¤â²èÌ̤¬Æɤߤˤ¯¤¤¾ì¹ç¤Ï¡¢(¥Æ¥ó¥­¡¼ ! ¤Î¡Ü¤ò»È¤Ã¤Æ) Ctrl-Alt-+ ¤ò²¡¤·¤Æ°Û¤Ê¤ë¥Ó¥Ç¥ª¥â¡¼¥É¤ËÀÚ¤êÂؤ¨¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ÆþÎÏÎΰè¤È 3 ¤Ä¤Î¥Ü¥¿¥ó¤¬²èÌ̤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ ! ! ºÇ½é¤Î¥Ü¥¿¥ó¤Ï¥Ó¥Ç¥ª¥â¡¼¥É¤òÄ´À°¤¹¤ë xvidtune ¤òµ¯Æ°¤·¤Þ¤¹¡£ xvidtune ! ¤ò»È¤¦¤È¤­¤Ë³Ð¤¨¤Æ¤ª¤¯¤Ù¤­½ÅÍפʻö¤Ï xvidtune ¤Î¼Â¹ÔÃæ¤Ï Ctrl-Alt-+ ¤Ç ! ¥Ó¥Ç¥ª¥â¡¼¥É¤òÀÚ¤êÂؤ¨¤ë¤³¤È¤¬½ÐÍè¤Ê¤¤»ö¤Ç¤¹¡£`Next' ¤È `Prev' ¥Ü¥¿¥ó ! ¤ò»È¤Ã¤Æ¥â¡¼¥É¤òÀÚ¤êÂؤ¨¤Æ¤¯¤À¤µ¤¤¡£¤è¤Ã¤Æ¡¢¥Þ¥¦¥¹¤ò¤³¤ì¤é¤Î¥Ü¥¿¥ó¤ò²¡ ! ¤·¤Æ¤¤¤ë¤È¤­¤Ë°ÜÆ°¤·¤Ê¤¤¤è¤¦¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¶öÁ³¤Ë¡¢¥â¥Ë¥¿¡¼¤Ë¸«¤ä ! ¤¹¤¤²èÌ̤òɽ¼¨¤·¤Ê¤¤¤è¤¦¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤ËÀÚ¤êÂؤ¨¤¿¤È¤­¤Ï¡¢¤â¤¦°ìÅÙ¥Þ¥¦ ! ¥¹¥Ü¥¿¥ó¤ò²¡¤¹¤È¼¡¤Î¥â¡¼¥É (¤¦¤Þ¤¯¤¤¤±¤Ð¸«¤ä¤¹¤¤¥â¡¼¥É) ¤Ë°ÜÆ°¤¹¤ë¤³¤È ! ¤¬½ÐÍè¤Þ¤¹¡£ ! ! 2 ÈÖÌܤΥܥ¿¥ó¤ÇÆþÎÏÎΰè¤ËÀßÄê¾ðÊó¤ò½ñ¤­¹þ¤à¥Õ¥¡¥¤¥ë̾¤òÆþÎϤ¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£ÀßÄê¾ðÊó¤ò³ÊǼ¤·¤¿¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤¿¤éºî¶È¤Î½ªÎ»¤Î ! ¹ç¿Þ¤Ç¤¹¡£`Okay' ¥Ü¥¿¥ó¤ò²¡¤·¤¿¤é¤ª¤·¤Þ¤¤¤Ç¤¹¡£ ! ! ¤½¤·¤Æ 3 ÈÖÌܤΥܥ¿¥ó¤ÏÀßÄê¾ðÊó¤ò³ÊǼ¤·¤Ê¤¤¤Ç¥×¥í¥°¥é¥à¤ò½ªÎ»¤·¤Þ¤¹¡£ ! ! 3.5. ºÇ¸å¤Ë ! ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤Ã¤¿¤é `Configuration complete.' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò ! ɽ¼¨¤·¤Þ¤¹¡£¤µ¤Æ¡¢»È¤¨¤ë¹½À®¾ðÊó¤ò¼ê¤Ë¤·, X ¥µ¡¼¥Ð¤ò»×¤¤Ä̤ê¤ÎÊýË¡ ! (`startx' ¥³¥Þ¥ó¥É¤È¤« `xdm' ·Ðͳ ) ¤Çµ¯Æ°½ÐÍè¤Þ¤¹¡£ ! ! 4. xf86config ¤ò¼Â¹Ô¤¹¤ë ! ! ¥Æ¥­¥¹¥È²èÌ̤«¤é xf86config ¤È¤¤¤¦¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£¤³¤Î¥×¥í ! ¥°¥é¥à¤Ï root ¤Ë¤Ê¤Ã¤Æ (ÀäÂФËɬ¿Ü¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢xf86config ¤¬ ! ¤è¤ê¿¤¯¤Î»Å»ö¤ò¤·¤Þ¤¹) ¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£Ãæ»ßʸ»ú (Ä̾Control-C ¥­ ! ¡¼¼ã¤·¤¯¤Ï Delete ¥­¡¼¤Ç¤¹) ¤ò¥×¥í¥°¥é¥à¤ò»ß¤á¤¿¤¤¤È»×¤Ã¤¿¤é¡¢¤¤¤Ä¤Ç¤â ! ²¡¤¹¤³¤È¤¬½ÐÍè¤Þ¤¹¡£¤¹¤°¤Ë¤ä¤êľ¤·¤¬½ÐÍè¤Þ¤¹¡£ ! ! xf86config ¤ÏɬÍפʺî¶È¤ò²èÌ̤Ëɽ¼¨¤¹¤ë»ÈÍÑË¡¤òÄ󶡤·¤Þ¤¹¡£¼¡¤Îʸ½ñ¤Ï ! ºî¶È¤Î²áÄø¤Î¿§¡¹¤ÊÃʳ¬¤Ç¤ÎÃí°Õ»ö¹à¤Ç¤¹¡£¤³¤Îʸ½ñ¤Ë¤Ïºî¶È¤ò¼êÁ᤯¹Ô¤¨¡¢ ! ¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë²¿¤¬·ë²Ì¤È¤·¤ÆÆÀ¤é¤ì¤ë¤«¤òÃΤꤿ¤¤¿Í¸þ¤±¤Ë½ñ¤¤ ! ¤Æ¤¤¤Þ¤¹¡£ ! ! 4.1. ºÇ½é¤Î²èÌÌ ! ! ¤Þ¤ººÇ½é¤Ë¡¢xf86config ¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤òÀßÄꤹ¤ë¤Î¤Ë½õ¤±¤Ë¤Ê¤ë ! »ö¡¢¤Þ¤¿¤Ï¥¨¥Ç¥£¥¿¤Ç¼êºî¶È¤Ç¹Ô¤¦»ö¤ò¾¯¤·É½¼¨¤·¤Þ¤¹¡£²¿¤ò¼¨¤·¤Æ¤¤¤ë¤«ÆÉ ! ¤ó¤À¤é Enter ¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4.2. Àµ¤·¤¤ PATH ¤òÆÀ¤ë ! ! ¥×¥í¥°¥é¥à¤Ï¼¡¤Ë /usr/X11R6 ¤È¤¤¤¦¥Ç¥£¥ì¥¯¥È¥ê (ɸ½àƳÆþ¥Ç¥£¥ì¥¯¥È¥ê) ! ¤¬¥·¥¹¥Æ¥à¤Ë¤¢¤ë¤«Ä´¤Ù PATH ´Ä¶­ÊÑ¿ô¤ËÄɲ乤ëɬÍפ¬¤¢¤ë¤³¤È¤òɽ¼¨¤·¤Þ ! ¤¹¡£ ! ! XFree86 (3.0 ¤è¤êÁ°) ¤¬»È¤Ã¤Æ¤¤¤¿ /usr/X386 ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¤«¤âÄ´¤Ù ! ¤Þ¤¹¡£¶öÁ³¤Ë¸«¤Ä¤«¤Ã¤¿¾ì¹ç¡¢ /usr/X386 ¤ÎÁ°¤Ë /usr/X11R6 ¤ò PATH ¤ËÄê ! µÁ¤¹¤ë¤è¤¦¤Ë·Ù¹ð¤·¤Þ¤¹¡£ ! ! Á´¤Æ¤¬Âç¾æÉפʤé¤Ð¡¢Enter ¤ò²¡¤·¤Æ¼¡¤Ë¤¤¤­¤Þ¤·¤ç¤¦¡£¤µ¤â¤Ê¤±¤ì¤Ð¡¢ ! Control-C ¤ò²¡¤·¤Æ½ªÎ»¤·¤ÆɬÍפÊÊѹ¹¤ò¤·¤Æ xf86config ¤òºÆµ¯Æ°¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! 4.3. ¥Þ¥¦¥¹¤ÎÀßÄê ! ! ¥á¥Ë¥å¡¼¤«¤é¥Þ¥¦¥¹¤Î¥¿¥¤¥×¤òÁª¤ó¤ÇÀܳ¤·¤Æ¤¤¤ë¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð ! ̾¤òľÀÜÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Xserver ¤¬»È¤¦¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤òÆ⢤·¤Æ¤¤¤ë OS (Î㤨¤Ð SVR4, SCO) ¤ò ! »È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¤Æ¥Þ¥¦¥¹¤ò ! ÀßÄꤷ¤Ê¤±¤ì¤ÐɬÍפ¬¤¢¤ë¤Î¤Ç¡¢Å¬Åö¤Ê¥Þ¥¦¥¹¤ò°ìÍ÷¤«¤éÁªÂò¤·¥Ç¥Ð¥¤¥¹¥É¥é ! ¥¤¥Ð̾¤Î±þÅú¤Ï ¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦ ! ! ¥Þ¥¦¥¹¤¬¤É¤Î¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¤¤ë¤«ÃΤé¤Ê¤¤¾ì¹ç¡¢¿ä¬¤·¤Æ (xf86config ! ¤ÏÂçÂλ÷¤¿¤â¤Î¤Î¤¤¤¯¤Ä¤«¥Ò¥ó¥È¤ò½Ð¤·¤Þ¤¹)²¼¤µ¤¤¡£¤½¤ì¤«¤é¥µ¡¼¥Ð¤òµ¯Æ° ! ¤·¤¿»þ¥Þ¥¦¥¹¤¬Æ°¤«¤Ê¤¤¾ì¹ç¡¢¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¾Ï¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! xf86config ¤ÏºÇ¿·¤Î¥×¥í¥È¥³¥ë¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¹¹¿·¤Ï¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î ! ¤Ç¡¢xf86config ¤¬½ª¤Ã¤¿¸å¤ÇÀßÄê¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 4.4. ¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê ! ! ¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê¤Ë´Ø¤·¤Æ¤Ïñ¤Ë¼ÁÌä¤Ë yes ¤ÈÅú¤¨¤Þ¤·¤ç¤¦¡£ ! ! ²¿¤«Â¾¤Îʪ¤Î°Ù¤Ë±¦¥ª¥ë¥¿¥Í¡¼¥È¥­¡¼¤È¥³¥ó¥È¥í¡¼¥ë¥­¡¼¤È»È¤¦É¬Íפ¬¤¢¤ë¤È ! ¤­¤Ï no ¤òÅú¤¨¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ! ! 4.5. ¥â¥Ë¥¿¤ÎÀßÄê ! ! ¥â¥Ë¥¿¤Î»ÅÍͤȷ¿Ì¾¤ÈÀ½Â¤²ñ¼Ò¤Ë°ìÃפ¹¤ë¹àÌܤòÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ºÇ½é¤Ë¿åʿƱ´ü¼þÇÈ¿ô¤òÄ´¤Ù¤Þ¤·¤ç¤¦¡£¥Þ¥Ë¥å¥¢¥ë¤ò¸«¤ÆÀµ¤·¤¤¿ôÃͤòÆþÎϤ¹ ! ¤ë¤³¤È¤Ï ÂçÊÑ ½ÅÍפǤ¹¡£¥â¥Ë¥¿¤Î¼þÇÈ¿ô¤ÈÆþÎϼþÇÈ¿ô¤ÎÈϰϤΤɤ줫¤¬¤Õ¤µ ! ¤ï¤·¤¤¾ì¹ç¡¢¤½¤ì¤òÁªÂò¤·¡¢¤µ¤â¤Ê¤±¤ì¤Ð custom ¤òÁªÂò¤·¤Æ¥Þ¥Ë¥å¥¢¥ë¤Ëµ­ ! ºÜ¤µ¤ì¤Æ¤¤¤ë¿ôÃͤòÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë¿âľƱ´ü¼þÇÈ¿ô¤Ç¤¹¡£¤³¤ì¤âÀµ³Î¤Ë»ØÄꤹ¤ë»ö¤Ï ÂçÊѽÅÍפǤ¹¡£¿åʿƱ ! ´ü¼þÇÈ¿ô¤ÈƱ¤¸ÊýË¡¤ÇÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤¤¤º¤ì¤«¤Î¼þÇÈ¿ô¤ò´Ö°ã¤¨¤ÆÀßÄꤷ¤¿¾ì¹ç¡¢¥â¥Ë¥¿¤òÄˤá¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ºÇ¸å¤Ë¡¢"¼±ÊÌ̾" ("identifier")¤È¤·¤Æ¥â¥Ë¥¿¤ÎÀ½Â¤²ñ¼Ò¤È·¿Ì¾¤òÄ´¤Ù¤Æ¤¯ ! ¤À¤µ¤¤¡£¤³¤ì¤é¤ò¼êÁ᤯ÆþÎϤ·¤Æ¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤¡£ ! ! 4.6. ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÁªÂò ! ! ¼¡¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¸«¤¿¤¤¤«Ê¹¤¤¤Æ¤­¤Þ¤¹¡£°ìÍ÷¤«¤é¥Ó¥Ç¥ª¥« ! ¡¼¥É¤òÁª¤Ö¤È¼¡¤Î 2 ¤Ä¤Î¾Ï¤Î¼ÁÌä¤ËÅú¤¨¤Æµ­Æþ¤¹¤ë¤³¤È¤Ç»þ´Ö¤¬¾¯¤·ÀáÌó¤Ç ! ¤­¤Þ¤¹¡£ ! ! °ìÍ÷¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤¬¸«Åö¤¿¤é¤Ê¤¤¾ì¹ç¤Ï q ²¡¤·¤Æ¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ¼¡ ! ¤ÎÃʳ¬¤òÈô¤Ð¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤·¤Æ¼«Ê¬¤ÇÌäÂê¤ËÅú¤¨¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! 4.7. ¥µ¡¼¥Ð¤ÎÁªÂò ! ! Á°¤ÎÃʳ¬¤Ç¥Ó¥Ç¥ª¥«¡¼¥É¤òÁªÂò¤·¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤ÎÁªÂò¤ÏÍưפǤ¹¡£¥Ç¡¼¥¿¥Ù ! ¡¼¥¹¤«¤é¤Î¿äÁ¦¤µ¤ì¤¿¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ÆÃÄê¤Î¥µ¡¼¥Ð¤Î¥Á¥Ã¥×¥»¥Ã¥È(Mach8, Mach32, Mach64, AGX/XGA, 8514/A, S3, ! I128, P9000)¤ÎÆâ¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤¬¤É¤ì¤«¤Ê¤é¤Ð accel ¥ª¥×¥·¥ç¥ó¤òÁªÂò¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤â¤·¤½¤¦¤Ç¤Ê¤«¤Ã¤¿¤é¿ʬ SVGA ¥µ¡¼¥Ð¤ò»ÈÍѤ·¤¿¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¼¡¤Ë¡¢¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÀßÄꤷ¤¿¤¤¥µ¡¼¥Ð¤¬¤¢¤ë¾ì¹ç¡¢¥×¥í¥°¥é¥à¤¬Ê¹¤¤ ! ¤Æ¤­¤¿¤é yes ¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£accel ¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤¿¾ì¹ç¤Ï¡¢¥ê¥ó ! ¥¯¤¹¤ëÆÃÄê¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 4.8. ¥¹¥¯¥ê¡¼¥ó/¥Ó¥Ç¥ª¥«¡¼¥É¤Î¹½À® ! ! ¥á¥â¥êÎ̤ȷ¿Ì¾°ìÍ÷¤«¤é¥Ó¥Ç¥ª¥«¡¼¥É¤ËÅëºÜ¤·¤Æ¤¤¤ëŬÀڤʥª¥×¥·¥ç¥ó¤òÁªÂò ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤½¤Î¤È¤­Í¿¤¨¤ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î¼±ÊÌ̾¡¢À½Â¤²ñ¼Ò¤È·¿Ì¾¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£¤³ ! ¤ÎÀßÄê¤òÈô¤Ð¤·¤¿¤¤¤È¤­¤Ï¡¢¤¿¤À¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î RAMDAC ¤È¥Á¥Ã¥×¥»¥Ã¥È¤Î·¿Ì¾¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£¥Ç¡¼¥¿ ! ¥Ù¡¼¥¹¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤¬¤¢¤ë¾ì¹ç¤Ï¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¸¡º÷·ë²Ì¤ò»ØÄꤷ¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤Î RAMDAC ¤È¥Á¥Ã¥×¥»¥Ã¥È¤¬°ìÍ÷¤Ë¤Ê¤«¤Ã¤¿¾ì¹ç¡¢·¿Ì¾¤òʹ¤¤¤Æ ! ¤­¤¿¤È¤³¤í¤Ç¤¿¤À¡¢¥¨¥ó¥¿¡¼¥­¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤¡£¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤ò»ý¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢¥×¥í¥°¥é¥à¤¬¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬¥µ¥Ý¡¼¥È¤· ! ¤Æ¤¤¤ë¼þÇÈ¿ô¤òõ¤¹¤è¤¦¤ËõÃΤ·¤è¤¦¤È¤·¤Þ¤¹¡£ ! ! 4.9. ¥â¡¼¥É¤ÎÁªÂò ! ! ¤µ¤Æ¤É¤ó¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤ò¼Â¹Ô¤·¤¿¤¤¤Î¤«¤ò¥×¥í¥°¥é¥à¤Ë¶µ¤¨¤Þ¤·¤ç¤¦¡£ ! ! ¥×¥í¥°¥é¥à¤Ï¥Ó¥Ç¥ª¥«¡¼¥É¤¬Æ°ºî¤¹¤ë°ìÈÌŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤òɽ¼¨¤·¤Þ ! ¤¹¡£(¤ª¼ê¸µ¤Î¥â¥Ë¥¿¡¼¤Ç¤Ï¤¤¤¯¤Ä¤«¤Î¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó ! ¤¬¡¢¥â¥Ë¥¿¤ÎƱ´ü¼þÇÈ¿ô¤òÀµ¤·¤¯ÀßÄꤹ¤ì¤Ð¡¢X ¥µ¡¼¥Ð¤¬¼Â¹Ô»þ¤ËÆ°¤«¤Ê¤¤¥â ! ¡¼¥É¤ò̵»ë¤¹¤ë¤Ç¤·¤ç¤¦¡£) ! ! º£¤Þ¤Ç¤ÎÀßÄê¤ò¼õ¤±Æþ¤ì¤Æ¤â½ç½ø¤òÆþ¤ìÂؤ¨¤¿¤¤¤È»×¤¦¤Ç¤·¤ç¤¦¡£Î㤨¤Ð 1 ! ¥á¥¬¥Ð¥¤¥È¤Î¥á¥â¥ê¤ò¥Ó¥Ç¥ª¥«¡¼¥É¤¬»ý¤Ã¤Æ¤¤¤¿¾ì¹ç¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤ò ! ! "640x480" "800x600" "1024x768" ¤ò 8bpp Âбþ¤Ë ! ! ÀßÄꤷ¤Æ¤¤¤Þ¤¹¡£ ! ! 1 ¤òÁªÂò¤¹¤ë¤È 8bpp ¤ÎÀßÄê¤òÊѹ¹¤·¤Æ¡¢432 ¤ÈÆþÎϤ¹¤ë¤ÈµÕ½ç¤òÁªÂò¤¹¤ë¤³ ! ¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ÀßÄꤷ¤¿¤¤½ç½ø¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤òÁªÂò¤·¤¿¤¤»þ¤Ï 4 ¤òÁªÂò¤·¤Æ³¤±¤Þ¤·¤ç ! ¤¦¡£ ! ! 4.10. XF86Config ¥Õ¥¡¥¤¥ë¤ÎºîÀ® ! ! ÀßÄꤷ¤¿¹½À®¾ðÊó¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Ë½ñ¤­¹þ¤à¤È¤­¤Ë¥×¥í¥°¥é¥à¤¬Ê¹¤¤ ! ¤Æ¤­¤Þ¤¹¤Î¤Ç yes ¤òÅú¤¨¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4.11. ºÇ½ªÃí°Õ»ö¹à ! ! ºÇ¸å¤Ë¤³¤Îºî¶È¤ò½ªÎ»¤¹¤ë³Îǧ¤È¹½À®¾ðÊó¥Õ¥¡¥¤¥ë¤ò³Îǧ¤·¤Æ¤«¤é»ÈÍѤ¹¤ë¤³ ! ¤È¤ÎÃé¹ð¤òɽ¼¨¤·¤Þ¤¹¡£¼¡¤Î¾Ï¤ÇɬÍפÊÊѹ¹¹àÌܤˤĤ¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£ ! ! 5. XF86Config ¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤ò¥¨¥Ç¥£¥¿¤Ç³«¤¤¤Æ¸«¤Æ¤¯¤À¤µ¤¤¡£Êѹ¹¤¹¤ëɬÍפ¬¤¢¤ë ! Éôʬ¤¬¤¢¤ê¤Þ¤¹¡£: ! ! o ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤òÆ⢤·¤Æ¤¤¤ë¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ò»ÈÍѤ·¤Æ¤¤¤ë ! ¾ì¹ç¡¢Pointer Àá¤òÊѹ¹¤·¤Þ¤·¤ç¤¦¡£Æäˡ¢Protocol ¤ò OSMouse ! (SCO ¤Î¾ì¹ç) ¤Ë¤Þ¤¿¤Ï¡¢Xqueue(SVR4, ¤¤¤¯¤Ä¤«¤Î SVR3 ¤Î¾ì¹ç) ¤ËÀßÄê ! ¤·¤Æ Device ¹Ô¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Xqueue ¥¤¥Ù¥ó¥È¥É¥é¥¤¥Ð¼ã¤¯¤Ï»÷¤¿¤è¤¦¤Ê¥É¥é¥¤¥Ð¤ò»ÈÍѤ·¤Æ¤¤¤ë¥·¥¹¥Æ ! ¥à¤ò²ÔƯ»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¡¢ Keyboard Àá¤Î Protocol ¤ÎÀßÄê¤ò Xqueue ! ¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! °ìö¡¢¹½À®¾ðÊó¤¬Àµ¤·¤¤¤ÈËþ­¤·¤¿¤é¡¢XF86Config ¥Õ¥¡¥¤¥ë¤ò ! /usr/X11R6/lib/X11 ¤Ë¥³¥Ô¡¼¤·¤Æ `startx' ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£ ! ! ¤µ¤Æ X ¥µ¡¼¥Ð¤¬²ÔƯ¤·¤Þ¤·¤¿¡£X ¥µ¡¼¥Ð¤¬²ÔƯ¤·¤¿¤±¤ì¤É»×¤Ã¤¿¤è¤êÎɤ¤É½ ! ¼¨²èÌ̤ǤϤʤ¤ (Î㤨¤ÐÁ´²èÌÌɽ¼¨¤Ë¤Ê¤Ã¤Æ¤¤¤Ê¤¤¤È¤«¡¢Ãæ±û¤«¤é¤Ï¤º¤ì¤Æ¤¤ ! ¤ë¤È¤«¡¢ÏƤ˲ö¤ê¹þ¤ó¤Ç¤¤¤ëÅù) ¾ì¹ç¡¢ xvidtune ¤Î¾Ï¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¤½¤Î ! ¾¤ÎÌäÂ꤬¤¢¤ë¾ì¹ç¡¢¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¾Ï¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. xvidtune ¤ò¼Â¹Ô¤¹¤ë ! ! ²èÌÌɽ¼¨¤òÄ´À°¤·¤¿¤¤¾ì¹ç¡¢xvidtune ¥³¥Þ¥ó¥É¤¬»È¤¨¤Þ¤¹¡£ ! ! xterm ¤Î¥·¥§¥ë¥×¥í¥ó¥×¥È¤«¤éñ¤Ë xvidtune ¤ÈÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£·Ù¹ð¤òÆÉ ! ¤ó¤Ç OK ¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¼¡¤Ë Auto ¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ¾å/²¼/º¸/±¦ (Up/Down/Left/Right) ¤ä½Ä¾®/½ÄÂç/²£Âç/²£¾® ! (Shorter/Taller/Wider/Narrower) ¤òÁȤ߹ç¤ï¤»¤Æ»×¤Ã¤¿¤È¤ª¤ê¤Îɽ¼¨¤ËÄ´À° ! ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ºÇ¶á¤Î S3 ÅëºÜ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ç¤Ï¤¤¤¯¤Ä¤«¤ÎÊ̤Υܥ¿¥ó¤ÈÆþÎϹàÌÜ ! (InvertVCLK, EarlySC ¤È Blank Delays) ¤¬²èÌ̤β¼¤Î¤Û¤¦¤Ë¤¢¤ë¤Ç¤·¤ç¤¦¡£ ! ¿ô¥Ô¥¯¥»¥ë¤Î²èÌ̤βö¤ê¹þ¤ß¤ÎÌäÂê¤ò²ò·è¤¹¤ëÊä½õ¤Ë¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! °ìö¤Á¤ã¤ó¤È²èÌ̤òÄ´Àᤷ¤¿¤é¡¢show ¥Ü¥¿¥ó¤ò²¡¤·¤ÆÀµ¤·¤¤ ModeLine ¤ò°õ ! ºþ¤·¤Æ¡¢¸½ºß¤Î²èÌ̤ÎÀßÄê¤ò¾ï»þ»È¤¦¤è¤¦¤Ë XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! ÀßÄꤷ¤Þ¤·¤ç¤¦¡£¸½ºß¤Î²èÌ̾ðÊó¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Ë¥³¥Ô¡¼¤¹¤ë´Êñ¤Ê ! ÊýË¡¤Ï¡¢¸½ºß¤Î modeline ¤ÎÀßÄê¤ò¥¨¥Ç¥£¥¿¤ÎÊý¤Ë¥Ú¥¤¥¹¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¾¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤òÄ´À°¤·¤¿¤¤¾ì¹ç¤Ï¡¢Next ¤È Prev ¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ ! ¥Ó¥Ç¥ª¥â¡¼¥É¤òÀÚ¤êÂؤ¨¤Æ²¼¤µ¤¤¡£ ! ! xvidtune ¤ò½ª¤ï¤ê¤¿¤¤¤È¤­¤Ïñ¤Ë Quit ¥Ü¥¿¥ó¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 7. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ¤³¤³¤Þ¤ÇÆɤó¤Ç¤¤¤ë¤Î¤Ï¡¢²¿¤«Ë¾¤ó¤ÀÄ̤ê¤Î·ë²Ì¤¬ÆÀ¤é¤ì¤Æ¤¤¤Ê¤¤¡Ê¤Þ¤¿¤Ï¡¢ ! ³Ú¤·¤ó¤ÇÆɤó¤Ç¤¤¤¿¤À¤¤¤Æ¤¤¤ë¡Ë¤Î¤Ç¤·¤ç¤¦¡£ ! ! °Ê²¼¤Ï°ìÍ÷¤Ë¤Ê¤Ã¤¿¤¤¤¯¤Ä¤«¤Î°ìÈÌŪ¤ÊÀßÄêºî¶ÈÃæ¤ËÎɤ¯À¸¤¸¤ëÌäÂê¤ä²ò·è¤Î ! ¥Ò¥ó¥È¤Ç¤¹¡£¤·¤«¤·¤Ê¤¬¤é¡¢¥Ï¡¼¥É¥¦¥§¥¢¤È¥½¥Õ¥È¥¦¥§¥¢¤ÎÀßÄê¤ÎËÄÂç¤ÊÁÈ¤ß ! ¹ç¤ï¤»¤¬¤¢¤ê¡¢¤½¤³¤Ç¡¢ËÄÂç¤ÊÉÔ¶ñ¹ç¤¬À¸¤¸¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Îʸ½ñ¤È ! ¥Ä¡¼¥ë¤Îʸ½ñ¤Ç¤ÏÁ´¤Æ¤Î¾ì¹ç¤Ë¤Ä¤¤¤Æ¸ÀµÚ½ÐÍè¤Þ¤»¤ó¡£ ! ! Á°¤Î¾Ï¤Ç»î¹Ô¤·¤¿ºî¶È¤È¤³¤Î¾Ï¤Ç¤Î¥Ò¥ó¥È¤ò³Îǧ¤·¤¿¸å¤Ç¡¢¥·¥¹¥Æ¥à¤¬²ÔƯ¤· ! ¤Ê¤¤¾ì¹ç¤Ï¡¢Á´¤Æ¤Îʸ½ñ¤òÆɤàɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤ª¼ê¸µ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤È OS ! (¤â¤·¤¢¤ì¤Ð) ¤ËÂбþ¤·¤Æ¤¤¤ë README ¥Õ¥¡¥¤¥ë ¤È ¡ÖXFree86 ¤ÎÀßÄê¤Ë¤Ä¤¤ ! ¤Æ¡× (XFree86 Configuration Guide : README.Config) ¤È XF86Config ¥ª¥ó ! ¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ ! ! Æäˤ«¤Ê¤ê¿·¤·¤¤¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤ÎºÇ¿·¤Î¾ðÊó¤Ï the XFree86 FAQ ! ¤â¡¢¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! Á´Á³ÂÌÌܤʾì¹ç¤Ï¡¢comp.windows.x.i386unix ¤« comp.os.linux.x ¤Ëµ­»ö¤ò ! Åê¹Æ¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¤Ï XFree86@XFree86.org ¤ËÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ ! ¤¯¤À¤µ¤¤¡£[ÌõÃí : ±Ñ¸ì¤Ç¤ª´ê¤¤¤·¤Þ¤¹:-)] ! ! 7.1. ¥Þ¥¦¥¹¤¬¤Á¤ã¤ó¤ÈÆ°¤«¤Ê¤¤¡£¤Ä¤Þ¤ê²èÌ̤ËÄ¥¤êÉÕ¤¤¤¿¤Þ¤ÞÆ°¤«¤Ê¤¤¡£ ! ! ÁªÂò¤·¤¿¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¤¬Îɤ¯¤¢¤ê¤Þ¤»¤ó¡£°ã¤¦¥×¥í¥È¥³¥ë¤ò»î¤·¤Æ¤ß¤Þ ! ¤·¤ç¤¦¡£ ! ! 7.2. ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Ê¤¤¡£¤³¤Î»þ¥Þ¥¦¥¹¤¬»ÈÍѺѤߤǤ¢¤ë¤Èɽ¼¨¤µ¤ì¤ë¡£ ! ! ¤µ¤Æ¡¢¤³¤Î¿ÇÃǤÏ¿ʬÀµ¤·¤¤¤Ç¤·¤ç¤¦¡£¤³¤Î¸½¾Ý¤Ï Linux ¥·¥¹¥Æ¥à¤Ç gpm ¤¬ ! Æ°ºî¤·¤Æ¤¤¤ë»þ¤ËÎɤ¯µ¯¤³¤ê¤Þ¤¹¡£gpm ¥×¥í¥»¥¹¤ò»ß¤á¤Æ startx ¤ò¤â¤¦°ìÅÙ ! ¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 7.3. ¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤¬»ÈÍѽÐÍè¤Ê¤¤¡£ ! ! ¤³¤Î¸½¾Ý¤Ï´Êñ¤Ê²ò·èºö¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤¿¤¯¤µ¤ó»î¹Ôºø¸í¤¬É¬ÍפǤ¹¡£¥Þ¥¦¥¹ ! ¤Î¥×¥í¥È¥³¥ë¤¬Àµ¤·¤¤¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¿¤¯¤Î 3 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Ï 2 ¥Ü¥¿¥ó¥â¡¼¥É¤È 3 ¥Ü¥¿¥ó¥â¡¼¥É¤Î "ξÊý¤Î¥×¥í ! ¥È¥³¥ë" ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ 3 ¥Ü¥¿¥ó¥â¡¼¥É¤Ø¤ÎÀÚ¤êÂؤ¨ÊýË¡ (Ä̾ï ! MouseSystems ¥×¥í¥È¥³¥ë¤òÍѤ¤¤Þ¤¹) ¤Ï¥Þ¥¦¥¹¤Î¼ïÎà¤Ë¤è¤Ã¤Æ¿§¡¹¤Ç¤¹¡£ ! ! ¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Ë¥Þ¥¦¥¹¤ËÉÕ¤¤¤Æ¤¤¤ë¥¹¥¤¥Ã¥Á¤òÆ°¤«¤¹¤«¡¢¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤ò ! ²¡¤·Â³¤±¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Â¾¤Î¥â¡¼¥ÉÀÚ¤êÂؤ¨¤Î¥µ¡¼¥Ð¦¤Ç¹Ô¤¦ÊýË¡¤Ï¡¢¥Þ ! ¥¦¥¹¤ÎÀßÄê¤ÎÁȤ߹ç¤ï¤»¤òÀµ¤·¤¯¹Ô¤ï¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£´°àú¤ÊÀßÄê¤Î°ìÍ÷ ! ¤¬ XF86Config ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î Pointer ¤Î¾Ï¤Ë¤¢¤ë¤Î¤Ç¤ß¤Æ ! ¤¯¤À¤µ¤¤¡£ ! ! 7.4. ²èÌ̤¬¾å²¼º¸±¦¤ËÊÒ´ó¤ë¡£ ! ! xvidtune ¤Î¾Ï¤ò¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! 7.5. xf86config ¤Þ¤¿¤Ï xvidtune ¤¬¥·¥¹¥Æ¥à¤ÎÃæ¤Ë¸«¤Ä¤±¤é¤ì¤Ê¤¤¡£ ! ! ¤¦¡¼¤ó¡£2 ¤Ä¤Î²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! 1. PATH ¤¬Àµ¤·¤¯ÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤¡£XFree86 ¤Î¥Ð¥¤¥Ê¥ê¤Î bin ¥Ç¥£¥ì¥¯¥È ! ¥ê¤ò´Þ¤ó¤Ç¤¤¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£(Ä̾ï¤Ï /usr/X11R6/bin¤Ç¤¹) ! ! 2. XFree86 ¤ò´°Á´¤ËƳÆþ¤·¤Æ¤¤¤Ê¤¤¡£ XFree86 ¤òÆþ¼ê¤·¤¿¤È¤³¤í¤ØÌá¤Ã¤Æ¡¢ ! »Ä¤é¤ºÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc,v 3.1.2.2 1999/11/26 15:23:00 hohndel Exp $ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/QStart.sgml,v ! 3.4.2.2 1998/02/28 04:47:08 ¤ò¡¢²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤¬ ! XFree86 3.3.2 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬ ! ¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅÅ ! »Ò¥á¡¼¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê ! ¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤È X Japanese ! Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä¤Ë¡¢ÅŻҥ᡼¥ë ! ¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ [EOF] ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD:3.0.4.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD:3.0.4.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD:3.0.4.1 Wed Jun 2 17:50:39 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD Tue Dec 28 23:13:46 1999 *************** *** 16,21 **** --- 16,22 ---- 6. X ¤Î¤¿¤á¤Î¥«¡¼¥Í¥ëºÆ¹½ÃÛ 7. X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ 8. ¼Õ¼­ + 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ *************** *** 28,34 **** ¤µ¤ì¤Æ¤¤¤Þ¤¹¤·¡¢¥Ð¥°¤â¤¿¤¯¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ(¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤â´Þ¤á¤Æ)¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼ ! ¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤ Ãøºî¸¢É½¼¨¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ --- 29,35 ---- ¤µ¤ì¤Æ¤¤¤Þ¤¹¤·¡¢¥Ð¥°¤â¤¿¤¯¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ(¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤â´Þ¤á¤Æ)¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼ ! ¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Ãøºî¸¢É½¼¨¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 62,68 **** ! ttyv4 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure /usr/X11R6/bin/X ¤ò¤ª»È¤¤¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¹ç¤Ã¤¿ X ¥µ¡¼¥Ð¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã ¥¯¥ê¥ó¥¯¤Ë¤¹¤ë¤³¤È¤È¡¢/usr/X11R6/lib/X11/xdm ¥Ç¥£¥ì¥¯¥È¥êÆâ¤Î Xservers --- 63,73 ---- ! ! ttyv4 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure ! ! ! /usr/X11R6/bin/X ¤ò¤ª»È¤¤¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¹ç¤Ã¤¿ X ¥µ¡¼¥Ð¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã ¥¯¥ê¥ó¥¯¤Ë¤¹¤ë¤³¤È¤È¡¢/usr/X11R6/lib/X11/xdm ¥Ç¥£¥ì¥¯¥È¥êÆâ¤Î Xservers *************** *** 101,116 **** ¥¹¤Î¾ì¹ç¤Ë¤Ï D-Sub ¥á¥¹¤Î 9 ¥Ô¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢D-Sub ¥ª¥¹¤Î 9 ¥Ô¥ó¥³¥Í¥¯¥¿¤«´Ý·¿ DIN ¤Î 9 ¥Ô¥ó¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤¤´Ý·¿ DIN ¤Î 6 ¥Ô¥ó¥³ ! ¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£°ìÉô¤Î¥Þ¥¦¥¹¤Ë¤Ï¡¢¥³¥Í¥¯¥¿¤ò¾¤Î¥¿¥¤¥×¤Î¥¤¥ó¥¿ ! ¥Õ¥§¡¼¥¹¤ËÀܳ¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥¢¥À¥×¥¿¤ò»È¤¦ ! ¾ì¹ç¤Ë¤Ï¡¢¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁȤ߹ç¤ï¤»¤¿¾õÂ֤ǰìÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤¬¥¤ ! ¥ó¥¿¥Õ¥§¡¼¥¹¤Î¼ïÎà¤ò·è¤á¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ¼¡¤Ë·è¤á¤ë¤³¤È¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ¹¤ë /dev ¥¨¥ó¥È¥ê¤Ç¤¹¡£ ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢Áª¤ÖɬÍפϤۤȤó¤É¤¢¤ê¤Þ¤»¤ó: ¥Ð¥¹¥Þ¥¦ ¥¹¤Ç¤Ïɬ¤º /dev/mse0 ¤ò»È¤¤¤Þ¤¹¤·¡¢PS/2 ¥Þ¥¦¥¹¤Ç¤Ïɬ¤º /dev/psm0 ¤ò»È ! ¤¤¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤¬Ê£ ! ¿ô¸Ä¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÉáÄ̤Ϻǽé¤ÎÁȤ߹þ¤ß¥·¥ê¥¢¥ë¥Ý¡¼¥È¤Ç¤¢¤ë /dev/cuaa0 ¤ò¥Þ¥¦¥¹¤Ë³ä¤êÅö¤Æ¤ë¤³¤È¤¬Â¿¤¤¤è¤¦¤Ç¤¹¡£ ¤É¤Î¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤Ë¥Þ¥¦¥¹¤òÀܳ¤·¤¿¤«¤è¤¯Ê¬¤«¤é¤Ê¤¤¾ì¹ç¡¢¥Ç¥Ð¥¤¥¹¤ò --- 106,124 ---- ¥¹¤Î¾ì¹ç¤Ë¤Ï D-Sub ¥á¥¹¤Î 9 ¥Ô¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢D-Sub ¥ª¥¹¤Î 9 ¥Ô¥ó¥³¥Í¥¯¥¿¤«´Ý·¿ DIN ¤Î 9 ¥Ô¥ó¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤¤´Ý·¿ DIN ¤Î 6 ¥Ô¥ó¥³ ! ¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£ USB ¥Þ¥¦¥¹¤Ë¤ÏÊ¿¤¿¤¤Ä¹Êý·Á¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤ ! ¤Þ¤¹¡£°ìÉô¤Î¥Þ¥¦¥¹¤Ë¤Ï¡¢¥³¥Í¥¯¥¿¤ò¾¤Î¥¿¥¤¥×¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÀܳ¤Ç¤­ ! ¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥¢¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¥Þ¥¦¥¹¤È ! ¥¢¥À¥×¥¿¤òÁȤ߹ç¤ï¤»¤¿¾õÂ֤ǰìÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤¬¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¼ïÎà ! ¤ò·è¤á¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ¼¡¤Ë·è¤á¤ë¤³¤È¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ¹¤ë /dev ¥¨¥ó¥È¥ê¤Ç¤¹¡£ ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢Áª¤ÖɬÍפϤۤȤó¤É¤¢¤ê¤Þ¤»¤ó: ¥Ð¥¹¥Þ¥¦ ¥¹¤Ç¤Ïɬ¤º /dev/mse0 ¤ò»È¤¤¤Þ¤¹¤·¡¢PS/2 ¥Þ¥¦¥¹¤Ç¤Ïɬ¤º /dev/psm0 ¤ò»È ! ¤¤¤Þ¤¹¡£Ê£¿ô¸Ä¤Î USB ¥Þ¥¦¥¹¤ò¤ª»È¤¤¤Î¥·¥¹¥Æ¥à¤Þ¤¿¤Ï USB ¥Ï¥Ö¤Ë¼è¤êÉÕ¤± ! ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤é¤Ï /dev/ums0, /dev/ums1, ¡Ä¤È¤·¤Æ¥¢¥¯¥»¥¹¤Ç¤­ ! ¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤¬Ê£¿ô ! ¸Ä¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÉáÄ̤Ϻǽé¤ÎÁȤ߹þ¤ß¥·¥ê¥¢¥ë¥Ý¡¼¥È¤Ç¤¢¤ë /dev/cuaa0 ¤ò¥Þ¥¦¥¹¤Ë³ä¤êÅö¤Æ¤ë¤³¤È¤¬Â¿¤¤¤è¤¦¤Ç¤¹¡£ ¤É¤Î¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤Ë¥Þ¥¦¥¹¤òÀܳ¤·¤¿¤«¤è¤¯Ê¬¤«¤é¤Ê¤¤¾ì¹ç¡¢¥Ç¥Ð¥¤¥¹¤ò *************** *** 122,137 **** % cat < /dev/tty00 - - - Àµ¤·¤¤¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤ò¸«¤Ä¤±¤é¤ì¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ ``dmesg|grep sio'' ¤òÍѤ¤¤Æµ¯Æ°»þ¤Ë¸¡½Ð¤µ¤ì¤¿¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤Î¥ê¥¹¥È¤ò¼èÆÀ¤·¤Þ¤·¤ç¤¦¡£ ! % dmesg|grep sio ! sio0 at 0x3f8-0x3ff irq 4 on isa --- 130,142 ---- % cat < /dev/tty00 Àµ¤·¤¤¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤ò¸«¤Ä¤±¤é¤ì¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ ``dmesg|grep sio'' ¤òÍѤ¤¤Æµ¯Æ°»þ¤Ë¸¡½Ð¤µ¤ì¤¿¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤Î¥ê¥¹¥È¤ò¼èÆÀ¤·¤Þ¤·¤ç¤¦¡£ ! % dmesg|grep sio ! sio0 at 0x3f8-0x3ff irq 4 on isa *************** *** 180,205 **** ¤ì¤Ç¤Ï¤Ê¤¯ ``PS/2'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! 3. Logitech À½¤Î¸Å¤¤¥â¥Ç¥ë¤Î¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï ``Logitech'' ¥×¥í¥È¥³¥ë¤ò »È¤¤¤Þ¤¹¡£ºÇ¶á¤Î Logitech ¥Þ¥¦¥¹¤Ï ``MouseMan'' ¥×¥í¥È¥³¥ë¤È ``Microsoft'' ¥×¥í¥È¥³¥ë¤Î¤É¤Á¤é¤â»È¤¤¤Þ¤¹¡£ ! ! 4. 2 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¤Û¤È¤ó¤É¤Ï ``Microsoft'' ¥×¥í¥È¥³¥ë¤ò¥µ¥Ý ¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! 5. 3 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï ``MouseSystems'' ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤È »×¤¤¤Þ¤¹¡£Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢``Microsoft'' ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤È »×¤¤¤Þ¤¹¤¬¡¢¤³¤Î¾ì¹ç¤Ë¤Ï 3 ÈÖÌܤΥܥ¿¥ó(Ãæ¥Ü¥¿¥ó)¤Ïµ¡Ç½¤·¤Ê¤¤¤Ç¤·¤ç ¤¦¡£3 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï ``MouseMan'' ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤³ ¤È¤â¤¢¤ê¡¢¤³¤Î¾ì¹ç¤Ë¤Ï 3 ÈÖÌܤΥܥ¿¥ó¤â´üÂÔÄ̤ê¤ËÆ°ºî¤¹¤ë¤È»×¤¤¤Þ ¤¹¡£ ! 6. 3 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤Ê¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤Æ¡¢ ``MS'' ¤È ``PC''¡¢¤¢¤ë¤¤¤Ï ``2'' ¤È ``3'' ¤òÁªÂò¤Ç¤­¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Ä̾ï¤Ï ``MS'' ¤È ``2'' ¤Ï ``Microsoft'' ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ê¡¢``PC'' ¤È ``3'' ¤Ï ``MouseSystems'' ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¹¡£ ! 7. ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¡¼¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤Ï ``IntelliMouse'' ¥×¥í¥È¥³¥ë¸ß´¹¤«¤â¤·¤ì¤Þ¤»¤ó¡£ --- 185,217 ---- ¤ì¤Ç¤Ï¤Ê¤¯ ``PS/2'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! 3. USB ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï ``Auto'' ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Ãí°Õ: XFree86 ¤Î¾¤Îʸ½ñ¤Ç¤Ï¡¢``Usb'' ¤Ï¥Þ¥¦¥¹¥×¥í¥È¥³¥ëÍѤΠ! ¥­¡¼¥ï¡¼¥É¤Î°ì¤Ä¤È½ñ¤«¤ì¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¥­¡¼¥ï¡¼¥É ! ¤ÏɬÍפǤʤ¯¡¢¤·¤¿¤¬¤Ã¤Æ FreeBSD ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó¡£USB ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ïɬ¤º ``Auto'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4. Logitech À½¤Î¸Å¤¤¥â¥Ç¥ë¤Î¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï ``Logitech'' ¥×¥í¥È¥³¥ë¤ò »È¤¤¤Þ¤¹¡£ºÇ¶á¤Î Logitech ¥Þ¥¦¥¹¤Ï ``MouseMan'' ¥×¥í¥È¥³¥ë¤È ``Microsoft'' ¥×¥í¥È¥³¥ë¤Î¤É¤Á¤é¤â»È¤¤¤Þ¤¹¡£ ! 5. 2 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¤Û¤È¤ó¤É¤Ï ``Microsoft'' ¥×¥í¥È¥³¥ë¤ò¥µ¥Ý ¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! 6. 3 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï ``MouseSystems'' ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤È »×¤¤¤Þ¤¹¡£Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢``Microsoft'' ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤È »×¤¤¤Þ¤¹¤¬¡¢¤³¤Î¾ì¹ç¤Ë¤Ï 3 ÈÖÌܤΥܥ¿¥ó(Ãæ¥Ü¥¿¥ó)¤Ïµ¡Ç½¤·¤Ê¤¤¤Ç¤·¤ç ¤¦¡£3 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï ``MouseMan'' ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤³ ¤È¤â¤¢¤ê¡¢¤³¤Î¾ì¹ç¤Ë¤Ï 3 ÈÖÌܤΥܥ¿¥ó¤â´üÂÔÄ̤ê¤ËÆ°ºî¤¹¤ë¤È»×¤¤¤Þ ¤¹¡£ ! 7. 3 ¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤Ê¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤Æ¡¢ ``MS'' ¤È ``PC''¡¢¤¢¤ë¤¤¤Ï ``2'' ¤È ``3'' ¤òÁªÂò¤Ç¤­¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Ä̾ï¤Ï ``MS'' ¤È ``2'' ¤Ï ``Microsoft'' ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ê¡¢``PC'' ¤È ``3'' ¤Ï ``MouseSystems'' ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¹¡£ ! 8. ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¡¼¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤Ï ``IntelliMouse'' ¥×¥í¥È¥³¥ë¸ß´¹¤«¤â¤·¤ì¤Þ¤»¤ó¡£ *************** *** 262,267 **** --- 274,281 ---- MAXCONS ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î¿ô¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ¤¹: + + options "MAXCONS=4" #4 virtual consoles *************** *** 314,320 **** ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¾Ü¤·¤¯¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤Î¥Þ¥Ë¥å¥¢¥ë¤ä¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢ ¥ë¤Î mse(4) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£PS/2 ¥Þ¥¦¥¹¤Î IRQ ¤È¥Ý¡¼¥ÈÈÖ¹æ¤òÊѹ¹¤¹ ¤ëÊýË¡¤ÏÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - XFree86 ¥µ¡¼¥Ð¤Ï MIT-SHM µ¡Ç½³ÈÄ¥¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£GENERIC ¥«¡¼¥Í ¥ë¤Ï¤³¤ì¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢»ÈÍѤ·¤¿¤±¤ì¤Ð SYSV ¶¦Í­¥á¥â¥ê¤ò¥µ¥Ý ¡¼¥È¤¹¤ë¤è¤¦¤Ë¥«¡¼¥Í¥ë¤ÎÀßÄê¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ÎÀßÄê¤ò¹Ô¤¦¤Ë¤Ï¡¢ --- 328,333 ---- *************** *** 328,333 **** --- 341,347 ---- + SoundBlaster 16 ¤ò IRQ 2(9) ¤Ç»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢sb16_dsp.c ¤Ë¥Ñ¥Ã¥Á¤òÅö ¤Æ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥Ñ¥Ã¥Á¤òÅö¤Æ¤Ê¤¤¤È¡¢SoundBlaster ¥É¥é¥¤¥Ð¤ò»È¤¦Àß Äê¤Î¥«¡¼¥Í¥ë¤Ï 9 ÈÖ³ä¤ê¹þ¤ß¤¬Â¸ºß¤·¤Ê¤¤¤È¸À¤Ã¤Æ¤­¤Æ¡¢X ¥µ¡¼¥Ð¤¬¸Ç¤Þ¤Ã *************** *** 380,386 **** o FreeBSD ¤Î¥«¡¼¥Í¥ë¤ò¥µ¥Ý¡¼¥È¤·¤¿ David Greenman ¤µ¤ó, Nate Williams ¤µ¤ó, Jordan Hubbard ¤µ¤ó - o Walnut Creek Cdrom ¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò»È¤ï¤»¤Æ¤¯¤À¤µ¤Ã¤¿ Rod Grimes ¤µ ¤ó, Jordan Hubbard ¤µ¤ó¡¢ Jack Velte ¤µ¤ó --- 394,399 ---- *************** *** 388,400 **** Zborowski ¤µ¤ó, Simon Cooper¤µ¤ó, Dirk Hohndel ¤µ¤ó ! ! ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD,v 3.0.4.1 1999/06/02 07:50:39 hohndel Exp $ --- 401,407 ---- Zborowski ¤µ¤ó, Simon Cooper¤µ¤ó, Dirk Hohndel ¤µ¤ó ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD,v 3.0.4.3 1999/12/28 12:13:46 hohndel Exp $ *************** *** 405,462 **** ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 412,422 ---- + 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿¡£ (3.3.6 ÈÇ + ËÝÌõ: Æ£¸¶µ±²Å ) ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X ! Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶ ! ¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32:1.1.2.1 Wed Jun 2 20:43:49 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32 Sat Nov 27 02:23:01 1999 *************** *** 1,264 **** ! Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ë¤Ä¤¤¤Æ¤ÎÃí°Õ½ñ¤­ ! Bryan Feir (jenora@istar.ca) ! 2 July 1997 ! The X Japanese Documentation Project ! 14 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC, BPP ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 3. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC, BPP ! ! Mach32 ÍÑ X ¥µ¡¼¥Ð¤¬´ðËÜŪ¤Ë¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Î¤Ï¡¢8bpp, 80MHz ¤Þ¤Ç¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤¹¡£¸½ºß 15/16bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Î¤Ï¡¢¤¿¤¯¤µ¤ó ! RAMDAC ¤ÎÆâ 3 ¤Ä¤À¤±¤Ç¤¹¡£¤¿¤À¤·¡¢°ìÈ̤ËÉáµÚ¤·¤Æ¤¤¤ë¥«¡¼¥É¤Ï¤À¤¤¤¿¤¤¤³ ! ¤Î3¤Ä¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! RAMDAC ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ BPP ºÇÂç²òÁüÅ٠ɬÍפʥӥǥª RAM ! -------- ------------- --- -------------- ------------------ ! Default 80MHz 8 1280x1024i 2Mb ! Default 80MHz 8 1024x768 1Mb ! ! ATI68875 135MHz 8 1280x1024 2Mb ! ATI68875 80MHz 16 1024x768 2Mb ! ! AT&T20C49x 80MHz 8 1024x768 1Mb ! AT&T20C49x 40MHz 16 800x600 2Mb ! ! BT481 80MHz 8 1024x768 1Mb ! BT481 40MHz 16 800x600 2Mb ! ! ! ! RAMDAC ¤Ï Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ë¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó "-probeonly" ¤ò ! ÉÕ¤±¤Æ¼Â¹Ô¤¹¤ë¤ÈÊó¹ð¤µ¤ì¤Þ¤¹¡£¤Þ¤¿¡¢RAMDAC ¤ò XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Ç ! »ØÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! ATI68875 (¤Þ¤¿¤Ï TLC34075)¤Ï¡¢Graphics Ultra + ¤È Graphics Ultra Pro ! ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£Brooktree 481 ¤Ï Graphics Wonder ·Ï¤Î¥«¡¼¥É¤ÎÂçÉôʬ ! ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£AT&T20C491 ¤ÏÁȤßΩ¤Æ¥·¥¹¥Æ¥à¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë OEM ! ¥«¡¼¥É¤Î¿¤¯¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! BT481 ¤È AT&T20C49x ¤Ï 16bpp ¥â¡¼¥É¤Ç¤Ï°Û¤Ê¤ëÀßÄ꤬ɬÍפʤΤǤ¹¤¬¡¢ ! º¤¤Ã¤¿¤³¤È¤Ë BIOS ¤Ë¤è¤ë¸¡½Ð¤Ç¤Ï¡¢Î¾¼Ô¤ÏƱ¤¸¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ ! ¤¹¡£SuperProbe ¤Ïξ¼Ô¤ò¶èÊ̤¹¤ë¤³¤È¤¬¤Ç¤­¡¢¤É¤Á¤é¤ò¸¡½Ð¤·¤¿¤«¥ì¥Ý¡¼¥È ! ¤·¤Þ¤¹¡£¥µ¡¼¥ÐÆâÉô¤Ç¤Ï¡¢BT481 ¤¬¥Ç¥Õ¥©¥ë¥ÈÃͤȤ·¤Æ°·¤ï¤ì¤Þ¤¹¡£¥«¡¼¥É¤Ë ! AT&TC49x RAMDAC ¤¬ºÜ¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë¸å½Ò¤Î Ramdac ! ¥¨¥ó¥È¥ê¤òµ­½Ò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ç¤Ï "Device" ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ë¥ª¥×¥·¥ç¥ó¤¬¤¤¤¯¤Ä ! ¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¥ª¥×¥·¥ç¥ó¤ÏɬÍפ˱þ¤¸¤Æ¼«Æ°¸¡½Ð¤µ¤ì ! ¤Þ¤¹¤¬¡¢¿µ½Å¤ËÀßÄꤷ¤Æ¤ä¤é¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£Î㤨 ! ¤Ð¡¢ "Clocks" ¥¨¥ó¥È¥ê¤ÏºÇ½é¤Ë -probeonly ¥ª¥×¥·¥ç¥ó¤ò¤Ä¤±¤Æ¥µ¡¼¥Ð¤òµ¯ ! Æ°¤·¤¿¸å¤Ëɬ¤ºÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¡¢¤½¤ì°Ê¹ß¤Î X ¥µ¡¼¥Ð¼Â ! ¹Ô»þ¤Ë¸¡½Ð¤ò¤·¤Ê¤¯¤Æ¤¹¤à¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ç¤¹¡£ ! ! ! Option "composite" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥³¥ó¥Ý¥¸¥Ã¥ÈƱ´ü¿®¹æ¤òɬÍפȤ¹¤ë¥â¥Ë¥¿¤Î¤¿¤á¤Ë¡¢ ! ¥³¥ó¥Ý¥¸¥Ã¥ÈƱ´ü¿®¹æ¤ÎÀßÄê¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! Option "dac_8_bit" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RGB Ãͤ´¤È¤Ë8¥Ó¥Ã¥È¤ò»È¤¨¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ÏÁ´¤Æ¤Î RAMDAC ¤ÇÆ°ºî¤¹¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤ÅÀ¤È¡¢Mach32 ¤½¤Î ! ¤â¤Î¤Ç¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤µ¡Ç½¤À¤È¤µ¤ì¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! Option "ast_mach32" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï AST ÈǤΠMach32 ¥«¡¼¥É(AST ¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤Î¥ª¥ó ! ¥Ü¡¼¥É¤ÇÅëºÜ¤µ¤ì¤Æ¤¤¤ë¤â¤Î)¤ò°·¤¦¤¿¤á¤ÎÆüì¤ÊÀßÄê¤ò¹Ô¤¤¤Þ¤¹¡£¤³ ! ¤Î¥«¡¼¥É¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤¤¤È¥·¥¹¥Æ¥à¤¬¸Ç¤Þ¤Ã¤Æ¤·¤Þ¤¤¤Þ ! ¤¹¡£ ! ! Option "intel_gx" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ë Intel GX Pro ¤¬¥Ï¡¼ ! ¥ÉŪ¤Ë»ý¤Ã¤Æ¤¤¤ëÃͤòÀßÄꤷ¤Þ¤¹¡£¤³¤ì¤Ï Membase ¤ÎÃÍ¤Ë 0x78000000 ! ¤òÀßÄꤹ¤ë¤³¤È¤ÈƱ¤¸¤Ç¤¹¡£ ! ! Option "no_linear" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥Þ¥Ã¥×¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ ! ¤¹¡£¤³¤ì¤Ï¼«Æ°¸¡½Ð¤µ¤»¤ë¤Ù¤­¤Ç¤¹¡£ ! ! Option "sw_cursor" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤Ï¤Ê¤¯¥½¥Õ¥È¥¦¥§¥¢ ! ¥«¡¼¥½¥ë¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! MemBase baseaddress ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤ò»ØÄꤷ¤Þ¤¹¡£Ä̾¥á¥â ! ¥ê¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ï¼«Æ°Åª¤Ë·è¤á¤é¤ì¤Þ¤¹¤¬¡¢°ìÉô¤Î VESA ¥í¡¼¥« ! ¥ë¥Ð¥¹¤Ç¤Ï¡¢¤³¤Î¥¢¥É¥ì¥¹ÁªÂò¤Ï¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤»¤ó¡£Mach32 ÍÑ X ¥µ ! ¡¼¥Ð¤¬ Segmentation fault ¤ÇÍî¤Á¤ë¾ì¹ç¤Ë¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤ò ! ¾¤Î°ÌÃÖ¤ËÊѹ¹¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! Clocks clock ... ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥µ¡¼¥Ð¤¬»È¤¦¥¯¥í¥Ã¥¯¥ì¡¼¥È¤ò»ØÄꤷ¤Þ¤¹¡£ ! ! Ramdac "type" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RAMDAC ¤Î·¿¼°¤ò»ØÄꤷ¤Þ¤¹¡£type ¤È¤·¤Æ¤Ï°Ê²¼¤Î ! Ãͤ¬Í­¸ú¤Ç¤¹: ! ! o ati68830 ! ! o sc11483 ! ! o sc11486 ! ! o sc11488 ! ! o ims_g173 ! ! o mu9c4870 ! ! o ati68875* ! ! o bt885 ! ! o tlc34075* ! ! o bt476 ! ! o bt478 ! ! o inmos176 ! ! o inmos178 ! ! o bt481* ! ! o bt482 ! ! o ims_g174 ! ! o mu9c1880 ! ! o mu9c4910 ! ! o sc15025 ! ! o sc15026 ! ! o att20c490* ! ! o ati68860 ! ! o stg1700 ! ! o sc15021 ! ! o stg1702 ! ! o att21c498 ! ! ¸½»þÅÀ¤Ç¤Ï¡¢¼ÂºÝ¤Ë¸ú²Ì¤¬¤¢¤ë¤Î¤Ï [*] °õ¤¬ÉÕ¤±¤é¤ì¤Æ¤¤¤ë¤â¤Î¤À¤± ! ¤Ç¤¹¡£ ! ! ! 3. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! ! ¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ë¤Ï´ûÃΤÎÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ ! ¤¹¡£¤³¤ì¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! o Á´¤Æ¤Î RAMDAC ¤Ç¥Ï¥¤¥«¥é¡¼ÈÏ°Ï(16bpp ¤È 16bpp)¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë ! ¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢Á´¤Æ¤Î RAMDAC ¤¬¤¦¤Þ¤¯¸¡½Ð¤Ç¤­¤ë¤ï¤±¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¼ÂºÝ¡¢Àè¤Ëµó¤²¤¿ RAMDAC ¤ÎÁªÂò»è¤Î¤¦¤Á¤Û¤È¤ó¤É¤Î¤â¤Î ! ¤Ï¡¢¹â¤¹¤®¤ë¥Ï¥¤¥«¥é¡¼¥â¡¼¥É(16bpp ¤È 24bpp)¤òÀ©¸Â¤¹¤ë°Ê³°¤Ë¤ÏÌò¤Ë ! Ω¤Á¤Þ¤»¤ó¡£ ! ! o 16¥Ó¥Ã¥Èʸ»ú(Îã: Ãæ¹ñ¸ì¤äÆüËܸì¤Îʸ»ú½¸¹ç)¤Î¥µ¥Ý¡¼¥È¤Ë´Ø¤·¤Æ¤Ï¡¢Ê¸ ! »ú¤Î°ìÉô¤¬·ç¤±¤Æ¤·¤Þ¤¦¤³¤È¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂ꤬½¤Àµ¤µ¤ì¤¿¤È ! ¤·¤Æ¤â¡¢¤â¤·È¯À¸¤¹¤ë¤Ê¤é Option "no_linear" ÉÕ¤­¤Ç¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¤Æ ! ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ¥Ð¥°Êó¹ð¤Ï XFree86@XFree86.org ¤ËÁ÷¤ë¤«¡¢¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32,v 1.1.2.1 1999/06/02 10:43:49 hohndel Exp $ ! ! ! ! ! $XConsortium: Mach32.sgml /main/4 1996/10/28 04:47:43 kaleb $ ! ! ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: »³²¼½ã ! »Ê )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,192 ---- ! Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ë¤Ä¤¤¤Æ¤ÎÃí°Õ½ñ¤­ ! Bryan Feir (jenora@istar.ca) ! 2 July 1997 ! The X Japanese Documentation Project ! 14 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC, BPP ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 3. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC, BPP ! ! Mach32 ÍÑ X ¥µ¡¼¥Ð¤¬´ðËÜŪ¤Ë¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Î¤Ï¡¢8bpp, 80MHz ¤Þ¤Ç¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤¹¡£¸½ºß 15/16bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Î¤Ï¡¢¤¿¤¯¤µ¤ó ! RAMDAC ¤ÎÆâ 3 ¤Ä¤À¤±¤Ç¤¹¡£¤¿¤À¤·¡¢°ìÈ̤ËÉáµÚ¤·¤Æ¤¤¤ë¥«¡¼¥É¤Ï¤À¤¤¤¿¤¤¤³ ! ¤Î3¤Ä¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! RAMDAC ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ BPP ºÇÂç²òÁüÅ٠ɬÍפʥӥǥª RAM ! -------- ------------- --- -------------- ------------------ ! Default 80MHz 8 1280x1024i 2Mb ! Default 80MHz 8 1024x768 1Mb ! ! ATI68875 135MHz 8 1280x1024 2Mb ! ATI68875 80MHz 16 1024x768 2Mb ! ! AT&T20C49x 80MHz 8 1024x768 1Mb ! AT&T20C49x 40MHz 16 800x600 2Mb ! ! BT481 80MHz 8 1024x768 1Mb ! BT481 40MHz 16 800x600 2Mb ! ! RAMDAC ¤Ï Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ë¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó "-probeonly" ¤ò ! ÉÕ¤±¤Æ¼Â¹Ô¤¹¤ë¤ÈÊó¹ð¤µ¤ì¤Þ¤¹¡£¤Þ¤¿¡¢RAMDAC ¤ò XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Ç ! »ØÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! ATI68875 (¤Þ¤¿¤Ï TLC34075)¤Ï¡¢Graphics Ultra + ¤È Graphics Ultra Pro ! ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£Brooktree 481 ¤Ï Graphics Wonder ·Ï¤Î¥«¡¼¥É¤ÎÂçÉôʬ ! ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£AT&T20C491 ¤ÏÁȤßΩ¤Æ¥·¥¹¥Æ¥à¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë OEM ! ¥«¡¼¥É¤Î¿¤¯¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! BT481 ¤È AT&T20C49x ¤Ï 16bpp ¥â¡¼¥É¤Ç¤Ï°Û¤Ê¤ëÀßÄ꤬ɬÍפʤΤǤ¹¤¬¡¢ ! º¤¤Ã¤¿¤³¤È¤Ë BIOS ¤Ë¤è¤ë¸¡½Ð¤Ç¤Ï¡¢Î¾¼Ô¤ÏƱ¤¸¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ ! ¤¹¡£SuperProbe ¤Ïξ¼Ô¤ò¶èÊ̤¹¤ë¤³¤È¤¬¤Ç¤­¡¢¤É¤Á¤é¤ò¸¡½Ð¤·¤¿¤«¥ì¥Ý¡¼¥È ! ¤·¤Þ¤¹¡£¥µ¡¼¥ÐÆâÉô¤Ç¤Ï¡¢BT481 ¤¬¥Ç¥Õ¥©¥ë¥ÈÃͤȤ·¤Æ°·¤ï¤ì¤Þ¤¹¡£¥«¡¼¥É¤Ë ! AT&TC49x RAMDAC ¤¬ºÜ¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë¸å½Ò¤Î Ramdac ! ¥¨¥ó¥È¥ê¤òµ­½Ò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ç¤Ï "Device" ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ë¥ª¥×¥·¥ç¥ó¤¬¤¤¤¯¤Ä ! ¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¥ª¥×¥·¥ç¥ó¤ÏɬÍפ˱þ¤¸¤Æ¼«Æ°¸¡½Ð¤µ¤ì ! ¤Þ¤¹¤¬¡¢¿µ½Å¤ËÀßÄꤷ¤Æ¤ä¤é¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£Î㤨 ! ¤Ð¡¢ "Clocks" ¥¨¥ó¥È¥ê¤ÏºÇ½é¤Ë -probeonly ¥ª¥×¥·¥ç¥ó¤ò¤Ä¤±¤Æ¥µ¡¼¥Ð¤òµ¯ ! Æ°¤·¤¿¸å¤Ëɬ¤ºÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¡¢¤½¤ì°Ê¹ß¤Î X ¥µ¡¼¥Ð¼Â ! ¹Ô»þ¤Ë¸¡½Ð¤ò¤·¤Ê¤¯¤Æ¤¹¤à¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ç¤¹¡£ ! ! Option "composite" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥³¥ó¥Ý¥¸¥Ã¥ÈƱ´ü¿®¹æ¤òɬÍפȤ¹¤ë¥â¥Ë¥¿¤Î¤¿¤á¤Ë¡¢ ! ¥³¥ó¥Ý¥¸¥Ã¥ÈƱ´ü¿®¹æ¤ÎÀßÄê¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! Option "dac_8_bit" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RGB Ãͤ´¤È¤Ë8¥Ó¥Ã¥È¤ò»È¤¨¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ÏÁ´¤Æ¤Î RAMDAC ¤ÇÆ°ºî¤¹¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤ÅÀ¤È¡¢Mach32 ¤½¤Î ! ¤â¤Î¤Ç¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤µ¡Ç½¤À¤È¤µ¤ì¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! Option "ast_mach32" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï AST ÈǤΠMach32 ¥«¡¼¥É(AST ¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤Î¥ª¥ó ! ¥Ü¡¼¥É¤ÇÅëºÜ¤µ¤ì¤Æ¤¤¤ë¤â¤Î)¤ò°·¤¦¤¿¤á¤ÎÆüì¤ÊÀßÄê¤ò¹Ô¤¤¤Þ¤¹¡£¤³ ! ¤Î¥«¡¼¥É¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤¤¤È¥·¥¹¥Æ¥à¤¬¸Ç¤Þ¤Ã¤Æ¤·¤Þ¤¤¤Þ ! ¤¹¡£ ! ! Option "intel_gx" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ë Intel GX Pro ¤¬¥Ï¡¼ ! ¥ÉŪ¤Ë»ý¤Ã¤Æ¤¤¤ëÃͤòÀßÄꤷ¤Þ¤¹¡£¤³¤ì¤Ï Membase ¤ÎÃÍ¤Ë 0x78000000 ! ¤òÀßÄꤹ¤ë¤³¤È¤ÈƱ¤¸¤Ç¤¹¡£ ! ! Option "no_linear" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥Þ¥Ã¥×¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ ! ¤¹¡£¤³¤ì¤Ï¼«Æ°¸¡½Ð¤µ¤»¤ë¤Ù¤­¤Ç¤¹¡£ ! ! Option "sw_cursor" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤Ï¤Ê¤¯¥½¥Õ¥È¥¦¥§¥¢ ! ¥«¡¼¥½¥ë¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! MemBase baseaddress ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤ò»ØÄꤷ¤Þ¤¹¡£Ä̾¥á¥â ! ¥ê¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ï¼«Æ°Åª¤Ë·è¤á¤é¤ì¤Þ¤¹¤¬¡¢°ìÉô¤Î VESA ¥í¡¼¥« ! ¥ë¥Ð¥¹¤Ç¤Ï¡¢¤³¤Î¥¢¥É¥ì¥¹ÁªÂò¤Ï¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤»¤ó¡£Mach32 ÍÑ X ¥µ ! ¡¼¥Ð¤¬ Segmentation fault ¤ÇÍî¤Á¤ë¾ì¹ç¤Ë¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤ò ! ¾¤Î°ÌÃÖ¤ËÊѹ¹¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! Clocks clock ... ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥µ¡¼¥Ð¤¬»È¤¦¥¯¥í¥Ã¥¯¥ì¡¼¥È¤ò»ØÄꤷ¤Þ¤¹¡£ ! ! Ramdac "type" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RAMDAC ¤Î·¿¼°¤ò»ØÄꤷ¤Þ¤¹¡£type ¤È¤·¤Æ¤Ï°Ê²¼¤Î ! Ãͤ¬Í­¸ú¤Ç¤¹: ! ! o ati68830 ! ! o sc11483 ! ! o sc11486 ! ! o sc11488 ! ! o ims_g173 ! ! o mu9c4870 ! ! o ati68875* ! ! o bt885 ! ! o tlc34075* ! ! o bt476 ! ! o bt478 ! ! o inmos176 ! ! o inmos178 ! ! o bt481* ! ! o bt482 ! ! o ims_g174 ! ! o mu9c1880 ! ! o mu9c4910 ! ! o sc15025 ! ! o sc15026 ! ! o att20c490* ! ! o ati68860 ! ! o stg1700 ! ! o sc15021 ! ! o stg1702 ! ! o att21c498 ! ! ¸½»þÅÀ¤Ç¤Ï¡¢¼ÂºÝ¤Ë¸ú²Ì¤¬¤¢¤ë¤Î¤Ï [*] °õ¤¬ÉÕ¤±¤é¤ì¤Æ¤¤¤ë¤â¤Î¤À¤± ! ¤Ç¤¹¡£ ! ! 3. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! ! ¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Mach32 ÍÑ X ¥µ¡¼¥Ð¤Ë¤Ï´ûÃΤÎÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ ! ¤¹¡£¤³¤ì¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! o Á´¤Æ¤Î RAMDAC ¤Ç¥Ï¥¤¥«¥é¡¼ÈÏ°Ï(16bpp ¤È 16bpp)¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë ! ¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢Á´¤Æ¤Î RAMDAC ¤¬¤¦¤Þ¤¯¸¡½Ð¤Ç¤­¤ë¤ï¤±¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¼ÂºÝ¡¢Àè¤Ëµó¤²¤¿ RAMDAC ¤ÎÁªÂò»è¤Î¤¦¤Á¤Û¤È¤ó¤É¤Î¤â¤Î ! ¤Ï¡¢¹â¤¹¤®¤ë¥Ï¥¤¥«¥é¡¼¥â¡¼¥É(16bpp ¤È 24bpp)¤òÀ©¸Â¤¹¤ë°Ê³°¤Ë¤ÏÌò¤Ë ! Ω¤Á¤Þ¤»¤ó¡£ ! ! o 16¥Ó¥Ã¥Èʸ»ú(Îã: Ãæ¹ñ¸ì¤äÆüËܸì¤Îʸ»ú½¸¹ç)¤Î¥µ¥Ý¡¼¥È¤Ë´Ø¤·¤Æ¤Ï¡¢Ê¸ ! »ú¤Î°ìÉô¤¬·ç¤±¤Æ¤·¤Þ¤¦¤³¤È¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂ꤬½¤Àµ¤µ¤ì¤¿¤È ! ¤·¤Æ¤â¡¢¤â¤·È¯À¸¤¹¤ë¤Ê¤é Option "no_linear" ÉÕ¤­¤Ç¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¤Æ ! ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ð¥°Êó¹ð¤Ï XFree86@XFree86.org ¤ËÁ÷¤ë¤«¡¢¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach32,v 1.1.2.2 1999/11/26 15:23:01 hohndel Exp $ ! ! $XConsortium: Mach32.sgml /main/4 1996/10/28 04:47:43 kaleb $ ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: »³²¼½ã ! »Ê )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64:3.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64:3.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64:3.1.2.1 Wed Jun 2 17:50:39 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64 Sat Nov 27 02:23:01 1999 *************** *** 1,528 **** ! Mach64 ÍÑ X ¥µ¡¼¥Ð¸þ¤±¥ê¥ê¡¼¥¹¥Î¡¼¥È ! Kevin E. Martin (martin@cs.unc.edu) ! 27 October 1998 ! The X Japanese Documentation Project ! 15 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC¡¢¥Ô¥¯¥»¥ëÅö¤ê¤Î¥Ó¥Ã¥È¿ô ! 2. Mach64 ÍÑ X ¥µ¡¼¥Ð¤ÎºÇŬ²½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë²þÎÉÅÀ ! 5. ¤³¤Î¥ê¥ê¡¼¥¹¤ÇÆ°ºî¤¹¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¥«¡¼¥É ! 6. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC¡¢¥Ô¥¯¥»¥ëÅö¤ê¤Î¥Ó¥Ã¥È¿ô ! ! Mach64 X ¥µ¡¼¥Ð¤Ï¡¢Mach64 ¥Ù¡¼¥¹¤Î¥«¡¼¥ÉÁ´¤Æ¤Ë¤ª¤¤¤Æ 80MHz ¤Þ¤Ç¤Î¥É¥Ã ! ¥È¥¯¥í¥Ã¥¯¤Ç 8bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤Ç¤Ï¤â¤Ã¤È¹â¤¤¥É¥Ã ! ¥È¥¯¥í¥Ã¥¯¤È¾¤Î¿§¤Î¿¼¤µ¤ò»ÈÍѲÄǽ¤Ç¤¹(²¼¤Îɽ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)¡£¤³¤Î ! ¥µ¥Ý¡¼¥È¤ò·è¤á¤ë¤Î¤Ï¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤Ç¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! RAMDAC ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ BPP ºÇÂç²òÁüÅ٠ɬÍפʥӥǥª RAM ! -------- ------------- --- -------------- ------------------ ! ATI68860 135MHz 8 1280x1024 2Mb ! ATI68860 135MHz 16 1280x1024 4Mb ! ATI68860 80MHz 32 1024x768 4Mb ! ! ATI68875 80MHz 32 1024x768 4Mb ! ! CH8398 135MHz 8 1280x1024 2Mb ! CH8398 80MHz 16 1024x768 2Mb ! CH8398 40MHz 32 800x600 2Mb ! ! STG1702 135MHz 8 1280x1024 2Mb ! STG1702 80MHz 16 1024x768 2Mb ! STG1702 50MHz 32 800x600 2Mb ! ! STG1703 135MHz 8 1280x1024 2Mb ! STG1703 80MHz 16 1024x768 2Mb ! STG1703 50MHz 32 800x600 2Mb ! ! AT&T20C408 135MHz 8 1280x1024 2Mb ! AT&T20C408 80MHz 16 1024x768 2Mb ! AT&T20C408 40MHz 32 800x600 2Mb ! ! 3D Rage II 170MHz 8 1600x1200 4Mb ! 3D Rage II 170MHz 16 1600x1200 4Mb ! 3D Rage II 170MHz 32 1024x768 4Mb ! ! 3D Rage II+DVD 200MHz 8 1600x1200 4Mb ! 3D Rage II+DVD 200MHz 16 1600x1200 4Mb ! 3D Rage II+DVD 200MHz 32 1024x768 4Mb ! ! Rage Pro 230MHz 8 1600x1200 8Mb ! Rage Pro 230MHz 16 1600x1200 8Mb ! Rage Pro 230MHz 32 1600x1200 8Mb ! ! Internal 135MHz 8 1280x1024 2Mb ! Internal 80MHz 16 1024x768 2Mb ! Internal 40MHz 32 800x600 2Mb ! ! IBM RGB514 220MHz 8 1600x1200 2Mb ! IBM RGB514 220MHz 16 1600x1200 4Mb ! IBM RGB514 135MHz 32 1024x768 4Mb ! ! ¾¤Î¤â¤ÎÁ´¤Æ[*] 80MHz 8 1280x1024 2Mb ! ! ! [*] - ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 80MHz ¤ËÀ©¸Â¤µ¤ì¡¢bpp ¤Ï 8 ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¾åµ­¤Îɽ¤ÏºÇÂç²òÁüÅ٤Ȥ½¤ÎºÇÂç²òÁüÅÙ¤ò»È¤¦¤Î¤ËɬÍפʥӥǥª¥á¥â¥ê¤ò¼¨¤· ! ¤Æ¤¤¤Þ¤¹¡£¤è¤ê¾®¤µ¤¤²òÁüÅ٤ˤϤè¤ê¾¯¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¤ÇÂç¾æÉפǤ¹¡£ ! ! "-probeonly" ¥³¥Þ¥ó¥É¹Ô¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ Mach64 ÍÑ X ¥µ¡¼¥Ð¤ò¼Â¹Ô¤¹¤ë ! ¤È¡¢RAMDAC ¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£É½¼¨¤µ¤ì¤¿ RAMDAC ¤Ï¡¢Á´¤Æ¤Î Mach64 ¥«¡¼¥É ! ¤Ë¤Ä¤¤¤ÆÀµ¤·¤¤¤Ï¤º¤Ç¤¹¡£RAMDAC ¤Ï XF86Config ¤Ç»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹ ! ¤¬¡¢probeonly ¤Î·ë²Ì¤¬Àµ¤·¤¯¤Ê¤¤¸Â¤ê»ØÄꤷ¤Ê¤¤¤³¤È¤ò¤ª´«¤á¤·¤Þ ! ¤¹¡£XF86Config ¤Ë RAMDAC ¤ò»ØÄꤹ¤ëÁ°¤Ë¤Ï¡¢Mach64 ¥«¡¼¥É¤òÌܤǸ«¤Æ¤É¤ó ! ¤ÊRAMDAC ¤¬ÅëºÜ¤µ¤ì¤Æ¤¤¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£probeonly ¤Î½ÐÎÏ·ë²Ì¤Î ! RAMDAC ¤È¥Ü¡¼¥È¾å¤Î¥Á¥Ã¥×¤¬Á´¤¯°ã¤¦¾ì¹ç¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤ÇRAMCAD ! ¤ò»ØÄê ¤·¤Æ¤¤¤Ê¤¤¤«¤É¤¦¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£»ØÄꤷ¤Æ¤¤¤¿¤Ê¤é¤Ð¡¢ RAMDAC ! ¤Î¹Ô¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤·¤Æ¤«¤é¤â¤¦°ìÅÙ "-probeonly" ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ ! Mach64 X ¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ç¤â¤Þ¤À´Ö°ã¤Ã¤¿ RAMDAC ¤òÊó¹ð ! ¤¹¤ë¾ì¹ç¤Ï¡¢XFree86@XFree86.Org ¤Ë¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! Ä̾ATI68860 RAMDAC ¤Ï ATI Graphics Pro Turbo ¤È ATI WinTurbo ¥«¡¼¥É ! ¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£IBM RGB514 RAMDAC ¤Ï ATI Graphics Pro Turbo 1600 ! ¥«¡¼¥É¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°ìÈÌ¤Ë ATI Graphics Xpression, ATI Video ! Xpression, ATI 3d Xpression ¥«¡¼¥É¤Ë¤Ï¾¤Î RAMDAC ¤¬ÅëºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! Mach64 CT, ET, VT, VT3, VT4, LT, GT (3D Rage), 3D Rage II, 3D Rage ! IIC, 3D Rage II+DVD, Rage Pro, Rage LT Pro ¥Á¥Ã¥×¤Ë¤Ï "Æâ¢" RAMDAC ¤¬ ! ¤¢¤ê¤Þ¤¹(¤Ä¤Þ¤ê Mach64 ¥Á¥Ã¥×¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹)¡£ ! ! ÀëÅÁʸ¶ç¤Ë¤¢¤ë¤è¤¦¤Ë¡¢Mach64 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤ÏÆÃÊÌ¤Ê 24bpp ¥â¡¼¥É ! (packed ¥Ô¥¯¥»¥ë¥â¡¼¥É)¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤ë¤Î¤Ç¤¹¤¬¡¢¸½ºß¤Ï Mach64 ÍÑ X ! ¥µ¡¼¥Ð¤Ï¤³¤Îµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¼¡¤Î¥á¥¸¥ã¡¼¥ê¥ê¡¼¥¹¤Ç¤ÏÄɲäµ ! ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! Mach64 ÍÑ X ¥µ¡¼¥Ð¤ò¤¦¤Þ¤¯µ¡Ç½¤µ¤»¤ë¤¿¤á¤Ë¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤¬É¬ ! ÍפǤ¹¡£¤Ä¤Þ¤ê¡¢¥á¥¤¥ó¥á¥â¥ê¤ò 12MB °Ê¾åÀѤó¤À¥Þ¥·¥ó¤Ç¤Ï ISA ¤Î Mach64 ! ¥«¡¼¥É¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£PCI ¥Ù¡¼¥¹¤ä VLB ¥Ù¡¼¥¹¤Î Mach64 ¥«¡¼¥É¤Ç¤¢¤ì ! ¤Ð¡¢¤¤¤¯¤é¥á¥â¥ê¤òÀѤó¤Ç¤¤¤Æ¤â Mach64 ÍÑ X ¥µ¡¼¥Ð¤ÏÆ°ºî¤·¤Þ¤¹¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ï VT, VT3, VT4, LT, GT, ! Rage II, Rage IIC, Rage II+DVD, Rage Pro, Rage LT Pro ¥Ù¡¼¥¹¤Î Mach64 ! ¥«¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òºÜ¤»¤¿ Mach64 ¥«¡¼¥É ! ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Î¤¿¤á¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â ! ¡¼¥É¤ò»ÈÍѤǤ­¤Þ¤»¤ó¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤·¤Î¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ê ! ¤é¡¢ SVGA X ¥µ¡¼¥Ð¤Î ATI ¥É¥é¥¤¥Ð¤ò»È¤¨¤Ð¡¢¤É¤ó¤Ê Mach64 ¥«¡¼¥É¤Ç¤âÆ° ! ºî¤·¤Þ¤¹¡£ ! ! ! 2. Mach64 ÍÑ X ¥µ¡¼¥Ð¤ÎºÇŬ²½ ! ! Mach64 ÍÑ X ¥µ¡¼¥Ð¤Î®ÅÙ¤òºÇÂç¸Â¤Ë½Ð¤¹¤¿¤á¤Ë¤Ï¡¢°Ê²¼¤ÎºÇÂç²òÁüÅ٤˽¾¤¦ ! ¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥Õ¥©¥ó¥È¤È¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã¥·¥å¤ä¥Ï¡¼ ! ¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Îʬ¤Î;͵¤ò¸«±Û¤·¤¿¿ôÃͤǤ¹¡£ ! ! ! ºÇÂç²òÁüÅÙ BPP ¥Ó¥Ç¥ª RAM ! -------------- --- --------- ! 1600x1200 8 8Mb ! 1600x1200 16 8Mb ! 1280x1024 32 8Mb ! ! 1280x1024 8 4Mb ! 1280x1024 16 4Mb ! 1024x767 32 4Mb ! ! 1280x1024 8 2Mb ! 1024x767 16 2Mb ! 800x600[*] 32 2Mb ! ! 1024x767 8 1Mb ! 800x600[*] 16 1Mb ! ! ! ! [*] - 2M ¥Ð¥¤¥È¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤ª¤¤¤Æ¥Õ¥©¥ó¥È¤È¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã ! ¥·¥å¤ò»È¤¦Í£°ì¤ÎÊýË¡¤Ï¡¢ 640x480 ¥â¡¼¥É¤Ë¤ª¤¤¤Æ 1024x480 ¤Î²¾ÁÛ²òÁüÅÙ ! ¤ò»È¤¦¤³¤È¤Ç¤¹¡£¥­¥ã¥Ã¥·¥å¤«¤éÆÀ¤é¤ì¤ë®ÅÙ¤òµ¾À·¤Ë¤·¤Æ¤â¡¢¥¹¥¯¥ê¡¼¥ó¤ò ! ¤Ç¤­¤ë¤À¤±¹­¤¯¤¹¤ë¤¿¤á¤Ë 800x600 ¤ò»È¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ 16bpp ¥â¡¼ ! ¥É¤ÇÆ°ºî¤¹¤ë 1MB ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤âƱ¤¸¤³¤È¤¬¸À¤¨¤Þ¤¹¡£ 1M ¥Ð¥¤ ! ¥È¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤Ç¤Ï 32bpp ¥â¡¼¥É¤Ç¤ÎÆ°ºî¤Ï¤Ç¤­¤Ê¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ¾åµ­¤ÎÀßÄê¤ò´«¤á¤ëµ»½ÑŪ¤ÊÍýͳ¤ò½Ò¤Ù¤Æ¤ª¤­¤Þ¤¹: Mach64 X ¥µ¡¼¥Ð¤Ç¤Ï¡¢ ! ²èÌ̤ÎÉý¤¬ 1024 °Ê¾å¤Î»þ¤Ë¤Î¤ß¥Õ¥©¥ó¥È¤È¥Ô¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤¬Í­¸ú¤Ë ! ¤Ê¤ê¤Þ¤¹¡£¤³¤ÎÀ©¸Â¤Ï¾­Íè¤Î¥Ð¡¼¥¸¥ç¥ó¤Î X ¥µ¡¼¥Ð¤Ç¤Ï̵¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÀ­Ç½¤òºÇÂç¸Â¤Ë°ú¤­½Ð¤¹¤Ë¤Ï¡¢¥­¥ã¥Ã¥·¥åÍѤÎÈóɽ¼¨Îΰè¤ò½¼ ! ʬ¤Ë(ºÇÄã 1024x256)³ÎÊݤ¹¤ë¤³¤È¤¬É¬ÍפǤ¹¡£¥­¥ã¥Ã¥·¥å¤Ë²Ã¤¨¤Æ¡¢Mach64 ! ¤Ï¥á¥â¥ê¥Þ¥Ã¥×¥È¥ì¥¸¥¹¥¿¤ò»È¤¤¤Þ¤¹¡£¤³¤Î¥ì¥¸¥¹¥¿¤Ï¡¢¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤Î ! ºÇ¸å¤Î 1024 ¥Ð¥¤¥È¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢¤µ¤é¤Ë 1 ¹Ô¤Ö¤ó¤Î¥Ó ! ¥Ç¥ª¥á¥â¥ê¤¬¼è¤é¤ì¤Þ¤¹¡£¤½¤Î·ë²Ì¡¢¾¯¤Ê¤¯¤È¤â 1024x257 ¤Î¥Ó¥Ç¥ª¥á¥â¥êÎÎ ! °è¤¬É¬Íפˤʤê¤Þ¤¹¡£ ! ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! Mach64 X ¥µ¡¼¥ÐÍѤΥª¥×¥·¥ç¥ó¤¬¤¤¤¯¤Ä¤« "Device" ¥»¥¯¥·¥ç¥ó¤Ç¥µ¥Ý¡¼¥È ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢Mach64 X ¥µ¡¼¥Ð¤Ï BIOS ¤«¤é¤Î¾ðÊó¤Ç ! RAMDAC ¤Î ·¿¤òǧ¼±¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Î RAMDAC ¤Î·¿¤ËÂФ·¤Æ¾å½ñ¤­»ØÄê¤ò ! ¹Ô¤¦¾ì¹ç¤Ï(BIOS ¤¬´Ö°ã¤Ã¤¿ RAMDAC ¤ÎÊó¹ð¤ò¤·¤Ê¤¤¸Â¤ê¤Ï¤ª´«¤á¤·¤Þ¤»¤ó ! ¤¬)¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Ramdac" ¤Î¹àÌÜ¤Ë RAMDAC ¤Î·¿¤ò»ØÄꤹ¤ë¤³¤È ! ¤¬¤Ç¤­¤Þ¤¹¡£RAMDAC ¤ÈƱÍͤ˥¯¥í¥Ã¥¯¤Ë¤Ä¤¤¤Æ¤â¡¢BIOS ¤«¤éÆɤ߽Ф·¤¿¥¯ ! ¥í¥Ã¥¯¥Á¥Ã¥×¤Ë´ð¤Å¤¤¤Æ¥×¥í¥°¥é¥à¤¬¹Ô¤ï¤ì¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Î¥¯¥í¥Ã¥¯¥Á¥Ã ! ¥×¤Î·¿¤ò¾å½ñ¤­»ØÄꤷ¤¿¤¤¾ì¹ç¤Ï(BIOS ¤¬´Ö°ã¤Ã¤¿¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ÎÊó¹ð¤ò¤· ! ¤Ê¤¤¸Â¤ê¤ª´«¤á¤·¤Þ¤»¤ó¤¬)¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "ClockChip" ¤Î¹àÌÜ¤Ë ! ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î·¿¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢Í½¤á¥×¥í¥°¥é¥à¤µ¤ì ! ¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ï¡¢ "no_program_clocks" ¥ª¥×¥·¥ç¥ó¤ò»ØÄê ! ¤·¤Æ¥¯¥í¥Ã¥¯¤ò¥×¥í¥°¥é¥à¤¹¤ë¤³¤È¤ò»ß¤á¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì ! ¹ç¡¢Mach64 X ¥µ¡¼¥Ð¤Ï BIOS ¤«¤é Clocks ¤ÎÃͤòÆɤ߹þ¤ß¤Þ ! ¤¹¡£"no_bios_clocks" ¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Ê¤¤¸Â¤ê¡¢Ä̾ï¤Ï XF86Config ! ¥Õ¥¡¥¤¥ë¤Î "Clocks" ¹Ô¤Ï̵»ë¤µ¤ì¤Þ¤¹¡£¿·¤·¤¤ Mach64 ¥«¡¼¥É(CT, ET, VT, ! GT, 3D Rage II, 3D Rage II+DVD, Rage Pro)¤Ë¤ª¤¤¤Æ¤Ï¡¢"Ramdac", ! "ClockChip", "Clocks" ¹Ô¤Ï̵°ÕÌ£¤Ç¤¢¤ê¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ëµ­½Ò¤¹¤Ù ! ¤­¤Ç̵¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤Ï¤Ê¤¯¡¢¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¨¤ë¤è¤¦¤Ë ! ¤·¤Þ¤¹¡£ ! ! Option "hw_cursor" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢ ! ¥«¡¼¥½¥ë¤¬¥Ç¥Õ¥©¥ë¥È¤Ç»ÈÍѤµ¤ì¤ë¤Î¤Ç¡¢"sw_cursor" ¥ª¥×¥·¥ç¥ó¤¬»Ø ! Äꤵ¤ì¤Æ¤¤¤ë¾ì¹ç°Ê³°¤Ë¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏɬÍפ¬¤Ê¤¤¤Ï¤º¤Ç¤¹¡£ ! ! Option "composite" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥³¥ó¥Ý¥¸¥Ã¥ÈƱ´ü¤¬É¬Íפʥâ¥Ë¥¿¤ËÂФ·¡¢¥³¥ó¥Ý¥¸¥Ã ! ¥ÈƱ´ü½ÐÎϤÎÀßÄê¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! Option "dac_8_bit" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RGB Ãͤ´¤È¤Ë 8 ¥Ó¥Ã¥È¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ ! ¤¹¡£Chrontel 8398 RAMDAC ¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Æ°ºî¤·¤Ê¤¤¤³¤È¤ËÃí ! °Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ Chrontel 8398 RAMDAC ¤ò»È¤Ã¤Æ¤¤¤ë¥«¡¼¥É¤ò½ü¤¯ ! ¤È¡¢Á´¤Æ¤Î Mach64 ¥«¡¼¥É¤ËÂФ·¤Æ RGB Ãͤ´¤È¤Ë 8 ¥Ó¥Ã¥È»È¤¦¤Î¤¬¥Ç ! ¥Õ¥©¥ë¥È¤Ê¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏɬÍפǤϤ¢¤ê¤Þ¤»¤ó¡£ ! ! Option "dac_6_bit" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RGB Ãͤ´¤È¤Ë 6 ¥Ó¥Ã¥È¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Option "override_bios" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤Î BIOS ¤¬ÉÔÀµ¤È¹Í¤¨¤ë¥Ó¥Ç¥ª¥â¡¼¥É ! ¤ò»ØÄê¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£°ìÉô¤Î BIOS ¤Ç¤ÏºÇÂç²òÁüÅÙ¤ä¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤ÎÀ©¸Â¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¤Î¤Ç¤¹¡£¤¿¤À¤·¡¢¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ò»È¤¦¤È¤­¤Ë¤ÏÆÃÊ̤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥É¤ä¥â¥Ë¥¿¤òÄˤá¤ë¤è ! ¤¦¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ ! ! Option "no_block_write" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ö¥í¥Ã¥¯½ñ¤­¹þ¤ß¥â¡¼¥É¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ö¥í¥Ã¥¯½ñ ! ¤­¹þ¤ß¥â¡¼¥É¤ÏÆÃÄê¤Î VRAM ¥«¡¼¥É¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤Ï DRAM ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤Ï̵¸ú¤Ç¤¹¡£xmag ¤Ç¼è¤ê¹þ¤ó¤À²èÌ̤˥Π! ¥¤¥º¤¬É½¼¨¤µ¤ì¤¿¾ì¹ç¤Ë¤Ï¡¢¥Ö¥í¥Ã¥¯½ñ¤­¹þ¤ß¥â¡¼¥É¤ò̵¸ú¤Ë¤¹¤Ù¤­¤Ê ! ¤Î¤ËÍ­¸ú¤Ë¤·¤Æ¤¤¤ë¤È¤¤¤Ã¤¿ÌäÂ꤬¹Í¤¨¤é¤ì¤Þ¤¹¡£¤³¤Î "¥Î¥¤¥º" ¤ÏÄÌ ! ¾ï¡¢¥¦¥£¥ó¥É¥¦¤ä¥á¥Ë¥å¡¼¤Î¥Ó¥Ã¥È¤¬¥¹¥¯¥ê¡¼¥ó¾å¤Ç·«¤êÊÖ¤µ¤ì¤ë¤è¤¦ ! ¤Ë¸½¤ï¤ì¤Þ¤¹¡£ ! ! ! Option "block_write" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ö¥í¥Ã¥¯½ñ¤­¹þ¤ß¥â¡¼¥É¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¥Ö¥í¥Ã¥¯½ñ ! ¤­¹þ¤ß¥â¡¼¥É¤ÏÆÃÄê¤Î VRAM ¤Î¥«¡¼¥É¤Ç¤Î¤ßÆ°ºî¤·¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! DRAM ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤Ï̵¸ú¤Ç¤¹¡£¼«Æ°¸¡½Ð¤Ë¤è¤Ã¤Æ·è¤á¤é¤ì¤ë¥Ç ! ¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹¡£¤³¤Î»ØÄê¤ò¹Ô¤¦¤È¡¢²èÌ̤ˡ֥Υ¤¥º¡×¤¬¸½¤ï¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ ! ¤¹¡£ ! ! Option "power_saver" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¤òÍ­¸ú¤Ë¤¹¤ë»þ²èÌ̤ò ! °Å¤¯¤¹¤ëÂå¤ï¤ê¤Ë¡¢¥µ¡¼¥Ð¤ÏÆÃÄê¤Î¡Ö´Ä¶­¡×¥â¥Ë¥¿¤Î¾ÊÅÅÎϵ¡Ç½¤ò»È¤¦ ! ¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̤¤À¼Â¸³Ãæ¤Ç¤¹¡£ ! ! Option "no_program_clocks" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥¯¥í¥Ã¥¯¥×¥í¥°¥é¥ß¥ó¥°¤ò̵¸ú¤Ë¤Ç¤­¤Þ¤¹¡£ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Ê¤¤¤È¡¢Ä̾ï Mach64 ¥µ¡¼¥Ð¤Ï¥¯¥í¥Ã¥¯¥Á¥Ã ! ¥×¤Î·¿¤Ë´ð¤Å¤¤¤Æ¥¯¥í¥Ã¥¯¤ò¥×¥í¥°¥é¥à¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄê ! ¤¹¤ë¤È¡¢¥¯¥í¥Ã¥¯¤òBIOS ¤«¤éÆɤ߽Ф¹¤«¡¢("no_bios_clocks" ¤ÎÀßÄê ! »þ¤Ë) Clocks ¹Ô¤ÎÃͤòÀßÄꤷ¤Þ¤¹¡£ ! ! Option "no_bios_clocks" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤Î BIOS ¤«¤éÆɤ߽Ф·¤¿¥¯ ! ¥í¥Ã¥¯¤ò¾å½ñ¤­¤·¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Clocks ¹Ô¤Ç»ØÄꤷ¤¿¥¯ ! ¥í¥Ã¥¯Ãͤò»È¤¤¤Þ¤¹¡£"no_program_clocks" ¥ª¥×¥·¥ç¥ó(Á°½Ò)¤ò»ØÄꤷ ! ¤Ê¤¤¸Â¤ê¡¢Mach64 ¥µ¡¼¥Ð¤ÏÄ̾ BIOS ¤Î¥¯¥í¥Ã¥¯ÃÍ¤È Clocks ¹Ô¤Ç ! »ØÄꤵ¤ì¤¿¥¯¥í¥Ã¥¯Ãͤò̵»ë¤·¤Þ¤¹¡£ ! ! Option "no_font_cache" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Õ¥©¥ó¥È¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç ! ¤Ï¡¢¿åÊ¿²òÁüÅÙ¤¬ 1024 ¥Ô¥¯¥»¥ë°Ê¾å¡¢¤«¤Äɽ¼¨¤Ë»È¤ï¤Ê¤¤¥Ó¥Ç¥ª¥á¥â ! ¥ê¤¬½½Ê¬¤Ë¤¢¤Ã¤Æ¥­¥ã¥Ã¥·¥å¤òÊÝ»ý¤Ç¤­¤ë¾ì¹ç¤ËÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Option "no_pixmap_cache" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ô¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ¤Ç¤Ï¿åÊ¿²òÁüÅÙ¤¬ 1024 ¥Ô¥¯¥»¥ë¤«°Ê¾å¡¢¤«¤Äɽ¼¨¤Ë»È¤ï¤Ê¤¤¥Ó¥Ç¥ª¥á ! ¥â¥ê¤¬½½Ê¬¤Ë¤¢¤Ã¤Æ¥­¥ã¥Ã¥·¥å¤òÊÝ»ý¤Ç¤­¤ë¾ì¹ç¤ËÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Option "fifo_conservative" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢É½¼¨ FIFO Ãͤò°ÂÁ´Â¦¤ÎÃͤˤ·¤Þ¤¹¡£É½¼¨¤ËÀã¤Î¤è ! ¤¦¤Ê¥Î¥¤¥º¤ä½Ä¼Ê¤¬¸½¤ï¤ì¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÄɲä·¡¢ÌäÂê ! ¤¬²ò·è¤¹¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! MemBase baseaddress ! ¤³¤ÎÀßÄê¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤Î¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹»ØÄê¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ¤Ç¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹¤Ï¼«Æ°Åª¤Ë¹Ô¤ï¤ì¤ë¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤ò»È¤¦É¬ÍפÏÆäˤ¢¤ê¤Þ¤»¤ó¡£Mach64 X ¥µ¡¼¥Ð¤¬ Segmentation Fault ! ¤Ç»ß¤Þ¤ë¾ì¹ç¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹¤¬Àµ¤·¤¯·è¤á¤é¤ì¤Æ¤¤¤Ê¤¤¤«¤â ! ¤·¤ì¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ë¤¿¤á¤Ë¡¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹¤ò¾¤Î ! ¾ì½ê¤ËÊѤ¨¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! ClockChip "type" ! ¤³¤Î¹àÌܤǤϥ¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î·¿¤ò»ØÄꤷ¤Þ¤¹¡£ type ¤È¤·¤ÆÍ­¸ú¤ÊÃÍ ! ¤Ï°Ê²¼¤Î¤â¤Î¤Ç¤¹: ! ! o ati18818 ! ! o att20c408 ! ! o ch8398 ! ! o ibm_rgb514 ! ! o ics2595 ! ! o stg1703 ! ! Ramdac "type" ! ¤³¤Î¹àÌÜ¤Ç¤Ï RAMDAC ¤Î·¿¤ò»ØÄꤷ¤Þ¤¹¡£ type ¤È¤·¤ÆÍ­¸ú¤ÊÃͤϰʲ¼ ! ¤Î¤â¤Î¤Ç¤¹: ! ! o ati68860 ! ! o ati68860b ! ! o ati68860c ! ! o ati68875 ! ! o att20c408 ! ! o ch8398 ! ! o ibm_rgb514 ! ! o internal ! ! o stg1702 ! ! o stg1703 ! ! o tlc34075 ! ! DacSpeed "MHz" ! ¤³¤Î¹àÌܤò»È¤¦¤È¡¢ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤¹¤ë¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¤³¤Î¾å¤Ê¤¯¿µ½Å¤Ë»È¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£MHz ÃͤËÂ礭¤¹¤®¤ëÃͤò»ØÄꤹ¤ë¤È¡¢¥«¡¼¥É¤ò²õ¤·¤Æ¤·¤Þ¤¦¤³¤È¤¬ ! ¤¢¤ê¤Þ¤¹¡£ ! ! ! 4. ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë²þÎÉÅÀ ! ! ¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¡¢°Ê²¼¤Î²þÎɤ¬¹Ô¤ï¤ì¤Þ¤·¤¿: ! ! o ¸½ºß¤¢¤ë Mach64 ¥Á¥Ã¥×Á´¤Æ¤òŬÀڤ˼±Ê̤¹¤ëµ¡Ç½ ! ! o VT4 ¤È Rage IIC ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ø¤ÎÂбþ ! ! o ¥Ó¥Ç¥ª FIFO ¤Î¥¿¥¤¥ß¥ó¥°·×»»¤Î²þÎÉ ! ! o ¥Õ¥©¥ó¥È½èÍýÉôʬ¤Ë¤ª¤±¤ë¥¿¥¤¥ß¥ó¥°´Ø·¸¤Î¥Ð¥°¤Î½¤Àµ ! ! o X ¥µ¡¼¥Ð½ªÎ»»þ¤Î VGA ¥Õ¥©¥ó¥ÈÉü¸µ¤Ë´Ø¤¹¤ë¥Ð¥°¤Î½¤Àµ ! ! ! 5. ¤³¤Î¥ê¥ê¡¼¥¹¤ÇÆ°ºî¤¹¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¥«¡¼¥É ! ! ¤³¤Î¥ê¥ê¡¼¥¹¤Ç¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¥«¡¼¥É¤Î°ìÍ÷¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹¡£ All-In- ! Wonder, All-In-Wonder Pro ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ä Mach64, 3D Rage II, Rage ! Pro ¤¬¥ª¥ó¥Ü¡¼¥É¤ÇºÜ¤Ã¤Æ¤¤¤ë¥Þ¥¶¡¼¥Ü¡¼¥É¤ò´Þ¤á¡¢Â¾¤Ë¤âÆ°ºî¤¹¤ë¥«¡¼¥É¤Ï ! ¤¿¤¯¤µ¤ó¤¢¤ë¤Ï¤º¤Ç¤¹¡£Æ°ºî¤·¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤¿¿·¤·¤¤¥«¡¼¥É¤¬¤¢¤ì¤Ð¡¢¸å ! ½Ò¤Î¡Ö´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ¡×¤Î¥»¥¯¥·¥ç¥ó¤ò¸æÍ÷¤¯¤À¤µ¤¤¡£ ! ! ! ! ! ! ! ! ! ! ! ! ATI Xpert@Play 98 4MB 3D Rage Pro (AGP) ! ATI Xpert 98 4MB 3D Rage Pro (PCI) ! ATI Xpert XL 4MB 3D Rage Pro (AGP) ! ATI Rage IIC 4MB 3D Rage IIC (AGP) ! ATI Xpert@Play 8MB 3D Rage Pro (AGP/PCI) ! ATI Xpert@Work 2MB 3D Rage Pro (PCI) ! ATI Pro Turbo+PC2TV 4MB 3D Rage II+DVD (rev 154) ! ATI 3D Xpression+ 4MB 3D Rage II (GT-B, SGRAM, rev 65) ! ATI 3D Xpression+ 2MB 3D Rage II (GT-B, SDRAM, rev 65) ! ATI 3D Xpression 2MB 3D Rage (GT-A, rev 72) ! ATI Video Xpression+ 2MB Mach64 VT-A3 (rev 8) ! ATI Video Xpression 2MB Mach64 VT-A4 (rev 72) ! ATI Graphics Xpression 2MB Mach64 CT (rev 9) ! ATI Graphics Xpression 2MB Mach64 CT-C (rev 65) ! ATI Graphics Xpression 2MB Mach64 CT-D (rev 10) ! ATI Graphics Xpression 2MB Mach64 GX (rev 1) with Chrontel8398 RAMDAC ! ATI Graphics Pro Turbo 2MB Mach64 GX (rev 0) with 68860-B RAMDAC ! ATI Graphics Pro Turbo 2MB Mach64 CX (rev 1) with AT&T20C408 RAMDAC ! ATI WinTurbo 2MB Mach64 GX (rev 1) with 68860-C RAMDAC ! ! ! ! ! 6. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! ! ¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Mach64 ÍÑ X ¥µ¡¼¥Ð¤Ë¤Ï´ûÃΤÎÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ ! ¤¹¡£¤³¤ì¤ò°Ê²¼¤Ëµó¤²¤Þ¤¹: ! ! ! o ¥Î¡¼¥È PC ¤Ë¤è¤¯ÅëºÜ¤µ¤ì¤Æ¤¤¤ë ATI Rage LT Pro ¥Á¥Ã¥×¤Ï¸½ºß¥µ¥Ý¡¼¥È ! ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¥Á¥Ã¥×¤Ï¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! o ¥¬¥ó¥ÞÊäÀµ¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¥µ¥Ý¡¼¥È ! ¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! o °ìÉô¤Î Mach64 CT ¥«¡¼¥É¤Ç¤Ï¡¢16bpp ¤È 32bpp ¥â¡¼¥É¤Ç²èÌÌ¥Ö¥é¥ó¥¯¤¬ ! Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! o ¥À¥Ö¥ë¥­¥ã¥ó¥â¡¼¥É¤Ç¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¾åȾʬ¤·¤«É½¼¨¤µ¤ì¤Þ ! ¤»¤ó¡£Â¾¤ÎÁ´¤Æ¤Î¥â¡¼¥É¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ï¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£ ! ! o ÆÃÄê¤Î¥«¡¼¥É(VT-A3 ¤È CT-D) ¤Ç¤Ï¡¢¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò¹â¤¯¤¹¤ë¤È ! 32bpp ¥â¡¼¥É¤Ç¥Î¥¤¥º¤¬ÌäÂê¤Ë¤Ê¤ê¤Þ¤¹¡£Ä̾ï¤Ï¤³¤ÎÌäÂ꤬µ¯¤³¤ë¤Î¤Ï¥ê ! ¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤¬ 85Hz °Ê¾å¤Î»þ¤À¤±¤Ê¤Î¤Ç¡¢¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤òÄã ! ¤¯¤¹¤ì¤Ð(Îã: 72Hz ¤ä75Hz)ÌäÂê¤ò²ò·è¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o ¥á¥¤¥ó¥á¥â¥ê¤ò 12MB °Ê¾åÀѤó¤Ç¤¤¤ë¤È¡¢ISA ¥«¡¼¥É¤Ç¤Ï¥µ¡¼¥Ð¤¬Æ°ºî¤· ! ¤Þ¤»¤ó¡£¤³¤ì¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤¬É¬Íפʤ¿¤á¤Ç¤¹¡£¤³¤ì¤ò²ò·è¤¹ ! ¤ë¤Î¤ÏÂçÊѤǤ¹¡£ ! ! ÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤é¡¢ÍøÍѲÄǽ¤ÊºÇ¿·¥Ð¡¼¥¸¥ç¥ó(¥Ù¡¼¥¿ÈǤâ´Þ¤à)¤ò»È¤Ã¤Æ¤¤¤ë ! ¤³¤È¤òºÇ½é¤Ë³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ATI ¤Ï¿·¤·¤¤¥«¡¼¥É¤òǯÃ椤¤Ä¤âȯɽ¤·¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¿·¤·¤¤¥«¡¼¥É¤½¤ì¤¾¤ì¤ËÂФ·¤Æ¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë¿·¤·¤¤ ! Mach64 ¥Á¥Ã¥×¤ä RAMDAC, ¥¯¥í¥Ã¥×¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤ÎÄÉ²Ã¤Î¥×¥í¥° ! ¥é¥à¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤³¤ì¤é¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë²ÄǽÀ­¤¬ºÇ ! ¤â¹â¤¤¤Î¤ÏºÇ¿·¤Î¥ê¥ê¡¼¥¹¤Ç¤¹¡£ ! ! 2ÈÖÌܤˡ¢RELNOTES ¤È README ¥Õ¥¡¥¤¥ë¤ò(¤½¤Î¥ê¥ê¡¼¥¹¤ÇÍøÍѤǤ­¤ë¾¤Îʸ ! ½ñ¤â)¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£3ÈÖÌܤˡ¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë Ramdac ¤ä ! ClockChip, Clocks ¹Ô¤¬½ñ¤«¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤ò³Îǧ¤·¤Þ¤·¤ç¤¦(¤³¤ì¤é¤ÏÁ´¤Æ ! Mach64 ¥µ¡¼¥Ð¤¬¼«Æ°¸¡½Ð¤·¤Þ¤¹)¡£"Device" ¥»¥¯¥·¥ç¥ó¤Ë¤Ï Identifier, ! VendorName, BoardName ¤·¤«½ñ¤«¤ì¤Æ¤¤¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£Â¾¤Î¥ª¥×¥·¥ç¥ó¤ÏÁ´ ! ¤Æ¼«Æ°¸¡½Ð¤µ¤»¤ë¤Ù¤­¤Ç¤¹¡£ ! ! ! ¤½¤ì¤Ç¤â¤Þ¤ÀÌäÂ꤬¤¢¤ë¾ì¹ç¤Ï¡¢XFree86@XFree86.org ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤ë ! ¤« comp.windows.x.i386unix ¤È¤¤¤¦¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ºî¼Ô¤Ë¤Ï¥á¡¼¥ë¤òÁ÷¤é¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤È¤¤¤¦¤Î¤â¡¢XFree86@XFree86.org °¸ ! ¤ÎÅŻҥ᡼¥ë¤Ë²óÅú¤·¤Æ¤¯¤ì¤ë³«È¯¼Ô¤ÎÊý¡¹¤ÏÂçÄñ¤Î¼ÁÌä¤Ë¤¦¤Þ¤¯Åú¤¨¤Æ¤¯¤ì ! ¤Þ¤¹¤·¡¢»ä¤Ï¤Ê¤±¤Ê¤·¤Î²Ë¤Ï X ¥µ¡¼¥Ð¤Î²þÎɤκî¶È¤Ë²ó¤·¤¿¤¤¤«¤é¤Ç¤¹¡£¤è ! ¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64,v 3.1.2.1 1999/06/02 07:50:39 hohndel Exp $ ! ! ! ! ! ! $XConsortium: Mach64.sgml /main/8 1996/10/28 05:23:52 kaleb $ ! ! ! ! ! 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (XFree86 3.2 ! ÈǤÎËÝÌõ: ²¬Ëܰ칬 ! , XFree86 3.3.3 ÈǤؤι¹¿·: Æ£¸¶µ±²Å ! , ¹»Àµ: ¶âÅĹÀ»Ê ! )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,416 ---- ! Mach64 ÍÑ X ¥µ¡¼¥Ð¸þ¤±¥ê¥ê¡¼¥¹¥Î¡¼¥È ! Kevin E. Martin (martin@cs.unc.edu) ! 1999 June 28 ! The X Japanese Documentation Project ! 1999 August 2 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC¡¢¥Ô¥¯¥»¥ëÅö¤ê¤Î¥Ó¥Ã¥È¿ô ! 2. Mach64 ÍÑ X ¥µ¡¼¥Ð¤ÎºÇŬ²½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë²þÎÉÅÀ ! 5. ¤³¤Î¥ê¥ê¡¼¥¹¤ÇÆ°ºî¤¹¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¥«¡¼¥É ! 6. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¡¢RAMDAC¡¢¥Ô¥¯¥»¥ëÅö¤ê¤Î¥Ó¥Ã¥È¿ô ! ! Mach64 X ¥µ¡¼¥Ð¤Ï¡¢Mach64 ¥Ù¡¼¥¹¤Î¥«¡¼¥ÉÁ´¤Æ¤Ë¤ª¤¤¤Æ 80MHz ¤Þ¤Ç¤Î¥É¥Ã ! ¥È¥¯¥í¥Ã¥¯¤Ç 8bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤Ç¤Ï¤â¤Ã¤È¹â¤¤¥É¥Ã ! ¥È¥¯¥í¥Ã¥¯¤È¾¤Î¿§¤Î¿¼¤µ¤ò»ÈÍѲÄǽ¤Ç¤¹(²¼¤Îɽ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)¡£¤³¤Î ! ¥µ¥Ý¡¼¥È¤ò·è¤á¤ë¤Î¤Ï¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤Ç¤¹¡£ ! ! RAMDAC ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ BPP ºÇÂç²òÁüÅ٠ɬÍפʥӥǥª RAM ! -------- ------------- --- -------------- ------------------ ! ATI68860 135MHz 8 1280x1024 2Mb ! ATI68860 135MHz 16 1280x1024 4Mb ! ATI68860 80MHz 32 1024x768 4Mb ! ! ATI68875 80MHz 32 1024x768 4Mb ! ! CH8398 135MHz 8 1280x1024 2Mb ! CH8398 80MHz 16 1024x768 2Mb ! CH8398 40MHz 32 800x600 2Mb ! ! STG1702 135MHz 8 1280x1024 2Mb ! STG1702 80MHz 16 1024x768 2Mb ! STG1702 50MHz 32 800x600 2Mb ! ! STG1703 135MHz 8 1280x1024 2Mb ! STG1703 80MHz 16 1024x768 2Mb ! STG1703 50MHz 32 800x600 2Mb ! ! AT&T20C408 135MHz 8 1280x1024 2Mb ! AT&T20C408 80MHz 16 1024x768 2Mb ! AT&T20C408 40MHz 32 800x600 2Mb ! ! 3D Rage II 170MHz 8 1600x1200 4Mb ! 3D Rage II 170MHz 16 1600x1200 4Mb ! 3D Rage II 170MHz 32 1024x768 4Mb ! ! 3D Rage II+DVD 200MHz 8 1600x1200 4Mb ! 3D Rage II+DVD 200MHz 16 1600x1200 4Mb ! 3D Rage II+DVD 200MHz 32 1024x768 4Mb ! ! Rage Pro 230MHz 8 1600x1200 8Mb ! Rage Pro 230MHz 16 1600x1200 8Mb ! Rage Pro 230MHz 32 1600x1200 8Mb ! ! Internal 135MHz 8 1280x1024 2Mb ! Internal 80MHz 16 1024x768 2Mb ! Internal 40MHz 32 800x600 2Mb ! ! IBM RGB514 220MHz 8 1600x1200 2Mb ! IBM RGB514 220MHz 16 1600x1200 4Mb ! IBM RGB514 135MHz 32 1024x768 4Mb ! ! ¾¤Î¤â¤ÎÁ´¤Æ[*] 80MHz 8 1280x1024 2Mb ! ! [*] - ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 80MHz ¤ËÀ©¸Â¤µ¤ì¡¢bpp ¤Ï 8 ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¾åµ­¤Îɽ¤ÏºÇÂç²òÁüÅ٤Ȥ½¤ÎºÇÂç²òÁüÅÙ¤ò»È¤¦¤Î¤ËɬÍפʥӥǥª¥á¥â¥ê¤ò¼¨¤· ! ¤Æ¤¤¤Þ¤¹¡£¤è¤ê¾®¤µ¤¤²òÁüÅ٤ˤϤè¤ê¾¯¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¤ÇÂç¾æÉפǤ¹¡£ ! ! "-probeonly" ¥³¥Þ¥ó¥É¹Ô¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ Mach64 ÍÑ X ¥µ¡¼¥Ð¤ò¼Â¹Ô¤¹¤ë ! ¤È¡¢RAMDAC ¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£É½¼¨¤µ¤ì¤¿ RAMDAC ¤Ï¡¢Á´¤Æ¤Î Mach64 ¥«¡¼¥É ! ¤Ë¤Ä¤¤¤ÆÀµ¤·¤¤¤Ï¤º¤Ç¤¹¡£RAMDAC ¤Ï XF86Config ¤Ç»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹ ! ¤¬¡¢probeonly ¤Î·ë²Ì¤¬Àµ¤·¤¯¤Ê¤¤¸Â¤ê»ØÄꤷ¤Ê¤¤¤³¤È¤ò¤ª´«¤á¤·¤Þ ! ¤¹¡£XF86Config ¤Ë RAMDAC ¤ò»ØÄꤹ¤ëÁ°¤Ë¤Ï¡¢Mach64 ¥«¡¼¥É¤òÌܤǸ«¤Æ¤É¤ó ! ¤ÊRAMDAC ¤¬ÅëºÜ¤µ¤ì¤Æ¤¤¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£probeonly ¤Î½ÐÎÏ·ë²Ì¤Î ! RAMDAC ¤È¥Ü¡¼¥È¾å¤Î¥Á¥Ã¥×¤¬Á´¤¯°ã¤¦¾ì¹ç¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤ÇRAMCAD ! ¤ò»ØÄê ¤·¤Æ¤¤¤Ê¤¤¤«¤É¤¦¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£»ØÄꤷ¤Æ¤¤¤¿¤Ê¤é¤Ð¡¢ RAMDAC ! ¤Î¹Ô¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤·¤Æ¤«¤é¤â¤¦°ìÅÙ "-probeonly" ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ ! Mach64 X ¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ç¤â¤Þ¤À´Ö°ã¤Ã¤¿ RAMDAC ¤òÊó¹ð ! ¤¹¤ë¾ì¹ç¤Ï¡¢XFree86@XFree86.Org ¤Ë¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! Ä̾ATI68860 RAMDAC ¤Ï ATI Graphics Pro Turbo ¤È ATI WinTurbo ¥«¡¼¥É ! ¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£IBM RGB514 RAMDAC ¤Ï ATI Graphics Pro Turbo 1600 ! ¥«¡¼¥É¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°ìÈÌ¤Ë ATI Graphics Xpression, ATI Video ! Xpression, ATI 3d Xpression ¥«¡¼¥É¤Ë¤Ï¾¤Î RAMDAC ¤¬ÅëºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! Mach64 CT, ET, VT, VT3, VT4, LT, GT (3D Rage), 3D Rage II, 3D Rage ! IIC, 3D Rage II+DVD, Rage Pro, Rage LT Pro ¥Á¥Ã¥×¤Ë¤Ï "Æâ¢" RAMDAC ¤¬ ! ¤¢¤ê¤Þ¤¹(¤Ä¤Þ¤ê Mach64 ¥Á¥Ã¥×¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹)¡£ ! ! ÀëÅÁʸ¶ç¤Ë¤¢¤ë¤è¤¦¤Ë¡¢Mach64 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤ÏÆÃÊÌ¤Ê 24bpp ¥â¡¼¥É ! (packed ¥Ô¥¯¥»¥ë¥â¡¼¥É)¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤ë¤Î¤Ç¤¹¤¬¡¢¸½ºß¤Ï Mach64 ÍÑ X ! ¥µ¡¼¥Ð¤Ï¤³¤Îµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¼¡¤Î¥á¥¸¥ã¡¼¥ê¥ê¡¼¥¹¤Ç¤ÏÄɲäµ ! ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! Mach64 ÍÑ X ¥µ¡¼¥Ð¤ò¤¦¤Þ¤¯µ¡Ç½¤µ¤»¤ë¤¿¤á¤Ë¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤¬É¬ ! ÍפǤ¹¡£¤Ä¤Þ¤ê¡¢¥á¥¤¥ó¥á¥â¥ê¤ò 12MB °Ê¾åÀѤó¤À¥Þ¥·¥ó¤Ç¤Ï ISA ¤Î Mach64 ! ¥«¡¼¥É¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£PCI ¥Ù¡¼¥¹¤ä VLB ¥Ù¡¼¥¹¤Î Mach64 ¥«¡¼¥É¤Ç¤¢¤ì ! ¤Ð¡¢¤¤¤¯¤é¥á¥â¥ê¤òÀѤó¤Ç¤¤¤Æ¤â Mach64 ÍÑ X ¥µ¡¼¥Ð¤ÏÆ°ºî¤·¤Þ¤¹¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ï VT, VT3, VT4, LT, GT, ! Rage II, Rage IIC, Rage II+DVD, Rage Pro, Rage LT Pro ¥Ù¡¼¥¹¤Î Mach64 ! ¥«¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òºÜ¤»¤¿ Mach64 ¥«¡¼¥É ! ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Î¤¿¤á¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â ! ¡¼¥É¤ò»ÈÍѤǤ­¤Þ¤»¤ó¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤·¤Î¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ê ! ¤é¡¢ SVGA X ¥µ¡¼¥Ð¤Î ATI ¥É¥é¥¤¥Ð¤ò»È¤¨¤Ð¡¢¤É¤ó¤Ê Mach64 ¥«¡¼¥É¤Ç¤âÆ° ! ºî¤·¤Þ¤¹¡£ ! ! 2. Mach64 ÍÑ X ¥µ¡¼¥Ð¤ÎºÇŬ²½ ! ! Mach64 ÍÑ X ¥µ¡¼¥Ð¤Î®ÅÙ¤òºÇÂç¸Â¤Ë½Ð¤¹¤¿¤á¤Ë¤Ï¡¢°Ê²¼¤ÎºÇÂç²òÁüÅ٤˽¾¤¦ ! ¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥Õ¥©¥ó¥È¤È¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã¥·¥å¤ä¥Ï¡¼ ! ¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Îʬ¤Î;͵¤ò¸«±Û¤·¤¿¿ôÃͤǤ¹¡£ ! ! ºÇÂç²òÁüÅÙ BPP ¥Ó¥Ç¥ª RAM ! -------------- --- --------- ! 1600x1200 8 8Mb ! 1600x1200 16 8Mb ! 1280x1024 32 8Mb ! ! 1280x1024 8 4Mb ! 1280x1024 16 4Mb ! 1024x767 32 4Mb ! ! 1280x1024 8 2Mb ! 1024x767 16 2Mb ! 800x600[*] 32 2Mb ! ! 1024x767 8 1Mb ! 800x600[*] 16 1Mb ! ! [*] - 2M ¥Ð¥¤¥È¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤ª¤¤¤Æ¥Õ¥©¥ó¥È¤È¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã ! ¥·¥å¤ò»È¤¦Í£°ì¤ÎÊýË¡¤Ï¡¢ 640x480 ¥â¡¼¥É¤Ë¤ª¤¤¤Æ 1024x480 ¤Î²¾ÁÛ²òÁüÅÙ ! ¤ò»È¤¦¤³¤È¤Ç¤¹¡£¥­¥ã¥Ã¥·¥å¤«¤éÆÀ¤é¤ì¤ë®ÅÙ¤òµ¾À·¤Ë¤·¤Æ¤â¡¢¥¹¥¯¥ê¡¼¥ó¤ò ! ¤Ç¤­¤ë¤À¤±¹­¤¯¤¹¤ë¤¿¤á¤Ë 800x600 ¤ò»È¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ 16bpp ¥â¡¼ ! ¥É¤ÇÆ°ºî¤¹¤ë 1MB ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤âƱ¤¸¤³¤È¤¬¸À¤¨¤Þ¤¹¡£ 1M ¥Ð¥¤ ! ¥È¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤Ç¤Ï 32bpp ¥â¡¼¥É¤Ç¤ÎÆ°ºî¤Ï¤Ç¤­¤Ê¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ¾åµ­¤ÎÀßÄê¤ò´«¤á¤ëµ»½ÑŪ¤ÊÍýͳ¤ò½Ò¤Ù¤Æ¤ª¤­¤Þ¤¹: Mach64 X ¥µ¡¼¥Ð¤Ç¤Ï¡¢ ! ²èÌ̤ÎÉý¤¬ 1024 °Ê¾å¤Î»þ¤Ë¤Î¤ß¥Õ¥©¥ó¥È¤È¥Ô¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤¬Í­¸ú¤Ë ! ¤Ê¤ê¤Þ¤¹¡£¤³¤ÎÀ©¸Â¤Ï¾­Íè¤Î¥Ð¡¼¥¸¥ç¥ó¤Î X ¥µ¡¼¥Ð¤Ç¤Ï̵¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÀ­Ç½¤òºÇÂç¸Â¤Ë°ú¤­½Ð¤¹¤Ë¤Ï¡¢¥­¥ã¥Ã¥·¥åÍѤÎÈóɽ¼¨Îΰè¤ò½¼ ! ʬ¤Ë(ºÇÄã 1024x256)³ÎÊݤ¹¤ë¤³¤È¤¬É¬ÍפǤ¹¡£¥­¥ã¥Ã¥·¥å¤Ë²Ã¤¨¤Æ¡¢Mach64 ! ¤Ï¥á¥â¥ê¥Þ¥Ã¥×¥È¥ì¥¸¥¹¥¿¤ò»È¤¤¤Þ¤¹¡£¤³¤Î¥ì¥¸¥¹¥¿¤Ï¡¢¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤Î ! ºÇ¸å¤Î 1024 ¥Ð¥¤¥È¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢¤µ¤é¤Ë 1 ¹Ô¤Ö¤ó¤Î¥Ó ! ¥Ç¥ª¥á¥â¥ê¤¬¼è¤é¤ì¤Þ¤¹¡£¤½¤Î·ë²Ì¡¢¾¯¤Ê¤¯¤È¤â 1024x257 ¤Î¥Ó¥Ç¥ª¥á¥â¥êÎÎ ! °è¤¬É¬Íפˤʤê¤Þ¤¹¡£ ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! Mach64 X ¥µ¡¼¥ÐÍѤΥª¥×¥·¥ç¥ó¤¬¤¤¤¯¤Ä¤« "Device" ¥»¥¯¥·¥ç¥ó¤Ç¥µ¥Ý¡¼¥È ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢Mach64 X ¥µ¡¼¥Ð¤Ï BIOS ¤«¤é¤Î¾ðÊó¤Ç ! RAMDAC ¤Î ·¿¤òǧ¼±¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Î RAMDAC ¤Î·¿¤ËÂФ·¤Æ¾å½ñ¤­»ØÄê¤ò ! ¹Ô¤¦¾ì¹ç¤Ï(BIOS ¤¬´Ö°ã¤Ã¤¿ RAMDAC ¤ÎÊó¹ð¤ò¤·¤Ê¤¤¸Â¤ê¤Ï¤ª´«¤á¤·¤Þ¤»¤ó ! ¤¬)¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Ramdac" ¤Î¹àÌÜ¤Ë RAMDAC ¤Î·¿¤ò»ØÄꤹ¤ë¤³¤È ! ¤¬¤Ç¤­¤Þ¤¹¡£RAMDAC ¤ÈƱÍͤ˥¯¥í¥Ã¥¯¤Ë¤Ä¤¤¤Æ¤â¡¢BIOS ¤«¤éÆɤ߽Ф·¤¿¥¯ ! ¥í¥Ã¥¯¥Á¥Ã¥×¤Ë´ð¤Å¤¤¤Æ¥×¥í¥°¥é¥à¤¬¹Ô¤ï¤ì¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Î¥¯¥í¥Ã¥¯¥Á¥Ã ! ¥×¤Î·¿¤ò¾å½ñ¤­»ØÄꤷ¤¿¤¤¾ì¹ç¤Ï(BIOS ¤¬´Ö°ã¤Ã¤¿¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ÎÊó¹ð¤ò¤· ! ¤Ê¤¤¸Â¤ê¤ª´«¤á¤·¤Þ¤»¤ó¤¬)¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "ClockChip" ¤Î¹àÌÜ¤Ë ! ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î·¿¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢Í½¤á¥×¥í¥°¥é¥à¤µ¤ì ! ¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ï¡¢ "no_program_clocks" ¥ª¥×¥·¥ç¥ó¤ò»ØÄê ! ¤·¤Æ¥¯¥í¥Ã¥¯¤ò¥×¥í¥°¥é¥à¤¹¤ë¤³¤È¤ò»ß¤á¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì ! ¹ç¡¢Mach64 X ¥µ¡¼¥Ð¤Ï BIOS ¤«¤é Clocks ¤ÎÃͤòÆɤ߹þ¤ß¤Þ ! ¤¹¡£"no_bios_clocks" ¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Ê¤¤¸Â¤ê¡¢Ä̾ï¤Ï XF86Config ! ¥Õ¥¡¥¤¥ë¤Î "Clocks" ¹Ô¤Ï̵»ë¤µ¤ì¤Þ¤¹¡£¿·¤·¤¤ Mach64 ¥«¡¼¥É(CT, ET, VT, ! GT, 3D Rage II, 3D Rage II+DVD, Rage Pro)¤Ë¤ª¤¤¤Æ¤Ï¡¢"Ramdac", ! "ClockChip", "Clocks" ¹Ô¤Ï̵°ÕÌ£¤Ç¤¢¤ê¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ëµ­½Ò¤¹¤Ù ! ¤­¤Ç̵¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤Ï¤Ê¤¯¡¢¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¨¤ë¤è¤¦¤Ë ! ¤·¤Þ¤¹¡£ ! ! Option "hw_cursor" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢ ! ¥«¡¼¥½¥ë¤¬¥Ç¥Õ¥©¥ë¥È¤Ç»ÈÍѤµ¤ì¤ë¤Î¤Ç¡¢"sw_cursor" ¥ª¥×¥·¥ç¥ó¤¬»Ø ! Äꤵ¤ì¤Æ¤¤¤ë¾ì¹ç°Ê³°¤Ë¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏɬÍפ¬¤Ê¤¤¤Ï¤º¤Ç¤¹¡£ ! ! Option "composite" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥³¥ó¥Ý¥¸¥Ã¥ÈƱ´ü¤¬É¬Íפʥâ¥Ë¥¿¤ËÂФ·¡¢¥³¥ó¥Ý¥¸¥Ã ! ¥ÈƱ´ü½ÐÎϤÎÀßÄê¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! Option "dac_8_bit" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RGB Ãͤ´¤È¤Ë 8 ¥Ó¥Ã¥È¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ ! ¤¹¡£Chrontel 8398 RAMDAC ¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Æ°ºî¤·¤Ê¤¤¤³¤È¤ËÃí ! °Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ Chrontel 8398 RAMDAC ¤ò»È¤Ã¤Æ¤¤¤ë¥«¡¼¥É¤ò½ü¤¯ ! ¤È¡¢Á´¤Æ¤Î Mach64 ¥«¡¼¥É¤ËÂФ·¤Æ RGB Ãͤ´¤È¤Ë 8 ¥Ó¥Ã¥È»È¤¦¤Î¤¬¥Ç ! ¥Õ¥©¥ë¥È¤Ê¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏɬÍפǤϤ¢¤ê¤Þ¤»¤ó¡£ ! ! Option "dac_6_bit" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï RGB Ãͤ´¤È¤Ë 6 ¥Ó¥Ã¥È¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Option "override_bios" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤Î BIOS ¤¬ÉÔÀµ¤È¹Í¤¨¤ë¥Ó¥Ç¥ª¥â¡¼¥É ! ¤ò»ØÄê¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£°ìÉô¤Î BIOS ¤Ç¤ÏºÇÂç²òÁüÅÙ¤ä¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤ÎÀ©¸Â¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¤Î¤Ç¤¹¡£¤¿¤À¤·¡¢¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ò»È¤¦¤È¤­¤Ë¤ÏÆÃÊ̤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥É¤ä¥â¥Ë¥¿¤òÄˤá¤ë¤è ! ¤¦¤Ê¥Ó¥Ç¥ª¥â¡¼¥É¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ ! ! Option "no_block_write" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ö¥í¥Ã¥¯½ñ¤­¹þ¤ß¥â¡¼¥É¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ö¥í¥Ã¥¯½ñ ! ¤­¹þ¤ß¥â¡¼¥É¤ÏÆÃÄê¤Î VRAM ¥«¡¼¥É¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤Ï DRAM ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤Ï̵¸ú¤Ç¤¹¡£xmag ¤Ç¼è¤ê¹þ¤ó¤À²èÌ̤˥Π! ¥¤¥º¤¬É½¼¨¤µ¤ì¤¿¾ì¹ç¤Ë¤Ï¡¢¥Ö¥í¥Ã¥¯½ñ¤­¹þ¤ß¥â¡¼¥É¤ò̵¸ú¤Ë¤¹¤Ù¤­¤Ê ! ¤Î¤ËÍ­¸ú¤Ë¤·¤Æ¤¤¤ë¤È¤¤¤Ã¤¿ÌäÂ꤬¹Í¤¨¤é¤ì¤Þ¤¹¡£¤³¤Î "¥Î¥¤¥º" ¤ÏÄÌ ! ¾ï¡¢¥¦¥£¥ó¥É¥¦¤ä¥á¥Ë¥å¡¼¤Î¥Ó¥Ã¥È¤¬¥¹¥¯¥ê¡¼¥ó¾å¤Ç·«¤êÊÖ¤µ¤ì¤ë¤è¤¦ ! ¤Ë¸½¤ï¤ì¤Þ¤¹¡£ ! ! Option "block_write" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ö¥í¥Ã¥¯½ñ¤­¹þ¤ß¥â¡¼¥É¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¥Ö¥í¥Ã¥¯½ñ ! ¤­¹þ¤ß¥â¡¼¥É¤ÏÆÃÄê¤Î VRAM ¤Î¥«¡¼¥É¤Ç¤Î¤ßÆ°ºî¤·¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! DRAM ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤Ï̵¸ú¤Ç¤¹¡£¼«Æ°¸¡½Ð¤Ë¤è¤Ã¤Æ·è¤á¤é¤ì¤ë¥Ç ! ¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹¡£¤³¤Î»ØÄê¤ò¹Ô¤¦¤È¡¢²èÌ̤ˡ֥Υ¤¥º¡×¤¬¸½¤ï¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ ! ¤¹¡£ ! ! Option "power_saver" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¤òÍ­¸ú¤Ë¤¹¤ë»þ²èÌ̤ò ! °Å¤¯¤¹¤ëÂå¤ï¤ê¤Ë¡¢¥µ¡¼¥Ð¤ÏÆÃÄê¤Î¡Ö´Ä¶­¡×¥â¥Ë¥¿¤Î¾ÊÅÅÎϵ¡Ç½¤ò»È¤¦ ! ¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̤¤À¼Â¸³Ãæ¤Ç¤¹¡£ ! ! Option "no_program_clocks" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥¯¥í¥Ã¥¯¥×¥í¥°¥é¥ß¥ó¥°¤ò̵¸ú¤Ë¤Ç¤­¤Þ¤¹¡£ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Ê¤¤¤È¡¢Ä̾ï Mach64 ¥µ¡¼¥Ð¤Ï¥¯¥í¥Ã¥¯¥Á¥Ã ! ¥×¤Î·¿¤Ë´ð¤Å¤¤¤Æ¥¯¥í¥Ã¥¯¤ò¥×¥í¥°¥é¥à¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄê ! ¤¹¤ë¤È¡¢¥¯¥í¥Ã¥¯¤òBIOS ¤«¤éÆɤ߽Ф¹¤«¡¢("no_bios_clocks" ¤ÎÀßÄê ! »þ¤Ë) Clocks ¹Ô¤ÎÃͤòÀßÄꤷ¤Þ¤¹¡£ ! ! Option "no_bios_clocks" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤Î BIOS ¤«¤éÆɤ߽Ф·¤¿¥¯ ! ¥í¥Ã¥¯¤ò¾å½ñ¤­¤·¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Clocks ¹Ô¤Ç»ØÄꤷ¤¿¥¯ ! ¥í¥Ã¥¯Ãͤò»È¤¤¤Þ¤¹¡£"no_program_clocks" ¥ª¥×¥·¥ç¥ó(Á°½Ò)¤ò»ØÄꤷ ! ¤Ê¤¤¸Â¤ê¡¢Mach64 ¥µ¡¼¥Ð¤ÏÄ̾ BIOS ¤Î¥¯¥í¥Ã¥¯ÃÍ¤È Clocks ¹Ô¤Ç ! »ØÄꤵ¤ì¤¿¥¯¥í¥Ã¥¯Ãͤò̵»ë¤·¤Þ¤¹¡£ ! ! Option "no_font_cache" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Õ¥©¥ó¥È¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç ! ¤Ï¡¢¿åÊ¿²òÁüÅÙ¤¬ 1024 ¥Ô¥¯¥»¥ë°Ê¾å¡¢¤«¤Äɽ¼¨¤Ë»È¤ï¤Ê¤¤¥Ó¥Ç¥ª¥á¥â ! ¥ê¤¬½½Ê¬¤Ë¤¢¤Ã¤Æ¥­¥ã¥Ã¥·¥å¤òÊÝ»ý¤Ç¤­¤ë¾ì¹ç¤ËÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Option "no_pixmap_cache" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ô¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ¤Ç¤Ï¿åÊ¿²òÁüÅÙ¤¬ 1024 ¥Ô¥¯¥»¥ë¤«°Ê¾å¡¢¤«¤Äɽ¼¨¤Ë»È¤ï¤Ê¤¤¥Ó¥Ç¥ª¥á ! ¥â¥ê¤¬½½Ê¬¤Ë¤¢¤Ã¤Æ¥­¥ã¥Ã¥·¥å¤òÊÝ»ý¤Ç¤­¤ë¾ì¹ç¤ËÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Option "fifo_conservative" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢É½¼¨ FIFO Ãͤò°ÂÁ´Â¦¤ÎÃͤˤ·¤Þ¤¹¡£É½¼¨¤ËÀã¤Î¤è ! ¤¦¤Ê¥Î¥¤¥º¤ä½Ä¼Ê¤¬¸½¤ï¤ì¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÄɲä·¡¢ÌäÂê ! ¤¬²ò·è¤¹¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! MemBase baseaddress ! ¤³¤ÎÀßÄê¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤Î¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹»ØÄê¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ¤Ç¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹¤Ï¼«Æ°Åª¤Ë¹Ô¤ï¤ì¤ë¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤ò»È¤¦É¬ÍפÏÆäˤ¢¤ê¤Þ¤»¤ó¡£Mach64 X ¥µ¡¼¥Ð¤¬ Segmentation Fault ! ¤Ç»ß¤Þ¤ë¾ì¹ç¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹¤¬Àµ¤·¤¯·è¤á¤é¤ì¤Æ¤¤¤Ê¤¤¤«¤â ! ¤·¤ì¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ë¤¿¤á¤Ë¡¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹¤ò¾¤Î ! ¾ì½ê¤ËÊѤ¨¤Æ¤ß¤Þ¤·¤ç¤¦¡£ ! ! ClockChip "type" ! ¤³¤Î¹àÌܤǤϥ¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î·¿¤ò»ØÄꤷ¤Þ¤¹¡£ type ¤È¤·¤ÆÍ­¸ú¤ÊÃÍ ! ¤Ï°Ê²¼¤Î¤â¤Î¤Ç¤¹: ! ! o ati18818 ! ! o att20c408 ! ! o ch8398 ! ! o ibm_rgb514 ! ! o ics2595 ! ! o stg1703 ! ! Ramdac "type" ! ¤³¤Î¹àÌÜ¤Ç¤Ï RAMDAC ¤Î·¿¤ò»ØÄꤷ¤Þ¤¹¡£ type ¤È¤·¤ÆÍ­¸ú¤ÊÃͤϰʲ¼ ! ¤Î¤â¤Î¤Ç¤¹: ! ! o ati68860 ! ! o ati68860b ! ! o ati68860c ! ! o ati68875 ! ! o att20c408 ! ! o ch8398 ! ! o ibm_rgb514 ! ! o internal ! ! o stg1702 ! ! o stg1703 ! ! o tlc34075 ! ! DacSpeed "MHz" ! ¤³¤Î¹àÌܤò»È¤¦¤È¡¢ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤¹¤ë¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¤³¤Î¾å¤Ê¤¯¿µ½Å¤Ë»È¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£MHz ÃͤËÂ礭¤¹¤®¤ëÃͤò»ØÄꤹ¤ë¤È¡¢¥«¡¼¥É¤ò²õ¤·¤Æ¤·¤Þ¤¦¤³¤È¤¬ ! ¤¢¤ê¤Þ¤¹¡£ ! ! 4. ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë²þÎÉÅÀ ! ! ¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¡¢°Ê²¼¤Î²þÎɤ¬¹Ô¤ï¤ì¤Þ¤·¤¿: ! ! o ¸½ºß¤¢¤ë Mach64 ¥Á¥Ã¥×Á´¤Æ¤òŬÀڤ˼±Ê̤¹¤ëµ¡Ç½ ! ! o VT4 ¤È Rage IIC ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ø¤ÎÂбþ ! ! o ¥Ó¥Ç¥ª FIFO ¤Î¥¿¥¤¥ß¥ó¥°·×»»¤Î²þÎÉ ! ! o ¥Õ¥©¥ó¥È½èÍýÉôʬ¤Ë¤ª¤±¤ë¥¿¥¤¥ß¥ó¥°´Ø·¸¤Î¥Ð¥°¤Î½¤Àµ ! ! o X ¥µ¡¼¥Ð½ªÎ»»þ¤Î VGA ¥Õ¥©¥ó¥ÈÉü¸µ¤Ë´Ø¤¹¤ë¥Ð¥°¤Î½¤Àµ ! ! 5. ¤³¤Î¥ê¥ê¡¼¥¹¤ÇÆ°ºî¤¹¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¥«¡¼¥É ! ! ¤³¤Î¥ê¥ê¡¼¥¹¤Ç¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¥«¡¼¥É¤Î°ìÍ÷¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹¡£ All-In- ! Wonder, All-In-Wonder Pro ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ä Mach64, 3D Rage II, Rage ! Pro ¤¬¥ª¥ó¥Ü¡¼¥É¤ÇºÜ¤Ã¤Æ¤¤¤ë¥Þ¥¶¡¼¥Ü¡¼¥É¤ò´Þ¤á¡¢Â¾¤Ë¤âÆ°ºî¤¹¤ë¥«¡¼¥É¤Ï ! ¤¿¤¯¤µ¤ó¤¢¤ë¤Ï¤º¤Ç¤¹¡£Æ°ºî¤·¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤¿¿·¤·¤¤¥«¡¼¥É¤¬¤¢¤ì¤Ð¡¢¸å ! ½Ò¤Î¡Ö´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ¡×¤Î¥»¥¯¥·¥ç¥ó¤ò¸æÍ÷¤¯¤À¤µ¤¤¡£ ! ! ATI Xpert@Play 98 4MB 3D Rage Pro (AGP) ! ATI Xpert 98 4MB 3D Rage Pro (PCI) ! ATI Xpert XL 4MB 3D Rage Pro (AGP) ! ATI Rage IIC 4MB 3D Rage IIC (AGP) ! ATI Xpert@Play 8MB 3D Rage Pro (AGP/PCI) ! ATI Xpert@Work 2MB 3D Rage Pro (PCI) ! ATI Pro Turbo+PC2TV 4MB 3D Rage II+DVD (rev 154) ! ATI 3D Xpression+ 4MB 3D Rage II (GT-B, SGRAM, rev 65) ! ATI 3D Xpression+ 2MB 3D Rage II (GT-B, SDRAM, rev 65) ! ATI 3D Xpression 2MB 3D Rage (GT-A, rev 72) ! ATI Video Xpression+ 2MB Mach64 VT-A3 (rev 8) ! ATI Video Xpression 2MB Mach64 VT-A4 (rev 72) ! ATI Graphics Xpression 2MB Mach64 CT (rev 9) ! ATI Graphics Xpression 2MB Mach64 CT-C (rev 65) ! ATI Graphics Xpression 2MB Mach64 CT-D (rev 10) ! ATI Graphics Xpression 2MB Mach64 GX (rev 1) with Chrontel8398 RAMDAC ! ATI Graphics Pro Turbo 2MB Mach64 GX (rev 0) with 68860-B RAMDAC ! ATI Graphics Pro Turbo 2MB Mach64 CX (rev 1) with AT&T20C408 RAMDAC ! ATI WinTurbo 2MB Mach64 GX (rev 1) with 68860-C RAMDAC ! ! 6. ´ûÃΤÎÌäÂê¤È¥Ð¥°Êó¹ð¤Ë¤Ä¤¤¤Æ ! ! ¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Mach64 ÍÑ X ¥µ¡¼¥Ð¤Ë¤Ï´ûÃΤÎÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ ! ¤¹¡£¤³¤ì¤ò°Ê²¼¤Ëµó¤²¤Þ¤¹: ! ! o ¥¬¥ó¥ÞÊäÀµ¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¥µ¥Ý¡¼¥È ! ¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! o °ìÉô¤Î Mach64 CT ¥«¡¼¥É¤Ç¤Ï¡¢16bpp ¤È 32bpp ¥â¡¼¥É¤Ç²èÌÌ¥Ö¥é¥ó¥¯¤¬ ! Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! o ¥À¥Ö¥ë¥­¥ã¥ó¥â¡¼¥É¤Ç¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¾åȾʬ¤·¤«É½¼¨¤µ¤ì¤Þ ! ¤»¤ó¡£Â¾¤ÎÁ´¤Æ¤Î¥â¡¼¥É¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ï¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£ ! ! o ÆÃÄê¤Î¥«¡¼¥É(VT-A3 ¤È CT-D) ¤Ç¤Ï¡¢¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò¹â¤¯¤¹¤ë¤È ! 32bpp ¥â¡¼¥É¤Ç¥Î¥¤¥º¤¬ÌäÂê¤Ë¤Ê¤ê¤Þ¤¹¡£Ä̾ï¤Ï¤³¤ÎÌäÂ꤬µ¯¤³¤ë¤Î¤Ï¥ê ! ¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤¬ 85Hz °Ê¾å¤Î»þ¤À¤±¤Ê¤Î¤Ç¡¢¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤òÄã ! ¤¯¤¹¤ì¤Ð(Îã: 72Hz ¤ä75Hz)ÌäÂê¤ò²ò·è¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o ¥á¥¤¥ó¥á¥â¥ê¤ò 12MB °Ê¾åÀѤó¤Ç¤¤¤ë¤È¡¢ISA ¥«¡¼¥É¤Ç¤Ï¥µ¡¼¥Ð¤¬Æ°ºî¤· ! ¤Þ¤»¤ó¡£¤³¤ì¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤¬É¬Íפʤ¿¤á¤Ç¤¹¡£¤³¤ì¤ò²ò·è¤¹ ! ¤ë¤Î¤ÏÂçÊѤǤ¹¡£ ! ! ÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤é¡¢ÍøÍѲÄǽ¤ÊºÇ¿·¥Ð¡¼¥¸¥ç¥ó(¥Ù¡¼¥¿ÈǤâ´Þ¤à)¤ò»È¤Ã¤Æ¤¤¤ë ! ¤³¤È¤òºÇ½é¤Ë³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ATI ¤Ï¿·¤·¤¤¥«¡¼¥É¤òǯÃ椤¤Ä¤âȯɽ¤·¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¿·¤·¤¤¥«¡¼¥É¤½¤ì¤¾¤ì¤ËÂФ·¤Æ¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë¿·¤·¤¤ ! Mach64 ¥Á¥Ã¥×¤ä RAMDAC, ¥¯¥í¥Ã¥×¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤ÎÄÉ²Ã¤Î¥×¥í¥° ! ¥é¥à¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤³¤ì¤é¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë²ÄǽÀ­¤¬ºÇ ! ¤â¹â¤¤¤Î¤ÏºÇ¿·¤Î¥ê¥ê¡¼¥¹¤Ç¤¹¡£ ! ! 2ÈÖÌܤˡ¢RELNOTES ¤È README ¥Õ¥¡¥¤¥ë¤ò(¤½¤Î¥ê¥ê¡¼¥¹¤ÇÍøÍѤǤ­¤ë¾¤Îʸ ! ½ñ¤â)¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£3ÈÖÌܤˡ¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë Ramdac ¤ä ! ClockChip, Clocks ¹Ô¤¬½ñ¤«¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤ò³Îǧ¤·¤Þ¤·¤ç¤¦(¤³¤ì¤é¤ÏÁ´¤Æ ! Mach64 ¥µ¡¼¥Ð¤¬¼«Æ°¸¡½Ð¤·¤Þ¤¹)¡£"Device" ¥»¥¯¥·¥ç¥ó¤Ë¤Ï Identifier, ! VendorName, BoardName ¤·¤«½ñ¤«¤ì¤Æ¤¤¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£Â¾¤Î¥ª¥×¥·¥ç¥ó¤ÏÁ´ ! ¤Æ¼«Æ°¸¡½Ð¤µ¤»¤ë¤Ù¤­¤Ç¤¹¡£ ! ! ¤½¤ì¤Ç¤â¤Þ¤ÀÌäÂ꤬¤¢¤ë¾ì¹ç¤Ï¡¢XFree86@XFree86.org ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤ë ! ¤« comp.windows.x.i386unix ¤È¤¤¤¦¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ºî¼Ô¤Ë¤Ï¥á¡¼¥ë¤òÁ÷¤é¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤È¤¤¤¦¤Î¤â¡¢XFree86@XFree86.org °¸ ! ¤ÎÅŻҥ᡼¥ë¤Ë²óÅú¤·¤Æ¤¯¤ì¤ë³«È¯¼Ô¤ÎÊý¡¹¤ÏÂçÄñ¤Î¼ÁÌä¤Ë¤¦¤Þ¤¯Åú¤¨¤Æ¤¯¤ì ! ¤Þ¤¹¤·¡¢»ä¤Ï¤Ê¤±¤Ê¤·¤Î²Ë¤Ï X ¥µ¡¼¥Ð¤Î²þÎɤκî¶È¤Ë²ó¤·¤¿¤¤¤«¤é¤Ç¤¹¡£¤è ! ¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64,v 3.1.2.2 1999/11/26 15:23:01 hohndel Exp $ ! ! $XConsortium: Mach64.sgml /main/8 1996/10/28 05:23:52 kaleb $ ! ! 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (XFree86 3.2 ! ÈǤÎËÝÌõ: ²¬Ëܰ칬 ! , XFree86 3.3.3 ÈǤؤι¹¿·: Æ£¸¶µ±²Å ! , ¹»Àµ: ¶âÅĹÀ»Ê ! )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README:3.4.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README:3.4.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README:3.4.2.2 Wed Jun 2 17:50:40 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README Tue Dec 28 23:13:46 1999 *************** *** 1,19 **** ! XFree86(TM) 3.3.3.1 ¤Î¤¿¤á¤Î README XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! 20 December 1998 X Japanese Documentation Project ! 1999 ǯ 2 ·î 5 Æü ! XFree86 ¤Ï X11R6.3 ¤ò°Ü¿¢¤·¤¿¤â¤Î¤Ç¡¢¥¤¥ó¥Æ¥ë i386 ·Ï¤ä Alpha¡¢arm ¤Ê ! ¤É¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¾å¤ÇÆ°ºî¤¹¤ë¤¤¤¯¤Ä¤«¤Î¥Ð¡¼¥¸¥ç¥ó ! ¤Î Unix ¤ª¤è¤Ó Unix ¤Ë»÷¤Æ¤¤¤ë¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹¡£º£²ó¤ÎÈÇ¤Ï XFree86 3.3.3 ¤Î¥ê¥ê¡¼¥¹¸å¤ËȽÌÀ¤·¤¿¤¤¤¯¤Ä¤«¤Î¥Ð¥°¤ò ! ½¤Àµ¤¹¤ë¤¿¤á¤ËµÞ¤¤¤Ç¹¹¿·¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤ÎÈÇ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! X11R6.3 ¤Þ¤¿¤Ï XFree86 3.3.3 ¥ê¥ê¡¼¥¹¤Î¥½¡¼¥¹¥³¡¼¥É¤ËÂФ¹¤ë¥Ñ¥Ã¥Á¥Ç¡¼ ! ¥¿¤È¤·¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£ XFree86 3.3.3 ¤ËÂФ¹¤ë¥Ð¥¤¥Ê¥ê¥¢¥Ã¥×¥Ç¡¼¥È¤ò´Þ ! ¤à¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤â¤Þ¤¿Â¿¤¯¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ÇÆþ¼ê²Äǽ¤Ç¤¹¡£ ! 1. XFree86 3.3.3.1 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ¤³¤ÎÈǤο·µ¡Ç½¤ÎÍ×Ìó¤Ï RELNOTES ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£Êѹ¹¤Î¾ÜºÙ --- 1,20 ---- ! XFree86(TM) 3.3.6 ¤Î¤¿¤á¤Î README XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! 13 October 1999 X Japanese Documentation Project ! 1999 ǯ 12 ·î 4 Æü ! XFree86 ¤Ï X11R6.3 ¤ò°Ü¿¢¤·¤¿¤â¤Î¤Ç¡¢Intel ¤ä¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¥× ! ¥é¥Ã¥È¥Õ¥©¡¼¥à¾å¤ÇÆ°ºî¤¹¤ë¤¤¤¯¤Ä¤«¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Unix ·Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó ! ¥°¥·¥¹¥Æ¥à¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ XFree86 ¤Î¥Ð¡¼¥¸¥ç¥ó 3.3.x ! ¤Ï¡¢XFree86 ¤Î¡Ö¸Å¤¤¥Ö¥é¥ó¥Á¡×¤Ç¤¢¤ë¤È¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£¸½ºß¤Ï³«È¯¤ÎÂç ! Éôʬ¤Ï XFree86-4 ¤Î¥Ö¥é¥ó¥Á¤Ç¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹¡£²æ¡¹¤ÏÅöÌ̤δ֡¢¾¯¤Ê¤¯¤È ! ¤â 2000 ǯ¤Î´Ö¤Ï XFree86-3.3.x ¤Î¥á¥ó¥Æ¥Ê¥ó¥¹¤â³¤±¤Þ¤¹¡£¤³¤ÎÈÇ¤Ï X ¥³ ! ¥ó¥½¡¼¥·¥¢¥à¤Î X11R6.3 ¤Þ¤¿¤Ï XFree86 3.3.5 ¥ê¥ê¡¼¥¹¤Î¥½¡¼¥¹¥³¡¼¥É¤ËÂÐ ! ¤¹¤ë¥Ñ¥Ã¥Á¥Ç¡¼¥¿¤È¤·¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£Â¿¤¯¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΥХ¤¥Ê¥êÇÛ ! ÉÕʪ¤âÆþ¼ê²Äǽ¤Ç¤¹¡£ ! 1. XFree86 3.3.6 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ¤³¤ÎÈǤο·µ¡Ç½¤ÎÍ×Ìó¤Ï RELNOTES ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£Êѹ¹¤Î¾ÜºÙ *************** *** 31,52 **** o Esix: 4.0.3A, 4.0.4, 4.0.4.1 - o Microport: 2.2, 3.1, 4.1, 4.2 - - o Dell: 2.1, 2.2, 2.2.1 - - o UHC: 2.0, 3.6 - - o Consensys: 1.2 - - o MST: 4.0.3 (Load 2.07 ¤È Load 3.02) - - o ISC: 4.0.3 - - o AT&T: 2.1, 4.0 - - o NCR: MP-RAS - o SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 o AT ÍÑ PANIX 5.0 --- 32,37 ---- *************** *** 54,59 **** --- 39,45 ---- SVR4.2: + (ºÇ¶á¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó) o Consensys *************** *** 62,89 **** SVR3: ! o ISC: 3.0, 4.0, 4.1 ! Others: ! o NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3 o OpenBSD 2.0, 2.1, 2.2, 2.3, 2.4 o FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, 2.2.1, ! 2.2.2, 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0 o Linux (Intel x86, DEC Alpha/AXP ¤È m68k) ! o LynxOS AT 2.3.0, 2.4.0, 2.5.0 ! o LynxOS microSPARC 2.4.0, 2.5.0 ! o LynxOS PowerPC 2.4.0, 2.5.0 o OS/2 Warp 3 FP5/17/22, Warp 4 -/FP1 --- 48,76 ---- SVR3: ! (ºÇ¶á¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó) o ISC: 3.0, 4.0, 4.1 ! ¤½¤Î¾: ! o NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.4 o OpenBSD 2.0, 2.1, 2.2, 2.3, 2.4 o FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, 2.2.1, ! 2.2.2, 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0, 3.1, 3.2 ! o Linux (Intel x86, DEC Alpha/AXP ¤È m68k) ! o LynxOS x86 2.3.0, 2.4.0, 2.5.x, 3.0.x ! o LynxOS microSPARC 2.4.0, 2.5.x, 3.0.x ! o LynxOS PowerPC 2.4.0, 2.5.x, 3.0.x o OS/2 Warp 3 FP5/17/22, Warp 4 -/FP1 *************** *** 92,100 **** PC98: o FreeBSD(98) 2.0.5, 2.1, 2.1.5, 2.1.7.1, 2.2, 2.2.1, 2.2.2, ! 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0 ! o NetBSD/pc98 (NetBSD 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2 ¤ò´ð¤Ë¤·¤¿) o 98 ÍÑ PANIX 5.0 --- 79,88 ---- PC98: o FreeBSD(98) 2.0.5, 2.1, 2.1.5, 2.1.7.1, 2.2, 2.2.1, 2.2.2, ! 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0, 3.1, 3.2 ! o NetBSD/pc98 (NetBSD 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3 ¤ò´ð¤Ë ! ¤·¤¿¤â¤Î) o 98 ÍÑ PANIX 5.0 *************** *** 105,111 **** 3. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Á¥Ã¥×¥»¥Ã¥È ! ¸½ºß¡¢XFree86 3.3.3.1 ¤Ï¼¡¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: Ark Logic --- 93,99 ---- 3. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Á¥Ã¥×¥»¥Ã¥È ! ¸½ºß¡¢XFree86 3.3.6 ¤Ï¼¡¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: Ark Logic *************** *** 118,125 **** 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6, 68800-3, 68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, ! 264GT-B, 264GT3 (¤³¤Î¥ê¥¹¥È¤Ï Mach8, Mach32, Mach64, 3D Rage, 3D ! Rage II ¤ª¤è¤Ó 3D Rage Pro ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹) Avance Logic ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 --- 106,114 ---- 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6, 68800-3, 68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, ! 264GT-B, 264GT3 (¤³¤Î¥ê¥¹¥È¤Ë¤Ï Mach8, Mach32, Mach64, 3D Rage, ! 3D Rage II, 3D Rage Pro ¤¬´Þ¤Þ¤ì¤Þ¤¹), Rage LT, Rage LT PRO, ! Rage 128 Avance Logic ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 *************** *** 153,164 **** IBM 8514/A (¤ª¤è¤Ó½ã¿è¤Ê¥¯¥í¡¼¥ó), XGA-2 IIT AGX-014, AGX-015, AGX-016 Matrox MGA2064W (Millennium), MGA1064SG (Mystique ¤È Mystique 220), ! MGA2164W (Millennium II PCI ¤ª¤è¤Ó AGP), G100, G200 MX MX68000(*), MX680010(*) --- 142,156 ---- IBM 8514/A (¤ª¤è¤Ó½ã¿è¤Ê¥¯¥í¡¼¥ó), XGA-2 + Intel + i740 + IIT AGX-014, AGX-015, AGX-016 Matrox MGA2064W (Millennium), MGA1064SG (Mystique ¤È Mystique 220), ! MGA2164W (Millennium II PCI ¤ª¤è¤Ó AGP), G100, G200, G400 MX MX68000(*), MX680010(*) *************** *** 172,178 **** I128 (series I, II ¤ª¤è¤Ó IV), Revolution 3D (T2R) NVidia/SGS Thomson ! NV1, STG2000, RIVA128, Riva TNT OAK OTI067, OTI077, OTI087 --- 164,170 ---- I128 (series I, II ¤ª¤è¤Ó IV), Revolution 3D (T2R) NVidia/SGS Thomson ! NV1, STG2000, RIVA128, Riva TNT, Riva TNT2 OAK OTI067, OTI077, OTI087 *************** *** 185,194 **** S3 86C911, 86C924, 86C801, 86C805, 86C805i, 86C928, 86C864, 86C964, 86C732, 86C764, 86C765, 86C767, 86C775, 86C785, 86C868, 86C968, ! 86C325, 86C357, 86C375, 86C375, 86C385, 86C988, 86CM65, 86C260 SiS ! 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326 3DLabs GLINT 500TX, GLINT MX, Permedia, Permedia 2, Permedia 2v --- 177,191 ---- S3 86C911, 86C924, 86C801, 86C805, 86C805i, 86C928, 86C864, 86C964, 86C732, 86C764, 86C765, 86C767, 86C775, 86C785, 86C868, 86C968, ! 86C325, 86C357, 86C362, 86C375, 86C375, 86C385, 86C988, 86CM65, ! 86C260 SiS ! 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326, 530, ! 620, 540, 630, 300 ! ! 3dfx ! Voodoo Banshee, Voodoo3 3DLabs GLINT 500TX, GLINT MX, Permedia, Permedia 2, Permedia 2v *************** *** 196,207 **** Tseng ET3000, ET4000AX, ET4000/W32, ET4000/W32i, ET4000/W32p, ET6000, ET6100 Trident TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000, TVGA9000i, TVGA9100B, TVGA9200CXR, Cyber9320(*), TVGA9400CXi, TVGA9420, TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680, ProVidia 9682, ProVidia 9685(*), Cyber 9382, Cyber ! 9385, Cyber 9388, 3DImage975, 3DImage985, Cyber 9397, Cyber 9520 Video 7/Headland Technologies HT216-32(*) --- 193,206 ---- Tseng ET3000, ET4000AX, ET4000/W32, ET4000/W32i, ET4000/W32p, ET6000, ET6100 + Trident TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000, TVGA9000i, TVGA9100B, TVGA9200CXR, Cyber9320(*), TVGA9400CXi, TVGA9420, TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680, ProVidia 9682, ProVidia 9685(*), Cyber 9382, Cyber ! 9385, Cyber 9388, 3DImage975, 3DImage985, Cyber 9397, Cyber ! 9520, Cyber 9525, Blade3D, CyberBlade Video 7/Headland Technologies HT216-32(*) *************** *** 223,234 **** ¤¤¤¯¤Ä¤«¤ÏÇò¹õ¤È 16 ¿§¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢´ö¤Ä¤«¤Ï¤è¤ê¿¤¤¿§¿ô ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦°Ù¤Î¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï¡¢¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë (¸½ºßÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ï TGA, Matrox, Mach32, Mach64, NVidia, Oak, P9000, S3 (ViRGE ¤ò½ü¤¯), S3 ViRGE, SiS, Video7, Western Digital, Tseng (W32), Tseng (all), AGX/XGA, ARK, ATI (SVGA server), ! Chips and Technologies, Cirrus, Trident, NeoMagic, Rendition, Epson, ! 3DLabs) ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ Çò¹õ¥µ¡¼¥Ð¤Ï¥·¥ó¥°¥ë¥Ð¥ó¥¯ 64k ¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò»ÈÍѤ·¤Æ¤¤¤ë°ìÈÌŪ¤Ê VGA ¥«¡¼¥É¡¢Hercules Çò¹õ¥«¡¼¥É¡¢¸½Âå ( Hyundai ) HGC1280¡¢ Sigma --- 222,233 ---- ¤¤¤¯¤Ä¤«¤ÏÇò¹õ¤È 16 ¿§¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢´ö¤Ä¤«¤Ï¤è¤ê¿¤¤¿§¿ô ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦¤¿¤á¤Î¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï¡¢¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë (¸½ºßÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ï TGA, Matrox, Mach32, Mach64, NVidia, Oak, P9000, S3 (ViRGE ¤ò½ü¤¯), S3 ViRGE, SiS, Video7, Western Digital, Tseng (W32), Tseng (all), AGX/XGA, ARK, ATI (SVGA server), ! Chips and Technologies, Cirrus, Trident, NeoMagic, Rendition, Rage128, ! Epson, 3DLabs, i740) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Çò¹õ¥µ¡¼¥Ð¤Ï¥·¥ó¥°¥ë¥Ð¥ó¥¯ 64k ¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò»ÈÍѤ·¤Æ¤¤¤ë°ìÈÌŪ¤Ê VGA ¥«¡¼¥É¡¢Hercules Çò¹õ¥«¡¼¥É¡¢¸½Âå ( Hyundai ) HGC1280¡¢ Sigma *************** *** 251,270 **** ¤Ï¡¢¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤Ç¤Ï /usr/X11R6/lib/X11/doc ¤Î¡¢¤Þ¤¿¥½¡¼¥¹ÇÛÉÕʪ¤Ç¤Ï xc/programs/Xserver/hw/xfree86/doc ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£ ! QuickStart.doc ¤È README.Config ¤Î¥Õ¥¡¥¤¥ë¤Ï XFree86 ¥µ¡¼¥Ð¤ÎÀßÄêÊýË¡ ! ¤Ë¤Ä¤¤¤Æ¤Î»²¹Í¾ðÊó¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£XFree86 ¥Á¡¼¥à ¤Ë»Ù±ç¤òµá¤á¤ëÏ¢Íí¤ò ! ¼è¤ëÁ°¤Ë¡¢Ä󶡤·¤¿Á´¤Æ¤Îʸ¾Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¡¢¤½¤·¤Æ XFree86 FAQ ! ¤òÆɤó¤Ç²¼¤µ¤¤¡£ SVGA ¥É¥é¥¤¥Ð¤Î³«È¯¤Ë¤Ä¤¤¤Æ¤Îʸ½ñ¤Ï¡¢¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤Ç ¤Ï¡¢/usr/X11R6/lib/Server/VGADriverDoc ¤Ë¡¢¥½¡¼¥¹ÇÛÉÕʪ¤Ç ¤Ï¡¢xc/programs/Xserver/hw/xfree86/VGADriverDoc ¤Ë¤¢¤ê¤Þ¤¹¡£ ¤É¤¦¤·¤Æ¤¤¤¤¤«Á´¤¯Ê¬¤«¤é¤Ê¤¯¤Ê¤Ã¤ÆÅÓÊý¤ËÊë¤ì¤Æ¤·¤Þ¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ ! ¤Ë¤è¤Ã¤Æ XFree86 ¥µ¥Ý¡¼¥È¥Á¡¼¥à¤ËÏ¢Íí¤·¤Æ²¼¤µ ! ¤¤¡£Ï¢Íí¤ò¤È¤ëÁ°¤Ë¡¢ºÇ¿·ÈǤΠXFree86 ¤ò»È¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ftp://ftp.xfree86.org/pub/XFree86 ¤Ë·ÇºÜ¤·¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤òÄ´¤Ù¤Æ ! ¤¯¤À¤µ¤¤¡£ Usenet ¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤Ç¤¢¤ë comp.windows.x.i386unix ¤Ç¤Ï¡¢ XFree86 ¤È¡¢XFree86 ¤Ë´Ø·¸¤¹¤ëÏÃÂê¤Ë¤Ä¤¤¤Æ¤ÎµÄÏÀ¤¬¤·¤ç¤Ã¤Á¤å¤¦¹Ô¤Ê¤ï¤ì¤Æ¤ª¤ê¡¢ --- 250,269 ---- ¤Ï¡¢¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤Ç¤Ï /usr/X11R6/lib/X11/doc ¤Î¡¢¤Þ¤¿¥½¡¼¥¹ÇÛÉÕʪ¤Ç¤Ï xc/programs/Xserver/hw/xfree86/doc ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£ ! QuickStart.doc ¤È README.Config ¤Ï XFree86 ¥µ¡¼¥Ð¤ÎÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î ! »²¹Í¾ðÊó¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£XFree86 ¥Á¡¼¥à ¤ËÏ¢Íí¤·¤Æ½õ¤±¤òµá¤á¤ëÁ°¤Ë¡¢Äó ! ¶¡¤·¤¿Á´¤Æ¤Îʸ¾Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¡¢ XFree86 FAQ ! ¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ SVGA ¥É¥é¥¤¥Ð¤Î³«È¯¤Ë¤Ä¤¤¤Æ¤Îʸ½ñ¤Ï¡¢¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤Ç ¤Ï¡¢/usr/X11R6/lib/Server/VGADriverDoc ¤Ë¡¢¥½¡¼¥¹ÇÛÉÕʪ¤Ç ¤Ï¡¢xc/programs/Xserver/hw/xfree86/VGADriverDoc ¤Ë¤¢¤ê¤Þ¤¹¡£ ¤É¤¦¤·¤Æ¤¤¤¤¤«Á´¤¯Ê¬¤«¤é¤Ê¤¯¤Ê¤Ã¤ÆÅÓÊý¤ËÊë¤ì¤Æ¤·¤Þ¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ ! °¸¤Ë¥á¡¼¥ë¤ò½Ð¤·¤Æ XFree86 ¥µ¥Ý¡¼¥È¥Á¡¼¥à¤ËÏ¢Íí ! ¤·¤Æ¤¯¤À¤µ¤¤¡£Ï¢Íí¤ò¤È¤ëÁ°¤Ë¤Ï¡¢ºÇ¿·ÈǤΠXFree86 ¤ò»È¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ftp://ftp.xfree86.org/pub/XFree86 ¤Ë·ÇºÜ¤·¤Æ¤¤¤ë¥Ð¡¼ ! ¥¸¥ç¥ó¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ Usenet ¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤Ç¤¢¤ë comp.windows.x.i386unix ¤Ç¤Ï¡¢ XFree86 ¤È¡¢XFree86 ¤Ë´Ø·¸¤¹¤ëÏÃÂê¤Ë¤Ä¤¤¤Æ¤ÎµÄÏÀ¤¬¤·¤ç¤Ã¤Á¤å¤¦¹Ô¤Ê¤ï¤ì¤Æ¤ª¤ê¡¢ *************** *** 327,333 **** o Jon Tombs - o Kees Verstoep o Paul Vixie --- 326,331 ---- *************** *** 365,370 **** --- 363,372 ---- o Orest Zborowski + DG/ux ÍѤϼ¡¤Î¥á¥ó¥Ð¡¼¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ : + + o Takis Psarogiannakopoulos + SCO Unix ÍѤϼ¡¤Î¥á¥ó¥Ð¡¼¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ : o David McCullough *************** *** 391,398 **** o Doug Anson , - o David Holland ISC SVR3 ÍѤϼ¡¤Î¥á¥ó¥Ð¡¼¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ : --- 393,400 ---- o Doug Anson , + o David Holland ISC SVR3 ÍѤϼ¡¤Î¥á¥ó¥Ð¡¼¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ : *************** *** 444,450 **** o Kohji Ohishi , ! o Shin'ichi Yairo , o Kazuo Ito , --- 446,452 ---- o Kohji Ohishi , ! o Shin'ichi Yairo , o Kazuo Ito , *************** *** 472,478 **** o Yasushi Suzuki , ! o Satoshi Kimura , o Kazuhiko Uno , --- 474,480 ---- o Yasushi Suzuki , ! o Satoshi Kimura , o Kazuhiko Uno , *************** *** 523,530 **** S3V ¥¢¥¯¥»¥é¥ì¡¼¥¿¥×¥í¥°¥é¥à¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : - o Harald Koenig , o Kevin Brosius --- 525,532 ---- S3V ¥¢¥¯¥»¥é¥ì¡¼¥¿¥×¥í¥°¥é¥à¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : + o Harald Koenig , o Kevin Brosius *************** *** 650,655 **** --- 652,659 ---- o Xavier Ducoin + o Dirk Hohndel + DEC 21030 (TGA) ¥µ¡¼¥Ð¤Ï¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : o Alan Hourihane *************** *** 719,729 **** o Nozomi Ytow o Egbert Eich o David Bateman - o Xavier Ducoin MX SVGA ¥É¥é¥¤¥Ð¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : --- 723,733 ---- o Nozomi Ytow + o Egbert Eich o David Bateman o Xavier Ducoin MX SVGA ¥É¥é¥¤¥Ð¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : *************** *** 786,795 **** Tseng ET4000 ¤È ET6000 SVGA ¥É¥é¥¤¥Ð¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : - o [ºî¼ÔÉÔÌÀ] - o Dirk Hohndel o Koen Gadeyne --- 790,797 ---- *************** *** 832,837 **** --- 834,851 ---- o Helmut Fahrion + 3dfx ÍѤΥ¢¥¯¥»¥é¥ì¡¼¥¿¥³¡¼¥É¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : + + o Daryll Strauss + + o Scott Bertin + + + Intel i740 ÍѤΥ¢¥¯¥»¥é¥ì¡¼¥¿¥³¡¼¥É¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : + + o Kevin E. Martin , + + XFree86-VidMode µ¡Ç½³ÈÄ¥ ¤È xvidtune ¥¯¥é¥¤¥¢¥ó¥È¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ ºîÀ®¤·¤Þ¤·¤¿ : *************** *** 841,846 **** --- 855,861 ---- o Jon Tombs + o Joe Moss *************** *** 855,861 **** o Jon Tombs - o Mark Vojkovich o Harm Hanemaayer , --- 870,875 ---- *************** *** 895,921 **** ³«È¯·×²è¤È¥µ¥Ý¡¼¥È¤Ï XFree86 ¥³¥¢¥Á¡¼¥à¤Ë¤è¤Ã¤Æ¿ä¿Ê¤·¤Æ¤¤¤Þ¤¹¡£¸½ºß¡¢ ! ¥³¥¢¥Á¡¼¥à¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤Ç¹½À®¤·¤Æ¤¤¤Þ¤¹¡£¡Ê½çÉÔƱ¡Ë: ! ! o Robin Cutshaw o David Dawes ! o Marc Evans ! o Harm Hanemaayer o Dirk Hohndel ! o Harald Koenig ! o Rich Murphey o Takaaki Nomura ! o Jon Tombs ! o David Wexelblat ¥³¥¢¥Á¡¼¥à¤Ø¤ÎÏ¢Íí¤Ï °¸¤Æ¤ËÅŻҥ᡼¥ë¤òÁ÷¿®¤·¤Æ ¤¯¤À¤µ¤¤¡£¥µ¥Ý¡¼¥È¤Ë´Ø¤¹¤ë¼ÁÌä¤Ï °¸¤Æ¤ËÅŻҥá --- 909,948 ---- ³«È¯·×²è¤È¥µ¥Ý¡¼¥È¤Ï XFree86 ¥³¥¢¥Á¡¼¥à¤Ë¤è¤Ã¤Æ¿ä¿Ê¤·¤Æ¤¤¤Þ¤¹¡£¸½ºß¡¢ ! ¥³¥¢¥Á¡¼¥à¤Ï°Ê²¼¤Î¥á¥ó¥Ð¡¼¤Ç¹½À®¤µ¤ì¤Æ¤¤¤Þ¤¹(ǯÂå½ç): o David Dawes ! o David Wexelblat ! o Rich Murphey o Dirk Hohndel ! o Jon Tombs ! ! o Marc Evans ! ! o Robin Cutshaw o Takaaki Nomura ! o Harald Koenig ! o Egbert Eich ! ! o Mark Vojkovich ! ! o Alan Hourihane ! ! o Preston Brown ! ! o Marc Aurele La France ! ! o Kevin E. Martin ! ! o Keith Packard ¥³¥¢¥Á¡¼¥à¤Ø¤ÎÏ¢Íí¤Ï °¸¤Æ¤ËÅŻҥ᡼¥ë¤òÁ÷¿®¤·¤Æ ¤¯¤À¤µ¤¤¡£¥µ¥Ý¡¼¥È¤Ë´Ø¤¹¤ë¼ÁÌä¤Ï °¸¤Æ¤ËÅŻҥá *************** *** 958,980 **** ¤«¤éÆ°¤¤¤ÆɬÍפʤâ¤Î¤ò¼ê¤ËÆþ¤ì¡¢¤½¤·¤Æ¤½¤ì¤ò¼ÂºÝ¤Î³«È¯ºî¶È¤Ë¤¿¤º¤µ¤ï¤ë ¿Í¡¹¤ËÄ󶡤¹¤ë¤³¤È¤¬²Äǽ¤È¤Ê¤ë¤«¤é¤Ç¤¹¡£ ! ¸½ºß¤ÎXFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¼èÄùÌò²ñ¤È´´»ö²ñ¤Ï¡¢°Ê²¼¤ÎÄ̤ê: - o David Dawes, President ¤È Secretary (¼ÒŤÈÈë½ñ) ! o Dirk Hohndel, Vice-President (Éû¼ÒĹ) ! o Glenn Lai, Director (¼èÄùÌò) ! o Rich Murphey, Treasurer (²ñ·×·¸) ! o Jim Tsillas, Director (¼èÄùÌò) ! o Jon Tombs, Director (¼èÄùÌò) ! o David Wexelblat, Director (¼èÄùÌò) ! ¼èÄùÌò²ñ¤Ø¤ÎÏ¢Íí¤Ï ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ÊÀ¼Ò¤ÎÆ⵬¤Ï¡¢XFree86 ¤¬¸½ºß¤â¡¢¤½¤·¤Æ¾­Íè¤â¤º¤Ã¤È¡¢¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢ ¥×¥í¥¸¥§¥¯¥È¤Ç¤¢¤ê³¤±¤ë¤³¤È¤òÊݾڤ¹¤ë¤è¤¦¤Ê·Á¤Çµ¯Á𤵤ì¤Æ¤¤¤Þ¤¹¡£¥³¥¢ --- 985,1013 ---- ¤«¤éÆ°¤¤¤ÆɬÍפʤâ¤Î¤ò¼ê¤ËÆþ¤ì¡¢¤½¤·¤Æ¤½¤ì¤ò¼ÂºÝ¤Î³«È¯ºî¶È¤Ë¤¿¤º¤µ¤ï¤ë ¿Í¡¹¤ËÄ󶡤¹¤ë¤³¤È¤¬²Äǽ¤È¤Ê¤ë¤«¤é¤Ç¤¹¡£ ! ¸½ºß¤Î XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¼èÄùÌò²ñ¤È´´»ö²ñ¤Ï°Ê²¼¤ÎÄ̤ê¤Ç¤¹: ! o David Dawes, President ¤ª¤è¤Ó Secretary ! o Dirk Hohndel, Vice-President ! o Robin Cutshaw, Director ! o Marc Evans, Director ! o Glenn Lai, Director ! o Rich Murphey, Treasurer ! o Jim Tsillas, Director ! ! o Jon Tombs, Director ! ! o David Wexelblat, Director ! ! ¼èÄùÌò²ñ¤Ø¤ÎÏ¢Íí¤Ï ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£ ÊÀ¼Ò¤ÎÆ⵬¤Ï¡¢XFree86 ¤¬¸½ºß¤â¡¢¤½¤·¤Æ¾­Íè¤â¤º¤Ã¤È¡¢¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢ ¥×¥í¥¸¥§¥¯¥È¤Ç¤¢¤ê³¤±¤ë¤³¤È¤òÊݾڤ¹¤ë¤è¤¦¤Ê·Á¤Çµ¯Á𤵤ì¤Æ¤¤¤Þ¤¹¡£¥³¥¢ *************** *** 1014,1026 **** ¤Þ¤Þ¥³¥ó¥Ñ¥¤¥ë¤·¤¿¤è¤¦¤Ê¥Ð¥¤¥Ê¥êÈǤò²æ¡¹¤Î¥µ¥Ý¡¼¥È¤¹¤ë OS ÍѤÎÀ½ÉÊ ¤È¤·¤ÆÄ󶡤¹¤ë¤³¤È¤ÏÍÆǧ¤Ç¤­¤Þ¤»¤ó¡£ ! ¤³¤³¤Ë¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¥¹¥Ý¥ó¥µ¡¼¤È¤Ê¤ê¡¢¶âÁ¬¤ÎÄó¶¡Ëô¤Ïµ¡ºà¤È ! »ñ¸»¤ÎÄ󶡤ò¤·¤Æ¤¯¤À¤µ¤Ã¤¿ÁÈ¿¥¤È¸Ä¿Í¤ÎÊý¤ò°ìÍ÷¤ËÃפ·¤Þ¤¹¡£ XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤ÏÈà¤é¤ËÂçÊÑ´¶¼Õ¤·¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¼Ò²ñÁ´ÂΤβþÁ±¤Î°Ù¤Ë¹âÉÊ ¼Á¤Ê¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤ò·Ñ³¤·¤ÆÄ󶡤¹¤ë¤³¤È¤Ç¡¢Èà¤é¤Î´üÂԤ˱褨¤ë¤³¤È ¤ò´ê¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£ o UUNET Communications Services, Inc. UUNET Communications Services, Inc ¤Ï¡¢ÆÃÊ̤Ë̾Á°¤òµó¤²¤¿¤¤¤È»×¤¤¤Þ --- 1047,1069 ---- ¤Þ¤Þ¥³¥ó¥Ñ¥¤¥ë¤·¤¿¤è¤¦¤Ê¥Ð¥¤¥Ê¥êÈǤò²æ¡¹¤Î¥µ¥Ý¡¼¥È¤¹¤ë OS ÍѤÎÀ½ÉÊ ¤È¤·¤ÆÄ󶡤¹¤ë¤³¤È¤ÏÍÆǧ¤Ç¤­¤Þ¤»¤ó¡£ ! ¤³¤³¤Ë¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¥¹¥Ý¥ó¥µ¡¼¤È¤Ê¤ê¡¢¶âÁ¬¤ÎÄ󶡤ޤ¿¤Ïµ¡ºà ! ¤È»ñ¸»¤ÎÄ󶡤ò¤·¤Æ¤¯¤À¤µ¤Ã¤¿ÁÈ¿¥¤È¸Ä¿Í¤Î°ìÍ÷¤ò¼¨¤·¤Þ¤¹¡£ XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤ÏÈà¤é¤ËÂçÊÑ´¶¼Õ¤·¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¼Ò²ñÁ´ÂΤβþÁ±¤Î¤¿¤á¤Ë¹âÉÊ ¼Á¤Ê¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤ò·Ñ³¤·¤ÆÄ󶡤¹¤ë¤³¤È¤Ç¡¢Èà¤é¤Î´üÂԤ˱褨¤ë¤³¤È ¤ò´ê¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£ + o SuSE + + SuSE ¤Ï Atlanta Linux Enthusiasts ¤ä VA Linux + Systems ¤È¤È¤â¤Ë¡¢ 1999 ǯ 10 ·î 9 Æü¤«¤é + 10 ·î 15 Æü¤Þ¤Ç Atlanta Linux Showcase ¤Î°ìÉô¤È¤·¤Æ¹Ô¤ï¤ì¤¿Âè1²ó¤Î + XFree86 hothouse ¤Î¸å±ç¤È½àÈ÷¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£¤³¤Î½µ + ¤Ï¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤ÎÎò»Ë¤ÎÃæ¤ÇºÇ¤â¿ÊĽ¤¬¤¢¤Ã¤¿½µ¤Ç¤¹¡£²æ¡¹¤Ï + ´û¤Ë 2000 ǯ¤ËÂè2²ó¤ò·×²è¤·¤Æ¤¤¤Þ¤¹¡£ + + o UUNET Communications Services, Inc. UUNET Communications Services, Inc ¤Ï¡¢ÆÃÊ̤Ë̾Á°¤òµó¤²¤¿¤¤¤È»×¤¤¤Þ *************** *** 1119,1126 **** o Joel Storm ! ! o S.u.S.E. GmbH , Fuerth, Germany o Tekelec Airtronic GmbH , Muenchen, Germany --- 1162,1168 ---- o Joel Storm ! o SuSE GmbH , Nuernberg, Germany o Tekelec Airtronic GmbH , Muenchen, Germany *************** *** 1143,1155 **** ¤Þ¤Ç¡£ 8. ¥½¡¼¥¹¤È¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Î¤¢¤ë¥µ¥¤¥È X ¥³¥ó¥½¡¼¥·¥¢¥à(¸½ºß¤Ï The Open Group) ¤Î X11R6.3 PL2 ¤«¤é XFree86 ! 3.3.3.1 ¤Ø¤Î¥Ð¡¼¥¸¥ç¥ó¥¢¥Ã¥×ÍÑ¥½¡¼¥¹¥³¡¼¥É¥Ñ¥Ã¥Á¤¬Æþ¼ê²Äǽ¤Ç¤¹¡£¤³¤ì¤Ë ! ²Ã¤¨¤Æ¿¤¯¤Î OS ÍѤ˥Х¤¥Ê¥ê¤âÍÑ°Õ¤µ¤ì¤Æ¤ª¤ê¡¢°Ê²¼¤Îƿ̾ FTP ¥µ¥¤¥È·Ð ! ͳ¤Ç¼ê¤ËÆþ¤ê¤Þ¤¹ : o ftp://ftp.XFree86.org/pub/XFree86 --- 1185,1198 ---- ¤Þ¤Ç¡£ + 8. ¥½¡¼¥¹¤È¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Î¤¢¤ë¥µ¥¤¥È X ¥³¥ó¥½¡¼¥·¥¢¥à(¸½ºß¤Ï The Open Group) ¤Î X11R6.3 PL2 ¤«¤é XFree86 ! 3.3.6 ¤Ø¤Î¥Ð¡¼¥¸¥ç¥ó¥¢¥Ã¥×ÍÑ¥½¡¼¥¹¥³¡¼¥É¥Ñ¥Ã¥Á¤¬Æþ¼ê²Äǽ¤Ç¤¹¡£¤³¤ì¤Ë²Ã ! ¤¨¤Æ¿¤¯¤Î OS ÍѤ˥Х¤¥Ê¥ê¤âÍÑ°Õ¤µ¤ì¤Æ¤ª¤ê¡¢°Ê²¼¤Îƿ̾ FTP ¥µ¥¤¥È·Ðͳ ! ¤Ç¼ê¤ËÆþ¤ê¤Þ¤¹ : o ftp://ftp.XFree86.org/pub/XFree86 *************** *** 1186,1191 **** --- 1229,1235 ---- o ftp://ftp.mpi-sb.mpg.de/pub/X/mirror/ftp.xfree86.org (¥½¡¼¥¹¤ª¤è¤Ó ¥Ð¥¤¥Ê¥ê) + o ftp://ftp.cs.tu-berlin.de/pub/X/XFree86 (¥½¡¼¥¹¤ª¤è¤Ó¥Ð¥¤¥Ê¥ê) o ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.xfree86 (¥½¡¼¥¹¤ª¤è¤Ó *************** *** 1221,1233 **** ! Æþ¼ê¤·¤¿¥ê¥ê¡¼¥¹¤¬ XFree86 3.3.3.1 ¤Ç¤¢¤ë¤«¤É¤¦¤«¡¢¤è¤¯³Îǧ¤·¤Æ¤¯¤À¤µ ¤¤¡£¤¤¤¯¤Ä¤«¤Î¥µ¥¤¥È¤Ç¤Ï¡¢¸Å¤¤ÈǤΠXFree86 ¤¬Êݸ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ê ¤Þ¤¹¡£ RELNOTES ¤ò¤·¤Ã¤«¤êÆɤó¤Ç¡¢¤É¤Î¥Õ¥¡¥¤¥ë¤ò³ÊǼ¾ì½ê¤«¤éÆþ¼ê¤¹¤ëɬ ! Íפ¬¤¢¤ë¤Î¤«¡¢Ä´¤Ù¤Æ¤ª¤¤¤Æ²¼¤µ¤¤¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README,v 3.4.2.2 1999/06/02 07:50:40 hohndel Exp $ --- 1265,1277 ---- ! Æþ¼ê¤·¤¿¥ê¥ê¡¼¥¹¤¬ XFree86 3.3.6 ¤Ç¤¢¤ë¤«¤É¤¦¤«¡¢¤è¤¯³Îǧ¤·¤Æ¤¯¤À¤µ ¤¤¡£¤¤¤¯¤Ä¤«¤Î¥µ¥¤¥È¤Ç¤Ï¡¢¸Å¤¤ÈǤΠXFree86 ¤¬Êݸ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ê ¤Þ¤¹¡£ RELNOTES ¤ò¤·¤Ã¤«¤êÆɤó¤Ç¡¢¤É¤Î¥Õ¥¡¥¤¥ë¤ò³ÊǼ¾ì½ê¤«¤éÆþ¼ê¤¹¤ëɬ ! Íפ¬¤¢¤ë¤Î¤«¡¢Ä´¤Ù¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README,v 3.4.2.4 1999/12/28 12:13:46 hohndel Exp $ *************** *** 1237,1320 **** ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v ! 3.75.2.46 1999/01/05 07:15:48 ¤ò¡¢º´Ìî Éð½Ó ( Taketoshi Sano ! ) ¤¬ XFree86 ! 3.3.3.1 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤· ! ¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼ ! ¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£ ! ! ¤Ê¤ª¡¢ËÝÌõ¤Ë¤¢¤¿¤Ã¤Æ¤Ï²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤µ¤ó¤Ë¤è ! ¤ë XFree86 3.3.2 ¤ÎÏÂÌõ¤«¤éÂçÉôʬ¤Îʸ¾Ï¤ò夭¤Þ¤·¤¿¤³¤È¤ò¤³¤³¤Ëµ­¤·¡¢ ! ´¶¼Õ¤ò¼¨¤·¤Þ¤¹¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î ! ÏÂÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! http://xjman.dsl.gr.jp/ (ά¾Î xjman ¥×¥í¥¸¥§ ! ¥¯¥È) ¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä ¤Þ¤¿¤Ï ! xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1281,1296 ---- ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (XFree86 ! 3.3.2 ÈǤÎËÝÌõ: ²¬Ëܰ칬 ! , XFree86 3.3.3.1 ÈǤÎËÝÌõ: º´Ìî Éð½Ó ! , XFree86 3.3.4, ! 3.3.5, 3.3.6 ÈǤؤι¹¿·: Æ£¸¶µ±²Å ! )¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦ ! ¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£ ! ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï X ! Japanese Documentation Project http://xjman.dsl.gr.jp/ ! (ά¾Î xjman ¥×¥í¥¸¥§¥¯¥È) ¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏ ! Ìõ¤ÎÉÔ¶ñ¹ç¤Ï»ä ¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅÅ ! »Ò¥á¡¼¥ë¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs:1.1.2.1 Wed Jun 2 17:50:41 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs Sat Nov 27 02:23:02 1999 *************** *** 1,132 **** ! 3DLabs À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 5 November 1998 ! The X Japanese Documentation Project ! 12 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï 3DLabs À½¤Î°Ê²¼¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ GLINT 500TX ! ! o IBM RGB526 ¤Þ¤¿¤Ï IBM RGB640 RAMDAC ¤òºÜ¤»¤¿ GLINT MX ! ! o IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ Permedia ! ! o Permedia 2 (classic, 2a, 2v) ! ! ! 2. µ¡Ç½ ! ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! o DPMS ¥µ¥Ý¡¼¥È ! ! o ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿§¤Î¿¼¤µ ! ! o GLINT MX/500TX: 8/16/32 bpp ! ! o Permedia: 8/16/32 bpp ! ! o Permedia 2: 8/16/24/32 bpp ! ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "no_pixmap_cache" ! ¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£ÉÁ²è¥¨¥é¡¼¤¬µ¯¤³¤ë ! ¾ì¹ç¤ËÍ­¸ú¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! Option "no_accel" ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò´°Á´¤Ë̵¸ú¤Ë¤·¤Þ¤¹¡£ÉáÄ̤Ϥª´«¤á¤·¤Þ¤»¤ó¡£ ! ! ! Option "pci_retry" ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¨¥ó¥¸¥ó¤¬¥Ó¥¸¡¼¾õÂ֤ΤȤ­¤Ë PCI ¥Ð¥¹¤òÄä»ß¤µ¤»¤Þ ! ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤ÈÀ­Ç½¤Ï¾¯¤·¸þ¾å¤·¤Þ¤¹¤¬¡¢¥×¥í¥»¥Ã¥µ¤Î¥µ ! ¡¼¥Ó¥¹¤ò¼õ¤±¤è¤¦¤È¤·¤Æ¤¤¤ë¾¤Î¥Ç¥Ð¥¤¥¹¤Î˸³²¤ò¤¹¤ë¥ê¥¹¥¯¤òÉ餦¤³ ! ¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢SCSI ¥«¡¼¥É¤ä¥·¥ê¥¢¥ëÀÜ ! ³¡¢¥µ¥¦¥ó¥É¥«¡¼¥ÉÅù¤ÇÌäÂê¤òµ¯¤³¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! Option "firegl_3000" ! Diamond Fire GL 3000 ¤Ç¼ç¥¹¥¯¥ê¡¼¥ó¤ò»È¤¦¤¿¤á¤ËɬÍפǤ¹¡£¸½ºßÉû ! ¥¹¥¯¥ê¡¼¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! Option "overclock_mem" ! ¥á¥â¥ê¤ÎÆ°ºî¥¯¥í¥Ã¥¯¤ò¾å¤²¤Þ¤¹¡£¹â²òÁüÅÙ»þ¤Çɽ¼¨¤¬Íð¤ì¤ë¥«¡¼¥É¤Ç ! Ìò¤ËΩ¤Á¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦¥ê¥¹¥¯¤òÉ餦¤³¤È ! ¤Ë¤Ê¤ê¤Þ¤¹¡£Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! ! ! o 500TX ¥Á¥Ã¥×¥»¥Ã¥È¤È MX ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥â¡¼¥ÉÀÚÂؤ¨¤¬¤Ç¤­¤Þ¤»¤ó¡£ ! ¤·¤¿¤¬¤Ã¤Æ¡¢¥â¡¼¥É¹Ô¤Ë¸½¤ï¤ì¤ëºÇ½é¤Î¥â¡¼¥É¤·¤«»ÈÍѤǤ­¤Þ¤»¤ó¡£ ! ! o ¿§¤Î¿¼¤µ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤·¤À¤È¿§¤ÎÌäÂ꤬µ¯¤³¤ê¤Þ ! ¤¹¡£ ! ! o ¥µ¡¼¥Ð¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Ç¤¹¤¬¡¢²þÁ±¤Î;ÃϤ¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Ï ! XFree86-4.0 ¤Î³«È¯¤Ë½¸Ã椷¤Æ¤¤¤ë¤Î¤Ç¡¢3.3.3 ¥Ö¥é¥ó¥Á¤Î²þÁ±¤ò¹Ô¤¦Í½ ! Äê¤Ï¤¢¤ê¤Þ¤»¤ó¡£XFree86-4.0 ¤Ë´Þ¤Þ¤ì¤ë¥µ¡¼¥Ð¤Ï¡¢¸½ºß¤Î¤â¤Î¤è¤ê¤º¤Ã ! ¤È¹â®¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! 5. ºî¼Ô ! ! ! o Alan Hourihane ! ! o Dirk Hohndel ! ! o Stefan Dirsch ! ! o Helmut Fahrion ! ! o Elsa ¤Î AG ¤Ç¤¢¤ë Aachen »á¤Ë´¶¼Õ¤·¤Þ¤¹¡£»á¤Ë¤Ï¡¢¤³¤Î¥µ¡¼¥Ð¤ò³«È¯¤Ç ! ¤­¤ë¤è¤¦¤Ë¤·¤Æ¤¤¤¿¤À¤­¡¢³«È¯Ãæ¤Ë¤Ï¿¤¯¤Î¥Ü¡¼¥É¤ä¾ðÊó¤òÄ󶡤·¤Æ¤¤¤¿ ! ¤À¤­¤Þ¤·¤¿¡£ ! ! o SuSE Í­¸ÂÀÕǤ²ñ¼Ò¤Î Nuernberg »á¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£¥µ¡¼¥Ð³«È¯¥á¥ó¥Ð ! ¡¼¤Î²¿¿Í¤«¤ËµëÎÁ¤ò½Ð¤·¤Æ¤¤¤¿¤À¤­¡¢¤³¤Î¥µ¡¼¥Ð³«È¯¤Î»ñ¶âÌ̤ò»Ù¤¨¤Æ¤¤ ! ¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs,v 1.1.2.1 1999/06/02 07:50:41 hohndel Exp $ ! ! ! ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! --- 1,125 ---- ! 3DLabs À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 25 June 1999 ! The X Japanese Documentation Project ! 1 August 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï 3DLabs À½¤Î°Ê²¼¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ GLINT 500TX ! ! o IBM RGB526, IBM RGB640 RAMDAC ¤òºÜ¤»¤¿ GLINT MX plus Delta ! ! o IBM RGB526, IBM RGB640 RAMDAC ¤òºÜ¤»¤¿ GLINT MX plus Gamma ! ! o IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ Permedia ! ! o Permedia 2 (classic, 2a, 2v) ! ! 2. µ¡Ç½ ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! o DPMS ¥µ¥Ý¡¼¥È ! ! o ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿§¤Î¿¼¤µ ! ! o GLINT MX/500TX: 8/16/32 bpp ! ! o Permedia: 8/16/32 bpp ! ! o Permedia 2: 8/16/24/32 bpp ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "no_pixmap_cache" ! ¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£ÉÁ²è¥¨¥é¡¼¤¬µ¯¤³¤ë ! ¾ì¹ç¤ËÍ­¸ú¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! Option "no_accel" ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò´°Á´¤Ë̵¸ú¤Ë¤·¤Þ¤¹¡£ÉáÄ̤Ϥª´«¤á¤·¤Þ¤»¤ó¡£ ! Option "pci_retry" ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¨¥ó¥¸¥ó¤¬¥Ó¥¸¡¼¾õÂ֤ΤȤ­¤Ë PCI ¥Ð¥¹¤òÄä»ß¤µ¤»¤Þ ! ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤ÈÀ­Ç½¤Ï¾¯¤·¸þ¾å¤·¤Þ¤¹¤¬¡¢¥×¥í¥»¥Ã¥µ¤Î¥µ ! ¡¼¥Ó¥¹¤ò¼õ¤±¤è¤¦¤È¤·¤Æ¤¤¤ë¾¤Î¥Ç¥Ð¥¤¥¹¤Î˸³²¤ò¤¹¤ë¥ê¥¹¥¯¤òÉ餦¤³ ! ¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢SCSI ¥«¡¼¥É¤ä¥·¥ê¥¢¥ëÀÜ ! ³¡¢¥µ¥¦¥ó¥É¥«¡¼¥ÉÅù¤ÇÌäÂê¤òµ¯¤³¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! Option "firegl_3000" ! Diamond Fire GL 3000 ¤Ç¼ç¥¹¥¯¥ê¡¼¥ó¤ò»È¤¦¤¿¤á¤ËɬÍפǤ¹¡£¸½ºßÉû ! ¥¹¥¯¥ê¡¼¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! Option "overclock_mem" ! ¥á¥â¥ê¤ÎÆ°ºî¥¯¥í¥Ã¥¯¤ò¾å¤²¤Þ¤¹¡£¹â²òÁüÅÙ»þ¤Çɽ¼¨¤¬Íð¤ì¤ë¥«¡¼¥É¤Ç ! Ìò¤ËΩ¤Á¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦¥ê¥¹¥¯¤òÉ餦¤³¤È ! ¤Ë¤Ê¤ê¤Þ¤¹¡£Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "sync_on_green" ! Ʊ´ü¿®¹æ¤ò Green ¿®¹æ¤Ë¾è¤»¤Þ¤¹¡£¸Å¤¤¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥óÍѤΥâ¥Ë ! ¥¿¤ò»È¤¤¤¿¤¤»þ¤ËÌòΩ¤Ä¤Ç¤·¤ç¤¦¡£¤³¤Îµ¡Ç½¤Ï Permedia 2 ¥Ù¡¼¥¹¤Î¥Ü ! ¡¼¥É¸þ¤±¤Ë¤·¤«¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó(Permedia 2v ¤Ï¤³¤Îµ¡Ç½¤ò»ý¤Ã¤Æ ! ¤¤¤Þ¤»¤ó)¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤ÏÀµ¤ÎƱ´ü¶ËÀ­¤òÍѤ¤¤Þ¤¹¡£SOG ¤Î¥â¥Ë¥¿¤Î ! ¿¤¯¤ÏÉé¤ÎƱ´ü¶ËÀ­¤òɬÍפȤ¹¤ë¤Î¤Ç¡¢¤³¤Î¤è¤¦¤Ê¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤ë ! ¾ì¹ç¤Ë¤Ï Modeline ¤Î¥Õ¥é¥° "-HSync", "-VSync" ¤ò»È¤¤¤Þ¤·¤ç¤¦¡£ ! ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! ! o 500TX ¥Á¥Ã¥×¥»¥Ã¥È¤È MX ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥â¡¼¥ÉÀÚÂؤ¨¤¬¤Ç¤­¤Þ¤»¤ó¡£ ! ¤·¤¿¤¬¤Ã¤Æ¡¢¥â¡¼¥É¹Ô¤Ë¸½¤ï¤ì¤ëºÇ½é¤Î¥â¡¼¥É¤·¤«»ÈÍѤǤ­¤Þ¤»¤ó¡£ ! ! o ¿§¤Î¿¼¤µ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤·¤À¤È¿§¤ÎÌäÂ꤬µ¯¤³¤ê¤Þ ! ¤¹¡£ ! ! o ¥µ¡¼¥Ð¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Ç¤¹¤¬¡¢²þÁ±¤Î;ÃϤ¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Ï ! XFree86-4.0 ¤Î³«È¯¤Ë½¸Ã椷¤Æ¤¤¤ë¤Î¤Ç¡¢3.3.3 ¥Ö¥é¥ó¥Á¤Î²þÁ±¤ò¹Ô¤¦Í½ ! Äê¤Ï¤¢¤ê¤Þ¤»¤ó¡£XFree86-4.0 ¤Ë´Þ¤Þ¤ì¤ë¥µ¡¼¥Ð¤Ï¡¢¸½ºß¤Î¤â¤Î¤è¤ê¤º¤Ã ! ¤È¹â®¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ! 5. ºî¼Ô ! ! o Alan Hourihane ! ! o Dirk Hohndel ! ! o Stefan Dirsch ! ! o Helmut Fahrion ! ! o Elsa ¤Î AG ¤Ç¤¢¤ë Aachen »á¤Ë´¶¼Õ¤·¤Þ¤¹¡£»á¤Ë¤Ï¡¢¤³¤Î¥µ¡¼¥Ð¤ò³«È¯¤Ç ! ¤­¤ë¤è¤¦¤Ë¤·¤Æ¤¤¤¿¤À¤­¡¢³«È¯Ãæ¤Ë¤Ï¿¤¯¤Î¥Ü¡¼¥É¤ä¾ðÊó¤òÄ󶡤·¤Æ¤¤¤¿ ! ¤À¤­¤Þ¤·¤¿¡£ ! ! o SuSE Í­¸ÂÀÕǤ²ñ¼Ò¤Î Nuernberg »á¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£¥µ¡¼¥Ð³«È¯¥á¥ó¥Ð ! ¡¼¤Î²¿¿Í¤«¤ËµëÎÁ¤ò½Ð¤·¤Æ¤¤¤¿¤À¤­¡¢¤³¤Î¥µ¡¼¥Ð³«È¯¤Î»ñ¶âÌ̤ò»Ù¤¨¤Æ¤¤ ! ¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.3DLabs,v 1.1.2.2 1999/11/26 15:23:02 hohndel Exp $ ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤Ë´Ø¤¹¤ë¸¢Íø¤Ï ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese ! Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi:1.1.2.1 Wed Jun 2 17:50:41 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi Sat Nov 27 02:23:03 1999 *************** *** 1,462 **** ! BSD/OS 2.0 ÍÑ XFree86 3.1.2 ¤Ë´Ø¤¹¤ë README ! Hans Nasten ! 24 July 1995 ! The X Japanese Documentation Project ! 8 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! 2. ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! 3. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 4. xdm (¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 5. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤¿ X ¤ÎÀßÄê ! 6. X ¤Î¼Â¹Ô ! 7. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! 8. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! 9. BSD/386 1.1 ¤Î¾ì¹ç¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ø¤Î¥ê¥Ë¥¢¥¢¥¯¥»¥¹ ! ! ! ______________________________________________________________________ ! ! ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ÎÆâÍƤϸŤ¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹ ! ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! ! XFree86 3.1.2 ¤Ï X11R6.3 ¤ò Intel ¥Ù¡¼¥¹¤Î Unix ¤Î¤¤¤¯¤Ä¤«¤Ë°Ü¿¢¤·¤¿¤â ! ¤Î¤Ç¤¹¡£XFree86 ¤Ï¸µ¡¹¡¢ X386 1.2 ¤È¤¤¤¦ X11R5 ¤È°ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿ ! X ¥µ¡¼¥Ð¤Ç¤·¤¿¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¿·¤·¤¤µ¡Ç½¤¬¤¿¤¯¤µ¤óÄɲ䵤졢À­Ç½¤â²þ ! Á±¤µ¤ì¤Æ¤¤¤Þ¤¹¤·¡¢¥Ð¥°¤â¤¿¤¯¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ï X ¥³ ! ¥ó¥½¡¼¥·¥¢¥à¤Î X11R6 ¤Î¥½¡¼¥¹¥³¡¼¥É¤Ø¤Î¥Ñ¥Ã¥Á¤Î·Á¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¤·¡¢ ! ³Æ¼ï¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΥХ¤¥Ê¥êÇÛÉۤηÁ¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¡£ ! ! XFree86 ¤Î¥½¡¼¥¹¥³¡¼¥É¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current ! ! BSD/OS 2.0 ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/Bsdi ! ! ¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î BSD/OS ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥½¡¼¥¹¤«¤éÇÛÉÛʪ¤ò¹½ÃÛ¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£BSD/386 1.0, 1.1 ¾å¤Ç¤ÎÇÛÉÛʪ¤Î¹½ÃۤΥƥ¹¥È¤Ï¹Ô¤Ã ! ¤Æ¤¤¤Þ¤»¤ó¤¬¡¢Àµ¤·¤¯Æ°ºî¤¹¤ë¤È»×¤¤¤Þ¤¹¡£¸Å¤¤ BSD/OS ¤Î¥ê¥ê¡¼¥¹¤Ç¤Î¹½ÃÛ ! ¤ÇÌäÂ꤬µ¯¤­¤¿¾ì¹ç¤Ë¤Ï¡¢¸ß´¹¤Ç¤Ê¤¤Éôʬ¤ò½¤Àµ¤Ç¤­¤ë¤è¤¦²æ¡¹¤Ë¤ªÃΤ餻¤¯ ! ¤À¤µ¤¤¡£¹½ÃÛ¤¬¤¦¤Þ¤¯¤Ç¤­¡¢¤Ç¤­¤¿¥Ð¥¤¥Ê¥ê¤ò¶¦Í­¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢Bsdi ¤Î ! ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£¥Ð¥¤¥Ê¥ê¤Ï BSD/OS 2.0 ¤È°ì½ï¤ËÇÛÉÛ ! ¤µ¤ì¤Æ¤¤¤ë gcc 2.6.3 ¤ò»È¤Ã¤Æ¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°ìÈ̤Πgcc ¤Î¥½¡¼¥¹¥³¡¼ ! ¥É¤ò»È¤Ã¤Æ¹½ÃÛ¤·¤¿ gcc ¥³¥ó¥Ñ¥¤¥é¤ò»È¤Ã¤Æ¥½¡¼¥¹¥³¡¼¥É¤«¤éÇÛÉÛʪ¤ò¹½ÃÛ ! ¤·¤¿¾ì¹ç¡¢¿ôÃÍ¥³¥×¥í¥»¥Ã¥µ¤òÅëºÜ¤·¤Æ¤¤¤Ê¤¤ 386/486 ¥Þ¥·¥ó¾å¤Ç¤Ï¥Ð¥¤¥Ê ! ¥ê¤Î¼Â¹Ô¤ÇÌäÂ꤬µ¯¤³¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ! 2. ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ë´Ø¤¹¤ë¥³¥á¥ó¥È¤äÄó°Æ¤¬¤¢¤ì¤Ð nasten@Everyware.SE (Hans ! Nasten) ¤Þ¤¿¤Ï XFree86@XFree86.org ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£Ê¸ ! ½ñ¤ò½¤Àµ¤·¤Þ¤¹¡£ ! ! ! 3. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ï¤¿¤¯¤µ¤ó¤Î gzip ¤Ç°µ½Ì¤µ¤ì¤¿ tar ¥¢¡¼¥«¥¤¥Ö¤Ç¹½À®¤µ¤ì ! ¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥¢¡¼¥«¥¤¥Ö¤Ë¤Ï¼Â¹Ô¥Õ¥¡¥¤¥ë¡¢¥µ¡¼¥Ð¡¢¥Õ¥©¥ó¥È¡¢¥é¥¤¥Ö¥é ! ¥ê¡¢¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¡¢ÀßÄê¥Õ¥¡¥¤¥ë¡¢¥µ¡¼¥Ð¥ê ! ¥ó¥¯¥­¥Ã¥È¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£Á´¤Æ¤Î tar ¥¢¡¼¥«¥¤¥Ö¤Ï / ¤ò¥Ç¥Õ¥©¥ë¥È¥Ç¥£ ! ¥ì¥¯¥È¥ê¤È¤·¤Æ root ¥æ¡¼¥¶¤ÇŸ³«¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Á´¥Ç¥£¥¹¥È¥ê¥Ó¥å ! ¡¼¥·¥ç¥ó¤Ç¥Ç¥£¥¹¥¯¤ò 40MB ¶¯É¬ÍפȤ·¤Þ¤¹¡£¥Õ¥¡¥¤¥ë̾¤Ï CD-ROM ¤Îµ¬Ìó¤È ! ¸ß´¹¤Ë¤Ê¤ë¤è¤¦¤ËÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¿¤¯¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬X11R6 ÇÛÉÛʪ¤«¤é `contrib' Îΰè¤Ë°Ü¤µ¤ì¤¿ÅÀ¤ËÃí°Õ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¤·¤«¤·¡¢¤³¤ì¤é¤Ïº£¤Ç¤â XFree86 ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤È°ì½ï¤ËÇÛ ! ÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¥¢¡¼¥«¥¤¥Ö¤ÎÆâÍƤò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ɬ¿Ü: ! ! X312doc.tgz ! READM ¤È XFree86 ¸ÇÍ­¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ! X312bin.tgz ! ¼Â¹Ô²Äǽ¤Ê X ¥¯¥é¥¤¥¢¥ó¥È¥¢¥×¥ê¥±¡¼¥·¥ç¥óÁ´¤Æ ! ! X312fnts.tgz ! ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È¤ò½ü¤¯Á´¤Æ¤Î¥Õ¥©¥ó¥È ! ! X312lib.tgz ! ¼Â¹Ô»þ¤ËɬÍפʥǡ¼¥¿¥Õ¥¡¥¤¥ë ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤Æ¡¢°Ê²¼¤Î¤¦¤ÁºÇÄã 1 ¤Ä¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤: ! ! X312SVGA.tgz ! Super VGA ¥«¡¼¥ÉÍѤΠ8 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! ! X312VG16.tgz ! VGA, SVGA ¥«¡¼¥ÉÍѤΠ4 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! ! X312Mono.tgz ! Çò¹õ X ¥µ¡¼¥Ð ! ! X3128514.tgz ! IBM 8514/A ¤È¤½¤Î¸ß´¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312AGX.tgz ! AGX ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312Ma8.tgz ! ATI Mach8 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312Ma32.tgz ! ATI Mach32 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312Ma64.tgz ! ATI Mach64 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312P9K.tgz ! P9000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312S3.tgz ! S3 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312W32.tgz ! ET4000/W32, ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! ̵¤¯¤Æ¤â¹½¤ï¤Ê¤¤¤â¤Î: ! ! X312fsrv.tgz ! ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤È¤½¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ! X312cfnt.tgz ! ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È ! ! X312prog.tgz ! include/X11 ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤È¡¢Â¾¤Î X ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥³¥ó¥Ñ ! ¥¤¥ë¤¹¤ëºÝ¤À¤±¤ËɬÍפʥ¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê ! ! X312man.tgz ! ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ëÁ´¤Æ ! ! X312link.tgz ! ¥µ¡¼¥ÐºÆÀßÄꥭ¥Ã¥È ! ! ½é¤á¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ì¤Ð ! °ÂÁ´¤Ç¤¹¡£ºÇ¾®¥¤¥ó¥¹¥È¡¼¥ë¤È¤·¤Æ¤Ï¡¢doc, bin, fnts, lib ¤È X ¥µ¡¼¥Ð 1 ! ¤Ä¤¬É¬ÍפǤ¹¡£ ! ! ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¼ê½ç¤Ï°Ê²¼¤Ç¤¹: ! ! 1. X ¤ÎÇÛÉÛʪ¤òÃÖ¤¯¤¿¤á¤Î¥¤¥ó¥¹¥È¡¼¥ëÀè¥Ç¥£¥ì¥¯¥È¥ê¤ò²¿¤«ºî¤ê¤Þ¤¹¡£ ! /usr/X11R6 ¤¬¿ä¾©¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢(É®¼Ô¤Î¥Þ¥·¥ó¤Î¤è¤¦¤Ë)¤³¤Î¥Ñ¡¼¥Æ¥£ ! ¥·¥ç¥ó¤¬¤¤¤Ã¤Ñ¤¤¤Ç¤¢¤ì¤Ð¡¢Ã±¤ËÊ̤Υǥ£¥ì¥¯¥È¥ê¤òºî¤ê¡¢ /usr/X11R6 ! ¤«¤é¤³¤Î¾ì½ê¤Ø¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤Ä¤Þ¤ê¡¢É®¼Ô¤Î¥Þ¥·¥ó¤Ç¤Ï°Ê²¼¤ÎÁàºî¤ò¹Ô¤¤¤Þ¤·¤¿: ! ! ! % cd /usr/local ! % mkdir X11R6 ! % ln -s /usr/local/X11R6 /usr/X11R6 ! ! ! ! 2. ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¡¢`umask' ÃÍ 022 ¤ò»È¤¦¤¿¤á¤Ë root ¤È¤·¤Æ¥í¥°¥¤¥ó ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£umask ÃͤòÀßÄꤹ¤ë¤Ë¤Ï `umask 022' ¤ÈÆþÎϤ·¤Þ ! ¤¹¡£Ãí°Õ: Àµ¤·¤¤ umask Ãͤò»È¤¤¡¢`root' ¥æ¡¼¥¶¤Ç¤È¤·¤Æ¥Õ¥¡¥¤¥ë¤òŸ ! ³«¤·¤Ê¤«¤Ã¤¿¾ì¹ç¡¢XFree86 3.1.2 ¤ò¼Â¹Ô¤Ç¤­¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£X ¥µ ! ¡¼¥Ð¤Ï root ¥æ¡¼¥¶¤Ë¤·¤«Í¿¤¨¤é¤ì¤Æ¤¤¤Ê¤¤Æüì¤Ê¸¢¸Â¤òɬÍפȤ·¤Þ¤¹¡£ ! ¤Þ¤¿¡¢¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤¹¤ëÁ°¤Ë¤Ï / ¥Ç¥£¥ì¥¯¥È¥ê¤Ë cd ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! 3. /usr/X11R6/bin ¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¹ç¤Ã¤¿¥µ¡¼¥Ð¤ò»Ø¤¹¡¢ `X' ¤È¤¤¤¦Ì¾Á° ! ¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òºî¤ê¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¤³¤È¤Ë¤Ä ! ¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86_* ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨 ! ¤Ð¡¢ET400 ¥Ù¡¼¥¹¤Î SVGA ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢°Ê²¼¤Î¤è¤¦¤ÊÁàºî ! ¤ò¹Ô¤¤¤Þ¤¹: ! ! ! cd /usr/X11R6/bin ! rm -f X ! ln -s XF86_SVGA X ! ! ! ! Ãí°Õ: lib/X11/fonts ¤Ë¤¢¤ë¥Õ¥©¥ó¥È¥Õ¥¡¥¤¥ë¤ÏŸ³«¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ¤½¤ì¤Ç¤âŸ³«¤·¤¿¤±¤ì¤Ð¡¢Å¸³«¤Î¸å¤Ë³Æ¥Ç¥£¥ì¥¯¥È¥ê¤Ç `mkfontdir' ¤ò¼Â¹Ô ! ¤¹¤ë¤Î¤ò˺¤ì¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! ! 4. xdm (¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤ò»È¤¦¤È PC ¤¬ X üËö¤ß¤¿¤¤¤Ë¸«¤¨¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢X ! ¾å¤ÇÆ°ºî¤¹¤ë¥í¥°¥¤¥ó¥¹¥¯¥ê¡¼¥ó¤¬Ä󶡤µ¤ì¤Þ¤¹¡£¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤ò ! µ¯Æ°¤¹¤ë¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤«¤é root ¤Ç¥í¥°¥¤¥ó¤·¡¢ `xdm -nodaemon' ¤ÈÆþ ! ÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥³¥ó¥½¡¼¥ë¤Î getty ¤ò̵¸ú¤Ë¤·¡¢¤«¤Ä°Ê²¼¤Î¥³¡¼¥É¤ò /etc/rc.local ¤ËÄɲà ! ¤¹¤ë¤³¤È¤Ç¡¢¥·¥¹¥Æ¥àµ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë xdm ¤ò µ¯Æ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! if [ -x /usr/X11R6/bin/xdm ]; then ! echo -n ' xdm'; /usr/X11R6/bin/xdm ! fi ! ! ! ! ¥³¥ó¥½¡¼¥ë¤Î getty ¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢/etc/ttys ¥Õ¥¡¥¤¥ëÆâ¤Î¥³¥ó¥½¡¼¥ë ! ¤Î¥¨¥ó¥È¥ê¤ò `on' ¤«¤é `off' ¤ËÊѹ¹¤·¤Þ¤¹¡£ ! ! console "/usr/libexec/getty std.9600" ibmpc3 off secure ! ! ! ! ! 5. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤¿ X ¤ÎÀßÄê ! ! XF86Config ¤Ï»È¤Ã¤Æ¤¤¤ë¥â¥Ë¥¿¤ä¥Ó¥Ç¥ª¥«¡¼¥É¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤ò X ¥µ¡¼¥Ð¤Ë ! ÃΤ餻¤Þ¤¹¡£É¬¤º XF86Config ¤òºî¤ê¡¢»È¤Ã¤Æ¤¤¤ëÆÃÄê¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò¥µ¡¼ ! ¥Ð¤ËÃΤ餻¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! XFree86 3.1 °Ê¹ß¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤¬¿·¤·¤¯¤Ê¤Ã ! ¤Æ¤¤¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë XF86Config ¤È°ìÈÌŪ¤Ê¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë ! ´Ø¤¹¤ë INSTALL ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 2.x ÍѤΠXconfig ¥Õ¥¡¥¤¥ë¤¬¤¢¤ì¤Ð¡¢reconfig ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ ! Xconfig ¥Õ¥¡¥¤¥ë¤Î°ìÉô¤ò¿·¤·¤¤¥Õ¥©¡¼¥Þ¥Ã¥È¤ËÊÑ´¹¤·¤Æ¤¯¤À¤µ¤¤: ! ! # reconfig XF86Config ! ! ! ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤È¥Æ¥ó¥×¥ì¡¼¥È¤È¤·¤Æ»È¤¨¤ë XF86Con- ! fig.sample ¤Ë½¾¤Ã¤Æ¡¢»Ä¤ê¤ÎÉôʬ¤òÊä¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤µ¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¡¢¥µ¡¼¥Ð¤Ï¥æ¡¼¥¶¤Î¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È ! ¥ê¤Î XF86Config ¤Ï»²¾È¤·¤Ê¤¤¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤·¤«¤·¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤È¤· ! ¤Æ¤Ï /etc/XF86Config, /usr/X11R6/lib/X11/XF86Config.hostname, ! /usr/X11R6/lib/X11/XF86Config ¤Î¤¤¤º¤ì¤«¤¬É¬ÍפǤ¹¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤Ä¤¤¤Æ¤Ï°Ê²¼¤Î¾ðÊó¤¬É¬ÍפǤ¹: ! ! o ¥Þ¥¦¥¹¤Î¼ïÎà¡¢¥Ü¡¼¥ì¡¼¥È¡¢/dev ¤Î¥¨¥ó¥È¥ê ! ! o ¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Á¥Ã¥×¥»¥Ã¥È (Îã: ET4000, S3 Åù) ! ! o ¥â¥Ë¥¿¤ÎƱ´ü¼þÇÈ¿ô ! ! ¥Þ¥¦¥¹¤¬Àܳ¤µ¤ì¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¤ò¸«¤Ä¤±¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ `cat' ¤ä ! `kermit' ¤ò»È¤Ã¤Æ¥Þ¥¦¥¹¤Î½ÐÎϤò¸«¤ë¤³¤È¤Ç¤¹¡£¥Þ¥¦¥¹¤òÀܳ¤·¡¢¥Þ¥¦¥¹ ! ¤òÆ°¤«¤·¤¿¤ê¥¯¥ê¥Ã¥¯¤·¤¿¤È¤­¤ËÀ¸À®¤µ¤ì¤ë½ÐÎϤò³Îǧ¤¹¤ë¤À¤±¤Ç¤¹: ! ! % cat < /dev/tty00 ! ! ! ¤³¤ì¤ÇÀµ¤·¤¤¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤¬Ê¬¤«¤é¤Ê¤±¤ì¤Ð¡¢¼¡¤Ë `dmesg|grep com' ¤ò ! »È¤Ã¤Æ¥Ö¡¼¥È»þ¤Ë¸¡½Ð¤µ¤ì¤¿¥Ç¥Ð¥¤¥¹¤Î¥ê¥¹¥È¤ò¼è¤ê½Ð¤·¤Þ¤·¤ç¤¦¡£ ! ! % dmesg|grep com ! com0 at isa0 iobase 0x3f8 irq 4 ! ! ! com0 ¤Ï /dev/tty00 ¤ËÂФ·¤Æ»È¤ï¤ì¤ë¥Ï¡¼¥É¥¦¥§¥¢¥Ý¡¼¥È¤Ç¡¢com1 ¤Ï ! /dev/tty01 ¤ËÂФ·¤Æ»È¤ï¤ì¤ë¤â¤Î¤Ç¤¹¡£²èÌ̤Υµ¥¤¥º¤ä¥â¥Ë¥¿¾å¤Ç¤Î°ÌÃÖ¤ò ! ¤¦¤Þ¤¯Ä´À°¤·¤è¤¦¤È¹Í¤¨¤Æ¤¤¤ë¤Ê¤é¤Ð¡¢¥â¥Ë¥¿¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤ëƱ ! ´ü¼þÇÈ¿ô¤Ë´Ø¤¹¤ë»ÅÍͤ¬É¬ÍפǤ¹¡£ ! ! ! 6. X ¤Î¼Â¹Ô ! ! X ¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¥á¥â¥ê¤¬ºÇÄã 8MB ɬÍפǤ¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼ ! ¥¸¥ã¡¢ xterm ¤Ç¥á¥â¥ê¤ò 4MB »È¤¤¤Þ¤¹¡£¥á¥â¥ê¤¬ 4MB ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥« ! ¡¼¥Í¥ë¤ä¿ô¥á¥¬¥Ð¥¤¥È¤Î¶õ¤­¥á¥â¥ê¤ò´üÂÔ¤¹¤ë gcc ¤Î¤è¤¦¤Ê¾¤Î¥¢¥×¥ê¥±¡¼ ! ¥·¥ç¥ó¤Îʬ¤Î¥á¥â¥ê¤¬¤Û¤È¤ó¤É»Ä¤ê¤Þ¤»¤ó¡£ ! ! ½é¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X Window ¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ``startx ! >& startx.log'' ¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£X ¥µ¡¼¥Ð¤¬²èÌÌɽ¼¨¤ò°ú¤­·Ñ¤°¤¿¤á¡¢ ! ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤Ï¥ê¥À¥¤¥ì¥¯¥È¤·¤Ê¤¤¤È̵¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! X ¤«¤éÈ´¤±¤ë¤¿¤á¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë xterm ¤Ç ``exit'' ¤ÈÆþÎÏ ! ¤·¤Þ¤¹¡£¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë .xinitrc, .xserverrc, .twmrc ¥Õ¥¡¥¤¥ë¤òºî ! ¤ë¤³¤È¤Ë¤è¤ê¡¢X ¤ò¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ä ! ¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î xinit ¤È startx ¤ÎÀâÌÀ¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! 7. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! ! ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤ò»È¤¦¤È¡¢¥Ç¥£¥¹¥¯¤ò¤Ç¤­¤ë¤À¤±»È¤ï¤º¤Ë X ¥µ¡¼¥Ð¤À¤± ! ¤òºÆ¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤òŸ³«¤·¡¢site.def ¤òŬ ! Àڤ˽¤Àµ¤·¡¢`./mkmf' ¤È `make' ¤ò¼Â¹Ô¤·¤Æ¥µ¡¼¥Ð¤ò¥ê¥ó¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¾Ü¤·¤¯¤Ï /usr/X11R6/lib/Server/README ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥½¡¼¥¹ÇÛÉÛʪ¤ÎŸ³«¤È¹½Ãۤμê½ç¤Ë¤Ä¤¤¤Æ¤Ï ! /usr/X11R6/lib/X11/etc/INSTALL ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¹½ÃÛÃæ¤Ë¥½¡¼¥¹¡¢¥ª ! ¥Ö¥¸¥§¥¯¥È¡¢¥Ð¥¤¥Ê¥ê¤Î¤¿¤á¤ËɬÍפʥǥ£¥¹¥¯¤Î¶õ¤­ÍÆÎ̤ÏÌó 250MB ¤Ç¤¹¡£ ! ! ¥³¥ó¥Ñ¥¤¥ë¤ÎÁ°¤Ë¤Ï xc/config/cf/xf86site.def ¤òÊÔ½¸¤·¤Æ¡¢ÇÛÉÛʪ¤òÀßÄê ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤Ë¤Ï ! ! make World ! ! ! ¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ! 8. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤òºî¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ! Imakefile ¤¬¥½¡¼¥¹¤ËÉÕ°¤·¤Æ¤¤¤ì¤Ð xmkmf ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ``xmkmf'' ¤ò ! ¼Â¹Ô¤·¤Æ Makefile ¤òºî¤ê¡¢É¬Íפ˱þ¤¸¤ÆÀßÄê¤ò³Îǧ¤·¡¢¤½¤ì¤«¤é ``make'' ! ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤âÄɲ夥󥹥ȡ¼¥ë¤·¤¿¾ì¹ç¤Ë¤Ï¡¢É¬¤º ! ``makewhatis /usr/X11R6/man'' ¤ò¼Â¹Ô¤·¡¢whatis.db ¤ò¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ ! cc ¤¬¥³¥ó¥Ñ¥¤¥ë»þ¤Ë `Virtual memory exhausted' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò½Ð¤¹ ! ¤Î¤òÈò¤±¤ë¤¿¤á¡¢¥Ç¡¼¥¿¥µ¥¤¥º¤È¥¹¥¿¥Ã¥¯¥µ¥¤¥º¤Î¾å¸Â¤òÁý¤ä¤·¤Æ¤¯¤À¤µ ! ¤¤(csh ¤Î¾ì¹ç¤Ï¡¢`limit datasize 32M' ¤È `limit stacksize 16M' ¤òÆþÎÏ ! ¤·¤Þ¤¹)¡£ ! ! Ãí°Õ: XFree86 2.1 °Ê¹ß¡¢¥·¥ó¥Ü¥ë ``__386BSD__'' ¤Ï¡¢¥³¥ó¥Ñ¥¤¥é¤Ë¤è¤Ã¤Æ ! ¤â X ¤ÎÀßÄê¥Õ¥¡¥¤¥ë·Ðͳ¤Ç¤âÄêµÁ¤µ¤ì¤Ê¤¤¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¥¯¥é¥¤¥¢¥ó¥È ! ¤ò *BSD ¥·¥¹¥Æ¥à¤Ë°Ü¿¢¤¹¤ë¤È¤­¤Ë¤Ï¡¢ËÜÅö¤Ë BSD ÆÃÍ­¤Î¥³¡¼¥É¤ËÂФ·¤Æ¤Ï ! ¥·¥ó¥Ü¥ë ``BSD'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥·¥ó¥Ü¥ë¤ÎÃͤò»È¤Ã¤Æ°Û¤Ê¤ë BSD ! ¥ê¥ê¡¼¥¹¤ò¶èÊ̤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢Net-2 °Ê¹ß¤Î¥ê¥ê¡¼¥¹ÀìÍѤΥ³ ! ¡¼¥É¤Î¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¤è¤¦¤Ëµ­½Ò¤·¤Þ¤¹¡£ ! ! ! #if (BSD >= 199103) ! ! ! ! ¤³¤Î¥·¥ó¥Ü¥ë¤ò³Î¼Â¤ËÀµ¤·¤¯ÄêµÁ¤¹¤ë¤¿¤á¡¢¤³¤Î¥·¥ó¥Ü¥ë¤¬É¬Íפʥ½¡¼¥¹¤Ç¤Ï ! ¤ò¥¤¥ó¥¯¥ë¡¼¥É¤·¤Æ¤¯¤À¤µ¤¤¡£ XFree86 3.1.1 °Ê¹ß¤Ç¤Ï *BSD ! ¥·¥¹¥Æ¥àÍѤΥ·¥ó¥Ü¥ë CSRG_BASED ¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ¤Î¥¤¥ó¥¯¥ë¡¼¥É¤òÊݸ¤ë¤¿¤á¤Ë¡¢¤³¤ì¤ò»È¤¦¤Ù¤­¤Ç¤¹¡£ ! ! i386 ÍѤ˰ܿ¢¤µ¤ì¤¿ BSD ¤Î¤¦¤ÁÆÃÄê¤Î¤â¤Î¤ÎÀìÍÑ¥³¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¡¢ ! FreeBSD ¤Ê¤é¤Ð __FreeBSD__ ¤ò¡¢ NetBSD ¤Ê¤é¤Ð __NetBSD__ ¤ò¡¢ OpenBSD ! ¤Ê¤é¤Ð __OpenBSD__ ¤ò¡¢ 386BSD ¤Ê¤é¤Ð __386BSD__ ¤ò¡¢ BSD/OS ¤Ê¤é¤Ð ! __bsdi__ ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 9. BSD/386 1.1 ¤Î¾ì¹ç¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ø¤Î¥ê¥Ë¥¢¥¢¥¯¥»¥¹ ! ! ÉáÄ̤ΠBSD/386 1.1 ¥«¡¼¥Í¥ë¤Ë¤Ï¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò(¥Ð¥ó¥¯ÀÚÂؤ¨¤Ç¤Ê ! ¤¯) ¥ê¥Ë¥¢¥á¥â¥ê¤È¤·¤Æ¹â°Ì¥á¥â¥ê¤Ë mmap ¤·¤è¤¦¤È¤¹¤ë¤ÈÌäÂ꤬µ¯¤­¤Þ¤¹¡£ ! ¤³¤Î¥Ñ¥Ã¥Á¤òÅö¤Æ¤ë¤È¡¢/sys/i386/isa/vga.c ¤Ç¤Î¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥ê¥Ë ! ¥¢¥â¡¼¥É¤Ç¤Î mmap ¤ò̵¸ú¤Ë¤¹¤ë¥Á¥§¥Ã¥¯¤¬¹Ô¤ï¤ì¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£¿·¤·¤¤¥«¡¼ ! ¥Í¥ë¤Î¹½Ãۤμê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢BSD/386 1.1 ¤Î¥ê¥ê¡¼¥¹¥Î¡¼¥È¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£¤³¤Î¥Ñ¥Ã¥Á¤Ï BSD/OS 2.0 ¤Ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! ! o °Ê²¼¤Î¥Ñ¥Ã¥Á¤òÊÌ¥Õ¥¡¥¤¥ë¤È¤·¤ÆÊݸ¤·¤Þ¤¹¡£ ! ! o /sys/i386/isa ¤Ë cd ¤·¤Þ¤¹¡£ ! ! o ``patch -p <¥Ñ¥Ã¥Á¥Õ¥¡¥¤¥ë'' ¤ò¼Â¹Ô¤·¤Æ¡¢¥Ñ¥Ã¥Á¤òŬÍѤ·¤Þ¤¹¡£ ! ! o ¿·¤·¤¤¥«¡¼¥Í¥ë¤ò¹½ÃÛ¡¦¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ ! ! o ¥ê¥Ö¡¼¥È¤·¤Þ¤¹¡£ ! ! vga.c ¤ËÂФ¹¤ë¥Ñ¥Ã¥Á¤Ï°Ê²¼¤Ç¤¹: ! ! *** vga.c.orig Sun Dec 19 09:35:01 1993 ! --- vga.c Mon Oct 24 01:38:44 1994 ! *************** ! *** 159,165 **** ! #if 0 ! if (off + NBPG > vgap->vga_mem_size) ! return (-1); ! ! #else ! if (off + NBPG > IOM_END) ! return (-1); ! #endif ! --- 159,165 ---- ! #if 0 ! if (off + NBPG > vgap->vga_mem_size) ! return (-1); ! ! /*#else*/ ! if (off + NBPG > IOM_END) ! return (-1); ! #endif ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi,v 1.1.2.1 1999/06/02 07:50:41 hohndel Exp $ ! ! ! ! ! ! $XConsortium: Bsdi.sgml /main/8 1996/10/27 11:05:51 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,357 ---- ! BSD/OS 2.0 ÍÑ XFree86 3.1.2 ¤Ë´Ø¤¹¤ë README ! Hans Nasten ! 24 July 1995 ! The X Japanese Documentation Project ! 8 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! 2. ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! 3. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 4. xdm (¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 5. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤¿ X ¤ÎÀßÄê ! 6. X ¤Î¼Â¹Ô ! 7. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! 8. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! 9. BSD/386 1.1 ¤Î¾ì¹ç¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ø¤Î¥ê¥Ë¥¢¥¢¥¯¥»¥¹ ! ! ______________________________________________________________________ ! ! ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ÎÆâÍƤϸŤ¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹ ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! ! XFree86 3.1.2 ¤Ï X11R6.3 ¤ò Intel ¥Ù¡¼¥¹¤Î Unix ¤Î¤¤¤¯¤Ä¤«¤Ë°Ü¿¢¤·¤¿¤â ! ¤Î¤Ç¤¹¡£XFree86 ¤Ï¸µ¡¹¡¢ X386 1.2 ¤È¤¤¤¦ X11R5 ¤È°ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿ ! X ¥µ¡¼¥Ð¤Ç¤·¤¿¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¿·¤·¤¤µ¡Ç½¤¬¤¿¤¯¤µ¤óÄɲ䵤졢À­Ç½¤â²þ ! Á±¤µ¤ì¤Æ¤¤¤Þ¤¹¤·¡¢¥Ð¥°¤â¤¿¤¯¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ï X ¥³ ! ¥ó¥½¡¼¥·¥¢¥à¤Î X11R6 ¤Î¥½¡¼¥¹¥³¡¼¥É¤Ø¤Î¥Ñ¥Ã¥Á¤Î·Á¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¤·¡¢ ! ³Æ¼ï¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΥХ¤¥Ê¥êÇÛÉۤηÁ¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¡£ ! ! XFree86 ¤Î¥½¡¼¥¹¥³¡¼¥É¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current ! ! BSD/OS 2.0 ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/Bsdi ! ! ¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î BSD/OS ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥½¡¼¥¹¤«¤éÇÛÉÛʪ¤ò¹½ÃÛ¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£BSD/386 1.0, 1.1 ¾å¤Ç¤ÎÇÛÉÛʪ¤Î¹½ÃۤΥƥ¹¥È¤Ï¹Ô¤Ã ! ¤Æ¤¤¤Þ¤»¤ó¤¬¡¢Àµ¤·¤¯Æ°ºî¤¹¤ë¤È»×¤¤¤Þ¤¹¡£¸Å¤¤ BSD/OS ¤Î¥ê¥ê¡¼¥¹¤Ç¤Î¹½ÃÛ ! ¤ÇÌäÂ꤬µ¯¤­¤¿¾ì¹ç¤Ë¤Ï¡¢¸ß´¹¤Ç¤Ê¤¤Éôʬ¤ò½¤Àµ¤Ç¤­¤ë¤è¤¦²æ¡¹¤Ë¤ªÃΤ餻¤¯ ! ¤À¤µ¤¤¡£¹½ÃÛ¤¬¤¦¤Þ¤¯¤Ç¤­¡¢¤Ç¤­¤¿¥Ð¥¤¥Ê¥ê¤ò¶¦Í­¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢Bsdi ¤Î ! ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£¥Ð¥¤¥Ê¥ê¤Ï BSD/OS 2.0 ¤È°ì½ï¤ËÇÛÉÛ ! ¤µ¤ì¤Æ¤¤¤ë gcc 2.6.3 ¤ò»È¤Ã¤Æ¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°ìÈ̤Πgcc ¤Î¥½¡¼¥¹¥³¡¼ ! ¥É¤ò»È¤Ã¤Æ¹½ÃÛ¤·¤¿ gcc ¥³¥ó¥Ñ¥¤¥é¤ò»È¤Ã¤Æ¥½¡¼¥¹¥³¡¼¥É¤«¤éÇÛÉÛʪ¤ò¹½ÃÛ ! ¤·¤¿¾ì¹ç¡¢¿ôÃÍ¥³¥×¥í¥»¥Ã¥µ¤òÅëºÜ¤·¤Æ¤¤¤Ê¤¤ 386/486 ¥Þ¥·¥ó¾å¤Ç¤Ï¥Ð¥¤¥Ê ! ¥ê¤Î¼Â¹Ô¤ÇÌäÂ꤬µ¯¤³¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 2. ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ë´Ø¤¹¤ë¥³¥á¥ó¥È¤äÄó°Æ¤¬¤¢¤ì¤Ð nasten@Everyware.SE (Hans ! Nasten) ¤Þ¤¿¤Ï XFree86@XFree86.org ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£Ê¸ ! ½ñ¤ò½¤Àµ¤·¤Þ¤¹¡£ ! ! 3. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ï¤¿¤¯¤µ¤ó¤Î gzip ¤Ç°µ½Ì¤µ¤ì¤¿ tar ¥¢¡¼¥«¥¤¥Ö¤Ç¹½À®¤µ¤ì ! ¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥¢¡¼¥«¥¤¥Ö¤Ë¤Ï¼Â¹Ô¥Õ¥¡¥¤¥ë¡¢¥µ¡¼¥Ð¡¢¥Õ¥©¥ó¥È¡¢¥é¥¤¥Ö¥é ! ¥ê¡¢¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¡¢ÀßÄê¥Õ¥¡¥¤¥ë¡¢¥µ¡¼¥Ð¥ê ! ¥ó¥¯¥­¥Ã¥È¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£Á´¤Æ¤Î tar ¥¢¡¼¥«¥¤¥Ö¤Ï / ¤ò¥Ç¥Õ¥©¥ë¥È¥Ç¥£ ! ¥ì¥¯¥È¥ê¤È¤·¤Æ root ¥æ¡¼¥¶¤ÇŸ³«¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Á´¥Ç¥£¥¹¥È¥ê¥Ó¥å ! ¡¼¥·¥ç¥ó¤Ç¥Ç¥£¥¹¥¯¤ò 40MB ¶¯É¬ÍפȤ·¤Þ¤¹¡£¥Õ¥¡¥¤¥ë̾¤Ï CD-ROM ¤Îµ¬Ìó¤È ! ¸ß´¹¤Ë¤Ê¤ë¤è¤¦¤ËÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¿¤¯¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬X11R6 ÇÛÉÛʪ¤«¤é `contrib' Îΰè¤Ë°Ü¤µ¤ì¤¿ÅÀ¤ËÃí°Õ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¤·¤«¤·¡¢¤³¤ì¤é¤Ïº£¤Ç¤â XFree86 ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤È°ì½ï¤ËÇÛ ! ÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¥¢¡¼¥«¥¤¥Ö¤ÎÆâÍƤò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ɬ¿Ü: ! ! X312doc.tgz ! READM ¤È XFree86 ¸ÇÍ­¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ! X312bin.tgz ! ¼Â¹Ô²Äǽ¤Ê X ¥¯¥é¥¤¥¢¥ó¥È¥¢¥×¥ê¥±¡¼¥·¥ç¥óÁ´¤Æ ! ! X312fnts.tgz ! ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È¤ò½ü¤¯Á´¤Æ¤Î¥Õ¥©¥ó¥È ! ! X312lib.tgz ! ¼Â¹Ô»þ¤ËɬÍפʥǡ¼¥¿¥Õ¥¡¥¤¥ë ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤Æ¡¢°Ê²¼¤Î¤¦¤ÁºÇÄã 1 ¤Ä¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤: ! ! X312SVGA.tgz ! Super VGA ¥«¡¼¥ÉÍѤΠ8 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! ! X312VG16.tgz ! VGA, SVGA ¥«¡¼¥ÉÍѤΠ4 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! ! X312Mono.tgz ! Çò¹õ X ¥µ¡¼¥Ð ! ! X3128514.tgz ! IBM 8514/A ¤È¤½¤Î¸ß´¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312AGX.tgz ! AGX ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312Ma8.tgz ! ATI Mach8 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312Ma32.tgz ! ATI Mach32 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312Ma64.tgz ! ATI Mach64 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312P9K.tgz ! P9000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312S3.tgz ! S3 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! X312W32.tgz ! ET4000/W32, ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! ̵¤¯¤Æ¤â¹½¤ï¤Ê¤¤¤â¤Î: ! ! X312fsrv.tgz ! ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤È¤½¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ! X312cfnt.tgz ! ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È ! ! X312prog.tgz ! include/X11 ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤È¡¢Â¾¤Î X ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥³¥ó¥Ñ ! ¥¤¥ë¤¹¤ëºÝ¤À¤±¤ËɬÍפʥ¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê ! ! X312man.tgz ! ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ëÁ´¤Æ ! ! X312link.tgz ! ¥µ¡¼¥ÐºÆÀßÄꥭ¥Ã¥È ! ! ½é¤á¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ì¤Ð ! °ÂÁ´¤Ç¤¹¡£ºÇ¾®¥¤¥ó¥¹¥È¡¼¥ë¤È¤·¤Æ¤Ï¡¢doc, bin, fnts, lib ¤È X ¥µ¡¼¥Ð 1 ! ¤Ä¤¬É¬ÍפǤ¹¡£ ! ! ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¼ê½ç¤Ï°Ê²¼¤Ç¤¹: ! ! 1. X ¤ÎÇÛÉÛʪ¤òÃÖ¤¯¤¿¤á¤Î¥¤¥ó¥¹¥È¡¼¥ëÀè¥Ç¥£¥ì¥¯¥È¥ê¤ò²¿¤«ºî¤ê¤Þ¤¹¡£ ! /usr/X11R6 ¤¬¿ä¾©¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢(É®¼Ô¤Î¥Þ¥·¥ó¤Î¤è¤¦¤Ë)¤³¤Î¥Ñ¡¼¥Æ¥£ ! ¥·¥ç¥ó¤¬¤¤¤Ã¤Ñ¤¤¤Ç¤¢¤ì¤Ð¡¢Ã±¤ËÊ̤Υǥ£¥ì¥¯¥È¥ê¤òºî¤ê¡¢ /usr/X11R6 ! ¤«¤é¤³¤Î¾ì½ê¤Ø¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤Ä¤Þ¤ê¡¢É®¼Ô¤Î¥Þ¥·¥ó¤Ç¤Ï°Ê²¼¤ÎÁàºî¤ò¹Ô¤¤¤Þ¤·¤¿: ! ! % cd /usr/local ! % mkdir X11R6 ! % ln -s /usr/local/X11R6 /usr/X11R6 ! ! 2. ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¡¢`umask' ÃÍ 022 ¤ò»È¤¦¤¿¤á¤Ë root ¤È¤·¤Æ¥í¥°¥¤¥ó ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£umask ÃͤòÀßÄꤹ¤ë¤Ë¤Ï `umask 022' ¤ÈÆþÎϤ·¤Þ ! ¤¹¡£Ãí°Õ: Àµ¤·¤¤ umask Ãͤò»È¤¤¡¢`root' ¥æ¡¼¥¶¤Ç¤È¤·¤Æ¥Õ¥¡¥¤¥ë¤òŸ ! ³«¤·¤Ê¤«¤Ã¤¿¾ì¹ç¡¢XFree86 3.1.2 ¤ò¼Â¹Ô¤Ç¤­¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£X ¥µ ! ¡¼¥Ð¤Ï root ¥æ¡¼¥¶¤Ë¤·¤«Í¿¤¨¤é¤ì¤Æ¤¤¤Ê¤¤Æüì¤Ê¸¢¸Â¤òɬÍפȤ·¤Þ¤¹¡£ ! ¤Þ¤¿¡¢¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤¹¤ëÁ°¤Ë¤Ï / ¥Ç¥£¥ì¥¯¥È¥ê¤Ë cd ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! 3. /usr/X11R6/bin ¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¹ç¤Ã¤¿¥µ¡¼¥Ð¤ò»Ø¤¹¡¢ `X' ¤È¤¤¤¦Ì¾Á° ! ¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òºî¤ê¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¤³¤È¤Ë¤Ä ! ¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86_* ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨 ! ¤Ð¡¢ET400 ¥Ù¡¼¥¹¤Î SVGA ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢°Ê²¼¤Î¤è¤¦¤ÊÁàºî ! ¤ò¹Ô¤¤¤Þ¤¹: ! ! cd /usr/X11R6/bin ! rm -f X ! ln -s XF86_SVGA X ! ! Ãí°Õ: lib/X11/fonts ¤Ë¤¢¤ë¥Õ¥©¥ó¥È¥Õ¥¡¥¤¥ë¤ÏŸ³«¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ¤½¤ì¤Ç¤âŸ³«¤·¤¿¤±¤ì¤Ð¡¢Å¸³«¤Î¸å¤Ë³Æ¥Ç¥£¥ì¥¯¥È¥ê¤Ç `mkfontdir' ¤ò¼Â¹Ô ! ¤¹¤ë¤Î¤ò˺¤ì¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! 4. xdm (¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤ò»È¤¦¤È PC ¤¬ X üËö¤ß¤¿¤¤¤Ë¸«¤¨¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢X ! ¾å¤ÇÆ°ºî¤¹¤ë¥í¥°¥¤¥ó¥¹¥¯¥ê¡¼¥ó¤¬Ä󶡤µ¤ì¤Þ¤¹¡£¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤ò ! µ¯Æ°¤¹¤ë¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤«¤é root ¤Ç¥í¥°¥¤¥ó¤·¡¢ `xdm -nodaemon' ¤ÈÆþ ! ÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥³¥ó¥½¡¼¥ë¤Î getty ¤ò̵¸ú¤Ë¤·¡¢¤«¤Ä°Ê²¼¤Î¥³¡¼¥É¤ò /etc/rc.local ¤ËÄɲà ! ¤¹¤ë¤³¤È¤Ç¡¢¥·¥¹¥Æ¥àµ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë xdm ¤ò µ¯Æ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! if [ -x /usr/X11R6/bin/xdm ]; then ! echo -n ' xdm'; /usr/X11R6/bin/xdm ! fi ! ! ¥³¥ó¥½¡¼¥ë¤Î getty ¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢/etc/ttys ¥Õ¥¡¥¤¥ëÆâ¤Î¥³¥ó¥½¡¼¥ë ! ¤Î¥¨¥ó¥È¥ê¤ò `on' ¤«¤é `off' ¤ËÊѹ¹¤·¤Þ¤¹¡£ ! ! console "/usr/libexec/getty std.9600" ibmpc3 off secure ! ! 5. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤¿ X ¤ÎÀßÄê ! ! XF86Config ¤Ï»È¤Ã¤Æ¤¤¤ë¥â¥Ë¥¿¤ä¥Ó¥Ç¥ª¥«¡¼¥É¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤ò X ¥µ¡¼¥Ð¤Ë ! ÃΤ餻¤Þ¤¹¡£É¬¤º XF86Config ¤òºî¤ê¡¢»È¤Ã¤Æ¤¤¤ëÆÃÄê¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò¥µ¡¼ ! ¥Ð¤ËÃΤ餻¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! XFree86 3.1 °Ê¹ß¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤¬¿·¤·¤¯¤Ê¤Ã ! ¤Æ¤¤¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë XF86Config ¤È°ìÈÌŪ¤Ê¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë ! ´Ø¤¹¤ë INSTALL ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 2.x ÍѤΠXconfig ¥Õ¥¡¥¤¥ë¤¬¤¢¤ì¤Ð¡¢reconfig ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ ! Xconfig ¥Õ¥¡¥¤¥ë¤Î°ìÉô¤ò¿·¤·¤¤¥Õ¥©¡¼¥Þ¥Ã¥È¤ËÊÑ´¹¤·¤Æ¤¯¤À¤µ¤¤: ! ! # reconfig XF86Config ! ! ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤È¥Æ¥ó¥×¥ì¡¼¥È¤È¤·¤Æ»È¤¨¤ë XF86Con- ! fig.sample ¤Ë½¾¤Ã¤Æ¡¢»Ä¤ê¤ÎÉôʬ¤òÊä¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤µ¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¡¢¥µ¡¼¥Ð¤Ï¥æ¡¼¥¶¤Î¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È ! ¥ê¤Î XF86Config ¤Ï»²¾È¤·¤Ê¤¤¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤·¤«¤·¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤È¤· ! ¤Æ¤Ï /etc/XF86Config, /usr/X11R6/lib/X11/XF86Config.hostname, ! /usr/X11R6/lib/X11/XF86Config ¤Î¤¤¤º¤ì¤«¤¬É¬ÍפǤ¹¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤Ä¤¤¤Æ¤Ï°Ê²¼¤Î¾ðÊó¤¬É¬ÍפǤ¹: ! ! o ¥Þ¥¦¥¹¤Î¼ïÎà¡¢¥Ü¡¼¥ì¡¼¥È¡¢/dev ¤Î¥¨¥ó¥È¥ê ! ! o ¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Á¥Ã¥×¥»¥Ã¥È (Îã: ET4000, S3 Åù) ! ! o ¥â¥Ë¥¿¤ÎƱ´ü¼þÇÈ¿ô ! ! ¥Þ¥¦¥¹¤¬Àܳ¤µ¤ì¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¤ò¸«¤Ä¤±¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ `cat' ¤ä ! `kermit' ¤ò»È¤Ã¤Æ¥Þ¥¦¥¹¤Î½ÐÎϤò¸«¤ë¤³¤È¤Ç¤¹¡£¥Þ¥¦¥¹¤òÀܳ¤·¡¢¥Þ¥¦¥¹ ! ¤òÆ°¤«¤·¤¿¤ê¥¯¥ê¥Ã¥¯¤·¤¿¤È¤­¤ËÀ¸À®¤µ¤ì¤ë½ÐÎϤò³Îǧ¤¹¤ë¤À¤±¤Ç¤¹: ! ! % cat < /dev/tty00 ! ! ¤³¤ì¤ÇÀµ¤·¤¤¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤¬Ê¬¤«¤é¤Ê¤±¤ì¤Ð¡¢¼¡¤Ë `dmesg|grep com' ¤ò ! »È¤Ã¤Æ¥Ö¡¼¥È»þ¤Ë¸¡½Ð¤µ¤ì¤¿¥Ç¥Ð¥¤¥¹¤Î¥ê¥¹¥È¤ò¼è¤ê½Ð¤·¤Þ¤·¤ç¤¦¡£ ! ! % dmesg|grep com ! com0 at isa0 iobase 0x3f8 irq 4 ! ! com0 ¤Ï /dev/tty00 ¤ËÂФ·¤Æ»È¤ï¤ì¤ë¥Ï¡¼¥É¥¦¥§¥¢¥Ý¡¼¥È¤Ç¡¢com1 ¤Ï ! /dev/tty01 ¤ËÂФ·¤Æ»È¤ï¤ì¤ë¤â¤Î¤Ç¤¹¡£²èÌ̤Υµ¥¤¥º¤ä¥â¥Ë¥¿¾å¤Ç¤Î°ÌÃÖ¤ò ! ¤¦¤Þ¤¯Ä´À°¤·¤è¤¦¤È¹Í¤¨¤Æ¤¤¤ë¤Ê¤é¤Ð¡¢¥â¥Ë¥¿¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤ëƱ ! ´ü¼þÇÈ¿ô¤Ë´Ø¤¹¤ë»ÅÍͤ¬É¬ÍפǤ¹¡£ ! ! 6. X ¤Î¼Â¹Ô ! ! X ¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¥á¥â¥ê¤¬ºÇÄã 8MB ɬÍפǤ¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼ ! ¥¸¥ã¡¢ xterm ¤Ç¥á¥â¥ê¤ò 4MB »È¤¤¤Þ¤¹¡£¥á¥â¥ê¤¬ 4MB ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥« ! ¡¼¥Í¥ë¤ä¿ô¥á¥¬¥Ð¥¤¥È¤Î¶õ¤­¥á¥â¥ê¤ò´üÂÔ¤¹¤ë gcc ¤Î¤è¤¦¤Ê¾¤Î¥¢¥×¥ê¥±¡¼ ! ¥·¥ç¥ó¤Îʬ¤Î¥á¥â¥ê¤¬¤Û¤È¤ó¤É»Ä¤ê¤Þ¤»¤ó¡£ ! ! ½é¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X Window ¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ``startx ! >& startx.log'' ¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£X ¥µ¡¼¥Ð¤¬²èÌÌɽ¼¨¤ò°ú¤­·Ñ¤°¤¿¤á¡¢ ! ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤Ï¥ê¥À¥¤¥ì¥¯¥È¤·¤Ê¤¤¤È̵¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! X ¤«¤éÈ´¤±¤ë¤¿¤á¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë xterm ¤Ç ``exit'' ¤ÈÆþÎÏ ! ¤·¤Þ¤¹¡£¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë .xinitrc, .xserverrc, .twmrc ¥Õ¥¡¥¤¥ë¤òºî ! ¤ë¤³¤È¤Ë¤è¤ê¡¢X ¤ò¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ä ! ¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î xinit ¤È startx ¤ÎÀâÌÀ¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! 7. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! ! ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤ò»È¤¦¤È¡¢¥Ç¥£¥¹¥¯¤ò¤Ç¤­¤ë¤À¤±»È¤ï¤º¤Ë X ¥µ¡¼¥Ð¤À¤± ! ¤òºÆ¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤òŸ³«¤·¡¢site.def ¤òŬ ! Àڤ˽¤Àµ¤·¡¢`./mkmf' ¤È `make' ¤ò¼Â¹Ô¤·¤Æ¥µ¡¼¥Ð¤ò¥ê¥ó¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¾Ü¤·¤¯¤Ï /usr/X11R6/lib/Server/README ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥½¡¼¥¹ÇÛÉÛʪ¤ÎŸ³«¤È¹½Ãۤμê½ç¤Ë¤Ä¤¤¤Æ¤Ï ! /usr/X11R6/lib/X11/etc/INSTALL ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¹½ÃÛÃæ¤Ë¥½¡¼¥¹¡¢¥ª ! ¥Ö¥¸¥§¥¯¥È¡¢¥Ð¥¤¥Ê¥ê¤Î¤¿¤á¤ËɬÍפʥǥ£¥¹¥¯¤Î¶õ¤­ÍÆÎ̤ÏÌó 250MB ¤Ç¤¹¡£ ! ! ¥³¥ó¥Ñ¥¤¥ë¤ÎÁ°¤Ë¤Ï xc/config/cf/xf86site.def ¤òÊÔ½¸¤·¤Æ¡¢ÇÛÉÛʪ¤òÀßÄê ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤Ë¤Ï ! ! make World ! ! ¤ò xc ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 8. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤òºî¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ! Imakefile ¤¬¥½¡¼¥¹¤ËÉÕ°¤·¤Æ¤¤¤ì¤Ð xmkmf ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ``xmkmf'' ¤ò ! ¼Â¹Ô¤·¤Æ Makefile ¤òºî¤ê¡¢É¬Íפ˱þ¤¸¤ÆÀßÄê¤ò³Îǧ¤·¡¢¤½¤ì¤«¤é ``make'' ! ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤âÄɲ夥󥹥ȡ¼¥ë¤·¤¿¾ì¹ç¤Ë¤Ï¡¢É¬¤º ! ``makewhatis /usr/X11R6/man'' ¤ò¼Â¹Ô¤·¡¢whatis.db ¤ò¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ ! cc ¤¬¥³¥ó¥Ñ¥¤¥ë»þ¤Ë `Virtual memory exhausted' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò½Ð¤¹ ! ¤Î¤òÈò¤±¤ë¤¿¤á¡¢¥Ç¡¼¥¿¥µ¥¤¥º¤È¥¹¥¿¥Ã¥¯¥µ¥¤¥º¤Î¾å¸Â¤òÁý¤ä¤·¤Æ¤¯¤À¤µ ! ¤¤(csh ¤Î¾ì¹ç¤Ï¡¢`limit datasize 32M' ¤È `limit stacksize 16M' ¤òÆþÎÏ ! ¤·¤Þ¤¹)¡£ ! ! Ãí°Õ: XFree86 2.1 °Ê¹ß¡¢¥·¥ó¥Ü¥ë ``__386BSD__'' ¤Ï¡¢¥³¥ó¥Ñ¥¤¥é¤Ë¤è¤Ã¤Æ ! ¤â X ¤ÎÀßÄê¥Õ¥¡¥¤¥ë·Ðͳ¤Ç¤âÄêµÁ¤µ¤ì¤Ê¤¤¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¥¯¥é¥¤¥¢¥ó¥È ! ¤ò *BSD ¥·¥¹¥Æ¥à¤Ë°Ü¿¢¤¹¤ë¤È¤­¤Ë¤Ï¡¢ËÜÅö¤Ë BSD ÆÃÍ­¤Î¥³¡¼¥É¤ËÂФ·¤Æ¤Ï ! ¥·¥ó¥Ü¥ë ``BSD'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥·¥ó¥Ü¥ë¤ÎÃͤò»È¤Ã¤Æ°Û¤Ê¤ë BSD ! ¥ê¥ê¡¼¥¹¤ò¶èÊ̤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢Net-2 °Ê¹ß¤Î¥ê¥ê¡¼¥¹ÀìÍѤΥ³ ! ¡¼¥É¤Î¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¤è¤¦¤Ëµ­½Ò¤·¤Þ¤¹¡£ ! ! #if (BSD >= 199103) ! ! ¤³¤Î¥·¥ó¥Ü¥ë¤ò³Î¼Â¤ËÀµ¤·¤¯ÄêµÁ¤¹¤ë¤¿¤á¡¢¤³¤Î¥·¥ó¥Ü¥ë¤¬É¬Íפʥ½¡¼¥¹¤Ç¤Ï ! ¤ò¥¤¥ó¥¯¥ë¡¼¥É¤·¤Æ¤¯¤À¤µ¤¤¡£ XFree86 3.1.1 °Ê¹ß¤Ç¤Ï *BSD ! ¥·¥¹¥Æ¥àÍѤΥ·¥ó¥Ü¥ë CSRG_BASED ¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ¤Î¥¤¥ó¥¯¥ë¡¼¥É¤òÊݸ¤ë¤¿¤á¤Ë¡¢¤³¤ì¤ò»È¤¦¤Ù¤­¤Ç¤¹¡£ ! ! i386 ÍѤ˰ܿ¢¤µ¤ì¤¿ BSD ¤Î¤¦¤ÁÆÃÄê¤Î¤â¤Î¤ÎÀìÍÑ¥³¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¡¢ ! FreeBSD ¤Ê¤é¤Ð __FreeBSD__ ¤ò¡¢ NetBSD ¤Ê¤é¤Ð __NetBSD__ ¤ò¡¢ OpenBSD ! ¤Ê¤é¤Ð __OpenBSD__ ¤ò¡¢ 386BSD ¤Ê¤é¤Ð __386BSD__ ¤ò¡¢ BSD/OS ¤Ê¤é¤Ð ! __bsdi__ ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! 9. BSD/386 1.1 ¤Î¾ì¹ç¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ø¤Î¥ê¥Ë¥¢¥¢¥¯¥»¥¹ ! ! ÉáÄ̤ΠBSD/386 1.1 ¥«¡¼¥Í¥ë¤Ë¤Ï¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò(¥Ð¥ó¥¯ÀÚÂؤ¨¤Ç¤Ê ! ¤¯) ¥ê¥Ë¥¢¥á¥â¥ê¤È¤·¤Æ¹â°Ì¥á¥â¥ê¤Ë mmap ¤·¤è¤¦¤È¤¹¤ë¤ÈÌäÂ꤬µ¯¤­¤Þ¤¹¡£ ! ¤³¤Î¥Ñ¥Ã¥Á¤òÅö¤Æ¤ë¤È¡¢/sys/i386/isa/vga.c ¤Ç¤Î¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥ê¥Ë ! ¥¢¥â¡¼¥É¤Ç¤Î mmap ¤ò̵¸ú¤Ë¤¹¤ë¥Á¥§¥Ã¥¯¤¬¹Ô¤ï¤ì¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£¿·¤·¤¤¥«¡¼ ! ¥Í¥ë¤Î¹½Ãۤμê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢BSD/386 1.1 ¤Î¥ê¥ê¡¼¥¹¥Î¡¼¥È¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£¤³¤Î¥Ñ¥Ã¥Á¤Ï BSD/OS 2.0 ¤Ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! o °Ê²¼¤Î¥Ñ¥Ã¥Á¤òÊÌ¥Õ¥¡¥¤¥ë¤È¤·¤ÆÊݸ¤·¤Þ¤¹¡£ ! ! o /sys/i386/isa ¤Ë cd ¤·¤Þ¤¹¡£ ! ! o ``patch -p <¥Ñ¥Ã¥Á¥Õ¥¡¥¤¥ë'' ¤ò¼Â¹Ô¤·¤Æ¡¢¥Ñ¥Ã¥Á¤òŬÍѤ·¤Þ¤¹¡£ ! ! o ¿·¤·¤¤¥«¡¼¥Í¥ë¤ò¹½ÃÛ¡¦¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ ! ! o ¥ê¥Ö¡¼¥È¤·¤Þ¤¹¡£ ! ! vga.c ¤ËÂФ¹¤ë¥Ñ¥Ã¥Á¤Ï°Ê²¼¤Ç¤¹: ! ! *** vga.c.orig Sun Dec 19 09:35:01 1993 ! --- vga.c Mon Oct 24 01:38:44 1994 ! *************** ! *** 159,165 **** ! #if 0 ! if (off + NBPG > vgap->vga_mem_size) ! return (-1); ! ! #else ! if (off + NBPG > IOM_END) ! return (-1); ! #endif ! --- 159,165 ---- ! #if 0 ! if (off + NBPG > vgap->vga_mem_size) ! return (-1); ! ! /*#else*/ ! if (off + NBPG > IOM_END) ! return (-1); ! #endif ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Bsdi,v 1.1.2.2 1999/11/26 15:23:03 hohndel Exp $ ! ! $XConsortium: Bsdi.sgml /main/8 1996/10/27 11:05:51 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config:3.4.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config:3.4.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config:3.4.2.2 Wed Jun 2 17:50:42 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config Sat Nov 27 02:23:03 1999 *************** *** 1,660 **** ! XFree86 ¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ: ¥¹¥Æ¥Ã¥×¡¦¥Ð¥¤¡¦¥¹¥Æ¥Ã¥×¤Î¥¬¥¤¥É ! David Wexelblat and The XFree86 Project, Inc ! 5 October 1994 ! The X Japanese Documentation Project ! 12 January 1998 ! ! ¤³¤Îʸ½ñ¤Ç¤Ï XFree86 ¥µ¡¼¥Ð¤È¡¢¤³¤ì¤ËÂбþ¤¹¤ëXF86Config ÀßÄê¥Õ¥¡¥¤¥ë¤Î ! ÀßÄêÊýË¡¤Ë¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£¤³¤Îʸ½ñ¤Î¼ê½ç¤É¤ª¤ê¤Ëºî¶È¤¹¤ì¤Ð¡¢¥µ¡¼¥Ð¤¬ ! ¤ÏÌäÂê̵¤¯½àÈ÷¤Ç¤­¡¢¤¹¤°¼Â¹Ô¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£¤³¤Îʸ½ñ¤ÏÈÆÍÑÉôʬ¤Ë¤Ä¤¤¤Æ ! ½ñ¤¤¤Æ¤¤¤Þ¤¹¡£¤ª»È¤¤¤Î OS ¸ÇÍ­¤Î»ö¾ð¤ò½ñ¤¤¤¿ README ¥Õ¥¡¥¤¥ë(Î㤨¤Ð ! README.SVR4)¤ä¥Ó¥Ç¥ª¥«¡¼¥É/¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î»ö¾ð¤ò½ñ¤¤¤¿ README¥Õ¥¡¥¤ ! ¥ë(Î㤨¤Ð README.trident)¤òɬ¤º»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤é¸ÇÍ­Éôʬ¤Î¥Õ¥¡ ! ¥¤¥ë¤ÎÆâÍƤÈÈÆÍÑÉôʬ¤Ë´Ø¤¹¤ëËÜʸ½ñ¤ÎÆâÍƤ¬Ì·½â¤·¤Æ¤¤¤ë¾ì¹ç(¤¢¤Þ¤ê¤Ê¤¤ ! ¤Ï¤º¤Ç¤¹¤¬)¤Ë¤Ï¡¢¸ÇÍ­¤Î¥Õ¥¡¥¤¥ë¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ______________________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¼ê½ç¤Î³µÍ× ! 2. ¥Ç¥Õ¥©¥ë¥È¥µ¡¼¥Ð¤ÎÀµ¤·¤¤ÀßÄê ! 3. XF86Config ¤Î´Êñ¤ÊÉôʬ ! 4. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! 5. ¥â¥Ë¥¿¤È¤½¤Î¥â¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! 6. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤È¥â¥Ë¥¿¥Ç¡¼¥¿¤ÎÁȤ߹ç¤ï¤»¤Ë¤Ä¤¤¤Æ ! 7. ÈÆÍÑŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É°ìÍ÷ ! 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¼ê½ç¤Î³µÍ× ! ! ½àÈ÷¤È¼Â¹Ô¤Ï2¤Ä¤ÎÃʳ¬¤Ç¹Ô¤Ê¤¤¤Þ¤¹¡£¤Þ¤ººÇ½é¤Ë»ÈÍѤ·¤¿¤¤Å¬Àڤʥµ¡¼¥Ð¤ò ! ÁªÂò¤·¤Æ¡¢¤³¤ì¤ò¥Ç¥Õ¥©¥ë¥È¤Î¥µ¡¼¥Ð¤È¤·¤ÆÀßÄꤷ¤Þ¤¹¡£¼¡¤Ë XF86Config ! ¥Õ¥¡¥¤¥ë¤òÀßÄꤷ¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¡¢¥Ý¥¤¥ó¥¿¥Ç¥Ð¥¤¥¹(Î㤨¤Ð¡¢¥Þ¥¦¥¹ ! ¤ä¥È¥é¥Ã¥¯¥Ü¡¼¥ë)¤ä¥Ó¥Ç¥ª¥«¡¼¥É¡¢¥â¥Ë¥¿Åù¤Îµ¡´ï¤Ë¤Ä¤¤¤Æ¤Ï¥µ¡¼¥Ð¤ÎÀßÄê ! ¤ò¹Ô¤¦¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Ï¤¤¤¯¤Ä¤«¤Î¥»¥¯¥·¥ç¥ó¤Ç¹½À®¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤³¤ÇÀâ ! ÌÀ¤¹¤ëÀßÄêºî¶È¤ò¹Ô¤Ê¤¦¤È¡¢¤½¤ì¤¾¤ì¤Î¥»¥¯¥·¥ç¥ó¤¬Ëä¤Þ¤Ã¤Æ¤æ¤­¤Þ¤¹¡£¥Ç ! ¥Õ¥©¥ë¥ÈÍѤäÀßÄêÎã¤Î¥Õ¥¡¥¤¥ë¤È¤·¤Æ¤Ï¡¢ ! /usr/X11R6/lib/X11/XF86Config.sample ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ò ! /usr/X11R6/lib/X11/XF86Config ¤Ë¥³¥Ô¡¼¤·¤Æ¡¢ÊÔ½¸¤ò¹Ô¤¤¡¢ÆɼԤ㧤µ¤ó¤Î ! Æȼ«¤ÎÀßÄê¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤȥª¥×¥·¥ç¥ó¤Ë¤Ä¤¤ ! ¤Æ¤Ï¡¢ XF86Config(4/5)¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ë¾Ü¤·¤¤ÀâÌÀ¤¬¤¢¤ê¤Þ¤¹¡£ ! XF86Config ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤¹¤ëÁ°¤Ë¤Ïɬ¤º¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òÄÌÆɤ·¤Æ ! ¤¯¤À¤µ¤¤¡£ ! ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î³Æ¥»¥¯¥·¥ç¥ó¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹: ! ! Files ! ɸ½à¥Õ¥©¥ó¥È¤È RGB ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Ñ¥¹¤òÀßÄꤷ¤Þ¤¹¡£ ! ! Server Flags ! °ìÈÌŪ¤Ê¥µ¡¼¥ÐÍÑ¥ª¥×¥·¥ç¥ó¤ò¤¤¤¯¤Ä¤«ÀßÄꤷ¤Þ¤¹¡£¤³¤ì¤é¤Ë¤Ä¤¤¤ÆÃÎ ! ¤ê¤¿¤¤¾ì¹ç¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Keyboard ! ¥­¡¼¥Ü¡¼¥É¥Ç¥Ð¥¤¥¹¤òÀßÄꤷ¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó¥Ñ¥é¥á¡¼¥¿¤ò¤¤¤¯¤Ä¤«Àß ! Äꤷ¤Þ¤¹¡£¥Ý¥¤¥ó¥¿¥Ç¥Ð¥¤¥¹¤òÀßÄꤷ¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó¥Ñ¥é¥á¡¼¥¿¤ò¤¤ ! ¤¯¤Ä¤«ÀßÄꤷ¤Þ¤¹¡£ ! ! Monitor ! ¥µ¡¼¥Ð¤ËÂФ·¤Æ¥â¥Ë¥¿(Ê£¿ô²Ä)¤òµ­½Ò¤·¤Þ¤¹¡£ ! Graphics Device ! ¥µ¡¼¥Ð¤ËÂФ·¤Æ¥Ó¥Ç¥ª¥«¡¼¥É¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! Screen ! ¥â¥Ë¥¿¤È¥Ó¥Ç¥ª¥«¡¼¥É¤Î»È¤¤Êý¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! ! 2. ¥Ç¥Õ¥©¥ë¥È¥µ¡¼¥Ð¤ÎÀµ¤·¤¤ÀßÄê ! ! ¥Ç¥Õ¥©¥ë¥È¥µ¡¼¥Ð¤Î̾Á°¤Ï /usr/X11R6/bin/X¤Ç¤¹¡£¤³¤ì¤Ï ! /usr/X11R6/bin/¤Ë¤¢¤ëÆÃÄê¤Î¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë XF86_xxxx ¤Ø ! ¤Î¥ê¥ó¥¯¤Ç¤¹¡£X ¤¬¡¢»È¤¤¤¿¤¤¥µ¡¼¥Ð¤Î¥ê¥ó¥¯¥Õ¥¡¥¤¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«³Îǧ¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¥ê¥ó¥¯¤¬Àµ¤·¤¯¤Ê¤¤¤È¤­¤Ï¡¢X ¤òºï½ü¤·¤ÆÀµ¤·¤¤¥µ¡¼¥Ð¤Ø¤Î¿·¤· ! ¤¤¥ê¥ó¥¯ºî¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹: ! ! XF86_SVGA: ! Super-VGA ¥µ¡¼¥Ð¡£ Cirrus 542{0,2,4,6,8,9}¡¢543{0,4} ¤È Western ! Digital 90C3{1,3} ¤È Oak Technologies Inc. OTI087 ¤Î¥Á¥Ã¥×¥»¥Ã¥È ! ¤ËÂФ·¤Æ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Ç¡¢»Ä¤ê¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ·¤Æ¤Ï ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! XF86_Mono: ! ¥ª¥×¥·¥ç¥ó¤È¤·¤Æ Hercules Åù¤ÎÇò¹õ¥Ó¥Ç¥ª¥«¡¼¥É¤ò¥µ¥Ý¡¼¥È¤¹¤ë ! (S)VGA ¥â¥Î¥¯¥í¥µ¡¼¥Ð¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! XF86_VGA16: ! ÈÆÍÑ VGA 16 ¿§¥µ¡¼¥Ð¡£ ! ! XF86_S3: ! S3 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_Mach32: ! ATI Mach32 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_Mach64: ! ATI Mach64 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_Mach8: ! ATI Mach8 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_8514: ! 8514/A ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_P9000: ! P9000 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_AGX: ! AGX ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_W32: ! ET4000/W32, ET6000 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! ¤½¤ì¤¾¤ì¤Î¥µ¡¼¥ÐÂбþ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤¬¤¢¤ê¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë ! ¥Á¥Ã¥×¥»¥Ã¥È¤ä¥µ¡¼¥Ð¸ÇÍ­¤ÎÀßÄꥪ¥×¥·¥ç¥ó¤Ë´Ø¤¹¤ëºÙ¤«¤¤ÅÀ¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª ! ¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! LinkKit ¤ò»È¤Ã¤Æ¥µ¡¼¥Ð¤Ë¥É¥é¥¤¥Ð¤òÁȤ߹þ¤ß¡¢Êѹ¹¤Ç¤­¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£ÇÛÉÛʪ¤Î¹½À®¤Ë¤â¤è¤ê¤Þ¤¹¤¬¡¢¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Ë¤Ï¤¢¤é¤æ ! ¤ë¥É¥é¥¤¥Ð¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¥É¥é¥¤¥Ð ! ¤Î°ìÍ÷¤òÆÀ¤ë¤Ë¤Ï¡¢ /usr/X11R6/bin/X -showconfig ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£¥µ ! ¡¼¥Ð¤ò¥ê¥ó¥¯¤·Ä¾¤¹É¬Íפ¬¤¢¤ë¾ì¹ç¤Ï¡¢ README.LinkKit ! ¤ò»²¾È¤·¤Æ LinkKit ¸ÇÍ­¤Î¾ðÊó¤Ë¤Ä¤¤¤ÆÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 3. XF86Config ¤Î´Êñ¤ÊÉôʬ ! ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Files" ¥»¥¯¥·¥ç¥ó¤Ë¤Ï¡¢RGB (¿§)¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹ ! ¥Õ¥¡¥¤¥ë(°ìÈ̤ˤϡ¢¤³¤ì¤òÊѹ¹¤¹¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó) ¤Ø¤Î¥Ñ¥¹¤È¡¢É¸½à ! ¥Õ¥©¥ó¥È¤Î¥Ñ¥¹¤¬µ­½Ò¤µ¤ì¤Þ¤¹¡£Ê£¿ô¤Î FontPath ¹Ô¤ò XF86Config ¤Ë½ñ¤¯¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï¡¢Á´¤Æ·Ò¤²¤é¤ì¤Æ 1¤Ä¤Î¥Ñ¥¹¤Ë¤Ê¤ê¤Þ¤¹¡£¤½¤ì¤¾ ! ¤ì¤Î FontPath ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤¹¤ë¤³¤È¤È¡¢Í­¸ú¤Ê¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È ! ¥ê¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¥µ¡¼¥Ð¤¬ "Can't open default font ! 'fixed'" (ɸ½à¤Î'¸ÇÄêÉý' ¥Õ¥©¥ó¥È¤¬¤¢¤ê¤Þ¤»¤ó)¤È¥¨¥é¡¼¤ò½ÐÎϤ·¤Æ¤­¤¿ ! ¤é¡¢¤½¤ì¤Ï¥Õ¥©¥ó¥È¥Ñ¥¹¤ÎÀßÄ꤬¤ª¤«¤·¤¤¤«¤é¤Ç¤¹¡£¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤Ï ! ´Ö°ã¤¤¤Ê¤¤¤Ä¤â¤ê¤Ç¤¢¤ì¤Ð¡¢¤½¤ì¤¾¤ì¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç `mkfontdir' ¥³¥Þ¥ó ! ¥É¤ò¼Â¹Ô¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config(4/5) ¤Ë ! ¤Ï¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤Î¾¤Î¥Ñ¥é¥á¡¼¥¿¤Ë¤Ä¤¤¤Æ¤ÎÀâÌÀ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¼¡¤Ï "Keyboard" ¥»¥¯¥·¥ç¥ó¤Ç¤¹¡£ ¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¥­¡¼¥Ü¡¼¥É¤Î¥×¥í ! ¥È¥³¥ë(Xqueue ¤Þ¤¿¤Ï Normal)¤ä¥­¡¼¤Î·«¤êÊÖ¤·¤Î®ÅÙ¡¢¤¤¤¯¤Ä¤«¤Î½¤¾þ¥­¡¼ ! ¤Îɸ½àŪ¤Ê³ä¤êÉÕ¤±¤Ë¤Ä¤¤¤ÆÀßÄꤷ¤Þ¤¹¡£°ìÈ̤ˤϡ¢¤³¤³¤òÊѹ¹¤¹¤ëɬÍ×¤Ï¤Ê ! ¤¤¤Ç¤·¤ç¤¦¡£±Ñ¸ìÍѤǤʤ¤¥­¡¼¥Ü¡¼¥É¤Î¥æ¡¼¥¶¤Ç¤¢¤ì¤Ð¡¢½¤¾þ¥­¡¼¤ÎÄêµÁ¤òÊÑ ! ¤¨¤¿¤¤¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î ! XF86Config(4/5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ï "Pointer" ¥»¥¯¥·¥ç¥ó¤Ç¤¹¡£¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¥Ý¥¤¥ó¥¿¥Ç¥Ð¥¤¥¹¤Î ! ¥×¥í¥È¥³¥ë¤È¥Ç¥Ð¥¤¥¹¤ò»ØÄꤷ¤Þ¤¹¡£¥×¥í¥È¥³¥ë̾¤Ïɬ¤º¤·¤â¥á¡¼¥«Ì¾¤ÈƱ¤¸ ! ¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢Logitech ¤Î¥Þ¥¦¥¹(Æä˿·¤·¤¤¤â ! ¤Î)¤Î¾ì¹ç¡¢Logitech ¥×¥í¥È¥³¥ë¤Ç¤Ï¤Ê¤¯ MouseMan ¥×¥í¥È¥³¥ë¤ä Microsoft ! ¥×¥í¥È¥³¥ë¤òɬÍפȤ¹¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ ! ! ¤½¤Î¾¤Î¥Þ¥¦¥¹¤Î¥Ñ¥é¥á¡¼¥¿¤â¤³¤Î¥»¥¯¥·¥ç¥ó¤ÇÄ´À°¤Ç¤­¤Þ¤¹¡£2¥Ü¥¿¥ó¥Þ¥¦ ! ¥¹¤ò»È¤Ã¤Æ¤¤¤ë¤È¤­¤Ï¡¢Emulate3Buttons ¤È¤¤¤¦¥­¡¼¥ï¡¼¥É¤Î¥³¥á¥ó¥È¤ò³°¤· ! ¤Þ¤·¤ç¤¦¡£Emulate3Buttons ¥â¡¼¥É¤Ç»È¤Ã¤¿¾ì¹ç¡¢Æ±»þ¤Ë2¤Ä¤Î¥Ü¥¿¥ó¤ò²¡¤¹ ! ¤È¡¢¥µ¡¼¥Ð¤Ë¤Ï¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤ò²¡¤µ¤ì¤¿¤³¤È¤¬ÄÌÃΤµ¤ì¤Þ¤¹¡£ ! ! ¡Ö¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤òǧ¼±¤Ç¤­¤Ê¤¤¡×¤È¥µ¡¼¥Ð¤¬Ê¸¶ç¤ò¸À¤¦¤È¤­¤Ï¡¢¥µ¡¼¥Ð¤ÎÌä ! Âê¤Ç¤Ï¡Ö¤Ê¤¤¡×¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¤³¤ì¤ÏÂçÊѤ¢¤ê¤¬ ! ¤Á¤ÊÀßÄê¥ß¥¹¤Ç¤¢¤ê¡¢99.999% ¤Î³ÎΨ¤Ç¸¶°ø¤Ï OS ¤Î¥Ç¥Ð¥¤¥¹ÀßÄê¤Î´Ö°ã¤¤¤Ë ! ¤¢¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢OS ¥ì¥Ù¥ë¤Ç¤Î¥µ¥Ý¡¼¥È¤¬Àµ¤·¤¤¤³¤È¤ò¤Á¤ã¤ó¤È³Îǧ ! ¤¹¤ë¤Þ¤Ç¤Ï¡¢²æ¡¹¤Ë¥Ð¥°Êó¹ð¤ò¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! ! 4. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! ! ! "Device" ¥»¥¯¥·¥ç¥ó¤Ç¤Ï¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë¤Ä¤¤¤Æ¤Îµ­½Ò¤ò¹Ô¤¤¤Þ¤¹¡£Ê£¿ô¤Î¥Ç ! ¥Ð¥¤¥¹¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò½ñ¤¯¤³¤È¤¬¤Ç¤­¡¢¥»¥¯¥·¥ç¥ó¤´¤È¤Ë 1¤Ä¤Î¥Ó¥Ç¥ª ! ¥«¡¼¥É¤Ë´Ø¤¹¤ëµ­½Ò¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! ÈÆÍѤǤʤ¤¤±¤ì¤ÉÀßÄê¤Ë»È¤¨¤ë¤«¤â¤·¤ì¤Ê¤¤¾ðÊó¤òÃΤäƤª¤¯¤¿¤á¤Ë¡¢¥µ¡¼¥Ð ! ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤È¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤òɬ¤ºÆɤó¤Ç ! ¤¯¤À¤µ¤¤¡£ ! ! Device ¥»¥¯¥·¥ç¥ó¤ò½ñ¤¯¤¿¤á¤Ë¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ë¥Ç¡¼¥¿¤ò½¸¤á¤ÆÀß ! Äê¤Ë´Ø¤·¤Æ¤¤¤¯¤Ä¤«¤Î¤³¤È¤ò·è¤á¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤·¤Æɬ ! Íפʥǡ¼¥¿¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹: ! ! o ¥Á¥Ã¥×¥»¥Ã¥È¤Î¼ïÎà ! ! o ¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎÌ ! ! o »ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÃͤޤ¿¤Ï»È¤Ã¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×(¥×¥í¥°¥é ! ¥à²Äǽ¤Ê¾ì¹ç) ! ! o Ramdac ¤Î¼ïÎà(°ìÉô¤Î¥µ¡¼¥ÐÍÑ) ! ! °ìÈÌŪ¤Ë¤Ï¥µ¡¼¥Ð¤Ï¼«ÎϤǤ³¤ì¤é¤ÎÃͤòÄ´¤Ù¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬¡¢ ! XF86Config ¥Õ¥¡¥¤¥ëÃæ¤ÇÁ´¤Æ¤ÎÃͤò»ØÄꤹ¤ëÊý¤¬¤è¤¤¤Ç¤·¤ç¤¦¡£¤½¤¦¤¹¤ì ! ¤Ð´Ö°ã¤¤¤¬µ¯¤³¤é¤Ê¤¤¤«¤é¤Ç¤¹¡£'Chipset' ¤ÏÀßÄꤹ¤ë¥É¥é¥¤¥Ð ('X ! -showconfig'¤ò¼Â¹Ô¤¹¤ì¤Ðɽ¼¨¤Ç¤­¤Þ¤¹)¤òɽ¤¹¥­¡¼¥ï¡¼¥É¤Î1¤Ä¤Ç¤¹¡£¸½ ! ºß¤Î¤È¤³¤í¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Î¥µ¡¼¥Ð¤Î¤¦¤Á¡¢¤´¤¯°ìÉô¤Î¥µ¡¼¥Ð ! ¤À¤±¤¬¥Á¥Ã¥×¥»¥Ã¥È¥É¥é¥¤¥Ð¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¥á¥â¥ê¤ÎÎ̤ϥ­¥í¥Ð¥¤¥Èñ ! °Ì¤Ç»ØÄꤷ¤Þ¤¹¤Î¤Ç¡¢1¥á¥¬¥Ð¥¤¥È¤Î¥á¥â¥ê¤¬¤¢¤ë¾ì¹ç¤Ï 1024 ¤ò»ØÄꤷ¤Þ ! ¤¹¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤ÎÀßÄê¤Ë¤ª¤¤¤Æ°ìÈ֤狼¤ê¤Ë¤¯¤¤Éôʬ¤Ç ! ¤¹¡£¤Ç¤¹¤¬¹¬±¿¤Ê¤³¤È¤Ë¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¤¿¤¯¤µ¤ó½¸¤á¤¿¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÍø ! ÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥ÉÍѤΠDevice ¤Î¥¨¥ó¥È ! ¥ê¤Î°ìÍ÷¤¬ `Devices' ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤³¤ËÆɼԤ㧤µ¤ó¤¬»È¤Ã¤Æ¤¤ ! ¤ë¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤¬¤¢¤ì¤Ð¡¢ºÇ½é¤Ï¤½¤Î¥Ç¡¼¥¿¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! modeDB.txt ¥Õ¥¡¥¤¥ë¤ÎºÇ½é¤ÎÉôʬ¤Ë¤Ï¡¢SVGA ¥«¡¼¥É¤Î¾ðÊ󤬤¿¤¯¤µ¤ó¤¢¤ê¤Þ ! ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢`AccelCards' ¥Õ¥¡¥¤¥ë¤â¸«¤Æ¤¯¤À¤µ ! ¤¤¡£±¿¤¬Îɤ±¤ì¤Ð¡¢¤ª»È¤¤¤Î¥«¡¼¥É¤¬¤É¤³¤«¤Ë¤¢¤ë¤³¤È¤Ç¤·¤ç¤¦¡£¤â¤·¥«¡¼¥É ! ¤¬¸«¤Ä¤«¤Ã¤¿¤é¡¢¤½¤Î¿ôÃͤò¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é XF86Config ¥Õ¥¡¥¤¥ë¤Î ! Clocks ¹Ô¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤½¤ÎºÝ¤Ë¤Ï¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¤½¤Î¤Þ ! ¤Þ¤Î¿ôÃͤò¥³¥Ô¡¼¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Ê¤ÙÊѤ¨¤¿¤ê¡¢½ÅÊ£¤ò¼è¤ê½ü¤¤¤¿¤ê ! ¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥¿¥«¡¼¥É¤Ë¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯ ! ¥¸¥§¥Í¥ì¡¼¥¿¤ò»È¤Ã¤Æ¤¤¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤Î¾ì¹ç¤Ë¤Ï XF86Config ¥Õ¥¡ ! ¥¤¥ë¤Î ClockChip ¹Ô¤ò»È¤Ã¤Æ¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤Î·¿¤ò¼±Ê̤¹¤ëÅÀ¤ËÃí°Õ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£(Î㤨¤Ð¡¢'ClockChip "icd2061a"' ¤Ï #9 GXe ¤Î¤¿¤á¤Ë»È¤¤¤Þ ! ¤¹¡£) ! ! ¤ª»È¤¤¤Î¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤¬°ìÍ÷¤Ë¤Ê¤¤¤È¤­¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤Î¸¡½Ð ! ¤Ï¥µ¡¼¥Ð¤ËǤ¤»¤Æ¤·¤Þ¤¤¤Þ¤·¤ç¤¦¡£sh ¤Þ¤¿¤Ï ksh ¤Î¾ì¹ç¤Ï¡¢ `X -probeonly ! >/tmp/out 2>&1'¡¢csh ¤Î¾ì¹ç¤Ï¡¢ `X -probeonly >&/tmp/out' ¤È¥³¥Þ¥ó¥É¤ò ! ¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£¤³¤Î»þÅÀ¤Ç¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë Clocks ¹Ô¤Ï½ñ¤«¤Ê ! ¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¤È¿ôÉôֲèÌ̤¬¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£ ! ¤³¤ì¤Ï¡¢¥µ¡¼¥Ð¤¬ÁÇ®¤¯¥¯¥í¥Ã¥¯¤òÊѹ¹¤¹¤ë¤¿¤á¤Ç¤¹¡£Ä´¤Ù¤ë¤³¤È¤Ç¥â¥Ë¥¿¤ò ! Äˤá¤ë¤³¤È¤Ï¤Ê¤¤¤Ï¤º¤Ç¤¹¤¬¡¢¿·¤·¤¤¥â¥Ë¥¿¡¼¤Î¾ì¹ç¤Ï¼«Æ°Åª¤ËÅŸ»¤¬Íî¤Á¤Æ ! ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ï»ÅÍͤò±Û¤¨¤¿Æ°ºî¤ò¹Ô¤Ê¤¦¤³¤È¤â¤¢¤ë¤¿¤á¤Ëµ¯ ! ¤³¤ê¤Þ¤¹¡£¤È¤Ë¤«¤¯¡¢Ä´ºº¤¬½ª¤ï¤Ã¤¿¤é/tmp/out ¥Õ¥¡¥¤¥ë¤ò¸«¤Æ¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤Î¸¡½Ð·ë²Ì¤òÄ´¤Ù¤Þ¤·¤ç¤¦¡£¤½¤·¤Æ¡¢/tmp/out ¤Î¿ôÃͤòÊѹ¹¤»¤º¤Ë¤½ ! ¤Î¤Þ¤Þ XF86Config ¥Õ¥¡¥¤¥ë¤Î Clocks ¹Ô¤Ë¥³¥Ô¡¼¤·¤Þ¤·¤ç¤¦¡£¤É¤ó¤Ê¼ïÎà¤Ç ! ¤¢¤ì¡¢¥½¡¼¥È¤äʤÓÊѤ¨¤ò¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ò»ý¤Ã¤Æ¤¤¤ë¤³¤È ! ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ï¡¢2¡¢3¸Ä¤Î¥¯¥í¥Ã¥¯¤À¤±Ãͤò»ý¤Á¡¢»Ä¤ê¤¬Á´¤Æ¥¼¥í¤Ë ! ¤Ê¤Ã¤Æ¤¤¤ë¤³¤È¤Ç¤·¤ç¤¦¡£¤³¤Î¤è¤¦¤Ê¾õÂ֤ˤʤ俾ì¹ç¤Ç¥Ü¡¼¥É¤¬¥Ç¡¼¥¿¥Ù¡¼ ! ¥¹¤ÎÃæ¤Ë¸«Åö¤¿¤é¤Ê¤±¤ì¤Ð¡¢XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤ò¼è¤ë¤«¡¢ ! comp.windows.x.i386unix ¤Ë¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£¤¿¤À¤·¡¢¸½ºß¤Î ! Diamond ¼Ò¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Î¤Û¤È¤ó¤É¤Ï¤³¤ì¤Ë¤¢¤Æ¤Ï¤Þ¤ë¤Î¤Ç¤¹¤¬¡¢Diamond ! ¼Ò ¤¬¥×¥í¥°¥é¥à¤Î¾ÜºÙ¤ò¸ø³«¤·¤Æ¤¯¤ì¤Ê¤¤¤¿¤á¤Ë¡¢²æ¡¹¤¬½õ¤±¤ë¤³¤È¤Ï¤Ç¤­ ! ¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Ë¤ÏÎÑÍýŪ¤ËÌäÂê¤Î¤¢¤ë²ò·èºö¤¬¤¢¤Ã¤Æ¡¢¤½¤ì¤ò¥Í¥Ã¥È¥Ë¥å ! ¡¼¥¹¤Ç¤Ïʹ¤¯¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£¤Ç¤¹¤¬¡¢²æ¡¹¤Ï¤³¤ÎÊýË¡¤òÄ󾧤Ǥ­¤Ê¤¤ ! ¤Î¤Ç¡¢¤³¤ÎÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï²æ¡¹¤ËÌ䤤¹ç¤ï¤»¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! ¥µ¡¼¥Ð¤Ë¤è¤Ã¤Æ¤Ï(S3 ¤È AGX)¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò»È¤¤Àڤ뤿¤á¤Ë¡¢¥Ü¡¼¥É¤Ë ! ºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤Î·¿¼°¤È®ÅÙ¤ò¥æ¡¼¥¶¤¬»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î»Ø ! Äê¤Ï 'Ramdac' ¤È 'DacSpeec' ¥¨¥ó¥È¥ê¤òÄɲ䷤ƹԤʤ¤¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤ë RAMDAC ¤Î¾ÜºÙ¤Ï¡¢Å¬Àڤʥµ¡¼¥Ð¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À ! ¤µ¤¤¡£°ÊÁ°¤Î XFree86 ¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¡¢RAMDAC ¤Î·¿¼°¤Ï Option ¥Õ¥é¥°¤Ç ! ÀßÄꤷ¤Æ¤¤¤¿¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤ª»È¤¤¤Î¥Ç¥Ð¥¤¥¹¤Ë¹ç¤ï¤»¤Æ¡¢Option ¥Õ¥é¥°¤ò¤¤¤¯¤Ä¤«»ØÄꤹ¤ëɬÍפ¬¤¢¤ë ! ¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥µ¡¼¥Ð¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ë¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Ë¤Ä¤¤ ! ¤Æ¤Îµ­½Ò¤¬¤¢¤ê¤Þ¤¹¤·¡¢¤ª»È¤¤¤Î¥Ü¡¼¥É¤¬É¬ÍפȤ¹¤ë¤â¤Î¤¬¤¢¤ì¤Ð¡¢¤³¤ì¤Ï ! ¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! 5. ¥â¥Ë¥¿¤È¤½¤Î¥â¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! ! ! ¥â¥Ë¥¿¤Î¥â¡¼¥ÉÀßÄê¤Ï¡¢¤è¤¯»î¹Ôºø¸í¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£»ÄÇ°¤Ê¤¬¤é¡¢¥â¥Ë ! ¥¿¥Ç¥Ð¥¤¥¹¤Îɸ½à²½¤Ï½½Ê¬¤Ç¤Ê¤¤¤«¤é¤Ç¤¹¡£¤³¤Îºî¶È¤ò´Êñ¤Ë¤¹¤ë¤¿¤á¤Ë¡¢Æà ! Äê¤Î¥â¥Ë¥¿¾ðÊó¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¼ý½¸¤¹¤ë¤³¤È¤ä¡¢¤¿¤¤¤Æ¤¤¤Î¥â¥Ë¥¿¤ò¤¦¤Þ¤¯ ! Æ°¤«¤·¤Æµ¡Ç½¤µ¤»¤ë¤è¤¦¤Ê¡ÖÈÆÍÑŪ¡×¤Ê¥â¡¼¥É¤ò½¸¤á¤ë¤³¤È¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£ ! Á´¤Æ¤Î¥â¥Ë¥¿¥â¡¼¥É¤ÎºîÀ®¤È²þÎɤˤĤ¤¤Æ¤Î¡¢·ì¤Î¤Ë¤¸¤à¤è¤¦¤ÊÅØÎϤǤǤ­¤¿ ! ¾ÜºÙ¤ÊÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï¡¢Eric Raymond »á¤¬½ñ¤¤¤¿ VideoModes.doc ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Monitor" ¥»¥¯¥·¥ç¥ó¤Ë¥â¥Ë¥¿¤Î»ÅÍͤȥӥǥª¤Î¥â¡¼ ! ¥É¤òµ­½Ò¤·¤Þ¤¹¡£Monitor ¥»¥¯¥·¥ç¥ó¤ò½ñ¤¯¤¿¤á¤Ë¤Ï¡¢¼«Ê¬¤Î¥â¥Ë¥¿¤Î»ÅÍͤò ! ÃΤëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Æä˥â¥Ë¥¿¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿åʿƱ´ü¤È¿âľƱ´ü(½ñ ! ¤­´¹¤¨)¤Î¥ì¡¼¥È¤ÎÈϰϤȡ¢¥Ó¥Ç¥ª¿®¹æ¤ÎÂÓ°è¤Ë¤Ä¤¤¤ÆÃΤëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¾ðÊó¤Ï¥â¥Ë¥¿¤Î¥æ¡¼¥¶¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤¤¤Æ¤¢¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿ ! 'Monitors' ¥Õ¥¡¥¤¥ë¤òÄ´¤Ù¤Æ¡¢¤ª»È¤¤¤Î¥â¥Ë¥¿¤Î¥¨¥ó¥È¥ê¤¬¤¢¤ë¤«¤É¤¦¤«³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¾ðÊó¤Î Moniter ¥»¥¯¥·¥ç¥ó¤Ø¤Îµ­½Ò¤Î»ÅÊý¤Ë¤Ä¤¤¤Æ ! ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config(4/5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë¡¢¥â¥Ë¥¿¤Ë¹ç¤ï¤»¤¿¥Ó¥Ç¥ª¤Î¥â¡¼¥É¤ÎÁȤò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤Þ¤º ! ºÇ½é¤Ë 'Monitors' ¤È modeDB.txt ¥Õ¥¡¥¤¥ëÃæ¤Ë¡¢¼«Ê¬¤Î»ØÄꤹ¤ë¥â¥Ë¥¿¤ËÂÐ ! ±þ¤¹¤ë¥â¡¼¥É°ìÍ÷¤¬¤¢¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤¢¤Ã¤¿¾ì¹ç¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Monitor ¥»¥¯¥·¥ç¥ó¤Ë¤½¤ì¤é¤Î¥â¡¼¥É¤ò¥³¥Ô¡¼¤·¤Þ ! ¤¹¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î Clocks ¹Ô¤Ë¡¢³Æ¥â¡¼¥É¹Ô¤Î2 ÈÖÌܤΥѥé¥á¡¼¥¿ ! ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¹ç¤¦¥¯¥í¥Ã¥¯Ãͤ¬¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥É¤Î ! ¥¯¥í¥Ã¥¯¤Ë¹ç¤ï¤Ê¤¤¥â¡¼¥É¹Ô¤Ïºï½ü¤·¤Þ¤¹¡£¤½¤Î¸å¤Ë»Ä¤Ã¤Æ¤¤¤ë¥â¡¼¥É¤¬¤¢¤ì ! ¤ÐÎɤ¤¾õÂ֤ȸÀ¤¨¤Þ¤¹¡£ ! ! ÆÃÄê¤Î¥â¡¼¥É¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«¡¢»È¤¤¤¿¤¤²òÁüÅÙ¤ËÂФ¹¤ë¥â¡¼¥É¤ò¤â¤Ã¤È¿¤¯ ! ÃΤꤿ¤¤¤È¤­¤Ï¡¢¸å½Ò¤Î¡ÖÈÆÍÑŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É°ìÍ÷¡×¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¥â¥Ë¥¿¤Î»ÅÍͤËÂФ·¤ÆÀßÄꤹ¤ë¥â¡¼¥É¤Î»ÅÍͤò¹ç¤ï¤»¤Þ¤·¤ç¤¦¡£¤Þ¤º¤Ï»ÅÍÍÆâ ! ¤Ç°ìÈֹ⤤¥ê¥Õ¥ì¥Ã¥·¥å¥â¡¼¥É¤òÈ´¤­¤À¤·¡¢¤³¤ì¤¬ Clocks ¹Ô¤Î¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤Ë¹ç¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹¡£Âбþ¤¹¤ëÊ̤Υ⡼¥ÉÀßÄê¤ò»î¤¹Á°¤Ë¤Ï¡¢ ! VESA ¥â¡¼¥É¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤½¤·¤Æ¡¢¥â¡¼¥É»ØÄê¤ò XF86Config ¥Õ¥¡¥¤ ! ¥ë¤Î Monitor ¥»¥¯¥·¥ç¥ó¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤³¤ì¤é¤Î¥â¡¼¥É¤ÏºÇŬ¤ÊÃÍ¤Ç¤Ï¤Ê ! ¤¤¤³¤È¤â¿¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤é¤Ï´°àú¤Ê²èÌÌ¥µ¥¤¥º¤Ç¤Ï¤Ê¤¤¤«¤â ! ¤·¤ì¤Þ¤»¤ó¤·¡¢É½¼¨¤â²èÌÌÃæ±û¤Ç¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢¤­¤Ã¤Èµ¯Æ°¤È ! Æ°ºî¤Ï¤¹¤ë¤Ç¤·¤ç¤¦¡£¥â¡¼¥É¤ò¥â¥Ë¥¿¤Ë¹ç¤ï¤»¤ÆÄ´À°¤·¤¿¤±¤ì ! ¤Ð¡¢VideoModes.doc ¥Õ¥¡¥¤¥ë¤Î 'ɽ¼¨¤ÎÌäÂê¤Î½¤Àµ' ¤ÎÀá¤òÆɤó¤Ç¤¯¤À¤µ ! ¤¤¡£ ! ! ºî¶È¤ò½ª¤¨¤ëÁ°¤ËÃí°Õ¤¬¤¢¤ê¤Þ¤¹¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î Monitor ¥»¥¯¥·¥ç ! ¥ó¤ËƱ¤¸¥â¡¼¥É̾¤¬Ê£¿ô²ó¸½¤ï¤ì¤ë¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï¥¯¥í¥Ã¥¯¤Î°ìÃפ¹¤ëºÇ½é¤Î ! ¥â¡¼¥É¤ò»ÈÍѤ·¤Þ¤¹¡£°ìÈÌŪ¤Ë¡¢XF86Config ¥Õ¥¡¥¤¥ë¤ËƱ¤¸¥â¡¼¥É̾¤òÊ£¿ô ! ²óÄêµÁ¤¹¤ë¤³¤È¤Ï¤è¤¯¤Ê¤¤¤³¤È¤À¤È¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! 6. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤È¥â¥Ë¥¿¥Ç¡¼¥¿¤ÎÁȤ߹ç¤ï¤»¤Ë¤Ä¤¤¤Æ ! ! ¥â¥Ë¥¿¤È¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ï¡¼¥É¥¦¥§¥¢¤Îµ­½Ò¤ò¹Ô¤Ã¤¿¤é¡¢¥µ¡¼¥Ð¤¬¤³¤ì¤é¤ò¤É ! ¤Î¤è¤¦¤Ë»È¤¦¤«¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï XF86Config ¥Õ¥¡¥¤¥ë ! ¤Î"Screen" ¥»¥¯¥·¥ç¥ó¤Ç¹Ô¤Ê¤¤¤Þ¤¹¡£»ÈÍѤ·¤¿¤¤¥¿¥¤¥×¤Î¥µ¡¼¥Ð¤Î¥É¥é¥¤¥Ð ! ¤½¤ì¤¾¤ì¤Ë¤Ä¤¤¤Æ Screen ¥»¥¯¥·¥ç¥ó¤ò1¤Ä»ØÄꤷ¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Î¥¿¥¤¥×¤Ë ! ¤Ï "SVGA" (XF86_SVGA), "VGA16" (XF86_VGA16), "VGA2" (XF86_Mono), ! "MONO" (XF86_Mono, XF86_VGA16), "ACCEL" (XF86_S3, XF86_Mach32, ! XF86_Mach8, XF86_Mach64, XF86_8514, XF86_P9000, XF86_AGX, XF86_W32)¤¬ ! ¤¢¤ê¤Þ¤¹¡£¤½¤ì¤¾¤ì¤Î Screen ¥»¥¯¥·¥ç¥ó¤Ë¤Ï»ÈÍѤ¹¤ë¥â¥Ë¥¿¤È¥Ç¥Ð¥¤¥¹¤Îµ­ ! ½Ò¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! Screen ¥»¥¯¥·¥ç¥ó¤Ï1¤Ä°Ê¾å¤Î "Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ò´Þ¤ß¤Þ¤¹¡£¥µ¡¼ ! ¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤½¤ì¤¾¤ì¤Î¿¼¤µ¤ËÂФ·¤Æ 1 ¤Ä¤Î Display ¥»¥¯¥·¥ç¥ó¤ò ! Í¿¤¨¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ [ ÌõÃí¡§¿¼¤µ¤È¤Ï¿§¿ô¤ä³¬Ä´¿ô¤òɽ¤ï¤¹¤Î¤ËɬÍ×¤Ê ! ¥Ó¥Ã¥È¿ô¤Ç¤¹¡£] Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤¦²¾ÁÛ¥¹¥¯¥ê¡¼¥ó ! ¤ÎÂ礭¤µ¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò»È¤¦¤È¡¢¥â¥Ë¥¿¤¬É½¼¨¤Ç¤­¤ë¥¹¥¯ ! ¥ê¡¼¥ó¤ÎÂ礭¤µ¤è¤ê¤âÂ礭¤¤¥ë¡¼¥È¥¦¥£¥ó¥É¥¦¤ò»ý¤Ä¤³¤È¤¬¤Ç¤­¤Þ¤¹(Î㤨¤Ð ! 800x600 ¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ç1280x1024 ¤ÎÂ礭¤µ¤Î²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò»È¤¨¤Þ ! ¤¹)¡£Virtual ¤È¤¤¤¦¥­¡¼¥ï¡¼¥É¤ò»È¤Ã¤Æ²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÂ礭¤µ¤ò»ØÄꤷ¤Þ ! ¤¹¡£¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð¤Î¿¤¯¤Ï¡¢É½¼¨¤Ë»È¤ï¤ì¤Ê¤¤¥á¥â¥ê¤ò¥­¥ã¥Ã ! ¥·¥å¤Ë»È¤¦¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥á¥â¥ê¤òÁ´¤Æ²¾Áۥǥ£¥¹¥×¥ì¥¤¤Ë»È¤¦¤³ ! ¤È¤Ï˾¤Þ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£¥­¥ã¥Ã¥·¥å¤Îʬ¤Î¥á¥â¥ê¤¬Ìµ¤¯¤Ê¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤Î ! À­Ç½¤¬30-40% °­¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ÇºÇ¸å¤Ë»ØÄꤹ¤ë¤Î¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤¤Î¥â¡¼¥É¤Ç¤¹¡£ ! ¤³¤³¤Ç¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤ª¤¦¤È¤¹¤ëʪÍýŪ¤Ê¥Ç¥£¥¹¥×¥ì¥¤²òÁüÅÙ¤ò»ØÄꤷ¤Þ¤¹¡£ ! ¥Ç¥£¥¹¥×¥ì¥¤¤Î̾Á°¤Ï¼«Í³¤Ë·è¤á¤é¤ì¤Þ¤¹¤¬¡¢Monitor ¥»¥¯¥·¥ç¥ó¤Î¤É¤ì¤«¤È ! °ìÃפ·¤Æ¤¤¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£°ìÈ̤ˤϡ¢¤³¤ì¤é¤Î̾Á°¤Ï¥Ç¥£¥¹¥×¥ì¥¤¤Î²ò ! ÁüÅÙ(Î㤨¤Ð "1024x768")¤¬»È¤ï¤ì¤Þ¤¹¤¬¡¢É¬¤º¤·¤â¤½¤¦¤Ç¤¢¤ëɬÍפϤ¢¤ê¤Þ ! ¤»¤ó¡£É¬Íפʿô¤À¤±ÀßÄê¤òʤ٤뤳¤È¤¬¤Ç¤­¤Þ¤¹¡£ºÇ½é¤Ë»ØÄꤷ¤¿¤â¤Î¤¬¥Ç ! ¥Õ¥©¥ë¥È¤Îµ¯Æ°¤µ¤ì¤ë¥Ç¥£¥¹¥×¥ì¥¤¤Ë¤Ê¤ê¡¢Ctrl-Alt-Keypad+ ¤È Ctrl-Alt- ! Keypad- ¤Î¥Û¥Ã¥È¥­¡¼¥·¡¼¥±¥ó¥¹¤ò»È¤Ã¤Æ¡¢¥ê¥¹¥ÈÃæ¤ÎÀßÄê¤ò½çÈÖ¤ËÀÚÂؤ¨¤Æ ! ¤¤¤¯¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! °Ê¾å¤ÇÀßÄê¤Ï½ª¤ï¤ê¤Ç¤¹¡£¤µ¤¢¡¢¿·¤·¤¯¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿ XFree86 ¤ò»î¤·¤Æ ! ¤ß¤Þ¤·¤ç¤¦! ! ! ! 7. ÈÆÍÑŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É°ìÍ÷ ! ! [ ÌõÃí : ¤³¤³¤Ï¥Ç¡¼¥¿¤ÎºÆÍøÍѤΤ¿¤á¤ËËÝÌõ¤Ï¤·¤Þ¤»¤ó¡£ ¥³¥á¥ó¥È¤Ë´Á»ú¤¬ ! º®¤¸¤Ã¤Æ¤¤¤Æ¤â¸íÆ°ºî¤òµ¯¤³¤¹¤³¤È¤Ï̵¤¤¤È¿®¤¸¤Æ¤¤¤Þ¤¹¤¬¡¢¤ä¤Ã¤Ñ¤ê¤Á¤ç¤Ã ! ¤ÈÉݤ¤¤Ç¤¹ :-) ] ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ______________________________________________________________________ ! # ! # Mode Refresh Hor. Sync Dot-clock Interlaced? VESA? ! # ------------------------------------------------------------ ! # 640x480 60Hz 31.5k 25.175M No No ! # 640x480 60Hz 31.5k 25.175M No No ! # 640x480 63Hz 32.8k 28.322M No No ! # 640x480 70Hz 36.5k 31.5M No No ! # 640x480 72Hz 37.9k 31.5M No Yes ! # 800x600 56Hz 35.1k 36.0M No Yes ! # 800x600 56Hz 35.4k 36.0M No No ! # 800x600 60Hz 37.9k 40.0M No Yes ! # 800x600 60Hz 37.9k 40.0M No No ! # 800x600 72Hz 48.0k 50.0M No Yes ! # 1024x768i 43.5Hz 35.5k 44.9M Yes No ! # 1024x768 60Hz 48.4k 65.0M No Yes ! # 1024x768 60Hz 48.4k 62.0M No No ! # 1024x768 70Hz 56.5k 75.0M No Yes ! # 1024x768 70Hz 56.25k 72.0M No No ! # 1024x768 76Hz 62.5k 85.0M No No ! # 1280x1024i 44Hz 51kHz 80.0M Yes No ! # 1280x1024i 44Hz 47.6k 75.0M Yes No ! # 1280x1024 59Hz 63.6k 110.0M No No ! # 1280x1024 61Hz 64.24k 110.0M No No ! # 1280x1024 74Hz 78.85k 135.0M No No ! ! # ! # 640x480@60Hz Non-Interlaced mode ! # Horizontal Sync = 31.5kHz ! # Timing: H=(0.95us, 3.81us, 1.59us), V=(0.35ms, 0.064ms, 1.02ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 25.175 640 664 760 800 480 491 493 525 ! ! # ! # Alternate 640x480@60Hz Non-Interlaced mode ! # Horizontal Sync = 31.5kHz ! # Timing: H=(1.27us, 3.81us, 1.27us) V=(0.32ms, 0.06ms, 1.05ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 25.175 640 672 768 800 480 490 492 525 ! ! # ! # 640x480@63Hz Non-Interlaced mode (non-standard) ! # Horizontal Sync = 32.8kHz ! # Timing: H=(1.41us, 1.41us, 5.08us) V=(0.24ms, 0.092ms, 0.92ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 28.322 640 680 720 864 480 488 491 521 ! ! # ! # 640x480@70Hz Non-Interlaced mode (non-standard) ! # Horizontal Sync = 36.5kHz ! # Timing: H=(1.27us, 1.27us, 4.57us) V=(0.22ms, 0.082ms, 0.82ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 31.5 640 680 720 864 480 488 491 521 ! ! # ! # VESA 640x480@72Hz Non-Interlaced mode ! # Horizontal Sync = 37.9kHz ! # Timing: H=(0.76us, 1.27us, 4.06us) V=(0.24ms, 0.079ms, 0.74ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 31.5 640 664 704 832 480 489 492 520 ! ! # ! # VESA 800x600@56Hz Non-Interlaced mode ! # Horizontal Sync = 35.1kHz ! # Timing: H=(0.67us, 2.00us, 3.56us) V=(0.03ms, 0.063ms, 0.70ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 36 800 824 896 1024 600 601 603 625 ! ! # ! # Alternate 800x600@56Hz Non-Interlaced mode ! # Horizontal Sync = 35.4kHz ! # Timing: H=(0.89us, 4.00us, 1.11us) V=(0.11ms, 0.057ms, 0.79ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 36 800 832 976 1016 600 604 606 634 ! ! # ! # VESA 800x600@60Hz Non-Interlaced mode ! # Horizontal Sync = 37.9kHz ! # Timing: H=(1.00us, 3.20us, 2.20us) V=(0.03ms, 0.106ms, 0.61ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync ! ! # ! # Alternate 800x600@60Hz Non-Interlaced mode ! # Horizontal Sync = 37.9kHz ! # Timing: H=(1.20us, 3.80us, 1.40us) V=(0.13ms, 0.053ms, 0.69ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 40 800 848 1000 1056 600 605 607 633 ! ! # ! # VESA 800x600@72Hz Non-Interlaced mode ! # Horizontal Sync = 48kHz ! # Timing: H=(1.12us, 2.40us, 1.28us) V=(0.77ms, 0.13ms, 0.48ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync ! ! # ! # 1024x768@43.5Hz, Interlaced mode (8514/A standard) ! # Horizontal Sync = 35.5kHz ! # Timing: H=(0.54us, 1.34us, 1.25us) V=(0.23ms, 0.23ms, 0.93ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768i" 44.9 1024 1048 1208 1264 768 776 784 817 Interlace ! ! # ! # VESA 1024x768@60Hz Non-Interlaced mode ! # Horizontal Sync = 48.4kHz ! # Timing: H=(0.12us, 2.22us, 2.58us) V=(0.06ms, 0.12ms, 0.60ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync ! ! # ! # 1024x768@60Hz Non-Interlaced mode (non-standard dot-clock) ! # Horizontal Sync = 48.4kHz ! # Timing: H=(0.65us, 2.84us, 0.65us) V=(0.12ms, 0.041ms, 0.66ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 62 1024 1064 1240 1280 768 774 776 808 ! ! # ! # VESA 1024x768@70Hz Non-Interlaced mode ! # Horizontal Sync=56.5kHz ! # Timing: H=(0.32us, 1.81us, 1.92us) V=(0.05ms, 0.14ms, 0.51ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ! ! # ! # 1024x768@70Hz Non-Interlaced mode (non-standard dot-clock) ! # Horizontal Sync=56.25kHz ! # Timing: H=(0.44us, 1.89us, 1.22us) V=(0.036ms, 0.11ms, 0.53ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 72 1024 1056 1192 1280 768 770 776 806 -hsync -vsync ! ! # ! # 1024x768@76Hz Non-Interlaced mode ! # Horizontal Sync=62.5kHz ! # Timing: H=(0.09us, 1.41us, 2.45us) V=(0.09ms, 0.048ms, 0.62ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 85 1024 1032 1152 1360 768 784 787 823 ! ! # ! # 1280x1024@44Hz, Interlaced mode ! # Horizontal Sync=51kHz ! # Timing: H=(0.02us, 2.7us, 0.70us) V=(0.02ms, 0.24ms, 2.51ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024i" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace ! ! # ! # Alternate 1280x1024@44Hz, Interlaced mode (non-standard dot-clock) ! # Horizontal Sync=47.6kHz ! # Timing: H=(0.42us, 2.88us, 0.64us) V=(0.08ms, 0.12ms, 0.96ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024i" 75 1280 1312 1528 1576 1024 1028 1034 1080 Interlace ! ! # ! # 1280x1024@59Hz Non-Interlaced mode (non-standard) ! # Horizontal Sync=63.6kHz ! # Timing: H=(0.36us, 1.45us, 2.25us) V=(0.08ms, 0.11ms, 0.65ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024" 110 1280 1320 1480 1728 1024 1029 1036 1077 ! ! # ! # 1280x1024@61Hz, Non-Interlaced mode ! # Horizontal Sync=64.25kHz ! # Timing: H=(0.44us, 1.67us, 1.82us) V=(0.02ms, 0.05ms, 0.41ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054 ! ! # ! # 1280x1024@74Hz, Non-Interlaced mode ! # Horizontal Sync=78.85kHz ! # Timing: H=(0.24us, 1.07us, 1.90us) V=(0.04ms, 0.04ms, 0.43ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064 ! ! ______________________________________________________________________ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config,v 3.4.2.2 1999/06/02 07:50:42 hohndel Exp $ ! ! ! ! ! ! $XConsortium: Config.sgml /main/7 1996/10/19 18:03:03 kaleb $ ! ! ! ! ! 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¡¢²¬Ëܰ칬 ! ¤ÎËÝÌõ(XFree86 3.3.2 ÈÇ)¤ò¥Ù¡¼¥¹¤ËÆ£ ! ¸¶µ±²Å ¤¬ XFree86 ! 3.3.3 ¤Ë¹ç¤ï¤»¤Æ¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æ ! Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Î ! Ãøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,549 ---- ! XFree86 ¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ: ¥¹¥Æ¥Ã¥×¡¦¥Ð¥¤¡¦¥¹¥Æ¥Ã¥×¤Î¥¬¥¤¥É ! David Wexelblat and The XFree86 Project, Inc ! 5 October 1994 ! The X Japanese Documentation Project ! 12 January 1998 ! ! ¤³¤Îʸ½ñ¤Ç¤Ï XFree86 ¥µ¡¼¥Ð¤È¡¢¤³¤ì¤ËÂбþ¤¹¤ëXF86Config ÀßÄê¥Õ¥¡¥¤¥ë¤Î ! ÀßÄêÊýË¡¤Ë¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£¤³¤Îʸ½ñ¤Î¼ê½ç¤É¤ª¤ê¤Ëºî¶È¤¹¤ì¤Ð¡¢¥µ¡¼¥Ð¤¬ ! ¤ÏÌäÂê̵¤¯½àÈ÷¤Ç¤­¡¢¤¹¤°¼Â¹Ô¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£¤³¤Îʸ½ñ¤ÏÈÆÍÑÉôʬ¤Ë¤Ä¤¤¤Æ ! ½ñ¤¤¤Æ¤¤¤Þ¤¹¡£¤ª»È¤¤¤Î OS ¸ÇÍ­¤Î»ö¾ð¤ò½ñ¤¤¤¿ README ¥Õ¥¡¥¤¥ë(Î㤨¤Ð ! README.SVR4)¤ä¥Ó¥Ç¥ª¥«¡¼¥É/¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î»ö¾ð¤ò½ñ¤¤¤¿ README¥Õ¥¡¥¤ ! ¥ë(Î㤨¤Ð README.trident)¤òɬ¤º»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤é¸ÇÍ­Éôʬ¤Î¥Õ¥¡ ! ¥¤¥ë¤ÎÆâÍƤÈÈÆÍÑÉôʬ¤Ë´Ø¤¹¤ëËÜʸ½ñ¤ÎÆâÍƤ¬Ì·½â¤·¤Æ¤¤¤ë¾ì¹ç(¤¢¤Þ¤ê¤Ê¤¤ ! ¤Ï¤º¤Ç¤¹¤¬)¤Ë¤Ï¡¢¸ÇÍ­¤Î¥Õ¥¡¥¤¥ë¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ______________________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¼ê½ç¤Î³µÍ× ! 2. ¥Ç¥Õ¥©¥ë¥È¥µ¡¼¥Ð¤ÎÀµ¤·¤¤ÀßÄê ! 3. XF86Config ¤Î´Êñ¤ÊÉôʬ ! 4. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! 5. ¥â¥Ë¥¿¤È¤½¤Î¥â¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! 6. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤È¥â¥Ë¥¿¥Ç¡¼¥¿¤ÎÁȤ߹ç¤ï¤»¤Ë¤Ä¤¤¤Æ ! 7. ÈÆÍÑŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É°ìÍ÷ ! 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¼ê½ç¤Î³µÍ× ! ! ½àÈ÷¤È¼Â¹Ô¤Ï2¤Ä¤ÎÃʳ¬¤Ç¹Ô¤Ê¤¤¤Þ¤¹¡£¤Þ¤ººÇ½é¤Ë»ÈÍѤ·¤¿¤¤Å¬Àڤʥµ¡¼¥Ð¤ò ! ÁªÂò¤·¤Æ¡¢¤³¤ì¤ò¥Ç¥Õ¥©¥ë¥È¤Î¥µ¡¼¥Ð¤È¤·¤ÆÀßÄꤷ¤Þ¤¹¡£¼¡¤Ë XF86Config ! ¥Õ¥¡¥¤¥ë¤òÀßÄꤷ¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¡¢¥Ý¥¤¥ó¥¿¥Ç¥Ð¥¤¥¹(Î㤨¤Ð¡¢¥Þ¥¦¥¹ ! ¤ä¥È¥é¥Ã¥¯¥Ü¡¼¥ë)¤ä¥Ó¥Ç¥ª¥«¡¼¥É¡¢¥â¥Ë¥¿Åù¤Îµ¡´ï¤Ë¤Ä¤¤¤Æ¤Ï¥µ¡¼¥Ð¤ÎÀßÄê ! ¤ò¹Ô¤¦¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Ï¤¤¤¯¤Ä¤«¤Î¥»¥¯¥·¥ç¥ó¤Ç¹½À®¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤³¤ÇÀâ ! ÌÀ¤¹¤ëÀßÄêºî¶È¤ò¹Ô¤Ê¤¦¤È¡¢¤½¤ì¤¾¤ì¤Î¥»¥¯¥·¥ç¥ó¤¬Ëä¤Þ¤Ã¤Æ¤æ¤­¤Þ¤¹¡£¥Ç ! ¥Õ¥©¥ë¥ÈÍѤäÀßÄêÎã¤Î¥Õ¥¡¥¤¥ë¤È¤·¤Æ¤Ï¡¢ ! /usr/X11R6/lib/X11/XF86Config.sample ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ò ! /usr/X11R6/lib/X11/XF86Config ¤Ë¥³¥Ô¡¼¤·¤Æ¡¢ÊÔ½¸¤ò¹Ô¤¤¡¢ÆɼԤ㧤µ¤ó¤Î ! Æȼ«¤ÎÀßÄê¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤȥª¥×¥·¥ç¥ó¤Ë¤Ä¤¤ ! ¤Æ¤Ï¡¢ XF86Config(4/5)¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ë¾Ü¤·¤¤ÀâÌÀ¤¬¤¢¤ê¤Þ¤¹¡£ ! XF86Config ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤¹¤ëÁ°¤Ë¤Ïɬ¤º¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òÄÌÆɤ·¤Æ ! ¤¯¤À¤µ¤¤¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î³Æ¥»¥¯¥·¥ç¥ó¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹: ! ! Files ! ɸ½à¥Õ¥©¥ó¥È¤È RGB ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Ñ¥¹¤òÀßÄꤷ¤Þ¤¹¡£ ! ! Server Flags ! °ìÈÌŪ¤Ê¥µ¡¼¥ÐÍÑ¥ª¥×¥·¥ç¥ó¤ò¤¤¤¯¤Ä¤«ÀßÄꤷ¤Þ¤¹¡£¤³¤ì¤é¤Ë¤Ä¤¤¤ÆÃÎ ! ¤ê¤¿¤¤¾ì¹ç¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Keyboard ! ¥­¡¼¥Ü¡¼¥É¥Ç¥Ð¥¤¥¹¤òÀßÄꤷ¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó¥Ñ¥é¥á¡¼¥¿¤ò¤¤¤¯¤Ä¤«Àß ! Äꤷ¤Þ¤¹¡£¥Ý¥¤¥ó¥¿¥Ç¥Ð¥¤¥¹¤òÀßÄꤷ¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó¥Ñ¥é¥á¡¼¥¿¤ò¤¤ ! ¤¯¤Ä¤«ÀßÄꤷ¤Þ¤¹¡£ ! ! Monitor ! ¥µ¡¼¥Ð¤ËÂФ·¤Æ¥â¥Ë¥¿(Ê£¿ô²Ä)¤òµ­½Ò¤·¤Þ¤¹¡£ ! Graphics Device ! ¥µ¡¼¥Ð¤ËÂФ·¤Æ¥Ó¥Ç¥ª¥«¡¼¥É¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! Screen ! ¥â¥Ë¥¿¤È¥Ó¥Ç¥ª¥«¡¼¥É¤Î»È¤¤Êý¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! 2. ¥Ç¥Õ¥©¥ë¥È¥µ¡¼¥Ð¤ÎÀµ¤·¤¤ÀßÄê ! ! ¥Ç¥Õ¥©¥ë¥È¥µ¡¼¥Ð¤Î̾Á°¤Ï /usr/X11R6/bin/X¤Ç¤¹¡£¤³¤ì¤Ï ! /usr/X11R6/bin/¤Ë¤¢¤ëÆÃÄê¤Î¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë XF86_xxxx ¤Ø ! ¤Î¥ê¥ó¥¯¤Ç¤¹¡£X ¤¬¡¢»È¤¤¤¿¤¤¥µ¡¼¥Ð¤Î¥ê¥ó¥¯¥Õ¥¡¥¤¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«³Îǧ¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¥ê¥ó¥¯¤¬Àµ¤·¤¯¤Ê¤¤¤È¤­¤Ï¡¢X ¤òºï½ü¤·¤ÆÀµ¤·¤¤¥µ¡¼¥Ð¤Ø¤Î¿·¤· ! ¤¤¥ê¥ó¥¯ºî¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹: ! ! XF86_SVGA: ! Super-VGA ¥µ¡¼¥Ð¡£ Cirrus 542{0,2,4,6,8,9}¡¢543{0,4} ¤È Western ! Digital 90C3{1,3} ¤È Oak Technologies Inc. OTI087 ¤Î¥Á¥Ã¥×¥»¥Ã¥È ! ¤ËÂФ·¤Æ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Ç¡¢»Ä¤ê¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ·¤Æ¤Ï ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! XF86_Mono: ! ¥ª¥×¥·¥ç¥ó¤È¤·¤Æ Hercules Åù¤ÎÇò¹õ¥Ó¥Ç¥ª¥«¡¼¥É¤ò¥µ¥Ý¡¼¥È¤¹¤ë ! (S)VGA ¥â¥Î¥¯¥í¥µ¡¼¥Ð¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! XF86_VGA16: ! ÈÆÍÑ VGA 16 ¿§¥µ¡¼¥Ð¡£ ! ! XF86_S3: ! S3 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_Mach32: ! ATI Mach32 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_Mach64: ! ATI Mach64 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_Mach8: ! ATI Mach8 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_8514: ! 8514/A ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_P9000: ! P9000 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_AGX: ! AGX ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! XF86_W32: ! ET4000/W32, ET6000 ÍÑ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¥µ¡¼¥Ð¡£ ! ! ¤½¤ì¤¾¤ì¤Î¥µ¡¼¥ÐÂбþ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤¬¤¢¤ê¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë ! ¥Á¥Ã¥×¥»¥Ã¥È¤ä¥µ¡¼¥Ð¸ÇÍ­¤ÎÀßÄꥪ¥×¥·¥ç¥ó¤Ë´Ø¤¹¤ëºÙ¤«¤¤ÅÀ¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª ! ¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! LinkKit ¤ò»È¤Ã¤Æ¥µ¡¼¥Ð¤Ë¥É¥é¥¤¥Ð¤òÁȤ߹þ¤ß¡¢Êѹ¹¤Ç¤­¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£ÇÛÉÛʪ¤Î¹½À®¤Ë¤â¤è¤ê¤Þ¤¹¤¬¡¢¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Ë¤Ï¤¢¤é¤æ ! ¤ë¥É¥é¥¤¥Ð¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¥É¥é¥¤¥Ð ! ¤Î°ìÍ÷¤òÆÀ¤ë¤Ë¤Ï¡¢ /usr/X11R6/bin/X -showconfig ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£¥µ ! ¡¼¥Ð¤ò¥ê¥ó¥¯¤·Ä¾¤¹É¬Íפ¬¤¢¤ë¾ì¹ç¤Ï¡¢ README.LinkKit ! ¤ò»²¾È¤·¤Æ LinkKit ¸ÇÍ­¤Î¾ðÊó¤Ë¤Ä¤¤¤ÆÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3. XF86Config ¤Î´Êñ¤ÊÉôʬ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Files" ¥»¥¯¥·¥ç¥ó¤Ë¤Ï¡¢RGB (¿§)¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹ ! ¥Õ¥¡¥¤¥ë(°ìÈ̤ˤϡ¢¤³¤ì¤òÊѹ¹¤¹¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó) ¤Ø¤Î¥Ñ¥¹¤È¡¢É¸½à ! ¥Õ¥©¥ó¥È¤Î¥Ñ¥¹¤¬µ­½Ò¤µ¤ì¤Þ¤¹¡£Ê£¿ô¤Î FontPath ¹Ô¤ò XF86Config ¤Ë½ñ¤¯¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï¡¢Á´¤Æ·Ò¤²¤é¤ì¤Æ 1¤Ä¤Î¥Ñ¥¹¤Ë¤Ê¤ê¤Þ¤¹¡£¤½¤ì¤¾ ! ¤ì¤Î FontPath ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤¹¤ë¤³¤È¤È¡¢Í­¸ú¤Ê¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È ! ¥ê¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¥µ¡¼¥Ð¤¬ "Can't open default font ! 'fixed'" (ɸ½à¤Î'¸ÇÄêÉý' ¥Õ¥©¥ó¥È¤¬¤¢¤ê¤Þ¤»¤ó)¤È¥¨¥é¡¼¤ò½ÐÎϤ·¤Æ¤­¤¿ ! ¤é¡¢¤½¤ì¤Ï¥Õ¥©¥ó¥È¥Ñ¥¹¤ÎÀßÄ꤬¤ª¤«¤·¤¤¤«¤é¤Ç¤¹¡£¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤Ï ! ´Ö°ã¤¤¤Ê¤¤¤Ä¤â¤ê¤Ç¤¢¤ì¤Ð¡¢¤½¤ì¤¾¤ì¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç `mkfontdir' ¥³¥Þ¥ó ! ¥É¤ò¼Â¹Ô¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config(4/5) ¤Ë ! ¤Ï¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤Î¾¤Î¥Ñ¥é¥á¡¼¥¿¤Ë¤Ä¤¤¤Æ¤ÎÀâÌÀ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¼¡¤Ï "Keyboard" ¥»¥¯¥·¥ç¥ó¤Ç¤¹¡£ ¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¥­¡¼¥Ü¡¼¥É¤Î¥×¥í ! ¥È¥³¥ë(Xqueue ¤Þ¤¿¤Ï Normal)¤ä¥­¡¼¤Î·«¤êÊÖ¤·¤Î®ÅÙ¡¢¤¤¤¯¤Ä¤«¤Î½¤¾þ¥­¡¼ ! ¤Îɸ½àŪ¤Ê³ä¤êÉÕ¤±¤Ë¤Ä¤¤¤ÆÀßÄꤷ¤Þ¤¹¡£°ìÈ̤ˤϡ¢¤³¤³¤òÊѹ¹¤¹¤ëɬÍ×¤Ï¤Ê ! ¤¤¤Ç¤·¤ç¤¦¡£±Ñ¸ìÍѤǤʤ¤¥­¡¼¥Ü¡¼¥É¤Î¥æ¡¼¥¶¤Ç¤¢¤ì¤Ð¡¢½¤¾þ¥­¡¼¤ÎÄêµÁ¤òÊÑ ! ¤¨¤¿¤¤¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î ! XF86Config(4/5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ï "Pointer" ¥»¥¯¥·¥ç¥ó¤Ç¤¹¡£¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¥Ý¥¤¥ó¥¿¥Ç¥Ð¥¤¥¹¤Î ! ¥×¥í¥È¥³¥ë¤È¥Ç¥Ð¥¤¥¹¤ò»ØÄꤷ¤Þ¤¹¡£¥×¥í¥È¥³¥ë̾¤Ïɬ¤º¤·¤â¥á¡¼¥«Ì¾¤ÈƱ¤¸ ! ¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢Logitech ¤Î¥Þ¥¦¥¹(Æä˿·¤·¤¤¤â ! ¤Î)¤Î¾ì¹ç¡¢Logitech ¥×¥í¥È¥³¥ë¤Ç¤Ï¤Ê¤¯ MouseMan ¥×¥í¥È¥³¥ë¤ä Microsoft ! ¥×¥í¥È¥³¥ë¤òɬÍפȤ¹¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ ! ! ¤½¤Î¾¤Î¥Þ¥¦¥¹¤Î¥Ñ¥é¥á¡¼¥¿¤â¤³¤Î¥»¥¯¥·¥ç¥ó¤ÇÄ´À°¤Ç¤­¤Þ¤¹¡£2¥Ü¥¿¥ó¥Þ¥¦ ! ¥¹¤ò»È¤Ã¤Æ¤¤¤ë¤È¤­¤Ï¡¢Emulate3Buttons ¤È¤¤¤¦¥­¡¼¥ï¡¼¥É¤Î¥³¥á¥ó¥È¤ò³°¤· ! ¤Þ¤·¤ç¤¦¡£Emulate3Buttons ¥â¡¼¥É¤Ç»È¤Ã¤¿¾ì¹ç¡¢Æ±»þ¤Ë2¤Ä¤Î¥Ü¥¿¥ó¤ò²¡¤¹ ! ¤È¡¢¥µ¡¼¥Ð¤Ë¤Ï¿¿¤óÃæ¤Î¥Ü¥¿¥ó¤ò²¡¤µ¤ì¤¿¤³¤È¤¬ÄÌÃΤµ¤ì¤Þ¤¹¡£ ! ! ¡Ö¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤òǧ¼±¤Ç¤­¤Ê¤¤¡×¤È¥µ¡¼¥Ð¤¬Ê¸¶ç¤ò¸À¤¦¤È¤­¤Ï¡¢¥µ¡¼¥Ð¤ÎÌä ! Âê¤Ç¤Ï¡Ö¤Ê¤¤¡×¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¤³¤ì¤ÏÂçÊѤ¢¤ê¤¬ ! ¤Á¤ÊÀßÄê¥ß¥¹¤Ç¤¢¤ê¡¢99.999% ¤Î³ÎΨ¤Ç¸¶°ø¤Ï OS ¤Î¥Ç¥Ð¥¤¥¹ÀßÄê¤Î´Ö°ã¤¤¤Ë ! ¤¢¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢OS ¥ì¥Ù¥ë¤Ç¤Î¥µ¥Ý¡¼¥È¤¬Àµ¤·¤¤¤³¤È¤ò¤Á¤ã¤ó¤È³Îǧ ! ¤¹¤ë¤Þ¤Ç¤Ï¡¢²æ¡¹¤Ë¥Ð¥°Êó¹ð¤ò¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! 4. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! ! "Device" ¥»¥¯¥·¥ç¥ó¤Ç¤Ï¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë¤Ä¤¤¤Æ¤Îµ­½Ò¤ò¹Ô¤¤¤Þ¤¹¡£Ê£¿ô¤Î¥Ç ! ¥Ð¥¤¥¹¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò½ñ¤¯¤³¤È¤¬¤Ç¤­¡¢¥»¥¯¥·¥ç¥ó¤´¤È¤Ë 1¤Ä¤Î¥Ó¥Ç¥ª ! ¥«¡¼¥É¤Ë´Ø¤¹¤ëµ­½Ò¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! ÈÆÍѤǤʤ¤¤±¤ì¤ÉÀßÄê¤Ë»È¤¨¤ë¤«¤â¤·¤ì¤Ê¤¤¾ðÊó¤òÃΤäƤª¤¯¤¿¤á¤Ë¡¢¥µ¡¼¥Ð ! ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤È¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤òɬ¤ºÆɤó¤Ç ! ¤¯¤À¤µ¤¤¡£ ! ! Device ¥»¥¯¥·¥ç¥ó¤ò½ñ¤¯¤¿¤á¤Ë¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ë¥Ç¡¼¥¿¤ò½¸¤á¤ÆÀß ! Äê¤Ë´Ø¤·¤Æ¤¤¤¯¤Ä¤«¤Î¤³¤È¤ò·è¤á¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤·¤Æɬ ! Íפʥǡ¼¥¿¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹: ! ! o ¥Á¥Ã¥×¥»¥Ã¥È¤Î¼ïÎà ! ! o ¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎÌ ! ! o »ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÃͤޤ¿¤Ï»È¤Ã¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×(¥×¥í¥°¥é ! ¥à²Äǽ¤Ê¾ì¹ç) ! ! o Ramdac ¤Î¼ïÎà(°ìÉô¤Î¥µ¡¼¥ÐÍÑ) ! ! °ìÈÌŪ¤Ë¤Ï¥µ¡¼¥Ð¤Ï¼«ÎϤǤ³¤ì¤é¤ÎÃͤòÄ´¤Ù¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬¡¢ ! XF86Config ¥Õ¥¡¥¤¥ëÃæ¤ÇÁ´¤Æ¤ÎÃͤò»ØÄꤹ¤ëÊý¤¬¤è¤¤¤Ç¤·¤ç¤¦¡£¤½¤¦¤¹¤ì ! ¤Ð´Ö°ã¤¤¤¬µ¯¤³¤é¤Ê¤¤¤«¤é¤Ç¤¹¡£'Chipset' ¤ÏÀßÄꤹ¤ë¥É¥é¥¤¥Ð ('X ! -showconfig'¤ò¼Â¹Ô¤¹¤ì¤Ðɽ¼¨¤Ç¤­¤Þ¤¹)¤òɽ¤¹¥­¡¼¥ï¡¼¥É¤Î1¤Ä¤Ç¤¹¡£¸½ ! ºß¤Î¤È¤³¤í¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Î¥µ¡¼¥Ð¤Î¤¦¤Á¡¢¤´¤¯°ìÉô¤Î¥µ¡¼¥Ð ! ¤À¤±¤¬¥Á¥Ã¥×¥»¥Ã¥È¥É¥é¥¤¥Ð¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¥á¥â¥ê¤ÎÎ̤ϥ­¥í¥Ð¥¤¥Èñ ! °Ì¤Ç»ØÄꤷ¤Þ¤¹¤Î¤Ç¡¢1¥á¥¬¥Ð¥¤¥È¤Î¥á¥â¥ê¤¬¤¢¤ë¾ì¹ç¤Ï 1024 ¤ò»ØÄꤷ¤Þ ! ¤¹¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤ÎÀßÄê¤Ë¤ª¤¤¤Æ°ìÈ֤狼¤ê¤Ë¤¯¤¤Éôʬ¤Ç ! ¤¹¡£¤Ç¤¹¤¬¹¬±¿¤Ê¤³¤È¤Ë¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¤¿¤¯¤µ¤ó½¸¤á¤¿¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÍø ! ÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥ÉÍѤΠDevice ¤Î¥¨¥ó¥È ! ¥ê¤Î°ìÍ÷¤¬ `Devices' ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤³¤ËÆɼԤ㧤µ¤ó¤¬»È¤Ã¤Æ¤¤ ! ¤ë¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤¬¤¢¤ì¤Ð¡¢ºÇ½é¤Ï¤½¤Î¥Ç¡¼¥¿¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! modeDB.txt ¥Õ¥¡¥¤¥ë¤ÎºÇ½é¤ÎÉôʬ¤Ë¤Ï¡¢SVGA ¥«¡¼¥É¤Î¾ðÊ󤬤¿¤¯¤µ¤ó¤¢¤ê¤Þ ! ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢`AccelCards' ¥Õ¥¡¥¤¥ë¤â¸«¤Æ¤¯¤À¤µ ! ¤¤¡£±¿¤¬Îɤ±¤ì¤Ð¡¢¤ª»È¤¤¤Î¥«¡¼¥É¤¬¤É¤³¤«¤Ë¤¢¤ë¤³¤È¤Ç¤·¤ç¤¦¡£¤â¤·¥«¡¼¥É ! ¤¬¸«¤Ä¤«¤Ã¤¿¤é¡¢¤½¤Î¿ôÃͤò¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é XF86Config ¥Õ¥¡¥¤¥ë¤Î ! Clocks ¹Ô¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤½¤ÎºÝ¤Ë¤Ï¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¤½¤Î¤Þ ! ¤Þ¤Î¿ôÃͤò¥³¥Ô¡¼¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Ê¤ÙÊѤ¨¤¿¤ê¡¢½ÅÊ£¤ò¼è¤ê½ü¤¤¤¿¤ê ! ¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥¿¥«¡¼¥É¤Ë¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯ ! ¥¸¥§¥Í¥ì¡¼¥¿¤ò»È¤Ã¤Æ¤¤¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤Î¾ì¹ç¤Ë¤Ï XF86Config ¥Õ¥¡ ! ¥¤¥ë¤Î ClockChip ¹Ô¤ò»È¤Ã¤Æ¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤Î·¿¤ò¼±Ê̤¹¤ëÅÀ¤ËÃí°Õ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£(Î㤨¤Ð¡¢'ClockChip "icd2061a"' ¤Ï #9 GXe ¤Î¤¿¤á¤Ë»È¤¤¤Þ ! ¤¹¡£) ! ! ¤ª»È¤¤¤Î¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤¬°ìÍ÷¤Ë¤Ê¤¤¤È¤­¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤Î¸¡½Ð ! ¤Ï¥µ¡¼¥Ð¤ËǤ¤»¤Æ¤·¤Þ¤¤¤Þ¤·¤ç¤¦¡£sh ¤Þ¤¿¤Ï ksh ¤Î¾ì¹ç¤Ï¡¢ `X -probeonly ! >/tmp/out 2>&1'¡¢csh ¤Î¾ì¹ç¤Ï¡¢ `X -probeonly >&/tmp/out' ¤È¥³¥Þ¥ó¥É¤ò ! ¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£¤³¤Î»þÅÀ¤Ç¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë Clocks ¹Ô¤Ï½ñ¤«¤Ê ! ¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¤È¿ôÉôֲèÌ̤¬¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£ ! ¤³¤ì¤Ï¡¢¥µ¡¼¥Ð¤¬ÁÇ®¤¯¥¯¥í¥Ã¥¯¤òÊѹ¹¤¹¤ë¤¿¤á¤Ç¤¹¡£Ä´¤Ù¤ë¤³¤È¤Ç¥â¥Ë¥¿¤ò ! Äˤá¤ë¤³¤È¤Ï¤Ê¤¤¤Ï¤º¤Ç¤¹¤¬¡¢¿·¤·¤¤¥â¥Ë¥¿¡¼¤Î¾ì¹ç¤Ï¼«Æ°Åª¤ËÅŸ»¤¬Íî¤Á¤Æ ! ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ï»ÅÍͤò±Û¤¨¤¿Æ°ºî¤ò¹Ô¤Ê¤¦¤³¤È¤â¤¢¤ë¤¿¤á¤Ëµ¯ ! ¤³¤ê¤Þ¤¹¡£¤È¤Ë¤«¤¯¡¢Ä´ºº¤¬½ª¤ï¤Ã¤¿¤é/tmp/out ¥Õ¥¡¥¤¥ë¤ò¸«¤Æ¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤Î¸¡½Ð·ë²Ì¤òÄ´¤Ù¤Þ¤·¤ç¤¦¡£¤½¤·¤Æ¡¢/tmp/out ¤Î¿ôÃͤòÊѹ¹¤»¤º¤Ë¤½ ! ¤Î¤Þ¤Þ XF86Config ¥Õ¥¡¥¤¥ë¤Î Clocks ¹Ô¤Ë¥³¥Ô¡¼¤·¤Þ¤·¤ç¤¦¡£¤É¤ó¤Ê¼ïÎà¤Ç ! ¤¢¤ì¡¢¥½¡¼¥È¤äʤÓÊѤ¨¤ò¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯¥Ü¡¼¥É¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ò»ý¤Ã¤Æ¤¤¤ë¤³¤È ! ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ï¡¢2¡¢3¸Ä¤Î¥¯¥í¥Ã¥¯¤À¤±Ãͤò»ý¤Á¡¢»Ä¤ê¤¬Á´¤Æ¥¼¥í¤Ë ! ¤Ê¤Ã¤Æ¤¤¤ë¤³¤È¤Ç¤·¤ç¤¦¡£¤³¤Î¤è¤¦¤Ê¾õÂ֤ˤʤ俾ì¹ç¤Ç¥Ü¡¼¥É¤¬¥Ç¡¼¥¿¥Ù¡¼ ! ¥¹¤ÎÃæ¤Ë¸«Åö¤¿¤é¤Ê¤±¤ì¤Ð¡¢XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤ò¼è¤ë¤«¡¢ ! comp.windows.x.i386unix ¤Ë¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£¤¿¤À¤·¡¢¸½ºß¤Î ! Diamond ¼Ò¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Î¤Û¤È¤ó¤É¤Ï¤³¤ì¤Ë¤¢¤Æ¤Ï¤Þ¤ë¤Î¤Ç¤¹¤¬¡¢Diamond ! ¼Ò ¤¬¥×¥í¥°¥é¥à¤Î¾ÜºÙ¤ò¸ø³«¤·¤Æ¤¯¤ì¤Ê¤¤¤¿¤á¤Ë¡¢²æ¡¹¤¬½õ¤±¤ë¤³¤È¤Ï¤Ç¤­ ! ¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Ë¤ÏÎÑÍýŪ¤ËÌäÂê¤Î¤¢¤ë²ò·èºö¤¬¤¢¤Ã¤Æ¡¢¤½¤ì¤ò¥Í¥Ã¥È¥Ë¥å ! ¡¼¥¹¤Ç¤Ïʹ¤¯¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£¤Ç¤¹¤¬¡¢²æ¡¹¤Ï¤³¤ÎÊýË¡¤òÄ󾧤Ǥ­¤Ê¤¤ ! ¤Î¤Ç¡¢¤³¤ÎÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï²æ¡¹¤ËÌ䤤¹ç¤ï¤»¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! ¥µ¡¼¥Ð¤Ë¤è¤Ã¤Æ¤Ï(S3 ¤È AGX)¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò»È¤¤Àڤ뤿¤á¤Ë¡¢¥Ü¡¼¥É¤Ë ! ºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤Î·¿¼°¤È®ÅÙ¤ò¥æ¡¼¥¶¤¬»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î»Ø ! Äê¤Ï 'Ramdac' ¤È 'DacSpeec' ¥¨¥ó¥È¥ê¤òÄɲ䷤ƹԤʤ¤¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤ë RAMDAC ¤Î¾ÜºÙ¤Ï¡¢Å¬Àڤʥµ¡¼¥Ð¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À ! ¤µ¤¤¡£°ÊÁ°¤Î XFree86 ¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¡¢RAMDAC ¤Î·¿¼°¤Ï Option ¥Õ¥é¥°¤Ç ! ÀßÄꤷ¤Æ¤¤¤¿¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤ª»È¤¤¤Î¥Ç¥Ð¥¤¥¹¤Ë¹ç¤ï¤»¤Æ¡¢Option ¥Õ¥é¥°¤ò¤¤¤¯¤Ä¤«»ØÄꤹ¤ëɬÍפ¬¤¢¤ë ! ¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥µ¡¼¥Ð¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ë¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Ë¤Ä¤¤ ! ¤Æ¤Îµ­½Ò¤¬¤¢¤ê¤Þ¤¹¤·¡¢¤ª»È¤¤¤Î¥Ü¡¼¥É¤¬É¬ÍפȤ¹¤ë¤â¤Î¤¬¤¢¤ì¤Ð¡¢¤³¤ì¤Ï ! ¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î README ¥Õ¥¡¥¤¥ë¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£ ! ! 5. ¥â¥Ë¥¿¤È¤½¤Î¥â¡¼¥É¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! ! ¥â¥Ë¥¿¤Î¥â¡¼¥ÉÀßÄê¤Ï¡¢¤è¤¯»î¹Ôºø¸í¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£»ÄÇ°¤Ê¤¬¤é¡¢¥â¥Ë ! ¥¿¥Ç¥Ð¥¤¥¹¤Îɸ½à²½¤Ï½½Ê¬¤Ç¤Ê¤¤¤«¤é¤Ç¤¹¡£¤³¤Îºî¶È¤ò´Êñ¤Ë¤¹¤ë¤¿¤á¤Ë¡¢Æà ! Äê¤Î¥â¥Ë¥¿¾ðÊó¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¼ý½¸¤¹¤ë¤³¤È¤ä¡¢¤¿¤¤¤Æ¤¤¤Î¥â¥Ë¥¿¤ò¤¦¤Þ¤¯ ! Æ°¤«¤·¤Æµ¡Ç½¤µ¤»¤ë¤è¤¦¤Ê¡ÖÈÆÍÑŪ¡×¤Ê¥â¡¼¥É¤ò½¸¤á¤ë¤³¤È¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£ ! Á´¤Æ¤Î¥â¥Ë¥¿¥â¡¼¥É¤ÎºîÀ®¤È²þÎɤˤĤ¤¤Æ¤Î¡¢·ì¤Î¤Ë¤¸¤à¤è¤¦¤ÊÅØÎϤǤǤ­¤¿ ! ¾ÜºÙ¤ÊÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï¡¢Eric Raymond »á¤¬½ñ¤¤¤¿ VideoModes.doc ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Monitor" ¥»¥¯¥·¥ç¥ó¤Ë¥â¥Ë¥¿¤Î»ÅÍͤȥӥǥª¤Î¥â¡¼ ! ¥É¤òµ­½Ò¤·¤Þ¤¹¡£Monitor ¥»¥¯¥·¥ç¥ó¤ò½ñ¤¯¤¿¤á¤Ë¤Ï¡¢¼«Ê¬¤Î¥â¥Ë¥¿¤Î»ÅÍͤò ! ÃΤëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Æä˥â¥Ë¥¿¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿åʿƱ´ü¤È¿âľƱ´ü(½ñ ! ¤­´¹¤¨)¤Î¥ì¡¼¥È¤ÎÈϰϤȡ¢¥Ó¥Ç¥ª¿®¹æ¤ÎÂÓ°è¤Ë¤Ä¤¤¤ÆÃΤëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¾ðÊó¤Ï¥â¥Ë¥¿¤Î¥æ¡¼¥¶¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤¤¤Æ¤¢¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿ ! 'Monitors' ¥Õ¥¡¥¤¥ë¤òÄ´¤Ù¤Æ¡¢¤ª»È¤¤¤Î¥â¥Ë¥¿¤Î¥¨¥ó¥È¥ê¤¬¤¢¤ë¤«¤É¤¦¤«³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¾ðÊó¤Î Moniter ¥»¥¯¥·¥ç¥ó¤Ø¤Îµ­½Ò¤Î»ÅÊý¤Ë¤Ä¤¤¤Æ ! ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config(4/5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë¡¢¥â¥Ë¥¿¤Ë¹ç¤ï¤»¤¿¥Ó¥Ç¥ª¤Î¥â¡¼¥É¤ÎÁȤò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤Þ¤º ! ºÇ½é¤Ë 'Monitors' ¤È modeDB.txt ¥Õ¥¡¥¤¥ëÃæ¤Ë¡¢¼«Ê¬¤Î»ØÄꤹ¤ë¥â¥Ë¥¿¤ËÂÐ ! ±þ¤¹¤ë¥â¡¼¥É°ìÍ÷¤¬¤¢¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤¢¤Ã¤¿¾ì¹ç¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Monitor ¥»¥¯¥·¥ç¥ó¤Ë¤½¤ì¤é¤Î¥â¡¼¥É¤ò¥³¥Ô¡¼¤·¤Þ ! ¤¹¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î Clocks ¹Ô¤Ë¡¢³Æ¥â¡¼¥É¹Ô¤Î2 ÈÖÌܤΥѥé¥á¡¼¥¿ ! ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¹ç¤¦¥¯¥í¥Ã¥¯Ãͤ¬¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥É¤Î ! ¥¯¥í¥Ã¥¯¤Ë¹ç¤ï¤Ê¤¤¥â¡¼¥É¹Ô¤Ïºï½ü¤·¤Þ¤¹¡£¤½¤Î¸å¤Ë»Ä¤Ã¤Æ¤¤¤ë¥â¡¼¥É¤¬¤¢¤ì ! ¤ÐÎɤ¤¾õÂ֤ȸÀ¤¨¤Þ¤¹¡£ ! ! ÆÃÄê¤Î¥â¡¼¥É¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«¡¢»È¤¤¤¿¤¤²òÁüÅÙ¤ËÂФ¹¤ë¥â¡¼¥É¤ò¤â¤Ã¤È¿¤¯ ! ÃΤꤿ¤¤¤È¤­¤Ï¡¢¸å½Ò¤Î¡ÖÈÆÍÑŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É°ìÍ÷¡×¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¥â¥Ë¥¿¤Î»ÅÍͤËÂФ·¤ÆÀßÄꤹ¤ë¥â¡¼¥É¤Î»ÅÍͤò¹ç¤ï¤»¤Þ¤·¤ç¤¦¡£¤Þ¤º¤Ï»ÅÍÍÆâ ! ¤Ç°ìÈֹ⤤¥ê¥Õ¥ì¥Ã¥·¥å¥â¡¼¥É¤òÈ´¤­¤À¤·¡¢¤³¤ì¤¬ Clocks ¹Ô¤Î¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤Ë¹ç¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹¡£Âбþ¤¹¤ëÊ̤Υ⡼¥ÉÀßÄê¤ò»î¤¹Á°¤Ë¤Ï¡¢ ! VESA ¥â¡¼¥É¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤½¤·¤Æ¡¢¥â¡¼¥É»ØÄê¤ò XF86Config ¥Õ¥¡¥¤ ! ¥ë¤Î Monitor ¥»¥¯¥·¥ç¥ó¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤³¤ì¤é¤Î¥â¡¼¥É¤ÏºÇŬ¤ÊÃÍ¤Ç¤Ï¤Ê ! ¤¤¤³¤È¤â¿¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤é¤Ï´°àú¤Ê²èÌÌ¥µ¥¤¥º¤Ç¤Ï¤Ê¤¤¤«¤â ! ¤·¤ì¤Þ¤»¤ó¤·¡¢É½¼¨¤â²èÌÌÃæ±û¤Ç¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢¤­¤Ã¤Èµ¯Æ°¤È ! Æ°ºî¤Ï¤¹¤ë¤Ç¤·¤ç¤¦¡£¥â¡¼¥É¤ò¥â¥Ë¥¿¤Ë¹ç¤ï¤»¤ÆÄ´À°¤·¤¿¤±¤ì ! ¤Ð¡¢VideoModes.doc ¥Õ¥¡¥¤¥ë¤Î 'ɽ¼¨¤ÎÌäÂê¤Î½¤Àµ' ¤ÎÀá¤òÆɤó¤Ç¤¯¤À¤µ ! ¤¤¡£ ! ! ºî¶È¤ò½ª¤¨¤ëÁ°¤ËÃí°Õ¤¬¤¢¤ê¤Þ¤¹¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î Monitor ¥»¥¯¥·¥ç ! ¥ó¤ËƱ¤¸¥â¡¼¥É̾¤¬Ê£¿ô²ó¸½¤ï¤ì¤ë¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï¥¯¥í¥Ã¥¯¤Î°ìÃפ¹¤ëºÇ½é¤Î ! ¥â¡¼¥É¤ò»ÈÍѤ·¤Þ¤¹¡£°ìÈÌŪ¤Ë¡¢XF86Config ¥Õ¥¡¥¤¥ë¤ËƱ¤¸¥â¡¼¥É̾¤òÊ£¿ô ! ²óÄêµÁ¤¹¤ë¤³¤È¤Ï¤è¤¯¤Ê¤¤¤³¤È¤À¤È¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 6. ¥Ó¥Ç¥ª¥Ü¡¼¥É¤È¥â¥Ë¥¿¥Ç¡¼¥¿¤ÎÁȤ߹ç¤ï¤»¤Ë¤Ä¤¤¤Æ ! ! ¥â¥Ë¥¿¤È¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ï¡¼¥É¥¦¥§¥¢¤Îµ­½Ò¤ò¹Ô¤Ã¤¿¤é¡¢¥µ¡¼¥Ð¤¬¤³¤ì¤é¤ò¤É ! ¤Î¤è¤¦¤Ë»È¤¦¤«¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï XF86Config ¥Õ¥¡¥¤¥ë ! ¤Î"Screen" ¥»¥¯¥·¥ç¥ó¤Ç¹Ô¤Ê¤¤¤Þ¤¹¡£»ÈÍѤ·¤¿¤¤¥¿¥¤¥×¤Î¥µ¡¼¥Ð¤Î¥É¥é¥¤¥Ð ! ¤½¤ì¤¾¤ì¤Ë¤Ä¤¤¤Æ Screen ¥»¥¯¥·¥ç¥ó¤ò1¤Ä»ØÄꤷ¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Î¥¿¥¤¥×¤Ë ! ¤Ï "SVGA" (XF86_SVGA), "VGA16" (XF86_VGA16), "VGA2" (XF86_Mono), ! "MONO" (XF86_Mono, XF86_VGA16), "ACCEL" (XF86_S3, XF86_Mach32, ! XF86_Mach8, XF86_Mach64, XF86_8514, XF86_P9000, XF86_AGX, XF86_W32)¤¬ ! ¤¢¤ê¤Þ¤¹¡£¤½¤ì¤¾¤ì¤Î Screen ¥»¥¯¥·¥ç¥ó¤Ë¤Ï»ÈÍѤ¹¤ë¥â¥Ë¥¿¤È¥Ç¥Ð¥¤¥¹¤Îµ­ ! ½Ò¤ò¹Ô¤¤¤Þ¤¹¡£ ! ! Screen ¥»¥¯¥·¥ç¥ó¤Ï1¤Ä°Ê¾å¤Î "Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ò´Þ¤ß¤Þ¤¹¡£¥µ¡¼ ! ¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤½¤ì¤¾¤ì¤Î¿¼¤µ¤ËÂФ·¤Æ 1 ¤Ä¤Î Display ¥»¥¯¥·¥ç¥ó¤ò ! Í¿¤¨¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ [ ÌõÃí¡§¿¼¤µ¤È¤Ï¿§¿ô¤ä³¬Ä´¿ô¤òɽ¤ï¤¹¤Î¤ËɬÍ×¤Ê ! ¥Ó¥Ã¥È¿ô¤Ç¤¹¡£] Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤¦²¾ÁÛ¥¹¥¯¥ê¡¼¥ó ! ¤ÎÂ礭¤µ¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò»È¤¦¤È¡¢¥â¥Ë¥¿¤¬É½¼¨¤Ç¤­¤ë¥¹¥¯ ! ¥ê¡¼¥ó¤ÎÂ礭¤µ¤è¤ê¤âÂ礭¤¤¥ë¡¼¥È¥¦¥£¥ó¥É¥¦¤ò»ý¤Ä¤³¤È¤¬¤Ç¤­¤Þ¤¹(Î㤨¤Ð ! 800x600 ¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ç1280x1024 ¤ÎÂ礭¤µ¤Î²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò»È¤¨¤Þ ! ¤¹)¡£Virtual ¤È¤¤¤¦¥­¡¼¥ï¡¼¥É¤ò»È¤Ã¤Æ²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÂ礭¤µ¤ò»ØÄꤷ¤Þ ! ¤¹¡£¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð¤Î¿¤¯¤Ï¡¢É½¼¨¤Ë»È¤ï¤ì¤Ê¤¤¥á¥â¥ê¤ò¥­¥ã¥Ã ! ¥·¥å¤Ë»È¤¦¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥á¥â¥ê¤òÁ´¤Æ²¾Áۥǥ£¥¹¥×¥ì¥¤¤Ë»È¤¦¤³ ! ¤È¤Ï˾¤Þ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£¥­¥ã¥Ã¥·¥å¤Îʬ¤Î¥á¥â¥ê¤¬Ìµ¤¯¤Ê¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤Î ! À­Ç½¤¬30-40% °­¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ÇºÇ¸å¤Ë»ØÄꤹ¤ë¤Î¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤¤Î¥â¡¼¥É¤Ç¤¹¡£ ! ¤³¤³¤Ç¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤ª¤¦¤È¤¹¤ëʪÍýŪ¤Ê¥Ç¥£¥¹¥×¥ì¥¤²òÁüÅÙ¤ò»ØÄꤷ¤Þ¤¹¡£ ! ¥Ç¥£¥¹¥×¥ì¥¤¤Î̾Á°¤Ï¼«Í³¤Ë·è¤á¤é¤ì¤Þ¤¹¤¬¡¢Monitor ¥»¥¯¥·¥ç¥ó¤Î¤É¤ì¤«¤È ! °ìÃפ·¤Æ¤¤¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£°ìÈ̤ˤϡ¢¤³¤ì¤é¤Î̾Á°¤Ï¥Ç¥£¥¹¥×¥ì¥¤¤Î²ò ! ÁüÅÙ(Î㤨¤Ð "1024x768")¤¬»È¤ï¤ì¤Þ¤¹¤¬¡¢É¬¤º¤·¤â¤½¤¦¤Ç¤¢¤ëɬÍפϤ¢¤ê¤Þ ! ¤»¤ó¡£É¬Íפʿô¤À¤±ÀßÄê¤òʤ٤뤳¤È¤¬¤Ç¤­¤Þ¤¹¡£ºÇ½é¤Ë»ØÄꤷ¤¿¤â¤Î¤¬¥Ç ! ¥Õ¥©¥ë¥È¤Îµ¯Æ°¤µ¤ì¤ë¥Ç¥£¥¹¥×¥ì¥¤¤Ë¤Ê¤ê¡¢Ctrl-Alt-Keypad+ ¤È Ctrl-Alt- ! Keypad- ¤Î¥Û¥Ã¥È¥­¡¼¥·¡¼¥±¥ó¥¹¤ò»È¤Ã¤Æ¡¢¥ê¥¹¥ÈÃæ¤ÎÀßÄê¤ò½çÈÖ¤ËÀÚÂؤ¨¤Æ ! ¤¤¤¯¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! °Ê¾å¤ÇÀßÄê¤Ï½ª¤ï¤ê¤Ç¤¹¡£¤µ¤¢¡¢¿·¤·¤¯¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿ XFree86 ¤ò»î¤·¤Æ ! ¤ß¤Þ¤·¤ç¤¦! ! ! 7. ÈÆÍÑŪ¤Ê¥Ó¥Ç¥ª¥â¡¼¥É°ìÍ÷ ! ! [ ÌõÃí : ¤³¤³¤Ï¥Ç¡¼¥¿¤ÎºÆÍøÍѤΤ¿¤á¤ËËÝÌõ¤Ï¤·¤Þ¤»¤ó¡£ ¥³¥á¥ó¥È¤Ë´Á»ú¤¬ ! º®¤¸¤Ã¤Æ¤¤¤Æ¤â¸íÆ°ºî¤òµ¯¤³¤¹¤³¤È¤Ï̵¤¤¤È¿®¤¸¤Æ¤¤¤Þ¤¹¤¬¡¢¤ä¤Ã¤Ñ¤ê¤Á¤ç¤Ã ! ¤ÈÉݤ¤¤Ç¤¹ :-) ] ! ! ______________________________________________________________________ ! # ! # Mode Refresh Hor. Sync Dot-clock Interlaced? VESA? ! # ------------------------------------------------------------ ! # 640x480 60Hz 31.5k 25.175M No No ! # 640x480 60Hz 31.5k 25.175M No No ! # 640x480 63Hz 32.8k 28.322M No No ! # 640x480 70Hz 36.5k 31.5M No No ! # 640x480 72Hz 37.9k 31.5M No Yes ! # 800x600 56Hz 35.1k 36.0M No Yes ! # 800x600 56Hz 35.4k 36.0M No No ! # 800x600 60Hz 37.9k 40.0M No Yes ! # 800x600 60Hz 37.9k 40.0M No No ! # 800x600 72Hz 48.0k 50.0M No Yes ! # 1024x768i 43.5Hz 35.5k 44.9M Yes No ! # 1024x768 60Hz 48.4k 65.0M No Yes ! # 1024x768 60Hz 48.4k 62.0M No No ! # 1024x768 70Hz 56.5k 75.0M No Yes ! # 1024x768 70Hz 56.25k 72.0M No No ! # 1024x768 76Hz 62.5k 85.0M No No ! # 1280x1024i 44Hz 51kHz 80.0M Yes No ! # 1280x1024i 44Hz 47.6k 75.0M Yes No ! # 1280x1024 59Hz 63.6k 110.0M No No ! # 1280x1024 61Hz 64.24k 110.0M No No ! # 1280x1024 74Hz 78.85k 135.0M No No ! ! # ! # 640x480@60Hz Non-Interlaced mode ! # Horizontal Sync = 31.5kHz ! # Timing: H=(0.95us, 3.81us, 1.59us), V=(0.35ms, 0.064ms, 1.02ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 25.175 640 664 760 800 480 491 493 525 ! ! # ! # Alternate 640x480@60Hz Non-Interlaced mode ! # Horizontal Sync = 31.5kHz ! # Timing: H=(1.27us, 3.81us, 1.27us) V=(0.32ms, 0.06ms, 1.05ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 25.175 640 672 768 800 480 490 492 525 ! ! # ! # 640x480@63Hz Non-Interlaced mode (non-standard) ! # Horizontal Sync = 32.8kHz ! # Timing: H=(1.41us, 1.41us, 5.08us) V=(0.24ms, 0.092ms, 0.92ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 28.322 640 680 720 864 480 488 491 521 ! ! # ! # 640x480@70Hz Non-Interlaced mode (non-standard) ! # Horizontal Sync = 36.5kHz ! # Timing: H=(1.27us, 1.27us, 4.57us) V=(0.22ms, 0.082ms, 0.82ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 31.5 640 680 720 864 480 488 491 521 ! ! # ! # VESA 640x480@72Hz Non-Interlaced mode ! # Horizontal Sync = 37.9kHz ! # Timing: H=(0.76us, 1.27us, 4.06us) V=(0.24ms, 0.079ms, 0.74ms) ! # ! # name clock horizontal timing vertical timing flags ! "640x480" 31.5 640 664 704 832 480 489 492 520 ! ! # ! # VESA 800x600@56Hz Non-Interlaced mode ! # Horizontal Sync = 35.1kHz ! # Timing: H=(0.67us, 2.00us, 3.56us) V=(0.03ms, 0.063ms, 0.70ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 36 800 824 896 1024 600 601 603 625 ! ! # ! # Alternate 800x600@56Hz Non-Interlaced mode ! # Horizontal Sync = 35.4kHz ! # Timing: H=(0.89us, 4.00us, 1.11us) V=(0.11ms, 0.057ms, 0.79ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 36 800 832 976 1016 600 604 606 634 ! ! # ! # VESA 800x600@60Hz Non-Interlaced mode ! # Horizontal Sync = 37.9kHz ! # Timing: H=(1.00us, 3.20us, 2.20us) V=(0.03ms, 0.106ms, 0.61ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync ! ! # ! # Alternate 800x600@60Hz Non-Interlaced mode ! # Horizontal Sync = 37.9kHz ! # Timing: H=(1.20us, 3.80us, 1.40us) V=(0.13ms, 0.053ms, 0.69ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 40 800 848 1000 1056 600 605 607 633 ! ! # ! # VESA 800x600@72Hz Non-Interlaced mode ! # Horizontal Sync = 48kHz ! # Timing: H=(1.12us, 2.40us, 1.28us) V=(0.77ms, 0.13ms, 0.48ms) ! # ! # name clock horizontal timing vertical timing flags ! "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync ! ! # ! # 1024x768@43.5Hz, Interlaced mode (8514/A standard) ! # Horizontal Sync = 35.5kHz ! # Timing: H=(0.54us, 1.34us, 1.25us) V=(0.23ms, 0.23ms, 0.93ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768i" 44.9 1024 1048 1208 1264 768 776 784 817 Interlace ! ! # ! # VESA 1024x768@60Hz Non-Interlaced mode ! # Horizontal Sync = 48.4kHz ! # Timing: H=(0.12us, 2.22us, 2.58us) V=(0.06ms, 0.12ms, 0.60ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync ! ! # ! # 1024x768@60Hz Non-Interlaced mode (non-standard dot-clock) ! # Horizontal Sync = 48.4kHz ! # Timing: H=(0.65us, 2.84us, 0.65us) V=(0.12ms, 0.041ms, 0.66ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 62 1024 1064 1240 1280 768 774 776 808 ! ! # ! # VESA 1024x768@70Hz Non-Interlaced mode ! # Horizontal Sync=56.5kHz ! # Timing: H=(0.32us, 1.81us, 1.92us) V=(0.05ms, 0.14ms, 0.51ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ! ! # ! # 1024x768@70Hz Non-Interlaced mode (non-standard dot-clock) ! # Horizontal Sync=56.25kHz ! # Timing: H=(0.44us, 1.89us, 1.22us) V=(0.036ms, 0.11ms, 0.53ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 72 1024 1056 1192 1280 768 770 776 806 -hsync -vsync ! ! # ! # 1024x768@76Hz Non-Interlaced mode ! # Horizontal Sync=62.5kHz ! # Timing: H=(0.09us, 1.41us, 2.45us) V=(0.09ms, 0.048ms, 0.62ms) ! # ! # name clock horizontal timing vertical timing flags ! "1024x768" 85 1024 1032 1152 1360 768 784 787 823 ! ! # ! # 1280x1024@44Hz, Interlaced mode ! # Horizontal Sync=51kHz ! # Timing: H=(0.02us, 2.7us, 0.70us) V=(0.02ms, 0.24ms, 2.51ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024i" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace ! ! # ! # Alternate 1280x1024@44Hz, Interlaced mode (non-standard dot-clock) ! # Horizontal Sync=47.6kHz ! # Timing: H=(0.42us, 2.88us, 0.64us) V=(0.08ms, 0.12ms, 0.96ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024i" 75 1280 1312 1528 1576 1024 1028 1034 1080 Interlace ! ! # ! # 1280x1024@59Hz Non-Interlaced mode (non-standard) ! # Horizontal Sync=63.6kHz ! # Timing: H=(0.36us, 1.45us, 2.25us) V=(0.08ms, 0.11ms, 0.65ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024" 110 1280 1320 1480 1728 1024 1029 1036 1077 ! ! # ! # 1280x1024@61Hz, Non-Interlaced mode ! # Horizontal Sync=64.25kHz ! # Timing: H=(0.44us, 1.67us, 1.82us) V=(0.02ms, 0.05ms, 0.41ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054 ! ! # ! # 1280x1024@74Hz, Non-Interlaced mode ! # Horizontal Sync=78.85kHz ! # Timing: H=(0.24us, 1.07us, 1.90us) V=(0.04ms, 0.04ms, 0.43ms) ! # ! # name clock horizontal timing vertical timing flags ! "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064 ! ! ______________________________________________________________________ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config,v 3.4.2.3 1999/11/26 15:23:03 hohndel Exp $ ! ! $XConsortium: Config.sgml /main/7 1996/10/19 18:03:03 kaleb $ ! ! 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¡¢²¬Ëܰ칬 ! ¤ÎËÝÌõ(XFree86 3.3.2 ÈÇ)¤ò¥Ù¡¼¥¹¤ËÆ£ ! ¸¶µ±²Å ¤¬ XFree86 ! 3.3.3 ¤Ë¹ç¤ï¤»¤Æ¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æ ! Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Î ! Ãøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga:1.1.2.1 Wed Jun 2 17:50:42 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga Sat Nov 27 02:23:04 1999 *************** *** 1,132 **** ! DEC 21030(ÊÌ̾ TGA)¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project, Inc. ! 23th October 1998 ! The X Japanese Documentation Project ! 12th January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. DEC 21030 ! 2. Äɲûö¹à ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! ! 1. DEC 21030 ! ! ! o XFree86 3.3 ¤Î¤³¤Î¥ê¥ê¡¼¥¹¤Ç DEC 21030 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! o ¸½ºßÃΤé¤ì¤Æ¤¤¤ëÌäÂê ! ! ! 1. ¥â¡¼¥É¹Ô¤Ï1¤Ä¤·¤«»ØÄê¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï¾¤Î´ð½à¤ËŬ¹ç¤·¤Æ¼Â¹Ô²Ä ! ǽ¤Ê»ØÄê¤Î¤¦¤Á¡¢ºÇ½é¤Î¤â¤Î¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ! 2. ¾åµ­¤ÎÍýͳ¤Ë¤è¤ê¡¢²¾ÁÛŪ¤Ê²òÁüÅ٤⥵¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! o 21030 ¥É¥é¥¤¥Ð¤ËÂФ·¤Æ¤Ï°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "dac_8_bit" ! 8Bit ¤Î BT485 RamDac ¤òÍ­¸ú¤Ë¤·¤Þ¤¹(Multia ¤È 8¥×¥ì¡¼¥ó¤ò»ý¤Ä ! TGA ¤Î¤ß)¡£ ! ! Option "dac_6_bit" ! 6Bit ¤Î BT485 RamDac ¤òÍ­¸ú¤Ë¤·¤Þ¤¹(Multia ¤È 8¥×¥ì¡¼¥ó¤ò»ý¤Ä ! TGA ¤Î¤ß)¡£ ! ! ! MemBase 0x??????? ! ¥µ¡¼¥Ð¤¬21030¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¸¡½Ð¤Ç¤­¤Ê¤±¤ì¤Ð¡¢/proc/pci ¤Ç ! 21030 ¤Ë¤Ä¤¤¤ÆÄ´¤Ù¤Æ "Prefetchable 32 bit memory at 0x???????" ! ¤È¤¤¤¦¹Ô¤òõ¤·¤Þ¤¹¡£¤½¤·¤Æ¤³¤Î¥¢¥É¥ì¥¹¤ò MemBase ¤ÎÀßÄê¤È¤·¤ÆÆþ ! ÎϤ·¤Þ¤¹¡£XFree86 ¥Ð¡¼¥¸¥ç¥ó 3.3.3 ¤Ç¤Ï¡¢¥Ð¡¼¥¸¥ç¥ó¤¬ 2.0.28 °Ê ! ¹ß¤Î Linux ¥«¡¼¥Í¥ë¤ò»È¤Ã¤Æ¤ª¤ê¡¢¥«¡¼¥Í¥ë¤Ë PCI ¥µ¥Ý¡¼¥È¤òÁȤ߹þ ! ¤ó¤Ç¤¤¤ì¤Ð¡¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤Ï¼«Æ°Åª¤Ë¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ! ! o 21030 ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Ïº£¤Î¤È¤³¤íÁ´¤¯ÍøÍѤ·¤Æ¤¤¤Þ¤»¤ó! ! ! ! 2. Äɲûö¹à ! ! ¤³¤Î¥³¡¼¥É¤Ï¡¢DEC À½¤Î UDB ¥Ü¥Ã¥¯¥¹(Multia), ZLZp-E1 (8¥×¥ì¡¼¥ó¤ò»ý¤Ä ! TGA), ZLXp-E2 (24¥×¥ì¡¼¥ó¤ò»ý¤Ä TGA)¾å¤ÇÆ°ºî¤¹¤ë Linux ¤Ç¤·¤«¥Æ¥¹¥È¤· ! ¤Æ¤¤¤Þ¤»¤ó¡£ZLXp-E3 (24¥×¥ì¡¼¥ó¤È3Dµ¡Ç½¤ò»ý¤Ä TGA)¤Î¥Æ¥¹¥È¤Ï¹Ô¤Ã¤Æ¤¤¤Þ ! ¤»¤ó¤¬¡¢¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga,v 1.1.2.1 1999/06/02 07:50:42 hohndel Exp $ ! ! ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,64 ---- ! DEC 21030(ÊÌ̾ TGA)¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project, Inc. ! 23th October 1998 ! The X Japanese Documentation Project ! 12th January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. DEC 21030 ! 2. Äɲûö¹à ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. DEC 21030 ! ! o XFree86 3.3 ¤Î¤³¤Î¥ê¥ê¡¼¥¹¤Ç DEC 21030 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! o ¸½ºßÃΤé¤ì¤Æ¤¤¤ëÌäÂê ! ! 1. ¥â¡¼¥É¹Ô¤Ï1¤Ä¤·¤«»ØÄê¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï¾¤Î´ð½à¤ËŬ¹ç¤·¤Æ¼Â¹Ô²Ä ! ǽ¤Ê»ØÄê¤Î¤¦¤Á¡¢ºÇ½é¤Î¤â¤Î¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ! 2. ¾åµ­¤ÎÍýͳ¤Ë¤è¤ê¡¢²¾ÁÛŪ¤Ê²òÁüÅ٤⥵¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! o 21030 ¥É¥é¥¤¥Ð¤ËÂФ·¤Æ¤Ï°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "dac_8_bit" ! 8Bit ¤Î BT485 RamDac ¤òÍ­¸ú¤Ë¤·¤Þ¤¹(Multia ¤È 8¥×¥ì¡¼¥ó¤ò»ý¤Ä ! TGA ¤Î¤ß)¡£ ! ! Option "dac_6_bit" ! 6Bit ¤Î BT485 RamDac ¤òÍ­¸ú¤Ë¤·¤Þ¤¹(Multia ¤È 8¥×¥ì¡¼¥ó¤ò»ý¤Ä ! TGA ¤Î¤ß)¡£ ! ! MemBase 0x??????? ! ¥µ¡¼¥Ð¤¬21030¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¸¡½Ð¤Ç¤­¤Ê¤±¤ì¤Ð¡¢/proc/pci ¤Ç ! 21030 ¤Ë¤Ä¤¤¤ÆÄ´¤Ù¤Æ "Prefetchable 32 bit memory at 0x???????" ! ¤È¤¤¤¦¹Ô¤òõ¤·¤Þ¤¹¡£¤½¤·¤Æ¤³¤Î¥¢¥É¥ì¥¹¤ò MemBase ¤ÎÀßÄê¤È¤·¤ÆÆþ ! ÎϤ·¤Þ¤¹¡£XFree86 ¥Ð¡¼¥¸¥ç¥ó 3.3.3 ¤Ç¤Ï¡¢¥Ð¡¼¥¸¥ç¥ó¤¬ 2.0.28 °Ê ! ¹ß¤Î Linux ¥«¡¼¥Í¥ë¤ò»È¤Ã¤Æ¤ª¤ê¡¢¥«¡¼¥Í¥ë¤Ë PCI ¥µ¥Ý¡¼¥È¤òÁȤ߹þ ! ¤ó¤Ç¤¤¤ì¤Ð¡¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤Ï¼«Æ°Åª¤Ë¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ! o 21030 ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Ïº£¤Î¤È¤³¤íÁ´¤¯ÍøÍѤ·¤Æ¤¤¤Þ¤»¤ó! ! ! 2. Äɲûö¹à ! ! ¤³¤Î¥³¡¼¥É¤Ï¡¢DEC À½¤Î UDB ¥Ü¥Ã¥¯¥¹(Multia), ZLZp-E1 (8¥×¥ì¡¼¥ó¤ò»ý¤Ä ! TGA), ZLXp-E2 (24¥×¥ì¡¼¥ó¤ò»ý¤Ä TGA)¾å¤ÇÆ°ºî¤¹¤ë Linux ¤Ç¤·¤«¥Æ¥¹¥È¤· ! ¤Æ¤¤¤Þ¤»¤ó¡£ZLXp-E3 (24¥×¥ì¡¼¥ó¤È3Dµ¡Ç½¤ò»ý¤Ä TGA)¤Î¥Æ¥¹¥È¤Ï¹Ô¤Ã¤Æ¤¤¤Þ ! ¤»¤ó¤¬¡¢¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DECtga,v 1.1.2.2 1999/11/26 15:23:04 hohndel Exp $ ! ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DGux diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DGux:1.1.2.1 *** /dev/null Sun Jan 9 07:43:47 2000 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.DGux Thu Dec 2 23:30:33 1999 *************** *** 0 **** --- 1,754 ---- + DG/ux R4.20MU04 ¤¬Æ°ºî¤¹¤ë Intel Pentium Aviion ¥Þ¥·¥ó¤Ç¤Î + XFree86 ¤Î¹½ÃÛ¼ê½ç + Takis Psarogiannakopoulos + July 27, 1999 + The X Japanese Documentation Project + September 12, 1999 + ____________________________________________________________ + + Ìܼ¡ + + 1. ¿·¤·¤¤¤³¤È¤¬¤é + 2. °ìÈÌŪ¤Ê¼ê½ç: + 3. ¹½ÃۤΤ¿¤á¤ÎÀßÄê: + 4. GCC ¤Ë´Ø¤¹¤ëÀâÌÀ + 5. ¹½ÃÛ + 6. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë: + 7. What is about: + 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + + ______________________________________________________________________ + + 1. ¿·¤·¤¤¤³¤È¤¬¤é + + 1999 ǯ 7 ·î 12 Æü + + DG ¤Ï /usr/lib/tcpip.so ¤Ë¤¢¤ë¥¹¥È¥ê¡¼¥à¤Î¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿(¸å½Ò)¡£ 7 + ·î 25 Æü¤Î¥½¡¼¥¹»þÅÀ¤Ç¤ÎÌäÂê²óÈò¤Î¥³¡¼¥É¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£É®¼Ô¤Ï DG ¤è + ¤ê¡¢DGUX ¤Ç¤Ï BSD ¥½¥±¥Ã¥È¤ÎÊý¤¬ SVR4 ¥Í¥¤¥Æ¥£¥Ö¤Î STREAMS ¤è¤ê¹âÀ­Ç½ + ¤Ç¤¢¤ë¤Èʹ¤­¤Þ¤·¤¿¡£R4.20MU06 ¤«¤é DG/ux ¤ÏÀµ¤·¤¤ tcpip.so ¤ò»ý¤Ã¤Æ¤¤ + ¤Þ¤¹(STREAMS ¤Ë¥Ð¥°¤¬¤Ê¤¤)¡£MU05, MU04 ¤ò¤ª»È¤¤¤Ç¡¢²¿¤é¤«¤ÎÍýͳ¤Ë¤è¤ê + STREAMS ¤¬ÀäÂÐɬÍפʤé¤Ð¡¢DG ¤ËÏ¢Íí¤·¤Æ½¤ÀµºÑ¤ß¤Î /usr/lib/tcpip.so ¤ò + ¤â¤é¤¤¤Þ¤·¤ç¤¦(MU04,5 ¤Ø¤Î¥Ñ¥Ã¥Á¤Ç¤¹)¡£ + + ¸½»þÅÀ¤Ç¤Ï DG/ux ¤Ë¤Ï sysi86 ¥·¥¹¥Æ¥à¥³¡¼¥ë¤È SYSI86IOPL ¤ÎÄêµÁ¤¬¤¢¤ê + ¤Þ¤»¤ó(SYSI86IOPL ¤ÎÄêµÁ¤Ï ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢UNIXWARE ¤ÎÄê + µÁ¤Ë¼é¤é¤ì¤Æ¤¤¤Þ¤¹¡£UNIXWARE ¤ÎÄêµÁ¤ÏÅöÁ³¡¢DG/ux ¤Ë¤ÏŬÍѤǤ­¤Þ¤»¤ó)¡£ + ¤³¤Î¥Ø¥Ã¥À¤¬Ã±½ã¤Ë -DDGUX ¤ò»ØÄꤹ¤ë¤³¤È¤ÇŬÍѤµ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¡¢¤«¤Ä + _sysi86 ¤È sysi86 ¥µ¥Ö¥ë¡¼¥Á¥ó¤¬ libc(¤¢¤ë¤¤¤Ï¤½¤Î¾¤ÎÄɲå饤¥Ö¥é + ¥ê)¤Ë²Ã¤¨¤é¤ë¤Þ¤Ç¤Ï¡¢DG_NO_SYSI86 ¤Ë 1 ¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ DG + ¤¬¤³¤Î¤è¤¦¤Ê½¤Àµ¤ò¹Ô¤¨¤Ð¡¢(¹½ÃÛÁ°¤Ë!)¼êÆ°¤Ç¥Õ¥¡¥¤¥ë + xc/programs/Xserver/hw/xfree86/SuperProbe/OS_DGUX.c, + xc/programs/Xserver/hw/xfree86/etc/scanpci.c, + xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_video.c ¤òÊÔ½¸ + ¤·¡¢DG_NO_SYSI86 ¥Õ¥é¥°¤ò 1 ¤«¤é 0 ¤ËÊѤ¨¤ë¤³¤È¤Ë¤è¤ê¼è¤ê¾Ã¤¹É¬Íפ¬¤¢ + ¤ê¤Þ¤¹¡£ + + 1999 ǯ 7 ·î 25 Æü + + Â礭¤Ê¥Ð¥°¤Ï¤³¤Î¥ê¥ê¡¼¥¹¤Ç½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£¥Ð¥°¤Ë¤è¤ê DG/ux ¤Î STREAMS + ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤¬²õ¤ì¤Æ¤¤¤¿¤¿¤á¡¢¥µ¡¼¥Ð¤Ï¥Ý¡¼¥È 6000(= 0x1770) ¤Ç¤Ï¤Ê¤¯ + 0x7017 ¤ò´Æ»ë¤·¤Æ¤¤¤Þ¤·¤¿¡£3.3.3.1 ¤È 3.3.3 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤¿Á´¤Æ¤Î¥Ð¥¤¥Ê + ¥ê¤Ï¥í¡¼¥«¥ë(¥×¥í¥°¥é¥à¤ò¥µ¡¼¥Ð¤ÈƱ¤¸¥Þ¥·¥ó¤ÇÆ°¤«¤·¤¿¾ì¹ç)¡¢¤Ç¤ÏÆ°¤­¤Þ + ¤¹¤¬¥ê¥â¡¼¥È¤Ç¤ÏÆ°¤­¤Þ¤»¤ó¡£¤Ê¤¼¤Ê¤é¤³¤ì¤é¤Ï¥Ý¡¼¥È 28365 ¤ËÀܳ¤·¤è¤¦ + ¤È¤¹¤ë Xlib ¤ò»È¤Ã¤Æ¤¤¤ë¤«¤é¤Ç¤¹¡£¥ê¥â¡¼¥È¤Ç¤âÆ°ºî¤¹¤ë¤è¤¦¤Ë¤·¤¿¤±¤ì + ¤Ð¡¢ºÆ¥³¥ó¥Ñ¥¤¥ë¤¬É¬ÍפǤ¹! ºÇ½é¤Ë¤³¤ì¤Ëµ¤¤Å¤«¤»¤Æ¤¯¤ì¤¿ Steve ¤µ¤ó¤Ë + ´¶¼Õ¤·¤Þ¤¹¤¬¡¢¤½¤Î¸åË»¤·¤¹¤®¤Æ¾Ü¤·¤¯¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡Ä¡£Â¿Ê¬ + ¤ä¤é¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿¤Î¤Ç¤·¤ç¤¦¤¬¡Ä¡£ + + ioctl ¤Ç¤Ï¤Ê¤¯¥½¥±¥Ã¥È¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤·¤¿¡£¤·¤«¤· STREAMS ¤Î½¤Àµ¤È¥Æ + ¥¹¥È¤â¹Ô¤¤¤Þ¤·¤¿¡£ + + ¤³¤ì¤Ï¼Â¤Ï DG/ux ¤ÎÌäÂê¤Ç¤¢¤ë¤³¤È¤ò¤ï¤«¤é¤»¤Æ¤¯¤ì¤¿ David ¤µ¤ó¤Ë´¶¼Õ¤· + ¤Þ¤¹¡£ + É®¼Ô¤Ï¡¢¶ìÏ«¤·¤Æ gdb-4.17/8 ¤È ddd (gdb ¤Î X ¥¤¥ó¥¿¥Õ¥§¡¼¥¹)¤Î°Ü¿¢¤â¹Ô + ¤¤¤Þ¤·¤¿¡£¤³¤ì¤Ï X ¥µ¡¼¥Ð¤¬À¸À®¤·¤¿¥³¥¢¥Õ¥¡¥¤¥ë¤Î¥È¥ì¡¼¥¹·ë²Ì¤òÉ®¼Ô¤Ë + Á÷¤ì¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¡¢ pub/XFree86/3.3.5/binaries/DGUX- + ix86/GDB_BETA ¤Ë¤¢¤ê¤Þ¤¹(¥Ð¥¤¥Ê¥ê¤È¥½¡¼¥¹¤ÎξÊý)¡£¥³¥Þ¥ó¥É + + gdb /usr/X11R6/bin/X location of core/core + gdb: where + + ¤ò¼Â¹Ô¤·¡¢¤½¤Îɽ¼¨·ë²Ì¤òÉ®¼Ô¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£(X ¥µ¡¼¥Ð¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë + ¤Ï /usr/X11R6.3/bin ¤Ë¤¢¤ë¤â¤Î¤È¤·¤Æ¤¤¤Þ¤¹¡£) + + 3.3.3.1 ¤è¤ê: ¤¤¤¯¤Ä¤«¤Î¥Ð¥°¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£¤³¤Î¸ø¼°¥ê¥ê¡¼¥¹¥Ñ¥Ã¥Á¤Ç + DG/ux ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£Á´¤Æ¤ÎÀßÄê¤Ï + xc/config/cf/DGUX.cf ¤È xf86site.def ¤Ë¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¡¢Imake ¤Ï DGUX + OS ¤ò(¥ê¥ê¡¼¥¹¥Ð¡¼¥¸¥ç¥ó¤â´Þ¤á¤Æ)¼«Æ°¸¡½Ð¤·¤Þ¤¹(David Dawes ¤Ë´¶¼Õ)¡£ + ¤·¤¿¤¬¤Ã¤Æ¡¢¤¿¤À "make World" ¤¹¤ë¤À¤±¤Ç ix86 ÍѤΠDG/ux ¤ò¹½ÃۤǤ­¤Þ + ¤¹¡£ÉáÄ̤ι½ÃÛ¼ê½ç¤Ï¡¢("xc" ¥Ä¥ê¡¼¤ÎŸ³«¤È¥Ñ¥Ã¥ÁÅö¤Æ¤ò¹Ô¤Ã¤¿¸å¤Ë) + xc/config/cf ¤Ë¹Ô¤­¡¢¥Õ¥¡¥¤¥ë xf86site.def ¤ò site.def ¤Ë¥³¥Ô¡¼¤·¡¢ + DGUX.cf, site.def ¤òÊÔ½¸¤·¤ÆɬÍפÊÊѹ¹¤òÁ´¤Æ¹Ô¤¦¤È¤¤¤¦¤â¤Î¤Ç¤¹¡£ + + 3.3.5 ¤Ç¤Î ProjectRoot ¤Î¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï /usr/X11R6 ¤Ç¤¹(DGUX.cf ¤ÇÆÃÊÌ + ¤Ë¤³¤ÎÃͤòÀßÄꤷ¤Æ¤¤¤ë¾ì¹ç¤Ï½ü¤­¤Þ¤¹¡£É®¼Ô¤Ï /usr/X11R6.3 ¤Ë¤·¤Æ¤¤¤Þ¤¹ + ¤·¡¢ÆɼԤ㧤µ¤ó¤¬¹¥¤­¤ÊÃͤòÀßÄꤷ¤Æ¤¤¤ë¤³¤È¤â¤¢¤ë¤Ç¤·¤ç¤¦)¡£ + + 1998 ǯ 12 ·î 1 Æü¡£½ÅÍ×: README-GCC-2.8.1 ¥Õ¥¡¥¤¥ë¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ + X11R6.3 ¤ò DGUX ¤Ç¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢GCC ¤Î¥Ð¡¼¥¸¥ç¥ó 2.8.1 ¤¬¿ä¾©¤µ¤ì¤Þ + ¤¹¡£´û¤Ë gcc-2.8.1 ¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢gcc ¥³¥ó¥Ñ¥¤¥é¤Ë´Ø¤¹¤ë°Ê²¼¤Î¸Å¤¤ + ÀâÌÀ¤Ï̵»ë¤·¤Æ¹½¤¤¤Þ¤»¤ó¡£ + + 2. °ìÈÌŪ¤Ê¼ê½ç: + + ftp.xfree86.org ¤«¤é XFree 3.3.x ¤Î¥½¡¼¥¹¥³¡¼¥É¤òÆþ¼ê¤·¤Þ¤¹: + + ftp ftp.xfree86.org + login: ftp + passwd: ¤¢¤Ê¤¿¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹ + cd pub/XFree86/3.3.5/source + You need the files: + X335src-1.tgz + X335src-2.tgz + X335src-3.tgz + + X ¤Î contrib ¥½¥Õ¥È¥¦¥§¥¢¤òÆþ¼ê¤·¤Þ¤¹¡£ + + cd /pub/XFree86/3.3.5/source + X335contrib.tgz + + 3.3.3 ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Î tar ¥¢¡¼¥«¥¤¥Ö¤ò¤ª»ý¤Á¤Ç¤¢¤ì¤Ð¡¢ + /pub/XfFree86/3.3.5/binaries/DGUX-ix86/SOURCE ¤Ë°ÜÆ°¤·¡¢DGUX ÍѤΥ½¡¼ + ¥¹¥Ñ¥Ã¥Á¤òÆþ¼ê¤·¤Þ¤¹: + + 3.3.3-3.3.5-DGUX.diff.gz + X335contrib-DGUX.diff.gz (contrib ¥½¥Õ¥È¥¦¥§¥¢ÍѤΥѥåÁ) + + ¤³¤ì¤ÏƱ¤¸¥½¡¼¥¹¥³¡¼¥É¤ò²¿ÅÙ¤â¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¤Î¤òÈò¤±¤ë¤¿¤á¤Ç¤¹¡£ + + ¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó¤¬¡¢DGUX ÍѤÎÊѹ¹¤Ï 3.3.4 ¤Î¸ø¼°¥ê¥ê¡¼¥¹¤ÎÄù¤áÀÚ¤ê¤Ë´Ö + ¤Ë¹ç¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡£É®¼Ô¤Ï̵½þ¤Ç¤³¤Îºî¶È¤ò¹Ô¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¤¹¤ß¤Þ¤»¤ó¤¬ + »þ¤Ë¤Ï¤³¤¦¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡Ä¡£ + + X11R6.3 ¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢DG/ux ÍѤΥġ¼¥ë¤âɬÍפǤ¹(¸å¤ÇÀâÌÀ¤·¤Þ¤¹)¡£É¬ + Íפʥġ¼¥ë¤Ï anonymous ftp ¤Ç dpmms.cam.ac.uk (University of + Cambridge,Department of Pure Mathematics) ¤Î /pub/takis/DGUX- + Tools/BuildXtools.tar.gz, ¤¢¤ë¤¤¤Ï ftp.xfree86.org ¤Î + pub/XFree86/3.3.5/binaries/DGUX-ix86/SOURCE/BUILD- + TOOLS/BuildXtools.tar.gz ¤òÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£ + + big ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ò»È¤Ã¤Æ(É®¼Ô¤Ï¡¢¥Ö¥í¥Ã¥¯¥µ¥¤¥º¤¬ 1400000 ¤Ç¤¢¤ë²¾ + Áۥǥ£¥¹¥¯ "xf86work" ¤ò/xf86work ¤Ë¥Þ¥¦¥ó¥È¤·¤Æ»È¤Ã¤Æ¤¤¤Þ¤¹)¥½¡¼¥¹¤ò + °Ê²¼¤Î¤è¤¦¤Ë¥³¥Ô¡¼¤·¤Þ¤¹: + + cp X335src-1.tgz /xf86work/X335src-1.tar.gz + cp X335src-2.tgz /xf86work/X335src-2.tar.gz + cp X335src-3.tgz /xf86work/X335src-3.tar.gz + + (¤¢¤ë¤¤¤Ï¡¢¾åµ­¤Î X333src-1,2,3.tar.gz ¤Ë²Ã¤¨¤Æ 3.3.5 ¤Ø¤Î DG/ux ÍÑ + ¥Ñ¥Ã¥Á¡¢¤¹¤Ê¤ï¤Á 3.3.3-3.3.5-DGUX.diff.gz ¤â¥³¥Ô¡¼¤·¤Þ¤¹¡£ ) + + ¤¿¤Ö¤ó contrib ¥½¥Õ¥È¥¦¥§¥¢¤â¥³¥Ô¡¼¤¹¤ë¤Ç¤·¤ç¤¦: + + cp X335contrib.tgz /xf86work + + (cp X335contrib-DGUX.diff.gz /xf86work) + + DGUX-ix86 ¤«¤é¥Ñ¥Ã¥Á¤òÆþ¼ê¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¥½¡¼¥¹¤«¤é 3.3.3 ¤ò¹½ÃÛ¤¹¤ëºÝ + ¤ÎºÇ½é¤ÎÌäÂê¤Ï¡¢¥½¡¼¥¹¥Ñ¥Ã¥Á¤òŬÍѤ¹¤ë¤¿¤á¤Ë¤Ï¡¢Èó¾ï¤Ë°ìÈÌŪ¤Ê GNU ¥× + ¥í¥°¥é¥à¤Ê¤Î¤Ë DG/ux ¤Ë¤ÏÆþ¤Ã¤Æ¤¤¤Ê¤¤(!?) "patch" ¤¬É¬Íפʤ³¤È¤Ç¤¹¡£¤³ + ¤Î¥×¥í¥°¥é¥à¤Ï BuildXtools.tar.gz ¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹(¤Þ¤¿¤Ï ftp + prep.ai.mit.edu, cd /pub/gnu, get patch-2.5.tar.gz ¤·¤Æ¤¯¤À¤µ¤¤)¡£¤Ç¤¹ + ¤«¤é¡¢Â¾¤Î¤³¤È¤ÎÁ°¤Ë¤³¤ì¤é¤Î¥Ä¡¼¥ë¤Î¤³¤È¤òÀâÌÀ¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦: + "sysadm" ¤ò»È¤Ã¤Æ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à usr_local ¤ò /usr/local ¤Ë¥Þ¥¦¥ó¥È¤· + ¤Æ¤¯¤À¤µ¤¤¡£¥Ö¥í¥Ã¥¯¥µ¥¤¥º¤Ï 200000 ¤Ç¤¹¡£¤½¤ì¤«¤é BuildXtools ¥Õ¥¡¥¤ + ¥ë¤ò /usr ¤Ë¥³¥Ô¡¼¤·¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + + gzip -d < BuildXtools.tar.gz | tar xvf - + + ¤³¤ì¤Ï¿·¤·¤¤¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à /usr/local ¤ËŸ³«¤µ¤ì¤Þ¤¹¡£¤½¤ì¤«¤é¼«Ê¬¤Î + ".profile" (¼«Ê¬¤Î¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£É®¼Ô¤ÎÎã¤Ç¤Ï /admin ¤Ë + ¤¢¤ê¤Þ¤¹)¤òÊÔ½¸¤·¤Æ¡¢/usr/local/bin ¤ò¥Ñ¥¹¤Ë²Ã¤¨¡¢ /usr/local/lib ¤ò¥é + ¥¤¥Ö¥é¥ê¥Ñ¥¹¤Ë²Ã¤¨¤Þ¤¹¡£ + + °Ê²¼¤Î¤è¤¦¤ÊÀßÄ꤬ɬÍפǤ¹(vi .profile): + + PATH=/usr/local/bin:/sbin:/usr/sbin:/usr/bin + if [ -d /usr/opt/X11/bin ] + then + PATH=$PATH:/usr/opt/X11/bin + fi + export PATH + (/usr/local/bin ¤Ï¾¤Î¤É¤Î¥Ñ¥¹¤è¤ê¤âÁ°¤Ç¤¹!) + + LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/ccs/lib + export LD_LIBRARY_PATH + + ÊÔ½¸¤¬½ª¤ï¤Ã¤¿¤é¥í¥°¥¤¥ó¤·Ä¾¤·¤Æ¡¢½¤ÀµºÑ¤ß¤Î .profile ¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ + + ¤½¤ì¤«¤é°Ê²¼¤Î¼ê½ç¤ò¹Ô¤¤¤Þ¤¹: + + cd /usr/sbin + cp install install_dg + rm install + cp /usr/local/bin + cp install /usr/bin *(GNU install¤ò¥Ç¥Õ¥©¥ë¥È¤Î install ¥³¥Þ¥ó¥É¤Ë¤·¤Þ¤¹)* + (DG/ux ¤Î install ¥³¥Þ¥ó¥É¤ÏÌòΩ¤¿¤º¤Ç¤¹) + (¸å½Ò¤Î xc/config/cf/DGUX.cf ¥Õ¥¡¥¤¥ë¤â¸«¤Æ¤¯¤À¤µ¤¤) + + (¤¢¤ë¤¤¤Ï GNU make-3.77 ¤òÆþ¼ê¤·¡¢install.sh (¤Þ¤¿¤Ï -sh) ¤ò /usr/bin/install ¤Ë¥³¥Ô¡¼¤·¤Þ¤¹) + + cd /usr/bin + cp true /usr/local/bin + cd /usr/local/bin + ln -s true ranlib (DG/ux ¥·¥¹¥Æ¥à¤Ç¤Ï¡¢true ¥³¥Þ¥ó¥É¤ò ranlib ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹) + + Á´¤Æ¤Î /usr/local/bin ¤Î¥Ä¡¼¥ë¤ÏÄ̾-v, -V, --version ¤òÍ¿¤¨¤ë¤È¥Ð¡¼ + ¥¸¥ç¥ó¾ðÊó¤òÊÖ¤·¤Þ¤¹¡£ + + **¹½ÃÛ¤ò¹Ô¤¦Á°¤Ë¤Ï¡¢gcc ¤Ë´Ø¤¹¤ëÀâÌÀ(¸å½Ò)¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£** + + ¤³¤³¤Ç¡¢¥½¡¼¥¹¥Ä¥ê¡¼¤Î tar ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹¡£ /xf86work (¤Þ¤¿¤Ï + ¹½ÃۤΤ¿¤á¤ËÍÑ°Õ¤·¤¿ big ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î̾Á°) ¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â + ¹Ô¤·¤Æ¤¯¤À¤µ¤¤: + + gzip -d < X335src-1.tar.gz | tar xvf - + gzip -d < X335src-2.tar.gz | tar xvf - + gzip -d < X335src-3.tar.gz | tar xvf - + + (X-3.3.3 ¤ò»ý¤Ã¤Æ¤¤¤ì¤Ð¡¢3.3.3 ¤Î¥½¡¼¥¹¤òƱ¤¸¤è¤¦¤ËŸ³«¤·¡¢°Ê²¼¤Î¥³¥Þ + ¥ó¥É¤Ç 3.3.5-DGUX ¤Î¥½¡¼¥¹¥Ñ¥Ã¥Á¤òŬÍѤ·¤Þ¤¹: + + gzip -d < 3.3.3-3.3.5-DGUX.diff.gz | patch -p0 -E) + + ¤³¤ì¤Ç¡¢¹½ÃÛÍѤΥե¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë xc ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤Ç¤­¤Þ¤·¤¿¡£ + + 3. ¹½ÃۤΤ¿¤á¤ÎÀßÄê: + + ɬÍפÊÀßÄê¤Ï¤Û¤È¤ó¤ÉÁ´¤Æ xc/config/cf ¤Ë¤¢¤ë "DGUX.cf" ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê + ¤Þ¤¹¡£DGUX.cf ¥Õ¥¡¥¤¥ë¤È site.def ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢É¬ÍפÊÀßÄê¤òÁ´¤Æ¹Ô + ¤¤¤Þ¤¹¡£DGUX.cf ¤Ï site.def ¤ÎÀßÄê¤ò¾å½ñ¤­¤¹¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ + ¤¤¡£XFree86-3.3.5 ¤«¤é¤Ï ProjectRoot ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤ¬ /usr/X11R6 ¤Ë¤Ê + ¤ê¤Þ¤·¤¿(site.def ¤ÇÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹)¡£¤³¤ÎÃͤò¹¥¤­¤Ê¤è¤¦¤ËÊѹ¹¤·¤¿¤± + ¤ì¤Ð(É®¼Ô¤Ï /usr/X11R6.3 ¤¬¹¥¤­¤Ç¡¢/usr/X11R6->X11R6.3 ¤È¤¤¤¦¥ê¥ó¥¯¤ò + ºî¤Ã¤Æ¤¤¤Þ¤¹)¡¢DGUX.cf ¤òÊÔ½¸¤·¤Æ°Ê²¼¤Î¤è¤¦¤Ê¹àÌܤò¸«¤Ä¤±¤Æ¤¯¤À¤µ¤¤: + + #if 0 + #define ProjectRoot /usr/X11R6.3 + #endif + + #if 0, #endif ¤òºï½ü¤·¤Þ¤¹¡£¤½¤ì¤«¤é¤³¤ÎÃͤò¹¥¤­¤Ê¤è¤¦¤ËÊѹ¹¤·¤Þ¤¹(É® + ¼Ô¤Ï¥³¥ó¥Ñ¥¤¥ëºÑ¤ß¤Î¥Ð¥¤¥Ê¥ê¤¬»È¤¨¤ë¤è¤¦¤Ë¾åµ­¤ÎÀßÄê¤ò»È¤¦¤è¤¦¤Ë¤·¤Æ¤¤ + ¤Þ¤¹)¡£ + + DG/ux ¤Î malloc ¤Ï¥´¥ßƱÁ³¤Ç¡¢°ìÉô¤Î X ¥½¥Õ¥È¥¦¥§¥¢¤ÇÌäÂê¤Ð¤«¤êµ¯¤³¤¹ + ¤Î¤Ç¡¢É®¼Ô¤Ï»È¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤½¤ÎÂå¤ï¤ê¤Ë GNU malloc ¤ò°Ü¿¢¤·¤¿¤â¤Î¤ò + /usr/local ¤ËÃÖ¤¤¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï BuildXtools file ¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹)¡£ + DG/ux ¤Î /lib/libmalloc.a ¤ò»È¤Ã¤Æ¹½ÃÛ¤·¤è¤¦¤È¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¤·¡¢¤³¤ì + ¤ò»È¤Ã¤¿¤¿¤á¤Ë°ìÉô¤Î¥×¥í¥°¥é¥à¤¬Àµ¤·¤¯Æ°ºî¤·¤Ê¤¯¤Æ¤âÉ®¼Ô¤Ë¥á¡¼¥ë¤òÁ÷¤é + ¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£É®¼Ô¤¬¹½ÃÛ¤·¤¿»þ¤Ë¤Ï tcl8.0 ¤È tk8.0 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ + ¤È¤¤¤¦¤Î¤â¡¢R4.20MU03 ¤Î xconfig ¤Ï¥â¥Ë¥¿¤Ë¤Ä¤¤¤Æ¸í¤Ã¤¿ÃͤòÊÖ¤¹¤Î¤Ç¡¢ + ¥Ç¥£¥¹¥×¥ì¥¤¤ÎÄ´À°¤ò¹Ô¤¦¤¿¤á¤Ë XF86SEtup ¤ò¹½ÃÛ¤¹¤ëɬÍפ¬¤¢¤ë¤«¤é¤Ç + ¤¹¡£¤³¤ì¤ò»È¤ï¤Ê¤¤(¤¢¤ë¤¤¤ÏÍߤ·¤¯¤Ê¤¤)¤Î¤Ç¤¢¤ì¤Ð¡¢(DGUX.cf ¤Î)tck, tk + ¤Ë´Ø¤¹¤ë¹Ô¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤·¤Æ¤¯¤À¤µ¤¤: + + /*******TCL TK DEFINITIONS ***********/ + #define HasTk YES-->NO + ... + #define HasTcl YES-->NO + + ¤Þ¤¿¡¢X11R6.3 ¤òÀµ¤·¤¯¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¤Ï 'GNU make' ¤âɬÍפǤ¹(¤³¤ì¤Ï + Buildxtools ¥Õ¥¡¥¤¥ë¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹)¡£tcl, tk ¤ò»È¤¦ÀßÄê¤Ë¤·¤¿¾ì¹ç¤Ë¤Ï + + tcl8.0.3.tar.gz + tk8.0.3.tar.gz (¤É¤³¤«¤Î FTP ¥µ¥¤¥È¤«¤é) + + ¤òÆþ¼ê¤·¡¢X11R6.3 ¤ò¹½ÃÛ¤¹¤ëÁ°¤Ë¤³¤ì¤é¤ò¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¯¤À¤µ¤¤(¤Þ¤º + tck8.0.3 ¤ò¹½ÃÛ¤·¡¢¤½¤ì¤«¤é tk8.0.3 ¤ò¹½ÃÛ¤·¤Þ¤¹)¡£ + + 4. GCC ¤Ë´Ø¤¹¤ëÀâÌÀ + + DG/ux ¤Î¥·¥¹¥Æ¥àÉÕ°¤Î gcc ¤Ë¤Ä¤¤¤Æ¤Ï¡¢¸À¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤¬Â¿¤¹ + ¤®¤Þ¤¹¡£¤³¤Î¥³¥ó¥Ñ¥¤¥é¤ò»È¤¦¤ÈÌäÂ꤬µ¯¤­¤ë¥×¥í¥°¥é¥à¤òÁ´Éô²¡¤¨¤è¤¦¤È¤¹ + ¤ë¤È¡¢¤­¤Ã¤ÈËܤ¬°ìºý¤Ç¤­¤Æ¤·¤Þ¤¤¤Þ¤¹(¤â¤Á¤í¤ó DG ¤Ë¤È¤Ã¤Æ¤ÏÌòΩ¤Ä¤Ç + ¤·¤ç¤¦¤¬)¡£¤·¤«¤·É®¼Ô¤Î¤¹¤Ù¤­¤³¤È¤Ï DG/ux ¤Î¥³¥ó¥Ñ¥¤¥é¤Î¥Ð¥°¤òľ¤¹Îà¤Î + ¤³¤È¤Ç¤Ï¤Ê¤¤¤·¡¢DG ¤Î¸­¤¤¿Í¤Î¤¿¤á¤ËÊó¹ð¤ò½¸¤á¤ë¤³¤È¤Ç¤ÏÆäˤ¢¤ê¤Þ¤» + ¤ó¡£ (DG ¤Ø: »Å»ö¤Ç¤ä¤Ã¤Æ¤¤¤ë¿Í¤Ë¤Ï¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢É®¼Ô¤Ï½ã¿è¤Ê¿ô³Ø + ¼Ô¤Ç¤¢¤ê¡¢Á´¤Æ¤Îºî¶È¤Ï³Ú¤·¤à¤¿¤á¤Ë¤ä¤Ã¤Æ¤ª¤ê¡¢DG ¤ä¤½¤Î¾¤«¤é¶â¤ò¤â¤é + ¤¤¤¿¤¤¤ï¤±¤Ç¤â¤Ê¤¯¡¢DG ¤Î½¢¿¦¤·¤è¤¦¤È»×¤Ã¤Æ¤¤¤ë¤ï¤±¤Ç¤â¤¢¤ê¤Þ¤»¤ó¡£¤· + ¤¿¤¬¤Ã¤Æ¡¢É®¼Ô¤Ï´ðËÜŪ¤Ë¤Ï DG/ux ¤Î¥È¥é¥Ö¥ë¥·¥å¡¼¥¿¡¼¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ + ¤·¤«¤·¡¢¤¿¤Ö¤ó¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¡¢DG ¤¬¼ê½õ¤±¤ò¤·¤Æ¤¯¤ì¤ë¤Ê¤é¡¢É®¼Ô¤â¤ª¼ê + ÅÁ¤¤¤Ç¤­¤ë¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£) + + É®¼Ô¤¬¹Ô¤¤¤¿¤¤¤Î¤Ï X11 ¤Î¹½ÃۤǤ¹¡£°Ê¾å¤¬¡¢BuildXtools ¤Ë¿·¤·¤¤ gcc ¤¬ + Æþ¤Ã¤Æ¤¤¤ëÍýͳ¤Ç¤¹¡£¤³¤Î gcc ¤Ï DG/ux R4.20MU02 ÍѤ˺î¤é¤ì¤Æ¤¤¤Þ¤¹¡£¤Ç + ¤¹¤«¤é¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Þ¤Ç DG/ux ¤Î OS ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¾å¤²¤ëɬÍפ¬¤¢¤ê + ¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î gcc ¤Ï¿®Íê¤Ç¤­¤ë¤Î¤Ç¡¢X11 ¤À¤±¤Ç¤Ê¤¯Â¾¤ËÍߤ·¤¤¤â¤Î + Á´¤Æ¤ò¹½ÃÛ¤¹¤ëºÝ¤Ë¤â»È¤¨¤Þ¤¹¡£DG/ux ¤Î gcc ¤ò»È¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ì + ¤ò»È¤Ã¤¿¤é¡¢¤É¤ó¤ÊÌäÂê¤Ë½Ð²ñ¤ª¤¦¤¬É®¼Ô¤ÎÃΤë¤È¤³¤í¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î + ¿·¤·¤¤ gcc ¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ï°Ê²¼¤Î¼ê½ç¤Ç¹Ô¤¤¤Þ¤¹: + + cp -r /usr/local/gcc-dgux /usr/opt/sdk/sde/ix86dgux/usr/lib + cd /usr/opt/sdk/sde/ix86dgux/usr/lib + rm gcc + ln -s gcc-dgux gcc (gcc--->gcc-dgux ¤Î¥ê¥ó¥¯¤òÀßÄꤷ¤Þ¤¹) + + cd /usr/local + cp -r /usr/local/gcc-dgux /usr/sde/ix86dgux/usr/lib + cd /usr/sde/ix86dgux/usr/lib + rm gcc + ln -s gcc-dgux gcc (gcc-->gcc-dgux ¤Î¥ê¥ó¥¯¤òÀßÄꤷ¤Þ¤¹) + + DG/ux ¤Î¸Å¤¤ gcc ¤â»È¤¨¤ë¤è¤¦¤Ë¡¢¾å¤Î 2 ¤Ä¤Î¥ê¥ó¥¯¤ò gcc--gcc-2 ¤ËÊѹ¹¤·¤Þ¤¹¡£¤³¤ì¤Ï°Ê²¼¤Î¥³¥Þ¥ó¥É¤Ç¹Ô¤¤¤Þ¤¹(¾å¤Î 2 ¤Ä + ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹): + + rm gcc + ln -s gcc-2 gcc + + /usr/bin/gcc -v ¤ò¼Â¹Ô¤¹¤ë¤È»È¤¨¤ë gcc ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£¤³ + ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î X11 ¤òÀµ¤·¤¯ºî¤ë¤Ë¤Ï¡¢gcc ¤Ï *ɬ¿Ü* ¤Ç¤¹¡£ + + ưŪ¥í¡¼¥Ç¥£¥ó¥°¥µ¡¼¥Ð: xc/config/cf/DGUX.cf ¤òÊÔ½¸¤·¡¢°Ê²¼¤Î¹àÌܤòÊÑ + ¹¹¤·¤Þ¤¹: + + #ifndef BuildDynamicLoading #define BuildDynamicLoading NO --- Build-dg.log + + ¤³¤ì¤Ë¤è¤ê¡¢²èÌ̾å¤ÎÁ´¤Æ¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òÊݸ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + -znodefs ¤Ë´Ø¤¹¤ë¥á¥Ã¥»¡¼¥¸¤Ïµ¤¤Ë¤·¤Ê¤¯¤Æ¤â¹½¤¤¤Þ¤»¤ó¡£ + + Ãí°Õ: ¸Å¤¤¥³¥Þ¥ó¥É¤Ç¤¢¤ë + + make World BOOTSTRAPCFLAGS="-DDGUX" > Build-dg.log + + ¤Ï¸½ºß¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢(XFree86-3.3.3.1 °Ê¹ß¤Ç¤Ï)imake ¤¬ + DGUX OS ¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¡¢ÀßÄê¤òÁ´¤Æ¹Ô¤¦¤«¤é¤Ç¤¹¡£¤·¤«¤·¡¢¤³¤Î¥³¥Þ¥ó¥É + ¤â»È¤¨¤Þ¤¹¡£ + + Ê̤Πxterm ¾å¤Ç 'cd xc', 'tail -f Build-dg.log' ¤ò¼Â¹Ô¤·¡¢¹½ÃۤοʹԾõ + ¶·¤ò¸«Ä¥¤ê¤Þ¤¹¡£ + + X11R6.3 ¥Ù¡¼¥¹¤Ç¤¢¤ë XFree86 ¥Ð¡¼¥¸¥ç¥ó 3.3.5 ¤ò¹½ÃÛ¤·¤¿¸å¤Ë¥¤¥ó¥¹¥È¡¼ + ¥ë¤ò¹Ô¤¦¤Ë¤Ï¡¢usr_X11R6.3 ¤È¤¤¤Ã¤¿¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤¬¤¢¤ê¡¢ /usr/X11R6 + ¤Ë¥Þ¥¦¥ó¥È¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥Ö¥í¥Ã¥¯¥µ¥¤¥º¤Ï 350000 ¤Ç + ¤¹¡£(DGUX.cf ¤òÊÔ½¸¤·¤Æ ProjectRoot ¤ÎÃͤò site.def ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¢ + ¤ë /usr/X11R6 °Ê³°¤ËÊѤ¨¤¿¾ì¹ç¤Ë¤Ï¡¢¤½¤³¤ÇÀßÄꤷ¤¿ ProjectRoot ¤ò»ØÄê + ¤·¤Æ¤¯¤À¤µ¤¤¡£) ¼¡¤Ë°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + + make install + make install.man (¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹) + + ¤³¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤Ï XF86Config ¤¬ /usr/X11R6.3/lib/X11/ ¤Ë¥¤¥ó¥¹¥È¡¼ + ¥ë¤µ¤ì¤Ê¤¤¤Î¤Ç¡¢startx ¤ò¼Â¹Ô¤·¤Æ¤â¿·¤·¤¤ X11 ¤Ïµ¯Æ°¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£¤³ + ¤Î ftp ¥µ¥¤¥È¤Ë¤¢¤ë README-X3331.DGUX (¥Ð¥¤¥Ê¥ê¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ + ¤¹)¤òÆɤó¤Ç¡¢X11R6.3 Á´ÂΤΥ¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£´Êñ¤ËºÑ + ¤Þ¤»¤ë¤Ê¤é°Ê²¼¤Î¼ê½ç¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: (DG/ux ¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Ï + "/dev/mouse" ¤È¤·¤Þ¤¹) cd /usr/X11R6.3/bin ln -s XF86_VGA16 X ¼¡¤Ë¥Ñ¥¹ + /usr/X11R6.3/bin ¤ò .profile ¤ËÀßÄꤷ¡¢XF86Setup ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥Þ¥¦¥¹ + ¥Ç¥Ð¥¤¥¹¤òÀßÄꤷ¡¢¤½¤ì¤«¤é¾¤ÎÄ´À°¤òÁ´¤Æ¹Ô¤¤¤Þ¤¹¡£ (ËÜÅö¤Ï README- + DGUX.INSTALL ¥Õ¥¡¥¤¥ë¤òÆɤàɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ÎºÇ¸å¤ò¸«¤Æ¤¯ + ¤À¤µ¤¤¡£) + + XFree86-3.3.5 ÉÕ°¤Î contib ¥½¥Õ¥È¥¦¥§¥¢¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢ + X335contrib.tgz ¤òÆþ¼ê¤·¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + + gzip -d < X335contrib.tgz | tar xvf - + + (3.3.3 ¤Î¥½¡¼¥¹¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢X333contrib.tgz ¤òŸ³«¤·¡¢DGUX ÍѤΥѥà + ¥Á¤ò°Ê²¼¤Î¤è¤¦¤Ë¤·¤ÆÅö¤Æ¤Þ¤¹): + + gzip -d < X335contrib-DGUX.diff.gz | patch -p0 -E ). + + Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤: ¤ª»È¤¤¤Î¥·¥¹¥Æ¥à¤Ç imake ¤¬Àµ¤·¤¯Æ°ºî¤¹¤ë¤¿¤á¤Ë¤Ï¡¢ + ¹½ÃÛ¤·¤¿ X11R6.3 ¤¬´û¤Ë¥¤¥ó¥¹¥È¡¼¥ë¡¦Æ°ºî¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³ + ¤Î X ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëÊýË¡¤Ï¸å½Ò¤·¤Þ¤¹¡£¤½¤Î¸å¤Ë°Ê + ²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤: + + cd contrib + xmkmf -a + make + make install + make install.man (¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë) + + 6. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë: + + Ãí°Õ: ¤³¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë¤Ï¥Þ¥¯¥í -DPENTIUM_CHANGE ÉÕ¤­¤Ç¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹ + (¤³¤ì¤Ï¿·¤·¤¤ Aviion ¥Þ¥·¥ó¤òÁ´¤Æ¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹)¡£¸Å¤¤ + i486 ¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð(¤¢¤Þ¤ê¤Ê¤¤¤Ç¤·¤ç¤¦¤¬)¡¢¼Â¹Ô¥Õ¥¡¥¤¥ë¤ÏÀµ¤·¤¯Æ°ºî + ¤·¤Þ¤»¤ó¡£¤·¤«¤·¡¢-mcpu=pentiumpro ¤Ï»È¤Ã¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢Á´¤Æ¤Î Pentium + ¥Þ¥·¥ó¤ÇÆ°ºî¤·¤Þ¤¹¡£ + + o ProjectRoot ¤ÎÀßÄê: É®¼Ô¤Ï ix86 DG/ux ÍѤΠProjectRoot ¤Î°ÌÃÖ¤ò + /usr/X11R6.3 ¤Ë¤·¤Æ¤¤¤Þ¤¹¡£(3.3.5 ¤Î¥½¡¼¥¹¤Î)¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï + /usr/X11R6 ¤Ç¤¹¡£¤³¤ì¤ËÂбþ¤¹¤ë¤¿¤á¡¢/usr ¥Ç¥£¥ì¥¯¥È¥ê¤Ë + X11R6-& info1 ¡¢¤¢¤ë¤¤¤Ï¤â¤Ã¤È¾Ü¤·¤¤¥á¥Ã¥»¡¼¥¸¤¬¸«¤¿¤±¤ì¤Ð + X -verbose -verbose >& info2 ¤ò»È¤¤¤Þ¤¹¡£ + + ¤½¤ì¤«¤é¡¢X ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤¿¸å¤Ç CONTROL+ALT+BACKSPACE ¤ò²¡¤·¤Æ¥µ¡¼¥Ð + ¤ò¥·¥ã¥Ã¥È¥À¥¦¥ó¤µ¤»¤Þ¤¹¡£¥Õ¥¡¥¤¥ë info1 (¤Þ¤¿¤Ï info2) ¤Ë¤Ï¥°¥é¥Õ¥£¥Ã + ¥¯¥¹¥«¡¼¥É¡¢¥Ç¥£¥¹¥×¥ì¥¤¤Î¥á¥â¥êÍÆÎ̤ʤɤ˴ؤ¹¤ë´ØÏ¢¾ðÊ󤬵­Ï¿¤µ¤ì¤Æ¤¤ + ¤Þ¤¹¡£É®¼Ô¤È¤·¤Æ¤Ï¡¢¿·¤·¤¤ X11R6.3 ¤ò»È¤¤»Ï¤á¤ëÁ°¤ËºÇÄã°ìÅ٤Ϥ³¤ì¤ò¹Ô + ¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ò¸«¤Æ¡¢Á´¤ÆÀµ¤·¤¤¤«¤É¤¦¤«¤ò³Îǧ¤·¤Þ + ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢XF86Config ¤ÎÀßÄê¤òÊѹ¹¤·¡¢¤½¤ì¤ÇÀµ¤·¤¯¤Ê¤ë¤«»î¤· + ¤Æ¤ß¤Þ¤·¤ç¤¦¡£ + + ATI RageII (¤Þ¤¿¤Ï RageII+)¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢XF86_Mach64 ¤ò»È¤Ã¤Æ¤¯¤À + ¤µ¤¤(X-#045;#045; )¡£ÌäÂêÅÀ¤Î»ØŦ + ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È + ¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê + ¤Þ¤¹¡£ + Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128:1.1.2.1 Wed Jun 2 17:50:43 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128 Sat Nov 27 02:23:04 1999 *************** *** 1,198 **** ! Number Nine I128 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 24 October 1998 ! The X Japanese Documentation Project ! 29 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½: ! 3. ÀßÄê: ! 4. Silicon Graphics ¼ÒÀ½¤Î¥Õ¥é¥Ã¥È±Õ¾½¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤ÍѤΥ⡼¥É¹Ô ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î I128 ¥µ¡¼¥Ð¤¬¸½ºß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¤ò°Ê²¼ ! ¤Ë¼¨¤·¤Þ¤¹: ! ! ! o Imagine 128 (Texas Instruments TVP3025 ¤Þ¤¿¤Ï IBM528 RAMDAC ¤òºÜ¤» ! ¤¿ I128)¡£4MB ¤Î VRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Imagine 128 Ticket 2 Ride (IBM526 ¤Þ¤¿¤Ï 528 RAMDAC ¤òºÜ¤»¤¿ ! I128-T2R)¡£4MB ¤È 8MB ¤Î VRAM, DRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ ! ¤·¤¿¡£ ! ! o Imagine 128 Revolution 3D (IBM526 RAMDAC ¤òºÜ¤»¤¿ I128-R3D)¡£4MB, ! 8MB, 16MB ¤Î WRAM ¤ä SGRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Imagine 128 Revolution IV (SILVERHAMMER RAMDAC ¤òºÜ¤»¤¿ I128-R4)¡£ ! ¥á¥â¥ê¤ò 32MB ºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! ! 2. µ¡Ç½: ! ! ! o ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»ÈÍѤǤ­¤Þ¤¹ ! ! o ¤½¤Î¥«¡¼¥É¤Ç»ÈÍѤǤ­¤ëºÇÂç¤Þ¤Ç¤Î²òÁüÅÙ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ ! ! o 8 bpp, 16 bpp (¿§¤Î¿¼¤µ¤Ï 15 ¤È 16), 32 bpp (¿§¤Î¿¼¤µ¤Ï 24¤Ç¡¢¥¿¥¤ ! ¥×¤Ï sparse) ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ ! ! o RGB Sync-on-Green (RGB ¤Î G ¿®¹æ¤ËƱ´ü¿®¹æ¤ò¾è¤»¤ë¥¿¥¤¥×¤Î½ÐÎÏ·Á ! ¼°)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¢¥¯¥»¥é¥ì¡¼¥¿¤òÍøÍѤǤ­¤Þ¤¹ ! ! ! 3. ÀßÄê: ! ! I128 ¥É¥é¥¤¥Ð¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¤òÁ´¤Æ¼«Æ°¸¡½Ð¤¹¤ë¤Ï¤º¤Ê¤Î ! ¤Ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç Identifier ¤ò»ØÄꤹ¤ë ! °Ê³°¤Ë¤Ï¡¢²¿¤â¤¹¤ëɬÍפ¬¤Ê¤¤¤Ï¤º¤Ç¤¹¡£XF86Setup ¥×¥í¥°¥é¥à¤ä ! xf86config ¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤·¤¿¾ì¹ç¤Ë¤Ï¡¢Ã±¤Ë I128 ¥«¡¼¥É¤òÁª¤Ö¤À¤±¤Ç ! Àµ¤·¤¤¥µ¡¼¥Ð¤¬ÁªÂò¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£RAMDAC, ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Ï»ØÄꤹ¤ëɬÍ× ! ¤Ï¤¢¤ê¤Þ¤»¤ó¤·¡¢»ØÄꤷ¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£¤Ä¤Þ¤ê¡¢¥¯¥í¥Ã¥¯Ãͤϥ»¥Ã¥È¥¢¥Ã¥× ! ¥×¥í¥°¥é¥à¤Ë¸¡½Ð¤µ¤»¤Æ¤ä¤ê¤Þ¤¹¡£¥É¥é¥¤¥Ð¤ÏÅëºÜ¤µ¤ì¤Æ¤¤¤ë RAM ¤ÎÎ̤⼫ ! ưŪ¤Ë¸¡½Ð¤·¤Þ¤¹¡£ ! I128 ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë "Device" ¥»¥¯¥·¥ç¥óÍѤΥª¥×¥·¥ç¥ó¤ò°Ê ! ²¼¤Ë¼¨¤·¤Þ¤¹: ! ! o Option "dac_8_bit" ! ! 8¥Ó¥Ã¥È DAC ¤Î¥µ¥Ý¡¼¥È¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "no_accel" ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "sync_on_green" ! ! Sync-on-Green ¤òɬÍפȤ¹¤ë¥â¥Ë¥¿¤ËÂФ¹¤ëÀßÄê¤òÍ­¸ú¤Ë¤·¤Þ¤¹(¤³¤ì¤é¤Î ! ¥â¥Ë¥¿¤ÏÉáÄÌ¡¢¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥óÍѤμþÇÈ¿ô¤¬¸ÇÄê¤Î¥â¥Ë¥¿¤Ç¤¹)¡£ ! ! ! 4. Silicon Graphics ¼ÒÀ½¤Î¥Õ¥é¥Ã¥È±Õ¾½¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤ÍѤΥ⡼¥É¹Ô ! ! ! o °Ê²¼¤Ë¼¨¤¹¤Î¤Ï¡¢T2R4 (Rev 4) ¤Ç Silicon Graphics ¼ÒÀ½¤Î¥Õ¥é¥Ã¥È±Õ¾½ ! ¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤¤ò»È¤¦¤¿¤á¤ËɬÍפʥ⡼¥É¹Ô¤Ç¤¹¡£ ! ! o Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 ! 1030 HSkew 7 +Hsync +Vsync ! ! o Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029 ! 1030 HSkew 5 +Hsync +Vsync ! ! o Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029 ! 1030 HSkew 1 +Hsync +Vsync ! ! o Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515 ! HSkew 7 DoubleScan +Hsync +Vsync ! ! o Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515 ! HSkew 5 DoubleScan +Hsync +Vsync ! ! o Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515 ! HSkew 1 DoubleScan +Hsync +Vsync ! ! ! 5. ºî¼Ô ! ! ! Robin Cutshaw, robin@XFree86.Org ! ! ! ! o Galen Brooks, galen@nine.com ! ! ¤µ¤ó¤Ë¤ÏÆä˽õ¤±¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128,v 1.1.2.1 1999/06/02 07:50:43 hohndel Exp $ ! ! ! ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: »³²¼½ã ! »Ê )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,118 ---- ! Number Nine I128 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 24 October 1998 ! The X Japanese Documentation Project ! 29 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½: ! 3. ÀßÄê: ! 4. Silicon Graphics ¼ÒÀ½¤Î¥Õ¥é¥Ã¥È±Õ¾½¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤ÍѤΥ⡼¥É¹Ô ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î I128 ¥µ¡¼¥Ð¤¬¸½ºß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É¤ò°Ê²¼ ! ¤Ë¼¨¤·¤Þ¤¹: ! ! o Imagine 128 (Texas Instruments TVP3025 ¤Þ¤¿¤Ï IBM528 RAMDAC ¤òºÜ¤» ! ¤¿ I128)¡£4MB ¤Î VRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Imagine 128 Ticket 2 Ride (IBM526 ¤Þ¤¿¤Ï 528 RAMDAC ¤òºÜ¤»¤¿ ! I128-T2R)¡£4MB ¤È 8MB ¤Î VRAM, DRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ ! ¤·¤¿¡£ ! ! o Imagine 128 Revolution 3D (IBM526 RAMDAC ¤òºÜ¤»¤¿ I128-R3D)¡£4MB, ! 8MB, 16MB ¤Î WRAM ¤ä SGRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Imagine 128 Revolution IV (SILVERHAMMER RAMDAC ¤òºÜ¤»¤¿ I128-R4)¡£ ! ¥á¥â¥ê¤ò 32MB ºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! 2. µ¡Ç½: ! ! o ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»ÈÍѤǤ­¤Þ¤¹ ! ! o ¤½¤Î¥«¡¼¥É¤Ç»ÈÍѤǤ­¤ëºÇÂç¤Þ¤Ç¤Î²òÁüÅÙ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ ! ! o 8 bpp, 16 bpp (¿§¤Î¿¼¤µ¤Ï 15 ¤È 16), 32 bpp (¿§¤Î¿¼¤µ¤Ï 24¤Ç¡¢¥¿¥¤ ! ¥×¤Ï sparse) ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ ! ! o RGB Sync-on-Green (RGB ¤Î G ¿®¹æ¤ËƱ´ü¿®¹æ¤ò¾è¤»¤ë¥¿¥¤¥×¤Î½ÐÎÏ·Á ! ¼°)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¢¥¯¥»¥é¥ì¡¼¥¿¤òÍøÍѤǤ­¤Þ¤¹ ! ! 3. ÀßÄê: ! ! I128 ¥É¥é¥¤¥Ð¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¤òÁ´¤Æ¼«Æ°¸¡½Ð¤¹¤ë¤Ï¤º¤Ê¤Î ! ¤Ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç Identifier ¤ò»ØÄꤹ¤ë ! °Ê³°¤Ë¤Ï¡¢²¿¤â¤¹¤ëɬÍפ¬¤Ê¤¤¤Ï¤º¤Ç¤¹¡£XF86Setup ¥×¥í¥°¥é¥à¤ä ! xf86config ¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤·¤¿¾ì¹ç¤Ë¤Ï¡¢Ã±¤Ë I128 ¥«¡¼¥É¤òÁª¤Ö¤À¤±¤Ç ! Àµ¤·¤¤¥µ¡¼¥Ð¤¬ÁªÂò¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£RAMDAC, ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Ï»ØÄꤹ¤ëɬÍ× ! ¤Ï¤¢¤ê¤Þ¤»¤ó¤·¡¢»ØÄꤷ¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£¤Ä¤Þ¤ê¡¢¥¯¥í¥Ã¥¯Ãͤϥ»¥Ã¥È¥¢¥Ã¥× ! ¥×¥í¥°¥é¥à¤Ë¸¡½Ð¤µ¤»¤Æ¤ä¤ê¤Þ¤¹¡£¥É¥é¥¤¥Ð¤ÏÅëºÜ¤µ¤ì¤Æ¤¤¤ë RAM ¤ÎÎ̤⼫ ! ưŪ¤Ë¸¡½Ð¤·¤Þ¤¹¡£ ! I128 ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë "Device" ¥»¥¯¥·¥ç¥óÍѤΥª¥×¥·¥ç¥ó¤ò°Ê ! ²¼¤Ë¼¨¤·¤Þ¤¹: ! ! o Option "dac_8_bit" ! ! 8¥Ó¥Ã¥È DAC ¤Î¥µ¥Ý¡¼¥È¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "no_accel" ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "sync_on_green" ! ! Sync-on-Green ¤òɬÍפȤ¹¤ë¥â¥Ë¥¿¤ËÂФ¹¤ëÀßÄê¤òÍ­¸ú¤Ë¤·¤Þ¤¹(¤³¤ì¤é¤Î ! ¥â¥Ë¥¿¤ÏÉáÄÌ¡¢¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥óÍѤμþÇÈ¿ô¤¬¸ÇÄê¤Î¥â¥Ë¥¿¤Ç¤¹)¡£ ! ! 4. Silicon Graphics ¼ÒÀ½¤Î¥Õ¥é¥Ã¥È±Õ¾½¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤ÍѤΥ⡼¥É¹Ô ! ! o °Ê²¼¤Ë¼¨¤¹¤Î¤Ï¡¢T2R4 (Rev 4) ¤Ç Silicon Graphics ¼ÒÀ½¤Î¥Õ¥é¥Ã¥È±Õ¾½ ! ¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤¤ò»È¤¦¤¿¤á¤ËɬÍפʥ⡼¥É¹Ô¤Ç¤¹¡£ ! ! o Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 ! 1030 HSkew 7 +Hsync +Vsync ! ! o Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029 ! 1030 HSkew 5 +Hsync +Vsync ! ! o Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029 ! 1030 HSkew 1 +Hsync +Vsync ! ! o Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515 ! HSkew 7 DoubleScan +Hsync +Vsync ! ! o Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515 ! HSkew 5 DoubleScan +Hsync +Vsync ! ! o Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515 ! HSkew 1 DoubleScan +Hsync +Vsync ! ! 5. ºî¼Ô ! ! Robin Cutshaw, robin@XFree86.Org ! ! o Galen Brooks, galen@nine.com ! ! ¤µ¤ó¤Ë¤ÏÆä˽õ¤±¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.I128,v 1.1.2.2 1999/11/26 15:23:04 hohndel Exp $ ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: »³²¼½ã ! »Ê )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux:3.4.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux:3.4.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux:3.4.2.2 Wed Jun 2 17:50:44 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux Sat Nov 27 02:23:04 1999 *************** *** 1,198 **** ! Linux ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Orest Zborowski, Dirk Hohndel ! December 23, 1998 ! The X Japanese Documentation Project ! January 11, 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. XFree86 ¤ò¥Æ¥¹¥È¤·¤¿ Linux ¤Î¥Ð¡¼¥¸¥ç¥ó ! 2. Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È¤Î¸ß´¹À­ ! 3. XFree86 ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 4. XFree86 ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï ! 5. ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã xdm ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. XFree86 ¤ò¥Æ¥¹¥È¤·¤¿ Linux ¤Î¥Ð¡¼¥¸¥ç¥ó ! ! XFree86 ¤Ï Linux ¤Î¥Ð¡¼¥¸¥ç¥ó 2.0.36 ¤È 2.1.x ¥«¡¼¥Í¥ë¤Î°ìÉô¤Ç¥Æ¥¹¥ÈºÑ ! ¤ß¤Ç¤¹¡£ XFree86 ¤Ï¥Æ¥¹¥È¤·¤¿Á´¤Æ¤Î 2.1.x ¥«¡¼¥Í¥ë(2.1.131 ¤ò´Þ¤à)¤Ç¤¦ ! ¤Þ¤¯Æ°ºî¤·¤Æ¤¤¤Þ¤¹¡£1.0 °Ê¹ß¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¡¢XFree86 ¤òÊѹ¹¤·¤Ê¤¯¤Æ¤â ! Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£¥Ð¥¤¥Ê¥ê¤È¥é¥¤¥Ö¥é¥ê¤Ï¥Ð¡¼¥¸¥ç¥ó 5.3.12 ¤Î ELF C ¥é ! ¥¤¥Ö¥é¥ê¤È¥Ð¡¼¥¸¥ç¥ó 1.7.14 ¤Î¥À¥¤¥Ê¥ß¥Ã¥¯¡¦¥ê¥ó¥«ld.so¤òÁÛÄꤷ¤Æ¤¤¤Þ ! ¤¹¡£¤¦¤Þ¤¯¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¡¢¾¯¤Ê¤¯¤È¤â¥Ð¡¼¥¸¥ç¥ó 5.2.x ¤Î ELF C ! ¥é¥¤¥Ö¥é¥ê¤¬É¬Íפˤʤë¤Ç¤·¤ç¤¦¡£ ! ! ! 2. Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È¤Î¸ß´¹À­ ! ! X11R6 ¤Ï X11R5 ¤«¤éÂçÉý¤ËÊѹ¹¤µ¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢XFree86-3.1 °Ê¹ß¤Î¶¦Í­ ! ¥é¥¤¥Ö¥é¥ê¤Ï¡¢XFree86-2.1.1 °ÊÁ°¤Î¸Å¤¤¥é¥¤¥Ö¥é¥ê¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! X11R5 ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¡¢¥Þ¥·¥ó¤Î¤É¤³¤«¤Ë¸Å¤¤¥é¥¤¥Ö¥é¥ê ! ¤òÊݸ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£¸Å¤¤¥é¥¤¥Ö¥é¥ê¤Ï /usr/X386/lib¤«¤é¤É ! ¤³¤«¤Ø°ÜÆ°¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬¡¢¤½¤Î¾ì¹ç¤Ï/etc/ld.so.conf ¤Ï¹¹¿·¤·¤Ê ! ¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£Á´¤Æ¤Î X11R5 ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ÏÌäÂê̵¤¯ X11R6 ¤Î¥µ ! ¡¼¥Ð¤È°ì½ï¤ËÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! X11R6.1 ¤ÏX11R6 ¤ò¤µ¤é¤Ë¹¹¿·¤·¤¿ÈǤǤ¹¡£ ¥Þ¥¤¥Ê¡¼Èֹ椬 '1' Áý²Ã¤·¤Æ¤¤ ! ¤ë¥é¥¤¥Ö¥é¥ê¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤Î¥é¥¤¥Ö¥é¥ê¤Ï X11R6 ¤ÇÆ°ºî¤¹¤ë¥¢¥×¥ê¥±¡¼ ! ¥·¥ç¥ó¤È´°Á´¤Ë¸ß´¹À­¤¬¤¢¤ë¤Ï¤º¤Ç¤¹¡£ ! ! X11R6.3 ¤Ï X11R6.1 ¤ò¤µ¤é¤Ë¹¹¿·¤·¤¿ÈǤǤ¹¡£¥Þ¥¤¥Ê¡¼Èֹ椬 '3' ¤ËÁý¤¨¤Æ ! ¤¤¤ë¥é¥¤¥Ö¥é¥ê¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤Î¥é¥¤¥Ö¥é¥ê¤Ï X11R6 ¤ÇÆ°ºî¤¹¤ë¥¢¥×¥ê¥± ! ¡¼¥·¥ç¥ó¤È´°Á´¤Ë¸ß´¹À­¤¬¤¢¤ë¤Ï¤º¤Ç¤¹¡£ ! ! (XFree86-1.2¡¢XFree86-1.3 ¤Þ¤¿¤Ï XFree86-2.0 ¥é¥¤¥Ö¥é¥ê¤Ë¥ê¥ó¥¯¤µ¤ì¤Æ ! ¤¤¤ë)Èó¾ï¤Ë¸Å¤¤¥Ð¥¤¥Ê¥ê¤Ï°ú¤­Â³¤­Æ°ºî¤·¤Þ¤¹¤¬¡¢/lib/libX{11,t,aw}.so.3 ! ¤«¤é /usr/X386/lib/libX{11,t,aw}.so.3 ¤ØÌÀ¼¨Åª¤Ë¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÄ¥ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 3. XFree86 ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¥Ð¡¼¥¸¥ç¥ó 3.0 °Ê¹ß¡¢XFree86 ¤Ï /usr/X11R6 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£¥¤ ! ¥ó¥¹¥È¡¼¥ë¤Î¾Ü¤·¤¤¼ê½ç¤Ï¡¢RELNOTES ¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! 4. XFree86 ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï ! ! XFree86 ¤òÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï 4MB ¤Î²¾ÁÛ¥á¥â¥ê¤¬É¬ÍפǤ¹¤¬¡¢²÷Ŭ¤ËÆ°ºî ! ¤µ¤»¤ë¤¿¤á¤ÎºÇÄã¸Â¤Î´Ä¶­¤È¤·¤Æ¤Ï¡¢Â¿Ê¬ 8MB ¤Î¼Âµ­²±¤¬¤¢¤Ã¤¿¤Û¤¦¤¬¤¤¤¤ ! ¤Ç¤·¤ç¤¦¡£386 ¥Þ¥·¥ó¤ÎÀ­Ç½¸þ¾å¤Ë 387 ¥³¥×¥í¥»¥Ã¥µ¤ÏÍ­¸ú¤Ç¤¹¤¬¡¢ÊªÍýŪ ! ¤Ê¥á¥â¥ê¤òÁýÀߤ·¤¿¤Û¤¦¤¬ÂÐÏýèÍý¤Î®Å٤ϳÊÃʤ˸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¡¢¹â®¤Ê ! ¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤ä¥Ð¥¹¡¢¥á¥â¥ê¤ò»È¤¨¤Ð¥µ¡¼¥Ð¤ÎÀ­Ç½¤Ï¸þ¾å¤¹¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! tar ¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤¿¤é¡¢/etc/ld.so.conf ¤« LD_LIBRARY_PATH ´Ä¶­ÊÑ¿ô ! ¤Ë /usr/X11R6/lib ¤òÄêµÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹(/etc/ld.so.conf ¤Î¥Ç¥Õ¥©¥ë ! ¥ÈÃͤϴû¤Ë¤½¤¦¤Ê¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹)¡£¤Þ¤¿¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë ! /etc/XF86Config ¤« /usr/X11R6/lib/X11/XF86Config ¤Ï¥Û¥¹¥È¤ÎÀßÄê¤Ë´ð¤Å ! ¤¤¤Æ¡¢Å¬ÀÚ¤ÊÃͤòµ­½Ò¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ÍýÁÛŪ¤Ë¤Ï¤³¤ÎÀßÄê¤Ï ! XF86Setup ¤«(²¿¤é¤«¤ÎÍýͳ¤Ç XF86Setup ¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë ! ¤Ï)xf86config¤ò»È¤Ã¤Æ¹Ô¤¤¤Þ¤¹¡£¤É¤¦¤·¤Æ¤âÀßÄê¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½ñ¤­¤¿¤¤¾ì ! ¹ç¤Ë¤Ï¡¢XF86Config.eg ¤ò¿÷·¿¤Ë¡¢ README.Config ¤ò¥¬¥¤¥É¥é¥¤¥ó¤Ë»È¤Ã¤Æ ! ¤¯¤À¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤¥ë¤ÎÀßÄê¤ò´Ö°ã¤¨¤ë¤È¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤· ! ¤Þ¤¦¤³¤È¤â¤¢¤ë¤Î¤Ç¡¢¥É¥­¥å¥á¥ó¥È¤Ï¤Á¤ã¤ó¤ÈÆɤߤޤ·¤ç¤¦¡£Æä˥ª¥ó¥é¥¤¥ó ! ¥Þ¥Ë¥å¥¢¥ë¤ä /usr/X11R6/lib/X11/doc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ë¾¤Î README ¤Ïɬ ! ¤ºÆɤߤޤ·¤ç¤¦¡£ ! ! XFree86 ¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤«¤é²¾ÁÛüËö¤Ø¡¢¤Þ¤¿²¾ÁÛüËö¤«¤é¥µ¡¼¥Ð¤Ø²èÌ̤òÀÚ ! Âؤ¨¤ëµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£ºÇ½é¤Ë X ¥µ¡¼¥Ð¤ò µ¯Æ°¤¹¤ë¤È¤­¤Ï¡¢XFree86 ¤ÏÍøÍÑ ! ²Äǽ¤ÊºÇ½é¤Î²¾ÁÛüËö(¾¤Î¥×¥í¥»¥¹¤¬¥ª¡¼¥×¥ó¤·¤Æ¤¤¤Ê¤¤¤â¤Î)¤ò¼«Æ°Åª¤Ë¸« ! ¤Ä¤±¡¢¤½¤Î²¾ÁÛüËö¾å¤Ç X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Þ¤¹¡£¤½¤Î²¾ÁÛüËö¤¬»ÈÍÑÉԲĤΠ! ¾ì¹ç¡¢XFree86 ¤Ï¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½Ð¤·¤Æ½ªÎ»¤·¤Þ¤¹¡£``vt'' ¤È¤¤¤¦ ! ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢»ØÄꤷ¤¿²¾ÁÛüËö¤Ç¥µ¡¼¥Ð¤ò¼Â¹Ô¤Ç¤­¤Þ ! ¤¹¡£¤³¤³¤Ç ¤Ï»ÈÍѲÄǽ¤Ê²¾ÁÛüËö¤ÎÈÖ¹æ¤Ç¤¹(1 ¤«¤é»Ï¤Þ¤ê¤Þ¤¹)¡£¶õ¤¤ ! ¤Æ¤¤¤ë²¾ÁÛüËö¤¬¤Ê¤¤¤È¤­¤Ï¡¢XFree86 ¤Ïµ¯Æ°¤Ç¤­¤Þ¤»¤ó¡£Ä̾ï¤Ïñ¤Ë ! /etc/inittab ¥Õ¥¡¥¤¥ë¤Ç getty ¤Î1¤Ä¤ò̵¸ú¤Ë¤¹¤ì¤ÐÎɤ¤¤Î¤Ç¤¹¤¬¡¢¤³¤ì¤ò ! ¹Ô¤¤¤¿¤¯¤Ê¤¤¾ì¹ç¤Ë¤Ï²¾ÁÛüËö¤Î¿ô¤òÁý¤ä¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£²¾ÁÛüËö¤Î¿ô¤ò ! Áý¤ä¤¹¤Ë¤Ï¡¢include/linux/tty.h ¥Õ¥¡¥¤¥ëÃæ¤Î NR_CONSOLES ¤ÎÃͤòÁý¤ä ! ¤·¡¢¥«¡¼¥Í¥ë¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Þ¤¹¡£ ! ! XFree86 ¤¬Æ°ºî¤·¤Æ¤·¤Þ¤¨¤Ð¡¢Ctrl-Alt- ¤È¤¤¤¦Áȹ礻¤Î¥­¡¼¤ò²¡¤¹¤³ ! ¤È¤Ç¾¤Î²¾ÁÛüËö¤ËÀÚÂؤ¨¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤³¤Ç nn ¤ÏÀÚ¤êÂؤ¨¤¿¤¤²¾ÁÛ ! üËö¤ÎÈÖ¹æ¤Ç¤¹¡£X ¥µ¡¼¥Ð¤ËÌá¤ë¤È¤­¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤Ã¤Æ¤¤¤ë²¾ÁÛüËö¤ÎÈÖ¹æ ! ¤òɽ¤ï¤¹Å¬Àڤʥ­¡¼¤ÎÁȤ߹ç¤ï¤»¤ò²¡¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤ÎÁȤ߹ç¤ï ! ¤»¤Ï Alt- ¤Ç¤¹¡£¤³¤³¤Ç¡¢mm ¤Ï¥µ¡¼¥Ð¤¬Æ°¤¤¤Æ¤¤¤ë²¾ÁÛüËö¤ÎÈÖ¹æ¤Ç ! ¤¹(¤³¤ÎÈÖ¹æ¤Ï¥µ¡¼¥Ðµ¯Æ°»þ¤Ëɽ¼¨¤µ¤ì¤Þ¤¹)¡£¤³¤Î²¾ÁÛüËö¤Ï¥µ¡¼¥Ð¤òµ¯Æ°¤· ! ¤¿²¾ÁÛüËö¤Ç¤Ï¤Ê¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Ãí°Õ: kbd-0.81.tar.gz (¤Þ¤¿¤Ï¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤Î kbd ¥Ñ¥Ã¥±¡¼¥¸)¤Ë´Þ¤Þ ! ¤ì¤ë `loadkeys' ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥­¡¼³ä¤êÅö¤Æ¤òºÆÄêµÁ¤¹ ! ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤ò»È¤¨¤Ð¡¢Ctrl-Alt- ¤ÎÆ°ºî¤ò XFree86 ¥µ¡¼¥Ð ! ¾å¤Ç¤ÎÆ°ºî¤ÈƱ¤¸¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥µ¡¼¥Ð¤ò½ªÎ»¤µ¤»¤ë¤È¥µ¡¼¥Ð¤òµ¯Æ°¤·¤¿²¾ÁÛüËö¤ËÌá¤ê¤Þ¤¹¤¬¡¢¤â¤·¥µ¡¼¥Ð¤ò ! µ¯Æ°¤·¤¿²¾ÁÛüËö¤¬»à¤ó¤Ç¤·¤Þ¤Ã¤¿¤È¤­¤Ï¡¢¼êÆ°¤ÇÌᤵ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ̤¤À¤ËÁêÀ­¤Î°­¤¤¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤È¥Þ¥¶¡¼¥Ü¡¼¥É¤¬¤¢¤ê¡¢XFree86 ¤«¤é ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë¤È¥Æ¥­¥¹¥È¥Õ¥©¥ó¥È¤¬¸µ¤ËÌá¤é¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³ ! ¤Î¤è¤¦¤Ê»þ¤Ï¡¢svgalib ¤È¤¤¤¦¥Ñ¥Ã¥±¡¼¥¸¤ËÆþ¤Ã¤Æ¤¤¤ë runx ¤È¤¤¤¦¥¹¥¯¥ê¥× ! ¥È¤ò¼Â¹Ô¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¸½ºß¤ÎXFree86 ¥µ¡¼¥Ð¤Ï¡¢µ¯Æ°»þ¤Ë¥«¡¼¥Í¥ë¤ËÂФ·¤ÆÌ䤤¹ç¤ï¤»¤ò¹Ô¤¤¡¢¸½ºß ! Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¥­¡¼³ä¤êÅö¤Æ¤ò¼èÆÀ¤·¤Þ¤¹¡£¤³¤Î³ä¤êÅö¤Æ¤Ï¥«¡¼¥Í¥ë¤ò¥³¥ó ! ¥Ñ¥¤¥ë¤·¤¿¤È¤­ÀßÄꤵ¤ì¤ë½é´üÃͤ«¡¢¤Þ¤¿¤Ï `loadkeys' ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ë ! ¤è¤Ã¤Æ½ñ¤­Âؤ¨¤¿Ãͤˤʤê¤Þ¤¹¡£É¬¤º¤·¤âÁ´¤Æ¤Î¥­¡¼¤ò³ä¤êÅö¤Æ¤ë¤³¤È¤Ï¤Ç¤­ ! ¤Þ¤»¤ó¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Ï¥«¡¼¥Í¥ë¤Ë°Í¸¤·¤¿¤â¤Î¤äÊ£¿ô¤Î¥­¡¼¥·¥ó¥Ü¥ë ! ¤ÎÁȤ߹ç¤ï¤»¡¢Ìµ¸ú¤Ê¥­¡¼¤ò³ä¤êÅö¤Æ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¤½¤Î¾¤Î¥­¡¼¤ÏÁ´ ! ¤Æ X ¤ËÃÖ¤±¤ëƱÅù¤Î¥­¡¼¤ËÊÑ´¹¤µ¤ì¤Þ¤¹¡£XFre86 ¤Î¥µ¡¼¥Ð¤Ï¡¢4¼ïÎà¤Î¥â ! ¥Ç¥£¥Õ¥¡¥¤¥¢¥Þ¥Ã¥×(¥·¥Õ¥È¤·¤Æ¤Ê¤¤¾õÂÖ¡¢¥·¥Õ¥È¾õÂÖ¡¢¥â¡¼¥É¥¹¥¤¥Ã¥Á¤ò²¡ ! ¤·¤Æ¤¤¤Ê¤¤¾õÂ֤ȡ¢¥â¡¼¥É¥¹¥¤¥Ã¥Á¤ò²¡¤·¤Æ¤¤¤ë¾õÂÖ)¤·¤«»È¤¦¤³¤È¤¬¤Ç¤­¤Ê ! ¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥â¡¼¥É¥¹¥¤¥Ã¥Á¤¬¤É¤Î¥­¡¼¤Ç¤¢¤ë¤«¤Ë¤è¤Ã¤Æ (¤³¤ì ! ¤Ï XF86Config ¤ÇÀßÄê²Äǽ¤Ç¡¢½é´üÃÍ¤Ï Alt ¥­¡¼¤Ç¤¹)¡¢ XFree86 ¤Ï¤³¤ì¤é ! ¤Î¥Æ¡¼¥Ö¥ë¤ò¥­¡¼¥Þ¥Ã¥×¤ËÆɤ߹þ¤ß¤Þ¤¹¡£¤³¤ì¤Ï¡¢Linux ¤Î¥â¡¼¥É¥¹¥¤¥Ã¥Á¤Ë ! º¸¥³¥ó¥È¥í¡¼¥ë¥­¡¼¤ÎÍͤÊÆÃÄê¤Î¥­¡¼¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤ò X ¤Ç¤Ï³ä¤ê ! Åö¤Æ¤é¤ì¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£ ! ! ! 5. ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã xdm ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ! xdm ¤ÏưŪ¤Ë¥ê¥ó¥¯¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢xdm ¤Î¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤ò¥¢¥á¥ê¥«¹ñ³°¤Ø ! ÇÛÉÛ¤·¤Æ¤âÍ¢½ÐÀ©¸Â¤Ë¤Ï°ú¤Ã¤«¤«¤ê¤Þ¤»¤ó¡£xdm ¤Î¥Ð¥¤¥Ê¥ê¤Ï DES ¤Î°Å¹æ²½ ! ¥×¥í¥°¥é¥à¤ò´Þ¤ó¤Ç¤¤¤Ê¤¤¤«¤é¤Ç¤¹¡£½¾¤Ã¤Æ¸½ºß¡¢¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤Ë xdm ! ¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! xc/lib/Xdmcp/WrapHelp.c ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤¬ XFree86-3.3 ¤Î¥½¡¼¥¹¤Ë´Þ¤Þ¤ì ! ¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢XDM-AUTHORIZATION-1 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤ò¥µ¥Ý ! ¡¼¥È¤¹¤ë¤¿¤á¤Ë¤Ï WrapHelp.c ¤òÆþ¼ê¤·¡¢xf86site.def ¥Õ¥¡¥¤¥ë¤Ë ! HasXdmAuth ¤òÀßÄꤷ¤¿¸å¤Ç xdm ¤òºÆ¹½ÃÛ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! WrapHelp.c ¤Ï¥¢¥á¥ê¥«¹ñÆâ¤Ë¤¢¤ê¤Þ¤¹¡£¾ÜºÙ¤Ï ftp.x.org:/pub/R6/xdm- ! auth/README ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ ! ! ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤òµ¯Æ°¤¹¤ë¤Ë¤Ï¡¢root ¥æ¡¼¥¶¤Ç¥í¥°¥¤¥ó¤·¤Æ¥³¥ó¥½ ! ¡¼¥ë¤«¤é ``xdm -nodaemon'' ¤ÈÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥³¥ó¥½¡¼¥ë¤Î getty ¤ò̵¸ú¤Ë¤·¡¢ /etc/inittab ¤òÊѹ¹¤¹¤ë¤³¤È¤Ë¤è¤ê¥Ö¡¼ ! ¥È»þ¤Ë¼«Æ°Åª¤Ë xdm ¤òµ¯Æ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ÀßÄê¤ÎºÙ¤«¤¤Éôʬ¤Ï»ÈÍѤ· ! ¤Æ¤¤¤ë Linux ÇÛÉÛʪ¤Î xdm ¤ÎÀßÄê¤Ë¤è¤Ã¤Æ°Û¤Ê¤ë¤Î¤Ç¡¢¤½¤Á¤é¤Îʸ½ñ¤Ç³Îǧ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! xdm ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ï¥·¥ã¥É¥¦¥Ñ¥¹¥ï¡¼¥É¤ÈÉáÄ̤Υѥ¹¥ï¡¼¥É¤Î¥·¥¹¥Æ¥à¤Îξ ! Êý¤ÇÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux,v 3.4.2.2 1999/06/02 07:50:44 hohndel Exp $ ! ! ! ! ! ! $XConsortium: Linux.sgml /main/6 1996/10/28 04:47:37 kaleb $ ! ! ! ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.2): ²¬Ëܰ칬 ! , ¹¹¿·(XFree86 3.3.3.1 Âбþ): Æ£¸¶µ±²Å ! , ¹»Àµ: ¶âÅĹÀ»Ê ! )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,163 ---- ! Linux ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Orest Zborowski, Dirk Hohndel ! June 25, 1999 ! The X Japanese Documentation Project ! August 1, 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. XFree86 ¤ò¥Æ¥¹¥È¤·¤¿ Linux ¤Î¥Ð¡¼¥¸¥ç¥ó ! 2. Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È¤Î¸ß´¹À­ ! 3. XFree86 ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 4. XFree86 ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï ! 5. ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã xdm ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. XFree86 ¤ò¥Æ¥¹¥È¤·¤¿ Linux ¤Î¥Ð¡¼¥¸¥ç¥ó ! ! XFree86 ¤Ï Linux ¤Î¥Ð¡¼¥¸¥ç¥ó 2.0.36 ¤È 2.2.7¡¢¤ª¤è¤Ó 2.3.x ¥«¡¼¥Í¥ë¤Î ! °ìÉô¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¥Æ¥¹¥ÈºÑ¤ß¤Ç¤¹¡£ 1.0 °Ê¹ß¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¡¢XFree86 ! ¤òÊѹ¹¤·¤Ê¤¯¤Æ¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ libc5 ÍÑ¤È libc6 ÍѤÎξÊý¤Î¥Ð¥¤¥Ê¥ê ! ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 2. Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È¤Î¸ß´¹À­ ! ! X11R6 ¤Ï X11R5 ¤«¤éÂçÉý¤ËÊѹ¹¤µ¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢XFree86-3.1 °Ê¹ß¤Î¶¦Í­ ! ¥é¥¤¥Ö¥é¥ê¤Ï¡¢XFree86-2.1.1 °ÊÁ°¤Î¸Å¤¤¥é¥¤¥Ö¥é¥ê¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! X11R5 ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¡¢¥Þ¥·¥ó¤Î¤É¤³¤«¤Ë¸Å¤¤¥é¥¤¥Ö¥é¥ê ! ¤òÊݸ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£¸Å¤¤¥é¥¤¥Ö¥é¥ê¤Ï /usr/X386/lib¤«¤é¤É ! ¤³¤«¤Ø°ÜÆ°¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬¡¢¤½¤Î¾ì¹ç¤Ï/etc/ld.so.conf ¤Ï¹¹¿·¤·¤Ê ! ¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£Á´¤Æ¤Î X11R5 ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ÏÌäÂê̵¤¯ X11R6 ¤Î¥µ ! ¡¼¥Ð¤È°ì½ï¤ËÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! X11R6.1 ¤ÏX11R6 ¤ò¤µ¤é¤Ë¹¹¿·¤·¤¿ÈǤǤ¹¡£ ¥Þ¥¤¥Ê¡¼Èֹ椬 '1' Áý²Ã¤·¤Æ¤¤ ! ¤ë¥é¥¤¥Ö¥é¥ê¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤Î¥é¥¤¥Ö¥é¥ê¤Ï X11R6 ¤ÇÆ°ºî¤¹¤ë¥¢¥×¥ê¥±¡¼ ! ¥·¥ç¥ó¤È´°Á´¤Ë¸ß´¹À­¤¬¤¢¤ë¤Ï¤º¤Ç¤¹¡£ ! ! X11R6.3 ¤Ï X11R6.1 ¤ò¤µ¤é¤Ë¹¹¿·¤·¤¿ÈǤǤ¹¡£¥Þ¥¤¥Ê¡¼Èֹ椬 '3' ¤ËÁý¤¨¤Æ ! ¤¤¤ë¥é¥¤¥Ö¥é¥ê¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤Î¥é¥¤¥Ö¥é¥ê¤Ï X11R6 ¤ÇÆ°ºî¤¹¤ë¥¢¥×¥ê¥± ! ¡¼¥·¥ç¥ó¤È´°Á´¤Ë¸ß´¹À­¤¬¤¢¤ë¤Ï¤º¤Ç¤¹¡£ ! ! (XFree86-1.2¡¢XFree86-1.3 ¤Þ¤¿¤Ï XFree86-2.0 ¥é¥¤¥Ö¥é¥ê¤Ë¥ê¥ó¥¯¤µ¤ì¤Æ ! ¤¤¤ë)Èó¾ï¤Ë¸Å¤¤¥Ð¥¤¥Ê¥ê¤Ï°ú¤­Â³¤­Æ°ºî¤·¤Þ¤¹¤¬¡¢/lib/libX{11,t,aw}.so.3 ! ¤«¤é /usr/X386/lib/libX{11,t,aw}.so.3 ¤ØÌÀ¼¨Åª¤Ë¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òÄ¥ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 3. XFree86 ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¥Ð¡¼¥¸¥ç¥ó 3.0 °Ê¹ß¡¢XFree86 ¤Ï /usr/X11R6 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£¥¤ ! ¥ó¥¹¥È¡¼¥ë¤Î¾Ü¤·¤¤¼ê½ç¤Ï¡¢RELNOTES ¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 4. XFree86 ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï ! ! XFree86 ¤òÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï 4MB ¤Î²¾ÁÛ¥á¥â¥ê¤¬É¬ÍפǤ¹¤¬¡¢²÷Ŭ¤ËÆ°ºî ! ¤µ¤»¤ë¤¿¤á¤ÎºÇÄã¸Â¤Î´Ä¶­¤È¤·¤Æ¤Ï¡¢Â¿Ê¬ 16MB ¤Î¼Âµ­²±¤¬¤¢¤Ã¤¿¤Û¤¦¤¬¤¤¤¤ ! ¤Ç¤·¤ç¤¦¡£386 ¥Þ¥·¥ó¤ÎÀ­Ç½¸þ¾å¤Ë 387 ¥³¥×¥í¥»¥Ã¥µ¤ÏÍ­¸ú¤Ç¤¹¤¬¡¢ÊªÍýŪ ! ¤Ê¥á¥â¥ê¤òÁýÀߤ·¤¿¤Û¤¦¤¬ÂÐÏýèÍý¤Î®Å٤ϳÊÃʤ˸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¡¢¹â®¤Ê ! ¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤ä¥Ð¥¹¡¢¥á¥â¥ê¤ò»È¤¨¤Ð¥µ¡¼¥Ð¤ÎÀ­Ç½¤Ï¸þ¾å¤¹¤ë¤Ç¤·¤ç ! ¤¦¡£ ! tar ¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤¿¤é¡¢/etc/ld.so.conf ¤« LD_LIBRARY_PATH ´Ä¶­ÊÑ¿ô ! ¤Ë /usr/X11R6/lib ¤òÄêµÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹(/etc/ld.so.conf ¤Î¥Ç¥Õ¥©¥ë ! ¥ÈÃͤϴû¤Ë¤½¤¦¤Ê¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹)¡£¤Þ¤¿¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë ! /etc/XF86Config ¤« /usr/X11R6/lib/X11/XF86Config ¤Ï¥Û¥¹¥È¤ÎÀßÄê¤Ë´ð¤Å ! ¤¤¤Æ¡¢Å¬ÀÚ¤ÊÃͤòµ­½Ò¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ÍýÁÛŪ¤Ë¤Ï¤³¤ÎÀßÄê¤Ï ! XF86Setup ¤«(²¿¤é¤«¤ÎÍýͳ¤Ç XF86Setup ¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë ! ¤Ï)xf86config¤ò»È¤Ã¤Æ¹Ô¤¤¤Þ¤¹¡£¤É¤¦¤·¤Æ¤âÀßÄê¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½ñ¤­¤¿¤¤¾ì ! ¹ç¤Ë¤Ï¡¢XF86Config.eg ¤ò¿÷·¿¤Ë¡¢ README.Config ¤ò¥¬¥¤¥É¥é¥¤¥ó¤Ë»È¤Ã¤Æ ! ¤¯¤À¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤¥ë¤ÎÀßÄê¤ò´Ö°ã¤¨¤ë¤È¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤· ! ¤Þ¤¦¤³¤È¤â¤¢¤ë¤Î¤Ç¡¢¥É¥­¥å¥á¥ó¥È¤Ï¤Á¤ã¤ó¤ÈÆɤߤޤ·¤ç¤¦¡£Æä˥ª¥ó¥é¥¤¥ó ! ¥Þ¥Ë¥å¥¢¥ë¤ä /usr/X11R6/lib/X11/doc ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ë¾¤Î README ¤Ïɬ ! ¤ºÆɤߤޤ·¤ç¤¦¡£ ! ! XFree86 ¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤«¤é²¾ÁÛüËö¤Ø¡¢¤Þ¤¿²¾ÁÛüËö¤«¤é¥µ¡¼¥Ð¤Ø²èÌ̤òÀÚ ! Âؤ¨¤ëµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£ºÇ½é¤Ë X ¥µ¡¼¥Ð¤ò µ¯Æ°¤¹¤ë¤È¤­¤Ï¡¢XFree86 ¤ÏÍøÍÑ ! ²Äǽ¤ÊºÇ½é¤Î²¾ÁÛüËö(¾¤Î¥×¥í¥»¥¹¤¬¥ª¡¼¥×¥ó¤·¤Æ¤¤¤Ê¤¤¤â¤Î)¤ò¼«Æ°Åª¤Ë¸« ! ¤Ä¤±¡¢¤½¤Î²¾ÁÛüËö¾å¤Ç X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Þ¤¹¡£¤½¤Î²¾ÁÛüËö¤¬»ÈÍÑÉԲĤΠ! ¾ì¹ç¡¢XFree86 ¤Ï¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½Ð¤·¤Æ½ªÎ»¤·¤Þ¤¹¡£``vt'' ¤È¤¤¤¦ ! ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢»ØÄꤷ¤¿²¾ÁÛüËö¤Ç¥µ¡¼¥Ð¤ò¼Â¹Ô¤Ç¤­¤Þ ! ¤¹¡£¤³¤³¤Ç ¤Ï»ÈÍѲÄǽ¤Ê²¾ÁÛüËö¤ÎÈÖ¹æ¤Ç¤¹(1 ¤«¤é»Ï¤Þ¤ê¤Þ¤¹)¡£¶õ¤¤ ! ¤Æ¤¤¤ë²¾ÁÛüËö¤¬¤Ê¤¤¤È¤­¤Ï¡¢XFree86 ¤Ïµ¯Æ°¤Ç¤­¤Þ¤»¤ó¡£Ä̾ï¤Ïñ¤Ë ! /etc/inittab ¥Õ¥¡¥¤¥ë¤Ç getty ¤Î1¤Ä¤ò̵¸ú¤Ë¤¹¤ì¤ÐÎɤ¤¤Î¤Ç¤¹¤¬¡¢¤³¤ì¤ò ! ¹Ô¤¤¤¿¤¯¤Ê¤¤¾ì¹ç¤Ë¤Ï²¾ÁÛüËö¤Î¿ô¤òÁý¤ä¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£²¾ÁÛüËö¤Î¿ô¤ò ! Áý¤ä¤¹¤Ë¤Ï¡¢include/linux/tty.h ¥Õ¥¡¥¤¥ëÃæ¤Î NR_CONSOLES ¤ÎÃͤòÁý¤ä ! ¤·¡¢¥«¡¼¥Í¥ë¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Þ¤¹¡£ ! ! XFree86 ¤¬Æ°ºî¤·¤Æ¤·¤Þ¤¨¤Ð¡¢Ctrl-Alt- ¤È¤¤¤¦Áȹ礻¤Î¥­¡¼¤ò²¡¤¹¤³ ! ¤È¤Ç¾¤Î²¾ÁÛüËö¤ËÀÚÂؤ¨¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤³¤Ç nn ¤ÏÀÚ¤êÂؤ¨¤¿¤¤²¾ÁÛ ! üËö¤ÎÈÖ¹æ¤Ç¤¹¡£X ¥µ¡¼¥Ð¤ËÌá¤ë¤È¤­¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤Ã¤Æ¤¤¤ë²¾ÁÛüËö¤ÎÈÖ¹æ ! ¤òɽ¤ï¤¹Å¬Àڤʥ­¡¼¤ÎÁȤ߹ç¤ï¤»¤ò²¡¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤ÎÁȤ߹ç¤ï ! ¤»¤Ï Alt- ¤Ç¤¹¡£¤³¤³¤Ç¡¢mm ¤Ï¥µ¡¼¥Ð¤¬Æ°¤¤¤Æ¤¤¤ë²¾ÁÛüËö¤ÎÈÖ¹æ¤Ç ! ¤¹(¤³¤ÎÈÖ¹æ¤Ï¥µ¡¼¥Ðµ¯Æ°»þ¤Ëɽ¼¨¤µ¤ì¤Þ¤¹)¡£¤³¤Î²¾ÁÛüËö¤Ï¥µ¡¼¥Ð¤òµ¯Æ°¤· ! ¤¿²¾ÁÛüËö¤Ç¤Ï¤Ê¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Ãí°Õ: kbd-0.81.tar.gz (¤Þ¤¿¤Ï¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤Î kbd ¥Ñ¥Ã¥±¡¼¥¸)¤Ë´Þ¤Þ ! ¤ì¤ë `loadkeys' ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥­¡¼³ä¤êÅö¤Æ¤òºÆÄêµÁ¤¹ ! ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤ò»È¤¨¤Ð¡¢Ctrl-Alt- ¤ÎÆ°ºî¤ò XFree86 ¥µ¡¼¥Ð ! ¾å¤Ç¤ÎÆ°ºî¤ÈƱ¤¸¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥µ¡¼¥Ð¤ò½ªÎ»¤µ¤»¤ë¤È¥µ¡¼¥Ð¤òµ¯Æ°¤·¤¿²¾ÁÛüËö¤ËÌá¤ê¤Þ¤¹¤¬¡¢¤â¤·¥µ¡¼¥Ð¤ò ! µ¯Æ°¤·¤¿²¾ÁÛüËö¤¬»à¤ó¤Ç¤·¤Þ¤Ã¤¿¤È¤­¤Ï¡¢¼êÆ°¤ÇÌᤵ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ̤¤À¤ËÁêÀ­¤Î°­¤¤¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤È¥Þ¥¶¡¼¥Ü¡¼¥É¤¬¤¢¤ê¡¢XFree86 ¤«¤é ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤ë¤È¥Æ¥­¥¹¥È¥Õ¥©¥ó¥È¤¬¸µ¤ËÌá¤é¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³ ! ¤Î¤è¤¦¤Ê»þ¤Ï¡¢svgalib ¤È¤¤¤¦¥Ñ¥Ã¥±¡¼¥¸¤ËÆþ¤Ã¤Æ¤¤¤ë runx ¤È¤¤¤¦¥¹¥¯¥ê¥× ! ¥È¤ò¼Â¹Ô¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¸½ºß¤ÎXFree86 ¥µ¡¼¥Ð¤Ï¡¢µ¯Æ°»þ¤Ë¥«¡¼¥Í¥ë¤ËÂФ·¤ÆÌ䤤¹ç¤ï¤»¤ò¹Ô¤¤¡¢¸½ºß ! Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¥­¡¼³ä¤êÅö¤Æ¤ò¼èÆÀ¤·¤Þ¤¹¡£¤³¤Î³ä¤êÅö¤Æ¤Ï¥«¡¼¥Í¥ë¤ò¥³¥ó ! ¥Ñ¥¤¥ë¤·¤¿¤È¤­ÀßÄꤵ¤ì¤ë½é´üÃͤ«¡¢¤Þ¤¿¤Ï `loadkeys' ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ë ! ¤è¤Ã¤Æ½ñ¤­Âؤ¨¤¿Ãͤˤʤê¤Þ¤¹¡£É¬¤º¤·¤âÁ´¤Æ¤Î¥­¡¼¤ò³ä¤êÅö¤Æ¤ë¤³¤È¤Ï¤Ç¤­ ! ¤Þ¤»¤ó¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Ï¥«¡¼¥Í¥ë¤Ë°Í¸¤·¤¿¤â¤Î¤äÊ£¿ô¤Î¥­¡¼¥·¥ó¥Ü¥ë ! ¤ÎÁȤ߹ç¤ï¤»¡¢Ìµ¸ú¤Ê¥­¡¼¤ò³ä¤êÅö¤Æ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¤½¤Î¾¤Î¥­¡¼¤ÏÁ´ ! ¤Æ X ¤ËÃÖ¤±¤ëƱÅù¤Î¥­¡¼¤ËÊÑ´¹¤µ¤ì¤Þ¤¹¡£XFre86 ¤Î¥µ¡¼¥Ð¤Ï¡¢4¼ïÎà¤Î¥â ! ¥Ç¥£¥Õ¥¡¥¤¥¢¥Þ¥Ã¥×(¥·¥Õ¥È¤·¤Æ¤Ê¤¤¾õÂÖ¡¢¥·¥Õ¥È¾õÂÖ¡¢¥â¡¼¥É¥¹¥¤¥Ã¥Á¤ò²¡ ! ¤·¤Æ¤¤¤Ê¤¤¾õÂ֤ȡ¢¥â¡¼¥É¥¹¥¤¥Ã¥Á¤ò²¡¤·¤Æ¤¤¤ë¾õÂÖ)¤·¤«»È¤¦¤³¤È¤¬¤Ç¤­¤Ê ! ¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥â¡¼¥É¥¹¥¤¥Ã¥Á¤¬¤É¤Î¥­¡¼¤Ç¤¢¤ë¤«¤Ë¤è¤Ã¤Æ (¤³¤ì ! ¤Ï XF86Config ¤ÇÀßÄê²Äǽ¤Ç¡¢½é´üÃÍ¤Ï Alt ¥­¡¼¤Ç¤¹)¡¢ XFree86 ¤Ï¤³¤ì¤é ! ¤Î¥Æ¡¼¥Ö¥ë¤ò¥­¡¼¥Þ¥Ã¥×¤ËÆɤ߹þ¤ß¤Þ¤¹¡£¤³¤ì¤Ï¡¢Linux ¤Î¥â¡¼¥É¥¹¥¤¥Ã¥Á¤Ë ! º¸¥³¥ó¥È¥í¡¼¥ë¥­¡¼¤ÎÍͤÊÆÃÄê¤Î¥­¡¼¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤ò X ¤Ç¤Ï³ä¤ê ! Åö¤Æ¤é¤ì¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£ ! ! 5. ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã xdm ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! xdm ¤ÏưŪ¤Ë¥ê¥ó¥¯¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢xdm ¤Î¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤ò¥¢¥á¥ê¥«¹ñ³°¤Ø ! ÇÛÉÛ¤·¤Æ¤âÍ¢½ÐÀ©¸Â¤Ë¤Ï°ú¤Ã¤«¤«¤ê¤Þ¤»¤ó¡£xdm ¤Î¥Ð¥¤¥Ê¥ê¤Ï DES ¤Î°Å¹æ²½ ! ¥×¥í¥°¥é¥à¤ò´Þ¤ó¤Ç¤¤¤Ê¤¤¤«¤é¤Ç¤¹¡£½¾¤Ã¤Æ¸½ºß¡¢¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤Ë xdm ! ¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! xc/lib/Xdmcp/WrapHelp.c ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤¬ XFree86-3.3 ¤Î¥½¡¼¥¹¤Ë´Þ¤Þ¤ì ! ¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢XDM-AUTHORIZATION-1 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤ò¥µ¥Ý ! ¡¼¥È¤¹¤ë¤¿¤á¤Ë¤Ï WrapHelp.c ¤òÆþ¼ê¤·¡¢xf86site.def ¥Õ¥¡¥¤¥ë¤Ë ! HasXdmAuth ¤òÀßÄꤷ¤¿¸å¤Ç xdm ¤òºÆ¹½ÃÛ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! WrapHelp.c ¤Ï¥¢¥á¥ê¥«¹ñÆâ¤Ë¤¢¤ê¤Þ¤¹¡£¾ÜºÙ¤Ï ftp.x.org:/pub/R6/xdm- ! auth/README ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ ! ! ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤òµ¯Æ°¤¹¤ë¤Ë¤Ï¡¢root ¥æ¡¼¥¶¤Ç¥í¥°¥¤¥ó¤·¤Æ¥³¥ó¥½ ! ¡¼¥ë¤«¤é ``xdm -nodaemon'' ¤ÈÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥³¥ó¥½¡¼¥ë¤Î getty ¤ò̵¸ú¤Ë¤·¡¢ /etc/inittab ¤òÊѹ¹¤¹¤ë¤³¤È¤Ë¤è¤ê¥Ö¡¼ ! ¥È»þ¤Ë¼«Æ°Åª¤Ë xdm ¤òµ¯Æ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ÀßÄê¤ÎºÙ¤«¤¤Éôʬ¤Ï»ÈÍѤ· ! ¤Æ¤¤¤ë Linux ÇÛÉÛʪ¤Î xdm ¤ÎÀßÄê¤Ë¤è¤Ã¤Æ°Û¤Ê¤ë¤Î¤Ç¡¢¤½¤Á¤é¤Îʸ½ñ¤Ç³Îǧ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! xdm ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ï¥·¥ã¥É¥¦¥Ñ¥¹¥ï¡¼¥É¤ÈÉáÄ̤Υѥ¹¥ï¡¼¥É¤Î¥·¥¹¥Æ¥à¤Îξ ! Êý¤ÇÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux,v 3.4.2.3 1999/11/26 15:23:04 hohndel Exp $ ! ! $XConsortium: Linux.sgml /main/6 1996/10/28 04:47:37 kaleb $ ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.2): ²¬Ëܰ칬 ! , ¹¹¿·(XFree86 3.3.3.1 Âбþ): Æ£¸¶µ±²Å ! , ¹»Àµ: ¶âÅĹÀ»Ê ! , ¹¹ ! ¿·(XFree86 3.3.4 Âбþ): Æ£¸¶µ±²Å)¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢ ! Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃø ! ºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS:1.1.2.1 Wed Jun 2 17:50:46 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS Tue Dec 28 23:13:47 1999 *************** *** 1,11 **** LynxOS ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README Thomas Mueller ! Last modified on: 29 December 1998 The X Japanese Documentation Project ! Last modified on: 9 February 1999 ____________________________________________________________ ! Ìܼ¡ 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ --- 1,11 ---- LynxOS ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README Thomas Mueller ! Last modified on: 15 November 1999 The X Japanese Documentation Project ! Last modified on: 21 December 1999 ____________________________________________________________ ! Table of Contents 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ *************** *** 14,21 **** 3.1 ¥·¥¹¥Æ¥àÍ×·ï 3.2 ¥·¥¹¥Æ¥à¤Î¥Á¥å¡¼¥Ë¥ó¥° 3.2.1 ¥Á¥å¡¼¥Ë¥ó¥°¤Ç¤­¤ë¥Ñ¥é¥á¡¼¥¿ ! 3.2.2 pty ¤Î¿ô¤òÁý¤ä¤¹ ! 3.2.3 ¥«¡¼¥Í¥ë¤Î¹½ÃÛ 3.3 XFree86 ¤Ë¤ª¤±¤ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È 3.4 ¥Ð¥¹¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð 3.5 ATC ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤È²¾ÁÛüËöÀÚ¤êÂؤ¨ --- 14,22 ---- 3.1 ¥·¥¹¥Æ¥àÍ×·ï 3.2 ¥·¥¹¥Æ¥à¤Î¥Á¥å¡¼¥Ë¥ó¥° 3.2.1 ¥Á¥å¡¼¥Ë¥ó¥°¤Ç¤­¤ë¥Ñ¥é¥á¡¼¥¿ ! 3.2.2 Riva 128/Riva TNT ¥É¥é¥¤¥ÐÍѤÎÄ´À° SVGA ¥µ¡¼¥Ð¤Î nVidia ¥É¥é¥¤¥Ð(Riva 128, TNT, TNT2)¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢ /sys/lynx.os/uparam.h ¥Õ¥¡¥¤¥ëÃæ¤Î SMEMS ¥Ñ¥é¥á¡¼¥¿¤ÎÃͤò 10 ¤«¤é 20 ¤ËÁý¤ä¤¹É¬Íפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£ ! 3.2.3 pty ¤Î¿ô¤òÁý¤ä¤¹ ! 3.2.4 ¥«¡¼¥Í¥ë¤Î¹½ÃÛ 3.3 XFree86 ¤Ë¤ª¤±¤ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È 3.4 ¥Ð¥¹¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð 3.5 ATC ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤È²¾ÁÛüËöÀÚ¤êÂؤ¨ *************** *** 24,42 **** 4. XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë 5. XFree86 ¤Î Motif ¤ÈÁȤ߹ç¤ï¤»¤Æ¤ÎÍøÍÑ 5.1 Motif ¤Î¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ ! 5.2 LynxOS AT 2.3.0 ÍѤΠMotif ¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥Ñ¥Ã¥Á 5.3 X11R6 ÀßÄê¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ñ¥Ã¥Á 5.4 Motif ÀßÄê¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ñ¥Ã¥Á 6. XFree86 ÇÛÉÛʪ¤Î¥³¥ó¥Ñ¥¤¥ë 6.1 ɬÍפʥǥ£¥¹¥¯ÍÆÎÌ ! 6.2 ¥·¥¹¥Æ¥à´Ä¶­¤ËÂФ¹¤ëÊѹ¹ÅÀ (LynxOS AT) 6.3 make World 7. microSPARC ¤È PowerPC ¾å¤Ç¤Î¹½ÃÛ 7.1 microSPARC ÍѤΥ³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î¥Ñ¥Ã¥Á 7.2 microSPARC ¥µ¡¼¥Ð¤Î´ûÃΤΥХ° ______________________________________________________________________ --- 25,45 ---- 4. XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë 5. XFree86 ¤Î Motif ¤ÈÁȤ߹ç¤ï¤»¤Æ¤ÎÍøÍÑ 5.1 Motif ¤Î¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ ! 5.2 LynxOS x86 2.3.0 ÍѤΠMotif ¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥Ñ¥Ã¥Á 5.3 X11R6 ÀßÄê¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ñ¥Ã¥Á 5.4 Motif ÀßÄê¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ñ¥Ã¥Á 6. XFree86 ÇÛÉÛʪ¤Î¥³¥ó¥Ñ¥¤¥ë 6.1 ɬÍפʥǥ£¥¹¥¯ÍÆÎÌ ! 6.2 ¥·¥¹¥Æ¥à´Ä¶­¤ËÂФ¹¤ëÊѹ¹ÅÀ (LynxOS x86) 6.3 make World 7. microSPARC ¤È PowerPC ¾å¤Ç¤Î¹½ÃÛ 7.1 microSPARC ÍѤΥ³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î¥Ñ¥Ã¥Á 7.2 microSPARC ¥µ¡¼¥Ð¤Î´ûÃΤΥХ° + 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ______________________________________________________________________ *************** *** 56,68 **** ftp://ftp.XFree86.org/pub/XFree86/current ! XFree86 ¤Î LynxOS AT ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS ! ¥Ð¥¤¥Ê¥ê¤Ï `LynxOS x86 3.0.0' ¾å¤Ç¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥Ö¥¸¥§¥¯¥È¤Î¥Õ¥© ! ¡¼¥Þ¥Ã¥È¤¬Êѹ¹¤µ¤ì¤¿¤¿¤á¡¢¤³¤Î¥Ð¥¤¥Ê¥ê¤Ï¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î LynxOS ¤Ç¤ÏÆ° ! ºî¤·¤Þ¤»¤ó¡£ ¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î XFree86 ¤Î¹½Ãۤϡ¢¥Ð¡¼¥¸¥ç¥ó 2.4.0 °ÊÁ°¤Î LynxOS ¤Ç¥Æ ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£LynxOS 2.4.0 ¾å¤Ç¹½ÃÛ¤·¤¿¥Ð¥¤¥Ê¥ê¤Ï¡¢2.3.0 ¤Ç¤â¤­¤Ã --- 59,72 ---- ftp://ftp.XFree86.org/pub/XFree86/current ! XFree86 ¤Î LynxOS x86 ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS ! ! ¥Ð¥¤¥Ê¥ê¤Ï `LynxOS x86 3.0.1' ¾å¤Ç¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥Ö¥¸¥§¥¯¥È¤Î¥Õ¥© ! ¡¼¥Þ¥Ã¥È¤¬Êѹ¹¤µ¤ì¤¿¤¿¤á¡¢¤³¤Î¥Ð¥¤¥Ê¥ê¤Ï 3.0.0 ¤è¤ê¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î ! LynxOS ¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ ¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î XFree86 ¤Î¹½Ãۤϡ¢¥Ð¡¼¥¸¥ç¥ó 2.4.0 °ÊÁ°¤Î LynxOS ¤Ç¥Æ ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£LynxOS 2.4.0 ¾å¤Ç¹½ÃÛ¤·¤¿¥Ð¥¤¥Ê¥ê¤Ï¡¢2.3.0 ¤Ç¤â¤­¤Ã *************** *** 83,96 **** 2. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ¾Ü¤·¤¤¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È ¤Î¡ÖXFree86 3.3.3.1 ! ¤ÎƳÆþ¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! XF86Setup ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëͽÄê¤Ê¤é¤Ð¡¢X333prog ¤â¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬ ! Íפ¬¤¢¤ê¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢XF86Setup ¤Ï X333prog ¤«¤é¥é¥¤¥Ö¥é¥ê¥Õ¥¡¥¤¥ë ! ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¾ì¹ç¤À¤±Ëþ¤¿¤µ¤ì¤ë¡¢ÆÃÄê¤Î¥Õ¥¡¥¤¥ë̾¥Ñ¥¿¡¼¥ó¤¬¤¢¤ë¤³ ! ¤È¤ò³Îǧ¤¹¤ë¤«¤é¤Ç¤¹¡£¤³¤ÎÀ©¸Â¤Ï¾­Íè¤Î LynxOS ÍѤΠXFree86 ¥ê¥ê¡¼¥¹¤Ç ! ¤Ï½¤Àµ¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ¤ª»È¤¤¤Î¥·¥¹¥Æ¥à¾å¤Ç XFree86 ¤òÆ°¤«¤¹¤¿¤á¤Ë¤Ï¡¢¥×¥í¥»¥¹¥¹¥¿¥Ã¥¯¤Î¾å¸Â ¤òÁý¤ä¤¹É¬Íפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥¤¥ó¥¹¥È¡¼¥ë¤ò»Ï¤á¤ëÁ°¤Ë¤Ï --- 87,99 ---- 2. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ¾Ü¤·¤¤¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È ¤Î¡ÖXFree86 3.3.6 ¤Î ! ƳÆþ¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! XF86Setup ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëͽÄê¤Ê¤é¤Ð¡¢X336prog ¤â¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬ ! Íפ¬¤¢¤ê¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢XF86Setup ¤Ï X336prog ¤«¤é¥é¥¤¥Ö¥é¥ê¥Õ¥¡¥¤¥ë ! ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¾ì¹ç¤À¤±Ëþ¤¿¤µ¤ì¤ë¡¢ÆÃÄê¤Î¥Õ¥¡¥¤¥ë̾¥Ñ¥¿¡¼¥ó¤Î¸ºß¤ò ! ³Îǧ¤¹¤ë¤«¤é¤Ç¤¹¡£ ¤ª»È¤¤¤Î¥·¥¹¥Æ¥à¾å¤Ç XFree86 ¤òÆ°¤«¤¹¤¿¤á¤Ë¤Ï¡¢¥×¥í¥»¥¹¥¹¥¿¥Ã¥¯¤Î¾å¸Â ¤òÁý¤ä¤¹É¬Íפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥¤¥ó¥¹¥È¡¼¥ë¤ò»Ï¤á¤ëÁ°¤Ë¤Ï *************** *** 127,133 **** XFree86 ¤ò¤¦¤Þ¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï¡¢¥·¥¹¥Æ¥à¤Î¥Ñ¥é¥á¡¼¥¿¤ò¤¤¤¯¤Ä¤«Êѹ¹ ¤¹¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! LynxOS 2.5.0 ¤È 3.0.0 ¤Ç¤Ï¡¢ #define X_WINDOWS --- 130,136 ---- XFree86 ¤ò¤¦¤Þ¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï¡¢¥·¥¹¥Æ¥à¤Î¥Ñ¥é¥á¡¼¥¿¤ò¤¤¤¯¤Ä¤«Êѹ¹ ¤¹¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! LynxOS 2.5.x ¤È 3.0.x ¤Ç¤Ï¡¢ #define X_WINDOWS *************** *** 153,159 **** ¤È¤·¤Æ½ñ¤«¤ì¤Æ¤¤¤ëÃͤǤ¹¡£ ! 3.2.2. pty ¤Î¿ô¤òÁý¤ä¤¹ xterm ¤ò²¿¸Ä¤â¼Â¹Ô¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢pty ¤Î¿ô¤âÁý¤ä¤µ¤Ê¤±¤ì¤Ð¤Ê --- 156,167 ---- ¤È¤·¤Æ½ñ¤«¤ì¤Æ¤¤¤ëÃͤǤ¹¡£ ! 3.2.2. Riva 128/Riva TNT ¥É¥é¥¤¥ÐÍѤÎÄ´À° SVGA ¥µ¡¼¥Ð¤Î nVidia ¥É¥é¥¤ ! ¥Ð(Riva 128, TNT, TNT2)¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢ /sys/lynx.os/uparam.h ¥Õ¥¡ ! ¥¤¥ëÃæ¤Î SMEMS ¥Ñ¥é¥á¡¼¥¿¤ÎÃͤò 10 ¤«¤é 20 ¤ËÁý¤ä¤¹É¬Íפ¬¤¢¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! 3.2.3. pty ¤Î¿ô¤òÁý¤ä¤¹ xterm ¤ò²¿¸Ä¤â¼Â¹Ô¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢pty ¤Î¿ô¤âÁý¤ä¤µ¤Ê¤±¤ì¤Ð¤Ê *************** *** 161,167 **** ¤­´¹¤¨¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! 3.2.3. ¥«¡¼¥Í¥ë¤Î¹½ÃÛ PS/2 ¥Þ¥¦¥¹¤ä¥Ð¥¹¥Þ¥¦¥¹¤Î»ÈÍѤò¹Í¤¨¤Æ¤¤¤ë¾ì¹ç¡¢¥«¡¼¥Í¥ë¤ÎºÆ¹½ÃÛ¤ÎÁ°¤Ë °Ê²¼¤Î¥»¥¯¥·¥ç¥ó¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¹Í¤¨¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¤¹¤°¤Ë¥«¡¼¥Í¥ë¤ò --- 169,175 ---- ¤­´¹¤¨¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! 3.2.4. ¥«¡¼¥Í¥ë¤Î¹½ÃÛ PS/2 ¥Þ¥¦¥¹¤ä¥Ð¥¹¥Þ¥¦¥¹¤Î»ÈÍѤò¹Í¤¨¤Æ¤¤¤ë¾ì¹ç¡¢¥«¡¼¥Í¥ë¤ÎºÆ¹½ÃÛ¤ÎÁ°¤Ë °Ê²¼¤Î¥»¥¯¥·¥ç¥ó¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¹Í¤¨¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¤¹¤°¤Ë¥«¡¼¥Í¥ë¤ò *************** *** 186,201 **** ¤Ï TRS ¥é¥¤¥ó¤ÇɬÍפÊÁàºî¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¤¤Î¤Ç¡¢LynxOS ¤Ç¤Ï PnP ¥Þ ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤¹¡£ 3.4. ¥Ð¥¹¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð ! LynxOS AT 2.4.0 °Ê¹ß¡¢LynxOS ¤Ë¤Ï PS/2 ¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð¤¬Æþ¤Ã¤Æ¤¤¤Þ ! ¤¹¡£ XFree86 ¤Ï¸½ºß¤³¤Î¥É¥é¥¤¥Ð¤ò´°Á´¤Ë¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó(¤ª¤½¤é ! ¤¯¡¢¼ÂºÝ¤Î¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø·¸¤Ê¤¯¥Þ¥¦¥¹¤Î¼ïÎà¤Ë Microsoft ¤ò»ØÄꤷ¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¤·¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥óÁ´¤Æ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤¾ì¹ç¤â¤¢¤ê¤Þ ! ¤¹)¡£/usr/X11R6/lib/X11/etc/BM-Lynx.shar ¤Ë¡¢Linux ¤Î¥Ð¥¹¥Þ¥¦¥¹¥É¥é¥¤ ! ¥Ð¤ò LynxOS ¤Ë°Ü¿¢¤·¤¿¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë ! ¤Ï¡¢¤Þ¤º°Ê²¼¤ÎÁàºî¤Ç shar ·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹: # cd / # bash /usr/X11R6/lib/X11/etc/BM-Lynx.shar --- 194,217 ---- ¤Ï TRS ¥é¥¤¥ó¤ÇɬÍפÊÁàºî¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¤¤Î¤Ç¡¢LynxOS ¤Ç¤Ï PnP ¥Þ ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤¹¡£ + ¥Ð¡¼¥¸¥ç¥ó2.4.0 °Ê¹ß¤Î LynxOS x86 ¤Ë¤Ï PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬Æþ¤Ã¤Æ¤¤¤Þ + ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¥×¥í¥È¥³¥ëÊÑ´¹¤ò¹Ô¤¦¤Î¤Ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤È¤·¤Æ¤Ï¼ÂºÝ¤Î + ¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø·¸¤Ê¤¯ Microsoft ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¾ì¹ç¤Ë¤è¤Ã + ¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¤¬Á´¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ + + LynxOS x86 3.0.1 patch #XXX ¤Ë´Þ¤Þ¤ì¤ë PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ï¥×¥í¥È¥³¥ë + ÊÑ´¹¤ò¹Ô¤ï¤Ê¤¤¤Î¤Ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤È¤·¤Æ¤Ï PS/2 ¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ + ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ + 3.4. ¥Ð¥¹¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð ! Linux ¤Î¥Ð¥¹¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò LynxOS ¤Ë°Ü¿¢¤·¤¿¤â¤Î¤¬ ! /usr/X11R6/lib/X11/etc/BM-Lynx.shar ¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ò¥¤¥ó¥¹¥È ! ¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢¤Þ¤º°Ê²¼¤ÎÁàºî¤Ç shar ·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹: ! ! ! # cd / # bash /usr/X11R6/lib/X11/etc/BM-Lynx.shar *************** *** 207,214 **** ¤Æ¤¤¤ëÃí°Õ¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ XFree86 ¤Î PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ï¡¢LynxOS ¤Î¥Ñ¥Ã¥Á 000055-00 ¤ò¥¤¥ó¥¹¥È ! ¡¼¥ë¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢LynxOS AT 2.4.0 ¤ËÉÕ°¤·¤Æ¤¤¤ë MetroLink X 2.3.3.1 ! ¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ 3.5. ATC ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤È²¾ÁÛüËöÀÚ¤êÂؤ¨ --- 223,230 ---- ¤Æ¤¤¤ëÃí°Õ¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ XFree86 ¤Î PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ï¡¢LynxOS ¤Î¥Ñ¥Ã¥Á 000055-00 ¤ò¥¤¥ó¥¹¥È ! ¡¼¥ë¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢LynxOS x86 2.4.0 ¤ËÉÕ°¤·¤Æ¤¤¤ë MetroLink X ! 2.3.3.1 ¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ 3.5. ATC ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤È²¾ÁÛüËöÀÚ¤êÂؤ¨ *************** *** 262,267 **** --- 278,285 ---- XFree98 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ï¼¡¤Î¥³¥Þ¥ó¥É¤Ç¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤¹: + + make install.man *************** *** 302,314 **** ! for i in 1 3 5 ! do ! ln -s /usr/X11R6/man/cat$i/*.* /usr/man/cat$i ! cat /usr/X11R6/man/cat$i/LIST$i >> /usr/man/cat$i/LIST$i ! sort -o /usr/man/cat$i/LIST$i /usr/man/cat$i/LIST$i ! cat /usr/X11R6/man/cat$i/whatis$i >> /usr/man/whatis ! done --- 320,340 ---- ! ! ! ! ! ! ! ! ! for i in 1 3 5 ! do ! ln -s /usr/X11R6/man/cat$i/*.* /usr/man/cat$i ! cat /usr/X11R6/man/cat$i/LIST$i >> /usr/man/cat$i/LIST$i ! sort -o /usr/man/cat$i/LIST$i /usr/man/cat$i/LIST$i ! cat /usr/X11R6/man/cat$i/whatis$i >> /usr/man/whatis ! done *************** *** 318,326 **** 5. XFree86 ¤Î Motif ¤ÈÁȤ߹ç¤ï¤»¤Æ¤ÎÍøÍÑ ! LynxOS AT 2.3.0 ¤È 2.4.0 ÉÕ°¤Î Motif ¥é¥¤¥Ö¥é¥ê¤Ï¡¢XFree86 ¤Î¥é¥¤¥Ö¥é ! ¥ê¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XFree86 ¤È LynxOS ¤Î Motif ¤ò¥·¥¹ ! ¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤Ë¡¢°Ê²¼¤Î¼ê½ç¤Î³µÎ¬¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À¤µ¤¤¡£ 5.1. Motif ¤Î¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ --- 344,352 ---- 5. XFree86 ¤Î Motif ¤ÈÁȤ߹ç¤ï¤»¤Æ¤ÎÍøÍÑ ! LynxOS x86 2.3.0 ¤È 2.4.0 ÉÕ°¤Î Motif ¥é¥¤¥Ö¥é¥ê¤Ï¡¢XFree86 ¤Î¥é¥¤¥Ö ! ¥é¥ê¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XFree86 ¤È LynxOS ¤Î Motif ¤ò¥· ! ¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤Ë¡¢°Ê²¼¤Î¼ê½ç¤Î³µÎ¬¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À¤µ¤¤¡£ 5.1. Motif ¤Î¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ *************** *** 328,333 **** --- 354,362 ---- Motif ¤Î¥é¥¤¥Ö¥é¥ê¤È¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤ò /usr/X11R6 ¥Ç¥£¥ì¥¯¥È¥ê¥Ä¥ê¡¼¤Ëºî¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ + + + ln -s /usr/bin/X11/uil /usr/X11R6/bin ln -s /usr/lib/libUil.a /usr/X11R6/lib ln -s /usr/lib/libMrm.a /usr/X11R6/lib *************** *** 354,371 **** ! 5.2. LynxOS AT 2.3.0 ÍѤΠMotif ¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥Ñ¥Ã¥Á XFree86 ¤Î¥é¥¤¥Ö¥é¥ê¤Ï -mposix ¥³¥ó¥Ñ¥¤¥é¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥³¥ó¥Ñ¥¤¥ë ! ¤µ¤ì¤Æ¤ª¤ê¡¢°ìÊý LynxOS 2.3.0 ÉÕ°¤Î Motif ¤Î¥é¥¤¥Ö¥é¥ê¤Ç¤Ï¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ÎÈó¸ß´¹À­¤Ë¤è¤ê¡¢Motif ¤Î XmFileSelection ¥¦¥£¥¸¥§¥Ã¥È¤Ï¸í¤Ã¤¿(¤Ä¤Þ¤ê POSIX)¤Î¥Ç¥£¥ì¥¯¥È¥ê¥ë¡¼¥Á¥ó¤È¥ê¥ó¥¯¤µ¤ì¤Æ ¤·¤Þ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¥é¥¤¥Ö¥é¥ê¤Ë°Ê²¼¤Î¥Ñ¥Ã¥Á¤òŬÍÑ ¤·¤Þ¤¹: - cp /usr/lib/libXm.a /usr/X11R6/lib ar x /usr/X11R6/lib/libXm.a Xmos.o ar x /lib/libc.a directory.s.o --- 383,399 ---- ! 5.2. LynxOS x86 2.3.0 ÍѤΠMotif ¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥Ñ¥Ã¥Á XFree86 ¤Î¥é¥¤¥Ö¥é¥ê¤Ï -mposix ¥³¥ó¥Ñ¥¤¥é¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥³¥ó¥Ñ¥¤¥ë ! ¤µ¤ì¤Æ¤ª¤ê¡¢°ìÊý LynxOS x86 2.3.0 ÉÕ°¤Î Motif ¤Î¥é¥¤¥Ö¥é¥ê¤Ç¤Ï¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ÎÈó¸ß´¹À­¤Ë¤è¤ê¡¢Motif ¤Î XmFileSelection ¥¦¥£¥¸¥§¥Ã¥È¤Ï¸í¤Ã¤¿(¤Ä¤Þ¤ê POSIX)¤Î¥Ç¥£¥ì¥¯¥È¥ê¥ë¡¼¥Á¥ó¤È¥ê¥ó¥¯¤µ¤ì¤Æ ¤·¤Þ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¥é¥¤¥Ö¥é¥ê¤Ë°Ê²¼¤Î¥Ñ¥Ã¥Á¤òŬÍÑ ¤·¤Þ¤¹: cp /usr/lib/libXm.a /usr/X11R6/lib ar x /usr/X11R6/lib/libXm.a Xmos.o ar x /lib/libc.a directory.s.o *************** *** 392,400 **** ¤«¤é ! ! ! #define HasMotif YES --- 420,426 ---- ¤«¤é ! #define HasMotif YES *************** *** 445,468 **** ¾¯¤Ê¤¯¤È¤â¶õ¤­¥Ç¥£¥¹¥¯ÍÆÎ̤¬ 230MB ɬÍפǤ·¤ç¤¦¡£ ! 6.2. ¥·¥¹¥Æ¥à´Ä¶­¤ËÂФ¹¤ëÊѹ¹ÅÀ (LynxOS AT) XFree86 ¤ÎÇÛÉÛʪ¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ëÁ°¤Ë¤Ï¡¢¥·¥¹¥Æ¥à¤ò¾¯¤·Ä´À°¤·¤Ê¤±¤ì¤Ð¤Ê ¤é¤Ê¤¤¤Ç¤·¤ç¤¦: ! LynxOS AT 2.5 o /lib/cpp ¤È¤¤¤¦Ì¾Á°¤Ç¡¢¼¡¤Î¤è¤¦¤Ê¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤òºîÀ®¤·¤Þ¤¹: ! ! ! ! ! #!/bin/sh ! /usr/lib/gcc-lib/i386-unknown-lynxos2.5/2.7-96q1/cpp \ ! -traditional "$@" --- 471,490 ---- ¾¯¤Ê¤¯¤È¤â¶õ¤­¥Ç¥£¥¹¥¯ÍÆÎ̤¬ 230MB ɬÍפǤ·¤ç¤¦¡£ ! 6.2. ¥·¥¹¥Æ¥à´Ä¶­¤ËÂФ¹¤ëÊѹ¹ÅÀ (LynxOS x86) XFree86 ¤ÎÇÛÉÛʪ¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ëÁ°¤Ë¤Ï¡¢¥·¥¹¥Æ¥à¤ò¾¯¤·Ä´À°¤·¤Ê¤±¤ì¤Ð¤Ê ¤é¤Ê¤¤¤Ç¤·¤ç¤¦: ! LynxOS x86 2.5 o /lib/cpp ¤È¤¤¤¦Ì¾Á°¤Ç¡¢¼¡¤Î¤è¤¦¤Ê¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤òºîÀ®¤·¤Þ¤¹: ! #!/bin/sh ! /usr/lib/gcc-lib/i386-unknown-lynxos2.5/2.7-96q1/cpp \ ! -traditional "$@" *************** *** 504,514 **** # ranlib /lib/liblynx.a ! ! ! ! ! LynxOS AT 2.4 o XFree86 ¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï CYGNUS GNU C ¥³¥ó¥Ñ¥¤¥é¤ò»È¤¤¤Þ¤¹¡£LynxOS 2.4.0 ¤Ç¤Ï¥·¥§¥ë¥¹¥¯¥ê¥×¥È /CYGNUS.bash ¤ò¼Â¹Ô¤·¤Æ¡¢´Ä¶­¤ËÂФ·¤Æ --- 526,532 ---- # ranlib /lib/liblynx.a ! LynxOS x86 2.4 o XFree86 ¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï CYGNUS GNU C ¥³¥ó¥Ñ¥¤¥é¤ò»È¤¤¤Þ¤¹¡£LynxOS 2.4.0 ¤Ç¤Ï¥·¥§¥ë¥¹¥¯¥ê¥×¥È /CYGNUS.bash ¤ò¼Â¹Ô¤·¤Æ¡¢´Ä¶­¤ËÂФ·¤Æ *************** *** 547,557 **** ¤ò»È¤Ã¤ÆÀßÄꤷ¤Þ¤¹¡£ ! LynxOS AT 2.3 ¤³¤ì¤Ï¼ÂºÝ¤Ë¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢2.4 ¸þ¤±¤ËÀâÌÀ¤·¤¿¼ê½ç¤Ï 2.3 ¤Ë¤âŬÍѤǤ­¤ë¤Ï¤º¤Ç¤¹¡£ ! LynxOS AT 2.2.1 ¤³¤ì¤Ï¼ÂºÝ¤Ë¤ÏÁ´¤¯¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¹½ÃۤϤɤ³¤«¤Ç¼ºÇÔ¤¹¤ë¤Ç ¤·¤ç¤¦¡£ --- 565,575 ---- ¤ò»È¤Ã¤ÆÀßÄꤷ¤Þ¤¹¡£ ! LynxOS x86 2.3 ¤³¤ì¤Ï¼ÂºÝ¤Ë¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢2.4 ¸þ¤±¤ËÀâÌÀ¤·¤¿¼ê½ç¤Ï 2.3 ¤Ë¤âŬÍѤǤ­¤ë¤Ï¤º¤Ç¤¹¡£ ! LynxOS x86 2.2.1 ¤³¤ì¤Ï¼ÂºÝ¤Ë¤ÏÁ´¤¯¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¹½ÃۤϤɤ³¤«¤Ç¼ºÇÔ¤¹¤ë¤Ç ¤·¤ç¤¦¡£ *************** *** 572,583 **** ¤³¤ì¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤: ! # cd xc/programs/Xserver/hw/xfree/etc ! # cc -o ld ld-wrapper.c ! # mv /bin/ld /bin/ld.org ! # mv ld /bin/ld ! # chmod 511 /bin/ld ! # chown root /bin/ld --- 590,603 ---- ¤³¤ì¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! # cd xc/programs/Xserver/hw/xfree/etc ! # cc -o ld ld-wrapper.c ! # mv /bin/ld /bin/ld.org ! # mv ld /bin/ld ! # chmod 511 /bin/ld ! # chown root /bin/ld *************** *** 589,601 **** ¤ò ! ! ! ! #ifndef _UIO_H ! #define _UIO_H ! ... ! #endif --- 609,618 ---- ¤ò ! #ifndef _UIO_H ! #define _UIO_H ! ... ! #endif *************** *** 641,647 **** ! make World --- 658,664 ---- ! make World *************** *** 679,685 **** ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ``XFree86 ¤Î¥ª¥ó¥é¥¤¥ó ¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë'' ¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! LynxOS AT 2.5.0 ¤Ç¤Ï¡¢¿¼¤¯¥Í¥¹¥È¤·¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ç make ¤ÎÌäÂê(¥³¥¢¥À ¥ó¥×¤ä¥Ï¥ó¥°¥¢¥Ã¥×Åù)¤Ë½Ð²ñ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢GNU make ¤Î¥Ð¡¼¥¸¥ç¥ó 3.75 °Ê¾å¤Ë¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 696,702 ---- ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ``XFree86 ¤Î¥ª¥ó¥é¥¤¥ó ¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë'' ¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! LynxOS x86 2.5.0 ¤Ç¤Ï¡¢¿¼¤¯¥Í¥¹¥È¤·¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ç make ¤ÎÌäÂê(¥³¥¢¥À ¥ó¥×¤ä¥Ï¥ó¥°¥¢¥Ã¥×Åù)¤Ë½Ð²ñ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢GNU make ¤Î¥Ð¡¼¥¸¥ç¥ó 3.75 °Ê¾å¤Ë¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 707,714 **** ¡¼¥Ü¡¼¥É¤Î¼ïÎà¤Î¸¡½Ð¤È¥­¡¼¥¯¥ê¥Ã¥¯¤ÎÀ©¸æ¤Îµ¡Ç½¤òÄɲä·¤Þ¤¹¡£¥ª¥ê¥¸¥Ê¥ë ¤Î¥É¥é¥¤¥Ð¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¤òÀ¸À®¤·¡¢¥Ñ¥Ã¥Á¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: - - # cd / # tar cf /sys/drivers/console.tar /sys/drivers/console # patch -p -E < xc/programs/Xserver/hw/sunLynx/patch.Console --- 724,729 ---- *************** *** 724,736 **** ¥Ñ¥Ã¥Á¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤¤¤³¤È¤òÁª¤ó¤À¾ì¹ç¤Ë¤Ï¡¢ xc/config/cf/lynx.cf ¤òÊÔ½¸¤·¡¢SparcConsoleDefines ¤ÎÄêµÁ¤ò - #define SparcConsoleDefines -DPATCHED_CONSOLE - ¤«¤é ! #define SparcConsoleDefines /* -DPATCHED_CONSOLE */ --- 739,752 ---- ¥Ñ¥Ã¥Á¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤¤¤³¤È¤òÁª¤ó¤À¾ì¹ç¤Ë¤Ï¡¢ xc/config/cf/lynx.cf ¤òÊÔ½¸¤·¡¢SparcConsoleDefines ¤ÎÄêµÁ¤ò + #define SparcConsoleDefines -DPATCHED_CONSOLE ! ¤«¤é ! ! #define SparcConsoleDefines /* -DPATCHED_CONSOLE */ *************** *** 752,758 **** ¤¬¡¢¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó(Êó¹ð¤Ï¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹)¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS,v 1.1.2.1 1999/06/02 07:50:46 hohndel Exp $ --- 768,774 ---- ¤¬¡¢¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó(Êó¹ð¤Ï¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹)¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.LynxOS,v 1.1.2.3 1999/12/28 12:13:47 hohndel Exp $ *************** *** 763,792 **** ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 779,788 ---- + 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3.3-3.3.6): Æ£¸¶µ±²Å ! , ¹»Àµ: ¶âÅĹÀ»Ê ! )¡£ÌäÂê ! ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¤ª´ê¤¤¤·¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA:1.1.2.1 Wed Jun 2 17:50:47 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA Sat Nov 27 02:23:05 1999 *************** *** 1,264 **** ! Matrox ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 30 December 1998 ! The X Japanese Documentation Project ! 16 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 1.1 ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢ ! ! 2. µ¡Ç½: ! 3. ÀßÄê: ! 4. ²ò·èÊýË¡¤¬¤ï¤«¤Ã¤Æ¤¤¤ëÌäÂê: ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! SVGA ¥µ¡¼¥Ð¤Î MGA ¥É¥é¥¤¥Ð¤¬¸½ºß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¤ò°Ê²¼¤Ë¼¨ ! ¤·¤Þ¤¹: ! ! ! o Matrox Millennium (Texas Instruments TVP3026 RAMDAC ¤òºÜ¤»¤¿ ! MGA2064W)¡£2MB, 4MB, 8MB ¤Î WRAM ¤òºÜ¤»¤¿ 175MHz, 220MHz, 250MHz ¤Î ! ¥«¡¼¥É¤ò»È¤Ã¤Æ¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Millennium II (PCI ÈÇ¤È AGPÈÇ) (Texas Instruments TVP3026 RAMDAC ¤ò ! ÀѤó¤À MGA2164W)¡£¥Æ¥¹¥È¤Ï 4MB, 8MB, 16MB ¤Î WRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç ! ¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Matrox Mystique (RAMDAC ÁȤ߹þ¤ß¤Î MGA1064SG ¤È MGA1164SG) 170 MHz ! ¥Ð¡¼¥¸¥ç¥ó¤È 220 MHz¥Ð¡¼¥¸¥ç¥ó(Mystique 220)¤¬Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! ! o Millennium G200(SGRAM ÈÇ) ¤È Millennium G200-SD(SDRAM ÈÇ)¡£ 8MB ¤Î ! RAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Mystique G200 (¤¿¤À¤·¡¢TV ½ÐÎϤϥµ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó) ! ! o SGRAM ÈÇ¤È SDRAM ÈǤΠProductiva G100¡£¥Æ¥¹¥È¤Ï 4MB ÈÇ¤È 8MB ÈÇ¤Ç¹Ô ! ¤¤¤Þ¤·¤¿¡£ ! ! ! 1.1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢ ! ! ! o ¾åµ­¤Î¥ê¥¹¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¡£Impression, Atlas, Genesis ! Åù¤ò´Þ¤à Matrox ¤Î¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤Ë´Ø¿´¤Ï¤¢¤ë¤Î¤Ç¤¹¤¬¡¢ ! ¸½»þÅÀ¤Ç¤Ï´Ø·¸¤¹¤ë»ñÎÁ¤¬Æþ¼ê¤Ç¤­¤Æ¤¤¤Þ¤»¤ó¡£ ! ! o MGA2064W, MGA2164W ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¡¢RAMDAC ¤¬ TVP3026 RAMDAC ¤Ç¤Ê ! ¤¤¤â¤Î(Matrox Corona Åù)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! 2. µ¡Ç½: ! ! ! o ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î»ÈÍÑ ! ! o ³Æ¥«¡¼¥É¤Ç»ÈÍѲÄǽ¤ÊºÇÂç²òÁüÅ٤ޤǤβòÁüÅÙ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! o 8 bpp, 16 bpp (¿§¤Î¿¼¤µ¤Ï 15 ¤È 16), 24 bpp (¿§¤Î¿¼¤µ¤Ï 24, ! packed), 32 bpp (¿§¤Î¿¼¤µ¤Ï 24, sparse) ¤¬Á´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£ ! ! o VESA Display Power Management Signaling (DPMS) ¤Î¥µ¥Ý¡¼¥È ! ! o RGB Sync-on-Green ¤Î¥µ¥Ý¡¼¥È ! ! o XF86_DGA µ¡Ç½³ÈÄ¥¤Î¥µ¥Ý¡¼¥È ! ! o ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÎºÇÂç¸Â¤ËÍøÍѤǤ­¤Þ¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Î¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¤è¤¯¤Ç¤­¤Æ¤ª¤ê¡¢XFree86 ¤Î X ¥µ¡¼¥Ð¤ÎÃæ¤Ç¤âºÇ¤â® ! ¤¤ÉôÎà¤ËÆþ¤ê¤Þ¤¹¡£ ! ! ! 3. ÀßÄê: ! ! MGA ¥É¥é¥¤¥Ð¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¤ÏÁ´¤Æ¼«Æ°¸¡½Ð¤¹¤ë¤Ï¤º¤Ê¤Î ! ¤Ç¡¢ XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ë Identifier ¤òµ­½Ò¤¹¤ë ! °Ê³°¤ËɬÍפʤâ¤Î¤Ï¤¢¤ê¤Þ¤»¤ó¡£XF86Setup ¤ä xf86config ¥×¥í¥°¥é¥à¤ò¼Â¹Ô ! ¤·¤¿»þ¤Ï¡¢Àµ¤·¤¤¥µ¡¼¥Ð¤¬»È¤ï¤ì¤ë¤è¤¦¤Ë¡¢¤¿¤À Matrox ¥«¡¼¥É¤òÁªÂò¤¹¤ëɬ ! Íפ·¤«¤¢¤ê¤Þ¤»¤ó¡£RAMDAC ¤ä¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó ! ¤·¡¢»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤Ä¤Þ¤ê¥»¥Ã¥È¥¢¥Ã¥×¥×¥í¥°¥é¥à¤Ë¥¯¥í¥Ã¥¯¤ò¼«Æ° ! ¸¡½Ð¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£¥É¥é¥¤¥Ð¤ÏÀѤó¤Ç¤¤¤ë¥Ó¥Ç¥ª RAM ¤ÎÎ̤ò¼«Æ°¸¡½Ð¤·¤Þ ! ¤¹¤¬¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ÎÌäÂê¤Î¤¿¤á¡¢MGA2164W (Millennium II) ¤ä G100/G200 ! ¤Ç¤Ï¸¡½Ð¤¬¤¦¤Þ¤¯¤¤¤­¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¡¢¥æ¡¼¥¶¤Ï¥Ó¥Ç¥ª RAM ¤ÎÎ̤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! Îã¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! VideoRam 4096 ! ¤Þ¤¿¤Ï ! VideoRam 8192 ! ¤Þ¤¿¤Ï ! VideoRam 16384 ! ! ! ! ¥µ¡¼¥Ð¤¬¼«Æ°¸¡½Ð¤ò¹Ô¤¦É¬Íפ¬¤Ê¤¤¤è¤¦¤Ë¡¢»ØÄê¤ÏŬÀڤ˹ԤäƤ¯¤À¤µ¤¤¡£ ! ! MGA ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡¢"Device" ¥»¥¯¥·¥ç¥ó¤Î¥ª¥×¥·¥ç¥ó¤ò°Ê²¼ ! ¤Ë¼¨¤·¤Þ¤¹: ! ! o Option "sw_cursor" ! ! Millennium ¤È Millennium II ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "no_accel" ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹(¤¢¤¢¤Ã!)¡£ ! ! o Option "no_pixmap_cache" ! ! ɽ¼¨¤Ë»È¤ï¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¤ò»È¤Ã¤¿¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã¥·¥ó¥°¤ò̵ ! ¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "sync_on_green" ! ! Ʊ´ü¿®¹æ¤ò¥°¥ê¡¼¥ó¿®¹æ¤Ë¾è¤»¤ë¥â¥Ë¥¿ÍѤΥӥǥª½ÐÎϤò¹Ô¤¦¤è¤¦¤Ë¤·¤Þ ! ¤¹ (¤³¤Î¤è¤¦¤Ê¥â¥Ë¥¿¤ÏÉáÄÌ¡¢¼þÇÈ¿ô¤¬¸ÇÄê¤Î¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥óÍÑ¥â¥Ë ! ¥¿¤Ç¤¹)¡£ ! ! o Option "pci_retry" ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢MGA ¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î ! FIFO ¤Î¾õÂ֤˴ð¤Å¤¤¤Æ pci_disconnect ¤òÀ¸À®¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ì ! ¤Ë¤è¤ê¡¢°ìÉô¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤Ï³ÊÃʤËÀ­Ç½¤¬¸þ¾å¤·¤Þ¤¹¡£¤·¤« ! ¤·¡¢PCI ¥Ð¥¹¤òÀêÍ­¤·¤¬¤Á¤Ë¤Ê¤ë¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç̵ ! ¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! o Option "mga_sdram" ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥µ¡¼¥Ð¤Ï¥Ö¥í¥Ã¥¯¥â¡¼¥É¤ÎÅɤê¤Ä¤Ö¤·¤ä¥Ï ! ¡¼¥É¥¦¥§¥¢¥×¥ì¡¼¥ó¥Þ¥¹¥¯Åù¤Î SGRAM ¤Îµ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ! 4. ²ò·èÊýË¡¤¬¤ï¤«¤Ã¤Æ¤¤¤ëÌäÂê: ! ! ! ! o Millennium ¤È Millennium II ¤Ç¥«¡¼¥½¥ë·Á¾õ¤òÊѹ¹¤¹¤ë¤È°ì»þŪ¤Ë¥â¥Ë ! ¥¿¤ÎƱ´ü¤¬¼è¤ì¤Ê¤¯¤Ê¤ëÌäÂê¡£3.3.3.1 ¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥Ç ! ¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤´¤¯¾®¿ô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¤³¤ÎÊѹ¹¤¬Ìä ! Âê¤òµ¯¤³¤·¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¡£¤³¤Î¤è¤¦¤ÊÌäÂ꤬µ¯¤­¤¿¤é¡¢XF86Config ¥Õ¥¡ ! ¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "sw_cursor" ! ! ! ¤òÀßÄꤷ¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ï XFree86 ! 3.3.3.1 ¤Ç¤Ï¤µ¤ì¤Æ¤ª¤ê¡¢¤³¤Î¤è¤¦¤Ê¥±¡¼¥¹¤Ç¤Ï¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¼«Æ° ! Ū¤Ë»È¤ï¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ! o Ä̾ï¤Î¥«¡¼¥½¥ë¥¤¥á¡¼¥¸¤Ç¤Ê¤¯¥´¥ß¤¬É½¼¨¤µ¤ì¤ëÌäÂê¡£¥É¥é¥¤¥Ð¤Î¥Ð¥°¤¬ ! ¸¶°ø¤Ç¡¢Ì¤»ÈÍѤΥӥǥª¥á¥â¥ê¤¬ 1K °Ê²¼¤Ç¡¢¤«¤Ä¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È°ìÉô¤Î¥«¡¼¥É¤ÇÌäÂ꤬µ¯¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤ÊÌäÂ꤬ ! µ¯¤­¤¿¤é¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "sw_cursor" ! ! ! ¤òÀßÄꤷ¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! o ¤³¤Î¥É¥é¥¤¥Ð¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Î Modelines ¤Î HTotal ¥Ñ¥é¥á¡¼¥¿ ! ¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤Ãͤ¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¥¹¥¯¥ê¡¼¥ó¤Ë¤Á¤é¤Ä¤¯½Ä¼Ê ! ¤¬¸½¤ï¤ì¤¿¤Ê¤é¡¢¤³¤Î¥Ñ¥é¥á¡¼¥¿¤ò +/- 8 Áý¸º¤µ¤»¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Millennium II ¥«¡¼¥É¤Î°ìÉô¤Ç¤Ï¡¢24bpp ¤Ç²òÁüÅÙ¤¬ 1024x768 ¤è¤êÂ礭 ! ¤¤¥â¡¼¥É¤Î»þ¤Ë²èÌ̤¬¤Ò¤É¤¯ÏĤߤޤ¹¡£¤³¤ÎÌäÂê¤Ï¡¢¼«Æ°¸¡½Ð¤µ¤ì¤ë¤è¤¦ ! ¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢²ò·è¤·¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£¤½¤ì¤Ç¤âÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤Ë ! ¤Ï¡¢ Device ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "mga_24bpp_fix" ! ! ! ¤òÀßÄꤹ¤ì¤Ð¡¢ÌäÂ꤬²ò·è¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! o ´Ö°ã¤Ã¤¿¥á¥â¥ê¥µ¥¤¥º¤¬¸¡½Ð¤µ¤ì¤ë¥«¡¼¥É¤ä¡¢¥á¥â¥ê¥µ¥¤¥º¤ò¸¡½Ð¤·¤è¤¦ ! ¤È¤¹¤ë¤È¥·¥¹¥Æ¥à¤¬»ß¤Þ¤Ã¤Æ¤·¤Þ¤¦¥«¡¼¥É¤¬¤¢¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤Î ! ¤è¤¦¤Ê¥Ï¡¼¥É¥¦¥§¥¢(Millennium II, G100/G200)¤Ç¤Ï¥á¥â¥ê¤Î¸¡½Ð¤Ï¹Ô¤¤ ! ¤Þ¤»¤ó¡£¥Ç¥Õ¥©¥ë¥È¤Î¥á¥â¥ê¥µ¥¤¥º¤Ç¤¢¤ë 4M(Millennium II)¤ä ! 8M(G100/G200)¤¬¼ÂºÝ¤Î¥á¥â¥ê¥µ¥¤¥º¤È°Û¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡ ! ¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç¥Ó¥Ç¥ª RAM ¤Î¥µ¥¤¥º¤ò»ØÄꤷ¤Þ¤·¤ç¤¦¡£Àß ! ÄêÊýË¡¤Ï´û¤Ë ¥»¥¯¥·¥ç¥ó 3 ¤ÇÀâÌÀ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o Millennium II ¤¬ XFree86 3.3.2.3 °ÊÁ°¤ÏÆ°¤¤¤Æ¤¤¤¿¤Î¤Ë¡¢¤³¤Î¥Ð¡¼¥¸¥ç ! ¥ó¤Ç¤Ï¥Ô¥¯¥»¥ë¤ä¤ª¤«¤·¤¯¤Ê¤Ã¤¿¤ê¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤Ã¤¿»þ¤Ë²èÌ̤¬ ! ÊѤˤʤ俤ꤹ¤ë¾ì¹ç¤Ë¤Ï¡¢¥µ¡¼¥Ð¤¬Êó¹ð¤¹¤ë¥á¥â¥ê¥µ¥¤¥º¤¬Àµ¤·¤¤¤«¤É ! ¤¦¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¾Ü¤·¤¯¤ÏÁ°¤Î¹àÌܤò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o 8MB °Ê¾å¤Î¥á¥â¥ê¤ò»È¤¦²¾ÁÛ¥¹¥¯¥ê¡¼¥ó(2048x2048 16bpp Åù)¤ò»È¤Ã¤Æ¤¤ ! ¤ë»þ¡¢¥¹¥¯¥ê¡¼¥ó¤ò¿âľÊý¸þ¤Ë¥Ñ¥ó¤µ¤»¤ë¤È¥«¡¼¥½¥ë¤¬ÏĤळ¤È¤¬¤¢¤ê¤Þ ! ¤¹¡£¤³¤Î¸½¾Ý¤¬µ¯¤³¤Ã¤¿¤é¡¢ ! Option "sw_cursor" ! ! ! ¤È¤¤¤¦¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤ËÆþ¤ì¤Æ¡¢¥Ï¡¼¥É ! ¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! ! 5. ºî¼Ô ! ! ! Radoslaw Kapitan, kapitan@student.uci.agh.edu.pl ! ! Mark Vojkovich, mvojkovi@sdcc10.ucsd.edu ! ! ¤½¤·¤Æ°Ê²¼¤Î¥á¥ó¥Ð¡¼: ! ! ! o Andrew Vanderstock, vanderaj@mail2.svhm.org.au ! ! o Angsar Hockmann, Ansgar.Hockmann@hrz.uni-dortmund.de ! ! o Michael Will, Michael.Will@student.uni-tuebingen.de ! ! o Andrew Mileski, aem@ott.hookup.net ! ! o Stephen Pitts, pitts2@memphisonline.com ! ! o Dirk Hohndel, hohndel@XFree86.Org ! ! o Leonard N. Zubkoff, lnz@dandelion.com ! ! o Harm Hanemaayer, H.Hanemaayer@inter.nl.net ! ! o Guy Desbief, g.desbief@aix.pacwan.net ! ! o Takaaki Nomura, tnomura@sfc.keio.ac.jp ! ! o Doug Merritt, doug@netcom.com ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA,v 1.1.2.1 1999/06/02 07:50:47 hohndel Exp $ ! ! ! ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: »³²¼½ã ! »Ê )¡£ÌäÂêÅÀ ! ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,231 ---- ! Matrox ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 30 December 1998 ! The X Japanese Documentation Project ! 2 August 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 1.1 ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢ ! ! 2. µ¡Ç½: ! 3. ÀßÄê: ! 4. ²ò·èÊýË¡¤¬¤ï¤«¤Ã¤Æ¤¤¤ëÌäÂê: ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! SVGA ¥µ¡¼¥Ð¤Î MGA ¥É¥é¥¤¥Ð¤¬¸½ºß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¤ò°Ê²¼¤Ë¼¨ ! ¤·¤Þ¤¹: ! ! o Matrox Millennium (Texas Instruments TVP3026 RAMDAC ¤òºÜ¤»¤¿ ! MGA2064W)¡£2MB, 4MB, 8MB ¤Î WRAM ¤òºÜ¤»¤¿ 175MHz, 220MHz, 250MHz ¤Î ! ¥«¡¼¥É¤ò»È¤Ã¤Æ¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Millennium II (PCI ÈÇ¤È AGPÈÇ) (Texas Instruments TVP3026 RAMDAC ¤ò ! ÀѤó¤À MGA2164W)¡£¥Æ¥¹¥È¤Ï 4MB, 8MB, 16MB ¤Î WRAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç ! ¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Matrox Mystique (RAMDAC ÁȤ߹þ¤ß¤Î MGA1064SG ¤È MGA1164SG) 170 MHz ! ¥Ð¡¼¥¸¥ç¥ó¤È 220 MHz¥Ð¡¼¥¸¥ç¥ó(Mystique 220)¤¬Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! ! o Millennium G200(SGRAM ÈÇ) ¤È Millennium G200-SD(SDRAM ÈÇ)¡£ 8MB ¤Î ! RAM ¤òºÜ¤»¤¿¥«¡¼¥É¤Ç¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! o Mystique G200 (¤¿¤À¤·¡¢TV ½ÐÎϤϥµ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó) ! ! o SGRAM ÈÇ¤È SDRAM ÈǤΠProductiva G100¡£¥Æ¥¹¥È¤Ï 4MB ÈÇ¤È 8MB ÈÇ¤Ç¹Ô ! ¤¤¤Þ¤·¤¿¡£ ! ! o Matrox G400 (Âбþ¤·¤¿¤Ð¤«¤ê¤Ç¤¢¤ê¡¢TV ½ÐÎϤϥµ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó) ! ! 1.1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢ ! ! o ¾åµ­¤Î¥ê¥¹¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¡£Impression, Atlas, Genesis ! Åù¤ò´Þ¤à Matrox ¤Î¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤Ë´Ø¿´¤Ï¤¢¤ë¤Î¤Ç¤¹¤¬¡¢ ! ¸½»þÅÀ¤Ç¤Ï´Ø·¸¤¹¤ë»ñÎÁ¤¬Æþ¼ê¤Ç¤­¤Æ¤¤¤Þ¤»¤ó¡£ ! ! o MGA2064W, MGA2164W ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¡¢RAMDAC ¤¬ TVP3026 RAMDAC ¤Ç¤Ê ! ¤¤¤â¤Î(Matrox Corona Åù)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! 2. µ¡Ç½: ! ! o ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î»ÈÍÑ ! ! o ³Æ¥«¡¼¥É¤Ç»ÈÍѲÄǽ¤ÊºÇÂç²òÁüÅ٤ޤǤβòÁüÅÙ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! o 8 bpp, 16 bpp (¿§¤Î¿¼¤µ¤Ï 15 ¤È 16), 24 bpp (¿§¤Î¿¼¤µ¤Ï 24, ! packed), 32 bpp (¿§¤Î¿¼¤µ¤Ï 24, sparse) ¤¬Á´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£ ! ! o VESA Display Power Management Signaling (DPMS) ¤Î¥µ¥Ý¡¼¥È ! ! o RGB Sync-on-Green ¤Î¥µ¥Ý¡¼¥È ! ! o XF86_DGA µ¡Ç½³ÈÄ¥¤Î¥µ¥Ý¡¼¥È ! ! o ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÎºÇÂç¸Â¤ËÍøÍѤǤ­¤Þ¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Î¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¤è¤¯¤Ç¤­¤Æ¤ª¤ê¡¢XFree86 ¤Î X ¥µ¡¼¥Ð¤ÎÃæ¤Ç¤âºÇ¤â® ! ¤¤ÉôÎà¤ËÆþ¤ê¤Þ¤¹¡£ ! ! 3. ÀßÄê: ! ! MGA ¥É¥é¥¤¥Ð¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¤ÏÁ´¤Æ¼«Æ°¸¡½Ð¤¹¤ë¤Ï¤º¤Ê¤Î ! ¤Ç¡¢ XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ë Identifier ¤òµ­½Ò¤¹¤ë ! °Ê³°¤ËɬÍפʤâ¤Î¤Ï¤¢¤ê¤Þ¤»¤ó¡£XF86Setup ¤ä xf86config ¥×¥í¥°¥é¥à¤ò¼Â¹Ô ! ¤·¤¿»þ¤Ï¡¢Àµ¤·¤¤¥µ¡¼¥Ð¤¬»È¤ï¤ì¤ë¤è¤¦¤Ë¡¢¤¿¤À Matrox ¥«¡¼¥É¤òÁªÂò¤¹¤ëɬ ! Íפ·¤«¤¢¤ê¤Þ¤»¤ó¡£RAMDAC ¤ä¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó ! ¤·¡¢»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤Ä¤Þ¤ê¥»¥Ã¥È¥¢¥Ã¥×¥×¥í¥°¥é¥à¤Ë¥¯¥í¥Ã¥¯¤ò¼«Æ° ! ¸¡½Ð¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£¥É¥é¥¤¥Ð¤ÏÀѤó¤Ç¤¤¤ë¥Ó¥Ç¥ª RAM ¤ÎÎ̤ò¼«Æ°¸¡½Ð¤·¤Þ ! ¤¹¤¬¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ÎÌäÂê¤Î¤¿¤á¡¢MGA2164W (Millennium II) ¤ä G100/G200 ! ¤Ç¤Ï¸¡½Ð¤¬¤¦¤Þ¤¯¤¤¤­¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¡¢¥æ¡¼¥¶¤Ï¥Ó¥Ç¥ª RAM ¤ÎÎ̤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! Îã¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! VideoRam 4096 ! ¤Þ¤¿¤Ï ! VideoRam 8192 ! ¤Þ¤¿¤Ï ! VideoRam 16384 ! ! ¥µ¡¼¥Ð¤¬¼«Æ°¸¡½Ð¤ò¹Ô¤¦É¬Íפ¬¤Ê¤¤¤è¤¦¤Ë¡¢»ØÄê¤ÏŬÀڤ˹ԤäƤ¯¤À¤µ¤¤¡£ ! ! MGA ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡¢"Device" ¥»¥¯¥·¥ç¥ó¤Î¥ª¥×¥·¥ç¥ó¤ò°Ê²¼ ! ¤Ë¼¨¤·¤Þ¤¹: ! ! o Option "sw_cursor" ! ! Millennium ¤È Millennium II ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "no_accel" ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹(¤¢¤¢¤Ã!)¡£ ! ! o Option "no_pixmap_cache" ! ! ɽ¼¨¤Ë»È¤ï¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¤ò»È¤Ã¤¿¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã¥·¥ó¥°¤ò̵ ! ¸ú¤Ë¤·¤Þ¤¹¡£ ! ! o Option "sync_on_green" ! ! Ʊ´ü¿®¹æ¤ò¥°¥ê¡¼¥ó¿®¹æ¤Ë¾è¤»¤ë¥â¥Ë¥¿ÍѤΥӥǥª½ÐÎϤò¹Ô¤¦¤è¤¦¤Ë¤·¤Þ ! ¤¹ (¤³¤Î¤è¤¦¤Ê¥â¥Ë¥¿¤ÏÉáÄÌ¡¢¼þÇÈ¿ô¤¬¸ÇÄê¤Î¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥óÍÑ¥â¥Ë ! ¥¿¤Ç¤¹)¡£ ! ! o Option "pci_retry" ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢MGA ¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î ! FIFO ¤Î¾õÂ֤˴ð¤Å¤¤¤Æ pci_disconnect ¤òÀ¸À®¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ì ! ¤Ë¤è¤ê¡¢°ìÉô¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤Ï³ÊÃʤËÀ­Ç½¤¬¸þ¾å¤·¤Þ¤¹¡£¤·¤« ! ¤·¡¢PCI ¥Ð¥¹¤òÀêÍ­¤·¤¬¤Á¤Ë¤Ê¤ë¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç̵ ! ¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! o Option "mga_sdram" ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥µ¡¼¥Ð¤Ï¥Ö¥í¥Ã¥¯¥â¡¼¥É¤ÎÅɤê¤Ä¤Ö¤·¤ä¥Ï ! ¡¼¥É¥¦¥§¥¢¥×¥ì¡¼¥ó¥Þ¥¹¥¯Åù¤Î SGRAM ¤Îµ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! 4. ²ò·èÊýË¡¤¬¤ï¤«¤Ã¤Æ¤¤¤ëÌäÂê: ! ! o Millennium ¤È Millennium II ¤Ç¥«¡¼¥½¥ë·Á¾õ¤òÊѹ¹¤¹¤ë¤È°ì»þŪ¤Ë¥â¥Ë ! ¥¿¤ÎƱ´ü¤¬¼è¤ì¤Ê¤¯¤Ê¤ëÌäÂê¡£3.3.3.1 ¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥Ç ! ¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤´¤¯¾®¿ô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¤³¤ÎÊѹ¹¤¬Ìä ! Âê¤òµ¯¤³¤·¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¡£¤³¤Î¤è¤¦¤ÊÌäÂ꤬µ¯¤­¤¿¤é¡¢XF86Config ¥Õ¥¡ ! ¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "sw_cursor" ! ! ¤òÀßÄꤷ¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ï XFree86 ! 3.3.3.1 ¤Ç¤Ï¤µ¤ì¤Æ¤ª¤ê¡¢¤³¤Î¤è¤¦¤Ê¥±¡¼¥¹¤Ç¤Ï¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¼«Æ° ! Ū¤Ë»È¤ï¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ! o Ä̾ï¤Î¥«¡¼¥½¥ë¥¤¥á¡¼¥¸¤Ç¤Ê¤¯¥´¥ß¤¬É½¼¨¤µ¤ì¤ëÌäÂê¡£¥É¥é¥¤¥Ð¤Î¥Ð¥°¤¬ ! ¸¶°ø¤Ç¡¢Ì¤»ÈÍѤΥӥǥª¥á¥â¥ê¤¬ 1K °Ê²¼¤Ç¡¢¤«¤Ä¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È°ìÉô¤Î¥«¡¼¥É¤ÇÌäÂ꤬µ¯¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤ÊÌäÂ꤬ ! µ¯¤­¤¿¤é¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "sw_cursor" ! ! ¤òÀßÄꤷ¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! o ¤³¤Î¥É¥é¥¤¥Ð¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Î Modelines ¤Î HTotal ¥Ñ¥é¥á¡¼¥¿ ! ¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤Ãͤ¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¥¹¥¯¥ê¡¼¥ó¤Ë¤Á¤é¤Ä¤¯½Ä¼Ê ! ¤¬¸½¤ï¤ì¤¿¤Ê¤é¡¢¤³¤Î¥Ñ¥é¥á¡¼¥¿¤ò +/- 8 Áý¸º¤µ¤»¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Millennium II ¥«¡¼¥É¤Î°ìÉô¤Ç¤Ï¡¢24bpp ¤Ç²òÁüÅÙ¤¬ 1024x768 ¤è¤êÂ礭 ! ¤¤¥â¡¼¥É¤Î»þ¤Ë²èÌ̤¬¤Ò¤É¤¯ÏĤߤޤ¹¡£¤³¤ÎÌäÂê¤Ï¡¢¼«Æ°¸¡½Ð¤µ¤ì¤ë¤è¤¦ ! ¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢²ò·è¤·¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£¤½¤ì¤Ç¤âÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤Ë ! ¤Ï¡¢ Device ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "mga_24bpp_fix" ! ! ¤òÀßÄꤹ¤ì¤Ð¡¢ÌäÂ꤬²ò·è¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! o ´Ö°ã¤Ã¤¿¥á¥â¥ê¥µ¥¤¥º¤¬¸¡½Ð¤µ¤ì¤ë¥«¡¼¥É¤ä¡¢¥á¥â¥ê¥µ¥¤¥º¤ò¸¡½Ð¤·¤è¤¦ ! ¤È¤¹¤ë¤È¥·¥¹¥Æ¥à¤¬»ß¤Þ¤Ã¤Æ¤·¤Þ¤¦¥«¡¼¥É¤¬¤¢¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤Î ! ¤è¤¦¤Ê¥Ï¡¼¥É¥¦¥§¥¢(Millennium II, G100/G200)¤Ç¤Ï¥á¥â¥ê¤Î¸¡½Ð¤Ï¹Ô¤¤ ! ¤Þ¤»¤ó¡£¥Ç¥Õ¥©¥ë¥È¤Î¥á¥â¥ê¥µ¥¤¥º¤Ç¤¢¤ë 4M(Millennium II)¤ä ! 8M(G100/G200)¤¬¼ÂºÝ¤Î¥á¥â¥ê¥µ¥¤¥º¤È°Û¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡ ! ¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç¥Ó¥Ç¥ª RAM ¤Î¥µ¥¤¥º¤ò»ØÄꤷ¤Þ¤·¤ç¤¦¡£Àß ! ÄêÊýË¡¤Ï´û¤Ë ¥»¥¯¥·¥ç¥ó 3 ¤ÇÀâÌÀ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o Millennium II ¤¬ XFree86 3.3.2.3 °ÊÁ°¤ÏÆ°¤¤¤Æ¤¤¤¿¤Î¤Ë¡¢¤³¤Î¥Ð¡¼¥¸¥ç ! ¥ó¤Ç¤Ï¥Ô¥¯¥»¥ë¤ä¤ª¤«¤·¤¯¤Ê¤Ã¤¿¤ê¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤ËÌá¤Ã¤¿»þ¤Ë²èÌ̤¬ ! ÊѤˤʤ俤ꤹ¤ë¾ì¹ç¤Ë¤Ï¡¢¥µ¡¼¥Ð¤¬Êó¹ð¤¹¤ë¥á¥â¥ê¥µ¥¤¥º¤¬Àµ¤·¤¤¤«¤É ! ¤¦¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¾Ü¤·¤¯¤ÏÁ°¤Î¹àÌܤò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o 8MB °Ê¾å¤Î¥á¥â¥ê¤ò»È¤¦²¾ÁÛ¥¹¥¯¥ê¡¼¥ó(2048x2048 16bpp Åù)¤ò»È¤Ã¤Æ¤¤ ! ¤ë»þ¡¢¥¹¥¯¥ê¡¼¥ó¤ò¿âľÊý¸þ¤Ë¥Ñ¥ó¤µ¤»¤ë¤È¥«¡¼¥½¥ë¤¬ÏĤळ¤È¤¬¤¢¤ê¤Þ ! ¤¹¡£¤³¤Î¸½¾Ý¤¬µ¯¤³¤Ã¤¿¤é¡¢ ! ! Option "sw_cursor" ! ! ¤È¤¤¤¦¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤ËÆþ¤ì¤Æ¡¢¥Ï¡¼¥É ! ¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! 5. ºî¼Ô ! ! Radoslaw Kapitan, kapitan@student.uci.agh.edu.pl ! ! Mark Vojkovich, mvojkovi@sdcc10.ucsd.edu ! ! ¤½¤·¤Æ°Ê²¼¤Î¥á¥ó¥Ð¡¼: ! ! o Andrew Vanderstock, vanderaj@mail2.svhm.org.au ! ! o Angsar Hockmann, Ansgar.Hockmann@hrz.uni-dortmund.de ! ! o Michael Will, Michael.Will@student.uni-tuebingen.de ! ! o Andrew Mileski, aem@ott.hookup.net ! ! o Stephen Pitts, pitts2@memphisonline.com ! ! o Dirk Hohndel, hohndel@XFree86.Org ! ! o Leonard N. Zubkoff, lnz@dandelion.com ! ! o Harm Hanemaayer, H.Hanemaayer@inter.nl.net ! ! o Guy Desbief, g.desbief@aix.pacwan.net ! ! o Takaaki Nomura, tnomura@sfc.keio.ac.jp ! ! o Doug Merritt, doug@netcom.com ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.MGA,v 1.1.2.2 1999/11/26 15:23:05 hohndel Exp $ ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: »³²¼½ã ! »Ê )¡£ÌäÂêÅÀ ! ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ! ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Mach diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Mach:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Mach:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Mach:1.1.2.1 Wed Jun 2 17:50:48 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Mach Sat Nov 27 02:23:06 1999 *************** *** 1,264 **** ! Mach ÍÑ XFree86 3.1 ¤Ë´Ø¤¹¤ë README ! Robert Baron ! 17 December 1994 ! The X Japanese Documentation Project ! 7 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. Mach ÍÑ XFree86 3.1 ¤Ë´Ø¤¹¤ë README ! 2. ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ð¥¤¥Ê¥ê¤ÎÍøÍѤÈÀßÄê ! 3. ¼Õ¼­ ! 4. ÇÛÉÛʪ¤Î¹½ÃÛ ! ! ! ______________________________________________________________________ ! ! 1. Mach ÍÑ XFree86 3.1 ¤Ë´Ø¤¹¤ë README ! ! ! Ãí°Õ:¤³¤Î¥Æ¥­¥¹¥È¤Ï XFree86 2.1 ¤Î README.Mach ¤Ë¤è¤¯»÷¤Æ¤¤¤Þ¤¹¡£¤È¤¤ ! ¤¦¤Î¤â¡¢Mach OS ¤È¤¤¤¦Î©¾ì¤«¤é¸«¤ë¤ÈÊѤï¤Ã¤Æ¤¤¤ëÉôʬ¤¬¤¢¤Þ¤ê¤Ê¤¤¤«¤é¤Ç ! ¤¹¡£°ìÊý¡¢¹½ÃÛ¼ê½ç¤ÏÂ礭¤¯ÊѤï¤Ã¤Æ¤¤¤Þ¤¹¡£¼ê½ç¤Ë½¾¤¦»þ¤Ë¤ÏÃí°Õ¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! Á´¤Æ¤Î XFree86 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤Î¥Ð¥¤¥Ê¥ê¤Ï¡¢Mach 2.5 ¥«¡¼¥Í¥ë¤À¤±¤Ç¤Ê ! ¤¯¡¢ Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£Mach 2.5 ¥«¡¼¥Í¥ë¤Ï½¾Íè¤Î ! SVGA/VGA ¥µ¡¼¥Ð¤È¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð¤òξÊý¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤¢¤ë MK83 ¤Ç¤Ï¡¢Mach 3.0 ¤Ë¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼ ! ¥Ð¤ò¥µ¥Ý¡¼¥È¤µ¤»¤ë¤¿¤á¤È¡¢SuperProbe ¤ò»È¤¦¤¿¤á¤Ë¤ÏÊѹ¹¤¬É¬ÍפǤ¹¡£¤³ ! ¤ÎÊѹ¹¤ò¹Ô¤¦¤È¡¢´°Á´ 64KB ¤Î I/O ¥Ý¡¼¥È¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤¹¡£¤·¤¿¤¬¤Ã ! ¤Æ¡¢Mach 3.0 ¤ò»È¤¦¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð¤ò»È¤¦¤¿¤á¤Ë¤Ï¥ê¥ê¡¼¥¹ ! MK83 °Ê¹ß¤Î Mach 3.0 ¥«¡¼¥Í¥ë¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ XF86_SVGA ¥µ¡¼ ! ¥Ð¡¢XF86_VGA16 ¥µ¡¼¥Ð¡¢ XF86_Mono ¥µ¡¼¥Ð¤Ï¸Å¤¤ Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤â¤Þ ! ¤Àµ¡Ç½¤¹¤ë¤Ï¤º¤Ç¤¹¡£Ãí°Õ: ¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó -no16 ¤ò»ØÄꤹ¤ë ! ¤È¡¢¸Å¤¤ Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤âºÇ¿·¤Î SuperProbe ¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! SVGA ¤Î¥¯¥í¥Ã¥¯Ãͤμ«Æ°¸¡½Ð¤Ï Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤ÏÁ´¤¯Æ°ºî¤·¤Þ¤»¤ó¡£ ! ¥¯¥í¥Ã¥¯ÃÍ¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ Mach 2.5 ! ¥«¡¼¥Í¥ë¤Ç¤ÏÀµ¤·¤¤¥¯¥í¥Ã¥¯Ãͤò·×»»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£(¤·¤¿¤¬¤Ã¤Æ¡¢¥¯ ! ¥í¥Ã¥¯¹ÔÍѤΥǡ¼¥¿¤òÆÀ¤ë¤¿¤á¤Ë¤Ï Mach 2.5 ¤ò»È¤¦É¬Íפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£) SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ò¼«Æ°¸¡½Ð¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¥ê¥ê¡¼¥¹ X142E °Ê¹ß¤Î ! Mach 2.5 ¥«¡¼¥Í¥ë¤«¡¢MK76 °Ê¹ß¤Î Mach 3.0 ¥«¡¼¥Í¥ë¤¬É¬ÍפǤ¹¡£¼«Æ°¸¡½Ð ! ¤ò¹Ô¤ï¤º¤Ë¡¢XF86Config file ¥Õ¥¡¥¤¥ë¤Ë Chipset ¹Ô¤Ç»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­ ! ¤Þ¤¹¡£ ! ! ! ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢Mach 3.0 ¤ò»È¤Ã¤Æ¿§¡¹¤Ê¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¤Î¤Ï ATI Mach32 ! ¥¢¥¯¥»¥é¥ì¡¼¥¿¥µ¡¼¥Ð(XF86_Mach32)¤À¤±¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï¤¦¤Þ¤¯Æ°ºî¤·¡¢ ! ¥ê¥Ë¥¢¥á¥â¥ê(¥Ð¥ó¥¯ÀÚ¤êÂؤ¨Ìµ¤·¤Î¥á¥â¥ê)Åù¤Î OS ¤Ø¤ÎÍ׵᤬Â礭¤¤µ¡Ç½¤â ! ¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤è¤¦¤Ç¤¹¡£ISA ¥Ð¥¹ÍѤΠS3(801)¥Ü¡¼¥É¤Î¥Æ¥¹¥È¤â¹Ô¤ï¤ì¤Æ¤¤ ! ¤Þ¤¹¤¬¡¢¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤è¤¦¤Ç¤¹¡£S3 ¤ä¤½¤Î¾¤Î¥«¡¼¥É¤Ç¤Ï¡¢Èó¥Ð¥ó¥¯ÀÚ¤ê ! Âؤ¨¥á¥â¥êµ¡Ç½¤ÎÆ°ºî³Îǧ¤Ï¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! 2. ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ð¥¤¥Ê¥ê¤ÎÍøÍѤÈÀßÄê ! ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢sup ·Ðͳ¤Ç¼èÆÀ¤·¤¿ CMU ¥Ð¥¤¥Ê¥êÇÛÉÛ¤¬ /usr/X11R6 ¤Ë¥¤ ! ¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£¥Ç¥£¥¹¥¯¤Ë½½Ê¬¤Ê;͵(Ìó 45MB)¤¬¤¢¤ë¤³¤È¤ò³Î¤«¤á¤Æ ! ¤¯¤À¤µ¤¤¡£ XFree 2.1 ÍѤθŤ¤¥µ¡¼¥Ð¤Ï /usr/misc/.X11 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ ! ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢Î¾Êý¤Î¥µ¡¼¥Ð¤ò¶¦Â¸¤µ¤»¤ë¤³¤È¤Ï´Êñ¤Ë¤Ç¤­¤Þ¤¹¡£ ! ! ! Mach ¤Ë¤ª¤±¤ë¥Þ¥¦¥¹¤ÎÁªÂòÊýË¡¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤Î ! ¥¨¥ó¥È¥ê¤Ë½ñ¤«¤ì¤Æ¤¤¤ëÊýË¡¤È°ã¤¤¤Þ¤¹¡£ XF86Config ¤Î Device ¥»¥¯¥·¥ç¥ó ! ¤Î Pointer ¥¨¥ó¥È¥ê¤Ï̵»ë¤µ¤ì¤Þ¤¹¡£¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Ïɬ¤º /dev/mouse ¤Ë ! ¤Ê¤ê¤Þ¤¹¡£ ! ! ! Mach ¤Ï²¿¼ïÎफ¤Î³°ÉÕ¤±¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹(Logitech ¤Î 3 ¥Ü¥¿¥ó ! ¥Þ¥¦¥¹¡¢Microsoft ¤Î 2 ¥Ü¥¿¥ó¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¡¢Logitech MouseMan ¥Þ ! ¥¦¥¹)¡£¥Ð¥¹¥Þ¥¦¥¹¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¥Þ¥¦¥¹¤Î¼ïÎà¤È COM ¥Ý¡¼¥È ! ¤ò»ØÄꤹ¤ë¤Ë¤Ï¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Î¥Þ¥¤¥Ê¡¼ÈÖ¹æ¤ò»È¤¤¤Þ¤¹¡£¥Þ¥¤¥Ê¡¼ÈÖ¹æ¤Ë ! ÀßÄꤹ¤ëÃͤϼ¡¤Î¸ø¼°¤ò»È¤Ã¤Æ·×»»¤·¤Þ¤¹: ! ! ! < ¥¿¥¤¥× > * 8 + < COM ¥Ý¡¼¥È > ! ! ! < COM ¥Ý¡¼¥È > ¤ÎÃÍ¤Ï 0, 1, ... ¤Ç¤¢¤ê¡¢¤³¤ì¤Ï¥Þ¥¦¥¹¤òÀܳ¤·¤¿ COM ¥Ý ! ¡¼¥È¤Ë¤è¤Ã¤Æ·è¤Þ¤ê¤Þ¤¹¡£(¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ë´ó¤Ã¤Æ¤Ï¡¢COM0 ¤Ë¤Ï¥â¥Ç¥à¤òÀÜ ! ³¤·¤¿Êý¤¬¤è¤¤¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£) ! ! ºî¼Ô¤é¤Ï¥Î¡¼¥È PC ÍѤËÊØÍø¤Ê¥Ï¥Ã¥¯¤ò¤·¤Æ¤¢¤ê¡¢¤Ç¤«¤¯¤Æ¼ÙËâ¤Ê³°ÉÕ¤±¥Þ¥¦ ! ¥¹¤òÉÕ¤±¤Ê¤¯¤Æ¤âÎɤ¤¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£Scroll Lock ¥­¡¼¤Ë¤è¤Ã¤Æ¡¢¡ÖÌÇ ! ¿¤Ë»È¤ï¤Ê¤¤¡Ø¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼¡Ù¡×¤ò»È¤Ã¤Æ¥Þ¥¦¥¹¤ÎÆ°ºî¤ò¼¨¤¹¥â¡¼¥É¤¬ ! ¥È¥°¥ë¤¹¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£F1, F2, F3 ¤Ï¤½¤ì¤¾¤ì¥Þ¥¦¥¹¤Îº¸¡¢Ãæ¡¢±¦ ! ¥Ü¥¿¥ó¤Ç¤¹¡£1 ÅÙ¥­¡¼¤ò²¡¤¹¤È¥¯¥ê¥Ã¥¯¤·¤Æ¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¤ò²¡¤·¤¿¤³¤È¤Ë¤Ê ! ¤ê¡¢ºÆ¤Ó¥­¡¼¤ò²¡¤¹¤È¥Ü¥¿¥ó¤òÎ¥¤·¤¿¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤½¤ì¤«¤é¡¢¾å²¼º¸±¦¤Î ! Ìð°õ¥­¡¼¤Ç¼ÂºÝ¤Ë¥Þ¥¦¥¹¤¬Æ°¤­¡¢¤«¤Ä¾å²¼º¸±¦¤ÎÌð°õ¥­¡¼¤Î¼þ°Ï¼Ð¤áÊý¸þ¤Ë ! Home, PgUp, End, PgDn ¥­¡¼¤¬¤¢¤ëɸ½à¥­¡¼¥Ñ¥Ã¥É¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤ª ! ʬ¤«¤ê¤«¤È»×¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤é¤Î¥­¡¼¤Ï¥Þ¥¦¥¹¤ò¼Ð¤áÊý¸þ¤ËÆ°¤«¤·¤Þ¤¹¡£»î¤· ! ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤... Ãí°Õ: ºÇ¶á¤Î¥Î¡¼¥È PC ¤Î¤Û¤È¤ó¤É¤Ë¤ÏÆ⢥ޥ¦¥¹¤¬ÉÕ ! ¤¤¤Æ¤¤¤Þ¤¹¤¬¡¢ÉáÄ̤ϥܥ¿¥ó¤¬ 2 ¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢¥Þ¥¦¥¹¤Î ! 3 ¤Ä¤Î¥Ü¥¿¥ó¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë F1, F2, F3 ¥­¡¼¤ò»È¤¦¤À¤±¤Î¾ì¹ç¤Ï¡¢¤³ ! ¤Îµ¡Ç½¤Ï¸½ºß¤Ç¤âÍ­¸ú¤Ç¤¹¡£ ! ! ! ! 3. ¼Õ¼­ ! ! ! Elliot Dresselhaus ¤µ¤ó¤Ï¡¢SCO ÀìÍѤΥɥ饤¥Ð¤ò Mach 2.5 ¤ÇÆ°ºî¤µ¤»¤ë ! ¤¿¤á¤Î°Ü¿¢¤Îºî¶È¤ÎºÇ½é¤ÎÉôʬ¤ò¹Ô¤¤¤Þ¤·¤¿¡£Ernest Hua ¤µ¤ó¤Ï Mach Æȼ« ! ¤Î¥Þ¥¦¥¹¤Î½èÍýÊýË¡¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤·¤¿¡£ Joel Jacobson ¤µ¤ó¤Ï¡¢¥ê ! ¥ê¡¼¥¹¤¬ CMU °Ê³°¤Î¥µ¥¤¥È¤Ç¹½ÃۤǤ­¤ë¤³¤È¤ò³Î¤«¤á¤ë¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤· ! ¤¿¡£Robert V. Baron ¤Ï Mach 3.0 ¤Î¥µ¥Ý¡¼¥È¤ÎÀÕǤ¼Ô¤Ç¡¢Mach ¤Ë¤ª¤±¤ëÊÑ ! ¹¹ÅÀ¤ò XFree86 ³«È¯¥°¥ë¡¼¥×¤Ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤·¤Æ¤¤¤Þ¤¹¡£ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹ ! ¤¬¡¢²æ¡¹¤Ï XFree86 ¤Î³«È¯¼Ô¤Î³§¤µ¤ó¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! ! ! 4. ÇÛÉÛʪ¤Î¹½ÃÛ ! ! ! ÇÛÉÛʪ¤Î¹½ÃÛ¤ÈÀßÄê¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! xc/programs/Xserver/hw/xfree86/INSTALL ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! É®¼Ô¤Ï Mach 2.5 ¥«¡¼¥Í¥ë¤ò»È¤Ã¤Æ¤¤¤ë Tahoe Binary Environment ¤Ç ! XFree86 ¤ò¹½ÃÛ¤·¤Þ¤·¤¿¡£Mach 3.0¡Ö¥ê¥ê¡¼¥¹¡×¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¤È¥é ! ¥¤¥Ö¥é¥ê¤Ï¥Ñ¥¹¤ËÆþ¤Ã¤Æ¤¤¤Ê¤¤¤³¤È¤ò³Îǧ¤·¤Æ¤¤¤Þ¤¹¡£Mach ¤Î¥¤¥ó¥¿¥Õ¥§¡¼ ! ¥¹(API)¤Ï Mach 2.5 ¥«¡¼¥Í¥ë¤È Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤Ï¾¯¤·°ã¤¤¤Þ¤¹¤¬¡¢ ! Mach 3.0 ¥«¡¼¥Í¥ë¤Ï Mach 2.5 ¤Î¾å°Ì¸ß´¹¤È¤Ê¤ë¤è¤¦¤ËÀ߷פµ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤Ä¤Þ¤ê¡¢Mach 2.5 ¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¤È¥é¥¤¥Ö¥é¥ê(Tahoe Environment ! ¤Î¥Ç¥Õ¥©¥ë¥È)¤ò»È¤Ã¤Æ XFree86 ¤ò¹½ÃÛ¤¹¤ì¤Ð¡¢¥Ð¥¤¥Ê¥ê¤Ï Mach 3.0 ¤Ç¤â ! Mach 2.5 ¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ ! ! ! Mach 3.0 ¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤È¥é¥¤¥Ö¥é¥ê¤Ç¹½ÃÛ¤¹¤ë¤³¤È¤Ë¤·¤¿¾ì¹ç¤Ï¡¢¥¢¥× ! ¥ê¥±¡¼¥·¥ç¥ó¤Ï Mach 3.0 ¥«¡¼¥Í¥ë¾å¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ ! vga*/*/*driver.c ¤Î¤¤¤¯¤Ä¤«¤È SuperProbe ¤Ç¹Ô¤ï¤ì¤Æ¤¤¤ë Mach ¤Î¥«¡¼¥Í ! ¥ë¥³¡¼¥ë¤Ï¡¢Mach 2.5 ¤Î¥³¡¼¥ë̾¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£Mach 3.0 ¤Ç¤³¤ì¤é¤Î¹½ÃÛ ! ¤ò¹Ô¤¦¤¿¤á¤Ë¤Ï¡¢¤³¤ì¤é¤Î¤¤¤¯¤Ä¤«¤¢¤ë Mach 2.5 ¤Ø¤Î°Í¸Éôʬ¤òÊѹ¹¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Æþ¼ê²Äǽ¤Ê Mach ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë¤Ï¡¢°Û¤Ê¤ë¤â¤Î¤¬¤¤¤¯¤Ä¤«¤¢¤ê ! ¤Þ¤¹¡£¤½¤Î¤¦¤Á¤Î 1 ¤Ä¤Ï Mt.Xinu ¤Ë¤è¤ë¤â¤Î¤Ç¤¹¡£Â¾¤Ë¤Ï CMU ¤¬ÇÛÉÛ¤·¤Æ ! ¤¤¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£CMU ¤Ï°Û¤Ê¤ë 2 ¤Ä¤Î OS ¤òÇÛÉÛ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤¬ ! Mach 2.5 (¥â¥Î¥ê¥·¥Ã¥¯¤Ê¥«¡¼¥Í¥ë)¤È Mach 3.0(Unix ¤ò¥µ¡¼¥Ð¤È¤·¤Æ»È¤¦¥Þ ! ¥¤¥¯¥í¥«¡¼¥Í¥ë)¤Ç¤¹¡£CMU ¤Î OS ¤Ï¤É¤Á¤é¤â¡¢BSD4.3 Tahoe ¥ê¥ê¡¼¥¹¤«¤é³« ! ȯ¤·¤¿Æ±¤¸¥Ð¥¤¥Ê¥ê¤Î¥»¥Ã¥È¤ò»È¤¤¤Þ¤¹¡£(Mt.Xinu ¥·¥¹¥Æ¥à¤Ï¸å¤Î¡ÖÀ¤Âå¡× ! ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ò»È¤¦ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ºÇ¸å¤Ë¡¢CMU Æâ ! Éô¤Ç»È¤ï¤ì¤Æ¤¤¤ë´Ä¶­¤Ï¤Þ¤À³°Éô¤ÇÇÛÉÛ¤µ¤ì¤Æ¤¤¤ë¤â¤Î¤È¤Ï°Û¤Ê¤ê¤Þ¤¹¡£¤³¤Î ! ´Ä¶­¤Ï AFS ¤ä Kerberos Åù¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£) CMU Tahoe ´Ä¶­¤Ç¤Ï ! gcc 1.36 ¥³¥ó¥Ñ¥¤¥é¤ò BSD ͳÍè¤Î cpp (__STDC__ ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)¤ÈÁÈ¤ß ! ¹ç¤ï¤»¤Æ»È¤¤¤Þ¤¹¡£Mt.Xinu ¥·¥¹¥Æ¥à¤Ï gcc 1.37 ¤ò»È¤¤¤Þ¤¹¡£ ! ! ! É®¼Ô¤é¤Ï¤³¤ì¤éÁ´¤Æ¤Î´Ä¶­¤Ç XFree86 ¤ò¹½ÃÛ¤·¤¿¤ï¤±¤Ç¤Ï¤Ê¤¯¡¢Mach 2.5 ¤È ! °ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤ë CMU Tahoe ´Ä¶­¤À¤±¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤É¤ó¤Ê¥¢¥×¥ê¥± ! ¡¼¥·¥ç¥ó´Ä¶­¤òÍѤ¤¤Æ¤â¡¢Mach 2.5 ¤Ç¤â Mach 3.0 ¤Ç¤â XFree86 ¤ò¹½ÃÛ¤¹¤ë ! ¤³¤È¤Ï¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£Æñ¤·¤¤ÅÀ¤¬¤¢¤ì¤Ð¤ªÃΤ餻¤¯¤À¤µ¤¤¡£ ! ! ! ++XFree86 ¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢¥ª¥ê¥¸¥Ê¥ë¤Î Tahoe ´Ä¶­¤ò²¿¥ö½ê¤«Êѹ¹¤¹¤ë ++ ! ++ɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¡Ö¿·¤·¤¤¡×µ¡Ç½¤¬¸Æ¤Ó½Ð¤µ¤ì¤ë¤Î¤Ç¡¢ ++ ! ++/lib/libc.a(mbtowc.c, putenv.c, strdup.c, strtol.c)¤ËÄɲ䵤ì¤Æ¤ª ++ ! ++¤ê¡¢Â¿½Å¥¤¥ó¥¯¥ë¡¼¥É¤òËɤ°¤¿¤á¤Ë¤¤¤¯¤Ä¤«¤Î¸Å¤¤¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤¬Êѹ¹++ ! ++¤µ¤ì¤Æ¤¤¤Þ¤¹(/usr/include/{time.h,utmp.h})¡£¤³¤ì¤é 3 ¤Ä¤Î¥Õ¥¡¥¤¥ë ++ ! ++¤ÎÆüÉդϡÖMay 31 1994¡×¤Î¤Ï¤º¤Ç¤¹¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢"sup" ¤ò ++ ! ++¹Ô¤Ã¤ÆºÇ¿·ÈǤòÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£XFree86 ¤Î¹½ÃÛ¤Ï Mach 3.0 ¤È°ì½ï¤Ë++ ! ++½Ð¤µ¤ì¤Æ¤¤¤ë gcc 2.3.3 ¥³¥ó¥Ñ¥¤¥é¤Ç¹Ô¤ï¤ì¤Þ¤·¤¿¡£¤¿¤Ö¤ó¤³¤Î gcc ¤ò++ ! ++»È¤¦¤«¡¢ºÇ¿·ÈǤò»È¤¤¤¿¤¤¤È»×¤¦¤Ç¤·¤ç¤¦¡£xc/config/cf/mach.cf ¤Ë¤Ï ++ ! ++¥³¥ó¥Ñ¥¤¥é¤Ë°Í¸¤¹¤ëÉôʬ¤¬ 1 ¥ö½ê¤¢¤ê¤Þ¤¹¡£cpp ¤ò¼¡¤Î¤è¤¦¤Ë»ØÄꤷ ++ ! ++¤Æ¤¯¤À¤µ¤¤: ++ ! ++#define CppCmd /usr/mach3/lib/gcc-lib/i386-mach/2.3.3/cpp ++ ! ++#define PreProcessCmd /usr/mach3/lib/gcc-lib/i386-mach/2.3.3/cpp ++ ! ++¤³¤³¤Ç¤Ï¡¢¥³¥ó¥Ñ¥¤¥é¤È Mach3 ¡Ö¥ê¥ê¡¼¥¹¡×¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê¤¬ ++ ! ++/usr/mach3 ¤Ç¤¢¤ë¤â¤Î¤ÈÁÛÄꤷ¤Æ¤¤¤Þ¤¹¡£¤³¤Î½¬´·¤Ë½¾¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç ++ ! ++¤ä¡¢Ê̤Υ³¥ó¥Ñ¥¤¥é¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤½¤ì¤Ë¹ç¤ï¤»¤Æ¤³¤ì¤é¤Î 2 ++ ! ++¹Ô¤òÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤¡£¥³¥ó¥Ñ¥¤¥ë¤ò»Ï¤á¤ëÁ°¤Ë¤Ï ++ ! ++ limit datasize unlimited ++ ! ++¤ò¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£2 ¤Ä¤Î .c ¥Õ¥¡¥¤¥ë(lib/X11/StrKeysym.c++ ! ++¤È programs/Xserver/XIE/mixie/fax/faxtabs.c)¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥Ç¥Õ¥©¥ë¥È++ ! ++¤Î 6MB ¤ò±Û¤¨¤ë¥µ¥¤¥º¤ÎÃæ´Ö¥Õ¥¡¥¤¥ë¤¬À¸À®¤µ¤ì¤ë¤¿¤á¤Ç¤¹¡£ºÇ¸å¤Ë¤Ê ++ ! ++¤ê¤Þ¤¹¤¬¡¢Local CMU Environment ¤ò¹½ÃÛ¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢ ++ ! ++/usr/cs/include ¤¬¥Ñ¥¹¤Ë * 8 + < COM ¥Ý¡¼¥È > ! ! < COM ¥Ý¡¼¥È > ¤ÎÃÍ¤Ï 0, 1, ... ¤Ç¤¢¤ê¡¢¤³¤ì¤Ï¥Þ¥¦¥¹¤òÀܳ¤·¤¿ COM ¥Ý ! ¡¼¥È¤Ë¤è¤Ã¤Æ·è¤Þ¤ê¤Þ¤¹¡£(¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ë´ó¤Ã¤Æ¤Ï¡¢COM0 ¤Ë¤Ï¥â¥Ç¥à¤òÀÜ ! ³¤·¤¿Êý¤¬¤è¤¤¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£) ! ! ºî¼Ô¤é¤Ï¥Î¡¼¥È PC ÍѤËÊØÍø¤Ê¥Ï¥Ã¥¯¤ò¤·¤Æ¤¢¤ê¡¢¤Ç¤«¤¯¤Æ¼ÙËâ¤Ê³°ÉÕ¤±¥Þ¥¦ ! ¥¹¤òÉÕ¤±¤Ê¤¯¤Æ¤âÎɤ¤¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£Scroll Lock ¥­¡¼¤Ë¤è¤Ã¤Æ¡¢¡ÖÌÇ ! ¿¤Ë»È¤ï¤Ê¤¤¡Ø¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼¡Ù¡×¤ò»È¤Ã¤Æ¥Þ¥¦¥¹¤ÎÆ°ºî¤ò¼¨¤¹¥â¡¼¥É¤¬ ! ¥È¥°¥ë¤¹¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£F1, F2, F3 ¤Ï¤½¤ì¤¾¤ì¥Þ¥¦¥¹¤Îº¸¡¢Ãæ¡¢±¦ ! ¥Ü¥¿¥ó¤Ç¤¹¡£1 ÅÙ¥­¡¼¤ò²¡¤¹¤È¥¯¥ê¥Ã¥¯¤·¤Æ¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¤ò²¡¤·¤¿¤³¤È¤Ë¤Ê ! ¤ê¡¢ºÆ¤Ó¥­¡¼¤ò²¡¤¹¤È¥Ü¥¿¥ó¤òÎ¥¤·¤¿¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤½¤ì¤«¤é¡¢¾å²¼º¸±¦¤Î ! Ìð°õ¥­¡¼¤Ç¼ÂºÝ¤Ë¥Þ¥¦¥¹¤¬Æ°¤­¡¢¤«¤Ä¾å²¼º¸±¦¤ÎÌð°õ¥­¡¼¤Î¼þ°Ï¼Ð¤áÊý¸þ¤Ë ! Home, PgUp, End, PgDn ¥­¡¼¤¬¤¢¤ëɸ½à¥­¡¼¥Ñ¥Ã¥É¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤ª ! ʬ¤«¤ê¤«¤È»×¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤é¤Î¥­¡¼¤Ï¥Þ¥¦¥¹¤ò¼Ð¤áÊý¸þ¤ËÆ°¤«¤·¤Þ¤¹¡£»î¤· ! ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤... Ãí°Õ: ºÇ¶á¤Î¥Î¡¼¥È PC ¤Î¤Û¤È¤ó¤É¤Ë¤ÏÆ⢥ޥ¦¥¹¤¬ÉÕ ! ¤¤¤Æ¤¤¤Þ¤¹¤¬¡¢ÉáÄ̤ϥܥ¿¥ó¤¬ 2 ¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢¥Þ¥¦¥¹¤Î ! 3 ¤Ä¤Î¥Ü¥¿¥ó¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë F1, F2, F3 ¥­¡¼¤ò»È¤¦¤À¤±¤Î¾ì¹ç¤Ï¡¢¤³ ! ¤Îµ¡Ç½¤Ï¸½ºß¤Ç¤âÍ­¸ú¤Ç¤¹¡£ ! ! 3. ¼Õ¼­ ! ! Elliot Dresselhaus ¤µ¤ó¤Ï¡¢SCO ÀìÍѤΥɥ饤¥Ð¤ò Mach 2.5 ¤ÇÆ°ºî¤µ¤»¤ë ! ¤¿¤á¤Î°Ü¿¢¤Îºî¶È¤ÎºÇ½é¤ÎÉôʬ¤ò¹Ô¤¤¤Þ¤·¤¿¡£Ernest Hua ¤µ¤ó¤Ï Mach Æȼ« ! ¤Î¥Þ¥¦¥¹¤Î½èÍýÊýË¡¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤·¤¿¡£ Joel Jacobson ¤µ¤ó¤Ï¡¢¥ê ! ¥ê¡¼¥¹¤¬ CMU °Ê³°¤Î¥µ¥¤¥È¤Ç¹½ÃۤǤ­¤ë¤³¤È¤ò³Î¤«¤á¤ë¥Æ¥¹¥È¤ò¹Ô¤¤¤Þ¤· ! ¤¿¡£Robert V. Baron ¤Ï Mach 3.0 ¤Î¥µ¥Ý¡¼¥È¤ÎÀÕǤ¼Ô¤Ç¡¢Mach ¤Ë¤ª¤±¤ëÊÑ ! ¹¹ÅÀ¤ò XFree86 ³«È¯¥°¥ë¡¼¥×¤Ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤·¤Æ¤¤¤Þ¤¹¡£ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹ ! ¤¬¡¢²æ¡¹¤Ï XFree86 ¤Î³«È¯¼Ô¤Î³§¤µ¤ó¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! 4. ÇÛÉÛʪ¤Î¹½ÃÛ ! ! ÇÛÉÛʪ¤Î¹½ÃÛ¤ÈÀßÄê¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! xc/programs/Xserver/hw/xfree86/INSTALL ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! É®¼Ô¤Ï Mach 2.5 ¥«¡¼¥Í¥ë¤ò»È¤Ã¤Æ¤¤¤ë Tahoe Binary Environment ¤Ç ! XFree86 ¤ò¹½ÃÛ¤·¤Þ¤·¤¿¡£Mach 3.0¡Ö¥ê¥ê¡¼¥¹¡×¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¤È¥é ! ¥¤¥Ö¥é¥ê¤Ï¥Ñ¥¹¤ËÆþ¤Ã¤Æ¤¤¤Ê¤¤¤³¤È¤ò³Îǧ¤·¤Æ¤¤¤Þ¤¹¡£Mach ¤Î¥¤¥ó¥¿¥Õ¥§¡¼ ! ¥¹(API)¤Ï Mach 2.5 ¥«¡¼¥Í¥ë¤È Mach 3.0 ¥«¡¼¥Í¥ë¤Ç¤Ï¾¯¤·°ã¤¤¤Þ¤¹¤¬¡¢ ! Mach 3.0 ¥«¡¼¥Í¥ë¤Ï Mach 2.5 ¤Î¾å°Ì¸ß´¹¤È¤Ê¤ë¤è¤¦¤ËÀ߷פµ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤Ä¤Þ¤ê¡¢Mach 2.5 ¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¤È¥é¥¤¥Ö¥é¥ê(Tahoe Environment ! ¤Î¥Ç¥Õ¥©¥ë¥È)¤ò»È¤Ã¤Æ XFree86 ¤ò¹½ÃÛ¤¹¤ì¤Ð¡¢¥Ð¥¤¥Ê¥ê¤Ï Mach 3.0 ¤Ç¤â ! Mach 2.5 ¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ ! ! Mach 3.0 ¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤È¥é¥¤¥Ö¥é¥ê¤Ç¹½ÃÛ¤¹¤ë¤³¤È¤Ë¤·¤¿¾ì¹ç¤Ï¡¢¥¢¥× ! ¥ê¥±¡¼¥·¥ç¥ó¤Ï Mach 3.0 ¥«¡¼¥Í¥ë¾å¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ ! vga*/*/*driver.c ¤Î¤¤¤¯¤Ä¤«¤È SuperProbe ¤Ç¹Ô¤ï¤ì¤Æ¤¤¤ë Mach ¤Î¥«¡¼¥Í ! ¥ë¥³¡¼¥ë¤Ï¡¢Mach 2.5 ¤Î¥³¡¼¥ë̾¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£Mach 3.0 ¤Ç¤³¤ì¤é¤Î¹½ÃÛ ! ¤ò¹Ô¤¦¤¿¤á¤Ë¤Ï¡¢¤³¤ì¤é¤Î¤¤¤¯¤Ä¤«¤¢¤ë Mach 2.5 ¤Ø¤Î°Í¸Éôʬ¤òÊѹ¹¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Æþ¼ê²Äǽ¤Ê Mach ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë¤Ï¡¢°Û¤Ê¤ë¤â¤Î¤¬¤¤¤¯¤Ä¤«¤¢¤ê ! ¤Þ¤¹¡£¤½¤Î¤¦¤Á¤Î 1 ¤Ä¤Ï Mt.Xinu ¤Ë¤è¤ë¤â¤Î¤Ç¤¹¡£Â¾¤Ë¤Ï CMU ¤¬ÇÛÉÛ¤·¤Æ ! ¤¤¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£CMU ¤Ï°Û¤Ê¤ë 2 ¤Ä¤Î OS ¤òÇÛÉÛ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤¬ ! Mach 2.5 (¥â¥Î¥ê¥·¥Ã¥¯¤Ê¥«¡¼¥Í¥ë)¤È Mach 3.0(Unix ¤ò¥µ¡¼¥Ð¤È¤·¤Æ»È¤¦¥Þ ! ¥¤¥¯¥í¥«¡¼¥Í¥ë)¤Ç¤¹¡£CMU ¤Î OS ¤Ï¤É¤Á¤é¤â¡¢BSD4.3 Tahoe ¥ê¥ê¡¼¥¹¤«¤é³« ! ȯ¤·¤¿Æ±¤¸¥Ð¥¤¥Ê¥ê¤Î¥»¥Ã¥È¤ò»È¤¤¤Þ¤¹¡£(Mt.Xinu ¥·¥¹¥Æ¥à¤Ï¸å¤Î¡ÖÀ¤Âå¡× ! ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ò»È¤¦ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ºÇ¸å¤Ë¡¢CMU Æâ ! Éô¤Ç»È¤ï¤ì¤Æ¤¤¤ë´Ä¶­¤Ï¤Þ¤À³°Éô¤ÇÇÛÉÛ¤µ¤ì¤Æ¤¤¤ë¤â¤Î¤È¤Ï°Û¤Ê¤ê¤Þ¤¹¡£¤³¤Î ! ´Ä¶­¤Ï AFS ¤ä Kerberos Åù¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£) CMU Tahoe ´Ä¶­¤Ç¤Ï ! gcc 1.36 ¥³¥ó¥Ñ¥¤¥é¤ò BSD ͳÍè¤Î cpp (__STDC__ ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)¤ÈÁÈ¤ß ! ¹ç¤ï¤»¤Æ»È¤¤¤Þ¤¹¡£Mt.Xinu ¥·¥¹¥Æ¥à¤Ï gcc 1.37 ¤ò»È¤¤¤Þ¤¹¡£ ! ! É®¼Ô¤é¤Ï¤³¤ì¤éÁ´¤Æ¤Î´Ä¶­¤Ç XFree86 ¤ò¹½ÃÛ¤·¤¿¤ï¤±¤Ç¤Ï¤Ê¤¯¡¢Mach 2.5 ¤È ! °ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤ë CMU Tahoe ´Ä¶­¤À¤±¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤É¤ó¤Ê¥¢¥×¥ê¥± ! ¡¼¥·¥ç¥ó´Ä¶­¤òÍѤ¤¤Æ¤â¡¢Mach 2.5 ¤Ç¤â Mach 3.0 ¤Ç¤â XFree86 ¤ò¹½ÃÛ¤¹¤ë ! ¤³¤È¤Ï¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£Æñ¤·¤¤ÅÀ¤¬¤¢¤ì¤Ð¤ªÃΤ餻¤¯¤À¤µ¤¤¡£ ! ! ++XFree86 ¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢¥ª¥ê¥¸¥Ê¥ë¤Î Tahoe ´Ä¶­¤ò²¿¥ö½ê¤«Êѹ¹¤¹¤ë ++ ! ++ɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î¡Ö¿·¤·¤¤¡×µ¡Ç½¤¬¸Æ¤Ó½Ð¤µ¤ì¤ë¤Î¤Ç¡¢ ++ ! ++/lib/libc.a(mbtowc.c, putenv.c, strdup.c, strtol.c)¤ËÄɲ䵤ì¤Æ¤ª ++ ! ++¤ê¡¢Â¿½Å¥¤¥ó¥¯¥ë¡¼¥É¤òËɤ°¤¿¤á¤Ë¤¤¤¯¤Ä¤«¤Î¸Å¤¤¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤¬Êѹ¹++ ! ++¤µ¤ì¤Æ¤¤¤Þ¤¹(/usr/include/{time.h,utmp.h})¡£¤³¤ì¤é 3 ¤Ä¤Î¥Õ¥¡¥¤¥ë ++ ! ++¤ÎÆüÉդϡÖMay 31 1994¡×¤Î¤Ï¤º¤Ç¤¹¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢"sup" ¤ò ++ ! ++¹Ô¤Ã¤ÆºÇ¿·ÈǤòÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£XFree86 ¤Î¹½ÃÛ¤Ï Mach 3.0 ¤È°ì½ï¤Ë++ ! ++½Ð¤µ¤ì¤Æ¤¤¤ë gcc 2.3.3 ¥³¥ó¥Ñ¥¤¥é¤Ç¹Ô¤ï¤ì¤Þ¤·¤¿¡£¤¿¤Ö¤ó¤³¤Î gcc ¤ò++ ! ++»È¤¦¤«¡¢ºÇ¿·ÈǤò»È¤¤¤¿¤¤¤È»×¤¦¤Ç¤·¤ç¤¦¡£xc/config/cf/mach.cf ¤Ë¤Ï ++ ! ++¥³¥ó¥Ñ¥¤¥é¤Ë°Í¸¤¹¤ëÉôʬ¤¬ 1 ¥ö½ê¤¢¤ê¤Þ¤¹¡£cpp ¤ò¼¡¤Î¤è¤¦¤Ë»ØÄꤷ ++ ! ++¤Æ¤¯¤À¤µ¤¤: ++ ! ++#define CppCmd /usr/mach3/lib/gcc-lib/i386-mach/2.3.3/cpp ++ ! ++#define PreProcessCmd /usr/mach3/lib/gcc-lib/i386-mach/2.3.3/cpp ++ ! ++¤³¤³¤Ç¤Ï¡¢¥³¥ó¥Ñ¥¤¥é¤È Mach3 ¡Ö¥ê¥ê¡¼¥¹¡×¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê¤¬ ++ ! ++/usr/mach3 ¤Ç¤¢¤ë¤â¤Î¤ÈÁÛÄꤷ¤Æ¤¤¤Þ¤¹¡£¤³¤Î½¬´·¤Ë½¾¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç ++ ! ++¤ä¡¢Ê̤Υ³¥ó¥Ñ¥¤¥é¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤½¤ì¤Ë¹ç¤ï¤»¤Æ¤³¤ì¤é¤Î 2 ++ ! ++¹Ô¤òÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤¡£¥³¥ó¥Ñ¥¤¥ë¤ò»Ï¤á¤ëÁ°¤Ë¤Ï ++ ! ++ limit datasize unlimited ++ ! ++¤ò¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£2 ¤Ä¤Î .c ¥Õ¥¡¥¤¥ë(lib/X11/StrKeysym.c++ ! ++¤È programs/Xserver/XIE/mixie/fax/faxtabs.c)¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥Ç¥Õ¥©¥ë¥È++ ! ++¤Î 6MB ¤ò±Û¤¨¤ë¥µ¥¤¥º¤ÎÃæ´Ö¥Õ¥¡¥¤¥ë¤¬À¸À®¤µ¤ì¤ë¤¿¤á¤Ç¤¹¡£ºÇ¸å¤Ë¤Ê ++ ! ++¤ê¤Þ¤¹¤¬¡¢Local CMU Environment ¤ò¹½ÃÛ¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢ ++ ! ++/usr/cs/include ¤¬¥Ñ¥¹¤Ë ! ! o Dirk Hohndel ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NVIDIA,v 1.1.2.1 1999/06/02 07:50:48 hohndel Exp $ ! ! ! ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,77 ---- ! NVidia NV1 / SGS-Thomson STG2000, Riva 128, Riva TNT/TNT2 ¥æ ! ¡¼¥¶¸þ¤±¤Î¾ðÊó ! David McKay, Dirk Hohndel ! June 25 1999 ! The X Japanese Documentation Project ! August 2 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. Ãí°Õ»ö¹à ! 3. ºî¼Ô ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï NV1/STG2000 ¤ä Riva128, Riva TNT, Riva TNT2 ¤Î¥¢¥¯¥»¥é ! ¥ì¡¼¥·¥ç¥ó¤ò¤­¤Á¤ó¤È¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! 2. Ãí°Õ»ö¹à ! ! o NV1/STG2000 ¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥É¥é¥¤¥Ð¤Ï XFree86 ¤Î²¾Áۥǥ¹¥¯¥È¥Ã¥×µ¡Ç½¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¤½¤ÎÍýͳ¤Ï¡¢²¾Áۥǥ¹¥¯¥È¥Ã¥×µ¡Ç½¤ò¥µ¥Ý¡¼¥È¤¹ ! ¤ë¤Ë¤Ï NV1 ¤Î¥Ï¡¼¥É¥¦¥§¥¢µ¡Ç½¤¬½½Ê¬¤Ç¤Ê¤¤¤³¤È¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢²òÁü ! ÅÙ¤òÊѹ¹¤¹¤ë¤¿¤á¤Ë¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤òÊѹ¹¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ÍøÍÑ ! ¤·¤¿¤¤¥â¡¼¥É°Ê³°¤ÎÁ´¤Æ¤Î¥â¡¼¥É¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o generic VGA16 ¥µ¡¼¥Ð¤Ï NV1 ¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢NV1 ¥Ù¡¼¥¹ ! ¤Î¥«¡¼¥É¤Ç¤Ï XF86Setup ¤ò»È¤Ã¤Æ¥µ¡¼¥Ð¤ÎÀßÄê¤ò¹Ô¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ¤³¤Î¾ì¹ç¤Ë¤Ï xf86config ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤½¤·¤Æ¥Ü¡¼¥É¤È¤·¤Æ¤Ï ! `Diamond Edge 3D' ¤òÁªÂò¤·¡¢ 8bpp ¤È 16bpp ¤½¤ì¤¾¤ì¤ËÂФ·¤Æ1¤Ä¤º¤Ä ! ¥â¡¼¥É¤òÁªÂò¤·¤Þ¤¹¡£²¾Áۥǥ¹¥¯¥È¥Ã¥×¤òÁªÂò¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤Þ ! ¤¿¡¢RAMDAC ¤ä¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤òÁªÂò¤·¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£Riva128 ! ¤ä RIVA TNT ¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¤³¤ÎÃí°Õ¤ÏŬÍѤµ¤ì¤Þ¤»¤ó¡£¤³¤ì¤é ! ¤Î¥«¡¼¥É¤Ç¤Ï VGA16 ¥µ¡¼¥Ð¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£ ! ! o NV1 ¤È Riva128 ¤Î¤¤¤º¤ì¤Ë¤ª¤¤¤Æ¤â¡¢16bpp ¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RGB ¤Î ! ½Å¤ßÉÕ¤±¤Ï 555 ¤À¤±¤Ç¤¢¤ê¡¢565 ¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤» ! ¤ó¡£16bpp »þ¤ËÌäÂê¤òµ¯¤³¤¹¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤¬¤¢¤ë¾ì¹ç¤Ë ! ¤Ï¡¢Display ¥»¥¯¥·¥ç¥ó¤Ç Weight 555 ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! o 24bpp ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! o ¥â¡¼¥É¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥Ç¥£¥¹¥×¥ì¥¤¤ÈƱ´ü¤·¤Ê¤¤¤³ ! ¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤Ë¤Ï "sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Riva128 ¥Á¥Ã¥×¤ÎÆ°ºî¤¬¤ª¤«¤·¤¯¤Ê¤ë¥â¡¼¥É¹Ô¤¬¤¤¤¯¤Ä¤«¤¢¤ê¡¢¤½¤Î·ë ! ²Ì¡¢¥Ç¥£¥¹¥×¥ì¥¤¤¬ÎФäݤ¯¤Ê¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÉáÄ̤Ͼ¯¤·¥â ! ¡¼¥É¹Ô¤òÊѤ¨¤ì¤Ð¤³¤ÎÌäÂê¤ò²óÈò¤Ç¤­¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¾ì¹ç¤Ï HTotal ¤ò ! ¸º¤é¤»¤ÐÂç¾æÉפǤ¹¡£xvidtune ¤ò»È¤Ã¤Æ¤³¤ÎÁàºî¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o Riva128 ¤Ë¤Ä¤¤¤Æ¡¢ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¾å¤¬¤êÀڤäƤ¤¤Ê¤¤ÌäÂê¤Ï½¤Àµ ! ¤µ¤ì¤Þ¤·¤¿¡£¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï Riva128 ¤ÎÀ­Ç½¤òÁ´¤Æ°ú¤­½Ð¤¹¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹¡£ ! ! 3. ºî¼Ô ! ! o David McKay ! ! o David Schmenk ! ! o Dirk Hohndel ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NVIDIA,v 1.1.2.2 1999/11/26 15:23:06 hohndel Exp $ ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD:1.1.2.2 Wed Jun 2 17:50:48 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD Tue Dec 28 23:13:47 1999 *************** *** 1,9 **** NetBSD ¤Ç XFree86 ¤ò»ÈÍѤ¹¤ë¿Í¤ÏÆɤó¤Ç¤¯¤À¤µ¤¤ Rich Murphey, David Dawes, Marc Wandschneider, Mark Weaver, Matthieu Herrb ! Last modified on: 29 December 1998 ÂçÀÐ ·® Isao Ohishi & The X Documen- tation Project ____________________________________________________________ Ìܼ¡ --- 1,10 ---- NetBSD ¤Ç XFree86 ¤ò»ÈÍѤ¹¤ë¿Í¤ÏÆɤó¤Ç¤¯¤À¤µ¤¤ Rich Murphey, David Dawes, Marc Wandschneider, Mark Weaver, Matthieu Herrb ! Last modified on: 20 August 1999 ÂçÀÐ ·® Isao Ohishi & The X Documen- tation Project + Last modified on: 12 September 1999 ____________________________________________________________ Ìܼ¡ *************** *** 11,17 **** 1. XFree86 ¤Ã¤Æ²¿¡©¤É¤³¤Ë¤¢¤ë¤Î¡© 2. ¤³¤Î¥É¥­¥å¥á¥ó¥È¤Î¥Ð¥°¤ÎÊó¹ð¤Ë¤Ä¤¤¤Æ ! 3. ËÜ¥ê¥ê¡¼¥¹¤Î¿·¤·¤¤µ¡Ç½ 4. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë 5. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤¿ X ¤ÎÀßÄê 5.1 ¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ --- 12,18 ---- 1. XFree86 ¤Ã¤Æ²¿¡©¤É¤³¤Ë¤¢¤ë¤Î¡© 2. ¤³¤Î¥É¥­¥å¥á¥ó¥È¤Î¥Ð¥°¤ÎÊó¹ð¤Ë¤Ä¤¤¤Æ ! 3. XFree86 3.3.4 ¤Ë¤ª¤±¤ë¡¢OS °Í¸¤Î¿·µ¡Ç½ 4. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë 5. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë±þ¤¸¤¿ X ¤ÎÀßÄê 5.1 ¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ *************** *** 35,40 **** --- 36,42 ---- 9. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ 10. ¼Õ¼­ + 11. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ *************** *** 54,74 **** ftp://ftp.XFree86.org/pub/XFree86/current ! NetBSD 1.2 ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.2 ! ! NetBSD 1.3 °Ê¹ßÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.3 ¥ß¥é¡¼¥µ¥¤¥È¤Î¥ê¥¹¥È¤Ï°Ê²¼¤Î¾ì½ê¤Ë¤¢¤ê¤Þ¤¹: ftp://ftp.XFree86.org/pub/XFree86/MIRRORS ¤½¤Î¾¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD : ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤Ï½é´ü¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤È¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó¡£¤â ! ¤· NetBSD 0.9, 1.0, 1.1 ¤ò»ÈÍѤ·¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢¤Þ¤ººÇ½é¤Ë¿·¤·¤¤¥Ð¡¼ ! ¥¸¥ç¥ó¤Î NetBSD ¤ò»ÈÍѤ¹¤ë»ö¤ò¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤¡£ ¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò¹Ô¤ï¤Ê¤¤¤Ê¤é¡¢XFree86 ¤ò¥½¡¼¥¹¤«¤é¹½ÃÛ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ¤¹¡£XFree86 ¤Ï½é´ü¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤Ç¤â¤­¤Á¤ó¤È¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤ë¤Ï --- 56,74 ---- ftp://ftp.XFree86.org/pub/XFree86/current ! NetBSD 1.4 °Ê¹ßÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.4 ¥ß¥é¡¼¥µ¥¤¥È¤Î¥ê¥¹¥È¤Ï°Ê²¼¤Î¾ì½ê¤Ë¤¢¤ê¤Þ¤¹: ftp://ftp.XFree86.org/pub/XFree86/MIRRORS + ¤½¤Î¾¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD : ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤Ï½é´ü¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤È¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó¡£¤â ! ¤·¥Ð¡¼¥¸¥ç¥ó 1.4 ¤è¤êÁ°¤Î NetBSD ¤ò»ÈÍѤ·¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢¤Þ¤ººÇ½é¤Ë ! ¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤ò»ÈÍѤ¹¤ë»ö¤ò¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤¡£ ¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò¹Ô¤ï¤Ê¤¤¤Ê¤é¡¢XFree86 ¤ò¥½¡¼¥¹¤«¤é¹½ÃÛ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ¤¹¡£XFree86 ¤Ï½é´ü¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤Ç¤â¤­¤Á¤ó¤È¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤ë¤Ï *************** *** 90,99 **** ¤¿¤À¤±¤ì¤Ð¡¢½¤Àµ¤·¤Þ¤¹¡£ ! 3. ËÜ¥ê¥ê¡¼¥¹¤Î¿·¤·¤¤µ¡Ç½ - XFree86 3.3.3.1 ¤Î OS ¤Ë°Í¸¤·¤Ê¤¤¿·µ¡Ç½¤Ë´Ø¤·¤Æ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È ¤ò - »²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ 4. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë --- 90,102 ---- ¤¿¤À¤±¤ì¤Ð¡¢½¤Àµ¤·¤Þ¤¹¡£ ! 3. XFree86 3.3.4 ¤Ë¤ª¤±¤ë¡¢OS °Í¸¤Î¿·µ¡Ç½ ! ! ! o ¥µ¡¼¥Ð¤ÎºÇÂçÀܳ¿ô¤¬ 128 ¤ËÁý¤¨¤Þ¤·¤¿¡£ ! ! o NetBSD 1.4 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë wsmouse ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤ËÂбþ¤·¤Þ¤·¤¿¡£ 4. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë *************** *** 126,135 **** Îã¤â /usr/X11R6/lib/X11/XF86Config.eg ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢ ¤½¤ì¤ò¥Ù¡¼¥¹¤Ë½¤Àµ¤·¤Æ»ÈÍѤ¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ XF86Config ¥Õ¥¡¥¤¥ë¤Îµ­½Ò·Á¼°¤Î¾ÜºÙ¤Ë´Ø¤·¤Æ¤Ï¡¢XF86Config(5) ¤Î¥Þ¥Ë¥å ¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ - XF86Config ¥Õ¥¡¥¤¥ë¤ÎÀßÄ꤬°ìö½ª¤Ã¤¿¤é¡¢xvidtune ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»ÈÍÑ ¤·¤Æ¥Ó¥Ç¥ª¥â¡¼¥É¤Î¥Á¥å¡¼¥Ë¥ó¥°¤ò¹Ô¤¦»ö¤¬¤Ç¤­¤Þ¤¹¡£ --- 129,138 ---- Îã¤â /usr/X11R6/lib/X11/XF86Config.eg ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢ ¤½¤ì¤ò¥Ù¡¼¥¹¤Ë½¤Àµ¤·¤Æ»ÈÍѤ¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ + XF86Config ¥Õ¥¡¥¤¥ë¤Îµ­½Ò·Á¼°¤Î¾ÜºÙ¤Ë´Ø¤·¤Æ¤Ï¡¢XF86Config(5) ¤Î¥Þ¥Ë¥å ¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤¥ë¤ÎÀßÄ꤬°ìö½ª¤Ã¤¿¤é¡¢xvidtune ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»ÈÍÑ ¤·¤Æ¥Ó¥Ç¥ª¥â¡¼¥É¤Î¥Á¥å¡¼¥Ë¥ó¥°¤ò¹Ô¤¦»ö¤¬¤Ç¤­¤Þ¤¹¡£ *************** *** 148,153 **** --- 151,162 ---- ¥Þ¥¦¥¹(ÆäË"3D"¥í¡¼¥é¡¼ÉդΠIntelliMouse ¤ä MouseMan+ Åù)¤Ï°ìÅÙ¤Ë3¥Ð¥¤ ¥È°Ê¾å¤ÎÄÌ¿®¤¬²Äǽ¤Ç¤¹¤¬¡¢¤³¤ì¤é¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + XFree86 3.3.4 °Ê¹ß¤Ï NetBSD 1.4 ¤ÇƳÆþ¤µ¤ì¤¿¿·¤·¤¤ wscons ¥³¥ó¥½¡¼¥ë¥É + ¥é¥¤¥Ð¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£NetBSD 1.4 ¤Ç + wscons ¤ò»È¤Ã¤Æ¤¤¤ë¤Ê¤é¤Ð¡¢/etc/XF86Config ¤Ç¤Ï¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¤È¤· + ¤Æ ``wsmouse'' ¤ò»ØÄꤷ¡¢¥Ç¥Ð¥¤¥¹¤È¤·¤Æ ``/dev/wsmouse0'' ¤ò»ØÄꤷ¤Æ¤¯ + ¤À¤µ¤¤¡£ + XFree86 ¤Ç¤Î°ìÈÌŪ¤Ê¥Þ¥¦¥¹¤ÎÀßÄê¼ê½ç¤Ë´Ø¤·¤Æ¤Ï README.mouse ¤ò¸«¤Æ¤¯¤À ¤µ¤¤¡£ *************** *** 184,189 **** --- 193,201 ---- ¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï joy(4) ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ + + + 5.3. PEX ¤È XIE ³ÈÄ¥µ¡Ç½¤ÎÀßÄê PEX ¤È XIE ³ÈÄ¥µ¡Ç½¤Ï³°Éô¥â¥¸¥å¡¼¥ë¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Î³È *************** *** 196,201 **** --- 208,216 ---- + + + 6. X ¤Î¼Â¹Ô X ¤ò¼Â¹Ô¤µ¤»¤ë¤Ë¤ÏºÇÄã¸Â 8MB ¤Î¥á¥â¥ê¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£¥µ¡¼¥Ð¤È¥¦¥£¥ó¥É *************** *** 247,256 **** --- 262,294 ---- ttyv0 "/usr/libexec/getty Pc" pc off secure + NetBSD 1.4 ¤Ç wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢ºÇ½é¤Ë X ¥µ¡¼ + ¥ÐÍѤβ¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÍ­¸ú¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢°Ê²¼ + ¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤: + + o ¥Ç¥Ð¥¤¥¹¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹¡£¤â¤·¤Ê¤±¤ì¤Ð ``cd /dev + ; ./MAKEDEV wscons'' ¤Çºî¤ê¤Þ¤¹¡£ + o ¼¡¤Ë¡¢¥«¡¼¥Í¥ë¤¬ wscons ¤ò»È¤¦ÀßÄê¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹ (¤³ + ¤ì¤Ï ``¸å½Ò¤·¤Þ¤¹'')¡£ + o ¼¡¤Ë¡¢/etc/rc.conf ¤Ë¤ª¤¤¤Æ ``wscons=YES'' ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Î + ¤«¤á¤Þ¤¹¡£ + #screen 0 - vt100 + screen 1 - vt100 + screen 2 - vt100 + screen 3 - vt100 + screen 4 - - + screen 5 - vt100 + + + + + (¤³¤ÎÀâÌÀ¤ò½ñ¤¤¤Æ¤¯¤À¤µ¤Ã¤¿ Mason Loring Bliss ¤µ + ¤ó() ¤Ë´¶¼Õ¤·¤Þ¤¹) + NetBSD ÍѤΠXFree86 ¤Î¥Ð¥¤¥Ê¥êÇÛÉۤˤϡ¢XDM-AUTHORIZATION-1 ¥×¥í¥È¥³¥ë ¤Î¥µ¥Ý¡¼¥È¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 261,276 **** ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ëµ­½Ò¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! options XSERVER, UCONSOLE 7.1. ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! ¥µ¡¼¥Ð¤Ï NetBSD/i386 ¤Çɸ½àŪ¤Ê 2 ¤Ä¤Î¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð(pccons ¤È ! pcvt) ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Ï¼Â¹Ô»þ¤Ë¸¡½Ð¤µ¤ì¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤ÎÀß ! Äê¤Ê¤É¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ pccons ¥É¥é¥¤¥Ð¤ÏºÇ¤â¤è¤¯¥Æ¥¹¥È¤µ¤ì¡¢NetBSD ¤Î¥Ð¥¤¥Ê¥êÇÛÉÛÍѤΥ«¡¼¥Í¥ë --- 299,313 ---- ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ëµ­½Ò¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! options XSERVER, UCONSOLE 7.1. ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! ¤³¤Î¥µ¡¼¥Ð¤Ï NetBSD/i386 ¤Çɸ½àŪ¤Ê ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Ç¤¢¤ë pccons, ! pcvt, wscons(pcvt ¸ß´¹¥â¡¼¥É)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Ï¼Â¹Ô»þ¤Ë¸¡ ! ½Ð¤µ¤ì¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤ÎÀßÄê¤Ê¤É¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ pccons ¥É¥é¥¤¥Ð¤ÏºÇ¤â¤è¤¯¥Æ¥¹¥È¤µ¤ì¡¢NetBSD ¤Î¥Ð¥¤¥Ê¥êÇÛÉÛÍѤΥ«¡¼¥Í¥ë *************** *** 291,308 **** device vt0 at isa? port "IO_KBD" irq 1 - ¤ËÊѹ¹¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ¿·¤·¤¤¥«¡¼¥Í¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ ¤¤¡£ ! XFree86 ¤Ï NetBSD-current ¤Î wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Ç¤âÆ°ºî¤·¤Þ ! ¤¹¡£¸½ºß¤Î¤È¤³¤í¤Ï pcvt ¸ß´¹¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢wscons ¤ò»È¤Ã¤Æ¤¤ ! ¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ëɬ¤ºÆþ¤ì¤Æ¤¯¤À¤µ¤¤: options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 7.2. ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð --- 328,354 ---- device vt0 at isa? port "IO_KBD" irq 1 ¤ËÊѹ¹¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ¿·¤·¤¤¥«¡¼¥Í¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ ¤¤¡£ ! ! XFree86 ¤Ï NetBSD 1.4 ¤Î wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£¸½ ! ºß¤Î¤È¤³¤í¤Ï pcvt ¸ß´¹¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢wscons ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç ! ¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ëɬ¤ºÆþ¤ì¤Æ¤¯¤À¤µ¤¤: ! options WSDISPLAY_COMPAT_PCVT # emulate some ioctls + options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls + options WSDISPLAY_COMPAT_USL # VT handling + options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes + + + wscons ¤ò¥«¡¼¥Í¥ë¤ËÁȤ߹þ¤àÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï¡¢wscons(4) ¤È wsmouse(4) ¤Î + ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ + 7.2. ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð *************** *** 347,353 **** /etc/lkm.conf ¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹¡£ ! /usr/X11R6/lib/X11/kernel/ap.o - ap /usr/X11R6/lib/X11/kernel/apinstall - --- 393,400 ---- /etc/lkm.conf ¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹¡£ ! ! /usr/X11R6/lib/X11/kernel/ap.o - ap /usr/X11R6/lib/X11/kernel/apinstall - *************** *** 393,399 **** XFree86 ¤Ï¥«¡¼¥Í¥ëÆâ¤Ç¤³¤ì¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò¸¡½Ð¤¹¤ë¤È¡¢MIT- SHM µ¡Ç½³ÈÄ¥¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ - ¥«¡¼¥Í¥ë¤Ë System V ·Á¼°¤Î¶¦Í­¥á¥â¥ê¥µ¥Ý¡¼¥È¤òÁȤ߹þ¤à¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò ¥«¡¼¥Í¥ëÀßÄê¥Õ¥¡¥¤¥ë¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: --- 440,445 ---- *************** *** 480,488 **** cp /usr/src/sys/arch/i386/isa/pcvt/pcvt_ioctl.h /usr/include/machine - - - ¥«¡¼¥Í¥ë¤Î¥½¡¼¥¹¤¬Ìµ¤¤¾ì¹ç¤Ï¡¢ftp.netbsd.org ¤«¤½¤Î¥ß¥é¡¼¥µ¥¤¥È¤«¤é¤³ ¤Î¥Õ¥¡¥¤¥ë¤òÆþ¼ê¤¹¤ë»ö¤â¤Ç¤­¤Þ¤¹¡£¤Þ¤¿ PCVT ¤ò»ÈÍѤ·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢ xf86site.def ¤Î XFree86ConsoleDefines ¤«¤é -DPCVT_SUPPORT ¤òºï½ü¤¹¤ë¤³ --- 526,531 ---- *************** *** 525,531 **** xc/programs/Xserver/hw/sun ¤ËÅý¹ç¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ xf86site.def ¤Ï¿¾¯¤Î Êѹ¹¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: - o ¹½ÃÛ¤¹¤ë¥µ¡¼¥Ð¤òÄêµÁ¤¹¤ëÊÑ¿ô¤òÁ´¤Æ NO ¤ËÀßÄꤷ¤Þ¤¹¡£(Sun ÍѤΥµ¡¼¥Ð Xsun24Server, XsunServer, XsunMonoServer ¤Î¤É¤ì¤òºî¤ë¤«¤È¤¤¤¦»Ø¼¨¤Ï NetBSD.cf ¤ÎºÇ¸å¤ËÄêµÁ¤·¤Þ¤¹¡£) --- 568,573 ---- *************** *** 548,553 **** --- 590,597 ---- current/xsrc/ + + 9. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤òºî¤ë¾ì¹ç¡¢¥½¡¼¥¹Ãæ¤Ë *************** *** 591,597 **** ld.so: undefined symbol _XtCvtStringToFont - NetBSD ¤Î¥À¥¤¥Ê¥ß¥Ã¥¯¥ê¥ó¥¯µ¡¹½¤Î¼åÅÀ¤Ç¤Ä¤Þ¤Å¤¤¤Æ¤¤¤Þ¤¹¡£libXmu ¤ò»ÈÍÑ ¤¹¤ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ï¡¢libXt ¤â»ÈÍѤ·¤Þ¤¹¡£¥¯¥é¥¤¥¢¥ó¥È¤¬¤´¤¯ÉáÄ̤ΠImakefile ¤ò»ÈÍѤ¹¤ë¤Ê¤é¡¢¤³¤Î°Í¸À­¤Ï¼«Æ°Åª¤Ë Makefile Ãæ¤Ë´Þ¤Þ¤ì¤Þ --- 635,640 ---- *************** *** 614,660 **** o Nate Williams ¤µ¤ó¤Ï X ÍѤΥѥåÁ¥­¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ o Walnut Creek Cdrom ¤Î Rod Grimes ¤µ¤ó¤È Jack Velte ¤µ¤ó¤Ï FreeBSD ¤Î¥Ð¥¤¥Ê¥ê¥ê¥ê¡¼¥¹ÍѤ˵¡ºà¤ÎÄ󶡤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD,v 1.1.2.2 1999/06/02 07:50:48 hohndel Exp $ ! ! ! ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ

! ¤³¤ÎÆüËܸìÌõ¤Ï ! ÂçÀз® ¤µ¤ó ! ¤Î 3.3.2 ÈǤÎËÝÌõ¤ò¥Ù¡¼¥¹¤Ë ! X Japanese Documentation Project ¤¬¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹( ! (¹¹¿·: Æ£¸¶µ±²Å ! )¡£ ! ! $XConsortium: NetBSD.sgml /main/26 1996/10/28 05:43:20 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 657,682 ---- o Nate Williams ¤µ¤ó¤Ï X ÍѤΥѥåÁ¥­¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤ò¹Ô¤¤¤Þ¤·¤¿¡£ + o Walnut Creek Cdrom ¤Î Rod Grimes ¤µ¤ó¤È Jack Velte ¤µ¤ó¤Ï FreeBSD ¤Î¥Ð¥¤¥Ê¥ê¥ê¥ê¡¼¥¹ÍѤ˵¡ºà¤ÎÄ󶡤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD,v 1.1.2.4 1999/12/28 12:13:47 hohndel Exp $ + $XConsortium: NetBSD.sgml /main/26 1996/10/28 05:43:20 kaleb $ + 11. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ¤³¤ÎÆüËܸìÌõ(¥Ð¡¼¥¸¥ç¥ó 3.3.3-3.3.6)¤ÏÂçÀз® ¤µ¤ó + ¤Î 3.3.2 ÈǤÎËÝÌõ¤ò¥Ù¡¼¥¹¤Ë X Japanese + Documentation Project ¤¬¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹ (¹¹¿·: Æ£¸¶µ±²Å + )¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2:1.1.2.1 Wed Jun 2 17:50:49 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2 Tue Dec 28 23:13:48 1999 *************** *** 1,14 **** OS/2 ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README Holger Veit ! Last modified on: December 29, 1998 The X Japanese Documentation Project ! Last modified on: February 11, 1999 ____________________________________________________________ ! Ìܼ¡ ! 1. ¥ê¥ê¡¼¥¹ 3.3.3 ¤Ë´Ø¤¹¤ëºÇ½é¤ÎÃí°Õ 2. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ 3. Ëܥɥ­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð 4. ɬÍפʥϡ¼¥É¥¦¥§¥¢¤È¥½¥Õ¥È¥¦¥§¥¢ --- 1,14 ---- OS/2 ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README Holger Veit ! Last modified on: December 12th, 1999 The X Japanese Documentation Project ! Last modified on: December 21th, 1999 ____________________________________________________________ ! Table of Contents ! 1. ¥ê¥ê¡¼¥¹ 3.3.6 ¤Ë´Ø¤¹¤ëºÇ½é¤ÎÃí°Õ 2. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ 3. Ëܥɥ­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð 4. ɬÍפʥϡ¼¥É¥¦¥§¥¢¤È¥½¥Õ¥È¥¦¥§¥¢ *************** *** 21,69 **** 8. ¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë 9. CONFIG.SYS ¤Ø¤Î´Ä¶­ÊÑ¿ô¤ÎÄɲà 10. ¥Í¥Ã¥È¥ï¡¼¥¯ÀßÄê¤Ë´Ø¤¹¤ëÃí°Õ ! 11. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿ X ¤ÎÀßÄê ! 12. X ¤Î¼Â¹Ô ! 13. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! 14. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ______________________________________________________________________ ! 1. ¥ê¥ê¡¼¥¹ 3.3.3 ¤Ë´Ø¤¹¤ëºÇ½é¤ÎÃí°Õ ¤³¤Î¥Õ¥¡¥¤¥ë¤òÆɤàÁ°¤Ë¡¢¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤ËÉÕ°¤·¤Æ¤¤¤ë LATEST.OS2 ¤òÁ´¤Æ ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ÌäÂ꤬¤¢¤Ã¤¿¤ÈÁû¤°Á°¤Ë¤Ï¡¢°Ê²¼¤Î XFree86/OS2 ¤Î WWW ¥Ú¡¼¥¸¤â¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤: ! o http://set.gmd.de/~veit/os2/xf86os2.html ! o http://set.gmd.de/~veit/os2/xf86bugs.html ! o http://set.gmd.de/~veit/os2/x11os2faq.html ! ¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥³¡¼¥É¤Ï XFree86/OS2 3.3.3 ¤È¸Æ¤Ð¤ì¤Þ¤¹¡£¤³¤ì¤Ï 3.3 ¤Ë ! ÂФ·¡¢¥Ð¥°½¤Àµ¤È¤¤¤¯¤Ä¤«¤Î¿·¤·¤¤¥«¡¼¥É(AGP ¥Ü¡¼¥É¤ò´Þ¤à)¤Î¥Ï¡¼¥É¥¦¥§¥¢ ! ¤Î¥µ¥Ý¡¼¥È¤ÎÄɲäò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£XFree86-3.3.3 ¤Ï°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÂÐ ! ¤·¤Æ¥ê¥ê¡¼¥¹¤µ¤ì¤¿¥»¥­¥å¥ê¥Æ¥£´ØÏ¢¤Î½¤Àµ¤âÁ´¤Æ´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï ! RELNOTES ¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! XFree86/OS2-3.3.3 ¤ÏÁ´¤Æ¤Îµ¡Ç½¤ò»ý¤Á¡¢À©¸Â¤â̵¤¯¡¢¸Å¤¯¤Ê¤Ã¤Æ¤¤¤Ê¤¤¥Ð¡¼ ¥¸¥ç¥ó¤Ç¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£¥Ù¡¼¥¿ÈǤȤϰۤʤꡢ¤³¤Î¥³¡¼ ¥É¤Ï¥¨¥ó¥É¥æ¡¼¥¶¤¬»È¤¦Ê¬¤Ë¤Ï½½Ê¬°ÂÄꤷ¤Æ¤¤¤ë¤È¹Í¤¨¤Æ¤¤¤Þ¤¹¡£¥Ð¥°¤¬¤¿¤¯ ! ¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢º£¤Þ¤Ç XFree86/OS2 3.3 ¤ò»È¤Ã¤Æ¤¤¤Æ¡¢¤ª»È¤¤¤Î ! ¥Ï¡¼¥É¥¦¥§¥¢¾å¤Ç¤¦¤Þ¤¯Æ°¤¤¤Æ¤¤¤¿¤È¤·¤Æ¤â¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¤ª´«¤á¤·¤Þ ! ¤¹¡£ 3.3.3 ¤¬¥ê¥ê¡¼¥¹¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤³¤È¤Ë¤è¤ê¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó 3.3 ¤¬ ! °ú¤Ã¹þ¤á¤é¤ì¡¢¥¢¡¼¥«¥¤¥Ö¤Ï¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë¹¹¿·¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥É ! ¥­¥å¥á¥ó¥ÈÃæ¤Ë¤Ï¤Þ¤À 3.3 ¤Ë¤Ä¤¤¤Æ¤Î¸ÀµÚ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ÆäËÃí ! °Õ½ñ¤­¤¬Ìµ¤±¤ì¤Ð¡¢¤³¤ì¤é¤Ï 3.3.3 ¤Ë¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤Ï¿¤¯¤Îµ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤ê¡¢¤¤¤¯¤Ä¤«¥Ð¥°¤Ï»Ä¤Ã¤Æ ¤¤¤Þ¤¹¤¬¡¢¤Û¤ÜÌäÂê̵¤¯Æ°ºî¤¹¤ë¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ - X11R6.3 ¤Î¡Öcore¡×ÇÛÉۤȤ¤¤¦ÅÀ¤Ç¤Ï¡¢¤³¤Î¥ê¥ê¡¼¥¹¤Ï(Îã³°¤¬¾¯¤·¤¢¤ê¤Þ¤¹ ¤¬)¤Û¤Ü´°Á´¤Ç¤¹¡£¡Öcontrib¡×ÇÛÉۤΰìÉô¤Ï°Ü¿¢ÈÇ¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú¡¼¥¸ ! http://set.gmd.de/~veit/os2/xf86ported.html ¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ¤¹¡£ ²áµî¤Î¥Ù¡¼¥¿¥Æ¥¹¥È¤Ç¡¢¥½¥Õ¥È¥¦¥§¥¢¤½¤Î¤â¤Î¤ÏÈæ³ÓŪ°ÂÄê¤Ç¡¢¥Ï¡¼¥É¥¦¥§¥¢ ¤ò²õ¤¹¤³¤È¤Ï¤Ê¤¤¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¤³¤ì¤Ï¥æ¡¼¥¶¤¬ÁȤ߹þ¤ß¤Î À©¸ÂÃͤò±Û¤¨¤è¤¦¤È¤·¤¿¤ê¡¢¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤Î»ÅÍͳ°¤ÎÁàºî¤¬¤Ç¤­¤ëÆÃÄê --- 21,74 ---- 8. ¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë 9. CONFIG.SYS ¤Ø¤Î´Ä¶­ÊÑ¿ô¤ÎÄɲà 10. ¥Í¥Ã¥È¥ï¡¼¥¯ÀßÄê¤Ë´Ø¤¹¤ëÃí°Õ ! 11. ưŪ¤Ê IP ¤Î¹Íθ ! 12. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿ X ¤ÎÀßÄê ! 13. X ¤Î¼Â¹Ô ! 14. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! 15. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! 16. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ ! 1. ¥ê¥ê¡¼¥¹ 3.3.6 ¤Ë´Ø¤¹¤ëºÇ½é¤ÎÃí°Õ ! ¤³¤Î¥Õ¥¡¥¤¥ë¤òÆɤàÁ°¤Ë¡¢¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤ËÉÕ°¤·¤Æ¤¤¤ë LATEST.OS2 ¤òÁ´¤Æ ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ÌäÂ꤬¤¢¤Ã¤¿¤ÈÁû¤°Á°¤Ë¤Ï¡¢°Ê²¼¤Î XFree86/OS2 ¤Î WWW ¥Ú¡¼¥¸¤â¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤: ! o http://ais.gmd.de/~veit/os2/xf86os2.html ! o http://ais.gmd.de/~veit/os2/xf86bugs.html ! o http://ais.gmd.de/~veit/os2/x11os2faq.html ! ¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥³¡¼¥É¤Ï XFree86/OS2 3.3.6 ¤È¸Æ¤Ð¤ì¤Þ¤¹¡£¤³¤ì¤Ï 3.3.5 ! °ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥Ð¥°½¤Àµ¥ê¥ê¡¼¥¹¤Ç¤¢¤ê¡¢AGP ¥Ü¡¼¥É¤ò´Þ¤à¤¤¤¯¤Ä¤«¤Î¿· ! ¤·¤¤¥«¡¼¥É¤ËÂФ¹¤ë¥Ï¡¼¥É¥¦¥§¥¢¥µ¥Ý¡¼¥È¤¬¤µ¤é¤ËÄɲ䵤줿¤â¤Î¤Ç¤¹¡£ ! XFree86-3.3.6 ¤Ï°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÂФ·¤Æ¥ê¥ê¡¼¥¹¤µ¤ì¤¿¥»¥­¥å¥ê¥Æ¥£´ØÏ¢ ! ¤Î½¤Àµ¤âÁ´¤Æ´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï RELNOTES ¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! XFree86/OS2-3.3.6 ¤ÏÁ´¤Æ¤Îµ¡Ç½¤ò»ý¤Á¡¢À©¸Â¤â̵¤¯¡¢¸Å¤¯¤Ê¤Ã¤Æ¤¤¤Ê¤¤¥Ð¡¼ ¥¸¥ç¥ó¤Ç¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£¥Ù¡¼¥¿ÈǤȤϰۤʤꡢ¤³¤Î¥³¡¼ ¥É¤Ï¥¨¥ó¥É¥æ¡¼¥¶¤¬»È¤¦Ê¬¤Ë¤Ï½½Ê¬°ÂÄꤷ¤Æ¤¤¤ë¤È¹Í¤¨¤Æ¤¤¤Þ¤¹¡£¥Ð¥°¤¬¤¿¤¯ ! ¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢º£¤Þ¤Ç XFree86/OS2 3.3.x ¤ò»È¤Ã¤Æ¤¤¤Æ¡¢¤½¤ì¤¬ ! ¤ª»È¤¤¤Î¥Ï¡¼¥É¥¦¥§¥¢¾å¤Ç¤¦¤Þ¤¯Æ°¤¤¤Æ¤¤¤¿¤È¤·¤Æ¤â¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë°Ü¹Ô ! ¤¹¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ 3.3.6 ¤¬¥ê¥ê¡¼¥¹¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤³¤È¤Ë¤è ! ¤ê¡¢3.3 ·Ï¤Î¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Ï°ú¤Ã¹þ¤á¤é¤ì¡¢¥¢¡¼¥«¥¤¥Ö¤Ï¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë ! ¹¹¿·¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥É¥­¥å¥á¥ó¥ÈÃæ¤Ë¤Ï¤Þ¤À 3.3 ¤ä 3.3.x ¤Ë¤Ä¤¤¤Æ¤Î ! ¸ÀµÚ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ÆäËÃí°Õ½ñ¤­¤¬Ìµ¤±¤ì¤Ð¡¢¤³¤ì¤é¤Ï 3.3.6 ¤Ë ! ¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤Ï¿¤¯¤Îµ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤ê¡¢¤¤¤¯¤Ä¤«¥Ð¥°¤Ï»Ä¤Ã¤Æ ¤¤¤Þ¤¹¤¬¡¢¤Û¤ÜÌäÂê̵¤¯Æ°ºî¤¹¤ë¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ X11R6.3 ¤Î¡Öcore¡×ÇÛÉۤȤ¤¤¦ÅÀ¤Ç¤Ï¡¢¤³¤Î¥ê¥ê¡¼¥¹¤Ï(Îã³°¤¬¾¯¤·¤¢¤ê¤Þ¤¹ ¤¬)¤Û¤Ü´°Á´¤Ç¤¹¡£¡Öcontrib¡×ÇÛÉۤΰìÉô¤Ï°Ü¿¢ÈÇ¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú¡¼¥¸ ! http://ais.gmd.de/~veit/os2/xf86ported.html ¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ¤¹¡£ + ²áµî¤Î¥Ù¡¼¥¿¥Æ¥¹¥È¤Ç¡¢¥½¥Õ¥È¥¦¥§¥¢¤½¤Î¤â¤Î¤ÏÈæ³ÓŪ°ÂÄê¤Ç¡¢¥Ï¡¼¥É¥¦¥§¥¢ ¤ò²õ¤¹¤³¤È¤Ï¤Ê¤¤¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¤³¤ì¤Ï¥æ¡¼¥¶¤¬ÁȤ߹þ¤ß¤Î À©¸ÂÃͤò±Û¤¨¤è¤¦¤È¤·¤¿¤ê¡¢¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤Î»ÅÍͳ°¤ÎÁàºî¤¬¤Ç¤­¤ëÆÃÄê *************** *** 102,114 **** Ãøºî¸¢É½¼¨¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ - XFree86/OS2 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç - ¤­¤Þ¤¹: - ftp.XFree86.org:/pub/XFree86/3.3.3/source ! OS/2 Warp ¤È Merlin ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹: ftp.XFree86.org:/pub/XFree86/3.3.3/OS2 WWW ¥Ú¡¼¥¸ http://borneo.gmd.de/~veit/os2/xf86os2.html ¤Ë¤ÏÄ̾¥½¡¼ ¥¹¤ä¥Ð¥¤¥Ê¥ê¤òÆþ¼ê¤Ç¤­¤ë FTP ¥µ¥¤¥È¤ä WWW ¥µ¥¤¥È¤Ø¤Î¥ê¥ó¥¯¤¬¤â¤Ã¤È¤¢¤ë --- 107,116 ---- Ãøºî¸¢É½¼¨¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! OS/2 Warp, Merlin, Aurora ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ftp.XFree86.org:/pub/XFree86/3.3.6/OS2 WWW ¥Ú¡¼¥¸ http://borneo.gmd.de/~veit/os2/xf86os2.html ¤Ë¤ÏÄ̾¥½¡¼ ¥¹¤ä¥Ð¥¤¥Ê¥ê¤òÆþ¼ê¤Ç¤­¤ë FTP ¥µ¥¤¥È¤ä WWW ¥µ¥¤¥È¤Ø¤Î¥ê¥ó¥¯¤¬¤â¤Ã¤È¤¢¤ë *************** *** 162,169 **** ¤Þ¤»¤ó¡£ÅöÁ³¤Ê¤¬¤é¡¢À­Ç½¤Ï¹â¤±¤ì¤Ð¹â¤¤¤Û¤ÉÎɤ¤¤Ç¤¹¡£ o ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¡¢¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤Î HPFS ¥Ñ¡¼ ! ¥Æ¥£¥·¥ç¥ó¤Ë 20¡Á55MB ¤Î¥Ç¥£¥¹¥¯Îΰ褬ɬÍפǤ¹¡£XFree86/OS2 ¤Ï FAT ! ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¾å¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ o XFree86 ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É¤¬É¬ÍפǤ¹¡£¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ¤ë¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢°ìÈ̤ΠREADME ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£Ãí°Õ¤¹¤Ù¤­ÅÀ --- 164,172 ---- ¤Þ¤»¤ó¡£ÅöÁ³¤Ê¤¬¤é¡¢À­Ç½¤Ï¹â¤±¤ì¤Ð¹â¤¤¤Û¤ÉÎɤ¤¤Ç¤¹¡£ o ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¡¢¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤Î HPFS ¥Ñ¡¼ ! ¥Æ¥£¥·¥ç¥ó(¤Þ¤¿¤Ï¥í¥ó¥°¥Õ¥¡¥¤¥ë¥Í¡¼¥à¤ò¥Í¥¤¥Æ¥£¥Ö¤ËÍøÍѤǤ­¤ë JFS, ! NFS, ext2fs ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó)¤Ë 20¡Á55MB ¤Î¥Ç¥£¥¹¥¯Îΰ褬ɬÍפǤ¹¡£ ! XFree86/OS2 ¤Ï FAT ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¾å¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ o XFree86 ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É¤¬É¬ÍפǤ¹¡£¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ¤ë¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢°ìÈ̤ΠREADME ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£Ãí°Õ¤¹¤Ù¤­ÅÀ *************** *** 181,187 **** o ¾¯¤Ê¤¯¤È¤â½¤Àµ¥Ñ¥Ã¥¯ 17 ¤¬Åö¤¿¤Ã¤Æ¤¤¤ëÁ´¤Æ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Warp3 ¤¢¤ë ¤¤¤Ï Warp 4 ¤¬É¬ÍפǤ¹¡£ ! o XFree86/OS2-3.3.3 ¤Ï¥í¡¼¥«¥ë¤Î̾Á°ÉÕ¤­¥Ñ¥¤¥×Àܳ¤« TCP/IP ¥Ù¡¼¥¹¤Î ¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤ò»È¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ 1. Warp ¤Ï Internet Access Kit (IAK) ¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤¬¤¢¤ì¤Ð --- 184,190 ---- o ¾¯¤Ê¤¯¤È¤â½¤Àµ¥Ñ¥Ã¥¯ 17 ¤¬Åö¤¿¤Ã¤Æ¤¤¤ëÁ´¤Æ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Warp3 ¤¢¤ë ¤¤¤Ï Warp 4 ¤¬É¬ÍפǤ¹¡£ ! o XFree86/OS2-3.3.6 ¤Ï¥í¡¼¥«¥ë¤Î̾Á°ÉÕ¤­¥Ñ¥¤¥×Àܳ¤« TCP/IP ¥Ù¡¼¥¹¤Î ¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤ò»È¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ 1. Warp ¤Ï Internet Access Kit (IAK) ¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤¬¤¢¤ì¤Ð *************** *** 193,199 **** 3. EMX 0.9 fix 4 ¤ò»È¤¦¤È¡¢¿·¤·¤¤ 32 ¥Ó¥Ã¥È¤Î IBM TCP/IP 4.1 ¤È¤¤¤¦ À½Éʤâ»È¤¨¤ë¤È¤¤¤¦Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£ - 4. IBM ¤Î PMX ¤È¤¤¤¦À½ÉʤËÉÕ°¤·¤Æ¤¤¤ë¸Å¤¤ IBM TCP/IP 2.0 ¤â Warp ¤Ç»È¤¨¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢IBM ¤Ï¤â¤¦¤³¤ì¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ºÇ¿·¤Î CSD ¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 196,201 ---- *************** *** 235,250 **** ɬ¿Ü: ! X333base ! Æüì¤Ê¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤È SuperProbe ¥×¥í¥°¥é¥à ! X333doc README ¤È XFree86 ¸ÇÍ­¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! X333bin ¼Â¹Ô²Äǽ¤Ê X ¥¯¥é¥¤¥¢¥ó¥È¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¶¦Í­¥é¥¤¥Ö¥é¥êÁ´¤Æ ! X333fnts misc ¥Õ¥©¥ó¥È¤È 75dpi ¥Õ¥©¥ó¥È emxrt --- 237,255 ---- ɬ¿Ü: ! Xbase ! Æüì¤Ê¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤È SuperProbe ¥×¥í¥°¥é¥àÃí°Õ: WSeB ! (Aurora) ¤Çµ¯¤³¤ëÌäÂê¤òÈò¤±¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤ËÉÕ°¤·¤Æ ! ¤¤¤ëºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Î xf86sup.sys ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ ! Xdoc README ¤È XFree86 ¸ÇÍ­¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! Xbin ¼Â¹Ô²Äǽ¤Ê X ¥¯¥é¥¤¥¢¥ó¥È¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¶¦Í­¥é¥¤¥Ö¥é¥êÁ´¤Æ ! Xfnts misc ¥Õ¥©¥ó¥È¤È 75dpi ¥Õ¥©¥ó¥È emxrt *************** *** 253,338 **** °Ê²¼¤ÎÃ椫¤é¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤¢¤Ã¤¿¤â¤Î¤ò¾¯¤Ê¤¯¤È¤â 1 ¤ÄÁªÂò¤·¤Þ¤¹: ! X3338514 IBM 8514/A ¤È¤½¤Î¸ß´¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333AGX AGX ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333Glnt Permedia / GLINT ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333I128 #9 Imagination 128 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333Ma32 ATI Mach32 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333Ma64 ATI Mach64 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333Ma8 ATI Mach8 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333Mono Çò¹õ X ¥µ¡¼¥Ð ! X333P9K P9000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333S3 S3 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(S3 ViRGE ¤ò½ü¤¯)ÍѤΠX ¥µ¡¼¥Ð ! X333S3V S3 ViRGE ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! X333SVGA Super VGA ¥«¡¼¥ÉÍѤΠ8 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! X333VG16 VGA & SVGA ¥«¡¼¥ÉÍѤΠ4 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! X333W32 et4000w32 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ̵¤¯¤Æ¤âÎɤ¤¤â¤Î: ! X333man X11 ¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤È¥¯¥é¥¤¥¢¥ó¥È¤Ë´Ø¤¹¤ë¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤Î¥ª ¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! X333f100 100dpi ¥Õ¥©¥ó¥È ! X333fscl Speedo ¥Õ¥©¥ó¥È¤È Type1 ¥Õ¥©¥ó¥È ! X333fnon ÆüËܸ졢Ãæ¹ñ¸ì¤Ê¤É¤Î¥Õ¥©¥ó¥È ! X333fcyr ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È ! X333fsrv ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤È¡¢¤½¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! X333prog ¾¤Î X¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Î X11 ¤Î¥Ø¥Ã¥À¥Õ¥¡ ¥¤¥ë¤È¥×¥í¥°¥é¥Þ¸þ¤±¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ! X333pex PEX ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËɬÍ×¤Ê PEX ¤Î¥Õ¥©¥ó¥È¤È¥é¥¤¥Ö¥é¥ê ¥Ç¥£¥¹¥¯ÍÆÎ̤òÀáÌó¤·¡¢¥Í¥Ã¥È¥ï¡¼¥¯Å¾Á÷¤ËɬÍפʥХó¥ÉÉý¤ò¸º¤é¤¹¤¿¤á¡¢¼è ÆÀ¤¹¤ë¥½¥Õ¥È¥¦¥§¥¢¤ÏÃí°Õ¿¼¤¯·è¤á¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤¾¤ì¤Î X ¥µ¡¼¥Ð¤Ï¥¢¡¼ ¥«¥¤¥Ö¤Î¥µ¥¤¥º¤Ï 1.2MB ¤Ç¡¢¥Ç¥£¥¹¥¯¾å¤Ç¤Ï 3.0MB ¤ÎÍÆÎ̤òɬÍפȤ·¤Þ¤¹¡£ Ä̾ï¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë¤¢¤Ã¤¿ X ¥µ¡¼¥Ð 1 ¤Ä°Ê³°¤ÏɬÍ×̵¤¤¤Ï¤º¤Ç¤¹¡£ ! ¥¤¥ó¥¹¥È¡¼¥ë¤ò½é¤á¤Æ¹Ô¤¦¾ì¹ç¤Ë¤Ï¡¢Â¾¤Î¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤è¤ê¤âÀè¤Ë ! X333base ¥¢¡¼¥«¥¤¥Ö¤òÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï¥É¥é¥¤¥Ð¤È¡¢ ! ¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò²òÀϤ¹¤ë¥Æ¥¹¥È¥×¥í¥°¥é¥à¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥×¥í¥° ! ¥é¥à¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤ä¡¢ÍøÍѤǤ­¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¤Ç¤¢¤ë¤ÈÊó¹ð¤·¤¿¾ì¹ç¡¢ ! ´ñÀ×Ū¤ËÆ°¤¯¤³¤È¤ò´üÂÔ¤·¤Æ¾¤Î¥Ñ¥Ã¥±¡¼¥¸¤òÆþ¼ê¤·¤Æ¤â̵°ÕÌ£¤Ç¤¹¡£ 6. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° --- 258,346 ---- °Ê²¼¤ÎÃ椫¤é¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤¢¤Ã¤¿¤â¤Î¤ò¾¯¤Ê¤¯¤È¤â 1 ¤ÄÁªÂò¤·¤Þ¤¹: ! X8514 IBM 8514/A ¤È¤½¤Î¸ß´¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! ! XAGX AGX ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XGlnt Permedia / GLINT ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XI128 #9 Imagination 128 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XMa32 ATI Mach32 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XMa64 ATI Mach64 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XMa8 ATI Mach8 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XMono Çò¹õ X ¥µ¡¼¥Ð ! XP9K P9000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XS3 S3 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(S3 ViRGE ¤ò½ü¤¯)ÍѤΠX ¥µ¡¼¥Ð ! XS3V S3 ViRGE ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! XSVGA Super VGA ¥«¡¼¥ÉÍѤΠ8 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! XVG16 VGA & SVGA ¥«¡¼¥ÉÍѤΠ4 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! XW32 et4000w32 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ̵¤¯¤Æ¤âÎɤ¤¤â¤Î: ! Xman X11 ¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤È¥¯¥é¥¤¥¢¥ó¥È¤Ë´Ø¤¹¤ë¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤Î¥ª ¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! Xf100 100dpi ¥Õ¥©¥ó¥È ! Xfscl Speedo ¥Õ¥©¥ó¥È¤È Type1 ¥Õ¥©¥ó¥È ! Xfnon ÆüËܸ졢Ãæ¹ñ¸ì¤Ê¤É¤Î¥Õ¥©¥ó¥È ! Xfcyr ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È ! Xfsrv ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤È¡¢¤½¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! Xprog ¾¤Î X¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Î X11 ¤Î¥Ø¥Ã¥À¥Õ¥¡ ¥¤¥ë¤È¥×¥í¥°¥é¥Þ¸þ¤±¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ! ! Xpex PEX ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËɬÍ×¤Ê PEX ¤Î¥Õ¥©¥ó¥È¤È¥é¥¤¥Ö¥é¥ê ¥Ç¥£¥¹¥¯ÍÆÎ̤òÀáÌó¤·¡¢¥Í¥Ã¥È¥ï¡¼¥¯Å¾Á÷¤ËɬÍפʥХó¥ÉÉý¤ò¸º¤é¤¹¤¿¤á¡¢¼è ÆÀ¤¹¤ë¥½¥Õ¥È¥¦¥§¥¢¤ÏÃí°Õ¿¼¤¯·è¤á¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤¾¤ì¤Î X ¥µ¡¼¥Ð¤Ï¥¢¡¼ ¥«¥¤¥Ö¤Î¥µ¥¤¥º¤Ï 1.2MB ¤Ç¡¢¥Ç¥£¥¹¥¯¾å¤Ç¤Ï 3.0MB ¤ÎÍÆÎ̤òɬÍפȤ·¤Þ¤¹¡£ Ä̾ï¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë¤¢¤Ã¤¿ X ¥µ¡¼¥Ð 1 ¤Ä°Ê³°¤ÏɬÍ×̵¤¤¤Ï¤º¤Ç¤¹¡£ ! ! ¥¤¥ó¥¹¥È¡¼¥ë¤ò½é¤á¤Æ¹Ô¤¦¾ì¹ç¤Ë¤Ï¡¢Â¾¤Î¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤è¤ê¤âÀè¤Ë Xbase ! ¥¢¡¼¥«¥¤¥Ö¤òÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï¥É¥é¥¤¥Ð¤È¡¢¥Ó¥Ç¥ª¥Ï¡¼ ! ¥É¥¦¥§¥¢¤ò²òÀϤ¹¤ë¥Æ¥¹¥È¥×¥í¥°¥é¥à¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥×¥í¥°¥é¥à¤¬Æ°ºî ! ¤·¤Ê¤¤¾ì¹ç¤ä¡¢ÍøÍѤǤ­¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¤Ç¤¢¤ë¤ÈÊó¹ð¤·¤¿¾ì¹ç¡¢´ñÀ×Ū¤ËÆ° ! ¤¯¤³¤È¤ò´üÂÔ¤·¤Æ¾¤Î¥Ñ¥Ã¥±¡¼¥¸¤òÆþ¼ê¤·¤Æ¤â̵°ÕÌ£¤Ç¤¹¡£ 6. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° *************** *** 350,364 **** ¤Î´Ö¤Ë¤«¥È¥é¥Ö¥ëÂн襬¥¤¥É¤ËȯŸ¤·¤¿¡Ö¤è¤¯Ê¹¤«¤ì¤ë¼ÁÌä(Frequently Asked Questions, FAQ)¡×¤Î¥ê¥¹¥È¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£·«¤êÊÖ¤·¤Þ¤¹¤¬¡¢É¬¤º Æɤó¤Ç¤¯¤À¤µ¤¤¡£ºÇ¿·ÈǤϾï¤Ë ! http://set.gmd.de/~veit/os2/x11os2faq.html ¤Ë¤¢¤ê¤Þ¤¹¡£ ¤â¤·¤«¤¹¤ë¤È¡¢¤¢¤Ê¤¿¤¬¥Ð¥°¤ò¸«¤Ä¤±¤¿¤Î¤«¤â¤·¤ì¤Þ¤»¤ó(¤­¤Ã¤È¤¢¤Ê¤¿¤ÎÁÛ ÁüÎϤ¬¤¿¤¯¤Þ¤·¤¹¤®¤¿¤À¤±¤À¤È»×¤¤¤Þ¤¹¤¬)¡£¤½¤Î¾ì¹ç¤Ë¤Ï ! http://set.gmd.de/~veit/os2/xf86bugs.html ¤ò¸«¤Æ¡¢¤½¤ì¤¬´ûÃΤΤâ¤Î¤«¤É ! ¤¦¤«Ä´¤Ù¤Æ¤¯¤À¤µ¤¤¡£¤Ê¤±¤ì¤Ð¡¢¿·¤·¤¤ÌäÂê¤Ë½Ð²ñ¤Ã¤Æ¤¤¤ë¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¡¢ ! ¤³¤ì¤ò XFree86(xfree86@xfree86.org)¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£¤Á¤ã¤ó¤È¤·¤¿Ìä ! ÂêÊó¹ð¤ò½ñ¤¯¤¿¤á¤Î¾ðÊó¤¬ FAQ ¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò»²¾È¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤ÇÀßÄê¤Î¼ÁÌä¤ò¤¹¤ë»þ¤Ï comp.os.os2.setup.misc ¤òÍøÍѤ· ¤Æ¤¯¤À¤µ¤¤¡£É®¼Ô¤Ï¤³¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤òÆɤó¤Ç¤¤¤ë¤Î¤Ç¡¢Â¾¤Î¥Ë¥å¡¼¥¹¥° --- 358,372 ---- ¤Î´Ö¤Ë¤«¥È¥é¥Ö¥ëÂн襬¥¤¥É¤ËȯŸ¤·¤¿¡Ö¤è¤¯Ê¹¤«¤ì¤ë¼ÁÌä(Frequently Asked Questions, FAQ)¡×¤Î¥ê¥¹¥È¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£·«¤êÊÖ¤·¤Þ¤¹¤¬¡¢É¬¤º Æɤó¤Ç¤¯¤À¤µ¤¤¡£ºÇ¿·ÈǤϾï¤Ë ! http://ais.gmd.de/~veit/os2/x11os2faq.html ¤Ë¤¢¤ê¤Þ¤¹¡£ ¤â¤·¤«¤¹¤ë¤È¡¢¤¢¤Ê¤¿¤¬¥Ð¥°¤ò¸«¤Ä¤±¤¿¤Î¤«¤â¤·¤ì¤Þ¤»¤ó(¤­¤Ã¤È¤¢¤Ê¤¿¤ÎÁÛ ÁüÎϤ¬¤¿¤¯¤Þ¤·¤¹¤®¤¿¤À¤±¤À¤È»×¤¤¤Þ¤¹¤¬)¡£¤½¤Î¾ì¹ç¤Ë¤Ï ! http://ais.gmd.de/~veit/os2/xf86bugs.html ¤ò¸«¤Æ¡¢¤½¤ì¤¬´ûÃΤΤâ¤Î¤«¤É ! ¤¦¤«Ä´¤Ù¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ç¸«¤Ä¤«¤é¤Ê¤±¤ì¤Ð¡¢¿·¤·¤¤ÌäÂê¤Ë½Ð²ñ¤Ã¤Æ¤¤¤ë¤³ ! ¤È¤Ë¤Ê¤ë¤Î¤Ç¡¢¤³¤ì¤ò XFree86(xfree86@xfree86.org)¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¤Á¤ã¤ó¤È¤·¤¿ÌäÂêÊó¹ð¤ò½ñ¤¯¤¿¤á¤Î¾ðÊó¤¬ FAQ ¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤ÇÀßÄê¤Î¼ÁÌä¤ò¤¹¤ë»þ¤Ï comp.os.os2.setup.misc ¤òÍøÍѤ· ¤Æ¤¯¤À¤µ¤¤¡£É®¼Ô¤Ï¤³¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥×¤òÆɤó¤Ç¤¤¤ë¤Î¤Ç¡¢Â¾¤Î¥Ë¥å¡¼¥¹¥° *************** *** 377,401 **** ¤·¤Þ¤¹¡£¥³¥Þ¥ó¥ÉÁ´¤Æ¤Ë¤Ä¤¤¤Æ¡¢¥É¥é¥¤¥Ö¥ì¥¿¡¼¤ÏŬÀÚ¤ËÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤¡£ ! 1. ¥Ñ¥Ã¥±¡¼¥¸ X333base ¤òÆþ¼ê¤·¡¢Y: ¥É¥é¥¤¥Ö¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¥¤ ! ¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤Ï°Ê²¼¤Î¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Þ¤¹: [C:\] Y: [Y:\] cd \ ! [Y:\] unzip \path_of_package\X333base.zip - 2. CONFIG.SYS ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢°Ê²¼¤Î¹Ô¤ò¤É¤³¤«¤ËÄɲä·¤Þ¤¹: - DEVICE=Y:\XFree86\lib\xf86sup.sys ÅöÁ³¤Ê¤¬¤é¡¢``Y:'' ¤ÏÀµ¤·¤¤¥É¥é¥¤¥Ö¥ì¥¿¡¼¤ËÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ 3. ¤³¤Î»þÅÀ¤Ç¡¢XFree86/OS2 ¤ËɬÍפʴĶ­ÊÑ¿ô¤ÎÄɲäâ¹Í¤¨¤Æ¤ª¤¯¤È¤è¤¤¤Ç ¤·¤ç¤¦¡£¤³¤ì¤Ë¤è¤ê;·×¤ÊºÆµ¯Æ°¤Î¼ê´Ö¤¬¾Ê¤±¤Þ¤¹¡£¸å½Ò¤Î ``CONFIG.SYS ¤Ø¤Î´Ä¶­ÊÑ¿ô¤ÎÄɲÃ'' ¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 385,410 ---- ¤·¤Þ¤¹¡£¥³¥Þ¥ó¥ÉÁ´¤Æ¤Ë¤Ä¤¤¤Æ¡¢¥É¥é¥¤¥Ö¥ì¥¿¡¼¤ÏŬÀÚ¤ËÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤¡£ ! 1. ¥Ñ¥Ã¥±¡¼¥¸ Xbase ¤òÆþ¼ê¤·¡¢Y: ¥É¥é¥¤¥Ö¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¥¤¥ó ! ¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤Ï°Ê²¼¤Î¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Þ¤¹: [C:\] Y: [Y:\] cd \ ! [Y:\] unzip \path_of_package\Xbase.zip + 2. CONFIG.SYS ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢°Ê²¼¤Î¹Ô¤ò¤É¤³¤«¤ËÄɲä·¤Þ¤¹: + DEVICE=Y:\XFree86\lib\xf86sup.sys ÅöÁ³¤Ê¤¬¤é¡¢``Y:'' ¤ÏÀµ¤·¤¤¥É¥é¥¤¥Ö¥ì¥¿¡¼¤ËÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ + 3. ¤³¤Î»þÅÀ¤Ç¡¢XFree86/OS2 ¤ËɬÍפʴĶ­ÊÑ¿ô¤ÎÄɲäâ¹Í¤¨¤Æ¤ª¤¯¤È¤è¤¤¤Ç ¤·¤ç¤¦¡£¤³¤ì¤Ë¤è¤ê;·×¤ÊºÆµ¯Æ°¤Î¼ê´Ö¤¬¾Ê¤±¤Þ¤¹¡£¸å½Ò¤Î ``CONFIG.SYS ¤Ø¤Î´Ä¶­ÊÑ¿ô¤ÎÄɲÃ'' ¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 451,468 **** 2. ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Î¤½¤ì¤¾¤ì¤Ë¤Ä¤¤¤Æ¡¢¤³¤Î¥É¥é¥¤¥Ö¤Î¥ë¡¼¥È ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Þ¤¹: ! ! drive:> cd \ ! drive:> unzip \¥Ñ¥Ã¥±¡¼¥¸¤Î¥Ñ¥¹Ì¾\X333xxxx.zip 3. °ìÉô¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¥Õ¥¡¥¤¥ë¤¬½Å¤Ê¤Ã¤Æ¤¤¤ë¤ÈÊó¹ð¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤» ¤ó¡£Î㤨¤Ð¡¢X ¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥±¡¼¥¸¤ÏÂбþ¤¹¤ë README ¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹ ! ¥È¡¼¥ë¤·¤Þ¤¹¤¬¡¢¤³¤ì¤Ï X333doc ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤âÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÌä ! Âꤢ¤ê¤Þ¤»¤ó¡£¥Õ¥¡¥¤¥ë¤ÏƱ¤¸¤â¤Î¤Ç¤¹¡£unzip ¤Ë¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­¤µ¤» ! ¤Æ¤¯¤À¤µ¤¤¡£ 4. ¥Õ¥¡¥¤¥ë¤òŸ³«¤¹¤ë¤¿¤á¤ÎÆÃÊ̤ʼê½ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ --- 460,476 ---- 2. ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Î¤½¤ì¤¾¤ì¤Ë¤Ä¤¤¤Æ¡¢¤³¤Î¥É¥é¥¤¥Ö¤Î¥ë¡¼¥È ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Þ¤¹: ! drive:> cd \ ! drive:> unzip \¥Ñ¥Ã¥±¡¼¥¸¤Î¥Ñ¥¹Ì¾\Xxxxx.zip 3. °ìÉô¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¥Õ¥¡¥¤¥ë¤¬½Å¤Ê¤Ã¤Æ¤¤¤ë¤ÈÊó¹ð¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤» ¤ó¡£Î㤨¤Ð¡¢X ¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥±¡¼¥¸¤ÏÂбþ¤¹¤ë README ¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹ ! ¥È¡¼¥ë¤·¤Þ¤¹¤¬¡¢¤³¤ì¤Ï Xdoc ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤âÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÌäÂê ! ¤¢¤ê¤Þ¤»¤ó¡£¥Õ¥¡¥¤¥ë¤ÏƱ¤¸¤â¤Î¤Ç¤¹¡£unzip ¤Ë¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­¤µ¤»¤Æ ! ¤¯¤À¤µ¤¤¡£ 4. ¥Õ¥¡¥¤¥ë¤òŸ³«¤¹¤ë¤¿¤á¤ÎÆÃÊ̤ʼê½ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ *************** *** 512,519 **** TMP ! TMP ¥Ç¥£¥ì¥¯¥È¥ê¤òÀßÄꤷ¤Þ¤¹¡£Ä̾¤³¤ì¤Ï°Ê²¼¤Î¤è¤¦¤Ë TCP/IP ¥³ ¡¼¥É¤Î TMP ¥Ç¥£¥ì¥¯¥È¥ê¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹: --- 520,532 ---- + Warp 4 °Ê¹ß¤Ç¤Ï¡¢¤³¤ì¤Ï \MPTN\ ¥Ç¥£¥ì¥¯¥È¥ê¤ò»Ø¤·¤Æ¤¤¤Æ¤â¹½¤¤¤Þ¤» + ¤ó¡£¤³¤ì¤ÇOK¤Ç¤¹¡£ + TMP ! TMP ¥Ç¥£¥ì¥¯¥È¥ê¤òÀßÄꤷ¤Þ¤¹¡£TMP ¥Ç¥£¥ì¥¯¥È¥ê¤Ï HPFS ¥É¥é¥¤ ! ¥Ö(¤Þ¤¿¤ÏËÜʪ¤Î¥í¥ó¥°¥Õ¥¡¥¤¥ë¥Í¡¼¥à¤¬»È¤¨¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à)¾å¤Ë ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Â¿¤¯¤Î¾ì¹ç¡¢¤³¤ì¤Ï´û¤Ë°Ê²¼¤Î¤è¤¦¤Ë TCP/IP ¥³ ¡¼¥É¤Î TMP ¥Ç¥£¥ì¥¯¥È¥ê¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹: *************** *** 522,532 **** HOSTNAME ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤Î¥Û¥¹¥È̾¤òÀßÄꤷ¤Þ¤¹¡£Ä̾ï¤Ï TCP/IP ¤Î¥¤¥ó¥¹¥È¡¼ ¥ë¥×¥í¥°¥é¥à¤¬´û¤Ë°Ê²¼¤Î¤è¤¦¤ËÀßÄꤷ¤Æ¤¤¤Þ¤¹¡£ ! SET HOSTNAME=myhost --- 535,550 ---- + VisualAge for C++ ¤È¤¤¤Ã¤¿¥½¥Õ¥È¥¦¥§¥¢¤òÄɲ夥󥹥ȡ¼¥ë¤·¤Æ¤¤¤ë¾ì + ¹ç¤Ë¤Ï¡¢¤³¤ÎÊÑ¿ô¤Ï \ibmcpp\tmp Åù¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò»Ø¤·¤Æ¤¤¤ë¤«¤â¤·¤ì + ¤Þ¤»¤ó¡£ + HOSTNAME ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤Î¥Û¥¹¥È̾¤òÀßÄꤷ¤Þ¤¹¡£Ä̾ï¤Ï TCP/IP ¤Î¥¤¥ó¥¹¥È¡¼ ¥ë¥×¥í¥°¥é¥à¤¬´û¤Ë°Ê²¼¤Î¤è¤¦¤ËÀßÄꤷ¤Æ¤¤¤Þ¤¹¡£ ! ! SET HOSTNAME=myhost *************** *** 574,580 **** ¥·¥ç¥ó¤Î¥É¥é¥¤¥Ö¥ì¥¿¡¼¤¬°Ê²¼¤Î¤è¤¦¤ËÀßÄꤵ¤ì¤Þ¤¹: ! SET X11ROOT=Y: --- 592,598 ---- ¥·¥ç¥ó¤Î¥É¥é¥¤¥Ö¥ì¥¿¡¼¤¬°Ê²¼¤Î¤è¤¦¤ËÀßÄꤵ¤ì¤Þ¤¹: ! SET X11ROOT=Y: *************** *** 608,615 **** XSERVER ¤³¤ÎÊÑ¿ô¤Ë¤Ï¡¢»ÈÍѤ¹¤ë X ¥µ¡¼¥Ð¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë̾¤òÀßÄꤷ¤Þ¤¹¡£¤³ ! ¤ì¤Ï´°Á´¥Ñ¥¹¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£É®¼Ô¤Ï°Ê²¼¤Î¤è¤¦¤ËÀßÄꤷ¤Æ¤¤¤Þ ! ¤¹: SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe --- 626,633 ---- XSERVER ¤³¤ÎÊÑ¿ô¤Ë¤Ï¡¢»ÈÍѤ¹¤ë X ¥µ¡¼¥Ð¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë̾¤òÀßÄꤷ¤Þ¤¹¡£¤³ ! ¤ì¤Ï´°Á´¥Ñ¥¹¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Î㤨¤Ð¡¢É®¼Ô¤Ï°Ê²¼¤Î¤è¤¦¤ËÀßÄê ! ¤·¤Æ¤¤¤Þ¤¹: SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe *************** *** 629,636 **** ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤ò¸¡º÷¥Ñ¥¹¤Ë´Þ¤Þ¤ì¤ë¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤µ¤»¤ë¤³ ! ¤È¤Ï²Äǽ¤Ç¤¹¡£¤·¤«¤·¡¢¥á¥ó¥Æ¥Ê¥ó¥¹¾å¤ÎÍýͳ¤ä¹½Â¤¤Î¤ï¤«¤ê¤ä¤¹¤µ¤ÎÌÌ ! ¤«¤é¡¢¤³¤ì¤Ï¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¡£ LIBPATH X11 ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ÍѤΠDLL ¥Ç¥£¥ì¥¯¥È¥ê¤ò LIBPATH ¤ËÄɲ䷤Ƥ¯¤À --- 647,655 ---- ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤ò¸¡º÷¥Ñ¥¹¤Ë´Þ¤Þ¤ì¤ë¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤µ¤»¤ë¤³ ! ¤È¤Ï²Äǽ¤Ç¤¹¡£¤·¤«¤·¡¢¤³¤ì¤Ï¥á¥ó¥Æ¥Ê¥ó¥¹¾å¤ÎÍýͳ¤ä¹½À®¤Î¤ï¤«¤ê¤ä¤¹ ! ¤µ¤ÎÌ̤«¤é¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¡£¤â¤Á¤í¤ó¡¢TVFS Åù¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò»È¤Ã¤Æ ! ¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤òÊ̤ξì½ê¤Ë¥ê¥À¥¤¥ì¥¯¥È¤·¤Æ¤â¹½¤¤¤Þ¤»¤ó¡£ LIBPATH X11 ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ÍѤΠDLL ¥Ç¥£¥ì¥¯¥È¥ê¤ò LIBPATH ¤ËÄɲ䷤Ƥ¯¤À *************** *** 638,644 **** ¤µ¤¤)¡£ ! Y:\XFree86\lib --- 657,664 ---- ¤µ¤¤)¡£ ! ! Y:\XFree86\lib *************** *** 651,656 **** --- 671,703 ---- %X11ROOT%\XFree86\lib ¤ò¥Ù¡¼¥¹ÃͤȤ·¤Æ»È¤Ã¤Æ¥Ç¥£¥ì¥¯¥È¥ê¤Ø¤Î¥Ñ¥¹¤ò ºî¤Ã¤Æ¤¤¤ë¤«¤é¤Ç¤¹¡£ + + SET MANPATH=Y:\XFree86\man;Y:\EMX\man + + + + + Ãí°Õ: xman ñÂΤǤÏÁ´¤Æ¤Î Unix ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òÀµ¤·¤¯É½¼¨¤¹ + ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£GROFF ¤È¤¤¤¦À°·Á¥Ä¡¼¥ë¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð + ¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£¾Ü¤·¤¯¤Ï FAQ ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ + + OS2_SHELL + + COMSPEC + + SHELL + + X11SHELL + XFree86 ¤ËÆþ¤Ã¤Æ¤¤¤ë¥¹¥¯¥ê¥×¥È¤Î°ìÉô¤Ï¡¢É¸½à¤Î CMD.EXE ¤Ë¸ß´¹¤Ê + ¥·¥§¥ë¤òÁ°Äó¤È¤·¤Æ¤¤¤Þ¤¹¡£CMD.EXE ¤Ë¤Ï¡¢xterm Æâ¤ÇÀµ¾ï¤ËÆ°ºî¤¹¤ë + ¤¿¤á¤Î½ÅÍפʵ¡Ç½¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£Â¾¤Çºî¤é¤ì¤¿¥·¥§¥ë¤Ï¡¢Æþ½ÐÎÏ + ¤Ïɸ½àÆþÎÏ/ɸ½à½ÐÎϤΥե¡¥¤¥ë¥Á¥ã¥Í¥ë¤«¤é¼õ¤±¼è¤ë¤±¤ì¤É¡¢¥­¡¼¥Ü + ¡¼¥É¤È¥Ó¥Ç¥ª¤Î¥µ¡¼¥Ó¥¹¤ÏľÀÜ¥¢¥¯¥»¥¹¤¹¤ë¤È¤¤¤Ã¤¿ xterm ¤Î¤è¤¦¤Ê + ´Ä¶­¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¾åµ­¤ÎÊÑ¿ô¤ò»È¤¦ + ¤È¡¢XFree86 ¤Î³°¤Ç¤Ï¹¥¤­¤Ê¥·¥§¥ë¤ò»È¤¤¡¢ XFree86 ¤ÎÃæ¤À¤±¤Ç¤Ï + CMD.EXE ¤ò»È¤¦¤è¤¦¤Ë¥·¥¹¥Æ¥à¤òºÆÀßÄê¤Ç¤­¤Þ¤¹¡£¾Ü¤·¤¯¤Ï FAQ ¤ò¸« + ¤Æ¤¯¤À¤µ¤¤¡£ + ºÇ¶á¤Î¥Ð¡¼¥¸¥ç¥ó¤Î XFree86/OS2 ¤Ë¤Ï checkinstall.cmd ¤È¤¤¤¦Ì¾Á°¤Î REXX ¥¹¥¯¥ê¥×¥È¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥¹¥¯¥ê¥×¥È¤ò»È¤Ã¤Æ¡¢¹àÌܤΤۤȤó ¤É¤òÀµ¤·¤¯ÆþÎϤ·¤¿¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹(¹Ô¤¦¤Ù¤­¤Ç¤¹)¡£ *************** *** 677,683 **** 1. °Ê²¼¤ÎÆâÍƤò»ý¤Ä \tcpip\etc\hosts ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Þ¤¹: ! 127.0.0.1 localhost --- 724,730 ---- 1. °Ê²¼¤ÎÆâÍƤò»ý¤Ä \tcpip\etc\hosts ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Þ¤¹: ! 127.0.0.1 localhost *************** *** 719,734 **** ¡Ö¥ë¡¼¥×¥Ð¥Ã¥¯¡×¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ SLIP/PPP ²óÀþ¤Î¾ì¹ç¤Ë¤Ï¡¢XFree86 ¤òµ¯Æ°¤¹¤ëÁ°¤Ë¡¢¤³¤ÎÀܳ¤ò³ÎΩ¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ XFree86/OS2 ¤ËÉÕ°¤·¤Æ¤¤¤ë checkinstall.cmd ¥¹¥¯¥ê¥×¥È¤Ï¡¢ÀßÄê¤Ë´Ø¤¹¤ë ¥¢¥É¥Ð¥¤¥¹¤â¤¤¤¯¤é¤«¤·¤Æ¤¯¤ì¤Þ¤¹¡£ ¤³¤ì¤ä¤ä¾¤Î´ðËÜŪ¤Ê¥Í¥Ã¥È¥ï¡¼¥¯´Ø·¸¤Î¥Ä¡¼¥ë¤òÆ°ºî¤µ¤»¤ëºÝ¤ËÌäÂ꤬µ¯ ! ¤³¤Ã¤¿¤é¡¢Â¾¤Ë¼êÅÁ¤Ã¤Æ¤¯¤ì¤ë¿Í¤òõ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! 11. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿ X ¤ÎÀßÄê ɬÍפÊÀßÄê¤òÄɲä·¡¢¥Í¥Ã¥È¥ï¡¼¥¯Æ°ºî¤ÎÀßÄê¤ò½ª¤¨¤¿¸å¡¢¥¦¥£¥ó¥É¥¦¥»¥Ã ¥·¥ç¥ó¤«¡¢Á´²èÌ̤ΠOS/2 ¥Æ¥­¥¹¥È¥»¥Ã¥·¥ç¥ó¤«¤é xf86config ¥×¥í¥°¥é¥à¤ò --- 766,813 ---- ¡Ö¥ë¡¼¥×¥Ð¥Ã¥¯¡×¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ SLIP/PPP ²óÀþ¤Î¾ì¹ç¤Ë¤Ï¡¢XFree86 ¤òµ¯Æ°¤¹¤ëÁ°¤Ë¡¢¤³¤ÎÀܳ¤ò³ÎΩ¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¼¡¤ÎÀá¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Û¥¹¥È̾¤ò»È¤¦(Î㤨¤Ð DISPLAY ÊÑ¿ôÆâ¤Ç¤Î»ÈÍÑ)µ¡Ç½¤Ï¡¢¥Û¥¹¥È̾²ò·èµ¡¹½ ! ¤È´Ø·¸¤¹¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£LAN ¥Ù¡¼¥¹¤Î DNS ¥µ¡¼¥Ð¤òÍøÍѤǤ­¤Ê¤¤ ! ¤Î¤Ç¤¢¤ì¤Ð¡¢´Ø·¸¤¹¤ë¥Û¥¹¥È̾¤òHOSTS ¥Õ¥¡¥¤¥ë¤ËÄɲ䷤ʤ±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó¡£¥·¥¹¥Æ¥à¤ÎÀßÄê¥Õ¥©¥ë¥À¤Î TCP/IP ÀßÄê¥À¥¤¥¢¥í¥°¤ò»È¤¨¤Ð¡¢¤³¤Î¥Õ¥¡¥¤ ! ¥ë¤òÊÔ½¸¤Ç¤­¤Þ¤¹¡£ XFree86/OS2 ¤ËÉÕ°¤·¤Æ¤¤¤ë checkinstall.cmd ¥¹¥¯¥ê¥×¥È¤Ï¡¢ÀßÄê¤Ë´Ø¤¹¤ë ¥¢¥É¥Ð¥¤¥¹¤â¤¤¤¯¤é¤«¤·¤Æ¤¯¤ì¤Þ¤¹¡£ ¤³¤ì¤ä¤ä¾¤Î´ðËÜŪ¤Ê¥Í¥Ã¥È¥ï¡¼¥¯´Ø·¸¤Î¥Ä¡¼¥ë¤òÆ°ºî¤µ¤»¤ëºÝ¤ËÌäÂ꤬µ¯ ! ¤³¤Ã¤¿¤é¡¢FAQ (xf86os2 mailing list) ¤òÄ´¤Ù¤ë¤«¡¢¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Î¥¢ ! ¡¼¥«¥¤¥Ö¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 11. ưŪ¤Ê IP ¤Î¹Íθ ! ! °ìÈÌŪ¤Ë¤Ï¡¢¥Þ¥·¥ó¤Î IP ¤¬¸ÇÄê¤Ç¤¢¤ì¤ÐÁ´ÂΤ¬ºÇ¤â¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£¥í¡¼ ! ¥«¥ë¥Û¥¹¥È¥¢¥É¥ì¥¹¤È(¥ë¡¼¥Æ¥£¥ó¥°¤µ¤ì¤Ê¤¤)¸ÇÄê¤Î¥í¡¼¥«¥ë¥¢¥É¥ì¥¹ ! (10.x.x.x, 192.168.x.x, 172.16.x.x-172.31.x.x)¤Ç¤â¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£ X ! Àܳ¤Ê¤É¤Îξü¤ÇÌäÂ꤬µ¯¤³¤ë¤Î¤Ï¡¢Æ°Åª¤Ê IP ¥¢¥É¥ì¥¹¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¾ì¹ç ! ¤Ç¤¹¡£¤³¤ì¤ÏÎ㤨¤Ð¡¢ISP ¤Ë PPP Àܳ¤·¤Æ¤¤¤ë¾ì¹ç¤Ê¤É¤Ç¤¹¡£»ÄÇ°¤Ê¤¬¤é¡¢ ! XFree86/OS2 ¤Î¥Í¥Ã¥È¥³¥ß¥å¥Ë¥Æ¥£¤Ï¤³¤ì¤ËÌòΩ¤Ä¥¹¥¯¥ê¥×¥È·²¤ò¤Þ¤ÀÍÑ°Õ¤Ç ! ¤­¤Æ¤¤¤Ê¤¤¤Î¤Ç(É®¼Ô¤¬¤Þ¤È¤á¤ë¤Ä¤â¤ê¤Ç¤¹)¡¢¤³¤³¤Ç¤Ï¼ÂºÝ¤ËÌäÂê¤Ë¤Ê¤Ã¤Æ¤¤ ! ¤ë¤³¤È¤Ë¤Ä¤¤¤Æ¥Ò¥ó¥È¤ò¤¤¤¯¤Ä¤«½Ð¤¹¤À¤±¤Ë¤·¤Þ¤¹: X ¥µ¡¼¥Ð¤ÏÄêµÁ¤µ¤ì¤¿²¿ ! ¤é¤«¤ÎÃͤò»ý¤Ä¥Û¥¹¥È/¥Ý¡¼¥ÈÈÖ¹æ¤Î¥½¥±¥Ã¥È¤Ç X ¥×¥í¥È¥³¥ë¤Î¥Ñ¥±¥Ã¥È¤ò´Æ ! »ë¤·¤Þ¤¹¡£X ¥µ¡¼¥Ð¤Ï¥½¥±¥Ã¥È¤Ë´Ø¤¹¤ë¾ðÊó¤ò¥³¥Þ¥ó¥É¥é¥¤¥ó¤Þ¤¿¤Ï²ò·è¤µ¤ì ! ¤¿¥Û¥¹¥È̾(¥Û¥¹¥È̾¤Ï HOSTS ¥Õ¥¡¥¤¥ë¤Þ¤¿¤Ï DNS ¥µ¡¼¥Ð¤«¤é¼èÆÀ¤·¤Þ¤¹)¤« ! ¤éÆÀ¤Þ¤¹¡£¤³¤³¤Ç HOSTNAME ÊÑ¿ô¤¬½Ð¤Æ¤­¤Þ¤¹¡£°ìÅÙ¥µ¡¼¥Ð¤¬Æ°¤­½Ð¤¹ ! ¤È¡¢IP/¥Û¥¹¥È̾¤ÎÀßÄêÊѹ¹¤Ï¤â¤Ï¤äǧ¼±¤µ¤ì¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢Æ°Åª¤Ë IP ! ¤¬³ä¤êÅö¤Æ¤é¤ì¤ëÀܳ¾å¤Ç X ¤ò»È¤¦¤¿¤á¤Î°ìÈÌŪ¤Ê¥¢¥×¥í¡¼¥Á¤Ï°Ê²¼¤Î¤è¤¦ ! ¤Ë¤Ê¤ê¤Þ¤¹: ISP ¤Ø¤ÎÀܳ¤ò¤Þ¤º³ÎΩ¤·¡¢¤½¤ì¤«¤é X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Þ¤¹¡£X ! ¥µ¡¼¥Ð¤Îµ¯Æ°¤ò¹Ô¤¦´ØÏ¢¥¹¥¯¥ê¥×¥È¤Ï startx.cmd ¤Ç¤¹¡£¤³¤Î¥¹¥¯¥ê¥×¥È ! ¤Ï(´ÖÀÜŪ¤Ë) \XFree86\lib\X11\xinit\xinitrc.cmd ¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ ! ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥¹¥¯¥ê¥×¥È¤ò½¤Àµ¤·¤Æ¡¢ HOSTNAME ÊÑ¿ô¤È DISPLAY ! ÊÑ¿ô¤òÀµ¤·¤¯ÀßÄꤷ¡¢Àµ¤·¤¤ IP ¥¢¥É¥ì¥¹¤ò»È¤Ã¤Æ X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Ê¤±¤ì ! ¤Ð¤Ê¤ê¤Þ¤»¤ó¡£X ¥µ¡¼¥Ð¤Î¥í¥°¤Î°ìÈÖ½é¤á¤Î¤¢¤¿¤ê¤Ë¤Ï¡¢´Æ»ë¤·¤Æ¤¤¤ë IP ¥¢ ! ¥É¥ì¥¹¤¬¥Ç¥Ð¥Ã¥°ÌÜŪ¤Î¤¿¤á¤Ë½ÐÎϤµ¤ì¤Æ¤¤¤Þ¤¹¡£ ! 12. ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿ X ¤ÎÀßÄê ɬÍפÊÀßÄê¤òÄɲä·¡¢¥Í¥Ã¥È¥ï¡¼¥¯Æ°ºî¤ÎÀßÄê¤ò½ª¤¨¤¿¸å¡¢¥¦¥£¥ó¥É¥¦¥»¥Ã ¥·¥ç¥ó¤«¡¢Á´²èÌ̤ΠOS/2 ¥Æ¥­¥¹¥È¥»¥Ã¥·¥ç¥ó¤«¤é xf86config ¥×¥í¥°¥é¥à¤ò *************** *** 785,796 **** o Wacom ¤ä Elographics ¤ÎÆþÎϥǥХ¤¥¹¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ÂçÄñ¤Î¾ì¹ç¡¢Linux ¤ä¾¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ÎƱ¤¸¥Ð¡¼¥¸¥ç¥ó¤Î XFree86 ÍÑ ! ¤Î´û¸¤Î XF86Config ¤òÊѹ¹Ìµ¤·¤Ç»È¤¨¤ë¤È»×¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢1 ¤Ä¤À¤±¤è¤¯ ! ÃΤé¤ì¤¿Îã³°¤¬¤¢¤ê¤Þ¤¹: S3 805 ¥Ù¡¼¥¹¤Î VLB ¥«¡¼¥É¤Î°ìÉô¤Ï¥Ó¥Ç¥ª¥á¥â¥ê ! ¤ò¤ª¤«¤·¤Ê°ÌÃÖ¤ËÇÛÃÖ¤·¤Þ¤¹¡£X ¥µ¡¼¥Ð¤Ï¡¢²ÄǽÀ­¤Î¤¢¤ë¥á¥â¥êÎΰè¤ò¼Â¸³Åª ! ¤Ë¥Þ¥Ã¥×¤ä¥¢¥ó¥Þ¥Ã¥×¤¹¤ë¤³¤È¤Ç¡¢¤³¤Î¥á¥â¥ê¤òõ¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! XFree86/OS2 ¤Ç¤Ï¡¢OS ¤Ï¤³¤Î½èÍý¤ÎÅÓÃæ¤Ç¥á¥â¥ê¥¿¥¤¥ë¤ò»È¤¤²Ì¤¿¤¹¤³¤È¤¬ ! ¤¢¤ê¤Þ¤¹¡£¤³¤¦¤Ê¤Ã¤¿¾ì¹ç¡¢¥á¥â¥ê¤Î°ÌÃÖ¤ò¼«Ê¬¤Ç¸«¤Ä¤±¡¢¥ª¥×¥·¥ç¥ó MemBase 0x12345678 --- 864,878 ---- o Wacom ¤ä Elographics ¤ÎÆþÎϥǥХ¤¥¹¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ÂçÄñ¤Î¾ì¹ç¡¢Linux ¤ä¾¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ÎƱ¤¸¥Ð¡¼¥¸¥ç¥ó¤Î XFree86 ÍÑ ! ¤Î´û¸¤Î XF86Config ¤òÊѹ¹Ìµ¤·¤Ç»È¤¨¤ë¤È»×¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¤è¤¯ÃΤé¤ì¤¿ ! Îã³°¤¬ 2 ¤Ä¤¢¤ê¤Þ¤¹: S3 805 ¥Ù¡¼¥¹¤Î VLB ¥«¡¼¥É¤Î°ìÉô¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤ò ! ¤ª¤«¤·¤Ê°ÌÃÖ¤ËÇÛÃÖ¤·¤Þ¤¹¡£¤Þ¤¿¡¢Matrox ¤Î¥«¡¼¥É¤Ç¤Ï PM ¥É¥é¥¤¥Ð¤¬²ò·è ! ¤Ç¤­¤Ê¤¤Ì·½â¤òµ¯¤³¤¹¤è¤¦¤Ç¤¹¡£ ! ! S3 VLB ¥«¡¼¥É¤Î¾ì¹ç¡¢X ¥µ¡¼¥Ð¤Ï²ÄǽÀ­¤Î¤¢¤ë¥á¥â¥êÎΰè¤ò¼Â¸³Åª¤Ë¥Þ¥Ã¥× ! ¤ä¥¢¥ó¥Þ¥Ã¥×¤¹¤ë¤³¤È¤Ç¡¢¤³¤Î¥á¥â¥ê¤òõ¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢ ! XFree86/OS2 ¤Ç¤Ï¤³¤Î½èÍý¤ÎÅÓÃæ¤Ç OS ¤¬¥á¥â¥ê¥¿¥¤¥ë¤ò»È¤¤²Ì¤¿¤¹¤³¤È¤¬¤¢ ! ¤ê¤Þ¤¹¡£¤³¤¦¤Ê¤Ã¤¿¾ì¹ç¡¢¥á¥â¥ê¤Î°ÌÃÖ¤ò¼«Ê¬¤Ç¸«¤Ä¤±¡¢¥ª¥×¥·¥ç¥ó MemBase 0x12345678 *************** *** 798,810 **** ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤ËÄɲ䷤ʤ¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£ °ìÅÙ XF86Config ¥Õ¥¡¥¤¥ë¤¬ÀßÄê¤Ç¤­¤ì¤Ð¡¢xvidtune ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã ! ¤Æ¥Ó¥Ç¥ª¥â¡¼¥É¤òÎɤ¤ÀßÄê¤Ë¥Á¥å¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! 12. X ¤Î¼Â¹Ô ¥Í¥Ã¥È¥ï¡¼¥¯¥½¥Õ¥È¥¦¥§¥¢¡¢ X, ¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤òƱ»þ¤Ë¼Â¹Ô ¤¹¤ë¤Ë¤Ï¡¢¥á¥â¥ê¤ÏºÇÄã 16MB ¤ÏÍߤ·¤¤¤È¤³¤í¤Ç¤¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í --- 880,909 ---- ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤ʤ¯¤Æ¤Ï¤Ê¤ê¤Þ¤» ! ¤ó¡£ ! ! Matrox ¤Î¥«¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤¬¥«¡¼¥É¤Î PCI ID ¤òÀµ¤·¤¯¸¡½Ð¤Ç¤­ ! ¤º¡¢¤½¤Î¤¿¤á¤Ë PM ¥É¥é¥¤¥Ð¤È Matrox BIOS ¤¬¥«¡¼¥É¤Î PCI ÀßÄê¤ò¤ª¤«¤·¤Ê ! É÷¤ËºÆ¥×¥í¥°¥é¥à¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤¦¤Ê¤ë¤È¥µ¡¼¥Ð¤Ï VGA ¸ß´¹¤Ç²òÁü ! ÅÙ¤¬ 320x200 ¤Î¥â¡¼¥É¤Ë´Ù¤ê¤Þ¤¹¡£¤³¤ì¤òËɤ°¤Ë¤Ï¡¢ ! ! ! PCIProbe2 ! ! ! ! ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î "ServerFlags" ¥»¥¯¥·¥ç¥ó¤ËÄɲä·¤Þ¤¹¡£ °ìÅÙ XF86Config ¥Õ¥¡¥¤¥ë¤¬ÀßÄê¤Ç¤­¤ì¤Ð¡¢xvidtune ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã ! ¤Æ¥Ó¥Ç¥ª¥â¡¼¥É¤òÎɤ¤ÀßÄê¤Ë¥Á¥å¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤Ï PM ! ¥¦¥£¥ó¥É¥¦¤ÎÃ椫¤é¤Ç¤Ï¤Ê¤¯¡¢Æ°ºîÃæ¤Î X ¥µ¡¼¥Ð¤Î¥í¡¼¥«¥ë¤Î xterm ¤Î¥¦¥£ ! ¥ó¥É¥¦¤ÎÃ椫¤é¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ X11 ¥×¥í¥°¥é¥à¤Ç¤¢¤ë¤³¤È¤ËÃí°Õ¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! 13. X ¤Î¼Â¹Ô ¥Í¥Ã¥È¥ï¡¼¥¯¥½¥Õ¥È¥¦¥§¥¢¡¢ X, ¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤òƱ»þ¤Ë¼Â¹Ô ¤¹¤ë¤Ë¤Ï¡¢¥á¥â¥ê¤ÏºÇÄã 16MB ¤ÏÍߤ·¤¤¤È¤³¤í¤Ç¤¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í *************** *** 813,827 **** ¤¹¡£¤·¤«¤·¡¢¹Í¤¨Êý¤Ï¿Í¤½¤ì¤¾¤ì¤Ê¤Î¤Ç¡¢¤³¤ì¤Ç¤â²æËý¤Ç¤­¤ë¤È»×¤¦¿Í¤â¤¤¤ë ¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! »Ï¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X ¥¦¥£¥ó¥É¥¦¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ! [C:\] startx ! ¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£ X ¥¦¥£¥ó¥É¥¦¤«¤éÈ´¤±½Ð¤¹¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë xterm ¤Ç ``exit'' ¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£.xinitrc, .xserverrc, .twmrc ¥Õ¥¡¥¤¥ë¤ò HOME ´Ä¶­ --- 912,938 ---- ¤¹¡£¤·¤«¤·¡¢¹Í¤¨Êý¤Ï¿Í¤½¤ì¤¾¤ì¤Ê¤Î¤Ç¡¢¤³¤ì¤Ç¤â²æËý¤Ç¤­¤ë¤È»×¤¦¿Í¤â¤¤¤ë ¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ¥ê¥½¡¼¥¹¤Ë´Ø¤¹¤ëÍ×µá¤Ï¾¤Ë¤â¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹: WindowMaker, KDE, Gnome, ! Enlightenment Åù¤ÎÊ£»¨¤Ê¥Ç¥¹¥¯¥È¥Ã¥×´Ä¶­¤¬Åо줷¤¿¤³¤È¤Ë¤è¤ê¡¢Èó¾ï¤Ë¿ ! ¤¯¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Õ¥£¡¼¥Á¥ã¤¬Äɲ䵤졢ɬÍפʥ꥽¡¼¥¹¤ÏÂ礭¤¯¤Ê¤ê¤Þ¤· ! ¤¿¡£ X ¥µ¡¼¥Ð¤Ï»È¤ï¤ì¤¿¥Õ¥©¥ó¥È¤ä¥ê¥½¡¼¥¹ÀßÄê¤òÆâÉôŪ¤Ë¥­¥ã¥Ã¥·¥å¤¹¤ë ! ¤Î¤Ç¡¢¥¦¥£¥ó¥É¥¦(¥Ð¥Ã¥­¥ó¥°¥¹¥È¥¢)¤Î¿ô¤Ë¤è¤Ã¤Æ¤Ï¡¢Àè¤Ë½Ò¤Ù¤¿Î̤è¤ê¤â ! ¤º¤Ã¤È¿¤¯¤Î¥á¥â¥ê¤È¥¹¥ï¥Ã¥×Îΰ褬ɬÍפȤʤê¤Þ¤¹¡£¤Þ¤¿¡¢X ¤Ï PM ¤ÈƱ»þ ! ¤ËÆ°ºî¤·¤Æ»ñ¸»¤ò¶¦Í­¤¹¤ë¤³¤È¤â¹Íθ¤·¤Æ¤¯¤À¤µ¤¤¡£É®¼Ô¤Î¥·¥¹¥Æ¥à¤ÏÈæ³ÓŪ ! ¶¯ÎÏ¤Ê PII-233¡¢¥á¥â¥ê 128M ¤Î¥Þ¥·¥ó¤Ç¤¹¤¬¡¢¤³¤ì¤Ï³«È¯¥·¥¹¥Æ¥à¤Ç¤¹¡£ ! 64MB ¤¬¤À¤¤¤¿¤¤É¸½à¤Ç¡¢ÉáÄ̤ÎÌÜŪ¤Ç¤Ï¤³¤ì¤Ç½½Ê¬¤Ç¤¹¡£É®¼Ô¤Î¥é¥Ã¥×¥È¥Ã ! ¥×µ¡¤Ç¤Ï¡¢¥á¥â¥ê 32MB ¤Ç¤â Aurora ¤È XFree86 ¤¬°ì½ï¤ËÆ°¤¤¤Æ¤¤¤Þ¤¹¡£ ! ½é¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X ¥¦¥£¥ó¥É¥¦¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ! startx ! ¤ò PM ¤Î CMD ¥¦¥£¥ó¥É¥¦¤«¤é¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤ò¥Õ¥ë¥¹¥¯¥ê ! ¡¼¥ó¤Î¥»¥Ã¥·¥ç¥ó¤ä¥ê¥â¡¼¥È¤Î telnet ¥»¥Ã¥·¥ç¥ó¤«¤é¼Â¹Ô¤¹¤ë¤ÈÌäÂ꤬µ¯¤­ ! ¤ë¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò¹Ô¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ X ¥¦¥£¥ó¥É¥¦¤«¤éÈ´¤±½Ð¤¹¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë xterm ¤Ç ``exit'' ¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£.xinitrc, .xserverrc, .twmrc ¥Õ¥¡¥¤¥ë¤ò HOME ´Ä¶­ *************** *** 832,849 **** ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¥·¥¹¥Æ¥àÁ´ÂΤΠxinitrc ¥Õ¥¡¥¤¥ë (Y:/XFree86/lib/X11/xinit/xinitrc.cmd)¤Ï¤«¤Ê¤êºî¤ê¤¬´Êñ¤Ç¤¢¤ë twm ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ ! http://set.gmd.de/~veit/os2/xf86ported.html ¤Ë¤¢¤ë°Ü¿¢¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú ¡¼¥¸¤Ç¡¢¤â¤Ã¤ÈÎɤ¤¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ ! 13. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ËÜÅö¤Ë XFree86/OS2 ¤ò¥½¡¼¥¹¤«¤é¥³¥ó¥Ñ¥¤¥ë¤·¤¿¤¤¤ó¤Ç¤¹¤«? ºÇ½é¤«¤é XFree86/OS2 ¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Î¾Ü¤·¤¤¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ¡ÖOS2.Notes¡×¥Õ¥¡¥¤¥ë¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ ! 14. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤ò¹½ÃÛ¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡ ¤Ï¡¢ Imakefile ¤¬¥½¡¼¥¹¤ËÉÕ°¤·¤Æ¤¤¤ì¤Ð¡¢xmkmf ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ --- 943,960 ---- ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¥·¥¹¥Æ¥àÁ´ÂΤΠxinitrc ¥Õ¥¡¥¤¥ë (Y:/XFree86/lib/X11/xinit/xinitrc.cmd)¤Ï¤«¤Ê¤êºî¤ê¤¬´Êñ¤Ç¤¢¤ë twm ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ ! http://ais.gmd.de/~veit/os2/xf86ported.html ¤Ë¤¢¤ë°Ü¿¢¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú ¡¼¥¸¤Ç¡¢¤â¤Ã¤ÈÎɤ¤¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ ! 14. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ËÜÅö¤Ë XFree86/OS2 ¤ò¥½¡¼¥¹¤«¤é¥³¥ó¥Ñ¥¤¥ë¤·¤¿¤¤¤ó¤Ç¤¹¤«? ºÇ½é¤«¤é XFree86/OS2 ¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Î¾Ü¤·¤¤¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ¡ÖOS2.Notes¡×¥Õ¥¡¥¤¥ë¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ ! 15. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤ò¹½ÃÛ¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡ ¤Ï¡¢ Imakefile ¤¬¥½¡¼¥¹¤ËÉÕ°¤·¤Æ¤¤¤ì¤Ð¡¢xmkmf ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ *************** *** 864,906 **** o ¤³¤Î°Ü¿¢¤¬Â礭¤¯°Í¸¤·¤Æ¤¤¤ëÁÇÀ²¤é¤·¤¤´ðËÜ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤¢¤ë EMX ¤òºîÀ®¤µ¤ì¤¿ Eberhard Mattes ¤µ¤ó ! o ¤ï¤¿¤· - ¤¤¤ä¤¤¤ä¡¢¤³¤ì¤Ï˺¤ì¤Æ¤¯¤À¤µ¤¤¡£¼«Ê¬¤òÍÀ¤á¤ëµ¤¤Ï¤Ê¤¤¤Ç¤¹ :-) - $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2,v 1.1.2.1 1999/06/02 07:50:49 hohndel Exp $ - - - - - - $XConsortium: OS2.sgml /main/4 1996/03/11 10:46:06 kaleb $ - - - - - - - - - - - - - - - - - - - - - - - - - - --- 975,984 ---- o ¤³¤Î°Ü¿¢¤¬Â礭¤¯°Í¸¤·¤Æ¤¤¤ëÁÇÀ²¤é¤·¤¤´ðËÜ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤¢¤ë EMX ¤òºîÀ®¤µ¤ì¤¿ Eberhard Mattes ¤µ¤ó ! o ¤ï¤¿¤· - ¤¤¤ä¤¤¤ä¡¢¤³¤ì¤Ï˺¤ì¤Æ¤¯¤À¤µ¤¤¡£¼«Ê¬¤òÍÀ¤á¤ëµ¤¤Ï¤¢¤ê¤Þ¤»¤ó :-) *************** *** 910,915 **** --- 988,994 ---- + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OS2,v 1.1.2.3 1999/12/28 12:13:48 hohndel Exp $ *************** *** 917,924 **** --- 996,1010 ---- + $XConsortium: OS2.sgml /main/4 1996/03/11 10:46:06 kaleb $ + 16. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± + ²Å )¡£ÌäÂêÅÀ¤Î»ØŦ + ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È + ¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê + ¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak:1.1.2.1 Wed Jun 2 17:50:50 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak Sat Nov 27 02:23:07 1999 *************** *** 1,264 **** ! Oak Technologies Inc. À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Jorge F. Delgado Mendoza (ernar@dit.upm.es) ! 27 February 1998 ! The X Japanese Documentation Project ! 15 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 3. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! 4. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥â¥Î¥¯¥í¥µ¡¼¥Ð¤È 8 ¥Ó¥Ã¥È¡¢256¿§¤Î SVGA ¥µ¡¼¥Ð¤Ç»È¤ï¤ì¤Æ ! ¤¤¤Þ¤¹¡£°Ê²¼¤Ëµó¤²¤ë Oak Tech. Inc. À½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹: ! ! OTI037C ! 8¥Ó¥Ã¥È¤Î VGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¡¢256K ¥Ð¥¤¥È¤Þ¤Ç¤Î DRAM ¤òÀѤळ¤È ! ¤¬¤Ç¤­¤Þ¤¹¡£É®¼Ô¤¬¸«¤¿¤³¤È¤¬¤¢¤ë¤â¤Î¤ÏÁ´¤Æɸ½à VGA ¥â¡¼¥É(¤Ä¤Þ ! ¤ê¡¢ 320x200x256 °Ê²¼¤È 640x480x16 °Ê²¼)¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¤Ç¤· ! ¤¿¡£¤³¤Î¥Á¥Ã¥×¤Î¼«Æ°¸¡½Ð¤Ï¸½ºß¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢Âå¤ï¤ê¤ËÈÆ ! ÍÑ VGA ¥É¥é¥¤¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! OTI067 ! ISA ¤Î SVGA Âбþ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£512K ¥Ð¥¤¥È¤Þ¤Ç¤Î DRAM(ÉáÄÌ¤Ï ! 70/80 ns)¤òÀѤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! OTI077 ! 067 ¤Î²þÎÉÈǤǡ¢1M ¥Ð¥¤¥È¤Î¥á¥â¥ê¤È 65MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë ! Âбþ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ç¤Ï²òÁü ! ÅÙ 1024x768, 256 ¿§°Ê²¼¤Îɽ¼¨¤¬²Äǽ¤Ç¡¢¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ç¤Ï²ò ! ÁüÅÙ 1280x1024, 16 ¿§¤Þ¤Ç¤Îɽ¼¨¤¬²Äǽ¤Ç¤¹¡£ ! ! OTI087 ! ½é´ü¤Î VLB ¥Á¥Ã¥×¥»¥Ã¥È¤Î1¤Ä¤Ç¤¢¤ê¡¢16¥Ó¥Ã¥ÈÉý¤Î³°Éô¥Ç¡¼¥¿¥Ñ¥¹¤¬ ! ¤¢¤ê¡¢ 32¥Ó¥Ã¥ÈÉý¤ÎÆâÉô¥á¥â¥ê¥³¥ó¥È¥í¡¼¥é¥Ç¡¼¥¿¥Ñ¥¹¤¬¤¢¤ê¤Þ¤¹¡£ ! °ìÉô¤Îµ¡Ç½¤ËÂбþ¤¹¤ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÍѥϡ¼¥É¥¦¥§¥¢¤òÁõÈ÷¤·¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Îµ¡Ç½¤Ï¥ì¥¸¥¹¥¿¥Ù¡¼¥¹¤Î¿§Å¸³«¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¡¢¥× ! ¥ê¥ß¥Æ¥£¥Ö¤Ê BitBlt ¥¨¥ó¥¸¥ó¡¢64¥Ó¥Ã¥È¥°¥é¥Õ¥£¥Ã¥¯¥é¥Ã¥Á¤ä¡¢¤½¤Î ! ¾¤Î¿·¤·¤¤(Åö»þ)µ¡Ç½¤Ç¤¹¡£ BIOS ¤ÎºÇÂç²òÁüÅÙ¤Ï 1024x768x256(¥Î¥ó ! ¥¤¥ó¥¿¥ì¡¼¥¹)¤È 1280x1024x256(¥¤¥ó¥¿¥ì¡¼¥¹)¤Ç¤¹¡£ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯ÃÍ¤Ï 80MHz ¤Ç¤¹¤¬¡¢ÉáÄÌ¤Ï 78MHz ¤Þ¤Ç¤Î¼þÇÈ¿ô¤Ë¤·¤«Âбþ¤·¤Æ ! ¤¤¤Ê¤¤ OTI068 ¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤ï¤ì¤Þ¤¹¡£¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ï 70/70R ns ¤Î DRAM ¤ò 2MB ¤Þ¤ÇÀѤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! OTI107, OTI111 ! Oak Tech. ¤Î¿·¤·¤¤ PCI ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ø¤ÎÂÐ ! ±þ¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏÈó¾ï¤ËÄÁ¤· ! ¤¯¡¢É®¼Ô¤â¼Âʪ¤ò¸«¤¿¤³¤È¤¬¤Ê¤¤¤«¤é¤Ç¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢107 ÅëºÜ¥Ü ! ¡¼¥É¤â 111 ÅëºÜ¥Ü¡¼¥É("Spitfire 64111" ¤È¤â¸Æ¤Ð¤ì¤Þ¤¹)¤â¸«¤Ä¤±¤ë ! ¤³¤È¤Ï¤Ç¤­¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤ò»ý¤Ã¤Æ¤¤¤ëÊý¤¬¤¤¤é¤Ã¤·¤ã ! ¤ì¤Ð¡¢¤¼¤Ò XFree86 ¤Ë´óÉÕ¤·¤Æ¤¯¤À¤µ¤¤¡£´î¤ó¤Ç¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î ! ¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤¹¡£ ! ! OTI087 ¤Þ¤Ç¤ÎÁ´¤Æ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡Ö¸åÊý¸ß´¹À­¡×¤¬¤¢¤ê¤Þ¤¹¡£¼ÂºÝ¡¢ ! OTI087 ¥Ù¡¼¥¹¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÍѥɥ饤¥Ð¤Î½é´ü¤Î¤â¤Î¤Ë¤Ï¡¢077 ÍѤ˺î¤é¤ì ! ¤¿¤â¤Î¤â¤¢¤ê¤Þ¤·¤¿¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Î¤Ï OTI087 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѥɥé ! ¥¤¥Ð¤À¤±¤Ç¤¹¡£¤Þ¤¿¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Ï 067/077 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѤΤâ¤Î¤·¤« ! ¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! ! °Ê²¼¤Ëµó¤²¤ë¥ª¥×¥·¥ç¥ó¤Ï Oak ¥É¥é¥¤¥ÐÀìÍѤǤ¹¡£¤½¤ì¤¾¤ì¤Î¥ª¥×¥·¥ç¥ó ! ¤Ï¡¢ XF86Config ¥Õ¥¡¥¤¥ë¤Î 'svga' ¥É¥é¥¤¥Ð¥»¥¯¥·¥ç¥ó¤Î¡¢Å¬ÍѤ·¤¿¤¤ ! Screen ¸þ¤±¤Î¥µ¥Ö¥»¥¯¥·¥ç¥óÆâ¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(Device ¥»¥¯ ! ¥·¥ç¥ó¤Ç»ØÄꤹ¤ì¤Ð¡¢Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ë¤ª¤¤¤Æ¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹)¡£ ! ! Option "linear" (OTI087) ! ¼«Æ°¸¡½Ð¤Ë¤è¤ê ISA ¥«¡¼¥É¤È¤·¤Æǧ¼±¤µ¤ì¤ë¥«¡¼¥É¤Ç¤Ï¡¢¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤È 0xE00000(14MB)¤Ë¤ª¤¤¤Æ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡ ! ¤¬Í­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ VLB ¥«¡¼¥É¤Ç¤Ï¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ï 0x4E00000 ! ¤Ë¥Þ¥Ã¥×¤µ¤ì¤Þ¤¹¡£¥¢¥Ñ¡¼¥Á¥ã¤ÏXF86Config ¥Õ¥¡¥¤¥ë¤Î¥Ñ¥é¥á¡¼¥¿ ! VideoRam ¤Þ¤¿¤Ï¥Ü¡¼¥É¤ËÂФ·¤Æ¸¡½Ð¤ò¹Ô¤Ã¤¿·ë²ÌÃͤ˰͸¤·¤Þ ! ¤¹¡£DX2-66 486 ¥Þ¥·¥ó¤Ë VLB ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤òÀѤó¤Ç¤¤¤ë¾ì¹ç¤Ï¡¢¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤Ç 15% ÄøÅÙÀ­Ç½¤¬¸þ¾å¤·¤Þ¤¹¡£¥Þ¥¶¡¼¥Ü¡¼¥É¤¬ ! 0x4E00000 ¤Ø¤Î¥Þ¥Ã¥×¤ò¹Ô¤¨¤Ê¤¤¤³¤È¤¬¤¢¤ê¡¢¤½¤Î»þ¤Ë¤Ï¥á¥¤¥ó¥á¥â¥ê ! ¤¬ 14MB °Ê¾å¤¢¤ë¤È¥ê¥Ë¥¢¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£¤³¤ì¤ÏÉ®¼Ô¤Î ! ´Ä¶­¤Ç³Îǧ¤·¤Þ¤·¤¿¡£ ! ! Option "fifo_aggressive" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Î¥³¥Þ¥ó¥É FIFO ¤ÎïçÃÍ ! ¤¬0¥¤¥ó¥¹¥È¥é¥¯¥·¥ç¥ó¤Ë¥»¥Ã¥È¤µ¤ì¤Þ¤¹¡£¤³¤ÎÃͤÏ16¥Ó¥Ã¥È¥Ç¡¼¥¿Å¾ ! Á÷¤Ë¤ª¤¤¤Æ¤Ï¤­¤Ã¤ÈºÇŬÃͤǤ·¤ç¤¦(¤³¤ì¤Ï°Û¤Ê¤ëÃͤò»È¤Ã¤Æ xbench ! ¤Ç¼Â¸³¤·¤¿·ë²Ì¤Ç¤¹)¡£ DX2-66 ¤Î 486 ¥Þ¥·¥ó¤Ç¤Ï 5-10% ¤ÎÀ­Ç½¸þ¾å ! ¤¬´üÂԤǤ­¤Þ¤¹¡£ ! ! Option "fifo_conservative" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï FIFO ¤ò°ÂÁ´¤ÊÃͤǤ¢¤ë14¤Ë¥»¥Ã¥È¤·¤Þ¤¹¤¬¡¢¥Ü¡¼¥É ! ¤ÎÀ­Ç½¤Ï 50% Äã²¼¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤Î¤Ï¡¢²èÌ̤˼ʤ¬Æþ ! ¤ë¤È¤­¤ä²èÌ̤¬¤ª¤«¤·¤¯¤Ê¤ë»þ¤À¤±¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! Option "enable_bitblt" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ü¡¼¥É¤ÎÆâÉô¥­¥ã¥Ã¥·¥å¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥­¥ã¥Ã ! ¥·¥å¤Ï´ðËÜŪ¤Ê bitblt ¥¨¥ó¥¸¥ó¤È¤·¤Æ»È¤ï¤ì¤Þ¤¹¡£À­Ç½¤Ï¤À¤¤¤¿ ! ¤¤100%¸þ¾å¤·¤Þ¤¹(xbench ¤Î BlitStones Ãͤ¬Çܤˤʤê¤Þ¤¹)¡£¤Û¤È¤ó ! ¤É¤Î OTI087 ¥Ü¡¼¥É¤Ï¡¢¤³¤Îµ¡Ç½¤ËÉÔ¶ñ¹ç¤¬¤¢¤ë¤è¤¦¤Ç¡¢xterm ¤¬½ÐÎÏ ! ¤¹¤ë¥Æ¥­¥¹¥È¤¬²õ¤ì¤¿¤ê¡¢²èÌÌÁ´ÂΤ˥ޥ¦¥¹¤Î°ÜÆ°¤·¤¿¸å¤Î¥´¥ß¤¬»Ä¤Ã ! ¤¿¤ê¤·¤Þ¤¹¡£·Ð¸³Â§¤È¤·¤Æ¤Ï¡¢¤Þ¤º¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤·¤Æ¤ª ! ¤­¡¢ÉÔ¶ñ¹ç¤¬¤¢¤ë¤è¤¦¤Ê¤é¤Ð̵¸ú¤Ë¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! Option "clock_50" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÆâÉô¥¹¥Ô¡¼¥É¤ò 50MHz ¤Ë¤·¤Þ¤¹¡£ ! ! Option "clock_66" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÆâÉô¥¹¥Ô¡¼¥É¤ò 66MHz ¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢¥Á¥Ã ! ¥×¥»¥Ã¥È¤Ï¹â®¤ËÆ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Option "no_wait" (OTI087) ! VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤¬ÂÔ¤Á¾õÂ֤ˤʤé¤Ê¤¤¤è¤¦¤ËÀßÄꤷ¤Þ¤¹¡£ÃæÄøÅ٤Π! VLB ¥Ü¡¼¥É(É®¼Ô¤Î¥Ü¡¼¥É¤Ï VLB/PCI ¤Ç¡¢¤¢¤Þ¤ê¹â®¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó)¤Ç¤Ï¡¢VLB Æ©²á¥â¡¼¥É¤Î¤È¤­¡¢¥Ð¥¹·Ðͳ¤ÎžÁ÷¥ì¡¼¥È¤Ï 16MB/Éà ¤Þ ! ¤Ç¾å¤¬¤ê¤Þ¤¹¡£ ! ! Option "first_wait" (OTI087) ! VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤¬¥Ð¡¼¥¹¥ÈžÁ÷¤ÇÆɤ߽ñ¤­¤ò¹Ô¤¦¤È¤­¤Ë¡¢ºÇ½é ! ¤Ë1ÅÙÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Option "first_wwait" (OTI087) ! Á°¤Î¥ª¥×¥·¥ç¥ó¤È»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤Ï¥Ð¡¼¥¹¥ÈžÁ÷¤ÎºÇ½é¤Î¡Ö½ñ¤­¹þ ! ¤ß¡×¤Î»þ¤À¤±ÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë¤·¤Þ¤¹¡£Æɤ߹þ¤ß¤Ë¤Ï±Æ¶Á¤òÍ¿¤¨¤Þ ! ¤»¤ó¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤Î¥Ç¥Õ¥©¥ë¥È¤ÎÆ°ºî¤Ç¤¹¡£ ! ! Option "write_wait" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢³Æ½ñ¤­¹þ¤ß¥µ¥¤¥¯¥ë¤´¤È¤Ë1ÅÙÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦ ! ¤Ë VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÀßÄꤷ¤Þ¤¹¡£ ! ! Option "read_wait" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢³ÆÆɤ߹þ¤ß¥µ¥¤¥¯¥ë¤´¤È¤Ë1ÅÙÂÔ¤Á¾õÂ֤Ȥʤë¤è¤¦ ! ¤Ë VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÀßÄꤷ¤Þ¤¹¡£ ! ! Option "all_wait" (OTI087) ! Á´¤Æ¤Î¾ì¹ç¤Ë¤ª¤¤¤ÆÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë¤·¡¢VLB žÁ÷¤òºÇ¤âÃÙ¤¯¤·¤Þ ! ¤¹¡£¤¿¤Ö¤ó¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òɬÍפȤ¹¤ë¥Ü¡¼¥É¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! Option "one_wait" (OTI087) ! ¾¯¤Ê¤¯¤È¤â1ÅÙÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÀßÄꤷ¤Þ ! ¤¹¡£ ! ! Option "noaccel" (OTI087) ! ºÇ¶á¡¢1¤Ä¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥ë¡¼¥Á¥ó¤¬¥É¥é¥¤¥Ð¤ËÄɲ䵤ì¤Þ¤· ! ¤¿¡£¤³¤ì¤Ë¤è¤ê¡¢Åɤê¤Ä¤Ö¤·¤Î®ÅÙ¤¬¤º¤Ã¤È®¤¯¤Ê¤ê¤Þ¤·¤¿¡£¤³¤Î¥ë¡¼ ! ¥Á¥ó¤Ï(ºÇ¿·¤Î¾õÂ֤Ǥâ)ʬ³ä¥¢¥É¥ì¥Ã¥·¥ó¥°»ÈÍÑ»þ¡¢¤«¤Ä²¾ÁÛ¥¹¥¯¥ê¡¼ ! ¥ó¤ÎÉý¤¬ 1024 ¤Î»þ¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£¤³¤Îµ¡Ç½¤Ï¥É¥é¥¤¥Ð¤¬¼«Æ°Åª¤Ë ! Í­¸ú¤Ë¤·¤Þ¤¹¡£Ìµ¸ú¤Ë¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Þ¤¹¡£ ! ! ·Ð¸³Åª¤Ë¤Ï¡¢ºÇ½é¤Ë "no_wait" ¤ò»î¤·¡¢¤³¤ì¤Ç¥Æ¥­¥¹¥Èɽ¼¨¤¬Íð¤ì¤Ê¤±¤ì¤Ð ! ¤½¤Î¤Þ¤Þ¤ÇÂç¾æÉפǤ¹¡£É½¼¨¤¬Íð¤ì¤ë¾ì¹ç¤Ë¤Ï¡¢"first_wwait" ¤ò»î¤·¡¢¤½¤ì ! ¤Ç¤âÂÌÌܤʤéÀ­Ç½¤ò½ç¼¡Íî¤È¤·¤Æ¤¤¤­¤Þ¤¹¡£ISA ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë ! ¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ! 3. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! ! ! Èó¾ï¤Ë¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»ÈÍѤ¹¤ë¤È¡¢¥Ü¡¼¥É¤ÎÀ­Ç½¤Ë¡ÖÈó¾ï¤Ë¡×°­¤¤±Æ¶Á ! ¤òÍ¿¤¨¤Þ¤¹¡£¤½¤ÎÍýͳ¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 80M¥Ó¥Ã¥È/ÉäËÀ©¸Â¤µ¤ì¤Æ¤¤¤ë ! ¤¿¤á¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ø¤Î¥Ç¡¼¥¿ÉÁ²è¤ÎǽÎϤ¬À©¸Â ! ¤µ¤ì¤ë¤«¤é¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢(Î㤨¤Ð)72MHz ¥Ù¡¼¥¹¤Î¥â¡¼¥É¤ÎÀ­Ç½¤ÎÊý¤¬ ! 78MHz ¥Ù¡¼¥¹¤Î¥â¡¼¥É¤è¤ê¤âÀ­Ç½¤¬¹â¤¯¤Ê¤ë¤È¹Í¤¨¤é¤ì¤Þ¤¹¡£¥¹¥¯¥ê¡¼¥ó¤Î½ñ ! ¤­´¹¤¨¤ËɬÍפȤ¹¤ë¥Ð¥ó¥ÉÉý¤Ï¸å¼Ô¤ÎÊý¤¬¹â¤¤¤«¤é¤Ç¤¹¡£ ! ! OTI087 ¤Ç¤Ï 76Hz, 1024x768 ¥â¡¼¥É»þ¤ËºÇ¹â¤Î¥¯¥í¥Ã¥¯(78MHz)¤ò»È¤Ã¤Æ¤â¤¢ ! ¤Þ¤ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó¡£¥«¡¼¥É¤¬¤Û¤È¤ó¤É¸Â³¦¤Ë㤹¤ë¤«¤é¤Ç¤¹¡£72MHz ¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Á¤ç¤¦¤ÉÎɤ¤ÃÍ¤Ï 70Hz ¤Ç¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯ 78MHz ¤Ç ! 1024x768, 76Hz ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥â¥Ë¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¤¤¤º¤ì¤Ë¤»¤èÉá ! Ä̤ΠOTI087 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤ÏÎÏÉÔ­¤Ç¤¹¡£ ! ! ! 4. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! ! ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï ISA ¥Ü¡¼¥É¤Î¾ì¹ç¤Ï 14M ¥Ð¥¤¥È¡¢VLB ¥Ü¡¼¥É¤Î¾ì¹ç ! ¤Ë¤Ï 78M ¥Ð¥¤¥È¤È¥Ï¡¼¥É¥¦¥§¥¢Åª¤Ë·è¤Þ¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤½¤ì°Ê¾å ! ¤ÎÎΰ褬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¥¢ ! ¥Ñ¡¼¥Á¥ã¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Î VideoRam ¥Ñ¥é¥á¡¼¥¿¤«¡¢(VideoRam ¤¬Àß ! Äꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð)¸¡½Ð¤·¤¿¥á¥â¥ê¤ÎÎ̤ò»È¤Ã¤Æ·è¤á¤é¤ì¤Þ¤¹¡£ ! ! ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ÏÁ´¤Æ¤Î ISA ¤ÇÆ°¤­¡¢VLB ¥Ü¡¼¥É¤âÌäÂê̵¤¯Æ°¤¯¤È»× ! ¤¤¤Þ¤¹(´°Á´¤Ë¤Ï¥Æ¥¹¥È¤·¤Æ¤¤¤Þ¤»¤ó)¡£ ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak,v 1.1.2.1 1999/06/02 07:50:50 hohndel Exp $ ! ! ! ! ! ! $XConsortium: Oak.sgml /main/8 1996/05/12 20:58:00 kaleb $ ! ! ! ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,201 ---- ! Oak Technologies Inc. À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Jorge F. Delgado Mendoza (delgadomendoza.j@pg.com) ! 17 August 1999 ! The X Japanese Documentation Project ! 12 September 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 3. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! 4. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥â¥Î¥¯¥í¥µ¡¼¥Ð¤È 8 ¥Ó¥Ã¥È¡¢256¿§¤Î SVGA ¥µ¡¼¥Ð¤Ç»È¤ï¤ì¤Æ ! ¤¤¤Þ¤¹¡£°Ê²¼¤Ëµó¤²¤ë Oak Tech. Inc. À½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹: ! ! OTI037C ! 8¥Ó¥Ã¥È¤Î VGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¡¢256K ¥Ð¥¤¥È¤Þ¤Ç¤Î DRAM ¤òÀѤळ¤È ! ¤¬¤Ç¤­¤Þ¤¹¡£É®¼Ô¤¬¸«¤¿¤³¤È¤¬¤¢¤ë¤â¤Î¤ÏÁ´¤Æɸ½à VGA ¥â¡¼¥É(¤Ä¤Þ ! ¤ê¡¢ 320x200x256 °Ê²¼¤È 640x480x16 °Ê²¼)¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¤Ç¤· ! ¤¿¡£¤³¤Î¥Á¥Ã¥×¤Î¼«Æ°¸¡½Ð¤Ï¸½ºß¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢Âå¤ï¤ê¤ËÈÆ ! ÍÑ VGA ¥É¥é¥¤¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! OTI067 ! ISA ¤Î SVGA Âбþ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£512K ¥Ð¥¤¥È¤Þ¤Ç¤Î DRAM(ÉáÄÌ¤Ï ! 70/80 ns)¤òÀѤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! OTI077 ! 067 ¤Î²þÎÉÈǤǡ¢1M ¥Ð¥¤¥È¤Î¥á¥â¥ê¤È 65MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë ! Âбþ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ç¤Ï²òÁü ! ÅÙ 1024x768, 256 ¿§°Ê²¼¤Îɽ¼¨¤¬²Äǽ¤Ç¡¢¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ç¤Ï²ò ! ÁüÅÙ 1280x1024, 16 ¿§¤Þ¤Ç¤Îɽ¼¨¤¬²Äǽ¤Ç¤¹¡£ ! ! OTI087 ! ½é´ü¤Î VLB ¥Á¥Ã¥×¥»¥Ã¥È¤Î1¤Ä¤Ç¤¢¤ê¡¢16¥Ó¥Ã¥ÈÉý¤Î³°Éô¥Ç¡¼¥¿¥Ñ¥¹¤¬ ! ¤¢¤ê¡¢ 32¥Ó¥Ã¥ÈÉý¤ÎÆâÉô¥á¥â¥ê¥³¥ó¥È¥í¡¼¥é¥Ç¡¼¥¿¥Ñ¥¹¤¬¤¢¤ê¤Þ¤¹¡£ ! °ìÉô¤Îµ¡Ç½¤ËÂбþ¤¹¤ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÍѥϡ¼¥É¥¦¥§¥¢¤òÁõÈ÷¤·¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Îµ¡Ç½¤Ï¥ì¥¸¥¹¥¿¥Ù¡¼¥¹¤Î¿§Å¸³«¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¡¢¥× ! ¥ê¥ß¥Æ¥£¥Ö¤Ê BitBlt ¥¨¥ó¥¸¥ó¡¢64¥Ó¥Ã¥È¥°¥é¥Õ¥£¥Ã¥¯¥é¥Ã¥Á¤ä¡¢¤½¤Î ! ¾¤Î¿·¤·¤¤(Åö»þ)µ¡Ç½¤Ç¤¹¡£ BIOS ¤ÎºÇÂç²òÁüÅÙ¤Ï 1024x768x256(¥Î¥ó ! ¥¤¥ó¥¿¥ì¡¼¥¹)¤È 1280x1024x256(¥¤¥ó¥¿¥ì¡¼¥¹)¤Ç¤¹¡£ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯ÃÍ¤Ï 80MHz ¤Ç¤¹¤¬¡¢ÉáÄÌ¤Ï 78MHz ¤Þ¤Ç¤Î¼þÇÈ¿ô¤Ë¤·¤«Âбþ¤·¤Æ ! ¤¤¤Ê¤¤ OTI068 ¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤ï¤ì¤Þ¤¹¡£¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ï 70/70R ns ¤Î DRAM ¤ò 2MB ¤Þ¤ÇÀѤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! OTI107, OTI111 ! Oak Tech. ¤Î¿·¤·¤¤ PCI ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ø¤ÎÂÐ ! ±þ¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏÈó¾ï¤ËÄÁ¤· ! ¤¯¡¢É®¼Ô¤â¼Âʪ¤ò¸«¤¿¤³¤È¤¬¤Ê¤¤¤«¤é¤Ç¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢107 ÅëºÜ¥Ü ! ¡¼¥É¤ò¸«¤Ä¤±¤ë¤³¤È¤Ï¤Ç¤­¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤ò»ý¤Ã¤Æ¤¤¤ë ! Êý¤¬¤¤¤é¤Ã¤·¤ã¤ì¤Ð¡¢¤¼¤Ò XFree86 ¤Ë´óÉÕ¤·¤Æ¤¯¤À¤µ¤¤¡£´î¤ó¤Ç¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤¹¡£ ! ! ¸½ºß¤Ï OTI111 ¤¬Æþ¼ê¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤ª¤ê¡¢²æ¡¹¤â¤³¤ì¤ò¥µ¥Ý¡¼¥È ! ¤¹¤ë¤¿¤á¤Îºî¶È¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! OTI087 ¤Þ¤Ç¤ÎÁ´¤Æ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡Ö¸åÊý¸ß´¹À­¡×¤¬¤¢¤ê¤Þ¤¹¡£¼ÂºÝ¡¢ ! OTI087 ¥Ù¡¼¥¹¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÍѥɥ饤¥Ð¤Î½é´ü¤Î¤â¤Î¤Ë¤Ï¡¢077 ÍѤ˺î¤é¤ì ! ¤¿¤â¤Î¤â¤¢¤ê¤Þ¤·¤¿¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Î¤Ï OTI087 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѥɥé ! ¥¤¥Ð¤À¤±¤Ç¤¹¡£¤Þ¤¿¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Ï 067/077 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѤΤâ¤Î¤·¤« ! ¤¢¤ê¤Þ¤»¤ó¡£ ! ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! °Ê²¼¤Ëµó¤²¤ë¥ª¥×¥·¥ç¥ó¤Ï Oak ¥É¥é¥¤¥ÐÀìÍѤǤ¹¡£¤½¤ì¤¾¤ì¤Î¥ª¥×¥·¥ç¥ó ! ¤Ï¡¢ XF86Config ¥Õ¥¡¥¤¥ë¤Î 'svga' ¥É¥é¥¤¥Ð¥»¥¯¥·¥ç¥ó¤Î¡¢Å¬ÍѤ·¤¿¤¤ ! Screen ¸þ¤±¤Î¥µ¥Ö¥»¥¯¥·¥ç¥óÆâ¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(Device ¥»¥¯ ! ¥·¥ç¥ó¤Ç»ØÄꤹ¤ì¤Ð¡¢Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ë¤ª¤¤¤Æ¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹)¡£ ! ! Option "linear" (OTI087) ! ¼«Æ°¸¡½Ð¤Ë¤è¤ê ISA ¥«¡¼¥É¤È¤·¤Æǧ¼±¤µ¤ì¤ë¥«¡¼¥É¤Ç¤Ï¡¢¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤È 0xE00000(14MB)¤Ë¤ª¤¤¤Æ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡ ! ¤¬Í­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ VLB ¥«¡¼¥É¤Ç¤Ï¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ï 0x4E00000 ! ¤Ë¥Þ¥Ã¥×¤µ¤ì¤Þ¤¹¡£¥¢¥Ñ¡¼¥Á¥ã¤ÏXF86Config ¥Õ¥¡¥¤¥ë¤Î¥Ñ¥é¥á¡¼¥¿ ! VideoRam ¤Þ¤¿¤Ï¥Ü¡¼¥É¤ËÂФ·¤Æ¸¡½Ð¤ò¹Ô¤Ã¤¿·ë²ÌÃͤ˰͸¤·¤Þ ! ¤¹¡£DX2-66 486 ¥Þ¥·¥ó¤Ë VLB ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤òÀѤó¤Ç¤¤¤ë¾ì¹ç¤Ï¡¢¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤Ç 15% ÄøÅÙÀ­Ç½¤¬¸þ¾å¤·¤Þ¤¹¡£¥Þ¥¶¡¼¥Ü¡¼¥É¤¬ ! 0x4E00000 ¤Ø¤Î¥Þ¥Ã¥×¤ò¹Ô¤¨¤Ê¤¤¤³¤È¤¬¤¢¤ê¡¢¤½¤Î»þ¤Ë¤Ï¥á¥¤¥ó¥á¥â¥ê ! ¤¬ 14MB °Ê¾å¤¢¤ë¤È¥ê¥Ë¥¢¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£¤³¤ì¤ÏÉ®¼Ô¤Î ! ´Ä¶­¤Ç³Îǧ¤·¤Þ¤·¤¿¡£ ! ! Option "fifo_aggressive" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Î¥³¥Þ¥ó¥É FIFO ¤ÎïçÃÍ ! ¤¬0¥¤¥ó¥¹¥È¥é¥¯¥·¥ç¥ó¤Ë¥»¥Ã¥È¤µ¤ì¤Þ¤¹¡£¤³¤ÎÃͤÏ16¥Ó¥Ã¥È¥Ç¡¼¥¿Å¾ ! Á÷¤Ë¤ª¤¤¤Æ¤Ï¤­¤Ã¤ÈºÇŬÃͤǤ·¤ç¤¦(¤³¤ì¤Ï°Û¤Ê¤ëÃͤò»È¤Ã¤Æ xbench ! ¤Ç¼Â¸³¤·¤¿·ë²Ì¤Ç¤¹)¡£ DX2-66 ¤Î 486 ¥Þ¥·¥ó¤Ç¤Ï 5-10% ¤ÎÀ­Ç½¸þ¾å ! ¤¬´üÂԤǤ­¤Þ¤¹¡£ ! ! Option "fifo_conservative" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï FIFO ¤ò°ÂÁ´¤ÊÃͤǤ¢¤ë14¤Ë¥»¥Ã¥È¤·¤Þ¤¹¤¬¡¢¥Ü¡¼¥É ! ¤ÎÀ­Ç½¤Ï 50% Äã²¼¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤Î¤Ï¡¢²èÌ̤˼ʤ¬Æþ ! ¤ë¤È¤­¤ä²èÌ̤¬¤ª¤«¤·¤¯¤Ê¤ë»þ¤À¤±¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! Option "enable_bitblt" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ü¡¼¥É¤ÎÆâÉô¥­¥ã¥Ã¥·¥å¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥­¥ã¥Ã ! ¥·¥å¤Ï´ðËÜŪ¤Ê bitblt ¥¨¥ó¥¸¥ó¤È¤·¤Æ»È¤ï¤ì¤Þ¤¹¡£À­Ç½¤Ï¤À¤¤¤¿ ! ¤¤100%¸þ¾å¤·¤Þ¤¹(xbench ¤Î BlitStones Ãͤ¬Çܤˤʤê¤Þ¤¹)¡£¤Û¤È¤ó ! ¤É¤Î OTI087 ¥Ü¡¼¥É¤Ï¡¢¤³¤Îµ¡Ç½¤ËÉÔ¶ñ¹ç¤¬¤¢¤ë¤è¤¦¤Ç¡¢xterm ¤¬½ÐÎÏ ! ¤¹¤ë¥Æ¥­¥¹¥È¤¬²õ¤ì¤¿¤ê¡¢²èÌÌÁ´ÂΤ˥ޥ¦¥¹¤Î°ÜÆ°¤·¤¿¸å¤Î¥´¥ß¤¬»Ä¤Ã ! ¤¿¤ê¤·¤Þ¤¹¡£·Ð¸³Â§¤È¤·¤Æ¤Ï¡¢¤Þ¤º¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤·¤Æ¤ª ! ¤­¡¢ÉÔ¶ñ¹ç¤¬¤¢¤ë¤è¤¦¤Ê¤é¤Ð̵¸ú¤Ë¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! Option "clock_50" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÆâÉô¥¹¥Ô¡¼¥É¤ò 50MHz ¤Ë¤·¤Þ¤¹¡£ ! ! Option "clock_66" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÆâÉô¥¹¥Ô¡¼¥É¤ò 66MHz ¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢¥Á¥Ã ! ¥×¥»¥Ã¥È¤Ï¹â®¤ËÆ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Option "no_wait" (OTI087) ! VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤¬ÂÔ¤Á¾õÂ֤ˤʤé¤Ê¤¤¤è¤¦¤ËÀßÄꤷ¤Þ¤¹¡£ÃæÄøÅ٤Π! VLB ¥Ü¡¼¥É(É®¼Ô¤Î¥Ü¡¼¥É¤Ï VLB/PCI ¤Ç¡¢¤¢¤Þ¤ê¹â®¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó)¤Ç¤Ï¡¢VLB Æ©²á¥â¡¼¥É¤Î¤È¤­¡¢¥Ð¥¹·Ðͳ¤ÎžÁ÷¥ì¡¼¥È¤Ï 16MB/Éà ¤Þ ! ¤Ç¾å¤¬¤ê¤Þ¤¹¡£ ! ! Option "first_wait" (OTI087) ! VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤¬¥Ð¡¼¥¹¥ÈžÁ÷¤ÇÆɤ߽ñ¤­¤ò¹Ô¤¦¤È¤­¤Ë¡¢ºÇ½é ! ¤Ë1ÅÙÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Option "first_wwait" (OTI087) ! Á°¤Î¥ª¥×¥·¥ç¥ó¤È»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤Ï¥Ð¡¼¥¹¥ÈžÁ÷¤ÎºÇ½é¤Î¡Ö½ñ¤­¹þ ! ¤ß¡×¤Î»þ¤À¤±ÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë¤·¤Þ¤¹¡£Æɤ߹þ¤ß¤Ë¤Ï±Æ¶Á¤òÍ¿¤¨¤Þ ! ¤»¤ó¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤Î¥Ç¥Õ¥©¥ë¥È¤ÎÆ°ºî¤Ç¤¹¡£ ! ! Option "write_wait" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢³Æ½ñ¤­¹þ¤ß¥µ¥¤¥¯¥ë¤´¤È¤Ë1ÅÙÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦ ! ¤Ë VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÀßÄꤷ¤Þ¤¹¡£ ! ! Option "read_wait" (OTI087) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢³ÆÆɤ߹þ¤ß¥µ¥¤¥¯¥ë¤´¤È¤Ë1ÅÙÂÔ¤Á¾õÂ֤Ȥʤë¤è¤¦ ! ¤Ë VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÀßÄꤷ¤Þ¤¹¡£ ! ! Option "all_wait" (OTI087) ! Á´¤Æ¤Î¾ì¹ç¤Ë¤ª¤¤¤ÆÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë¤·¡¢VLB žÁ÷¤òºÇ¤âÃÙ¤¯¤·¤Þ ! ¤¹¡£¤¿¤Ö¤ó¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òɬÍפȤ¹¤ë¥Ü¡¼¥É¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! Option "one_wait" (OTI087) ! ¾¯¤Ê¤¯¤È¤â1ÅÙÂÔ¤Á¾õÂ֤ˤʤë¤è¤¦¤Ë VLB ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÀßÄꤷ¤Þ ! ¤¹¡£ ! ! Option "noaccel" (OTI087) ! ºÇ¶á¡¢1¤Ä¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥ë¡¼¥Á¥ó¤¬¥É¥é¥¤¥Ð¤ËÄɲ䵤ì¤Þ¤· ! ¤¿¡£¤³¤ì¤Ë¤è¤ê¡¢Åɤê¤Ä¤Ö¤·¤Î®ÅÙ¤¬¤º¤Ã¤È®¤¯¤Ê¤ê¤Þ¤·¤¿¡£¤³¤Î¥ë¡¼ ! ¥Á¥ó¤Ï(ºÇ¿·¤Î¾õÂ֤Ǥâ)ʬ³ä¥¢¥É¥ì¥Ã¥·¥ó¥°»ÈÍÑ»þ¡¢¤«¤Ä²¾ÁÛ¥¹¥¯¥ê¡¼ ! ¥ó¤ÎÉý¤¬ 1024 ¤Î»þ¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£¤³¤Îµ¡Ç½¤Ï¥É¥é¥¤¥Ð¤¬¼«Æ°Åª¤Ë ! Í­¸ú¤Ë¤·¤Þ¤¹¡£Ìµ¸ú¤Ë¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Þ¤¹¡£ ! ! ·Ð¸³Åª¤Ë¤Ï¡¢ºÇ½é¤Ë "no_wait" ¤ò»î¤·¡¢¤³¤ì¤Ç¥Æ¥­¥¹¥Èɽ¼¨¤¬Íð¤ì¤Ê¤±¤ì¤Ð ! ¤½¤Î¤Þ¤Þ¤ÇÂç¾æÉפǤ¹¡£É½¼¨¤¬Íð¤ì¤ë¾ì¹ç¤Ë¤Ï¡¢"first_wwait" ¤ò»î¤·¡¢¤½¤ì ! ¤Ç¤âÂÌÌܤʤéÀ­Ç½¤ò½ç¼¡Íî¤È¤·¤Æ¤¤¤­¤Þ¤¹¡£ISA ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë ! ¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! 3. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! ! Èó¾ï¤Ë¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»ÈÍѤ¹¤ë¤È¡¢¥Ü¡¼¥É¤ÎÀ­Ç½¤Ë¡ÖÈó¾ï¤Ë¡×°­¤¤±Æ¶Á ! ¤òÍ¿¤¨¤Þ¤¹¡£¤½¤ÎÍýͳ¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 80M¥Ó¥Ã¥È/ÉäËÀ©¸Â¤µ¤ì¤Æ¤¤¤ë ! ¤¿¤á¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ø¤Î¥Ç¡¼¥¿ÉÁ²è¤ÎǽÎϤ¬À©¸Â ! ¤µ¤ì¤ë¤«¤é¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢(Î㤨¤Ð)72MHz ¥Ù¡¼¥¹¤Î¥â¡¼¥É¤ÎÀ­Ç½¤ÎÊý¤¬ ! 78MHz ¥Ù¡¼¥¹¤Î¥â¡¼¥É¤è¤ê¤âÀ­Ç½¤¬¹â¤¯¤Ê¤ë¤È¹Í¤¨¤é¤ì¤Þ¤¹¡£¥¹¥¯¥ê¡¼¥ó¤Î½ñ ! ¤­´¹¤¨¤ËɬÍפȤ¹¤ë¥Ð¥ó¥ÉÉý¤Ï¸å¼Ô¤ÎÊý¤¬¹â¤¤¤«¤é¤Ç¤¹¡£ ! ! OTI087 ¤Ç¤Ï 76Hz, 1024x768 ¥â¡¼¥É»þ¤ËºÇ¹â¤Î¥¯¥í¥Ã¥¯(78MHz)¤ò»È¤Ã¤Æ¤â¤¢ ! ¤Þ¤ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó¡£¥«¡¼¥É¤¬¤Û¤È¤ó¤É¸Â³¦¤Ë㤹¤ë¤«¤é¤Ç¤¹¡£72MHz ¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Á¤ç¤¦¤ÉÎɤ¤ÃÍ¤Ï 70Hz ¤Ç¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯ 78MHz ¤Ç ! 1024x768, 76Hz ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥â¥Ë¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¤¤¤º¤ì¤Ë¤»¤èÉá ! Ä̤ΠOTI087 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤ÏÎÏÉÔ­¤Ç¤¹¡£ ! ! 4. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï ISA ¥Ü¡¼¥É¤Î¾ì¹ç¤Ï 14M ¥Ð¥¤¥È¡¢VLB ¥Ü¡¼¥É¤Î¾ì¹ç ! ¤Ë¤Ï 78M ¥Ð¥¤¥È¤È¥Ï¡¼¥É¥¦¥§¥¢Åª¤Ë·è¤Þ¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤½¤ì°Ê¾å ! ¤ÎÎΰ褬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¥¢ ! ¥Ñ¡¼¥Á¥ã¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Î VideoRam ¥Ñ¥é¥á¡¼¥¿¤«¡¢(VideoRam ¤¬Àß ! Äꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð)¸¡½Ð¤·¤¿¥á¥â¥ê¤ÎÎ̤ò»È¤Ã¤Æ·è¤á¤é¤ì¤Þ¤¹¡£ ! ! ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ÏÁ´¤Æ¤Î ISA ¤ÇÆ°¤­¡¢VLB ¥Ü¡¼¥É¤âÌäÂê̵¤¯Æ°¤¯¤È»× ! ¤¤¤Þ¤¹(´°Á´¤Ë¤Ï¥Æ¥¹¥È¤·¤Æ¤¤¤Þ¤»¤ó)¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Oak,v 1.1.2.2 1999/11/26 15:23:07 hohndel Exp $ ! ! $XConsortium: Oak.sgml /main/8 1996/05/12 20:58:00 kaleb $ ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD:1.1.2.1 Wed Jun 2 17:50:50 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD Sat Nov 27 02:23:10 1999 *************** *** 1,462 **** ! OpenBSD ÍÑ XFree86 ¤Ë´Ø¤¹¤ë README ! Matthieu Herrb ! Last modified on: 29 December 1998 ! The X Japanese Documentation Project ! Last modified on: 8 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! 2. Ëܥɥ­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! 3. º£²ó¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë¿·µ¡Ç½ ! 4. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 5. ¥Ï¡¼¥É¥¦¥§¥¢¤ËÂФ·¤Æ¤Î X ¤ÎÀßÄê ! 5.1 ¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! 5.2 ¤½¤Î¾¤ÎÆþÎϥǥХ¤¥¹ ! 5.3 PEX µ¡Ç½³ÈÄ¥¤È XIE µ¡Ç½³ÈÄ¥¤ÎÀßÄê ! ! 6. X ¤Î¼Â¹Ô ! 6.1 xdm(¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Îµ¯Æ° ! 6.2 ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã̵¤·¤Ç¤Î X ¤Î¼Â¹Ô ! ! 7. X ¤ËÂФ¹¤ë¥«¡¼¥Í¥ë¤Î¥µ¥Ý¡¼¥È ! 7.1 ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! 7.2 ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð ! 7.3 MIT-SHM ! ! 8. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! 8.1 ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! 8.2 ¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Î¹½ÃÛ ! ! 9. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! ! ______________________________________________________________________ ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! ! XFree86 ¤Ï X11R6.3 ¤ò Intel ¥Ù¡¼¥¹¤Î Unix ¤Î¤¤¤¯¤Ä¤«¤Ë°Ü¿¢¤·¤¿¤â¤Î¤Ç ! ¤¹¡£ XFree86 ¤Ï¸µ¡¹¡¢ X386 1.2 ¤È¤¤¤¦ X11R5 ¤È°ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿ X ! ¥µ¡¼¥Ð¤Ç¤·¤¿¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¿·¤·¤¤µ¡Ç½¤¬¤¿¤¯¤µ¤óÄɲ䵤졢À­Ç½¤â²þÁ± ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¤·¡¢¥Ð¥°¤â¤¿¤¯¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ê¥ê¡¼¥¹¤Ï X ¥³¥ó¥½¡¼ ! ¥·¥¢¥à¤Î X11R6.3 ¤Î¥½¡¼¥¹¤Ø¤Î¥Ñ¥Ã¥Á¤Î·Á¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¤·¡¢Â¿¤¯¤Î¥¢¡¼ ! ¥­¥Æ¥¯¥Á¥ãÍѤΥХ¤¥Ê¥ê¤Î·Á¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¡£ ! ! Ãøºî¸¢É½¼¨¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current ! ! OpenBSD 2.4 ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/OpenBSD ! ! ¥ß¥é¡¼¥µ¥¤¥È¤Î¥ê¥¹¥È¤Ï ftp://ftp.XFree86.org/pub/XFree86/MIRRORS ¤Ë¤¢ ! ¤ê¤Þ¤¹¡£ ! ! ! ! XFree86 ¤Ï¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΠOpenBSD ¤Ç¤â¹½ÃۤǤ­¤Þ¤¹¡£¾Ü¤·¤¯¤Ï ! ¡Ö``¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Î¹½ÃÛ''¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 2. Ëܥɥ­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ë´Ø¤¹¤ë¥³¥á¥ó¥È¤äÄó°Æ¤¬¤¢¤ì¤Ð¡¢matthieu@laas.fr (Matthieu ! Herrb) ¤Þ¤¿¤Ï XFree86@XFree86.org ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ËÜ¥É ! ¥­¥å¥á¥ó¥È¤ò½¤Àµ¤·¤Þ¤¹¡£ ! ! ! 3. º£²ó¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë¿·µ¡Ç½ ! ! XFree86 ¤Î¿·µ¡Ç½¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¾Ü¤·¤¤¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È¤Î¥»¥¯¥·¥ç¥ó 5 ¤ò»²¾È ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 5. ¥Ï¡¼¥É¥¦¥§¥¢¤ËÂФ·¤Æ¤Î X ¤ÎÀßÄê ! ! /etc/XF86Config ¥Õ¥¡¥¤¥ë¤Ï»È¤Ã¤Æ¤¤¤ë¥â¥Ë¥¿¤ä¥Ó¥Ç¥ª¥«¡¼¥É¡¢¥Þ¥¦¥¹¤Î¼ïÎà ! ¤ò X ¥µ¡¼¥Ð¤ËÃΤ餻¤Þ¤¹¡£»ý¤Ã¤Æ¤¤¤ëÆÃÄê¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò¥µ¡¼¥Ð¤ËÃΤ餻 ! ¤ë¤¿¤á¤Ë¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò ! root ¥æ¡¼¥¶¤Ç¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£¾Ü¤·¤¤»È¤¤Êý¤Ë¤Ä¤¤¤Æ¤Ï QuickStart.doc ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤·¤Æ°Ê²¼¤Î¾ðÊó¤¬É¬Íפˤʤê¤Þ¤¹: ! ! o ¥Þ¥¦¥¹¤Î¼ïÎà¡¢¥Ü¡¼¥ì¡¼¥È¡¢/dev ¥¨¥ó¥È¥ê ! ! o ¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Á¥Ã¥×¥»¥Ã¥È(Îã: ET4000, S3 Åù) ! ! o ¥â¥Ë¥¿¤ÎƱ´ü¼þÇÈ¿ô ! ! XF86Config ¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë¤¿¤á¤Î¤ª´«¤á¤ÎÊýË¡¤Ï¡¢XF86Setup ¥æ¡¼¥Æ¥£ ! ¥ê¥Æ¥£¤ò»È¤¦¤³¤È¤Ç¤¹¡£XF86Setup ¤ò»ÈÍѤǤ­¤Ê¤¤(µ©¤Ê)¾ì¹ç¤Î¤¿¤á¤Ë¡¢¥Æ¥­ ! ¥¹¥È¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ç¤¢¤ë xf86config ¤â¤Þ¤À¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¡¢¥µ¥ó¥×¥ë¥Õ¥¡ ! ¥¤¥ë¤¬ /usr/X11R6/lib/X11/XF86Config.eg ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£¤³ ! ¤Î¥Õ¥¡¥¤¥ë¤Ï¿÷·¿¤È¤·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! XF86Config ¤Î¾Ü¤·¤¤¥Õ¥¡¥¤¥ë¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢ ! ¥ë¤Î XF86Config(5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤ÎÀßÄ꤬¤Ç¤­¤ì¤Ð¡¢xvidtune ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ¥Ó ! ¥Ç¥ª¥â¡¼¥É¤òÀ­Ç½¤¬¤¦¤Þ¤¯½Ð¤»¤ë¤è¤¦¤ËÄ´À°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! 5.1. ¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢kermit ¤Þ¤¿¤Ï tip ¤ò»È¤Ã¤Æ¥Þ ! ¥¦¥¹¤Î¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ËÀܳ¤·¡¢¥Þ¥¦¥¹¤¬¼ÂºÝ¤Ë¥­¥ã¥é¥¯¥¿¥Ç¡¼¥¿¤òÀ¸À®¤·¤Æ ! ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! OpenBSD ¤Î pms ¥É¥é¥¤¥Ð¤Ï ``raw'' ¥â¡¼¥É¤È ``cooked''(ÊÑ´¹¤¹¤ë)¥â¡¼¥É ! ¤òÍÑ°Õ¤·¤Æ¤¤¤Þ¤¹¡£``raw'' ¥â¡¼¥É¤Ç¤Ï¥×¥í¥È¥³¥ë¤ÎÊÑ´¹¤¬¹Ô¤ï¤ì¤Ê¤¤¤Î¤Ç¡¢ ! ¤³¤Î¥â¡¼¥É¤Ç¥Ç¥Ð¥¤¥¹¤ÈÄÌ¿®¤¹¤ë¤¿¤á¤Ë XFree86 ¤Ï PS/2 ¥×¥í¥È¥³¥ë¤ò»È¤¦ ! ¤Ç¤·¤ç¤¦¡£``Cooked'' ¥â¡¼¥É¤Ï¸Å¤¤¥Ð¥¹¥Þ¥¦¥¹¤ÎÊÑ´¹¤ò¹Ô¤¤¤Þ¤¹¡£¥Ç¥Ð¥¤¥¹ ! ̾ /dev/psm0 ¤Ç»È¤¦»þ¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ï ``raw'' ¥â¡¼¥É¤ÇÆ°ºî¤·¤Þ¤¹¡£ ! ! OpenBSD 2.2 ¤Ç¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ïɸ½à¤Î PS/2 ¥Þ¥¦¥¹¤À¤±¤ò¥µ¥Ý¡¼¥È¤·¤Þ ! ¤¹¡£ ! ! OpenBSD 2.3 °Ê¹ß¤Ç¤Ï¡¢Æ±»þ¤Ë 3 ¥Ð¥¤¥È°Ê¾å¤òÁ÷¿®¤¹¤ëºÇ¶á¤Î PS/2 ¥Þ¥¦¥¹ ! (Æäˡ¢IntelliMouse ¤ä "3D" ¥í¡¼¥éÉÕ¤­¤Î MouseMan+)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹¡£ ! ! XFree86 ¤Ë¤ª¤±¤ë¥Þ¥¦¥¹ÀßÄê¤Î°ìÈÌŪ¤Ê¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢ README.mouse ¤ò¸« ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! 5.2. ¤½¤Î¾¤ÎÆþÎϥǥХ¤¥¹ ! ! XFree86 ¤Ï¡¢XInput µ¡Ç½³ÈÄ¥¤ò»È¤¦³°Éô¥Ç¥Ð¥¤¥¹Íѥɥ饤¥Ð¤ÎưŪ¥í¡¼¥É¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¸½ºß¤Ï°Ê²¼¤Î¥Ç¥Ð¥¤¥¹¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! o ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯ (xf86Jstk.so) ! ! o Wacom À½¥¿¥Ö¥ì¥Ã¥È (Wacom IV ¥×¥í¥È¥³¥ë¤Î¤ß¡¢xf86Wacom.so) ! ! o SummaSketch À½¥¿¥Ö¥ì¥Ã¥È (xf86Summa.so) ! ! o Elographics À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó (xf86Elo.so) ! ! ÆÃÄê¤Î¥Ç¥Ð¥¤¥¹¤ò»È¤¦¤Ë¤Ï¡¢ ! ! load "module" ! ! ! ¤È¤¤¤¦¹Ô¤ò XF86Config ¤Î Module ¥»¥¯¥·¥ç¥ó¤ËÄɲä·¤Þ¤¹¡£¤³¤³¤Ç module ! ¤Ï¥Ç¥Ð¥¤¥¹¤ËÂбþ¤¹¤ë .so ¥Õ¥¡¥¤¥ë¤Î̾Á°¤Ç¤¹¡£¤Þ¤¿¡¢XF86Config ¤Î XIn- ! put ¥»¥¯¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¾Ü¤·¤¤ÀßÄê¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó ! ¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config(5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤³¤ì¤Ë¤è¤ê¡¢xsetpointer(1) ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ¡¢X ¤Î¥Ý¥¤¥ó¥¿¤òÆ°¤«¤¹¤¿¤á ! ¤Î¥Ç¥Ð¥¤¥¹¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï¡¢¥«¡¼¥Í¥ë¤Î¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¥Ç¥Ð¥¤¥¹ ! ¤òÍ­¸ú¤Ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¾Ü¤·¤¯¤Ï joy(4) ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 5.3. PEX µ¡Ç½³ÈÄ¥¤È XIE µ¡Ç½³ÈÄ¥¤ÎÀßÄê ! ! PEX µ¡Ç½³ÈÄ¥¤È XIE µ¡Ç½³ÈÄ¥¤Ï³°Éô¥â¥¸¥å¡¼¥ë¤È¤·¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤é¤Îµ¡Ç½³ÈÄ¥¤Ë¥¢¥¯¥»¥¹¤·¤¿¤±¤ì¤Ð¡¢°Ê²¼¤Î¹Ô¤ò XF86Config ¤Î ! Module ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! ! load "pex5.so" ! load "xie.so" ! ! ! ! ! ! 6. X ¤Î¼Â¹Ô ! ! X ¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¥á¥â¥ê¤¬ºÇÄã 8MB ɬÍפǤ¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼ ! ¥¸¥ã¡¢¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¡¢xterm ¤Ç¥á¥â¥ê¤òÌó 4MB »È¤¤¤Þ¤¹¡£¥á¥â¥ê ! ¤¬ 4MB ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢gcc ¤Î¤è¤¦¤Ë¿ô¥á¥¬¥Ð¥¤¥È¤Î¶õ¤­¥á¥â¥ê¤ò´üÂÔ¤¹¤ë ! ¾¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Îʬ¤Î¥á¥â¥ê¤¬¤Û¤È¤ó¤É»Ä¤ê¤Þ¤»¤ó¡£X ¤Ï¥á¥â¥ê 4MB ! ¤Ç¤âÆ°ºî¤·¤Þ¤¹¤¬¡¢¼ÂºÝ¤Ë¤Ï X ¤Î¼Â¹ÔÃæ¤Ë¥³¥ó¥Ñ¥¤¥ë¤ò¹Ô¤¦¤È¡¢ÉÑÈˤ˥ڡ¼ ! ¥¸¥ó¥°¤¬È¯À¸¤¹¤ë¤¿¤á¤Ë»þ´Ö¤¬ 5¡Á10Çܤ«¤«¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ! 6.1. xdm(¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Îµ¯Æ° ! ! ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤òµ¯Æ°¤¹¤ë¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤«¤é root ¤Ç¥í¥°¥¤¥ó¤· ! ¤Æ¡¢``xdm -nodaemon'' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! /etc/rc.local Ãæ¤Î°Ê²¼¤ÎÉôʬ¤Î¥³¥á¥ó¥È¤ò³°¤»¤Ð¡¢µ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë xdm ! ¤òµ¯Æ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! if [ -x /usr/X11R6/bin/xdm ]; then ! echo -n ' xdm'; /usr/X11R6/bin/xdm ! fi ! ! ! ! ! OpenBSD 2.2 ¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥¤¥ó¥¹¥È¡¼¥ë¾õÂ֤Ǥϡ¢X ¥µ¡¼¥ÐÍѤβ¾ÁÛ¥³¥ó¥½ ! ¡¼¥ë¥Ç¥Ð¥¤¥¹¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: ! ! ! cd /dev ! ./MAKEDEV ttyC5 ! ! ! ! ! ! OpenBSD ÍѤΠXFree86 ¤Î¥Ð¥¤¥Ê¥êÇÛÉÛ¤Ë¤Ï XDM-AUTHORIZATION-1 ¥×¥í¥È¥³¥ë ! ¤Î¥µ¥Ý¡¼¥È¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 6.2. ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã̵¤·¤Ç¤Î X ¤Î¼Â¹Ô ! ! ½é¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X Window ¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ``startx ! >& startx.log'' ¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£X ¥µ¡¼¥Ð¤¬²èÌÌɽ¼¨¤ò°ú¤­·Ñ¤°¤¿¤á¡¢ ! ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤Ï¥ê¥À¥¤¥ì¥¯¥È¤·¤Ê¤¤¤È̵¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! X ¤«¤éÈ´¤±¤ë¤¿¤á¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë xterm ¤Ç ``exit'' ¤ÈÆþÎÏ ! ¤·¤Þ¤¹¡£¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë .xinitrc, .xserverrc, .twmrc ¥Õ¥¡¥¤¥ë¤òºî ! ¤ë¤³¤È¤Ë¤è¤ê¡¢X ¤ò¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ä ! ¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î xinit ¤È startx ¤ÎÀâÌÀ¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! 7. X ¤ËÂФ¹¤ë¥«¡¼¥Í¥ë¤Î¥µ¥Ý¡¼¥È ! ! OpenBSD ¤Ë¤ª¤¤¤Æ X ¤ò³Î¼Â¤Ë¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï¡¢ /sys/arch/i386/conf ¤Ë¤¢ ! ¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Ë°Ê²¼¤Î¹Ô¤¬´Þ¤Þ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! ! options XSERVER ! ! ! ! 7.1. ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï 2 ¤Ä¤Îɸ½à¤Î OpenBSD/i386 ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð(pcons ¤È ! pcvt)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Ï¼Â¹Ô»þ¤Ë¸¡½Ð¤µ¤ì¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¦¤Ç ! ¤ÎÀßÄê¤ÏÉÔÍפǤ¹¡£ ! ! ! pcvt ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤¬ OpenBSD ¤Ç¤Î¥Ç¥Õ¥©¥ë¥È¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ÏÊ£ ! ¿ô¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÄ󶡤·¡¢¥­¡¼¥Ü¡¼¥É¤Î¥µ¥Ý¡¼¥È¤â¹ñºÝ²½¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! 7.2. ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð ! ! OpenBSD ¤Ë¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¡¢¥Þ¥ë¥Á¥æ¡¼¥¶¥â¡¼¥É»þ¤Ë¤Ï /dev/mem ¥Ç¥Ð¥¤¥¹¤Ø ! ¤Î¥¢¥¯¥»¥¹¤ò̵¸ú¤Ë¤¹¤ë¥«¡¼¥Í¥ë¥»¥­¥å¥ê¥Æ¥£µ¡Ç½¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤« ! ¤·¡¢XFree86 ¤Î¥µ¡¼¥Ð¤Ï¡¢É½¼¨¥á¥â¥ê¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë¥ê¥Ë¥¢¥¢¥¯¥»¥¹¤ò ! ÍøÍÑ(¤¢¤ë¤¤¤ÏɬÍפÈ)¤·¤Þ¤¹¡£ ! ! P9000, Mach64, AGX ¥µ¡¼¥Ð¤Ï¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹¤òɬÍפȤ·¤Þ¤¹¡£Â¾¤Î¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¥µ¡¼¥Ð¤Ï¤³¤Îµ¡Ç½¤òÍøÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬¡¢É¬¤º¤· ! ¤âɬÍפȤϤ·¤Þ¤»¤ó¡£SVGA ¥µ¡¼¥Ð¤Î¥É¥é¥¤¥Ð¤Î°ìÉô¤â¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹ ! ¤òɬÍפȤ·¤Þ¤¹(ÆÃ¤Ë Matrox ¥É¥é¥¤¥Ð)¡£ ! ! XFree86 ¤Ç¥ê¥Ë¥¢¥á¥â¥ê¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Î˾¤Þ¤·¤¤ÊýË¡¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¥É ! ¥é¥¤¥Ð¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ! ! ¤³¤Î¥¹¥Æ¥Ã¥×¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ÎºÙ¤«¤¤¥Ð¡¼¥¸¥ç¥ó¤Ë¿¼¤¯°Í¸¤·¤Þ ! ¤¹: ! ! o OpenBSD 2.0 ! ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò /usr/lkm ¤«¤é»ÈÍѤ·¤Þ¤¹: ! ! °Ê²¼¤Î¹Ô¤ò /etc/rc.local ¤ÎºÇ¸å¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! ! KERNDIR=/usr/lkm ! if [ -f ${KERNDIR}/ap.o ]; then ! modload -o ${KERNDIR}/ap -e ap -p \ ! ${KERNDIR}/apinstall ${KERNDIR}/ap.o ! fi ! ! ! ! ! ! o OpenBSD 2.1, 2.2 ! ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò¥í¡¼¥É¤¹¤ë¤¿¤á¤Î¹Ô¤Î¥³¥á¥ó¥È¤ò ! /etc/rc.securelevel ¤«¤é³°¤·¤Þ¤¹¡£ ! ! o OpenBSD 2.3 ! ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤Ï¥«¡¼¥Í¥ë¤Î°ìÉô¤Ç¤¹¡£¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë ! /dev ¥Ç¥£¥ì¥¯¥È¥ê¤Ç ./MAKEDEV std ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ /etc/sysctl.conf ! ¤òÊÔ½¸¤·¡¢ÊÑ¿ô machdep.allowaperture ¤Ë 1 ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! o OpenBSD 2.4 °Ê¹ß ! ! OpenBSD ¤Ç¤Ï¡¢¤É¤Î X ¥µ¡¼¥Ð¤Î¾ì¹ç¤Ç¤â¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤òÍ­¸ú¤Ë¤¹¤ë ! ¤³¤È¤¬É¬Íפˤʤê¤Þ¤·¤¿¡£¤Ê¤¼¤Ê¤é¡¢¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤¬¥Ó¥Ç¥ª¥Ü¡¼¥É ! ¤Î I/O ¥Ý¡¼¥È¤Ø¤Î¥¢¥¯¥»¥¹¤âÀ©¸æ¤¹¤ë¤«¤é¤Ç¤¹¡£ ! ! ¤³¤ì¤ò¹Ô¤Ã¤¿¸å¡¢¥·¥¹¥Æ¥à¤òºÆµ¯Æ°¤·¤Æ¤¯¤À¤µ¤¤¡£XFree86 ¤ÏÍøÍѲÄǽ¤Ç¤¢¤ì ! ¤Ð¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¤Þ¤¹¡£ ! ! ! ·Ù¹ð: /bsd °Ê³°¤Î¥«¡¼¥Í¥ë¤òµ¯Æ°¤¹¤ë¾ì¹ç¡¢¥í¡¼¥À¥Ö¥ë¥â¥¸¥å¡¼¥ë¤¬¥·¥¹¥Æ ! ¥à¤ò¥¯¥é¥Ã¥·¥å¤µ¤»¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£Â¾¤Î¥«¡¼¥Í¥ë¤ò¼Â¹Ô¤·¤¿¤¤¾ì¹ç¤Ï¡¢ ! ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Ç¥Ö¡¼¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! ·Ù¹ð: (°ìÅÙ X ¤¬µ¯Æ°¤¹¤ë¤È¥·¥¹¥Æ¥à¤¬Æ±¤¸¥»¥­¥å¥ê¥Æ¥£¾õÂÖ¤Ë¤Ê ! ¤ë¤è¤¦¤Ë)¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ÏƱ»þ¤Ë 1 ¤Ä¤Î¥¢¥¯¥»¥¹¤·¤«Ç§¤á¤Þ ! ¤»¤ó¡£¤Ä¤Þ¤ê¡¢Ê£¿ô¤Î¥µ¡¼¥Ð¤òÊ£¿ô¤Î²¾ÁÛüËö¤Ç¼Â¹Ô¤·¤Æ¤¤¤ë¾ì ! ¹ç¡¢ºÇ½é¤Î 1 ¤Ä¤À¤±¤¬¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹¤ò¹Ô¤¨¤Þ¤¹¡£Ê£¿ô¤Î ! X ¥µ¡¼¥Ð¤òƱ»þ¤Ë¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢'option INSE- ! CURE' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤ÎÊ̤Î(¤¢¤Þ¤ê¤ª´«¤á¤Ç¤­¤Ê¤¤)ÊýË¡¤È ! ¤·¤Æ¤Ï¡¢¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë ``option INSECURE'' ¤òÄɲ䷤ƿ·¤·¤¤ ! ¥«¡¼¥Í¥ë¤ò¹½ÃÛ¤·¡¢¥«¡¼¥Í¥ë¤Î¥»¥­¥å¥ê¥Æ¥£µ¡Ç½¤ò̵¸ú¤Ë¤¹¤ëÊýË¡¤¬¤¢¤ê¤Þ ! ¤¹¡£ OpenBSD 2.2 °Ê¹ß¤Ç¤Ï¡¢¤µ¤é¤Ë /etc/rc.securelevel Æâ¤Ç securelevel ! ¤ò 1 ¤Ë½é´ü²½¤·¤Æ¤¤¤ë¹Ô¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 7.3. MIT-SHM ! ! OpenBSD ¤Ï System V ¶¦Í­¥á¥â¥ê¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥«¡¼¥Í¥ë¤¬¤³¤Îµ¡Ç½ ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤³¤È¤ò XFree86 ¤¬¸¡½Ð¤·¤¿¾ì¹ç¡¢XFree86 ¤Ï MIT-SHM µ¡ ! ǽ³ÈÄ¥¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! ! System V ¶¦Í­¥á¥â¥ê¤Î¥µ¥Ý¡¼¥È¤ò¥«¡¼¥Í¥ë¤ËÄɲ乤ë¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò¥«¡¼ ! ¥Í¥ëÀßÄê¥Õ¥¡¥¤¥ë¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! ! ! # System V-like IPC ! options SYSVMSG ! options SYSVSEM ! options SYSVSHM ! ! ! ! ! ! ! 8. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! ! ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤ò»È¤¦¤È¡¢¥Ç¥£¥¹¥¯¤ò¤Ç¤­¤ë¤À¤±»È¤ï¤º¤Ë X ¥µ¡¼¥Ð¤À¤± ! ¤òºÆ¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤òŸ³«¤·¡¢ xf86site.def ! ¤òŬÀڤ˽¤Àµ¤·¡¢`./mkmf' ¤È `make' ¤ò¼Â¹Ô¤·¤Æ¥µ¡¼¥Ð¤ò¥ê¥ó¥¯¤·¤Æ¤¯¤À¤µ ! ¤¤¡£¾Ü¤·¤¯¤Ï /usr/X11R6/lib/Server/README ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥½¡¼¥¹ÇÛÉÛʪ¤ÎŸ³«¤È¹½Ãۤμê½ç¤Ë¤Ä¤¤¤Æ¤Ï ! /usr/X11R6/lib/X11/etc/INSTALL ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥³¥ó¥Ñ¥¤¥ë¤ÎÁ°¤Ë¤Ï xc/config/cf/host.def ¤òÊÔ½¸¤·¤Æ¡¢ÇÛÉÛʪ¤òÀßÄꤷ¤Ê ! ¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤Ë¤Ï¤ò ``make World'' ¤ò xc ! ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ! 8.1. ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! ! XFree86 ¤Ë¤Ï¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤òÁªÂò¤¹¤ëÀßÄꥪ¥×¥·¥ç¥ó¤¬¤¢¤ê¡¢ ! xf86site.def ¤Ç»È¤¤¤Þ¤¹: ! ! o pccons ¤À¤±¤ò»È¤¦¤Ê¤é¡¢¼¡¤Î¹Ô¤òµ­½Ò¤·¤Þ¤¹: ! ! ! #define XFree86ConsoleDefines -DPCCONS_SUPPORT ! ! ! ! ! o pcvt ¤À¤±¤ò»È¤¦¤Ê¤é¡¢¼¡¤Î¹Ô¤òµ­½Ò¤·¤Þ¤¹: ! ! ! #define XFree86ConsoleDefines -DPCVT_SUPPORT ! ! ! ! ! xf86site.def ¤Ç XFree86ConsoleDefines ¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¡¢ pccons ¥É¥é¥¤ ! ¥Ð¤È pcvt ¥É¥é¥¤¥Ð¤¬Î¾Êý¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! ! 8.2. ¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Î¹½ÃÛ ! ! XFree86 ¤Ï¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΠOpenBSD ¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ! XFree86 ¥µ¡¼¥Ð¤Ï OpenBSD/MIPS ¾å¤Ç¤â¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£S3 ¥µ¡¼¥Ð ! ! Dennis Ferguson ¤µ¤ó¤È Matthew Green ¤µ¤ó¤Ë¤è¤ë NetBSD ÍѤΠXsun ¥µ¡¼ ! ¥Ð¥Ñ¥Ã¥Á¤Ï¡¢xc/programs/Xserver/hw/sun ¤ËÅý¹ç¤µ¤ì¤Þ¤·¤¿¡£Xsun ¥µ¡¼¥Ð¤Ï ! SPARC ¤È Sun3 ¾å¤Ç¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! XFree86 ¤Î¥¯¥é¥¤¥¢¥ó¥ÈÉôʬ¤Ï Alpha, pmax, Amiga, Mac68k, mvme68k ¥¢¡¼ ! ¥­¥Æ¥¯¥Á¥ã¾å¤Ç¹½ÃۤǤ­¤Þ¤¹¡£ ! ! ¤³¤Î°Ü¿¢ÈǤ˴ؤ¹¤ëÉÔ¶ñ¹ç¤Ï¡¢XFree86 ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ç¤Ï¤Ê¤¯¡¢OpenBSD ! ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ËľÀÜÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! OpenBSD ¥×¥í¥¸¥§¥¯¥È¤Ï¸½ºß¡¢XFree86 ¤Î¥½¡¼¥¹¥³¡¼¥É¤Ë´ð¤Å¤­¡¢¤³¤ì¤Ë ! OpenBSD ¸ÇÍ­¤ÎÊѹ¹¤ò¹Ô¤Ã¤¿¡¢Æȼ«¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¥½¡¼¥¹¤« ! ¤éºÆ¹½ÃÛ¤ò¹Ô¤¦¤Ë¤Ï¡¢¤³¤Î¥Ä¥ê¡¼¤«¤é»Ï¤á¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£OpenBSD ¤Î X11 ! ¥½¡¼¥¹ÃÏÍý¡¼¤ÏÁ´¤Æ¤Î OpenBSD ¤Î anonymous CVS ¥µ¡¼¥Ð¤«¤é anonymous CVS ! ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£anonymous CVS ¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! http://www.openbsd.org/anoncvs.html ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 9. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤òºî¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢¥½¡¼¥¹ ! ¤Ë Imakefile ¤¬ÉÕ°¤·¤Æ¤¤¤ì¤Ð xmkmf ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ``xmkmf -a'' ¤ò¼Â ! ¹Ô¤·¤Æ Makefile ¤òºî¤ê¡¢É¬Íפ˱þ¤¸¤ÆÀßÄê¤ò³Îǧ¤·¡¢¤½¤ì¤«¤é ``make'' ¤ò ! ¼Â¹Ô¤·¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¾ì¹ç¤Ë¤Ï¡¢É¬¤º ! ``makewhatis /usr/X11R6/man'' ¤ò¼Â¹Ô¤·¡¢ whatis.db ¤ò¹¹¿·¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD,v 1.1.2.1 1999/06/02 07:50:50 hohndel Exp $ ! ! ! ! ! ! $XConsortium$ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,388 ---- ! OpenBSD ÍÑ XFree86 ¤Ë´Ø¤¹¤ë README ! Matthieu Herrb ! Last modified on: 20 August 1999 ! The X Japanese Documentation Project ! Last modified on: 12 September 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! 2. Ëܥɥ­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! 3. º£²ó¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë OS °Í¸¤Î¿·µ¡Ç½ ! 4. XFree86 3.3.4 ¤Ë¤ª¤±¤ë OS °Í¸¤Î¿·µ¡Ç½ ! 5. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 6. ¥Ï¡¼¥É¥¦¥§¥¢¤ËÂФ·¤Æ¤Î X ¤ÎÀßÄê ! 6.1 ¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! 6.2 ¤½¤Î¾¤ÎÆþÎϥǥХ¤¥¹ ! 6.3 PEX µ¡Ç½³ÈÄ¥¤È XIE µ¡Ç½³ÈÄ¥¤ÎÀßÄê ! ! 7. X ¤Î¼Â¹Ô ! 7.1 xdm(¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Îµ¯Æ° ! 7.2 ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã̵¤·¤Ç¤Î X ¤Î¼Â¹Ô ! ! 8. X ¤ËÂФ¹¤ë¥«¡¼¥Í¥ë¤Î¥µ¥Ý¡¼¥È ! 8.1 ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! 8.2 ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð ! 8.3 MIT-SHM ! ! 9. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! 9.1 ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! 9.2 ¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Î¹½ÃÛ ! ! 10. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! 11. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. XFree86 ¤È¤½¤ÎÆþ¼êÊýË¡¤Ë¤Ä¤¤¤Æ ! ! XFree86 ¤Ï X11R6.3 ¤ò Intel ¥Ù¡¼¥¹¤Î Unix ¤Î¤¤¤¯¤Ä¤«¤Ë°Ü¿¢¤·¤¿¤â¤Î¤Ç ! ¤¹¡£ XFree86 ¤Ï¸µ¡¹¡¢ X386 1.2 ¤È¤¤¤¦ X11R5 ¤È°ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿ X ! ¥µ¡¼¥Ð¤Ç¤·¤¿¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¿·¤·¤¤µ¡Ç½¤¬¤¿¤¯¤µ¤óÄɲ䵤졢À­Ç½¤â²þÁ± ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¤·¡¢¥Ð¥°¤â¤¿¤¯¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ê¥ê¡¼¥¹¤Ï X ¥³¥ó¥½¡¼ ! ¥·¥¢¥à¤Î X11R6.3 ¤Î¥½¡¼¥¹¤Ø¤Î¥Ñ¥Ã¥Á¤Î·Á¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¤·¡¢Â¿¤¯¤Î¥¢¡¼ ! ¥­¥Æ¥¯¥Á¥ãÍѤΥХ¤¥Ê¥ê¤Î·Á¤Ç¤âÆþ¼ê¤Ç¤­¤Þ¤¹¡£ ! ! Ãøºî¸¢É½¼¨¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current ! ! OpenBSD 2.5 ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/OpenBSD ! ! ¥ß¥é¡¼¥µ¥¤¥È¤Î¥ê¥¹¥È¤Ï ftp://ftp.XFree86.org/pub/XFree86/MIRRORS ¤Ë¤¢ ! ¤ê¤Þ¤¹¡£ ! ! XFree86 ¤Ï¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΠOpenBSD ¤Ç¤â¹½ÃۤǤ­¤Þ¤¹¡£¾Ü¤·¤¯¤Ï ! ¡Ö``¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Î¹½ÃÛ''¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! 2. Ëܥɥ­¥å¥á¥ó¥È¤ËÂФ¹¤ë¥Ð¥°Êó¹ð ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ë´Ø¤¹¤ë¥³¥á¥ó¥È¤äÄó°Æ¤¬¤¢¤ì¤Ð¡¢matthieu@laas.fr (Matthieu ! Herrb) ¤Þ¤¿¤Ï XFree86@XFree86.org ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ËÜ¥É ! ¥­¥å¥á¥ó¥È¤ò½¤Àµ¤·¤Þ¤¹¡£ ! ! 3. º£²ó¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë OS °Í¸¤Î¿·µ¡Ç½ ! ! ¤¢¤ê¤Þ¤»¤ó¡£XFree86 3.3.5 ¤Ë¤ª¤±¤ë¡¢OS ¤Ë°Í¸¤·¤Ê¤¤¿·µ¡Ç½¤Ë¤Ä¤¤¤Æ¤Ï¥ê ! ¥ê¡¼¥¹¥Î¡¼¥È¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ ! ! 4. XFree86 3.3.4 ¤Ë¤ª¤±¤ë OS °Í¸¤Î¿·µ¡Ç½ ! ! o ¥µ¡¼¥Ð¤ÎºÇÂçÀܳ¿ô¤¬ 128 ¤ËÁý¤¨¤Þ¤·¤¿¡£ ! ! o resize ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! ! 5. ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë ! ! ¾Ü¤·¤¤¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È¤Î¥»¥¯¥·¥ç¥ó 5 ¤ò»²¾È ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. ¥Ï¡¼¥É¥¦¥§¥¢¤ËÂФ·¤Æ¤Î X ¤ÎÀßÄê ! ! /etc/XF86Config ¥Õ¥¡¥¤¥ë¤Ï»È¤Ã¤Æ¤¤¤ë¥â¥Ë¥¿¤ä¥Ó¥Ç¥ª¥«¡¼¥É¡¢¥Þ¥¦¥¹¤Î¼ïÎà ! ¤ò X ¥µ¡¼¥Ð¤ËÃΤ餻¤Þ¤¹¡£»ý¤Ã¤Æ¤¤¤ëÆÃÄê¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò¥µ¡¼¥Ð¤ËÃΤ餻 ! ¤ë¤¿¤á¤Ë¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò ! root ¥æ¡¼¥¶¤Ç¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£¾Ü¤·¤¤»È¤¤Êý¤Ë¤Ä¤¤¤Æ¤Ï QuickStart.doc ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤·¤Æ°Ê²¼¤Î¾ðÊó¤¬É¬Íפˤʤê¤Þ¤¹: ! ! o ¥Þ¥¦¥¹¤Î¼ïÎà¡¢¥Ü¡¼¥ì¡¼¥È¡¢/dev ¥¨¥ó¥È¥ê ! ! o ¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥Á¥Ã¥×¥»¥Ã¥È(Îã: ET4000, S3 Åù) ! ! o ¥â¥Ë¥¿¤ÎƱ´ü¼þÇÈ¿ô ! ! XF86Config ¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë¤¿¤á¤Î¤ª´«¤á¤ÎÊýË¡¤Ï¡¢XF86Setup ¥æ¡¼¥Æ¥£ ! ¥ê¥Æ¥£¤ò»È¤¦¤³¤È¤Ç¤¹¡£XF86Setup ¤ò»ÈÍѤǤ­¤Ê¤¤(µ©¤Ê)¾ì¹ç¤Î¤¿¤á¤Ë¡¢¥Æ¥­ ! ¥¹¥È¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ç¤¢¤ë xf86config ¤â¤Þ¤À¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¡¢¥µ¥ó¥×¥ë¥Õ¥¡ ! ¥¤¥ë¤¬ /usr/X11R6/lib/X11/XF86Config.eg ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£¤³ ! ¤Î¥Õ¥¡¥¤¥ë¤Ï¿÷·¿¤È¤·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! XF86Config ¤Î¾Ü¤·¤¤¥Õ¥¡¥¤¥ë¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢ ! ¥ë¤Î XF86Config(5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤ÎÀßÄ꤬¤Ç¤­¤ì¤Ð¡¢xvidtune ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ¥Ó ! ¥Ç¥ª¥â¡¼¥É¤òÀ­Ç½¤¬¤¦¤Þ¤¯½Ð¤»¤ë¤è¤¦¤ËÄ´À°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! 6.1. ¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ ! ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢kermit ¤Þ¤¿¤Ï tip ¤ò»È¤Ã¤Æ¥Þ ! ¥¦¥¹¤Î¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ËÀܳ¤·¡¢¥Þ¥¦¥¹¤¬¼ÂºÝ¤Ë¥­¥ã¥é¥¯¥¿¥Ç¡¼¥¿¤òÀ¸À®¤·¤Æ ! ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! OpenBSD ¤Î pms ¥É¥é¥¤¥Ð¤Ï ``raw'' ¥â¡¼¥É¤È ``cooked''(ÊÑ´¹¤¹¤ë)¥â¡¼¥É ! ¤òÍÑ°Õ¤·¤Æ¤¤¤Þ¤¹¡£``raw'' ¥â¡¼¥É¤Ç¤Ï¥×¥í¥È¥³¥ë¤ÎÊÑ´¹¤¬¹Ô¤ï¤ì¤Ê¤¤¤Î¤Ç¡¢ ! ¤³¤Î¥â¡¼¥É¤Ç¥Ç¥Ð¥¤¥¹¤ÈÄÌ¿®¤¹¤ë¤¿¤á¤Ë XFree86 ¤Ï PS/2 ¥×¥í¥È¥³¥ë¤ò»È¤¦ ! ¤Ç¤·¤ç¤¦¡£``Cooked'' ¥â¡¼¥É¤Ï¸Å¤¤¥Ð¥¹¥Þ¥¦¥¹¤ÎÊÑ´¹¤ò¹Ô¤¤¤Þ¤¹¡£¥Ç¥Ð¥¤¥¹ ! ̾ /dev/psm0 ¤Ç»È¤¦»þ¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ï ``raw'' ¥â¡¼¥É¤ÇÆ°ºî¤·¤Þ¤¹¡£ ! ! OpenBSD 2.2 ¤Ç¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ïɸ½à¤Î PS/2 ¥Þ¥¦¥¹¤À¤±¤ò¥µ¥Ý¡¼¥È¤·¤Þ ! ¤¹¡£ ! ! OpenBSD 2.3 °Ê¹ß¤Ç¤Ï¡¢Æ±»þ¤Ë 3 ¥Ð¥¤¥È°Ê¾å¤òÁ÷¿®¤¹¤ëºÇ¶á¤Î PS/2 ¥Þ¥¦¥¹ ! (Æäˡ¢IntelliMouse ¤ä "3D" ¥í¡¼¥éÉÕ¤­¤Î MouseMan+)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹¡£ ! ! XFree86 ¤Ë¤ª¤±¤ë¥Þ¥¦¥¹ÀßÄê¤Î°ìÈÌŪ¤Ê¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢ README.mouse ¤ò¸« ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6.2. ¤½¤Î¾¤ÎÆþÎϥǥХ¤¥¹ ! ! XFree86 ¤Ï¡¢XInput µ¡Ç½³ÈÄ¥¤ò»È¤¦³°Éô¥Ç¥Ð¥¤¥¹Íѥɥ饤¥Ð¤ÎưŪ¥í¡¼¥É¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¸½ºß¤Ï°Ê²¼¤Î¥Ç¥Ð¥¤¥¹¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! o ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯ (xf86Jstk.so) ! ! o Wacom À½¥¿¥Ö¥ì¥Ã¥È (Wacom IV ¥×¥í¥È¥³¥ë¤Î¤ß¡¢xf86Wacom.so) ! ! o SummaSketch À½¥¿¥Ö¥ì¥Ã¥È (xf86Summa.so) ! ! o Elographics À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó (xf86Elo.so) ! ! ÆÃÄê¤Î¥Ç¥Ð¥¤¥¹¤ò»È¤¦¤Ë¤Ï¡¢ ! ! load "module" ! ! ¤È¤¤¤¦¹Ô¤ò XF86Config ¤Î Module ¥»¥¯¥·¥ç¥ó¤ËÄɲä·¤Þ¤¹¡£¤³¤³¤Ç module ! ¤Ï¥Ç¥Ð¥¤¥¹¤ËÂбþ¤¹¤ë .so ¥Õ¥¡¥¤¥ë¤Î̾Á°¤Ç¤¹¡£¤Þ¤¿¡¢XF86Config ¤Î XIn- ! put ¥»¥¯¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¾Ü¤·¤¤ÀßÄê¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó ! ¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config(5) ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤³¤ì¤Ë¤è¤ê¡¢xsetpointer(1) ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ¡¢X ¤Î¥Ý¥¤¥ó¥¿¤òÆ°¤«¤¹¤¿¤á ! ¤Î¥Ç¥Ð¥¤¥¹¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï¡¢¥«¡¼¥Í¥ë¤Î¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¥Ç¥Ð¥¤¥¹ ! ¤òÍ­¸ú¤Ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¾Ü¤·¤¯¤Ï joy(4) ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6.3. PEX µ¡Ç½³ÈÄ¥¤È XIE µ¡Ç½³ÈÄ¥¤ÎÀßÄê ! ! PEX µ¡Ç½³ÈÄ¥¤È XIE µ¡Ç½³ÈÄ¥¤Ï³°Éô¥â¥¸¥å¡¼¥ë¤È¤·¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤é¤Îµ¡Ç½³ÈÄ¥¤Ë¥¢¥¯¥»¥¹¤·¤¿¤±¤ì¤Ð¡¢°Ê²¼¤Î¹Ô¤ò XF86Config ¤Î ! Module ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! load "pex5.so" ! load "xie.so" ! ! 7. X ¤Î¼Â¹Ô ! ! X ¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¥á¥â¥ê¤¬ºÇÄã 8MB ɬÍפǤ¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼ ! ¥¸¥ã¡¢¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¡¢xterm ¤Ç¥á¥â¥ê¤òÌó 4MB »È¤¤¤Þ¤¹¡£¥á¥â¥ê ! ¤¬ 4MB ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢gcc ¤Î¤è¤¦¤Ë¿ô¥á¥¬¥Ð¥¤¥È¤Î¶õ¤­¥á¥â¥ê¤ò´üÂÔ¤¹¤ë ! ¾¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Îʬ¤Î¥á¥â¥ê¤¬¤Û¤È¤ó¤É»Ä¤ê¤Þ¤»¤ó¡£X ¤Ï¥á¥â¥ê 4MB ! ¤Ç¤âÆ°ºî¤·¤Þ¤¹¤¬¡¢¼ÂºÝ¤Ë¤Ï X ¤Î¼Â¹ÔÃæ¤Ë¥³¥ó¥Ñ¥¤¥ë¤ò¹Ô¤¦¤È¡¢ÉÑÈˤ˥ڡ¼ ! ¥¸¥ó¥°¤¬È¯À¸¤¹¤ë¤¿¤á¤Ë»þ´Ö¤¬ 5¡Á10Çܤ«¤«¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 7.1. xdm(¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã)¤Îµ¯Æ° ! ! ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã¤òµ¯Æ°¤¹¤ë¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤«¤é root ¤Ç¥í¥°¥¤¥ó¤· ! ¤Æ¡¢``xdm -nodaemon'' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! /etc/rc.local Ãæ¤Î°Ê²¼¤ÎÉôʬ¤Î¥³¥á¥ó¥È¤ò³°¤»¤Ð¡¢µ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë xdm ! ¤òµ¯Æ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! if [ -x /usr/X11R6/bin/xdm ]; then ! echo -n ' xdm'; /usr/X11R6/bin/xdm ! fi ! ! OpenBSD 2.2 ¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥¤¥ó¥¹¥È¡¼¥ë¾õÂ֤Ǥϡ¢X ¥µ¡¼¥ÐÍѤβ¾ÁÛ¥³¥ó¥½ ! ¡¼¥ë¥Ç¥Ð¥¤¥¹¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: ! ! cd /dev ! ./MAKEDEV ttyC5 ! ! OpenBSD ÍѤΠXFree86 ¤Î¥Ð¥¤¥Ê¥êÇÛÉÛ¤Ë¤Ï XDM-AUTHORIZATION-1 ¥×¥í¥È¥³¥ë ! ¤Î¥µ¥Ý¡¼¥È¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 7.2. ¥Ç¥£¥¹¥×¥ì¥¤¥Þ¥Í¡¼¥¸¥ã̵¤·¤Ç¤Î X ¤Î¼Â¹Ô ! ! ½é¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X Window ¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ``startx ! >& startx.log'' ¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£X ¥µ¡¼¥Ð¤¬²èÌÌɽ¼¨¤ò°ú¤­·Ñ¤°¤¿¤á¡¢ ! ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤Ï¥ê¥À¥¤¥ì¥¯¥È¤·¤Ê¤¤¤È̵¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! X ¤«¤éÈ´¤±¤ë¤¿¤á¤Ë¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ë¤Ê¤Ã¤Æ¤¤¤ë xterm ¤Ç ``exit'' ¤ÈÆþÎÏ ! ¤·¤Þ¤¹¡£¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë .xinitrc, .xserverrc, .twmrc ¥Õ¥¡¥¤¥ë¤òºî ! ¤ë¤³¤È¤Ë¤è¤ê¡¢X ¤ò¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ä ! ¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î xinit ¤È startx ¤ÎÀâÌÀ¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! 8. X ¤ËÂФ¹¤ë¥«¡¼¥Í¥ë¤Î¥µ¥Ý¡¼¥È ! ! OpenBSD ¤Ë¤ª¤¤¤Æ X ¤ò³Î¼Â¤Ë¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï¡¢ /sys/arch/i386/conf ¤Ë¤¢ ! ¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Ë°Ê²¼¤Î¹Ô¤¬´Þ¤Þ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! options XSERVER ! ! 8.1. ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï 2 ¤Ä¤Îɸ½à¤Î OpenBSD/i386 ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð(pcons ¤È ! pcvt)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Ï¼Â¹Ô»þ¤Ë¸¡½Ð¤µ¤ì¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¦¤Ç ! ¤ÎÀßÄê¤ÏÉÔÍפǤ¹¡£ ! ! pcvt ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤¬ OpenBSD ¤Ç¤Î¥Ç¥Õ¥©¥ë¥È¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ÏÊ£ ! ¿ô¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÄ󶡤·¡¢¥­¡¼¥Ü¡¼¥É¤Î¥µ¥Ý¡¼¥È¤â¹ñºÝ²½¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 8.2. ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð ! ! OpenBSD ¤Ë¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¡¢¥Þ¥ë¥Á¥æ¡¼¥¶¥â¡¼¥É»þ¤Ë¤Ï /dev/mem ¥Ç¥Ð¥¤¥¹¤Ø ! ¤Î¥¢¥¯¥»¥¹¤ò̵¸ú¤Ë¤¹¤ë¥«¡¼¥Í¥ë¥»¥­¥å¥ê¥Æ¥£µ¡Ç½¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤« ! ¤·¡¢XFree86 ¤Î¥µ¡¼¥Ð¤Ï¡¢É½¼¨¥á¥â¥ê¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë¥ê¥Ë¥¢¥¢¥¯¥»¥¹¤ò ! ÍøÍÑ(¤¢¤ë¤¤¤ÏɬÍפÈ)¤·¤Þ¤¹¡£ ! ! P9000, Mach64, AGX ¥µ¡¼¥Ð¤Ï¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹¤òɬÍפȤ·¤Þ¤¹¡£Â¾¤Î¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¥µ¡¼¥Ð¤Ï¤³¤Îµ¡Ç½¤òÍøÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤¬¡¢É¬¤º¤· ! ¤âɬÍפȤϤ·¤Þ¤»¤ó¡£SVGA ¥µ¡¼¥Ð¤Î¥É¥é¥¤¥Ð¤Î°ìÉô¤â¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹ ! ¤òɬÍפȤ·¤Þ¤¹(ÆÃ¤Ë Matrox ¥É¥é¥¤¥Ð)¡£ ! ! XFree86 ¤Ç¥ê¥Ë¥¢¥á¥â¥ê¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Î˾¤Þ¤·¤¤ÊýË¡¤Ï¡¢¥¢¥Ñ¡¼¥Á¥ã¥É ! ¥é¥¤¥Ð¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ! ! ¤³¤Î¥¹¥Æ¥Ã¥×¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ÎºÙ¤«¤¤¥Ð¡¼¥¸¥ç¥ó¤Ë¿¼¤¯°Í¸¤·¤Þ ! ¤¹: ! ! o OpenBSD 2.0 ! ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò /usr/lkm ¤«¤é»ÈÍѤ·¤Þ¤¹: ! ! °Ê²¼¤Î¹Ô¤ò /etc/rc.local ¤ÎºÇ¸å¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! KERNDIR=/usr/lkm ! if [ -f ${KERNDIR}/ap.o ]; then ! modload -o ${KERNDIR}/ap -e ap -p \ ! ${KERNDIR}/apinstall ${KERNDIR}/ap.o ! fi ! ! o OpenBSD 2.1, 2.2 ! ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò¥í¡¼¥É¤¹¤ë¤¿¤á¤Î¹Ô¤Î¥³¥á¥ó¥È¤ò ! /etc/rc.securelevel ¤«¤é³°¤·¤Þ¤¹¡£ ! ! o OpenBSD 2.3 ! ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤Ï¥«¡¼¥Í¥ë¤Î°ìÉô¤Ç¤¹¡£¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë ! 'option APERTURE' ¤òÄɲä·¡¢¿·¤·¤¤¥«¡¼¥Í¥ë¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô ! ¤¤¡¢ /dev ¥Ç¥£¥ì¥¯¥È¥ê¤Ç ./MAKEDEV std ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! /etc/sysctl.conf ¤òÊÔ½¸¤·¡¢ÊÑ¿ô machdep.allowaperture ¤Ë 1 ¤òÀßÄꤷ ! ¤Þ¤¹¡£ ! ! o OpenBSD 2.4 °Ê¹ß ! ! OpenBSD ¤Ç¤Ï¡¢¤É¤Î X ¥µ¡¼¥Ð¤Î¾ì¹ç¤Ç¤â¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤òÍ­¸ú¤Ë¤¹¤ë ! ¤³¤È¤¬É¬Íפˤʤê¤Þ¤·¤¿¡£¤Ê¤¼¤Ê¤é¡¢¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤¬¥Ó¥Ç¥ª¥Ü¡¼¥É ! ¤Î I/O ¥Ý¡¼¥È¤Ø¤Î¥¢¥¯¥»¥¹¤âÀ©¸æ¤¹¤ë¤«¤é¤Ç¤¹¡£ ! ! ¤³¤ì¤ò¹Ô¤Ã¤¿¸å¡¢¥·¥¹¥Æ¥à¤òºÆµ¯Æ°¤·¤Æ¤¯¤À¤µ¤¤¡£XFree86 ¤ÏÍøÍѲÄǽ¤Ç¤¢¤ì ! ¤Ð¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¤Þ¤¹¡£ ! ! ·Ù¹ð: /bsd °Ê³°¤Î¥«¡¼¥Í¥ë¤òµ¯Æ°¤¹¤ë¾ì¹ç¡¢¥í¡¼¥À¥Ö¥ë¥â¥¸¥å¡¼¥ë¤¬¥·¥¹¥Æ ! ¥à¤ò¥¯¥é¥Ã¥·¥å¤µ¤»¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£Â¾¤Î¥«¡¼¥Í¥ë¤ò¼Â¹Ô¤·¤¿¤¤¾ì¹ç¤Ï¡¢ ! ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Ç¥Ö¡¼¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ·Ù¹ð: (°ìÅÙ X ¤¬µ¯Æ°¤¹¤ë¤È¥·¥¹¥Æ¥à¤¬Æ±¤¸¥»¥­¥å¥ê¥Æ¥£¾õÂÖ¤Ë¤Ê ! ¤ë¤è¤¦¤Ë)¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ÏƱ»þ¤Ë 1 ¤Ä¤Î¥¢¥¯¥»¥¹¤·¤«Ç§¤á¤Þ ! ¤»¤ó¡£¤Ä¤Þ¤ê¡¢Ê£¿ô¤Î¥µ¡¼¥Ð¤òÊ£¿ô¤Î²¾ÁÛüËö¤Ç¼Â¹Ô¤·¤Æ¤¤¤ë¾ì ! ¹ç¡¢ºÇ½é¤Î 1 ¤Ä¤À¤±¤¬¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹¤ò¹Ô¤¨¤Þ¤¹¡£Ê£¿ô¤Î ! X ¥µ¡¼¥Ð¤òƱ»þ¤Ë¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢'option INSE- ! CURE' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥ê¥Ë¥¢¥á¥â¥ê¥¢¥¯¥»¥¹¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤ÎÊ̤Î(¤¢¤Þ¤ê¤ª´«¤á¤Ç¤­¤Ê¤¤)ÊýË¡¤È ! ¤·¤Æ¤Ï¡¢¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë ``option INSECURE'' ¤òÄɲ䷤ƿ·¤·¤¤ ! ¥«¡¼¥Í¥ë¤ò¹½ÃÛ¤·¡¢¥«¡¼¥Í¥ë¤Î¥»¥­¥å¥ê¥Æ¥£µ¡Ç½¤ò̵¸ú¤Ë¤¹¤ëÊýË¡¤¬¤¢¤ê¤Þ ! ¤¹¡£ OpenBSD 2.2 °Ê¹ß¤Ç¤Ï¡¢¤µ¤é¤Ë /etc/rc.securelevel Æâ¤Ç securelevel ! ¤ò 1 ¤Ë½é´ü²½¤·¤Æ¤¤¤ë¹Ô¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 8.3. MIT-SHM ! ! OpenBSD ¤Ï System V ¶¦Í­¥á¥â¥ê¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥«¡¼¥Í¥ë¤¬¤³¤Îµ¡Ç½ ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤³¤È¤ò XFree86 ¤¬¸¡½Ð¤·¤¿¾ì¹ç¡¢XFree86 ¤Ï MIT-SHM µ¡ ! ǽ³ÈÄ¥¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! ! System V ¶¦Í­¥á¥â¥ê¤Î¥µ¥Ý¡¼¥È¤ò¥«¡¼¥Í¥ë¤ËÄɲ乤ë¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò¥«¡¼ ! ¥Í¥ëÀßÄê¥Õ¥¡¥¤¥ë¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! # System V-like IPC ! options SYSVMSG ! options SYSVSEM ! options SYSVSHM ! ! 9. XFree86 ÇÛÉÛʪ¤ÎºÆ¹½ÃÛ ! ! ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤ò»È¤¦¤È¡¢¥Ç¥£¥¹¥¯¤ò¤Ç¤­¤ë¤À¤±»È¤ï¤º¤Ë X ¥µ¡¼¥Ð¤À¤± ! ¤òºÆ¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È¤òŸ³«¤·¡¢ xf86site.def ! ¤òŬÀڤ˽¤Àµ¤·¡¢`./mkmf' ¤È `make' ¤ò¼Â¹Ô¤·¤Æ¥µ¡¼¥Ð¤ò¥ê¥ó¥¯¤·¤Æ¤¯¤À¤µ ! ¤¤¡£¾Ü¤·¤¯¤Ï /usr/X11R6/lib/Server/README ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥½¡¼¥¹ÇÛÉÛʪ¤ÎŸ³«¤È¹½Ãۤμê½ç¤Ë¤Ä¤¤¤Æ¤Ï ! /usr/X11R6/lib/X11/etc/INSTALL ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥³¥ó¥Ñ¥¤¥ë¤ÎÁ°¤Ë¤Ï xc/config/cf/host.def ¤òÊÔ½¸¤·¤Æ¡¢ÇÛÉÛʪ¤òÀßÄꤷ¤Ê ! ¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤Ë¤Ï¤ò ``make World'' ¤ò xc ! ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 9.1. ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð ! ! XFree86 ¤Ë¤Ï¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤òÁªÂò¤¹¤ëÀßÄꥪ¥×¥·¥ç¥ó¤¬¤¢¤ê¡¢ ! xf86site.def ¤Ç»È¤¤¤Þ¤¹: ! ! o pccons ¤À¤±¤ò»È¤¦¤Ê¤é¡¢¼¡¤Î¹Ô¤òµ­½Ò¤·¤Þ¤¹: ! ! #define XFree86ConsoleDefines -DPCCONS_SUPPORT ! ! o pcvt ¤À¤±¤ò»È¤¦¤Ê¤é¡¢¼¡¤Î¹Ô¤òµ­½Ò¤·¤Þ¤¹: ! ! #define XFree86ConsoleDefines -DPCVT_SUPPORT ! ! xf86site.def ¤Ç XFree86ConsoleDefines ¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¡¢ pccons ¥É¥é¥¤ ! ¥Ð¤È pcvt ¥É¥é¥¤¥Ð¤¬Î¾Êý¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! 9.2. ¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Î¹½ÃÛ ! ! XFree86 ¤Ï¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΠOpenBSD ¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! XFree86 ¥µ¡¼¥Ð¤Ï OpenBSD/MIPS ¾å¤Ç¤â¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£S3 ¥µ¡¼¥Ð ! ! Dennis Ferguson ¤µ¤ó¤È Matthew Green ¤µ¤ó¤Ë¤è¤ë NetBSD ÍѤΠXsun ¥µ¡¼ ! ¥Ð¥Ñ¥Ã¥Á¤Ï¡¢xc/programs/Xserver/hw/sun ¤ËÅý¹ç¤µ¤ì¤Þ¤·¤¿¡£Xsun ¥µ¡¼¥Ð¤Ï ! SPARC ¤È Sun3 ¾å¤Ç¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! XFree86 ¤Î¥¯¥é¥¤¥¢¥ó¥ÈÉôʬ¤Ï Alpha, pmax, Amiga, Mac68k, mvme68k ¥¢¡¼ ! ¥­¥Æ¥¯¥Á¥ã¾å¤Ç¹½ÃۤǤ­¤Þ¤¹¡£ ! ! ¤³¤Î°Ü¿¢ÈǤ˴ؤ¹¤ëÉÔ¶ñ¹ç¤Ï¡¢XFree86 ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ç¤Ï¤Ê¤¯¡¢OpenBSD ! ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤ËľÀÜÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! OpenBSD ¥×¥í¥¸¥§¥¯¥È¤Ï¸½ºß¡¢XFree86 ¤Î¥½¡¼¥¹¥³¡¼¥É¤Ë´ð¤Å¤­¡¢¤³¤ì¤Ë ! OpenBSD ¸ÇÍ­¤ÎÊѹ¹¤ò¹Ô¤Ã¤¿¡¢Æȼ«¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¥½¡¼¥¹¤« ! ¤éºÆ¹½ÃÛ¤ò¹Ô¤¦¤Ë¤Ï¡¢¤³¤Î¥Ä¥ê¡¼¤«¤é»Ï¤á¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£OpenBSD ¤Î X11 ! ¥½¡¼¥¹ÃÏÍý¡¼¤ÏÁ´¤Æ¤Î OpenBSD ¤Î anonymous CVS ¥µ¡¼¥Ð¤«¤é anonymous CVS ! ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£anonymous CVS ¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! http://www.openbsd.org/anoncvs.html ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 10. ¿·¤·¤¤ X ¥¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! ¿·¤·¤¤¥¯¥é¥¤¥¢¥ó¥È(X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó)¤òºî¤ëºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢¥½¡¼¥¹ ! ¤Ë Imakefile ¤¬ÉÕ°¤·¤Æ¤¤¤ì¤Ð xmkmf ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ``xmkmf -a'' ¤ò¼Â ! ¹Ô¤·¤Æ Makefile ¤òºî¤ê¡¢É¬Íפ˱þ¤¸¤ÆÀßÄê¤ò³Îǧ¤·¡¢¤½¤ì¤«¤é ``make'' ¤ò ! ¼Â¹Ô¤·¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¾ì¹ç¤Ë¤Ï¡¢É¬¤º ! ``makewhatis /usr/X11R6/man'' ¤ò¼Â¹Ô¤·¡¢ whatis.db ¤ò¹¹¿·¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.OpenBSD,v 1.1.2.2 1999/11/26 15:23:10 hohndel Exp $ ! ! $XConsortium$ ! ! 11. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000:1.1.2.1 Wed Jun 2 17:50:51 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000 Tue Dec 28 23:13:48 1999 *************** *** 1,11 **** ! XFree86 3.3.3 P9000 ¥µ¡¼¥Ð ¥ê¥ê¡¼¥¹¥Î¡¼¥È Erik Nygren (nygren@mit.edu) ! 1998 October 13 The X Japanese Documentation Project ! 1999 January 27 ____________________________________________________________ ! Ìܼ¡ 1. Êѹ¹ÍúÎò --- 1,11 ---- ! XFree86 P9000 ¥µ¡¼¥Ð ¥ê¥ê¡¼¥¹¥Î¡¼¥È Erik Nygren (nygren@mit.edu) ! 1998 December 29 The X Japanese Documentation Project ! 1999 November 22 ____________________________________________________________ ! Table of Contents 1. Êѹ¹ÍúÎò *************** *** 33,39 **** 1. Êѹ¹ÍúÎò - 1998.10.13: o ²¾ÁÛüËö¤Ë¤¤¤ë¤È¤­¤Ë¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¤ÎÍ­¸ú/̵¸ú¤òÀÚÂؤ¨¤è¤¦¤È¤¹ --- 33,38 ---- *************** *** 64,69 **** --- 63,69 ---- o p9000pntwin.c ¤ËÄɲäò¹Ô¤¤¤Þ¤·¤¿: 8/16/32bpp »þ¤Î¥¦¥£¥ó¥É¥¦¤Î¥Ú ¥¤¥ó¥ÈÁàºî¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó (Henrik Harmsen) + o bpp ¤¬Â礭¤¤¤È¤­¤ÎÉÁ²èµ¡Ç½¤Î¤¿¤á¤Ë p9000gc16.c ¤È p9000gc32.c ¤ò Äɲä·¤Þ¤·¤¿(Henrik Harmsen) *************** *** 149,154 **** --- 149,157 ---- o XF86Config ¤Î¥ª¥×¥·¥ç¥ó»ØÄ꤬¸¶°ø¤È¤Ê¤ëÌäÂê¤ò¤µ¤é¤Ë¤¤¤¯¤Ä¤«½¤Àµ ¤·¤Þ¤·¤¿¡£(Erik Nygren) + o XF86Config ¤Î¥ª¥×¥·¥ç¥ó»ØÄ꤬¸¶°ø¤È¤Ê¤ëÌäÂê¤ò¤µ¤é¤Ë¤¤¤¯¤Ä¤«½¤Àµ + ¤·¤Þ¤·¤¿¡£(Erik Nygren) + o Orchid P9000 ¤Ë¤ª¤±¤ëºÇÂ祯¥í¥Ã¥¯Ãͤò¤Ç¤­¤ë¤À¤±½¤Àµ¤·¤Þ¤·¤¿¡£ (Harry Langenbacher, Erik Nygren) *************** *** 193,199 **** o ¿åÊ¿²òÁüÅÙ¤«¤é¥·¥¹¥Æ¥àÀßÄê¤ò·è¤á¤ë¥ë¡¼¥Á¥ó¤ò½ñ¤­Ä¾¤·¤Þ¤·¤¿¡£¤Þ ¤¿¡¢¸¡½Ð¤Ë¤ª¤¤¤ÆÍ­¸ú¤Ê¿åÊ¿²òÁüÅÙ¤ò¥Á¥§¥Ã¥¯¤¹¤ë¤è¤¦¤Ë¤·¤Þ¤· ¤¿¡£(Erik Nygren) - o Á´¤Æ¤Î¿§¤Î¿¼¤µ¤ËÂФ·¤Æ MoveWindow ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÄɲä·¤Þ ¤·¤¿¡£ 32bpp ¤Ç¤â opaque move Áàºî¤¬¤¤¤¤´¶¤¸¤ÇÆ°¤¯¤è¤¦¤Ë¤Ê¤ê¤Þ¤· ¤¿! (Chris Mason) --- 196,201 ---- *************** *** 260,267 **** ¥¯¥·¥ç¥ó¤Ç chipset "orchid_p9000" ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ - - 4. Viper Pro ¤ª¤è¤Ó¾¤Î P9100, P9130 ¥«¡¼¥É (¥µ¥Ý¡¼¥È¤Ï¤·¤Æ¤¤¤Þ¤» ¤ó!!) --- 262,267 ---- *************** *** 329,335 **** ¤³¤ì¤é¤Î¥â¡¼¥É¤Ç¤Ï¡¢¤Þ¤ÀÀµ¤·¤¯Æ°ºî¤·¤Ê¤¤¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬¤¿¤¯¤µ¤ó¤¢¤ê ¤Þ¤¹¡£¤³¤ì¤Ë´Ø¤¹¤ë»ØŦ¤ÏÉ®¼Ô¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¥¢¥×¥ê¤Îºî¼Ô¤¬´û¤ËÌäÂê ¤ò²ò·è¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢Èà¤é¤ËÃΤ餻¤Æ¤¯¤À¤¤¡£°­¤¤¤Î¤ÏÈà¤é¤Ç¤¹¤«¤é¤Í... ! :-) ÌäÂê¤ÎÎã: xv 3.00 32bpp ¤È 16bpp ¤Ç¤Ï 24¥Ó¥Ã¥È¥¤¥á¡¼¥¸¤ò¤¦¤Þ¤¯°·¤¨¤Þ¤¹¡£8bpp ¥â¡¼ --- 329,337 ---- ¤³¤ì¤é¤Î¥â¡¼¥É¤Ç¤Ï¡¢¤Þ¤ÀÀµ¤·¤¯Æ°ºî¤·¤Ê¤¤¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬¤¿¤¯¤µ¤ó¤¢¤ê ¤Þ¤¹¡£¤³¤ì¤Ë´Ø¤¹¤ë»ØŦ¤ÏÉ®¼Ô¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¥¢¥×¥ê¤Îºî¼Ô¤¬´û¤ËÌäÂê ¤ò²ò·è¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢Èà¤é¤ËÃΤ餻¤Æ¤¯¤À¤¤¡£°­¤¤¤Î¤ÏÈà¤é¤Ç¤¹¤«¤é¤Í... ! :-) ! ! ÌäÂê¤ÎÎã: xv 3.00 32bpp ¤È 16bpp ¤Ç¤Ï 24¥Ó¥Ã¥È¥¤¥á¡¼¥¸¤ò¤¦¤Þ¤¯°·¤¨¤Þ¤¹¡£8bpp ¥â¡¼ *************** *** 450,455 **** --- 452,458 ---- ¤Û¤È¤ó¤ÉÁ´¤Æ¤ÎÍ­¸ú¤Ê¥â¡¼¥É(¤³¤ÎÃͤϿåÊ¿Êý¸þ¤Î²òÁüÅÙ¤òÀ©Ì󤹤ë¤Î ¤Ç¡¢¿åÊ¿Êý¸þ¤Î²òÁüÅ٤ˤϤɤó¤ÊÃͤǤâ»È¤¨¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó) + XF86Config ¤Î Display ¥»¥¯¥·¥ç¥ó¤Ç¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥­¡¼¥ï¡¼¥É¤ò°Ê ²¼¤Ë¼¨¤·¤Þ¤¹: *************** *** 519,527 **** o Henrik Harmsen (harmsen@eritel.se) ! Viper PCI ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ëºÝ¤Ë¶¨ÎϤ·¤Æ¤¯¤ì¤¿ Matt Thomas ¤µ¤ó ! (thomas@lkg.dec.com) ¤È Bob Hollinger ¤µ¤ó (bob@interaccess.com) ¤Ë´¶ ! ¼Õ¤·¤Þ¤¹¡£ ¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤Î¥Ñ¥Ã¥Á¤Ï»ÄÇ°¤Ê¤¬¤éÅý¹ç¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢ºî¼Ô¤Î David Moews ¤µ¤ó (dmoews@xraysgi.ims.uconn.edu) ¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ --- 522,530 ---- o Henrik Harmsen (harmsen@eritel.se) ! Viper PCI ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ëºÝ¤Ë¶¨ÎϤ·¤Æ¤¯¤ì¤¿ Matt Thomas ¤µ¤ó ! (thomas@lkg.dec.com) ¤È Bob Hollinger ¤µ¤ó (bob@interaccess.com) ¤Ë ! ´¶¼Õ¤·¤Þ¤¹¡£ ¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤Î¥Ñ¥Ã¥Á¤Ï»ÄÇ°¤Ê¤¬¤éÅý¹ç¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢ºî¼Ô¤Î David Moews ¤µ¤ó (dmoews@xraysgi.ims.uconn.edu) ¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ *************** *** 533,539 **** ¤·¤¿¤é¡¢¤É¤¦¤«É®¼Ô (nygren@mit.edu) ¤Þ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000,v 1.1.2.1 1999/06/02 07:50:51 hohndel Exp $ --- 536,542 ---- ¤·¤¿¤é¡¢¤É¤¦¤«É®¼Ô (nygren@mit.edu) ¤Þ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.P9000,v 1.1.2.3 1999/12/28 12:13:48 hohndel Exp $ *************** *** 552,594 **** ÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í ¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- 555,557 ---- Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3:3.4.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3:3.4.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3:3.4.2.2 Wed Jun 2 17:50:51 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3 Sat Nov 27 02:23:11 1999 *************** *** 1,1188 **** ! S3 À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 27 February 1998 ! The X Japanese Documentation Project ! 18 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. 16bpp ¤È 32bpp ! 3. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î°ìÍ÷ ! 4. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¥Á¥Ã¥×¤Î°ìÍ÷ ! 5. ÄɲäÎÃí°Õ»ö¹à ! 6. IBM RGB 5xx RAMDAC ¤Î»²¾È¥¯¥í¥Ã¥¯ÃÍ ! 7. LCD ÀßÄê¤Î¥Ò¥ó¥È(S3 Aurora64V+) ! 8. ¥°¥é¥Õ¥£¥Ã¥¯Áàºî»þ¤Ë``À㤬¹ß¤ë'' ¸½¾Ý¤Î²óÈòÊýË¡ ! 9. ¿·¤·¤¤ S3 SVGA ¥É¥é¥¤¥Ð ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¸½¹Ô¤Î S3 ¥µ¡¼¥Ð¤Ï¼¡¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: 911, 924, ! 801/805, 928, 732 (Trio32), 764 (Trio64), 765, 775, 785(Trio64*), 864, ! 868, 964, 968, M65(Aurora64V+)¡£S3¥µ¡¼¥Ð¤Ï 866 ¤âǧ¼±¤·¤Þ¤¹¤¬¡¢¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¤Þ¤À¥Æ¥¹¥È¤·¤Æ¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç²¿¤«ÌäÂ꤬ ! ¤¢¤Ã¤¿¤ê¤¦¤Þ¤¯Æ°ºî¤¹¤ì¤Ð¡¢¤½¤Î¤³¤È¤ò²æ¡¹¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤·¤«¤·¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òÅëºÜ¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥Ü¡¼¥ÉÁ´¤Æ¤Ë¤Ä¤¤¤Æ¤Î¥µ ! ¥Ý¡¼¥È¤¬½½Ê¬¤Ê¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£Æ°ºî³Îǧ¤ò¤·¤¿¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë´Ø¤¹¤ë¥Ç ! ¡¼¥¿¤ò°Ê²¼¤Î¥ê¥¹¥È¤Ë¼¨¤·¤Þ¤¹¡£ÆɼԤ㧤µ¤ó¤¬¤ª»ý¤Á¤Î¥«¡¼¥É¤Ë»÷¤¿¥«¡¼¥É ! ¤¬¥ê¥¹¥È¤ÎÃæ¤Ë¤¢¤ë¾ì¹ç¤Ï¡¢¤½¤Î¥«¡¼¥É¤âÆ°ºî¤¹¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! S3 801/805, AT&T 20C490 (¤Þ¤¿¤ÏÎà»÷¤Î) RAMDAC ! ! o Orchid Fahrenheit 1280+ VLB ! ! o Actix GE32 ! ! 8, 15/16 bpp ! ! Ãí°Õ: ½ãÀµ¤Î AT&T20C490 RAMDAC ¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤Ï¤º¤Ç ! ¤¹¡£¸ß´¹¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï XF86Config ¤Ë `Ramdac "att20c490"' ! ¤ÈÌÀµ­¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ½ãÀµ¤Î AT&T 20C490 ¤È 20C491 RAMDAC ¤Ï "dac_8_bit" ¥ª¥×¥·¥ç¥óÉÕ ! ¤­¤ÇÆ°ºî¤·¤Þ¤¹¡£(Winbond 82C490 Åù)°ìÉô¤Î¸ß´¹¥Ü¡¼ ! ! Orchid Fahrenheit 1280+ VLB ¤Ë¤Ï `Option "nolinear"' ¤¬É¬Íפ«¤â ! ¤·¤ì¤Þ¤»¤ó¡£ ! ! ! ! S3 805 VLB, S3 GENDAC (RAMDAC + ¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶¡¼) ! ! o MIRO 10SD (VLB ÈÇ¤È PCI ÈǤ¬ÍøÍѲÄǽ) Á´¤Æ¤Î10SD ¤¬ S3 GENDAC ¤ò ! ÅëºÜ¤·¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¡£ ! ! 8 ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ClockChip "s3gendac" ! RamDac "s3gendac" ! ! ! ! ! ! ! S3 801/805, AT&T 20C490 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o STB PowerGraph X.24 S3 (ISA) ! ! 8 ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ½ãÀµ¤Î AT&T20C490 RAMDAC ¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Ç§¼±¤·¤Þ¤¹¡£¸ß´¹ ! ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï XF86Config ¤Ë `Ramdac "att20c490"'¤ÈÌÀµ­¤¹ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! RamDac "att20c490" ! Option "dac_8_bit ! ! ! ! ! ! ! ! S3 805, Diamond SS2410 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Diamond Stealth 24 VLB ! ! ! 8 ¤È 15bpp(*) ¤Î¤ß¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! `Option "nolinear"' ¤È¤¤¤¦¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£ ! ! (*) SS2410 RAMDAC ¤Ï 15 bpp ¥â¡¼¥É¤Ç¤Ï AT&T20C490 ¤È¸ß´¹À­¤¬¤¢¤ë ! ¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¤ò¥µ¡¼¥Ð¤Ë AT&T20C490 ¤È¤·¤Æ°· ! ¤ï¤»¤ë¤Ë¤Ï¡¢XF86Config ¤Ë `Ramdac "att20c490"' ¤È½ñ¤¯É¬Íפ¬¤¢¤ê ! ¤Þ¤¹¡£ ! ! ! S3 801/805, Chrontel 8391 ¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ! ! o JAX 8241 ! ! o SPEA Mirage ! ! ! 8 ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! 8391 ¤Ï AT&T 20C490 RAMDAC ¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ClockChip "ch8391" ! Ramdac "ch8391" ! Option "dac_8_bit" ! ! ! ! ! ! S3 928, AT&T 20C490 RAMDAC ! ! o Actix Ultra ! ! 8 bpp ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ½ãÀµ¤Î AT&T20C490 RAMDAC ¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Ç§¼±¤·¤Þ¤¹¡£¸ß´¹ ! ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï XF86Config ¤Ë `Ramdac "att20c490"'¤ÈÌÀµ­¤¹ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¡¢¥µ¡¼¥Ð¤Î RAMDAC ¸¡½Ð¤Ï¸ß´¹¥Ü¡¼¥É¤Î°ìÉô¤Ç ! ÌäÂê¤òµ¯¤³¤¹¤¿¤á¡¢ RamDac ¤òÀßÄꤷ¤Æ RamDac ¸¡½Ð¤ò²óÈò¤·¤Ê¤±¤ì¤Ð ! ¤Ê¤é¤Ê¤¤¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ½ãÀµ¤Î AT&T 20C490 ¤È 20C491 RAMDAC ¤Ï "dac_8_bit" ¤È¤¤¤¦¥ª¥× ! ¥·¥ç¥ó¤ÇÆ°ºî¤·¤Þ¤¹¡£(Winbond 82C490 ¤Î¤è¤¦¤Ê)°ìÉô¤Î¥¯¥í¡¼¥ó¤Ï¡¢ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ ! ! ! S3 928, Sierra SC15025 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o ELSA Winner 1000 ISA/EISA (``TwinBus'' ¤Ç¤¢¤Ã¤Æ¡¢ ! Winner1000ISA¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó!) ! ! o ELSA Winner 1000 VL ! ! 8, 15/16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! 8bpp ¤Ç¤Ï 8¥Ó¥Ã¥È/¥Ô¥¯¥»¥ë RGB ¤ò¥µ¥Ý¡¼¥È¤·¡¢15/16bpp ¥â¡¼¥É¤È ! 24bpp ¥â¡¼¥É¤Ç¤Ï¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯¤¬ 30 MHz ¤Î¸Â³¦¶á¤¯¤Ç¤¢¤ë¾ì¹ç¤Ë¡¢ 24 bpp ¤Ç¤Ï ``À㤬 ! ¹ß¤Ã¤¿¤è¤¦¤Ë'' ¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ï´í¸±¤Ç¤Ï¤Ê¤¤¤È¹Í¤¨¤é¤ì ! ¤Æ¤¤¤Þ¤¹¤¬¡¢24bpp ¤Î»È¤¤¾¡¼ê¤ò°­¤¯¤·¤Æ¤¤¤Þ¤¹¡£ ! ! D-¥¹¥Æ¥Ã¥×(°Ê¹ß¤Î)¥Á¥Ã¥×¤Ç¤Ï¡¢²èÌÌÉý¤ò 1152 ¥É¥Ã¥È¤Ç»È¤¦¤³¤È¤Ï¤Ç ! ¤­¤Ê¤¤¤Î¤Ç¡¢1 MB ¤Î¥Ü¡¼¥É¤ÇºÇ¤âÍ­¸ú¤Ê¥â¡¼¥É¤Ï 1088x800x8 ¤Ç¤¹(2 ! MB ¤Î¾ì¹ç¤ÏƱÍÍ¤Ë 1088x800x16 ¤Ç¤¹)¡£ ! ! ! ! ClockChip "icd2061a" ! ! ! ! ! ! ! ! S3 928, Bt9485 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o STB Pegasus VL ! ! 8, 15/16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! "sync_on_green" ¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Æ¤¤¤Æ¡¢¤«¤Ä BNC ¥³¥Í¥¯¥¿¤Ë ! ½ÐÎϤ¹¤ë¤è¤¦¤Ë¥Ü¡¼¥É¾å¤Î¥¸¥ã¥ó¥Ñ¥¹¥¤¥Ã¥Á¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë¾ì¹ç¡¢Æ± ! ´ü¿®¹æ¤ò¥°¥ê¡¼¥ó¿®¹æ¤Ë¾è¤»¤¿ RGB ½ÐÎϤ¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! ¸½ºß¡¢VLB ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥¢¥É¥ì¥¹ 0x7FCxxxxx ¤Çµ¯¤³¤ê¤Þ¤¹ ! ¤Î¤Ç¡¢64MB °Ê¾å¥á¥¤¥ó¥á¥â¥ê¤¬¤¢¤Ã¤Æ¤â¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»È ! ¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! ! ! ! ! ClockChip "icd2061a" ! Option "stb_pegasus" ! ! ! ! ! ! ! ! S3 928, Bt485 RAMDAC, SC11412 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o SPEA Mercury 2MB VL ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "SC11412" ! Option "SPEA_Mercury" ! ! ! ! ! ! ! ! S3 928, Bt485 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o #9 GXE Level 10, 11, 12 ! ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! Option "number_nine" ! ! ! ! ! ! ! ! S3 928, Ti3020 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o #9 GXE Level 14, 16 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ʊ´ü¿®¹æ¤ò¥°¥ê¡¼¥ó¿®¹æ¤Ë¾è¤»¤¿ RGB ½ÐÎϤò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! Option "number_nine" ! ! ! ! ! ! ! ! S3 864, AT&T20C498, ICS2494 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! ! o MIRO 20SD (BIOS 1.xx) ! ! ICS2494 ¤Ï¸ÇÄê¼þÇÈ¿ô¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Ç¤Ï¡¢(XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! Clocks ¹Ô¤ò½ñ¤«¤º¤Ë) X -probeonly ¤ò¼Â¹Ô¤·¤ÆÀµ¤·¤¤¥¯¥í¥Ã¥¯Ãͤò¼è ! ÆÀ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! S3 864, AT&T20C498, STG1700 RAMDAC ¤È ICD2061A, ICS9161 ¥¯¥í¥Ã¥¯ ! ¥Á¥Ã¥× ! ! o Elsa Winner1000PRO VLB ! ! o Elsa Winner1000PRO PCI ! ! o MIRO 20SD (BIOS 2.xx) ! ! o Actix GraphicsENGINE 64 VLB/2MB ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! ! ! ! ! ! ! S3 864, 20C498, 21C498 RAMDAC ¤È ICS2595 ¥Á¥Ã¥×¥»¥Ã¥È ! ! o SPEA MirageP64 2MB DRAM (BIOS 3.xx) ! ! 8, 15/16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ¤³¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤Ï̤¤ÀÉÔ´°Á´¤Ç¡¢°ìÉô¤Î¥Þ¥·¥ó¾å¤Ç¤Ï ! XF86_S3 µ¯Æ°»þ¤Î½é´ü²èÌÌ¡¢¤Þ¤¿¤Ï²¾ÁÛüËö(VT)¤«¤éÌá¤Ã¤¿Ä¾¸å¤Î²èÌÌ ! ¤ÇÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¤¬¡¢ CTRL+ALT+``KP+'' ¤Ç¼¡¤Î¥â¡¼¥É¤ËÀÚ¤êÂؤ¨¡¢ ! ¤Þ¤¿¸µ¤Î¥â¡¼¥É¤ËÌá¤ë¤ÈÌäÂ꤬²ò·è¤¹¤ë¤è¤¦¤Ç¤¹¡£ ! ! ¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤ÏÀµ¤·¤¯Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! BIOS ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬ 4.xx ¤Î Mirage P64 ¤Ï S3 SDAC ¤ò»ÈÍѤ·¤Æ¤¤¤Þ ! ¤¹¡£ ! ! ! ! ClockChip "ics2595" ! ! ! ! ! ! ! ! S3 864, S3 86C716 SDAC RAMDAC ¤È¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner1000PRO ! ! o MIRO 20SD (BIOS 3.xx) ! ! o SPEA MirageP64 2MB DRAM (BIOS 4.xx) ! ! ! o Diamond Stealth 64 DRAM ! ! 8, 15/16 ¤È 24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! S3 864, ICS5342 RAMDAC ¤È¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Diamond Stealth 64 DRAM (°ìÉô¤Î¥«¡¼¥É¤Î¤ß) ! ! 8, 15/16 ¤È 24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "ics5342" ! Ramdac "ics5342" ! ! ! ! ! ! ! ! S3 864, AT&T21C498-13 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o #9 GXE64 - PCI ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! Option "number_nine" ! ! ! ! ! ! ! ! S3 964, AT&T 20C505 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Miro Crystal 20SV ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! Ramdac "att20c505" ! ! ! ! ! ! ! ! S3 964, Bt485 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Diamond Stealth 64 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ! ClockChip "icd2061a" ! ! ! ! ! ! ! ! S3 964, Bt9485, AT&T 20C505 RAMDAC ¤È ICS9161a ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o SPEA Mercury 64 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "ics9161a" ! Option "SPEA_Mercury" ! ! ! ! ! ! ! ! S3 964, Ti3020 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner2000PRO PCI ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! ClockChip "icd2061a" ! ! ! ! ! ! ! ! S3 964, Ti3025 RAMDAC, Ti3025 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Miro Crystal 40SV ! ! o #9 GXE64 Pro VLB ! ! o #9 GXE64 Pro PCI ! ! 8 bpp, 15, 16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! GXE64 Pro ¤Î¥µ¥Ý¡¼¥È¤Ë¤Ï°ìÉôÌäÂ꤬¤¢¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ ! 15/16/24 bpp ¤Ç¤Ï²èÁü¤¬ÊФ俤ê/²ó¤ê¹þ¤ó¤À¤ê¤·¤Þ¤¹¡£ ! ! #9 ¤Ï GXE64 Pro ¤Ç¤Î 1600x1200 ¥â¡¼¥É¤ò¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤·¤Ê¤¤¤³¤È ! ¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤«¤· #9 ¤Ï¡¢ GXE64 Pro ¤Ç»È¤ï¤ì¤Æ¤¤¤¿ ! 135MHz ¤Î RAMDAC ¤ò 220MHz ¤Î RAMDAC ¤ËÃÖ¤­´¹¤¨¤¿¡¢ ! GXE64Pro-1600 ¤È¸Æ¤Ð¤ì¤ë¿·¤·¤¤(¤½¤·¤Æ¤è¤ê¹â²Á¤Ê)¥Ü¡¼¥É¤ò³«È¯¤·¤Æ ! ¤¤¤Þ¤¹¡£ ! ! ! S3 764 (Trio64) ! ! o SPEA Mirage P64 (BIOS 5.xx) ! ! ! o Diamond Stealth 64 DRAM ! ! o #9 GXE64 Trio64 ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: Trio64 ¤Ï RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤òÆ⢤·¤Æ¤¤¤ë¤Î¤Ç¡¢¥µ¡¼ ! ¥Ð¤Ï¤É¤Î Trio64 ¥«¡¼¥É¤Ç¤âÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ! S3 732 (Trio32) ! ! o Diamond Stealth 64 DRAM SE ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: Trio32 ¤Ï RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤òÆ⢤·¤Æ¤¤¤ë¤Î¤Ç¡¢¥µ¡¼ ! ¥Ð¤ÏÁ´¤Æ¤Î Trio32 ¥«¡¼¥É¤ÇÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ! ! S3 868, S3 86C716 SDAC RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o ELSA Winner 1000AVI ! ! o Diamond Stealth Video DRAM ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! S3 868, AT&T 20C409 RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o ELSA Winner 1000AVI ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ¥Ô¥¯¥»¥ë¿½Å²½¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£½¾¤Ã¤Æ 8bpp ¤Ç¤Î ! ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÏÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£(¸½ºß¤Ï 67.5MHz ¤Ç¤¹¤¬¡¢¥ê ! ¥ê¡¼¥¹¤è¤êÁ°¤Ë¥Ô¥¯¥»¥ë¿½Å²½¤¬¸ÇÄꤵ¤ì¤Ê¤±¤ì¤Ð¡¢¤³¤ÎÃÍ¤Ï 100MHz ! ¤ËÊѹ¹¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£) ! ! ! S3 968, Ti3026 RAMDAC, Ti3026 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner 2000PRO/X-2, /X-4 (¥ê¥Ó¥¸¥ç¥ó¤¬ F °ÊÁ°) ! ! o Elsa Winner 2000AVI-2, -4 ! ! o Diamond Stealth 64 VIDEO VRAM ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! S3 968, Ti3026 RAMDAC, ICS9161A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner 2000PRO/X-2 and /X-4 (¥ê¥Ó¥¸¥ç¥ó G) ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ÇÜ®¥¯¥í¥Ã¥¯µ¡Ç½¤Ï¤Þ¤ÀÆ°ºî¤·¤Æ¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢ÍøÍÑ¤Ç ! ¤­¤ëºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 120MHz ÄøÅÙ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! ! S3 964, IBM RGB 514/524/525/528 RAMDAC & ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Hercules Graphics Terminator 64 ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ! s3RefClk 50 ! DACspeed 170 ! Option "slow_vram" ! ! ! ! ! ! ! S3 968, IBM RGB 514/524/525/528 RAMDAC & ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Genoa Genoa VideoBlitz III AV ! ! ! s3RefClk 50 ! DACspeed 170 ! ! ! ! ! ! o Hercules Graphics Terminator Pro 64 ! ! ! s3RefClk 16 ! DACspeed 220 ! ! ! ! ! ! ¤³¤Î¥«¡¼¥É¤Î¾ì¹ç¡¢Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤½¤ì¤¾¤ì¤Ë¤ª¤¤¤Æ¡¢¼¡¤Î¹Ô¤ò ! »ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó: ! ! ! Invert_VCLK "*" 0 ! ! ! ! ! ! o STB Velocity 64 ! ! ! s3RefClk 24 ! DACspeed 220 ! ! ! ! ! ! o Number Nine FX Motion 771 ! ! ! s3RefClk 16 ! DACspeed 220 ! ! ! ¤³¤Î¥«¡¼¥É¤Î¾ì¹ç¡¢Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤½¤ì¤¾¤ì¤Ë¤ª¤¤¤Æ¡¢¼¡¤Î¹Ô¤ò ! »ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó: ! ! ! Invert_VCLK "*" 0 ! ! ! ! ! ! o MIRO 80SV ! ! ! s3RefClk 16 ! DACspeed 250 ! ! ! ! ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ! ELSA Winner 2000PRO/X-8 (S3 968, 8MB VRAM, 32bpp »þ¤Ë 220MHz) ! ¥µ¡¼¥Ð¤Î¥Æ¥¹¥È¤Ï¡¢¤³¤Î¥«¡¼¥É¤Î "¥ê¥Ó¥¸¥ç¥ó C" ¤À¤±¤Ç¹Ô¤Ã¤Æ¤¤¤Þ ! ¤¹¡£(¥·¥ê¥¢¥ëÈÖ¹æ¤Ï C ¤«¤é»Ï¤Þ¤ë¤Ï¤º¤À¤È»×¤¦¤Î¤Ç¤¹¤¬¡¢¤³¤ì¤Ï³Î¤« ! ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢É®¼Ô¤Î¥«¡¼¥É¤Î¥·¥ê¥¢¥ëÈÖ¹æ¤Ï ! A-0000.000.000 ¤À¤«¤é¤Ç¤¹¡£¤³¤ì¤Ë¤Ï IBM RGB528A ¤¬ºÜ¤Ã¤Æ¤ª¤ê¡¢A ! ¤È½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¼«Æ°¸¡½Ð¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¥â¡¼¥É¹ÔÅù¤Ë°Í¸¤·¤Æ¡¢°Ê²¼¤Î¤è¤¦¤Ê¥Ç¥£¥¹¥×¥ì¥¤¤ÎÏĤߤ¬µ¯¤³¤ë¤³¤È ! ¤¬¤¢¤ê¤Þ¤¹: ! ! 1. Ť¤¿åÊ¿Àþ/¼ÊÌÏÍͤ¬Â¿¿ô½Ð¤ë¡£ ! ! 2. ²èÌÌÁ´°è¤Ç¡¢¥Ô¥¯¥»¥ë¤¬¤Á¤é¤Ä¤¤¤¿¤ê¡¢Àã¤Î¤è¤¦¤Êû¤¤²£¼Ê¤¬½Ð ! ¤ë¡£ ! ! 3. ¾åµ­¤È»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤¬¥°¥é¥Õ¥£¥Ã¥¯Áàºî(¥¦¥£¥ó¥É¥¦¤Î ! opaque move ÁàºîÅù)¤Î»þ¤À¤±È¯À¸¤¹¤ë¡£ ! ! 4. ¥Ç¥£¥¹¥×¥ì¥¤¤Îº¸Ã¼¤Ë;·×¤Ê¥Ô¥¯¥»¥ë¤¬É½¼¨¤µ¤ì¡¢±¦Ã¼¤Î¥Ô¥¯¥»¥ë ! ¤¬°ìÉô·ç¤±¤Æ¤¤¤ë¡£ ! ! ¤³¤ì¤é¤ÎÌäÂê¤ÏÁ´¤Æ¡¢¥â¡¼¥É¹Ô¤ò¾¯¤·Ä´À°¤¹¤ë¤³¤È¤Ç½¤Àµ¤Ç¤­¤Þ¤¹ ! (`xvidtune' ¤ò¼Â¹Ô¤·¤ÆÂÐÏÃŪ¤ËÄ´À°¤¹¤ë¤Î¤¬ºÇ¤âÎɤ¤¤Ç¤·¤ç¤¦)¡£Îã ! ¤¨¤Ð¡¢ºÇ½é¤Î 3 ¤Ä¤ÎÌäÂê¤ËÂФ·¤Æ¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤²èÁü¤òº¸¤«±¦¤Ë¿ô ! ¥É¥Ã¥È¤º¤é¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ºÇ¸å¤ÎÌäÂê¤Î¾ì¹ç¤Ï¡¢HSyncEnd ÃͤòÁý¤ä ! ¤¹(¿åʿƱ´ü¤Î¼þ´ü¤òŤ¯¤¹¤ë)¤È²ò·è¤¹¤ë¤Ç¤·¤ç¤¦¡£¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¡¢ ! ¿åʿƱ´ü¼þ´ü¤òÆäËŤ¯¼è¤ëɬÍפ¬¤¢¤ê¡¢¤´¤¯µ©¤Ë(HSyncEnd Ãͤò¸º¤é ! ¤¹¤³¤È¤Ë¤è¤ê)¿åʿƱ´ü¼þ´ü¤òû¤¯¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! µ©¤Ë¡¢InvertVCLK ¤ä EarlySC (ÊÒÊý¤¢¤ë¤¤¤ÏξÊý)¤òÄ´À°¤·¡¢¤½¤Î¸å¤Ë ! BlankDelay ¤òÄ´À°¤¹¤ëɬÍפ¬¤¢¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹(xvidtune ¤Î°ìÈÖ²¼ ! ¤Î¹Ô¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£)¡£ ! ! ¤³¤ì¤é¤ÎÌäÂê¤Î¤¦¤Á¤Î¤¤¤º¤ì¤«¤Ë½Ð²ñ¤Ã¤¿¾ì¹ç¤Ï¡¢ ! koenig@XFree86.org ¤Þ¤ÇÏ¢Íí¤·¡¢°Ê²¼¤Î¹àÌܤˤĤ¤¤Æ¾ÜºÙ¤ò¤ªÃΤ餻 ! ¤¯¤À¤µ¤¤: ! ! o ÌäÂ꤬ȯÀ¸¤·¤¿¸µ¡¹¤Î¥â¡¼¥É¡£ ! ! o xvidtune ºÇ²¼¹Ô¤Î¤¹¤Ù¤Æ¤Î¥Õ¥é¥°¤ò´Þ¤à¡¢Ä´À°/½¤Àµ¤·¤¿¥â¡¼¥É¡£ ! ! o Ä´À°¤·¤¿¥â¡¼¥É¹Ô¤Ç»ÈÍѤ·¤Æ¤¤¤ë¿§¤Î¿¼¤µ¡£ ! ! o ¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Î½ÐÎÏÁ´¤Æ¡£ ! ! ! ! ! 2. 16bpp ¤È 32bpp ! ! ! (Fahrenheit 1280+ VLB Åù) 801/805 + AT&T490 ¤Î¥«¡¼¥É¤Ç¤Ï¡¢15 bpp ¤È ! 16bpp ¤Î¤ß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î·¿¤Î¥«¡¼¥É¤Ç¤Ï 32bpp ¤ò»ÈÍѤǤ­¤Þ¤» ! ¤ó¡£ (MS Windows ¤Ç¤Ï 24 ¥Ó¥Ã¥È¥â¡¼¥É¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ì¤Ï 32bpp ¤Î ! sparse ¥â¡¼¥É¤Ç¤Ï¤Ê¤¯¡¢ËÜÅö¤Ë 3 ¥Ð¥¤¥È/¥Ô¥¯¥»¥ë¤òÍѤ¤¤¿¥â¡¼¥É¤Ç¤¹¡£) ! ! ! 3. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î°ìÍ÷ ! ! ! ! ! ICD2061A ==> ClockChip "icd2061a" ! ICS9161A (ICD2061A ¸ß´¹) ==> ClockChip "ics9161a" ! DCS2824-0 (Diamond, ICD2061A ¸ß´¹) ==> ClockChip "dcs2824" ! ! S3 86c708 GENDAC ==> ClockChip "s3gendac" ! ICS5300 GENDAC (86c708 ¸ß´¹) ==> ClockChip "ics5300" ! ! S3 86c716 SDAC ==> ClockChip "s3_sdac" ! ICS5342 GENDAC ==> ClockChip "ics5342" ! STG 1703 ==> ClockChip "stg1703" ! ! Sierra SC11412 ==> ClockChip "sc11412" ! ICS2595 ==> ClockChip "ics2595" ! TI3025 ==> ClockChip "ti3025" ! TI3026 ==> ClockChip "ti3026" ! IBM RGB 5xx ==> ClockChip "ibm_rgb5xx" ! ! Chrontel 8391 ==> ClockChip "ch8391" ! ! AT&T 20C409 ==> ClockChip "att20c409" ! AT&T 20C499 (̤¥Æ¥¹¥È) ==> ClockChip "att20c499" ! ! ! ! ! ! 4. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¥Á¥Ã¥×¤Î°ìÍ÷ ! ! ¤³¤Î°ìÍ÷¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤ RAMDAC ¤ò»ý¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢XF86_S3 ¤ò»ÈÍѤ¹¤ëºÝ ! ¤Ë RAMDAC ¤Î¼þÇÈ¿ô¤ò¾å¤²²á¤®¤Ê¤¤¤è¤¦¤ËÆäËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤ººÇ½é¤Ë ! XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤ò¼è¤ê¡¢XF86_S3 ¤ò¼Â¹Ô¤·¤Æ¤â¥Ü¡¼¥É¤¬²õ¤ì¤Ê¤¤¤³¤È¤ò ! ³Îǧ¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! °Ê²¼¤Î¥ê¥¹¥ÈÃæ¤Ç¤Ï¡¢Æ±¤¸¥°¥ë¡¼¥×¤ËÆþ¤Ã¤Æ¤¤¤ë RAMDAC ¤Ï¥µ¡¼¥Ð¤«¤é¸«¤ë¸Â ! ¤ê¸ß¤¤¤Ë¸ß´¹¤Î¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤Þ¤¹¡£Î㤨¤Ð¡¢RAMDAC "bt9485" ¤ò¼ÂºÝ¤Ë»Ø ! Äꤹ¤ë¤È¥µ¡¼¥Ð¤Ï "bt485" ¤ÈÊó¹ð¤·¤Þ¤¹¤·¡¢ RAMDAC "ics5300" ¤ò»ØÄꤹ¤ë ! ¤È "s3_gendac" ¤ÈÊó¹ð¤·¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ATT20C409 ==> RAMDAC "att20c409" ! ! ATT20C490 ==> RAMDAC "att20c490" ! ATT20C491 ==> RAMDAC "att20c491" ! CH8391 ==> RAMDAC "ch8391" ! ! ATT20C498 ==> RAMDAC "att20c498" ! ATT21C498 ==> RAMDAC "att21c498" ! ! ATT22C498 ==> RAMDAC "att22c498" ! ! ATT20C505 ==> RAMDAC "att20c505" ! ! BT485 ==> RAMDAC "bt485" ! BT9485 ==> RAMDAC "bt9485" ! ! IBMRGB514 ==> RAMDAC "ibm_rgb514" ! IBMRGB525 ==> RAMDAC "ibm_rgb525" ! ! IBMRGB524 ==> RAMDAC "ibm_rgb524" ! IBMRGB526 ==> RAMDAC "ibm_rgb526" ! ! IBMRGB528 ==> RAMDAC "ibm_rgb528" ! ! S3_GENDAC ==> RAMDAC "s3gendac" ! ICS5300 ==> RAMDAC "ics5300" ! ! S3_SDAC ==> RAMDAC "s3_sdac" ! ICS5342 ==> RAMDAC "ics5342" ! ! S3_TRIO32 ==> RAMDAC "s3_trio32" ! ! S3_TRIO64 ==> RAMDAC "s3_trio64" ! S3_TRIO64 ==> RAMDAC "s3_trio" ! ! SC11482 ==> RAMDAC "sc11482" ! SC11483 ==> RAMDAC "sc11483" ! SC11484 ==> RAMDAC "sc11484" ! ! SC11485 ==> RAMDAC "sc11485" ! SC11487 ==> RAMDAC "sc11487" ! SC11489 ==> RAMDAC "sc11489" ! ! SC15025 ==> RAMDAC "sc15025" ! ! STG1700 ==> RAMDAC "stg1700" ! ! STG1703 ==> RAMDAC "stg1703" ! ! TI3020 ==> RAMDAC "ti3020" ! ! TI3025 ==> RAMDAC "ti3025" ! ! TI3026 ==> RAMDAC "ti3026" ! ! ¾åµ­°Ê³°¤Î¤â¤ÎÁ´¤Æ ==> RAMDAC "normal" ! ! ! ! ! ´í¤Ê¤¤¤È´¶¤¸¤ë¤Ê¤é¤Ð¡¢¥³¥ó¥Ô¥å¡¼¥¿¤Î³¸¤ò³«¤±¤Æ RAMDAC ¤òÇÁ¤¤¤Æ¤ß¤Þ¤·¤ç ! ¤¦¡£RAMDAC ¤ÏÉáḀ̈ӥǥª¥Ü¡¼¥É¾å¤ÇÂ礭¤¤¥Á¥Ã¥×¤Î¤É¤ì¤«¤Ç¤¹(2 ÈÖÌܤ« 3 ! ÈÖÌܤËÂ礭¤¤¥Á¥Ã¥×¤Ç¡¢¡ÖEPROM ¤Ç¤Ï¤Ê¤¤¡×¤â¤Î¤Ç¤¹)¡£Ä̾¤½¤³¤Ë¤Ï¼¡¤Î ! ¤è¤¦¤Ë½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! <²ñ¼Ò¤Î¥í¥´> ! ! <²ñ¼Ò¤Î¼±ÊÌ»Ò><ÉôÉÊÈÖ¹æ>-<Æ°ºî¼þÇÈ¿ô> ! <À½Â¤½µ><À½Â¤Ç¯> ! <¥í¥Ã¥ÈÈÖ¹æ><¤½¤Î¾¤Î°ÕÌ£ÉÔÌÀ¤Ê¿ô»ú> ! ! ! ! ! Î㤨¤Ð: ! ! ! ! @@ ! @@ AT&T ! ! ATT20C490-11 ! 9339S ES ! 9869874 ! ! ! ! ! ¤³¤ì¤ÏÆ°ºî¼þÇÈ¿ô 110 MHz ¤Î AT&T 20C490 ¤Ç¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë ¤Ë `DacSpeed 110' ¤Èµ­Æþ¤¹¤ë¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£RAMDAC ! ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥â¡¼¥É¤´¤È¤Ë¼þÇÈ¿ô¤Î¾å¸Â¤¬°Û¤Ê¤ëÅÀ¤ËÃí°Õ¤·¤Þ¤·¤ç¤¦¡£À½Â¤²ñ ! ¼Ò¤¬¥Á¥Ã¥×¤ËÉÕ¤±¤ë¹ï°õ¤Ï´Ö°ã¤¤¤Ê¤¯¹â¤¤Êý¤Î¾å¸ÂÃͤʤΤǡ¢½½Ê¬Ãí°Õ¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£DacSpeed ¤µ¤¨Àµ¤·¤¯»ØÄꤹ¤ì¤Ð¡¢S3 ¥µ¡¼¥Ð¤Ï¤Û¤È¤ó¤É¤Î RAMDAC ¤Î ! ¾å¸ÂÃͤΰ·¤¤Êý¤¬¤ï¤«¤ê¤Þ¤¹¡£ ! ! ¥Á¥Ã¥×¤Ë -80 ¤Þ¤¿¤Ï -8 ¤È¤¤¤¦¥é¥Ù¥ë¤¬ÉÕ¤¤¤Æ¤¤¤¿¤é¡¢Device ¥»¥¯¥·¥ç¥ó¤Ë ! `DacSpeed 80' ¤È»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! S3 86C716-ME SDAC ==> DacSpeed 110 ! SC15025-8 ==> DacSpeed 80 ! ATT20C490-80 ==> DacSpeed 80 ! ! IBM 8190429 ==> DacSpeed 170 ! IBM 03H5428 ==> DacSpeed 170 ! IBM 03H6447 ==> DacSpeed 170 ! IBM 03H6448 ==> DacSpeed 220 ! IBM 03H5319 ==> DacSpeed 220 ! IBM 63G9902 ==> DacSpeed 250 ! ! IBM 37RGB514CF17 ==> DacSpeed 170 ! IBM 37RGB524CF22 ==> DacSpeed 220 ! ^^ ! ! ! ! ! ! 5. ÄɲäÎÃí°Õ»ö¹à ! ! ¼«Æ°¸¡½Ð¤ò¤¹¤ë¤È¡¢Sierra SC1148{5,7,9} ¤Ï Sierra SC1148{2,3,4} ¤È¶èÊÌ ! ¤µ¤ì¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥µ¡¼¥Ð¤«¤é¸«¤¿ 2 ¤Ä¤Î·ÏÎó¤ÎÍ£°ì¤Î°ã¤¤ ! ¤Ï¡¢ {2,3,4} ¤Ï 15bpp ¤Îµ¡Ç½¤ò»ý¤Á¡¢{5,7,9} ¤Ï 16bpp ¤Îµ¡Ç½¤ò»ý¤ÄÅÀ¤Ç ! ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢SC1148{5,7,9} ¤ò»È¤Ã¤Æ¤ª¤ê¡¢¤«¤Ä 15bpp ¤Ç¤Ê¤¯ 16bpp ¤ò ! »È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢Àè¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë RAMDAC "sc11485" ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð ! ¤Ê¤ê¤Þ¤»¤ó¡£ ! ! (Ti3025 ¤Î¤è¤¦¤Ê)°ìÉô¤Î RAMDAC ¤Ç¤Ï¡¢¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¹Íθ¤·¤Ê¤¤¤È ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬Àµ¤·¤¯Æ°ºî¤·¤Þ¤»¤ó¡£Ti3025 ¤Ç¤Ï¡¢¾¯¤Ê¤¯¤È¤â 80 ! ¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¼þ´ü¤Î;͵¤ò¥â¡¼¥É¤ËÂФ·¤ÆɬÍפȤ·¤Þ¤¹¡£ÀßÄ꤬Îɤ¯¤Ê¤¤ ! ¤È¤­¤Ï¡¢²èÌ̤α¦Ã¼¶á¤¯¤Ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¶áÉÕ¤±¤ë¤È¥«¡¼¥½¥ë¤¬·ç¤± ! ¤Æ¤·¤Þ¤¦¤È¤¤¤¦¾É¾õ¤¬½Ð¤Þ¤¹¡£ ! ! ! 6. IBM RGB 5xx RAMDAC ¤Î»²¾È¥¯¥í¥Ã¥¯ÃÍ ! ! ! IBM RGB5xx RAMDAC ¤òÅëºÜ¤·¤Æ¤¤¤ë¥«¡¼¥É¤Ï¡¢¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶ÍѤˤ¤¤¯ ! ¤Ä¤«¤Î°Û¤Ê¤ëÆþÎϼþÇÈ¿ô¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¼þÇÈ¿ô¤Ï¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥¯ ! ¥í¥Ã¥¯¤Ë´Ø¤¹¤ë¾ðÊó¤òÍ¿¤¨¤Æ¤ä¤é¤Ê¤¤¤È¼«Æ°¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó(ɸ½à ! ¤Ç¤Ê¤¤¥Æ¥­¥¹¥È¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤È¡¢¸í¤Ã¤¿ÃͤòÁÛÄꤹ¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó)¡£ÆþÎϼþÇÈ¿ô¤òõ¤¹¤¿¤á¤Ë»È¤¦¤Ù¤­¼ê½ç¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ¤Þ¤º¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! ! ! X -probeonly >& outfile ! ! ! ! ! ¤½¤·¤Æ¡¢¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î¸¡½Ð·ë²Ì¤òÄ´¤Ù¤Þ¤¹¡£¤³¤ì¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ë¤È»×¤¤ ! ¤Þ¤¹: ! ! ! ! (--) S3: Using IBM RGB52x programmable clock (MCLK 66.000 MHz) ! (--) S3: with refclock 16.000 MHz (probed 15.952 & 16.041) ! ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ! ! ! ! ! ¤³¤³¤Ë¤Ï¡¢ÍøÍѤǤ­¤ë¡ÖÎɤ¤Í½ÁÛ¡×Ãͤȡ¢25MHz ¤È 28MHz ¤Î¥Æ¥­¥¹¥È¥¯¥í¥Ã ! ¥¯Ãͤ˴ð¤Å¤¯¡¢³ç¸ÌÆâ¤Ëɽ¼¨¤µ¤ì¤Æ¤¤¤ë¸¡½Ð¤µ¤ì¤¿(probed) 2 ¤Ä¤ÎÃͤ¬¤¢¤ê ! ¤Þ¤¹¡£¤³¤Î¼«Æ°¸¡½Ð¤¬Æ°ºî¤¹¤ë¤Î¤Ï¡¢Ä̾ï¤Î 80x25 ¤Þ¤¿¤Ï 80x28 ¤Î¥Æ¥­¥¹¥È ! ¥â¡¼¥É¤Ç¼Â¹Ô¤·¤Æ¤¤¤ë¤È¤­¤À¤±¤Ç¤¹! ! ! ¸½ºßʬ¤«¤Ã¤Æ¤¤¤ë»²¾È¼þÇÈ¿ô¤ÎÃͤϼ¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! ! STB Velocity 64 24 Mhz ! Genoa VideoBlitz II AV 50 MHz ! Hercules S3 964 50 MHz ! Hercules S3 968 16 MHz ! #9 Motion 771 16 MHz ! ! ! ! ¤³¤ì¤é¤ÎÃͤϥ«¡¼¥É¤Î¿å¾½È¯¿¶»Ò¤Ë°Í¸¤·¡¢¤Þ¤¿ Genoa ¥«¡¼¥É¤ËÅëºÜ¤µ¤ì¤Æ ! ¤¤¤ë(14.3 MHz ¤Î¿å¾½È¯¿¶»Ò¤Î)Äɲ寥í¥Ã¥¯¥Á¥Ã¥×¤Î¤è¤¦¤Ê¾¤Îµ¡Ç½¤Ë¤â¤¿ ! ¤Ö¤ó°Í¸¤·¤Þ¤¹¡£ ! ! »ý¤Ã¤Æ¤¤¤ë¤Î¤Ï ¥¯¥í¥Ã¥¯¤¬ 16MHz ¤Î¥«¡¼¥É¤Ê¤Î¤Ë¡¢¼ÂºÝ¤Ë¤Ï 50MHz ¤Ç»È¤ï ! ¤ì¤Æ¤¤¤ë¾ì¹ç¡¢Á´¤Æ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤Ï¥«¡¼¥É¤Î¼þÇÈ¿ô¤Î 3 Çܤˤʤꡢ ! 25MHz ¤Î 640x480 ¥â¡¼¥É¤Ç¤Ï 75MHz ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤¬»È¤ï¤ì¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢¤è¤¯Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Àµ¤·¤¤»²¾È¼þÇÈ¿ô¤¬¸«¤Ä¤«¤Ã¤¿¤é¡¢¤³¤ÎÃͤòÀßÄê¥Õ¥¡¥¤¥ë(¤Î Device ¥»¥¯ ! ¥·¥ç¥ó¤Ë)¤ËÀßÄꤷ¤Þ¤¹¡£°Ê²¼¤ËÎã¤ò¼¨¤·¤Þ¤¹: ! ! ! ! s3RefClk 16 ! ! ! ¤Þ¤¿¤Ï ! ! ! s3RefClk 50 ! ! ! ! ! ! ¤³¤¦¤¹¤ë¤È¡¢Â¾¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤ò»ÈÍѤ·¤Æ¤ª¤ê¡¢¼«Æ°¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ç ! ¤â¡¢¤³¤ÎÃͤ¬»È¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹! ! ! ! 7. LCD ÀßÄê¤Î¥Ò¥ó¥È(S3 Aurora64V+) ! ! LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ê¤é¤Ð¡¢CRT ½ÐÎϤÏɬ¤º 1024x768(¤¢¤ë¤¤¤Ï¡ÖʪÍýŪ¤Ê¡× ! LCD ¤Î¥µ¥¤¥º)¤È¤Ê¤ê¡¢¤³¤ì¤è¤ê¾®¤µ¤¤¥â¡¼¥É¤Î½ÐÎϤϳÈÂ礵¤ì¤Æ LCD ¤Î¥µ¥¤ ! ¥º¤Ë¹ç¤ï¤»¤é¤ì¤Þ¤¹¡£¤¿¤À¤·¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç Option "lcd_center" ¤ò ! »ØÄꤷ¤¿¾ì¹ç¤Ï¤½¤Î¸Â¤ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤ÎʪÍý¥µ¥¤¥º(Îã: 1024x768)¥â¡¼¥É¤ËÂФ¹¤ë¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤϰʲ¼¤Î¤è ! ¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! o ¤³¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤϡ¢`Set_LCDClk 70' Åù¤ò»È¤Ã¤ÆÀßÄê¥Õ¥¡¥¤¥ë ! (¤Î Device ¥»¥¯¥·¥ç¥ó)¤ÇÌÀ¼¨Åª¤ËÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£(¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯ÃÍ¤Ï 70MHz ¤È¤Ê¤ê¡¢¤³¤ÎÃÍ¤Ï LCD ¤¬¥ª¥ó¤Î»þ¤ÏÁ´¤Æ¤Î¥â¡¼¥É¤ËÂÐ ! ¤·¤Æ»È¤ï¤ì¤Þ¤¹¡£) ! ! o ¤³¤Î¥â¡¼¥É¤Î¥Ç¥£¥¹¥×¥ì¥¤¥µ¥¤¥º¤¬ÊªÍýŪ¤Ê LCD ¤Î¥µ¥¤¥º¤ÈƱ¤¸¤Ç¤¢¤ì ! ¤Ð¡¢¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤϡ¢¥â¡¼¥É¹Ô¤Î¡ÖºÇ½é¤Î¡×¥â¡¼¥É¤«¤é¼èÆÀ¤µ¤ì¤Þ ! ¤¹¡£ ! ! o BIOS ½é´ü²½ÀßÄê¤Î¥Ç¥Õ¥©¥ë¥È¤Î LCD ¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ¬»ÈÍѤµ¤ì¤Þ ! ¤¹¡£`Set_LCDClk ...' ¤òÍѤ¤¤ÆÃͤò»ØÄꤷ¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤³¤ÎÃͤϥµ¡¼¥Ð ! µ¯Æ°»þ¤Ë `LCD size ...' ¤È¤¤¤¦¹Ô¤Ë½ÐÎϤµ¤ì¤Þ¤¹¡£ ! ! LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ç¡Ö¤Ê¤¤¡×¾ì¹ç¡¢Ä̾ï¤Î¥â¡¼¥É¹Ô¤È¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ¬ ! VGA ½ÐÎϤËÂФ·¤ÆÍѤ¤¤é¤ì¤Þ¤¹¡£ ! ! Fn-F5 ¤Ç½ÐÎÏÀè¤òÀÚÂؤ¨¤Æ¤â¡¢X ¥µ¡¼¥Ð¤Ï¤½¤Î¤³¤È¤¬Ê¬¤«¤é¤º¡¢¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯Ãͤ侤ÎÀßÄ꤬´Ö°ã¤Ã¤¿¾õÂ֤ˤʤäƤ·¤Þ¤¤¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢½ÐÎÏÀè¤ò ! ÀÚÂؤ¨¤¿¡Ö¸å¡×¤Ë¥â¡¼¥É¤ÎÀÚÂؤ¨¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤½¤¦¤¹¤ë¤È¡¢¥µ¡¼¥Ð ! ¤Ï¤É¤Á¤é¤Î½ÐÎÏÀ褬¥¢¥¯¥Æ¥£¥Ö¤«¤ò¥Á¥§¥Ã¥¯¤·¡¢Àµ¤·¤¤¥¯¥í¥Ã¥¯ÃͤʤɤòÁªÂò ! ¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢½ÐÎÏÀè¤òÀÚÂؤ¨¤ë¤ª´«¤á¤Î¥­¡¼¥·¡¼¥±¥ó¥¹¤Ï¼¡¤Î¤è¤¦¤Ë ! ¤Ê¤ê¤Þ¤¹: ! ! Fn-F5 Ctrl-Alt-Plus Ctrl-Alt-Minus ! ! ¤³¤ì¤Ç¤­¤Ã¤È¤¦¤Þ¤¯¹Ô¤¯¤Ç¤·¤ç¤¦¡£ ! ! Åì¼Ç¤Î¥Î¡¼¥È PC ¤Î¥­¡¼¥Ü¡¼¥É¤Ç¤Ï¡¢¤Þ¤º Ctrl-Alt ¤ò²¡¤·¤Æ¤ª¤­¡¢¤³¤ì¤Ë²Ã ! ¤¨¤Æ `Fn' ¤â²¡¤·¡¢¤½¤Î¸å¤Ç Plus/Minus ¤ò²¡¤¹¤È¤è¤¤¤Ç¤·¤ç¤¦¡£¤³¤¦¤¹¤ë¤³ ! ¤È¤Ë¤è¤ê¡¢¥â¡¼¥ÉÀÚÂؤ¨¤Î»þ¤Ë¿ôÃÍ¥­¡¼¤òÌÀ¼¨Åª¤ËÍ­¸ú/̵¸ú¤Ë¤¹¤ëɬÍפ¬¤Ê ! ¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ! 8. ¥°¥é¥Õ¥£¥Ã¥¯Áàºî»þ¤Ë``À㤬¹ß¤ë'' ¸½¾Ý¤Î²óÈòÊýË¡ ! ! ! S3 Vision864 ¥Á¥Ã¥×ÅëºÜ¤Î¥«¡¼¥É¤Ç¤Ï¡¢S3 ¥Á¥Ã¥×¤ÎÆ°ºî»þ¤Ë¡¢¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯¤È¥á¥â¥ê¥¯¥í¥Ã¥¯ÃÍ MCLK ¤Ë°Í¸¤·¤¿¡¢¼«Æ°ÄûÀµµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£¤Û¤È ! ¤ó¤É¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Ç¤Ï¡¢¤³¤ÎÃͤòÆɤ߽Ф¹¤³¤È¤Ï¤Ç¤­¤Ê¤¤¤Î¤Ç(º£¤Î¤È¤³ ! ¤í S3 SDAC ¤À¤±¤Ç MLCK ÃͤòÆɤ߽Ф»¤Þ¤¹)¡¢¤³¤ÎÃͤϿäÄꤹ¤ë¤«¥æ¡¼¥¶¡¼¤¬ ! »ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 60 [MHz])¡£ ! ! ! XF86Config ¥Õ¥¡¥¤¥ëÍѤο·¤·¤¤ `s3MCLK' ¥¨¥ó¥È¥ê¤ò»È¤Ã¤Æ¡¢¼¡¤ÎÎã¤Î¤è¤¦ ! ¤Ê»ØÄ꤬¤Ç¤­¤Þ¤¹: ! ! ! ! s3MCLK 55 ! ! ! ! ! ! ¤³¤Î¤è¤¦¤Ë MCLK ¤Ë 55 MHz ¤òÀßÄꤹ¤ë¤ÈÀã¤ÎÎ̤¬¸º¤ë¤Ç¤·¤ç¤¦¡£¤¿¤À¤·¡¢ ! MCLK ¤ÎÃͤò¾®¤µ¤¯¤¹¤ë¤ÈÀ­Ç½¤¬¾¯¤·Íî¤Á¤ë¤Î¤Ç¡¢Ä㤹¤®¤ëÃͤϻÈÍѤ·¤Ê¤¤¤Ç ! ¤¯¤À¤µ¤¤(ÂçÄñ¤Î¾ì¹ç¤Ï¡¢¤­¤Ã¤È 55 ¤« 50 ¤ÇÎɤ¤¤Ç¤·¤ç¤¦)¡£ ! ! °Ê²¼¤Ë¼¨¤¹¤Î¤Ï¡¢MLCK ¤Î³µ»»ÃÍ(+/- 1¡Á2 MHz ÄøÅÙ¤Î¸íº¹¤¬¤¢¤ê¤Þ¤¹)¤ò·è¤á ! ¤ëºÝ¤ËÊØÍø¤Êû¤¤¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤Ç¤¹¡£¤³¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¼¡¤Î ! ¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ËÄɲä· X ¥¦¥£¥ó¥É¥¦¤òºÆ ! µ¯Æ°¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: ! ! ! ! s3MNadjust -31 255 ! ! ! ! ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó(¥Æ¥¹¥È¤È¥Ç¥Ð¥Ã¥°ÀìÍѤǤ¹)¤ò»È¤¦¤È¡¢²èÌ̤¬¤Á¤é¤Ä¤¤¤¿¤êÀã ! ¤¬¹ß¤Ã¤¿¤ê¤·¤ÆÈá»´¤Ê¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¡¢°Ê²¼¤Î¥Æ¥¹¥ÈÍÑ¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤¿ ! ¤é¤¹¤°¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¼è¤ê½ü¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤¹¤ë¤È¡¢xbench ¤ä x11perf ¤¬¼Â¹Ô¤µ¤ì¡¢MLCK Ãͤò·è ! ¤á¤ë¤¿¤á¤Î¥Æ¥¹¥È¤¬¼Â¹Ô¤µ¤ì¤Þ¤¹¡£¤³¤Î·ë²Ì¤Ï MHz ñ°Ì¤Çɽ¼¨¤µ¤ì¤Þ¤¹¡£4 ! ¤Ä¤Î¥Æ¥¹¥È¤¬¼Â¹Ô¤µ¤ì¤ë¤Î¤Ç¡¢¿äÄêÃÍ¤Ï 4 ¤Ä¤Þ¤ÇÆÀ¤é¤ì¤Þ¤¹(ºÇ½é¤ÎÃͤ¬ºÇ¤â ! Àµ³Î¤Ç¤·¤ç¤¦)¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ______________________________________________________________________ ! #!/bin/sh ! ! exec 2> /dev/null ! ! scale=2 ! ! calc() { ! m=`awk 'BEGIN{printf "%.'$scale'f\n",'"( $1 + $2 ) / $3; exit}" ` ! [ -z "$m" ] && m=` echo "scale=$scale; ( $1 + $2 ) / $3" | bc ` ! [ -z "$m" ] && m=` echo "$scale $1 $2 + $3 / pq" | dc ` ! echo $m ! } ! ! run_xbench() { ! r=` ( echo 1; echo 2; echo 3; echo 4 ) | xbench -only $1 | grep rate ` ! [ -z "$r" ] && return ! cp="$2 $3" ! set $r ! calc $3 $cp ! } ! ! run_x11perf() { ! r=` x11perf $1 | grep trep | tr '(/)' ' ' ` ! [ -z "$r" ] && return ! cp="$2 $3" ! set $r ! calc `calc 1000 0 $4` $cp ! } ! ! run_x11perf "-rect500 -rop GXxor" 3.86 5.53 # 0 1 # 4.11 5.52 # ! run_xbench invrects500 4.63 5.48 # 0 1 # 4.69 5.48 # ! ! run_x11perf "-rect500 -rop GXcopy" -16.42 13.90 # 0 1 # -14.99 13.88 # ! run_xbench fillrects500 -7.81 13.57 # 0 1 # -8.53 13.58 # ! ! exit ! ______________________________________________________________________ ! ! ! ! ! 9. ¿·¤·¤¤ S3 SVGA ¥É¥é¥¤¥Ð ! ! XF86_SVGA ¥µ¡¼¥Ð¤Ë¤Ï¡¢ViRGE S3 ¤Ç¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥ÈÍѤμ¸³Åª¤Ê¿·¤·¤¤ S3 ! ¥É¥é¥¤¥Ð¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Î¼Á¤ÏËÜÅö¤Ë¥¢¥ë¥Õ¥¡ÈÇÄøÅ٤ǡ¢¥Æ¥¹¥È¤â ! ½½Ê¬¤Ç¤Ï¤Ê¤¯¡¢ÌäÂê¤â¤¤¤¯¤Ä¤«ÌÀ¤é¤«¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤Î¤¿¤á¡¢ÀßÄê¥×¥í¥° ! ¥é¥à¤Ï¤³¤Á¤é¤Î¥µ¡¼¥Ð¤Ç¤Ï¤Ê¤¯¡¢XF86_S3 ¥µ¡¼¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤è¤¦¤Ë ! ¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢ËÁ¸±¹¥¤­¤Ê¿Í¤ä XF86_S3 ¤ÇÌäÂê¤Ë½Ð²ñ¤Ã¤¿¿Í¤Ï¤³¤Î ! ¥É¥é¥¤¥Ð¤ò»î¤·¤Æ¤â¤è¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ë¤ÏÈÆÍÑ S3 ¥µ¥Ý¡¼¥È¤¬´Þ¤Þ¤ì¤Æ¤ª¤ê¡¢ViRGE S3 ¤Ç¤Ê¤¤¥Á¥Ã¥× ! Á´¤Æ¤Ç(Íý¶þ¤Î¾å¤Ç¤Ï)Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ç¤Ï¡¢S3 ¤Î¿·¤·¤¤·Á ! ¼°¤Î¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ËÂбþ¤·¤Æ¤¤¤ë¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤¬²þÎɤµ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤½¤Î¥Á¥Ã¥×¤Ë¤Ï 868, 968, ºÇ¶á¤Î Trio64 ·Ï¥Á¥Ã¥×(¸Å¤¤Ìµ°õ Trio64 ¤Ï ! ½ü¤¯)¤¬´Þ¤Þ¤ì¤Þ¤¹¡£¿·¤·¤¤¥¹¥¿¥¤¥ë¤Î¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦µ¡Ç½¤ò»ý¤Ã ! ¤Æ¤¤¤ë¥Á¥Ã¥×¤Ï¼«Æ°Åª¤Ë¤³¤Îµ¡Ç½¤òÍѤ¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó "NO_MMIO" ¤ò»È¤¦ ! ¤È¡¢¤³¤Îµ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¿·¤·¤¤·Á¼°¤Î¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦¥Á¥Ã¥×¤ÎÀ­Ç½¤Ï¡¢(ÆÃ¤Ë PCI ¥Ð¥¹¤Î ! ¾ì¹ç)XF86_S3 ¤è¤ê¤âÎɤ¤¤³¤È¤¬´üÂԤǤ­¤Þ¤¹¡£¤·¤«¤·¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ! ¤ò»È¤ï¤Ê¤¤»þ¤ÎÀ­Ç½¤Ï¡¢XF86_S3 ¤È¤À¤¤¤¿¤¤Æ±¤¸¤¯¤é¤¤¤È¹Í¤¨¤é¤ì¤Þ¤¹(®¤¤ ! ʬÌî¤â¤¢¤ê¤Þ¤¹¤·¡¢ÃÙ¤¤Ê¬Ìî¤â¤¢¤ê¤Þ¤¹)¡£ ! ! XF86_S3 ¤ÇÍøÍѲÄǽ¤Ê¿§¤Î¿¼¤µ¤ÏÁ´¤Æ¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ç¤â»È¤¦¤³¤È¤¬¤Ç¤­¤ë¤Ï ! ¤º¤Ç¤¹¡£²Ã¤¨¤Æ¡¢868 ¤È 968 ¤Ç¤Ï packed 24bpp ¤â¡Ö¤Þ¤¢¤Þ¤¢¡×Æ°ºî¤·¤Þ ! ¤¹¡£·ë²Ì¤Ï¤ä¤Ã¤Æ¤ß¤Ê¤±¤ì¤Ð¤ï¤«¤ê¤Þ¤»¤ó¡£ ! ! XF86_S3 ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Û¤È¤ó¤ÉÁ´¤Æ¤Î¥ª¥×¥·¥ç¥ó¤Èµ¡Ç½¤Ï¡¢¤³¤Î¥É¥é¥¤ ! ¥Ð¤Ç¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£²Ã¤¨¤Æ¡¢XAA/SVGA ¥µ¡¼¥Ðɸ½à¥ª¥×¥·¥ç¥ó ! (NO_ACCEL, SW_CURSOR, NO_PIXMAP_CACHE Åù)¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É ! ¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤ XF86_S3 ¤Îµ¡Ç½¤Ï¡¢DPMS ¥µ¥Ý¡¼¥È¤È¥¬¥ó¥ÞÊäÀµ ! ¤Ç¤¹¡£ ! ! ¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤È PCI ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë»þ¤Ï¡¢¥É¥é¥¤¥Ð¤Ï PCI_RETRY ! ¥ª¥×¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È°ìÉô¤ÎÁàºî¤ÎÀ­Ç½¤¬Âç ! Éý¤Ë¸þ¾å¤·¤Þ¤¹¤¬¡¢¥Ð¥¹¤ÎÂӰ褬¿©¤¤ÄÙ¤µ¤ì¤ä¤¹¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤ÎÍýͳ¤Ë¤è ! ¤ê¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ÂçÄñ¤Î¥Ï¡¼¥É¥¦¥§ ! ¥¢¹½À®¤Ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤¬ÌäÂê¤òµ¯¤³¤¹¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢°ìÉô¤Î¥Ï¡¼ ! ¥É¥¦¥§¥¢¤Ç¤Ï·ã¤·¤¤¥°¥é¥Õ¥£¥Ã¥¯Áàºî¤ò¹Ô¤¦¤È¥µ¥¦¥ó¥É¥«¡¼¥É¤¬ÉÔÄ´¤Ë¤Ê¤ë¤È ! ¤¤¤¦Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ë¤Ï 1¤ÄÃ×̿Ū¤Ê·çÅÀ¤¬¤¢¤ê¤Þ¤¹¡£»ÈÍÑ¥á¥â¥ê¤ò´Ö°ã¤Ã¤ÆÊó¹ð¤¹ ! ¤ë°ìÉô¤Î S3 À½ PCI BIOS ¤ËÂн褹¤ëÊýË¡¤ò¥É¥é¥¤¥Ð¤¬»ý¤Ã¤Æ¤¤¤Ê¤¤¤Î¤Ç¤¹¡£ ! ¤³¤ÎÌäÂê¤Ï¥¢¥É¥ì¥¹¶õ´Ö¤Î¾×Æͤòµ¯¤³¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÆɼԤ㧤µ¤ó¤Î¥Ï¡¼ ! ¥É¥¦¥§¥¢¤Ç¤³¤ÎÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤é¡¢°ìÅÙ XF86_S3 ¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¡¢¥«¡¼¥É¤¬ ! ºÆÇÛÃÖ¤µ¤ì¤¿Àè¤Î¥¢¥É¥ì¥¹¤ò(¥µ¡¼¥Ð¤¬½ÐÎϤ·¤¿¤è¤¦¤Ë)µ­Ï¿¤·¤Æ¤¯¤À¤µ¤¤¡£¤½ ! ¤ì¤«¤é XF86Config ¤Î MemBase ¥Õ¥£¡¼¥ë¥É¤ò»È¤Ã¤Æ¡¢¥µ¡¼¥Ð¤¬¤³¤Î¥¢¥É¥ì¥¹ ! ¤ò»È¤¦¤è¤¦¤Ë»ØÄꤷ¤Þ¤¹(¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤ò»²¾È¤·¤Æ¤¯ ! ¤À¤µ¤¤)¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3,v 3.4.2.2 1999/06/02 07:50:51 hohndel Exp $ ! ! ! ! ! ! $XConsortium: S3.sgml /main/14 1996/02/21 17:45:58 kaleb $ ! ! ! ! ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3): ²¬Ëܰ칬( ! , ¹¹¿·(XFree86 3.3.3): Æ£¸¶µ±²Å ! , ¹»Àµ: »³²¼½ã»Ê ! )¡£ÌäÂêÅÀ¤Î ! »ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§ ! ¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,861 ---- ! S3 À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 27 February 1998 ! The X Japanese Documentation Project ! 18 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. 16bpp ¤È 32bpp ! 3. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î°ìÍ÷ ! 4. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¥Á¥Ã¥×¤Î°ìÍ÷ ! 5. ÄɲäÎÃí°Õ»ö¹à ! 6. IBM RGB 5xx RAMDAC ¤Î»²¾È¥¯¥í¥Ã¥¯ÃÍ ! 7. LCD ÀßÄê¤Î¥Ò¥ó¥È(S3 Aurora64V+) ! 8. ¥°¥é¥Õ¥£¥Ã¥¯Áàºî»þ¤Ë``À㤬¹ß¤ë'' ¸½¾Ý¤Î²óÈòÊýË¡ ! 9. ¿·¤·¤¤ S3 SVGA ¥É¥é¥¤¥Ð ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¸½¹Ô¤Î S3 ¥µ¡¼¥Ð¤Ï¼¡¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: 911, 924, ! 801/805, 928, 732 (Trio32), 764 (Trio64), 765, 775, 785(Trio64*), 864, ! 868, 964, 968, M65(Aurora64V+)¡£S3¥µ¡¼¥Ð¤Ï 866 ¤âǧ¼±¤·¤Þ¤¹¤¬¡¢¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¤Þ¤À¥Æ¥¹¥È¤·¤Æ¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç²¿¤«ÌäÂ꤬ ! ¤¢¤Ã¤¿¤ê¤¦¤Þ¤¯Æ°ºî¤¹¤ì¤Ð¡¢¤½¤Î¤³¤È¤ò²æ¡¹¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤·¤«¤·¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òÅëºÜ¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥Ü¡¼¥ÉÁ´¤Æ¤Ë¤Ä¤¤¤Æ¤Î¥µ ! ¥Ý¡¼¥È¤¬½½Ê¬¤Ê¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£Æ°ºî³Îǧ¤ò¤·¤¿¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë´Ø¤¹¤ë¥Ç ! ¡¼¥¿¤ò°Ê²¼¤Î¥ê¥¹¥È¤Ë¼¨¤·¤Þ¤¹¡£ÆɼԤ㧤µ¤ó¤¬¤ª»ý¤Á¤Î¥«¡¼¥É¤Ë»÷¤¿¥«¡¼¥É ! ¤¬¥ê¥¹¥È¤ÎÃæ¤Ë¤¢¤ë¾ì¹ç¤Ï¡¢¤½¤Î¥«¡¼¥É¤âÆ°ºî¤¹¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! S3 801/805, AT&T 20C490 (¤Þ¤¿¤ÏÎà»÷¤Î) RAMDAC ! ! o Orchid Fahrenheit 1280+ VLB ! ! o Actix GE32 ! ! 8, 15/16 bpp ! ! Ãí°Õ: ½ãÀµ¤Î AT&T20C490 RAMDAC ¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤Ï¤º¤Ç ! ¤¹¡£¸ß´¹¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï XF86Config ¤Ë `Ramdac "att20c490"' ! ¤ÈÌÀµ­¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ½ãÀµ¤Î AT&T 20C490 ¤È 20C491 RAMDAC ¤Ï "dac_8_bit" ¥ª¥×¥·¥ç¥óÉÕ ! ¤­¤ÇÆ°ºî¤·¤Þ¤¹¡£(Winbond 82C490 Åù)°ìÉô¤Î¸ß´¹¥Ü¡¼ ! ! Orchid Fahrenheit 1280+ VLB ¤Ë¤Ï `Option "nolinear"' ¤¬É¬Íפ«¤â ! ¤·¤ì¤Þ¤»¤ó¡£ ! ! S3 805 VLB, S3 GENDAC (RAMDAC + ¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶¡¼) ! ! o MIRO 10SD (VLB ÈÇ¤È PCI ÈǤ¬ÍøÍѲÄǽ) Á´¤Æ¤Î10SD ¤¬ S3 GENDAC ¤ò ! ÅëºÜ¤·¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¡£ ! ! 8 ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "s3gendac" ! RamDac "s3gendac" ! ! S3 801/805, AT&T 20C490 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o STB PowerGraph X.24 S3 (ISA) ! ! 8 ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ½ãÀµ¤Î AT&T20C490 RAMDAC ¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Ç§¼±¤·¤Þ¤¹¡£¸ß´¹ ! ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï XF86Config ¤Ë `Ramdac "att20c490"'¤ÈÌÀµ­¤¹ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ClockChip "icd2061a" ! RamDac "att20c490" ! Option "dac_8_bit ! ! S3 805, Diamond SS2410 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Diamond Stealth 24 VLB ! ! 8 ¤È 15bpp(*) ¤Î¤ß¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! `Option "nolinear"' ¤È¤¤¤¦¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£ ! ! (*) SS2410 RAMDAC ¤Ï 15 bpp ¥â¡¼¥É¤Ç¤Ï AT&T20C490 ¤È¸ß´¹À­¤¬¤¢¤ë ! ¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¤ò¥µ¡¼¥Ð¤Ë AT&T20C490 ¤È¤·¤Æ°· ! ¤ï¤»¤ë¤Ë¤Ï¡¢XF86Config ¤Ë `Ramdac "att20c490"' ¤È½ñ¤¯É¬Íפ¬¤¢¤ê ! ¤Þ¤¹¡£ ! ! S3 801/805, Chrontel 8391 ¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ! ! o JAX 8241 ! ! o SPEA Mirage ! ! 8 ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! 8391 ¤Ï AT&T 20C490 RAMDAC ¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ClockChip "ch8391" ! Ramdac "ch8391" ! Option "dac_8_bit" ! ! S3 928, AT&T 20C490 RAMDAC ! ! o Actix Ultra ! ! 8 bpp ¤È 15/16 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ½ãÀµ¤Î AT&T20C490 RAMDAC ¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Ç§¼±¤·¤Þ¤¹¡£¸ß´¹ ! ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï XF86Config ¤Ë `Ramdac "att20c490"'¤ÈÌÀµ­¤¹ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¡¢¥µ¡¼¥Ð¤Î RAMDAC ¸¡½Ð¤Ï¸ß´¹¥Ü¡¼¥É¤Î°ìÉô¤Ç ! ÌäÂê¤òµ¯¤³¤¹¤¿¤á¡¢ RamDac ¤òÀßÄꤷ¤Æ RamDac ¸¡½Ð¤ò²óÈò¤·¤Ê¤±¤ì¤Ð ! ¤Ê¤é¤Ê¤¤¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ½ãÀµ¤Î AT&T 20C490 ¤È 20C491 RAMDAC ¤Ï "dac_8_bit" ¤È¤¤¤¦¥ª¥× ! ¥·¥ç¥ó¤ÇÆ°ºî¤·¤Þ¤¹¡£(Winbond 82C490 ¤Î¤è¤¦¤Ê)°ìÉô¤Î¥¯¥í¡¼¥ó¤Ï¡¢ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ ! ! S3 928, Sierra SC15025 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o ELSA Winner 1000 ISA/EISA (``TwinBus'' ¤Ç¤¢¤Ã¤Æ¡¢ ! Winner1000ISA¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó!) ! ! o ELSA Winner 1000 VL ! ! 8, 15/16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! 8bpp ¤Ç¤Ï 8¥Ó¥Ã¥È/¥Ô¥¯¥»¥ë RGB ¤ò¥µ¥Ý¡¼¥È¤·¡¢15/16bpp ¥â¡¼¥É¤È ! 24bpp ¥â¡¼¥É¤Ç¤Ï¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯¤¬ 30 MHz ¤Î¸Â³¦¶á¤¯¤Ç¤¢¤ë¾ì¹ç¤Ë¡¢ 24 bpp ¤Ç¤Ï ``À㤬 ! ¹ß¤Ã¤¿¤è¤¦¤Ë'' ¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ï´í¸±¤Ç¤Ï¤Ê¤¤¤È¹Í¤¨¤é¤ì ! ¤Æ¤¤¤Þ¤¹¤¬¡¢24bpp ¤Î»È¤¤¾¡¼ê¤ò°­¤¯¤·¤Æ¤¤¤Þ¤¹¡£ ! ! D-¥¹¥Æ¥Ã¥×(°Ê¹ß¤Î)¥Á¥Ã¥×¤Ç¤Ï¡¢²èÌÌÉý¤ò 1152 ¥É¥Ã¥È¤Ç»È¤¦¤³¤È¤Ï¤Ç ! ¤­¤Ê¤¤¤Î¤Ç¡¢1 MB ¤Î¥Ü¡¼¥É¤ÇºÇ¤âÍ­¸ú¤Ê¥â¡¼¥É¤Ï 1088x800x8 ¤Ç¤¹(2 ! MB ¤Î¾ì¹ç¤ÏƱÍÍ¤Ë 1088x800x16 ¤Ç¤¹)¡£ ! ! ClockChip "icd2061a" ! ! S3 928, Bt9485 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o STB Pegasus VL ! ! 8, 15/16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! "sync_on_green" ¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Æ¤¤¤Æ¡¢¤«¤Ä BNC ¥³¥Í¥¯¥¿¤Ë ! ½ÐÎϤ¹¤ë¤è¤¦¤Ë¥Ü¡¼¥É¾å¤Î¥¸¥ã¥ó¥Ñ¥¹¥¤¥Ã¥Á¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë¾ì¹ç¡¢Æ± ! ´ü¿®¹æ¤ò¥°¥ê¡¼¥ó¿®¹æ¤Ë¾è¤»¤¿ RGB ½ÐÎϤ¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! ¸½ºß¡¢VLB ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥¢¥É¥ì¥¹ 0x7FCxxxxx ¤Çµ¯¤³¤ê¤Þ¤¹ ! ¤Î¤Ç¡¢64MB °Ê¾å¥á¥¤¥ó¥á¥â¥ê¤¬¤¢¤Ã¤Æ¤â¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»È ! ¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ClockChip "icd2061a" ! Option "stb_pegasus" ! ! S3 928, Bt485 RAMDAC, SC11412 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o SPEA Mercury 2MB VL ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "SC11412" ! Option "SPEA_Mercury" ! ! S3 928, Bt485 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o #9 GXE Level 10, 11, 12 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "icd2061a" ! Option "number_nine" ! ! S3 928, Ti3020 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o #9 GXE Level 14, 16 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ʊ´ü¿®¹æ¤ò¥°¥ê¡¼¥ó¿®¹æ¤Ë¾è¤»¤¿ RGB ½ÐÎϤò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! ! ClockChip "icd2061a" ! Option "number_nine" ! ! S3 864, AT&T20C498, ICS2494 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o MIRO 20SD (BIOS 1.xx) ! ! ICS2494 ¤Ï¸ÇÄê¼þÇÈ¿ô¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Ç¤Ï¡¢(XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! Clocks ¹Ô¤ò½ñ¤«¤º¤Ë) X -probeonly ¤ò¼Â¹Ô¤·¤ÆÀµ¤·¤¤¥¯¥í¥Ã¥¯Ãͤò¼è ! ÆÀ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! S3 864, AT&T20C498, STG1700 RAMDAC ¤È ICD2061A, ICS9161 ¥¯¥í¥Ã¥¯ ! ¥Á¥Ã¥× ! ! o Elsa Winner1000PRO VLB ! ! o Elsa Winner1000PRO PCI ! ! o MIRO 20SD (BIOS 2.xx) ! ! o Actix GraphicsENGINE 64 VLB/2MB ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "icd2061a" ! ! S3 864, 20C498, 21C498 RAMDAC ¤È ICS2595 ¥Á¥Ã¥×¥»¥Ã¥È ! ! o SPEA MirageP64 2MB DRAM (BIOS 3.xx) ! ! 8, 15/16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ¤³¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤Ï̤¤ÀÉÔ´°Á´¤Ç¡¢°ìÉô¤Î¥Þ¥·¥ó¾å¤Ç¤Ï ! XF86_S3 µ¯Æ°»þ¤Î½é´ü²èÌÌ¡¢¤Þ¤¿¤Ï²¾ÁÛüËö(VT)¤«¤éÌá¤Ã¤¿Ä¾¸å¤Î²èÌÌ ! ¤ÇÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¤¬¡¢ CTRL+ALT+``KP+'' ¤Ç¼¡¤Î¥â¡¼¥É¤ËÀÚ¤êÂؤ¨¡¢ ! ¤Þ¤¿¸µ¤Î¥â¡¼¥É¤ËÌá¤ë¤ÈÌäÂ꤬²ò·è¤¹¤ë¤è¤¦¤Ç¤¹¡£ ! ! ¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤ÏÀµ¤·¤¯Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! BIOS ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬ 4.xx ¤Î Mirage P64 ¤Ï S3 SDAC ¤ò»ÈÍѤ·¤Æ¤¤¤Þ ! ¤¹¡£ ! ! ClockChip "ics2595" ! ! S3 864, S3 86C716 SDAC RAMDAC ¤È¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner1000PRO ! ! o MIRO 20SD (BIOS 3.xx) ! ! o SPEA MirageP64 2MB DRAM (BIOS 4.xx) ! ! o Diamond Stealth 64 DRAM ! ! 8, 15/16 ¤È 24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! S3 864, ICS5342 RAMDAC ¤È¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Diamond Stealth 64 DRAM (°ìÉô¤Î¥«¡¼¥É¤Î¤ß) ! ! 8, 15/16 ¤È 24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "ics5342" ! Ramdac "ics5342" ! ! S3 864, AT&T21C498-13 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o #9 GXE64 - PCI ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "icd2061a" ! Option "number_nine" ! ! S3 964, AT&T 20C505 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Miro Crystal 20SV ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "icd2061a" ! Ramdac "att20c505" ! ! S3 964, Bt485 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Diamond Stealth 64 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "icd2061a" ! ! S3 964, Bt9485, AT&T 20C505 RAMDAC ¤È ICS9161a ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o SPEA Mercury 64 ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "ics9161a" ! Option "SPEA_Mercury" ! ! S3 964, Ti3020 RAMDAC, ICD2061A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner2000PRO PCI ! ! 8, 15/16, 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ClockChip "icd2061a" ! ! S3 964, Ti3025 RAMDAC, Ti3025 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Miro Crystal 40SV ! ! o #9 GXE64 Pro VLB ! ! o #9 GXE64 Pro PCI ! ! 8 bpp, 15, 16 ¤È 24(32) bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! GXE64 Pro ¤Î¥µ¥Ý¡¼¥È¤Ë¤Ï°ìÉôÌäÂ꤬¤¢¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ ! 15/16/24 bpp ¤Ç¤Ï²èÁü¤¬ÊФ俤ê/²ó¤ê¹þ¤ó¤À¤ê¤·¤Þ¤¹¡£ ! ! #9 ¤Ï GXE64 Pro ¤Ç¤Î 1600x1200 ¥â¡¼¥É¤ò¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤·¤Ê¤¤¤³¤È ! ¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤«¤· #9 ¤Ï¡¢ GXE64 Pro ¤Ç»È¤ï¤ì¤Æ¤¤¤¿ ! 135MHz ¤Î RAMDAC ¤ò 220MHz ¤Î RAMDAC ¤ËÃÖ¤­´¹¤¨¤¿¡¢ ! GXE64Pro-1600 ¤È¸Æ¤Ð¤ì¤ë¿·¤·¤¤(¤½¤·¤Æ¤è¤ê¹â²Á¤Ê)¥Ü¡¼¥É¤ò³«È¯¤·¤Æ ! ¤¤¤Þ¤¹¡£ ! ! S3 764 (Trio64) ! ! o SPEA Mirage P64 (BIOS 5.xx) ! ! o Diamond Stealth 64 DRAM ! ! o #9 GXE64 Trio64 ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: Trio64 ¤Ï RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤òÆ⢤·¤Æ¤¤¤ë¤Î¤Ç¡¢¥µ¡¼ ! ¥Ð¤Ï¤É¤Î Trio64 ¥«¡¼¥É¤Ç¤âÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! S3 732 (Trio32) ! ! o Diamond Stealth 64 DRAM SE ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: Trio32 ¤Ï RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤òÆ⢤·¤Æ¤¤¤ë¤Î¤Ç¡¢¥µ¡¼ ! ¥Ð¤ÏÁ´¤Æ¤Î Trio32 ¥«¡¼¥É¤ÇÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! S3 868, S3 86C716 SDAC RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o ELSA Winner 1000AVI ! ! o Diamond Stealth Video DRAM ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! S3 868, AT&T 20C409 RAMDAC ¤È ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o ELSA Winner 1000AVI ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ¥Ô¥¯¥»¥ë¿½Å²½¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£½¾¤Ã¤Æ 8bpp ¤Ç¤Î ! ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÏÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£(¸½ºß¤Ï 67.5MHz ¤Ç¤¹¤¬¡¢¥ê ! ¥ê¡¼¥¹¤è¤êÁ°¤Ë¥Ô¥¯¥»¥ë¿½Å²½¤¬¸ÇÄꤵ¤ì¤Ê¤±¤ì¤Ð¡¢¤³¤ÎÃÍ¤Ï 100MHz ! ¤ËÊѹ¹¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£) ! ! S3 968, Ti3026 RAMDAC, Ti3026 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner 2000PRO/X-2, /X-4 (¥ê¥Ó¥¸¥ç¥ó¤¬ F °ÊÁ°) ! ! o Elsa Winner 2000AVI-2, -4 ! ! o Diamond Stealth 64 VIDEO VRAM ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! S3 968, Ti3026 RAMDAC, ICS9161A ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Elsa Winner 2000PRO/X-2 and /X-4 (¥ê¥Ó¥¸¥ç¥ó G) ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! Ãí°Õ: ÇÜ®¥¯¥í¥Ã¥¯µ¡Ç½¤Ï¤Þ¤ÀÆ°ºî¤·¤Æ¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢ÍøÍÑ¤Ç ! ¤­¤ëºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 120MHz ÄøÅÙ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! S3 964, IBM RGB 514/524/525/528 RAMDAC & ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Hercules Graphics Terminator 64 ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! s3RefClk 50 ! DACspeed 170 ! Option "slow_vram" ! ! S3 968, IBM RGB 514/524/525/528 RAMDAC & ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ! o Genoa Genoa VideoBlitz III AV ! ! s3RefClk 50 ! DACspeed 170 ! ! o Hercules Graphics Terminator Pro 64 ! ! s3RefClk 16 ! DACspeed 220 ! ! ¤³¤Î¥«¡¼¥É¤Î¾ì¹ç¡¢Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤½¤ì¤¾¤ì¤Ë¤ª¤¤¤Æ¡¢¼¡¤Î¹Ô¤ò ! »ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó: ! ! Invert_VCLK "*" 0 ! ! o STB Velocity 64 ! ! s3RefClk 24 ! DACspeed 220 ! ! o Number Nine FX Motion 771 ! ! s3RefClk 16 ! DACspeed 220 ! ! ¤³¤Î¥«¡¼¥É¤Î¾ì¹ç¡¢Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤½¤ì¤¾¤ì¤Ë¤ª¤¤¤Æ¡¢¼¡¤Î¹Ô¤ò ! »ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó: ! ! Invert_VCLK "*" 0 ! ! o MIRO 80SV ! ! s3RefClk 16 ! DACspeed 250 ! ! 8/15/16/24 bpp ¤¬ÍøÍѲÄǽ¤Ç¤¹¡£ ! ! ELSA Winner 2000PRO/X-8 (S3 968, 8MB VRAM, 32bpp »þ¤Ë 220MHz) ! ¥µ¡¼¥Ð¤Î¥Æ¥¹¥È¤Ï¡¢¤³¤Î¥«¡¼¥É¤Î "¥ê¥Ó¥¸¥ç¥ó C" ¤À¤±¤Ç¹Ô¤Ã¤Æ¤¤¤Þ ! ¤¹¡£(¥·¥ê¥¢¥ëÈÖ¹æ¤Ï C ¤«¤é»Ï¤Þ¤ë¤Ï¤º¤À¤È»×¤¦¤Î¤Ç¤¹¤¬¡¢¤³¤ì¤Ï³Î¤« ! ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢É®¼Ô¤Î¥«¡¼¥É¤Î¥·¥ê¥¢¥ëÈÖ¹æ¤Ï ! A-0000.000.000 ¤À¤«¤é¤Ç¤¹¡£¤³¤ì¤Ë¤Ï IBM RGB528A ¤¬ºÜ¤Ã¤Æ¤ª¤ê¡¢A ! ¤È½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¼«Æ°¸¡½Ð¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¥â¡¼¥É¹ÔÅù¤Ë°Í¸¤·¤Æ¡¢°Ê²¼¤Î¤è¤¦¤Ê¥Ç¥£¥¹¥×¥ì¥¤¤ÎÏĤߤ¬µ¯¤³¤ë¤³¤È ! ¤¬¤¢¤ê¤Þ¤¹: ! ! 1. Ť¤¿åÊ¿Àþ/¼ÊÌÏÍͤ¬Â¿¿ô½Ð¤ë¡£ ! ! 2. ²èÌÌÁ´°è¤Ç¡¢¥Ô¥¯¥»¥ë¤¬¤Á¤é¤Ä¤¤¤¿¤ê¡¢Àã¤Î¤è¤¦¤Êû¤¤²£¼Ê¤¬½Ð ! ¤ë¡£ ! ! 3. ¾åµ­¤È»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤¬¥°¥é¥Õ¥£¥Ã¥¯Áàºî(¥¦¥£¥ó¥É¥¦¤Î ! opaque move ÁàºîÅù)¤Î»þ¤À¤±È¯À¸¤¹¤ë¡£ ! ! 4. ¥Ç¥£¥¹¥×¥ì¥¤¤Îº¸Ã¼¤Ë;·×¤Ê¥Ô¥¯¥»¥ë¤¬É½¼¨¤µ¤ì¡¢±¦Ã¼¤Î¥Ô¥¯¥»¥ë ! ¤¬°ìÉô·ç¤±¤Æ¤¤¤ë¡£ ! ! ¤³¤ì¤é¤ÎÌäÂê¤ÏÁ´¤Æ¡¢¥â¡¼¥É¹Ô¤ò¾¯¤·Ä´À°¤¹¤ë¤³¤È¤Ç½¤Àµ¤Ç¤­¤Þ¤¹ ! (`xvidtune' ¤ò¼Â¹Ô¤·¤ÆÂÐÏÃŪ¤ËÄ´À°¤¹¤ë¤Î¤¬ºÇ¤âÎɤ¤¤Ç¤·¤ç¤¦)¡£Îã ! ¤¨¤Ð¡¢ºÇ½é¤Î 3 ¤Ä¤ÎÌäÂê¤ËÂФ·¤Æ¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤²èÁü¤òº¸¤«±¦¤Ë¿ô ! ¥É¥Ã¥È¤º¤é¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ºÇ¸å¤ÎÌäÂê¤Î¾ì¹ç¤Ï¡¢HSyncEnd ÃͤòÁý¤ä ! ¤¹(¿åʿƱ´ü¤Î¼þ´ü¤òŤ¯¤¹¤ë)¤È²ò·è¤¹¤ë¤Ç¤·¤ç¤¦¡£¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¡¢ ! ¿åʿƱ´ü¼þ´ü¤òÆäËŤ¯¼è¤ëɬÍפ¬¤¢¤ê¡¢¤´¤¯µ©¤Ë(HSyncEnd Ãͤò¸º¤é ! ¤¹¤³¤È¤Ë¤è¤ê)¿åʿƱ´ü¼þ´ü¤òû¤¯¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! µ©¤Ë¡¢InvertVCLK ¤ä EarlySC (ÊÒÊý¤¢¤ë¤¤¤ÏξÊý)¤òÄ´À°¤·¡¢¤½¤Î¸å¤Ë ! BlankDelay ¤òÄ´À°¤¹¤ëɬÍפ¬¤¢¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹(xvidtune ¤Î°ìÈÖ²¼ ! ¤Î¹Ô¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£)¡£ ! ! ¤³¤ì¤é¤ÎÌäÂê¤Î¤¦¤Á¤Î¤¤¤º¤ì¤«¤Ë½Ð²ñ¤Ã¤¿¾ì¹ç¤Ï¡¢ ! koenig@XFree86.org ¤Þ¤ÇÏ¢Íí¤·¡¢°Ê²¼¤Î¹àÌܤˤĤ¤¤Æ¾ÜºÙ¤ò¤ªÃΤ餻 ! ¤¯¤À¤µ¤¤: ! ! o ÌäÂ꤬ȯÀ¸¤·¤¿¸µ¡¹¤Î¥â¡¼¥É¡£ ! ! o xvidtune ºÇ²¼¹Ô¤Î¤¹¤Ù¤Æ¤Î¥Õ¥é¥°¤ò´Þ¤à¡¢Ä´À°/½¤Àµ¤·¤¿¥â¡¼¥É¡£ ! ! o Ä´À°¤·¤¿¥â¡¼¥É¹Ô¤Ç»ÈÍѤ·¤Æ¤¤¤ë¿§¤Î¿¼¤µ¡£ ! ! o ¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Î½ÐÎÏÁ´¤Æ¡£ ! ! 2. 16bpp ¤È 32bpp ! ! (Fahrenheit 1280+ VLB Åù) 801/805 + AT&T490 ¤Î¥«¡¼¥É¤Ç¤Ï¡¢15 bpp ¤È ! 16bpp ¤Î¤ß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î·¿¤Î¥«¡¼¥É¤Ç¤Ï 32bpp ¤ò»ÈÍѤǤ­¤Þ¤» ! ¤ó¡£ (MS Windows ¤Ç¤Ï 24 ¥Ó¥Ã¥È¥â¡¼¥É¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ì¤Ï 32bpp ¤Î ! sparse ¥â¡¼¥É¤Ç¤Ï¤Ê¤¯¡¢ËÜÅö¤Ë 3 ¥Ð¥¤¥È/¥Ô¥¯¥»¥ë¤òÍѤ¤¤¿¥â¡¼¥É¤Ç¤¹¡£) ! ! 3. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î°ìÍ÷ ! ! ICD2061A ==> ClockChip "icd2061a" ! ICS9161A (ICD2061A ¸ß´¹) ==> ClockChip "ics9161a" ! DCS2824-0 (Diamond, ICD2061A ¸ß´¹) ==> ClockChip "dcs2824" ! ! S3 86c708 GENDAC ==> ClockChip "s3gendac" ! ICS5300 GENDAC (86c708 ¸ß´¹) ==> ClockChip "ics5300" ! ! S3 86c716 SDAC ==> ClockChip "s3_sdac" ! ICS5342 GENDAC ==> ClockChip "ics5342" ! STG 1703 ==> ClockChip "stg1703" ! ! Sierra SC11412 ==> ClockChip "sc11412" ! ICS2595 ==> ClockChip "ics2595" ! TI3025 ==> ClockChip "ti3025" ! TI3026 ==> ClockChip "ti3026" ! IBM RGB 5xx ==> ClockChip "ibm_rgb5xx" ! ! Chrontel 8391 ==> ClockChip "ch8391" ! ! AT&T 20C409 ==> ClockChip "att20c409" ! AT&T 20C499 (̤¥Æ¥¹¥È) ==> ClockChip "att20c499" ! ! 4. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¥Á¥Ã¥×¤Î°ìÍ÷ ! ! ¤³¤Î°ìÍ÷¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤ RAMDAC ¤ò»ý¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢XF86_S3 ¤ò»ÈÍѤ¹¤ëºÝ ! ¤Ë RAMDAC ¤Î¼þÇÈ¿ô¤ò¾å¤²²á¤®¤Ê¤¤¤è¤¦¤ËÆäËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤ººÇ½é¤Ë ! XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤ò¼è¤ê¡¢XF86_S3 ¤ò¼Â¹Ô¤·¤Æ¤â¥Ü¡¼¥É¤¬²õ¤ì¤Ê¤¤¤³¤È¤ò ! ³Îǧ¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! °Ê²¼¤Î¥ê¥¹¥ÈÃæ¤Ç¤Ï¡¢Æ±¤¸¥°¥ë¡¼¥×¤ËÆþ¤Ã¤Æ¤¤¤ë RAMDAC ¤Ï¥µ¡¼¥Ð¤«¤é¸«¤ë¸Â ! ¤ê¸ß¤¤¤Ë¸ß´¹¤Î¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤Þ¤¹¡£Î㤨¤Ð¡¢RAMDAC "bt9485" ¤ò¼ÂºÝ¤Ë»Ø ! Äꤹ¤ë¤È¥µ¡¼¥Ð¤Ï "bt485" ¤ÈÊó¹ð¤·¤Þ¤¹¤·¡¢ RAMDAC "ics5300" ¤ò»ØÄꤹ¤ë ! ¤È "s3_gendac" ¤ÈÊó¹ð¤·¤Þ¤¹¡£ ! ! ATT20C409 ==> RAMDAC "att20c409" ! ! ATT20C490 ==> RAMDAC "att20c490" ! ATT20C491 ==> RAMDAC "att20c491" ! CH8391 ==> RAMDAC "ch8391" ! ! ATT20C498 ==> RAMDAC "att20c498" ! ATT21C498 ==> RAMDAC "att21c498" ! ! ATT22C498 ==> RAMDAC "att22c498" ! ! ATT20C505 ==> RAMDAC "att20c505" ! ! BT485 ==> RAMDAC "bt485" ! BT9485 ==> RAMDAC "bt9485" ! ! IBMRGB514 ==> RAMDAC "ibm_rgb514" ! IBMRGB525 ==> RAMDAC "ibm_rgb525" ! ! IBMRGB524 ==> RAMDAC "ibm_rgb524" ! IBMRGB526 ==> RAMDAC "ibm_rgb526" ! ! IBMRGB528 ==> RAMDAC "ibm_rgb528" ! ! S3_GENDAC ==> RAMDAC "s3gendac" ! ICS5300 ==> RAMDAC "ics5300" ! ! S3_SDAC ==> RAMDAC "s3_sdac" ! ICS5342 ==> RAMDAC "ics5342" ! ! S3_TRIO32 ==> RAMDAC "s3_trio32" ! ! S3_TRIO64 ==> RAMDAC "s3_trio64" ! S3_TRIO64 ==> RAMDAC "s3_trio" ! ! SC11482 ==> RAMDAC "sc11482" ! SC11483 ==> RAMDAC "sc11483" ! SC11484 ==> RAMDAC "sc11484" ! ! SC11485 ==> RAMDAC "sc11485" ! SC11487 ==> RAMDAC "sc11487" ! SC11489 ==> RAMDAC "sc11489" ! ! SC15025 ==> RAMDAC "sc15025" ! ! STG1700 ==> RAMDAC "stg1700" ! ! STG1703 ==> RAMDAC "stg1703" ! ! TI3020 ==> RAMDAC "ti3020" ! ! TI3025 ==> RAMDAC "ti3025" ! ! TI3026 ==> RAMDAC "ti3026" ! ! ¾åµ­°Ê³°¤Î¤â¤ÎÁ´¤Æ ==> RAMDAC "normal" ! ! ´í¤Ê¤¤¤È´¶¤¸¤ë¤Ê¤é¤Ð¡¢¥³¥ó¥Ô¥å¡¼¥¿¤Î³¸¤ò³«¤±¤Æ RAMDAC ¤òÇÁ¤¤¤Æ¤ß¤Þ¤·¤ç ! ¤¦¡£RAMDAC ¤ÏÉáḀ̈ӥǥª¥Ü¡¼¥É¾å¤ÇÂ礭¤¤¥Á¥Ã¥×¤Î¤É¤ì¤«¤Ç¤¹(2 ÈÖÌܤ« 3 ! ÈÖÌܤËÂ礭¤¤¥Á¥Ã¥×¤Ç¡¢¡ÖEPROM ¤Ç¤Ï¤Ê¤¤¡×¤â¤Î¤Ç¤¹)¡£Ä̾¤½¤³¤Ë¤Ï¼¡¤Î ! ¤è¤¦¤Ë½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! <²ñ¼Ò¤Î¥í¥´> ! ! <²ñ¼Ò¤Î¼±ÊÌ»Ò><ÉôÉÊÈÖ¹æ>-<Æ°ºî¼þÇÈ¿ô> ! <À½Â¤½µ><À½Â¤Ç¯> ! <¥í¥Ã¥ÈÈÖ¹æ><¤½¤Î¾¤Î°ÕÌ£ÉÔÌÀ¤Ê¿ô»ú> ! ! Î㤨¤Ð: ! ! @@ ! @@ AT&T ! ! ATT20C490-11 ! 9339S ES ! 9869874 ! ! ¤³¤ì¤ÏÆ°ºî¼þÇÈ¿ô 110 MHz ¤Î AT&T 20C490 ¤Ç¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë ¤Ë `DacSpeed 110' ¤Èµ­Æþ¤¹¤ë¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£RAMDAC ! ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥â¡¼¥É¤´¤È¤Ë¼þÇÈ¿ô¤Î¾å¸Â¤¬°Û¤Ê¤ëÅÀ¤ËÃí°Õ¤·¤Þ¤·¤ç¤¦¡£À½Â¤²ñ ! ¼Ò¤¬¥Á¥Ã¥×¤ËÉÕ¤±¤ë¹ï°õ¤Ï´Ö°ã¤¤¤Ê¤¯¹â¤¤Êý¤Î¾å¸ÂÃͤʤΤǡ¢½½Ê¬Ãí°Õ¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£DacSpeed ¤µ¤¨Àµ¤·¤¯»ØÄꤹ¤ì¤Ð¡¢S3 ¥µ¡¼¥Ð¤Ï¤Û¤È¤ó¤É¤Î RAMDAC ¤Î ! ¾å¸ÂÃͤΰ·¤¤Êý¤¬¤ï¤«¤ê¤Þ¤¹¡£ ! ! ¥Á¥Ã¥×¤Ë -80 ¤Þ¤¿¤Ï -8 ¤È¤¤¤¦¥é¥Ù¥ë¤¬ÉÕ¤¤¤Æ¤¤¤¿¤é¡¢Device ¥»¥¯¥·¥ç¥ó¤Ë ! `DacSpeed 80' ¤È»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! S3 86C716-ME SDAC ==> DacSpeed 110 ! SC15025-8 ==> DacSpeed 80 ! ATT20C490-80 ==> DacSpeed 80 ! ! IBM 8190429 ==> DacSpeed 170 ! IBM 03H5428 ==> DacSpeed 170 ! IBM 03H6447 ==> DacSpeed 170 ! IBM 03H6448 ==> DacSpeed 220 ! IBM 03H5319 ==> DacSpeed 220 ! IBM 63G9902 ==> DacSpeed 250 ! ! IBM 37RGB514CF17 ==> DacSpeed 170 ! IBM 37RGB524CF22 ==> DacSpeed 220 ! ^^ ! ! 5. ÄɲäÎÃí°Õ»ö¹à ! ! ¼«Æ°¸¡½Ð¤ò¤¹¤ë¤È¡¢Sierra SC1148{5,7,9} ¤Ï Sierra SC1148{2,3,4} ¤È¶èÊÌ ! ¤µ¤ì¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¥µ¡¼¥Ð¤«¤é¸«¤¿ 2 ¤Ä¤Î·ÏÎó¤ÎÍ£°ì¤Î°ã¤¤ ! ¤Ï¡¢ {2,3,4} ¤Ï 15bpp ¤Îµ¡Ç½¤ò»ý¤Á¡¢{5,7,9} ¤Ï 16bpp ¤Îµ¡Ç½¤ò»ý¤ÄÅÀ¤Ç ! ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢SC1148{5,7,9} ¤ò»È¤Ã¤Æ¤ª¤ê¡¢¤«¤Ä 15bpp ¤Ç¤Ê¤¯ 16bpp ¤ò ! »È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢Àè¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë RAMDAC "sc11485" ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð ! ¤Ê¤ê¤Þ¤»¤ó¡£ ! ! (Ti3025 ¤Î¤è¤¦¤Ê)°ìÉô¤Î RAMDAC ¤Ç¤Ï¡¢¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¹Íθ¤·¤Ê¤¤¤È ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬Àµ¤·¤¯Æ°ºî¤·¤Þ¤»¤ó¡£Ti3025 ¤Ç¤Ï¡¢¾¯¤Ê¤¯¤È¤â 80 ! ¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¼þ´ü¤Î;͵¤ò¥â¡¼¥É¤ËÂФ·¤ÆɬÍפȤ·¤Þ¤¹¡£ÀßÄ꤬Îɤ¯¤Ê¤¤ ! ¤È¤­¤Ï¡¢²èÌ̤α¦Ã¼¶á¤¯¤Ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¶áÉÕ¤±¤ë¤È¥«¡¼¥½¥ë¤¬·ç¤± ! ¤Æ¤·¤Þ¤¦¤È¤¤¤¦¾É¾õ¤¬½Ð¤Þ¤¹¡£ ! ! 6. IBM RGB 5xx RAMDAC ¤Î»²¾È¥¯¥í¥Ã¥¯ÃÍ ! ! IBM RGB5xx RAMDAC ¤òÅëºÜ¤·¤Æ¤¤¤ë¥«¡¼¥É¤Ï¡¢¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶ÍѤˤ¤¤¯ ! ¤Ä¤«¤Î°Û¤Ê¤ëÆþÎϼþÇÈ¿ô¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¼þÇÈ¿ô¤Ï¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥¯ ! ¥í¥Ã¥¯¤Ë´Ø¤¹¤ë¾ðÊó¤òÍ¿¤¨¤Æ¤ä¤é¤Ê¤¤¤È¼«Æ°¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó(ɸ½à ! ¤Ç¤Ê¤¤¥Æ¥­¥¹¥È¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤È¡¢¸í¤Ã¤¿ÃͤòÁÛÄꤹ¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó)¡£ÆþÎϼþÇÈ¿ô¤òõ¤¹¤¿¤á¤Ë»È¤¦¤Ù¤­¼ê½ç¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ¤Þ¤º¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: ! ! X -probeonly >& outfile ! ! ¤½¤·¤Æ¡¢¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î¸¡½Ð·ë²Ì¤òÄ´¤Ù¤Þ¤¹¡£¤³¤ì¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ë¤È»×¤¤ ! ¤Þ¤¹: ! ! (--) S3: Using IBM RGB52x programmable clock (MCLK 66.000 MHz) ! (--) S3: with refclock 16.000 MHz (probed 15.952 & 16.041) ! ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ! ! ¤³¤³¤Ë¤Ï¡¢ÍøÍѤǤ­¤ë¡ÖÎɤ¤Í½ÁÛ¡×Ãͤȡ¢25MHz ¤È 28MHz ¤Î¥Æ¥­¥¹¥È¥¯¥í¥Ã ! ¥¯Ãͤ˴ð¤Å¤¯¡¢³ç¸ÌÆâ¤Ëɽ¼¨¤µ¤ì¤Æ¤¤¤ë¸¡½Ð¤µ¤ì¤¿(probed) 2 ¤Ä¤ÎÃͤ¬¤¢¤ê ! ¤Þ¤¹¡£¤³¤Î¼«Æ°¸¡½Ð¤¬Æ°ºî¤¹¤ë¤Î¤Ï¡¢Ä̾ï¤Î 80x25 ¤Þ¤¿¤Ï 80x28 ¤Î¥Æ¥­¥¹¥È ! ¥â¡¼¥É¤Ç¼Â¹Ô¤·¤Æ¤¤¤ë¤È¤­¤À¤±¤Ç¤¹! ! ! ¸½ºßʬ¤«¤Ã¤Æ¤¤¤ë»²¾È¼þÇÈ¿ô¤ÎÃͤϼ¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! STB Velocity 64 24 Mhz ! Genoa VideoBlitz II AV 50 MHz ! Hercules S3 964 50 MHz ! Hercules S3 968 16 MHz ! #9 Motion 771 16 MHz ! ! ¤³¤ì¤é¤ÎÃͤϥ«¡¼¥É¤Î¿å¾½È¯¿¶»Ò¤Ë°Í¸¤·¡¢¤Þ¤¿ Genoa ¥«¡¼¥É¤ËÅëºÜ¤µ¤ì¤Æ ! ¤¤¤ë(14.3 MHz ¤Î¿å¾½È¯¿¶»Ò¤Î)Äɲ寥í¥Ã¥¯¥Á¥Ã¥×¤Î¤è¤¦¤Ê¾¤Îµ¡Ç½¤Ë¤â¤¿ ! ¤Ö¤ó°Í¸¤·¤Þ¤¹¡£ ! ! »ý¤Ã¤Æ¤¤¤ë¤Î¤Ï ¥¯¥í¥Ã¥¯¤¬ 16MHz ¤Î¥«¡¼¥É¤Ê¤Î¤Ë¡¢¼ÂºÝ¤Ë¤Ï 50MHz ¤Ç»È¤ï ! ¤ì¤Æ¤¤¤ë¾ì¹ç¡¢Á´¤Æ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤Ï¥«¡¼¥É¤Î¼þÇÈ¿ô¤Î 3 Çܤˤʤꡢ ! 25MHz ¤Î 640x480 ¥â¡¼¥É¤Ç¤Ï 75MHz ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤¬»È¤ï¤ì¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢¤è¤¯Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Àµ¤·¤¤»²¾È¼þÇÈ¿ô¤¬¸«¤Ä¤«¤Ã¤¿¤é¡¢¤³¤ÎÃͤòÀßÄê¥Õ¥¡¥¤¥ë(¤Î Device ¥»¥¯ ! ¥·¥ç¥ó¤Ë)¤ËÀßÄꤷ¤Þ¤¹¡£°Ê²¼¤ËÎã¤ò¼¨¤·¤Þ¤¹: ! ! s3RefClk 16 ! ! ¤Þ¤¿¤Ï ! ! s3RefClk 50 ! ! ¤³¤¦¤¹¤ë¤È¡¢Â¾¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤ò»ÈÍѤ·¤Æ¤ª¤ê¡¢¼«Æ°¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ç ! ¤â¡¢¤³¤ÎÃͤ¬»È¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹! ! ! 7. LCD ÀßÄê¤Î¥Ò¥ó¥È(S3 Aurora64V+) ! ! LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ê¤é¤Ð¡¢CRT ½ÐÎϤÏɬ¤º 1024x768(¤¢¤ë¤¤¤Ï¡ÖʪÍýŪ¤Ê¡× ! LCD ¤Î¥µ¥¤¥º)¤È¤Ê¤ê¡¢¤³¤ì¤è¤ê¾®¤µ¤¤¥â¡¼¥É¤Î½ÐÎϤϳÈÂ礵¤ì¤Æ LCD ¤Î¥µ¥¤ ! ¥º¤Ë¹ç¤ï¤»¤é¤ì¤Þ¤¹¡£¤¿¤À¤·¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç Option "lcd_center" ¤ò ! »ØÄꤷ¤¿¾ì¹ç¤Ï¤½¤Î¸Â¤ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤ÎʪÍý¥µ¥¤¥º(Îã: 1024x768)¥â¡¼¥É¤ËÂФ¹¤ë¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤϰʲ¼¤Î¤è ! ¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! o ¤³¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤϡ¢`Set_LCDClk 70' Åù¤ò»È¤Ã¤ÆÀßÄê¥Õ¥¡¥¤¥ë ! (¤Î Device ¥»¥¯¥·¥ç¥ó)¤ÇÌÀ¼¨Åª¤ËÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£(¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯ÃÍ¤Ï 70MHz ¤È¤Ê¤ê¡¢¤³¤ÎÃÍ¤Ï LCD ¤¬¥ª¥ó¤Î»þ¤ÏÁ´¤Æ¤Î¥â¡¼¥É¤ËÂÐ ! ¤·¤Æ»È¤ï¤ì¤Þ¤¹¡£) ! ! o ¤³¤Î¥â¡¼¥É¤Î¥Ç¥£¥¹¥×¥ì¥¤¥µ¥¤¥º¤¬ÊªÍýŪ¤Ê LCD ¤Î¥µ¥¤¥º¤ÈƱ¤¸¤Ç¤¢¤ì ! ¤Ð¡¢¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤϡ¢¥â¡¼¥É¹Ô¤Î¡ÖºÇ½é¤Î¡×¥â¡¼¥É¤«¤é¼èÆÀ¤µ¤ì¤Þ ! ¤¹¡£ ! ! o BIOS ½é´ü²½ÀßÄê¤Î¥Ç¥Õ¥©¥ë¥È¤Î LCD ¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ¬»ÈÍѤµ¤ì¤Þ ! ¤¹¡£`Set_LCDClk ...' ¤òÍѤ¤¤ÆÃͤò»ØÄꤷ¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤³¤ÎÃͤϥµ¡¼¥Ð ! µ¯Æ°»þ¤Ë `LCD size ...' ¤È¤¤¤¦¹Ô¤Ë½ÐÎϤµ¤ì¤Þ¤¹¡£ ! ! LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ç¡Ö¤Ê¤¤¡×¾ì¹ç¡¢Ä̾ï¤Î¥â¡¼¥É¹Ô¤È¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ¬ ! VGA ½ÐÎϤËÂФ·¤ÆÍѤ¤¤é¤ì¤Þ¤¹¡£ ! ! Fn-F5 ¤Ç½ÐÎÏÀè¤òÀÚÂؤ¨¤Æ¤â¡¢X ¥µ¡¼¥Ð¤Ï¤½¤Î¤³¤È¤¬Ê¬¤«¤é¤º¡¢¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯Ãͤ侤ÎÀßÄ꤬´Ö°ã¤Ã¤¿¾õÂ֤ˤʤäƤ·¤Þ¤¤¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢½ÐÎÏÀè¤ò ! ÀÚÂؤ¨¤¿¡Ö¸å¡×¤Ë¥â¡¼¥É¤ÎÀÚÂؤ¨¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤½¤¦¤¹¤ë¤È¡¢¥µ¡¼¥Ð ! ¤Ï¤É¤Á¤é¤Î½ÐÎÏÀ褬¥¢¥¯¥Æ¥£¥Ö¤«¤ò¥Á¥§¥Ã¥¯¤·¡¢Àµ¤·¤¤¥¯¥í¥Ã¥¯ÃͤʤɤòÁªÂò ! ¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢½ÐÎÏÀè¤òÀÚÂؤ¨¤ë¤ª´«¤á¤Î¥­¡¼¥·¡¼¥±¥ó¥¹¤Ï¼¡¤Î¤è¤¦¤Ë ! ¤Ê¤ê¤Þ¤¹: ! ! Fn-F5 Ctrl-Alt-Plus Ctrl-Alt-Minus ! ! ¤³¤ì¤Ç¤­¤Ã¤È¤¦¤Þ¤¯¹Ô¤¯¤Ç¤·¤ç¤¦¡£ ! ! Åì¼Ç¤Î¥Î¡¼¥È PC ¤Î¥­¡¼¥Ü¡¼¥É¤Ç¤Ï¡¢¤Þ¤º Ctrl-Alt ¤ò²¡¤·¤Æ¤ª¤­¡¢¤³¤ì¤Ë²Ã ! ¤¨¤Æ `Fn' ¤â²¡¤·¡¢¤½¤Î¸å¤Ç Plus/Minus ¤ò²¡¤¹¤È¤è¤¤¤Ç¤·¤ç¤¦¡£¤³¤¦¤¹¤ë¤³ ! ¤È¤Ë¤è¤ê¡¢¥â¡¼¥ÉÀÚÂؤ¨¤Î»þ¤Ë¿ôÃÍ¥­¡¼¤òÌÀ¼¨Åª¤ËÍ­¸ú/̵¸ú¤Ë¤¹¤ëɬÍפ¬¤Ê ! ¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! 8. ¥°¥é¥Õ¥£¥Ã¥¯Áàºî»þ¤Ë``À㤬¹ß¤ë'' ¸½¾Ý¤Î²óÈòÊýË¡ ! ! S3 Vision864 ¥Á¥Ã¥×ÅëºÜ¤Î¥«¡¼¥É¤Ç¤Ï¡¢S3 ¥Á¥Ã¥×¤ÎÆ°ºî»þ¤Ë¡¢¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯¤È¥á¥â¥ê¥¯¥í¥Ã¥¯ÃÍ MCLK ¤Ë°Í¸¤·¤¿¡¢¼«Æ°ÄûÀµµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£¤Û¤È ! ¤ó¤É¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Ç¤Ï¡¢¤³¤ÎÃͤòÆɤ߽Ф¹¤³¤È¤Ï¤Ç¤­¤Ê¤¤¤Î¤Ç(º£¤Î¤È¤³ ! ¤í S3 SDAC ¤À¤±¤Ç MLCK ÃͤòÆɤ߽Ф»¤Þ¤¹)¡¢¤³¤ÎÃͤϿäÄꤹ¤ë¤«¥æ¡¼¥¶¡¼¤¬ ! »ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 60 [MHz])¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ëÍѤο·¤·¤¤ `s3MCLK' ¥¨¥ó¥È¥ê¤ò»È¤Ã¤Æ¡¢¼¡¤ÎÎã¤Î¤è¤¦ ! ¤Ê»ØÄ꤬¤Ç¤­¤Þ¤¹: ! ! s3MCLK 55 ! ! ¤³¤Î¤è¤¦¤Ë MCLK ¤Ë 55 MHz ¤òÀßÄꤹ¤ë¤ÈÀã¤ÎÎ̤¬¸º¤ë¤Ç¤·¤ç¤¦¡£¤¿¤À¤·¡¢ ! MCLK ¤ÎÃͤò¾®¤µ¤¯¤¹¤ë¤ÈÀ­Ç½¤¬¾¯¤·Íî¤Á¤ë¤Î¤Ç¡¢Ä㤹¤®¤ëÃͤϻÈÍѤ·¤Ê¤¤¤Ç ! ¤¯¤À¤µ¤¤(ÂçÄñ¤Î¾ì¹ç¤Ï¡¢¤­¤Ã¤È 55 ¤« 50 ¤ÇÎɤ¤¤Ç¤·¤ç¤¦)¡£ ! ! °Ê²¼¤Ë¼¨¤¹¤Î¤Ï¡¢MLCK ¤Î³µ»»ÃÍ(+/- 1¡Á2 MHz ÄøÅÙ¤Î¸íº¹¤¬¤¢¤ê¤Þ¤¹)¤ò·è¤á ! ¤ëºÝ¤ËÊØÍø¤Êû¤¤¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤Ç¤¹¡£¤³¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¼¡¤Î ! ¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ËÄɲä· X ¥¦¥£¥ó¥É¥¦¤òºÆ ! µ¯Æ°¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: ! ! s3MNadjust -31 255 ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó(¥Æ¥¹¥È¤È¥Ç¥Ð¥Ã¥°ÀìÍѤǤ¹)¤ò»È¤¦¤È¡¢²èÌ̤¬¤Á¤é¤Ä¤¤¤¿¤êÀã ! ¤¬¹ß¤Ã¤¿¤ê¤·¤ÆÈá»´¤Ê¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¡¢°Ê²¼¤Î¥Æ¥¹¥ÈÍÑ¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤¿ ! ¤é¤¹¤°¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¼è¤ê½ü¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤¹¤ë¤È¡¢xbench ¤ä x11perf ¤¬¼Â¹Ô¤µ¤ì¡¢MLCK Ãͤò·è ! ¤á¤ë¤¿¤á¤Î¥Æ¥¹¥È¤¬¼Â¹Ô¤µ¤ì¤Þ¤¹¡£¤³¤Î·ë²Ì¤Ï MHz ñ°Ì¤Çɽ¼¨¤µ¤ì¤Þ¤¹¡£4 ! ¤Ä¤Î¥Æ¥¹¥È¤¬¼Â¹Ô¤µ¤ì¤ë¤Î¤Ç¡¢¿äÄêÃÍ¤Ï 4 ¤Ä¤Þ¤ÇÆÀ¤é¤ì¤Þ¤¹(ºÇ½é¤ÎÃͤ¬ºÇ¤â ! Àµ³Î¤Ç¤·¤ç¤¦)¡£ ! ! ______________________________________________________________________ ! #!/bin/sh ! ! exec 2> /dev/null ! ! scale=2 ! ! calc() { ! m=`awk 'BEGIN{printf "%.'$scale'f\n",'"( $1 + $2 ) / $3; exit}" ` ! [ -z "$m" ] && m=` echo "scale=$scale; ( $1 + $2 ) / $3" | bc ` ! [ -z "$m" ] && m=` echo "$scale $1 $2 + $3 / pq" | dc ` ! echo $m ! } ! ! run_xbench() { ! r=` ( echo 1; echo 2; echo 3; echo 4 ) | xbench -only $1 | grep rate ` ! [ -z "$r" ] && return ! cp="$2 $3" ! set $r ! calc $3 $cp ! } ! ! run_x11perf() { ! r=` x11perf $1 | grep trep | tr '(/)' ' ' ` ! [ -z "$r" ] && return ! cp="$2 $3" ! set $r ! calc `calc 1000 0 $4` $cp ! } ! ! run_x11perf "-rect500 -rop GXxor" 3.86 5.53 # 0 1 # 4.11 5.52 # ! run_xbench invrects500 4.63 5.48 # 0 1 # 4.69 5.48 # ! ! run_x11perf "-rect500 -rop GXcopy" -16.42 13.90 # 0 1 # -14.99 13.88 # ! run_xbench fillrects500 -7.81 13.57 # 0 1 # -8.53 13.58 # ! ! exit ! ______________________________________________________________________ ! ! 9. ¿·¤·¤¤ S3 SVGA ¥É¥é¥¤¥Ð ! ! XF86_SVGA ¥µ¡¼¥Ð¤Ë¤Ï¡¢ViRGE S3 ¤Ç¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥ÈÍѤμ¸³Åª¤Ê¿·¤·¤¤ S3 ! ¥É¥é¥¤¥Ð¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Î¼Á¤ÏËÜÅö¤Ë¥¢¥ë¥Õ¥¡ÈÇÄøÅ٤ǡ¢¥Æ¥¹¥È¤â ! ½½Ê¬¤Ç¤Ï¤Ê¤¯¡¢ÌäÂê¤â¤¤¤¯¤Ä¤«ÌÀ¤é¤«¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤Î¤¿¤á¡¢ÀßÄê¥×¥í¥° ! ¥é¥à¤Ï¤³¤Á¤é¤Î¥µ¡¼¥Ð¤Ç¤Ï¤Ê¤¯¡¢XF86_S3 ¥µ¡¼¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤è¤¦¤Ë ! ¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢ËÁ¸±¹¥¤­¤Ê¿Í¤ä XF86_S3 ¤ÇÌäÂê¤Ë½Ð²ñ¤Ã¤¿¿Í¤Ï¤³¤Î ! ¥É¥é¥¤¥Ð¤ò»î¤·¤Æ¤â¤è¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ë¤ÏÈÆÍÑ S3 ¥µ¥Ý¡¼¥È¤¬´Þ¤Þ¤ì¤Æ¤ª¤ê¡¢ViRGE S3 ¤Ç¤Ê¤¤¥Á¥Ã¥× ! Á´¤Æ¤Ç(Íý¶þ¤Î¾å¤Ç¤Ï)Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ç¤Ï¡¢S3 ¤Î¿·¤·¤¤·Á ! ¼°¤Î¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ËÂбþ¤·¤Æ¤¤¤ë¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤¬²þÎɤµ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤½¤Î¥Á¥Ã¥×¤Ë¤Ï 868, 968, ºÇ¶á¤Î Trio64 ·Ï¥Á¥Ã¥×(¸Å¤¤Ìµ°õ Trio64 ¤Ï ! ½ü¤¯)¤¬´Þ¤Þ¤ì¤Þ¤¹¡£¿·¤·¤¤¥¹¥¿¥¤¥ë¤Î¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦µ¡Ç½¤ò»ý¤Ã ! ¤Æ¤¤¤ë¥Á¥Ã¥×¤Ï¼«Æ°Åª¤Ë¤³¤Îµ¡Ç½¤òÍѤ¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó "NO_MMIO" ¤ò»È¤¦ ! ¤È¡¢¤³¤Îµ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¿·¤·¤¤·Á¼°¤Î¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦¥Á¥Ã¥×¤ÎÀ­Ç½¤Ï¡¢(ÆÃ¤Ë PCI ¥Ð¥¹¤Î ! ¾ì¹ç)XF86_S3 ¤è¤ê¤âÎɤ¤¤³¤È¤¬´üÂԤǤ­¤Þ¤¹¡£¤·¤«¤·¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ! ¤ò»È¤ï¤Ê¤¤»þ¤ÎÀ­Ç½¤Ï¡¢XF86_S3 ¤È¤À¤¤¤¿¤¤Æ±¤¸¤¯¤é¤¤¤È¹Í¤¨¤é¤ì¤Þ¤¹(®¤¤ ! ʬÌî¤â¤¢¤ê¤Þ¤¹¤·¡¢ÃÙ¤¤Ê¬Ìî¤â¤¢¤ê¤Þ¤¹)¡£ ! ! XF86_S3 ¤ÇÍøÍѲÄǽ¤Ê¿§¤Î¿¼¤µ¤ÏÁ´¤Æ¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ç¤â»È¤¦¤³¤È¤¬¤Ç¤­¤ë¤Ï ! ¤º¤Ç¤¹¡£²Ã¤¨¤Æ¡¢868 ¤È 968 ¤Ç¤Ï packed 24bpp ¤â¡Ö¤Þ¤¢¤Þ¤¢¡×Æ°ºî¤·¤Þ ! ¤¹¡£·ë²Ì¤Ï¤ä¤Ã¤Æ¤ß¤Ê¤±¤ì¤Ð¤ï¤«¤ê¤Þ¤»¤ó¡£ ! ! XF86_S3 ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Û¤È¤ó¤ÉÁ´¤Æ¤Î¥ª¥×¥·¥ç¥ó¤Èµ¡Ç½¤Ï¡¢¤³¤Î¥É¥é¥¤ ! ¥Ð¤Ç¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£²Ã¤¨¤Æ¡¢XAA/SVGA ¥µ¡¼¥Ðɸ½à¥ª¥×¥·¥ç¥ó ! (NO_ACCEL, SW_CURSOR, NO_PIXMAP_CACHE Åù)¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É ! ¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤ XF86_S3 ¤Îµ¡Ç½¤Ï¡¢DPMS ¥µ¥Ý¡¼¥È¤È¥¬¥ó¥ÞÊäÀµ ! ¤Ç¤¹¡£ ! ! ¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤È PCI ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë»þ¤Ï¡¢¥É¥é¥¤¥Ð¤Ï PCI_RETRY ! ¥ª¥×¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È°ìÉô¤ÎÁàºî¤ÎÀ­Ç½¤¬Âç ! Éý¤Ë¸þ¾å¤·¤Þ¤¹¤¬¡¢¥Ð¥¹¤ÎÂӰ褬¿©¤¤ÄÙ¤µ¤ì¤ä¤¹¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤ÎÍýͳ¤Ë¤è ! ¤ê¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ÂçÄñ¤Î¥Ï¡¼¥É¥¦¥§ ! ¥¢¹½À®¤Ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤¬ÌäÂê¤òµ¯¤³¤¹¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢°ìÉô¤Î¥Ï¡¼ ! ¥É¥¦¥§¥¢¤Ç¤Ï·ã¤·¤¤¥°¥é¥Õ¥£¥Ã¥¯Áàºî¤ò¹Ô¤¦¤È¥µ¥¦¥ó¥É¥«¡¼¥É¤¬ÉÔÄ´¤Ë¤Ê¤ë¤È ! ¤¤¤¦Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ë¤Ï 1¤ÄÃ×̿Ū¤Ê·çÅÀ¤¬¤¢¤ê¤Þ¤¹¡£»ÈÍÑ¥á¥â¥ê¤ò´Ö°ã¤Ã¤ÆÊó¹ð¤¹ ! ¤ë°ìÉô¤Î S3 À½ PCI BIOS ¤ËÂн褹¤ëÊýË¡¤ò¥É¥é¥¤¥Ð¤¬»ý¤Ã¤Æ¤¤¤Ê¤¤¤Î¤Ç¤¹¡£ ! ¤³¤ÎÌäÂê¤Ï¥¢¥É¥ì¥¹¶õ´Ö¤Î¾×Æͤòµ¯¤³¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÆɼԤ㧤µ¤ó¤Î¥Ï¡¼ ! ¥É¥¦¥§¥¢¤Ç¤³¤ÎÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤é¡¢°ìÅÙ XF86_S3 ¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¡¢¥«¡¼¥É¤¬ ! ºÆÇÛÃÖ¤µ¤ì¤¿Àè¤Î¥¢¥É¥ì¥¹¤ò(¥µ¡¼¥Ð¤¬½ÐÎϤ·¤¿¤è¤¦¤Ë)µ­Ï¿¤·¤Æ¤¯¤À¤µ¤¤¡£¤½ ! ¤ì¤«¤é XF86Config ¤Î MemBase ¥Õ¥£¡¼¥ë¥É¤ò»È¤Ã¤Æ¡¢¥µ¡¼¥Ð¤¬¤³¤Î¥¢¥É¥ì¥¹ ! ¤ò»È¤¦¤è¤¦¤Ë»ØÄꤷ¤Þ¤¹(¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤ò»²¾È¤·¤Æ¤¯ ! ¤À¤µ¤¤)¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3,v 3.4.2.3 1999/11/26 15:23:11 hohndel Exp $ ! ! $XConsortium: S3.sgml /main/14 1996/02/21 17:45:58 kaleb $ ! ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.3): ²¬Ëܰ칬( ! , ¹¹¿·(XFree86 3.3.3): Æ£¸¶µ±²Å ! , ¹»Àµ: »³²¼½ã»Ê ! )¡£ÌäÂêÅÀ¤Î ! »ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§ ! ¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V:1.1.2.1 Wed Jun 2 17:50:52 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V Tue Dec 28 23:13:49 1999 *************** *** 1,9 **** ! S3 ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ViRGE/MX, ViRGE/VX ! ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó The XFree86 Project Inc. ! 1 March 1998 The X Japanese Documentation Project ! 13 January 1999 ____________________________________________________________ Ìܼ¡ --- 1,9 ---- ! ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó S3 ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX, ViRGE/VX, Trio3D, Trio3D/2X, Savage3D, Savage4 The XFree86 Project Inc. ! 2 August 1999 The X Japanese Documentation Project ! 12 September 1999 ____________________________________________________________ Ìܼ¡ *************** *** 13,27 **** 2. XF86_S3V ¥µ¡¼¥Ð 2.1 µ¡Ç½: 2.2 ´ûÃΤÎÀ©¸Â»ö¹à ! 2.3 ¾­ÍèŪ¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤ëµ¡Ç½ (Í¥ÀèÅ٤ι⤤½ç) ! 2.4 ÀßÄê ! 2.4.1 ¥«¡¼¥½¥ë: 3. XF86_SVGA ¥µ¡¼¥Ð 3.1 µ¡Ç½ ! 3.2 ´ûÃΤÎÀ©¸Â»ö¹à ! 3.3 ÀßÄê ! 3.4 LCD ÍÑÀßÄê¤Î¥Ò¥ó¥È (S3 ViRGE/MX) 4. ºî¼Ô 4.1 XF86_S3V ¥µ¡¼¥Ð --- 13,27 ---- 2. XF86_S3V ¥µ¡¼¥Ð 2.1 µ¡Ç½: 2.2 ´ûÃΤÎÀ©¸Â»ö¹à ! 2.3 ÀßÄê: ! 2.3.1 ¥«¡¼¥½¥ë: 3. XF86_SVGA ¥µ¡¼¥Ð 3.1 µ¡Ç½ ! 3.2 Savage ·Ï¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤Ë¤ª¤±¤ë´ûÃΤÎÀ©¸Â (s3_savage ¥É¥é¥¤¥Ð) ! 3.3 s3_virge ¥É¥é¥¤¥Ð¤Î´ûÃΤÎÀ©¸Â ! 3.4 ÀßÄê ! 3.5 LCD ÍÑÀßÄê¤Î¥Ò¥ó¥È (S3 ViRGE/MX) 4. ºî¼Ô 4.1 XF86_S3V ¥µ¡¼¥Ð *************** *** 37,46 **** XFree86 ¥ê¥ê¡¼¥¹ 3.3.2 ¤«¤é¡¢ViRGE ·Ï¤Î¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥µ¡¼¥Ð¤Ï2¤Ä ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£XF86_S3V ¥µ¡¼¥Ð¤Ï S3 ViRGE (86C325), ViRGE/DX (86C375), ViRGE/GX (86C385), ViRGE/VX (86C988) ¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ëÀìÍÑ¥µ¡¼¥Ð¤Ç ! ¤¹¡£¤³¤Î¥ê¥ê¡¼¥¹¤«¤é¾åµ­¤Î ViRGE ¥Á¥Ã¥×¥»¥Ã¥È¤Ï XF86_SVGA ¥µ¡¼¥Ð¤Ç¤â¿· ! ¤¿¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤³¤Î¥µ¡¼¥Ð¤Ë¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤òÍøÍѤ·¤¿ ViRGE ¥É¥é¥¤¥Ð¤¬´Þ¤Þ¤ì¤Æ¤ª¤ê¡¢¸½ºß¤Ï ! ViRGE/GX2 (86C357) ¤È ViRGE/MX (86C260) ¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ °Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤Ç¤Ï ViRGE ¤Î¥µ¥Ý¡¼¥È¤Ë¤Ä¤¤¤Æ¾Ü¤·¤¯ÀâÌÀ¤·¤Þ¤¹¡£2¤Ä¤Î¥µ ¡¼¥Ð¤Ë¤Ä¤¤¤Æ¤ÎÀâÌÀ¤¬¤¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£XF86_S3V ¤Ï ViRGE ÀìÍÑ --- 37,51 ---- XFree86 ¥ê¥ê¡¼¥¹ 3.3.2 ¤«¤é¡¢ViRGE ·Ï¤Î¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥µ¡¼¥Ð¤Ï2¤Ä ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£XF86_S3V ¥µ¡¼¥Ð¤Ï S3 ViRGE (86C325), ViRGE/DX (86C375), ViRGE/GX (86C385), ViRGE/VX (86C988) ¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ëÀìÍÑ¥µ¡¼¥Ð¤Ç ! ¤¹¡£¸½ºß¤Ï¤³¤ì¤é¤Î¥µ¡¼¥Ð¤Ï»È¤ï¤Ê¤¤Êý¤¬¤¤¤¤¤Ç¤·¤ç¤¦¡£´û¤Ë¥µ¥Ý¡¼¥È¤¬³èȯ ! ¤Ë¹Ô¤ï¤ì¤Ê¤¯¤Ê¤Ã¤¿¤«¤é¤Ç¤¹¡£ ! ! ¾åµ­¤Î ViRGE ·Ï¥Á¥Ã¥×¥»¥Ã¥È¤Ï XF86_SVGA ¥µ¡¼¥Ð¤Ç¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ë¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤òÍøÍѤ·¤¿ ! ViRGE ¥É¥é¥¤¥Ð¤¬´Þ¤Þ¤ì¤Æ¤ª¤ê¡¢XFree86 3.3.6 ¤Ç¤Ï ViRGE/GX2 (86C357), ! ViRGE/MX (86C260), Trio3D (86C365), Trio3D/2X (86C362), Savage3D ! (86C391), Savage4 (86C396/86C397), Savage2000 ¥Á¥Ã¥×¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹¡£ °Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤Ç¤Ï ViRGE ¤Î¥µ¥Ý¡¼¥È¤Ë¤Ä¤¤¤Æ¾Ü¤·¤¯ÀâÌÀ¤·¤Þ¤¹¡£2¤Ä¤Î¥µ ¡¼¥Ð¤Ë¤Ä¤¤¤Æ¤ÎÀâÌÀ¤¬¤¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£XF86_S3V ¤Ï ViRGE ÀìÍÑ *************** *** 59,65 **** ¤Î¥µ¡¼¥Ð¤¬¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤ë¥«¡¼¥É¤Ï¡¢2MB ¤È 4MB ¤ÎDRAM ¤òÀѤó¤À ViRGE ¥«¡¼¥É¡¢ViRGE/DX 4M, ViRGE/VX 8M (4M VRAM/4M DRAM), 220MHz ¤Î ViRGE/VX ¥«¡¼¥É(1600x1200 ¤Ç 8/15/16bpp ¤Þ¤Ç»È¤¨¤ë 2MB VRAM ¤òÀѤó¤À¤â¤Î)¤Ç¤¹¡£ - Ãí°Õ: ¤³¤Î¥É¥é¥¤¥Ð¤ÏÈæ³ÓŪ¿·¤·¤¤¤â¤Î¤Ç¤¢¤ê¡¢Á´¤Æ¤¬´üÂÔÄ̤ê¤ËÆ°¤¯¤È¤Ï¸Â ¤ê¤Þ¤»¤ó¡£¥Þ¥·¥ó¤ò¥¯¥é¥Ã¥·¥å¤µ¤»¤ë¤³¤È¤Ï̵¤¤¤Ï¤º¤Ç¤¹¤¬¡¢¥Ó¥Ç¥ªÉ½¼¨¤¬¤ª ¤«¤·¤¯¤Ê¤Ã¤¿¤ê¡¢¹Ô¤¬·ç¤±¤¿¤ê¤¹¤ë¤³¤È¤Ï¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÌäÂ꤬¸«¤Ä¤« --- 64,69 ---- *************** *** 100,147 **** ¥ó¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢sloped dash ¤ä double dash ¤Ï¼ÂÀþ¤ò»È¤Ã¤ÆÉÁ ²è¤µ¤ì¤Þ¤¹¡£ ! 2.3. ¾­ÍèŪ¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤ëµ¡Ç½ (Í¥ÀèÅ٤ι⤤½ç) ! ! - o ¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¡¢SVGA ViRGE ¥É¥é¥¤¥Ð¤¬ XF86_S3V ¤ËÃÖ¤­´¹¤ï¤ë²Äǽ - À­¤¬½½Ê¬¤¢¤ê¤Þ¤¹¡£ - o ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ÎÄɲᣠ! o 3D ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó(¼Â¸½ÊýË¡¤ò¹Í¤¨¤¿¤³¤È¤Ï¤¢¤ê¤Þ¤¹) ! ! o ¤è¤ê¿¤¯¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ä RAMDAC ¤Ø¤ÎÂбþ¡£ ! ! ! 2.4. ÀßÄê ¤³¤Î¥µ¡¼¥Ð¤Ï RAM ¤Î¥µ¥¤¥º¡¢RAMDAC, ClockChip ¤ò¼«Æ°¸¡½Ð¤·¤Þ¤¹¡£¤ï¤¶¤ï ¤¶ "Device" ¥»¥¯¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£"nolinear" ¥ª¥×¥·¥ç ¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! 2.4.1. ¥«¡¼¥½¥ë: o ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó»ØÄê¤ÏɬÍ× ¤¢¤ê¤Þ¤»¤ó¡£ - o "sw_cursor" ¤ò»ØÄꤹ¤ë¤È¡¢¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ËÀÚ¤êÂؤï¤ê¤Þ¤¹¡£ 3. XF86_SVGA ¥µ¡¼¥Ð ! XF86_SVGA ¤Î ViRGE ¥É¥é¥¤¥Ð¤Ï¸½ºß¤Î S3 ViRGE ·Ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òÁ´¤Æ¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã ! ¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¹Ô¤Ã¤Æ¤ª¤ê¡¢¿§¤Î¿¼¤µ¤Ï 8, 15, 16, 24, 32 ! bpp ¤òÍøÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¤Î¤Ï¡¢2MB, 4MB ¤Î ! ViRGE ¥«¡¼¥É¤Î¤¤¤¯¤Ä¤«¡¢4MB ¤Î ViRGE/DX ¥«¡¼¥É, ViRGE/VX ¥«¡¼¥É¤Ç¤¹¡£ ! ²òÁüÅÙ¤Ï 1600x1200 ¤Þ¤Ç»ÈÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï½é´ü¥ê¥ê¡¼¥¹¤Ê¤Î ! ¤Ç¡¢Á´¤Æ´üÂÔÄ̤ê¤ËÆ°ºî¤¹¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£ÌäÂêÅÀ¤¬¤¢¤ì¤Ð¡¢ XFree86@Xfree86.org ¤Þ¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£Ï¢Íí¤ÎºÝ¤Ë¤ÏŬÀڤʥХ°¥ì¥Ý¡¼ ¥ÈÍÑ»æ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ --- 104,146 ---- ¥ó¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢sloped dash ¤ä double dash ¤Ï¼ÂÀþ¤ò»È¤Ã¤ÆÉÁ ²è¤µ¤ì¤Þ¤¹¡£ + o ºÇ¿·¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! o ¤â¤Ï¤ä³èȯ¤Ë¤Ï¥á¥ó¥Æ¥Ê¥ó¥¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! 2.3. ÀßÄê: ¤³¤Î¥µ¡¼¥Ð¤Ï RAM ¤Î¥µ¥¤¥º¡¢RAMDAC, ClockChip ¤ò¼«Æ°¸¡½Ð¤·¤Þ¤¹¡£¤ï¤¶¤ï ¤¶ "Device" ¥»¥¯¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£"nolinear" ¥ª¥×¥·¥ç ¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! 2.3.1. ¥«¡¼¥½¥ë: o ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó»ØÄê¤ÏɬÍ× ¤¢¤ê¤Þ¤»¤ó¡£ o "sw_cursor" ¤ò»ØÄꤹ¤ë¤È¡¢¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ËÀÚ¤êÂؤï¤ê¤Þ¤¹¡£ + + + 3. XF86_SVGA ¥µ¡¼¥Ð ! XF86_SVGA ¤Î ViRGE ¥É¥é¥¤¥Ð¤Ï¡¢Trio3D ¤È Savage ·Ï¤ò´Þ¤á¤¿¸½ºß¤Î S3 ! ViRGE ·Ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òÁ´¤Æ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï XAA ¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¹Ô¤Ã¤Æ¤ª¤ê¡¢ ! ¿§¤Î¿¼¤µ¤Ï 8, 15, 16, 24, 32 bpp ¤òÍøÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Î¥Æ¥¹¥È ! ¤ò¹Ô¤Ã¤¿¤Î¤Ï¡¢2MB, 4MB ¤Î ViRGE ¥«¡¼¥É¤Î¤¤¤¯¤Ä¤«¡¢ 4MB ¤Î ViRGE/DX ¥« ! ¡¼¥É ¤È ViRGE/VX ¥«¡¼¥É¡¢4MB ¤Î Trio3D ¥«¡¼¥É¤Ç¤¹¡£²òÁüÅÙ¤Ï 1600x1200 ! ¤Þ¤Ç»ÈÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï½é´ü¥ê¥ê¡¼¥¹¤Ê¤Î¤Ç¡¢Á´¤Æ´üÂÔÄ̤ê¤ËÆ°ºî ! ¤¹¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£Trio3D ¤Î¥µ¥Ý¡¼¥È¤Ï½é¤á¤Æ¤Î¥ê¥ê¡¼¥¹¤Ç¤¢¤ê¡¢¥Æ¥¹¥È ! ¤â½½Ê¬¤Ç¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£²¿¤«ÌäÂ꤬¤¢¤ì¤Ð¡¢ XFree86@Xfree86.org ¤Þ¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£Ï¢Íí¤ÎºÝ¤Ë¤ÏŬÀڤʥХ°¥ì¥Ý¡¼ ¥ÈÍÑ»æ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 151,157 **** o PCI ¥Ï¡¼¥É¥¦¥§¥¢¡¢ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ViRGE/MX, ! ViRGE/VX ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ o 8bpp, 15/16bpp, 24bpp, 32bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ --- 150,156 ---- o PCI ¥Ï¡¼¥É¥¦¥§¥¢¡¢ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ViRGE/MX, ! ViRGE/VX, Trio3D, Savage ·Ï¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ o 8bpp, 15/16bpp, 24bpp, 32bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ *************** *** 172,178 **** o Á´¤Æ¤Î¥â¡¼¥É¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! 3.2. ´ûÃΤÎÀ©¸Â»ö¹à --- 171,188 ---- o Á´¤Æ¤Î¥â¡¼¥É¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! 3.2. Savage ·Ï¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤Ë¤ª¤±¤ë´ûÃΤÎÀ©¸Â (s3_savage ¥É¥é¥¤¥Ð) ! ! Savage3D ¤È Savage4 ¸þ¤±¤Î Savage ·Ï¥Á¥Ã¥×Íѥɥ饤¥Ð¤Ï¡¢XFree86-3.3.5 ! ¤Î¥ê¥ê¡¼¥¹¤ÎľÁ°¤Ë S3 ¤¬ XFree86 ¤Ë´óÉÕ¤·¤Þ¤·¤¿¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï ! XFree86 ¤ÎÀ߷פθ¶Â§¤ÈÌÜŪ¤Ë°ãÈ¿¤·¤Æ¤¤¤ëÉôʬ¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤¬¡¢¼ûÍ× ! ¤¬Èó¾ï¤ËÂ礭¤¤¤Î¤Ç¡¢XFree86-3.3.5 ¤Ë´Þ¤á¤ë¤³¤È¤Ë·è¤á¤Þ¤·¤¿¡£ 3.3.6 ¤Ç ! ¤Ï¤¤¤¯¤é¤«½ñ¤­Ä¾¤·¤¬¹Ô¤ï¤ì¡¢Èó BIOS ¥â¡¼¥É¤Î¤¿¤á¤ËÀΤËÌᤷ¤¿¥³¡¼¥É¤¬ ! Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! ! ! 3.3. s3_virge ¥É¥é¥¤¥Ð¤Î´ûÃΤÎÀ©¸Â *************** *** 180,201 **** o VL ¥Ð¥¹¤Î¥«¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! o Ê£¿ô¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! o ¥É¥é¥¤¥Ð¤ÎÆ°ºî¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤À¤±¤Ç¤¹¡£ o Àþ¤ä¿³Ñ·Á¤Ç¤Ï¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»È¤¨¤Þ¤»¤ó(¤¿¤À¤·¡¢XAA ¤Ï°ìÉô ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£ ! 3.3. ÀßÄê ViRGE SVGA ¥É¥é¥¤¥Ð¤Ï XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤Î¿¤¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢PCI ¤ÎÆ°ºî¤ò¥Á¥å¡¼¥ó¤·¤¿¤ê¡¢À­Ç½¤ò¸þ¾å¤µ¤» ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ - ¥á¥â¥êÍѤΥª¥×¥·¥ç¥ó: o "slow_edodram" ¤ò»ØÄꤹ¤ë¤È ViRGE ¤Ï2¥µ¥¤¥¯¥ë¤Î EDO ¥â¡¼¥É¤ËÀÚ¤êÂØ --- 190,228 ---- o VL ¥Ð¥¹¤Î¥«¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! o ¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! o ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ o Àþ¤ä¿³Ñ·Á¤Ç¤Ï¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»È¤¨¤Þ¤»¤ó(¤¿¤À¤·¡¢XAA ¤Ï°ìÉô ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£ + o ¥Ð¡¼¥¹¥È¥³¥Þ¥ó¥É¥¤¥ó¥¿¥Õ¥§¡¼¥¹(BCI, Burst Command Interface)¤Î¥µ¥Ý + ¡¼¥È¤È 32bpp ¤Î¥µ¥Ý¡¼¥È¤Ï¡¢Trio3D ÍѤˤϼÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + + o Trio3D ¥µ¥Ý¡¼¥È¤¬Æ°ºî¤¹¤ë¤Î¤Ï°ìÉô¤Î¥â¡¼¥É¹Ô¤À¤±¤Ç¤¹¡£É¸½à¤Î¥â¡¼¥É¹Ô + ¤Î¿¤¯¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó(¤¿¤À¤·¡¢¾¯¤·¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÊѤ¨¤ì¤ÐÆ°¤¯¤«¤â + ¤·¤ì¤Þ¤»¤ó)¡£°Ê²¼¤Î 2 ¤Ä¤Î¥â¡¼¥É¹Ô¤Ï 8bpp ¤È 24bpp ¤Ç°ÂÄꤷ¤ÆÆ°ºî¤¹ + ¤ë¤è¤¦¤Ç¤¹: + + Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync + Modeline "1280x1024" 135 1280 1312 1416 1664 1024 1027 1030 1064 + + + °Ê²¼¤Î 2 ¤Ä¤Î¥â¡¼¥É¹Ô¤Ï 16bpp ¤Ç°ÂÄꤷ¤ÆÆ°ºî¤¹¤ë¤è¤¦¤Ç¤¹: + + Modeline "640x480" 45.80 640 672 768 864 480 488 494 530 -hsync -vsync + Modeline "800x600" 36 800 824 896 1024 600 601 603 625 + + ! 3.4. ÀßÄê ViRGE SVGA ¥É¥é¥¤¥Ð¤Ï XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤Î¿¤¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢PCI ¤ÎÆ°ºî¤ò¥Á¥å¡¼¥ó¤·¤¿¤ê¡¢À­Ç½¤ò¸þ¾å¤µ¤» ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ¥á¥â¥êÍѤΥª¥×¥·¥ç¥ó: o "slow_edodram" ¤ò»ØÄꤹ¤ë¤È ViRGE ¤Ï2¥µ¥¤¥¯¥ë¤Î EDO ¥â¡¼¥É¤ËÀÚ¤êÂØ *************** *** 262,267 **** --- 289,295 ---- o 15bpp ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤Î¥ª¥×¥·¥ç¥ó¤Ë "-bpp 15" ¤ò»ØÄê ¤·¤Æ¤¯¤À¤µ¤¤¡£ + o 24bpp ¤Ï STREAMS ¥¨¥ó¥¸¥ó¤òÍøÍѤ·¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ o 32bpp ¤Ç¤â STREAMS ¥¨¥ó¥¸¥ó¤¬»È¤ï¤ì¤Þ¤¹¡£¤·¤«¤·¡¢ViRGE ¤Ï 32bpp ¤ò *************** *** 275,281 **** ¡¼¥É¥¦¥§¥¢Åª¤ÊÀ©¸Â¤Ç¤¹¡£ ! 3.4. LCD ÍÑÀßÄê¤Î¥Ò¥ó¥È (S3 ViRGE/MX) LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ê¤é¤Ð¡¢CRT ½ÐÎϤϾï¤Ë 1024x768 (¤Þ¤¿¤Ï¡¢LCD ¤Î¡ÖʪÍý Ū¡×¥µ¥¤¥º)¤Ç¹Ô¤ï¤ì¤Þ¤¹¡£²èÌ̤µ¤¤¥â¡¼¥É¤Î¾ì¹ç¤Ï¡¢¥Ç¥Ð¥¤¥¹¤Î¥»¥¯ --- 303,309 ---- ¡¼¥É¥¦¥§¥¢Åª¤ÊÀ©¸Â¤Ç¤¹¡£ ! 3.5. LCD ÍÑÀßÄê¤Î¥Ò¥ó¥È (S3 ViRGE/MX) LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ê¤é¤Ð¡¢CRT ½ÐÎϤϾï¤Ë 1024x768 (¤Þ¤¿¤Ï¡¢LCD ¤Î¡ÖʪÍý Ū¡×¥µ¥¤¥º)¤Ç¹Ô¤ï¤ì¤Þ¤¹¡£²èÌ̤µ¤¤¥â¡¼¥É¤Î¾ì¹ç¤Ï¡¢¥Ç¥Ð¥¤¥¹¤Î¥»¥¯ *************** *** 300,306 **** LCD ¤¬¥¢¥¯¥Æ¥£¥Ö¤Ç¡Ö¤Ê¤¤¡×¾ì¹ç¤Ë¤Ï¡¢Ä̾ï¤Î¥â¡¼¥É¹Ô¤È¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ ¤¬ VGA ½ÐÎϤ˻Ȥï¤ì¤Þ¤¹¡£ - Fn-F5 Åù¤ò»È¤Ã¤Æ½ÐÎÏ¥½¡¼¥¹¤òÀÚÂؤ¨¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤òÃÎ ¤é¤µ¤ì¤º¡¢¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤ä¾¤ÎÀßÄê¤Ï¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢½Ð ÎÏ¥½¡¼¥¹¤òÀÚÂؤ¨¤¿¡Ö¸å¡×¤Ë¥â¡¼¥É¤òÀÚÂؤ¨¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤½¤¦¤¹¤ì --- 328,333 ---- *************** *** 327,333 **** Harald Koenig - ¤ª¤è¤Ó --- 354,359 ---- *************** *** 354,361 **** o Kevin Brosius Cobra@compuserve.com - $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V,v 1.1.2.1 1999/06/02 07:50:52 hohndel Exp $ --- 380,395 ---- o Kevin Brosius Cobra@compuserve.com + o Sebastian Kloska kloska@mpimp-golm.mpg.de + + o Alok Ladsariya alok@XFree86.Org + + o Dirk Hohndel hohndel@XFree86.Org + + + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3V,v 1.1.2.3 1999/12/28 12:13:49 hohndel Exp $ + *************** *** 368,396 **** ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ - - - - - - - - - - - - - - - - - - - - - - - - - - --- 402,404 ---- Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO:1.1.2.1 Wed Jun 2 17:50:52 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO Sat Nov 27 02:23:12 1999 *************** *** 1,726 **** ! SCO ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! J. Kean Johnston (hug@netcom.com) ! 30 November 1996 ! The X Japanese Documentation Project ! 9 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ë¤Ä¤¤¤Æ ! 2. ¥½¡¼¥¹ÇÛÉÛʪ ! 3. XFree86 ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë ! 4. ¥³¥ó¥½¡¼¥ë¤ÎÀÚÂؤ¨ ! 5. ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÎÀßÄê ! 6. SCO ¥Ð¥¤¥Ê¥ê/¥µ¡¼¥Ð¤Î»ÈÍÑ ! 7. Open Server 5 ¤Ë¤ª¤±¤ë XFree86 ¤Î¥³¥ó¥Ñ¥¤¥ë ! 8. ´ØϢʸ½ñ ! 9. ´ûÃΤÎÌäÂê ! 10. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 11. ¼Õ¼­ ! ! ! ______________________________________________________________________ ! ! 1. ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ë¤Ä¤¤¤Æ ! ! ! ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ç¤Ï°Ê²¼¤Î¥Õ¥¡¥¤¥ë¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! ! README.SCO ! ¤³¤Î¥Õ¥¡¥¤¥ë ! ! gunzip.Z ! GNU °µ½Ì¥Õ¥¡¥¤¥ëŸ³« ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ! ! ! *X312Xdoc.tgz ! XFree86 ¸ÇÍ­¤Î¥É¥­¥å¥á¥ó¥È ! ! ! X312Mono.tgz ! Çò¹õ¥µ¡¼¥Ð ! ! X312VG16.tgz ! 16 ¿§ VGA ¥µ¡¼¥Ð ! ! X312SVGA.tgz ! Super VGA ¥µ¡¼¥Ð ! ! X312S3.tgz ! S3 ¥µ¡¼¥Ð ! ! X3128514.tgz ! 8514 ¥µ¡¼¥Ð ! ! X312AGX.tgz ! AGX ¥µ¡¼¥Ð ! ! X312Mc32.tgz ! Mach 32 ¥µ¡¼¥Ð ! ! X312Mc64.tgz ! Mach 64 ¥µ¡¼¥Ð ! ! X312Mc8.tgz ! Mach 8 ¥µ¡¼¥Ð ! ! X312P9k.tgz ! P9000 ¥µ¡¼¥Ð ! ! X312W32.tgz ! ET4000/W32 ¥µ¡¼¥Ð ! ! *X312cfg.tgz ! xdm/fs/xinit ¤Î¥í¡¼¥«¥ëÍÑÀßÄê¥Õ¥¡¥¤¥ë ! ! *X312bin.tgz ! bin ¥Ç¥£¥ì¥¯¥È¥ê¡£¼Â¹Ô¥Õ¥¡¥¤¥ë¤ÎÂçÉôʬ¤ò´Þ¤ß¤Þ¤¹¡£ ! ! *X312lib.tgz ! ¶¦Í­¡¦Èó¶¦Í­¥é¥¤¥Ö¥é¥ê ! ! *X312fnt1.tgz ! 75dpi ¤È misc ¥Õ¥©¥ó¥È ! ! X312fnt2.tgz ! 100dpi ¤È Speedo ¥Õ¥©¥ó¥È ! ! *X312inc.tgz ! X11 ¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë ! ! X312man.tgz ! À¶½ñ¤µ¤ì¤¿¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ! X312lkit.tgz ! ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È(¥É¥é¥¤¥ÐÁ´¤Æ + PEX). ! ! X312util.tgz ! ¿¤¯¤Î¥Ñ¥Ö¥ê¥Ã¥¯¥É¥á¥¤¥ó¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤¬ as is ¤ÇÄó ! ¶¡¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! X312pex.tgz ! ¥é¥¤¥Ö¥é¥ê¤È¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò´Þ¤à PEX ´ØÏ¢¤Î¥Õ¥¡¥¤¥ëÁ´ ! ¤Æ¡£PEX ¤ò¼Â¹Ô¤¹¤ëµ¡Ç½¤ò»ý¤Ä¥µ¡¼¥Ð¤òÆÀ¤ë¤Ë¤Ï¡¢¥ê¥ó¥¯ ! ¥­¥Ã¥È¤¬É¬ÍפǤ¹¡£ ! ! ! ºÇ¾®¹½À®¤Ç XFree86 ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢¾åµ­¤Î¥ê¥¹¥È¤Ç¡Ö*¡×°õ¤¬ÉÕ¤± ! ¤é¤ì¤¿¥¢¡¼¥«¥¤¥Ö¡¢¥Þ¥·¥ó¤ËºÇ¤â¹ç¤Ã¤¿¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¡¢(ɬÍפ˱þ¤¸¤Æ) ! "gunzip.Z" ¤¬É¬ÍפǤ¹¡£Á´¤Æ¤Î¥Õ¥¡¥¤¥ë¤Ï "gzip" ¤Ç°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ ! ÅöÁ³ "gunzip.Z" ¤ÏÎã³°¤Ç¡¢¤³¤ì¤À¤±¤Ï½¾ÍèÄ̤ê¤Î compress ¥×¥í¥°¥é¥à¤ò ! »È¤Ã¤Æ°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! XFree86 ¤Î¥Ð¥¤¥Ê¥ê¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ïñ¤Ë°Ê²¼¤Î¼ê½ç¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! 1. ɬÍפʥե¡¥¤¥ë¤òÆþ¼ê¤·¤Þ¤¹¡£ ! ! ¤³¤Î¼ê½ç¤Î»Ä¤ê¤ÎÉôʬ¤Ï root ¥æ¡¼¥¶¤Ç¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£root ¥æ ! ¡¼¥¶¤Ç¤¨Å¸³«¤ò¹Ô¤ï¤Ê¤¤¤È¡¢¥Õ¥¡¥¤¥ë¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤¬Àµ¤·¤¯¤Ê¤ê¤Þ¤» ! ¤ó¡£Î㤨¤Ð¡¢¡ÖX¡×¥µ¡¼¥Ð¤Ï root ¤Î s-¥Ó¥Ã¥È¤¬Î©¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢°ìÈÌ¥æ ! ¡¼¥¶¤ÇŸ³«¤¹¤ë¤ÈÀµ¤·¤¯µ¡Ç½¤·¤Þ¤»¤ó¡£ ! ! ! 2. /usr/X11R6 ¤òÀßÄꤷ¡¢¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤ò 755 ¤Ë¤·¤Þ¤¹¡£ ! ! 3. cd /usr/X11R6 ! ! ! 4. ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹¡£Îã¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! gunzip < X312bin.tgz | tar xvpf - ! ! ! ! 5. ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤ì¤Ð¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ¤ÎÀßÄê¤Ë´Ø¤¹¤ë¸å½Ò¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. /usr/X11R6/lib/X11/doc/INSTALL (ÆÃ¤Ë XFree86 ¤ÎÀßÄê¤ÈÍøÍѤ˴ؤ¹¤ë¡¢ ! ¥»¥¯¥·¥ç¥ó 2)¤ËÌܤòÄ̤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥É¥­¥å¥á¥ó¥È¤òÆɤá¤Ð¤­¤Ã¤È¥µ ! ¡¼¥Ð¤Îµ¯Æ°¡¦¼Â¹Ô¤¬¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ëÁ°¤Ë¤Ï¡¢Ëܥɥ­¥å ! ¥á¥ó¥È¤Ç¸å½Ò¤Î¡Ö``XFree86 ¤Îµ¯Æ°¤ÎÁ°¤Ë''¡×¥»¥¯¥·¥ç¥ó¤òÄ´¤Ù¤Æ¡¢¥µ¡¼ ! ¥Ð¤òÀµ¤·¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤ËɬÍפʥ·¥¹¥Æ¥àÍ׷郎¤Ê¤¤¤«¤É¤¦¤«¤ò³Îǧ¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 2. ¥½¡¼¥¹ÇÛÉÛʪ ! ! ! SCO ¸þ¤±°Ü¿¢¤Ï XFree86 ɸ½à¤ÎÇÛÉÛʪ¤Î°ìÉô¤È¤·¤ÆÆþ¼ê¤Ç¤­¤Þ¤¹¡£¥½¡¼¥¹¤Î ! ¾ì½ê¤Ë¤Ä¤¤¤Æ¤Î¾Ü¤·¤¤¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢XFree86 ¤Î README ¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! XFree86 3.2 ¤Ë¤ª¤¤¤Æ¤Ï SCO Open Server ¥ê¥ê¡¼¥¹ 5 °Ê¹ß¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì ! ¤Æ¤¤¤ÊÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î SCO UNIX ¤Ç XFree86 ¤ò»È ! ¤¤¤¿¤±¤ì¤Ð¡¢3.1 ·ÏÎó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤µ¤â¤Ê¤¤¤È¹½Ãۤ˼ºÇÔ¤¹¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! ¥½¡¼¥¹¤òÄ´¤Ù¤¿¤¤¿Í¤äÄ´¤Ù¤ëɬÍפ¬¤¢¤ë¿Í¤Î¤¿¤á¤Ë ``xc/config/cf'' ¤Ë 2 ! ¤Ä¤Î¥Õ¥¡¥¤¥ë¤¬ÍÑ°Õ¤µ¤ì¤Þ¤·¤¿¡£¤Þ¤º ``sco.cf'' ¤¬¸Å¤¤¥ª¥ê¥¸¥Ê¥ë¤Î SCO ! ÍÑÀßÄê¥Õ¥¡¥¤¥ë¤Ç¡¢¤½¤·¤Æ ``sco5.cf'' ¤¬¸½ºß»È¤ï¤ì¤Æ¤¤¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Ç ! ¤¹¡£ ! ! ! 3. XFree86 ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë ! ! ! SCO ÉÕ°¤Î xterm ¤Î terminfo µ­½Ò¤Ï¡¢R5 ÇÛÉۤ˴ޤޤì¤ë xterm µ­½Ò¤È¸ß ! ´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! ¥Ð¥¹¥Þ¥¦¥¹, ¥­¡¼¥Ü¡¼¥É¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢Á°½Ò¤Î¤è¤¦¤Ë ! 'mkdev mouse' ¤ò»È¤Ã¤Æ SCO ´Ä¶­¤Ç¥Þ¥¦¥¹¥ó¥É¥é¥¤¥Ð¤ÎÀßÄê¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð ! ¤Ê¤ê¤Þ¤»¤ó¡£¤½¤ì¤«¤é¡¢XF86Config ¤Ç OsMouse ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ ! ¤Æ¡¢XFree86 ¤Ë SCO ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò»È¤¦¤è¤¦»ØÄꤷ¤Þ¤¹¡£¤³¤Î»ØÄê¤ò¹Ô¤¦ ! ¤Ë¤Ï¡¢XF86Config ¤Î Pointer ¥»¥¯¥·¥ç¥ó¤Ç Protocol ¤Ë "OsMouse" ¤òÀßÄê ! ¤·¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ËÂФ·¤Æ "OsMouse" ¤ò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£Æà ! ¤Ë¡¢XFree86 ¤Î¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ç¥Þ¥¦¥¹¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¤½¤¦¤¹¤ë ! ¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ! SCO TCP/IP ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Ê¤¯¤Æ¤â¡¢¤¢¤ï¤Æ¤Ê¤¤¤Ç¤¯¤À¤µ ! ¤¤¡£XFree86 ¤Ï TCP/IP ̵¤·¤Ç¤â¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¤¬¡¢°Ê²¼¤Îºî¶È¤Î°ìÉô¤¢ ! ¤ë¤¤¤ÏÁ´¤Æ¤ò¿ʬ¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦: ! ! o X ¥µ¡¼¥Ð¤¬ ``/dev/socksys'' ¤Ë´Ø¤·¤Æ½Ð¤¹¥¨¥é¡¼¤Ïµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ ! ¤¤¡£X ¥µ¡¼¥Ð¤Ï TCP/IP ¤¬¤¢¤Ã¤Æ¤â̵¤¯¤Æ¤âÆ°ºî¤¹¤ë¤è¤¦¤ËÀßÄꤵ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Î¥¨¥é¡¼¤Ï TCP/IP ¤¬Ìµ¤¤¤³¤È¤ò»ØŦ¤·¤Æ¤¤¤ë¤³¤È¤È¡¢¥µ¡¼¥Ð¤Ø ! ¤ÎÀܳ¥á¥½¥Ã¥É¤¬Ìµ¸ú¤Ë¤µ¤ì¤¿¤³¤È¤ò»ØŦ¤·¤Æ¤¤¤ë¤À¤±¤Ç¤¹¡£ ! ! o ``/dev/spx'' ¤äÀܳ¥¿¥¤¥× ``sco'' ¤ò´Þ¤à¥¨¥é¡¼¤Ï̵»ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ ! ¤¤¡£¤³¤ì¤Ï¡¢¥í¡¼¥«¥ë¥Þ¥·¥ó¾å¤ÇÀܳ¤Ë»È¤ï¤ì¤ë¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×¤Ë²¿¤é ! ¤«¤ÎÌäÂ꤬¤¢¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¤Þ¤º¤Ï¥µ¡¼¥Ð¤Ë¡Ös-¥Ó¥Ã¥È¡×¤¬ÀßÄꤵ¤ì ! ¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ï»È¤Ã¤Æ¤¤¤ë X ¥µ¡¼¥Ð¤ËÂФ·¤Æ¼¡¤Î¥³ ! ¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç³Î¤«¤á¤é¤ì¤Þ¤¹: ! ls -al /usr/X11R6/bin/XF86_XXXXXX ! ! ½ÐÎϤǤϡ¢Ê¸»ú¡Öx¡×¤Ç¤Ï¤Ê¤¯Ê¸»ú¡Ös¡×¤¬Æþ¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£Î㤨¤Ð¡¢ ! ! ! ! -rwsr-xr-x 1 root bin 1074060 Jul 24 11:54 XF86_W32 ! ! ! ! ! ! ¤ÏÀµ¤·¤¤¤Ç¤¹¤¬¡¢ ! ! ! -rwxr-xr-x 1 root bin 1074060 Jul 24 11:54 XF86_W32 ! ! ! ! ! ! ¤Ï¸í¤ê¤Ç¤¹¡£ ! ! o ``mkdev streams'' ¤ò»È¤Ã¤Æ¥«¡¼¥Í¥ë¤Ë¥¹¥È¥ê¡¼¥à¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï SCO ¤Î¥Þ¥Ë¥å¥¢¥ë¤ÇÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! o /dev ¥Ç¥£¥ì¥¯¥È¥ê¤Ç°ìÉô¤Î¥Ç¥Ð¥¤¥¹¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£Ëܥɥ­¥å¥á¥ó¥È¤Î¡Ö¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¡×¥»¥¯¥·¥ç¥ó¤Ç¡¢ ! ``/dev/spx'' ¤È ``Xsco'' ¤ÎÀâÌÀ¤ò¤·¤Æ¤¤¤ë¹àÌܤòÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! o ¥¹¥È¥ê¡¼¥à¥ê¥½¡¼¥¹¤ÎÀßÄ꤬Ä㤹¤®¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£°Ê²¼¤Ëµó¤²¤ëÃÍ¤Ë ! ¤Ä¤¤¤Æ¡¢¥¹¥È¥ê¡¼¥à¤Î¥Ñ¥é¥á¡¼¥¿¤òÄ´¤Ù¤ë¤Ù¤­¤Ç¤¹¤¬¡¢Ãͤ¬¹â¤á¤Ç¤¢¤ì¤Ð ! Êѹ¹¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤ÎÃͤòÄ´¤Ù¤ë¤¿¤á¤Ë¤Ï¡¢root ¥æ¡¼¥¶¤È ! ¤·¤Æ¥í¥°¥¤¥ó¤·¡¢``/etc/conf/cf.d'' ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ° ! ¤·¡¢``./configure'' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! configure ¤ò¼Â¹Ô¤·¤¿¤é ``Streams Data'' ¤òÁªÂò¤·¤Æ¡¢¥¨¥ó¥È¥ê¤ò¸«¤Æ ! ¤¤¤­¤Þ¤¹¡£ÃͤòÊѹ¹¤¹¤ë¤Î¤Ç¤Ê¤±¤ì¤Ð¡¢¤½¤ì¤¾¤ì¤Î¥×¥í¥ó¥×¥È¤Çñ¤Ë ! ¤ò²¡¤¹¤À¤±¤Ç¤¹¡£³Îǧ¤¹¤ëÃͤȡ¢¤½¤ÎºÇ¾®Ãͤò°Ê²¼¤Ëµó¤²¤Æ¤ª¤­ ! ¤Þ¤¹: ! ! ! NSTREAM 128 ! NQUEUE 512 ! NBLK4096 4 ! NBLK2048 32 ! NBLK1024 32 ! NBLK512 32 ! NBLK256 64 ! NBLK128 256 ! NBLK64 256 ! NBLK16 256 ! NBLK4 128 ! NUMSP 128 ! ! ! ! ! ! ! Ä̾ï¤Ï¤³¤ì¤é¤ÎÃͤòÊѹ¹¤¹¤ëɬÍפϤʤ¤¤Ç¤·¤ç¤¦¡£¤·¤«¤·¡¢Êѹ¹¤ò¤·¤Ê¤±¤ì¤Ð ! ¤Ê¤é¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢configure ¤Ï½ªÎ»¤ÎÁ°¤ËÊѹ¹¤ò¥»¡¼¥Ö¤¹¤ë¤«¤É¤¦¤«³Îǧ¤ò ! ¹Ô¤¤¡¢UNIX ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤¹¤ë¼ê½ç¤Î³¤­¤òɽ¼¨¤·¤Þ¤¹¡£ ! ! ! 4. ¥³¥ó¥½¡¼¥ë¤ÎÀÚÂؤ¨ ! ! ! XFree86 ¤Î¥³¥ó¥½¡¼¥ëÀÚÂؤ¨¤Î¥­¡¼Áàºî¤Ï SCO R4 ¤ä R5 ¥µ¡¼¥Ð¤Î¤â¤Î¤Ë»÷¤Æ ! ¤¤¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢Ctrl-PrntScr ¤ò²¡¤¹¤È¡¢X ¥µ¡¼¥Ð¤¬Æ°ºî¤·¤Æ¤¤¤ë¥³¥ó¥½¡¼ ! ¥ë¤Î¼¡¤Î¥³¥ó¥½¡¼¥ë¤Ë°ÜÆ°¤·¤Þ¤¹¡£¤³¤ì¤¬ºÇ¸å¤Î¥³¥ó¥½¡¼¥ë¤Ê¤é¤Ð¡¢¥³¥ó¥½¡¼ ! ¥ë 1 ¤Ë°ÜÆ°¤·¤Þ¤¹¡£Ctrl-Alt-FXX(XX ¤Ï¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼ F1 ¡Á F12)¤ò²¡ ! ¤¹¤È¡¢¤½¤Î¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼¤Ë³ä¤êÅö¤Æ¤é¤ì¤¿ÈÖ¹æ¤Î¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤï ! ¤ê¤Þ¤¹¡£F1 ¤Ï tty01 (¤Ä¤Þ¤ê¥³¥ó¥½¡¼¥ë 1)¤ËÂбþ¤·¡¢F2 ¤Ï tty02 (¤Ä¤Þ¤ê ! ¥³¥ó¥½¡¼¥ë 2)¤ËÂбþ¤·¤Þ¤¹¡£¤½¤ì°Ê¹ß¤âƱÍͤǤ¹¡£¥³¥ó¥½¡¼¥ëÀÚÂؤ¨¤Î½¤Àµ ! ¤Ë¶½Ì£¤¬¤¢¤ì¤Ð¡¢ xc/programs/Xserver/hw/xfree86/common/xf86Events.c ¤ò ! ¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 5. ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÎÀßÄê ! ! ! ¥Ä¥ê¡¼¤ò¥³¥ó¥Ñ¥¤¥ë¤·¤¿¸å¤ä¥Ð¥¤¥Ê¥êÇÛÉÛ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤Ë¡¢ ! /usr/X11R6/man ¤ò /etc/default/man ¤Î MANPATH ¤ËÄɲ乤뤳¤È¤Ç¡¢man ¤Ë ! XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òǧ¼±¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£»ØÄê¤Î¹Ô¤Ï ! °Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ë¤Ï¤º¤Ç¤¹: ! ! ! MANPATH=/usr/man:/usr/X11R6/man ! ! ! ! ! ¤³¤ì¤Ë¤è¤ê¡¢¥æ¡¼¥¶Á´°÷¤¬ X ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤Ç¤­¤ë¤è¤¦¤Ë¤Ê ! ¤ê¤Þ¤¹¡£Á´°÷¤Ë¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò¸«¤»¤ë¤Ä¤â¤ê¤¬¤Ê¤±¤ì¤Ð¡¢¼«Ê¬¤Î ! MANPATH ´Ä¶­ÊÑ¿ô¤òÊѤ¨¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¥Ç¥£¥¹¥¯ÍÆÎÌÀáÌó¤Î¤¿¤á¤Ë¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ï ! ``compress'' ¤ò»È¤Ã¤Æ°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò°µ½Ì¤·¤¿ ! ¤¯¤Ê¤±¤ì¤Ð¡¢``xf86site.def'' ¥Õ¥¡¥¤¥ë¤Î CompressManPages ¤ò NO ¤ËÊѹ¹ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ð¥¤¥Ê¥êÇÛÉÛ¤òÍøÍѤ¹¤ë¾ì¹ç¤Ï¡¢``uncompress'' ¤ò»È¤Ã¤Æ¥ª ! ¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òŸ³«¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 6. SCO ¥Ð¥¤¥Ê¥ê/¥µ¡¼¥Ð¤Î»ÈÍÑ ! ! ! XFree86 ¤Ï SCO ¥Ð¥¤¥Ê¥ê(R3 °Ê¹ß)¤«¤é¤ÎÀܳ¤ò¼õ¤±ÉÕ¤±¡¢SCO R5 ¥µ¡¼¥Ð¤â ! XFree86 ¥Ð¥¤¥Ê¥ê¤«¤é¤ÎÀܳ¤ò¼õ¤±ÉÕ¤±¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢ODT ¤¬¤Ê¤±¤ì¤Ðξ¼Ô¤ò ! º®ºß¤µ¤»¤ë¤³¤È¤äŬ¹ç¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢»È¤¤¤¿¤±¤ì¤Ð Motif ! ¤Î¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã(mwm)¤ò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! ! 7. Open Server 5 ¤Ë¤ª¤±¤ë XFree86 ¤Î¥³¥ó¥Ñ¥¤¥ë ! ! ! GCC ¥Ð¡¼¥¸¥ç¥ó 2.8.0 ¤Ç¤Ï Open Server ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°Ê²¼¤Î»Ø ! Äê¤ò»È¤Ã¤Æ configure ¤ò¹Ô¤¤¤Þ¤·¤ç¤¦: ! ! ! ./configure i486-sco3.2v5.0 ! ! ! ! ! ! gcc ¤ò½¤Àµ¤¹¤ëɬÍפÏÁ´¤¯¤¢¤ê¤Þ¤»¤ó¡£Open Server 5 ¤Ç¤ÏÁ´¤¯ÌäÂê¤Ê¤·¤Ë¥³ ! ¥ó¥Ñ¥¤¥ë¤Ç¤­¤Þ¤¹¡£ ! ! ! XFree86 ¤Ï¼«Æ°Åª¤Ë SCO Open Server 5.0 ¤òǧ¼±¤·¤Þ¤¹¡£ make World ¤ò¹Ô ! ¤¦ºÝ¤Ë BOOTSTRAPCFLAGS ¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£make World ¤ÎºÇ½é¤Î ! Êý¤Ç BOOTSTRAPCFLAGS ¤Ë´Ø¤¹¤ë¥¦¥©¡¼¥Ë¥ó¥°¥á¥Ã¥»¡¼¥¸¤¬½Ð¤Þ¤¹¤¬¡¢Ìµ»ë¤· ! ¤Æ¹½¤¤¤Þ¤»¤ó¡£ ! ! ! 1. ``site.def/xf86site.def'' ¤ò¤¦¤Þ¤¯Ä´À°¤·¤Þ¤¹¡£ ! ! gcc ¤¬»È¤¨¤ë¤Ê¤é¤Ð»È¤¤¤Þ¤·¤ç¤¦¡£XFree ¤Ï DevSys ¤Î cc ¤Ç¤â¥³¥ó¥Ñ¥¤ ! ¥ë¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¤¬¡¢GCC ¤ÎºÇŬ²½¤ÎÊý¤¬Í¥¤ì¤Æ¤¤¤Þ¤¹¤·¡¢Æ°ºî¤¬Êݾڤµ ! ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! 2. SCO Open Server ¤Ë¤Ï Visual TCL ¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤Ï¸Å¤¤ (¸ß ! ´¹À­¤â̵¤¤)¥Ð¡¼¥¸¥ç¥ó¤Î TCL ¤Ç¤¹¡£XF86Setup ¤ò»È¤¦¤Ê¤é¡¢¼«Á°¤Ç Tcl ! ¤È Tk ¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¤É¤Á¤é¤â SCO Open Server ! 5 ¤ò¤Á¤ã¤ó¤È¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£Tcl 7.6 ¤È Tk 4.2 ¤Ï ! ftp://ftp.smli.com/pub/tcl ¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! 3. ưŪ¥í¡¼¥Ç¥£¥ó¥°¤Î¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤·¤¿¤¤¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! °ìÉô¤Î¥æ¡¼¥¶¤«¤é¡¢Æ°Åª¥í¡¼¥Ç¥£¥ó¥°¤Ë´Ø¤¹¤ëÌäÂ꤬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£XIE ¤Ï PEX5 ¤¬Æ°ºî¤·¤Ê¤¤¤³¤È¤Ï³Î¼Â¤Ç¤¹¡£»î¤·¤Æ¤ß¤¿¤±¤ì¤Ð¡¢¤³¤ì ! ¤òÍ­¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î·ë²Ì¤¬À®¸ù¤Ç¤â¼ºÇԤǤâÉ®¼Ô¤ËÊó¹ð¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! 4. ¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î SCO ¤Ç¤ä¤Ã¤Æ¤¤¤¿¤Î¤ÈƱ¤¸¤è¤¦¤Ë HasSVR3mmapDrv ¤òÍ­ ! ¸ú¤Ë¤·¤Æ¤Ï ¤¤¤±¤Þ¤»¤ó¡£ Open Server 5 ¤Ï mmap() ¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È¤· ! ¤Æ¤ª¤ê¡¢¤³¤ì¤¬¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ËľÀÜ¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! 5. COFF ¥Ð¥¤¥Ê¥ê¤ò¤â¤¦»È¤ï¤Ê¤¤¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤ª¤ê¡¢¥Ç¥£¥¹¥¯ÍÆÎ̤⾯¤Ê¤¤ ! ¾ì¹ç¤Ë¤Ï¡¢ForceNormalLib ¤Ë NO ¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤ò¹Ô¤¦ ! ¤È¡¢ELF ÈǤΥ饤¥Ö¥é¥ê¤·¤«¹½ÃÛ¤µ¤ì¤Þ¤»¤ó¡£ ``sco5.cf'' ¤Ç¤Ï¥Ç¥Õ¥©¥ë ! ¥È¤Ç¤³¤ì¤Ë YES ¤òÀßÄꤷ¤Æ¤¤¤ë¤Î¤Ç¡¢``xf86site.def'' ¤ÇÌÀ¼¨Åª¤Ë NO ! ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥Ç¥£¥¹¥¯ÀáÌó¤Î¤¿¤á¡¢Á´¤Æ¤Î¥Ð¥¤¥Ê¥ê¤¬ ! ELF ¥â¡¼¥É¤Ç¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Þ¤¹¡£ ! ! ! 8. ´ØϢʸ½ñ ! ! ! °Ê²¼¤Î¥Õ¥¡¥¤¥ëÃæ¤Ë SCO ¤Î¥æ¡¼¥¶¤ä³«È¯¼ÔÍѤδØÏ¢µ­½Ò¤¬¤¤¤¯¤é¤«¤¢¤ê¤Þ ! ¤¹¡£ ! ! README ! XFree86 ɸ½à¤Î README (/usr/X11R6/lib/X11/doc) ! ! README.SVR3 ! ¤³¤Î README ¤ÎÂçÉôʬ¤Ï Interactive Unix ¤Ë´ð¤Å¤¯¤â¤Î¤Ç¤¹¤¬¡¢ËܼÁ ! Ū¤ÊÉôʬ¤Ç¤Ï¤Þ¤À´ØÏ¢¤¬¤¢¤ê¤Þ¤¹¡£ ! ! VGA/ÀßÄê¥É¥­¥å¥á¥ó¥ÈÁ´¤Æ ! /usr/X11R6/lib/X11/doc/VideoModes.doc ¤ª¤è¤Ó ÆÃÄê¤Î¥Ó¥Ç¥ª¥«¡¼¥É ! ¸þ¤±¤Î README¡£ ! ! ! 9. ´ûÃΤÎÌäÂê ! ! ! o ¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¤¿¸å¤Ë¡¢¥·¥§¥ë¤Ø¤ÎÆþÎϤÎʸ»ú¤¬¤ª¤«¤·¤¯¤Ê¤ë¤³¤È¤¬¤¢¤ê ! ¤Þ¤¹¡£¤³¤ì¤Ï̤½èÍý¤Î¥¹¥­¥ã¥ó¥³¡¼¥É¤Î¤¿¤á¤Ç¤¢¤ê¡¢¿´ÇÛ¤¹¤ëɬÍפϤ¢¤ê ! ¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Ï¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç½¤Àµ¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! o /usr/X11R6/bin ¤Ë¤¢¤ëÁ´¤Æ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¥Ç¥Ð¥Ã¥°¤·¤¿¤ï¤±¤Ç¤Ï¤¢ ! ¤ê¤Þ¤»¤ó¡£ ! ! 10. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Þ¤»¤ó¡£¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬Á´¤¯½ÐÎϤµ¤ì¤Ê¤¤ ! ¤Î¤Ç¡¢¤É¤ó¤ÊÌäÂ꤬µ¯¤³¤Ã¤Æ¤¤¤ë¤Î¤«¤¬Ê¬¤«¤ê¤Þ¤»¤ó¡£ ! ! ! ¸¶°ø: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Ê¤¤¸¶°ø¤Ï¤¤¤¯¤é¤Ç¤â¹Í¤¨¤é¤ì¤Þ¤¹¡£¤Ç¤¹¤« ! ¤é¡¢¤Þ¤º¤Ï¥µ¡¼¥Ð¤¬¸À¤ª¤¦¤È¤·¤Æ¤¤¤ë¤³¤È¤ò¤Ï¤Ã¤­¤ê¤µ¤»¤Þ ! ¤·¤ç¤¦¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Î¥¨¥é¡¼½ÐÎϤò¥Õ¥¡¥¤¥ë¤ËÊÝ ! ¸¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î½ÐÎϤˤϡ¢¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Ë¥µ ! ¡¼¥Ð¤¬¸¡½Ð¤·¤¿¤³¤È¤ä¹Ô¤Ã¤¿¤³¤È¤Î¥í¥°¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤³ ! ¤Î½ÐÎϤòÆÀ¤ë¤Ë¤Ï¡¢¼¡¤Î¤è¤¦¤Ë¤·¤Æ X ¤òµ¯Æ°¤·¤Þ¤¹: ! ! startx 2> /tmp/errs ! ! ! ! ¤³¤ì¤Ç¡¢¥µ¡¼¥Ð¤Î½ÐÎϤ¬ "/tmp/errs" ¤ËÊݸ¤µ¤ì¤Þ¤¹¡£¤³¤Î½Ð ! ÎϤò¸«¤Æ¹Í¤¨¤é¤ì¤ëÌäÂê¤òÄ´¤Ù¡¢³ºÅö¤¹¤ëÌäÂê¤Ë¤Ä¤¤¤ÆËÜ¥É ! ¥­¥å¥á¥ó¥ÈÃæ¤Îµ­½Ò¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Þ¤·¤¿¤¬¡¢²èÌ̤¬¿¿¤Ã°Å¤Ç²¿¤âɽ¼¨¤µ¤ì¤Þ¤» ! ¤ó¡£¥Þ¥·¥ó¤¬¥Ï¥ó¥°¤·¤¿¤è¤¦¤Ê¤Î¤Ç¤¹¤¬¡£ ! ! ! ¸¶°ø: ! ! ¤³¤ì¤â¿¤¯¤Î¸¶°ø¤¬¹Í¤¨¤é¤ì¤Þ¤¹¡£ºÇ¤â¤¢¤ê¤½¤¦¤Ê¸¶°ø ! ¤Ï¡¢XF86Config ¤Ë¸í¤ê¤¬¤¢¤ë¤³¤È¤Ç¤¹¡£X ¥µ¡¼¥Ð¤¬¤Þ¤ÀÆ°ºî¤· ! ¤Æ¤¤¤ì¤Ð¡¢Ctrl-Alt-BackSpace ¤òÆþÎϤ·¤Æ¥µ¡¼¥Ð¤ò»¦¤·¤Æ¤¯¤À ! ¤µ¤¤¡£¤³¤ì¤Ç²èÌ̤¬¸µ¤ËÌá¤é¤Ê¤±¤ì¤Ð¡¢²¿¤â¸«¤º¤Ë¥·¥¹¥Æ¥à¤ò ! Áàºî¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥·¥§¥ë¤Î¥×¥í¥ó¥×¥È ! ¤Î¾õÂ֤ˤ¢¤ëÊÌ¤Î¥í¥°¥¤¥ó¤ò¾ï¤ËÍÑ°Õ¤·¤Æ¤ª¤­¡¢²èÌ̤˲¿¤âɽ ! ¼¨¤µ¤ì¤Ê¤¯¤Æ¤â¡¢¤½¤Î²èÌ̤ËÀÚÂؤ¨¤Æ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤Ç¤­¤ë¤è ! ¤¦¤Ë¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£¤½¤·¤Æ¡¢°Ê²¼¤ÎÁàºî¤ò»î¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ÉáÄ̤ÏÎóµó¤·¤¿½çÈ֤ǹԤäƤ¯¤À¤µ¤¤: ! ! o ``X'' ¤òµ¯Æ°¤·¤¿¥í¥°¥¤¥ó¤«¤é¥í¥°¥¢¥¦¥È¤·¡¢¤½¤ì¤«¤é¥³¥ó ! ¥½¡¼¥ë¤òÊѹ¹¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢SCO ¤Î²èÌÌÀÚÂؤ¨¥³¡¼¥É ! ¤¬¥«¡¼¥É¤ò½é´ü²½¤·¤è¤¦¤È¤·¤Þ¤¹¡£ ! ! o ``vidi v80x25'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤â¡¢¥«¡¼¥É¤ò ! ɽ¼¨²Äǽ¥â¡¼¥É¤ËÀßÄꤷ¤è¤¦¤È¤·¤Þ¤¹¡£ ! ! o ``shutdown'' ¥³¥Þ¥ó¥É¤Ç¥Þ¥·¥ó¤òÀµ¾ï¤Ë¥·¥ã¥Ã¥È¥À¥¦¥ó ! ¤·¡¢ºÆÄ©À路¤Þ¤¹¡£ ! ! ºÇ½é¤Ë XFree86 ¤ò¼Â¹Ô¤·¤è¤¦¤È¤¹¤ë¤È¤­¤Ï¡¢É¬¤º´Êñ¤ÊÀß ! Äê¤ò»È¤¤¤Þ¤·¤ç¤¦¡£¤Ä¤Þ¤ê¡¢¤Þ¤º 640x480 ¤òÆ°ºî¤µ¤»¡¢¤½ ! ¤ì¤«¤é²òÁüÅÙ¤ò¹â¤¯¤¹¤ë¤Î¤Ç¤¹¡£Àè¤Ë¼¨¤·¤¿ÊýË¡¤Ç¾ï¤Ë¥µ¡¼ ! ¥Ð¤Î½ÐÎϤò½¦¤¤¤Þ¤·¤ç¤¦¡£¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂФ·¤ÆÍ­¸ú¤Ê¥¯ ! ¥í¥Ã¥¯Ãͤò°ìÅÙ¸«¤Ä¤±¤¿¤é¡¢¤³¤ÎÃͤò XF86Config ¤ËľÀܽñ ! ¤­¹þ¤ó¤Ç¤¯¤À¤µ¤¤¡£¤³¤ì¤Ë¤è¤ê¡¢ÉáÄ̤ϥ¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¤¤ ! ¤¯¤Ä¤«¸¡½Ð¤¹¤ë XFree86 ¤Îµ¯Æ°»þ¤Ë¤ª¤¤¤Æ¡¢¥â¥Ë¥¿¤Ë¤«¤« ! ¤ëÉéô¤ò¤¤¤¯¤é¤«¼è¤ê½ü¤¯¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ ``X'' ! ¤Î²èÌ̤òɽ¼¨¤µ¤»¤ë¤Î¤Ï¤Ò¤É¤¯»þ´Ö¤¬¤«¤«¤ëºî¶È¤Ë¤Ê¤ë¤«¤â ! ¤·¤ì¤Þ¤»¤ó¡£¹ø¤ò¿ø¤¨¤Æ¡¢¤³¤Î¥É¥­¥å¥á¥ó¥È¤òÍý²ò¤Ç¤­¤ë¤Þ ! ¤Ç²¿ÅÙ¤âÆɤߤޤ·¤ç¤¦¡£¤­¤Ã¤ÈÆ°¤«¤¹¤³¤È¤¬¤Ç¤­¤ë¤Ï¤º¤Ç ! ¤¹¡£ ! ! ! ÌäÂê: ! ! ! Fatal server error: ! xf86MapVidMem:No class map defined for (XXXXX,XXXXX) ! ! ! ! ! ¸¶°ø: ! ! ! 1. ¥·¥¹¥Æ¥à¤Î /etc/conf/pack.d/cn/class.h ¤¬Àµ¤·¤¯¤¢¤ê ! ¤Þ¤»¤ó¡£¤³¤ì¤Ï¤³¤Î¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢Ê¸»úÎó "SVGA" ! ¤òõ¤¹¤³¤È¤Ë¤è¤ê³Îǧ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Îʸ»úÎó ! ¤¬Ìµ¤±¤ì¤Ð¡¢OS ÉÕ°¤Î "Extended Utilities" ¥Ç¥£¥¹ ! ¥±¥Ã¥È¤«¤é¤³¤Î¥Õ¥¡¥¤¥ë¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð¤Ê ! ¤ê¤Þ¤»¤ó¡£¤³¤ì¤¬¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢ÇÛÉÛʪ¤«¤é ! "dmmap" ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¥µ¡¼¥Ð¤òÀµ¤·¤¯Æ°ºî¤µ¤» ! ¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ! ÌäÂê: ! ! xf86install ¤¬Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! ! ¸¶°ø: ! ! SCO ¤Ç XFree86 ¥µ¡¼¥Ð¤ò»È¤¦¤È¤­¤Ï¡¢xf86install ¤ò¼Â¹Ô¤·¤Æ ! ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ì¤Ï Interactive Unix (ISC) ¤Î¥¤¥ó¥¹¥È¡¼ ! ¥ë¤Ë¤Ä¤«¤¦¤â¤Î¤Ç¤¹¡£ ! ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤Ïµ¯Æ°¤·¤Þ¤¹¤¬¡¢²èÌ̤ÎÇÛÃÖ¤¬Àµ¤·¤¯¤Ê¤«¤Ã¤¿¤ê¡¢²èÌÌ ! ¤¬Íɤì¤Æ¤Þ¤È¤â¤Ë¸«¤ë¤³¤È¤¬¤Ç¤­¤Ê¤«¤Ã¤¿¤ê¤·¤Þ¤¹¡£ ! ! ! ¸¶°ø: ! ! °ìÈÖ¤¢¤ê¤½¤¦¤Ê¤Î¤Ï¡¢XF86Config ¤ÎÀßÄ꤬¸í¤Ã¤Æ¤¤¤ë¤³¤È¤Ç ! ¤¹¡£ README.Config, VideoModes.doc ¥Õ¥¡¥¤¥ë¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤(¥Ð¥¤¥Ê¥êÇÛÉÛ¤Ç¤Ï /usr/X11R6/lib/X11/doc ¤Ë¤¢¤ê¤Þ¤¹)¡£ ! ¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ç¤Ï¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤Î½¤ÀµÊýË¡¤¬ÀâÌÀ¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! ! ! ÌäÂê: ! ! 1. µ¯Æ°¤Ç¤­¤ë xterm ¤Î¿ô¤¬À©¸Â¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 2. xterm ¤ÏÆ°ºî¤·¤Þ¤»¤ó¤¬¡¢xclock Åù¤Î¾¤Î¥×¥í¥°¥é¥à¤ÏÆ°¤­¤Þ¤¹¡£ ! ! ! ¸¶°ø: ! ! ¥·¥¹¥Æ¥à¤Îµ¿»÷ tty ¥Ç¥Ð¥¤¥¹¤¬Â¸ºß¤·¤Ê¤¤¤«¡¢¿ô¤¬Â­¤ê¤Ê¤¤¤Î ! ¤Ç¤·¤ç¤¦¡£ "mkdev ptty" ¤ò¼Â¹Ô¤·¤Æ¡¢ptty ¤Î¿ô¤òÁý¤ä¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! ! ÌäÂê: ! ! xterm Æâ¤Ç curses/termcap ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¼Â¹Ô¤¹¤ë ! ¤È¡¢Æä˥¹¥¯¥í¡¼¥ë¤·¤¿¤È¤­¤Ë²èÌ̤¬Íð¤ì¤Þ¤¹¡£ ! ! ! ¸¶°ø: ! ! 1. XFree86 ¤Î¥ª¥ê¥¸¥Ê¥ë¤Î¥Ð¡¼¥¸¥ç¥ó 1.3 ¤ÎÇÛÉÛ¤ò¼Â¹Ô¤·¤Æ¤¤¤Þ¤¹¡£ ! ºÇ¿·¤Î¥Ð¡¼¥¸¥ç¥ó(3.2 °Ê¹ß)¤Ë¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ¥¦¥£¥ó¥É¥¦¤ò¥ê¥µ¥¤¥º¤·¤¿¤Î¤Ë¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò»È¤¦Á°¤Ë ! "eval `resize`" ¤ò¼Â¹Ô¤·¤Æ¤¤¤Þ¤»¤ó¡£SCO ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹ ! ¥Æ¥à¤Ï xterm ¤ÎưŪ¤Ê¥ê¥µ¥¤¥º¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢ ! curses/termcap ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òÀµ¤·¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï¡¢ ! xterm ¤ò¥ê¥µ¥¤¥º¤·¤¿¸å¤Ë¡¢¤³¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£ ! ! ÌäÂê: ! ! 1. X ¤òµ¯Æ°¤µ¤»¤ë¤È¡¢Cannot access a needed shared library" ¤È¤¤ ! ¤¦¥¨¥é¡¼¤òÅǤ¤¤Æ»à¤ó¤Ç¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 2. X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤¹¤ë¤È¡¢¾åµ­¤Î¥¨¥é¡¼¤òÅǤ¤¤Æ»à¤ó¤Ç ! ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¸¶°ø: ! ! 1. ¥Ð¥¤¥Ê¥ê¤¬Àµ¤·¤¤¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¥Ð ! ¥¤¥Ê¥ê¤¬ /usr/X11R6 ¤Ë¤¢¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ¿·¤·¤¤¶¦Í­¥é¥¤¥Ö¥é¥ê¤ò´Þ¤à¿·¤·¤¤¥Ð¥¤¥Ê¥êÇÛÉۤ˹¹¿·¤·¤¿¤±¤ì ! ¤É¡¢¥é¥¤¥Ö¥é¥ê¤¬¸Å¤¤¥Ð¥¤¥Ê¥ê¤È¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£¤³¤Î ! ÌäÂê¤ò²ò·è¤¹¤ë¤Ë¤Ï¡¢¸Å¤¤¶¦Í­¥é¥¤¥Ö¥é¥ê¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë ! ¤«¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¿·¤·¤¤¥é¥¤¥Ö¥é¥ê¤ÇºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ÌäÂê: ! ! ! gcc ¤ò»È¤Ã¤Æ SCO ¤Î Motif ¥é¥¤¥Ö¥é¥ê¤È¥ê¥ó¥¯¤¹¤ë¤È¡¢ ! "XtDisplayStringConversionWarning" ¤Ë¤Ä¤¤¤Æ³°Éô´Ø¿ô¤¬Ì¤²ò ! ·è¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ! ¸¶°ø: ! ! SCO ¤Î¥é¥¤¥Ö¥é¥ê¤Ï¡¢¼±Ê̻ҤÎŤµ¤¬À©¸Â¤µ¤ì¤ë¤è¤¦¤Ë¥³¥ó¥Ñ ! ¥¤¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢XFree86 ¤È ! gcc ¤È SCO ¤Î Motif ¤Ç¥³¥ó¥Ñ¥¤¥ë¤ò¹Ô¤¦»þ¤Ë°Ê²¼¤Î¤è¤¦¤Ê¥³ ! ¡¼¥É¤ò¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤¡£ ! ! #ifdef SCO ! void XtDisplayStringConversionWarnin(dpy, from, toType) ! Display* dpy; ! String from; ! String toType; ! { XtDisplayStringConversionWarning(dpy, from, toType); } ! #endif ! ! ! ! ! ÌäÂê: ! ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤Ë¼ºÇÔ¤·¡¢¼¡¤Î¤è¤¦¤Ê¹Ô¤ò½ÐÎϤ·¤Þ¤¹: ! ! XFree86: Cannot open /dev/spx for ???? listener: No such ! file or directory ! ! ! ¸¶°ø: ! ! SCO UNIX ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Èɬ¤º¡¢Streams ²¾ÁÛ tty ¥É¥é ! ¥¤¥Ð¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ë¤è¤¦¤Ç¤¹¤¬¡¢É¬¤º¤·¤âÁ´¤Æ¤Î¥Ç¥Ð¥¤ ! ¥¹¤¬Â¸ºß¤¹¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 1. /etc/conf/pack.d/sp ¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤·¤Ê¤±¤ì¤Ð¤Ê ! ¤é¤º¡¢ ! ! 2. /etc/conf/sdevice.d/sp ¤ÎÆâÍÆ¤Ï 'Y' ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! 3. /etc/conf/node.d ¤Ë¤Ï°Ê²¼¤Î¤è¤¦¤ÊÆâÍƤΥե¡¥¤¥ë¤¬É¬ ! ÍפǤ¹: ! ! clone spx c sp ! sp X0S c 127 ! sp X0R c 126 ! sp X1S c 125 ! sp X1R c 124 ! sp X2S c 123 ! sp X2R c 122 ! sp X3S c 121 ! sp X3R c 120 ! sp X4S c 119 ! sp X4R c 118 ! sp X5S c 117 ! sp X5R c 116 ! sp X6S c 115 ! sp X6R c 114 ! sp X7S c 113 ! sp X7R c 112 ! ! ! ! ¤³¤Î¤è¤¦¤Ê¥Õ¥¡¥¤¥ë(¤¿¤Ö¤ó "Xsco" ¤È¤¤¤¦Ì¾Á°¤Ç¤¹)¤¬Ìµ¤±¤ì ! ¤ÐºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ì¤ÐÌäÂ꤬²ò·è¤¹¤ë¤Ï¤º¤Ç¤¹¡£É® ! ¼Ô¤¬¸À¤¨¤ë¸Â¤ê¤Ç¤Ï¡¢Streams ²¾ÁÛ tty ¥É¥é¥¤¥Ð¤Ï¤½¤³¤Ë¤¢¤ë ! ¤Ï¤º¤Ç¤¹¡£ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¾ì¹ç¤Ë¥Ç¥Ð¥¤¥¹¤òÆÀ¤ë ! ¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢¥«¡¼¥Í¥ë¤È´Ä¶­¤òºÆ¹½ÃÛ¤¹¤ë¤³¤È¤Ç ! ¤¹¡£¤½¤ì¤ò¤·¤¿¤¯¤Ê¤±¤ì¤Ð¡¢ ! ! ! touch /etc/.new_unix ! cd /etc/conf/bin ! ./idmkenv ! ! ! ! ¤ò¹Ô¤Ã¤Æ¤«¤é¡¢¤½¤ì¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 11. ¼Õ¼­ ! ! ! ¥³¥¢¥Á¡¼¥à¤Ë¤Ï¡¢º£¤Þ¤Ç¤È¸½ºß¿Ê¹ÔÃæ¤Î SCO Âбþ¤Îºî¶È¤ò½õ¤±¤Æ¤¤¤¿¤À¤­¤Þ ! ¤·¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£SCO ¤Î Stacey Campbell ¤µ¤ó¤Ë¤Ï¡¢½õ¸À¤ä¼±¸«¤òÍ¿ ! ¤¨¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¤³¤È¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£SCO ¤Ë¤Ï°ìÈ̤ˡ¢XFree86 ¤Î³«È¯ ! ¤ËÍøÍѲÄǽ¤Ê¾ðÊó¤òºî¤Ã¤Æ¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! ¤Þ¤¿¡¢Peter Eubert ¤µ¤ó(peter.eubert@iwb.mw.tu-muenchen.dbp.de) ¤È ! Kent Hamilton ¤µ¤ó(kenth@stl.scscom.COM) ¤Ë¤Ï¡¢ 3.2.4 ¥·¥¹¥Æ¥à¤Ç¤Î¥³¥ó ! ¥Ñ¥¤¥ë¤Ë¤Ä¤¤¤Æ¸æ¶µ¼¨¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£ Larry Plona ¤µ ! ¤ó(faxi@world.std.com) ¤È Didier Poirot (dp@chorus.fr) ¤Ë¤Ï¡¢3.1 ¥·¥¹ ! ¥Æ¥à¤Ç¤Î 3.2.4 ¤Î¥³¥ó¥Ñ¥¤¥ë¤È xdm ¤Ë¤Ä¤¤¤Æ¸æ¶µ¼¨¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤· ! ¤Þ¤¹¡£¤Þ¤¿¡¢ÅöÁ³¤Ê¤¬¤é¡¢¥Ù¡¼¥¿¥Æ¥¹¥ÈÍѥ᡼¥ê¥ó¥°¥ê¥¹¥È¤Î³§¤µ¤ó¤Ë¤Ï¿§¡¹ ! ¶µ¤¨¤Æ¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! ¥Ð¥¤¥Ê¥êÇÛÉÛÍѤΠftp ¥µ¥¤¥È¤òÄ󶡤·¤Æ¤¯¤À¤µ¤Ã¤¿ Jerry Whelan ¤µ ! ¤ó(guru@stasi.bradley.edu)¤Ë¤ÏÆä˴¶¼Õ¤·¤Þ¤¹¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO,v 1.1.2.1 1999/06/02 07:50:52 hohndel Exp $ ! ! ! ! ! ! $XConsortium: SCO.sgml /main/11 1996/10/23 11:45:55 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,582 ---- ! SCO ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! J. Kean Johnston (hug@netcom.com) ! 30 November 1996 ! The X Japanese Documentation Project ! 9 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ë¤Ä¤¤¤Æ ! 2. ¥½¡¼¥¹ÇÛÉÛʪ ! 3. XFree86 ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë ! 4. ¥³¥ó¥½¡¼¥ë¤ÎÀÚÂؤ¨ ! 5. ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÎÀßÄê ! 6. SCO ¥Ð¥¤¥Ê¥ê/¥µ¡¼¥Ð¤Î»ÈÍÑ ! 7. Open Server 5 ¤Ë¤ª¤±¤ë XFree86 ¤Î¥³¥ó¥Ñ¥¤¥ë ! 8. ´ØϢʸ½ñ ! 9. ´ûÃΤÎÌäÂê ! 10. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 11. ¼Õ¼­ ! ! ______________________________________________________________________ ! ! 1. ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ë¤Ä¤¤¤Æ ! ! ¥Ð¥¤¥Ê¥êÇÛÉÛʪ¤Ç¤Ï°Ê²¼¤Î¥Õ¥¡¥¤¥ë¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! README.SCO ! ¤³¤Î¥Õ¥¡¥¤¥ë ! ! gunzip.Z ! GNU °µ½Ì¥Õ¥¡¥¤¥ëŸ³« ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ! ! *X312Xdoc.tgz ! XFree86 ¸ÇÍ­¤Î¥É¥­¥å¥á¥ó¥È ! ! X312Mono.tgz ! Çò¹õ¥µ¡¼¥Ð ! ! X312VG16.tgz ! 16 ¿§ VGA ¥µ¡¼¥Ð ! ! X312SVGA.tgz ! Super VGA ¥µ¡¼¥Ð ! ! X312S3.tgz ! S3 ¥µ¡¼¥Ð ! ! X3128514.tgz ! 8514 ¥µ¡¼¥Ð ! ! X312AGX.tgz ! AGX ¥µ¡¼¥Ð ! ! X312Mc32.tgz ! Mach 32 ¥µ¡¼¥Ð ! ! X312Mc64.tgz ! Mach 64 ¥µ¡¼¥Ð ! ! X312Mc8.tgz ! Mach 8 ¥µ¡¼¥Ð ! ! X312P9k.tgz ! P9000 ¥µ¡¼¥Ð ! ! X312W32.tgz ! ET4000/W32 ¥µ¡¼¥Ð ! ! *X312cfg.tgz ! xdm/fs/xinit ¤Î¥í¡¼¥«¥ëÍÑÀßÄê¥Õ¥¡¥¤¥ë ! ! *X312bin.tgz ! bin ¥Ç¥£¥ì¥¯¥È¥ê¡£¼Â¹Ô¥Õ¥¡¥¤¥ë¤ÎÂçÉôʬ¤ò´Þ¤ß¤Þ¤¹¡£ ! ! *X312lib.tgz ! ¶¦Í­¡¦Èó¶¦Í­¥é¥¤¥Ö¥é¥ê ! ! *X312fnt1.tgz ! 75dpi ¤È misc ¥Õ¥©¥ó¥È ! ! X312fnt2.tgz ! 100dpi ¤È Speedo ¥Õ¥©¥ó¥È ! ! *X312inc.tgz ! X11 ¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë ! ! X312man.tgz ! À¶½ñ¤µ¤ì¤¿¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ! X312lkit.tgz ! ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È(¥É¥é¥¤¥ÐÁ´¤Æ + PEX). ! ! X312util.tgz ! ¿¤¯¤Î¥Ñ¥Ö¥ê¥Ã¥¯¥É¥á¥¤¥ó¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤¬ as is ¤ÇÄó ! ¶¡¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! X312pex.tgz ! ¥é¥¤¥Ö¥é¥ê¤È¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò´Þ¤à PEX ´ØÏ¢¤Î¥Õ¥¡¥¤¥ëÁ´ ! ¤Æ¡£PEX ¤ò¼Â¹Ô¤¹¤ëµ¡Ç½¤ò»ý¤Ä¥µ¡¼¥Ð¤òÆÀ¤ë¤Ë¤Ï¡¢¥ê¥ó¥¯ ! ¥­¥Ã¥È¤¬É¬ÍפǤ¹¡£ ! ! ºÇ¾®¹½À®¤Ç XFree86 ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢¾åµ­¤Î¥ê¥¹¥È¤Ç¡Ö*¡×°õ¤¬ÉÕ¤± ! ¤é¤ì¤¿¥¢¡¼¥«¥¤¥Ö¡¢¥Þ¥·¥ó¤ËºÇ¤â¹ç¤Ã¤¿¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¡¢(ɬÍפ˱þ¤¸¤Æ) ! "gunzip.Z" ¤¬É¬ÍפǤ¹¡£Á´¤Æ¤Î¥Õ¥¡¥¤¥ë¤Ï "gzip" ¤Ç°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ ! ÅöÁ³ "gunzip.Z" ¤ÏÎã³°¤Ç¡¢¤³¤ì¤À¤±¤Ï½¾ÍèÄ̤ê¤Î compress ¥×¥í¥°¥é¥à¤ò ! »È¤Ã¤Æ°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! XFree86 ¤Î¥Ð¥¤¥Ê¥ê¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ïñ¤Ë°Ê²¼¤Î¼ê½ç¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! 1. ɬÍפʥե¡¥¤¥ë¤òÆþ¼ê¤·¤Þ¤¹¡£ ! ! ¤³¤Î¼ê½ç¤Î»Ä¤ê¤ÎÉôʬ¤Ï root ¥æ¡¼¥¶¤Ç¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£root ¥æ ! ¡¼¥¶¤Ç¤¨Å¸³«¤ò¹Ô¤ï¤Ê¤¤¤È¡¢¥Õ¥¡¥¤¥ë¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤¬Àµ¤·¤¯¤Ê¤ê¤Þ¤» ! ¤ó¡£Î㤨¤Ð¡¢¡ÖX¡×¥µ¡¼¥Ð¤Ï root ¤Î s-¥Ó¥Ã¥È¤¬Î©¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢°ìÈÌ¥æ ! ¡¼¥¶¤ÇŸ³«¤¹¤ë¤ÈÀµ¤·¤¯µ¡Ç½¤·¤Þ¤»¤ó¡£ ! ! 2. /usr/X11R6 ¤òÀßÄꤷ¡¢¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤ò 755 ¤Ë¤·¤Þ¤¹¡£ ! ! 3. cd /usr/X11R6 ! ! 4. ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹¡£Îã¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! gunzip < X312bin.tgz | tar xvpf - ! ! 5. ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤ì¤Ð¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ¤ÎÀßÄê¤Ë´Ø¤¹¤ë¸å½Ò¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. /usr/X11R6/lib/X11/doc/INSTALL (ÆÃ¤Ë XFree86 ¤ÎÀßÄê¤ÈÍøÍѤ˴ؤ¹¤ë¡¢ ! ¥»¥¯¥·¥ç¥ó 2)¤ËÌܤòÄ̤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥É¥­¥å¥á¥ó¥È¤òÆɤá¤Ð¤­¤Ã¤È¥µ ! ¡¼¥Ð¤Îµ¯Æ°¡¦¼Â¹Ô¤¬¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ëÁ°¤Ë¤Ï¡¢Ëܥɥ­¥å ! ¥á¥ó¥È¤Ç¸å½Ò¤Î¡Ö``XFree86 ¤Îµ¯Æ°¤ÎÁ°¤Ë''¡×¥»¥¯¥·¥ç¥ó¤òÄ´¤Ù¤Æ¡¢¥µ¡¼ ! ¥Ð¤òÀµ¤·¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤ËɬÍפʥ·¥¹¥Æ¥àÍ׷郎¤Ê¤¤¤«¤É¤¦¤«¤ò³Îǧ¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ¥½¡¼¥¹ÇÛÉÛʪ ! ! SCO ¸þ¤±°Ü¿¢¤Ï XFree86 ɸ½à¤ÎÇÛÉÛʪ¤Î°ìÉô¤È¤·¤ÆÆþ¼ê¤Ç¤­¤Þ¤¹¡£¥½¡¼¥¹¤Î ! ¾ì½ê¤Ë¤Ä¤¤¤Æ¤Î¾Ü¤·¤¤¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢XFree86 ¤Î README ¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! XFree86 3.2 ¤Ë¤ª¤¤¤Æ¤Ï SCO Open Server ¥ê¥ê¡¼¥¹ 5 °Ê¹ß¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì ! ¤Æ¤¤¤ÊÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î SCO UNIX ¤Ç XFree86 ¤ò»È ! ¤¤¤¿¤±¤ì¤Ð¡¢3.1 ·ÏÎó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤µ¤â¤Ê¤¤¤È¹½Ãۤ˼ºÇÔ¤¹¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! ¥½¡¼¥¹¤òÄ´¤Ù¤¿¤¤¿Í¤äÄ´¤Ù¤ëɬÍפ¬¤¢¤ë¿Í¤Î¤¿¤á¤Ë ``xc/config/cf'' ¤Ë 2 ! ¤Ä¤Î¥Õ¥¡¥¤¥ë¤¬ÍÑ°Õ¤µ¤ì¤Þ¤·¤¿¡£¤Þ¤º ``sco.cf'' ¤¬¸Å¤¤¥ª¥ê¥¸¥Ê¥ë¤Î SCO ! ÍÑÀßÄê¥Õ¥¡¥¤¥ë¤Ç¡¢¤½¤·¤Æ ``sco5.cf'' ¤¬¸½ºß»È¤ï¤ì¤Æ¤¤¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Ç ! ¤¹¡£ ! ! 3. XFree86 ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë ! ! SCO ÉÕ°¤Î xterm ¤Î terminfo µ­½Ò¤Ï¡¢R5 ÇÛÉۤ˴ޤޤì¤ë xterm µ­½Ò¤È¸ß ! ´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¥Ð¥¹¥Þ¥¦¥¹, ¥­¡¼¥Ü¡¼¥É¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢Á°½Ò¤Î¤è¤¦¤Ë ! 'mkdev mouse' ¤ò»È¤Ã¤Æ SCO ´Ä¶­¤Ç¥Þ¥¦¥¹¥ó¥É¥é¥¤¥Ð¤ÎÀßÄê¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð ! ¤Ê¤ê¤Þ¤»¤ó¡£¤½¤ì¤«¤é¡¢XF86Config ¤Ç OsMouse ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ ! ¤Æ¡¢XFree86 ¤Ë SCO ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò»È¤¦¤è¤¦»ØÄꤷ¤Þ¤¹¡£¤³¤Î»ØÄê¤ò¹Ô¤¦ ! ¤Ë¤Ï¡¢XF86Config ¤Î Pointer ¥»¥¯¥·¥ç¥ó¤Ç Protocol ¤Ë "OsMouse" ¤òÀßÄê ! ¤·¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ËÂФ·¤Æ "OsMouse" ¤ò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£Æà ! ¤Ë¡¢XFree86 ¤Î¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ç¥Þ¥¦¥¹¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¤½¤¦¤¹¤ë ! ¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! SCO TCP/IP ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Ê¤¯¤Æ¤â¡¢¤¢¤ï¤Æ¤Ê¤¤¤Ç¤¯¤À¤µ ! ¤¤¡£XFree86 ¤Ï TCP/IP ̵¤·¤Ç¤â¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¤¬¡¢°Ê²¼¤Îºî¶È¤Î°ìÉô¤¢ ! ¤ë¤¤¤ÏÁ´¤Æ¤ò¿ʬ¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦: ! ! o X ¥µ¡¼¥Ð¤¬ ``/dev/socksys'' ¤Ë´Ø¤·¤Æ½Ð¤¹¥¨¥é¡¼¤Ïµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ ! ¤¤¡£X ¥µ¡¼¥Ð¤Ï TCP/IP ¤¬¤¢¤Ã¤Æ¤â̵¤¯¤Æ¤âÆ°ºî¤¹¤ë¤è¤¦¤ËÀßÄꤵ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Î¥¨¥é¡¼¤Ï TCP/IP ¤¬Ìµ¤¤¤³¤È¤ò»ØŦ¤·¤Æ¤¤¤ë¤³¤È¤È¡¢¥µ¡¼¥Ð¤Ø ! ¤ÎÀܳ¥á¥½¥Ã¥É¤¬Ìµ¸ú¤Ë¤µ¤ì¤¿¤³¤È¤ò»ØŦ¤·¤Æ¤¤¤ë¤À¤±¤Ç¤¹¡£ ! ! o ``/dev/spx'' ¤äÀܳ¥¿¥¤¥× ``sco'' ¤ò´Þ¤à¥¨¥é¡¼¤Ï̵»ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ ! ¤¤¡£¤³¤ì¤Ï¡¢¥í¡¼¥«¥ë¥Þ¥·¥ó¾å¤ÇÀܳ¤Ë»È¤ï¤ì¤ë¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×¤Ë²¿¤é ! ¤«¤ÎÌäÂ꤬¤¢¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¤Þ¤º¤Ï¥µ¡¼¥Ð¤Ë¡Ös-¥Ó¥Ã¥È¡×¤¬ÀßÄꤵ¤ì ! ¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ï»È¤Ã¤Æ¤¤¤ë X ¥µ¡¼¥Ð¤ËÂФ·¤Æ¼¡¤Î¥³ ! ¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç³Î¤«¤á¤é¤ì¤Þ¤¹: ! ls -al /usr/X11R6/bin/XF86_XXXXXX ! ! ½ÐÎϤǤϡ¢Ê¸»ú¡Öx¡×¤Ç¤Ï¤Ê¤¯Ê¸»ú¡Ös¡×¤¬Æþ¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£Î㤨¤Ð¡¢ ! ! -rwsr-xr-x 1 root bin 1074060 Jul 24 11:54 XF86_W32 ! ! ¤ÏÀµ¤·¤¤¤Ç¤¹¤¬¡¢ ! ! -rwxr-xr-x 1 root bin 1074060 Jul 24 11:54 XF86_W32 ! ! ¤Ï¸í¤ê¤Ç¤¹¡£ ! ! o ``mkdev streams'' ¤ò»È¤Ã¤Æ¥«¡¼¥Í¥ë¤Ë¥¹¥È¥ê¡¼¥à¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï SCO ¤Î¥Þ¥Ë¥å¥¢¥ë¤ÇÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! o /dev ¥Ç¥£¥ì¥¯¥È¥ê¤Ç°ìÉô¤Î¥Ç¥Ð¥¤¥¹¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£Ëܥɥ­¥å¥á¥ó¥È¤Î¡Ö¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¡×¥»¥¯¥·¥ç¥ó¤Ç¡¢ ! ``/dev/spx'' ¤È ``Xsco'' ¤ÎÀâÌÀ¤ò¤·¤Æ¤¤¤ë¹àÌܤòÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! o ¥¹¥È¥ê¡¼¥à¥ê¥½¡¼¥¹¤ÎÀßÄ꤬Ä㤹¤®¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£°Ê²¼¤Ëµó¤²¤ëÃÍ¤Ë ! ¤Ä¤¤¤Æ¡¢¥¹¥È¥ê¡¼¥à¤Î¥Ñ¥é¥á¡¼¥¿¤òÄ´¤Ù¤ë¤Ù¤­¤Ç¤¹¤¬¡¢Ãͤ¬¹â¤á¤Ç¤¢¤ì¤Ð ! Êѹ¹¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤ÎÃͤòÄ´¤Ù¤ë¤¿¤á¤Ë¤Ï¡¢root ¥æ¡¼¥¶¤È ! ¤·¤Æ¥í¥°¥¤¥ó¤·¡¢``/etc/conf/cf.d'' ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ° ! ¤·¡¢``./configure'' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! configure ¤ò¼Â¹Ô¤·¤¿¤é ``Streams Data'' ¤òÁªÂò¤·¤Æ¡¢¥¨¥ó¥È¥ê¤ò¸«¤Æ ! ¤¤¤­¤Þ¤¹¡£ÃͤòÊѹ¹¤¹¤ë¤Î¤Ç¤Ê¤±¤ì¤Ð¡¢¤½¤ì¤¾¤ì¤Î¥×¥í¥ó¥×¥È¤Çñ¤Ë ! ¤ò²¡¤¹¤À¤±¤Ç¤¹¡£³Îǧ¤¹¤ëÃͤȡ¢¤½¤ÎºÇ¾®Ãͤò°Ê²¼¤Ëµó¤²¤Æ¤ª¤­ ! ¤Þ¤¹: ! ! NSTREAM 128 ! NQUEUE 512 ! NBLK4096 4 ! NBLK2048 32 ! NBLK1024 32 ! NBLK512 32 ! NBLK256 64 ! NBLK128 256 ! NBLK64 256 ! NBLK16 256 ! NBLK4 128 ! NUMSP 128 ! ! Ä̾ï¤Ï¤³¤ì¤é¤ÎÃͤòÊѹ¹¤¹¤ëɬÍפϤʤ¤¤Ç¤·¤ç¤¦¡£¤·¤«¤·¡¢Êѹ¹¤ò¤·¤Ê¤±¤ì¤Ð ! ¤Ê¤é¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢configure ¤Ï½ªÎ»¤ÎÁ°¤ËÊѹ¹¤ò¥»¡¼¥Ö¤¹¤ë¤«¤É¤¦¤«³Îǧ¤ò ! ¹Ô¤¤¡¢UNIX ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤¹¤ë¼ê½ç¤Î³¤­¤òɽ¼¨¤·¤Þ¤¹¡£ ! ! 4. ¥³¥ó¥½¡¼¥ë¤ÎÀÚÂؤ¨ ! ! XFree86 ¤Î¥³¥ó¥½¡¼¥ëÀÚÂؤ¨¤Î¥­¡¼Áàºî¤Ï SCO R4 ¤ä R5 ¥µ¡¼¥Ð¤Î¤â¤Î¤Ë»÷¤Æ ! ¤¤¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢Ctrl-PrntScr ¤ò²¡¤¹¤È¡¢X ¥µ¡¼¥Ð¤¬Æ°ºî¤·¤Æ¤¤¤ë¥³¥ó¥½¡¼ ! ¥ë¤Î¼¡¤Î¥³¥ó¥½¡¼¥ë¤Ë°ÜÆ°¤·¤Þ¤¹¡£¤³¤ì¤¬ºÇ¸å¤Î¥³¥ó¥½¡¼¥ë¤Ê¤é¤Ð¡¢¥³¥ó¥½¡¼ ! ¥ë 1 ¤Ë°ÜÆ°¤·¤Þ¤¹¡£Ctrl-Alt-FXX(XX ¤Ï¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼ F1 ¡Á F12)¤ò²¡ ! ¤¹¤È¡¢¤½¤Î¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼¤Ë³ä¤êÅö¤Æ¤é¤ì¤¿ÈÖ¹æ¤Î¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤï ! ¤ê¤Þ¤¹¡£F1 ¤Ï tty01 (¤Ä¤Þ¤ê¥³¥ó¥½¡¼¥ë 1)¤ËÂбþ¤·¡¢F2 ¤Ï tty02 (¤Ä¤Þ¤ê ! ¥³¥ó¥½¡¼¥ë 2)¤ËÂбþ¤·¤Þ¤¹¡£¤½¤ì°Ê¹ß¤âƱÍͤǤ¹¡£¥³¥ó¥½¡¼¥ëÀÚÂؤ¨¤Î½¤Àµ ! ¤Ë¶½Ì£¤¬¤¢¤ì¤Ð¡¢ xc/programs/Xserver/hw/xfree86/common/xf86Events.c ¤ò ! ¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! 5. ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÎÀßÄê ! ! ¥Ä¥ê¡¼¤ò¥³¥ó¥Ñ¥¤¥ë¤·¤¿¸å¤ä¥Ð¥¤¥Ê¥êÇÛÉÛ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤Ë¡¢ ! /usr/X11R6/man ¤ò /etc/default/man ¤Î MANPATH ¤ËÄɲ乤뤳¤È¤Ç¡¢man ¤Ë ! XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òǧ¼±¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£»ØÄê¤Î¹Ô¤Ï ! °Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ë¤Ï¤º¤Ç¤¹: ! ! MANPATH=/usr/man:/usr/X11R6/man ! ! ¤³¤ì¤Ë¤è¤ê¡¢¥æ¡¼¥¶Á´°÷¤¬ X ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤Ç¤­¤ë¤è¤¦¤Ë¤Ê ! ¤ê¤Þ¤¹¡£Á´°÷¤Ë¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò¸«¤»¤ë¤Ä¤â¤ê¤¬¤Ê¤±¤ì¤Ð¡¢¼«Ê¬¤Î ! MANPATH ´Ä¶­ÊÑ¿ô¤òÊѤ¨¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¥Ç¥£¥¹¥¯ÍÆÎÌÀáÌó¤Î¤¿¤á¤Ë¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Ï ! ``compress'' ¤ò»È¤Ã¤Æ°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò°µ½Ì¤·¤¿ ! ¤¯¤Ê¤±¤ì¤Ð¡¢``xf86site.def'' ¥Õ¥¡¥¤¥ë¤Î CompressManPages ¤ò NO ¤ËÊѹ¹ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ð¥¤¥Ê¥êÇÛÉÛ¤òÍøÍѤ¹¤ë¾ì¹ç¤Ï¡¢``uncompress'' ¤ò»È¤Ã¤Æ¥ª ! ¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òŸ³«¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. SCO ¥Ð¥¤¥Ê¥ê/¥µ¡¼¥Ð¤Î»ÈÍÑ ! ! XFree86 ¤Ï SCO ¥Ð¥¤¥Ê¥ê(R3 °Ê¹ß)¤«¤é¤ÎÀܳ¤ò¼õ¤±ÉÕ¤±¡¢SCO R5 ¥µ¡¼¥Ð¤â ! XFree86 ¥Ð¥¤¥Ê¥ê¤«¤é¤ÎÀܳ¤ò¼õ¤±ÉÕ¤±¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢ODT ¤¬¤Ê¤±¤ì¤Ðξ¼Ô¤ò ! º®ºß¤µ¤»¤ë¤³¤È¤äŬ¹ç¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢»È¤¤¤¿¤±¤ì¤Ð Motif ! ¤Î¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã(mwm)¤ò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! 7. Open Server 5 ¤Ë¤ª¤±¤ë XFree86 ¤Î¥³¥ó¥Ñ¥¤¥ë ! ! GCC ¥Ð¡¼¥¸¥ç¥ó 2.8.0 ¤Ç¤Ï Open Server ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°Ê²¼¤Î»Ø ! Äê¤ò»È¤Ã¤Æ configure ¤ò¹Ô¤¤¤Þ¤·¤ç¤¦: ! ! ./configure i486-sco3.2v5.0 ! ! gcc ¤ò½¤Àµ¤¹¤ëɬÍפÏÁ´¤¯¤¢¤ê¤Þ¤»¤ó¡£Open Server 5 ¤Ç¤ÏÁ´¤¯ÌäÂê¤Ê¤·¤Ë¥³ ! ¥ó¥Ñ¥¤¥ë¤Ç¤­¤Þ¤¹¡£ ! ! XFree86 ¤Ï¼«Æ°Åª¤Ë SCO Open Server 5.0 ¤òǧ¼±¤·¤Þ¤¹¡£ make World ¤ò¹Ô ! ¤¦ºÝ¤Ë BOOTSTRAPCFLAGS ¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£make World ¤ÎºÇ½é¤Î ! Êý¤Ç BOOTSTRAPCFLAGS ¤Ë´Ø¤¹¤ë¥¦¥©¡¼¥Ë¥ó¥°¥á¥Ã¥»¡¼¥¸¤¬½Ð¤Þ¤¹¤¬¡¢Ìµ»ë¤· ! ¤Æ¹½¤¤¤Þ¤»¤ó¡£ ! ! 1. ``site.def/xf86site.def'' ¤ò¤¦¤Þ¤¯Ä´À°¤·¤Þ¤¹¡£ ! ! gcc ¤¬»È¤¨¤ë¤Ê¤é¤Ð»È¤¤¤Þ¤·¤ç¤¦¡£XFree ¤Ï DevSys ¤Î cc ¤Ç¤â¥³¥ó¥Ñ¥¤ ! ¥ë¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¤¬¡¢GCC ¤ÎºÇŬ²½¤ÎÊý¤¬Í¥¤ì¤Æ¤¤¤Þ¤¹¤·¡¢Æ°ºî¤¬Êݾڤµ ! ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 2. SCO Open Server ¤Ë¤Ï Visual TCL ¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤Ï¸Å¤¤ (¸ß ! ´¹À­¤â̵¤¤)¥Ð¡¼¥¸¥ç¥ó¤Î TCL ¤Ç¤¹¡£XF86Setup ¤ò»È¤¦¤Ê¤é¡¢¼«Á°¤Ç Tcl ! ¤È Tk ¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¤É¤Á¤é¤â SCO Open Server ! 5 ¤ò¤Á¤ã¤ó¤È¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£Tcl 7.6 ¤È Tk 4.2 ¤Ï ! ftp://ftp.smli.com/pub/tcl ¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! 3. ưŪ¥í¡¼¥Ç¥£¥ó¥°¤Î¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤·¤¿¤¤¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! °ìÉô¤Î¥æ¡¼¥¶¤«¤é¡¢Æ°Åª¥í¡¼¥Ç¥£¥ó¥°¤Ë´Ø¤¹¤ëÌäÂ꤬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£XIE ¤Ï PEX5 ¤¬Æ°ºî¤·¤Ê¤¤¤³¤È¤Ï³Î¼Â¤Ç¤¹¡£»î¤·¤Æ¤ß¤¿¤±¤ì¤Ð¡¢¤³¤ì ! ¤òÍ­¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î·ë²Ì¤¬À®¸ù¤Ç¤â¼ºÇԤǤâÉ®¼Ô¤ËÊó¹ð¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! 4. ¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î SCO ¤Ç¤ä¤Ã¤Æ¤¤¤¿¤Î¤ÈƱ¤¸¤è¤¦¤Ë HasSVR3mmapDrv ¤òÍ­ ! ¸ú¤Ë¤·¤Æ¤Ï ¤¤¤±¤Þ¤»¤ó¡£ Open Server 5 ¤Ï mmap() ¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È¤· ! ¤Æ¤ª¤ê¡¢¤³¤ì¤¬¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ËľÀÜ¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! 5. COFF ¥Ð¥¤¥Ê¥ê¤ò¤â¤¦»È¤ï¤Ê¤¤¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤ª¤ê¡¢¥Ç¥£¥¹¥¯ÍÆÎ̤⾯¤Ê¤¤ ! ¾ì¹ç¤Ë¤Ï¡¢ForceNormalLib ¤Ë NO ¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤ò¹Ô¤¦ ! ¤È¡¢ELF ÈǤΥ饤¥Ö¥é¥ê¤·¤«¹½ÃÛ¤µ¤ì¤Þ¤»¤ó¡£ ``sco5.cf'' ¤Ç¤Ï¥Ç¥Õ¥©¥ë ! ¥È¤Ç¤³¤ì¤Ë YES ¤òÀßÄꤷ¤Æ¤¤¤ë¤Î¤Ç¡¢``xf86site.def'' ¤ÇÌÀ¼¨Åª¤Ë NO ! ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥Ç¥£¥¹¥¯ÀáÌó¤Î¤¿¤á¡¢Á´¤Æ¤Î¥Ð¥¤¥Ê¥ê¤¬ ! ELF ¥â¡¼¥É¤Ç¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Þ¤¹¡£ ! ! 8. ´ØϢʸ½ñ ! ! °Ê²¼¤Î¥Õ¥¡¥¤¥ëÃæ¤Ë SCO ¤Î¥æ¡¼¥¶¤ä³«È¯¼ÔÍѤδØÏ¢µ­½Ò¤¬¤¤¤¯¤é¤«¤¢¤ê¤Þ ! ¤¹¡£ ! ! README ! XFree86 ɸ½à¤Î README (/usr/X11R6/lib/X11/doc) ! ! README.SVR3 ! ¤³¤Î README ¤ÎÂçÉôʬ¤Ï Interactive Unix ¤Ë´ð¤Å¤¯¤â¤Î¤Ç¤¹¤¬¡¢ËܼÁ ! Ū¤ÊÉôʬ¤Ç¤Ï¤Þ¤À´ØÏ¢¤¬¤¢¤ê¤Þ¤¹¡£ ! ! VGA/ÀßÄê¥É¥­¥å¥á¥ó¥ÈÁ´¤Æ ! /usr/X11R6/lib/X11/doc/VideoModes.doc ¤ª¤è¤Ó ÆÃÄê¤Î¥Ó¥Ç¥ª¥«¡¼¥É ! ¸þ¤±¤Î README¡£ ! ! 9. ´ûÃΤÎÌäÂê ! ! o ¥µ¡¼¥Ð¤ò¼Â¹Ô¤·¤¿¸å¤Ë¡¢¥·¥§¥ë¤Ø¤ÎÆþÎϤÎʸ»ú¤¬¤ª¤«¤·¤¯¤Ê¤ë¤³¤È¤¬¤¢¤ê ! ¤Þ¤¹¡£¤³¤ì¤Ï̤½èÍý¤Î¥¹¥­¥ã¥ó¥³¡¼¥É¤Î¤¿¤á¤Ç¤¢¤ê¡¢¿´ÇÛ¤¹¤ëɬÍפϤ¢¤ê ! ¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Ï¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç½¤Àµ¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! o /usr/X11R6/bin ¤Ë¤¢¤ëÁ´¤Æ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¥Ç¥Ð¥Ã¥°¤·¤¿¤ï¤±¤Ç¤Ï¤¢ ! ¤ê¤Þ¤»¤ó¡£ ! ! 10. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Þ¤»¤ó¡£¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬Á´¤¯½ÐÎϤµ¤ì¤Ê¤¤ ! ¤Î¤Ç¡¢¤É¤ó¤ÊÌäÂ꤬µ¯¤³¤Ã¤Æ¤¤¤ë¤Î¤«¤¬Ê¬¤«¤ê¤Þ¤»¤ó¡£ ! ! ¸¶°ø: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Ê¤¤¸¶°ø¤Ï¤¤¤¯¤é¤Ç¤â¹Í¤¨¤é¤ì¤Þ¤¹¡£¤Ç¤¹¤« ! ¤é¡¢¤Þ¤º¤Ï¥µ¡¼¥Ð¤¬¸À¤ª¤¦¤È¤·¤Æ¤¤¤ë¤³¤È¤ò¤Ï¤Ã¤­¤ê¤µ¤»¤Þ ! ¤·¤ç¤¦¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Î¥¨¥é¡¼½ÐÎϤò¥Õ¥¡¥¤¥ë¤ËÊÝ ! ¸¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î½ÐÎϤˤϡ¢¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Ë¥µ ! ¡¼¥Ð¤¬¸¡½Ð¤·¤¿¤³¤È¤ä¹Ô¤Ã¤¿¤³¤È¤Î¥í¥°¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤³ ! ¤Î½ÐÎϤòÆÀ¤ë¤Ë¤Ï¡¢¼¡¤Î¤è¤¦¤Ë¤·¤Æ X ¤òµ¯Æ°¤·¤Þ¤¹: ! ! startx 2> /tmp/errs ! ! ¤³¤ì¤Ç¡¢¥µ¡¼¥Ð¤Î½ÐÎϤ¬ "/tmp/errs" ¤ËÊݸ¤µ¤ì¤Þ¤¹¡£¤³¤Î½Ð ! ÎϤò¸«¤Æ¹Í¤¨¤é¤ì¤ëÌäÂê¤òÄ´¤Ù¡¢³ºÅö¤¹¤ëÌäÂê¤Ë¤Ä¤¤¤ÆËÜ¥É ! ¥­¥å¥á¥ó¥ÈÃæ¤Îµ­½Ò¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤Þ¤·¤¿¤¬¡¢²èÌ̤¬¿¿¤Ã°Å¤Ç²¿¤âɽ¼¨¤µ¤ì¤Þ¤» ! ¤ó¡£¥Þ¥·¥ó¤¬¥Ï¥ó¥°¤·¤¿¤è¤¦¤Ê¤Î¤Ç¤¹¤¬¡£ ! ! ¸¶°ø: ! ! ¤³¤ì¤â¿¤¯¤Î¸¶°ø¤¬¹Í¤¨¤é¤ì¤Þ¤¹¡£ºÇ¤â¤¢¤ê¤½¤¦¤Ê¸¶°ø ! ¤Ï¡¢XF86Config ¤Ë¸í¤ê¤¬¤¢¤ë¤³¤È¤Ç¤¹¡£X ¥µ¡¼¥Ð¤¬¤Þ¤ÀÆ°ºî¤· ! ¤Æ¤¤¤ì¤Ð¡¢Ctrl-Alt-BackSpace ¤òÆþÎϤ·¤Æ¥µ¡¼¥Ð¤ò»¦¤·¤Æ¤¯¤À ! ¤µ¤¤¡£¤³¤ì¤Ç²èÌ̤¬¸µ¤ËÌá¤é¤Ê¤±¤ì¤Ð¡¢²¿¤â¸«¤º¤Ë¥·¥¹¥Æ¥à¤ò ! Áàºî¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥·¥§¥ë¤Î¥×¥í¥ó¥×¥È ! ¤Î¾õÂ֤ˤ¢¤ëÊÌ¤Î¥í¥°¥¤¥ó¤ò¾ï¤ËÍÑ°Õ¤·¤Æ¤ª¤­¡¢²èÌ̤˲¿¤âɽ ! ¼¨¤µ¤ì¤Ê¤¯¤Æ¤â¡¢¤½¤Î²èÌ̤ËÀÚÂؤ¨¤Æ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤Ç¤­¤ë¤è ! ¤¦¤Ë¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£¤½¤·¤Æ¡¢°Ê²¼¤ÎÁàºî¤ò»î¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ÉáÄ̤ÏÎóµó¤·¤¿½çÈ֤ǹԤäƤ¯¤À¤µ¤¤: ! ! o ``X'' ¤òµ¯Æ°¤·¤¿¥í¥°¥¤¥ó¤«¤é¥í¥°¥¢¥¦¥È¤·¡¢¤½¤ì¤«¤é¥³¥ó ! ¥½¡¼¥ë¤òÊѹ¹¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢SCO ¤Î²èÌÌÀÚÂؤ¨¥³¡¼¥É ! ¤¬¥«¡¼¥É¤ò½é´ü²½¤·¤è¤¦¤È¤·¤Þ¤¹¡£ ! ! o ``vidi v80x25'' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤â¡¢¥«¡¼¥É¤ò ! ɽ¼¨²Äǽ¥â¡¼¥É¤ËÀßÄꤷ¤è¤¦¤È¤·¤Þ¤¹¡£ ! ! o ``shutdown'' ¥³¥Þ¥ó¥É¤Ç¥Þ¥·¥ó¤òÀµ¾ï¤Ë¥·¥ã¥Ã¥È¥À¥¦¥ó ! ¤·¡¢ºÆÄ©À路¤Þ¤¹¡£ ! ! ºÇ½é¤Ë XFree86 ¤ò¼Â¹Ô¤·¤è¤¦¤È¤¹¤ë¤È¤­¤Ï¡¢É¬¤º´Êñ¤ÊÀß ! Äê¤ò»È¤¤¤Þ¤·¤ç¤¦¡£¤Ä¤Þ¤ê¡¢¤Þ¤º 640x480 ¤òÆ°ºî¤µ¤»¡¢¤½ ! ¤ì¤«¤é²òÁüÅÙ¤ò¹â¤¯¤¹¤ë¤Î¤Ç¤¹¡£Àè¤Ë¼¨¤·¤¿ÊýË¡¤Ç¾ï¤Ë¥µ¡¼ ! ¥Ð¤Î½ÐÎϤò½¦¤¤¤Þ¤·¤ç¤¦¡£¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂФ·¤ÆÍ­¸ú¤Ê¥¯ ! ¥í¥Ã¥¯Ãͤò°ìÅÙ¸«¤Ä¤±¤¿¤é¡¢¤³¤ÎÃͤò XF86Config ¤ËľÀܽñ ! ¤­¹þ¤ó¤Ç¤¯¤À¤µ¤¤¡£¤³¤ì¤Ë¤è¤ê¡¢ÉáÄ̤ϥ¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¤¤ ! ¤¯¤Ä¤«¸¡½Ð¤¹¤ë XFree86 ¤Îµ¯Æ°»þ¤Ë¤ª¤¤¤Æ¡¢¥â¥Ë¥¿¤Ë¤«¤« ! ¤ëÉéô¤ò¤¤¤¯¤é¤«¼è¤ê½ü¤¯¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ ``X'' ! ¤Î²èÌ̤òɽ¼¨¤µ¤»¤ë¤Î¤Ï¤Ò¤É¤¯»þ´Ö¤¬¤«¤«¤ëºî¶È¤Ë¤Ê¤ë¤«¤â ! ¤·¤ì¤Þ¤»¤ó¡£¹ø¤ò¿ø¤¨¤Æ¡¢¤³¤Î¥É¥­¥å¥á¥ó¥È¤òÍý²ò¤Ç¤­¤ë¤Þ ! ¤Ç²¿ÅÙ¤âÆɤߤޤ·¤ç¤¦¡£¤­¤Ã¤ÈÆ°¤«¤¹¤³¤È¤¬¤Ç¤­¤ë¤Ï¤º¤Ç ! ¤¹¡£ ! ! ÌäÂê: ! ! Fatal server error: ! xf86MapVidMem:No class map defined for (XXXXX,XXXXX) ! ! ¸¶°ø: ! ! 1. ¥·¥¹¥Æ¥à¤Î /etc/conf/pack.d/cn/class.h ¤¬Àµ¤·¤¯¤¢¤ê ! ¤Þ¤»¤ó¡£¤³¤ì¤Ï¤³¤Î¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢Ê¸»úÎó "SVGA" ! ¤òõ¤¹¤³¤È¤Ë¤è¤ê³Îǧ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Îʸ»úÎó ! ¤¬Ìµ¤±¤ì¤Ð¡¢OS ÉÕ°¤Î "Extended Utilities" ¥Ç¥£¥¹ ! ¥±¥Ã¥È¤«¤é¤³¤Î¥Õ¥¡¥¤¥ë¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð¤Ê ! ¤ê¤Þ¤»¤ó¡£¤³¤ì¤¬¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢ÇÛÉÛʪ¤«¤é ! "dmmap" ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¥µ¡¼¥Ð¤òÀµ¤·¤¯Æ°ºî¤µ¤» ! ¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ÌäÂê: ! ! xf86install ¤¬Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! ¸¶°ø: ! ! SCO ¤Ç XFree86 ¥µ¡¼¥Ð¤ò»È¤¦¤È¤­¤Ï¡¢xf86install ¤ò¼Â¹Ô¤·¤Æ ! ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ì¤Ï Interactive Unix (ISC) ¤Î¥¤¥ó¥¹¥È¡¼ ! ¥ë¤Ë¤Ä¤«¤¦¤â¤Î¤Ç¤¹¡£ ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤Ïµ¯Æ°¤·¤Þ¤¹¤¬¡¢²èÌ̤ÎÇÛÃÖ¤¬Àµ¤·¤¯¤Ê¤«¤Ã¤¿¤ê¡¢²èÌÌ ! ¤¬Íɤì¤Æ¤Þ¤È¤â¤Ë¸«¤ë¤³¤È¤¬¤Ç¤­¤Ê¤«¤Ã¤¿¤ê¤·¤Þ¤¹¡£ ! ! ¸¶°ø: ! ! °ìÈÖ¤¢¤ê¤½¤¦¤Ê¤Î¤Ï¡¢XF86Config ¤ÎÀßÄ꤬¸í¤Ã¤Æ¤¤¤ë¤³¤È¤Ç ! ¤¹¡£ README.Config, VideoModes.doc ¥Õ¥¡¥¤¥ë¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤(¥Ð¥¤¥Ê¥êÇÛÉÛ¤Ç¤Ï /usr/X11R6/lib/X11/doc ¤Ë¤¢¤ê¤Þ¤¹)¡£ ! ¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ç¤Ï¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤Î½¤ÀµÊýË¡¤¬ÀâÌÀ¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! ! ÌäÂê: ! ! 1. µ¯Æ°¤Ç¤­¤ë xterm ¤Î¿ô¤¬À©¸Â¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 2. xterm ¤ÏÆ°ºî¤·¤Þ¤»¤ó¤¬¡¢xclock Åù¤Î¾¤Î¥×¥í¥°¥é¥à¤ÏÆ°¤­¤Þ¤¹¡£ ! ! ¸¶°ø: ! ! ¥·¥¹¥Æ¥à¤Îµ¿»÷ tty ¥Ç¥Ð¥¤¥¹¤¬Â¸ºß¤·¤Ê¤¤¤«¡¢¿ô¤¬Â­¤ê¤Ê¤¤¤Î ! ¤Ç¤·¤ç¤¦¡£ "mkdev ptty" ¤ò¼Â¹Ô¤·¤Æ¡¢ptty ¤Î¿ô¤òÁý¤ä¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! ÌäÂê: ! ! xterm Æâ¤Ç curses/termcap ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¼Â¹Ô¤¹¤ë ! ¤È¡¢Æä˥¹¥¯¥í¡¼¥ë¤·¤¿¤È¤­¤Ë²èÌ̤¬Íð¤ì¤Þ¤¹¡£ ! ! ¸¶°ø: ! ! 1. XFree86 ¤Î¥ª¥ê¥¸¥Ê¥ë¤Î¥Ð¡¼¥¸¥ç¥ó 1.3 ¤ÎÇÛÉÛ¤ò¼Â¹Ô¤·¤Æ¤¤¤Þ¤¹¡£ ! ºÇ¿·¤Î¥Ð¡¼¥¸¥ç¥ó(3.2 °Ê¹ß)¤Ë¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ¥¦¥£¥ó¥É¥¦¤ò¥ê¥µ¥¤¥º¤·¤¿¤Î¤Ë¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò»È¤¦Á°¤Ë ! "eval `resize`" ¤ò¼Â¹Ô¤·¤Æ¤¤¤Þ¤»¤ó¡£SCO ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹ ! ¥Æ¥à¤Ï xterm ¤ÎưŪ¤Ê¥ê¥µ¥¤¥º¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢ ! curses/termcap ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òÀµ¤·¤¯Æ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï¡¢ ! xterm ¤ò¥ê¥µ¥¤¥º¤·¤¿¸å¤Ë¡¢¤³¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£ ! ! ÌäÂê: ! ! 1. X ¤òµ¯Æ°¤µ¤»¤ë¤È¡¢Cannot access a needed shared library" ¤È¤¤ ! ¤¦¥¨¥é¡¼¤òÅǤ¤¤Æ»à¤ó¤Ç¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 2. X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤¹¤ë¤È¡¢¾åµ­¤Î¥¨¥é¡¼¤òÅǤ¤¤Æ»à¤ó¤Ç ! ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¸¶°ø: ! ! 1. ¥Ð¥¤¥Ê¥ê¤¬Àµ¤·¤¤¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¥Ð ! ¥¤¥Ê¥ê¤¬ /usr/X11R6 ¤Ë¤¢¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ¿·¤·¤¤¶¦Í­¥é¥¤¥Ö¥é¥ê¤ò´Þ¤à¿·¤·¤¤¥Ð¥¤¥Ê¥êÇÛÉۤ˹¹¿·¤·¤¿¤±¤ì ! ¤É¡¢¥é¥¤¥Ö¥é¥ê¤¬¸Å¤¤¥Ð¥¤¥Ê¥ê¤È¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£¤³¤Î ! ÌäÂê¤ò²ò·è¤¹¤ë¤Ë¤Ï¡¢¸Å¤¤¶¦Í­¥é¥¤¥Ö¥é¥ê¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë ! ¤«¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¿·¤·¤¤¥é¥¤¥Ö¥é¥ê¤ÇºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¯¤À ! ¤µ¤¤¡£ ! ! ÌäÂê: ! ! gcc ¤ò»È¤Ã¤Æ SCO ¤Î Motif ¥é¥¤¥Ö¥é¥ê¤È¥ê¥ó¥¯¤¹¤ë¤È¡¢ ! "XtDisplayStringConversionWarning" ¤Ë¤Ä¤¤¤Æ³°Éô´Ø¿ô¤¬Ì¤²ò ! ·è¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¸¶°ø: ! ! SCO ¤Î¥é¥¤¥Ö¥é¥ê¤Ï¡¢¼±Ê̻ҤÎŤµ¤¬À©¸Â¤µ¤ì¤ë¤è¤¦¤Ë¥³¥ó¥Ñ ! ¥¤¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢XFree86 ¤È ! gcc ¤È SCO ¤Î Motif ¤Ç¥³¥ó¥Ñ¥¤¥ë¤ò¹Ô¤¦»þ¤Ë°Ê²¼¤Î¤è¤¦¤Ê¥³ ! ¡¼¥É¤ò¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤¡£ ! ! #ifdef SCO ! void XtDisplayStringConversionWarnin(dpy, from, toType) ! Display* dpy; ! String from; ! String toType; ! { XtDisplayStringConversionWarning(dpy, from, toType); } ! #endif ! ! ÌäÂê: ! ! ¥µ¡¼¥Ð¤¬µ¯Æ°¤Ë¼ºÇÔ¤·¡¢¼¡¤Î¤è¤¦¤Ê¹Ô¤ò½ÐÎϤ·¤Þ¤¹: ! ! XFree86: Cannot open /dev/spx for ???? listener: No such ! file or directory ! ! ¸¶°ø: ! ! SCO UNIX ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Èɬ¤º¡¢Streams ²¾ÁÛ tty ¥É¥é ! ¥¤¥Ð¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ë¤è¤¦¤Ç¤¹¤¬¡¢É¬¤º¤·¤âÁ´¤Æ¤Î¥Ç¥Ð¥¤ ! ¥¹¤¬Â¸ºß¤¹¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! 1. /etc/conf/pack.d/sp ¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤·¤Ê¤±¤ì¤Ð¤Ê ! ¤é¤º¡¢ ! ! 2. /etc/conf/sdevice.d/sp ¤ÎÆâÍÆ¤Ï 'Y' ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! 3. /etc/conf/node.d ¤Ë¤Ï°Ê²¼¤Î¤è¤¦¤ÊÆâÍƤΥե¡¥¤¥ë¤¬É¬ ! ÍפǤ¹: ! ! clone spx c sp ! sp X0S c 127 ! sp X0R c 126 ! sp X1S c 125 ! sp X1R c 124 ! sp X2S c 123 ! sp X2R c 122 ! sp X3S c 121 ! sp X3R c 120 ! sp X4S c 119 ! sp X4R c 118 ! sp X5S c 117 ! sp X5R c 116 ! sp X6S c 115 ! sp X6R c 114 ! sp X7S c 113 ! sp X7R c 112 ! ! ¤³¤Î¤è¤¦¤Ê¥Õ¥¡¥¤¥ë(¤¿¤Ö¤ó "Xsco" ¤È¤¤¤¦Ì¾Á°¤Ç¤¹)¤¬Ìµ¤±¤ì ! ¤ÐºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ì¤ÐÌäÂ꤬²ò·è¤¹¤ë¤Ï¤º¤Ç¤¹¡£É® ! ¼Ô¤¬¸À¤¨¤ë¸Â¤ê¤Ç¤Ï¡¢Streams ²¾ÁÛ tty ¥É¥é¥¤¥Ð¤Ï¤½¤³¤Ë¤¢¤ë ! ¤Ï¤º¤Ç¤¹¡£ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¾ì¹ç¤Ë¥Ç¥Ð¥¤¥¹¤òÆÀ¤ë ! ¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢¥«¡¼¥Í¥ë¤È´Ä¶­¤òºÆ¹½ÃÛ¤¹¤ë¤³¤È¤Ç ! ¤¹¡£¤½¤ì¤ò¤·¤¿¤¯¤Ê¤±¤ì¤Ð¡¢ ! ! touch /etc/.new_unix ! cd /etc/conf/bin ! ./idmkenv ! ! ¤ò¹Ô¤Ã¤Æ¤«¤é¡¢¤½¤ì¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 11. ¼Õ¼­ ! ! ¥³¥¢¥Á¡¼¥à¤Ë¤Ï¡¢º£¤Þ¤Ç¤È¸½ºß¿Ê¹ÔÃæ¤Î SCO Âбþ¤Îºî¶È¤ò½õ¤±¤Æ¤¤¤¿¤À¤­¤Þ ! ¤·¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£SCO ¤Î Stacey Campbell ¤µ¤ó¤Ë¤Ï¡¢½õ¸À¤ä¼±¸«¤òÍ¿ ! ¤¨¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¤³¤È¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£SCO ¤Ë¤Ï°ìÈ̤ˡ¢XFree86 ¤Î³«È¯ ! ¤ËÍøÍѲÄǽ¤Ê¾ðÊó¤òºî¤Ã¤Æ¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! ¤Þ¤¿¡¢Peter Eubert ¤µ¤ó(peter.eubert@iwb.mw.tu-muenchen.dbp.de) ¤È ! Kent Hamilton ¤µ¤ó(kenth@stl.scscom.COM) ¤Ë¤Ï¡¢ 3.2.4 ¥·¥¹¥Æ¥à¤Ç¤Î¥³¥ó ! ¥Ñ¥¤¥ë¤Ë¤Ä¤¤¤Æ¸æ¶µ¼¨¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£ Larry Plona ¤µ ! ¤ó(faxi@world.std.com) ¤È Didier Poirot (dp@chorus.fr) ¤Ë¤Ï¡¢3.1 ¥·¥¹ ! ¥Æ¥à¤Ç¤Î 3.2.4 ¤Î¥³¥ó¥Ñ¥¤¥ë¤È xdm ¤Ë¤Ä¤¤¤Æ¸æ¶µ¼¨¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤· ! ¤Þ¤¹¡£¤Þ¤¿¡¢ÅöÁ³¤Ê¤¬¤é¡¢¥Ù¡¼¥¿¥Æ¥¹¥ÈÍѥ᡼¥ê¥ó¥°¥ê¥¹¥È¤Î³§¤µ¤ó¤Ë¤Ï¿§¡¹ ! ¶µ¤¨¤Æ¤¤¤¿¤À¤¤¤¿¤³¤È¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! ¥Ð¥¤¥Ê¥êÇÛÉÛÍѤΠftp ¥µ¥¤¥È¤òÄ󶡤·¤Æ¤¯¤À¤µ¤Ã¤¿ Jerry Whelan ¤µ ! ¤ó(guru@stasi.bradley.edu)¤Ë¤ÏÆä˴¶¼Õ¤·¤Þ¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SCO,v 1.1.2.2 1999/11/26 15:23:12 hohndel Exp $ ! ! $XConsortium: SCO.sgml /main/11 1996/10/23 11:45:55 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86:1.1.2.1 Wed Jun 2 17:50:53 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86 Sat Nov 27 02:23:12 1999 *************** *** 1,330 **** ! Solaris for x86 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! David Holland ! 25 Feb 1998 ! The X Japanese Documentation Project ! 7 Feb 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. XFree86 ¤Ë¤Ä¤¤¤Æ ! 2. XFree86 3.3.3 ¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿ Solaris for x86 ¤Î¥Ð¡¼¥¸¥ç¥ó ! 3. Solaris x86 ¤Î²¾ÁÛüËöÀÚ¤êÂؤ¨¥µ¥Ö¥·¥¹¥Æ¥à ! 4. Solaris x86 ¤Ç XFree86 ¤ò¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ ! 5. Solaris x86 ¤Ç XFree86 ¤ò¼Â¹Ô¤¹¤ëºÝ¤ÎÃí°Õ ! 6. ´ûÃΤΥХ°¤È Solaris x86 ¤Ë¤ª¤±¤ë²óÈòÊýË¡ ! 7. ¥Ð¥°¤ÎÊó¹ð¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. XFree86 ¤Ë¤Ä¤¤¤Æ ! ! XFree86 ¤Ï X116.3 ¤ò°Ü¿¢¤·¤Æ Intel ¥Ù¡¼¥¹¤Î UNIX ¤ò¤¤¤¯¤Ä¤«¥µ¥Ý¡¼¥È¤· ! ¤¿¤â¤Î¤Ç¤¹¡£XFree86 ¤Ï¸µ¡¹¡¢X11R5 ¤È°ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿ X ¥µ¡¼¥Ð¤Ç¤¢ ! ¤ë X386 1.2 ¤Ç¤·¤¿¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¿·¤·¤¤µ¡Ç½¤ò¥µ¥Ý¡¼¥È¡¢À­Ç½¤Î²þÁ±¤È ! ¶¦¤Ë¥Ð¥°½¤Àµ¤â¿¤¯¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¤³¤Î¥ê¥ê¡¼¥¹¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! ¥³¡¼¥É¤ËÂФ¹¤ë¥½¡¼¥¹ÍѥѥåÁ¤È¤·¤Æ¤âÆþ¼ê¤Ç¤­¤Þ¤¹¤·¡¢Â¿¤¯¤Î¥¢¡¼¥­¥Æ¥¯ ! ¥Á¥ãÍѤΥХ¤¥Ê¥êÇÛÉۤ⤢¤ê¤Þ¤¹¡£ ! ! XFree86 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¥µ¥¤¥È¤«¤é anonymous ftp ¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current ! ! ! XFree86 ¤Î¥½¡¼¥¹¤Î Solaris ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¥µ¥¤¥È¤«¤é anonymous ftp ! ¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/Solaris ! ! ! ! ! 2. XFree86 3.3.3 ¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿ Solaris for x86 ¤Î¥Ð¡¼¥¸¥ç¥ó ! ! ! XFree86 3.3.2 ¤Ï°Ê²¼¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Solaris ¤ÇÀ¹¤ó¤Ë¥Æ¥¹¥È¤µ¤ì¤Þ¤·¤¿: ! ! o Solaris 2.5.1 for x86 ! ! o Solaris 2.6 for x86 ! ! ! 3. Solaris x86 ¤Î²¾ÁÛüËöÀÚ¤êÂؤ¨¥µ¥Ö¥·¥¹¥Æ¥à ! ! ! ²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à¤Ï¡¢Solaris x86 ¤Î¥É¥­¥å¥á¥ó¥È¤¬Ìµ¤¯¡¢¥µ¥Ý¡¼¥È¤â¤µ ! ¤ì¤Æ¤¤¤Ê¤¤µ¡Ç½¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢²¾ÁÛüËö¤ÎÍøÍѤÏÆɼԤ㧤µ¤ó¼«¿È¤ÎÀÕǤ ! ¤Ë¤ª¤¤¤Æ¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! Solaris ¤Î²¾ÁÛüËö¤Ï´ðËÜŪ¤Ë¡¢Intel ¥Ù¡¼¥¹¤Î SVR4 ²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à ! ¤È¤Û¤ÜƱÍͤËÆ°ºî¤·¤Þ¤¹¡£¤·¤«¤·¡¢°Ê²¼¤Ë½Ò¤Ù¤ë¤è¤¦¤Ê¤¤¤¯¤Ä¤«¤ÎÀ©¸Â¤¬¤¢¤ê ! ¤Þ¤¹¡£ ! ! ! ¤Þ¤ººÇ½é¤Ë¡¢Solaris 2.4 x86 ¥·¥¹¥Æ¥à¤Ç²¾ÁÛüËö¤ò»È¤¦¾ì¹ç¡¢É¬ÍפʥǥХ¤ ! ¥¹¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï root ¤Ë¤Ê¤Ã¤Æ¹Ô¤¤¤Þ¤¹¡£ ! ! ! ¤Þ¤º chanmux ¥Ç¥Ð¥¤¥¹¤Î¥á¥¸¥ã¡¼Èֹ椬 100 ¤Ç¤¢¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹: ! ! ! ! # grep -i chanmux /etc/name_to_major ! chanmux 100 ! # ! ! ! ! ! `chanmux' ¤Î¸å¤Î¿ô»ú¤¬ 100 °Ê³°¤Ç¤¢¤ì¤Ð¡¢²¾ÁÛüËö¤òºî¤í¤¦¤È¤¹¤ë¤Î¤Ï¨ ! ¹ï»ß¤á¤Æ¡¢²¾ÁÛüËö¤Ê¤·¤Ç¤ä¤Ã¤Æ¹Ô¤¯ÊýË¡¤ò¹Í¤¨¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ ! ! ! ¤³¤Î¿ô»ú¤¬ 100 ¤Ç¤¢¤ì¤Ð¡¢root ¥æ¡¼¥¶¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¡¢ÍøÍѲÄǽ ! ¤ÊºÇÂç¤Î¿ô¤Î²¾ÁÛüËö¤òºîÀ®¤·¤Þ¤¹¡£ ! ! ! ! # cd /dev ! # mknod vt01 c 100 1 ! # mknod vt02 c 100 2 ! # mknod vt03 c 100 3 ! # mknod vt04 c 100 4 ! # mknod vt05 c 100 5 ! # mknod vt06 c 100 6 ! # mknod vt07 c 100 7 ! ! ! ! ! ºÆÀßÄê¤Î¤¿¤á¤Îµ¯Æ°¤ÏɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ! ¼¡¤Ë¡¢Solaris x86 ¤Î¥Ð¡¼¥¸¥ç¥ó 2.1, 2.4 ¤É¤Á¤é¤Î¥·¥¹¥Æ¥à¤Î¾ì¹ç¤â¡¢¼¡ ! ¤Î¹Ô¤ò inittab ¤ËÄɲ䷤ơ¢²¾ÁÛüËö¤«¤é¥í¥°¥¤¥ó¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! ! (Ãí°Õ: ¤³¤³¤Ç´Ö°ã¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¥·¥¹¥Æ¥à¤Ë¥í¥°¥¤¥ó¤Ç¤­¤Ê¤¯¤Ê¤Ã¤Æ¤· ! ¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£) ! ! --------------------->¤³¤³¤«¤éÀÚ¤ê¼è¤ë<----------------------------------------------- ! v1:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT01 login: " -T AT386 -d /dev/vt01 -l console ! v2:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT02 login: " -T AT386 -d /dev/vt02 -l console ! v3:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT03 login: " -T AT386 -d /dev/vt03 -l console ! v4:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT04 login: " -T AT386 -d /dev/vt04 -l console ! ---------------------->¤³¤³¤Þ¤Ç<----------------------------------------------- ! ! ! ¤³¤Î¹Ô¤òÀßÄꤹ¤ë¤È¡¢Alt-SysReq-F1 ¤«¤é Alt-SysReq-F4 ¤Þ¤Ç¤Î¥­¡¼¤ò»È¤Ã ! ¤Æ 4 ¤Ä¤Î²¾ÁÛüËö¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! ¤½¤ì¤«¤é¥³¥Þ¥ó¥É 'init q' ¤ò¼Â¹Ô¤·¡¢²¾ÁÛüËö¤ò¤¹¤°¤ËÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ! ²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨¤Ë»È¤¦¥­¡¼¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! ! ! ! Alt-SysReq-F1 ¤«¤é Alt-SysReq-F7 ¤Ç¤½¤ì¤¾¤ì²¾ÁÛüËö 1¡Á7 ¤¬ ! Í­¸ú¤Ë¤Ê¤ê¤Þ¤¹(²¾ÁÛüËö¤¬¥¢¥¯¥Æ¥£¥Ö¤Ê¾ì¹ç)¡£ ! ! Alt-SysReq-n ¤Ç¼¡¤Î¥¢¥¯¥Æ¥£¥Ö¤Ê²¾ÁÛüËö¤Î²èÌ̤¬Í­¸ú¤Ë¤Ê¤ê¤Þ ! ¤¹¡£ ! ! Alt-SysReq-p ¤ÇÁ°¤Î¥¢¥¯¥Æ¥£¥Ö¤Ê²¾ÁÛüËö¤Î²èÌ̤¬Í­¸ú¤Ë¤Ê¤ê¤Þ ! ¤¹¡£ ! ! Alt-SysReq-h ¤Ç¥³¥ó¥½¡¼¥ë¤ËÌá¤ê¤Þ¤¹¡£ ! ! ! ! ²¾ÁÛüËö¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢X ¥µ¡¼¥Ð¤¬»È¤¦¤¿¤á¤Î¶õ¤­¤Î²¾ÁÛüËö¤ò¾¯¤Ê¤¯¤È ! ¤â 1 ¤Ä»Ä¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! Solaris x86 ¤Ë¤ª¤±¤ë²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à¤ÎÀ©¸Â¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ! Ä̾ï¤Î 15 ¸Ä¤Ç¤Ï¤Ê¤¯¡¢¹ç·× 8 ¸Ä¤Î²¾ÁÛüËö(Ä̾ï¤Î²¾ÁÛüËö 7¸Ä + ¥³¥ó¥½ ! ¡¼¥ë 1 ¤Ä)¤·¤«»È¤¨¤Þ¤»¤ó¡£8 ¸ÄÁ´¤Æ¤ò³ä¤êÅö¤Æ¤¿¾õÂÖ¤ÇÄɲäβ¾ÁÛüËö¤ò³ä ! ¤êÅö¤Æ¤è¤¦¤È¤¹¤ë¤È¡¢¥·¥¹¥Æ¥à¤¬¥Ñ¥Ë¥Ã¥¯¤·¤Æ¤·¤Þ¤¤¤Þ¤¹¡£(¤³¤Î¥Ð¥°¤Ï ! Solaris ÍÑ XFree86 ¤Î X ¥µ¡¼¥Ð¤Ç¤Ï²óÈò¤µ¤ì¤Æ¤¤¤Þ¤¹¡£) ! ! ! ¥×¥í¥°¥é¥ß¥ó¥°¤ÎΩ¾ì¤«¤é¸À¤¨¤Ð¡¢²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à¤Ï¤Û¤Ü¡ÖAT&T Unix ! System V/386 Release 4 Integrated Software Development Guide¡×¤Ë½ñ¤«¤ì ! ¤Æ¤¤¤ë¤è¤¦¤ËÆ°¤¯¤Î¤Ç¤¹¤¬¡¢ioctl() ¤Î¿¤¯¤¬²õ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! ! 4. Solaris x86 ¤Ç XFree86 ¤ò¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ ! ! ! ! 1. ¹½ÃÛ¤ò¹Ô¤¦¤¿¤á¤ËɬÍפʽ¤Àµ¤ÎÂçÉôʬ¤Ï ~xc/config/cf/xf86site.def ¤Ë ! ¤ª¤±¤ë¤â¤Î¤Ç¤¹¡£ ! ! ! 2. XFree86 ¤Ç¤Ï gcc ¤È ProWorks ¤ò¤É¤Á¤é¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥³¥ó¥Ñ¥¤ ! ¥é¤Ï gcc-2.5.8 ¤« gcc-2.7.2.3 ¤¬¿ä¾©¤µ¤ì¤Æ¤ª¤ê¡¢gcc-2.6.0 ¤Ç¤Ï¤¦¤Þ ! ¤¯¤¤¤«¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢ ~xc/config/cf/xf86site.def ! ¤Ç HasGcc2 ¤òÀµ¤·¤¯ÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤Þ¤¿¡¢¤ª»È¤¤¤Î¥Ð¡¼¥¸¥ç¥ó¤Î gcc ¤¬ `sun' ¤òͽ¤áÄêµÁ¤·¤Æ¤¤¤ë¤³¤È¤ò³Î ! ¤«¤á¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£2.4.5 ¤Ç¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤ ! ¤Þ¤¹¡£É¬Íפ˱þ¤¸¤Æ¡¢/usr/local/lib/gcc-lib/*/*/specs ¥Õ¥¡¥¤¥ë¤òÊÔ½¸ ! ¤·¤Æ *predefines: ¹Ô¤ò½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! Ãí°Õ: gcc ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥¹¥ì¥Ã¥ÉÂбþ¤Î Xlib ¤Ë¤Ï¾¯¤·ÌäÂ꤬¤¢¤ê¤Þ ! ¤¹¡£ 98% ¤Ï¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤Î¤Ç¤¹¤¬¡¢¥¯¥é¥¤¥¢¥ó¥È¤¬¤È¤­¤É¤­¤ª¤«¤·¤Ê¥Ï ! ¥ó¥°¤ò¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÆÃ¤Ë xv-3.10 ¤Ê¤É¤Î²èÁü¥Ó¥å¡¼¥¢¤Ç¤Ï¤³¤ÎÌä ! Â꤬¸²Ãø¤Ç¤¹¡£ ! ! gcc ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢~xc/config/cf/sun.cf ¥Õ¥¡¥¤¥ë¤Ç ThreadedX ! ¤ò NO ¤ËÀßÄꤹ¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ProWorks ¤Ë¤Ï¤³¤ÎÌäÂê¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ ! ! ! 3. XFree86 ¤ò gcc ¤Ç¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¤Ï¡¢gcc ¤È(̵¤¯¤Æ¤â¹½¤¤¤Þ¤»¤ó¤¬) GNU ! binutils ¤Î c++filt ¤¬É¬ÍפǤ¹¡£GNU binutils ¤Î gas ¤È ld ¤ò»È¤Ã¤Æ ! ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ì¤é¤Ë¤Ä¤¤¤Æ¤Ï¡¢Sun ¤¬ÍÑ°Õ¤·¤¿¤â¤Î¤ò»È¤¤¤Þ¤·¤ç¤¦¡£ ! ! XFree86 3.3.2 ¤Ç¤Ï¡¢/opt/SUNWspro/bin ¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ë¡¢¤½¤ì¤¾¤ì¼Â ! ºÝ¤Î gcc, g++, c++filt ¥³¥Þ¥ó¥É¤ò»Ø¤¹ cc, CC, c++filt ¤È¤¤¤¦¥·¥ó¥Ü ! ¥ê¥Ã¥¯¥ê¥ó¥¯¤¬¤ò¤¢¤ë¤è¤¦¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 4. c++filt ¤¬Ìµ¤¤¾ì¹ç¤ä¡¢c++filt ¤ò»È¤¦¤È make World ¤ÇÌäÂ꤬µ¯¤³¤ë¾ì ! ¹ç¤Ë¤Ï¡¢~xc/config/cf/host.def ¥Õ¥¡¥¤¥ë¤Ç UseExportLists ¤ò NO ¤ËÀß ! Äꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! ! 5. ProWorks ¤ò»È¤Ã¤Æ XFree86 ÇÛÉÛ¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢ProWorks ¤Î ! ¥Ä¡¼¥ë·²¤¬»È¤¨¤ë¤è¤¦¤Ë PATH ¤òŬÀڤ˽¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Ä̾ï ! ¤Ï¡¢ /opt/SUNWspro/bin ¤¬¥Ñ¥¹¤ËÆþ¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! ! 6. /usr/ccs/bin ¤Ï PATH ¤ÎÀèƬ¤ËÃÖ¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤³¤Ë¤¢¤ë¥æ¡¼ ! ¥Æ¥£¥ê¥Æ¥£¤ÎÂåÂؤȤʤë GNU ¤Î¥Ä¡¼¥ë¤Î°ìÉô¤ÏÌäÂê¤òµ¯¤³¤¹¤³¤È¤¬Ê¬¤«¤Ã ! ¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥×¥í¥°¥é¥à¤Î /usr/ccs/bin ÈǤϡ¢Â¾¤Î ! ¤É¤Î GNU ÈÇ¥×¥í¥°¥é¥à¤è¤ê¤âÁ°¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£(Æäˡ¢GNU 'ar' ! ¤Ï¹½ÃÛÃæ¤ËÆ°ºî¤·¤Þ¤»¤ó¡£) ! ! ! ! 7. S3, Mach32 ¥µ¡¼¥Ð¤Î¡Ö¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¡×µ¡Ç½¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¥á¥â ! ¥ê¥Þ¥Ã¥×¥È I/O ¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤Ë Solaris x86 ¤Î¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤ ! ¥Ð¤ò¥³¥ó¥Ñ¥¤¥ë¡¦¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï ! I128, P9000, Mach64 ¥µ¡¼¥Ð¤Ç¤Ïɬ¿Ü¤Ç¤¹¡£ ! ! ! ~xc/config/cf/xf86site.def ¥Õ¥¡¥¤¥ë¤Ç¤Ï HasSolx86apertureDrv ¤ò YES ! ¤ËÀßÄꤷ¤Æ¡¢¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤òÍ­¸ú¤Ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! Solaris 2.5 °Ê¹ß¤Ë¤Ï¡¢¤³¤Îµ¡Ç½¤òÄ󶡤¹¤ë¥·¥¹¥Æ¥à¥É¥é¥¤¥Ð ! (/dev/xsvc)¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤Î¤Ç¡¢ ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! Solaris 2.1, 2.4 ÍѤˡ¢¤³¤Î¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤¬ ! ~xc/programs/Xserver/hw/xfree86/etc/apSolx86.shar ¤Ë¤¢¤ê¤Þ¤¹¡£¥É¥é ! ¥¤¥Ð¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë¤Ï³ä¹ç´Êñ¤Ç¤¹¡£ÉÕ°¤Î README ¥Õ¥¡¥¤¥ë¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! 5. Solaris x86 ¤Ç XFree86 ¤ò¼Â¹Ô¤¹¤ëºÝ¤ÎÃí°Õ ! ! ! ! 1. ²¾ÁÛüËö¥Ç¥Ð¥¤¥¹¤òºîÀ®¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ëüËö ! ¥Ç¥Ð¥¤¥¹¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Àµ¤·¤¤¥Ç¥Ð¥¤¥¹¤Ï vt00 ¤Ê¤Î¤Ç¡¢ ! xinit ¥³¥Þ¥ó¥É¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦: ! ! ! ! xinit -- vt00 ! ! ! ! ! ²¾ÁÛüËö¥Ç¥Ð¥¤¥¹¤òºîÀ®¤·¤¿¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ë²¾ÁÛüËö¤ò»ØÄê ! ¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! XF86Setup ¤ò¼Â¹Ô¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¾¯¤Ê¤¯¤È¤â /dev/vt01 ¤òºîÀ® ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¡¢XF86Setup ¤Ïµ¯Æ°¤Ç¤­¤Ê¤¤¤Ç¤·¤ç ! ¤¦¡£ ! 2. Solaris ¤Î¾ì¹ç¡¢¤¿¤Ö¤ó LD_LIBRARY_PATH ¤Ë ! /usr/X11R6/lib:/usr/openwin/lib:/usr/dt/lib ¤òÀßÄꤷ¤Æ¤ª¤¯¤È¤è¤¤¤Ç ! ¤·¤ç¤¦¡£/usr/X11R6/lib ¤ò´Þ¤á¤Æ¤ª¤¯É¬ÍפϤ¿¤Ö¤ó¤¢¤ê¤Þ¤»¤ó¤¬¡¢ÌäÂê¤Ë ! ¤Ê¤ë¤³¤È¤â¤Ê¤¤¤Ç¤·¤ç¤¦ :-) ! ! LD_LIBRARY_PATH ¤Ë /usr/openwin/lib ¤ò´Þ¤á¤ë¤³¤È¤ÏɬÍפǤ¹¡£¤È¤¤¤¦ ! ¤Î¤â¡¢Sun ¤¬Ä󶡤·¤Æ¤¤¤ë¥Ð¥¤¥Ê¥ê¤Î°ìÉô¤Ï¥³¥ó¥Ñ¥¤¥ë»þ¤Ë LD_RUN_PATH ! ¤¬Å¬ÀÚ¤ËÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹¡£ ! ! Motif ¤ä CDE ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤â¡¢LD_LIBRARY_PATH ¤Ë /usr/dt/lib ! ¤¬É¬Íפ«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ! 3. Xqueue ¤Ï Solaris ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£Xqueue ¤ò»È¤¦¤³¤È¤Ï¤Ç ! ¤­¤Þ¤¹¤¬¡¢¥«¡¼¥Í¥ëÆâ¤Ë¥É¥é¥¤¥Ð¤¬Ìµ¤¤¤è¤¦¤Ç¤¹¡£(Í׳Îǧ) ! ! ! ! 4. Solaris ¤Ç xdm ¤ò»È¤¤¤¿¤±¤ì¤Ð¡¢¥Æ¥ó¥Ý¥é¥ê¥Ç¥£¥ì¥¯¥È¥ê¤Ç shar ·Á¼°¤Î ! ¥Õ¥¡¥¤¥ë /usr/X11R6/lib/X11/etc/XdmConf.svr4 ¤«¤é¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Æ ! ¤¯¤À¤µ¤¤¡£README ¥Õ¥¡¥¤¥ë¤Ë¡¢¤½¤ì¤¾¤ì¤Î¥Õ¥¡¥¤¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ëÀ褬½ñ ! ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£¤½¤ì¤¾¤ì¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ïɬ¤ºÌܤòÄ̤·¡¢É¬Íפ˱þ¤¸¤Æ¥µ¥¤ ! ¥È¸ÇÍ­¤Î½¤Àµ¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 6. ´ûÃΤΥХ°¤È Solaris x86 ¤Ë¤ª¤±¤ë²óÈòÊýË¡ ! ! ! ! 1. Solaris 2.1 for x86 ¤Î OpenWindows ¤Î filemgr ¤Ï X11R5 ¤Î X ¥µ¡¼¥Ð ! ¾å¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£¤ª¤½¤é¤¯ X11R6 ¤Î X ¥µ¡¼¥Ð¾å¤Ç¤âÆ°ºî¤·¤Ê¤¤¤Ç ! ¤·¤ç¤¦¡£¥Õ¥¡¥¤¥ë¤ò¡Ö¥É¥é¥Ã¥°&¥É¥í¥Ã¥×¡×¤·¤è¤¦¤È¤¹¤ë¤È¡¢filemgr ¤¬ ! `X error' ¤Ç°Û¾ï½ªÎ»¤·¤Þ¤¹¡£ ! ! Solaris 2.4 ¤Ç¤Ï¤³¤ÎÌäÂê¤Ïµ¯¤³¤ê¤Þ¤»¤ó¡£ ! ! ! ¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ëÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! ! ! 7. ¥Ð¥°¤ÎÊó¹ð¤Ë¤Ä¤¤¤Æ ! ! ! ¥Ð¥°¤ÎÊó¹ð¤Ï XFree86@XFree86.org ¤ËÁ÷¤ë¤«¡¢¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£Solaris ¤Î¥µ¥Ý¡¼¥È¤ä ! Solaris ÍѤÎÇÛÉۤ˴ؤ¹¤ë¼ÁÌä¤ä¥³¥á¥ó¥È¤Ï davidh@use.com ¤Þ¤¿¤Ï ! danson@lgc.com ¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86,v 1.1.2.1 1999/06/02 07:50:53 hohndel Exp $ ! ! ! ! ! ! $XConsortium: SOLX86.sgml /main/7 1996/10/28 05:43:28 kaleb $ ! ! ! ! ! ! ! ! --- 1,246 ---- ! Solaris for x86 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! David Holland ! 25 Feb 1998 ! The X Japanese Documentation Project ! 7 Feb 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. XFree86 ¤Ë¤Ä¤¤¤Æ ! 2. XFree86 3.3.3 ¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿ Solaris for x86 ¤Î¥Ð¡¼¥¸¥ç¥ó ! 3. Solaris x86 ¤Î²¾ÁÛüËöÀÚ¤êÂؤ¨¥µ¥Ö¥·¥¹¥Æ¥à ! 4. Solaris x86 ¤Ç XFree86 ¤ò¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ ! 5. Solaris x86 ¤Ç XFree86 ¤ò¼Â¹Ô¤¹¤ëºÝ¤ÎÃí°Õ ! 6. ´ûÃΤΥХ°¤È Solaris x86 ¤Ë¤ª¤±¤ë²óÈòÊýË¡ ! 7. ¥Ð¥°¤ÎÊó¹ð¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. XFree86 ¤Ë¤Ä¤¤¤Æ ! ! XFree86 ¤Ï X116.3 ¤ò°Ü¿¢¤·¤Æ Intel ¥Ù¡¼¥¹¤Î UNIX ¤ò¤¤¤¯¤Ä¤«¥µ¥Ý¡¼¥È¤· ! ¤¿¤â¤Î¤Ç¤¹¡£XFree86 ¤Ï¸µ¡¹¡¢X11R5 ¤È°ì½ï¤ËÇÛÉÛ¤µ¤ì¤Æ¤¤¤¿ X ¥µ¡¼¥Ð¤Ç¤¢ ! ¤ë X386 1.2 ¤Ç¤·¤¿¡£¤³¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¿·¤·¤¤µ¡Ç½¤ò¥µ¥Ý¡¼¥È¡¢À­Ç½¤Î²þÁ±¤È ! ¶¦¤Ë¥Ð¥°½¤Àµ¤â¿¤¯¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¤³¤Î¥ê¥ê¡¼¥¹¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! ¥³¡¼¥É¤ËÂФ¹¤ë¥½¡¼¥¹ÍѥѥåÁ¤È¤·¤Æ¤âÆþ¼ê¤Ç¤­¤Þ¤¹¤·¡¢Â¿¤¯¤Î¥¢¡¼¥­¥Æ¥¯ ! ¥Á¥ãÍѤΥХ¤¥Ê¥êÇÛÉۤ⤢¤ê¤Þ¤¹¡£ ! ! XFree86 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¥µ¥¤¥È¤«¤é anonymous ftp ¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current ! ! XFree86 ¤Î¥½¡¼¥¹¤Î Solaris ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¥µ¥¤¥È¤«¤é anonymous ftp ! ¤ÇÆþ¼ê¤Ç¤­¤Þ¤¹: ! ! ftp://ftp.XFree86.org/pub/XFree86/current/binaries/Solaris ! ! 2. XFree86 3.3.3 ¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿ Solaris for x86 ¤Î¥Ð¡¼¥¸¥ç¥ó ! ! XFree86 3.3.2 ¤Ï°Ê²¼¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Solaris ¤ÇÀ¹¤ó¤Ë¥Æ¥¹¥È¤µ¤ì¤Þ¤·¤¿: ! ! o Solaris 2.5.1 for x86 ! ! o Solaris 2.6 for x86 ! ! 3. Solaris x86 ¤Î²¾ÁÛüËöÀÚ¤êÂؤ¨¥µ¥Ö¥·¥¹¥Æ¥à ! ! ²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à¤Ï¡¢Solaris x86 ¤Î¥É¥­¥å¥á¥ó¥È¤¬Ìµ¤¯¡¢¥µ¥Ý¡¼¥È¤â¤µ ! ¤ì¤Æ¤¤¤Ê¤¤µ¡Ç½¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢²¾ÁÛüËö¤ÎÍøÍѤÏÆɼԤ㧤µ¤ó¼«¿È¤ÎÀÕǤ ! ¤Ë¤ª¤¤¤Æ¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! Solaris ¤Î²¾ÁÛüËö¤Ï´ðËÜŪ¤Ë¡¢Intel ¥Ù¡¼¥¹¤Î SVR4 ²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à ! ¤È¤Û¤ÜƱÍͤËÆ°ºî¤·¤Þ¤¹¡£¤·¤«¤·¡¢°Ê²¼¤Ë½Ò¤Ù¤ë¤è¤¦¤Ê¤¤¤¯¤Ä¤«¤ÎÀ©¸Â¤¬¤¢¤ê ! ¤Þ¤¹¡£ ! ! ¤Þ¤ººÇ½é¤Ë¡¢Solaris 2.4 x86 ¥·¥¹¥Æ¥à¤Ç²¾ÁÛüËö¤ò»È¤¦¾ì¹ç¡¢É¬ÍפʥǥХ¤ ! ¥¹¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï root ¤Ë¤Ê¤Ã¤Æ¹Ô¤¤¤Þ¤¹¡£ ! ! ¤Þ¤º chanmux ¥Ç¥Ð¥¤¥¹¤Î¥á¥¸¥ã¡¼Èֹ椬 100 ¤Ç¤¢¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹: ! ! # grep -i chanmux /etc/name_to_major ! chanmux 100 ! # ! ! `chanmux' ¤Î¸å¤Î¿ô»ú¤¬ 100 °Ê³°¤Ç¤¢¤ì¤Ð¡¢²¾ÁÛüËö¤òºî¤í¤¦¤È¤¹¤ë¤Î¤Ï¨ ! ¹ï»ß¤á¤Æ¡¢²¾ÁÛüËö¤Ê¤·¤Ç¤ä¤Ã¤Æ¹Ô¤¯ÊýË¡¤ò¹Í¤¨¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ ! ! ¤³¤Î¿ô»ú¤¬ 100 ¤Ç¤¢¤ì¤Ð¡¢root ¥æ¡¼¥¶¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¡¢ÍøÍѲÄǽ ! ¤ÊºÇÂç¤Î¿ô¤Î²¾ÁÛüËö¤òºîÀ®¤·¤Þ¤¹¡£ ! ! # cd /dev ! # mknod vt01 c 100 1 ! # mknod vt02 c 100 2 ! # mknod vt03 c 100 3 ! # mknod vt04 c 100 4 ! # mknod vt05 c 100 5 ! # mknod vt06 c 100 6 ! # mknod vt07 c 100 7 ! ! ºÆÀßÄê¤Î¤¿¤á¤Îµ¯Æ°¤ÏɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ¼¡¤Ë¡¢Solaris x86 ¤Î¥Ð¡¼¥¸¥ç¥ó 2.1, 2.4 ¤É¤Á¤é¤Î¥·¥¹¥Æ¥à¤Î¾ì¹ç¤â¡¢¼¡ ! ¤Î¹Ô¤ò inittab ¤ËÄɲ䷤ơ¢²¾ÁÛüËö¤«¤é¥í¥°¥¤¥ó¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! (Ãí°Õ: ¤³¤³¤Ç´Ö°ã¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¥·¥¹¥Æ¥à¤Ë¥í¥°¥¤¥ó¤Ç¤­¤Ê¤¯¤Ê¤Ã¤Æ¤· ! ¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£) ! ! --------------------->¤³¤³¤«¤éÀÚ¤ê¼è¤ë<----------------------------------------------- ! v1:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT01 login: " -T AT386 -d /dev/vt01 -l console ! v2:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT02 login: " -T AT386 -d /dev/vt02 -l console ! v3:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT03 login: " -T AT386 -d /dev/vt03 -l console ! v4:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` VT04 login: " -T AT386 -d /dev/vt04 -l console ! ---------------------->¤³¤³¤Þ¤Ç<----------------------------------------------- ! ! ¤³¤Î¹Ô¤òÀßÄꤹ¤ë¤È¡¢Alt-SysReq-F1 ¤«¤é Alt-SysReq-F4 ¤Þ¤Ç¤Î¥­¡¼¤ò»È¤Ã ! ¤Æ 4 ¤Ä¤Î²¾ÁÛüËö¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¤½¤ì¤«¤é¥³¥Þ¥ó¥É 'init q' ¤ò¼Â¹Ô¤·¡¢²¾ÁÛüËö¤ò¤¹¤°¤ËÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨¤Ë»È¤¦¥­¡¼¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! Alt-SysReq-F1 ¤«¤é Alt-SysReq-F7 ¤Ç¤½¤ì¤¾¤ì²¾ÁÛüËö 1¡Á7 ¤¬ ! Í­¸ú¤Ë¤Ê¤ê¤Þ¤¹(²¾ÁÛüËö¤¬¥¢¥¯¥Æ¥£¥Ö¤Ê¾ì¹ç)¡£ ! ! Alt-SysReq-n ¤Ç¼¡¤Î¥¢¥¯¥Æ¥£¥Ö¤Ê²¾ÁÛüËö¤Î²èÌ̤¬Í­¸ú¤Ë¤Ê¤ê¤Þ ! ¤¹¡£ ! ! Alt-SysReq-p ¤ÇÁ°¤Î¥¢¥¯¥Æ¥£¥Ö¤Ê²¾ÁÛüËö¤Î²èÌ̤¬Í­¸ú¤Ë¤Ê¤ê¤Þ ! ¤¹¡£ ! ! Alt-SysReq-h ¤Ç¥³¥ó¥½¡¼¥ë¤ËÌá¤ê¤Þ¤¹¡£ ! ! ²¾ÁÛüËö¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢X ¥µ¡¼¥Ð¤¬»È¤¦¤¿¤á¤Î¶õ¤­¤Î²¾ÁÛüËö¤ò¾¯¤Ê¤¯¤È ! ¤â 1 ¤Ä»Ä¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Solaris x86 ¤Ë¤ª¤±¤ë²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à¤ÎÀ©¸Â¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! Ä̾ï¤Î 15 ¸Ä¤Ç¤Ï¤Ê¤¯¡¢¹ç·× 8 ¸Ä¤Î²¾ÁÛüËö(Ä̾ï¤Î²¾ÁÛüËö 7¸Ä + ¥³¥ó¥½ ! ¡¼¥ë 1 ¤Ä)¤·¤«»È¤¨¤Þ¤»¤ó¡£8 ¸ÄÁ´¤Æ¤ò³ä¤êÅö¤Æ¤¿¾õÂÖ¤ÇÄɲäβ¾ÁÛüËö¤ò³ä ! ¤êÅö¤Æ¤è¤¦¤È¤¹¤ë¤È¡¢¥·¥¹¥Æ¥à¤¬¥Ñ¥Ë¥Ã¥¯¤·¤Æ¤·¤Þ¤¤¤Þ¤¹¡£(¤³¤Î¥Ð¥°¤Ï ! Solaris ÍÑ XFree86 ¤Î X ¥µ¡¼¥Ð¤Ç¤Ï²óÈò¤µ¤ì¤Æ¤¤¤Þ¤¹¡£) ! ! ¥×¥í¥°¥é¥ß¥ó¥°¤ÎΩ¾ì¤«¤é¸À¤¨¤Ð¡¢²¾ÁÛüËö¥µ¥Ö¥·¥¹¥Æ¥à¤Ï¤Û¤Ü¡ÖAT&T Unix ! System V/386 Release 4 Integrated Software Development Guide¡×¤Ë½ñ¤«¤ì ! ¤Æ¤¤¤ë¤è¤¦¤ËÆ°¤¯¤Î¤Ç¤¹¤¬¡¢ioctl() ¤Î¿¤¯¤¬²õ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 4. Solaris x86 ¤Ç XFree86 ¤ò¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ ! ! 1. ¹½ÃÛ¤ò¹Ô¤¦¤¿¤á¤ËɬÍפʽ¤Àµ¤ÎÂçÉôʬ¤Ï ~xc/config/cf/xf86site.def ¤Ë ! ¤ª¤±¤ë¤â¤Î¤Ç¤¹¡£ ! ! 2. XFree86 ¤Ç¤Ï gcc ¤È ProWorks ¤ò¤É¤Á¤é¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥³¥ó¥Ñ¥¤ ! ¥é¤Ï gcc-2.5.8 ¤« gcc-2.7.2.3 ¤¬¿ä¾©¤µ¤ì¤Æ¤ª¤ê¡¢gcc-2.6.0 ¤Ç¤Ï¤¦¤Þ ! ¤¯¤¤¤«¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢ ~xc/config/cf/xf86site.def ! ¤Ç HasGcc2 ¤òÀµ¤·¤¯ÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤Þ¤¿¡¢¤ª»È¤¤¤Î¥Ð¡¼¥¸¥ç¥ó¤Î gcc ¤¬ `sun' ¤òͽ¤áÄêµÁ¤·¤Æ¤¤¤ë¤³¤È¤ò³Î ! ¤«¤á¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£2.4.5 ¤Ç¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤ ! ¤Þ¤¹¡£É¬Íפ˱þ¤¸¤Æ¡¢/usr/local/lib/gcc-lib/*/*/specs ¥Õ¥¡¥¤¥ë¤òÊÔ½¸ ! ¤·¤Æ *predefines: ¹Ô¤ò½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Ãí°Õ: gcc ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥¹¥ì¥Ã¥ÉÂбþ¤Î Xlib ¤Ë¤Ï¾¯¤·ÌäÂ꤬¤¢¤ê¤Þ ! ¤¹¡£ 98% ¤Ï¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤Î¤Ç¤¹¤¬¡¢¥¯¥é¥¤¥¢¥ó¥È¤¬¤È¤­¤É¤­¤ª¤«¤·¤Ê¥Ï ! ¥ó¥°¤ò¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÆÃ¤Ë xv-3.10 ¤Ê¤É¤Î²èÁü¥Ó¥å¡¼¥¢¤Ç¤Ï¤³¤ÎÌä ! Â꤬¸²Ãø¤Ç¤¹¡£ ! ! gcc ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢~xc/config/cf/sun.cf ¥Õ¥¡¥¤¥ë¤Ç ThreadedX ! ¤ò NO ¤ËÀßÄꤹ¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ProWorks ¤Ë¤Ï¤³¤ÎÌäÂê¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ ! ! 3. XFree86 ¤ò gcc ¤Ç¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¤Ï¡¢gcc ¤È(̵¤¯¤Æ¤â¹½¤¤¤Þ¤»¤ó¤¬) GNU ! binutils ¤Î c++filt ¤¬É¬ÍפǤ¹¡£GNU binutils ¤Î gas ¤È ld ¤ò»È¤Ã¤Æ ! ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ì¤é¤Ë¤Ä¤¤¤Æ¤Ï¡¢Sun ¤¬ÍÑ°Õ¤·¤¿¤â¤Î¤ò»È¤¤¤Þ¤·¤ç¤¦¡£ ! ! XFree86 3.3.2 ¤Ç¤Ï¡¢/opt/SUNWspro/bin ¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ë¡¢¤½¤ì¤¾¤ì¼Â ! ºÝ¤Î gcc, g++, c++filt ¥³¥Þ¥ó¥É¤ò»Ø¤¹ cc, CC, c++filt ¤È¤¤¤¦¥·¥ó¥Ü ! ¥ê¥Ã¥¯¥ê¥ó¥¯¤¬¤ò¤¢¤ë¤è¤¦¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 4. c++filt ¤¬Ìµ¤¤¾ì¹ç¤ä¡¢c++filt ¤ò»È¤¦¤È make World ¤ÇÌäÂ꤬µ¯¤³¤ë¾ì ! ¹ç¤Ë¤Ï¡¢~xc/config/cf/host.def ¥Õ¥¡¥¤¥ë¤Ç UseExportLists ¤ò NO ¤ËÀß ! Äꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 5. ProWorks ¤ò»È¤Ã¤Æ XFree86 ÇÛÉÛ¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢ProWorks ¤Î ! ¥Ä¡¼¥ë·²¤¬»È¤¨¤ë¤è¤¦¤Ë PATH ¤òŬÀڤ˽¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Ä̾ï ! ¤Ï¡¢ /opt/SUNWspro/bin ¤¬¥Ñ¥¹¤ËÆþ¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 6. /usr/ccs/bin ¤Ï PATH ¤ÎÀèƬ¤ËÃÖ¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤³¤Ë¤¢¤ë¥æ¡¼ ! ¥Æ¥£¥ê¥Æ¥£¤ÎÂåÂؤȤʤë GNU ¤Î¥Ä¡¼¥ë¤Î°ìÉô¤ÏÌäÂê¤òµ¯¤³¤¹¤³¤È¤¬Ê¬¤«¤Ã ! ¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥×¥í¥°¥é¥à¤Î /usr/ccs/bin ÈǤϡ¢Â¾¤Î ! ¤É¤Î GNU ÈÇ¥×¥í¥°¥é¥à¤è¤ê¤âÁ°¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£(Æäˡ¢GNU 'ar' ! ¤Ï¹½ÃÛÃæ¤ËÆ°ºî¤·¤Þ¤»¤ó¡£) ! ! 7. S3, Mach32 ¥µ¡¼¥Ð¤Î¡Ö¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¡×µ¡Ç½¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¥á¥â ! ¥ê¥Þ¥Ã¥×¥È I/O ¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤Ë Solaris x86 ¤Î¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤ ! ¥Ð¤ò¥³¥ó¥Ñ¥¤¥ë¡¦¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï ! I128, P9000, Mach64 ¥µ¡¼¥Ð¤Ç¤Ïɬ¿Ü¤Ç¤¹¡£ ! ! ~xc/config/cf/xf86site.def ¥Õ¥¡¥¤¥ë¤Ç¤Ï HasSolx86apertureDrv ¤ò YES ! ¤ËÀßÄꤷ¤Æ¡¢¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤òÍ­¸ú¤Ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! Solaris 2.5 °Ê¹ß¤Ë¤Ï¡¢¤³¤Îµ¡Ç½¤òÄ󶡤¹¤ë¥·¥¹¥Æ¥à¥É¥é¥¤¥Ð ! (/dev/xsvc)¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¥µ¡¼¥Ð¤¬¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤Î¤Ç¡¢ ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! Solaris 2.1, 2.4 ÍѤˡ¢¤³¤Î¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤¬ ! ~xc/programs/Xserver/hw/xfree86/etc/apSolx86.shar ¤Ë¤¢¤ê¤Þ¤¹¡£¥É¥é ! ¥¤¥Ð¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë¤Ï³ä¹ç´Êñ¤Ç¤¹¡£ÉÕ°¤Î README ¥Õ¥¡¥¤¥ë¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 5. Solaris x86 ¤Ç XFree86 ¤ò¼Â¹Ô¤¹¤ëºÝ¤ÎÃí°Õ ! ! 1. ²¾ÁÛüËö¥Ç¥Ð¥¤¥¹¤òºîÀ®¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ëüËö ! ¥Ç¥Ð¥¤¥¹¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Àµ¤·¤¤¥Ç¥Ð¥¤¥¹¤Ï vt00 ¤Ê¤Î¤Ç¡¢ ! xinit ¥³¥Þ¥ó¥É¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦: ! ! xinit -- vt00 ! ! ²¾ÁÛüËö¥Ç¥Ð¥¤¥¹¤òºîÀ®¤·¤¿¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ë²¾ÁÛüËö¤ò»ØÄê ! ¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! XF86Setup ¤ò¼Â¹Ô¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¾¯¤Ê¤¯¤È¤â /dev/vt01 ¤òºîÀ® ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¡¢XF86Setup ¤Ïµ¯Æ°¤Ç¤­¤Ê¤¤¤Ç¤·¤ç ! ¤¦¡£ ! 2. Solaris ¤Î¾ì¹ç¡¢¤¿¤Ö¤ó LD_LIBRARY_PATH ¤Ë ! /usr/X11R6/lib:/usr/openwin/lib:/usr/dt/lib ¤òÀßÄꤷ¤Æ¤ª¤¯¤È¤è¤¤¤Ç ! ¤·¤ç¤¦¡£/usr/X11R6/lib ¤ò´Þ¤á¤Æ¤ª¤¯É¬ÍפϤ¿¤Ö¤ó¤¢¤ê¤Þ¤»¤ó¤¬¡¢ÌäÂê¤Ë ! ¤Ê¤ë¤³¤È¤â¤Ê¤¤¤Ç¤·¤ç¤¦ :-) ! ! LD_LIBRARY_PATH ¤Ë /usr/openwin/lib ¤ò´Þ¤á¤ë¤³¤È¤ÏɬÍפǤ¹¡£¤È¤¤¤¦ ! ¤Î¤â¡¢Sun ¤¬Ä󶡤·¤Æ¤¤¤ë¥Ð¥¤¥Ê¥ê¤Î°ìÉô¤Ï¥³¥ó¥Ñ¥¤¥ë»þ¤Ë LD_RUN_PATH ! ¤¬Å¬ÀÚ¤ËÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹¡£ ! ! Motif ¤ä CDE ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤â¡¢LD_LIBRARY_PATH ¤Ë /usr/dt/lib ! ¤¬É¬Íפ«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 3. Xqueue ¤Ï Solaris ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£Xqueue ¤ò»È¤¦¤³¤È¤Ï¤Ç ! ¤­¤Þ¤¹¤¬¡¢¥«¡¼¥Í¥ëÆâ¤Ë¥É¥é¥¤¥Ð¤¬Ìµ¤¤¤è¤¦¤Ç¤¹¡£(Í׳Îǧ) ! ! 4. Solaris ¤Ç xdm ¤ò»È¤¤¤¿¤±¤ì¤Ð¡¢¥Æ¥ó¥Ý¥é¥ê¥Ç¥£¥ì¥¯¥È¥ê¤Ç shar ·Á¼°¤Î ! ¥Õ¥¡¥¤¥ë /usr/X11R6/lib/X11/etc/XdmConf.svr4 ¤«¤é¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Æ ! ¤¯¤À¤µ¤¤¡£README ¥Õ¥¡¥¤¥ë¤Ë¡¢¤½¤ì¤¾¤ì¤Î¥Õ¥¡¥¤¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ëÀ褬½ñ ! ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£¤½¤ì¤¾¤ì¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ïɬ¤ºÌܤòÄ̤·¡¢É¬Íפ˱þ¤¸¤Æ¥µ¥¤ ! ¥È¸ÇÍ­¤Î½¤Àµ¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6. ´ûÃΤΥХ°¤È Solaris x86 ¤Ë¤ª¤±¤ë²óÈòÊýË¡ ! ! 1. Solaris 2.1 for x86 ¤Î OpenWindows ¤Î filemgr ¤Ï X11R5 ¤Î X ¥µ¡¼¥Ð ! ¾å¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£¤ª¤½¤é¤¯ X11R6 ¤Î X ¥µ¡¼¥Ð¾å¤Ç¤âÆ°ºî¤·¤Ê¤¤¤Ç ! ¤·¤ç¤¦¡£¥Õ¥¡¥¤¥ë¤ò¡Ö¥É¥é¥Ã¥°&¥É¥í¥Ã¥×¡×¤·¤è¤¦¤È¤¹¤ë¤È¡¢filemgr ¤¬ ! `X error' ¤Ç°Û¾ï½ªÎ»¤·¤Þ¤¹¡£ ! ! Solaris 2.4 ¤Ç¤Ï¤³¤ÎÌäÂê¤Ïµ¯¤³¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ëÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! 7. ¥Ð¥°¤ÎÊó¹ð¤Ë¤Ä¤¤¤Æ ! ! ¥Ð¥°¤ÎÊó¹ð¤Ï XFree86@XFree86.org ¤ËÁ÷¤ë¤«¡¢¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£Solaris ¤Î¥µ¥Ý¡¼¥È¤ä ! Solaris ÍѤÎÇÛÉۤ˴ؤ¹¤ë¼ÁÌä¤ä¥³¥á¥ó¥È¤Ï davidh@use.com ¤Þ¤¿¤Ï ! danson@lgc.com ¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SOLX86,v 1.1.2.2 1999/11/26 15:23:12 hohndel Exp $ ! ! $XConsortium: SOLX86.sgml /main/7 1996/10/28 05:43:28 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4:1.1.2.2 Wed Jun 2 17:50:53 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4 Sat Nov 27 02:23:13 1999 *************** *** 1,462 **** ! SVR4 ¥æ¡¼¥¶¤Î¤¿¤á¤Î¾ðÊó ! The XFree86 Project, Inc ! 1998ǯ2·î27Æü(1998ǯ3·î1ÆüÌõ) ! Ìî¼ ¹âÌÀ(Takaaki Nomura) ! ! Ãí°Õ: ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤¿¥µ¡¼¥Ð¤ò¤ª»È¤¤¤Ë¤Ê¤ë¾ì¹ç¤Ï¡¢ ! 10Àá¤ò¤ªÆɤߤˤʤꡢ½ñ¤¤¤Æ¤¢¤ë¤³¤È¤Ë½¾¤Ã¤Æ²¼¤µ¤¤¡£¤½¤¦¤·¤Ê¤¤¤È¡¢X ¥µ¡¼ ! ¥Ð¤ò½ªÎ»¤µ¤»¤¿¤ê¡¢ºÆµ¯Æ°¤·¤¿¤ê¡¢²¾ÁÛüËö¤ÎÀÚÂؤ¨¤ò¹Ô¤Ê¤Ã¤¿¤ê¤·¤¿»þ ! ¤Ë¡¢X ¥µ¡¼¥Ð¤Ï¥¯¥é¥Ã¥·¥å¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 1. XFree86 ¤¬¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤ë SVR4 ¤Î¥Ð¡¼¥¸¥ç¥ó ! ! XFree86 ¤Ï¡¢¼¡¤Î¥Ð¡¼¥¸¥ç¥ó¤Î SVR4 ¾å¤Ç¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! SVR4.0 ! ! o Microport: 2.2, 3.1, 4.1, 4.2 ! ! o Esix: 4.0.3A, 4.0.4, 4.0.4.1 ! ! o Dell: 2.1, 2.2, 2.2.1 ! ! o UHC: 2.0, 3.6 ! ! o Consensys: 1.2 ! ! o MST: 4.0.3 ! ! o AT&T: 2.1, 4.0 ! ! o ISC: 4.0.3 ! ! o NCR: MP-RAS ! ! o PANIX: 5.0 ! ! SVR4.2 ! ! o Consensys ! ! o Novell/SCO UnixWare 1.x, 2.0 ! ! ´ðËÜŪ¤Ë¡¢XFree86 ¤Î SVR4 ÍѥХ¤¥Ê¥ê¤Ï¡¢ISA¡¢EISA¡¢MCA ¥×¥é¥Ã¥È¥Õ¥©¡¼ ! ¥à¾å¤Î¤¤¤«¤Ê¤ë SVR4.0(Solaris 2.x ¤ÏÎã³°)¤¢¤ë¤¤¤Ï SVR4.2 ¾å¤Ç¤â̵Êѹ¹ ! ¤ÇÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥ê¥¹¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤ SVR4 ¾å¤Ç XFree86 ¤ò¤ª»È ! ¤¤¤Ç¤¢¤ì¤Ð¡¢¤½¤Î¤³¤È¤ò²æ¡¹¤ËÃΤ餻¤Æ²¼¤µ¤¤¡£ ! ! ! 2. VT-switch ¤Î¥Û¥Ã¥È¥­¡¼¤ÎÂнèÊýË¡ ! ! VT-switch(²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨)¤Î¥Û¥Ã¥È¥­¡¼¤Ë´Ø¤·¤Æ¤Ï¡¢¤¤¤¯¤Ä¤«¤Î¥Ð¡¼ ! ¥¸¥ç¥ó¤Î SVR4(Esix, Microport)¤Ï¡¢2¥­¡¼¡¦¥·¡¼¥±¥ó¥¹(Alt-Fn)¤ò²Äǽ¤Ë¤¹ ! ¤ë¥á¥«¥Ë¥º¥à¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£É¸½àŪ¤Ê SVR4 ¤Î¥á¥«¥Ë¥º¥à¤Ï¡¢Alt-SysReq- ! Fn ¤Ç¤¹¡£X ¤òÁö¤é¤»¤ë¤È¡¢Alt-Fn ¥·¡¼¥±¥ó¥¹¤Ï¡¢¥µ¡¼¥Ð¤¬¸«¤ë¤è¤ê¤âÀè¤Ë¥É ! ¥é¥¤¥Ð¤¬²£¼è¤ê¤·¤Æ¤·¤Þ¤¤¡¢X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤½¤ì¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ ! ¤»¤ó¡£¤½¤³¤Ç¡¢X ¤òÁö¤é¤»¤Æ¤¤¤ë»þ¤Ï¡¢É¸½àŪ¤Ê 3¥­¡¼¡¦¥·¡¼¥±¥ó¥¹¤ËÌá¤ë¤³ ! ¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤³¤ì¤Ø¤ÎÂнè¤Î»ÅÊý¤Ï¡¢¼¡¤ÎÄ̤ê¤Ç¤¹¡£ ! ! Microport ! Microport ¤Î¤ä¤êÊý¤ÏÈó¾ï¤Ëñ½ã¤Ç¤¹¡£2¥­¡¼¡¦¥â¡¼¥É¤Ï "Microport ! Mode"¡¢ 3¥­¡¼¡¦¥â¡¼¥É¤Ï "Compatible Mode" ¤È¸Æ¤Ð¤ì¤Æ¤¤¤Þ ! ¤¹¡£Microport Mode ¤Ë¤Ï Alt-SysReq-m ¤Ç¡¢Compatible Mode ¤Ë¤Ï ! Alt-SysReq-c ¤ÇÆþ¤ì¤Þ¤¹¡£X ¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬ Alt-Fn ¥·¡¼¥±¥ó¥¹¤Ë ! ¥¢¥¯¥»¥¹¤¹¤ë¤Î¤ò²Äǽ¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òµ¯Æ°¸å¡¢Alt- ! SysReq-c ¤òÆþÎϤ¹¤ë¤À¤±¤Ç¤¤¤¤¤Î¤Ç¤¹¡£ ! ! Esix ! Esix ¤Ë¤Ï¥â¡¼¥ÉÀÚ¤êÂؤ¨¤ò¤¹¤ë¥­¡¼¡¦¥·¡¼¥±¥ó¥¹¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤½¤ì ! ¤Ï¡¢¼¡¤Î 2¥ì¥Ù¥ë¤Ç¹Ô¤Ê¤¤¤Þ¤¹¡£ ! ! ! 1. ¤É¤Á¤é¤Î¥â¡¼¥É¤ò¥Ç¥Õ¥©¥ë¥È¤Ë¤¹¤ë¤«¤ò·è¤á¤ë¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿ ! ¤¬¤¢¤ê¤Þ¤¹¡£¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿¤Ï¡¢/etc/conf/pack.d/kd/space.c ! ¤Ë¤ª¤±¤ë kd_2keysw ¤Î½é´ü²½¤Ç¡¢¤½¤ì¤ò 1(¥Ç¥Õ¥©¥ë¥È)¤Ë¤¹¤ë ! ¤È¡¢2¥­¡¼¡¦¥â¡¼¥É¤Ë¤Ê¤ê¡¢0 ¤Ë¤¹¤ë¤È¡¢¤½¤ì¤¬ disable ¤µ¤ì¤Þ ! ¤¹¡£ ! ! ! 2. ¥â¡¼¥É¤Ï¡¢³Æ¡¹¤Î VT ¤¬ ioctl() ¤òȯ¹Ô¤¹¤ë¤³¤È¤Ë¤è¤êÊѹ¹¤Ç¤­¤Þ ! ¤¹¡£ XFree86 ¥æ¡¼¥¶¤ÎÊص¹¤ò¿Þ¤ë¤¿¤á¡¢`2key' ¤È¸Æ¤Ð¤ì¤ë¥×¥í¥° ! ¥é¥à¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£(¥½¡¼¥¹¥Ä¥ê¡¼¾å¤Ç¤Ï ! xc/programs/Xserver/hw/xfree86/etc/ ¤Ë¡¢¥Ð¥¤¥Ê¥ê¤Ç¤Ï ! /usr/X11R6/lib/X11/etc/ ¤Ë¤¢¤ê¤Þ¤¹¡£) ¤³¤Î¥×¥í¥°¥é¥à¤ò¥³¥ó¥Ñ ! ¥¤¥ë¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡£¤³¤ì¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢ ! XF86Config ¤Î Keyboard ¥»¥¯¥·¥ç¥ó¤Ë `VTInit "2key off"' ¤Î ! 1¹Ô¤òÆþ¤ì¤Æ¡¢¥µ¡¼¥Ðµ¯Æ°»þ¤Ë¤½¤Î¥×¥í¥°¥é¥à¤¬¼«Æ°Åª¤Ë¼Â¹Ô¤µ¤ì¤ë ! ¤è¤¦¤Ë¤·¤Æ²¼¤µ¤¤¡£¤³¤ì¤ò¼Â¹Ô¤¹¤ë¤È¡¢¥µ¡¼¥Ð¤Î VT ¤Ç¤Ï 2¥­¡¼¤Ë ! ¤è¤ëÀÚ¤êÂؤ¨¤¬ OFF ¤È¤Ê¤ê¡¢Â¾¤Î VT ¤Ç¤Ï ON ¤Î¤Þ¤Þ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ! ¾ÜºÙ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È¤Ë´Þ¤Þ¤ì¤ë keyboard(7) manpage ¤ò»²¾È¤·¤Æ ! ²¼¤µ¤¤ (¥ª¥ó¥é¥¤¥ó¤Î manpage ¤Ë¤Ï¤³¤Î¾ðÊó¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó)¡£ ! ! ! 3. SVR4.0.4 ¤È SVR4.2 ¾å¤Ç¤Î SVR3 ¤Î¥Ð¥¤¥Ê¥ê¤Î¼Â¹Ô ! ! SVR4.0.4 ¤Ï SVR3 ¤Î¥Ð¥¤¥Ê¥ê¼Â¹Ô¤Î¤¿¤á¤Î iBCS-2 ¤Ë½¾¤Ã¤¿ `Advanced ! Compatibility Package' ¤òÄɲä·¤Þ¤·¤¿¡£¤³¤Î¥Ä¡¼¥ë¤Ï SVR4.2 ¤Ë¤â¸ºß¤· ! ¤Þ¤¹¡£XFree86 ¤Ï¡¢SVR3 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤«¤é¤Î¥í¡¼¥«¥ëÀܳ¤ò¼õ¤±Æþ¤ì¤ë¤¿ ! ¤á¤Ë¡¢¤³¤ì¤òÍøÍѤ·¤Þ¤¹¡£XFree86 ¤Î¥Ð¥¤¥Ê¥ê¤Ï¤³¤ì¤é¤Î¥Ä¡¼¥ë¤ò»È¤¦¤è¤¦¤Ë ! ºî¤é¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤·¤Þ¤À¤Ç¤¢¤ì¤Ð¡¢`Advanced Compatibility Package' ¤ò ! ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! SVR4.0.4 ¤¬¤¹¤Ù¤Æ¤Î SCO ¥Ð¥¤¥Ê¥ê¤È¡¢¤³¤È¤Ë¤è¤ë¤È ISC SVR3 ¤Î¥Ð¥¤¥Ê¥ê¤Î ! ¿¤¯¤â¼Â¹Ô¤Ç¤­¤ëÌõ¤Ç¤Ï¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢XFree86 ¤¬°­¤¤ ! ¤«¤é¤Ç¤Ï¤Ê¤¯¡¢ SVR4 ¼«¿È¤Ë¤è¤ë¤â¤Î¤Ç¤¹¡£¤½¤Î 1Îã¤È¤·¤Æ¤Ï¡¢Â¿¤¯¤Î SVR3 ! ¤Î¥×¥í¥°¥é¥à¤¬ UFS ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¤³¤È¤òÃΤäƤª¤é¤º¡¢¤½¤Î¤¿¤á¤ËÄê ! µÁ¤µ¤ì¤Æ¤¤¤ë¥·¥¹¥Æ¥à¥³¡¼¥ë¤ò»È¤¦¤Î¤Ç¤Ï¤Ê¤¯¡¢¥Ç¥£¥ì¥¯¥È¥ê¤ò¥Õ¥¡¥¤¥ë¤È¤· ! ¤ÆÆɤ⤦¤È¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ÏÌÀ¤é¤«¤Ë¼ºÇÔ¤·¤Þ¤¹¡£USL ¤Î ! SVR4.0.4 ¤Î¥ê¥ê¡¼¥¹¥Î¡¼¥È(¥Ù¥ó¥À¤«¤é¼ê¤ËÆþ¤ì¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹)¤Ë¤Ï¡¢¥³ ! ¥ó¥Ñ¥Á¥Ó¥ê¥Æ¥£¤ò¸þ¾å¤µ¤»¤ë¤¿¤á¤ÎÂô»³¤Î¼¨º¶¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤¤¤¯¤Ä¤«¤Î SCO ¥Ð¥¤¥Ê¥ê¤Ë´Ø¤·¤Æ¤Ï¡¢¹¬±¿¤Ë¤â¤½¤Î¤Þ¤Þ»È¤¨¤ë¤è¤¦¤Ç¤¹¡£²¿ ! ¤âÊѹ¹¤ÏÍפê¤Þ¤»¤ó¡£xterm ¤Î¥¦¥£¥ó¥É¥¦¾å¤Ç¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ë¤À¤±¤Ç¤¤ ! ¤¤¤Î¤Ç¤¹¡£ ! ! ISC ¥æ¡¼¥¶¤Ï¡¢¥Ð¥¤¥Ê¥ê¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¡¢¥Ð¥¤¥Ê¥ê¥¨¥Ç¥£¥¿¤òɬÍפȤ¹¤ë¤Ç ! ¤·¤ç¤¦¡£ ISC ¤Ï¡¢¤É¤¦¤¤¤¦Ìõ¤«¡¢¥í¡¼¥«¥ëÀܳ¤Î¤¿¤á¤Î¥Ñ¥¤¥×¤ò ! /tmp/.X11-unix/Xn ¤ËÃÖ¤­¤Þ¤¹¡£ÉÔ±¿¤Ê¤³¤È¤Ë¡¢¤³¤³¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! X ¥µ¡¼¥Ð¤¬¡¢¥í¡¼¥«¥ëÀܳ¤Î¤¿¤á¤Ë¤¤¤Ä¤â»È¤ï¤ì¤ë Unix ¥É¥á¥¤¥ó¥½¥±¥Ã¥È¤ò ! ÃÖ¤¯¾ì½ê¤Ç¤â¤¢¤ë¤Î¤Ç¤¹¡£ XFree86¤Î¥µ¡¼¥Ð¤Ï¡¢ISC ¤Î¥¯¥é¥¤¥¢¥ó¥È¤Ø¤Î¥í¡¼ ! ¥«¥ëÀܳ¤Î¤¿¤á¤Ë¡¢ /dev/X/ISCCONN/Xn¤ò»È¤¦¤è¤¦¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£½¾¤Ã ! ¤Æ¡¢¥Ð¥¤¥Ê¥ê¥¨¥Ç¥£¥¿¤Ç¡¢¥¯¥é¥¤¥¢¥ó¥È¥×¥í¥°¥é¥à¤òÊÔ½¸¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤» ! ¤ó¡£ /tmp/.X11-unix¤ò¥µ¡¼¥Á¤·¤Æ¡¢¤½¤ì¤ò /dev/X/ISCCONN¤ËÊѹ¹¤·¤Æ²¼¤µ ! ¤¤¡£¤½¤¦¤¹¤ì¤Ð¡¢¸å¤Ï¥Ù¡¼¥¹ OS ¤Î¥³¥ó¥Ñ¥Á¥Ó¥ê¥Æ¥£¤Ë¤Ä¤¤¤Æ¿´ÇÛ¤¹¤ë¤À¤±¤Ç ! ºÑ¤ß¤Þ¤¹¡£ ! ! ! 4. SVR4 ¾å¤Ç XFree86 ¤ò¹½ÃÛ¤¹¤ë¾ì¹ç¤ÎÃí°Õ ! ! ! ! 1. SVR4 ¤Ç gcc ¤ò¤ª»È¤¤¤Ê¤é¡¢gcc-2.4.5(¤¢¤ë¤¤¤Ï¡¢ºÇ¶á¤Î°ÂÄꤷ¤¿¥ê¥ê¡¼ ! ¥¹) ¤ò¤ª»È¤¤¤Ë¤Ê¤ë¤³¤È¤ò¶¯¤¯¤ª´«¤á¤·¤Þ¤¹¡£2.6.0 ¤Ï i386 ¥×¥é¥Ã¥È ! ¥Õ¥©¡¼¥à¤Ç¤Ï¤¤¤¯¤Ä¤«¤ÎÌäÂ꤬¤¢¤ê¡¢¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¡£ ! ! ! 2. ¹½ÃÛ¤ò¹Ô¤Ê¤¦Á°¤Ë¡¢UFSNINODE(UFS ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¾ì¹ç)¤¢¤ë¤¤¤Ï ! S5INODE(S5 ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¾ì¹ç)¤Î¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿¤òÌó 650 ¤Ë¾å ! ¤²¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£Â¾¤Î¤¤¤¯¤Ä¤«¤Î¥Ñ¥é¥á¡¼¥¿¤Ë¤Ä¤¤¤Æ¤Ï¡¢ "SVR4 ! ¾å¤Ç XFree86 ¤òÆ°ºî¤µ¤»¤ë¾ì¹ç¤ÎÃí°Õ" ¤ò¸æÍ÷²¼¤µ¤¤¡£ ! ! ! 3. BOOTSTRAPCFLAGS¤È¤·¤Æ¤Ï¡¢°Ê²¼¤¬É¬ÍפǤ¹¡£ ! ! Unixware: "-DUSL" ! ! NCR: "-DNCR" ! ! ¾¤Î SVR4: "-DSVR4 -Di386" ! ! ! 5. SVR4 ¾å¤Ç XFree86 ¤òÆ°ºî¤µ¤»¤ë¾ì¹ç¤ÎÃí°Õ ! ! Ãí°Õ:¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤¿¥µ¡¼¥Ð¤ò¤ª»È¤¤¤Ë¤Ê¤ë¤ª¤Ä¤â¤ê¤Ç¤¢ ! ¤ì¤Ð¡¢10 Àá¤ò¤ªÆɤߤˤʤꡢ½ñ¤¤¤Æ¤¢¤ë¤³¤È¤Ë½¾¤Ã¤Æ²¼¤µ¤¤¡£¤½¤¦¤·¤Ê¤¤ ! ¤È¡¢ X ¥µ¡¼¥Ð¤ò½ªÎ»¤µ¤»¤¿¤ê¡¢ºÆµ¯Æ°¤·¤¿¤ê¡¢²¾ÁÛüËö¤ÎÀÚÂؤ¨¤ò¹Ô¤Ê¤Ã¤¿ ! ¤ê¤·¤¿»þ¤Ë¡¢ X ¥µ¡¼¥Ð¤Ï¥¯¥é¥Ã¥·¥å¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 1. SVR4 ¤Ç¤Ï¡¢/usr/X11R6/lib¤ò LD_LIBRARY_PATH¤Ë²Ã¤¨¤ëɬÍפ¬¤¢¤ë¤«¤â¤· ! ¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢Àµ¤·¤¯¹½ÃÛ¤µ¤ì¤¿¥¯¥é¥¤¥¢¥ó¥È¤ò¼Â¹Ô¤¹¤ë¾ì¹ç¤Ï¡¢É¬ ! Íפ¢¤ê¤Þ¤»¤ó¡£ ! ! ! 2. ¼¡¤Î¤¤¤¯¤Ä¤«¤Î¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿¤òÁý²Ã¤µ¤»¤ë¤È¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! (idtune¤ò¼Â¹Ô¤¹¤ë¤«¡¢/etc/conf/cf.d/stune¤òÊÔ½¸¤·¤Æ¡¢ idbuild¤Ç¥«¡¼ ! ¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ²¼¤µ¤¤¡£) ! ! [HS]FNOLIM ¥ª¡¼¥×¥ó¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¿ô¤Î¥Ï¡¼¥É/¥½¥Õ¥È¾å¤ÎÀ© ! ¸Â ! ! MAXUP 1¥æ¡¼¥¶Åö¤ê¤Î¥×¥í¥»¥¹¤ÎºÇÂçÃÍ ! ! ARG_MAX °ú¿ô¥ê¥¹¥È¤ÎºÇÂçĹ ! ! SHMMAX ¶¦Í­¥á¥â¥ê¥»¥°¥á¥ó¥È¤ÎºÇÂ祵¥¤¥º(ñ°Ì:¥Ð¥¤¥È) ! ! ! ! 3. ¤É¤Î¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò»È¤¦¤«¤òÁªÂò¤·¤Æ²¼¤µ¤¤¡£ºÇÎɤÎÁªÂò¤Ï¡¢SVR4 ¤Î¤É ! ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»È¤¦¤«¤Ë°Í¸¤·¤Þ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤ò¤ª»È¤¤¤Ê¤é¡¢Xqueue ¤¬ ! ¿ʬͣ°ì¤ÎÁªÂò¤Ç¤·¤ç¤¦¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¼¡¤Î¤è¤¦¤Ë¤·¤Æ²¼¤µ ! ¤¤¡£ ! ! ! Esix 4.0.3 ! Xqueue ¤¬Æ°ºî¤·¤Þ¤¹¡£É¸½à¤Î asy ¥É¥é¥¤¥Ð¤òľÀܻȤ¦¤³¤È¤â¤Ç¤­¤Þ¤¹ ! ¤¬¡¢¥Þ¥¦¥¹¤Ï¥¹¥à¡¼¥º¤ËÆ°¤«¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! ! Microport SVR4 [34].1 ! Xqueue ¤¬Æ°ºî¤·¤Þ¤¹¡£asy ¥É¥é¥¤¥Ð¤òľÀܻȤäƤâ¥Þ¥¦¥¹¤Ï¥¹¥à¡¼¥º ! ¤ËÆ°¤­¤Þ¤¹¡£ ! ! Xqueue ¤ò»ÈÍѤ¹¤ë¤¿¤á¤Ë¤Ï¡¢XF86Config ¤Î Keyboard¡¢ Pointer¥»¥¯¥·¥ç ! ¥ó¤Ë¤ª¤¤¤Æ¡¢¤É¤Á¤é¤âProtocol¤Ë Xqueue ¤ò»ØÄꤷ¤Æ²¼¤µ¤¤¡£¤Þ¤¿¡¢¥Þ¥¦ ! ¥¹¥É¥é¥¤¥Ð¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¡¢mouseadmin ¤ò¼Â¹Ô¤·¤Æ¥Þ¥¦¥¹¤Î ! ¥»¥Ã¥È¥¢¥Ã¥×¤ò¹Ô¤Ê¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ mouseadmin ¤¬Æ°¤«¤Ê¤¤¾ì¹ç ! ¤Ï¡¢`touch /dev/gmse' ¤ò»öÁ°¤Ë¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£(mouseadmin ¤Ï¡¢¥«¡¼ ! ¥Í¥ëºÆ¹½ÃÛ¸å¤ËºÆ¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤µ¤â¤Ê¤±¤ì ! ¤Ð¡¢/etc/conf/node.d/gmse ¤ËŬÅö¤Ê¥¨¥ó¥È¥ê¤ò²Ã¤¨¤Æ²¼¤µ¤¤¡£) ! ! ! <Ãí°Õ:¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤È Xqueue ¤òƱ»þ¤Ë»ÈÍѤ¹¤ë¤È¡¢¥¢¥¯¥»¥é¥ì ! ¡¼¥·¥ç¥ó¤Î¤«¤«¤Ã¤¿¥µ¡¼¥Ð¤ä¥É¥é¥¤¥Ð¤Î¿¤¯¤ÇÌäÂ꤬µ¯¤­¤Þ¤¹¡£¥·¥ê¥¢¥ë ! ¥Þ¥¦¥¹¤ò¤ª»ý¤Á¤Î¾ì¹ç¤Ï¡¢Xqueue ¤ò»È¤ï¤Ê¤¤¤³¤È¤Ç¤³¤ì¤ò²óÈò¤Ç¤­¤Þ¤¹¡£ ! ¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢XF86Config ¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë¡¢ ! ! ! Option "sw_cursor" ! ! ! ! ! ¤Î 1¹Ô¤òÆþ¤ì¤Æ²¼¤µ¤¤¡£S3 ¥µ¡¼¥Ð¤Ï¡¢¤³¤ÎÌäÂ̵꤬¤¤¤³¤È¤ÇÃΤé¤ì¤ëÍ£°ì¤Î ! ¥µ¡¼¥Ð¤Ç¤¹¡£ ! ! Xqueue ¤Èɸ½à asy ¥É¥é¥¤¥Ð¤òƱ»þ¤Ë»ÈÍѤ·¤ÆÌäÂ꤬½Ð¤ë¾ì¹ç¤Ï¡¢SAS ¤ò¥¤¥ó ! ¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£SAS ¤ò»È¤¦¾ì¹ç¡¢XF86Config ¤Ïɸ½à¥É¥é¥¤¥Ð ! ¤ò»È¤¦¤è¤¦¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£ ! ! SAS ¤Ï¡¢ftp.physics.su.oz.au ¤Ë¤¢¤ê¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë SAS ¤ò»È¤¦¾ì ! ¹ç¡¢ sas.h Æâ¤Î EVENT_TIME ¤ò 80 ¤«¤é 30 ¤ËÊѹ¹¤¹¤ì¤Ð¡¢¥¹¥à¡¼¥º¤ÊÆ°¤­ ! ¤ò¤¹¤ë¤è¤¦¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£SAS ¤Î README ¤Ë½ñ¤¤¤Æ¤¤¤Ê¤¤¤³¤È¤È¤·¤Æ¡¢¼¡¤Î ! 2ÅÀ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! - /etc/ap/chan.ap ¤Ë¡¢¼¡¤Î 1¹Ô¤ò²Ã¤¨¤Æ²¼¤µ¤¤¡£ ! ! MAJOR 0 255 ldterm ttcompat ! ! ! MAJOR ¤Ï¡¢SAS ¥Ç¥Ð¥¤¥¹¤¬»È¤¦ major ÈÖ¹æ¤Ç¤¹¡£¤½¤ì¤¬¤¤¤¯¤Ä¤Ç¤¢¤ë¤«¤Ï¡¢ ! ¥«¡¼¥Í¥ëºÆ¹½Ã۸塢/etc/conf/cf.d/mdevice ¤ÇÄ´¤Ù¤Æ²¼¤µ¤¤¡£ major ÈÖ¹æ ! ¤Ï¡¢`sas' ¤Ç»Ï¤Þ¤ë¹Ô¤Î 6ÈÖÌܤΥե£¡¼¥ë¥É¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¡¢¿· ! ¤·¤¤¥«¡¼¥Í¥ë¤Ç¥ê¥Ö¡¼¥È¤¹¤ëÁ°¤Ë¹¹¿·¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! - ¥¤¥ó¥¹¥È¡¼¥ë¤Î¼ê°ú¤­¤Ë¡¢¼¡¤Î¤³¤È¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 3a) `kconfig' ¤ò¼Â¹Ô¤¹¤ë¤«¡¢/etc/conf/sdevice.d/asy ¤òÊÔ½¸¤· ! ¤Æ¡¢asy ¥É¥é¥¤¥Ð¤ò disable ¤·¤Æ²¼¤µ¤¤¡£ ! ! 3b) /etc/conf/bin/idbuild¤ò¼Â¹Ô¤·¤Æ¡¢¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ²¼ ! ¤µ¤¤¡£ ! ! ! ! 4. SVR4 ¤Ç xdm ¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ï¡¢shar ¥Õ¥¡¥¤¥ë ! /usr/X11R6/lib/X11/etc/XdmConf.svr4¤ò°ì»þ¥Ç¥£¥ì¥¯¥È¥ê¤ËŸ³«¤·¤Æ²¼¤µ ! ¤¤¡£README ¤Ë¤É¤Î¥Õ¥¡¥¤¥ë¤ò¤É¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤¹¤Ù¤­¤«¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ ! ¤¹¡£³Æ¡¹¤Î¥Õ¥¡¥¤¥ë¤ò¤è¤¯Æɤó¤Ç¡¢É¬ÍפÊÊѹ¹¤ò¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£ ! ! ! Ãí°Õ ¤¤¤¯¤Ä¤«¤Î SVR4 ¤Î¥Ð¡¼¥¸¥ç¥ó(ex. Esix 4.0.3)¤Ç¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ç ! `vtgetty' ¤ò¼Â¹Ô¤¹¤ë¥Ç¥Õ¥©¥ë¥È¤Î inittab ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£xdm ¤ò¥Ö¡¼ ! ¥È»þ¤Ë¥¹¥¿¡¼¥È¤µ¤»¤ë¾ì¹ç¡¢¤½¤ì¤Ï¤¦¤Þ¤¯Æ°¤­¤Þ¤»¤ó¡£ÌäÂê¤Ê¤Î ! ¤Ï¡¢vtgetty ¥»¥Ã¥·¥ç¥ó¤«¤é logout ¤¹¤ë¤È¡¢xdm ¤¬¥µ¡¼¥Ð¤Î¤¿¤á¤Ë»ÈÍÑ ! ¤¹¤ë£±¤Ä¤â´Þ¤á¡¢Á´¤Æ¤Î VT ¤¬¥¯¥í¡¼¥º¤µ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤Ç¤¹¡£`getty' ! ¤ò»È¤¦¤Î¤¬¤ª´«¤á¤Ç¤¹¡£ /etc/inittab ¤òÊѹ¹¤¹¤ë¾ì¹ç ! ¤Ï¡¢/etc/conf/cf.d/init.base ¤âƱ»þ¤ËÊѹ¹¤·¤Æ²¼¤µ¤¤¡£¤µ¤â¤Ê¤¤¤È¡¢¼¡ ! ¤Ë¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤¿¸å¤ÇÊѹ¹¤¬¥­¥ã¥ó¥»¥ë¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ! 5. VT ¤ÎºÇÂç¿ô¤òÊѹ¹¤¹¤ë¤¿¤á¤Ë¤Ï¡¢/etc/default/workstations ¤Î¥Õ¥¡¥¤¥ë ! ¤òÊÔ½¸¤·¤Æ¡¢¤½¤Î¿ô¤òÊѹ¹¤·¤Æ²¼¤µ¤¤¡£¼¡¤Ë¥ê¥Ö¡¼¥È¤·¤¿»þ¤Ë¡¢¥Ç¥Ð¥¤¥¹ ! ¥Î¡¼¥É¤ÏºîÀ®/ºï½ü¤µ¤ì¤Þ¤¹¡£ ! ! ! 6. ¥Ç¥Õ¥©¥ë¥È¤Î¥í¡¼¥«¥ëÀܳ¥¿¥¤¥×¤Ï¡¢X11R6 ¤ÇÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£Unix ¥É¥á ! ¥¤¥ó¤Î¥½¥±¥Ã¥È¤Ï¡¢¤â¤Ï¤ä "¥í¡¼¥«¥ë" Àܳ¥¿¥¤¥×¤È¤·¤Æ¤Ï°·¤ï¤ì¤Þ¤» ! ¤ó¡£¤³¤Î¤³¤È¤Ï¡¢ :0 ¤ËÀܳ¤¹¤ë¥¯¥é¥¤¥¢¥ó¥È¤ÏÀܳ¤Ë Unix ¤Î¥½¥±¥Ã¥È ! ¤ò»ÈÍѤ·¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£Unix ¤Î¥½¥±¥Ã¥ÈÀܳ¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢¥¯ ! ¥é¥¤¥¢¥ó¥È¤Ï unix:0 ¤ËÀܳ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! ¥í¡¼¥«¥ëÀܳ¥¿¥¤¥×¤Ï¡¢"NAMED"(named ¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×)¡¢ "PTS"(¸Å¤¤ ! ·Á¼°¤Î USL ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×)¡¢"SCO"(SCO Xsight ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤ ! ¥×)¡¢"ISC"(ISC ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×)¤Î¤¤¤º¤ì¤«¤Ç¤¹¡£XLOCAL ´Ä¶­ÊÑ¿ô ! ¤¬¡¢¤É¤ÎÍ¥Àè½ç°Ì¤Ç¥í¡¼¥«¥ëÀܳ¤ò¹Ô¤Ê¤¦¤«¤ò·è¤á¤ë¤Î¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ¥Ç¥Õ¥©¥ë¥È¤ÎÀßÄê¤Ï¡¢ PTS:NAMED:ISC:SCO ¤Ç¤¹¡£ÂçÄñ¤Î¾ì¹ç¤Ï¡¢NAMED ¤ò ! »È¤¦¤Î¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£¤½¤ÎÍýͳ¤Ï¡¢¤½¤ì¤¬¥Ç¥Õ¥©¥ë¥È¤Î PTS ¤è¤ê¤â® ! ¤¯¡¢ PTS ¤ò»È¤¦¤È /dev/pts ¥Ç¥Ð¥¤¥¹¤¬ÉÔ­¤·¤Æ¤·¤Þ¤¦(PTS ¤ò»È¤¦³Æ¡¹ ! ¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬ /dev/pts ¥Ç¥Ð¥¤¥¹¤òɬÍפȤ·¤Þ¤¹)¤«¤é¤Ç¤¹¡£¥Ç¥Õ¥©¥ë ! ¥È¤Î¥í¡¼¥«¥ëÀܳ¥¿¥¤¥×¤òÀßÄꤹ¤ë¤¿¤á¤Ë¤Ï¡¢.xinitrc(xinit ¤« startx ! ¤ò»È¤¦¾ì¹ç)¤« /usr/X11R6/lib/xdm/Xsession(xdm ¤ò»È¤¦¾ì¹ç) ¤Ë¤ª¤¤ ! ¤Æ¡¢XLOCAL ¤¬ÀßÄꤵ¤ì¡¢export ¤µ¤ì¤ë¤è¤¦¤Ë¤·¤Æ²¼¤µ¤¤¡£ ! ! ! ! 6. SVR4 ¤Ç¤Î°ìÈ̤Υ¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! ! 1. Âô»³¤Î¥¯¥é¥¤¥¢¥ó¥È(¤¤¤¯¤Ä¤«¤ÎÌÀ³Î¤Ë SVR4 ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤â¤Î¤â´Þ ! ¤à) ¤¬¡¢SVR4 ´Ä¶­²¼¤Î¹½ÃÛ¤Ç -DSYSV ¤Î»ØÄê¤òɬÍפȤ·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ¤ÎÀßÄê¤Ç¤â»ØÄꤵ¤ì¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¼ê¤Ã¼è¤êÁᤤÊýË¡¤Ï¡¢¥¯¥é¥¤¥¢ ! ¥ó¥È¤Î Imakefile ¤Ë¼¡¤Î¤è¤¦¤Ê¤â¤Î¤ò²Ã¤¨¤ë¤³¤È¤Ç¤¹¡£ ! ! #if SystemV4 ! DEFINES = -DSYSV OTHER_CLIENT_DEPENDENT_DEFINES ! #endif ! ! ! °ìÈÖ¤¤¤¤¤Î¤Ï¡¢-DSYSV ̵¤·¤ÇÀµ¤·¤¯¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤ë¤è¤¦¤Ë¡¢¥³¡¼¥É¤ò½ñ¤­ ! ľ¤¹¤³¤È¤Ç¤¹¡£ ! ! ! ! 7. XFree86 ¤Ç DOS/Merge 2.2 ¤ò»ÈÍѤ¹¤ë¤¿¤á¤Ë¤Ï ! ! Locus DOS/Merge 2.2 X ¥¯¥é¥¤¥¢¥ó¥È¤Ï¡¢XFree86 ¾å¤Ç»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¤·¤«¤·¡¢¤½¤ì¤òÆ°¤«¤¹¤¿¤á¤Ë¤Ï¡¢¤¤¤¯¤Ä¤«¤Î¤³¤È¤ò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£1¤Ä¤ÎÊѹ¹¤Ï¡¢ X ¥¯¥é¥¤¥¢¥ó¥È¤È X11R5/6 ¤Î°ìÈÌŪ¤ÊÌäÂê¤Ç¡¢¤½¤Î¾ ! ¤Ï¡¢XFree86 ¤Î¥µ¡¼¥Ð¤ËÆÃÍ­¤Ê¤³¤È¤ËÂФ¹¤ëºî¶È¤Ç¤¹¡£É¬Íפʺî¶È¤Ï°Ê²¼¤ÎÄÌ ! ¤ê¤Ç¤¹¡£ ! ! 1. .xinitrc¡¢.xsession¤ÎÃæ¤Ç¡¢$XMERGE¤òÀßÄꤷ¡¢export ¤·¤Æ²¼¤µ¤¤¡£°ìÈÌ ! ¤Ë¡¢XMERGE=vga¤ÈÀßÄꤹ¤ë¤è¤¦¤Ç¤¹¡£ ! ! 2. `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Î "zoom" µ¡Ç½¤ò»ÈÍѤµ¤ì¤ë¤Î¤Ê¤é¡¢¥µ¡¼¥Ð¤Î¥­¡¼¥Ü ! ¡¼¥É¤È¥Þ¥¦¥¹¤ÎËÜÍè¤Î¥É¥é¥¤¥Ð¤ÎÂå¤ï¤ê¤Ë¡¢"xqueue" ¤ò»È¤ï¤Ê¤±¤ì¤Ð¤¤¤± ! ¤Þ¤»¤ó¡£¤½¤¦¤Ç¤Ê¤¤¤È¡¢ºÇ½é¤Ë "zoom" ¤ò¹Ô¤Ê¤Ã¤¿¸å¤Ë¡¢¥Þ¥¦¥¹¤Ïµ¡Ç½¤· ! ¤Ê¤¯¤Ê¤ë¤Ç¤·¤ç¤¦(`dos' ¥¯¥é¥¤¥¢¥ó¥È¤¬ËÜÍè¤Î¥É¥é¥¤¥Ð¤ò»ÈÍѤ¹¤ë¤¿¤á¡¢ ! ¥µ¡¼¥Ð¤Ï¡¢zoom ¤¬½ª¤Ã¤¿¸å¤Ë¥Þ¥¦¥¹¤ò¥¢¥¯¥»¥¹¤Ç¤­¤Ê¤¯¤Ê¤ë¤«¤é¤Ç¤¹)¡£ ! ¾¤ÎÍ£°ì¤ÎÁªÂò»è¤Ï¡¢³Æ¡¹¤Î¥Ç¥Ð¥¤¥¹¤ËÊÌ¡¹¤Î¥Þ¥¦¥¹¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç ! ¤¹¡£ ! ! ! 3. `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Î¥Õ¥©¥ó¥È¤ò XFree86 ¤Î¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¤¥ó ! ¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£BDF ¥Õ¥¡¥¤¥ë¤òõ¤·¤Æ²¼¤µ¤¤(`*pc???.bdf' ! ¤È¤¤¤¦¥Ñ¥¿¡¼¥ó¤Ë¥Þ¥Ã¥Á¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¸«¤Ä¤±¤Æ²¼¤µ¤¤)¡£¤³¤ì¤é¤Ï¡¢ ! /usr/lib/X11/fonts/misc¤Ë¤¢¤ë¤Ç¤·¤ç¤¦¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ë¥Ç¥£¥ì ! ¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢¼¡¤Î¤³¤È¤ò(`sh' ¤« `ksh' ¤ò»È¤Ã¤Æ) ¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£ ! ! for i in *pc???.bdf ! do ! /usr/X11R6/bin/bdftopcf $i > \ ! /usr/X11R6/lib/X11/fonts/misc/`basename $i .bdf`.pcf ! done ! cd /usr/X11R6/lib/X11/fonts/misc ! /usr/X11R6/bin/mkfontdir ! # Do this only if the server is already running. ! /usr/X11R6/bin/xset fp rehash ! ! ! ! 4. `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Ï¡¢ÆâÉô¥­¡¼É½¸½¤«¤é X ¤Î¥­¡¼¥Þ¥Ã¥×¤Ø¤ÎÊÑ´¹¥Æ¡¼¥Ö ! ¥ë¤ò»È¤¤¤Þ¤¹¡£Merge 2.2 ¤ËÉÕ¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤Ï¡¢SCO ¤Î¥µ¡¼¥Ð¤ËÂФ¹ ! ¤ë¥Þ¥Ã¥Ô¥ó¥°¤ò»ÈÍѤ¹¤ë¤è¤¦¤Ç¤¹¡£Àµ¤·¤¤¥Þ¥Ã¥Ô¥ó¥°¥Æ¡¼¥Ö¥ë¤Ï¡¢ ! /usr/X11R6/lib/X11/etc/xcode.xfree86¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë ! ¤Ï¡¢/usr/lib/merge/xc ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡£¤µ¤é¤Ë¡¢¼¡¤Î¥ê¥½¡¼ ! ¥¹¤ò `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Î application-defaults ¥Õ¥¡¥¤¥ë(ÄÌ ! ¾ï¡¢/usr/lib/X11/app-defaults/DOS ¤Ë¤¢¤ê¤Þ¤¹)¤Ë²Ã¤¨¤Æ²¼¤µ¤¤¡£ ! ! dos*xcodetable: /usr/lib/merge/xc/xcode.xfree86 ! ! ! ¤â¤·´Ö°ã¤Ã¤¿¥Æ¡¼¥Ö¥ë¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ì¤Ð¡¢¥Æ¥ó¥­¡¼¤ÎÌð°õ¥­¡¼¤Ï `dos' ! ¥¯¥é¥¤¥¢¥ó¥È¤Çµ¡Ç½¤·¤Ê¤¯¤Ê¤ê¤Þ¤¹¤«¤é¡¢¤³¤Î¿·¤·¤¤¥³¡¼¥É¥Æ¡¼¥Ö¥ë¤¬É¬Í×¤Ê ! ¤Î¤ÏÌÀ¤é¤«¤Ç¤·¤ç¤¦¡£ ! ! ! 5. "zoom"µ¡Ç½¤òÀµ¤·¤¯Æ°¤«¤¹¤¿¤á¤Ë¤Ï¡¢$DISPLAY ¤ò "unix:N" ¤« ! "host_name:N" ¤ËÀßÄꤷ¤Æ¡¢`dos' ¤ò¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£Ã±¤Ë ":0" ¤ò»È¤¦ ! ¤È¡¢¥¯¥é¥¤¥¢¥ó¥È¤ÏÀµ¤·¤¯Æ°¤«¤Ê¤¤¤Ç¤·¤ç¤¦¡£`dos' ¤Ï¡¢ `-display' ¥Ñ ! ¥é¥á¡¼¥¿¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó¡£½¾¤Ã¤Æ¡¢`dos' ¥×¥í¥°¥é¥à¤ò¼¡¤Î¤è¤¦¤Ê¤â¤Î ! ¤ËÃÖ¤­´¹¤¨¤ë¤Î¤¬Â¿Ê¬¤¤¤¤¤Ç¤·¤ç¤¦¡£ ! ! #!/usr/bin/ksh ! if [ "X${DISPLAY}" != "X" ] ! then ! case ${DISPLAY} in ! :*) ! DISPLAY=unix${DISPLAY} ! ;; ! esac ! fi ! /usr/bin/dos.real "$@" ! ! ! ! 8. Esix ¥·¥¹¥Æ¥à¤Ç¤Î¥­¡¼¥Ü¡¼¥É¥Þ¥Ã¥Ô¥ó¥°¤ÎÌäÂê ! ! Esix 4.0.3A ¤Î¤¢¤ë¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î¥Ñ¥Ã¥Á¤Ï¡¢XFree86 ¤Î¥µ¡¼¥Ð¤Î¥Ç ! ¥Õ¥©¥ë¥È¥­¡¼¥Þ¥Ã¥×¤òÇ˲õ¤·¤Þ¤¹¡£¥­¡¼¤Î¤Û¤È¤ó¤É¤¬Àµ¤·¤¯¥Þ¥Ã¥×¤µ¤ì¤Ê¤¯¤Ê ! ¤ë¤Î¤Ç¡¢¤³¤ÎÌäÂê¤Î±Æ¶Á¤ò¼õ¤±¤ì¤Ð¡¢¤½¤ì¤ÏÌÀÇò¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤³¤ì¤ËÂФ¹ ! ¤ë²ò·èºö¤Ï 2¤Ä¤¢¤ê¤Þ¤¹¡£ 1¤ÄÌܤϡ¢ÌäÂê¤òµ¯¤³¤·¤¿¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î ! ¥Ñ¥Ã¥Á¤òºï½ü¤¹¤ë¤³¤È¤Ç¤¹¡£2¤ÄÌܤϡ¢¥µ¡¼¥Ðµ¯Æ°¸å¤Ë¥Ç¥Õ¥©¥ë¥È¤Î¥Þ¥Ã¥Ô¥ó ! ¥°¤ò¥ê¥»¥Ã¥È¤¹¤ë¤¿¤á¤Ë¡¢xmodmap(1) ¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Þ¥Ã ! ¥Ô¥ó¥°¤Ï /usr/X11R6/lib/X11/etc/xmodmap.std ¤Ë¤¢¤ê¡¢.xinitrc(xdm ¤ò»È ! ÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢Xsetup)¤Ë¡¢¼¡¤Î¹Ô¤ò²Ã¤¨¤ì¤Ð¡¢¼«Æ°Åª¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ ! ¤ì¤Þ¤¹¡£ ! ! ! xmodmap /usr/X11R6/lib/X11/etc/xmodmap.std ! ! 9. PANIX ¾å¤Ç¤Î 106 ÆüËܸ쥭¡¼¥Ü¡¼¥É¤ÎÌäÂê ! ! PANIX for PC-AT ¤Ï¡¢DICOP(Desktop UNIX for Intel Cooperative Promotion ! Group) ¤Çɸ½à²½¤µ¤ì¤¿ÆüËܸ쥭¡¼¥³¡¼¥É¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤Î¤¿¤á¡¢XFree86 ! ¤Ç 106 ÆüËܸ쥭¡¼¥Ü¡¼¥É¤ò»ÈÍѤ¹¤ë¤È¡¢¥­¡¼¥³¡¼¥É¤Î¥³¥ó¥Õ¥ê¥¯¥È¤¬µ¯¤³¤ê ! ¤Þ¤¹¡£¤³¤ì¤òÈò¤±¤ë¤¿¤á¤Ë¤Ï¡¢XF86Config ¤Ë ¥­¡¼¥ï¡¼¥É "panix106" ¤ò¼¡¤Î ! ¤è¤¦¤Ë»ØÄꤷ¤Æ²¼¤µ¤¤¡£ ! ! Section "Keyboard" ! Protocol "Standard" ! Autorepeat 500 5 ! XkbModel "jp106" ! XkbLayout "jp" ! panix106 ! EndSection ! ! ! ! ! 10. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥µ¡¼¥Ð¤ÇɬÍפʥ«¡¼¥Í¥ë¥Ñ¥Ã¥Á ! ! SVR4.0 ¤Ï¡¢³ÈÄ¥ I/O ¥ì¥¸¥¹¥¿(0x3FF °Ê¹ß)¤ò¥¢¥¯¥»¥¹¤¹¤ë¥×¥í¥°¥é¥à¤Î½èÍý ! ¤Ë´Ø¤·¤Æ¥Ð¥°¤¬¤¢¤ê¤Þ¤¹¡£¤·¤«¤·¡¢S3 ¤ä IBM 8514/A ¤Î¤è¤¦¤Ê¥Á¥Ã¥×¤ò»ÈÍÑ ! ¤·¤¿¥Ó¥Ç¥ª¥«¡¼¥É¤Ï¤½¤ì¤é¤Î¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¥Ð¥°¤ò°ú¤­µ¯¤³¤¹¥Ü ! ¡¼¥É¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¡¢XFree86 ¤Ç¤Ï¤³¤ÎÌäÂê¤ò¥Õ¥£¥Ã¥¯¥¹¤¹¤ë¥«¡¼¥Í¥ë ! ¥Ñ¥Ã¥Á¤òºîÀ®¤·¡¢¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤¬¤Ç¤­¤ë¥¹¥¯¥ê¥×¥È¤òÍÑ°Õ ! ¤·¤Þ¤·¤¿¡£ S3, 8514, Mach8, Mach32, P9000, AGX, W32 ¤Î¥µ¡¼¥Ð¤ò»ÈÍѤ¹¤ë ! ¾ì¹ç¤Ï¡¢¤³¤Î¥Ñ¥Ã¥Á¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! Dell 2.2 ¤Ï¡¢Thomas Roell ¤¬ Dell ¤Ë¶Ð¤á¤Æ¤¤¤¿º¢¡¢¤³¤Î¥Ð¥°¤ò¸«¤Ä¤±¤Æ ! ¥Õ¥£¥Ã¥¯¥¹¤·¤¿¤Î¤Ç¡¢¥Ñ¥Ã¥Á¤òÅö¤Æ¤ëɬÍפϤʤ¤¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ ! Microport ¤â 4.0 v4.2 ¥ê¥ê¡¼¥¹¤Ç¥Õ¥£¥Ã¥¯¥¹¤·¤Æ¤¤¤Þ¤¹¡£SVR4.2 ¤â¡¢ USL ! ¤¬¤³¤ÎÌäÂê¤ò¥Õ¥£¥Ã¥¯¥¹¤·¤¿¤Î¤Ç¡¢¥Ñ¥Ã¥Á¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! ! ¥Ñ¥Ã¥Á¤Ï¡¢¥½¡¼¥¹¥Ä¥ê¡¼¾å¤Ç¤Ï xc/programs/Xserver/hw/xfree86/etc¡¢¥Ð¥¤ ! ¥Ê¥ê¾å¤Ç¤Ï /usr/X11R6/lib/X11/etc ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Î²¼¤Ë¤¢¤ê¤Þ¤¹¡£¥¤¥ó¥¹ ! ¥È¡¼¥ë¤¹¤ë¥¹¥¯¥ê¥×¥È¤Ï `svr4_patch'¡¢¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥¹¥¯¥ê¥×¥È¤Ï ! `svr4_rem_pch' ¤Ç¤¹¡£¥Ñ¥Ã¥Á¤¬Åö¤Æ¤é¤ì¤ëÂоݤΥե¡¥¤¥ë¤Ï¡¢ ! /etc/conf/pack.d/kernel/os.o ¤Ç¤¹¡£¥Ñ¥Ã¥Á¤Î¥¹¥¯¥ê¥×¥È¤Ï¡¢¥Ñ¥Ã¥Á¤òÅö¤Æ ! ¤ëÁ°¤Ë¥Ð¥°¤Î¸ºß¤ò³Îǧ¤·¡¢¥Ñ¥Ã¥ÁÅö¤Æ¤ËÀ®¸ù¤·¤¿¤«¼ºÇÔ¤·¤¿¤«¤òÃΤ餻¤Þ ! ¤¹¡£ `svr4_patch' ¥¹¥¯¥ê¥×¥È¤Ï¡¢¤â¤Á¤í¤ó root ¸¢¸Â¤Ç¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£¥ª ! ¥ê¥¸¥Ê¥ë¤Î os.o¡¢¥Ñ¥Ã¥Á¤òÅö¤Æ¤ë¥×¥í¥°¥é¥à¡¢ºï½ü¤¹¤ë¥¹¥¯¥ê¥×¥È¤Î¥³¥Ô¡¼ ! ¤Ï¡¢ /etc/conf/pack.d/kernel/.xfree86 ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Î²¼¤ËÊݸ¤µ¤ì¤Þ ! ¤¹¡£ ! ! ! ²æ¡¹¤¬¤³¤ÎÌäÂê¤ËÂФ¹¤ë´Êñ¤Ê²ò·èºö¤ò¸«¤¤½Ð¤¹¤Î¤ò¼êÅÁ¤¤¡¢¤½¤Î¾ðÊó¤ò¥ê¥ê ! ¡¼¥¹¤¹¤ëµö²Ä¤òÍ¿¤¨¤Æ¤¯¤ì¤¿ Microport ¤Î John M. Sully ¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! ! ! 11. ¾¤ÎÌäÂê ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤¿¥É¥é¥¤¥Ð¤Ï¡¢SVR4.0 ¤Î¤¤¤¯¤Ä¤«¤Î¥Ð¡¼ ! ¥¸¥ç¥ó¤Ç¥Ï¥ó¥°¥¢¥Ã¥×¤òµ¯¤³¤·¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¡¢/dev/pmem ¤ò¥á¥â¥ê¥Þ¥Ã¥× ! ¤¹¤ë»þ¡¢ÊªÍý¥á¥â¥ê¤¬¤¢¤ë¤«¤É¤¦¤«¤ò¥«¡¼¥Í¥ë¤¬¥Á¥§¥Ã¥¯¤¹¤ë¤³¤È¤Ë´ØÏ¢¤¹¤ë ! ¤è¤¦¤Ç¤¹¡£¤³¤Î¤³¤È¤Ï¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È¥ì¥¸¥¹¥¿¤ò¥Þ¥Ã¥×¤¹¤ë»þ¤ËÌäÂê¤òµ¯¤³ ! ¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¤«¤Ä¤Æ SVGA ¥µ¡¼¥Ð¤ÎÃæ¤Î MGA ¥É¥é¥¤¥Ð¤Çµ¯¤­¤¿ÌäÂê¤Ç ! ¤¹¡£Â¾¤Î¥É¥é¥¤¥Ð¤Ç¤â±Æ¶Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£MGA ¥É¥é¥¤¥Ð¤Çµ¯¤­¤¿ÌäÂê ! ¤Ï¡¢¸½ºß¤Ï¥Õ¥£¥Ã¥¯¥¹¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! ! --- 1,407 ---- ! SVR4 ¥æ¡¼¥¶¤Î¤¿¤á¤Î¾ðÊó ! The XFree86 Project, Inc ! 1998ǯ2·î27Æü(1998ǯ3·î1ÆüÌõ) ! Ìî¼ ¹âÌÀ(Takaaki Nomura) ! ! Ãí°Õ: ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤¿¥µ¡¼¥Ð¤ò¤ª»È¤¤¤Ë¤Ê¤ë¾ì¹ç¤Ï¡¢ ! 10Àá¤ò¤ªÆɤߤˤʤꡢ½ñ¤¤¤Æ¤¢¤ë¤³¤È¤Ë½¾¤Ã¤Æ²¼¤µ¤¤¡£¤½¤¦¤·¤Ê¤¤¤È¡¢X ¥µ¡¼ ! ¥Ð¤ò½ªÎ»¤µ¤»¤¿¤ê¡¢ºÆµ¯Æ°¤·¤¿¤ê¡¢²¾ÁÛüËö¤ÎÀÚÂؤ¨¤ò¹Ô¤Ê¤Ã¤¿¤ê¤·¤¿»þ ! ¤Ë¡¢X ¥µ¡¼¥Ð¤Ï¥¯¥é¥Ã¥·¥å¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 1. XFree86 ¤¬¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤ë SVR4 ¤Î¥Ð¡¼¥¸¥ç¥ó ! ! XFree86 ¤Ï¡¢¼¡¤Î¥Ð¡¼¥¸¥ç¥ó¤Î SVR4 ¾å¤Ç¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! SVR4.0 ! ! o Microport: 2.2, 3.1, 4.1, 4.2 ! ! o Esix: 4.0.3A, 4.0.4, 4.0.4.1 ! ! o Dell: 2.1, 2.2, 2.2.1 ! ! o UHC: 2.0, 3.6 ! ! o Consensys: 1.2 ! ! o MST: 4.0.3 ! ! o AT&T: 2.1, 4.0 ! ! o ISC: 4.0.3 ! ! o NCR: MP-RAS ! ! o PANIX: 5.0 ! ! SVR4.2 ! ! o Consensys ! ! o Novell/SCO UnixWare 1.x, 2.0 ! ! ´ðËÜŪ¤Ë¡¢XFree86 ¤Î SVR4 ÍѥХ¤¥Ê¥ê¤Ï¡¢ISA¡¢EISA¡¢MCA ¥×¥é¥Ã¥È¥Õ¥©¡¼ ! ¥à¾å¤Î¤¤¤«¤Ê¤ë SVR4.0(Solaris 2.x ¤ÏÎã³°)¤¢¤ë¤¤¤Ï SVR4.2 ¾å¤Ç¤â̵Êѹ¹ ! ¤ÇÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥ê¥¹¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤ SVR4 ¾å¤Ç XFree86 ¤ò¤ª»È ! ¤¤¤Ç¤¢¤ì¤Ð¡¢¤½¤Î¤³¤È¤ò²æ¡¹¤ËÃΤ餻¤Æ²¼¤µ¤¤¡£ ! ! 2. VT-switch ¤Î¥Û¥Ã¥È¥­¡¼¤ÎÂнèÊýË¡ ! ! VT-switch(²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨)¤Î¥Û¥Ã¥È¥­¡¼¤Ë´Ø¤·¤Æ¤Ï¡¢¤¤¤¯¤Ä¤«¤Î¥Ð¡¼ ! ¥¸¥ç¥ó¤Î SVR4(Esix, Microport)¤Ï¡¢2¥­¡¼¡¦¥·¡¼¥±¥ó¥¹(Alt-Fn)¤ò²Äǽ¤Ë¤¹ ! ¤ë¥á¥«¥Ë¥º¥à¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£É¸½àŪ¤Ê SVR4 ¤Î¥á¥«¥Ë¥º¥à¤Ï¡¢Alt-SysReq- ! Fn ¤Ç¤¹¡£X ¤òÁö¤é¤»¤ë¤È¡¢Alt-Fn ¥·¡¼¥±¥ó¥¹¤Ï¡¢¥µ¡¼¥Ð¤¬¸«¤ë¤è¤ê¤âÀè¤Ë¥É ! ¥é¥¤¥Ð¤¬²£¼è¤ê¤·¤Æ¤·¤Þ¤¤¡¢X ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤½¤ì¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ ! ¤»¤ó¡£¤½¤³¤Ç¡¢X ¤òÁö¤é¤»¤Æ¤¤¤ë»þ¤Ï¡¢É¸½àŪ¤Ê 3¥­¡¼¡¦¥·¡¼¥±¥ó¥¹¤ËÌá¤ë¤³ ! ¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤³¤ì¤Ø¤ÎÂнè¤Î»ÅÊý¤Ï¡¢¼¡¤ÎÄ̤ê¤Ç¤¹¡£ ! ! Microport ! Microport ¤Î¤ä¤êÊý¤ÏÈó¾ï¤Ëñ½ã¤Ç¤¹¡£2¥­¡¼¡¦¥â¡¼¥É¤Ï "Microport ! Mode"¡¢ 3¥­¡¼¡¦¥â¡¼¥É¤Ï "Compatible Mode" ¤È¸Æ¤Ð¤ì¤Æ¤¤¤Þ ! ¤¹¡£Microport Mode ¤Ë¤Ï Alt-SysReq-m ¤Ç¡¢Compatible Mode ¤Ë¤Ï ! Alt-SysReq-c ¤ÇÆþ¤ì¤Þ¤¹¡£X ¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬ Alt-Fn ¥·¡¼¥±¥ó¥¹¤Ë ! ¥¢¥¯¥»¥¹¤¹¤ë¤Î¤ò²Äǽ¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤òµ¯Æ°¸å¡¢Alt- ! SysReq-c ¤òÆþÎϤ¹¤ë¤À¤±¤Ç¤¤¤¤¤Î¤Ç¤¹¡£ ! ! Esix ! Esix ¤Ë¤Ï¥â¡¼¥ÉÀÚ¤êÂؤ¨¤ò¤¹¤ë¥­¡¼¡¦¥·¡¼¥±¥ó¥¹¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤½¤ì ! ¤Ï¡¢¼¡¤Î 2¥ì¥Ù¥ë¤Ç¹Ô¤Ê¤¤¤Þ¤¹¡£ ! ! 1. ¤É¤Á¤é¤Î¥â¡¼¥É¤ò¥Ç¥Õ¥©¥ë¥È¤Ë¤¹¤ë¤«¤ò·è¤á¤ë¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿ ! ¤¬¤¢¤ê¤Þ¤¹¡£¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿¤Ï¡¢/etc/conf/pack.d/kd/space.c ! ¤Ë¤ª¤±¤ë kd_2keysw ¤Î½é´ü²½¤Ç¡¢¤½¤ì¤ò 1(¥Ç¥Õ¥©¥ë¥È)¤Ë¤¹¤ë ! ¤È¡¢2¥­¡¼¡¦¥â¡¼¥É¤Ë¤Ê¤ê¡¢0 ¤Ë¤¹¤ë¤È¡¢¤½¤ì¤¬ disable ¤µ¤ì¤Þ ! ¤¹¡£ ! ! 2. ¥â¡¼¥É¤Ï¡¢³Æ¡¹¤Î VT ¤¬ ioctl() ¤òȯ¹Ô¤¹¤ë¤³¤È¤Ë¤è¤êÊѹ¹¤Ç¤­¤Þ ! ¤¹¡£ XFree86 ¥æ¡¼¥¶¤ÎÊص¹¤ò¿Þ¤ë¤¿¤á¡¢`2key' ¤È¸Æ¤Ð¤ì¤ë¥×¥í¥° ! ¥é¥à¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£(¥½¡¼¥¹¥Ä¥ê¡¼¾å¤Ç¤Ï ! xc/programs/Xserver/hw/xfree86/etc/ ¤Ë¡¢¥Ð¥¤¥Ê¥ê¤Ç¤Ï ! /usr/X11R6/lib/X11/etc/ ¤Ë¤¢¤ê¤Þ¤¹¡£) ¤³¤Î¥×¥í¥°¥é¥à¤ò¥³¥ó¥Ñ ! ¥¤¥ë¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡£¤³¤ì¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢ ! XF86Config ¤Î Keyboard ¥»¥¯¥·¥ç¥ó¤Ë `VTInit "2key off"' ¤Î ! 1¹Ô¤òÆþ¤ì¤Æ¡¢¥µ¡¼¥Ðµ¯Æ°»þ¤Ë¤½¤Î¥×¥í¥°¥é¥à¤¬¼«Æ°Åª¤Ë¼Â¹Ô¤µ¤ì¤ë ! ¤è¤¦¤Ë¤·¤Æ²¼¤µ¤¤¡£¤³¤ì¤ò¼Â¹Ô¤¹¤ë¤È¡¢¥µ¡¼¥Ð¤Î VT ¤Ç¤Ï 2¥­¡¼¤Ë ! ¤è¤ëÀÚ¤êÂؤ¨¤¬ OFF ¤È¤Ê¤ê¡¢Â¾¤Î VT ¤Ç¤Ï ON ¤Î¤Þ¤Þ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¾ÜºÙ¤Ï¡¢¥ê¥ê¡¼¥¹¥Î¡¼¥È¤Ë´Þ¤Þ¤ì¤ë keyboard(7) manpage ¤ò»²¾È¤·¤Æ ! ²¼¤µ¤¤ (¥ª¥ó¥é¥¤¥ó¤Î manpage ¤Ë¤Ï¤³¤Î¾ðÊó¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó)¡£ ! ! 3. SVR4.0.4 ¤È SVR4.2 ¾å¤Ç¤Î SVR3 ¤Î¥Ð¥¤¥Ê¥ê¤Î¼Â¹Ô ! ! SVR4.0.4 ¤Ï SVR3 ¤Î¥Ð¥¤¥Ê¥ê¼Â¹Ô¤Î¤¿¤á¤Î iBCS-2 ¤Ë½¾¤Ã¤¿ `Advanced ! Compatibility Package' ¤òÄɲä·¤Þ¤·¤¿¡£¤³¤Î¥Ä¡¼¥ë¤Ï SVR4.2 ¤Ë¤â¸ºß¤· ! ¤Þ¤¹¡£XFree86 ¤Ï¡¢SVR3 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤«¤é¤Î¥í¡¼¥«¥ëÀܳ¤ò¼õ¤±Æþ¤ì¤ë¤¿ ! ¤á¤Ë¡¢¤³¤ì¤òÍøÍѤ·¤Þ¤¹¡£XFree86 ¤Î¥Ð¥¤¥Ê¥ê¤Ï¤³¤ì¤é¤Î¥Ä¡¼¥ë¤ò»È¤¦¤è¤¦¤Ë ! ºî¤é¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤·¤Þ¤À¤Ç¤¢¤ì¤Ð¡¢`Advanced Compatibility Package' ¤ò ! ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! SVR4.0.4 ¤¬¤¹¤Ù¤Æ¤Î SCO ¥Ð¥¤¥Ê¥ê¤È¡¢¤³¤È¤Ë¤è¤ë¤È ISC SVR3 ¤Î¥Ð¥¤¥Ê¥ê¤Î ! ¿¤¯¤â¼Â¹Ô¤Ç¤­¤ëÌõ¤Ç¤Ï¤Ê¤¤¤³¤È¤¬¤ï¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢XFree86 ¤¬°­¤¤ ! ¤«¤é¤Ç¤Ï¤Ê¤¯¡¢ SVR4 ¼«¿È¤Ë¤è¤ë¤â¤Î¤Ç¤¹¡£¤½¤Î 1Îã¤È¤·¤Æ¤Ï¡¢Â¿¤¯¤Î SVR3 ! ¤Î¥×¥í¥°¥é¥à¤¬ UFS ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¤³¤È¤òÃΤäƤª¤é¤º¡¢¤½¤Î¤¿¤á¤ËÄê ! µÁ¤µ¤ì¤Æ¤¤¤ë¥·¥¹¥Æ¥à¥³¡¼¥ë¤ò»È¤¦¤Î¤Ç¤Ï¤Ê¤¯¡¢¥Ç¥£¥ì¥¯¥È¥ê¤ò¥Õ¥¡¥¤¥ë¤È¤· ! ¤ÆÆɤ⤦¤È¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ÏÌÀ¤é¤«¤Ë¼ºÇÔ¤·¤Þ¤¹¡£USL ¤Î ! SVR4.0.4 ¤Î¥ê¥ê¡¼¥¹¥Î¡¼¥È(¥Ù¥ó¥À¤«¤é¼ê¤ËÆþ¤ì¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹)¤Ë¤Ï¡¢¥³ ! ¥ó¥Ñ¥Á¥Ó¥ê¥Æ¥£¤ò¸þ¾å¤µ¤»¤ë¤¿¤á¤ÎÂô»³¤Î¼¨º¶¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤¤¤¯¤Ä¤«¤Î SCO ¥Ð¥¤¥Ê¥ê¤Ë´Ø¤·¤Æ¤Ï¡¢¹¬±¿¤Ë¤â¤½¤Î¤Þ¤Þ»È¤¨¤ë¤è¤¦¤Ç¤¹¡£²¿ ! ¤âÊѹ¹¤ÏÍפê¤Þ¤»¤ó¡£xterm ¤Î¥¦¥£¥ó¥É¥¦¾å¤Ç¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ë¤À¤±¤Ç¤¤ ! ¤¤¤Î¤Ç¤¹¡£ ! ! ISC ¥æ¡¼¥¶¤Ï¡¢¥Ð¥¤¥Ê¥ê¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¡¢¥Ð¥¤¥Ê¥ê¥¨¥Ç¥£¥¿¤òɬÍפȤ¹¤ë¤Ç ! ¤·¤ç¤¦¡£ ISC ¤Ï¡¢¤É¤¦¤¤¤¦Ìõ¤«¡¢¥í¡¼¥«¥ëÀܳ¤Î¤¿¤á¤Î¥Ñ¥¤¥×¤ò ! /tmp/.X11-unix/Xn ¤ËÃÖ¤­¤Þ¤¹¡£ÉÔ±¿¤Ê¤³¤È¤Ë¡¢¤³¤³¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î ! X ¥µ¡¼¥Ð¤¬¡¢¥í¡¼¥«¥ëÀܳ¤Î¤¿¤á¤Ë¤¤¤Ä¤â»È¤ï¤ì¤ë Unix ¥É¥á¥¤¥ó¥½¥±¥Ã¥È¤ò ! ÃÖ¤¯¾ì½ê¤Ç¤â¤¢¤ë¤Î¤Ç¤¹¡£ XFree86¤Î¥µ¡¼¥Ð¤Ï¡¢ISC ¤Î¥¯¥é¥¤¥¢¥ó¥È¤Ø¤Î¥í¡¼ ! ¥«¥ëÀܳ¤Î¤¿¤á¤Ë¡¢ /dev/X/ISCCONN/Xn¤ò»È¤¦¤è¤¦¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£½¾¤Ã ! ¤Æ¡¢¥Ð¥¤¥Ê¥ê¥¨¥Ç¥£¥¿¤Ç¡¢¥¯¥é¥¤¥¢¥ó¥È¥×¥í¥°¥é¥à¤òÊÔ½¸¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤» ! ¤ó¡£ /tmp/.X11-unix¤ò¥µ¡¼¥Á¤·¤Æ¡¢¤½¤ì¤ò /dev/X/ISCCONN¤ËÊѹ¹¤·¤Æ²¼¤µ ! ¤¤¡£¤½¤¦¤¹¤ì¤Ð¡¢¸å¤Ï¥Ù¡¼¥¹ OS ¤Î¥³¥ó¥Ñ¥Á¥Ó¥ê¥Æ¥£¤Ë¤Ä¤¤¤Æ¿´ÇÛ¤¹¤ë¤À¤±¤Ç ! ºÑ¤ß¤Þ¤¹¡£ ! ! 4. SVR4 ¾å¤Ç XFree86 ¤ò¹½ÃÛ¤¹¤ë¾ì¹ç¤ÎÃí°Õ ! ! 1. SVR4 ¤Ç gcc ¤ò¤ª»È¤¤¤Ê¤é¡¢gcc-2.4.5(¤¢¤ë¤¤¤Ï¡¢ºÇ¶á¤Î°ÂÄꤷ¤¿¥ê¥ê¡¼ ! ¥¹) ¤ò¤ª»È¤¤¤Ë¤Ê¤ë¤³¤È¤ò¶¯¤¯¤ª´«¤á¤·¤Þ¤¹¡£2.6.0 ¤Ï i386 ¥×¥é¥Ã¥È ! ¥Õ¥©¡¼¥à¤Ç¤Ï¤¤¤¯¤Ä¤«¤ÎÌäÂ꤬¤¢¤ê¡¢¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¡£ ! ! 2. ¹½ÃÛ¤ò¹Ô¤Ê¤¦Á°¤Ë¡¢UFSNINODE(UFS ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¾ì¹ç)¤¢¤ë¤¤¤Ï ! S5INODE(S5 ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¾ì¹ç)¤Î¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿¤òÌó 650 ¤Ë¾å ! ¤²¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£Â¾¤Î¤¤¤¯¤Ä¤«¤Î¥Ñ¥é¥á¡¼¥¿¤Ë¤Ä¤¤¤Æ¤Ï¡¢ "SVR4 ! ¾å¤Ç XFree86 ¤òÆ°ºî¤µ¤»¤ë¾ì¹ç¤ÎÃí°Õ" ¤ò¸æÍ÷²¼¤µ¤¤¡£ ! ! 3. BOOTSTRAPCFLAGS¤È¤·¤Æ¤Ï¡¢°Ê²¼¤¬É¬ÍפǤ¹¡£ ! ! Unixware: "-DUSL" ! ! NCR: "-DNCR" ! ! ¾¤Î SVR4: "-DSVR4 -Di386" ! ! 5. SVR4 ¾å¤Ç XFree86 ¤òÆ°ºî¤µ¤»¤ë¾ì¹ç¤ÎÃí°Õ ! ! Ãí°Õ:¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤¿¥µ¡¼¥Ð¤ò¤ª»È¤¤¤Ë¤Ê¤ë¤ª¤Ä¤â¤ê¤Ç¤¢ ! ¤ì¤Ð¡¢10 Àá¤ò¤ªÆɤߤˤʤꡢ½ñ¤¤¤Æ¤¢¤ë¤³¤È¤Ë½¾¤Ã¤Æ²¼¤µ¤¤¡£¤½¤¦¤·¤Ê¤¤ ! ¤È¡¢ X ¥µ¡¼¥Ð¤ò½ªÎ»¤µ¤»¤¿¤ê¡¢ºÆµ¯Æ°¤·¤¿¤ê¡¢²¾ÁÛüËö¤ÎÀÚÂؤ¨¤ò¹Ô¤Ê¤Ã¤¿ ! ¤ê¤·¤¿»þ¤Ë¡¢ X ¥µ¡¼¥Ð¤Ï¥¯¥é¥Ã¥·¥å¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 1. SVR4 ¤Ç¤Ï¡¢/usr/X11R6/lib¤ò LD_LIBRARY_PATH¤Ë²Ã¤¨¤ëɬÍפ¬¤¢¤ë¤«¤â¤· ! ¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢Àµ¤·¤¯¹½ÃÛ¤µ¤ì¤¿¥¯¥é¥¤¥¢¥ó¥È¤ò¼Â¹Ô¤¹¤ë¾ì¹ç¤Ï¡¢É¬ ! Íפ¢¤ê¤Þ¤»¤ó¡£ ! ! 2. ¼¡¤Î¤¤¤¯¤Ä¤«¤Î¥«¡¼¥Í¥ë¥Ñ¥é¥á¡¼¥¿¤òÁý²Ã¤µ¤»¤ë¤È¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! (idtune¤ò¼Â¹Ô¤¹¤ë¤«¡¢/etc/conf/cf.d/stune¤òÊÔ½¸¤·¤Æ¡¢ idbuild¤Ç¥«¡¼ ! ¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ²¼¤µ¤¤¡£) ! ! [HS]FNOLIM ¥ª¡¼¥×¥ó¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¿ô¤Î¥Ï¡¼¥É/¥½¥Õ¥È¾å¤ÎÀ© ! ¸Â ! ! MAXUP 1¥æ¡¼¥¶Åö¤ê¤Î¥×¥í¥»¥¹¤ÎºÇÂçÃÍ ! ! ARG_MAX °ú¿ô¥ê¥¹¥È¤ÎºÇÂçĹ ! ! SHMMAX ¶¦Í­¥á¥â¥ê¥»¥°¥á¥ó¥È¤ÎºÇÂ祵¥¤¥º(ñ°Ì:¥Ð¥¤¥È) ! ! 3. ¤É¤Î¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò»È¤¦¤«¤òÁªÂò¤·¤Æ²¼¤µ¤¤¡£ºÇÎɤÎÁªÂò¤Ï¡¢SVR4 ¤Î¤É ! ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»È¤¦¤«¤Ë°Í¸¤·¤Þ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤ò¤ª»È¤¤¤Ê¤é¡¢Xqueue ¤¬ ! ¿ʬͣ°ì¤ÎÁªÂò¤Ç¤·¤ç¤¦¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¼¡¤Î¤è¤¦¤Ë¤·¤Æ²¼¤µ ! ¤¤¡£ ! ! Esix 4.0.3 ! Xqueue ¤¬Æ°ºî¤·¤Þ¤¹¡£É¸½à¤Î asy ¥É¥é¥¤¥Ð¤òľÀܻȤ¦¤³¤È¤â¤Ç¤­¤Þ¤¹ ! ¤¬¡¢¥Þ¥¦¥¹¤Ï¥¹¥à¡¼¥º¤ËÆ°¤«¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! Microport SVR4 [34].1 ! Xqueue ¤¬Æ°ºî¤·¤Þ¤¹¡£asy ¥É¥é¥¤¥Ð¤òľÀܻȤäƤâ¥Þ¥¦¥¹¤Ï¥¹¥à¡¼¥º ! ¤ËÆ°¤­¤Þ¤¹¡£ ! ! Xqueue ¤ò»ÈÍѤ¹¤ë¤¿¤á¤Ë¤Ï¡¢XF86Config ¤Î Keyboard¡¢ Pointer¥»¥¯¥·¥ç ! ¥ó¤Ë¤ª¤¤¤Æ¡¢¤É¤Á¤é¤âProtocol¤Ë Xqueue ¤ò»ØÄꤷ¤Æ²¼¤µ¤¤¡£¤Þ¤¿¡¢¥Þ¥¦ ! ¥¹¥É¥é¥¤¥Ð¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¡¢mouseadmin ¤ò¼Â¹Ô¤·¤Æ¥Þ¥¦¥¹¤Î ! ¥»¥Ã¥È¥¢¥Ã¥×¤ò¹Ô¤Ê¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ mouseadmin ¤¬Æ°¤«¤Ê¤¤¾ì¹ç ! ¤Ï¡¢`touch /dev/gmse' ¤ò»öÁ°¤Ë¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£(mouseadmin ¤Ï¡¢¥«¡¼ ! ¥Í¥ëºÆ¹½ÃÛ¸å¤ËºÆ¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤µ¤â¤Ê¤±¤ì ! ¤Ð¡¢/etc/conf/node.d/gmse ¤ËŬÅö¤Ê¥¨¥ó¥È¥ê¤ò²Ã¤¨¤Æ²¼¤µ¤¤¡£) ! ! <Ãí°Õ:¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤È Xqueue ¤òƱ»þ¤Ë»ÈÍѤ¹¤ë¤È¡¢¥¢¥¯¥»¥é¥ì ! ¡¼¥·¥ç¥ó¤Î¤«¤«¤Ã¤¿¥µ¡¼¥Ð¤ä¥É¥é¥¤¥Ð¤Î¿¤¯¤ÇÌäÂ꤬µ¯¤­¤Þ¤¹¡£¥·¥ê¥¢¥ë ! ¥Þ¥¦¥¹¤ò¤ª»ý¤Á¤Î¾ì¹ç¤Ï¡¢Xqueue ¤ò»È¤ï¤Ê¤¤¤³¤È¤Ç¤³¤ì¤ò²óÈò¤Ç¤­¤Þ¤¹¡£ ! ¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢XF86Config ¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë¡¢ ! ! Option "sw_cursor" ! ! ¤Î 1¹Ô¤òÆþ¤ì¤Æ²¼¤µ¤¤¡£S3 ¥µ¡¼¥Ð¤Ï¡¢¤³¤ÎÌäÂ̵꤬¤¤¤³¤È¤ÇÃΤé¤ì¤ëÍ£°ì¤Î ! ¥µ¡¼¥Ð¤Ç¤¹¡£ ! ! Xqueue ¤Èɸ½à asy ¥É¥é¥¤¥Ð¤òƱ»þ¤Ë»ÈÍѤ·¤ÆÌäÂ꤬½Ð¤ë¾ì¹ç¤Ï¡¢SAS ¤ò¥¤¥ó ! ¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£SAS ¤ò»È¤¦¾ì¹ç¡¢XF86Config ¤Ïɸ½à¥É¥é¥¤¥Ð ! ¤ò»È¤¦¤è¤¦¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£ ! ! SAS ¤Ï¡¢ftp.physics.su.oz.au ¤Ë¤¢¤ê¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë SAS ¤ò»È¤¦¾ì ! ¹ç¡¢ sas.h Æâ¤Î EVENT_TIME ¤ò 80 ¤«¤é 30 ¤ËÊѹ¹¤¹¤ì¤Ð¡¢¥¹¥à¡¼¥º¤ÊÆ°¤­ ! ¤ò¤¹¤ë¤è¤¦¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£SAS ¤Î README ¤Ë½ñ¤¤¤Æ¤¤¤Ê¤¤¤³¤È¤È¤·¤Æ¡¢¼¡¤Î ! 2ÅÀ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! - /etc/ap/chan.ap ¤Ë¡¢¼¡¤Î 1¹Ô¤ò²Ã¤¨¤Æ²¼¤µ¤¤¡£ ! ! MAJOR 0 255 ldterm ttcompat ! ! MAJOR ¤Ï¡¢SAS ¥Ç¥Ð¥¤¥¹¤¬»È¤¦ major ÈÖ¹æ¤Ç¤¹¡£¤½¤ì¤¬¤¤¤¯¤Ä¤Ç¤¢¤ë¤«¤Ï¡¢ ! ¥«¡¼¥Í¥ëºÆ¹½Ã۸塢/etc/conf/cf.d/mdevice ¤ÇÄ´¤Ù¤Æ²¼¤µ¤¤¡£ major ÈÖ¹æ ! ¤Ï¡¢`sas' ¤Ç»Ï¤Þ¤ë¹Ô¤Î 6ÈÖÌܤΥե£¡¼¥ë¥É¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¡¢¿· ! ¤·¤¤¥«¡¼¥Í¥ë¤Ç¥ê¥Ö¡¼¥È¤¹¤ëÁ°¤Ë¹¹¿·¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! - ¥¤¥ó¥¹¥È¡¼¥ë¤Î¼ê°ú¤­¤Ë¡¢¼¡¤Î¤³¤È¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ¤»¤ó¡£ ! ! 3a) `kconfig' ¤ò¼Â¹Ô¤¹¤ë¤«¡¢/etc/conf/sdevice.d/asy ¤òÊÔ½¸¤· ! ¤Æ¡¢asy ¥É¥é¥¤¥Ð¤ò disable ¤·¤Æ²¼¤µ¤¤¡£ ! ! 3b) /etc/conf/bin/idbuild¤ò¼Â¹Ô¤·¤Æ¡¢¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ²¼ ! ¤µ¤¤¡£ ! ! 4. SVR4 ¤Ç xdm ¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ï¡¢shar ¥Õ¥¡¥¤¥ë ! /usr/X11R6/lib/X11/etc/XdmConf.svr4¤ò°ì»þ¥Ç¥£¥ì¥¯¥È¥ê¤ËŸ³«¤·¤Æ²¼¤µ ! ¤¤¡£README ¤Ë¤É¤Î¥Õ¥¡¥¤¥ë¤ò¤É¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤¹¤Ù¤­¤«¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ ! ¤¹¡£³Æ¡¹¤Î¥Õ¥¡¥¤¥ë¤ò¤è¤¯Æɤó¤Ç¡¢É¬ÍפÊÊѹ¹¤ò¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£ ! ! Ãí°Õ ¤¤¤¯¤Ä¤«¤Î SVR4 ¤Î¥Ð¡¼¥¸¥ç¥ó(ex. Esix 4.0.3)¤Ç¤Ï¡¢¥³¥ó¥½¡¼¥ë¤Ç ! `vtgetty' ¤ò¼Â¹Ô¤¹¤ë¥Ç¥Õ¥©¥ë¥È¤Î inittab ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£xdm ¤ò¥Ö¡¼ ! ¥È»þ¤Ë¥¹¥¿¡¼¥È¤µ¤»¤ë¾ì¹ç¡¢¤½¤ì¤Ï¤¦¤Þ¤¯Æ°¤­¤Þ¤»¤ó¡£ÌäÂê¤Ê¤Î ! ¤Ï¡¢vtgetty ¥»¥Ã¥·¥ç¥ó¤«¤é logout ¤¹¤ë¤È¡¢xdm ¤¬¥µ¡¼¥Ð¤Î¤¿¤á¤Ë»ÈÍÑ ! ¤¹¤ë£±¤Ä¤â´Þ¤á¡¢Á´¤Æ¤Î VT ¤¬¥¯¥í¡¼¥º¤µ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤Ç¤¹¡£`getty' ! ¤ò»È¤¦¤Î¤¬¤ª´«¤á¤Ç¤¹¡£ /etc/inittab ¤òÊѹ¹¤¹¤ë¾ì¹ç ! ¤Ï¡¢/etc/conf/cf.d/init.base ¤âƱ»þ¤ËÊѹ¹¤·¤Æ²¼¤µ¤¤¡£¤µ¤â¤Ê¤¤¤È¡¢¼¡ ! ¤Ë¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤¿¸å¤ÇÊѹ¹¤¬¥­¥ã¥ó¥»¥ë¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 5. VT ¤ÎºÇÂç¿ô¤òÊѹ¹¤¹¤ë¤¿¤á¤Ë¤Ï¡¢/etc/default/workstations ¤Î¥Õ¥¡¥¤¥ë ! ¤òÊÔ½¸¤·¤Æ¡¢¤½¤Î¿ô¤òÊѹ¹¤·¤Æ²¼¤µ¤¤¡£¼¡¤Ë¥ê¥Ö¡¼¥È¤·¤¿»þ¤Ë¡¢¥Ç¥Ð¥¤¥¹ ! ¥Î¡¼¥É¤ÏºîÀ®/ºï½ü¤µ¤ì¤Þ¤¹¡£ ! ! 6. ¥Ç¥Õ¥©¥ë¥È¤Î¥í¡¼¥«¥ëÀܳ¥¿¥¤¥×¤Ï¡¢X11R6 ¤ÇÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£Unix ¥É¥á ! ¥¤¥ó¤Î¥½¥±¥Ã¥È¤Ï¡¢¤â¤Ï¤ä "¥í¡¼¥«¥ë" Àܳ¥¿¥¤¥×¤È¤·¤Æ¤Ï°·¤ï¤ì¤Þ¤» ! ¤ó¡£¤³¤Î¤³¤È¤Ï¡¢ :0 ¤ËÀܳ¤¹¤ë¥¯¥é¥¤¥¢¥ó¥È¤ÏÀܳ¤Ë Unix ¤Î¥½¥±¥Ã¥È ! ¤ò»ÈÍѤ·¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£Unix ¤Î¥½¥±¥Ã¥ÈÀܳ¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢¥¯ ! ¥é¥¤¥¢¥ó¥È¤Ï unix:0 ¤ËÀܳ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¥í¡¼¥«¥ëÀܳ¥¿¥¤¥×¤Ï¡¢"NAMED"(named ¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×)¡¢ "PTS"(¸Å¤¤ ! ·Á¼°¤Î USL ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×)¡¢"SCO"(SCO Xsight ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤ ! ¥×)¡¢"ISC"(ISC ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥×)¤Î¤¤¤º¤ì¤«¤Ç¤¹¡£XLOCAL ´Ä¶­ÊÑ¿ô ! ¤¬¡¢¤É¤ÎÍ¥Àè½ç°Ì¤Ç¥í¡¼¥«¥ëÀܳ¤ò¹Ô¤Ê¤¦¤«¤ò·è¤á¤ë¤Î¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ¥Ç¥Õ¥©¥ë¥È¤ÎÀßÄê¤Ï¡¢ PTS:NAMED:ISC:SCO ¤Ç¤¹¡£ÂçÄñ¤Î¾ì¹ç¤Ï¡¢NAMED ¤ò ! »È¤¦¤Î¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£¤½¤ÎÍýͳ¤Ï¡¢¤½¤ì¤¬¥Ç¥Õ¥©¥ë¥È¤Î PTS ¤è¤ê¤â® ! ¤¯¡¢ PTS ¤ò»È¤¦¤È /dev/pts ¥Ç¥Ð¥¤¥¹¤¬ÉÔ­¤·¤Æ¤·¤Þ¤¦(PTS ¤ò»È¤¦³Æ¡¹ ! ¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬ /dev/pts ¥Ç¥Ð¥¤¥¹¤òɬÍפȤ·¤Þ¤¹)¤«¤é¤Ç¤¹¡£¥Ç¥Õ¥©¥ë ! ¥È¤Î¥í¡¼¥«¥ëÀܳ¥¿¥¤¥×¤òÀßÄꤹ¤ë¤¿¤á¤Ë¤Ï¡¢.xinitrc(xinit ¤« startx ! ¤ò»È¤¦¾ì¹ç)¤« /usr/X11R6/lib/xdm/Xsession(xdm ¤ò»È¤¦¾ì¹ç) ¤Ë¤ª¤¤ ! ¤Æ¡¢XLOCAL ¤¬ÀßÄꤵ¤ì¡¢export ¤µ¤ì¤ë¤è¤¦¤Ë¤·¤Æ²¼¤µ¤¤¡£ ! ! 6. SVR4 ¤Ç¤Î°ìÈ̤Υ¯¥é¥¤¥¢¥ó¥È¤Î¹½ÃÛ ! ! 1. Âô»³¤Î¥¯¥é¥¤¥¢¥ó¥È(¤¤¤¯¤Ä¤«¤ÎÌÀ³Î¤Ë SVR4 ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤â¤Î¤â´Þ ! ¤à) ¤¬¡¢SVR4 ´Ä¶­²¼¤Î¹½ÃÛ¤Ç -DSYSV ¤Î»ØÄê¤òɬÍפȤ·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ¤ÎÀßÄê¤Ç¤â»ØÄꤵ¤ì¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¼ê¤Ã¼è¤êÁᤤÊýË¡¤Ï¡¢¥¯¥é¥¤¥¢ ! ¥ó¥È¤Î Imakefile ¤Ë¼¡¤Î¤è¤¦¤Ê¤â¤Î¤ò²Ã¤¨¤ë¤³¤È¤Ç¤¹¡£ ! ! #if SystemV4 ! DEFINES = -DSYSV OTHER_CLIENT_DEPENDENT_DEFINES ! #endif ! ! °ìÈÖ¤¤¤¤¤Î¤Ï¡¢-DSYSV ̵¤·¤ÇÀµ¤·¤¯¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤ë¤è¤¦¤Ë¡¢¥³¡¼¥É¤ò½ñ¤­ ! ľ¤¹¤³¤È¤Ç¤¹¡£ ! ! 7. XFree86 ¤Ç DOS/Merge 2.2 ¤ò»ÈÍѤ¹¤ë¤¿¤á¤Ë¤Ï ! ! Locus DOS/Merge 2.2 X ¥¯¥é¥¤¥¢¥ó¥È¤Ï¡¢XFree86 ¾å¤Ç»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¤·¤«¤·¡¢¤½¤ì¤òÆ°¤«¤¹¤¿¤á¤Ë¤Ï¡¢¤¤¤¯¤Ä¤«¤Î¤³¤È¤ò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£1¤Ä¤ÎÊѹ¹¤Ï¡¢ X ¥¯¥é¥¤¥¢¥ó¥È¤È X11R5/6 ¤Î°ìÈÌŪ¤ÊÌäÂê¤Ç¡¢¤½¤Î¾ ! ¤Ï¡¢XFree86 ¤Î¥µ¡¼¥Ð¤ËÆÃÍ­¤Ê¤³¤È¤ËÂФ¹¤ëºî¶È¤Ç¤¹¡£É¬Íפʺî¶È¤Ï°Ê²¼¤ÎÄÌ ! ¤ê¤Ç¤¹¡£ ! ! 1. .xinitrc¡¢.xsession¤ÎÃæ¤Ç¡¢$XMERGE¤òÀßÄꤷ¡¢export ¤·¤Æ²¼¤µ¤¤¡£°ìÈÌ ! ¤Ë¡¢XMERGE=vga¤ÈÀßÄꤹ¤ë¤è¤¦¤Ç¤¹¡£ ! ! 2. `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Î "zoom" µ¡Ç½¤ò»ÈÍѤµ¤ì¤ë¤Î¤Ê¤é¡¢¥µ¡¼¥Ð¤Î¥­¡¼¥Ü ! ¡¼¥É¤È¥Þ¥¦¥¹¤ÎËÜÍè¤Î¥É¥é¥¤¥Ð¤ÎÂå¤ï¤ê¤Ë¡¢"xqueue" ¤ò»È¤ï¤Ê¤±¤ì¤Ð¤¤¤± ! ¤Þ¤»¤ó¡£¤½¤¦¤Ç¤Ê¤¤¤È¡¢ºÇ½é¤Ë "zoom" ¤ò¹Ô¤Ê¤Ã¤¿¸å¤Ë¡¢¥Þ¥¦¥¹¤Ïµ¡Ç½¤· ! ¤Ê¤¯¤Ê¤ë¤Ç¤·¤ç¤¦(`dos' ¥¯¥é¥¤¥¢¥ó¥È¤¬ËÜÍè¤Î¥É¥é¥¤¥Ð¤ò»ÈÍѤ¹¤ë¤¿¤á¡¢ ! ¥µ¡¼¥Ð¤Ï¡¢zoom ¤¬½ª¤Ã¤¿¸å¤Ë¥Þ¥¦¥¹¤ò¥¢¥¯¥»¥¹¤Ç¤­¤Ê¤¯¤Ê¤ë¤«¤é¤Ç¤¹)¡£ ! ¾¤ÎÍ£°ì¤ÎÁªÂò»è¤Ï¡¢³Æ¡¹¤Î¥Ç¥Ð¥¤¥¹¤ËÊÌ¡¹¤Î¥Þ¥¦¥¹¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç ! ¤¹¡£ ! ! 3. `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Î¥Õ¥©¥ó¥È¤ò XFree86 ¤Î¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¤¥ó ! ¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£BDF ¥Õ¥¡¥¤¥ë¤òõ¤·¤Æ²¼¤µ¤¤(`*pc???.bdf' ! ¤È¤¤¤¦¥Ñ¥¿¡¼¥ó¤Ë¥Þ¥Ã¥Á¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¸«¤Ä¤±¤Æ²¼¤µ¤¤)¡£¤³¤ì¤é¤Ï¡¢ ! /usr/lib/X11/fonts/misc¤Ë¤¢¤ë¤Ç¤·¤ç¤¦¡£¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ë¥Ç¥£¥ì ! ¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢¼¡¤Î¤³¤È¤ò(`sh' ¤« `ksh' ¤ò»È¤Ã¤Æ) ¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£ ! ! for i in *pc???.bdf ! do ! /usr/X11R6/bin/bdftopcf $i > \ ! /usr/X11R6/lib/X11/fonts/misc/`basename $i .bdf`.pcf ! done ! cd /usr/X11R6/lib/X11/fonts/misc ! /usr/X11R6/bin/mkfontdir ! # Do this only if the server is already running. ! /usr/X11R6/bin/xset fp rehash ! ! 4. `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Ï¡¢ÆâÉô¥­¡¼É½¸½¤«¤é X ¤Î¥­¡¼¥Þ¥Ã¥×¤Ø¤ÎÊÑ´¹¥Æ¡¼¥Ö ! ¥ë¤ò»È¤¤¤Þ¤¹¡£Merge 2.2 ¤ËÉÕ¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤Ï¡¢SCO ¤Î¥µ¡¼¥Ð¤ËÂФ¹ ! ¤ë¥Þ¥Ã¥Ô¥ó¥°¤ò»ÈÍѤ¹¤ë¤è¤¦¤Ç¤¹¡£Àµ¤·¤¤¥Þ¥Ã¥Ô¥ó¥°¥Æ¡¼¥Ö¥ë¤Ï¡¢ ! /usr/X11R6/lib/X11/etc/xcode.xfree86¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë ! ¤Ï¡¢/usr/lib/merge/xc ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡£¤µ¤é¤Ë¡¢¼¡¤Î¥ê¥½¡¼ ! ¥¹¤ò `dos' ¥¯¥é¥¤¥¢¥ó¥È¤Î application-defaults ¥Õ¥¡¥¤¥ë(ÄÌ ! ¾ï¡¢/usr/lib/X11/app-defaults/DOS ¤Ë¤¢¤ê¤Þ¤¹)¤Ë²Ã¤¨¤Æ²¼¤µ¤¤¡£ ! ! dos*xcodetable: /usr/lib/merge/xc/xcode.xfree86 ! ! ¤â¤·´Ö°ã¤Ã¤¿¥Æ¡¼¥Ö¥ë¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ì¤Ð¡¢¥Æ¥ó¥­¡¼¤ÎÌð°õ¥­¡¼¤Ï `dos' ! ¥¯¥é¥¤¥¢¥ó¥È¤Çµ¡Ç½¤·¤Ê¤¯¤Ê¤ê¤Þ¤¹¤«¤é¡¢¤³¤Î¿·¤·¤¤¥³¡¼¥É¥Æ¡¼¥Ö¥ë¤¬É¬Í×¤Ê ! ¤Î¤ÏÌÀ¤é¤«¤Ç¤·¤ç¤¦¡£ ! ! 5. "zoom"µ¡Ç½¤òÀµ¤·¤¯Æ°¤«¤¹¤¿¤á¤Ë¤Ï¡¢$DISPLAY ¤ò "unix:N" ¤« ! "host_name:N" ¤ËÀßÄꤷ¤Æ¡¢`dos' ¤ò¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£Ã±¤Ë ":0" ¤ò»È¤¦ ! ¤È¡¢¥¯¥é¥¤¥¢¥ó¥È¤ÏÀµ¤·¤¯Æ°¤«¤Ê¤¤¤Ç¤·¤ç¤¦¡£`dos' ¤Ï¡¢ `-display' ¥Ñ ! ¥é¥á¡¼¥¿¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó¡£½¾¤Ã¤Æ¡¢`dos' ¥×¥í¥°¥é¥à¤ò¼¡¤Î¤è¤¦¤Ê¤â¤Î ! ¤ËÃÖ¤­´¹¤¨¤ë¤Î¤¬Â¿Ê¬¤¤¤¤¤Ç¤·¤ç¤¦¡£ ! ! #!/usr/bin/ksh ! if [ "X${DISPLAY}" != "X" ] ! then ! case ${DISPLAY} in ! :*) ! DISPLAY=unix${DISPLAY} ! ;; ! esac ! fi ! /usr/bin/dos.real "$@" ! ! 8. Esix ¥·¥¹¥Æ¥à¤Ç¤Î¥­¡¼¥Ü¡¼¥É¥Þ¥Ã¥Ô¥ó¥°¤ÎÌäÂê ! ! Esix 4.0.3A ¤Î¤¢¤ë¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î¥Ñ¥Ã¥Á¤Ï¡¢XFree86 ¤Î¥µ¡¼¥Ð¤Î¥Ç ! ¥Õ¥©¥ë¥È¥­¡¼¥Þ¥Ã¥×¤òÇ˲õ¤·¤Þ¤¹¡£¥­¡¼¤Î¤Û¤È¤ó¤É¤¬Àµ¤·¤¯¥Þ¥Ã¥×¤µ¤ì¤Ê¤¯¤Ê ! ¤ë¤Î¤Ç¡¢¤³¤ÎÌäÂê¤Î±Æ¶Á¤ò¼õ¤±¤ì¤Ð¡¢¤½¤ì¤ÏÌÀÇò¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤³¤ì¤ËÂФ¹ ! ¤ë²ò·èºö¤Ï 2¤Ä¤¢¤ê¤Þ¤¹¡£ 1¤ÄÌܤϡ¢ÌäÂê¤òµ¯¤³¤·¤¿¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î ! ¥Ñ¥Ã¥Á¤òºï½ü¤¹¤ë¤³¤È¤Ç¤¹¡£2¤ÄÌܤϡ¢¥µ¡¼¥Ðµ¯Æ°¸å¤Ë¥Ç¥Õ¥©¥ë¥È¤Î¥Þ¥Ã¥Ô¥ó ! ¥°¤ò¥ê¥»¥Ã¥È¤¹¤ë¤¿¤á¤Ë¡¢xmodmap(1) ¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Þ¥Ã ! ¥Ô¥ó¥°¤Ï /usr/X11R6/lib/X11/etc/xmodmap.std ¤Ë¤¢¤ê¡¢.xinitrc(xdm ¤ò»È ! ÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢Xsetup)¤Ë¡¢¼¡¤Î¹Ô¤ò²Ã¤¨¤ì¤Ð¡¢¼«Æ°Åª¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ ! ¤ì¤Þ¤¹¡£ ! ! xmodmap /usr/X11R6/lib/X11/etc/xmodmap.std ! ! 9. PANIX ¾å¤Ç¤Î 106 ÆüËܸ쥭¡¼¥Ü¡¼¥É¤ÎÌäÂê ! ! PANIX for PC-AT ¤Ï¡¢DICOP(Desktop UNIX for Intel Cooperative Promotion ! Group) ¤Çɸ½à²½¤µ¤ì¤¿ÆüËܸ쥭¡¼¥³¡¼¥É¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤Î¤¿¤á¡¢XFree86 ! ¤Ç 106 ÆüËܸ쥭¡¼¥Ü¡¼¥É¤ò»ÈÍѤ¹¤ë¤È¡¢¥­¡¼¥³¡¼¥É¤Î¥³¥ó¥Õ¥ê¥¯¥È¤¬µ¯¤³¤ê ! ¤Þ¤¹¡£¤³¤ì¤òÈò¤±¤ë¤¿¤á¤Ë¤Ï¡¢XF86Config ¤Ë ¥­¡¼¥ï¡¼¥É "panix106" ¤ò¼¡¤Î ! ¤è¤¦¤Ë»ØÄꤷ¤Æ²¼¤µ¤¤¡£ ! ! Section "Keyboard" ! Protocol "Standard" ! Autorepeat 500 5 ! XkbModel "jp106" ! XkbLayout "jp" ! panix106 ! EndSection ! ! 10. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥µ¡¼¥Ð¤ÇɬÍפʥ«¡¼¥Í¥ë¥Ñ¥Ã¥Á ! ! SVR4.0 ¤Ï¡¢³ÈÄ¥ I/O ¥ì¥¸¥¹¥¿(0x3FF °Ê¹ß)¤ò¥¢¥¯¥»¥¹¤¹¤ë¥×¥í¥°¥é¥à¤Î½èÍý ! ¤Ë´Ø¤·¤Æ¥Ð¥°¤¬¤¢¤ê¤Þ¤¹¡£¤·¤«¤·¡¢S3 ¤ä IBM 8514/A ¤Î¤è¤¦¤Ê¥Á¥Ã¥×¤ò»ÈÍÑ ! ¤·¤¿¥Ó¥Ç¥ª¥«¡¼¥É¤Ï¤½¤ì¤é¤Î¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¥Ð¥°¤ò°ú¤­µ¯¤³¤¹¥Ü ! ¡¼¥É¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¡¢XFree86 ¤Ç¤Ï¤³¤ÎÌäÂê¤ò¥Õ¥£¥Ã¥¯¥¹¤¹¤ë¥«¡¼¥Í¥ë ! ¥Ñ¥Ã¥Á¤òºîÀ®¤·¡¢¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤¬¤Ç¤­¤ë¥¹¥¯¥ê¥×¥È¤òÍÑ°Õ ! ¤·¤Þ¤·¤¿¡£ S3, 8514, Mach8, Mach32, P9000, AGX, W32 ¤Î¥µ¡¼¥Ð¤ò»ÈÍѤ¹¤ë ! ¾ì¹ç¤Ï¡¢¤³¤Î¥Ñ¥Ã¥Á¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! Dell 2.2 ¤Ï¡¢Thomas Roell ¤¬ Dell ¤Ë¶Ð¤á¤Æ¤¤¤¿º¢¡¢¤³¤Î¥Ð¥°¤ò¸«¤Ä¤±¤Æ ! ¥Õ¥£¥Ã¥¯¥¹¤·¤¿¤Î¤Ç¡¢¥Ñ¥Ã¥Á¤òÅö¤Æ¤ëɬÍפϤʤ¤¤³¤È¤¬Ê¬¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ ! Microport ¤â 4.0 v4.2 ¥ê¥ê¡¼¥¹¤Ç¥Õ¥£¥Ã¥¯¥¹¤·¤Æ¤¤¤Þ¤¹¡£SVR4.2 ¤â¡¢ USL ! ¤¬¤³¤ÎÌäÂê¤ò¥Õ¥£¥Ã¥¯¥¹¤·¤¿¤Î¤Ç¡¢¥Ñ¥Ã¥Á¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! ¥Ñ¥Ã¥Á¤Ï¡¢¥½¡¼¥¹¥Ä¥ê¡¼¾å¤Ç¤Ï xc/programs/Xserver/hw/xfree86/etc¡¢¥Ð¥¤ ! ¥Ê¥ê¾å¤Ç¤Ï /usr/X11R6/lib/X11/etc ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Î²¼¤Ë¤¢¤ê¤Þ¤¹¡£¥¤¥ó¥¹ ! ¥È¡¼¥ë¤¹¤ë¥¹¥¯¥ê¥×¥È¤Ï `svr4_patch'¡¢¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥¹¥¯¥ê¥×¥È¤Ï ! `svr4_rem_pch' ¤Ç¤¹¡£¥Ñ¥Ã¥Á¤¬Åö¤Æ¤é¤ì¤ëÂоݤΥե¡¥¤¥ë¤Ï¡¢ ! /etc/conf/pack.d/kernel/os.o ¤Ç¤¹¡£¥Ñ¥Ã¥Á¤Î¥¹¥¯¥ê¥×¥È¤Ï¡¢¥Ñ¥Ã¥Á¤òÅö¤Æ ! ¤ëÁ°¤Ë¥Ð¥°¤Î¸ºß¤ò³Îǧ¤·¡¢¥Ñ¥Ã¥ÁÅö¤Æ¤ËÀ®¸ù¤·¤¿¤«¼ºÇÔ¤·¤¿¤«¤òÃΤ餻¤Þ ! ¤¹¡£ `svr4_patch' ¥¹¥¯¥ê¥×¥È¤Ï¡¢¤â¤Á¤í¤ó root ¸¢¸Â¤Ç¼Â¹Ô¤·¤Æ²¼¤µ¤¤¡£¥ª ! ¥ê¥¸¥Ê¥ë¤Î os.o¡¢¥Ñ¥Ã¥Á¤òÅö¤Æ¤ë¥×¥í¥°¥é¥à¡¢ºï½ü¤¹¤ë¥¹¥¯¥ê¥×¥È¤Î¥³¥Ô¡¼ ! ¤Ï¡¢ /etc/conf/pack.d/kernel/.xfree86 ¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Î²¼¤ËÊݸ¤µ¤ì¤Þ ! ¤¹¡£ ! ! ²æ¡¹¤¬¤³¤ÎÌäÂê¤ËÂФ¹¤ë´Êñ¤Ê²ò·èºö¤ò¸«¤¤½Ð¤¹¤Î¤ò¼êÅÁ¤¤¡¢¤½¤Î¾ðÊó¤ò¥ê¥ê ! ¡¼¥¹¤¹¤ëµö²Ä¤òÍ¿¤¨¤Æ¤¯¤ì¤¿ Microport ¤Î John M. Sully ¤Ë´¶¼Õ¤·¤Þ¤¹¡£ ! ! 11. ¾¤ÎÌäÂê ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤¿¥É¥é¥¤¥Ð¤Ï¡¢SVR4.0 ¤Î¤¤¤¯¤Ä¤«¤Î¥Ð¡¼ ! ¥¸¥ç¥ó¤Ç¥Ï¥ó¥°¥¢¥Ã¥×¤òµ¯¤³¤·¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¡¢/dev/pmem ¤ò¥á¥â¥ê¥Þ¥Ã¥× ! ¤¹¤ë»þ¡¢ÊªÍý¥á¥â¥ê¤¬¤¢¤ë¤«¤É¤¦¤«¤ò¥«¡¼¥Í¥ë¤¬¥Á¥§¥Ã¥¯¤¹¤ë¤³¤È¤Ë´ØÏ¢¤¹¤ë ! ¤è¤¦¤Ç¤¹¡£¤³¤Î¤³¤È¤Ï¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È¥ì¥¸¥¹¥¿¤ò¥Þ¥Ã¥×¤¹¤ë»þ¤ËÌäÂê¤òµ¯¤³ ! ¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¤«¤Ä¤Æ SVGA ¥µ¡¼¥Ð¤ÎÃæ¤Î MGA ¥É¥é¥¤¥Ð¤Çµ¯¤­¤¿ÌäÂê¤Ç ! ¤¹¡£Â¾¤Î¥É¥é¥¤¥Ð¤Ç¤â±Æ¶Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£MGA ¥É¥é¥¤¥Ð¤Çµ¯¤­¤¿ÌäÂê ! ¤Ï¡¢¸½ºß¤Ï¥Õ¥£¥Ã¥¯¥¹¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS:1.1.2.1 Wed Jun 2 17:50:54 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS Sat Nov 27 02:23:13 1999 *************** *** 1,264 **** ! SiS ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Xavier Ducoin (xavier@rd.lectra.fr) ! 27 February 1998 ! The X Japanese Documentation Project ! 15 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥â¡¼¥É¹Ô ! 5. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ! ¤³¤Î¥É¥é¥¤¥Ð¤ÏÅö½é SiS86c201 ÍѤ˺îÀ®¤µ¤ì¤Þ¤·¤¿¡£¤½¤·¤Æ¤³¤Î¥É¥é¥¤¥Ð¤Ï ! SiS86c202, SiS86c205, SiS5597/5598 ¥Á¥Ã¥×¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£¸½ºß¤Ï ! SiS6326 ¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¤¬¡¢¥Æ¥¹¥È¤Ï¤Û¤È¤ó¤É¹Ô¤Ã¤Æ¤¤¤Þ¤» ! ¤ó¡£¤Þ¤¿¡¢SiS86c215 ¤È SiS86c225 ¤Î¥µ¥Ý¡¼¥È¤â¤¤¤¯¤é¤«Äɲä·¤Þ¤·¤¿¡£¥µ ! ¥Ý¡¼¥È¤È¸À¤Ã¤Æ¤âñ¤Ë¥Á¥Ã¥×¤ò SiS86c205 ¤È¤·¤Æ¼±Ê̤¹¤ë¤À¤±¤Ç¤¹¤«¤é¡¢¤ª ! ¤½¤é¤¯ 86c215 ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥â¡¼¥É¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦(µ¡Ç½¤ò ! ¤¤¤¯¤Ä¤«¼è¤ê½ü¤¤¤¿°Âʪ¤Î 205 ¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹)¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤ÏÀè¿ÊŪ¤Êµ¡Ç½¤ò¤¿¤¯¤µ¤ó¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ò°Ê²¼¤ËÎó ! µó¤·¤Þ¤¹: ! ! o ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! o 8/15/16/24 bpp ! ! o ´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! o ¿¤¯¤Îµ¡Ç½¤Î BitBLT ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! o XAA (XFree86 Acceleration Architecture)¤Î¥µ¥Ý¡¼¥È ! ! ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! ! ! ! SiS 86c201 ! (³°Éô¥Ï¡¼¥É¥¦¥§¥¢¥¯¥í¥Ã¥¯) ! ! SiS 86c202, SiS 86c2x5, SiS 5597/5598, SiS 6326 ! (ÆâÉô¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶) ! ! 1600Ëü¿§¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥â¡¼¥É¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¨¥ó¥¸¥ó¤Ï¿§Å¸³« ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! ! °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤Ï SiS ¥É¥é¥¤¥ÐÀìÍѤǤ¹¡£³Æ¹àÌÜ¤Ï XF86Config ¥Õ¥¡¥¤¥ë ! ¤Î `svga' ¥É¥é¥¤¥Ð¥»¥¯¥·¥ç¥ó¤Î¡¢Å¬ÍѤ¹¤ë¿§¤Î¿¼¤µ¤Ë¤Ä¤¤¤Æ¤Î Screen ¥µ¥Ö ! ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(¥ª¥×¥·¥ç¥ó¤òÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤ËÂФ· ! ¤ÆÍ­¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Þ¤¹)¡£ ! ! ! Option "set_mclk" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¤ª»È¤¤¤Î¥«¡¼¥É¤Î¥á¥â¥ê¥¯¥í¥Ã¥¯¤òÊѹ¹¤Ç¤­¤Þ ! ¤¹ (5597 ¤È 6326 ¤Î¾ì¹ç¤Î¤ß)¡£¥á¥â¥ê¤Î¥¿¥¤¥ß¥ó¥°¤òÊѹ¹¤¹¤ë¤È¥Ï¡¼ ! ¥É¥¦¥§¥¢¤ò²õ¤¹²ÄǽÀ­¤â¤¢¤ê¤Þ¤¹¤¬¡¢¥ª¡¼¥Ð¡¼¥¯¥í¥Ã¥­¥ó¥°¤Î°­±Æ¶Á¤Ï ! ÉáÄ̤ÏÉÁ²è»þ¤Ë¥Î¥¤¥º¤¬¾è¤ë¤³¤È¤¯¤é¤¤¤Ç¤¹¡£¤½¤ì¤Ç¤âµ¤¤ò¤Ä¤±¤Æ¤¯¤À ! ¤µ¤¤¡£ÉáÄ̤Ͼ¯¤·¥¯¥í¥Ã¥¯¤ò¾å¤²¤ë¤ÈÉÁ²è®ÅÙ¤¬¸þ¾å¤·¡¢¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤â¹â¤¯¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¥µ¡¼¥Ð¤Ïµ¯Æ°¥á¥Ã¥»¡¼¥¸¤Ç ! ¥Ç¥Õ¥©¥ë¥È¤Î¥á¥â¥ê¥¯¥í¥Ã¥¯Ãͤò½ÐÎϤ¹¤ë¤Î¤Ç¡¢¤³¤ÎÃͤò´ðËÜÃͤȤ·¤Æ ! »È¤¦¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£Ã±°Ì¤Ï MHz ¤Ç¤¹¡£ ! ! Option "dac_speed" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢ÀßÄê²Äǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎºÇÂçÃͤòÊѹ¹¤¹ ! ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹(5597 ¤È 6326 ¤Î¾ì¹ç¤Î¤ß)¡£¤³¤Î»ØÄê¤ò¤·¤Ê¤«¤Ã¤¿ ! ¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï¥á¥â¥ê¤Î¥¯¥í¥Ã¥¯¤È®ÅÙ¡¢¥Ð¥ó¥¯¿ô¤Ë´ð¤Å¤¤¤Æ°ÂÁ´Â¦¤Ë ! ´ó¤Ã¤¿¿äÄê¤ò¹Ô¤¤¤Þ¤¹¡£¥â¥Ë¥¿¤¬¤è¤ê¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤· ! ¤Æ¤ª¤ê¡¢¥«¡¼¥É¤â¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤Ç¤­¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ ! ¤¤¤ë¾ì¹ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£(¥â¥Ë¥¿¤ËÂФ·¤Æ¤Ç¤Ï ! ¤Ê¤¯)ÀßÄê¤ËÂФ·¤Æ®ÅÙ¤¬Â®¤¹¤®¤¿¾ì¹ç¡¢²èÌ̤˥Υ¤¥º¤¬¾è¤Ã¤¿¤ê²èÌÌ ! ¤¬É½¼¨¤µ¤ì¤Ê¤¤Åù¤Î¿§¡¹¤Ê±Æ¶Á¤¬½Ð¤Þ¤¹¡£¥â¥Ë¥¿¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤¢¤Ã¤Æ¤â¡¢135MHz °Ê¾å(6326 ¤Î¾ì¹ç¤Ë¤Ï 175MHz °Ê ! ¾å) ¤Î®ÅÙ¤ò»ØÄꤷ¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! Option "noaccel" ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï XAA(XFree86 Acceleration Architecture) ¤¬»ÈÍѤµ¤ì ! ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XAA ¤Î»ÈÍѤò̵¸ú¤Ë¤·¡¢¸Å¤¤ BitBlt ¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥óÁàºî¤òÍ­¸ú¤Ë¤·¤Þ¤¹(¸å½Ò)¡£ ! ! Option "hw_clocks" ! 86c202 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÁ´¤Æ¤Î¥¯¥í¥Ã¥¯¤ËÂФ·¤Æ¥×¥í ! ¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬»È¤ï¤ì¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤¤¤Ç¡¢¥Á¥Ã ! ¥×¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¸ÇÄê¤Î¥¯¥í¥Ã¥¯Ãͤò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹(¥á¡¼¥« ! ¡¼°Í¸)¡£ (ÌõÃí: Æ°ºîŪ¤Ë¤Ï¡Ö¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢¥Á¥Ã¥×¤¬¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¸ÇÄê¤Î¥¯¥í¥Ã¥¯Ãͤò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹(¥á¡¼¥«¡¼°Í ! ¸)¡£¡×¤¬Àµ¤·¤¤¤Î¤Ç¤Ï?) ! ! Option "sw_cursor", "hw_cursor" ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! Option "no_linear" ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢Á´¤Æ¤Î¥Á¥Ã¥×¤Ë¤ª¤¤¤Æ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬»ÈÍѤµ ! ¤ì¤Þ¤¹¡£¤·¤«¤·¡¢¼ÂÁõ¤Ë¤è¤Ã¤Æ¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ËÉÔ¶ñ¹ç¤¬¤¢¤ê ! ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤È 16/24 bpp ¤Ï¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤¬Í­¸ú¤Ê»þ¤À¤±¥µ¥Ý¡¼¥È¤µ¤ì¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "no_bitblt" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï BitBLT ¥¨¥ó¥¸¥ó¤Î»ÈÍѤòÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥ó´Ø·¸¤ÎÌäÂê¤ËÂн褹¤ë»þ¤ËÌòΩ¤Á¤Þ¤¹¡£°ìÈ̤ˤϡ¢¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ò»È¤¦¤ÈÀ­Ç½¤¬Äã²¼¤·¤Þ¤¹¡£ ! ! Option "no_imageblt" ! ¥¤¥á¡¼¥¸½ñ¤­¹þ¤ß¤Ë´Ø¤¹¤ëÌäÂê¤È¡¢¤¿¤Ö¤ó¥¹¥Æ¥£¥×¥ë¤Î¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¤ÎÌäÂê¤ËÂн褹¤ëºÝ¤ËÌòΩ¤Á¤Þ¤¹¡£°ìÈ̤ˤϡ¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò ! »È¤¦¤ÈÀ­Ç½¤¬Äã²¼¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! Option "ext_eng_queue" ! 5597/8 ¤È 6326 ¤Ë¤Ï VRAM ¾å¤Ë¤¢¤ë¥¨¥ó¥¸¥ó¤Î¥³¥Þ¥ó¥É¥­¥å¡¼¤ò³ÈÄ¥ ! ¤¹¤ë¥ª¥×¥·¥ç¥ó¤¬¤¢¤ê¤Þ¤¹¡£¥­¥å¡¼¤ÎŤµ¤ò³ÈÄ¥¤¹¤ë¤È¡¢¥É¥é¥¤¥Ð¤Ï°ì ! Éô¤Î¿§Å¸³«¥³¥Þ¥ó¥É¤Î¥­¥å¡¼¤Î¾õÂÖ¥Á¥§¥Ã¥¯¤À¤±¤ò¹Ô¤¤¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»È¤¦¤ÈÀ­Ç½¤Ï¸þ¾å¤·¤Þ¤¹¤¬¡¢¥³¥Þ¥ó¥É¤¬¾Ã¤¨¤Æ¤·¤Þ¤¤¡¢²èÌÌɽ ! ¼¨¤¬¤ª¤«¤·¤¯¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£³ÈÄ¥¤µ¤ì¤ë¥³¥Þ¥ó¥É¥­¥å¡¼¤Î¥µ¥¤ ! ¥º¤Ï 16-32K ¤Ê¤Î¤Ç¡¢¤½¤Î³ÎΨ¤ÏÈó¾ï¤ËÄ㤤¤Ç¤¹¤¬¥¼¥í¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£¼Â¸³¤Ç¤ÏÀ­Ç½¤Î¸þ¾å¤ÏÌó 8-10% ¤Ç¤¹¡£¸½»þÅÀ¤Ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤Î»ÈÍÑ»þ¤Ë xaa_benchmark ¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¥¨¥ó¥¸¥ó¤¬»ß¤Þ¤Ã¤Æ¤·¤Þ¤¤¡¢¥¤¥á¡¼¥¸É½¼¨¤¬¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! Option "pci_burst_on" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¤¤¤¯¤Ä¤«¤Î¥ì¥¸¥¹¥¿¤ò¤Á¤ç¤Ã¤È¤òÀßÄꤷ¤Þ¤¹¡£¥É ! ¥­¥å¥á¥ó¥È¤Ë¤Ïµ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢É®¼Ô¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Ìò¤ËΩ¤Ä ! ¤Î¤«ÃΤê¤Þ¤»¤ó¡£°ÂÄêÀ­¤äÀ­Ç½¤Ë¤É¤ó¤Ê°ã¤¤¤¬½Ð¤ë¤Î¤«¤â¤ï¤«¤ê¤Þ¤» ! ¤ó¡£ ! ! ! Option "fast_vram" ! 1¥µ¥¤¥¯¥ë¥á¥â¥ê¥¢¥¯¥»¥¹¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Áý¤¨¤ë¤Î¤Ç¡¢¹â²òÁüÅ٥⡼¥É¤Ç²èÌ̤¬Íð¤ì ! ¤Æ¥Î¥¤¥º¤¬½Ð¤ë²ÄǽÀ­¤¬¸º¤ê¤Þ¤¹¡£ ! ! ! Option "fifo_moderate","fifo_conservative","fifo_aggressive" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï CRT ¤Î FIFO ¤òÄ´Ä䤹¤ë¤¿¤á¤ÎïçÃͤòÊѹ¹¤·¤Þ¤¹¡£ ! fifo_aggressive ¤ò»ØÄꤹ¤ë¤È¡¢CPU ¤¬ VRAM ¤ËŤ¤´Ö¥¢¥¯¥»¥¹¤Ç¤­¤ë ! ¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£fifo_conservative ¤ò»ØÄꤹ¤ë¤È CPU ¤¬¥á¥â¥ê¤ò ! »È¤Ã¤Æ¤¤¤ë»þ¤Ë CRT ¤¬¥á¥â¥ê¤òÆɤ߽Ф½¤¦¤È¤·¤Æ¥Î¥¤¥º¤¬¾è¤Ã¤Æ¤·¤Þ ! ¤¦²ÄǽÀ­¤¬¾®¤µ¤¯¤Ê¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢À­Ç½¤Ï°­¤¯¤Ê¤ê¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ÃÍ¤Ï aggressive ¤È moderate ¤Î´Ö¤Ç¤¹(moderate ¤è¤ê agressive ´ó ! ¤ê¤Ç¤¹)¡£ ! ! ! ! 4. ¥â¡¼¥É¹Ô ! ! ! SiS ¥É¥é¥¤¥Ð¤Ç»È¤¦¥â¡¼¥É¹Ô¤òºî¤ë»þ¤Ë¤Ï¡¢°Ê²¼¤ÎÅÀ¤ò¹Íθ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹: ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ëµ¡Ç½¤ÈÅɤê¤Ä¤Ö ! ¤·Áàºî¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï°ìÈ̤ˡ¢»ÈÍѤ¹¤ë¥á¥â¥ê¤ò¥Ó¥Ç¥ª RAM ¤«¤é ! ³ä¤êÅö¤Æ¤Þ¤¹¡£¤³¤Î¥á¥â¥ê³ä¤êÅö¤Æ¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¡¢¤³¤ì¤é¤Îµ¡Ç½¤Ï¼«Æ° ! Ū¤Ë̵¸ú¤Ë¤µ¤ì¤Þ¤¹¡£¤Þ¤¿¡¢ext_eng_queue ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Ó ! ¥Ç¥ª RAM ¤«¤é 32k ¤Î¥á¥â¥ê¤¬³ä¤êÅö¤Æ¤é¤ì¤Þ¤¹¡£ ! ! o ¥É¥Ã¥È¥¯¥í¥Ã¥¯¡£SiS ¤Î¥É¥­¥å¥á¥ó¥È¤Ë¤è¤ë¤È¡¢6326 ¤Ï°Ê²¼¤Ëµó¤²¤ë¥Ó¥Ç ! ¥ª¥â¡¼¥É¤ÇÆ°ºî¤·¤Þ¤¹¡£6326 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤ÇÀßÄê²Äǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤ÎºÇÂçÃͤϡ¢¥Ü¡¼¥É¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥á¥â¥ê¤Ë¤â°Í¸¤·¤Þ¤¹¡£¹â ! ¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï¡¢¥ª¥×¥·¥ç¥ó fast_vram ¤¬É¬Í×¤Ë ! ¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÅöÁ³¤Ê¤¬¤é¡¢¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥á¥â¥ê¤Ï 1 ¥µ ! ¥¤¥¯¥ë¤ÎÆɤ߽ñ¤­¤¬¤Ç¤­¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥µ¡¼¥Ð¤Ï¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤Ëȼ¤¦ÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¡¢¿äÄꤷ¤¿¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë´ð¤Å¤¤¤ÆºÇ ! ÂçÃͤòÀ©¸Â¤·¤Þ¤¹¡£¤³¤ÎÀ©¸Â¤ò dac_speed ¤Ç¾å½ñ¤­¤¹¤ë¤È¡¢¥â¡¼¥É¹Ô¤Î»Ø ! Äê¤Ë¤è¤Ã¤Æ¤Ï¥«¡¼¥É¤ÎÀ©¸Â¤ò±Û¤¨¤¿»þ¤Ë¥«¡¼¥É¤ò²õ¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥É ! ¥é¥¤¥Ð¤Î¿äÄêÃͤȥÁ¥Ã¥×¥»¥Ã¥È¤ÎÀ©¸Â¤Î´Ö¤Ë¤¢¤ëÃͤÏÀßÄê²Äǽ¤Ç¤¹¤¬¡¢É½ ! ¼¨¤Î¼Á¤¬°­¤«¤Ã¤¿¤ê¡¢¥Î¥¤¥º¤¬¾è¤Ã¤¿¤ê¡¢Á´Á³É½¼¨¤¬¤µ¤ì¤Ê¤«¤Ã¤¿¤ê¤¹¤ë ! ¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! o 6326 ¸þ¤±¤Î SiS ¿ä¾©¥Ó¥Ç¥ª¥â¡¼¥É: ! ! o 640x480 : 4, 8, 15, 16, 24 bpp, 85Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 800x600 : 4, 8, 15, 16, 24 bpp, 85Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 1024x768 : 4, 8, 15, 16, 24 bpp, 85Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 1280x1024 : 4, 8, 15, 16, 24 bpp, 75Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 1600x1200 : 4, 8 bpp, 65Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! ! 5. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ! ÈÆÍÑ VGA ¥É¥é¥¤¥Ð¤Ï 6326 ¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤Î¥«¡¼¥É¤Ç¤Ï ! XF86Setup ¤Ï»È¤¨¤Þ¤»¤ó¡£Âå¤ï¤ê¤Ë xf86config ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤ËÀã¤Î¤è¤¦¤Ê¤â¤Î¤¬·ã¤·¤¯½Ð¤Æ¤­¤Þ¤¹¡£Windows95 ¤«¤é¥À¥ó¥×¤·¤¿ ! FIFO ¤ÎºÇÂçÃͤȺǾ®Ãͤò»È¤Ã¤Æ¤â¡¢¤³¤ì¤ò̵¤¯¤¹¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! ¸å¼Ô¤Ë¤Ä¤¤¤Æ¤Ï¾õ¶·¤¬ÊѤï¤ê¤Þ¤·¤¿¡£¸½ºß FIFO ¤ÎÀßÄê¤Ë¤Ï·×»»¤µ¤ì¤¿Ãͤò»È ! ¤¤¤Þ¤¹¡£¤½¤·¤Æ¤³¤ÎÀßÄê¤Ï¡¢CRT ¤¬É¬ÍפȤ¹¤ë¥Ð¥ó¥ÉÉý(dotclock*depth/8)¤¬ ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý(Mclk*32 ¤Þ¤¿¤Ï Mclk*64)¤ËÀ᤹ܶ¤ë¤Þ¤Ç¤Ï°ÂÄꤷ¤Æ¤¤¤ë¤è ! ¤¦¤Ç¤¹¡£¤â¤·2¤Ä¤ÎÃͤ¬Àܶᤷ¤Æ²èÌÌɽ¼¨¤¬ÉÔ°ÂÄê¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¾ì¹ç¤Ï¡¢ ! fifo_moderate, fifo_conservative ¤ò»È¤¦¤«¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¾®¤µ¤¯¤·¤Æ¤ß ! ¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! °ìÉô¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤Ï¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤ÏÁ´¤¯Æ°ºî¤»¤º¡¢²èÌ̤˲¿¤âɽ¼¨ ! ¤µ¤ì¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤ò¸½ºßÄÉÀ×Ãæ¤Ç¤¹¡£¤³¤Î¾ì¹ç¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò²¼¤²¤ì ! ¤ÐÌäÂ꤬²ò·è¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! Updated October 12, 1998 by Juanjo Santamarta, covering changes for 5597 and 6326. ! Updated November 6, 1998 by Juanjo Santamarta, covering changes for 5597, 86c2x5 and 6326. ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS,v 1.1.2.1 1999/06/02 07:50:54 hohndel Exp $ ! ! ! ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê , ²¬ ! ºêůϯ , »³²¼½ã»Ê ! )¡£ÌäÂêÅÀ¤Î ! »ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§ ! ¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,218 ---- ! SiS ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Xavier Ducoin (xavier@rd.lectra.fr) ! June 25 1999 ! The X Japanese Documentation Project ! August 2 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥â¡¼¥É¹Ô ! 5. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ¤³¤Î¥É¥é¥¤¥Ð¤ÏÅö½é SiS86c201 ÍѤ˺îÀ®¤µ¤ì¤Þ¤·¤¿¡£¤½¤·¤Æ¤³¤Î¥É¥é¥¤¥Ð¤Ï ! 202, 205, 5597/5598 ¥Á¥Ã¥×¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£¸½ºß¤Ï 6326, 530, 620 ¤â¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢SiS86c215 ¤È 225 ¤â¤¤¤¯¤é¤«¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤è¤¦ ! ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¥µ¥Ý¡¼¥È¤È¸À¤Ã¤Æ¤âñ¤Ë¥Á¥Ã¥×¤ò 205 ¤È¤·¤Æ¼±Ê̤¹¤ë¤À¤±¤Ç ! ¤¹¤«¤é¡¢¤ª¤½¤é¤¯ 86c215 ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥â¡¼¥É¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç ! ¤¦ (µ¡Ç½¤ò¤¤¤¯¤Ä¤«¼è¤ê½ü¤¤¤¿°Âʪ¤Î 205 ¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹)¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤ÏÀè¿ÊŪ¤Êµ¡Ç½¤ò¤¿¤¯¤µ¤ó¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ò°Ê²¼¤ËÎó ! µó¤·¤Þ¤¹: ! ! o ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! o 8/15/16/24 bpp ! ! o ´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! o ¿¤¯¤Îµ¡Ç½¤Î BitBLT ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! o XAA (XFree86 Acceleration Architecture)¤Î¥µ¥Ý¡¼¥È ! ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! ! SiS 86c201 ! (³°Éô¥Ï¡¼¥É¥¦¥§¥¢¥¯¥í¥Ã¥¯) ! ! SiS 86c202, SiS 86c2x5, SiS 5597/5598, SiS 6326, SiS 530, SiS 620 ! (ÆâÉô¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶) ! ! 1600Ëü¿§¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥â¡¼¥É¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¨¥ó¥¸¥ó¤Ï¿§Å¸³« ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤Ï SiS ¥É¥é¥¤¥ÐÀìÍѤǤ¹¡£³Æ¹àÌÜ¤Ï XF86Config ¥Õ¥¡¥¤¥ë ! ¤Î `svga' ¥É¥é¥¤¥Ð¥»¥¯¥·¥ç¥ó¤Î¡¢Å¬ÍѤ¹¤ë¿§¤Î¿¼¤µ¤Ë¤Ä¤¤¤Æ¤Î Screen ¥µ¥Ö ! ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó(¥ª¥×¥·¥ç¥ó¤òÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤ËÂФ· ! ¤ÆÍ­¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Þ¤¹)¡£ ! ! Option "set_mclk" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¤ª»È¤¤¤Î¥«¡¼¥É¤Î¥á¥â¥ê¥¯¥í¥Ã¥¯¤òÊѹ¹¤Ç¤­¤Þ ! ¤¹ (5597 ¤È 6326 ¤Î¾ì¹ç¤Î¤ß)¡£¥á¥â¥ê¤Î¥¿¥¤¥ß¥ó¥°¤òÊѹ¹¤¹¤ë¤È¥Ï¡¼ ! ¥É¥¦¥§¥¢¤ò²õ¤¹²ÄǽÀ­¤â¤¢¤ê¤Þ¤¹¤¬¡¢¥ª¡¼¥Ð¡¼¥¯¥í¥Ã¥­¥ó¥°¤Î°­±Æ¶Á¤Ï ! ÉáÄ̤ÏÉÁ²è»þ¤Ë¥Î¥¤¥º¤¬¾è¤ë¤³¤È¤¯¤é¤¤¤Ç¤¹¡£¤½¤ì¤Ç¤âµ¤¤ò¤Ä¤±¤Æ¤¯¤À ! ¤µ¤¤¡£ÉáÄ̤Ͼ¯¤·¥¯¥í¥Ã¥¯¤ò¾å¤²¤ë¤ÈÉÁ²è®ÅÙ¤¬¸þ¾å¤·¡¢¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤â¹â¤¯¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¥µ¡¼¥Ð¤Ïµ¯Æ°¥á¥Ã¥»¡¼¥¸¤Ç ! ¥Ç¥Õ¥©¥ë¥È¤Î¥á¥â¥ê¥¯¥í¥Ã¥¯Ãͤò½ÐÎϤ¹¤ë¤Î¤Ç¡¢¤³¤ÎÃͤò´ðËÜÃͤȤ·¤Æ ! »È¤¦¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£Ã±°Ì¤Ï MHz ¤Ç¤¹¡£ ! ! Option "dac_speed" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢ÀßÄê²Äǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎºÇÂçÃͤòÊѹ¹¤¹ ! ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹(5597 ¤È 6326 ¤Î¾ì¹ç¤Î¤ß)¡£¤³¤Î»ØÄê¤ò¤·¤Ê¤«¤Ã¤¿ ! ¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï¥á¥â¥ê¤Î¥¯¥í¥Ã¥¯¤È®ÅÙ¡¢¥Ð¥ó¥¯¿ô¤Ë´ð¤Å¤¤¤Æ°ÂÁ´Â¦¤Ë ! ´ó¤Ã¤¿¿äÄê¤ò¹Ô¤¤¤Þ¤¹¡£¥â¥Ë¥¿¤¬¤è¤ê¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤· ! ¤Æ¤ª¤ê¡¢¥«¡¼¥É¤â¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤Ç¤­¤ë¤³¤È¤¬Ê¬¤«¤Ã¤Æ ! ¤¤¤ë¾ì¹ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£(¥â¥Ë¥¿¤ËÂФ·¤Æ¤Ç¤Ï ! ¤Ê¤¯)ÀßÄê¤ËÂФ·¤Æ®ÅÙ¤¬Â®¤¹¤®¤¿¾ì¹ç¡¢²èÌ̤˥Υ¤¥º¤¬¾è¤Ã¤¿¤ê²èÌÌ ! ¤¬É½¼¨¤µ¤ì¤Ê¤¤Åù¤Î¿§¡¹¤Ê±Æ¶Á¤¬½Ð¤Þ¤¹¡£¥â¥Ë¥¿¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤¢¤Ã¤Æ¤â¡¢135MHz °Ê¾å(6326 ¤Î¾ì¹ç¤Ë¤Ï 175MHz °Ê ! ¾å) ¤Î®ÅÙ¤ò»ØÄꤷ¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! Option "noaccel" ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï XAA(XFree86 Acceleration Architecture) ¤¬»ÈÍѤµ¤ì ! ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XAA ¤Î»ÈÍѤò̵¸ú¤Ë¤·¡¢¸Å¤¤ BitBlt ¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥óÁàºî¤òÍ­¸ú¤Ë¤·¤Þ¤¹(¸å½Ò)¡£ ! ! Option "hw_clocks" ! 86c202 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÁ´¤Æ¤Î¥¯¥í¥Ã¥¯¤ËÂФ·¤Æ¥×¥í ! ¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬»È¤ï¤ì¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤¤¤Ç¡¢¥Á¥Ã ! ¥×¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¸ÇÄê¤Î¥¯¥í¥Ã¥¯Ãͤò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹(¥á¡¼¥« ! ¡¼°Í¸)¡£ (ÌõÃí: Æ°ºîŪ¤Ë¤Ï¡Ö¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢¥Á¥Ã¥×¤¬¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¸ÇÄê¤Î¥¯¥í¥Ã¥¯Ãͤò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹(¥á¡¼¥«¡¼°Í ! ¸)¡£¡×¤¬Àµ¤·¤¤¤Î¤Ç¤Ï?) ! ! Option "sw_cursor", "hw_cursor" ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! Option "no_linear" ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢Á´¤Æ¤Î¥Á¥Ã¥×¤Ë¤ª¤¤¤Æ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬»ÈÍѤµ ! ¤ì¤Þ¤¹¡£¤·¤«¤·¡¢¼ÂÁõ¤Ë¤è¤Ã¤Æ¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ËÉÔ¶ñ¹ç¤¬¤¢¤ê ! ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤È 16/24 bpp ¤Ï¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤¬Í­¸ú¤Ê»þ¤À¤±¥µ¥Ý¡¼¥È¤µ¤ì¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "no_bitblt" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï BitBLT ¥¨¥ó¥¸¥ó¤Î»ÈÍѤòÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥ó´Ø·¸¤ÎÌäÂê¤ËÂн褹¤ë»þ¤ËÌòΩ¤Á¤Þ¤¹¡£°ìÈ̤ˤϡ¢¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ò»È¤¦¤ÈÀ­Ç½¤¬Äã²¼¤·¤Þ¤¹¡£ ! ! Option "no_imageblt" ! ¥¤¥á¡¼¥¸½ñ¤­¹þ¤ß¤Ë´Ø¤¹¤ëÌäÂê¤È¡¢¤¿¤Ö¤ó¥¹¥Æ¥£¥×¥ë¤Î¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¤ÎÌäÂê¤ËÂн褹¤ëºÝ¤ËÌòΩ¤Á¤Þ¤¹¡£°ìÈ̤ˤϡ¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò ! »È¤¦¤ÈÀ­Ç½¤¬Äã²¼¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! Option "ext_eng_queue" ! 5597/8 ¤È 6326 ¤Ë¤Ï VRAM ¾å¤Ë¤¢¤ë¥¨¥ó¥¸¥ó¤Î¥³¥Þ¥ó¥É¥­¥å¡¼¤ò³ÈÄ¥ ! ¤¹¤ë¥ª¥×¥·¥ç¥ó¤¬¤¢¤ê¤Þ¤¹¡£¥­¥å¡¼¤ÎŤµ¤ò³ÈÄ¥¤¹¤ë¤È¡¢¥É¥é¥¤¥Ð¤Ï°ì ! Éô¤Î¿§Å¸³«¥³¥Þ¥ó¥É¤Î¥­¥å¡¼¤Î¾õÂÖ¥Á¥§¥Ã¥¯¤À¤±¤ò¹Ô¤¤¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»È¤¦¤ÈÀ­Ç½¤Ï¸þ¾å¤·¤Þ¤¹¤¬¡¢¥³¥Þ¥ó¥É¤¬¾Ã¤¨¤Æ¤·¤Þ¤¤¡¢²èÌÌɽ ! ¼¨¤¬¤ª¤«¤·¤¯¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£³ÈÄ¥¤µ¤ì¤ë¥³¥Þ¥ó¥É¥­¥å¡¼¤Î¥µ¥¤ ! ¥º¤Ï 16-32K ¤Ê¤Î¤Ç¡¢¤½¤Î³ÎΨ¤ÏÈó¾ï¤ËÄ㤤¤Ç¤¹¤¬¥¼¥í¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£¼Â¸³¤Ç¤ÏÀ­Ç½¤Î¸þ¾å¤ÏÌó 8-10% ¤Ç¤¹¡£¸½»þÅÀ¤Ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤Î»ÈÍÑ»þ¤Ë xaa_benchmark ¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¥¨¥ó¥¸¥ó¤¬»ß¤Þ¤Ã¤Æ¤·¤Þ¤¤¡¢¥¤¥á¡¼¥¸É½¼¨¤¬¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! Option "pci_burst_on" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¤¤¤¯¤Ä¤«¤Î¥ì¥¸¥¹¥¿¤ò¤Á¤ç¤Ã¤È¤òÀßÄꤷ¤Þ¤¹¡£¥É ! ¥­¥å¥á¥ó¥È¤Ë¤Ïµ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢É®¼Ô¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Ìò¤ËΩ¤Ä ! ¤Î¤«ÃΤê¤Þ¤»¤ó¡£°ÂÄêÀ­¤äÀ­Ç½¤Ë¤É¤ó¤Ê°ã¤¤¤¬½Ð¤ë¤Î¤«¤â¤ï¤«¤ê¤Þ¤» ! ¤ó¡£ ! ! Option "fast_vram" ! 1¥µ¥¤¥¯¥ë¥á¥â¥ê¥¢¥¯¥»¥¹¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Áý¤¨¤ë¤Î¤Ç¡¢¹â²òÁüÅ٥⡼¥É¤Ç²èÌ̤¬Íð¤ì ! ¤Æ¥Î¥¤¥º¤¬½Ð¤ë²ÄǽÀ­¤¬¸º¤ê¤Þ¤¹¡£ ! ! Option "fifo_moderate","fifo_conservative","fifo_aggressive" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï CRT ¤Î FIFO ¤òÄ´Ä䤹¤ë¤¿¤á¤ÎïçÃͤòÊѹ¹¤·¤Þ¤¹¡£ ! fifo_aggressive ¤ò»ØÄꤹ¤ë¤È¡¢CPU ¤¬ VRAM ¤ËŤ¤´Ö¥¢¥¯¥»¥¹¤Ç¤­¤ë ! ¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£fifo_conservative ¤ò»ØÄꤹ¤ë¤È CPU ¤¬¥á¥â¥ê¤ò ! »È¤Ã¤Æ¤¤¤ë»þ¤Ë CRT ¤¬¥á¥â¥ê¤òÆɤ߽Ф½¤¦¤È¤·¤Æ¥Î¥¤¥º¤¬¾è¤Ã¤Æ¤·¤Þ ! ¤¦²ÄǽÀ­¤¬¾®¤µ¤¯¤Ê¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢À­Ç½¤Ï°­¤¯¤Ê¤ê¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ÃÍ¤Ï aggressive ¤È moderate ¤Î´Ö¤Ç¤¹(moderate ¤è¤ê agressive ´ó ! ¤ê¤Ç¤¹)¡£ ! ! 4. ¥â¡¼¥É¹Ô ! ! SiS ¥É¥é¥¤¥Ð¤Ç»È¤¦¥â¡¼¥É¹Ô¤òºî¤ë»þ¤Ë¤Ï¡¢°Ê²¼¤ÎÅÀ¤ò¹Íθ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹: ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ëµ¡Ç½¤ÈÅɤê¤Ä¤Ö ! ¤·Áàºî¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï°ìÈ̤ˡ¢»ÈÍѤ¹¤ë¥á¥â¥ê¤ò¥Ó¥Ç¥ª RAM ¤«¤é ! ³ä¤êÅö¤Æ¤Þ¤¹¡£¤³¤Î¥á¥â¥ê³ä¤êÅö¤Æ¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¡¢¤³¤ì¤é¤Îµ¡Ç½¤Ï¼«Æ° ! Ū¤Ë̵¸ú¤Ë¤µ¤ì¤Þ¤¹¡£¤Þ¤¿¡¢ext_eng_queue ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Ó ! ¥Ç¥ª RAM ¤«¤é 32k ¤Î¥á¥â¥ê¤¬³ä¤êÅö¤Æ¤é¤ì¤Þ¤¹¡£ ! ! o ¥É¥Ã¥È¥¯¥í¥Ã¥¯¡£SiS ¤Î¥É¥­¥å¥á¥ó¥È¤Ë¤è¤ë¤È¡¢6326 ¤Ï°Ê²¼¤Ëµó¤²¤ë¥Ó¥Ç ! ¥ª¥â¡¼¥É¤ÇÆ°ºî¤·¤Þ¤¹¡£6326 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤ÇÀßÄê²Äǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤ÎºÇÂçÃͤϡ¢¥Ü¡¼¥É¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥á¥â¥ê¤Ë¤â°Í¸¤·¤Þ¤¹¡£¹â ! ¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï¡¢¥ª¥×¥·¥ç¥ó fast_vram ¤¬É¬Í×¤Ë ! ¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÅöÁ³¤Ê¤¬¤é¡¢¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥á¥â¥ê¤Ï 1 ¥µ ! ¥¤¥¯¥ë¤ÎÆɤ߽ñ¤­¤¬¤Ç¤­¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥µ¡¼¥Ð¤Ï¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤Ëȼ¤¦ÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¡¢¿äÄꤷ¤¿¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë´ð¤Å¤¤¤ÆºÇ ! ÂçÃͤòÀ©¸Â¤·¤Þ¤¹¡£¤³¤ÎÀ©¸Â¤ò dac_speed ¤Ç¾å½ñ¤­¤¹¤ë¤È¡¢¥â¡¼¥É¹Ô¤Î»Ø ! Äê¤Ë¤è¤Ã¤Æ¤Ï¥«¡¼¥É¤ÎÀ©¸Â¤ò±Û¤¨¤¿»þ¤Ë¥«¡¼¥É¤ò²õ¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥É ! ¥é¥¤¥Ð¤Î¿äÄêÃͤȥÁ¥Ã¥×¥»¥Ã¥È¤ÎÀ©¸Â¤Î´Ö¤Ë¤¢¤ëÃͤÏÀßÄê²Äǽ¤Ç¤¹¤¬¡¢É½ ! ¼¨¤Î¼Á¤¬°­¤«¤Ã¤¿¤ê¡¢¥Î¥¤¥º¤¬¾è¤Ã¤¿¤ê¡¢Á´Á³É½¼¨¤¬¤µ¤ì¤Ê¤«¤Ã¤¿¤ê¤¹¤ë ! ¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! o 6326 ¸þ¤±¤Î SiS ¿ä¾©¥Ó¥Ç¥ª¥â¡¼¥É: ! ! o 640x480 : 4, 8, 15, 16, 24 bpp, 85Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 800x600 : 4, 8, 15, 16, 24 bpp, 85Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 1024x768 : 4, 8, 15, 16, 24 bpp, 85Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 1280x1024 : 4, 8, 15, 16, 24 bpp, 75Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! o 1600x1200 : 4, 8 bpp, 65Hz ¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹ ! ! 5. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ÈÆÍÑ VGA ¥É¥é¥¤¥Ð¤Ï 6326 ¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤Î¥«¡¼¥É¤Ç¤Ï ! XF86Setup ¤Ï»È¤¨¤Þ¤»¤ó¡£Âå¤ï¤ê¤Ë xf86config ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤ËÀã¤Î¤è¤¦¤Ê¤â¤Î¤¬·ã¤·¤¯½Ð¤Æ¤­¤Þ¤¹¡£Windows95 ¤«¤é¥À¥ó¥×¤·¤¿ ! FIFO ¤ÎºÇÂçÃͤȺǾ®Ãͤò»È¤Ã¤Æ¤â¡¢¤³¤ì¤ò̵¤¯¤¹¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! ¸å¼Ô¤Ë¤Ä¤¤¤Æ¤Ï¾õ¶·¤¬ÊѤï¤ê¤Þ¤·¤¿¡£¸½ºß FIFO ¤ÎÀßÄê¤Ë¤Ï·×»»¤µ¤ì¤¿Ãͤò»È ! ¤¤¤Þ¤¹¡£¤½¤·¤Æ¤³¤ÎÀßÄê¤Ï¡¢CRT ¤¬É¬ÍפȤ¹¤ë¥Ð¥ó¥ÉÉý(dotclock*depth/8)¤¬ ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý(Mclk*32 ¤Þ¤¿¤Ï Mclk*64)¤ËÀ᤹ܶ¤ë¤Þ¤Ç¤Ï°ÂÄꤷ¤Æ¤¤¤ë¤è ! ¤¦¤Ç¤¹¡£¤â¤·2¤Ä¤ÎÃͤ¬Àܶᤷ¤Æ²èÌÌɽ¼¨¤¬ÉÔ°ÂÄê¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¾ì¹ç¤Ï¡¢ ! fifo_moderate, fifo_conservative ¤ò»È¤¦¤«¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¾®¤µ¤¯¤·¤Æ¤ß ! ¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! °ìÉô¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤Ï¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤ÏÁ´¤¯Æ°ºî¤»¤º¡¢²èÌ̤˲¿¤âɽ¼¨ ! ¤µ¤ì¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤ò¸½ºßÄÉÀ×Ãæ¤Ç¤¹¡£¤³¤Î¾ì¹ç¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò²¼¤²¤ì ! ¤ÐÌäÂ꤬²ò·è¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! Updated June 25, 1999 by Dirk Hohndel, covering changes for 530 and 620. ! Updated October 12, 1998 by Juanjo Santamarta, covering changes for 5597 and 6326. ! Updated November 6, 1998 by Juanjo Santamarta, covering changes for 5597, 86c2x5 and 6326. ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SiS,v 1.1.2.2 1999/11/26 15:23:13 hohndel Exp $ ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê , ²¬ ! ºêůϯ , »³²¼½ã»Ê ! )¡£ÌäÂêÅÀ¤Î ! »ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§ ! ¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ! ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7:1.1.2.1 Wed Jun 2 17:50:54 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7 Sat Nov 27 02:23:13 1999 *************** *** 1,198 **** ! README.VIDEO7 ! Craig Struble ! 17 May 1994 ! The X Japanese Documentation Project ! 14 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥É¥é¥¤¥Ð: ! 2. ´ûÃΤΥХ°¤È¥Æ¥¹¥È¤·¤¿¹àÌÜ: ! 2.1 ´ûÃΤΥХ°: ! 2.2 ¥Æ¥¹¥È¤µ¤ì¤¿¹àÌÜ: ! ! 3. Ï¢ÍíÀè: ! 4. ¼Õ¼­ ! 4.1 °Ê²¼¤ÎÊý¡¹¤Ë´¶¼Õ¤·¤Þ¤¹: ! 4.2 É®¼Ô¤¬´û¤Ë¹Ô¤Ã¤Æ¤¤¤ëÊ̤κî¶È: ! 4.3 »Ä¤Ã¤Æ¤¤¤ë²ÝÂê: ! 4.4 ÌÈÀÕ»ö¹à: ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥É¥é¥¤¥Ð: ! ! Video7 ¥É¥é¥¤¥Ð¤Ï Headland Technologies À½ HT216-32 ¥Á¥Ã¥×¤À¤±¤Ç¤·¤«¥Æ ! ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤·¤«¤·¡¢Â¾¤Î Video 7/Headland Technologies À½¥Á¥Ã ! ¥×¤Ç¤â¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! video7 ¥É¥é¥¤¥Ð¤Î¸½ºß¤Î¼ÂÁõ¤Ç¤Ï¡¢¥·¥ó¥°¥ë¥Ð¥ó¥¯¥â¡¼¥É¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤»¤ó(¤³¤Î¥â¡¼¥É¤ÏÀ­Ç½¤¬Íî¤Á¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹)¤·¡¢°Û¤Ê¤ë video7 ·Ï ! ¥Á¥Ã¥×¤Î¶èÊ̤ϹԤäƤ¤¤Þ¤»¤ó¡£ ! ! ! ¤Þ¤¿¡¢¸½ºß¤Î¼ÂÁõ¤Ç¤Ï¥á¥â¥ê¤Î¸¡½Ð¤â¹Ô¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç°Ê²¼¤Î»ØÄê¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! ! Videoram XXX ! ! ! ¤³¤³¤Ç XXX ¤Ï¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAM ¤ÎÎ̤Ǥ¹¡£¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤Ï¾¯¤Ê¤¯ ! ¤È¤â 512k ¤Ï¥á¥â¥ê¤¬¤¢¤ë¤Î¤Ç¡¢ºÇ½é¤Ï¤³¤ÎÃͤò»È¤¦¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¤Þ¤¿¡¢XFree86 ¤Î¥¯¥í¥Ã¥¯¸¡½Ðµ¡Ç½¤â¤¦¤Þ¤¯¥¯¥í¥Ã¥¯¤ò¼èÆÀ¤Ç¤­¤Ê¤¤¤è¤¦¤Ç ! ¤¹¡£É®¼Ô¤¬Ä´¤Ù¤¿¥É¥­¥å¥á¥ó¥È(vgadoc3)¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î ! Clocks ¹Ô ¤Ë°Ê²¼¤ÎÃͤò»È¤¦¤è¤¦¤Ë½ñ¤¤¤Æ¤¢¤ê¤Þ¤·¤¿¡£ ! ! Clocks 25.175 28.322 30.000 32.514 34.000 36.000 38.000 40.000 ! ! ! 800x600 ¥â¡¼¥É¤Ç»È¤¦¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤϡ¢36 ¤ä 40 ¤Ç¤Ï¤Ê¤¯ 38 ¤Ë¤·¤Þ ! ¤¹¡£¤³¤Î¤³¤È¤Ï XF86Config ¤Î¤Û¤È¤ó¤É¤Î¥µ¥ó¥×¥ë¤ä modeDB.txt ¤Ç½Ò¤Ù¤é¤ì ! ¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï BIOS ¥â¡¼¥É(0x69)¤Ç»È¤ï¤ì¤ëÃͤΤ褦¤Ç¤¹¡£BIOS ¥â¡¼¥É ! ¤Ï 800x600, 256 ¿§¤Ç¤¹¡£ ! ! ! 2. ´ûÃΤΥХ°¤È¥Æ¥¹¥È¤·¤¿¹àÌÜ: ! ! ! ! 2.1. ´ûÃΤΥХ°: ! ! ! 1. ¥Ó¥Ç¥ª RAM ¤Î¸¡½Ðµ¡Ç½¤¬¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¾ðÊó¤òÆÀ¤ë¤¿¤á¤ÎÊýË¡¤È¤·¤Æ ! INT 10 ¥³¡¼¥ë¤ò»È¤¦ÊýË¡¤À¤±¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤Î¥³¡¼¥ë¤Ï¥æ¡¼¥¶¥× ! ¥í¥»¥¹¤Ç¤Ï¼Â¹Ô¤Ç¤­¤Þ¤»¤ó¡£ ! ! ! 2. ¥¯¥í¥Ã¥¯¤Î¸¡½Ðµ¡Ç½¡£vgadoc3 ¥É¥­¥å¥á¥ó¥È¤¬Àµ¤·¤¤¤Î¤«¤É¤¦¤«É®¼Ô¤Ë¤Ï ! ¤ï¤«¤ê¤Þ¤»¤ó¡£ ! ! ! 3. SVGA ¥µ¡¼¥Ð¤Ç¤Ä¤«¤¦¤ÈÉ԰դ˥·¥¹¥Æ¥à¤¬¸Ç¤Þ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 2.2. ¥Æ¥¹¥È¤µ¤ì¤¿¹àÌÜ: ! ! ! 1. HT216-32 ¥Á¥Ã¥× ! ! ! 2. 800x600 ¥â¡¼¥É¤È 640x480 ¥â¡¼¥É ! ! ! 3. CTRL-ALT-F1 ¤ò»È¤Ã¤¿¥â¡¼¥ÉÀÚÂؤ¨¤È¥Æ¥­¥¹¥È¥â¡¼¥É¤Ø¤ÎÀÚÂؤ¨ ! ! ! 4. Linux ¤Ç¤·¤«¥Æ¥¹¥È¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! ! 3. Ï¢ÍíÀè: ! ! Craig Struble (cstruble@acm.vt.edu) Video 7 driver ! ! ! 4. ¼Õ¼­ ! ! ! 4.1. °Ê²¼¤ÎÊý¡¹¤Ë´¶¼Õ¤·¤Þ¤¹: ! ! ! o »ä¤ò°¦¤·¡¢»Ù¤¨¤Æ¤¯¤ì¤¿ Cara Cocking¡£Èà½÷¤¬¤¤¤Ê¤±¤ì¤Ð¡¢»ä¤Ï²¿¤â¤Ç¤­ ! ¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! ! o XFree86 ¥Á¡¼¥à¡£ÅÚÂæ¤È¤Ê¤ëÁÇÀ²¤é¤·¤¤¥³¡¼¥É¤Î¤ª¤«¤²¤Ç¡¢»ä¤Ï¤³¤Îºî¶È ! ¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£ ! ! ! o vgadoc3 ¥É¥­¥å¥á¥ó¥È¤òÊÔ½¸¤·¤Æ¤¯¤À¤µ¤Ã¤¿ Finn Thoegersen ¤µ¤ó¡£¤³¤Î ! ¥É¥­¥å¥á¥ó¥È¤¬Ìµ¤±¤ì¤Ð¡¢»ä¤Ï¼ê¤¬¤«¤ê¤òÆÀ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! ! o svgalib ¤Î vga.c ¤òºîÀ®¤µ¤ì¤¿ Harm Hanemaayer ¤µ¤ó¡£¤³¤ì¤¬Ìµ¤±¤ì ! ¤Ð¡¢¥µ¡¼¥Ð¤òµ¯Æ°¡¦¼Â¹Ô¤¹¤ë¤¿¤á¤ËɬÍפʥ֥쥤¥¯¥¹¥ë¡¼¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç ! ¤·¤¿¡£ ! ! ! 4.2. É®¼Ô¤¬´û¤Ë¹Ô¤Ã¤Æ¤¤¤ëÊ̤κî¶È: ! ! ! ³ÈÄ¥¥Æ¥­¥¹¥È¥â¡¼¥É¤ò Video 7 ¥«¡¼¥É¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤Î¡¢Linux ! ÍѤδÊñ¤Ê¥Ñ¥Ã¥Á¤òºîÀ®¤·¤Þ¤·¤¿¡£ ! ! ! 4.3. »Ä¤Ã¤Æ¤¤¤ë²ÝÂê: ! ! ! o ¥Ç¥å¥¢¥ë¥Ð¥ó¥­¥ó¥°¥â¡¼¥É ! ! ! o svgalib ÍѤΥɥ饤¥ÐºîÀ® ! ! ! o Âç³Ø±¡¤ËÌá¤ë(»ä¤Ï¤½¤ó¤Ê¤È¤³¤í¤Ç¤â²æËý¤Ç¤­¤ë¤ó¤Ç¤¹) ! ! ! ! 4.4. ÌÈÀÕ»ö¹à: ! ! ! CRAIG STRUBLE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS ! SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABIL- ! ITY AND FITNESS. IN NO EVENT SHALL CRAIG STRUBLE BE LIABLE ! FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY ! DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROF- ! ITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER ! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE ! USE OR PERFORMANCE OF THIS SOFTWARE. ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7,v 1.1.2.1 1999/06/02 07:50:54 hohndel Exp $ ! ! ! ! ! ! $XConsortium: Video7.sgml /main/3 1996/02/21 17:46:22 kaleb $ ! ! ! ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,135 ---- ! README.VIDEO7 ! Craig Struble ! 17 May 1994 ! The X Japanese Documentation Project ! 14 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥É¥é¥¤¥Ð: ! 2. ´ûÃΤΥХ°¤È¥Æ¥¹¥È¤·¤¿¹àÌÜ: ! 2.1 ´ûÃΤΥХ°: ! 2.2 ¥Æ¥¹¥È¤µ¤ì¤¿¹àÌÜ: ! ! 3. Ï¢ÍíÀè: ! 4. ¼Õ¼­ ! 4.1 °Ê²¼¤ÎÊý¡¹¤Ë´¶¼Õ¤·¤Þ¤¹: ! 4.2 É®¼Ô¤¬´û¤Ë¹Ô¤Ã¤Æ¤¤¤ëÊ̤κî¶È: ! 4.3 »Ä¤Ã¤Æ¤¤¤ë²ÝÂê: ! 4.4 ÌÈÀÕ»ö¹à: ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥É¥é¥¤¥Ð: ! ! Video7 ¥É¥é¥¤¥Ð¤Ï Headland Technologies À½ HT216-32 ¥Á¥Ã¥×¤À¤±¤Ç¤·¤«¥Æ ! ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤·¤«¤·¡¢Â¾¤Î Video 7/Headland Technologies À½¥Á¥Ã ! ¥×¤Ç¤â¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! video7 ¥É¥é¥¤¥Ð¤Î¸½ºß¤Î¼ÂÁõ¤Ç¤Ï¡¢¥·¥ó¥°¥ë¥Ð¥ó¥¯¥â¡¼¥É¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤»¤ó(¤³¤Î¥â¡¼¥É¤ÏÀ­Ç½¤¬Íî¤Á¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹)¤·¡¢°Û¤Ê¤ë video7 ·Ï ! ¥Á¥Ã¥×¤Î¶èÊ̤ϹԤäƤ¤¤Þ¤»¤ó¡£ ! ! ¤Þ¤¿¡¢¸½ºß¤Î¼ÂÁõ¤Ç¤Ï¥á¥â¥ê¤Î¸¡½Ð¤â¹Ô¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç°Ê²¼¤Î»ØÄê¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! Videoram XXX ! ! ¤³¤³¤Ç XXX ¤Ï¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAM ¤ÎÎ̤Ǥ¹¡£¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤Ï¾¯¤Ê¤¯ ! ¤È¤â 512k ¤Ï¥á¥â¥ê¤¬¤¢¤ë¤Î¤Ç¡¢ºÇ½é¤Ï¤³¤ÎÃͤò»È¤¦¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¤Þ¤¿¡¢XFree86 ¤Î¥¯¥í¥Ã¥¯¸¡½Ðµ¡Ç½¤â¤¦¤Þ¤¯¥¯¥í¥Ã¥¯¤ò¼èÆÀ¤Ç¤­¤Ê¤¤¤è¤¦¤Ç ! ¤¹¡£É®¼Ô¤¬Ä´¤Ù¤¿¥É¥­¥å¥á¥ó¥È(vgadoc3)¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î ! Clocks ¹Ô ¤Ë°Ê²¼¤ÎÃͤò»È¤¦¤è¤¦¤Ë½ñ¤¤¤Æ¤¢¤ê¤Þ¤·¤¿¡£ ! ! Clocks 25.175 28.322 30.000 32.514 34.000 36.000 38.000 40.000 ! ! 800x600 ¥â¡¼¥É¤Ç»È¤¦¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤϡ¢36 ¤ä 40 ¤Ç¤Ï¤Ê¤¯ 38 ¤Ë¤·¤Þ ! ¤¹¡£¤³¤Î¤³¤È¤Ï XF86Config ¤Î¤Û¤È¤ó¤É¤Î¥µ¥ó¥×¥ë¤ä modeDB.txt ¤Ç½Ò¤Ù¤é¤ì ! ¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï BIOS ¥â¡¼¥É(0x69)¤Ç»È¤ï¤ì¤ëÃͤΤ褦¤Ç¤¹¡£BIOS ¥â¡¼¥É ! ¤Ï 800x600, 256 ¿§¤Ç¤¹¡£ ! ! 2. ´ûÃΤΥХ°¤È¥Æ¥¹¥È¤·¤¿¹àÌÜ: ! ! 2.1. ´ûÃΤΥХ°: ! ! 1. ¥Ó¥Ç¥ª RAM ¤Î¸¡½Ðµ¡Ç½¤¬¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¾ðÊó¤òÆÀ¤ë¤¿¤á¤ÎÊýË¡¤È¤·¤Æ ! INT 10 ¥³¡¼¥ë¤ò»È¤¦ÊýË¡¤À¤±¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤Î¥³¡¼¥ë¤Ï¥æ¡¼¥¶¥× ! ¥í¥»¥¹¤Ç¤Ï¼Â¹Ô¤Ç¤­¤Þ¤»¤ó¡£ ! ! 2. ¥¯¥í¥Ã¥¯¤Î¸¡½Ðµ¡Ç½¡£vgadoc3 ¥É¥­¥å¥á¥ó¥È¤¬Àµ¤·¤¤¤Î¤«¤É¤¦¤«É®¼Ô¤Ë¤Ï ! ¤ï¤«¤ê¤Þ¤»¤ó¡£ ! ! 3. SVGA ¥µ¡¼¥Ð¤Ç¤Ä¤«¤¦¤ÈÉ԰դ˥·¥¹¥Æ¥à¤¬¸Ç¤Þ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! 2.2. ¥Æ¥¹¥È¤µ¤ì¤¿¹àÌÜ: ! ! 1. HT216-32 ¥Á¥Ã¥× ! ! 2. 800x600 ¥â¡¼¥É¤È 640x480 ¥â¡¼¥É ! ! 3. CTRL-ALT-F1 ¤ò»È¤Ã¤¿¥â¡¼¥ÉÀÚÂؤ¨¤È¥Æ¥­¥¹¥È¥â¡¼¥É¤Ø¤ÎÀÚÂؤ¨ ! ! 4. Linux ¤Ç¤·¤«¥Æ¥¹¥È¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! 3. Ï¢ÍíÀè: ! ! Craig Struble (cstruble@acm.vt.edu) Video 7 driver ! ! 4. ¼Õ¼­ ! ! 4.1. °Ê²¼¤ÎÊý¡¹¤Ë´¶¼Õ¤·¤Þ¤¹: ! ! o »ä¤ò°¦¤·¡¢»Ù¤¨¤Æ¤¯¤ì¤¿ Cara Cocking¡£Èà½÷¤¬¤¤¤Ê¤±¤ì¤Ð¡¢»ä¤Ï²¿¤â¤Ç¤­ ! ¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! o XFree86 ¥Á¡¼¥à¡£ÅÚÂæ¤È¤Ê¤ëÁÇÀ²¤é¤·¤¤¥³¡¼¥É¤Î¤ª¤«¤²¤Ç¡¢»ä¤Ï¤³¤Îºî¶È ! ¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£ ! ! o vgadoc3 ¥É¥­¥å¥á¥ó¥È¤òÊÔ½¸¤·¤Æ¤¯¤À¤µ¤Ã¤¿ Finn Thoegersen ¤µ¤ó¡£¤³¤Î ! ¥É¥­¥å¥á¥ó¥È¤¬Ìµ¤±¤ì¤Ð¡¢»ä¤Ï¼ê¤¬¤«¤ê¤òÆÀ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! o svgalib ¤Î vga.c ¤òºîÀ®¤µ¤ì¤¿ Harm Hanemaayer ¤µ¤ó¡£¤³¤ì¤¬Ìµ¤±¤ì ! ¤Ð¡¢¥µ¡¼¥Ð¤òµ¯Æ°¡¦¼Â¹Ô¤¹¤ë¤¿¤á¤ËɬÍפʥ֥쥤¥¯¥¹¥ë¡¼¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç ! ¤·¤¿¡£ ! ! 4.2. É®¼Ô¤¬´û¤Ë¹Ô¤Ã¤Æ¤¤¤ëÊ̤κî¶È: ! ! ³ÈÄ¥¥Æ¥­¥¹¥È¥â¡¼¥É¤ò Video 7 ¥«¡¼¥É¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤Î¡¢Linux ! ÍѤδÊñ¤Ê¥Ñ¥Ã¥Á¤òºîÀ®¤·¤Þ¤·¤¿¡£ ! ! 4.3. »Ä¤Ã¤Æ¤¤¤ë²ÝÂê: ! ! o ¥Ç¥å¥¢¥ë¥Ð¥ó¥­¥ó¥°¥â¡¼¥É ! ! o svgalib ÍѤΥɥ饤¥ÐºîÀ® ! ! o Âç³Ø±¡¤ËÌá¤ë(»ä¤Ï¤½¤ó¤Ê¤È¤³¤í¤Ç¤â²æËý¤Ç¤­¤ë¤ó¤Ç¤¹) ! ! 4.4. ÌÈÀÕ»ö¹à: ! ! CRAIG STRUBLE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS ! SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABIL- ! ITY AND FITNESS. IN NO EVENT SHALL CRAIG STRUBLE BE LIABLE ! FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY ! DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROF- ! ITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER ! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE ! USE OR PERFORMANCE OF THIS SOFTWARE. ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Video7,v 1.1.2.2 1999/11/26 15:23:13 hohndel Exp $ ! ! $XConsortium: Video7.sgml /main/3 1996/02/21 17:46:22 kaleb $ ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32 diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32:1.1.2.1 Wed Jun 2 17:50:55 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32 Sat Nov 27 02:23:14 1999 *************** *** 1,330 **** ! W32 ¤ª¤è¤Ó ET6000 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Glenn G. Lai , Dirk H. Hohndel , Koen Gadeyne ! May 16, 1997 ! The X Japanese Documentation Project ! January 29, 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. W32 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! 2. ICS5341 GENDAC ¤¬ºÜ¤Ã¤¿¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! 3. STG1703 GENDAC ¤òÀѤó¤À¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! 4. ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Ç¤Î ET6000 ¤Î»ÈÍÑ ! 5. ET4000/W32, ET6000 ¥«¡¼¥É¤Ç¤Î XF86_SVGA ¤Î»ÈÍÑ ! 6. ¼Õ¼­ ! ! ! ______________________________________________________________________ ! ! 1. W32 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! ! XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò»ý¤Ä SVGA ¥µ¡¼¥Ð¤Ï¡¢¾¯¤Ê¤¯¤È¤â®¤µ¤Ë¤Ä¤¤¤Æ ! ¤Ï W32 ¥µ¡¼¥Ð¤ÈƱ¤¸¤¯¤é¤¤¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢XF86_W32 ¤ÏÃʳ¬Åª¤Ë̵¤¯¤·¤Æ¤¤¤ë ! ¤È¤³¤í¤Ç¤¹¡£¤·¤«¤·¡¢XF86_W32 ¥µ¡¼¥Ð¤ÎÊý¤¬Â¿¤¯¤Î¥«¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹¤·¡¢°ìÉô¤Î¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¿§¤Î¿¼¤µ¤âÂ礭¤¯¤Ç¤­¤Þ¤¹¡£W32 ¥«¡¼¥É¤ò ! »È¤Ã¤¿ XF86_SVGA ¤ÎÍøÍѤ˴ؤ¹¤ë¾Ü¤·¤¤¾ðÊó¤Ï¸å¤Ç½Ò¤Ù¤Þ¤¹¡£¸½»þÅÀ¤Ç ! ¤Ï¡¢XF86_W32 ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤ÊÁ´¤Æ¤Î¥«¡¼¥É¤¬ XF86_SVGA ¤Ç¤â ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤Ê¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤(¸·Ì©¤Ë ! ¸À¤¦¤È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤Ê¤ë¤Î¤Ï ET6000 ¤È ET4000W32p ¤À¤±¤Ç ! ¤¹)¡£ ! ! °ÊÁ°¤Î XF86_W32 ¤ÇÆ°ºî¤·¤Æ¤¤¤¿¤±¤ì¤É¿·¤·¤¤ XF86_SVGA ¥µ¡¼¥Ð¤Ç¤ÏÌäÂ꤬ ! µ¯¤­¤¿¥«¡¼¥É¤ËÂФ·¤Æ¤Ï¡¢XF86_W32 ¥µ¡¼¥Ð¤Ï°ÂÄêÆ°ºî¤¹¤ë¤È»×¤ï¤ì¤Þ ! ¤¹¡£SVGA ¥µ¡¼¥Ð¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤«¤Ã¤¿»þ(¤³¤ì¤Ï ET4000W32 ISA ¥«¡¼¥É¤Î ! °ìÉô¤Çµ¯¤³¤ê¤Þ¤¹)¤ä¡¢Á´¤¯¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤Ê¤é¤Ê¤¤»þ(Î㤨¤Ð ! ET4000W32i »ÈÍÑ»þ)¤Ë¤Ï¡¢¤³¤Î¥µ¡¼¥Ð¤ò»È¤¤¤Þ¤·¤ç¤¦¡£ ! ! XFree 3.2A °Ê¹ß¡¢¤³¤Î¥µ¡¼¥Ð¤Ï¹¹¿·¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤Ä¤Þ¤ê°ìÉô¤Î(´ûÃΤÎ) ! ¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Æ¤¤¤Ê¤¤¤Þ¤Þ¤Ç¤¹¡£¤³¤ì¤é¤Î¥Ð¥°¤Ï SVGA ¥µ¡¼¥Ð¤Î Tseng ¥É ! ¥é¥¤¥Ð(¤Þ¤¿¤Ï¤³¤ì¤ËÂå¤ï¤ë¤â¤Î)¤Ç¤Ï½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤ÆÌäÂê¤Ë½Ð ! ²ñ¤Ã¤¿¤Ê¤é¤Ð¡¢¤³¤Î¥µ¡¼¥Ð¤Ç¤Ï¤Ê¤¯ SVGA ¥µ¡¼¥Ð¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86_W32 ¤Ï´ðËÜŪ¤Ë¤Ï XF86_SVGA ¤Ç¤¢¤ê¡¢¤½¤ÎÉÁ²è¥³¡¼¥É¤ò X11R6 ¤Î ! mi/cfb ¥³¡¼¥É¤Ë´ð¤Å¤¯¤â¤Î¤Ë´°Á´¤ËÃÖ¤­´¹¤¨¡¢ ET4000/W32 ¸þ¤±¤ÎÊѹ¹¤ò ! ¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï XF86_SVGA ¤ÈƱ¤¸¥­¡¼¥ï¡¼¥É¤ò¼õ¤±ÉÕ¤±¤Þ¤¹ ! ¤¬¡¢ET4000/W32 ¥·¥ê¡¼¥º¤ËŬÍѤǤ­¤Ê¤¤¥­¡¼¥ï¡¼¥É¤ÏÌۤäÆ̵»ë¤·¤Þ¤¹(Îã: ! ¥­¡¼¥ï¡¼¥É "SpeedUp" ¤Ï²¿¤â¤·¤Þ¤»¤ó)¡£¤³¤Î¥µ¡¼¥Ð¤Ï¸½ºß w32, w32i, ! w32p, et6000 ¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¤Î´°Á´ ! ¤Ê¥ê¥¹¥È¤Ë¤Ä¤¤¤Æ¤Ï¡¢XF86_W32 ¤¬µ¯Æ°»þ¤Ëɽ¼¨¤¹¤ë¥á¥Ã¥»¡¼¥¸¤ò¸«¤Æ¤¯¤À¤µ ! ¤¤¡£¤³¤Î¥µ¡¼¥Ð¤Ï 256 ¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! XF86_SVGA ¤Î¾ì¹ç¤ÈƱÍͤˡ¢Éý¤¬ 4 ¤ÎÇÜ¿ô¤Ç¤¢¤ë²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò»ØÄꤹ¤ë ! ¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤Ï¡¢ÍøÍѲÄǽ¤Ê¥Ó¥Ç¥ª RAM ¤ÎÎÌ¤Ë ! ¤è¤Ã¤ÆÀ©¸Â¤µ¤ì¤Þ¤¹¡£XF86_W32 ¤Ï 1M °Ê¾å¤Î¥Ó¥Ç¥ª RAM ¤ò°·¤¨¤Þ¤¹¤¬¡¢1K ! ¤ÏÆâÉôŪ¤Ë»È¤¦¤¿¤á¤ËͽÌ󤷤Ƥ¤¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢RAM ¤ò 1M ºÜ¤»¤Æ¤¤¤ë¾ì¹ç¤Ë ! ¤Ï¡¢XF86_W32 ¤Ï¥á¥â¥ê¤¬ 1023K ¤Ç¤¢¤ë¤Èɽ¼¨¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢»ØÄê¤Ç¤­ ! ¤ë²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤Ï 1152x910 ¤Ç¤Ï¤Ê¤¯ 1152x900 ¤È¤Ê¤ê¤Þ¤¹¡£ ! ! Tseng ¤Î¥Ç¡¼¥¿¥·¡¼¥È¤Ë¤è¤ë¤È¡¢¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤ÎºÇÂ祯¥í¥Ã¥¯ÃÍ¤Ï 80MHz ! ¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£È󥤥󥿥졼¥¹¤Î 1280x1024(x256 ¿§)¤ò 135MHz ¤Ç»È ! ¤¦¤¿¤á¤Ë¤Ï¡¢(16¥Ó¥Ã¥È¤Î RAMDAC ¥Ð¥¹¤ò»ý¤Á)¿½Å²½ RAMDAC ¤òÀѤó¤À w32p ! ¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ë¤è¤ê¡¢w32p ¤Ï 135MHz ¤Ç¤Ï¤Ê¤¯ (135/2 = 67.5) MHz ¤À ! ¤±¤ò°·¤¨¤Ð¤è¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢ICS5341 GENDAC ¤Þ¤¿¤Ï STG1703 ! ¤òÍѤ¤¤¿¥«¡¼¥É¤Ë¤À¤±ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ëÆÃÊ̤ʥ³¡¼¥É¤¬É¬ÍפǤ¹¡£¤³¤Î¥³¡¼¥É¤Ï ! ¤¿¤¤¤Æ¤¤¤Î¾ì¹ç¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤è¤¦¤Ç¤¹¤¬¡¢ICS5341 ¤Î¾ì¹ç¤À¤±¤Ï 90MHz ÉÕ ! ¶á¤Î¼þÇÈ¿ô¤ÇºÙ¤¤¼Ê¤¬¸½¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥µ¡¼¥Ð¤ÇÌäÂ꤬µ¯¤­¤¿¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¤³¤È¤ò»î¤·¤Æ¤¯¤À¤µ¤¤: ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "slow_dram" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "pci_burst_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "w32_interleave_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Hercules À½¤ÎÇò¹õ¥¢¥À¥×¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤ò³°¤·¤Þ¤¹¡£ ! ET4000/W32 ¥·¥ê¡¼¥º¤Î¹½À®¤Î¿¤¯¤Ï¡¢¤³¤ì¤¬¥·¥¹¥Æ¥à¤Ë¤¢¤ë¤ÈÆ°ºî¤·¤Þ¤» ! ¤ó¡£ ! ! o ¥í¡¼¥«¥ë¥Ð¥¹¤¬ 33MHz ¤ÇÆ°ºî¤¹¤ë¥Þ¥¶¡¼¥Ü¡¼¥É¤òÆþ¼ê¤·¤Þ¤¹¡£(Á´¤Æ¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¤¬)¿¤¯¤Î ET4000/W32 ¥Ü¡¼¥É¤Ï 50MHz ¤Î¥Ð¥¹¤Ç¤Ï¤ª¤«¤·¤ÊÆ° ! ºî¤ò¤¹¤ë¤³¤È¤¬³Î¤«¤Ë¤¢¤ê¤Þ¤¹¡£ÂÔ¤Á¾õÂÖ¤ò 1 ¤Ä¤« 2 ¤Ä»È¤ï¤Ê¤±¤ì¤Ð¤Ê ! ¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ºÇ½é¤ÏÂÔ¤Á¾õÂÖ̵¤·¤ò»î¤·¤Þ¤·¤ç¤¦¡£ ! ! o ¥Þ¥·¥ó¤ò¥³¡¼¥ë¥É¥Ö¡¼¥È¤·¤Þ¤¹¡£XF86_W32 ¤Îµ¯Æ°Á°¤Ë¤Ï¡¢Â¾¤Î X ¥µ¡¼¥Ð ! ¤â´Þ¤á¤Æ¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò¤ª¤«¤·¤¯¤¹¤ë¤è¤¦¤Ê¤â¤Î¤Ï²¿¤âÆ°¤«¤µ¤Ê¤¤ ! ¤Ç¤¯¤À¤µ¤¤¡£ ! ! o ET6000 ¥«¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç chipset "et6000" ¤ò»Ø ! Äꤷ¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤³¤Î¥«¡¼¥É¤ÏÄ̾PCI ¥Ð¥¹¤«¤é¤Ï¼«Æ°¸¡½Ð¤Ç¤­¤Þ¤¹ ! ¤¬¡¢°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢Ê̤ΠVGA ¥«¡¼¥É¤¬¥ª¥ó¥Ü¡¼¥É¤ÇºÜ¤Ã¤Æ¤¤¤ë¤è¤¦ ! ¤Ê¾ì¹ç¤Ë¤Ï¡¢¤³¤ì¤ò̵¸ú¤Ë¤·¤Æ¤¢¤Ã¤Æ¤â ET6000 ¥µ¡¼¥Ð¤¬Ê̤Υ«¡¼¥É¤ÎÊý ! ¤ò»È¤ª¤¦¤È¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! o XF86_SVGA ¥µ¡¼¥Ð¤ò»î¤·¤Þ¤¹¡£¤³¤ì¤¬Æ°ºî¤·¤¿¾ì¹ç¡¢°Ê²¼¤Îµ­½Ò¤ò ! XF86Config ¤ËÄɲä·¤Þ¤¹: ! ! ! ! Ramdac "generic" ! ! ! ! ! (¡Ö´Ä¶­¡×¥â¥Ë¥¿ÍѤÎ)ÁȤ߹þ¤ß¤Î¾ÊÅÅÎϵ¡Ç½¤Ï¥Æ¥¹¥È¤·¤Æ¤¤¤Ê¤¤¤Î¤ÇÃí°Õ¤·¤Æ ! ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢¤³¤Îµ¡Ç½¤¬ w32p_rev_c °Ê¹ß¤Î¥Á¥Ã¥×¤¬ºÜ¤Ã¤Æ¤¤¤Ê¤¤¥Ü¡¼¥É ! ¤ÇÆ°ºî¤¹¤ë¤È¤Ï»×¤ï¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¸½ºß¡¢´°Á´¤Ë̵¸ú¤Ë ! ¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÆâÍƤò²õ¤¹(¤¢ ! ¤ë¤¤¤Ï¥µ¡¼¥Ð¤ò¥¯¥é¥Ã¥·¥å¤µ¤¨¤µ¤»¤Æ¤·¤Þ¤¦)¤«¤é¤Ç¤¹¡£SVGA ¥µ¡¼ ! ¥Ð(XF86_SVGA)¤Ï VESA DPMS ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¤·¡¢²èÌ̤ò²õ¤·¤Æ¤·¤Þ¤¦¤³ ! ¤È¤â¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 2. ICS5341 GENDAC ¤¬ºÜ¤Ã¤¿¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! ! GENDAC ¤ÏÄ̾ï¤Î¥¯¥í¥Ã¥¯¸¡½Ð¼ê³¤­¤Ç¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤ëɸ½à¥¯¥í¥Ã¥¯¤Î ! ÁȤòÍ¿¤¨¤Þ¤¹¤¬¡¢ ! ! ! ClockChip "ics5341" ! ! ! ! ! ¤È¤¤¤¦¹Ô¤ò Device ¥»¥¯¥·¥ç¥ó¤ËÀßÄꤷ¡¢ICS5341 ¤¬À¸À®¤Ç¤­¤ë¥×¥í¥°¥é¥Þ¥Ö ! ¥ë¥¯¥í¥Ã¥¯Ãͤò»È¤¨¤ë¤è¤¦¤Ë¤¹¤ë¤³¤È¤Ïɬ¤é¤ºÉ¬ÍפǤ¹¡£ ! ! ! Ramdac "ics5341" ! ! ¤È¤¤¤¦¹Ô¤ò»ØÄꤷ¤Æ¤â¤è¤¤¤Ç¤¹¤¬¡¢RAMDAC¤ÏÀµ¤·¤¯¼«Æ°¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ICS5341 GENDAC ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¸½ºß¤Î¥µ¡¼¥Ð¤Ï 135MHz ¤Þ¤Ç¤ÎǤ°Õ¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¼õ¤±ÉÕ¤±¤Þ¤¹¤¬¡¢¤Û¤È¤ó¤É¤Î¥Ü¡¼¥É¤Ç¤Ï 86MHz ¤«¤é ! 100MHz ¤¢¤¿¤ê¤Þ¤Ç¤ÎÈϰϤΥ¯¥í¥Ã¥¯ÃͤǤϺ٤¤¼Ê¤¬¸½¤ï¤ì¡¢Æ°ºî¤·¤Þ¤»¤ó¡£ ! ¤³¤ÎÉý¤ÏÄ̾ï¤Ï¿ô MHz ÄøÅ٤Ǥ¢¤ê¡¢¤³¤ì¤è¤êÂ礭¤Ê¥¯¥í¥Ã¥¯ÃͤǤ⾮¤µ¤Ê¥¯ ! ¥í¥Ã¥¯ÃͤǤ⤦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ¤Î½¤Àµ¤Ï¸½ºßºî¶ÈÃæ¤Ç ! ¤¹¡£(DDH) ! ! ! 3. STG1703 GENDAC ¤òÀѤó¤À¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! ! STG1703 ¤ÏÄ̾ï¤Î¥¯¥í¥Ã¥¯¸¡½Ð¼ê³¤­¤Ç¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤ëɸ½à¥¯¥í¥Ã¥¯¤Î ! ÁȤòÍ¿¤¨¤Þ¤¹¤¬¡¢ ! ! ! ClockChip "stg1703" ! ! ! ! ! ¤È¤¤¤¦¹Ô¤ò Device ¥»¥¯¥·¥ç¥ó¤ËÀßÄꤷ¡¢STG1703 ¤¬À¸À®¤Ç¤­¤ë¥×¥í¥°¥é¥Þ¥Ö ! ¥ë¥¯¥í¥Ã¥¯Ãͤò»È¤¨¤ë¤è¤¦¤Ë¤¹¤ë¤³¤È¤Ïɬ¤é¤ºÉ¬ÍפǤ¹¡£ ! ! ! Ramdac "stg1703" ! ! ! ! ! ¤È¤¤¤¦¹Ô¤ò»ØÄꤷ¤Æ¤â¤è¤¤¤Ç¤¹¤¬¡¢RAMDAC ¤ÏÀµ¤·¤¯¼«Æ°¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç ! ¤¹¡£ ! ! ! 4. ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Ç¤Î ET6000 ¤Î»ÈÍÑ ! ! ET6000 ¤È ET4000/W32 ¤Î¥Ç¥Ð¥¤¥¹¤Ë¤Ï»÷¤Æ¤¤¤ëÅÀ¤¬Â¿¤¤¤Î¤Ç¡¢ET6000 ¥É¥é¥¤ ! ¥Ð¤Î¥³¡¼¥É¤Ï´û¸¤Î ET4000/W32 ¤Î¥³¡¼¥É¤ò¸µ¤Ë¤·¤Æ³«È¯¤·¤Þ¤·¤¿¡£Â¾¤Î ! W32(³°Éô)¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ¥Ç¥Ð¥¤¥¹¤Î¾ì¹ç¤ÈƱÍͤˡ¢ET6000 ¤ÎÁȤ߹þ ! ¤ß¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ¤Ë¤Ïɸ½à¥¯¥í¥Ã¥¯ÃͤÎÁȤ¬ 8 ¤ÄÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤Ï XFree86 ¤ÎÄ̾ï¤Î¸¡½Ð¼ê³¤­¤Ç¤â¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì ! ¤ò»È¤ï¤º¤Ë¡¢XF86_W32 ¤Ï¾ï¤ËÁȤ߹þ¤ß¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤È ! RAMDAC ¤ò»ÈÍѤ·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç ! ¥ó¤Ç ! ! ! ClockChip "et6000" ! ! ! ! ¤ä ! ! ! Ramdac "et6000" ! ! ! ! ¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£°ìÅÙ ET6000 ¤ò°·¤Ã¤Æ¤¤¤ë¤³¤È¤¬¤ï¤«¤ì ! ¤Ð¡¢XF86_W32 ¤Ï¼«ÎϤǽèÍý¤ò¹Ô¤¤¤Þ¤¹¡£¸½»þÅÀ¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥µ ! ¥Ý¡¼¥È¤ÏÁ´¤¯ÉÔ´°Á´¤Ç¤¢¤ê¡¢ ET4000/W32 ¤¬´û¤ËÍÑ°Õ¤·¤¿¤â¤ÎÂФ·¤Æξ¥Ç¥Ð¥¤ ! ¥¹´Ö¤Î¸ß´¹¤Ç¤Ê¤¤Éôʬ¤Ë¹ç¤ï¤»¤¿Êѹ¹¤ò¹Ô¤Ã¤¿¤â¤Î¤ò»È¤Ã¤Æ¤¤¤ë¤À¤±¤Ç¤¹¡£Âç ! Éý¤ËÆ°ºî®ÅÙ¤ò²þÁ±¤¹¤ë¤³¤È¤Ï²Äǽ¤Ê¤Ï¤º¤Ç¤¹¡£Tseng Labs ¤Î»ÅÍͤˤè¤ë ! ¤È¡¢ET6000 ¥Á¥Ã¥×¤ÎºÇÂç¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ¤Ï 135MHz ¤Ç¤¹(¤â¤Ã¤È¹â¤¤¥¯ ! ¥í¥Ã¥¯ÃͤΥÁ¥Ã¥×¤â½Ð¤Æ¤¯¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¤³¤Î¥µ¡¼¥Ð¤Ë¤Ï¡¢2.25MB ¤Î MDRAM ¤òÀѤó¤À ET6000 ¥«¡¼¥É¤Ç»ÈÍѤ·¤¿»þ¤Ëµ¯ ! ¤³¤ë¥Ð¥°¤¬¤¢¤ê¤Þ¤¹¡£¥µ¡¼¥Ð¤Ï 2.25MB ¤Ç¤Ï¤Ê¤¯¡¢2.5MB ¤È¸¡½Ð¤·¡¢¤½¤Î·ë²Ì ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÁàºî¤¬¤Û¤È¤ó¤ÉÆ°ºî¤·¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£2.25MB ¤Î ! MDRAM ¤òÀѤó¤À¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! ! ! VideoRam 2304 ! ! ! ! ¤È¤¤¤¦¹Ô¤ò¡Öɬ¤º¡×Äɲ䷤ʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! 5. ET4000/W32, ET6000 ¥«¡¼¥É¤Ç¤Î XF86_SVGA ¤Î»ÈÍÑ ! ! XFree86-3.2A ¤ò»Ï¤á¤Ë¡¢SVGA ¥µ¡¼¥Ð¤Ï XFree86 Acceleration Architecture ! (XAA) ¤ò¿·¤·¤¯»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ»½Ñ¤ò»È¤¦¤È¡¢XF86_SVGA ¥µ¡¼¥Ð¤Î®ÅÙ¤Ï ! Ʊ¤¸¥Ï¡¼¥É¥¦¥§¥¢¤Ç XF86_W32 ¤ò»È¤Ã¤¿¾ì¹ç¤ËÈæ¤Ù¡¢Â®¤¯¤Ï¤Ê¤¤¾ì¹ç¤Ç¤âƱ¤¸ ! ¤¯¤é¤¤¤Î®¤µ¤Ë¤Ï¤Ê¤ê¤Þ¤¹¡£²Ã¤¨¤Æ¡¢°ìÉô¤Î¥«¡¼¥É¤Ç¤Ï¤è¤êÂ礭¤¤¿§¤Î¿¼¤µ¤â ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£µÕ¤Ë¸½»þÅÀ¤Ç¤Ï¡¢XF86_W32 ¤¬ W32 ¥«¡¼¥É¤ËÂФ·¤Æ¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ëÆÃÊÌ¤Ê RAMDAC ¤ä ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î°ìÉô¤Ï SVGA ¥µ¡¼¥Ð¤Ç¤Ï¥µ ! ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¤ª»È¤¤¤Î W32 ¥«¡¼¥É¤ò»È¤¦¤È SVGA ¥µ¡¼¥Ð¤Ç³¨¤¬½Ð¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤ÎÁà ! ºî¤ò»î¤·¤Æ¤¯¤À¤µ¤¤: ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "slow_dram" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "pci_burst_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "w32_interleave_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "no_accel" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o ¥Þ¥·¥ó¤ò¥³¡¼¥ë¥É¥Ö¡¼¥È¤·¤Þ¤¹¡£W32 ¤Î¾õÂÖ¤òÀµ¾ï¤Ê¾õÂÖ¤ËÌ᤹¤Ë¤Ï¡¢ÅÅ ! ¸»¤òʪÍýŪ¤ËÀÚ¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤µ¤¨¤¢¤ê¤Þ¤¹¡£XF86_SVGA ¤òµ¯Æ°¤¹¤ëÁ° ! ¤Ë¤Ï¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò¤ª¤«¤·¤¯¤¹¤ë¤â¤Î¤Ï²¿¤â¼Â¹Ô¤·¤Æ¤Ï¤¤¤±¤Þ¤» ! ¤ó¡£¤³¤ì¤Ë¤Ï¡¢Ê̤ΠX ¥µ¡¼¥Ð¤â´Þ¤Þ¤ì¤Þ¤¹¡£ ! ! ! 6. ¼Õ¼­ ! ! Jerry J. Shekhel ¤µ¤ó (jerry@msi.com) ¤ÏÉ®¼Ô(GGL)¤Ë¥á¥â¥ê 1M ¤Î Mirage ! ET4000/W32 VLB ¥Ü¡¼¥É¤ò¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£½é´ü¤Î³«È¯(X_W32)¤Ï¤³¤Î¥Ü¡¼¥É¤ò ! »È¤Ã¤Æ¹Ô¤¤¤Þ¤·¤¿¡£ ! ! X11R6 ¤È XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ï¡¢XF86_W32 ¤Î¥³¡¼¥É¤Î´ðÁÃŪ¤ÊÉôʬ¤òÄó¶¡ ! ¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ ! ! Hercules Computer Technology Inc. ¤Ï¡¢XF86_W32 ¤Î³«È¯ÍѤ˥á¥â¥ê 2M ¤Î ! Hercules Dynamite Pro VLB ¥Ü¡¼¥É¤òÉ®¼Ô(GGL)¤ËÂߤ·½Ð¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤· ! ¤¿¡£¤Þ¤¿¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë Dynamite Power PCI ¤ò´óÉÕ¤·¤Æ¤¯¤À¤µ ! ¤ê¡¢DDH ¤µ¤ó¤¬¤³¤ì¤ò»È¤Ã¤Æ XF86_W32 ¤Î³ÈÄ¥¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! Koen Gadeyne ¤µ¤ó (koen.gadeyne@barco.com) ¤Ï XFree86-3.1.1 ÍѤΥѥåÁ ! ¥­¥Ã¥È¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£¤³¤Î¥Ñ¥Ã¥Á¥­¥Ã¥È¤ÏËÜ¥µ¡¼¥Ð¤Ë°ìÉôÅý¹ç¤µ ! ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢Gadeyne ¤µ¤ó¤Ï¸½ºß¤â¥µ¡¼¥Ð¤Î³«È¯¤ò½õ¤±¤Æ¤¯¤À¤µ¤Ã¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! Tseng Labs Europe ¤µ¤ó¤Ï ET-6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(Jazz Multimedia G- ! Force 128) ¤ò´óÉÕ¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£¤ª¤«¤²¤Ç ET6000 ÍÑ¥³¡¼¥É¤Î³«È¯¤¬ ! ³èȯ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ¿¤¯¤Î¥Æ¥¹¥¿¡¼¤ÎÊý¡¹¤¬ X_W32 ¤È¤½¤Î¸å¤Î XF86_W32 ¤Ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò¤· ! ¤Æ¤¯¤ì¤Þ¤·¤¿¡£É®¼Ô¤ÎÍîÅ٤ˤè¤ê X_W32 ¤Î¥Æ¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹ ! ¤òÇÄ°®¤·¤­¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢XF86_W32 ¤Î¥Æ¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹¤ò ! °Ê²¼¤ËÎóµó¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹: ! ! Linux: ! bf11620@coewl.cen.uiuc.edu (Byron Thomas Faber) ! dlj0@chern.math.lehigh.edu (David Johnson) ! peterc@a3.ph.man.ac.uk (Peter Chang) ! dmm0t@rincewind.mech.virginia.edu (David Meyer) ! nrh@philabs.Philips.COM (Nikolaus R. Haus) ! jdooley@dbp.caltech.edu (James Dooley) ! thumper@hitchcock.eng.uiowa.edu (Timothy Paul Schlie) ! klatta@pkdla5.syntex.com (Ken Latta) ! robinson@cnj.digex.net (Andrew Robinson) ! reggie@phys.washington.edu (Reginald S. Perry) ! sjm@cs.tut.fi (M{kinen Sami J) ! engel@yacc.central.de (C. Engelmann) use cengelm@gwdg.de ! postgate@cafe.net (Richard Postgate) ! are1@cec.wustl.edu (Andy Ellsworth) ! bill@celtech.com (Bill Foster) ! ! FreeBSD: ! ljo@ljo-slip.DIALIN.CWRU.Edu (L Jonas Olsson) ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32,v 1.1.2.1 1999/06/02 07:50:55 hohndel Exp $ ! ! ! ! ! ! $XConsortium: W32.sgml /main/11 1996/10/19 18:03:45 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,254 ---- ! W32 ¤ª¤è¤Ó ET6000 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Glenn G. Lai , Dirk H. Hohndel , Koen Gadeyne ! May 16, 1997 ! The X Japanese Documentation Project ! January 29, 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. W32 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! 2. ICS5341 GENDAC ¤¬ºÜ¤Ã¤¿¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! 3. STG1703 GENDAC ¤òÀѤó¤À¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! 4. ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Ç¤Î ET6000 ¤Î»ÈÍÑ ! 5. ET4000/W32, ET6000 ¥«¡¼¥É¤Ç¤Î XF86_SVGA ¤Î»ÈÍÑ ! 6. ¼Õ¼­ ! ! ______________________________________________________________________ ! ! 1. W32 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! ! XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò»ý¤Ä SVGA ¥µ¡¼¥Ð¤Ï¡¢¾¯¤Ê¤¯¤È¤â®¤µ¤Ë¤Ä¤¤¤Æ ! ¤Ï W32 ¥µ¡¼¥Ð¤ÈƱ¤¸¤¯¤é¤¤¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢XF86_W32 ¤ÏÃʳ¬Åª¤Ë̵¤¯¤·¤Æ¤¤¤ë ! ¤È¤³¤í¤Ç¤¹¡£¤·¤«¤·¡¢XF86_W32 ¥µ¡¼¥Ð¤ÎÊý¤¬Â¿¤¯¤Î¥«¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹¤·¡¢°ìÉô¤Î¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¿§¤Î¿¼¤µ¤âÂ礭¤¯¤Ç¤­¤Þ¤¹¡£W32 ¥«¡¼¥É¤ò ! »È¤Ã¤¿ XF86_SVGA ¤ÎÍøÍѤ˴ؤ¹¤ë¾Ü¤·¤¤¾ðÊó¤Ï¸å¤Ç½Ò¤Ù¤Þ¤¹¡£¸½»þÅÀ¤Ç ! ¤Ï¡¢XF86_W32 ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤ÊÁ´¤Æ¤Î¥«¡¼¥É¤¬ XF86_SVGA ¤Ç¤â ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤Ê¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤(¸·Ì©¤Ë ! ¸À¤¦¤È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤Ê¤ë¤Î¤Ï ET6000 ¤È ET4000W32p ¤À¤±¤Ç ! ¤¹)¡£ ! ! °ÊÁ°¤Î XF86_W32 ¤ÇÆ°ºî¤·¤Æ¤¤¤¿¤±¤ì¤É¿·¤·¤¤ XF86_SVGA ¥µ¡¼¥Ð¤Ç¤ÏÌäÂ꤬ ! µ¯¤­¤¿¥«¡¼¥É¤ËÂФ·¤Æ¤Ï¡¢XF86_W32 ¥µ¡¼¥Ð¤Ï°ÂÄêÆ°ºî¤¹¤ë¤È»×¤ï¤ì¤Þ ! ¤¹¡£SVGA ¥µ¡¼¥Ð¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤«¤Ã¤¿»þ(¤³¤ì¤Ï ET4000W32 ISA ¥«¡¼¥É¤Î ! °ìÉô¤Çµ¯¤³¤ê¤Þ¤¹)¤ä¡¢Á´¤¯¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤Ê¤é¤Ê¤¤»þ(Î㤨¤Ð ! ET4000W32i »ÈÍÑ»þ)¤Ë¤Ï¡¢¤³¤Î¥µ¡¼¥Ð¤ò»È¤¤¤Þ¤·¤ç¤¦¡£ ! ! XFree 3.2A °Ê¹ß¡¢¤³¤Î¥µ¡¼¥Ð¤Ï¹¹¿·¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤Ä¤Þ¤ê°ìÉô¤Î(´ûÃΤÎ) ! ¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Æ¤¤¤Ê¤¤¤Þ¤Þ¤Ç¤¹¡£¤³¤ì¤é¤Î¥Ð¥°¤Ï SVGA ¥µ¡¼¥Ð¤Î Tseng ¥É ! ¥é¥¤¥Ð(¤Þ¤¿¤Ï¤³¤ì¤ËÂå¤ï¤ë¤â¤Î)¤Ç¤Ï½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤ÆÌäÂê¤Ë½Ð ! ²ñ¤Ã¤¿¤Ê¤é¤Ð¡¢¤³¤Î¥µ¡¼¥Ð¤Ç¤Ï¤Ê¤¯ SVGA ¥µ¡¼¥Ð¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86_W32 ¤Ï´ðËÜŪ¤Ë¤Ï XF86_SVGA ¤Ç¤¢¤ê¡¢¤½¤ÎÉÁ²è¥³¡¼¥É¤ò X11R6 ¤Î ! mi/cfb ¥³¡¼¥É¤Ë´ð¤Å¤¯¤â¤Î¤Ë´°Á´¤ËÃÖ¤­´¹¤¨¡¢ ET4000/W32 ¸þ¤±¤ÎÊѹ¹¤ò ! ¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï XF86_SVGA ¤ÈƱ¤¸¥­¡¼¥ï¡¼¥É¤ò¼õ¤±ÉÕ¤±¤Þ¤¹ ! ¤¬¡¢ET4000/W32 ¥·¥ê¡¼¥º¤ËŬÍѤǤ­¤Ê¤¤¥­¡¼¥ï¡¼¥É¤ÏÌۤäÆ̵»ë¤·¤Þ¤¹(Îã: ! ¥­¡¼¥ï¡¼¥É "SpeedUp" ¤Ï²¿¤â¤·¤Þ¤»¤ó)¡£¤³¤Î¥µ¡¼¥Ð¤Ï¸½ºß w32, w32i, ! w32p, et6000 ¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¤Î´°Á´ ! ¤Ê¥ê¥¹¥È¤Ë¤Ä¤¤¤Æ¤Ï¡¢XF86_W32 ¤¬µ¯Æ°»þ¤Ëɽ¼¨¤¹¤ë¥á¥Ã¥»¡¼¥¸¤ò¸«¤Æ¤¯¤À¤µ ! ¤¤¡£¤³¤Î¥µ¡¼¥Ð¤Ï 256 ¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! XF86_SVGA ¤Î¾ì¹ç¤ÈƱÍͤˡ¢Éý¤¬ 4 ¤ÎÇÜ¿ô¤Ç¤¢¤ë²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò»ØÄꤹ¤ë ! ¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤Ï¡¢ÍøÍѲÄǽ¤Ê¥Ó¥Ç¥ª RAM ¤ÎÎÌ¤Ë ! ¤è¤Ã¤ÆÀ©¸Â¤µ¤ì¤Þ¤¹¡£XF86_W32 ¤Ï 1M °Ê¾å¤Î¥Ó¥Ç¥ª RAM ¤ò°·¤¨¤Þ¤¹¤¬¡¢1K ! ¤ÏÆâÉôŪ¤Ë»È¤¦¤¿¤á¤ËͽÌ󤷤Ƥ¤¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢RAM ¤ò 1M ºÜ¤»¤Æ¤¤¤ë¾ì¹ç¤Ë ! ¤Ï¡¢XF86_W32 ¤Ï¥á¥â¥ê¤¬ 1023K ¤Ç¤¢¤ë¤Èɽ¼¨¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢»ØÄê¤Ç¤­ ! ¤ë²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤Ï 1152x910 ¤Ç¤Ï¤Ê¤¯ 1152x900 ¤È¤Ê¤ê¤Þ¤¹¡£ ! ! Tseng ¤Î¥Ç¡¼¥¿¥·¡¼¥È¤Ë¤è¤ë¤È¡¢¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤ÎºÇÂ祯¥í¥Ã¥¯ÃÍ¤Ï 80MHz ! ¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£È󥤥󥿥졼¥¹¤Î 1280x1024(x256 ¿§)¤ò 135MHz ¤Ç»È ! ¤¦¤¿¤á¤Ë¤Ï¡¢(16¥Ó¥Ã¥È¤Î RAMDAC ¥Ð¥¹¤ò»ý¤Á)¿½Å²½ RAMDAC ¤òÀѤó¤À w32p ! ¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ë¤è¤ê¡¢w32p ¤Ï 135MHz ¤Ç¤Ï¤Ê¤¯ (135/2 = 67.5) MHz ¤À ! ¤±¤ò°·¤¨¤Ð¤è¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢ICS5341 GENDAC ¤Þ¤¿¤Ï STG1703 ! ¤òÍѤ¤¤¿¥«¡¼¥É¤Ë¤À¤±ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ëÆÃÊ̤ʥ³¡¼¥É¤¬É¬ÍפǤ¹¡£¤³¤Î¥³¡¼¥É¤Ï ! ¤¿¤¤¤Æ¤¤¤Î¾ì¹ç¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤è¤¦¤Ç¤¹¤¬¡¢ICS5341 ¤Î¾ì¹ç¤À¤±¤Ï 90MHz ÉÕ ! ¶á¤Î¼þÇÈ¿ô¤ÇºÙ¤¤¼Ê¤¬¸½¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥µ¡¼¥Ð¤ÇÌäÂ꤬µ¯¤­¤¿¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¤³¤È¤ò»î¤·¤Æ¤¯¤À¤µ¤¤: ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "slow_dram" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "pci_burst_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "w32_interleave_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Hercules À½¤ÎÇò¹õ¥¢¥À¥×¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤ò³°¤·¤Þ¤¹¡£ ! ET4000/W32 ¥·¥ê¡¼¥º¤Î¹½À®¤Î¿¤¯¤Ï¡¢¤³¤ì¤¬¥·¥¹¥Æ¥à¤Ë¤¢¤ë¤ÈÆ°ºî¤·¤Þ¤» ! ¤ó¡£ ! ! o ¥í¡¼¥«¥ë¥Ð¥¹¤¬ 33MHz ¤ÇÆ°ºî¤¹¤ë¥Þ¥¶¡¼¥Ü¡¼¥É¤òÆþ¼ê¤·¤Þ¤¹¡£(Á´¤Æ¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¤¬)¿¤¯¤Î ET4000/W32 ¥Ü¡¼¥É¤Ï 50MHz ¤Î¥Ð¥¹¤Ç¤Ï¤ª¤«¤·¤ÊÆ° ! ºî¤ò¤¹¤ë¤³¤È¤¬³Î¤«¤Ë¤¢¤ê¤Þ¤¹¡£ÂÔ¤Á¾õÂÖ¤ò 1 ¤Ä¤« 2 ¤Ä»È¤ï¤Ê¤±¤ì¤Ð¤Ê ! ¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ºÇ½é¤ÏÂÔ¤Á¾õÂÖ̵¤·¤ò»î¤·¤Þ¤·¤ç¤¦¡£ ! ! o ¥Þ¥·¥ó¤ò¥³¡¼¥ë¥É¥Ö¡¼¥È¤·¤Þ¤¹¡£XF86_W32 ¤Îµ¯Æ°Á°¤Ë¤Ï¡¢Â¾¤Î X ¥µ¡¼¥Ð ! ¤â´Þ¤á¤Æ¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò¤ª¤«¤·¤¯¤¹¤ë¤è¤¦¤Ê¤â¤Î¤Ï²¿¤âÆ°¤«¤µ¤Ê¤¤ ! ¤Ç¤¯¤À¤µ¤¤¡£ ! ! o ET6000 ¥«¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç chipset "et6000" ¤ò»Ø ! Äꤷ¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤³¤Î¥«¡¼¥É¤ÏÄ̾PCI ¥Ð¥¹¤«¤é¤Ï¼«Æ°¸¡½Ð¤Ç¤­¤Þ¤¹ ! ¤¬¡¢°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢Ê̤ΠVGA ¥«¡¼¥É¤¬¥ª¥ó¥Ü¡¼¥É¤ÇºÜ¤Ã¤Æ¤¤¤ë¤è¤¦ ! ¤Ê¾ì¹ç¤Ë¤Ï¡¢¤³¤ì¤ò̵¸ú¤Ë¤·¤Æ¤¢¤Ã¤Æ¤â ET6000 ¥µ¡¼¥Ð¤¬Ê̤Υ«¡¼¥É¤ÎÊý ! ¤ò»È¤ª¤¦¤È¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! o XF86_SVGA ¥µ¡¼¥Ð¤ò»î¤·¤Þ¤¹¡£¤³¤ì¤¬Æ°ºî¤·¤¿¾ì¹ç¡¢°Ê²¼¤Îµ­½Ò¤ò ! XF86Config ¤ËÄɲä·¤Þ¤¹: ! ! Ramdac "generic" ! ! (¡Ö´Ä¶­¡×¥â¥Ë¥¿ÍѤÎ)ÁȤ߹þ¤ß¤Î¾ÊÅÅÎϵ¡Ç½¤Ï¥Æ¥¹¥È¤·¤Æ¤¤¤Ê¤¤¤Î¤ÇÃí°Õ¤·¤Æ ! ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢¤³¤Îµ¡Ç½¤¬ w32p_rev_c °Ê¹ß¤Î¥Á¥Ã¥×¤¬ºÜ¤Ã¤Æ¤¤¤Ê¤¤¥Ü¡¼¥É ! ¤ÇÆ°ºî¤¹¤ë¤È¤Ï»×¤ï¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¸½ºß¡¢´°Á´¤Ë̵¸ú¤Ë ! ¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÆâÍƤò²õ¤¹(¤¢ ! ¤ë¤¤¤Ï¥µ¡¼¥Ð¤ò¥¯¥é¥Ã¥·¥å¤µ¤¨¤µ¤»¤Æ¤·¤Þ¤¦)¤«¤é¤Ç¤¹¡£SVGA ¥µ¡¼ ! ¥Ð(XF86_SVGA)¤Ï VESA DPMS ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¤·¡¢²èÌ̤ò²õ¤·¤Æ¤·¤Þ¤¦¤³ ! ¤È¤â¤¢¤ê¤Þ¤»¤ó¡£ ! ! 2. ICS5341 GENDAC ¤¬ºÜ¤Ã¤¿¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! ! GENDAC ¤ÏÄ̾ï¤Î¥¯¥í¥Ã¥¯¸¡½Ð¼ê³¤­¤Ç¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤ëɸ½à¥¯¥í¥Ã¥¯¤Î ! ÁȤòÍ¿¤¨¤Þ¤¹¤¬¡¢ ! ! ClockChip "ics5341" ! ! ¤È¤¤¤¦¹Ô¤ò Device ¥»¥¯¥·¥ç¥ó¤ËÀßÄꤷ¡¢ICS5341 ¤¬À¸À®¤Ç¤­¤ë¥×¥í¥°¥é¥Þ¥Ö ! ¥ë¥¯¥í¥Ã¥¯Ãͤò»È¤¨¤ë¤è¤¦¤Ë¤¹¤ë¤³¤È¤Ïɬ¤é¤ºÉ¬ÍפǤ¹¡£ ! ! Ramdac "ics5341" ! ! ¤È¤¤¤¦¹Ô¤ò»ØÄꤷ¤Æ¤â¤è¤¤¤Ç¤¹¤¬¡¢RAMDAC¤ÏÀµ¤·¤¯¼«Æ°¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ICS5341 GENDAC ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¸½ºß¤Î¥µ¡¼¥Ð¤Ï 135MHz ¤Þ¤Ç¤ÎǤ°Õ¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¼õ¤±ÉÕ¤±¤Þ¤¹¤¬¡¢¤Û¤È¤ó¤É¤Î¥Ü¡¼¥É¤Ç¤Ï 86MHz ¤«¤é ! 100MHz ¤¢¤¿¤ê¤Þ¤Ç¤ÎÈϰϤΥ¯¥í¥Ã¥¯ÃͤǤϺ٤¤¼Ê¤¬¸½¤ï¤ì¡¢Æ°ºî¤·¤Þ¤»¤ó¡£ ! ¤³¤ÎÉý¤ÏÄ̾ï¤Ï¿ô MHz ÄøÅ٤Ǥ¢¤ê¡¢¤³¤ì¤è¤êÂ礭¤Ê¥¯¥í¥Ã¥¯ÃͤǤ⾮¤µ¤Ê¥¯ ! ¥í¥Ã¥¯ÃͤǤ⤦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ¤Î½¤Àµ¤Ï¸½ºßºî¶ÈÃæ¤Ç ! ¤¹¡£(DDH) ! ! 3. STG1703 GENDAC ¤òÀѤó¤À¥Ü¡¼¥É¤Ç¤Î XF86_W32 ¤Î»ÈÍÑ ! ! STG1703 ¤ÏÄ̾ï¤Î¥¯¥í¥Ã¥¯¸¡½Ð¼ê³¤­¤Ç¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤ëɸ½à¥¯¥í¥Ã¥¯¤Î ! ÁȤòÍ¿¤¨¤Þ¤¹¤¬¡¢ ! ! ClockChip "stg1703" ! ! ¤È¤¤¤¦¹Ô¤ò Device ¥»¥¯¥·¥ç¥ó¤ËÀßÄꤷ¡¢STG1703 ¤¬À¸À®¤Ç¤­¤ë¥×¥í¥°¥é¥Þ¥Ö ! ¥ë¥¯¥í¥Ã¥¯Ãͤò»È¤¨¤ë¤è¤¦¤Ë¤¹¤ë¤³¤È¤Ïɬ¤é¤ºÉ¬ÍפǤ¹¡£ ! ! Ramdac "stg1703" ! ! ¤È¤¤¤¦¹Ô¤ò»ØÄꤷ¤Æ¤â¤è¤¤¤Ç¤¹¤¬¡¢RAMDAC ¤ÏÀµ¤·¤¯¼«Æ°¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç ! ¤¹¡£ ! ! 4. ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Ç¤Î ET6000 ¤Î»ÈÍÑ ! ! ET6000 ¤È ET4000/W32 ¤Î¥Ç¥Ð¥¤¥¹¤Ë¤Ï»÷¤Æ¤¤¤ëÅÀ¤¬Â¿¤¤¤Î¤Ç¡¢ET6000 ¥É¥é¥¤ ! ¥Ð¤Î¥³¡¼¥É¤Ï´û¸¤Î ET4000/W32 ¤Î¥³¡¼¥É¤ò¸µ¤Ë¤·¤Æ³«È¯¤·¤Þ¤·¤¿¡£Â¾¤Î ! W32(³°Éô)¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ¥Ç¥Ð¥¤¥¹¤Î¾ì¹ç¤ÈƱÍͤˡ¢ET6000 ¤ÎÁȤ߹þ ! ¤ß¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ¤Ë¤Ïɸ½à¥¯¥í¥Ã¥¯ÃͤÎÁȤ¬ 8 ¤ÄÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤Ï XFree86 ¤ÎÄ̾ï¤Î¸¡½Ð¼ê³¤­¤Ç¤â¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì ! ¤ò»È¤ï¤º¤Ë¡¢XF86_W32 ¤Ï¾ï¤ËÁȤ߹þ¤ß¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤È ! RAMDAC ¤ò»ÈÍѤ·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç ! ¥ó¤Ç ! ! ClockChip "et6000" ! ! ¤ä ! ! Ramdac "et6000" ! ! ¤ò»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£°ìÅÙ ET6000 ¤ò°·¤Ã¤Æ¤¤¤ë¤³¤È¤¬¤ï¤«¤ì ! ¤Ð¡¢XF86_W32 ¤Ï¼«ÎϤǽèÍý¤ò¹Ô¤¤¤Þ¤¹¡£¸½»þÅÀ¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥µ ! ¥Ý¡¼¥È¤ÏÁ´¤¯ÉÔ´°Á´¤Ç¤¢¤ê¡¢ ET4000/W32 ¤¬´û¤ËÍÑ°Õ¤·¤¿¤â¤ÎÂФ·¤Æξ¥Ç¥Ð¥¤ ! ¥¹´Ö¤Î¸ß´¹¤Ç¤Ê¤¤Éôʬ¤Ë¹ç¤ï¤»¤¿Êѹ¹¤ò¹Ô¤Ã¤¿¤â¤Î¤ò»È¤Ã¤Æ¤¤¤ë¤À¤±¤Ç¤¹¡£Âç ! Éý¤ËÆ°ºî®ÅÙ¤ò²þÁ±¤¹¤ë¤³¤È¤Ï²Äǽ¤Ê¤Ï¤º¤Ç¤¹¡£Tseng Labs ¤Î»ÅÍͤˤè¤ë ! ¤È¡¢ET6000 ¥Á¥Ã¥×¤ÎºÇÂç¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ¤Ï 135MHz ¤Ç¤¹(¤â¤Ã¤È¹â¤¤¥¯ ! ¥í¥Ã¥¯ÃͤΥÁ¥Ã¥×¤â½Ð¤Æ¤¯¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¤³¤Î¥µ¡¼¥Ð¤Ë¤Ï¡¢2.25MB ¤Î MDRAM ¤òÀѤó¤À ET6000 ¥«¡¼¥É¤Ç»ÈÍѤ·¤¿»þ¤Ëµ¯ ! ¤³¤ë¥Ð¥°¤¬¤¢¤ê¤Þ¤¹¡£¥µ¡¼¥Ð¤Ï 2.25MB ¤Ç¤Ï¤Ê¤¯¡¢2.5MB ¤È¸¡½Ð¤·¡¢¤½¤Î·ë²Ì ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÁàºî¤¬¤Û¤È¤ó¤ÉÆ°ºî¤·¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£2.25MB ¤Î ! MDRAM ¤òÀѤó¤À¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! ! VideoRam 2304 ! ! ¤È¤¤¤¦¹Ô¤ò¡Öɬ¤º¡×Äɲ䷤ʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 5. ET4000/W32, ET6000 ¥«¡¼¥É¤Ç¤Î XF86_SVGA ¤Î»ÈÍÑ ! ! XFree86-3.2A ¤ò»Ï¤á¤Ë¡¢SVGA ¥µ¡¼¥Ð¤Ï XFree86 Acceleration Architecture ! (XAA) ¤ò¿·¤·¤¯»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ»½Ñ¤ò»È¤¦¤È¡¢XF86_SVGA ¥µ¡¼¥Ð¤Î®ÅÙ¤Ï ! Ʊ¤¸¥Ï¡¼¥É¥¦¥§¥¢¤Ç XF86_W32 ¤ò»È¤Ã¤¿¾ì¹ç¤ËÈæ¤Ù¡¢Â®¤¯¤Ï¤Ê¤¤¾ì¹ç¤Ç¤âƱ¤¸ ! ¤¯¤é¤¤¤Î®¤µ¤Ë¤Ï¤Ê¤ê¤Þ¤¹¡£²Ã¤¨¤Æ¡¢°ìÉô¤Î¥«¡¼¥É¤Ç¤Ï¤è¤êÂ礭¤¤¿§¤Î¿¼¤µ¤â ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£µÕ¤Ë¸½»þÅÀ¤Ç¤Ï¡¢XF86_W32 ¤¬ W32 ¥«¡¼¥É¤ËÂФ·¤Æ¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ëÆÃÊÌ¤Ê RAMDAC ¤ä ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤Î°ìÉô¤Ï SVGA ¥µ¡¼¥Ð¤Ç¤Ï¥µ ! ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¤ª»È¤¤¤Î W32 ¥«¡¼¥É¤ò»È¤¦¤È SVGA ¥µ¡¼¥Ð¤Ç³¨¤¬½Ð¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤ÎÁà ! ºî¤ò»î¤·¤Æ¤¯¤À¤µ¤¤: ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "slow_dram" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "pci_burst_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "w32_interleave_off" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "no_accel" ¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! o ¥Þ¥·¥ó¤ò¥³¡¼¥ë¥É¥Ö¡¼¥È¤·¤Þ¤¹¡£W32 ¤Î¾õÂÖ¤òÀµ¾ï¤Ê¾õÂÖ¤ËÌ᤹¤Ë¤Ï¡¢ÅÅ ! ¸»¤òʪÍýŪ¤ËÀÚ¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤µ¤¨¤¢¤ê¤Þ¤¹¡£XF86_SVGA ¤òµ¯Æ°¤¹¤ëÁ° ! ¤Ë¤Ï¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò¤ª¤«¤·¤¯¤¹¤ë¤â¤Î¤Ï²¿¤â¼Â¹Ô¤·¤Æ¤Ï¤¤¤±¤Þ¤» ! ¤ó¡£¤³¤ì¤Ë¤Ï¡¢Ê̤ΠX ¥µ¡¼¥Ð¤â´Þ¤Þ¤ì¤Þ¤¹¡£ ! ! 6. ¼Õ¼­ ! ! Jerry J. Shekhel ¤µ¤ó (jerry@msi.com) ¤ÏÉ®¼Ô(GGL)¤Ë¥á¥â¥ê 1M ¤Î Mirage ! ET4000/W32 VLB ¥Ü¡¼¥É¤ò¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£½é´ü¤Î³«È¯(X_W32)¤Ï¤³¤Î¥Ü¡¼¥É¤ò ! »È¤Ã¤Æ¹Ô¤¤¤Þ¤·¤¿¡£ ! ! X11R6 ¤È XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ï¡¢XF86_W32 ¤Î¥³¡¼¥É¤Î´ðÁÃŪ¤ÊÉôʬ¤òÄó¶¡ ! ¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ ! ! Hercules Computer Technology Inc. ¤Ï¡¢XF86_W32 ¤Î³«È¯ÍѤ˥á¥â¥ê 2M ¤Î ! Hercules Dynamite Pro VLB ¥Ü¡¼¥É¤òÉ®¼Ô(GGL)¤ËÂߤ·½Ð¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤· ! ¤¿¡£¤Þ¤¿¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë Dynamite Power PCI ¤ò´óÉÕ¤·¤Æ¤¯¤À¤µ ! ¤ê¡¢DDH ¤µ¤ó¤¬¤³¤ì¤ò»È¤Ã¤Æ XF86_W32 ¤Î³ÈÄ¥¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! Koen Gadeyne ¤µ¤ó (koen.gadeyne@barco.com) ¤Ï XFree86-3.1.1 ÍѤΥѥåÁ ! ¥­¥Ã¥È¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£¤³¤Î¥Ñ¥Ã¥Á¥­¥Ã¥È¤ÏËÜ¥µ¡¼¥Ð¤Ë°ìÉôÅý¹ç¤µ ! ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢Gadeyne ¤µ¤ó¤Ï¸½ºß¤â¥µ¡¼¥Ð¤Î³«È¯¤ò½õ¤±¤Æ¤¯¤À¤µ¤Ã¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! Tseng Labs Europe ¤µ¤ó¤Ï ET-6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(Jazz Multimedia G- ! Force 128) ¤ò´óÉÕ¤·¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£¤ª¤«¤²¤Ç ET6000 ÍÑ¥³¡¼¥É¤Î³«È¯¤¬ ! ³èȯ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ¿¤¯¤Î¥Æ¥¹¥¿¡¼¤ÎÊý¡¹¤¬ X_W32 ¤È¤½¤Î¸å¤Î XF86_W32 ¤Ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò¤· ! ¤Æ¤¯¤ì¤Þ¤·¤¿¡£É®¼Ô¤ÎÍîÅ٤ˤè¤ê X_W32 ¤Î¥Æ¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹ ! ¤òÇÄ°®¤·¤­¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢XF86_W32 ¤Î¥Æ¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹¤ò ! °Ê²¼¤ËÎóµó¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹: ! ! Linux: ! bf11620@coewl.cen.uiuc.edu (Byron Thomas Faber) ! dlj0@chern.math.lehigh.edu (David Johnson) ! peterc@a3.ph.man.ac.uk (Peter Chang) ! dmm0t@rincewind.mech.virginia.edu (David Meyer) ! nrh@philabs.Philips.COM (Nikolaus R. Haus) ! jdooley@dbp.caltech.edu (James Dooley) ! thumper@hitchcock.eng.uiowa.edu (Timothy Paul Schlie) ! klatta@pkdla5.syntex.com (Ken Latta) ! robinson@cnj.digex.net (Andrew Robinson) ! reggie@phys.washington.edu (Reginald S. Perry) ! sjm@cs.tut.fi (M{kinen Sami J) ! engel@yacc.central.de (C. Engelmann) use cengelm@gwdg.de ! postgate@cafe.net (Richard Postgate) ! are1@cec.wustl.edu (Andy Ellsworth) ! bill@celtech.com (Bill Foster) ! ! FreeBSD: ! ljo@ljo-slip.DIALIN.CWRU.Edu (L Jonas Olsson) ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.W32,v 1.1.2.2 1999/11/26 15:23:14 hohndel Exp $ ! ! $XConsortium: W32.sgml /main/11 1996/10/19 18:03:45 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig:1.1.2.1 Wed Jun 2 17:50:55 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig Sat Nov 27 02:23:14 1999 *************** *** 1,264 **** ! Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project, Inc. ! 14 July 1995 ! The X Japanese Documentation Project ! 29 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. Æä˹Íθ¤¹¤Ù¤­ÅÀ ! 3. WD90C24 ¤Îµ¡Ç½ ! 4. WD90C24 ¤Î¥¯¥í¥Ã¥¯ÃÍ ! 5. WD90C24 ¤Ë´Ø¤¹¤ëÄɲäξðÊó ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! XFree86 ¤Ï¼¡¤Î Western Digital À½ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹: PVGA1, WD90C00, WD90C10, WD90C11, WD90C24, WD90C30, WD90C31, ! WD90C33. WD90C2x ¤Î»Ä¤ê¤Ç LCD À©¸æ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¢¤ë¤â¤Î¤Ï¡¢¤Þ¤À¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£WD90C24 ·Ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢ ! ¤³¤Î¥µ¥Ý¡¼¥È¤Ë¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤äÄ´À°²Äǽ¤Ê¥¯¥í¥Ã¥¯¡¢(CRT ¥â¡¼¥É ! ¤Ç)¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î¥·¥¹¥Æ¥à¾å¤Ç¤â 1MB ¤Î¥Ó¥Ç¥ªRAM ¤òÁ´¤Æ»ÈÍѤǤ­¤ë¤³ ! ¤È¤â´Þ¤Þ¤ì¤Þ¤¹¡£¿·¤·¤¯²Ã¤ï¤Ã¤¿ WD90C24 ¤Î¥µ¥Ý¡¼¥È¤Ç(ºî¼Ô¤é¤¬Í½´ü¤·¤Æ¤¤ ! ¤Ê¤¤)ÌäÂê¤Ë½Ð²ñ¤Ã¤¿¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î `Chipset' ¹Ô¤Ë ! "wd90c30" ¤Þ¤¿¤Ï "wd90c31" ¤òÀßÄꤷ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£WD90C24, WD90C31, ! WD90C33 ¤Ï¡¢ SVGA ¥µ¡¼¥Ð¤Ë¤ª¤¤¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó²Äǽ¤Ê¥Á¥Ã¥×¥»¥Ã¥È¤È ! ¤·¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£WD90C24, WD90C31, WD90C33 ¤Î¤¤¤º¤ì¤«¤¬¸¡½Ð¤µ ! ¤ì¤¿¾ì¹ç¤«¡¢ XF86Config ¤Ç»ØÄê¤ò¹Ô¤Ã¤¿¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¯µ¡ ! ǽ¤Ï¼«Æ°Åª¤ËÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ! 2. Æä˹Íθ¤¹¤Ù¤­ÅÀ ! ! PVGA1 °Ê¹ß¤ÎÁ´¤Æ¤Î Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢¥á¥â¥ê¥ê¥Õ¥ì¥Ã ! ¥·¥å¥¯¥í¥Ã¥¯Ãͤò¥Ó¥Ç¥ª¥¿¥¤¥ß¥ó¥°ÍѤÎÊ̤Υɥåȥ¯¥í¥Ã¥¯ÃͤȤ·¤Æ»È¤¦µ¡Ç½ ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÁ´¤Æ¤Ë¤ª¤¤¤Æ¥µ¡¼ ! ¥Ð¤Ï¡ÖÄ̾ï¡×°Ê³°¤Ë 1 ¤Ä¤Î¥¯¥í¥Ã¥¯Ãͤò¸¡½Ð¤·¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ë¸Å¤¤ `Clocks' ¹Ô¤¬¤¢¤ë¾ì¹ç¡¢¤³¤ÎÉôʬ¤ò¥³¥á¥ó¥È¥¢¥¦¥È ! ¤·¡¢`-probeonly' ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ¥µ¡¼¥Ð¤òºÆ¼Â¹Ô¤·¤Æ¥¯¥í¥Ã¥¯ÃͤòÁ´¤Æ ! ¸«¤Ä¤±¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤È¤¤¤¦¤³¤È¤Ç¤¹¡£ºÇ¸å¤ÎÃͰʳ°¤Ïº£¤Þ¤Ç¤ÈƱ¤¸ÃÍ¤Î¤Ï ! ¤º¤Ç¤¹¤¬¡¢ºÇ¸å¤ÎÃͤϿ·¤·¤¤ÃͤˤʤäƤ¤¤ë¤Ç¤·¤ç¤¦¡£ ! ! WD90C00 ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï 640x480 256¿§¥â¡¼¥É¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤» ! ¤ó¡£¥á¥â¥ê¤¬ 512k ¤¢¤ì¤Ð 800x600 °Ê¾å¤â»È¤¨¤ë¤Ï¤º¤Ê¤Î¤Ç¤¹¤¬¡¢¥Á¥Ã¥× ! ¥»¥Ã¥È¤½¤Î¤â¤Î¤Ëµ¡Ç½¤¬Ìµ¤¤¤Î¤Ç¤¹¡£¤³¤ì¤Ï¥Ç¡¼¥¿¥·¡¼¥È¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹ ! (»ÅÍͤȤ·¤Æ¤Ï1024x768x16, 640x480x256 ¤¬½ñ¤«¤ì¤Æ¤¤¤Þ¤¹)¡£ºî¼Ô¤é¤â¤³¤Î ! Æ°ºî¤ò³Îǧ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! WD90C24, WD90C30, WD90C31 ¤Î¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï 17 ¸Ä¤Î¥¯¥í¥Ã¥¯¤ò¸¡½Ð¤·¤Þ ! ¤¹¡£¤³¤Î 3 ¤Ä¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î¤¦¤Á¤Î¤¤¤º¤ì¤«¤ò¤ª»ý¤Á¤Ç¤¢¤ì¤Ð¡¢¥µ¡¼¥Ð¤Ë ! ¥¯¥í¥Ã¥¯ÃͤòºÆ¸¡½Ð¤µ¤»¤Æ XF86Config ¤ò¹¹¿·¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! XF86Config ¤Ë¤Ï¡¢Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È(WD90C24 ¤ò½ü¤¯)¤À¤±¤Ç ! »ÈÍѤǤ­¤ë `Option' ¥Õ¥é¥°¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï "swap_hibit" ¤Ç ! ¤¹¡£¼Â¸³¤ÇÄ´¤Ù¤¿¤È¤³¤í¡¢WD90C1x, WD90C3x ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¹â¼¡¤Î¥É¥Ã¥È ! ÁªÂò¥Ó¥Ã¥È¤òȿž¤µ¤»¤ëɬÍפ¬¤¢¤ê¡¢PVGA1, WD90C00 ¤Ç¤Ï¤³¤ì¤òȿž¤µ¤»¤Ê ! ¤¤É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¥É¥é¥¤¥Ð¤Ë¥Ï¡¼¥É¥³¡¼¥Ç¥£¥ó¥°¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Ç¤¹ ! ¤¬¡¢¼Â¸³¤Î¥µ¥ó¥×¥ë½¸¹ç¤¬Èæ³ÓŪ¾®¤µ¤¤¤Î¤Ç¡¢¤³¤ÎÆ°ºî¤òµÕ¤Ë¤¹¤ë¤¿¤á¤Î ! "swap_hibit" ¥ª¥×¥·¥ç¥ó¤òÍÑ°Õ¤·¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤¬¸¡½Ð¤·¤¿¥¯¥í¥Ã¥¯ÃͤΠ! ºÇ¸å¤ÎÃͤ¬Èó¾ï¤ËÄ㤤(28MHz °Ê²¼)¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤¬É¬ÍפÀ¤È»×¤ï¤ì¤Þ ! ¤¹¡£ ! 3. WD90C24 ¤Îµ¡Ç½ ! ! ¤³¤ì¤«¤éÀè¤Î 3 ¤Ä¤Î¥»¥¯¥·¥ç¥ó¤ÎÆâÍƤϡ¢WD90C24, WD90C24a, WD90C24a2 ¤ò ! »È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ç¡¢¤«¤Ä XF86Config ¥Õ¥¡¥¤¥ë¤Ç¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»ØÄꤷ¤Æ ! ¤¤¤Ê¤¤¾ì¹ç¤Ë¸Â¤Ã¤ÆŬÍѤµ¤ì¤Þ¤¹¡£SVGA ¥µ¡¼¥Ð¤Î pvga1 ¥É¥é¥¤¥Ð¤Ï wd90c24 ! ·Ï¤Î¥Á¥Ã¥×¤ò WD90C30 ¤È¤ÏÊ̤ΥÁ¥Ã¥×¤È¤·¤Æ¼±Ê̤¹¤ë¤Î¤Ç¡¢¤³¤Î¥Á¥Ã¥×¤ò ! WD90C3X ¤È¤·¤Æ°·¤Ã¤¿¤È¤­¤Ëµ¯¤³¤ëÌäÂê¤Î¤Û¤È¤ó¤É¤Ï²ò·è¤¹¤ë¤è¤¦¤Ç¤¹¡£ ! pvga1 ¥É¥é¥¤¥Ð¤Î¿·¤·¤¤¥³¡¼¥É¤Ï°Ê²¼¤Îµ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹: ! ! ! o ¥·¥ã¥É¥¦¥ì¥¸¥¹¥¿¤òŬÀڤʻþ¤Ë¥í¥Ã¥¯¤·¤Þ¤¹¡£¤³¤ì¤Ï LCD ɽ¼¨¥â¡¼¥É¤ä ! LCD/CRT Ʊ»þɽ¼¨¥â¡¼¥É¤¬ÁªÂò»þ¤Ë¡¢¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¥¹¥¯¥ê¡¼¥ó¤ò»È¤Ã ! ¤Æ¤¤¤ë X ¤¬½ªÎ»¤·¤¿¸å¤Ë²èÌ̤¬¤ª¤«¤·¤¯¤Ê¤ë¤Î¤òËɤ°¤Ï¤º¤Ç¤¹¡£¤³¤Î¥³¡¼ ! ¥É¤Ï¡¢¥·¥ã¥É¥¦¥ì¥¸¥¹¥¿¤ò¤¤¤Ä¥í¥Ã¥¯¤¹¤ë¤«Åù¤Ë´Ø¤·¤Æ¡¢BIOS ¤ÎÆ°ºî¤Ë¤¤ ! ¤¯¤é¤«°Í¸¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î¥·¥¹¥Æ¥à¤Ç³°Éô CRT ¤Î¤ß¤Î¥Ç¥£¥¹¥×¥ì¥¤¤¬»È¤ï¤ì¤Æ¤¤ ! ¤ë¤È¤­¡¢¥µ¡¼¥Ðµ¯Æ°»þ¤Ë 1M VRAM Á´¤Æ¤ò»È¤¨¤Þ¤¹(¶¯À©Åª¤Ë»È¤¤¤Þ¤¹)¡£²ò ! ÁüÅÙ 1024x768x8 ¤¬»È¤¨¤Þ¤¹¡£ ! ! o XF86Config ¥Õ¥¡¥¤¥ë¤Ç 512K °Ê¾å¤Î VRAM ¤¬É¬Íפʲ¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤ ! ¥º¤ò»ØÄꤷ¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤¬¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î LCD ¤Çµ¯Æ°¤·¤¿¤È¤­¤Ë¥É ! ¥é¥¤¥Ð¤Ï²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤ò¶¯À©Åª¤Ë 640x480 ¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è ! ¤ê¡¢1024x ¤Î²òÁüÅ٤ΠCRT ¤È LCD ¤òÀÚÂؤ¨¤ë»þ¤Ë XF86Config ¤òÊÔ½¸¤¹ ! ¤ëɬÍפϤʤ¯¤Ê¤ê¤Þ¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç ! ¤Î²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤Ï¡¢LCD ¥â¡¼¥É¤Ç 800x600, CRT ÀìÍѥ⡼¥É¤Ç ! 1024x768¤Ë¤Ê¤ê¤Þ¤¹(¤·¤¿¤¬¤Ã¤Æ¡¢Áª¤Ö¤³¤È¤¬¤Ç¤­¤Þ¤¹)¡£ ! ! o ¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 1M ¤Î¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¸½ºß¤â X ¤ò½ªÎ» ! ¤·¡¢¥Ç¥£¥¹¥×¥ì¥¤¤òÀÚÂؤ¨¡¢ X ¤òºÆµ¯Æ°¤·¤Æ LCD ¤È CRT ÀìÍѥ⡼¥É¤òÊÑ ! ¹¹¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ÎÍýͳ¤Ï¡¢°ìÅÙ¥µ¡¼¥Ð¤ò ! µ¯Æ°¤¹¤ë¤È²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤ÏÊѹ¹¤Ç¤­¤Ê¤¤¤«¤é¤Ç¤¹¡£¸½ºß¤Î¥µ¡¼ ! ¥Ð¤È¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¥Ç¥£¥¹¥×¥ì¥¤¤ò»È¤¦ WD90C24 ¤ÎÁȹ礻¤Ç¤Ï¡¢¤³¤ÎÌä ! Âê¤ò²óÈò¤¹¤ëÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó LCD ¤ò»ÈÍÑÃæ¤Î¾ì¹ç ! ¤Ï¡¢¡Ö¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¡×¤Ë»È¤¦¤¿¤á¤Ë WD90C24 ¤¬É¬ÍפȤ¹¤ë¥Ó¥Ç¥ª¥á¥â ! ¥ê¤ÏȾʬ¤Ç¤¹¡£ ! ! o ¿·¤·¤¤¥µ¡¼¥Ð¤Ï WD90C24a ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­µ¡Ç½¤ò»È¤Ã¤Æ¤¤¤Þ ! ¤¹¡£WD90C24 ¤âɬÍפʵ¡Ç½¤ò¡ÖÁ´¤Æ¡×¤â¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¡¢¥Ç¡¼¥¿¥·¡¼ ! ¥È¤«¤é¤Ï¤ï¤«¤ê¤Þ¤»¤ó¡£WD90C24 ¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¸ú¤«¤Ê¤¤¤È¸À ! ¤¦¿Í¤â¤¤¤Þ¤¹¤¬¡¢WD90c24a ¤Î¥Ç¡¼¥¿¥·¡¼¥È¤ÎÁê°ãÅÀ¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò ! ¸«¤ë¤È¡¢3 ¤Ä¤Î¥Á¥Ã¥×Á´¤Æ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¯¤è¤¦¤ËÆɤá¤Þ¤¹¡£ ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ½ñ¤«¤ì¤Æ¤¤¤ëÁê°ãÅÀ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤¬¹Ô¤¦ ! Àþ¤ÎÉÁ²è¤ÎÊý¼°¤Ç¤¹¡£¿·¤·¤¤¥Á¥Ã¥×¤À¤±¤¬ MS Windows ¤¬Í׵᤹¤ëÀþ¤ÎÉÁ ! ²è¤ÎÊý¼°¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£¤¿¤Ö¤ó¡¢¤³¤ì¤¬º®Íð¤ò¾·¤¤¤¿¸¶°ø¤«¤â¤·¤ì¤Þ ! ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î Windows Íѥɥ饤¥Ð¤Ï ! WD90c24a ¥Á¥Ã¥×¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹¡£WD90C24 ¤ÇÌäÂ꤬µ¯ ! ¤³¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "noaccel" ! ! ! ! ¤È¤¤¤¦¹Ô¤òÄɲ䷤ƥ¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o ¿·¤·¤¤¥µ¡¼¥Ð¤Ï¡¢Â¾¤Î°ìÉô¤Î¥µ¡¼¥Ð¤ÈƱ¤¸¤è¤¦¤Ë¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã ! ¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¤¬¡¢17 ¸Ä¤Î¥¯¥í¥Ã¥¯¤Î¤¦¤Á 8 ¸Ä¤Ï Clocks ¹Ô ! ¤ò»È¤Ã¤Æ(¤Û¤È¤ó¤É)Ǥ°Õ¤ÎÃͤËÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¿·¤·¤¤¥µ¡¼¥Ð¤Ë ! ¤Ï VRAM ¤Î¥¯¥í¥Ã¥¯ÃͤòÄ´À°¤¹¤ë¤¿¤á¤Î¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£ ! ! ! 4. WD90C24 ¤Î¥¯¥í¥Ã¥¯ÃÍ ! ! Ä´À°²Äǽ¤Ê¥¯¥í¥Ã¥¯ÃͤˤĤ¤¤Æ¤â¤¦¾¯¤·¾Ü¤·¤¯ÀâÌÀ¤·¤Þ¤¹: ! ! ! VRAM ¤Î¥¯¥í¥Ã¥¯ÃÍ(Mclk ÃÍ)¤Ï¡¢XF86Config ¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î ! ¥ª¥×¥·¥ç¥ó¹Ô¤Î¡Ö¤¤¤º¤ì¤«¡×¤òÄɲ乤뤳¤È¤ÇÄ´À°¤Ç¤­¤Þ¤¹: ! ! ! Option "slow_dram" # Set Mclk to 47.429 MHz ! Option "med_dram" # Set Mclk to 49.219 MHz ! Option "fast_dram" # Set Mclk to 55.035 MHz ! ! ! ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï BIOS ¤¬ÀßÄꤷ¤¿ Mclk ÃͤΤޤޤˤʤê¤Þ¤¹¡£Â¿¤¯¤Î¥·¥¹¥Æ¥à ! ¤Ç¤Ï¡¢¤³¤ÎÃÍ¤Ï 44.297 ¤Ç¤¹¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Î¤É¤ì¤«¤Ï°ìÉô¤Î¥·¥¹¥Æ¥à ! ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥Ç¥£¥¹¥×¥ì¥¤¤Ë¡Ö¥Ó¥Ã¥È¥¨¥é¡¼¡×¤¬¸½¤ï ! ¤ì¤¿¤Ê¤é¡¢Mlck ¤Î¥¹¥Ô¡¼¥É¤ò²¼¤²¤ë¤«¡¢¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤò¤ä¤á¤Æ ! ¤¯¤À¤µ¤¤¡£Mlck Ãͤϥµ¡¼¥Ð¤Î½ªÎ»»þ¤Ë¤â¥ê¥»¥Ã¥È¤µ¤ì¤Þ¤»¤ó¡£ ! ! ¥Ç¡¼¥¿¥·¡¼¥È¤Ë¤è¤ë¤È¡¢ºÇÂç¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ¤Ï Mclk ¤Î 1.6 ÇܤʤΤǡ¢ ! ¹â®¤Ê¥â¥Ë¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¹â¤¤ Mclk ¥ì¡¼¥È¤ò»î¤·¤¿¤¯¤Ê¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£¤Þ¤¿¡¢¥Ç¡¼¥¿¥·¡¼¥È¤Ë¤è¤ë¤È 44.297MHz ¤Î Mclk ÃÍ¤È 65MHz ¤Î¥Ô¥¯¥»¥ë ! ¥¯¥í¥Ã¥¯Ãͤ¬ WD90C24A2 ¤ÎÀ߷פˤè¤ëºÇ¹â¤ÎÆ°ºî®Å٤Ȥ¤¤¦¤³¤È¤Ç¤¹¡£¤¿¤À ! ¤·¡¢¤â¤Ã¤È®¤¤¥¯¥í¥Ã¥¯ÃͤǤÎÀ®¸ùÎã¤â¤¤¤¯¤Ä¤«Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Á¥Ã¥×¤Ë ! ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ëÁ´¤Æ¤Î¥¯¥í¥Ã¥¯Ãͤ¬¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤³¤È¤Ï´üÂԤǤ­¤Þ¤»¤ó¡£ ! ! 4¤Ä¤Î¥¯¥í¥Ã¥¯ÃͤΤ¦¤Á¡¢2 ÈÖÌÜ¤È 4 ÈÖÌܤΤâ¤Î¤¬Ä´À°²Äǽ¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢(1 ! ¤«¤é¿ô¤¨¤Æ)¥¯¥í¥Ã¥¯ 5, 6, 7, 8 ¤È 13, 14, 15, 16 ¤Ç¤¹¡£¤³¤ì¤é¤Î¥¯¥í¥Ã ! ¥¯Ãͤϡ¢¤³¤ì¤é¤Î¥¯¥í¥Ã¥¯ÃÍ¤Ï Clocks ¹Ô¤ÇÀßÄꤷ¤Þ¤¹¡£17ÈÖÌÜ(ºÇ¸å)¤Î¥¯ ! ¥í¥Ã¥¯ÃͤÏɬ¤º Mclk Ãͤ˰ìÃפµ¤»¤Æ¤¯¤À¤µ¤¤¡£°Ê²¼¤Ë¡¢¥Á¥Ã¥×¤¬Ä¾ÀÜÍÑ°Õ¤· ! ¤Æ¤¤¤Ê¤¤¥¯¥í¥Ã¥¯Ãͤò¤¤¤¯¤Ä¤«ÄêµÁ¤¹¤ë Clocks ¹Ô¤ÎÎã¤ò¼¨¤·¤Þ¤¹¡£¥×¥í¥°¥é ! ¥Þ¥Ö¥ë¤Ç¡Ö¤Ê¤¤¡×¥¯¥í¥Ã¥¯Ãͤϰʲ¼¤Ë¼¨¤¹¤è¤¦¤Ë¡ÖÀßÄꤷ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤» ! ¤ó¡×¡£ ! ! Clocks 25.175 28.322 65 36 # These are *not* programmable ! ! Clocks 29.979 77.408 62.195 59.957 # these are programmable ! Clocks 31.5 35.501 75.166 50.114 # these are *not* programmable ! Clocks 39.822 72.038 44.744 80.092 # these are programmable ! Clocks 44.297 # Change this if you change ! # Mclk above. ! ! ! ! ¥¯¥í¥Ã¥¯ÃÍ¤Ï .447443 MHz ¤º¤ÄÁý¤ä¤·¤Æ¥×¥í¥°¥é¥à¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³ ! ¤Îµ¬Â§¤Ë¹ç¤ï¤Ê¤¤¥¯¥í¥Ã¥¯Ãͤò»ØÄꤷ¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï·Ù¹ð¤ò½Ð¤·¤Æ¤«¤éÁýʬ ! ¤¬µ¬Â§¤ËºÇ¤â¶á¤¯¤Ê¤ë¤è¤¦¤ËÄ´À°¤·¤Þ¤¹¡£Clocks ÃÍ 1-4 ¤È 9-12 (¸ÇÄê¤Î¥¯ ! ¥í¥Ã¥¯ÃÍ)¤Ï¤³¤ÎÇÜ¿ô¤È¤¤¤¦À©Ìó¤Ï¼õ¤±¤Þ¤»¤ó¤¬¡¢¤½¤ÎÂå¤ï¤ê¤Ë .447443 MHz ! ¤ÎÇÜ¿ô¤Ç¤Ê¤¤É¸½à¤Î¥¯¥í¥Ã¥¯ÃͤòÍ¿¤¨¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯¤ò¸¡½Ð¤¹¤ë¾ì¹ç(Î㤨¤Ð¡¢Mclk Ãͤò¸«¤Ä¤±¤ë¾ì¹ç)¤Ë¤Ï¡¢¸¡½Ð¤Ï CRT ! ÀìÍѥ⡼¥É¤Ç¹Ô¤¤¡¢¤½¤ì¤«¤é Clocks ¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤ËÄɲä·¤Þ ! ¤¹¡£ÂçÉôʬ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢LCD ¥â¡¼¥É¤Ç¤Ï Clocks Ãͤ¬Àµ¤·¤¯¸¡½Ð¤µ¤ì¤Þ¤» ! ¤ó¡£ ! ! °ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢Àµ¤·¤¤¥¯¥í¥Ã¥¯Ãͤä¥â¡¼¥É¤ò»È¤ï¤Ê¤¤¸Â¤ê CRT ¤«¤é ! LCD ¤Ø¤ÎÀÚ¤êÂؤ¨¤ò BIOS ¤¬µö¤µ¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£640x480 ¤Î LCD ¥Ç¥£ ! ¥¹¥×¥ì¥¤¤Ç¤Ï°Ê²¼¤Î¥â¡¼¥É¹Ô¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525 #CRT/LCD ! ! ! ! °Ê²¼¤Î¥â¡¼¥É¹Ô¤Ï¤¤¤¯¤Ä¤«¤Î¥·¥¹¥Æ¥à¾å¤Ç ¾åµ­¤Î Clocks ¹Ô¤ò»È¤Ã¤Æ¥Æ¥¹¥È ! ¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¡¢¤³¤³¤ÇÎã¤È¤·¤Æ¼¨¤·¤Þ¤¹¡£¥Æ¥¹¥¿¤Ë¤è¤Ã¤Æ¤Ï¡¢¸ÇÄê¤Î¥É¥Ã¥È ! ¥¯¥í¥Ã¥¯ÃÍ 65MHz, 75.166MHz ¤Ç¤Á¤ç¤Ã¤È¤·¤¿ÌäÂê(Àã¤Î¤è¤¦¤Ê¥Î¥¤¥º¤¬¾è ! ¤ë)¤Ë½Ð²ñ¤Ã¤Æ¤¤¤Þ¤¹¡£°Ê²¼¤Î¥â¡¼¥É¹Ô¤ò»È¤¦¤È¤³¤ÎÌäÂê¤òÈò¤±¤é¤ì¤ë¤ÈÊó¹ð ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤ÎÃͤò»È¤¦¤È¥â¥Ë¥¿¤Ï²õ¤ì¤Ê¤¤¤â¤Î¤ÈÁÛÄꤷ¤Æ¤Ï¤¤¤±¤Þ ! ¤»¤ó¡£ ! ! # VESA 800x600@72Hz Non-Interlaced mode ! ModeLine "800x600.50" 50 800 856 976 1040 600 637 643 666 +hsync +vsync ! ! ! # 1024x768 Interlaced mode ! ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 +hsync +vsync Interlace ! ! # 1024x768@60Hz Non-interlaced Mode ! # One of the dram options may be necessary ! ModeLine "1024x768.65" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync ! ! ! # 1024x768@60Hz Non-Interlaced mode (non-standard dot-clock) ! # Seems to work without dram options ! ModeLine "1024x768.62" 62 1024 1064 1240 1280 768 774 776 808 ! ! # 1024x768@70Hz Non-Interlaced mode (non-standard dot-clock) ! # May need fast_dram option ! ModeLine "1024x768.72" 72 1024 1056 1192 1280 768 770 776 806 -hsync -vsync ! ! ! ! ! 5. WD90C24 ¤Ë´Ø¤¹¤ëÄɲäξðÊó ! ! Ä̾ï¤ÎÌÈÀÕ»ö¹à¤¬Å¬ÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ÏÆɼԤ㧤µ¤ó¼«¿È¤ÎÀÕǤ¤Ç¤ª ! »È¤¤¤¯¤À¤µ¤¤¡£¤Ç¤¹¤¬¡¢XFree86 ¤Ç WD90C24 ·Ï¤Î¥Á¥Ã¥×¤ò»È¤¦¾å¤ÇÄɲäξð ! Êó¤¬É¬ÍפǤ¢¤ì¤Ð¡¢Darin Ernst ¤µ¤ó¤Î¥Û¡¼¥à¥Ú¡¼¥¸ ! ¤ò¸æÍ÷¤¯¤À¤µ¤¤¡£Darin ¤µ¤ó¤Ï¡ÖX ¤È ! WD90C24¡×¤Ë´Ø¤¹¤ë mini-HOWTO ʸ½ñ¤ò´ÉÍý¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÊý¤Ï WD90C24 ¤Î ! ¥³¡¼¥É¤ÎºÇ½é¤Î¥Æ¥¹¥¿¤Ç¤¢¤ê¡¢Îɤ¤¥¢¥¤¥Ç¥£¥¢¤òÄ󶡤·¤¿¤êÎå¤Þ¤·¤¿¤ê¤·¤Æ¤¯ ! ¤À¤µ¤¤¤Þ¤·¤¿¡£Darin ¤µ¤ó¤ÎÏ¢ÍíÀè¤Ï darin@castle.net ¤Þ¤¿¤Ï ! dernst@pppl.gov ¤Ç¤¹¡£É®¼Ô¤Ï WD90C24 ÀìÍѤΥ³¡¼¥É¤·¤«Ä󶡤·¤Æ¤¤¤Þ¤» ! ¤ó¡£É®¼Ô(Brad Bosch)¤ÎÏ¢ÍíÀè¤Ï brad@Lachman.com ¤Ç¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig,v 1.1.2.1 1999/06/02 07:50:55 hohndel Exp $ ! ! ! ! ! ! $XConsortium: WstDig.sgml /main/5 1996/02/21 17:46:29 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,218 ---- ! Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project, Inc. ! 14 July 1995 ! The X Japanese Documentation Project ! 29 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. Æä˹Íθ¤¹¤Ù¤­ÅÀ ! 3. WD90C24 ¤Îµ¡Ç½ ! 4. WD90C24 ¤Î¥¯¥í¥Ã¥¯ÃÍ ! 5. WD90C24 ¤Ë´Ø¤¹¤ëÄɲäξðÊó ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! XFree86 ¤Ï¼¡¤Î Western Digital À½ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹: PVGA1, WD90C00, WD90C10, WD90C11, WD90C24, WD90C30, WD90C31, ! WD90C33. WD90C2x ¤Î»Ä¤ê¤Ç LCD À©¸æ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¢¤ë¤â¤Î¤Ï¡¢¤Þ¤À¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£WD90C24 ·Ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢ ! ¤³¤Î¥µ¥Ý¡¼¥È¤Ë¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤äÄ´À°²Äǽ¤Ê¥¯¥í¥Ã¥¯¡¢(CRT ¥â¡¼¥É ! ¤Ç)¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î¥·¥¹¥Æ¥à¾å¤Ç¤â 1MB ¤Î¥Ó¥Ç¥ªRAM ¤òÁ´¤Æ»ÈÍѤǤ­¤ë¤³ ! ¤È¤â´Þ¤Þ¤ì¤Þ¤¹¡£¿·¤·¤¯²Ã¤ï¤Ã¤¿ WD90C24 ¤Î¥µ¥Ý¡¼¥È¤Ç(ºî¼Ô¤é¤¬Í½´ü¤·¤Æ¤¤ ! ¤Ê¤¤)ÌäÂê¤Ë½Ð²ñ¤Ã¤¿¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î `Chipset' ¹Ô¤Ë ! "wd90c30" ¤Þ¤¿¤Ï "wd90c31" ¤òÀßÄꤷ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£WD90C24, WD90C31, ! WD90C33 ¤Ï¡¢ SVGA ¥µ¡¼¥Ð¤Ë¤ª¤¤¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó²Äǽ¤Ê¥Á¥Ã¥×¥»¥Ã¥È¤È ! ¤·¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£WD90C24, WD90C31, WD90C33 ¤Î¤¤¤º¤ì¤«¤¬¸¡½Ð¤µ ! ¤ì¤¿¾ì¹ç¤«¡¢ XF86Config ¤Ç»ØÄê¤ò¹Ô¤Ã¤¿¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¯µ¡ ! ǽ¤Ï¼«Æ°Åª¤ËÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 2. Æä˹Íθ¤¹¤Ù¤­ÅÀ ! ! PVGA1 °Ê¹ß¤ÎÁ´¤Æ¤Î Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢¥á¥â¥ê¥ê¥Õ¥ì¥Ã ! ¥·¥å¥¯¥í¥Ã¥¯Ãͤò¥Ó¥Ç¥ª¥¿¥¤¥ß¥ó¥°ÍѤÎÊ̤Υɥåȥ¯¥í¥Ã¥¯ÃͤȤ·¤Æ»È¤¦µ¡Ç½ ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÁ´¤Æ¤Ë¤ª¤¤¤Æ¥µ¡¼ ! ¥Ð¤Ï¡ÖÄ̾ï¡×°Ê³°¤Ë 1 ¤Ä¤Î¥¯¥í¥Ã¥¯Ãͤò¸¡½Ð¤·¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ë¸Å¤¤ `Clocks' ¹Ô¤¬¤¢¤ë¾ì¹ç¡¢¤³¤ÎÉôʬ¤ò¥³¥á¥ó¥È¥¢¥¦¥È ! ¤·¡¢`-probeonly' ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ¥µ¡¼¥Ð¤òºÆ¼Â¹Ô¤·¤Æ¥¯¥í¥Ã¥¯ÃͤòÁ´¤Æ ! ¸«¤Ä¤±¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤È¤¤¤¦¤³¤È¤Ç¤¹¡£ºÇ¸å¤ÎÃͰʳ°¤Ïº£¤Þ¤Ç¤ÈƱ¤¸ÃÍ¤Î¤Ï ! ¤º¤Ç¤¹¤¬¡¢ºÇ¸å¤ÎÃͤϿ·¤·¤¤ÃͤˤʤäƤ¤¤ë¤Ç¤·¤ç¤¦¡£ ! ! WD90C00 ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï 640x480 256¿§¥â¡¼¥É¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤» ! ¤ó¡£¥á¥â¥ê¤¬ 512k ¤¢¤ì¤Ð 800x600 °Ê¾å¤â»È¤¨¤ë¤Ï¤º¤Ê¤Î¤Ç¤¹¤¬¡¢¥Á¥Ã¥× ! ¥»¥Ã¥È¤½¤Î¤â¤Î¤Ëµ¡Ç½¤¬Ìµ¤¤¤Î¤Ç¤¹¡£¤³¤ì¤Ï¥Ç¡¼¥¿¥·¡¼¥È¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹ ! (»ÅÍͤȤ·¤Æ¤Ï1024x768x16, 640x480x256 ¤¬½ñ¤«¤ì¤Æ¤¤¤Þ¤¹)¡£ºî¼Ô¤é¤â¤³¤Î ! Æ°ºî¤ò³Îǧ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! WD90C24, WD90C30, WD90C31 ¤Î¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï 17 ¸Ä¤Î¥¯¥í¥Ã¥¯¤ò¸¡½Ð¤·¤Þ ! ¤¹¡£¤³¤Î 3 ¤Ä¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î¤¦¤Á¤Î¤¤¤º¤ì¤«¤ò¤ª»ý¤Á¤Ç¤¢¤ì¤Ð¡¢¥µ¡¼¥Ð¤Ë ! ¥¯¥í¥Ã¥¯ÃͤòºÆ¸¡½Ð¤µ¤»¤Æ XF86Config ¤ò¹¹¿·¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! XF86Config ¤Ë¤Ï¡¢Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È(WD90C24 ¤ò½ü¤¯)¤À¤±¤Ç ! »ÈÍѤǤ­¤ë `Option' ¥Õ¥é¥°¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï "swap_hibit" ¤Ç ! ¤¹¡£¼Â¸³¤ÇÄ´¤Ù¤¿¤È¤³¤í¡¢WD90C1x, WD90C3x ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¹â¼¡¤Î¥É¥Ã¥È ! ÁªÂò¥Ó¥Ã¥È¤òȿž¤µ¤»¤ëɬÍפ¬¤¢¤ê¡¢PVGA1, WD90C00 ¤Ç¤Ï¤³¤ì¤òȿž¤µ¤»¤Ê ! ¤¤É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¥É¥é¥¤¥Ð¤Ë¥Ï¡¼¥É¥³¡¼¥Ç¥£¥ó¥°¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Ç¤¹ ! ¤¬¡¢¼Â¸³¤Î¥µ¥ó¥×¥ë½¸¹ç¤¬Èæ³ÓŪ¾®¤µ¤¤¤Î¤Ç¡¢¤³¤ÎÆ°ºî¤òµÕ¤Ë¤¹¤ë¤¿¤á¤Î ! "swap_hibit" ¥ª¥×¥·¥ç¥ó¤òÍÑ°Õ¤·¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤¬¸¡½Ð¤·¤¿¥¯¥í¥Ã¥¯ÃͤΠ! ºÇ¸å¤ÎÃͤ¬Èó¾ï¤ËÄ㤤(28MHz °Ê²¼)¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤¬É¬ÍפÀ¤È»×¤ï¤ì¤Þ ! ¤¹¡£ ! 3. WD90C24 ¤Îµ¡Ç½ ! ! ¤³¤ì¤«¤éÀè¤Î 3 ¤Ä¤Î¥»¥¯¥·¥ç¥ó¤ÎÆâÍƤϡ¢WD90C24, WD90C24a, WD90C24a2 ¤ò ! »È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ç¡¢¤«¤Ä XF86Config ¥Õ¥¡¥¤¥ë¤Ç¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»ØÄꤷ¤Æ ! ¤¤¤Ê¤¤¾ì¹ç¤Ë¸Â¤Ã¤ÆŬÍѤµ¤ì¤Þ¤¹¡£SVGA ¥µ¡¼¥Ð¤Î pvga1 ¥É¥é¥¤¥Ð¤Ï wd90c24 ! ·Ï¤Î¥Á¥Ã¥×¤ò WD90C30 ¤È¤ÏÊ̤ΥÁ¥Ã¥×¤È¤·¤Æ¼±Ê̤¹¤ë¤Î¤Ç¡¢¤³¤Î¥Á¥Ã¥×¤ò ! WD90C3X ¤È¤·¤Æ°·¤Ã¤¿¤È¤­¤Ëµ¯¤³¤ëÌäÂê¤Î¤Û¤È¤ó¤É¤Ï²ò·è¤¹¤ë¤è¤¦¤Ç¤¹¡£ ! pvga1 ¥É¥é¥¤¥Ð¤Î¿·¤·¤¤¥³¡¼¥É¤Ï°Ê²¼¤Îµ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹: ! ! o ¥·¥ã¥É¥¦¥ì¥¸¥¹¥¿¤òŬÀڤʻþ¤Ë¥í¥Ã¥¯¤·¤Þ¤¹¡£¤³¤ì¤Ï LCD ɽ¼¨¥â¡¼¥É¤ä ! LCD/CRT Ʊ»þɽ¼¨¥â¡¼¥É¤¬ÁªÂò»þ¤Ë¡¢¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¥¹¥¯¥ê¡¼¥ó¤ò»È¤Ã ! ¤Æ¤¤¤ë X ¤¬½ªÎ»¤·¤¿¸å¤Ë²èÌ̤¬¤ª¤«¤·¤¯¤Ê¤ë¤Î¤òËɤ°¤Ï¤º¤Ç¤¹¡£¤³¤Î¥³¡¼ ! ¥É¤Ï¡¢¥·¥ã¥É¥¦¥ì¥¸¥¹¥¿¤ò¤¤¤Ä¥í¥Ã¥¯¤¹¤ë¤«Åù¤Ë´Ø¤·¤Æ¡¢BIOS ¤ÎÆ°ºî¤Ë¤¤ ! ¤¯¤é¤«°Í¸¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î¥·¥¹¥Æ¥à¤Ç³°Éô CRT ¤Î¤ß¤Î¥Ç¥£¥¹¥×¥ì¥¤¤¬»È¤ï¤ì¤Æ¤¤ ! ¤ë¤È¤­¡¢¥µ¡¼¥Ðµ¯Æ°»þ¤Ë 1M VRAM Á´¤Æ¤ò»È¤¨¤Þ¤¹(¶¯À©Åª¤Ë»È¤¤¤Þ¤¹)¡£²ò ! ÁüÅÙ 1024x768x8 ¤¬»È¤¨¤Þ¤¹¡£ ! ! o XF86Config ¥Õ¥¡¥¤¥ë¤Ç 512K °Ê¾å¤Î VRAM ¤¬É¬Íפʲ¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤ ! ¥º¤ò»ØÄꤷ¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤¬¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î LCD ¤Çµ¯Æ°¤·¤¿¤È¤­¤Ë¥É ! ¥é¥¤¥Ð¤Ï²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤ò¶¯À©Åª¤Ë 640x480 ¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è ! ¤ê¡¢1024x ¤Î²òÁüÅ٤ΠCRT ¤È LCD ¤òÀÚÂؤ¨¤ë»þ¤Ë XF86Config ¤òÊÔ½¸¤¹ ! ¤ëɬÍפϤʤ¯¤Ê¤ê¤Þ¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç ! ¤Î²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤Ï¡¢LCD ¥â¡¼¥É¤Ç 800x600, CRT ÀìÍѥ⡼¥É¤Ç ! 1024x768¤Ë¤Ê¤ê¤Þ¤¹(¤·¤¿¤¬¤Ã¤Æ¡¢Áª¤Ö¤³¤È¤¬¤Ç¤­¤Þ¤¹)¡£ ! ! o ¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 1M ¤Î¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¸½ºß¤â X ¤ò½ªÎ» ! ¤·¡¢¥Ç¥£¥¹¥×¥ì¥¤¤òÀÚÂؤ¨¡¢ X ¤òºÆµ¯Æ°¤·¤Æ LCD ¤È CRT ÀìÍѥ⡼¥É¤òÊÑ ! ¹¹¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ÎÍýͳ¤Ï¡¢°ìÅÙ¥µ¡¼¥Ð¤ò ! µ¯Æ°¤¹¤ë¤È²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤ÏÊѹ¹¤Ç¤­¤Ê¤¤¤«¤é¤Ç¤¹¡£¸½ºß¤Î¥µ¡¼ ! ¥Ð¤È¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó¥Ç¥£¥¹¥×¥ì¥¤¤ò»È¤¦ WD90C24 ¤ÎÁȹ礻¤Ç¤Ï¡¢¤³¤ÎÌä ! Âê¤ò²óÈò¤¹¤ëÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£¥Ç¥å¥¢¥ë¥¹¥­¥ã¥ó LCD ¤ò»ÈÍÑÃæ¤Î¾ì¹ç ! ¤Ï¡¢¡Ö¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¡×¤Ë»È¤¦¤¿¤á¤Ë WD90C24 ¤¬É¬ÍפȤ¹¤ë¥Ó¥Ç¥ª¥á¥â ! ¥ê¤ÏȾʬ¤Ç¤¹¡£ ! ! o ¿·¤·¤¤¥µ¡¼¥Ð¤Ï WD90C24a ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­µ¡Ç½¤ò»È¤Ã¤Æ¤¤¤Þ ! ¤¹¡£WD90C24 ¤âɬÍפʵ¡Ç½¤ò¡ÖÁ´¤Æ¡×¤â¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¡¢¥Ç¡¼¥¿¥·¡¼ ! ¥È¤«¤é¤Ï¤ï¤«¤ê¤Þ¤»¤ó¡£WD90C24 ¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¸ú¤«¤Ê¤¤¤È¸À ! ¤¦¿Í¤â¤¤¤Þ¤¹¤¬¡¢WD90c24a ¤Î¥Ç¡¼¥¿¥·¡¼¥È¤ÎÁê°ãÅÀ¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò ! ¸«¤ë¤È¡¢3 ¤Ä¤Î¥Á¥Ã¥×Á´¤Æ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¯¤è¤¦¤ËÆɤá¤Þ¤¹¡£ ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ½ñ¤«¤ì¤Æ¤¤¤ëÁê°ãÅÀ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤¬¹Ô¤¦ ! Àþ¤ÎÉÁ²è¤ÎÊý¼°¤Ç¤¹¡£¿·¤·¤¤¥Á¥Ã¥×¤À¤±¤¬ MS Windows ¤¬Í׵᤹¤ëÀþ¤ÎÉÁ ! ²è¤ÎÊý¼°¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£¤¿¤Ö¤ó¡¢¤³¤ì¤¬º®Íð¤ò¾·¤¤¤¿¸¶°ø¤«¤â¤·¤ì¤Þ ! ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î Windows Íѥɥ饤¥Ð¤Ï ! WD90c24a ¥Á¥Ã¥×¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹¡£WD90C24 ¤ÇÌäÂ꤬µ¯ ! ¤³¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë ! ! Option "noaccel" ! ! ¤È¤¤¤¦¹Ô¤òÄɲ䷤ƥ¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! o ¿·¤·¤¤¥µ¡¼¥Ð¤Ï¡¢Â¾¤Î°ìÉô¤Î¥µ¡¼¥Ð¤ÈƱ¤¸¤è¤¦¤Ë¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã ! ¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¤¬¡¢17 ¸Ä¤Î¥¯¥í¥Ã¥¯¤Î¤¦¤Á 8 ¸Ä¤Ï Clocks ¹Ô ! ¤ò»È¤Ã¤Æ(¤Û¤È¤ó¤É)Ǥ°Õ¤ÎÃͤËÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¿·¤·¤¤¥µ¡¼¥Ð¤Ë ! ¤Ï VRAM ¤Î¥¯¥í¥Ã¥¯ÃͤòÄ´À°¤¹¤ë¤¿¤á¤Î¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£ ! ! 4. WD90C24 ¤Î¥¯¥í¥Ã¥¯ÃÍ ! ! Ä´À°²Äǽ¤Ê¥¯¥í¥Ã¥¯ÃͤˤĤ¤¤Æ¤â¤¦¾¯¤·¾Ü¤·¤¯ÀâÌÀ¤·¤Þ¤¹: ! ! VRAM ¤Î¥¯¥í¥Ã¥¯ÃÍ(Mclk ÃÍ)¤Ï¡¢XF86Config ¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î ! ¥ª¥×¥·¥ç¥ó¹Ô¤Î¡Ö¤¤¤º¤ì¤«¡×¤òÄɲ乤뤳¤È¤ÇÄ´À°¤Ç¤­¤Þ¤¹: ! ! Option "slow_dram" # Set Mclk to 47.429 MHz ! Option "med_dram" # Set Mclk to 49.219 MHz ! Option "fast_dram" # Set Mclk to 55.035 MHz ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï BIOS ¤¬ÀßÄꤷ¤¿ Mclk ÃͤΤޤޤˤʤê¤Þ¤¹¡£Â¿¤¯¤Î¥·¥¹¥Æ¥à ! ¤Ç¤Ï¡¢¤³¤ÎÃÍ¤Ï 44.297 ¤Ç¤¹¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Î¤É¤ì¤«¤Ï°ìÉô¤Î¥·¥¹¥Æ¥à ! ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥Ç¥£¥¹¥×¥ì¥¤¤Ë¡Ö¥Ó¥Ã¥È¥¨¥é¡¼¡×¤¬¸½¤ï ! ¤ì¤¿¤Ê¤é¡¢Mlck ¤Î¥¹¥Ô¡¼¥É¤ò²¼¤²¤ë¤«¡¢¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤò¤ä¤á¤Æ ! ¤¯¤À¤µ¤¤¡£Mlck Ãͤϥµ¡¼¥Ð¤Î½ªÎ»»þ¤Ë¤â¥ê¥»¥Ã¥È¤µ¤ì¤Þ¤»¤ó¡£ ! ! ¥Ç¡¼¥¿¥·¡¼¥È¤Ë¤è¤ë¤È¡¢ºÇÂç¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ¤Ï Mclk ¤Î 1.6 ÇܤʤΤǡ¢ ! ¹â®¤Ê¥â¥Ë¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¹â¤¤ Mclk ¥ì¡¼¥È¤ò»î¤·¤¿¤¯¤Ê¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£¤Þ¤¿¡¢¥Ç¡¼¥¿¥·¡¼¥È¤Ë¤è¤ë¤È 44.297MHz ¤Î Mclk ÃÍ¤È 65MHz ¤Î¥Ô¥¯¥»¥ë ! ¥¯¥í¥Ã¥¯Ãͤ¬ WD90C24A2 ¤ÎÀ߷פˤè¤ëºÇ¹â¤ÎÆ°ºî®Å٤Ȥ¤¤¦¤³¤È¤Ç¤¹¡£¤¿¤À ! ¤·¡¢¤â¤Ã¤È®¤¤¥¯¥í¥Ã¥¯ÃͤǤÎÀ®¸ùÎã¤â¤¤¤¯¤Ä¤«Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Á¥Ã¥×¤Ë ! ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ëÁ´¤Æ¤Î¥¯¥í¥Ã¥¯Ãͤ¬¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤³¤È¤Ï´üÂԤǤ­¤Þ¤»¤ó¡£ ! ! 4¤Ä¤Î¥¯¥í¥Ã¥¯ÃͤΤ¦¤Á¡¢2 ÈÖÌÜ¤È 4 ÈÖÌܤΤâ¤Î¤¬Ä´À°²Äǽ¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢(1 ! ¤«¤é¿ô¤¨¤Æ)¥¯¥í¥Ã¥¯ 5, 6, 7, 8 ¤È 13, 14, 15, 16 ¤Ç¤¹¡£¤³¤ì¤é¤Î¥¯¥í¥Ã ! ¥¯Ãͤϡ¢¤³¤ì¤é¤Î¥¯¥í¥Ã¥¯ÃÍ¤Ï Clocks ¹Ô¤ÇÀßÄꤷ¤Þ¤¹¡£17ÈÖÌÜ(ºÇ¸å)¤Î¥¯ ! ¥í¥Ã¥¯ÃͤÏɬ¤º Mclk Ãͤ˰ìÃפµ¤»¤Æ¤¯¤À¤µ¤¤¡£°Ê²¼¤Ë¡¢¥Á¥Ã¥×¤¬Ä¾ÀÜÍÑ°Õ¤· ! ¤Æ¤¤¤Ê¤¤¥¯¥í¥Ã¥¯Ãͤò¤¤¤¯¤Ä¤«ÄêµÁ¤¹¤ë Clocks ¹Ô¤ÎÎã¤ò¼¨¤·¤Þ¤¹¡£¥×¥í¥°¥é ! ¥Þ¥Ö¥ë¤Ç¡Ö¤Ê¤¤¡×¥¯¥í¥Ã¥¯Ãͤϰʲ¼¤Ë¼¨¤¹¤è¤¦¤Ë¡ÖÀßÄꤷ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤» ! ¤ó¡×¡£ ! ! Clocks 25.175 28.322 65 36 # These are *not* programmable ! ! Clocks 29.979 77.408 62.195 59.957 # these are programmable ! Clocks 31.5 35.501 75.166 50.114 # these are *not* programmable ! Clocks 39.822 72.038 44.744 80.092 # these are programmable ! Clocks 44.297 # Change this if you change ! # Mclk above. ! ! ¥¯¥í¥Ã¥¯ÃÍ¤Ï .447443 MHz ¤º¤ÄÁý¤ä¤·¤Æ¥×¥í¥°¥é¥à¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³ ! ¤Îµ¬Â§¤Ë¹ç¤ï¤Ê¤¤¥¯¥í¥Ã¥¯Ãͤò»ØÄꤷ¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï·Ù¹ð¤ò½Ð¤·¤Æ¤«¤éÁýʬ ! ¤¬µ¬Â§¤ËºÇ¤â¶á¤¯¤Ê¤ë¤è¤¦¤ËÄ´À°¤·¤Þ¤¹¡£Clocks ÃÍ 1-4 ¤È 9-12 (¸ÇÄê¤Î¥¯ ! ¥í¥Ã¥¯ÃÍ)¤Ï¤³¤ÎÇÜ¿ô¤È¤¤¤¦À©Ìó¤Ï¼õ¤±¤Þ¤»¤ó¤¬¡¢¤½¤ÎÂå¤ï¤ê¤Ë .447443 MHz ! ¤ÎÇÜ¿ô¤Ç¤Ê¤¤É¸½à¤Î¥¯¥í¥Ã¥¯ÃͤòÍ¿¤¨¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯¤ò¸¡½Ð¤¹¤ë¾ì¹ç(Î㤨¤Ð¡¢Mclk Ãͤò¸«¤Ä¤±¤ë¾ì¹ç)¤Ë¤Ï¡¢¸¡½Ð¤Ï CRT ! ÀìÍѥ⡼¥É¤Ç¹Ô¤¤¡¢¤½¤ì¤«¤é Clocks ¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤ËÄɲä·¤Þ ! ¤¹¡£ÂçÉôʬ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢LCD ¥â¡¼¥É¤Ç¤Ï Clocks Ãͤ¬Àµ¤·¤¯¸¡½Ð¤µ¤ì¤Þ¤» ! ¤ó¡£ ! ! °ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢Àµ¤·¤¤¥¯¥í¥Ã¥¯Ãͤä¥â¡¼¥É¤ò»È¤ï¤Ê¤¤¸Â¤ê CRT ¤«¤é ! LCD ¤Ø¤ÎÀÚ¤êÂؤ¨¤ò BIOS ¤¬µö¤µ¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£640x480 ¤Î LCD ¥Ç¥£ ! ¥¹¥×¥ì¥¤¤Ç¤Ï°Ê²¼¤Î¥â¡¼¥É¹Ô¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525 #CRT/LCD ! ! °Ê²¼¤Î¥â¡¼¥É¹Ô¤Ï¤¤¤¯¤Ä¤«¤Î¥·¥¹¥Æ¥à¾å¤Ç ¾åµ­¤Î Clocks ¹Ô¤ò»È¤Ã¤Æ¥Æ¥¹¥È ! ¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¡¢¤³¤³¤ÇÎã¤È¤·¤Æ¼¨¤·¤Þ¤¹¡£¥Æ¥¹¥¿¤Ë¤è¤Ã¤Æ¤Ï¡¢¸ÇÄê¤Î¥É¥Ã¥È ! ¥¯¥í¥Ã¥¯ÃÍ 65MHz, 75.166MHz ¤Ç¤Á¤ç¤Ã¤È¤·¤¿ÌäÂê(Àã¤Î¤è¤¦¤Ê¥Î¥¤¥º¤¬¾è ! ¤ë)¤Ë½Ð²ñ¤Ã¤Æ¤¤¤Þ¤¹¡£°Ê²¼¤Î¥â¡¼¥É¹Ô¤ò»È¤¦¤È¤³¤ÎÌäÂê¤òÈò¤±¤é¤ì¤ë¤ÈÊó¹ð ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤ÎÃͤò»È¤¦¤È¥â¥Ë¥¿¤Ï²õ¤ì¤Ê¤¤¤â¤Î¤ÈÁÛÄꤷ¤Æ¤Ï¤¤¤±¤Þ ! ¤»¤ó¡£ ! ! # VESA 800x600@72Hz Non-Interlaced mode ! ModeLine "800x600.50" 50 800 856 976 1040 600 637 643 666 +hsync +vsync ! ! # 1024x768 Interlaced mode ! ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 +hsync +vsync Interlace ! ! # 1024x768@60Hz Non-interlaced Mode ! # One of the dram options may be necessary ! ModeLine "1024x768.65" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync ! ! # 1024x768@60Hz Non-Interlaced mode (non-standard dot-clock) ! # Seems to work without dram options ! ModeLine "1024x768.62" 62 1024 1064 1240 1280 768 774 776 808 ! ! # 1024x768@70Hz Non-Interlaced mode (non-standard dot-clock) ! # May need fast_dram option ! ModeLine "1024x768.72" 72 1024 1056 1192 1280 768 770 776 806 -hsync -vsync ! ! 5. WD90C24 ¤Ë´Ø¤¹¤ëÄɲäξðÊó ! ! Ä̾ï¤ÎÌÈÀÕ»ö¹à¤¬Å¬ÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ÏÆɼԤ㧤µ¤ó¼«¿È¤ÎÀÕǤ¤Ç¤ª ! »È¤¤¤¯¤À¤µ¤¤¡£¤Ç¤¹¤¬¡¢XFree86 ¤Ç WD90C24 ·Ï¤Î¥Á¥Ã¥×¤ò»È¤¦¾å¤ÇÄɲäξð ! Êó¤¬É¬ÍפǤ¢¤ì¤Ð¡¢Darin Ernst ¤µ¤ó¤Î¥Û¡¼¥à¥Ú¡¼¥¸ ! ¤ò¸æÍ÷¤¯¤À¤µ¤¤¡£Darin ¤µ¤ó¤Ï¡ÖX ¤È ! WD90C24¡×¤Ë´Ø¤¹¤ë mini-HOWTO ʸ½ñ¤ò´ÉÍý¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÊý¤Ï WD90C24 ¤Î ! ¥³¡¼¥É¤ÎºÇ½é¤Î¥Æ¥¹¥¿¤Ç¤¢¤ê¡¢Îɤ¤¥¢¥¤¥Ç¥£¥¢¤òÄ󶡤·¤¿¤êÎå¤Þ¤·¤¿¤ê¤·¤Æ¤¯ ! ¤À¤µ¤¤¤Þ¤·¤¿¡£Darin ¤µ¤ó¤ÎÏ¢ÍíÀè¤Ï darin@castle.net ¤Þ¤¿¤Ï ! dernst@pppl.gov ¤Ç¤¹¡£É®¼Ô¤Ï WD90C24 ÀìÍѤΥ³¡¼¥É¤·¤«Ä󶡤·¤Æ¤¤¤Þ¤» ! ¤ó¡£É®¼Ô(Brad Bosch)¤ÎÏ¢ÍíÀè¤Ï brad@Lachman.com ¤Ç¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.WstDig,v 1.1.2.2 1999/11/26 15:23:14 hohndel Exp $ ! ! $XConsortium: WstDig.sgml /main/5 1996/02/21 17:46:29 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx:1.1.2.1 Wed Jun 2 17:50:56 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx Sat Nov 27 02:23:14 1999 *************** *** 1,660 **** ! AGX ¥µ¡¼¥Ð¤Ë´Ø¤¹¤ëÃí°Õ½ñ¤­ ! Henry Worth ! 24 June 1995 ! The X Japanese Documentation Project ! 30 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. °ìÈÌŪ¤Ê¤³¤È¤¬¤é ! 2. ¼Õ¼­ ! 3. ´ûÃΤÎÌäÂê ! 4. »Ä¤Ã¤Æ¤¤¤ëºî¶È ! 5. XF86Config ! 6. XGA ¤ÎÀßÄê ! ! ! ______________________________________________________________________ ! ! 1. °ìÈÌŪ¤Ê¤³¤È¤¬¤é ! ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï¸½ºß¡¢IIT AGX-016, AGX-015, AGX-014, XGA-2 ¥Á¥Ã¥×¥»¥Ã¥È¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£AGX ¥Á¥Ã¥×¥»¥Ã¥È¤Ï XGA ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ë´ð¤Å¤¯¤â¤Î ! ¤Ç¤¹¤¬¡¢Â­¤ê¤Ê¤¤µ¡Ç½¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤·¡¢Â¾¤Î¥«¡¼¥É¤È°ã¤¦ÅÀ¤â¤¢¤ê¤Þ ! ¤¹¡£ XGA-1, AGX-010 ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤Ë¤Ä¤¤¤Æ¤â¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ ! Éôʬ¤¬¤¢¤ê¤Þ¤¹¡£¥Ô¥¯¥»¥ë¤Î¿§¤Î¿¼¤µ¤Ï°ìÈÌŪ¤Ë 8bpp, 15bpp, 16bpp ¤¬¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Þ¤¹¡£unpacked ·Á¼°¤Î 24bpp (RGBX 32bpp) ¤Ï¡¢¤Þ¤À¥ê¥ê¡¼¥¹¤Ç¤­ ! ¤ë¤Û¤É°ÂÄꤷ¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¸½ºß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¤Ï¡¢Hercules Graphite ¥·¥ê¡¼¥º¤Ç»È¤ï¤ì¤Æ¤¤ ! ¤ë Brooktree (BT481, BT482, BT485) ¤È AT&T (20C505) RAMDAC, Sierra ! RAMDAC (15025, 15021), ÈÆÍÑ VGA RAMDAC ¤Ç¤¹¡£¥Æ¥¹¥È¤Ï¤µ¤ì¤Æ¤¤¤Þ¤»¤ó ! ¤¬¡¢AT&T 20C490 ¥·¥ê¡¼¥º¤Ë¤âÂбþ¤·¤Þ¤·¤¿¡£ ! ! ¸½ºß¤Î¥É¥é¥¤¥Ð¤Ë¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥ë¡¼¥Á¥ó¤¬¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹: Éý¤¬ ! 0 ¤Î¼ÂÀþ¤ÈÅÀÀþ(AGX-014 ¤ò½ü¤¯)¡£bitbit ¤ò»È¤Ã¤¿Åɤê¤Ä¤Ö¤·¡¢¥¿¥¤¥ê¥ó ! ¥°¡¢¥¹¥Æ¥£¥×¥ë¡£±ß¸Ì¤È¿³Ñ·Á¤ÎÅɤê¤Ä¤Ö¤·¡£8¥Ó¥Ã¥Èʸ»ú¤Îʸ»ú¥°¥ê¥Õ¤È ! ¥Õ¥©¥ó¥È¥­¥ã¥Ã¥·¥å¡£ ! ! ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¥Ü¡¼¥É¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: Hercules Graphite ¥·¥ê¡¼¥º¤ÎÂçÉô ! ʬ(ISA, VLB ÈÇ)¡¢Spider À½¤Î Black Widow VLB ¤È Black Widow Plus VLB, ! Boca À½¤Î Vortek VL, CatsEye/X XGA-2, PS/2-57 planar XGA-2¡£Orchid À½ ! ¤Î Celsius ¤Ï Spider ¤È Boca ¤Î¥Ü¡¼¥É¤Ë¤è¤¯»÷¤Æ¤¤¤Þ¤¹¤¬¡¢AT&T 20C490 ! ¥·¥ê¡¼¥º¤Î RAMDAC ¤ò»È¤Ã¤Æ¤¤¤ë¥«¡¼¥É¤¬°ìÉô¤Ë¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤ÅÀ¤¬°Û¤Ê¤ê ! ¤Þ¤¹¡£AT&T 20C490 ¤Î¸ß´¹ÉʤȻפï¤ì¤ë UMC RAMDAC ¤ò»È¤Ã¤Æ¤¤¤ëÈÆÍѥܡ¼¥É ! ¤Ë¤Ä¤¤¤Æ¤ÎÊó¹ð¤â¤¢¤ê¤Þ¤·¤¿¡£ ! ! ! 2. ¼Õ¼­ ! ! ¤Þ¤º¡¢Hercules ¼Ò¤Î¥«¥¹¥¿¥Þ¥µ¥Ý¡¼¥ÈÉô¤Ë´¶¼Õ¤·¤Þ¤¹¡£¤³¤Á¤é¤Ë¤Ï¥Ü¡¼¥É¤ò ! Ä󶡤·¤Æ¤¤¤¿¤À¤­¡¢¤ª¤«¤²¤Çºî¶È¤ò»Ï¤á¤ë¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£ ! ! ¼¡¤Ë XFree86 ¥Á¡¼¥à¤È¥×¥í¥¸¥§¥¯¥È¤Î¤¿¤á¤Ë¿ÔÎϤ·¤Æ¤¤¤ëÊý¡¹¤Ë´¶¼Õ¤·¤Þ ! ¤¹¡£¤³¤Î¥µ¡¼¥Ð¤òºî¤ê»Ï¤á¤ë¤ËÅö¤¿¤Ã¤Æ¤Îºî¶È¤Î´ðÁäȤʤëÉôʬ¤òÍ¿¤¨¤Æ¤¤¤¿ ! ¤À¤­¤Þ¤·¤¿¡£ ! ! ! 3. ´ûÃΤÎÌäÂê ! ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÀþÉÁ²è¥ë¡¼¥Á¥ó¤ÇÉÁ²è¤·¤¿Àþ¤Ï¡¢mi/cfb ¥ë¡¼¥Á ! ¥ó¤ÇÉÁ²è¤·¤¿Àþ¤È°ìÃפ·¤Þ¤»¤ó¡£Àþ¤ÎÉÁ²è¤È¾Ãµî¤ò¹Ô¤¦¥ë¡¼¥Á¥ó¤Î¼Â¹ÔÃæ ! ¤Ë²¾ÁÛ¥³¥ó¥½¡¼¥ë´Ö¤ÎÀÚ¤êÂؤ¨¤ò¹Ô¤Ã¤¿»þ¤Ë¡¢¤³¤ÎÉÔ°ìÃפ¬ÌÜΩ¤Á¤Þ¤¹¡£ ! Á°¤Î¥ê¥ê¡¼¥¹¤Ç²þÁ±/½¤Àµ¤µ¤ì¤¿¤è¤¦¤Ê¤Î¤Ç¤¹¤¬¡¢¤â¤¦¾¯¤·¥Æ¥¹¥È¤¹¤ëɬÍ× ! ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! o 3.1.1 ¤Ç¥­¥ã¥Ã¥·¥åÉÕ¤­¥Õ¥©¥ó¥ÈÉÁ²è¤ËÄɲ䵤줿Æüì¤Ê¥±¡¼¥¹¤Ç¤Î¹â® ! ²½¤Î°ìÉô¤Ï¡¢¤ä¤ê¤¹¤®¤Ë¤Ê¤ë¾ì¹ç¤¬¤¢¤ë¤Î¤Ç̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£¤³¤ì¤Ïü ! Ëö¤Î¥Õ¥©¥ó¥È¤ÎÀ­Ç½¤òȾʬ¤ËÍî¤È¤·¤Þ¤¹¤¬¡¢AGX ¥Á¥Ã¥×¤Î¾ì¹ç¡¢¥Õ¥©¥ó¥È ! ¤ÎÀ­Ç½¤ÏƱ¤¸»þ´ü¤Î¾¤Î¥«¡¼¥É¤ÈÈæ¤Ù¤Æ¤â´û¤ËÄ㤤¤Ç¤¹¡£ ! ! ! o Á´¤Æ¤Î¥×¥í¥°¥é¥à¤ÈƱÍͤˡ¢¤µ¤é¤Ë¥Æ¥¹¥È¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 4. »Ä¤Ã¤Æ¤¤¤ëºî¶È ! ! ! o ¾åµ­¤Î´ûÃΤÎÌäÂê¤Ø¤ÎÂбþ¡£ ! ! ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥ë¡¼¥Á¥ó¤ÎÄɲäȰìÈÌŪ¤ÊÀ­Ç½¤Î¸þ¾å¡£´û¸¤Î¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥ó¥ë¡¼¥Á¥ó¤Î¿¤¯¤Ï¡¢¥¢¡¼¥­¥Æ¥¯¥Á¥ãŪ¤Ë XGA ¤È¤ÏÁ´¤¯°Û¤Ê¤ë ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾¤Î¥µ¡¼¥Ð¤Î´û¸¤Î¥ë¡¼¥Á¥ó¤ò ! ¤¤¤¤²Ã¸º¤Ë½ñ¤­Ä¾¤·¤¿¤â¤Î¤Ç¤¢¤ê¡¢ÌÀ¤é¤«¤ËºÇŬ¤È¤ÏÄø±ó¤¤¤â¤Î¤Ç¤¹¡£Æà ! ¤Ë¡¢¥¯¥é¥Õ¥£¥Ã¥¯¥¹¥³¥ó¥Æ¥¯¥¹¥È¤òÀßÄꤹ¤ë¤¿¤á¤ÎÁàºî¤´¤È¤Î°ìÈÌŪ¤Ê¥ª ! ¡¼¥Ð¡¼¥Ø¥Ã¥É¤ÎÃæ¤Ë¤Ï¡¢ValidateGC() ¥ë¡¼¥Á¥ó¤Ë°ÜÆ°¤µ¤»¤ë¤Ù¤­¤â¤Î¤â¤¢ ! ¤ê¤Þ¤¹¡£ ! ! ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î´°Á´¤Ê¥µ¥Ý¡¼¥È¡£¥³¡¼¥É¤ÎÂçÉôʬ¤Ï¤Ç¤­¤Æ¤¤¤Þ ! ¤¹(¤¢¤ë¤¤¤Ï¾¤Î¥µ¡¼¥Ð¤«¤é¤â¤é¤Ã¤Æ¤­¤Æ¤¤¤Þ¤¹)¡£»Ä¤Ã¤Æ¤¤¤ë¤Î¤Ï¡¢ÀßÄê ! ¥³¡¼¥É¤ò¾¯¤·½ñ¤¯¤³¤È¤È¡¢¥Ç¥Ð¥Ã¥°¤ä¿§¡¹¤ÊÁȹ礻¤ò»î¤¹¤¿¤á¤Î»þ´Ö¤ò¸« ! ¤Ä¤±¤ë¤³¤È¤À¤±¤Ç¤¹¡£ ! ! ! ! o Graphite Pro ¤Î 84 ¥Ô¥ó RAMDAC ¤Î¥µ¥Ý¡¼¥È(2MB ÈǤΠGraphite Pro ¤Ë ! ¤ÏξÊý¤Î RAMDAC ¤¬¤¢¤ê¡¢1MB ¤Ë¤Ï 44 ¥Ô¥ó¤Î RAMDAC ¤·¤«¤¢¤ê¤Þ¤»¤ó)¡£ ! ¸½ºß¤Ï 84 ¥Ô¥ó¤Î RAMDAC ¤ÏÇÜ®¥¯¥í¥Ã¥¯¤Î pixmux ¥â¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¥µ¡¼¥Ð¤Ï¥Ó¥Ç¥ª¥â¡¼¥É¤ÇɬÍפȤµ¤ì¤ë¤è¤¦¤Ë RAMDAC ¤Î ! ÀÚ¤êÂؤ¨¤ò¹Ô¤¤¤Þ¤¹¡£8bpp ¤è¤êÂ礭¤¤¥â¡¼¥É¤Ç¤Ï¤³¤ÎÀÚ¤êÂؤ¨¤Ïµ¯¤³¤ê¤Þ ! ¤»¤ó¡£ ! ! ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¸¡½Ð¤Î¼ÂÁõ¤òÁý¤ä¤¹¡£¤³¤Îºî¶È¤Ïº¤Æñ¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤È¤¤ ! ¤¦¤Î¤â¡¢AGX ¥Á¥Ã¥×¤Ï VESA ¤Î VXE POS ¥ì¥¸¥¹¥¿¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Ë¤â ! ¤«¤«¤ï¤é¤º¡¢AGX ¥Ù¡¼¥¹¤Î¥Ù¥ó¥À¤Î°ìÉô(Á´¤Æ?)¤Ï¤³¤ì¤ò¼ÂÁõ¤·¤Æ¤¤¤Ê¤¤¤è ! ¤¦¤À¤«¤é¤Ç¤¹(VXE ½àµò¤À¤È¸À¤Ã¤Æ¤¤¤ë¥Ù¥ó¥À¤Ï¤¢¤ê¤Þ¤¹¤¬¡Ä)¡£AGX ¥Á¥Ã ! ¥×¤Ë¤Ï¥ê¥Ó¥¸¥ç¥ó¤ä¥Ù¥ó¥À¤òɽ¤¹¥ì¥¸¥¹¥¿¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ì¤Ï ! ¥É¥­¥å¥á¥ó¥È¤Ë¤ÏºÜ¤Ã¤Æ¤¤¤Þ¤»¤ó¡£Ãí°Õ: SuperProbe ¤â AGX/XGA ¤Î¸¡½Ð ! ¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£XGA ¥Á¥Ã¥×¤ËÂФ·¤Æ¤Ï ISA ¤Î POS ¸¡½Ð¤¬¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢ EISA ¤Î POS ¤Î¸¡½Ð¤Î¥³¡¼¥É¤âÆþ¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢¥Æ¥¹¥È ! ¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! ! o ºÙ¤«¤¤ºÇŬ²½¡£Æäˡ¢´°Á´¤Ë°ìÈ̲½¤¹¤ëɬÍפ¬Ìµ¤¤Æüì¤Ê¾ì¹ç¤Î¤¦¤Á¡¢¤è ! ¤¯¸½¤ï¤ì¤ë¤â¤Î¤ËÂФ¹¤ë½èÍý¤Î¥ª¡¼¥Ð¡¼¥Ø¥Ã¥É¤Îºï¸º ! ! ! 5. XF86Config ! ! ! Device ¥»¥¯¥·¥ç¥ó¤Î¹àÌܤȡ¢¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥ª¥×¥·¥ç¥ó¤ò°Ê²¼¤Ë¼¨ ! ¤·¤Þ¤¹: ! ! ! AGX-014, AGX-015, AGX-016 ¤È ISA ¥Ù¡¼¥¹¤Î XGA-1, XGA-2 ¤ò»È¤¦¾ì¹ç¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ÇºÇÄã¸Â»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ ! ¤Î¤Ï Chipset ¤Ç¤¹¡£¤·¤«¤·¡¢AGX-01[456] ¥Á¥Ã¥×¤Îµ¡Ç½¤òºÇÂç¸Â¤ËÍøÍѤ¹¤ë ! ¤¿¤á¤Ë¤Ï¡¢RAMDAC ¤â»ØÄꤹ¤Ù¤­¤Ç¤¹¡£Â¾¤Î¥Ñ¥é¥á¡¼¥¿¤ò»È¤Ã¤ÆÄɲäε¡Ç½¤ò ! ÁªÂò¤·¤¿¤ê¡¢¥Ç¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤·¤¿¤ê¡¢¸¡½Ð¤ò»ß¤á¤Æµ¯Æ°»þ´Ö¤òû¤¯¤¹¤ë ! ¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XGA ¸ÇÍ­¤ÎÀßÄê¤ÏËܥɥ­¥å¥á¥ó¥È¤ÎºÇ¸å¤ÇÀâÌÀ¤·¤Þ¤¹¡£°ìÈÌ ! ¤Ë¤Ï XGA ¤Î¹àÌܤò»È¤Ã¤Æ AGX-01[456] ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤâ¾å½ñ¤­¤¹¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¡£ ! ! ! Ramdac ! ¥Ó¥Ç¥ª¥Ü¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤Î¥¯¥í¥Ã¥¯¤Î¥ì¡¼¥È¤òɬ¤º³Î¤«¤á¡¢ ! ¥µ¡¼¥Ð¤Ë»ØÄê²Äǽ¤Ê¾ì¹ç¤Ç¤¢¤Ã¤Æ¤â¡¢¤³¤Î¥ì¡¼¥È¤ò±Û¤¨¤Ê¤¤¤è¤¦¤Ë¤·¤Þ ! ¤·¤ç¤¦¡£ RAMDAC ¤ò¥ª¡¼¥Ð¡¼¥¯¥í¥Ã¥¯¤µ¤»¤ë¤È¡¢¤³¤ì¤ò²õ¤·¤Æ¤·¤Þ¤¤¤Þ ! ¤¹¡£ ! ! °ìÈÌŪ¤Ë¤Ï¥¯¥í¥Ã¥¯¥ì¡¼¥È¤ÏÉôÉÊÈÖ¹æ¤Ëź»ú¤È¤·¤ÆÉÕ¤±¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤¿¤À¤·¡¢ºÇ¾å°Ì¤Î·å¤À¤±¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤ä¡¢Â¾¤Î¥³¡¼¥É(Î㤨¤Ð¥Ñ¥Ã ! ¥±¡¼¥¸¤Î¥¿¥¤¥×) ¤Èº®¤¸¤Ã¤Æ¤¤¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£Î㤨¤Ð¡¢¥×¥é¥¹¥Á¥Ã ! ¥¯¤Î J-lead ¥Ñ¥Ã¥±¡¼¥¸¤ËÆþ¤Ã¤Æ¤¤¤ë 85MHz ¤Î Bt481 ¤ÎÉôÉÊÈÖ¹æ¤Ï ! Bt481KPJ85 ¤Ç¤¢¤ê¡¢135MHz ¤Î AT&T20C505 ¤ÎÉôÉÊÈÖ¹æ¤Ï ! ATT20C505-13 ¤Ç¤¹¡£Sierra ¤Î¥Á¥Ã¥×¤Î¾ì¹ç¤Ë¤Ï¡¢¥¯¥í¥Ã¥¯¥ì¡¼¥È¤ÏÉô ! ÉÊÈÖ¹æ¤Î²¼¤ËÇ»¤¤¥¤¥ó¥¯¤Ç¹ï°õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! "normal" ! Ä̾ï¤Î VGA ¥¹¥¿¥¤¥ë¤Î RAMDAC(6 ¥Ó¥Ã¥È DAC)¤Ç¤¢¤ê¡¢»ØÄ̵꤬¤¤ ! ¾ì¹ç¤Ë¤Ï¤³¤ì¤¬¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹¡£¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤Ï¤³¤Î¥Ñ¥é¥á ! ¡¼¥¿¤ÇÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¤¬¡¢°ìÉô¤Îµ¡Ç½¤Ï»È¤¨¤Ê¤¤¤Ç¤·¤ç¤¦¡£8bpp ! ¤À¤±¤ò»ÈÍѤǤ­¤Þ¤¹¡£ ! ! ! "bt481" ! bt481 RAMDAC (8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹) ! ! "bt482" ! bt482 RAMDAC(8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£Hercules ! Graphite HG210 ¤Ï BT481 ¤Þ¤¿¤Ï BT482 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£Î¾¼Ô¤Î°ã ! ¤¤¤Ï¡¢BT482 ¤Ë¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¤¢¤ë¤³¤È¤À¤±¤Ç¤¹(¤Þ¤À¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¤¬)¡£ BT481/2 ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤÎÀ©¸Â¤Ï ! 85MHz ¤Ç¤¹¡£8bpp, 15bpp, 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! "ATT20c490" ! AT&T490 RAMDAC (49[123] ¤ò´Þ¤ß¡¢- 8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤¹)¡£8bpp »þ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤÎÀ©¸Â¤Ï 110MHz ¤Ç¤¹¡£8bpp, ! 15bpp, 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! "SC15025" ! Sierra SC15025 ¤ª¤è¤Ó SC15021 RAMDAC(8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹)¡£ SC15025 ¤ÎÀ©¸Â¤Ï 125MHz ¤Ç¡¢SC15021 ¤ÎÀ©¸Â¤Ï ! 135MHz ¤Ç¤¹¡£RAMDAC ¤Î¼ÂºÝ¤Î¥ì¡¼¥È¤òÄ´¤Ù¤Þ¤·¤ç¤¦¡£AGX ¥Ù¡¼¥¹ ! ¤Î¥Ü¡¼¥É¤Ç»È¤ï¤ì¤Æ¤¤¤ë°ìÉô¤Î SC15025 ¤Ï¥ì¡¼¥È¤¬ 110MHz ¤·¤«½Ð ! ¤»¤Þ¤»¤ó¡£8bpp, 15bpp, 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! "herc_dual_dac" ! Hercules Graphite Pro ¤Î RAMDAC ¤òÄ´¤Ù¤Þ¤¹¡£80 ¥Ô¥ó¤Î Big- ! RAMDAC ¤¬ÉÕ¤¤¤Æ¤¤¤ë(2MB ¥â¥Ç¥ë)¾ì¹ç¤Ë¤Ï Big-RAMDAC ¤ò»È¤¤¤Þ¤¹ ! ¤¬¡¢ÇÜ®¥¯¥í¥Ã¥¯¤Î¥Ô¥¯¥»¥ë¿½Å²½¥â¡¼¥É¤·¤«»È¤¤¤Þ¤»¤ó(¹â¤¤¥¯ ! ¥í¥Ã¥¯ÃͤÀ¤±¤Ë¤Ê¤ê¤Þ¤¹!)¡£ 8bpp ¥â¡¼¥É¤ÎÄ㤤¥¯¥í¥Ã¥¯Ãͤä²òÁü ! ÅÙ¤Ï 44 ¥Ô¥ó¤Î Small-RAMDAC ¤ËÀÚ¤êÂؤ¨¤ë¤³¤È¤Ç¥µ¥Ý¡¼¥È¤·¤Þ ! ¤¹¡£15bpp ¤È 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! "dac-8-bit" ¥ª¥×¥·¥ç¥ó¤¬ BT485 RAMDAC ¤òºÜ¤»¤¿ Graphite Pro ! ¤ÇÆ°ºî¤·¤Ê¤¤¤È¤¤¤¦Êó¹ð¤¬°ÊÁ°¤Ë¤¢¤ê¤Þ¤·¤¿¤¬¡¢¤³¤ÎÅÀ¤Ç¤Ï ! AT&T20C505 ¤ÈÁ´¤¯Æ±¤¸¤Ï¤º¤Ê¤Î¤Çº¤¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£ÌäÂê¤ÎÀÚ¤ê ! ʬ¤±¤ò¹Ô¤¦¤¿¤á¤Îµ¯Æ°¥á¥Ã¥»¡¼¥¸¤ä XF86Config ¥Õ¥¡¥¤¥ë¤ÏÁ÷¤é¤ì ! ¤Æ¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! HG210 Graphite ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! "herc_small_dac" ! Hercules Graphite Pro ¤Î RAMDAC ¤òÄ´¤Ù¤Þ¤¹¡£É¬¤º BT481/482 ! RAMDAC ¤À¤±¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹¡£8bpp, 15bpp, 16bpp ¤È unpacked ! ·Á¼°¤Î 24/32bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! HG210 Graphite ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! "xga" ! AGX-010 ¤ËÂФ·¡¢¥Ç¥Õ¥©¥ë¥È¤Î VGA ·Á¼°¤Î RAMDAC À©¸æ¤ò¾å½ñ¤­»Ø ! Äê¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! ! ! Ramdac ´ØÏ¢¤Î¥ª¥×¥·¥ç¥ó: ! ! "dac_6_bit" ! RAMDAC ¤ò VGA ¥Ç¥Õ¥©¥ë¥È¤Î 6 ¥Ó¥Ã¥È DAC ¥â¡¼¥É¤ËÀßÄꤷ¤Þ ! ¤¹("normal" ¤Î¾ì¹ç¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹)¡£ ! ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¤ò 8 ¥Ó¥Ã¥È DAC ¤ËÀßÄꤷ¤Þ¤¹("normal" ! ¤ò½ü¤¯Á´¤Æ¤Î¾ì¹ç¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹)¡£ ! ! ! "sync_on_green" ! Ʊ´ü¿®¹æ¤òG(ÎÐ)¿®¹æ¤Ë¾è¤»¤ë¹çÀ®¤¹¤ëµ¡Ç½¤ò»ý¤Ã¤¿ RAMDAC ! (BT481/481, AT&T20c490)¤Î¾ì¹ç¡¢¤³¤Îµ¡Ç½¤ò»È¤¤¤Þ¤¹¡£¤·¤«¤·¡¢¥Ü ! ¡¼¥É¤ËɬÍפÊÁõÈ÷¤¬¤¢¤Ã¤Æ¤â¡¢¹çÀ®¤Î¥í¥¸¥Ã¥¯¤ÎÊý¤¬²ø¤·¤¤¤Ç¤¹¡£ ! ! ! ! Chipset: ! ɬ¤º»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£»ØÄê¤Ç¤­¤ëÃÍ¤Ï "AGX-016", ! "AGX-015", "AGX-014", "AGX-010", "XGA-2", "XGA-1" ¤Î¤¤¤º¤ì¤«¤Ç ! ¤¹¡£AGX ¥Ù¥ó¥À¤Î°ìÉô¤Ï¥Á¥Ã¥×¤Î¾å¤Ë¥¹¥Æ¥Ã¥«¡¼¤òŽ¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢°ì ! ÈÌŪ¤Ë¤Ï¡¢VLB ¥Ü¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¤³¤ì¤Ï¿ʬ AGX-015 ¤Ç¡¢ISA ¥Ü¡¼¥É ! ¤Î¾ì¹ç¤Ë¤Ï¿ʬ AGX-014 ¤Ç¤·¤ç¤¦¡£ Hercules Graphite Power Pro ¤È ! Spider Black Widow Plus ¤Ï AGX-016 ¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ ! °ìÈÌŪ¤Ë¤Ï¡¢AGX-0{14,15,16} ¥·¥ê¡¼¥º¤Î¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤Î¤â¤Î¤ÏÌäÂê ! ¤òµ¯¤³¤µ¤Ê¤¤¤è¤¦¤Ç¤¹(AGX-014 ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤·¤ÎÀþÉÁ²è¤Î ! À­Ç½¤¬Ä㤤¤³¤È¤Ï½ü¤­¤Þ¤¹)¡£ ! ! Ãí°Õ:²¿¤é¤«¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤Æ¤¤¤ë¤Î¤Ï AGX-016, AGX-015, AGX-014, ! XGA-2 ¤À¤±¤Ç¤¹¡£³«È¯¤ÎÂçÉôʬ¤Ï AGX-015 ¥Ù¡¼¥¹¤Ç¥á¥â¥ê 2MB ¤Î ! Hercules Graphite VL PRO (HG720) ¤Ç¹Ô¤¤¡¢°ÊÁ°¤Î¥ê¥ê¡¼¥¹¤Î¾ì¹ç¤Ë ! ¤Ï¥Æ¥¹¥¿¤Î¤Û¤È¤ó¤É¤Ï AGX-014 ¥Ù¡¼¥¹¤Î¥á¥â¥ê 1MB ¤Î Hercules ! Graphite (HG210) ¤ò»È¤Ã¤Æ¤¤¤Þ¤·¤¿¡£ ! ! É®¼Ô¤¬»ý¤Ã¤Æ¤¤¤ë AGX-010 ¤Ë´Ø¤¹¤ë¤ï¤º¤«¤Ê¥É¥­¥å¥á¥ó¥È¤Ï¡¢XGA ¥¢ ! ¡¼¥­¥Æ¥¯¥Á¥ã¤Î¥¯¥í¡¼¥ó¤ËÄɲäÎÀßÄêÍѥ쥸¥¹¥¿¤ò¤¤¤¯¤Ä¤«Äɲä·¤¿ ! ¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¤Î¥É¥­¥å¥á¥ó¥È¤Ç¤¹¡£XGA RAMDAC À©¸æ¥ì¥¸¥¹¥¿¤È³ÈÄ¥ ! VGA RAMDAC À©¸æ¥ì¥¸¥¹¥¿¤Î¤É¤Á¤é¤ò»È¤¦¤«¤Ï·è¤Þ¤Ã¤Æ¤¤¤Þ¤»¤ó¡£3.1.1 ! ¤è¤ê¸å¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç VGA À©¸æ¥ì¥¸¥¹¥¿¤ò»È¤¦¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿ ! ¤¬¡¢XGA RAMDAC ¥Ñ¥é¥á¡¼¥¿¤ò»È¤¨¤Ð XGA À©¸æ¥ì¥¸¥¹¥¿¤ò¶¯À©Åª¤Ë»È¤¦ ! ¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XGA ¥»¥¯¥·¥ç¥ó¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤ëÀßÄê¥Ñ¥é¥á¡¼¥¿¤ÈƱ ! ÍͤΥѥé¥á¡¼¥¿¤ò»È¤Ã¤Æ¡¢I/O ¤ä¥á¥â¥ê¥¢¥É¥ì¥¹¤Ë´Ø¤¹¤ë AGX ¤Î¥Ç ! ¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! VideoRam: ! »ØÄꤷ¤Ê¤±¤ì¤Ð¸¡½Ð¤¬¹Ô¤ï¤ì¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥µ¡¼ ! ¥Ð¤Îµ¯Æ°¤¬¾¯¤·Â®¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ! ¥Á¥å¡¼¥Ë¥ó¥°ÍÑ¥ª¥×¥·¥ç¥ó: ! ! ¥Ð¥¹ I/O ¥¤¥ó¥¿¥Õ¥§¡¼¥¹: ! ! "8_bit_bus" ! ¶¯À©Åª¤Ë 8 ¥Ó¥Ã¥È I/O ¥Ð¥¹¤Ë¤·¤Þ¤¹¡£ ! ! "wait_state", "no_wait_state" ! CPU ¤Î¥¢¥¯¥»¥¹ÂÔ¤Á¾õÂÖ¤ÎÀßÄê¤È¥¯¥ê¥¢¤ò¹Ô¤¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ÃÍ¤Ï POST ÀßÄê¤Ç¤¹¡£ ! ! "fifo_conserv" ! AGX-015 ¤È AGX-016 ¤Ë¤ª¤¤¤Æ¡¢¥á¥â¥ê I/O ¥Ð¥Ã¥Õ¥¡¤ò̵¸ú¤Ë¤· ! ¤Þ¤¹¡£¤³¤ì¤Ï MS-Windows ¤Î¥É¥é¥¤¥Ð¤Î¥Ç¥Õ¥©¥ë¥È¤ÎÆ°ºî¤Ç¤¹¡£ ! ¡Ö¥¿¥¤¥ß¥ó¥°¤¬¤­¤ï¤É¤¤¡×°ìÉô¤Î VLB ¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£¤³¤Î¥µ¡¼¥Ð¤ËÂФ¹¤ë¥Ç¥Õ¥©¥ë¥È¤ÎÆ°ºî¤Ç¤Ï¡¢ ! ¥Ð¥Ã¥Õ¥¡¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ! "fifo_moderate" ! AGX-015/016 ¤Î¥á¥â¥ê I/O ¥Ð¥Ã¥Õ¥¡¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! "fifo_aggressive" ! AGX-016 ¤ÎÆÃÂç¥Ð¥Ã¥Õ¥¡¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤É¤Á¤é¤Î¥ª¥×¥·¥ç¥ó¤ò ! »È¤Ã¤¿¾ì¹ç¤â¡¢²èÌ̤˥´¥ß¤¬»Ä¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥Ç ! ¥Õ¥©¥ë¥È¤Ç¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£Îɤ¤¥Æ¥¹¥ÈÊýË¡¤Ï¡¢xbench ! ¤ä x11perf ¤ÎÅÀÀþ¤Î¥Æ¥¹¥È¤Ç¤¢¤ê¡¢¥é¥ó¥À¥à¤ÊÅÀ¤¬ÉÁ²è¤µ¤ì¤ë ! ÍѤǤ¢¤ì¤Ð fifo_conserv ¤ÎÀßÄ꤬ɬÍפǤ¹¡£º£¤Î¤È¤³¤í¡¢¥Ð¥Ã ! ¥Õ¥¡¤òÍ­¸ú¤Ë¤·¤ÆÀµ¤·¤¯Æ°ºî¤·¤¿¥Ü¡¼¥É¤ÏÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¥á¥â¥ê¤Î¥¿¥¤¥ß¥ó¥°: ! ¥Ç¥Õ¥©¥ë¥ÈÃͤΠPOST ÀßÄê¤ÇÎɤ¤¤Ï¤º¤Ç¤¹¡£ ! ! ! "vram_delay_latch", ! "vram delay_ras", "vram_extend_ras"" VRAM ¤Î¥¿¥¤¥ß¥ó¥°¤Ë´Ø ! ¤¹¤ë¥ª¥×¥·¥ç¥ó ! ! "slow_vram", ! "slow_dram"" VRAM ¤Î¥¿¥¤¥ß¥ó¥°¤Ë´Ø¤¹¤ë¥ª¥×¥·¥ç¥ó¤òÁ´¤Æ¥»¥Ã ! ¥È¤·¤Þ¤¹¡£ ! ! "med_dram" ! VRAM ¤Î¥é¥Ã¥ÁÃÙ±äÁàºî¤ò¥»¥Ã¥È¤·¡¢Â¾¤Î¥ª¥×¥·¥ç¥ó¤ò¥¯¥ê¥¢¤· ! ¤Þ¤¹¡£ ! ! "fast_vram", ! "fast_dram"" VRAM ¤Î¥¿¥¤¥ß¥ó¥°¤Ë´Ø¤¹¤ë¥ª¥×¥·¥ç¥ó¤òÁ´¤Æ¥¯¥ê ! ¥¢¤·¤Þ¤¹¡£POST ÀßÄê¤ò¥¯¥ê¥¢¤¹¤ë¤¿¤á¤Ë VRAM ¤Î¥ª¥×¥·¥ç¥ó¤ò ! ľÀÜ»ØÄꤹ¤ë¤Ê¤é¤Ð¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó¡£ ! ! ! ¥Ç¥Ð¥Ã¥°ÍÑ: ! °ìÈÌŪ¤Ë¤ÏɬÍ×̵¤¤¤Ï¤º¤Ç¤¹: ! ! ! "noaccel" ! (AGX,XGA) ¥Õ¥©¥ó¥È¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ! "crtc_delay" ! (AGX) XGA ¥â¡¼¥É¤ò¶¯À©Åª¤Ë CRTC ÃÙ±ä¤Ë¤·¤Þ¤¹¡£ ! ! ! "engine_delay" ! AGX-015 ÀìÍÑ? ÄɲäΠVLB ÂÔ¤Á¾õÂÖ¤ò²Ã¤¨¤Þ¤¹¡£ ! ! "vram_128", "vram_256" ! VRAM Á«°Ü¼þÇÈ¿ô¤òÀßÄꤷ¤Þ¤¹¡£128Kx8 ¤Î VRAM ¤Î¾ì¹ç¤Ï ! vram_128 ¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥Ó¥Ã¥È¤Ï POST ÀßÄ꤫¤é ! ¤º¤Ã¤ÈÊѲ½¤·¤Þ¤»¤ó¡£ ! ! "refresh_20", "refresh_25" ! ¥¹¥¯¥ê¡¼¥ó¤Î¥ê¥Õ¥ì¥Ã¥·¥åÆ°ºî¤Î´Ö¤Î¥¯¥í¥Ã¥¯¤Î¥µ¥¤¥¯¥ë¿ô¤Ç ! ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥Ó¥Ã¥È¤Ï POST ÀßÄ꤫¤é¤º¤Ã¤ÈÊѲ½¤· ! ¤Þ¤»¤ó¡£ ! ! "screen_refresh" ! AGX-016 ¤Ë¤ª¤¤¤Æ¡¢¥Ö¥é¥ó¥¯Ìµ¤·¤Î¥¤¥ó¥¿¡¼¥Ð¥ë´Ö¤Î²èÌÌ¥ê¥Õ ! ¥ì¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤ì¤é¤Ï¤º¤Ã¤ÈÍ­¸ú ! ¤Ë¤Ê¤Ã¤¿¤Þ¤Þ¤Ç¤¹¡£ ! ! "vlb_a", "vlb_b" ! VLB ¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Î¥¿¥¤¥×¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥Ó¥Ã ! ¥È¤Ï POST Ãͤ«¤é¤º¤Ã¤ÈÊѲ½¤·¤Þ¤»¤ó¡£ ! ! ! ²¾ÁÛ²òÁüÅÙ: ! ¸½ºß¤Î¥µ¡¼¥Ð¤Ï²¾ÁÛŪ¤Ê²èÌÌÉý¤Ë¤É¤ó¤ÊÃͤǤâ»ØÄê¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ ! ¤·¤¿¡£¤·¤«¤·¼ÂºÝ¤Ë»È¤¨¤ë CTRC ¤Î¥é¥¤¥óÉý¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¨¥ó¥¸ ! ¥ó¤Î»ÈÍÑÃæ¤Ë¤ÏÀ©¸Â¤µ¤ì¤Þ¤¹¤·¡¢¥Á¥Ã¥×¤Î¥ê¥Ó¥¸¥ç¥ó¤Ë¤â°Í¸¤·¤Þ¤¹¡£ ! »ÈÍѤ¹¤ë¥á¥â¥ê¤ÎÎ̤ò·è¤á¤ë¤Î¤Ï²¾ÁÛ²èÌ̤ÎÉý¤Ç¤Ï¤Ê¤¯¡¢CRTC ¤Î¥é¥¤ ! ¥óÉý¤Ç¤¹¡£¸½ºß¤Î¥µ¡¼¥Ð¤Ï̤»ÈÍѤΠCTRC ¤Î¥é¥¤¥ó¤Î¥á¥â¥ê¤ÏÁ´¤¯ÍøÍÑ ! ¤·¤Þ¤»¤ó¡£CTRC ¤Î¥é¥¤¥óÉý¤Ï°Ê²¼¤Îµ¬Â§¤Ë¤è¤Ã¤Æ·è¤Þ¤ê¤Þ¤¹: ! ! ! ! AGX-014 : 512, 1024, 2048 (AGX-010 ¤âƱ¤¸) ! ! ! AGX-015 : 512, 1024, 1280, 2048 ! ! ! AGX-016 : 512, 640, 800, 1024, 1280, 2048 ! ! ! XGA,AGX-010 : 512, 640, 800, 1024, 1280, 1152, 2048 ! ! ! ! ²¾ÁÛ²òÁüÅÙ¤¬ÊªÍý²òÁüÅÙ¤è¤ê¤º¤Ã¤ÈÂ礭¤¤¾ì¹ç¤Ë¡¢²èÌ̤ò¥Ñ¥ó¤¹¤ë¤È¼Ê¤¬ ! ½Ð¤ë¤³¤È¤òÉ®¼Ô¤Ï·Ð¸³¤·¤Þ¤·¤¿¡£¥Þ¥¦¥¹¤ò¾¯¤·Æ°¤«¤¹¤È¼Ê¤Ï̵¤¯¤Ê¤ê¤Þ ! ¤¹¡£ Hercules ¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë¤è¤ë¤È¡¢¤³¤Î¸½¾Ý¤Ï MS-Windows ÍѤΥɥé ! ¥¤¥Ð¤Ç¤âµ¯¤³¤ë¤½¤¦¤Ç¤¹¡£ ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï¾¯¤Ê¤¯¤È¤â 64KB ¤Îºî¶ÈÎΰè¤òɬÍפȤ·¤Þ¤¹¡£¥Õ¥©¥ó¥È ! ¥­¥ã¥Ã¥·¥å¤äÂ礭¤Êºî¶ÈÎΰ褬ɬÍפʤé¤Ð¥á¥â¥ê¤òÄɲ乤ë¤ÈÎɤ¤¤Ç¤·¤ç ! ¤¦¡£ ! ! ! AGX ¤Î Clocks ÃÍ: ! ¥¯¥í¥Ã¥¯Ãͤμ«Æ°¸¡½Ð¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ÅöÁ³¤Ê¤¬¤é¤¤¤Ä¤â¤Î ! ·Ù¹ð¤ÈÌÈÀÕ»ö¹à¤ÏÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£¸¡½Ð¤ò¹Ô¤¦¤È¡¢¥â¥Ë¥¿¤ÎµöÍÆÈϰϤò ! ±Û¤¨¤ë¼þÇÈ¿ô¤¬¥â¥Ë¥¿¤Ë¤«¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢ËüÁ´¤ò´ü ! ¤¹¤Ê¤é¤Ð¡¢¸¡½Ð¤ò¹Ô¤¦´Ö¤Ë¤Ï¥â¥Ë¥¿¤ÎÅŸ»¤òÀڤäƤª¤¯¤È¤è¤¤¤Ç¤·¤ç ! ¤¦¡£ ! ! °ìÅÙ¥¯¥í¥Ã¥¯ÃͤòÄ´¤Ù¤ë¤È¡¢¤½¤ÎÃͤò XF86Config ¤Ë½ñ¤­¹þ¤à¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¡£¤³¤¦¤¹¤ë¤È¡¢¤½¤ì°Ê¹ß¤Î¥µ¡¼¥Ð¼Â¹Ô»þ¤Ë¤Ï¥¯¥í¥Ã¥¯Ãͤθ¡½Ð¤Ï ! ÉÔÍפˤʤꡢµ¯Æ°¤¬Â®¤¯¤Ê¤ê¤Þ¤¹¡£¥¯¥í¥Ã¥¯¤Î¸¡½Ð¤ò¹Ô¤¦¤Ë ! ¤Ï¡¢-probeonly ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ X ¥µ¡¼¥Ð¤ò¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£É½¼¨¤µ¤ì¤ë¥¯¥í¥Ã¥¯Ãͤϥϡ¼¥É¥¦¥§¥¢¤ÎÆþÎÏ¥¯¥í¥Ã¥¯ÃͤǤ¢ ! ¤ê¡¢8bpp ¤ÎľÀÜ¥¯¥í¥Ã¥­¥ó¥° RAMDAC ¥â¡¼¥É¤Ë¤ª¤±¤ë¥Ô¥¯¥»¥ë¥¯¥í¥Ã ! ¥¯Ãͤ˰ìÃפ·¤Þ¤¹¡£¥µ¡¼¥Ð¤Ï¡¢¸½ºß¤Î¿§¤Î¿¼¤µ¤ÇÍøÍѤǤ­¤ë RAMDAC ¤Î ! ¥â¡¼¥É¤Ë¹ç¤ï¤»¤ÆŬÀڤʳݤ±»»¤ä³ä¤ê»»¤ò¹Ô¤¤¤Þ¤¹¡£ÍøÍѲÄǽ¤Ê¥Ô¥¯¥» ! ¥ë¥¯¥í¥Ã¥¯Ãͤϵ¯Æ°¥á¥Ã¥»¡¼¥¸Ãæ¤Ëɽ¼¨¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! ¥á¥â¥ê 2MB ¤Î Hercules Graphites ¤Ç "herc-dual-dac" ¤È¤¤¤¦ ! RAMDAC »ØÄê¤ò¹Ô¤Ã¤¿¾ì¹ç¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¡¼¥Ð¤ÏÇܤˤ·¤¿Ãͤ䥼 ! ¥í¤Ë¤·¤¿Ãͤò´Þ¤àÄɲäΥ¯¥í¥Ã¥¯¤ò 16 ¸ÄÀ¸À®¤·¤Þ¤·¤¿¡£¤³¤ì¤é¤ÎÃÍ¤Ï ! ¸½ºß¤ÏɬÍפʤ¤¤Î¤Ç¡¢Á´¤Æ¤Î¥¯¥í¥Ã¥¯Ãͤ¬ÍøÍѲÄǽ¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤¹ ! ¤ë¤¿¤á¤Ë¥¯¥í¥Ã¥¯ÃͤκƸ¡½Ð¤äºÆÆþÎϤò¹Ô¤¦¤Ù¤­¤Ç¤¹¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤¬ AGX-015 ¤Ç¤¢¤ê¡¢ICS1494M 9251-516 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ¤òÀѤó¤À 2MB ¤Î Hercules Graphite VL Pro ¤Ç¤Ï°Ê²¼¤Î¥¯¥í¥Ã¥¯Ãͤ¬ ! ¸¡½Ð¤µ¤ì¤Þ¤·¤¿: ! ! 25.18 28.80 32.70 36.00 40.00 45.00 50.40 64.70 ! 70.10 76.10 80.60 86.30 90.40 95.90 100.70 109.40 ! ! ! Hercules ¤Ë¤è¤ë¤È¼ÂºÝ¤ÎÃͤϰʲ¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! 25.175 28.322 32.512 36.000 40.00 44.90 50.35 65.00 ! 70.00 75.00 80.00 85.00 90.00 95.00 100.0 108.0 ! ! ! XF86Config ¤Ç "normal", "bt481", "herc_small_dac" ¤Î¤¤¤º¤ì¤«¤ò RAM- ! DAC ¤Ë»ØÄꤷ¡¢¤ª»È¤¤¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬¤³¤ì¤Ë°ìÃפ¹¤ë¾ì¹ç¡¢¤³¤ì¤é¤Î ! Ãͤ¬¥¯¥í¥Ã¥¯É½¼¨¤Ç»È¤ï¤ì¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯¤Î¸¡½Ð¤Ç¤Ï¡¢ºÇ½é¤Î¥¯¥í¥Ã¥¯Ãͤ¬ 25.175MHz ¤Ç¤¢¤ë¤³¤È¤òÁÛÄê ! ¤·¡¢»Ä¤ê¤ÎÃͤòµá¤á¤ëºÝ¤Ë¤Ï¤³¤ÎÃͤò»È¤¤¤Þ¤¹¡£2 ÈÖÌܤÎÃͤ¬ 28.322MHz ! ¤Ç¤Ê¤¤¾ì¹ç¡¢¥¦¥©¡¼¥Ë¥ó¥°¤¬½ÐÎϤµ¤ì¤Þ¤¹¡£¥¦¥©¡¼¥Ë¥ó¥°¤¬½ÐÎϤµ¤ì¤¿¾ì ! ¹ç¤Ë¤Ï¡¢Â¾¤ÎÊýË¡¤Ç¸¡¾Ú¤ò²Ã¤¨¤ë¤³¤È¤Ê¤·¤Ë¸¡½Ð¤µ¤ì¤¿¥¯¥í¥Ã¥¯Ãͤò»È¤Ã ! ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! AGX-014 ¤ä¤½¤ì°Ê¹ß¤Î AGX ¤Î¾ì¹ç¡¢³°Éô¥¯¥í¥Ã¥¯ÁªÂò¤Î¹Ô¤À¤±¤¬»È¤ï¤ì¤Þ ! ¤¹¡£¤³¤ì¤Ï¥Ó¥Ç¥ª¥Ü¡¼¥É¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ÎÃͤËÂбþ¤¹¤ë¥¯¥í¥Ã¥¯Ãͤò¼¨ ! ¤·¤Þ¤¹¡£ ! ! AGX-010 ¤Î¾ì¹ç¡¢ºÇ½é¤Î 8 ¤Ä¤Î¥¯¥í¥Ã¥¯ÃͤˤÏɸ½à¤Î XGA ÆâÉô¥¯¥í¥Ã¥¯ ! ÁªÂò¤¬»È¤ï¤ì¡¢¼¡¤Î 8 ¤Ä¤Î¥¯¥í¥Ã¥¯ÃÍ¤Ï AGX Æȼ«¤Î³ÈÄ¥¤Ë´ð¤Å¤¤¤Æ·è¤á ! ¤é¤ì¤Þ¤¹¡£ XGA-1 ¤Î¾ì¹ç¤Ë¤Ï¥¯¥í¥Ã¥¯ÃÍ¤Ï 8 ¤Ä¤À¤±¤·¤«»ÈÍѤǤ­¤Þ¤» ! ¤ó¡£XGA-2 ¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤¦¤Î¤Ç¡¢¥¯¥í¥Ã¥¯Ãͤ䥯¥í¥Ã¥¯ ! ¥Á¥Ã¥×¹Ô¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! µö¤µ¤ì¤ëºÇÂç¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃͤϰìÈÌŪ¤Ë¤Ï 85MHz ¤Ç¤¹¤¬¡¢°ìÉô¤Î ! RAMDAC ¤Ï¤â¤Ã¤È¹â¤¤Ãͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤¤¤º¤ì¤Ë¤·¤Æ¤â¡¢RAMDAC ! ¤Ë¤Ä¤¤¤Æ¤ÏÄ´¤Ù¤Æ¤ª¤¯¤Ù¤­¤Ç¤¹¡£AGX ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Ç»È¤ï¤ì¤Æ¤¤¤ë ! RAMDAC ¤Î°ìÉô¤Ï¡¢¥Ð¡¼¥¸¥ç¥ó¤Ë¤è¤Ã¤Æ¤Ï¥µ¡¼¥Ð¤¬ÁÛÄꤷ¤Æ¤¤¤ë¤è¤ê¤âÄ㤤 ! Ãͤ·¤«½Ð¤»¤Þ¤»¤ó¡£¤Ç¤¹¤«¤é¡¢¥ì¡¼¥È¤òÄ´¤Ù¤Æ¤½¤ÎÃͤò±Û¤¨¤Ê¤¤¤è¤¦¤Ë¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! ¥â¡¼¥É: ! Mach8 ¤È°ã¤¦ÅÀ¤ò 1 ¤Ä»ØŦ¤·¤Æ¤ª¤¯¤È¡¢AGX ¤Î CTRC ¤Ï¿åʿƱ´ü¤Î³« ! »Ï¤¬¿åÊ¿¥Ö¥é¥ó¥¯¤Î³«»Ï¤È°ìÃפ¹¤ë¤Î¤ò¹¥¤ß¤Þ¤»¤ó(¿âľƱ´ü¤âƱ¤¸Ìä ! Âê¤ò»ý¤Ã¤Æ¤¤¤ë¤«¤â¤·¤ì¤Ê¤¤¤Î¤Ç¡¢¤â¤¦¾¯¤·¥Æ¥¹¥È¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹)¡£¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤È +/-sync ¥Õ¥é¥°¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹ ! ¤¬¡¢¥Æ¥¹¥È¤Ï¤Û¤È¤ó¤É¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Î¾ì¹ç¡¢ ! ¹Ô¿ô¤¬É¬¤º´ñ¿ô¤Ë¤Ê¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¸½ºß¤Ï¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¥µ¥Ý¡¼¥È¤µ¤ì ! ¤Æ¤¤¤ëºÇ¾®¤Î¥¯¥í¥Ã¥¯ÃͤϰìÈÌ¤Ë 25MHz ¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢400x300 ! ¤è¤ê¾®¤µ¤¤²òÁüÅ٤ϤۤȤó¤É¤Î¥â¥Ë¥¿¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤¬Â¿ ! ¤¤¤Ç¤·¤ç¤¦¡£¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤òºî¤ëºÝ¤Ë¤Ï¡¢¿âľ¤Î ! ¥¿¥¤¥ß¥ó¥°¤Ï¸«¤«¤±¤Î²òÁüÅ٤ˤ·¤Þ¤¹¡£Î㤨¤Ð¡¢400x300 ¤Î¾ì¹ç¥¿¥¤¥ß ! ¥ó¥°¤Ï 600 ¹Ô¤Ç¤Ê¤¯300 ¹Ô¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! ! Îã: ! ! Hercules HG720(¥á¥â¥ê 2MB ¤Î VLB AGX-015 ¤Ç BT481 ¤È AT&T20C5050 ! RAMDAC ¤òÀѤó¤Ç¤¤¤Þ¤¹)ÍѤˡ¢É®¼Ô¤Ï XF86Config ¤Î "Device" ¥»¥¯ ! ¥·¥ç¥ó¤ò°Ê²¼¤Î¤è¤¦¤ÊÀßÄê¤Ë¤·¤Æ¤¤¤Þ¤¹: ! ! Section "Device" ! Identifier "HG720" ! VendorName "Hercules" ! BoardName "Graphite VL Pro" ! Chipset "AGX-015" ! Clocks 25.2 28.3 32.5 36.0 40.0 45.0 50.4 65.0 ! 70.00 75.00 80.00 85.00 90.00 95.00 100.0 108.0 ! Videoram 2048 ! RamDac "herc_dual_dac" ! Option "dac_8_bit" ! Option "no_wait_state" ! EndSection ! ! ! Spider Black Widow Plus (¥á¥â¥ê 2MB ¤Î VLB AGX-016 ¤Ç Sierra ! SC15021 RAMDAC ¤òÀѤó¤Ç¤¤¤Þ¤¹)ÍѤÎÀßÄê¤Ï°Ê²¼¤Ç¤¹: ! ! Section "Device" ! Identifier "SBWP" ! VendorName "Spider" ! BoardName "Black Widow Plus" ! Chipset "AGX-016" ! Clocks 25.2 28.3 39.9 72.2 50.0 76.9 36.1 44.8 ! 89.0 119.8 79.9 31.5 110.0 64.9 74.9 94.9 ! Videoram 2048 ! RamDac "SC15025" ! Option "dac_8_bit" ! Option "no_wait_state" ! EndSection ! ! ! ! 6. XGA ¤ÎÀßÄê ! ! ! ! ¤³¤Î¥µ¡¼¥Ð¤Ç¤Ï XGA-2 ¸ß´¹¤Î¥Ü¡¼¥É(ÊÌ̾ XGA-NI)¤Î¥µ¥Ý¡¼¥È¤Ë´Ø¤¹¤ë¥Æ¥¹¥È ! ¤â¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹¡£XGA-1 ¤Î¥µ¥Ý¡¼¥È¤Ë¤ª¤±¤ë¼çÍפÊÌäÂê¤Ï¥¯¥í¥Ã¥¯Ãͤθ¡½Ð ! ¤¬Æ°ºî¤¹¤ë¤«¤É¤¦¤«¤Ç¤¹¡£¸½»þÅÀ¤Ç¤Ï¥Ü¡¼¥É¤Î¹½À®¤Î¸¡½Ð¤ÏÀ©¸Â¤µ¤ì¤Æ¤¤¤Æ¡¢ ! ¾ÜºÙ¤ÊÀßÄê¤Ï¼êÆ°¤Ç¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢ISA ¥Ð¥¹¤Î POS ÅÐÏ¿¤¬¼Â¹Ô¤µ¤ì¤Þ¤¹¡£XGA ¤Î Instance ÈÖ ! ¹æ¤¬»ØÄꤵ¤ì¤¿¾ì¹ç¡¢¸¡½Ð¤ÎÈϰϤϾ¯¤·¶¹¤Þ¤ê¤Þ¤¹¡£¾å½ñ¤­¤ò¹Ô¤Ã¤¿¤ê¸¡½Ð¤ò ! ̵¸ú¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç Instance ! ÈÖ¹æ¤ÎºÇ¾®ÃÍ¡¢COPbase ÃÍ¡¢MEMbase Ãͤò XGA ¥«¡¼¥É¤ËÂФ·¤Æ»ØÄꤷ¤Ê¤±¤ì ! ¤Ð¤Ê¤ê¤Þ¤»¤ó¡£MCA ¤Î¸¡½Ð¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! Instance nn ! XGA ¤Î¥¤¥ó¥¹¥¿¥ó¥¹ÈÖ¹æ(0-7)¡£ ! ! ! IObase nnnn ! XGA ¤ÎÈÆÍÑÀ©¸æ¥ì¥¸¥¹¥¿¤Î I/O ¥¢¥É¥ì¥¹¡£É¸½àÃͤȥǥե©¥ë¥ÈÃÍ¤Ï ! 0x21i0 ¤Ç¤¹(i ¤Ï¥¤¥ó¥¹¥¿¥ó¥¹ÈÖ¹æ¤Ç¤¹)¡£ ! ! ! MEMbase nnnn ! XGA ¤Îɽ¼¨¥á¥â¥ê¥¢¥É¥ì¥¹(XGA ¤Î¥³¥×¥í¥»¥Ã¥µ¤¬¥Ó¥Ç¥ª¥á¥â¥ê¤ËÂФ· ! ¤Æ»È¤¦¥¢¥É¥ì¥¹¤Ç¤¹)¡£¥ê¥Ë¥¢¥á¥â¥ê¥Þ¥Ã¥Ô¥ó¥°¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ü ! ¡¼¥É¤Ç¤Ï¡¢¤³¤ì¤Ï¥·¥¹¥Æ¥à¥á¥â¥ê¤Ë¤ª¤±¤ë¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹ ! ¤Ë¤â¤Ê¤ê¤Þ¤¹¡£ ! ! POS ¥ì¥¸¥¹¥¿ 4 ¤Î¥Ó¥Ã¥È 7-1 ¤ÏXGA ¤Îɽ¼¨¥á¥â¥ê¥¢¥É¥ì¥¹¤Î ¥Ó¥Ã¥È ! 31-25 ¤ÎÆâÍƤǤ¹¡£É½¼¨¥á¥â¥ê¥¢¥É¥ì¥¹¤Î¥Ó¥Ã¥È 24-22 ¤Ï XGA ¤Î¥¤¥ó ! ¥¹¥¿¥ó¥¹ÈÖ¹æ¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï XGA ¤Î¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¤ò»È¤ï¤Ê¤¤ ! ¤Î¤Ç¡¢ POS ¥ì¥¸¥¹¥¿ 4 ¤Î ¥Ó¥Ã¥È 0 ¤Ï»È¤ï¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢¥³¥×¥í ! ¥»¥Ã¥µ¤Ë¤Ï¤³¤ì¤Ë´Ø¤¹¤ëÀßÄê¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! AGX-01[456] ¤Îɽ¼¨¥á¥â¥ê¥¢¥É¥ì¥¹¤Ï¸ÇÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! COPbase nnnnnn ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¨¥ó¥¸¥ó¤Î¥á¥â¥ê¥Þ¥Ã¥×¥ÈÀ©¸æ¥ì¥¸¥¹¥¿¤Ç¤¹¡£ ! ! Ä̾ï¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! 0xC1C00 + (ext_mem_addr * 0x2000) + (instance * 0x80) ! ! ¤³¤³¤Ç¡¢ext_mem_addr ¤Ï POS ¥ì¥¸¥¹¥¿ 2 ¤Î¾å°Ì 4 ¥Ó¥Ã¥È(¥µ¡¼¥Ð¤Ï ! 0-16 ¤Ï 0 ¤Ç¤¢¤ë¤â¤Î¤È¤·¤Þ¤¹)¤Ç¤¹¡£ ! ! AGX-01[456] ¥Á¥Ã¥×¤Ï 0xB1F00(¥Ç¥Õ¥©¥ë¥ÈÃÍ)¤È 0xD1F00 ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ! BIOSbase nnnnnn ! XGA BIOS ¤Î¥¢¥É¥ì¥¹(VGA BIOS ¤Î¥¢¥É¥ì¥¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)¡£COPbase ! ¤ÎÂå¤ï¤ê¤È¤·¤Æ»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! Ä̾ï¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! 0xC0000 + (ext_mem_addr * 0x2000) ! ! ¤³¤³¤Ç¡¢ext_mem_addr ¤Ï POS ¥ì¥¸¥¹¥¿ 2 ¤Î¾å°Ì 4 ¥Ó¥Ã¥È(¥µ¡¼¥Ð¤Ï ! 0-16 ¤Ï 0 ¤Ç¤¢¤ë¤â¤Î¤È¤·¤Þ¤¹)¤Ç¤¹¡£ ! ! ! VGAbase nnnn ! ¥µ¡¼¥Ð»È¤¦ 64KB ¤Î¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥É¥ì¥¹¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¢¤ë ! 0xA0000 ¤ò¾å½ñ¤­¤¹¤ë¤¿¤á¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­ ! ¤ëÃÍ¤Ï 0xA0000 ¤È 0xB0000 ¤À¤±¤Ç¤¹¡£Linux ¤ò»È¤Ã¤Æ¤¤¤ë¾ì ! ¹ç¡¢0xB0000 ¤ò»ØÄꤹ¤ë¤È¡¢VGA ¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Éü¸µ¤Ç¤­¤Ê¤¯¤Ê¤ê ! ¤Þ¤¹¡£ ! ! AGX-01[456] ¤â¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 0xA0000 ¤Ç¤¹¡£ ! ! ! POSbase nnnn ! Ê̤ΠPOS ¥ì¥¸¥¹¥¿¸¡½Ð¥¢¥É¥ì¥¹¤Î¥Ù¡¼¥¹Ãͤò¡¢ISA ¤Î¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ç ! ¤¢¤ë 0x100 ¤«¤éÊѤ¨¤ë¤¿¤á¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ EISA ¤Î¾ì ! ¹ç¡¢VESA VXE ¤Îɸ½àÃÍ¤Ï 0xzC80 ¤Ç¤¹(z ¤Ï¥¹¥í¥Ã¥ÈÈÖ¹æ¤Ç¤¹)¡£ ! ! Ãͤò¥¼¥í¤Ë¤¹¤ë¤È POS ¥ì¥¸¥¹¥¿¤Î¸¡½Ð¤¬¹Ô¤ï¤ì¤Ê¤¯¤Ê¤ê¤Þ¤¹(MCA ¤Î¾ì ! ¹ç¤Ë¤Ï¤³¤Î»ØÄ꤬ɬÍפǤ¹)¡£ ! ! ! DACspeed nnnn ! XGA-2 ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ˴ؤ¹¤ë¥µ¡¼¥Ð¤Î¥Ç¥Õ¥©¥ë¥È¤ÎºÇÂçÃͤǤ¢ ! ¤ë 80MHz ¤ò¾å½ñ¤­¤¹¤ë¤¿¤á¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ÎºÇÂçÃÍ¤Ï ! 90MHz ¤Þ¤Ç¾å¤²¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¡¢Ä㤤Ãͤˤ¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! ! POS ¥ì¥¸¥¹¥¿¤ÎÃͤò·è¤á¤ëÊ̤ÎÊýË¡¤È¤·¤Æ¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤ËÉÕ°¤·¤Æ¤¤¤ë¤Ï ! ¤º¤ÎÀßÄê/¿ÇÃÇ¥×¥í¥°¥é¥à¤ò»È¤¦ÊýË¡¤¬¤¢¤ê¤Þ¤¹¤·¡¢¥¸¥ã¥ó¥Ñ¤ÎÃͤ«¤é·è¤á¤ë ! ¤³¤È¤â¤¿¤Ö¤ó¤Ç¤­¤Þ¤¹¡£ ! ! ! XGA-2 ¤Ë¤Ï 90MHz ¤Þ¤Ç»È¤¨¤ë¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬¤¢¤ê¤Þ¤¹¤¬¡¢ ! 1024x768 ¤Î²òÁüÅ٤Ǥϡ¢¥Æ¥¹¥È¤Ë»È¤Ã¤¿ CatsEye/XGA-2 (IBM ¤Î¥³¥×¥í¥»¥Ã ! ¥µ¤È INMOS RAMDAC/¥·¥ê¥¢¥é¥¤¥¶¤¬ºÜ¤Ã¤Æ¤¤¤Þ¤¹)¤Ç°ÂÄê¤Êɽ¼¨¤¬¹Ô¤¨¤ëºÇÂç ! ÃͤϰìÈÌŪ¤Ë 72MHz ¤Ç¤¹¡£¥¯¥í¥Ã¥¯Ãͤò¹â¤¯¤¹¤ë¤È²èÌ̤ξåÊդȺ¸ÊÕ¤Îɽ¼¨ ! ¤¬¤ª¤«¤·¤¯¤Ê¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê±Æ¶Á¤Ï¡¢¿âľ¡¦¿åÊ¿¤Î¥Ö¥é¥ó¥¯´Ö ! ³Ö¤òÁý¤ä¤·¤¿¤ê¡¢¥¯¥í¥Ã¥¯Ãͤò¾¯¤·ÊѤ¨¤ë¤³¤È¤Ç̵¤¯¤»¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£ ! 80MHz ¤ò±Û¤¨¤ë¥¯¥í¥Ã¥¯ÃͤǤϡ¢¿ôʬưºî¤·¤¿¸å¤Ë¥Á¥Ã¥×¤¬Æ±´ü¤ò̵¤¯¤¹¤³¤È ! ¤òÉ®¼Ô¤Ï³Îǧ¤·¤Þ¤·¤¿¡£¤·¤¿¤¬¤Ã¤Æ¡¢XGA-2 ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤È¤·¤Æ¤Ï¡¢ ! 80MHz ¤¬¥Ç¥Õ¥©¥ë¥È¤ÎÀ©¸ÂÃͤˤʤäƤ¤¤Þ¤¹¡£¼ÂºÝ¤ÎÀ©¸ÂÃͤ˴ؤ¹¤ë»ÅÍͽñ¤Ï ! É®¼Ô¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¤·¡¢XGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¤¿¤¯¤µ¤ó¤¢¤ë¤Î¤Ç¡¢¥ê¥Õ¥ì¥Ã ! ¥·¥å¥ì¡¼¥È¤ÎºÇÂçÃͤò·è¤á¤ëºÝ¤Ë¤Ï¥Ü¡¼¥É¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¥â¡¼¥É ! ¤ò»²¹Í¤Ë¤¹¤Ù¤­¤Ç¤¹¡£XGA-2 ¤Ç¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤¦¤è¤¦¤Ë»ØÄꤷ¤¿ ! ¾ì¹ç¤Ë¤Ï¡¢¥¯¥í¥Ã¥¯Ãͤ䥯¥í¥Ã¥¯¥Á¥Ã¥×¤Î¥Ñ¥é¥á¡¼¥¿¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! XGA-2 ¤ËÂФ·¤Æ¤Ï 8bpp ¤È 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! XGA-1 ¥«¡¼¥É¤Î¾ì¹ç¡¢¥¯¥í¥Ã¥¯ÃÍ¤Ï AGX ¥Á¥Ã¥×¤ÈƱÍͤ˻ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£¥¯¥í¥Ã¥¯¤Î¸¡½Ð¤¬¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤«¤É¤¦¤«¤Ïʬ¤«¤ê¤Þ¤»¤ó¡£XGA-1 ! ¥Á¥Ã¥×¤Ë¤Ï 16bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx,v 1.1.2.1 1999/06/02 07:50:56 hohndel Exp $ ! ! ! ! ! ! $XConsortium: agx.sgml /main/9 1996/10/19 18:03:50 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,561 ---- ! AGX ¥µ¡¼¥Ð¤Ë´Ø¤¹¤ëÃí°Õ½ñ¤­ ! Henry Worth ! 24 June 1995 ! The X Japanese Documentation Project ! 30 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. °ìÈÌŪ¤Ê¤³¤È¤¬¤é ! 2. ¼Õ¼­ ! 3. ´ûÃΤÎÌäÂê ! 4. »Ä¤Ã¤Æ¤¤¤ëºî¶È ! 5. XF86Config ! 6. XGA ¤ÎÀßÄê ! ! ______________________________________________________________________ ! ! 1. °ìÈÌŪ¤Ê¤³¤È¤¬¤é ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï¸½ºß¡¢IIT AGX-016, AGX-015, AGX-014, XGA-2 ¥Á¥Ã¥×¥»¥Ã¥È¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£AGX ¥Á¥Ã¥×¥»¥Ã¥È¤Ï XGA ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ë´ð¤Å¤¯¤â¤Î ! ¤Ç¤¹¤¬¡¢Â­¤ê¤Ê¤¤µ¡Ç½¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤·¡¢Â¾¤Î¥«¡¼¥É¤È°ã¤¦ÅÀ¤â¤¢¤ê¤Þ ! ¤¹¡£ XGA-1, AGX-010 ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤Ë¤Ä¤¤¤Æ¤â¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ ! Éôʬ¤¬¤¢¤ê¤Þ¤¹¡£¥Ô¥¯¥»¥ë¤Î¿§¤Î¿¼¤µ¤Ï°ìÈÌŪ¤Ë 8bpp, 15bpp, 16bpp ¤¬¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Þ¤¹¡£unpacked ·Á¼°¤Î 24bpp (RGBX 32bpp) ¤Ï¡¢¤Þ¤À¥ê¥ê¡¼¥¹¤Ç¤­ ! ¤ë¤Û¤É°ÂÄꤷ¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¸½ºß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¤Ï¡¢Hercules Graphite ¥·¥ê¡¼¥º¤Ç»È¤ï¤ì¤Æ¤¤ ! ¤ë Brooktree (BT481, BT482, BT485) ¤È AT&T (20C505) RAMDAC, Sierra ! RAMDAC (15025, 15021), ÈÆÍÑ VGA RAMDAC ¤Ç¤¹¡£¥Æ¥¹¥È¤Ï¤µ¤ì¤Æ¤¤¤Þ¤»¤ó ! ¤¬¡¢AT&T 20C490 ¥·¥ê¡¼¥º¤Ë¤âÂбþ¤·¤Þ¤·¤¿¡£ ! ! ¸½ºß¤Î¥É¥é¥¤¥Ð¤Ë¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥ë¡¼¥Á¥ó¤¬¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹: Éý¤¬ ! 0 ¤Î¼ÂÀþ¤ÈÅÀÀþ(AGX-014 ¤ò½ü¤¯)¡£bitbit ¤ò»È¤Ã¤¿Åɤê¤Ä¤Ö¤·¡¢¥¿¥¤¥ê¥ó ! ¥°¡¢¥¹¥Æ¥£¥×¥ë¡£±ß¸Ì¤È¿³Ñ·Á¤ÎÅɤê¤Ä¤Ö¤·¡£8¥Ó¥Ã¥Èʸ»ú¤Îʸ»ú¥°¥ê¥Õ¤È ! ¥Õ¥©¥ó¥È¥­¥ã¥Ã¥·¥å¡£ ! ! ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¥Ü¡¼¥É¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: Hercules Graphite ¥·¥ê¡¼¥º¤ÎÂçÉô ! ʬ(ISA, VLB ÈÇ)¡¢Spider À½¤Î Black Widow VLB ¤È Black Widow Plus VLB, ! Boca À½¤Î Vortek VL, CatsEye/X XGA-2, PS/2-57 planar XGA-2¡£Orchid À½ ! ¤Î Celsius ¤Ï Spider ¤È Boca ¤Î¥Ü¡¼¥É¤Ë¤è¤¯»÷¤Æ¤¤¤Þ¤¹¤¬¡¢AT&T 20C490 ! ¥·¥ê¡¼¥º¤Î RAMDAC ¤ò»È¤Ã¤Æ¤¤¤ë¥«¡¼¥É¤¬°ìÉô¤Ë¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤ÅÀ¤¬°Û¤Ê¤ê ! ¤Þ¤¹¡£AT&T 20C490 ¤Î¸ß´¹ÉʤȻפï¤ì¤ë UMC RAMDAC ¤ò»È¤Ã¤Æ¤¤¤ëÈÆÍѥܡ¼¥É ! ¤Ë¤Ä¤¤¤Æ¤ÎÊó¹ð¤â¤¢¤ê¤Þ¤·¤¿¡£ ! ! 2. ¼Õ¼­ ! ! ¤Þ¤º¡¢Hercules ¼Ò¤Î¥«¥¹¥¿¥Þ¥µ¥Ý¡¼¥ÈÉô¤Ë´¶¼Õ¤·¤Þ¤¹¡£¤³¤Á¤é¤Ë¤Ï¥Ü¡¼¥É¤ò ! Ä󶡤·¤Æ¤¤¤¿¤À¤­¡¢¤ª¤«¤²¤Çºî¶È¤ò»Ï¤á¤ë¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£ ! ! ¼¡¤Ë XFree86 ¥Á¡¼¥à¤È¥×¥í¥¸¥§¥¯¥È¤Î¤¿¤á¤Ë¿ÔÎϤ·¤Æ¤¤¤ëÊý¡¹¤Ë´¶¼Õ¤·¤Þ ! ¤¹¡£¤³¤Î¥µ¡¼¥Ð¤òºî¤ê»Ï¤á¤ë¤ËÅö¤¿¤Ã¤Æ¤Îºî¶È¤Î´ðÁäȤʤëÉôʬ¤òÍ¿¤¨¤Æ¤¤¤¿ ! ¤À¤­¤Þ¤·¤¿¡£ ! ! 3. ´ûÃΤÎÌäÂê ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÀþÉÁ²è¥ë¡¼¥Á¥ó¤ÇÉÁ²è¤·¤¿Àþ¤Ï¡¢mi/cfb ¥ë¡¼¥Á ! ¥ó¤ÇÉÁ²è¤·¤¿Àþ¤È°ìÃפ·¤Þ¤»¤ó¡£Àþ¤ÎÉÁ²è¤È¾Ãµî¤ò¹Ô¤¦¥ë¡¼¥Á¥ó¤Î¼Â¹ÔÃæ ! ¤Ë²¾ÁÛ¥³¥ó¥½¡¼¥ë´Ö¤ÎÀÚ¤êÂؤ¨¤ò¹Ô¤Ã¤¿»þ¤Ë¡¢¤³¤ÎÉÔ°ìÃפ¬ÌÜΩ¤Á¤Þ¤¹¡£ ! Á°¤Î¥ê¥ê¡¼¥¹¤Ç²þÁ±/½¤Àµ¤µ¤ì¤¿¤è¤¦¤Ê¤Î¤Ç¤¹¤¬¡¢¤â¤¦¾¯¤·¥Æ¥¹¥È¤¹¤ëɬÍ× ! ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! o 3.1.1 ¤Ç¥­¥ã¥Ã¥·¥åÉÕ¤­¥Õ¥©¥ó¥ÈÉÁ²è¤ËÄɲ䵤줿Æüì¤Ê¥±¡¼¥¹¤Ç¤Î¹â® ! ²½¤Î°ìÉô¤Ï¡¢¤ä¤ê¤¹¤®¤Ë¤Ê¤ë¾ì¹ç¤¬¤¢¤ë¤Î¤Ç̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£¤³¤ì¤Ïü ! Ëö¤Î¥Õ¥©¥ó¥È¤ÎÀ­Ç½¤òȾʬ¤ËÍî¤È¤·¤Þ¤¹¤¬¡¢AGX ¥Á¥Ã¥×¤Î¾ì¹ç¡¢¥Õ¥©¥ó¥È ! ¤ÎÀ­Ç½¤ÏƱ¤¸»þ´ü¤Î¾¤Î¥«¡¼¥É¤ÈÈæ¤Ù¤Æ¤â´û¤ËÄ㤤¤Ç¤¹¡£ ! ! o Á´¤Æ¤Î¥×¥í¥°¥é¥à¤ÈƱÍͤˡ¢¤µ¤é¤Ë¥Æ¥¹¥È¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 4. »Ä¤Ã¤Æ¤¤¤ëºî¶È ! ! o ¾åµ­¤Î´ûÃΤÎÌäÂê¤Ø¤ÎÂбþ¡£ ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥ë¡¼¥Á¥ó¤ÎÄɲäȰìÈÌŪ¤ÊÀ­Ç½¤Î¸þ¾å¡£´û¸¤Î¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥ó¥ë¡¼¥Á¥ó¤Î¿¤¯¤Ï¡¢¥¢¡¼¥­¥Æ¥¯¥Á¥ãŪ¤Ë XGA ¤È¤ÏÁ´¤¯°Û¤Ê¤ë ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾¤Î¥µ¡¼¥Ð¤Î´û¸¤Î¥ë¡¼¥Á¥ó¤ò ! ¤¤¤¤²Ã¸º¤Ë½ñ¤­Ä¾¤·¤¿¤â¤Î¤Ç¤¢¤ê¡¢ÌÀ¤é¤«¤ËºÇŬ¤È¤ÏÄø±ó¤¤¤â¤Î¤Ç¤¹¡£Æà ! ¤Ë¡¢¥¯¥é¥Õ¥£¥Ã¥¯¥¹¥³¥ó¥Æ¥¯¥¹¥È¤òÀßÄꤹ¤ë¤¿¤á¤ÎÁàºî¤´¤È¤Î°ìÈÌŪ¤Ê¥ª ! ¡¼¥Ð¡¼¥Ø¥Ã¥É¤ÎÃæ¤Ë¤Ï¡¢ValidateGC() ¥ë¡¼¥Á¥ó¤Ë°ÜÆ°¤µ¤»¤ë¤Ù¤­¤â¤Î¤â¤¢ ! ¤ê¤Þ¤¹¡£ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î´°Á´¤Ê¥µ¥Ý¡¼¥È¡£¥³¡¼¥É¤ÎÂçÉôʬ¤Ï¤Ç¤­¤Æ¤¤¤Þ ! ¤¹(¤¢¤ë¤¤¤Ï¾¤Î¥µ¡¼¥Ð¤«¤é¤â¤é¤Ã¤Æ¤­¤Æ¤¤¤Þ¤¹)¡£»Ä¤Ã¤Æ¤¤¤ë¤Î¤Ï¡¢ÀßÄê ! ¥³¡¼¥É¤ò¾¯¤·½ñ¤¯¤³¤È¤È¡¢¥Ç¥Ð¥Ã¥°¤ä¿§¡¹¤ÊÁȹ礻¤ò»î¤¹¤¿¤á¤Î»þ´Ö¤ò¸« ! ¤Ä¤±¤ë¤³¤È¤À¤±¤Ç¤¹¡£ ! ! o Graphite Pro ¤Î 84 ¥Ô¥ó RAMDAC ¤Î¥µ¥Ý¡¼¥È(2MB ÈǤΠGraphite Pro ¤Ë ! ¤ÏξÊý¤Î RAMDAC ¤¬¤¢¤ê¡¢1MB ¤Ë¤Ï 44 ¥Ô¥ó¤Î RAMDAC ¤·¤«¤¢¤ê¤Þ¤»¤ó)¡£ ! ¸½ºß¤Ï 84 ¥Ô¥ó¤Î RAMDAC ¤ÏÇÜ®¥¯¥í¥Ã¥¯¤Î pixmux ¥â¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¥µ¡¼¥Ð¤Ï¥Ó¥Ç¥ª¥â¡¼¥É¤ÇɬÍפȤµ¤ì¤ë¤è¤¦¤Ë RAMDAC ¤Î ! ÀÚ¤êÂؤ¨¤ò¹Ô¤¤¤Þ¤¹¡£8bpp ¤è¤êÂ礭¤¤¥â¡¼¥É¤Ç¤Ï¤³¤ÎÀÚ¤êÂؤ¨¤Ïµ¯¤³¤ê¤Þ ! ¤»¤ó¡£ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¸¡½Ð¤Î¼ÂÁõ¤òÁý¤ä¤¹¡£¤³¤Îºî¶È¤Ïº¤Æñ¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤È¤¤ ! ¤¦¤Î¤â¡¢AGX ¥Á¥Ã¥×¤Ï VESA ¤Î VXE POS ¥ì¥¸¥¹¥¿¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤Ë¤â ! ¤«¤«¤ï¤é¤º¡¢AGX ¥Ù¡¼¥¹¤Î¥Ù¥ó¥À¤Î°ìÉô(Á´¤Æ?)¤Ï¤³¤ì¤ò¼ÂÁõ¤·¤Æ¤¤¤Ê¤¤¤è ! ¤¦¤À¤«¤é¤Ç¤¹(VXE ½àµò¤À¤È¸À¤Ã¤Æ¤¤¤ë¥Ù¥ó¥À¤Ï¤¢¤ê¤Þ¤¹¤¬¡Ä)¡£AGX ¥Á¥Ã ! ¥×¤Ë¤Ï¥ê¥Ó¥¸¥ç¥ó¤ä¥Ù¥ó¥À¤òɽ¤¹¥ì¥¸¥¹¥¿¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ì¤Ï ! ¥É¥­¥å¥á¥ó¥È¤Ë¤ÏºÜ¤Ã¤Æ¤¤¤Þ¤»¤ó¡£Ãí°Õ: SuperProbe ¤â AGX/XGA ¤Î¸¡½Ð ! ¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£XGA ¥Á¥Ã¥×¤ËÂФ·¤Æ¤Ï ISA ¤Î POS ¸¡½Ð¤¬¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢ EISA ¤Î POS ¤Î¸¡½Ð¤Î¥³¡¼¥É¤âÆþ¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢¥Æ¥¹¥È ! ¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! o ºÙ¤«¤¤ºÇŬ²½¡£Æäˡ¢´°Á´¤Ë°ìÈ̲½¤¹¤ëɬÍפ¬Ìµ¤¤Æüì¤Ê¾ì¹ç¤Î¤¦¤Á¡¢¤è ! ¤¯¸½¤ï¤ì¤ë¤â¤Î¤ËÂФ¹¤ë½èÍý¤Î¥ª¡¼¥Ð¡¼¥Ø¥Ã¥É¤Îºï¸º ! ! 5. XF86Config ! ! Device ¥»¥¯¥·¥ç¥ó¤Î¹àÌܤȡ¢¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥ª¥×¥·¥ç¥ó¤ò°Ê²¼¤Ë¼¨ ! ¤·¤Þ¤¹: ! ! AGX-014, AGX-015, AGX-016 ¤È ISA ¥Ù¡¼¥¹¤Î XGA-1, XGA-2 ¤ò»È¤¦¾ì¹ç¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ÇºÇÄã¸Â»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ ! ¤Î¤Ï Chipset ¤Ç¤¹¡£¤·¤«¤·¡¢AGX-01[456] ¥Á¥Ã¥×¤Îµ¡Ç½¤òºÇÂç¸Â¤ËÍøÍѤ¹¤ë ! ¤¿¤á¤Ë¤Ï¡¢RAMDAC ¤â»ØÄꤹ¤Ù¤­¤Ç¤¹¡£Â¾¤Î¥Ñ¥é¥á¡¼¥¿¤ò»È¤Ã¤ÆÄɲäε¡Ç½¤ò ! ÁªÂò¤·¤¿¤ê¡¢¥Ç¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤·¤¿¤ê¡¢¸¡½Ð¤ò»ß¤á¤Æµ¯Æ°»þ´Ö¤òû¤¯¤¹¤ë ! ¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XGA ¸ÇÍ­¤ÎÀßÄê¤ÏËܥɥ­¥å¥á¥ó¥È¤ÎºÇ¸å¤ÇÀâÌÀ¤·¤Þ¤¹¡£°ìÈÌ ! ¤Ë¤Ï XGA ¤Î¹àÌܤò»È¤Ã¤Æ AGX-01[456] ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤâ¾å½ñ¤­¤¹¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¡£ ! ! Ramdac ! ¥Ó¥Ç¥ª¥Ü¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤Î¥¯¥í¥Ã¥¯¤Î¥ì¡¼¥È¤òɬ¤º³Î¤«¤á¡¢ ! ¥µ¡¼¥Ð¤Ë»ØÄê²Äǽ¤Ê¾ì¹ç¤Ç¤¢¤Ã¤Æ¤â¡¢¤³¤Î¥ì¡¼¥È¤ò±Û¤¨¤Ê¤¤¤è¤¦¤Ë¤·¤Þ ! ¤·¤ç¤¦¡£ RAMDAC ¤ò¥ª¡¼¥Ð¡¼¥¯¥í¥Ã¥¯¤µ¤»¤ë¤È¡¢¤³¤ì¤ò²õ¤·¤Æ¤·¤Þ¤¤¤Þ ! ¤¹¡£ ! ! °ìÈÌŪ¤Ë¤Ï¥¯¥í¥Ã¥¯¥ì¡¼¥È¤ÏÉôÉÊÈÖ¹æ¤Ëź»ú¤È¤·¤ÆÉÕ¤±¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤¿¤À¤·¡¢ºÇ¾å°Ì¤Î·å¤À¤±¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤ä¡¢Â¾¤Î¥³¡¼¥É(Î㤨¤Ð¥Ñ¥Ã ! ¥±¡¼¥¸¤Î¥¿¥¤¥×) ¤Èº®¤¸¤Ã¤Æ¤¤¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£Î㤨¤Ð¡¢¥×¥é¥¹¥Á¥Ã ! ¥¯¤Î J-lead ¥Ñ¥Ã¥±¡¼¥¸¤ËÆþ¤Ã¤Æ¤¤¤ë 85MHz ¤Î Bt481 ¤ÎÉôÉÊÈÖ¹æ¤Ï ! Bt481KPJ85 ¤Ç¤¢¤ê¡¢135MHz ¤Î AT&T20C505 ¤ÎÉôÉÊÈÖ¹æ¤Ï ! ATT20C505-13 ¤Ç¤¹¡£Sierra ¤Î¥Á¥Ã¥×¤Î¾ì¹ç¤Ë¤Ï¡¢¥¯¥í¥Ã¥¯¥ì¡¼¥È¤ÏÉô ! ÉÊÈÖ¹æ¤Î²¼¤ËÇ»¤¤¥¤¥ó¥¯¤Ç¹ï°õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! "normal" ! Ä̾ï¤Î VGA ¥¹¥¿¥¤¥ë¤Î RAMDAC(6 ¥Ó¥Ã¥È DAC)¤Ç¤¢¤ê¡¢»ØÄ̵꤬¤¤ ! ¾ì¹ç¤Ë¤Ï¤³¤ì¤¬¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹¡£¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤Ï¤³¤Î¥Ñ¥é¥á ! ¡¼¥¿¤ÇÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¤¬¡¢°ìÉô¤Îµ¡Ç½¤Ï»È¤¨¤Ê¤¤¤Ç¤·¤ç¤¦¡£8bpp ! ¤À¤±¤ò»ÈÍѤǤ­¤Þ¤¹¡£ ! ! "bt481" ! bt481 RAMDAC (8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹) ! ! "bt482" ! bt482 RAMDAC(8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£Hercules ! Graphite HG210 ¤Ï BT481 ¤Þ¤¿¤Ï BT482 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£Î¾¼Ô¤Î°ã ! ¤¤¤Ï¡¢BT482 ¤Ë¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¤¢¤ë¤³¤È¤À¤±¤Ç¤¹(¤Þ¤À¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¤¬)¡£ BT481/2 ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤÎÀ©¸Â¤Ï ! 85MHz ¤Ç¤¹¡£8bpp, 15bpp, 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! "ATT20c490" ! AT&T490 RAMDAC (49[123] ¤ò´Þ¤ß¡¢- 8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤¹)¡£8bpp »þ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤÎÀ©¸Â¤Ï 110MHz ¤Ç¤¹¡£8bpp, ! 15bpp, 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! "SC15025" ! Sierra SC15025 ¤ª¤è¤Ó SC15021 RAMDAC(8 ¥Ó¥Ã¥È DAC ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹)¡£ SC15025 ¤ÎÀ©¸Â¤Ï 125MHz ¤Ç¡¢SC15021 ¤ÎÀ©¸Â¤Ï ! 135MHz ¤Ç¤¹¡£RAMDAC ¤Î¼ÂºÝ¤Î¥ì¡¼¥È¤òÄ´¤Ù¤Þ¤·¤ç¤¦¡£AGX ¥Ù¡¼¥¹ ! ¤Î¥Ü¡¼¥É¤Ç»È¤ï¤ì¤Æ¤¤¤ë°ìÉô¤Î SC15025 ¤Ï¥ì¡¼¥È¤¬ 110MHz ¤·¤«½Ð ! ¤»¤Þ¤»¤ó¡£8bpp, 15bpp, 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! "herc_dual_dac" ! Hercules Graphite Pro ¤Î RAMDAC ¤òÄ´¤Ù¤Þ¤¹¡£80 ¥Ô¥ó¤Î Big- ! RAMDAC ¤¬ÉÕ¤¤¤Æ¤¤¤ë(2MB ¥â¥Ç¥ë)¾ì¹ç¤Ë¤Ï Big-RAMDAC ¤ò»È¤¤¤Þ¤¹ ! ¤¬¡¢ÇÜ®¥¯¥í¥Ã¥¯¤Î¥Ô¥¯¥»¥ë¿½Å²½¥â¡¼¥É¤·¤«»È¤¤¤Þ¤»¤ó(¹â¤¤¥¯ ! ¥í¥Ã¥¯ÃͤÀ¤±¤Ë¤Ê¤ê¤Þ¤¹!)¡£ 8bpp ¥â¡¼¥É¤ÎÄ㤤¥¯¥í¥Ã¥¯Ãͤä²òÁü ! ÅÙ¤Ï 44 ¥Ô¥ó¤Î Small-RAMDAC ¤ËÀÚ¤êÂؤ¨¤ë¤³¤È¤Ç¥µ¥Ý¡¼¥È¤·¤Þ ! ¤¹¡£15bpp ¤È 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! "dac-8-bit" ¥ª¥×¥·¥ç¥ó¤¬ BT485 RAMDAC ¤òºÜ¤»¤¿ Graphite Pro ! ¤ÇÆ°ºî¤·¤Ê¤¤¤È¤¤¤¦Êó¹ð¤¬°ÊÁ°¤Ë¤¢¤ê¤Þ¤·¤¿¤¬¡¢¤³¤ÎÅÀ¤Ç¤Ï ! AT&T20C505 ¤ÈÁ´¤¯Æ±¤¸¤Ï¤º¤Ê¤Î¤Çº¤¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£ÌäÂê¤ÎÀÚ¤ê ! ʬ¤±¤ò¹Ô¤¦¤¿¤á¤Îµ¯Æ°¥á¥Ã¥»¡¼¥¸¤ä XF86Config ¥Õ¥¡¥¤¥ë¤ÏÁ÷¤é¤ì ! ¤Æ¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! HG210 Graphite ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! "herc_small_dac" ! Hercules Graphite Pro ¤Î RAMDAC ¤òÄ´¤Ù¤Þ¤¹¡£É¬¤º BT481/482 ! RAMDAC ¤À¤±¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹¡£8bpp, 15bpp, 16bpp ¤È unpacked ! ·Á¼°¤Î 24/32bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! HG210 Graphite ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! "xga" ! AGX-010 ¤ËÂФ·¡¢¥Ç¥Õ¥©¥ë¥È¤Î VGA ·Á¼°¤Î RAMDAC À©¸æ¤ò¾å½ñ¤­»Ø ! Äê¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Ramdac ´ØÏ¢¤Î¥ª¥×¥·¥ç¥ó: ! ! "dac_6_bit" ! RAMDAC ¤ò VGA ¥Ç¥Õ¥©¥ë¥È¤Î 6 ¥Ó¥Ã¥È DAC ¥â¡¼¥É¤ËÀßÄꤷ¤Þ ! ¤¹("normal" ¤Î¾ì¹ç¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹)¡£ ! ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ¤ò 8 ¥Ó¥Ã¥È DAC ¤ËÀßÄꤷ¤Þ¤¹("normal" ! ¤ò½ü¤¯Á´¤Æ¤Î¾ì¹ç¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹)¡£ ! ! "sync_on_green" ! Ʊ´ü¿®¹æ¤òG(ÎÐ)¿®¹æ¤Ë¾è¤»¤ë¹çÀ®¤¹¤ëµ¡Ç½¤ò»ý¤Ã¤¿ RAMDAC ! (BT481/481, AT&T20c490)¤Î¾ì¹ç¡¢¤³¤Îµ¡Ç½¤ò»È¤¤¤Þ¤¹¡£¤·¤«¤·¡¢¥Ü ! ¡¼¥É¤ËɬÍפÊÁõÈ÷¤¬¤¢¤Ã¤Æ¤â¡¢¹çÀ®¤Î¥í¥¸¥Ã¥¯¤ÎÊý¤¬²ø¤·¤¤¤Ç¤¹¡£ ! ! Chipset: ! ɬ¤º»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£»ØÄê¤Ç¤­¤ëÃÍ¤Ï "AGX-016", ! "AGX-015", "AGX-014", "AGX-010", "XGA-2", "XGA-1" ¤Î¤¤¤º¤ì¤«¤Ç ! ¤¹¡£AGX ¥Ù¥ó¥À¤Î°ìÉô¤Ï¥Á¥Ã¥×¤Î¾å¤Ë¥¹¥Æ¥Ã¥«¡¼¤òŽ¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢°ì ! ÈÌŪ¤Ë¤Ï¡¢VLB ¥Ü¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¤³¤ì¤Ï¿ʬ AGX-015 ¤Ç¡¢ISA ¥Ü¡¼¥É ! ¤Î¾ì¹ç¤Ë¤Ï¿ʬ AGX-014 ¤Ç¤·¤ç¤¦¡£ Hercules Graphite Power Pro ¤È ! Spider Black Widow Plus ¤Ï AGX-016 ¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ ! °ìÈÌŪ¤Ë¤Ï¡¢AGX-0{14,15,16} ¥·¥ê¡¼¥º¤Î¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤Î¤â¤Î¤ÏÌäÂê ! ¤òµ¯¤³¤µ¤Ê¤¤¤è¤¦¤Ç¤¹(AGX-014 ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤·¤ÎÀþÉÁ²è¤Î ! À­Ç½¤¬Ä㤤¤³¤È¤Ï½ü¤­¤Þ¤¹)¡£ ! ! Ãí°Õ:²¿¤é¤«¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤Æ¤¤¤ë¤Î¤Ï AGX-016, AGX-015, AGX-014, ! XGA-2 ¤À¤±¤Ç¤¹¡£³«È¯¤ÎÂçÉôʬ¤Ï AGX-015 ¥Ù¡¼¥¹¤Ç¥á¥â¥ê 2MB ¤Î ! Hercules Graphite VL PRO (HG720) ¤Ç¹Ô¤¤¡¢°ÊÁ°¤Î¥ê¥ê¡¼¥¹¤Î¾ì¹ç¤Ë ! ¤Ï¥Æ¥¹¥¿¤Î¤Û¤È¤ó¤É¤Ï AGX-014 ¥Ù¡¼¥¹¤Î¥á¥â¥ê 1MB ¤Î Hercules ! Graphite (HG210) ¤ò»È¤Ã¤Æ¤¤¤Þ¤·¤¿¡£ ! ! É®¼Ô¤¬»ý¤Ã¤Æ¤¤¤ë AGX-010 ¤Ë´Ø¤¹¤ë¤ï¤º¤«¤Ê¥É¥­¥å¥á¥ó¥È¤Ï¡¢XGA ¥¢ ! ¡¼¥­¥Æ¥¯¥Á¥ã¤Î¥¯¥í¡¼¥ó¤ËÄɲäÎÀßÄêÍѥ쥸¥¹¥¿¤ò¤¤¤¯¤Ä¤«Äɲä·¤¿ ! ¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¤Î¥É¥­¥å¥á¥ó¥È¤Ç¤¹¡£XGA RAMDAC À©¸æ¥ì¥¸¥¹¥¿¤È³ÈÄ¥ ! VGA RAMDAC À©¸æ¥ì¥¸¥¹¥¿¤Î¤É¤Á¤é¤ò»È¤¦¤«¤Ï·è¤Þ¤Ã¤Æ¤¤¤Þ¤»¤ó¡£3.1.1 ! ¤è¤ê¸å¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç VGA À©¸æ¥ì¥¸¥¹¥¿¤ò»È¤¦¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿ ! ¤¬¡¢XGA RAMDAC ¥Ñ¥é¥á¡¼¥¿¤ò»È¤¨¤Ð XGA À©¸æ¥ì¥¸¥¹¥¿¤ò¶¯À©Åª¤Ë»È¤¦ ! ¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XGA ¥»¥¯¥·¥ç¥ó¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤ëÀßÄê¥Ñ¥é¥á¡¼¥¿¤ÈƱ ! ÍͤΥѥé¥á¡¼¥¿¤ò»È¤Ã¤Æ¡¢I/O ¤ä¥á¥â¥ê¥¢¥É¥ì¥¹¤Ë´Ø¤¹¤ë AGX ¤Î¥Ç ! ¥Õ¥©¥ë¥ÈÃͤò¾å½ñ¤­¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! VideoRam: ! »ØÄꤷ¤Ê¤±¤ì¤Ð¸¡½Ð¤¬¹Ô¤ï¤ì¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥µ¡¼ ! ¥Ð¤Îµ¯Æ°¤¬¾¯¤·Â®¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ¥Á¥å¡¼¥Ë¥ó¥°ÍÑ¥ª¥×¥·¥ç¥ó: ! ! ¥Ð¥¹ I/O ¥¤¥ó¥¿¥Õ¥§¡¼¥¹: ! ! "8_bit_bus" ! ¶¯À©Åª¤Ë 8 ¥Ó¥Ã¥È I/O ¥Ð¥¹¤Ë¤·¤Þ¤¹¡£ ! ! "wait_state", "no_wait_state" ! CPU ¤Î¥¢¥¯¥»¥¹ÂÔ¤Á¾õÂÖ¤ÎÀßÄê¤È¥¯¥ê¥¢¤ò¹Ô¤¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È ! ÃÍ¤Ï POST ÀßÄê¤Ç¤¹¡£ ! ! "fifo_conserv" ! AGX-015 ¤È AGX-016 ¤Ë¤ª¤¤¤Æ¡¢¥á¥â¥ê I/O ¥Ð¥Ã¥Õ¥¡¤ò̵¸ú¤Ë¤· ! ¤Þ¤¹¡£¤³¤ì¤Ï MS-Windows ¤Î¥É¥é¥¤¥Ð¤Î¥Ç¥Õ¥©¥ë¥È¤ÎÆ°ºî¤Ç¤¹¡£ ! ¡Ö¥¿¥¤¥ß¥ó¥°¤¬¤­¤ï¤É¤¤¡×°ìÉô¤Î VLB ¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£¤³¤Î¥µ¡¼¥Ð¤ËÂФ¹¤ë¥Ç¥Õ¥©¥ë¥È¤ÎÆ°ºî¤Ç¤Ï¡¢ ! ¥Ð¥Ã¥Õ¥¡¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! "fifo_moderate" ! AGX-015/016 ¤Î¥á¥â¥ê I/O ¥Ð¥Ã¥Õ¥¡¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! "fifo_aggressive" ! AGX-016 ¤ÎÆÃÂç¥Ð¥Ã¥Õ¥¡¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤É¤Á¤é¤Î¥ª¥×¥·¥ç¥ó¤ò ! »È¤Ã¤¿¾ì¹ç¤â¡¢²èÌ̤˥´¥ß¤¬»Ä¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥Ç ! ¥Õ¥©¥ë¥È¤Ç¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£Îɤ¤¥Æ¥¹¥ÈÊýË¡¤Ï¡¢xbench ! ¤ä x11perf ¤ÎÅÀÀþ¤Î¥Æ¥¹¥È¤Ç¤¢¤ê¡¢¥é¥ó¥À¥à¤ÊÅÀ¤¬ÉÁ²è¤µ¤ì¤ë ! ÍѤǤ¢¤ì¤Ð fifo_conserv ¤ÎÀßÄ꤬ɬÍפǤ¹¡£º£¤Î¤È¤³¤í¡¢¥Ð¥Ã ! ¥Õ¥¡¤òÍ­¸ú¤Ë¤·¤ÆÀµ¤·¤¯Æ°ºî¤·¤¿¥Ü¡¼¥É¤ÏÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¥á¥â¥ê¤Î¥¿¥¤¥ß¥ó¥°: ! ¥Ç¥Õ¥©¥ë¥ÈÃͤΠPOST ÀßÄê¤ÇÎɤ¤¤Ï¤º¤Ç¤¹¡£ ! ! "vram_delay_latch", ! "vram delay_ras", "vram_extend_ras"" VRAM ¤Î¥¿¥¤¥ß¥ó¥°¤Ë´Ø ! ¤¹¤ë¥ª¥×¥·¥ç¥ó ! ! "slow_vram", ! "slow_dram"" VRAM ¤Î¥¿¥¤¥ß¥ó¥°¤Ë´Ø¤¹¤ë¥ª¥×¥·¥ç¥ó¤òÁ´¤Æ¥»¥Ã ! ¥È¤·¤Þ¤¹¡£ ! ! "med_dram" ! VRAM ¤Î¥é¥Ã¥ÁÃÙ±äÁàºî¤ò¥»¥Ã¥È¤·¡¢Â¾¤Î¥ª¥×¥·¥ç¥ó¤ò¥¯¥ê¥¢¤· ! ¤Þ¤¹¡£ ! ! "fast_vram", ! "fast_dram"" VRAM ¤Î¥¿¥¤¥ß¥ó¥°¤Ë´Ø¤¹¤ë¥ª¥×¥·¥ç¥ó¤òÁ´¤Æ¥¯¥ê ! ¥¢¤·¤Þ¤¹¡£POST ÀßÄê¤ò¥¯¥ê¥¢¤¹¤ë¤¿¤á¤Ë VRAM ¤Î¥ª¥×¥·¥ç¥ó¤ò ! ľÀÜ»ØÄꤹ¤ë¤Ê¤é¤Ð¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó¡£ ! ! ¥Ç¥Ð¥Ã¥°ÍÑ: ! °ìÈÌŪ¤Ë¤ÏɬÍ×̵¤¤¤Ï¤º¤Ç¤¹: ! ! "noaccel" ! (AGX,XGA) ¥Õ¥©¥ó¥È¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! "crtc_delay" ! (AGX) XGA ¥â¡¼¥É¤ò¶¯À©Åª¤Ë CRTC ÃÙ±ä¤Ë¤·¤Þ¤¹¡£ ! ! "engine_delay" ! AGX-015 ÀìÍÑ? ÄɲäΠVLB ÂÔ¤Á¾õÂÖ¤ò²Ã¤¨¤Þ¤¹¡£ ! ! "vram_128", "vram_256" ! VRAM Á«°Ü¼þÇÈ¿ô¤òÀßÄꤷ¤Þ¤¹¡£128Kx8 ¤Î VRAM ¤Î¾ì¹ç¤Ï ! vram_128 ¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥Ó¥Ã¥È¤Ï POST ÀßÄ꤫¤é ! ¤º¤Ã¤ÈÊѲ½¤·¤Þ¤»¤ó¡£ ! ! "refresh_20", "refresh_25" ! ¥¹¥¯¥ê¡¼¥ó¤Î¥ê¥Õ¥ì¥Ã¥·¥åÆ°ºî¤Î´Ö¤Î¥¯¥í¥Ã¥¯¤Î¥µ¥¤¥¯¥ë¿ô¤Ç ! ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥Ó¥Ã¥È¤Ï POST ÀßÄ꤫¤é¤º¤Ã¤ÈÊѲ½¤· ! ¤Þ¤»¤ó¡£ ! ! "screen_refresh" ! AGX-016 ¤Ë¤ª¤¤¤Æ¡¢¥Ö¥é¥ó¥¯Ìµ¤·¤Î¥¤¥ó¥¿¡¼¥Ð¥ë´Ö¤Î²èÌÌ¥ê¥Õ ! ¥ì¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤ì¤é¤Ï¤º¤Ã¤ÈÍ­¸ú ! ¤Ë¤Ê¤Ã¤¿¤Þ¤Þ¤Ç¤¹¡£ ! ! "vlb_a", "vlb_b" ! VLB ¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Î¥¿¥¤¥×¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥Ó¥Ã ! ¥È¤Ï POST Ãͤ«¤é¤º¤Ã¤ÈÊѲ½¤·¤Þ¤»¤ó¡£ ! ! ²¾ÁÛ²òÁüÅÙ: ! ¸½ºß¤Î¥µ¡¼¥Ð¤Ï²¾ÁÛŪ¤Ê²èÌÌÉý¤Ë¤É¤ó¤ÊÃͤǤâ»ØÄê¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ ! ¤·¤¿¡£¤·¤«¤·¼ÂºÝ¤Ë»È¤¨¤ë CTRC ¤Î¥é¥¤¥óÉý¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¨¥ó¥¸ ! ¥ó¤Î»ÈÍÑÃæ¤Ë¤ÏÀ©¸Â¤µ¤ì¤Þ¤¹¤·¡¢¥Á¥Ã¥×¤Î¥ê¥Ó¥¸¥ç¥ó¤Ë¤â°Í¸¤·¤Þ¤¹¡£ ! »ÈÍѤ¹¤ë¥á¥â¥ê¤ÎÎ̤ò·è¤á¤ë¤Î¤Ï²¾ÁÛ²èÌ̤ÎÉý¤Ç¤Ï¤Ê¤¯¡¢CRTC ¤Î¥é¥¤ ! ¥óÉý¤Ç¤¹¡£¸½ºß¤Î¥µ¡¼¥Ð¤Ï̤»ÈÍѤΠCTRC ¤Î¥é¥¤¥ó¤Î¥á¥â¥ê¤ÏÁ´¤¯ÍøÍÑ ! ¤·¤Þ¤»¤ó¡£CTRC ¤Î¥é¥¤¥óÉý¤Ï°Ê²¼¤Îµ¬Â§¤Ë¤è¤Ã¤Æ·è¤Þ¤ê¤Þ¤¹: ! ! AGX-014 : 512, 1024, 2048 (AGX-010 ¤âƱ¤¸) ! ! AGX-015 : 512, 1024, 1280, 2048 ! ! AGX-016 : 512, 640, 800, 1024, 1280, 2048 ! ! XGA,AGX-010 : 512, 640, 800, 1024, 1280, 1152, 2048 ! ! ²¾ÁÛ²òÁüÅÙ¤¬ÊªÍý²òÁüÅÙ¤è¤ê¤º¤Ã¤ÈÂ礭¤¤¾ì¹ç¤Ë¡¢²èÌ̤ò¥Ñ¥ó¤¹¤ë¤È¼Ê¤¬ ! ½Ð¤ë¤³¤È¤òÉ®¼Ô¤Ï·Ð¸³¤·¤Þ¤·¤¿¡£¥Þ¥¦¥¹¤ò¾¯¤·Æ°¤«¤¹¤È¼Ê¤Ï̵¤¯¤Ê¤ê¤Þ ! ¤¹¡£ Hercules ¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë¤è¤ë¤È¡¢¤³¤Î¸½¾Ý¤Ï MS-Windows ÍѤΥɥé ! ¥¤¥Ð¤Ç¤âµ¯¤³¤ë¤½¤¦¤Ç¤¹¡£ ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï¾¯¤Ê¤¯¤È¤â 64KB ¤Îºî¶ÈÎΰè¤òɬÍפȤ·¤Þ¤¹¡£¥Õ¥©¥ó¥È ! ¥­¥ã¥Ã¥·¥å¤äÂ礭¤Êºî¶ÈÎΰ褬ɬÍפʤé¤Ð¥á¥â¥ê¤òÄɲ乤ë¤ÈÎɤ¤¤Ç¤·¤ç ! ¤¦¡£ ! ! AGX ¤Î Clocks ÃÍ: ! ¥¯¥í¥Ã¥¯Ãͤμ«Æ°¸¡½Ð¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ÅöÁ³¤Ê¤¬¤é¤¤¤Ä¤â¤Î ! ·Ù¹ð¤ÈÌÈÀÕ»ö¹à¤ÏÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£¸¡½Ð¤ò¹Ô¤¦¤È¡¢¥â¥Ë¥¿¤ÎµöÍÆÈϰϤò ! ±Û¤¨¤ë¼þÇÈ¿ô¤¬¥â¥Ë¥¿¤Ë¤«¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢ËüÁ´¤ò´ü ! ¤¹¤Ê¤é¤Ð¡¢¸¡½Ð¤ò¹Ô¤¦´Ö¤Ë¤Ï¥â¥Ë¥¿¤ÎÅŸ»¤òÀڤäƤª¤¯¤È¤è¤¤¤Ç¤·¤ç ! ¤¦¡£ ! ! °ìÅÙ¥¯¥í¥Ã¥¯ÃͤòÄ´¤Ù¤ë¤È¡¢¤½¤ÎÃͤò XF86Config ¤Ë½ñ¤­¹þ¤à¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¡£¤³¤¦¤¹¤ë¤È¡¢¤½¤ì°Ê¹ß¤Î¥µ¡¼¥Ð¼Â¹Ô»þ¤Ë¤Ï¥¯¥í¥Ã¥¯Ãͤθ¡½Ð¤Ï ! ÉÔÍפˤʤꡢµ¯Æ°¤¬Â®¤¯¤Ê¤ê¤Þ¤¹¡£¥¯¥í¥Ã¥¯¤Î¸¡½Ð¤ò¹Ô¤¦¤Ë ! ¤Ï¡¢-probeonly ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ X ¥µ¡¼¥Ð¤ò¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£É½¼¨¤µ¤ì¤ë¥¯¥í¥Ã¥¯Ãͤϥϡ¼¥É¥¦¥§¥¢¤ÎÆþÎÏ¥¯¥í¥Ã¥¯ÃͤǤ¢ ! ¤ê¡¢8bpp ¤ÎľÀÜ¥¯¥í¥Ã¥­¥ó¥° RAMDAC ¥â¡¼¥É¤Ë¤ª¤±¤ë¥Ô¥¯¥»¥ë¥¯¥í¥Ã ! ¥¯Ãͤ˰ìÃפ·¤Þ¤¹¡£¥µ¡¼¥Ð¤Ï¡¢¸½ºß¤Î¿§¤Î¿¼¤µ¤ÇÍøÍѤǤ­¤ë RAMDAC ¤Î ! ¥â¡¼¥É¤Ë¹ç¤ï¤»¤ÆŬÀڤʳݤ±»»¤ä³ä¤ê»»¤ò¹Ô¤¤¤Þ¤¹¡£ÍøÍѲÄǽ¤Ê¥Ô¥¯¥» ! ¥ë¥¯¥í¥Ã¥¯Ãͤϵ¯Æ°¥á¥Ã¥»¡¼¥¸Ãæ¤Ëɽ¼¨¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ ! ! ¥á¥â¥ê 2MB ¤Î Hercules Graphites ¤Ç "herc-dual-dac" ¤È¤¤¤¦ ! RAMDAC »ØÄê¤ò¹Ô¤Ã¤¿¾ì¹ç¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¡¼¥Ð¤ÏÇܤˤ·¤¿Ãͤ䥼 ! ¥í¤Ë¤·¤¿Ãͤò´Þ¤àÄɲäΥ¯¥í¥Ã¥¯¤ò 16 ¸ÄÀ¸À®¤·¤Þ¤·¤¿¡£¤³¤ì¤é¤ÎÃÍ¤Ï ! ¸½ºß¤ÏɬÍפʤ¤¤Î¤Ç¡¢Á´¤Æ¤Î¥¯¥í¥Ã¥¯Ãͤ¬ÍøÍѲÄǽ¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤¹ ! ¤ë¤¿¤á¤Ë¥¯¥í¥Ã¥¯ÃͤκƸ¡½Ð¤äºÆÆþÎϤò¹Ô¤¦¤Ù¤­¤Ç¤¹¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤¬ AGX-015 ¤Ç¤¢¤ê¡¢ICS1494M 9251-516 ¥¯¥í¥Ã¥¯¥Á¥Ã¥× ! ¤òÀѤó¤À 2MB ¤Î Hercules Graphite VL Pro ¤Ç¤Ï°Ê²¼¤Î¥¯¥í¥Ã¥¯Ãͤ¬ ! ¸¡½Ð¤µ¤ì¤Þ¤·¤¿: ! ! 25.18 28.80 32.70 36.00 40.00 45.00 50.40 64.70 ! 70.10 76.10 80.60 86.30 90.40 95.90 100.70 109.40 ! ! Hercules ¤Ë¤è¤ë¤È¼ÂºÝ¤ÎÃͤϰʲ¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! 25.175 28.322 32.512 36.000 40.00 44.90 50.35 65.00 ! 70.00 75.00 80.00 85.00 90.00 95.00 100.0 108.0 ! ! XF86Config ¤Ç "normal", "bt481", "herc_small_dac" ¤Î¤¤¤º¤ì¤«¤ò RAM- ! DAC ¤Ë»ØÄꤷ¡¢¤ª»È¤¤¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬¤³¤ì¤Ë°ìÃפ¹¤ë¾ì¹ç¡¢¤³¤ì¤é¤Î ! Ãͤ¬¥¯¥í¥Ã¥¯É½¼¨¤Ç»È¤ï¤ì¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯¤Î¸¡½Ð¤Ç¤Ï¡¢ºÇ½é¤Î¥¯¥í¥Ã¥¯Ãͤ¬ 25.175MHz ¤Ç¤¢¤ë¤³¤È¤òÁÛÄê ! ¤·¡¢»Ä¤ê¤ÎÃͤòµá¤á¤ëºÝ¤Ë¤Ï¤³¤ÎÃͤò»È¤¤¤Þ¤¹¡£2 ÈÖÌܤÎÃͤ¬ 28.322MHz ! ¤Ç¤Ê¤¤¾ì¹ç¡¢¥¦¥©¡¼¥Ë¥ó¥°¤¬½ÐÎϤµ¤ì¤Þ¤¹¡£¥¦¥©¡¼¥Ë¥ó¥°¤¬½ÐÎϤµ¤ì¤¿¾ì ! ¹ç¤Ë¤Ï¡¢Â¾¤ÎÊýË¡¤Ç¸¡¾Ú¤ò²Ã¤¨¤ë¤³¤È¤Ê¤·¤Ë¸¡½Ð¤µ¤ì¤¿¥¯¥í¥Ã¥¯Ãͤò»È¤Ã ! ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! AGX-014 ¤ä¤½¤ì°Ê¹ß¤Î AGX ¤Î¾ì¹ç¡¢³°Éô¥¯¥í¥Ã¥¯ÁªÂò¤Î¹Ô¤À¤±¤¬»È¤ï¤ì¤Þ ! ¤¹¡£¤³¤ì¤Ï¥Ó¥Ç¥ª¥Ü¡¼¥É¤Î¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ÎÃͤËÂбþ¤¹¤ë¥¯¥í¥Ã¥¯Ãͤò¼¨ ! ¤·¤Þ¤¹¡£ ! ! AGX-010 ¤Î¾ì¹ç¡¢ºÇ½é¤Î 8 ¤Ä¤Î¥¯¥í¥Ã¥¯ÃͤˤÏɸ½à¤Î XGA ÆâÉô¥¯¥í¥Ã¥¯ ! ÁªÂò¤¬»È¤ï¤ì¡¢¼¡¤Î 8 ¤Ä¤Î¥¯¥í¥Ã¥¯ÃÍ¤Ï AGX Æȼ«¤Î³ÈÄ¥¤Ë´ð¤Å¤¤¤Æ·è¤á ! ¤é¤ì¤Þ¤¹¡£ XGA-1 ¤Î¾ì¹ç¤Ë¤Ï¥¯¥í¥Ã¥¯ÃÍ¤Ï 8 ¤Ä¤À¤±¤·¤«»ÈÍѤǤ­¤Þ¤» ! ¤ó¡£XGA-2 ¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤¦¤Î¤Ç¡¢¥¯¥í¥Ã¥¯Ãͤ䥯¥í¥Ã¥¯ ! ¥Á¥Ã¥×¹Ô¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! µö¤µ¤ì¤ëºÇÂç¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃͤϰìÈÌŪ¤Ë¤Ï 85MHz ¤Ç¤¹¤¬¡¢°ìÉô¤Î ! RAMDAC ¤Ï¤â¤Ã¤È¹â¤¤Ãͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤¤¤º¤ì¤Ë¤·¤Æ¤â¡¢RAMDAC ! ¤Ë¤Ä¤¤¤Æ¤ÏÄ´¤Ù¤Æ¤ª¤¯¤Ù¤­¤Ç¤¹¡£AGX ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Ç»È¤ï¤ì¤Æ¤¤¤ë ! RAMDAC ¤Î°ìÉô¤Ï¡¢¥Ð¡¼¥¸¥ç¥ó¤Ë¤è¤Ã¤Æ¤Ï¥µ¡¼¥Ð¤¬ÁÛÄꤷ¤Æ¤¤¤ë¤è¤ê¤âÄ㤤 ! Ãͤ·¤«½Ð¤»¤Þ¤»¤ó¡£¤Ç¤¹¤«¤é¡¢¥ì¡¼¥È¤òÄ´¤Ù¤Æ¤½¤ÎÃͤò±Û¤¨¤Ê¤¤¤è¤¦¤Ë¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¥â¡¼¥É: ! Mach8 ¤È°ã¤¦ÅÀ¤ò 1 ¤Ä»ØŦ¤·¤Æ¤ª¤¯¤È¡¢AGX ¤Î CTRC ¤Ï¿åʿƱ´ü¤Î³« ! »Ï¤¬¿åÊ¿¥Ö¥é¥ó¥¯¤Î³«»Ï¤È°ìÃפ¹¤ë¤Î¤ò¹¥¤ß¤Þ¤»¤ó(¿âľƱ´ü¤âƱ¤¸Ìä ! Âê¤ò»ý¤Ã¤Æ¤¤¤ë¤«¤â¤·¤ì¤Ê¤¤¤Î¤Ç¡¢¤â¤¦¾¯¤·¥Æ¥¹¥È¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹)¡£¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤È +/-sync ¥Õ¥é¥°¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹ ! ¤¬¡¢¥Æ¥¹¥È¤Ï¤Û¤È¤ó¤É¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Î¾ì¹ç¡¢ ! ¹Ô¿ô¤¬É¬¤º´ñ¿ô¤Ë¤Ê¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¸½ºß¤Ï¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¥µ¥Ý¡¼¥È¤µ¤ì ! ¤Æ¤¤¤ëºÇ¾®¤Î¥¯¥í¥Ã¥¯ÃͤϰìÈÌ¤Ë 25MHz ¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢400x300 ! ¤è¤ê¾®¤µ¤¤²òÁüÅ٤ϤۤȤó¤É¤Î¥â¥Ë¥¿¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤¬Â¿ ! ¤¤¤Ç¤·¤ç¤¦¡£¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤òºî¤ëºÝ¤Ë¤Ï¡¢¿âľ¤Î ! ¥¿¥¤¥ß¥ó¥°¤Ï¸«¤«¤±¤Î²òÁüÅ٤ˤ·¤Þ¤¹¡£Î㤨¤Ð¡¢400x300 ¤Î¾ì¹ç¥¿¥¤¥ß ! ¥ó¥°¤Ï 600 ¹Ô¤Ç¤Ê¤¯300 ¹Ô¤òµ­½Ò¤·¤Þ¤¹¡£ ! ! Îã: ! ! Hercules HG720(¥á¥â¥ê 2MB ¤Î VLB AGX-015 ¤Ç BT481 ¤È AT&T20C5050 ! RAMDAC ¤òÀѤó¤Ç¤¤¤Þ¤¹)ÍѤˡ¢É®¼Ô¤Ï XF86Config ¤Î "Device" ¥»¥¯ ! ¥·¥ç¥ó¤ò°Ê²¼¤Î¤è¤¦¤ÊÀßÄê¤Ë¤·¤Æ¤¤¤Þ¤¹: ! ! Section "Device" ! Identifier "HG720" ! VendorName "Hercules" ! BoardName "Graphite VL Pro" ! Chipset "AGX-015" ! Clocks 25.2 28.3 32.5 36.0 40.0 45.0 50.4 65.0 ! 70.00 75.00 80.00 85.00 90.00 95.00 100.0 108.0 ! Videoram 2048 ! RamDac "herc_dual_dac" ! Option "dac_8_bit" ! Option "no_wait_state" ! EndSection ! ! Spider Black Widow Plus (¥á¥â¥ê 2MB ¤Î VLB AGX-016 ¤Ç Sierra ! SC15021 RAMDAC ¤òÀѤó¤Ç¤¤¤Þ¤¹)ÍѤÎÀßÄê¤Ï°Ê²¼¤Ç¤¹: ! ! Section "Device" ! Identifier "SBWP" ! VendorName "Spider" ! BoardName "Black Widow Plus" ! Chipset "AGX-016" ! Clocks 25.2 28.3 39.9 72.2 50.0 76.9 36.1 44.8 ! 89.0 119.8 79.9 31.5 110.0 64.9 74.9 94.9 ! Videoram 2048 ! RamDac "SC15025" ! Option "dac_8_bit" ! Option "no_wait_state" ! EndSection ! ! 6. XGA ¤ÎÀßÄê ! ! ¤³¤Î¥µ¡¼¥Ð¤Ç¤Ï XGA-2 ¸ß´¹¤Î¥Ü¡¼¥É(ÊÌ̾ XGA-NI)¤Î¥µ¥Ý¡¼¥È¤Ë´Ø¤¹¤ë¥Æ¥¹¥È ! ¤â¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹¡£XGA-1 ¤Î¥µ¥Ý¡¼¥È¤Ë¤ª¤±¤ë¼çÍפÊÌäÂê¤Ï¥¯¥í¥Ã¥¯Ãͤθ¡½Ð ! ¤¬Æ°ºî¤¹¤ë¤«¤É¤¦¤«¤Ç¤¹¡£¸½»þÅÀ¤Ç¤Ï¥Ü¡¼¥É¤Î¹½À®¤Î¸¡½Ð¤ÏÀ©¸Â¤µ¤ì¤Æ¤¤¤Æ¡¢ ! ¾ÜºÙ¤ÊÀßÄê¤Ï¼êÆ°¤Ç¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢ISA ¥Ð¥¹¤Î POS ÅÐÏ¿¤¬¼Â¹Ô¤µ¤ì¤Þ¤¹¡£XGA ¤Î Instance ÈÖ ! ¹æ¤¬»ØÄꤵ¤ì¤¿¾ì¹ç¡¢¸¡½Ð¤ÎÈϰϤϾ¯¤·¶¹¤Þ¤ê¤Þ¤¹¡£¾å½ñ¤­¤ò¹Ô¤Ã¤¿¤ê¸¡½Ð¤ò ! ̵¸ú¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç Instance ! ÈÖ¹æ¤ÎºÇ¾®ÃÍ¡¢COPbase ÃÍ¡¢MEMbase Ãͤò XGA ¥«¡¼¥É¤ËÂФ·¤Æ»ØÄꤷ¤Ê¤±¤ì ! ¤Ð¤Ê¤ê¤Þ¤»¤ó¡£MCA ¤Î¸¡½Ð¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! Instance nn ! XGA ¤Î¥¤¥ó¥¹¥¿¥ó¥¹ÈÖ¹æ(0-7)¡£ ! ! IObase nnnn ! XGA ¤ÎÈÆÍÑÀ©¸æ¥ì¥¸¥¹¥¿¤Î I/O ¥¢¥É¥ì¥¹¡£É¸½àÃͤȥǥե©¥ë¥ÈÃÍ¤Ï ! 0x21i0 ¤Ç¤¹(i ¤Ï¥¤¥ó¥¹¥¿¥ó¥¹ÈÖ¹æ¤Ç¤¹)¡£ ! ! MEMbase nnnn ! XGA ¤Îɽ¼¨¥á¥â¥ê¥¢¥É¥ì¥¹(XGA ¤Î¥³¥×¥í¥»¥Ã¥µ¤¬¥Ó¥Ç¥ª¥á¥â¥ê¤ËÂФ· ! ¤Æ»È¤¦¥¢¥É¥ì¥¹¤Ç¤¹)¡£¥ê¥Ë¥¢¥á¥â¥ê¥Þ¥Ã¥Ô¥ó¥°¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ü ! ¡¼¥É¤Ç¤Ï¡¢¤³¤ì¤Ï¥·¥¹¥Æ¥à¥á¥â¥ê¤Ë¤ª¤±¤ë¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¤Î¥¢¥É¥ì¥¹ ! ¤Ë¤â¤Ê¤ê¤Þ¤¹¡£ ! ! POS ¥ì¥¸¥¹¥¿ 4 ¤Î¥Ó¥Ã¥È 7-1 ¤ÏXGA ¤Îɽ¼¨¥á¥â¥ê¥¢¥É¥ì¥¹¤Î ¥Ó¥Ã¥È ! 31-25 ¤ÎÆâÍƤǤ¹¡£É½¼¨¥á¥â¥ê¥¢¥É¥ì¥¹¤Î¥Ó¥Ã¥È 24-22 ¤Ï XGA ¤Î¥¤¥ó ! ¥¹¥¿¥ó¥¹ÈÖ¹æ¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï XGA ¤Î¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¤ò»È¤ï¤Ê¤¤ ! ¤Î¤Ç¡¢ POS ¥ì¥¸¥¹¥¿ 4 ¤Î ¥Ó¥Ã¥È 0 ¤Ï»È¤ï¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢¥³¥×¥í ! ¥»¥Ã¥µ¤Ë¤Ï¤³¤ì¤Ë´Ø¤¹¤ëÀßÄê¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! AGX-01[456] ¤Îɽ¼¨¥á¥â¥ê¥¢¥É¥ì¥¹¤Ï¸ÇÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! COPbase nnnnnn ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¨¥ó¥¸¥ó¤Î¥á¥â¥ê¥Þ¥Ã¥×¥ÈÀ©¸æ¥ì¥¸¥¹¥¿¤Ç¤¹¡£ ! ! Ä̾ï¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! 0xC1C00 + (ext_mem_addr * 0x2000) + (instance * 0x80) ! ! ¤³¤³¤Ç¡¢ext_mem_addr ¤Ï POS ¥ì¥¸¥¹¥¿ 2 ¤Î¾å°Ì 4 ¥Ó¥Ã¥È(¥µ¡¼¥Ð¤Ï ! 0-16 ¤Ï 0 ¤Ç¤¢¤ë¤â¤Î¤È¤·¤Þ¤¹)¤Ç¤¹¡£ ! ! AGX-01[456] ¥Á¥Ã¥×¤Ï 0xB1F00(¥Ç¥Õ¥©¥ë¥ÈÃÍ)¤È 0xD1F00 ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! BIOSbase nnnnnn ! XGA BIOS ¤Î¥¢¥É¥ì¥¹(VGA BIOS ¤Î¥¢¥É¥ì¥¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)¡£COPbase ! ¤ÎÂå¤ï¤ê¤È¤·¤Æ»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! Ä̾ï¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! 0xC0000 + (ext_mem_addr * 0x2000) ! ! ¤³¤³¤Ç¡¢ext_mem_addr ¤Ï POS ¥ì¥¸¥¹¥¿ 2 ¤Î¾å°Ì 4 ¥Ó¥Ã¥È(¥µ¡¼¥Ð¤Ï ! 0-16 ¤Ï 0 ¤Ç¤¢¤ë¤â¤Î¤È¤·¤Þ¤¹)¤Ç¤¹¡£ ! ! VGAbase nnnn ! ¥µ¡¼¥Ð»È¤¦ 64KB ¤Î¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥É¥ì¥¹¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¢¤ë ! 0xA0000 ¤ò¾å½ñ¤­¤¹¤ë¤¿¤á¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­ ! ¤ëÃÍ¤Ï 0xA0000 ¤È 0xB0000 ¤À¤±¤Ç¤¹¡£Linux ¤ò»È¤Ã¤Æ¤¤¤ë¾ì ! ¹ç¡¢0xB0000 ¤ò»ØÄꤹ¤ë¤È¡¢VGA ¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Éü¸µ¤Ç¤­¤Ê¤¯¤Ê¤ê ! ¤Þ¤¹¡£ ! ! AGX-01[456] ¤â¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 0xA0000 ¤Ç¤¹¡£ ! ! POSbase nnnn ! Ê̤ΠPOS ¥ì¥¸¥¹¥¿¸¡½Ð¥¢¥É¥ì¥¹¤Î¥Ù¡¼¥¹Ãͤò¡¢ISA ¤Î¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ç ! ¤¢¤ë 0x100 ¤«¤éÊѤ¨¤ë¤¿¤á¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ EISA ¤Î¾ì ! ¹ç¡¢VESA VXE ¤Îɸ½àÃÍ¤Ï 0xzC80 ¤Ç¤¹(z ¤Ï¥¹¥í¥Ã¥ÈÈÖ¹æ¤Ç¤¹)¡£ ! ! Ãͤò¥¼¥í¤Ë¤¹¤ë¤È POS ¥ì¥¸¥¹¥¿¤Î¸¡½Ð¤¬¹Ô¤ï¤ì¤Ê¤¯¤Ê¤ê¤Þ¤¹(MCA ¤Î¾ì ! ¹ç¤Ë¤Ï¤³¤Î»ØÄ꤬ɬÍפǤ¹)¡£ ! ! DACspeed nnnn ! XGA-2 ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ˴ؤ¹¤ë¥µ¡¼¥Ð¤Î¥Ç¥Õ¥©¥ë¥È¤ÎºÇÂçÃͤǤ¢ ! ¤ë 80MHz ¤ò¾å½ñ¤­¤¹¤ë¤¿¤á¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ÎºÇÂçÃÍ¤Ï ! 90MHz ¤Þ¤Ç¾å¤²¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¡¢Ä㤤Ãͤˤ¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! POS ¥ì¥¸¥¹¥¿¤ÎÃͤò·è¤á¤ëÊ̤ÎÊýË¡¤È¤·¤Æ¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤ËÉÕ°¤·¤Æ¤¤¤ë¤Ï ! ¤º¤ÎÀßÄê/¿ÇÃÇ¥×¥í¥°¥é¥à¤ò»È¤¦ÊýË¡¤¬¤¢¤ê¤Þ¤¹¤·¡¢¥¸¥ã¥ó¥Ñ¤ÎÃͤ«¤é·è¤á¤ë ! ¤³¤È¤â¤¿¤Ö¤ó¤Ç¤­¤Þ¤¹¡£ ! ! XGA-2 ¤Ë¤Ï 90MHz ¤Þ¤Ç»È¤¨¤ë¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬¤¢¤ê¤Þ¤¹¤¬¡¢ ! 1024x768 ¤Î²òÁüÅ٤Ǥϡ¢¥Æ¥¹¥È¤Ë»È¤Ã¤¿ CatsEye/XGA-2 (IBM ¤Î¥³¥×¥í¥»¥Ã ! ¥µ¤È INMOS RAMDAC/¥·¥ê¥¢¥é¥¤¥¶¤¬ºÜ¤Ã¤Æ¤¤¤Þ¤¹)¤Ç°ÂÄê¤Êɽ¼¨¤¬¹Ô¤¨¤ëºÇÂç ! ÃͤϰìÈÌŪ¤Ë 72MHz ¤Ç¤¹¡£¥¯¥í¥Ã¥¯Ãͤò¹â¤¯¤¹¤ë¤È²èÌ̤ξåÊդȺ¸ÊÕ¤Îɽ¼¨ ! ¤¬¤ª¤«¤·¤¯¤Ê¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê±Æ¶Á¤Ï¡¢¿âľ¡¦¿åÊ¿¤Î¥Ö¥é¥ó¥¯´Ö ! ³Ö¤òÁý¤ä¤·¤¿¤ê¡¢¥¯¥í¥Ã¥¯Ãͤò¾¯¤·ÊѤ¨¤ë¤³¤È¤Ç̵¤¯¤»¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£ ! 80MHz ¤ò±Û¤¨¤ë¥¯¥í¥Ã¥¯ÃͤǤϡ¢¿ôʬưºî¤·¤¿¸å¤Ë¥Á¥Ã¥×¤¬Æ±´ü¤ò̵¤¯¤¹¤³¤È ! ¤òÉ®¼Ô¤Ï³Îǧ¤·¤Þ¤·¤¿¡£¤·¤¿¤¬¤Ã¤Æ¡¢XGA-2 ¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤È¤·¤Æ¤Ï¡¢ ! 80MHz ¤¬¥Ç¥Õ¥©¥ë¥È¤ÎÀ©¸ÂÃͤˤʤäƤ¤¤Þ¤¹¡£¼ÂºÝ¤ÎÀ©¸ÂÃͤ˴ؤ¹¤ë»ÅÍͽñ¤Ï ! É®¼Ô¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¤·¡¢XGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¤¿¤¯¤µ¤ó¤¢¤ë¤Î¤Ç¡¢¥ê¥Õ¥ì¥Ã ! ¥·¥å¥ì¡¼¥È¤ÎºÇÂçÃͤò·è¤á¤ëºÝ¤Ë¤Ï¥Ü¡¼¥É¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¥â¡¼¥É ! ¤ò»²¹Í¤Ë¤¹¤Ù¤­¤Ç¤¹¡£XGA-2 ¤Ç¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤¦¤è¤¦¤Ë»ØÄꤷ¤¿ ! ¾ì¹ç¤Ë¤Ï¡¢¥¯¥í¥Ã¥¯Ãͤ䥯¥í¥Ã¥¯¥Á¥Ã¥×¤Î¥Ñ¥é¥á¡¼¥¿¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! XGA-2 ¤ËÂФ·¤Æ¤Ï 8bpp ¤È 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! XGA-1 ¥«¡¼¥É¤Î¾ì¹ç¡¢¥¯¥í¥Ã¥¯ÃÍ¤Ï AGX ¥Á¥Ã¥×¤ÈƱÍͤ˻ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£¥¯¥í¥Ã¥¯¤Î¸¡½Ð¤¬¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤«¤É¤¦¤«¤Ïʬ¤«¤ê¤Þ¤»¤ó¡£XGA-1 ! ¥Á¥Ã¥×¤Ë¤Ï 16bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.agx,v 1.1.2.2 1999/11/26 15:23:14 hohndel Exp $ ! ! $XConsortium: agx.sgml /main/9 1996/10/19 18:03:50 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm:1.1.2.1 Wed Jun 2 17:50:56 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm Sat Nov 27 02:23:15 1999 *************** *** 1,132 **** ! Alliance Promotion ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Henrik Harmsen (Henrik.Harmsen@erv.ericsson.se) ! 23 February 1998 ! The X Japanese Documentation Project ! 13 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! 3. ÀßÄê ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! SVGA ¥µ¡¼¥Ð¤Î apm ¥É¥é¥¤¥Ð¤Ï Alliance Promotion(www.alsc.com)¥°¥é ! ¥Õ¥£¥Ã¥¯¥¹¥Á¥Ã¥×¥»¥Ã¥ÈÍѤǤ¹¡£°Ê²¼¤Ëµó¤²¤ë¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹: ! ! ! o 6422 ! ! ¿§Å¸³«¥Ï¡¼¥É¥¦¥§¥¢µ¡Ç½¤¬¤Ê¤¤¸Å¤¤¥Á¥Ã¥×¥»¥Ã¥È(¥Æ¥­¥¹¥È¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó) ! ! o AT24 ! ! Diamond Stealth Video 2500 ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£AT3D ¤ËÈó¾ï¤Ë»÷¤Æ¤¤¤Þ ! ¤¹¡£ ! ! o AT25, AT3D ! ! AT3D ¤Ï Hercules Stingray 128/3D ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£Voodoo Rush ¥Ù¡¼ ! ¥¹¤Î¾¤Î¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤¬ AT25 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢3D ¤Î¥µ¥Ý¡¼ ! ¥È¤¬Ìµ¤¤°Ê³°¤ÏÁ´¤¯Æ±¤¸¤â¤Î¤Ç¤¹¡£ ! ! ! 2. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! apm ¥É¥é¥¤¥Ð¤Ï SVGA ¥É¥é¥¤¥Ð¤Ç XAA(XFree86 Acceleration Architecture) ! ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï°Ê²¼¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹: ! ! ! o bitblt (ĹÊý·ÁÎΰè¤Î¥³¥Ô¡¼Áàºî) ! ! o Àþ (¼ÂÀþ¡¢Ã±ÆȤΥԥ¯¥»¥ë) ! ! o Åɤê¤Ä¤Ö¤·¤¿Ä¹Êý·Á ! ! o CPU->¥¹¥¯¥ê¡¼¥ó¤Î¿§Å¸³«(¥Æ¥­¥¹¥È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó)¡£6422 ¤Ç¤Ï»È¤¨ ! ¤Þ¤»¤ó¡£ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! 8, 16, 32 bpp ¥â¡¼¥É¤ÏÁ´¤Æ»È¤¨¤Þ¤¹¡£24bpp ¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó¡£VESA DPMS ¾ÊÅÅÎϥ⡼¥É¤Ï´°Á´¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢"standby", ! "suspend", "off" ¥â¡¼¥É¤¬»È¤¨¤Þ¤¹(ÀßÄê¤Ï "xset dpms" ¥³¥Þ¥ó¥É¤Ç¹Ô¤¤¤Þ ! ¤¹)¡£ ! ! ! 3. ÀßÄê ! ! ºÇ½é¤Ë: XF86Setup ¤ò¼Â¹Ô¤·¤Æ¡¢Àµ¤·¤¤ÀßÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î ! Device ¥»¥¯¥·¥ç¥ó¤ËÁÞÆþ¤·¤Þ¤¹: ! ! Option "sw_cursor" ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤òÁÞÆþ¤·¤Þ¤¹: ! ! Option "noaccel" ! ! ÅëºÜ¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª RAM ¤ÎÎ̤ä»È¤Ã¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤òÀßÄê¥Õ¥¡¥¤¥ë¤Ç»Ø ! Äꤻ¤º¡¢¥É¥é¥¤¥Ð¤Ë¸¡½Ð¤µ¤»¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢Device ¥»¥¯¥·¥ç ! ¥ó¤Ë¤Ï "clocks" ¹Ô¤ò½ñ¤«¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤Ê¤¼¤Ê¤é¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¤Ï´°Á´ ! ¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥¯¥í¥Ã¥¯¤ò»ý¤Ã¤Æ¤ª¤ê¡¢¥æ¡¼¥¶¤¬»ØÄꤹ¤ë(¤Û¤È¤ó¤É) Á´ ! ¤Æ¤Î¥â¡¼¥É¹Ô¤ò¼õ¤±Æþ¤ì¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ÆÃÄê¤Î¥¯¥í¥Ã¥¯ÃͤÇÀßÄê¤Ë ! ¼ºÇÔ¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤Î¾ì¹ç¤Ë¤Ï¾¯¤·¤À¤±¥¯¥í¥Ã¥¯ÃͤòÊѤ¨¤ì¤Ð¤¦¤Þ ! ¤¯Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm,v 1.1.2.1 1999/06/02 07:50:56 hohndel Exp $ ! ! ! ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,92 ---- ! Alliance Promotion ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Henrik Harmsen (Henrik.Harmsen@erv.ericsson.se) ! 23 February 1998 ! The X Japanese Documentation Project ! 13 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! 3. ÀßÄê ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! SVGA ¥µ¡¼¥Ð¤Î apm ¥É¥é¥¤¥Ð¤Ï Alliance Promotion(www.alsc.com)¥°¥é ! ¥Õ¥£¥Ã¥¯¥¹¥Á¥Ã¥×¥»¥Ã¥ÈÍѤǤ¹¡£°Ê²¼¤Ëµó¤²¤ë¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹: ! ! o 6422 ! ! ¿§Å¸³«¥Ï¡¼¥É¥¦¥§¥¢µ¡Ç½¤¬¤Ê¤¤¸Å¤¤¥Á¥Ã¥×¥»¥Ã¥È(¥Æ¥­¥¹¥È¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó) ! ! o AT24 ! ! Diamond Stealth Video 2500 ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£AT3D ¤ËÈó¾ï¤Ë»÷¤Æ¤¤¤Þ ! ¤¹¡£ ! ! o AT25, AT3D ! ! AT3D ¤Ï Hercules Stingray 128/3D ¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£Voodoo Rush ¥Ù¡¼ ! ¥¹¤Î¾¤Î¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤¬ AT25 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢3D ¤Î¥µ¥Ý¡¼ ! ¥È¤¬Ìµ¤¤°Ê³°¤ÏÁ´¤¯Æ±¤¸¤â¤Î¤Ç¤¹¡£ ! ! 2. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! apm ¥É¥é¥¤¥Ð¤Ï SVGA ¥É¥é¥¤¥Ð¤Ç XAA(XFree86 Acceleration Architecture) ! ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï°Ê²¼¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹: ! ! o bitblt (ĹÊý·ÁÎΰè¤Î¥³¥Ô¡¼Áàºî) ! ! o Àþ (¼ÂÀþ¡¢Ã±ÆȤΥԥ¯¥»¥ë) ! ! o Åɤê¤Ä¤Ö¤·¤¿Ä¹Êý·Á ! ! o CPU->¥¹¥¯¥ê¡¼¥ó¤Î¿§Å¸³«(¥Æ¥­¥¹¥È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó)¡£6422 ¤Ç¤Ï»È¤¨ ! ¤Þ¤»¤ó¡£ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! 8, 16, 32 bpp ¥â¡¼¥É¤ÏÁ´¤Æ»È¤¨¤Þ¤¹¡£24bpp ¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó¡£VESA DPMS ¾ÊÅÅÎϥ⡼¥É¤Ï´°Á´¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢"standby", ! "suspend", "off" ¥â¡¼¥É¤¬»È¤¨¤Þ¤¹(ÀßÄê¤Ï "xset dpms" ¥³¥Þ¥ó¥É¤Ç¹Ô¤¤¤Þ ! ¤¹)¡£ ! ! 3. ÀßÄê ! ! ºÇ½é¤Ë: XF86Setup ¤ò¼Â¹Ô¤·¤Æ¡¢Àµ¤·¤¤ÀßÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î ! Device ¥»¥¯¥·¥ç¥ó¤ËÁÞÆþ¤·¤Þ¤¹: ! ! Option "sw_cursor" ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤òÁÞÆþ¤·¤Þ¤¹: ! ! Option "noaccel" ! ! ÅëºÜ¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª RAM ¤ÎÎ̤ä»È¤Ã¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤òÀßÄê¥Õ¥¡¥¤¥ë¤Ç»Ø ! Äꤻ¤º¡¢¥É¥é¥¤¥Ð¤Ë¸¡½Ð¤µ¤»¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢Device ¥»¥¯¥·¥ç ! ¥ó¤Ë¤Ï "clocks" ¹Ô¤ò½ñ¤«¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤Ê¤¼¤Ê¤é¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¤Ï´°Á´ ! ¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥¯¥í¥Ã¥¯¤ò»ý¤Ã¤Æ¤ª¤ê¡¢¥æ¡¼¥¶¤¬»ØÄꤹ¤ë(¤Û¤È¤ó¤É) Á´ ! ¤Æ¤Î¥â¡¼¥É¹Ô¤ò¼õ¤±Æþ¤ì¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ÆÃÄê¤Î¥¯¥í¥Ã¥¯ÃͤÇÀßÄê¤Ë ! ¼ºÇÔ¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤Î¾ì¹ç¤Ë¤Ï¾¯¤·¤À¤±¥¯¥í¥Ã¥¯ÃͤòÊѤ¨¤ì¤Ð¤¦¤Þ ! ¤¯Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.apm,v 1.1.2.2 1999/11/26 15:23:15 hohndel Exp $ ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark:1.1.2.1 Wed Jun 2 17:50:57 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark Sat Nov 27 02:23:15 1999 *************** *** 1,330 **** ! ARK Logic ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Harm Hanemaayer (H.Hanemaayer@inter.nl.net) ! 17 January 1997 ! The X Japanese Documentaion Project ! 1 Feburary 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ! 3. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! 4. ´ðËÜŪ¤ÊÀßÄê ! 5. ¥ê¥ê¡¼¥¹Í½Äê¤Î¦ÂÈǤÇÄɲÃͽÄê¤Îµ¡Ç½ ! 6. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! ! SVGA ¥µ¡¼¥Ð¤Ë´Þ¤Þ¤ì¤ë "ark" ¥É¥é¥¤¥Ð¤Ï ARK Logic ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Á¥Ã¥× ! ¥»¥Ã¥ÈÍѤΤâ¤Î¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï°Ê²¼¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹: ! ! ARK1000PV (ark1000pv) ! 32 ¥Ó¥Ã¥È DRAM ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»ý¤Ä¥Á¥Ã¥×¥»¥Ã¥È¤Ç¡¢¹â®¤Ê DRAM ! ¥¿¥¤¥ß¥ó¥°¤ò¥µ¥Ý¡¼¥È¤·¡¢VESA ¤È PCI ¥Ð¥¹¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÍѤΡ֥³¥×¥í ! ¥»¥Ã¥µ¡×¤¬¤¢¤ê¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤Ç¤­¤ë²òÁüÅÙ¤ä¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ÎºÇ ! ÂçÃͤϡ¢¥«¡¼¥É¤¬»ÈÍѤ·¤Æ¤¤¤ë RAMDAC ¤Ë°Í¸¤·¤Þ¤¹¡£80 ¤ä 110 MHz ! ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ç¤Ï 256 ¿§¤¬»È¤¨¤ë¤Ï¤º¤Ç¤¹¡£16bpp ¤ä ! 24bpp (packed ·Á¼°)¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ARK1000VL (ark1000vl) ! ¸Å¤¤¥Á¥Ã¥×¤Ç¤¢¤ê¡¢VLB ÈǤ·¤«¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤Û¤Ü ARK1000PV ¤È¸ß´¹ ! ¤Ç¤¹¡£¥Æ¥¹¥È¤Ï¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ä¥ê¥Ë¥¢¥¢¥É¥ì¥Ã ! ¥·¥ó¥°¤ò̵¸ú¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ARK2000PV (ark2000pv) ! ARK1000PV ¤Î 64 ¥Ó¥Ã¥ÈÈǤǤ¹¡£DRAM ¤ò 1MB ÀѤó¤À ARK2000PV ¤Ï¡¢ ! ARK1000PV ¥Á¥Ã¥×¤òÀѤó¤ÀƱ·¿¤Î¥«¡¼¥É¤È¤Û¤ÜƱ¤¸¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£64 ! ¥Ó¥Ã¥ÈÁàºî¤ò¹Ô¤¦¤¿¤á¤Ë¤Ï¥á¥â¥ê¤¬ 2MB ɬÍפǤ¹¡£·«¤êÊÖ¤·¤Ë¤Ê¤ê¤Þ ! ¤¹¤¬¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤¬¡¢¥µ¥Ý¡¼¥È¤µ¤ì¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤ÎºÇÂçÃͤò·è¤á¤Þ¤¹¡£8bpp ¤Ç¤Ï 16 ¥Ó¥Ã¥È RAMDAC ¥Ñ¥¹¾å¤Ç¤Î¿½Å²½ ! ¤¬¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢»È¤¨¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ï 110MHz ! ¤È¤Ê¤ê¤Þ¤¹¡£16bpp ¤È 32bpp ¤ä¼Â¸³Åª¤Ê packed ·Á¼°¤Î 24bpp ¤â¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢»È¤¨¤ë¤«¤É¤¦¤«¤Ï RAMDAC ¤Ë°Í¸¤·¤Þ¤¹¡£ ! ! ARK2000MT (ark2000mt) ! ¤³¤ì¤Ï¿·¤·¤¤¥Á¥Ã¥×¤Ç¤¢¤ê¡¢AR2000PV ¤È¸ß´¹¤Ç¤¹¡£ ! ! ! ARK2000MI ¤Ï¡¢¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤ò¼«Æ°Åª¤Ë¤Ï¸¡½Ð¤µ¤ì¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç Chipset "ark1000pv" ¤Î¤è¤¦¤Ê ! ¹Ô¤ò»ØÄꤷ¤Þ¤¹¡£Á´¤Æ¤Î¥ª¥×¥·¥ç¥ó¤â¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! ! ! ! ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ! ! ! RAMDAC ¤Î»ØÄ꤬¤Ê¤¤¾ì¹ç¡¢256 ¿§¤È 80MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¥µ ! ¥Ý¡¼¥È¤¹¤ëɸ½à¤Î RAMDAC ¤ò»ØÄꤷ¤¿¤â¤Î¤È¤ß¤Ê¤µ¤ì¤Þ¤¹¡£°Ê²¼¤Î¥¿¥¤¥×¤Î ! RAMDAC ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹(Îã: Ramdac "att20c490"): ! ! att20c490 ! ¶È³¦É¸½à¤Î 8 ¥Ó¥Ã¥È RAMDAC ¤Ç¤¹¡£´ðËÜ¥â¥Ç¥ë¤Î Hercules Stingray ! Pro ¤Ç»È¤ï¤ì¤Æ¤¤¤ë RAMDAC ¤Ï¡¢¤³¤ì¤È¸ß´¹¤Ç¤¹¡£40 ¤Þ¤¿¤Ï 55 MHz ! ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ç 16bpp ¤Î¿§¤Î¿¼¤µ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¤¬¡¢ ! ¤³¤ì¤Ï DAC ¤Î®Å٥졼¥È¤Ë°Í¸¤·¤Þ¤¹¡£Ìó 36MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯ÃÍ¤Ç packed ·Á¼°¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! att20c498 ! ¶È³¦É¸½à¤Î 16 ¥Ó¥Ã¥È RAMDAC ¤Ç¤¹¡£Hercules Stingray Pro/V ¤È ! Stingray 64/V ¤Ç»È¤ï¤ì¤Æ¤¤¤ë RAMDAC ¤Ï¡¢¤³¤ì¤È¸ß´¹¤Ç¤¹¡£80MHz ¤¢ ! ¤ë¤¤¤Ï 110MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤Ç 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ ! ¤ì¡¢40 ¤Þ¤¿¤Ï 55MHz ¤Þ¤Ç¤Ç 32 bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! zoomdac ! ¤³¤ì¤Ï Hercules Stingray Pro/V ¤È 64/V ¤Ç¼ÂºÝ¤Ë»È¤ï¤ì¤Æ¤¤¤ë ! RAMDAC ¤Ç¤¹¡£¤³¤ì¤Ï¤Û¤È¤ó¤É ATT20C498 ¤ÈƱÍͤ˰·¤ï¤ì¤Þ¤¹¤¬¡¢¥É¥Ã ! ¥È¥¯¥í¥Ã¥¯ÃͤÎÀ©¸Â¤¬Àµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹(16bpp ¤Î¾ì¹ç¡¢ARK1000PV ! ¤Ç¤Ï 55MHz ¤Ç¤¹¤·¡¢ ARK2000PV ¤Ç¤Ï¾¯¤Ê¤¯¤È¤â110MHz ¤Ç¤¹)¡£²Ã¤¨ ! ¤Æ¡¢packed ·Á¼°¤Î 24bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì(ARK1000PV ¤Ç¤Ï 36MHz ¤Þ¤Ç ! ¤Ç¡¢¤Þ¤À ARK2000PV ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó)¡¢ARK2000PV ¤Ç¤Ï ! 32 bpp ¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹(55MHz ¤Þ¤Ç)¡£¤³¤Î RAMDAC ¤Ï¼«Æ°Åª ! ¤Ë¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ! stg1700 ! Á´¤¯¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ics5342 ! ¤³¤ì¤Ï ! ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤È RAMDAC ¤òÁȤ߹ç¤ï¤»¤¿¤â¤Î¤Ç¤¢¤ê¡¢Diamond ! Stealth 64 Graphics 2001 ¤È ARK2000MT ¤ò»È¤Ã¤Æ¤¤¤ë¿·¤·¤á¤Î ! Hercules ¥«¡¼¥É¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£256 ¿§¥â¡¼¥É¤Ë²Ã¤¨¡¢16bpp ¤È ! 32bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£32bpp ¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£ ! ! ¥­¡¼¥ï¡¼¥É Dacspeed ¤ò»È¤¦¤È RAMDAC ¤Î¥¹¥Ô¡¼¥É¥ì¡¼¥È¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¤¬¡¢»ØÄê¤ÎºÝ¤Ë¤ÏÆäËÃí°Õ¤¬É¬ÍפǤ¹¡£ÁǤΥ¯¥í¥Ã¥¯¼þÇÈ¿ô¤Ï 80MHz ! ¤ò±Û¤¨¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ARK ¥Á¥Ã¥×¤È°ìÉô¤Î RAMDAC ¤ËÂФ·¤Æ 120MHz ¤Þ¤Ç ! ¤ÎÁǤΥ¹¥Ô¡¼¥É¤¬»ØÄꤵ¤ì¤Þ¤¹¤¬¡¢¤³¤ì¤Ï FCC ¤Î´ûÄê¤òÇˤ뤫¤â¤·¤ì¤Þ¤»¤ó ! ¤·¡¢¤½¤¦¤Ç¤Ê¤¯¤Æ¤âÆ°ºî¤¬ÉÔ°ÂÄê¤Ë¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â ! ¤¤ 8bpp ¥â¡¼¥É(135MHz Åù)¤ÏÄ̾16 ¥Ó¥Ã¥È DAC ¥Ñ¥¹¾å¤ÇƱ»þ¤Ë 2 ¥Ô¥¯¥» ! ¥ë¤òÁ÷¤ë¤³¤È¤Ë¤è¤Ã¤Æ¼Â¸½¤µ¤ì¤Þ¤¹¤¬(¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ 135 MHz ¤ËÂФ¹¤ëÁÇ ! ¤Î¥¯¥í¥Ã¥¯ÃÍ¤Ï 67.5MHz ¤Ç¤¹)¡¢¤³¤ì¤Ï¤Þ¤À¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤Áà ! ºî¥â¡¼¥É¤Ç¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¤ÀßÄê¤ÏÁ´¤¯¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï¡¢DRAM ¤Î¥¹¥Ô¡¼¥É(¥Ð¥ó¥ÉÉý)¤Ë½¾¤Ã¤Æ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎºÇ ! ÂçÃͤòÀ©¸Â¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£(ICS5342 ¤Î¾ì¹ç¤ò½ü¤¯¤È)¥á¥â¥ê¤Î¥¯¥í¥Ã ! ¥¯¤Î¥¹¥Ô¡¼¥É¤òÃΤ뤳¤È¤Ï¤Ç¤­¤Ê¤¤¤Î¤Ç¡¢¥É¥é¥¤¥Ð¤Ï¥Ç¥Õ¥©¥ë¥ÈÃͤȤ·¤Æ ! 60MHz ¤òÁÛÄꤷ¤Þ¤¹¡£ARK1000PV ¤Î¾ì¹ç¤Ë¤Ï¡¢109MHz ¤Þ¤Ç¤Ç 8bpp, 55MHz ¤Þ ! ¤Ç¤Ç16bpp, 36MHz ¤Þ¤Ç¤Ç 24bpp, 27MHz ¤Þ¤Ç¤Ç 32bpp ¤¬»ÈÍѤǤ­¤Þ¤¹¡£¥á¥â ! ¥ê¤ò 2MB ÀѤó¤À ARK2000PV ¤Î¾ì¹ç¤Ë¤Ï¡¢100MHz ¤Þ¤Ç¤Ç 16bpp, 72MHz ¤Þ¤Ç ! ¤Ç 24bpp, 55MHz ¤Þ¤Ç¤Ç 32bpp ¤¬»ÈÍѤǤ­¤Þ¤¹¡£¼ÂºÝ¤Î¥á¥â¥ê¤Î¥¯¥í¥Ã¥¯ÃÍ ! ¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¤Ê¤é¤Ð¡¢¥­¡¼¥ï¡¼¥É MCLK ¤ò»È¤Ã¤Æ»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹(Îã: MCLK 70)¡£ ! ! ! 16bpp ¤Ç XF86_SVGA ¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤Ë¼¡¤Î¤è¤¦¤Ê¥ª¥×¥·¥ç¥ó¤ò»Ø ! Äꤷ¤Þ¤¹: ! ! startx -- -bpp 16 5-6-5 RGB ('6Ëü4À鿧', XGA) ! startx -- -bpp 16 -weight 555 5-5-5 RGB ('¥Ï¥¤¥«¥é¡¼') ! startx -- -bpp 24 8-8-8 RGB (packed ·Á¼°¤Î 24 ¥Ó¥Ã¥È¥È¥¥¥ë¡¼¥«¥é¡¼) ! startx -- -bpp 32 8-8-8 RGB (32bpp ¤Î¥È¥¥¥ë¡¼¥«¥é¡¼) ! ! ! ! ! 3. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢SVGA ¥µ¡¼¥Ð¤Ë¿·¤·¤¯Æ³Æþ¤µ¤ì¤¿ XAA(XFree86 Acceleration ! Architecture)¤ÎÍøÅÀ¤ò½½Ê¬¤ËÀ¸¤«¤·¤Æ¤¤¤Þ¤¹¡£¼ÂºÝ¡¢ARK ¥É¥é¥¤¥Ð¤Ï XAA ³« ! ȯ¤Î½é´ü¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤·¤¿¡£°ìÈÌŪ¤Ê¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤Î¤Û¤È¤ó¤É¤Ç ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤­¤Þ¤¹¡£¤³¤ì¤Ë¤Ï¡¢¤Û¤È¤Î¤É¤Î¥¿¥¤¥×¤Î¶ë·Á¤ÈÈó¶ë·Á ! ¤ÎÅɤêÄÙ¤·¡¢¥¹¥¯¥ê¡¼¥ó-¥¹¥¯¥ê¡¼¥ó¤Î BitBLT Áàºî¡¢Àþ¤ÎÉÁ²è¡¢¥Æ¥­¥¹¥È¤È ! ¥Ó¥Ã¥È¥Þ¥Ã¥×¤ÎŸ³«¤¬´Þ¤Þ¤ì¤Þ¤¹¡£2MB ¤Î ARK2000PV/MT ¤Ç¤Ï xstone Ãͤ¬ ! 300k ¤ò±Û¤¨¤ë¤È»×¤¤¤Þ¤¹¡£ ! ! 24bpp ¤À¤È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÏÂÌÌܤʤΤǤ¹¤¬¡¢¤ª¤«¤·¤Ê¤³¤È¤Ë¥°¥ì¡¼¥¹¥± ! ¡¼¥ë¤Ç¤ÏÉÁ²è¤¬Â®¤¯¤Ê¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¤ÈÆ°ºî¤¬¤ª¤«¤·¤¯¤Ê ! ¤ëµ¿¤¤¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥Æ¥­¥¹¥È¤ä ! ¥Ó¥Ã¥È¥Þ¥Ã¥×¤¬Àµ¤·¤¯¥ì¥ó¥À¥ê¥ó¥°¤µ¤ì¤Ê¤¤¤è¤¦¤Ç¤¢¤ì¤Ð¡¢"xaa_no_col_exp" ! ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤¹¤ë ! ¤Ë¤Ï¡¢"no_pixmap_cache" ¥ª¥×¥·¥ç¥ó¤ò»È¤¤¤Þ¤¹¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£°ÊÁ°¤Ï¡¢¥â¡¼¥É¹Ô ! ¤ò½¤Àµ¤·¤Ê¤¤¤È¡¢²èÌ̾å¤Ç¤Î¥Þ¥¦¥¹¥Ý¥¤¥ó¥¿¤ÎÆ°¤¤¤¿Àפ˿åÊ¿Êý¸þ¤ÎÀþ 2 ËÜ ! ¤È¼Ê 1 Ëܤ¬¸½¤ï¤ì¤Æ¤¤¤Þ¤·¤¿¡£¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï¡¢¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¼« ! ưŪ¤Ë½¤Àµ¤·¡¢¤³¤Î¤è¤¦¤Ê±Æ¶Á¤¬½Ð¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ï¹Í¤¨¤é¤ì¤ëÁ´¤Æ ! ¤Îµ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤·¤¿¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë ! ¤¹¤ë¤Ë¤Ï¡¢"hw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»È¤¤¤Þ¤¹¡£ ! ! ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî¥â¡¼¥É¤Ç¤¹¡£¥µ¡¼¥Ð¤¬Àµ¤·¤¯µ¯Æ°¤· ! ¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢"no_linear" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¸Å¤¤ ARK1000VL ¤Ï¤ª¤½¤é¤¯¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ë´Ø¤·¤Æ¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ "noaccel" ¥ª¥×¥·¥ç¥ó¤È "no_linear" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4. ´ðËÜŪ¤ÊÀßÄê ! ! ! XF86Config ¥Õ¥¡¥¤¥ë¤ÎºîÀ®¤Ï `XF86Setup' ¥×¥í¥°¥é¥à¤« `xf86config' ¥×¥í ! ¥°¥é¥à¤òÍѤ¤¤Æ¹Ô¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ì¤é¤Î¥×¥í¥°¥é¥à¤ò»È¤¨¤Ð¡¢¥¹¥¯ ! ¥ê¡¼¥ó¤Î¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤òºÇŬ¤Ë¤¹¤ë¤¿¤á¤Ë¥â¡¼¥É¹Ô¤òÊ¤Ùľ¤¹É¬Íפ¬¤¢ ! ¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢8bpp ¡¦¹â²òÁüÅ٤ǤÁ¤ã¤ó¤ÈÆ°ºî¤¹¤ëÀßÄ꤬¤Ç¤­¤ë¤Ç ! ¤·¤ç¤¦¡£»È¤Ã¤Æ¤¤¤ë¥â¥Ë¥¿¤Ë¤¦¤Þ¤¯¹ç¤¦¤è¤¦¤Ê¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò Monitor ! ¥»¥¯¥·¥ç¥ó¤ËÆþ¤ì¤Æ¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¥â¥Ë¥¿¤ËÉé²Ù¤ò¤«¤±¤Ê¤¤¤¿¤á¤Ë¡¢¥¯¥í¥Ã¥¯¤Î¸¡½Ð(X -probeonly)¤Î´Ö¤Ë¤Ï¥â¥Ë ! ¥¿¤ÎÅŸ»¤òÀڤäƤª¤¯¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£XF86Config ¤Î Device ¥»¥¯¥·¥ç ! ¥ó¤Ë Clocks ¹Ô¤¬Ìµ¤¤¾ì¹ç¤Ë¤â¸¡½Ð¤ÎÆ°ºî¤¬µ¯¤³¤ê¤Þ¤¹¡£°Ê²¼¤Î Clocks ¹Ô¤Ï ! ARK Logic ¤Î¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ò»È¤Ã¤Æ¤¤¤ë Hercules Stingray Pro, ! Pro/V ¤ä¸Å¤¤ 64/V ¤ËÂФ·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹(¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥«¡¼ ! ¥É¤ò»È¤¦¾ì¹ç¤Ë¤Ï¥¯¥í¥Ã¥¯Ãͤò¸¡½Ð¤¹¤ëɬÍפÏ̵¤¯¡¢Ã±¤Ë°Ê²¼¤Î¹Ô¤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤)¡£ ! ! ! Clocks 25.175 28.3 40 72 50 77 36 44.9 ! Clocks 128.43 118.8 80 31.5 110 63.96 74.19 95 ! ! ! ¹â¤¤¼þÇÈ¿ô¤Ç¤Ï¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤Þ¤¿¡¢60-80MHz ¤ÎÈϰϤǤϼþÇÈ ! ¿ô¤ÎÉÔ°ìÃפ¬µ¯¤³¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ! 5. ¥ê¥ê¡¼¥¹Í½Äê¤Î¦ÂÈǤÇÄɲÃͽÄê¤Îµ¡Ç½ ! ! ! ! o ! ! o ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë RAMDAC ¤òºÜ¤»¤¿ ARK2000PV/MT ¤Ë¤ª¤¤¤Æ¡¢16 ¥Ó¥Ã¥È ! ¤Î RAMDAC ¥Ñ¥¹¾å¤ÇƱ»þ¤Ë 2 ¤Ä¤Î¥Ô¥¯¥»¥ë¤òÁ÷¤ë¤³¤È¤Ë¤è¤ë¡¢8bpp »þ¤Ë ! ¤ª¤±¤ë¹â¥¯¥í¥Ã¥¯ÃÍ(80MHz ¤«¤é 135MHz)¤Î¥µ¥Ý¡¼¥È¡£ ! ! o ZoomDAC ¤òºÜ¤»¤¿ ARK2000PV ¤Ë¤ª¤±¤ë¡¢72MHz ¤Þ¤Ç¤Î packed ·Á¼°¤Î ! 24bpp ¤Î¥µ¥Ý¡¼¥È¡£ ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¤µ¤é¤Ê¤ëºÇŬ²½¤È°ÂÄê²½¡£ ! ! o ¸½ºß¤¢¤ëÌäÂê¤Î½¤Àµ¡£ ! ! o ARK2000MI ¤¬½Ð¤Æ¤­¤¿¤é¡¢¤½¤Î¥µ¥Ý¡¼¥È¡£ ! ! ! 6. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! ! ! ! Hercules Stringray Pro (ARK1000PV + ATT20C490 ¸ß´¹¤Î RAMDAC) ! 8bpp, 16bpp, 24bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¯¥í¥Ã¥¯Ãͤν¸¹ç¤Ï¸Ç ! Äê¤Ç¤¹¡£ 24bpp ¤Ç¤Ï¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ÎÀ©¸Â¤¬¤¢¤ë¤è¤¦¤Ç¤¹¡£¿åÊ¿Êý ! ¸þÉý(HTotal)¤Î¤¦¤ÁºÇ¸å¤Î¿ô¤Ï 4 ¤Ç³ä¤êÀÚ¤ì¤Æ¡¢8 ¤Ç³ä¤êÀÚ¤ì¤Ê¤¤¿ô ! ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥â¡¼¥É¹Ô¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¿§¤¬¤ª¤«¤·¤¯¤Ê ! ¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò¼«Æ°Åª¤ËÊäÀµ¤·¤Þ¤¹¡£ ! ! ! Hercules Stingray Pro/V (ARK1000PV + IC Works ZoomDAC) ! 8bpp, 16bpp, 24bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¯¥í¥Ã¥¯Ãͤν¸¹ç¤Ï¸Ç ! Äê¤Ç¤¹¡£ 24bpp ¥â¡¼¥É¤Ç¤Ï¡¢Á°¤Î¹àÌܤÈƱ¤¸À©¸Â¤¬¤¢¤ê¤Þ¤¹¡£°ìÉô¤Î ! OS ¤Ç¤Ï¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂ꤬µ¯¤³¤ë¤³¤È¤¬Êó¹ð¤µ¤ì ! ¤Æ¤¤¤Þ¤¹¡£ ! ! ! Hercules Stingray 64/V (ARK2000PV + IC Works ZoomDAC) ! 8bpp, 16bpp, 32bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¯¥í¥Ã¥¯Ãͤν¸¹ç¤Ï¸Ç ! Äê¤Ç¤¹¡£°ìÉô¤Î OS ¤Ç¤Ï¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂ꤬µ¯¤³¤ë ! ¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! ARK2000MT + ICS5342 ¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ¤òºÜ¤»¤¿ Hercules ! Stingray 64 ! ¤³¤Î¹àÌÜ¤Ï ICS5342 ¤òÀѤó¤À¾¤Î¥«¡¼¥É(Diamond Stealth 64 ! Graphics 2001 Åù)¤Ë¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£RAMDAC "ics5342" ¤ò»ØÄꤷ¤Æ ! ¤¯¤À¤µ¤¤¡£¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬»È¤¨¤Þ¤¹(Clocks ¹Ô¤òÀßÄê ! ¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó)¡£8bpp, 16bpp, 32bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹ ! ¤¬¡¢32bpp ¤ÏÆ°ºî¤·¤Ê¤¤¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ¡´ï¹½À®¤Ï 3.2 ! ¤è¤ê¸å¤Î¥µ¡¼¥Ð¤Ç¤Ï¥Æ¥¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! ¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂê¤Ç¡¢Ëܥɥ­¥å¥á¥ó¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤¢¤ì¤Ð¡¢ ! XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤¹¤ë¤«(¥É¥é¥¤¥Ð¤Î¸½ºß¤Î¥á¥ó¥Æ¥Ê¤Ë¤Ï ! H.Hanemaayer@inter.nl.net ¤ÇÏ¢Íí¤Ç¤­¤Þ¤¹)¡¢Usenet ¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÂºÝ¤Î¤È¤³¤í¡¢Êó¹ð(À®¸ù¡¦¼ºÇԤ˴ؤï¤é¤º)¤ÏÂç´¿·Þ¤Ç¤¹¡£ÆäˤޤÀ¥Æ¥¹¥È¤¬ ! ¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤µ¡´ï¹½À®¤Î¾ì¹ç¤ÏÆäˤ½¤¦¤Ç¤¹¡£Êó¹ð¤Ï¥Ð¥°Êó¹ð¥Õ¥©¡¼¥à ! (¤¢¤ë¤¤¤Ï ! XFree86@XFree86.org ¤Ø¤Î¥á¡¼¥ë)¤ò»È¤Ã¤Æ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ XFree86 ¤Î ! ¥¦¥§¥Ö¥µ¥¤¥È ¤ËÅо줹¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÂÔ¤Ä ! ¤Î¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark,v 1.1.2.1 1999/06/02 07:50:57 hohndel Exp $ ! ! ! ! ! ! $XConsortium: ark.sgml /main/6 1996/10/28 05:24:04 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,245 ---- ! ARK Logic ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Harm Hanemaayer (H.Hanemaayer@inter.nl.net) ! 17 January 1997 ! The X Japanese Documentaion Project ! 1 Feburary 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ! 3. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! 4. ´ðËÜŪ¤ÊÀßÄê ! 5. ¥ê¥ê¡¼¥¹Í½Äê¤Î¦ÂÈǤÇÄɲÃͽÄê¤Îµ¡Ç½ ! 6. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! SVGA ¥µ¡¼¥Ð¤Ë´Þ¤Þ¤ì¤ë "ark" ¥É¥é¥¤¥Ð¤Ï ARK Logic ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Á¥Ã¥× ! ¥»¥Ã¥ÈÍѤΤâ¤Î¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï°Ê²¼¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹: ! ! ARK1000PV (ark1000pv) ! 32 ¥Ó¥Ã¥È DRAM ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»ý¤Ä¥Á¥Ã¥×¥»¥Ã¥È¤Ç¡¢¹â®¤Ê DRAM ! ¥¿¥¤¥ß¥ó¥°¤ò¥µ¥Ý¡¼¥È¤·¡¢VESA ¤È PCI ¥Ð¥¹¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÍѤΡ֥³¥×¥í ! ¥»¥Ã¥µ¡×¤¬¤¢¤ê¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤Ç¤­¤ë²òÁüÅÙ¤ä¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ÎºÇ ! ÂçÃͤϡ¢¥«¡¼¥É¤¬»ÈÍѤ·¤Æ¤¤¤ë RAMDAC ¤Ë°Í¸¤·¤Þ¤¹¡£80 ¤ä 110 MHz ! ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ç¤Ï 256 ¿§¤¬»È¤¨¤ë¤Ï¤º¤Ç¤¹¡£16bpp ¤ä ! 24bpp (packed ·Á¼°)¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ARK1000VL (ark1000vl) ! ¸Å¤¤¥Á¥Ã¥×¤Ç¤¢¤ê¡¢VLB ÈǤ·¤«¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤Û¤Ü ARK1000PV ¤È¸ß´¹ ! ¤Ç¤¹¡£¥Æ¥¹¥È¤Ï¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ä¥ê¥Ë¥¢¥¢¥É¥ì¥Ã ! ¥·¥ó¥°¤ò̵¸ú¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ARK2000PV (ark2000pv) ! ARK1000PV ¤Î 64 ¥Ó¥Ã¥ÈÈǤǤ¹¡£DRAM ¤ò 1MB ÀѤó¤À ARK2000PV ¤Ï¡¢ ! ARK1000PV ¥Á¥Ã¥×¤òÀѤó¤ÀƱ·¿¤Î¥«¡¼¥É¤È¤Û¤ÜƱ¤¸¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£64 ! ¥Ó¥Ã¥ÈÁàºî¤ò¹Ô¤¦¤¿¤á¤Ë¤Ï¥á¥â¥ê¤¬ 2MB ɬÍפǤ¹¡£·«¤êÊÖ¤·¤Ë¤Ê¤ê¤Þ ! ¤¹¤¬¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAMDAC ¤¬¡¢¥µ¥Ý¡¼¥È¤µ¤ì¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤ÎºÇÂçÃͤò·è¤á¤Þ¤¹¡£8bpp ¤Ç¤Ï 16 ¥Ó¥Ã¥È RAMDAC ¥Ñ¥¹¾å¤Ç¤Î¿½Å²½ ! ¤¬¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢»È¤¨¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ï 110MHz ! ¤È¤Ê¤ê¤Þ¤¹¡£16bpp ¤È 32bpp ¤ä¼Â¸³Åª¤Ê packed ·Á¼°¤Î 24bpp ¤â¥µ¥Ý ! ¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢»È¤¨¤ë¤«¤É¤¦¤«¤Ï RAMDAC ¤Ë°Í¸¤·¤Þ¤¹¡£ ! ! ARK2000MT (ark2000mt) ! ¤³¤ì¤Ï¿·¤·¤¤¥Á¥Ã¥×¤Ç¤¢¤ê¡¢AR2000PV ¤È¸ß´¹¤Ç¤¹¡£ ! ! ARK2000MI ¤Ï¡¢¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤ò¼«Æ°Åª¤Ë¤Ï¸¡½Ð¤µ¤ì¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç Chipset "ark1000pv" ¤Î¤è¤¦¤Ê ! ¹Ô¤ò»ØÄꤷ¤Þ¤¹¡£Á´¤Æ¤Î¥ª¥×¥·¥ç¥ó¤â¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë RAMDAC ! ! RAMDAC ¤Î»ØÄ꤬¤Ê¤¤¾ì¹ç¡¢256 ¿§¤È 80MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¥µ ! ¥Ý¡¼¥È¤¹¤ëɸ½à¤Î RAMDAC ¤ò»ØÄꤷ¤¿¤â¤Î¤È¤ß¤Ê¤µ¤ì¤Þ¤¹¡£°Ê²¼¤Î¥¿¥¤¥×¤Î ! RAMDAC ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­ ! ¤Þ¤¹(Îã: Ramdac "att20c490"): ! ! att20c490 ! ¶È³¦É¸½à¤Î 8 ¥Ó¥Ã¥È RAMDAC ¤Ç¤¹¡£´ðËÜ¥â¥Ç¥ë¤Î Hercules Stingray ! Pro ¤Ç»È¤ï¤ì¤Æ¤¤¤ë RAMDAC ¤Ï¡¢¤³¤ì¤È¸ß´¹¤Ç¤¹¡£40 ¤Þ¤¿¤Ï 55 MHz ! ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ç 16bpp ¤Î¿§¤Î¿¼¤µ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¤¬¡¢ ! ¤³¤ì¤Ï DAC ¤Î®Å٥졼¥È¤Ë°Í¸¤·¤Þ¤¹¡£Ìó 36MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯ÃÍ¤Ç packed ·Á¼°¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! att20c498 ! ¶È³¦É¸½à¤Î 16 ¥Ó¥Ã¥È RAMDAC ¤Ç¤¹¡£Hercules Stingray Pro/V ¤È ! Stingray 64/V ¤Ç»È¤ï¤ì¤Æ¤¤¤ë RAMDAC ¤Ï¡¢¤³¤ì¤È¸ß´¹¤Ç¤¹¡£80MHz ¤¢ ! ¤ë¤¤¤Ï 110MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤Ç 16bpp ¤¬¥µ¥Ý¡¼¥È¤µ ! ¤ì¡¢40 ¤Þ¤¿¤Ï 55MHz ¤Þ¤Ç¤Ç 32 bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£ ! ! zoomdac ! ¤³¤ì¤Ï Hercules Stingray Pro/V ¤È 64/V ¤Ç¼ÂºÝ¤Ë»È¤ï¤ì¤Æ¤¤¤ë ! RAMDAC ¤Ç¤¹¡£¤³¤ì¤Ï¤Û¤È¤ó¤É ATT20C498 ¤ÈƱÍͤ˰·¤ï¤ì¤Þ¤¹¤¬¡¢¥É¥Ã ! ¥È¥¯¥í¥Ã¥¯ÃͤÎÀ©¸Â¤¬Àµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹(16bpp ¤Î¾ì¹ç¡¢ARK1000PV ! ¤Ç¤Ï 55MHz ¤Ç¤¹¤·¡¢ ARK2000PV ¤Ç¤Ï¾¯¤Ê¤¯¤È¤â110MHz ¤Ç¤¹)¡£²Ã¤¨ ! ¤Æ¡¢packed ·Á¼°¤Î 24bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì(ARK1000PV ¤Ç¤Ï 36MHz ¤Þ¤Ç ! ¤Ç¡¢¤Þ¤À ARK2000PV ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó)¡¢ARK2000PV ¤Ç¤Ï ! 32 bpp ¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹(55MHz ¤Þ¤Ç)¡£¤³¤Î RAMDAC ¤Ï¼«Æ°Åª ! ¤Ë¸¡½Ð¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ ! ! stg1700 ! Á´¤¯¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ics5342 ! ¤³¤ì¤Ï ! ¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤È RAMDAC ¤òÁȤ߹ç¤ï¤»¤¿¤â¤Î¤Ç¤¢¤ê¡¢Diamond ! Stealth 64 Graphics 2001 ¤È ARK2000MT ¤ò»È¤Ã¤Æ¤¤¤ë¿·¤·¤á¤Î ! Hercules ¥«¡¼¥É¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£256 ¿§¥â¡¼¥É¤Ë²Ã¤¨¡¢16bpp ¤È ! 32bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£32bpp ¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£ ! ! ¥­¡¼¥ï¡¼¥É Dacspeed ¤ò»È¤¦¤È RAMDAC ¤Î¥¹¥Ô¡¼¥É¥ì¡¼¥È¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¤¬¡¢»ØÄê¤ÎºÝ¤Ë¤ÏÆäËÃí°Õ¤¬É¬ÍפǤ¹¡£ÁǤΥ¯¥í¥Ã¥¯¼þÇÈ¿ô¤Ï 80MHz ! ¤ò±Û¤¨¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ARK ¥Á¥Ã¥×¤È°ìÉô¤Î RAMDAC ¤ËÂФ·¤Æ 120MHz ¤Þ¤Ç ! ¤ÎÁǤΥ¹¥Ô¡¼¥É¤¬»ØÄꤵ¤ì¤Þ¤¹¤¬¡¢¤³¤ì¤Ï FCC ¤Î´ûÄê¤òÇˤ뤫¤â¤·¤ì¤Þ¤»¤ó ! ¤·¡¢¤½¤¦¤Ç¤Ê¤¯¤Æ¤âÆ°ºî¤¬ÉÔ°ÂÄê¤Ë¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â ! ¤¤ 8bpp ¥â¡¼¥É(135MHz Åù)¤ÏÄ̾16 ¥Ó¥Ã¥È DAC ¥Ñ¥¹¾å¤ÇƱ»þ¤Ë 2 ¥Ô¥¯¥» ! ¥ë¤òÁ÷¤ë¤³¤È¤Ë¤è¤Ã¤Æ¼Â¸½¤µ¤ì¤Þ¤¹¤¬(¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ 135 MHz ¤ËÂФ¹¤ëÁÇ ! ¤Î¥¯¥í¥Ã¥¯ÃÍ¤Ï 67.5MHz ¤Ç¤¹)¡¢¤³¤ì¤Ï¤Þ¤À¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤Áà ! ºî¥â¡¼¥É¤Ç¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¤ÀßÄê¤ÏÁ´¤¯¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï¡¢DRAM ¤Î¥¹¥Ô¡¼¥É(¥Ð¥ó¥ÉÉý)¤Ë½¾¤Ã¤Æ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎºÇ ! ÂçÃͤòÀ©¸Â¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£(ICS5342 ¤Î¾ì¹ç¤ò½ü¤¯¤È)¥á¥â¥ê¤Î¥¯¥í¥Ã ! ¥¯¤Î¥¹¥Ô¡¼¥É¤òÃΤ뤳¤È¤Ï¤Ç¤­¤Ê¤¤¤Î¤Ç¡¢¥É¥é¥¤¥Ð¤Ï¥Ç¥Õ¥©¥ë¥ÈÃͤȤ·¤Æ ! 60MHz ¤òÁÛÄꤷ¤Þ¤¹¡£ARK1000PV ¤Î¾ì¹ç¤Ë¤Ï¡¢109MHz ¤Þ¤Ç¤Ç 8bpp, 55MHz ¤Þ ! ¤Ç¤Ç16bpp, 36MHz ¤Þ¤Ç¤Ç 24bpp, 27MHz ¤Þ¤Ç¤Ç 32bpp ¤¬»ÈÍѤǤ­¤Þ¤¹¡£¥á¥â ! ¥ê¤ò 2MB ÀѤó¤À ARK2000PV ¤Î¾ì¹ç¤Ë¤Ï¡¢100MHz ¤Þ¤Ç¤Ç 16bpp, 72MHz ¤Þ¤Ç ! ¤Ç 24bpp, 55MHz ¤Þ¤Ç¤Ç 32bpp ¤¬»ÈÍѤǤ­¤Þ¤¹¡£¼ÂºÝ¤Î¥á¥â¥ê¤Î¥¯¥í¥Ã¥¯ÃÍ ! ¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¤Ê¤é¤Ð¡¢¥­¡¼¥ï¡¼¥É MCLK ¤ò»È¤Ã¤Æ»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹(Îã: MCLK 70)¡£ ! ! 16bpp ¤Ç XF86_SVGA ¤ò¼Â¹Ô¤¹¤ë¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤Ë¼¡¤Î¤è¤¦¤Ê¥ª¥×¥·¥ç¥ó¤ò»Ø ! Äꤷ¤Þ¤¹: ! ! startx -- -bpp 16 5-6-5 RGB ('6Ëü4À鿧', XGA) ! startx -- -bpp 16 -weight 555 5-5-5 RGB ('¥Ï¥¤¥«¥é¡¼') ! startx -- -bpp 24 8-8-8 RGB (packed ·Á¼°¤Î 24 ¥Ó¥Ã¥È¥È¥¥¥ë¡¼¥«¥é¡¼) ! startx -- -bpp 32 8-8-8 RGB (32bpp ¤Î¥È¥¥¥ë¡¼¥«¥é¡¼) ! ! 3. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢SVGA ¥µ¡¼¥Ð¤Ë¿·¤·¤¯Æ³Æþ¤µ¤ì¤¿ XAA(XFree86 Acceleration ! Architecture)¤ÎÍøÅÀ¤ò½½Ê¬¤ËÀ¸¤«¤·¤Æ¤¤¤Þ¤¹¡£¼ÂºÝ¡¢ARK ¥É¥é¥¤¥Ð¤Ï XAA ³« ! ȯ¤Î½é´ü¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤·¤¿¡£°ìÈÌŪ¤Ê¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤Î¤Û¤È¤ó¤É¤Ç ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤­¤Þ¤¹¡£¤³¤ì¤Ë¤Ï¡¢¤Û¤È¤Î¤É¤Î¥¿¥¤¥×¤Î¶ë·Á¤ÈÈó¶ë·Á ! ¤ÎÅɤêÄÙ¤·¡¢¥¹¥¯¥ê¡¼¥ó-¥¹¥¯¥ê¡¼¥ó¤Î BitBLT Áàºî¡¢Àþ¤ÎÉÁ²è¡¢¥Æ¥­¥¹¥È¤È ! ¥Ó¥Ã¥È¥Þ¥Ã¥×¤ÎŸ³«¤¬´Þ¤Þ¤ì¤Þ¤¹¡£2MB ¤Î ARK2000PV/MT ¤Ç¤Ï xstone Ãͤ¬ ! 300k ¤ò±Û¤¨¤ë¤È»×¤¤¤Þ¤¹¡£ ! ! 24bpp ¤À¤È¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÏÂÌÌܤʤΤǤ¹¤¬¡¢¤ª¤«¤·¤Ê¤³¤È¤Ë¥°¥ì¡¼¥¹¥± ! ¡¼¥ë¤Ç¤ÏÉÁ²è¤¬Â®¤¯¤Ê¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¤ÈÆ°ºî¤¬¤ª¤«¤·¤¯¤Ê ! ¤ëµ¿¤¤¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥Æ¥­¥¹¥È¤ä ! ¥Ó¥Ã¥È¥Þ¥Ã¥×¤¬Àµ¤·¤¯¥ì¥ó¥À¥ê¥ó¥°¤µ¤ì¤Ê¤¤¤è¤¦¤Ç¤¢¤ì¤Ð¡¢"xaa_no_col_exp" ! ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î¥­¥ã¥Ã¥·¥å¤ò̵¸ú¤Ë¤¹¤ë ! ¤Ë¤Ï¡¢"no_pixmap_cache" ¥ª¥×¥·¥ç¥ó¤ò»È¤¤¤Þ¤¹¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£°ÊÁ°¤Ï¡¢¥â¡¼¥É¹Ô ! ¤ò½¤Àµ¤·¤Ê¤¤¤È¡¢²èÌ̾å¤Ç¤Î¥Þ¥¦¥¹¥Ý¥¤¥ó¥¿¤ÎÆ°¤¤¤¿Àפ˿åÊ¿Êý¸þ¤ÎÀþ 2 ËÜ ! ¤È¼Ê 1 Ëܤ¬¸½¤ï¤ì¤Æ¤¤¤Þ¤·¤¿¡£¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï¡¢¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¼« ! ưŪ¤Ë½¤Àµ¤·¡¢¤³¤Î¤è¤¦¤Ê±Æ¶Á¤¬½Ð¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ï¹Í¤¨¤é¤ì¤ëÁ´¤Æ ! ¤Îµ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤·¤¿¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë ! ¤¹¤ë¤Ë¤Ï¡¢"hw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»È¤¤¤Þ¤¹¡£ ! ! ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî¥â¡¼¥É¤Ç¤¹¡£¥µ¡¼¥Ð¤¬Àµ¤·¤¯µ¯Æ°¤· ! ¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢"no_linear" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¸Å¤¤ ARK1000VL ¤Ï¤ª¤½¤é¤¯¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ë´Ø¤·¤Æ¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ "noaccel" ¥ª¥×¥·¥ç¥ó¤È "no_linear" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4. ´ðËÜŪ¤ÊÀßÄê ! ! XF86Config ¥Õ¥¡¥¤¥ë¤ÎºîÀ®¤Ï `XF86Setup' ¥×¥í¥°¥é¥à¤« `xf86config' ¥×¥í ! ¥°¥é¥à¤òÍѤ¤¤Æ¹Ô¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ì¤é¤Î¥×¥í¥°¥é¥à¤ò»È¤¨¤Ð¡¢¥¹¥¯ ! ¥ê¡¼¥ó¤Î¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤òºÇŬ¤Ë¤¹¤ë¤¿¤á¤Ë¥â¡¼¥É¹Ô¤òÊ¤Ùľ¤¹É¬Íפ¬¤¢ ! ¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢8bpp ¡¦¹â²òÁüÅ٤ǤÁ¤ã¤ó¤ÈÆ°ºî¤¹¤ëÀßÄ꤬¤Ç¤­¤ë¤Ç ! ¤·¤ç¤¦¡£»È¤Ã¤Æ¤¤¤ë¥â¥Ë¥¿¤Ë¤¦¤Þ¤¯¹ç¤¦¤è¤¦¤Ê¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò Monitor ! ¥»¥¯¥·¥ç¥ó¤ËÆþ¤ì¤Æ¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¥â¥Ë¥¿¤ËÉé²Ù¤ò¤«¤±¤Ê¤¤¤¿¤á¤Ë¡¢¥¯¥í¥Ã¥¯¤Î¸¡½Ð(X -probeonly)¤Î´Ö¤Ë¤Ï¥â¥Ë ! ¥¿¤ÎÅŸ»¤òÀڤäƤª¤¯¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£XF86Config ¤Î Device ¥»¥¯¥·¥ç ! ¥ó¤Ë Clocks ¹Ô¤¬Ìµ¤¤¾ì¹ç¤Ë¤â¸¡½Ð¤ÎÆ°ºî¤¬µ¯¤³¤ê¤Þ¤¹¡£°Ê²¼¤Î Clocks ¹Ô¤Ï ! ARK Logic ¤Î¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ò»È¤Ã¤Æ¤¤¤ë Hercules Stingray Pro, ! Pro/V ¤ä¸Å¤¤ 64/V ¤ËÂФ·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹(¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥«¡¼ ! ¥É¤ò»È¤¦¾ì¹ç¤Ë¤Ï¥¯¥í¥Ã¥¯Ãͤò¸¡½Ð¤¹¤ëɬÍפÏ̵¤¯¡¢Ã±¤Ë°Ê²¼¤Î¹Ô¤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤)¡£ ! ! Clocks 25.175 28.3 40 72 50 77 36 44.9 ! Clocks 128.43 118.8 80 31.5 110 63.96 74.19 95 ! ! ¹â¤¤¼þÇÈ¿ô¤Ç¤Ï¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤Þ¤¿¡¢60-80MHz ¤ÎÈϰϤǤϼþÇÈ ! ¿ô¤ÎÉÔ°ìÃפ¬µ¯¤³¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 5. ¥ê¥ê¡¼¥¹Í½Äê¤Î¦ÂÈǤÇÄɲÃͽÄê¤Îµ¡Ç½ ! ! o ! ! o ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë RAMDAC ¤òºÜ¤»¤¿ ARK2000PV/MT ¤Ë¤ª¤¤¤Æ¡¢16 ¥Ó¥Ã¥È ! ¤Î RAMDAC ¥Ñ¥¹¾å¤ÇƱ»þ¤Ë 2 ¤Ä¤Î¥Ô¥¯¥»¥ë¤òÁ÷¤ë¤³¤È¤Ë¤è¤ë¡¢8bpp »þ¤Ë ! ¤ª¤±¤ë¹â¥¯¥í¥Ã¥¯ÃÍ(80MHz ¤«¤é 135MHz)¤Î¥µ¥Ý¡¼¥È¡£ ! ! o ZoomDAC ¤òºÜ¤»¤¿ ARK2000PV ¤Ë¤ª¤±¤ë¡¢72MHz ¤Þ¤Ç¤Î packed ·Á¼°¤Î ! 24bpp ¤Î¥µ¥Ý¡¼¥È¡£ ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¤µ¤é¤Ê¤ëºÇŬ²½¤È°ÂÄê²½¡£ ! ! o ¸½ºß¤¢¤ëÌäÂê¤Î½¤Àµ¡£ ! ! o ARK2000MI ¤¬½Ð¤Æ¤­¤¿¤é¡¢¤½¤Î¥µ¥Ý¡¼¥È¡£ ! ! 6. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! ! Hercules Stringray Pro (ARK1000PV + ATT20C490 ¸ß´¹¤Î RAMDAC) ! 8bpp, 16bpp, 24bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¯¥í¥Ã¥¯Ãͤν¸¹ç¤Ï¸Ç ! Äê¤Ç¤¹¡£ 24bpp ¤Ç¤Ï¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ÎÀ©¸Â¤¬¤¢¤ë¤è¤¦¤Ç¤¹¡£¿åÊ¿Êý ! ¸þÉý(HTotal)¤Î¤¦¤ÁºÇ¸å¤Î¿ô¤Ï 4 ¤Ç³ä¤êÀÚ¤ì¤Æ¡¢8 ¤Ç³ä¤êÀÚ¤ì¤Ê¤¤¿ô ! ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥â¡¼¥É¹Ô¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¿§¤¬¤ª¤«¤·¤¯¤Ê ! ¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò¼«Æ°Åª¤ËÊäÀµ¤·¤Þ¤¹¡£ ! ! Hercules Stingray Pro/V (ARK1000PV + IC Works ZoomDAC) ! 8bpp, 16bpp, 24bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¯¥í¥Ã¥¯Ãͤν¸¹ç¤Ï¸Ç ! Äê¤Ç¤¹¡£ 24bpp ¥â¡¼¥É¤Ç¤Ï¡¢Á°¤Î¹àÌܤÈƱ¤¸À©¸Â¤¬¤¢¤ê¤Þ¤¹¡£°ìÉô¤Î ! OS ¤Ç¤Ï¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂ꤬µ¯¤³¤ë¤³¤È¤¬Êó¹ð¤µ¤ì ! ¤Æ¤¤¤Þ¤¹¡£ ! ! Hercules Stingray 64/V (ARK2000PV + IC Works ZoomDAC) ! 8bpp, 16bpp, 32bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¯¥í¥Ã¥¯Ãͤν¸¹ç¤Ï¸Ç ! Äê¤Ç¤¹¡£°ìÉô¤Î OS ¤Ç¤Ï¡¢¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂ꤬µ¯¤³¤ë ! ¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ARK2000MT + ICS5342 ¥¯¥í¥Ã¥¯¥Á¥Ã¥×/RAMDAC ¤òºÜ¤»¤¿ Hercules ! Stingray 64 ! ¤³¤Î¹àÌÜ¤Ï ICS5342 ¤òÀѤó¤À¾¤Î¥«¡¼¥É(Diamond Stealth 64 ! Graphics 2001 Åù)¤Ë¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£RAMDAC "ics5342" ¤ò»ØÄꤷ¤Æ ! ¤¯¤À¤µ¤¤¡£¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬»È¤¨¤Þ¤¹(Clocks ¹Ô¤òÀßÄê ! ¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó)¡£8bpp, 16bpp, 32bpp ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹ ! ¤¬¡¢32bpp ¤ÏÆ°ºî¤·¤Ê¤¤¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ¡´ï¹½À®¤Ï 3.2 ! ¤è¤ê¸å¤Î¥µ¡¼¥Ð¤Ç¤Ï¥Æ¥¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂê¤Ç¡¢Ëܥɥ­¥å¥á¥ó¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤¢¤ì¤Ð¡¢ ! XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤¹¤ë¤«(¥É¥é¥¤¥Ð¤Î¸½ºß¤Î¥á¥ó¥Æ¥Ê¤Ë¤Ï ! H.Hanemaayer@inter.nl.net ¤ÇÏ¢Íí¤Ç¤­¤Þ¤¹)¡¢Usenet ¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÂºÝ¤Î¤È¤³¤í¡¢Êó¹ð(À®¸ù¡¦¼ºÇԤ˴ؤï¤é¤º)¤ÏÂç´¿·Þ¤Ç¤¹¡£ÆäˤޤÀ¥Æ¥¹¥È¤¬ ! ¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤µ¡´ï¹½À®¤Î¾ì¹ç¤ÏÆäˤ½¤¦¤Ç¤¹¡£Êó¹ð¤Ï¥Ð¥°Êó¹ð¥Õ¥©¡¼¥à ! (¤¢¤ë¤¤¤Ï ! XFree86@XFree86.org ¤Ø¤Î¥á¡¼¥ë)¤ò»È¤Ã¤Æ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ XFree86 ¤Î ! ¥¦¥§¥Ö¥µ¥¤¥È ¤ËÅо줹¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÂÔ¤Ä ! ¤Î¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ark,v 1.1.2.2 1999/11/26 15:23:15 hohndel Exp $ ! ! $XConsortium: ark.sgml /main/6 1996/10/28 05:24:04 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati:3.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati:3.1.2.1 Wed Jun 2 17:50:57 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati Tue Dec 28 23:13:49 1999 *************** *** 1,8 **** ATI À½¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤Î README Marc Aurele La France ! 1998 January 28 The X Japanese Documentation Project ! 1999 January 17 Ëܥɥ­¥å¥á¥ó¥È¤Ï¡¢XFree86 ¤Îº£²ó¤Î¥ê¥ê¡¼¥¹¤Ë´Þ¤Þ¤ì¤ë ATI ¥É¥é¥¤¥Ð¤Ë´Ø ¤¹¤ë README ¤Ç¤¹¡£ --- 1,8 ---- ATI À½¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤Î README Marc Aurele La France ! 1999 June 23 The X Japanese Documentation Project ! 1999 August 3 Ëܥɥ­¥å¥á¥ó¥È¤Ï¡¢XFree86 ¤Îº£²ó¤Î¥ê¥ê¡¼¥¹¤Ë´Þ¤Þ¤ì¤ë ATI ¥É¥é¥¤¥Ð¤Ë´Ø ¤¹¤ë README ¤Ç¤¹¡£ *************** *** 105,119 **** Mach32 ¥·¥ê¡¼¥º: 68800-3, 68800-6, 68800AX, 68800LX Mach64 ¥·¥ê¡¼¥º: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, ! 264VT4, 264GT-B (3D Rage II), 264GTIIc (3D Rage IIc), ! 264GT3 (3D Rage Pro), 264LT (3D Rage LT), 264LTPro ! (3D Rage LT Pro) ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢264xT ¥·¥ê¡¼¥º¤Î¥¢¥À¥×¥¿¤Ç¤Ï(VGA CRTC ¤Ç¤Ï¤Ê¤¯)¥¢¥¯¥» ! ¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ 3Ëü2À鿧¡¢6Ëü4À鿧¡¢1600Ëü¿§¤Î¥â¡¼¥É¤â¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥µ¥Ý¡¼¥È¤Ç¤Ï¡¢¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»ÈÍѤǤ­¤Þ¤» ! ¤ó¡£ ¾åµ­¤Î¥Á¥Ã¥×¤ò»È¤Ã¤¿¥¢¥À¥×¥¿¤Ï¡¢Ä¹Ç¯¤ËÅϤäƿ§¡¹¤Ê̾Á°¤ÇÈÎÇ䤵¤ì¤Æ¤­¤Þ ¤·¤¿¡£°Ê²¼¤Ë¤³¤ì¤ò¼¨¤·¤Þ¤¹: --- 105,121 ---- Mach32 ¥·¥ê¡¼¥º: 68800-3, 68800-6, 68800AX, 68800LX Mach64 ¥·¥ê¡¼¥º: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, ! 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC, ! 3D Rage Mobility ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢264xT, 3D Rage ¥·¥ê¡¼¥º¤Î¥¢¥À¥×¥¿¤Ç¤Ï(VGA CRTC ¤Ç¤Ï¤Ê ! ¤¯)¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ 3Ëü2À鿧¡¢6Ëü4À鿧¡¢1600Ëü¿§¤Î¥â¡¼¥É ! ¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥µ¥Ý¡¼¥È¤Ç¤Ï¡¢¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»ÈÍÑ¤Ç ! ¤­¤Þ¤»¤ó¡£ ! ! ¿··¿¤Î Rage 128 ¥Á¥Ã¥×¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ¾åµ­¤Î¥Á¥Ã¥×¤ò»È¤Ã¤¿¥¢¥À¥×¥¿¤Ï¡¢Ä¹Ç¯¤ËÅϤäƿ§¡¹¤Ê̾Á°¤ÇÈÎÇ䤵¤ì¤Æ¤­¤Þ ¤·¤¿¡£°Ê²¼¤Ë¤³¤ì¤ò¼¨¤·¤Þ¤¹: *************** *** 128,160 **** - - VGAWonder ¥·¥ê¡¼¥º: VGAWonder V3, VGAWonder V4, VGAWonder V5, VGAWonder+, ! VGAWonder XL, VGAWonder XL24, VGA Basic 16, VGA Edge, ! VGA Edge 16, VGA Integra, VGA Charger, VGAStereo F/X, ! VGA 640, VGA 800, VGA 1024, VGA 1024D, VGA 1024 XL, ! VGA 1024 DXL, VGA 1024 VLB Mach8 ¥·¥ê¡¼¥º: Graphics Ultra, Graphics Vantage, VGAWonder GT (8514/Ultra ¥·¥ê¡¼¥º¤È 8514 Vantage ¥·¥ê¡¼¥º¤Ï¸½ »þÅÀ¤Ç¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£) Mach32 ¥·¥ê¡¼¥º: Graphics Ultra+, Graphics Ultra Pro, Graphics Wonder, Graphics Ultra XLR, Graphics Ultra AXO, VLB mach32-D, PCI mach32-D, ISA mach32 ! Mach64 ¥·¥ê¡¼¥º: Graphics Xpression, Graphics Pro Turbo, Win Boost, ! Win Turbo, Graphics Pro Turbo 1600, Video Xpression, 3D Xpression, Video Xpression+, 3D Xpression+, ! All-In-Wonder, All-In-Wonder PRO, 3D Pro Turbo, ATI-TV, ! XPERT@Play, XPERT@Work, XPERT XL VGAWonder, Mach8, Mach32 ISA ¥¢¥À¥×¥¿¤Ï¡¢¥Þ¥¦¥¹¤¬¤¢¤Ã¤Æ¤â¤Ê¤¯¤Æ¤â»ÈÍÑ ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ¤³¤ì¤é¤Î¥¢¥À¥×¥¿¤Ç¡¢ÍÍ¡¹¤Ê¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ä RAMDAC ¤ÈÁȤ߹ç¤ï¤»¤¿ ! ¤â¤Î¤¬ÍøÍѲÄǽ¤Ç¤¹¡£264xT ¥·¥ê¡¼¥º¤Î¥Á¥Ã¥×¤ÏÁȤ߹þ¤ß¥³¥ó¥È¥í¡¼¥é¤Ç¤¹¡£ ! ¤Ä¤Þ¤ê¡¢¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤È RAMDAC ¤òÆ⢤·¤Æ¤¤¤Þ¤¹¡£ ! ¾Ü¤·¤¯¤Ï¡¢¡ÖXF86Config ¤Ë¤ª¤±¤ë»ØÄê¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢¥¹¥¯¥ê¡¼¥ó¤Ø¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÉÁ²è¤Ï¤Þ¤À¥µ¥Ý¡¼ ¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¤Ä¤Þ¤êÉÁ²è¤ÏÁ´¤Æ CPU ¤¬¹Ô¤¤¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÏÁ´¤¯»È¤ï --- 130,163 ---- VGAWonder ¥·¥ê¡¼¥º: VGAWonder V3, VGAWonder V4, VGAWonder V5, VGAWonder+, ! VGAWonder XL, VGAWonder XL24, VGAWonder VLB, VGA Basic, ! VGA Basic 16, VGA Edge, VGA Edge 16, VGA Integra, ! VGA Charger, VGAStereo F/X, VGA 640, VGA 800, VGA 1024, ! VGA 1024D, VGA 1024 XL, VGA 1024 DXL, VGA 1024 VLB Mach8 ¥·¥ê¡¼¥º: Graphics Ultra, Graphics Vantage, VGAWonder GT (8514/Ultra ¥·¥ê¡¼¥º¤È 8514 Vantage ¥·¥ê¡¼¥º¤Ï¸½ »þÅÀ¤Ç¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£) Mach32 ¥·¥ê¡¼¥º: Graphics Ultra+, Graphics Ultra Pro, Graphics Wonder, Graphics Ultra XLR, Graphics Ultra AXO, VLB mach32-D, PCI mach32-D, ISA mach32 ! Mach64 ¥·¥ê¡¼¥º: Graphics Xpression, Graphics Pro Turbo, WinBoost, ! WinTurbo, Graphics Pro Turbo 1600, Video Xpression, 3D Xpression, Video Xpression+, 3D Xpression+, ! 3D Charger, Video Charger, WinCharger, All-In-Wonder, ! All-In-Wonder PRO, 3D Pro Turbo, XPERT@Play, ! XPERT@Play 98, XPERT@Work, XPERT 98, XPERT LCD, ! XPERT XL VGAWonder, Mach8, Mach32 ISA ¥¢¥À¥×¥¿¤Ï¡¢¥Þ¥¦¥¹¤¬¤¢¤Ã¤Æ¤â¤Ê¤¯¤Æ¤â»ÈÍÑ ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ¤³¤ì¤é¤Î¥¢¥À¥×¥¿¤Ç¡¢ÍÍ¡¹¤Ê¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ä RAMDAC ¤ÈÁȤ߹ç¤ï¤»¤¿ ! ¤â¤Î¤¬ÍøÍѲÄǽ¤Ç¤¹¡£264xT, 3D Rage ¥·¥ê¡¼¥º¤Î¥Á¥Ã¥×¤ÏÁȤ߹þ¤ß¥³¥ó¥È¥í ! ¡¼¥é¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤È RAMDAC ¤òÆ⢤· ! ¤Æ¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï¡¢¡ÖXF86Config ¤Ë¤ª¤±¤ë»ØÄê¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£ ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢¥¹¥¯¥ê¡¼¥ó¤Ø¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÉÁ²è¤Ï¤Þ¤À¥µ¥Ý¡¼ ¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¤Ä¤Þ¤êÉÁ²è¤ÏÁ´¤Æ CPU ¤¬¹Ô¤¤¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÏÁ´¤¯»È¤ï *************** *** 169,179 **** ¤Æ¡¢¤³¤Î¥µ¥Ý¡¼¥È¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇŬÍѤµ¤ì¤Þ¤¹¤¬¡¢XF86Config ¤Î¥ª¥×¥·¥ç¥ó ¤ò»ØÄꤷ¤Æ SuperVGA ¤Î CRTC ¤ò»È¤¦¤è¤¦¤Ë¤â¤Ç¤­¤Þ¤¹¡£256¿§°Ê¾å¤Î¿§¤Î¿¼ ¤µ¤Î¥â¡¼¥É¤Ç¤Ï¡¢¥ê¥Ë¥¢¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! 264xT ¥³¥ó¥È¥í¡¼¥é¤¬¸¡½Ð¤µ¤ì¤¿¾ì¹ç¤«¡¢88800 ¥³¥ó¥È¥í¡¼¥é¤ò»È¤Ã¤Æ¤¤¤Æ¥¢ ! ¥¯¥»¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Îµ¡Ç½¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë ! ¤Ê¤ê¤Þ¤¹¡£XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤³¤Îµ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¤·¡¢(PCI ¥¢¥À¥×¥¿¤Ç¤Ê¤±¤ì¤Ð)Í­¸ú¤Ë¤·¤¿¤ê¾¤Î¥¢¥É¥ì¥¹¤ËÊѹ¹¤¹¤ë¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£ 4. ATI À½¤Ç¤Ê¤¤¥¢¥À¥×¥¿¤Ë¤ª¤±¤ëÈÆÍÑ VGA ¥µ¥Ý¡¼¥È¤Î¸½ºß¤Î¼ÂÁõ --- 172,182 ---- ¤Æ¡¢¤³¤Î¥µ¥Ý¡¼¥È¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇŬÍѤµ¤ì¤Þ¤¹¤¬¡¢XF86Config ¤Î¥ª¥×¥·¥ç¥ó ¤ò»ØÄꤷ¤Æ SuperVGA ¤Î CRTC ¤ò»È¤¦¤è¤¦¤Ë¤â¤Ç¤­¤Þ¤¹¡£256¿§°Ê¾å¤Î¿§¤Î¿¼ ¤µ¤Î¥â¡¼¥É¤Ç¤Ï¡¢¥ê¥Ë¥¢¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! 264xT ¤Þ¤¿¤Ï 3D Rage ¥³¥ó¥È¥í¡¼¥é¤¬¸¡½Ð¤µ¤ì¤¿¾ì¹ç¤«¡¢88800 ¥³¥ó¥È¥í¡¼ ! ¥é¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ç¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ¤¤¤ë¤È¡¢¤³¤Îµ¡Ç½¤Ï¥Ç ! ¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤³¤Îµ¡Ç½¤ò̵ ! ¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¡¢(PCI ¥¢¥À¥×¥¿¤Ç¤Ê¤±¤ì¤Ð)Í­¸ú¤Ë¤·¤¿¤ê¾¤Î¥¢¥É ! ¥ì¥¹¤ËÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ 4. ATI À½¤Ç¤Ê¤¤¥¢¥À¥×¥¿¤Ë¤ª¤±¤ëÈÆÍÑ VGA ¥µ¥Ý¡¼¥È¤Î¸½ºß¤Î¼ÂÁõ *************** *** 195,201 **** o ÁªÂò¤Ç¤­¤ë(¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ç¤Ê¤¤)¥¯¥í¥Ã¥¯¤ÎÁȤÏ4¤Ä¤À¤±¤Ç¤¹¡£ - o Çò¹õ¥â¡¼¥É¤È 16¿§¥â¡¼¥É¤Ç¤Ï¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤Ï 256KB ¤ËÀ©¸Â¤µ¤ì¤Þ¤¹¡£ o 256¿§¥â¡¼¥É¤Ç¤Ï¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤Ï 64KB ¤ËÀ©¸Â¤µ¤ì¤Þ¤¹¡£ --- 198,203 ---- *************** *** 326,333 **** - - Crystals (VGA Wonder V3 ¤È V4 ¥¢¥À¥×¥¿¤Î¤ß): Clocks 50.000 56.644 0.000 44.900 44.900 50.000 0.000 36.000 --- 328,333 ---- *************** *** 375,382 **** 9.978 11.225 18.750 16.250 12.588 14.160 0.000 11.225 ! Mach32 ¤È Mach64 ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ºÇ½é¤«¤é 32 ¸Ä¤Þ¤Ç¤Î¼þÇÈ¿ô¤À¤± ! ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ATI ¤Î¥¢¥À¥×¥¿¤Ë»È¤ï¤ì¤Æ¤¤¤ë¾¤Î¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿(¤É¤ì¤âÁ°½Ò¤Î¤¤¤º ¤ì¤«¤Î¥¸¥§¥Í¥ì¡¼¥¿¤Î¥¯¥í¡¼¥ó¤È¸À¤¨¤Þ¤¹)¤Ç¤Ï¡¢¾åµ­¤Ç¥¼¥í¤Ë¤Ê¤Ã¤Æ¤¤¤ëÉô --- 375,382 ---- 9.978 11.225 18.750 16.250 12.588 14.160 0.000 11.225 ! VGAWonder VLB, VGA 1024 VLB, Mach32, Mach64 ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ºÇ½é ! ¤«¤é 32 ¸Ä¤Þ¤Ç¤Î¼þÇÈ¿ô¤À¤±¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ATI ¤Î¥¢¥À¥×¥¿¤Ë»È¤ï¤ì¤Æ¤¤¤ë¾¤Î¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿(¤É¤ì¤âÁ°½Ò¤Î¤¤¤º ¤ì¤«¤Î¥¸¥§¥Í¥ì¡¼¥¿¤Î¥¯¥í¡¼¥ó¤È¸À¤¨¤Þ¤¹)¤Ç¤Ï¡¢¾åµ­¤Ç¥¼¥í¤Ë¤Ê¤Ã¤Æ¤¤¤ëÉô *************** *** 451,459 **** ¤»¤ó¡£¥«¡¼¥Í¥ë¤ò¿·¤·¤¤¤â¤Î¤Ë¹¹¿·¤¹¤ë¤«¡¢APM ¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤·¤Þ ¤·¤ç¤¦¡£ - °ìÉô¤Î Mach64 ¥¢¥À¥×¥¿¤Ç¤Ï¡¢¥¢¥À¥×¥¿ÉÕ°(ÉÕ°¤Ç¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ - ¤¹)¤Î ATI ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ TV ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ - ¤¹¡£¤³¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ¤Ï¸½ºßÄ´ººÃæ¤Ç¤¹¡£ o Mach64 ¤Î CTRC ¥¢¥¯¥»¥é¥ì¡¼¥¿¤ò»È¤Ã¤Æ¤¤¤ë¤È¤­¡¢²¾ÁÛ²òÁüÅ٤Υԥ¯¥»¥ë Éý¤Ï 8192 ̤Ëþ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£VGA ¤Î CTRC ¤Ç¤ÏÀ©¸Â¤Ï¤â¤Ã¤È¸· --- 451,456 ---- *************** *** 462,467 **** --- 459,465 ---- ¹ç)¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Ê¤Î¤Ç¡¢²óÈò¤¹¤ë¤³ ¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ + o 88800GX ¤È 88800CX ¥¢¥À¥×¥¿¤Î VGA CTRC ¤Ï¡¢1MB °Ê¾å¤Î¥Ó¥Ç¥ª¥á¥â¥ê (Çò¹õ¤Î¾ì¹ç¤Ï 256kB)¤òɬÍפȤ¹¤ë²¾ÁÛ²òÁüÅÙ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ¤³¤ì¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Ê¤Î¤Ç¡¢²óÈò¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ *************** *** 507,518 **** ¤ò¤­¤ì¤¤¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¸½ºß¤Ï¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ëÊýË¡¤Ï¤ï¤«¤Ã ¤Æ¤¤¤Þ¤»¤ó¡£ ! o 264xT ¤Çµö¤µ¤ì¤ëºÇÂç¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¤¤¤¯¤Ä¤Ë¤¹¤Ù¤­¤«¤È¤¤¤¦µÄÏÀ¤¬ ! ¤¢¤ê¤Þ¤¹¡£¸½ºß¤Ï¡¢¥¯¥í¥Ã¥¯Ãͤϥ³¥ó¥È¥í¡¼¥éÊ̤˥ǥե©¥ë¥È¤Ç 135MHz, ! 170MHz, 200MHz, 230MHz ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£XF86Config ¤Î DACSpeed ! ¤Î»ØÄê¤òÍѤ¤¤ë¤È¡¢¤³¤ÎÀ©¸ÂÃͤò(¥É¥é¥¤¥Ð¤¬·×»»¤·¤¿ÀäÂÐŪ¤ÊºÇÂçÃÍ¤Þ ! ¤Ç)Â礭¤¯¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ÎÁàºî¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢ ! ¥¢¥À¥×¥¿¤ò²õ¤¹²ÄǽÀ­¤â¤¢¤ë¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ o 1¤ÄÁ°¤Î¹àÌܤξì¹ç¤ò½ü¤­¡¢¤Û¤È¤ó¤É¤Î¥¢¥À¥×¥¿¤Ç¥¯¥í¥Ã¥¯¤Ï 80MHz ¤ËÀ© ¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¤â¤Ã¤È¹â¤¤¼þÇÈ¿ô¤¬»È¤¨¤ë¤â¤Î¤â¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹¡£ --- 505,517 ---- ¤ò¤­¤ì¤¤¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¸½ºß¤Ï¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ëÊýË¡¤Ï¤ï¤«¤Ã ¤Æ¤¤¤Þ¤»¤ó¡£ ! o 264xT ¤È 3D Rage ¥¢¥À¥×¥¿¤Çµö¤µ¤ì¤ëºÇÂç¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¤¤¤¯¤Ä¤Ë¤¹ ! ¤Ù¤­¤«¤È¤¤¤¦µÄÏÀ¤¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Ï¡¢¥¯¥í¥Ã¥¯Ãͤϥ³¥ó¥È¥í¡¼¥éÊÌ¤Ë¥Ç ! ¥Õ¥©¥ë¥È¤Ç 135MHz, 170MHz, 200MHz, 230MHz ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! XF86Config ¤Î DACSpeed ¤Î»ØÄê¤òÍѤ¤¤ë¤È¡¢¤³¤ÎÀ©¸ÂÃͤò(¥É¥é¥¤¥Ð¤¬·× ! »»¤·¤¿ÀäÂÐŪ¤ÊºÇÂçÃͤޤÇ)Â礭¤¯¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ÎÁàºî ! ¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¥¢¥À¥×¥¿¤ò²õ¤¹²ÄǽÀ­¤â¤¢¤ë¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ o 1¤ÄÁ°¤Î¹àÌܤξì¹ç¤ò½ü¤­¡¢¤Û¤È¤ó¤É¤Î¥¢¥À¥×¥¿¤Ç¥¯¥í¥Ã¥¯¤Ï 80MHz ¤ËÀ© ¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¤â¤Ã¤È¹â¤¤¼þÇÈ¿ô¤¬»È¤¨¤ë¤â¤Î¤â¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹¡£ *************** *** 526,542 **** o 8 °Ê¾å¤Î¿§¤Î¿¼¤µ¡£¥Ï¡¼¥É¥¦¥§¥¢Åª¤Ë¤Ï»ÈÍѲÄǽ¤Ç¤¹¡£ o Mach64, Mach32, Mach8, 8514/A ¤ÎÉÁ²è¥¨¥ó¥¸¥ó¡£ o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¡£ ¤³¤Î¥É¥é¥¤¥Ð¤ò»È¤Ã¤¿ 3D ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¡¢¡Ö¥¦¥£¥ó¥É¥¦¤Ç TV ¤ò¸« ¤ë¡×µ¡Ç½¡¢¥Ó¥Ç¥ª¥­¥ã¥×¥Á¥ã¤Î¥µ¥Ý¡¼¥È¤Ï°ìÉô¤Î¥¢¥À¥×¥¿¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¤¬¡¢¤Þ¤À¼Â¸³¤ÎÃʳ¬¤Ç¤¹¡£µ¡Ç½¤Ë¤è¤Ã¤Æ¤Ï³«È¯¤¬ºÇ½ªÃʳ¬¤Ë¤Ê¤Ã¤Æ¤¤ ! ¤ë¤â¤Î¤â¤¢¤ë¤Î¤Ç¤¹¤¬¡¢¸½ºß¤Î XFree86 ¤Î¥µ¡¼¥Ð¤Ë¤Ï¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÁÈ ! ¤ß¹þ¤à¤¿¤á¤Î¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢Èó¸ø³«¶¨Äê¤Ë°¤¹¤ë¤â ! ¤Î¤ò½ü¤¤¤Æ ATI ¤Ï¤³¤ì¤é¤Îµ¡Ç½¤Ë´Ø¤¹¤ë¥ì¥¸¥¹¥¿¥ì¥Ù¥ë¤Î»ÅÍͤò¤Þ¤À¸ø³« ! ¤·¤Æ¤¤¤Þ¤»¤ó¡£ 7. ÌäÂê¤ÎÏ¢Íí --- 525,541 ---- o 8 °Ê¾å¤Î¿§¤Î¿¼¤µ¡£¥Ï¡¼¥É¥¦¥§¥¢Åª¤Ë¤Ï»ÈÍѲÄǽ¤Ç¤¹¡£ + o Mach64, Mach32, Mach8, 8514/A ¤ÎÉÁ²è¥¨¥ó¥¸¥ó¡£ o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¡£ ¤³¤Î¥É¥é¥¤¥Ð¤ò»È¤Ã¤¿ 3D ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¡¢¡Ö¥¦¥£¥ó¥É¥¦¤Ç TV ¤ò¸« ¤ë¡×µ¡Ç½¡¢¥Ó¥Ç¥ª¥­¥ã¥×¥Á¥ã¤Î¥µ¥Ý¡¼¥È¤Ï°ìÉô¤Î¥¢¥À¥×¥¿¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¤¬¡¢¤Þ¤À¼Â¸³¤ÎÃʳ¬¤Ç¤¹¡£µ¡Ç½¤Ë¤è¤Ã¤Æ¤Ï³«È¯Ãæ¤Î¤â¤Î¤â¤¢¤ë¤Î¤Ç¤¹ ! ¤¬¡¢¸½ºß¤Î XFree86 ¤Î¥µ¡¼¥Ð¤Ë¤Ï¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÁȤ߹þ¤à¤¿¤á¤Î¥Õ¥ì¡¼ ! ¥à¥ï¡¼¥¯¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢Èó¸ø³«¶¨Äê¤Ë°¤¹¤ë¤â¤Î¤ò½ü¤¤¤Æ ATI ¤Ï¤³ ! ¤ì¤é¤Îµ¡Ç½¤Ë´Ø¤¹¤ë¥ì¥¸¥¹¥¿¥ì¥Ù¥ë¤Î»ÅÍͤò¤Þ¤À¸ø³«¤·¤Æ¤¤¤Þ¤»¤ó¡£ 7. ÌäÂê¤ÎÏ¢Íí *************** *** 591,600 **** ¤¿¥É¥é¥¤¥Ð¤Ç¤Ï¡¢É®¼Ô¤Ï°Ê²¼¤Ë¼¨¤¹¤è¤¦¤Ê¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤ÎÀßÄ구§¤òƳÆþ¤· ¤Æ¤¤¤Þ¤¹¡£ - ¤³¤Î¥É¥é¥¤¥Ð¤Î¥Ð¡¼¥¸¥ç¥ó 1 ¤Ï¡¢É®¼Ô¤¬ Rik Faith ¤µ¤ó¤«¤é°ú¤­·Ñ¤¤¤À¤â¤Î ¤Ç¤¹¡£¤³¤ì¤Ï XFree86 2.0, 2.1 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£ - ¥Ð¡¼¥¸¥ç¥ó 2 ¤ÏÉ®¼Ô¤¬¤³¤Î¥³¡¼¥É¤òºÇ½é¤Ë½ñ¤­Ä¾¤·¤¿¤â¤Î¤Ç¡¢¥É¥é¥¤¥Ð¤ò VGA Wonder, Mach32, ½é´ü¤Î Mach64 ¥¢¥À¥×¥¿¤ÎÁ´¤Æ¤ËÂбþ¤¹¤ë¤è¤¦¤Ë°ìÈ̲½ ¤¹¤ë»î¤ß¤ò¡¢°ìÉô¤¦¤Þ¤¯¹Ô¤Ã¤Æ¤¤¤Ê¤¤¤Þ¤Þ½ª¤¨¤¿¤À¤±¤Î¤â¤Î¤Ç¤¹¡£¤³¤Î¥Ð¡¼ --- 590,597 ---- *************** *** 609,619 **** ¥Ð¡¼¥¸¥ç¥ó 4 ¤Ï¥Ð¡¼¥¸¥ç¥ó 3 ¤ò¤«¤Ê¤êÂçÉý¤ËºÆ¹½À®¤·¤¿¤â¤Î¤Ç¡¢É®¼Ô¤¬ 1 ¤Ä¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ç¤¦¤Þ¤¯°·¤¨¤ë¥µ¥¤¥º¤ò±Û¤¨¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤³¤Î¥Ð¡¼ ¥¸¥ç¥ó¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ä¿§¤Î¿¼¤µ¤ÎÄɲäʤɤο·¤·¤¤µ¡Ç½¤ÎƳÆþ¤¬ ! ¤«¤Ê¤ê´Êñ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£¤³¤ì¤Ï XFree86 3.3.2 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë ! ¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati,v 3.1.2.1 1999/06/02 07:50:57 hohndel Exp $ --- 606,616 ---- ¥Ð¡¼¥¸¥ç¥ó 4 ¤Ï¥Ð¡¼¥¸¥ç¥ó 3 ¤ò¤«¤Ê¤êÂçÉý¤ËºÆ¹½À®¤·¤¿¤â¤Î¤Ç¡¢É®¼Ô¤¬ 1 ¤Ä¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ç¤¦¤Þ¤¯°·¤¨¤ë¥µ¥¤¥º¤ò±Û¤¨¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤³¤Î¥Ð¡¼ ¥¸¥ç¥ó¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ä¿§¤Î¿¼¤µ¤ÎÄɲäʤɤο·¤·¤¤µ¡Ç½¤ÎƳÆþ¤¬ ! ¤«¤Ê¤ê´Êñ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£¤³¤ì¤Ï XFree86 3.3.2, 3.3.3, ! 3.3.3.1, 3.3.3.2, 3.3.4, 3.3.5, 3.3.6 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati,v 3.1.2.3 1999/12/28 12:13:49 hohndel Exp $ *************** *** 632,660 **** ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ - - - - - - - - - - - - - - - - - - - - - - - - - - --- 629,631 ---- Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips:1.1.2.2 Wed Jun 2 17:50:57 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips Sat Nov 27 02:23:16 1999 *************** *** 1,924 **** ! Chips and Technologies ¥æ¡¼¥¶ÍѤξðÊó ! David Bateman (dbateman@eng.uts.edu.au), ! Egbert Eich (Egbert.Eich@Physik.TH-Darmstadt.DE) ! 5th June 1998 ! (3.3.2 ¤Þ¤Ç) ²¬ËÜ °ì¹¬ Kazuyuki Okamoto ! , ! (3.3.3) º´Ìî Éð½Ó Taketoshi Sano ! 1999/02/03 (ja) ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! 3. XF86Config ¥ª¥×¥·¥ç¥ó ! 4. Modelines ! 5. ¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë´Ø¤¹¤ë¤Þ¤È¤Þ¤Ã¤¿ÀâÌÀ ! 6. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°(ÌäÂê²ò·è) ! 7. ÀÕǤÊü´þÀ¼ÌÀ ! 8. ¼Õ¼­ ! 9. Ãø¼Ô ! ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ! Chips and Technologies ¼Ò¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢ÅÅÎϾÃÈñ´ÉÍý²óÏ©¤¬½ÅÍ×¤Ê°Õ ! Ì£¤ò»ý¤Ä¤è¤¦¤Ê¥é¥Ã¥×¥È¥Ã¥×¥³¥ó¥Ô¥å¡¼¥¿¾å¤Ç»È¤ï¤ì¤ë¤³¤È¤ò¼ç¤ÊÍÑÅӤȤ·¤Æ ! À½Â¤¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¤·¤«¤·¡¢¥Ç¥¹¥¯¥È¥Ã¥×µ¡ÍѤΤ¤¤¯¤Ä¤«¤Î "Green"" ¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤â¡¢¤³¤ì¤é ! ¤Î¥Á¥Ã¥×¤ò»È¤Ã¤Æ¤¤¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤³¤ÎÈǤΠXFree86 ¤Ç¤Ï¼¡¤Îµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ! o ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! o ¥Ô¥¯¥»¥ë¤¢¤¿¤ê 16/24/32 ¥Ó¥Ã¥È ! ! o ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯µ¡Ç½¤Î´°Á´¤Ê¥µ¥Ý¡¼¥È ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! o XAA ¤ò»ÈÍѤ·¤¿Ëؤó¤É¤ÎÁàºî¤Ç¤Î BitBLT ¹â®²½µ¡Ç½ ! ! ¤Û¤È¤ó¤É¤Î Chips and Technologies ¼ÒÀ½¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢ÄøÅ٤κ¹¤Ï¤¢¤ë¤Ë ! ¤»¤è¡¢¤³¤Î¥É¥é¥¤¥Ð¡¼¤Ë¤è¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! ! ! ! ct65520 ! (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 5V »þ 68MHz ) ! ! ct65525 ! ¤³¤Î¥Á¥Ã¥×¤Ï´ðËÜŪ¤Ë 65530 ¤È¤·¤Æǧ¼±¤·¤Þ¤¹¡£Ãµºº»þ¤Ë¡¢ 65530 ¤È ! Ʊ¤¸ ID ¤òÊÖ¤·¤Þ¤¹¡£¾ÜºÙ¤Ï ct65530 ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! ct65530 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65520 ¤½¤Ã¤¯¤ê¤Ç¤¹¡£¤·¤«¤·¡¢ 5V ¤È 3.3V ¤Îº®¹çÆ°ºî ! ¥â¡¼¥É¤È¥Ó¥Ç¥ª¥á¥â¥ê¤Î¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÄɲ䷤Ƥ¤¤Þ¤¹¡£ (ºÇ ! Âç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 56MHz, 5V »þ ! 68MHz ) ! ! ct65535 ! ¤³¤Î¥Á¥Ã¥×¤Ï ct655xx ·ÏÎó¤Ç¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò´°Á´¤Ë¥µ¥Ý¡¼ ! ¥È¤·¤¿ºÇ½é¤Î¥Á¥Ã¥×¤Ç¤¹¡£¤½¤Î¾¤ÎÆÃÀ­¤Ï 65530 ¤ÈƱ¤¸¤Ç¤¹¡£ ! ! ct65540 ! ct655xx ·ÏÎó¤Ç Hi-Color ¤È True-Color ¤ò¥µ¥Ý¡¼¥È¤·¤¿ºÇ½é¤Î¥Á¥Ã¥× ! ¤Ç¤¹¡£´°Á´¤Ë¥×¥í¥°¥é¥à²Äǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÈÁ´¤Æ¤Î¼ïÎà¤Î¥Õ¥é¥Ã¥È ! ¥Ñ¥Í¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯: 3.3V »þ 56MHz, 5V »þ 68MHz ) ! ! ct65545 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65540 ¤½¤Ã¤¯¤ê¤Ç¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¡¢¥Ý¥Ã¥× ! ¥¢¥Ã¥×¥á¥Ë¥å¡¼¤Î¹â®²½¡¢ BitBLT µ¡Ç½¤È PCI ¥Ð¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹¡£ PCI ÈÇ¤Ï BitBLT ¤È¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤¿¤á¤Î¥ì¥¸¥¹¥¿¤ò ! ¤¹¤Ù¤Æ´ðÄ쥢¥É¥ì¥¹¤«¤é»Ï¤Þ¤ë 2M ¥Ð¥¤¥È¤Î¶õ´Ö¤Ë³ä¤êÉÕ¤±½ÐÍè¤Þ¤¹¡£ ! (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 56MHz, 5V »þ ! 68MHz ) ! ! ct65546 ! ¤³¤Î¥Á¥Ã¥×¤ÏÅì¼Ç¤Î°Ù¤ËÆÃÊ̤ËÀ½Â¤¤µ¤ì¤Þ¤·¤¿¡£¤½¤·¤Æ¤½¤Î¤¿¤á¤Ë»ñÎÁ ! ¤¬¹­¤¯¸ø³«¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¼ÂºÝ¤Ë¤Ïñ¤Ë 80MHz ¤ÎºÇÂç¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤ò»È¤¨¤ë¤è¤¦¤Ë¤·¤¿ 65545 ¤Ç¤¢¤ë¤È¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â ! ¥ê: 1M ¥Ð¥¤¥È?,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 80MHz? ) ! ! ct65548 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65545 ¤Ë»÷¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢XRAM ¤È 65546 ¤Î¹â¤¤ ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯: 80MHz ) ! ! ct65550 ! ¤³¤ì°ÊÁ°¤Î ct655xx ·ÏÎó¤Î¥Á¥Ã¥×¤È¤ÏÁ´¤¯°Û¤Ê¤ë¿·¤·¤¤¥¢¡¼¥­¥Æ¥¯ ! ¥Á¥ã¤ÎºÇ½é¤Î¥Á¥Ã¥×¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¤Ë¤Ï¡¢Î㤨¤Ð²þÎɤµ¤ì¤¿ BitBLT ! µ¡Ç½ (24bpp ¤Ë¿§¤ò³ÈÄ¥¡¢ºÇÂç¥Ô¥Ã¥Á¤ò³ÈÂçÅù¡¹)¡¢¥Þ¥ë¥Á¥á¥Ç¥£¥¢µ¡ ! ¹½ (Î㤨¤Ð¥Ó¥Ç¥ª¥­¥ã¥×¥Á¥ã¡¢¥º¡¼¥à¥Ó¥Ç¥ª¥Ý¡¼¥ÈÅù¡¹)¡¢ 24bpp Èó°µ ! ½ÌÅ·Á³¿§ (¤Ä¤Þ¤ê 32bpp ¥â¡¼¥É) ¤Ê¤É¤ò´Þ¤à¡¢Â¿¤¯¤Î¿·¤·¤¤µ¡Ç½¤¬À¹ ! ¤ê¹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢Á´¤Æ¤Î¥Ð¥¹¹½À®¤Ë¤ª¤¤¤Æ¥á¥â¥ê¥Þ¥Ã¥×Æþ½ÐÎÏ ! ¤â²Äǽ¤Ç¤¹¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ ! 80MHz, 5V »þ l00MHz ) ! ! (Ãí¡§PCI ¥Ð¥¹Àܳ¤Ç¤Ê¤¤ ct65550 ¤ò»ý¤Ä¥·¥¹¥Æ¥à¤Î¤¦¤Á¡¢¤¹¤¯¤Ê¤¯¤È ! ¤â¤Ò¤È¤Ä¤Îµ¡¼ï (Libretto50) ¤Ç¤Ï¡¢ BIOS ¤Î CMOS ÀßÄ꤬¥Ç¥Õ¥©¥ë¥È ! ¤Î¾ì¹ç¡¢ SuperProbe ¥³¥Þ¥ó¥É¤Ë¥Á¥Ã¥×¤Î¼ïÎà¤òÀµ¤·¤¯¸¡½Ð¤µ¤»¤ë¤¿¤á ! ¤Ë "-no_bios" ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£ XF86_SVGA ¥µ¡¼¥Ð¡¼¤ÏƱ¤¸¾õ ! ¶·¤Ç¤â¥ª¥×¥·¥ç¥ó̵¤·¤ÇÀµ¤·¤¯¥Á¥Ã¥×¤ò¸¡½Ð²Äǽ¤Ç¤¹¡£) ! ! ct65554 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65550 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬ 32 ¥Ó¥Ã¥È¥Ð¥¹¤Ç¤Ï¤Ê¤¯ 64 ¥Ó¥Ã ! ¥È¥á¥â¥ê¥Ð¥¹¤Ç¤¹¡£¤Þ¤¿¤³¤Î¥Á¥Ã¥×¤Ç¤Ï¥á¥â¥ê¥¯¥í¥Ã¥¯¤È¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯¤Î¾å¸Â¤¬¤è¤ê¹â¤¯¤Ê¤ê¤Þ¤·¤¿¡£ (ºÇÂç¥á¥â¥ê: 4M ¥Ð¥¤¥È, ºÇÂç ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 100MHz) ! ! ct65555 ! 65554 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥á¥â¥ê¥¯¥í¥Ã¥¯¤È¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤Î¾å¸Â¤¬¤µ ! ¤é¤Ë¹â¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿ DSTN ²èÌ̤ÎÀ­Ç½¤ò¸þ¾å¤µ¤»¤ë¿·¤·¤¤ ! DSTN ¥Ç¥£¥¶¥ê¥ó¥°µ¡Ç½¤òÅãºÜ¤·¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â¥ê: 4M ¥Ð¥¤¥È, ! ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 110MHz) ! ! ct68554 ! 65555 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬ "PanelLink" ¥É¥é¥¤¥Ð¤âÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤Î¥·¥ê¥¢¥ë¥ê¥ó¥¯¤Ï¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤«¤éºÇÂç 100m Î¥¤ì¤¿°ÌÃ֤ˤ¢ ! ¤ë LCD ²èÌ̤òÆ°ºî¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ LCD ¤Î¥Ç¥¹¥¯¥È¥Ã¥×µ¡¤Ë¤³ ! ¤Î¥Á¥Ã¥×¤¬ÅëºÜ¤µ¤ì¤ë¤³¤È¤ò´üÂÔ¤·¤Þ¤·¤ç¤¦¡£ (ºÇÂç¥á¥â¥ê: 4M ¥Ð¥¤ ! ¥È, ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 110MHz) ! ! ct69000 ! 65555 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥Á¥Ã¥×¾å¤Ë 2M ¥Ð¥¤¥È¤Î SGRAM ¤¬ÁȤ߹þ¤Þ¤ì ! ¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¤Ï BitBlt ¥ì¥¸¥¹¥¿¡¼¤À¤±¤Ç¤Ê¤¯¡¢¤¹¤Ù¤Æ¤Î¥ì¥¸ ! ¥¹¥¿¡¼¤Ë MMIO ·Ðͳ¤Ç¥¢¥¯¥»¥¹¤Ç¤­¤ëºÇ½é¤Î Chips and Technologies ! ¼ÒÀ½¥Á¥Ã¥×¤Ç¤¹¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤¥È¤Î¤ß, ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: ! 3.3V »þ 220MHz) ! ! ct64200 ! WinGine ¤È¤·¤Æ¤âÃΤé¤ì¤Æ¤¤¤ë¤³¤Î¥Á¥Ã¥×¤Ï¡¢¥Ç¥¹¥¯¥È¥Ã¥×¥·¥¹¥Æ¥àÍÑ ! ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤È¤·¤Æ»ÈÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¤ÏÄɲõ¡Ç½¤òÄó¶¡ ! ¤¹¤ë¤¿¤á¤Ë¡¢³°Éô DAC ¤ª¤è¤Ó¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò¤·¤Ð¤· ! ¤Ð»ÈÍѤ·¤Þ¤¹¡£¤³¤ì¤é¤ÏÁ´¤Æ¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢½¾¤Ã¤Æ¿¤¯¤Î ! ¥«¡¼¥É¤Ç¤Ï¸ÂÄêŪ¤Ê¥µ¥Ý¡¼¥È¤Ë¤Ê¤ê¤Þ¤¹¡£¤Þ¤¿¤³¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥ê¥Ë ! ¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤ ! ¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 80MHz) ! ! ct64300 ! ¤³¤Î¥Á¥Ã¥×¤Ï WinGine ¥Á¥Ã¥×¤Î¤è¤ê¿Ê²½¤·¤¿¤â¤Î¤Ç¡¢»ÅÍÍŪ¤Ë¤Ï ! 6554x ·ÏÎó¤Î¥Á¥Ã¥×¤ÈÎɤ¯»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥ì¥¸¥¹¥¿¥ì¥Ù¥ë¤Ç¤Ï¿¤¯¤ÎÅÀ ! ¤ÇÆȼ«¹½À®¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¡¼¤ÇÆÀ¤é¤ì¤ë¹â®²½¤Î¥ì¥Ù¥ë ! ¤Ï 65545 ÄøÅ٤Ǥ¹¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: ! 80MHz) ! ! ! 3. XF86Config ¥ª¥×¥·¥ç¥ó ! ! ! ¼¡¤Î¥ª¥×¥·¥ç¥ó¤Ï Chips and Technologies ¥É¥é¥¤¥Ð¤ò»ÈÍѤ¹¤ë¾ì¹çÆä˽ÅÍ× ! ¤Ç¤¹¡£ XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Ç¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¾ì½ê¤Ï¡¢ `svga' ¥É¥é ! ¥¤¥Ð¡¼¤ò»ÈÍѤ¹¤ë Screen Àá¤ÎÃæ¤Î¡¢¤½¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤¿¤¤¿§¿¼ÅÙ¤ËÂÐ ! ±þ¤¹¤ë Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ÎÃæ¤Ç¤¹¡£ (Device Àá¤Ç»ØÄꤹ¤ë¤È¡¢Á´¤Æ¤Î ! ¿§¿¼ÅÙ¤ËÂФ·¤Æ¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¡£) ! ! ! Option "noaccel" ! ¹â®²½µ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ DRAM ¤Î»þ´ÖÄ´À°¤ä¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤È¹â ! ®²½µ¡Ç½¤Î¥Ð¥°¤Ê¤É¤Ë´Ø¤¹¤ëÌäÂ꤬¤¢¤ë»þ¤ËÀ­Ç½¤È°ú¤­Âؤ¨¤Ëµß¤Ã¤Æ¤¯ ! ¤ì¤Þ¤¹¡£ (VLB/PCI ¤Î¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Ì¤¤ÀɬÍפ«¤â¤·¤ì¤Þ¤» ! ¤ó¡£) ! ! Option "no_bitblt" (Chips 65545 °Ê¹ß) ! 65545 °Ê¾å¤Î¥Á¥Ã¥×¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤ë BitBLT ¥¨¥ó¥¸¥ó¤ò̵¸ú¤Ë¤·¤Þ ! ¤¹¡£ "noaccel" ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤ÆÌäÂ꤬²ò·è¤·¤¿¤é¡¢¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»ÈÍѤ·¤¿Êý¤¬¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£°ìÈÌŪ¤Ê®ÅÙ¸þ¾å¤Ë´óÍ¿¤· ! ¤Þ¤¹¡£ ! ! Option "xaa_no_color_exp" (Chips 65545 °Ê¹ß) ! Çò¹õŸ³«¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£Æä˥ƥ­¥¹¥È¤È¥Ó¥Ã¥È¥Þ¥Ã¥×¤ËºîÍѤ·¤Þ¤¹¡£ ! ²èÁü½ñ¤­¹þ¤ß¤ä¹â®²½¤ËÌäÂ꤬¤¢¤ë»þ¤ËÍ­ÍѤǤ¹¡£¤³¤ì¤ò»È¤¦¤È°ìÈÌ¤Ë ! À­Ç½¤ÏÄã²¼¤·¤Þ¤¹¡£ XFree86 3.2 ¤Ç»È¤ï¤ì¤Æ¤¤¤¿ "no_imageblt" ¥ª¥× ! ¥·¥ç¥ó¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ÇÃÖ¤­´¹¤¨¤é¤ì¤¿¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "xaa_benchmark" (Chips 65545 °Ê¹ß) ! XAA ¹â®²½¥Ù¥ó¥Á¥Þ¡¼¥¯¤òµ¯Æ°¤·¤Þ¤¹¡£ X ¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Ë¤É¤Î¥°¥é ! ¥Õ¥£¥Ã¥¯¥×¥ê¥ß¥Æ¥£¥Ö¤¬¹â®²½¤µ¤ì¤Æ¤¤¤ë¤«¤È¤¤¤¦ÅÀ¤È¡¢¤½¤ÎÁêÂÐŪ¤Ê ! ®ÅÙ¤òɽ¼¨¤·¤Þ¤¹¡£ ! ! videoram 1024 (¤Þ¤¿¤Ï¾¤ÎÃÍ) ! õÃΤ·¤¿¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÂ礭¤µ¤ò¾å½ñ¤­¤·¡¢¥«¡¼¥É¤Î¥á¥â¥ê¤ÎÂ礭¤µ¤ò ! »ØÄꤷ¤¿Â礭¤µ¤Ë¤À¤Þ¤·¤Þ¤¹¡£Â¿¤¯¤Î ct655xx ¥Á¥Ã¥×¤Ï 1M ¥Ð¥¤¥È¤Þ ! ¤Ç¤Î¥á¥â¥ê¤·¤«ÅëºÜ¤Ç¤­¤º¡¢¤Þ¤¿¤½¤ÎÎ̤òÀµ¤·¤¯Ç§¼±¤µ¤»¤ëɬÍפ¬¤¢¤ë ! ¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ! ! Option "nolinear" (Chips 65530 °Ê¹ß) ! ɸ½à¤Ç¤ÏÁ´¤Æ¤Î ct655xx ¥Á¥Ã¥×¤ËÂФ·¤Æ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤¤ ! ¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ì¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¤è¤¦¤Ê¼ÂÁõ¤¬¤¤¤¯¤Ä¤«Â¸ºß¤·¤Þ ! ¤¹¡£¤½¤¦¤¤¤¦¾ì¹ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç̵¸ú¤Ë ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤è¤ë¹â®²½¤È 16/24/32bpp ¤Ï¥ê¥Ë¥¢¥¢ ! ¥É¥ì¥Ã¥·¥ó¥°¤Ç¤Î¤ßÍ­¸ú¤Ê¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ! MemBase 0x03b00000 (¤â¤·¤¯¤Ï°Û¤Ê¤ë¥¢¥É¥ì¥¹) ! ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥á¥â¥ê¤Î´ðÄ쥢¥É¥ì¥¹¤òÀßÄꤷ¤Þ¤¹¡£°ì ! È̤ˤ³¤ì¤ÏÀµ¤·¤¯ÃµÃΤµ¤ì¤Þ¤¹¤¬¡¢¤â¤·ÃµÃΤ˼ºÇÔ¤·¤Æ¤¤¤ë¤È´¶¤¸¤¿¤é ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬µß¤¤¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£Èó PCI µ¡´ï¤Ç¤³¤ÎÃͤò»ØÄꤷ ! ¤Æ¶¯À©Åª¤ËÃÖ¤­´¹¤¨¤¿¾ì¹ç¡¢¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Ï¤â¤¦°ìÅÙŬÀµ¤Ë¥×¥í¥° ! ¥é¥à¤µ¤ì¤Þ¤¹¡£ 65530 ¤Ç¤Ï´ðÄ쥢¥É¥ì¥¹¤òÀµ¤·¤¯ÃµÃνÐÍè¤Ê¤¤¤¿¤á¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "hw_cursor" (Chips 65545 °Ê¹ß) ! ¥Á¥Ã¥×¤¬Ä󶡤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è ! ¤ê¡¢¥«¡¼¥½¥ë¤ò¾ï¤Ë²èÌ̾å¤Øɽ¼¨¤µ¤»¤ë¤¿¤á¤ÎÉÁ²è½èÍý¤ò¥Ï¡¼¥É¥¦¥§¥¢ ! ¤Ë¤Þ¤«¤»¤ë¤³¤È¤¬¤Ç¤­¤ë¤¿¤á¡¢Á´¤Æ¤Î²èÁüÁàºî¤Ë¤ª¤¤¤ÆÉÁ²è®ÅÙ¤¬¸²Ãø ! ¤Ë¸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï²èÁüÁàºîÃæ¤Î¥«¡¼¥½¥ë¥Õ¥é¥Ã¥·¥å ! ¸ú²Ì¤òÄ㸺¤·¤Þ¤¹¡£ ! ! Option "sw_cursor" (Chips 65545 °Ê¹ß) ! ¤³¤ÎÈǤǤϥ½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤¬É¸½à¤Ë¤Ê¤ê¤Þ¤·¤¿¡£½¾¤Ã¤Æ¡¢¸½ºß¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤Ë¤Ï¼Â¼ÁŪ¤Ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! Option "STN" ! ¤³¤ÎÈǤΠX ¥µ¡¼¥Ð¡¼¤Ï SS STN ¤È TFT ¥Ç¥£¥¹¥×¥ì¥¤¤ò¼«Æ°¼±Ê̤Ǥ­¤Þ ! ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤¤ò TFT ¤Ç¤Ï¤Ê¤¯ SS STN ¤È¤· ! ¤Æ¶¯À©Åª¤Ë¼±Ê̤µ¤»¤Þ¤¹¡£ ! ! Option "use_modeline" ! ¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤Ï¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ë°Í¸¤·¤Þ¤¹¤¬¡¢ ! XF86Config ¤Ç»ØÄꤷ¤¿¥â¡¼¥É¤ÎÂ礭¤µ¤Ë¤Ï°Í¸¤·¤Þ¤»¤ó¡£¤³¤ÎÍýͳ¤« ! ¤é¡¢ X ¥µ¡¼¥Ð¤Îɸ½àÆ°ºî¤Ç¤Ï¤¢¤é¤«¤¸¤á¥Á¥Ã¥×¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¥Ñ ! ¥Í¥ë¤Î»þ´ÖÄ´À°¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Î»ØÄê¤Ë¤è¤ê¡¢ ! modeline ¤«¤é¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤òºÆ·×»»¤·¤ÆÃÖ¤­´¹¤¨¤ë»ö¤¬¤Ç¤­¤Þ ! ¤¹¡£¤·¤«¤·¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¤â¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ë¤Ä¤¤¤Æ¤Ï¸¡ ! ½ÐÆ°ºî¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! Option "fix_panel_size" ! LCD ¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤¬´Ö°ã¤Ã¤Æ¥ì¥¸¥¹¥¿¤«¤é¸¡½Ð¤µ¤ì¤ë¤è¤¦¤Ê¤¤¤¯¤Ä¤« ! ¤Îµ¡´ï¤ËÂФ·¤Æ»È¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤È¡¢ X ¥µ¡¼¥Ð¡¼ ! ¤Îǧ¼±¤¹¤ë LCD ¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤¬ modeline ¤Î display ¥µ¥¤¥º¤Ë¤è¤Ã ! ¤ÆÃÖ¤­´¹¤¨¤é¤ì¤Þ¤¹¡£¤³¤ì¤Ë¤è¤Ã¤Æ¡¢¼ÂºÝ¤Î¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤È°Û¤Ê¤ëÀß ! Äê¤Î¥â¡¼¥É¤ò»ÈÍѤ·¤Ê¤¤¤è¤¦¤Ë¤Ç¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦Á°¤Ë¡¢ ! X ¥µ¡¼¥Ð¤ÎÊó¹ð¤¹¤ë¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ²¼¤µ ! ¤¤¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï modeline ¤Ç»ØÄꤷ¤¿¿ôÃͤò»ÈÍѤ·¤ÆÁ´¤Æ¤Î¥Ñ¥Í ! ¥ë¤Î»þ´ÖÄ´À°¤ò¹Ô¤Ê¤¦¤¿¤á¤Î "use_modeline" ¥ª¥×¥·¥ç¥ó¤ÈÊ»ÍѤǤ­¤Þ ! ¤¹¡£ ! ! Option "no_stretch" ! ¥â¡¼¥É¤ÎÂ礭¤µ¤¬¼ÂºÝ¤Î¥Ñ¥Í¥ë¤è¤ê¾®¤µ¤¯»ØÄꤵ¤ì¤¿¾ì¹ç¡¢ X ¥µ¡¼¥Ð ! ¤Îɸ½à¤Ç¤Ïɽ¼¨ÆâÍƤò²èÌÌ°ìÇդ˰ú¤­±ä¤Ð¤¹¤è¤¦¤ËÆ°ºî¤·¤Þ¤¹¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç¡¢°ú¤­±ä¤Ð¤·¤Î¤Ê¤¤ "letterbox" ¸ú²Ì¤¬ÆÀ ! ¤é¤ì¤Þ¤¹¡£ ! ! Option "lcd_center" ! ¥â¡¼¥É¤ÎÂ礭¤µ¤¬¼ÂºÝ¤Î¥Ñ¥Í¥ë¤è¤ê¾®¤µ¤¯»ØÄꤵ¤ì¤¿¾ì¹ç¡¢ X ¥µ¡¼¥Ð ! ¤Îɸ½àµóÆ°¤Ç¤Ï²èÌ̤κ¸Ã¼¤ò¥Ñ¥Í¥ë¤Îº¸Ã¼¤Ë¹ç¤ï¤»¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ò»È¤¦¤È²èÌ̤ò¥Ñ¥Í¥ë¤ÎÃæ±û¤Ëɽ¼¨¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤Ï16/24/32bpp ¤Î¾ì¹ç¤Ë¤¤¤¯¤Ä¤«¤Îµ¡´ï¤ÇÌäÂê¤òÀ¸¤¸¤ë¤È¤¤¤¦Êó¹ð¤¬¤¢ ! ¤ê¤Þ¤·¤¿¡£¤½¤Î¾É¾õ¤Ï²èÌ̤α¦Ã¼¤¬·ç¤±¤ë¤È¤Î»ö¤Ç¤¹¡£ ! ! Option "hw_clocks" (Chips 65535 °Ê¹ß) ! chips 65535 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢Á´¤Æ¤Î¥¯¥í¥Ã¥¯¤Ç¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯ ! ¥í¥Ã¥¯¤Î»ÈÍѤ¬É¸½à¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤˤè¤ê¡¢¥Á¥Ã¥×¤¬¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¸ÇÄê¼þÇÈ¿ô¥¯¥í¥Ã¥¯¤òÂå¤ï¤ê¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨 ! ¤Ð¡¢ 25.175, 28.322, 31.000 ¤È 36.000MHz ¤ÎÁ´¤Æ¤«°ìÉô¤Î¼þÇÈ¿ô¤ò ! »È¤¨¤ë¤³¤È¤Ç¤·¤ç¤¦¡£ºÇ¿·¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Ï°ìÍ÷¤ÎºÇ¸å¤Î¥¯ ! ¥í¥Ã¥¯¤ÎÃͤÇÍ¿¤¨¤é¤ì¤Þ¤¹¡£¥³¡¼¥ë¥É¡¦¥Ö¡¼¥È¤·¤¿¥·¥¹¥Æ¥à¤Ç¤Ï¥Æ¥­¥¹ ! ¥È¥³¥ó¥½¡¼¥ë¤ËŬÀµ¤ÊÃͤˤʤäƤ¤¤Þ¤¹ ( "TextClockFreq" »²¾È) ! ¤¬¡¢Â¿¤¯¤Î¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¤Ç¤ÏƱ´ü¤ò¼è¤ë¤¿¤á¤Ëɸ½àÃͤȤϰۤʤ륯 ! ¥í¥Ã¥¯Ãͤ¬É¬ÍפǤ¹¡£¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¸Å¤á ! ¤«¤·¤¯¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Ç¡¢¸½ºß¤Ç¤Ï»ÈÍѤò¤ª´«¤á¤·¤Þ¤»¤ó¡£ ! ! Option "use_vclk1" (Chips 65550 °Ê¹ß) ! chips ¤Î HiQV ·ÏÎó¤Ë¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬ 3 ¤Ä¤¢¤ê¤Þ¤¹¡£ºÇ ! ½é¤Î 2 ¤Ä¤Ï VGA ¤È¤Î¸ß´¹À­¤Î¤¿¤á¤Ë 25.175 ¤ª¤è¤Ó 28.322MHz ¤òÄÌ ! ¾ï½àÈ÷¤·¤Æ¤¤¤Þ¤¹¡£ 3 ¤Ä¤á¤Ï¤¹¤Ù¤Æ¥×¥í¥°¥é¥à²Äǽ¤Ê¥¯¥í¥Ã¥¯¤Ç¤¹¡£ ! ¤¹¤¯¤Ê¤¯¤È¤â¤Ò¤È¤Ä¤Î¥·¥¹¥Æ¥à (Inside 686 LCD/S ¥·¥ó¥°¥ë¥Ü¡¼¥É¥³ ! ¥ó¥Ô¥å¡¼¥¿) ¤Ç¤Ï 3 ¤Ä¤á¤Î¥¯¥í¥Ã¥¯¤ò»È¤¨¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Ë VClk1 ¤ò¶¯À©»ÈÍѤµ¤»¤ë¤â¤Î¤Ç¤¹¡£¤¤¤¯¤Ä ! ¤«¤Î¥Þ¥·¥ó¤ÇȯÀ¸¤·¤Æ¤¤¤¿µ¯Æ°»þ¤Î¹õ/ÀIJèÌÌÌäÂê¤ò¤³¤Î¥ª¥×¥·¥ç¥ó¤Ë ! ¤è¤Ã¤Æ²ò·è¤Ç¤­¤¿¤È¤¤¤¦Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£ ! ! TextClockFreq 25.175 ! ¥Æ¥­¥¹¥ÈÍÑ¥³¥ó¥½¡¼¥ë¤¬¸½ºß»ÈÍѤ·¤Æ¤¤¤ë¼þÇÈ¿ô¤ò ct6554x ·ÏÎó¤Î ! ¥Á¥Ã¥×¤«¤éÆɤ߽Ф¹¤Î¤ÏÉÔ²Äǽ¤Ç¤¹¡£½¾¤Ã¤Æ X ¥µ¡¼¥Ð¤Ï¥Æ¥­¥¹¥ÈÍÑ¥³ ! ¥ó¥½¡¼¥ë¤¬»È¤¦¼þÇÈ¿ô¤Îɸ½àÃͤȤ·¤Æ 25.175MHz ¤òÍѤ¤¤Þ¤¹¡£¤¤¤¯¤Ä ! ¤«¤Î LCD ¤Ç¤Ï¡¢ÆÃ¤Ë DSTN ¥¹¥¯¥ê¡¼¥ó¤Î¾ì¹ç¡¢¤³¤ÎÃͤϹ¥¤Þ¤·¤¯¤¢¤ê ! ¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥Æ¥­¥¹¥ÈÍÑ¥³¥ó¥½¡¼¥ë¤ËÌá¤ë»þ¤Ë X ! ¥µ¡¼¥Ð¤¬»È¤¦¼þÇÈ¿ô¤È¤·¤Æɸ½à°Ê³°¤Î¥¯¥í¥Ã¥¯¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£ ! ! Option "mmio" ! BitBLT ¥¨¥ó¥¸¥ó¤ÈÀܳ¤¹¤ë°Ù¤Ë¥á¥â¥ê¥Þ¥Ã¥×Æþ½ÐÎϤòÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! 6554x ·ÏÎó¤Î¥á¥â¥ê¥Þ¥Ã¥×Æþ½ÐÎÏ¤Ï PCI ¥Ð¥¹Àܳ¤Î¾ì¹ç¤Ë¤Î¤ßɸ½à¤Ç ! Í­¸ú¤Ë (¤½¤Î¾¤Î¾ì¹ç¤Ï̵¸ú¤Ë) ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ BitBLT ¥¨¥ó¥¸¥ó¤ò»È ! ÍѤ·¤Æ¤¤¤Ê¤¤ (Î㤨¤Ð "no_bitblt" ¤ò»È¤Ã¤Æ¤¤¤ë) ¾ì¹ç¤Ë¤Ï¡¢¸ú²Ì¤¬ ! ¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿ BitBLT ¥¨¥ó¥¸¥ó¤ËÀܳ¤¹¤ë¤¿¤á¤Ë MMIO ¤À¤±¤ò»È¤¦ ! 65550 °Ê¹ß¤Î¾ì¹ç¤Ë¤â¸ú²Ì¤¬¤¢¤ê¤Þ¤»¤ó¡£ 65545 PCI µ¡´ï¤Ç¤Ï MMIO ! ·Ðͳ¤Ç¤Ê¤±¤ì¤Ð blitter ¤ò»È¤¨¤Ê¤¤¤¿¤á¡¢É¸½à¤Ç MMIO ¤òÍ­¸ú¤Ë¤·¤Þ ! ¤¹¡£ ! ! Option "suspend_hack" ! ¥»¥ó¥¿¥ê¥ó¥°¤È²èÌ̤γÈÂç¤ò¥Ð¥¤¥ª¥¹¤Îɸ½àÃͤËÀßÄꤷ¤Þ¤¹¡£¤¤¤¯¤Ä¤« ! ¤Îµ¡´ï¤Ç¤Î¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤¹¡£ "lcd_center" ! ¤È "no_stretch" ¤ò¾å½ñ¤­¤·¤Þ¤¹¡£ ! ! Option "use_18bit_bus" (Chips 65540/45/46/48) ! X ¥µ¡¼¥Ð¤Îɸ½à¤Ç¤Ï TFT ²èÌ̤Π24bpp ÍÑ¤Ë 24 ¥Ó¥Ã¥È¥Ð¥¹¤¬»ÈÍѤµ¤ì ! ¤Æ¤¤¤ë¤â¤Î¤È²¾Äꤷ¤Þ¤¹¡£¤³¤ì¤Ë¤è¤Ã¤Æ 24bpp ¥â¡¼¥É¤Ë¤Û¤Î¤«¤ËÀÖ¤ß ! ¤¬¤«¤«¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï 18 bit TFT ¥Ð¥¹¤òÁªÂò¤· ! ¤Þ¤¹¡£Â¾¤Î¿§¿¼Å٤Ǥϡ¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̵¸ú¤Ç¤¹¡£ ! ! Chipset "ct65546" (¤Þ¤¿¤Ï¾¤Î¥Á¥Ã¥×) ! ÆÃ¤Ë X ¥µ¡¼¥ÐÆâ¤Î¾¤Î¥É¥é¥¤¥Ð¤È´³¾Ä¤·¤¿¾ì¹ç¡¢¥Á¥Ã¥×¤ò¸íǧ¤¹¤ë²Ä ! ǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç½êÄê¤Î¥Á¥Ã¥×¤ò X ¥µ¡¼¥Ð¤Ë¶¯À©Ç§ ! ¼±¤µ¤»¤Þ¤¹¡£ ! ! Option "sync_on_green" (Chips 65550/54/55 ¤È 68554) ! ¥°¥ê¡¼¥óƱ´ü¤òÀßÄꤷ¤Þ¤¹¡£Â¿Ê¬¡¢¸Å¤¤¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥ó¤Î¥â¥Ë¥¿¤ò ! »È¤¤¤¿¤¤¤È¤­¤ËÌò¤Ë¤¿¤Ä¤Ç¤·¤ç¤¦¡£ 65550/54 ¤ÎÆ⢠RAMDAC ¤Ï¤³¤Î¥â ! ¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¤¬¡¢ÆÃÄê¤Îµ¡´ï¤Ç»È¤¨¤ë¤«¤É¤¦¤«¤Ï¤½¤Îµ¡´ï¤ÎÀ½ ! ¤²ñ¼Ò¤Ë°Í¸¤·¤Þ¤¹¡£ ! ! Option "fast_dram" (Chips 65550/54/55 ¤È 68554) ! Æ⢥á¥â¥ê¥¯¥í¥Ã¥¯(MCLK) ¥ì¥¸¥¹¥¿¤ò 38MHz ¤ËÀßÄꤷ¤Þ¤¹¡£Ä̾ï¤Ï ! BIOS ¤¬¥×¥í¥°¥é¥à¤·¤¿Ãͤòɸ½àÃͤȤ·¤ÆÌäÂê̵¤¤¤Î¤Ç¤¹¤¬¡¢¤¤¤¯¤Ä¤« ! ¤Îµ¡´ï¤Ç¤Ï¤è¤êÎɤ¤À­Ç½¤Ë㤹¤ë¤¿¤á¤Ë¤è¤ê¹â®¤Ê MClk ¤ò»È¤ï¤»¤ë¤³ ! ¤È¤¬²Äǽ¤Ç¤¹¡£ Toshiba 720CDT ¤È¤¤¤¦µ¡´ï¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç¤¦¤Þ ! ¤¯Æ°ºî¤¹¤ë¤³¤È¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤è¤ê¿·¤·¤¤µ¡´ï¤Ç¤Ï¤â¤È¤â¤È 38MHz ! °Ê¾å¤Î MClk ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ë¤³¤È¤ËÃí°Õ¤¬É¬ÍפǤ¹¡£¤È¤¤¤¦¤Î ! ¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤Ë¤è¤Ã¤Æµ¡³£¤¬ÃÙ¤¯¤Ê¤ë¾ì¹ç¤¬¤¢¤ë¤«¤é¤Ç¤¹¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï°ìÈ̤ˤϤª´«¤á¤Ç¤­¤Þ¤»¤ó¤·¡¢¤Þ¤¿¸½ºß¤Ç¤Ï "Set_MemClk" ! ¥ª¥×¥·¥ç¥ó¤Ë¤è¤Ã¤ÆÃÖ¤­´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! DacSpeed 80.000 ! X ¥µ¡¼¥Ð¡¼¤Îɸ½à¤Ç¤Ï¡¢À½Â¤²ñ¼Ò¤Ë¤è¤Ã¤Æ»ØÄꤵ¤ì¤¿¿ôÃͤò¾å¸Â¤È¤·¤Æ ! »ÈÍѤ¹¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÀ©¸Â¤·¤Þ¤¹¡£¤³¤ÎÆ°ºî¤Ë¤è¤Ã¤Æ¡¢²èÌ̲ò ! ÁüÅÙ¤ò¾å¤²¤Æ¤æ¤¯¤È¼ÂÍÑŪ¤ÊºÆÉÁ²è®ÅÙ¤òÆÀ¤é¤ì¤Ê¤¤¥â¡¼¥É¤¬¸½¤ï¤ì¤Æ ! ¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¨¤Ð¡¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¾å¸Â¤ò½ñ¤­´¹ ! ¤¨¤Æ¡¢Ç¤°Õ¤ÎÃͤò»ØÄꤹ¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£»ÅÍ;å¤Î¸Â³¦¤òĶ¤¨¤Æ¹ó»È ! ¤¹¤ë¤È¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Ë¥À¥á¡¼¥¸¤òÍ¿¤¨¤Æ¤·¤Þ¤¦¤Î¤Ç¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤Î»ÈÍѤˤÏÃí°Õ¤¬É¬ÍפǤ¹¡£ ! ! Set_MemClk 38.000 (Chips 65550/54/55 ¤È 68554) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢ÆâÉô¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯ (MCLK) ¥ì¥¸¥¹¥¿¤ò ! 38MHz ¤Þ¤¿¤Ï¤½¤Î¾¤Î¿ôÃͤËÀßÄê¤Ç¤­¤Þ¤¹¡£»ÅÍ;å¤Î¸Â³¦¤òĶ¤¨¤Æ¥Ó¥Ç ! ¥ª¥×¥í¥»¥Ã¥µ¤ò¹ó»È¤¹¤ë¤È¡¢È¯À¸¤·¤¿²á¾ê¤ÊÇ®¤Î¤¿¤á¤Ë¥À¥á¡¼¥¸¤ò¼õ¤± ! ¤ë¤¿¤á¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤˤÏÃí°Õ¤¬É¬ÍפǤ¹¡£¤·¤«¤·¡¢¤¦¤Þ¤¯»È ! ¤¨¤ÐÉÁ²èÀ­Ç½¤òÂ礭¤¯¸þ¾å¤µ¤»¤ë¤¿¤á¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Ìò¤ËΩ¤Ä¤³¤È ! ¤Ç¤·¤ç¤¦¡£ ! ! ! 4. Modelines ! ! ! Chips and Technologies Íѥɥ饤¥Ð¤Ë»È¤ï¤»¤ë modeline ¤òºîÀ®¤¹¤ë»þ¤Ë¤Ï ! ¼¡¤Î¤¤¤¯¤Ä¤«¤ÎÅÀ¤Ë¹Íθ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! * Virtual Screen Size ! ¤½¤Î¥â¡¼¥É¤ÇɬÍפȤʤë¥á¥â¥êÎ̤ò·èÄꤹ¤ë²¾ÁÛ²èÌ̤ÎÂ礭¤µ¤Ç¤¹¡£Îã ! ¤¨¤Ð 8bpp ¤Î 800x600 ¤Ç ²¾ÁÛ²èÌ̤ò 1024x768 ¤ËÀßÄꤹ¤ë¤È¡¢¤½¤Î¥â ! ¡¼¥É¤Ç¤Ï 768kB »È¤¤¤Þ¤¹¡£¤µ¤é¤Ë¤¢¤ë¼ï¤Î XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥³ ! ¡¼¥É¤Ï²èÌ̤ΥԥåÁ¤¬ 64 ¥Ô¥¯¥»¥ë¤ÎÇÜ¿ô¤Ç¤¢¤ë¤³¤È¤òÍ׵ᤷ¤Þ¤¹¡£¤· ! ¤¿¤¬¤Ã¤Æ¡¢¥É¥é¥¤¥Ð¤Ï²¾ÁÛ X ²èÌ̤ÎÀ£Ë¡¤ò 64 ¤ÎÇÜ¿ô¤ËÀÚ¤ê¾å¤²¤Þ¤¹ ! ¤¬²¾ÁÛ²èÌ̲òÁüÅ٤ˤϱƶÁ¤¬Ìµ¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢·ë²Ì¤È¤· ! ¤ÆÍøÍѲÄǽ¤Ê¥á¥â¥ê¤Ï¤µ¤é¤Ë¾¯¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! * 16/24/32 Bits Per Pixel ! ct65540 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç¤Ï Hi-Color ¥â¡¼¥É¤È True-Color ¥â¡¼¥É¤ò»È ! ÍѲÄǽ¤Ç¤¹¡£¤³¤ì¤é¤Îµ¡Ç½¤Ï¸½ºß¤Î X ¥µ¡¼¥Ð¤Ë¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°ì ! ¤Ä¤Î modeline ¤òÁ´¤Æ¤Î¿§¿¼Å٤ǻȤ¨¤ë¤è¤¦¤Ë¡¢ 6554x ·ÏÎó¤Î¥Á¥Ã¥× ! ¤Ç¤Ï¥É¥é¥¤¥Ð¡¼ÆâÉô¤Ç»ÈÍѤ¹¤ë¥¯¥í¥Ã¥¯¤ò 16bpp ¤Î¾ì¹ç¤Ï 2¡¢ 24bpp ! ¤Î¾ì¹ç¤Ï 3 ¤Ç³ä¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î³ä»»¤Ë¤è¤ê¡¢¥æ¡¼¥¶¡¼¤Ë¤È¤Ã¤Æ¤ÏºÇ ! Âç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¤½¤ì¤¾¤ì 8bpp ¤Ë¤ª¤±¤ëÃͤΠ1/2 ¤Þ¤¿¤Ï 1/3 ¤È¤· ! ¤Æ¸«¤¨¤ë¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ 6555x ·ÏÎó¤Î¥Á¥Ã¥×¤Ç¤Ï¤è¤ê¹â¤¤¿§¿¼ÅÙ¤ò ! ɽ¼¨¤¹¤ë°Ù¤Ë;ʬ¤Ê¥¯¥í¥Ã¥¯¥µ¥¤¥¯¥ë¤òɬÍפȤ·¤Þ¤»¤ó¡£½¾¤Ã¤Æ¥¯¥í¥Ã ! ¥¯¤ò³ä»»¤·¤Ê¤¤¤Ç¤âÁ´¤Æ¤Î¿§¿¼ÅÙ¤ÇƱ¤¸ modeline ¤ò»ÈÍѤǤ­¤Þ¤¹¡£¤Þ ! ¤¿¡¢16/24/32 bpp ¥â¡¼¥É¤Ç¤Ï 8bpp ¥â¡¼¥É¤ËÈæ¤Ù¤Æ¤½¤ì¤¾¤ì 2, 3, 4 ! ÇܤΥӥǥª¥á¥â¥ê¤¬É¬Íפˤʤê¤Þ¤¹¡£ ! ! * Frame Acceleration ! ¿¤¯¤Î DSTN ɽ¼¨ÁõÃ֤ǤÏ®ÅÙ¸þ¾å¤Î¤¿¤á¥Õ¥ì¡¼¥à¹â®²½¤ò¹Ô¤Ê¤Ã¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Î¹â®²½¤Ë¤Ï¡¢³°Éô¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»ÈÍѤ·¤¿¤ê¡¢¥Õ¥ì¡¼ ! ¥à¥Ð¥Ã¥Õ¥¡¤ò¥Ó¥Ç¥ª¥á¥â¥ê¤ÎºÇ¾å°Ì¤ËÁȤ߹þ¤à¤Ê¤É¤Î¼ÂÁõÊýË¡¤¬¤¢¤ê¤Þ ! ¤¹¡£ X ¥µ¡¼¥Ð¡¼¤Îɸ½à¤Ç¤Ï¡¢¤â¤·¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¡¼¤¬»ÈÍѤµ¤ì¤Æ¤¤ ! ¤ë¤Ê¤é¡¢¤½¤ì¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤ÎºÇ¾å°Ì¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¤â¤Î¤È²¾Äꤷ ! ¤Þ¤¹¡£¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ËɬÍפʥá¥â¥êÎ̤ϲèÌÌ¥µ¥¤¥º¤Ë°Í¸¤·¡¢¤Þ¤¿ ! ¥â¡¼¥É¤Ë»ÈÍѲÄǽ¤Ê¥Ó¥Ç¥ª¥á¥â¥êÎ̤˱ƶÁ¤òÍ¿¤¨¤Þ¤¹¡£Åµ·¿Åª¤Ê¥Õ¥ì¡¼ ! ¥à¥Ð¥Ã¥Õ¥¡¤ÎÂ礭¤µ¤Ï 640x480 ²èÁÇ¤Ç¤Ï 61440 ¥Ð¥¤¥È¡¢ 800x600 ²è ! ÁÇ¤Ç¤Ï 96000 ¥Ð¥¤¥È¡¢ 1024x768 ²èÁÇ¤Ç¤Ï 157287 ¥Ð¥¤¥È¤Ç¤¹¡£ ! ! * H/W Acceleration ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤¿¤á¤Ë 6554x ¤Ç¤Ï 1k¥Ð¥¤¥È¡¢65550 ¤Ç¤Ï ! 4k¥Ð¥¤¥ÈɬÍפǤ¹¡£ 64300 ¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¥ì¥¸¥¹¥¿¤Ë³Ê ! Ǽ¤·¤Æ¤¤¤ë¤Î¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ëÍѤΥá¥â¥ê¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤Ë²Ã¤¨¤Æ "pixmap cache" ¤ò»ÈÍѤ¹¤ë¤È¡¢Â¿¤¯¤Î²èÁüÁàºî ! ¤¬¤è¤ê®¤¯¤Ê¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢¥­¥ã¥Ã¥·¥åÍѤΥá¥â¥ê¤¬¾¯¤Ê²á¤®¤ë¾ì¹ç ! ¤Ë¤Ï¥°¥é¥Õ¥£¥Ã¥¯À­Ç½¤Ë¥Þ¥¤¥Ê¥¹¤Î±Æ¶Á¤·¤«Í¿¤¨¤Þ¤»¤ó¡£ ! ! * VESA like modes ! ɸ½à VESA ¥â¡¼¥É¤Ë¶á¤¤¥â¡¼¥É¤ò»î¤·¤Æ¤ß¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤â¤· ! ¤½¤¦¤·¤Ê¤±¤ì¤Ð¡¢¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤ä LCD/CRT ÀÚÂؤ¨¤ò¹Ô¤Ê¤Ã¤¿ ! ºÝ¤Ë²èÌ̤¬Íð¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¤½¤Î»þ»ÈÍѤµ¤ì¤Æ¤¤¤ë¤Á¤ç¤Ã ! ¤ÈÊѤ俥⡼¥É¤Î¤³¤È¤ò¥Ó¥Ç¥ª BIOS ¤¬¤Þ¤Ã¤¿¤¯Ç§¼±¤·¤Æ¤¤¤Ê¤¤¤¿¤á¤Ë ! À¸¤¸¤ëÌäÂê¤Ç¤¹¡£ ! ! * Dot Clock ! LCD ²èÌ̤ξì¹ç¡¢Ëþ­¤Ç¤­¤ë¥³¥ó¥È¥é¥¹¥È¤È¤Á¤é¤Ä¤­¤Î̵¤µ¤¬ÆÀ¤é¤ì¤ë ! ¤è¤¦¤ÊºÇ¤âÄ㤤¼þÇÈ¿ô¤ò¥¯¥í¥Ã¥¯¤È¤·¤Æ»È¤¤¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ë¤è¤Ã¤ÆÉÁ ! ²è»þ¤Ë»ÈÍѤµ¤ì¤ë¥á¥â¥ê¤ÎÂÓ°è¤òÂ礭¤¯»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ BIOS ¤Ë ! ¤è¤Ã¤ÆÄêµÁ¤µ¤ì¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¤ò¹¥¤ó¤Ç»È¤¦¥æ¡¼¥¶¤â¤¤¤Þ¤¹¡£¤³¤Î¤è¤¦ ! ¤Ë¤¹¤ë¤È¡¢»ØÄꤷ¤¿¥¯¥í¥Ã¥¯¤ò¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤ä LCD/CRT ÀÚÂØ ! ¤¨¤ò¹Ô¤Ê¤Ã¤¿¸å¤Ç BIOS ¤¬ÀßÄꤷ¤Æ¤¯¤ì¤Þ¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë ! ´Ø¤¹¤ë¾ÜºÙ¤ÊÀâÌÀ¤Ï¡¢¼¡¤ÎÀá¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï CRT ¤È¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤¤ÎξÊý¤ò¶îÆ°¤Ç¤­¤Þ¤¹¡£ ! ¼Â¤Î¤È¤³¤í¡¢¥Õ¥é¥Ã¥È¥Ñ¥Í¥ëÍѤλþ´ÖÄ´À°¤Ï¥Ñ¥Í¥ë¼«¿È¤Î»ÅÍͤ˰͸¤·¤Æ¤ª ! ¤ê¡¢»ØÄꤵ¤ì¤¿¥â¡¼¥É¤È¤ÏÆÈΩ¤Ë·è¤á¤é¤ì¤Þ¤¹¡£¤³¤ÎÍýͳ¤«¤é XF86Config ! ¥Õ¥¡¥¤¥ë¤ò¼«Æ°À¸À®¤¹¤ë "xf86config" ¤ä "XF86Setup" ¤Ê¤É¤Î¥×¥í¥°¥é¥à¤ò ! »È¤ï¤ì¤ë¤è¤¦¤ª´«¤á¤·¤Þ¤¹¡£ ! ! ¤·¤«¤·¡¢ÆÃ¤Ë 800x600 ¤Î²èÌ̤ޤ¿¤Ï¤½¤ì°Ê¾å¤Î²òÁüÅÙ¤ò»ý¤Ä¾ì¹ç¤Ê¤É¡¢¥Ñ¥Í ! ¥ë¤Î»þ´ÖÄ´À°¤òºÆÀßÄꤹ¤ëɬÍפΤ¢¤ëµ¡´ï¤â¿¤¯Â¸ºß¤·¤Æ¤¤¤Þ¤¹¡£¤½¤ì¤ÏÀ½Â¤ ! ²ñ¼Ò¤¬¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤ÎÃͤòɸ½àEGA ¥â¡¼¥É¤ÇÆ°ºî¤¹¤ë¤è¤¦¤ËÀßÄꤷ¤Æ¤¤ ! ¤Æ¡¢¤½¤Î»þ´ÖÄ´À°¤ÎÃÍ¤Ç¤Ï SVGA ¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤«¤é¤Ç¤¹¡£¤³¤Î¤è¤¦¤Êµ¡ ! ´ï¤Ç¤Ï "use_modeline" ¤Þ¤¿¤Ï/Ʊ»þ¤Ë "fix_panel_size" ¤òɬÍפȤ·¤Þ¤¹¡£ ! ¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤òɬÍפȤ¹¤ë¤¤¤¯¤Ä¤«¤Îµ¡´ï¤Î¸ºß¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! ! ! Modeline "640x480@8bpp" 25.175 640 672 728 816 480 489 501 526 ! Modeline "640x480@16bpp" 25.175 640 672 728 816 480 489 501 526 ! Options: "use_modeline" ! Prostar 8200 ¤Ç¥Æ¥¹¥ÈºÑ¤ß, (640x480, 65548, 1M¥Ð¥¤¥È) ! ! ! ! ! ! ! ! Modeline "800x600@8bpp" 28.322 800 808 848 936 600 600 604 628 ! Options: "fix_panel_size", "use_modeline" ! HP OmniBook 5000CTS ¤Ç¥Æ¥¹¥ÈºÑ¤ß (800x600 TFT, 65548, 1M¥Ð¥¤¥È) ! ! ! ! ! ! ! ! Modeline "800x600@8bpp" 30.150 800 896 960 1056 600 600 604 628 ! Options: "fix_panel_size", "use_modeline" ! Zeos Meridan 850c ¤Ç¥Æ¥¹¥ÈºÑ¤ß (800x600 DSTN, 65545, 1M¥Ð¥¤¥È) ! ! ! ! ! NEC Versa 4080 ¤Ç¤Ï "fix_panel_size" ¥ª¥×¥·¥ç¥ó¤¬É¬¿Ü¤Ç¤¹¡£ ! ! ! 5. ¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë´Ø¤¹¤ë¤Þ¤È¤Þ¤Ã¤¿ÀâÌÀ ! ! ! Chips and Technologies ¼ÒÀ½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤¬»ý¤Ä¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤È¤ÏÀµ³Î ! ¤Ë¤Ï¤É¤¦¤¤¤¦¤³¤È¤Ê¤Î¤«¡¢¤È¤¤¤¦ÅÀ¤Ë¤Ä¤¤¤Æº®Í𤷤Ƥ¤¤ë¾ì¹ç¤¬Â¿¤¤¤è¤¦¤Ç ! ¤¹¡£¤³¤Î¸í²ò¤ò²ò¤¯¤¿¤á¤Ë¡¢¤³¤ÎÀá¤ËÀâÌÀ¤ò½ñ¤¯¤³¤È¤Ë¤·¤Þ¤·¤¿¡£ ! ! °ìÈ̤ˡ¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò·èÄꤹ¤ëÍ×°ø¤Ï 2 ¼ïÎฺߤ·¤Æ¤¤¤Þ¤¹¡£¥Ó¥Ç ! ¥ª¥×¥í¥»¥Ã¥µ¤¬°·¤¨¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤è¤ëÀ©¸Â¤È¡¢ÍøÍѲÄǽ¤Ê¥á¥â¥ê¡¼ ! ¤ÎÂÓ°èÉý¤Ë¤è¤ëÀ©¸Â¤Ç¤¹¡£¥á¥â¥ê¡¼¤ÎÂÓ°èÉý¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤Î¤¿¤á¤Ë»ÈÍѤµ ! ¤ì¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ·èÄꤵ¤ì¤Þ¤¹¡£ 65535 ¤Î¤è¤¦¤Ë¡¢ 8bpp ¤òĶ¤¨¤ë ! ¿§¿¼ÅÙ¤ò»ÈÍѤǤ­¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤¬°·¤¦¤³¤È¤Î¤Ç ! ¤­¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ¤Î¤ß¡¢¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤¬·è¤á¤é¤ì¤Þ¤¹¡£½¾¤Ã ! ¤Æ¤³¤ÎÀ©¸Â¤Ï 655xx ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢¶îÆ°ÅÅ°µ¤Ë¤è¤Ã¤Æ¤½¤ì¤¾¤ì 56MHz ! ¤Þ¤¿¤Ï 68MHz ¤Î¤É¤Á¤é¤«¤Ë¤Ê¤ê¡¢64200 WinGine ¤Î¾ì¹ç¤Ë¤Ï 80MHz ¤È¤Ê¤ê¤Þ ! ¤¹¡£ ! ! 6554x ·ÏÎ󤪤è¤Ó 64300 WinGine ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢ 16bpp ¤ä 24bpp ¤Î¿§¿¼ ! ÅÙ¤ò°·¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤ë¥á ! ¥â¥ê¥¯¥í¥Ã¥¯¤ò³Î¼Â¤«¤ÄÀµ³Î¤Ë¸¡½Ð¤¹¤ëÊýË¡¤Ïº£¤Î¤È¤³¤í¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¤¿ ! ¤á¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë¤Ä¤¤¤Æ¤Ï¤è¤ê°ÂÁ´¤È»×¤ï¤ì¤ë¿ôÃͤò»ÈÍѤ¹¤ëɬÍ× ! ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤¿¤á¡¢ C&T ¥É¥é¥¤¥Ð¡¼¤Ï¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Î¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯À©¸Â¤ò 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô (number of bytes per pixel) ¤Ç³ä¤ê¡¢¤½ ! ¤ì¤òÆ°ºî»þ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯À©¸Â¤È¤·¤Æ»ÈÍѤ·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤½¤ì¤¾¤ì¤Î ! ¿§¿¼Å٤ˤª¤±¤ë»ÈÍѲÄǽ¤ÊºÇ¹â¥¯¥í¥Ã¥¯¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ! 8bpp 16bpp 24bpp ! 64300 85 42.5 28.33 ! 65540/65545 3.3v 56 28 18.67 ! 65540/65545 5v 68 34 22.67 ! 65546/65548 80 40 26.67 ! ! ! ! CRT ¤Þ¤¿¤Ï TFT ¤Îɽ¼¨ÁõÃÖ¤ËÂФ·¤Æ¡¢¤³¤ì¤é¤ÎÀ©¸ÂÃͤϽ¼Ê¬Í¾Íµ¤Î¤¢¤ë¤â¤Î ! ¤Ç¤¢¤ê¡¢ "DacSpeed" ¥ª¥×¥·¥ç¥ó¤Ë¤è¤Ã¤Æ¤³¤ì¤é¤Î¿ôÃͤò¤¢¤ëÄøÅÙÂ礭¤¯¤·¤Æ ! ¤âÌäÂê̵¤¯Æ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤·¤«¤·¡¢¤³¤ì¤é¤Î¿ôÃÍ¤Ç¤Ï DSTN ɽ¼¨ÁõÃÖ¤¬É¬ ! ÍפȤ¹¤ëÆÃÊ̤ÊÂÓ°èÉý¤Î¤³¤È¤ò¹Íθ¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! HiQV ·ÏÎó¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤ò¤­¤Á¤ó¤È¸¡½Ð¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð ! startx ¤Î¥í¥°¤ò¼è¤Ã¤¿¥Õ¥¡¥¤¥ë¤ÎÃæ¤Ë ! ! ! (--) SVGA: CHIPS: probed memory clock of 40090 KHz ! ! ! ! ¤È¤¤¤¦¹Ô¤¬¤¢¤ë¤³¤È¤Ëµ¤¤¬¤Ä¤¯¤Ç¤·¤ç¤¦¡£ ! ! ¿¤¯¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢ BIOS ¤Ë¤è¤Ã¤Æ¼ÂºÝ¤ËÀßÄꤵ¤ì¤Æ¤¤¤ë¿ôÃͤè¤ê¤â¹â¤¤¥á¥â ! ¥ê¡¼¥¯¥í¥Ã¥¯¤ò°·¤¦¤³¤È¤¬¤Ç¤­¤ë¤³¤È¤ËÃíÌܤ·¤Æ²¼¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤ ! ¥ë¤ÎÃæ¤Ç Set_MClk ¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤³¤È¤Ç¡¢¤è¤ê¹â¤¤ MClk ¤ò»ØÄê¤Ç¤­¤Þ ! ¤¹¡£¤¿¤À¤·¡¢Î㤨¤Ð EDO ¤Î¤è¤¦¤Ê¤¢¤Þ¤ê®¤¯¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤Î¤¿¤á¤Ë¹â ! ¤¤ MClk ¤ò°·¤¨¤º¡¢É½¼¨²èÌ̤ËÍð¤ì¤òÀ¸¤¸¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£ HiQV ·ÏÎó¤Î ! ¥Á¥Ã¥×¤Ç»ÈÍѲÄǽ¤ÊºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òµá¤á¤ë¸ø¼°¤ò¼¡¤Ë¼¨¤·¤Þ¤¹¡£ ! ! ! ! ! ! ! ! Max Dotclock = min(MaxDClk, 0.70 * 4 * MemoryClk / (BytesPerPixel + ! (isDSTN == TRUE ? 1 : 0))) ! ! [ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯] = [MaxDClk:¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Ë¤è¤ëÀ©¸Â] ¤Þ¤¿¤Ï ! {[0.70 * 4 * ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯] ¤ò ! [BytesPerPixel: 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô¡¢ ! (DSTN ɽ¼¨ÁõÃ֤ξì¹ç¤Ï¤³¤ì¤Ë 1 ¤ò²Ã¤¨¤ë)] ¤Ç ! ³ä¤Ã¤¿¿ôÃÍ} ¤Î¤É¤Á¤é¤«Ä㤤¤Û¤¦ ! ! ! ! ¾åµ­¤Î¸ø¼°¤ò¸«¤ì¤Ð¤ï¤«¤ë¤è¤¦¤Ë¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤Ï 2 ¼ïÎà¤ÎÀ©¸Â¤¬¤¢¤ê ! ¤Þ¤¹¡£¤Ò¤È¤Ä¤ÏÁ´ÂÎŪ¤Ê¾å¸ÂÃͤǤ¢¤ê¡¢¤â¤¦¤Ò¤È¤Ä¤Ï¥Á¥Ã¥×¤¬»ÈÍѤǤ­¤ë¥á¥â ! ¥ê¡¼ÂÓ°èÉý¤Ë¤è¤ë¤â¤Î¤Ç¤¹¡£¥á¥â¥ê¡¼ÂÓ°èÉý¤Ë¤è¤ëÀ©¸Â¤Ë¤Ä¤¤¤Æ¡¢·×»»¤ÎÃæ¿È ! ¤òÀâÌÀ¤¹¤ë¤È¡¢¤Þ¤º¥¯¥í¥Ã¥¯¥µ¥¤¥¯¥ë¤¢¤¿¤ê 4 ¥Ð¥¤¥È¤¬Å¾Á÷¤µ¤ì¤Þ¤¹ (¤·¤¿ ! ¤¬¤Ã¤Æ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Ë 4 ¤ò¤«¤±¤Þ¤¹) ¤¬¡¢ RAS/CAS ¥·¥°¥Ê¥ë½èÍý¤Î¤¿ ! ¤á¡¢¼ÂºÝ¤ËÍøÍѤǤ­¤ëÂÓ°èÉý¤Ï¤ª¤è¤½ 70% ÄøÅ٤ˤʤäƤ·¤Þ¤¤¤Þ¤¹¡£¼¡¤Ë¤³ ! ¤ÎÁ´ÂΤò 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô¤Ç³ä¤ê¤Þ¤¹¤¬¡¢ DSTN ɽ¼¨ÁõÃÖ¤ò»ÈÍѤ¹¤ë ! ¾ì¹ç¤Ë¤Ï 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô¤Ë¤ª¤Þ¤±¤Î 1 ¥Ð¥¤¥È¤òÄɲä·¤¿¿ôÃͤdzä¤ê ! ¤Þ¤¹¡£ DSTN ɽ¼¨ÁõÃ֤Ρ֤ª¤Þ¤±¤Î 1 ¥Ð¥¤¥È¡×¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡½èÍý¤ª¤è ! ¤Ó¥Õ¥ì¡¼¥à¹â®²½¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ Chips and Technologies ¼ÒÀ½¥Á¥Ã ! ¥×¤Î»ÅÍͤò¼¡¤Ë¼¨¤·¤Þ¤¹¡£ ! ! ! Max DClk MHz Max Mem Clk MHz ! 65550 rev A 3.3v 80 38 ! 65550 rev A 5v 110 38 ! 65550 rev B 95 50 ! 65554 94.5 55 ! 65555 110 55 ! 68554 110 55 ! 69000 220 100 ! ! ! ! 65550 rev A °Ê³°¤Î¥Á¥Ã¥×¤Ï¤¹¤Ù¤Æ 3.3v ÀìÍѤǤ¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ¤³¤ì¤Ï¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬°ì»þŪ¤ËÍî¤Á¹þ¤ó¤Ç¤¤¤ëÍýͳ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤È¤³¤í ! ¤Ç¾åµ­¤ÎºÇ¹â¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Ïñ¤Ë¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿ô ! ÃͤȤ¤¤¦¤À¤±¤Ç¤¢¤ê¡¢¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤¬¥µ¥Ý¡¼¥È¤¹¤ëºÇ¹â¥¯¥í¥Ã¥¯¤ÈƱ¤¸¤Ç¤¢ ! ¤ë¤È¤¤¤¦ÊݾڤϤ¢¤ê¤Þ¤»¤ó¡£¼ÂºÝ¤Ë¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤È¤·¤Æ»È¤ï¤ì¤Æ¤¤¤ë¿ôÃÍ ! ¤Ï¾åµ­¤ÎºÇÂçÃͤè¤ê¤â¤º¤Ã¤È¾®¤µ¤¤¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤·¤«¤·¡¢¥á¥â¥ê¡¼¥¯¥í¥Ã ! ¥¯¤¬¾åµ­¤ÎºÇ¹âÃÍ¤Ë¥×¥í¥°¥é¥à¤µ¤ì¤Æ¤¤¤ë¤È²¾Äꤷ¤¿¾ì¹ç¤Ë¤Ï¡¢¤½¤ì¤¾¤ì¤Î ! ¥Á¥Ã¥×¤ËÂФ¹¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ! ------CRT/TFT------- --------DSTN-------- ! 8bpp 16bpp 24bpp 8bpp 16bpp 24bpp ! 65550 rev A 3.3v 80 53.2 35.47 53.2 35.47 26.6 ! 65550 rev A 5v 106.2 53.2 35.47 53.2 35.47 26.6 ! 65550 rev B 95 70 46.67 70 46.67 35.0 ! 65554 94.5 77 51.33 77 51.33 38.5 ! 65555 110 77 51.33 77 51.33 38.5 ! 68554 110 77 51.33 77 51.33 38.5 ! 69000 220 140 93.33 140 93.33 70.0 ! ! ! ! ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ·è¤Þ¤ë¾å¸Â¤òĶ¤¨¤ÆÆ°¤«¤·¤¿¾ì¹ç¡¢ HW BitBlt ¥¨ ! ¥ó¥¸¥ó¤¬¥¯¥í¥Ã¥¯¥µ¥¤¥¯¥ë¤´¤È¤ËɬÍפȤ¹¤ë¥Ç¡¼¥¿¤òÆþ¼ê¤Ç¤­¤º¡¢²èÁüÁàºîÃæ ! ¤Îɽ¼¨¤¬Íð¤ì¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤â¤· (¹â¤¹¤®¤ë MemClk ¤ò»ØÄꤹ¤ë¤Ê¤É ! ¤Ë¤è¤Ã¤Æ) ¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤ò®¤¹¤®¤ë¥¯¥í¥Ã¥¯¤ÇÆ°¤«¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¥á¥â¥ê¡¼ ! ¤Ë¼ÂºÝ¤Ë½ñ¤­¹þ¤Þ¤ì¤ë¥Ç¡¼¥¿¤¬²õ¤ì¤Æ¤·¤Þ¤¦¤¿¤á²èÁÇñ°Ì¤Ç¤Îɽ¼¨°Û¾ï¤ò¸«¤ë ! ¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ TFT ¤Þ¤¿¤Ï CRT ¾å¤Ç 8bpp ɽ¼¨¤Î¾ì¹ç¤Ë¤Ï¡¢¤ª¤½¤é¤¯ ! Max DClk Ãͤò 10% ÄøÅÙĶ¤¨¤ÆÀßÄꤷ¤Æ¤â¤¹¤³¤·¤Ð¤«¤ê;ʬ¤ËÇ®¤òȯÀ¸¤¹¤ë°Ê ! ³°¤ÎÌäÂê¤òÀ¸¤¸¤ë¤³¤È¤Ê¤¯ÉÁ²è®ÅÙ¤ò¸þ¾å¤µ¤»¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£¤³¤ì¤Ï ! 8bpp ¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯¤¬»ÈÍѲÄǽ¤Ê¥á¥â¥ê¡¼¤ÎÂÓ°èÉý¤Ë¤è¤Ã¤ÆÀ©¸Â¤µ¤ì¤Ê¤¤ ! ¤³¤È¤Ë¤è¤ê¤Þ¤¹¡£ ! ! ¤â¤·¡¢É¸½à¤Î¥¯¥í¥Ã¥¯À©¸Â¤Ë½¾¤¦¤ÈɬÍפʥ⡼¥É¤ò¤É¤¦¤·¤Æ¤â»È¤¨¤Ê¤¤¤è¤¦¤Ê ! ¾ì¹ç¤Ë¤Ï¡¢ "DacSpeed" ¤ª¤è¤Ó "Set_MemClk" ¥ª¥×¥·¥ç¥ó¤òÄ´¤Ù¤Æ¤ß¤Þ¤·¤ç ! ¤¦¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¨¤Ð¡¢ÆÃÄê¤Î¥â¡¼¥É¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë X ¥µ¡¼ ! ¥Ð¡¼Æâ¤ÇɬÍפȤ¹¤ë¤¹¤Ù¤Æ¤Îµ¡Ç½¤òÆÀ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤À¤¿¤·¡¢¥Ó¥Ç¥ª¥×¥í ! ¥»¥Ã¥µ¤ò¤½¤Î»ÅÍͤòĶ¤¨¤ÆÆ°ºî¤µ¤»¤¿¾ì¹ç¡¢¥À¥á¡¼¥¸¤ò¼õ¤±¤Ê¤¤¤È¤¤¤¦ÊÝ¾Ú¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤Ë¤¢¤¿¤Ã¤Æ¤Ï¡¢½¼Ê¬¤ÊÃí°Õ¤¬É¬Í× ! ¤Ç¤¹¡£ ! ! ! 6. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°(ÌäÂê²ò·è) ! ! ! ! ¥â¡¼¥É¤òÀÚÂؤ¨¤¿¸å¤Ç¡¢¥«¡¼¥½¥ë¤¬Çò¤¤¶ë·Á¤Ë¤Ê¤Ã¤Æ¸«¤¨¤ë¡£ ! ¥â¡¼¥É¤òÀÚÂؤ¨¤¿»þ¥«¡¼¥½¥ë¤òÇò¤¤¶ë·Á¤ËºÆÉÁ²è¤·¤Æ¤·¤Þ¤¦¡¢¥Ï¡¼¥É ! ¥¦¥§¥¢¥«¡¼¥½¥ë¤ÎÌäÂê¤À¤Èʬ¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ë¤Ë¤Ï¥« ! ¡¼¥½¥ë¤ò¾¤ÎÎΰè¤Ë°ÜÆ°¤µ¤»¡¢¥³¥ó¥½¡¼¥ë¤ØÀÚÂؤ¨¤Æ¤«¤é¸µ¤ËÌ᤹¤«¡¢ ! ÀÚÂؤ¨¤¬ÌÌÅݤʤé "hw_cursor" ¥ª¥×¥·¥ç¥ó¤ò³°¤·¤Æ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼ ! ¥½¥ë¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥«¡¼¥½¥ë¤Î¥Û¥Ã¥È¥¹¥Ý¥Ã¥È¤¬¥«¡¼¥½¥ë¤È°ìÃפ·¤Æ¤¤¤Ê¤¤¡£ ! 6555x ¤Îµ¡´ï¾å¤Ç¥Õ¥é¥Ã¥È¥Ñ¥Í¥ëÁ´ÂΤ˳ÈÂ礷¤¿¥â¡¼¥É¤Î¾ì¹ç¡¢¥Ï¡¼¥É ! ¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥â¡¼¥É¤ËÂбþ¤·¤Æ³ÈÂ礵¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Ï¸½ ! ºß¤Î¥µ¡¼¥Ð¤Ë¸ºß¤¹¤ë¡¢¾®¤µ¤¤¤¬Ä¹¤¤¤¢¤¤¤À»Ä¤µ¤ì¤¿¤Þ¤Þ¤Î¥Ð¥°¤Ç¤¹¡£ ! "no_stretch" ¤« "sw_cursor" ¤Î¤É¤Á¤é¤«¤ò»È¤¦¤³¤È¤Ç¡¢¤³¤Î¥Ð¥°¤òÈò ! ¤±¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ! ÌõÃí¡§¥Û¥Ã¥È¥¹¥Ý¥Ã¥È:¥¯¥ê¥Ã¥¯¤·¤¿»þ¤ÎÍ­¸úÅÀ¡£ ! ! ²èÌ̤β¼¤ÎÊý¤Îɽ¼¨¤¬Íð¤ì¤ë ! ¿¤¯¤Î DSTN ²èÌ̤Ǥϥӥǥª¥á¥â¥ê¤Î¾å°Ì¤ò¥Õ¥ì¡¼¥à¹â®²½¤Î¤¿¤á¤Ë»È ! ÍѤ·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¥â¡¼¥É¤Î¤¿¤á¤Ë»ÈÍѤǤ­¤ë¥á¥â¥ê¤ÎÎ̤ò¸º¾¯¤µ¤» ! ¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ X ¥µ¡¼¥Ð¤ÏÍøÍѼԤ¬¤³¤ÎÎΰè¤Î¥á¥â¥ê¤ò»È¤¦¥â¡¼¥É¤ò ! »ØÄꤹ¤ë¤³¤È¤ò˸¤²¤¿¤ê¤»¤º¡¢¥³¥ó¥½¡¼¥ë¤Ë·Ù¹ð¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤· ! ¤Þ¤¹¡£¤³¤Î¾ì¹ç¡¢²èÌ̤β¼¤ÎÊý¤ËÁêÅö¤¹¤ë¥á¥â¥ê¤¬¥Õ¥ì¡¼¥à¹â®²½¤ÎÎÎ ! °è¤ÈƱ¤¸°ÌÃ֤˳ä¤êÅö¤Æ¤é¤ì¤ë¤¿¤á¡¢Î¾¼Ô¤¬¾×Æͤ·¤Æ²èÌ̤¬Íð¤ì¤Þ¤¹¡£ ! ¥â¡¼¥É¤Ë¤è¤Ã¤Æ¾ÃÈñ¤µ¤ì¤ë¥á¥â¥ê¤ÎÎ̤òºï¸º¤·¤Æ²¼¤µ¤¤¡£ ! ! ¥Ó¥Ç¥ª¿®¹æ¤ÏÍè¤Æ¤¤¤ë¤¬¡¢²èÌ̤¬Æ±´ü¤·¤Ê¤¤¡£ ! ¤½¤Îɽ¼¨ÁõÃ֤Ǽè¤ê°·¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¤¥â¡¼¥É¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¡£Èóɸ ! ½à¤Ê¥â¡¼¥É¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¾¯¤·²èÌ̤λþ´ÖÄ´À°¤òÊѹ¹¤¹¤ëɬÍ× ! ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤½¤Îɽ¼¨ÁõÃ֤Ǽè¤ê°·¤¦¤³¤È¤¬¤Ç¤­¤ë¤Ï¤º¤Îɸ ! ½àŪ¤Ê¥â¡¼¥É¤È¼þÇÈ¿ô¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤½¤ì¤Ë¶á¤¤¥â¡¼¥É¤È¼þÇÈ ! ¿ô¤ÎÁȹ礻¤ò¼Â¸½¤Ç¤­¤ë¤è¤¦¤Ê°Û¤Ê¤ë»þ´ÖÄ´À°¤ÎÀßÄê¤ò»î¤·¤Æ¤ß¤Æ²¼¤µ ! ¤¤¡£ LCD ¤Î¥â¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥Æ¥­¥¹¥È¥³¥ó¥½¡¼¥ë¤Î¥Ñ¥Í¥ë¤Î»þ´ÖÄ´ ! À°¤È¥°¥é¥Õ¥£¥Ã¥¯¤Î¤½¤ì¤È¤Ç°Û¤Ê¤ë¿ôÃͤòɬÍפȤ¹¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï "use_modeline" ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì ! ¤º¡¢Â¿Ê¬ "fix_panel_size" ¤â»ØÄꤷ¤Æ LCD ¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤òÈù̯ ! ¤ËÊѹ¹¤¹¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£ ! ! `ÇȤ¦¤Ä' ²èÌÌ¡£ ! ÉÁ²èÁàºî¤Ë¤è¤é¤ºÀ䤨¤Þ¤Ê¤¯¿åÊ¿Êý¸þ¤ËÇȤ¦¤Ã¤¿¤ê²èÌÌÁ´ÂΤËÍî¤ÁÃ夫 ! ¤Ê¤¤¡£»ÈÍѤ·¤Æ¤¤¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â²á¤®¤ë¤«Äã²á¤®¤ë¤è¤¦¤Ê¾ì¹ç¤Ë ! ȯÀ¸¤·¤Þ¤¹¡£¶á²á¤®¤ë MCLK ¤È´³¾Ä¤ò¤ª¤³¤·¤Æ¤¤¤ë²ÄǽÀ­¤â¤¢¤ê¤Þ¤¹¡£ ! ¤è¤êÄ㤤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ CRT ¤Î¾ì¹ç¤Ë¤Ï¡¢¥â¡¼ ! ¥É¤Î»þ´ÖÄ´À°¤âÊѹ¹¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ 2 ÈÖ¤á¤Î¿åÊ¿Êý¸þ¤Î¿ôÃͤò´ö¤é ! ¤«Áý²Ã¤µ¤»¤Æ¤ß¤ë¤ÈÎɤ¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! µ¯Æ°¸å¤Ë½ªÎ»¤·¤¿¡¢¤Þ¤¿¤Ï¸Ç¤Þ¤Ã¤¿(¿ʬ¡¢²èÌ̤¬¹õ¤¤¤Þ¤Þ¤Ç)¡£ ! "noaccel" ¤Þ¤¿¤Ï "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ²¼¤µ¤¤¡£ BIOS ¤Î ! ÀßÄ꤬Âç¾æÉפ«¥Á¥§¥Ã¥¯¤·¤Þ¤·¤ç¤¦¡£ÆÃ¤Ë 0xa0000-0xaffff ¤Î¥­¥ã¥Ã ! ¥·¥å¤Ï̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£±£¤· DRAM ¤Î¥ê¥Õ¥ì¥Ã¥·¥å¤â̵¸ú¤Ë¤·¤Þ¤·¤ç ! ¤¦¡£ ! ! ! SVR4 ¤Îµ¡´ï¤Ç¤Ï²èÌ̾å¤ËºÇ½é¤Îʸ»ú¤¬½ÐÎϤµ¤ì¤ë¤È¸Ç¤Þ¤ë¡£ ! ¤³¤ÎÌäÂê¤Ï UnixWare 1.x ¤ÇÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·²òÀϤµ¤ì¤Æ¤¤¤Þ ! ¤»¤ó¡£ UnixWare 2.x ¤Ç¤Ï¤³¤ÎÌäÂê¤Ï¸½¤ì¤Þ¤»¤ó¡£¤Þ¤¿¡¢HiQV ¥·¥ê¡¼ ! ¥º¤Î¥Á¥Ã¥×¤Ç¤Î¤ß¸½¤ì¤Þ¤¹¡£¤½¤Î¾¤Î SVR4 ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à ! ¤Ç¤âƱÍͤΰ­±Æ¶Á¤¬½Ð¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¸½¾Ý¤ËÁø¶ø¤·¤¿¤é ! "xaa_no_color_exp" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ CPU ²èÌ̴֤ι⮲½µ¡Ç½¤ò»È ! ¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯Áàºî¸å¤Ë½ªÎ»¤¹¤ë¡¢¸Ç¤Þ¤ë¡¢¤Þ¤¿¤Ï²èÌ̤˥´¥ß¤ò¤Þ ! ¤­»¶¤é¤¹¡£ ! ¤³¤Î¸½¾Ý¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿´Ø¿ô¤Î¥Ð¥°¤Ëµ¯°ø¤·¤¿¤â¤Î¤«¡¢ BitBLT ¥¨¥ó ! ¥¸¥ó¤Ë´Ø¤¹¤ëÌäÂê¤Ç¤¹¡£ "noaccel" ¤Þ¤¿¤Ï "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò ! »î¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£¤Þ¤¿ BIOS ¤ÎÀßÄê¤â¥Á¥§¥Ã¥¯¤·¤Þ¤·¤ç¤¦¡£¤½¤ì¤«¤é ! Â礭¤Ê²èÌ̤ǹ⤤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤äÂ礭¤Ê¿§¿¼ÅÙ¤ò»È¤¦¤È¡¢ BitBLT ¥¨ ! ¥ó¥¸¥ó¤¬»È¤¦¤¿¤á¤Î»Ä¤ê¤Î¥á¥â¥ê¤¬¤È¤Æ¤â¾®¤µ¤ÊÂÓ°èÉý¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤ ! ¤Þ¤¹¡£¤³¤¦¤¤¤¦¾ì¹ç¤Ë¤Ï¥¯¥í¥Ã¥¯¤Îºï¸º¤ò»î¤·¤Æ²¼¤µ¤¤¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤òõÃΤ·¤Ê¤¤¡£ ! ¤ª¼ê»ý¤Á¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë»÷¤¿·¿¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¶¯À©Åª¤Ë»ØÄꤷ¤Æ¤ß ! ¤Þ¤·¤ç¤¦¡£ ! ! X ¤Î³«»Ï»þ¤Ë²èÌ̤¬¿¿¤Ã¹õ¤Ë¤Ê¤ë¡£ ! ¤³¤ÎÌäÂê¤Ï "APM_DISPLAY_BLANK" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¥«¡¼¥Í¥ë¤ò¥³ ! ¥ó¥Ñ¥¤¥ë¤·¤Æ¤¤¤ë¾ì¹ç¤Ëµ¯¤³¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»Ø ! Äꤷ¤Æ¤â°Õ¿Þ¤·¤¿¤È¤ª¤ê¤ËÆ°ºî¤»¤º¡¢ X µ¯Æ°»þ¤Ë Xserver ¤Îɽ¼¨²èÌÌ ! ¤¬¿¿¤Ã¹õ¤Ë¤Ê¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤¤¤º¤ì¤Ë¤·¤í¡¢¥«¡¼¥Í¥ë¤Î¥³¥ó¥Ñ¥¤¥ë ! »þ¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ÎÌäÂ꤬ȯÀ¸¤·¤¿¾ì ! ¹ç¡¢ CRT/LCD ¤Þ¤¿¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤È¤Î²èÌÌÀÚÂؤ¨¤Ç²óÉü¤¹¤ë¾ì¹ç¤¬ ! ¤¢¤ê¤Þ¤¹¡£ ! ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Å¬Àڤ˲óÉü¤·¤Ê¤¤¡£ ! ¤¤¤¯¤Ä¤«¤Î´Ä¶­¤ÇȯÀ¸¤¹¤ë¤ÈÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â¿¤¯¤Î¥é¥Ã¥×¥È¥Ã¥×¤Ç ! ¤Ï¥³¥ó¥½¡¼¥ë¤Ç 6554x ¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ ! BIOS ¤¬ VClk ¤Î¸å¤Ë MClk ¤ò½ñ¤­¹þ¤ó¤À¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥³¥ó¥½¡¼¥ëÍÑ ! ¥¯¥í¥Ã¥¯¤ÎÀßÄê¤ò¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤«¤éɬ¤ºÈ¯¸«¤Ç¤­¤ë¤ï¤±¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¤¿¤á X ¥µ¡¼¥Ð¤Ï 25.175MHz ¤ò¥³¥ó¥½¡¼¥ëÍѤȷè¤á¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ÎÀßÄê¤Ï¤Û¤È¤ó¤É¤Î¥â¡¼¥É¤ÇÀµ¾ï¤ËÆ°ºî¤·¤Þ¤¹¤¬¡¢ÌäÂê¤Îȯ ! À¸¤¹¤ë¾ì¹ç¤â¤¢¤êÆÀ¤Þ¤¹¡£Ä̾盧¤ÎÌäÂê¤Ï LCD ¤È CRT ¤Î´Ö¤Ç²èÌÌÀÚÂØ ! ¤¨¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ë¤è¤ê²óÉü¤·¤Þ¤¹¡£¤¢¤ë¤¤¤Ï´û¤ËÀâÌÀ¤·¤¿ ! "TextClockFreq" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥Æ¥­¥¹¥È¥³¥ó¥½¡¼¥ëÍѤËɸ½à¤È¤Ï ! °Û¤Ê¤ë¥¯¥í¥Ã¥¯¤òÁª¤Ù¤Þ¤¹¡£¤³¤ÎÌäÂê¤Î¸¶°ø¤Ë´Ø¤¹¤ë¾¤Î²ÄǽÀ­¤È¤· ! ¤Æ¡¢ "APM_DISPLAY_BLANK" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¥«¡¼¥Í¥ë¤ò¥³¥ó¥Ñ¥¤ ! ¥ë¤·¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£´û¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̵ ! ¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 800x600 ¤Î±Õ¾½¥Ç¥£¥¹¥×¥ì¥¤¤Ç 640x480 ¤¬É½¼¨½ÐÍè¤Þ¤»¤ó¡£ ! ¤³¤ÎÌäÂê¤Ï¡¢¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¤¬¤½¤Î»þ´ÖÄ´ÀáÃͤȤ·¤Æ¥â¡¼¥É¤Ë¤è¤ë²èÌÌ ! ¥µ¥¤¥º¤Ç¤Ï¤Ê¤¯¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ë´Ø·¸¤·¤¿¿ôÃͤòɬÍפȤ¹¤ë¤³¤È¤Ë¤è¤ê ! ¤Þ¤¹¡£¸½ºß¤Î X ¥µ¡¼¥Ð¡¼¤Ë¤Ï¤³¤Î¿ôÃͤò»ØÄꤹ¤ëµ¡Ç½¤Ï¤¢¤ê¤Þ¤»¤ó¤Î ! ¤Ç¡¢ X ¥µ¡¼¥Ð¤Ï¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤ò¥Á¥Ã¥×¤«¤éÆɤ߹þ¤ß¤Þ¤¹¡£ ! "use_modeline" ¤Þ¤¿¤Ï "fix_panel_size" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤¿¾ì¹ç ! ¤Ë¤Ï¡¢¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤È¤·¤Æ¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ç¤Ï¤Ê¤¯»ØÄꤵ¤ì¤¿¥â¡¼ ! ¥É¤Î²èÌ̤ÎÂ礭¤µ¤«¤éµá¤á¤é¤ì¤¿¿ôÃͤò»ÈÍѤ·¤Þ¤¹¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç ! ¥ó¤ò XF86Config ¤«¤é¼è¤ê½ü¤¯¤«¡¢ LCD/CRT ɽ¼¨²èÌÌÀÚÂؤ¨¤ò»î¤·¤Æ ! ¤ß¤Þ¤·¤ç¤¦¡£ ! ! 640x480 LCD Á´Ì̤òÀêÍ­¤¹¤ë 320x240 ¥â¡¼¥É¤òÆÀ¤ë¤³¤È¤¬½ÐÍè¤Ê¤¤¡£ ! 6554x ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤Ï½ÄÊý¸þ¤Ë 2 Çܤˤʤë¥â¡¼¥É¤Ë´Ø¤¹ ! ¤ë¥Ð¥°¤¬¤¢¤ê¤Þ¤¹¡£²èÌ̤β¼È¾Ê¬¤¬ÍøÍѤǤ­¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Î²ò·èÊý ! Ë¡¤Ï½ÄÊý¸þ¤Ë 2 Çܤˤ·¤Ê¤¤»ö¤Ç¤¹¡£ 320x240 ¥â¡¼¥É¤Ç¤Î²ò·è·ë²Ì¤Ï ! 640x360 ¤Ë³ÈÂ礹¤ë»ö¤À¤±¤Ç¤¹¡£¤³¤ì¤ò¤·¤¿¤¯¤Ê¤¤¤Ê¤é¤Ð¡¢ ! "sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ë¤è¤Ã¤Æ¡¢ 640x480 ! LCD ¤ÎÁ´Ì̤òÀêÍ­¤¹¤ë¥â¡¼¥É¤¬»È¤¨¤Þ¤¹¡£ ! ! ¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤Î¸å¤Ç²èÌ̤¬Íð¤ì¤ë¡£ ! ¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤Î»þ¤Ï BIOS ¤¬¥ì¥¸¥¹¥¿¤òÆɤ߽ñ¤­¤·¤Þ¤¹¡£ ! BIOS ¤¬Ê¬¤«¤é¤Ê¤¤¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢Àµ¤·¤¯¥ê¥¸¥å¡¼¥à¤¹¤ëÊÝ ! ¾Ú¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢ VESA ɸ½à¤Ë¤Ç¤­¤ë¤À¤±¶á¤¤¥â¡¼¥É¤òÁª ! Âò¤¹¤ë¤Ù¤­¤Ç¤¹¡£¤Þ¤¿ VGA ¥Ñ¥ì¥Ã¥È¤â¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤Ë¤è¤Ã¤Æ ! ±Æ¶Á¤ò¼õ¤±¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ 8bpp ¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¡¢¿§¤¬Àµ¤· ! ¤¯É½¼¨½ÐÍè¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£¤è¤êÂ礭¤Ê bpp ¤Ç¤Ï¤³¤Î¸½¾Ý¤ÏȯÀ¸¤·¤Þ¤» ! ¤ó¡£¤Þ¤¿¤³¤ÎÌäÂê¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤È¤Î²èÌÌÀÚÂؤ¨¤Ë¤è¤Ã¤Æ²óÉü²Äǽ¤Ç ! ¤¹¡£ ! ! LCD ¾å¤Ç¥â¡¼¥É¤Î±¦Ã¼¤¬É½¼¨½ÐÍè¤Ê¤¤¡£ ! ¤³¤Î¸½¾Ý¤ÏÄ̾ï "lcd-center" ¥ª¥×¥·¥ç¥ó¤È´ØÏ¢¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò XF86Config ¤«¤é¼è¤ê½ü¤¯¤È¡¢ÌäÂ꤬²ò¾Ã¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£Ê̤θ¶°ø¤È¤·¤Æ¡¢À½Â¤¼Ô¤¬¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤ò´Ö°ã¤Ã¤Æ EGA ¥³¥ó¥½ ! ¡¼¥ë¥â¡¼¥É¤È¤·¤Æ»Å¹þ¤ó¤À¾ì¹ç¤Ë¤âȯÀ¸¤·¤Þ¤¹¡£ "fix_panel_size" ¥ª ! ¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤Æ modeline ¤Î¿ôÃͤ«¤é¥Ñ¥Í¥ë¥µ¥¤¥º¥ì¥¸¥¹¥¿¤ÎÆâÍÆ ! ¤òÃÖ¤­´¹¤¨¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£ "HP OmniBook 5000" ¤ª¤è¤Ó "NEC ! Versa 4080" ¤Î 2 ¤Ä¤Îµ¡´ï¤Ç¡¢¤³¤ÎÌäÂê¤ÎȯÀ¸¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 24bpp ¥â¡¼¥É¤Î»þ¡¢ TFT ²èÌ̤ˤۤΤ«¤ËÀ֤ߤ¬¤«¤«¤ë¡£ ! X ¥µ¡¼¥Ð¤Ï TFT ¤Î¥Ð¥¹¤ò 24 ¥Ó¥Ã¥È¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹¡£¤Û¤Î¤«¤ËÀÖ¤ß ! ¤¬¤«¤«¤ë¤Î¤Ï¤³¤Î²¾Ä꤬Àµ¤·¤¯¤Ê¤¤¾ì¹ç¤Ç¤¹¡£¤³¤ÎÌäÂê¤Ï ! "use_18bit_bus" ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç²ò·è¤·¤Þ¤¹¡£¤³¤ÎÈ¿ÂФâ ! ¤¢¤ê¤¦¤ë¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ 24bpp ¤Î TFT ¥Ð¥¹¤Ë ! "use_18bit_bus" ¤ò»ÈÍѤ¹¤ë¤È²èÌ̤ˤۤΤ«¤ËÀ֤ߤ¬¤«¤«¤ê¤Þ¤¹¡£¤³¤Î ! ¥ª¥×¥·¥ç¥ó¤Ï TFT ¤Ë¤·¤«¸ú²Ì¤¬¤Ê¤¤¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 16¡¢24 ¤Þ¤¿¤Ï 32bpp ¤Ç X ¤òµ¯Æ°¤Ç¤­¤Ê¤¤¡£ ! ¤Þ¤º¡¢»ØÄꤷ¤¿¥â¡¼¥É¤Ç 16/24/32bpp ¤ò»È¤¨¤ëµ¡´ï¤Ç¤¢¤ë¤«¤É¤¦¤«³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤¡£Â¿¤¯¤Î±Õ¾½¥Ç¥£¥¹¥×¥ì¥¤¤Ç¤Ï 24bpp ¤ò°·¤¨¤Þ¤»¤ó¡£ ! ¤Þ¤¿ 16/24bpp ¤ò»È¤¦¤Ë¤Ï 65540 °Ê¾å¡¢ 32bpp ¤ò»È¤¦¤Ë¤Ï 65550 °Ê ! ¾å¤¬É¬ÍפǤ¹¡£¥â¡¼¥É¤Ë»È¤¦¥Ó¥Ç¥ª¥á¥â¥ê¤Ï 8bpp ¤Î¤½¤ì¤¾¤ì 2/3/4ÇÜ ! ɬÍפǤ¹¡£¤½¤ì¤¾¤ì¤Î¥â¡¼¥É¤Ç X ¥µ¡¼¥Ð¡¼¤òµ¯Æ°¤¹¤ë»þ¤ÎÀµ¤·¤¤¥ª¥× ! ¥·¥ç¥ó¤ò¼¡¤Ë¼¨¤·¤Þ¤¹¡£ ! ! ! startx -- -bpp 16 5-6-5 RGB ('64K color', XGA) ! startx -- -bpp 16 -weight 555 5-5-5 RGB ('Hicolor') ! startx -- -bpp 24 8-8-8 RGB truecolor ! ! ! HiQV ·ÏÎó¤Î¥Á¥Ã¥× (6555x, 68554 ¤Þ¤¿¤Ï 69000) ¤Ç¤Ï¡¢¼¡¤Î¤è¤¦¤Ê»ØÄê ! ¤â²Äǽ¤Ç¤¹¡£ ! ! ! startx -- -bpp 32 8-8-8 RGB truecolor ! ! ! ! ! ²èÌÌÉÁ²è¥¨¥é¡¼¤äÇȤ¦¤Ä²èÌ̤ʤɤο¤¯¤Î¤«¤¿¤Á¤Ç¸½¤ì¤Æ¤¯¤ë X ¥µ¡¼¥Ð¤Ë¤Ä ! ¤¤¤Æ¤Î°ìÈÌŪ¤ÊÌäÂê¤Ï¡¢¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Ë´ØÏ¢¤·¤¿¤â¤Î¤Ç¤¹¡£Â¿¤¯¤Î ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥ì¥¸¥¹¥¿¤ÎÀßÄê¤ÏÀøºßŪ¤ËÉÔ°ÂÄê¤Ç¤¹¡£¤È¤Ï¤¤¤¨¹¥±¿ ! ¤Ë¤âƱ¤¸¤«Èó¾ï¤ËÎɤ¯»÷¤¿¥¯¥í¥Ã¥¯¤òȯÀ¸¤µ¤»¤ë¿¤¯¤Î°Û¤Ê¤ë¥ì¥¸¥¹¥¿ÀßÄ꤬ ! ¤¢¤ê¤Þ¤¹¡£Ã±¤Ë»ØÄꤹ¤ë¥¯¥í¥Ã¥¯Ãͤò¾¯¤·Êѹ¹¤¹¤ë¤³¤È¤Ç¡¢¤è¤ê°ÂÄꤷ¤¿°Û¤Ê ! ¤ë¥¯¥í¥Ã¥¯¤òȯÀ¸¤¹¤ë¤è¤¦¤Ë¥¯¥í¥Ã¥¯¥×¥í¥°¥é¥à¤ò¼ê¤Ê¤Å¤±¤ë¤³¤È¤¬²Äǽ¤Ç ! ¤¹¡£Î㤨¤Ð 65.00MHz ¤¬ÉÔ°ÂÄê¤Ç¤¢¤Ã¤Æ¤â 65.10MHz ¤Ï°ÂÄꤷ¤Æ¤¤¤ë¡¢¤È¤¤¤¦ ! ¤³¤È¤â¤¢¤êÆÀ¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢º£¤Þ¤Ç¤ËÀâÌÀ¤·¤Æ¤¤¤Ê¤¤ÌäÂê¤ËÂн褹¤ë¤Ë¤Ï¡¢ ! ¥¯¥í¥Ã¥¯¤ò¤Û¤ó¤Î¾¯¤·¤Å¤Ä¡¢Î㤨¤Ð 0.05MHz ¹ï¤ß¤ËÊѹ¹¤·¤Æ¤ß¤Æ¡¢ÌäÂ꤬²ò ! ¾Ã¤¹¤ë¤«¤É¤¦¤«»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£Ê̤ÎÊýË¡¤È¤·¤Æ¡¢ 65550 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç ! ¤Ï "use_vclk1" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤ß¤ë¤Î¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¤½¤Î¾¤Î²èÌÌÉÁ²è¤Ë´Ø¤¹¤ëÌäÂê¤ËÂФ·¤Æ¤Ï¡¢ "noaccel" ¤Þ¤¿¤Ï "no_bitblt" ! ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£²èÌÌɽ¼¨¤ËÌäÂ꤬ȯÀ¸¤·¤¿¾ì¹ç¡¢¤¹¤Ù¤Æ¤Î ! ¥é¥Ã¥×¥È¥Ã¥×¥³¥ó¥Ô¥å¡¼¥¿¤ÇÍ­¸ú¤Êµ»¤Ï LCD/CRT ɽ¼¨²èÌÌÀÚÂؤ¨¤Ç¤¹¡£ (ÄÌ ! ¾ï¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼ 5 È֤ˤè¤Ã¤Æ¼Â¹Ô¤Ç¤­¤Þ¤¹) ! ! ! ¤³¤Îʸ½ñ¤Ëµ­ºÜ¤Î̵¤¤¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂ꤬ȯÀ¸¤·¤¿¾ì¹ç¡¢¤â¤·¤¯¤Ï¹â®²½µ¡ ! ǽ¤Ë¥Ð¥°¤òȯ¸«¤·¤¿¾ì¹ç¤Ë¤Ï¡¢ XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤ò¤È¤Ã¤Æ¤ß¤Æ²¼¤µ¤¤¡£ ! (¸½ºß¤³¤Î¥É¥é¥¤¥Ð¤ÎÊݼé¤Ï dbateman@eng.uts.edu.au ¤ª¤è¤Ó ! Egbert.Eich@Physik.TH-Darmstadt.DE ¤¬¹Ô¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£) ¤â¤·¤¯ ! ¤Ï¡¢Usenet ¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× "comp.windows.x.i386unix" ¤ËÅê¹Æ¤·¤Æ²¼¤µ ! ¤¤¡£ ! ! ! 7. ÀÕǤÊü´þÀ¼ÌÀ ! ! ! XFree86 ¤ÎÄ󶡤¹¤ë¥½¥Õ¥È¥¦¥§¥¢¤Ï¡¢ÍøÍѼԤ¬¼«Ê¬¼«¿È¤Ç¥Ï¡¼¥É¤Ë»½ý¤òÍ¿¤¨ ! ¤ë¤³¤È¤òµöÍƤ¹¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£³«È¯¼Ôã¤Ï¤½¤¦¤¤¤¦¤³¤È¤¬µ¯¤­¤Ê¤¤¤è¤¦ ! ¤ËÅØÎϤ·¤Æ¤Ï¤¤¤Þ¤¹¤¬¡¢¤³¤Î¥½¥Õ¥È¤Ë¤è¤ëÇ¡²¿¤Ê¤ë»½ý¤Ë¤Ä¤¤¤Æ¤â¡¢Á´¤Æ¤ÎÀÕ ! Ǥ¤òÊü´þ¤·¤Æ¤¤¤Þ¤¹¡£»ÈÍѤ˺ݤ·¤Æ¤Ï½¼Ê¬Ãí°Õ¤·¤Æ²¼¤µ¤¤¡£ Xserver ¤¬²èÌÌ ! ¤ò¾Æ¤¤¤Æ¤¤¤ë¤È´¶¤¸¤¿¾ì¹ç¤Ë¤Ï¡¢¤¹¤°¤ËÅŸ»¤òÀڤäƲ¼¤µ¤¤¡£ ! ! ! 8. ¼Õ¼­ ! ! ! ¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤Îºî¼Ô¤òÂåɽ¤·¤Æ¡¢³«È¯Ãæ¤Ë Chips and Technologies ¼Ò¤« ! ¤éÄ󶡤µ¤ì¤¿»Ù±ç¤ËÂФ·¤Æ´¶¼Õ¤·¤Þ¤¹¡£ ! ! ! 9. Ãø¼Ô ! ! ! ¼ç¤Ê¹×¸¥¼Ô (½çÉÔƱ) ! ! o Nozomi Ytow ! ! o Egbert Eich ! ! o David Bateman ! ! o Xavier Ducoin ! ! ¹×¸¥¼Ô (½çÉÔƱ) ! ! o Ken Raeburn ! ! o Shigehiro Nomura ! ! o Marc de Courville ! ! o Adam Sulmicki ! ! o Jens Maurer ! ! ¤³¤Î¥µ¡¼¥Ð¤¬ XFree86 3.2 ¤Ë´Þ¤Þ¤ì¤ë¤è¤¦¤Ë¤Ê¤ë°ÊÁ°¤«¤é¥Ð¥°¥ì¥Ý¡¼¥È¤ÈÅ° ! ÄìŪ¤Ê¥Æ¥¹¥È¤Ë¤è¤Ã¤Æ³«È¯¤Ë¹×¸¥¤·¤Æ¤¯¤À¤µ¤Ã¤¿¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤Î¿¤¯¤Î³§ ! ¤µ¤ó¤Ë¤â´¶¼ÕÃפ·¤Þ¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips,v 1.1.2.2 1999/06/02 07:50:57 hohndel Exp $ ! ! ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤µ¤ó¤Ë¤è¤ë ! xc/programs/Xserver/hw/xfree86/doc/sgml/chips.sgml,v 3.12.2.6 ! 1997/07/28 14:17:31 ¤ÎÆüËܸìÌõ¤ò¥Ù¡¼¥¹¤Ë¡¢º´Ìî Éð½Ó ( Taketoshi Sano ! ) ¤¬ XFree86 ! 3.3.3 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤Ë xc/pro- ! grams/Xserver/hw/xfree86/doc/sgml/chips.sgml,v 3.12.2.12 1998/11/07 ! 13:52:45 ¤òÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬ ! ¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£¸¶Ê¸¤ÎÃø ! ºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï xjman ¥×¥í ! ¥¸¥§¥¯¥È¤¬½êÍ­¤·¤Þ¤¹¤¬¡¢Ê¸¾ÏÆâÍƤˤĤ¤¤Æ¤ÎÉÔ¶ñ¹ç¤Ï»ä (º´Ìî) ¤Þ¤ÇÅŻҥá ! ¡¼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,790 ---- ! Chips and Technologies ¥æ¡¼¥¶ÍѤξðÊó ! David Bateman (dbateman@eng.uts.edu.au), ! Egbert Eich (Egbert.Eich@Physik.TH-Darmstadt.DE) ! 5th June 1998 ! (3.3.2 ¤Þ¤Ç) ²¬ËÜ °ì¹¬ Kazuyuki Okamoto ! , ! (3.3.3) º´Ìî Éð½Ó Taketoshi Sano ! 1999/02/03 (ja) ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! 3. XF86Config ¥ª¥×¥·¥ç¥ó ! 4. Modelines ! 5. ¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë´Ø¤¹¤ë¤Þ¤È¤Þ¤Ã¤¿ÀâÌÀ ! 6. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°(ÌäÂê²ò·è) ! 7. ÀÕǤÊü´þÀ¼ÌÀ ! 8. ¼Õ¼­ ! 9. Ãø¼Ô ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! Chips and Technologies ¼Ò¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢ÅÅÎϾÃÈñ´ÉÍý²óÏ©¤¬½ÅÍ×¤Ê°Õ ! Ì£¤ò»ý¤Ä¤è¤¦¤Ê¥é¥Ã¥×¥È¥Ã¥×¥³¥ó¥Ô¥å¡¼¥¿¾å¤Ç»È¤ï¤ì¤ë¤³¤È¤ò¼ç¤ÊÍÑÅӤȤ·¤Æ ! À½Â¤¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ¤·¤«¤·¡¢¥Ç¥¹¥¯¥È¥Ã¥×µ¡ÍѤΤ¤¤¯¤Ä¤«¤Î "Green"" ¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤â¡¢¤³¤ì¤é ! ¤Î¥Á¥Ã¥×¤ò»È¤Ã¤Æ¤¤¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ¤³¤ÎÈǤΠXFree86 ¤Ç¤Ï¼¡¤Îµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! o ¥Ô¥¯¥»¥ë¤¢¤¿¤ê 16/24/32 ¥Ó¥Ã¥È ! ! o ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯µ¡Ç½¤Î´°Á´¤Ê¥µ¥Ý¡¼¥È ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ! o XAA ¤ò»ÈÍѤ·¤¿Ëؤó¤É¤ÎÁàºî¤Ç¤Î BitBLT ¹â®²½µ¡Ç½ ! ! ¤Û¤È¤ó¤É¤Î Chips and Technologies ¼ÒÀ½¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢ÄøÅ٤κ¹¤Ï¤¢¤ë¤Ë ! ¤»¤è¡¢¤³¤Î¥É¥é¥¤¥Ð¡¼¤Ë¤è¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 2. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥× ! ! ct65520 ! (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 5V »þ 68MHz ) ! ! ct65525 ! ¤³¤Î¥Á¥Ã¥×¤Ï´ðËÜŪ¤Ë 65530 ¤È¤·¤Æǧ¼±¤·¤Þ¤¹¡£Ãµºº»þ¤Ë¡¢ 65530 ¤È ! Ʊ¤¸ ID ¤òÊÖ¤·¤Þ¤¹¡£¾ÜºÙ¤Ï ct65530 ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! ct65530 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65520 ¤½¤Ã¤¯¤ê¤Ç¤¹¡£¤·¤«¤·¡¢ 5V ¤È 3.3V ¤Îº®¹çÆ°ºî ! ¥â¡¼¥É¤È¥Ó¥Ç¥ª¥á¥â¥ê¤Î¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÄɲ䷤Ƥ¤¤Þ¤¹¡£ (ºÇ ! Âç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 56MHz, 5V »þ ! 68MHz ) ! ! ct65535 ! ¤³¤Î¥Á¥Ã¥×¤Ï ct655xx ·ÏÎó¤Ç¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò´°Á´¤Ë¥µ¥Ý¡¼ ! ¥È¤·¤¿ºÇ½é¤Î¥Á¥Ã¥×¤Ç¤¹¡£¤½¤Î¾¤ÎÆÃÀ­¤Ï 65530 ¤ÈƱ¤¸¤Ç¤¹¡£ ! ! ct65540 ! ct655xx ·ÏÎó¤Ç Hi-Color ¤È True-Color ¤ò¥µ¥Ý¡¼¥È¤·¤¿ºÇ½é¤Î¥Á¥Ã¥× ! ¤Ç¤¹¡£´°Á´¤Ë¥×¥í¥°¥é¥à²Äǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÈÁ´¤Æ¤Î¼ïÎà¤Î¥Õ¥é¥Ã¥È ! ¥Ñ¥Í¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯: 3.3V »þ 56MHz, 5V »þ 68MHz ) ! ! ct65545 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65540 ¤½¤Ã¤¯¤ê¤Ç¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¡¢¥Ý¥Ã¥× ! ¥¢¥Ã¥×¥á¥Ë¥å¡¼¤Î¹â®²½¡¢ BitBLT µ¡Ç½¤È PCI ¥Ð¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤¹¡£ PCI ÈÇ¤Ï BitBLT ¤È¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤¿¤á¤Î¥ì¥¸¥¹¥¿¤ò ! ¤¹¤Ù¤Æ´ðÄ쥢¥É¥ì¥¹¤«¤é»Ï¤Þ¤ë 2M ¥Ð¥¤¥È¤Î¶õ´Ö¤Ë³ä¤êÉÕ¤±½ÐÍè¤Þ¤¹¡£ ! (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 56MHz, 5V »þ ! 68MHz ) ! ! ct65546 ! ¤³¤Î¥Á¥Ã¥×¤ÏÅì¼Ç¤Î°Ù¤ËÆÃÊ̤ËÀ½Â¤¤µ¤ì¤Þ¤·¤¿¡£¤½¤·¤Æ¤½¤Î¤¿¤á¤Ë»ñÎÁ ! ¤¬¹­¤¯¸ø³«¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¼ÂºÝ¤Ë¤Ïñ¤Ë 80MHz ¤ÎºÇÂç¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯¤ò»È¤¨¤ë¤è¤¦¤Ë¤·¤¿ 65545 ¤Ç¤¢¤ë¤È¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â ! ¥ê: 1M ¥Ð¥¤¥È?,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 80MHz? ) ! ! ct65548 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65545 ¤Ë»÷¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢XRAM ¤È 65546 ¤Î¹â¤¤ ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â¥ê: 1M ¥Ð¥¤¥È,ºÇÂç ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯: 80MHz ) ! ! ct65550 ! ¤³¤ì°ÊÁ°¤Î ct655xx ·ÏÎó¤Î¥Á¥Ã¥×¤È¤ÏÁ´¤¯°Û¤Ê¤ë¿·¤·¤¤¥¢¡¼¥­¥Æ¥¯ ! ¥Á¥ã¤ÎºÇ½é¤Î¥Á¥Ã¥×¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¤Ë¤Ï¡¢Î㤨¤Ð²þÎɤµ¤ì¤¿ BitBLT ! µ¡Ç½ (24bpp ¤Ë¿§¤ò³ÈÄ¥¡¢ºÇÂç¥Ô¥Ã¥Á¤ò³ÈÂçÅù¡¹)¡¢¥Þ¥ë¥Á¥á¥Ç¥£¥¢µ¡ ! ¹½ (Î㤨¤Ð¥Ó¥Ç¥ª¥­¥ã¥×¥Á¥ã¡¢¥º¡¼¥à¥Ó¥Ç¥ª¥Ý¡¼¥ÈÅù¡¹)¡¢ 24bpp Èó°µ ! ½ÌÅ·Á³¿§ (¤Ä¤Þ¤ê 32bpp ¥â¡¼¥É) ¤Ê¤É¤ò´Þ¤à¡¢Â¿¤¯¤Î¿·¤·¤¤µ¡Ç½¤¬À¹ ! ¤ê¹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢Á´¤Æ¤Î¥Ð¥¹¹½À®¤Ë¤ª¤¤¤Æ¥á¥â¥ê¥Þ¥Ã¥×Æþ½ÐÎÏ ! ¤â²Äǽ¤Ç¤¹¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ ! 80MHz, 5V »þ l00MHz ) ! ! (Ãí¡§PCI ¥Ð¥¹Àܳ¤Ç¤Ê¤¤ ct65550 ¤ò»ý¤Ä¥·¥¹¥Æ¥à¤Î¤¦¤Á¡¢¤¹¤¯¤Ê¤¯¤È ! ¤â¤Ò¤È¤Ä¤Îµ¡¼ï (Libretto50) ¤Ç¤Ï¡¢ BIOS ¤Î CMOS ÀßÄ꤬¥Ç¥Õ¥©¥ë¥È ! ¤Î¾ì¹ç¡¢ SuperProbe ¥³¥Þ¥ó¥É¤Ë¥Á¥Ã¥×¤Î¼ïÎà¤òÀµ¤·¤¯¸¡½Ð¤µ¤»¤ë¤¿¤á ! ¤Ë "-no_bios" ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£ XF86_SVGA ¥µ¡¼¥Ð¡¼¤ÏƱ¤¸¾õ ! ¶·¤Ç¤â¥ª¥×¥·¥ç¥ó̵¤·¤ÇÀµ¤·¤¯¥Á¥Ã¥×¤ò¸¡½Ð²Äǽ¤Ç¤¹¡£) ! ! ct65554 ! ¤³¤Î¥Á¥Ã¥×¤Ï 65550 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬ 32 ¥Ó¥Ã¥È¥Ð¥¹¤Ç¤Ï¤Ê¤¯ 64 ¥Ó¥Ã ! ¥È¥á¥â¥ê¥Ð¥¹¤Ç¤¹¡£¤Þ¤¿¤³¤Î¥Á¥Ã¥×¤Ç¤Ï¥á¥â¥ê¥¯¥í¥Ã¥¯¤È¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯¤Î¾å¸Â¤¬¤è¤ê¹â¤¯¤Ê¤ê¤Þ¤·¤¿¡£ (ºÇÂç¥á¥â¥ê: 4M ¥Ð¥¤¥È, ºÇÂç ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 100MHz) ! ! ct65555 ! 65554 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥á¥â¥ê¥¯¥í¥Ã¥¯¤È¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤Î¾å¸Â¤¬¤µ ! ¤é¤Ë¹â¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿ DSTN ²èÌ̤ÎÀ­Ç½¤ò¸þ¾å¤µ¤»¤ë¿·¤·¤¤ ! DSTN ¥Ç¥£¥¶¥ê¥ó¥°µ¡Ç½¤òÅãºÜ¤·¤Æ¤¤¤Þ¤¹¡£ (ºÇÂç¥á¥â¥ê: 4M ¥Ð¥¤¥È, ! ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 110MHz) ! ! ct68554 ! 65555 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬ "PanelLink" ¥É¥é¥¤¥Ð¤âÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤Î¥·¥ê¥¢¥ë¥ê¥ó¥¯¤Ï¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤«¤éºÇÂç 100m Î¥¤ì¤¿°ÌÃ֤ˤ¢ ! ¤ë LCD ²èÌ̤òÆ°ºî¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ LCD ¤Î¥Ç¥¹¥¯¥È¥Ã¥×µ¡¤Ë¤³ ! ¤Î¥Á¥Ã¥×¤¬ÅëºÜ¤µ¤ì¤ë¤³¤È¤ò´üÂÔ¤·¤Þ¤·¤ç¤¦¡£ (ºÇÂç¥á¥â¥ê: 4M ¥Ð¥¤ ! ¥È, ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 3.3V »þ 110MHz) ! ! ct69000 ! 65555 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥Á¥Ã¥×¾å¤Ë 2M ¥Ð¥¤¥È¤Î SGRAM ¤¬ÁȤ߹þ¤Þ¤ì ! ¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¤Ï BitBlt ¥ì¥¸¥¹¥¿¡¼¤À¤±¤Ç¤Ê¤¯¡¢¤¹¤Ù¤Æ¤Î¥ì¥¸ ! ¥¹¥¿¡¼¤Ë MMIO ·Ðͳ¤Ç¥¢¥¯¥»¥¹¤Ç¤­¤ëºÇ½é¤Î Chips and Technologies ! ¼ÒÀ½¥Á¥Ã¥×¤Ç¤¹¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤¥È¤Î¤ß, ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: ! 3.3V »þ 220MHz) ! ! ct64200 ! WinGine ¤È¤·¤Æ¤âÃΤé¤ì¤Æ¤¤¤ë¤³¤Î¥Á¥Ã¥×¤Ï¡¢¥Ç¥¹¥¯¥È¥Ã¥×¥·¥¹¥Æ¥àÍÑ ! ¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤È¤·¤Æ»ÈÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¤ÏÄɲõ¡Ç½¤òÄó¶¡ ! ¤¹¤ë¤¿¤á¤Ë¡¢³°Éô DAC ¤ª¤è¤Ó¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤ò¤·¤Ð¤· ! ¤Ð»ÈÍѤ·¤Þ¤¹¡£¤³¤ì¤é¤ÏÁ´¤Æ¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢½¾¤Ã¤Æ¿¤¯¤Î ! ¥«¡¼¥É¤Ç¤Ï¸ÂÄêŪ¤Ê¥µ¥Ý¡¼¥È¤Ë¤Ê¤ê¤Þ¤¹¡£¤Þ¤¿¤³¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥ê¥Ë ! ¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤ ! ¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: 80MHz) ! ! ct64300 ! ¤³¤Î¥Á¥Ã¥×¤Ï WinGine ¥Á¥Ã¥×¤Î¤è¤ê¿Ê²½¤·¤¿¤â¤Î¤Ç¡¢»ÅÍÍŪ¤Ë¤Ï ! 6554x ·ÏÎó¤Î¥Á¥Ã¥×¤ÈÎɤ¯»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥ì¥¸¥¹¥¿¥ì¥Ù¥ë¤Ç¤Ï¿¤¯¤ÎÅÀ ! ¤ÇÆȼ«¹½À®¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¡¼¤ÇÆÀ¤é¤ì¤ë¹â®²½¤Î¥ì¥Ù¥ë ! ¤Ï 65545 ÄøÅ٤Ǥ¹¡£ (ºÇÂç¥á¥â¥ê: 2M ¥Ð¥¤¥È,ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯: ! 80MHz) ! ! 3. XF86Config ¥ª¥×¥·¥ç¥ó ! ! ¼¡¤Î¥ª¥×¥·¥ç¥ó¤Ï Chips and Technologies ¥É¥é¥¤¥Ð¤ò»ÈÍѤ¹¤ë¾ì¹çÆä˽ÅÍ× ! ¤Ç¤¹¡£ XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Ç¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¾ì½ê¤Ï¡¢ `svga' ¥É¥é ! ¥¤¥Ð¡¼¤ò»ÈÍѤ¹¤ë Screen Àá¤ÎÃæ¤Î¡¢¤½¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤¿¤¤¿§¿¼ÅÙ¤ËÂÐ ! ±þ¤¹¤ë Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ÎÃæ¤Ç¤¹¡£ (Device Àá¤Ç»ØÄꤹ¤ë¤È¡¢Á´¤Æ¤Î ! ¿§¿¼ÅÙ¤ËÂФ·¤Æ¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¡£) ! ! Option "noaccel" ! ¹â®²½µ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ DRAM ¤Î»þ´ÖÄ´À°¤ä¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤È¹â ! ®²½µ¡Ç½¤Î¥Ð¥°¤Ê¤É¤Ë´Ø¤¹¤ëÌäÂ꤬¤¢¤ë»þ¤ËÀ­Ç½¤È°ú¤­Âؤ¨¤Ëµß¤Ã¤Æ¤¯ ! ¤ì¤Þ¤¹¡£ (VLB/PCI ¤Î¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Ì¤¤ÀɬÍפ«¤â¤·¤ì¤Þ¤» ! ¤ó¡£) ! ! Option "no_bitblt" (Chips 65545 °Ê¹ß) ! 65545 °Ê¾å¤Î¥Á¥Ã¥×¤ËÅëºÜ¤µ¤ì¤Æ¤¤¤ë BitBLT ¥¨¥ó¥¸¥ó¤ò̵¸ú¤Ë¤·¤Þ ! ¤¹¡£ "noaccel" ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤ÆÌäÂ꤬²ò·è¤·¤¿¤é¡¢¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»ÈÍѤ·¤¿Êý¤¬¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£°ìÈÌŪ¤Ê®ÅÙ¸þ¾å¤Ë´óÍ¿¤· ! ¤Þ¤¹¡£ ! ! Option "xaa_no_color_exp" (Chips 65545 °Ê¹ß) ! Çò¹õŸ³«¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£Æä˥ƥ­¥¹¥È¤È¥Ó¥Ã¥È¥Þ¥Ã¥×¤ËºîÍѤ·¤Þ¤¹¡£ ! ²èÁü½ñ¤­¹þ¤ß¤ä¹â®²½¤ËÌäÂ꤬¤¢¤ë»þ¤ËÍ­ÍѤǤ¹¡£¤³¤ì¤ò»È¤¦¤È°ìÈÌ¤Ë ! À­Ç½¤ÏÄã²¼¤·¤Þ¤¹¡£ XFree86 3.2 ¤Ç»È¤ï¤ì¤Æ¤¤¤¿ "no_imageblt" ¥ª¥× ! ¥·¥ç¥ó¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ÇÃÖ¤­´¹¤¨¤é¤ì¤¿¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "xaa_benchmark" (Chips 65545 °Ê¹ß) ! XAA ¹â®²½¥Ù¥ó¥Á¥Þ¡¼¥¯¤òµ¯Æ°¤·¤Þ¤¹¡£ X ¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤Ë¤É¤Î¥°¥é ! ¥Õ¥£¥Ã¥¯¥×¥ê¥ß¥Æ¥£¥Ö¤¬¹â®²½¤µ¤ì¤Æ¤¤¤ë¤«¤È¤¤¤¦ÅÀ¤È¡¢¤½¤ÎÁêÂÐŪ¤Ê ! ®ÅÙ¤òɽ¼¨¤·¤Þ¤¹¡£ ! ! videoram 1024 (¤Þ¤¿¤Ï¾¤ÎÃÍ) ! õÃΤ·¤¿¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÂ礭¤µ¤ò¾å½ñ¤­¤·¡¢¥«¡¼¥É¤Î¥á¥â¥ê¤ÎÂ礭¤µ¤ò ! »ØÄꤷ¤¿Â礭¤µ¤Ë¤À¤Þ¤·¤Þ¤¹¡£Â¿¤¯¤Î ct655xx ¥Á¥Ã¥×¤Ï 1M ¥Ð¥¤¥È¤Þ ! ¤Ç¤Î¥á¥â¥ê¤·¤«ÅëºÜ¤Ç¤­¤º¡¢¤Þ¤¿¤½¤ÎÎ̤òÀµ¤·¤¯Ç§¼±¤µ¤»¤ëɬÍפ¬¤¢¤ë ! ¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ! Option "nolinear" (Chips 65530 °Ê¹ß) ! ɸ½à¤Ç¤ÏÁ´¤Æ¤Î ct655xx ¥Á¥Ã¥×¤ËÂФ·¤Æ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤¤ ! ¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ì¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¤è¤¦¤Ê¼ÂÁõ¤¬¤¤¤¯¤Ä¤«Â¸ºß¤·¤Þ ! ¤¹¡£¤½¤¦¤¤¤¦¾ì¹ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç̵¸ú¤Ë ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤è¤ë¹â®²½¤È 16/24/32bpp ¤Ï¥ê¥Ë¥¢¥¢ ! ¥É¥ì¥Ã¥·¥ó¥°¤Ç¤Î¤ßÍ­¸ú¤Ê¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ! MemBase 0x03b00000 (¤â¤·¤¯¤Ï°Û¤Ê¤ë¥¢¥É¥ì¥¹) ! ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥á¥â¥ê¤Î´ðÄ쥢¥É¥ì¥¹¤òÀßÄꤷ¤Þ¤¹¡£°ì ! È̤ˤ³¤ì¤ÏÀµ¤·¤¯ÃµÃΤµ¤ì¤Þ¤¹¤¬¡¢¤â¤·ÃµÃΤ˼ºÇÔ¤·¤Æ¤¤¤ë¤È´¶¤¸¤¿¤é ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬µß¤¤¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£Èó PCI µ¡´ï¤Ç¤³¤ÎÃͤò»ØÄꤷ ! ¤Æ¶¯À©Åª¤ËÃÖ¤­´¹¤¨¤¿¾ì¹ç¡¢¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Ï¤â¤¦°ìÅÙŬÀµ¤Ë¥×¥í¥° ! ¥é¥à¤µ¤ì¤Þ¤¹¡£ 65530 ¤Ç¤Ï´ðÄ쥢¥É¥ì¥¹¤òÀµ¤·¤¯ÃµÃνÐÍè¤Ê¤¤¤¿¤á¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "hw_cursor" (Chips 65545 °Ê¹ß) ! ¥Á¥Ã¥×¤¬Ä󶡤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è ! ¤ê¡¢¥«¡¼¥½¥ë¤ò¾ï¤Ë²èÌ̾å¤Øɽ¼¨¤µ¤»¤ë¤¿¤á¤ÎÉÁ²è½èÍý¤ò¥Ï¡¼¥É¥¦¥§¥¢ ! ¤Ë¤Þ¤«¤»¤ë¤³¤È¤¬¤Ç¤­¤ë¤¿¤á¡¢Á´¤Æ¤Î²èÁüÁàºî¤Ë¤ª¤¤¤ÆÉÁ²è®ÅÙ¤¬¸²Ãø ! ¤Ë¸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï²èÁüÁàºîÃæ¤Î¥«¡¼¥½¥ë¥Õ¥é¥Ã¥·¥å ! ¸ú²Ì¤òÄ㸺¤·¤Þ¤¹¡£ ! ! Option "sw_cursor" (Chips 65545 °Ê¹ß) ! ¤³¤ÎÈǤǤϥ½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤¬É¸½à¤Ë¤Ê¤ê¤Þ¤·¤¿¡£½¾¤Ã¤Æ¡¢¸½ºß¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤Ë¤Ï¼Â¼ÁŪ¤Ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! Option "STN" ! ¤³¤ÎÈǤΠX ¥µ¡¼¥Ð¡¼¤Ï SS STN ¤È TFT ¥Ç¥£¥¹¥×¥ì¥¤¤ò¼«Æ°¼±Ê̤Ǥ­¤Þ ! ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤¤ò TFT ¤Ç¤Ï¤Ê¤¯ SS STN ¤È¤· ! ¤Æ¶¯À©Åª¤Ë¼±Ê̤µ¤»¤Þ¤¹¡£ ! ! Option "use_modeline" ! ¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤Ï¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ë°Í¸¤·¤Þ¤¹¤¬¡¢ ! XF86Config ¤Ç»ØÄꤷ¤¿¥â¡¼¥É¤ÎÂ礭¤µ¤Ë¤Ï°Í¸¤·¤Þ¤»¤ó¡£¤³¤ÎÍýͳ¤« ! ¤é¡¢ X ¥µ¡¼¥Ð¤Îɸ½àÆ°ºî¤Ç¤Ï¤¢¤é¤«¤¸¤á¥Á¥Ã¥×¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¥Ñ ! ¥Í¥ë¤Î»þ´ÖÄ´À°¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Î»ØÄê¤Ë¤è¤ê¡¢ ! modeline ¤«¤é¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤òºÆ·×»»¤·¤ÆÃÖ¤­´¹¤¨¤ë»ö¤¬¤Ç¤­¤Þ ! ¤¹¡£¤·¤«¤·¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¤â¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ë¤Ä¤¤¤Æ¤Ï¸¡ ! ½ÐÆ°ºî¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! Option "fix_panel_size" ! LCD ¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤¬´Ö°ã¤Ã¤Æ¥ì¥¸¥¹¥¿¤«¤é¸¡½Ð¤µ¤ì¤ë¤è¤¦¤Ê¤¤¤¯¤Ä¤« ! ¤Îµ¡´ï¤ËÂФ·¤Æ»È¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤È¡¢ X ¥µ¡¼¥Ð¡¼ ! ¤Îǧ¼±¤¹¤ë LCD ¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤¬ modeline ¤Î display ¥µ¥¤¥º¤Ë¤è¤Ã ! ¤ÆÃÖ¤­´¹¤¨¤é¤ì¤Þ¤¹¡£¤³¤ì¤Ë¤è¤Ã¤Æ¡¢¼ÂºÝ¤Î¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤È°Û¤Ê¤ëÀß ! Äê¤Î¥â¡¼¥É¤ò»ÈÍѤ·¤Ê¤¤¤è¤¦¤Ë¤Ç¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦Á°¤Ë¡¢ ! X ¥µ¡¼¥Ð¤ÎÊó¹ð¤¹¤ë¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ²¼¤µ ! ¤¤¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï modeline ¤Ç»ØÄꤷ¤¿¿ôÃͤò»ÈÍѤ·¤ÆÁ´¤Æ¤Î¥Ñ¥Í ! ¥ë¤Î»þ´ÖÄ´À°¤ò¹Ô¤Ê¤¦¤¿¤á¤Î "use_modeline" ¥ª¥×¥·¥ç¥ó¤ÈÊ»ÍѤǤ­¤Þ ! ¤¹¡£ ! ! Option "no_stretch" ! ¥â¡¼¥É¤ÎÂ礭¤µ¤¬¼ÂºÝ¤Î¥Ñ¥Í¥ë¤è¤ê¾®¤µ¤¯»ØÄꤵ¤ì¤¿¾ì¹ç¡¢ X ¥µ¡¼¥Ð ! ¤Îɸ½à¤Ç¤Ïɽ¼¨ÆâÍƤò²èÌÌ°ìÇդ˰ú¤­±ä¤Ð¤¹¤è¤¦¤ËÆ°ºî¤·¤Þ¤¹¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç¡¢°ú¤­±ä¤Ð¤·¤Î¤Ê¤¤ "letterbox" ¸ú²Ì¤¬ÆÀ ! ¤é¤ì¤Þ¤¹¡£ ! ! Option "lcd_center" ! ¥â¡¼¥É¤ÎÂ礭¤µ¤¬¼ÂºÝ¤Î¥Ñ¥Í¥ë¤è¤ê¾®¤µ¤¯»ØÄꤵ¤ì¤¿¾ì¹ç¡¢ X ¥µ¡¼¥Ð ! ¤Îɸ½àµóÆ°¤Ç¤Ï²èÌ̤κ¸Ã¼¤ò¥Ñ¥Í¥ë¤Îº¸Ã¼¤Ë¹ç¤ï¤»¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ò»È¤¦¤È²èÌ̤ò¥Ñ¥Í¥ë¤ÎÃæ±û¤Ëɽ¼¨¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤Ï16/24/32bpp ¤Î¾ì¹ç¤Ë¤¤¤¯¤Ä¤«¤Îµ¡´ï¤ÇÌäÂê¤òÀ¸¤¸¤ë¤È¤¤¤¦Êó¹ð¤¬¤¢ ! ¤ê¤Þ¤·¤¿¡£¤½¤Î¾É¾õ¤Ï²èÌ̤α¦Ã¼¤¬·ç¤±¤ë¤È¤Î»ö¤Ç¤¹¡£ ! ! Option "hw_clocks" (Chips 65535 °Ê¹ß) ! chips 65535 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢Á´¤Æ¤Î¥¯¥í¥Ã¥¯¤Ç¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯ ! ¥í¥Ã¥¯¤Î»ÈÍѤ¬É¸½à¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤˤè¤ê¡¢¥Á¥Ã¥×¤¬¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¸ÇÄê¼þÇÈ¿ô¥¯¥í¥Ã¥¯¤òÂå¤ï¤ê¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨 ! ¤Ð¡¢ 25.175, 28.322, 31.000 ¤È 36.000MHz ¤ÎÁ´¤Æ¤«°ìÉô¤Î¼þÇÈ¿ô¤ò ! »È¤¨¤ë¤³¤È¤Ç¤·¤ç¤¦¡£ºÇ¿·¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Ï°ìÍ÷¤ÎºÇ¸å¤Î¥¯ ! ¥í¥Ã¥¯¤ÎÃͤÇÍ¿¤¨¤é¤ì¤Þ¤¹¡£¥³¡¼¥ë¥É¡¦¥Ö¡¼¥È¤·¤¿¥·¥¹¥Æ¥à¤Ç¤Ï¥Æ¥­¥¹ ! ¥È¥³¥ó¥½¡¼¥ë¤ËŬÀµ¤ÊÃͤˤʤäƤ¤¤Þ¤¹ ( "TextClockFreq" »²¾È) ! ¤¬¡¢Â¿¤¯¤Î¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¤Ç¤ÏƱ´ü¤ò¼è¤ë¤¿¤á¤Ëɸ½àÃͤȤϰۤʤ륯 ! ¥í¥Ã¥¯Ãͤ¬É¬ÍפǤ¹¡£¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¸Å¤á ! ¤«¤·¤¯¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Ç¡¢¸½ºß¤Ç¤Ï»ÈÍѤò¤ª´«¤á¤·¤Þ¤»¤ó¡£ ! ! Option "use_vclk1" (Chips 65550 °Ê¹ß) ! chips ¤Î HiQV ·ÏÎó¤Ë¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤¬ 3 ¤Ä¤¢¤ê¤Þ¤¹¡£ºÇ ! ½é¤Î 2 ¤Ä¤Ï VGA ¤È¤Î¸ß´¹À­¤Î¤¿¤á¤Ë 25.175 ¤ª¤è¤Ó 28.322MHz ¤òÄÌ ! ¾ï½àÈ÷¤·¤Æ¤¤¤Þ¤¹¡£ 3 ¤Ä¤á¤Ï¤¹¤Ù¤Æ¥×¥í¥°¥é¥à²Äǽ¤Ê¥¯¥í¥Ã¥¯¤Ç¤¹¡£ ! ¤¹¤¯¤Ê¤¯¤È¤â¤Ò¤È¤Ä¤Î¥·¥¹¥Æ¥à (Inside 686 LCD/S ¥·¥ó¥°¥ë¥Ü¡¼¥É¥³ ! ¥ó¥Ô¥å¡¼¥¿) ¤Ç¤Ï 3 ¤Ä¤á¤Î¥¯¥í¥Ã¥¯¤ò»È¤¨¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Ë VClk1 ¤ò¶¯À©»ÈÍѤµ¤»¤ë¤â¤Î¤Ç¤¹¡£¤¤¤¯¤Ä ! ¤«¤Î¥Þ¥·¥ó¤ÇȯÀ¸¤·¤Æ¤¤¤¿µ¯Æ°»þ¤Î¹õ/ÀIJèÌÌÌäÂê¤ò¤³¤Î¥ª¥×¥·¥ç¥ó¤Ë ! ¤è¤Ã¤Æ²ò·è¤Ç¤­¤¿¤È¤¤¤¦Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£ ! ! TextClockFreq 25.175 ! ¥Æ¥­¥¹¥ÈÍÑ¥³¥ó¥½¡¼¥ë¤¬¸½ºß»ÈÍѤ·¤Æ¤¤¤ë¼þÇÈ¿ô¤ò ct6554x ·ÏÎó¤Î ! ¥Á¥Ã¥×¤«¤éÆɤ߽Ф¹¤Î¤ÏÉÔ²Äǽ¤Ç¤¹¡£½¾¤Ã¤Æ X ¥µ¡¼¥Ð¤Ï¥Æ¥­¥¹¥ÈÍÑ¥³ ! ¥ó¥½¡¼¥ë¤¬»È¤¦¼þÇÈ¿ô¤Îɸ½àÃͤȤ·¤Æ 25.175MHz ¤òÍѤ¤¤Þ¤¹¡£¤¤¤¯¤Ä ! ¤«¤Î LCD ¤Ç¤Ï¡¢ÆÃ¤Ë DSTN ¥¹¥¯¥ê¡¼¥ó¤Î¾ì¹ç¡¢¤³¤ÎÃͤϹ¥¤Þ¤·¤¯¤¢¤ê ! ¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥Æ¥­¥¹¥ÈÍÑ¥³¥ó¥½¡¼¥ë¤ËÌá¤ë»þ¤Ë X ! ¥µ¡¼¥Ð¤¬»È¤¦¼þÇÈ¿ô¤È¤·¤Æɸ½à°Ê³°¤Î¥¯¥í¥Ã¥¯¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£ ! ! Option "mmio" ! BitBLT ¥¨¥ó¥¸¥ó¤ÈÀܳ¤¹¤ë°Ù¤Ë¥á¥â¥ê¥Þ¥Ã¥×Æþ½ÐÎϤòÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! 6554x ·ÏÎó¤Î¥á¥â¥ê¥Þ¥Ã¥×Æþ½ÐÎÏ¤Ï PCI ¥Ð¥¹Àܳ¤Î¾ì¹ç¤Ë¤Î¤ßɸ½à¤Ç ! Í­¸ú¤Ë (¤½¤Î¾¤Î¾ì¹ç¤Ï̵¸ú¤Ë) ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ BitBLT ¥¨¥ó¥¸¥ó¤ò»È ! ÍѤ·¤Æ¤¤¤Ê¤¤ (Î㤨¤Ð "no_bitblt" ¤ò»È¤Ã¤Æ¤¤¤ë) ¾ì¹ç¤Ë¤Ï¡¢¸ú²Ì¤¬ ! ¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿ BitBLT ¥¨¥ó¥¸¥ó¤ËÀܳ¤¹¤ë¤¿¤á¤Ë MMIO ¤À¤±¤ò»È¤¦ ! 65550 °Ê¹ß¤Î¾ì¹ç¤Ë¤â¸ú²Ì¤¬¤¢¤ê¤Þ¤»¤ó¡£ 65545 PCI µ¡´ï¤Ç¤Ï MMIO ! ·Ðͳ¤Ç¤Ê¤±¤ì¤Ð blitter ¤ò»È¤¨¤Ê¤¤¤¿¤á¡¢É¸½à¤Ç MMIO ¤òÍ­¸ú¤Ë¤·¤Þ ! ¤¹¡£ ! ! Option "suspend_hack" ! ¥»¥ó¥¿¥ê¥ó¥°¤È²èÌ̤γÈÂç¤ò¥Ð¥¤¥ª¥¹¤Îɸ½àÃͤËÀßÄꤷ¤Þ¤¹¡£¤¤¤¯¤Ä¤« ! ¤Îµ¡´ï¤Ç¤Î¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤¹¡£ "lcd_center" ! ¤È "no_stretch" ¤ò¾å½ñ¤­¤·¤Þ¤¹¡£ ! ! Option "use_18bit_bus" (Chips 65540/45/46/48) ! X ¥µ¡¼¥Ð¤Îɸ½à¤Ç¤Ï TFT ²èÌ̤Π24bpp ÍÑ¤Ë 24 ¥Ó¥Ã¥È¥Ð¥¹¤¬»ÈÍѤµ¤ì ! ¤Æ¤¤¤ë¤â¤Î¤È²¾Äꤷ¤Þ¤¹¡£¤³¤ì¤Ë¤è¤Ã¤Æ 24bpp ¥â¡¼¥É¤Ë¤Û¤Î¤«¤ËÀÖ¤ß ! ¤¬¤«¤«¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï 18 bit TFT ¥Ð¥¹¤òÁªÂò¤· ! ¤Þ¤¹¡£Â¾¤Î¿§¿¼Å٤Ǥϡ¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̵¸ú¤Ç¤¹¡£ ! ! Chipset "ct65546" (¤Þ¤¿¤Ï¾¤Î¥Á¥Ã¥×) ! ÆÃ¤Ë X ¥µ¡¼¥ÐÆâ¤Î¾¤Î¥É¥é¥¤¥Ð¤È´³¾Ä¤·¤¿¾ì¹ç¡¢¥Á¥Ã¥×¤ò¸íǧ¤¹¤ë²Ä ! ǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç½êÄê¤Î¥Á¥Ã¥×¤ò X ¥µ¡¼¥Ð¤Ë¶¯À©Ç§ ! ¼±¤µ¤»¤Þ¤¹¡£ ! ! Option "sync_on_green" (Chips 65550/54/55 ¤È 68554) ! ¥°¥ê¡¼¥óƱ´ü¤òÀßÄꤷ¤Þ¤¹¡£Â¿Ê¬¡¢¸Å¤¤¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥ó¤Î¥â¥Ë¥¿¤ò ! »È¤¤¤¿¤¤¤È¤­¤ËÌò¤Ë¤¿¤Ä¤Ç¤·¤ç¤¦¡£ 65550/54 ¤ÎÆ⢠RAMDAC ¤Ï¤³¤Î¥â ! ¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¤¬¡¢ÆÃÄê¤Îµ¡´ï¤Ç»È¤¨¤ë¤«¤É¤¦¤«¤Ï¤½¤Îµ¡´ï¤ÎÀ½ ! ¤²ñ¼Ò¤Ë°Í¸¤·¤Þ¤¹¡£ ! ! Option "fast_dram" (Chips 65550/54/55 ¤È 68554) ! Æ⢥á¥â¥ê¥¯¥í¥Ã¥¯(MCLK) ¥ì¥¸¥¹¥¿¤ò 38MHz ¤ËÀßÄꤷ¤Þ¤¹¡£Ä̾ï¤Ï ! BIOS ¤¬¥×¥í¥°¥é¥à¤·¤¿Ãͤòɸ½àÃͤȤ·¤ÆÌäÂê̵¤¤¤Î¤Ç¤¹¤¬¡¢¤¤¤¯¤Ä¤« ! ¤Îµ¡´ï¤Ç¤Ï¤è¤êÎɤ¤À­Ç½¤Ë㤹¤ë¤¿¤á¤Ë¤è¤ê¹â®¤Ê MClk ¤ò»È¤ï¤»¤ë¤³ ! ¤È¤¬²Äǽ¤Ç¤¹¡£ Toshiba 720CDT ¤È¤¤¤¦µ¡´ï¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤Ç¤¦¤Þ ! ¤¯Æ°ºî¤¹¤ë¤³¤È¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤è¤ê¿·¤·¤¤µ¡´ï¤Ç¤Ï¤â¤È¤â¤È 38MHz ! °Ê¾å¤Î MClk ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ë¤³¤È¤ËÃí°Õ¤¬É¬ÍפǤ¹¡£¤È¤¤¤¦¤Î ! ¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤Ë¤è¤Ã¤Æµ¡³£¤¬ÃÙ¤¯¤Ê¤ë¾ì¹ç¤¬¤¢¤ë¤«¤é¤Ç¤¹¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï°ìÈ̤ˤϤª´«¤á¤Ç¤­¤Þ¤»¤ó¤·¡¢¤Þ¤¿¸½ºß¤Ç¤Ï "Set_MemClk" ! ¥ª¥×¥·¥ç¥ó¤Ë¤è¤Ã¤ÆÃÖ¤­´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! DacSpeed 80.000 ! X ¥µ¡¼¥Ð¡¼¤Îɸ½à¤Ç¤Ï¡¢À½Â¤²ñ¼Ò¤Ë¤è¤Ã¤Æ»ØÄꤵ¤ì¤¿¿ôÃͤò¾å¸Â¤È¤·¤Æ ! »ÈÍѤ¹¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÀ©¸Â¤·¤Þ¤¹¡£¤³¤ÎÆ°ºî¤Ë¤è¤Ã¤Æ¡¢²èÌ̲ò ! ÁüÅÙ¤ò¾å¤²¤Æ¤æ¤¯¤È¼ÂÍÑŪ¤ÊºÆÉÁ²è®ÅÙ¤òÆÀ¤é¤ì¤Ê¤¤¥â¡¼¥É¤¬¸½¤ï¤ì¤Æ ! ¤­¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¨¤Ð¡¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¾å¸Â¤ò½ñ¤­´¹ ! ¤¨¤Æ¡¢Ç¤°Õ¤ÎÃͤò»ØÄꤹ¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£»ÅÍ;å¤Î¸Â³¦¤òĶ¤¨¤Æ¹ó»È ! ¤¹¤ë¤È¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Ë¥À¥á¡¼¥¸¤òÍ¿¤¨¤Æ¤·¤Þ¤¦¤Î¤Ç¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤Î»ÈÍѤˤÏÃí°Õ¤¬É¬ÍפǤ¹¡£ ! ! Set_MemClk 38.000 (Chips 65550/54/55 ¤È 68554) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¡¢ÆâÉô¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯ (MCLK) ¥ì¥¸¥¹¥¿¤ò ! 38MHz ¤Þ¤¿¤Ï¤½¤Î¾¤Î¿ôÃͤËÀßÄê¤Ç¤­¤Þ¤¹¡£»ÅÍ;å¤Î¸Â³¦¤òĶ¤¨¤Æ¥Ó¥Ç ! ¥ª¥×¥í¥»¥Ã¥µ¤ò¹ó»È¤¹¤ë¤È¡¢È¯À¸¤·¤¿²á¾ê¤ÊÇ®¤Î¤¿¤á¤Ë¥À¥á¡¼¥¸¤ò¼õ¤± ! ¤ë¤¿¤á¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤˤÏÃí°Õ¤¬É¬ÍפǤ¹¡£¤·¤«¤·¡¢¤¦¤Þ¤¯»È ! ¤¨¤ÐÉÁ²èÀ­Ç½¤òÂ礭¤¯¸þ¾å¤µ¤»¤ë¤¿¤á¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Ìò¤ËΩ¤Ä¤³¤È ! ¤Ç¤·¤ç¤¦¡£ ! ! 4. Modelines ! ! Chips and Technologies Íѥɥ饤¥Ð¤Ë»È¤ï¤»¤ë modeline ¤òºîÀ®¤¹¤ë»þ¤Ë¤Ï ! ¼¡¤Î¤¤¤¯¤Ä¤«¤ÎÅÀ¤Ë¹Íθ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! * Virtual Screen Size ! ¤½¤Î¥â¡¼¥É¤ÇɬÍפȤʤë¥á¥â¥êÎ̤ò·èÄꤹ¤ë²¾ÁÛ²èÌ̤ÎÂ礭¤µ¤Ç¤¹¡£Îã ! ¤¨¤Ð 8bpp ¤Î 800x600 ¤Ç ²¾ÁÛ²èÌ̤ò 1024x768 ¤ËÀßÄꤹ¤ë¤È¡¢¤½¤Î¥â ! ¡¼¥É¤Ç¤Ï 768kB »È¤¤¤Þ¤¹¡£¤µ¤é¤Ë¤¢¤ë¼ï¤Î XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥³ ! ¡¼¥É¤Ï²èÌ̤ΥԥåÁ¤¬ 64 ¥Ô¥¯¥»¥ë¤ÎÇÜ¿ô¤Ç¤¢¤ë¤³¤È¤òÍ׵ᤷ¤Þ¤¹¡£¤· ! ¤¿¤¬¤Ã¤Æ¡¢¥É¥é¥¤¥Ð¤Ï²¾ÁÛ X ²èÌ̤ÎÀ£Ë¡¤ò 64 ¤ÎÇÜ¿ô¤ËÀÚ¤ê¾å¤²¤Þ¤¹ ! ¤¬²¾ÁÛ²èÌ̲òÁüÅ٤ˤϱƶÁ¤¬Ìµ¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢·ë²Ì¤È¤· ! ¤ÆÍøÍѲÄǽ¤Ê¥á¥â¥ê¤Ï¤µ¤é¤Ë¾¯¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! * 16/24/32 Bits Per Pixel ! ct65540 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç¤Ï Hi-Color ¥â¡¼¥É¤È True-Color ¥â¡¼¥É¤ò»È ! ÍѲÄǽ¤Ç¤¹¡£¤³¤ì¤é¤Îµ¡Ç½¤Ï¸½ºß¤Î X ¥µ¡¼¥Ð¤Ë¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£°ì ! ¤Ä¤Î modeline ¤òÁ´¤Æ¤Î¿§¿¼Å٤ǻȤ¨¤ë¤è¤¦¤Ë¡¢ 6554x ·ÏÎó¤Î¥Á¥Ã¥× ! ¤Ç¤Ï¥É¥é¥¤¥Ð¡¼ÆâÉô¤Ç»ÈÍѤ¹¤ë¥¯¥í¥Ã¥¯¤ò 16bpp ¤Î¾ì¹ç¤Ï 2¡¢ 24bpp ! ¤Î¾ì¹ç¤Ï 3 ¤Ç³ä¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î³ä»»¤Ë¤è¤ê¡¢¥æ¡¼¥¶¡¼¤Ë¤È¤Ã¤Æ¤ÏºÇ ! Âç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¤½¤ì¤¾¤ì 8bpp ¤Ë¤ª¤±¤ëÃͤΠ1/2 ¤Þ¤¿¤Ï 1/3 ¤È¤· ! ¤Æ¸«¤¨¤ë¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ 6555x ·ÏÎó¤Î¥Á¥Ã¥×¤Ç¤Ï¤è¤ê¹â¤¤¿§¿¼ÅÙ¤ò ! ɽ¼¨¤¹¤ë°Ù¤Ë;ʬ¤Ê¥¯¥í¥Ã¥¯¥µ¥¤¥¯¥ë¤òɬÍפȤ·¤Þ¤»¤ó¡£½¾¤Ã¤Æ¥¯¥í¥Ã ! ¥¯¤ò³ä»»¤·¤Ê¤¤¤Ç¤âÁ´¤Æ¤Î¿§¿¼ÅÙ¤ÇƱ¤¸ modeline ¤ò»ÈÍѤǤ­¤Þ¤¹¡£¤Þ ! ¤¿¡¢16/24/32 bpp ¥â¡¼¥É¤Ç¤Ï 8bpp ¥â¡¼¥É¤ËÈæ¤Ù¤Æ¤½¤ì¤¾¤ì 2, 3, 4 ! ÇܤΥӥǥª¥á¥â¥ê¤¬É¬Íפˤʤê¤Þ¤¹¡£ ! ! * Frame Acceleration ! ¿¤¯¤Î DSTN ɽ¼¨ÁõÃ֤ǤÏ®ÅÙ¸þ¾å¤Î¤¿¤á¥Õ¥ì¡¼¥à¹â®²½¤ò¹Ô¤Ê¤Ã¤Æ¤¤ ! ¤Þ¤¹¡£¤³¤Î¹â®²½¤Ë¤Ï¡¢³°Éô¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»ÈÍѤ·¤¿¤ê¡¢¥Õ¥ì¡¼ ! ¥à¥Ð¥Ã¥Õ¥¡¤ò¥Ó¥Ç¥ª¥á¥â¥ê¤ÎºÇ¾å°Ì¤ËÁȤ߹þ¤à¤Ê¤É¤Î¼ÂÁõÊýË¡¤¬¤¢¤ê¤Þ ! ¤¹¡£ X ¥µ¡¼¥Ð¡¼¤Îɸ½à¤Ç¤Ï¡¢¤â¤·¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¡¼¤¬»ÈÍѤµ¤ì¤Æ¤¤ ! ¤ë¤Ê¤é¡¢¤½¤ì¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤ÎºÇ¾å°Ì¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¤â¤Î¤È²¾Äꤷ ! ¤Þ¤¹¡£¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ËɬÍפʥá¥â¥êÎ̤ϲèÌÌ¥µ¥¤¥º¤Ë°Í¸¤·¡¢¤Þ¤¿ ! ¥â¡¼¥É¤Ë»ÈÍѲÄǽ¤Ê¥Ó¥Ç¥ª¥á¥â¥êÎ̤˱ƶÁ¤òÍ¿¤¨¤Þ¤¹¡£Åµ·¿Åª¤Ê¥Õ¥ì¡¼ ! ¥à¥Ð¥Ã¥Õ¥¡¤ÎÂ礭¤µ¤Ï 640x480 ²èÁÇ¤Ç¤Ï 61440 ¥Ð¥¤¥È¡¢ 800x600 ²è ! ÁÇ¤Ç¤Ï 96000 ¥Ð¥¤¥È¡¢ 1024x768 ²èÁÇ¤Ç¤Ï 157287 ¥Ð¥¤¥È¤Ç¤¹¡£ ! ! * H/W Acceleration ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤¿¤á¤Ë 6554x ¤Ç¤Ï 1k¥Ð¥¤¥È¡¢65550 ¤Ç¤Ï ! 4k¥Ð¥¤¥ÈɬÍפǤ¹¡£ 64300 ¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¥ì¥¸¥¹¥¿¤Ë³Ê ! Ǽ¤·¤Æ¤¤¤ë¤Î¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ëÍѤΥá¥â¥ê¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤Ë²Ã¤¨¤Æ "pixmap cache" ¤ò»ÈÍѤ¹¤ë¤È¡¢Â¿¤¯¤Î²èÁüÁàºî ! ¤¬¤è¤ê®¤¯¤Ê¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢¥­¥ã¥Ã¥·¥åÍѤΥá¥â¥ê¤¬¾¯¤Ê²á¤®¤ë¾ì¹ç ! ¤Ë¤Ï¥°¥é¥Õ¥£¥Ã¥¯À­Ç½¤Ë¥Þ¥¤¥Ê¥¹¤Î±Æ¶Á¤·¤«Í¿¤¨¤Þ¤»¤ó¡£ ! ! * VESA like modes ! ɸ½à VESA ¥â¡¼¥É¤Ë¶á¤¤¥â¡¼¥É¤ò»î¤·¤Æ¤ß¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤â¤· ! ¤½¤¦¤·¤Ê¤±¤ì¤Ð¡¢¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤ä LCD/CRT ÀÚÂؤ¨¤ò¹Ô¤Ê¤Ã¤¿ ! ºÝ¤Ë²èÌ̤¬Íð¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¤½¤Î»þ»ÈÍѤµ¤ì¤Æ¤¤¤ë¤Á¤ç¤Ã ! ¤ÈÊѤ俥⡼¥É¤Î¤³¤È¤ò¥Ó¥Ç¥ª BIOS ¤¬¤Þ¤Ã¤¿¤¯Ç§¼±¤·¤Æ¤¤¤Ê¤¤¤¿¤á¤Ë ! À¸¤¸¤ëÌäÂê¤Ç¤¹¡£ ! ! * Dot Clock ! LCD ²èÌ̤ξì¹ç¡¢Ëþ­¤Ç¤­¤ë¥³¥ó¥È¥é¥¹¥È¤È¤Á¤é¤Ä¤­¤Î̵¤µ¤¬ÆÀ¤é¤ì¤ë ! ¤è¤¦¤ÊºÇ¤âÄ㤤¼þÇÈ¿ô¤ò¥¯¥í¥Ã¥¯¤È¤·¤Æ»È¤¤¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ë¤è¤Ã¤ÆÉÁ ! ²è»þ¤Ë»ÈÍѤµ¤ì¤ë¥á¥â¥ê¤ÎÂÓ°è¤òÂ礭¤¯»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ BIOS ¤Ë ! ¤è¤Ã¤ÆÄêµÁ¤µ¤ì¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¤ò¹¥¤ó¤Ç»È¤¦¥æ¡¼¥¶¤â¤¤¤Þ¤¹¡£¤³¤Î¤è¤¦ ! ¤Ë¤¹¤ë¤È¡¢»ØÄꤷ¤¿¥¯¥í¥Ã¥¯¤ò¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤ä LCD/CRT ÀÚÂØ ! ¤¨¤ò¹Ô¤Ê¤Ã¤¿¸å¤Ç BIOS ¤¬ÀßÄꤷ¤Æ¤¯¤ì¤Þ¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë ! ´Ø¤¹¤ë¾ÜºÙ¤ÊÀâÌÀ¤Ï¡¢¼¡¤ÎÀá¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï CRT ¤È¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¥Ç¥£¥¹¥×¥ì¥¤¤ÎξÊý¤ò¶îÆ°¤Ç¤­¤Þ¤¹¡£ ! ¼Â¤Î¤È¤³¤í¡¢¥Õ¥é¥Ã¥È¥Ñ¥Í¥ëÍѤλþ´ÖÄ´À°¤Ï¥Ñ¥Í¥ë¼«¿È¤Î»ÅÍͤ˰͸¤·¤Æ¤ª ! ¤ê¡¢»ØÄꤵ¤ì¤¿¥â¡¼¥É¤È¤ÏÆÈΩ¤Ë·è¤á¤é¤ì¤Þ¤¹¡£¤³¤ÎÍýͳ¤«¤é XF86Config ! ¥Õ¥¡¥¤¥ë¤ò¼«Æ°À¸À®¤¹¤ë "xf86config" ¤ä "XF86Setup" ¤Ê¤É¤Î¥×¥í¥°¥é¥à¤ò ! »È¤ï¤ì¤ë¤è¤¦¤ª´«¤á¤·¤Þ¤¹¡£ ! ! ¤·¤«¤·¡¢ÆÃ¤Ë 800x600 ¤Î²èÌ̤ޤ¿¤Ï¤½¤ì°Ê¾å¤Î²òÁüÅÙ¤ò»ý¤Ä¾ì¹ç¤Ê¤É¡¢¥Ñ¥Í ! ¥ë¤Î»þ´ÖÄ´À°¤òºÆÀßÄꤹ¤ëɬÍפΤ¢¤ëµ¡´ï¤â¿¤¯Â¸ºß¤·¤Æ¤¤¤Þ¤¹¡£¤½¤ì¤ÏÀ½Â¤ ! ²ñ¼Ò¤¬¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤ÎÃͤòɸ½àEGA ¥â¡¼¥É¤ÇÆ°ºî¤¹¤ë¤è¤¦¤ËÀßÄꤷ¤Æ¤¤ ! ¤Æ¡¢¤½¤Î»þ´ÖÄ´À°¤ÎÃÍ¤Ç¤Ï SVGA ¥â¡¼¥É¤ÏÆ°ºî¤·¤Ê¤¤¤«¤é¤Ç¤¹¡£¤³¤Î¤è¤¦¤Êµ¡ ! ´ï¤Ç¤Ï "use_modeline" ¤Þ¤¿¤Ï/Ʊ»þ¤Ë "fix_panel_size" ¤òɬÍפȤ·¤Þ¤¹¡£ ! ¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤òɬÍפȤ¹¤ë¤¤¤¯¤Ä¤«¤Îµ¡´ï¤Î¸ºß¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! Modeline "640x480@8bpp" 25.175 640 672 728 816 480 489 501 526 ! Modeline "640x480@16bpp" 25.175 640 672 728 816 480 489 501 526 ! Options: "use_modeline" ! Prostar 8200 ¤Ç¥Æ¥¹¥ÈºÑ¤ß, (640x480, 65548, 1M¥Ð¥¤¥È) ! ! Modeline "800x600@8bpp" 28.322 800 808 848 936 600 600 604 628 ! Options: "fix_panel_size", "use_modeline" ! HP OmniBook 5000CTS ¤Ç¥Æ¥¹¥ÈºÑ¤ß (800x600 TFT, 65548, 1M¥Ð¥¤¥È) ! ! Modeline "800x600@8bpp" 30.150 800 896 960 1056 600 600 604 628 ! Options: "fix_panel_size", "use_modeline" ! Zeos Meridan 850c ¤Ç¥Æ¥¹¥ÈºÑ¤ß (800x600 DSTN, 65545, 1M¥Ð¥¤¥È) ! ! NEC Versa 4080 ¤Ç¤Ï "fix_panel_size" ¥ª¥×¥·¥ç¥ó¤¬É¬¿Ü¤Ç¤¹¡£ ! ! 5. ¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë´Ø¤¹¤ë¤Þ¤È¤Þ¤Ã¤¿ÀâÌÀ ! ! Chips and Technologies ¼ÒÀ½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤¬»ý¤Ä¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤È¤ÏÀµ³Î ! ¤Ë¤Ï¤É¤¦¤¤¤¦¤³¤È¤Ê¤Î¤«¡¢¤È¤¤¤¦ÅÀ¤Ë¤Ä¤¤¤Æº®Í𤷤Ƥ¤¤ë¾ì¹ç¤¬Â¿¤¤¤è¤¦¤Ç ! ¤¹¡£¤³¤Î¸í²ò¤ò²ò¤¯¤¿¤á¤Ë¡¢¤³¤ÎÀá¤ËÀâÌÀ¤ò½ñ¤¯¤³¤È¤Ë¤·¤Þ¤·¤¿¡£ ! ! °ìÈ̤ˡ¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò·èÄꤹ¤ëÍ×°ø¤Ï 2 ¼ïÎฺߤ·¤Æ¤¤¤Þ¤¹¡£¥Ó¥Ç ! ¥ª¥×¥í¥»¥Ã¥µ¤¬°·¤¨¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤è¤ëÀ©¸Â¤È¡¢ÍøÍѲÄǽ¤Ê¥á¥â¥ê¡¼ ! ¤ÎÂÓ°èÉý¤Ë¤è¤ëÀ©¸Â¤Ç¤¹¡£¥á¥â¥ê¡¼¤ÎÂÓ°èÉý¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤Î¤¿¤á¤Ë»ÈÍѤµ ! ¤ì¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ·èÄꤵ¤ì¤Þ¤¹¡£ 65535 ¤Î¤è¤¦¤Ë¡¢ 8bpp ¤òĶ¤¨¤ë ! ¿§¿¼ÅÙ¤ò»ÈÍѤǤ­¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤¬°·¤¦¤³¤È¤Î¤Ç ! ¤­¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ¤Î¤ß¡¢¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤¬·è¤á¤é¤ì¤Þ¤¹¡£½¾¤Ã ! ¤Æ¤³¤ÎÀ©¸Â¤Ï 655xx ¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢¶îÆ°ÅÅ°µ¤Ë¤è¤Ã¤Æ¤½¤ì¤¾¤ì 56MHz ! ¤Þ¤¿¤Ï 68MHz ¤Î¤É¤Á¤é¤«¤Ë¤Ê¤ê¡¢64200 WinGine ¤Î¾ì¹ç¤Ë¤Ï 80MHz ¤È¤Ê¤ê¤Þ ! ¤¹¡£ ! ! 6554x ·ÏÎ󤪤è¤Ó 64300 WinGine ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢ 16bpp ¤ä 24bpp ¤Î¿§¿¼ ! ÅÙ¤ò°·¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤ë¥á ! ¥â¥ê¥¯¥í¥Ã¥¯¤ò³Î¼Â¤«¤ÄÀµ³Î¤Ë¸¡½Ð¤¹¤ëÊýË¡¤Ïº£¤Î¤È¤³¤í¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¤¿ ! ¤á¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ë¤Ä¤¤¤Æ¤Ï¤è¤ê°ÂÁ´¤È»×¤ï¤ì¤ë¿ôÃͤò»ÈÍѤ¹¤ëɬÍ× ! ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤¿¤á¡¢ C&T ¥É¥é¥¤¥Ð¡¼¤Ï¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Î¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯À©¸Â¤ò 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô (number of bytes per pixel) ¤Ç³ä¤ê¡¢¤½ ! ¤ì¤òÆ°ºî»þ¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯À©¸Â¤È¤·¤Æ»ÈÍѤ·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤½¤ì¤¾¤ì¤Î ! ¿§¿¼Å٤ˤª¤±¤ë»ÈÍѲÄǽ¤ÊºÇ¹â¥¯¥í¥Ã¥¯¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 8bpp 16bpp 24bpp ! 64300 85 42.5 28.33 ! 65540/65545 3.3v 56 28 18.67 ! 65540/65545 5v 68 34 22.67 ! 65546/65548 80 40 26.67 ! ! CRT ¤Þ¤¿¤Ï TFT ¤Îɽ¼¨ÁõÃÖ¤ËÂФ·¤Æ¡¢¤³¤ì¤é¤ÎÀ©¸ÂÃͤϽ¼Ê¬Í¾Íµ¤Î¤¢¤ë¤â¤Î ! ¤Ç¤¢¤ê¡¢ "DacSpeed" ¥ª¥×¥·¥ç¥ó¤Ë¤è¤Ã¤Æ¤³¤ì¤é¤Î¿ôÃͤò¤¢¤ëÄøÅÙÂ礭¤¯¤·¤Æ ! ¤âÌäÂê̵¤¯Æ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£¤·¤«¤·¡¢¤³¤ì¤é¤Î¿ôÃÍ¤Ç¤Ï DSTN ɽ¼¨ÁõÃÖ¤¬É¬ ! ÍפȤ¹¤ëÆÃÊ̤ÊÂÓ°èÉý¤Î¤³¤È¤ò¹Íθ¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! HiQV ·ÏÎó¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤ò¤­¤Á¤ó¤È¸¡½Ð¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð ! startx ¤Î¥í¥°¤ò¼è¤Ã¤¿¥Õ¥¡¥¤¥ë¤ÎÃæ¤Ë ! ! (--) SVGA: CHIPS: probed memory clock of 40090 KHz ! ! ¤È¤¤¤¦¹Ô¤¬¤¢¤ë¤³¤È¤Ëµ¤¤¬¤Ä¤¯¤Ç¤·¤ç¤¦¡£ ! ! ¿¤¯¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢ BIOS ¤Ë¤è¤Ã¤Æ¼ÂºÝ¤ËÀßÄꤵ¤ì¤Æ¤¤¤ë¿ôÃͤè¤ê¤â¹â¤¤¥á¥â ! ¥ê¡¼¥¯¥í¥Ã¥¯¤ò°·¤¦¤³¤È¤¬¤Ç¤­¤ë¤³¤È¤ËÃíÌܤ·¤Æ²¼¤µ¤¤¡£ XF86Config ¥Õ¥¡¥¤ ! ¥ë¤ÎÃæ¤Ç Set_MClk ¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤³¤È¤Ç¡¢¤è¤ê¹â¤¤ MClk ¤ò»ØÄê¤Ç¤­¤Þ ! ¤¹¡£¤¿¤À¤·¡¢Î㤨¤Ð EDO ¤Î¤è¤¦¤Ê¤¢¤Þ¤ê®¤¯¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤Î¤¿¤á¤Ë¹â ! ¤¤ MClk ¤ò°·¤¨¤º¡¢É½¼¨²èÌ̤ËÍð¤ì¤òÀ¸¤¸¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£ HiQV ·ÏÎó¤Î ! ¥Á¥Ã¥×¤Ç»ÈÍѲÄǽ¤ÊºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òµá¤á¤ë¸ø¼°¤ò¼¡¤Ë¼¨¤·¤Þ¤¹¡£ ! ! Max Dotclock = min(MaxDClk, 0.70 * 4 * MemoryClk / (BytesPerPixel + ! (isDSTN == TRUE ? 1 : 0))) ! ! [ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯] = [MaxDClk:¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤Ë¤è¤ëÀ©¸Â] ¤Þ¤¿¤Ï ! {[0.70 * 4 * ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯] ¤ò ! [BytesPerPixel: 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô¡¢ ! (DSTN ɽ¼¨ÁõÃ֤ξì¹ç¤Ï¤³¤ì¤Ë 1 ¤ò²Ã¤¨¤ë)] ¤Ç ! ³ä¤Ã¤¿¿ôÃÍ} ¤Î¤É¤Á¤é¤«Ä㤤¤Û¤¦ ! ! ¾åµ­¤Î¸ø¼°¤ò¸«¤ì¤Ð¤ï¤«¤ë¤è¤¦¤Ë¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤Ï 2 ¼ïÎà¤ÎÀ©¸Â¤¬¤¢¤ê ! ¤Þ¤¹¡£¤Ò¤È¤Ä¤ÏÁ´ÂÎŪ¤Ê¾å¸ÂÃͤǤ¢¤ê¡¢¤â¤¦¤Ò¤È¤Ä¤Ï¥Á¥Ã¥×¤¬»ÈÍѤǤ­¤ë¥á¥â ! ¥ê¡¼ÂÓ°èÉý¤Ë¤è¤ë¤â¤Î¤Ç¤¹¡£¥á¥â¥ê¡¼ÂÓ°èÉý¤Ë¤è¤ëÀ©¸Â¤Ë¤Ä¤¤¤Æ¡¢·×»»¤ÎÃæ¿È ! ¤òÀâÌÀ¤¹¤ë¤È¡¢¤Þ¤º¥¯¥í¥Ã¥¯¥µ¥¤¥¯¥ë¤¢¤¿¤ê 4 ¥Ð¥¤¥È¤¬Å¾Á÷¤µ¤ì¤Þ¤¹ (¤·¤¿ ! ¤¬¤Ã¤Æ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Ë 4 ¤ò¤«¤±¤Þ¤¹) ¤¬¡¢ RAS/CAS ¥·¥°¥Ê¥ë½èÍý¤Î¤¿ ! ¤á¡¢¼ÂºÝ¤ËÍøÍѤǤ­¤ëÂÓ°èÉý¤Ï¤ª¤è¤½ 70% ÄøÅ٤ˤʤäƤ·¤Þ¤¤¤Þ¤¹¡£¼¡¤Ë¤³ ! ¤ÎÁ´ÂΤò 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô¤Ç³ä¤ê¤Þ¤¹¤¬¡¢ DSTN ɽ¼¨ÁõÃÖ¤ò»ÈÍѤ¹¤ë ! ¾ì¹ç¤Ë¤Ï 1 ²èÁǤ¢¤¿¤ê¤Î¥Ð¥¤¥È¿ô¤Ë¤ª¤Þ¤±¤Î 1 ¥Ð¥¤¥È¤òÄɲä·¤¿¿ôÃͤdzä¤ê ! ¤Þ¤¹¡£ DSTN ɽ¼¨ÁõÃ֤Ρ֤ª¤Þ¤±¤Î 1 ¥Ð¥¤¥È¡×¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡½èÍý¤ª¤è ! ¤Ó¥Õ¥ì¡¼¥à¹â®²½¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ Chips and Technologies ¼ÒÀ½¥Á¥Ã ! ¥×¤Î»ÅÍͤò¼¡¤Ë¼¨¤·¤Þ¤¹¡£ ! ! Max DClk MHz Max Mem Clk MHz ! 65550 rev A 3.3v 80 38 ! 65550 rev A 5v 110 38 ! 65550 rev B 95 50 ! 65554 94.5 55 ! 65555 110 55 ! 68554 110 55 ! 69000 220 100 ! ! 65550 rev A °Ê³°¤Î¥Á¥Ã¥×¤Ï¤¹¤Ù¤Æ 3.3v ÀìÍѤǤ¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ¤³¤ì¤Ï¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬°ì»þŪ¤ËÍî¤Á¹þ¤ó¤Ç¤¤¤ëÍýͳ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤È¤³¤í ! ¤Ç¾åµ­¤ÎºÇ¹â¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Ïñ¤Ë¥Ó¥Ç¥ª¥×¥í¥»¥Ã¥µ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿ô ! ÃͤȤ¤¤¦¤À¤±¤Ç¤¢¤ê¡¢¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤¬¥µ¥Ý¡¼¥È¤¹¤ëºÇ¹â¥¯¥í¥Ã¥¯¤ÈƱ¤¸¤Ç¤¢ ! ¤ë¤È¤¤¤¦ÊݾڤϤ¢¤ê¤Þ¤»¤ó¡£¼ÂºÝ¤Ë¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤È¤·¤Æ»È¤ï¤ì¤Æ¤¤¤ë¿ôÃÍ ! ¤Ï¾åµ­¤ÎºÇÂçÃͤè¤ê¤â¤º¤Ã¤È¾®¤µ¤¤¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤·¤«¤·¡¢¥á¥â¥ê¡¼¥¯¥í¥Ã ! ¥¯¤¬¾åµ­¤ÎºÇ¹âÃÍ¤Ë¥×¥í¥°¥é¥à¤µ¤ì¤Æ¤¤¤ë¤È²¾Äꤷ¤¿¾ì¹ç¤Ë¤Ï¡¢¤½¤ì¤¾¤ì¤Î ! ¥Á¥Ã¥×¤ËÂФ¹¤ëºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÀ©¸Â¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ------CRT/TFT------- --------DSTN-------- ! 8bpp 16bpp 24bpp 8bpp 16bpp 24bpp ! 65550 rev A 3.3v 80 53.2 35.47 53.2 35.47 26.6 ! 65550 rev A 5v 106.2 53.2 35.47 53.2 35.47 26.6 ! 65550 rev B 95 70 46.67 70 46.67 35.0 ! 65554 94.5 77 51.33 77 51.33 38.5 ! 65555 110 77 51.33 77 51.33 38.5 ! 68554 110 77 51.33 77 51.33 38.5 ! 69000 220 140 93.33 140 93.33 70.0 ! ! ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ·è¤Þ¤ë¾å¸Â¤òĶ¤¨¤ÆÆ°¤«¤·¤¿¾ì¹ç¡¢ HW BitBlt ¥¨ ! ¥ó¥¸¥ó¤¬¥¯¥í¥Ã¥¯¥µ¥¤¥¯¥ë¤´¤È¤ËɬÍפȤ¹¤ë¥Ç¡¼¥¿¤òÆþ¼ê¤Ç¤­¤º¡¢²èÁüÁàºîÃæ ! ¤Îɽ¼¨¤¬Íð¤ì¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤â¤· (¹â¤¹¤®¤ë MemClk ¤ò»ØÄꤹ¤ë¤Ê¤É ! ¤Ë¤è¤Ã¤Æ) ¥Ó¥Ç¥ª¥á¥â¥ê¡¼¤ò®¤¹¤®¤ë¥¯¥í¥Ã¥¯¤ÇÆ°¤«¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¥á¥â¥ê¡¼ ! ¤Ë¼ÂºÝ¤Ë½ñ¤­¹þ¤Þ¤ì¤ë¥Ç¡¼¥¿¤¬²õ¤ì¤Æ¤·¤Þ¤¦¤¿¤á²èÁÇñ°Ì¤Ç¤Îɽ¼¨°Û¾ï¤ò¸«¤ë ! ¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ TFT ¤Þ¤¿¤Ï CRT ¾å¤Ç 8bpp ɽ¼¨¤Î¾ì¹ç¤Ë¤Ï¡¢¤ª¤½¤é¤¯ ! Max DClk Ãͤò 10% ÄøÅÙĶ¤¨¤ÆÀßÄꤷ¤Æ¤â¤¹¤³¤·¤Ð¤«¤ê;ʬ¤ËÇ®¤òȯÀ¸¤¹¤ë°Ê ! ³°¤ÎÌäÂê¤òÀ¸¤¸¤ë¤³¤È¤Ê¤¯ÉÁ²è®ÅÙ¤ò¸þ¾å¤µ¤»¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£¤³¤ì¤Ï ! 8bpp ¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯¤¬»ÈÍѲÄǽ¤Ê¥á¥â¥ê¡¼¤ÎÂÓ°èÉý¤Ë¤è¤Ã¤ÆÀ©¸Â¤µ¤ì¤Ê¤¤ ! ¤³¤È¤Ë¤è¤ê¤Þ¤¹¡£ ! ! ¤â¤·¡¢É¸½à¤Î¥¯¥í¥Ã¥¯À©¸Â¤Ë½¾¤¦¤ÈɬÍפʥ⡼¥É¤ò¤É¤¦¤·¤Æ¤â»È¤¨¤Ê¤¤¤è¤¦¤Ê ! ¾ì¹ç¤Ë¤Ï¡¢ "DacSpeed" ¤ª¤è¤Ó "Set_MemClk" ¥ª¥×¥·¥ç¥ó¤òÄ´¤Ù¤Æ¤ß¤Þ¤·¤ç ! ¤¦¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¨¤Ð¡¢ÆÃÄê¤Î¥â¡¼¥É¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë X ¥µ¡¼ ! ¥Ð¡¼Æâ¤ÇɬÍפȤ¹¤ë¤¹¤Ù¤Æ¤Îµ¡Ç½¤òÆÀ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤À¤¿¤·¡¢¥Ó¥Ç¥ª¥×¥í ! ¥»¥Ã¥µ¤ò¤½¤Î»ÅÍͤòĶ¤¨¤ÆÆ°ºî¤µ¤»¤¿¾ì¹ç¡¢¥À¥á¡¼¥¸¤ò¼õ¤±¤Ê¤¤¤È¤¤¤¦ÊÝ¾Ú¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤Ë¤¢¤¿¤Ã¤Æ¤Ï¡¢½¼Ê¬¤ÊÃí°Õ¤¬É¬Í× ! ¤Ç¤¹¡£ ! ! 6. ¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°(ÌäÂê²ò·è) ! ! ¥â¡¼¥É¤òÀÚÂؤ¨¤¿¸å¤Ç¡¢¥«¡¼¥½¥ë¤¬Çò¤¤¶ë·Á¤Ë¤Ê¤Ã¤Æ¸«¤¨¤ë¡£ ! ¥â¡¼¥É¤òÀÚÂؤ¨¤¿»þ¥«¡¼¥½¥ë¤òÇò¤¤¶ë·Á¤ËºÆÉÁ²è¤·¤Æ¤·¤Þ¤¦¡¢¥Ï¡¼¥É ! ¥¦¥§¥¢¥«¡¼¥½¥ë¤ÎÌäÂê¤À¤Èʬ¤«¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ë¤Ë¤Ï¥« ! ¡¼¥½¥ë¤ò¾¤ÎÎΰè¤Ë°ÜÆ°¤µ¤»¡¢¥³¥ó¥½¡¼¥ë¤ØÀÚÂؤ¨¤Æ¤«¤é¸µ¤ËÌ᤹¤«¡¢ ! ÀÚÂؤ¨¤¬ÌÌÅݤʤé "hw_cursor" ¥ª¥×¥·¥ç¥ó¤ò³°¤·¤Æ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼ ! ¥½¥ë¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥«¡¼¥½¥ë¤Î¥Û¥Ã¥È¥¹¥Ý¥Ã¥È¤¬¥«¡¼¥½¥ë¤È°ìÃפ·¤Æ¤¤¤Ê¤¤¡£ ! 6555x ¤Îµ¡´ï¾å¤Ç¥Õ¥é¥Ã¥È¥Ñ¥Í¥ëÁ´ÂΤ˳ÈÂ礷¤¿¥â¡¼¥É¤Î¾ì¹ç¡¢¥Ï¡¼¥É ! ¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥â¡¼¥É¤ËÂбþ¤·¤Æ³ÈÂ礵¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Ï¸½ ! ºß¤Î¥µ¡¼¥Ð¤Ë¸ºß¤¹¤ë¡¢¾®¤µ¤¤¤¬Ä¹¤¤¤¢¤¤¤À»Ä¤µ¤ì¤¿¤Þ¤Þ¤Î¥Ð¥°¤Ç¤¹¡£ ! "no_stretch" ¤« "sw_cursor" ¤Î¤É¤Á¤é¤«¤ò»È¤¦¤³¤È¤Ç¡¢¤³¤Î¥Ð¥°¤òÈò ! ¤±¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ! ÌõÃí¡§¥Û¥Ã¥È¥¹¥Ý¥Ã¥È:¥¯¥ê¥Ã¥¯¤·¤¿»þ¤ÎÍ­¸úÅÀ¡£ ! ! ²èÌ̤β¼¤ÎÊý¤Îɽ¼¨¤¬Íð¤ì¤ë ! ¿¤¯¤Î DSTN ²èÌ̤Ǥϥӥǥª¥á¥â¥ê¤Î¾å°Ì¤ò¥Õ¥ì¡¼¥à¹â®²½¤Î¤¿¤á¤Ë»È ! ÍѤ·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¥â¡¼¥É¤Î¤¿¤á¤Ë»ÈÍѤǤ­¤ë¥á¥â¥ê¤ÎÎ̤ò¸º¾¯¤µ¤» ! ¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ X ¥µ¡¼¥Ð¤ÏÍøÍѼԤ¬¤³¤ÎÎΰè¤Î¥á¥â¥ê¤ò»È¤¦¥â¡¼¥É¤ò ! »ØÄꤹ¤ë¤³¤È¤ò˸¤²¤¿¤ê¤»¤º¡¢¥³¥ó¥½¡¼¥ë¤Ë·Ù¹ð¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤· ! ¤Þ¤¹¡£¤³¤Î¾ì¹ç¡¢²èÌ̤β¼¤ÎÊý¤ËÁêÅö¤¹¤ë¥á¥â¥ê¤¬¥Õ¥ì¡¼¥à¹â®²½¤ÎÎÎ ! °è¤ÈƱ¤¸°ÌÃ֤˳ä¤êÅö¤Æ¤é¤ì¤ë¤¿¤á¡¢Î¾¼Ô¤¬¾×Æͤ·¤Æ²èÌ̤¬Íð¤ì¤Þ¤¹¡£ ! ¥â¡¼¥É¤Ë¤è¤Ã¤Æ¾ÃÈñ¤µ¤ì¤ë¥á¥â¥ê¤ÎÎ̤òºï¸º¤·¤Æ²¼¤µ¤¤¡£ ! ! ¥Ó¥Ç¥ª¿®¹æ¤ÏÍè¤Æ¤¤¤ë¤¬¡¢²èÌ̤¬Æ±´ü¤·¤Ê¤¤¡£ ! ¤½¤Îɽ¼¨ÁõÃ֤Ǽè¤ê°·¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¤¥â¡¼¥É¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¡£Èóɸ ! ½à¤Ê¥â¡¼¥É¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¾¯¤·²èÌ̤λþ´ÖÄ´À°¤òÊѹ¹¤¹¤ëɬÍ× ! ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤½¤Îɽ¼¨ÁõÃ֤Ǽè¤ê°·¤¦¤³¤È¤¬¤Ç¤­¤ë¤Ï¤º¤Îɸ ! ½àŪ¤Ê¥â¡¼¥É¤È¼þÇÈ¿ô¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤½¤ì¤Ë¶á¤¤¥â¡¼¥É¤È¼þÇÈ ! ¿ô¤ÎÁȹ礻¤ò¼Â¸½¤Ç¤­¤ë¤è¤¦¤Ê°Û¤Ê¤ë»þ´ÖÄ´À°¤ÎÀßÄê¤ò»î¤·¤Æ¤ß¤Æ²¼¤µ ! ¤¤¡£ LCD ¤Î¥â¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥Æ¥­¥¹¥È¥³¥ó¥½¡¼¥ë¤Î¥Ñ¥Í¥ë¤Î»þ´ÖÄ´ ! À°¤È¥°¥é¥Õ¥£¥Ã¥¯¤Î¤½¤ì¤È¤Ç°Û¤Ê¤ë¿ôÃͤòɬÍפȤ¹¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï "use_modeline" ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì ! ¤º¡¢Â¿Ê¬ "fix_panel_size" ¤â»ØÄꤷ¤Æ LCD ¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤òÈù̯ ! ¤ËÊѹ¹¤¹¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£ ! ! `ÇȤ¦¤Ä' ²èÌÌ¡£ ! ÉÁ²èÁàºî¤Ë¤è¤é¤ºÀ䤨¤Þ¤Ê¤¯¿åÊ¿Êý¸þ¤ËÇȤ¦¤Ã¤¿¤ê²èÌÌÁ´ÂΤËÍî¤ÁÃ夫 ! ¤Ê¤¤¡£»ÈÍѤ·¤Æ¤¤¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â²á¤®¤ë¤«Äã²á¤®¤ë¤è¤¦¤Ê¾ì¹ç¤Ë ! ȯÀ¸¤·¤Þ¤¹¡£¶á²á¤®¤ë MCLK ¤È´³¾Ä¤ò¤ª¤³¤·¤Æ¤¤¤ë²ÄǽÀ­¤â¤¢¤ê¤Þ¤¹¡£ ! ¤è¤êÄ㤤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ CRT ¤Î¾ì¹ç¤Ë¤Ï¡¢¥â¡¼ ! ¥É¤Î»þ´ÖÄ´À°¤âÊѹ¹¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£ 2 ÈÖ¤á¤Î¿åÊ¿Êý¸þ¤Î¿ôÃͤò´ö¤é ! ¤«Áý²Ã¤µ¤»¤Æ¤ß¤ë¤ÈÎɤ¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! µ¯Æ°¸å¤Ë½ªÎ»¤·¤¿¡¢¤Þ¤¿¤Ï¸Ç¤Þ¤Ã¤¿(¿ʬ¡¢²èÌ̤¬¹õ¤¤¤Þ¤Þ¤Ç)¡£ ! "noaccel" ¤Þ¤¿¤Ï "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ²¼¤µ¤¤¡£ BIOS ¤Î ! ÀßÄ꤬Âç¾æÉפ«¥Á¥§¥Ã¥¯¤·¤Þ¤·¤ç¤¦¡£ÆÃ¤Ë 0xa0000-0xaffff ¤Î¥­¥ã¥Ã ! ¥·¥å¤Ï̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£±£¤· DRAM ¤Î¥ê¥Õ¥ì¥Ã¥·¥å¤â̵¸ú¤Ë¤·¤Þ¤·¤ç ! ¤¦¡£ ! ! SVR4 ¤Îµ¡´ï¤Ç¤Ï²èÌ̾å¤ËºÇ½é¤Îʸ»ú¤¬½ÐÎϤµ¤ì¤ë¤È¸Ç¤Þ¤ë¡£ ! ¤³¤ÎÌäÂê¤Ï UnixWare 1.x ¤ÇÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·²òÀϤµ¤ì¤Æ¤¤¤Þ ! ¤»¤ó¡£ UnixWare 2.x ¤Ç¤Ï¤³¤ÎÌäÂê¤Ï¸½¤ì¤Þ¤»¤ó¡£¤Þ¤¿¡¢HiQV ¥·¥ê¡¼ ! ¥º¤Î¥Á¥Ã¥×¤Ç¤Î¤ß¸½¤ì¤Þ¤¹¡£¤½¤Î¾¤Î SVR4 ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à ! ¤Ç¤âƱÍͤΰ­±Æ¶Á¤¬½Ð¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¸½¾Ý¤ËÁø¶ø¤·¤¿¤é ! "xaa_no_color_exp" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ CPU ²èÌ̴֤ι⮲½µ¡Ç½¤ò»È ! ¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤·¤ç¤¦¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯Áàºî¸å¤Ë½ªÎ»¤¹¤ë¡¢¸Ç¤Þ¤ë¡¢¤Þ¤¿¤Ï²èÌ̤˥´¥ß¤ò¤Þ ! ¤­»¶¤é¤¹¡£ ! ¤³¤Î¸½¾Ý¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿´Ø¿ô¤Î¥Ð¥°¤Ëµ¯°ø¤·¤¿¤â¤Î¤«¡¢ BitBLT ¥¨¥ó ! ¥¸¥ó¤Ë´Ø¤¹¤ëÌäÂê¤Ç¤¹¡£ "noaccel" ¤Þ¤¿¤Ï "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò ! »î¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£¤Þ¤¿ BIOS ¤ÎÀßÄê¤â¥Á¥§¥Ã¥¯¤·¤Þ¤·¤ç¤¦¡£¤½¤ì¤«¤é ! Â礭¤Ê²èÌ̤ǹ⤤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤äÂ礭¤Ê¿§¿¼ÅÙ¤ò»È¤¦¤È¡¢ BitBLT ¥¨ ! ¥ó¥¸¥ó¤¬»È¤¦¤¿¤á¤Î»Ä¤ê¤Î¥á¥â¥ê¤¬¤È¤Æ¤â¾®¤µ¤ÊÂÓ°èÉý¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤ ! ¤Þ¤¹¡£¤³¤¦¤¤¤¦¾ì¹ç¤Ë¤Ï¥¯¥í¥Ã¥¯¤Îºï¸º¤ò»î¤·¤Æ²¼¤µ¤¤¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤òõÃΤ·¤Ê¤¤¡£ ! ¤ª¼ê»ý¤Á¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë»÷¤¿·¿¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¶¯À©Åª¤Ë»ØÄꤷ¤Æ¤ß ! ¤Þ¤·¤ç¤¦¡£ ! ! X ¤Î³«»Ï»þ¤Ë²èÌ̤¬¿¿¤Ã¹õ¤Ë¤Ê¤ë¡£ ! ¤³¤ÎÌäÂê¤Ï "APM_DISPLAY_BLANK" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¥«¡¼¥Í¥ë¤ò¥³ ! ¥ó¥Ñ¥¤¥ë¤·¤Æ¤¤¤ë¾ì¹ç¤Ëµ¯¤³¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»Ø ! Äꤷ¤Æ¤â°Õ¿Þ¤·¤¿¤È¤ª¤ê¤ËÆ°ºî¤»¤º¡¢ X µ¯Æ°»þ¤Ë Xserver ¤Îɽ¼¨²èÌÌ ! ¤¬¿¿¤Ã¹õ¤Ë¤Ê¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤¤¤º¤ì¤Ë¤·¤í¡¢¥«¡¼¥Í¥ë¤Î¥³¥ó¥Ñ¥¤¥ë ! »þ¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤ÎÌäÂ꤬ȯÀ¸¤·¤¿¾ì ! ¹ç¡¢ CRT/LCD ¤Þ¤¿¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤È¤Î²èÌÌÀÚÂؤ¨¤Ç²óÉü¤¹¤ë¾ì¹ç¤¬ ! ¤¢¤ê¤Þ¤¹¡£ ! ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Å¬Àڤ˲óÉü¤·¤Ê¤¤¡£ ! ¤¤¤¯¤Ä¤«¤Î´Ä¶­¤ÇȯÀ¸¤¹¤ë¤ÈÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â¿¤¯¤Î¥é¥Ã¥×¥È¥Ã¥×¤Ç ! ¤Ï¥³¥ó¥½¡¼¥ë¤Ç 6554x ¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ ! BIOS ¤¬ VClk ¤Î¸å¤Ë MClk ¤ò½ñ¤­¹þ¤ó¤À¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥³¥ó¥½¡¼¥ëÍÑ ! ¥¯¥í¥Ã¥¯¤ÎÀßÄê¤ò¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤«¤éɬ¤ºÈ¯¸«¤Ç¤­¤ë¤ï¤±¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¤¿¤á X ¥µ¡¼¥Ð¤Ï 25.175MHz ¤ò¥³¥ó¥½¡¼¥ëÍѤȷè¤á¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ÎÀßÄê¤Ï¤Û¤È¤ó¤É¤Î¥â¡¼¥É¤ÇÀµ¾ï¤ËÆ°ºî¤·¤Þ¤¹¤¬¡¢ÌäÂê¤Îȯ ! À¸¤¹¤ë¾ì¹ç¤â¤¢¤êÆÀ¤Þ¤¹¡£Ä̾盧¤ÎÌäÂê¤Ï LCD ¤È CRT ¤Î´Ö¤Ç²èÌÌÀÚÂØ ! ¤¨¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ë¤è¤ê²óÉü¤·¤Þ¤¹¡£¤¢¤ë¤¤¤Ï´û¤ËÀâÌÀ¤·¤¿ ! "TextClockFreq" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥Æ¥­¥¹¥È¥³¥ó¥½¡¼¥ëÍѤËɸ½à¤È¤Ï ! °Û¤Ê¤ë¥¯¥í¥Ã¥¯¤òÁª¤Ù¤Þ¤¹¡£¤³¤ÎÌäÂê¤Î¸¶°ø¤Ë´Ø¤¹¤ë¾¤Î²ÄǽÀ­¤È¤· ! ¤Æ¡¢ "APM_DISPLAY_BLANK" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Æ¥«¡¼¥Í¥ë¤ò¥³¥ó¥Ñ¥¤ ! ¥ë¤·¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£´û¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̵ ! ¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 800x600 ¤Î±Õ¾½¥Ç¥£¥¹¥×¥ì¥¤¤Ç 640x480 ¤¬É½¼¨½ÐÍè¤Þ¤»¤ó¡£ ! ¤³¤ÎÌäÂê¤Ï¡¢¥Õ¥é¥Ã¥È¥Ñ¥Í¥ë¤¬¤½¤Î»þ´ÖÄ´ÀáÃͤȤ·¤Æ¥â¡¼¥É¤Ë¤è¤ë²èÌÌ ! ¥µ¥¤¥º¤Ç¤Ï¤Ê¤¯¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ë´Ø·¸¤·¤¿¿ôÃͤòɬÍפȤ¹¤ë¤³¤È¤Ë¤è¤ê ! ¤Þ¤¹¡£¸½ºß¤Î X ¥µ¡¼¥Ð¡¼¤Ë¤Ï¤³¤Î¿ôÃͤò»ØÄꤹ¤ëµ¡Ç½¤Ï¤¢¤ê¤Þ¤»¤ó¤Î ! ¤Ç¡¢ X ¥µ¡¼¥Ð¤Ï¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤ò¥Á¥Ã¥×¤«¤éÆɤ߹þ¤ß¤Þ¤¹¡£ ! "use_modeline" ¤Þ¤¿¤Ï "fix_panel_size" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤¿¾ì¹ç ! ¤Ë¤Ï¡¢¥Ñ¥Í¥ë¤Î»þ´ÖÄ´À°¤È¤·¤Æ¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤Ç¤Ï¤Ê¤¯»ØÄꤵ¤ì¤¿¥â¡¼ ! ¥É¤Î²èÌ̤ÎÂ礭¤µ¤«¤éµá¤á¤é¤ì¤¿¿ôÃͤò»ÈÍѤ·¤Þ¤¹¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç ! ¥ó¤ò XF86Config ¤«¤é¼è¤ê½ü¤¯¤«¡¢ LCD/CRT ɽ¼¨²èÌÌÀÚÂؤ¨¤ò»î¤·¤Æ ! ¤ß¤Þ¤·¤ç¤¦¡£ ! ! 640x480 LCD Á´Ì̤òÀêÍ­¤¹¤ë 320x240 ¥â¡¼¥É¤òÆÀ¤ë¤³¤È¤¬½ÐÍè¤Ê¤¤¡£ ! 6554x ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤Ï½ÄÊý¸þ¤Ë 2 Çܤˤʤë¥â¡¼¥É¤Ë´Ø¤¹ ! ¤ë¥Ð¥°¤¬¤¢¤ê¤Þ¤¹¡£²èÌ̤β¼È¾Ê¬¤¬ÍøÍѤǤ­¤Þ¤»¤ó¡£¤³¤ÎÌäÂê¤Î²ò·èÊý ! Ë¡¤Ï½ÄÊý¸þ¤Ë 2 Çܤˤ·¤Ê¤¤»ö¤Ç¤¹¡£ 320x240 ¥â¡¼¥É¤Ç¤Î²ò·è·ë²Ì¤Ï ! 640x360 ¤Ë³ÈÂ礹¤ë»ö¤À¤±¤Ç¤¹¡£¤³¤ì¤ò¤·¤¿¤¯¤Ê¤¤¤Ê¤é¤Ð¡¢ ! "sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ë¤è¤Ã¤Æ¡¢ 640x480 ! LCD ¤ÎÁ´Ì̤òÀêÍ­¤¹¤ë¥â¡¼¥É¤¬»È¤¨¤Þ¤¹¡£ ! ! ¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤Î¸å¤Ç²èÌ̤¬Íð¤ì¤ë¡£ ! ¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤Î»þ¤Ï BIOS ¤¬¥ì¥¸¥¹¥¿¤òÆɤ߽ñ¤­¤·¤Þ¤¹¡£ ! BIOS ¤¬Ê¬¤«¤é¤Ê¤¤¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢Àµ¤·¤¯¥ê¥¸¥å¡¼¥à¤¹¤ëÊÝ ! ¾Ú¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢ VESA ɸ½à¤Ë¤Ç¤­¤ë¤À¤±¶á¤¤¥â¡¼¥É¤òÁª ! Âò¤¹¤ë¤Ù¤­¤Ç¤¹¡£¤Þ¤¿ VGA ¥Ñ¥ì¥Ã¥È¤â¥µ¥¹¥Ú¥ó¥É/¥ê¥¸¥å¡¼¥à¤Ë¤è¤Ã¤Æ ! ±Æ¶Á¤ò¼õ¤±¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ 8bpp ¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¡¢¿§¤¬Àµ¤· ! ¤¯É½¼¨½ÐÍè¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£¤è¤êÂ礭¤Ê bpp ¤Ç¤Ï¤³¤Î¸½¾Ý¤ÏȯÀ¸¤·¤Þ¤» ! ¤ó¡£¤Þ¤¿¤³¤ÎÌäÂê¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤È¤Î²èÌÌÀÚÂؤ¨¤Ë¤è¤Ã¤Æ²óÉü²Äǽ¤Ç ! ¤¹¡£ ! ! LCD ¾å¤Ç¥â¡¼¥É¤Î±¦Ã¼¤¬É½¼¨½ÐÍè¤Ê¤¤¡£ ! ¤³¤Î¸½¾Ý¤ÏÄ̾ï "lcd-center" ¥ª¥×¥·¥ç¥ó¤È´ØÏ¢¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò XF86Config ¤«¤é¼è¤ê½ü¤¯¤È¡¢ÌäÂ꤬²ò¾Ã¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£Ê̤θ¶°ø¤È¤·¤Æ¡¢À½Â¤¼Ô¤¬¥Ñ¥Í¥ë¤ÎÂ礭¤µ¤ò´Ö°ã¤Ã¤Æ EGA ¥³¥ó¥½ ! ¡¼¥ë¥â¡¼¥É¤È¤·¤Æ»Å¹þ¤ó¤À¾ì¹ç¤Ë¤âȯÀ¸¤·¤Þ¤¹¡£ "fix_panel_size" ¥ª ! ¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤Æ modeline ¤Î¿ôÃͤ«¤é¥Ñ¥Í¥ë¥µ¥¤¥º¥ì¥¸¥¹¥¿¤ÎÆâÍÆ ! ¤òÃÖ¤­´¹¤¨¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£ "HP OmniBook 5000" ¤ª¤è¤Ó "NEC ! Versa 4080" ¤Î 2 ¤Ä¤Îµ¡´ï¤Ç¡¢¤³¤ÎÌäÂê¤ÎȯÀ¸¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 24bpp ¥â¡¼¥É¤Î»þ¡¢ TFT ²èÌ̤ˤۤΤ«¤ËÀ֤ߤ¬¤«¤«¤ë¡£ ! X ¥µ¡¼¥Ð¤Ï TFT ¤Î¥Ð¥¹¤ò 24 ¥Ó¥Ã¥È¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹¡£¤Û¤Î¤«¤ËÀÖ¤ß ! ¤¬¤«¤«¤ë¤Î¤Ï¤³¤Î²¾Ä꤬Àµ¤·¤¯¤Ê¤¤¾ì¹ç¤Ç¤¹¡£¤³¤ÎÌäÂê¤Ï ! "use_18bit_bus" ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç²ò·è¤·¤Þ¤¹¡£¤³¤ÎÈ¿ÂФâ ! ¤¢¤ê¤¦¤ë¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ 24bpp ¤Î TFT ¥Ð¥¹¤Ë ! "use_18bit_bus" ¤ò»ÈÍѤ¹¤ë¤È²èÌ̤ˤۤΤ«¤ËÀ֤ߤ¬¤«¤«¤ê¤Þ¤¹¡£¤³¤Î ! ¥ª¥×¥·¥ç¥ó¤Ï TFT ¤Ë¤·¤«¸ú²Ì¤¬¤Ê¤¤¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 16¡¢24 ¤Þ¤¿¤Ï 32bpp ¤Ç X ¤òµ¯Æ°¤Ç¤­¤Ê¤¤¡£ ! ¤Þ¤º¡¢»ØÄꤷ¤¿¥â¡¼¥É¤Ç 16/24/32bpp ¤ò»È¤¨¤ëµ¡´ï¤Ç¤¢¤ë¤«¤É¤¦¤«³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤¡£Â¿¤¯¤Î±Õ¾½¥Ç¥£¥¹¥×¥ì¥¤¤Ç¤Ï 24bpp ¤ò°·¤¨¤Þ¤»¤ó¡£ ! ¤Þ¤¿ 16/24bpp ¤ò»È¤¦¤Ë¤Ï 65540 °Ê¾å¡¢ 32bpp ¤ò»È¤¦¤Ë¤Ï 65550 °Ê ! ¾å¤¬É¬ÍפǤ¹¡£¥â¡¼¥É¤Ë»È¤¦¥Ó¥Ç¥ª¥á¥â¥ê¤Ï 8bpp ¤Î¤½¤ì¤¾¤ì 2/3/4ÇÜ ! ɬÍפǤ¹¡£¤½¤ì¤¾¤ì¤Î¥â¡¼¥É¤Ç X ¥µ¡¼¥Ð¡¼¤òµ¯Æ°¤¹¤ë»þ¤ÎÀµ¤·¤¤¥ª¥× ! ¥·¥ç¥ó¤ò¼¡¤Ë¼¨¤·¤Þ¤¹¡£ ! ! startx -- -bpp 16 5-6-5 RGB ('64K color', XGA) ! startx -- -bpp 16 -weight 555 5-5-5 RGB ('Hicolor') ! startx -- -bpp 24 8-8-8 RGB truecolor ! ! HiQV ·ÏÎó¤Î¥Á¥Ã¥× (6555x, 68554 ¤Þ¤¿¤Ï 69000) ¤Ç¤Ï¡¢¼¡¤Î¤è¤¦¤Ê»ØÄê ! ¤â²Äǽ¤Ç¤¹¡£ ! ! startx -- -bpp 32 8-8-8 RGB truecolor ! ! ²èÌÌÉÁ²è¥¨¥é¡¼¤äÇȤ¦¤Ä²èÌ̤ʤɤο¤¯¤Î¤«¤¿¤Á¤Ç¸½¤ì¤Æ¤¯¤ë X ¥µ¡¼¥Ð¤Ë¤Ä ! ¤¤¤Æ¤Î°ìÈÌŪ¤ÊÌäÂê¤Ï¡¢¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤Ë´ØÏ¢¤·¤¿¤â¤Î¤Ç¤¹¡£Â¿¤¯¤Î ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥ì¥¸¥¹¥¿¤ÎÀßÄê¤ÏÀøºßŪ¤ËÉÔ°ÂÄê¤Ç¤¹¡£¤È¤Ï¤¤¤¨¹¥±¿ ! ¤Ë¤âƱ¤¸¤«Èó¾ï¤ËÎɤ¯»÷¤¿¥¯¥í¥Ã¥¯¤òȯÀ¸¤µ¤»¤ë¿¤¯¤Î°Û¤Ê¤ë¥ì¥¸¥¹¥¿ÀßÄ꤬ ! ¤¢¤ê¤Þ¤¹¡£Ã±¤Ë»ØÄꤹ¤ë¥¯¥í¥Ã¥¯Ãͤò¾¯¤·Êѹ¹¤¹¤ë¤³¤È¤Ç¡¢¤è¤ê°ÂÄꤷ¤¿°Û¤Ê ! ¤ë¥¯¥í¥Ã¥¯¤òȯÀ¸¤¹¤ë¤è¤¦¤Ë¥¯¥í¥Ã¥¯¥×¥í¥°¥é¥à¤ò¼ê¤Ê¤Å¤±¤ë¤³¤È¤¬²Äǽ¤Ç ! ¤¹¡£Î㤨¤Ð 65.00MHz ¤¬ÉÔ°ÂÄê¤Ç¤¢¤Ã¤Æ¤â 65.10MHz ¤Ï°ÂÄꤷ¤Æ¤¤¤ë¡¢¤È¤¤¤¦ ! ¤³¤È¤â¤¢¤êÆÀ¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢º£¤Þ¤Ç¤ËÀâÌÀ¤·¤Æ¤¤¤Ê¤¤ÌäÂê¤ËÂн褹¤ë¤Ë¤Ï¡¢ ! ¥¯¥í¥Ã¥¯¤ò¤Û¤ó¤Î¾¯¤·¤Å¤Ä¡¢Î㤨¤Ð 0.05MHz ¹ï¤ß¤ËÊѹ¹¤·¤Æ¤ß¤Æ¡¢ÌäÂ꤬²ò ! ¾Ã¤¹¤ë¤«¤É¤¦¤«»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£Ê̤ÎÊýË¡¤È¤·¤Æ¡¢ 65550 °Ê¹ß¤Î¥Á¥Ã¥×¤Ç ! ¤Ï "use_vclk1" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤ß¤ë¤Î¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¤½¤Î¾¤Î²èÌÌÉÁ²è¤Ë´Ø¤¹¤ëÌäÂê¤ËÂФ·¤Æ¤Ï¡¢ "noaccel" ¤Þ¤¿¤Ï "no_bitblt" ! ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£²èÌÌɽ¼¨¤ËÌäÂ꤬ȯÀ¸¤·¤¿¾ì¹ç¡¢¤¹¤Ù¤Æ¤Î ! ¥é¥Ã¥×¥È¥Ã¥×¥³¥ó¥Ô¥å¡¼¥¿¤ÇÍ­¸ú¤Êµ»¤Ï LCD/CRT ɽ¼¨²èÌÌÀÚÂؤ¨¤Ç¤¹¡£ (ÄÌ ! ¾ï¥Õ¥¡¥ó¥¯¥·¥ç¥ó¥­¡¼ 5 È֤ˤè¤Ã¤Æ¼Â¹Ô¤Ç¤­¤Þ¤¹) ! ! ¤³¤Îʸ½ñ¤Ëµ­ºÜ¤Î̵¤¤¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂ꤬ȯÀ¸¤·¤¿¾ì¹ç¡¢¤â¤·¤¯¤Ï¹â®²½µ¡ ! ǽ¤Ë¥Ð¥°¤òȯ¸«¤·¤¿¾ì¹ç¤Ë¤Ï¡¢ XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤ò¤È¤Ã¤Æ¤ß¤Æ²¼¤µ¤¤¡£ ! (¸½ºß¤³¤Î¥É¥é¥¤¥Ð¤ÎÊݼé¤Ï dbateman@eng.uts.edu.au ¤ª¤è¤Ó ! Egbert.Eich@Physik.TH-Darmstadt.DE ¤¬¹Ô¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£) ¤â¤·¤¯ ! ¤Ï¡¢Usenet ¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× "comp.windows.x.i386unix" ¤ËÅê¹Æ¤·¤Æ²¼¤µ ! ¤¤¡£ ! ! 7. ÀÕǤÊü´þÀ¼ÌÀ ! ! XFree86 ¤ÎÄ󶡤¹¤ë¥½¥Õ¥È¥¦¥§¥¢¤Ï¡¢ÍøÍѼԤ¬¼«Ê¬¼«¿È¤Ç¥Ï¡¼¥É¤Ë»½ý¤òÍ¿¤¨ ! ¤ë¤³¤È¤òµöÍƤ¹¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£³«È¯¼Ôã¤Ï¤½¤¦¤¤¤¦¤³¤È¤¬µ¯¤­¤Ê¤¤¤è¤¦ ! ¤ËÅØÎϤ·¤Æ¤Ï¤¤¤Þ¤¹¤¬¡¢¤³¤Î¥½¥Õ¥È¤Ë¤è¤ëÇ¡²¿¤Ê¤ë»½ý¤Ë¤Ä¤¤¤Æ¤â¡¢Á´¤Æ¤ÎÀÕ ! Ǥ¤òÊü´þ¤·¤Æ¤¤¤Þ¤¹¡£»ÈÍѤ˺ݤ·¤Æ¤Ï½¼Ê¬Ãí°Õ¤·¤Æ²¼¤µ¤¤¡£ Xserver ¤¬²èÌÌ ! ¤ò¾Æ¤¤¤Æ¤¤¤ë¤È´¶¤¸¤¿¾ì¹ç¤Ë¤Ï¡¢¤¹¤°¤ËÅŸ»¤òÀڤäƲ¼¤µ¤¤¡£ ! ! 8. ¼Õ¼­ ! ! ¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤Îºî¼Ô¤òÂåɽ¤·¤Æ¡¢³«È¯Ãæ¤Ë Chips and Technologies ¼Ò¤« ! ¤éÄ󶡤µ¤ì¤¿»Ù±ç¤ËÂФ·¤Æ´¶¼Õ¤·¤Þ¤¹¡£ ! ! 9. Ãø¼Ô ! ! ¼ç¤Ê¹×¸¥¼Ô (½çÉÔƱ) ! ! o Nozomi Ytow ! ! o Egbert Eich ! ! o David Bateman ! ! o Xavier Ducoin ! ! ¹×¸¥¼Ô (½çÉÔƱ) ! ! o Ken Raeburn ! ! o Shigehiro Nomura ! ! o Marc de Courville ! ! o Adam Sulmicki ! ! o Jens Maurer ! ! ¤³¤Î¥µ¡¼¥Ð¤¬ XFree86 3.2 ¤Ë´Þ¤Þ¤ì¤ë¤è¤¦¤Ë¤Ê¤ë°ÊÁ°¤«¤é¥Ð¥°¥ì¥Ý¡¼¥È¤ÈÅ° ! ÄìŪ¤Ê¥Æ¥¹¥È¤Ë¤è¤Ã¤Æ³«È¯¤Ë¹×¸¥¤·¤Æ¤¯¤À¤µ¤Ã¤¿¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤Î¿¤¯¤Î³§ ! ¤µ¤ó¤Ë¤â´¶¼ÕÃפ·¤Þ¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips,v 1.1.2.3 1999/11/26 15:23:16 hohndel Exp $ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤µ¤ó¤Ë¤è¤ë ! xc/programs/Xserver/hw/xfree86/doc/sgml/chips.sgml,v 3.12.2.6 ! 1997/07/28 14:17:31 ¤ÎÆüËܸìÌõ¤ò¥Ù¡¼¥¹¤Ë¡¢º´Ìî Éð½Ó ( Taketoshi Sano ! ) ¤¬ XFree86 ! 3.3.3 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤Ë ! xc/programs/Xserver/hw/xfree86/doc/sgml/chips.sgml,v 3.12.2.12 ! 1998/11/07 13:52:45 ¤òÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦ ! ¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻²¼¤µ ! ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢ ! ¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤¬½êÍ­¤·¤Þ¤¹¤¬¡¢Ê¸¾ÏÆâÍƤˤĤ¤¤Æ¤ÎÉÔ¶ñ¹ç¤Ï»ä (º´ ! Ìî) ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus:3.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus:3.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus:3.1.2.1 Wed Jun 2 17:50:58 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus Sat Nov 27 02:23:17 1999 *************** *** 1,1056 **** ! Cirrus ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Harm Hanemaayer (H.Hanemaayer@inter.nl.net), Randy Hendry ! (randy@sgi.com) (64xx), Corin Anderson (corina@the4cs.com) ! 5 November 1998 ! The X Japanese Documentation Project ! 18 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ´ðËÜÀßÄê ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! 6. ``cl64xx'' ¥É¥é¥¤¥Ð ! 7. "cirrus" ¥É¥é¥¤¥Ð¤Ç¤Î¥È¥é¥Ö¥ëÂкö ! 8. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! 9. ¥É¥é¥¤¥Ð¤ÎÊѹ¹ ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! ! Cirrus ¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÍѤˤϡ¢"cirrus" ¤È "cl64xx" ¤È¸Æ¤Ð¤ì¤ë2¤Ä¤Î°Û¤Ê ! ¤ë SVGA ¥É¥é¥¤¥Ð¤¬¤¢¤ê¤Þ¤¹¡£ "cirrus" ¥É¥é¥¤¥Ð¤Ï 256 ¿§¤Î(¥¢¥¯¥»¥é¥ì¡¼ ! ¥¿ÉÕ¤­)SVGA ¥µ¡¼¥Ð¤È(¥¢¥¯¥»¥é¥ì¡¼¥¿Ìµ¤·)Çò¹õ¥µ¡¼¥Ð¤ÇÍѤ¤¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¥Ï¡¼¥É¥¦¥§¥¢¹½À®¤Ë¤è¤Ã¤Æ¤Ï¡¢SVGA ¥µ¡¼¥Ð¤Ï 16, 24, 32bpp ¤Î truecolor ! ¥â¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£"cl64xx" ¥É¥é¥¤¥Ð¤Ï 256 ¿§¤Î SVGA ¥µ¡¼¥Ð¤È 16 ! ¿§¥µ¡¼¥Ð¡¢Çò¹õ ¥µ¡¼¥Ð¤ÇÍѤ¤¤é¤ì¤Æ¤¤¤Þ¤¹¡£ÆäËÃǤäƤ¤¤Ê¤¤¸Â¤ê¤Ï¡¢¤³¤Î ! ʸ½ñ¤Ç¤Ï "cirrus" ¥É¥é¥¤¥Ð¤Ë¤Ä¤¤¤Æµ­½Ò¤·¤Æ¤¤¤ë¤â¤Î¤È¤·¤Þ¤¹¡£¼¡¤Î ! Cirrus Logic À½¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! CL-GD5420 ! ISA SVGA ¥Á¥Ã¥×¥»¥Ã¥È, 1M¥Ð¥¤¥È; ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 45 MHz ! (256 ¿§¥µ¡¼¥Ð)¡£³ÈÄ¥½ñ¤­¹þ¤ß¥â¡¼¥É¤Ë¤è¤ë¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½(¤³¤Î ! ¥µ¡¼¥Ð¤Ç¤Ï¡¢¥¹¥¯¥í¡¼¥ë¤ÈÅɤê¤Ä¤Ö¤·¤ËÍѤ¤¤Æ¤¤¤Þ¤¹)¡£¤³¤Î¥Á¥Ã¥× ! ¥»¥Ã¥È¤Ï 256 ¿§¤Î 1024x768 ¥Î¥ó¥¤¥ó¥¿¡¼¥ì¡¼¥¹¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤»¤ó¡£ ! ! CL-GD5422 ! 5420¤Î²þÎÉÈÇ(32 ¥Ó¥Ã¥ÈÆ⢥á¥â¥ê¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹)¡£ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤Ï 80 MHz ¤Ç¤¹¡£ ! ! CL-GD6205/6215/6225/6235 ! 5420 ¤È¤Û¤Ü¸ß´¹¤Î¥é¥Ã¥×¥È¥Ã¥×ÍÑ¥Á¥Ã¥×¥»¥Ã¥È¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 25 ! MHz ¤Î¤ß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹(³°Éô¥Ç¥£¥¹¥×¥ì¥¤¤Ç¤Ï¤½¤ì°Ê¾å¤â²Äǽ)¡£ ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤Ã¤¿»þ¤Ëµ¯¤³¤ëÌäÂ꤬¤¤¤¯¤Ä¤«Êó¹ð¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹(Æä˳°ÉÕ¤±¥Ç¥£¥¹¥×¥ì¥¤»ÈÍÑ»þ)¡£"noaccel" ¥ª¥×¥·¥ç¥ó¤òÄ´¤Ù¤Æ ! ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! CL-GD6420/6440 ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï 542x ¥·¥ê¡¼¥º¤È¤Ï¸ß´¹¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢ ! "cl64xx" ¥É¥é¥¤¥Ð¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏºÇ¶á ! ¤Î¥é¥Ã¥×¥È¥Ã¥×¤ËÅëºÜ¤µ¤ì¤Æ¤ª¤ê¡¢ÀΤΠCirrus ¥Á¥Ã¥×¥»¥Ã¥È ! (5410/AVGA2)¤È»÷¤¿Éôʬ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¾¤Î 64xx ! ¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ·¤Æ¤âÆ°ºî¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ËÂФ¹¤ëÀßÄêÍÑ ! ¤Î¼±ÊÌ»Ò¤Ï "cl6420" ¤È "cl6440" ¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ë¤Ä¤¤¤Æ¤Ï ! ¡Ö``cl64xx ¥É¥é¥¤¥Ð''¡×¥»¥¯¥·¥ç¥ó¤Ç¾Ü¤·¤¯ÀâÌÀ¤·¤Þ¤¹¡£ ! ! CL-GD5424 ! ´ðËÜŪ¤Ë¤Ï 5422 ¤Î VLB ÈǤǤ¹¤¬¡¢5426 ¤Ë»÷¤Æ¤¤¤ëÅÀ¤â¤¤¤¯¤Ä¤«¤¢¤ê ! ¤Þ¤¹¡£ ! ! CL-GD5426 ! ISA ¥Ð¥¹¤È VLB ξÊý¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤ê¡¢2M ¥Ð¥¤¥È¤Þ¤Ç¥á¥â¥ê¤òÅëºÜ ! ¤Ç¤­¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÀ­Ç½¤ò¸þ¾å¤µ¤»¤ë¤Ë¤Ï BitBLT ¥¨¥ó¥¸¥ó ! ¤òÅëºÜ¤·¤Æ¤¯¤À¤µ¤¤(BitBLT ¤Ï²èÁüžÁ÷¤È¥Æ¥­¥¹¥Èɽ¼¨¤ËÍ­¸ú¤Ç¤¹)¡£ ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¾å¸Â¤Ï 85 MHz ¤Ç¤¹¡£ ! ! CL-GD5428 ! 5426 ¤Î²þÎÉÈǤǤ¹¡£ ! ! CL-GD5429 ! 5428 ¤Î²þÎÉÈǤǡ¢¤è¤ê¹â¤¤ MCLK Ãͤò¸ø¼°¤Ë¥µ¥Ý¡¼¥È¤·¡¢¥á¥â¥ê¥Þ¥Ã ! ¥×¥É I/O ¤òÅëºÜ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! CL-GD5430 ! 5429 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢543x ¤Î¥³¥¢¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹(32 ¥Ó¥Ã¥È¥Û¥¹¥È¥¤ ! ¥ó¥¿¥Õ¥§¡¼¥¹)¡£64 ¥Ó¥Ã¥È¥á¥â¥ê¥â¡¼¥É¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! CL-GD5434 ! 64 ¥Ó¥Ã¥ÈÆ⢥á¥â¥ê¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»ý¤Ã¤¿ `Alpine' ¤Î·ÏÎó¤Î¥Á¥Ã ! ¥×¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¤Ï¡¢2M ¥Ð¥¤¥È¤Î¥á¥â¥ê¤òÅëºÜ¤¹¤ë¤È 64 ¥Ó¥Ã¥È¥â ! ¡¼¥É¤·¤«¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó¡£1M ¥Ð¥¤¥È¤·¤«¥á¥â¥ê¤òÀѤó¤Ç¤¤¤Ê¤±¤ì¤Ð ! À­Ç½¤Ï¸·¤·¤¯À©¸Â¤µ¤ì¤Þ¤¹¡£110 MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È ! ¤·¤Þ¤¹(¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ï 135 MHz ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£ ! ! CL-GD5436 ! ¹âÅ٤˺ÇŬ²½¤·¤¿ 5434 ¤Ç¤¹¡£ ! ! CL-GD5440 ! CL-GD5430 ¤Ë»÷¤Æ¤ª¤ê¡¢CL-GD5430 ¤È¤·¤Æ¸¡½Ð¤µ¤ì¤Þ¤¹¡£ ! ! CL-GD5446 ! Alpine ·ÏÎó¤Î2¼¡¸µ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î°ì¤Ä¤Ç¡¢CL-GD5436 ¤Ë»÷¤Æ¤¤¤Þ ! ¤¹¡£ ! ! CL-GD5480 ! Ʊ´ü¥°¥é¥Õ¥£¥Ã¥¯¥¹RAM(SGRAM)¤ò¥µ¥Ý¡¼¥È¤·¤¿¡¢Alpine ·ÏÎó¤Î¿·¤·¤¤ ! ¥Á¥Ã¥×¤Ç¤¹¡£ ! ! CL-GD5462, CL-GD5464 and CL-GD5465 ! Laguna VisualMedia ·ÏÎó¤Î 2 ¼¡¸µ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Ç¤¹¡£¤³¤ì¤é¤Î¥Á¥Ã ! ¥×¥»¥Ã¥È¤Ï Rambus RDRAM ¥á¥â¥ê¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£CL-GD5462 ¤Ï 64 ! ¥Ó¥Ã¥È 2 ¼¡¸µ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Ç¤¢¤ê¡¢BitBlit ¥¨¥ó¥¸¥ó¤È¥Ó¥Ç¥ª¥¦¥£ ! ¥ó¥É¥¦(¸½ºß¤Î¥µ¡¼¥Ð¤Ç¤Ï»ÈÍѤ·¤Æ¤¤¤Þ¤»¤ó)¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ë ! Âбþ¤·¤Æ¤¤¤Þ¤¹¡£Çò¹õ¥â¡¼¥É¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£CL-GD5464 ¤Ï ! Laguna ·ÏÎó¤Î¼¡¤Î¥Á¥Ã¥×¤Ç¡¢ CL-GD5465 ¤ÎºÇ¿·¤Î¥Á¥Ã¥×¤Ç¤¹¡£¤É¤Á¤é ! ¤â¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Þ¤·¤¿¤¬¥Æ¥¹¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! CL-GD7541/7542/7543/7548 ! 5428/3x ¤È°ìÉô¸ß´¹À­¤¬¤¢¤ë¥é¥Ã¥×¥È¥Ã¥×ÍѤΥÁ¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£¤¤¤¯ ! ¤Ä¤«¤Î´Ä¶­¤Ç¥Æ¥¹¥È¤Ï¹Ô¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢Á´¤Æ¤Î´Ä¶­¤ÇÀµ¤·¤¯Æ°ºî¤¹¤ë¤ï ! ¤±¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹¡£ ! ! CL-GD7555 ! ¤³¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ¤Ï¡¢754x ·ÏÎó¤Î 64 ¥Ó¥Ã¥È³ÈÄ¥¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£¤¿¤À¤·¥µ¥Ý¡¼¥È¤ÏÀ©¸ÂÉÕ¤­¤Ç¡¢¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¼«Æ°¸¡½Ð ! ¤â¹Ô¤ï¤ì¤Þ¤»¤ó¡£ Chipset "clgd7555" ¤È¤¤¤¦¹Ô¤Ç»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿§¤Î¿¼¤µ¤½¤ì¤¾¤ì¤Ë¤Ä¤¤¤Æ¤ÎºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤΥꥹ¥È ! ¤ò¼¨¤·¤Þ¤¹: ! ! ! ! ! ! Çò¹õ 8 bpp(256¿§) 16 bpp 24 bpp 32 bpp ! CL-GD62x5 45 MHz 45 MHz ! CL-GD5420 80 MHz 45 MHz (1) ! CL-GD542x/512K 80 MHz 45 MHz ! CL-GD5422/24 80 MHz 80 MHz 40 MHz 27 MHz ! CL-GD5426/28 85 MHz 85 MHz 45 MHz (2) 28 MHz ! CL-GD5429 85 MHz 85 MHz 50 MHz 28 MHz ! CL-GD5430 85 MHz 85 MHz 45 MHz (2) 28 MHz ! CL-GD5434/1Mb 85 MHz 85 MHz 42 MHz 28 MHz ! CL-GD5434/2Mb 85 MHz 110/135 MHz 85 MHz 28 MHz 45/50 MHz (2) ! CL-GD5436/1Mb 85 MHz 110 MHz (3) 60 MHz (3) 40 MHz (3) ! CL-GD5436/2Mb 85 MHz 135 MHz 85 MHz 85 MHz (3) 60 MHz (3) ! CL-GD5446/1Mb 85 MHz 110 MHz (3) 60 MHz (3) 40 MHz (3) ! CL-GD5446/2Mb 85 MHz 135 MHz 85 MHz 85 MHz (3) 60 MHz (3) ! CL-GD5462 170 MHz 170 Mhz 170 MHz 170 MHz 135 MHz ! CL-GD5464/65 170 MHz 230 Mhz 170 MHz 170 MHz 135 MHz ! CL-GD5480 85 MHz 200 MHz 100 MHz 100 MHz 50 MHz ! CL-GD754x 80 MHz 80 MHz 40 MHz (4) (5) ! ! (1) ¥á¥â¥ê¤¬ 512K ¤Î¾ì¹ç ! (2) ¹â¤¤ MCLK ÃͤòÀßÄꤹ¤ë¤È 50 MHz¡£ ! (3) ¥á¥â¥ê¥¯¥í¥Ã¥¯¤Ë°Í¸¤·¤Þ¤¹¡£ ! (4) ¤³¤ÎÃͤϰìÉô¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ¤ÏÄ㤹¤®¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! (5) Í­¸ú¤Ë¤·¤Æ¥Æ¥¹¥È¤¹¤ì¤Ð¡¢¤³¤Î¿¼¤µ¤Ç¤â¼ÂºÝ¤ËÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ! ! ! ! Âç¤Þ¤«¤Ë¸À¤¦¤È¡¢²¾ÁÛŪ/ʪÍýŪ¤Ê²èÌ̲òÁüÅ٤ϥӥǥª¥á¥â¥ê¤ÎÎ̤ÎÀ©Ìó¤ò¼õ ! ¤±¤Þ¤¹: ! ! ! Çò¹õ 8 bpp 16 bpp 24 bpp 32 bpp ! 256K 800x600 640x400 ! 512K 1152x900 800x600 640x400 ! 1024K 1600x1200 1152x900 800x600 680x510 ! 2048K 2304x1728 1600x1200 1152x900 960x720 800x600 ! 4096K 2304x1728 2272x1704 1600x1200 1360x1020 1152x900 ! ! ! ! ! 546x ¥Á¥Ã¥×¤Î¾ì¹ç¡¢¾å¤Îɽ¤Ï¤¢¤Þ¤êÀµ³Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£²¾ÁÛ²èÌ̤ÎÉý¤ÏǤ ! °Õ¤Ç¤¹¤¬¡¢²èÌ̤ΥԥåÁ ¤ò¼¡¤Îɽ¤Î¤¦¤Á¡¢ºÇ¤â¶á¤¤ÃͤËÀÚ¤ê¾å¤²¤Þ¤·¤ç¤¦¡£ ! ½¾¤Ã¤Æ¡¢²èÌ̾å¤Î³Æ¹Ô¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤Ïñ¤Ëɽ¼¨¤ò¹Ô¤¦¤À¤±¤ÎÎ̤è¤ê¤â¿¤¯¤Î ! ¥Ó¥Ç¥ª¥á¥â¥ê¤òɬÍפȤ·¤Þ¤¹¡£¥Ó¥Ç¥ª¥á¥â¥ê¤òºÇÂç¸Â»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î¥Ô¥¯¥» ! ¥ëÉý¤Îɽ¤«¤é²¾Áۥǥ¹¥¯¥È¥Ã¥×¤ÎÉý¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! 8bpp: 640, 1024, 1280, 1664, 2048, 2560, 3328, 4096, 5120, 6656 ! 16bpp: 320, 512, 640, 832, 1024, 1280, 1664, 2048, 2560, 3328 ! 24bpp: 640, 1024, 1280, 1664, 2048, 2560, 3328, 4096, 5120, 6656 ! 32bpp: 160, 256, 320, 416, 512, 640, 832, 1024, 1280, 1664 ! ! ! ! ! ¾¤Î Cirrus À½¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢²¾ÁÛ ! ²èÌ̤ÎÉý¤ò 32 ¤ÎÇÜ¿ô¤Ë¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£¥â¥Ë¥¿¤Î¿åÊ¿Êý¸þ¤Î¥¿¥¤¥ß¥ó¥° ! ¤Ï 2048 °Ê²¼¤Ë¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! ¤è¤êÂ礭¤¤¿§¤Î¿¼¤µ¤Ç XF86_SVGA ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¡¢¼¡¤Î¥ª¥×¥·¥ç¥ó¤ò X ¥µ ! ¡¼¥ÐÅϤ·¤Æ¤¯¤À¤µ¤¤: ! ! ! startx -- -bpp 16 5-6-5 RGB ('6Ëü4À鿧', XGA) ! startx -- -bpp 16 -weight 555 5-5-5 RGB ('Hicolor') (5462 ¤Ç¤Ï»È¤¨¤Þ¤»¤ó) ! startx -- -bpp 24 8-8-8 RGB truecolor ! startx -- -bpp 32 8-8-8 XRGB truecolor (543X/46/6X ¤Î¤ß) ! ! ! ! ! 2. ´ðËÜÀßÄê ! ! ! `XF86Setup' ¤ä`xf86config' ¥×¥í¥°¥é¥à¤ò»ÈÍѤ·¤Æ XF86Config ¥Õ¥¡¥¤¥ë¤ò ! À¸À®¤¹¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤Î¥×¥í¥°¥é¥à¤Ï¹â²òÁüÅÙ, 8bpp ¤ÎÆ°ºî¤¹¤ë ! ÀßÄê¤òºîÀ®¤·¤Æ¤¯¤ì¤Þ¤¹¡£»ÈÍѤ¹¤ë¥â¥Ë¥¿¤Ë¡¢¤è¤êŬ¤·¤¿¥â¡¼¥É¥¿¥¤¥ß¥ó¥° ! ÃÍ(Îã: 1152x900¥â¡¼¥É)¤ò Monitor ¥»¥¯¥·¥ç¥ó¤Ëµ­Æþ¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó¤Ë´Ø¤¹¤ë¾Ü¤·¤¤ÀâÌÀ¤Ï¼¡¤Î¥»¥¯¥·¥ç¥ó¤Ç¹Ô¤¤¤Þ¤¹¤Î¤Ç¡¢ ! ¤³¤³¤Ç¤Ï´ðËÜŪ¤Ê¤â¤Î¤Ë¤Ä¤¤¤Æ´Êñ¤Ë½Ò¤Ù¤Þ¤¹¡£ ! ! Á´¤Æ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤ª¤¤¤Æ¡¢Clockchip "cirrus" ¹Ô¤òDevice ¥»¥¯¥·¥ç¥ó¤Ë ! ½ñ¤¯¤ÈÊØÍø¤Ê¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤³¤¦¤·¤Æ¤ª¤¯¤È¡¢¥µ¡¼¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¸Ç ! Äê¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÁȤ߹ç¤ï¤»¤ÎÃ椫¤éÁª¤Ö¤Î¤Ç¤Ï¤Ê¤¯¡¢Ç¤°Õ¤Î¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î»ØÄê¤Ï¡¢Äã²òÁüÅ٥⡼¥ÉÍÑ¤Ë 12.6 MHz ¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»È¤¤¤¿¤¤¾ì¹ç¤ËɬÍפˤʤê¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò ! »ÈÍѤ¹¤ë¤È¡¢¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤¬ÉÔ°ÂÄê¤Ë¤Ê¤Ã¤Æ¤ª¤«¤·¤Ê¸½¾Ý¤¬µ¯¤³¤ë¤³¤È¤¬¤¢ ! ¤ë¤Î¤Ç¡¢ÀäÂФËɬÍפʻþ¤À¤±»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! BitBLT ¥¨¥ó¥¸¥ó¤òÀѤó¤À¥Á¥Ã¥×Á´¤Æ¤ËÂФ·¤Æ¡¢¿·¤·¤¤ XAA(XFree86 ! Acceleration Architecture)¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥³¡¼¥É¤Ï¤Þ¤À¥Ù¡¼¥¿Ãʳ¬ ! ¤Ç¤¹¡£¥°¥é¥Õ¥£¥Ã¥¯¥¹¤ÎºÆÉÁ²è¤¬¤¦¤Þ¤¯¤¤¤«¤Ê¤¤¾ì¹ç¡¢"noaccel" ¥ª¥×¥·¥ç¥ó ! ¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ "no_mmio" ! ¤Ç½½Ê¬¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¿§¤Î¿¼¤µ 16bpp, 24bpp 32bpp ¤ÇÆ°ºî¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¡¢¤Þ¤¿ 8bpp »þ¤Î ! À­Ç½¤ò¸þ¾å¤µ¤»¤ë¤¿¤á¤Ë¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! PCI ¥Ð¥¹´Ä¶­¤Ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî¥â¡¼¥É¤Ç¤¹¡£¤³ ! ¤ì¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï "nolinear" ¤ò»ØÄꤷ¤Þ¤¹¡£Â¾¤Î¥¿¥¤¥×¤Î¥Ð¥¹¤Î¾ì¹ç¡¢°ì ! ÈÌŪ¤Ë¤Ï¥í¡¼¥«¥ë¥Ð¥¹¾å¤Î 543x ¤Ç»ÈÍѲÄǽ¤Ç¤¹¡£¤Þ¤¿¡¢¥·¥¹¥Æ¥à¤Î¥á¥â¥ê¤¬ ! 16Mb ¤¤¤«¤Ç¤¢¤ì¤Ð¡¢¥í¡¼¥«¥ë¥Ð¥¹¤Î 542x ¤È ISA ¤Î 543x ¥«¡¼¥É¤Ç¤â»ÈÍÑ²Ä ! ǽ¤Ç¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï "linear" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¤·¡¢ ! ¤¿¤Ö¤ó Membase ¤Î¥¢¥É¥ì¥¹¤â»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¾Ü¤·¤¤ÀâÌÀ¤Ë¤Ä¤¤ ! ¤Æ¤Ï¡¢¸å¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Alpine ·ÏÎóÁ´¤Æ¤Î¥«¡¼¥É¤ËÂФ·¤Æ¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤Ï¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî ! ¥â¡¼¥É¤Ç¤¹¡£5429 ¤Î¾ì¹ç¤Ë¤Ï¡¢"mmio" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥á¥â¥ê¥Þ¥Ã¥×¥È ! I/O ¤òÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¤¬¡¢¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢ÆɼԤΤߤʤµ¤ó¤¬ 546x ¥Á¥Ã¥×¤ò¤ª»ý¤Á¤Ê¤é¤Ð¡¢¤³¤ì¤Ï ! PCI ¥Ð¥¹¤« AGP ¥Ð¥¹¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¾ì¹ç¤Ï¡¢¥á¥â¥ê¥Þ¥Ã¥× ! ¥È I/O ¤ä¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¶õ´Ö¤¬¥·¥¹¥Æ¥à¥á¥â¥ê¤È¾×Æͤ·¤Æ¤¤¤Æ¤âÌä ! Âê¤Ï¤¢¤ê¤Þ¤»¤ó¡£PCI ¶õ´Ö¤Ï 4GB ¶á¤¯¤Î¥¢¥É¥ì¥¹¤Þ¤Ç¥Þ¥Ã¥×¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! mmio ¤È ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ï¥·¥¹¥Æ¥à¾å¤ÇÁ´¤¯´³¾Ä¤·¤Ê¤¤¤Î¤Ç¡¢ ! "linear", Membase, "mmio" ¥ª¥×¥·¥ç¥ó¤Ï̵»ë¤µ¤ì¤Þ¤¹(¥á¥â¥ê¥Þ¥Ã¥×¤È I/O ! ¤È¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ÎξÊý¤¬»È¤ï¤ì¤Þ¤¹)¡£ ! ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! `Clocks' ¥³¥Þ¥ó¥É¤Ï»È¤ï¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¥¯¥í¥Ã¥¯¤Ï¸ÇÄê(¤Ä¤Þ¤ê¡¢¸¡½Ð¤Ï¹Ô ! ¤ï¤Ê¤¤)¤Ç¤¹¤·¡¢(³Æ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëºÇÂ祯¥í¥Ã¥¯Ãͤò½ü¤¤ ! ¤Æ)¥«¡¼¥É¤Ë¤è¤ëÊѲ½¤â̵¤¤¤Ï¤º¤Ç¤¹¡£ ! ! °Ê²¼¤Ëµó¤²¤ë¥ª¥×¥·¥ç¥ó¤Ï¡¢Cirrus ¥É¥é¥¤¥ÐÀìÍѤΤâ¤Î¤Ç¤¹¡£¥ª¥×¥·¥ç¥ó¤Ï ! ¤½¤ì¤¾¤ì¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î `svga' ¥É¥é¥¤¥Ð¤Î¥»¥¯¥·¥ç¥óÆâ¤Î¡¢¥ª¥× ! ¥·¥ç¥ó¤òŬÍѤ¹¤ë¿§¤Î¿¼¤µ¤Î Screen ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£(Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ë¤³¤È¤Ë¤è¤ê¡¢Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ç¥ª¥×¥·¥ç ! ¥ó¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹)¡£ ! Option "noaccel" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥¿¥ì¡¼¥¿µ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤¬Ìò¤ËΩ¤Ä¤Î¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Î¥Ð¥°¤ä¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ÃÍ¡¢Â®¤¤ DRAM ¤Î¥¿¥¤¥ß¥ó¥°Åù¤Ë´ØÏ¢¤¹¤ëÌäÂê¤ËÂн褹¤ë»þ¤Ç¤¹¡£¤¿¤À ! ¤·¡¢À­Ç½¤Ï°­¤¯¤Ê¤ê¤Þ¤¹(¤½¤ì¤Ç¤â¡¢¥í¡¼¥«¥ë¥Ð¥¹¤Ç¤ÏÌäÂê¤Ê¤¤¤Ç¤·¤ç ! ¤¦)¡£ ! ! Option "fast_dram" "med_dram" ! "slow_dram" (5424/6/8/9, 543x, 5446, 546x)" ¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó ! ¤Ï¡¢Æ⢥á¥â¥ê¥¯¥í¥Ã¥¯(MCLK, ¤¿¤À¤· 546x ¤Î¾ì¹ç¤Ï BCLK) ¥ì¥¸¥¹¥¿ ! ¤Ë¾¤Î¿ôÃͤòÀßÄꤹ¤ë¤â¤Î¤Ç¤¹¡£ÉáÄÌ¤Ï BIOS ¤Ë¥×¥í¥°¥é¥à¤µ¤ì¤Æ¤¤¤ë ! ¥Ç¥Õ¥©¥ë¥ÈÃͤʤéÂç¾æÉפǤ¹¤¬¡¢¤É¤¦¤·¤Æ¤âɬÍפǤʤ¤¸Â¤ê¤Ï¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ç̵Ãã¤ò¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! "fast_dram" ¥ª¥×¥·¥ç¥ó¤Ï¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÆ⢥á¥â¥ê¥¯¥í¥Ã¥¯(MCLK)¥ì ! ¥¸¥¹¥¿¤ÎÃͤò¤è¤ê¹â¤¯ÀßÄꤷ¤Þ¤¹(ºÇ¶á¤Î¥Á¥Ã¥×¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç½½Ê¬¹â ! ¤¤Ãͤò»È¤Ã¤Æ¤¤¤Þ¤¹)¡£Ä̾¤³¤Î¥ì¥¸¥¹¥¿¤Ë¿¨¤ë¤³¤È¤Ï¤Ê¤¤¤Î¤Ç¤¹ ! ¤¬¡¢É¸½à¤Î CL-GD542x BIOS ¤Ï¤³¤Î¥ì¥¸¥¹¥¿¤ò¤¤¤¯¤é¤«Ä㤤¦(¥Á¥Ã¥× ! ¤Î»ÅÍͤÇÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹)¤ÎÃͤ˽é´ü²½¤¹¤ë¤è¤¦¤Ç¤¹¡£¤³¤ÎÃͤ¬Ä㤤 ! ¤È¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¥â¡¼¥É¤Î»þ¤ËÀ­Ç½¤Ë°­±Æ¶Á¤¬½Ð¤Þ¤¹¡£¤³¤Î±Æ¶Á ! ¤Ï¡¢³ÈÄ¥ RAS ¥¿¥¤¥ß¥ó¥°¤¬»È¤ï¤ì¤ë(¤³¤ì¤Ï¥µ¡¼¥Ð¤¬¸¡½Ð¤ò¹Ô¤¦»þ¤Ë¼¨ ! ¤µ¤ì¤Þ¤¹)¾ì¹ç¤ËÆä˸²Ãø¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Å¬ÀÚ¤«¤É¤¦¤«¤ò·èÄê ! ¤¹¤ëºÝ¤Ë¤Ï¡¢DRAM ¤Î¼ÂºÝ¤Î®Å٤ϷèÄêŪ¤ÊÍ×ÁǤǤϤ¢¤ê¤Þ¤»¤ó¡£¤¢¤ë ! CL-GD5426 ¥Ù¡¼¥¹¤Î¥«¡¼¥É(MCLK ¤ò¤³¤ÎÃÍ(0x22)¤ËÀßÄꤹ¤ë¤¿¤á¤Î DOS ! ¤Î¥É¥é¥¤¥Ð¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹)¤Ï 80ns ¤Î DRAM ¤òÅëºÜ¤·¡¢³ÈÄ¥ RAS ¥¿ ! ¥¤¥ß¥ó¥°¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¤¬¤Ï¡¢¹â¤¤ MCLK ÃͤǤâ°ÂÄꤷ¤ÆÆ°ºî¤¹¤ë¤è¤¦ ! ¤Ç¤¹¡£ ! ! ¥«¥¹¥¿¥Þ¥¤¥º¤µ¤ì¤¿ BIOS ¤¬É¸½àÃͤǤʤ¤¹â¤¤Ãͤؤνé´ü²½¤ò¹Ô¤¦(¼ç ! ¤Ëͭ̾¤É¤³¤í¤Î)¥«¡¼¥É¤¬¤¢¤ê¤Þ¤¹¡£ ! ! "slow_dram" ¥ª¥×¥·¥ç¥ó¤Ï¡¢MCLK ¤òɸ½à¤Î CL-GD542x BIOS ¤¬»È¤¦ ! ÃÍ(0x1c)¤ËÀßÄꤷ¤Þ¤¹¡£MCLK ¤ÎÃͤ¬¹â¤¹¤®¤ë¤È¡¢¥¹¥¯¥ê¡¼¥ó¤Ë¤Á¤é¤Ä ! ¤¯¥Ô¥¯¥»¥ë¤Î½Ä¼Ê¤¬¤Ç¤­¤¿¤ê¡¢¥Æ¥­¥¹¥È¤Ë¤ª¤«¤·¤Ê¥Ô¥¯¥»¥ë¤¬¸½¤ï¤ì¤¿ ! ¤ê¡¢ X ¤ò½ªÎ»¤·¤¿¸å¤Ë¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Õ¥©¥ó¥È¤Î¥Ô¥¯¥»¥ë¤¬·ç¤±¤ë ! ¤È¤¤¤¦¸½¾Ý¤¬µ¯¤­¤Þ¤¹(MCLK ¤òÄ㤹¤®¤ëÃͤˤ·¤Æ¤â¡¢¤è¤¯»÷¤¿¸½¾Ý¤¬µ¯ ! ¤­¤ë¤³¤È¤¬¤¢¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! µ¯Æ°»þ¤Ë¥É¥é¥¤¥Ð¤Ï MCLK ¥ì¥¸¥¹¥¿¤ÎÃͤòɽ¼¨¤·¤Þ¤¹(¤³¤ÎÃͤò¤Þ¤º³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤)¡£¤Þ¤¿¡¢¥ì¥¸¥¹¥¿¤ÎÃͤ˲¿¤é¤«¤ÎÊѲ½¤¬¤¢¤ì¤Ð¡¢¤½¤ì ! ¤âɽ¼¨¤·¤Þ¤¹¡£ ! ! ŵ·¿Åª¤Ê MCLK ¤ÎÃÍ: ! ! 0x1c (50 MHz) ! ¤³¤ì¤ÏÉáÄÌ¡¢BIOS ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹¡£"slow_dram" ¥ª¥×¥·¥ç¥ó¤Ç ! ¶¯À©»ØÄê¤Ç¤­¤Þ¤¹¡£ ! ! 0x1f (55 MHz) ! "med_dram" ¥ª¥×¥·¥ç¥ó¤Ç»ÈÍѤ¹¤ëÃͤǤ¹¡£ 542x ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç ! °·¤¨¤ëºÇÂçÃͤϡ¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤¹¤ì¤Ð°·¤¨¤ë¤è¤¦ ! ¤Ç¤¹¡£ ! ! 0x22 (60 MHz) ! ¤Û¤È¤ó¤É¤Î(³ÈÄ¥ RAS)542x ¥«¡¼¥É¤Ç¤Ï°·¤¨¤ë¤È»×¤ï¤ì¤ëÃͤǤ¢¤ê¡¢ ! "fast_dram" ¥ª¥×¥·¥ç¥ó¤Ç»È¤ï¤ì¤Þ¤¹¡£ ! ! 542x ¥Á¥Ã¥×¤Î¸ø¼°¤ÊºÇÂç¼þÇÈ¿ô¤Ï 50 MHz ¤Ç¤¹¡£5434 ¤Î¸ø¼°»ÅÍͤǤâ ! 50 MHz (0x1c) ¤Ç¡¢5429 ¤È 5430 ¤Î¾ì¹ç¤Ï¤¿¤Ö¤ó 60Hz(0x22)¤Ç¤¹¡£¸½ ! ºß¤Î¥ê¥Ó¥¸¥ç¥ó¤Î 5434(E °Ê¹ß)¤Ï 64 MHz ¤Î MLCK ¤ò¥°¥é¥Õ¥£¥Ã¥¯¥¹ ! ¥â¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤·¡¢¥É¥é¥¤¥Ð¤Ï¤³¤ì¤ò¼«Æ°Åª¤Ë¥×¥í¥°¥é¥à¤·¤Þ¤¹¡£¤³ ! ¤ì¤¬ÌäÂê¤ò°ú¤­µ¯¤³¤·¤¿¾ì¹ç¤Ï "slow_dram" ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! DRAM ¤Î¥Ð¥ó¥ÉÉý¤Ç·è¤á¤ë¥¯¥í¥Ã¥¯¤Î¾å¸Â¤Ë¤Ä¤¤¤Æ¡¢¥É¥é¥¤¥Ð¤Ï MLCK ! ¤â¹Íθ¤·¤Þ¤¹¡£ ! 564x ¥Á¥Ã¥×¤Î¾ì¹ç¡¢BCLK ¤Ï Rambus ¥¢¥¯¥»¥¹¥¯¥í¥Ã¥¯¤Ç¤¹¡£Åµ·¿Åª¤Ê ! ÃÍ¤Ï 258 MHz ¤«¤é 300 MHz ¤ÎÈϰϤˤ¢¤ê¤Þ¤¹¡£ÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤Ë ! ¤Ï(¹õ¤¤»Ô¾¾ÌÏÍͤ¬²èÌ̤Ëɽ¼¨¤µ¤ì¤ëÅù)¡¢"med_dram" ¥ª¥×¥·¥ç¥ó¤« ! "slow_dram" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤É¤ó¤Ê¾ì¹ç¤Ç¤¢¤ì¡¢ÌäÂꤵ¤¨µ¯¤­¤Ê¤±¤ì¤Ð(À­Ç½¤ä¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤Ç¤Î°ÂÄêÀ­)¡¢DRAM ´Ø·¸¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤¤¤Ë±Û¤·¤¿¤³¤È¤Ï¤¢¤ê¤Þ ! ¤»¤ó¡£ ! ! ! Option "no_bitblt" ! 5426/28/29/3x/46/6x/754x ¤Ç»ÈÍѤ¹¤ë¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï BitBLT ! ¥¨¥ó¥¸¥ó¤Î»ÅÍͤò̵¸ú¤Ë¤¹¤ë¸ú²Ì¤¬¤¢¤ê¤Þ¤¹¤¬(5424 ¤Ç¤Ï¸ú²Ì¤Ï¤¢¤ê¤Þ ! ¤»¤ó)¡¢°ìÉô¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Ï¤½¤Î¤Þ¤Þ¤Ç¤¹¡£¤³¤ì¤Ï BitBLT ! ¥¨¥ó¥¸¥ó¤ò»È¤¦µ¡Ç½¤Ë´ØÏ¢¤¹¤ëÌäÂê¤ËÂн褹¤ëºÝ¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£À­Ç½ ! ¤ÏÃø¤·¤¯°­¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! Option "no_imageblt" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÍѤ¤¤é¤ì¤Ê¤¯¤Ê¤ê¤Þ¤·¤¿¡£"xaa_no_color_exp" ¥ª¥× ! ¥·¥ç¥ó¤Î¸ú²Ì¤Ï¤¤¤¯¤é¤«»÷¤Æ¤¤¤Þ¤¹¡£ ! ! chipset "clgd54xx" ! ¶¯À©Åª¤ËÍ¿¤¨¤é¤ì¤¿¥Á¥Ã¥×¥»¥Ã¥È¤ò¸¡½Ð¤·¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤Î ! ¤Ë¤¦¤Þ¤¯¸¡½Ð¤µ¤ì¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦»þ¤ä¡¢¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¸ß´¹¤È»×¤ï¤ì¤ë̤¥µ¥Ý¡¼¥È¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦»þ¤ËÊØ ! Íø¤Ç¤¹¡£ ! ! videoram 1024 (¤Þ¤¿¤ÏÊ̤ÎÃÍ) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¸¡½Ð¤·¤¿¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤ò¾å½ñ¤­¤·¡¢»ØÄꤵ¤ì¤¿ÎÌ ! ¤Î¥á¥â¥ê¤¬¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë¤Õ¤ê¤ò¤·¤ÆÆ°ºî¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤¬Ìò¤ËΩ¤Ä¤Î¤Ï¡¢¥á¥â¥ê 2MB ¤Î¥«¡¼¥É¤Ë¤ª¤¤¤Æ DRAM ¤Î¹½À®¤¬¥É¥é¥¤ ! ¥Ð¤¬¾å°Ì¤Î¥á¥â¥êÎΰè¤òÍ­¸ú¤Ë¤¹¤ëÊýË¡¤È¸ß´¹¤Ç¤Ê¤¤»þ¤ä¡¢¥á¥â¥ê¤Î¸¡ ! ½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤»þ¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç¹Ô ! ¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Option "fifo_conservative" (5424/6/8/9/3x/46/6x/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ(>= 65 MHz)¤ËÂФ¹¤ë CRT ¤Î ! FIFO ¤ÎïçÃͤò°ÂÁ´Â¦¤ÎÃͤËÀßÄꤷ¡¢À­Ç½¤ÏÍî¤Á¤ë¤â¤Î¤Î¡¢¼Ê¤¬¸÷¤Ã¤¿ ! ¤ê¡¢²èÌ̤¬Íɤ줿¤ê¡¢¥¹¥¯¥ê¡¼¥ó¾å¤Ç¿åÊ¿Êý¸þ¤Ëɽ¼¨¤¬·«¤êÊÖ¤·¤¿ ! ¤ê(Æäˡ¢¤³¤Î¸½¾Ý¤Ï¥¹¥¯¥í¡¼¥ëÅù¤Î BitBLT Áàºî¤ò¹Ô¤Ã¤Æ¤¤¤ëÅÓÃæ¤Ë ! µ¯¤³¤ê¤Þ¤¹)¤¹¤ë¤È¤¤¤Ã¤¿ÌäÂê¤ò¤¿¤Ö¤ó´ËϤ·¤Þ¤¹¡£ ! ! Option "fifo_aggressive" (5424/6/8/9/3x/46/6x/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï CRT ¤Î FIFO ¤ÎïçÃͤò´í¸±Â¦¤ÎÃͤËÀßÄꤷ¤Þ¤¹¡£¤Ä ! ¤Þ¤ê¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬Ä㤤»þ¤Ë»È¤¦¤Î¤ÈƱ¤¸Ãͤˤ·¤Þ¤¹¡£ÍýÏÀŪ¤Ë ! ¤Ï¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¤»þ¤ÎÀ­Ç½¤¬Îɤ¯¤Ê¤ê¤Þ¤¹¤¬¡¢ÂçÄñ¤Î¾ì¹ç¤Ï¸ú ! ²Ì¤¬¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¡¢546x ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¿åÊ¿¤Î¼Ê¤¬ ! ¸º¤Ã¤¿¤ê¡¢¤½¤Î¾¤Îɽ¼¨¤¬¤ª¤«¤·¤¯¤Ê¤ëÌäÂê(ɽ¼¨¤¬º¸¤Ë¤º¤ì¤ëÅù)¤ò²ò ! ·è¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ! Option "no_2mb_banksel" (542x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥É¥é¥¤¥Ð¤Ï 2M ¥Ð¥¤¥È¥«¡¼¥É¤Î¾å°Ì 1M ʬ¤Î ! ¥á¥â¥ê¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤Î¡ÖDRAM ¥Ð¥ó¥¯ÁªÂò¡×¥Ó¥Ã¥È¤ÎÀßÄê¤ò¹Ô¤¤¤Þ ! ¤»¤ó¡£¤³¤ì¤Ï 1MB °Ê¾å¤Î¥á¥â¥ê¤ò»È¤¦²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÀßÄê¤ò¹Ô¤Ã¤Æ ! ¤¤¤ë»þ¤Ë¡¢512x8 ¤Î DRAM ¤òÀѤó¤Ç¤¤¤ë¥Þ¥·¥ó¤Ç¤ÏÌò¤ËΩ¤Ä¤Ç¤·¤ç ! ¤¦(256Kx4/16 DRAM ¤Î¾ì¹ç¤Ë¤ÏÌò¤ËΩ¤Á¤Þ¤»¤ó)¡£ ! ! Option "probe_clocks" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥«¡¼¥É¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤθ¡½Ð¤ò¶¯À© ! Ū¤Ë¹Ô¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ïɬ¤º¤·¤âɬÍפǤϤ¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦ ! ¤Î¤â¡¢Cirrus À½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏÁ´¤Æ¤Î¥¯¥í¥Ã¥¯Ãͤ¬¸ÇÄ꤫¤ÄƱ¤¸ÃÍ ! ¤À¤«¤é¤Ç¤¹¡£ ! ! Clockchip "cirrus" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥â¡¼¥É¤¬»È¤¦¥¯¥í¥Ã¥¯¤Ï¼«Æ°Åª¤ËÁªÂò¤µ¤ì¤Þ ! ¤¹¡£Clocks ¹Ô¤ò»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï 320x200 ¤Î ! ¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤ËÂФ·¤Æ 12.5 MHz ¤ò»È¤¦¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£ ! °ìÉô¤Î¼þÇÈ¿ô¤ÏÉÔ°ÂÄê(¥¹¥¯¥ê¡¼¥ó¤¬¡ÖÇÈÂǤġ×)¤«¤â¤·¤ì¤Ê¤¤ÅÀ¤ËÃí°Õ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£°ÂÄê¤À¤ÈÊݾڤǤ­¤ë¤Î¤Ï(¥Ç¥Õ¥©¥ë¥È¤Î¥¯¥í¥Ã¥¯ÃͤΤè ! ¤¦¤Ë)¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¼þÇÈ¿ô¤À¤±¤Ç¤¹¡£ ! ! Option "linear" (VL-bus ÍÑ 542x/6/8/9/3x/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡Á´ÂΤò¾å°Ì¥¢¥É¥ì¥¹¤Î¥·¥¹¥Æ¥à¥á¥â¥ê¤ò ! ±Û¤¨¤ëÉôʬ¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¡¢SVGA ¤Î¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤òÉÔÍפˤ·¤Þ ! ¤¹¡£¤³¤ì¤Ë¤è¤ê 256 ¿§¥â¡¼¥É»þ¤ÎÀ­Ç½¤Ï¸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¡¢¸½ºß¤Ï ! 16bpp, 24bpp, 32bpp »þ¤Ë¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬É¬ÍפǤ¹¡£¾Ü¤·¤¯ ! ¤Ï¥»¥¯¥·¥ç¥ó 4 ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! Option "nolinear" (PCI ¥Ð¥¹ÍÑ 542x/6/8/9/3x/754x) ! PCI ¥Ð¥¹ÍѤΥÁ¥Ã¥×Á´¤Æ¤Ë¤Ä¤¤¤Æ¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥Ç¥Õ¥©¥ë¥È ! ¤ÎÁàºî¥â¡¼¥É¤Ç¤¹¡£¤³¤Î¤è¤¦¤Ê¹½À®¤Î¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥¢ ! ¥É¥ì¥Ã¥·¥ó¥°¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Membase 0x00e00000 (¤Þ¤¿¤ÏÊ̤Υ¢¥É¥ì¥¹) (542x/6/8/9/3x/46/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍýŪ¤Ê¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò ! ÀßÄꤷ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê ! ¤ê¤Þ¤»¤ó¡£ PCI ¤Ç¤Ê¤¤¥«¡¼¥É¤Ç¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤¦¾ì¹ç¤Ë ! ¤Ï¡¢¤³¤Î»ØÄ꤬ɬÍפǤ¹¡£ ! ! Option "favour_bitblt" (5426 only) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï»È¤ï¤ì¤Ê¤¯¤Ê¤ê¤Þ¤·¤¿¡£ ! ! Option "mmio" (5429, 7548) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢543x/5429 ¤¬ BitBLT ¥¨¥ó¥¸¥ó¤È¤ä¤ê¤È¤ê¤ò¤¹¤ë¤È ! ¤­¤Ë¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢¾¯¤·Â®¤¯ ! ¤Ê¤ê¤Þ¤¹¡£ BitBLT ¥¨¥ó¥¸¥ó¤ò»È¤ï¤Ê¤¤»þ(Î㤨¤Ð¡¢"no_bitblt" »ÈÍÑ ! »þ)¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̵¸ú¤Ç¤¹¡£ ! ! Option "no_mmio" (543x/4x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî¥â¡¼¥É¤Ç¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò ! »È¤¦¥Á¥Ã¥×¤ËÂФ·¤Æ¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Option "sw_cursor" (542x/3x/46/6x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Á¥Ã¥×¤Îµ¡Ç½¤Ç¤¢¤ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤· ! ¤Þ¤¹¡£¥«¡¼¥½¥ë¤¬¤ª¤«¤·¤¤»þ¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Þ¤·¤ç¤¦¡£Æà ! ¤Ë¡¢5434/6 ¤Ç 85MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»È¤¦»þ¤Ë¤Ï¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ò»î¤·¤Þ¤·¤ç¤¦¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¤Ï¤³¤Î¥¯¥í¥Ã¥¯¤Ç¤Ï¥Ï ! ¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¥µ¥Ý¡¼¥È¤¬´°Á´¤Ç¤Ï¤Ê¤¤¤«¤é¤Ç¤¹¡£ ! ! Option "clgd6225_lcd" ! 62x5 ¤ò»È¤Ã¤Æ¤¤¤ë°ìÉô¤Î¥Î¡¼¥È PC ¤Ë¤ª¤±¤ëÇò¿§¤ÎºÇÂçÃͤ˴ؤ¹¤ëÌä ! Âê¤ò²óÈò¤¹¤ë¤¿¤á¤Î¥ª¥×¥·¥ç¥ó¤Ç¤¹¡£ ! ! Option "no_pixmap_cache" ! (BitBLT ¥Á¥Ã¥×Á´¤Æ¤Ë¤ª¤¤¤Æ)XAA ¤ò»È¤Ã¤Æ¤¤¤ë»þ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! XAA ¤Ë¤ª¤±¤ë¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤ò»È¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì ! ¤Ë¤è¤ê¡¢ÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Î°ìÉô¤ËÂнè¤Ç¤­¤Þ¤¹¡£ ! ! Option "xaa_no_color_exp" ! XAA ¤ò»È¤Ã¤Æ¤¤¤ë»þ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XAA ¤¬¥Ï¡¼¥É¥¦¥§¥¢¤Î¿§Å¸³« ! µ¡Ç½¤ò»È¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤â¡¢ÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Î ! °ìÉô¤ËÂнè¤Ç¤­¤Þ¤¹¡£ ! ! Option "no_stretch" (754x) ! 800x600 ¤Î LCD ¤Ç 640x480 ɽ¼¨¤ò¼«Æ°Åª¤Ë³ÈÂ礹¤ë(¿åÊ¿¡¦¿âľÊý¸þ ! ¤Ë¿­¤Ð¤¹)µ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ! Option "pci_retry" (546x) ! PCI ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ÎÀ­Ç½Ä´Àᵡǽ¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ê ! ¤é¤Ð¡¢¥É¥é¥¤¥Ð¤Î¥³¡¼¥É¤Ï PCI ¥Ð¥¹¤Ç¤Ç¤­¤ë¸Â¤ê®¤¯¥Ç¡¼¥¿¤òÁ÷¤í¤¦ ! ¤È¤·¤Þ¤¹¡£ÂçÄñ¤Î¾ì¹ç¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï°ÂÁ´¤Ç¤¹¤¬¡¢Â¾¤Î PCI ¥Ç¥Ð¥¤ ! ¥¹(PCI ¤Î¥Í¥Ã¥È¥ï¡¼¥¯¥«¡¼¥É¤ä¥µ¥¦¥ó¥É¥«¡¼¥É¡¢SCSI ¥³¥ó¥È¥í¡¼¥é ! Åù)¤ÈÁȤ߹ç¤ï¤»¤¿»þ¤ËÌäÂê¤òµ¯¤³¤¹¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤òÁªÂò¤·¤Æ»þ¤Ï¡¢¤è¤ê°ÂÁ´¤ÊÊýË¡(VGA ¥³¥Þ¥ó¥É¥­¥å¡¼¤Î¥Ý¡¼¥ê¥ó¥°)¤¬ ! »È¤ï¤ì¤Þ¤¹¡£ ! ! ! 4. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î 256 ¿§¥É¥é¥¤¥Ð¤Ïºî¶ÈÍѶõ´Ö¤ò¥Ó¥Ç¥ª¥á¥â¥ê¤Ë³Î ! Êݤ·¤Þ¤¹¡£¤Þ¤¿¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤â¥Ó¥Ç¥ª¥á¥â¥ê¤ò 1K (546x ¤Ç¤Ï 2K) ! »È¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢1024x1024 ¤Î²¾ÁÛ²òÁüÅ٤ϥá¥â¥ê 1MB ¤Î¥Ó¥Ç¥ª¥«¡¼ ! ¥É¤Ç»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¸Å¤¤¥Á¥Ã¥×¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¹â¤¯¤·¤¹¤®¤ë¤È¡¢ÉÁ²è¤Ë»È¤¦¥Ó¥Ç¥ª ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý(542x/3x/46/6x ¤Î¾ì¹ç¡¢¤³¤ÎÎ̤ϵ¯Æ°»þ¤Ëɽ¼¨¤µ¤ì¤Þ¤¹)¤¬ ! ¤Û¤È¤ó¤É¤Ê¤¤»þ¤Ë¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî(ÆÃ¤Ë BitBLT)¤ÎÀ­Ç½¤Ë°­±Æ¶Á¤¬¸½¤ï¤ì ! ¤Þ¤¹¡£542x/3x ¥Á¥Ã¥×¤Î¾ì¹ç¡¢¥Ç¥Õ¥©¥ë¥È¤Î MCLK ÀßÄê(0x1c)¤È 32 ¥Ó¥Ã¥È¥á ! ¥â¥ê¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»È¤¦¤È¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 65 MHz ¤Î»þ¤ÎÀ­Ç½¤Ï¡¢ ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 25MHz ¤Î»þ¤ÎȾʬ¤Ë¤Ê¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£¥á¥â¥ê¤Î¥Ð¥ó ! ¥ÉÉý¤¬Â­¤ê¤Ê¤¯¤Ê¤ê¡¢Æ°ºî¤¬ÃÙ¤¯¤Ê¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢µöÍƤǤ­¤ëÈϰϤǥɥåȥ¯ ! ¥í¥Ã¥¯¤ò¤Ç¤­¤ë¤À¤±Ä㤯¤·¤Þ¤·¤ç¤¦¡£Î㤨¤Ð¡¢14 ¥¤¥ó¥Á¤ä 15 ¥¤¥ó¥Á¤Î¥Ç¥£ ! ¥¹¥×¥ì¥¤¤Ç¤Ï¡¢800x600 ¤ò¹â¤¤¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È(¥É¥Ã¥È¥¯¥í¥Ã¥¯50 MHz)¤Ç ! »È¤¤¡¢Â礭¤Ê²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÈÁȤ߹ç¤ï¤»¤ë¤Î¤â°­¤¯¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! 2MB ¤Î¥á¥â¥ê¤òÀѤó¤Ç¤¤¤ë 5434 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¤ ! »þ¤Ë¤â¤â¤Ã¤È¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£DRAM ¤Î¥Ð¥ó¥ÉÉý¤Ï´ðËÜŪ¤Ë 542x ¥·¥ê¡¼¥º ! ¤ÎÇܤǤ¹¡£543x ¥Á¥Ã¥×¤Ï DRAM ¤Î¥Ð¥ó¥ÉÉý¤ò¤â¤Ã¤ÈÍ­¸ú¤ËÍøÍѤ·¤Þ¤¹¡£Æ±¤¸ ! ¤³¤È¤¬ 544x ¤Ë¤â¸À¤¨¤Þ¤¹¡£ ! ! ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! ! ! ¸½ºß¡¢SVGA ¥µ¡¼¥Ð¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥³¡¼¥É¤Ç¤Ï¡¢ 16bpp, 24bpp, 32bpp ! ¤ò»È¤¦¤Ë¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬É¬Íפˤʤê¤Þ¤¹¡£¿§¤Î¿¼¤µÊ̤ΠScreen ¥» ! ¥¯¥·¥ç¥ó¤Ç Option "linear" ¤ò»ØÄꤹ¤ë¤³¤È¤Ç¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­ ! ¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£MemBase ¤ÎÀßÄê(Device ¥»¥¯¥·¥ç¥ó)¤â¿ʬɬÍ×¤Ç ! ¤¹¡£(¤¿¤À¤·¡¢PCI ¥«¡¼¥É¤Ç¤¢¤ì¤Ð¤³¤ì¤é¤ÎÃͤϼ«Æ°Åª¤ËÁªÂò¤µ¤ì¤Þ¤¹¡£¤³¤Î ! ¤è¤¦¤Ê¥«¡¼¥É¤Ë¤Ï¡¢ 5446, 546x ¤ä 543x ¥Ù¡¼¥¹¤Î°ìÉô¤Î¥«¡¼¥ÉÅù¤¬¤¢¤ê¤Þ ! ¤¹¡£) ¥«¡¼¥É¤ÎÀßÄê¤Ï°Û¤Ê¤ë¤â¤Î¤¬¤¤¤í¤¤¤í¤¢¤ê¤Þ¤¹¡£ ! ! ISA ¥Ð¥¹ÍѤΠ542x/543x ¤ò»È¤Ã¤Æ¤ª¤ê¡¢¤«¤Ä¥·¥¹¥Æ¥à¤Î¥á¥â¥ê¤¬ 16MB °Ê¾å ! ¤Ç¤Ê¤é¤Ð¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¿½¤·Ìõ¤Ê¤¤¤Ç¤¹ ! ¤¬¡¢ 16bpp ¤âÂÌÌܤǤ¹¡£¥á¥â¥ê¤¬ 14MB °Ê²¼¤Ç¤¢¤ì¤Ð¡¢ `MemBase ! 0x00e00000' ¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤ê¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò 14MB ¤Î°ÌÃÖ¤Ë¥Þ¥Ã¥× ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£`e' ¤Î¸å¤Ë¤Ï 0 ¤¬ 5 ¸Ä¤¢¤ê¤Þ¤¹¡£»ÄÇ°¤Ê ! ¤¬¤é¡¢ISA ¥«¡¼¥É¤Î¿¤¯¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! VESA ¥í¡¼¥«¥ë¥Ð¥¹ÍѤΠ5424/26/28/29 ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢ÏäϤâ¤Ã¤ÈÊ£»¨¤Ç ! ¤¹¡£¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ë´Ø¤·¤Æ 2 ¤Ä¤Î°Û¤Ê¤ë¥¿¥¤¥×¤¬¤¢¤ë¤Î¤Ç¤¹¡£ ! ! ! o ISA ¥Ð¥¹¤Î¥«¡¼¥É¤ÈƱÍͤˡ¢16MB °Ê²¼¤ÎÎΰè¤Ë¤·¤«¥Þ¥Ã¥×¤ò¹Ô¤¨¤Ê¤¤¥«¡¼ ! ¥É¡£¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤Ï¤³¤ì¤Ë³ºÅö¤·¤Þ¤¹¡£Æ±¤¸À©¸Â¤¬Åö¤Æ¤Ï¤Þ¤ê¤Þ¤¹ ! (¤Ä¤Þ¤ê¡¢¥·¥¹¥Æ¥à¤Î¥á¥â¥ê¤¬ 16MB ̤Ëþ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)¡£ ! ! o A26 ¥é¥¤¥ó¤ËÀܳ¤·¡¢64MB + 14MB ¤Þ¤¿¤Ï 64MB ¤Î°ÌÃÖ¤Ëɬ¤º¥Þ¥Ã¥×¤ò¹Ô ! ¤¦¥«¡¼¥É¡£¤³¤Î¾ì¹ç¤Ë¤Ï `MemBase 0x04e00000' ¤Þ¤¿¤Ï `MemBase ! 0x04000000' ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î»ØÄê¤Ï¡¢A26 ¥é¥¤¥ó¤ò¼ÂÁõ¤·¤¿ ! VLB ¥Þ¥¶¡¼¥Ü¡¼¥É¤ò»È¤¦¤³¤È¤òÁ°Äó¤Ë¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î°ÌÃÖ¤Ç¤Ï¤Ê ! ¤¯¡¢0x2000000 ¤Ë¥Þ¥Ã¥×¤¹¤ë¥«¡¼¥É¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤·¡¢5429 Åù¤ÎºÇ ! ¶á¤Î¥«¡¼¥É¤ÏÄ̾0x03e00000 (62MB) ¤Ë¥Þ¥Ã¥×¤¹¤ë¤è¤¦¤Ç¤¹¡£ ! ! ÀßÄê¤ò¹Ô¤¦¤Ë¤Ï¤ª¤½¤é¤¯»î¹Ôºø¸í¤¹¤ë¤·¤«Ìµ¤¤¤Ç¤·¤ç¤¦¡£¥·¥¹¥Æ¥à¤Î¥á¥â ! ¥ê¤¬ 16MB ¤è¤ê¾®¤µ¤¤¾ì¹ç¡¢MemBase ¤ÎÃͤò¡Ö¸í¤Ã¤Æ¡×ÀßÄꤹ¤ë¤ÈÁ´¤¯¥° ! ¥é¥Õ¥£¥Ã¥¯¥¹¤¬É½¼¨¤µ¤ì¤Ê¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤Ç¤¹¤¬¡¢Â¿Ê¬ ctrl-alt- ! backspace ¤Î¥­¡¼Áàºî¤Ç¥µ¡¼¥Ð¤ò½ªÎ»¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥á¥â¥ê¤¬ 16MB °Ê¾å¤Î¾ì¹ç¡¢Á°¼Ô¤Î¥¿¥¤¥×¤Î¥«¡¼¥É¤ò»È¤¦¤È(¸å¼Ô¤Î¥¿¥¤¥×¤Ç ! ¤âƬ¤Î°­¤¤ VLB ¥Þ¥¶¡¼¥Ü¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë»þ)¤Ï¥Þ¥·¥ó¤¬¥¯¥é¥Ã¥·¥å¤¹¤ë¤Ç ! ¤·¤ç¤¦(¤¿¤Ö¤óÆÍȯŪ¤Ë¥Ï¡¼¥É¥ê¥Ö¡¼¥È¤·¤Þ¤¹)¡£ ! ! ¥«¡¼¥É¤Î¥¿¥¤¥×¤Ï¼«Ê¬¤ÎÌܤǸ«¤ÆÄ´¤Ù¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¥«¡¼¥É¤Î A26 ¤Ë¥Ô ! ¥ó¤¬¤¢¤ì¤Ð¡¢¤³¤ì¤Ï 64MB °Ê¾å¤Î°ÌÃ֤˥ޥåפò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤ë¤È»×¤ï¤ì¤Þ ! ¤¹¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢¥«¡¼¥É¤ò¼è¤ê½Ð¤·¤Æ¤¯¤À¤µ¤¤¡£VESA ¥í¡¼¥«¥ë¥Ð¥¹¤Î¥Ô ! ¥ó(¤³¤ì¤Ï¥«¡¼¥É¤Î¥¹¥í¥Ã¥È¤Ç¤Ê¤¤Â¦¤Ë¤¢¤ë¾®¤µ¤¤¥³¥Í¥¯¥¿¥Ô¥ó¤Ç¤¹)¤Î±¦Â¦¤ò ! ¸«¤Æ¤¯¤À¤µ¤¤(Á´¤Æ¤Î¥Á¥Ã¥×¤Ï¥Ü¡¼¥É¤Î¤³¤Á¤é¦¤ËÁõÃ夵¤ì¤Þ¤¹)¡£¤³¤³¤Ë¤Ï ! 45 ËܤΥԥ󤬤¢¤ê¤Þ¤¹¡£¤³¤Î¥Ô¥ó¤Ë¤ÏÆ⦤«¤é½ç¤Ë 1 ÈÖ¤«¤é 45 È֤ޤǤÎÈÖ ! ¹æ¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹(¤Ä¤Þ¤ê¥«¡¼¥É¤Îü¤ËºÇ¤â¶á¤¤¥Ô¥ó¤¬ 45È֤Ǥ¹)¡£Æ⦤«¤é ! ¿ô¤¨¤Æ¤¤¤¯¤È¡¢17 ÈÖÌܤΥԥó¤Ï¤¿¤Ö¤ó¤¢¤ê¤Þ¤»¤ó¤¬¡¢18-20ÈÖÌܤΥԥ󤬤¢¤ê ! ¤Þ¤¹¡£21 ÈÖÌÜ¤Î¥Ô¥ó¤¬ A30 ¤Ç¡¢22 ÈÖÌܤ¬ A28, 23ÈÖÌܤ¬ A26 ¤Ç¤¹¡£¤Ä¤Þ ! ¤ê¡¢ 21-23 È֤Υԥ󤬤ʤ±¤ì¤Ð¡¢¤³¤Î¥«¡¼¥É¤Ï 64MB °Ê¾å¤Î°ÌÃÖ¤Ø¤Î¥Þ¥Ã¥Ô ! ¥ó¥°¤Ï¹Ô¤¨¤Þ¤»¤ó¡£21 ÈÖ¤È 22 È֤ΰÌÃ֤˷ä´Ö¤·¤«¤Ê¤¯(¤¢¤ë¤¤¤Ï¡¢¤É¤Á¤é¤â ! ¸ºß¤¹¤ë)¡¢¤«¤Ä 23 È֤ΰÌÃ֤˥ԥ󤬤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥«¡¼¥É¤Ï¤¿¤Ö¤ó ! 64MB ¤ò±Û¤¨¤ë°ÌÃ֤إޥåפò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥«¡¼¥É¾å¤Î¤½¤Î¥Ô¥ó¤Î¶á ! ¤¯¤Ë²óÏ©¤¬¤¢¤ì¤Ð¡¢¤½¤Î²ÄǽÀ­¤Ï¤µ¤é¤Ë¹â¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ¥í¡¼¥«¥ë¥Ð¥¹ÍѤΠ543x ¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ÌäÂê¤Ï¤â¤Ã¤Èñ½ã¤Ë¤Ê¤ê¤Þ¤¹¤¬ ! (Cirrus Logic ¤Î Windows Íѥɥ饤¥Ð¤Ï¤³¤ì¤òÍѤ¤¤Æ¤¤¤Þ¤¹)¡¢¤½¤ì¤Ç¤âÌäÂê ! ¤¬Ìµ¤¤¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! PCI ¥Ð¥¹ÍѤΥ«¡¼¥É¤ò»È¤¦¾ì¹ç¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò³ÊǼ¤¹ ! ¤ë PCI ¹½À®¥ì¥¸¥¹¥¿¤È¤¤¤¦¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£PCI ¥«¡¼¥É¤¬¸¡½Ð¤µ¤ì¤ë¤È¡¢¥É ! ¥é¥¤¥Ð¤Ï¤³¤Î¥ì¥¸¥¹¥¿¤ò¼«Æ°Åª¤ËÆɤ߹þ¤ß¤Þ¤¹¡£`scanpci' ¥×¥í¥°¥é¥à¤ò»È¤¨ ! ¤Ð¡¢PCI ¹½À®¤òÆɤ߽Ф·¡¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤òɽ¼¨¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! VESA ¥í¡¼¥«¥ë¥Ð¥¹¤Î¾ì¹ç¡¢543x ¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¥¢¥É¥ì¥¹¤¬ ! 64MB ¤Ç¤¢¤ê¡¢¥¸¥ã¥ó¥ÑÀßÄê¤Ç 2048MB ¤È 32MB ¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì ! ¤Ë¤Ä¤¤¤Æ¤Ï¿ʬ¥«¡¼¥É¤ËÉÕ°¤ÎÀâÌÀ½ñ¤«¡¢MS-Windows ¤Î system.ini ¥Õ¥¡¥¤ ! ¥ë¤Ë(linearaddr = <¥á¥¬¥Ð¥¤¥Èñ°Ì¤Î¥ª¥Õ¥»¥Ã¥È> Åù¤È)½ñ¤«¤ì¤Æ¤¤¤ë¤È»×¤¤ ! ¤Þ¤¹¡£¤³¤Î¤è¤¦¤ËÀßÄê¤òÊѹ¹¤Ç¤­¤ë»ÅÍͤϡ¢¥¢¥É¥ì¥¹¥Ô¥ó¤Ç¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò ! ÊѤ¨¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤¼ÂÁõ¤Î VLB ¥Þ¥¶¡¼¥Ü¡¼¥É¤¬¤¿¤¯¤µ¤ó¤¢¤ë¤³¤È¤¬Ê¬¤«¤Ã ! ¤¿¸å¤Ë¡¢Cirrus Logic ¤¬Äɲä·¤¿¤â¤Î¤Ç¤¹¡£MemBase ¤¬»ØÄꤵ¤ì¤Ê¤±¤ì¤Ð¡¢ ! ¥É¥é¥¤¥Ð¤Ï¥Ç¥Õ¥©¥ë¥È¤Î 64MB ¤Ç¤¢¤ë¤â¤Î¤È¤·¤Þ¤¹¡£MemBase ¤ÎÀßÄê¤ÎÎã¤ò¤¤ ! ¤¯¤Ä¤«¼¨¤·¤Þ¤¹: ! ! ! MemBase 0x02000000 32Mb ! MemBase 0x04000000 64Mb ! MemBase 0x80000000 2048Mb ! ! ! ! ! ºÇ¸å¤Ë 546x ¥«¡¼¥É¤Î¾ì¹ç¤Ç¤¹¤¬¡¢¤³¤ì¤ò»ý¤Ã¤Æ¤¤¤ë¤Ê¤é±¿¤¬¤¤¤¤¤È¸À¤¨¤Þ ! ¤·¤ç¤¦¡£¿´ÇÛ¤¹¤ë¤è¤¦¤Ê¡ÖÌäÂê¡×¤ÏÁ´¤¯¤¢¤ê¤Þ¤»¤ó¡£546X ¤Ï¾ï¤Ë¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤È¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¡¢4GB ¶á¤¯¤Þ¤Ç¤Î ! ¥á¥â¥ê¥¢¥É¥ì¥¹¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£PCI ËüºÐ! ! ! XAA ¤Î¤ª¤«¤²¤Ç¡¢¸½ºß¤Ï 16bpp ¤È 32bpp ¥â¡¼¥É¤Ç´°Á´¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¤¬¸ú¤­¤Þ¤¹¡£5436/46, 546X ¤Î¤è¤¦¤ÊºÇ¶á¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢24bpp ¤Ç¤â´°Á´¤Ë¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤­¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢É½¼¨¤¹¤ë¥Ó¥Ã¥È¿ô¤Ï 4 ÇܤޤÇÁý ! ¤¨¤Þ¤¹¤¬¡¢X ¥µ¡¼¥Ð¤¬ÃÙ¤¯¤Ê¤ê¤¹¤®¤ë¤³¤È¤Ï¤Ê¤¤¤Ï¤º¤Ç¤¹¡£24bpp ¥â¡¼¥É¤È ! 32bpp ¥â¡¼¥É¤Ï¸Â¤é¤ì¤¿¥«¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤È¡¢¾¯¤Ê¤¯¤È ! ¤â 2MB ¤Î¥á¥â¥ê¤òÀѤó¤Ç¤¤¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Screen" ¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢»È¤¤¤¿¤¤¿§¤Î¿¼¤µ¤½¤ì¤¾ ! ¤ì¤ËÂФ·¤Æ "Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ÇÄêµÁ¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³ ! ¤Î»þ¡¢Modes ¤È²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤â¥µ¥Ö¥»¥¯¥·¥ç¥ó¤´¤È¤Ë»ØÄꤷ¤Þ¤¹¡£ ! Îã(¥Ó¥Ç¥ª¥á¥â¥ê 2MB ¤Î¾ì¹ç)¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ! Section "screen" ! SubSection "Display" ! Depth 8 ! Virtual 1280 1024 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! Option "linear" ! EndSubSection ! SubSection "Display" ! Depth 16 ! Virtual 1024 992 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! Option "linear" ! EndSubSection ! SubSection "Display" ! Depth 32 ! Virtual 832 600 ! ViewPort 0 0 ! Modes "640x480" "800x600" ! Option "linear" ! EndSubSection ! EndSection ! ! ! ! ! ! 6. ``cl64xx'' ¥É¥é¥¤¥Ð ! ! cl64xx ¥É¥é¥¤¥Ð¤Ï¿¤¯¤Î¥é¥Ã¥×¥È¥Ã¥×¤Ç»È¤ï¤ì¤Æ¤¤¤ë cl-gd6440 ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£Î㤨¤Ð¡¢Nan Tan Computer À½¤Î NP9200, NP3600 Åù¤¬¤¢¤ê¡¢¤³ ! ¤Î¥Þ¥·¥ó¤Ï Sager ¤ä ProStar ¤Ë OEM ¶¡µë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢ Texas ! Instruments ¤Î TI4000 ¥·¥ê¡¼¥º¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥â¡¼¥É¤Ï LCD ÀìÍѥ⡼¥É¡¢CRT ÀìÍѥ⡼¥É¡¢¥Á¥Ã¥×¤Î SimulScan ¥â¡¼¥É ! ¤ÇÆ°ºî¤·¤Þ¤¹¡£SimulScan ¥â¡¼¥É¤ò»È¤¦¤È¡¢LCD ¤È³°Éô CRT ¥Ç¥£¥¹¥×¥ì¥¤¤ò ! Ʊ»þ¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£LCD ¥â¡¼¥É¤È SimulScan ¥â¡¼¥É¤Î²òÁüÅÙ¤Ï ! 640x480 ¤Ç¤¹¤¬¡¢CRT ÀìÍѥ⡼¥É¤Ç¤Ïɸ½à VESA ¥â¡¼¥É¤Î 640x480, 600x800, ! 1024x768 ¤¬¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£1024x768 ¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ï¡¢¥Ç¥Ð¥Ã¥° ! ¤ÏÁ´¤¯¤µ¤ì¤Æ¤ª¤é¤º¡¢¥Æ¥¹¥È¤·¤¿¥Þ¥·¥ó¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! ¥É¥­¥å¥á¥ó¥È¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¤³¤Î¥Á¥Ã¥×¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤÎÁàºî¾å¸Â¤Ï¥³¥¢ ! ÅÅ°µ¤Ë´Ø·¸¤·¤Þ¤¹¡£Æäˡ¢5.0V ¤Î»þ¤ÏºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ï 65MHz ¤Ç¡¢ ! 3.3V ¤Î»þ¤Ï 40MHz ¤Ç¤¹¡£¥É¥é¥¤¥Ð¤Ï¥³¥¢ÅÅ°µ¤ò¥Á¥§¥Ã¥¯¤·¡¢ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯ÃͤòÂбþ¤¹¤ëÃͤËÀ©¸Â¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢ºÇÂç²òÁüÅ٤ϥê¥Õ¥ì¥Ã¥·¥å ! ¥ì¡¼¥È¤¬ 60Hz ¤Î»þ¤ËÌó 1024x768 ¤ËÊѤï¤ê¤Þ¤¹¡£Æ⢥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿ ! ¤ò¤³¤ÎÀ©¸Â¤è¤ê¹â¤¯¥×¥í¥°¥é¥à¤µ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥µ¡¼¥Ð¤Î ! µ¯Æ°»þ¤Ë½Ö´ÖŪ¤Ë¥Á¥Ã¥×¤ÎÁàºî¾å¸Â¤ò±Û¤¨¤ë¥¯¥í¥Ã¥¯Ãͤ¬¸¡½Ð¤µ¤ì¤¿¾ì¹ç¤Ëµ¯ ! ¤³¤ê¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢Í­¸ú¤ÊÃͤ¬°ìÅÙÆÀ¤é¤ì¤¿¤é¡¢XF86Config ¤Î Clocks ¹Ô ! ¤ò»È¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ÎÀßÄê¤ò¹Ô¤¦¤È¡¢¥µ¡¼¥Ð¤Îµ¯Æ°»þ´Ö¤â·àŪ¤Ëû ! ¤¯¤Ê¤ê¤Þ¤¹¡£¥¯¥í¥Ã¥¯ÃÍ¤Ï X ¥µ¡¼¥Ð¤Ë -probeonly ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ¼Â¹Ô ! ¤¹¤ì¤Ð¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹(-probeonly ¥ª¥×¥·¥ç¥ó¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¤³¤È ! ¤Ï¡¢XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ¥Ç¡¼¥¿¥·¡¼¥È¤ò¸«¤ë¤È¡¢¥Á¥Ã¥×¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤Î¹½À®¤Ï 1MB ! ¤À¤±¤Ç¤¹¡£¤Ç¤¹¤«¤é¡¢¤³¤ÎÂ礭¤µ¤Ï¥É¥é¥¤¥Ð¤ËľÀÜÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢É¬Í× ! ¤Ç¤¢¤ì¤Ð¡¢¤³¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥µ¥¤¥º¤ò XF86Config ¤Ç¾å½ñ¤­¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£ ! ¤Þ¤¿¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 1M ¤Ê¤é¤Ð¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó(Î㤨¤Ð 1024x1024)¤¬»È¤¨ ! ¤ë¤Ï¤º¤Ç¤¹¤·¡¢¤³¤ì¤Ï CRT ÀìÍÑ¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Ç¤â»È¤¨¤ë¤Ï¤º¤Ç¤¹¡£¤·¤« ! ¤·¡¢LCD ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç(LCD, SimulScan)¤Ïɬ¤º¡¢¥Á¥Ã¥×¤Ï¥Ó¥Ç¥ª RAM ¤Î ! ¾å°Ì¥¢¥É¥ì¥¹¤ÎÉôʬ¤òÆâÉôŪ¤Ê¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¤¿¤á¤Ë»È¤¤¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Ë»È¤¨¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤ÎºÇÂçÃͤÏÌó 0.75 MB ! (1024x768 Åù¤Ç»È¤¨¤Þ¤¹)¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤ò±Û¤¨¤ëÂ礭¤µ¤Î²¾ÁÛ²òÁüÅÙ¤òÀß ! Äꤷ¤¿¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¤¤Æ¤¤¤ëÎΰ褬ɽ¼¨¤µ¤ì¤¿»þ¤Ë¡¢°µ½Ì¤È ! ¥¨¥¤¥ê¥¢¥·¥ó¥°¤¬¤«¤«¤Ã¤¿¼Ê¤È¤Ç¤â¸À¤¨¤ë¤è¤¦¤ÊÊѤʤâ¤Î¤¬É½¼¨¤µ¤ì¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! ¸½ºß¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ï LCD, CRT, SimulScan ´Ö¤Î¥¹¥¯¥ê¡¼¥ó¥â¡¼¥ÉÀÚ¤êÂØ ! ¤¨¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¤Þ¤¿¡¢¾¯¤Ê¤¯¤È¤â NP9200 ¾å¤Ç¤Ï¡¢¤³¤Î¥â¡¼¥É¤Ï ! OS ¤Îµ¯Æ°»þ¤Ç BIOS ¤¬¤Þ¤ÀÍ­¸ú¤Ê»þ¤Ë(Î㤨¤Ð Linux ¤Ê¤é LILO Åù¤Ç)ÁªÂò¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ XF86Config ¥Õ¥¡¥¤¥ë¤Î ModeLine ¥ª¥×¥·¥ç¥ó¤Î¤è¤¦¤Ê ! ¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Î¼ïÎà¤ÎÁªÂò¤òÄɲäò¤Ç¤­¤ë¤è¤¦¤Ë¤·¡¢X ¥µ¡¼¥Ð¾å¤«¤éưŪ ! ¤Ê¥¹¥¯¥ê¡¼¥ó¥â¡¼¥ÉÀÚ¤êÂؤ¨¤ò¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤Ù¤­¤Ç¤¹¡£ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢ ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¸½ºß¤Ï¥Á¥Ã¥×¤¬»ý¤ÄÅŸ»ÀÚÃǤξÊÅÅÎϵ¡Ç½¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤»¤ó¤·¡¢¥¹¥¯¥ê¡¼¥ó¥Ö¥é¥ó¥¯»þ¤Ë LCD ¤Î¥Ð¥Ã¥¯¥é¥¤¥È¤ò¾Ã¤¹µ¡Ç½¤â¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¤³¤ì¤é¤Îµ¡Ç½¤òÁ´¤Æ¼ÂÁõ¤·¤¿¤¤¤È»×¤Ã ! ¤Æ¤¤¤Þ¤¹¡£ ! ! CL-GD6420 ¤Ë´Ø¤¹¤ë¥á¥â: ! ! ¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤Ïɬ¤º¤·¤âÀµ¤·¤¯¸¡½Ð¤µ¤ì¤Þ¤»¤ó¡£¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¥³¡¼¥É ! ¤Ë¤Ï 2 ¤Ä¤ÎÊýË¡¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ÊÒÊý¤Ï»È¤ï¤Ê¤¤¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£Device ¥»¥¯¥·¥ç¥ó¤Î VideoRam ¹Ô¤Ç¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤ò»ØÄꤹ¤ëÊý¤¬ÎÉ ! ¤¤¤Ç¤·¤ç¤¦¡£CRT ¥â¡¼¥É¤ä SimulScan ¥â¡¼¥É¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ 25.175 ! MHz ¤Çɸ½à¤Î 640x480 60Hz ¤Î¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò»È¤¤¤Þ¤·¤ç¤¦¡£LCD ÀìÍÑ¥â ! ¡¼¥É¤Î»þ¤ÏƱ¤¸¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò»È¤¤¤Þ¤¹¤¬¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ï 16.257 ! MHz ¤Ë¤·¤Þ¤·¤ç¤¦¡£É¸½à¤Î 800x600 56Hz ¤â CRT ¥â¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! cl6440 ¤ò ``cl64xx'' ¥É¥é¥¤¥Ð¤Ç»È¤Ã¤ÆÉÔ¶ñ¹ç¤ò¸«¤Ä¤±¤¿¾ì¹ç¤Ë¤Ï¡¢¤Þ¤º ! Randy Hendry ¤ËÏ¢Íí¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 7. "cirrus" ¥É¥é¥¤¥Ð¤Ç¤Î¥È¥é¥Ö¥ëÂкö ! ! ! ¤Þ¤ººÇ½é¤Ë¡¢XF86Config ¤ÇÁªÂò¤·¤¿¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤ò¥â¥Ë¥¿¤¬¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤ë¤³¤È¡¢¤Ä¤Þ¤ê¿åʿƱ´ü¤Î¾å¸Â¤¬Àµ¤·¤¤¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤º ! ¤Ïɸ½à¤Î 25.175 MHz ¤Î¥¯¥í¥Ã¥¯¤Î 640x480x256(¿åʿƱ´ü¤Ë 31.5 ¤À¤±¤ò»Ø ! Äꤷ¤Þ¤¹)¤«¤é»Ï¤á¡¢¤ª»È¤¤¤ÎÀßÄê¤Ç¥É¥é¥¤¥Ð¤¬Æ°ºî¤¹¤ë¤³¤È¤ò³Îǧ¤¹¤ë¤Î¤¬ ! Îɤ¤¤Ç¤·¤ç¤¦¡£»È¤ï¤ì¤ë¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤Ï¾ï¤Ë¥â¡¼¥É¹Ô¤ËºÇ½é¤Ë½ñ¤«¤ì¤¿ ! ¥â¡¼¥É¤Ç¡¢¥¿¥¤¥ß¥ó¥°¤Î¥»¥¯¥·¥ç¥ó¤Î²òÁüÅÙ¤ò»ØÄꤹ¤ë¤¿¤á¤ÎºÇ¤â¹â¤¤¥É¥Ã¥È ! ¥¯¥í¥Ã¥¯ÃͤȤȤâ¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! VESA ɸ½à¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤Ï¡¢°ìÉô¤Î¥â¥Ë¥¿¤ÇÌäÂê¤òµ¯¤³¤¹¤³¤È¤¬¤¢¤ë¤Î ! ¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤(¿åʿƱ´ü¿®¹æ¤òÁý¤ä¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤Ä¤Þ¤ê¿¿¤óÃæ¤Î 2 ! ¤Ä¤Î¿åÊ¿¥¿¥¤¥ß¥ó¥°Ãͤκ¹¤òÂ礭¤¯¤¹¤ë¤«¡¢¤Þ¤¿¤ÏÁ´¤Æ¤Î¿åÊ¿¥¿¥¤¥ß¥ó¥°¤Î¥Ñ ! ¥é¥á¡¼¥¿¤ò 16 ¤« 32 ¤ÎÇÜ¿ô¤Ë¤·¤Þ¤¹)¡£ ! ! ¥Ó¥Ç¥ª¿®¹æ¤¬ÆϤ¤¤Æ¤¤¤ë¤¬¡¢²èÌ̤¬Æ±´ü½ÐÍè¤Ê¤¤¾ì¹ç¡£ ! ¥â¥Ë¥¿¡¼¤¬°·¤¨¤Ê¤¤¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¤¹¡£É¸½à¤Ç¤Ê¤¤¥â¡¼¥É¤ò ! »È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¾¯¤·¿ôÃͤò¤¤¤¸¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥â¥Ë¥¿ ! ¡¼¤¬¼è¤ê°·¤¨¤ëɸ½à¥â¡¼¥É¤Èɸ½à¼þÇÈ¿ô¤Î¾ì¹ç¡¢»÷¤¿¤è¤¦¤Ê¥â¡¼¥É¤È¼þ ! ÇÈ¿ô¤ÎÁȹ礻¤ËÂФ¹¤ëÊ̤ΰۤʤ륿¥¤¥ß¥ó¥°¤ò¸«¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Î¿åÊ¿¤Î¤Ö¤ì ! ¤³¤ÎÌäÂê¤Ï¡¢¥¹¥¯¥í¡¼¥ë¤Î¤è¤¦¤ÊÉÁ²èÁàºî¤¬¹Ô¤ï¤ì¤Æ¤¤¤ë»þ¤Ë¸²Ãø¤Ë¤Ê ! ¤ê¤Þ¤¹¡£ 542x/3x/46/6x/754x ¤ò»È¤¦¾ì¹ç¤Ï¡¢ "fifo_conservative" ! ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ç¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤»þ ! ¤Ï¡¢"fast_dram" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤«¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò²¼¤²¤Æ¤ß¤Æ¤¯ ! ¤À¤µ¤¤¡£¤³¤ì¤Ç¤â½½Ê¬¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢ "noaccel" ¥ª¥×¥·¥ç¥ó¤«¡¢ ! "no_bitblt" ¥ª¥×¥·¥ç¥ó¤¬Â¿Ê¬Í­¸ú¤Ç¤·¤ç¤¦¡£546x ¤ò»È¤Ã¤Æ¤¤¤ë»þ ! ¤Ï¡¢"fifo_aggressive" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ (ÉÁ²èÁàºî ! ¤Ë°Í¸¤·¤Ê¤¤¤Ç)¤¤¤Ä¤â²èÌÌÁ´ÂΤ¬¿åÊ¿Êý¸þ¤ËÇÈÂǤ俤ꡢÍɤ줿¤ê¤¹ ! ¤ë¸½¾Ý¤Ç¤¹¡£¤ª¤½¤é¤¯¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¹¤®¤ë¤Î¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¶á ! ¤¤ MCLK Ãͤ¬¾×Æͤòµ¯¤³¤·¤Æ¤¤¤ë¤³¤È¤â¹Í¤¨¤é¤ì¤Þ¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤ò²¼¤²¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¤º¤é¤·¤Æ¤ß¤Æ¤âÎÉ ! ¤¤¤Ç¤·¤ç¤¦¡£2 ÈÖÌܤοåÊ¿¥¯¥í¥Ã¥¯Ãͤò¤¤¤¯¤é¤«Áý¤ä¤·¤Æ¤ß¤Æ¤¯¤À¤µ ! ¤¤¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬ 65 MHz ¤Î 1024x768 ¥â¡¼¥É(Ìó 60Hz)¤Ç¤Ï¡¢¼¡ ! ¤ÎÃͤ¬Ìò¤ËΩ¤Ä¤Ç¤·¤ç¤¦: ! ! "1024x768" 65 1024 1116 1228 1328 768 783 789 818 ! ! ! Clockchip "cirrus" ¤òÍѤ¤¤Æ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç ! ¤Ï¡¢¤³¤ì¤ò̵¸ú¤Ë¤·¡¢¥Ç¥Õ¥©¥ë¥È¤Î¥¯¥í¥Ã¥¯ÃͤÎÁȹ礻¤ò»È¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! µ¯Æ°¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤·¤Æ¤·¤Þ¤¦(²èÌ̤¬¿¿¤Ã°Å¤Ë¤Ê¤ë¤³¤È¤â¤¢¤ê¤Þ ! ¤¹)¡£ ! "noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤³¤ì¤ÇÆ°ºî¤¹¤ì¤Ð¡¢Â¿¾¯À­ ! ǽ¤¬Îɤ¯¤Ê¤ë "no_bitblt" ¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ BIOS ¤ÎÀßÄ꤬Âç¾æÉ× ! ¤«¤É¤¦¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ÆÃ¤Ë 0xa0000-0xaffff ¤ò¥­¥ã¥Ã¥·¥ó¥°¤· ! ¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£Î¢ DRAM ¤Î¥ê¥Õ¥ì¥Ã¥·¥å¤ò¤ò̵¸ú¤Ë¤·¤Æ¤âÎÉ ! ¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯Áàºî¤Î¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤·¤¿¤ê¡¢¥¹¥¯¥ê¡¼¥ó¤Ë¥´¥ß¤¬ ! »Ä¤ë¡£ ! ¤³¤ÎÌäÂ꤬µ¯¤³¤ë¤È¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤Î¤¤¤º¤ì¤«¤Î¥Ð¥°¤ä¡¢¤¢¤ë¤¤ ! ¤Ï BitBLT ¥¨¥ó¥¸¥ó¤ÎÌäÂê¤Ë´Ø·¸¤·¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ "noaccel" ! ¥ª¥×¥·¥ç¥ó¤ä "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢ ! BIOS ¤ÎÀßÄê¤â³Îǧ¤·¤Þ¤·¤ç¤¦¡£ ! ! ¥µ¡¼¥Ð¤¬ `Blitter timeout' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë¡£ ! Á°¤Î¹àÌܤÈƱ¤¸¤Ç¤¹¡£ ! ! ²èÌ̤¬¿âľÊý¸þ¤Ë¼þ¤ê¹þ¤ó¤Ç¤¤¤ë¡£(542x/3x/46 ¤Î¾ì¹ç) ! DRAM ¤Î¹½À®¤ËÌäÂ꤬¤¢¤ë¤³¤È¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£¥«¡¼¥É¤Ë 2 ¥á¥¬¥Ð¥¤¥È ! ¤Î¥á¥â¥ê¤òÅëºÜ¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢"no_2mb_banksel" ¥ª¥×¥·¥ç¥ó¤ò»î¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¤¿¤À¤·¡¢1 ¥á¥¬¥Ð¥¤¥È¤À¤±¤ò²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Ë»È¤¦¾ì¹ç ! ¤Ï¡¢videoram "1024" ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! üËö¥¦¥£¥ó¥É¥¦¤Îʸ»ú¤¬Êø¤ì¤ë¡£ ! ɸ½à¤Ç¤Ê¤¤¥Ó¥Ç¥ª¤Î¼ÂÁõ¤Ë¤Ä¤¤¤Æ¤³¤ÎÌäÂ꤬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Î¡¼¥È PC ÍÑ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¼Ê¤¬½Ð¤ë¡¢¤¢¤ë¤¤¤Ï¥Ï¥ó¥°¤¹¤ë¡£ ! ¤³¤Î¸½¾Ý¤¬µ¯¤³¤ë¤Î¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¹¤®¤ÆÉÁ²è¤Î¤¿¤á¤Î¥Ð¥ó ! ¥ÉÉý¤¬½½Ê¬¼è¤ì¤Ê¤¤¾ì¹ç(Îã: 512K ¥Ð¥¤¥È¤Î¥«¡¼¥É¤Ç 40MHz ¤ò»È¤¦¾ì ! ¹ç)¤ä¡¢(5422 ¤Î¤è¤¦¤Ê·Á¼°¤Î)¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò»È¤Ã¤Æ¤¤¤ë¾ì ! ¹ç¤Ç¤¹¡£ ! ! »þ¡¹¥Æ¥­¥¹¥È¤Î¥Ô¥¯¥»¥ë¤¬¤ª¤«¤·¤¯¤Ê¤Ã¤¿¤ê¡¢¥¦¥£¥ó¥É¥¦¤ÎÏȤòÆ°¤«¤¹¤È ! ¥´¥ß¥Ô¥¯¥»¥ë¤¬»Ä¤ë¡£ ! ¿ʬ¡¢MCLK ¤ÎÀßÄ꤬¹â¤¹¤®¤ë¤³¤È¤Ë´Ø·¸¤·¤Æ¤¤¤Þ¤¹(¥Ð¥ó¥¯¥â¡¼¥É¤¬Âç ! ¾æÉפǤ⡢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ÇÌäÂê¤Ë¤Ê¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹)¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤¬¸¡½Ð¤Ç¤­¤Ê¤¤¡£ ! »ý¤Ã¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤ËºÇ¤â¶á¤¤¤â¤Î¤Î·¿¤ò¶¯À©Åª¤Ë»ØÄꤷ¤Æ¤ß¤Þ ! ¤·¤ç¤¦¡£ ! ! »þ¡¹¡¢¤ª¤«¤·¤Êû¤¤Àþʬ(¤¿¤¤¤Æ¤¤Çò¤¤¡Ë¤¬É½¼¨¤µ¤ì¤ë ! ¥·¥¹¥Æ¥à¤«¤é¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ËÂФ¹¤ë BitBLT Áàºî¤Ë¤ª¤±¤ëÌäÂê¤Ë´Ø·¸ ! ¤·¤Æ¤¤¤Þ¤¹¡£µ¤¤Ë¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢"no_imageblt" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß ! ¤Þ¤·¤ç¤¦¡£ ! ! ¤¦¤Þ¤¯¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Éü¸µ¤·¤Ê¤¤ ! ¤³¤Î¸½¾Ý¤Ï¤¤¤¯¤Ä¤«¤Î¹½À®¤ÇÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£XFree86 3.1 ¤Ç ! ¤Ï¡¢SVGA ¥µ¡¼¥Ð¤Î¸¡½Ð·ë²Ì¤¬ Chipset ¹Ô¤òÍ׵ᤷ¡¢543x ¤Î¥ì¥¸¥¹¥¿ ! ¤ò²õ¤·¤Æ¤¤¤¿¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ÉáÄ̤ϡ¢¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Õ¥©¥ó¥È¤ò ! ¥»¥Ã¥È¤¹¤ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (Linux ¤Ç¤Ï setfont, runx, ! restorefont)¤ò»È¤Ã¤Æ¥Õ¥©¥ó¥È¤òÉü¸µ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÈó¾ï¤Ë¹â¤¯¤¹¤ë¤È¥·¥¹¥Æ¥à¤ÎÆ°ºî¤¬ÉÔµ¬Â§¤Ë¤Ê¤ë ! ¥«¡¼¥É¤ä¥Þ¥¶¡¼¥Ü¡¼¥É¤ÎÀ߷פ¬°­¤¤¤¿¤á¤Ë¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤ò¹â¤¯¤¹¤ë¤È¥·¥¹¥Æ¥à¤Î¾¤ÎÉôʬ(Îã: ¥Ç¥£¥¹¥¯ I/O)¤È¾×Æͤ¹¤ë ! ¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¸½¾Ý¤Ï 5428 ¥Ù¡¼¥¹¤Î PCI ¥«¡¼¥É¤Î°ìÉô¤Çµ¯ ! ¤³¤Ã¤Æ¤¤¤Þ¤¹(¤³¤ì¤ÏÌÇ¿¤Ë¤¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢5428 ¥Á¥Ã¥×¤Ï ! PCI ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹)¡£ ! ! ¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬É½¼¨¤µ¤ì¤Ê¤«¤Ã¤¿¤ê¡¢¥¹¥¯¥ê¡¼¥ó¤Ë 2 ¤Äɽ¼¨¤µ¤ì¤ë ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¤¾ì¹ç¡¢¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤¬Àµ¤·¤¯Æ°ºî¤·¤Þ¤»¤ó¡£"sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤«¡¢¥¹¥¯¥ê¡¼ ! ¥ó¤Î¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò²¼¤²¤Þ¤·¤ç¤¦¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤Î±¦Ã¼¤ä²¼Ã¼¤Ë¥é¥ó¥À¥à¤Ê¥Ô¥¯¥»¥ë¤ä¥´¥ß¥Ô¥¯¥»¥ë¤¬¸½¤ï¤ì¤ë ! ¤³¤ÎÌäÂê¤ÏÉáÄÌ¡¢¥¹¥¯¥ê¡¼¥ó¤Î¥Ç¥£¥¹¥×¥ì¥¤¥µ¥¤¥º¤è¤ê¤âÂ礭¤¤²¾ÁÛ¥¹ ! ¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤ò»È¤Ã¤Æ¤¤¤ë¤È¤­¤Ëµ¯¤³¤ê¤Þ¤¹¡£¥´¥ß¥Ô¥¯¥»¥ë¤Ï¥Õ¥ì ! ¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î̤»ÈÍѤÎÉôʬ¤Ç¡¢³Æ¥¹¥­¥ã¥ó¥é¥¤¥ó¤¬¥Ð¥¤¥È¶­³¦¤Ë¤Þ¤¿ ! ¤¬¤é¤Ê¤¤¤è¤¦¤ËÄ´À°¤·¤Æ¤¤¤ë·ë²Ì¤È¤·¤Æµ¯¤³¤ê¤Þ¤¹¡£Í¾·×¤Ê¥Ô¥¯¥»¥ë¤ò ! ̵¤¯¤¹¤Ë¤Ï¡¢¥¹¥¯¥ê¡¼¥ó¤Î¥Ô¥¯¥»¥ëÉý¤¬ 128/(bpp ÃÍ) ¤Ç³ä¤êÀÚ¤ì¤ë¤è ! ¤¦¤Êɽ¼¨¥â¡¼¥É¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤¬±¦Ã¼¤Ë¿åÊ¿¤Ë²ó¤ê¹þ¤à(546x) ! ¾å¤Î¹àÌܤÈƱ¤¸¤Ç¤¹¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤¬ºÇ½é¤ÏÀµ¤·¤¯É½¼¨¤µ¤ì¤ë¤¬¡¢¤½¤Î¸å¿¿¤ÃÇò¤Ë¤Ê¤Ã¤Æ¤·¤Þ ! ¤¦(564x)¡£ ! ¤³¤ÎÌäÂê¤ÏÄ̾¿§¤Î¿¼¤µ¤¬Â礭¤¤»þ¤È¥¹¥¯¥ê¡¼¥ó¤¬Â®¤¯½ñ¤­´¹¤¨¤é¤ì ! ¤Æ¤¤¤ë»þ(Ť¤¥Õ¥¡¥¤¥ë¤ò cat ¤Ç½ÐÎϤ·¤Æ¤¤¤ë»þ¤ä¡¢Â礭¤¤¥¦¥£¥ó¥É¥¦ ! ¤ò¤°¤ë¤°¤ë¤ÈÆ°¤«¤·¤Æ¤¤¤ë»þ)¤Ëµ¯¤³¤ê¤Þ¤¹¡£RamBus ¥á¥â¥ê¤¬·ã¤·¤¯»È ! ¤¤¤¹¤®¤Ë¤Ê¤ë¤Î¤Ç¤¹¡£¤Þ¤º¤Ï Option "med_dram" ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¤³¤ì¤Ç¤âÌäÂ꤬²ò·è¤·¤Ê¤±¤ì¤Ð Option "slow_dram" ¤ò»È¤¤¤Þ¤¹¡£ ! ! ¤³¤ì°Ê³°¤Î¥¹¥¯¥ê¡¼¥óÉÁ²è´ØÏ¢¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ¤Ï¡¢"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î ! ¤·¤Æ¤¯¤À¤µ¤¤("no_bitblt" ¤Î¸ú²Ì¤¬Ìµ¤¤¾ì¹ç)¡£ ! ! ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤¤è¤¦¤Ê¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂ꤬À¸¤¸¤¿¾ì¹ç¤ä¡¢ ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­µ¡Ç½¤Î¥Ð¥°¤òȯ¸«¤·¤¿¾ì¹ç¤Ï¡¢XFree86 ¥Á¡¼¥à¤ËÏ¢Íí ! ¤¹¤ë¤«(¸½ºß¤Î¥É¥é¥¤¥Ð¤Î¥á¥ó¥Æ¥Ê¤Ç¤¢¤ë Corin Anderson ¤Ë¤Ï¡¢ ! corina@the4cs.com ¤ÇÏ¢Íí¤Ç¤­¤Þ¤¹)¡¢Usenet ¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! "comp.windows.x.i386unix" ¤ËÅê¹Æ¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÂºÝ¤Î¤È¤³¤í¡¢(À®¸ù¤Ç¤â¼ºÇԤǤâ)Êó¹ð¤ÏÂç´¿·Þ¤Ç¤¹¡£¥Æ¥¹¥È¤¬¤Þ¤À¹Ô¤ï¤ì¤Æ ! ¤¤¤Ê¤¤µ¡´ï¹½À®¤Î¾ì¹ç¤Ï¤Ê¤ª¤µ¤é¤Ç¤¹¡£Êó¹ð¤Ï BetaReport ¥Õ¥©¡¼¥à ! (report@XFree86.org ¤Ë¥á¡¼¥ë¤ò½Ð¤·¤Æ¤¯¤À¤µ¤¤)¤ò»È¤Ã¤Æ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¤½¤Î¤¦¤Á¤Ë www.xfree86.org ¤Ç¸ø³«¤µ¤ì¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÁÀ¤¦¤È¤¤¤¦ ! ¤Î¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ! 8. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! ! ! ¥Ð¡¼¥¸¥ç¥ó 3.3.3 ¤ò¥Æ¥¹¥È¤·¤¿µ¡´ï¹½À®¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! ! CL-GD5446(¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5464(¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5465(¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5480(¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5465(¥á¥â¥ê 4MB, AGP ¥Ð¥¹ÍÑ) ! ! ! ¥Ð¡¼¥¸¥ç¥ó 3.3 ¤Ç¤Ï¡¢°Ê²¼¤Îµ¡´ï¹½À®¤Ç¤¢¤ëÄøÅ٤Υƥ¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹: ! ! ! CL-GD5446(¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! 85 MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£16bpp »þ ! ¤Ë¥¹¥Æ¥£¥×¥ë¤ò¹Ô¤¦¤È¡¢¥¦¥£¥ó¥É¥¦ÏȤÎü¤¬²õ¤ì¤¿¤ê¤ª¤«¤·¤¤¿§¤Çɽ¼¨ ! ¤µ¤ì¤ëÌäÂ꤬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó "xaa_no_pixmap_cache" ! ¤ò»È¤¦¤ÈÌäÂ꤬²ò·è¤·¤Þ¤¹¡£ ! ! ! CL-GD5464(¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD7543(PCI ¥Ð¥¹ÍÑ) ! ! XFree86 3.2A ¤ÇƳÆþ¤µ¤ì¤¿Êѹ¹¤Ë¤Ä¤¤¤Æ¤Î¥Æ¥¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤ëµ¡´ï¹½À®¤Î ! ¥ê¥¹¥È¤ò¼¨¤·¤Þ¤¹¡£°ìÉô¤Îµ¡´ï¤Ë¤Ä¤¤¤Æ¤Ï¥Æ¥¹¥È¤ÎÎ̤¬ÂçÊѾ¯¤Ê¤¯¡¢¤Þ¤È¤á¤Ï ! ÉÔ´°Á´¤Ç¤¹¡£¥Æ¥¹¥È¤Ë¶¨ÎϤǤ­¤ë¤Ê¤é¤Ð¡¢À§È󤽤¦¤·¤Æ¤¯¤À¤µ¤¤¡£ºÇ¿·¤Î¾ðÊó ! ¤òÆÀ¤ë¤Ë¤Ï¡¢¤³¤Î¥É¥­¥å¥á¥ó¥È¤ÎºÇ¿·ÈÇ(www.xfree86.org ¤Ë¤¢¤ê¤Þ¤¹)¤ò ! ¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! CL-GD5426 (VL ¥Ð¥¹ÍÑ) ! ¤³¤Î¹½À®¤Ï¡¢½é´ü¥Ð¡¼¥¸¥ç¥ó¤Î XAA ¥³¡¼¥É¤Ç¤·¤«¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó¡£ ! ! ! CL-GD5434 (¥á¥â¥ê 2MB, VL ¥Ð¥¹ÍÑ) ! MMIO Áàºî¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¹½À®¤Ï½é´ü¥Ð¡¼¥¸¥ç¥ó¤Î XAA ! ¥³¡¼¥É¤Ç¤·¤«¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! CL-GD5436 (¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5446 (¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! MMIO ¥â¡¼¥É¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£32bpp ¥â¡¼¥É¤Ï¤ª¤½¤é¤¯Æ°ºî¤·¤Þ¤» ! ¤ó¡£ 8bpp »þ¤Ë¤Ï 85 MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È¤ÏÆ°ºî¤·¤¿ ! ¤êÆ°ºî¤·¤Ê¤«¤Ã¤¿¤ê¤·¤Þ¤¹¡£ ! ! ! CL-GD5462 (¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5462 (¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5464 (¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! 8bbp, 16bpp, 24bpp, 32bpp ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£CL-GD5464 ¤Ï 16bpp ! ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¤¬¡¢¥ª¥×¥·¥ç¥ó -weight 555 ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! CL-GD7543 (PCI ¥Ð¥¹ÍÑ) ! TFT ¥Ç¥£¥¹¥×¥ì¥¤(TI TravelMate 5000)¤Ç 8bpp, 16bpp ¤¬Æ°ºî¤·¤Þ¤· ! ¤¿¡£Á°¤Î¥Ð¡¼¥¸¥ç¥ó(3.2)¤Ç¤Ï²õ¤ì¤Æ¤¤¤ë¤ÈÊó¹ð¤¬¤¢¤ê¤Þ¤·¤¿¡£Æ°ºî¤¹ ! ¤ë¹½À®¤â¤¢¤ê¤Þ¤¹¤¬¡¢Àµ¤·¤¯Æ°ºî¤·¤Ê¤¤¹½À®¤âÊó¹ð¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£800x600 ¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¿ä¾©ÃÍ¤Ï TFT ¤Î ! ¾ì¹ç¤Ï 40MHz ¤Ç¡¢DSTN ¤Î¾ì¹ç¤Ï 33.7 MHz ¤Ç¤¹¡£¤³¤ì¤ËÂбþ¤¹¤ë¿âľ ! Ʊ´ü¤Ï¡¢TFT ¤Î¾ì¹ç¤Ï 33.7kHz ¤Ç¡¢DSTN ¤Î¾ì¹ç¤Ï 38.6kHz ¤Ç¤¹¡£¤· ! ¤«¤·¡¢VESA ɸ½à¤Î 40MHz 800x600 ¤Î¥¿¥¤¥ß¥ó¥°¤ÇÌäÂ꤬µ¯¤³¤ë¤È¤¤¤¦ ! Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ò²ò·è¤¹¤ëÊýË¡¤Ï¡¢4ÈÖÌܤοâľ¥¿¥¤¥ß¥ó¥°Ãͤò ! ¾®¤µ¤¯¤¹¤ë¤«¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò 36MHz ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! ºÇ¿·¾õÂ֤ǤΥƥ¹¥È¥Ç¡¼¥¿¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡¢°Ê²¼¤Î¹½À®¤â¸æÍ÷¤¯¤À¤µ¤¤: ! ! ! CL-GD5429 (VL ¥Ð¥¹ÍÑ) ! BitBLT Áàºî¤Ï 3.2 ¤Ç½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£MMIO ¤ÏÆ°ºî¤·¤Þ¤»¤ó¤¬¡¢3.2 ! ¤ä 3.2A ¤Ç¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! CL-GD5430 (PCI ¥Ð¥¹ÍÑ) ! ¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£24bpp ¤Ë¤ÏÉÔ¶ñ¹ç¤¬¤¢¤ê¤Þ¤¹¤¬¡¢°Ê¹ß¤Î¥Ð¡¼¥¸¥ç ! ¥ó(3.2A) ¤Ç½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£ ! ! ! CL-GD5430, CL-GD5436, CL-GD5446(¥á¥â¥ê 1MB) ! 16bpp »þ¤Ë¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¤¬ 1MB ¤Î¥á¥â¥ê¤òÀѤó¤À CL-GD5434 ¤ÈƱ ! ¤¸°·¤¤¤òɬÍפȤ¹¤ë¤«¤É¤¦¤«¤¬¤ï¤«¤ì¤Ð¤è¤¤¤Î¤Ç¤¹¤¬¡Ä¡£ ! ! ! CL-GD5434, (¥á¥â¥ê 1MB, PCI ¥Ð¥¹ÍÑ) ! 8bpp, 16bpp, 24bpp ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£16bpp ¤Ë¤ª¤±¤ë¡Östatic¡× ! ÌäÂê¤Ï´û¤Ë²ò·è¤µ¤ì¤Þ¤·¤¿¡£MMIO Áàºî¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! ! CL-GD5436, CL-GD5446 (¥á¥â¥ê 1MB) ! ¤³¤Î¹½À®¤ËÂФ¹¤ë FIFO ÀßÄê¤ÏÆäËÉÔÌÀ³Î¤Ç¤¹¡£ ! ! ! CL-GD7541 ! ! CL-GD7548 ! 7543 ¤È¸ß´¹¤Î¤Ï¤º¤Ç¤¹¤¬¡¢¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£Êó¹ð¤Ë¤è¤ë ! ¤È¡¢3.2 ¤Ç¤ÏÆ°ºî¤·¤¿¤½¤¦¤Ê¤Î¤Ç¡¢3.2A ¤ÇÆ°ºî¤·¤Ê¤¤Íýͳ¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ ! ! ! ! 9. ¥É¥é¥¤¥Ð¤ÎÊѹ¹ ! ! ! XFree86 3.3.2 ¤«¤é¤ÎÊѹ¹ÅÀ: ! ! o 546x ¤Ë¤ª¤±¤ëÆ©²áŪ¤Ê¥¹¥¯¥ê¡¼¥ó-¥¹¥¯¥ê¡¼¥ó¥³¥Ô¡¼¤Î½¤Àµ¡£ ! ! o 546x ¤Ë¤ª¤¤¤Æ¤â¡¢ÁȤ߹þ¤ß¤Î¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¤¬Àµ¤·¤¯²èÌ̤ò¥Ö¥é¥ó¥¯¤µ ! ¤»¤é¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! o ¥É¥é¥¤¥Ð¤Ï 546x ¤ËÂФ·¡¢¥¹¥¯¥ê¡¼¥ó¤Î¹â¤µ¤¬ 1024 ¥¹¥­¥ã¥ó¥é¥¤¥ó¤è¤ê ! Â礭¤¤»þ¤Ë¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î»ÈÍѤò¶Ø»ß¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿(¥Ý ! ¥¤¥ó¥¿¤¬2¤Äɽ¼¨¤µ¤ì¤ëÌäÂê¤Î½¤Àµ¤Ç¤¹)¡£ ! ! o CPU-¥¹¥¯¥ê¡¼¥ó¤Î BitBLT žÁ÷¤¬ 5465 ¤Ç¤Ï̵¸ú¤Ë¤Ê¤ë¤è¤¦¤Ë¤·¤Þ¤·¤¿¡£ ! ¤³¤ì¤Ï¡¢5465 AGP »ÈÍÑ»þ¤Ë¥·¥¹¥Æ¥à¤¬»ß¤Þ¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤òËɤ°¤¿¤á¤Ç ! ¤¹¡£ ! ! o 5480 ¤Ç¹â²òÁüÅ٥⡼¥É¤ò»ÈÍѤ·¤¿¤È¤­¤Ëµ¯¤³¤ëɽ¼¨¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤· ! ¤¿¡£ ! ! XFree86 3.2A ¤«¤é¤ÎÊѹ¹ÅÀ: ! ! o °ìÉô¤Î¥Á¥Ã¥×¤Ç¥á¥â¥ê¥Þ¥Ã¥×¥È I/O Áàºî¤ò¹Ô¤Ã¤¿¤È¤­¤Ë¥µ¡¼¥Ð¤¬¥¯¥é¥Ã ! ¥·¥å¤¹¤ë¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o 5436, 5446 ¤Ë¤ª¤±¤ë 80MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î°·¤¤¤òľ¤·¤Þ¤·¤¿¡£ ! ! o CL-GD7555 ¤òͽÈ÷Ū¤Ë¥µ¥Ý¡¼¥È¤·¤Þ¤·¤¿(¸¡½Ð¤Ï¤Þ¤À¹Ô¤¤¤Þ¤»¤ó)¡£ ! ! o CL-GD5480 ¤È CL-GD5465 ¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤·¤¿¡£ ! ! o °ìÉô¤Î Alpine ·Ï¥Á¥Ã¥×¤Ë¤ª¤±¤ë 32bpp ¥â¡¼¥É¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o Laguna ·Ï¥Á¥Ã¥×¸þ¤±¤Ë 230MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È¤òÄɲä· ! ¤Þ¤·¤¿¡£ ! ! ! XFree86 3.2 ¤«¤é¤ÎÊѹ¹ÅÀ: ! ! o BitBLT ¥¨¥ó¥¸¥ó¤ò»ý¤ÄÁ´¤Æ¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ¡¢XAA ¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¤ò²þÎɤ·¤Þ¤·¤¿¡£ ! ! o Laguna ¥·¥ê¡¼¥º(546x)¤ËÂФ·¤Æ XAA ¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò²þÎÉ ! ¤·¤Þ¤·¤¿¡£ ! ! o 5430 ¤Î 24bpp ¥â¡¼¥É¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o 754x ¤Î¥µ¥Ý¡¼¥È¤ò²þÎɤ·¤Þ¤·¤¿¡£¤³¤ì¤Ï LCD ¤Î³ÈÂçɽ¼¨¤ä/Ãæ±ûɽ¼¨¤Î¥µ ! ¥Ý¡¼¥È¤ò´Þ¤ß¤Þ¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus,v 3.1.2.1 1999/06/02 07:50:58 hohndel Exp $ ! ! ! ! ! ! $XConsortium: cirrus.sgml /main/12 1996/10/28 05:43:32 kaleb $ ! ! ! ! ! ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.2): ²¬Ëܰ칬 ! , ¹¹¿·(XFree86 3.3.3 Âбþ): Æ£¸¶µ±²Å ! )¡£ÌäÂêÅÀ¤Î»ØŦ¤ä ! ¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! ¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ ! ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,951 ---- ! Cirrus ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Harm Hanemaayer (H.Hanemaayer@inter.nl.net), Randy Hendry ! (randy@sgi.com) (64xx), Corin Anderson (corina@the4cs.com) ! 5 November 1998 ! The X Japanese Documentation Project ! 18 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ´ðËÜÀßÄê ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! 6. ``cl64xx'' ¥É¥é¥¤¥Ð ! 7. "cirrus" ¥É¥é¥¤¥Ð¤Ç¤Î¥È¥é¥Ö¥ëÂкö ! 8. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! 9. ¥É¥é¥¤¥Ð¤ÎÊѹ¹ ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! Cirrus ¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÍѤˤϡ¢"cirrus" ¤È "cl64xx" ¤È¸Æ¤Ð¤ì¤ë2¤Ä¤Î°Û¤Ê ! ¤ë SVGA ¥É¥é¥¤¥Ð¤¬¤¢¤ê¤Þ¤¹¡£ "cirrus" ¥É¥é¥¤¥Ð¤Ï 256 ¿§¤Î(¥¢¥¯¥»¥é¥ì¡¼ ! ¥¿ÉÕ¤­)SVGA ¥µ¡¼¥Ð¤È(¥¢¥¯¥»¥é¥ì¡¼¥¿Ìµ¤·)Çò¹õ¥µ¡¼¥Ð¤ÇÍѤ¤¤é¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¥Ï¡¼¥É¥¦¥§¥¢¹½À®¤Ë¤è¤Ã¤Æ¤Ï¡¢SVGA ¥µ¡¼¥Ð¤Ï 16, 24, 32bpp ¤Î truecolor ! ¥â¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£"cl64xx" ¥É¥é¥¤¥Ð¤Ï 256 ¿§¤Î SVGA ¥µ¡¼¥Ð¤È 16 ! ¿§¥µ¡¼¥Ð¡¢Çò¹õ ¥µ¡¼¥Ð¤ÇÍѤ¤¤é¤ì¤Æ¤¤¤Þ¤¹¡£ÆäËÃǤäƤ¤¤Ê¤¤¸Â¤ê¤Ï¡¢¤³¤Î ! ʸ½ñ¤Ç¤Ï "cirrus" ¥É¥é¥¤¥Ð¤Ë¤Ä¤¤¤Æµ­½Ò¤·¤Æ¤¤¤ë¤â¤Î¤È¤·¤Þ¤¹¡£¼¡¤Î ! Cirrus Logic À½¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! CL-GD5420 ! ISA SVGA ¥Á¥Ã¥×¥»¥Ã¥È, 1M¥Ð¥¤¥È; ºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 45 MHz ! (256 ¿§¥µ¡¼¥Ð)¡£³ÈÄ¥½ñ¤­¹þ¤ß¥â¡¼¥É¤Ë¤è¤ë¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½(¤³¤Î ! ¥µ¡¼¥Ð¤Ç¤Ï¡¢¥¹¥¯¥í¡¼¥ë¤ÈÅɤê¤Ä¤Ö¤·¤ËÍѤ¤¤Æ¤¤¤Þ¤¹)¡£¤³¤Î¥Á¥Ã¥× ! ¥»¥Ã¥È¤Ï 256 ¿§¤Î 1024x768 ¥Î¥ó¥¤¥ó¥¿¡¼¥ì¡¼¥¹¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤»¤ó¡£ ! ! CL-GD5422 ! 5420¤Î²þÎÉÈÇ(32 ¥Ó¥Ã¥ÈÆ⢥á¥â¥ê¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹)¡£ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤Ï 80 MHz ¤Ç¤¹¡£ ! ! CL-GD6205/6215/6225/6235 ! 5420 ¤È¤Û¤Ü¸ß´¹¤Î¥é¥Ã¥×¥È¥Ã¥×ÍÑ¥Á¥Ã¥×¥»¥Ã¥È¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï 25 ! MHz ¤Î¤ß¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹(³°Éô¥Ç¥£¥¹¥×¥ì¥¤¤Ç¤Ï¤½¤ì°Ê¾å¤â²Äǽ)¡£ ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤Ã¤¿»þ¤Ëµ¯¤³¤ëÌäÂ꤬¤¤¤¯¤Ä¤«Êó¹ð¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹(Æä˳°ÉÕ¤±¥Ç¥£¥¹¥×¥ì¥¤»ÈÍÑ»þ)¡£"noaccel" ¥ª¥×¥·¥ç¥ó¤òÄ´¤Ù¤Æ ! ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! CL-GD6420/6440 ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï 542x ¥·¥ê¡¼¥º¤È¤Ï¸ß´¹¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢ ! "cl64xx" ¥É¥é¥¤¥Ð¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏºÇ¶á ! ¤Î¥é¥Ã¥×¥È¥Ã¥×¤ËÅëºÜ¤µ¤ì¤Æ¤ª¤ê¡¢ÀΤΠCirrus ¥Á¥Ã¥×¥»¥Ã¥È ! (5410/AVGA2)¤È»÷¤¿Éôʬ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¾¤Î 64xx ! ¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ·¤Æ¤âÆ°ºî¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ËÂФ¹¤ëÀßÄêÍÑ ! ¤Î¼±ÊÌ»Ò¤Ï "cl6420" ¤È "cl6440" ¤Ç¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ë¤Ä¤¤¤Æ¤Ï ! ¡Ö``cl64xx ¥É¥é¥¤¥Ð''¡×¥»¥¯¥·¥ç¥ó¤Ç¾Ü¤·¤¯ÀâÌÀ¤·¤Þ¤¹¡£ ! ! CL-GD5424 ! ´ðËÜŪ¤Ë¤Ï 5422 ¤Î VLB ÈǤǤ¹¤¬¡¢5426 ¤Ë»÷¤Æ¤¤¤ëÅÀ¤â¤¤¤¯¤Ä¤«¤¢¤ê ! ¤Þ¤¹¡£ ! ! CL-GD5426 ! ISA ¥Ð¥¹¤È VLB ξÊý¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤ê¡¢2M ¥Ð¥¤¥È¤Þ¤Ç¥á¥â¥ê¤òÅëºÜ ! ¤Ç¤­¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÀ­Ç½¤ò¸þ¾å¤µ¤»¤ë¤Ë¤Ï BitBLT ¥¨¥ó¥¸¥ó ! ¤òÅëºÜ¤·¤Æ¤¯¤À¤µ¤¤(BitBLT ¤Ï²èÁüžÁ÷¤È¥Æ¥­¥¹¥Èɽ¼¨¤ËÍ­¸ú¤Ç¤¹)¡£ ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¾å¸Â¤Ï 85 MHz ¤Ç¤¹¡£ ! ! CL-GD5428 ! 5426 ¤Î²þÎÉÈǤǤ¹¡£ ! ! CL-GD5429 ! 5428 ¤Î²þÎÉÈǤǡ¢¤è¤ê¹â¤¤ MCLK Ãͤò¸ø¼°¤Ë¥µ¥Ý¡¼¥È¤·¡¢¥á¥â¥ê¥Þ¥Ã ! ¥×¥É I/O ¤òÅëºÜ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! CL-GD5430 ! 5429 ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢543x ¤Î¥³¥¢¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹(32 ¥Ó¥Ã¥È¥Û¥¹¥È¥¤ ! ¥ó¥¿¥Õ¥§¡¼¥¹)¡£64 ¥Ó¥Ã¥È¥á¥â¥ê¥â¡¼¥É¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! CL-GD5434 ! 64 ¥Ó¥Ã¥ÈÆ⢥á¥â¥ê¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»ý¤Ã¤¿ `Alpine' ¤Î·ÏÎó¤Î¥Á¥Ã ! ¥×¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¤Ï¡¢2M ¥Ð¥¤¥È¤Î¥á¥â¥ê¤òÅëºÜ¤¹¤ë¤È 64 ¥Ó¥Ã¥È¥â ! ¡¼¥É¤·¤«¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó¡£1M ¥Ð¥¤¥È¤·¤«¥á¥â¥ê¤òÀѤó¤Ç¤¤¤Ê¤±¤ì¤Ð ! À­Ç½¤Ï¸·¤·¤¯À©¸Â¤µ¤ì¤Þ¤¹¡£110 MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È ! ¤·¤Þ¤¹(¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ï 135 MHz ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£ ! ! CL-GD5436 ! ¹âÅ٤˺ÇŬ²½¤·¤¿ 5434 ¤Ç¤¹¡£ ! ! CL-GD5440 ! CL-GD5430 ¤Ë»÷¤Æ¤ª¤ê¡¢CL-GD5430 ¤È¤·¤Æ¸¡½Ð¤µ¤ì¤Þ¤¹¡£ ! ! CL-GD5446 ! Alpine ·ÏÎó¤Î2¼¡¸µ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î°ì¤Ä¤Ç¡¢CL-GD5436 ¤Ë»÷¤Æ¤¤¤Þ ! ¤¹¡£ ! ! CL-GD5480 ! Ʊ´ü¥°¥é¥Õ¥£¥Ã¥¯¥¹RAM(SGRAM)¤ò¥µ¥Ý¡¼¥È¤·¤¿¡¢Alpine ·ÏÎó¤Î¿·¤·¤¤ ! ¥Á¥Ã¥×¤Ç¤¹¡£ ! ! CL-GD5462, CL-GD5464 and CL-GD5465 ! Laguna VisualMedia ·ÏÎó¤Î 2 ¼¡¸µ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Ç¤¹¡£¤³¤ì¤é¤Î¥Á¥Ã ! ¥×¥»¥Ã¥È¤Ï Rambus RDRAM ¥á¥â¥ê¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£CL-GD5462 ¤Ï 64 ! ¥Ó¥Ã¥È 2 ¼¡¸µ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Ç¤¢¤ê¡¢BitBlit ¥¨¥ó¥¸¥ó¤È¥Ó¥Ç¥ª¥¦¥£ ! ¥ó¥É¥¦(¸½ºß¤Î¥µ¡¼¥Ð¤Ç¤Ï»ÈÍѤ·¤Æ¤¤¤Þ¤»¤ó)¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ë ! Âбþ¤·¤Æ¤¤¤Þ¤¹¡£Çò¹õ¥â¡¼¥É¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£CL-GD5464 ¤Ï ! Laguna ·ÏÎó¤Î¼¡¤Î¥Á¥Ã¥×¤Ç¡¢ CL-GD5465 ¤ÎºÇ¿·¤Î¥Á¥Ã¥×¤Ç¤¹¡£¤É¤Á¤é ! ¤â¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤·¤Þ¤·¤¿¤¬¥Æ¥¹¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! CL-GD7541/7542/7543/7548 ! 5428/3x ¤È°ìÉô¸ß´¹À­¤¬¤¢¤ë¥é¥Ã¥×¥È¥Ã¥×ÍѤΥÁ¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£¤¤¤¯ ! ¤Ä¤«¤Î´Ä¶­¤Ç¥Æ¥¹¥È¤Ï¹Ô¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢Á´¤Æ¤Î´Ä¶­¤ÇÀµ¤·¤¯Æ°ºî¤¹¤ë¤ï ! ¤±¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹¡£ ! ! CL-GD7555 ! ¤³¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ¤Ï¡¢754x ·ÏÎó¤Î 64 ¥Ó¥Ã¥È³ÈÄ¥¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£¤¿¤À¤·¥µ¥Ý¡¼¥È¤ÏÀ©¸ÂÉÕ¤­¤Ç¡¢¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¼«Æ°¸¡½Ð ! ¤â¹Ô¤ï¤ì¤Þ¤»¤ó¡£ Chipset "clgd7555" ¤È¤¤¤¦¹Ô¤Ç»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¿§¤Î¿¼¤µ¤½¤ì¤¾¤ì¤Ë¤Ä¤¤¤Æ¤ÎºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤΥꥹ¥È ! ¤ò¼¨¤·¤Þ¤¹: ! ! Çò¹õ 8 bpp(256¿§) 16 bpp 24 bpp 32 bpp ! CL-GD62x5 45 MHz 45 MHz ! CL-GD5420 80 MHz 45 MHz (1) ! CL-GD542x/512K 80 MHz 45 MHz ! CL-GD5422/24 80 MHz 80 MHz 40 MHz 27 MHz ! CL-GD5426/28 85 MHz 85 MHz 45 MHz (2) 28 MHz ! CL-GD5429 85 MHz 85 MHz 50 MHz 28 MHz ! CL-GD5430 85 MHz 85 MHz 45 MHz (2) 28 MHz ! CL-GD5434/1Mb 85 MHz 85 MHz 42 MHz 28 MHz ! CL-GD5434/2Mb 85 MHz 110/135 MHz 85 MHz 28 MHz 45/50 MHz (2) ! CL-GD5436/1Mb 85 MHz 110 MHz (3) 60 MHz (3) 40 MHz (3) ! CL-GD5436/2Mb 85 MHz 135 MHz 85 MHz 85 MHz (3) 60 MHz (3) ! CL-GD5446/1Mb 85 MHz 110 MHz (3) 60 MHz (3) 40 MHz (3) ! CL-GD5446/2Mb 85 MHz 135 MHz 85 MHz 85 MHz (3) 60 MHz (3) ! CL-GD5462 170 MHz 170 Mhz 170 MHz 170 MHz 135 MHz ! CL-GD5464/65 170 MHz 230 Mhz 170 MHz 170 MHz 135 MHz ! CL-GD5480 85 MHz 200 MHz 100 MHz 100 MHz 50 MHz ! CL-GD754x 80 MHz 80 MHz 40 MHz (4) (5) ! ! (1) ¥á¥â¥ê¤¬ 512K ¤Î¾ì¹ç ! (2) ¹â¤¤ MCLK ÃͤòÀßÄꤹ¤ë¤È 50 MHz¡£ ! (3) ¥á¥â¥ê¥¯¥í¥Ã¥¯¤Ë°Í¸¤·¤Þ¤¹¡£ ! (4) ¤³¤ÎÃͤϰìÉô¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ¤ÏÄ㤹¤®¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! (5) Í­¸ú¤Ë¤·¤Æ¥Æ¥¹¥È¤¹¤ì¤Ð¡¢¤³¤Î¿¼¤µ¤Ç¤â¼ÂºÝ¤ËÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! Âç¤Þ¤«¤Ë¸À¤¦¤È¡¢²¾ÁÛŪ/ʪÍýŪ¤Ê²èÌ̲òÁüÅ٤ϥӥǥª¥á¥â¥ê¤ÎÎ̤ÎÀ©Ìó¤ò¼õ ! ¤±¤Þ¤¹: ! ! Çò¹õ 8 bpp 16 bpp 24 bpp 32 bpp ! 256K 800x600 640x400 ! 512K 1152x900 800x600 640x400 ! 1024K 1600x1200 1152x900 800x600 680x510 ! 2048K 2304x1728 1600x1200 1152x900 960x720 800x600 ! 4096K 2304x1728 2272x1704 1600x1200 1360x1020 1152x900 ! ! 546x ¥Á¥Ã¥×¤Î¾ì¹ç¡¢¾å¤Îɽ¤Ï¤¢¤Þ¤êÀµ³Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£²¾ÁÛ²èÌ̤ÎÉý¤ÏǤ ! °Õ¤Ç¤¹¤¬¡¢²èÌ̤ΥԥåÁ ¤ò¼¡¤Îɽ¤Î¤¦¤Á¡¢ºÇ¤â¶á¤¤ÃͤËÀÚ¤ê¾å¤²¤Þ¤·¤ç¤¦¡£ ! ½¾¤Ã¤Æ¡¢²èÌ̾å¤Î³Æ¹Ô¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤Ïñ¤Ëɽ¼¨¤ò¹Ô¤¦¤À¤±¤ÎÎ̤è¤ê¤â¿¤¯¤Î ! ¥Ó¥Ç¥ª¥á¥â¥ê¤òɬÍפȤ·¤Þ¤¹¡£¥Ó¥Ç¥ª¥á¥â¥ê¤òºÇÂç¸Â»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î¥Ô¥¯¥» ! ¥ëÉý¤Îɽ¤«¤é²¾Áۥǥ¹¥¯¥È¥Ã¥×¤ÎÉý¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤: ! ! 8bpp: 640, 1024, 1280, 1664, 2048, 2560, 3328, 4096, 5120, 6656 ! 16bpp: 320, 512, 640, 832, 1024, 1280, 1664, 2048, 2560, 3328 ! 24bpp: 640, 1024, 1280, 1664, 2048, 2560, 3328, 4096, 5120, 6656 ! 32bpp: 160, 256, 320, 416, 512, 640, 832, 1024, 1280, 1664 ! ! ¾¤Î Cirrus À½¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢²¾ÁÛ ! ²èÌ̤ÎÉý¤ò 32 ¤ÎÇÜ¿ô¤Ë¤¹¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£¥â¥Ë¥¿¤Î¿åÊ¿Êý¸þ¤Î¥¿¥¤¥ß¥ó¥° ! ¤Ï 2048 °Ê²¼¤Ë¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! ¤è¤êÂ礭¤¤¿§¤Î¿¼¤µ¤Ç XF86_SVGA ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¡¢¼¡¤Î¥ª¥×¥·¥ç¥ó¤ò X ¥µ ! ¡¼¥ÐÅϤ·¤Æ¤¯¤À¤µ¤¤: ! ! startx -- -bpp 16 5-6-5 RGB ('6Ëü4À鿧', XGA) ! startx -- -bpp 16 -weight 555 5-5-5 RGB ('Hicolor') (5462 ¤Ç¤Ï»È¤¨¤Þ¤»¤ó) ! startx -- -bpp 24 8-8-8 RGB truecolor ! startx -- -bpp 32 8-8-8 XRGB truecolor (543X/46/6X ¤Î¤ß) ! ! 2. ´ðËÜÀßÄê ! ! `XF86Setup' ¤ä`xf86config' ¥×¥í¥°¥é¥à¤ò»ÈÍѤ·¤Æ XF86Config ¥Õ¥¡¥¤¥ë¤ò ! À¸À®¤¹¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤Î¥×¥í¥°¥é¥à¤Ï¹â²òÁüÅÙ, 8bpp ¤ÎÆ°ºî¤¹¤ë ! ÀßÄê¤òºîÀ®¤·¤Æ¤¯¤ì¤Þ¤¹¡£»ÈÍѤ¹¤ë¥â¥Ë¥¿¤Ë¡¢¤è¤êŬ¤·¤¿¥â¡¼¥É¥¿¥¤¥ß¥ó¥° ! ÃÍ(Îã: 1152x900¥â¡¼¥É)¤ò Monitor ¥»¥¯¥·¥ç¥ó¤Ëµ­Æþ¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó¤Ë´Ø¤¹¤ë¾Ü¤·¤¤ÀâÌÀ¤Ï¼¡¤Î¥»¥¯¥·¥ç¥ó¤Ç¹Ô¤¤¤Þ¤¹¤Î¤Ç¡¢ ! ¤³¤³¤Ç¤Ï´ðËÜŪ¤Ê¤â¤Î¤Ë¤Ä¤¤¤Æ´Êñ¤Ë½Ò¤Ù¤Þ¤¹¡£ ! ! Á´¤Æ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤ª¤¤¤Æ¡¢Clockchip "cirrus" ¹Ô¤òDevice ¥»¥¯¥·¥ç¥ó¤Ë ! ½ñ¤¯¤ÈÊØÍø¤Ê¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤³¤¦¤·¤Æ¤ª¤¯¤È¡¢¥µ¡¼¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¸Ç ! Äê¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÁȤ߹ç¤ï¤»¤ÎÃ椫¤éÁª¤Ö¤Î¤Ç¤Ï¤Ê¤¯¡¢Ç¤°Õ¤Î¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î»ØÄê¤Ï¡¢Äã²òÁüÅ٥⡼¥ÉÍÑ¤Ë 12.6 MHz ¤Î ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»È¤¤¤¿¤¤¾ì¹ç¤ËɬÍפˤʤê¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò ! »ÈÍѤ¹¤ë¤È¡¢¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤¬ÉÔ°ÂÄê¤Ë¤Ê¤Ã¤Æ¤ª¤«¤·¤Ê¸½¾Ý¤¬µ¯¤³¤ë¤³¤È¤¬¤¢ ! ¤ë¤Î¤Ç¡¢ÀäÂФËɬÍפʻþ¤À¤±»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£ ! ! BitBLT ¥¨¥ó¥¸¥ó¤òÀѤó¤À¥Á¥Ã¥×Á´¤Æ¤ËÂФ·¤Æ¡¢¿·¤·¤¤ XAA(XFree86 ! Acceleration Architecture)¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥³¡¼¥É¤Ï¤Þ¤À¥Ù¡¼¥¿Ãʳ¬ ! ¤Ç¤¹¡£¥°¥é¥Õ¥£¥Ã¥¯¥¹¤ÎºÆÉÁ²è¤¬¤¦¤Þ¤¯¤¤¤«¤Ê¤¤¾ì¹ç¡¢"noaccel" ¥ª¥×¥·¥ç¥ó ! ¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ "no_mmio" ! ¤Ç½½Ê¬¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¿§¤Î¿¼¤µ 16bpp, 24bpp 32bpp ¤ÇÆ°ºî¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¡¢¤Þ¤¿ 8bpp »þ¤Î ! À­Ç½¤ò¸þ¾å¤µ¤»¤ë¤¿¤á¤Ë¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! PCI ¥Ð¥¹´Ä¶­¤Ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî¥â¡¼¥É¤Ç¤¹¡£¤³ ! ¤ì¤ò̵¸ú¤Ë¤¹¤ë¤Ë¤Ï "nolinear" ¤ò»ØÄꤷ¤Þ¤¹¡£Â¾¤Î¥¿¥¤¥×¤Î¥Ð¥¹¤Î¾ì¹ç¡¢°ì ! ÈÌŪ¤Ë¤Ï¥í¡¼¥«¥ë¥Ð¥¹¾å¤Î 543x ¤Ç»ÈÍѲÄǽ¤Ç¤¹¡£¤Þ¤¿¡¢¥·¥¹¥Æ¥à¤Î¥á¥â¥ê¤¬ ! 16Mb ¤¤¤«¤Ç¤¢¤ì¤Ð¡¢¥í¡¼¥«¥ë¥Ð¥¹¤Î 542x ¤È ISA ¤Î 543x ¥«¡¼¥É¤Ç¤â»ÈÍÑ²Ä ! ǽ¤Ç¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï "linear" ¥ª¥×¥·¥ç¥ó¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¤·¡¢ ! ¤¿¤Ö¤ó Membase ¤Î¥¢¥É¥ì¥¹¤â»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¾Ü¤·¤¤ÀâÌÀ¤Ë¤Ä¤¤ ! ¤Æ¤Ï¡¢¸å¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Alpine ·ÏÎóÁ´¤Æ¤Î¥«¡¼¥É¤ËÂФ·¤Æ¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤Ï¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî ! ¥â¡¼¥É¤Ç¤¹¡£5429 ¤Î¾ì¹ç¤Ë¤Ï¡¢"mmio" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥á¥â¥ê¥Þ¥Ã¥×¥È ! I/O ¤òÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¤¬¡¢¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢ÆɼԤΤߤʤµ¤ó¤¬ 546x ¥Á¥Ã¥×¤ò¤ª»ý¤Á¤Ê¤é¤Ð¡¢¤³¤ì¤Ï ! PCI ¥Ð¥¹¤« AGP ¥Ð¥¹¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¾ì¹ç¤Ï¡¢¥á¥â¥ê¥Þ¥Ã¥× ! ¥È I/O ¤ä¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¶õ´Ö¤¬¥·¥¹¥Æ¥à¥á¥â¥ê¤È¾×Æͤ·¤Æ¤¤¤Æ¤âÌä ! Âê¤Ï¤¢¤ê¤Þ¤»¤ó¡£PCI ¶õ´Ö¤Ï 4GB ¶á¤¯¤Î¥¢¥É¥ì¥¹¤Þ¤Ç¥Þ¥Ã¥×¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! mmio ¤È ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Ï¥·¥¹¥Æ¥à¾å¤ÇÁ´¤¯´³¾Ä¤·¤Ê¤¤¤Î¤Ç¡¢ ! "linear", Membase, "mmio" ¥ª¥×¥·¥ç¥ó¤Ï̵»ë¤µ¤ì¤Þ¤¹(¥á¥â¥ê¥Þ¥Ã¥×¤È I/O ! ¤È¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ÎξÊý¤¬»È¤ï¤ì¤Þ¤¹)¡£ ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! `Clocks' ¥³¥Þ¥ó¥É¤Ï»È¤ï¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¥¯¥í¥Ã¥¯¤Ï¸ÇÄê(¤Ä¤Þ¤ê¡¢¸¡½Ð¤Ï¹Ô ! ¤ï¤Ê¤¤)¤Ç¤¹¤·¡¢(³Æ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëºÇÂ祯¥í¥Ã¥¯Ãͤò½ü¤¤ ! ¤Æ)¥«¡¼¥É¤Ë¤è¤ëÊѲ½¤â̵¤¤¤Ï¤º¤Ç¤¹¡£ ! ! °Ê²¼¤Ëµó¤²¤ë¥ª¥×¥·¥ç¥ó¤Ï¡¢Cirrus ¥É¥é¥¤¥ÐÀìÍѤΤâ¤Î¤Ç¤¹¡£¥ª¥×¥·¥ç¥ó¤Ï ! ¤½¤ì¤¾¤ì¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î `svga' ¥É¥é¥¤¥Ð¤Î¥»¥¯¥·¥ç¥óÆâ¤Î¡¢¥ª¥× ! ¥·¥ç¥ó¤òŬÍѤ¹¤ë¿§¤Î¿¼¤µ¤Î Screen ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£(Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ë¤³¤È¤Ë¤è¤ê¡¢Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ç¥ª¥×¥·¥ç ! ¥ó¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹)¡£ ! Option "noaccel" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥¿¥ì¡¼¥¿µ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤¬Ìò¤ËΩ¤Ä¤Î¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Î¥Ð¥°¤ä¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ÃÍ¡¢Â®¤¤ DRAM ¤Î¥¿¥¤¥ß¥ó¥°Åù¤Ë´ØÏ¢¤¹¤ëÌäÂê¤ËÂн褹¤ë»þ¤Ç¤¹¡£¤¿¤À ! ¤·¡¢À­Ç½¤Ï°­¤¯¤Ê¤ê¤Þ¤¹(¤½¤ì¤Ç¤â¡¢¥í¡¼¥«¥ë¥Ð¥¹¤Ç¤ÏÌäÂê¤Ê¤¤¤Ç¤·¤ç ! ¤¦)¡£ ! ! Option "fast_dram" "med_dram" ! "slow_dram" (5424/6/8/9, 543x, 5446, 546x)" ¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó ! ¤Ï¡¢Æ⢥á¥â¥ê¥¯¥í¥Ã¥¯(MCLK, ¤¿¤À¤· 546x ¤Î¾ì¹ç¤Ï BCLK) ¥ì¥¸¥¹¥¿ ! ¤Ë¾¤Î¿ôÃͤòÀßÄꤹ¤ë¤â¤Î¤Ç¤¹¡£ÉáÄÌ¤Ï BIOS ¤Ë¥×¥í¥°¥é¥à¤µ¤ì¤Æ¤¤¤ë ! ¥Ç¥Õ¥©¥ë¥ÈÃͤʤéÂç¾æÉפǤ¹¤¬¡¢¤É¤¦¤·¤Æ¤âɬÍפǤʤ¤¸Â¤ê¤Ï¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ç̵Ãã¤ò¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ! "fast_dram" ¥ª¥×¥·¥ç¥ó¤Ï¥Ó¥Ç¥ª¥«¡¼¥É¤ÎÆ⢥á¥â¥ê¥¯¥í¥Ã¥¯(MCLK)¥ì ! ¥¸¥¹¥¿¤ÎÃͤò¤è¤ê¹â¤¯ÀßÄꤷ¤Þ¤¹(ºÇ¶á¤Î¥Á¥Ã¥×¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç½½Ê¬¹â ! ¤¤Ãͤò»È¤Ã¤Æ¤¤¤Þ¤¹)¡£Ä̾¤³¤Î¥ì¥¸¥¹¥¿¤Ë¿¨¤ë¤³¤È¤Ï¤Ê¤¤¤Î¤Ç¤¹ ! ¤¬¡¢É¸½à¤Î CL-GD542x BIOS ¤Ï¤³¤Î¥ì¥¸¥¹¥¿¤ò¤¤¤¯¤é¤«Ä㤤¦(¥Á¥Ã¥× ! ¤Î»ÅÍͤÇÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹)¤ÎÃͤ˽é´ü²½¤¹¤ë¤è¤¦¤Ç¤¹¡£¤³¤ÎÃͤ¬Ä㤤 ! ¤È¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¥â¡¼¥É¤Î»þ¤ËÀ­Ç½¤Ë°­±Æ¶Á¤¬½Ð¤Þ¤¹¡£¤³¤Î±Æ¶Á ! ¤Ï¡¢³ÈÄ¥ RAS ¥¿¥¤¥ß¥ó¥°¤¬»È¤ï¤ì¤ë(¤³¤ì¤Ï¥µ¡¼¥Ð¤¬¸¡½Ð¤ò¹Ô¤¦»þ¤Ë¼¨ ! ¤µ¤ì¤Þ¤¹)¾ì¹ç¤ËÆä˸²Ãø¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Å¬ÀÚ¤«¤É¤¦¤«¤ò·èÄê ! ¤¹¤ëºÝ¤Ë¤Ï¡¢DRAM ¤Î¼ÂºÝ¤Î®Å٤ϷèÄêŪ¤ÊÍ×ÁǤǤϤ¢¤ê¤Þ¤»¤ó¡£¤¢¤ë ! CL-GD5426 ¥Ù¡¼¥¹¤Î¥«¡¼¥É(MCLK ¤ò¤³¤ÎÃÍ(0x22)¤ËÀßÄꤹ¤ë¤¿¤á¤Î DOS ! ¤Î¥É¥é¥¤¥Ð¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹)¤Ï 80ns ¤Î DRAM ¤òÅëºÜ¤·¡¢³ÈÄ¥ RAS ¥¿ ! ¥¤¥ß¥ó¥°¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¤¬¤Ï¡¢¹â¤¤ MCLK ÃͤǤâ°ÂÄꤷ¤ÆÆ°ºî¤¹¤ë¤è¤¦ ! ¤Ç¤¹¡£ ! ! ¥«¥¹¥¿¥Þ¥¤¥º¤µ¤ì¤¿ BIOS ¤¬É¸½àÃͤǤʤ¤¹â¤¤Ãͤؤνé´ü²½¤ò¹Ô¤¦(¼ç ! ¤Ëͭ̾¤É¤³¤í¤Î)¥«¡¼¥É¤¬¤¢¤ê¤Þ¤¹¡£ ! ! "slow_dram" ¥ª¥×¥·¥ç¥ó¤Ï¡¢MCLK ¤òɸ½à¤Î CL-GD542x BIOS ¤¬»È¤¦ ! ÃÍ(0x1c)¤ËÀßÄꤷ¤Þ¤¹¡£MCLK ¤ÎÃͤ¬¹â¤¹¤®¤ë¤È¡¢¥¹¥¯¥ê¡¼¥ó¤Ë¤Á¤é¤Ä ! ¤¯¥Ô¥¯¥»¥ë¤Î½Ä¼Ê¤¬¤Ç¤­¤¿¤ê¡¢¥Æ¥­¥¹¥È¤Ë¤ª¤«¤·¤Ê¥Ô¥¯¥»¥ë¤¬¸½¤ï¤ì¤¿ ! ¤ê¡¢ X ¤ò½ªÎ»¤·¤¿¸å¤Ë¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Õ¥©¥ó¥È¤Î¥Ô¥¯¥»¥ë¤¬·ç¤±¤ë ! ¤È¤¤¤¦¸½¾Ý¤¬µ¯¤­¤Þ¤¹(MCLK ¤òÄ㤹¤®¤ëÃͤˤ·¤Æ¤â¡¢¤è¤¯»÷¤¿¸½¾Ý¤¬µ¯ ! ¤­¤ë¤³¤È¤¬¤¢¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! µ¯Æ°»þ¤Ë¥É¥é¥¤¥Ð¤Ï MCLK ¥ì¥¸¥¹¥¿¤ÎÃͤòɽ¼¨¤·¤Þ¤¹(¤³¤ÎÃͤò¤Þ¤º³Î ! ǧ¤·¤Æ¤¯¤À¤µ¤¤)¡£¤Þ¤¿¡¢¥ì¥¸¥¹¥¿¤ÎÃͤ˲¿¤é¤«¤ÎÊѲ½¤¬¤¢¤ì¤Ð¡¢¤½¤ì ! ¤âɽ¼¨¤·¤Þ¤¹¡£ ! ! ŵ·¿Åª¤Ê MCLK ¤ÎÃÍ: ! ! 0x1c (50 MHz) ! ¤³¤ì¤ÏÉáÄÌ¡¢BIOS ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¹¡£"slow_dram" ¥ª¥×¥·¥ç¥ó¤Ç ! ¶¯À©»ØÄê¤Ç¤­¤Þ¤¹¡£ ! ! 0x1f (55 MHz) ! "med_dram" ¥ª¥×¥·¥ç¥ó¤Ç»ÈÍѤ¹¤ëÃͤǤ¹¡£ 542x ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç ! °·¤¨¤ëºÇÂçÃͤϡ¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤¹¤ì¤Ð°·¤¨¤ë¤è¤¦ ! ¤Ç¤¹¡£ ! ! 0x22 (60 MHz) ! ¤Û¤È¤ó¤É¤Î(³ÈÄ¥ RAS)542x ¥«¡¼¥É¤Ç¤Ï°·¤¨¤ë¤È»×¤ï¤ì¤ëÃͤǤ¢¤ê¡¢ ! "fast_dram" ¥ª¥×¥·¥ç¥ó¤Ç»È¤ï¤ì¤Þ¤¹¡£ ! ! 542x ¥Á¥Ã¥×¤Î¸ø¼°¤ÊºÇÂç¼þÇÈ¿ô¤Ï 50 MHz ¤Ç¤¹¡£5434 ¤Î¸ø¼°»ÅÍͤǤâ ! 50 MHz (0x1c) ¤Ç¡¢5429 ¤È 5430 ¤Î¾ì¹ç¤Ï¤¿¤Ö¤ó 60Hz(0x22)¤Ç¤¹¡£¸½ ! ºß¤Î¥ê¥Ó¥¸¥ç¥ó¤Î 5434(E °Ê¹ß)¤Ï 64 MHz ¤Î MLCK ¤ò¥°¥é¥Õ¥£¥Ã¥¯¥¹ ! ¥â¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤·¡¢¥É¥é¥¤¥Ð¤Ï¤³¤ì¤ò¼«Æ°Åª¤Ë¥×¥í¥°¥é¥à¤·¤Þ¤¹¡£¤³ ! ¤ì¤¬ÌäÂê¤ò°ú¤­µ¯¤³¤·¤¿¾ì¹ç¤Ï "slow_dram" ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! DRAM ¤Î¥Ð¥ó¥ÉÉý¤Ç·è¤á¤ë¥¯¥í¥Ã¥¯¤Î¾å¸Â¤Ë¤Ä¤¤¤Æ¡¢¥É¥é¥¤¥Ð¤Ï MLCK ! ¤â¹Íθ¤·¤Þ¤¹¡£ ! 564x ¥Á¥Ã¥×¤Î¾ì¹ç¡¢BCLK ¤Ï Rambus ¥¢¥¯¥»¥¹¥¯¥í¥Ã¥¯¤Ç¤¹¡£Åµ·¿Åª¤Ê ! ÃÍ¤Ï 258 MHz ¤«¤é 300 MHz ¤ÎÈϰϤˤ¢¤ê¤Þ¤¹¡£ÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤Ë ! ¤Ï(¹õ¤¤»Ô¾¾ÌÏÍͤ¬²èÌ̤Ëɽ¼¨¤µ¤ì¤ëÅù)¡¢"med_dram" ¥ª¥×¥·¥ç¥ó¤« ! "slow_dram" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤É¤ó¤Ê¾ì¹ç¤Ç¤¢¤ì¡¢ÌäÂꤵ¤¨µ¯¤­¤Ê¤±¤ì¤Ð(À­Ç½¤ä¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤Ç¤Î°ÂÄêÀ­)¡¢DRAM ´Ø·¸¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤¤¤Ë±Û¤·¤¿¤³¤È¤Ï¤¢¤ê¤Þ ! ¤»¤ó¡£ ! ! Option "no_bitblt" ! 5426/28/29/3x/46/6x/754x ¤Ç»ÈÍѤ¹¤ë¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï BitBLT ! ¥¨¥ó¥¸¥ó¤Î»ÅÍͤò̵¸ú¤Ë¤¹¤ë¸ú²Ì¤¬¤¢¤ê¤Þ¤¹¤¬(5424 ¤Ç¤Ï¸ú²Ì¤Ï¤¢¤ê¤Þ ! ¤»¤ó)¡¢°ìÉô¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Ï¤½¤Î¤Þ¤Þ¤Ç¤¹¡£¤³¤ì¤Ï BitBLT ! ¥¨¥ó¥¸¥ó¤ò»È¤¦µ¡Ç½¤Ë´ØÏ¢¤¹¤ëÌäÂê¤ËÂн褹¤ëºÝ¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£À­Ç½ ! ¤ÏÃø¤·¤¯°­¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! Option "no_imageblt" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÍѤ¤¤é¤ì¤Ê¤¯¤Ê¤ê¤Þ¤·¤¿¡£"xaa_no_color_exp" ¥ª¥× ! ¥·¥ç¥ó¤Î¸ú²Ì¤Ï¤¤¤¯¤é¤«»÷¤Æ¤¤¤Þ¤¹¡£ ! ! chipset "clgd54xx" ! ¶¯À©Åª¤ËÍ¿¤¨¤é¤ì¤¿¥Á¥Ã¥×¥»¥Ã¥È¤ò¸¡½Ð¤·¤Þ¤¹¡£¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤Î ! ¤Ë¤¦¤Þ¤¯¸¡½Ð¤µ¤ì¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦»þ¤ä¡¢¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¸ß´¹¤È»×¤ï¤ì¤ë̤¥µ¥Ý¡¼¥È¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦»þ¤ËÊØ ! Íø¤Ç¤¹¡£ ! ! videoram 1024 (¤Þ¤¿¤ÏÊ̤ÎÃÍ) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¸¡½Ð¤·¤¿¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤ò¾å½ñ¤­¤·¡¢»ØÄꤵ¤ì¤¿ÎÌ ! ¤Î¥á¥â¥ê¤¬¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë¤Õ¤ê¤ò¤·¤ÆÆ°ºî¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤¬Ìò¤ËΩ¤Ä¤Î¤Ï¡¢¥á¥â¥ê 2MB ¤Î¥«¡¼¥É¤Ë¤ª¤¤¤Æ DRAM ¤Î¹½À®¤¬¥É¥é¥¤ ! ¥Ð¤¬¾å°Ì¤Î¥á¥â¥êÎΰè¤òÍ­¸ú¤Ë¤¹¤ëÊýË¡¤È¸ß´¹¤Ç¤Ê¤¤»þ¤ä¡¢¥á¥â¥ê¤Î¸¡ ! ½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤»þ¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç¹Ô ! ¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Option "fifo_conservative" (5424/6/8/9/3x/46/6x/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ(>= 65 MHz)¤ËÂФ¹¤ë CRT ¤Î ! FIFO ¤ÎïçÃͤò°ÂÁ´Â¦¤ÎÃͤËÀßÄꤷ¡¢À­Ç½¤ÏÍî¤Á¤ë¤â¤Î¤Î¡¢¼Ê¤¬¸÷¤Ã¤¿ ! ¤ê¡¢²èÌ̤¬Íɤ줿¤ê¡¢¥¹¥¯¥ê¡¼¥ó¾å¤Ç¿åÊ¿Êý¸þ¤Ëɽ¼¨¤¬·«¤êÊÖ¤·¤¿ ! ¤ê(Æäˡ¢¤³¤Î¸½¾Ý¤Ï¥¹¥¯¥í¡¼¥ëÅù¤Î BitBLT Áàºî¤ò¹Ô¤Ã¤Æ¤¤¤ëÅÓÃæ¤Ë ! µ¯¤³¤ê¤Þ¤¹)¤¹¤ë¤È¤¤¤Ã¤¿ÌäÂê¤ò¤¿¤Ö¤ó´ËϤ·¤Þ¤¹¡£ ! ! Option "fifo_aggressive" (5424/6/8/9/3x/46/6x/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï CRT ¤Î FIFO ¤ÎïçÃͤò´í¸±Â¦¤ÎÃͤËÀßÄꤷ¤Þ¤¹¡£¤Ä ! ¤Þ¤ê¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬Ä㤤»þ¤Ë»È¤¦¤Î¤ÈƱ¤¸Ãͤˤ·¤Þ¤¹¡£ÍýÏÀŪ¤Ë ! ¤Ï¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¤»þ¤ÎÀ­Ç½¤¬Îɤ¯¤Ê¤ê¤Þ¤¹¤¬¡¢ÂçÄñ¤Î¾ì¹ç¤Ï¸ú ! ²Ì¤¬¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¡¢546x ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¿åÊ¿¤Î¼Ê¤¬ ! ¸º¤Ã¤¿¤ê¡¢¤½¤Î¾¤Îɽ¼¨¤¬¤ª¤«¤·¤¯¤Ê¤ëÌäÂê(ɽ¼¨¤¬º¸¤Ë¤º¤ì¤ëÅù)¤ò²ò ! ·è¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ! Option "no_2mb_banksel" (542x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥É¥é¥¤¥Ð¤Ï 2M ¥Ð¥¤¥È¥«¡¼¥É¤Î¾å°Ì 1M ʬ¤Î ! ¥á¥â¥ê¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤Î¡ÖDRAM ¥Ð¥ó¥¯ÁªÂò¡×¥Ó¥Ã¥È¤ÎÀßÄê¤ò¹Ô¤¤¤Þ ! ¤»¤ó¡£¤³¤ì¤Ï 1MB °Ê¾å¤Î¥á¥â¥ê¤ò»È¤¦²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÀßÄê¤ò¹Ô¤Ã¤Æ ! ¤¤¤ë»þ¤Ë¡¢512x8 ¤Î DRAM ¤òÀѤó¤Ç¤¤¤ë¥Þ¥·¥ó¤Ç¤ÏÌò¤ËΩ¤Ä¤Ç¤·¤ç ! ¤¦(256Kx4/16 DRAM ¤Î¾ì¹ç¤Ë¤ÏÌò¤ËΩ¤Á¤Þ¤»¤ó)¡£ ! ! Option "probe_clocks" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥«¡¼¥É¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤθ¡½Ð¤ò¶¯À© ! Ū¤Ë¹Ô¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ïɬ¤º¤·¤âɬÍפǤϤ¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦ ! ¤Î¤â¡¢Cirrus À½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏÁ´¤Æ¤Î¥¯¥í¥Ã¥¯Ãͤ¬¸ÇÄ꤫¤ÄƱ¤¸ÃÍ ! ¤À¤«¤é¤Ç¤¹¡£ ! ! Clockchip "cirrus" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»È¤¦¤È¡¢¥â¡¼¥É¤¬»È¤¦¥¯¥í¥Ã¥¯¤Ï¼«Æ°Åª¤ËÁªÂò¤µ¤ì¤Þ ! ¤¹¡£Clocks ¹Ô¤ò»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï 320x200 ¤Î ! ¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤ËÂФ·¤Æ 12.5 MHz ¤ò»È¤¦¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£ ! °ìÉô¤Î¼þÇÈ¿ô¤ÏÉÔ°ÂÄê(¥¹¥¯¥ê¡¼¥ó¤¬¡ÖÇÈÂǤġ×)¤«¤â¤·¤ì¤Ê¤¤ÅÀ¤ËÃí°Õ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£°ÂÄê¤À¤ÈÊݾڤǤ­¤ë¤Î¤Ï(¥Ç¥Õ¥©¥ë¥È¤Î¥¯¥í¥Ã¥¯ÃͤΤè ! ¤¦¤Ë)¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¼þÇÈ¿ô¤À¤±¤Ç¤¹¡£ ! ! Option "linear" (VL-bus ÍÑ 542x/6/8/9/3x/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡Á´ÂΤò¾å°Ì¥¢¥É¥ì¥¹¤Î¥·¥¹¥Æ¥à¥á¥â¥ê¤ò ! ±Û¤¨¤ëÉôʬ¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¡¢SVGA ¤Î¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤òÉÔÍפˤ·¤Þ ! ¤¹¡£¤³¤ì¤Ë¤è¤ê 256 ¿§¥â¡¼¥É»þ¤ÎÀ­Ç½¤Ï¸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¡¢¸½ºß¤Ï ! 16bpp, 24bpp, 32bpp »þ¤Ë¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬É¬ÍפǤ¹¡£¾Ü¤·¤¯ ! ¤Ï¥»¥¯¥·¥ç¥ó 4 ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "nolinear" (PCI ¥Ð¥¹ÍÑ 542x/6/8/9/3x/754x) ! PCI ¥Ð¥¹ÍѤΥÁ¥Ã¥×Á´¤Æ¤Ë¤Ä¤¤¤Æ¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï¥Ç¥Õ¥©¥ë¥È ! ¤ÎÁàºî¥â¡¼¥É¤Ç¤¹¡£¤³¤Î¤è¤¦¤Ê¹½À®¤Î¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥¢ ! ¥É¥ì¥Ã¥·¥ó¥°¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Membase 0x00e00000 (¤Þ¤¿¤ÏÊ̤Υ¢¥É¥ì¥¹) (542x/6/8/9/3x/46/754x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍýŪ¤Ê¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò ! ÀßÄꤷ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê ! ¤ê¤Þ¤»¤ó¡£ PCI ¤Ç¤Ê¤¤¥«¡¼¥É¤Ç¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤¦¾ì¹ç¤Ë ! ¤Ï¡¢¤³¤Î»ØÄ꤬ɬÍפǤ¹¡£ ! ! Option "favour_bitblt" (5426 only) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï»È¤ï¤ì¤Ê¤¯¤Ê¤ê¤Þ¤·¤¿¡£ ! ! Option "mmio" (5429, 7548) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢543x/5429 ¤¬ BitBLT ¥¨¥ó¥¸¥ó¤È¤ä¤ê¤È¤ê¤ò¤¹¤ë¤È ! ¤­¤Ë¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢¾¯¤·Â®¤¯ ! ¤Ê¤ê¤Þ¤¹¡£ BitBLT ¥¨¥ó¥¸¥ó¤ò»È¤ï¤Ê¤¤»þ(Î㤨¤Ð¡¢"no_bitblt" »ÈÍÑ ! »þ)¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï̵¸ú¤Ç¤¹¡£ ! ! Option "no_mmio" (543x/4x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤ÎÁàºî¥â¡¼¥É¤Ç¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò ! »È¤¦¥Á¥Ã¥×¤ËÂФ·¤Æ¡¢¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! Option "sw_cursor" (542x/3x/46/6x) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Á¥Ã¥×¤Îµ¡Ç½¤Ç¤¢¤ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤· ! ¤Þ¤¹¡£¥«¡¼¥½¥ë¤¬¤ª¤«¤·¤¤»þ¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Þ¤·¤ç¤¦¡£Æà ! ¤Ë¡¢5434/6 ¤Ç 85MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»È¤¦»þ¤Ë¤Ï¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ò»î¤·¤Þ¤·¤ç¤¦¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¤Ï¤³¤Î¥¯¥í¥Ã¥¯¤Ç¤Ï¥Ï ! ¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¥µ¥Ý¡¼¥È¤¬´°Á´¤Ç¤Ï¤Ê¤¤¤«¤é¤Ç¤¹¡£ ! ! Option "clgd6225_lcd" ! 62x5 ¤ò»È¤Ã¤Æ¤¤¤ë°ìÉô¤Î¥Î¡¼¥È PC ¤Ë¤ª¤±¤ëÇò¿§¤ÎºÇÂçÃͤ˴ؤ¹¤ëÌä ! Âê¤ò²óÈò¤¹¤ë¤¿¤á¤Î¥ª¥×¥·¥ç¥ó¤Ç¤¹¡£ ! ! Option "no_pixmap_cache" ! (BitBLT ¥Á¥Ã¥×Á´¤Æ¤Ë¤ª¤¤¤Æ)XAA ¤ò»È¤Ã¤Æ¤¤¤ë»þ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! XAA ¤Ë¤ª¤±¤ë¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤ò»È¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì ! ¤Ë¤è¤ê¡¢ÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Î°ìÉô¤ËÂнè¤Ç¤­¤Þ¤¹¡£ ! ! Option "xaa_no_color_exp" ! XAA ¤ò»È¤Ã¤Æ¤¤¤ë»þ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XAA ¤¬¥Ï¡¼¥É¥¦¥§¥¢¤Î¿§Å¸³« ! µ¡Ç½¤ò»È¤ï¤Ê¤¤¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤â¡¢ÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Î ! °ìÉô¤ËÂнè¤Ç¤­¤Þ¤¹¡£ ! ! Option "no_stretch" (754x) ! 800x600 ¤Î LCD ¤Ç 640x480 ɽ¼¨¤ò¼«Æ°Åª¤Ë³ÈÂ礹¤ë(¿åÊ¿¡¦¿âľÊý¸þ ! ¤Ë¿­¤Ð¤¹)µ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "pci_retry" (546x) ! PCI ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ÎÀ­Ç½Ä´Àᵡǽ¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ê ! ¤é¤Ð¡¢¥É¥é¥¤¥Ð¤Î¥³¡¼¥É¤Ï PCI ¥Ð¥¹¤Ç¤Ç¤­¤ë¸Â¤ê®¤¯¥Ç¡¼¥¿¤òÁ÷¤í¤¦ ! ¤È¤·¤Þ¤¹¡£ÂçÄñ¤Î¾ì¹ç¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï°ÂÁ´¤Ç¤¹¤¬¡¢Â¾¤Î PCI ¥Ç¥Ð¥¤ ! ¥¹(PCI ¤Î¥Í¥Ã¥È¥ï¡¼¥¯¥«¡¼¥É¤ä¥µ¥¦¥ó¥É¥«¡¼¥É¡¢SCSI ¥³¥ó¥È¥í¡¼¥é ! Åù)¤ÈÁȤ߹ç¤ï¤»¤¿»þ¤ËÌäÂê¤òµ¯¤³¤¹¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó ! ¤òÁªÂò¤·¤Æ»þ¤Ï¡¢¤è¤ê°ÂÁ´¤ÊÊýË¡(VGA ¥³¥Þ¥ó¥É¥­¥å¡¼¤Î¥Ý¡¼¥ê¥ó¥°)¤¬ ! »È¤ï¤ì¤Þ¤¹¡£ ! ! 4. ¥â¡¼¥É¤Ë¤Ä¤¤¤Æ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î 256 ¿§¥É¥é¥¤¥Ð¤Ïºî¶ÈÍѶõ´Ö¤ò¥Ó¥Ç¥ª¥á¥â¥ê¤Ë³Î ! Êݤ·¤Þ¤¹¡£¤Þ¤¿¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤â¥Ó¥Ç¥ª¥á¥â¥ê¤ò 1K (546x ¤Ç¤Ï 2K) ! »È¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢1024x1024 ¤Î²¾ÁÛ²òÁüÅ٤ϥá¥â¥ê 1MB ¤Î¥Ó¥Ç¥ª¥«¡¼ ! ¥É¤Ç»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¸Å¤¤¥Á¥Ã¥×¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¹â¤¯¤·¤¹¤®¤ë¤È¡¢ÉÁ²è¤Ë»È¤¦¥Ó¥Ç¥ª ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý(542x/3x/46/6x ¤Î¾ì¹ç¡¢¤³¤ÎÎ̤ϵ¯Æ°»þ¤Ëɽ¼¨¤µ¤ì¤Þ¤¹)¤¬ ! ¤Û¤È¤ó¤É¤Ê¤¤»þ¤Ë¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî(ÆÃ¤Ë BitBLT)¤ÎÀ­Ç½¤Ë°­±Æ¶Á¤¬¸½¤ï¤ì ! ¤Þ¤¹¡£542x/3x ¥Á¥Ã¥×¤Î¾ì¹ç¡¢¥Ç¥Õ¥©¥ë¥È¤Î MCLK ÀßÄê(0x1c)¤È 32 ¥Ó¥Ã¥È¥á ! ¥â¥ê¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»È¤¦¤È¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 65 MHz ¤Î»þ¤ÎÀ­Ç½¤Ï¡¢ ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 25MHz ¤Î»þ¤ÎȾʬ¤Ë¤Ê¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£¥á¥â¥ê¤Î¥Ð¥ó ! ¥ÉÉý¤¬Â­¤ê¤Ê¤¯¤Ê¤ê¡¢Æ°ºî¤¬ÃÙ¤¯¤Ê¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢µöÍƤǤ­¤ëÈϰϤǥɥåȥ¯ ! ¥í¥Ã¥¯¤ò¤Ç¤­¤ë¤À¤±Ä㤯¤·¤Þ¤·¤ç¤¦¡£Î㤨¤Ð¡¢14 ¥¤¥ó¥Á¤ä 15 ¥¤¥ó¥Á¤Î¥Ç¥£ ! ¥¹¥×¥ì¥¤¤Ç¤Ï¡¢800x600 ¤ò¹â¤¤¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È(¥É¥Ã¥È¥¯¥í¥Ã¥¯50 MHz)¤Ç ! »È¤¤¡¢Â礭¤Ê²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÈÁȤ߹ç¤ï¤»¤ë¤Î¤â°­¤¯¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! 2MB ¤Î¥á¥â¥ê¤òÀѤó¤Ç¤¤¤ë 5434 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¤ ! »þ¤Ë¤â¤â¤Ã¤È¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£DRAM ¤Î¥Ð¥ó¥ÉÉý¤Ï´ðËÜŪ¤Ë 542x ¥·¥ê¡¼¥º ! ¤ÎÇܤǤ¹¡£543x ¥Á¥Ã¥×¤Ï DRAM ¤Î¥Ð¥ó¥ÉÉý¤ò¤â¤Ã¤ÈÍ­¸ú¤ËÍøÍѤ·¤Þ¤¹¡£Æ±¤¸ ! ¤³¤È¤¬ 544x ¤Ë¤â¸À¤¨¤Þ¤¹¡£ ! ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! ! ¸½ºß¡¢SVGA ¥µ¡¼¥Ð¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥³¡¼¥É¤Ç¤Ï¡¢ 16bpp, 24bpp, 32bpp ! ¤ò»È¤¦¤Ë¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬É¬Íפˤʤê¤Þ¤¹¡£¿§¤Î¿¼¤µÊ̤ΠScreen ¥» ! ¥¯¥·¥ç¥ó¤Ç Option "linear" ¤ò»ØÄꤹ¤ë¤³¤È¤Ç¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­ ! ¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£MemBase ¤ÎÀßÄê(Device ¥»¥¯¥·¥ç¥ó)¤â¿ʬɬÍ×¤Ç ! ¤¹¡£(¤¿¤À¤·¡¢PCI ¥«¡¼¥É¤Ç¤¢¤ì¤Ð¤³¤ì¤é¤ÎÃͤϼ«Æ°Åª¤ËÁªÂò¤µ¤ì¤Þ¤¹¡£¤³¤Î ! ¤è¤¦¤Ê¥«¡¼¥É¤Ë¤Ï¡¢ 5446, 546x ¤ä 543x ¥Ù¡¼¥¹¤Î°ìÉô¤Î¥«¡¼¥ÉÅù¤¬¤¢¤ê¤Þ ! ¤¹¡£) ¥«¡¼¥É¤ÎÀßÄê¤Ï°Û¤Ê¤ë¤â¤Î¤¬¤¤¤í¤¤¤í¤¢¤ê¤Þ¤¹¡£ ! ! ISA ¥Ð¥¹ÍѤΠ542x/543x ¤ò»È¤Ã¤Æ¤ª¤ê¡¢¤«¤Ä¥·¥¹¥Æ¥à¤Î¥á¥â¥ê¤¬ 16MB °Ê¾å ! ¤Ç¤Ê¤é¤Ð¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¿½¤·Ìõ¤Ê¤¤¤Ç¤¹ ! ¤¬¡¢ 16bpp ¤âÂÌÌܤǤ¹¡£¥á¥â¥ê¤¬ 14MB °Ê²¼¤Ç¤¢¤ì¤Ð¡¢ `MemBase ! 0x00e00000' ¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤ê¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò 14MB ¤Î°ÌÃÖ¤Ë¥Þ¥Ã¥× ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£`e' ¤Î¸å¤Ë¤Ï 0 ¤¬ 5 ¸Ä¤¢¤ê¤Þ¤¹¡£»ÄÇ°¤Ê ! ¤¬¤é¡¢ISA ¥«¡¼¥É¤Î¿¤¯¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! VESA ¥í¡¼¥«¥ë¥Ð¥¹ÍѤΠ5424/26/28/29 ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢ÏäϤâ¤Ã¤ÈÊ£»¨¤Ç ! ¤¹¡£¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ë´Ø¤·¤Æ 2 ¤Ä¤Î°Û¤Ê¤ë¥¿¥¤¥×¤¬¤¢¤ë¤Î¤Ç¤¹¡£ ! ! o ISA ¥Ð¥¹¤Î¥«¡¼¥É¤ÈƱÍͤˡ¢16MB °Ê²¼¤ÎÎΰè¤Ë¤·¤«¥Þ¥Ã¥×¤ò¹Ô¤¨¤Ê¤¤¥«¡¼ ! ¥É¡£¤Û¤È¤ó¤É¤Î¥«¡¼¥É¤Ï¤³¤ì¤Ë³ºÅö¤·¤Þ¤¹¡£Æ±¤¸À©¸Â¤¬Åö¤Æ¤Ï¤Þ¤ê¤Þ¤¹ ! (¤Ä¤Þ¤ê¡¢¥·¥¹¥Æ¥à¤Î¥á¥â¥ê¤¬ 16MB ̤Ëþ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)¡£ ! ! o A26 ¥é¥¤¥ó¤ËÀܳ¤·¡¢64MB + 14MB ¤Þ¤¿¤Ï 64MB ¤Î°ÌÃÖ¤Ëɬ¤º¥Þ¥Ã¥×¤ò¹Ô ! ¤¦¥«¡¼¥É¡£¤³¤Î¾ì¹ç¤Ë¤Ï `MemBase 0x04e00000' ¤Þ¤¿¤Ï `MemBase ! 0x04000000' ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î»ØÄê¤Ï¡¢A26 ¥é¥¤¥ó¤ò¼ÂÁõ¤·¤¿ ! VLB ¥Þ¥¶¡¼¥Ü¡¼¥É¤ò»È¤¦¤³¤È¤òÁ°Äó¤Ë¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î°ÌÃÖ¤Ç¤Ï¤Ê ! ¤¯¡¢0x2000000 ¤Ë¥Þ¥Ã¥×¤¹¤ë¥«¡¼¥É¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤·¡¢5429 Åù¤ÎºÇ ! ¶á¤Î¥«¡¼¥É¤ÏÄ̾0x03e00000 (62MB) ¤Ë¥Þ¥Ã¥×¤¹¤ë¤è¤¦¤Ç¤¹¡£ ! ! ÀßÄê¤ò¹Ô¤¦¤Ë¤Ï¤ª¤½¤é¤¯»î¹Ôºø¸í¤¹¤ë¤·¤«Ìµ¤¤¤Ç¤·¤ç¤¦¡£¥·¥¹¥Æ¥à¤Î¥á¥â ! ¥ê¤¬ 16MB ¤è¤ê¾®¤µ¤¤¾ì¹ç¡¢MemBase ¤ÎÃͤò¡Ö¸í¤Ã¤Æ¡×ÀßÄꤹ¤ë¤ÈÁ´¤¯¥° ! ¥é¥Õ¥£¥Ã¥¯¥¹¤¬É½¼¨¤µ¤ì¤Ê¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£¤Ç¤¹¤¬¡¢Â¿Ê¬ ctrl-alt- ! backspace ¤Î¥­¡¼Áàºî¤Ç¥µ¡¼¥Ð¤ò½ªÎ»¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥á¥â¥ê¤¬ 16MB °Ê¾å¤Î¾ì¹ç¡¢Á°¼Ô¤Î¥¿¥¤¥×¤Î¥«¡¼¥É¤ò»È¤¦¤È(¸å¼Ô¤Î¥¿¥¤¥×¤Ç ! ¤âƬ¤Î°­¤¤ VLB ¥Þ¥¶¡¼¥Ü¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë»þ)¤Ï¥Þ¥·¥ó¤¬¥¯¥é¥Ã¥·¥å¤¹¤ë¤Ç ! ¤·¤ç¤¦(¤¿¤Ö¤óÆÍȯŪ¤Ë¥Ï¡¼¥É¥ê¥Ö¡¼¥È¤·¤Þ¤¹)¡£ ! ! ¥«¡¼¥É¤Î¥¿¥¤¥×¤Ï¼«Ê¬¤ÎÌܤǸ«¤ÆÄ´¤Ù¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¥«¡¼¥É¤Î A26 ¤Ë¥Ô ! ¥ó¤¬¤¢¤ì¤Ð¡¢¤³¤ì¤Ï 64MB °Ê¾å¤Î°ÌÃ֤˥ޥåפò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤ë¤È»×¤ï¤ì¤Þ ! ¤¹¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢¥«¡¼¥É¤ò¼è¤ê½Ð¤·¤Æ¤¯¤À¤µ¤¤¡£VESA ¥í¡¼¥«¥ë¥Ð¥¹¤Î¥Ô ! ¥ó(¤³¤ì¤Ï¥«¡¼¥É¤Î¥¹¥í¥Ã¥È¤Ç¤Ê¤¤Â¦¤Ë¤¢¤ë¾®¤µ¤¤¥³¥Í¥¯¥¿¥Ô¥ó¤Ç¤¹)¤Î±¦Â¦¤ò ! ¸«¤Æ¤¯¤À¤µ¤¤(Á´¤Æ¤Î¥Á¥Ã¥×¤Ï¥Ü¡¼¥É¤Î¤³¤Á¤é¦¤ËÁõÃ夵¤ì¤Þ¤¹)¡£¤³¤³¤Ë¤Ï ! 45 ËܤΥԥ󤬤¢¤ê¤Þ¤¹¡£¤³¤Î¥Ô¥ó¤Ë¤ÏÆ⦤«¤é½ç¤Ë 1 ÈÖ¤«¤é 45 È֤ޤǤÎÈÖ ! ¹æ¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹(¤Ä¤Þ¤ê¥«¡¼¥É¤Îü¤ËºÇ¤â¶á¤¤¥Ô¥ó¤¬ 45È֤Ǥ¹)¡£Æ⦤«¤é ! ¿ô¤¨¤Æ¤¤¤¯¤È¡¢17 ÈÖÌܤΥԥó¤Ï¤¿¤Ö¤ó¤¢¤ê¤Þ¤»¤ó¤¬¡¢18-20ÈÖÌܤΥԥ󤬤¢¤ê ! ¤Þ¤¹¡£21 ÈÖÌÜ¤Î¥Ô¥ó¤¬ A30 ¤Ç¡¢22 ÈÖÌܤ¬ A28, 23ÈÖÌܤ¬ A26 ¤Ç¤¹¡£¤Ä¤Þ ! ¤ê¡¢ 21-23 È֤Υԥ󤬤ʤ±¤ì¤Ð¡¢¤³¤Î¥«¡¼¥É¤Ï 64MB °Ê¾å¤Î°ÌÃÖ¤Ø¤Î¥Þ¥Ã¥Ô ! ¥ó¥°¤Ï¹Ô¤¨¤Þ¤»¤ó¡£21 ÈÖ¤È 22 È֤ΰÌÃ֤˷ä´Ö¤·¤«¤Ê¤¯(¤¢¤ë¤¤¤Ï¡¢¤É¤Á¤é¤â ! ¸ºß¤¹¤ë)¡¢¤«¤Ä 23 È֤ΰÌÃ֤˥ԥ󤬤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥«¡¼¥É¤Ï¤¿¤Ö¤ó ! 64MB ¤ò±Û¤¨¤ë°ÌÃ֤إޥåפò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥«¡¼¥É¾å¤Î¤½¤Î¥Ô¥ó¤Î¶á ! ¤¯¤Ë²óÏ©¤¬¤¢¤ì¤Ð¡¢¤½¤Î²ÄǽÀ­¤Ï¤µ¤é¤Ë¹â¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ¥í¡¼¥«¥ë¥Ð¥¹ÍѤΠ543x ¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ÌäÂê¤Ï¤â¤Ã¤Èñ½ã¤Ë¤Ê¤ê¤Þ¤¹¤¬ ! (Cirrus Logic ¤Î Windows Íѥɥ饤¥Ð¤Ï¤³¤ì¤òÍѤ¤¤Æ¤¤¤Þ¤¹)¡¢¤½¤ì¤Ç¤âÌäÂê ! ¤¬Ìµ¤¤¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! PCI ¥Ð¥¹ÍѤΥ«¡¼¥É¤ò»È¤¦¾ì¹ç¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò³ÊǼ¤¹ ! ¤ë PCI ¹½À®¥ì¥¸¥¹¥¿¤È¤¤¤¦¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£PCI ¥«¡¼¥É¤¬¸¡½Ð¤µ¤ì¤ë¤È¡¢¥É ! ¥é¥¤¥Ð¤Ï¤³¤Î¥ì¥¸¥¹¥¿¤ò¼«Æ°Åª¤ËÆɤ߹þ¤ß¤Þ¤¹¡£`scanpci' ¥×¥í¥°¥é¥à¤ò»È¤¨ ! ¤Ð¡¢PCI ¹½À®¤òÆɤ߽Ф·¡¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤òɽ¼¨¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! VESA ¥í¡¼¥«¥ë¥Ð¥¹¤Î¾ì¹ç¡¢543x ¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¥¢¥É¥ì¥¹¤¬ ! 64MB ¤Ç¤¢¤ê¡¢¥¸¥ã¥ó¥ÑÀßÄê¤Ç 2048MB ¤È 32MB ¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì ! ¤Ë¤Ä¤¤¤Æ¤Ï¿ʬ¥«¡¼¥É¤ËÉÕ°¤ÎÀâÌÀ½ñ¤«¡¢MS-Windows ¤Î system.ini ¥Õ¥¡¥¤ ! ¥ë¤Ë(linearaddr = <¥á¥¬¥Ð¥¤¥Èñ°Ì¤Î¥ª¥Õ¥»¥Ã¥È> Åù¤È)½ñ¤«¤ì¤Æ¤¤¤ë¤È»×¤¤ ! ¤Þ¤¹¡£¤³¤Î¤è¤¦¤ËÀßÄê¤òÊѹ¹¤Ç¤­¤ë»ÅÍͤϡ¢¥¢¥É¥ì¥¹¥Ô¥ó¤Ç¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò ! ÊѤ¨¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤¼ÂÁõ¤Î VLB ¥Þ¥¶¡¼¥Ü¡¼¥É¤¬¤¿¤¯¤µ¤ó¤¢¤ë¤³¤È¤¬Ê¬¤«¤Ã ! ¤¿¸å¤Ë¡¢Cirrus Logic ¤¬Äɲä·¤¿¤â¤Î¤Ç¤¹¡£MemBase ¤¬»ØÄꤵ¤ì¤Ê¤±¤ì¤Ð¡¢ ! ¥É¥é¥¤¥Ð¤Ï¥Ç¥Õ¥©¥ë¥È¤Î 64MB ¤Ç¤¢¤ë¤â¤Î¤È¤·¤Þ¤¹¡£MemBase ¤ÎÀßÄê¤ÎÎã¤ò¤¤ ! ¤¯¤Ä¤«¼¨¤·¤Þ¤¹: ! ! MemBase 0x02000000 32Mb ! MemBase 0x04000000 64Mb ! MemBase 0x80000000 2048Mb ! ! ºÇ¸å¤Ë 546x ¥«¡¼¥É¤Î¾ì¹ç¤Ç¤¹¤¬¡¢¤³¤ì¤ò»ý¤Ã¤Æ¤¤¤ë¤Ê¤é±¿¤¬¤¤¤¤¤È¸À¤¨¤Þ ! ¤·¤ç¤¦¡£¿´ÇÛ¤¹¤ë¤è¤¦¤Ê¡ÖÌäÂê¡×¤ÏÁ´¤¯¤¢¤ê¤Þ¤»¤ó¡£546X ¤Ï¾ï¤Ë¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤È¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¡¢4GB ¶á¤¯¤Þ¤Ç¤Î ! ¥á¥â¥ê¥¢¥É¥ì¥¹¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£PCI ËüºÐ! ! ! XAA ¤Î¤ª¤«¤²¤Ç¡¢¸½ºß¤Ï 16bpp ¤È 32bpp ¥â¡¼¥É¤Ç´°Á´¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¤¬¸ú¤­¤Þ¤¹¡£5436/46, 546X ¤Î¤è¤¦¤ÊºÇ¶á¤Î¥Á¥Ã¥×¤Ç¤Ï¡¢24bpp ¤Ç¤â´°Á´¤Ë¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤­¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢É½¼¨¤¹¤ë¥Ó¥Ã¥È¿ô¤Ï 4 ÇܤޤÇÁý ! ¤¨¤Þ¤¹¤¬¡¢X ¥µ¡¼¥Ð¤¬ÃÙ¤¯¤Ê¤ê¤¹¤®¤ë¤³¤È¤Ï¤Ê¤¤¤Ï¤º¤Ç¤¹¡£24bpp ¥â¡¼¥É¤È ! 32bpp ¥â¡¼¥É¤Ï¸Â¤é¤ì¤¿¥«¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤È¡¢¾¯¤Ê¤¯¤È ! ¤â 2MB ¤Î¥á¥â¥ê¤òÀѤó¤Ç¤¤¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Screen" ¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢»È¤¤¤¿¤¤¿§¤Î¿¼¤µ¤½¤ì¤¾ ! ¤ì¤ËÂФ·¤Æ "Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤ÇÄêµÁ¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³ ! ¤Î»þ¡¢Modes ¤È²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤â¥µ¥Ö¥»¥¯¥·¥ç¥ó¤´¤È¤Ë»ØÄꤷ¤Þ¤¹¡£ ! Îã(¥Ó¥Ç¥ª¥á¥â¥ê 2MB ¤Î¾ì¹ç)¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! Section "screen" ! SubSection "Display" ! Depth 8 ! Virtual 1280 1024 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! Option "linear" ! EndSubSection ! SubSection "Display" ! Depth 16 ! Virtual 1024 992 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! Option "linear" ! EndSubSection ! SubSection "Display" ! Depth 32 ! Virtual 832 600 ! ViewPort 0 0 ! Modes "640x480" "800x600" ! Option "linear" ! EndSubSection ! EndSection ! ! 6. ``cl64xx'' ¥É¥é¥¤¥Ð ! ! cl64xx ¥É¥é¥¤¥Ð¤Ï¿¤¯¤Î¥é¥Ã¥×¥È¥Ã¥×¤Ç»È¤ï¤ì¤Æ¤¤¤ë cl-gd6440 ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£Î㤨¤Ð¡¢Nan Tan Computer À½¤Î NP9200, NP3600 Åù¤¬¤¢¤ê¡¢¤³ ! ¤Î¥Þ¥·¥ó¤Ï Sager ¤ä ProStar ¤Ë OEM ¶¡µë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢ Texas ! Instruments ¤Î TI4000 ¥·¥ê¡¼¥º¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥â¡¼¥É¤Ï LCD ÀìÍѥ⡼¥É¡¢CRT ÀìÍѥ⡼¥É¡¢¥Á¥Ã¥×¤Î SimulScan ¥â¡¼¥É ! ¤ÇÆ°ºî¤·¤Þ¤¹¡£SimulScan ¥â¡¼¥É¤ò»È¤¦¤È¡¢LCD ¤È³°Éô CRT ¥Ç¥£¥¹¥×¥ì¥¤¤ò ! Ʊ»þ¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£LCD ¥â¡¼¥É¤È SimulScan ¥â¡¼¥É¤Î²òÁüÅÙ¤Ï ! 640x480 ¤Ç¤¹¤¬¡¢CRT ÀìÍѥ⡼¥É¤Ç¤Ïɸ½à VESA ¥â¡¼¥É¤Î 640x480, 600x800, ! 1024x768 ¤¬¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£1024x768 ¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ï¡¢¥Ç¥Ð¥Ã¥° ! ¤ÏÁ´¤¯¤µ¤ì¤Æ¤ª¤é¤º¡¢¥Æ¥¹¥È¤·¤¿¥Þ¥·¥ó¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£ ! ! ¥É¥­¥å¥á¥ó¥È¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¤³¤Î¥Á¥Ã¥×¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃͤÎÁàºî¾å¸Â¤Ï¥³¥¢ ! ÅÅ°µ¤Ë´Ø·¸¤·¤Þ¤¹¡£Æäˡ¢5.0V ¤Î»þ¤ÏºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ï 65MHz ¤Ç¡¢ ! 3.3V ¤Î»þ¤Ï 40MHz ¤Ç¤¹¡£¥É¥é¥¤¥Ð¤Ï¥³¥¢ÅÅ°µ¤ò¥Á¥§¥Ã¥¯¤·¡¢ºÇÂç¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯ÃͤòÂбþ¤¹¤ëÃͤËÀ©¸Â¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢ºÇÂç²òÁüÅ٤ϥê¥Õ¥ì¥Ã¥·¥å ! ¥ì¡¼¥È¤¬ 60Hz ¤Î»þ¤ËÌó 1024x768 ¤ËÊѤï¤ê¤Þ¤¹¡£Æ⢥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿ ! ¤ò¤³¤ÎÀ©¸Â¤è¤ê¹â¤¯¥×¥í¥°¥é¥à¤µ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥µ¡¼¥Ð¤Î ! µ¯Æ°»þ¤Ë½Ö´ÖŪ¤Ë¥Á¥Ã¥×¤ÎÁàºî¾å¸Â¤ò±Û¤¨¤ë¥¯¥í¥Ã¥¯Ãͤ¬¸¡½Ð¤µ¤ì¤¿¾ì¹ç¤Ëµ¯ ! ¤³¤ê¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢Í­¸ú¤ÊÃͤ¬°ìÅÙÆÀ¤é¤ì¤¿¤é¡¢XF86Config ¤Î Clocks ¹Ô ! ¤ò»È¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ÎÀßÄê¤ò¹Ô¤¦¤È¡¢¥µ¡¼¥Ð¤Îµ¯Æ°»þ´Ö¤â·àŪ¤Ëû ! ¤¯¤Ê¤ê¤Þ¤¹¡£¥¯¥í¥Ã¥¯ÃÍ¤Ï X ¥µ¡¼¥Ð¤Ë -probeonly ¥ª¥×¥·¥ç¥ó¤òÉÕ¤±¤Æ¼Â¹Ô ! ¤¹¤ì¤Ð¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹(-probeonly ¥ª¥×¥·¥ç¥ó¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¤³¤È ! ¤Ï¡¢XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ¥Ç¡¼¥¿¥·¡¼¥È¤ò¸«¤ë¤È¡¢¥Á¥Ã¥×¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤Î¹½À®¤Ï 1MB ! ¤À¤±¤Ç¤¹¡£¤Ç¤¹¤«¤é¡¢¤³¤ÎÂ礭¤µ¤Ï¥É¥é¥¤¥Ð¤ËľÀÜÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢É¬Í× ! ¤Ç¤¢¤ì¤Ð¡¢¤³¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥µ¥¤¥º¤ò XF86Config ¤Ç¾å½ñ¤­¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£ ! ¤Þ¤¿¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 1M ¤Ê¤é¤Ð¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó(Î㤨¤Ð 1024x1024)¤¬»È¤¨ ! ¤ë¤Ï¤º¤Ç¤¹¤·¡¢¤³¤ì¤Ï CRT ÀìÍÑ¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Ç¤â»È¤¨¤ë¤Ï¤º¤Ç¤¹¡£¤·¤« ! ¤·¡¢LCD ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç(LCD, SimulScan)¤Ïɬ¤º¡¢¥Á¥Ã¥×¤Ï¥Ó¥Ç¥ª RAM ¤Î ! ¾å°Ì¥¢¥É¥ì¥¹¤ÎÉôʬ¤òÆâÉôŪ¤Ê¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¤¿¤á¤Ë»È¤¤¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Ë»È¤¨¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤ÎºÇÂçÃͤÏÌó 0.75 MB ! (1024x768 Åù¤Ç»È¤¨¤Þ¤¹)¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤ò±Û¤¨¤ëÂ礭¤µ¤Î²¾ÁÛ²òÁüÅÙ¤òÀß ! Äꤷ¤¿¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¤¤Æ¤¤¤ëÎΰ褬ɽ¼¨¤µ¤ì¤¿»þ¤Ë¡¢°µ½Ì¤È ! ¥¨¥¤¥ê¥¢¥·¥ó¥°¤¬¤«¤«¤Ã¤¿¼Ê¤È¤Ç¤â¸À¤¨¤ë¤è¤¦¤ÊÊѤʤâ¤Î¤¬É½¼¨¤µ¤ì¤ë¤Ç¤·¤ç ! ¤¦¡£ ! ! ¸½ºß¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¤Ï LCD, CRT, SimulScan ´Ö¤Î¥¹¥¯¥ê¡¼¥ó¥â¡¼¥ÉÀÚ¤êÂØ ! ¤¨¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¤Þ¤¿¡¢¾¯¤Ê¤¯¤È¤â NP9200 ¾å¤Ç¤Ï¡¢¤³¤Î¥â¡¼¥É¤Ï ! OS ¤Îµ¯Æ°»þ¤Ç BIOS ¤¬¤Þ¤ÀÍ­¸ú¤Ê»þ¤Ë(Î㤨¤Ð Linux ¤Ê¤é LILO Åù¤Ç)ÁªÂò¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ XF86Config ¥Õ¥¡¥¤¥ë¤Î ModeLine ¥ª¥×¥·¥ç¥ó¤Î¤è¤¦¤Ê ! ¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Î¼ïÎà¤ÎÁªÂò¤òÄɲäò¤Ç¤­¤ë¤è¤¦¤Ë¤·¡¢X ¥µ¡¼¥Ð¾å¤«¤éưŪ ! ¤Ê¥¹¥¯¥ê¡¼¥ó¥â¡¼¥ÉÀÚ¤êÂؤ¨¤ò¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤Ù¤­¤Ç¤¹¡£ºÇ¸å¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢ ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¸½ºß¤Ï¥Á¥Ã¥×¤¬»ý¤ÄÅŸ»ÀÚÃǤξÊÅÅÎϵ¡Ç½¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤»¤ó¤·¡¢¥¹¥¯¥ê¡¼¥ó¥Ö¥é¥ó¥¯»þ¤Ë LCD ¤Î¥Ð¥Ã¥¯¥é¥¤¥È¤ò¾Ã¤¹µ¡Ç½¤â¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¤³¤ì¤é¤Îµ¡Ç½¤òÁ´¤Æ¼ÂÁõ¤·¤¿¤¤¤È»×¤Ã ! ¤Æ¤¤¤Þ¤¹¡£ ! ! CL-GD6420 ¤Ë´Ø¤¹¤ë¥á¥â: ! ! ¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤Ïɬ¤º¤·¤âÀµ¤·¤¯¸¡½Ð¤µ¤ì¤Þ¤»¤ó¡£¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¥³¡¼¥É ! ¤Ë¤Ï 2 ¤Ä¤ÎÊýË¡¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ÊÒÊý¤Ï»È¤ï¤Ê¤¤¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£Device ¥»¥¯¥·¥ç¥ó¤Î VideoRam ¹Ô¤Ç¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤ò»ØÄꤹ¤ëÊý¤¬ÎÉ ! ¤¤¤Ç¤·¤ç¤¦¡£CRT ¥â¡¼¥É¤ä SimulScan ¥â¡¼¥É¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ 25.175 ! MHz ¤Çɸ½à¤Î 640x480 60Hz ¤Î¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò»È¤¤¤Þ¤·¤ç¤¦¡£LCD ÀìÍÑ¥â ! ¡¼¥É¤Î»þ¤ÏƱ¤¸¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤ò»È¤¤¤Þ¤¹¤¬¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ¤Ï 16.257 ! MHz ¤Ë¤·¤Þ¤·¤ç¤¦¡£É¸½à¤Î 800x600 56Hz ¤â CRT ¥â¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! cl6440 ¤ò ``cl64xx'' ¥É¥é¥¤¥Ð¤Ç»È¤Ã¤ÆÉÔ¶ñ¹ç¤ò¸«¤Ä¤±¤¿¾ì¹ç¤Ë¤Ï¡¢¤Þ¤º ! Randy Hendry ¤ËÏ¢Íí¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 7. "cirrus" ¥É¥é¥¤¥Ð¤Ç¤Î¥È¥é¥Ö¥ëÂкö ! ! ¤Þ¤ººÇ½é¤Ë¡¢XF86Config ¤ÇÁªÂò¤·¤¿¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤ò¥â¥Ë¥¿¤¬¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤ë¤³¤È¡¢¤Ä¤Þ¤ê¿åʿƱ´ü¤Î¾å¸Â¤¬Àµ¤·¤¤¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤º ! ¤Ïɸ½à¤Î 25.175 MHz ¤Î¥¯¥í¥Ã¥¯¤Î 640x480x256(¿åʿƱ´ü¤Ë 31.5 ¤À¤±¤ò»Ø ! Äꤷ¤Þ¤¹)¤«¤é»Ï¤á¡¢¤ª»È¤¤¤ÎÀßÄê¤Ç¥É¥é¥¤¥Ð¤¬Æ°ºî¤¹¤ë¤³¤È¤ò³Îǧ¤¹¤ë¤Î¤¬ ! Îɤ¤¤Ç¤·¤ç¤¦¡£»È¤ï¤ì¤ë¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤Ï¾ï¤Ë¥â¡¼¥É¹Ô¤ËºÇ½é¤Ë½ñ¤«¤ì¤¿ ! ¥â¡¼¥É¤Ç¡¢¥¿¥¤¥ß¥ó¥°¤Î¥»¥¯¥·¥ç¥ó¤Î²òÁüÅÙ¤ò»ØÄꤹ¤ë¤¿¤á¤ÎºÇ¤â¹â¤¤¥É¥Ã¥È ! ¥¯¥í¥Ã¥¯ÃͤȤȤâ¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! VESA ɸ½à¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤Ï¡¢°ìÉô¤Î¥â¥Ë¥¿¤ÇÌäÂê¤òµ¯¤³¤¹¤³¤È¤¬¤¢¤ë¤Î ! ¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤(¿åʿƱ´ü¿®¹æ¤òÁý¤ä¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤Ä¤Þ¤ê¿¿¤óÃæ¤Î 2 ! ¤Ä¤Î¿åÊ¿¥¿¥¤¥ß¥ó¥°Ãͤκ¹¤òÂ礭¤¯¤¹¤ë¤«¡¢¤Þ¤¿¤ÏÁ´¤Æ¤Î¿åÊ¿¥¿¥¤¥ß¥ó¥°¤Î¥Ñ ! ¥é¥á¡¼¥¿¤ò 16 ¤« 32 ¤ÎÇÜ¿ô¤Ë¤·¤Þ¤¹)¡£ ! ! ¥Ó¥Ç¥ª¿®¹æ¤¬ÆϤ¤¤Æ¤¤¤ë¤¬¡¢²èÌ̤¬Æ±´ü½ÐÍè¤Ê¤¤¾ì¹ç¡£ ! ¥â¥Ë¥¿¡¼¤¬°·¤¨¤Ê¤¤¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¤¹¡£É¸½à¤Ç¤Ê¤¤¥â¡¼¥É¤ò ! »È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¾¯¤·¿ôÃͤò¤¤¤¸¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥â¥Ë¥¿ ! ¡¼¤¬¼è¤ê°·¤¨¤ëɸ½à¥â¡¼¥É¤Èɸ½à¼þÇÈ¿ô¤Î¾ì¹ç¡¢»÷¤¿¤è¤¦¤Ê¥â¡¼¥É¤È¼þ ! ÇÈ¿ô¤ÎÁȹ礻¤ËÂФ¹¤ëÊ̤ΰۤʤ륿¥¤¥ß¥ó¥°¤ò¸«¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Î¿åÊ¿¤Î¤Ö¤ì ! ¤³¤ÎÌäÂê¤Ï¡¢¥¹¥¯¥í¡¼¥ë¤Î¤è¤¦¤ÊÉÁ²èÁàºî¤¬¹Ô¤ï¤ì¤Æ¤¤¤ë»þ¤Ë¸²Ãø¤Ë¤Ê ! ¤ê¤Þ¤¹¡£ 542x/3x/46/6x/754x ¤ò»È¤¦¾ì¹ç¤Ï¡¢ "fifo_conservative" ! ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ç¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤»þ ! ¤Ï¡¢"fast_dram" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤«¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò²¼¤²¤Æ¤ß¤Æ¤¯ ! ¤À¤µ¤¤¡£¤³¤ì¤Ç¤â½½Ê¬¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢ "noaccel" ¥ª¥×¥·¥ç¥ó¤«¡¢ ! "no_bitblt" ¥ª¥×¥·¥ç¥ó¤¬Â¿Ê¬Í­¸ú¤Ç¤·¤ç¤¦¡£546x ¤ò»È¤Ã¤Æ¤¤¤ë»þ ! ¤Ï¡¢"fifo_aggressive" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ (ÉÁ²èÁàºî ! ¤Ë°Í¸¤·¤Ê¤¤¤Ç)¤¤¤Ä¤â²èÌÌÁ´ÂΤ¬¿åÊ¿Êý¸þ¤ËÇÈÂǤ俤ꡢÍɤ줿¤ê¤¹ ! ¤ë¸½¾Ý¤Ç¤¹¡£¤ª¤½¤é¤¯¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¹¤®¤ë¤Î¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¶á ! ¤¤ MCLK Ãͤ¬¾×Æͤòµ¯¤³¤·¤Æ¤¤¤ë¤³¤È¤â¹Í¤¨¤é¤ì¤Þ¤¹¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ¤ò²¼¤²¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¤º¤é¤·¤Æ¤ß¤Æ¤âÎÉ ! ¤¤¤Ç¤·¤ç¤¦¡£2 ÈÖÌܤοåÊ¿¥¯¥í¥Ã¥¯Ãͤò¤¤¤¯¤é¤«Áý¤ä¤·¤Æ¤ß¤Æ¤¯¤À¤µ ! ¤¤¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬ 65 MHz ¤Î 1024x768 ¥â¡¼¥É(Ìó 60Hz)¤Ç¤Ï¡¢¼¡ ! ¤ÎÃͤ¬Ìò¤ËΩ¤Ä¤Ç¤·¤ç¤¦: ! ! "1024x768" 65 1024 1116 1228 1328 768 783 789 818 ! ! Clockchip "cirrus" ¤òÍѤ¤¤Æ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç ! ¤Ï¡¢¤³¤ì¤ò̵¸ú¤Ë¤·¡¢¥Ç¥Õ¥©¥ë¥È¤Î¥¯¥í¥Ã¥¯ÃͤÎÁȹ礻¤ò»È¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! µ¯Æ°¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤·¤Æ¤·¤Þ¤¦(²èÌ̤¬¿¿¤Ã°Å¤Ë¤Ê¤ë¤³¤È¤â¤¢¤ê¤Þ ! ¤¹)¡£ ! "noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤³¤ì¤ÇÆ°ºî¤¹¤ì¤Ð¡¢Â¿¾¯À­ ! ǽ¤¬Îɤ¯¤Ê¤ë "no_bitblt" ¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ BIOS ¤ÎÀßÄ꤬Âç¾æÉ× ! ¤«¤É¤¦¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ÆÃ¤Ë 0xa0000-0xaffff ¤ò¥­¥ã¥Ã¥·¥ó¥°¤· ! ¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£Î¢ DRAM ¤Î¥ê¥Õ¥ì¥Ã¥·¥å¤ò¤ò̵¸ú¤Ë¤·¤Æ¤âÎÉ ! ¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯Áàºî¤Î¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤·¤¿¤ê¡¢¥¹¥¯¥ê¡¼¥ó¤Ë¥´¥ß¤¬ ! »Ä¤ë¡£ ! ¤³¤ÎÌäÂ꤬µ¯¤³¤ë¤È¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤Î¤¤¤º¤ì¤«¤Î¥Ð¥°¤ä¡¢¤¢¤ë¤¤ ! ¤Ï BitBLT ¥¨¥ó¥¸¥ó¤ÎÌäÂê¤Ë´Ø·¸¤·¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ "noaccel" ! ¥ª¥×¥·¥ç¥ó¤ä "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢ ! BIOS ¤ÎÀßÄê¤â³Îǧ¤·¤Þ¤·¤ç¤¦¡£ ! ! ¥µ¡¼¥Ð¤¬ `Blitter timeout' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë¡£ ! Á°¤Î¹àÌܤÈƱ¤¸¤Ç¤¹¡£ ! ! ²èÌ̤¬¿âľÊý¸þ¤Ë¼þ¤ê¹þ¤ó¤Ç¤¤¤ë¡£(542x/3x/46 ¤Î¾ì¹ç) ! DRAM ¤Î¹½À®¤ËÌäÂ꤬¤¢¤ë¤³¤È¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£¥«¡¼¥É¤Ë 2 ¥á¥¬¥Ð¥¤¥È ! ¤Î¥á¥â¥ê¤òÅëºÜ¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢"no_2mb_banksel" ¥ª¥×¥·¥ç¥ó¤ò»î¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¤¿¤À¤·¡¢1 ¥á¥¬¥Ð¥¤¥È¤À¤±¤ò²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Ë»È¤¦¾ì¹ç ! ¤Ï¡¢videoram "1024" ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! üËö¥¦¥£¥ó¥É¥¦¤Îʸ»ú¤¬Êø¤ì¤ë¡£ ! ɸ½à¤Ç¤Ê¤¤¥Ó¥Ç¥ª¤Î¼ÂÁõ¤Ë¤Ä¤¤¤Æ¤³¤ÎÌäÂ꤬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! "no_bitblt" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Î¡¼¥È PC ÍÑ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¼Ê¤¬½Ð¤ë¡¢¤¢¤ë¤¤¤Ï¥Ï¥ó¥°¤¹¤ë¡£ ! ¤³¤Î¸½¾Ý¤¬µ¯¤³¤ë¤Î¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¹¤®¤ÆÉÁ²è¤Î¤¿¤á¤Î¥Ð¥ó ! ¥ÉÉý¤¬½½Ê¬¼è¤ì¤Ê¤¤¾ì¹ç(Îã: 512K ¥Ð¥¤¥È¤Î¥«¡¼¥É¤Ç 40MHz ¤ò»È¤¦¾ì ! ¹ç)¤ä¡¢(5422 ¤Î¤è¤¦¤Ê·Á¼°¤Î)¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò»È¤Ã¤Æ¤¤¤ë¾ì ! ¹ç¤Ç¤¹¡£ ! ! »þ¡¹¥Æ¥­¥¹¥È¤Î¥Ô¥¯¥»¥ë¤¬¤ª¤«¤·¤¯¤Ê¤Ã¤¿¤ê¡¢¥¦¥£¥ó¥É¥¦¤ÎÏȤòÆ°¤«¤¹¤È ! ¥´¥ß¥Ô¥¯¥»¥ë¤¬»Ä¤ë¡£ ! ¿ʬ¡¢MCLK ¤ÎÀßÄ꤬¹â¤¹¤®¤ë¤³¤È¤Ë´Ø·¸¤·¤Æ¤¤¤Þ¤¹(¥Ð¥ó¥¯¥â¡¼¥É¤¬Âç ! ¾æÉפǤ⡢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ÇÌäÂê¤Ë¤Ê¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹)¡£ ! ! ¥Á¥Ã¥×¥»¥Ã¥È¤¬¸¡½Ð¤Ç¤­¤Ê¤¤¡£ ! »ý¤Ã¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤ËºÇ¤â¶á¤¤¤â¤Î¤Î·¿¤ò¶¯À©Åª¤Ë»ØÄꤷ¤Æ¤ß¤Þ ! ¤·¤ç¤¦¡£ ! ! »þ¡¹¡¢¤ª¤«¤·¤Êû¤¤Àþʬ(¤¿¤¤¤Æ¤¤Çò¤¤¡Ë¤¬É½¼¨¤µ¤ì¤ë ! ¥·¥¹¥Æ¥à¤«¤é¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ËÂФ¹¤ë BitBLT Áàºî¤Ë¤ª¤±¤ëÌäÂê¤Ë´Ø·¸ ! ¤·¤Æ¤¤¤Þ¤¹¡£µ¤¤Ë¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢"no_imageblt" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß ! ¤Þ¤·¤ç¤¦¡£ ! ! ¤¦¤Þ¤¯¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Éü¸µ¤·¤Ê¤¤ ! ¤³¤Î¸½¾Ý¤Ï¤¤¤¯¤Ä¤«¤Î¹½À®¤ÇÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£XFree86 3.1 ¤Ç ! ¤Ï¡¢SVGA ¥µ¡¼¥Ð¤Î¸¡½Ð·ë²Ì¤¬ Chipset ¹Ô¤òÍ׵ᤷ¡¢543x ¤Î¥ì¥¸¥¹¥¿ ! ¤ò²õ¤·¤Æ¤¤¤¿¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ÉáÄ̤ϡ¢¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Õ¥©¥ó¥È¤ò ! ¥»¥Ã¥È¤¹¤ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (Linux ¤Ç¤Ï setfont, runx, ! restorefont)¤ò»È¤Ã¤Æ¥Õ¥©¥ó¥È¤òÉü¸µ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÈó¾ï¤Ë¹â¤¯¤¹¤ë¤È¥·¥¹¥Æ¥à¤ÎÆ°ºî¤¬ÉÔµ¬Â§¤Ë¤Ê¤ë ! ¥«¡¼¥É¤ä¥Þ¥¶¡¼¥Ü¡¼¥É¤ÎÀ߷פ¬°­¤¤¤¿¤á¤Ë¡¢¥Ó¥Ç¥ª¥«¡¼¥É¤Î¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯¤ò¹â¤¯¤¹¤ë¤È¥·¥¹¥Æ¥à¤Î¾¤ÎÉôʬ(Îã: ¥Ç¥£¥¹¥¯ I/O)¤È¾×Æͤ¹¤ë ! ¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¸½¾Ý¤Ï 5428 ¥Ù¡¼¥¹¤Î PCI ¥«¡¼¥É¤Î°ìÉô¤Çµ¯ ! ¤³¤Ã¤Æ¤¤¤Þ¤¹(¤³¤ì¤ÏÌÇ¿¤Ë¤¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢5428 ¥Á¥Ã¥×¤Ï ! PCI ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹)¡£ ! ! ¥Þ¥¦¥¹¥«¡¼¥½¥ë¤¬É½¼¨¤µ¤ì¤Ê¤«¤Ã¤¿¤ê¡¢¥¹¥¯¥ê¡¼¥ó¤Ë 2 ¤Äɽ¼¨¤µ¤ì¤ë ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬¹â¤¤¾ì¹ç¡¢¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤¬Àµ¤·¤¯Æ°ºî¤·¤Þ¤»¤ó¡£"sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò»î¤¹¤«¡¢¥¹¥¯¥ê¡¼ ! ¥ó¤Î¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò²¼¤²¤Þ¤·¤ç¤¦¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤Î±¦Ã¼¤ä²¼Ã¼¤Ë¥é¥ó¥À¥à¤Ê¥Ô¥¯¥»¥ë¤ä¥´¥ß¥Ô¥¯¥»¥ë¤¬¸½¤ï¤ì¤ë ! ¤³¤ÎÌäÂê¤ÏÉáÄÌ¡¢¥¹¥¯¥ê¡¼¥ó¤Î¥Ç¥£¥¹¥×¥ì¥¤¥µ¥¤¥º¤è¤ê¤âÂ礭¤¤²¾ÁÛ¥¹ ! ¥¯¥ê¡¼¥ó¤Î¥µ¥¤¥º¤ò»È¤Ã¤Æ¤¤¤ë¤È¤­¤Ëµ¯¤³¤ê¤Þ¤¹¡£¥´¥ß¥Ô¥¯¥»¥ë¤Ï¥Õ¥ì ! ¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î̤»ÈÍѤÎÉôʬ¤Ç¡¢³Æ¥¹¥­¥ã¥ó¥é¥¤¥ó¤¬¥Ð¥¤¥È¶­³¦¤Ë¤Þ¤¿ ! ¤¬¤é¤Ê¤¤¤è¤¦¤ËÄ´À°¤·¤Æ¤¤¤ë·ë²Ì¤È¤·¤Æµ¯¤³¤ê¤Þ¤¹¡£Í¾·×¤Ê¥Ô¥¯¥»¥ë¤ò ! ̵¤¯¤¹¤Ë¤Ï¡¢¥¹¥¯¥ê¡¼¥ó¤Î¥Ô¥¯¥»¥ëÉý¤¬ 128/(bpp ÃÍ) ¤Ç³ä¤êÀÚ¤ì¤ë¤è ! ¤¦¤Êɽ¼¨¥â¡¼¥É¤ò»È¤¦¤³¤È¤Ç¤¹¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤¬±¦Ã¼¤Ë¿åÊ¿¤Ë²ó¤ê¹þ¤à(546x) ! ¾å¤Î¹àÌܤÈƱ¤¸¤Ç¤¹¡£ ! ! ¥¹¥¯¥ê¡¼¥ó¤¬ºÇ½é¤ÏÀµ¤·¤¯É½¼¨¤µ¤ì¤ë¤¬¡¢¤½¤Î¸å¿¿¤ÃÇò¤Ë¤Ê¤Ã¤Æ¤·¤Þ ! ¤¦(564x)¡£ ! ¤³¤ÎÌäÂê¤ÏÄ̾¿§¤Î¿¼¤µ¤¬Â礭¤¤»þ¤È¥¹¥¯¥ê¡¼¥ó¤¬Â®¤¯½ñ¤­´¹¤¨¤é¤ì ! ¤Æ¤¤¤ë»þ(Ť¤¥Õ¥¡¥¤¥ë¤ò cat ¤Ç½ÐÎϤ·¤Æ¤¤¤ë»þ¤ä¡¢Â礭¤¤¥¦¥£¥ó¥É¥¦ ! ¤ò¤°¤ë¤°¤ë¤ÈÆ°¤«¤·¤Æ¤¤¤ë»þ)¤Ëµ¯¤³¤ê¤Þ¤¹¡£RamBus ¥á¥â¥ê¤¬·ã¤·¤¯»È ! ¤¤¤¹¤®¤Ë¤Ê¤ë¤Î¤Ç¤¹¡£¤Þ¤º¤Ï Option "med_dram" ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¤³¤ì¤Ç¤âÌäÂ꤬²ò·è¤·¤Ê¤±¤ì¤Ð Option "slow_dram" ¤ò»È¤¤¤Þ¤¹¡£ ! ! ¤³¤ì°Ê³°¤Î¥¹¥¯¥ê¡¼¥óÉÁ²è´ØÏ¢¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ¤Ï¡¢"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î ! ¤·¤Æ¤¯¤À¤µ¤¤("no_bitblt" ¤Î¸ú²Ì¤¬Ìµ¤¤¾ì¹ç)¡£ ! ! ¤³¤Î¥É¥­¥å¥á¥ó¥È¤ËºÜ¤Ã¤Æ¤¤¤Ê¤¤¤è¤¦¤Ê¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂ꤬À¸¤¸¤¿¾ì¹ç¤ä¡¢ ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­µ¡Ç½¤Î¥Ð¥°¤òȯ¸«¤·¤¿¾ì¹ç¤Ï¡¢XFree86 ¥Á¡¼¥à¤ËÏ¢Íí ! ¤¹¤ë¤«(¸½ºß¤Î¥É¥é¥¤¥Ð¤Î¥á¥ó¥Æ¥Ê¤Ç¤¢¤ë Corin Anderson ¤Ë¤Ï¡¢ ! corina@the4cs.com ¤ÇÏ¢Íí¤Ç¤­¤Þ¤¹)¡¢Usenet ¤Î¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× ! "comp.windows.x.i386unix" ¤ËÅê¹Æ¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÂºÝ¤Î¤È¤³¤í¡¢(À®¸ù¤Ç¤â¼ºÇԤǤâ)Êó¹ð¤ÏÂç´¿·Þ¤Ç¤¹¡£¥Æ¥¹¥È¤¬¤Þ¤À¹Ô¤ï¤ì¤Æ ! ¤¤¤Ê¤¤µ¡´ï¹½À®¤Î¾ì¹ç¤Ï¤Ê¤ª¤µ¤é¤Ç¤¹¡£Êó¹ð¤Ï BetaReport ¥Õ¥©¡¼¥à ! (report@XFree86.org ¤Ë¥á¡¼¥ë¤ò½Ð¤·¤Æ¤¯¤À¤µ¤¤)¤ò»È¤Ã¤Æ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¤½¤Î¤¦¤Á¤Ë www.xfree86.org ¤Ç¸ø³«¤µ¤ì¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÁÀ¤¦¤È¤¤¤¦ ! ¤Î¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! 8. ¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿µ¡´ï¹½À® ! ! ¥Ð¡¼¥¸¥ç¥ó 3.3.3 ¤ò¥Æ¥¹¥È¤·¤¿µ¡´ï¹½À®¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! CL-GD5446(¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5464(¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5465(¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5480(¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5465(¥á¥â¥ê 4MB, AGP ¥Ð¥¹ÍÑ) ! ! ¥Ð¡¼¥¸¥ç¥ó 3.3 ¤Ç¤Ï¡¢°Ê²¼¤Îµ¡´ï¹½À®¤Ç¤¢¤ëÄøÅ٤Υƥ¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹: ! ! CL-GD5446(¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! 85 MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£16bpp »þ ! ¤Ë¥¹¥Æ¥£¥×¥ë¤ò¹Ô¤¦¤È¡¢¥¦¥£¥ó¥É¥¦ÏȤÎü¤¬²õ¤ì¤¿¤ê¤ª¤«¤·¤¤¿§¤Çɽ¼¨ ! ¤µ¤ì¤ëÌäÂ꤬Êó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó "xaa_no_pixmap_cache" ! ¤ò»È¤¦¤ÈÌäÂ꤬²ò·è¤·¤Þ¤¹¡£ ! ! CL-GD5464(¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD7543(PCI ¥Ð¥¹ÍÑ) ! ! XFree86 3.2A ¤ÇƳÆþ¤µ¤ì¤¿Êѹ¹¤Ë¤Ä¤¤¤Æ¤Î¥Æ¥¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤ëµ¡´ï¹½À®¤Î ! ¥ê¥¹¥È¤ò¼¨¤·¤Þ¤¹¡£°ìÉô¤Îµ¡´ï¤Ë¤Ä¤¤¤Æ¤Ï¥Æ¥¹¥È¤ÎÎ̤¬ÂçÊѾ¯¤Ê¤¯¡¢¤Þ¤È¤á¤Ï ! ÉÔ´°Á´¤Ç¤¹¡£¥Æ¥¹¥È¤Ë¶¨ÎϤǤ­¤ë¤Ê¤é¤Ð¡¢À§È󤽤¦¤·¤Æ¤¯¤À¤µ¤¤¡£ºÇ¿·¤Î¾ðÊó ! ¤òÆÀ¤ë¤Ë¤Ï¡¢¤³¤Î¥É¥­¥å¥á¥ó¥È¤ÎºÇ¿·ÈÇ(www.xfree86.org ¤Ë¤¢¤ê¤Þ¤¹)¤ò ! ¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! CL-GD5426 (VL ¥Ð¥¹ÍÑ) ! ¤³¤Î¹½À®¤Ï¡¢½é´ü¥Ð¡¼¥¸¥ç¥ó¤Î XAA ¥³¡¼¥É¤Ç¤·¤«¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó¡£ ! ! CL-GD5434 (¥á¥â¥ê 2MB, VL ¥Ð¥¹ÍÑ) ! MMIO Áàºî¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¹½À®¤Ï½é´ü¥Ð¡¼¥¸¥ç¥ó¤Î XAA ! ¥³¡¼¥É¤Ç¤·¤«¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! CL-GD5436 (¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5446 (¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! MMIO ¥â¡¼¥É¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£32bpp ¥â¡¼¥É¤Ï¤ª¤½¤é¤¯Æ°ºî¤·¤Þ¤» ! ¤ó¡£ 8bpp »þ¤Ë¤Ï 85 MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È¤ÏÆ°ºî¤·¤¿ ! ¤êÆ°ºî¤·¤Ê¤«¤Ã¤¿¤ê¤·¤Þ¤¹¡£ ! ! CL-GD5462 (¥á¥â¥ê 2MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5462 (¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! ! CL-GD5464 (¥á¥â¥ê 4MB, PCI ¥Ð¥¹ÍÑ) ! 8bbp, 16bpp, 24bpp, 32bpp ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£CL-GD5464 ¤Ï 16bpp ! ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¤¬¡¢¥ª¥×¥·¥ç¥ó -weight 555 ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! CL-GD7543 (PCI ¥Ð¥¹ÍÑ) ! TFT ¥Ç¥£¥¹¥×¥ì¥¤(TI TravelMate 5000)¤Ç 8bpp, 16bpp ¤¬Æ°ºî¤·¤Þ¤· ! ¤¿¡£Á°¤Î¥Ð¡¼¥¸¥ç¥ó(3.2)¤Ç¤Ï²õ¤ì¤Æ¤¤¤ë¤ÈÊó¹ð¤¬¤¢¤ê¤Þ¤·¤¿¡£Æ°ºî¤¹ ! ¤ë¹½À®¤â¤¢¤ê¤Þ¤¹¤¬¡¢Àµ¤·¤¯Æ°ºî¤·¤Ê¤¤¹½À®¤âÊó¹ð¤µ¤ì¤Æ¤¤¤Þ ! ¤¹¡£800x600 ¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ç¤Ï¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¿ä¾©ÃÍ¤Ï TFT ¤Î ! ¾ì¹ç¤Ï 40MHz ¤Ç¡¢DSTN ¤Î¾ì¹ç¤Ï 33.7 MHz ¤Ç¤¹¡£¤³¤ì¤ËÂбþ¤¹¤ë¿âľ ! Ʊ´ü¤Ï¡¢TFT ¤Î¾ì¹ç¤Ï 33.7kHz ¤Ç¡¢DSTN ¤Î¾ì¹ç¤Ï 38.6kHz ¤Ç¤¹¡£¤· ! ¤«¤·¡¢VESA ɸ½à¤Î 40MHz 800x600 ¤Î¥¿¥¤¥ß¥ó¥°¤ÇÌäÂ꤬µ¯¤³¤ë¤È¤¤¤¦ ! Êó¹ð¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ò²ò·è¤¹¤ëÊýË¡¤Ï¡¢4ÈÖÌܤοâľ¥¿¥¤¥ß¥ó¥°Ãͤò ! ¾®¤µ¤¯¤¹¤ë¤«¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò 36MHz ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! ºÇ¿·¾õÂ֤ǤΥƥ¹¥È¥Ç¡¼¥¿¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡¢°Ê²¼¤Î¹½À®¤â¸æÍ÷¤¯¤À¤µ¤¤: ! ! CL-GD5429 (VL ¥Ð¥¹ÍÑ) ! BitBLT Áàºî¤Ï 3.2 ¤Ç½¤Àµ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£MMIO ¤ÏÆ°ºî¤·¤Þ¤»¤ó¤¬¡¢3.2 ! ¤ä 3.2A ¤Ç¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! CL-GD5430 (PCI ¥Ð¥¹ÍÑ) ! ¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£24bpp ¤Ë¤ÏÉÔ¶ñ¹ç¤¬¤¢¤ê¤Þ¤¹¤¬¡¢°Ê¹ß¤Î¥Ð¡¼¥¸¥ç ! ¥ó(3.2A) ¤Ç½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£ ! ! CL-GD5430, CL-GD5436, CL-GD5446(¥á¥â¥ê 1MB) ! 16bpp »þ¤Ë¡¢¤³¤ì¤é¤Î¥Á¥Ã¥×¤¬ 1MB ¤Î¥á¥â¥ê¤òÀѤó¤À CL-GD5434 ¤ÈƱ ! ¤¸°·¤¤¤òɬÍפȤ¹¤ë¤«¤É¤¦¤«¤¬¤ï¤«¤ì¤Ð¤è¤¤¤Î¤Ç¤¹¤¬¡Ä¡£ ! ! CL-GD5434, (¥á¥â¥ê 1MB, PCI ¥Ð¥¹ÍÑ) ! 8bpp, 16bpp, 24bpp ¤Ç¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£16bpp ¤Ë¤ª¤±¤ë¡Östatic¡× ! ÌäÂê¤Ï´û¤Ë²ò·è¤µ¤ì¤Þ¤·¤¿¡£MMIO Áàºî¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! CL-GD5436, CL-GD5446 (¥á¥â¥ê 1MB) ! ¤³¤Î¹½À®¤ËÂФ¹¤ë FIFO ÀßÄê¤ÏÆäËÉÔÌÀ³Î¤Ç¤¹¡£ ! ! CL-GD7541 ! ! CL-GD7548 ! 7543 ¤È¸ß´¹¤Î¤Ï¤º¤Ç¤¹¤¬¡¢¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£Êó¹ð¤Ë¤è¤ë ! ¤È¡¢3.2 ¤Ç¤ÏÆ°ºî¤·¤¿¤½¤¦¤Ê¤Î¤Ç¡¢3.2A ¤ÇÆ°ºî¤·¤Ê¤¤Íýͳ¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ ! ! 9. ¥É¥é¥¤¥Ð¤ÎÊѹ¹ ! ! XFree86 3.3.2 ¤«¤é¤ÎÊѹ¹ÅÀ: ! ! o 546x ¤Ë¤ª¤±¤ëÆ©²áŪ¤Ê¥¹¥¯¥ê¡¼¥ó-¥¹¥¯¥ê¡¼¥ó¥³¥Ô¡¼¤Î½¤Àµ¡£ ! ! o 546x ¤Ë¤ª¤¤¤Æ¤â¡¢ÁȤ߹þ¤ß¤Î¥¹¥¯¥ê¡¼¥ó¥»¡¼¥Ð¤¬Àµ¤·¤¯²èÌ̤ò¥Ö¥é¥ó¥¯¤µ ! ¤»¤é¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! o ¥É¥é¥¤¥Ð¤Ï 546x ¤ËÂФ·¡¢¥¹¥¯¥ê¡¼¥ó¤Î¹â¤µ¤¬ 1024 ¥¹¥­¥ã¥ó¥é¥¤¥ó¤è¤ê ! Â礭¤¤»þ¤Ë¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î»ÈÍѤò¶Ø»ß¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿(¥Ý ! ¥¤¥ó¥¿¤¬2¤Äɽ¼¨¤µ¤ì¤ëÌäÂê¤Î½¤Àµ¤Ç¤¹)¡£ ! ! o CPU-¥¹¥¯¥ê¡¼¥ó¤Î BitBLT žÁ÷¤¬ 5465 ¤Ç¤Ï̵¸ú¤Ë¤Ê¤ë¤è¤¦¤Ë¤·¤Þ¤·¤¿¡£ ! ¤³¤ì¤Ï¡¢5465 AGP »ÈÍÑ»þ¤Ë¥·¥¹¥Æ¥à¤¬»ß¤Þ¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤òËɤ°¤¿¤á¤Ç ! ¤¹¡£ ! ! o 5480 ¤Ç¹â²òÁüÅ٥⡼¥É¤ò»ÈÍѤ·¤¿¤È¤­¤Ëµ¯¤³¤ëɽ¼¨¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤· ! ¤¿¡£ ! ! XFree86 3.2A ¤«¤é¤ÎÊѹ¹ÅÀ: ! ! o °ìÉô¤Î¥Á¥Ã¥×¤Ç¥á¥â¥ê¥Þ¥Ã¥×¥È I/O Áàºî¤ò¹Ô¤Ã¤¿¤È¤­¤Ë¥µ¡¼¥Ð¤¬¥¯¥é¥Ã ! ¥·¥å¤¹¤ë¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o 5436, 5446 ¤Ë¤ª¤±¤ë 80MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î°·¤¤¤òľ¤·¤Þ¤·¤¿¡£ ! ! o CL-GD7555 ¤òͽÈ÷Ū¤Ë¥µ¥Ý¡¼¥È¤·¤Þ¤·¤¿(¸¡½Ð¤Ï¤Þ¤À¹Ô¤¤¤Þ¤»¤ó)¡£ ! ! o CL-GD5480 ¤È CL-GD5465 ¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤·¤¿¡£ ! ! o °ìÉô¤Î Alpine ·Ï¥Á¥Ã¥×¤Ë¤ª¤±¤ë 32bpp ¥â¡¼¥É¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o Laguna ·Ï¥Á¥Ã¥×¸þ¤±¤Ë 230MHz ¤Þ¤Ç¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È¤òÄɲä· ! ¤Þ¤·¤¿¡£ ! ! XFree86 3.2 ¤«¤é¤ÎÊѹ¹ÅÀ: ! ! o BitBLT ¥¨¥ó¥¸¥ó¤ò»ý¤ÄÁ´¤Æ¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ¡¢XAA ¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¤ò²þÎɤ·¤Þ¤·¤¿¡£ ! ! o Laguna ¥·¥ê¡¼¥º(546x)¤ËÂФ·¤Æ XAA ¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò²þÎÉ ! ¤·¤Þ¤·¤¿¡£ ! ! o 5430 ¤Î 24bpp ¥â¡¼¥É¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o 754x ¤Î¥µ¥Ý¡¼¥È¤ò²þÎɤ·¤Þ¤·¤¿¡£¤³¤ì¤Ï LCD ¤Î³ÈÂçɽ¼¨¤ä/Ãæ±ûɽ¼¨¤Î¥µ ! ¥Ý¡¼¥È¤ò´Þ¤ß¤Þ¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus,v 3.1.2.2 1999/11/26 15:23:17 hohndel Exp $ ! ! $XConsortium: cirrus.sgml /main/12 1996/10/28 05:43:32 kaleb $ ! ! 10. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 ! 3.2): ²¬Ëܰ칬 ! , ¹¹¿·(XFree86 3.3.3 Âбþ): Æ£¸¶µ±²Å ! )¡£ÌäÂêÅÀ¤Î»ØŦ¤ä ! ¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! ¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ ! ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog:1.1.2.1 Wed Jun 2 17:50:58 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog Sat Nov 27 02:23:18 1999 *************** *** 1,132 **** ! ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î»ÈÍѤȳ«È¯¤Ë´Ø¤¹¤ë¾ðÊó ! The XFree86 Project, Inc. ! 16 December 1994 ! The X Japanese Documentation Project ! 13 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î»ÈÍÑ ! 2. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î³«È¯ ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î»ÈÍÑ ! ! XFree86 ¤Ë¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ÎÀßÄê¤ò³°Éô¥×¥í¥°¥é ! ¥à¤«¤é¹Ô¤¦¤¿¤á¤Îµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢É¸½à¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Ê¤¤ÊýË¡¤Ç¥¯¥í¥Ã¥¯ÁªÂò¤ò¹Ô¤¦¥«¡¼¥É¤ò°·¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¤³¤Îµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë ! ClockProg ¤È¤¤¤¦¹Ô¤òÄɲä·¤Þ¤¹¡£¤³¤Î¹Ô¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤Ã ! ¤Æ¤¤¤Þ¤¹: ! ! ClockProg "commandpath" ! ! ! ¤³¤³¤Ç commandpath ¤Ï¥¯¥í¥Ã¥¯ÀßÄê¥×¥í¥°¥é¥à¤Î¥Õ¥ë¥Ñ¥¹Ì¾¤Ç¤¹¡£ command- ! path ¤Ë°ú¤­¿ô¤òÉÕ¤±¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬»È¤ï¤ì¡¢¤«¤Ä Clocks ¹Ô¤ò»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤»þ¤Ë¤Ï¡¢¥«¡¼¥É ! ¤Î¥¯¥í¥Ã¥¯¤Ï´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ç¤¢¤ë(Îã: SS24)¤â¤Î¤ÈÁÛÄꤵ¤ì¤Þ¤¹¡£¤· ! ¤«¤·¡¢¥«¡¼¥É¤ÇÁª¤Ù¤ë¥¯¥í¥Ã¥¯¤¬Í½¤á·è¤Þ¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë Clocks ¹Ô¤¬É¬ÍפǤ¢¤ê¡¢¤³¤ì¤ò»È¤Ã¤ÆÍøÍÑ ! ²Äǽ¤Ê¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¥µ¡¼¥Ð¤Ë¶µ¤¨¤Æ¤ä¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Clocks ¹Ô ! ¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯¤Î½ç½ø¤Ï¡¢¥«¡¼¥É¤ä¥×¥í¥°¥é¥à¤¬ÁÛÄꤷ¤Æ¤¤¤ë½ç½ø¤È°ìÃפ· ! ¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥¯¥í¥Ã¥¯ÃÍ¤Ï 128 ¸Ä¤Þ¤Ç»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£ ! ! ¥µ¡¼¥Ð¤¬³°Éô¥×¥í¥°¥é¥à¤ò¸Æ¤Ó½Ð¤¹¤Î¤Ï¡¢¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤òÊѹ¹¤¹¤ëɬÍפ¬¤¢ ! ¤ë¤È¤­¤Ç¤¹¡£Êѹ¹¤¹¤ëɬÍפ¬À¸¤¸¤ë¤Î¤Ï¡¢¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤È¥Û¥Ã¥È¥­¡¼¥·¡¼¥± ! ¥ó¥¹¤Ë¤è¤Ã¤Æ¥â¡¼¥É¤¬ÀÚÂؤ¨¤é¤ì¤¿¤È¤­¤Ç¤¹¡£³°Éô¥³¥Þ¥ó¥É¤Ë¤Ï2¤Ä¤Î¥³¥Þ¥ó ! ¥É¥é¥¤¥ó°ú¤­¿ô¤¬ÅϤµ¤ì¤Þ¤¹¡£ºÇ½é¤Î°ú¤­¿ô¤Ï¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤Ç¤¹(MHz ¤òñ ! °Ì¤È¤¹¤ëÉâÆ°¾®¿ô¤Ç¡¢¸½ºß¤Ï¤Û¤Ü 0.1MHz ñ°Ì¤Ç»ØÄê¤Ç¤­¤Þ¤¹)¡£2ÈÖÌܤΰú¤­ ! ¿ô¤Ï Clocks ¥ê¥¹¥È¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯ÃͤΥ¤¥ó¥Ç¥Ã¥¯¥¹ÈÖ¹æ¤Ç¤¹(ºÇ½é¤Î¥¯ ! ¥í¥Ã¥¯ÃͤΥ¤¥ó¥Ç¥Ã¥¯¥¹ÈÖ¹æ¤Ï 0 ¤Ë¤Ê¤ê¤Þ¤¹)¡£Áª¤Ù¤ë¥¯¥í¥Ã¥¯ÃͤÎÁȹ礻¤¬ ! ·è¤Þ¤Ã¤Æ¤¤¤ë¥«¡¼¥É¤Ç¤Ï¥¤¥ó¥Ç¥Ã¥¯¥¹ÈÖ¹æ¤ò»È¤¦¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¤·¡¢¥¯ ! ¥í¥Ã¥¯¤¬´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥«¡¼¥É¤Ç¤Ï¼þÇÈ¿ô¤ò°ú¤­¿ô¤Ë¤¹¤ë¤³¤È¤Ë¤Ê¤ë ! ¤Ç¤·¤ç¤¦¡£ ! ! ! 2. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î³«È¯ ! ! ¤³¤Î¤è¤¦¤Ê³°Éô¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¤¤¤ë´Ö¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Ï¥¯¥í¥Ã¥¯ÁªÂò¤Ë´Ø·¸ ! ¤¹¤ë¥ì¥¸¥¹¥¿¤Ï°ìÀÚÊѹ¹¤·¤Þ¤»¤ó¡£¤Þ¤¿¡¢³°Éô¥×¥í¥°¥é¥à¤Ç¤Ï¥¯¥í¥Ã¥¯ÁªÂò ! ¥Õ¥£¡¼¥ë¥É°Ê³°¤ÏÊѹ¹¤·¤Ê¤¤¤è¤¦Ãí°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£³°Éô¥×¥í¥°¥é¥à ! ¤Ï¡¢É¸½àÆþÎϤÈɸ½à½ÐÎϤò xf86Info.consoleFd ¤Ë¥»¥Ã¥È¤·¤Æ¼Â¹Ô¤µ¤ì¤Þ¤¹¡£ ! xf86Info.consoleFd ¤Ï¥Õ¥¡¥¤¥ë¥Ç¥¹¥¯¥ê¥×¥¿¤Ç¤¢¤ê¡¢É½¼¨´Ø·¸¤Î ioctl() Áà ! ºî¤Î¤¿¤á¤ËɬÍפ˱þ¤¸¤Æ»È¤ï¤ì¤Þ¤¹¡£É¸½à¥¨¥é¡¼½ÐÎϤϥµ¡¼¥Ð¤Îɸ½à¥¨¥é¡¼½Ð ! ÎϤÈƱ¤¸¤Ë¤Ê¤ê¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ä·Ù¹ð¥á¥Ã¥»¡¼¥¸¤Ï¤³¤Á¤é¤Ë ! Á÷¤é¤ì¤Þ¤¹¡£³°Éô¥×¥í¥°¥é¥à¤Ï¼ÂºÝ¤Ë»È¤¦¥æ¡¼¥¶¤Î ID ¤Ç¼Â¹Ô¤µ¤ì¤ë¤Î¤Ç¡¢Æà ! ¸¢¤òɬÍפȤ¹¤ë¥·¥¹¥Æ¥à¥³¡¼¥ë¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢³°Éô¥×¥í¥°¥é¥à¤Ï root ¤Ë ! SUID ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£³°Éô¥×¥í¥°¥é¥à¤Ï I/O ¥¢¥¯¥»¥¹¤ÎÆø¢¤ò ! ¥µ¡¼¥Ð¤«¤é¼õ¤±·Ñ¤¬¤Ê¤¤¤Î¤Ç¡¢É¬Íפʥ¢¥¯¥»¥¹¸¢¸Â¤Ï¼«Ê¬¤Ç»È¤¨¤ë¤è¤¦¤Ë¤·¤Ê ! ¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! ³°Éô¥×¥í¥°¥é¥à¤Ï¡¢Àµ¾ï½ªÎ»¤¹¤ë¤È½ªÎ»¥¹¥Æ¡¼¥¿¥¹ 0 ¤òÊÖ¤·¡¢°Û¾ï½ªÎ»¤¹¤ë ! ¤È 1-254 ¤ÎÈϰϤΥ¹¥Æ¡¼¥¿¥¹¤òÊÖ¤¹¤³¤È¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡£¥µ¡¼¥Ð¤Î½é´ü²½»þ ! ¤Ë³°Éô¥×¥í¥°¥é¥à¤¬°Û¾ï½ªÎ»¤¹¤ë¤È¡¢¥µ¡¼¥Ð¤â½ªÎ»¤·¤Þ¤¹¡£¥â¡¼¥ÉÀÚÂؤ¨¤Î¤È ! ¤­¤Ë³°Éô¥×¥í¥°¥é¥à¤¬°Û¾ï½ªÎ»¤¹¤ë¤È¡¢¥â¡¼¥ÉÀÚÂؤ¨¤¬¼ºÇÔ¤·(¥µ¡¼¥Ð¤Ï¥¯ ! ¥í¥Ã¥¯¼þÇÈ¿ô¤¬Êѹ¹¤µ¤ì¤Ê¤«¤Ã¤¿¤È¤ß¤Ê¤·¤Þ¤¹)¡¢¥µ¡¼¥Ð¤Ï¼Â¹Ô¤ò³¤±¤Þ¤¹¡£ ! ¾­ÍèŪ¤Ë¤Ï¡¢É¬Íפ˱þ¤¸¤Æ½ªÎ»¥¹¥Æ¡¼¥¿¥¹¤òÊѹ¹¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ¤³¤ì¤Ë¤è¤ê¡¢³°Éô¥×¥í¥°¥é¥à¤¬¥â¡¼¥ÉÀÚÂؤ¨¤Ë¼ºÇÔ¤·¤Æ¤â¥µ¡¼¥Ð¤¬½ªÎ»¤Ç¤­¤ë ! ¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯ÀÚÂؤ¨¥×¥í¥°¥é¥à¤ÎÎã¤È¤·¤Æ¤Ï¡¢ET4000 ¥«¡¼¥É(8ÁȤηè¤Þ¤Ã¤¿¥¯ ! ¥í¥Ã¥¯Ãͤò»ÈÍѤ·¤Þ¤¹)¤Ç»È¤¦¥×¥í¥°¥é¥à¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥×¥í¥°¥é¥à¤ÏÎãÂê ! ¤È¤·¤ÆÍÑ°Õ¤µ¤ì¤¿¤â¤Î¤Ç¤¢¤ê¡¢ÈÆÍÑŪ¤Ë»È¤¦¤³¤È¤Ï¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤» ! ¤ó(ET4000 ¥«¡¼¥É¤Ï¥µ¡¼¥Ð¤ÎÆâÉô¥³¡¼¥É¤Ç °·¤¤¤Þ¤¹)¡£¤³¤Î¥×¥í¥°¥é¥à¤Ï¥½¡¼ ! ¥¹¥Ä¥ê¡¼¤Î xc/programs/Xserver/hw/xfree86/etc/et4000clock.c ¤È¥Ð¥¤¥Ê¥ê ! ¥Ä¥ê¡¼¤Î /usr/X11R6/lib/X11/etc/et4000clock.c ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯ÀßÄê¤Ë³°Éô¥×¥í¥°¥é¥à¤ò»È¤¦¤È¤¤¤¦¥¢¥¤¥Ç¥£¥¢¤Ï¡¢ Frank Klemm ¤µ ! ¤ó ¤¬Äó°Æ¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog,v 1.1.2.1 1999/06/02 07:50:58 hohndel Exp $ ! ! ! ! ! ! $XConsortium: clkprog.sgml /main/3 1996/02/21 17:46:48 kaleb $ ! ! ! ! ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,97 ---- ! ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î»ÈÍѤȳ«È¯¤Ë´Ø¤¹¤ë¾ðÊó ! The XFree86 Project, Inc. ! 16 December 1994 ! The X Japanese Documentation Project ! 13 January 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î»ÈÍÑ ! 2. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î³«È¯ ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î»ÈÍÑ ! ! XFree86 ¤Ë¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ÎÀßÄê¤ò³°Éô¥×¥í¥°¥é ! ¥à¤«¤é¹Ô¤¦¤¿¤á¤Îµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢É¸½à¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Ê¤¤ÊýË¡¤Ç¥¯¥í¥Ã¥¯ÁªÂò¤ò¹Ô¤¦¥«¡¼¥É¤ò°·¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¤³¤Îµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë ! ClockProg ¤È¤¤¤¦¹Ô¤òÄɲä·¤Þ¤¹¡£¤³¤Î¹Ô¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤Ã ! ¤Æ¤¤¤Þ¤¹: ! ! ClockProg "commandpath" ! ! ¤³¤³¤Ç commandpath ¤Ï¥¯¥í¥Ã¥¯ÀßÄê¥×¥í¥°¥é¥à¤Î¥Õ¥ë¥Ñ¥¹Ì¾¤Ç¤¹¡£ command- ! path ¤Ë°ú¤­¿ô¤òÉÕ¤±¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬»È¤ï¤ì¡¢¤«¤Ä Clocks ¹Ô¤ò»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤»þ¤Ë¤Ï¡¢¥«¡¼¥É ! ¤Î¥¯¥í¥Ã¥¯¤Ï´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ç¤¢¤ë(Îã: SS24)¤â¤Î¤ÈÁÛÄꤵ¤ì¤Þ¤¹¡£¤· ! ¤«¤·¡¢¥«¡¼¥É¤ÇÁª¤Ù¤ë¥¯¥í¥Ã¥¯¤¬Í½¤á·è¤Þ¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë Clocks ¹Ô¤¬É¬ÍפǤ¢¤ê¡¢¤³¤ì¤ò»È¤Ã¤ÆÍøÍÑ ! ²Äǽ¤Ê¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¥µ¡¼¥Ð¤Ë¶µ¤¨¤Æ¤ä¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Clocks ¹Ô ! ¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯¤Î½ç½ø¤Ï¡¢¥«¡¼¥É¤ä¥×¥í¥°¥é¥à¤¬ÁÛÄꤷ¤Æ¤¤¤ë½ç½ø¤È°ìÃפ· ! ¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥¯¥í¥Ã¥¯ÃÍ¤Ï 128 ¸Ä¤Þ¤Ç»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£ ! ! ¥µ¡¼¥Ð¤¬³°Éô¥×¥í¥°¥é¥à¤ò¸Æ¤Ó½Ð¤¹¤Î¤Ï¡¢¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤òÊѹ¹¤¹¤ëɬÍפ¬¤¢ ! ¤ë¤È¤­¤Ç¤¹¡£Êѹ¹¤¹¤ëɬÍפ¬À¸¤¸¤ë¤Î¤Ï¡¢¥µ¡¼¥Ð¤Îµ¯Æ°»þ¤È¥Û¥Ã¥È¥­¡¼¥·¡¼¥± ! ¥ó¥¹¤Ë¤è¤Ã¤Æ¥â¡¼¥É¤¬ÀÚÂؤ¨¤é¤ì¤¿¤È¤­¤Ç¤¹¡£³°Éô¥³¥Þ¥ó¥É¤Ë¤Ï2¤Ä¤Î¥³¥Þ¥ó ! ¥É¥é¥¤¥ó°ú¤­¿ô¤¬ÅϤµ¤ì¤Þ¤¹¡£ºÇ½é¤Î°ú¤­¿ô¤Ï¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤Ç¤¹(MHz ¤òñ ! °Ì¤È¤¹¤ëÉâÆ°¾®¿ô¤Ç¡¢¸½ºß¤Ï¤Û¤Ü 0.1MHz ñ°Ì¤Ç»ØÄê¤Ç¤­¤Þ¤¹)¡£2ÈÖÌܤΰú¤­ ! ¿ô¤Ï Clocks ¥ê¥¹¥È¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯ÃͤΥ¤¥ó¥Ç¥Ã¥¯¥¹ÈÖ¹æ¤Ç¤¹(ºÇ½é¤Î¥¯ ! ¥í¥Ã¥¯ÃͤΥ¤¥ó¥Ç¥Ã¥¯¥¹ÈÖ¹æ¤Ï 0 ¤Ë¤Ê¤ê¤Þ¤¹)¡£Áª¤Ù¤ë¥¯¥í¥Ã¥¯ÃͤÎÁȹ礻¤¬ ! ·è¤Þ¤Ã¤Æ¤¤¤ë¥«¡¼¥É¤Ç¤Ï¥¤¥ó¥Ç¥Ã¥¯¥¹ÈÖ¹æ¤ò»È¤¦¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¤·¡¢¥¯ ! ¥í¥Ã¥¯¤¬´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥«¡¼¥É¤Ç¤Ï¼þÇÈ¿ô¤ò°ú¤­¿ô¤Ë¤¹¤ë¤³¤È¤Ë¤Ê¤ë ! ¤Ç¤·¤ç¤¦¡£ ! ! 2. ¥¯¥í¥Ã¥¯ÀßÄêÍѳ°Éô¥×¥í¥°¥é¥à¤Î³«È¯ ! ! ¤³¤Î¤è¤¦¤Ê³°Éô¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¤¤¤ë´Ö¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Ï¥¯¥í¥Ã¥¯ÁªÂò¤Ë´Ø·¸ ! ¤¹¤ë¥ì¥¸¥¹¥¿¤Ï°ìÀÚÊѹ¹¤·¤Þ¤»¤ó¡£¤Þ¤¿¡¢³°Éô¥×¥í¥°¥é¥à¤Ç¤Ï¥¯¥í¥Ã¥¯ÁªÂò ! ¥Õ¥£¡¼¥ë¥É°Ê³°¤ÏÊѹ¹¤·¤Ê¤¤¤è¤¦Ãí°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£³°Éô¥×¥í¥°¥é¥à ! ¤Ï¡¢É¸½àÆþÎϤÈɸ½à½ÐÎϤò xf86Info.consoleFd ¤Ë¥»¥Ã¥È¤·¤Æ¼Â¹Ô¤µ¤ì¤Þ¤¹¡£ ! xf86Info.consoleFd ¤Ï¥Õ¥¡¥¤¥ë¥Ç¥¹¥¯¥ê¥×¥¿¤Ç¤¢¤ê¡¢É½¼¨´Ø·¸¤Î ioctl() Áà ! ºî¤Î¤¿¤á¤ËɬÍפ˱þ¤¸¤Æ»È¤ï¤ì¤Þ¤¹¡£É¸½à¥¨¥é¡¼½ÐÎϤϥµ¡¼¥Ð¤Îɸ½à¥¨¥é¡¼½Ð ! ÎϤÈƱ¤¸¤Ë¤Ê¤ê¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ä·Ù¹ð¥á¥Ã¥»¡¼¥¸¤Ï¤³¤Á¤é¤Ë ! Á÷¤é¤ì¤Þ¤¹¡£³°Éô¥×¥í¥°¥é¥à¤Ï¼ÂºÝ¤Ë»È¤¦¥æ¡¼¥¶¤Î ID ¤Ç¼Â¹Ô¤µ¤ì¤ë¤Î¤Ç¡¢Æà ! ¸¢¤òɬÍפȤ¹¤ë¥·¥¹¥Æ¥à¥³¡¼¥ë¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢³°Éô¥×¥í¥°¥é¥à¤Ï root ¤Ë ! SUID ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£³°Éô¥×¥í¥°¥é¥à¤Ï I/O ¥¢¥¯¥»¥¹¤ÎÆø¢¤ò ! ¥µ¡¼¥Ð¤«¤é¼õ¤±·Ñ¤¬¤Ê¤¤¤Î¤Ç¡¢É¬Íפʥ¢¥¯¥»¥¹¸¢¸Â¤Ï¼«Ê¬¤Ç»È¤¨¤ë¤è¤¦¤Ë¤·¤Ê ! ¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! ³°Éô¥×¥í¥°¥é¥à¤Ï¡¢Àµ¾ï½ªÎ»¤¹¤ë¤È½ªÎ»¥¹¥Æ¡¼¥¿¥¹ 0 ¤òÊÖ¤·¡¢°Û¾ï½ªÎ»¤¹¤ë ! ¤È 1-254 ¤ÎÈϰϤΥ¹¥Æ¡¼¥¿¥¹¤òÊÖ¤¹¤³¤È¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡£¥µ¡¼¥Ð¤Î½é´ü²½»þ ! ¤Ë³°Éô¥×¥í¥°¥é¥à¤¬°Û¾ï½ªÎ»¤¹¤ë¤È¡¢¥µ¡¼¥Ð¤â½ªÎ»¤·¤Þ¤¹¡£¥â¡¼¥ÉÀÚÂؤ¨¤Î¤È ! ¤­¤Ë³°Éô¥×¥í¥°¥é¥à¤¬°Û¾ï½ªÎ»¤¹¤ë¤È¡¢¥â¡¼¥ÉÀÚÂؤ¨¤¬¼ºÇÔ¤·(¥µ¡¼¥Ð¤Ï¥¯ ! ¥í¥Ã¥¯¼þÇÈ¿ô¤¬Êѹ¹¤µ¤ì¤Ê¤«¤Ã¤¿¤È¤ß¤Ê¤·¤Þ¤¹)¡¢¥µ¡¼¥Ð¤Ï¼Â¹Ô¤ò³¤±¤Þ¤¹¡£ ! ¾­ÍèŪ¤Ë¤Ï¡¢É¬Íפ˱þ¤¸¤Æ½ªÎ»¥¹¥Æ¡¼¥¿¥¹¤òÊѹ¹¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ ! ¤³¤ì¤Ë¤è¤ê¡¢³°Éô¥×¥í¥°¥é¥à¤¬¥â¡¼¥ÉÀÚÂؤ¨¤Ë¼ºÇÔ¤·¤Æ¤â¥µ¡¼¥Ð¤¬½ªÎ»¤Ç¤­¤ë ! ¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯ÀÚÂؤ¨¥×¥í¥°¥é¥à¤ÎÎã¤È¤·¤Æ¤Ï¡¢ET4000 ¥«¡¼¥É(8ÁȤηè¤Þ¤Ã¤¿¥¯ ! ¥í¥Ã¥¯Ãͤò»ÈÍѤ·¤Þ¤¹)¤Ç»È¤¦¥×¥í¥°¥é¥à¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥×¥í¥°¥é¥à¤ÏÎãÂê ! ¤È¤·¤ÆÍÑ°Õ¤µ¤ì¤¿¤â¤Î¤Ç¤¢¤ê¡¢ÈÆÍÑŪ¤Ë»È¤¦¤³¤È¤Ï¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤» ! ¤ó(ET4000 ¥«¡¼¥É¤Ï¥µ¡¼¥Ð¤ÎÆâÉô¥³¡¼¥É¤Ç °·¤¤¤Þ¤¹)¡£¤³¤Î¥×¥í¥°¥é¥à¤Ï¥½¡¼ ! ¥¹¥Ä¥ê¡¼¤Î xc/programs/Xserver/hw/xfree86/etc/et4000clock.c ¤È¥Ð¥¤¥Ê¥ê ! ¥Ä¥ê¡¼¤Î /usr/X11R6/lib/X11/etc/et4000clock.c ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ¥¯¥í¥Ã¥¯ÀßÄê¤Ë³°Éô¥×¥í¥°¥é¥à¤ò»È¤¦¤È¤¤¤¦¥¢¥¤¥Ç¥£¥¢¤Ï¡¢ Frank Klemm ¤µ ! ¤ó ¤¬Äó°Æ¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.clkprog,v 1.1.2.2 1999/11/26 15:23:18 hohndel Exp $ ! ! $XConsortium: clkprog.sgml /main/3 1996/02/21 17:46:48 kaleb $ ! ! 3. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix:1.1.2.1 Wed Jun 2 17:50:59 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix Sat Nov 27 02:23:18 1999 *************** *** 1,132 **** ! Cyrix ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 6 November 1998 ! The X Japanese Documentation Project ! 10 December 1998 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¤³¤Î¥É¥é¥¤¥Ð(SVGA(VGA256), VGA16, VGA_MONO ¥µ¡¼¥Ð¤Ç»È¤ï¤ì¤ë)¤¬¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤ë¤Î¤Ï¡¢ÁȤ߹þ¤ß¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹µ¡Ç½¤ò»ý¤Ä Cyrix À½ CPU ¾å¤ÇÆ°ºî ! ¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È`mediagx' ¤À¤±¤Ç¤¹¡£¤³¤ì¤Ï°Ê²¼¤Î CPU ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹: ! ! ! o MediaGX ! ! o MediaGXi ! ! o MediaGXm ! ! ! 2. µ¡Ç½ ! ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬ÍøÍѤǤ­¤Þ¤¹ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬ÍøÍѤǤ­¤Þ¤¹ ! ! o ¿§¤Î¿¼¤µ 1, 4, 8, 16 ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ ! ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "no_accel" ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò´°Á´¤Ë̵¸ú¤Ë¤·¤Þ¤¹¡£ÉáÄ̤ϻȤï¤Ê¤¤Êý¤¬¤è¤¤¤Ç ! ¤·¤ç¤¦¡£ ! ! ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! ! ! o °ìÉô¤Î¸Å¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤ª¤¤¤Æ¤Ï¡¢¡Öscratchpad size¡×¤òÄ´¤Ù¤¿Ä¾¸å¤Ë ! ¥É¥é¥¤¥Ð¤¬ÉÔÀµ¤ÊÌ¿Îá¤ò½Ð¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢ ! ! XF86_SVGA -probeonly -verbose ! ! ! ! ¤Î½ÐÎÏ·ë²Ì¤òź¤¨¤Æ Annius.Groenink@cwi.nl ¤ËÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ ! ¤¤¡£¤½¤¦¤¹¤ì¤Ð¤­¤Ã¤È½¤Àµ¤µ¤ì¤ë¤È»×¤¤¤Þ¤¹¡£ ! ! o »ØÄê¤Ç¤­¤ë¥â¡¼¥É¹Ô¤ÎÃͤˤÏÀ©¸Â¤¬¤¢¤ê¤Þ¤¹¡£Æäˡ¢ºÇ½é¤Î2¤Ä¤Î¿âľ¥¿¥¤ ! ¥ß¥ó¥°(Î㤨¤Ð 640 656, 1024, 1048)¤Îº¹¤Ï¾¯¤Ê¤¯¤È¤â16¡¢¤«¤Ä¿¤¯¤È ! ¤â24¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! o 4¿§¤Î¥µ¡¼¥Ð¤Ç¤Ï VGA ¥Ð¥ó¥¯¥â¡¼¥É¤¬»È¤ï¤ì¤ë¤¿¤áÆ°ºî¤¬ÃÙ¤¤¤Ç¤¹¡£¤µ¤é ! ¤Ë¡¢ XF86Setup ¤«¤éÆ°ºî¤µ¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï¥¿¥¤¥ß¥ó¥°¤ÎÀ© ! ¸Â¤Î¤¿¤á¤À¤È»×¤ï¤ì¤Þ¤¹¡£ ! ! ! 5. ºî¼Ô ! ! ! o Annius Groenink ! ! o Dirk Hohndel ! ! o ¤³¤Î¥µ¡¼¥Ð¤Î³«È¯¤Ë¶¨ÎϤ·¤Æ¤¯¤À¤µ¤Ã¤¿ Cyrix ¤È Wyse ¤Ë¿¼¤¯´¶¼Õ¤·¤Þ ! ¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix,v 1.1.2.1 1999/06/02 07:50:59 hohndel Exp $ ! ! ! ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,101 ---- ! Cyrix ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 22 June 1999 ! The X Japanese Documentation Project ! 2 August 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! 5. ºî¼Ô ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ¤³¤Î¥É¥é¥¤¥Ð(SVGA(VGA256), VGA16, VGA_MONO ¥µ¡¼¥Ð¤Ç»È¤ï¤ì¤ë)¤¬¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤ë¤Î¤Ï¡¢ÁȤ߹þ¤ß¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹µ¡Ç½¤ò»ý¤Ä Cyrix À½ CPU ¾å¤ÇÆ°ºî ! ¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È`mediagx' ¤À¤±¤Ç¤¹¡£¤³¤ì¤Ï°Ê²¼¤Î CPU ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹: ! ! o MediaGX ! ! o MediaGXi ! ! o MediaGXm ! ! 2. µ¡Ç½ ! ! o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬ÍøÍѤǤ­¤Þ¤¹ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬ÍøÍѤǤ­¤Þ¤¹ ! ! o ¿§¤Î¿¼¤µ 1, 4, 8, 16 ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ ! ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "no_accel" ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò´°Á´¤Ë̵¸ú¤Ë¤·¤Þ¤¹¡£ÉáÄ̤ϻȤï¤Ê¤¤Êý¤¬¤è¤¤¤Ç ! ¤·¤ç¤¦¡£ ! ! 4. ¥Ð¥°¤Èµ¡Ç½À©¸Â ! ! o °ìÉô¤Î¸Å¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤ª¤¤¤Æ¤Ï¡¢¡Öscratchpad size¡×¤òÄ´¤Ù¤¿Ä¾¸å¤Ë ! ¥É¥é¥¤¥Ð¤¬ÉÔÀµ¤ÊÌ¿Îá¤ò½Ð¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢ ! ! XF86_SVGA -probeonly -verbose ! ! ¤Î½ÐÎÏ·ë²Ì¤òź¤¨¤Æ hecker@cat.dfrc.nasa.gov °¸¤ËÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À ! ¤µ¤¤¡£¤½¤¦¤¹¤ì¤Ð¤­¤Ã¤È½¤Àµ¤µ¤ì¤ë¤È»×¤¤¤Þ¤¹¡£ ! ! o »ØÄê¤Ç¤­¤ë¥â¡¼¥É¹Ô¤ÎÃͤˤÏÀ©¸Â¤¬¤¢¤ê¤Þ¤¹¡£Æäˡ¢ºÇ½é¤Î2¤Ä¤Î¿âľ¥¿¥¤ ! ¥ß¥ó¥°(Î㤨¤Ð 640 656, 1024, 1048)¤Îº¹¤Ï¾¯¤Ê¤¯¤È¤â16¡¢¤«¤Ä¿¤¯¤È ! ¤â24¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ XFree86 3.3.4 ¤Ç¤Ï¥â¡¼¥É¹Ô¤ÎÃͤϻȤï¤ì¤Þ ! ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¥ì¥¸¥¹¥¿¤Î¥í¡¼¥É¤Ë»È¤ï¤ì¤ëÀÅŪÇÛÎ󤬤¢¤ë¤«¤é¤Ç ! ¤¹¡£¥â¡¼¥É¹Ô¤ÏÆÃÄê¤Î²òÁüÅÙ¤¬Í׵ᤵ¤ì¤Æ¤¤¤ë¤³¤È¤À¤±¤ò¼±Ê̤·¤Þ ! ¤¹¡£1280x768 ¤Þ¤Ç¤Îɸ½à¤Î VESA ¥â¡¼¥É¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤Ã¤È ! ¶ñÂÎŪ¤Ê¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥½¡¼¥¹¥³¡¼¥É¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! o 4¿§¤Î¥µ¡¼¥Ð¤Ç¤Ï VGA ¥Ð¥ó¥¯¥â¡¼¥É¤¬»È¤ï¤ì¤ë¤¿¤áÆ°ºî¤¬ÃÙ¤¤¤Ç¤¹¡£¤µ¤é ! ¤Ë¡¢ XF86Setup ¤«¤éÆ°ºî¤µ¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï¥¿¥¤¥ß¥ó¥°¤ÎÀ© ! ¸Â¤Î¤¿¤á¤À¤È»×¤ï¤ì¤Þ¤¹¡£ ! ! o 3.3.4 ¤Î¥µ¡¼¥Ð¤Ï»þ¡¹¥Þ¥·¥ó¤ò´°Á´¤Ë¥Ï¥ó¥°¤µ¤»¤Æ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£¤³¤Î¥µ¡¼¥Ð¤Ï twm ¤ò»È¤Ã¤Æ¤¤¤ë BSD ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤Ï°ÂÄꤷ¤Æ ! ¤¤¤ë¤ÈÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£wm ¤ò¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤È¤·¤Æ»È¤Ã¤Æ¤¤¤ë ! Linux (Debian ¥Ù¡¼¥¹)¤Ç 800x600 ¤è¤êÂ礭¤¤²òÁüÅÙ¤ò»È¤¦¤È¥¯¥é¥Ã¥·¥å ! ¤·¤Þ¤·¤¿¡£ºÇ¤â°ÂÁ´¤ÊÊýË¡¤Ï¡¢3.3.4 ¤Î¥µ¡¼¥Ð¤ò»È¤¦¤Î¤ò¤ä¤á¤Æ 3.3.3.1 ! ¤Î¥µ¡¼¥Ð¤ò»È¤¦¤³¤È¤Ç¤¹¡£¤³¤ÎÌäÂê¤ò²ò·è¤·¡¢¥Ð¡¼¥¸¥ç¥ó 4.x ¤Î¥ê¥ê¡¼¥¹ ! ¤Ç¤Ï¤â¤Ã¤È´è·ò¤Ê¥µ¡¼¥Ð¤òÄ󶡤¹¤ë¤³¤È¤òÌܻؤ·¤ÆÅØÎϤ¬Â³¤±¤é¤ì¤Æ¤¤¤Þ ! ¤¹¡£ ! ! 5. ºî¼Ô ! ! o Annius Groenink ! ! o Dirk Hohndel ! ! o Brian Falardeau ! ! o ¤³¤Î¥µ¡¼¥Ð¤Î³«È¯¤Ë¶¨ÎϤ·¤Æ¤¯¤À¤µ¤Ã¤¿ Cyrix ¤È Wyse ¤Ë¿¼¤¯´¶¼Õ¤·¤Þ ! ¤¹¡£²æ¡¹¤ÎºÆÍ¥Àè²ÝÂ꤬¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó 4.0 ¥µ¡¼¥Ð¤Ë¤Ê¤Ã¤¿¤¿ ! ¤á¡¢Brian ¤µ¤ó(Cyrix ¤Ë¤ª¶Ð¤á¤Ç¤¹)¤¬¥Ð¡¼¥¸¥ç¥ó 3.3.4 ¤Ø¤Î¹¹¿·¤ò¹Ô¤Ã ! ¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cyrix,v 1.1.2.2 1999/11/26 15:23:18 hohndel Exp $ ! ! 6. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson:1.1.2.1 Wed Jun 2 17:50:59 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson Sat Nov 27 02:23:18 1999 *************** *** 1,198 **** ! EPSON SPC8110 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Thomas Mueller (tmueller@sysgo.de) ! October 15, 1998 ! The X Japanese Documentation Project ! January 14, 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. °ìÈÌŪ¤ÊÃí°Õ ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 3. ¥Ó¥Ç¥ª¥â¡¼¥É ! 3.1 ¥¯¥í¥Ã¥¯ ! 3.2 ¥â¡¼¥É¤ÎÎã ! ! 4. ¼Õ¼­ ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. °ìÈÌŪ¤ÊÃí°Õ ! ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï¥»¥¤¥³¡¼¥¨¥×¥½¥óÀ½ SPC8110F0A LCD VGA ¥³¥ó¥È¥í¡¼¥é¥Á¥Ã¥×¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ¥É¥é¥¤¥Ð¤Î³«È¯¤È¥Æ¥¹¥È¤Ï EPSON 486D4 CardPC ¤Î CRT ɽ¼¨¥â¡¼¥É¤ò»È¤Ã¤Æ ! ¹Ô¤¤¤Þ¤·¤¿¡£LCD Áàºî¤Î¥Æ¥¹¥È¤Ï¥É¥é¥¤¥Ð¤Î½é´ü¥ê¥ê¡¼¥¹¤Ç¹Ô¤¤¡¢¤¦¤Þ¤¯¤¤¤Ã ! ¤Æ¤¤¤Þ¤¹¡£ ! ! ¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥ê¥Ë¥¢¥Þ¥Ã¥Ô¥ó¥°¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤ò¥µ¥Ý¡¼¥È¤·¡¢CopyArea ¤äÅɤê¤Ä¤Ö¤·¤Î¤è¤¦¤Ê´ðËÜÁàºî¤Ë¤Ï Bitblt ¥¨¥ó ! ¥¸¥ó¤òÍѤ¤¤Æ¤¤¤Þ¤¹¡£ ! ! ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! ! ¥É¥é¥¤¥Ð¤Ï SPC8110 ¥Á¥Ã¥×¤¬¤¢¤ë¤È¼«Æ°Åª¤Ë¸¡½Ð¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£¥É¥é¥¤¥Ð ! ¤¬¤³¤Î¥Á¥Ã¥×¤òÀµ¤·¤¯¸¡½Ð¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥¹¥¯¥ê¡¼¥ó¥»¥¯¥·¥ç¥ó¤ÇÌÀ¼¨Åª ! ¤Ë¥Á¥Ã¥×¤òÄêµÁ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Device ¥»¥¯¥·¥ç¥ó¤Î¹àÌܤȸ½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥ª¥×¥·¥ç¥ó¤ò°Ê²¼¤Ë¼¨¤· ! ¤Þ¤¹: ! ! ! Chipset "spc8110" ! ¼«Æ°¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤ä¡¢¥µ¡¼¥Ð¤Îµ¯Æ°¤òÁá¤á¤ë¤¿¤á¤ËÍѤ¤¤Þ¤¹¡£¤³ ! ¤ÎÃÍ¤Ï "spc8110" ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! VideoRam kilobytes ! ¤³¤Î»ØÄê(¥­¥í¥Ð¥¤¥Èñ°Ì)¤ò¤¹¤ë¤È¤½¤ÎÃͤ¬ÍѤ¤¤é¤ì¡¢»ØÄꤷ¤Ê¤±¤ì¤Ð ! ¥á¥â¥ê¤ÎÎ̤ϵ¯Æ°»þ¤Ë¸¡½Ð¤µ¤ì¤Þ¤¹¡£ ! ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ¤Ï¡¢¥Ñ¥¿¡¼¥ó³ÊǼÎΰè¤È¤·¤Æ 1K ¥Ð¥¤¥È¤òɬÍפȤ·¤Þ¤¹¡£¥Ó¥Ç¥ª¥á¥â¥ê ! Á´ÂΤò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤ò̵¸ú¤Ë¤·¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¥³¡¼¥É ! ¤Ï¡¢64¥Ô¥¯¥»¥ë¤è¤ê(¹â¤µ¤âÉý¤â)Â礭¤¤¥«¡¼¥½¥ë¥¤¥á¡¼¥¸¤Ç¤Ï¥Æ¥¹¥È¤· ! ¤Æ¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢Â礭¤¤¥¤¥á¡¼¥¸¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¥Ï¡¼¥É¥¦¥§ ! ¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! Option "no_linear" ! ¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È ! ¥É¥é¥¤¥Ð¤Ï 0xa0000 ¤Ë¤¢¤ëɸ½à¤Î VGA ¥á¥â¥ê¥¦¥£¥ó¥É¥¦¤òÍѤ¤¡¢¤½¤¦ ! ¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¥Ó¥Ç¥ª¥á¥â¥êÁ´ÂΤò¥Þ¥Ã¥×¤·¤Þ¤¹¡£ ! ! ! Membase baseaddress ! VLB/486LB ¤ÎÀßÄê¤Ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ï 0x03E0.0000 ¤Ë ! ¥»¥Ã¥È¤µ¤ì¤Þ¤¹¡£PCI ¤ÎÀßÄê¤Ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ï PCI ! ¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¶õ´Ö¤«¤é¼èÆÀ¤·¤Þ¤¹¡£VLB/486LB ¥·¥¹¥Æ¥à¤Î¾ì ! ¹ç¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤Ï "Membase" ¤ÎÄêµÁ¤ÇǤ°Õ¤ÎÃͤËÀßÄꤹ¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£ ! ! ! Option "noaccel" ! Bitblt ¥¨¥ó¥¸¥ó¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£Ä̾¤³¤Î¥É¥é¥¤¥Ð¤Ï¥¹¥¯¥ê ! ¡¼¥ó-¥¹¥¯¥ê¡¼¥ó¤Î¥³¥Ô¡¼Áàºî¤äÅɤêÄÙ¤·¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¯ ! ¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! SPC8110 ¤Ë¤Ï Bitblt ¥¨¥ó¥¸¥ó¤Î»ÈÍѤ˴ؤ¹¤ëÀ©¸Â¤¬¤¢¤ë¤¿¤á¡¢ÆÃÄê¤Î ! Áàºî (Îã: ¥¦¥£¥ó¥É¥¦¤Î°ÜÆ°)´Ö¤ÇÀ­Ç½¤Î¤Ð¤é¤Ä¤­¤¬¤¢¤ë¤³¤È¤Ëµ¤¤Å¤« ! ¤ì¤ë¤Ç¤·¤ç¤¦¡£¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤¤¤Æ¤³¤ì¤¬ÌäÂê¤Ë¤Ê¤ë¾ì¹ç¡¢¥¢¥¯ ! ¥»¥é¥ì¡¼¥¿¤ò̵¸ú¤Ë¤·¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! ! Option "fifo_moderate" ! ! Option "fifo_conservative" ! ! Ä̾¤³¤Î¥É¥é¥¤¥Ð¤Ï SPC8110 ¤Î½ñ¤­¹þ¤ß¥Ð¥Ã¥Õ¥¡¤ËÂФ¹¤ë FIFO ¤ÎïçÃͤò ! Àµ¤·¤¯·×»»¤·¤Þ¤¹¡£¤·¤«¤·¡¢ÆÃÄê¤Î¥â¡¼¥É(Î㤨¤Ð¸å½Ò¤Î 832x624 ¥â¡¼¥É)¤Ë ! ÂФ·¤Æ¤Ï¡¢FIFO ¤ÎÃͤ¬¸·¤·¤¯¥×¥í¥°¥é¥à¤µ¤ì¤¹¤®¤Æ¤¤¤Æ¡¢¥¹¥¯¥ê¡¼¥ó¤Î¹¹¿· ! »þ¤Ë¥Ç¥£¥¹¥×¥ì¥¤¤Ë¼Ê¤¬¸½¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó "fifo_moderate" ! ¤ò»È¤¦¤È ·×»»ºÑ¤ß¤Î FIFO ¤ÎÄã¥ê¥¯¥¨¥¹¥È¥ì¥Ù¥ëÃÍ¤Ë 1 ¤¬²Ã¤¨¤é¤ì¡¢ ! "fifo_conservative" ¤ò»È¤¦¤È 2 ¤¬²Ã¤¨¤é¤ì¤Þ¤¹¡£ ! ! 3. ¥Ó¥Ç¥ª¥â¡¼¥É ! ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢¥Á¥Ã¥×¤ÎÀßÄ꤬ CRT ¤Î¤ß¤Î¥â¡¼¥É¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«¡¢¤¢¤ë¤¤ ! ¤ÏLCD/Ʊ»þÁàºî¥â¡¼¥É¤Î¤É¤Á¤é¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«¤ò¸¡½Ð¤·¤Þ¤¹¡£Á°¼Ô¤Î¾ì¹ç¤Ë ! ¤Ï¡¢¥¯¥í¥Ã¥¯¤Î¥×¥í¥°¥é¥ß¥ó¥°µ¡Ç½¤¬Í­¸ú¤Ë¤Ê¤ê¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤ÎÈÏ°Ï ! Æâ¤ÇǤ°Õ¤Î¥â¡¼¥É¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£¥Á¥Ã¥×¤ÎÀßÄ꤬LCD/Ʊ»þÁàºî¥â¡¼¥É¤Ë ! ¤Ê¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥É¥é¥¤¥Ð¤Ï BIOS ¤ÎÀßÄê¤Ë½¾¤¤¡¢±Õ¾½¥Ñ¥Í¥ë¤Î¥µ¥¤¥º¤Ë ! ¤è¤Ã¤Æ·è¤Þ¤ë¥â¡¼¥É1¤Ä¤À¤±¤ò»ÈÍѲÄǽ¤Ë¤·¤Þ¤¹¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤ä¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤»¤ó¡£ ! ! ! 3.1. ¥¯¥í¥Ã¥¯ ! ! ! ¥¯¥í¥Ã¥¯¤Î¼«Æ°¸¡½Ð¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ÅöÁ³¤Ê¤¬¤é¤¤¤Ä¤âÄ̤ê¤Î·Ù¹ð ! ¤äÌÈÀÕ»ö¹à¤¬Å¬ÍѤµ¤ì¤Þ¤¹¡£¸¡½Ð¤ò¹Ô¤¦¤È¥â¥Ë¥¿¤ä±Õ¾½¥Ñ¥Í¥ë¤¬½Ö´ÖŪ¤ËµöÍÆ ! ÈϰϤò±Û¤¨¤ë¼þÇÈ¿ô¤ÇÆ°¤«¤µ¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ËüÁ´¤ò´ü¤¹¤Ê¤é¤Ð¡¢¸¡½Ð¤ò ! ¹Ô¤¦»þ¤Ë¤Ï¥â¥Ë¥¿¤ÎÅŸ»¤òÀڤäƤª¤¯¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£CRT ¥â¡¼¥É¤Î¾ì¹ç¤Ë ! ¤Ï¡¢¥É¥é¥¤¥Ð¤¬¥â¥Ë¥¿¤ËÂФ·¤ÆÉÔŬÀڤʥӥǥª¥¿¥¤¥ß¥ó¥°¤òÀ¸À®¤¹¤ë¤³¤È¤¬¤¢ ! ¤ë¤Î¤Ç¡¢Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ÁȤ߹þ¤ß¥Á¥Ã¥×¤Î¿¤¯¤ÈƱ¤¸¤¯¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤Î®Å٤ϻÈÍѤ¹¤ë¥ê¥Õ ! ¥ì¥Ã¥·¥å¥ì¡¼¥È¤Ë¿¼¤¯°Í¸¤·¤Þ¤¹¡£¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò¹â¤¯¤·¤¹¤®¤ë¤È¡¢À­ ! ǽ¤ÏÍî¤Á¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ! ! 3.2. ¥â¡¼¥É¤ÎÎã ! ! ! °Ê²¼¤Î XF86Config ¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ï¡¢¤É¤ó¤Êµ¡´ï¹½À®¤Ë¤ª¤¤¤Æ¤â ! ¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹: ! ! ! Section "Device" ! Identifier "CardPC" ! VendorName "EPSON" ! BoardName "CardPC" ! Chipset "spc8110" ! Option "sw_cursor" ! Membase 0x03e00000 ! Option "no_linear" ! Option "noaccel" ! Option "fifo_moderate" ! EndSection ! ! ! ! ¤³¤Î Modeline »ØÄê¤Ï¡¢640x480 ¤Î±Õ¾½¤È¤¤¤¦µ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤·¤Þ¤·¤¿: ! ! Modeline "640x480" 28.36 640 672 768 800 480 490 492 525 ! ! ! ! ! ¤³¤ì¤é¤Î Modeline »ØÄê¤Ï CRT ¤ò»È¤Ã¤¿µ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤·¤Þ¤·¤¿: ! ! Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 ! Modeline "800x600" 36 800 824 896 1024 600 601 603 625 ! ModeLine "832x624" 40 832 873 1001 1090 624 625 627 651 ! Modeline "640x400" 25.175 640 664 760 800 400 409 411 450 ! ! ! ! ! ! ! 4. ¼Õ¼­ ! ! ! Epson Europe Electronics ¤È ProBIT Í­¸ÂÀÕǤ²ñ¼Ò Berlin »Ù¼Ò¤Ë¤Ï¡¢¥·¥¹ ! ¥Æ¥à¤ÎÂߤ·½Ð¤·¤È¥É¥­¥å¥á¥ó¥È¤ÎÄ󶡤ò¹Ô¤Ã¤Æ¤¤¤¿¤À¤­¡¢¤½¤Î¤ª¤«¤²¤Çºî¶È¤ò ! ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£¤³¤³¤Ë´¶¼Õ¤¤¤¿¤·¤Þ¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson,v 1.1.2.1 1999/06/02 07:50:59 hohndel Exp $ ! ! ! ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! --- 1,161 ---- ! EPSON SPC8110 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Thomas Mueller (tmueller@sysgo.de) ! October 15, 1998 ! The X Japanese Documentation Project ! January 14, 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. °ìÈÌŪ¤ÊÃí°Õ ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 3. ¥Ó¥Ç¥ª¥â¡¼¥É ! 3.1 ¥¯¥í¥Ã¥¯ ! 3.2 ¥â¡¼¥É¤ÎÎã ! ! 4. ¼Õ¼­ ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. °ìÈÌŪ¤ÊÃí°Õ ! ! ¤³¤Î¥µ¡¼¥Ð¤Ï¥»¥¤¥³¡¼¥¨¥×¥½¥óÀ½ SPC8110F0A LCD VGA ¥³¥ó¥È¥í¡¼¥é¥Á¥Ã¥×¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ¥É¥é¥¤¥Ð¤Î³«È¯¤È¥Æ¥¹¥È¤Ï EPSON 486D4 CardPC ¤Î CRT ɽ¼¨¥â¡¼¥É¤ò»È¤Ã¤Æ ! ¹Ô¤¤¤Þ¤·¤¿¡£LCD Áàºî¤Î¥Æ¥¹¥È¤Ï¥É¥é¥¤¥Ð¤Î½é´ü¥ê¥ê¡¼¥¹¤Ç¹Ô¤¤¡¢¤¦¤Þ¤¯¤¤¤Ã ! ¤Æ¤¤¤Þ¤¹¡£ ! ! ¸½ºß¤Î¥É¥é¥¤¥Ð¤Ï¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥ê¥Ë¥¢¥Þ¥Ã¥Ô¥ó¥°¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤ò¥µ¥Ý¡¼¥È¤·¡¢CopyArea ¤äÅɤê¤Ä¤Ö¤·¤Î¤è¤¦¤Ê´ðËÜÁàºî¤Ë¤Ï Bitblt ¥¨¥ó ! ¥¸¥ó¤òÍѤ¤¤Æ¤¤¤Þ¤¹¡£ ! ! 2. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! ! ¥É¥é¥¤¥Ð¤Ï SPC8110 ¥Á¥Ã¥×¤¬¤¢¤ë¤È¼«Æ°Åª¤Ë¸¡½Ð¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£¥É¥é¥¤¥Ð ! ¤¬¤³¤Î¥Á¥Ã¥×¤òÀµ¤·¤¯¸¡½Ð¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥¹¥¯¥ê¡¼¥ó¥»¥¯¥·¥ç¥ó¤ÇÌÀ¼¨Åª ! ¤Ë¥Á¥Ã¥×¤òÄêµÁ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Device ¥»¥¯¥·¥ç¥ó¤Î¹àÌܤȸ½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥ª¥×¥·¥ç¥ó¤ò°Ê²¼¤Ë¼¨¤· ! ¤Þ¤¹: ! ! Chipset "spc8110" ! ¼«Æ°¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤ä¡¢¥µ¡¼¥Ð¤Îµ¯Æ°¤òÁá¤á¤ë¤¿¤á¤ËÍѤ¤¤Þ¤¹¡£¤³ ! ¤ÎÃÍ¤Ï "spc8110" ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! VideoRam kilobytes ! ¤³¤Î»ØÄê(¥­¥í¥Ð¥¤¥Èñ°Ì)¤ò¤¹¤ë¤È¤½¤ÎÃͤ¬ÍѤ¤¤é¤ì¡¢»ØÄꤷ¤Ê¤±¤ì¤Ð ! ¥á¥â¥ê¤ÎÎ̤ϵ¯Æ°»þ¤Ë¸¡½Ð¤µ¤ì¤Þ¤¹¡£ ! ! Option "sw_cursor" ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë ! ¤Ï¡¢¥Ñ¥¿¡¼¥ó³ÊǼÎΰè¤È¤·¤Æ 1K ¥Ð¥¤¥È¤òɬÍפȤ·¤Þ¤¹¡£¥Ó¥Ç¥ª¥á¥â¥ê ! Á´ÂΤò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤ò̵¸ú¤Ë¤·¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¥³¡¼¥É ! ¤Ï¡¢64¥Ô¥¯¥»¥ë¤è¤ê(¹â¤µ¤âÉý¤â)Â礭¤¤¥«¡¼¥½¥ë¥¤¥á¡¼¥¸¤Ç¤Ï¥Æ¥¹¥È¤· ! ¤Æ¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢Â礭¤¤¥¤¥á¡¼¥¸¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¥Ï¡¼¥É¥¦¥§ ! ¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! Option "no_linear" ! ¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È ! ¥É¥é¥¤¥Ð¤Ï 0xa0000 ¤Ë¤¢¤ëɸ½à¤Î VGA ¥á¥â¥ê¥¦¥£¥ó¥É¥¦¤òÍѤ¤¡¢¤½¤¦ ! ¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¥Ó¥Ç¥ª¥á¥â¥êÁ´ÂΤò¥Þ¥Ã¥×¤·¤Þ¤¹¡£ ! ! Membase baseaddress ! VLB/486LB ¤ÎÀßÄê¤Ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ï 0x03E0.0000 ¤Ë ! ¥»¥Ã¥È¤µ¤ì¤Þ¤¹¡£PCI ¤ÎÀßÄê¤Ç¤Ï¡¢¥ê¥Ë¥¢¥¢¥Ñ¡¼¥Á¥ã¥¢¥É¥ì¥¹¤Ï PCI ! ¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¶õ´Ö¤«¤é¼èÆÀ¤·¤Þ¤¹¡£VLB/486LB ¥·¥¹¥Æ¥à¤Î¾ì ! ¹ç¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤Ï "Membase" ¤ÎÄêµÁ¤ÇǤ°Õ¤ÎÃͤËÀßÄꤹ¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£ ! ! Option "noaccel" ! Bitblt ¥¨¥ó¥¸¥ó¤Î»ÈÍѤò̵¸ú¤Ë¤·¤Þ¤¹¡£Ä̾¤³¤Î¥É¥é¥¤¥Ð¤Ï¥¹¥¯¥ê ! ¡¼¥ó-¥¹¥¯¥ê¡¼¥ó¤Î¥³¥Ô¡¼Áàºî¤äÅɤêÄÙ¤·¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¸ú¤¯ ! ¤è¤¦¤Ë¤·¤Þ¤¹¡£ ! ! SPC8110 ¤Ë¤Ï Bitblt ¥¨¥ó¥¸¥ó¤Î»ÈÍѤ˴ؤ¹¤ëÀ©¸Â¤¬¤¢¤ë¤¿¤á¡¢ÆÃÄê¤Î ! Áàºî (Îã: ¥¦¥£¥ó¥É¥¦¤Î°ÜÆ°)´Ö¤ÇÀ­Ç½¤Î¤Ð¤é¤Ä¤­¤¬¤¢¤ë¤³¤È¤Ëµ¤¤Å¤« ! ¤ì¤ë¤Ç¤·¤ç¤¦¡£¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤¤¤Æ¤³¤ì¤¬ÌäÂê¤Ë¤Ê¤ë¾ì¹ç¡¢¥¢¥¯ ! ¥»¥é¥ì¡¼¥¿¤ò̵¸ú¤Ë¤·¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ! Option "fifo_moderate" ! ! Option "fifo_conservative" ! ! Ä̾¤³¤Î¥É¥é¥¤¥Ð¤Ï SPC8110 ¤Î½ñ¤­¹þ¤ß¥Ð¥Ã¥Õ¥¡¤ËÂФ¹¤ë FIFO ¤ÎïçÃͤò ! Àµ¤·¤¯·×»»¤·¤Þ¤¹¡£¤·¤«¤·¡¢ÆÃÄê¤Î¥â¡¼¥É(Î㤨¤Ð¸å½Ò¤Î 832x624 ¥â¡¼¥É)¤Ë ! ÂФ·¤Æ¤Ï¡¢FIFO ¤ÎÃͤ¬¸·¤·¤¯¥×¥í¥°¥é¥à¤µ¤ì¤¹¤®¤Æ¤¤¤Æ¡¢¥¹¥¯¥ê¡¼¥ó¤Î¹¹¿· ! »þ¤Ë¥Ç¥£¥¹¥×¥ì¥¤¤Ë¼Ê¤¬¸½¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¥ª¥×¥·¥ç¥ó "fifo_moderate" ! ¤ò»È¤¦¤È ·×»»ºÑ¤ß¤Î FIFO ¤ÎÄã¥ê¥¯¥¨¥¹¥È¥ì¥Ù¥ëÃÍ¤Ë 1 ¤¬²Ã¤¨¤é¤ì¡¢ ! "fifo_conservative" ¤ò»È¤¦¤È 2 ¤¬²Ã¤¨¤é¤ì¤Þ¤¹¡£ ! ! 3. ¥Ó¥Ç¥ª¥â¡¼¥É ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢¥Á¥Ã¥×¤ÎÀßÄ꤬ CRT ¤Î¤ß¤Î¥â¡¼¥É¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«¡¢¤¢¤ë¤¤ ! ¤ÏLCD/Ʊ»þÁàºî¥â¡¼¥É¤Î¤É¤Á¤é¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«¤ò¸¡½Ð¤·¤Þ¤¹¡£Á°¼Ô¤Î¾ì¹ç¤Ë ! ¤Ï¡¢¥¯¥í¥Ã¥¯¤Î¥×¥í¥°¥é¥ß¥ó¥°µ¡Ç½¤¬Í­¸ú¤Ë¤Ê¤ê¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤ÎÈÏ°Ï ! Æâ¤ÇǤ°Õ¤Î¥â¡¼¥É¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹¡£¥Á¥Ã¥×¤ÎÀßÄ꤬LCD/Ʊ»þÁàºî¥â¡¼¥É¤Ë ! ¤Ê¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥É¥é¥¤¥Ð¤Ï BIOS ¤ÎÀßÄê¤Ë½¾¤¤¡¢±Õ¾½¥Ñ¥Í¥ë¤Î¥µ¥¤¥º¤Ë ! ¤è¤Ã¤Æ·è¤Þ¤ë¥â¡¼¥É1¤Ä¤À¤±¤ò»ÈÍѲÄǽ¤Ë¤·¤Þ¤¹¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤ä¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤»¤ó¡£ ! ! 3.1. ¥¯¥í¥Ã¥¯ ! ! ¥¯¥í¥Ã¥¯¤Î¼«Æ°¸¡½Ð¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ÅöÁ³¤Ê¤¬¤é¤¤¤Ä¤âÄ̤ê¤Î·Ù¹ð ! ¤äÌÈÀÕ»ö¹à¤¬Å¬ÍѤµ¤ì¤Þ¤¹¡£¸¡½Ð¤ò¹Ô¤¦¤È¥â¥Ë¥¿¤ä±Õ¾½¥Ñ¥Í¥ë¤¬½Ö´ÖŪ¤ËµöÍÆ ! ÈϰϤò±Û¤¨¤ë¼þÇÈ¿ô¤ÇÆ°¤«¤µ¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ËüÁ´¤ò´ü¤¹¤Ê¤é¤Ð¡¢¸¡½Ð¤ò ! ¹Ô¤¦»þ¤Ë¤Ï¥â¥Ë¥¿¤ÎÅŸ»¤òÀڤäƤª¤¯¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£CRT ¥â¡¼¥É¤Î¾ì¹ç¤Ë ! ¤Ï¡¢¥É¥é¥¤¥Ð¤¬¥â¥Ë¥¿¤ËÂФ·¤ÆÉÔŬÀڤʥӥǥª¥¿¥¤¥ß¥ó¥°¤òÀ¸À®¤¹¤ë¤³¤È¤¬¤¢ ! ¤ë¤Î¤Ç¡¢Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ÁȤ߹þ¤ß¥Á¥Ã¥×¤Î¿¤¯¤ÈƱ¤¸¤¯¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤Î®Å٤ϻÈÍѤ¹¤ë¥ê¥Õ ! ¥ì¥Ã¥·¥å¥ì¡¼¥È¤Ë¿¼¤¯°Í¸¤·¤Þ¤¹¡£¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò¹â¤¯¤·¤¹¤®¤ë¤È¡¢À­ ! ǽ¤ÏÍî¤Á¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 3.2. ¥â¡¼¥É¤ÎÎã ! ! °Ê²¼¤Î XF86Config ¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ï¡¢¤É¤ó¤Êµ¡´ï¹½À®¤Ë¤ª¤¤¤Æ¤â ! ¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹: ! ! Section "Device" ! Identifier "CardPC" ! VendorName "EPSON" ! BoardName "CardPC" ! Chipset "spc8110" ! Option "sw_cursor" ! Membase 0x03e00000 ! Option "no_linear" ! Option "noaccel" ! Option "fifo_moderate" ! EndSection ! ! ¤³¤Î Modeline »ØÄê¤Ï¡¢640x480 ¤Î±Õ¾½¤È¤¤¤¦µ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤·¤Þ¤·¤¿: ! ! Modeline "640x480" 28.36 640 672 768 800 480 490 492 525 ! ! ¤³¤ì¤é¤Î Modeline »ØÄê¤Ï CRT ¤ò»È¤Ã¤¿µ¡´ï¹½À®¤Ç¥Æ¥¹¥È¤·¤Þ¤·¤¿: ! ! Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 ! Modeline "800x600" 36 800 824 896 1024 600 601 603 625 ! ModeLine "832x624" 40 832 873 1001 1090 624 625 627 651 ! Modeline "640x400" 25.175 640 664 760 800 400 409 411 450 ! ! 4. ¼Õ¼­ ! ! Epson Europe Electronics ¤È ProBIT Í­¸ÂÀÕǤ²ñ¼Ò Berlin »Ù¼Ò¤Ë¤Ï¡¢¥·¥¹ ! ¥Æ¥à¤ÎÂߤ·½Ð¤·¤È¥É¥­¥å¥á¥ó¥È¤ÎÄ󶡤ò¹Ô¤Ã¤Æ¤¤¤¿¤À¤­¡¢¤½¤Î¤ª¤«¤²¤Çºî¶È¤ò ! ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£¤³¤³¤Ë´¶¼Õ¤¤¤¿¤·¤Þ¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.epson,v 1.1.2.2 1999/11/26 15:23:18 hohndel Exp $ ! ! 5. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev:1.1.2.1 Wed Jun 2 17:51:00 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev Sat Nov 27 02:23:18 1999 *************** *** 1,528 **** ! Linux/m68k ¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ë¤Ä¤¤¤Æ ! Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) ! 7 November 1998 ! The X Japanese Documentation Project ! 16 March 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ¥æ¡¼¥¶¤«¤é¸«¤¿ /dev/fb* ! 3. ¥×¥í¥°¥é¥Þ¤«¤é¸«¤¿ /dev/fb* ! 4. ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î²òÁüÅ٤δÉÍý ! 5. X ¥µ¡¼¥Ð ! 6. ¥Ó¥Ç¥ª¥â¡¼¥É¥¿¥¤¥ß¥ó¥°ÃÍ ! 7. XFree86 ¤Î¥¿¥¤¥ß¥ó¥°ÃͤΥե졼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥¿¥¤¥ß¥ó¥°ÃͤؤÎÊÑ´¹ ! 8. »²¹Íʸ¸¥ ! 9. ¥À¥¦¥ó¥í¡¼¥É ! 10. ¥¯¥ì¥¸¥Ã¥È ! ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ï¡¼¥É¥¦¥§¥¢¤ÎÃê¾Ý²½¤ò¹Ô¤¤¤Þ ! ¤¹¡£¤³¤Î¥Ç¥Ð¥¤¥¹¤¬²¿¤é¤«¤Î¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤òɽ¤¹¤³ ! ¤È¤Ë¤è¤Ã¤Æ¡¢¤­¤Á¤ó¤ÈÄêµÁ¤µ¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÄ̤·¤Æ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬ ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ï¡¼¥É¥¦¥§¥¢¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¥½ ! ¥Õ¥È¥¦¥§¥¢¤ÏÄã¥ì¥Ù¥ë(¥Ï¡¼¥É¥¦¥§¥¢¥ì¥¸¥¹¥¿)¤Î»ö¾Ý¤Ë´Ø¤·¤Æ²¿¤âÃΤëɬÍ×¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¥Ç¥Ð¥¤¥¹¤Ø¤Î¥¢¥¯¥»¥¹¤ÏÆüì¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤òÄ̤·¤Æ¹Ô¤¤¤Þ¤¹¡£¥Ç¥Ð¥¤¥¹¥Î¡¼ ! ¥É¤ÏÄ̾ï /dev ¥Ç¥£¥ì¥¯¥È¥ê¤ËÃÖ¤«¤ì¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤ËÂбþ¤¹¤ë ! ¤â¤Î¤Ï /dev/fb* ¤Ê¤É¤È¤Ê¤ê¤Þ¤¹¡£ ! ! ! 2. ¥æ¡¼¥¶¤«¤é¸«¤¿ /dev/fb* ! ! ¥æ¡¼¥¶¤Î»ëÅÀ¤«¤é¸«¤ë¤È¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï /dev ¤Ë¤¢¤ë¾¤Î¥Ç¥Ð ! ¥¤¥¹¤È¤Û¤È¤ó¤ÉƱ¤¸¤Ë¸«¤¨¤Þ¤¹¡£¤³¤ì¤Ï¥á¥¸¥ã¡¼ÈÖ¹æ 29 ¤ò»È¤¦¥­¥ã¥é¥¯¥¿·¿ ! ¥Ç¥Ð¥¤¥¹¤Ç¡¢¥Þ¥¤¥Ê¡¼ÈÖ¹æ¤Ç¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎÈÖ¹æ¤ò»ØÄꤷ¤Þ¤¹¡£ ! ! ´·½¬¤Ë¤è¤ê¡¢°Ê²¼¤Î¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤¬»È¤ï¤ì¤Þ¤¹(¿ô»ú¤Ï¥Ç¥Ð¥¤¥¹¤Î¥Þ¥¤¥Ê¡¼ ! ÈÖ¹æ¤ò¼¨¤·¤Þ¤¹): ! ! 0 = /dev/fb0 ! ºÇ½é¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡ ! ! 32 = /dev/fb1 ! 2ÈÖÌܤΥե졼¥à¥Ð¥Ã¥Õ¥¡ ! ! ... ! ! 224 = /dev/fb7 ! 8ÈÖÌܤΥե졼¥à¥Ð¥Ã¥Õ¥¡ ! ! ¸åÊý¸ß´¹À­¤Î¤¿¤á¡¢/dev/fb0current ¤«¤é fb0 ¤Ë¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òºî¤ë ! ¤³¤È¤Ë¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï¡ÖÄ̾ï¤Î¡×¥á¥â¥ê¥Ç¥Ð¥¤¥¹¤Ç¤â¤¢¤ê¤Þ¤¹¡£¤Ä¤Þ ! ¤ê¡¢ÆâÍƤòÆɤ߽ñ¤­¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤Ç²èÌ̤Υ¹ ! ¥Ê¥Ã¥×¥·¥ç¥Ã¥È¤ò¼è¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! ! cp /dev/fb0 myfile ! ! ! ! ! ! Ʊ»þ¤ËÊ£¿ô¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»ý¤Ä¤³¤È¤â¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢Áȹþ¤ß¤Î¥Ï¡¼ ! ¥É¥¦¥§¥¢°Ê³°¤ËÄɲäΥ°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤ò»ý¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ç¤¹¡£¤½¤ì¤¾¤ì ! ¤ËÂбþ¤¹¤ë¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡(/dev/fb0¡¢/dev/fb1 ¤Ê¤É) ¤ÏÆÈΩ¤·¤ÆÆ°ºî¤·¤Þ ! ¤¹¡£ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤ò»È¤¦¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥½¥Õ¥È¥¦¥§¥¢(Îã: X ¥µ¡¼ ! ¥Ð)¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤Ç /dev/fb0 ¤ò»È¤¤¤Þ¤¹(¸Å¤¤¥½¥Õ¥È¥¦¥§¥¢¤Ï ! /dev/fb0current ¤ò»È¤¤¤Þ¤¹)¡£´Ä¶­ÊÑ¿ô $FRAMEBUFFER ¤Ë¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡ ! ¥Ç¥Ð¥¤¥¹¤Î¥Ñ¥¹Ì¾¤òÀßÄꤹ¤ë¤³¤È¤Ë¤è¤ê¡¢Ê̤Υե졼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤ò»Ø ! Äꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Îã(sh/bash ¥æ¡¼¥¶¤Î¾ì¹ç): ! ! ! ! export FRAMEBUFFER=/dev/fb1 ! ! ! ! ! ! ¤Þ¤¿¤Ï(csh ¥æ¡¼¥¶¤Î¾ì¹ç): ! ! ! ! setenv FRAMEBUFFER /dev/fb1 ! ! ! ! ! ! ¤³¤ì¤òÀßÄꤷ¤¿¸å¤Ï¡¢X ¥µ¡¼¥Ð¤Ï 2 ÈÖÌܤΥե졼¥à¥Ð¥Ã¥Õ¥¡¤ò»È¤¦¤è¤¦¤Ë¤Ê ! ¤ê¤Þ¤¹¡£ ! ! ! 3. ¥×¥í¥°¥é¥Þ¤«¤é¸«¤¿ /dev/fb* ! ! ´û¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï /dev/mem ¤Î¤è¤¦¤Ê¥á¥â¥ê ! ¥Ç¥Ð¥¤¥¹¤Ç¤¢¤ê¡¢¤³¤ì¤ÈƱ¤¸µ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£Æɤ߽ñ¤­¤ä¡¢¤É¤³¤«¤Î°ÌÃÖ ! ¤ò¥·¡¼¥¯¤¹¤ë¤³¤È¡¢mmap() ¤¹¤ë¤³¤È(¤³¤ì¤¬¼ç¤Ê»ÈÍÑÊýË¡)¤¬¤Ç¤­¤Þ¤¹¡£Í£°ì ! ¤Î°ã¤¤¤Ï¡¢Æüì¥Õ¥¡¥¤¥ë¤Ë¸½¤ï¤ì¤ë¥á¥â¥ê¤Ï¡¤Á´¤Æ¤Î¥á¥â¥ê¤òɽ¤·¤Æ¤¤¤ë¤Î¤Ç ! ¤Ï¤Ê¤¯¡¢²¿¤é¤«¤Î¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò°ÕÌ£¤·¤Æ¤¤¤ë¤³¤È ! ¤Ç¤¹¡£ ! ! /dev/fb* ¤ËÂФ·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤ë ioctl ¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ò»È¤Ã ! ¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ë¾ðÊó¤ò¤¿¤¯¤µ¤óÌ䤤¹ç¤ï¤»¤ë¤³¤È¤äÀßÄꤹ¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£¥«¥é¡¼¥Þ¥Ã¥×½èÍý¤â ioctl ·Ðͳ¤Ç¹Ô¤¤¤Þ¤¹¡£¥Ø¥Ã¥À ! ¤ò¸«¤ì¤Ð¡¢¤É¤ó¤Ê ioctl ¤¬¤¢¤Ã¤Æ¡¢¤É¤ó¤Ê¹½Â¤ÂΤ¬»È¤ï¤ì¤ë¤Î¤«¤È¤¤¤¦¾ÜºÙ ! ¤¬¤ï¤«¤ê¤Þ¤¹¡£¤½¤³¤Ç¡¢¤³¤³¤Ç¤Ï³µÍפÀ¤±¤ò´Êñ¤ËÀâÌÀ¤¹¤ë¤³¤È¤Ë¤·¤Þ¤¹: ! ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ëÊѹ¹ÉÔ²Äǽ¤Ê¾ðÊó¤ò¥ê¥¯¥¨¥¹¥È¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ðÊó¤È¤·¤Æ¤Ï¡¢Ì¾Á°¤ä¥¹¥¯¥ê¡¼¥ó¥á¥â¥ê¤Î¹½À®(¥×¥ì¡¼¥ó¡¢ ! packed ·Á¼°¥Ô¥¯¥»¥ë¡¢...)¡¢¥¹¥¯¥ê¡¼¥ó¥á¥â¥ê¤Î¥¢¥É¥ì¥¹¤äŤµ¤Ê¤É¤¬¤¢ ! ¤ê¤Þ¤¹¡£ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ëÊѹ¹²Äǽ¤Ê¾ðÊó¤ò¥ê¥¯¥¨¥¹¥È¤ª¤è¤ÓÊѹ¹¤¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ðÊó¤È¤·¤Æ¤Ï¡¢²Ä»ë¥¸¥ª¥á¥È¥ê¤ä²¾ÁÛ¥¸¥ª¥á¥È¥ê¡¢ ! ¿§¤Î¿¼¤µ¡¢¥«¥é¡¼¥Þ¥Ã¥×¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¡¢¥¿¥¤¥ß¥ó¥°Ãͤʤɤ¬¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¾ðÊó¤òÊѹ¹¤·¤è¤¦¤È¤·¤¿¾ì¹ç¡¢¥É¥é¥¤¥Ð¤Ï¤¿¤Ö¤ó¥Ï¡¼¥É¥¦¥§¥¢ ! ¤Îµ¡Ç½¤Ë¹ç¤ï¤»¤ÆÃͤò¤¤¤¯¤é¤«´Ý¤á¤ë¤Ç¤·¤ç¤¦(¤½¤ì¤¬ÉÔ²Äǽ¤Ê¤é¤Ð ! EINVAL ¤òÊÖ¤·¤Þ¤¹)¡£ ! o ¥«¥é¡¼¥Þ¥Ã¥×¤Î°ìÉô¤ò¼èÆÀ¡¦ÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Â¸ºß¤¹¤ëÁ´¤Æ¤Î¥Ï ! ¡¼¥É¥¦¥§¥¢¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¡¢±é»»¤Ï¿§¤Î³ÆÉôʬ(ÀÖ¡¢ÎС¢ÀÄ¡¢Æ©ÌÀ ! ÅÙ)¤Ë¤Ä¤¤¤Æ 16 ¥Ó¥Ã¥È¤Ç¹Ô¤ï¤ì¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Ï¤³¤ì¤ò¥Ï¡¼¥É¥¦¥§¥¢¤ËÍ¿ ! ¤¨¤ë¤¿¤á¤ËÁ´¤Æ¤ÎÄÌ¿®¤ò¹Ô¤¤¤Þ¤¹(¥Ó¥Ã¥È¤ò¸º¤é¤¹¤¿¤á¤Ë´Ý¤á¤¬¹Ô¤ï¤ì¡¢¤ª ! ¤½¤é¤¯Æ©ÌÀÅÙ¤ÏÇË´þ¤µ¤ì¤Þ¤¹)¡£ ! ! °Ê¾å¤Î¤è¤¦¤ÊÃê¾Ý²½¤Î¤ª¤«¤²¤Ç¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ò¼ÂÁõ¤¹¤ë¤Î¤â ! °Ü¿¢¤¹¤ë¤Î¤â³Ú¤Ë¤Ê¤ë¤ï¤±¤Ç¤¹¡£Î㤨¤Ð¡¢X ¥µ¡¼¥Ð¤Ï /dev/fb* ¤ò»È¤Ã¤Æ´°Á´ ! ¤ËÆ°ºî¤¹¤ë¤Î¤Ç¡¢¶ñÂÎŪ¤Ê¥Ï¡¼¥É¥¦¥§¥¢¤Î¿§¥ì¥¸¥¹¥¿¤¬¤É¤Î¤è¤¦¤Ë¹½À®¤µ¤ì¤Æ ! ¤¤¤ë¤«Åù¤òÃΤëɬÍפ¬¤¢¤ê¤Þ¤»¤ó¡£XF68_FBDev ¤Ï¥Ó¥Ã¥È¥Þ¥Ã¥×¤ò»ÈÍѤ·¡¢¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î̵¤¤¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢ÍѤÎÈÆÍѤΠX ¥µ¡¼¥Ð¤Ç¤¹¡£¥¢¥× ! ¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ËÁȤ߹þ¤Þ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Î¤Ï¡¢²èÌ̤ι½À®(¥Ó¥Ã ! ¥È¥×¥ì¡¼¥ó¡¢¤Þ¤È¤Þ¤Ã¤¿¥Ô¥¯¥»¥ëÅù)¤À¤±¤Ç¤¹¡£¤Ê¤¼¤Ê¤é¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó ! ¤ÏľÀܥե졼¥à¥Ð¥Ã¥Õ¥¡¤Î¥¤¥á¡¼¥¸¥Ç¡¼¥¿¤òÁàºî¤¹¤ë¤«¤é¤Ç¤¹¡£ ! ! ¾­ÍèŪ¤Ë¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥ÉÅù¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥É¥é¥¤¥Ð¤ò¥«¡¼¥Í¥ë ! ¥â¥¸¥å¡¼¥ë¤È¤·¤Æ¼ÂÁõ¤·¡¢¼Â¹Ô»þ¤Ë¥í¡¼¥É¤¹¤ë¤³¤È¤¬¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î ! ¤è¤¦¤Ê¥É¥é¥¤¥Ð¤Ï¡¢¤¿¤À register_framebuffer() ¤ò¸Æ¤Ó½Ð¤·¡¢²¿¤é¤«¤Îµ¡Ç½ ! ¤òÄ󶡤¹¤ë¤À¤±¤Ç¤è¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥É¥é¥¤¥Ð¤òÆÈΩ¤ËºîÀ®¡¦ÇÛÉÛ¤¹¤ì ! ¤Ð¡¢¥«¡¼¥Í¥ë¤¬¥È¥é¥Ö¥ë¤Ë´¬¤­¹þ¤Þ¤ì¤ë¤³¤È¤â¾¯¤Ê¤¤¤Ç¤·¤ç¤¦¡Ä¡£ ! ! ! 4. ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î²òÁüÅ٤δÉÍý ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î²òÁüÅÙ¤Ï fbset ¤È¤¤¤¦¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ´ÉÍý¤·¤Þ ! ¤¹¡£¤³¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤Î ! ¥×¥í¥Ñ¥Æ¥£¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤Î¼ç¤Ê»È¤¤Êý¤Ï¡¢Î㤨¤Ðµ¯Æ°»þ¤Ë ! /etc/rc.* ¤ä /etc/init.d/* Åù¤Î¥Õ¥¡¥¤¥ëÃæ¤Ç¡¢¸½ºß¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤òÊѹ¹ ! ¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! fbset ¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ëÃæ¤Ë³ÊǼ¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥â¡¼¥É¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»È ! ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢Æȼ«¤Î¥â¡¼¥É¤ò´Êñ¤ËÄɲ乤뤳¤È¤ä¡¢¥â¡¼¥É¤ò´Êñ¤Ê ! ¼±Ê̻Ҥǻ²¾È¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! 5. X ¥µ¡¼¥Ð ! ! X ¥µ¡¼¥Ð(XF68_FBDev)¤Ï¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹ÍѤκǤâͭ̾¤Ê¥¢¥×¥ê¥± ! ¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤Ç¤¹¡£XFree86 ¥ê¥ê¡¼¥¹ 3.2 °Ê¹ß¡¢¤³¤Î X ¥µ¡¼¥Ð¤Ï ! XFree86 ¤Î°ìÉô¤Ç¤¢¤ê¡¢2 ¤Ä¤Î¥â¡¼¥ÉÃͤò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! ! o /etc/XF86Config¥Õ¥¡¥¤¥ëÆâ¤Î fbdev ¥É¥é¥¤¥Ð¤ËÂФ¹¤ë Display ¥µ¥Ö¥»¥¯ ! ¥·¥ç¥ó¤¬ ! ! ! ! Modes "default" ! ! ! ! ! ! ! ¤È¤¤¤¦ÆâÍƤǤ¢¤ë¾ì¹ç¡¢X ¥µ¡¼¥Ð¤ÏÁ°½Ò¤ÎÊýË¡¤ò»È¤¤¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢ ! /dev/fb0 (ÀßÄꤵ¤ì¤Æ¤¤¤ì¤Ð $FRAMEBUFFER)¤Ë¤è¤Ã¤Æ·è¤á¤é¤ì¤¿²òÁüÅ٤ǵ¯Æ° ! ¤·¤Þ¤¹¡£¤½¤Î¾ì¹ç¤Ç¤â¡¢¿§¤Î¿¼¤µ(Depth ¥­¡¼¥ï¡¼¥É¤ò»È¤¤¤Þ¤¹)¤È²¾ÁÛ²òÁü ! ÅÙ(Virtual ¤ò»È¤¤¤Þ¤¹)¤Ï»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï XFree86 ¤¬ÍÑ ! °Õ¤·¤Æ¤¤¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Î¥Ç¥Õ¥©¥ë¥È¤Ç¤¹¡£¤³¤ì¤ÏºÇ¤â´Êñ¤ÊÀßÄê¤Ç¤¹¤¬¡¢À© ! ¸Â¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! o ¤·¤¿¤¬¤Ã¤Æ¡¢/etc/XF86Config ¥Õ¥¡¥¤¥ëÆâ¤Ç²òÁüÅÙ¤ò»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­ ! ¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢²¾Áۥǥ¹¥¯¥È¥Ã¥×¤ÎÂ礭¤µ¤òƱ¤¸¤ËÊݤ俤ޤޡ¢¼Â¹Ô ! Ãæ¤Ë²òÁüÅÙ¤ÎÀÚ¤êÂؤ¨¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤â»È¤ï¤ì¤ë¥Õ¥ì¡¼ ! ¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï /dev/fb0 (¤Þ¤¿¤Ï $FRAMEBUFFER)¤Î¤Þ¤Þ¤Ç¤¹¤¬¡¢¤³ ! ¤Î¾ì¹ç¤ÏÍøÍѤǤ­¤ë²òÁüÅÙ¤Ï /etc/XF86Config ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£·çÅÀ ! ¤È¤·¤Æ¤Ï¡¢°Û¤Ê¤ë¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¥¿¥¤¥ß¥ó¥°Ãͤò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ ! ¤³¤È¤¬µó¤²¤é¤ì¤Þ¤¹(¤·¤«¤·¡¢ fbset -x ¤¬»²¹Í¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¥Ó¥Ç¥ª¥â¡¼¥É¤ò¥Á¥å¡¼¥ó¤¹¤ë¤¿¤á¤Ë fbset ¤ä xvidtune ¤¬ÍøÍѤǤ­¤Þ¤¹¡£ ! xvidtune ¤Ï XF68_FBDev ¤Ç¤Ï 100% Æ°ºî¤·¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Êó¹ð ! ¤µ¤ì¤ë¥¯¥í¥Ã¥¯ÃͤÏɬ¤º´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! ! 6. ¥Ó¥Ç¥ª¥â¡¼¥É¥¿¥¤¥ß¥ó¥°ÃÍ ! ! ¥â¥Ë¥¿¤ÏÅÅ»ÒÀþ¤òÍѤ¤¤Æ¥¤¥á¡¼¥¸¤ò²èÌ̤ËÉÁ²è¤·¤Þ¤¹(¥«¥é¡¼¥â¥Ç¥ë¤Ê¤éÅÅ»Ò ! Àþ 3 ¤Ä¤Ç¡¢¥â¥Î¥¯¥í¥â¥Ë¥¿¤Ê¤éÅÅ»ÒÀþ 1 ¤Ä¤Ç¤¹)¡£¥¹¥¯¥ê¡¼¥ó¤ÎÁ°Ì̤Ͽ§ÉÕ ! ¤­¤Î·Ö¸÷ÂÎ(¥Ô¥¯¥»¥ë)¤Î¥Ñ¥¿¡¼¥ó¤Çʤ¤ï¤ì¤Æ¤¤¤Þ¤¹¡£·Ö¸÷ÂΤËÅŻҤ¬Åö¤¿¤ë¤È ! ¸÷»Ò¤¬½Ð¤Æ¡¢¸«¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ÅÅ»ÒÀþ¤Ï¿åÊ¿¤ÊÀþ(¥¹¥­¥ã¥ó¥é¥¤¥ó)¤ò²èÌ̤κ¸¤«¤é±¦¡¢¾å¤«¤é²¼¤Ë¸þ¤«¤Ã¤ÆÉÁ ! ²è¤·¤Þ¤¹¡£ÅÅ»ÒÀþ¤Î¶¯ÅÙ¤òÊѤ¨¤ë¤³¤È¤Ë¤è¤ê¡¢ÍÍ¡¹¤Ê¿§¤äÌÀ¤ë¤µ¤Î¥Ô¥¯¥»¥ë¤ò ! ÉÁ²è¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ³Æ¥¹¥­¥ã¥ó¥é¥¤¥ó¤Î¸å¤Ë¤Ï¡¢ÅÅ»ÒÀþ¤Ï²èÌ̤κ¸Â¦¤ËÌá¤ê¡¢¼¡¤Î¹Ô¤Ë°ÜÆ°¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¿åÊ¿Éüµ¢(horizontal retrace)¤È¸Æ¤Ð¤ì¤Þ¤¹¡£²èÌÌ ! (¥Õ¥ì¡¼¥à)Á´ÂΤòÉÁ¤¤¤¿¸å¤Ë¤Ï¡¢ÅÅ»ÒÀþ¤Ï²èÌ̤κ¸¾å¶ù¤ËÌá¤ê¤Þ¤¹¡£¤³¤ì¤Ï¿â ! ľÉüµ¢(vertical retrace)¤È¸Æ¤Ð¤ì¤Þ¤¹¡£¿åÊ¿Éüµ¢¤ä¿âľÉüµ¢¤Î´Ö¤Ë¤Ï¡¢ÅÅ»Ò ! Àþ¤Ï»ß¤Þ¤ê¤Þ¤¹(¥Ö¥é¥ó¥¯¾õÂ֤ˤʤê¤Þ¤¹)¡£ ! ! ÅÅ»ÒÀþ¤¬¥Ô¥¯¥»¥ë¤òÉÁ²è¤¹¤ë®Å٤ϡ¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥É¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! Ãͤˤè¤Ã¤Æ·è¤Þ¤ê¤Þ¤¹¡£Î㤨¤Ð¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 28.37516 MHz(°ìÉ䢤¿¤ê ! ¿ôÉ´Ëü¥µ¥¤¥¯¥ë)¤Î¾ì¹ç¤Ë¤Ï¡¢¤½¤ì¤¾¤ì¤Î¥Ô¥¯¥»¥ë¤¢¤¿¤ê¤ÎŤµ¤Ï 35242 ps ! (¥Ô¥³ÉÃ)¤Ç¤¹: ! ! ! ! 1/(28.37516E6 Hz) = 35.242E-9 s ! ! ! ! ! ! ²èÌ̤βòÁüÅÙ¤¬ 640x480 ¤Ê¤é¤Ð¡¢1 ¥¹¥­¥ã¥ó¥é¥¤¥óʬ¤Î 640(xres)¥Ô¥¯¥»¥ë ! ¤òÉÁ²è¤¹¤ë¤Î¤Ë¤«¤«¤ë»þ´Ö¤Ï ! ! ! ! 640*35.242E-9 s = 22.555E-6 s ! ! ! ! ! ! ¤È¤Ê¤ê¤Þ¤¹¡£¤Ç¤¹¤¬¡¢¿åÊ¿Éüµ¢¤Ë¤â»þ´Ö¤¬¤«¤«¤ë(Î㤨¤Ð 272 ¡Ö¥Ô¥¯¥»¥ë¡×) ! ¤Î¤Ç¡¢1 ¥¹¥­¥ã¥ó¥é¥¤¥óÁ´ÂΤǤ«¤«¤ë»þ´Ö¤Ï ! ! ! ! (640+272)*35.242E-9 s = 32.141E-6 s ! ! ! ! ! ! ¤È¤Ê¤ê¤Þ¤¹¡£¤Ç¤¹¤«¤é¿åÊ¿¥¹¥­¥ã¥ó¥ì¡¼¥È¤ÏÌó 31 kHz ¤È¸À¤¨¤Þ¤¹: ! ! ! ! ! ! 1/(32.141E-6 s) = 31.113E3 Hz ! ! ! ! ! ! ²èÌÌÁ´ÂÎ¤Ç¤Ï 480(yres)¹Ô¤¢¤ê¤Þ¤¹¤¬¡¢¿âľÉüµ¢(Î㤨¤Ð 49 ¡Ö¥Ô¥¯¥»¥ë¡×)¤â ! ¹Í¤¨¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤Ç¤¹¤«¤é¡¢²èÌÌÁ´ÂÎ¤Ç¤Ï ! ! ! ! (480+49)*32.141E-6 s = 17.002E-3 s ! ! ! ! ! ! ¤«¤«¤ê¤Þ¤¹¡£¿âľ¥¹¥­¥ã¥ó¥ì¡¼¥È¤ÏÌó 50 Hz ¤Ë¤Ê¤ê¤Þ¤¹: ! ! ! ! 1/(17.002E-3 s) = 58.815 Hz ! ! ! ! ! ! ¤Ä¤Þ¤ê¡¢²èÌ̤Υǡ¼¥¿¤Ï 1 É䢤¿¤êÌó 59 ²ó½ñ¤­Ä¾¤µ¤ì¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£ ! Ìܤ˸«¤¨¤ë¤è¤¦¤Ê¤Á¤é¤Ä¤­¤òµ¯¤³¤µ¤º¤Ë°ÂÄꤷ¤¿¥Ô¥¯¥»¥ë¤òÆÀ¤ë¤¿¤á¤Ë VESA ! ¤¬¿ä¾©¤·¤Æ¤¤¤ë¿âľ¥¹¥­¥ã¥ó¥ì¡¼¥È¤ÏºÇÄã 72 Hz ¤Ç¤¹¡£¤·¤«¤·¡¢²æËý¤Ç¤­¤ë ! ¤Á¤é¤Ä¤­¤È¤¤¤¦¤Î¤Ï¿Í¤½¤ì¤¾¤ì¤Ç¤¹¡£50Hz ¤Ç»È¤Ã¤Æ¤âÁ´¤¯ÌäÂê¤Ê¤¤¤È¤¤¤¦¿Í ! ¤â¤¤¤ì¤Ð¡¢É®¼Ô¤Î¤è¤¦¤Ë 80 Hz ¤è¤ê¾®¤µ¤¤¤Èµ¤ÉÕ¤¤¤Æ¤·¤Þ¤¦¤È¤¤¤¦¿Í¤â¤¤¤Þ ! ¤¹¡£ ! ! ¿·¤·¤¤¥¹¥­¥ã¥ó¥é¥¤¥ó¤¬¤¤¤Ä»Ï¤Þ¤ë¤«¤Ï¥â¥Ë¥¿¤Ë¤Ïʬ¤«¤é¤Ê¤¤¤Î¤Ç¡¢¥°¥é ! ¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥É¤Ï¥¹¥­¥ã¥ó¥é¥¤¥ó¤´¤È¤ËƱ´ü¿®¹æ(¿åʿƱ´ü¤Þ¤¿¤Ï hsync)¤ò ! ½Ð¤·¤Þ¤¹¡£Æ±Íͤˡ¢¿·¤·¤¤¥Õ¥ì¡¼¥à¤´¤È¤Ë¤âƱ´ü¿®¹æ(¿âľƱ´ü¤Þ¤¿¤Ï ! vsync)¤ò½Ð¤·¤Þ¤¹¡£²èÌ̤ˤª¤±¤ë²èÁü¤Î°ÌÃ֤ϡ¢Æ±´ü¿®¹æ¤¬È¯À¸¤¹¤ë¥¿¥¤¥ß¥ó ! ¥°¤Î±Æ¶Á¤ò¼õ¤±¤Þ¤¹¡£ ! ! Á´¤Æ¤Î¥¿¥¤¥ß¥ó¥°¤ò°Ê²¼¤Î¿Þ¤Ë¤Þ¤È¤á¤Þ¤·¤¿¡£¿åÊ¿Éüµ¢»þ´Ö¤Ïº¸¥Þ¡¼¥¸¥ó ! (left margin)¡¢±¦¥Þ¡¼¥¸¥ó(right margin)¡¢¿åʿƱ´ü¤ÎŤµ(hsync len)¤Î¹ç ! ·×¤Ç¤¹¡£¿âľÉüµ¢»þ´Ö¤Ï¾åÉô¥Þ¡¼¥¸¥ó(upper_margin)¡¢²¼Éô¥Þ¡¼¥¸¥ó ! (lower_margin)¡¢¿âľƱ´ü¤ÎŤµ(vsync_len)¤Î¹ç·×¤Ç¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! +----------+---------------------------------------------+----------+-------+ ! | | x | | | ! | | |upper_margin | | | ! | | x | | | ! +----------###############################################----------+-------+ ! | # x # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | left # | # right | hsync | ! | margin # | xres # margin | len | ! |<-------->#<---------------+--------------------------->#<-------->|<----->| ! | # | # | | ! | # | # | | ! | # | # | | ! | # |yres # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # x # | | ! +----------###############################################----------+-------+ ! | | x | | | ! | | |lower_margin | | | ! | | x | | | ! +----------+---------------------------------------------+----------+-------+ ! | | x | | | ! | | |vsync_len | | | ! | | x | | | ! +----------+---------------------------------------------+----------+-------+ ! ! ! ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï¡¢Á´¤Æ¤Î¿åÊ¿¥¿¥¤¥ß¥ó¥°Ãͤ¬¥É¥Ã¥È¥¯¥í¥Ã¥¯(¥Ô ! ¥³ÉÃ(1E-12 ÉÃ)ñ°Ì)¤Î¿ô¤Ç¤¢¤ë¤³¤È¤È¡¢Á´¤Æ¤Î¿âľ¥¿¥¤¥ß¥ó¥°Ãͤ¬¥¹¥­¥ã¥ó ! ¥é¥¤¥ó¤Î¿ô¤Ç¤¢¤ë¤³¤È¤ò´üÂÔ¤·¤Þ¤¹¡£ ! ! ! 7. XFree86 ¤Î¥¿¥¤¥ß¥ó¥°ÃͤΥե졼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥¿¥¤¥ß¥ó¥°ÃͤؤΠ! ÊÑ´¹ ! ! XFree86 ¤Î¥â¡¼¥É¥é¥¤¥ó¤Ï°Ê²¼¤Î¥Õ¥£¡¼¥ë¥É¤«¤é¹½À®¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! ! ! "800x600" 50 800 856 976 1040 600 637 643 666 ! < name > DCF HR SH1 SH2 HFL VR SV1 SV2 VFL ! ! ! ! ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï°Ê²¼¤Î¥Õ¥£¡¼¥ë¥É¤ò»ÈÍѤ·¤Þ¤¹: ! ! ! pixclock ! ps (¥Ô¥³ÉÃ)ñ°Ì¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ ! ! left_margin ! Ʊ´ü¤«¤éÉÁ²è¤Þ¤Ç¤Î»þ´Ö ! ! right_margin ! ÉÁ²è¤«¤éƱ´ü¤Þ¤Ç¤Î»þ´Ö ! ! upper_margin ! Ʊ´ü¤«¤éÉÁ²è¤Þ¤Ç¤Î»þ´Ö ! ! lower_margin ! ÉÁ²è¤«¤éƱ´ü¤Þ¤Ç¤Î»þ´Ö ! ! hsync_len ! ¿åʿƱ´ü¤ÎŤµ ! ! vsync_len ! ¿âľƱ´ü¤ÎŤµ ! ! ! Pixelclock ! ! o xfree: MHz ñ°Ì ! ! o fb: ¥Ô¥³ÉÃ(ps)ñ°Ì ! ! o pixclock = 1000000 / DCF ! ! ! ¿åÊ¿¥¿¥¤¥ß¥ó¥°ÃÍ ! ! o left_margin = HFL - SH2 ! ! o right_margin = SH1 - HR ! ! o hsync_len = SH2 - SH1 ! ! ! ¿âľ¥¿¥¤¥ß¥ó¥°ÃÍ ! ! o upper_margin = VFL - SV2 ! ! o lower_margin = SV1 - VR ! ! o vsync_len = SV2 - SV1 ! ! VESA ¥¿¥¤¥ß¥ó¥°ÃͤÎÎɤ¤Îã¤Ï¡¢XFree86 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤Î ! xc/programs/Xserver/hw/xfree86/doc/modeDB.txt ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! 8. »²¹Íʸ¸¥ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤È¡¢¤½¤Î±þÍѤ˴ؤ¹¤ë¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! °Ê²¼¤Îʸ½ñ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! o fbset ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë: fbset(8), fb.modes(5) ! ! o XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë: XF68_FBDev(1), XF86Config(4/5) ! ! o Ëüǽ¤Î¥«¡¼¥Í¥ë¥½¡¼¥¹: ! ! o linux/drivers/video/ ! ! o linux/include/linux/fb.h ! ! o linux/include/video/ ! ! ! ! 9. ¥À¥¦¥ó¥í¡¼¥É ! ! ɬÍפʥե¡¥¤¥ëÁ´¤Æ¤Ï ! ! ! ! ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/680x0/ ! ! ! ! ! ! ¤Þ¤¿¤Ï¤½¤Î¥ß¥é¡¼¥µ¥¤¥È¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! 10. ¥¯¥ì¥¸¥Ã¥È ! ! ¤³¤Î README ʸ½ñ¤Ï Geert Uytterhoeven ¤¬½ñ¤­¤Þ¤·¤¿¡£ÆâÍƤΰìÉô¤Ï¡¢ ! Roman Hodek ¤µ¤ó¤È Martin Schaller ¤µ¤ó¤¬½ñ¤«¤ì¤¿¥ª¥ê¥¸¥Ê¥ë¤Î X- ! framebuffer.README ¤Ë´ð¤Å¤¤¤Æ¤¤¤Þ¤¹¡£¡ÖXFree86 ¤Î¥¿¥¤¥ß¥ó¥°ÃͤΥե졼 ! ¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥¿¥¤¥ß¥ó¥°ÃͤؤÎÊÑ´¹¡×¥»¥¯¥·¥ç¥ó¤Ï Frank Neumann ! ¤µ¤ó¤ËÄ󶡤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ë¤è¤ëÃê¾Ý²½ÁؤòÀ߷פ·¤¿¤Î¤Ï Martin Schaller ! ¤µ¤ó¤Ç¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev,v 1.1.2.1 1999/06/02 07:51:00 hohndel Exp $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,373 ---- ! Linux/m68k ¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ë¤Ä¤¤¤Æ ! Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) ! 7 November 1998 ! The X Japanese Documentation Project ! 16 March 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ¥æ¡¼¥¶¤«¤é¸«¤¿ /dev/fb* ! 3. ¥×¥í¥°¥é¥Þ¤«¤é¸«¤¿ /dev/fb* ! 4. ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î²òÁüÅ٤δÉÍý ! 5. X ¥µ¡¼¥Ð ! 6. ¥Ó¥Ç¥ª¥â¡¼¥É¥¿¥¤¥ß¥ó¥°ÃÍ ! 7. XFree86 ¤Î¥¿¥¤¥ß¥ó¥°ÃͤΥե졼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥¿¥¤¥ß¥ó¥°ÃͤؤÎÊÑ´¹ ! 8. »²¹Íʸ¸¥ ! 9. ¥À¥¦¥ó¥í¡¼¥É ! 10. ¥¯¥ì¥¸¥Ã¥È ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ï¡¼¥É¥¦¥§¥¢¤ÎÃê¾Ý²½¤ò¹Ô¤¤¤Þ ! ¤¹¡£¤³¤Î¥Ç¥Ð¥¤¥¹¤¬²¿¤é¤«¤Î¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤òɽ¤¹¤³ ! ¤È¤Ë¤è¤Ã¤Æ¡¢¤­¤Á¤ó¤ÈÄêµÁ¤µ¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤òÄ̤·¤Æ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬ ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ï¡¼¥É¥¦¥§¥¢¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¥½ ! ¥Õ¥È¥¦¥§¥¢¤ÏÄã¥ì¥Ù¥ë(¥Ï¡¼¥É¥¦¥§¥¢¥ì¥¸¥¹¥¿)¤Î»ö¾Ý¤Ë´Ø¤·¤Æ²¿¤âÃΤëɬÍ×¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¥Ç¥Ð¥¤¥¹¤Ø¤Î¥¢¥¯¥»¥¹¤ÏÆüì¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤òÄ̤·¤Æ¹Ô¤¤¤Þ¤¹¡£¥Ç¥Ð¥¤¥¹¥Î¡¼ ! ¥É¤ÏÄ̾ï /dev ¥Ç¥£¥ì¥¯¥È¥ê¤ËÃÖ¤«¤ì¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤ËÂбþ¤¹¤ë ! ¤â¤Î¤Ï /dev/fb* ¤Ê¤É¤È¤Ê¤ê¤Þ¤¹¡£ ! ! 2. ¥æ¡¼¥¶¤«¤é¸«¤¿ /dev/fb* ! ! ¥æ¡¼¥¶¤Î»ëÅÀ¤«¤é¸«¤ë¤È¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï /dev ¤Ë¤¢¤ë¾¤Î¥Ç¥Ð ! ¥¤¥¹¤È¤Û¤È¤ó¤ÉƱ¤¸¤Ë¸«¤¨¤Þ¤¹¡£¤³¤ì¤Ï¥á¥¸¥ã¡¼ÈÖ¹æ 29 ¤ò»È¤¦¥­¥ã¥é¥¯¥¿·¿ ! ¥Ç¥Ð¥¤¥¹¤Ç¡¢¥Þ¥¤¥Ê¡¼ÈÖ¹æ¤Ç¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎÈÖ¹æ¤ò»ØÄꤷ¤Þ¤¹¡£ ! ! ´·½¬¤Ë¤è¤ê¡¢°Ê²¼¤Î¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤¬»È¤ï¤ì¤Þ¤¹(¿ô»ú¤Ï¥Ç¥Ð¥¤¥¹¤Î¥Þ¥¤¥Ê¡¼ ! ÈÖ¹æ¤ò¼¨¤·¤Þ¤¹): ! ! 0 = /dev/fb0 ! ºÇ½é¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡ ! ! 32 = /dev/fb1 ! 2ÈÖÌܤΥե졼¥à¥Ð¥Ã¥Õ¥¡ ! ! ... ! ! 224 = /dev/fb7 ! 8ÈÖÌܤΥե졼¥à¥Ð¥Ã¥Õ¥¡ ! ! ¸åÊý¸ß´¹À­¤Î¤¿¤á¡¢/dev/fb0current ¤«¤é fb0 ¤Ë¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òºî¤ë ! ¤³¤È¤Ë¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï¡ÖÄ̾ï¤Î¡×¥á¥â¥ê¥Ç¥Ð¥¤¥¹¤Ç¤â¤¢¤ê¤Þ¤¹¡£¤Ä¤Þ ! ¤ê¡¢ÆâÍƤòÆɤ߽ñ¤­¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤Ç²èÌ̤Υ¹ ! ¥Ê¥Ã¥×¥·¥ç¥Ã¥È¤ò¼è¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! cp /dev/fb0 myfile ! ! Ʊ»þ¤ËÊ£¿ô¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò»ý¤Ä¤³¤È¤â¤Ç¤­¤Þ¤¹¡£Î㤨¤Ð¡¢Áȹþ¤ß¤Î¥Ï¡¼ ! ¥É¥¦¥§¥¢°Ê³°¤ËÄɲäΥ°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥É¤ò»ý¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ç¤¹¡£¤½¤ì¤¾¤ì ! ¤ËÂбþ¤¹¤ë¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡(/dev/fb0¡¢/dev/fb1 ¤Ê¤É) ¤ÏÆÈΩ¤·¤ÆÆ°ºî¤·¤Þ ! ¤¹¡£ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤ò»È¤¦¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥½¥Õ¥È¥¦¥§¥¢(Îã: X ¥µ¡¼ ! ¥Ð)¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤Ç /dev/fb0 ¤ò»È¤¤¤Þ¤¹(¸Å¤¤¥½¥Õ¥È¥¦¥§¥¢¤Ï ! /dev/fb0current ¤ò»È¤¤¤Þ¤¹)¡£´Ä¶­ÊÑ¿ô $FRAMEBUFFER ¤Ë¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡ ! ¥Ç¥Ð¥¤¥¹¤Î¥Ñ¥¹Ì¾¤òÀßÄꤹ¤ë¤³¤È¤Ë¤è¤ê¡¢Ê̤Υե졼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤ò»Ø ! Äꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Îã(sh/bash ¥æ¡¼¥¶¤Î¾ì¹ç): ! ! export FRAMEBUFFER=/dev/fb1 ! ! ¤Þ¤¿¤Ï(csh ¥æ¡¼¥¶¤Î¾ì¹ç): ! ! setenv FRAMEBUFFER /dev/fb1 ! ! ¤³¤ì¤òÀßÄꤷ¤¿¸å¤Ï¡¢X ¥µ¡¼¥Ð¤Ï 2 ÈÖÌܤΥե졼¥à¥Ð¥Ã¥Õ¥¡¤ò»È¤¦¤è¤¦¤Ë¤Ê ! ¤ê¤Þ¤¹¡£ ! ! 3. ¥×¥í¥°¥é¥Þ¤«¤é¸«¤¿ /dev/fb* ! ! ´û¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï /dev/mem ¤Î¤è¤¦¤Ê¥á¥â¥ê ! ¥Ç¥Ð¥¤¥¹¤Ç¤¢¤ê¡¢¤³¤ì¤ÈƱ¤¸µ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£Æɤ߽ñ¤­¤ä¡¢¤É¤³¤«¤Î°ÌÃÖ ! ¤ò¥·¡¼¥¯¤¹¤ë¤³¤È¡¢mmap() ¤¹¤ë¤³¤È(¤³¤ì¤¬¼ç¤Ê»ÈÍÑÊýË¡)¤¬¤Ç¤­¤Þ¤¹¡£Í£°ì ! ¤Î°ã¤¤¤Ï¡¢Æüì¥Õ¥¡¥¤¥ë¤Ë¸½¤ï¤ì¤ë¥á¥â¥ê¤Ï¡¤Á´¤Æ¤Î¥á¥â¥ê¤òɽ¤·¤Æ¤¤¤ë¤Î¤Ç ! ¤Ï¤Ê¤¯¡¢²¿¤é¤«¤Î¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò°ÕÌ£¤·¤Æ¤¤¤ë¤³¤È ! ¤Ç¤¹¡£ ! ! /dev/fb* ¤ËÂФ·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤ë ioctl ¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ò»È¤Ã ! ¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ë¾ðÊó¤ò¤¿¤¯¤µ¤óÌ䤤¹ç¤ï¤»¤ë¤³¤È¤äÀßÄꤹ¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£¥«¥é¡¼¥Þ¥Ã¥×½èÍý¤â ioctl ·Ðͳ¤Ç¹Ô¤¤¤Þ¤¹¡£¥Ø¥Ã¥À ! ¤ò¸«¤ì¤Ð¡¢¤É¤ó¤Ê ioctl ¤¬¤¢¤Ã¤Æ¡¢¤É¤ó¤Ê¹½Â¤ÂΤ¬»È¤ï¤ì¤ë¤Î¤«¤È¤¤¤¦¾ÜºÙ ! ¤¬¤ï¤«¤ê¤Þ¤¹¡£¤½¤³¤Ç¡¢¤³¤³¤Ç¤Ï³µÍפÀ¤±¤ò´Êñ¤ËÀâÌÀ¤¹¤ë¤³¤È¤Ë¤·¤Þ¤¹: ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ëÊѹ¹ÉÔ²Äǽ¤Ê¾ðÊó¤ò¥ê¥¯¥¨¥¹¥È¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ðÊó¤È¤·¤Æ¤Ï¡¢Ì¾Á°¤ä¥¹¥¯¥ê¡¼¥ó¥á¥â¥ê¤Î¹½À®(¥×¥ì¡¼¥ó¡¢ ! packed ·Á¼°¥Ô¥¯¥»¥ë¡¢...)¡¢¥¹¥¯¥ê¡¼¥ó¥á¥â¥ê¤Î¥¢¥É¥ì¥¹¤äŤµ¤Ê¤É¤¬¤¢ ! ¤ê¤Þ¤¹¡£ ! ! o ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ëÊѹ¹²Äǽ¤Ê¾ðÊó¤ò¥ê¥¯¥¨¥¹¥È¤ª¤è¤ÓÊѹ¹¤¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ðÊó¤È¤·¤Æ¤Ï¡¢²Ä»ë¥¸¥ª¥á¥È¥ê¤ä²¾ÁÛ¥¸¥ª¥á¥È¥ê¡¢ ! ¿§¤Î¿¼¤µ¡¢¥«¥é¡¼¥Þ¥Ã¥×¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¡¢¥¿¥¤¥ß¥ó¥°Ãͤʤɤ¬¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¾ðÊó¤òÊѹ¹¤·¤è¤¦¤È¤·¤¿¾ì¹ç¡¢¥É¥é¥¤¥Ð¤Ï¤¿¤Ö¤ó¥Ï¡¼¥É¥¦¥§¥¢ ! ¤Îµ¡Ç½¤Ë¹ç¤ï¤»¤ÆÃͤò¤¤¤¯¤é¤«´Ý¤á¤ë¤Ç¤·¤ç¤¦(¤½¤ì¤¬ÉÔ²Äǽ¤Ê¤é¤Ð ! EINVAL ¤òÊÖ¤·¤Þ¤¹)¡£ ! o ¥«¥é¡¼¥Þ¥Ã¥×¤Î°ìÉô¤ò¼èÆÀ¡¦ÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Â¸ºß¤¹¤ëÁ´¤Æ¤Î¥Ï ! ¡¼¥É¥¦¥§¥¢¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¡¢±é»»¤Ï¿§¤Î³ÆÉôʬ(ÀÖ¡¢ÎС¢ÀÄ¡¢Æ©ÌÀ ! ÅÙ)¤Ë¤Ä¤¤¤Æ 16 ¥Ó¥Ã¥È¤Ç¹Ô¤ï¤ì¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Ï¤³¤ì¤ò¥Ï¡¼¥É¥¦¥§¥¢¤ËÍ¿ ! ¤¨¤ë¤¿¤á¤ËÁ´¤Æ¤ÎÄÌ¿®¤ò¹Ô¤¤¤Þ¤¹(¥Ó¥Ã¥È¤ò¸º¤é¤¹¤¿¤á¤Ë´Ý¤á¤¬¹Ô¤ï¤ì¡¢¤ª ! ¤½¤é¤¯Æ©ÌÀÅÙ¤ÏÇË´þ¤µ¤ì¤Þ¤¹)¡£ ! ! °Ê¾å¤Î¤è¤¦¤ÊÃê¾Ý²½¤Î¤ª¤«¤²¤Ç¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ò¼ÂÁõ¤¹¤ë¤Î¤â ! °Ü¿¢¤¹¤ë¤Î¤â³Ú¤Ë¤Ê¤ë¤ï¤±¤Ç¤¹¡£Î㤨¤Ð¡¢X ¥µ¡¼¥Ð¤Ï /dev/fb* ¤ò»È¤Ã¤Æ´°Á´ ! ¤ËÆ°ºî¤¹¤ë¤Î¤Ç¡¢¶ñÂÎŪ¤Ê¥Ï¡¼¥É¥¦¥§¥¢¤Î¿§¥ì¥¸¥¹¥¿¤¬¤É¤Î¤è¤¦¤Ë¹½À®¤µ¤ì¤Æ ! ¤¤¤ë¤«Åù¤òÃΤëɬÍפ¬¤¢¤ê¤Þ¤»¤ó¡£XF68_FBDev ¤Ï¥Ó¥Ã¥È¥Þ¥Ã¥×¤ò»ÈÍѤ·¡¢¥¢ ! ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î̵¤¤¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢ÍѤÎÈÆÍѤΠX ¥µ¡¼¥Ð¤Ç¤¹¡£¥¢¥× ! ¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ËÁȤ߹þ¤Þ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Î¤Ï¡¢²èÌ̤ι½À®(¥Ó¥Ã ! ¥È¥×¥ì¡¼¥ó¡¢¤Þ¤È¤Þ¤Ã¤¿¥Ô¥¯¥»¥ëÅù)¤À¤±¤Ç¤¹¡£¤Ê¤¼¤Ê¤é¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó ! ¤ÏľÀܥե졼¥à¥Ð¥Ã¥Õ¥¡¤Î¥¤¥á¡¼¥¸¥Ç¡¼¥¿¤òÁàºî¤¹¤ë¤«¤é¤Ç¤¹¡£ ! ! ¾­ÍèŪ¤Ë¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥ÉÅù¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥É¥é¥¤¥Ð¤ò¥«¡¼¥Í¥ë ! ¥â¥¸¥å¡¼¥ë¤È¤·¤Æ¼ÂÁõ¤·¡¢¼Â¹Ô»þ¤Ë¥í¡¼¥É¤¹¤ë¤³¤È¤¬¹Í¤¨¤é¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î ! ¤è¤¦¤Ê¥É¥é¥¤¥Ð¤Ï¡¢¤¿¤À register_framebuffer() ¤ò¸Æ¤Ó½Ð¤·¡¢²¿¤é¤«¤Îµ¡Ç½ ! ¤òÄ󶡤¹¤ë¤À¤±¤Ç¤è¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥É¥é¥¤¥Ð¤òÆÈΩ¤ËºîÀ®¡¦ÇÛÉÛ¤¹¤ì ! ¤Ð¡¢¥«¡¼¥Í¥ë¤¬¥È¥é¥Ö¥ë¤Ë´¬¤­¹þ¤Þ¤ì¤ë¤³¤È¤â¾¯¤Ê¤¤¤Ç¤·¤ç¤¦¡Ä¡£ ! ! 4. ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î²òÁüÅ٤δÉÍý ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î²òÁüÅÙ¤Ï fbset ¤È¤¤¤¦¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ´ÉÍý¤·¤Þ ! ¤¹¡£¤³¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤Î ! ¥×¥í¥Ñ¥Æ¥£¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤Î¼ç¤Ê»È¤¤Êý¤Ï¡¢Î㤨¤Ðµ¯Æ°»þ¤Ë ! /etc/rc.* ¤ä /etc/init.d/* Åù¤Î¥Õ¥¡¥¤¥ëÃæ¤Ç¡¢¸½ºß¤Î¥Ó¥Ç¥ª¥â¡¼¥É¤òÊѹ¹ ! ¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! fbset ¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ëÃæ¤Ë³ÊǼ¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥â¡¼¥É¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»È ! ¤¤¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢Æȼ«¤Î¥â¡¼¥É¤ò´Êñ¤ËÄɲ乤뤳¤È¤ä¡¢¥â¡¼¥É¤ò´Êñ¤Ê ! ¼±Ê̻Ҥǻ²¾È¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! 5. X ¥µ¡¼¥Ð ! ! X ¥µ¡¼¥Ð(XF68_FBDev)¤Ï¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹ÍѤκǤâͭ̾¤Ê¥¢¥×¥ê¥± ! ¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤Ç¤¹¡£XFree86 ¥ê¥ê¡¼¥¹ 3.2 °Ê¹ß¡¢¤³¤Î X ¥µ¡¼¥Ð¤Ï ! XFree86 ¤Î°ìÉô¤Ç¤¢¤ê¡¢2 ¤Ä¤Î¥â¡¼¥ÉÃͤò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! o /etc/XF86Config¥Õ¥¡¥¤¥ëÆâ¤Î fbdev ¥É¥é¥¤¥Ð¤ËÂФ¹¤ë Display ¥µ¥Ö¥»¥¯ ! ¥·¥ç¥ó¤¬ ! ! Modes "default" ! ! ¤È¤¤¤¦ÆâÍƤǤ¢¤ë¾ì¹ç¡¢X ¥µ¡¼¥Ð¤ÏÁ°½Ò¤ÎÊýË¡¤ò»È¤¤¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢ ! /dev/fb0 (ÀßÄꤵ¤ì¤Æ¤¤¤ì¤Ð $FRAMEBUFFER)¤Ë¤è¤Ã¤Æ·è¤á¤é¤ì¤¿²òÁüÅ٤ǵ¯Æ° ! ¤·¤Þ¤¹¡£¤½¤Î¾ì¹ç¤Ç¤â¡¢¿§¤Î¿¼¤µ(Depth ¥­¡¼¥ï¡¼¥É¤ò»È¤¤¤Þ¤¹)¤È²¾ÁÛ²òÁü ! ÅÙ(Virtual ¤ò»È¤¤¤Þ¤¹)¤Ï»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï XFree86 ¤¬ÍÑ ! °Õ¤·¤Æ¤¤¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Î¥Ç¥Õ¥©¥ë¥È¤Ç¤¹¡£¤³¤ì¤ÏºÇ¤â´Êñ¤ÊÀßÄê¤Ç¤¹¤¬¡¢À© ! ¸Â¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! o ¤·¤¿¤¬¤Ã¤Æ¡¢/etc/XF86Config ¥Õ¥¡¥¤¥ëÆâ¤Ç²òÁüÅÙ¤ò»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­ ! ¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢²¾Áۥǥ¹¥¯¥È¥Ã¥×¤ÎÂ礭¤µ¤òƱ¤¸¤ËÊݤ俤ޤޡ¢¼Â¹Ô ! Ãæ¤Ë²òÁüÅÙ¤ÎÀÚ¤êÂؤ¨¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤â»È¤ï¤ì¤ë¥Õ¥ì¡¼ ! ¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï /dev/fb0 (¤Þ¤¿¤Ï $FRAMEBUFFER)¤Î¤Þ¤Þ¤Ç¤¹¤¬¡¢¤³ ! ¤Î¾ì¹ç¤ÏÍøÍѤǤ­¤ë²òÁüÅÙ¤Ï /etc/XF86Config ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£·çÅÀ ! ¤È¤·¤Æ¤Ï¡¢°Û¤Ê¤ë¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¥¿¥¤¥ß¥ó¥°Ãͤò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ ! ¤³¤È¤¬µó¤²¤é¤ì¤Þ¤¹(¤·¤«¤·¡¢ fbset -x ¤¬»²¹Í¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¥Ó¥Ç¥ª¥â¡¼¥É¤ò¥Á¥å¡¼¥ó¤¹¤ë¤¿¤á¤Ë fbset ¤ä xvidtune ¤¬ÍøÍѤǤ­¤Þ¤¹¡£ ! xvidtune ¤Ï XF68_FBDev ¤Ç¤Ï 100% Æ°ºî¤·¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Êó¹ð ! ¤µ¤ì¤ë¥¯¥í¥Ã¥¯ÃͤÏɬ¤º´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! 6. ¥Ó¥Ç¥ª¥â¡¼¥É¥¿¥¤¥ß¥ó¥°ÃÍ ! ! ¥â¥Ë¥¿¤ÏÅÅ»ÒÀþ¤òÍѤ¤¤Æ¥¤¥á¡¼¥¸¤ò²èÌ̤ËÉÁ²è¤·¤Þ¤¹(¥«¥é¡¼¥â¥Ç¥ë¤Ê¤éÅÅ»Ò ! Àþ 3 ¤Ä¤Ç¡¢¥â¥Î¥¯¥í¥â¥Ë¥¿¤Ê¤éÅÅ»ÒÀþ 1 ¤Ä¤Ç¤¹)¡£¥¹¥¯¥ê¡¼¥ó¤ÎÁ°Ì̤Ͽ§ÉÕ ! ¤­¤Î·Ö¸÷ÂÎ(¥Ô¥¯¥»¥ë)¤Î¥Ñ¥¿¡¼¥ó¤Çʤ¤ï¤ì¤Æ¤¤¤Þ¤¹¡£·Ö¸÷ÂΤËÅŻҤ¬Åö¤¿¤ë¤È ! ¸÷»Ò¤¬½Ð¤Æ¡¢¸«¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ÅÅ»ÒÀþ¤Ï¿åÊ¿¤ÊÀþ(¥¹¥­¥ã¥ó¥é¥¤¥ó)¤ò²èÌ̤κ¸¤«¤é±¦¡¢¾å¤«¤é²¼¤Ë¸þ¤«¤Ã¤ÆÉÁ ! ²è¤·¤Þ¤¹¡£ÅÅ»ÒÀþ¤Î¶¯ÅÙ¤òÊѤ¨¤ë¤³¤È¤Ë¤è¤ê¡¢ÍÍ¡¹¤Ê¿§¤äÌÀ¤ë¤µ¤Î¥Ô¥¯¥»¥ë¤ò ! ÉÁ²è¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ³Æ¥¹¥­¥ã¥ó¥é¥¤¥ó¤Î¸å¤Ë¤Ï¡¢ÅÅ»ÒÀþ¤Ï²èÌ̤κ¸Â¦¤ËÌá¤ê¡¢¼¡¤Î¹Ô¤Ë°ÜÆ°¤·¤Ê¤± ! ¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¿åÊ¿Éüµ¢(horizontal retrace)¤È¸Æ¤Ð¤ì¤Þ¤¹¡£²èÌÌ ! (¥Õ¥ì¡¼¥à)Á´ÂΤòÉÁ¤¤¤¿¸å¤Ë¤Ï¡¢ÅÅ»ÒÀþ¤Ï²èÌ̤κ¸¾å¶ù¤ËÌá¤ê¤Þ¤¹¡£¤³¤ì¤Ï¿â ! ľÉüµ¢(vertical retrace)¤È¸Æ¤Ð¤ì¤Þ¤¹¡£¿åÊ¿Éüµ¢¤ä¿âľÉüµ¢¤Î´Ö¤Ë¤Ï¡¢ÅÅ»Ò ! Àþ¤Ï»ß¤Þ¤ê¤Þ¤¹(¥Ö¥é¥ó¥¯¾õÂ֤ˤʤê¤Þ¤¹)¡£ ! ! ÅÅ»ÒÀþ¤¬¥Ô¥¯¥»¥ë¤òÉÁ²è¤¹¤ë®Å٤ϡ¢¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥É¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! Ãͤˤè¤Ã¤Æ·è¤Þ¤ê¤Þ¤¹¡£Î㤨¤Ð¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 28.37516 MHz(°ìÉ䢤¿¤ê ! ¿ôÉ´Ëü¥µ¥¤¥¯¥ë)¤Î¾ì¹ç¤Ë¤Ï¡¢¤½¤ì¤¾¤ì¤Î¥Ô¥¯¥»¥ë¤¢¤¿¤ê¤ÎŤµ¤Ï 35242 ps ! (¥Ô¥³ÉÃ)¤Ç¤¹: ! ! 1/(28.37516E6 Hz) = 35.242E-9 s ! ! ²èÌ̤βòÁüÅÙ¤¬ 640x480 ¤Ê¤é¤Ð¡¢1 ¥¹¥­¥ã¥ó¥é¥¤¥óʬ¤Î 640(xres)¥Ô¥¯¥»¥ë ! ¤òÉÁ²è¤¹¤ë¤Î¤Ë¤«¤«¤ë»þ´Ö¤Ï ! ! 640*35.242E-9 s = 22.555E-6 s ! ! ¤È¤Ê¤ê¤Þ¤¹¡£¤Ç¤¹¤¬¡¢¿åÊ¿Éüµ¢¤Ë¤â»þ´Ö¤¬¤«¤«¤ë(Î㤨¤Ð 272 ¡Ö¥Ô¥¯¥»¥ë¡×) ! ¤Î¤Ç¡¢1 ¥¹¥­¥ã¥ó¥é¥¤¥óÁ´ÂΤǤ«¤«¤ë»þ´Ö¤Ï ! ! (640+272)*35.242E-9 s = 32.141E-6 s ! ! ¤È¤Ê¤ê¤Þ¤¹¡£¤Ç¤¹¤«¤é¿åÊ¿¥¹¥­¥ã¥ó¥ì¡¼¥È¤ÏÌó 31 kHz ¤È¸À¤¨¤Þ¤¹: ! ! 1/(32.141E-6 s) = 31.113E3 Hz ! ! ²èÌÌÁ´ÂÎ¤Ç¤Ï 480(yres)¹Ô¤¢¤ê¤Þ¤¹¤¬¡¢¿âľÉüµ¢(Î㤨¤Ð 49 ¡Ö¥Ô¥¯¥»¥ë¡×)¤â ! ¹Í¤¨¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤Ç¤¹¤«¤é¡¢²èÌÌÁ´ÂÎ¤Ç¤Ï ! ! (480+49)*32.141E-6 s = 17.002E-3 s ! ! ¤«¤«¤ê¤Þ¤¹¡£¿âľ¥¹¥­¥ã¥ó¥ì¡¼¥È¤ÏÌó 50 Hz ¤Ë¤Ê¤ê¤Þ¤¹: ! ! 1/(17.002E-3 s) = 58.815 Hz ! ! ¤Ä¤Þ¤ê¡¢²èÌ̤Υǡ¼¥¿¤Ï 1 É䢤¿¤êÌó 59 ²ó½ñ¤­Ä¾¤µ¤ì¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£ ! Ìܤ˸«¤¨¤ë¤è¤¦¤Ê¤Á¤é¤Ä¤­¤òµ¯¤³¤µ¤º¤Ë°ÂÄꤷ¤¿¥Ô¥¯¥»¥ë¤òÆÀ¤ë¤¿¤á¤Ë VESA ! ¤¬¿ä¾©¤·¤Æ¤¤¤ë¿âľ¥¹¥­¥ã¥ó¥ì¡¼¥È¤ÏºÇÄã 72 Hz ¤Ç¤¹¡£¤·¤«¤·¡¢²æËý¤Ç¤­¤ë ! ¤Á¤é¤Ä¤­¤È¤¤¤¦¤Î¤Ï¿Í¤½¤ì¤¾¤ì¤Ç¤¹¡£50Hz ¤Ç»È¤Ã¤Æ¤âÁ´¤¯ÌäÂê¤Ê¤¤¤È¤¤¤¦¿Í ! ¤â¤¤¤ì¤Ð¡¢É®¼Ô¤Î¤è¤¦¤Ë 80 Hz ¤è¤ê¾®¤µ¤¤¤Èµ¤ÉÕ¤¤¤Æ¤·¤Þ¤¦¤È¤¤¤¦¿Í¤â¤¤¤Þ ! ¤¹¡£ ! ! ¿·¤·¤¤¥¹¥­¥ã¥ó¥é¥¤¥ó¤¬¤¤¤Ä»Ï¤Þ¤ë¤«¤Ï¥â¥Ë¥¿¤Ë¤Ïʬ¤«¤é¤Ê¤¤¤Î¤Ç¡¢¥°¥é ! ¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥É¤Ï¥¹¥­¥ã¥ó¥é¥¤¥ó¤´¤È¤ËƱ´ü¿®¹æ(¿åʿƱ´ü¤Þ¤¿¤Ï hsync)¤ò ! ½Ð¤·¤Þ¤¹¡£Æ±Íͤˡ¢¿·¤·¤¤¥Õ¥ì¡¼¥à¤´¤È¤Ë¤âƱ´ü¿®¹æ(¿âľƱ´ü¤Þ¤¿¤Ï ! vsync)¤ò½Ð¤·¤Þ¤¹¡£²èÌ̤ˤª¤±¤ë²èÁü¤Î°ÌÃ֤ϡ¢Æ±´ü¿®¹æ¤¬È¯À¸¤¹¤ë¥¿¥¤¥ß¥ó ! ¥°¤Î±Æ¶Á¤ò¼õ¤±¤Þ¤¹¡£ ! ! Á´¤Æ¤Î¥¿¥¤¥ß¥ó¥°¤ò°Ê²¼¤Î¿Þ¤Ë¤Þ¤È¤á¤Þ¤·¤¿¡£¿åÊ¿Éüµ¢»þ´Ö¤Ïº¸¥Þ¡¼¥¸¥ó ! (left margin)¡¢±¦¥Þ¡¼¥¸¥ó(right margin)¡¢¿åʿƱ´ü¤ÎŤµ(hsync len)¤Î¹ç ! ·×¤Ç¤¹¡£¿âľÉüµ¢»þ´Ö¤Ï¾åÉô¥Þ¡¼¥¸¥ó(upper_margin)¡¢²¼Éô¥Þ¡¼¥¸¥ó ! (lower_margin)¡¢¿âľƱ´ü¤ÎŤµ(vsync_len)¤Î¹ç·×¤Ç¤¹¡£ ! ! +----------+---------------------------------------------+----------+-------+ ! | | x | | | ! | | |upper_margin | | | ! | | x | | | ! +----------###############################################----------+-------+ ! | # x # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | left # | # right | hsync | ! | margin # | xres # margin | len | ! |<-------->#<---------------+--------------------------->#<-------->|<----->| ! | # | # | | ! | # | # | | ! | # | # | | ! | # |yres # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # | # | | ! | # x # | | ! +----------###############################################----------+-------+ ! | | x | | | ! | | |lower_margin | | | ! | | x | | | ! +----------+---------------------------------------------+----------+-------+ ! | | x | | | ! | | |vsync_len | | | ! | | x | | | ! +----------+---------------------------------------------+----------+-------+ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï¡¢Á´¤Æ¤Î¿åÊ¿¥¿¥¤¥ß¥ó¥°Ãͤ¬¥É¥Ã¥È¥¯¥í¥Ã¥¯(¥Ô ! ¥³ÉÃ(1E-12 ÉÃ)ñ°Ì)¤Î¿ô¤Ç¤¢¤ë¤³¤È¤È¡¢Á´¤Æ¤Î¿âľ¥¿¥¤¥ß¥ó¥°Ãͤ¬¥¹¥­¥ã¥ó ! ¥é¥¤¥ó¤Î¿ô¤Ç¤¢¤ë¤³¤È¤ò´üÂÔ¤·¤Þ¤¹¡£ ! ! 7. XFree86 ¤Î¥¿¥¤¥ß¥ó¥°ÃͤΥե졼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥¿¥¤¥ß¥ó¥°ÃͤؤΠ! ÊÑ´¹ ! ! XFree86 ¤Î¥â¡¼¥É¥é¥¤¥ó¤Ï°Ê²¼¤Î¥Õ¥£¡¼¥ë¥É¤«¤é¹½À®¤µ¤ì¤Æ¤¤¤Þ¤¹: ! ! "800x600" 50 800 856 976 1040 600 637 643 666 ! < name > DCF HR SH1 SH2 HFL VR SV1 SV2 VFL ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ï°Ê²¼¤Î¥Õ¥£¡¼¥ë¥É¤ò»ÈÍѤ·¤Þ¤¹: ! ! pixclock ! ps (¥Ô¥³ÉÃ)ñ°Ì¤Î¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯ÃÍ ! ! left_margin ! Ʊ´ü¤«¤éÉÁ²è¤Þ¤Ç¤Î»þ´Ö ! ! right_margin ! ÉÁ²è¤«¤éƱ´ü¤Þ¤Ç¤Î»þ´Ö ! ! upper_margin ! Ʊ´ü¤«¤éÉÁ²è¤Þ¤Ç¤Î»þ´Ö ! ! lower_margin ! ÉÁ²è¤«¤éƱ´ü¤Þ¤Ç¤Î»þ´Ö ! ! hsync_len ! ¿åʿƱ´ü¤ÎŤµ ! ! vsync_len ! ¿âľƱ´ü¤ÎŤµ ! ! Pixelclock ! ! o xfree: MHz ñ°Ì ! ! o fb: ¥Ô¥³ÉÃ(ps)ñ°Ì ! ! o pixclock = 1000000 / DCF ! ! ¿åÊ¿¥¿¥¤¥ß¥ó¥°ÃÍ ! ! o left_margin = HFL - SH2 ! ! o right_margin = SH1 - HR ! ! o hsync_len = SH2 - SH1 ! ! ¿âľ¥¿¥¤¥ß¥ó¥°ÃÍ ! ! o upper_margin = VFL - SV2 ! ! o lower_margin = SV1 - VR ! ! o vsync_len = SV2 - SV1 ! ! VESA ¥¿¥¤¥ß¥ó¥°ÃͤÎÎɤ¤Îã¤Ï¡¢XFree86 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤Î ! xc/programs/Xserver/hw/xfree86/doc/modeDB.txt ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! 8. »²¹Íʸ¸¥ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤È¡¢¤½¤Î±þÍѤ˴ؤ¹¤ë¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! °Ê²¼¤Îʸ½ñ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤: ! ! o fbset ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë: fbset(8), fb.modes(5) ! ! o XFree86 ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë: XF68_FBDev(1), XF86Config(4/5) ! ! o Ëüǽ¤Î¥«¡¼¥Í¥ë¥½¡¼¥¹: ! ! o linux/drivers/video/ ! ! o linux/include/linux/fb.h ! ! o linux/include/video/ ! ! 9. ¥À¥¦¥ó¥í¡¼¥É ! ! ɬÍפʥե¡¥¤¥ëÁ´¤Æ¤Ï ! ! ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/680x0/ ! ! ¤Þ¤¿¤Ï¤½¤Î¥ß¥é¡¼¥µ¥¤¥È¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! 10. ¥¯¥ì¥¸¥Ã¥È ! ! ¤³¤Î README ʸ½ñ¤Ï Geert Uytterhoeven ¤¬½ñ¤­¤Þ¤·¤¿¡£ÆâÍƤΰìÉô¤Ï¡¢ ! Roman Hodek ¤µ¤ó¤È Martin Schaller ¤µ¤ó¤¬½ñ¤«¤ì¤¿¥ª¥ê¥¸¥Ê¥ë¤Î X- ! framebuffer.README ¤Ë´ð¤Å¤¤¤Æ¤¤¤Þ¤¹¡£¡ÖXFree86 ¤Î¥¿¥¤¥ß¥ó¥°ÃͤΥե졼 ! ¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Î¥¿¥¤¥ß¥ó¥°ÃͤؤÎÊÑ´¹¡×¥»¥¯¥·¥ç¥ó¤Ï Frank Neumann ! ¤µ¤ó¤ËÄ󶡤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ë¤è¤ëÃê¾Ý²½ÁؤòÀ߷פ·¤¿¤Î¤Ï Martin Schaller ! ¤µ¤ó¤Ç¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.fbdev,v 1.1.2.2 1999/11/26 15:23:18 hohndel Exp $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.i740 diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/Japanese/README.i740:1.1.2.1 *** /dev/null Sun Jan 9 07:44:04 2000 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.i740 Thu Dec 2 23:30:33 1999 *************** *** 0 **** --- 1,195 ---- + i740 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó + Precision Insight, Inc. + 18 February 1999 + The X Japanese Documentation Project + 3 August 1999 + ____________________________________________________________ + + Ìܼ¡ + + 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + 2. µ¡Ç½ + 3. µ»½ÑŪ¤Ê»ö¹à + 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É + 5. ÀßÄê + 6. ¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó + 7. ´ûÃΤÎÀ©¸Â + 8. ºî¼Ô + 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + + ______________________________________________________________________ + + 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + + o Intel 740 ¥Ù¡¼¥¹¤Î¥«¡¼¥É + + 2. µ¡Ç½ + + o 8, 15, 16, 24, 32 bpp ¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È + + o ¥¹¥×¥é¥¤¥È¤Î¤Á¤é¤Ä¤­¤ò¸º¤é¤¹¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¥µ¥Ý¡¼¥È + + o 8, 15, 16, 24 bpp Âбþ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­ 2D ÉÁ²è + ¥¨¥ó¥¸¥ó + + o 1600x1200 ¤Þ¤Ç¤Î¹â²òÁüÅ٥ӥǥª¥â¡¼¥É¤Î¥µ¥Ý¡¼¥È + + o ¥À¥Ö¥ë¥¹¥­¥ã¥ó¥Ó¥Ç¥ª¥â¡¼¥É¤Î¥µ¥Ý¡¼¥È(Îã: 320x200, 320x240) + + o Ǥ°Õ¤Î¿¼¤µ¤Ë¤ª¤±¤ë¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È + + o ´°Á´¤Ë¥×¥í¥°¥é¥ß¥ó¥°²Äǽ¤Ê¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È + + o ²¾ÁÛüËö¤Ø¤ÎÉüµ¢»þ¤Ë´è·ò¤Ê¥Æ¥­¥¹¥È¥â¡¼¥É + + 3. µ»½ÑŪ¤Ê»ö¹à + + o ¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï 32 bpp ¤Ç¤Ï»ÈÍѤǤ­¤Þ¤»¤ó¡£ + + o ¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + + 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É + + o Real3D Starfighter AGP + + o Real3D Starfighter PCI + + o Diamond Stealth II/G460 AGP + + o 3DVision-i740 AGP + + o ABIT G740 8MB SDRAM + + o Acorp AGP i740 + + o AGP 2D/3D V. 1N, AGP-740D + + o AOpen AGP 2X 3D Navigator PA740 + + o ARISTO i740 AGP (ART-i740-G) + + o ASUS AGP-V2740 + + o Atrend (Speedy) 3DIO740 AGP (ATC-2740) + + o Chaintech AGP-740D + + o EliteGroup(ECS) 3DVision-i740 AGP + + o EONtronics Picasso 740 + + o EONtronics Van Gogh + + o Everex MVGA i740/AG + + o Flagpoint Shocker i740 8MB + + o Gainward CardExpert 740 8MB + + o Genoa Systems Phantom 740 + + o Gigabyte Predator i740 8MB AGP + + o Hercules Terminator 128 2X/i AGP + + o HOT-158 (Shuttle) + + o Intel Express 3D AGP + + o Jaton Video-740 AGP 3D + + o Jetway J-740-3D 8MB AGP, i740 AGP 3D + + o Joymedia Apollo 7400 + + o Leadtek Winfast S900 + + o Machspeed Raptor i740 AGP 4600 + + o Magic-Pro MP-740DVD + + o MAXI Gamer AGP 8 MB + + o Palit Daytona AGP740 + + o PowerColor C740 (SG/SD) AGP + + o QDI Amazing I + + o Soyo AGP (SY-740 AGP) + + o Spacewalker Hot-158 + + o VideoExcel AGP 740 + + o ViewTop ZeusL 8MB + + o Winfast S900 i740 AGP 8MB + + 5. ÀßÄê + + ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥«¡¼¥É¤Î½é´ü²½¤ËɬÍפʥǥХ¤¥¹¾ðÊó¤òÁ´¤Æ¼«Æ°Åª¤Ë¸¡½Ð¤·¤Þ + ¤¹¡£Í£°ìɬÍ×¤Î¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ç¡¢¤³¤ì¤Ï°Ê + ²¼¤Î¤è¤¦¤Ë»ØÄꤷ¤Þ¤¹: + + Section "Device" + Identifier "i740" + EndSection + + xf86config ¤ä XF86Setup ¤ò»È¤Ã¤ÆÀßÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ + + ¤·¤«¤·¡¢¼«Æ°¸¡½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤¾ì¹ç¤Ë¤Ï°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È¤â¤Ç¤­¤Þ + ¤¹: + + o VideoRam - ¥­¥í¥Ð¥¤¥Èñ°Ì + + o DacSpeed - MHz ñ°Ì + + o MemBase - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥¢¥É¥ì¥¹ + + o IOBase - ¥á¥â¥ê¥Þ¥Ã¥×¥É I/O ¥ì¥¸¥¹¥¿¤ÎʪÍý¥¢¥É¥ì¥¹ + + 6. ¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó + + o "hw_cursor" - ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¤¤Þ¤¹ (¥Ç¥Õ¥©¥ë¥È) + + o "sw_cursor" - ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤·¤«»È¤¤¤Þ¤»¤ó + + o "no_accel" - ¥½¥Õ¥È¥¦¥§¥¢¥ì¥ó¥À¥ê¥ó¥°¤·¤«¹Ô¤¤¤Þ¤»¤ó + + o "sgram" - SGRAM ¤Î¥¿¥¤¥ß¥ó¥°¾ðÊó¤ò»È¤¤¤Þ¤¹ + + o "sdram" - SDRAM ¤Î¥¿¥¤¥ß¥ó¥°¾ðÊó¤ò»È¤¤¤Þ¤¹ + + Ãí°Õ: i740 X ¥µ¡¼¥Ð¤Ï¡¢¤ª»È¤¤¤Î¥«¡¼¥É¤¬ SGRAM ¤È SDRAM ¤Î¤É¤Á¤é¤ò»È¤Ã + ¤Æ¤¤¤ë¤Î¤«¤ò¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤Ï¤º¤Ç¤¹¡£"sgram", "sdram" ¥ª¥×¥·¥ç¥ó¤ò»È + ¤¦¤Î¤Ï¡¢¸¡½Ð¤¬Àµ¤·¤¯¹Ô¤¨¤Ê¤¤¾ì¹ç¤Ç¤¹¡£ + + 7. ´ûÃΤÎÀ©¸Â + + o 24bpp ¥â¡¼¥É¤Ç¤ÏÆÃÄê¤ÎÉÁ²èÁàºî¤¬Èó¾ï¤ËÃÙ¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¾­Íè + ¤Î¥ê¥ê¡¼¥¹¤Ç¤Ïľ¤ë¤È»×¤¤¤Þ¤¹¡£ + + 8. ºî¼Ô + + o Kevin E. Martin + + ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢Precision Insight ¼Ò¤¬ XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë´óÉÕ¤·¤Þ + ¤·¤¿: + + Precision Insight, Inc. + Cedar Park, TX + USA + + http://www.precisioninsight.com + + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.i740,v 1.1.2.1 1999/12/02 12:30:33 hohndel Exp $ + + 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± + ²Å )¡£ÌäÂêÅÀ¤Î»ØŦ + ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È + ¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ + ¤¹¡£ + Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc:1.1.2.1 Wed Jun 2 17:51:00 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc Sat Nov 27 02:23:19 1999 *************** *** 1,726 **** ! ISC ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Michael Rohleder ! 11 January 1998 ! The X Japanese Documentation Project ! 2 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. Interactive Unix ¾å¤Ç¤Î X11R6/XFree86(TM) ! 2. ¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤ËɬÍפʤâ¤Î ! 3. ¥·¥¹¥Æ¥à¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! 3.1 /usr/include/sys/limits.h ! 3.2 /usr/include/sys/ioctl.h ! 3.3 /usr/include/errno.h ! 3.4 /usr/include/rpc/types.h ! 3.5 /usr/include/sys/un.h ! 3.6 /usr/include/math.h ! ! 4. make World ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! 6. XKeyboard µ¡Ç½³ÈÄ¥ ! 7. ¥Þ¥ë¥Á¥Ð¥Ã¥Õ¥¡µ¡Ç½³ÈÄ¥ ! 8. ÄêµÁ¥Õ¥¡¥¤¥ë¤Î¥µ¥ó¥×¥ë ! 9. ¥¤¥ó¥¹¥È¡¼¥ë ! 10. »È¤¤Êý ... ! 11. ¼Õ¼­ ! ! ! ______________________________________________________________________ ! ! 1. Interactive Unix ¾å¤Ç¤Î X11R6/XFree86(TM) ! ! ! Ëܥɥ­¥å¥á¥ó¥È¤Ë¤Ï¡¢ Interactive Unix(ISC ¤È¤â¸Æ¤Ð¤ì¤Þ¤¹)¾å¤Ç X11R6 ¤È ! XFree86 ¤ò¥³¥ó¥Ñ¥¤¥ë¡¦»ÈÍѤ¹¤ë¤¿¤á¤ÎÄɲþðÊ󤬽ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! Interactive Unix ¾å¤Ç¤Î X11R6/XFree86 ¤Ë´Ø¤¹¤ëÄó°Æ¡¦¥³¥á¥ó¥È¡¦½¤Àµ¡¦¥¢ ! ¥¤¥Ç¥£¥¢¤¬¤¢¤ì¤Ð michael.rohleder@stadt-frankfurt.de ¤Þ¤Ç¥á¡¼¥ë¤òÁ÷¤Ã ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ð¥°Êó¹ð¤Ïɬ¤º XFree86@XFree86.Org Åö¤Æ¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÁÌäÅù¤Ï¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ¸½ºß¤Ï¶¦Í­¥é¥¤¥Ö¥é¥ê¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢X11R6 ¤Ç X11 ¥¯¥é¥¤¥¢ ! ¥ó¥È¤òºî¤í¤¦¤È¤¹¤ë¤È¥Õ¥¡¥¤¥ë¶õ´Ö¤òÂçÎ̤˻ȤäƤ·¤Þ¤¤¤Þ¤¹¡£°ìÈÖÎɤ¤ÊýË¡ ! ¤Ï¡¢X11R6 ¤Î¥µ¡¼¥Ð¤ò X11R5 ¤ä X11R4 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤³ ! ¤È¤Ç¤¹¡£¤½¤·¤Æ¡¢X11R6 ¤Î¥é¥¤¥Ö¥é¥ê¤Ç¿·¤·¤¯ÍÑ°Õ¤µ¤ì¤¿µ¡Ç½¤¬É¬Íפʥ¯¥é¥¤ ! ¥¢¥ó¥È¤À¤±¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ! 2. ¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤ËɬÍפʤâ¤Î ! ! ! ! gcc ! x ¤Î¿ô»ú¤¬¤Ç¤­¤ë¤À¤±Â礭¤¤¤â¤Î¤ò»È¤¤¤Þ¤·¤ç¤¦¡£Fresco ¤Ï 2.6.3 °Ê ! ¹ß¤Ç¤·¤«¹½ÃۤǤ­¤Þ¤»¤ó¡£É®¼Ô¤Ï gcc ¤Î¥Ð¡¼¥¸¥ç¥ó 2.5.8, 2.6.0, ! 2.6.2, 2.6.3, 2.7.2 ¤ò»î¤·¤Þ¤·¤¿¡£ºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Ï 2.7.2.3 ¤Ç ! ¤¹¡£ ! ! 2.6.3 °Ê¹ß¤Ç¤Ï¡¢¾¯¤·¥ª¥×¥Æ¥£¥Þ¥¤¥º¤òÁý¤ä¤¹¤À¤±¤Ç¥«¥ì¥ó¥È¥½¡¼¥¹¥Ä ! ¥ê¡¼¤ò¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤ë¤Ï¤º¤Ç¤¹: xf86site.def Æâ¤Ç ! #define DefaultCDebugFlags -O3 -fomit-frame-pointer ¤ò»ØÄꤷ ! ¤Æ¡¢¥Ç¥Õ¥©¥ë¥È¤Î -O2 ¤ò¾å½ñ¤­¤·¤Æ¤¯¤À¤µ¤¤¡£ 2.7.x ¤Î¾ì ! ¹ç¡¢xf86site.def Æâ¤Ç #define UsePosix YES ¤ò»ØÄê ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¥½¡¼¥¹¤ò¤¦¤Þ¤¯¹½ÃÛ¤¹¤ë¤¿¤á¤ËɬÍ×¤Ç ! ¤¹¡£ 2.7.0 ¤è¤êÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤â¤³¤ì¤òÄêµÁ¤·¤Æ¤«¤Þ¤¤¤Þ¤»¤ó¤¬¡¢ ! ·Ù¹ð¤ò½Ð¤µ¤º¤Ë¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! libg++-2.x.x ! g++ 2.x.x ¤Ç»È¤¦¤¿¤á¤Î g++ ¥é¥¤¥Ö¥é¥ê¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ï Fresco ! ¤Î¤¿¤á¤ËɬÍפʤÀ¤±¤Ê¤Î¤Ç¡¢X11R6.1 °Ê¹ß¤Ç¤ÏÉÔÍפǤ¹¡£ ! ! binutils ! ¥¢¥»¥ó¥Ö¥é¤È¥ê¥ó¥«¤ò»È¤¦¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥¢¥»¥ó¥Ö¥é¤Ï¤Ç ! ¤­¤ë¤À¤±¤¢¤Ã¤¿¤Û¤¦¤¬Ë¾¤Þ¤·¤¯¡¢¥×¥í¥°¥é¥à¤Ë libFresco.a ¤ò¥ê¥ó¥¯ ! ¤·¤¿¤±¤ì¤Ð¡¢¾¯¤Ê¤¯¤È¤â¥ê¥ó¥«¤ÏɬÍפˤʤê¤Þ¤¹¡£strip ¤ò ar ¤ä ! ranlib ¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£strip ¤È ar ¤òÁȤ߹ç¤ï ! ¤»¤ë¤È(¾¯¤Ê¤¯¤È¤âÉ®¼Ô¤Î¥Þ¥·¥ó¤Ç¤Ï) strip ¤ò¹Ô¤Ã¤¿¤È¤­¤Ë¥Ð¥°¤Ã¤Ý ! ¤¤¥Ð¥¤¥Ê¥ê¤¬¤Ç¤­¤Þ¤¹¡£¤Þ¤¿¡¢ar ¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤È¥¢¡¼¥«¥¤¥Ö¤ò ! ºî¤Ã¤¿¸å¤Ë ranlib ¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤½¤ÎÀßÄê¤Ï¤µ¤ì ! ¤Æ¤¤¤Þ¤»¤ó¡£¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤Ï 2.8.1.0.15 ¤Ç¤¹ (as, ld, ar, ! strip ¤ò»È¤¤¤Þ¤¹)¡£ ! ! gnu-malloc ! ¥á¥â¥ê¤ò¤¦¤Þ¤¯ÍøÍѤ¹¤ë¤¿¤á¤Ë¡¢GNU ¤Î malloc ¥é¥¤¥Ö¥é¥ê¤¬»È¤¨¤ë¥· ! ¥¹¥Æ¥à¤Ç¤Ï¤³¤ì¤ò»È¤¦¤Ù¤­¤Ç¤¹¡£ xf86site.def Æâ¤Þ¤¿¤Ï Linkkit ¤Î ! site.def Æâ¤Ç #define UseGnuMalloc YES ¤òÍ­¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! GNU malloc ¥é¥¤¥Ö¥é¥ê¤¬¥Ç¥Õ¥©¥ë¥È¤Î -L/usr/local/lib -lgmalloc ! ¤Ç¤Ê¤¤¤è¤¦¤Ç¤¢¤ì¤Ð¡¢É¬Íפ˱þ¤¸¤Æ #define GnuMallocLibrary ¤òÍ­¸ú ! ¤Ë¤·¡¢ÃͤòÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! inline-math (¾Êά²Äǽ) ! ¤³¤ì¤Ï¡¢¤ª¶á¤¯¤Î Linux ¤Î¥ß¥é¡¼¥µ¥¤¥È¤ÇÆþ¼ê¤Ç¤­¤ë¡Ö¥ª¥ê¥¸¥Ê¥ë¡× ! ¤Î inline-math ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤¹¡£ ! ! host.def Æâ¤Ç #define UseInlineMath YES ¤ò»È¤¤¡¢¤³¤ì¤òÍ­¸ú¤Ë¤·¤Æ ! ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»È¤¦¤¿¤á¤Ë¤Ï¾¤Ë¤âºî¶È¤¬É¬ÍפʤΤǡ¢¼¡ ! ¤Î½¤Àµ¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! ! 3. ¥·¥¹¥Æ¥à¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! ! ! Interactive Unix ÉÕ°¤Îɸ½à¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò¾¯¤·½¤Àµ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó¡£¤Þ¤¿¡¢gcc-lib/include ¥Ç¥£¥ì¥¯¥È¥ê¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤â¾¯¤·½¤Àµ¤¹¤ëɬ ! Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ¼¡¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò gcc ´ØÏ¢¥Õ¥¡¥¤¥ë¤Î¥Ç¥£¥ì¥¯¥È¥ê¤È¤·¡¢¤³¤ì¤ò "gcc- ! lib" ¤È¸Æ¤Ö¤³¤È¤Ë¤·¤Þ¤¹: ! ! /usr/local/lib/gcc-lib/i[345]86-isc[34].[0-9]/2.6.x ! ! ! ! 3.1. /usr/include/sys/limits.h ! ! ¤ª¤è¤Ó gcc-lib/include/sys/limits.h ! ! ! ! ! ! ! #ifndef OPEN_MAX ! #ifdef ISC ! #define OPEN_MAX 256 ! #else ! #define OPEN_MAX 20 ! #endif ! #endif ! ! ! ! Xlib ¤Ç¥¨¥é¡¼(¥¯¥é¥¤¥¢¥ó¥È¿ô¤¬ºÇÂçÃͤˤʤäƤ·¤Þ¤¦)¤¬µ¯¤³¤é¤Ê¤¤¤è¤¦¤Ë ! ¤¹¤ë¤¿¤á OPEN_MAX ¤ò ! ! ! 3.2. /usr/include/sys/ioctl.h ! ! ¿½Å¥¤¥ó¥¯¥ë¡¼¥É¤òÈò¤±¤ë¤¿¤á¡¢¥Õ¥¡¥¤¥ë¤ÎÃæ¿ÈÁ´ÂΤò¼¡¤Î #ifdef ¤Ç°Ï¤ß¤Þ ! ¤¹¡£ ! ! #ifndef _IOCTL_H ! #define _IOCTL_H ! ... ! #endif ! ! ! ! ! ! 3.3. /usr/include/errno.h ! ! (¤ª¤è¤Ó¡¢ gcc ¤ÎÂбþ¤¹¤ë¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë) ! ! #include ! ! ! ! EWOULDBLOCK ¤¬Ì¤ÄêµÁ¤Ë¤Ê¤ë¤¿¤á¤Ç¤¹¡£ /usr/include/net/errno.h ¤ò ! ! ! #ifndef _NET_ERRNO_H ! #define _NET_ERRNO_H ! ... ! #endif ! ! ! ! ! ¤Ç°Ï¤ß¤Þ¤¹¡£¤³¤ì¤Ï¡¢ ¤¬¥½¡¼¥¹¤«¤éÌÀ¼¨Åª¤Ë¥¤¥ó¥¯¥ë¡¼¥É¤µ¤ì ! ¤ë¤È¿½Å¥¤¥ó¥¯¥ë¡¼¥É¤¬µ¯¤³¤ë¤Î¤òÈò¤±¤ë¤¿¤á¤Ç¤¹¡£ ! ! ! 3.4. /usr/include/rpc/types.h ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤ò gcc-lib/include/rpc/types.h ¤Ë¥³¥Ô¡¼¤·¡¢ malloc() ¤ÎÄê ! µÁ¤ò ! ! ! #if !defined(__cplusplus) ! extern char *malloc(); ! #endif ! ! ! ! ! ¤Î¤è¤¦¤ËÊѹ¹¤·¤Þ¤¹¡£ ! ! ¤³¤Îºî¶È¤Ï Fresco ¤ò¹½ÃÛ¤¹¤ë¾ì¹ç¤À¤±¤ËɬÍפÊÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 3.5. /usr/include/sys/un.h ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï Interactive Unix ¤Ë¤Ï¸ºß¤·¤Þ¤»¤ó¡£depend ¤«¤é¤Î¥¦¥©¡¼ ! ¥Ë¥ó¥°¤¬·ù¤Ê¤é¤Ð¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤òºî¤Ã¤Æ¤â¹½¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¥½¡¼¥¹¤òÀµ¾ï ! ¤Ë¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! un.h ¤òºî¤ë¤Ë¤Ï°Ê²¼¤ÎÆâÍƤ¬»È¤¨¤ë¤Ç¤·¤ç¤¦: ! ! #ifndef X_NO_SYS_UN ! struct sockaddr_un { ! short sun_family; /* AF_UNIX */ ! char sun_path[108]; /* path name (gag) */ ! }; ! #endif ! ! ! ! ! ! 3.6. /usr/include/math.h ! ! inline-math ¥Ñ¥Ã¥±¡¼¥¸¤ò»È¤¦¤Ë¤Ï¡¢´û¸¤Î math.h ¤òÊѹ¹¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£É®¼Ô¤¬¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤òÁȤ߹þ¤ó¤ÀÊýË¡¤Ï¡¢inline-math ¥Ñ¥Ã¥±¡¼¥¸¤Î ! README ¤Ë½ñ¤«¤ì¤Æ¤¤¤ëÊýË¡¤È°Û¤Ê¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! °Ê²¼¤ÎÆâÍƤò¡¢ math.h ¤Î½ª¤ï¤ê¤ÎÉôʬ¤ÎºÇ¸å¤Î #endif ¤ÎÁ°¤ËÄɲ䷤Ƥ¯¤À ! ¤µ¤¤: ! ! #if defined(UseInlineMath) ! ! /* Needed on ISC __CONCAT, PI */ ! #ifndef __CONCAT ! /* ! * The __CONCAT macro is used to concatenate parts of symbol names, e.g. ! * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo. ! * The __CONCAT macro is a bit tricky -- make sure you don't put spaces ! * in between its arguments. __CONCAT can also concatenate double-quoted ! * strings produced by the __STRING macro, but this only works with ANSI C. ! */ ! #if defined(__STDC__) || defined(__cplusplus) ! #define __CONCAT(x,y) x ## y ! #define __STRING(x) #x ! #else /* !(__STDC__ || __cplusplus) */ ! #define __CONCAT(x,y) x/**/y ! #define __STRING(x) "x" ! #endif /* !(__STDC__ || __cplusplus) */ ! #endif ! ! #ifndef PI ! #define PI M_PI ! #endif ! ! #include "/usr/local/include/i386/__math.h" ! #endif ! ! ! ! ! ! ! ! ! ! 4. make World ! ! ! ______________________________________________________________________ ! BOOTSTRAPCFLAGS="-DISC [-DISC30 | -DISC40] -DSYSV [-Di386]" ! ______________________________________________________________________ ! ! ! ! ! -DISC -DISC30 ! ¤³¤Î 2 ¤Ä¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ð¡¼¥¸¥ç¥ó 3.x ¤Î ISC ¤Ç¹½ÃÛ¤ò¹Ô¤¦¤¿¤á¤Ë ! ɬÍפǤ¹¡£É®¼Ô¤Ï¡¢3.x ¤è¤êÁ°¤Î ISC ¤Ç¤¦¤Þ¤¯¹½ÃۤǤ­¤ë¤É¤¦¤«¤ÏÃÎ ! ¤ê¤Þ¤»¤ó¡£ ! ! ! -DISC40 ! ¤³¤ì¤Ï ISC ¥Ð¡¼¥¸¥ç¥ó 4.x ÀìÍѤΥª¥×¥·¥ç¥ó¤Ç¡¢¤·¤¿¤¬¤Ã¤Æ ! HasSymLinks ¤ò YES ¤ËÀßÄꤷ¤Þ¤¹(¤Ê¤¼¤Ê¤é¡¢¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤Ï ! S5L ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤òºÎÍѤ·¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó 4.x °Ê¹ß¤Ç¤Ê¤¤¤È¥µ ! ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹)¡£ ! ! ¥í¥ó¥°¥Õ¥¡¥¤¥ë¥Í¡¼¥à¤¬»È¤¨¤ë¤Ê¤é¤Ð¡¢xf86site.def ¤Ë ! #define ExpandManNames YES ¤ò´Þ¤á¤ë¤³¤È¤Ç³ÈÄ¥¥Þ¥Ë¥å¥¢¥ë¥Ú ! ¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ISC 4.x ¤Ç¹½ÃÛ¤ò¹Ô¤¦¾ì¹ç¤Ë¤Ï¡¢BOOTSTRAPCFLAGS ¤Ç -DISC40 ¤À¤±¤ò ! ÄêµÁ¤¹¤ì¤ÐÂç¾æÉפǤ¹(-DISC30 ¤Ï¼«Æ°Åª¤Ë¥¤¥ó¥¯¥ë¡¼¥É¤µ¤ì¤Þ¤¹)¡£ ! ! Ãí°Õ: ISC 4.0 ¤È 4.1 ¤Ë¤Ï¸ß´¹¤Ç¤Ê¤¤Éôʬ¤¬¾¯¤·¤¢¤ë¤¿¤á¡¢ISC 4.1 ! ¤Ç¹½ÃÛ¤ò¹Ô¤Ã¤¿¾ì¹ç¤Ç¤â¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï ISC 4.0 ÍѤι½ÃÛ¤ò¹Ô¤¤¤Þ ! ¤¹¡£4.1 ÀìÍѤι½ÃÛ¤¬¤·¤¿¤±¤ì¤Ð¡¢host.def ¤Ç ! #define IscCompileVersion 410 ¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! (fchmod ´Ø¿ô¤Ï 4.0 ¤Ç¤ÏÍøÍѤǤ­¤Ê¤¤¤Î¤Ç¡¢¤³¤Î´Ø¿ô¤¬¤¢¤ë¤È¥³¥ó¥Ñ ! ¥¤¥ë¤¬¤Ç¤­¤Þ¤»¤ó¤·¡¢4.1 ¤«¤é»ý¤Ã¤Æ¤­¤¿¥Ð¥¤¥Ê¥ê¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Ê¤¤¥·¥¹¥Æ¥à¥³¡¼¥ë¤¬¤¢¤ë¤¿¤áÆ°ºî¤·¤Þ¤»¤ó¡£4.1 ÍѤ˹½ÃÛ¤·¤¿¥é¥¤¥Ö ! ¥é¥ê¤Ï¡¢4.0 ¤Ç¤ÏÍøÍѤǤ­¤Ê¤¤´Ø¿ô¤ò´Þ¤à¤Î¤Ç¡¢4.0 ¤Î¥·¥¹¥Æ¥à¤Ç¤ÏÆ° ! ºî¤·¤Þ¤»¤ó¡£ ! ! ! -DSYSV [-Di386] ! x86 ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ë¤ª¤±¤ë SystemV ¥ê¥ê¡¼¥¹ 3 ÍѤÎɸ½à¤ÎÄêµÁ¤Ç ! ¤¹¡£ -Di386 ¤Ï /lib/cpp ¤Çͽ¤áÄêµÁ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢ÌÀ¼¨Åª¤ËÄêµÁ ! ¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ! ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! ! ! o ¥³¥ó¥Ñ¥¤¥ë ! ! ¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¤Ë¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Î¥µ¥Ý¡¼¥È¤òÆþ¤ì¤¿¤±¤ì¤Ð¡¢ ! xf86site.def ¥Õ¥¡¥¤¥ë¤Ë ! ! #define HasSVR3mmapDrv YES ! ! ! ¤È¤¤¤¦¹Ô¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥·¥¹¥Æ¥à¤Ë¤Ï mmap-2.2.3 ¥É¥é¥¤¥Ð¤¬ ! ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ mmap-2.2.3 ¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ ! ¤¤¤Ê¤±¤ì¤Ð¡¢ ! ! xc/programs/Xserver/hw/xfree86/etc/mmapSVR3.shar ! ! ¤Þ¤¿¤Ï ! ! /usr/X11R6/lib/X11/etc/mmapSVR3.shar ! ! ! ¥Õ¥¡¥¤¥ëÆâ¤Ë¤¢¤ë¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤òÍøÍѤǤ­¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Î¹½Ãۤȥ¤¥ó¥¹ ! ¥È¡¼¥ë¤ÏÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¼ê½çÄ̤ê¤Ë¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò ! Í­¸ú¤Ë¤·¤Æ X11R6/XFree86 ¥½¡¼¥¹¥Ä¥ê¡¼¤Î¹½ÃÛ¤ò¹Ô¤¦¤Ë¤Ï¡¢ ! /usr/include/sys/mmap.h ¥Õ¥¡¥¤¥ë¤¬É¬ÍפǤ¹¡£ ! ! ! o »ÈÍÑ ! ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥ê¥Ë¥¢¥¢¥É¥ì¥¹¥Þ¥Ã¥Ô¥ó¥°¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢ Thomas ! Wolfram ¤µ¤ó¤¬ºîÀ®¤·¤¿ mmap ¥É¥é¥¤¥Ð(¥Ð¡¼¥¸¥ç¥ó 2.2.3)¤ò¥«¡¼¥Í¥ë¤Ë ! ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ò´û¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ ! ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤Û¤È¤ó¤É¤Î¥µ¡¼¥Ð¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò ! »È¤¦¤Ç¤·¤ç¤¦¡£¤½¤¦¤Ç¤Ê¤¤¥µ¡¼¥Ð¤Î¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ç ! ! Option "linear" ! ! ! ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾Ü¤·¤¯¤ÏŬÀڤʥª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢XF86Config ¤Ç MemBase ¤ò»ØÄꤹ¤ëɬÍפ⤢¤ë¤« ! ¤â¤·¤ì¤Þ¤»¤ó¡£»È¤¤Êý¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥«¡¼¥É¤ä¥µ¡¼¥Ð¤Ë´Ø¤¹¤ëŬÀÚ¤Ê README ! ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤¬Í­¸ú¤Ç¤Ê¤±¤ì¤Ð¡¢P9000 ¥µ¡¼ ! ¥Ð¤ÏÁ´¤¯Æ°ºî¤·¤Ê¤¤¤À¤í¤¦¤È¤¤¤¦ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! É®¼Ô¤¬¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ë´Ø¤¹¤ë¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¤Î¤Ï°Ê²¼¤Î¥«¡¼¥É¤À¤±¤Ç ! ¤¹¡£ ! ! o Spea/V7 Vega - clgd5428 - VLB ! ! ¥á¥¤¥ó¥á¥â¥ê¤ò 32MB ÀѤó¤À¥Þ¥·¥ó¤Ç¤Ï»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£¥¢ ! ¥É¥ì¥¹¶õ´Ö¤ËÂФ·¤Æ¿§¡¹¤Ê¥Þ¥Ã¥Ô¥ó¥°¤ò¹Ô¤¦¥Æ¥¹¥È¤Ç¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹ ! ¤¬Á´¤¯É½¼¨¤µ¤ì¤Ê¤«¤Ã¤¿¤ê¡¢¥Þ¥·¥ó¤¬¤¤¤­¤Ê¤ê¥ê¥Ö¡¼¥È¤¹¤ë¤È¤¤¤¦·ë²Ì¤Ë ! ¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ! o ATI GUP - mach32 - VLB ! ! 32MB ¤Î¥á¥¤¥ó¥á¥â¥ê¤òÀѤó¤À¥Þ¥·¥ó¤Ç¡¢¥«¡¼¥É¤Î¥á¥â¥ê¤ò MemBase ! 0x07c00000 ¤Ë¥Þ¥Ã¥×¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£¤Û¤È¤ó¤É¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬Æ° ! ºî¤·¤Þ¤·¤¿¤¬¡¢¤½¤ì¤Ï Motif 1.1.1 ¤Î InputField ¥¦¥£¥¸¥§¥Ã ! ¥È(Mosaic-2.4 ¤ä xplan ¤Î¤è¤¦¤Ê Motif 1.1.1 ¥¯¥é¥¤¥¢¥ó¥È¤Ç»È¤ï¤ì¤Æ ! ¤¤¤Þ¤¹)¤ò¥¢¥¯¥Æ¥£¥Ö¤Ë¤·¤è¤¦¤È¤¹¤ë¤Þ¤Ç¤Ç¤·¤¿¡£¤³¤ì¤Ë¤è¤ê¡¢X ¥µ¡¼¥Ð¤¬ ! ¥¯¥é¥Ã¥·¥å¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£ ! ! ! !!! ¤·¤«¤·¡¢¤³¤ÎÌäÂê¤Ï²óÈò¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£!!! ! ! ! ! .Xdefaults ¥Õ¥¡¥¤¥ë¤Ë ! ! *blinkRate: 0 ! *cursorPositionVisible: false ! ! ! ! ¤È¤¤¤¦µ­½Ò¤ò²Ã¤¨¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ð¥°¤Ï 3.1.2 °Ê¹ß¤Ç¤Ï½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤è ! ¤¦¤Ê¤Î¤Ç¡¢¤³¤Î²óÈòÊýË¡¤Ï¤â¤Ï¤äɬÍפǤʤ¯¤Ê¤ê¤Þ¤·¤¿¡£ ! ! o ELSA Winner 2000PRO/X Revision G ! ! ¤³¤Î¥«¡¼¥É¤ÇÌäÂ꤬µ¯¤³¤Ã¤¿¾ì¹ç¤Ï¡¢"newmmio" ¤Ç¤Ï¤Ê¤¯¸Å¤¤¥Á¥Ã¥×¥»¥Ã ! ¥È¤Î¥É¥é¥¤¥Ð¤ò»î¤¹¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! ! Chipset "mmio_928" ! ! ! ! ¤È¤¤¤¦Àë¸À¤¬¤¢¤ì¤Ð¡¢½Å¤Í¤Æ°Â¿´¤Ç¤·¤ç¤¦¡£ ! ! É®¼Ô¤Ï¡¢ºÇ¿·¤Î XF86_S3 ¤ò»È¤Ã¤Æ¤¤¤ÆÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! ! 6. XKeyboard µ¡Ç½³ÈÄ¥ ! ! ! ! o ÀßÄêÎã ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Keyboard ¥»¥¯¥·¥ç¥ó¤Ë½ñ¤±¤ë¤è¤¦¤Ê XKeyboard ! ¤ÎÄêµÁÎã¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹¡£ ! ! Xkbkeycodes "xfree86" ! /* XkbSymbols "us(pc101)+de_nodead" */ ! /* This has changed between 3.1.2E and 3.1.2F */ ! /* it is now: */ ! XkbSymbols "us(pc102)+de(nodeadkeys)" ! XkbTypes "default" ! XkbCompat "default" ! XkbGeometry "pc" ! ! ! ! ¤¢¤ë¤¤¤Ï¡¢¿·¤·¤¤¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ°Ê²¼¤Î¤è¤¦¤Ë»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! XkbRules "xfree86" ! XkbModel "pc102" ! XkbLayout "de" ! XkbVariant "nodeadkeys" ! ! ! ! ! ! 7. ¥Þ¥ë¥Á¥Ð¥Ã¥Õ¥¡µ¡Ç½³ÈÄ¥ ! ! ! ¤³¤Îµ¡Ç½³ÈÄ¥¤Ï¸Å¤¯¤Æ»È¤ï¤ì¤Ê¤¤¤â¤Î¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤½¤ì¤Ç¤â¡¢¹½ÃÛ ! »þ¤Ë¤³¤Îµ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤ß¤¿¤¤¤Ê¤é¤Ð¡¢xf86site.def ¤Ë #define ! BuildMultibuffer YES ¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£¥í¡¼¥À¥µ¡¼¥Ð¤ò¹½ÃÛ¤¹¤ë ! ¤È¤­¤Ë¤Ï¡¢¤³¤Îµ¡Ç½³ÈÄ¥¤Ï̵¸ú¤Ë¤·¤Æ¤ª¤¯¤Ù¤­¤Ç¤¢¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 8. ÄêµÁ¥Õ¥¡¥¤¥ë¤Î¥µ¥ó¥×¥ë ! ! ! É®¼Ô¤¬¸½ºß¥½¡¼¥¹¤«¤é¤Î¹½ÃÛ¤ò¹Ô¤¦ºÝ¤Ë»È¤Ã¤Æ¤¤¤ë host.def ¤ò°Ê²¼¤Ë¼¨¤·¤Þ ! ¤¹¡£(¤·¤¿¤¬¤Ã¤Æ¡¢xf86site.def ¤ò¤³¤ì°Ê¾åÊѹ¹¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¤·¡¢Ãæ ! ¿È¤òÆɤà¤Î¤â°­¤¯¤Ê¤¤¹Í¤¨¤Ç¤¹ ;-) ! ! ! ! ! ! #ifdef BeforeVendorCF ! ! /* ISC 4.1Mu - build only for 4.1 ! #define IscCompileVersion 410 ! */ ! ! /* Use inline Math from linux ;-) package inline-math-2.6.tar.gz */ ! /* should be available on your favorite linux ftp */ ! # define UseInlineMath YES ! ! /* Use cbrt from liboptm.a (Interactive icc Compiler) */ ! /* ! */ ! # define HasCbrt YES ! ! /* Use GNUs MallocLibrary (and the Location for the Lib) */ ! # define UseGnuMalloc YES ! # define GnuMallocLibrary -L/usr/local/lib -lgnumalloc ! ! /* Build Xvfb */ ! # define XVirtualFramebufferServer YES ! ! /* Use mmap Driver */ ! # define HasSVR3mmapDrv YES ! ! /* Expand Manual Pages (needs S5L) */ ! # define ExpandManNames YES ! ! /* Has LinuxDoc (and the Location for LinuxDoc / only HTML and Text) */ ! # define HasLinuxDoc YES ! # define BuildLinuxDocHtml YES ! # define BuildAllDocs YES ! # define LinuxDocDir /usr/local/lib/linuxdoc-sgml ! ! /* Install Config's for xdm, xfs, and xinit */ ! # define InstallXinitConfig YES ! # define InstallXdmConfig YES ! # define InstallFSConfig YES ! ! #define BuildChooser YES ! ! /* for the new XF86Setup Util */ ! #define HasTk YES ! #define HasTcl YES ! ! #endif /* BeforeVendorCF */ ! ! ! ! 9. ¥¤¥ó¥¹¥È¡¼¥ë ! ! ! make World BOOTSTRAPCFLAGS="... ¤¬Àµ¾ï½ªÎ»¤·¤¿¤é¡¢ ! ! make install ! ! ! ¤ò¼Â¹Ô¤·¤Æ /usr/X11R6 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£½½Ê¬¤Ê¥Ç¥£¥¹¥¯ÍÆÎ̤¬ ! ¤¢¤ë¤³¤È¤È¡¢/usr/X11R6 ¤¬¥Ç¥£¥ì¥¯¥È¥ê¤ä(¤¿¤Ö¤ó)¾¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î ! ¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤È¤·¤Æ¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À ! ¤µ¤¤¡£¼¡¤Ë ! ! make install.man ! ! ! ! ¤ò¼Â¹Ô¤·¤Æ¡¢°µ½Ì¤·¤¿ nroff ·Á¼°¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò /usr/X11R6/man ! ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤·¤Ê¤±¤ì¤Ð¡¢¼«Æ°Åª¤Ë ! ºîÀ®¤µ¤ì¤Þ¤¹¡£¤½¤ì¤«¤é ! ! make install.linkkit ! ! ! ¤ò¼Â¹Ô¤·¤Æ¡¢¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥ê¥ó¥¯¥­¥Ã¥È¤ò /usr/X11R6/lib/Server ¤Ë¥¤ ! ¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ______________________________________________________________________ ! ¥³¥Þ¥ó¥É¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë ! ! /usr/X11R6/lib/X11/etc/xf86install ! ! ¤òÍѤ¤¤Æ¥«¡¼¥Í¥ë¤ò¥Á¥å¡¼¥ó¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ÏÍø ! ÍѤǤ­¤ë²¾ÁۥǥХ¤¥¹¤òÁý¤ä¤·¡¢¥Ñ¥é¥á¡¼¥¿¤ò¤¤¤¯¤Ä¤«Ä´À°¤·¡¢ ! sysadm ÆâÉô¤Ç»È¤ï¤ì¤ë¥Õ¥¡¥¤¥ë¤ò¤¤¤¯¤Ä¤«¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£Äɲà ! ¤Î¥Õ¥©¥ó¥È¤ÈüËöÀßÄê¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ______________________________________________________________________ ! ! ! ! ¤Þ¤¿¡¢MAXUMEM ¤ÏºÇÂçÃͤޤÇÁý¤ä¤¹¤Ù¤­¤Ç¤¹¡£¤µ¤â¤Ê¤¤¤È¡¢¥×¥í¥°¥é¥à¤Ï¼¡¤Î ! ¤è¤¦¤Ê¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Æ»ß¤Þ¤Ã¤Æ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó: ! ! ______________________________________________________________________ ! X Error of failed request: BadAlloc (insufficient resources for operation) ! Major opcode of failed request: 53 (X_CreatePixmap) ! Serial number of failed request: 37791 ! Current serial number in output stream: 37822 ! Widget hierarchy of resource: unknown ! ______________________________________________________________________ ! ! ! ! ! 10. »È¤¤Êý ... ! ! ! ! o Xprt: ! ! ¿·¤·¤¤ Xprint ¥µ¡¼¥Ð¤Ï lpr ¤ò°õºþÍѤÎÊä½õ¥×¥í¥°¥é¥à¤È¤·¤Æ»È¤¦¤è¤¦¤Ë ! ÀßÄꤵ¤ì¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢Xprt ¤ò»È¤¦¤¿¤á¤Ë¤Ï lpr ¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¦ ! ÀßÄê¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! o Keyboard: ! ! iso-8859-1 ¥Õ¥©¥ó¥È¤ò¥­¡¼¥Ü¡¼¥É¤ÇÆþÎϤÇÆþÎϤ¹¤ë¤¿¤á¤Ë modmap ¥Õ¥¡¥¤ ! ¥ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£Ã±¤Ë¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Keyboard ¥»¥¯¥·¥ç¥ó ! ¤Ç°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! ! o LeftAlt Meta ! ! o RightAlt ModeShift ! ! o RightCtl Compose ! ! ! ! o xpcterm: ! ! ISC ÉÕ°¤Î X11R4 ¥¯¥é¥¤¥¢¥ó¥È¤Ç¤¢¤ë xpcterm ¤Ç EGA/VGA ¥Õ¥©¥ó¥È¤ò ! »È¤Ã¤Æ¤¤¤ë¤È¤­¤Ë¡¢¥É¥¤¥Ä¸ì¤Î¡Ö¥¦¥à¥é¥¦¥È¡×¤òÆþÎϤ·¤¿¤¤¾ì¹ç¤ÎÀßÄê¤Ç ! ¤¹¡£¥æ¡¼¥¶¤Î .Xdefaults ¥Õ¥¡¥¤¥ë¤Ë°Ê²¼¤ÎÆâÍƤòÀßÄꤷ¤Æ¤¯¤À¤µ¤¤: ! ! XEga*AT386.Translations: #override \ ! Shiftodiaeresis: string(0x99) \n\ ! odiaeresis: string(0x94) \n\ ! Shiftadiaeresis: string(0x8e) \n\ ! adiaeresis: string(0x84) \n\ ! Shiftudiaeresis: string(0x9a) \n\ ! udiaeresis: string(0x81) \n\ ! Shiftssharp: string(0x3f) \n\ ! Metassharp: string(0x5c) \n\ ! ssharp: string(0xe1) ! ! ! ! ! ¤³¤ÎÀßÄê¤ÎÍ£°ì¤Îû½ê¤Ï¡¢(¥É¥¤¥Ä¸ì¥­¡¼¥Ü¡¼¥É¤Ç) \ Backslash ¤òÆþÎϤ¹¤ë ! ºÝ¤Ë AltGr ¤Ç¤Ê¤¯ Alt ¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤Ç¤¹¡£ ! ! xpcterm ¤òµ¯Æ°¤¹¤ë¤È¤­¤Ë¤Ï¡¢¥ª¥×¥·¥ç¥ó -name XEga -fn ega ¤¬É¬ÍפǤ¹¡£ ! ! ! o X11R5 ¤È X11R6 ¤Î´Ö¤ÎÀßÄêÀÚÂؤ¨ ! ! X11 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤ò R6 ¤Þ¤¿¤Ï R5 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤È¤·¤Æ¥³¥ó¥Ñ¥¤¥ë¤¹ ! ¤ë¤³¤È¤Ï´Êñ¤Ê¤Ï¤º¤Ç¤¹¡£/usr/X11R6/bin/xmkmf ¤È /usr/X386/bin/xmkmf ! ¤Î¤¦¤Á»È¤¤¤¿¤¤¤Û¤¦¤¬¿·¤·¤¤ Makefile ¤òÀ¸À®¤¹¤ë¤è¤¦¤Ë¡¢Ã±¤Ë PATH ´Ä ! ¶­ÊÑ¿ô¤òÀÚÂؤ¨¤ë¤À¤±¤Ç¤¹¡£ ! ! ! o ISC ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥× ! ! ISC ¤Ë¤ª¤±¤ë X11R4 ¤Î¥Ñ¥¤¥×¤Ø¤Î¸Å¤¤¥Ñ¥¹¤Ç¤¢¤Ã¤¿ /tmp/.X11-unix ¤Ï ! /dev/X/ISCCONN ¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£ ISC ¤Ë¤ª¤±¤ë¸ß´¹À­¤ÎÍýͳ¤Ë¤è¤ê¡¢ ! ¿·¤·¤¤¥Ç¥£¥ì¥¯¥È¥êÆâ¤Î¥Ñ¥¤¥×¤Ï¸Å¤¤¥Ç¥£¥ì¥¯¥È¥êÆâ¤Î¥Õ¥¡¥¤¥ë¤Ø¤Î¥ê¥ó ! ¥¯¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÄ̾ï¤Ï¥Ï¡¼¥É¥ê¥ó¥¯¤Ê¤Î¤Ç¡¢¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à ! ´Ö¤Ë¤Þ¤¿¤¬¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ISC ¥Ð¡¼¥¸¥ç¥ó 4.x ¤Ç¤Ï¡¢¤³¤ì¤Ïµö¤µ¤ì ! ¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤¿¤À¤·¡¢Î¾Êý¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤¬¿·¤·¤¤ S5L ¥Õ¥¡ ! ¥¤¥ë¥·¥¹¥Æ¥à¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ISC30 ¥·¥¹¥Æ¥à¤Ç¤Ï 2 ¤Ä¤Î¥Ç¥£¥ì¥¯ ! ¥È¥ê¤¬Æ±¤¸¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Ë¤Ê¤ë¤è¤¦Ãí°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤½ ! ¤¦¤Ç¤Ê¤¤¾ì¹ç¡¢ISC40 ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥Ð¥¤¥Ê¥ê¤ò»È¤¦¤È¡¢¥µ¡¼¥Ð¤¬ ! SIGSYS ¤ò¼õ¤±¤Æ°Û¾ï½ªÎ»¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£É®¼Ô¤é¤Ï¤³¤Î¥·¥°¥Ê¥ë¤òÊá ! ª¤·¤è¤¦¤È»î¤ß¤Æ¤¤¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤¬¥³¥¢¥À¥ó¥×¤·¤¿¤é¤ªÃΤ餻¤¯¤À¤µ ! ¤¤¡£ ! ! ! o ½Ð²ñ¤¦¤«¤â¤·¤ì¤Ê¤¤¥¦¥©¡¼¥Ë¥ó¥°: ! ! ! o XFree86 3.2A °Ê¹ß¤Ç¤Ï¡¢X11R6.3 °ÊÁ°¤Î¥¯¥é¥¤¥¢¥ó¥È¤ò»È¤¦¤È ! ! ! Warning: Unable to load any usable fontset ! ! ! ! ¤È¤¤¤¦¥¦¥©¡¼¥Ë¥ó¥°¤¬½Ð¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ï¥Õ¥©¥ó¥È¤¬¿·¤¿¤Ë gzip ¤µ ! ¤ì¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤¿¤á¤Ç¤¹¤¬¡¢¥¦¥©¡¼¥Ë¥ó¥°¤Ï¿¼¹ï¤Ê¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! o ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤è¤¦¤È¤¹¤ë¤È¡¢¼¡¤Î¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó: ! ! ! _XSERVTransOpen: transport open failed for named/enigma:0 ! _XSERVTransMakeAllCOTSServerListeners: failed to open listener for named ! ! ! ! ¤³¤Î¥á¥Ã¥»¡¼¥¸¤Ï¤¤¤º¤ì¤âÃ×̿Ū¤Ê¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£Interactive Unix ! ¤Ï¤³¤Î¼ïÎà¤ÎÀܳ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ! ! ! 11. ¼Õ¼­ ! ! ! ÁÇÀ²¤é¤·¤¤»Å»ö¤ò¤·¤¿ XFree86 ¥Á¡¼¥à¤È X11R6 ¤Î¥Ñ¥Ö¥ê¥Ã¥¯¥ê¥ê¡¼¥¹¤ò½Ð¤· ! ¤¿ X ¥³¥ó¥½¡¼¥·¥¢¥à¡¢¤³¤ÎÁÇÀ²¤é¤·¤¤¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤Ë¹×¸¥¤·¤¿Á´¤Æ¤Î ! Êý¡¹¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc,v 1.1.2.1 1999/06/02 07:51:00 hohndel Exp $ ! ! ! ! ! ! $XConsortium: isc.sgml /main/8 1996/10/23 11:45:58 kaleb $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,555 ---- ! ISC ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! Michael Rohleder ! 11 January 1998 ! The X Japanese Documentation Project ! 2 February 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. Interactive Unix ¾å¤Ç¤Î X11R6/XFree86(TM) ! 2. ¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤ËɬÍפʤâ¤Î ! 3. ¥·¥¹¥Æ¥à¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! 3.1 /usr/include/sys/limits.h ! 3.2 /usr/include/sys/ioctl.h ! 3.3 /usr/include/errno.h ! 3.4 /usr/include/rpc/types.h ! 3.5 /usr/include/sys/un.h ! 3.6 /usr/include/math.h ! ! 4. make World ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! 6. XKeyboard µ¡Ç½³ÈÄ¥ ! 7. ¥Þ¥ë¥Á¥Ð¥Ã¥Õ¥¡µ¡Ç½³ÈÄ¥ ! 8. ÄêµÁ¥Õ¥¡¥¤¥ë¤Î¥µ¥ó¥×¥ë ! 9. ¥¤¥ó¥¹¥È¡¼¥ë ! 10. »È¤¤Êý ... ! 11. ¼Õ¼­ ! ! ______________________________________________________________________ ! ! 1. Interactive Unix ¾å¤Ç¤Î X11R6/XFree86(TM) ! ! Ëܥɥ­¥å¥á¥ó¥È¤Ë¤Ï¡¢ Interactive Unix(ISC ¤È¤â¸Æ¤Ð¤ì¤Þ¤¹)¾å¤Ç X11R6 ¤È ! XFree86 ¤ò¥³¥ó¥Ñ¥¤¥ë¡¦»ÈÍѤ¹¤ë¤¿¤á¤ÎÄɲþðÊ󤬽ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! Interactive Unix ¾å¤Ç¤Î X11R6/XFree86 ¤Ë´Ø¤¹¤ëÄó°Æ¡¦¥³¥á¥ó¥È¡¦½¤Àµ¡¦¥¢ ! ¥¤¥Ç¥£¥¢¤¬¤¢¤ì¤Ð michael.rohleder@stadt-frankfurt.de ¤Þ¤Ç¥á¡¼¥ë¤òÁ÷¤Ã ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥Ð¥°Êó¹ð¤Ïɬ¤º XFree86@XFree86.Org Åö¤Æ¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÁÌäÅù¤Ï¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¸½ºß¤Ï¶¦Í­¥é¥¤¥Ö¥é¥ê¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢X11R6 ¤Ç X11 ¥¯¥é¥¤¥¢ ! ¥ó¥È¤òºî¤í¤¦¤È¤¹¤ë¤È¥Õ¥¡¥¤¥ë¶õ´Ö¤òÂçÎ̤˻ȤäƤ·¤Þ¤¤¤Þ¤¹¡£°ìÈÖÎɤ¤ÊýË¡ ! ¤Ï¡¢X11R6 ¤Î¥µ¡¼¥Ð¤ò X11R5 ¤ä X11R4 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤³ ! ¤È¤Ç¤¹¡£¤½¤·¤Æ¡¢X11R6 ¤Î¥é¥¤¥Ö¥é¥ê¤Ç¿·¤·¤¯ÍÑ°Õ¤µ¤ì¤¿µ¡Ç½¤¬É¬Íפʥ¯¥é¥¤ ! ¥¢¥ó¥È¤À¤±¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! 2. ¥½¡¼¥¹¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤ËɬÍפʤâ¤Î ! ! gcc ! x ¤Î¿ô»ú¤¬¤Ç¤­¤ë¤À¤±Â礭¤¤¤â¤Î¤ò»È¤¤¤Þ¤·¤ç¤¦¡£Fresco ¤Ï 2.6.3 °Ê ! ¹ß¤Ç¤·¤«¹½ÃۤǤ­¤Þ¤»¤ó¡£É®¼Ô¤Ï gcc ¤Î¥Ð¡¼¥¸¥ç¥ó 2.5.8, 2.6.0, ! 2.6.2, 2.6.3, 2.7.2 ¤ò»î¤·¤Þ¤·¤¿¡£ºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Ï 2.7.2.3 ¤Ç ! ¤¹¡£ ! ! 2.6.3 °Ê¹ß¤Ç¤Ï¡¢¾¯¤·¥ª¥×¥Æ¥£¥Þ¥¤¥º¤òÁý¤ä¤¹¤À¤±¤Ç¥«¥ì¥ó¥È¥½¡¼¥¹¥Ä ! ¥ê¡¼¤ò¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤ë¤Ï¤º¤Ç¤¹: xf86site.def Æâ¤Ç ! #define DefaultCDebugFlags -O3 -fomit-frame-pointer ¤ò»ØÄꤷ ! ¤Æ¡¢¥Ç¥Õ¥©¥ë¥È¤Î -O2 ¤ò¾å½ñ¤­¤·¤Æ¤¯¤À¤µ¤¤¡£ 2.7.x ¤Î¾ì ! ¹ç¡¢xf86site.def Æâ¤Ç #define UsePosix YES ¤ò»ØÄê ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ï¥½¡¼¥¹¤ò¤¦¤Þ¤¯¹½ÃÛ¤¹¤ë¤¿¤á¤ËɬÍ×¤Ç ! ¤¹¡£ 2.7.0 ¤è¤êÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤â¤³¤ì¤òÄêµÁ¤·¤Æ¤«¤Þ¤¤¤Þ¤»¤ó¤¬¡¢ ! ·Ù¹ð¤ò½Ð¤µ¤º¤Ë¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! libg++-2.x.x ! g++ 2.x.x ¤Ç»È¤¦¤¿¤á¤Î g++ ¥é¥¤¥Ö¥é¥ê¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ï Fresco ! ¤Î¤¿¤á¤ËɬÍפʤÀ¤±¤Ê¤Î¤Ç¡¢X11R6.1 °Ê¹ß¤Ç¤ÏÉÔÍפǤ¹¡£ ! ! binutils ! ¥¢¥»¥ó¥Ö¥é¤È¥ê¥ó¥«¤ò»È¤¦¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥¢¥»¥ó¥Ö¥é¤Ï¤Ç ! ¤­¤ë¤À¤±¤¢¤Ã¤¿¤Û¤¦¤¬Ë¾¤Þ¤·¤¯¡¢¥×¥í¥°¥é¥à¤Ë libFresco.a ¤ò¥ê¥ó¥¯ ! ¤·¤¿¤±¤ì¤Ð¡¢¾¯¤Ê¤¯¤È¤â¥ê¥ó¥«¤ÏɬÍפˤʤê¤Þ¤¹¡£strip ¤ò ar ¤ä ! ranlib ¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£strip ¤È ar ¤òÁȤ߹ç¤ï ! ¤»¤ë¤È(¾¯¤Ê¤¯¤È¤âÉ®¼Ô¤Î¥Þ¥·¥ó¤Ç¤Ï) strip ¤ò¹Ô¤Ã¤¿¤È¤­¤Ë¥Ð¥°¤Ã¤Ý ! ¤¤¥Ð¥¤¥Ê¥ê¤¬¤Ç¤­¤Þ¤¹¡£¤Þ¤¿¡¢ar ¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤È¥¢¡¼¥«¥¤¥Ö¤ò ! ºî¤Ã¤¿¸å¤Ë ranlib ¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤½¤ÎÀßÄê¤Ï¤µ¤ì ! ¤Æ¤¤¤Þ¤»¤ó¡£¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤Ï 2.8.1.0.15 ¤Ç¤¹ (as, ld, ar, ! strip ¤ò»È¤¤¤Þ¤¹)¡£ ! ! gnu-malloc ! ¥á¥â¥ê¤ò¤¦¤Þ¤¯ÍøÍѤ¹¤ë¤¿¤á¤Ë¡¢GNU ¤Î malloc ¥é¥¤¥Ö¥é¥ê¤¬»È¤¨¤ë¥· ! ¥¹¥Æ¥à¤Ç¤Ï¤³¤ì¤ò»È¤¦¤Ù¤­¤Ç¤¹¡£ xf86site.def Æâ¤Þ¤¿¤Ï Linkkit ¤Î ! site.def Æâ¤Ç #define UseGnuMalloc YES ¤òÍ­¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! GNU malloc ¥é¥¤¥Ö¥é¥ê¤¬¥Ç¥Õ¥©¥ë¥È¤Î -L/usr/local/lib -lgmalloc ! ¤Ç¤Ê¤¤¤è¤¦¤Ç¤¢¤ì¤Ð¡¢É¬Íפ˱þ¤¸¤Æ #define GnuMallocLibrary ¤òÍ­¸ú ! ¤Ë¤·¡¢ÃͤòÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! inline-math (¾Êά²Äǽ) ! ¤³¤ì¤Ï¡¢¤ª¶á¤¯¤Î Linux ¤Î¥ß¥é¡¼¥µ¥¤¥È¤ÇÆþ¼ê¤Ç¤­¤ë¡Ö¥ª¥ê¥¸¥Ê¥ë¡× ! ¤Î inline-math ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤¹¡£ ! ! host.def Æâ¤Ç #define UseInlineMath YES ¤ò»È¤¤¡¢¤³¤ì¤òÍ­¸ú¤Ë¤·¤Æ ! ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»È¤¦¤¿¤á¤Ë¤Ï¾¤Ë¤âºî¶È¤¬É¬ÍפʤΤǡ¢¼¡ ! ¤Î½¤Àµ¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3. ¥·¥¹¥Æ¥à¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î½¤Àµ ! ! Interactive Unix ÉÕ°¤Îɸ½à¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò¾¯¤·½¤Àµ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó¡£¤Þ¤¿¡¢gcc-lib/include ¥Ç¥£¥ì¥¯¥È¥ê¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤â¾¯¤·½¤Àµ¤¹¤ëɬ ! Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ¼¡¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò gcc ´ØÏ¢¥Õ¥¡¥¤¥ë¤Î¥Ç¥£¥ì¥¯¥È¥ê¤È¤·¡¢¤³¤ì¤ò "gcc- ! lib" ¤È¸Æ¤Ö¤³¤È¤Ë¤·¤Þ¤¹: ! ! /usr/local/lib/gcc-lib/i[345]86-isc[34].[0-9]/2.6.x ! ! 3.1. /usr/include/sys/limits.h ! ! ¤ª¤è¤Ó gcc-lib/include/sys/limits.h ! ! #ifndef OPEN_MAX ! #ifdef ISC ! #define OPEN_MAX 256 ! #else ! #define OPEN_MAX 20 ! #endif ! #endif ! ! Xlib ¤Ç¥¨¥é¡¼(¥¯¥é¥¤¥¢¥ó¥È¿ô¤¬ºÇÂçÃͤˤʤäƤ·¤Þ¤¦)¤¬µ¯¤³¤é¤Ê¤¤¤è¤¦¤Ë ! ¤¹¤ë¤¿¤á OPEN_MAX ¤ò ! ! 3.2. /usr/include/sys/ioctl.h ! ! ¿½Å¥¤¥ó¥¯¥ë¡¼¥É¤òÈò¤±¤ë¤¿¤á¡¢¥Õ¥¡¥¤¥ë¤ÎÃæ¿ÈÁ´ÂΤò¼¡¤Î #ifdef ¤Ç°Ï¤ß¤Þ ! ¤¹¡£ ! ! #ifndef _IOCTL_H ! #define _IOCTL_H ! ... ! #endif ! ! 3.3. /usr/include/errno.h ! ! (¤ª¤è¤Ó¡¢ gcc ¤ÎÂбþ¤¹¤ë¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë) ! ! #include ! ! EWOULDBLOCK ¤¬Ì¤ÄêµÁ¤Ë¤Ê¤ë¤¿¤á¤Ç¤¹¡£ /usr/include/net/errno.h ¤ò ! ! #ifndef _NET_ERRNO_H ! #define _NET_ERRNO_H ! ... ! #endif ! ! ¤Ç°Ï¤ß¤Þ¤¹¡£¤³¤ì¤Ï¡¢ ¤¬¥½¡¼¥¹¤«¤éÌÀ¼¨Åª¤Ë¥¤¥ó¥¯¥ë¡¼¥É¤µ¤ì ! ¤ë¤È¿½Å¥¤¥ó¥¯¥ë¡¼¥É¤¬µ¯¤³¤ë¤Î¤òÈò¤±¤ë¤¿¤á¤Ç¤¹¡£ ! ! 3.4. /usr/include/rpc/types.h ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤ò gcc-lib/include/rpc/types.h ¤Ë¥³¥Ô¡¼¤·¡¢ malloc() ¤ÎÄê ! µÁ¤ò ! ! #if !defined(__cplusplus) ! extern char *malloc(); ! #endif ! ! ¤Î¤è¤¦¤ËÊѹ¹¤·¤Þ¤¹¡£ ! ! ¤³¤Îºî¶È¤Ï Fresco ¤ò¹½ÃÛ¤¹¤ë¾ì¹ç¤À¤±¤ËɬÍפÊÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 3.5. /usr/include/sys/un.h ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï Interactive Unix ¤Ë¤Ï¸ºß¤·¤Þ¤»¤ó¡£depend ¤«¤é¤Î¥¦¥©¡¼ ! ¥Ë¥ó¥°¤¬·ù¤Ê¤é¤Ð¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤òºî¤Ã¤Æ¤â¹½¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¥½¡¼¥¹¤òÀµ¾ï ! ¤Ë¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ ! ! un.h ¤òºî¤ë¤Ë¤Ï°Ê²¼¤ÎÆâÍƤ¬»È¤¨¤ë¤Ç¤·¤ç¤¦: ! ! #ifndef X_NO_SYS_UN ! struct sockaddr_un { ! short sun_family; /* AF_UNIX */ ! char sun_path[108]; /* path name (gag) */ ! }; ! #endif ! ! 3.6. /usr/include/math.h ! ! inline-math ¥Ñ¥Ã¥±¡¼¥¸¤ò»È¤¦¤Ë¤Ï¡¢´û¸¤Î math.h ¤òÊѹ¹¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£É®¼Ô¤¬¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤òÁȤ߹þ¤ó¤ÀÊýË¡¤Ï¡¢inline-math ¥Ñ¥Ã¥±¡¼¥¸¤Î ! README ¤Ë½ñ¤«¤ì¤Æ¤¤¤ëÊýË¡¤È°Û¤Ê¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! °Ê²¼¤ÎÆâÍƤò¡¢ math.h ¤Î½ª¤ï¤ê¤ÎÉôʬ¤ÎºÇ¸å¤Î #endif ¤ÎÁ°¤ËÄɲ䷤Ƥ¯¤À ! ¤µ¤¤: ! ! #if defined(UseInlineMath) ! ! /* Needed on ISC __CONCAT, PI */ ! #ifndef __CONCAT ! /* ! * The __CONCAT macro is used to concatenate parts of symbol names, e.g. ! * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo. ! * The __CONCAT macro is a bit tricky -- make sure you don't put spaces ! * in between its arguments. __CONCAT can also concatenate double-quoted ! * strings produced by the __STRING macro, but this only works with ANSI C. ! */ ! #if defined(__STDC__) || defined(__cplusplus) ! #define __CONCAT(x,y) x ## y ! #define __STRING(x) #x ! #else /* !(__STDC__ || __cplusplus) */ ! #define __CONCAT(x,y) x/**/y ! #define __STRING(x) "x" ! #endif /* !(__STDC__ || __cplusplus) */ ! #endif ! ! #ifndef PI ! #define PI M_PI ! #endif ! ! #include "/usr/local/include/i386/__math.h" ! #endif ! ! 4. make World ! ! ______________________________________________________________________ ! BOOTSTRAPCFLAGS="-DISC [-DISC30 | -DISC40] -DSYSV [-Di386]" ! ______________________________________________________________________ ! ! -DISC -DISC30 ! ¤³¤Î 2 ¤Ä¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ð¡¼¥¸¥ç¥ó 3.x ¤Î ISC ¤Ç¹½ÃÛ¤ò¹Ô¤¦¤¿¤á¤Ë ! ɬÍפǤ¹¡£É®¼Ô¤Ï¡¢3.x ¤è¤êÁ°¤Î ISC ¤Ç¤¦¤Þ¤¯¹½ÃۤǤ­¤ë¤É¤¦¤«¤ÏÃÎ ! ¤ê¤Þ¤»¤ó¡£ ! ! -DISC40 ! ¤³¤ì¤Ï ISC ¥Ð¡¼¥¸¥ç¥ó 4.x ÀìÍѤΥª¥×¥·¥ç¥ó¤Ç¡¢¤·¤¿¤¬¤Ã¤Æ ! HasSymLinks ¤ò YES ¤ËÀßÄꤷ¤Þ¤¹(¤Ê¤¼¤Ê¤é¡¢¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤Ï ! S5L ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤òºÎÍѤ·¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó 4.x °Ê¹ß¤Ç¤Ê¤¤¤È¥µ ! ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¤é¤Ç¤¹)¡£ ! ! ¥í¥ó¥°¥Õ¥¡¥¤¥ë¥Í¡¼¥à¤¬»È¤¨¤ë¤Ê¤é¤Ð¡¢xf86site.def ¤Ë ! #define ExpandManNames YES ¤ò´Þ¤á¤ë¤³¤È¤Ç³ÈÄ¥¥Þ¥Ë¥å¥¢¥ë¥Ú ! ¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ISC 4.x ¤Ç¹½ÃÛ¤ò¹Ô¤¦¾ì¹ç¤Ë¤Ï¡¢BOOTSTRAPCFLAGS ¤Ç -DISC40 ¤À¤±¤ò ! ÄêµÁ¤¹¤ì¤ÐÂç¾æÉפǤ¹(-DISC30 ¤Ï¼«Æ°Åª¤Ë¥¤¥ó¥¯¥ë¡¼¥É¤µ¤ì¤Þ¤¹)¡£ ! ! Ãí°Õ: ISC 4.0 ¤È 4.1 ¤Ë¤Ï¸ß´¹¤Ç¤Ê¤¤Éôʬ¤¬¾¯¤·¤¢¤ë¤¿¤á¡¢ISC 4.1 ! ¤Ç¹½ÃÛ¤ò¹Ô¤Ã¤¿¾ì¹ç¤Ç¤â¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï ISC 4.0 ÍѤι½ÃÛ¤ò¹Ô¤¤¤Þ ! ¤¹¡£4.1 ÀìÍѤι½ÃÛ¤¬¤·¤¿¤±¤ì¤Ð¡¢host.def ¤Ç ! #define IscCompileVersion 410 ¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! (fchmod ´Ø¿ô¤Ï 4.0 ¤Ç¤ÏÍøÍѤǤ­¤Ê¤¤¤Î¤Ç¡¢¤³¤Î´Ø¿ô¤¬¤¢¤ë¤È¥³¥ó¥Ñ ! ¥¤¥ë¤¬¤Ç¤­¤Þ¤»¤ó¤·¡¢4.1 ¤«¤é»ý¤Ã¤Æ¤­¤¿¥Ð¥¤¥Ê¥ê¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Ê¤¤¥·¥¹¥Æ¥à¥³¡¼¥ë¤¬¤¢¤ë¤¿¤áÆ°ºî¤·¤Þ¤»¤ó¡£4.1 ÍѤ˹½ÃÛ¤·¤¿¥é¥¤¥Ö ! ¥é¥ê¤Ï¡¢4.0 ¤Ç¤ÏÍøÍѤǤ­¤Ê¤¤´Ø¿ô¤ò´Þ¤à¤Î¤Ç¡¢4.0 ¤Î¥·¥¹¥Æ¥à¤Ç¤ÏÆ° ! ºî¤·¤Þ¤»¤ó¡£ ! ! -DSYSV [-Di386] ! x86 ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ë¤ª¤±¤ë SystemV ¥ê¥ê¡¼¥¹ 3 ÍѤÎɸ½à¤ÎÄêµÁ¤Ç ! ¤¹¡£ -Di386 ¤Ï /lib/cpp ¤Çͽ¤áÄêµÁ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢ÌÀ¼¨Åª¤ËÄêµÁ ! ¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! 5. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥° ! ! o ¥³¥ó¥Ñ¥¤¥ë ! ! ¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¤Ë¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Î¥µ¥Ý¡¼¥È¤òÆþ¤ì¤¿¤±¤ì¤Ð¡¢ ! xf86site.def ¥Õ¥¡¥¤¥ë¤Ë ! ! #define HasSVR3mmapDrv YES ! ! ¤È¤¤¤¦¹Ô¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥·¥¹¥Æ¥à¤Ë¤Ï mmap-2.2.3 ¥É¥é¥¤¥Ð¤¬ ! ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ mmap-2.2.3 ¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ ! ¤¤¤Ê¤±¤ì¤Ð¡¢ ! ! xc/programs/Xserver/hw/xfree86/etc/mmapSVR3.shar ! ! ¤Þ¤¿¤Ï ! ! /usr/X11R6/lib/X11/etc/mmapSVR3.shar ! ! ¥Õ¥¡¥¤¥ëÆâ¤Ë¤¢¤ë¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤òÍøÍѤǤ­¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Î¹½Ãۤȥ¤¥ó¥¹ ! ¥È¡¼¥ë¤ÏÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¼ê½çÄ̤ê¤Ë¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò ! Í­¸ú¤Ë¤·¤Æ X11R6/XFree86 ¥½¡¼¥¹¥Ä¥ê¡¼¤Î¹½ÃÛ¤ò¹Ô¤¦¤Ë¤Ï¡¢ ! /usr/include/sys/mmap.h ¥Õ¥¡¥¤¥ë¤¬É¬ÍפǤ¹¡£ ! ! o »ÈÍÑ ! ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î¥ê¥Ë¥¢¥¢¥É¥ì¥¹¥Þ¥Ã¥Ô¥ó¥°¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¢ Thomas ! Wolfram ¤µ¤ó¤¬ºîÀ®¤·¤¿ mmap ¥É¥é¥¤¥Ð(¥Ð¡¼¥¸¥ç¥ó 2.2.3)¤ò¥«¡¼¥Í¥ë¤Ë ! ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ò´û¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ ! ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤Û¤È¤ó¤É¤Î¥µ¡¼¥Ð¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò ! »È¤¦¤Ç¤·¤ç¤¦¡£¤½¤¦¤Ç¤Ê¤¤¥µ¡¼¥Ð¤Î¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Ç ! ! Option "linear" ! ! ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾Ü¤·¤¯¤ÏŬÀڤʥª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢XF86Config ¤Ç MemBase ¤ò»ØÄꤹ¤ëɬÍפ⤢¤ë¤« ! ¤â¤·¤ì¤Þ¤»¤ó¡£»È¤¤Êý¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥«¡¼¥É¤ä¥µ¡¼¥Ð¤Ë´Ø¤¹¤ëŬÀÚ¤Ê README ! ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤¬Í­¸ú¤Ç¤Ê¤±¤ì¤Ð¡¢P9000 ¥µ¡¼ ! ¥Ð¤ÏÁ´¤¯Æ°ºî¤·¤Ê¤¤¤À¤í¤¦¤È¤¤¤¦ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! É®¼Ô¤¬¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ë´Ø¤¹¤ë¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¤Î¤Ï°Ê²¼¤Î¥«¡¼¥É¤À¤±¤Ç ! ¤¹¡£ ! ! o Spea/V7 Vega - clgd5428 - VLB ! ! ¥á¥¤¥ó¥á¥â¥ê¤ò 32MB ÀѤó¤À¥Þ¥·¥ó¤Ç¤Ï»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£¥¢ ! ¥É¥ì¥¹¶õ´Ö¤ËÂФ·¤Æ¿§¡¹¤Ê¥Þ¥Ã¥Ô¥ó¥°¤ò¹Ô¤¦¥Æ¥¹¥È¤Ç¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¹ ! ¤¬Á´¤¯É½¼¨¤µ¤ì¤Ê¤«¤Ã¤¿¤ê¡¢¥Þ¥·¥ó¤¬¤¤¤­¤Ê¤ê¥ê¥Ö¡¼¥È¤¹¤ë¤È¤¤¤¦·ë²Ì¤Ë ! ¤Ê¤ê¤Þ¤·¤¿¡£ ! ! o ATI GUP - mach32 - VLB ! ! 32MB ¤Î¥á¥¤¥ó¥á¥â¥ê¤òÀѤó¤À¥Þ¥·¥ó¤Ç¡¢¥«¡¼¥É¤Î¥á¥â¥ê¤ò MemBase ! 0x07c00000 ¤Ë¥Þ¥Ã¥×¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£¤Û¤È¤ó¤É¤Î¥¯¥é¥¤¥¢¥ó¥È¤¬Æ° ! ºî¤·¤Þ¤·¤¿¤¬¡¢¤½¤ì¤Ï Motif 1.1.1 ¤Î InputField ¥¦¥£¥¸¥§¥Ã ! ¥È(Mosaic-2.4 ¤ä xplan ¤Î¤è¤¦¤Ê Motif 1.1.1 ¥¯¥é¥¤¥¢¥ó¥È¤Ç»È¤ï¤ì¤Æ ! ¤¤¤Þ¤¹)¤ò¥¢¥¯¥Æ¥£¥Ö¤Ë¤·¤è¤¦¤È¤¹¤ë¤Þ¤Ç¤Ç¤·¤¿¡£¤³¤ì¤Ë¤è¤ê¡¢X ¥µ¡¼¥Ð¤¬ ! ¥¯¥é¥Ã¥·¥å¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£ ! ! !!! ¤·¤«¤·¡¢¤³¤ÎÌäÂê¤Ï²óÈò¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£!!! ! ! .Xdefaults ¥Õ¥¡¥¤¥ë¤Ë ! ! *blinkRate: 0 ! *cursorPositionVisible: false ! ! ¤È¤¤¤¦µ­½Ò¤ò²Ã¤¨¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ð¥°¤Ï 3.1.2 °Ê¹ß¤Ç¤Ï½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤è ! ¤¦¤Ê¤Î¤Ç¡¢¤³¤Î²óÈòÊýË¡¤Ï¤â¤Ï¤äɬÍפǤʤ¯¤Ê¤ê¤Þ¤·¤¿¡£ ! ! o ELSA Winner 2000PRO/X Revision G ! ! ¤³¤Î¥«¡¼¥É¤ÇÌäÂ꤬µ¯¤³¤Ã¤¿¾ì¹ç¤Ï¡¢"newmmio" ¤Ç¤Ï¤Ê¤¯¸Å¤¤¥Á¥Ã¥×¥»¥Ã ! ¥È¤Î¥É¥é¥¤¥Ð¤ò»î¤¹¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Ë ! ! Chipset "mmio_928" ! ! ¤È¤¤¤¦Àë¸À¤¬¤¢¤ì¤Ð¡¢½Å¤Í¤Æ°Â¿´¤Ç¤·¤ç¤¦¡£ ! ! É®¼Ô¤Ï¡¢ºÇ¿·¤Î XF86_S3 ¤ò»È¤Ã¤Æ¤¤¤ÆÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! 6. XKeyboard µ¡Ç½³ÈÄ¥ ! ! o ÀßÄêÎã ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Keyboard ¥»¥¯¥·¥ç¥ó¤Ë½ñ¤±¤ë¤è¤¦¤Ê XKeyboard ! ¤ÎÄêµÁÎã¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹¡£ ! ! Xkbkeycodes "xfree86" ! /* XkbSymbols "us(pc101)+de_nodead" */ ! /* This has changed between 3.1.2E and 3.1.2F */ ! /* it is now: */ ! XkbSymbols "us(pc102)+de(nodeadkeys)" ! XkbTypes "default" ! XkbCompat "default" ! XkbGeometry "pc" ! ! ¤¢¤ë¤¤¤Ï¡¢¿·¤·¤¤¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ°Ê²¼¤Î¤è¤¦¤Ë»ØÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ! XkbRules "xfree86" ! XkbModel "pc102" ! XkbLayout "de" ! XkbVariant "nodeadkeys" ! ! 7. ¥Þ¥ë¥Á¥Ð¥Ã¥Õ¥¡µ¡Ç½³ÈÄ¥ ! ! ¤³¤Îµ¡Ç½³ÈÄ¥¤Ï¸Å¤¯¤Æ»È¤ï¤ì¤Ê¤¤¤â¤Î¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤½¤ì¤Ç¤â¡¢¹½ÃÛ ! »þ¤Ë¤³¤Îµ¡Ç½³ÈÄ¥¤òÁȤ߹þ¤ß¤¿¤¤¤Ê¤é¤Ð¡¢xf86site.def ¤Ë #define ! BuildMultibuffer YES ¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£¥í¡¼¥À¥µ¡¼¥Ð¤ò¹½ÃÛ¤¹¤ë ! ¤È¤­¤Ë¤Ï¡¢¤³¤Îµ¡Ç½³ÈÄ¥¤Ï̵¸ú¤Ë¤·¤Æ¤ª¤¯¤Ù¤­¤Ç¤¢¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 8. ÄêµÁ¥Õ¥¡¥¤¥ë¤Î¥µ¥ó¥×¥ë ! ! É®¼Ô¤¬¸½ºß¥½¡¼¥¹¤«¤é¤Î¹½ÃÛ¤ò¹Ô¤¦ºÝ¤Ë»È¤Ã¤Æ¤¤¤ë host.def ¤ò°Ê²¼¤Ë¼¨¤·¤Þ ! ¤¹¡£(¤·¤¿¤¬¤Ã¤Æ¡¢xf86site.def ¤ò¤³¤ì°Ê¾åÊѹ¹¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¤·¡¢Ãæ ! ¿È¤òÆɤà¤Î¤â°­¤¯¤Ê¤¤¹Í¤¨¤Ç¤¹ ;-) ! ! #ifdef BeforeVendorCF ! ! /* ISC 4.1Mu - build only for 4.1 ! #define IscCompileVersion 410 ! */ ! ! /* Use inline Math from linux ;-) package inline-math-2.6.tar.gz */ ! /* should be available on your favorite linux ftp */ ! # define UseInlineMath YES ! ! /* Use cbrt from liboptm.a (Interactive icc Compiler) */ ! /* ! */ ! # define HasCbrt YES ! ! /* Use GNUs MallocLibrary (and the Location for the Lib) */ ! # define UseGnuMalloc YES ! # define GnuMallocLibrary -L/usr/local/lib -lgnumalloc ! ! /* Build Xvfb */ ! # define XVirtualFramebufferServer YES ! ! /* Use mmap Driver */ ! # define HasSVR3mmapDrv YES ! ! /* Expand Manual Pages (needs S5L) */ ! # define ExpandManNames YES ! ! /* Has LinuxDoc (and the Location for LinuxDoc / only HTML and Text) */ ! # define HasLinuxDoc YES ! # define BuildLinuxDocHtml YES ! # define BuildAllDocs YES ! # define LinuxDocDir /usr/local/lib/linuxdoc-sgml ! ! /* Install Config's for xdm, xfs, and xinit */ ! # define InstallXinitConfig YES ! # define InstallXdmConfig YES ! # define InstallFSConfig YES ! ! #define BuildChooser YES ! ! /* for the new XF86Setup Util */ ! #define HasTk YES ! #define HasTcl YES ! ! #endif /* BeforeVendorCF */ ! ! 9. ¥¤¥ó¥¹¥È¡¼¥ë ! ! make World BOOTSTRAPCFLAGS="... ¤¬Àµ¾ï½ªÎ»¤·¤¿¤é¡¢ ! ! make install ! ! ¤ò¼Â¹Ô¤·¤Æ /usr/X11R6 ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£½½Ê¬¤Ê¥Ç¥£¥¹¥¯ÍÆÎ̤¬ ! ¤¢¤ë¤³¤È¤È¡¢/usr/X11R6 ¤¬¥Ç¥£¥ì¥¯¥È¥ê¤ä(¤¿¤Ö¤ó)¾¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î ! ¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤È¤·¤Æ¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À ! ¤µ¤¤¡£¼¡¤Ë ! ! make install.man ! ! ¤ò¼Â¹Ô¤·¤Æ¡¢°µ½Ì¤·¤¿ nroff ·Á¼°¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò /usr/X11R6/man ! ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤·¤Ê¤±¤ì¤Ð¡¢¼«Æ°Åª¤Ë ! ºîÀ®¤µ¤ì¤Þ¤¹¡£¤½¤ì¤«¤é ! ! make install.linkkit ! ! ¤ò¼Â¹Ô¤·¤Æ¡¢¥µ¡¼¥Ð¤Î¥Ð¥¤¥Ê¥ê¥ê¥ó¥¯¥­¥Ã¥È¤ò /usr/X11R6/lib/Server ¤Ë¥¤ ! ¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ______________________________________________________________________ ! ¥³¥Þ¥ó¥É¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë ! ! /usr/X11R6/lib/X11/etc/xf86install ! ! ¤òÍѤ¤¤Æ¥«¡¼¥Í¥ë¤ò¥Á¥å¡¼¥ó¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ÏÍø ! ÍѤǤ­¤ë²¾ÁۥǥХ¤¥¹¤òÁý¤ä¤·¡¢¥Ñ¥é¥á¡¼¥¿¤ò¤¤¤¯¤Ä¤«Ä´À°¤·¡¢ ! sysadm ÆâÉô¤Ç»È¤ï¤ì¤ë¥Õ¥¡¥¤¥ë¤ò¤¤¤¯¤Ä¤«¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£Äɲà ! ¤Î¥Õ¥©¥ó¥È¤ÈüËöÀßÄê¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ ! ______________________________________________________________________ ! ! ¤Þ¤¿¡¢MAXUMEM ¤ÏºÇÂçÃͤޤÇÁý¤ä¤¹¤Ù¤­¤Ç¤¹¡£¤µ¤â¤Ê¤¤¤È¡¢¥×¥í¥°¥é¥à¤Ï¼¡¤Î ! ¤è¤¦¤Ê¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Æ»ß¤Þ¤Ã¤Æ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó: ! ! ______________________________________________________________________ ! X Error of failed request: BadAlloc (insufficient resources for operation) ! Major opcode of failed request: 53 (X_CreatePixmap) ! Serial number of failed request: 37791 ! Current serial number in output stream: 37822 ! Widget hierarchy of resource: unknown ! ______________________________________________________________________ ! ! 10. »È¤¤Êý ... ! ! o Xprt: ! ! ¿·¤·¤¤ Xprint ¥µ¡¼¥Ð¤Ï lpr ¤ò°õºþÍѤÎÊä½õ¥×¥í¥°¥é¥à¤È¤·¤Æ»È¤¦¤è¤¦¤Ë ! ÀßÄꤵ¤ì¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢Xprt ¤ò»È¤¦¤¿¤á¤Ë¤Ï lpr ¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¦ ! ÀßÄê¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! o Keyboard: ! ! iso-8859-1 ¥Õ¥©¥ó¥È¤ò¥­¡¼¥Ü¡¼¥É¤ÇÆþÎϤÇÆþÎϤ¹¤ë¤¿¤á¤Ë modmap ¥Õ¥¡¥¤ ! ¥ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£Ã±¤Ë¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Keyboard ¥»¥¯¥·¥ç¥ó ! ¤Ç°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! o LeftAlt Meta ! ! o RightAlt ModeShift ! ! o RightCtl Compose ! ! o xpcterm: ! ! ISC ÉÕ°¤Î X11R4 ¥¯¥é¥¤¥¢¥ó¥È¤Ç¤¢¤ë xpcterm ¤Ç EGA/VGA ¥Õ¥©¥ó¥È¤ò ! »È¤Ã¤Æ¤¤¤ë¤È¤­¤Ë¡¢¥É¥¤¥Ä¸ì¤Î¡Ö¥¦¥à¥é¥¦¥È¡×¤òÆþÎϤ·¤¿¤¤¾ì¹ç¤ÎÀßÄê¤Ç ! ¤¹¡£¥æ¡¼¥¶¤Î .Xdefaults ¥Õ¥¡¥¤¥ë¤Ë°Ê²¼¤ÎÆâÍƤòÀßÄꤷ¤Æ¤¯¤À¤µ¤¤: ! ! XEga*AT386.Translations: #override \ ! Shiftodiaeresis: string(0x99) \n\ ! odiaeresis: string(0x94) \n\ ! Shiftadiaeresis: string(0x8e) \n\ ! adiaeresis: string(0x84) \n\ ! Shiftudiaeresis: string(0x9a) \n\ ! udiaeresis: string(0x81) \n\ ! Shiftssharp: string(0x3f) \n\ ! Metassharp: string(0x5c) \n\ ! ssharp: string(0xe1) ! ! ¤³¤ÎÀßÄê¤ÎÍ£°ì¤Îû½ê¤Ï¡¢(¥É¥¤¥Ä¸ì¥­¡¼¥Ü¡¼¥É¤Ç) \ Backslash ¤òÆþÎϤ¹¤ë ! ºÝ¤Ë AltGr ¤Ç¤Ê¤¯ Alt ¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤Ç¤¹¡£ ! ! xpcterm ¤òµ¯Æ°¤¹¤ë¤È¤­¤Ë¤Ï¡¢¥ª¥×¥·¥ç¥ó -name XEga -fn ega ¤¬É¬ÍפǤ¹¡£ ! ! o X11R5 ¤È X11R6 ¤Î´Ö¤ÎÀßÄêÀÚÂؤ¨ ! ! X11 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤ò R6 ¤Þ¤¿¤Ï R5 ¤Î¥¯¥é¥¤¥¢¥ó¥È¤È¤·¤Æ¥³¥ó¥Ñ¥¤¥ë¤¹ ! ¤ë¤³¤È¤Ï´Êñ¤Ê¤Ï¤º¤Ç¤¹¡£/usr/X11R6/bin/xmkmf ¤È /usr/X386/bin/xmkmf ! ¤Î¤¦¤Á»È¤¤¤¿¤¤¤Û¤¦¤¬¿·¤·¤¤ Makefile ¤òÀ¸À®¤¹¤ë¤è¤¦¤Ë¡¢Ã±¤Ë PATH ´Ä ! ¶­ÊÑ¿ô¤òÀÚÂؤ¨¤ë¤À¤±¤Ç¤¹¡£ ! ! o ISC ¤Î¥¹¥È¥ê¡¼¥à¥Ñ¥¤¥× ! ! ISC ¤Ë¤ª¤±¤ë X11R4 ¤Î¥Ñ¥¤¥×¤Ø¤Î¸Å¤¤¥Ñ¥¹¤Ç¤¢¤Ã¤¿ /tmp/.X11-unix ¤Ï ! /dev/X/ISCCONN ¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£ ISC ¤Ë¤ª¤±¤ë¸ß´¹À­¤ÎÍýͳ¤Ë¤è¤ê¡¢ ! ¿·¤·¤¤¥Ç¥£¥ì¥¯¥È¥êÆâ¤Î¥Ñ¥¤¥×¤Ï¸Å¤¤¥Ç¥£¥ì¥¯¥È¥êÆâ¤Î¥Õ¥¡¥¤¥ë¤Ø¤Î¥ê¥ó ! ¥¯¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÄ̾ï¤Ï¥Ï¡¼¥É¥ê¥ó¥¯¤Ê¤Î¤Ç¡¢¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à ! ´Ö¤Ë¤Þ¤¿¤¬¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£ISC ¥Ð¡¼¥¸¥ç¥ó 4.x ¤Ç¤Ï¡¢¤³¤ì¤Ïµö¤µ¤ì ! ¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤¿¤À¤·¡¢Î¾Êý¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤¬¿·¤·¤¤ S5L ¥Õ¥¡ ! ¥¤¥ë¥·¥¹¥Æ¥à¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ISC30 ¥·¥¹¥Æ¥à¤Ç¤Ï 2 ¤Ä¤Î¥Ç¥£¥ì¥¯ ! ¥È¥ê¤¬Æ±¤¸¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Ë¤Ê¤ë¤è¤¦Ãí°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤½ ! ¤¦¤Ç¤Ê¤¤¾ì¹ç¡¢ISC40 ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥Ð¥¤¥Ê¥ê¤ò»È¤¦¤È¡¢¥µ¡¼¥Ð¤¬ ! SIGSYS ¤ò¼õ¤±¤Æ°Û¾ï½ªÎ»¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£É®¼Ô¤é¤Ï¤³¤Î¥·¥°¥Ê¥ë¤òÊá ! ª¤·¤è¤¦¤È»î¤ß¤Æ¤¤¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤¬¥³¥¢¥À¥ó¥×¤·¤¿¤é¤ªÃΤ餻¤¯¤À¤µ ! ¤¤¡£ ! ! o ½Ð²ñ¤¦¤«¤â¤·¤ì¤Ê¤¤¥¦¥©¡¼¥Ë¥ó¥°: ! ! o XFree86 3.2A °Ê¹ß¤Ç¤Ï¡¢X11R6.3 °ÊÁ°¤Î¥¯¥é¥¤¥¢¥ó¥È¤ò»È¤¦¤È ! ! Warning: Unable to load any usable fontset ! ! ¤È¤¤¤¦¥¦¥©¡¼¥Ë¥ó¥°¤¬½Ð¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ï¥Õ¥©¥ó¥È¤¬¿·¤¿¤Ë gzip ¤µ ! ¤ì¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤¿¤á¤Ç¤¹¤¬¡¢¥¦¥©¡¼¥Ë¥ó¥°¤Ï¿¼¹ï¤Ê¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! o ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤è¤¦¤È¤¹¤ë¤È¡¢¼¡¤Î¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó: ! ! _XSERVTransOpen: transport open failed for named/enigma:0 ! _XSERVTransMakeAllCOTSServerListeners: failed to open listener for named ! ! ¤³¤Î¥á¥Ã¥»¡¼¥¸¤Ï¤¤¤º¤ì¤âÃ×̿Ū¤Ê¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£Interactive Unix ! ¤Ï¤³¤Î¼ïÎà¤ÎÀܳ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ ! ! 11. ¼Õ¼­ ! ! ÁÇÀ²¤é¤·¤¤»Å»ö¤ò¤·¤¿ XFree86 ¥Á¡¼¥à¤È X11R6 ¤Î¥Ñ¥Ö¥ê¥Ã¥¯¥ê¥ê¡¼¥¹¤ò½Ð¤· ! ¤¿ X ¥³¥ó¥½¡¼¥·¥¢¥à¡¢¤³¤ÎÁÇÀ²¤é¤·¤¤¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤Ë¹×¸¥¤·¤¿Á´¤Æ¤Î ! Êý¡¹¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.isc,v 1.1.2.2 1999/11/26 15:23:19 hohndel Exp $ ! ! $XConsortium: isc.sgml /main/8 1996/10/23 11:45:58 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse:1.1.2.1 Wed Jun 2 17:51:01 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse Tue Dec 28 23:13:49 1999 *************** *** 1,8 **** XFree86 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È Kazutaka Yokota ! 28 February 1998 The X Japanese Documentation Project ! 6 January 1999 ____________________________________________________________ Ìܼ¡ --- 1,8 ---- XFree86 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È Kazutaka Yokota ! 20 April 1999 The X Japanese Documentation Project ! 4 December 1999 ____________________________________________________________ Ìܼ¡ *************** *** 36,47 **** 6. ³Æ¼ï¥Þ¥¦¥¹¤Î¾Ò²ð 6.1 MS IntelliMouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! 6.2 Kensington À½ Thinking Mouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! 6.3 Genius À½ NetScroll (PS/2) ! 6.4 Genius À½ NetMouse ¤ª¤è¤Ó NetMouse Pro (¥·¥ê¥¢¥ë¡¢PS/2) ! 6.5 ALPS À½ GlidePoint (¥·¥ê¥¢¥ë¡¢PS/2) ! 6.6 ASCII À½ MieMouse (¥·¥ê¥¢¥ë¡¢PS/2) ! 6.7 Logitech À½ MouseMan+ ¤ª¤è¤Ó FirstMouse+ (¥·¥ê¥¢¥ë¡¢PS/2) 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ --- 36,48 ---- 6. ³Æ¼ï¥Þ¥¦¥¹¤Î¾Ò²ð 6.1 MS IntelliMouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! 6.2 MS Intellimouse Explorer (PS/2, USB) ! 6.3 Kensington À½ Thinking Mouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! 6.4 Genius À½ NetScroll (PS/2) ! 6.5 Genius À½ NetMouse ¤ª¤è¤Ó NetMouse Pro (¥·¥ê¥¢¥ë¡¢PS/2) ! 6.6 ALPS À½ GlidePoint (¥·¥ê¥¢¥ë¡¢PS/2) ! 6.7 ASCII À½ MieMouse (¥·¥ê¥¢¥ë¡¢PS/2) ! 6.8 Logitech À½ MouseMan+ ¤ª¤è¤Ó FirstMouse+ (¥·¥ê¥¢¥ë¡¢PS/2) 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ *************** *** 51,125 **** 1. ¤Ï¤¸¤á¤Ë ! ËÜʸ½ñ¤Ï XFree86 3.3.2 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤ò²òÀ⤹¤ë¡£XFree86 ¤Î X ¥µ ! ¡¼¥Ð¤Ë¤Ï½¤Àµ¤¬²Ã¤¨¤é¤ì¤¿¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¡£ ! ½¾Íè¤Þ¤Ç¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤Ï½é¿´¼Ô¤Ë¤ÏÉԲIJò¤Ê¤³¤È¤¬Â¿¤«¤Ã¤¿¡£¤·¤«¤·¡¢´ðËÜ ! Ū¤Ê¤³¤È¤¬¤é¤ò¤¤¤¯¤Ä¤«³Ð¤¨¤ì¤Ð¡¢XF86Setup ¤Ç¥ª¥×¥·¥ç¥óÁªÂò¤¹¤ë¤³¤È ¤ä¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Pointer" ¥»¥¯¥·¥ç¥ó¤ò¼ê¤Ç½¤Àµ¤¹¤ë¤³¤È¤Ï´Êñ ! ¤Ç¤¢¤ë¡£ - 2. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï 3 ¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¤¹¤Ê¤ï¤Á¡¢¥·¥ê ! ¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¤Ç¤¢¤ë¡£ ¥·¥ê¥¢¥ë¥Þ¥¦¥¹ ¤·¤Ð¤é¤¯Á°¤Þ¤Ç¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PC ¤ÇºÇ¤â¤è¤¯»È¤ï¤ì¤Æ¤¤¤¿¥Ý¥¤¥ó ! ¥Æ¥£¥ó¥°¥Ç¥Ð¥¤¥¹¤Ç¤¢¤Ã¤¿¡£Â¿¤¯¤Î¥á¡¼¥«¡¼¤«¤é¿§¡¹¤Ê¥â¥Ç¥ë¤Î¥·¥ê¥¢ ! ¥ë¥Þ¥¦¥¹¤¬È¯Ç䤵¤ì¤Æ¤¤¤ë¡£¤¿¤À¤·¡¢¥â¥Ç¥ë¤Î¼ïÎà¤Ï¿¤¤¤â¤Î¤Î¡¢¥·¥ê ¥¢¥ë¥Þ¥¦¥¹¤¬¥Û¥¹¥È¥³¥ó¥Ô¥å¡¼¥¿¤ÈÄÌ¿®¤¹¤ë¤¿¤á¤Î¥×¥í¥È¥³¥ë(¥Ç¡¼¥¿ ! ¥Õ¥©¡¼¥Þ¥Ã¥È)¤ÏÈæ³ÓŪ¾¯¤Ê¤¤¡£ ºÇ¶á¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PnP ¤Î COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã¤Æ¤¤¤ë¤Î ¤Ç¡¢¥Û¥¹¥È¥³¥ó¥Ô¥å¡¼¥¿¤Ï¼«Æ°Åª¤Ë¥Þ¥¦¥¹¤ò¸¡½Ð¤·¡¢Å¬Àڤʥɥ饤¥Ð¤ò ! ¼«Æ°Åª¤Ë¥í¡¼¥É¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£XFree86 3.3.2 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¤³ ! ¤Î»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤ê¡¢¥Ý¥Ô¥å¥é¡¼¤Ê¥â¥Ç¥ë¤Î PnP ¥·¥ê¥¢¥ë¥Þ¥¦ ! ¥¹¤ò¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ ¥Ð¥¹¥Þ¥¦¥¹ ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï³ÈÄ¥¥¹¥í¥Ã¥ÈÆâ¤ÎÀìÍÑ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÈÀܳ¤¹¤ë¡£°ìÉô¤Î ! ¥Ó¥Ç¥ª¥«¡¼¥É(ÆÃ¤Ë ATI À½)¤ÈÅý¹ç I/O ¥«¡¼¥É¤Ë¤Ï¥Ð¥¹¥Þ¥¦¥¹¤Î¥³¥Í¥¯ ! ¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£¥Ð¥¹¥Þ¥¦¥¹¤ÎÃæ¤Ë¤Ï¡ÖInPort ¥Þ¥¦¥¹¡×¤È ! ¤·¤ÆÃΤé¤ì¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ë¡£ °ìÉô¤Î¥á¡¼¥«¡¼¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¥·¥ê¥¢¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥«¡¼¥É¤ò ! ÁȤ߹ç¤ï¤»¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò½Ð¤·¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤¹¤ë¤³¤È¡£¤³¤ÎÎà¤ÎÀ½ÉÊ ! ¤òËÜʪ¤Î¥Ð¥¹¥Þ¥¦¥¹¤Èº®Æ±¤·¤Æ¤Ï¤Ê¤é¤Ê¤¤¡£ PS/2 ¥Þ¥¦¥¹ PS/2 ¥Þ¥¦¥¹¤Ï¡Ö¥Þ¥¦¥¹¥Ý¡¼¥È¥Þ¥¦¥¹(Mouse-port mouse)¡×¤È¸Æ¤Ð¤ì¤ë ! ¤³¤È¤â¤¢¤ë¡£PS/2 ¥Þ¥¦¥¹¤Ï¡¢¼¡Âè¤Ë°ìÈÌŪ¤«¤Ä¥Ý¥Ô¥å¥é¡¼¤Ë¤Ê¤ê¤Ä¤Ä ! ¤¢¤ë¡£ PS/2 ¥Þ¥¦¥¹¤Ï¥¤¥ó¥Æ¥ê¥¸¥§¥ó¥È¤Ê¥Ç¥Ð¥¤¥¹¤Ç¤¢¤ê¡¢3¤Ä°Ê¾å¤Î¥Ü¥¿¥ó¤ä ! ¥Û¥¤¡¼¥ë¡¢¥í¡¼¥é¡¼¤ò»ý¤Ä¤³¤È¤¬¤Ç¤­¤ë¡£PS/2 ¥Þ¥¦¥¹¤ÏÄ̾ÅŸ»¤ò ! Æþ¤ì¤¿Ä¾¸å¤Ë¤Ï IBM ¤¬½Ð¤·¤¿¥ª¥ê¥¸¥Ê¥ë¤Î PS/2 ¥Þ¥¦¥¹¤È¸ß´¹¤Ç¤¢ ! ¤ë¡£Äɲõ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤ë PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÍ­¸ú¤Ë ! ¤¹¤ë¤¿¤á¤Ë¤ÏÆÃÊ̤ʽé´ü²½¼ê³¤­¤¬É¬ÍפǤ¢¤ë¡£Å¬Àڤʽé´ü²½¤ò¹Ô¤ï¤Ê ! ¤±¤ì¤Ð¡¢¤³¤Î¤è¤¦¤Ê¥Þ¥¦¥¹¤ÏÉáÄ̤Π2 ¥Ü¥¿¥ó¤¢¤ë¤¤¤Ï 3 ¥Ü¥¿¥ó¥Þ¥¦¥¹ ! ¤Î¤è¤¦¤Ë¤·¤«Æ°ºî¤·¤Ê¤¤¡£ ºÇ¶á¤Î¥Þ¥¦¥¹¤Î¿¤¯¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ¤â PS/2 ¥Þ¥¦¥¹¤È¤·¤Æ¤â»È¤¦¤³ ! ¤È¤¬¤Ç¤­¤ë¡£¤³¤Î¤è¤¦¤Ê¥Þ¥¦¥¹¤Ë¤Ï¡¢Àܳ¤µ¤ì¤Æ¤¤¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò¼±Ê̤¹ ! ¤ë¤¿¤á¤Î¥í¥¸¥Ã¥¯¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¡£¤·¤«¤·¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦ ! ¥¹Î¾Êý¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ë¸ß´¹¤Ç¤¢¤ë¤È¤·¤ÆÈÎÇ䤵¤ì¤Æ¤¤¤Ê¤¤¥Þ¥¦¥¹¤Ë¤Ï¡¢¤³ ! ¤Î¥í¥¸¥Ã¥¯¤ÏÁȤ߹þ¤Þ¤ì¤Æ¤ª¤é¤º¡¢¼«Æ°Åª¤Ë¼±Ê̤ò¹Ô¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­¤Ê¤¤¡£ ! ¤³¤ì¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ËÀܳ¤¹¤ë(¤¢¤ë¤¤¤Ï¤½¤ÎµÕ¤ò¹Ô¤¦)Ŭ ! Àڤʥ¢¥À¥×¥¿¤¬¤¢¤ë¾ì¹ç¤Ç¤â¸À¤¨¤ë¤³¤È¤Ç¤¢¤ë¡£ ºÇ¿·¤Î XFree86 ¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¡¢¥Î¥Ö¤ÎÉÕ¤¤¤¿¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤ë¡£¤³¤ÎÆ°¤­¤Ï¥Þ¥¦¥¹¤Î Z ¼´(3ÈÖÌܤμ´)¤ÎÆ°¤­¤È¤·¤Æ¸¡½Ð¤µ¤ì¤ë¡£X ¥µ¡¼ ! ¥Ð¤ä X ¥¯¥é¥¤¥¢¥ó¥È¤ÏÄ̾¥Ý¥¤¥ó¥Æ¥£¥ó¥°¥Ç¥Ð¥¤¥¹¤Î Z ¼´¤ÎÆ°¤­¤ÏÍøÍѤ· ! ¤Ê¤¤¤Î¤Ç¡¢¿·¤·¤¤ÀßÄꥪ¥×¥·¥ç¥ó ZAxisMapping ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤ò»È¤¦¤È¡¢Z ¼´¤ÎÆ°¤­¤ò¾¤Î¥Ü¥¿¥ó¤ÎÂФ侤μ´¤ÎÆ°¤­¤Ë³ä¤êÅö¤Æ¤ë¤³ ! ¤È¤¬¤Ç¤­¤ë(¸å½Ò)¡£ 3. OS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È --- 52,137 ---- 1. ¤Ï¤¸¤á¤Ë ! ËÜʸ½ñ¤Ï XFree86 3.3.6 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤ò²òÀ⤷¤Þ¤¹¡£XFree86 ¤Î X ! ¥µ¡¼¥Ð¤Ë¤Ï¡¢½¤Àµ¤¬²Ã¤¨¤é¤ì¤¿¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ½¾Íè¤Þ¤Ç¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ï½é¿´¼Ô¤ËÉԲIJò¤ÊÅÀ¤¬Â¿¤¯¤¢¤ê¤Þ¤·¤¿¡£¤·¤«¤·¡¢ ! ´ðËÜŪ¤Ê¤³¤È¤¬¤é¤ò¤¤¤¯¤Ä¤«³Ð¤¨¤ì¤Ð¡¢XF86Setup ¤Ç¥ª¥×¥·¥ç¥ó¤òÁª¤Ö¤³¤È ¤ä¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î "Pointer" ¥»¥¯¥·¥ç¥ó¤ò¼ê¤Ç½¤Àµ¤¹¤ë¤³¤È¤Ï´Êñ ! ¤Ç¤¹¡£ ! + 2. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + ! XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï 4 ¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤¹¤Ê¤ï¤Á¡¢¥· ! ¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¡¢USB ¥Þ¥¦¥¹¤Ç¤¹¡£ ¥·¥ê¥¢¥ë¥Þ¥¦¥¹ ¤·¤Ð¤é¤¯Á°¤Þ¤Ç¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PC ¤ÇºÇ¤â¤è¤¯»È¤ï¤ì¤Æ¤¤¤¿¥Ý¥¤¥ó ! ¥Æ¥£¥ó¥°¥Ç¥Ð¥¤¥¹¤Ç¤·¤¿¡£Â¿¤¯¤Î¥á¡¼¥«¡¼¤«¤é¿§¡¹¤Ê¥â¥Ç¥ë¤Î¥·¥ê¥¢¥ë ! ¥Þ¥¦¥¹¤¬È¯Ç䤵¤ì¤Æ¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¥â¥Ç¥ë¤Î¼ïÎà¤Ï¿¤¤¤â¤Î¤Î¡¢¥·¥ê ¥¢¥ë¥Þ¥¦¥¹¤¬¥Û¥¹¥È¥³¥ó¥Ô¥å¡¼¥¿¤ÈÄÌ¿®¤¹¤ë¤¿¤á¤Î¥×¥í¥È¥³¥ë(¥Ç¡¼¥¿ ! ¥Õ¥©¡¼¥Þ¥Ã¥È)¤Ï¤¢¤Þ¤ê¤¢¤ê¤Þ¤»¤ó¡£ ºÇ¶á¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PnP ¤Î COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã¤Æ¤¤¤ë¤Î ¤Ç¡¢¥Û¥¹¥È¥³¥ó¥Ô¥å¡¼¥¿¤Ï¼«Æ°Åª¤Ë¥Þ¥¦¥¹¤ò¸¡½Ð¤·¡¢Å¬Àڤʥɥ饤¥Ð¤ò ! ¼«Æ°Åª¤Ë¥í¡¼¥É¤Ç¤­¤Þ¤¹¡£XFree86 3.3.2 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¤³¤Î»ÅÍͤò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤ê¡¢¥Ý¥Ô¥å¥é¡¼¤Ê¥â¥Ç¥ë¤Î PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ò¸¡½Ð ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ¥Ð¥¹¥Þ¥¦¥¹ ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï³ÈÄ¥¥¹¥í¥Ã¥ÈÆâ¤ÎÀìÍÑ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÀܳ¤·¤Þ¤¹¡£°ìÉô ! ¤Î¥Ó¥Ç¥ª¥«¡¼¥É(ÆÃ¤Ë ATI À½)¤ÈÅý¹ç I/O ¥«¡¼¥É¤Ë¤Ï¥Ð¥¹¥Þ¥¦¥¹¤Î¥³¥Í ! ¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤ÎÃæ¤Ë¤Ï¡ÖInPort ¥Þ¥¦ ! ¥¹¡×¤È¤·¤ÆÃΤé¤ì¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ °ìÉô¤Î¥á¡¼¥«¡¼¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¥·¥ê¥¢¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥«¡¼¥É¤ò ! ÁȤ߹ç¤ï¤»¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò½Ð¤·¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ÎÎà¤Î ! À½ÉʤòËÜʪ¤Î¥Ð¥¹¥Þ¥¦¥¹¤Èº®Æ±¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ PS/2 ¥Þ¥¦¥¹ PS/2 ¥Þ¥¦¥¹¤Ï¡Ö¥Þ¥¦¥¹¥Ý¡¼¥È¥Þ¥¦¥¹(Mouse-port mouse)¡×¤È¸Æ¤Ð¤ì¤ë ! ¤³¤È¤â¤¢¤ê¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤Ï¡¢¼¡Âè¤Ë°ìÈÌŪ¤«¤Ä¥Ý¥Ô¥å¥é¡¼¤Ë¤Ê¤ê ! ¤Ä¤Ä¤¢¤ê¤Þ¤¹¡£ PS/2 ¥Þ¥¦¥¹¤Ï¥¤¥ó¥Æ¥ê¥¸¥§¥ó¥È¤Ê¥Ç¥Ð¥¤¥¹¤Ç¤¢¤ê¡¢3¤Ä°Ê¾å¤Î¥Ü¥¿¥ó¤ä ! ¥Û¥¤¡¼¥ë¡¢¥í¡¼¥é¡¼¤ò»ý¤Ä¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤ÏÄ̾ÅŸ» ! ¤òÆþ¤ì¤¿Ä¾¸å¤Ë¤Ï IBM ¤¬½Ð¤·¤¿¥ª¥ê¥¸¥Ê¥ë¤Î PS/2 ¥Þ¥¦¥¹¤È¸ß´¹¤Ç ! ¤¹¡£Äɲõ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤ë PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÍ­¸ú¤Ë ! ¤¹¤ë¤¿¤á¤Ë¤ÏÆÃÊ̤ʽé´ü²½¼ê³¤­¤¬É¬ÍפǤ¹¡£Å¬Àڤʽé´ü²½¤ò¹Ô¤ï¤Ê¤± ! ¤ì¤Ð¡¢¤³¤Î¤è¤¦¤Ê¥Þ¥¦¥¹¤ÏÉáÄ̤Π2 ¥Ü¥¿¥ó¤¢¤ë¤¤¤Ï 3 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤È ! ¤·¤Æ¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! ! USB ¥Þ¥¦¥¹ ! USB(Universal Serial Bus)¥Ý¡¼¥È¤Ï¡¢ºÇ¶á¤Î¥³¥ó¥Ô¥å¡¼¥¿¤Î¤Û¤È¤ó¤É ! ¤ËÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥Þ¥¦¥¹¤ä¥­¡¼¥Ü¡¼¥É¤ò´Þ¤à¤¤¤¯¤Ä¤«¤Î¥Ç¥Ð¥¤¥¹¤ò¤³¤Î ! ¥Ð¥¹¤Ë·Ò¤°¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! XFree86 3.3.6 ¤Ï¡¢°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç USB ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹¡£ ºÇ¶á¤Î¥Þ¥¦¥¹¤Î¿¤¯¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ¤â PS/2 ¥Þ¥¦¥¹¤È¤·¤Æ¤â»È¤¦¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥Þ¥¦¥¹¤Ë¤Ï¡¢Àܳ¤µ¤ì¤Æ¤¤¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò¼±ÊÌ ! ¤¹¤ë¤¿¤á¤Î¥í¥¸¥Ã¥¯¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È PS/2 ! ¥Þ¥¦¥¹¤ÎξÊý¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ë¸ß´¹¤Ç¤¢¤ë¤È½ñ¤«¤ì¤º¤ËÇä¤é¤ì¤Æ¤¤¤ë¥Þ¥¦¥¹ ! ¤Ë¤Ï¤³¤Î¥í¥¸¥Ã¥¯¤ÏÁȤ߹þ¤Þ¤ì¤Æ¤ª¤é¤º¡¢¼«Æ°Åª¤Ë¼±Ê̤ò¹Ô¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­ ! ¤Þ¤»¤ó¡£¤³¤ì¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ËÀܳ¤¹¤ë(¤¢¤ë¤¤¤Ï¤½¤ÎµÕ¤ò ! ¹Ô¤¦)ŬÀڤʥ¢¥À¥×¥¿¤¬¤¢¤ë¾ì¹ç¤Ë¤â¸À¤¨¤Þ¤¹¡£ ºÇ¿·¤Î XFree86 ¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¡¢¥Î¥Ö¤ÎÉÕ¤¤¤¿¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ÎÆ°¤­¤Ï¥Þ¥¦¥¹¤Î Z ¼´(3ÈÖÌܤμ´)¤ÎÆ°¤­¤È¤·¤Æ¸¡½Ð¤µ¤ì¤Þ¤¹¡£X ! ¥µ¡¼¥Ð¤ä X ¥¯¥é¥¤¥¢¥ó¥È¤ÏÄ̾¥Ý¥¤¥ó¥Æ¥£¥ó¥°¥Ç¥Ð¥¤¥¹¤Î Z ¼´¤ÎÆ°¤­¤ÏÍø ! ÍѤ·¤Ê¤¤¤Î¤Ç¡¢¿·¤·¤¤ÀßÄꥪ¥×¥·¥ç¥ó ZAxisMapping ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³ ! ¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢Z ¼´¤ÎÆ°¤­¤ò¾¤Î¥Ü¥¿¥ó¤ÎÂФ侤μ´¤ÎÆ°¤­¤Ë³ä¤êÅö ! ¤Æ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹(¸å½Ò)¡£ 3. OS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È *************** *** 129,300 **** 3.1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤Î°ìÍ÷ - ¥×¥í¥È¥³¥ë¤Î¼ïÎà ! ¥·¥ê¥¢¥ë PnP ¥Ð¥¹¥Þ¥¦¥¹ PS/2 ³ÈÄ¥ PS/2 OS ¥×¥í¥È¥³¥ë ¥·¥ê¥¢¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ! "Auto" "BusMouse" "PS/2" "xxxPS/2" ! -------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 ! FreeBSD(98) Ok ? Ok NA NA ! Interactive Unix Ok NA ?*1 ?*1 NA ! Linux Ok Ok Ok Ok Ok ! Linux/98 Ok ? Ok NA NA ! LynxOS Ok NA Ok Ok NA ! NetBSD Ok Ok Ok SP*1 NA ! NetBSD/pc98 Ok ? Ok NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ! SCO Ok ? SP*1 SP*1 NA ! Solaris 2.x Ok NA*1 ?*1 Ok NA ! SVR4 Ok NA*1 SP*1 SP*1 NA ! PANIX Ok ? SP*1 SP*1 NA Ok: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡¢ NA: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡¢?: ̤¥Æ¥¹¥È¤Þ¤¿¤ÏÉÔÌÀ¡£ SP: Ê̤ÎÊýË¡¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë *1 ¾Ü¤·¤¯¤Ï°Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤³¤È¡£ *2 XFree86/OS2 ¤Ï OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤ë¡£¤³¤ì¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤â´Þ¤à¡£ 3.2. BSD/OS ! BSD/OS ¤Ç¤Î¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤¡£ 3.3. FreeBSD ! FreeBSD ¤Ç¤Ï "SysMouse" ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£¥Ð¡¼¥¸¥ç¥ó 2.2.1 °Ê¹ß¤Î FreeBSD ¤Ç moused ¤¬Æ°ºî¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥×¥í¥È¥³¥ë ! ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ ¥Ð¡¼¥¸¥ç¥ó 2.2.5 °ÊÁ°¤Î FreeBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ("xxxPS/2")¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¤É ! ¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤Ç¤¢¤Ã¤Æ¤âɬ¤º "PS/2" ¥×¥í¥È¥³¥ë¤ò»ØÄꤹ¤ë¤³¤È¡£ ! ! FreeBSD 2.2.6 °Ê¹ß¤Ç¤Ï¡¢¤³¤ì¤é¤Î¥Þ¥¦¥¹¤Ï¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤ë¡£"PS/2" ¤Þ¤¿¤Ï "Auto" ¤ò»ØÄꤹ¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Î¥µ ! ¥Ý¡¼¥È¤ò¼«Æ°Åª¤ËÍøÍѤ¹¤ë¡£¼ÂºÝ¤Ë¤Ï¡¢PnP ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¸Å¤¤·¿¤Î¥· ! ¥ê¥¢¥ë¥Þ¥¦¥¹¤ò»È¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤É¤ó¤Ê¥Þ¥¦¥¹¤ËÂФ·¤Æ¤â "Auto" ¤ò»ØÄê¤Ç ! ¤­¤ë¡£ 3.4. FreeBSD(98) ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ 3.5. Interactive Unix ! ¸½»þÅÀ¤Ç¤Ï¡¢PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï¥µ¥Ý¡¼¥È ! ¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Ë¤Ä¤¤¤Æ¤Ï¡¢Å¬ÀڤʥǥХ¤¥¹¥É¥é¥¤¥Ð¤ò»È¤¨¤Ð¥µ¥Ý ! ¡¼¥È¤Ç¤­¤ë¡£"BusMouse" ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï /dev/mouse ¤ò»È¤¤¡¢"PS/2" ! ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï /dev/kdmouse ¤ò»È¤¦¤³¤È¡£³Æ¥×¥í¥È¥³¥ë¤Î¥Æ¥¹¥È¤Ï¹Ô ! ¤ï¤ì¤Æ¤¤¤Ê¤¤¤¬¡¢Æ°ºî¤¹¤ë¤È»×¤ï¤ì¤ë¡£Æ°ºî¤Î²ÄÈݤÎÊó¹ð¤ò ! ¤Þ¤ÇÁ÷¤Ã¤Æ¤¤¤¿¤À¤­¤¿¤¤¡£ 3.6. Linux ! Á´¤Æ¤Î¥¿¥¤¥×¤Î¥×¥í¥È¥³¥ë¤¬Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¢¤ë¡£ 3.7. Linux/98 ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ 3.8. LynxOS ! PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¡£¤³ ! ¤ì¤Ï¡¢TTY ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Îµ¡Ç½¤¬½½Ê¬¤Ç¤Ê¤¤¤¿¤á¤Ç¤¢¤ë¡£ 3.9. NetBSD ! NetBSD ¤Ç¤Ï³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë("xxxPS/2")¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê ! ¤¤¡£PS/2 ¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð /dev/pms ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼ ! ¥È¤·¤Æ¤¤¤ë¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º ! "BusMouse" ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ 3.10. NetBSD/pc98 ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ 3.11. OpenBSD raw PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð /dev/psm0 ¤ÏÀ¸¤Î PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ¤ò»ÈÍѤ¹¤ë¡£ ¥Ð¡¼¥¸¥ç¥ó 2.2 °ÊÁ°¤Î OpenBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ("xxxPS/2")¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï¡¢ ! ¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º "PS/2" ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ ¥Ð¡¼¥¸¥ç¥ó 2.3 °Ê¹ß¤Î OpenBSD ¤Ç¤Ï¡¢Á´¤Æ¤Î³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤¬ ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£PnP PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï "Auto" ¤òÁªÂò¤¹¤ë¤³¤È¤¬ ! ¤Ç¤­¤ë¤·¡¢Èó PnP ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤ÏÆÃÄê¤Î³ÈÄ¥¥×¥í¥È¥³¥ë ("xxxPS/2")¤ò»Ø ! Äꤹ¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ ! ! ¤³¤Î¾¤Ë¤â cooked PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð /dev/pms0 ¤¬¤¢¤ë¡£¤³¤Î¥Ç ! ¥Ð¥¤¥¹¤Ï¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤¹¤ë¡£PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤³¤Î¥Ç¥Ð¥¤¥¹ ! ¤ò»È¤¦¤È¤­¤Ë¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º "BusMouse" ¥×¥í¥È¥³¥ë¤ò»ØÄꤹ¤ë ! ¤³¤È¡£ 3.12. OS/2 ! XFree86/OS2 ¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¥Í¥¤¥Æ¥£¥Ö¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò¾ï¤Ë ! »ÈÍѤ¹¤ë¡£¤·¤¿¤¬¤Ã¤Æ¡¢OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Ý¥¤¥ó¥¿¤ò»È ! ¤¦¤³¤È¤¬¤Ç¤­¤ë¡£¤³¤ì¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤Î¤â¤Î¤Ç¤â ! Îɤ¤¡£¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤Î²¼¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ì¤Ð¡¢¤½¤Î¥Þ¥¦¥¹ ! ¤Ï XFree86/OS2 ¤Î²¼¤Ç¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¢¤ë¡£ ! ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë¤Ïɬ¤º "OSMouse" ¤ò»ØÄꤹ¤ë¤³¤È¡£ ! 3.13. SCO ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ "OSMouse" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤ë¡£ ! "OSMouse" ¤Ç¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤â»È¤¨¤ë¤³¤È¤¬¤¢¤ë¡£ 3.14. Solaris ! ¥Æ¥¹¥È¤Ï Solaris 2.5.1 ¤È 2.6 ¤Ç¹Ô¤ï¤ì¤¿¡£Logitech À½¤È Microsoft À½¤Î ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤¬¡¢/dev/logi ¥Ç¥Ð¥¤¥¹¤È /dev/msm ¥Ç¥Ð¥¤ ! ¥¹¤ÇÆ°ºî¤¹¤ë¤È»×¤ï¤ì¤ë¡£É¸½à¤Î 2 ¥Ü¥¿¥ó¤Þ¤¿¤Ï 3 ¥Ü¥¿¥ó¤Î PS/2 ¥Þ¥¦¥¹¤Ï ! "PS/2" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È /dev/kdmouse ¥Ç¥Ð¥¤¥¹¤ÎÁȹ礻¤ÇÆ°ºî¤¹¤ë¡£PnP ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤ë¤¬¡¢Æ°ºî ! ¤Ï¤·¤Æ¤¤¤Ê¤¤¡£ 3.15. SVR4 ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ "Xqueue" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤ë¡£ ! "Xqueue" ¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ç¤â»È¤¦¤³¤È¤¬¤Ç¤­¤ë¡£ - PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ 3.16. PANIX PC/AT ÈǤΠPANIX ¤Ï¡¢"Xqueue" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦ ! ¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ PC-98 ÈǤΠPANIX ¤Ï¡¢"Xqueue" ¥×¥í¥È¥³¥ë¥¿¥¤¥× ! ¤Ç¥Ð¥¹¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ 4. ¥Þ¥¦¥¹¤ÎÀßÄê --- 141,338 ---- 3.1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤Î°ìÍ÷ ¥×¥í¥È¥³¥ë¤Î¼ïÎà ! ¥·¥ê¥¢¥ë PnP ¥Ð¥¹¥Þ¥¦¥¹ PS/2 ³ÈÄ¥ PS/2 OS ¥×¥í¥È¥³¥ë ¥·¥ê¥¢¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ! "Auto" "BusMouse" "PS/2" "xxxPS/2" USB ! ------------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 SP*1 ! FreeBSD(98) Ok ? Ok NA NA ? ! Interactive Unix Ok NA ?*1 ?*1 NA ? ! Linux Ok Ok Ok Ok Ok ? ! Linux/98 Ok ? Ok NA NA ? ! LynxOS Ok NA Ok Ok NA ? ! NetBSD Ok Ok Ok SP*1 SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ? ! SCO Ok ? SP*1 SP*1 NA ? ! Solaris 2.x Ok NA*1 ?*1 Ok NA ? ! SVR4 Ok NA*1 SP*1 SP*1 NA ? ! PANIX Ok ? SP*1 SP*1 NA ? Ok: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡¢ NA: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡¢?: ̤¥Æ¥¹¥È¤Þ¤¿¤ÏÉÔÌÀ¡£ SP: Ê̤ÎÊýË¡¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë *1 ¾Ü¤·¤¯¤Ï°Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤³¤È¡£ *2 XFree86/OS2 ¤Ï OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ë¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤â´Þ ! ¤Þ¤ì¤Þ¤¹¡£ 3.2. BSD/OS ! BSD/OS ¤Ç¤Î¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ 3.3. FreeBSD ! FreeBSD ¤Ç¤Ï "SysMouse" ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ð¡¼¥¸¥ç¥ó 2.2.1 °Ê¹ß¤Î FreeBSD ¤Ç moused ¤¬Æ°ºî¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥×¥í¥È¥³¥ë ! ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ moused ¥Ç¡¼¥â¥ó¤òÆ°¤«¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¼ÂºÝ ! ¤Î¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø·¸¤Ê¤¯¡¢É¬¤º /dev/sysmouse ¥Ç¥Ð¥¤¥¹¤È "SysMouse" ¥× ! ¥í¥È¥³¥ë¤ò X ¥µ¡¼¥Ð¤ËÂФ·¤Æ»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ¥Ð¡¼¥¸¥ç¥ó 2.2.5 °ÊÁ°¤Î FreeBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ("xxxPS/2")¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç ! ¤Ï¡¢¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤Ç¤¢¤Ã¤Æ¤âɬ¤º "PS/2" ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! FreeBSD 2.2.6 °Ê¹ß¤Ç¤Ï¡¢¤³¤ì¤é¤Î PS/2 ¥Þ¥¦¥¹¤Ï¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Ç¥µ¥Ý¡¼¥È ! ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£"PS/2" ¤Þ¤¿¤Ï "Auto" ¤ò»ØÄꤹ¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¥«¡¼¥Í¥ë¥ì ! ¥Ù¥ë¤Î¥µ¥Ý¡¼¥È¤ò¼«Æ°Åª¤ËÍøÍѤ·¤Þ¤¹¡£¼ÂºÝ¤Ë¤Ï¡¢PnP ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤ ! ¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ò»È¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤É¤ó¤Ê¥Þ¥¦¥¹¤ËÂФ·¤Æ¤â ! "Auto" ¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£ ! FreeBSD 3.1 °Ê¹ß¤Ï USB ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ /dev/ums0 ¥Ç¥Ð¥¤¥¹ ! ¤ËÂФ·¤Æ "Auto" ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ (USB ¥Þ¥¦¥¹¤Î¤¿¤á¤Ë ! moused ¥Ç¡¼¥â¥ó¤òÆ°¤«¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢Á°½Ò¤Î¤è¤¦¤Ë /dev/ums0 ¤Ç¤Ï¤Ê¤¯ ! /dev/sysmouse ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£) ¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢ ! ¥ë¤Î ums(4) ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ 3.4. FreeBSD(98) ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ 3.5. Interactive Unix ! ¸½»þÅÀ¤Ç¤Ï¡¢PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹("Auto" ¥×¥í¥È¥³¥ë)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ ! ¤»¤ó¡£ ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Ë¤Ä¤¤¤Æ¤Ï¡¢Å¬ÀڤʥǥХ¤¥¹¥É¥é¥¤¥Ð¤ò»È¤¨¤Ð¥µ¥Ý ! ¡¼¥È¤Ç¤­¤Þ¤¹¡£"BusMouse" ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï /dev/mouse ¤ò»È ! ¤¤¡¢"PS/2" ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï /dev/kdmouse ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£³Æ¥×¥í ! ¥È¥³¥ë¤Î¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢Æ°ºî¤¹¤ë¤È»×¤ï¤ì¤Þ¤¹¡£Æ°ºî¤Î²ÄÈÝ¤Ï ! ¤¼¤Ò ¤Þ¤ÇÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ 3.6. Linux ! Á´¤Æ¤Î¥¿¥¤¥×¤Î¥×¥í¥È¥³¥ë¤¬Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ 3.7. Linux/98 ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ 3.8. LynxOS ! PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤ì¤Ï¡¢TTY ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Îµ¡Ç½¤¬½½Ê¬¤Ç¤Ê¤¤¤¿¤á¤Ç¤¹¡£ 3.9. NetBSD ! ¥Ð¡¼¥¸¥ç¥ó 1.3.x °ÊÁ°¤Î NetBSD ¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ("xxxPS/2")¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£PS/2 ¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð ! /dev/pms ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤ò ! »È¤¦¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º "BusMouse" ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Ê¤±¤ì ! ¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! XFree86 3.3.6 ¤Ï¡¢netBSD 1.4 ¤Ç wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤È¶¦¤ËƳÆþ¤µ ! ¤ì¤¿ "wsmouse" ¥×¥í¥È¥³¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¤³¤ì¤ò¥µ¥Ý¡¼¥È ! ¤¹¤ë¤Ë¤Ï NetBSD 1.4 ¾å¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥Ð¥¤¥Ê¥ê¤ò¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£¥Ç¥Ð¥¤¥¹¤È¤·¤Æ¤Ï "/dev/wsmouse0" ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥Í¥ë¤ÎÀßÄê ! ¤Ë´Ø¤¹¤ë¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î wsmouse(4) ¤ò»²¾È¤·¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï USB ¥Þ¥¦¥¹¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ ! ¥Ë¥å¥¢¥ë¤Î ums(4) ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ 3.10. NetBSD/pc98 ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! ! 3.11. OpenBSD raw PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð /dev/psm0 ¤ÏÀ¸¤Î PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ¤ò»ÈÍѤ·¤Þ¤¹¡£ ¥Ð¡¼¥¸¥ç¥ó 2.2 °ÊÁ°¤Î OpenBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! ("xxxPS/2")¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ ! ¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º "PS/2" ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ¥Ð¡¼¥¸¥ç¥ó 2.3 °Ê¹ß¤Î OpenBSD ¤Ç¤Ï¡¢Á´¤Æ¤Î³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤¬ ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£PnP PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï "Auto" ¤òÁªÂò¤Ç¤­¤Þ¤¹ ! ¤·¡¢Èó PnP ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤ÏÆÃÄê¤Î³ÈÄ¥¥×¥í¥È¥³¥ë ("xxxPS/2")¤ò»ØÄê¤Ç¤­ ! ¤Þ¤¹¡£ ! ! ¤³¤Î¾¤Ë¤â cooked PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð /dev/pms0 ¤¬¤¢¤ê¤Þ¤¹¡£¤³ ! ¤Î¥Ç¥Ð¥¤¥¹¤Ï¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤·¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤³¤Î¥Ç ! ¥Ð¥¤¥¹¤ò»È¤¦¤È¤­¤Ë¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º "BusMouse" ¥×¥í¥È¥³¥ë¤ò»Ø ! Äꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! XFree86 3.3.6 ¤Ï¡¢ÈÆÍѥҥ塼¥Þ¥ó¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥Ç¥Ð¥¤¥¹ (generic Human ! Interface Device, hid)¤Ç¤¢¤ë /dev/uhid* ¤ò»È¤Ã¤Æ¡¢OpenBSD 2.6 °Ê¹ß¤Ç ! USB ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ "usb" ¤òÁªÂò¤·¡¢¤ª»È¤¤¤Î¥Þ¥¦¥¹¤ËÂбþ¤¹¤ë ! /dev/uhid* ¤ò¥Ç¥Ð¥¤¥¹Ì¾¤È¤·¤Æ»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ 3.12. OS/2 ! XFree86/OS2 ¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¥Í¥¤¥Æ¥£¥Ö¤Î¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò¾ï ! ¤Ë»ÈÍѤ·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Ý¥¤¥ó¥¿ ! ¤ò»È¤¨¤Þ¤¹¡£¤³¤ì¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤â´Þ¤ß¤Þ¤¹¡£¥× ! ¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤Î²¼¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ì¤Ð¡¢¤½¤Î¥Þ¥¦¥¹¤Ï ! XFree86/OS2 ¤Î²¼¤Ç¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ + ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë¤Ïɬ¤º "OSMouse" ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ 3.13. SCO ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ "OSMouse" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! "OSMouse" ¤Ç¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤â»È¤¨¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ 3.14. Solaris ! ¥Æ¥¹¥È¤Ï Solaris 2.5.1 ¤È 2.6 ¤Ç¹Ô¤¤¤Þ¤·¤¿¡£Logitech À½¤È Microsoft À½ ! ¤Î¥Ð¥¹¥Þ¥¦¥¹¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢/dev/logi ¥Ç¥Ð¥¤¥¹¤È /dev/msm ¥Ç ! ¥Ð¥¤¥¹¤ÇÆ°ºî¤¹¤ë¤È»×¤ï¤ì¤Þ¤¹¡£É¸½à¤Î 2 ¥Ü¥¿¥ó¤Þ¤¿¤Ï 3 ¥Ü¥¿¥ó¤Î PS/2 ¥Þ ! ¥¦¥¹¤Ï "PS/2" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È /dev/kdmouse ¥Ç¥Ð¥¤¥¹¤ÎÁȹ礻¤ÇÆ°ºî¤· ! ¤Þ¤¹¡£PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¤¬¡¢Æ°ºî¤·¤Æ¤¤¤Þ¤»¤ó¡£ 3.15. SVR4 ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ "Xqueue" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£ ! ! "Xqueue" ¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ç¤â»È¤¨¤Þ¤¹¡£ ! PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È("Auto" ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó¡£ 3.16. PANIX PC/AT ÈǤΠPANIX ¤Ï¡¢"Xqueue" ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦ ! ¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ PC-98 ÈǤΠPANIX ¤Ï¡¢"Xqueue" ¥×¥í¥È¥³¥ë¥¿¥¤ ! ¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ 4. ¥Þ¥¦¥¹¤ÎÀßÄê *************** *** 302,367 **** XF86Setup ¥×¥í¥°¥é¥à¤ä xf86config ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¥Þ¥¦¥¹¤ÎÀßÄê¤ò¹Ô¤¦ Á°¤Ë¤Ï¡¢¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¼ïÎà¤È¥Ç¥Ð¥¤¥¹Ì¾¡¢¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤òÌÀ ! ¤é¤«¤Ë¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£¥Þ¥¦¥¹ÀßÄê¤Î¹Í¤¨¤é¤ì¤ëÁȹ礻¤ò°Ç±À¤Ë»î ! ¤¹¤À¤±¤Ç¤Ï¡¢¤É¤¦¤Ë¤â¤Ê¤é¤Ê¤¤¤À¤í¤¦¡£ ! ºÇ½é¤ËÃΤäƤª¤¯¤Ù¤­¤³¤È¤Ï¥Þ¥¦¥¹¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¥¿¥¤¥×¤Ç¤¢¤ë¡£¤³¤ì¤Ï ! ¥Þ¥¦¥¹¤Î¥³¥Í¥¯¥¿¤ò¸«¤ì¤Ðʬ¤«¤ë¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¤Ï¡¢D-Sub ¥á¥¹¤Î 9 ¥Ô ! ¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥Ð¥¹¥Þ¥¦¥¹¤Ë¤Ï D-Sub ¥ª¥¹ 9¥Ô ! ¥ó¤Î¥³¥Í¥¯¥¿¤«¡¢±ß·Á¤Î DIN 9¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£PS/2 ¥Þ¥¦¥¹¤Ë ! ¤Ï¾®¤µ¤¤±ß·Á¤Î DIN 6 ¥Ô¥ó¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥Þ¥¦¥¹¤Ë¤è¤Ã¤Æ¤Ï¡¢¥³¥Í ! ¥¯¥¿¤ò¾¤Î·¿¤ËÊÑ´¹¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ë¡£¤³¤Î¤è¤¦¤Ê¥¢ ! ¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ÃíÌܤ¹¤Ù¤­¤Ê¤Î¤Ï¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁȹ礻¤¿»þ¤Ë°ì ! ÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤Ç¤¢¤ëÅÀ¤ò³Ð¤¨¤Æ¤ª¤¯¤³¤È¡£ ! ! ¼¡¤Ë·è¤á¤ë¤Î¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ·¤Æ»È¤¦¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ç¤¢ ! ¤ë¡£¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤ÏÁªÂò¤Î;ÃϤϤۤȤó¤É¤Ê¤¤¡£¥Ð¥¹¥Þ ! ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¡¢OS ¤¬ÍÑ°Õ¤·¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ï¤¿¤Ö¤ó1¤Ä ! ¤À¤±¤À¤«¤é¤Ç¤¢¤ë¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ÏÊ£¿ô¸ÄÉÕ¤¤ ! ¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£ ! ¼¡¤Î¥¹¥Æ¥Ã¥×¤Ï¥Þ¥¦¥¹¤¬»È¤¦Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤òͽÁÛ¤¹¤ë¤³¤È¤Ç¤¢¤ë¡£ X ¥µ¡¼¥Ð¤ÏÍ¿¤¨¤é¤ì¤¿¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤ò¼«Æ°Åª¤ËÁªÂò¤Ç¤­¤ë¾ì¹ç¤â ! ¤¢¤ë¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥æ¡¼¥¶¤¬¼êÆ°¤ÇÁªÂò¤¹¤ëɬÍפ¬¤¢¤ë¡£°Ê²¼¤Î¥¬¥¤ ! ¥É¥é¥¤¥ó¤Ë½¾¤¦¤³¤È¡£ ¥Ð¥¹¥Þ¥¦¥¹ ¥Ð¥¹¥Þ¥¦¥¹¤È InPort ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º ! "BusMouse" ¥×¥í¥È¥³¥ë¤ò»ÈÍѤ¹¤ë¤³¤È¡£ OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë "Auto" ¤ò»ÈÍѤǤ­ ! ¤ë¤â¤Î¤â¤¢¤ë¡£ PS/2 ¥Þ¥¦¥¹ PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º "PS/2" ¥×¥í¥È¥³ ! ¥ë¤òºÇ½é¤Ë»î¤¹¤Ù¤­¤Ç¤¢¤ë¡£¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤â¤³¤Î¥×¥í¥È¥³¥ë¥¿¥¤ ! ¥×¤ÇÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¢¤ë¡£¤¿¤À¤·¡¢¤³¤Î»ØÄê¤Ç¤Ï X ¾å¤Ç¥Û¥¤¡¼¥ëÅù¤Î ! Äɲõ¡Ç½¤ò»È¤¨¤Ê¤¤¡£ ¤³¤Î¥×¥í¥È¥³¥ë¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ë¤³¤È¤¬³Îǧ¤Ç¤­¤ì¤Ð¡¢"xxxPS/2" ¥× ! ¥í¥È¥³¥ë¤Î¤¤¤º¤ì¤«1¤Ä¤òÁª¤ó¤Ç»ØÄꤹ¤ë¤ÈÎɤ¤¡£¤³¤ì¤Ë¤è¤ê¡¢X ¥µ¡¼ ! ¥Ð¤ÎÄɲõ¡Ç½¤¬ÍøÍѲÄǽ¤Ë¤Ê¤ë¡£¤·¤«¤·¡¢¤³¤Î¤è¤¦¤Ê PS/2 ¥Þ¥¦¥¹¤Î¥µ ! ¥Ý¡¼¥È¤Ï X ¤Î²¼¤ÇÆ°ºî¤¹¤ë OS ¤ÎÆÃÄê¤ÎµóÆ°¤òÁÛÄꤷ¤Æ¤¤¤ë¤¿¤á¡¢É¬ ! ¤º¤·¤â´üÂÔ¤µ¤ì¤¿¤è¤¦¤ËÆ°ºî¤·¤Ê¤¤¤³¤È¤¬¤¢¤ë¡£¤³¤ÎÍýͳ¤Ë¤è¤ê¡¢°ìÉô ! ¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤ÏÆÃÄê¥â¥Ç¥ë¤Î PS/2 ¥Þ¥¦¥¹¤¬Á´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì ! ¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤¢¤ë¡£ OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ËÂФ¹¤ë¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È¤·¤Æ "Auto" ! ¤ò¤¹¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¼«Æ°Åª¤ËÄ´À°¤ò¹Ô¤¦¡£ ¥·¥ê¥¢¥ë¥Þ¥¦¥¹ XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¿·µì´Þ¤á¿¤¯¤Î¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤ë¡£Èæ³ÓŪ¿·¤·¤¤·¿¤Î¥Þ¥¦¥¹¤Ê¤é¤Ð¡¢PnP COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã ! ¤Æ¤¤¤ë¤«¤â¤·¤ì¤Ê¤¤¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤Ï¥Þ¥¦¥¹¤ËÂФ¹¤ë ! ŬÀڤʥץí¥È¥³¥ë¥¿¥¤¥×¤ò¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Ê ! ¤¤¡£ ! ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë "Auto" ¤ò»ØÄꤷ¤Æ X ¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ë¤³¤È¡£¥Þ ! ¥¦¥¹¤¬ PnP ¥Þ¥¦¥¹¤Ç¤Ê¤¤¤«¡¢Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤ò·è¤á¤é¤ì¤Ê¤± ! ¤ì¤Ð¡¢ X ¥µ¡¼¥Ð¤Ï°Ê²¼¤Î¤è¤¦¤Ê¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Æ°Û¾ï½ªÎ»¤¹¤ë¡£ xf86SetupMouse: Cannot determine the mouse protocol --- 340,406 ---- XF86Setup ¥×¥í¥°¥é¥à¤ä xf86config ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¥Þ¥¦¥¹¤ÎÀßÄê¤ò¹Ô¤¦ Á°¤Ë¤Ï¡¢¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¼ïÎà¤È¥Ç¥Ð¥¤¥¹Ì¾¡¢¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤òÌÀ ! ¤é¤«¤Ë¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥Þ¥¦¥¹ÀßÄê¤Î¹Í¤¨¤é¤ì¤ëÁȹ礻¤ò°Ç±À¤Ë ! »î¤¹¤À¤±¤Ç¤Ï¡¢¤É¤¦¤Ë¤â¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ºÇ½é¤ËÃΤäƤª¤¯¤Ù¤­¤³¤È¤Ï¥Þ¥¦¥¹¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¥¿¥¤¥×¤Ç¤¹¡£¤³¤ì¤Ï¥Þ ! ¥¦¥¹¤Î¥³¥Í¥¯¥¿¤ò¸«¤ì¤Ðʬ¤«¤ê¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¤Ï¡¢D-Sub ¥á¥¹¤Î 9 ! ¥Ô¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤Ë¤Ï D-Sub ¥ª¥¹ ! 9 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤«¡¢±ß·Á¤Î DIN 9¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£PS/2 ¥Þ ! ¥¦¥¹¤Ë¤Ï¾®¤µ¤¤±ß·Á¤Î DIN 6 ¥Ô¥ó¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥Þ¥¦¥¹¤Ë¤è¤Ã¤Æ ! ¤Ï¡¢¥³¥Í¥¯¥¿¤ò¾¤Î·¿¤ËÊÑ´¹¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¥¢¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ÃíÌܤ¹¤Ù¤­¤Ê¤Î¤Ï¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁÈ ! ¹ç¤»¤¿»þ¤Ë°ìÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤À¤È¤¤¤¦¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼¡¤Ë·è¤á¤ë¤Î¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ·¤Æ»È¤¦¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ç ! ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤ÏÁªÂò¤Î;ÃϤϤۤȤó¤É¤¢¤ê¤Þ¤»¤ó¡£ ! ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ OS ¤¬ÍÑ°Õ¤·¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ï¤¿¤Ö ! ¤ó 1 ¤Ä¤À¤±¤À¤«¤é¤Ç¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ÏÊ£¿ô ! ¸ÄÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ¼¡¤Î¥¹¥Æ¥Ã¥×¤Ï¡¢¥Þ¥¦¥¹¤¬»È¤¦Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤òͽÁÛ¤¹¤ë¤³¤È¤Ç¤¹¡£ X ¥µ¡¼¥Ð¤ÏÍ¿¤¨¤é¤ì¤¿¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤ò¼«Æ°Åª¤ËÁªÂò¤Ç¤­¤ë¾ì¹ç¤â ! ¤¢¤ê¤Þ¤¹¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥æ¡¼¥¶¤¬¼êÆ°¤ÇÁªÂò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£°Ê ! ²¼¤Î¥¬¥¤¥É¥é¥¤¥ó¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ¥Ð¥¹¥Þ¥¦¥¹ ¥Ð¥¹¥Þ¥¦¥¹¤È InPort ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º ! "BusMouse" ¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë "Auto" ¤ò»ÈÍѤǤ­ ! ¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ PS/2 ¥Þ¥¦¥¹ PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º "PS/2" ¥×¥í¥È¥³ ! ¥ë¤òºÇ½é¤Ë»î¤¹¤Ù¤­¤Ç¤¹¡£¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤â¤³¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥× ! ¤ÇÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£¤¿¤À¤·¡¢¤³¤Î»ØÄê¤Ç¤Ï X ¾å¤Ç¥Û¥¤¡¼¥ëÅù¤ÎÄɲà ! µ¡Ç½¤Ï»È¤¨¤Þ¤»¤ó¡£ ¤³¤Î¥×¥í¥È¥³¥ë¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ë¤³¤È¤¬³Îǧ¤Ç¤­¤ì¤Ð¡¢"xxxPS/2" ¥× ! ¥í¥È¥³¥ë¤Î¤¤¤º¤ì¤«1¤Ä¤òÁª¤ó¤Ç»ØÄꤹ¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£¤³¤ì¤Ë¤è ! ¤ê¡¢X ¥µ¡¼¥Ð¤ÎÄɲõ¡Ç½¤¬ÍøÍѲÄǽ¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î¤è¤¦¤Ê ! PS/2 ¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤Ï X ¤Î²¼¤ÇÆ°ºî¤¹¤ë OS ¤ÎÆÃÄê¤ÎµóÆ°¤òÁÛÄꤷ ! ¤Æ¤¤¤ë¤¿¤á¡¢É¬¤º¤·¤â´üÂÔ¤µ¤ì¤¿¤è¤¦¤ËÆ°ºî¤·¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³ ! ¤ÎÍýͳ¤Ë¤è¤ê¡¢°ìÉô¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤ÏÆÃÄê¥â¥Ç¥ë¤Î PS/2 ¥Þ¥¦¥¹ ! ¤¬Á´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ËÂФ¹¤ë¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È¤·¤Æ "Auto" ! ¤ò¤¹¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¼«Æ°Åª¤ËÄ´À°¤ò¹Ô¤¤¤Þ¤¹¡£ ¥·¥ê¥¢¥ë¥Þ¥¦¥¹ XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¿·µì´Þ¤á¿¤¯¤Î¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤¹¡£Èæ³ÓŪ¿·¤·¤¤·¿¤Î¥Þ¥¦¥¹¤Ê¤é¤Ð¡¢PnP COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍÍ¤Ë ! ½¾¤Ã¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤Ï¥Þ¥¦¥¹¤Ë ! ÂФ·¤ÆŬÀڤʥץí¥È¥³¥ë¥¿¥¤¥×¤ò¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤· ! ¤ì¤Þ¤»¤ó¡£ ! ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë "Auto" ¤ò»ØÄꤷ¤Æ X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Æ¤¯¤À¤µ ! ¤¤¡£¥Þ¥¦¥¹¤¬ PnP ¥Þ¥¦¥¹¤Ç¤Ê¤¤¤«¡¢Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤ò·è¤á¤é ! ¤ì¤Ê¤±¤ì¤Ð¡¢X ¥µ¡¼¥Ð¤Ï°Ê²¼¤Î¤è¤¦¤Ê¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Æ°Û¾ï½ªÎ»¤· ! ¤Þ¤¹¡£ xf86SetupMouse: Cannot determine the mouse protocol *************** *** 369,376 **** X ¥µ¡¼¥Ð¤¬¤³¤Î¤è¤¦¤Ê¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤¿¾ì¹ç¤Ë¤Ï¡¢¥×¥í¥È¥³¥ë ! ¥¿¥¤¥×¤ò¼êÆ°¤Ç»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¡£°Ê²¼¤Î¥ê¥¹¥È¤«¤é1¤Ä¤òÁªÂò¤¹¤ë¤³ ! ¤È: o GlidePoint --- 408,415 ---- X ¥µ¡¼¥Ð¤¬¤³¤Î¤è¤¦¤Ê¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤¿¾ì¹ç¤Ë¤Ï¡¢¥×¥í¥È¥³¥ë ! ¤Î¼ïÎà¤ò¼êÆ°¤Ç»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£°Ê²¼¤Î¥ê¥¹¥È¤«¤é1¤Ä¤òÁªÂò¤·¤Æ ! ¤¯¤À¤µ¤¤: o GlidePoint *************** *** 391,469 **** o ThinkingMouse ! ÁªÂò¤ò¹Ô¤¦»þ¤Ë¤Ï°Ê²¼¤Î·Ð¸³Â§¤ò³Ð¤¨¤Æ¤ª¤¯¤È¤è¤¤: 1. "Logitech" ¥×¥í¥È¥³¥ë¤Ï Logitech À½¤Î¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹ÍÑ ! ¤Î¥×¥í¥È¥³¥ë¤Ç¤¢¤ë¡£Logitech À½¤Î¿·¤·¤¤¥Þ¥¦¥¹¤Ç¤Ï¡¢"MouseMan" ! ¤Þ¤¿¤Ï "Microsoft" ¤ò»È¤¦¤³¤È¡£ 2. 2¥Ü¥¿¥ó¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¤Û¤È¤ó¤É¤Ï "Microsoft" ¥×¥í¥È¥³¥ë¤ò¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ 3. 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï "Mousesystems" ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë ! ¤«¤â¤·¤ì¤Ê¤¤¡£¤³¤Î¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤·¤Ê¤±¤ì¤Ð¡¢"Microsoft" ¥× ! ¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Ê¤¤¡£¤¿¤À¤·¡¢¤½¤Î¾ì¹ç¤Ë¤Ï3ÈÖÌÜ¤Î¥Ü ! ¥¿¥ó(Ãæ¥Ü¥¿¥ó)¤Ïµ¡Ç½¤·¤Ê¤¤¤À¤í¤¦¡£ 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï ! "Mouseman" ¥×¥í¥È¥³¥ë¤Ç¤âÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Ê¤¤¡£¤³¤Î¾ì¹ç¤Ë ! ¤Ï3ÈÖÌܤΥܥ¿¥ó¤â´üÂÔÄ̤ê¤ËÆ°¤¯¤È»×¤ï¤ì¤ë¡£ 4. 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ÎÄìÌ̤ˤϡÖMS¡×¤È¡ÖPC¡×¡¢¡Ö2¡×¤È¡Ö3¡× ! ¤òÁªÂò¤Ç¤­¤ë¾®¤µ¤Ê¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£¡ÖMS¡×¤ä¡Ö2¡× ! ¤ÏÉáÄÌ "Microsoft" ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ê¡¢¡ÖPC¡×¤ä¡Ö3¡×¤Ï ! "MouseSystems" ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ë¡£ ! ! 5. ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹ ! ¤Ï "IntelliMouse" ¥×¥í¥È¥³¥ë¸ß´¹¤«¤â¤·¤ì¤Ê¤¤¡£ ! ! 6. ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¤¬ "IntelliMouse" ! ¥×¥í¥È¥³¥ë¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤ÏÉáÄ̤Î2¥Ü¥¿¥ó¤Þ¤¿ ! ¤Ï3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ "Auto" ¥×¥í¥È¥³¥ë¤Î»ØÄê¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤·¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤ë¤±¤ì ! ¤É¡¢¥Þ¥¦¥¹¤Îµ¡Ç½Á´¤Æ¤ÏÍøÍѤǤ­¤Ê¤¤¾ì¹ç¡¢¤½¤Î¸¶°ø¤Ï X ¥µ¡¼¥Ð¤¬¤½ ! ¤Î·¿¤Î¥Þ¥¦¥¹¤ò¥Í¥¤¥Æ¥£¥Ö¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤é¤º¡¢PnP ¤Î¾ðÊó¤Ë½¾¤Ã¤Æ ! ¡Ö¸ß´¹¡×¥×¥í¥È¥³¥ë¤ò»ÈÍѤ·¤Æ¤¤¤ë¤¿¤á¤Ç¤¢¤ë¡£ ! ¤³¤Îµ¿¤¤¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥ì¥Ý¡¼¥È¤ò ¤Þ¤ÇÁ÷ ! ¤ë¤³¤È¡£ ɸ½à²½¤µ¤ì¤¿¥×¥í¥È¥³¥ë ! OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î·¿¤ä¼ïÎà¤Ë¤«¤«¤ï¤é¤º¡¢¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤¬ ! ɸ½à²½¤µ¤ì¤¿¥×¥í¥È¥³¥ë¤òÍѤ¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£Î㤨¤Ð¡¢SVR4 ¤Ç¤Ï ! "Xqueue" ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£FreeBSD ¤Î¥· ! ¥¹¥Æ¥à¤Ç¤Ï¥·¥¹¥Æ¥à¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹ /dev/sysmouse ¤Ï "SysMouse" ! ¥×¥í¥È¥³¥ë¤òÍѤ¤¤ë¡£¾Ü¤·¤¯¤ÏËÜ¥Õ¥¡¥¤¥ëÃæ¤Î¡ÖOS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼ ! ¥È¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤³¤È¡£ 5. XF86Config ¤Î¥ª¥×¥·¥ç¥ó XF86Config ¥Õ¥¡¥¤¥ë¤Î Pointer ¤Ç¤Ï¡¢°Ê²¼¤Î¿·¤·¤¤¥ª¥×¥·¥ç¥ó¤¬»È¤¨¤ë¤è¤¦ ! ¤Ë¤Ê¤Ã¤¿¡£ 5.1. Buttons ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¿ô¤ò X ¥µ¡¼¥Ð¤Ë»Ø¼¨¤¹¤ë¡£¥Ü¥¿¥ó¤ÎÀµ¤· ! ¤¤¿ô¤Î¼«Æ°¸¡½Ð¤Î¤¿¤á¤Î¿®Íê¤Ç¤­¤ëÊýË¡¤Ï¡¢¸½ºß¤Î¤È¤³¤í¸ºß¤·¤Ê¤¤¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï X ¥µ¡¼¥Ð¤¬¥Ü¥¿¥ó¤Î¿ô¤òÆÀ¤ëÍ£°ì¤ÎÊýË¡¤Ç¤¢¤ë¡£¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï ! 3 ¤Ç¤¢¤ë¡£ ¸å½Ò¤Î ZAxisMapping ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ Z ¼´¤Î°ÜÆ°¤ò¥Ü¥¿¥ó¥¤¥Ù¥ó¥È¤Ë³ä ! ¤êÅö¤Æ¤è¤¦¤È¤¹¤ë¾ì¹ç¡¢¤½¤Îʬ¤Î¥Ü¥¿¥ó¿ô¤â¿ô¤Ë´Þ¤á¤ëɬÍפ¬¤¢¤ë¡£ Buttons N 5.2. ZAxisMappping ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Z ¼´(¥Û¥¤¡¼¥ë)¤ÎÆ°¤­¤ò¥Ü¥¿¥ó2¤Ä¡¢¤¢¤ë¤¤¤ÏÊ̤μ´¤Ë¥Þ¥Ã ! ¥×¤¹¤ë¡£ ZAxisMapping X --- 430,516 ---- o ThinkingMouse ! ÁªÂò¤ò¹Ô¤¦»þ¤Ë¤Ï¡¢°Ê²¼¤Î·Ð¸³Â§¤ò³Ð¤¨¤Æ¤ª¤¯¤È¤è¤¤¤Ç¤·¤ç¤¦: 1. "Logitech" ¥×¥í¥È¥³¥ë¤Ï Logitech À½¤Î¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹ÍÑ ! ¤Î¥×¥í¥È¥³¥ë¤Ç¤¹¡£Logitech À½¤Î¿·¤·¤¤¥Þ¥¦¥¹¤Ç¤Ï¡¢"MouseMan" ! ¤Þ¤¿¤Ï "Microsoft" ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ 2. 2¥Ü¥¿¥ó¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¤Û¤È¤ó¤É¤Ï "Microsoft" ¥×¥í¥È¥³¥ë¤ò¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ 3. 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï "Mousesystems" ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë ! ¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤·¤Ê¤±¤ì¤Ð¡¢"Microsoft" ! ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤¿¤À¤·¡¢¤½¤Î¾ì¹ç¤Ë¤Ï3ÈÖÌÜ ! ¤Î¥Ü¥¿¥ó (Ãæ¥Ü¥¿¥ó)¤Ïµ¡Ç½¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£ 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ ! ¥¦¥¹¤Ï "Mouseman" ¥×¥í¥È¥³¥ë¤Ç¤âÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î ! ¾ì¹ç¤Ë¤Ï3ÈÖÌܤΥܥ¿¥ó¤â´üÂÔÄ̤ê¤ËÆ°¤¯¤È»×¤ï¤ì¤Þ¤¹¡£ 4. 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ÎÄìÌ̤ˤϡÖMS¡×¤È¡ÖPC¡×¡¢¡Ö2¡×¤È¡Ö3¡× ! ¤òÁªÂò¤Ç¤­¤ë¾®¤µ¤Ê¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¡ÖMS¡×¤ä ! ¡Ö2¡×¤ÏÉáÄÌ "Microsoft" ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ê¡¢¡ÖPC¡×¤ä¡Ö3¡× ! ¤Ï "MouseSystems" ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¹¡£ ! ! 5. ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¡¼¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥Þ¥¦ ! ¥¹¤Ï "IntelliMouse" ¥×¥í¥È¥³¥ë¸ß´¹¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! 6. ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¡¼¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¤¬ ! "IntelliMouse" ¥×¥í¥È¥³¥ë¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤ÏÉáÄÌ ! ¤Î2¥Ü¥¿¥ó¤Þ¤¿¤Ï3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ "Auto" ¥×¥í¥È¥³¥ë¤Î»ØÄê¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤·¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤ë¤±¤ì ! ¤É¡¢¥Þ¥¦¥¹¤Îµ¡Ç½¤ÎÁ´Éô¤ÏÍøÍѤǤ­¤Ê¤¤¾ì¹ç¡¢¤½¤Î¸¶°ø¤Ï X ¥µ¡¼¥Ð¤¬ ! ¤½¤Î·¿¤Î¥Þ¥¦¥¹¤ò¥Í¥¤¥Æ¥£¥Ö¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤é¤º¡¢PnP ¤Î¾ðÊó¤Ë½¾¤Ã ! ¤Æ¡Ö¸ß´¹¡×¥×¥í¥È¥³¥ë¤ò»ÈÍѤ·¤Æ¤¤¤ë¤¿¤á¤Ç¤¹¡£ ! ! ¤³¤Îµ¿¤¤¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥ì¥Ý¡¼¥È¤ò ¤Þ¤Ç ! Á÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! USB ¥Þ¥¦¥¹ ! ¥Þ¥¦¥¹¤ò USB ¥Ý¡¼¥È¤ËÀܳ¤·¤Æ¤¤¤ì¤Ð¡¢OS ¸ÇÍ­¤Î¥×¥í¥È¥³¥ë(¸å½Ò)¤Ë ! ¤è¤Ã¤Æ¥µ¥Ý¡¼¥È¤¹¤ë¤«¡¢¤¢¤ë¤¤¤Ï "usb" ¥×¥í¥È¥³¥ë¤Ë¤è¤Ã¤ÆÈÆÍÑ¥Ò¥å ! ¡¼¥Þ¥ó¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥Ç¥Ð¥¤¥¹¤È¤·¤Æ¥µ¥Ý¡¼¥È¤Ç¤­¤Þ¤¹¡£ ɸ½à²½¤µ¤ì¤¿¥×¥í¥È¥³¥ë ! OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î·¿¤ä¼ïÎà¤Ë¤«¤«¤ï¤é¤º¡¢É¸½à²½¤µ¤ì¤¿¥×¥í¥È ! ¥³¥ë¤ò¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤¬ÍѤ¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Î㤨¤Ð¡¢SVR4 ! ¤Ç¤Ï "Xqueue" ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! FreeBSD ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥·¥¹¥Æ¥à¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹ /dev/sysmouse ! ¤Ï "SysMouse" ¥×¥í¥È¥³¥ë¤òÍѤ¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï¡¢ËÜ¥Õ¥¡¥¤¥ëÃæ¤Î¡ÖOS ! Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È¡×¤ÎÀá¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ 5. XF86Config ¤Î¥ª¥×¥·¥ç¥ó XF86Config ¥Õ¥¡¥¤¥ë¤Î Pointer ¤Ç¤Ï¡¢°Ê²¼¤Î¿·¤·¤¤¥ª¥×¥·¥ç¥ó¤¬»È¤¨¤ë¤è¤¦ ! ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ 5.1. Buttons ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¿ô¤ò X ¥µ¡¼¥Ð¤Ë»Ø¼¨¤·¤Þ¤¹¡£¥Ü¥¿¥ó¤ÎÀµ ! ¤·¤¤¿ô¤ò³Î¼Â¤Ë¼«Æ°¸¡½Ð¤Ç¤­¤ëÊýË¡¤Ï¡¢¸½ºß¤Î¤È¤³¤í¸ºß¤·¤Þ¤»¤ó¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ï X ¥µ¡¼¥Ð¤¬¥Ü¥¿¥ó¤Î¿ô¤òÆÀ¤ëÍ£°ì¤ÎÊýË¡¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 3 ¤Ç ! ¤¹¡£ ¸å½Ò¤Î ZAxisMapping ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ Z ¼´¤Î°ÜÆ°¤ò¥Ü¥¿¥ó¥¤¥Ù¥ó¥È¤Ë³ä ! ¤êÅö¤Æ¤è¤¦¤È¤¹¤ë¾ì¹ç¡¢¤½¤Îʬ¤Î¥Ü¥¿¥ó¿ô¤â¿ô¤Ë´Þ¤á¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ Buttons N + 5.2. ZAxisMappping ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Z ¼´(¥Û¥¤¡¼¥ë)¤ÎÆ°¤­¤ò¥Ü¥¿¥ó2¤Ä¡¢¤¢¤ë¤¤¤ÏÊ̤μ´¤Ë¥Þ¥Ã ! ¥×¤·¤Þ¤¹¡£ ZAxisMapping X *************** *** 472,492 **** ! ºÇ½é¤ÎÎã¤Ï Z ¼´¤ÎÆ°¤­¤ò X ¼´¤ÎÆ°¤­¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¢¤ë¡£¥æ¡¼¥¶¤¬¥Û¥¤ ! ¡¼¥ë¤ä¥í¡¼¥é¤òÆ°¤«¤¹¤È¡¢¤½¤ÎÆ°ºî¤Ï X ¼´¤ÎÆ°¤­¤È¤·¤ÆÄÌÃΤµ¤ì¤ë¡£¥Û¥¤¡¼ ! ¥ë¤ä¥í¡¼¥é¤¬»ß¤Þ¤Ã¤Æ¤¤¤ë¤È¤­¤Ï¡¢¼ÂºÝ¤Î X ¼´¤ÎÆ°¤­¤Ï¤½¤Î¤Þ¤ÞÄÌÃΤµ¤ì ! ¤ë¡£ºÇ¸å¤ÎÎã¤Ï Z ¼´Êý¸þ¤ÎÉé¤ÎÆ°¤­¤ò¥Ü¥¿¥ó N ¤Ë¥Þ¥Ã¥×¤·¡¢Àµ¤ÎÆ°¤­¤ò¥Ü¥¿ ! ¥ó M¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¢¤ë¡£¥Ü¥¿¥ó N, M ¤¬¼ÂºÝ¤Ë¥Þ¥¦¥¹¤ËÉÕ¤¤¤Æ¤¤¤ë¤Î¤Ë ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤¿¾ì¹ç¡¢ X ¥µ¡¼¥Ð¤Ï¥Ü¥¿¥ó¤ÎÆ°ºî¤ò¸¡½Ð¤·¤Ê¤¤¡£ ! ! ¸½ºß¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XF86Setup ¥×¥í¥°¥é¥à¤Ç¤ÏÀßÄê¤Ç¤­¤Ê¤¤¡£ ! XF86Config¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½¤Àµ¤·¤Æ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÄɲ乤ëɬÍפ¬¤¢¤ë¡£ 5.3. Resolution °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Î²òÁüÅÙ¤¬ 1 ¥¤¥ó¥Á¤¢¤¿¤ê ! N ¥«¥¦¥ó¥È¤ËÀßÄꤵ¤ì¤ë¡£¤¿¤À¤·¡¢¤³¤ì¤Ï»ØÄ꤬ͭ¸ú¤Ê¾ì¹ç¤Ë¸Â¤ë¡£ Resolution N --- 519,540 ---- ! ºÇ½é¤ÎÎã¤Ï¡¢Z ¼´¤ÎÆ°¤­¤ò X ¼´¤ÎÆ°¤­¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¹¡£¥æ¡¼¥¶¤¬¥Û¥¤ ! ¡¼¥ë¤ä¥í¡¼¥é¡¼¤òÆ°¤«¤¹¤È¡¢¤½¤ÎÆ°ºî¤Ï X ¼´¤ÎÆ°¤­¤È¤·¤ÆÄÌÃΤµ¤ì¤Þ¤¹¡£¥Û ! ¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤¬»ß¤Þ¤Ã¤Æ¤¤¤ë¤È¤­¤Ï¡¢¼ÂºÝ¤Î X ¼´¤ÎÆ°¤­¤Ï¤½¤Î¤Þ¤ÞÄÌÃÎ ! ¤µ¤ì¤Þ¤¹¡£ºÇ¸å¤ÎÎã¤Ï Z ¼´Êý¸þ¤ÎÉé¤ÎÆ°¤­¤ò¥Ü¥¿¥ó N ¤Ë¥Þ¥Ã¥×¤·¡¢Àµ¤ÎÆ°¤­ ! ¤ò¥Ü¥¿¥ó M¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¹¡£¥Ü¥¿¥ó N, M ¤¬¼ÂºÝ¤Ë¥Þ¥¦¥¹¤ËÉÕ¤¤¤Æ¤¤¤ë ! ¤Î¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤¿¾ì¹ç¡¢ X ¥µ¡¼¥Ð¤Ï¥Ü¥¿¥ó¤ÎÆ°ºî¤ò¸¡½Ð¤·¤Þ¤» ! ¤ó¡£ ! ¸½ºß¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XF86Setup ¥×¥í¥°¥é¥à¤Ç¤ÏÀßÄê¤Ç¤­¤Þ¤»¤ó¡£ ! XF86Config¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½¤Àµ¤·¤Æ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÄɲ乤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£ 5.3. Resolution °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Î²òÁüÅÙ¤¬ 1 ¥¤¥ó¥Á¤¢¤¿¤ê ! N ¥«¥¦¥ó¥È¤ËÀßÄꤵ¤ì¤Þ¤¹¡£¤¿¤À¤·¡¢¤³¤ì¤Ï»ØÄ꤬ͭ¸ú¤Ê¾ì¹ç¤Ë¸Â¤ê¤Þ¤¹¡£ Resolution N *************** *** 494,500 **** ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢É¬¤º¤·¤âÁ´¤Æ¤Î¥Þ¥¦¥¹¤È OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï ! ¤Ê¤¤¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XF86Setup ¥×¥í¥°¥é¥à¤ÇÀßÄê²Äǽ¤Ç¤¢¤ë¡£ 6. ³Æ¼ï¥Þ¥¦¥¹¤Î¾Ò²ð --- 542,548 ---- ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢É¬¤º¤·¤âÁ´¤Æ¤Î¥Þ¥¦¥¹¤È OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï XF86Setup ¥×¥í¥°¥é¥à¤ÇÀßÄê²Äǽ¤Ç¤¹¡£ 6. ³Æ¼ï¥Þ¥¦¥¹¤Î¾Ò²ð *************** *** 503,518 **** 6.1. MS IntelliMouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! ¤³¤Î¥Þ¥¦¥¹¤Ï XFree86 3.3 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£¤·¤«¤·¡¢3.3.2 °Ê¹ß¤Ç ! Âбþ¤¬¾¯¤·ÊѤï¤Ã¤Æ¤¤¤ë¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤¬ Z ¼´¤ÎÆ°¤­¤È¤·¤Æ ! ǧ¼±¤µ¤ì¤ë¡£¤³¤ÎÆ°ºî¤Ï XFree86 3.3 ¤È¤Ï¸ß´¹¤Ç¤Ê¤¤¤¬¡¢¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é ! ¡¼¤¬ÉÕ¤¤¤¿Â¾¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤È¤ÏÅý°ì¤¬¼è¤ì¤Æ¤¤¤ë¡£¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤ò ! 3.3 ¤ÈƱÍͤˤ·¤¿¤¤¾ì¹ç¤Ï¡¢Á°½Ò¤Î¿·¥ª¥×¥·¥ç¥ó "ZAxisMapping" ¤ò»ØÄꤹ¤ë ! ¤³¤È¡£ ! IntelliMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) --- 551,567 ---- 6.1. MS IntelliMouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! ¤³¤Î¥Þ¥¦¥¹¤Ï XFree86 3.3 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢3.3.2 °Ê¹ß ! ¤ÇÂбþ¤¬¾¯¤·ÊѤï¤ê¤Þ¤·¤¿¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤¬ Z ¼´¤ÎÆ°¤­¤È¤· ! ¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£¤³¤ÎÆ°ºî¤Ï XFree86 3.3 ¤È¤Ï¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢¥Û¥¤ ! ¡¼¥ë¤ä¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤¿Â¾¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤È¤ÏÅý°ì¤¬¼è¤ì¤Æ¤¤¤Þ¤¹¡£¥Û¥¤ ! ¡¼¥ë¤ÎÆ°ºî¤ò 3.3 ¤ÈƱÍͤˤ·¤¿¤¤¾ì¹ç¤Ï¡¢Á°½Ò¤Î¿·¥ª¥×¥·¥ç¥ó ! "ZAxisMapping" ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! IntelliMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) *************** *** 520,534 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "IMPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) ! ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¤³¤Î¾ì¹ç¤Ë¤Ï¥Û¥¤¡¼¥ë¤Ï ! Æ°ºî¤·¤Ê¤¤¤À¤í¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 569,584 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "IMPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) ! ! ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤±¤ì¤É¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½ ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¤³¤Î¾ì¹ç¤Ë¤Ï ! ¥Û¥¤¡¼¥ë¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 536,555 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) ! 6.2. Kensington À½ Thinking Mouse (¥·¥ê¥¢¥ë¡¢ PS/2) - ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï4¤Ä¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£Thinking Mouse ¤Ï PnP COM ¥Ç¥Ð¥¤ - ¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¤ë¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" ¤Þ¤¿¤Ï "ThinkingMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) --- 586,652 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) + 6.2. MS Intellimouse Explorer (PS/2, USB) + + ¤³¤Î¥Þ¥¦¥¹¤Î²¼¤Ë¤Ï¡¢¤­¤ì¤¤¤ÊÀÖ¤¤¸÷¤òȯ¤¹¤ë¸÷³Ø¥»¥ó¥µ¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¤³ + ¤Î¥Þ¥¦¥¹¤Ë¤Ï 5 ¤Ä¤Î¥Ü¥¿¥ó¤È 1 ¤Ä¤Î¥Û¥¤¡¼¥ë¤¬¤¢¤ê¡¢PS/2 ¥Þ¥¦¥¹¤È¤·¤Æ¤â + USB ¥Þ¥¦¥¹¤È¤·¤Æ¤â»È¤¨¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£ + + ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý + ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + + Protocol "IMPS/2" + Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) + + + ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤±¤ì¤É¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½ + ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¤³¤Î¾ì¹ç¤Ë¤Ï + ¥Û¥¤¡¼¥ë¤Ï»È¤¨¤Ê¤¤¤Ç¤·¤ç¤¦): ! Protocol "PS/2" ! Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) ! ! ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! Protocol "Auto" ! Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) ! ! ! ! ¤³¤Î¥Þ¥¦¥¹¤ò USB ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬ÈÆÍÑ HID ¥×¥í¥È¥³¥ë¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! Protocol "usb" ! Device "/dev/uhidx" (x ¤Ï USB ¤Î¥Ç¥Ð¥¤¥¹ÈÖ¹æ) ! ! ! ! ¤³¤Î¥Þ¥¦¥¹¤ò USB ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼¥È¤· ! ¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! Protocol "Auto" ! Device "/dev/xxxx" (xxxx ¤Ï USB ¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹) ! ! ! ! ! 6.3. Kensington À½ Thinking Mouse (¥·¥ê¥¢¥ë¡¢ PS/2) ! ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï4¤Ä¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£Thinking Mouse ¤Ï PnP COM ¥Ç¥Ð ! ¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¤ë¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤: Protocol "Auto" ¤Þ¤¿¤Ï "ThinkingMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) *************** *** 557,563 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "ThinkingMousePS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 654,662 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! Protocol "ThinkingMousePS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 565,572 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(3ÈÖÌܤÈ4ÈÖÌܤΥܥ¿¥ó ! ¤Ï¡¢1 ÈÖÌܤÈ2ÈÖÌܤΥܥ¿¥ó¤È¤·¤ÆÆ°ºî¤¹¤ë): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 664,671 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(3ÈÖÌܤÈ4ÈÖÌܤΥܥ¿ ! ¥ó¤Ï¡¢1 ÈÖÌܤÈ2ÈÖÌܤΥܥ¿¥ó¤È¤·¤ÆÆ°ºî¤·¤Þ¤¹): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 574,580 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 673,679 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 582,596 **** ! 6.3. Genius À½ NetScroll (PS/2) ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Ü¥¿¥ó4¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥í¡¼¥é¡¼¤ÎÆ°ºî¤Ï Z ¼´¤Î ! Æ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤ë¡£ ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: ! ! Protocol "NetScrollPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 681,693 ---- ! 6.4. Genius À½ NetScroll (PS/2) ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Ü¥¿¥ó4¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥í¡¼¥é¡¼¤ÎÆ°ºî¤Ï Z ¼´ ! ¤ÎÆ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£ ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "NetScrollPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 598,605 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¥í¡¼¥é¡¼¤È4ÈÖÌܤΥܥ¿¥ó ! ¤ÏÆ°ºî¤·¤Ê¤¤¤À¤í¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 695,702 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¥í¡¼¥é¡¼¤È4ÈÖÌÜ¤Î¥Ü ! ¥¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 607,613 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 704,710 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 615,633 **** ! 6.4. Genius À½ NetMouse ¤ª¤è¤Ó NetMouse Pro (¥·¥ê¥¢¥ë¡¢PS/2) ¤³¤Îξ¼Ô¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤Î¤è¤¦¤Ë»È¤¨¤ë¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó(magic ! button)¡×¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤ÎÆ°ºî¤Ï Z ¼´¤ÎÆ°¤­¤È¤·¤Æ¼±ÊÌ ! ¤µ¤ì¤ë¡£NetMouse Pro ¤Ï NetMouse ¤È¤Û¤ÜƱ¤¸¤Ç¤¢¤ë¤¬¡¢º¸¼ê¦¤Ë3ÈÖÌÜ¤Î¥Ü ! ¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ëÅÀ¤¬°Û¤Ê¤ë¡£ ! NetMouse ¤È NetMouse Pro ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¥· ! ¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¢¤ë¡£ ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³ ! ¤È: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) --- 712,731 ---- ! 6.5. Genius À½ NetMouse ¤ª¤è¤Ó NetMouse Pro (¥·¥ê¥¢¥ë¡¢PS/2) ¤³¤Îξ¼Ô¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤Î¤è¤¦¤Ë»È¤¨¤ë¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó(magic ! button)¡×¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤ÎÆ°ºî¤Ï Z ¼´¤ÎÆ°¤­¤È¤·¤Æ¼± ! Ê̤µ¤ì¤Þ¤¹¡£NetMouse Pro ¤Ï NetMouse ¤È¤Û¤ÜƱ¤¸¤Ç¤¹¤¬¡¢º¸¼ê¦¤Ë3ÈÖÌܤΠ! ¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ëÅÀ¤¬°Û¤Ê¤ê¤Þ¤¹¡£ ! NetMouse ¤È NetMouse Pro ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¹¡£ ! ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯ ! ¤À¤µ¤¤: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) *************** *** 635,641 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "NetMousePS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 733,739 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "NetMousePS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 643,650 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤È3ÈÖ ! ÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤À¤í¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 741,748 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡× ! ¤È3 ÈÖÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 652,672 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) - 6.5. ALPS À½ GlidePoint (¥·¥ê¥¢¥ë¡¢PS/2) - ¤³¤Î¥Ñ¥Ã¥É¥Ç¥Ð¥¤¥¹¤Î¥·¥ê¥¢¥ëÈÇ¤Ï XFree86 3.2 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤¿¡£ - ¡Ö¥¿¥Ã¥Ô¥ó¥°(tapping)¡×Æ°ºî¤Ï¡¢4ÈÖÌܤΥܥ¿¥ó¤ò²¡¤·¤¿¤â¤Î¤È¤·¤Æ°·¤ï¤ì - ¤ë¡£ (¸Ä¿ÍŪ¤Ê°Õ¸«¤Ç¤Ï¡¢GlidePoint ¤ò¾¼Ò¤Î¥Ñ¥Ã¥É¤ÈƱ¤¸¤è¤¦¤ËÆ°ºî¤µ¤» - ¤ë¤¿¤á¡¢ 4ÈÖÌܤΥܥ¿¥ó¤Ï¡¢É¬¤º1ÈÖÌܤΥܥ¿¥ó¤Ë¥Þ¥Ã¥×¤¹¤Ù¤­¤Ç¤¹¡£) ! ¤³¤Î¥Ñ¥Ã¥É¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È: Protocol "GlidePoint" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) --- 750,773 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) + 6.6. ALPS À½ GlidePoint (¥·¥ê¥¢¥ë¡¢PS/2) + + ¤³¤Î¥Ñ¥Ã¥É¥Ç¥Ð¥¤¥¹¤Î¥·¥ê¥¢¥ëÈÇ¤Ï XFree86 3.2 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ + ¤¹¡£¡Ö¥¿¥Ã¥Ô¥ó¥°(tapping)¡×Æ°ºî¤Ï¡¢4ÈÖÌܤΥܥ¿¥ó¤ò²¡¤·¤¿¤â¤Î¤È¤·¤Æ°·¤ï + ¤ì¤Þ¤¹¡£(¸Ä¿ÍŪ¤Ê°Õ¸«¤Ç¤Ï¡¢GlidePoint ¤ò¾¼Ò¤Î¥Ñ¥Ã¥É¤ÈƱ¤¸¤è¤¦¤ËÆ°ºî¤µ + ¤»¤ë¤¿¤á¡¢4ÈÖÌܤΥܥ¿¥ó¤Ï¡¢É¬¤º1ÈÖÌܤΥܥ¿¥ó¤Ë¥Þ¥Ã¥×¤¹¤Ù¤­¤Ç¤¹¡£) ! ! ¤³¤Î¥Ñ¥Ã¥É¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤: Protocol "GlidePoint" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) *************** *** 674,680 **** ¤³¤Î¥Ñ¥Ã¥É¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "GlidePointPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 775,781 ---- ¤³¤Î¥Ñ¥Ã¥É¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "GlidePointPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 682,688 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 783,789 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 690,696 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 791,797 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 698,714 **** ! 6.6. ASCII À½ MieMouse (¥·¥ê¥¢¥ë¡¢PS/2) ! ¤³¤Î¥Þ¥¦¥¹¤Ï Genius ¤Î OEM ¤Î¤è¤¦¤Ç¤¢¤ë¡£·Á¾õ¤ÏÁ´¤¯°ã¤¦¤â¤Î¤Î¡¢Æ°ºî¤Ï ! Genius NetMouse Pro ¤ÈƱ¤¸¤Ç¤¢¤ë¡£¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤Î¤è ! ¤¦¤Ë»È¤¨¤ë¡Ö¥Î¥Ö¡×¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¤³¤Î¡Ö¥Î¥Ö¡×¤ÎÆ°ºî¤Ï¡¢Z ¼´¤ÎÆ°¤­¤È¤·¤Æ ! ǧ¼±¤µ¤ì¤ë¡£ ! MieMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤· ! ¤Æ»È¤¦¤È¤­¤Ë¤Ï MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¢¤ë¡£ ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) --- 799,816 ---- ! 6.7. ASCII À½ MieMouse (¥·¥ê¥¢¥ë¡¢PS/2) ! ¤³¤Î¥Þ¥¦¥¹¤Ï Genius ¤Î OEM ¤Î¤è¤¦¤Ë¸«¤¨¤Þ¤¹¡£·Á¾õ¤ÏÁ´¤¯°ã¤¦¤â¤Î¤Î¡¢Æ° ! ºî¤Ï Genius NetMouse Pro ¤ÈƱ¤¸¤Ç¤¹¡£¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼ ! ¤Î¤è¤¦¤Ë»È¤¨¤ë¡Ö¥Î¥Ö¡×¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¤³¤Î¡Ö¥Î¥Ö¡×¤ÎÆ°ºî¤Ï¡¢Z ¼´¤ÎÆ°¤­ ! ¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£ ! MieMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È ! ¤·¤Æ»È¤¦¤È¤­¤Ë¤Ï MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¹¡£ ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) *************** *** 716,732 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "NetMousePS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) - ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¤³¤Î¾ì¹ç¤Ë¤Ï¡Ö¥Î¥Ö¡× ! ¤È3ÈÖÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤À¤í¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 818,833 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "NetMousePS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¤³¤Î¾ì¹ç¤Ë¤Ï¡Ö¥Î ! ¥Ö¡×¤È3ÈÖÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 734,740 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 835,841 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 742,759 **** ! 6.7. Logitech À½ MouseMan+ ¤ª¤è¤Ó FirstMouse+ (¥·¥ê¥¢¥ë¡¢PS/2) ! MouseMan+ ¤Ë¤Ï¡¢¾åÌ̤˥ܥ¿¥ó2¤Ä¡¢Â¦Ì̤˥ܥ¿¥ó1¤Ä¡¢¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤ ! ¤ë¡£ FirstMouse+ ¤Ë¤Ï¥Ü¥¿¥ó2¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥í¡¼¥é¡¼¤ÎÆ°ºî¤Ï ! Z ¼´¤ÎÆ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤ë¡£¤Þ¤¿¡¢¥í¡¼¥é¡¼¤Ï3ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æ¤âÆ°ºî ! ¤¹¤ë¡£Â¦Ì̤Υܥ¿¥ó¤Ï4ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æǧ¼±¤µ¤ì¤ë¡£ ! MouseMan+ ¤È FirstMouse+ ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¥· ! ¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¢¤ë¡£ ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³ ! ¤È: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) --- 843,860 ---- ! 6.8. Logitech À½ MouseMan+ ¤ª¤è¤Ó FirstMouse+ (¥·¥ê¥¢¥ë¡¢PS/2) ! MouseMan+ ¤Ë¤Ï¡¢¾åÌ̤˥ܥ¿¥ó2¤Ä¡¢Â¦Ì̤˥ܥ¿¥ó1¤Ä¡¢¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤Þ ! ¤¹¡£FirstMouse+ ¤Ë¤Ï¥Ü¥¿¥ó2¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥í¡¼¥é¡¼¤ÎÆ°ºî ! ¤Ï Z ¼´¤ÎÆ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£¤Þ¤¿¡¢¥í¡¼¥é¡¼¤Ï3ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æ¤â ! Æ°ºî¤·¤Þ¤¹¡£Â¦Ì̤Υܥ¿¥ó¤Ï4ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£ ! MouseMan+ ¤È FirstMouse+ ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¹¡£ ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯ ! ¤À¤µ¤¤: Protocol "Auto" ¤Þ¤¿¤Ï "IntelliMouse" Device "/dev/xxxx" (xxxx ¤Ï¥·¥ê¥¢¥ë¥Ý¡¼¥È) *************** *** 761,767 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "MouseManPlusPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 862,868 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "MouseManPlusPS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 769,776 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¥Û¥¤¡¼¥ë¤È4ÈÖÌܤΥܥ¿¥ó ! ¤ÏÆ°ºî¤·¤Ê¤¤¤À¤í¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 870,877 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¥Û¥¤¡¼¥ë¤È4ÈÖÌÜ¤Î¥Ü ! ¥¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): Protocol "PS/2" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 778,784 **** ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) --- 879,885 ---- ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý ! ¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: Protocol "Auto" Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) *************** *** 788,858 **** ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse,v 1.1.2.1 1999/06/02 07:51:01 hohndel Exp $ ! ! 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 889,904 ---- ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.mouse,v 1.1.2.3 1999/12/28 12:13:49 hohndel Exp $ + 7. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (3.3.4, 3.3.6 + ÈÇËÝÌõ: Æ£¸¶µ±²Å , + ¹»Àµ: ¶âÅĹÀ»Ê + )¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æ + Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë + ´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo:1.1.2.1 Wed Jun 2 17:51:02 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo Sat Nov 27 02:23:20 1999 *************** *** 1,264 **** ! NeoMagic ¥É¥é¥¤¥Ð ¥Ð¡¼¥¸¥ç¥ó 2.0.0 NeoMagic ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 4 November 1998 ! The X Japanese Documentation Project ! 3 December 1998 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. µ»½ÑŪ¤Ê»öÊÁ ! 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤¿¥Î¡¼¥ÈPC ! 5. ÀßÄê ! 6. ¥É¥é¥¤¥Ð¥ª¥×¥·¥ç¥ó ! 7. ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â ! 8. ºî¼Ô ! 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! ! o NeoMagic 2200 (MagicMedia256AV) ! ! o NeoMagic 2160 (MagicGraph128XD) ! ! o NeoMagic 2097 (MagicGraph128ZV+) ! ! o NeoMagic 2093 (MagicGraph128ZV) ! ! o NeoMagic 2090 (MagicGraph128V) ! ! o NeoMagic 2070 (MagicGraph128) ! ! ! 2. µ¡Ç½ ! ! ! o ÆâÉô±Õ¾½²èÌ̤ǤÎɽ¼¨¡¢³°Éô¥â¥Ë¥¿¤Ø¤Îɽ¼¨¡¢³°Éô/ÆâÉôƱ»þɽ¼¨¤ò´°Á´¤Ë ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ±Õ¾½¤ÎÁ´¤Æ¤ÎÁȹ礻¤Î²òÁüÅÙ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢²òÁüÅÙ¤¬¸Ç ! Äê¤Î±Õ¾½¤Ë¤ª¤¤¤ÆÄ㤤²òÁüÅÙ¤Îɽ¼¨¤Ë»È¤¦³ÈÂç¥â¡¼¥É¤äÃ濴ɽ¼¨¥â¡¼¥É¤ò ! ´Þ¤ß¤Þ¤¹¡£ ! ! ! o 8, 15, 16, 24bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥¹¥×¥é¥¤¥È¤Î¤Á¤é¤Ä¤­¤¬¾¯¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹¡£ ! ! o 8, 15, 16 bpp ¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤¬Í­¸ú¤ÊÉÁ²è ! ¥¨¥ó¥¸¥ó¤òÍøÍѤǤ­¤Þ¤¹¡£ ! ! o ³°Éô¥â¥Ë¥¿ÀìÍѥ⡼¥É¤Ç¤Ï¡¢´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ²¾ÁÛ²èÌÌÀÚÂؤ¨¤ÎºÝ¤Î¥Æ¥­¥¹¥È¥â¡¼¥ÉÉü¸µ¤¬´è·ò¤Ç¤¹¡£ ! ! ! ! ! 3. µ»½ÑŪ¤Ê»öÊÁ ! ! ! o ±Õ¾½/CRT ¤òƱ»þ¤Ë¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï¡¢ÆâÉôÍѤΠ"intern_disp" ¤È³°ÉôÍÑ ! ¤Î "extern_disp" ¤òξÊý»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤¿¥Î¡¼¥ÈPC ! ! ! ! o Acer Travelmate 7120T ! ! o Acer Extensa 367, 367D, 710TE ! ! o Actebis TN559Pro ! ! o Asus P6300 ! ! o CTX EzBook 700, 77X ¥·¥ê¡¼¥º ! ! o Compaq Presario 1080, 1210, 1215, 1220, 1610, 1611, 1620, 1621, ! 1640 ! ! o Dell Inspiron 3000, 3200 ! ! o Dell Latitude CP, CPi, LM, XPi ! ! o Digital VP HiNote 575, 703, 717, 720 ! ! o FIC DESIGNote 5550 ! ! o Fujitsu LifeBook 420D, 656Tx ! ! o Gateway 2000 Solo 2300XL, 2500LS, 5150 ! ! o Highscreen XD Advance II 21,1" TFT ! ! o Hi-Grade Notino AS6000 pII/266Mhz ! ! o Hitachi VisionBook Plus 5000 ! ! o HP Omnibook 800, 3000, 3100, 4100, Sojourn ! ! o IBM ThinkPad 380D, 380E, 380ED, 380XD, 385XD, 560X, 600 ! ! o LEO DESIGNote 5550 ! ! o Micron Transport XKE ! ! o NEC Ready 330T ! ! o NEC Versa 2780 MT, 5060X, 5080X, 6060, 6230 ! ! o NEC MB12C/UV (mobio NX) ! ! o OPTI Phoenix ! ! o Panasonic CF_S21, CF-25 MKIII, CF-35 ! ! o Quantex H-1330 ! ! o Sceptre 4500 ! ! o SEH DESIGNote 5550 ! ! o Siemens Nixdorf Scenic 510 ! ! o Sony PCG-505, PCG-705, PCG-717, PCG-719, PCG-731 ! ! o TI Extensa 660 CDT ! ! o Toshiba Libretto 100CT ! ! o Toshiba Protege SS3000 ! ! o UMAX 520T ! ! ! 5. ÀßÄê ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥á¥â¥ê¥µ¥¤¥º¤ò´Þ¤àÁ´¤Æ¤Î¥Ç¥Ð¥¤¥¹¾ðÊó¤ò¼«Æ°¸¡½Ð¤¹¤ë¤Î¤Ç¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î¥Ç¥Ð¥¤¥¹¥»¥¯¥·¥ç¥ó¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê ÀßÄê¤òÍѤ¤¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! ! Section "Device" ! Identifier "NeoMagic" ! EndSection ! ! ! xf86config ¤ä XF86Setup ¤ò»È¤¨¤Ð¤³¤ÎÀßÄ꤬¹Ô¤ï¤ì¤Þ¤¹¡£ ! ! ¤·¤«¤·¼«Æ°¸¡½Ð¤ÇÌäÂ꤬µ¯¤­¤¿¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹àÌܤòľÀÜ»ØÄꤹ¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹: ! ! VideoRam - ¥­¥í¥Ð¥¤¥Èñ°Ì ! DacSpeed - MHz ñ°Ì ! MemBase - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥¢¥É¥ì¥¹ ! MMIOBase - ¥á¥â¥ê¥Þ¥Ã¥×I/O¥ì¥¸¥¹¥¿¤ÎʪÍý¥¢¥É¥ì¥¹ ! ! ! ! ! 6. ¥É¥é¥¤¥Ð¥ª¥×¥·¥ç¥ó ! ! ! o "linear" - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥â¡¼¥É(¥Ç¥Õ¥©¥ë¥È) ! ! o "no_linear" - ¥Ð¥ó¥¯¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥â¡¼¥É ! ! o "no_accel" - ¥½¥Õ¥È¥¦¥§¥¢ÉÁ²è¤À¤±¤ò»ÈÍÑ ! ! o "hw_cursor" - ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍÑ (¥Ç¥Õ¥©¥ë¥È) ! ! o "sw_cursor" - ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤À¤±¤ò»ÈÍÑ ! ! o "mmio" - ¥á¥â¥ê¥Þ¥Ã¥×¤òÄ̤¸¤Æ I/O ¶õ´Ö¤òÍøÍѤ¹¤ë (¥Ç¥Õ¥©¥ë ! ¥È) ! ! o "no_mmio" - I/O ¶õ´Ö¤òľÀÜÍøÍѤ¹¤ë ! ! o "intern_disp" - ÆâÉô¥Ç¥£¥¹¥×¥ì¥¤¤òÍ­¸ú¤Ë¤¹¤ë (¥Ç¥Õ¥©¥ë¥È) ! ! o "extern_disp" - ³°Éô¥Ç¥£¥¹¥×¥ì¥¤¤òÍ­¸ú¤Ë¤¹¤ë ! ! o "no_stretch" - ±Õ¾½¤Ë¤ª¤±¤ëÄã²òÁüÅ٤ǤγÈÂçɽ¼¨¤ò̵¸ú¤Ë¤¹¤ë ! ! o "lcd_center" - ±Õ¾½¤Ë¤ª¤±¤ëÄ㤤²òÁüÅ٤ǤÎÃ濴ɽ¼¨¥â¡¼¥É ! ! Ãí°Õ: ±Õ¾½²èÌ̤γÈÂç¤Ï¡¢²òÁüÅÙ¤¬Ä㤤¾ì¹ç¤Ë¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ ! ¤¹¡£ ! ÆÃÊ̤ÊLCD¥â¡¼¥ÉÀßÄê¤ÇÊØÍø¤Ê¥ª¥×¥·¥ç¥ó(ɬÍפǤϤ¢¤ê¤Þ¤»¤ó): ! ! o "prog_lcd_mode_regs" - ÆÃÊ̤ÊLCD¥â¡¼¥É¥ì¥¸¥¹¥¿¤ò¥»¥Ã¥È¤¹¤ë ! (¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 2070) ! ! o "no_prog_lcd_mode_regs" - LCD ¥â¡¼¥É¥ì¥¸¥¹¥¿¤ò¥»¥Ã¥È¤·¤Ê¤¤(¥Ç ! ¥Õ¥©¥ë¥ÈÃÍ¤Ï 2070°Ê³°) ! ! o "prog_lcd_mode_stretch" - ³ÈÂçɽ¼¨¤¬Í­¸ú¤Ê¤é¤Ð LCD ¥â¡¼¥É¥ì¥¸¥¹ ! ¥¿¤ò¶¯À©Åª¤ËÀßÄꤹ¤ë ! ! o "no_prog_lcd_mode_stretch" - ³ÈÂçɽ¼¨¤¬Í­¸ú¤Ç¤â LCD ¥â¡¼¥É¥ì¥¸¥¹¥¿ ! ¤ò¶¯À©Åª¤ËÀßÄꤹ¤ë ! ! ¥µ¥Ö¥Î¡¼¥ÈPC Åù¡¢±Õ¾½¤Î¥µ¥¤¥º¤¬°ìÈÌŪ¤Ç¤Ê¤¤¥Þ¥·¥ó¤Î¤¿¤á¤Î¥ª¥×¥·¥ç ! ¥ó: ! ! o "override_validate_mode" - LCD ¥â¡¼¥É¤Î¥Á¥§¥Ã¥¯¤ò̵¸ú¤Ë¤¹¤ë ! ! ·Ù¹ð: ¥â¡¼¥É¤Î¥Á¥§¥Ã¥¯¤ò̵¸ú¤Ë¤¹¤ë¤È¡¢LCD ¤ò²õ¤¹¤è¤¦¤ÊÉÔÀµ¤Ê¥â¡¼¥É¤â»Ø ! Äê¤Ç¤­¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ! 7. ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â ! ! ! o NM2070 ¤Ë¤ª¤±¤ë³°Éô¥â¥Ë¥¿¤Î¥µ¥Ý¡¼¥È¡£ ! ! o NM2070 ¤Ë¤ª¤±¤ë¥Ð¥ó¥¯¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥â¡¼¥É(¤Ä¤Þ¤ê no_linear ¥â¡¼ ! ¥É)¡£ ! ! o NM2070 ¤Ë¤ª¤±¤ë¡¢²èÌ̤βòÁüÅÙ¤¬±Õ¾½²èÌ̤è¤êÄ㤤¾ì¹ç¤Î¿åÊ¿Êý¸þ¤Î°Ì ! ÃÖ¹ç¤ï¤»¡£ ! ! ! 8. ºî¼Ô ! ! Jens Owen jens@precisioninsight.com Kevin E. Martin ! kevin@precisioninsight.com ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï Precision Insight, Inc. (Cedar Park, TX USA)¤¬ XFree86 ! ¥×¥í¥¸¥§¥¯¥È¤Ë´óÉÕ¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ! http://www.precisioninsight.com ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo,v 1.1.2.1 1999/06/02 07:51:02 hohndel Exp $ ! ! ! ! ! 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! --- 1,230 ---- ! NeoMagic ¥É¥é¥¤¥Ð ¥Ð¡¼¥¸¥ç¥ó 2.0.0 NeoMagic ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 4 November 1998 ! The X Japanese Documentation Project ! 3 December 1998 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. µ»½ÑŪ¤Ê»öÊÁ ! 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤¿¥Î¡¼¥ÈPC ! 5. ÀßÄê ! 6. ¥É¥é¥¤¥Ð¥ª¥×¥·¥ç¥ó ! 7. ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â ! 8. ºî¼Ô ! 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! ! o NeoMagic 2200 (MagicMedia256AV) ! ! o NeoMagic 2160 (MagicGraph128XD) ! ! o NeoMagic 2097 (MagicGraph128ZV+) ! ! o NeoMagic 2093 (MagicGraph128ZV) ! ! o NeoMagic 2090 (MagicGraph128V) ! ! o NeoMagic 2070 (MagicGraph128) ! ! 2. µ¡Ç½ ! ! o ÆâÉô±Õ¾½²èÌ̤ǤÎɽ¼¨¡¢³°Éô¥â¥Ë¥¿¤Ø¤Îɽ¼¨¡¢³°Éô/ÆâÉôƱ»þɽ¼¨¤ò´°Á´¤Ë ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ±Õ¾½¤ÎÁ´¤Æ¤ÎÁȹ礻¤Î²òÁüÅÙ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢²òÁüÅÙ¤¬¸Ç ! Äê¤Î±Õ¾½¤Ë¤ª¤¤¤ÆÄ㤤²òÁüÅÙ¤Îɽ¼¨¤Ë»È¤¦³ÈÂç¥â¡¼¥É¤äÃ濴ɽ¼¨¥â¡¼¥É¤ò ! ´Þ¤ß¤Þ¤¹¡£ ! ! o 8, 15, 16, 24bpp ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ¥¹¥×¥é¥¤¥È¤Î¤Á¤é¤Ä¤­¤¬¾¯¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ ! ¤¹¡£ ! ! o 8, 15, 16 bpp ¤Ç¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤¬Í­¸ú¤ÊÉÁ²è ! ¥¨¥ó¥¸¥ó¤òÍøÍѤǤ­¤Þ¤¹¡£ ! ! o ³°Éô¥â¥Ë¥¿ÀìÍѥ⡼¥É¤Ç¤Ï¡¢´°Á´¤Ë¥×¥í¥°¥é¥Þ¥Ö¥ë¤Ê¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£ ! ! o ²¾ÁÛ²èÌÌÀÚÂؤ¨¤ÎºÝ¤Î¥Æ¥­¥¹¥È¥â¡¼¥ÉÉü¸µ¤¬´è·ò¤Ç¤¹¡£ ! ! 3. µ»½ÑŪ¤Ê»öÊÁ ! ! o ±Õ¾½/CRT ¤òƱ»þ¤Ë¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï¡¢ÆâÉôÍѤΠ"intern_disp" ¤È³°ÉôÍÑ ! ¤Î "extern_disp" ¤òξÊý»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤¿¥Î¡¼¥ÈPC ! ! o Acer Travelmate 7120T ! ! o Acer Extensa 367, 367D, 710TE ! ! o Actebis TN559Pro ! ! o Asus P6300 ! ! o CTX EzBook 700, 77X ¥·¥ê¡¼¥º ! ! o Compaq Presario 1080, 1210, 1215, 1220, 1610, 1611, 1620, 1621, ! 1640 ! ! o Dell Inspiron 3000, 3200 ! ! o Dell Latitude CP, CPi, LM, XPi ! ! o Digital VP HiNote 575, 703, 717, 720 ! ! o FIC DESIGNote 5550 ! ! o Fujitsu LifeBook 420D, 656Tx ! ! o Gateway 2000 Solo 2300XL, 2500LS, 5150 ! ! o Highscreen XD Advance II 21,1" TFT ! ! o Hi-Grade Notino AS6000 pII/266Mhz ! ! o Hitachi VisionBook Plus 5000 ! ! o HP Omnibook 800, 3000, 3100, 4100, Sojourn ! ! o IBM ThinkPad 380D, 380E, 380ED, 380XD, 385XD, 560X, 600 ! ! o LEO DESIGNote 5550 ! ! o Micron Transport XKE ! ! o NEC Ready 330T ! ! o NEC Versa 2780 MT, 5060X, 5080X, 6060, 6230 ! ! o NEC MB12C/UV (mobio NX) ! ! o OPTI Phoenix ! ! o Panasonic CF_S21, CF-25 MKIII, CF-35 ! ! o Quantex H-1330 ! ! o Sceptre 4500 ! ! o SEH DESIGNote 5550 ! ! o Siemens Nixdorf Scenic 510 ! ! o Sony PCG-505, PCG-705, PCG-717, PCG-719, PCG-731 ! ! o TI Extensa 660 CDT ! ! o Toshiba Libretto 100CT ! ! o Toshiba Protege SS3000 ! ! o UMAX 520T ! ! 5. ÀßÄê ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥á¥â¥ê¥µ¥¤¥º¤ò´Þ¤àÁ´¤Æ¤Î¥Ç¥Ð¥¤¥¹¾ðÊó¤ò¼«Æ°¸¡½Ð¤¹¤ë¤Î¤Ç¡¢ ! XF86Config ¥Õ¥¡¥¤¥ë¤Î¥Ç¥Ð¥¤¥¹¥»¥¯¥·¥ç¥ó¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê ÀßÄê¤òÍѤ¤¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! Section "Device" ! Identifier "NeoMagic" ! EndSection ! ! xf86config ¤ä XF86Setup ¤ò»È¤¨¤Ð¤³¤ÎÀßÄ꤬¹Ô¤ï¤ì¤Þ¤¹¡£ ! ! ¤·¤«¤·¼«Æ°¸¡½Ð¤ÇÌäÂ꤬µ¯¤­¤¿¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹àÌܤòľÀÜ»ØÄꤹ¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹: ! ! VideoRam - ¥­¥í¥Ð¥¤¥Èñ°Ì ! DacSpeed - MHz ñ°Ì ! MemBase - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥¢¥É¥ì¥¹ ! MMIOBase - ¥á¥â¥ê¥Þ¥Ã¥×I/O¥ì¥¸¥¹¥¿¤ÎʪÍý¥¢¥É¥ì¥¹ ! ! 6. ¥É¥é¥¤¥Ð¥ª¥×¥·¥ç¥ó ! ! o "linear" - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥â¡¼¥É(¥Ç¥Õ¥©¥ë¥È) ! ! o "no_linear" - ¥Ð¥ó¥¯¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥â¡¼¥É ! ! o "no_accel" - ¥½¥Õ¥È¥¦¥§¥¢ÉÁ²è¤À¤±¤ò»ÈÍÑ ! ! o "hw_cursor" - ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍÑ (¥Ç¥Õ¥©¥ë¥È) ! ! o "sw_cursor" - ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤À¤±¤ò»ÈÍÑ ! ! o "mmio" - ¥á¥â¥ê¥Þ¥Ã¥×¤òÄ̤¸¤Æ I/O ¶õ´Ö¤òÍøÍѤ¹¤ë (¥Ç¥Õ¥©¥ë ! ¥È) ! ! o "no_mmio" - I/O ¶õ´Ö¤òľÀÜÍøÍѤ¹¤ë ! ! o "intern_disp" - ÆâÉô¥Ç¥£¥¹¥×¥ì¥¤¤òÍ­¸ú¤Ë¤¹¤ë (¥Ç¥Õ¥©¥ë¥È) ! ! o "extern_disp" - ³°Éô¥Ç¥£¥¹¥×¥ì¥¤¤òÍ­¸ú¤Ë¤¹¤ë ! ! o "no_stretch" - ±Õ¾½¤Ë¤ª¤±¤ëÄã²òÁüÅ٤ǤγÈÂçɽ¼¨¤ò̵¸ú¤Ë¤¹¤ë ! ! o "lcd_center" - ±Õ¾½¤Ë¤ª¤±¤ëÄ㤤²òÁüÅ٤ǤÎÃ濴ɽ¼¨¥â¡¼¥É ! ! Ãí°Õ: ±Õ¾½²èÌ̤γÈÂç¤Ï¡¢²òÁüÅÙ¤¬Ä㤤¾ì¹ç¤Ë¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ ! ¤¹¡£ ! ÆÃÊ̤ÊLCD¥â¡¼¥ÉÀßÄê¤ÇÊØÍø¤Ê¥ª¥×¥·¥ç¥ó(ɬÍפǤϤ¢¤ê¤Þ¤»¤ó): ! ! o "prog_lcd_mode_regs" - ÆÃÊ̤ÊLCD¥â¡¼¥É¥ì¥¸¥¹¥¿¤ò¥»¥Ã¥È¤¹¤ë ! (¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï 2070) ! ! o "no_prog_lcd_mode_regs" - LCD ¥â¡¼¥É¥ì¥¸¥¹¥¿¤ò¥»¥Ã¥È¤·¤Ê¤¤(¥Ç ! ¥Õ¥©¥ë¥ÈÃÍ¤Ï 2070°Ê³°) ! ! o "prog_lcd_mode_stretch" - ³ÈÂçɽ¼¨¤¬Í­¸ú¤Ê¤é¤Ð LCD ¥â¡¼¥É¥ì¥¸¥¹ ! ¥¿¤ò¶¯À©Åª¤ËÀßÄꤹ¤ë ! ! o "no_prog_lcd_mode_stretch" - ³ÈÂçɽ¼¨¤¬Í­¸ú¤Ç¤â LCD ¥â¡¼¥É¥ì¥¸¥¹¥¿ ! ¤ò¶¯À©Åª¤ËÀßÄꤹ¤ë ! ! ¥µ¥Ö¥Î¡¼¥ÈPC Åù¡¢±Õ¾½¤Î¥µ¥¤¥º¤¬°ìÈÌŪ¤Ç¤Ê¤¤¥Þ¥·¥ó¤Î¤¿¤á¤Î¥ª¥×¥·¥ç ! ¥ó: ! ! o "override_validate_mode" - LCD ¥â¡¼¥É¤Î¥Á¥§¥Ã¥¯¤ò̵¸ú¤Ë¤¹¤ë ! ! ·Ù¹ð: ¥â¡¼¥É¤Î¥Á¥§¥Ã¥¯¤ò̵¸ú¤Ë¤¹¤ë¤È¡¢LCD ¤ò²õ¤¹¤è¤¦¤ÊÉÔÀµ¤Ê¥â¡¼¥É¤â»Ø ! Äê¤Ç¤­¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! 7. ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â ! ! o NM2070 ¤Ë¤ª¤±¤ë³°Éô¥â¥Ë¥¿¤Î¥µ¥Ý¡¼¥È¡£ ! ! o NM2070 ¤Ë¤ª¤±¤ë¥Ð¥ó¥¯¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥â¡¼¥É(¤Ä¤Þ¤ê no_linear ¥â¡¼ ! ¥É)¡£ ! ! o NM2070 ¤Ë¤ª¤±¤ë¡¢²èÌ̤βòÁüÅÙ¤¬±Õ¾½²èÌ̤è¤êÄ㤤¾ì¹ç¤Î¿åÊ¿Êý¸þ¤Î°Ì ! ÃÖ¹ç¤ï¤»¡£ ! ! 8. ºî¼Ô ! ! Jens Owen jens@precisioninsight.com Kevin E. Martin ! kevin@precisioninsight.com ! ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï Precision Insight, Inc. (Cedar Park, TX USA)¤¬ XFree86 ! ¥×¥í¥¸¥§¥¯¥È¤Ë´óÉÕ¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ! http://www.precisioninsight.com ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.neo,v 1.1.2.2 1999/11/26 15:23:20 hohndel Exp $ ! ! 9. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.r128 diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/Japanese/README.r128:1.1.2.1 *** /dev/null Sun Jan 9 07:44:07 2000 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.r128 Thu Dec 2 23:30:34 1999 *************** *** 0 **** --- 1,123 ---- + ATI Rage 128 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó + Precision Insight, Inc., SuSE GmBH + 6 October 1999 + The X Japanese Documentation Project + 16 October 1999 + ____________________________________________________________ + + Ìܼ¡ + + 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + 2. µ¡Ç½ + 3. µ»½ÑŪ¤Ê»ö¹à + 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É + 5. ÀßÄê + 6. ¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó + 7. ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â + 8. ºî¼Ô + + ______________________________________________________________________ + + 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + + o ATI Rage 128 ¥Ù¡¼¥¹¤Î¥«¡¼¥É + + 2. µ¡Ç½ + + o 8, 15, 16, 24, 32 bpp ¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È(2D ÉÁ²è¤Î¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥» + ¥é¥ì¡¼¥·¥ç¥ó¤â´Þ¤à) + + o ¥¹¥×¥é¥¤¥È¤Î¤Á¤é¤Ä¤­¤Î¾¯¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë + + o 1800x1440 @ 70Hz ¤Þ¤Ç¤Î¹â²òÁüÅ٤Υӥǥª¥â¡¼¥É¤Î¥µ¥Ý¡¼¥È + + o ¥À¥Ö¥ë¥¹¥­¥ã¥ó¥Ó¥Ç¥ª¥â¡¼¥É(320x200, 320x240 ¤Ê¤É)¤Î¥µ¥Ý¡¼¥È + + o ¥¬¥ó¥ÞÊäÀµ¤òÁ´¤Æ¤Î¥Ô¥¯¥»¥ë¤Î¿¼¤µ¤Ç¥µ¥Ý¡¼¥È + + o ´°Á´¤Ë¥×¥í¥°¥é¥à²Äǽ¤Ê¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È + + o ²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨¤ËÂФ·¤Æ´è·ò¤Ê¥Æ¥­¥¹¥È¥â¡¼¥ÉÉü¸µ + + 3. µ»½ÑŪ¤Ê»ö¹à + + o ¤Ê¤· + + 4. Æ°ºî¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É + + o Rage Fury AGP 32MB + + o XPERT 128 AGP 16MB + + o XPERT 99 AGP 8MB + + 5. ÀßÄê + + ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥«¡¼¥É¤ò½é´ü²½¤¹¤ë¤¿¤á¤ËɬÍפÊÁ´¤Æ¤Î¥Ç¥Ð¥¤¥¹¾ðÊó¤ò¼«Æ°Åª + ¤Ë¸¡½Ð¤·¤Þ¤¹¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ëµ­½Ò¤¹¤ëɬÍ× + ¤¬¤¢¤ë¤Î¤Ï°Ê²¼¤Î¹Ô¤À¤±¤Ç¤¹: + + Section "Device" + Identifier "r128" + EndSection + + ¤¢¤ë¤¤¤Ï¡¢xf86config ¤ä XF86Setup ¤¬¤³¤ì¤ÈƱ¤¸¤³¤È¤ò¹Ô¤¤¤Þ¤¹¡£ + + ¤¿¤À¤·¡¢¼«Æ°¸¡½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¹àÌܤòÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­ + ¤Þ¤¹: + + o VideoRam - ¥­¥í¥Ð¥¤¥Èñ°Ì + + o MemBase - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥¢¥É¥ì¥¹ + + o IOBase - ¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¥ì¥¸¥¹¥¿¤ÎʪÍý¥¢¥É¥ì¥¹ + + o ChipID - PCI ¤Î¥Ç¥Ð¥¤¥¹ ID + + 6. ¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó + + o "hw_cursor" - ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ¹¤ë(¥Ç¥Õ¥©¥ë¥È) + + o "sw_cursor" - ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤ß¤ò»ÈÍÑ + + o "no_accel" - ¥½¥Õ¥È¥¦¥§¥¢¥ì¥ó¥À¥ê¥ó¥°¤Î¤ß¤ò»ÈÍÑ + + o "dac_8_bit" - 8bpp ¥â¡¼¥É¤Ç¤Î¿§¤Î½Å¤ßÉÕ¤±¤ò 888 ¤È¤¹¤ë(¥Ç¥Õ¥©¥ë¥È) + + o "dac_6_bit" - 8bpp ¥â¡¼¥É¤Ç¤Î¿§¤Î½Å¤ßÉÕ¤±¤ò 666 ¤È¤¹¤ë(VGA ¥¨¥ß¥å¥ì + ¡¼¥·¥ç¥ó) + + 7. ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â + + o ¤Ê¤· + + 8. ºî¼Ô + + o Alan Hourihane alanh@fairlite.demon.co.uk + + o Rickard E. (Rik) Faith + + o Kevin E. Martin + + o Dirk Hohndel + + ¤³¤Î¥É¥é¥¤¥Ð¤Ï + + Precision Insight, Inc. + Cedar Park, TX + USA + + ¤Ë¤è¤Ã¤Æ XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë´óÉÕ¤µ¤ì¤Þ¤·¤¿¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï + + SuSE GmbH + Schanzaekerstr. 10 + 90443 Nuernberg + Germany + + ¤¬°ÊÁ°¤Ë´óÉÕ¤·¤¿À®²Ì¤ò¸µ¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ + + http://www.precisioninsight.com -- http://www.suse.com + + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.r128,v 1.1.2.1 1999/12/02 12:30:34 hohndel Exp $ + $PI: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml,v 1.2 1999/10/08 08:33:58 faith Exp $ + Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition:1.1.2.1 Wed Jun 2 17:51:02 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition Tue Dec 28 23:13:50 1999 *************** *** 1,17 **** Rendition ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. ! 23 October 1998 The X Japanese Documentation Project ! 12 January 1999 ____________________________________________________________ Ìܼ¡ 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. µ¡Ç½ ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ --- 1,22 ---- Rendition ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project Inc. (ºÇ½ª¹¹¿·: Dejan Ilic ! ) ! 1 August 1999 The X Japanese Documentation Project ! 4 December 1999 ____________________________________________________________ Ìܼ¡ 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ ! 2. ½ÅÍפÊÃí°Õ ! 3. µ¡Ç½ ! 4. Rendition Íѥɥ饤¥Ð¤¬¼±ÊÌ¡¦ÍøÍѤ¹¤ë XF86Config ¤Î¥ª¥×¥·¥ç¥ó ! 5. ËÜ¥ê¥ê¡¼¥¹¤Î¿·¤·¤¤ÅÀ ! 6. ¸½ºß¤Î¥É¥é¥¤¥Ð¤ÇÃΤé¤ì¤Æ¤¤¤ëÌäÂê ! 7. ¿Ê¹ÔÃæ¤Îºî¶È ! 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ *************** *** 19,29 **** 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ V1000, V2x00 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ÏÁ´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£¥µ¡¼¥Ð¤Î ! ¥Æ¥¹¥È¤Ï miroCRYSTAL VRX (V1000), Diamond Stealth II S220 (V2100), ! Hercules Thriller3D (V2200) ¤Ç¹Ô¤¤¤Þ¤·¤¿¡£ ! 2. µ¡Ç½ o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤· --- 24,54 ---- 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ V1000, V2x00 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ÏÁ´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£¥µ¡¼¥Ð¤Î ! ¥Æ¥¹¥È¤Ï miroCRYSTAL VRX (V1000), Intergraph Intense-100 3D (V1000), ! Diamond Stealth II S220 (V2100), Hercules Thriller3D (V2200), ! Innovision Warrior3D (V2200)¤Ç¹Ô¤¤¤Þ¤·¤¿¡£ ! 2. ½ÅÍפÊÃí°Õ ! ! V1000 ¥«¡¼¥É¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Î¤¿¤á¡¢¥×¥é¥¤¥Þ¥ê¤Î¥Ç¥£¥¹¥×¥ì¥¤¥«¡¼¥É ! ¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! V1000 ¥Ù¡¼¥¹¤Î°ìÉô¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ç¤Ï¡¢write-combine µ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤È ! ¥³¥ó¥Ô¥å¡¼¥¿¤òÅà¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤Ë ! ¤Ï¡¢¤³¤Îµ¡Ç½¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¥Þ¥¶¡¼¥Ü¡¼¥É¤Î BIOS ÀßÄê¤ò»²¾È¤·¡¢ ! write-combine µ¡Ç½¤Ë´Ø·¸¤¹¤ëÁ´¤Æ¤ÎÀßÄê¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤( Ä̾ï¤Ï ! USWC ¤È¸Æ¤Ð¤ì¤ë¤«¡¢¤¢¤ë¤¤¤Ïû½Ì¤·¤Æ WC ¤È¸Æ¤Ð¤ì¤Æ¤¤¤Þ¤¹)¡£ ! ! "chipset" ¥ª¥×¥·¥ç¥ó¤Ï¸½ºß¤Ï¼ÂÁõ¤µ¤ì¤Æ¤ª¤ê¡¢»ØÄꤵ¤ì¤Æ¤¤¤ì¤Ð¤³¤ì¤Ë½¾¤¤ ! ¤Þ¤¹¡£»ÄÇ°¤Ê¤¬¤é¡¢¥É¥é¥¤¥ÐÃæ¤Î°ìÉô¤Î¸Å¤¤¥³¡¼¥É¤Î¤»¤¤¤Ç¡¢¥×¥é¥¤¥Þ¥ê¤Î ! ¥Ç¥£¥¹¥×¥ì¥¤¥«¡¼¥É°Ê³°¤ÎǤ°Õ¤Î¥«¡¼¥É¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤Ã¤Æ¤¤¤ÆÌäÂ꤬¤¢¤ì¤Ð¡¢"sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò ! »È¤Ã¤Æ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ËÌᤷ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 3. µ¡Ç½ o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó̵¤· *************** *** 34,45 **** o 8 bpp (256 pseudo colour) ! o 16 bpp (high color) ! o 32 bpp (true colour) ! 3. XF86Config ¤Î¥ª¥×¥·¥ç¥ó Option "sw_cursor" --- 59,73 ---- o 8 bpp (256 pseudo colour) ! o 15 bpp (RGB ¤Î½Å¤ßÉÕ¤±¤¬ 555 ¤Î 16 ¥Ó¥Ã¥È¡£32768 ¿§¡£V1000 ¥«¡¼¥É¤Î ! ¤ß) ! ! o 16 bpp (high colour, RGB ¤Î½Å¤ßÉÕ¤±¤Ï 565, 65536 ¿§) ! o 32 bpp (true colour, ÁÂ¤Ê 24 ¥Ó¥Ã¥È¡¢1600 Ëü¿§) ! 4. Rendition Íѥɥ饤¥Ð¤¬¼±ÊÌ¡¦ÍøÍѤ¹¤ë XF86Config ¤Î¥ª¥×¥·¥ç¥ó Option "sw_cursor" *************** *** 50,66 **** ¥«¡¼¥É¤ÇÍ­¸ú¤Ê¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦ ¥ê¥¹¥¯¤òÉ餦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£»È¤¦¤È¤­¤Ë¤ÏÃí°Õ¤·¤Þ¤·¤ç¤¦¡£ ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition,v 1.1.2.1 1999/06/02 07:51:02 hohndel Exp $ ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (ËÝÌõ: Æ£¸¶µ± ! ²Å , ¹»Àµ: ¶âÅĹÀ ! »Ê )¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ --- 78,145 ---- ¥«¡¼¥É¤ÇÍ­¸ú¤Ê¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦ ¥ê¥¹¥¯¤òÉ餦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£»È¤¦¤È¤­¤Ë¤ÏÃí°Õ¤·¤Þ¤·¤ç¤¦¡£ + DacSpeed "MHz" + RAMDAC Æȼ«¤Î¾å¸ÂÃͤòÀßÄꤷ¤Þ¤¹¡£¸½ºß¤Ï v2x00 ¥Á¥Ã¥×¤¬ v2100 + (170MHz) ¤È v2200 (203MHz, 230MHz)¤Î¤É¤Á¤é¤Ç¤¢¤ë¤«¤òÄ´¤Ù¤ëÊýË¡¤¬ + ¤Ê¤¤¤Î¤Ç¡¢ºÇ¤âÄ㤤Ãͤò»È¤¦¤³¤È¤Ë¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¼êÆ° + ¤ÇÀßÄꤷ¤Æ¡¢¤³¤ÎÃͤò¾å½ñ¤­¤·¤Æ¤¯¤À¤µ¤¤¡£ + + + 5. ËÜ¥ê¥ê¡¼¥¹¤Î¿·¤·¤¤ÅÀ + + + o XFree86 4.0 ¥É¥é¥¤¥Ð¤Î¤¿¤á¡¢XFree86 3.3.x ¤Î Rendition ¥É¥é¥¤¥Ð¤Î³« + ȯ¤ÏÄä»ß¤·¤Þ¤·¤¿ + + + 6. ¸½ºß¤Î¥É¥é¥¤¥Ð¤ÇÃΤé¤ì¤Æ¤¤¤ëÌäÂê + + + o 15 bpp ("-bpp 15" ¤Þ¤¿¤Ï "-bpp 16 -weight 555")¤Îɽ¼¨¤Ï¡¢ V2x00 ¥« + ¡¼¥É¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤Î¡ÖÀ©¸Â¡×¤Ç¤¢ + ¤ê¡¢Rendition ¤â¤³¤ì¤òǧ¤á¤Æ¤¤¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Ï¤³¤Î¥â¡¼¥É¤Îɽ¼¨¤¬¤Ç + ¤­¤Þ¤¹¤¬¡¢²èÌÌɽ¼¨¤ÏÀ֤ߤ¬¤«¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢¥«¡¼¥É¤Ï¼Â + ºÝ¤Ë¤Ï 565 ¤Î½Å¤ß¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Î¤Ë¡¢X ¤Ï¤³¤Î½Å¤ß¤¬ 555 ¤Î¤Ï¤º¤À¤È¹Í + ¤¨¤ë¤«¤é¤Ç¤¹¡£ + + o V2x00 ¥«¡¼¥É¤Ç¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤¤«¤é²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ë¹Ô¤­¡¢¤Þ¤¿¥Ç¥£¥¹ + ¥×¥ì¥¤¤ËÌá¤ë¤È¸Ç¤Þ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ + + o V1000 ¥«¡¼¥É¤Ç²¾Áۥǥ£¥¹¥×¥ì¥¤¤ò¥¹¥¯¥í¡¼¥ë¤µ¤»¤ë¤È¡¢²èÌ̤ΰìÉô¤¬ÏÄ + ¤ó¤Ç¤·¤Þ¤¤¤Þ¤¹¡£Æ°¤«¤·Â³¤±¤ì¤Ð¤ª¤«¤·¤¤Éôʬ¤Ï¾Ã¤¨¤Þ¤¹¡£V2x00 ¤Ç¤Ï¤³ + ¤ÎÌäÂê¤Ï¸½¤ï¤ì¤Þ¤»¤ó¡£¤¿¤Ö¤ó¥Á¥Ã¥×¤ÎÀ©¸Â¤Ç¤Ï¤Ê¤¯¡¢¥É¥é¥¤¥Ð¤Î¥Ð¥°¤À + ¤È»×¤¤¤Þ¤¹¡£ + + o ¥ª¥×¥·¥ç¥ó "chipset" ¤Ë½¾¤¤¤Þ¤¹¡£»ÄÇ°¤Ê¤¬¤é¥É¥é¥¤¥Ð¤Ë¤Ï¤Þ¤ÀÌäÂ꤬¤¢ + ¤ê¡¢rendition ¤Î¥«¡¼¥É¤¬¥·¥¹¥Æ¥à¤Î¥×¥é¥¤¥Þ¥ê¤Î¥Ç¥£¥¹¥×¥ì¥¤¥«¡¼¥É¤Ç + ¤Ê¤±¤ì¤ÐÆ°ºî¤·¤Þ¤»¤ó¡£ + + o ²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤ¨¤Æ¤âÀµ¤·¤¤¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Éü¸µ¤µ¤ì¤Þ¤»¤ó¡£ + Àµ¤·¤¤¥â¡¼¥É¤Ç¤Ï¤Ê¤¯¡¢¥Ç¥Õ¥©¥ë¥È¤Î 80x25 ¥â¡¼¥É¤Ë¤Ê¤ê¤Þ¤¹¡£ + + o ÆÃÄê¤Î¥â¡¼¥É¤Ç¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤Þ¤ï¤ê¤Ë¿åÊ¿¤ÊÏĤߤ¬¸½¤ï¤ì¤ë + ¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤ï¤Ê¤¤¤«¡¢¤½¤Î + ¥â¡¼¥É¤ÇɬÍפʥХó¥ÉÉý¤ò¾®¤µ¤¯¤¹¤ë¤³¤È¤Ë¤è¤êľ¤»¤Þ¤¹¡£ + + + 7. ¿Ê¹ÔÃæ¤Îºî¶È + + + o ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò´Þ¤á¤¿¾­ÍèŪ¤Ê³«È¯¹àÌܤÏÁ´¤Æ¡¢ XFree86 4.0 ÍѤΠ+ ¥É¥é¥¤¥Ð¤Ë°Ü¹Ô¤·¤Þ¤·¤¿¡£¸½»þÅÀ¤Ç¤Ï¡¢XFree86 3.3.x Íѥɥ饤¥Ð¤Î²þÎÉ + ¤Ï¤â¤¦·×²è¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.rendition,v 1.1.2.3 1999/12/28 12:13:50 hohndel Exp $ ! 8. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ (3.3.5, 3.3.6 ! ÈÇËÝÌõ: Æ£¸¶µ±²Å , ! ¹»Àµ: ¶âÅĹÀ»Ê ! )¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æ ! Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë ! ȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident:1.1.2.1 Wed Jun 2 17:51:03 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident Sat Nov 27 02:23:20 1999 *************** *** 1,264 **** ! Trident ¥Á¥Ã¥×¥»¥Ã¥È»ÈÍѼԤΤ¿¤á¤Î¾ðÊó ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! December 29 1998 ! X Japanese Documentation Project ! 1999 ǯ 2 ·î 1 Æü ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. 512k ¥Ü¡¼¥É¤ËÂФ¹¤ëÆÃÊ̤ʹÍθ ! 3. Äɵ­ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! Trident ¥É¥é¥¤¥Ð¡¼¤Ï XFree86 3.3.3 ¤Î¥ê¥ê¡¼¥¹¤òÁ°¤Ë¡¢¤¹¤³¤·¤Ð¤«¤ê³«È¯ ! ºî¶È¤¬¿Ê¤á¤é¤ì¤Þ¤·¤¿¡£¤³¤Îºî¶È¤Ë¤è¤ê¡¢ºÇ½é¤Î¤Ò¤È¤Ä¤ò½ü¤±¤Ð¤¹¤Ù¤Æ¤Î ! Trident SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤¬¥«¥é¡¼¤ª¤è¤Ó¥â¥Î¥¯¥í¤Î¥µ¡¼¥Ð¡¼¤ÎξÊý¤Ç¥µ¥Ý ! ¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! 8800CS 8200LX 8900B 8900C 8900CL/D 9000 9000i 9100B 9200CXr ! 9320LCD 9400CXi 9420 9420DGi 9430DGi 9440AGi 9660XGi 9680 ! ProVidia9682 ProVidia9685 Cyber9382 Cyber9385 Cyber9385-1 ! Cyber9388 Cyber9397 Cyber9520 3DImage975(PCI) 3DIm- ! age975(AGP) 3DImage985(AGP) ! ! ! ¥µ¡¼¥Ð¡¼¤Ï 9000i ¥Á¥Ã¥×¥»¥Ã¥È¤ò 9000 ¤È¤·¤Æ°·¤¤¤Þ¤¹¡£Ãí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ¤Þ¤¿ 9100B ¤Ï Trident 8900CL ¤È¤·¤Æ°·¤ï¤ì¤Þ¤¹¡£½¾¤Ã¤Æ¡¢ XF86Config ! ¥Õ¥¡¥¤¥ëÃæ¤Ç `Chipset "tvga8900cl"' ¤Þ¤¿¤Ï `Chipset "tvga9000"' ¤Î¤É¤Á ! ¤é¤òÀßÄꤷ¤Æ¤â·ë²Ì¤ÏƱ¤¸¤Ç¤¹¡£ ! ! Ãí: ! ! o XFree86 v3.3.2 ¤«¤é Chipset »ØÄê¤Ç»ÈÍѤ¹¤ë¥­¡¼¥ï¡¼¥É¤¬Êѹ¹¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£º£¸å¤Ï°ìÈÌŪ¤Ê¥­¡¼¥ï¡¼¥É¤Ç¤¢¤ë 'tgui96xx' ¤Ç¤Ï¤Ê¤¯¡¢¼ÂºÝ¤Ë»È ! ÍѤ·¤Æ¤¤¤ëÆÃÄê¤Î¥Á¥Ã¥×¤Î¤¿¤á¤Î¥­¡¼¥ï¡¼¥É¡¢Î㤨¤Ð ProVidia9685 ¥Á¥Ã ! ¥×¤Ê¤é Chipset 'tgui9685' ¤ò»ØÄꤹ¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Cyber9388/9397, 3DImage975, ¤ª¤è¤Ó 3DImage985 ¤ò»ÈÍѤ·¤¿¥«¡¼¥É¤Î¥µ ! ¥Ý¡¼¥È¤Ï XFree86 v3.3.3 ¤Ç²þÁ±¤µ¤ì¡¢¤Þ¤¿¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤Ä¤¤ ! ¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤âÉôʬŪ¤Ë»È¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤¿¤À¤· ! Cyber9388/9397 ¤Ç¤Ï¤³¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Ë¤è¤Ã¤Æɽ¼¨¤Ç¤­¤Ê¤¯¤Ê ! ¤ë¤È¤¤¤¦ÌäÂê¤ÎÊó¹ð¤¬¤¢¤Ã¤¿¤¿¤á¡¢É¸½à¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï ! "accel" ¥ª¥×¥·¥ç¥ó (²¼µ­»²¾È) ¤Î»ØÄê¤Ë¤è¤Ã¤ÆÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¡£ ! ! o 24bpp ¤Ï¤¹¤Ù¤Æ¤Î¥É¥é¥¤¥Ð¡¼¤Ç¥¢¥¯¥»¥é¥ì¡¼¥ÈÈóÂбþ¤Î¤Þ¤Þ¤È¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤Ï¾­Íè¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï²þÁ±¤µ¤ì¤ëͽÄê¤Ç¤¹¡£°ìÊý 32bpp ¤Î¥¢¥¯ ! ¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¤½¤Îµ¡Ç½¤ò»ý¤¿¤Ê¤¤ 9440 °Ê³°¤Î¤¹¤Ù¤Æ¤Î TGUI ¥Ù¡¼¥¹ ! ¤Ê¥Á¥Ã¥×¥»¥Ã¥È¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! Option "nolinear" ! ¥ê¥Ë¥¢¥Þ¥Ã¥Ô¥ó¥°¤Î̵¸ú²½ ! ! Option "linear" ! ¥ê¥Ë¥¢¥Þ¥Ã¥Ô¥ó¥°¤Î¶¯À©»ÈÍÑ¡£Èó PCI ¤Ê¥«¡¼¥É¤Ç 16bpp °Ê¾å¤Î¥â¡¼¥É ! ¤ò»ÈÍѤ¹¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! Ãí: ISA ¥«¡¼¥É¤Ï 16MB ¤Þ¤Ç¤Î¥á¥â¥ê¡¼¤Ë¤·¤«¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó¡£¤³ ! ¤Î¤¿¤á¡¢¥·¥¹¥Æ¥à¤Ë¤½¤ì°Ê²¼¤Î¥á¥â¥ê¡¼¤·¤«Â¸ºß¤·¤Æ¤¤¤Ê¤¤¤³¤È¤ò³Îǧ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¤µ¤â¤Ê¤±¤ì¤Ð¥·¥¹¥Æ¥à¥Ï¥ó¥°¤Î²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! MemBase 0x??????? ! ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¡¼¤Î³«»Ï¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¤¿¤á¤Ë»ÈÍѤ·¤Þ ! ¤¹¡£É¸½à¤Ç¤Ï VLBus/EISA ¤Î¥«¡¼¥É¤Î¾ì¹ç 60MB ¤Ë°ÌÃÖ¤·¤Þ¤¹¡£ ! 8900CL/D ¤Î¾ì¹ç¤Ë¤Ï 15MB ¤Ç¤¹¡£ ! ! Option "no_mmio" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥á¥â¥ê¡¼¥Þ¥Ã¥×¥ÉÆþ½ÐÎÏ (MMIO) ¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤· ! ¤Þ¤¹¡£É¸½à¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤µ¤ì¤ë¤È MMIO ¤âÍ­¸ú¤Ë¤Ê ! ¤ê¤Þ¤¹¡£ MMIO ¤ò̵¸ú¤Ë¤µ¤ì¤¿¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¤¦¤Þ¤¯Æ°ºî ! ¤·¤Þ¤»¤ó¡£ ! ! Option "tgui_pci_read_on" ! PCI ¥Ð¡¼¥¹¥ÈÆɤ߽Ф·¥â¡¼¥É¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "tgui_pci_write_on" ! PCI ¥Ð¡¼¥¹¥È½ñ¤­¹þ¤ß¥â¡¼¥É¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "pci_burst_on" ! (Æɤ߽Ф·¤ª¤è¤Ó½ñ¤­¹þ¤ß¤Î) PCI ¥Ð¡¼¥¹¥Èµ¡Ç½¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "pci_burst_off" ! (Æɤ߽Ф·¤ª¤è¤Ó½ñ¤­¹þ¤ß¤Î) PCI ¥Ð¡¼¥¹¥Èµ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Ãí: TGUI9440 ¥«¡¼¥É¤ËÂФ·¤Æ¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÎÄ´»Ò ! ¤òÊø¤¹¤«¤é¤È¤¤¤¦Íýͳ¤Ç¡¢É¸½àÀßÄê¤Ç¤Ï¸½ºß PCI ¥Ð¡¼¥¹¥È¥â¡¼¥É¤ò ! OFF ¤Ë¤·¤Æ¤¢¤ê¤Þ¤¹¡£À­Ç½¸þ¾å¤Î¤¿¤á¤Ë¤³¤Îµ¡Ç½¤òºÆ¤ÓÍ­¸ú¤Ë¤¹¤ë¤³¤È ! ¤Ï²Äǽ¤Ç¤¹¡£¤½¤Î¾¤Î¤¹¤Ù¤Æ¤Î PCI/AGP ¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ïɸ½à¤Ç PCI ! ¥Ð¡¼¥¹¥È¥â¡¼¥É¤ò ON ¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ClockChip "tgui" ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ï TGUI ¤Îɸ½àÀßÄê¤Ç ! ¤¹¡£ ! ! Option "no_program_clocks" ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò̵¸ú¤Ë¤·¡¢VGA ¤Î¸ÇÄꥯ¥í¥Ã¥¯¤À¤±¤ò»ÈÍѤ· ! ¤Þ¤¹¡£Ä̾ï SVGA ¤Ç¤Ï¤Ê¤¯ VGA ¤Î¤¿¤á¤Î¥â¥Ë¥¿¡¼¤È¤·¤Æ»ÈÍѤµ¤ì¤ë¸Ç ! Äê¼þÇÈ¿ô·¿¤Î¥â¥Ë¥¿¡¼¤ò»ÈÍѤ¹¤ë¾ì¹ç¤ËÍ­¸ú¤Ç¤¹¡£ ! ! Option "noaccel" ! XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "accel" ! Cyber9388/9397 ¤ËÂФ¹¤ë¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "xaa_no_color_exp" ! ¿§Ä´³ÈÂ絡ǽ¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "no_stretch" ! Cyber938x ¥Ù¡¼¥¹¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ LCD ¥¹¥È¥ì¥Ã¥Áµ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ ! ¤¹¡£ ! ! Option "lcd_center" ! Cyber938x ¥Ù¡¼¥¹¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ LCD ¥»¥ó¥¿¥ê¥ó¥°µ¡Ç½¤òÍ­¸ú¤Ë¤· ! ¤Þ¤¹¡£ ! ! Option "cyber_shadow" ! ¥·¥ã¥É¥¦¥ì¥¸¥¹¥¿¡¼¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤¢¤ë¼ï¤Î Cyber ¥Á¥Ã¥×¥»¥Ã¥È ! (¥é¥Ã¥×¥È¥Ã¥×¥Þ¥·¥ó) ¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£ ! ! Option "tgui_mclk_66" ! ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Î¼þÇÈ¿ô¤ò¤â¤È¤â¤È¤Îɸ½àÀßÄ꤫¤é 66MHz ¤ËÊѹ¹¤· ! ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÉÁ²è®ÅÙ¤ò·àŪ¤Ë²þÁ±¤·¤Þ¤¹¤¬¡¢¥Ó¥Ç¥ª¥«¡¼¥É ! ¤ò»½ý¤¹¤ë²ÄǽÀ­¤â¤¢¤ë¤Î¤Ç¼«Ê¬¤Ç¥ê¥¹¥¯¤òȽÃǤ·¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¤â¤·²èÌ̤ËÀã¤Î¤è¤¦¤Ê¥Î¥¤¥º¤¬¸½¤ì¤¿¤é¡¢Ìµ¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï 9440 ¾å¤Ç¤Î¤ß¥Æ¥¹¥ÈºÑ¤ß¤Ç¤¹¡£ ! ! ºÇ½é¤Î Trident ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¢¤ë 8800BR ¤Ï¡¢¥«¥é¡¼¤Þ¤¿¤Ï¥â¥Î¥¯¥í¤Î¥µ ! ¡¼¥Ð¡¼¤Î¤É¤Á¤é¤Ë¤â SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤È¤·¤Æ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤¿ ! ¤À¤·¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¡¼¤Î ``generic'' ¥É¥é¥¤¥Ð¡¼¤Ë¤è¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! ! ! 2. 512k ¥Ü¡¼¥É¤ËÂФ¹¤ëÆÃÊ̤ʹÍθ ! ! 512k Trident ¥Ü¡¼¥É¤ËÂФ¹¤ëÆÃÊ̤ʹÍθ¤Ï´û¤ËÉÔÍפȤʤê¤Þ¤·¤¿¡£¥É¥é¥¤¥Ð ! ¡¼¤Ï¡¢¤³¤ì¤é¤Î¥Ü¡¼¥É¤ËÂФ·¤Æ¤âÄ̾ï¤Î¥¿¥¤¥ß¥ó¥°¤ò»ý¤Ä¥â¡¼¥É¤ò»ÈÍѤǤ­¤ë ! ¤è¤¦¤ËÄ´À°¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ÍøÍѲÄǽ¤Ê¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤Ï Clocks ¹Ô¤Ç»ØÄꤵ ! ¤ì¤¿¿ôÃͤÎȾʬ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¸Å¤¤ Trident ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ëºÇ¹â¥¯¥í¥Ã¥¯¤¬ 65MHz ¤Ç ! ¤¢¤ë¤³¤È¤òǧ¼±¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¤¿¤á¡¢¥«¥é¡¼¥µ¡¼¥Ð¡¼¤Ë¤È¤Ã¤Æ¼ÂºÝ¤ËÍøÍÑ ! ¤Ç¤­¤ëºÇ¹â¤Î¥¯¥í¥Ã¥¯¤Ï 32.5MHz ¤È¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤Ï¤Ä¤Þ¤ê¡¢ 640x480 °Ê¾å ! ¤Î²òÁüÅÙ¤ò¥«¥é¡¼¥µ¡¼¥Ð¡¼¤ÇÍøÍѤ¹¤ë¤¿¤á¤Ë¤Ï¥¤¥ó¥¿¡¼¥ì¡¼¥¹¥â¡¼¥É¤¬É¬Í×¤Ç ! ¤¢¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È (8900CL, 9000, 9000i, 9100B, ! 9200CX ¤ª¤è¤Ó 9420) ¤Ç¤Ï 16 ¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢¤Þ¤¿ ! ¤º¤Ã¤È¹â¤¤¥¯¥í¥Ã¥¯¤òÍøÍѤǤ­¤ë¤¿¤á¡¢¥Î¥ó¥¤¥ó¥¿¡¼¥ì¡¼¥¹¤Ç 800x600 ¤Î¥â ! ¡¼¥É¤òɽ¼¨²Äǽ¤Ç¤¹¡£ ! ! ! 3. Äɵ­ ! ! ¸Å¤¤ TVGA8900 ¥Ü¡¼¥É¤Ç¤Ï¥µ¡¼¥Ð¡¼¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥á¥â¥ê¡¼Î̤äÀµ ! ¤·¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¼«Æ°Ç§¼±¤Ë¼ºÇÔ¤¹¤ë¤È¤¤¤¦Êó¹ð¤ò¼õ¤±¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð ! ¡¼¤¬¥á¥â¥ê¡¼Î̤òÀµ¤·¤¯Ç§¼±¤Ç¤­¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ "Videoram" ¥­¡¼¥ï¡¼¥É ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Ç»ÈÍѤ·¤ÆÀµ¤·¤¤¿ôÃͤò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ (Îã ! Videoram 512 ¤Þ¤¿¤Ï Videoram 1024) ¥µ¡¼¥Ð¡¼¤¬¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¼«Æ°Ç§¼± ! ¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤ËÄɲ䷤ƤߤƤ¯¤À¤µ ! ¤¤¡£ ! ! Clocks 25 28 45 36 57 65 50 40 ! ! ! ¤³¤Î¹Ô¤Ï¸Å¤¤ Trident ¤Î¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶¡¼¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤ÆÄó¶¡ ! ¤µ¤ì¤Æ¤¤¤¿¥¯¥í¥Ã¥¯¤Î¿ôÃͤò»ØÄꤷ¤Þ¤¹¡£¤³¤ì¤é¤Î¿ôÃͤϿ·¤·¤¤¥¯¥í¥Ã¥¯¥·¥ó ! ¥»¥µ¥¤¥¶¡¼¤ËÂФ¹¤ëºÇ½é¤Îɸ½àŪ¤Ê 8 ¥¯¥í¥Ã¥¯¤Ç¤â¤¢¤ê¤Þ¤¹¤¬¡¢¿·¤·¤¤¥Ü¡¼ ! ¥É¤Ç¤Ï¥¯¥í¥Ã¥¯¤Îǧ¼±¤Ë´Ø¤¹¤ëÌäÂê¤ÏȯÀ¸¤·¤Ê¤¤¤Ï¤º¤Ç¤¹¡£ ! ! ¤¤¤¯¤Ä¤«¤Î¿·¤·¤¤ Trident 8900B/C ¥Ü¡¼¥É¤ÏÌÀ¤é¤«¤Ë 9000 ¤ª¤è¤Ó 8900CL ! ¥Ü¡¼¥É¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶¡¼¤òÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤· ! »ÈÍѤ·¤Æ¤¤¤ë¥Ü¡¼¥É¤Ë "Trident TCK900x" ("x" ¤Ï 2 ¤Þ¤¿¤Ï 4 ¤Ç¤¢¤ëÎ㤬³Î ! ǧ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â¾¤Î¿ôÃͤ⸺ߤ¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó) ¤È¤¤¤¦¥é¥Ù¥ë¤ÎÉÕ¤¤¤¿ ! ¥Á¥Ã¥×¤¬»ÈÍѤµ¤ì¤Æ¤¤¤ë¤Ê¤é¡¢¤½¤Î¥Ü¡¼¥É¤Ë¤Ï 4 ÈÖÌܤΥ¯¥í¥Ã¥¯ÁªÂò¥Ó¥Ã¥È ! ¤¬Â¸ºß¤·¤Þ¤¹¡£ 9002 ¤Ë¤Ï 12 ¤ÎÁê°Û¤Ê¤ë¥¯¥í¥Ã¥¯¤¬Â¸ºß¤·¤Þ¤¹¡£ (»Ä¤ê¤Î 4 ! ¤Ä¤Ï¾¤ÎÊ£À½¤Ç¤¹) 9004 ¤Ë¤Ï 16 ¤ÎÁê°Û¤Ê¤ë¥¯¥í¥Ã¥¯¤¬Â¸ºß¤·¤Þ¤¹¡£ (9002 ! ¤ÈƱ¤¸ 12 + Ê̤Π4 ) ¤â¤· 8900B ¤Þ¤¿¤Ï 8900C ¤Î¥Ü¡¼¥É¤Ë¤³¤Î¤è¤¦¤Ê¥Á¥Ã ! ¥×¤¬ÅãºÜ¤µ¤ì¤Æ¤¤¤ë¤Î¤ò¸«¤Ä¤±¤¿¤é¡¢ XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯ ! ¥·¥ç¥ó¤Ë¼¡¤Î¹Ô¤ò»ØÄꤷ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "16clocks" ! ! ! ¤³¤ÎÀßÄê¤Ë¤è¤Ã¤Æ 8900CL ¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë¤Î¤ÈƱ¤¸¥¯¥í¥Ã¥¯ÁªÂò¥³¡¼¥É¤¬ ! ¤½¤Î¥Ü¡¼¥É¤ËÂФ·¤Æ»ÈÍѤµ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Trident ¥É¥é¥¤¥Ð¡¼¤Î³«È¯¤Ë¤¢¤¿¤Ã¤Æ¡¢¶½Ì£¿¼¤¤¤¬º®Í𤵤»¤é¤ì¤ë¤è¤¦¤Ê¥Ï¡¼ ! ¥É¥¦¥§¥¢¤Ë´ØÏ¢¤¹¤ë¸½¾Ý¤¬È¯¸«¤µ¤ì¤Þ¤·¤¿¡£É¸½à¤Î¥¸¥ã¥ó¥Ñ¡¼ÀßÄê¤ò»ÈÍѤ·¤¿ ! ¾ì¹ç¡¢ 57MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ¤·¤Ð¤·¤Ð¥Þ¥·¥ó¤¬¥í¥Ã¥¯¥¢¥Ã¥× ! ¤¹¤ë¤Î¤Ç¤¹¡£¤½¤Î¸å¡¢¤¹¤Ù¤Æ¤Î Trident ¥Ü¡¼¥É¤Ë¤Ï ISA ¥Ð¥¹¾å¤Ç¤½¤Î¥Ü¡¼¥É ! ¤¬ zero-wait-state ¥â¡¼¥É¤ÇÆ°ºî¤¹¤ë¤«¤É¤¦¤«¤ò·èÄꤹ¤ë¤¿¤á¤Î¥¸¥ã¥ó¥Ñ¡¼ ! ¤¬¤¢¤ë¤é¤·¤¤¤³¤È¤¬È½ÌÀ¤·¡¢¤³¤Î¥¸¥ã¥ó¥Ñ¡¼ÀßÄê¤òÊѹ¹¤·¤Æ zero-wait-state ! ¥â¡¼¥É¤Ç¤ÎÆ°ºî¤ò¶Ø»ß¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢À­Ç½¤È°ú¤­´¹¤¨¤Ë¥í¥Ã¥¯¥¢¥Ã¥×¤Ë´Ø ! ¤¹¤ëÌäÂê¤òÂкö¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£ÆÃÄê¤Î¥·¥¹¥Æ¥à¤Ç¤³¤ÎÌäÂ꤬ȯÀ¸¤¹¤ë ! ¤«¤É¤¦¤«¤Ï¡¢ (a) ¥Ð¥¹Â®ÅÙ¡¢ (b) ¥Ó¥Ç¥ª¥á¥â¥ê¡¼Â®ÅÙ¡¢ (c) ¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯Â®ÅÙ¡¢¤ÎÁȤ߹ç¤ï¤»¤Ë¤è¤Ã¤Æ·è¤Þ¤ë¤è¤¦¤Ç¤¹¡£¤Ç¤¹¤«¤é¤³¤Î¸½¾Ý¤¬È¯À¸¤¹¤ë ! ²ÄǽÀ­¤ò¹Íθ¤·¤Æ¡¢¥Ü¡¼¥É¤ÎÉí°»ñÎÁ¤ò¾ï¤Ë¼ê¸µ¤ËÃÖ¤¤¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ ! ! Ãí: VLBus ¥«¡¼¥É¤â¤Þ¤¿¾åµ­¤ÎÌäÂê¤Î±Æ¶Á¤ò¼õ¤±¤Þ¤¹¡£ XF86Config ¥Õ¥¡¥¤¥ë ! Ãæ¤Ç Clocks ¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¾åµ­¤Î lockup ¸½¾Ý¤òËɻߤǤ­¤Þ¤¹¡£ ! ¤·¤«¤·¥«¡¼¥É¤Î wait states ÀßÄê¤Ê¤É¤ä BIOS ¤ÎÀßÄê¤Ê¤É¤ò³Îǧ¤·¤Æ¤ª¤¯²Á ! ÃͤϤ¢¤ë¤Ç¤·¤ç¤¦¡£ ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident,v 1.1.2.1 1999/06/02 07:51:03 hohndel Exp $ ! ! ! ! ! ! ! $XConsortium: trident.sgml /main/11 1996/10/28 04:24:08 kaleb $ ! ! ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml,v ! 3.22.2.8 1998/12/29 12:26:23 ¤òº´Ìî Éð½Ó (Taketoshi Sano ! ¤¬ÏÂÌõ¤·¤¿¤â¤Î¤Ç ! ¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ ! ¤·¤¿¤é¡¢ËÝÌõ¼Ô¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻²¼¤µ ! ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢ ! ¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤¢¤ê¤Þ¤¹¡£ xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤Ä¤¤¤Æ¤Ï ! http://xjman.dsl.gr.jp/ ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,212 ---- ! Trident ¥Á¥Ã¥×¥»¥Ã¥È»ÈÍѼԤΤ¿¤á¤Î¾ðÊó ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! June 25 1999 ! X Japanese Documentation Project ! 1999 ǯ 8 ·î 2 Æü ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. 512k ¥Ü¡¼¥É¤ËÂФ¹¤ëÆÃÊ̤ʹÍθ ! 3. Äɵ­ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! Trident ¥É¥é¥¤¥Ð¡¼¤Ï XFree86 3.3.3 ¤Î¥ê¥ê¡¼¥¹¤òÁ°¤Ë¡¢¤¹¤³¤·¤Ð¤«¤ê³«È¯ ! ºî¶È¤¬¿Ê¤á¤é¤ì¤Þ¤·¤¿¡£¤³¤Îºî¶È¤Ë¤è¤ê¡¢ºÇ½é¤Î¤Ò¤È¤Ä¤ò½ü¤±¤Ð¤¹¤Ù¤Æ¤Î ! Trident SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤¬¥«¥é¡¼¤ª¤è¤Ó¥â¥Î¥¯¥í¤Î¥µ¡¼¥Ð¡¼¤ÎξÊý¤Ç¥µ¥Ý ! ¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! 8800CS 8200LX 8900B 8900C 8900CL/D 9000 9000i 9100B 9200CXr ! 9320LCD 9400CXi 9420 9420DGi 9430DGi 9440AGi 9660XGi 9680 ! ProVidia9682 ProVidia9685 Cyber9382 Cyber9385 Cyber9385-1 ! Cyber9388 Cyber9397 Cyber9520 Cyber9525 3DImage975(PCI) ! 3DImage975(AGP) 3DImage985(AGP) Blade3D CyberBlade ! ! ¥µ¡¼¥Ð¡¼¤Ï 9000i ¥Á¥Ã¥×¥»¥Ã¥È¤ò 9000 ¤È¤·¤Æ°·¤¤¤Þ¤¹¡£Ãí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! ¤Þ¤¿ 9100B ¤Ï Trident 8900CL ¤È¤·¤Æ°·¤ï¤ì¤Þ¤¹¡£½¾¤Ã¤Æ¡¢ XF86Config ! ¥Õ¥¡¥¤¥ëÃæ¤Ç `Chipset "tvga8900cl"' ¤Þ¤¿¤Ï `Chipset "tvga9000"' ¤Î¤É¤Á ! ¤é¤òÀßÄꤷ¤Æ¤â·ë²Ì¤ÏƱ¤¸¤Ç¤¹¡£ ! ! Ãí: ! ! o XFree86 v3.3.2 ¤«¤é Chipset »ØÄê¤Ç»ÈÍѤ¹¤ë¥­¡¼¥ï¡¼¥É¤¬Êѹ¹¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£º£¸å¤Ï°ìÈÌŪ¤Ê¥­¡¼¥ï¡¼¥É¤Ç¤¢¤ë 'tgui96xx' ¤Ç¤Ï¤Ê¤¯¡¢¼ÂºÝ¤Ë»È ! ÍѤ·¤Æ¤¤¤ëÆÃÄê¤Î¥Á¥Ã¥×¤Î¤¿¤á¤Î¥­¡¼¥ï¡¼¥É¡¢Î㤨¤Ð ProVidia9685 ¥Á¥Ã ! ¥×¤Ê¤é Chipset 'tgui9685' ¤ò»ØÄꤹ¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o Cyber9388/9397, 3DImage975, ¤ª¤è¤Ó 3DImage985 ¤ò»ÈÍѤ·¤¿¥«¡¼¥É¤Î¥µ ! ¥Ý¡¼¥È¤Ï XFree86 v3.3.3 ¤Ç²þÁ±¤µ¤ì¡¢¤Þ¤¿¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤Ä¤¤ ! ¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤âÉôʬŪ¤Ë»È¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤¿¤À¤· ! Cyber9388/9397 ¤Ç¤Ï¤³¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÂбþ¤Ë¤è¤Ã¤Æɽ¼¨¤Ç¤­¤Ê¤¯¤Ê ! ¤ë¤È¤¤¤¦ÌäÂê¤ÎÊó¹ð¤¬¤¢¤Ã¤¿¤¿¤á¡¢É¸½à¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï ! "accel" ¥ª¥×¥·¥ç¥ó (²¼µ­»²¾È) ¤Î»ØÄê¤Ë¤è¤Ã¤ÆÍ­¸ú¤Ë¤Ç¤­¤Þ¤¹¡£ ! ! o 24bpp ¤Ï¤¹¤Ù¤Æ¤Î¥É¥é¥¤¥Ð¡¼¤Ç¥¢¥¯¥»¥é¥ì¡¼¥ÈÈóÂбþ¤Î¤Þ¤Þ¤È¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤Ï¾­Íè¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï²þÁ±¤µ¤ì¤ëͽÄê¤Ç¤¹¡£°ìÊý 32bpp ¤Î¥¢¥¯ ! ¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¤½¤Îµ¡Ç½¤ò»ý¤¿¤Ê¤¤ 9440 °Ê³°¤Î¤¹¤Ù¤Æ¤Î TGUI ¥Ù¡¼¥¹ ! ¤Ê¥Á¥Ã¥×¥»¥Ã¥È¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! Option "nolinear" ! ¥ê¥Ë¥¢¥Þ¥Ã¥Ô¥ó¥°¤Î̵¸ú²½ ! ! Option "linear" ! ¥ê¥Ë¥¢¥Þ¥Ã¥Ô¥ó¥°¤Î¶¯À©»ÈÍÑ¡£Èó PCI ¤Ê¥«¡¼¥É¤Ç 16bpp °Ê¾å¤Î¥â¡¼¥É ! ¤ò»ÈÍѤ¹¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ! Ãí: ISA ¥«¡¼¥É¤Ï 16MB ¤Þ¤Ç¤Î¥á¥â¥ê¡¼¤Ë¤·¤«¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó¡£¤³ ! ¤Î¤¿¤á¡¢¥·¥¹¥Æ¥à¤Ë¤½¤ì°Ê²¼¤Î¥á¥â¥ê¡¼¤·¤«Â¸ºß¤·¤Æ¤¤¤Ê¤¤¤³¤È¤ò³Îǧ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£¤µ¤â¤Ê¤±¤ì¤Ð¥·¥¹¥Æ¥à¥Ï¥ó¥°¤Î²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ! ! MemBase 0x??????? ! ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¡¼¤Î³«»Ï¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¤¿¤á¤Ë»ÈÍѤ·¤Þ ! ¤¹¡£É¸½à¤Ç¤Ï VLBus/EISA ¤Î¥«¡¼¥É¤Î¾ì¹ç 60MB ¤Ë°ÌÃÖ¤·¤Þ¤¹¡£ ! 8900CL/D ¤Î¾ì¹ç¤Ë¤Ï 15MB ¤Ç¤¹¡£ ! ! Option "no_mmio" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥á¥â¥ê¡¼¥Þ¥Ã¥×¥ÉÆþ½ÐÎÏ (MMIO) ¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤· ! ¤Þ¤¹¡£É¸½à¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ë¤µ¤ì¤ë¤È MMIO ¤âÍ­¸ú¤Ë¤Ê ! ¤ê¤Þ¤¹¡£ MMIO ¤ò̵¸ú¤Ë¤µ¤ì¤¿¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¤¦¤Þ¤¯Æ°ºî ! ¤·¤Þ¤»¤ó¡£ ! ! Option "tgui_pci_read_on" ! PCI ¥Ð¡¼¥¹¥ÈÆɤ߽Ф·¥â¡¼¥É¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "tgui_pci_write_on" ! PCI ¥Ð¡¼¥¹¥È½ñ¤­¹þ¤ß¥â¡¼¥É¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "pci_burst_on" ! (Æɤ߽Ф·¤ª¤è¤Ó½ñ¤­¹þ¤ß¤Î) PCI ¥Ð¡¼¥¹¥Èµ¡Ç½¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "pci_burst_off" ! (Æɤ߽Ф·¤ª¤è¤Ó½ñ¤­¹þ¤ß¤Î) PCI ¥Ð¡¼¥¹¥Èµ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Ãí: TGUI9440 ¥«¡¼¥É¤ËÂФ·¤Æ¤Ï¡¢¥°¥é¥Õ¥£¥Ã¥¯¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÎÄ´»Ò ! ¤òÊø¤¹¤«¤é¤È¤¤¤¦Íýͳ¤Ç¡¢É¸½àÀßÄê¤Ç¤Ï¸½ºß PCI ¥Ð¡¼¥¹¥È¥â¡¼¥É¤ò ! OFF ¤Ë¤·¤Æ¤¢¤ê¤Þ¤¹¡£À­Ç½¸þ¾å¤Î¤¿¤á¤Ë¤³¤Îµ¡Ç½¤òºÆ¤ÓÍ­¸ú¤Ë¤¹¤ë¤³¤È ! ¤Ï²Äǽ¤Ç¤¹¡£¤½¤Î¾¤Î¤¹¤Ù¤Æ¤Î PCI/AGP ¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ïɸ½à¤Ç PCI ! ¥Ð¡¼¥¹¥È¥â¡¼¥É¤ò ON ¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ClockChip "tgui" ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ï TGUI ¤Îɸ½àÀßÄê¤Ç ! ¤¹¡£ ! ! Option "no_program_clocks" ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò̵¸ú¤Ë¤·¡¢VGA ¤Î¸ÇÄꥯ¥í¥Ã¥¯¤À¤±¤ò»ÈÍѤ· ! ¤Þ¤¹¡£Ä̾ï SVGA ¤Ç¤Ï¤Ê¤¯ VGA ¤Î¤¿¤á¤Î¥â¥Ë¥¿¡¼¤È¤·¤Æ»ÈÍѤµ¤ì¤ë¸Ç ! Äê¼þÇÈ¿ô·¿¤Î¥â¥Ë¥¿¡¼¤ò»ÈÍѤ¹¤ë¾ì¹ç¤ËÍ­¸ú¤Ç¤¹¡£ ! ! Option "noaccel" ! XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "accel" ! Cyber9388/9397 ¤ËÂФ¹¤ë¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "xaa_no_color_exp" ! ¿§Ä´³ÈÂ絡ǽ¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! Option "no_stretch" ! Cyber938x ¥Ù¡¼¥¹¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ LCD ¥¹¥È¥ì¥Ã¥Áµ¡Ç½¤ò̵¸ú¤Ë¤·¤Þ ! ¤¹¡£ ! ! Option "lcd_center" ! Cyber938x ¥Ù¡¼¥¹¤Î¥Á¥Ã¥×¤ËÂФ·¤Æ LCD ¥»¥ó¥¿¥ê¥ó¥°µ¡Ç½¤òÍ­¸ú¤Ë¤· ! ¤Þ¤¹¡£ ! ! Option "cyber_shadow" ! ¥·¥ã¥É¥¦¥ì¥¸¥¹¥¿¡¼¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤¢¤ë¼ï¤Î Cyber ¥Á¥Ã¥×¥»¥Ã¥È ! (¥é¥Ã¥×¥È¥Ã¥×¥Þ¥·¥ó) ¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£ ! ! Option "tgui_mclk_66" ! ¥á¥â¥ê¡¼¥¯¥í¥Ã¥¯¤Î¼þÇÈ¿ô¤ò¤â¤È¤â¤È¤Îɸ½àÀßÄ꤫¤é 66MHz ¤ËÊѹ¹¤· ! ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÉÁ²è®ÅÙ¤ò·àŪ¤Ë²þÁ±¤·¤Þ¤¹¤¬¡¢¥Ó¥Ç¥ª¥«¡¼¥É ! ¤ò»½ý¤¹¤ë²ÄǽÀ­¤â¤¢¤ë¤Î¤Ç¼«Ê¬¤Ç¥ê¥¹¥¯¤òȽÃǤ·¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¤â¤·²èÌ̤ËÀã¤Î¤è¤¦¤Ê¥Î¥¤¥º¤¬¸½¤ì¤¿¤é¡¢Ìµ¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï 9440 ¾å¤Ç¤Î¤ß¥Æ¥¹¥ÈºÑ¤ß¤Ç¤¹¡£ ! ! ºÇ½é¤Î Trident ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¢¤ë 8800BR ¤Ï¡¢¥«¥é¡¼¤Þ¤¿¤Ï¥â¥Î¥¯¥í¤Î¥µ ! ¡¼¥Ð¡¼¤Î¤É¤Á¤é¤Ë¤â SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤È¤·¤Æ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤¿ ! ¤À¤·¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¡¼¤Î ``generic'' ¥É¥é¥¤¥Ð¡¼¤Ë¤è¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ! ! 2. 512k ¥Ü¡¼¥É¤ËÂФ¹¤ëÆÃÊ̤ʹÍθ ! ! 512k Trident ¥Ü¡¼¥É¤ËÂФ¹¤ëÆÃÊ̤ʹÍθ¤Ï´û¤ËÉÔÍפȤʤê¤Þ¤·¤¿¡£¥É¥é¥¤¥Ð ! ¡¼¤Ï¡¢¤³¤ì¤é¤Î¥Ü¡¼¥É¤ËÂФ·¤Æ¤âÄ̾ï¤Î¥¿¥¤¥ß¥ó¥°¤ò»ý¤Ä¥â¡¼¥É¤ò»ÈÍѤǤ­¤ë ! ¤è¤¦¤ËÄ´À°¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ÍøÍѲÄǽ¤Ê¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤Ï Clocks ¹Ô¤Ç»ØÄꤵ ! ¤ì¤¿¿ôÃͤÎȾʬ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¸Å¤¤ Trident ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ëºÇ¹â¥¯¥í¥Ã¥¯¤¬ 65MHz ¤Ç ! ¤¢¤ë¤³¤È¤òǧ¼±¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¤¿¤á¡¢¥«¥é¡¼¥µ¡¼¥Ð¡¼¤Ë¤È¤Ã¤Æ¼ÂºÝ¤ËÍøÍÑ ! ¤Ç¤­¤ëºÇ¹â¤Î¥¯¥í¥Ã¥¯¤Ï 32.5MHz ¤È¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤Ï¤Ä¤Þ¤ê¡¢ 640x480 °Ê¾å ! ¤Î²òÁüÅÙ¤ò¥«¥é¡¼¥µ¡¼¥Ð¡¼¤ÇÍøÍѤ¹¤ë¤¿¤á¤Ë¤Ï¥¤¥ó¥¿¡¼¥ì¡¼¥¹¥â¡¼¥É¤¬É¬Í×¤Ç ! ¤¢¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È (8900CL, 9000, 9000i, 9100B, ! 9200CX ¤ª¤è¤Ó 9420) ¤Ç¤Ï 16 ¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢¤Þ¤¿ ! ¤º¤Ã¤È¹â¤¤¥¯¥í¥Ã¥¯¤òÍøÍѤǤ­¤ë¤¿¤á¡¢¥Î¥ó¥¤¥ó¥¿¡¼¥ì¡¼¥¹¤Ç 800x600 ¤Î¥â ! ¡¼¥É¤òɽ¼¨²Äǽ¤Ç¤¹¡£ ! ! 3. Äɵ­ ! ! ¸Å¤¤ TVGA8900 ¥Ü¡¼¥É¤Ç¤Ï¥µ¡¼¥Ð¡¼¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥á¥â¥ê¡¼Î̤äÀµ ! ¤·¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¼«Æ°Ç§¼±¤Ë¼ºÇÔ¤¹¤ë¤È¤¤¤¦Êó¹ð¤ò¼õ¤±¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð ! ¡¼¤¬¥á¥â¥ê¡¼Î̤òÀµ¤·¤¯Ç§¼±¤Ç¤­¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ "Videoram" ¥­¡¼¥ï¡¼¥É ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Ç»ÈÍѤ·¤ÆÀµ¤·¤¤¿ôÃͤò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ (Îã ! Videoram 512 ¤Þ¤¿¤Ï Videoram 1024) ¥µ¡¼¥Ð¡¼¤¬¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¼«Æ°Ç§¼± ! ¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤ËÄɲ䷤ƤߤƤ¯¤À¤µ ! ¤¤¡£ ! ! Clocks 25 28 45 36 57 65 50 40 ! ! ¤³¤Î¹Ô¤Ï¸Å¤¤ Trident ¤Î¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶¡¼¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤ÆÄó¶¡ ! ¤µ¤ì¤Æ¤¤¤¿¥¯¥í¥Ã¥¯¤Î¿ôÃͤò»ØÄꤷ¤Þ¤¹¡£¤³¤ì¤é¤Î¿ôÃͤϿ·¤·¤¤¥¯¥í¥Ã¥¯¥·¥ó ! ¥»¥µ¥¤¥¶¡¼¤ËÂФ¹¤ëºÇ½é¤Îɸ½àŪ¤Ê 8 ¥¯¥í¥Ã¥¯¤Ç¤â¤¢¤ê¤Þ¤¹¤¬¡¢¿·¤·¤¤¥Ü¡¼ ! ¥É¤Ç¤Ï¥¯¥í¥Ã¥¯¤Îǧ¼±¤Ë´Ø¤¹¤ëÌäÂê¤ÏȯÀ¸¤·¤Ê¤¤¤Ï¤º¤Ç¤¹¡£ ! ! ¤¤¤¯¤Ä¤«¤Î¿·¤·¤¤ Trident 8900B/C ¥Ü¡¼¥É¤ÏÌÀ¤é¤«¤Ë 9000 ¤ª¤è¤Ó 8900CL ! ¥Ü¡¼¥É¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶¡¼¤òÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤· ! »ÈÍѤ·¤Æ¤¤¤ë¥Ü¡¼¥É¤Ë "Trident TCK900x" ("x" ¤Ï 2 ¤Þ¤¿¤Ï 4 ¤Ç¤¢¤ëÎ㤬³Î ! ǧ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â¾¤Î¿ôÃͤ⸺ߤ¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó) ¤È¤¤¤¦¥é¥Ù¥ë¤ÎÉÕ¤¤¤¿ ! ¥Á¥Ã¥×¤¬»ÈÍѤµ¤ì¤Æ¤¤¤ë¤Ê¤é¡¢¤½¤Î¥Ü¡¼¥É¤Ë¤Ï 4 ÈÖÌܤΥ¯¥í¥Ã¥¯ÁªÂò¥Ó¥Ã¥È ! ¤¬Â¸ºß¤·¤Þ¤¹¡£ 9002 ¤Ë¤Ï 12 ¤ÎÁê°Û¤Ê¤ë¥¯¥í¥Ã¥¯¤¬Â¸ºß¤·¤Þ¤¹¡£ (»Ä¤ê¤Î 4 ! ¤Ä¤Ï¾¤ÎÊ£À½¤Ç¤¹) 9004 ¤Ë¤Ï 16 ¤ÎÁê°Û¤Ê¤ë¥¯¥í¥Ã¥¯¤¬Â¸ºß¤·¤Þ¤¹¡£ (9002 ! ¤ÈƱ¤¸ 12 + Ê̤Π4 ) ¤â¤· 8900B ¤Þ¤¿¤Ï 8900C ¤Î¥Ü¡¼¥É¤Ë¤³¤Î¤è¤¦¤Ê¥Á¥Ã ! ¥×¤¬ÅãºÜ¤µ¤ì¤Æ¤¤¤ë¤Î¤ò¸«¤Ä¤±¤¿¤é¡¢ XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯ ! ¥·¥ç¥ó¤Ë¼¡¤Î¹Ô¤ò»ØÄꤷ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "16clocks" ! ! ¤³¤ÎÀßÄê¤Ë¤è¤Ã¤Æ 8900CL ¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë¤Î¤ÈƱ¤¸¥¯¥í¥Ã¥¯ÁªÂò¥³¡¼¥É¤¬ ! ¤½¤Î¥Ü¡¼¥É¤ËÂФ·¤Æ»ÈÍѤµ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! Trident ¥É¥é¥¤¥Ð¡¼¤Î³«È¯¤Ë¤¢¤¿¤Ã¤Æ¡¢¶½Ì£¿¼¤¤¤¬º®Í𤵤»¤é¤ì¤ë¤è¤¦¤Ê¥Ï¡¼ ! ¥É¥¦¥§¥¢¤Ë´ØÏ¢¤¹¤ë¸½¾Ý¤¬È¯¸«¤µ¤ì¤Þ¤·¤¿¡£É¸½à¤Î¥¸¥ã¥ó¥Ñ¡¼ÀßÄê¤ò»ÈÍѤ·¤¿ ! ¾ì¹ç¡¢ 57MHz °Ê¾å¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ë¤è¤Ã¤Æ¤·¤Ð¤·¤Ð¥Þ¥·¥ó¤¬¥í¥Ã¥¯¥¢¥Ã¥× ! ¤¹¤ë¤Î¤Ç¤¹¡£¤½¤Î¸å¡¢¤¹¤Ù¤Æ¤Î Trident ¥Ü¡¼¥É¤Ë¤Ï ISA ¥Ð¥¹¾å¤Ç¤½¤Î¥Ü¡¼¥É ! ¤¬ zero-wait-state ¥â¡¼¥É¤ÇÆ°ºî¤¹¤ë¤«¤É¤¦¤«¤ò·èÄꤹ¤ë¤¿¤á¤Î¥¸¥ã¥ó¥Ñ¡¼ ! ¤¬¤¢¤ë¤é¤·¤¤¤³¤È¤¬È½ÌÀ¤·¡¢¤³¤Î¥¸¥ã¥ó¥Ñ¡¼ÀßÄê¤òÊѹ¹¤·¤Æ zero-wait-state ! ¥â¡¼¥É¤Ç¤ÎÆ°ºî¤ò¶Ø»ß¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢À­Ç½¤È°ú¤­´¹¤¨¤Ë¥í¥Ã¥¯¥¢¥Ã¥×¤Ë´Ø ! ¤¹¤ëÌäÂê¤òÂкö¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£ÆÃÄê¤Î¥·¥¹¥Æ¥à¤Ç¤³¤ÎÌäÂ꤬ȯÀ¸¤¹¤ë ! ¤«¤É¤¦¤«¤Ï¡¢ (a) ¥Ð¥¹Â®ÅÙ¡¢ (b) ¥Ó¥Ç¥ª¥á¥â¥ê¡¼Â®ÅÙ¡¢ (c) ¥É¥Ã¥È¥¯¥í¥Ã ! ¥¯Â®ÅÙ¡¢¤ÎÁȤ߹ç¤ï¤»¤Ë¤è¤Ã¤Æ·è¤Þ¤ë¤è¤¦¤Ç¤¹¡£¤Ç¤¹¤«¤é¤³¤Î¸½¾Ý¤¬È¯À¸¤¹¤ë ! ²ÄǽÀ­¤ò¹Íθ¤·¤Æ¡¢¥Ü¡¼¥É¤ÎÉí°»ñÎÁ¤ò¾ï¤Ë¼ê¸µ¤ËÃÖ¤¤¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ ! ! Ãí: VLBus ¥«¡¼¥É¤â¤Þ¤¿¾åµ­¤ÎÌäÂê¤Î±Æ¶Á¤ò¼õ¤±¤Þ¤¹¡£ XF86Config ¥Õ¥¡¥¤¥ë ! Ãæ¤Ç Clocks ¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¾åµ­¤Î lockup ¸½¾Ý¤òËɻߤǤ­¤Þ¤¹¡£ ! ¤·¤«¤·¥«¡¼¥É¤Î wait states ÀßÄê¤Ê¤É¤ä BIOS ¤ÎÀßÄê¤Ê¤É¤ò³Îǧ¤·¤Æ¤ª¤¯²Á ! ÃͤϤ¢¤ë¤Ç¤·¤ç¤¦¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.trident,v 1.1.2.2 1999/11/26 15:23:20 hohndel Exp $ ! ! $XConsortium: trident.sgml /main/11 1996/10/28 04:24:08 kaleb $ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml,v ! 3.22.2.9 1999/06/25 08:57:15 ¤òº´Ìî Éð½Ó (Taketoshi Sano ! ¤¬ÏÂÌõ¤·¤¿¤â¤Î¤Ç ! ¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ ! ¤·¤¿¤é¡¢ËÝÌõ¼Ô¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻²¼¤µ ! ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢ ! ¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤¢¤ê¤Þ¤¹¡£ xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤Ä¤¤¤Æ¤Ï ! http://xjman.dsl.gr.jp/ ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng:1.1.2.1 Wed Jun 2 17:51:03 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng Sat Nov 27 02:23:21 1999 *************** *** 1,1188 **** ! Tseng ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project, Inc. Dirk H. Hohndel, Koen Gadeyne and ! others. ! 03 Nov 1998 ! The X Japanese Documentation Project ! 03 Feb 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ÍѸì ! 3. ET4000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! 4. ET6000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! 5. °ìÉô¤Î ET4000 ¥Ü¡¼¥É¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯ÃÍÁªÂò¤ÎÌäÂê ! 6. ¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂê ! 7. ´ðËÜÀßÄê ! 8. XF86Config ¥Õ¥¡¥¤¥ë¤ÎÁ´ÂΤ˴ؤ¹¤ë¥ª¥×¥·¥ç¥ó ! 9. ¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹(MemBase)¤Ë´Ø¤¹¤ë»ö¹à ! 9.1 MemBase ÃͤòÊѤ¨¤è¤¦¤È¤¹¤ë¡ÖÁ°¤Ë¡×ÃΤäƤª¤¯¤Ù¤­¤³¤È ! 9.2 MemBase ÃͤÎÁªÂò ! 9.3 Ê̤Υ¢¥×¥í¡¼¥Á ! 9.4 ¾¤Î»î¤ß¤¬Á´¤Æ¼ºÇÔ¤·¤¿¤é¡Ä ! 9.5 À©¸Â ! 9.6 ¥ê¥Ë¥¢¥â¡¼¥É¤Ç¤Ïñ¤ËÆ°ºî¤·¤Ê¤¤¥Ü¡¼¥É¤¬¤¢¤ê¤Þ¤¹ ! 9.7 ¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¤É¤¦¤ä¤Ã¤ÆÄ´¤Ù¤ë¤Î¤Ç¤¹¤«? ! ! 10. ¥â¡¼¥É¤ÎÌäÂê ! 11. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÎÌäÂê ! 12. ET6000 ¥á¥â¥ê¥µ¥¤¥º¤Î±³¤È¿¿¼Â ! 13. ET6000 ¤Î¥á¥â¥ê¥Ð¥ó¥ÉÉý¤Ë´Ø¤¹¤ë¸ØÂç¹­¹ð¤È¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤Ø¤Î±Æ¶Á ! 14. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! 15. SVGA Tseng ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ë¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 16. ¼Õ¼­ ! ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! ! XFree86 ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë Tseng ¥Á¥Ã¥×¥»¥Ã¥È¤Ï ET3000, ET4000, ! ET4000/W32, ET6000 ¤Ç¤¹¡£SVGA ¥É¥é¥¤¥Ð¤Ï ET4000/W32, W32i, W32p, ! ET6000 ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£SVGA ¥µ¡¼¥Ð¤È¤ÏÊÌ ! ¤Ë¤Ê¤Ã¤Æ¤¤¤ë 8bpp(=256 ¿§)¤Î ET4000/W32, ET6000 ¥µ¡¼¥Ð¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¾ð ! Êó¤Ë¤Ä¤¤¤Æ¤Ï¡¢README.W32 ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤ª»È¤¤¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Ç XF86_SVGA ¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç°Ê³°¤Ç¤Ï¡¢XF86_W32 ¤ò ! »È¤¦¤Ù¤­¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£W32 ¥µ¡¼¥Ð¤Ë´Ø¤¹¤ë¿·µ¬³«È¯¤Ï¹Ô¤ï ! ¤ì¤Æ¤¤¤Þ¤»¤ó¡£Á´¤Æ¤ÎÏ«ÎÏ¤Ï SVGA ¥µ¡¼¥Ð¤ËÅêÆþ¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó(XFree86 3.3.1)¤Î SVGA ¥µ¡¼¥Ð¤Ç¤Ï¡¢ET4000W32 ISA ¥«¡¼ ! ¥É¤Î°ìÉô¤ÏÆ°ºî¤·¤Ê¤¤¤³¤È¤¬ÌÀ¤é¤«¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹(¥Þ¥·¥ó¤¬¥Ï¥ó¥°¤·¤Æ¤·¤Þ ! ¤¤¤Þ¤¹¡Ä)¡£¤³¤Î¤è¤¦¤Ê¥«¡¼¥É¤Î¾ì¹ç¤Ë¤Ï W32 ¥µ¡¼¥Ð(XF86_W32) ¤ò»È¤Ã¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! ! 2. ÍѸì ! ! ! Ëܥɥ­¥å¥á¥ó¥È¤Î°Ê¹ß¤Îµ­½Ò¤Ç¤Ï¡¢"8bpp" ¤ò "8 bit per pixel" ¤Îά¸ì¤È¤· ! ¤Þ¤¹¡£¤³¤ì¤Ï 256 ¿§¥â¡¼¥É¤Î¤³¤È¤Ç¤¹¡£Æ±Íͤˡ¢15bpp ¤Ï 32768¿§¥â¡¼¥É ! ¤ò¡¢16bpp ¤Ï 65536 ¿§¥â¡¼¥É¤ò¡¢ 24bpp ¤Ï "packed ·Á¼°" ¤Î 1600Ëü¿§¥â¡¼ ! ¥É¤ò¡¢32bpp ¤Ï "sparse ·Á¼°" ¤Î1600Ëü¿§¥â¡¼¥É¤ò¼¨¤·¤Þ¤¹(32bpp ¥â¡¼¥É¤Ç ! ¤â¼ÂºÝ¤Ë»È¤ï¤ì¤ë¤Î¤Ï 32¥Ó¥Ã¥ÈÃæ 24 ¥Ó¥Ã¥È¤Ç¤¹¡£¤À¤«¤é "sparse (Á¤Ê)·Á ! ¼°" ¤Ê¤Î¤Ç¤¹)¡£ ! ! ¤³¤³¤Ç¤Ï 16bpp ¤È¶èÊ̤¹¤ë¤¿¤á¤À¤±¤Ë 15bpp ¤ò»È¤¤¤Þ¤¹¤¬¡¢Ä̾ï¤Ï¤É¤Á¤é¤â ! 16bpp ¤È¸À¤ï¤ì¤Þ¤¹¡£15bpp ¤Ï¼ÂºÝ¤Ë¤Ï 16bpp ¤Ç¡¢¿§¤Î½Å¤ß¤¬ 5-5-5 ¤Ë¤Ê¤Ã ! ¤Æ¤¤¤Þ¤¹(¥Ô¥¯¥»¥ë¤´¤È¤Ë 1 ¥Ó¥Ã¥Èʬ¤¬ÌµÂ̤ˤʤê¤Þ¤¹)¡£°ìÊý¡¢16bpp ¤Ï ! 16bpp ¤Ç¡¢¿§¤Î½Å¤ß¤¬ 5-6-5 ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! ! 3. ET4000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! ! ! ET4000 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѤΠSVGA ¥É¥é¥¤¥Ð¤Ï¡¢ET4000W32i °Ê¹ß¤Î¤Û¤È¤ó¤É¤Î ! ET4000 ¥Á¥Ã¥×¤ËÂФ·¤ÆÁ´¤Æ¤Î¿§¤Î¿¼¤µ(8, 15, 16, 24,32 bpp) ¤ò¥µ¥Ý¡¼¥È¤· ! ¤Æ¤¤¤Þ¤¹¡£ET4000W32 ¤Ï 8bpp ¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£RAMDAC ¤È SVGA ! ¤ÎÂбþ¥³¡¼¥É¤Ë°Í¸¤·¤Æ¡¢°ìÉô¤Î¥«¡¼¥É¤Ç¤Ï¿§¤Î¿¼¤µ¤Î°ìÉô¤¢¤ë¤¤¤Ï 8bpp ¤À ! ¤±¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ! W32i ¥Á¥Ã¥×¤È W32p ¥Á¥Ã¥×¤Î¾ì¹ç¡¢Âбþ¤·¤Æ¤¤¤ë RAMDAC (¸½ºß¤Ï ICS5341, ! STG170x ,Chrontel CH8398)¤ÇÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì ! ¤é¤Î¥â¡¼¥É¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤âÍ­¸ú¤Ç¤¹¡£ ! ! W32p ¥Ü¡¼¥É¤Î°ìÉô¤Î¼ÂÁõ¤Ë¤ª¤¤¤Æ¤Ï¡¢¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ç»È¤¨¤ë¥Ó¥Ç¥ª¥á ! ¥â¥ê¤¬ 1MB ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Ê¤Î¤Ç¡¢¥É¥é¥¤ ! ¥Ð¤Ç²ò·è¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£XFree86 ¤Ç¤Ï 16/24/32bpp ¥â¡¼¥É¤ò»È¤¦¤¿ ! ¤á¤Ë¥ê¥Ë¥¢¥á¥â¥ê¤¬É¬ÍפʤΤǡ¢¥Ï¥¤¥«¥é¡¼¤ä¥È¥¥¥ë¡¼¥«¥é¡¼¤Î¥¢¥×¥ê¥±¡¼ ! ¥·¥ç¥ó¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¤è¤¦¤Ê¥«¡¼¥É¤Ï¶Ë¤á¤ÆÉÔÊؤˤʤäƤ·¤Þ¤¤¤Þ ! ¤¹(¤³¤Î¤è¤¦¤Ê¥â¡¼¥É¤Ç¤ÏÂçÄñ¥Ó¥Ç¥ª¥á¥â¥ê¤òÂçÎ̤˻Ȥ¤¤Þ¤¹)¡£ ! ! ¤µ¤é¤Ë¡¢¤³¤Î¤è¤¦¤Ê¥«¡¼¥É¤Ï¥ê¥Ë¥¢¥â¡¼¥É¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¥É¥é¥¤¥Ð¤Î¥³¡¼¥É¤ò½ñ¤¯¤È¤­¤ÎÀß·×ȽÃǤǤ¹¡£¤â¤·¥ê¥Ë ! ¥¢¥â¡¼¥É¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤¹¤ì¤Ð¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤Ï 768kB ¤· ! ¤«»È¤¨¤Ê¤¤¤Ç¤·¤ç¤¦¤·¡¢¥É¥é¥¤¥Ð¤Î¥³¡¼¥É¤ÏÇܤ¯¤é¤¤Ê£»¨¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¤Ç ! ¤·¤ç¤¦¡£ ! ! ¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ RAMDAC ¤òÀѤó¤À¥«¡¼¥É¤Ï¡¢¸Å¤¤¥«¡¼¥É¤ÈƱ¤¸¤è¤¦ ! ¤ÊÀ©¸Â¤ò¼õ¤±¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢¼ÂºÝ¤Ë¤Ï¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤò 135MHz ¤Þ¤Ç¾å¤² ! ¤é¤ì¤ë¤È¤³¤í¤òºÇÂçÃÍ 86MHz ¤ËÀ©¸Â¤µ¤ì¤Þ¤¹¡£¤½¤Î·ë²Ì¡¢1280x1024 ¥â¡¼¥É ! ¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ç¤·¤«»È¤¨¤º¡¢È󥤥󥿥졼¥¹¥â¡¼¥É¤Ç¤Ï¥ê¥Õ¥ì¥Ã¥·¥å ! ¥ì¡¼¥È 75 Hz ¤Î 1024x768 ÄøÅÙ¤ËÀ©¸Â¤µ¤ì¤Þ¤¹¡£ ! ! W32 ¥¿¥¤¥×¤Î¥«¡¼¥É¤ÇÈ󥤥󥿥졼¥¹¤Î 1280x1024x(256 ¿§) 135MHz ¤ò»È¤¦ ! ¤Ë¤Ï¡¢RAMDAC ¤Î¿½Å²½¤Îµ¡Ç½¤ò»ý¤Ä w32p(16 ¥Ó¥Ã¥È¤Î RAMDAC ¥Ð¥¹¤òÅëºÜ) ! ¤¬É¬ÍפǤ¹¡£¤È¤¤¤¦¤Î¤â¡¢w32p ¤Ï 135MHz ¤Ç¤Ï¤Ê¤¯ (135/2 = 67.5) MHz ¤· ! ¤«»²¾È¤·¤Ê¤¤¤«¤é¤Ç¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢ICS5341 GENDAC, STG170x, CH8398 ¤Î¤¤ ! ¤º¤ì¤«¤ò»È¤Ã¤Æ¤¤¤ë¥«¡¼¥ÉÀìÍѤÎÆÃÊ̤ʥ³¡¼¥É¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤³¤Î¥³¡¼¥É ! ¤ÏÂçÄñ¤Î¾ì¹ç¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤è¤¦¤Ç¤¹¤¬¡¢ICS5341 ¤ò»È¤¦¾ì¹ç¤À¤±¤ÏÎã³°¤Ç¡¢ ! 90MHz ÉÕ¶á¤Î¼þÇÈ¿ô¤Ç¾®¤µ¤¤¼Ê¤¬¸½¤ï¤ì¤Þ¤¹¡£ ! ! ¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É(ÆÃ¤Ë xf86quake Åù¤Î DGA ¥¯¥é¥¤¥¢¥ó¥È¤Ç¤Ï½ÅÍ×)¤Ï¡¢Á´ ! ¤Æ¤Î ET4000W32i, ET4000W32p ¥«¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ ET4000W32 ! ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¥ê¥Ë¥¢¥á¥â¥ê¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¥ê¥Ë¥¢¥á¥â¥ê¤Ë´Ø¤¹¤ë½ÅÍ×»ö¹à¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! ¿§¤Î¿¼¤µ¤¬Â礭¤¤¾ì¹ç¡¢¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤ÏɬÍפǤ¹¡£¤³¤ì¤é¤Î¥â¡¼¥É¤Î¾ì ! ¹ç¤Ë¤Ï¡¢¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¸å½Ò¤Î¥ê¥Ë¥¢¥á¥â¥ê¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç ! ¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥»¥¯¥·¥ç¥ó¤Ë¤Ï¡¢º¤Æñ¤ÊÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Î½Å ! ÍפʾðÊ󤬽ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 8bpp ¥â¡¼¥É¤Ç¶¯À©Åª¤Ë¡Ö¥Ð¥ó¥¯ÀÚÂؤ¨¡×¥â¡¼¥É¤Ë¤¹¤ë¤Ë¤Ï(¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼ ! ¥É¤¬¥Ç¥Õ¥©¥ë¥È¤Ç¤¹)¡¢°Ê²¼¤Î¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç ! ¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! Option "no_linear" ! ! ! W32 ·Ï¤È ET6000 ·Ï¤ÎÁ´¤Æ¤Î¥Á¥Ã¥×¤Ë¤ª¤¤¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¥µ¥Ý¡¼¥È¤µ ! ¤ì¤Æ¤ª¤ê¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥µ¥Ý¡¼¥È ! ¤Ï XFree86 ¤Î¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¤¥ó¥¿¥Õ¥§¡¼¥¹(XAA)¤Ë´ð¤Å¤¤¤Æ¤¤¤Þ ! ¤¹¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤ÆÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤ơ¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "noaccel" ! ! ! ! PCI ¥·¥¹¥Æ¥à¤Î°ìÉô(¤Ä¤Þ¤ê¡¢ET6000 ¤ä ET4000W32p ¤À¤±)¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì ! ¡¼¥·¥ç¥ó¤ò»È¤¦¤È¥Õ¥©¥ó¥È¤¬²õ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤¬»þ¡¹µ¯¤³¤ê¤Þ¤¹¡£¤³¤Î¸¶°ø¤Ï ! ¿ʬ¡¢Tseng PCI ¥Ç¥Ð¥¤¥¹¤Ë¤Ï¡Ö¥×¥ê¥Õ¥§¥Ã¥ÁÉÔ²Äǽ¡×°À­¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë ! ¤³¤È¤ò̵»ë¤¹¤ë¥·¥¹¥Æ¥à BIOS ¤¬¡¢¤ª¤«¤·¤Ê½ñ¤­¹þ¤ß¤ò¹Ô¤¦¤³¤È¤Ç¤¹¡£¤³¤Î¤è ! ¤¦¤Ê BIOS ¤Ï¡¢"write combining(½ñ¤­¹þ¤ßÏ¢·ë)"(¤Þ¤¿¤Ï "byte merging") ! ¤È¸Æ¤Ð¤ì¤ë PCI ¤Îµ¡Ç½¤ò Tseng ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂФ·¤ÆÍ­¸ú¤Ë¤·¤Þ¤¹¤¬¡¢¥«¡¼ ! ¥É¤Ï¤³¤ì¤òǧ¤á¤Þ¤»¤ó¡£°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ BIOS ÀßÄê¤Ë¤ª¤¤¤Æ¼êÆ°¤Ç ! Write Combining µ¡Ç½(WC ¤È¾Êά¤µ¤ì¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹)¤ÎÍ­¸ú¡¦Ìµ¸ú¤òÀÚÂØ ! ¤¨¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£VGA ¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤ËÂФ·¤Æ WC ¤¬Ìµ¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë ! ¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥·¥¹¥Æ¥à¾å¤Ç¥Õ¥©¥ó¥È¤¬²õ¤ì¤ë¤±¤ì¤É BIOS ¤Ç¤Ï¼êÆ°¤Ç WC ¤ò̵¸ú¤Ë¤¹¤ë¤³¤È ! ¤¬¤Ç¤­¤Ê¤¤¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄÉ ! ²Ã¤·¤Æ¥Õ¥©¥ó¥È¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "xaa_no_color_exp" ! ! ! ! ¤³¤ÎÀßÄê¤ò¹Ô¤¦¤È X ¥µ¡¼¥Ð¤ÎÀ­Ç½¤¬Íî¤Á¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 4. ET6000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! ! ET4000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½¤Ë²Ã¤¨¡¢SVGA ET6000 ¥µ¡¼¥Ð¤Ï SVGA ¥µ¡¼¥Ð¤ÇÍøÍÑ²Ä ! ǽ¤ÊÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: 8bpp, 16bpp(¿§²òÁüÅÙ¤Ï 5-5-5 ! ¤È 5-6-5 ¤ÎξÊý), 24bpp, 32bpp. ! ! ¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É(VGA ¤Î¥Ç¥Õ¥©¥ë¥È¤ÈµÕ¤Ç¡¢¥Ð¥ó¥¯ÀÚÂؤ¨¥ì¥¤¥¢¥¦¥È¤Ç¤¹) ! ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ï 16/24/32bpp ¥â¡¼¥É¤Î¾ì¹ç ! ¤Ë¤ÏɬÍפǤ¢¤ê¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£8bpp ¤Î¾ì¹ç¤Ï¡¢PCI ¥«¡¼¥É ! ¤Ç¤Ï¥ê¥Ë¥¢¥â¡¼¥É¤¬¥Ç¥Õ¥©¥ë¥È¤Ç¡¢ISA/VLB ¥«¡¼¥É¤Ç¤Ï¥Ð¥ó¥¯ÀÚÂؤ¨¥â¡¼¥É¤¬ ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤¹¡£ ! ! 8bpp ¤Ç¶¯À©Åª¤Ë¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ë¤¹¤ë¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î ! SVGA ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲä·¤Þ¤¹: ! ! Option "linear" ! ! ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£ ET6000 ¤Ç¤ÏÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ç¤¹¡£ ! XF86Config ¤Î¥Ç¥Ð¥¤¥¹¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲ乤뤳¤È¤Ç¡¢¥¢¥¯¥»¥é¥ì ! ¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "noaccel" ! ! ! ! Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ë¤ª¤¤¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ET6000 ¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Ë¤è¤ê¡¢»È¤¨¤ë¿§¤Î½¸¹ç¤À¤±¤ÏÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ ! ¤¹(¿§¤ÎÍ×ÁǤ´¤È¤Ë¾å°Ì 2 ¥Ó¥Ã¥È)¡£¤½¤Î·ë²Ì¡¢¥«¡¼¥½¥ë¤Î¿§¤¬(¾¯¤·)¤ª¤«¤· ! ¤¯¤Ê¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥«¡¼¥½¥ë¤Î¿§¤¬ÀäÂФËÀµ³Î¤Ç¤¢¤ë¤³¤È¤¬É¬Íפʾì¹ç¤Ë ! ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£¤·¤«¤·¡¢ÂçÄñ¤Î¥¢¥×¥ê ! ¥±¡¼¥·¥ç¥ó¤Ç¤Ï¿§¤Î¶¸¤¤¤ÏÌäÂê¤Ë¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò ! Í­¸ú¤Ë¤¹¤ë¤Ë¤Ï°Ê²¼¤Î»ØÄê¤ò¹Ô¤¤¤Þ¤¹: ! ! Option "hw_cursor" ! ! ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¤(100MHz ÊÕ¤ê¤ò±Û¤¨¤ëÃÍ)¤È¤­¤Ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤ò»È¤¦¤ÈÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¡¢²èÌ̤κ¸È¾Ì̤«¤é°ìÉô¤¬½Ð¤¿»þ¤Ë ! ¥«¡¼¥½¥ë¤¬»Ø¤¹¾ì½ê¤¬¤ª¤«¤·¤¯¤Ê¤ë¤È¤¤¤¦¤â¤Î¤Ç¤¹¡£ ! ! ET6000 ¥Á¥Ã¥×¤Î¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤Ç¤Ïº£¤Î¤È¤³¤í¡¢¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ç¤Ï ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬»È¤¨¤Þ¤»¤ó¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥«¡¼¥½¥ë¤Î¾åȾʬ¤·¤«É½¼¨ ! ¤µ¤ì¤Ê¤¤¾õÂ֤ˤʤê¤Þ¤¹¡£¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É(320x200 ¤¬¤è¤¯»È¤ï¤ì¤Þ¤¹) ! ¤ò»È¤¤¤¿¤±¤ì¤Ð¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ºÇ¶á¤Î ! ET6000 ¥«¡¼¥É¤È ET6100 ¥«¡¼¥É¤Ç¤Ï¡¢¤³¤ÎÌäÂê¤Ï¸½¤ï¤ì¤Þ¤»¤ó¡£ ! ! °ìÉô¤Î PCI ¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¤È¥Õ¥©¥ó¥È¤¬²õ¤ì¤ë¤³ ! ¤È¤¬»þ¡¹µ¯¤³¤ê¤Þ¤¹¡£Àè¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë¡¢¤³¤Î¸¶°ø¤Ï¥·¥¹¥Æ¥à¤Î BIOS ¤Î¥Ð ! ¥°¤«¡¢¤¢¤ë¤¤¤Ï BIOS ¤Ë¤ª¤±¤ë write combining µ¡Ç½¤ÎÀßÄê¥ß¥¹¤Ç¤¹¡£BIOS ! ¤ò½¤Àµ¤·¤¿¤ê¡¢¥ª¥×¥·¥ç¥ó¤ò¶¯À©Åª¤Ë̵¸ú¤Ë¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲ乤뤳¤È¤Ë¤è¤ê¡¢¥Õ¥©¥ó¥È¤Î ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "xaa_no_color_exp" ! ! ! ! ¿§¤Î¿¼¤µ¤¬Â礭¤¤¤È¤­(24bpp, 32bpp)¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÍѤ¤¤ë¤È¡¢¹â²ò ! ÁüÅ٥⡼¥É(800x600 ÊÕ¤ê¤è¤êÂ礭¤¤²òÁüÅÙ)¤ÇÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥¢ ! ¥¯¥»¥é¥ì¡¼¥¿¤ÎÆ°ºî»þ¤Ë²èÌ̤α¦¤Ë°ì»þŪ¤Ë¡Ö¥´¥ß¡×¤ÎÀþ¤¬¸½¤ï¤ì¤ë¤È¤¤¤¦¤â ! ¤Î¤Ç¤¹¡£¥´¥ß¤Ï¤º¤Ã¤È»Ä¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤¤Ï¤º¤Ç¤¹¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤¬²òÊü¤µ¤ì¤ì ! ¤Ð¤¹¤°¤Ë¾Ã¤¨¤ë¤Ï¤º¤Ç¤¹¡£¤³¤ÎÌäÂê¤Ï¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë¤è¤ë¤â¤Î¤Ç¡¢²óÈò¤¹ ! ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó(¤³¤Î¤è¤¦¤Ê¥â¡¼¥É¤òÁ´¤¯»È¤ï¤Ê¤¤¤È¤¤¤¦²óÈòÊýË¡¤À¤±¤¬ ! ¤¢¤ê¡¢¸½ºß¤Î¥É¥é¥¤¥Ð¤Ç¤Ï¤³¤ì¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹)¡£ ! ! ¤³¤ÎÌäÂê¤ò̵»ë¤¹¤ë¤È¤¤¤¦¤Î¤â°ì¤Ä¤Î¼ê¤Ç¤¹(Ç˲õŪ¤ÊÌäÂê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤« ! ¤é)¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú ! ¤Ë¤¹¤ë¤È¤¤¤¦ÊýË¡¤â¤¢¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬»È¤ï¤ì¤Ê¤¤¤Î¤Ç¡¢¤³¤Î¤è¤¦¤Ê ! ÌäÂê¤òµ¯¤³¤µ¤Ê¤¤¤À¤±¤Î¹­¤¤¥Ð¥ó¥ÉÉý¤¬³ÎÊݤǤ­¤Þ¤¹¡£ ! ! ! 5. °ìÉô¤Î ET4000 ¥Ü¡¼¥É¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯ÃÍÁªÂò¤ÎÌäÂê ! ! XFree86 ¤Ç¤Ï¡¢¹â²òÁüÅ٤Υƥ­¥¹¥È¥â¡¼¥É¤«¤é¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ë¤È¡¢ET4000 ! ¥Ü¡¼¥É¤Î°ìÉô¤Ë¤Ä¤¤¤Æ¥¯¥í¥Ã¥¯ÃͤÎÁªÂò¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¡£É¸½à¤Î ! 80x25 ¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤«¤é¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ë¤È¡¢¥¯¥í¥Ã¥¯ÃͤÎÁªÂò¤Ïɬ¤ºÀµ ! ¤·¤¯¹Ô¤¨¤Þ¤¹¡£ ! ! ¥µ¡¼¥Ð¤ò¹â²òÁüÅ٤Υƥ­¥¹¥È¥â¡¼¥É¤«¤éµ¯Æ°¤·¤¿¤È¤­¤È¡¢80x25 ¤Î¥Æ¥­¥¹¥È¥â ! ¡¼¥É¤«¤éµ¯Æ°¤·¤¿¤È¤­¤ÇÄÌÃΤµ¤ì¤ë¥¯¥í¥Ã¥¯Ãͤ¬°Û¤Ê¤ë¾ì¹ç¡¢¤³¤ÎÌäÂ꤬µ¯¤³ ! ¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¹â²òÁüÅ٤Υƥ­¥¹¥È¥â¡¼¥É¤«¤é¤Ç¤â¥µ¡¼¥Ð¤òÀµ¤·¤¯Æ°ºî ! ¤µ¤»¤ë¤¿¤á¤Ë¡¢XF86Config ¤Ç»ØÄê¤Ç¤­¤ë¥ª¥×¥·¥ç¥ó¤¬¤¤¤¯¤Ä¤«ÍÑ°Õ¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£¥»¥Ã¥È¤¹¤ë¥Õ¥é¥°¤ò¸«¤Ä¤±¤ë¤¿¤á¤Ë¡¢¤Þ¤º¤Ï 80x25 ¤Î¥Æ¥­¥¹¥È¥â¡¼¥É ! ¤«¤é -probeonly ¥Õ¥é¥°¤òÉÕ¤±¤Æ¥µ¡¼¥Ð¤òµ¯Æ°¤·¡¢¥µ¡¼¥Ð¤¬½ÐÎϤ¹¤ë¾ðÊó¤ò¸« ! ¤Þ¤·¤ç¤¦¡£ ! ! VGAXXX: ET4000: Initial hibit state: low ! ! ! ¤È¤¤¤¦¹Ô¤¬½ÐÎϤµ¤ì¤¿¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î SGVA, VGA16, VGA32 ¥» ! ¥¯¥·¥ç¥ó¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹: ! ! ! Option "hibit_low" ! ! ! ! VGAXXX: ET4000: Initial hibit state: high ! ! ! ¤È¤¤¤¦¹Ô¤¬½ÐÎϤµ¤ì¤¿¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î SGVA, VGA16, VGA32 ! ¥»¥¯¥·¥ç¥ó¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹: ! ! Option "hibit_high" ! ! ! ! ! 6. ¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂê ! ! XFree86 1.3 ¤Ç¤Ï¡¢°ìÉô¤Çµ¯¤³¤Ã¤Æ¤¤¤¿¥Æ¥­¥¹¥ÈÉü¸µ¤ÎÌäÂê¤ò·Ú¸º¤·¤è¤¦¤È¤· ! ¤Æ¡¢¥ª¥×¥·¥ç¥ó ``force_bits'' ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤·¤¿¡£¸½ºß¤Ï¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ÎÆ°ºî¤¬¥Ç¥Õ¥©¥ë¥È¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤½¤Î¤â¤Î¤Ï¤Ê¤¯¤Ê¤ê ! ¤Þ¤·¤¿¡£°ÊÁ°¤Î¥Æ¥­¥¹¥ÈÉü¸µ¤ÎÌäÂê¤Ï¡¢XFree86 2.0 ¤Ç¤Ï·Ú¸º¤µ¤ì¤Æ¤¤¤ë¤³¤È ! ¤È»×¤¤¤Þ¤¹¡£ ! ! ! 7. ´ðËÜÀßÄê ! ! ! XF86Config ¤ÎºîÀ®¤Ë¤Ï¡¢XF86Setup ¥×¥í¥°¥é¥à¤Þ¤¿¤Ï xf86config ¥×¥í¥°¥é ! ¥à¤ò»È¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ì¤é¤Î¥×¥í¥°¥é¥à¤Ï¡¢¹â²òÁüÅ٤Π8bpp ¤ÎÀß ! Äê¤Ç¤­¤Á¤ó¤ÈÆ°ºî¤¹¤ë XF86Config ¥Õ¥¡¥¤¥ë¤òºî¤Ã¤Æ¤¯¤ì¤ë¤Ï¤º¤Ç¤¹¡£¤è¤ê¥â ! ¥Ë¥¿¤ËŬ¤·¤¿¥â¡¼¥É(Îã: 1152x864 ¥â¡¼¥É)¤Î¥¿¥¤¥ß¥ó¥°Ãͤò Monitor ¥»¥¯ ! ¥·¥ç¥ó¤ËÄɲ䷤Ƥâ¤è¤¤¤Ç¤·¤ç¤¦¡£¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! ¼¡¤Î¥»¥¯¥·¥ç¥ó¤ÇÀâÌÀ¤·¤Þ¤¹¡£¤³¤³¤Ç¤Ï´ðËÜŪ¤Ê¥ª¥×¥·¥ç¥ó¤ò´Êñ¤ËÀâÌÀ¤·¤Þ ! ¤¹¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬»È¤¨¤ë¥Á¥Ã¥×(ET4000W32 ¤È ET6000)¤Ç¥°¥é¥Õ¥£¥Ã¥¯¥¹ ! ¤ÎºÆÉÁ²è¤¬¤ª¤«¤·¤¯¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢¤Þ¤º "noaccel" ¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! ! 8. XF86Config ¥Õ¥¡¥¤¥ë¤ÎÁ´ÂΤ˴ؤ¹¤ë¥ª¥×¥·¥ç¥ó ! ! ! °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤Ï Tseng ¥É¥é¥¤¥Ð¤Î¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£³Æ¥ª¥×¥·¥ç¥ó¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ëÆâ¤Î svga ¥É¥é¥¤¥Ð¤Î¥»¥¯¥·¥ç¥ó¤Ë¤¢¤ë¡¢¥ª¥×¥·¥ç¥ó¤¬ ! ŬÍѤǤ­¤ë¿§¤Î¿¼¤µ¤Î Screen ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó(Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ì¤Ð¡¢Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ë¤ª¤¤¤Æ¥ª¥×¥·¥ç¥ó¤òÍ­ ! ¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹)¡£ ! ! Option "noaccel" ! (ET4000W32p, et6000) ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò̵ ! ¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ä¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ÃÍ¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Î¥Ð¥°¤Ë´ØÏ¢¤¹¤ëÌäÂ꤬²ò·è¤¹¤ë¤³¤È¤¬Â¿ ! ¤¤¤Î¤Ç¤¹¤¬¡¢À­Ç½¤¬µ¾À·¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹(¥í¡¼¥«¥ë¥Ð¥¹¤ä PCI ¥Ð¥¹ ! ¤Ç¤Ï¤½¤ì¤Ç¤â½½Ê¬¤Ç¤·¤ç¤¦)¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬ ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Á¥Ã¥×¤ËÂФ·¤Æ¤Î¤ßÍ­¸ú¤Ç¤¹¡£ ! ! Option "fast_dram" "slow_dram" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢ÆÃÄê¤Î¥«¡¼¥É¤Î DRAM ¤Î¥¹¥Ô¡¼¥É¤òÀßÄꤷ¤Þ¤¹¡£¥« ! ¡¼¥É¤Ï DRAM ¤Î¥¹¥Ô¡¼¥É¤ÎÀßÄ꤬¤Ç¤­¤ë¤â¤Î¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! "slow_dram" ¥ª¥×¥·¥ç¥ó¤Ï ET4000 ¤È ET4000W32 ¤Ç¤Ï¾ï¤ËÍ­¸ú¤Ë¤µ¤ì ! ¤Þ¤¹¡£Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ÏÃÙ¤¯¤Ê¤ê¡¢¥á¥â¥ê ! ´ØÏ¢¤ÎÌäÂê¤ò¤¤¤¯¤é¤«Èò¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£µ¯Æ°»þ¤Ë²èÌ̤¬¿¿¤Ã°Å¤Ë ! ¤Ê¤ë(¥·¥¹¥Æ¥à¤¬¥Ï¥ó¥°¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹)¥«¡¼¥É¤Ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤¬É¬Íפ«¤â¤·¤ì¤Þ¤»¤ó¡£ "fast_dram" ¥ª¥×¥·¥ç¥ó¤Ï¡¢¥É¥é¥¤¥Ð¤Ë ! DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ò®¤¯¤µ¤»¤Þ¤¹¡£¤³¤ì¤Ë¤è¤Ã¤Æ¤â²èÌÌ´Ø·¸¤ÎÌä ! Âê(¶Ú¡¢¼Ê¡¢¥´¥ßÅù)¤¬Ä¾¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤ÎÌäÂê¤ò¤Ò¤É¤¯¤¹¤ë ! ¤³¤È¤â¤¢¤ê¤Þ¤¹¡£°ìÈÌŪ¤Ë¡¢¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Ï´í¸±¤Ç¤¹¡£¥µ¡¼¥Ð¤ò ! µ¯Æ°¤·¤¿ÅÓü¤Ë¥Þ¥·¥ó¤ò¥¯¥é¥Ã¥·¥å¤µ¤»¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£Ãí°Õ¤·¤Æ ! »È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! option "w32_interleave_off" "w32_interleave_on" (W32i, W32p) ! ¥á¥â¥ê¥¤¥ó¥¿¥ê¡¼¥Ö¤Î¥ª¥ó/¥ª¥Õ¤ò»ØÄꤷ¤Þ¤¹¡£W32i ¤È W32p ¥Á¥Ã¥×¤Ç ! ¤Ï¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 2MB °Ê¾å¤¢¤ë¾ì¹ç¤Ë¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬¹­¤¯¤Ê¤ê ! ¤Þ¤¹¡£Ä̾ VGA BIOS ¤Ï W32i ¤È W32p ¤òÀµ¤·¤¤¥â¡¼¥É¤ËÀßÄꤷ¤Þ ! ¤¹¡£¥á¥â¥ê¤Î¥µ¥¤¥º·èÄê¤ä¥¤¥ó¥¿¥ê¡¼¥Ö¤Ë´Ø¤¹¤ëÌäÂê¤Îµ¿¤¤¤¬¤¢¤ì¤Ð¡¢ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Î¼þ¤ê¤ò¤¤¤¸¤Ã¤Æ¤ß¤ë¤È¾õ¶·¤¬²þÁ±¤¹¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£°­²½¤¹¤ë¤³¤È¤â¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ÏÄ̾ï ! ¤ÏɬÍפʤ¤¤â¤Î¤Ç¤¹¡£¤È¤¤¤¦¤Î¤â¡¢¥µ¡¼¥Ð¤¬Àµ¤·¤¤Ãͤò¼«Æ°Åª¤Ë»È¤¦¤« ! ¤é¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ë¤ª¤«¤·¤ÊÀßÄê¤ò¤¹¤ë¤È¡¢É½¼¨¤¬Á´¤¯ÊѤˤʤà ! ¤Æ¤·¤Þ¤¦¤Ç¤·¤ç¤¦¡£ ! ! option "pci_burst_off" "pci_burst_on" (W32p) ! PCI ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï W32p ¥Á¥Ã¥×¤Î PCI ! ¥Ð¡¼¥¹¥ÈžÁ÷¤ÎÍ­¸ú/̵¸ú¤òÀÚÂؤ¨¤Þ¤¹¡£Ä̾ï¤Ï¡¢¤Þ¤È¤â¤Ê BIOS ¤Ê¤é ! ¥Þ¥¶¡¼¥Ü¡¼¥É¤È VGA ¥«¡¼¥É¤ÎÀßÄê¤ò¹ç¤ï¤»¤ë¤Î¤Ç¤¹¤¬¡¢Î¾¼Ô¤¬°ìÃפ· ! ¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï²èÌ̤˥´¥ß¤¬½Ð¤ë¤Ç¤·¤ç¤¦(¥Þ¥¦¥¹¤ÎÄ̤ä¿ÀפʤÉ)¡£ ! ¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢W32p ¤Î¥Ð¡¼¥¹¥ÈžÁ÷¤ÎÀßÄê¤ò¥Þ¥¶¡¼¥Ü ! ¡¼¥É¤ÎÀßÄê¤È¹ç¤ï¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! videoram 1024 (¤Þ¤¿¤ÏÊ̤ÎÃÍ) (Á´¤Æ¤Î¥Á¥Ã¥×) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¸¡½Ð¤µ¤ì¤¿¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤ò¾å½ñ¤­¤·¡¢»ØÄꤵ¤ì¤¿ ! Î̤Υá¥â¥ê¤¬¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë¤«¤Î¤è¤¦¤ËÆ°ºî¤µ¤»¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ï¡¢¥«¡¼¥É¤Ë¥á¥â¥ê¤¬ 2MB ºÜ¤Ã¤Æ¤¤¤ë¤±¤ì¤É DRAM ¤Î¹½À®¤¬¥É ! ¥é¥¤¥Ð¤¬¥á¥â¥ê¤Î¾å°Ì 1MB ¤ÎÉôʬ¤òÍ­¸ú¤Ë¤¹¤ëÊýË¡¤È¸ß´¹¤Ç¤Ê¤¤¾ì¹ç ! ¤ä¡¢¥á¥â¥ê¤Î¸¡½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤¾ì¹ç¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Clockchip "et6000" (et6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤òÍ­¸ú¤Ë¤·¤Þ¤¹¤¬¡¢ÌÀ¤é¤«¤Ë ! ET6000 ¤Ç¤·¤«»È¤¨¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»Ø ! Äꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥µ¡¼¥Ð¤Ï ET6000 ¤ò¸¡½Ð¤¹¤ë¤ÈÄ̾¥×¥í¥° ! ¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò¼«Æ°Åª¤Ë»È¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤Î¤Ï¡¢¼« ! Æ°¸¡½Ð¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Æ¤¤¤Ê¤¤µ¿¤¤¤¬¤¢¤ë¤È¤­¤À¤±¤Ë¤·¤Þ¤·¤ç¤¦¡£¼þÇÈ ! ¿ô¤Ë¤è¤Ã¤Æ¤ÏÉÔ°ÂÄê¤Ë¤Ê¤ë¤³¤È¤¬¤¢¤ë(²èÌ̤¬¡ÖÇÈÂǤäơפ·¤Þ¤¤¤Þ ! ¤¹)ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£°ÂÄê¤À¤ÈÊݾڤǤ­¤ë¤Î¤Ï¡¢(¥Ç¥Õ¥©¥ë¥È¤Î¥¯ ! ¥í¥Ã¥¯ÃͤΤ褦¤Ë)»î¤·¤Æ¤ß¤¿¼þÇÈ¿ô¤À¤±¤Ç¤¹¡£²èÌ̤¬Íð¤ì¤¿¾ì¹ç¤Ë ! ¤Ï¡¢¾¯¤·¤À¤±°Û¤Ê¤ëÃÍ(0.5MHz ¤º¤ì¤Æ¤¤¤ëÃͤʤÉ)¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¥â¥Ë¥¿¤Ï¤³¤Î¼þÇÈ¿ô¤ËƱ´ü¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¤¬¡¢¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬¤³¤ì¤Ç ! ÉÔ°ÂÄê¤ÊÎΰè¤Î³°¤Ë½Ð¤Æ¤¯¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! Option "linear" (ET4000W32i, ET4000W32p, ET6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢ ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡Á´ÂΤ¬¥·¥¹¥Æ¥à¥á¥â¥ê¤è¤ê¾å°Ì¤Î¥¢¥É¥ì¥¹¤Ë¥Þ¥Ã¥×¤µ ! ¤ì¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡Á´ÂΤËľÀÜ¥¢¥¯¥»¥¹¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤Î ! ÊýË¡¤ò»È¤¦¤È¡¢ÃÙ¤¤ SVGA ¤Î¥Ð¥ó¥¯ÀÚÂؤ¨¤¬ÉÔÍפˤʤê¤Þ¤¹(¥Ð¥ó¥¯ÀÚ ! Âؤ¨¤Ç¤Ï¡¢Æ±»þ¤Ë¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î°ìÉô¤·¤«»²¾È¤Ç¤­¤Þ¤»¤ó)¡£¥ê¥Ë ! ¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï 256 ¿§»þ¤Ë¤ÏÀ­Ç½¤¬¸þ¾å¤·¤Þ¤¹¤·¡¢¸½ºß¤Î¤È¤³¤í ! 16bpp, 24bpp, 32bpp ¤Ç¤Ïɬ¤º»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! MemBase 0xE0000000 (¤¢¤ë¤¤¤ÏÊ̤Υ¢¥É¥ì¥¹) (ET4000W32, ET6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥á¥â¥ê¤Î¥Ù¡¼¥¹¥¢¥É¥ì ! ¥¹¤òÀßÄꤷ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì ! ¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï PCI ¤Ç¤Ê¤¤¾ì¹ç¤Î¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥· ! ¥ó¥°¤ÎÀßÄê¤Ç¤Ï¤¿¤Ö¤óɬÍפǤ¹¤·¡¢PCI ¥Ù¡¼¥¹¤Î¥·¥¹¥Æ¥à¤Ç¤â¼«Æ°¸¡½Ð ! ¤Ë¼ºÇÔ¤¹¤ë»þ¤ËÌò¤ËΩ¤Ä¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢¤Û¤È¤ó¤ÉÁ´¤Æ¤Î PCI ! ¥·¥¹¥Æ¥à¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÉÔÍפǤ¹¡£¸å½Ò¤Î¥ê¥Ë¥¢¥á¥â¥ê¥Ù¡¼¥¹¥¢ ! ¥É¥ì¥¹¤Ë´Ø¤¹¤ë»ö¹à¤òÆɤó¤Ç¤¯¤À¤µ¤¤! ! ! ¸å½Ò¤Î¥ê¥Ë¥¢¥á¥â¥ê¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤Ë´Ø¤¹¤ë»ö¹à¤òÆɤó¤Ç¤¯¤À¤µ¤¤! ! (¤Á¤ã¤ó¤È¤·¤¿Íýͳ¤¬¤¢¤Ã¤Æ¥á¥Ã¥»¡¼¥¸¤ò·«¤êÊÖ¤·¤Æ¤¤¤Þ¤¹¡£) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤Î¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤¦¥Ç¥Õ¥©¥ë¥È¤Î MemBase ÃÍ¤Ç ! ÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤«¡¢¥µ¡¼¥Ð¤¬¥¢¥É¥ì¥¹¤Î»ØÄê¤òÌÀ¼¨Åª¤Ëµá¤á¤¿¾ì¹ç¤À ! ¤±¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "pci_retry" (ET4000W32p(PCI ¥Ð¥¹ÍÑ), ET6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï PCI ¥Ð¥¹¤Î¥ê¥È¥é¥¤µ¡Ç½¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Îµ¡Ç½ ! ¤Ï¡¢¥í¡¼¥«¥ë¥Ð¥¹¤ä PCI ¥Ð¥¹¥Ù¡¼¥¹¤Î¥·¥¹¥Æ¥à¤Ë¤ª¤±¤ëÀ­Ç½¸þ¾å¥â¡¼ ! ¥É¤Ç¤¹¡£¥µ¡¼¥Ð¤¬¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­Áàºî¤ò³«»Ï¤·¤è¤¦¤È¤· ! ¤Æ¤¤¤ë¤±¤ì¤É¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬¤Þ¤ÀÁ°¤ÎÁàºî¤Î¤¿¤á¤Ë¥Ó¥¸¡¼¾õÂÖ¤Ë ! ¤Ê¤Ã¤Æ¤¤¤ë»þ¤Ë¡¢VGA ¥³¥ó¥È¥í¡¼¥é¤Ï¥Ð¥¹¤ò¥Û¡¼¥ë¥É¾õÂÖ(ÂÔ¤Á¾õÂ֤Π! ¤è¤¦¤Ê¤â¤Î¤Ç¤¹)¤Ë¤·¤Þ¤¹¡£ ! ! ¤³¤ì¤Ï VGA ¥«¡¼¥É¤òÆ°¤«¤¹¤¿¤á¤ÎºÇ®¤ÎÊýË¡(¥Ó¥¸¡¼ÂÔ¤Á¥ë¡¼¥×¤¬ÉÔ ! Í×)¤Ç¤¹¤¬¡¢¥¿¥¤¥ß¥ó¥°°Í¸¤Î¥Ç¥Ð¥¤¥¹(¥Æ¡¼¥×¥É¥é¥¤¥Ö¡¢¥µ¥¦¥ó¥É¥«¡¼ ! ¥ÉÅù)¤ËÉéô¤ò¤«¤±¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¥»¥¯¥·¥ç ! ¥ó¤â»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 9. ¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹(MemBase)¤Ë´Ø¤¹¤ë»ö¹à ! ! ! ºÇ½é¤Ë·Ù¹ð¤Ç¤¹: MemBase Ãͤ˸í¤Ã¤¿ÃͤòÄêµÁ¤¹¤ë¤È¡¢(¤â¤Á¤í¤ó¥ª¥Ú¥ì¡¼ ! ¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë)½ÅÂç¤ÊÈï³²¤òÍ¿¤¨¤¿¤ê¡¢»¦¤·¤¿¤ê¤·¤Þ¤¹¡£Æäˡ¢MemBase ! Ãͤ˥·¥¹¥Æ¥à¥á¥â¥ê¤ÎÈÏ°ÏÆâ¤ÎÃͤòÄêµÁ¤¹¤ë¤Î¤Ï¡¢ÃϹö¤Ø¤ÎÊÒÆ»ÀÚÉä¤òÅϤ¹¤Î ! ¤ÈƱ¤¸¤³¤È¤Ç¤¹¡£ ! ! ! 9.1. MemBase ÃͤòÊѤ¨¤è¤¦¤È¤¹¤ë¡ÖÁ°¤Ë¡×ÃΤäƤª¤¯¤Ù¤­¤³¤È ! ! ! µ¬Â§ #1: ¤Þ¤º¤Ï¡¢»ØÄꤹ¤ë¤Î¤Ç¤Ï¤Ê¤¯¡¢¥µ¡¼¥Ð¼«¿È¤Ë¥á¥â¥ê¥Ù¡¼¥¹Ãͤò¸«¤Ä ! ¤±¤µ¤»¤Þ¤·¤ç¤¦¡£É¬¤ºÁ´¤Æ¤Î¥Õ¥¡¥¤¥ë¤ò¥Ç¥£¥¹¥¯¤Ë "sync" ¤·¡¢½ÅÍפʥ¢¥×¥ê ! ¥±¡¼¥·¥ç¥ó¤âÁ´¤Æ½ªÎ»¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£ÅŸ»¥¹¥¤¥Ã¥Á¤ò¨ºÂ¤ËÀڤ뱩Ìܤˤʤà ! ¤Æ¤â¡¢ÀäÂÐ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë°­±Æ¶Á¤¬½Ð¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ ! ! ºÇ¤â´í¸±¤Ê¥«¡¼¥É¤Ï VESA ¥í¡¼¥«¥ë¥Ð¥¹(VLB)ÍѤΠET4000W32p ¤Î¥ê¥Ó¥¸¥ç¥ó ! a ¤È b ¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï¥ê¥Ë¥¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¼«Æ°¸¡½Ð¤·¤Þ¤¹¤¬¡¢¤³¤Î ! ÃͤÏÁ´¤Æ¤Î¥·¥¹¥Æ¥à¤Ç¤¦¤Þ¤¯»È¤¨¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤Û¤È¤ó¤É´í¸±¤Î¤Ê¤¤¥«¡¼¥É¤Ï PCI ¥Ð¥¹ÍѤΥ«¡¼¥É¤Ç¤¹¡£PCI BIOS ¤ÏÄ̾ïÀµ¤· ! ¤¤ MemBase Ãͤò³ä¤êÅö¤Æ¤Æ¤¯¤ì¤ë¤Î¤Ç¡¢°Ê²¼¤Ë½Ò¤Ù¤ë¤è¤¦¤Ê¤´¤Á¤ã¤´¤Á¤ã¤· ! ¤¿¤³¤È¤ÏÁ´¤¯¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¥µ¡¼¥Ð¤¬´Ö°ã¤Ã¤¿ MemBase Ãͤò¼èÆÀ¤·¤¿¾ì¹ç¡¢¥·¥¹¥Æ¥à¤¬¤Ò¤É¤¯¥¯¥é¥Ã¥·¥å ! ¤·¤Æ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó(Îã: ¥Ó¥Ç¥ª¥á¥â¥ê¤¬¥·¥¹¥Æ¥à¥á¥â¥ê¤È¤Á¤ç¤¦¤É½Å ! ¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿¾ì¹ç)¡£¤³¤Î¾ì¹ç¡¢Â¨ºÂ¤Ë¥ê¥»¥Ã¥È¤·¤Æ¤¯¤À¤µ¤¤¡£Àµ¾ï¤Ë ! ¥·¥ã¥Ã¥È¥À¥¦¥ó¤·¤è¤¦¤È¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢X ¥µ¡¼¥Ð¤¬ VGA ¥á ! ¥â¥ê¤Ø¤Î½ñ¤­¹þ¤ß¤ò¹Ô¤Ã¤Æ¤¤¤ë¤È»×¤¤¤Ê¤¬¤é¡¢¼Â¤Ï¥·¥¹¥Æ¥à¥á¥â¥ê¤Ø¤Î½ñ¤­¹þ ! ¤ß¤ò¹Ô¤Ã¤Æ¤·¤Þ¤¦¤Î¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢²õ¤ì¤¿¥Ç¡¼¥¿¤¬¥Ç¥£¥¹¥¯¤Ë½ñ¤­¹þ¤Þ¤ì¤Æ¤· ! ¤Þ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ëÁ°¤Ë sync ¤ò¼Â¹Ô¤·¤Æ¤¤¤ì¤Ð¡¢Èï³²¤ÏÁ´¤¯½Ð¤Ê¤¤ ! (Àµ¾ï½ªÎ»¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Á¥§¥Ã¥¯¤À¤±)¤Ç¤·¤ç¤¦¡£¥µ ! ¡¼¥Ð¤Î½ÐÎϤò¥Æ¥¹¥È¤ò¹Ô¤Ã¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Î¥Õ¥¡¥¤¥ë¤Ë¥ê¥À¥¤¥ì¥¯¥È¤·¤Æ¤Ï¤¤ ! ¤±¤Þ¤»¤ó(sync ¤Î¸å¤Ë¥Ç¡¼¥¿¤ò½ñ¤­¹þ¤à¤³¤È¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹)¡£ ! ! ¤³¤ì¤ÏºÇ°­¤Î¥±¡¼¥¹¤Î¥·¥Ê¥ê¥ª¤Ê¤Î¤Ç¡¢¤³¤¦¤Ê¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤ÏÌÇ¿¤Ë¤Ê¤¤¤Ç ! ¤·¤ç¤¦¡£¾åµ­¤ÎÀâÌÀ¤Ï¡¢ÆɼԤ㧤µ¤ó¤ËŬÀڤʽàÈ÷¤òɬ¤º¤·¤Æ¤â¤é¤¤¡¢Èï³²¤ò ! ½Ð¤µ¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ ! ! ¥µ¡¼¥Ð¤¬»È¤¨¤ë¥ê¥Ë¥¢¥á¥â¥ê¥Ù¡¼¥¹Ãͤò¸«¤Ä¤±¤é¤ì¤Ê¤¤»þ¤Ë¤Ï¡¢¼Â¸³¤ò¹Ô¤¦¤· ! ¤«¤¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ë¤Ä¤¤¤Æ¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤Î»Ä¤ê¤ÎÉôʬ¤ÇÀâÌÀ¤·¤Þ¤¹¡£ ! ! ! 9.2. MemBase ÃͤÎÁªÂò ! ! ŬÀÚ¤Ê MemBase ¤ò¸«¤Ä¤±¤ëºî¶È¤Ï¼Â¤Ë¥È¥ê¥Ã¥­¡¼¤Ç¤¹¡£¥«¡¼¥É¤¬»È¤Ã¤Æ¤¤¤ë ! MemBase Ãͤò·è¤á¤ëÊýË¡¤¬¤Ê¤¤¾ì¹ç¡¢¥·¥¹¥Æ¥à¥á¥â¥ê¤Î¿ô MB ¾å¤Î°ÌÃÖ¤ò»î¤¹ ! ¤Î¤¬ºÇ½é¤Î¿äÄê¤È¤·¤ÆÎɤ¤¤â¤Î¤Ç¤·¤ç¤¦¡£Î㤨¤Ð¡¢¥á¥â¥ê¤ò 16MB ÀѤó¤Ç¤¤¤ë ! ¥·¥¹¥Æ¥à¤Î¾ì¹ç¡¢MemBase ÃÍ¤Ë 0x01000000 (=16M) ¤ä 0x01400000 (=20M) ¤ò ! ÄêµÁ¤¹¤ë¤È¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¤·¤«¤·¡¢¤³¤ì¤Ï PCI ¤Ç¤Ê¤¤¥·¥¹¥Æ¥à¤Ç¤·¤«Æ°ºî¤·¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£¤È¤¤¤¦¤Î ! ¤â¡¢PCI ¥·¥¹¥Æ¥à¤ÏÂçÄñ¡¢2GB ¤ÎÅÀ¤â±Û¤¨¤ÆÁ´¤Æ¤Î¥Ï¡¼¥É¥¦¥¨¥¢¤ò¥Þ¥Ã¥×¤¹¤ë ! ¤«¤é¤Ç¤¹¡£¤·¤«¤·¡¢·«¤êÊÖ¤·¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢PCI ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¥µ¡¼¥Ð¤ÏÀµ¤· ! ¤¤¥ê¥Ë¥¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¤Û¤Ü³Î¼Â¤Ë¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Í£°ì¤ÎÎã³°¤Ï ! Ê£¿ô¤Î PCI ÍÑ VGA ¥«¡¼¥É¤¬ÉÕ¤¤¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Î¾ì¹ç¤Ç¤¹¡£ ! ! VESA ¥í¡¼¥«¥ë¥Ð¥¹(VLB)¥Ü¡¼¥É¤ÎÂçÉôʬ¤Ç¤Ï¡¢¥¢¥É¥ì¥¹¤Î¥Ç¥³¡¼¥É¤Ë´Ø¤¹¤ëÌä ! Â꤬Ê̤ˤ¢¤ê¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤Ï¥¢¥É¥ì¥¹¶õ´Ö¤ÎºÇ½é¤Î 32, 64, ! 128 MB ¤·¤«Å¸³«¤·¤Þ¤»¤ó(¤³¤ì¤ò³Îǧ¤¹¤ëÎɤ¤ÊýË¡¤Ï¡¢¥Ü¡¼¥É¤ËÁõÃå¤Ç¤­¤ë ! DRAM ¤ÎºÇÂçÎ̤òÄ´¤Ù¤ë¤³¤È¤Ç¤¹¡£DRAM ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëʬ¤Î¥¢¥É¥ì¥¹¶õ´Ö ! ¤À¤±¤Ï¾¯¤Ê¤¯¤È¤âŸ³«¤Ç¤­¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤Î¾ì¹ç¤Ï¡¢¤³¤ÎÈϰϤ˼ý¤Þ¤ë MemBase Ãͤ«¡¢¤¢¤ë¤¤¤Ï¥·¥¹ ! ¥Æ¥à¥á¥â¥ê¤Ë²ó¤ê¹þ¤ó¤ÇÌá¤Ã¤Æ¤¯¤ë¤è¤¦¤Ê¼Â¥¢¥É¥ì¥¹¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£¸å¼Ô¤Î¾ì¹ç¤Ë¡¢128MB ¤Î¥¢¥É¥ì¥¹¤·¤«¥Ç¥³¡¼¥É¤·¤Ê¤¤¥·¥¹¥Æ¥à¤ËÂФ·¤Æ ! MemBase ¤ò 128MB ¤ËÀßÄꤹ¤ë¤È¡¢¼ÂºÝ¤Ë¤Ï¥¢¥É¥ì¥¹ 0 ¤È¤·¤Æ¥Ç¥³¡¼¥É¤µ¤ì¤Þ ! ¤¹¡£¤³¤ÎÃͤϤª¤½¤é¤¯¡¢¤Á¤ç¤¦¤É¥«¡¼¥Í¥ë¥á¥â¥ê¤¬ÇÛÃÖ¤µ¤ì¤Æ¤¤¤ë¾ì½ê¤Ç¤·¤ç ! ¤¦¡£¤³¤ì¤¬¡¢MemBase ¤ò¥·¥¹¥Æ¥à¥á¥â¥ê¤Î¤¹¤°¾å¤ËÇÛÃÖ¤¹¤ë¤È¤¤¤¦°ìÈÌŪ¤Ê¥¬ ! ¥¤¥É¥é¥¤¥ó¤¬ºÇ½é¤Ëµó¤²¤é¤ì¤ëÍýͳ¤Ç¤¹¡£¤³¤¦¤·¤Æ¤ª¤¯¤È¡¢¥Ç¥³¡¼¥É¤µ¤ì¤¿¥Ü ! ¡¼¥É¤Î¥¢¥É¥ì¥¹ÈϰϤÎÆâÉô¤Ë¼ÂºÝ¤ËÆþ¤Ã¤Æ¤¤¤ë¸«¹þ¤ß¤¬½½Ê¬¤¢¤ê¤Þ¤¹¡£¤¿¤À ! ¤·¡¢¤³¤ì¤Ï¥Þ¥¶¡¼¥Ü¡¼¥É¤Î¥á¥â¥ê¶õ´ÖÁ´ÂΤ¬ RAM ¤ÇÀê¤á¤é¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Î ! ¤³¤È¤Ç¤¹¡£ ! ! ! 9.3. Ê̤Υ¢¥×¥í¡¼¥Á ! ! ¥Þ¥¶¡¼¥Ü¡¼¥É¤¬¥Ç¥³¡¼¥É¤¹¤ë¥á¥â¥ê¥¢¥É¥ì¥¹¶õ´Ö¶õ´Ö¤ÎÂ礭¤µ¤¬¤ï¤«¤é¤Ê¤¤¾ì ! ¹ç¡¢0x1FC00000 ¤Î¤è¤¦¤Ê¡Ö¼«ÌÀ¤Ç¤Ê¤¤¡×¥¢¥É¥ì¥¹¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤³¤Î ! ¥¢¥É¥ì¥¹¤Ë¤Ï"1" ¤Ë¥»¥Ã¥È¤µ¤ì¤¿¥Ó¥Ã¥È¤¬¤¢¤ê¡¢¤¿¤È¤¨°ìÉô¤¬¥Ç¥³¡¼¥É¤µ¤ì¤Ê ! ¤¯¤Æ¤âÁ´¤Æ¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£0x10000000 Åù¤ò»È¤¦¤È¡¢¥Þ¥¶¡¼ ! ¥Ü¡¼¥É¤¬¥¢¥É¥ì¥¹¤Î¾å°Ì¥Ó¥Ã¥È¤ò¥Ç¥³¡¼¥É¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥·¥¹¥Æ¥à¥á¥â¥ê¤È ! ¥¢¥É¥ì¥¹¤¬¤Á¤ç¤¦¤É½Å¤Ê¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬¤¢¤ëÅÀ¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£¤³ ! ¤ì¤ò¹Ô¤¦¤Î¤Ï°ìÅÙ¤À¤±¤Ç¤·¤ç¤¦¡£ ! ! ! 9.4. ¾¤Î»î¤ß¤¬Á´¤Æ¼ºÇÔ¤·¤¿¤é¡Ä ! ! °ìÉô¤Î VLB ¥Ü¡¼¥É¤Ï 1GB ¤ò±Û¤¨¤ëÎΰè(0x80000000 °Ê¾å)¤Ë¤·¤«¥ê¥Ë¥¢¥Õ¥ì ! ¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò¥Þ¥Ã¥×¤Ç¤­¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢0x80000000 °Ê¾å¤Î MemBase ! Ãͤò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¾¤Ë¤â¡¢16MB °Ê²¼¤ÎÎΰè¤Ë¤·¤«¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò¥Þ¥Ã¥×¤Ç¤­¤Ê ! ¤¤ VLB ¥Ü¡¼¥É¤¬¤¢¤ê¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢¥á¥â¥ê¤ò 12MB °Ê²¼¤Ë¤·¤Æ¥·¥¹¥Æ¥à¤ò ! µ¯Æ°¤·¤Æ¡¢MemBase Ãͤò 0x00C00000 (=12M) ¤Ë»ØÄꤷ¤Æ¤ß¤ë¤Î¤â¤è¤¤¤Ç¤·¤ç ! ¤¦¡£ (°ìÉô¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ç¤Ï¡¢µ¯Æ°»þ¤Ë¥Ñ¥é¥á¡¼¥¿¤ò»ØÄꤷ¤Æ ! ¥á¥â¥ê¤ÎÂ礭¤µ¤òÀ©¸Â¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹ ! ¥Æ¥à¤Ç¤Ï¡¢¥á¥â¥ê¤ÎÂ礭¤µ¤òÊѤ¨¤Æ¤ß¤ë¤¿¤á¤Ë¥³¥ó¥Ô¥å¡¼¥¿¤òʬ²ò¤¹¤ëɬÍ×¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£) ! ! »ÄÇ°¤Ê¤¬¤é¡¢»È¤Ã¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Ë¥¢¥É¥ì¥¹¤ò¶µ¤¨¤Æ¤ä¤ë¤¿¤á¤Î´Êñ¤ÊÊýË¡¤Ï ! ¸ºß¤·¤Þ¤»¤ó(ÂçÄñ¤Î¾ì¹ç¡¢¾Ü¤·¤¤¤³¤È¤Ï¥Þ¥¶¡¼¥Ü¡¼¥É¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤«¤ì ! ¤Æ¤¤¤Þ¤»¤ó)¡£À®¸ù¤¹¤ë¤¿¤á¤Ë¤Ï»î¹Ôºø¸í¤·¤«¤Ê¤¤¤Î¤Ç¤¹¡£¥µ¡¼¥Ð¤Î¥³¡¼¥É¤Ç ! ¤ÏÂçÉôʬ¤Î¥Ü¡¼¥É¤Ç¤¦¤Þ¤¯Æ°ºî¤¹¤ë¥Ç¥Õ¥©¥ë¥ÈÃͤòÍÑ°Õ¤·¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢¤³ ! ¤³¤òÆɤó¤Ç¤¤¤ë¤«¤é¤Ë¤ÏÅöÁ³¡¢ÆɼԤ㧤µ¤ó¤¬¤ª»È¤¤¤Î¥Ü¡¼¥É¤Ï¤³¤ì¤Ë³ºÅö¤· ! ¤Æ¤¤¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¡Ä¡£ ! ! ! 9.5. À©¸Â ! ! ¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹ÃͤòÇÛÃÖ¤¹¤ë¾ì½ê¤Ë¤Ä¤¤¤Æ¤Ï¡¢À©¸Â¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ ! ¤¹¡£ ET4000W32 ·Ï¤ÎÁ´¤Æ¤Î¥Ü¡¼¥É¤Ç¤Ï¡¢4MB ñ°Ì¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó(¤Ä¤Þ¤ê 16MB, 20MB ¤ËÇÛÃ֤Ǥ­¤Þ¤¹¤¬¡¢18M ¤Ë¤ÏÇÛÃ֤Ǥ­¤Þ¤»¤ó)¡£ ! ET6000 ¤Î¾ì¹ç¤Ë¤Ï¡¢16MB ñ°Ì¤Ç»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹(ET6000 ¥É¥é¥¤¥Ð¤Ï ! ¼«Æ°Åª¤Ë¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹Ãͤò·è¤á¤é¤ì¤ë¤Ï¤º¤Ç¤¹¤Î¤Ç¡¢¤½¤â¤½¤â ! MemBase Ãͤò»ØÄꤹ¤ëɬÍפϤʤ¤¤Ï¤º¤Ç¤¹)¡£ ! ! ET4000W32i ¤Î¾ì¹ç¤ÏÌÌÅݤǤ¹¡£¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤Î¥Ù¡¼¥¹Ãͤϥ«¡¼¥É¤¬¥Ï¡¼¥É ! ¥¦¥§¥¢Åª¤Ë»ý¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò¥«¡¼¥É¤«¤éÆɤßÌ᤹³Î¼Â¤ÏÊýË¡¤¬¤¢¤ê¤Þ¤» ! ¤ó¡£¤½¤³¤Ç¡¢²¿¤é¤«¤ÎÊýË¡¤Ç¤³¤Î¥¢¥É¥ì¥¹¤òÄ´¤Ù¡¢»ØÄꤷ¤Æ¤ä¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£¸½ºß¤Î¥³¡¼¥É¤Ç¤Ï¸­¤¤ÊýË¡¤Ç¿äÄꤷ¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢ÊݾڤϤǤ­¤Þ¤»¤ó¡£ ! ! ISA ¥«¡¼¥É¤Ê¤é¤ÐÏäϤº¤Ã¤È´Êñ¤Ç¤¹¡£ISA ¤Ç¤Ï 24 ¸Ä¤Î¥¢¥É¥ì¥¹Àþ¤·¤«»È¤ï ! ¤Ê¤¤¤Î¤Ç¡¢¥ê¥Ë¥¢¥á¥â¥ê¤Ï 16MB ¤ÎÈϰϤ˼ý¤Þ¤é¤Ê¤±¤ì¤Ð¡Ö¤Ê¤ê¤Þ¤»¤ó¡×¡£ ! ET4000 ¥«¡¼¥É¤Ç¤Ï 4MB ñ°Ì¤Ç¥ê¥Ë¥¢¥á¥â¥ê¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤â ! ¹Íθ¤ËÆþ¤ì¤ë¤È¡¢¥ê¥Ë¥¢¥á¥â¥ê¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¥Þ¥·¥ó¤Î¥·¥¹¥Æ¥à¥á¥â¥ê ! ¤ò 12MB ¤è¤ê¿¤¯¤·¤Æ¤Ï¤Ê¤é¤Ê¤¤¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢ISA ¥« ! ¡¼¥É¤Î¾ì¹ç¤Ë¸½¼ÂŪ¤Ë»È¤¨¤ë MemBase ÃÍ¤Ï 0x00C00000 ¤À¤±¤Ç¤¹¡£¤³¤ÎÃÍ¤Ï ! ISA ¤Î W32 ¥«¡¼¥É¤ò¥µ¡¼¥Ð¤¬¸¡½Ð¤·¤¿¾ì¹ç¤Ë¡¢¥µ¡¼¥Ð¤¬¼«Æ°Åª¤ËÁªÂò¤¹¤ëÃÍ ! ¤Ç¤â¤¢¤ê¤Þ¤¹¡£ ! ! ·Ù¹ð: ¥³¥ó¥Ô¥å¡¼¥¿¤Ë 12MB ¤ò±Û¤¨¤ë¥·¥¹¥Æ¥à¥á¥â¥ê¤òÀѤó¤Ç¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ÀѤó¤Ç¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢12MB ¤ò±Û¤¨¤ëÎΰè¤Î¥á¥â¥ê¤Ø¤Î¥¢¥¯¥»¥¹¤òÁ´¤Æ̵¸ú¤Ë ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£°ìÉô¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ÍøÍѤǤ­¤ë¥á ! ¥â¥ê¤ÎÎ̤òµ¯Æ°»þ¤Ë»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤ë¤Î¤Ç¡¢¥ê¥Ë¥¢¥á¥â¥ê¤ò»È¤ª¤¦¤È¤¹¤ë ! ÅÙ¤ËʪÍýŪ¤Ë¥á¥â¥ê¤ò¼è¤ê³°¤¹É¬ÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! ! 9.6. ¥ê¥Ë¥¢¥â¡¼¥É¤Ç¤Ïñ¤ËÆ°ºî¤·¤Ê¤¤¥Ü¡¼¥É¤¬¤¢¤ê¤Þ¤¹ ! ! ¤½¤ÎÄ̤ê¤Ç¤¹¡£¤½¤¦¤¤¤¦¾ì¹ç¤Ï¡¢±¿¤¬°­¤¤¤Î¤Ç¤¹¡£ ! ! Æ°ºî¤·¤Ê¤¤Íýͳ¤Ï¾¯¤Ê¤¯¤È¤â 2 ¤Ä¹Í¤¨¤é¤ì¤Þ¤¹¡£ ! ! ºÇ½é¤ÎÍýͳ¤Ï¤¢¤ê¤Õ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ü¡¼¥É¤Î¥á¡¼¥«¡¼¤¬¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò ! »È¤¦¤¿¤á¤ËɬÍפÊÇÛÀþ¤ä¥Ï¡¼¥É¥¦¥§¥¢¤ò¾Ê¤¤¤Æ¤¤¤ë¤³¤È¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢¤É¤ó¤Ê ! ¤ËÅØÎϤ·¤Æ¤âÌäÂê¤ò²ò·è¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬ÊªÍý ! Ū¤ËÉÔ²Äǽ¤Ê¤Î¤Ç¤¹¤«¤é¡£ ! ! 2ÈÖÌܤÎÍýͳ¤Ï¡¢¸½ºß¤Î XFree86 ¤Î Tseng ÍѤΥê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Î¥³¡¼ ! ¥É¤¬¡¢¥Ü¡¼¥É¤ÎÀ߷פ¬ÁÛÄꤷ¤Æ¤¤¤ëÊýË¡¤È¸ß´¹¤Ç¤Ê¤¤¤³¤È¤Ç¤¹¡£XFree86 ¤Î ! Tseng ÍѤΥ³¡¼¥É¤Ç¤Ï¡¢(ISA, VLB, PCI ¤¤¤º¤ì¤â´Þ¤à)¥Ð¥¹¤Î¥¢¥É¥ì¥¹Àþ¤È ! Tseng VGA ¥Á¥Ã¥×¤Î¥¢¥É¥ì¥¹Àþ¤¬ 1:1 ¤ÇÂбþ¤·¤Æ¤¤¤ë¤³¤È¤òÁÛÄꤷ¤Æ¤¤¤Þ ! ¤¹¡£¤³¤¦¤¤¤¦¤³¤È¤Ï¤¢¤Þ¤ê¤Ê¤¤¤È»×¤¦¤Î¤Ç¡¢¤¿¤Ö¤ó¸¶°ø¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¤³¤Î¤è¤¦¤Ë 1:1 ¤ËÂбþ¤·¤Æ¤¤¤Ê¤¤¥Ü¡¼¥É¤â¤´¤¯¤Þ¤ì¤Ë¤¢¤ê¤Þ¤¹(Îã: 2¤Ä¤Î¥¢ ! ¥É¥ì¥¹Àþ¤òÆþ¤ì´¹¤¨¤Æ¤¤¤ë¤â¤Î)¡£¤³¤Î¥¿¥¤¥×¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò¥µ¥Ý¡¼¥È¤¹¤ë ! ¤³¤È¤Ï²Äǽ¤Ç¤¹¤¬¡¢¸½»þÅÀ¤Ç¤Ï¼ÂÁõ¤Ï¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¾¤Ë¤Ï¡¢¥Ü¡¼¥É¤¬¥¢¥É¥ì¥¹¤ò¥Ç¥³¡¼¥É¤¹¤ë¥Ï¡¼¥É¥¦¥§¥¢¤ò³°Éô¤Ë»ý¤Ã¤Æ¤¤¤ë¾ì ! ¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Ï¡¢¥Ð¥¹¤Î¥¢¥É¥ì¥¹Àþ¤Î¿ô¤È VGA ¥Á¥Ã¥×¤Ë ! ·Ò¤¬¤ë¥¢¥É¥ì¥¹Àþ¤Î¿ô(¾¯¤Ê¤¤)¤ò¹ç¤ï¤»¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ ! ! ¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤Î 1 ¤Ä¤Ï¡¢3 ¤Ä¤Î NOR ¥²¡¼¥È(74F02 ¥Á¥Ã¥× 1 ¤Ä)¤ò»È¤Ã ! ¤Æ 6 ¤Ä¤Î¾å°Ì¥¢¥É¥ì¥¹¤ÎÀþ¤ò W32i ¥Á¥Ã¥×¤Î 3 ¤Ä¤Î¥¢¥É¥ì¥¹¥Ô¥ó¤ËÀܳ¤·¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÌÀ¤é¤«¤Ë 2:1 ¤Î¥Þ¥Ã¥Ô¥ó¥°¤òɽ¤·¡¢1:1 ¤Î¥Þ¥Ã¥Ô¥ó¥°¤Ç¤Ï¤¢ ! ¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤Î¥Ü¡¼¥É¤Ï XFree86 ¤Î¥ê¥Ë¥¢¥â¡¼¥É¼ÂÁõÊýË¡¤È¤Ï ! ¡Ö¸ß´¹¡×¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 9.7. ¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¤É¤¦¤ä¤Ã¤ÆÄ´¤Ù¤ë¤Î¤Ç¤¹¤«? ! ! ñ½ã¤ÊÏäǤÏ: Á´¤¯Æ°ºî¤·¤Ê¤¤¡¢¥Þ¥·¥ó¤¬Åà¤Ã¤Æ¤·¤Þ¤¦¡¢¥¯¥é¥Ã¥·¥å¤·¤Æ¤·¤Þ ! ¤¦¡¢¤½¤Î¾½ô¡¹¤ÎÌäÂ꤬µ¯¤­¤¿»þ¤Ç¤¹¡£ ! ! ¤·¤«¤·¡¢É¬¤º¤·¤âÌÀ¤é¤«¤Ê¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ÌäÂ꤬µ¯¤³¤é¤Ê¤¤¤³¤È¤â¤¢¤ê ! ¤Þ¤¹¡£Ã±¤Ë²èÌ̤¬¿¿¤Ã¹õ¤Ë¤Ê¤Ã¤¿¤ê¡¢²èÌ̤˥´¥ß¤¬É½¼¨¤µ¤ì¤¿¤ê¤·¤Þ¤¹¤¬¡¢¥¹ ! ¥¯¥ê¡¼¥ó¤Ë²¿¤âÉÁ²è¤µ¤ì¤Þ¤»¤ó¡£ºÇ½é¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤·¤¿»þ¤Ë¥³¥¢ ! ¥À¥ó¥×¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÍ­¸ú¤Ë¤·¤Æ¤¤¤¿¤é¡¢¤Û¤Ü³Î¼Â¤Ë¥µ¡¼¥Ð ! ¤Î½ÐÎϤË"WAIT_ACL: timeout" ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤¬Ê£¿ô²ó¸½¤ï¤ì¤Æ¤¤¤ë¤Ç¤·¤ç ! ¤¦¡£¤³¤ÎÍýͳ¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î¥ì¥¸¥¹¥¿¤â¥ê¥Ë¥¢¥á¥â¥ê¤Ë¥Þ¥Ã¥×¤µ¤ì¤Æ¤¤ ! ¤ë¤³¤È¤Ç¤¹¡£¤½¤·¤Æ¡¢¤â¤·¥ê¥Ë¥¢¥á¥â¥ê¤¬Æ°ºî¤·¤Ê¤±¤ì¤Ð¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤â ! Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! ¤·¤«¤·¡¢WAIT_ACL ¤Î¥á¥Ã¥»¡¼¥¸¤Ïɬ¤º¤·¤â¥ê¥Ë¥¢¥á¥â¥ê¥¢¥É¥ì¥¹¤Î¸í¤ê¤ò°Õ ! Ì£¤¹¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥á¥Ã¥»¡¼¥¸¤¬½ÐÎϤµ¤ì¤ë¸¶°ø ! ¤Ï¾¤Ë¤â¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹¡£¤·¤«¤·¡¢8bpp ¤Î¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¥â¡¼¥É¤Î»þ¤Ë¤Ï ! ¤³¤Î¥á¥Ã¥»¡¼¥¸¤¬Á´¤¯¸½¤ï¤ì¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥ê¥Ë¥¢¥á¥â¥ê¤ÎÌäÂê¤ò¹Í¤¨¤ë¤È¤è ! ¤¤¤Ç¤·¤ç¤¦(¡Ö¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¡×¤Ï¡Ö¥ê¥Ë¥¢¡×¤ÎÈ¿ÂФΥ⡼¥É¤Ç¤¹¡£ ! XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Ç "option linear" ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¥Ç¥Õ¥© ! ¥ë¥È¤Ç¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¥â¡¼¥É¤È¤Ê¤ê¤Þ¤¹)¡£ ! ! ! 10. ¥â¡¼¥É¤ÎÌäÂê ! ! ! ET4000W32/W32i/W32p ¤È ET6000 ¤Ë¤ª¤±¤ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥É¥é¥¤¥Ð ! ¤Ï¡¢¾¯¤Ê¤¯¤È¤â 1KB ¤Îºî¶ÈÍѶõ´Ö¤ò¥Ó¥Ç¥ª¥á¥â¥ê¾å¤ËɬÍפȤ·¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢1MB ¤Î¥«¡¼¥É¤Ç¤Ï 1024x1024 ! ¤Î²¾ÁÛ²òÁüÅ٤ϻȤ¨¤Ê¤¤¤Ï¤º¤Ç¤¹¡£¤³¤ì¤Ï¡¢2.25MB ¤Î ET6000 ¥«¡¼¥É¤Î¾ì ! ¹ç¡¢ 24bpp »þ¤Ë¤Ï 1024x768 ¥â¡¼¥É¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬»È¤¨¤Ê¤¤¤È¤¤¤¦ ! ¤³¤È¤Ç¤â¤¢¤ê¤Þ¤¹¡£¤Ê¤¼¤Ê¤é¡¢É½¼¨¤ÇÁ´¤Æ¤Î¥á¥â¥ê¤¬»È¤ï¤ì¤Æ¤·¤Þ¤¦¤«¤é¤Ç ! ¤¹¡£ ! ! Ʊ¤¸¤³¤È¤¬ ET6000 ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤â¸À¤¨¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼ ! ¥½¥ë¤â¶õ¤­¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò 1MB ɬÍפȤ·¤Þ¤¹¡£¤³¤ì¤À¤±¤Î¥á¥â¥ê¤¬ÍøÍÑ¤Ç ! ¤­¤Ê¤±¤ì¤Ð¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ï»ÈÍѤǤ­¤Þ¤»¤ó¡£ ! ! ET6000 ¤Ç¤Ê¤¤¥«¡¼¥É¤Î¾ì¹ç¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò»È¤¦¤È¡¢¥°¥é ! ¥Õ¥£¥Ã¥¯¥¹Áàºî¤ÎÀ­Ç½¤Ë°­±Æ¶Á¤¬½Ð¤Þ¤¹(ET6000 ¤Î¾ì¹ç¤Ï±Æ¶Á¤¬¤º¤Ã¤È¾®¤µ¤¤ ! ¤«¡¢Á´¤¯Â¸ºß¤·¤Þ¤»¤ó)¡£ÆÃ¤Ë BitBlt Áàºî¤È¡¢ÉÁ²è¤Ë»È¤¨¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤Î ! ¥Ð¥ó¥ÉÉý¤¬¤Û¤È¤ó¤É»Ä¤Ã¤Æ¤¤¤Ê¤¤»þ¤ËÀ­Ç½¤¬°­¤¯¤Ê¤ê¤Þ¤¹¡£¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý ! ¤Ï¡¢ RAMDAC ¤¬²èÌ̤Ëɽ¼¨¤¹¤ë¤¿¤á¤Ë¥Ç¡¼¥¿¤òµÛ¤¤½Ð¤¹´Ö¤Ë¡¢¥Ç¡¼¥¿¤¬¥á¥â¥ê ! ¤ËÁ÷¤ê¹þ¤Þ¤ì¤ë®Å٤Ǥ¹¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¹â¤¯¤¹¤ë¤È(ÉáÄ̤Ϲâ²òÁüÅ٤ȴØÏ¢¤·¤Þ¤¹)¤è¤ê¿¤¯¤Î¥Ð¥ó ! ¥ÉÉý¤ò»È¤¦¤Î¤Ç¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ËÉÁ²è¤ò¹Ô¤¦¤¿¤á¤Î¥Ð¥ó¥ÉÉý¤Ï¾¯¤Ê¤¯¤Ê¤ê ! ¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬Æ°ºî¤·¤Æ¤¤¤ë¤È¡¢¥Ç¡¼¥¿¤Ï¤¤¤è¤¤¤èµÍ¤á¹þ¤Þ¤ì¤ë¤è¤¦ ! ¤Ë¤Ê¤ê¤Þ¤¹¡£¤Ê¤¼¤Ê¤é¡¢ºÇ¶á¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÏÂçÎ̤ΥХó¥ÉÉý¤ò»È¤¦¤³¤È¤¬ ! ¤Ç¤­¤ë¤«¤é¤Ç¤¹(¤·¤«¤·¡¢¤½¤ÎÂå¤ï¤ê¤Ë¹â®¤ËÆ°ºî¤·¤Þ¤¹)¡£¿§¤Î¿¼¤µ¤¬Â礭¤¤ ! ¤È¡¢¤µ¤é¤Ë¿¤¯¤Î¥Ð¥ó¥ÉÉý¤òɬÍפȤ·¤Þ¤¹¡£ ! ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Â­¤ê¤º(¤³¤ÎÏÃÂê¤Ë´Ø¤¹¤ëÊ̤Υ»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À ! ¤µ¤¤)Æ°ºî¤¬ÃÙ¤¯¤Ê¤Ã¤¿¤ê²èÌ̤ΡÖÉÔÄ´¡×¤¬µ¯¤³¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢»ØÄê¤Ç¤­¤ë¤¦ ! ¤Á¤ÇºÇ¤âÃÙ¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò»î¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð 14 ¥¤¥ó¥Á¤ä 15 ¥¤ ! ¥ó¥Á¤Î²èÌ̤DzòÁüÅÙ¤ò 800x600 ¤È¤·¡¢¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò¹â¤¯¤·(¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯Ãͤ¬ 50MHz)¡¢²¾ÁÛ²òÁüÅÙ¤òÂ礭¤¯¼è¤ë¤Î¤Ï°­¤¯¤Ê¤¤¹Í¤¨¤Ç¤¹¡£ ! ! Tseng ¥Á¥Ã¥×¤ÏÂçÄñ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬(ÂçÊÑ)Îɤ¤¤³¤È¤ÇÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤Ç ! ¤¹¤«¤é¡¢ÌäÂ꤬µ¯¤³¤ë¤Î¤Ï¹â¤¤¥¯¥í¥Ã¥¯Ãͤξì¹ç¤À¤±¤Î¤Ï¤º¤Ç¤¹¡£ ! ! ¥á¥â¥ê¤¬ 1 MB ¤Î ET4000W32 ¤Ç¡¢76Hz ¤Î»þ¤Ë²òÁüÅÙ¤ò 1024x768 ¤Ë¤¹¤ë¾ì ! ¹ç¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¹â¤¯(85MHz)¤·¤Æ¤âÀ­Ç½¤ò¾å¤²¤ë¤¿¤á¤Ë¤Ï̵°ÕÌ£¤Ç ! ¤¹¡£ÉÁ²è¤Î¤¿¤á¤Î¥Ð¥ó¥ÉÉý¤¬¤Û¤È¤ó¤É»Ä¤é¤Ê¤¯¤Ê¤ê¡¢¥«¡¼¥É¤ÎÆ°ºî¤¬¤È¤Æ¤âÃÙ ! ¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò 75MHz ¤Ë¤¹¤ë¤È 70Hz ¤È¤Ê¤ê¡¢¤³¤ÎÃÍ¤Ê ! ¤éÌäÂê¤Ê¤¤¤Ï¤º¤Ç¤¹¡£76Hz »þ¤Ë 1024x768 ¤ò ¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ 85MHz ¤Ç¥µ ! ¥Ý¡¼¥È¤¹¤ë¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥á¥â¥ê 1MB ¤Î¥«¡¼¥É¤Ï¤¤¤º¤ì¤Ë¤» ! ¤èÉϼå¤È¸À¤¨¤Þ¤¹¡£ ! ! ET4000W32i ¤È ET4000W32p ¤Ï¡¢2¤Ä¤Î¥Ð¥ó¥¯´Ö¤Ç¤Î¡Ö¥¤¥ó¥¿¥ê¡¼¥Ö¡×¤òÍѤ¤¤Æ ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤ò¤Û¤È¤ó¤ÉÇÜ(+70%)¤Ë¤¹¤ë¤È¤¤¤¦Æüì¤Êµ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤é¤Î¥«¡¼¥É¤Ï 2MB ¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤¹¤ë¤ÈÂçÊѸú²Ì¤¬¤¢¤ê¤Þ¤¹¡£¤³ ! ¤ì¤Ï W32 ¥«¡¼¥É¤ä ET6000 ¥«¡¼¥É¤Ë¤ÏÅö¤Æ¤Ï¤Þ¤ê¤Þ¤»¤ó¡£ ! ! 11. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÎÌäÂê ! ! ! XFree Acceleration Architecture ¤Ï VGA ¥«¡¼¥É¤Î̤»ÈÍѤΥӥǥª¥á¥â¥ê¤ò ! ºÇÂç¸Â¤ËÍøÍѤ·¤Þ¤¹¡£¶õ¤¤¤Æ¤¤¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤¬½½Ê¬¤Ç¤Ê¤±¤ì¤Ð¡¢¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Î°ìÉô¤¬Ìµ¸ú¤Ë¤Ê¤Ã¤¿¤êÀ©¸Â¤µ¤ì¤¿¤ê¤·¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï ! À­Ç½¤Ï°­¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ¤½¤¦¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢´û¤Ë¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬Í½Ì󤷤Ƥ¤¤ë 1KB ! ¤Ë²Ã¤¨¤Æ¡¢ºÇÄã¸Â 16KB ¤Î¶õ¤­¥á¥â¥ê¤òÀäÂФ˳ÎÊݤ·¤Þ¤·¤ç¤¦¡£ ! ! ¼ÂºÝ¤Ë¤Ï¡¢¤³¤ì¤À¤±¤Î¾®Î̤Υá¥â¥ê¤ò³ÎÊݤ·¤Æ¤âÌäÂê¤Ë¤Ï¤Ê¤é¤Ê¤¤¤Ï¤º¤Ç¤¹¡£ ! ºÇ¶á¤Î¥«¡¼¥É¤ÎÂçÉôʬ¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 2MB ¤¢¤ë¤Î¤Ç¡¢1280x1024 ¥â¡¼¥É¤Ç ! ¤â¿¤¯¤Î¥á¥â¥ê¤¬Ì¤»ÈÍѤΤޤޤǤ¹¡£¥Ç¥¹¥¯¥È¥Ã¥×¤ò 1600x1200 ¤Ë¤·¤Æ¤µ ! ¤¨¡¢ 170KB °Ê¾å¤¬Ì¤»ÈÍѤΤޤޤǤ¹¡£¤³¤ÎÎΰè¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬À­Ç½¸þ¾å ! ¤Î¤¿¤á¤Ë»È¤¤¤Þ¤¹¡£ ! ! 1MB ¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤Ç¤Ï¡¢256KB ¤ò̤»ÈÍѾõÂ֤ˤ¹¤ë¤È¡¢¤Á¤ã¤ó¤È¤·¤¿¥ê¥Õ ! ¥ì¥Ã¥·¥å¥ì¡¼¥È¤Ç 1024x768 ¤è¤êÂ礭¤¤¥â¡¼¥É¤Îɽ¼¨¤ò¹Ô¤¨¤Þ¤»¤ó¡£ ! ! ¤¢¤ëµ¡Ç½¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¸ú¤«¤»¤ë¤¿¤á¤Ë¶õ¤­¥á¥â¥ê¤ò»È¤¦½ç½ø¤Ï°Ê²¼ ! ¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ̤»ÈÍѤΥӥǥª¥á¥â¥ê¤¬Á´¤¯¤Ê¤¤¤¤¾ì¹ç(¤Ä¤Þ¤ê¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤¬Á´¤Æɽ¼¨¥á ! ¥â¥ê¤Ë»È¤ï¤ì¤Æ¤¤¤ë¾ì¹ç)¤Ë¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÏÁ´¤¯»ÈÍѤǤ­¤Þ¤»¤ó¡£ ! ET6000 ¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¦¤³¤È¤µ¤¨¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬Í­¸ú¤Ç(ET6000 ¤Î¤ß)¡¢¤«¤Ä¥Ó¥Ç¥ª¥á¥â¥ê¤¬¾¯¤Ê¤¯¤È ! ¤â 1KB ¶õ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢1KB ¤¬¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! ¤³¤Î¸å¤Ë¾¯¤Ê¤¯¤È¤â 1KB ¶õ¤­¥á¥â¥ê¤¬»Ä¤Ã¤Æ¤¤¤ì¤Ð¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡ ! ǽ¤â¤Û¤È¤ó¤É¤¬Í­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ÎºÝ¤Ë¤ÏÄɲäΥӥǥª¥á¥â¥ê¤¬¤µ¤é¤Ë 1KB ! ͽÌ󤵤ì¤Þ¤¹¡£ ! ! ¤Þ¤À¶õ¤­¥á¥â¥ê¤¬¤¢¤ë¾ì¹ç¡¢ÄɲäΥ¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤¬¤¤¤¯¤Ä¤«Í­¸ú¤Ë ! ¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤é¤Îµ¡Ç½¤Ï¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÉý¤È¿§¤Î¿¼¤µ(bpp)¤Ë°Í¸¤· ! ¤Æ¡¢¶õ¤­¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò¤µ¤é¤ËɬÍפȤ·¤Þ¤¹¡£ÄɲäΥ¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡ ! ǽ¤¬»È¤¨¤ë¤Ê¤é¤Ð¡¢¥µ¡¼¥Ð¤Ï»ÈÍѤ¹¤ë¥á¥â¥ê¤ÎÎ̤ò½ÐÎϤ¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! ¤³¤ì¤Ç¤â¤Þ¤À¥Ó¥Ç¥ª¥á¥â¥ê¤¬¶õ¤¤¤Æ¤¤¤ì¤Ð¡¢¤³¤ÎÎΰè¤Ï¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î ! ¥­¥ã¥Ã¥·¥å¤È¤·¤Æ»È¤ï¤ì¤Þ¤¹¡£¤³¤ì¤ò»È¤¦¤È¡¢¾®¤µ¤Ê¥Ñ¥¿¡¼¥ó¤ä¥¤¥á¡¼¥¸¤ò¥Ó ! ¥Ç¥ª¥á¥â¥ê¤ËÊÝ»ý¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤Î¤Ç¡¢É¬ÍפȤʤëÅÙ¤ËËè²ó¥Ó¥Ç¥ª¥á¥â¥ê¤Ë ! žÁ÷¤¹¤ëɬÍפ¬Ìµ¤¯¤Ê¤ê¤Þ¤¹¡£¥Ð¥¹¤ò»È¤Ã¤Æ¥Ó¥Ç¥ª¥á¥â¥ê¤Ë¥¤¥á¡¼¥¸¤òžÁ÷¤¹ ! ¤ëÊýË¡¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤ò»È¤Ã¤Æ¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤«¤éɽ¼¨¥á¥â¥ê ! ¤Ë blit Áàºî¤ò¹Ô¤ï¤»¤ëÊýË¡¤ÈÈæ¤Ù¤Æ¤º¤Ã¤È»þ´Ö¤¬¤«¤«¤ë¤Î¤Ç¡¢¤³¤Î¥­¥ã¥Ã ! ¥·¥å¤ÏÍ­¸ú¤Ç¤¹¡£ ! ! ! 12. ET6000 ¥á¥â¥ê¥µ¥¤¥º¤Î±³¤È¿¿¼Â ! ! ! ET6000 ¤Ï MDRAM (Ê£¿ô¥Ð¥ó¥¯ DRAM)¤È¸Æ¤Ð¤ì¤ëÆüì¤Ê¼ïÎà¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò ! »È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥«¡¼¥É¤Ï 2 ¤Î¾è¿ô¤Ç¤Ê¤¤Î̤ΠMDRAM(2.25MB ¤ä 4.50MB) ! ¤òÀѤó¤Ç¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÆÃ¤Ë 2.25MB MDRAM ¤¬°ìÈÌŪ¤Ç¤¹¡£¤È¤¤¤¦¤Î ! ¤â¡¢ RAM ¤¬ 4MB ̵¤¯¤Æ¤â 24bpp ¤Ç 1024x768 ¤ò¥µ¥Ý¡¼¥È¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ ! ! ¤³¤Î¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ïʬ¤«¤ê¤Ë¤¯¤¤ÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! ¤Þ¤ººÇ½é¤Ë¡¢4MB ¤ÎÀ©¸Â¤ò±Û¤¨¤ë¤è¤¦¤Ê¥á¥â¥ê¤ÏÁ´¤Æ¤ª¶â¤Î̵Â̤Ǥ¹¡£¤Ê¤¼¤Ê ! ¤é¡¢ET6000 ¤Ï¤³¤Î¤è¤¦¤Ê¥á¥â¥ê¤òÁ´¤¯»È¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¤¤«¤é¤Ç¤¹¡£4.5MB ! ¤¯¤é¤¤¥á¥â¥ê¤òÀѤó¤Ç¤¤¤ë¥Ü¡¼¥É¤â¤¢¤ê¤Þ¤¹¤¬¡¢4MB ¤ò±Û¤¨¤ëʬ¤Î 0.5MB ¤Ï ! ̵Â̤ˤʤê¤Þ¤¹¡£ ET6000 ¤¬¥ê¥Õ¥ì¥Ã¥·¥å¤Ç¤­¤ë (M)DRAM ¤Ï 4MB ¤À¤±¤Ç¤¹ ! (¥ê¥Õ¥ì¥Ã¥·¥å¥ì¥¸¥¹¥¿)¡£¤³¤Î¥«¡¼¥É¤Ï VGA ¥â¡¼¥É¤À¤È 64KB ¤Î¥Ð¥ó¥¯ 64 ! ¸Ä¤Ë¤·¤«¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó(¥Ð¥ó¥¯ÁªÂò¥ì¥¸¥¹¥¿)¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­ ! ¤Î¥³¥Þ¥ó¥É¤ÎÁ´¤Æ¤Ï¡¢¥Ó¥Ç¥ª¥á¥â¥êÆâÉô¤Ç¤Ï 22 ¥Ó¥Ã¥È(=4MB)¤Î¥¢¥É¥ì¥¹¤ò»È ! ¤¤¤Þ¤¹¡£¤³¤ì¤Ç¤ªÊ¬¤«¤ê¤«¤È»×¤¤¤Þ¤¹¤¬¡ÄET6000 ¤Ë¤Ï 4MB ¤Î¸Â³¦¤ò±Û¤¨¤ë¥á ! ¥â¥ê¤ò»È¤¦ÊýË¡¤Ï¸ºß¤·¤Þ¤»¤ó¡£ ! ! ¼¡¤Ë(¤³¤Á¤é¤ÎÊý¤¬½ÅÍפʤΤǤ¹¤¬)¡¢2.25MB ¤Î¥«¡¼¥É¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤» ! ¤ó! ET6000 ¥«¡¼¥É¤Ë´Ø¤¹¤ëÊó¹ð¤¬¤¤¤¯¤Ä¤«¤¢¤ë¤Î¤Ç¤¹¤¬¡¢¤³¤ì¤Ë¤è¤ë¤È ! ET6000 ¥«¡¼¥É¤Ï MDRAM ¤ò 2.25 MB (¤¿¤Ö¤ó)ÀѤó¤Ç¤¤¤ë¤â¤Î¤È¤·¤ÆÇä¤é¤ì¤Æ ! ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤Ïɸ½à¤Î 2MB DRAM ¥«¡¼¥É¤Ç¤¢¤ë¤³¤È¤¬ÌÀ¤é¤«¤Ë¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£Â¿¤¯¤Î¿Í¤¬¤³¤Î¥«¡¼¥É¤ò»È¤Ã¤Æ¤º¤Ã¤È¥È¥é¥Ö¥ë³¤­¤Ç¤·¤¿¤¬¡¢¤³¤ì¤Ï»ÈÍÑ ! ¤·¤¿ X ¥µ¡¼¥Ð¤¬¥á¥â¥ê¤ò 2.25MB(¤¢¤ë¤¤¤Ï 2.5MB)¤È¤·¤Æ¸¡½Ð¤·¤¿¤¿¤á¤Ç¤¹¡£ ! ¸í¤Ã¤¿Ãͤ¬¸¡½Ð¤µ¤ì¤ë¤Î¤Ï¡¢¥Á¥Ã¥×¤ÎÆâÉôŪ¤ÊÀ߷פ䡢BIOS ¤ÎÆâÍƤ¬¸í¤Ã¤Æ ! ¤¤¤ë¤¿¤á¤Ç¤¹¡£¤³¤Î¤è¤¦¤Ê¥á¥â¥ê¸¡½Ð¤Ë´Ø¤¹¤ëÌäÂê¤Ï´û¤Ë½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Î ! ¤Ç¡¢¥µ¡¼¥Ð¤ÏÀµ¤·¤¤Î̤Υá¥â¥ê¤ò¸¡½Ð¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£ ! ! ¥á¥â¥ê¤ÎÎ̤¬ÀäÂФËÀµ¤·¤¤¤È¤¤¤¦¼«¿®¤¬Ìµ¤¤¸Â¤ê¡¢¼«Ê¬¼«¿È¤Ç¥á¥â¥ê¤ÎÎ̤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Ë»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë MDRAM ¤òÎ̤ò³Î¼Â¤ËÄ´¤Ù¤ë¤¿¤á¤Î´Êñ¤ÊÊýË¡¤¬¤¢¤ê¤Þ ! ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥É¤Ë¤Ï ¥Ô¥ó¤¬ 204 ¸ÄÉÕ¤¤¤Æ¤¤¤ëÂ礭¤¤ ! ¥Á¥Ã¥×¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ì¤¬ ET6000 ¤Ç¤¹¡£¥½¥±¥Ã¥È¤Ë»É¤µ¤Ã¤Æ¤¤¤ëĹÊý·Á¤Î ! ¥Á¥Ã¥×(ÂçÄñ¥¹¥Æ¥Ã¥«¡¼¤¬Å½¤é¤ì¤Æ¤¤¤Þ¤¹¤¬)¤¬ BIOS ¤Ç¤¹¡£»Ä¤ê¤ÎÂ礭¤¤¥Á¥Ã ! ¥×¤È¤·¤Æ¤Ï¡¢(ÂçÄñ)°Ê²¼¤Î¤è¤¦¤Ê°õ¤¬ÉÕ¤¤¤Æ¤¤¤ëÂ礭¤ÊÀµÊý·Á¤Î¥Á¥Ã¥× 2 ¤Ä ! ¤« 4 ¤Ä¤¢¤ê¤Þ¤¹¡£ ! ! MDRAM MD9xy ("xy" ¤Ï 2 ·å¤Î¿ô»ú¤Ç¤¹) SJ-5-100 (¤³¤ì¤Ï°ã¤¦¤«¤â¤·¤ì ! ¤Þ¤»¤ó¤¬¡¢¥ì¥¤¥¢¥¦¥È¤ÏƱ¤¸¤Ç¤·¤ç¤¦) ! ! ¤³¤ì¤éÁ´¤Æ¤ÎÎ٤ˤϡ¢4¤Ä¤ÎÉ©·Á¤Î²¼¤Ë "MoSys" ¤È¤¤¤¦Ì¾Á°¤ò¤¢¤·¤é¤Ã¤¿ÁÇŨ ! ¤Ê¥í¥´¤¬¤¢¤ê¤Þ¤¹¡£ ! ! "xy" ¤Î¿ô»ú¤ò¸«¤ë¤È¡¢1 ¤Ä¤Î¥Á¥Ã¥×¤Î¥á¥¬¥Ó¥Ã¥È¤Ç¤Î¥µ¥¤¥º¤¬Ê¬¤«¤ê¤Þ¤¹¡£ ! ! ¤·¤¿¤¬¤Ã¤Æ¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAM ¤ÎÎ̤ϼ¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! ("xy" * [MDRAM ¥Á¥Ã¥×¤Î¿ô]) / 8 MB ! ! É®¼Ô¤Î¥Ü¡¼¥É¤Ë¤Ï¡¢MD908 ¥Á¥Ã¥×¤¬ 2 ¤ÄºÜ¤Ã¤Æ¤¤¤¿¤Î¤Ç¡¢MDRAM ¤ÎÎÌ¤Ï ! ! (08 * 2) / 8 = 2 MB ! ! ¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£Æ±ÍÍ¤Ë MD909 ¥Á¥Ã¥×¤ò 2¤Ä ÀѤó¤Ç¤¤¤ë¥Ü¡¼¥É¤Î¥á¥â ! ¥ê¤Ï 2.25MB ¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¸½»þÅÀ¤Ç¸ºß¤¹¤ë MDRAM ¥Á¥Ã¥×¤Ë¤Ï¡¢MD904, MD906, MD908, MD909, MD910, ! MD916, MD918, MD920 ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 13. ET6000 ¤Î¥á¥â¥ê¥Ð¥ó¥ÉÉý¤Ë´Ø¤¹¤ë¸ØÂç¹­¹ð¤È¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤Ø¤Î±Æ¶Á ! ! ! Tseng ¤Ï¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë¤Ä¤¤¤ÆÌÑÁÛ¤ò»ý¤Ã¤Æ¤¤¤ë¤è¤¦¤Ç¡¢ET6000 ¤Î¥Ð¥ó ! ¥ÉÉý¤Ë´Ø¤¹¤ëÊóÆ»´Ø·¸¤Ø¤Î¥¢¥Ê¥¦¥ó¥¹¤âÎã³°¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! Tseng ¤Ï¡¢MDRAM ¤ò»È¤Ã¤Æ¤¤¤ë ET6000 ¤Ï 1.2GB/ÉäΥХó¥ÉÉý¤¬½Ð¤»¤ë¤È¤¤ ! ¤¦¿®¤¸¤é¤ì¤Ê¤¤¤³¤È¤ò¸À¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ç¤Ï»Ô¾ì¤Ë½Ð¤Æ¤¤¤ë¤É¤ó¤ÊÀ½Éʤâ ! (SGI ¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥ó¤µ¤¨)¾å²ó¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¡Ö¤â¤·¡×ÍøÍѤǤ­¤ëºÇ®¤Î MDRAM ¤ò¼ÂºÝ¤Ë¥Ü¡¼¥É¤ËºÜ¤»¤Æ¤¤¤ì¤Ð¡¢¤³¤ì¤ÏËÜ ! Åö¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¤¬¡¢¤½¤ó¤Ê RAM ¤ÏºÜ¤»¤Æ¤¤¤Þ¤»¤ó¡£Ê¹¤³¤¨¤ÎÎɤ¤ 1.2GB ¤È ! ¤¤¤¦¿ô»ú¤Ï¡¢4 ¤Ä¤Î MDRAM ¥Á¥Ã¥×¤òºÇÂç¤Î¥¯¥í¥Ã¥¯¥ì¡¼¥È¤Ç¤¢¤ë 166MHz ¤Ç ! »È¤Ã¤¿»þ¤Ë½Ð¤ë¤â¤Î¤Ç¤¹¡£¤·¤«¤·À߷פˤè¤ëÀ©¸Â¤Î¤¿¤á¡¢ºÇ½é¤ÎÀ¤Âå¤Î ! ET6000 ¤Ï¥á¥â¥ê¤ò 92MHz ¤Ç¤·¤«¶îÆ°¤Ç¤­¤Þ¤»¤ó(ET6100 ¤ä ET6300 ¤¬½Ð¤ì¤Ð ! ¤³¤Î¿ôÃͤÏÊѤï¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¤Ä¤Þ¤ê¡¢¸½ºß¤Î ET6000 ¥Ü¡¼¥É¤Ç¼Â¸½¤Ç¤­¤ëÍýÏÀŪ¤ÊºÇÂç¤Î¥Ð¥ó¥ÉÉý¤Ï¡Ö¤¿¤Ã ! ¤¿¡× 320 MB/ÉÃ(MDRAM ¥Á¥Ã¥×¤ò 2 ¤ÄºÜ¤»¤¿¥Ü¡¼¥É)¤« 720MB/ÉÃ(MDRAM ¥Á¥Ã ! ¥×¤ò 4 ¤ÄºÜ¤»¤¿¥Ü¡¼¥É)¤Ê¤Î¤Ç¤¹¡£¤µ¤é¤Ë¡¢¤³¤ì¤ÏºÇÁ±¤Î¾ì¹ç¤òÁÛÄꤷ¤¿¿ô»ú ! ¤Ç¤¹(¤¹¤Ê¤ï¤Á¡¢¤³¤³¤Ç¤Ï¥Ð¡¼¥¹¥ÈžÁ÷¤ò¶Ë¤á¤ÆŤ¤¤â¤Î¤È¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¼Â ! ºÝ¤Ë¤Ï MDRAM ¤Ï PCI ¥Ð¥¹¤ÈƱÍͤ˥¢¥É¥ì¥¹¥Ð¥¹¤ä¥Ç¡¼¥¿¥Ð¥¹¤ò¶¦Í­¤·¤Þ ! ¤¹)¡£¸½¼Â¤Ë¤Ï¡¢PCI ¥Ð¥¹¤È¥¢¥¯¥»¥é¥ì¡¼¥¿Î¾Êý¤«¤éÍè¤ë½ç½ø¤¬ÉÔÄê¤Î¥¢¥¯¥» ! ¥¹¤Ë¤è¤ê¡¢ÍøÍѤǤ­¤ë¥Ð¥ó¥ÉÉý¤Î¼Â¸úÃͤϤâ¤Ã¤ÈÄ㤯¤Ê¤ê¤Þ¤¹¡£¸½ºß¤Î ! ET6000 ¥Ü¡¼¥É¤ÎºÇÂçÀ­Ç½¤Ï¡¢DRAM ¤¬ 2 ¤Ä¤Þ¤¿¤Ï 4 ¤Ä¤Î¾ì¹ç¤ÇÌó 225MB/Éà ! ¤Ç¤¹¡£ ! ! ¥×¥ì¥¹¥ê¥ê¡¼¥¹¤ò¤É¤ó¤Ê¤Ë¸«¤¿¤È¤³¤í¤Ç¡¢ET6000 ¤Î¥á¥â¥ê¤Î¥Ð¥¹¤Ï 32 ¥Ó¥Ã ! ¥È¤Ç¤¹(128 ¥Ó¥Ã¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤¤¤º¤ì¤Ë¤·¤Æ¤â¡¢¤³¤Î¿ô»ú¤Ï¥Á¥Ã¥×Æâ¤Î ! ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î¥Ç¡¼¥¿·ÐÏ©¤À¤±¤Ç¤¹)¡£¤Ä¤Þ¤ê¡¢¤³¤Î¥Á¥Ã¥×¤Î 16 ¥Ó¥Ã¥È¥Ð ! ¥¹¤Ç¤Ï¡¢MDRAM ¥Á¥Ã¥× 2 ¤Ä¤À¤±¤Ç¥Ð¥¹¤ÎÍÆÎ̤òÁ´¤Æ»È¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ET6000 ¥Ü¡¼¥É¤Ë¥á¥â¥ê¥Á¥Ã¥×¤¬ 4 ¤ÄºÜ¤Ã¤Æ¤¤¤Æ¤â¡¢¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Áý¤¨ ! ¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤¢¤ë¿§¤Î¿¼¤µ¤ÇÍøÍѤǤ­¤ëºÇÂç¤Î²òÁüÅ٤ϡ¢¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë¤è¤ëÀ©¸Â¤ò¼õ ! ¤±¤Þ¤¹¡£ET6000 ¤Î RAMDAC ¤Ï¤É¤ó¤Ê¾ì¹ç¤Ç¤â 135MHz ¤Ç¤¦¤Þ¤¯Æ°ºî¤Ç¤­¤Þ ! ¤¹¡£¤·¤«¤·¡¢RAM ¤Ë¤Ä¤¤¤Æ¤Ï¤½¤¦¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£32bpp (sparse ·Á¼°¤Î ! 1600Ëü¿§¥â¡¼¥É)¤Ç¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤò 135MHz ¤Ë¤¹¤ë¤È¡¢¥á¥â¥ê¤Î¥Ð¥ó¥É ! Éý¤Ï 135*4 = 540 MB/Éä¬É¬ÍפȤʤê¤Þ¤¹¡£¤³¤ì¤Ï¸½ºß¤Î ET6000 ¤Ç¤Ï¤É¤¦ ! ¤ä¤Ã¤Æ¤â°·¤¨¤Þ¤»¤ó¡£PCI ¥Ð¥¹¤ä¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î¾ì¹ç¤Ë¤Ï¡¢¥Ð¥ó¥ÉÉý¤ò¤â¤Ã ! ¤ÈÀáÌ󤹤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! °Ê¾å¤¬¡¢¤¢¤ë¥â¡¼¥É¤Î¤¿¤á¤Ë½½Ê¬¤Ê¥á¥â¥ê¤¬¤¢¤Ã¤Æ¤â¡¢MDRAM ¤Î¥á¥â¥êÇÛÃÖ¤Ë ! ¤è¤Ã¤Æ¤Ï»È¤¨¤Ê¤¤¥â¡¼¥É¤¬¤¢¤ëÍýͳ¤Ç¤¹¡£ÍøÍѤǤ­¤ë¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Â­¤ê ! ¤Ê¤¤¾ì¹ç¤Ëµ¯¤³¤ëÌäÂê¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¥»¥¯¥·¥ç¥ó¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 14. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! ! ! ¸½ºß¤Ï 16 ¥Ó¥Ã¥È(32768 ¿§¤Þ¤¿¤Ï 65536 ¿§)¡¢24 ¥Ó¥Ã¥È(1600Ëü¿§¡¢packed ! ·Á¼°)¡¢32 ¥Ó¥Ã¥È(1600Ëü¿§¡¢sparse ·Á¼°)¤Î¥Ô¥¯¥»¥ë¤ò SVGA ¥µ¡¼¥Ð¤Ç¥µ¥Ý ! ¡¼¥È¤¹¤ë¤Ë¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬É¬ÍפǤ¹¡£¤³¤ÎÀ©¸Â¤Ï¾­Íè¤Î¥Ð¡¼¥¸¥ç ! ¥ó¤Ç¤Ï¤Ê¤¯¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ºÇ¶á¤Î¥«¡¼¥É¤Ï¤Û¤È¤ó¤ÉÁ´¤Æ¤¬ PCI ¥Ð¥¹ ! ¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç(¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬ÌäÂê¤È¤Ê¤ê¤Þ¤»¤ó)¡¢¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤òɬ¿Ü¤Ç¤Ê¤¯¤¹¤ë¤³¤È¤ÎÍ¥ÀèÅ٤Ͼ¤Îµ¡Ç½¤è¤ê¤âÄ㤯¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£¿¼¤µÊ̤˻ØÄꤹ¤ë Screen ¥»¥¯¥·¥ç¥ó¤Ç Option "linear" ¤ò»ØÄꤹ¤ë ! ¤È¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£PCI ¥Ù¡¼¥¹¤Ç¤Ê¤¤¥· ! ¥¹¥Æ¥à¤Î¾ì¹ç¤Ë¤Ï¡¢¤¿¤Ö¤ó MemBase ÃͤâÀßÄꤹ¤ë(Device ¥»¥¯¥·¥ç¥ó)ɬÍפ¬ ! ¤¢¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¼«ÎÏ¤Ç MemBase ¤Î¾ì½ê¤òȯ¸«¤Ç¤­¤Ê¤¤ PCI ¥·¥¹¥Æ¥à¤Î ! ¾ì¹ç¤Ï¡¢ÄɲÃŪ¤ÊÀßÄ꤬ɬÍפǤ¹¡£ ! ! ¸½»þÅÀ¤Ç¤Ï¡¢PCI ¤Ç¤Ê¤¤¥«¡¼¥É¤Ï¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó(¤¢¤ë¤¤¤Ï¤¦¤Þ¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó)¡£Á´¤¯¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¥«¡¼¥É ! ¤â¤¢¤ê¤Þ¤¹¤·¡¢¥¢¥É¥ì¥¹¤Î¥Ç¥³¡¼¥É¤Ë¥Ð¥°¤¬¤¢¤Ã¤Æ¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¥«¡¼¥É¤â ! ¤¢¤ê¤Þ¤¹¡£ ! ! W32 ¤È ET6000 ¤Î¾ì¹ç¤ÏÂçÄñ¡¢8bpp ¥µ¡¼¥Ð¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­µ¡Ç½¤Î ! ¿¤¯¤Ï¡¢16, 24, 32bpp ¥â¡¼¥É¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢É½¼¨¤¹¤ë¥Ó¥Ã¥È¿ô¤Ï 4 ÇܤޤǤˤʤê¤Þ¤¹¤¬¡¢X ¥µ¡¼¥Ð¤¬½Å¤¯¤Ê¤ê¤¹ ! ¤®¤ë¤³¤È¤Ï̵¤¤¤Ï¤º¤Ç¤¹¡£24bpp ¤È 32bpp ¤Ï°ìÉô¤Î¥«¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼¥È¤µ ! ¤ì¤Æ¤¤¤Ê¤¤ÅÀ¤È¡¢¾¯¤Ê¤¯¤È¤â¥á¥â¥ê¤¬ 2MB ¤¢¤ë¥«¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2.25MB ¤Î MDRAM ¤òÀѤó¤À ET6000 ¤Ï¤ªÇ㤤ÆÀ¤Ç¤¹¡£¤È¤¤¤¦¤Î¤â¡¢(ÍøÍѲÄǽ ! ¤Ê¥á¥â¥ê¤òÁ´¤Æ»È¤Ã¤Æ) 24bpp ¤Ç 1024x768 ¤ò¤Á¤ç¤¦¤É¥µ¥Ý¡¼¥È¤Ç¤­¤ë¤«¤é¤Ç ! ¤¹¡£Â¾¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Î¾ì¹ç¤Ï¡¢¤³¤ì¤ò¹Ô¤¦¤¿¤á¤Ë¤Ï¾¯¤Ê¤¯¤È¤â¥Ó¥Ç¥ª¥á¥â¥ê ! ¤¬ 4MB ɬÍפǤ¹¡£(M)DRAM ¤¬ 2MB ¤·¤«¤Ê¤¤¤È¡¢´üÂԤǤ­¤ëºÇÂç¤ÎÂ礭¤µ¤Ï ! 960x720 ¤Ç¤¹¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Screen" ¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¼Â¹Ô¤·¤è¤¦¤È¹Í¤¨¤Æ¤¤¤ë ! Á´¤Æ¤Î¿§¤Î¿¼¤µ¤ËÂФ·¤Æ "Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£"Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç¤Ï¤½¤ì¤¾¤ì¡¢Modes ÃÍ¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î ! ¥µ¥¤¥º¤òÄêµÁ¤·¤Þ¤¹¡£Îã(¥Ó¥Ç¥ª¥á¥â¥ê 2MB ¤Î¾ì¹ç)¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! Section "screen" ! SubSection "Display" ! Depth 8 ! Virtual 1280 1024 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! EndSubSection ! SubSection "Display" ! Depth 16 ! Virtual 1024 992 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! EndSubSection ! SubSection "Display" ! Depth 24 ! Virtual 960 720 ! ViewPort 0 0 ! Modes "640x480" "800x600" ! EndSubSection ! SubSection "Display" ! Depth 32 ! Virtual 832 600 ! ViewPort 0 0 ! Modes "640x480" "800x600" ! EndSubSection ! EndSection ! ! ! ! ! ! 15. SVGA Tseng ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ë¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ! ¤Þ¤ººÇ½é¤Ë¡¢XF86Config ¤Ç»ØÄꤷ¤¿Ã椫¤éÁªÂò¤·¤¿¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤¬¡¢ ! ¤ª»È¤¤¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£¤Ä¤Þ ! ¤ê¡¢¿åʿƱ´ü¤ÎÈϰϤ¬Àµ¤·¤¤¤³¤È¤ò³Î¤«¤á¤Þ¤¹¡£ºÇ½é¤Ï(¿åÊ¿¼þÇÈ¿ô 31.5 ¤À ! ¤±¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤ê)¥¯¥í¥Ã¥¯ÃÍ 25.175MHz ¤Çɸ½à¤Î 640x480x256 ¤ò»È ! ¤¤¡¢¤ª»È¤¤¤Îµ¡´ï¹½À®¤Ç¥É¥é¥¤¥Ð¤¬Æ°ºî¤¹¤ë¤³¤È¤ò³Î¤«¤á¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! »ÈÍѤµ¤ì¤ë¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤Ïɬ¤º¡¢¥â¡¼¥É¹Ô¤ËºÇ½é¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¹Ô¤Ç¡¢ ! ¥¿¥¤¥ß¥ó¥°¤Î¥»¥¯¥·¥ç¥ó¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¡¢¤½¤Î²òÁüÅÙ¤ËÂФ·¤Æ¥ê¥¹¥È¤µ¤ì¤¿ºÇ ! ¤â¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò»ý¤Ä¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! °ìÈÌŪ¤Ê¥Ò¥ó¥È¤ò¤¤¤¯¤Ä¤«µó¤²¤Æ¤ª¤­¤Þ¤¹: ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "slow_dram" ¤òÄɲä·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "pci_burst_off" ¤òÄɲä·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "w32_interleave_off" ¤òÄɲä·¤Þ¤¹¡£ ! ! o Hercules ¤Î¥â¥Î¥¯¥í¤Î¥¢¥À¥×¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ì¤Ð¡¢¤³¤ì¤ò³°¤·¤Þ¤¹¡£ ! ET4000/W32 ¥·¥ê¡¼¥º¤Î¿¤¯¤Î¹½À®¤Ï¡¢¥·¥¹¥Æ¥à¤Ë¤³¤Î¥«¡¼¥É¤¬¤¢¤ë¤ÈÆ°ºî ! ¤·¤Þ¤»¤ó¡£ ! ! o ¥í¡¼¥«¥ë¥Ð¥¹¤¬ 33MHz ¤ÇÆ°ºî¤¹¤ë¥Þ¥¶¡¼¥Ü¡¼¥É¤òÆþ¼ê¤·¤Þ¤¹¡£ ! ET4000/W32 ¥Ü¡¼¥É¤Î¿¤¯(Á´¤Æ¤Ç¤Ï¤Ê¤¯¤Æ¤â)¤Ï¡¢50MHz ¤Î¥Ð¥¹¤Ç¤Ï³Î¼Â¤Ë ! Æ°ºî¤¬¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£ÂÔ¤Á¾õÂÖ¤ò 1 ¤Ä¤« 2 ¤ÄÆþ¤ì¤ëɬÍפ¬¤¢¤ë¤«¤â ! ¤·¤ì¤Þ¤»¤ó¤¬¡¢²¿¤Ï¤È¤â¤¢¤ì¤Þ¤º»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o ¥Þ¥·¥ó¤ò¥³¡¼¥ë¥É¥Ö¡¼¥È¤·¤Þ¤¹¡£XF86_SVGA ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¤Ï¡¢(¾¤Î X ! ¥µ¡¼¥Ð¤ò´Þ¤á¤Æ)¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤òÊѤˤ¹¤ë¤â¤Î¤ò¼Â¹Ô¤·¤Æ¤Ï¤¤¤±¤Þ¤» ! ¤ó¡£ ! ! o ET6000 ¥«¡¼¥É¤Î¾ì¹ç¤Ï¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç¥Á¥Ã¥×¥»¥Ã¥È¤Ë "et6000" ! ¤ò»ØÄꤷ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥«¡¼¥É¤ÏÄ̾PCI ¥Ð¥¹¤«¤é¼«Æ°¸¡½Ð¤ò¹Ô ! ¤¤¤Þ¤¹¡£¤·¤«¤·°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢Ê̤Υª¥ó¥Ü¡¼¥É¤Î VGA ¥«¡¼¥É¤¬ºÜ¤Ã ! ¤Æ¤¤¤ë¤È(¤³¤ì¤ò̵¸ú¤Ë¤·¤Æ¤¢¤Ã¤Æ¤â)ET6000 ¤¬´Ö°ã¤Ã¤¿Êý¤Î¥«¡¼¥É¤ò»È¤ª ! ¤¦¤È¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! VESA ɸ½à¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤Î°ìÉô¤Ï¡¢¥â¥Ë¥¿¤Ë¤è¤Ã¤Æ¤ÏÌäÂê¤òµ¯¤³¤¹¤³¤È¤Ë ! Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤(¿åʿƱ´ü¥Ñ¥ë¥¹¤òÁý¤ä¤¹¤«(¤Ä¤Þ¤ê¡¢¿¿Ãæ¤Î 2 ¤Ä¤Î¿åÊ¿¥¿ ! ¥¤¥ß¥ó¥°ÃͤòÁý¤ä¤¹)¡¢¤¢¤ë¤¤¤Ï¿åÊ¿¥¿¥¤¥ß¥ó¥°¤Î¥Ñ¥é¥á¡¼¥¿¤òÁ´¤Æ 16 ¤ä 32 ! ¤ÎÇÜ¿ô¤Ë¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ! ¥Ó¥Ç¥ª¿®¹æ¤Ï½Ð¤Æ¤¤¤Þ¤¹¤¬¡¢²èÌ̤¬Æ±´ü¤·¤Ê¤¤ ! ¥â¥Ë¥¿¤¬°·¤¨¤Ê¤¤¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤¬Èóɸ½à¤Î¥â¡¼¥É¤Ç¤¢¤ì ! ¤Ð¡¢¥¿¥¤¥ß¥ó¥°¤ò¾¯¤·¤º¤é¤¹É¬Íפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥â¥Ë¥¿¤¬°·¤¨ ! ¤ë¤Ï¤º¤Ç¤¢¤ëɸ½à¤Î¥â¡¼¥É¤È¼þÇÈ¿ô¤Ç¤¢¤ì¤Ð¡¢Æ±ÍͤΥ⡼¥É¤ÈÁȤ߹ç¤ï ! ¤»¤ËÂФ¹¤ëÊ̤Υ¿¥¤¥ß¥ó¥°¤ò¸«¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¹â¤¯¤¹¤ë¤È¿åÊ¿Êý¸þ¤Ë¤Ö¤ì¤ë ! ¤³¤ÎÌäÂê¤Ï¡¢¥¹¥¯¥í¡¼¥ë¤ä blit Áàºî¤Î¤è¤¦¤ÊÉÁ²èµ¡Ç½¤ÎÆ°ºîÃæ¤ËÆÃ¤Ë ! ¸²Ãø¤Ë¤Ê¤ê¤Þ¤¹¡£¸½»þÅÀ¤Ç¤Ï¤³¤ÎÌäÂê¤Î´Êñ¤Ê²ò·èÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó ! ¤¬¡¢ "fast_dram" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤¿¤ê¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò²¼¤²¤ë ! ¤Ê¤É¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤Ç¤âÉÔ½½Ê¬¤Ç¤¢¤ì¤Ð¡¢"noaccel" ¥ª¥×¥·¥ç ! ¥ó¤ò»È¤¨¤Ð¤Û¤Ü³Î¼Â¤ËÌäÂ꤬²ò·è¤¹¤ë¤Ç¤·¤ç¤¦(RAMDAC ¤¬»È¤¨¤ë¥Ð¥ó¥É ! Éý¤¬Â¿¤¯¤Ê¤ë¤¿¤á¤Ç¤¹)¡£¤Û¤È¤ó¤É¤Î¾ì¹ç¡¢¤³¤Î¸¶°ø¤Ï RAMDAC ¤Ë½½Ê¬ ! ®¤¯¥Ô¥¯¥»¥ë¥Ç¡¼¥¿¤òÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¤Ë¤¢¤ê¡¢¤½¤Î¤¿ ! ¤á¤Ë¥´¥ß¤¬½Ð¤ë¤Î¤Ç¤¹¡£ ! ! ! ²èÌ̤¬¡ÖÇÈÂÇ¤Ä¡× ! ²èÌÌÁ´ÂΤ¬(ÉÁ²èÁàºî¤È¤Ï̵´Ø·¸¤Ë)¤º¤Ã¤È¿åÊ¿¤ËÍɤ줿¤ê¿Ì¤¨¤¿¤ê¤·¤Þ ! ¤¹¡£¤¿¤Ö¤ó¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¹¤®¤ë¤Î¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¶á¤¤ MCLK ! Ãͤ¬¾×Æͤ·¤Æ¤¤¤ë¤³¤È¤â¹Í¤¨¤é¤ì¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯ÃͤòÄ㤯¤·¤Æ¤ß¤Þ¤·¤ç¤¦(0.5MHz ¤À¤±²¼¤²¤ì¤Ð¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤³ ! ¤È¤â¤¢¤ê¤Þ¤¹)¡£¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¤º¤é¤·¤Æ¤ß¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ¿åÊ¿Êý¸þ¤Î 2 ÈÖÌܤÎÃͤò¾¯¤·Áý¤ä¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤¦¤Þ¤¯Æ°ºî¤¹¤ë ! ¤È»×¤ï¤ì¤ë¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 65MHz ¤Î 1024x768 (Ìó 60Hz)¤ÎÎã¤ò ! °Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! "1024x768" 65 1024 1116 1228 1328 768 783 789 818 ! ! ! ! µ¯Æ°¤Î¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤¹¤ë(¤¿¤Ö¤ó²èÌ̤Ͽ¿¤Ã°Å¤Ë¤Ê¤ê¤Þ¤¹) ! "noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£BIOS ¤ÎÀßÄ꤬Àµ¤·¤¤¤³¤È¤ò ! ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£Æäˡ¢0xa0000-0xaffff ¤Î¥­¥ã¥Ã¥·¥å¤Ï̵¸ú¤Ë¤·¤Æ ! ¤¯¤À¤µ¤¤¡£Î¢ DRAM ¤Î¥ê¥Õ¥ì¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Æ¤âÌäÂ꤬²ò·è¤¹¤ë¤«¤â ! ¤·¤ì¤Þ¤»¤ó¡£ ! ! Linux ¥·¥¹¥Æ¥à¤Î¾ì¹ç¤Ï¡¢¥«¡¼¥Í¥ë¤Ç¡ÖAPM¡×(ÅŸ»´ÉÍý)¤Î¥µ¥Ý¡¼¥È¤ò ! Í­¸ú¤Ë¤·¤Æ¤¤¤ë¤È¡¢X ¥µ¡¼¥Ð¤¬¾ÊÅÅÎϥ⡼¥É¤ä²èÌ̤¬¿¿¤Ã°Å¤Ê¾õÂ֤ǵ¯ ! Æ°¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£APM ¤Î¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤ò¹Ô¤Ã¤¿¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤·¤¿¤ê¡¢²èÌ̤˥´¥ß ! ¤¬É½¼¨¤µ¤ì¤ë ! ¤³¤ì¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Îµ¡Ç½¤Î¤¤¤º¤ì¤«¤Î¥Ð¥°¤«¡¢BitBLT ¥¨ ! ¥ó¥¸¥ó¤ÎÌäÂê¤Ë´Ø·¸¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢BIOS ¤ÎÀßÄê¤â³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥µ¡¼¥Ð¤¬ `ACL: TIMEOUT' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë ! Á°¤Î¹àÌܤÈƱ¤¸¤Ç¤¹¡£¤·¤«¤·°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ÌäÂê¤Ï¤É¤¦¤ä¤Ã¤Æ¤â ! ²ò·è¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï»È¤Ã¤Æ¤¤¤ë¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë´ØÏ¢¤· ! ¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó(¤³¤ÎÌäÂê¤Ï Linux ¤À¤±¤Ç¸«¤é¤ì¡¢¥«¡¼¥Í¥ë¤Î¥Ð ! ¡¼¥¸¥ç¥ó¤Ë¤Þ¤Ç°Í¸¤·¤Þ¤¹)¡£MemBase ÃͤòÊѤ¨¤ë¤ÈÌäÂ꤬²ò·è¤¹¤ë¤³ ! ¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ! ¥Æ¥­¥¹¥ÈÃæ¤Î¥Ô¥¯¥»¥ë¤¬»þ¡¹¶¸¤Ã¤¿¤ê¡¢¥¦¥£¥ó¥É¥¦¤ÎÏȤòÆ°¤«¤·¤¿»þ¤Ë¥´ ! ¥ß¥Ô¥¯¥»¥ë¤¬½Ð¤ë ! ¤ª¤½¤é¤¯ MCLK ÃͤÎÀßÄ꤬¹â¤¹¤®¤ë¤³¤È¤Ë´Ø·¸¤·¤Æ¤¤¤Þ¤¹(¥Ð¥ó¥¯ÀÚ¤ê ! Âؤ¨¥â¡¼¥É¤Ç OK ¤Ç¤¢¤Ã¤Æ¤â¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¥â¡¼¥É¤ÇÌäÂ꤬µ¯ ! ¤³¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹)¡£(Á´¤Æ¤Ç¤Ê¤¯¤È¤â)¤Û¤È¤ó¤É¤Î ET6000 ¥«¡¼¥É¤Ï ! À­Ç½¤ò½Ð¤¹¤¿¤á¤Ë MCLK ¤ò¾¯¤·¥ª¡¼¥Ð¡¼¥¯¥í¥Ã¥¯¤·¤ÆÇä¤Ã¤Æ¤ª¤ê(¸½ºß ! ¤Îɸ½àÃÍ¤Ï 90 ¤« 92 MHz ¤Ç¤¹)¡¢¤³¤ì¤Ë¤è¤êÌäÂ꤬µ¯¤³¤ë¤³¤È¤¬¤¢¤ê ! ¤Þ¤¹¡£¸½»þÅÀ¤Ç¤Ï¤³¤ì¤ò²ò·è¤¹¤ëÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£¥´¥ß¥Ô¥¯¥»¥ë¤¬°ì ! »þŪ¤Ê¤â¤Î(¥¹¥¯¥ê¡¼¥ó¾å¤ÇÆ°¤¯¤â¤Î¤¬Ìµ¤¯¤Ê¤ë¤È¤¹¤°¾Ã¤¨¤ë)¤Ç¤¢¤ì ! ¤Ð¡¢¤ª¤½¤é¤¯¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬¸¶°ø¤Ç¤¹¡£Í£°ì¤Î²ò·èÊýË¡¤Ï¥¢¥¯¥»¥é ! ¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤«¡¢(¤³¤ì¤Ç²ò·è¤·¤Ê¤±¤ì¤Ð)¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯ÃͤòÄ㤯¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤¬¤¦¤Þ¤¯Éü¸µ¤Ç¤­¤Ê¤¤ ! ¤³¤ÎÌäÂê¤Ï°ìÉô¤Îµ¡´ï¤ÇÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Chipset ¹Ô¤ÎÀßÄê¤ÇÌäÂ꤬ ! ²ò·è¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Ä̾ï¤Ï¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Õ¥©¥ó¥È¤ò¥»¥Ã¥È¤¹ ! ¤ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤¨¤Ð¡¢¤¦¤Þ¤¯Éü¸µ¤¬¤Ç¤­¤ë¤Ï¤º¤Ç¤¹(Linux ¤Î¾ì ! ¹ç¤Ï setfont, runx, restorefont)¡£ ! ! ¥É¥é¥¤¥Ð¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Îµ¡Ç½¤ò»È¤¦¤È¡¢²èÌ̤¬¿¿¤Ã°Å¤ä¿¿¤Ã ! ÀĤˤʤë ! ¥¢¥¤¥³¥ó(¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×)¤ò¤¤¤¯¤Ä¤«É½¼¨¤·¤¿¤À¤±¤Ç²èÌ̤¬¿¿¤Ã°Å¤ä ! ¿¿¤ÃÀĤˤʤë¤Ë¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤ÎÆâÍƤ¬Åö¤Æ¤Ï¤Þ¤ê¤Þ ! ¤¹¡£ ! ! ¤³¤Î¸½¾Ý¤Ë¤Ï¸¶°ø¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! ¸¶°ø¤Î 1 ¤Ä¤Ï¥á¥â¥ê¤ÎÎ̤¬Àµ¤·¤¯¸¡½Ð(»ØÄê)¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤Ç¤¹¡£ ! ¥µ¡¼¥Ð¤Î¼«Æ°¸¡½Ðµ¡¹½¤¬¸¡½Ð¤·¤¿Ãͤ¬Â¿¤¹¤®¤ë¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç ! ¥óÉÕ¤­¤Îµ¡Ç½¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£¤³¤Î¾ì¹ç¤Ë¤Ï XF86Config ¥Õ¥¡¥¤ ! ¥ë¤Ç¥á¥â¥ê¤ÎÎ̤òÄêµÁ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ÎÌäÂê¤Ï¥á¥â¥ê 2.25 MB ¤Î ! ET6000 ¥«¡¼¥É¤Î°ìÉô¤Ç»þ¡¹µ¯¤³¤ê¡¢¥µ¡¼¥Ð¤¬ 2.25MB ¤Ç¤Ï¤Ê¤¯ 2.5MB ! ¤È¸¡½Ð¤¹¤ë¤è¤¦¤Ç¤¹(¤³¤Î¾ì¹ç¤Ë¸Â¤ì¤Ð¡¢videoram "2304" ¤òÄɲä·¤Æ ! ¤¯¤À¤µ¤¤)¡£ ! ! ¤³¤ì¤Ç¤¦¤Þ¤¯¤¤¤«¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë(¥ª ! ¥×¥·¥ç¥ó "noaccel")¤·¤«²ò·èÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! DMA ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ëÌäÂê(¥Õ¥í¥Ã¥Ô¡¼¡¢¥Æ¡¼¥×) ! °ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥µ¡¼¥Ð¤Ï ISA DMA ¤ò ! »È¤¦Â¾¤Î¥Ï¡¼¥É¥¦¥§¥¢¤È¾×Æͤ·¤Þ¤¹¡£ºÇ¤â¸²Ãø¤Ê¤Î¤Ï¡¢PC ¤Î¥Õ¥í¥Ã¥Ô ! ¡¼¥³¥ó¥È¥í¡¼¥é¤È¥µ¥¦¥ó¥É¥«¡¼¥É¤Ç¤¹¡£¥Õ¥í¥Ã¥Ô¡¼¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ï¡¢ ! ¥Ð¥¹¤òŤ¯ÀêÍ­¤µ¤ì¤¹¤®¤ë¤È¤¦¤Þ¤¯Æ°ºî¤Ç¤­¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾õÂÖ¤Ï ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÂçÎ̤ÎÁàºî¤ò¹Ô¤Ã¤¿»þ¤Ëµ¯¤³¤ê¤Þ¤¹¡£Î㤨 ! ¤Ð¡¢Linux-ftape ¥â¥¸¥å¡¼¥ë(¥Õ¥í¥Ã¥Ô¡¼-¥Æ¡¼¥×¤Î¥É¥é¥¤¥Ð)¤Ï¡¢X ¥µ ! ¡¼¥Ð¤Î»ÈÍÑÃæ¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤ÎºîÀ®¤ä½ñ¤­Ìᤷ¤ÎÁàºî¤ò¹Ô¤¦¤È¡¢ÂçÎ̤Π! ¡Ö½ñ¤­¹þ¤ß¥¨¥é¡¼¡×¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Þ¤¹¡£¤³¤Î¥¨¥é¡¼¤ÏÃ×̿Ū¤Ê¤â ! ¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤½¤ì¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤¬¤³¤¦¤¤¤Ã¤¿¾ð ! Êó¤ò¤¤¤«¤Ë¤¦¤Þ¤¯½èÍý¤¹¤ë¤«¤Ë¤«¤«¤Ã¤Æ¤¤¤Þ¤¹¡£Linux ¤Ï¤¦¤Þ¤¯½èÍý¤¹ ! ¤ë¤è¤¦¤Ç¤¹¤¬¡£ ! ! ²ò·èË¡¤Ï 2 Ä̤ê¹Í¤¨¤é¤ì¤Þ¤¹¡£"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤«¡¢"pci_retry" ¤òºï½ü¤·¤Æ PCI ¤Î¥ê¥È¥é ! ¥¤µ¡Ç½(¤³¤Îµ¡Ç½¤Ï¥Ð¥¹¤ÎÃÙ±ä¤òÂ礭¤¯¤·¤Þ¤¹)¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ¤³¤ì¤Ë¤è¤ê¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÁàºî¤¬¾¯¤·¤À¤±ÃÙ¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! "pci_retry" ¤¬Å¬ÍѤµ¤ì¤ë¤Î¤Ï PCI ¥Ð¥¹¤Î¥·¥¹¥Æ¥à¤À¤±¤Ç¤Ï¤Ê¤¯¡¢Â¾ ! ¤Î¥Ð¥¹¤Î¾ì¹ç¤Ë¤âƱÍͤαƶÁ¤òÍ¿¤¨¤Þ¤¹¡£ ! ! "Cannot read colourmap from VGA. Will restore with default" ¤È¤¤¤¦ ! ¥¨¥é¡¼¤¬½Ð¤ë ! ¤³¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬½Ð¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï RAMDAC ¤òÀµ¤·¤¯½é´ü²½¤Ç ! ¤­¤º¡¢¥Ç¥Õ¥©¥ë¥È¤Î¥«¥é¡¼¥Þ¥Ã¥×¤òÉü¸µ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹¡£°ìÉô¤Î¥µ ! ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ RAMDAC ¤Î¾ì¹ç¡¢¤³¤ÎÆ°ºî¤ÏÁ´¤Æ¤Î¿§¤¬¤Þ¤È¤á¤Æºï ! ½ü¤µ¤ì¤Æ¤·¤Þ¤¦¤È¤¤¤¦°­±Æ¶Á¤òµÚ¤Ü¤·¡¢¿§¤¬¤ª¤«¤·¤¯¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿ ! ¤ê¡¢²èÌ̤¬´°Á´¤Ë¿¿¤Ã¹õ¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¤Ç¤·¤ç¤¦¡£¤³¤¦¤Ê¤Ã¤¿¾ì¹ç¤Ë ! ¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë ramdac "normal" ¤È ! ¤¤¤¦¹Ô¤òÄɲä·¤Þ¤·¤ç¤¦¡£ÂçÄñ¤Î¾ì¹ç¡¢¿§¤ÎÌäÂê¤Ï¤³¤ì¤Ç²ò·è¤·¤Þ¤¹¡£ ! ! ¥µ¡¼¥Ð¤¬Êó¹ð¤¹¤ë ModeLine ¤ÎÃͤ¬¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤ÎȾʬ¤À¤±¤Ê¤Î¤Ç¤¹ ! ¤¬? ! ET4000W32p ¥«¡¼¥É¤ò 8bpp ¤Ç»È¤¦¾ì¹ç¡¢75MHz °Ê¾å¤Î¥¯¥í¥Ã¥¯¤ò»È¤¦ ! °ìÉô¤Î¥â¡¼¥É(Îã: ¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ¬ 95MHz ¤Î 1152x910 ¥â¡¼ ! ¥É)¤Ç¤Ï¡¢X ¥µ¡¼¥Ð¤Î½ÐÎϤ˰ʲ¼¤Î¥á¥Ã¥»¡¼¥¸¤¬´Þ¤Þ¤ì¤Þ¤¹¡£ ! ! (--) SVGA: Mode "1152x910" will use pixel multiplexing ! ! And later, when the accepted modelines are reported: ! ! (**) SVGA: Mode "1152x910": mode clock = 47.500 ! ! ¥Ô¥¯¥»¥ë¤Î¿½Å²½¤¬¹Ô¤ï¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ÏÀµ¾ï¤ÊÆ°ºî¤Ç¤¹¡£¥¯¥í¥Ã ! ¥¯¥Ñ¥ë¥¹¤´¤È¤Ë¥Ô¥¯¥»¥ë 2 ¤Ä¤¬ RAMDAC ¤ËÁ÷¤é¤ì¤ë¤¿¤á¡¢È¾Ê¬¤Î¥¯ ! ¥í¥Ã¥¯¤·¤«É¬ÍפȤ·¤Þ¤»¤ó¡£ ! ! ¾¤Ë²èÌÌÉÁ²è´ØÏ¢¤ÎÌäÂ꤬¤¢¤ì¤Ð¡¢"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤³¤Î¥É¥­¥å¥á¥ó¥È¤Ë½ñ¤«¤ì¤Æ¤¤¤Ê¤¤¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤ê¡¢¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Îµ¡Ç½¤Ë¥Ð¥°¤ò¸«¤Ä¤±¤¿¾ì¹ç¤Ë¤Ï¡¢XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÂºÝ¤Î¤È¤³¤í¡¢Êó¹ð(À®¸ù¡¦¼ºÇԤΤ¤¤º¤ì¤Ç¤â)¤ÏÂç´¿·Þ¤Ç¤¹¡£Æäˡ¢º£¤Þ¤Ç¥Æ ! ¥¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤µ¡´ï¹½À®¤Î¾ì¹ç¤Ï½õ¤«¤ê¤Þ¤¹¡£Êó¹ð¤ò¹Ô¤¦¤Ë¤Ï¡¢ ! BetaReport ¥Õ¥©¡¼¥à ¤ò»È¤¤¤Þ¤¹(report@XFree86.org °¸¤Ë¥á¡¼¥ë¤ÇÁ÷¤Ã¤Æ¤¯ ! ¤À¤µ¤¤)¡£www.xfree86.org ¤Ë¸½¤ï¤ì¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÂԤĤΤâÎɤ¤¤Ç¤·¤ç ! ¤¦¡£ ! ! ! 16. ¼Õ¼­ ! ! ´ðËÜÉôʬ¤Ï¸Å¤¤ XF86_W32 ¤«¤é¤â¤é¤¤¤Þ¤·¤¿¡£Á´¤Æ¤Î Tseng ¤Î¥«¡¼¥É¤Ç SVGA ! ¥µ¡¼¥Ð¤òÆ°¤«¤¹¤¿¤á¤Ë¡¢¤³¤Î¥³¡¼¥É¤ò¹­ÈϰϤËÅϤäÆÍøÍѤ·¤Þ¤·¤¿¡£¤Ç¤¹¤« ! ¤é¡¢¤³¤Î¥³¡¼¥É¤Ïº£¤Ç¤â¤½¤ì¤Ê¤ê¤ËÍ­¸ú¤È¸À¤¨¤Þ¤¹¡£ ! ! Glenn G. Lai ¤µ¤ó¤¬¥ª¥ê¥¸¥Ê¥ë¤Î XF86_W32 ¥µ¡¼¥Ð¤ò½ñ¤­¤Þ¤·¤¿¡£¤³¤ì¤Ï ! Dirk Hohndel ¤µ¤ó¤È Koen Gadeyne ¤µ¤ó¤¬½¤Àµ¤·¡¢Âбþ¥Ï¡¼¥É¥¦¥§¥¢¤òÁý¤ä ! ¤·¤Þ¤·¤¿¡£ ! ! Jerry J. Shekhel ¤µ¤ó(jerry@msi.com) ¤ÏÉ®¼Ô(GGL) ¤Ë¥á¥â¥ê 1M ¤Î Mirage ! ET4000/W32 VLB ¥Ü¡¼¥É¤ò¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£½é´ü³«È¯(X_W32)¤Ï¤³¤Î¥«¡¼¥É¤ò ! »È¤Ã¤Æ¹Ô¤¤¤Þ¤·¤¿¡£ ! ! X11R6 ¤È XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë¤Ï XF86_W32 ¤Î´ðËÜ¥³¡¼¥É¤ò夭¤Þ¤·¤¿¡£ ! ! Hercules Computer Technology Inc. ¤µ¤ó¤Ë¤Ï¡¢XF86_W32 ¤Î³«È¯¤Î¤¿¤á¤ËÉ® ! ¼Ô(GGL)¤Ë¥á¥â¥ê 2MB ¤Î Hercules Dynamite Pro VLB ¥Ü¡¼¥É¤òÂߤ·¤Æ¤¤¤¿¤À ! ¤­¤Þ¤·¤¿¡£¤Þ¤¿¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë Dynamite Power PCI ¤ò´óÉÕ¤·¤Æ¤¤ ! ¤¿¤À¤­¤Þ¤·¤¿¡£DHH ¤¬¤³¤Î¥Ü¡¼¥É¤ò»È¤Ã¤Æ¥µ¡¼¥Ð¤Î³ÈÄ¥¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! Tseng Labs ¤µ¤ó¤Ë¤Ï(KMG ¤Ë) ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(Jazz Multimedia G- ! Force 128)¤ò´óÉÕ¤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¤³¤ì¤Ë¤è¤ê ET6000 ¥³¡¼¥É¤Î³«È¯¤¬Âç ! ¤­¤¯¿Ê¤ß¤Þ¤·¤¿¡£¤Þ¤¿¡¢ET6100 ¤Îɾ²ÁÍѥܡ¼¥É¤âÄ󶡤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! Heiko Eissfeldt ¤µ¤ó¤Ë¤Ï ET4000W32p_rev_b ¥Ü¡¼¥É¤òÄ󶡤·¤Æ¤¤¤¿¤À¤­¤Þ¤· ! ¤¿¡£¤³¤ì¤Ë¤è¤ê¡¢rev_a ¤È rev_b ¤Î¥Ü¡¼¥É¤Î¥µ¥Ý¡¼¥È¤ò²þÁ±¤¹¤ë¤³¤È¤¬¤Ç¤­ ! ¤Þ¤·¤¿¡£ ! ! Gyorgy Krajcsovits ¤µ¤ó¤Ë¤Ï ET4000W32p + CH8398 ¥Ü¡¼¥É¤òÄ󶡤·¤Æ¤¤¤¿¤À ! ¤­¤Þ¤·¤¿¡£ÁÇÀ²¤é¤·¤¤¤³¤È¤Ç¤¹! ! ! ¿¤¯¤Î¥Æ¥¹¥¿¤ÎÊý¤¬ X_W32 ¤È¤½¤ì¤Ë³¤¯ XF86_W32 ¤Ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤òÁ÷¤Ã ! ¤Æ¤¯¤ì¤Þ¤·¤¿¡£É®¼Ô¤Î¼êÍî¤Á¤Ç X_W32 ¤ò¥Æ¥¹¥È¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¤ÏÇÄ°®¤Ç¤­ ! ¤Æ¤¤¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢XF86_W32 ¤Î¥Æ¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹¤Î̾Á°¤ò°Ê ! ²¼¤Ëµó¤²¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹: ! ! Linux: ! bf11620@coewl.cen.uiuc.edu (Byron Thomas Faber) ! dlj0@chern.math.lehigh.edu (David Johnson) ! peterc@a3.ph.man.ac.uk (Peter Chang) ! dmm0t@rincewind.mech.virginia.edu (David Meyer) ! nrh@philabs.Philips.COM (Nikolaus R. Haus) ! jdooley@dbp.caltech.edu (James Dooley) ! thumper@hitchcock.eng.uiowa.edu (Timothy Paul Schlie) ! klatta@pkdla5.syntex.com (Ken Latta) ! robinson@cnj.digex.net (Andrew Robinson) ! reggie@phys.washington.edu (Reginald S. Perry) ! sjm@cs.tut.fi (M{kinen Sami J) ! engel@yacc.central.de (C. Engelmann) use cengelm@gwdg.de ! postgate@cafe.net (Richard Postgate) ! are1@cec.wustl.edu (Andy Ellsworth) ! bill@celtech.com (Bill Foster) ! ! FreeBSD: ! ljo@ljo-slip.DIALIN.CWRU.Edu (L Jonas Olsson) ! ! SVGA Tseng ¥µ¡¼¥Ð¤Î¥³¡¼¥É¤Î³«È¯¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹¤â¤¤¤Þ¤¹(¤³¤Î¥ê ! ¥¹¥È¤ÏÉÔ´°Á´¤Ç¤¹): ! ! o Glenn G. Lai ! ! o Dirk H. Hohndel ! ! o Koen Gadeyne ! ! o OEyvind Aabling ! ! o Dejan Ilic ! ! o Mark Vojkovich ! ! o Harald Nordgard Hansen ! ! o David Bateman ! ! o Gyorgy Krajcsovits ! ! o Kurt Olsen ! ! ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng,v 1.1.2.1 1999/06/02 07:51:03 hohndel Exp $ ! ! ! ! ! ! $XConsortium: tseng.sgml /main/6 1996/10/27 11:06:09 kaleb $ ! ! ! ! ! ! ! ! --- 1,1108 ---- ! Tseng ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! The XFree86 Project, Inc. Dirk H. Hohndel, Koen Gadeyne and ! others. ! 03 Nov 1998 ! The X Japanese Documentation Project ! 03 Feb 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! 2. ÍѸì ! 3. ET4000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! 4. ET6000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! 5. °ìÉô¤Î ET4000 ¥Ü¡¼¥É¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯ÃÍÁªÂò¤ÎÌäÂê ! 6. ¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂê ! 7. ´ðËÜÀßÄê ! 8. XF86Config ¥Õ¥¡¥¤¥ë¤ÎÁ´ÂΤ˴ؤ¹¤ë¥ª¥×¥·¥ç¥ó ! 9. ¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹(MemBase)¤Ë´Ø¤¹¤ë»ö¹à ! 9.1 MemBase ÃͤòÊѤ¨¤è¤¦¤È¤¹¤ë¡ÖÁ°¤Ë¡×ÃΤäƤª¤¯¤Ù¤­¤³¤È ! 9.2 MemBase ÃͤÎÁªÂò ! 9.3 Ê̤Υ¢¥×¥í¡¼¥Á ! 9.4 ¾¤Î»î¤ß¤¬Á´¤Æ¼ºÇÔ¤·¤¿¤é¡Ä ! 9.5 À©¸Â ! 9.6 ¥ê¥Ë¥¢¥â¡¼¥É¤Ç¤Ïñ¤ËÆ°ºî¤·¤Ê¤¤¥Ü¡¼¥É¤¬¤¢¤ê¤Þ¤¹ ! 9.7 ¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¤É¤¦¤ä¤Ã¤ÆÄ´¤Ù¤ë¤Î¤Ç¤¹¤«? ! ! 10. ¥â¡¼¥É¤ÎÌäÂê ! 11. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÎÌäÂê ! 12. ET6000 ¥á¥â¥ê¥µ¥¤¥º¤Î±³¤È¿¿¼Â ! 13. ET6000 ¤Î¥á¥â¥ê¥Ð¥ó¥ÉÉý¤Ë´Ø¤¹¤ë¸ØÂç¹­¹ð¤È¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤Ø¤Î±Æ¶Á ! 14. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! 15. SVGA Tseng ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ë¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! 16. ¼Õ¼­ ! ! ______________________________________________________________________ ! ! 1. ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È ! ! XFree86 ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë Tseng ¥Á¥Ã¥×¥»¥Ã¥È¤Ï ET3000, ET4000, ! ET4000/W32, ET6000 ¤Ç¤¹¡£SVGA ¥É¥é¥¤¥Ð¤Ï ET4000/W32, W32i, W32p, ! ET6000 ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£SVGA ¥µ¡¼¥Ð¤È¤ÏÊÌ ! ¤Ë¤Ê¤Ã¤Æ¤¤¤ë 8bpp(=256 ¿§)¤Î ET4000/W32, ET6000 ¥µ¡¼¥Ð¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¾ð ! Êó¤Ë¤Ä¤¤¤Æ¤Ï¡¢README.W32 ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤ª»È¤¤¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Ç XF86_SVGA ¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç°Ê³°¤Ç¤Ï¡¢XF86_W32 ¤ò ! »È¤¦¤Ù¤­¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£W32 ¥µ¡¼¥Ð¤Ë´Ø¤¹¤ë¿·µ¬³«È¯¤Ï¹Ô¤ï ! ¤ì¤Æ¤¤¤Þ¤»¤ó¡£Á´¤Æ¤ÎÏ«ÎÏ¤Ï SVGA ¥µ¡¼¥Ð¤ËÅêÆþ¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ! ! ¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó(XFree86 3.3.1)¤Î SVGA ¥µ¡¼¥Ð¤Ç¤Ï¡¢ET4000W32 ISA ¥«¡¼ ! ¥É¤Î°ìÉô¤ÏÆ°ºî¤·¤Ê¤¤¤³¤È¤¬ÌÀ¤é¤«¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹(¥Þ¥·¥ó¤¬¥Ï¥ó¥°¤·¤Æ¤·¤Þ ! ¤¤¤Þ¤¹¡Ä)¡£¤³¤Î¤è¤¦¤Ê¥«¡¼¥É¤Î¾ì¹ç¤Ë¤Ï W32 ¥µ¡¼¥Ð(XF86_W32) ¤ò»È¤Ã¤Æ¤¯ ! ¤À¤µ¤¤¡£ ! ! 2. ÍѸì ! ! Ëܥɥ­¥å¥á¥ó¥È¤Î°Ê¹ß¤Îµ­½Ò¤Ç¤Ï¡¢"8bpp" ¤ò "8 bit per pixel" ¤Îά¸ì¤È¤· ! ¤Þ¤¹¡£¤³¤ì¤Ï 256 ¿§¥â¡¼¥É¤Î¤³¤È¤Ç¤¹¡£Æ±Íͤˡ¢15bpp ¤Ï 32768¿§¥â¡¼¥É ! ¤ò¡¢16bpp ¤Ï 65536 ¿§¥â¡¼¥É¤ò¡¢ 24bpp ¤Ï "packed ·Á¼°" ¤Î 1600Ëü¿§¥â¡¼ ! ¥É¤ò¡¢32bpp ¤Ï "sparse ·Á¼°" ¤Î1600Ëü¿§¥â¡¼¥É¤ò¼¨¤·¤Þ¤¹(32bpp ¥â¡¼¥É¤Ç ! ¤â¼ÂºÝ¤Ë»È¤ï¤ì¤ë¤Î¤Ï 32¥Ó¥Ã¥ÈÃæ 24 ¥Ó¥Ã¥È¤Ç¤¹¡£¤À¤«¤é "sparse (Á¤Ê)·Á ! ¼°" ¤Ê¤Î¤Ç¤¹)¡£ ! ! ¤³¤³¤Ç¤Ï 16bpp ¤È¶èÊ̤¹¤ë¤¿¤á¤À¤±¤Ë 15bpp ¤ò»È¤¤¤Þ¤¹¤¬¡¢Ä̾ï¤Ï¤É¤Á¤é¤â ! 16bpp ¤È¸À¤ï¤ì¤Þ¤¹¡£15bpp ¤Ï¼ÂºÝ¤Ë¤Ï 16bpp ¤Ç¡¢¿§¤Î½Å¤ß¤¬ 5-5-5 ¤Ë¤Ê¤Ã ! ¤Æ¤¤¤Þ¤¹(¥Ô¥¯¥»¥ë¤´¤È¤Ë 1 ¥Ó¥Ã¥Èʬ¤¬ÌµÂ̤ˤʤê¤Þ¤¹)¡£°ìÊý¡¢16bpp ¤Ï ! 16bpp ¤Ç¡¢¿§¤Î½Å¤ß¤¬ 5-6-5 ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! 3. ET4000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! ! ET4000 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѤΠSVGA ¥É¥é¥¤¥Ð¤Ï¡¢ET4000W32i °Ê¹ß¤Î¤Û¤È¤ó¤É¤Î ! ET4000 ¥Á¥Ã¥×¤ËÂФ·¤ÆÁ´¤Æ¤Î¿§¤Î¿¼¤µ(8, 15, 16, 24,32 bpp) ¤ò¥µ¥Ý¡¼¥È¤· ! ¤Æ¤¤¤Þ¤¹¡£ET4000W32 ¤Ï 8bpp ¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£RAMDAC ¤È SVGA ! ¤ÎÂбþ¥³¡¼¥É¤Ë°Í¸¤·¤Æ¡¢°ìÉô¤Î¥«¡¼¥É¤Ç¤Ï¿§¤Î¿¼¤µ¤Î°ìÉô¤¢¤ë¤¤¤Ï 8bpp ¤À ! ¤±¤·¤«¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ! W32i ¥Á¥Ã¥×¤È W32p ¥Á¥Ã¥×¤Î¾ì¹ç¡¢Âбþ¤·¤Æ¤¤¤ë RAMDAC (¸½ºß¤Ï ICS5341, ! STG170x ,Chrontel CH8398)¤ÇÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì ! ¤é¤Î¥â¡¼¥É¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤âÍ­¸ú¤Ç¤¹¡£ ! ! W32p ¥Ü¡¼¥É¤Î°ìÉô¤Î¼ÂÁõ¤Ë¤ª¤¤¤Æ¤Ï¡¢¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ç»È¤¨¤ë¥Ó¥Ç¥ª¥á ! ¥â¥ê¤¬ 1MB ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Ê¤Î¤Ç¡¢¥É¥é¥¤ ! ¥Ð¤Ç²ò·è¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£XFree86 ¤Ç¤Ï 16/24/32bpp ¥â¡¼¥É¤ò»È¤¦¤¿ ! ¤á¤Ë¥ê¥Ë¥¢¥á¥â¥ê¤¬É¬ÍפʤΤǡ¢¥Ï¥¤¥«¥é¡¼¤ä¥È¥¥¥ë¡¼¥«¥é¡¼¤Î¥¢¥×¥ê¥±¡¼ ! ¥·¥ç¥ó¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¤è¤¦¤Ê¥«¡¼¥É¤Ï¶Ë¤á¤ÆÉÔÊؤˤʤäƤ·¤Þ¤¤¤Þ ! ¤¹(¤³¤Î¤è¤¦¤Ê¥â¡¼¥É¤Ç¤ÏÂçÄñ¥Ó¥Ç¥ª¥á¥â¥ê¤òÂçÎ̤˻Ȥ¤¤Þ¤¹)¡£ ! ! ¤µ¤é¤Ë¡¢¤³¤Î¤è¤¦¤Ê¥«¡¼¥É¤Ï¥ê¥Ë¥¢¥â¡¼¥É¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¥É¥é¥¤¥Ð¤Î¥³¡¼¥É¤ò½ñ¤¯¤È¤­¤ÎÀß·×ȽÃǤǤ¹¡£¤â¤·¥ê¥Ë ! ¥¢¥â¡¼¥É¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤¹¤ì¤Ð¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤Ï 768kB ¤· ! ¤«»È¤¨¤Ê¤¤¤Ç¤·¤ç¤¦¤·¡¢¥É¥é¥¤¥Ð¤Î¥³¡¼¥É¤ÏÇܤ¯¤é¤¤Ê£»¨¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¤Ç ! ¤·¤ç¤¦¡£ ! ! ¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ RAMDAC ¤òÀѤó¤À¥«¡¼¥É¤Ï¡¢¸Å¤¤¥«¡¼¥É¤ÈƱ¤¸¤è¤¦ ! ¤ÊÀ©¸Â¤ò¼õ¤±¤Þ¤¹¡£¤Ä¤Þ¤ê¡¢¼ÂºÝ¤Ë¤Ï¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤò 135MHz ¤Þ¤Ç¾å¤² ! ¤é¤ì¤ë¤È¤³¤í¤òºÇÂçÃÍ 86MHz ¤ËÀ©¸Â¤µ¤ì¤Þ¤¹¡£¤½¤Î·ë²Ì¡¢1280x1024 ¥â¡¼¥É ! ¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ç¤·¤«»È¤¨¤º¡¢È󥤥󥿥졼¥¹¥â¡¼¥É¤Ç¤Ï¥ê¥Õ¥ì¥Ã¥·¥å ! ¥ì¡¼¥È 75 Hz ¤Î 1024x768 ÄøÅÙ¤ËÀ©¸Â¤µ¤ì¤Þ¤¹¡£ ! ! W32 ¥¿¥¤¥×¤Î¥«¡¼¥É¤ÇÈ󥤥󥿥졼¥¹¤Î 1280x1024x(256 ¿§) 135MHz ¤ò»È¤¦ ! ¤Ë¤Ï¡¢RAMDAC ¤Î¿½Å²½¤Îµ¡Ç½¤ò»ý¤Ä w32p(16 ¥Ó¥Ã¥È¤Î RAMDAC ¥Ð¥¹¤òÅëºÜ) ! ¤¬É¬ÍפǤ¹¡£¤È¤¤¤¦¤Î¤â¡¢w32p ¤Ï 135MHz ¤Ç¤Ï¤Ê¤¯ (135/2 = 67.5) MHz ¤· ! ¤«»²¾È¤·¤Ê¤¤¤«¤é¤Ç¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢ICS5341 GENDAC, STG170x, CH8398 ¤Î¤¤ ! ¤º¤ì¤«¤ò»È¤Ã¤Æ¤¤¤ë¥«¡¼¥ÉÀìÍѤÎÆÃÊ̤ʥ³¡¼¥É¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤³¤Î¥³¡¼¥É ! ¤ÏÂçÄñ¤Î¾ì¹ç¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤è¤¦¤Ç¤¹¤¬¡¢ICS5341 ¤ò»È¤¦¾ì¹ç¤À¤±¤ÏÎã³°¤Ç¡¢ ! 90MHz ÉÕ¶á¤Î¼þÇÈ¿ô¤Ç¾®¤µ¤¤¼Ê¤¬¸½¤ï¤ì¤Þ¤¹¡£ ! ! ¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É(ÆÃ¤Ë xf86quake Åù¤Î DGA ¥¯¥é¥¤¥¢¥ó¥È¤Ç¤Ï½ÅÍ×)¤Ï¡¢Á´ ! ¤Æ¤Î ET4000W32i, ET4000W32p ¥«¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ ET4000W32 ! ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¥ê¥Ë¥¢¥á¥â¥ê¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç¥ó¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¥ê¥Ë¥¢¥á¥â¥ê¤Ë´Ø¤¹¤ë½ÅÍ×»ö¹à¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! ¿§¤Î¿¼¤µ¤¬Â礭¤¤¾ì¹ç¡¢¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤ÏɬÍפǤ¹¡£¤³¤ì¤é¤Î¥â¡¼¥É¤Î¾ì ! ¹ç¤Ë¤Ï¡¢¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç»ØÄꤹ¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¸å½Ò¤Î¥ê¥Ë¥¢¥á¥â¥ê¤Ë´Ø¤¹¤ë¥»¥¯¥·¥ç ! ¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥»¥¯¥·¥ç¥ó¤Ë¤Ï¡¢º¤Æñ¤ÊÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Î½Å ! ÍפʾðÊ󤬽ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 8bpp ¥â¡¼¥É¤Ç¶¯À©Åª¤Ë¡Ö¥Ð¥ó¥¯ÀÚÂؤ¨¡×¥â¡¼¥É¤Ë¤¹¤ë¤Ë¤Ï(¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼ ! ¥É¤¬¥Ç¥Õ¥©¥ë¥È¤Ç¤¹)¡¢°Ê²¼¤Î¹Ô¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç ! ¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲ䷤Ƥ¯¤À¤µ¤¤: ! ! Option "no_linear" ! ! W32 ·Ï¤È ET6000 ·Ï¤ÎÁ´¤Æ¤Î¥Á¥Ã¥×¤Ë¤ª¤¤¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï¥µ¥Ý¡¼¥È¤µ ! ¤ì¤Æ¤ª¤ê¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥µ¥Ý¡¼¥È ! ¤Ï XFree86 ¤Î¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¤¥ó¥¿¥Õ¥§¡¼¥¹(XAA)¤Ë´ð¤Å¤¤¤Æ¤¤¤Þ ! ¤¹¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤ÆÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤ơ¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "noaccel" ! ! PCI ¥·¥¹¥Æ¥à¤Î°ìÉô(¤Ä¤Þ¤ê¡¢ET6000 ¤ä ET4000W32p ¤À¤±)¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì ! ¡¼¥·¥ç¥ó¤ò»È¤¦¤È¥Õ¥©¥ó¥È¤¬²õ¤ì¤Æ¤·¤Þ¤¦¤³¤È¤¬»þ¡¹µ¯¤³¤ê¤Þ¤¹¡£¤³¤Î¸¶°ø¤Ï ! ¿ʬ¡¢Tseng PCI ¥Ç¥Ð¥¤¥¹¤Ë¤Ï¡Ö¥×¥ê¥Õ¥§¥Ã¥ÁÉÔ²Äǽ¡×°À­¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë ! ¤³¤È¤ò̵»ë¤¹¤ë¥·¥¹¥Æ¥à BIOS ¤¬¡¢¤ª¤«¤·¤Ê½ñ¤­¹þ¤ß¤ò¹Ô¤¦¤³¤È¤Ç¤¹¡£¤³¤Î¤è ! ¤¦¤Ê BIOS ¤Ï¡¢"write combining(½ñ¤­¹þ¤ßÏ¢·ë)"(¤Þ¤¿¤Ï "byte merging") ! ¤È¸Æ¤Ð¤ì¤ë PCI ¤Îµ¡Ç½¤ò Tseng ¥Ó¥Ç¥ª¥«¡¼¥É¤ËÂФ·¤ÆÍ­¸ú¤Ë¤·¤Þ¤¹¤¬¡¢¥«¡¼ ! ¥É¤Ï¤³¤ì¤òǧ¤á¤Þ¤»¤ó¡£°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ BIOS ÀßÄê¤Ë¤ª¤¤¤Æ¼êÆ°¤Ç ! Write Combining µ¡Ç½(WC ¤È¾Êά¤µ¤ì¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹)¤ÎÍ­¸ú¡¦Ìµ¸ú¤òÀÚÂØ ! ¤¨¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£VGA ¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤ËÂФ·¤Æ WC ¤¬Ìµ¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë ! ¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥·¥¹¥Æ¥à¾å¤Ç¥Õ¥©¥ó¥È¤¬²õ¤ì¤ë¤±¤ì¤É BIOS ¤Ç¤Ï¼êÆ°¤Ç WC ¤ò̵¸ú¤Ë¤¹¤ë¤³¤È ! ¤¬¤Ç¤­¤Ê¤¤¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄÉ ! ²Ã¤·¤Æ¥Õ¥©¥ó¥È¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "xaa_no_color_exp" ! ! ¤³¤ÎÀßÄê¤ò¹Ô¤¦¤È X ¥µ¡¼¥Ð¤ÎÀ­Ç½¤¬Íî¤Á¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4. ET6000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½ ! ! ET4000 ¥É¥é¥¤¥Ð¤Îµ¡Ç½¤Ë²Ã¤¨¡¢SVGA ET6000 ¥µ¡¼¥Ð¤Ï SVGA ¥µ¡¼¥Ð¤ÇÍøÍÑ²Ä ! ǽ¤ÊÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: 8bpp, 16bpp(¿§²òÁüÅÙ¤Ï 5-5-5 ! ¤È 5-6-5 ¤ÎξÊý), 24bpp, 32bpp. ! ! ¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É(VGA ¤Î¥Ç¥Õ¥©¥ë¥È¤ÈµÕ¤Ç¡¢¥Ð¥ó¥¯ÀÚÂؤ¨¥ì¥¤¥¢¥¦¥È¤Ç¤¹) ! ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ï 16/24/32bpp ¥â¡¼¥É¤Î¾ì¹ç ! ¤Ë¤ÏɬÍפǤ¢¤ê¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£8bpp ¤Î¾ì¹ç¤Ï¡¢PCI ¥«¡¼¥É ! ¤Ç¤Ï¥ê¥Ë¥¢¥â¡¼¥É¤¬¥Ç¥Õ¥©¥ë¥È¤Ç¡¢ISA/VLB ¥«¡¼¥É¤Ç¤Ï¥Ð¥ó¥¯ÀÚÂؤ¨¥â¡¼¥É¤¬ ! ¥Ç¥Õ¥©¥ë¥È¤Ç¤¹¡£ ! ! 8bpp ¤Ç¶¯À©Åª¤Ë¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ë¤¹¤ë¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î ! SVGA ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲä·¤Þ¤¹: ! ! Option "linear" ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤ª¤ê¡¢¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£ ET6000 ¤Ç¤ÏÁ´¤Æ¤Î¿§¤Î¿¼¤µ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬Í­¸ú¤Ç¤¹¡£ ! XF86Config ¤Î¥Ç¥Ð¥¤¥¹¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲ乤뤳¤È¤Ç¡¢¥¢¥¯¥»¥é¥ì ! ¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "noaccel" ! ! Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ë¤ª¤¤¤Æ¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ET6000 ¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Ë¤è¤ê¡¢»È¤¨¤ë¿§¤Î½¸¹ç¤À¤±¤ÏÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ ! ¤¹(¿§¤ÎÍ×ÁǤ´¤È¤Ë¾å°Ì 2 ¥Ó¥Ã¥È)¡£¤½¤Î·ë²Ì¡¢¥«¡¼¥½¥ë¤Î¿§¤¬(¾¯¤·)¤ª¤«¤· ! ¤¯¤Ê¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥«¡¼¥½¥ë¤Î¿§¤¬ÀäÂФËÀµ³Î¤Ç¤¢¤ë¤³¤È¤¬É¬Íפʾì¹ç¤Ë ! ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£¤·¤«¤·¡¢ÂçÄñ¤Î¥¢¥×¥ê ! ¥±¡¼¥·¥ç¥ó¤Ç¤Ï¿§¤Î¶¸¤¤¤ÏÌäÂê¤Ë¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò ! Í­¸ú¤Ë¤¹¤ë¤Ë¤Ï°Ê²¼¤Î»ØÄê¤ò¹Ô¤¤¤Þ¤¹: ! ! Option "hw_cursor" ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¤(100MHz ÊÕ¤ê¤ò±Û¤¨¤ëÃÍ)¤È¤­¤Ë¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½ ! ¥ë¤ò»È¤¦¤ÈÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¡¢²èÌ̤κ¸È¾Ì̤«¤é°ìÉô¤¬½Ð¤¿»þ¤Ë ! ¥«¡¼¥½¥ë¤¬»Ø¤¹¾ì½ê¤¬¤ª¤«¤·¤¯¤Ê¤ë¤È¤¤¤¦¤â¤Î¤Ç¤¹¡£ ! ! ET6000 ¥Á¥Ã¥×¤Î¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤Ç¤Ïº£¤Î¤È¤³¤í¡¢¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ç¤Ï ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬»È¤¨¤Þ¤»¤ó¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥«¡¼¥½¥ë¤Î¾åȾʬ¤·¤«É½¼¨ ! ¤µ¤ì¤Ê¤¤¾õÂ֤ˤʤê¤Þ¤¹¡£¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É(320x200 ¤¬¤è¤¯»È¤ï¤ì¤Þ¤¹) ! ¤ò»È¤¤¤¿¤±¤ì¤Ð¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ºÇ¶á¤Î ! ET6000 ¥«¡¼¥É¤È ET6100 ¥«¡¼¥É¤Ç¤Ï¡¢¤³¤ÎÌäÂê¤Ï¸½¤ï¤ì¤Þ¤»¤ó¡£ ! ! °ìÉô¤Î PCI ¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¤È¥Õ¥©¥ó¥È¤¬²õ¤ì¤ë¤³ ! ¤È¤¬»þ¡¹µ¯¤³¤ê¤Þ¤¹¡£Àè¤ËÀâÌÀ¤·¤¿¤è¤¦¤Ë¡¢¤³¤Î¸¶°ø¤Ï¥·¥¹¥Æ¥à¤Î BIOS ¤Î¥Ð ! ¥°¤«¡¢¤¢¤ë¤¤¤Ï BIOS ¤Ë¤ª¤±¤ë write combining µ¡Ç½¤ÎÀßÄê¥ß¥¹¤Ç¤¹¡£BIOS ! ¤ò½¤Àµ¤·¤¿¤ê¡¢¥ª¥×¥·¥ç¥ó¤ò¶¯À©Åª¤Ë̵¸ú¤Ë¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë°Ê²¼¤Î¹Ô¤òÄɲ乤뤳¤È¤Ë¤è¤ê¡¢¥Õ¥©¥ó¥È¤Î ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! ! Option "xaa_no_color_exp" ! ! ¿§¤Î¿¼¤µ¤¬Â礭¤¤¤È¤­(24bpp, 32bpp)¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÍѤ¤¤ë¤È¡¢¹â²ò ! ÁüÅ٥⡼¥É(800x600 ÊÕ¤ê¤è¤êÂ礭¤¤²òÁüÅÙ)¤ÇÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥¢ ! ¥¯¥»¥é¥ì¡¼¥¿¤ÎÆ°ºî»þ¤Ë²èÌ̤α¦¤Ë°ì»þŪ¤Ë¡Ö¥´¥ß¡×¤ÎÀþ¤¬¸½¤ï¤ì¤ë¤È¤¤¤¦¤â ! ¤Î¤Ç¤¹¡£¥´¥ß¤Ï¤º¤Ã¤È»Ä¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤¤Ï¤º¤Ç¤¹¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤¬²òÊü¤µ¤ì¤ì ! ¤Ð¤¹¤°¤Ë¾Ã¤¨¤ë¤Ï¤º¤Ç¤¹¡£¤³¤ÎÌäÂê¤Ï¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë¤è¤ë¤â¤Î¤Ç¡¢²óÈò¤¹ ! ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó(¤³¤Î¤è¤¦¤Ê¥â¡¼¥É¤òÁ´¤¯»È¤ï¤Ê¤¤¤È¤¤¤¦²óÈòÊýË¡¤À¤±¤¬ ! ¤¢¤ê¡¢¸½ºß¤Î¥É¥é¥¤¥Ð¤Ç¤Ï¤³¤ì¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹)¡£ ! ! ¤³¤ÎÌäÂê¤ò̵»ë¤¹¤ë¤È¤¤¤¦¤Î¤â°ì¤Ä¤Î¼ê¤Ç¤¹(Ç˲õŪ¤ÊÌäÂê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤« ! ¤é)¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú ! ¤Ë¤¹¤ë¤È¤¤¤¦ÊýË¡¤â¤¢¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬»È¤ï¤ì¤Ê¤¤¤Î¤Ç¡¢¤³¤Î¤è¤¦¤Ê ! ÌäÂê¤òµ¯¤³¤µ¤Ê¤¤¤À¤±¤Î¹­¤¤¥Ð¥ó¥ÉÉý¤¬³ÎÊݤǤ­¤Þ¤¹¡£ ! ! 5. °ìÉô¤Î ET4000 ¥Ü¡¼¥É¤Ë¤ª¤±¤ë¥¯¥í¥Ã¥¯ÃÍÁªÂò¤ÎÌäÂê ! ! XFree86 ¤Ç¤Ï¡¢¹â²òÁüÅ٤Υƥ­¥¹¥È¥â¡¼¥É¤«¤é¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ë¤È¡¢ET4000 ! ¥Ü¡¼¥É¤Î°ìÉô¤Ë¤Ä¤¤¤Æ¥¯¥í¥Ã¥¯ÃͤÎÁªÂò¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¡£É¸½à¤Î ! 80x25 ¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤«¤é¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ë¤È¡¢¥¯¥í¥Ã¥¯ÃͤÎÁªÂò¤Ïɬ¤ºÀµ ! ¤·¤¯¹Ô¤¨¤Þ¤¹¡£ ! ! ¥µ¡¼¥Ð¤ò¹â²òÁüÅ٤Υƥ­¥¹¥È¥â¡¼¥É¤«¤éµ¯Æ°¤·¤¿¤È¤­¤È¡¢80x25 ¤Î¥Æ¥­¥¹¥È¥â ! ¡¼¥É¤«¤éµ¯Æ°¤·¤¿¤È¤­¤ÇÄÌÃΤµ¤ì¤ë¥¯¥í¥Ã¥¯Ãͤ¬°Û¤Ê¤ë¾ì¹ç¡¢¤³¤ÎÌäÂ꤬µ¯¤³ ! ¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£¹â²òÁüÅ٤Υƥ­¥¹¥È¥â¡¼¥É¤«¤é¤Ç¤â¥µ¡¼¥Ð¤òÀµ¤·¤¯Æ°ºî ! ¤µ¤»¤ë¤¿¤á¤Ë¡¢XF86Config ¤Ç»ØÄê¤Ç¤­¤ë¥ª¥×¥·¥ç¥ó¤¬¤¤¤¯¤Ä¤«ÍÑ°Õ¤µ¤ì¤Æ¤¤ ! ¤Þ¤¹¡£¥»¥Ã¥È¤¹¤ë¥Õ¥é¥°¤ò¸«¤Ä¤±¤ë¤¿¤á¤Ë¡¢¤Þ¤º¤Ï 80x25 ¤Î¥Æ¥­¥¹¥È¥â¡¼¥É ! ¤«¤é -probeonly ¥Õ¥é¥°¤òÉÕ¤±¤Æ¥µ¡¼¥Ð¤òµ¯Æ°¤·¡¢¥µ¡¼¥Ð¤¬½ÐÎϤ¹¤ë¾ðÊó¤ò¸« ! ¤Þ¤·¤ç¤¦¡£ ! ! VGAXXX: ET4000: Initial hibit state: low ! ! ¤È¤¤¤¦¹Ô¤¬½ÐÎϤµ¤ì¤¿¾ì¹ç¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î SGVA, VGA16, VGA32 ¥» ! ¥¯¥·¥ç¥ó¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹: ! ! Option "hibit_low" ! ! VGAXXX: ET4000: Initial hibit state: high ! ! ¤È¤¤¤¦¹Ô¤¬½ÐÎϤµ¤ì¤¿¾ì¹ç¤Ë¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î SGVA, VGA16, VGA32 ! ¥»¥¯¥·¥ç¥ó¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹: ! ! Option "hibit_high" ! ! 6. ¥Æ¥­¥¹¥È¥â¡¼¥É¤ÎÉü¸µ¤Ë´Ø¤¹¤ëÌäÂê ! ! XFree86 1.3 ¤Ç¤Ï¡¢°ìÉô¤Çµ¯¤³¤Ã¤Æ¤¤¤¿¥Æ¥­¥¹¥ÈÉü¸µ¤ÎÌäÂê¤ò·Ú¸º¤·¤è¤¦¤È¤· ! ¤Æ¡¢¥ª¥×¥·¥ç¥ó ``force_bits'' ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤·¤¿¡£¸½ºß¤Ï¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤ÎÆ°ºî¤¬¥Ç¥Õ¥©¥ë¥È¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤½¤Î¤â¤Î¤Ï¤Ê¤¯¤Ê¤ê ! ¤Þ¤·¤¿¡£°ÊÁ°¤Î¥Æ¥­¥¹¥ÈÉü¸µ¤ÎÌäÂê¤Ï¡¢XFree86 2.0 ¤Ç¤Ï·Ú¸º¤µ¤ì¤Æ¤¤¤ë¤³¤È ! ¤È»×¤¤¤Þ¤¹¡£ ! ! 7. ´ðËÜÀßÄê ! ! XF86Config ¤ÎºîÀ®¤Ë¤Ï¡¢XF86Setup ¥×¥í¥°¥é¥à¤Þ¤¿¤Ï xf86config ¥×¥í¥°¥é ! ¥à¤ò»È¤¦¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤ì¤é¤Î¥×¥í¥°¥é¥à¤Ï¡¢¹â²òÁüÅ٤Π8bpp ¤ÎÀß ! Äê¤Ç¤­¤Á¤ó¤ÈÆ°ºî¤¹¤ë XF86Config ¥Õ¥¡¥¤¥ë¤òºî¤Ã¤Æ¤¯¤ì¤ë¤Ï¤º¤Ç¤¹¡£¤è¤ê¥â ! ¥Ë¥¿¤ËŬ¤·¤¿¥â¡¼¥É(Îã: 1152x864 ¥â¡¼¥É)¤Î¥¿¥¤¥ß¥ó¥°Ãͤò Monitor ¥»¥¯ ! ¥·¥ç¥ó¤ËÄɲ䷤Ƥâ¤è¤¤¤Ç¤·¤ç¤¦¡£¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! ¼¡¤Î¥»¥¯¥·¥ç¥ó¤ÇÀâÌÀ¤·¤Þ¤¹¡£¤³¤³¤Ç¤Ï´ðËÜŪ¤Ê¥ª¥×¥·¥ç¥ó¤ò´Êñ¤ËÀâÌÀ¤·¤Þ ! ¤¹¡£ ! ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬»È¤¨¤ë¥Á¥Ã¥×(ET4000W32 ¤È ET6000)¤Ç¥°¥é¥Õ¥£¥Ã¥¯¥¹ ! ¤ÎºÆÉÁ²è¤¬¤ª¤«¤·¤¯¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢¤Þ¤º "noaccel" ¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£ ! ! 8. XF86Config ¥Õ¥¡¥¤¥ë¤ÎÁ´ÂΤ˴ؤ¹¤ë¥ª¥×¥·¥ç¥ó ! ! °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤Ï Tseng ¥É¥é¥¤¥Ð¤Î¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£³Æ¥ª¥×¥·¥ç¥ó¤Ï¡¢ ! XF86Config ¥Õ¥¡¥¤¥ëÆâ¤Î svga ¥É¥é¥¤¥Ð¤Î¥»¥¯¥·¥ç¥ó¤Ë¤¢¤ë¡¢¥ª¥×¥·¥ç¥ó¤¬ ! ŬÍѤǤ­¤ë¿§¤Î¿¼¤µ¤Î Screen ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó(Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤹ¤ì¤Ð¡¢Á´¤Æ¤Î¿§¤Î¿¼¤µ¤Ë¤ª¤¤¤Æ¥ª¥×¥·¥ç¥ó¤òÍ­ ! ¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹)¡£ ! ! Option "noaccel" ! (ET4000W32p, et6000) ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò̵ ! ¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ä¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯ ! ÃÍ¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Î¥Ð¥°¤Ë´ØÏ¢¤¹¤ëÌäÂ꤬²ò·è¤¹¤ë¤³¤È¤¬Â¿ ! ¤¤¤Î¤Ç¤¹¤¬¡¢À­Ç½¤¬µ¾À·¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹(¥í¡¼¥«¥ë¥Ð¥¹¤ä PCI ¥Ð¥¹ ! ¤Ç¤Ï¤½¤ì¤Ç¤â½½Ê¬¤Ç¤·¤ç¤¦)¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬ ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Á¥Ã¥×¤ËÂФ·¤Æ¤Î¤ßÍ­¸ú¤Ç¤¹¡£ ! ! Option "fast_dram" "slow_dram" ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢ÆÃÄê¤Î¥«¡¼¥É¤Î DRAM ¤Î¥¹¥Ô¡¼¥É¤òÀßÄꤷ¤Þ¤¹¡£¥« ! ¡¼¥É¤Ï DRAM ¤Î¥¹¥Ô¡¼¥É¤ÎÀßÄ꤬¤Ç¤­¤ë¤â¤Î¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! "slow_dram" ¥ª¥×¥·¥ç¥ó¤Ï ET4000 ¤È ET4000W32 ¤Ç¤Ï¾ï¤ËÍ­¸ú¤Ë¤µ¤ì ! ¤Þ¤¹¡£Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ÏÃÙ¤¯¤Ê¤ê¡¢¥á¥â¥ê ! ´ØÏ¢¤ÎÌäÂê¤ò¤¤¤¯¤é¤«Èò¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£µ¯Æ°»þ¤Ë²èÌ̤¬¿¿¤Ã°Å¤Ë ! ¤Ê¤ë(¥·¥¹¥Æ¥à¤¬¥Ï¥ó¥°¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹)¥«¡¼¥É¤Ç¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤¬É¬Íפ«¤â¤·¤ì¤Þ¤»¤ó¡£ "fast_dram" ¥ª¥×¥·¥ç¥ó¤Ï¡¢¥É¥é¥¤¥Ð¤Ë ! DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ò®¤¯¤µ¤»¤Þ¤¹¡£¤³¤ì¤Ë¤è¤Ã¤Æ¤â²èÌÌ´Ø·¸¤ÎÌä ! Âê(¶Ú¡¢¼Ê¡¢¥´¥ßÅù)¤¬Ä¾¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤ÎÌäÂê¤ò¤Ò¤É¤¯¤¹¤ë ! ¤³¤È¤â¤¢¤ê¤Þ¤¹¡£°ìÈÌŪ¤Ë¡¢¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Ï´í¸±¤Ç¤¹¡£¥µ¡¼¥Ð¤ò ! µ¯Æ°¤·¤¿ÅÓü¤Ë¥Þ¥·¥ó¤ò¥¯¥é¥Ã¥·¥å¤µ¤»¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£Ãí°Õ¤·¤Æ ! »È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! option "w32_interleave_off" "w32_interleave_on" (W32i, W32p) ! ¥á¥â¥ê¥¤¥ó¥¿¥ê¡¼¥Ö¤Î¥ª¥ó/¥ª¥Õ¤ò»ØÄꤷ¤Þ¤¹¡£W32i ¤È W32p ¥Á¥Ã¥×¤Ç ! ¤Ï¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 2MB °Ê¾å¤¢¤ë¾ì¹ç¤Ë¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬¹­¤¯¤Ê¤ê ! ¤Þ¤¹¡£Ä̾ VGA BIOS ¤Ï W32i ¤È W32p ¤òÀµ¤·¤¤¥â¡¼¥É¤ËÀßÄꤷ¤Þ ! ¤¹¡£¥á¥â¥ê¤Î¥µ¥¤¥º·èÄê¤ä¥¤¥ó¥¿¥ê¡¼¥Ö¤Ë´Ø¤¹¤ëÌäÂê¤Îµ¿¤¤¤¬¤¢¤ì¤Ð¡¢ ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Î¼þ¤ê¤ò¤¤¤¸¤Ã¤Æ¤ß¤ë¤È¾õ¶·¤¬²þÁ±¤¹¤ë¤«¤â¤·¤ì¤Þ¤» ! ¤ó¡£°­²½¤¹¤ë¤³¤È¤â¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ÏÄ̾ï ! ¤ÏɬÍפʤ¤¤â¤Î¤Ç¤¹¡£¤È¤¤¤¦¤Î¤â¡¢¥µ¡¼¥Ð¤¬Àµ¤·¤¤Ãͤò¼«Æ°Åª¤Ë»È¤¦¤« ! ¤é¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ë¤ª¤«¤·¤ÊÀßÄê¤ò¤¹¤ë¤È¡¢É½¼¨¤¬Á´¤¯ÊѤˤʤà ! ¤Æ¤·¤Þ¤¦¤Ç¤·¤ç¤¦¡£ ! ! option "pci_burst_off" "pci_burst_on" (W32p) ! PCI ¥«¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï W32p ¥Á¥Ã¥×¤Î PCI ! ¥Ð¡¼¥¹¥ÈžÁ÷¤ÎÍ­¸ú/̵¸ú¤òÀÚÂؤ¨¤Þ¤¹¡£Ä̾ï¤Ï¡¢¤Þ¤È¤â¤Ê BIOS ¤Ê¤é ! ¥Þ¥¶¡¼¥Ü¡¼¥É¤È VGA ¥«¡¼¥É¤ÎÀßÄê¤ò¹ç¤ï¤»¤ë¤Î¤Ç¤¹¤¬¡¢Î¾¼Ô¤¬°ìÃפ· ! ¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï²èÌ̤˥´¥ß¤¬½Ð¤ë¤Ç¤·¤ç¤¦(¥Þ¥¦¥¹¤ÎÄ̤ä¿ÀפʤÉ)¡£ ! ¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢W32p ¤Î¥Ð¡¼¥¹¥ÈžÁ÷¤ÎÀßÄê¤ò¥Þ¥¶¡¼¥Ü ! ¡¼¥É¤ÎÀßÄê¤È¹ç¤ï¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! videoram 1024 (¤Þ¤¿¤ÏÊ̤ÎÃÍ) (Á´¤Æ¤Î¥Á¥Ã¥×) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¸¡½Ð¤µ¤ì¤¿¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤ò¾å½ñ¤­¤·¡¢»ØÄꤵ¤ì¤¿ ! Î̤Υá¥â¥ê¤¬¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë¤«¤Î¤è¤¦¤ËÆ°ºî¤µ¤»¤Þ¤¹¡£¤³¤Î¥ª¥× ! ¥·¥ç¥ó¤Ï¡¢¥«¡¼¥É¤Ë¥á¥â¥ê¤¬ 2MB ºÜ¤Ã¤Æ¤¤¤ë¤±¤ì¤É DRAM ¤Î¹½À®¤¬¥É ! ¥é¥¤¥Ð¤¬¥á¥â¥ê¤Î¾å°Ì 1MB ¤ÎÉôʬ¤òÍ­¸ú¤Ë¤¹¤ëÊýË¡¤È¸ß´¹¤Ç¤Ê¤¤¾ì¹ç ! ¤ä¡¢¥á¥â¥ê¤Î¸¡½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤¾ì¹ç¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç ! ¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! Clockchip "et6000" (et6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤òÍ­¸ú¤Ë¤·¤Þ¤¹¤¬¡¢ÌÀ¤é¤«¤Ë ! ET6000 ¤Ç¤·¤«»È¤¨¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»Ø ! Äꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥µ¡¼¥Ð¤Ï ET6000 ¤ò¸¡½Ð¤¹¤ë¤ÈÄ̾¥×¥í¥° ! ¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò¼«Æ°Åª¤Ë»È¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤Î¤Ï¡¢¼« ! Æ°¸¡½Ð¤¬¤¦¤Þ¤¯Æ°ºî¤·¤Æ¤¤¤Ê¤¤µ¿¤¤¤¬¤¢¤ë¤È¤­¤À¤±¤Ë¤·¤Þ¤·¤ç¤¦¡£¼þÇÈ ! ¿ô¤Ë¤è¤Ã¤Æ¤ÏÉÔ°ÂÄê¤Ë¤Ê¤ë¤³¤È¤¬¤¢¤ë(²èÌ̤¬¡ÖÇÈÂǤäơפ·¤Þ¤¤¤Þ ! ¤¹)ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£°ÂÄê¤À¤ÈÊݾڤǤ­¤ë¤Î¤Ï¡¢(¥Ç¥Õ¥©¥ë¥È¤Î¥¯ ! ¥í¥Ã¥¯ÃͤΤ褦¤Ë)»î¤·¤Æ¤ß¤¿¼þÇÈ¿ô¤À¤±¤Ç¤¹¡£²èÌ̤¬Íð¤ì¤¿¾ì¹ç¤Ë ! ¤Ï¡¢¾¯¤·¤À¤±°Û¤Ê¤ëÃÍ(0.5MHz ¤º¤ì¤Æ¤¤¤ëÃͤʤÉ)¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¥â¥Ë¥¿¤Ï¤³¤Î¼þÇÈ¿ô¤ËƱ´ü¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¤¬¡¢¥¯¥í¥Ã¥¯¥Á¥Ã¥×¤¬¤³¤ì¤Ç ! ÉÔ°ÂÄê¤ÊÎΰè¤Î³°¤Ë½Ð¤Æ¤¯¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! Option "linear" (ET4000W32i, ET4000W32p, ET6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢ ! ¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡Á´ÂΤ¬¥·¥¹¥Æ¥à¥á¥â¥ê¤è¤ê¾å°Ì¤Î¥¢¥É¥ì¥¹¤Ë¥Þ¥Ã¥×¤µ ! ¤ì¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡Á´ÂΤËľÀÜ¥¢¥¯¥»¥¹¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤Î ! ÊýË¡¤ò»È¤¦¤È¡¢ÃÙ¤¤ SVGA ¤Î¥Ð¥ó¥¯ÀÚÂؤ¨¤¬ÉÔÍפˤʤê¤Þ¤¹(¥Ð¥ó¥¯ÀÚ ! Âؤ¨¤Ç¤Ï¡¢Æ±»þ¤Ë¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤Î°ìÉô¤·¤«»²¾È¤Ç¤­¤Þ¤»¤ó)¡£¥ê¥Ë ! ¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ï 256 ¿§»þ¤Ë¤ÏÀ­Ç½¤¬¸þ¾å¤·¤Þ¤¹¤·¡¢¸½ºß¤Î¤È¤³¤í ! 16bpp, 24bpp, 32bpp ¤Ç¤Ïɬ¤º»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! MemBase 0xE0000000 (¤¢¤ë¤¤¤ÏÊ̤Υ¢¥É¥ì¥¹) (ET4000W32, ET6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥á¥â¥ê¤Î¥Ù¡¼¥¹¥¢¥É¥ì ! ¥¹¤òÀßÄꤷ¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Device ¥»¥¯¥·¥ç¥ó¤Ç»ØÄꤷ¤Ê¤±¤ì ! ¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï PCI ¤Ç¤Ê¤¤¾ì¹ç¤Î¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥· ! ¥ó¥°¤ÎÀßÄê¤Ç¤Ï¤¿¤Ö¤óɬÍפǤ¹¤·¡¢PCI ¥Ù¡¼¥¹¤Î¥·¥¹¥Æ¥à¤Ç¤â¼«Æ°¸¡½Ð ! ¤Ë¼ºÇÔ¤¹¤ë»þ¤ËÌò¤ËΩ¤Ä¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤·¤«¤·¡¢¤Û¤È¤ó¤ÉÁ´¤Æ¤Î PCI ! ¥·¥¹¥Æ¥à¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ÏÉÔÍפǤ¹¡£¸å½Ò¤Î¥ê¥Ë¥¢¥á¥â¥ê¥Ù¡¼¥¹¥¢ ! ¥É¥ì¥¹¤Ë´Ø¤¹¤ë»ö¹à¤òÆɤó¤Ç¤¯¤À¤µ¤¤! ! ! ¸å½Ò¤Î¥ê¥Ë¥¢¥á¥â¥ê¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤Ë´Ø¤¹¤ë»ö¹à¤òÆɤó¤Ç¤¯¤À¤µ¤¤! ! (¤Á¤ã¤ó¤È¤·¤¿Íýͳ¤¬¤¢¤Ã¤Æ¥á¥Ã¥»¡¼¥¸¤ò·«¤êÊÖ¤·¤Æ¤¤¤Þ¤¹¡£) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤Î¤Ï¡¢¥µ¡¼¥Ð¤¬»È¤¦¥Ç¥Õ¥©¥ë¥È¤Î MemBase ÃÍ¤Ç ! ÌäÂ꤬µ¯¤³¤ë¾ì¹ç¤«¡¢¥µ¡¼¥Ð¤¬¥¢¥É¥ì¥¹¤Î»ØÄê¤òÌÀ¼¨Åª¤Ëµá¤á¤¿¾ì¹ç¤À ! ¤±¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! Option "pci_retry" (ET4000W32p(PCI ¥Ð¥¹ÍÑ), ET6000) ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï PCI ¥Ð¥¹¤Î¥ê¥È¥é¥¤µ¡Ç½¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£¤³¤Îµ¡Ç½ ! ¤Ï¡¢¥í¡¼¥«¥ë¥Ð¥¹¤ä PCI ¥Ð¥¹¥Ù¡¼¥¹¤Î¥·¥¹¥Æ¥à¤Ë¤ª¤±¤ëÀ­Ç½¸þ¾å¥â¡¼ ! ¥É¤Ç¤¹¡£¥µ¡¼¥Ð¤¬¿·¤·¤¤¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­Áàºî¤ò³«»Ï¤·¤è¤¦¤È¤· ! ¤Æ¤¤¤ë¤±¤ì¤É¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬¤Þ¤ÀÁ°¤ÎÁàºî¤Î¤¿¤á¤Ë¥Ó¥¸¡¼¾õÂÖ¤Ë ! ¤Ê¤Ã¤Æ¤¤¤ë»þ¤Ë¡¢VGA ¥³¥ó¥È¥í¡¼¥é¤Ï¥Ð¥¹¤ò¥Û¡¼¥ë¥É¾õÂÖ(ÂÔ¤Á¾õÂ֤Π! ¤è¤¦¤Ê¤â¤Î¤Ç¤¹)¤Ë¤·¤Þ¤¹¡£ ! ! ¤³¤ì¤Ï VGA ¥«¡¼¥É¤òÆ°¤«¤¹¤¿¤á¤ÎºÇ®¤ÎÊýË¡(¥Ó¥¸¡¼ÂÔ¤Á¥ë¡¼¥×¤¬ÉÔ ! Í×)¤Ç¤¹¤¬¡¢¥¿¥¤¥ß¥ó¥°°Í¸¤Î¥Ç¥Ð¥¤¥¹(¥Æ¡¼¥×¥É¥é¥¤¥Ö¡¢¥µ¥¦¥ó¥É¥«¡¼ ! ¥ÉÅù)¤ËÉéô¤ò¤«¤±¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¥»¥¯¥·¥ç ! ¥ó¤â»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 9. ¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹¥¢¥É¥ì¥¹(MemBase)¤Ë´Ø¤¹¤ë»ö¹à ! ! ºÇ½é¤Ë·Ù¹ð¤Ç¤¹: MemBase Ãͤ˸í¤Ã¤¿ÃͤòÄêµÁ¤¹¤ë¤È¡¢(¤â¤Á¤í¤ó¥ª¥Ú¥ì¡¼ ! ¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë)½ÅÂç¤ÊÈï³²¤òÍ¿¤¨¤¿¤ê¡¢»¦¤·¤¿¤ê¤·¤Þ¤¹¡£Æäˡ¢MemBase ! Ãͤ˥·¥¹¥Æ¥à¥á¥â¥ê¤ÎÈÏ°ÏÆâ¤ÎÃͤòÄêµÁ¤¹¤ë¤Î¤Ï¡¢ÃϹö¤Ø¤ÎÊÒÆ»ÀÚÉä¤òÅϤ¹¤Î ! ¤ÈƱ¤¸¤³¤È¤Ç¤¹¡£ ! ! 9.1. MemBase ÃͤòÊѤ¨¤è¤¦¤È¤¹¤ë¡ÖÁ°¤Ë¡×ÃΤäƤª¤¯¤Ù¤­¤³¤È ! ! µ¬Â§ #1: ¤Þ¤º¤Ï¡¢»ØÄꤹ¤ë¤Î¤Ç¤Ï¤Ê¤¯¡¢¥µ¡¼¥Ð¼«¿È¤Ë¥á¥â¥ê¥Ù¡¼¥¹Ãͤò¸«¤Ä ! ¤±¤µ¤»¤Þ¤·¤ç¤¦¡£É¬¤ºÁ´¤Æ¤Î¥Õ¥¡¥¤¥ë¤ò¥Ç¥£¥¹¥¯¤Ë "sync" ¤·¡¢½ÅÍפʥ¢¥×¥ê ! ¥±¡¼¥·¥ç¥ó¤âÁ´¤Æ½ªÎ»¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£ÅŸ»¥¹¥¤¥Ã¥Á¤ò¨ºÂ¤ËÀڤ뱩Ìܤˤʤà ! ¤Æ¤â¡¢ÀäÂÐ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë°­±Æ¶Á¤¬½Ð¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ ! ! ºÇ¤â´í¸±¤Ê¥«¡¼¥É¤Ï VESA ¥í¡¼¥«¥ë¥Ð¥¹(VLB)ÍѤΠET4000W32p ¤Î¥ê¥Ó¥¸¥ç¥ó ! a ¤È b ¤Ç¤¹¡£¤³¤Î¥µ¡¼¥Ð¤Ï¥ê¥Ë¥¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¼«Æ°¸¡½Ð¤·¤Þ¤¹¤¬¡¢¤³¤Î ! ÃͤÏÁ´¤Æ¤Î¥·¥¹¥Æ¥à¤Ç¤¦¤Þ¤¯»È¤¨¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤Û¤È¤ó¤É´í¸±¤Î¤Ê¤¤¥«¡¼¥É¤Ï PCI ¥Ð¥¹ÍѤΥ«¡¼¥É¤Ç¤¹¡£PCI BIOS ¤ÏÄ̾ïÀµ¤· ! ¤¤ MemBase Ãͤò³ä¤êÅö¤Æ¤Æ¤¯¤ì¤ë¤Î¤Ç¡¢°Ê²¼¤Ë½Ò¤Ù¤ë¤è¤¦¤Ê¤´¤Á¤ã¤´¤Á¤ã¤· ! ¤¿¤³¤È¤ÏÁ´¤¯¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¥µ¡¼¥Ð¤¬´Ö°ã¤Ã¤¿ MemBase Ãͤò¼èÆÀ¤·¤¿¾ì¹ç¡¢¥·¥¹¥Æ¥à¤¬¤Ò¤É¤¯¥¯¥é¥Ã¥·¥å ! ¤·¤Æ¤·¤Þ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó(Îã: ¥Ó¥Ç¥ª¥á¥â¥ê¤¬¥·¥¹¥Æ¥à¥á¥â¥ê¤È¤Á¤ç¤¦¤É½Å ! ¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿¾ì¹ç)¡£¤³¤Î¾ì¹ç¡¢Â¨ºÂ¤Ë¥ê¥»¥Ã¥È¤·¤Æ¤¯¤À¤µ¤¤¡£Àµ¾ï¤Ë ! ¥·¥ã¥Ã¥È¥À¥¦¥ó¤·¤è¤¦¤È¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢X ¥µ¡¼¥Ð¤¬ VGA ¥á ! ¥â¥ê¤Ø¤Î½ñ¤­¹þ¤ß¤ò¹Ô¤Ã¤Æ¤¤¤ë¤È»×¤¤¤Ê¤¬¤é¡¢¼Â¤Ï¥·¥¹¥Æ¥à¥á¥â¥ê¤Ø¤Î½ñ¤­¹þ ! ¤ß¤ò¹Ô¤Ã¤Æ¤·¤Þ¤¦¤Î¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢²õ¤ì¤¿¥Ç¡¼¥¿¤¬¥Ç¥£¥¹¥¯¤Ë½ñ¤­¹þ¤Þ¤ì¤Æ¤· ! ¤Þ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ëÁ°¤Ë sync ¤ò¼Â¹Ô¤·¤Æ¤¤¤ì¤Ð¡¢Èï³²¤ÏÁ´¤¯½Ð¤Ê¤¤ ! (Àµ¾ï½ªÎ»¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Á¥§¥Ã¥¯¤À¤±)¤Ç¤·¤ç¤¦¡£¥µ ! ¡¼¥Ð¤Î½ÐÎϤò¥Æ¥¹¥È¤ò¹Ô¤Ã¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Î¥Õ¥¡¥¤¥ë¤Ë¥ê¥À¥¤¥ì¥¯¥È¤·¤Æ¤Ï¤¤ ! ¤±¤Þ¤»¤ó(sync ¤Î¸å¤Ë¥Ç¡¼¥¿¤ò½ñ¤­¹þ¤à¤³¤È¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹)¡£ ! ! ¤³¤ì¤ÏºÇ°­¤Î¥±¡¼¥¹¤Î¥·¥Ê¥ê¥ª¤Ê¤Î¤Ç¡¢¤³¤¦¤Ê¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤ÏÌÇ¿¤Ë¤Ê¤¤¤Ç ! ¤·¤ç¤¦¡£¾åµ­¤ÎÀâÌÀ¤Ï¡¢ÆɼԤ㧤µ¤ó¤ËŬÀڤʽàÈ÷¤òɬ¤º¤·¤Æ¤â¤é¤¤¡¢Èï³²¤ò ! ½Ð¤µ¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ ! ! ¥µ¡¼¥Ð¤¬»È¤¨¤ë¥ê¥Ë¥¢¥á¥â¥ê¥Ù¡¼¥¹Ãͤò¸«¤Ä¤±¤é¤ì¤Ê¤¤»þ¤Ë¤Ï¡¢¼Â¸³¤ò¹Ô¤¦¤· ! ¤«¤¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ë¤Ä¤¤¤Æ¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤Î»Ä¤ê¤ÎÉôʬ¤ÇÀâÌÀ¤·¤Þ¤¹¡£ ! ! 9.2. MemBase ÃͤÎÁªÂò ! ! ŬÀÚ¤Ê MemBase ¤ò¸«¤Ä¤±¤ëºî¶È¤Ï¼Â¤Ë¥È¥ê¥Ã¥­¡¼¤Ç¤¹¡£¥«¡¼¥É¤¬»È¤Ã¤Æ¤¤¤ë ! MemBase Ãͤò·è¤á¤ëÊýË¡¤¬¤Ê¤¤¾ì¹ç¡¢¥·¥¹¥Æ¥à¥á¥â¥ê¤Î¿ô MB ¾å¤Î°ÌÃÖ¤ò»î¤¹ ! ¤Î¤¬ºÇ½é¤Î¿äÄê¤È¤·¤ÆÎɤ¤¤â¤Î¤Ç¤·¤ç¤¦¡£Î㤨¤Ð¡¢¥á¥â¥ê¤ò 16MB ÀѤó¤Ç¤¤¤ë ! ¥·¥¹¥Æ¥à¤Î¾ì¹ç¡¢MemBase ÃÍ¤Ë 0x01000000 (=16M) ¤ä 0x01400000 (=20M) ¤ò ! ÄêµÁ¤¹¤ë¤È¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ! ! ¤·¤«¤·¡¢¤³¤ì¤Ï PCI ¤Ç¤Ê¤¤¥·¥¹¥Æ¥à¤Ç¤·¤«Æ°ºî¤·¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£¤È¤¤¤¦¤Î ! ¤â¡¢PCI ¥·¥¹¥Æ¥à¤ÏÂçÄñ¡¢2GB ¤ÎÅÀ¤â±Û¤¨¤ÆÁ´¤Æ¤Î¥Ï¡¼¥É¥¦¥¨¥¢¤ò¥Þ¥Ã¥×¤¹¤ë ! ¤«¤é¤Ç¤¹¡£¤·¤«¤·¡¢·«¤êÊÖ¤·¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢PCI ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¥µ¡¼¥Ð¤ÏÀµ¤· ! ¤¤¥ê¥Ë¥¢¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¤Û¤Ü³Î¼Â¤Ë¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£Í£°ì¤ÎÎã³°¤Ï ! Ê£¿ô¤Î PCI ÍÑ VGA ¥«¡¼¥É¤¬ÉÕ¤¤¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Î¾ì¹ç¤Ç¤¹¡£ ! ! VESA ¥í¡¼¥«¥ë¥Ð¥¹(VLB)¥Ü¡¼¥É¤ÎÂçÉôʬ¤Ç¤Ï¡¢¥¢¥É¥ì¥¹¤Î¥Ç¥³¡¼¥É¤Ë´Ø¤¹¤ëÌä ! Â꤬Ê̤ˤ¢¤ê¤Þ¤¹¡£¤Û¤È¤ó¤É¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤Ï¥¢¥É¥ì¥¹¶õ´Ö¤ÎºÇ½é¤Î 32, 64, ! 128 MB ¤·¤«Å¸³«¤·¤Þ¤»¤ó(¤³¤ì¤ò³Îǧ¤¹¤ëÎɤ¤ÊýË¡¤Ï¡¢¥Ü¡¼¥É¤ËÁõÃå¤Ç¤­¤ë ! DRAM ¤ÎºÇÂçÎ̤òÄ´¤Ù¤ë¤³¤È¤Ç¤¹¡£DRAM ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëʬ¤Î¥¢¥É¥ì¥¹¶õ´Ö ! ¤À¤±¤Ï¾¯¤Ê¤¯¤È¤âŸ³«¤Ç¤­¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤Î¾ì¹ç¤Ï¡¢¤³¤ÎÈϰϤ˼ý¤Þ¤ë MemBase Ãͤ«¡¢¤¢¤ë¤¤¤Ï¥·¥¹ ! ¥Æ¥à¥á¥â¥ê¤Ë²ó¤ê¹þ¤ó¤ÇÌá¤Ã¤Æ¤¯¤ë¤è¤¦¤Ê¼Â¥¢¥É¥ì¥¹¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£¸å¼Ô¤Î¾ì¹ç¤Ë¡¢128MB ¤Î¥¢¥É¥ì¥¹¤·¤«¥Ç¥³¡¼¥É¤·¤Ê¤¤¥·¥¹¥Æ¥à¤ËÂФ·¤Æ ! MemBase ¤ò 128MB ¤ËÀßÄꤹ¤ë¤È¡¢¼ÂºÝ¤Ë¤Ï¥¢¥É¥ì¥¹ 0 ¤È¤·¤Æ¥Ç¥³¡¼¥É¤µ¤ì¤Þ ! ¤¹¡£¤³¤ÎÃͤϤª¤½¤é¤¯¡¢¤Á¤ç¤¦¤É¥«¡¼¥Í¥ë¥á¥â¥ê¤¬ÇÛÃÖ¤µ¤ì¤Æ¤¤¤ë¾ì½ê¤Ç¤·¤ç ! ¤¦¡£¤³¤ì¤¬¡¢MemBase ¤ò¥·¥¹¥Æ¥à¥á¥â¥ê¤Î¤¹¤°¾å¤ËÇÛÃÖ¤¹¤ë¤È¤¤¤¦°ìÈÌŪ¤Ê¥¬ ! ¥¤¥É¥é¥¤¥ó¤¬ºÇ½é¤Ëµó¤²¤é¤ì¤ëÍýͳ¤Ç¤¹¡£¤³¤¦¤·¤Æ¤ª¤¯¤È¡¢¥Ç¥³¡¼¥É¤µ¤ì¤¿¥Ü ! ¡¼¥É¤Î¥¢¥É¥ì¥¹ÈϰϤÎÆâÉô¤Ë¼ÂºÝ¤ËÆþ¤Ã¤Æ¤¤¤ë¸«¹þ¤ß¤¬½½Ê¬¤¢¤ê¤Þ¤¹¡£¤¿¤À ! ¤·¡¢¤³¤ì¤Ï¥Þ¥¶¡¼¥Ü¡¼¥É¤Î¥á¥â¥ê¶õ´ÖÁ´ÂΤ¬ RAM ¤ÇÀê¤á¤é¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Î ! ¤³¤È¤Ç¤¹¡£ ! ! 9.3. Ê̤Υ¢¥×¥í¡¼¥Á ! ! ¥Þ¥¶¡¼¥Ü¡¼¥É¤¬¥Ç¥³¡¼¥É¤¹¤ë¥á¥â¥ê¥¢¥É¥ì¥¹¶õ´Ö¶õ´Ö¤ÎÂ礭¤µ¤¬¤ï¤«¤é¤Ê¤¤¾ì ! ¹ç¡¢0x1FC00000 ¤Î¤è¤¦¤Ê¡Ö¼«ÌÀ¤Ç¤Ê¤¤¡×¥¢¥É¥ì¥¹¤ò»î¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£¤³¤Î ! ¥¢¥É¥ì¥¹¤Ë¤Ï"1" ¤Ë¥»¥Ã¥È¤µ¤ì¤¿¥Ó¥Ã¥È¤¬¤¢¤ê¡¢¤¿¤È¤¨°ìÉô¤¬¥Ç¥³¡¼¥É¤µ¤ì¤Ê ! ¤¯¤Æ¤âÁ´¤Æ¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£0x10000000 Åù¤ò»È¤¦¤È¡¢¥Þ¥¶¡¼ ! ¥Ü¡¼¥É¤¬¥¢¥É¥ì¥¹¤Î¾å°Ì¥Ó¥Ã¥È¤ò¥Ç¥³¡¼¥É¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥·¥¹¥Æ¥à¥á¥â¥ê¤È ! ¥¢¥É¥ì¥¹¤¬¤Á¤ç¤¦¤É½Å¤Ê¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬¤¢¤ëÅÀ¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£¤³ ! ¤ì¤ò¹Ô¤¦¤Î¤Ï°ìÅÙ¤À¤±¤Ç¤·¤ç¤¦¡£ ! ! 9.4. ¾¤Î»î¤ß¤¬Á´¤Æ¼ºÇÔ¤·¤¿¤é¡Ä ! ! °ìÉô¤Î VLB ¥Ü¡¼¥É¤Ï 1GB ¤ò±Û¤¨¤ëÎΰè(0x80000000 °Ê¾å)¤Ë¤·¤«¥ê¥Ë¥¢¥Õ¥ì ! ¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò¥Þ¥Ã¥×¤Ç¤­¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢0x80000000 °Ê¾å¤Î MemBase ! Ãͤò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤Î¾¤Ë¤â¡¢16MB °Ê²¼¤ÎÎΰè¤Ë¤·¤«¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ò¥Þ¥Ã¥×¤Ç¤­¤Ê ! ¤¤ VLB ¥Ü¡¼¥É¤¬¤¢¤ê¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢¥á¥â¥ê¤ò 12MB °Ê²¼¤Ë¤·¤Æ¥·¥¹¥Æ¥à¤ò ! µ¯Æ°¤·¤Æ¡¢MemBase Ãͤò 0x00C00000 (=12M) ¤Ë»ØÄꤷ¤Æ¤ß¤ë¤Î¤â¤è¤¤¤Ç¤·¤ç ! ¤¦¡£ (°ìÉô¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ç¤Ï¡¢µ¯Æ°»þ¤Ë¥Ñ¥é¥á¡¼¥¿¤ò»ØÄꤷ¤Æ ! ¥á¥â¥ê¤ÎÂ礭¤µ¤òÀ©¸Â¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹ ! ¥Æ¥à¤Ç¤Ï¡¢¥á¥â¥ê¤ÎÂ礭¤µ¤òÊѤ¨¤Æ¤ß¤ë¤¿¤á¤Ë¥³¥ó¥Ô¥å¡¼¥¿¤òʬ²ò¤¹¤ëɬÍ×¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£) ! ! »ÄÇ°¤Ê¤¬¤é¡¢»È¤Ã¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Ë¥¢¥É¥ì¥¹¤ò¶µ¤¨¤Æ¤ä¤ë¤¿¤á¤Î´Êñ¤ÊÊýË¡¤Ï ! ¸ºß¤·¤Þ¤»¤ó(ÂçÄñ¤Î¾ì¹ç¡¢¾Ü¤·¤¤¤³¤È¤Ï¥Þ¥¶¡¼¥Ü¡¼¥É¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë½ñ¤«¤ì ! ¤Æ¤¤¤Þ¤»¤ó)¡£À®¸ù¤¹¤ë¤¿¤á¤Ë¤Ï»î¹Ôºø¸í¤·¤«¤Ê¤¤¤Î¤Ç¤¹¡£¥µ¡¼¥Ð¤Î¥³¡¼¥É¤Ç ! ¤ÏÂçÉôʬ¤Î¥Ü¡¼¥É¤Ç¤¦¤Þ¤¯Æ°ºî¤¹¤ë¥Ç¥Õ¥©¥ë¥ÈÃͤòÍÑ°Õ¤·¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢¤³ ! ¤³¤òÆɤó¤Ç¤¤¤ë¤«¤é¤Ë¤ÏÅöÁ³¡¢ÆɼԤ㧤µ¤ó¤¬¤ª»È¤¤¤Î¥Ü¡¼¥É¤Ï¤³¤ì¤Ë³ºÅö¤· ! ¤Æ¤¤¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¡Ä¡£ ! ! 9.5. À©¸Â ! ! ¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹ÃͤòÇÛÃÖ¤¹¤ë¾ì½ê¤Ë¤Ä¤¤¤Æ¤Ï¡¢À©¸Â¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ ! ¤¹¡£ ET4000W32 ·Ï¤ÎÁ´¤Æ¤Î¥Ü¡¼¥É¤Ç¤Ï¡¢4MB ñ°Ì¤Ç»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ! ¤ó(¤Ä¤Þ¤ê 16MB, 20MB ¤ËÇÛÃ֤Ǥ­¤Þ¤¹¤¬¡¢18M ¤Ë¤ÏÇÛÃ֤Ǥ­¤Þ¤»¤ó)¡£ ! ET6000 ¤Î¾ì¹ç¤Ë¤Ï¡¢16MB ñ°Ì¤Ç»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹(ET6000 ¥É¥é¥¤¥Ð¤Ï ! ¼«Æ°Åª¤Ë¥ê¥Ë¥¢¥á¥â¥ê¤Î¥Ù¡¼¥¹Ãͤò·è¤á¤é¤ì¤ë¤Ï¤º¤Ç¤¹¤Î¤Ç¡¢¤½¤â¤½¤â ! MemBase Ãͤò»ØÄꤹ¤ëɬÍפϤʤ¤¤Ï¤º¤Ç¤¹)¡£ ! ! ET4000W32i ¤Î¾ì¹ç¤ÏÌÌÅݤǤ¹¡£¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤Î¥Ù¡¼¥¹Ãͤϥ«¡¼¥É¤¬¥Ï¡¼¥É ! ¥¦¥§¥¢Åª¤Ë»ý¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò¥«¡¼¥É¤«¤éÆɤßÌ᤹³Î¼Â¤ÏÊýË¡¤¬¤¢¤ê¤Þ¤» ! ¤ó¡£¤½¤³¤Ç¡¢²¿¤é¤«¤ÎÊýË¡¤Ç¤³¤Î¥¢¥É¥ì¥¹¤òÄ´¤Ù¡¢»ØÄꤷ¤Æ¤ä¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£¸½ºß¤Î¥³¡¼¥É¤Ç¤Ï¸­¤¤ÊýË¡¤Ç¿äÄꤷ¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢ÊݾڤϤǤ­¤Þ¤»¤ó¡£ ! ! ISA ¥«¡¼¥É¤Ê¤é¤ÐÏäϤº¤Ã¤È´Êñ¤Ç¤¹¡£ISA ¤Ç¤Ï 24 ¸Ä¤Î¥¢¥É¥ì¥¹Àþ¤·¤«»È¤ï ! ¤Ê¤¤¤Î¤Ç¡¢¥ê¥Ë¥¢¥á¥â¥ê¤Ï 16MB ¤ÎÈϰϤ˼ý¤Þ¤é¤Ê¤±¤ì¤Ð¡Ö¤Ê¤ê¤Þ¤»¤ó¡×¡£ ! ET4000 ¥«¡¼¥É¤Ç¤Ï 4MB ñ°Ì¤Ç¥ê¥Ë¥¢¥á¥â¥ê¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤â ! ¹Íθ¤ËÆþ¤ì¤ë¤È¡¢¥ê¥Ë¥¢¥á¥â¥ê¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¥Þ¥·¥ó¤Î¥·¥¹¥Æ¥à¥á¥â¥ê ! ¤ò 12MB ¤è¤ê¿¤¯¤·¤Æ¤Ï¤Ê¤é¤Ê¤¤¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢ISA ¥« ! ¡¼¥É¤Î¾ì¹ç¤Ë¸½¼ÂŪ¤Ë»È¤¨¤ë MemBase ÃÍ¤Ï 0x00C00000 ¤À¤±¤Ç¤¹¡£¤³¤ÎÃÍ¤Ï ! ISA ¤Î W32 ¥«¡¼¥É¤ò¥µ¡¼¥Ð¤¬¸¡½Ð¤·¤¿¾ì¹ç¤Ë¡¢¥µ¡¼¥Ð¤¬¼«Æ°Åª¤ËÁªÂò¤¹¤ëÃÍ ! ¤Ç¤â¤¢¤ê¤Þ¤¹¡£ ! ! ·Ù¹ð: ¥³¥ó¥Ô¥å¡¼¥¿¤Ë 12MB ¤ò±Û¤¨¤ë¥·¥¹¥Æ¥à¥á¥â¥ê¤òÀѤó¤Ç¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ÀѤó¤Ç¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢12MB ¤ò±Û¤¨¤ëÎΰè¤Î¥á¥â¥ê¤Ø¤Î¥¢¥¯¥»¥¹¤òÁ´¤Æ̵¸ú¤Ë ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£°ìÉô¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ÍøÍѤǤ­¤ë¥á ! ¥â¥ê¤ÎÎ̤òµ¯Æ°»þ¤Ë»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤ë¤Î¤Ç¡¢¥ê¥Ë¥¢¥á¥â¥ê¤ò»È¤ª¤¦¤È¤¹¤ë ! ÅÙ¤ËʪÍýŪ¤Ë¥á¥â¥ê¤ò¼è¤ê³°¤¹É¬ÍפϤ¢¤ê¤Þ¤»¤ó¡£ ! ! 9.6. ¥ê¥Ë¥¢¥â¡¼¥É¤Ç¤Ïñ¤ËÆ°ºî¤·¤Ê¤¤¥Ü¡¼¥É¤¬¤¢¤ê¤Þ¤¹ ! ! ¤½¤ÎÄ̤ê¤Ç¤¹¡£¤½¤¦¤¤¤¦¾ì¹ç¤Ï¡¢±¿¤¬°­¤¤¤Î¤Ç¤¹¡£ ! ! Æ°ºî¤·¤Ê¤¤Íýͳ¤Ï¾¯¤Ê¤¯¤È¤â 2 ¤Ä¹Í¤¨¤é¤ì¤Þ¤¹¡£ ! ! ºÇ½é¤ÎÍýͳ¤Ï¤¢¤ê¤Õ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ü¡¼¥É¤Î¥á¡¼¥«¡¼¤¬¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤ò ! »È¤¦¤¿¤á¤ËɬÍפÊÇÛÀþ¤ä¥Ï¡¼¥É¥¦¥§¥¢¤ò¾Ê¤¤¤Æ¤¤¤ë¤³¤È¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢¤É¤ó¤Ê ! ¤ËÅØÎϤ·¤Æ¤âÌäÂê¤ò²ò·è¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬ÊªÍý ! Ū¤ËÉÔ²Äǽ¤Ê¤Î¤Ç¤¹¤«¤é¡£ ! ! 2ÈÖÌܤÎÍýͳ¤Ï¡¢¸½ºß¤Î XFree86 ¤Î Tseng ÍѤΥê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Î¥³¡¼ ! ¥É¤¬¡¢¥Ü¡¼¥É¤ÎÀ߷פ¬ÁÛÄꤷ¤Æ¤¤¤ëÊýË¡¤È¸ß´¹¤Ç¤Ê¤¤¤³¤È¤Ç¤¹¡£XFree86 ¤Î ! Tseng ÍѤΥ³¡¼¥É¤Ç¤Ï¡¢(ISA, VLB, PCI ¤¤¤º¤ì¤â´Þ¤à)¥Ð¥¹¤Î¥¢¥É¥ì¥¹Àþ¤È ! Tseng VGA ¥Á¥Ã¥×¤Î¥¢¥É¥ì¥¹Àþ¤¬ 1:1 ¤ÇÂбþ¤·¤Æ¤¤¤ë¤³¤È¤òÁÛÄꤷ¤Æ¤¤¤Þ ! ¤¹¡£¤³¤¦¤¤¤¦¤³¤È¤Ï¤¢¤Þ¤ê¤Ê¤¤¤È»×¤¦¤Î¤Ç¡¢¤¿¤Ö¤ó¸¶°ø¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ! ! ¤³¤Î¤è¤¦¤Ë 1:1 ¤ËÂбþ¤·¤Æ¤¤¤Ê¤¤¥Ü¡¼¥É¤â¤´¤¯¤Þ¤ì¤Ë¤¢¤ê¤Þ¤¹(Îã: 2¤Ä¤Î¥¢ ! ¥É¥ì¥¹Àþ¤òÆþ¤ì´¹¤¨¤Æ¤¤¤ë¤â¤Î)¡£¤³¤Î¥¿¥¤¥×¤Î¥Ï¡¼¥É¥¦¥§¥¢¤ò¥µ¥Ý¡¼¥È¤¹¤ë ! ¤³¤È¤Ï²Äǽ¤Ç¤¹¤¬¡¢¸½»þÅÀ¤Ç¤Ï¼ÂÁõ¤Ï¹Ô¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ ! ! ¾¤Ë¤Ï¡¢¥Ü¡¼¥É¤¬¥¢¥É¥ì¥¹¤ò¥Ç¥³¡¼¥É¤¹¤ë¥Ï¡¼¥É¥¦¥§¥¢¤ò³°Éô¤Ë»ý¤Ã¤Æ¤¤¤ë¾ì ! ¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Ï¡¼¥É¥¦¥§¥¢¤Ï¡¢¥Ð¥¹¤Î¥¢¥É¥ì¥¹Àþ¤Î¿ô¤È VGA ¥Á¥Ã¥×¤Ë ! ·Ò¤¬¤ë¥¢¥É¥ì¥¹Àþ¤Î¿ô(¾¯¤Ê¤¤)¤ò¹ç¤ï¤»¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£ ! ! ¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤Î 1 ¤Ä¤Ï¡¢3 ¤Ä¤Î NOR ¥²¡¼¥È(74F02 ¥Á¥Ã¥× 1 ¤Ä)¤ò»È¤Ã ! ¤Æ 6 ¤Ä¤Î¾å°Ì¥¢¥É¥ì¥¹¤ÎÀþ¤ò W32i ¥Á¥Ã¥×¤Î 3 ¤Ä¤Î¥¢¥É¥ì¥¹¥Ô¥ó¤ËÀܳ¤·¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÌÀ¤é¤«¤Ë 2:1 ¤Î¥Þ¥Ã¥Ô¥ó¥°¤òɽ¤·¡¢1:1 ¤Î¥Þ¥Ã¥Ô¥ó¥°¤Ç¤Ï¤¢ ! ¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤Î¥Ü¡¼¥É¤Ï XFree86 ¤Î¥ê¥Ë¥¢¥â¡¼¥É¼ÂÁõÊýË¡¤È¤Ï ! ¡Ö¸ß´¹¡×¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! 9.7. ¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤Ï¤É¤¦¤ä¤Ã¤ÆÄ´¤Ù¤ë¤Î¤Ç¤¹¤«? ! ! ñ½ã¤ÊÏäǤÏ: Á´¤¯Æ°ºî¤·¤Ê¤¤¡¢¥Þ¥·¥ó¤¬Åà¤Ã¤Æ¤·¤Þ¤¦¡¢¥¯¥é¥Ã¥·¥å¤·¤Æ¤·¤Þ ! ¤¦¡¢¤½¤Î¾½ô¡¹¤ÎÌäÂ꤬µ¯¤­¤¿»þ¤Ç¤¹¡£ ! ! ¤·¤«¤·¡¢É¬¤º¤·¤âÌÀ¤é¤«¤Ê¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ÌäÂ꤬µ¯¤³¤é¤Ê¤¤¤³¤È¤â¤¢¤ê ! ¤Þ¤¹¡£Ã±¤Ë²èÌ̤¬¿¿¤Ã¹õ¤Ë¤Ê¤Ã¤¿¤ê¡¢²èÌ̤˥´¥ß¤¬É½¼¨¤µ¤ì¤¿¤ê¤·¤Þ¤¹¤¬¡¢¥¹ ! ¥¯¥ê¡¼¥ó¤Ë²¿¤âÉÁ²è¤µ¤ì¤Þ¤»¤ó¡£ºÇ½é¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤·¤¿»þ¤Ë¥³¥¢ ! ¥À¥ó¥×¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤òÍ­¸ú¤Ë¤·¤Æ¤¤¤¿¤é¡¢¤Û¤Ü³Î¼Â¤Ë¥µ¡¼¥Ð ! ¤Î½ÐÎϤË"WAIT_ACL: timeout" ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤¬Ê£¿ô²ó¸½¤ï¤ì¤Æ¤¤¤ë¤Ç¤·¤ç ! ¤¦¡£¤³¤ÎÍýͳ¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î¥ì¥¸¥¹¥¿¤â¥ê¥Ë¥¢¥á¥â¥ê¤Ë¥Þ¥Ã¥×¤µ¤ì¤Æ¤¤ ! ¤ë¤³¤È¤Ç¤¹¡£¤½¤·¤Æ¡¢¤â¤·¥ê¥Ë¥¢¥á¥â¥ê¤¬Æ°ºî¤·¤Ê¤±¤ì¤Ð¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤â ! Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! ¤·¤«¤·¡¢WAIT_ACL ¤Î¥á¥Ã¥»¡¼¥¸¤Ïɬ¤º¤·¤â¥ê¥Ë¥¢¥á¥â¥ê¥¢¥É¥ì¥¹¤Î¸í¤ê¤ò°Õ ! Ì£¤¹¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥á¥Ã¥»¡¼¥¸¤¬½ÐÎϤµ¤ì¤ë¸¶°ø ! ¤Ï¾¤Ë¤â¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹¡£¤·¤«¤·¡¢8bpp ¤Î¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¥â¡¼¥É¤Î»þ¤Ë¤Ï ! ¤³¤Î¥á¥Ã¥»¡¼¥¸¤¬Á´¤¯¸½¤ï¤ì¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥ê¥Ë¥¢¥á¥â¥ê¤ÎÌäÂê¤ò¹Í¤¨¤ë¤È¤è ! ¤¤¤Ç¤·¤ç¤¦(¡Ö¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¡×¤Ï¡Ö¥ê¥Ë¥¢¡×¤ÎÈ¿ÂФΥ⡼¥É¤Ç¤¹¡£ ! XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Ç "option linear" ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¥Ç¥Õ¥© ! ¥ë¥È¤Ç¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¥â¡¼¥É¤È¤Ê¤ê¤Þ¤¹)¡£ ! ! 10. ¥â¡¼¥É¤ÎÌäÂê ! ! ET4000W32/W32i/W32p ¤È ET6000 ¤Ë¤ª¤±¤ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥É¥é¥¤¥Ð ! ¤Ï¡¢¾¯¤Ê¤¯¤È¤â 1KB ¤Îºî¶ÈÍѶõ´Ö¤ò¥Ó¥Ç¥ª¥á¥â¥ê¾å¤ËɬÍפȤ·¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢1MB ¤Î¥«¡¼¥É¤Ç¤Ï 1024x1024 ! ¤Î²¾ÁÛ²òÁüÅ٤ϻȤ¨¤Ê¤¤¤Ï¤º¤Ç¤¹¡£¤³¤ì¤Ï¡¢2.25MB ¤Î ET6000 ¥«¡¼¥É¤Î¾ì ! ¹ç¡¢ 24bpp »þ¤Ë¤Ï 1024x768 ¥â¡¼¥É¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤¬»È¤¨¤Ê¤¤¤È¤¤¤¦ ! ¤³¤È¤Ç¤â¤¢¤ê¤Þ¤¹¡£¤Ê¤¼¤Ê¤é¡¢É½¼¨¤ÇÁ´¤Æ¤Î¥á¥â¥ê¤¬»È¤ï¤ì¤Æ¤·¤Þ¤¦¤«¤é¤Ç ! ¤¹¡£ ! ! Ʊ¤¸¤³¤È¤¬ ET6000 ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ç¤â¸À¤¨¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼ ! ¥½¥ë¤â¶õ¤­¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò 1MB ɬÍפȤ·¤Þ¤¹¡£¤³¤ì¤À¤±¤Î¥á¥â¥ê¤¬ÍøÍÑ¤Ç ! ¤­¤Ê¤±¤ì¤Ð¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Ï»ÈÍѤǤ­¤Þ¤»¤ó¡£ ! ! ET6000 ¤Ç¤Ê¤¤¥«¡¼¥É¤Î¾ì¹ç¡¢¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò»È¤¦¤È¡¢¥°¥é ! ¥Õ¥£¥Ã¥¯¥¹Áàºî¤ÎÀ­Ç½¤Ë°­±Æ¶Á¤¬½Ð¤Þ¤¹(ET6000 ¤Î¾ì¹ç¤Ï±Æ¶Á¤¬¤º¤Ã¤È¾®¤µ¤¤ ! ¤«¡¢Á´¤¯Â¸ºß¤·¤Þ¤»¤ó)¡£ÆÃ¤Ë BitBlt Áàºî¤È¡¢ÉÁ²è¤Ë»È¤¨¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤Î ! ¥Ð¥ó¥ÉÉý¤¬¤Û¤È¤ó¤É»Ä¤Ã¤Æ¤¤¤Ê¤¤»þ¤ËÀ­Ç½¤¬°­¤¯¤Ê¤ê¤Þ¤¹¡£¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý ! ¤Ï¡¢ RAMDAC ¤¬²èÌ̤Ëɽ¼¨¤¹¤ë¤¿¤á¤Ë¥Ç¡¼¥¿¤òµÛ¤¤½Ð¤¹´Ö¤Ë¡¢¥Ç¡¼¥¿¤¬¥á¥â¥ê ! ¤ËÁ÷¤ê¹þ¤Þ¤ì¤ë®Å٤Ǥ¹¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¹â¤¯¤¹¤ë¤È(ÉáÄ̤Ϲâ²òÁüÅ٤ȴØÏ¢¤·¤Þ¤¹)¤è¤ê¿¤¯¤Î¥Ð¥ó ! ¥ÉÉý¤ò»È¤¦¤Î¤Ç¡¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ËÉÁ²è¤ò¹Ô¤¦¤¿¤á¤Î¥Ð¥ó¥ÉÉý¤Ï¾¯¤Ê¤¯¤Ê¤ê ! ¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬Æ°ºî¤·¤Æ¤¤¤ë¤È¡¢¥Ç¡¼¥¿¤Ï¤¤¤è¤¤¤èµÍ¤á¹þ¤Þ¤ì¤ë¤è¤¦ ! ¤Ë¤Ê¤ê¤Þ¤¹¡£¤Ê¤¼¤Ê¤é¡¢ºÇ¶á¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¤ÏÂçÎ̤ΥХó¥ÉÉý¤ò»È¤¦¤³¤È¤¬ ! ¤Ç¤­¤ë¤«¤é¤Ç¤¹(¤·¤«¤·¡¢¤½¤ÎÂå¤ï¤ê¤Ë¹â®¤ËÆ°ºî¤·¤Þ¤¹)¡£¿§¤Î¿¼¤µ¤¬Â礭¤¤ ! ¤È¡¢¤µ¤é¤Ë¿¤¯¤Î¥Ð¥ó¥ÉÉý¤òɬÍפȤ·¤Þ¤¹¡£ ! ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Â­¤ê¤º(¤³¤ÎÏÃÂê¤Ë´Ø¤¹¤ëÊ̤Υ»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À ! ¤µ¤¤)Æ°ºî¤¬ÃÙ¤¯¤Ê¤Ã¤¿¤ê²èÌ̤ΡÖÉÔÄ´¡×¤¬µ¯¤³¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢»ØÄê¤Ç¤­¤ë¤¦ ! ¤Á¤ÇºÇ¤âÃÙ¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò»î¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð 14 ¥¤¥ó¥Á¤ä 15 ¥¤ ! ¥ó¥Á¤Î²èÌ̤DzòÁüÅÙ¤ò 800x600 ¤È¤·¡¢¥ê¥Õ¥ì¥Ã¥·¥å¥ì¡¼¥È¤ò¹â¤¯¤·(¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯Ãͤ¬ 50MHz)¡¢²¾ÁÛ²òÁüÅÙ¤òÂ礭¤¯¼è¤ë¤Î¤Ï°­¤¯¤Ê¤¤¹Í¤¨¤Ç¤¹¡£ ! ! Tseng ¥Á¥Ã¥×¤ÏÂçÄñ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬(ÂçÊÑ)Îɤ¤¤³¤È¤ÇÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤Ç ! ¤¹¤«¤é¡¢ÌäÂ꤬µ¯¤³¤ë¤Î¤Ï¹â¤¤¥¯¥í¥Ã¥¯Ãͤξì¹ç¤À¤±¤Î¤Ï¤º¤Ç¤¹¡£ ! ! ¥á¥â¥ê¤¬ 1 MB ¤Î ET4000W32 ¤Ç¡¢76Hz ¤Î»þ¤Ë²òÁüÅÙ¤ò 1024x768 ¤Ë¤¹¤ë¾ì ! ¹ç¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¹â¤¯(85MHz)¤·¤Æ¤âÀ­Ç½¤ò¾å¤²¤ë¤¿¤á¤Ë¤Ï̵°ÕÌ£¤Ç ! ¤¹¡£ÉÁ²è¤Î¤¿¤á¤Î¥Ð¥ó¥ÉÉý¤¬¤Û¤È¤ó¤É»Ä¤é¤Ê¤¯¤Ê¤ê¡¢¥«¡¼¥É¤ÎÆ°ºî¤¬¤È¤Æ¤âÃÙ ! ¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò 75MHz ¤Ë¤¹¤ë¤È 70Hz ¤È¤Ê¤ê¡¢¤³¤ÎÃÍ¤Ê ! ¤éÌäÂê¤Ê¤¤¤Ï¤º¤Ç¤¹¡£76Hz »þ¤Ë 1024x768 ¤ò ¥É¥Ã¥È¥¯¥í¥Ã¥¯ÃÍ 85MHz ¤Ç¥µ ! ¥Ý¡¼¥È¤¹¤ë¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥á¥â¥ê 1MB ¤Î¥«¡¼¥É¤Ï¤¤¤º¤ì¤Ë¤» ! ¤èÉϼå¤È¸À¤¨¤Þ¤¹¡£ ! ! ET4000W32i ¤È ET4000W32p ¤Ï¡¢2¤Ä¤Î¥Ð¥ó¥¯´Ö¤Ç¤Î¡Ö¥¤¥ó¥¿¥ê¡¼¥Ö¡×¤òÍѤ¤¤Æ ! ¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤ò¤Û¤È¤ó¤ÉÇÜ(+70%)¤Ë¤¹¤ë¤È¤¤¤¦Æüì¤Êµ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ ! ¤¹¡£¤³¤ì¤é¤Î¥«¡¼¥É¤Ï 2MB ¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤¹¤ë¤ÈÂçÊѸú²Ì¤¬¤¢¤ê¤Þ¤¹¡£¤³ ! ¤ì¤Ï W32 ¥«¡¼¥É¤ä ET6000 ¥«¡¼¥É¤Ë¤ÏÅö¤Æ¤Ï¤Þ¤ê¤Þ¤»¤ó¡£ ! ! 11. ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÎÌäÂê ! ! XFree Acceleration Architecture ¤Ï VGA ¥«¡¼¥É¤Î̤»ÈÍѤΥӥǥª¥á¥â¥ê¤ò ! ºÇÂç¸Â¤ËÍøÍѤ·¤Þ¤¹¡£¶õ¤¤¤Æ¤¤¤ë¥Ó¥Ç¥ª¥á¥â¥ê¤ÎÎ̤¬½½Ê¬¤Ç¤Ê¤±¤ì¤Ð¡¢¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤Î°ìÉô¤¬Ìµ¸ú¤Ë¤Ê¤Ã¤¿¤êÀ©¸Â¤µ¤ì¤¿¤ê¤·¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï ! À­Ç½¤Ï°­¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! ¤½¤¦¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢´û¤Ë¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬Í½Ì󤷤Ƥ¤¤ë 1KB ! ¤Ë²Ã¤¨¤Æ¡¢ºÇÄã¸Â 16KB ¤Î¶õ¤­¥á¥â¥ê¤òÀäÂФ˳ÎÊݤ·¤Þ¤·¤ç¤¦¡£ ! ! ¼ÂºÝ¤Ë¤Ï¡¢¤³¤ì¤À¤±¤Î¾®Î̤Υá¥â¥ê¤ò³ÎÊݤ·¤Æ¤âÌäÂê¤Ë¤Ï¤Ê¤é¤Ê¤¤¤Ï¤º¤Ç¤¹¡£ ! ºÇ¶á¤Î¥«¡¼¥É¤ÎÂçÉôʬ¤Ï¥Ó¥Ç¥ª¥á¥â¥ê¤¬ 2MB ¤¢¤ë¤Î¤Ç¡¢1280x1024 ¥â¡¼¥É¤Ç ! ¤â¿¤¯¤Î¥á¥â¥ê¤¬Ì¤»ÈÍѤΤޤޤǤ¹¡£¥Ç¥¹¥¯¥È¥Ã¥×¤ò 1600x1200 ¤Ë¤·¤Æ¤µ ! ¤¨¡¢ 170KB °Ê¾å¤¬Ì¤»ÈÍѤΤޤޤǤ¹¡£¤³¤ÎÎΰè¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¤¬À­Ç½¸þ¾å ! ¤Î¤¿¤á¤Ë»È¤¤¤Þ¤¹¡£ ! ! 1MB ¥«¡¼¥É¤Î¤Û¤È¤ó¤É¤Ç¤Ï¡¢256KB ¤ò̤»ÈÍѾõÂ֤ˤ¹¤ë¤È¡¢¤Á¤ã¤ó¤È¤·¤¿¥ê¥Õ ! ¥ì¥Ã¥·¥å¥ì¡¼¥È¤Ç 1024x768 ¤è¤êÂ礭¤¤¥â¡¼¥É¤Îɽ¼¨¤ò¹Ô¤¨¤Þ¤»¤ó¡£ ! ! ¤¢¤ëµ¡Ç½¤Ë¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¸ú¤«¤»¤ë¤¿¤á¤Ë¶õ¤­¥á¥â¥ê¤ò»È¤¦½ç½ø¤Ï°Ê²¼ ! ¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ̤»ÈÍѤΥӥǥª¥á¥â¥ê¤¬Á´¤¯¤Ê¤¤¤¤¾ì¹ç(¤Ä¤Þ¤ê¡¢¥Ó¥Ç¥ª¥á¥â¥ê¤¬Á´¤Æɽ¼¨¥á ! ¥â¥ê¤Ë»È¤ï¤ì¤Æ¤¤¤ë¾ì¹ç)¤Ë¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ÏÁ´¤¯»ÈÍѤǤ­¤Þ¤»¤ó¡£ ! ET6000 ¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¦¤³¤È¤µ¤¨¤Ç¤­¤Þ¤»¤ó¡£ ! ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬Í­¸ú¤Ç(ET6000 ¤Î¤ß)¡¢¤«¤Ä¥Ó¥Ç¥ª¥á¥â¥ê¤¬¾¯¤Ê¤¯¤È ! ¤â 1KB ¶õ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢1KB ¤¬¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¡£ ! ! ¤³¤Î¸å¤Ë¾¯¤Ê¤¯¤È¤â 1KB ¶õ¤­¥á¥â¥ê¤¬»Ä¤Ã¤Æ¤¤¤ì¤Ð¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡ ! ǽ¤â¤Û¤È¤ó¤É¤¬Í­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ÎºÝ¤Ë¤ÏÄɲäΥӥǥª¥á¥â¥ê¤¬¤µ¤é¤Ë 1KB ! ͽÌ󤵤ì¤Þ¤¹¡£ ! ! ¤Þ¤À¶õ¤­¥á¥â¥ê¤¬¤¢¤ë¾ì¹ç¡¢ÄɲäΥ¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤¬¤¤¤¯¤Ä¤«Í­¸ú¤Ë ! ¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤é¤Îµ¡Ç½¤Ï¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÉý¤È¿§¤Î¿¼¤µ(bpp)¤Ë°Í¸¤· ! ¤Æ¡¢¶õ¤­¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò¤µ¤é¤ËɬÍפȤ·¤Þ¤¹¡£ÄɲäΥ¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡ ! ǽ¤¬»È¤¨¤ë¤Ê¤é¤Ð¡¢¥µ¡¼¥Ð¤Ï»ÈÍѤ¹¤ë¥á¥â¥ê¤ÎÎ̤ò½ÐÎϤ¹¤ë¤Ç¤·¤ç¤¦¡£ ! ! ¤³¤ì¤Ç¤â¤Þ¤À¥Ó¥Ç¥ª¥á¥â¥ê¤¬¶õ¤¤¤Æ¤¤¤ì¤Ð¡¢¤³¤ÎÎΰè¤Ï¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤Î ! ¥­¥ã¥Ã¥·¥å¤È¤·¤Æ»È¤ï¤ì¤Þ¤¹¡£¤³¤ì¤ò»È¤¦¤È¡¢¾®¤µ¤Ê¥Ñ¥¿¡¼¥ó¤ä¥¤¥á¡¼¥¸¤ò¥Ó ! ¥Ç¥ª¥á¥â¥ê¤ËÊÝ»ý¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤Î¤Ç¡¢É¬ÍפȤʤëÅÙ¤ËËè²ó¥Ó¥Ç¥ª¥á¥â¥ê¤Ë ! žÁ÷¤¹¤ëɬÍפ¬Ìµ¤¯¤Ê¤ê¤Þ¤¹¡£¥Ð¥¹¤ò»È¤Ã¤Æ¥Ó¥Ç¥ª¥á¥â¥ê¤Ë¥¤¥á¡¼¥¸¤òžÁ÷¤¹ ! ¤ëÊýË¡¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥¿¤ò»È¤Ã¤Æ¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¥­¥ã¥Ã¥·¥å¤«¤éɽ¼¨¥á¥â¥ê ! ¤Ë blit Áàºî¤ò¹Ô¤ï¤»¤ëÊýË¡¤ÈÈæ¤Ù¤Æ¤º¤Ã¤È»þ´Ö¤¬¤«¤«¤ë¤Î¤Ç¡¢¤³¤Î¥­¥ã¥Ã ! ¥·¥å¤ÏÍ­¸ú¤Ç¤¹¡£ ! ! 12. ET6000 ¥á¥â¥ê¥µ¥¤¥º¤Î±³¤È¿¿¼Â ! ! ET6000 ¤Ï MDRAM (Ê£¿ô¥Ð¥ó¥¯ DRAM)¤È¸Æ¤Ð¤ì¤ëÆüì¤Ê¼ïÎà¤Î¥Ó¥Ç¥ª¥á¥â¥ê¤ò ! »È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥«¡¼¥É¤Ï 2 ¤Î¾è¿ô¤Ç¤Ê¤¤Î̤ΠMDRAM(2.25MB ¤ä 4.50MB) ! ¤òÀѤó¤Ç¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ÆÃ¤Ë 2.25MB MDRAM ¤¬°ìÈÌŪ¤Ç¤¹¡£¤È¤¤¤¦¤Î ! ¤â¡¢ RAM ¤¬ 4MB ̵¤¯¤Æ¤â 24bpp ¤Ç 1024x768 ¤ò¥µ¥Ý¡¼¥È¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ ! ! ¤³¤Î¥«¡¼¥É¤Ë¤Ä¤¤¤Æ¤Ïʬ¤«¤ê¤Ë¤¯¤¤ÌäÂ꤬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! ¤Þ¤ººÇ½é¤Ë¡¢4MB ¤ÎÀ©¸Â¤ò±Û¤¨¤ë¤è¤¦¤Ê¥á¥â¥ê¤ÏÁ´¤Æ¤ª¶â¤Î̵Â̤Ǥ¹¡£¤Ê¤¼¤Ê ! ¤é¡¢ET6000 ¤Ï¤³¤Î¤è¤¦¤Ê¥á¥â¥ê¤òÁ´¤¯»È¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¤¤«¤é¤Ç¤¹¡£4.5MB ! ¤¯¤é¤¤¥á¥â¥ê¤òÀѤó¤Ç¤¤¤ë¥Ü¡¼¥É¤â¤¢¤ê¤Þ¤¹¤¬¡¢4MB ¤ò±Û¤¨¤ëʬ¤Î 0.5MB ¤Ï ! ̵Â̤ˤʤê¤Þ¤¹¡£ ET6000 ¤¬¥ê¥Õ¥ì¥Ã¥·¥å¤Ç¤­¤ë (M)DRAM ¤Ï 4MB ¤À¤±¤Ç¤¹ ! (¥ê¥Õ¥ì¥Ã¥·¥å¥ì¥¸¥¹¥¿)¡£¤³¤Î¥«¡¼¥É¤Ï VGA ¥â¡¼¥É¤À¤È 64KB ¤Î¥Ð¥ó¥¯ 64 ! ¸Ä¤Ë¤·¤«¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó(¥Ð¥ó¥¯ÁªÂò¥ì¥¸¥¹¥¿)¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­ ! ¤Î¥³¥Þ¥ó¥É¤ÎÁ´¤Æ¤Ï¡¢¥Ó¥Ç¥ª¥á¥â¥êÆâÉô¤Ç¤Ï 22 ¥Ó¥Ã¥È(=4MB)¤Î¥¢¥É¥ì¥¹¤ò»È ! ¤¤¤Þ¤¹¡£¤³¤ì¤Ç¤ªÊ¬¤«¤ê¤«¤È»×¤¤¤Þ¤¹¤¬¡ÄET6000 ¤Ë¤Ï 4MB ¤Î¸Â³¦¤ò±Û¤¨¤ë¥á ! ¥â¥ê¤ò»È¤¦ÊýË¡¤Ï¸ºß¤·¤Þ¤»¤ó¡£ ! ! ¼¡¤Ë(¤³¤Á¤é¤ÎÊý¤¬½ÅÍפʤΤǤ¹¤¬)¡¢2.25MB ¤Î¥«¡¼¥É¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤» ! ¤ó! ET6000 ¥«¡¼¥É¤Ë´Ø¤¹¤ëÊó¹ð¤¬¤¤¤¯¤Ä¤«¤¢¤ë¤Î¤Ç¤¹¤¬¡¢¤³¤ì¤Ë¤è¤ë¤È ! ET6000 ¥«¡¼¥É¤Ï MDRAM ¤ò 2.25 MB (¤¿¤Ö¤ó)ÀѤó¤Ç¤¤¤ë¤â¤Î¤È¤·¤ÆÇä¤é¤ì¤Æ ! ¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤Ïɸ½à¤Î 2MB DRAM ¥«¡¼¥É¤Ç¤¢¤ë¤³¤È¤¬ÌÀ¤é¤«¤Ë¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£Â¿¤¯¤Î¿Í¤¬¤³¤Î¥«¡¼¥É¤ò»È¤Ã¤Æ¤º¤Ã¤È¥È¥é¥Ö¥ë³¤­¤Ç¤·¤¿¤¬¡¢¤³¤ì¤Ï»ÈÍÑ ! ¤·¤¿ X ¥µ¡¼¥Ð¤¬¥á¥â¥ê¤ò 2.25MB(¤¢¤ë¤¤¤Ï 2.5MB)¤È¤·¤Æ¸¡½Ð¤·¤¿¤¿¤á¤Ç¤¹¡£ ! ¸í¤Ã¤¿Ãͤ¬¸¡½Ð¤µ¤ì¤ë¤Î¤Ï¡¢¥Á¥Ã¥×¤ÎÆâÉôŪ¤ÊÀ߷פ䡢BIOS ¤ÎÆâÍƤ¬¸í¤Ã¤Æ ! ¤¤¤ë¤¿¤á¤Ç¤¹¡£¤³¤Î¤è¤¦¤Ê¥á¥â¥ê¸¡½Ð¤Ë´Ø¤¹¤ëÌäÂê¤Ï´û¤Ë½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Î ! ¤Ç¡¢¥µ¡¼¥Ð¤ÏÀµ¤·¤¤Î̤Υá¥â¥ê¤ò¸¡½Ð¤Ç¤­¤ë¤Ï¤º¤Ç¤¹¡£ ! ! ¥á¥â¥ê¤ÎÎ̤¬ÀäÂФËÀµ¤·¤¤¤È¤¤¤¦¼«¿®¤¬Ìµ¤¤¸Â¤ê¡¢¼«Ê¬¼«¿È¤Ç¥á¥â¥ê¤ÎÎ̤ò ! XF86Config ¥Õ¥¡¥¤¥ë¤Ë»ØÄꤷ¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë MDRAM ¤òÎ̤ò³Î¼Â¤ËÄ´¤Ù¤ë¤¿¤á¤Î´Êñ¤ÊÊýË¡¤¬¤¢¤ê¤Þ ! ¤¹¡£ ! ! ¥Ó¥Ç¥ª¥«¡¼¥É¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¥«¡¼¥É¤Ë¤Ï ¥Ô¥ó¤¬ 204 ¸ÄÉÕ¤¤¤Æ¤¤¤ëÂ礭¤¤ ! ¥Á¥Ã¥×¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤³¤ì¤¬ ET6000 ¤Ç¤¹¡£¥½¥±¥Ã¥È¤Ë»É¤µ¤Ã¤Æ¤¤¤ëĹÊý·Á¤Î ! ¥Á¥Ã¥×(ÂçÄñ¥¹¥Æ¥Ã¥«¡¼¤¬Å½¤é¤ì¤Æ¤¤¤Þ¤¹¤¬)¤¬ BIOS ¤Ç¤¹¡£»Ä¤ê¤ÎÂ礭¤¤¥Á¥Ã ! ¥×¤È¤·¤Æ¤Ï¡¢(ÂçÄñ)°Ê²¼¤Î¤è¤¦¤Ê°õ¤¬ÉÕ¤¤¤Æ¤¤¤ëÂ礭¤ÊÀµÊý·Á¤Î¥Á¥Ã¥× 2 ¤Ä ! ¤« 4 ¤Ä¤¢¤ê¤Þ¤¹¡£ ! ! MDRAM MD9xy ("xy" ¤Ï 2 ·å¤Î¿ô»ú¤Ç¤¹) SJ-5-100 (¤³¤ì¤Ï°ã¤¦¤«¤â¤·¤ì ! ¤Þ¤»¤ó¤¬¡¢¥ì¥¤¥¢¥¦¥È¤ÏƱ¤¸¤Ç¤·¤ç¤¦) ! ! ¤³¤ì¤éÁ´¤Æ¤ÎÎ٤ˤϡ¢4¤Ä¤ÎÉ©·Á¤Î²¼¤Ë "MoSys" ¤È¤¤¤¦Ì¾Á°¤ò¤¢¤·¤é¤Ã¤¿ÁÇŨ ! ¤Ê¥í¥´¤¬¤¢¤ê¤Þ¤¹¡£ ! ! "xy" ¤Î¿ô»ú¤ò¸«¤ë¤È¡¢1 ¤Ä¤Î¥Á¥Ã¥×¤Î¥á¥¬¥Ó¥Ã¥È¤Ç¤Î¥µ¥¤¥º¤¬Ê¬¤«¤ê¤Þ¤¹¡£ ! ! ¤·¤¿¤¬¤Ã¤Æ¡¢¥«¡¼¥É¤ËºÜ¤Ã¤Æ¤¤¤ë RAM ¤ÎÎ̤ϼ¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ! ! ("xy" * [MDRAM ¥Á¥Ã¥×¤Î¿ô]) / 8 MB ! ! É®¼Ô¤Î¥Ü¡¼¥É¤Ë¤Ï¡¢MD908 ¥Á¥Ã¥×¤¬ 2 ¤ÄºÜ¤Ã¤Æ¤¤¤¿¤Î¤Ç¡¢MDRAM ¤ÎÎÌ¤Ï ! ! (08 * 2) / 8 = 2 MB ! ! ¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£Æ±ÍÍ¤Ë MD909 ¥Á¥Ã¥×¤ò 2¤Ä ÀѤó¤Ç¤¤¤ë¥Ü¡¼¥É¤Î¥á¥â ! ¥ê¤Ï 2.25MB ¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ¸½»þÅÀ¤Ç¸ºß¤¹¤ë MDRAM ¥Á¥Ã¥×¤Ë¤Ï¡¢MD904, MD906, MD908, MD909, MD910, ! MD916, MD918, MD920 ¤¬¤¢¤ê¤Þ¤¹¡£ ! ! 13. ET6000 ¤Î¥á¥â¥ê¥Ð¥ó¥ÉÉý¤Ë´Ø¤¹¤ë¸ØÂç¹­¹ð¤È¡¢¥Ó¥Ç¥ª¥â¡¼¥É¤Ø¤Î±Æ¶Á ! ! Tseng ¤Ï¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë¤Ä¤¤¤ÆÌÑÁÛ¤ò»ý¤Ã¤Æ¤¤¤ë¤è¤¦¤Ç¡¢ET6000 ¤Î¥Ð¥ó ! ¥ÉÉý¤Ë´Ø¤¹¤ëÊóÆ»´Ø·¸¤Ø¤Î¥¢¥Ê¥¦¥ó¥¹¤âÎã³°¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! Tseng ¤Ï¡¢MDRAM ¤ò»È¤Ã¤Æ¤¤¤ë ET6000 ¤Ï 1.2GB/ÉäΥХó¥ÉÉý¤¬½Ð¤»¤ë¤È¤¤ ! ¤¦¿®¤¸¤é¤ì¤Ê¤¤¤³¤È¤ò¸À¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ç¤Ï»Ô¾ì¤Ë½Ð¤Æ¤¤¤ë¤É¤ó¤ÊÀ½Éʤâ ! (SGI ¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥ó¤µ¤¨)¾å²ó¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ! ¡Ö¤â¤·¡×ÍøÍѤǤ­¤ëºÇ®¤Î MDRAM ¤ò¼ÂºÝ¤Ë¥Ü¡¼¥É¤ËºÜ¤»¤Æ¤¤¤ì¤Ð¡¢¤³¤ì¤ÏËÜ ! Åö¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¤¬¡¢¤½¤ó¤Ê RAM ¤ÏºÜ¤»¤Æ¤¤¤Þ¤»¤ó¡£Ê¹¤³¤¨¤ÎÎɤ¤ 1.2GB ¤È ! ¤¤¤¦¿ô»ú¤Ï¡¢4 ¤Ä¤Î MDRAM ¥Á¥Ã¥×¤òºÇÂç¤Î¥¯¥í¥Ã¥¯¥ì¡¼¥È¤Ç¤¢¤ë 166MHz ¤Ç ! »È¤Ã¤¿»þ¤Ë½Ð¤ë¤â¤Î¤Ç¤¹¡£¤·¤«¤·À߷פˤè¤ëÀ©¸Â¤Î¤¿¤á¡¢ºÇ½é¤ÎÀ¤Âå¤Î ! ET6000 ¤Ï¥á¥â¥ê¤ò 92MHz ¤Ç¤·¤«¶îÆ°¤Ç¤­¤Þ¤»¤ó(ET6100 ¤ä ET6300 ¤¬½Ð¤ì¤Ð ! ¤³¤Î¿ôÃͤÏÊѤï¤ë¤Ç¤·¤ç¤¦)¡£ ! ! ¤Ä¤Þ¤ê¡¢¸½ºß¤Î ET6000 ¥Ü¡¼¥É¤Ç¼Â¸½¤Ç¤­¤ëÍýÏÀŪ¤ÊºÇÂç¤Î¥Ð¥ó¥ÉÉý¤Ï¡Ö¤¿¤Ã ! ¤¿¡× 320 MB/ÉÃ(MDRAM ¥Á¥Ã¥×¤ò 2 ¤ÄºÜ¤»¤¿¥Ü¡¼¥É)¤« 720MB/ÉÃ(MDRAM ¥Á¥Ã ! ¥×¤ò 4 ¤ÄºÜ¤»¤¿¥Ü¡¼¥É)¤Ê¤Î¤Ç¤¹¡£¤µ¤é¤Ë¡¢¤³¤ì¤ÏºÇÁ±¤Î¾ì¹ç¤òÁÛÄꤷ¤¿¿ô»ú ! ¤Ç¤¹(¤¹¤Ê¤ï¤Á¡¢¤³¤³¤Ç¤Ï¥Ð¡¼¥¹¥ÈžÁ÷¤ò¶Ë¤á¤ÆŤ¤¤â¤Î¤È¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¼Â ! ºÝ¤Ë¤Ï MDRAM ¤Ï PCI ¥Ð¥¹¤ÈƱÍͤ˥¢¥É¥ì¥¹¥Ð¥¹¤ä¥Ç¡¼¥¿¥Ð¥¹¤ò¶¦Í­¤·¤Þ ! ¤¹)¡£¸½¼Â¤Ë¤Ï¡¢PCI ¥Ð¥¹¤È¥¢¥¯¥»¥é¥ì¡¼¥¿Î¾Êý¤«¤éÍè¤ë½ç½ø¤¬ÉÔÄê¤Î¥¢¥¯¥» ! ¥¹¤Ë¤è¤ê¡¢ÍøÍѤǤ­¤ë¥Ð¥ó¥ÉÉý¤Î¼Â¸úÃͤϤâ¤Ã¤ÈÄ㤯¤Ê¤ê¤Þ¤¹¡£¸½ºß¤Î ! ET6000 ¥Ü¡¼¥É¤ÎºÇÂçÀ­Ç½¤Ï¡¢DRAM ¤¬ 2 ¤Ä¤Þ¤¿¤Ï 4 ¤Ä¤Î¾ì¹ç¤ÇÌó 225MB/Éà ! ¤Ç¤¹¡£ ! ! ¥×¥ì¥¹¥ê¥ê¡¼¥¹¤ò¤É¤ó¤Ê¤Ë¸«¤¿¤È¤³¤í¤Ç¡¢ET6000 ¤Î¥á¥â¥ê¤Î¥Ð¥¹¤Ï 32 ¥Ó¥Ã ! ¥È¤Ç¤¹(128 ¥Ó¥Ã¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤¤¤º¤ì¤Ë¤·¤Æ¤â¡¢¤³¤Î¿ô»ú¤Ï¥Á¥Ã¥×Æâ¤Î ! ¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î¥Ç¡¼¥¿·ÐÏ©¤À¤±¤Ç¤¹)¡£¤Ä¤Þ¤ê¡¢¤³¤Î¥Á¥Ã¥×¤Î 16 ¥Ó¥Ã¥È¥Ð ! ¥¹¤Ç¤Ï¡¢MDRAM ¥Á¥Ã¥× 2 ¤Ä¤À¤±¤Ç¥Ð¥¹¤ÎÍÆÎ̤òÁ´¤Æ»È¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£ ! ET6000 ¥Ü¡¼¥É¤Ë¥á¥â¥ê¥Á¥Ã¥×¤¬ 4 ¤ÄºÜ¤Ã¤Æ¤¤¤Æ¤â¡¢¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Áý¤¨ ! ¤ë¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤¢¤ë¿§¤Î¿¼¤µ¤ÇÍøÍѤǤ­¤ëºÇÂç¤Î²òÁüÅ٤ϡ¢¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤Ë¤è¤ëÀ©¸Â¤ò¼õ ! ¤±¤Þ¤¹¡£ET6000 ¤Î RAMDAC ¤Ï¤É¤ó¤Ê¾ì¹ç¤Ç¤â 135MHz ¤Ç¤¦¤Þ¤¯Æ°ºî¤Ç¤­¤Þ ! ¤¹¡£¤·¤«¤·¡¢RAM ¤Ë¤Ä¤¤¤Æ¤Ï¤½¤¦¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£32bpp (sparse ·Á¼°¤Î ! 1600Ëü¿§¥â¡¼¥É)¤Ç¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤò 135MHz ¤Ë¤¹¤ë¤È¡¢¥á¥â¥ê¤Î¥Ð¥ó¥É ! Éý¤Ï 135*4 = 540 MB/Éä¬É¬ÍפȤʤê¤Þ¤¹¡£¤³¤ì¤Ï¸½ºß¤Î ET6000 ¤Ç¤Ï¤É¤¦ ! ¤ä¤Ã¤Æ¤â°·¤¨¤Þ¤»¤ó¡£PCI ¥Ð¥¹¤ä¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î¾ì¹ç¤Ë¤Ï¡¢¥Ð¥ó¥ÉÉý¤ò¤â¤Ã ! ¤ÈÀáÌ󤹤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! °Ê¾å¤¬¡¢¤¢¤ë¥â¡¼¥É¤Î¤¿¤á¤Ë½½Ê¬¤Ê¥á¥â¥ê¤¬¤¢¤Ã¤Æ¤â¡¢MDRAM ¤Î¥á¥â¥êÇÛÃÖ¤Ë ! ¤è¤Ã¤Æ¤Ï»È¤¨¤Ê¤¤¥â¡¼¥É¤¬¤¢¤ëÍýͳ¤Ç¤¹¡£ÍøÍѤǤ­¤ë¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬Â­¤ê ! ¤Ê¤¤¾ì¹ç¤Ëµ¯¤³¤ëÌäÂê¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥°¤Î¥»¥¯¥·¥ç¥ó¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 14. ¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤È 16bpp/24bpp/32bpp ¥â¡¼¥É ! ! ¸½ºß¤Ï 16 ¥Ó¥Ã¥È(32768 ¿§¤Þ¤¿¤Ï 65536 ¿§)¡¢24 ¥Ó¥Ã¥È(1600Ëü¿§¡¢packed ! ·Á¼°)¡¢32 ¥Ó¥Ã¥È(1600Ëü¿§¡¢sparse ·Á¼°)¤Î¥Ô¥¯¥»¥ë¤ò SVGA ¥µ¡¼¥Ð¤Ç¥µ¥Ý ! ¡¼¥È¤¹¤ë¤Ë¤Ï¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬É¬ÍפǤ¹¡£¤³¤ÎÀ©¸Â¤Ï¾­Íè¤Î¥Ð¡¼¥¸¥ç ! ¥ó¤Ç¤Ï¤Ê¤¯¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ºÇ¶á¤Î¥«¡¼¥É¤Ï¤Û¤È¤ó¤ÉÁ´¤Æ¤¬ PCI ¥Ð¥¹ ! ¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç(¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤¬ÌäÂê¤È¤Ê¤ê¤Þ¤»¤ó)¡¢¥ê¥Ë¥¢¥¢¥É ! ¥ì¥Ã¥·¥ó¥°¤òɬ¿Ü¤Ç¤Ê¤¯¤¹¤ë¤³¤È¤ÎÍ¥ÀèÅ٤Ͼ¤Îµ¡Ç½¤è¤ê¤âÄ㤯¤Ê¤Ã¤Æ¤¤¤Þ ! ¤¹¡£¿¼¤µÊ̤˻ØÄꤹ¤ë Screen ¥»¥¯¥·¥ç¥ó¤Ç Option "linear" ¤ò»ØÄꤹ¤ë ! ¤È¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤òÍ­¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£PCI ¥Ù¡¼¥¹¤Ç¤Ê¤¤¥· ! ¥¹¥Æ¥à¤Î¾ì¹ç¤Ë¤Ï¡¢¤¿¤Ö¤ó MemBase ÃͤâÀßÄꤹ¤ë(Device ¥»¥¯¥·¥ç¥ó)ɬÍפ¬ ! ¤¢¤ë¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¼«ÎÏ¤Ç MemBase ¤Î¾ì½ê¤òȯ¸«¤Ç¤­¤Ê¤¤ PCI ¥·¥¹¥Æ¥à¤Î ! ¾ì¹ç¤Ï¡¢ÄɲÃŪ¤ÊÀßÄ꤬ɬÍפǤ¹¡£ ! ! ¸½»þÅÀ¤Ç¤Ï¡¢PCI ¤Ç¤Ê¤¤¥«¡¼¥É¤Ï¥ê¥Ë¥¢¥á¥â¥ê¥â¡¼¥É¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤» ! ¤ó(¤¢¤ë¤¤¤Ï¤¦¤Þ¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó)¡£Á´¤¯¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¥«¡¼¥É ! ¤â¤¢¤ê¤Þ¤¹¤·¡¢¥¢¥É¥ì¥¹¤Î¥Ç¥³¡¼¥É¤Ë¥Ð¥°¤¬¤¢¤Ã¤Æ¤¦¤Þ¤¯Æ°ºî¤·¤Ê¤¤¥«¡¼¥É¤â ! ¤¢¤ê¤Þ¤¹¡£ ! ! W32 ¤È ET6000 ¤Î¾ì¹ç¤ÏÂçÄñ¡¢8bpp ¥µ¡¼¥Ð¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­µ¡Ç½¤Î ! ¿¤¯¤Ï¡¢16, 24, 32bpp ¥â¡¼¥É¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤¿ ! ¤¬¤Ã¤Æ¡¢É½¼¨¤¹¤ë¥Ó¥Ã¥È¿ô¤Ï 4 ÇܤޤǤˤʤê¤Þ¤¹¤¬¡¢X ¥µ¡¼¥Ð¤¬½Å¤¯¤Ê¤ê¤¹ ! ¤®¤ë¤³¤È¤Ï̵¤¤¤Ï¤º¤Ç¤¹¡£24bpp ¤È 32bpp ¤Ï°ìÉô¤Î¥«¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼¥È¤µ ! ¤ì¤Æ¤¤¤Ê¤¤ÅÀ¤È¡¢¾¯¤Ê¤¯¤È¤â¥á¥â¥ê¤¬ 2MB ¤¢¤ë¥«¡¼¥É¤Ç¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2.25MB ¤Î MDRAM ¤òÀѤó¤À ET6000 ¤Ï¤ªÇ㤤ÆÀ¤Ç¤¹¡£¤È¤¤¤¦¤Î¤â¡¢(ÍøÍѲÄǽ ! ¤Ê¥á¥â¥ê¤òÁ´¤Æ»È¤Ã¤Æ) 24bpp ¤Ç 1024x768 ¤ò¤Á¤ç¤¦¤É¥µ¥Ý¡¼¥È¤Ç¤­¤ë¤«¤é¤Ç ! ¤¹¡£Â¾¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Î¾ì¹ç¤Ï¡¢¤³¤ì¤ò¹Ô¤¦¤¿¤á¤Ë¤Ï¾¯¤Ê¤¯¤È¤â¥Ó¥Ç¥ª¥á¥â¥ê ! ¤¬ 4MB ɬÍפǤ¹¡£(M)DRAM ¤¬ 2MB ¤·¤«¤Ê¤¤¤È¡¢´üÂԤǤ­¤ëºÇÂç¤ÎÂ礭¤µ¤Ï ! 960x720 ¤Ç¤¹¡£ ! ! XF86Config ¥Õ¥¡¥¤¥ë¤Î "Screen" ¥»¥¯¥·¥ç¥ó¤Ç¤Ï¡¢¼Â¹Ô¤·¤è¤¦¤È¹Í¤¨¤Æ¤¤¤ë ! Á´¤Æ¤Î¿§¤Î¿¼¤µ¤ËÂФ·¤Æ "Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£"Display" ¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ç¤Ï¤½¤ì¤¾¤ì¡¢Modes ÃÍ¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤Î ! ¥µ¥¤¥º¤òÄêµÁ¤·¤Þ¤¹¡£Îã(¥Ó¥Ç¥ª¥á¥â¥ê 2MB ¤Î¾ì¹ç)¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! Section "screen" ! SubSection "Display" ! Depth 8 ! Virtual 1280 1024 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! EndSubSection ! SubSection "Display" ! Depth 16 ! Virtual 1024 992 ! ViewPort 0 0 ! Modes "640x480" "800x600" "1024x768" ! EndSubSection ! SubSection "Display" ! Depth 24 ! Virtual 960 720 ! ViewPort 0 0 ! Modes "640x480" "800x600" ! EndSubSection ! SubSection "Display" ! Depth 32 ! Virtual 832 600 ! ViewPort 0 0 ! Modes "640x480" "800x600" ! EndSubSection ! EndSection ! ! 15. SVGA Tseng ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ë¥È¥é¥Ö¥ë¥·¥å¡¼¥Æ¥£¥ó¥° ! ! ¤Þ¤ººÇ½é¤Ë¡¢XF86Config ¤Ç»ØÄꤷ¤¿Ã椫¤éÁªÂò¤·¤¿¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤¬¡¢ ! ¤ª»È¤¤¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£¤Ä¤Þ ! ¤ê¡¢¿åʿƱ´ü¤ÎÈϰϤ¬Àµ¤·¤¤¤³¤È¤ò³Î¤«¤á¤Þ¤¹¡£ºÇ½é¤Ï(¿åÊ¿¼þÇÈ¿ô 31.5 ¤À ! ¤±¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤ê)¥¯¥í¥Ã¥¯ÃÍ 25.175MHz ¤Çɸ½à¤Î 640x480x256 ¤ò»È ! ¤¤¡¢¤ª»È¤¤¤Îµ¡´ï¹½À®¤Ç¥É¥é¥¤¥Ð¤¬Æ°ºî¤¹¤ë¤³¤È¤ò³Î¤«¤á¤ë¤È¤è¤¤¤Ç¤·¤ç¤¦¡£ ! »ÈÍѤµ¤ì¤ë¥Ç¥Õ¥©¥ë¥È¤Î¥â¡¼¥É¤Ïɬ¤º¡¢¥â¡¼¥É¹Ô¤ËºÇ½é¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¹Ô¤Ç¡¢ ! ¥¿¥¤¥ß¥ó¥°¤Î¥»¥¯¥·¥ç¥ó¤Ë½ñ¤«¤ì¤Æ¤¤¤ë¡¢¤½¤Î²òÁüÅÙ¤ËÂФ·¤Æ¥ê¥¹¥È¤µ¤ì¤¿ºÇ ! ¤â¹â¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò»ý¤Ä¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! °ìÈÌŪ¤Ê¥Ò¥ó¥È¤ò¤¤¤¯¤Ä¤«µó¤²¤Æ¤ª¤­¤Þ¤¹: ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "slow_dram" ¤òÄɲä·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "pci_burst_off" ¤òÄɲä·¤Þ¤¹¡£ ! ! o Device ¥»¥¯¥·¥ç¥ó¤Ë Option "w32_interleave_off" ¤òÄɲä·¤Þ¤¹¡£ ! ! o Hercules ¤Î¥â¥Î¥¯¥í¤Î¥¢¥À¥×¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ì¤Ð¡¢¤³¤ì¤ò³°¤·¤Þ¤¹¡£ ! ET4000/W32 ¥·¥ê¡¼¥º¤Î¿¤¯¤Î¹½À®¤Ï¡¢¥·¥¹¥Æ¥à¤Ë¤³¤Î¥«¡¼¥É¤¬¤¢¤ë¤ÈÆ°ºî ! ¤·¤Þ¤»¤ó¡£ ! ! o ¥í¡¼¥«¥ë¥Ð¥¹¤¬ 33MHz ¤ÇÆ°ºî¤¹¤ë¥Þ¥¶¡¼¥Ü¡¼¥É¤òÆþ¼ê¤·¤Þ¤¹¡£ ! ET4000/W32 ¥Ü¡¼¥É¤Î¿¤¯(Á´¤Æ¤Ç¤Ï¤Ê¤¯¤Æ¤â)¤Ï¡¢50MHz ¤Î¥Ð¥¹¤Ç¤Ï³Î¼Â¤Ë ! Æ°ºî¤¬¤ª¤«¤·¤¯¤Ê¤ê¤Þ¤¹¡£ÂÔ¤Á¾õÂÖ¤ò 1 ¤Ä¤« 2 ¤ÄÆþ¤ì¤ëɬÍפ¬¤¢¤ë¤«¤â ! ¤·¤ì¤Þ¤»¤ó¤¬¡¢²¿¤Ï¤È¤â¤¢¤ì¤Þ¤º»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! o ¥Þ¥·¥ó¤ò¥³¡¼¥ë¥É¥Ö¡¼¥È¤·¤Þ¤¹¡£XF86_SVGA ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¤Ï¡¢(¾¤Î X ! ¥µ¡¼¥Ð¤ò´Þ¤á¤Æ)¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤òÊѤˤ¹¤ë¤â¤Î¤ò¼Â¹Ô¤·¤Æ¤Ï¤¤¤±¤Þ¤» ! ¤ó¡£ ! ! o ET6000 ¥«¡¼¥É¤Î¾ì¹ç¤Ï¡¢Device ¥»¥¯¥·¥ç¥ó¤Ç¥Á¥Ã¥×¥»¥Ã¥È¤Ë "et6000" ! ¤ò»ØÄꤷ¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥«¡¼¥É¤ÏÄ̾PCI ¥Ð¥¹¤«¤é¼«Æ°¸¡½Ð¤ò¹Ô ! ¤¤¤Þ¤¹¡£¤·¤«¤·°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢Ê̤Υª¥ó¥Ü¡¼¥É¤Î VGA ¥«¡¼¥É¤¬ºÜ¤Ã ! ¤Æ¤¤¤ë¤È(¤³¤ì¤ò̵¸ú¤Ë¤·¤Æ¤¢¤Ã¤Æ¤â)ET6000 ¤¬´Ö°ã¤Ã¤¿Êý¤Î¥«¡¼¥É¤ò»È¤ª ! ¤¦¤È¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! ! VESA ɸ½à¥â¡¼¥É¥¿¥¤¥ß¥ó¥°¤Î°ìÉô¤Ï¡¢¥â¥Ë¥¿¤Ë¤è¤Ã¤Æ¤ÏÌäÂê¤òµ¯¤³¤¹¤³¤È¤Ë ! Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤(¿åʿƱ´ü¥Ñ¥ë¥¹¤òÁý¤ä¤¹¤«(¤Ä¤Þ¤ê¡¢¿¿Ãæ¤Î 2 ¤Ä¤Î¿åÊ¿¥¿ ! ¥¤¥ß¥ó¥°ÃͤòÁý¤ä¤¹)¡¢¤¢¤ë¤¤¤Ï¿åÊ¿¥¿¥¤¥ß¥ó¥°¤Î¥Ñ¥é¥á¡¼¥¿¤òÁ´¤Æ 16 ¤ä 32 ! ¤ÎÇÜ¿ô¤Ë¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ¥Ó¥Ç¥ª¿®¹æ¤Ï½Ð¤Æ¤¤¤Þ¤¹¤¬¡¢²èÌ̤¬Æ±´ü¤·¤Ê¤¤ ! ¥â¥Ë¥¿¤¬°·¤¨¤Ê¤¤¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤¬Èóɸ½à¤Î¥â¡¼¥É¤Ç¤¢¤ì ! ¤Ð¡¢¥¿¥¤¥ß¥ó¥°¤ò¾¯¤·¤º¤é¤¹É¬Íפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¥â¥Ë¥¿¤¬°·¤¨ ! ¤ë¤Ï¤º¤Ç¤¢¤ëɸ½à¤Î¥â¡¼¥É¤È¼þÇÈ¿ô¤Ç¤¢¤ì¤Ð¡¢Æ±ÍͤΥ⡼¥É¤ÈÁȤ߹ç¤ï ! ¤»¤ËÂФ¹¤ëÊ̤Υ¿¥¤¥ß¥ó¥°¤ò¸«¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò¹â¤¯¤¹¤ë¤È¿åÊ¿Êý¸þ¤Ë¤Ö¤ì¤ë ! ¤³¤ÎÌäÂê¤Ï¡¢¥¹¥¯¥í¡¼¥ë¤ä blit Áàºî¤Î¤è¤¦¤ÊÉÁ²èµ¡Ç½¤ÎÆ°ºîÃæ¤ËÆÃ¤Ë ! ¸²Ãø¤Ë¤Ê¤ê¤Þ¤¹¡£¸½»þÅÀ¤Ç¤Ï¤³¤ÎÌäÂê¤Î´Êñ¤Ê²ò·èÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó ! ¤¬¡¢ "fast_dram" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤¿¤ê¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤò²¼¤²¤ë ! ¤Ê¤É¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤Ç¤âÉÔ½½Ê¬¤Ç¤¢¤ì¤Ð¡¢"noaccel" ¥ª¥×¥·¥ç ! ¥ó¤ò»È¤¨¤Ð¤Û¤Ü³Î¼Â¤ËÌäÂ꤬²ò·è¤¹¤ë¤Ç¤·¤ç¤¦(RAMDAC ¤¬»È¤¨¤ë¥Ð¥ó¥É ! Éý¤¬Â¿¤¯¤Ê¤ë¤¿¤á¤Ç¤¹)¡£¤Û¤È¤ó¤É¤Î¾ì¹ç¡¢¤³¤Î¸¶°ø¤Ï RAMDAC ¤Ë½½Ê¬ ! ®¤¯¥Ô¥¯¥»¥ë¥Ç¡¼¥¿¤òÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤¥Ó¥Ç¥ª¥á¥â¥ê¤Ë¤¢¤ê¡¢¤½¤Î¤¿ ! ¤á¤Ë¥´¥ß¤¬½Ð¤ë¤Î¤Ç¤¹¡£ ! ! ²èÌ̤¬¡ÖÇÈÂÇ¤Ä¡× ! ²èÌÌÁ´ÂΤ¬(ÉÁ²èÁàºî¤È¤Ï̵´Ø·¸¤Ë)¤º¤Ã¤È¿åÊ¿¤ËÍɤ줿¤ê¿Ì¤¨¤¿¤ê¤·¤Þ ! ¤¹¡£¤¿¤Ö¤ó¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬¹â¤¹¤®¤ë¤Î¤Ç¤·¤ç¤¦¡£¤Þ¤¿¡¢¶á¤¤ MCLK ! Ãͤ¬¾×Æͤ·¤Æ¤¤¤ë¤³¤È¤â¹Í¤¨¤é¤ì¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢¥É¥Ã¥È¥¯ ! ¥í¥Ã¥¯ÃͤòÄ㤯¤·¤Æ¤ß¤Þ¤·¤ç¤¦(0.5MHz ¤À¤±²¼¤²¤ì¤Ð¤¦¤Þ¤¯Æ°ºî¤¹¤ë¤³ ! ¤È¤â¤¢¤ê¤Þ¤¹)¡£¥â¡¼¥É¤Î¥¿¥¤¥ß¥ó¥°¤ò¤º¤é¤·¤Æ¤ß¤Æ¤â¤è¤¤¤Ç¤·¤ç¤¦¡£ ! ¿åÊ¿Êý¸þ¤Î 2 ÈÖÌܤÎÃͤò¾¯¤·Áý¤ä¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤¦¤Þ¤¯Æ°ºî¤¹¤ë ! ¤È»×¤ï¤ì¤ë¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Ãͤ¬ 65MHz ¤Î 1024x768 (Ìó 60Hz)¤ÎÎã¤ò ! °Ê²¼¤Ë¼¨¤·¤Þ¤¹: ! ! "1024x768" 65 1024 1116 1228 1328 768 783 789 818 ! ! µ¯Æ°¤Î¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤¹¤ë(¤¿¤Ö¤ó²èÌ̤Ͽ¿¤Ã°Å¤Ë¤Ê¤ê¤Þ¤¹) ! "noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£BIOS ¤ÎÀßÄ꤬Àµ¤·¤¤¤³¤È¤ò ! ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£Æäˡ¢0xa0000-0xaffff ¤Î¥­¥ã¥Ã¥·¥å¤Ï̵¸ú¤Ë¤·¤Æ ! ¤¯¤À¤µ¤¤¡£Î¢ DRAM ¤Î¥ê¥Õ¥ì¥Ã¥·¥å¤ò̵¸ú¤Ë¤·¤Æ¤âÌäÂ꤬²ò·è¤¹¤ë¤«¤â ! ¤·¤ì¤Þ¤»¤ó¡£ ! ! Linux ¥·¥¹¥Æ¥à¤Î¾ì¹ç¤Ï¡¢¥«¡¼¥Í¥ë¤Ç¡ÖAPM¡×(ÅŸ»´ÉÍý)¤Î¥µ¥Ý¡¼¥È¤ò ! Í­¸ú¤Ë¤·¤Æ¤¤¤ë¤È¡¢X ¥µ¡¼¥Ð¤¬¾ÊÅÅÎϥ⡼¥É¤ä²èÌ̤¬¿¿¤Ã°Å¤Ê¾õÂ֤ǵ¯ ! Æ°¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£APM ¤Î¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ ! ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥°¥é¥Õ¥£¥Ã¥¯¥¹Áàºî¤ò¹Ô¤Ã¤¿¸å¤Ë¥¯¥é¥Ã¥·¥å¤ä¥Ï¥ó¥°¤·¤¿¤ê¡¢²èÌ̤˥´¥ß ! ¤¬É½¼¨¤µ¤ì¤ë ! ¤³¤ì¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Îµ¡Ç½¤Î¤¤¤º¤ì¤«¤Î¥Ð¥°¤«¡¢BitBLT ¥¨ ! ¥ó¥¸¥ó¤ÎÌäÂê¤Ë´Ø·¸¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤· ! ¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¡¢BIOS ¤ÎÀßÄê¤â³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¥µ¡¼¥Ð¤¬ `ACL: TIMEOUT' ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë ! Á°¤Î¹àÌܤÈƱ¤¸¤Ç¤¹¡£¤·¤«¤·°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ÌäÂê¤Ï¤É¤¦¤ä¤Ã¤Æ¤â ! ²ò·è¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï»È¤Ã¤Æ¤¤¤ë¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ë´ØÏ¢¤· ! ¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó(¤³¤ÎÌäÂê¤Ï Linux ¤À¤±¤Ç¸«¤é¤ì¡¢¥«¡¼¥Í¥ë¤Î¥Ð ! ¡¼¥¸¥ç¥ó¤Ë¤Þ¤Ç°Í¸¤·¤Þ¤¹)¡£MemBase ÃͤòÊѤ¨¤ë¤ÈÌäÂ꤬²ò·è¤¹¤ë¤³ ! ¤È¤â¤¢¤ê¤Þ¤¹¡£ ! ! ¥Æ¥­¥¹¥ÈÃæ¤Î¥Ô¥¯¥»¥ë¤¬»þ¡¹¶¸¤Ã¤¿¤ê¡¢¥¦¥£¥ó¥É¥¦¤ÎÏȤòÆ°¤«¤·¤¿»þ¤Ë¥´ ! ¥ß¥Ô¥¯¥»¥ë¤¬½Ð¤ë ! ¤ª¤½¤é¤¯ MCLK ÃͤÎÀßÄ꤬¹â¤¹¤®¤ë¤³¤È¤Ë´Ø·¸¤·¤Æ¤¤¤Þ¤¹(¥Ð¥ó¥¯ÀÚ¤ê ! Âؤ¨¥â¡¼¥É¤Ç OK ¤Ç¤¢¤Ã¤Æ¤â¡¢¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¥â¡¼¥É¤ÇÌäÂ꤬µ¯ ! ¤³¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹)¡£(Á´¤Æ¤Ç¤Ê¤¯¤È¤â)¤Û¤È¤ó¤É¤Î ET6000 ¥«¡¼¥É¤Ï ! À­Ç½¤ò½Ð¤¹¤¿¤á¤Ë MCLK ¤ò¾¯¤·¥ª¡¼¥Ð¡¼¥¯¥í¥Ã¥¯¤·¤ÆÇä¤Ã¤Æ¤ª¤ê(¸½ºß ! ¤Îɸ½àÃÍ¤Ï 90 ¤« 92 MHz ¤Ç¤¹)¡¢¤³¤ì¤Ë¤è¤êÌäÂ꤬µ¯¤³¤ë¤³¤È¤¬¤¢¤ê ! ¤Þ¤¹¡£¸½»þÅÀ¤Ç¤Ï¤³¤ì¤ò²ò·è¤¹¤ëÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£¥´¥ß¥Ô¥¯¥»¥ë¤¬°ì ! »þŪ¤Ê¤â¤Î(¥¹¥¯¥ê¡¼¥ó¾å¤ÇÆ°¤¯¤â¤Î¤¬Ìµ¤¯¤Ê¤ë¤È¤¹¤°¾Ã¤¨¤ë)¤Ç¤¢¤ì ! ¤Ð¡¢¤ª¤½¤é¤¯¥á¥â¥ê¤Î¥Ð¥ó¥ÉÉý¤¬¸¶°ø¤Ç¤¹¡£Í£°ì¤Î²ò·èÊýË¡¤Ï¥¢¥¯¥»¥é ! ¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤«¡¢(¤³¤ì¤Ç²ò·è¤·¤Ê¤±¤ì¤Ð)¥Ô¥¯¥»¥ë¥¯ ! ¥í¥Ã¥¯ÃͤòÄ㤯¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! ¥Æ¥­¥¹¥È¥â¡¼¥É¤¬¤¦¤Þ¤¯Éü¸µ¤Ç¤­¤Ê¤¤ ! ¤³¤ÎÌäÂê¤Ï°ìÉô¤Îµ¡´ï¤ÇÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Chipset ¹Ô¤ÎÀßÄê¤ÇÌäÂ꤬ ! ²ò·è¤¹¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Ä̾ï¤Ï¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Õ¥©¥ó¥È¤ò¥»¥Ã¥È¤¹ ! ¤ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤¨¤Ð¡¢¤¦¤Þ¤¯Éü¸µ¤¬¤Ç¤­¤ë¤Ï¤º¤Ç¤¹(Linux ¤Î¾ì ! ¹ç¤Ï setfont, runx, restorefont)¡£ ! ! ¥É¥é¥¤¥Ð¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Îµ¡Ç½¤ò»È¤¦¤È¡¢²èÌ̤¬¿¿¤Ã°Å¤ä¿¿¤Ã ! ÀĤˤʤë ! ¥¢¥¤¥³¥ó(¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×)¤ò¤¤¤¯¤Ä¤«É½¼¨¤·¤¿¤À¤±¤Ç²èÌ̤¬¿¿¤Ã°Å¤ä ! ¿¿¤ÃÀĤˤʤë¤Ë¤Ê¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥»¥¯¥·¥ç¥ó¤ÎÆâÍƤ¬Åö¤Æ¤Ï¤Þ¤ê¤Þ ! ¤¹¡£ ! ! ¤³¤Î¸½¾Ý¤Ë¤Ï¸¶°ø¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£ ! ! ¸¶°ø¤Î 1 ¤Ä¤Ï¥á¥â¥ê¤ÎÎ̤¬Àµ¤·¤¯¸¡½Ð(»ØÄê)¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤Ç¤¹¡£ ! ¥µ¡¼¥Ð¤Î¼«Æ°¸¡½Ðµ¡¹½¤¬¸¡½Ð¤·¤¿Ãͤ¬Â¿¤¹¤®¤ë¾ì¹ç¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç ! ¥óÉÕ¤­¤Îµ¡Ç½¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£¤³¤Î¾ì¹ç¤Ë¤Ï XF86Config ¥Õ¥¡¥¤ ! ¥ë¤Ç¥á¥â¥ê¤ÎÎ̤òÄêµÁ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ÎÌäÂê¤Ï¥á¥â¥ê 2.25 MB ¤Î ! ET6000 ¥«¡¼¥É¤Î°ìÉô¤Ç»þ¡¹µ¯¤³¤ê¡¢¥µ¡¼¥Ð¤¬ 2.25MB ¤Ç¤Ï¤Ê¤¯ 2.5MB ! ¤È¸¡½Ð¤¹¤ë¤è¤¦¤Ç¤¹(¤³¤Î¾ì¹ç¤Ë¸Â¤ì¤Ð¡¢videoram "2304" ¤òÄɲä·¤Æ ! ¤¯¤À¤µ¤¤)¡£ ! ! ¤³¤ì¤Ç¤¦¤Þ¤¯¤¤¤«¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë(¥ª ! ¥×¥·¥ç¥ó "noaccel")¤·¤«²ò·èÊýË¡¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! DMA ¥Ï¡¼¥É¥¦¥§¥¢¤Ë´Ø¤¹¤ëÌäÂê(¥Õ¥í¥Ã¥Ô¡¼¡¢¥Æ¡¼¥×) ! °ìÉô¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥µ¡¼¥Ð¤Ï ISA DMA ¤ò ! »È¤¦Â¾¤Î¥Ï¡¼¥É¥¦¥§¥¢¤È¾×Æͤ·¤Þ¤¹¡£ºÇ¤â¸²Ãø¤Ê¤Î¤Ï¡¢PC ¤Î¥Õ¥í¥Ã¥Ô ! ¡¼¥³¥ó¥È¥í¡¼¥é¤È¥µ¥¦¥ó¥É¥«¡¼¥É¤Ç¤¹¡£¥Õ¥í¥Ã¥Ô¡¼¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ï¡¢ ! ¥Ð¥¹¤òŤ¯ÀêÍ­¤µ¤ì¤¹¤®¤ë¤È¤¦¤Þ¤¯Æ°ºî¤Ç¤­¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾õÂÖ¤Ï ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÂçÎ̤ÎÁàºî¤ò¹Ô¤Ã¤¿»þ¤Ëµ¯¤³¤ê¤Þ¤¹¡£Î㤨 ! ¤Ð¡¢Linux-ftape ¥â¥¸¥å¡¼¥ë(¥Õ¥í¥Ã¥Ô¡¼-¥Æ¡¼¥×¤Î¥É¥é¥¤¥Ð)¤Ï¡¢X ¥µ ! ¡¼¥Ð¤Î»ÈÍÑÃæ¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤ÎºîÀ®¤ä½ñ¤­Ìᤷ¤ÎÁàºî¤ò¹Ô¤¦¤È¡¢ÂçÎ̤Π! ¡Ö½ñ¤­¹þ¤ß¥¨¥é¡¼¡×¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Þ¤¹¡£¤³¤Î¥¨¥é¡¼¤ÏÃ×̿Ū¤Ê¤â ! ¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤½¤ì¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤¬¤³¤¦¤¤¤Ã¤¿¾ð ! Êó¤ò¤¤¤«¤Ë¤¦¤Þ¤¯½èÍý¤¹¤ë¤«¤Ë¤«¤«¤Ã¤Æ¤¤¤Þ¤¹¡£Linux ¤Ï¤¦¤Þ¤¯½èÍý¤¹ ! ¤ë¤è¤¦¤Ç¤¹¤¬¡£ ! ! ²ò·èË¡¤Ï 2 Ä̤ê¹Í¤¨¤é¤ì¤Þ¤¹¡£"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤«¡¢"pci_retry" ¤òºï½ü¤·¤Æ PCI ¤Î¥ê¥È¥é ! ¥¤µ¡Ç½(¤³¤Îµ¡Ç½¤Ï¥Ð¥¹¤ÎÃÙ±ä¤òÂ礭¤¯¤·¤Þ¤¹)¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ¤³¤ì¤Ë¤è¤ê¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤ÎÁàºî¤¬¾¯¤·¤À¤±ÃÙ¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! "pci_retry" ¤¬Å¬ÍѤµ¤ì¤ë¤Î¤Ï PCI ¥Ð¥¹¤Î¥·¥¹¥Æ¥à¤À¤±¤Ç¤Ï¤Ê¤¯¡¢Â¾ ! ¤Î¥Ð¥¹¤Î¾ì¹ç¤Ë¤âƱÍͤαƶÁ¤òÍ¿¤¨¤Þ¤¹¡£ ! ! "Cannot read colourmap from VGA. Will restore with default" ¤È¤¤¤¦ ! ¥¨¥é¡¼¤¬½Ð¤ë ! ¤³¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬½Ð¤¿¾ì¹ç¡¢¥µ¡¼¥Ð¤Ï RAMDAC ¤òÀµ¤·¤¯½é´ü²½¤Ç ! ¤­¤º¡¢¥Ç¥Õ¥©¥ë¥È¤Î¥«¥é¡¼¥Þ¥Ã¥×¤òÉü¸µ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹¡£°ìÉô¤Î¥µ ! ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ RAMDAC ¤Î¾ì¹ç¡¢¤³¤ÎÆ°ºî¤ÏÁ´¤Æ¤Î¿§¤¬¤Þ¤È¤á¤Æºï ! ½ü¤µ¤ì¤Æ¤·¤Þ¤¦¤È¤¤¤¦°­±Æ¶Á¤òµÚ¤Ü¤·¡¢¿§¤¬¤ª¤«¤·¤¯¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿ ! ¤ê¡¢²èÌ̤¬´°Á´¤Ë¿¿¤Ã¹õ¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¤Ç¤·¤ç¤¦¡£¤³¤¦¤Ê¤Ã¤¿¾ì¹ç¤Ë ! ¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ë¤Î Device ¥»¥¯¥·¥ç¥ó¤Ë ramdac "normal" ¤È ! ¤¤¤¦¹Ô¤òÄɲä·¤Þ¤·¤ç¤¦¡£ÂçÄñ¤Î¾ì¹ç¡¢¿§¤ÎÌäÂê¤Ï¤³¤ì¤Ç²ò·è¤·¤Þ¤¹¡£ ! ! ¥µ¡¼¥Ð¤¬Êó¹ð¤¹¤ë ModeLine ¤ÎÃͤ¬¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯¤ÎȾʬ¤À¤±¤Ê¤Î¤Ç¤¹ ! ¤¬? ! ET4000W32p ¥«¡¼¥É¤ò 8bpp ¤Ç»È¤¦¾ì¹ç¡¢75MHz °Ê¾å¤Î¥¯¥í¥Ã¥¯¤ò»È¤¦ ! °ìÉô¤Î¥â¡¼¥É(Îã: ¥Ô¥¯¥»¥ë¥¯¥í¥Ã¥¯Ãͤ¬ 95MHz ¤Î 1152x910 ¥â¡¼ ! ¥É)¤Ç¤Ï¡¢X ¥µ¡¼¥Ð¤Î½ÐÎϤ˰ʲ¼¤Î¥á¥Ã¥»¡¼¥¸¤¬´Þ¤Þ¤ì¤Þ¤¹¡£ ! ! (--) SVGA: Mode "1152x910" will use pixel multiplexing ! ! And later, when the accepted modelines are reported: ! ! (**) SVGA: Mode "1152x910": mode clock = 47.500 ! ! ¥Ô¥¯¥»¥ë¤Î¿½Å²½¤¬¹Ô¤ï¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ÏÀµ¾ï¤ÊÆ°ºî¤Ç¤¹¡£¥¯¥í¥Ã ! ¥¯¥Ñ¥ë¥¹¤´¤È¤Ë¥Ô¥¯¥»¥ë 2 ¤Ä¤¬ RAMDAC ¤ËÁ÷¤é¤ì¤ë¤¿¤á¡¢È¾Ê¬¤Î¥¯ ! ¥í¥Ã¥¯¤·¤«É¬ÍפȤ·¤Þ¤»¤ó¡£ ! ! ¾¤Ë²èÌÌÉÁ²è´ØÏ¢¤ÎÌäÂ꤬¤¢¤ì¤Ð¡¢"noaccel" ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤³¤Î¥É¥­¥å¥á¥ó¥È¤Ë½ñ¤«¤ì¤Æ¤¤¤Ê¤¤¥É¥é¥¤¥Ð´ØÏ¢¤ÎÌäÂê¤Ë½Ð²ñ¤Ã¤¿¤ê¡¢¥¢¥¯¥» ! ¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Îµ¡Ç½¤Ë¥Ð¥°¤ò¸«¤Ä¤±¤¿¾ì¹ç¤Ë¤Ï¡¢XFree86 ¥Á¡¼¥à¤ËÏ¢Íí¤· ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¼ÂºÝ¤Î¤È¤³¤í¡¢Êó¹ð(À®¸ù¡¦¼ºÇԤΤ¤¤º¤ì¤Ç¤â)¤ÏÂç´¿·Þ¤Ç¤¹¡£Æäˡ¢º£¤Þ¤Ç¥Æ ! ¥¹¥È¤¬¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤µ¡´ï¹½À®¤Î¾ì¹ç¤Ï½õ¤«¤ê¤Þ¤¹¡£Êó¹ð¤ò¹Ô¤¦¤Ë¤Ï¡¢ ! BetaReport ¥Õ¥©¡¼¥à ¤ò»È¤¤¤Þ¤¹(report@XFree86.org °¸¤Ë¥á¡¼¥ë¤ÇÁ÷¤Ã¤Æ¤¯ ! ¤À¤µ¤¤)¡£www.xfree86.org ¤Ë¸½¤ï¤ì¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÂԤĤΤâÎɤ¤¤Ç¤·¤ç ! ¤¦¡£ ! ! 16. ¼Õ¼­ ! ! ´ðËÜÉôʬ¤Ï¸Å¤¤ XF86_W32 ¤«¤é¤â¤é¤¤¤Þ¤·¤¿¡£Á´¤Æ¤Î Tseng ¤Î¥«¡¼¥É¤Ç SVGA ! ¥µ¡¼¥Ð¤òÆ°¤«¤¹¤¿¤á¤Ë¡¢¤³¤Î¥³¡¼¥É¤ò¹­ÈϰϤËÅϤäÆÍøÍѤ·¤Þ¤·¤¿¡£¤Ç¤¹¤« ! ¤é¡¢¤³¤Î¥³¡¼¥É¤Ïº£¤Ç¤â¤½¤ì¤Ê¤ê¤ËÍ­¸ú¤È¸À¤¨¤Þ¤¹¡£ ! ! Glenn G. Lai ¤µ¤ó¤¬¥ª¥ê¥¸¥Ê¥ë¤Î XF86_W32 ¥µ¡¼¥Ð¤ò½ñ¤­¤Þ¤·¤¿¡£¤³¤ì¤Ï ! Dirk Hohndel ¤µ¤ó¤È Koen Gadeyne ¤µ¤ó¤¬½¤Àµ¤·¡¢Âбþ¥Ï¡¼¥É¥¦¥§¥¢¤òÁý¤ä ! ¤·¤Þ¤·¤¿¡£ ! ! Jerry J. Shekhel ¤µ¤ó(jerry@msi.com) ¤ÏÉ®¼Ô(GGL) ¤Ë¥á¥â¥ê 1M ¤Î Mirage ! ET4000/W32 VLB ¥Ü¡¼¥É¤ò¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£½é´ü³«È¯(X_W32)¤Ï¤³¤Î¥«¡¼¥É¤ò ! »È¤Ã¤Æ¹Ô¤¤¤Þ¤·¤¿¡£ ! ! X11R6 ¤È XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë¤Ï XF86_W32 ¤Î´ðËÜ¥³¡¼¥É¤ò夭¤Þ¤·¤¿¡£ ! ! Hercules Computer Technology Inc. ¤µ¤ó¤Ë¤Ï¡¢XF86_W32 ¤Î³«È¯¤Î¤¿¤á¤ËÉ® ! ¼Ô(GGL)¤Ë¥á¥â¥ê 2MB ¤Î Hercules Dynamite Pro VLB ¥Ü¡¼¥É¤òÂߤ·¤Æ¤¤¤¿¤À ! ¤­¤Þ¤·¤¿¡£¤Þ¤¿¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë Dynamite Power PCI ¤ò´óÉÕ¤·¤Æ¤¤ ! ¤¿¤À¤­¤Þ¤·¤¿¡£DHH ¤¬¤³¤Î¥Ü¡¼¥É¤ò»È¤Ã¤Æ¥µ¡¼¥Ð¤Î³ÈÄ¥¤ò¹Ô¤¤¤Þ¤·¤¿¡£ ! ! Tseng Labs ¤µ¤ó¤Ë¤Ï(KMG ¤Ë) ET6000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(Jazz Multimedia G- ! Force 128)¤ò´óÉÕ¤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¤³¤ì¤Ë¤è¤ê ET6000 ¥³¡¼¥É¤Î³«È¯¤¬Âç ! ¤­¤¯¿Ê¤ß¤Þ¤·¤¿¡£¤Þ¤¿¡¢ET6100 ¤Îɾ²ÁÍѥܡ¼¥É¤âÄ󶡤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ ! ! Heiko Eissfeldt ¤µ¤ó¤Ë¤Ï ET4000W32p_rev_b ¥Ü¡¼¥É¤òÄ󶡤·¤Æ¤¤¤¿¤À¤­¤Þ¤· ! ¤¿¡£¤³¤ì¤Ë¤è¤ê¡¢rev_a ¤È rev_b ¤Î¥Ü¡¼¥É¤Î¥µ¥Ý¡¼¥È¤ò²þÁ±¤¹¤ë¤³¤È¤¬¤Ç¤­ ! ¤Þ¤·¤¿¡£ ! ! Gyorgy Krajcsovits ¤µ¤ó¤Ë¤Ï ET4000W32p + CH8398 ¥Ü¡¼¥É¤òÄ󶡤·¤Æ¤¤¤¿¤À ! ¤­¤Þ¤·¤¿¡£ÁÇÀ²¤é¤·¤¤¤³¤È¤Ç¤¹! ! ! ¿¤¯¤Î¥Æ¥¹¥¿¤ÎÊý¤¬ X_W32 ¤È¤½¤ì¤Ë³¤¯ XF86_W32 ¤Ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤òÁ÷¤Ã ! ¤Æ¤¯¤ì¤Þ¤·¤¿¡£É®¼Ô¤Î¼êÍî¤Á¤Ç X_W32 ¤ò¥Æ¥¹¥È¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¤ÏÇÄ°®¤Ç¤­ ! ¤Æ¤¤¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢XF86_W32 ¤Î¥Æ¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹¤Î̾Á°¤ò°Ê ! ²¼¤Ëµó¤²¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹: ! ! Linux: ! bf11620@coewl.cen.uiuc.edu (Byron Thomas Faber) ! dlj0@chern.math.lehigh.edu (David Johnson) ! peterc@a3.ph.man.ac.uk (Peter Chang) ! dmm0t@rincewind.mech.virginia.edu (David Meyer) ! nrh@philabs.Philips.COM (Nikolaus R. Haus) ! jdooley@dbp.caltech.edu (James Dooley) ! thumper@hitchcock.eng.uiowa.edu (Timothy Paul Schlie) ! klatta@pkdla5.syntex.com (Ken Latta) ! robinson@cnj.digex.net (Andrew Robinson) ! reggie@phys.washington.edu (Reginald S. Perry) ! sjm@cs.tut.fi (M{kinen Sami J) ! engel@yacc.central.de (C. Engelmann) use cengelm@gwdg.de ! postgate@cafe.net (Richard Postgate) ! are1@cec.wustl.edu (Andy Ellsworth) ! bill@celtech.com (Bill Foster) ! ! FreeBSD: ! ljo@ljo-slip.DIALIN.CWRU.Edu (L Jonas Olsson) ! ! SVGA Tseng ¥µ¡¼¥Ð¤Î¥³¡¼¥É¤Î³«È¯¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤¿Êý¡¹¤â¤¤¤Þ¤¹(¤³¤Î¥ê ! ¥¹¥È¤ÏÉÔ´°Á´¤Ç¤¹): ! ! o Glenn G. Lai ! ! o Dirk H. Hohndel ! ! o Koen Gadeyne ! ! o OEyvind Aabling ! ! o Dejan Ilic ! ! o Mark Vojkovich ! ! o Harald Nordgard Hansen ! ! o David Bateman ! ! o Gyorgy Krajcsovits ! ! o Kurt Olsen ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/README.tseng,v 1.1.2.2 1999/11/26 15:23:21 hohndel Exp $ ! ! $XConsortium: tseng.sgml /main/6 1996/10/27 11:06:09 kaleb $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES:3.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES:3.1.2.1 Wed Jun 2 17:51:03 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES Tue Dec 28 23:13:50 1999 *************** *** 1,14 **** ! XFree86(TM) 3.3.3.1 ¥ê¥ê¡¼¥¹¥Î¡¼¥È XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! 30 December 1998 ! X Japanese Documentation Project ! 1999/01/21 ! ! ¤³¤Îʸ½ñ¤Ï XFree86 3.3.3.1 ¤ÇÄɲ䵤줿¿·µ¡Ç½¤ª¤è¤Ó½¤Àµ¤µ¤ì¤¿¥Ð¥°¤Ë¤Ä ! ¤¤¤Æ¥ê¥ê¡¼¥¹ 3.3.2 ¤ª¤è¤Ó 3.3.3 ¤ÈÈæ³Ó¤·¤ÆÀâÌÀ¤·¤¿¤â¤Î¤Ç¤¹¡£¤Þ¤¿¡¢¥Ð¥¤ ! ¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤âÀâÌÀ¤·¤Æ¤¤¤Þ¤¹¡£ XFree86 ¤Î ! ¤¹¤Ù¤Æ¤ÎÍøÍѼԤËÂФ·¤Æ¡¢¥Ð¡¼¥¸¥ç¥ó 3.3.3.1 ¤Ë¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¤³¤È¤ò¶¯ ! ¤¯¿ä¾©¤·¤Þ¤¹¡£ ______________________________________________________________________ Ìܼ¡ --- 1,13 ---- ! XFree86(TM) 3.3.6 ¥ê¥ê¡¼¥¹¥Î¡¼¥È XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! 13 October 1999 ! The X Japanese Documentation Project ! 4 December 1999 ! ! ¤³¤Îʸ½ñ¤Ï XFree86 3.3.6 ¤ÇÄɲ䵤줿¿·µ¡Ç½¤ª¤è¤Ó½¤Àµ¤µ¤ì¤¿¥Ð¥°¤Ë¤Ä¤¤ ! ¤Æ¥ê¥ê¡¼¥¹ 3.3.5 ¤ÈÈæ³Ó¤·¤ÆÀâÌÀ¤·¤¿¤â¤Î¤Ç¤¹¡£¤Þ¤¿¡¢¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸ ! ¤Î¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤âÀâÌÀ¤·¤Þ¤¹¡£ XFree86 ¤Î¤¹¤Ù¤Æ¤ÎÍøÍѼԤËÂÐ ! ¤·¤Æ¡¢¥Ð¡¼¥¸¥ç¥ó 3.3.6 ¤Ë¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¤³¤È¤ò¶¯¤¯¿ä¾©¤·¤Þ¤¹¡£ ______________________________________________________________________ Ìܼ¡ *************** *** 17,31 **** 1. XFree86 ¤È X11R6.3 2. X11R6.4 3. OS ¤Ë´ØÏ¢¤¹¤ë¹àÌÜ ! 4. 3.3.3.1 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! 5. 3.3.3 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! 5.1 ¥»¥­¥å¥ê¥Æ¥£¤Î½¤Àµ ! 5.2 ½¤Àµ¤·¤¿¥Ð¥° ! 5.3 ¿·µ¡Ç½ ! 5.4 ´ûÃΤÎÌäÂê ! ! 6. XFree86 ¤È¥ª¡¼¥×¥ó¥½¡¼¥¹¥½¥Õ¥È¥¦¥§¥¢ ! 7. XFree86 3.3.3.1 ¤ÎƳÆþ ______________________________________________________________________ --- 16,34 ---- 1. XFree86 ¤È X11R6.3 2. X11R6.4 3. OS ¤Ë´ØÏ¢¤¹¤ë¹àÌÜ ! 4. 3.3.6 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? ! 5. 3.3.5 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? ! 6. 3.3.4 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? ! 7. 3.3.3.1 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! 8. 3.3.3 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! 8.1 ¥»¥­¥å¥ê¥Æ¥£¤Î½¤Àµ ! 8.2 ½¤Àµ¤·¤¿¥Ð¥° ! 8.3 ¿·µ¡Ç½ ! 8.4 ´ûÃΤÎÌäÂê ! ! 9. XFree86 ¤È¥ª¡¼¥×¥ó¥½¡¼¥¹¥½¥Õ¥È¥¦¥§¥¢ ! 10. XFree86 3.3.6 ¤Î¥¤¥ó¥¹¥È¡¼¥ë ! 11. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ______________________________________________________________________ *************** *** 33,44 **** 1. XFree86 ¤È X11R6.3 3.2A ¥Ù¡¼¥¿ÈǰʹߤΠXFree86 ¤Î¥ê¥ê¡¼¥¹¤Ï¡¢ X ¥³¥ó¥½¡¼¥·¥¢¥à X11R6.3 (X ! ¥³¥ó¥½¡¼¥·¥¢¥à¤«¤é¤ÎºÇ¿·ÈÇ) ¤ò´ð¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ (ÌõÃí¡§¸½»þÅÀ¤Ç¤ÎºÇ¿·ÈÇ ¤Ï X11R6.4 ¤Ç¤¹¡£) R6.3 ¤Ï R6.1 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6.1 ¤ª¤è¤Ó R6 ¤È¸ß´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç ! ¤¹¡£ X11R6.3 ¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¡¼¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿¡§ SECURITY, XC-APPGROUP, XpExtension (ɽ¼¨µ¡Ç½¤Î³ÈÄ¥), ¤½¤·¤Æ¹¹¿·¤µ¤ì¤Æ ɸ½àÈǤȤʤä¿ LBX ¤Ê¤É¤Ç¤¹¡£¤Þ¤¿ X11R6.3 ¤Ë¤Ï¡¢¿·¤·¤¤É¸½à¤Ç¤¢¤ë RX (X Remote Execution MIME type) ¤È¥×¥í¥¯¥·¡¼´ÉÍý¥×¥í¥È¥³¥ë¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ --- 36,47 ---- 1. XFree86 ¤È X11R6.3 3.2A ¥Ù¡¼¥¿ÈǰʹߤΠXFree86 ¤Î¥ê¥ê¡¼¥¹¤Ï¡¢ X ¥³¥ó¥½¡¼¥·¥¢¥à X11R6.3 (X ! ¥³¥ó¥½¡¼¥·¥¢¥à¤«¤é¤ÎºÇ¿·ÈÇ) ¤ò´ð¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ (ÌõÃí:¸½»þÅÀ¤Ç¤ÎºÇ¿·ÈÇ ¤Ï X11R6.4 ¤Ç¤¹¡£) R6.3 ¤Ï R6.1 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6.1 ¤ª¤è¤Ó R6 ¤È¸ß´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç ! ¤¹¡£ X11R6.3 ¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿: SECURITY, XC-APPGROUP, XpExtension (ɽ¼¨µ¡Ç½¤Î³ÈÄ¥), ¤½¤·¤Æ¹¹¿·¤µ¤ì¤Æ ɸ½àÈǤȤʤä¿ LBX ¤Ê¤É¤Ç¤¹¡£¤Þ¤¿ X11R6.3 ¤Ë¤Ï¡¢¿·¤·¤¤É¸½à¤Ç¤¢¤ë RX (X Remote Execution MIME type) ¤È¥×¥í¥¯¥·¡¼´ÉÍý¥×¥í¥È¥³¥ë¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ *************** *** 46,70 **** R6.1 ¤Ï R6 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6 ¤È¸ß ´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç¤¹¡£ X11R6.1 ¤Ç ! ¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¡¼¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿¡§ DOUBLE-BUFFER, XKEYBOARD, ¤½¤·¤Æ RECORD ¤Ç¤¹¡£ R6.2 ¤Ï¤É¤¦¤·¤¿¤Î¤«¤Ã¤Æ ? X11R6.2 ¤Ï X11R6.3 ¤Î¥µ¥Ö¥»¥Ã¥È¤ËÍ¿¤¨¤é¤ì¤¿ ! ̾¾Î¤Ç¡¢ R6.1 ¤Ë¥æ¡¼¥¶¡¼ÄêµÁʸ»ú¤Î¥µ¥Ý¡¼¥È¤È½Ä½ñ¤­µ¡Ç½¤òÄɲä·¤Æ Xlib ! ¤Ë¼ÂÁõ¤·¡¢¤µ¤é¤Ë¥×¥ê¥ó¥Èµ¡Ç½³ÈÄ¥¤ò²Ã¤¨¤¿¤â¤Î¤Ç¤¹¡£ 2. X11R6.4 ! 1998 ǯ¤Î 9 ·î¤Ë¡¢ The Open Group ¤Ï X11R6.4 ¤Î copyright ¤ò¤½¤ÎºÇ½é¤Î ! ¥ê¥ê¡¼¥¹¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤¿ non-free ¤Ê¤â¤Î¤«¤é°ÊÁ°¤Î free ¤Ê X ¥³ ! ¥ó¥½¡¼¥·¥¢¥à¥¹¥¿¥¤¥ë¤Î copyright ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£²æ¡¹¤Ï¸½ºß ! XFree86-4.0 ¤Î³«È¯¤Ë¼çÎϤòÃí¤¤¤Ç¤ª¤ê¡¢ 3.3.3 ¥ê¥ê¡¼¥¹¤Ï¤¤¤¯¤Ä¤«¤Î¥Ð¥° ! ½¤Àµ¤È¡¢ºÇ¶áÄɲ䵤줿¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤ò°ìÈ̤ËÄ󶡤¹¤ë¤¿¤á¤Î¤â¤Î¤È¤·¤Æ ! ¹Í¤¨¤Æ¤¤¤¿¤¿¤á¡¢ XFree86-3.3.3 ¤Ë¤Ï X11R6.4 ¤ò´Þ¤á¤Ê¤¤¤³¤È¤Ë¤·¤Þ¤·¤¿¡£ ! XFree86-3.3.3.1 ¤Ïñ¤Ë XFree86-3.3.3 ¤Î¥Ð¥°¤ò¿×®¤Ë½¤Àµ¤¹¤ë¤³¤È¤À¤±¤ò ! °Õ¿Þ¤·¤¿¥ê¥ê¡¼¥¹¤Ç¤¢¤ë¤¿¤á¡¢¤³¤ì¤Ë¤Ä¤¤¤Æ¤â¾åµ­¤ÏƱÍͤˤ¢¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ XFree86-4.0 ¤Ï X11R6.4 ¥Ù¡¼¥¹¤È¤Ê¤ëͽÄê¤Ç¤¹¡£ --- 49,71 ---- R6.1 ¤Ï R6 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6 ¤È¸ß ´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç¤¹¡£ X11R6.1 ¤Ç ! ¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿: DOUBLE-BUFFER, XKEYBOARD, ¤½¤·¤Æ RECORD ¤Ç¤¹¡£ R6.2 ¤Ï¤É¤¦¤·¤¿¤Î¤«¤Ã¤Æ ? X11R6.2 ¤Ï X11R6.3 ¤Î¥µ¥Ö¥»¥Ã¥È¤ËÍ¿¤¨¤é¤ì¤¿ ! ̾¾Î¤Ç¡¢ R6.1 ¤Ë¥æ¡¼¥¶ÄêµÁʸ»ú¤Î¥µ¥Ý¡¼¥È¤È½Ä½ñ¤­µ¡Ç½¤òÄɲä·¤Æ Xlib ¤Ë ! ¼ÂÁõ¤·¡¢¤µ¤é¤Ë¥×¥ê¥ó¥Èµ¡Ç½³ÈÄ¥¤ò²Ã¤¨¤¿¤â¤Î¤Ç¤¹¡£ 2. X11R6.4 ! 1998 ǯ¤Î 9 ·î¤Ë¡¢The Open Group ¤Ï X11R6.4 ¤Î¥³¥Ô¡¼¥é¥¤¥È¤ò½é´ü¥ê¥ê¡¼ ! ¥¹¤Ç»È¤Ã¤Æ¤¤¤¿¥Õ¥ê¡¼¤Ç¤Ê¤¤¤â¤Î¤«¤é¡¢°ÊÁ°¤Î¥Õ¥ê¡¼¤Ê X ¥³¥ó¥½¡¼¥·¥¢¥à¥¹ ! ¥¿¥¤¥ë¤Î copyright ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¸½ºß¤Î³«È¯¤ÎÃæ¿´¤Ï XFree86-4.0 ¤Ë ! ¤Ê¤Ã¤Æ¤ª¤ê¡¢3.3.x ¥ê¥ê¡¼¥¹¤Ï¼ç¤Ë¥Ð¥°½¤Àµ¤È¿·¤·¤¤¥É¥é¥¤¥Ð¤ò¸ø³«¤¹¤ë¤³¤È ! ¤¬ÌÜŪ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤³¤È¤«¤é¡¢²æ¡¹¤Ï XFree86-3.3.x ¤Ë¤Ï X11R4 ¤òºÎ¤êÆþ¤ì ! ¤Ê¤¤¤³¤È¤Ë·è¤á¤Þ¤·¤¿¡£ XFree86-4.0 ¤Ï X11R6.4 ¥Ù¡¼¥¹¤È¤Ê¤ëͽÄê¤Ç¤¹¡£ *************** *** 84,105 **** - 4. 3.3.3.1 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! o 3Dlabs ¥É¥é¥¤¥Ð¡¼¤Ë¤è¤ê¥·¥¹¥Æ¥à¥¯¥í¥Ã¥¯¤¬ÃÙ¤ì¤ë¸½¾Ý¤Ï½¤Àµ¤µ¤ì¤Þ¤· ! ¤¿¡£ o C&T HiQV ¥Á¥Ã¥×¤ÎÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! o Cyrix ¥É¥é¥¤¥Ð¡¼¤ÎÉÁ²è¤Ë´Ø¤¹¤ëÌäÂê¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ o Matrox G100/G200 ¤Î PCI ÈǤϴ°Á´¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ ! o Mach64 ¥µ¡¼¥Ð¡¼¤Ï¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! o ¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤Ë½¾¤¦ NVIDIA ¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤¬Ä󶡤µ¤ì¤Þ¤·¤¿¡£ o I128 Rev IV ¤Î¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ --- 85,194 ---- + 4. 3.3.6 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? + o ATI Rage128 ¤Î¥µ¥Ý¡¼¥È ! o ATI Rage Mobility ¤Î¥µ¥Ý¡¼¥È ! ! o SiS 540/630 ¤È SiS 300 ¤Î¥µ¥Ý¡¼¥È ! ! o Silicon Motion Lynx ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È ! ! o Savage2000 ¤Î¥µ¥Ý¡¼¥È ! ! o NVIDIA GeForce ¤Î¥µ¥Ý¡¼¥È ! ! o Intel i810 ¤Î¥µ¥Ý¡¼¥È(¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë¤òɬÍפȤ¹¤ë¤¿¤á¡¢¥Ç¥Õ¥©¥ë ! ¥È¤Ç¤ÏÍ­¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó) ! ! o ¤¤¤¯¤Ä¤«¤Î¥É¥é¥¤¥Ð¤Î¥Ð¥°½¤Àµ ! ! ! 5. 3.3.5 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? ! ! ! o S3 Savage4 ¤È Savage3D ¤Î¥µ¥Ý¡¼¥È¡£¸½»þÅÀ¤Ç¤Ï Linux/x86 ¤Ç¤·¤«»È¤¨ ! ¤Þ¤»¤ó¡£README.S3V ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ ! ! o S3 Trio3D/2X ¤Î¥µ¥Ý¡¼¥È¡£ ! ! o DGux ¤Î¥µ¥Ý¡¼¥È¡£ ! ! o QNX ¤Î¥µ¥Ý¡¼¥È¡£ ! ! o Mach64 ¥µ¡¼¥Ð¤ò Rage LT ¤È Rage LT Pro ¤Ç»È¤Ã¤¿ºÝ¤Î¥Ð¥°¤Î½¤Àµ¡£ ! ! o SiS 530 ¤È 620 ¤Î¤¿¤á¤Î SiS ¥É¥é¥¤¥Ð¤Î½¤Àµ¡£ ! ! o NVidia Riva TNT ¥«¡¼¥É¤Ë¤ª¤±¤ë²¼Àþ¤Ë´Ø¤¹¤ë½ÅÂç¤ÊÌäÂê¤Î½¤Àµ¡£ ! ! o ºÇ¶á¤Î Linux ¥«¡¼¥Í¥ë¤Çµ¯¤³¤ë PS/2 ¥Þ¥¦¥¹¤ÎÌäÂê¤Î½¤Àµ¡£ ! ! o Rendition ¥É¥é¥¤¥Ð¤Î¤µ¤Þ¤¶¤Þ¤Ê¹¹¿·¤È¥Ð¥°½¤Àµ¡£ ! ! o SuSE ¤È RedHat ¤Ë¤è¤ë¹¹¿·¡£Âбþ¤¹¤ë¥­¡¼¥Ü¡¼¥É¤ÎÄɲá¢PAM ¤Î¥µ¥Ý¡¼ ! ¥È¡¢ARM ¤È AXP ¤Î¥É¥é¥¤¥Ð½¤Àµ¡¢¥»¥­¥å¥ê¥Æ¥£½¤Àµ¤Ê¤É¡£ ! 6. 3.3.4 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? ! ! ! o ¥»¥­¥å¥ê¥Æ¥£´ØÏ¢¤Î½¤Àµ¤¤¤¯¤Ä¤« ! ! o Intel i740 ¤Î¥µ¥Ý¡¼¥È (Precision Insight ¼Ò¤Î´óÉÕ) ! ! o SiS 530, SiS 620 ¤Î¥µ¥Ý¡¼¥È ! ! o 3Dfx Voodoo Banshee, Voodoo3 ¤Î¥µ¥Ý¡¼¥È ! ! o Trident Blade3D, CyberBlade, Cyber9525 ¤Î¥µ¥Ý¡¼¥È ! ! o S3 Trio3D ¤Î¥µ¥Ý¡¼¥È ! ! o Matrox G400 ¤Î¥µ¥Ý¡¼¥È ! ! o NVIDIA Riva TNT2 ¤Î¥µ¥Ý¡¼¥È¤È Riva ¥Á¥Ã¥×¥»¥Ã¥ÈÁ´¤Æ¤Ë´Ø¤¹¤ë¥¢¥¯¥»¥é ! ¥ì¡¼¥·¥ç¥ó¤Î²þÎÉ(NVIDIA ¼Ò¤Î´óÉÕ) ! ! o Cyrix MediaGX ¤Î¥µ¥Ý¡¼¥È¤Î½ñ¤­Ä¾¤· (Cyrix ¼Ò¤Î´óÉÕ) ·Ù¹ð: ¤³¤ì¤Ï¥Ï ! ¥ó¥°¤¹¤ë¾ì¹ç¤¬¤¢¤ë¤ÈÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ï¥ó¥°¤¹¤ë¤è¤¦¤Ê¤é¤³¤ì¤ò»È¤ï ! ¤Ê¤¤¤Ç¡¢XFree86-3.3.3.1 ¤ËÆþ¤Ã¤Æ¤¤¤ë SVGA ¥µ¡¼¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! o PPC ¾å¤Î XF68_FBDev ¤Ç¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ! o VMWare ¤Î DGA-1.1 µ¡Ç½³ÈÄ¥¡£XFree86 ¤Î¼¡¤Î¥á¥¸¥ã¡¼¥ê¥ê¡¼¥¹¤Ë¤Ï ! DGA-1.1 ¤Ï´Þ¤Þ¤ì¤Þ¤»¤ó¤¬¡¢¿·¤·¤¯³«È¯¤µ¤ì¤¿ DGA-2.0 ¤¬´Þ¤Þ¤ì¤Þ¤¹¡£¤³ ! ¤ì¤Ï DGA-1.1 ¤è¤ê¤º¤Ã¤È¿¤¯¤Îµ¡Ç½¤ò»ý¤Á¡¢DGA-1.1 ¤È¤Ï¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ ! ¤»¤ó¡£ ! ! o xterm ¤Î tty ¤Î¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤òÊѹ¹¤·¡¢¥Ð¥Ã¥¯¥¹¥Ú¡¼¥¹¥­¡¼¤ò»È¤¨¤ë¤è ! ¤¦¤Ë¤·¤¿¡£ ! ! o ÆüËܸì¤Îʸ½ñ¤È¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¹¹¿·¡£ ! ! o xinput µ¡Ç½³ÈÄ¥¤Î¹¹¿·¤È¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¤Î¥µ¥Ý¡¼¥È(Acecad flair, ! Calcomp DrawingBoard) ! ! o S3 Aurora64V+ (M65) ¥Á¥Ã¥×¤ò»È¤Ã¤¿¥«¡¼¥É¤Ë¤ª¤±¤ë¥Ð¥°¤Î½¤Àµ¡£ VGA ½Ð ! ÎϤ¬Æ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤Ï¤º¤Ç¤¹¡£ ! ! ! ! ! 7. 3.3.3.1 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! ! ! o 3Dlabs ¥É¥é¥¤¥Ð¤Ë¤è¤ê¥·¥¹¥Æ¥à¥¯¥í¥Ã¥¯¤¬ÃÙ¤ì¤ë¸½¾Ý¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ o C&T HiQV ¥Á¥Ã¥×¤ÎÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! o Cyrix ¥É¥é¥¤¥Ð¤ÎÉÁ²è¤Ë´Ø¤¹¤ëÌäÂê¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ o Matrox G100/G200 ¤Î PCI ÈǤϴ°Á´¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ ! o Mach64 ¥µ¡¼¥Ð¤Ï¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! o ¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤Ë½¾¤¦ NVIDIA ¥É¥é¥¤¥Ð¥³¡¼¥É¤¬Ä󶡤µ¤ì¤Þ¤·¤¿¡£ o I128 Rev IV ¤Î¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ *************** *** 119,143 **** o ¤¤¤¯¤Ä¤«¤Î XINPUT ¤Ë´Ø¤¹¤ëÌäÂê¤ÏÂн褵¤ì¤Þ¤·¤¿¡£ o XINPUT ¤¬ÄêµÁ¤µ¤ì¤¿ºÝ¤Î DGA ÁêÂÐ¥Þ¥¦¥¹±¿Æ°¥¤¥Ù¥ó¥È¤Ï½¤Àµ¤µ¤ì¤Þ¤· ! ¤¿¡£¤Þ¤¿ NVIDIA ¤ª¤è¤Ó S3V ¥É¥é¥¤¥Ð¡¼¤Î DGA ¤Ë´ØÏ¢¤¹¤ëÌäÂê¤â½¤Àµ¤µ ! ¤ì¤Þ¤·¤¿¡£ ! o X ¥µ¡¼¥Ð¡¼¤Ï¿¿¤Î¥æ¡¼¥¶¡¼ ID ¤ò»ÈÍѤ·¤Æ Xauthority ¥Õ¥¡¥¤¥ë¤òÆɤà¤è ! ¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ o ¥³¥¢¥¯¥é¥¤¥¢¥ó¥È¤ËÂФ·¤Æ¡¢¤¤¤¯¤Ä¤«¤ÎºÙ¤«¤Ê½¤Àµ¤¬¹Ô¤ï¤ì¤Þ¤·¤¿¡£ o KOI8-R ¤Î°·¤¤¤Ë´Ø¤¹¤ë Xlib ¤Î¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ - o PC98 ÍѤΥ«¡¼¥É¥Ç¡¼¥¿¥Ù¡¼¥¹¡¢ config ¥Õ¥¡¥¤¥ë¤Î¥µ¥ó¥×¥ë¡¢¤ª¤è¤Ó XKB ¤Î°·¤¤¤Ê¤É¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! 5. 3.3.3 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! 5.1. ¥»¥­¥å¥ê¥Æ¥£¤Î½¤Àµ o XFree86-3.3.2 ¤Î¥ê¥ê¡¼¥¹¸å¤Ëȯ¸«¤µ¤ì¤¿¤¤¤¯¤Ä¤«¤Î¥Ð¥Ã¥Õ¥¡°î¤ì¤Ë´Ø¤¹ --- 208,231 ---- o ¤¤¤¯¤Ä¤«¤Î XINPUT ¤Ë´Ø¤¹¤ëÌäÂê¤ÏÂн褵¤ì¤Þ¤·¤¿¡£ o XINPUT ¤¬ÄêµÁ¤µ¤ì¤¿ºÝ¤Î DGA ÁêÂÐ¥Þ¥¦¥¹±¿Æ°¥¤¥Ù¥ó¥È¤Ï½¤Àµ¤µ¤ì¤Þ¤· ! ¤¿¡£¤Þ¤¿ NVIDIA ¤ª¤è¤Ó S3V ¥É¥é¥¤¥Ð¤Î DGA ¤Ë´ØÏ¢¤¹¤ëÌäÂê¤â½¤Àµ¤µ¤ì ! ¤Þ¤·¤¿¡£ ! o X ¥µ¡¼¥Ð¤Ï¿¿¤Î¥æ¡¼¥¶ ID ¤ò»ÈÍѤ·¤Æ Xauthority ¥Õ¥¡¥¤¥ë¤òÆɤà¤è¤¦¤Ë ! ¤Ê¤ê¤Þ¤·¤¿¡£ o ¥³¥¢¥¯¥é¥¤¥¢¥ó¥È¤ËÂФ·¤Æ¡¢¤¤¤¯¤Ä¤«¤ÎºÙ¤«¤Ê½¤Àµ¤¬¹Ô¤ï¤ì¤Þ¤·¤¿¡£ o KOI8-R ¤Î°·¤¤¤Ë´Ø¤¹¤ë Xlib ¤Î¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ o PC98 ÍѤΥ«¡¼¥É¥Ç¡¼¥¿¥Ù¡¼¥¹¡¢ config ¥Õ¥¡¥¤¥ë¤Î¥µ¥ó¥×¥ë¡¢¤ª¤è¤Ó XKB ¤Î°·¤¤¤Ê¤É¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! 8. 3.3.3 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? ! 8.1. ¥»¥­¥å¥ê¥Æ¥£¤Î½¤Àµ o XFree86-3.3.2 ¤Î¥ê¥ê¡¼¥¹¸å¤Ëȯ¸«¤µ¤ì¤¿¤¤¤¯¤Ä¤«¤Î¥Ð¥Ã¥Õ¥¡°î¤ì¤Ë´Ø¤¹ *************** *** 150,156 **** ¥Ù¡¼¥¹¤Ê OS (Î㤨¤Ð Solaris 2.x) ¾å¤Ç¤Ï¡¢¤Þ¤Ã¤¿¤¯Ìò¤ËΩ¤¿¤Ê¤¤¤È¤¤¤¦ ¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! 5.2. ½¤Àµ¤·¤¿¥Ð¥° o ½é´ü²½¤·¤Æ¤¤¤Ê¤¤ÊÑ¿ô¤ò»È¤¦¤È¤¤¤¦ LBX ¤Ë´Ø¤¹¤ë½ÅÂç¤Ê¥Ð¥°¤ò½¤Àµ¤·¤Þ¤· --- 238,244 ---- ¥Ù¡¼¥¹¤Ê OS (Î㤨¤Ð Solaris 2.x) ¾å¤Ç¤Ï¡¢¤Þ¤Ã¤¿¤¯Ìò¤ËΩ¤¿¤Ê¤¤¤È¤¤¤¦ ¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ! 8.2. ½¤Àµ¤·¤¿¥Ð¥° o ½é´ü²½¤·¤Æ¤¤¤Ê¤¤ÊÑ¿ô¤ò»È¤¦¤È¤¤¤¦ LBX ¤Ë´Ø¤¹¤ë½ÅÂç¤Ê¥Ð¥°¤ò½¤Àµ¤·¤Þ¤· *************** *** 161,167 **** iso8859-15 ¤Î´ðËÜŪ¤Ê¥Õ¥©¥ó¥È¤ò¤¤¤¯¤Ä¤«´Þ¤á¤Þ¤·¤¿¡£ o 10 °Ê¾å¤Î¥â¡¼¥É¤ò°·¤¨¤ë¤è¤¦ xf86config ¤ò½¤Àµ¤·¡¢ XFCom / XBF ¥µ¡¼ ! ¥Ð¡¼¤Ë¤Ä¤¤¤Æ¤â¹Íθ¤·¤Þ¤·¤¿¡£ o xterm ¤Ë¤Ä¤¤¤Æ¿¤¯¤ÎÊѹ¹¤¬¤¢¤ê¤Þ¤¹¡£¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Î xterm.log.html ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ --- 249,255 ---- iso8859-15 ¤Î´ðËÜŪ¤Ê¥Õ¥©¥ó¥È¤ò¤¤¤¯¤Ä¤«´Þ¤á¤Þ¤·¤¿¡£ o 10 °Ê¾å¤Î¥â¡¼¥É¤ò°·¤¨¤ë¤è¤¦ xf86config ¤ò½¤Àµ¤·¡¢ XFCom / XBF ¥µ¡¼ ! ¥Ð¤Ë¤Ä¤¤¤Æ¤â¹Íθ¤·¤Þ¤·¤¿¡£ o xterm ¤Ë¤Ä¤¤¤Æ¿¤¯¤ÎÊѹ¹¤¬¤¢¤ê¤Þ¤¹¡£¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Î xterm.log.html ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ *************** *** 170,191 **** ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o S3 ¥«¡¼¥É¤ò»ÈÍѤ¹¤ëºÝ¡¢¥Ü¡¼¥É¾å¤Î S3 ¥Á¥Ã¥×¤ò̵¸ú¤Ë¤·¤¿¾ì¹ç¤ËÀ¸¤¸¤ë ! S3 ¥É¥é¥¤¥Ð¡¼¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o ¹â²òÁüÅÙ»þ¤Î Cirrus 5480 ¤Ë¤Ä¤¤¤Æ¤ÎÌäÂê¤È¡¢546x ¤Ç BitBLT ¥¨¥ó¥¸¥ó ¤ò»ÈÍѤ·¤¿ºÝ¤ËÀ¸¤¸¤ë¥¸¥Ã¥¿¡¼¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! ! o Tseng ¥É¥é¥¤¥Ð¡¼¤Ë´Ø¤¹¤ë¥¯¥í¥Ã¥¯À©¸Â¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o ViRGE ¥Á¥Ã¥×¤Ë´Ø¤¹¤ë¥í¥Ã¥¯¥¢¥Ã¥×¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o Mach64 X ¥µ¡¼¥Ð¡¼¤Î¥Ó¥Ç¥ª FIFO »þ´ÖÄ´À°·×»»¤ò²þÁ±¤·¤Þ¤·¤¿¡£ ! o Mach64 X ¥µ¡¼¥Ð¡¼¤Î¥Õ¥©¥ó¥È¥ì¥ó¥À¥ê¥ó¥°¥³¡¼¥É¤Ë¤¢¤Ã¤¿¥Ð¥°¤ò½¤Àµ¤·¤Þ ! ¤·¤¿¡£ ! o Mach64 X ¥µ¡¼¥Ð¡¼¤Î½ªÎ»»þ¤ËȯÀ¸¤·¤¿ VGA ¥Õ¥©¥ó¥ÈÉü¸µ¤Ë´Ø¤¹¤ë¥Ð¥°¤ò ! ½¤Àµ¤·¤Þ¤·¤¿¡£ o XF68_FBDev ¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ --- 258,278 ---- ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o S3 ¥«¡¼¥É¤ò»ÈÍѤ¹¤ëºÝ¡¢¥Ü¡¼¥É¾å¤Î S3 ¥Á¥Ã¥×¤ò̵¸ú¤Ë¤·¤¿¾ì¹ç¤ËÀ¸¤¸¤ë ! S3 ¥É¥é¥¤¥Ð¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o ¹â²òÁüÅÙ»þ¤Î Cirrus 5480 ¤Ë¤Ä¤¤¤Æ¤ÎÌäÂê¤È¡¢546x ¤Ç BitBLT ¥¨¥ó¥¸¥ó ¤ò»ÈÍѤ·¤¿ºÝ¤ËÀ¸¤¸¤ë¥¸¥Ã¥¿¡¼¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o Tseng ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ë¥¯¥í¥Ã¥¯À©¸Â¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o ViRGE ¥Á¥Ã¥×¤Ë´Ø¤¹¤ë¥í¥Ã¥¯¥¢¥Ã¥×¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o Mach64 X ¥µ¡¼¥Ð¤Î¥Ó¥Ç¥ª FIFO »þ´ÖÄ´À°·×»»¤ò²þÁ±¤·¤Þ¤·¤¿¡£ ! o Mach64 X ¥µ¡¼¥Ð¤Î¥Õ¥©¥ó¥È¥ì¥ó¥À¥ê¥ó¥°¥³¡¼¥É¤Ë¤¢¤Ã¤¿¥Ð¥°¤ò½¤Àµ¤·¤Þ¤· ! ¤¿¡£ ! o Mach64 X ¥µ¡¼¥Ð¤Î½ªÎ»»þ¤ËȯÀ¸¤·¤¿ VGA ¥Õ¥©¥ó¥ÈÉü¸µ¤Ë´Ø¤¹¤ë¥Ð¥°¤ò½¤ ! Àµ¤·¤Þ¤·¤¿¡£ o XF68_FBDev ¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ *************** *** 193,215 **** o cfb ¤ª¤è¤Ó vga ¥³¡¼¥ÉÃæ¤Î°ìÈÌŪ¤Ê¥ì¥ó¥À¥ê¥ó¥°¥¨¥é¡¼¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o MGA ¥É¥é¥¤¥Ð¡¼¤Ë¤ª¤±¤ë¥Æ¥­¥¹¥ÈÉü¸µÌäÂê¤ò½¤Àµ¤·¡¢¹â²òÁüÅÙ 32bpp ¥â¡¼ ! ¥É¤Îɽ¼¨¤ò²þÁ±¤·¤Þ¤·¤¿¡£ 24bpp ¤ª¤è¤Ó 32bpp ¥â¡¼¥É¤Ç¤Îɽ¼¨¤Ë´Ø¤¹¤ë ! ÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ÆÃÄê¤Î MGA ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¤ò̵¸ú ! ¤Ë¤·¤Þ¤·¤¿¡£ºÇÂç blit ¥µ¥¤¥º¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ Mystique ¾å¤Ç¤Î sync ! on green ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o visual ¤¬Â¿¤¹¤®¤ë¤È Xnest ¤¬¥¯¥é¥Ã¥·¥å¤¹¤ëÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o 64bit ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ËÂбþ¤¹¤ë¤è¤¦½¤Àµ¤·¤Þ¤·¤¿¡£ ! o S3V ¥µ¡¼¥Ð¡¼¤Î¥«¡¼¥½¥ë¤Ë´Ø¤¹¤ë¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o C&T ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¡¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¸¡½Ð¡¢¤ª¤è¤Ó DPMS ɽ¼¨¥ª¥Õ¤Ê¤É¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o cirrus ¥É¥é¥¤¥Ð¡¼¤ò²þÎɤ·¡¢ CLGD755x ¾å¤Î LCD ¸¡½ÐÌäÂê¡¢Æó½Å¥Þ¥¦¥¹ ! ¥Ð¥°¤ª¤è¤Ó¥Ö¥é¥ó¥­¥ó¥°¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o -quiet ¥Õ¥é¥Ã¥°¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê (¤¢¤ë¼ï¤ÎÊÑ¿ô¤¬½é´ü²½¤µ¤ì¤Ê ¤¤) ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ --- 280,302 ---- o cfb ¤ª¤è¤Ó vga ¥³¡¼¥ÉÃæ¤Î°ìÈÌŪ¤Ê¥ì¥ó¥À¥ê¥ó¥°¥¨¥é¡¼¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o MGA ¥É¥é¥¤¥Ð¤Ë¤ª¤±¤ë¥Æ¥­¥¹¥ÈÉü¸µÌäÂê¤ò½¤Àµ¤·¡¢¹â²òÁüÅÙ 32bpp ¥â¡¼¥É ! ¤Îɽ¼¨¤ò²þÁ±¤·¤Þ¤·¤¿¡£ 24bpp ¤ª¤è¤Ó 32bpp ¥â¡¼¥É¤Ç¤Îɽ¼¨¤Ë´Ø¤¹¤ëÌä ! Âê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ÆÃÄê¤Î MGA ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¤ò̵¸ú¤Ë ! ¤·¤Þ¤·¤¿¡£ºÇÂç blit ¥µ¥¤¥º¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ Mystique ¾å¤Ç¤Î sync on ! green ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o visual ¤¬Â¿¤¹¤®¤ë¤È Xnest ¤¬¥¯¥é¥Ã¥·¥å¤¹¤ëÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o 64bit ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ËÂбþ¤¹¤ë¤è¤¦½¤Àµ¤·¤Þ¤·¤¿¡£ ! o S3V ¥µ¡¼¥Ð¤Î¥«¡¼¥½¥ë¤Ë´Ø¤¹¤ë¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o C&T ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¡¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¸¡½Ð¡¢¤ª¤è¤Ó DPMS ɽ¼¨¥ª¥Õ¤Ê¤É¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! o cirrus ¥É¥é¥¤¥Ð¤ò²þÎɤ·¡¢ CLGD755x ¾å¤Î LCD ¸¡½ÐÌäÂê¡¢Æó½Å¥Þ¥¦¥¹¥Ð ! ¥°¤ª¤è¤Ó¥Ö¥é¥ó¥­¥ó¥°¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ o -quiet ¥Õ¥é¥Ã¥°¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê (¤¢¤ë¼ï¤ÎÊÑ¿ô¤¬½é´ü²½¤µ¤ì¤Ê ¤¤) ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ *************** *** 223,254 **** "hw_cursor" ¥ª¥×¥·¥ç¥ó¤òÄɲ乤뤳¤È¤Ë¤è¤Ã¤Æ½¾Íè¤É¤ª¤ê¥Ï¡¼¥É¥¦¥§¥¢ ¥«¡¼¥½¥ë¤ò»ÈÍѤ¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£ ! o EGC ¥µ¡¼¥Ð¡¼¤Ï Linux/98 ¾å¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤Þ¤¿ ! XF98Setup ¤â»ÈÍѲÄǽ¤Ç¤¹¡£ ! o Linux/98 ¾å¤Î MGA ¥µ¡¼¥Ð¡¼¤Ë¤ª¤±¤ë VT Àڤ괹¤¨ÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! 5.3. ¿·µ¡Ç½ ! o Cyrix MediaGX ¥Ù¡¼¥¹¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲäµ ! ¤ì¤Þ¤·¤¿¡£ o Rendition V1000 ¤ª¤è¤Ó V2x00 ¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ¹¤ë (¥¢¥¯¥»¥é¥ì¡¼¥¿Èó ! Âбþ¤Î) ¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! o Weitek P9100 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤· ! ¤¿¡£ ! o SiS 5597/98 ¤ª¤è¤Ó SiS 6326 ¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤· ¤¿¡£¤Þ¤¿ SiS 6215 ¤ª¤è¤Ó 6225 ¤ò 6205 ¤È¤·¤Æ°·¤¦¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ - o (IBM RAMDAC ¤È¶¦¤Ë) GLINT 500TX ¤ª¤è¤Ó MX, Permedia, Permedia 2 ¤ª ¤è¤Ó Permedia 2v ¤ò»ÈÍѤ¹¤ë 3Dlabs ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é ! ¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ o Matrox G100 ¤ª¤è¤Ó G200 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬ MGA ¥É¥é¥¤ ! ¥Ð¡¼¤ËÄɲ䵤ì¤Þ¤·¤¿¡£ o C&T 69000 ¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬Äɲ䵤졢¤Þ¤¿ 65550 °Ê¹ß¤Ç¤Î 32bpp ɽ ¼¨¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ --- 310,339 ---- "hw_cursor" ¥ª¥×¥·¥ç¥ó¤òÄɲ乤뤳¤È¤Ë¤è¤Ã¤Æ½¾Íè¤É¤ª¤ê¥Ï¡¼¥É¥¦¥§¥¢ ¥«¡¼¥½¥ë¤ò»ÈÍѤ¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£ ! o EGC ¥µ¡¼¥Ð¤Ï Linux/98 ¾å¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤Þ¤¿ XF98Setup ! ¤â»ÈÍѲÄǽ¤Ç¤¹¡£ ! o Linux/98 ¾å¤Î MGA ¥µ¡¼¥Ð¤Ë¤ª¤±¤ë VT Àڤ괹¤¨ÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! 8.3. ¿·µ¡Ç½ ! o Cyrix MediaGX ¥Ù¡¼¥¹¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì ! ¤Þ¤·¤¿¡£ o Rendition V1000 ¤ª¤è¤Ó V2x00 ¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ¹¤ë (¥¢¥¯¥»¥é¥ì¡¼¥¿Èó ! Âбþ¤Î) ¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! o Weitek P9100 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! o SiS 5597/98 ¤ª¤è¤Ó SiS 6326 ¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤· ¤¿¡£¤Þ¤¿ SiS 6215 ¤ª¤è¤Ó 6225 ¤ò 6205 ¤È¤·¤Æ°·¤¦¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ o (IBM RAMDAC ¤È¶¦¤Ë) GLINT 500TX ¤ª¤è¤Ó MX, Permedia, Permedia 2 ¤ª ¤è¤Ó Permedia 2v ¤ò»ÈÍѤ¹¤ë 3Dlabs ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é ! ¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ o Matrox G100 ¤ª¤è¤Ó G200 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬ MGA ¥É¥é¥¤ ! ¥Ð¤ËÄɲ䵤ì¤Þ¤·¤¿¡£ o C&T 69000 ¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬Äɲ䵤졢¤Þ¤¿ 65550 °Ê¹ß¤Ç¤Î 32bpp ɽ ¼¨¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ *************** *** 260,267 **** o NVidia Riva TNT ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ o Trident Image975, Image985, Cyber9397, Cyber9388 ¤Ë¤Ä¤¤¤Æ¥¢¥¯¥»¥é¥ì ! ¡¼¥¿Âбþ¥³¡¼¥É¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ (ÌõÃí¡§Cyber ·Ï¤ÎÂбþ¤Ï¤Þ¤ÀÉÔ´°Á´ ! ¤Ê¤¿¤á¡¢É¸½à¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£) o ¿·¤·¤¤ ATI Rage Pro, VT4 ¤ª¤è¤Ó Rage IIC ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥µ¥Ý ¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ --- 345,353 ---- o NVidia Riva TNT ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ o Trident Image975, Image985, Cyber9397, Cyber9388 ¤Ë¤Ä¤¤¤Æ¥¢¥¯¥»¥é¥ì ! ¡¼¥¿Âбþ¥³¡¼¥É¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ (ÌõÃí:Cyber ·Ï¤ÎÂбþ¤Ï¤Þ¤ÀÉÔ´°Á´¤Ê ! ¤¿¤á¡¢É¸½à¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£) ! o ¿·¤·¤¤ ATI Rage Pro, VT4 ¤ª¤è¤Ó Rage IIC ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥µ¥Ý ¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ *************** *** 279,289 **** o SuperProbe ¤¬¥¢¥Ã¥×¥Ç¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ o AceCad ADVANCEDigitizer, MicroTouch TouchPen, SGI dial box ¤ËÂФ¹¤ë ! ¿·¤·¤¤ XInput ¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ o local ¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! 5.4. ´ûÃΤÎÌäÂê ¤³¤³¤Ëµó¤²¤é¤ì¤Æ¤¤¤ëÌäÂê¤Ï¡¢¥ê¥ê¡¼¥¹»þ¤ËȽÌÀ¤·¤Æ¤¤¤¿¤â¤Î¤Ç¤¹¡£ºÇ¿·¤Î¾ð Êó¤Ï XFree86 FAQ ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ --- 365,375 ---- o SuperProbe ¤¬¥¢¥Ã¥×¥Ç¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ o AceCad ADVANCEDigitizer, MicroTouch TouchPen, SGI dial box ¤ËÂФ¹¤ë ! ¿·¤·¤¤ XInput ¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ o local ¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! 8.4. ´ûÃΤÎÌäÂê ¤³¤³¤Ëµó¤²¤é¤ì¤Æ¤¤¤ëÌäÂê¤Ï¡¢¥ê¥ê¡¼¥¹»þ¤ËȽÌÀ¤·¤Æ¤¤¤¿¤â¤Î¤Ç¤¹¡£ºÇ¿·¤Î¾ð Êó¤Ï XFree86 FAQ ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ *************** *** 307,343 **** ¤Ê¤¤¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢Æä˺Ƕá¤Ë¤Ê¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤¿ ¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¤Ï¡¢SuperProbe ¤Ë¤è¤ë¸¡½Ð·ë²Ì¤è¤ê¤â¡¢Å¬ÀÚ¤ËÀßÄꤵ¤ì¤¿ XF86Config ¤ò (¤ª¤½¤é¤¯ "-probeonly" ¥ª¥×¥·¥ç¥ó¤È¶¦¤Ë) »ÈÍѤ·¤¿ X ! ¥µ¡¼¥Ð¡¼¼«¿È¤Ë¤è¤ë¸¡½Ð·ë²Ì¤Î¤Û¤¦¤¬¿®Íê¤Ç¤­¤ë¤È¸À¤¨¤Þ¤¹¡£ SuperProbe ¤Î¥³¡¼¥É¥Ç¥¶¥¤¥ó¤ò²þÎɤ¹¤ë¤³¤È¤Ë¶½Ì£¤¬¤¢¤ë¤Ê¤é¡¢ XFree86 ¤Î¡Ö³«È¯¼Ô ¥Á¡¼¥à¡×¤Ë»²²Ã¤·¤Æ²¼¤µ¤¤¡£ ! 6. XFree86 ¤È¥ª¡¼¥×¥ó¥½¡¼¥¹¥½¥Õ¥È¥¦¥§¥¢ XFree86 ¤Î¥Ñ¥Ö¥ê¥Ã¥¯¥ê¥ê¡¼¥¹¤Ï¡¢°ìÈÌŪ¤Ë¤Ï http://www.opensource.org/osd.html ¤Ë¤è¤Ã¤Æµ¬Äꤵ¤ì¤Æ¤¤¤ë¥ª¡¼¥×¥ó¥½¡¼ ¥¹¥½¥Õ¥È¥¦¥§¥¢ÄêµÁ¤Ë½¾¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÄêµÁ¤Ï¼ÂºÝ¡¢²æ¡¹¤ÎÍ×µá¾ò·ï¤Î¥µ¥Ö ¥»¥Ã¥È¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ ! XFree86 3.3.3.1 ¤Î¤¹¤Ù¤Æ¤Î¥³¡¼¥É¤Ï¡¢¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤òËþ¤¿¤·¤Æ¤¤¤Þ ! ¤¹¡£ ! 7. XFree86 3.3.3.1 ¤ÎƳÆþ ! XFree86 3.3.3.1 ¥Ð¥¤¥Ê¥ê¤Ï´°Á´ÈǤȤ·¤ÆÇÛÉÛ¤µ¤ì¤Þ¤¹¡£ ! Ãí°Õ¡§X ¥µ¡¼¥Ð¡¼¤Ï¤â¤Ï¤ä setuid root ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤»¤ó¡£ X ! ¥µ¡¼¥Ð¡¼¤ò startx/xinit ·Ðͳ¡¢¤Þ¤¿¤Ï¤½¤ì¤ËÎà»÷¤·¤¿ÊýË¡¤Çµ¯Æ°¤¹¤ë¾ì¹ç¤Ë ! ¤Ï¡¢ setuid ¤µ¤ì¤¿ Xwrapper ¤Î¥³¥Ô¡¼¤È¹¹¿·¤µ¤ì¤¿ xinit ¤¬É¬ÍפǤ¹¡£¤³ ! ¤ì¤é¤Ï Xbin.tgz Ãæ¤Ë¤¢¤ê¤Þ¤¹¡£ XFree86 3.3.3 ¤Î¹½À®Í×ÁÇ°ìÍ÷¤Ï¼¡¤Î¤È¤ª¤ê¤Ç¤¹¡£ OS ¤Ë¤è¤Ã¤Æ¿¾¯¤ÎÁê°ã¤¬ ¤¢¤ê¤Þ¤¹¡£ ¿·µ¬Æ³Æþ¤Þ¤¿¤Ï 3.3 ¤è¤êÁ°¤ÎÈǤ«¤é¤Î°Ü¹ÔƳÆþ¤Ë¤Ï¡¢¼¡¤Î¹½À®Í×ÁǤ¬É¬Í×¤Ç ! ¤¹¡§ ! X3DL.tgz 3Dlabs ¥µ¡¼¥Ð¡¼ ! X8514.tgz 8514/A ¥µ¡¼¥Ð¡¼ ! XAGX.tgz AGX ¥µ¡¼¥Ð¡¼ ! XI128.tgz I128 ¥µ¡¼¥Ð¡¼ ! XMa32.tgz Mach 32 ¥µ¡¼¥Ð¡¼ ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð¡¼ ! XMa8.tgz Mach 8 ¥µ¡¼¥Ð¡¼ ! XMono.tgz Mono ¥µ¡¼¥Ð¡¼ ! XP9K.tgz P9000 ¥µ¡¼¥Ð¡¼ ! XS3.tgz S3 ¥µ¡¼¥Ð¡¼ ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð¡¼ (¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¡¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA ¥µ¡¼¥Ð¡¼ ! XVG16.tgz 16 ¿§ VGA server (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¡¼¤¬É¬ÍפǤ¹) ! XW32.tgz ET4000/W32, ET6000 ¥µ¡¼¥Ð¡¼ ! ¼¡¤Ï Alpha µ¡ÍÑ X ¥µ¡¼¥Ð¡¼¤Ç¤¹¡§ ! X3DL.tgz 3Dlabs ¥µ¡¼¥Ð ! X8514.tgz 8514/A ¥µ¡¼¥Ð ! XAGX.tgz AGX ¥µ¡¼¥Ð ! XI128.tgz I128 ¥µ¡¼¥Ð ! XMa32.tgz Mach 32 ¥µ¡¼¥Ð ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð ! XMa8.tgz Mach 8 ¥µ¡¼¥Ð ! XMono.tgz Mono ¥µ¡¼¥Ð ! XP9K.tgz P9000 ¥µ¡¼¥Ð ! XS3.tgz S3 ¥µ¡¼¥Ð ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð(¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA ¥µ¡¼¥Ð ! XVG16.tgz 16 ¿§ VGA server (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¤¬É¬ÍפǤ¹) ! XW32.tgz ET4000/W32, ET6000 ¥µ¡¼¥Ð ! ¼¡¤Ï Alpha µ¡ÍÑ X ¥µ¡¼¥Ð¤Ç¤¹: ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð¡¼ ! XMono.tgz Mono ¥µ¡¼¥Ð¡¼ (ÈÆÍѥɥ饤¥Ð¡¼¤Î¤ß) ! XP9K.tgz P9000 ¥µ¡¼¥Ð¡¼ ! XTGA.tgz DEC 21030 (TGA) ¥µ¡¼¥Ð¡¼ ! XS3.tgz S3 ¥µ¡¼¥Ð¡¼ ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð¡¼ (¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¡¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA server (Matrox Millennium ¤ª¤è¤Ó S3 ViRGE ¥É¥é¥¤¥Ð¡¼¤Î¤ß) ! ¼¡¤Ï PC98 µ¡ÍѤΠX ¥µ¡¼¥Ð¡¼¤Ç¤¹¡£¤³¤³¤Ç¸À¤¦ PC98 ¤È¤ÏÆüËܤΥ³¥ó¥Ô¥å¡¼ ! ¥¿É¸½àµ¡¤Ç¤¢¤Ã¤Æ¡¢ Win98 ¤Þ¤¿¤Ï Intel ¤È Microsoft ¤Ë¤è¤ë PC98 »ÅÍÍ¤È ! ¤Ï²¿¤Î´Ø·¸¤â̵¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£PC98 µ¡¤ò½êÍ­¤·¤Æ¤¤¤ë¾ì¹ç¤Ë ! ¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿¥µ¡¼¥Ð¡¼¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤â¤· PC98 µ¡¤È¤Ï ! ²¿¤«¤ï¤«¤é¤Ê¤±¤ì¤Ð¡¢¤³¤³¤Ë¤¢¤ë¤É¤ì¤âɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥µ¡¼¥Ð¡¼¤Ï ! ¡ÖÉáÄÌ¤Î¡× PC ¾å¤Ç¤Ï Æ°ºî¤·¤Þ¤»¤ó¡£ÆüËÜÀ½¤Î PC98 µ¡¤ò½êÍ­¤·¤Æ¤¤¤Ê¤¤¤Î ! ¤Ê¤é¡¢¤³¤ì¤é¤Î¥µ¡¼¥Ð¡¼¤ò»î¤·¤Æ¤ß¤è¤¦¤È¤Ï¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£É¬Í×¤Ê X ¥µ ! ¡¼¥Ð¡¼¤ò PC98 ¤Î¥Ó¥Ç¥ª¥«¡¼¥ÉÊ̤˼¨¤·¤¿¥ê¥¹¥È¤¬ http://www.xfree86.org/cardlist98.html ¤Ë¤¢¤ê¤Þ¤¹¡£ --- 576,600 ---- --> ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð ! XMono.tgz Mono ¥µ¡¼¥Ð(ÈÆÍѥɥ饤¥Ð¤Î¤ß) ! XP9K.tgz P9000 ¥µ¡¼¥Ð ! XTGA.tgz DEC 21030 (TGA) ¥µ¡¼¥Ð ! XS3.tgz S3 ¥µ¡¼¥Ð ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð(¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA ¥µ¡¼¥Ð(Matrox Millennium ¤ª¤è¤Ó S3 ViRGE ¥É¥é¥¤¥Ð¤Î¤ß) ! ¼¡¤Ï PC98 µ¡ÍѤΠX ¥µ¡¼¥Ð¤Ç¤¹¡£¤³¤³¤Ç¸À¤¦ PC98 ¤È¤ÏÆüËܤΥ³¥ó¥Ô¥å¡¼¥¿ ! ɸ½àµ¡¤Ç¤¢¤Ã¤Æ¡¢ Win98 ¤Þ¤¿¤Ï Intel ¤È Microsoft ¤Ë¤è¤ë PC98 »ÅÍÍ¤È¤Ï ! ²¿¤Î´Ø·¸¤â̵¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£PC98 µ¡¤ò½êÍ­¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿¥µ¡¼¥Ð¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤â¤· PC98 µ¡¤È¤Ï²¿¤«¤ï ! ¤«¤é¤Ê¤±¤ì¤Ð¡¢¤³¤³¤Ë¤¢¤ë¤É¤ì¤âɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥µ¡¼¥Ð¤Ï¡ÖÉáÄÌ ! ¤Î¡× PC ¾å¤Ç¤Ï Æ°ºî¤·¤Þ¤»¤ó¡£ÆüËÜÀ½¤Î PC98 µ¡¤ò½êÍ­¤·¤Æ¤¤¤Ê¤¤¤Î¤Ê¤é¡¢ ! ¤³¤ì¤é¤Î¥µ¡¼¥Ð¤ò»î¤·¤Æ¤ß¤è¤¦¤È¤Ï¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£É¬Í×¤Ê X ¥µ¡¼¥Ð¤ò ! PC98 ¤Î¥Ó¥Ç¥ª¥«¡¼¥ÉÊ̤˼¨¤·¤¿¥ê¥¹¥È¤¬ http://www.xfree86.org/cardlist98.html ¤Ë¤¢¤ê¤Þ¤¹¡£ *************** *** 549,568 **** X9SVG.tgz PC98 CLGD755x server X9set.tgz PC98 XF98Setup utility --> ! X9NS3.tgz PC98 NEC(S3) ¥µ¡¼¥Ð¡¼ ! X9SPW.tgz PC98 PCSKB-PowerWindow(S3) ¥µ¡¼¥Ð¡¼ ! X9LPW.tgz PC98 PowerWindowLB(S3) ¥µ¡¼¥Ð¡¼ ! X9EGC.tgz PC98 EGC(generic) ¥µ¡¼¥Ð¡¼ ! X9GA9.tgz PC98 GA-968V4/PCI(S3 968) ¥µ¡¼¥Ð¡¼ ! X9GAN.tgz PC98 GANB-WAP(cirrus) ¥µ¡¼¥Ð¡¼ ! X9480.tgz PC98 PEGC-480(generic) ¥µ¡¼¥Ð¡¼ ! X9NKV.tgz PC98 NKV-NEC(cirrus) ¥µ¡¼¥Ð¡¼ ! X9WS.tgz PC98 WABS(cirrus) ¥µ¡¼¥Ð¡¼ ! X9WEP.tgz PC98 WAB-EP(cirrus) ¥µ¡¼¥Ð¡¼ ! X9WSN.tgz PC98 WSN-A2F(cirrus) ¥µ¡¼¥Ð¡¼ ! X9TGU.tgz PC98 TGUI ¥µ¡¼¥Ð¡¼ ! X9MGA.tgz PC98 MGA ¥µ¡¼¥Ð¡¼ ! X9SVG.tgz PC98 CLGD755x ¥µ¡¼¥Ð¡¼ X9set.tgz PC98 XF98Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ --- 615,634 ---- X9SVG.tgz PC98 CLGD755x server X9set.tgz PC98 XF98Setup utility --> ! X9NS3.tgz PC98 NEC(S3) ¥µ¡¼¥Ð ! X9SPW.tgz PC98 PCSKB-PowerWindow(S3) ¥µ¡¼¥Ð ! X9LPW.tgz PC98 PowerWindowLB(S3) ¥µ¡¼¥Ð ! X9EGC.tgz PC98 EGC(generic) ¥µ¡¼¥Ð ! X9GA9.tgz PC98 GA-968V4/PCI(S3 968) ¥µ¡¼¥Ð ! X9GAN.tgz PC98 GANB-WAP(cirrus) ¥µ¡¼¥Ð ! X9480.tgz PC98 PEGC-480(generic) ¥µ¡¼¥Ð ! X9NKV.tgz PC98 NKV-NEC(cirrus) ¥µ¡¼¥Ð ! X9WS.tgz PC98 WABS(cirrus) ¥µ¡¼¥Ð ! X9WEP.tgz PC98 WAB-EP(cirrus) ¥µ¡¼¥Ð ! X9WSN.tgz PC98 WSN-A2F(cirrus) ¥µ¡¼¥Ð ! X9TGU.tgz PC98 TGUI ¥µ¡¼¥Ð ! X9MGA.tgz PC98 MGA ¥µ¡¼¥Ð ! X9SVG.tgz PC98 CLGD755x ¥µ¡¼¥Ð X9set.tgz PC98 XF98Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ *************** *** 604,611 **** Xprt.tgz X Print server Xps.tgz PostScript version of the documentation Xhtml.tgz HTML version of the documentation ! Xjdoc.tgz Documentation in Japanese (for version 3.2) ! Xjhtm.tgz HTML version of the documentation in Japanese (3.2) Xlkit.tgz X server LinkKit Xlk98.tgz X server LinkKit for PC98 servers --> --- 670,677 ---- Xprt.tgz X Print server Xps.tgz PostScript version of the documentation Xhtml.tgz HTML version of the documentation ! Xjdoc.tgz Documentation in Japanese (for version 3.3.4) ! Xjhtm.tgz HTML version of the documentation in Japanese (3.3.4) Xlkit.tgz X server LinkKit Xlk98.tgz X server LinkKit for PC98 servers --> *************** *** 615,629 **** Xfscl.tgz ¥¹¥±¡¼¥é¥Ö¥ë¥Õ¥©¥ó¥È (Speedo ¤È Type1) Xfsrv.tgz ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤ÈÀßÄê¥Õ¥¡¥¤¥ë Xprog.tgz X ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤È¥³¥ó¥Ñ¥¤¥ë¤ËɬÍפʥ饤¥Ö¥é¥ê ! Xnest.tgz ¥Í¥¹¥È¤·¤¿ X ¥µ¡¼¥Ð¡¼ ! Xvfb.tgz ²¾Áۥե졼¥à¥Ð¥Ã¥Õ¥¡¤ò»È¤¦ X ¥µ¡¼¥Ð¡¼ ! Xprt.tgz X ¥×¥ê¥ó¥È¥µ¡¼¥Ð¡¼ Xps.tgz ¥Ý¥¹¥È¥¹¥¯¥ê¥×¥ÈÈǤÎʸ½ñ Xhtml.tgz HTML ÈǤÎʸ½ñ ! Xjdoc.tgz ÆüËܸìʸ½ñ (3.2 ÈÇÍÑ) ! Xjhtm.tgz HTML ÈǤÎÆüËܸìʸ½ñ (3.2ÈÇ) ! Xlkit.tgz X ¥µ¡¼¥Ð¡¼¥ê¥ó¥¯¥­¥Ã¥È ! Xlk98.tgz PC98 ¥µ¡¼¥Ð¡¼ÍѤΠX ¥µ¡¼¥Ð¡¼¥ê¥ó¥¯¥­¥Ã¥È --- 681,695 ---- Xfscl.tgz ¥¹¥±¡¼¥é¥Ö¥ë¥Õ¥©¥ó¥È (Speedo ¤È Type1) Xfsrv.tgz ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤ÈÀßÄê¥Õ¥¡¥¤¥ë Xprog.tgz X ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤È¥³¥ó¥Ñ¥¤¥ë¤ËɬÍפʥ饤¥Ö¥é¥ê ! Xnest.tgz ¥Í¥¹¥È¤·¤¿ X ¥µ¡¼¥Ð ! Xvfb.tgz ²¾Áۥե졼¥à¥Ð¥Ã¥Õ¥¡¤ò»È¤¦ X ¥µ¡¼¥Ð ! Xprt.tgz X ¥×¥ê¥ó¥È¥µ¡¼¥Ð Xps.tgz ¥Ý¥¹¥È¥¹¥¯¥ê¥×¥ÈÈǤÎʸ½ñ Xhtml.tgz HTML ÈǤÎʸ½ñ ! Xjdoc.tgz ÆüËܸìʸ½ñ (3.3.4 ÈÇÍÑ) ! Xjhtm.tgz HTML ÈǤÎÆüËܸìʸ½ñ (3.3.4 ÈÇ) ! Xlkit.tgz X ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È ! Xlk98.tgz PC98 ¥µ¡¼¥ÐÍѤΠX ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È *************** *** 636,642 **** ¥Õ¥¡¥¤¥ë¤ò¿­Ä¹ (extract) ¤·¤Æ¤¯¤À¤µ¤¤¡£ /usr ¤Ë½¼Ê¬¤Ê¶õ¤­¥¹¥Ú¡¼¥¹¤¬Ìµ ¤±¤ì¤Ð¡¢¤É¤³¤«Â¾¤Î¾ì½ê¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¡¢¤½¤³¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê ¥ó¥¯¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢ /home ¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤¹¤ë¾ì¹ç¤Ï ! ¼¡¤Î¤è¤¦¤Ë¤·¤Þ¤¹¡§ mkdir /home/X11R6 --- 702,708 ---- ¥Õ¥¡¥¤¥ë¤ò¿­Ä¹ (extract) ¤·¤Æ¤¯¤À¤µ¤¤¡£ /usr ¤Ë½¼Ê¬¤Ê¶õ¤­¥¹¥Ú¡¼¥¹¤¬Ìµ ¤±¤ì¤Ð¡¢¤É¤³¤«Â¾¤Î¾ì½ê¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¡¢¤½¤³¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê ¥ó¥¯¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢ /home ¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤¹¤ë¾ì¹ç¤Ï ! ¼¡¤Î¤è¤¦¤Ë¤·¤Þ¤¹: mkdir /home/X11R6 *************** *** 656,662 **** ¥É¤·¤Æ¤¢¤ë¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹¡£Â¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥Õ¥¡¥¤¥ë¤òÃÖ¤¯¾ì¹ç¤Ë¤Ï¡¢ °Ê²¼¤Îµ­½Ò¤Ë¤¢¤ë¡Ö/var/tmp¡×¤ò¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê̾¤ËÆɤßÂؤ¨¤Æ¤¯¤À¤µ¤¤¡£ ! /usr/X11R6 ¤Ë°ÜÆ°¤·¤Æ¡¢Æ³ÆþÁ°¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡§ cd /usr/X11R6 sh /var/tmp/preinst.sh --- 722,728 ---- ¥É¤·¤Æ¤¢¤ë¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹¡£Â¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥Õ¥¡¥¤¥ë¤òÃÖ¤¯¾ì¹ç¤Ë¤Ï¡¢ °Ê²¼¤Îµ­½Ò¤Ë¤¢¤ë¡Ö/var/tmp¡×¤ò¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê̾¤ËÆɤßÂؤ¨¤Æ¤¯¤À¤µ¤¤¡£ ! /usr/X11R6 ¤Ë°ÜÆ°¤·¤Æ¡¢Æ³ÆþÁ°¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹: cd /usr/X11R6 sh /var/tmp/preinst.sh *************** *** 666,672 **** ¼¡¤Îºî¶È¤ÏƳÆþ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò¼Â¹Ô²Äǽ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤Î¤¿¤á¤Ë¤Ï¡¢ ¡Öextract¡×¥Õ¥¡¥¤¥ë¤¬¤¹¤Ù¤Æ¤Î X*.tgz ¥Õ¥¡¥¤¥ë¤ÈƱ¤¸¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ë¸ ! ºß¤¹¤ë¤³¤È¤ò³Îǧ¤·¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹¡§ --- 732,738 ---- ¼¡¤Îºî¶È¤ÏƳÆþ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò¼Â¹Ô²Äǽ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤Î¤¿¤á¤Ë¤Ï¡¢ ¡Öextract¡×¥Õ¥¡¥¤¥ë¤¬¤¹¤Ù¤Æ¤Î X*.tgz ¥Õ¥¡¥¤¥ë¤ÈƱ¤¸¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ë¸ ! ºß¤¹¤ë¤³¤È¤ò³Îǧ¤·¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: *************** *** 688,694 **** ¹¹¤·¤Ê¤¤¤³¤È¤â½ÅÍפǤ¹¡£Ì¾Á°¤òÊѹ¹¤¹¤ë¤È¡¢Ä̾ï¤Î GNU tar ¤È¤·¤ÆÆ°ºî¤· ¤Þ¤¹¡£ ! XFree86 ¥Ð¥¤¥Ê¥ê¤ò¿­Ä¹¤¹¤ë¤Ë¤Ï¡¢ root ¤Ë¤Ê¤Ã¤Æ¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹¡§ cd /usr/X11R6 --- 754,760 ---- ¹¹¤·¤Ê¤¤¤³¤È¤â½ÅÍפǤ¹¡£Ì¾Á°¤òÊѹ¹¤¹¤ë¤È¡¢Ä̾ï¤Î GNU tar ¤È¤·¤ÆÆ°ºî¤· ¤Þ¤¹¡£ ! XFree86 ¥Ð¥¤¥Ê¥ê¤ò¿­Ä¹¤¹¤ë¤Ë¤Ï¡¢ root ¤Ë¤Ê¤Ã¤Æ¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: cd /usr/X11R6 *************** *** 697,703 **** ! ɬÍ×¤Ê .tgz ¥Õ¥¡¥¤¥ë¤ò¿­Ä¹¤·¤¿¤é¡¢Æ³Æþ¸å¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡§ cd /usr/X11R6 --- 763,769 ---- ! ɬÍ×¤Ê .tgz ¥Õ¥¡¥¤¥ë¤ò¿­Ä¹¤·¤¿¤é¡¢Æ³Æþ¸å¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹: cd /usr/X11R6 *************** *** 712,792 **** ¤Ç¤¹¡£ ldconfig ¤ò»ÈÍѤ¹¤ë¾¤Î OS ¤Ç¤Ï¡¢µ¯Æ°»þ¤Ë ldconfig ¤¬Àµ¾ï¤Ë¼Â¹Ô ¤µ¤ì¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ƳÆþ¤ò´°Î»¤·¤¿¤é¡¢ X ¥µ¡¼¥Ð¡¼¤òÀßÄꤹ¤ë¤¿¤á¤ËÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Î¤Ò¤È ! ¤Ä (XF86Setup ¤Þ¤¿¤Ï xf86config) ¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ï¿·µ¬Æ³Æþ¤Î¾ì ! ¹çÉԲķç¤Êºî¶È¤Ç¤¹¤¬¡¢°Ü¹ÔƳÆþ¤Î¾ì¹ç¤Ë¤Ï¤«¤Ê¤é¤ºÉ¬ÍפȤ¤¤¦¤ï¤±¤Ç¤Ï¤¢¤ê ! ¤Þ¤»¤ó¡£ÀßÄêºî¶È¤Ë´Ø¤¹¤ë¾ÜºÙ¤Ï QuickStart document ¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES,v 3.1.2.1 1999/06/02 07:51:03 hohndel Exp $ ! ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v ! 3.59.2.68 1998/12/30 10:22:34 ¤òº´Ìî Éð½Ó ( Taketoshi Sano ! ¤¬²¬ËÜ °ì¹¬¤µ¤ó¤Ë ! ¤è¤ë XFree86 3.3.2 ¤ÎÆüËܸìÌõʸ½ñ¤ò¤â¤È¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤« ! ¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ËÝÌõ¼Ô ! ¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢ ! ¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï xjman ¥×¥í¥¸¥§ ! ¥¯¥È¤Ë¤¢¤ê¤Þ¤¹¡£ xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤Ä¤¤¤Æ¤Ï http://xjman.dsl.gr.jp/ ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 778,803 ---- ¤Ç¤¹¡£ ldconfig ¤ò»ÈÍѤ¹¤ë¾¤Î OS ¤Ç¤Ï¡¢µ¯Æ°»þ¤Ë ldconfig ¤¬Àµ¾ï¤Ë¼Â¹Ô ¤µ¤ì¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ƳÆþ¤ò´°Î»¤·¤¿¤é¡¢ X ¥µ¡¼¥Ð¤òÀßÄꤹ¤ë¤¿¤á¤ËÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Î¤Ò¤È¤Ä ! (XF86Setup ¤Þ¤¿¤Ï xf86config) ¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£¤³¤ì¤Ï¿·µ¬Æ³Æþ¤Î¾ì¹çÉÔ ! ²Ä·ç¤Êºî¶È¤Ç¤¹¤¬¡¢°Ü¹ÔƳÆþ¤Î¾ì¹ç¤Ë¤Ï¤«¤Ê¤é¤ºÉ¬ÍפȤ¤¤¦¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤» ! ¤ó¡£ÀßÄêºî¶È¤Ë´Ø¤¹¤ë¾ÜºÙ¤Ï QuickStart document ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES,v 3.1.2.3 1999/12/28 12:13:50 hohndel Exp $ + 11. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 + 3.3): ²¬Ëܰ칬( + , ¹¹¿·(XFree86 3.3.3.1): º´ÌîÉð½Ó + )¡£¹¹¿·(XFree86 + 3.3.4, 3.3.5, 3.3.6): Æ£¸¶µ±²Å + )¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤Ïº´Ìƣ¸¶¤Þ¤Ç¤´ + Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë + ȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project (http://xjman.dsl.gr.jp/ + ) ¤Ë¤¢¤ê¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc:3.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc:3.1.2.2 Wed Jun 2 17:51:04 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc Sat Nov 27 02:23:22 1999 *************** *** 1,1188 **** ! XFree86 ¤Ø (S)VGA ¥É¥é¥¤¥Ð¤òÄɲ乤ëÊýË¡ ! Copyright (c) 1993, 1994 David E. Wexelblat ! ! 1.3 ¹æ - 1994 ǯ 5 ·î 29 Æü ! X Japanese Documentation Project ! 1999 ǯ 2 ·î 6 Æü ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ½øʸ ! 2. »Ï¤á¤Ë ! 3. ¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤ ! 4. À¸À®¾ðÊó¤ÎÀßÄê ! 5. ¥Ð¥ó¥¯ÀÚ¤êÂؤ¨µ¡Ç½ ! 6. ¥É¥é¥¤¥Ð¼«¿È¤Ë¤Ä¤¤¤Æ ! 6.1 Ê£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤È¥ª¥×¥·¥ç¥ó ! 6.2 ¥Ç¡¼¥¿¹½Â¤ ! 6.3 Ident() ´Ø¿ô ! 6.4 ClockSelect() ´Ø¿ô ! 6.5 Probe() ´Ø¿ô ! 6.6 EnterLeave() ´Ø¿ô ! 6.7 Restore() ´Ø¿ô ! 6.8 Save() ´Ø¿ô ! 6.9 Init() ´Ø¿ô ! 6.10 Adjust() ´Ø¿ô ! 6.11 ValidMode() ´Ø¿ô ! 6.12 SaveScreen() ´Ø¿ô ! 6.13 GetMode() ´Ø¿ô ! 6.14 FbInit() ´Ø¿ô ! ! 7. ¿·¥µ¡¼¥Ð¤ÎÀ¸À® ! 8. ¥Ç¥Ð¥Ã¥° ! 9. ¥¢¥É¥Ð¥¤¥¹ ! 10. ¹âÅÙ¤ÊÏÃÂê ! 11. »²¹Íʸ¸¥ ! 12. ¥Ù¥ó¥À¡¼Ï¢ÍíÀè¾ðÊó ! ! ! ______________________________________________________________________ ! ! 1. ½øʸ ! ! XFree86 ¤Ë¿·¤·¤¤ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤òÄɲ乤뤳¤È¤Ï¥Ï¡¼¥É¥¦¥§ ! ¥¢¤ËÌ©Ã夷¤¿¥×¥í¥°¥é¥ß¥ó¥°¤Ë¤Ä¤¤¤Æ³Ø½¬¤·¤¿¤¤¿Í¤Ë¤È¤Ã¤Æ¼ê¤´¤¿¤¨¤Î¤¢¤ëºî ! ¶È¤Ç¤¹¡£¤³¤Î¤è¤¦¤Êºî¶È¤Ë¤Ï´í¸±¤¬°ìÇդǤ¹¡£Æäˡ¢¥Þ¥·¥ó¤¬¥Ï¥ó¥°¥¢¥Ã¥×¤· ! ¤Æ¤·¤Þ¤¦¤è¤¦¤Ê¤³¤È¤ÏÆü¾ïÃãÈÓ»ö¤Ç¤¹¡£¤½¤ì¤Ç¤âºÇ½ªÅª¤Ë¡¢¥µ¡¼¥Ð¤¬Î©¤Á¾å ! ¤¬¤Ã¤Æ¤¦¤Þ¤¯Æ°¤¤¤Æ¤¯¤ì¤¿»þ¤Ï¡¢ÄìÃΤì¤ÌËþ­´¶¤Ë¤Ò¤¿¤ì¤Þ¤¹¡£ ! ! SVGA ¥Á¥Ã¥×¥»¥Ã¥ÈÂбþ¤Î¥É¥é¥¤¥Ð¤òÄɲ乤뤳¤È¤Ï¥µ¡¼¥Ð¤Î´ðËܵ¡Ç½¤òÊѹ¹ ! ¤¹¤ë¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤¿¤À¡¢256 ¿§Æ±»þȯ¿§¤Î¥«¥é¡¼¥µ¡¼¥Ð¤«¥â¥Î¥¯¥í¥µ ! ¡¼¥Ð¤¬½ÐÍè¤ë¤À¤±¤Ç¤¹¡£¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¡ÊÎ㤨¤Ð¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¡Ë ! ¤òÄɲ乤뤳¤È¤Ï½ÅÍפʻŻö¤Ç¡¢Ê¸½ñ²½½ÐÍè¤ë¤è¤¦¤ÊÄ귿Ūºî¶È¤Ë¤ÏÄø±ó¤¤¤â ! ¤Î¤Ç¤¹¡£ ! ! ¤½¤ì¤Ë¤â¤«¤«¤ï¤é¤º¡¢¤³¤³¤Ç¹Ô¤¦¥É¥é¥¤¥Ð¤ò½ñ¤¯¤è¤¦¤Ê¥×¥í¥°¥é¥ß¥ó¥°¤ÏÎɤ¤ ! ÆþÌç¤È¤Ê¤ê¤Þ¤¹¡£Â¿¤¯¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¥»¥Ã¥È¤Ï SVGA ¤Î¾å°Ì¸ß´¹¤Ç¤¢ ! ¤ë¤¿¤á¡¢¤½¤ì¤é¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤òÄɲ乤뤿¤á¤ÎºÇ½é¤ÎÃʳ¬¤È¤·¤Æ¤â°ÕÌ£¤Î ! ¤¢¤ëºî¶È¤Ç¤¹¡£³ºÅö¤¹¤ë¥Á¥Ã¥×¤ËÂбþ¤·¤¿ SVGA ¤Î¥É¥é¥¤¥Ð¤ò½ñ¤¯¤³¤È¤Ë¤è¤Ã ! ¤Æ¡¢¿·¤·¤¤µ¡Ç½¤òÄɲ乤ë¤È¤­¤Ë°ÂÄꤷ¤¿³«È¯´Ä¶­¤Çºî¶È¤Ç¤­¤Þ¤¹ (¼Â ! ºÝ¡¢XFree86 2.0 ¤Î¤¿¤á¤Ë S3, Cirrus ¤ª¤è¤Ó WD ¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥µ¡¼ ! ¥Ð¡¼¤ò³«È¯¤·¤¿ºÝ¤Ë¤Ï¡¢Àè¤Ë¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ËÂбþ¤·¤¿ SVGA ¥É¥é¥¤¥Ð ! ¤¬ºîÀ®¤µ¤ì¡¢XFree86 ÆâÉô¤Î³«È¯¼Ô¤¿¤Á¤Ë¤è¤Ã¤Æ»ÈÍѤµ¤ì¤Þ¤·¤¿¡£) ! ! ! [ÌõÃí: ºÇ¶á¤Ç¤Ï¸ÄÊ̤Υ¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥µ¡¼¥Ð¡¼¤ò³«È¯¤¹¤ë¤³¤È¤è¤ê¤à¤· ! ¤í¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¤Î SVGA ¥É¥é¥¤¥Ð¤ò³«È¯¤¹¤ë¤³¤È¤Î¤Û¤¦¤¬Â¿¤¤¤è¤¦¤Ç ! ¤¹¡£3.3.3 ¤ÇÄɲ䵤줿 Cyrix ¤ä NeoMagic ¤Î¾ S3V, Trident, C&T ¤Ê¤É¤Î ! SVGA ¥É¥é¥¤¥Ð¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£°ìÊý 3Dlabs ¤ä I128 ¤Î ! ¤è¤¦¤ËºÇ¶á¤Ç¤â¸ÄÊ̤Υ¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥µ¡¼¥Ð¡¼¤È¤·¤Æ³«È¯¤µ¤ì¤¿Îã¤â¤¢¤ê ! ¤Þ¤¹¡£¤Þ¤¿¡¢°Ê²¼¤ÎÀâÌÀ¤Ï XFree86 3.x ¤Þ¤Ç¤Î¥³¡¼¥É¤ò¥Ù¡¼¥¹¤È¤·¤Æ¤¤¤Þ¤¹ ! ¤¬¡¢¸½ºß XFree86 ¤Ç³«È¯Ãæ¤Î 4.0 ¤Ç¤Ï¥µ¡¼¥Ð¡¼¤Î¹½Â¤¤ËÂ礭¤ÊÊѹ¹¤¬²Ã¤¨¤é ! ¤ì¤Æ¤ª¤ê¡¢°Ê²¼¤ÎÀâÌÀ¤¬¤½¤Î¤Þ¤Þ¹ç¤Æ¤Ï¤Þ¤é¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤«¤é¿·¤· ! ¤¤¥É¥é¥¤¥Ð¡¼¤ò½ñ¤³¤¦¤È¤¤¤¦¾ì¹ç¤Ë¤Ï¡¢¤Ç¤­¤ë¤À¤± XFree86 ¤Ë»²²Ã¤·¤ÆºÇ½é ! ¤«¤é 4.0 ÍѤ˺îÀ®¤·¤¿¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£¤½¤ì¤Ç¤â¡¢°Ê²¼¤ÎÀâÌÀ¤òÍý²ò¤· ! ¤Æ¤ª¤¯¤³¤È¤Ï̵Â̤ǤϤ¢¤ê¤Þ¤»¤ó¡£ÍѸì¤ä´ðËÜŪ¤Ê»ÅÁȤʤɤˤĤ¤¤Æ¤Ï»²¹Í¤Ë ! ¤Ê¤ë¤â¤Î¤È»×¤¤¤Þ¤¹¡£] ! ! ¤µ¤¢¡¢»Ï¤á¤Þ¤·¤ç¤¦¡£¤³¤Îʸ½ñ¤Ë²Ã¤¨¤Æ¡¢¥¹¥¿¥Ö¥É¥é¥¤¥Ð¤òÄ󶡤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤ì¤Ï¿·¤·¤¤¥É¥é¥¤¥Ð¤ò³«È¯¤¹¤ëºÝ¤Ë´°Á´¤Ê¹üÁȤߤȤ·¤Æ»È¤¨¤ë¤è¤¦¤ËÄ󶡤¹ ! ¤ë¤â¤Î¤Ç¤¹¡£¤³¤Îʸ½ñ¤¬Â礭¤¤¤«¤é¤È¤¤¤Ã¤Æºî¶È¤¬²áÅÙ¤ËÆñ¤·¤¤¤È»×¤ï¤Ê¤¤¤Ç ! ¤¯¤À¤µ¤¤¡£¤³¤Îʸ½ñ¤ò¤Ç¤­¤ë¸Â¤ê´°Á´¤Ê¤â¤Î¤Ë¶á¤Å¤±¤ë¤¿¤á¤Ë¡¢Â¿¤¯¤ÎÅØÎϤ¬ ! Ãí¤¬¤ì¤Þ¤·¤¿¡£¤Ç¤¹¤«¤éÍýÏÀŪ¤Ë¤Ï¡¢¤³¤Îʸ½ñ¤òºî¶È¼ê½ç½ñ¤È¤·¤Æ»È¤¤¡¢ºÇ¸å ! ¤Þ¤Ç¤½¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Æ¤¤¤±¤Ð¡¢¤Á¤ã¤ó¤ÈÆ°ºî¤¹¤ë¥É¥é¥¤¥Ð¡¼¤¬¤Ç¤­¤¢ ! ¤¬¤ë¤Ï¤º¤Ç¤¹¡£¤Ê¤ªºî¶È¤ò³«»Ï¤¹¤ëÁ°¤Ë¡¢¤³¤Îʸ½ñ¤òºÇ½é¤«¤éºÇ¸å¤Þ¤Ç¤¸¤Ã¤¯ ! ¤êÆɤßÄ̤·¤Æ¤ª¤¯¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ ! ! ! 2. »Ï¤á¤Ë ! ! ¿·¤·¤¤¥É¥é¥¤¥Ð¤òºî¤ëºÇ½é¤ÎÃʳ¬¤Ï¤½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë´Ø¤¹¤ë»ñÎÁ¤ò½¸¤á¤ë¤³ ! ¤È¤Ç¤¹¡£º£¤Þ¤Ç¤Ë¤ï¤¿¤·¤¬½¸¤á¤¿¥Ù¥ó¥À¡¼¤ÎÏ¢ÍíÀè¾ðÊó°ìÍ÷¤ò¤³¤Îʸ½ñ¤ËÆþ¤ì ! ¤Æ¤¤¤Þ¤¹ (´°àú¤È¤Ï¸À¤¨¤Ê¤¤¤â¤Î¤Ç¤¹¤Î¤Ç¡¢¤³¤Î°ìÍ÷¤Ë̵¤¤¤â¤Î¤ÇÃΤäƤ¤¤ë ! ¤â¤Î¤¬¤¢¤ê¤Þ¤·¤¿¤éÃø¼Ô¤Þ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤)¡£¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ç¡¼¥¿¥Ö¥Ã¥¯ ! ¤ò¼è¤ê´ó¤»¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥Ù¥ó¥À¡¼¤ÎôÅö¼Ô¤Ë¤Ï¡¢¥ì¥¸¥¹¥¿¤òľÀÜÁàºî¤· ! ¤Æ¥×¥í¥°¥é¥ß¥ó¥°¤·¤¿¤¤¤Î¤À¤È¤¯¤ì¤°¤ì¤âÇ°¤ò²¡¤¹Íͤˤ·¤Æ¤¯¤À¤µ¤¤¡£ (¤½¤¦ ! ¤¹¤ì¤ÐÅŵ¤Åª¥¹¥Ú¥Ã¥¯¥·¡¼¥È¤ò¼õ¤±¼è¤é¤º¤ËºÑ¤ß¤Þ¤¹) ! ! ¤Ê¤Ë¤«¥µ¥ó¥×¥ë¥×¥í¥°¥é¥à¤«³«È¯¼ÔÍѤΥ­¥Ã¥ÈÅù¤òÆþ¼ê¤Ç¤­¤ë¤«¤É¤¦¤«Ì䤤¹ç ! ¤ï¤»¤Æ¤¯¤À¤µ¤¤¡£°ìÈÌŪ¤Ë¸À¤Ã¤Æ¡¢SVGA ¥ì¥Ù¥ë¤Î³«È¯ºî¶È¤Ë¤ª¤¤¤ÆºÇ¤âɬÍ× ! ¤È¤Ê¤ë»ñÎÁ¤Ï¡¢¥ì¥¸¥¹¥¿¤Î°ìÍ÷¤ä¤½¤ÎÀâÌÀ¤òµ­ºÜ¤·¤Æ¤¤¤ë¥Ç¡¼¥¿¥Ö¥Ã¥¯¤Ç¤¢¤ë ! ¤³¤È¤ò¤ï¤¿¤·¤Ï³Ø¤Ó¤Þ¤·¤¿¡£ ! ! VGA ¥ì¥¸¥¹¥¿¤òľÀÜÁàºî¤¹¤ë¤è¤¦¤Ê¥×¥í¥°¥é¥ß¥ó¥°¤Ë´·¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï ! Richard Ferraro ¤ÎɬÆɽñ¤òÆþ¼ê¤·¤Æ (À§ÈóÆɤó¤Ç¡ª) ²¼¤µ¤¤ (¤³¤Îʸ¾Ï¤ÎºÇ ! ¸å¤ËźÉÕ¤·¤¿¡Ö»²¹Íʸ¸¥¡×¤ò¸«¤Æ¤¯¤À¤µ¤¤)¡£¥µ¡¼¥Ð¤Ç²¿¤¬µ¯¤Ã¤Æ¤¤¤ë¤«¤òÍý ! ²ò¤¹¤ëºÇÎɤÎÊýË¡¤Ï¥â¥Î¥¯¥í¤Î ``generic'' ¥µ¡¼¥Ð¤ÎÆ°ºî¤òÄ´¤Ù¡¢Ferraro ! ¤ÎËܤ˽ñ¤«¤ì¤Æ¤¤¤ë¾ðÊó¤ÈÈæ³Ó¤¹¤ë¤³¤È¤Ç¤¹ (Ëܤ˾¯¤·´Ö°ã¤¤¤¬¤¢¤ë¤³¤È¤ËÃí ! °Õ¤·¤Æ¤¯¤À¤µ¤¤)¡£generic ¥µ¡¼¥Ð¡¼¤Ç»È¤ï¤ì¤ë VGA ¥ì¥¸¥¹¥¿¤ò°·¤¦´Ø¿ô¤Ï ! ``vgaHW.c'' ¥Õ¥¡¥¤¥ë¤ÎÃæ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! generic ¤Ê¥µ¡¼¥Ð¤Ç²¿¤¬µ¯¤Ã¤Æ¤¤¤ë¤«Íý²ò¤·¤¿¤é¡¢°ì¤Ä¤Þ¤¿¤ÏÊ£¿ô¤Î´û¸¤Î ! SVGA ¥µ¡¼¥Ð¤Ë¤Ä¤¤¤ÆÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë SVGA ¥Á¥Ã¥×¤Î¥Ç¡¼ ! ¥¿¥Ö¥Ã¥¯¤òÆþ¼ê¤·¤Æ¥×¥í¥°¥é¥à¤òÄɤ¤¤Ê¤¬¤éʸ½ñ¤òÄ´ºº¤·¤Æ¤¯¤À¤µ¤¤¡£ ! generic ¤Ê VGA ¤«¤é²¿¤¬»ÅÍͤòĶ¤¨¤Æ¤¤¤Æ²¿¤¬»ÅÍͤ˼ý¤Þ¤Ã¤Æ¤¤¤ë¤«Îɤ¯Íý ! ²ò¤·¤¿¤é¡¢¿·¤·¤¤¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¥Ç¡¼¥¿¥Ö¥Ã¥¯¤«¤é¤É¤ó¤Ê¾ðÊó¤òÆÀ¤ì¤Ð¤è¤¤¤« ! ʬ¤«¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¾ðÊó¤òÆÀ¤é¤ì¤ì¤Ð¡¢¿·¤·¤¤¥É¥é¥¤¥Ð¤Ë¼è¤ê¤«¤«¤ë½àÈ÷¤¬ ! ¤Ç¤­¤¿¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! ! 3. ¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤ ! ! ¤³¤³¤Ç¤Ï¥½¡¼¥¹¤Î¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤¤Î³µÍפòÀâÌÀ¤·¤Þ¤¹¡£¥É¥é¥¤¥Ð¤ÎºîÀ®¤Ë´Ø ! Ï¢¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¡¿¥Õ¥¡¥¤¥ë¤À¤±¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£¥ê¥ó¥¯¥­¥Ã¥È¤Î¹½Â¤¤Ï°Ê ! ¹ß¤Ç¼¨¤·¤Þ¤¹¡£ ! ! ! xc/config/cf/ ! ! site.def ! ¥í¡¼¥«¥ë¤Ê¹½À®¤Î¥«¥¹¥¿¥Þ¥¤¥º ! xf86site.def ! XFree86 ¤Î¥í¡¼¥«¥ë¤Ê¹½À®¤Î¥«¥¹¥¿¥Þ¥¤¥º ! ! ! [ÌõÃí: ºÇ¶á¤Ï xf86site.def ¤òľÀÜÊÔ½¸¤¹¤ë¤è¤ê host.def ¤È¤¤¤¦ ! ¥Õ¥¡¥¤¥ë¤ËÆâÍƤò¥³¥Ô¡¼¤·¤Æ¡¢¤½¤ì¤òÊÔ½¸¤¹¤ëÊýË¡¤¬¿ä¾©¤µ¤ì¤Æ¤¤ ! ¤ë¤è¤¦¤Ç¤¹¡£] ! ! ! xc/programs/Xserver/hw/xfree86/ ! ¥µ¡¼¥Ð¤Î¥½¡¼¥¹ ! ! common/ ! Á´¥µ¡¼¥Ð¤Ë¶¦Ä̤ʥե¡¥¤¥ë (XF86Config ¤Î¥Ñ¥é¥á¡¼¥¿²òÀÏ/¥Ñ¡¼¥µ, ! I/O ¥Ç¥Ð¥¤¥¹¥Ï¥ó¥É¥éÅù) ! ! xf86.h ! `ScrnInfoRec' ¥Ç¡¼¥¿¹½Â¤¤ò´Þ¤à ! ! xf86_Option.h ! ¥ª¥×¥·¥ç¥ó¥Õ¥é¥°¤ò´Þ¤à ! ! compiler.h ! ¥¤¥ó¥é¥¤¥ó¥¢¥»¥ó¥Ö¥é¥Þ¥¯¥í¤È¥æ¡¼¥Æ¥£¥ê¥Æ¥£´Ø¿ô¤ò´Þ¤à ! ! os-support/ ! OS ¥µ¥Ý¡¼¥ÈÁØ ! ! assyntax.h ! ¥Þ¥¯¥í²½¤·¤¿¥¢¥»¥ó¥Ö¥é¥Ë¥â¥Ë¥Ã¥¯¤ò´Þ¤à ! ! xf86_OSlib.h ! OS ¤¬¥µ¥Ý¡¼¥È¤¹¤ë include, define ¤È ¥×¥í¥È¥¿¥¤¥× ! ! LinkKit/ ! ! site.def.LK ! ¥ê¥ó¥¯¥­¥Ã¥È¤Î site.def ÍѤΥƥó¥×¥ì¡¼¥È ! ! vga256/ ! 256 ¿§ VGA ¥µ¡¼¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê ! ! vga/ ! generic ¤Ê VGA ¤ò¼è¤ê°·¤¦¥×¥í¥°¥é¥à ! ! vga.h ! `vgaVideoChipRec' ¤È `vgaHWRec' ¥Ç¡¼¥¿¹½Â¤¤ò´Þ¤à ! ! vgaHW.c ! generic ¤Ê VGA ¥ì¥¸¥¹¥¿¤ò¼è¤ê°·¤¦´Ø¿ô vgaHWInit(), ! vgaHWSave() ¤È vgaHWRestore()¤ò´Þ¤à ! ! drivers/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¤ò´Þ¤à³Æ¡¹¡¢¥É¥é¥¤¥ÐÍÑ ! Imakefile, .c ¥Õ¥¡¥¤¥ë¤È¥Ð¥ó¥¯ÀÚ¤êÂؤ¨´Ø¿ôÍѤΠ.s ¥Õ¥¡¥¤¥ë ! ¤ò´Þ¤à ! ! vga2/ ! ¥â¥Î¥¯¥í¤Î vga ¥µ¡¼¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¡£vga256 ¤Ë¥ê¥ó¥¯¤¹¤ë¥Õ¥¡ ! ¥¤¥ë¤È¾ò·ï¥³¥ó¥Ñ¥¤¥ë¤Ç»ÈÍѤ¹¤ëº¹Ê¬ ! ! drivers/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¡£`generic' ¤Ê VGA ¥É¥é¥¤¥Ð ! ¤â¤³¤³¤ËÇÛÃÖ¤¹¤ë ! ! ! vga16/ ! 16 ¿§ vga ¥µ¡¼¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¡£vga256 ¤Ë¥ê¥ó¥¯¤¹¤ëËؤɤΥե¡ ! ¥¤¥ë¤È¾ò·ï¥³¥ó¥Ñ¥¤¥ë¤Ç»ÈÍѤ¹¤ëº¹Ê¬ ! ! drivers/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! VGADriverDoc/ ! ¤³¤Îʸ½ñ¤È¥¹¥¿¥Ö¥É¥é¥¤¥Ð ! ! ¥ê¥ó¥¯¥­¥Ã¥È¤ÏÄ̾ï /usr/X11R6/lib/Server ¤ËƳÆþ¤·¤Þ¤¹¡£¥ê¥ó¥¯¥­¥Ã¥È¤Ë ! ¤Ï¥µ¡¼¥Ð¤òºÆ¥ê¥ó¥¯¤¹¤ë¤¿¤á¤ËɬÍפʤâ¤Î¤¬¤¹¤Ù¤Æ´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤Î ! ¥½¡¼¥¹¤òƳÆþ¤·¤Ê¤¯¤Æ¤â¡¢¿·¤·¤¤¥É¥é¥¤¥Ð¤òºîÀ®¤·¡¢¿·¤·¤¤¥µ¡¼¥Ð¤òÀ¸À®¤¹¤ë ! ¤³¤È¤¬²Äǽ¤Ç¤¹¡£ ! ! Server/ ! ! site.def ! ¥í¡¼¥«¥ë¤Ê¹½À®¤Î¥«¥¹¥¿¥Þ¥¤¥º ! ! include/ ! ¾åµ­ `common' ¥Ç¥£¥ì¥¯¥È¥ê²¼¤Ë¤¢¤ëÁ´¤Æ¤Î include ¥Õ¥¡¥¤¥ë ! ! drivers/ ! ¤¹¤Ù¤Æ¤Î SVGA ¥É¥é¥¤¥Ð ! ! vga2/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! vga16/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! vga256/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! VGADriverDoc/ ! ¤³¤Îʸ½ñ¤È¥¹¥¿¥Ö¥É¥é¥¤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê»²¹Í¤Î¤¿¤á¤Ë `vgaHW.c' ! ¤â¤³¤³¤Ë¥³¥Ô¡¼¤µ¤ì¤Þ¤¹ (¥ê¥ó¥¯¥­¥Ã¥È¤Î°ìÉô¤È¤·¤Æ¤ÏÀ¸À®¤·¤Þ¤» ! ¤ó) ! ! ! 4. À¸À®¾ðÊó¤ÎÀßÄê ! ! ¤³¤ÎÀá¤Ç¤Ï¿·¤·¤¤¥É¥é¥¤¥Ð¤ÎÀßÄê¤ËɬÍפʼþÊդι½À®Êѹ¹¤ÈÀ¸À®¼ê½ç¤Ë¤Ä¤¤¤Æ ! ÀâÌÀ¤·¤Þ¤¹¡£¤³¤Î¼ê½ç¤Ï¥½¡¼¥¹¤«¤éÀ¸À®¤¹¤ë¤«¥ê¥ó¥¯¥­¥Ã¥È¤«¤éÀ¸À®¤¹¤ë¤«¤Ë ! ¤«¤«¤ï¤é¤ºÆ±Íͤǡ¢¤¿¤À¥Õ¥¡¥¤¥ë¤ÎÇÛÃÖ¤¬°Û¤Ê¤Ã¤Æ¤¤¤ë¤À¤±¤Î¤³¤È¤Ç¤¹¡£°Ê²¼ ! ¤ËɬÍפʹ½À®Êѹ¹¤Ë¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹: ! ! ! 1. ¥É¥é¥¤¥Ð¤Î¤¿¤á¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê̾¤È¥Ç¡¼¥¿¹½Â¤¤ò·èÄꤷ¤Æ²¼¤µ¤¤¡£¸½ ! ºß¤Î¥É¥é¥¤¥Ð¡¼ÂηϤǤϡ¢Ã±°ì¤Î¥É¥é¥¤¥ÐÆâ¤Ë´ØÏ¢¤¹¤ëÊ£¿ô¤Î¥Á¥Ã¥×¥»¥Ã ! ¥È¤Î¤¿¤á¤Î¥É¥é¥¤¥Ð¤ò¼ÂÁõ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¤¿¤á (¼ÂºÝ¤Ë¤Ï¤½¤¦¤¹¤ë ! ¤³¤È¤¬¾©Î夵¤ì¤Æ¤¤¤Þ¤¹) Ä̾ï¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ð¡¼¥¸¥ç¥ó¤è¤ê¥Ù¥ó¥À¡¼Ì¾ ! ¤ò»ÈÍѤ¹¤ë¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£¤¿¤·¤«¤Ë¸Å¤¤ XFree86 ¤Î¥É¥é¥¤¥Ð¤Ï¤³¤Î ! µ¬Äê¤Ë½¾¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬¡¢¤½¤Î¤³¤È¤Ï¤³¤ì¤«¤é³«È¯¤¹¤ë¥É¥é¥¤¥Ð¡¼¤¬µ¬Äê ! ¤Ë½¾¤ï¤Ê¤¯¤ÆÎɤ¤¤È¤¤¤¦Íýͳ¤Ë¤Ï¤Ê¤ê¤Þ¤»¤ó¡£¤½¤ì¤é¤Î¸Å¤¤¥³¡¼¥É¤Î¤Û¤È ! ¤ó¤É¤Ï¡¢¥É¥é¥¤¥Ð¤Î¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤¬¸½ºß¤Î¤è¤¦¤Ë½ÀÆ𤫤ijÈÄ¥²Äǽ¤Ë ! ¤Ê¤ëÁ°¤Ë³«È¯¤µ¤ì¤¿¤â¤Î¤Ç¤¹¡£ ! ! ¤³¤Îʸ½ñ¤Ç¤Ï SuperDuper Chips ¤È¤¤¤¦¥Ù¥ó¥À¡¼¤Î¥Á¥Ã¥×¤òÎã¤Ë¼è¤êµó¤² ! ¤Þ¤¹¡£°Ê¹ß¡¢¥É¥é¥¤¥Ð¤Î̾¾Î¤Ë `sdc' ¤òÍѤ¤¤Þ¤¹¡£ ! ! 2. ¥µ¥Ý¡¼¥ÈÂоݤò¥«¥é¡¼¥µ¡¼¥Ð¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¡¢¤Þ¤¿¤ÏξÊý¡¢¤Î¤É¤ì¤Ë¤¹ ! ¤ë¤«·è¤á¤Æ¤¯¤À¤µ¤¤¡£¤³¤Îʸ½ñ¤Ç¤Ï¡¢¥«¥é¡¼¤È¥â¥Î¥¯¥íξÊý¤Î¥µ¡¼¥Ð¤ò¥µ ! ¥Ý¡¼¥È¤¹¤ë¤â¤Î¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹¡£¥«¥é¡¼¥µ¡¼¥Ð¤À¤±¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì ! ¹ç¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ò¼Â¸½¤¹¤ë¤¿¤á¤ÎÃʳ¬¤Ï̵»ë¤·¤Æ¤«¤Þ¤¤¤Þ¤»¤ó¡£¥â¥Î ! ¥¯¥í¥µ¡¼¥Ð¤À¤±¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¤Ï¡¢¥«¥é¡¼¥µ¡¼¥Ð¤Î¤¿¤á¤Ëµ­½Ò¤µ¤ì¤Æ ! ¤¤¤ëÃʳ¬¤ò¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Î¤¿¤á¤Ë¼Â¹Ô¤·¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Î¤¿¤á¤ÎÃʳ¬ ! ¤Ï̵»ë¤·¤Æ¤¯¤À¤µ¤¤¡£´û¸¤Î¥É¥é¥¤¥Ð¤Ï¤Û¤È¤ó¤É¤¬¥«¥é¡¼¤Î¤ß¤«¡¢¤Þ¤¿¤Ï ! ξÊý¤Î¥µ¡¼¥Ð¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£``generic'' ¥É¥é¥¤¥Ð¤Ï (¸½»þÅÀ¤Ç) ! ¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Î¤ß¤ò¥µ¥Ý¡¼¥È¤¹¤ëÍ£°ì¤Î¥É¥é¥¤¥Ð¡¼¤Ç¤¹¡£ ! ! 3. ¥É¥é¥¤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! o ¥½¡¼¥¹¤«¤éºî¶È¤¹¤ë¾ì¹ç¤Ï¡¢¼¡¤Î¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! xc/programs/Xserver/hw/xfree86/vga256/drivers/sdc ! xc/programs/Xserver/hw/xfree86/vga16/drivers/sdc ! xc/programs/Xserver/hw/xfree86/vga2/drivers/sdc ! ! ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤«¤éºî¶È¤¹¤ë¾ì¹ç¤Ï¼¡¤Î¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤: ! ! ! /usr/X11R6/lib/Server/drivers/vga256/sdc ! /usr/X11R6/lib/Server/drivers/vga16/sdc ! /usr/X11R6/lib/Server/drivers/vga2/sdc ! ! ! ! ! 4. ¥É¥é¥¤¥Ð¤òÀ¸À®¤¹¤ë°Ù¤Î Imakefile ¥Ñ¥é¥á¥¿¤òÀßÄꤷ¤Þ¤·¤ç¤¦: ! ! ! o ¥½¡¼¥¹¤«¤éºî¶È¤¹¤ë¤Ê¤é: ! ! a. xc/config/cf/xfree86.cf ¤òÊÔ½¸¤·¤Æ `sdc' ¤ò `XF86Vga256Drivers', ! `XF86Vga16Drivers' ¤È `XF86Vga2Drivers' ¤ÎÄêµÁ¤Î°ìÍ÷¤ËÄɲ䷤Ƥ¯ ! ¤À¤µ¤¤¡£°ìÍ÷¤Î `generic' ¤ÎľÁ° (Î㤨¤ÐºÇ¸å¤«¤éÆóÈÖÌÜ) ¤Ë `sdc' ! ¤òÄɲä·¡¢Â¾¤Î¥É¥é¥¤¥Ð¤Îõºº¤Ë¤è¤Ã¤Æ¸í¤Ã¤Æ `sdc' ¥Á¥Ã¥×¥»¥Ã¥È¤¬ ! ¸¡ÃΤµ¤ì¤Ê¤¤¤«¤É¤¦¤«³Îǧ¤¹¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! b. xc/config/cf/xf86site.def ¤òÊÔ½¸¤·¤Æ¤³¤Î¥Õ¥¡¥¤¥ë¤Ë¤âƱ¤¸¹àÌܤòÄÉ ! ²Ã¤·¤Æ¤¯¤À¤µ¤¤ (¤³¤ì¤Ïɸ½àÃͤò¼¨¤¹Ã±¤Ê¤ë¥³¥á¥ó¥È¤Ç¤¹)¡£ ! ! c. xc/programs/Xserver/hw/xfree86/LinkKit/ ¤Ë¤¢¤ë site.def.LK ¥Õ¥¡ ! ¥¤¥ë¤òÊÔ½¸¤·¤Æ¤³¤Î¥Õ¥¡¥¤¥ë¤ËƱ¤¸¹àÌܤòÄɲ䷤Ƥ¯¤À¤µ¤¤¡£¤³¤ì¤Ï¥ê ! ¥ó¥¯¥­¥Ã¥È¤ÎÃæ¤Ë´Þ¤Þ¤ì¤ë `site.def' ¥Õ¥¡¥¤¥ë¤Î¿÷·¿¤Ç¤¹¡£ ! ! ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤«¤éºî¶È¤ò¤¹¤ë¤Ê¤é¡¢/usr/X11R6/lib/Server/site.def ¤òÊÔ ! ½¸¤·¤Æ`sdc' ¤ò `XF86Vga256Drivers', `XF86Vga16Drivers' ¤È ! `XF86Vga2Drivers' ¤ÎÄêµÁ¤ËºÇ½é¤Ë½ñ¤¤¤¿ÍͤËÄɲ䷤Ƥ¯¤À¤µ¤¤¡£ ! ! 5. ¤µ¤Æ¿·¤·¤¤¥Ç¥£¥ì¥¯¥È¥ê¤Ë¿÷·¿¤Î¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼¤·¤Þ¤·¤ç¤¦: ! ! o ¥½¡¼¥¹¤«¤éºî¶È¤¹¤ë¤Ê¤é¡¢`stub' ¥Õ¥¡¥¤¥ë¤ò¼¡¤Î¤è¤¦¤Ë¥³¥Ô¡¼¤·¤Æ¤¯¤À¤µ ! ¤¤ (¥Ç¥£¥ì¥¯¥È¥ê¤Ï xc/programs/Xserver ¤Î²¼¤Ç¤¹): ! ! Imakefile.stub => ! hw/xfree86/vga256/drivers/sdc/Imakefile ! ! stub_driver.c => ! hw/xfree86/vga256/drivers/sdc/sdc_driver.c ! ! stub_bank.s => ! hw/xfree86/vga256/drivers/sdc/sdc_bank.s ! ! Imakefile.stub => ! hw/xfree86/vga16/drivers/sdc/Imakefile (¤½¤·¤Æ¤³¤Î Imakefile ¤ò ! ÊÔ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! Imakefile.stub => ! hw/xfree86/vga2/drivers/sdc/Imakefile (¤½¤·¤Æ¤³¤Î Imakefile ¤òÊÔ ! ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤«¤éºî¶È¤¹¤ë¤Ê¤é¡¢`stub' ¥Õ¥¡¥¤¥ë¤ò¼¡¤Î¤è¤¦¤Ë¥³¥Ô¡¼¤·¤Æ ! ¤¯¤À¤µ¤¤: ! ! Imakefile.stub => ! /usr/X11R6/lib/Server/drivers/vga256/sdc/Imakefile ! ! stub_driver.c => ! /usr/X11R6/lib/Server/drivers/vga256/sdc/sdc_driver.c ! ! stub_bank.s => ! /usr/X11R6/lib/Server/drivers/vga256/sdc/sdc_bank.s ! ! Imakefile.stub => ! /usr/X11R6/lib/Server/drivers/vga16/sdc/Imakefile (¤½¤·¤Æ¤³¤Î ! Imakefile ¤òÊÔ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! Imakefile.stub => ! /usr/X11R6/lib/Server/drivers/vga2/sdc/Imakefile (¤½¤·¤Æ¤³¤Î ! Imakefile ¤òÊÔ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! 6. ¤¿¤Ã¤¿º£¥³¥Ô¡¼¤·¤¿³Æ¡¹¤Î¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¤Æ `stub' ¤ò `sdc' ¤Ë¡¢ ! `STUB' ¤ò `SDC' ¤Ë¤¹¤Ù¤ÆÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ ! ! ɬÍפʽàÈ÷ºî¶È¤Ï°Ê¾å¤Ç¤¹¡£¤³¤ì¤Ç¼ÂºÝ¤Î¥É¥é¥¤¥Ð¤òºîÀ®¤¹¤ëºî¶È¤¬¤Ç¤­ ! ¤Þ¤¹¡£ ! ! ! 5. ¥Ð¥ó¥¯ÀÚ¤êÂؤ¨µ¡Ç½ ! ! ÉáÄ̤ΠVGA ¥á¥â¥ê¥Þ¥Ã¥×¤Ï 0xA0000 ¤«¤é»Ï¤Þ¤ë 64k ¤Ç¤¹¡£64k ¤è¤êÂ礭¤Ê ! ¥á¥â¥ê¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Îµ¡¹½¤È¤·¤Æ¡¢SuperVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï ``¥Ð¥ó¥¯ ! ÀÚ¤êÂؤ¨µ¡Ç½ (bank switching)'' - ¹â°Ì¤Î¥¢¥É¥ì¥¹¥Ó¥Ã¥È¤Ë¤è¤ê²èÁüÁàºî¤ò ! ¹Ô¤¦¥á¥â¥ê¥Ð¥ó¥¯¤òÁªÂò¤¹¤ëµ¡Ç½¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤¹¡£¥Ð¥ó¥¯¤Î¥µ¥¤¥º¤È¿ô¤Ï ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤ê¤µ¤Þ¤¶¤Þ¤Ç¤¢¤ê¡¢¾ÜºÙ¤Ï¤½¤ì¤¾¤ì¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë´Ø¤¹¤ë ! »ñÎÁ¤Ëµ­ºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤Î»ý¤Ä¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤Î¿ô¤Ï 0, 1, 2 ! ¤Î¤¤¤º¤ì¤«¤Ç¤¹¡£¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤Ê¤·¤Î¾ì¹ç¤Ï¤¿¤Ö¤ó generic ¤Ê VGA *¤À¤±* ! ¤Ê¤Î¤Ç¡¢¤³¤³¤Ç¤Ï´Ø·¸¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È (Î㤨¤Ð Trident 8900CL ¤ä Cirrus À½¥Á¥Ã¥×¤Ê¤É) ¤Ï¥Ó ! ¥Ç¥ª¥á¥â¥ê¤ò¥ê¥Ë¥¢¤Ë³ä¤êÅö¤Æ¤ë»ö¤¬²Äǽ¤Ç¤¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³ ! ¤Î»ÅÁȤò»È¤¦¤³¤È¤Ë¤è¤Ã¤Æ¥µ¡¼¥Ð¤ÎÀ­Ç½¤ò¸þ¾å¤Ç¤­¤Þ¤¹¤¬¡¢¸½ºß¤Ç¤Ï¤Þ¤¿¤³¤Î ! µ¡Ç½¤Î¥µ¥Ý¡¼¥È¤Ï¤¢¤ê¤Þ¤»¤ó¡£½¾¤Ã¤Æ¡¢¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤Ä¤¤¤Æ¤â¤³¤Îµ¡ ! ǽ¤ò³èÍѤǤ­¤ëÊýË¡¤Ï¤Þ¤À¤¢¤ê¤Þ¤»¤ó¡£ ! ! [ÌõÃí: Î㤨¤Ð C&T ¤ä Trident ¤Ê¤É¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¤ËÂбþ¤·¤Æ¤¤¤ë SVGA ! ¥É¥é¥¤¥Ð¡¼¤Ï PCI ¥Ð¥¹¾å¤Î¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤Î»ÈÍѤ¬É¸½à¤È ! ¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤â¤·¶½Ì£¤¬¤¢¤ë¤Ê¤é¡¢´û¸¤Î¥³¡¼¥É¤òÄ´¤Ù¤Æ¤ß¤ë¤ÈÎɤ¤¤Ç¤·¤ç ! ¤¦¡£] ! ! ¤Û¤È¤ó¤É¤Î SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÏÆó¤Ä¤Î¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¥Ç¡¼ ! ¥¿¤ò²èÌ̤Τ¢¤ëÎΰ褫¤é¾¤ÎÎΰè¤Ëñ½ã¤Ê 'mov' Ì¿Îá¤Ç°ÜÆ°¤Ç¤­¤ë¤¿¤áºÇ¤â ! ˾¤Þ¤·¤¤¹½Â¤¤Ç¤¹ (¤â¤·¥Ð¥ó¥¯¹½Â¤¤Ë ``˾¤Þ¤·¤¤'' ¤È¸Æ¤Ù¤ë¤â¤Î¤¬Â¸ºß¤¹¤ë ! ¤Ê¤é¡¢¤Ç¤¹¤¬)¡£Æó½Å²½¥Ð¥ó¥­¥ó¥° (dual-banking) ¤Ë¤ÏÆó¤Ä¤ÎÊý¼°¤¬¤¢¤ê¡¢ ! °ìÊý¤ÏÆó¤Ä¤Î¥Ð¥ó¥¯Áàºî¤Ë¤è¤êÆɤ߹þ¤ßÀìÍѥХ󥯤Ƚñ¤­¹þ¤ßÀìÍѥХ󥯤òÄê ! µÁ¤¹¤ë¤â¤Î¤Ç¡¢¤â¤¦°ìÊý¤ÏÆó¤Ä¤Î½ñ¤­¹þ¤ß¡¿Æɤ߹þ¤ß·óÍÑÁë¤ò»ý¤ÄÊý¼°¤Ç¤¹¡£ ! ºÇ½é¤ÎÊý¼°¤Ï SVGA ¥á¥â¥êÁëÁ´ÂΤòÆɤ߹þ¤ß¤È½ñ¤­¹þ¤ß¤ÎξÊý¤Ë»È¤¤¡¢Æó¤Ä¤Î ! ¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤Ë¤è¤Ã¤Æ¤É¤Á¤é¤Î¥Ð¥ó¥¯¤ò¼ÂºÝ¤Ë»È¤¦¤«¤ò»ØÄꤷ¤Þ¤¹¡£ (Îã: ! ET3000, ET4000) ÆóÈÖÌܤÎÊý¼°¤Ç¤Ï SVGA ¥á¥â¥êÁë¤òÆɤ߹þ¤ß¡¿½ñ¤­¹þ¤ß²Äǽ ! ¤ÊÆó¤Ä¤Î¥Ð¥ó¥¯¤ËʬÇÛ¤·¡¢¤½¤ì¤¾¤ì¤Î¥Ð¥ó¥¯¥Ý¥¤¥ó¥¿¤¬°ì¤Ä¤ÎÁë¤òÀ©¸æ¤·¤Þ ! ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï°ì¤Ä¤ÎÁ뤬Æɤ߹þ¤ßÁàºî¤Ë»ÈÍѤµ¤ì¡¢Â¾¤ÎÁ뤬½ñ¤­¹þ¤ßÁàºî ! ¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ (Îã: PVGA1/Western Digital, Cirrus) ! ! ñ°ì¤Î¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤ò»ý¤Ä¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢¤½¤Î°ì¤Ä¤Î¥Ð¥ó¥¯¤òÆɤ߹þ¤ß¤È ! ½ñ¤­½Ð¤·¤ÎξÊý¤Ë»ÈÍѤ·¤Þ¤¹¡£²èÌ̤Τ¢¤ëÉôʬ¤Î¾ðÊó¤ò¾¤ÎÉôʬ¤Ø¤È¥³¥Ô¡¼¤¹ ! ¤ë¤Ë¤Ï¡¢¥Ç¡¼¥¿¤òÆɤ߹þ¤ß¡¢Ãߤ¨¡¢¤½¤ì¤«¤é½ñ¤­½Ð¤¹¤È¤¤¤¦¼ê½ç¤¬Í׵ᤵ¤ì¤ë ! ¤¿¤á¡¢¤³¤ÎÊý¼°¤Ï¤¢¤Þ¤ê¹¥¤Þ¤·¤¤¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¹¬±¿¤Ë¤â¡¢¥Á¥Ã¥×¥»¥Ã ! ¥È¤Î»ý¤Ä¥Ð¥ó¥¯¿ô¤¬°ì¤Ä¤Ç¤âÆó¤Ä¤Ç¤â¡¢¥µ¡¼¥Ð¡¼¤ÏÌäÂê̵¤¯°·¤¦¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¼¡¤ËÀâÌÀ¤¹¤ë¥É¥é¥¤¥Ð¥Ç¡¼¥¿¹½Â¤Ãæ¤Î¹àÌܤòÄêµÁ¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¤½¤Îµó ! Æ°¤¬·è¤Þ¤ê¤Þ¤¹¡£ ! ! ¥É¥é¥¤¥Ð¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¤Þ¤º `sdc_bank.s' ¥Õ¥¡¥¤¥ëÆâ¤Ë»°¤Ä¤Î´Ø¿ô¤ò¥¢¥» ! ¥ó¥Ö¥é¸À¸ì¤Ç½ñ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤Î´Ø¿ô¤Ï¡¢¥Ð¥ó¥¯Æɤ߹þ¤ßÀßÄê - ! SDCSetRead(), ¥Ð¥ó¥¯½ñ¤­½Ð¤·ÀßÄê - SDCSetWrite() ¤È ξ¥Ð¥ó¥¯ÀßÄê - ! SDCSetReadWrite() ¤Ç¤¹¡£°ì¤Ä¤Î¥Ð¥ó¥¯¤·¤«»ý¤¿¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï¡¢ ! »°¤Ä¤Î´Ø¿ô¤¹¤Ù¤Æ¤òƱ¤¸´Ø¿ô¤Ø¤Î¥¨¥ó¥È¥ê¡¼¥Ý¥¤¥ó¥È¤È¤·¤ÆÀë¸À¤Ç¤­¤ë¤Ç¤·¤ç ! ¤¦¡£ (``tvga8900'' ¥É¥é¥¤¥Ð¤òÎã¤È¤·¤Æ»²¾È¤·¤Æ¤¯¤À¤µ¤¤) ! ! [ÌõÃí: 3.3.3.1 ¤Î¾ì¹ç vga256/drivers/tvga8900/bank.s ¤ÎºÇ½é¤Ë½ñ¤¤¤Æ¤¢ ! ¤ë TVGA8900{SetReadWrite,SetRead,SetWrite} ¤Î 3 ¤Ä¤¬Æ±¤¸´Ø¿ô¤ËÂФ¹¤ë¥¨ ! ¥ó¥È¥ê¡¼¥Ý¥¤¥ó¥È¤È¤·¤Æ½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£¤Ê¤ª i386Architecture °Ê³°¤Ï ! bankc.c ¤¬»È¤ï¤ì¤Þ¤¹¤¬¡¢¤³¤Á¤é¤Ï¤³¤³¤ÇÀâÌÀ¤·¤Æ¤¤¤ëÎã¤È¤Ï°Û¤Ê¤ê¤Þ¤¹¡£ ! (¤½¤â¤½¤â C ¤Ç½ñ¤«¤ì¤Æ¤Þ¤¹) i386Architecture °Ê³°¤Î´Ä¶­¤Ç¥É¥é¥¤¥Ð¡¼¤ò ! ³«È¯¤·¤è¤¦¤È¤¹¤ë¿Í¤ÏÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ] ! ! ¤³¤ì¤é¤Î´Ø¿ô¤Ï¤È¤Æ¤âñ½ã¤Ê¤â¤Î¤Ç¤¹ - ¥Ð¥ó¥¯Èֹ椬´Ø¿ô¤Î %al ¥ì¥¸¥¹¥¿¤Ø ! ÅϤµ¤ì¤ë¤Î¤Ç¡¢¤½¤ÎÃͤËÂФ·¤Æ¥·¥Õ¥È¤ä¥Ó¥Ã¥È¥Þ¥¹¥¯¤Ê¤É¡¢¥Ð¥ó¥¯ÈÖ¹æ¤òÀµ¤· ! ¤¤·Á¼°¤ËÊÑ´¹¤¹¤ë¤¿¤á¤ÎÁàºî¤ò¼Â¹Ô¤·¤¿¸å¡¢Å¬ÀÚ¤Ê I/O ¥Ý¡¼¥È¤Ø¤½¤ÎÃͤò½ñ ! ¤­½Ð¤·¤Þ¤¹¡£Æó¤Ä¤Î¥Ð¥ó¥¯¤¬Æ±»þ¤ËÆɤ߹þ¤ßÀìÍѤˤʤ俤ê½ñ¤­½Ð¤·ÀìÍÑ¤Ë ! ¤Ê¤Ã¤¿¤ê¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢ SetReadWrite()´Ø¿ô¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥ó¥¯ ! ¤ËÂФ·¤Æ°ì²ó¤Å¤Ä¡¢·×Æó²ó¾åµ­¤ÎÆ°ºî¤ò¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Æó¤Ä¤ÎÆÈΩ ! ¤ÊÆɤ߹þ¤ß¡¿½ñ¤­½Ð¤·Áë¤ò»ý¤Ä¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢ SetReadWrite() ´Ø¿ô¤Ï ! SetWrite() ´Ø¿ô¤¬»È¤¦¤Î¤ÈƱ¤¸¥Ð¥ó¥¯¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! ÆÃÊ̤ÊÃí°Õ¤È¤·¤Æ¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï ``assyntax.h'' ¥Õ¥¡¥¤¥ë¤ÇÄêµÁ¤µ¤ì¤Æ¤¤ ! ¤ë¥Þ¥¯¥í¥¢¥»¥ó¥Ö¥é¤Î½ñ¼°¤Ç½ñ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï OS ¤Ë´Ø·¸¤Ê¤¯Àµ¤· ! ¤¤¥¢¥»¥ó¥Ö¥é¥³¡¼¥É¤òÀ¸À®¤¹¤ë¤³¤È¤òÊݾڤ¹¤ë°Ù¤Ç¤¹¡£¸½ºß¡¢¤³¤Î¥Þ¥¯¥í·Á¼° ! ¤Ï USL, GNU ¤È ¥¤¥ó¥Æ¥ë¤Î¥¢¥»¥ó¥Ö¥é¤Î½ñ¼°¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! °Ê¾å¤¬¥Ð¥ó¥¯µ¡Ç½¤Ë´Ø¤¹¤ëºî¶È¤Ç¤¹¡£ÉáÄÌ¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Ë´Ø¤¹¤ë»ñÎÁ¤¬¤³¤Î ! ¥×¥í¥°¥é¥à¤ÎÎãÂê¤ò·ÇºÜ¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ç¤â¾¤Î¥É¥é¥¤¥Ð¤òÎã ! ¤Ë¤È¤ì¤ÐÍý²ò¤¹¤ë¤³¤È¤ÏÆñ¤·¤¯¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ! 6. ¥É¥é¥¤¥Ð¼«¿È¤Ë¤Ä¤¤¤Æ ! ! ¤µ¤ÆËÜÍè¤Îºî¶È¡¢¤Ä¤Þ¤ê¥É¥é¥¤¥Ð¤Î¼çÍפʵ¡Ç½¤ò sdc_driver.c ¥Õ¥¡¥¤¥ë¤Ë½ñ ! ¤¯ºî¶È¤Ë¼è¤ê¤«¤«¤ê¤Þ¤·¤ç¤¦¡£¤Þ¤º¡¢¥É¥é¥¤¥Ð¤¬Ä󶡤·¤Ê¤±¤ì¤Ð¤¤¤±¤Ê¤¤µ¡Ç½ ! ¤Î³µÍפϼ¡¤Î¤È¤ª¤ê¤Ç¤¹: ! ! ! 1. ¥Á¥Ã¥×¥»¥Ã¥Èµ­½Ò»Ò¤Î¥Ç¡¼¥¿¹½Â¤¤ò¥µ¡¼¥Ð¤ËÄ󶡤·¤Þ¤¹¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤ ! ¤Ë¤Ï¥É¥é¥¤¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ë²Ã¤¨¤Æ¤¤¤¯¤Ä¤«¤Î¥Ç¡¼¥¿¹½Â¤¤ËÂФ¹¤ë½é ! ´üÃͤâ´Þ¤Þ¤ì¤Þ¤¹¡£ ! ! 2. ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥ì¥¸¥¹¥¿ÆâÍƤòÊÝ»ý¤¹¤ë¤¿¤á¤Ë¥É¥é¥¤¥ÐÆâÉô¤Ç»ÈÍѤ¹¤ë¥Ç ! ¡¼¥¿¹½Â¤¤òÄ󶡤·¤Þ¤¹¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤¤Ë¤Ï°ìÈÌŪ¤ÊÉôʬ¤È¥É¥é¥¤¥Ð¸ÇÍ­ ! ¤ÎÉôʬ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¥Á¥Ã¥×¥»¥Ã¥È¤Î½é´ü¾õÂÖ¤òÊݸ¤¹¤ë¤¿¤á¤Ë»ÈÍÑ ! ¤µ¤ì¡¢¤Þ¤¿¥Á¥Ã¥×¥»¥Ã¥È¤Îɽ¼¨¥â¡¼¥É¤òÊѹ¹¤¹¤ë¤¿¤á¤Ë¥É¥é¥¤¥Ð¡¼¤Ë¤è¤Ã ! ¤Æ½é´ü²½¤µ¤ì¤Þ¤¹¡£ ! ! 3. ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Î°ìÍ÷¤ò¸Æ¤Ó½Ð¤¹¤¿¤á¤Ë¥µ¡¼¥Ð ! ¤¬»È¤¦¼±Ê̵¡Ç½¤òÄ󶡤·¤Þ¤¹¡£ ! ! ! 4. ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð¡¢ ! ¤½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤È°Û¤Ê¤ë¤â¤Î¤È¤·¤Æǧ¼±¤·¥×¥é¥¹¤Î ! ÃͤòÊÖ¤¹¤¬¡¢¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¥Þ¥¤¥Ê¥¹¤ÎÃͤòÊÖ¤¹¤È¤¤¤¦Ãµººµ¡Ç½¤òÄ󶡤· ! ¤Þ¤¹¡£ ! ! 5. ¤½¤Î¥Ü¡¼¥É¤Ç»ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÁªÂò¤¹¤ëµ¡Ç½¤òÄ󶡤·¤Þ¤¹¡£ ! ! 6. ¥É¥é¥¤¥ÐÆâÉô¤Ç»ÈÍѤ¹¤ë¥Ç¡¼¥¿¹½Â¤¤ÎÊݸ¡¢²óÉü¡¢½é´ü²½µ¡Ç½¤òÄ󶡤·¤Þ ! ¤¹¡£ ! ! 7. ¥Ó¥Ç¥ª¥á¥â¥êÆâ¤Ë¥Ç¥£¥¹¥×¥ì¥¤¤Î³«»Ï¥¢¥É¥ì¥¹¤òÀßÄꤹ¤ëµ¡Ç½¤òÄ󶡤·¤Þ ! ¤¹¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤¬²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò¼Â¸½¤¹¤ë¤¿¤á¤ËɬÍפʵ¡Ç½¤Ç¤¹¡£ ! ! 8. ¤¿¤Ö¤ó VT ÀÚ¤êÂؤ¨¤ò¹Ô¤¦¤¿¤á¤Îµ¡Ç½¤òÄ󶡤·¤¿¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£ ! ! 9. »ØÄꤵ¤ì¤¿³Æ¥â¡¼¥É¤¬¤½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î»ÈÍѤ¹¤ë¥â¡¼¥É¤È¤·¤Æ¤Õ¤µ¤ï¤· ! ¤¤¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ëµ¡Ç½¤òÄ󶡤·¤¿¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¥É¥é¥¤¥Ð¥Õ¥¡¥¤¥ë¤Î¶ñÂÎŪ¤ÊÃæ¿È¤ËƧ¤ß¹þ¤ó¤Ç¤¤¤¯Á°¤ËÃΤäƤª¤¯¤Ù¤­¡¢½ÅÍ× ! ¤Ê¾ðÊ󤬤³¤³¤Ë¤¢¤ê¤Þ¤¹: ! ! ! 1. ¥É¥é¥¤¥Ð¤¬¥«¥é¡¼¤È¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ÎξÊý¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¡¢°ì¤Ä¤Î ! ¥Õ¥¡¥¤¥ë¤ËξÊý¤Î¾ì¹ç¤Î¥³¡¼¥É¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¤³¤ì¤é¤Ï¤Û¤È¤ó¤ÉƱ¤¸¤â¤Î¤Ç¤¹¤¬¡¢MONOVGA ¤ò #define ¤·¤Æ¤¢¤ë½ê¤Çξ¼Ô ! ¤ò¶èÊ̤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ 16 ¿§¥µ¡¼¥Ð¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¡¢¤³¤Î¥µ¡¼ ! ¥Ð¡¼¤Ë¸ÇÍ­¤Î¥³¡¼¥É¤Ï XF86VGA16 ¤Î #define ¤Ë¤è¤Ã¤ÆÍ­¸ú²½¤µ¤ì¤ë¤è¤¦ ! ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤Û¤È¤ó¤É¤Î¾ì¹ç¡¢¼¡¤Î»ØÄê¤ò stub_driver.c ¥Õ¥¡¥¤¥ë¤Î ! ÀèƬ¶á¤¯¤ËÃÖ¤¤¤Æ¤ª¤±¤Ð½¼Ê¬¤Ç¤¹¡£ ! ! ! #ifdef XF86VGA16 ! #define MONOVGA ! #endif ! ! ! ! 2. ¥«¥é¡¼¥µ¡¼¥Ð¤Ï SVGA ¤Î 8-¥Ó¥Ã¥È¥Ñ¥Ã¥¯¥È¥Ô¥¯¥»¥ë¥â¡¼¥É¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ¥â¥Î¥¯¥í¤È vga16 ¥µ¡¼¥Ð¤Ï VGA ¤Î 16-¿§¥â¡¼¥É¡Ê4 ¥Ó¥Ã¥È¥×¥ì¡¼¥ó¡Ë¤ò ! »ÈÍѤ·¤Þ¤¹¡£¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Ç¤Ï 1 ¥×¥ì¡¼¥ó¤À¤±»ÈÍѤ·¤Þ¤¹¡£ ! [ ÌõÃí : ¥Ñ¥Ã¥¯¥È¥Ô¥¯¥»¥ë¡§ 1 ¥É¥Ã¥È¤Î¥Ô¥¯¥»¥ë¡Ê²èÌ̾å¤ÎÅÀ¡Ë¤òɽ¸½ ! ¤¹¤ë¤Î¤Ë¡¢Ï¢Â³¤·¤¿ 8 ¥Ó¥Ã¥È¤ò 4 ¤Äʤ٤Æɽ¤ï¤¹Êý¼°¡£ 4 ¥Ó¥Ã¥È¥×¥ì¡¼ ! ¥ó¡§ 1 ¥É¥Ã¥È¤òɽ¤ï¤¹¤Î¤Ë¡¢¤½¤ì¤¾¤ì¤Î¿§Ëè¤Ë¥×¥ì¡¼¥ó¤ò»ý¤Á³Æ¥×¥ì¡¼¥ó ! ¾å¤ÎϢ³¤·¤Ê¤¤ 8 ¥Ó¥Ã¥È 4 ¤Ä¤ò»È¤Ã¤Æɽ¤ï¤¹Êý¼°¡£] ! ! 3. ¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ò¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤ò»È¤ï¤Ê¤¤¤è¤¦¤ËÄêµÁ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç ! ¤¹¡£¤³¤ì¤Ïɽ¼¨Îΰè¤Î¥á¥â¥ê¤ò¤¿¤Ã¤¿ 64k ¤·¤«»È¤¨¤Ê¤¤¤¿¤á¡¢¤¢¤Þ¤êÌ¥ÎÏ ! Ū¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤ì¤é¤Î¤³¤È¤òƧ¤Þ¤¨¤Æ¡¢¼«Ê¬¤Î»È¤¦ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÎÃæ¤Ç½êÄê¤Îµ¡ ! ǽ¤òÀ©¸æ¤¹¤ë¥ì¥¸¥¹¥¿¤òõ¤¹É¬Íפ¬¤¢¤ê¤Þ¤¹¡£Æäˡ¢°Ê²¼¤Î¹àÌܤòÀ©¸æ¤Ç ! ¤­¤ë¥ì¥¸¥¹¥¿¤Ï½ÅÍפǤ¹¡§ ! ! 1. ¥¯¥í¥Ã¥¯ÁªÂò¥Ó¥Ã¥È¡£Äã°Ì¤Î 2 ¥Ó¥Ã¥È¤Ïɸ½à Misc ½ÐÎϥ쥸¥¹¥¿ ! (Miscellaneous Output Register) ¤Î°ìÉô¤Ç¤¹¡£¤Û¤È¤ó¤É¤Î SVGA ¥Á¥Ã¥× ! ¥»¥Ã¥È¤Ï¤³¤ì¤Ë²Ã¤¨¤Æ¤µ¤é¤Ë 1 ¤¢¤ë¤¤¤Ï 2 ¥Ó¥Ã¥È¤òÈ÷¤¨¤Æ¤ª¤ê¡¢¤³¤ì¤Ë ! ¤è¤Ã¤Æ 8 ¤Þ¤¿¤Ï 16 ¤ÎÎ¥»¶Åª¤Ê¥¯¥í¥Ã¥¯Ãͤò»ÈÍѤǤ­¤Þ¤¹¡£ [ ÌõÃí¡§ºÇ ! ¶á¤Î¥Á¥Ã¥×¤Ç¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»ÈÍѤ¹¤ë¤³¤È¤¬°ìÈÌŪ¤Ë¤Ê¤Ã¤Æ ! ¤¤¤ë¤è¤¦¤Ç¤¹¡£¾ÜºÙ¤Ï´û¸¤Î¥³¡¼¥É¤ò»²¾È¡£ ] ! ! 2. ¥Ð¥ó¥¯ÁªÂò¡£SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÏÆɤ߽ñ¤­¤¹¤ë¥Ð¥ó¥¯¤ÎÁªÂò¤òÀ©¸æ¤¹¤ë¤¿ ! ¤á¤Î¥ì¥¸¥¹¥¿¤ò°ì¤Ä¤«Æó¤Ä»ý¤Ã¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£ ! ! 3. CRTC µ¡Ç½³ÈÄ¥¡£É¸½à VGA ¥ì¥¸¥¹¥¿¤Ï¹â²òÁüÅÙɽ¼¨¤ò¹Ô¤¦¤Î¤Ë½½Ê¬¤Ê¥Ó¥Ã ! ¥È¿ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¤¿¤á SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï³ÈÄ¥¥Ó¥Ã¥È¤ò»ý¤Ã ! ¤Æ¤¤¤Þ¤¹¡£ ! 4. ¥¤¥ó¥¿¡¼¥ì¡¼¥¹¥â¡¼¥É¡£É¸½à VGA ¤Ï¥¤¥ó¥¿¡¼¥ì¡¼¥¹É½¼¨¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤»¤ó¡£¤³¤Î¤¿¤á SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¥¤¥ó¥¿¡¼¥ì¡¼¥¹¥â¡¼¥É¤òÀ©¸æ¤¹¤ë ! ¥Ó¥Ã¥È¤ò¤É¤³¤«¤Ë»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤¢¤ë¼ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥¤¥ó¥¿¡¼¥ì¡¼ ! ¥¹¥â¡¼¥É¤òÀ©¸æ¤¹¤ë¤¿¤á¤ËÆȼ«¤ËÄɲ䵤줿¥ì¥¸¥¹¥¿¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê ! ¤ê¤Þ¤»¤ó¡£ ! ! 5. ³«»Ï¥¢¥É¥ì¥¹¡£É¸½à VGA ¤Ç¤Ïɽ¼¨ÍÑ¥á¥â¥ê¤Î³«»Ï¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¤¿¤á ! ¤Ë 16 ¥Ó¥Ã¥È¤·¤«»È¤¨¤Þ¤»¤ó¡£¤³¤ì¤Ï²¾ÁÛ¥¹¥¯¥ê¡¼¥óµ¡Ç½¤Ç»È¤¦²èÌÌ¥µ¥¤ ! ¥º (²òÁüÅÙ) ¤òÀ©¸Â¤·¤Þ¤¹¡£SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÏÄ̾ï°ì¤Ä¤«¤½¤ì°Ê¾å¤Î³È ! Ä¥¥Ó¥Ã¥È¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! 6. ¥ì¥¸¥¹¥¿¥í¥Ã¥¯¡£Â¿¤¯¤Î SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥ì¥¸¥¹¥¿¤òºÇ½é¤Ë ! ``unlocked'' ¤Ë¤·¤Ê¤¤¸Â¤ê³ÈÄ¥¥ì¥¸¥¹¥¿¤ÎÆâÍƤòÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£¥ì¥¸¥¹ ! ¥¿¤ÎÆâÍƤòÊѹ¹¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤Þ¤º¤³¤ÎÊݸî¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬É¬Í×¤Ç ! ¤¹¡£ ! ! 7. ¤½¤Î¾¤Îµ¡Ç½¡£Î㤨¤Ð¡¢¤¢¤ë¼ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï³ÈÄ¥ VGA ¥á¥â¥ê ! ¡ÊIBM-ɸ½à¤Î 265k ¤òĶ¤¨¤ë¡Ë¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë¡¢Á°¤â¤Ã¤ÆÆÃÄê¤Î ! ¥Ó¥Ã¥È¤òÀßÄꤷ¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤¢¤ë¤¤¤Ï¾¤Ë¤â¤Ê¤Ë¤«É¬Íפʵ¡Ç½ ! ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£³Æ¥ì¥¸¥¹¥¿¤Î¾ÜºÙ¤ÊÀâÌÀ¤ò¤¹¤Ù¤ÆÆɤßÄ̤·¤Æ¡¢²¿ ! ¤«½ÅÍפʵ¡Ç½¤¬µ­ºÜ¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¤É¤¦¤«¡¢¤Á¤ã¤ó¤È¥Á¥§¥Ã¥¯¤·¤Æ¤ª¤­¤Þ ! ¤·¤ç¤¦¡£ ! ! ±¿¤¬¤è¤±¤ì¤Ð¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ù¥ó¥À¡¼¤¬¥Ç¡¼¥¿¥Ö¥Ã¥¯¤ËÍÍ¡¹¤Ê BIOS ¥â¡¼¥É ! ÍѤΥ쥸¥¹¥¿ÀßÄêɽ¤ò·ÇºÜ¤·¤Æ¤¯¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£¤³¤Îɽ¤ò¤¸¤Ã¤¯¤ê¸«¤Æ¤½ ! ¤ì¤¾¤ì¤Î BIOS ¥â¡¼¥É¤òÄ´¤Ù¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¤É¤ó¤ÊÁàºî¤ò¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê ! ¤¤¤«¤Ë¤Ä¤¤¤Æ¿¤¯¤Î¤³¤È¤ò³Ø¤Ö¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ! ! ! 6.1. Ê£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤È¥ª¥×¥·¥ç¥ó ! ! Ʊ¤¸¥Ù¥ó¥À¡¼¤«¤é½Ð²Ù¤·¤Æ¤¤¤ëÊ£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òñ°ì¤Î¥É¥é¥¤¥Ð¤Ç¥µ¥Ý¡¼ ! ¥È¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ê¡¢¤à¤·¤í˾¤Þ¤·¤¤¤È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Ê£¿ô¤Î¥Á¥Ã¥×¥»¥Ã ! ¥È¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¡¢¤½¤ì¤é¤ËÂбþ¤¹¤ë°ìÏ¢¤Î #define ¤È¡¢¥É¥é¥¤¥Ð¥³¡¼ ! ¥ÉÃæ¤Ç¥Á¥Ã¥×¥»¥Ã¥È¤Î¼±Ê̤¬É¬Íפʻþ¤Ë»ÈÍѤ¹¤ë`SDCchipset' ÊÑ¿ô¤òÍÑ°Õ¤¹ ! ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¶ñÂÎŪ¤ÊÎã¤È¤·¤Æ¤Ï Trident ¤È PVGA1/WD ¤ò»²¾È¤· ! ¤Æ¤¯¤À¤µ¤¤¡ÊTseng ET3000 ¤È ET4000 ¤Ï¤³¤ì¤Ë±è¤Ã¤Æ¤¤¤Ê¤¤Îã¤Ç¤¹¡£¤³¤ì¤é ! ¤Î¥³¡¼¥É¤ÏÊ£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤Î¥É¥é¥¤¥Ð¥¤¥ó¥¿¡¼¥Õ¥§¡¼ ! ¥¹¤¬³«È¯¤µ¤ì¤ëÁ°¤Ë¼ÂÁõ¤µ¤ì¤¿¤â¤Î¤Ç¤¢¤ê¡¢¸½ºß¤Ç¤Ï¤³¤Î¤è¤¦¤Ê¼ÂÁõÊýË¡¤Ë½¾ ! ¤¦¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£) ¥É¥é¥¤¥Ð¡¼¤¬¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¶èÊ̤·¤Æ ! ǧ¼±¤¹¤ë¤Ù¤­¤Ê¤Î¤Ï¡¢¤½¤ì¤é¤¬¸ß¤¤¤Ë°Û¤Ê¤ë°·¤¤¤òɬÍפȤ¹¤ë¾ì¹ç¤À¤±¤Ç¤¢¤ë ! ¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢SDC ¥É¥é¥¤¥Ð¤¬ SDC-1a,SDC-1b ¤ª¤è¤Ó ! SDC-2 ¤È¤¤¤¦¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤È¤·¤Þ¤·¤ç¤¦¡£¤µ¤é¤Ë¤³¤Î¤È ! ¤­¡¢¥Á¥Ã¥×¥»¥Ã¥È -1a ¤È-1b ¤Ï¼Â¼ÁŪ¤ËƱ¤¸¤â¤Î¤Ç¤¢¤ê¡¢-2 ¤Ï°Û¤Ê¤ë¤â¤Î¤À ! ¤È¤·¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤Ï -1 ¤È -2 ¤Î 2 ¼ïÎà¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤È¤·¤Æ¥µ¥Ý¡¼¥È¤¹¤ë¤Ù¤­¤Ç¤¢¤ê¡¢ -1a ¤È -1b ¤ò¶èÊ̤¹¤ë¤Ù¤­¤Ç ! ¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ë¤è¤Ã¤Æ¥¨¥ó¥É¥æ¡¼¥µ¤ÎÀßÄêºî¶È¤âñ½ã¤Ë¤Ê¤ë¤³¤È¤Ç¤·¤ç ! ¤¦¡£ ! ! ¥æ¡¼¥¶¤Ë¥É¥é¥¤¥Ð¤ÎµóÆ°¤òÀ©¸æ¤µ¤»¤¿¤¤¾ì¹ç¡¢¤Þ¤¿¤Ï²¿¤«¤ò·èÄꤹ¤ë¤¿¤á¤Ë¥æ ! ¡¼¥¶¤Ë¤è¤ë²ðÆþ¤òɬÍפȤ¹¤ë¾ì¹ç¤Ë¤Ï¡¢``option'' ¥Õ¥é¥Ã¥°¤ò»È¤¤¤Þ¤·¤ç ! ¤¦¡£Î㤨¤Ð SDC ¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦¥Ó¥Ç¥ª¥Ü¡¼¥É¤Î¥Ù¥ó¥À¡¼¤¬¡¢ 8 ¥¯¥í¥Ã¥¯ ! ¤ËÂбþ¤¹¤ë¥Ü¡¼¥É¤È 16 ¥¯¥í¥Ã¥¯¤ËÂбþ¤¹¤ë¥Ü¡¼¥É¤òÁªÂò¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Æ¤¤ ! ¤¿¤Ê¤é¤Ð¡¢¤³¤ì¤é¤Î¥Ü¡¼¥É¤ò¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ¹¤ëõºº¤Î·ë²Ì¤«¤é¼±Ê̤¹¤ëÊý ! Ë¡¤Ï¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢ option ¥Õ¥é¥Ã¥°¤òÄ󶡤·¡¢¥æ¡¼¥¶¤¬ XF86Config ¥Õ¥¡ ! ¥¤¥ë¤ò»È¤Ã¤Æ¥É¥é¥¤¥Ð¤ÎµóÆ°¤òÁªÂò¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤Ù¤­¤Ç¤¹¡£ option ¥Õ ! ¥é¥Ã¥°¤Ï ``xf86_option.h'' ¥Õ¥¡¥¤¥ë¤ËÄêµÁ¤·¤Þ¤¹¡£ºÆÍøÍѲÄǽ¤Ê option ! ¤¬´û¤Ë¸ºß¤·¤Æ¤¤¤Ê¤¤¤«¤É¤¦¤«¡¢ºÇ½é¤Ë³Îǧ¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£¤â¤·Â¸ºß¤¹¤ë ! ¾ì¹ç¤Ï¤½¤ì¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ºÆÍøÍѲÄǽ¤Ê¤â¤Î¤¬Ìµ¤«¤Ã¤¿¾ì¹ç¤Ï¡¢¿·¤¿¤Ë ! #define ¤òÄɲä·¡¢Æ±¤¸¥Õ¥¡¥¤¥ë¤Ë¤¢¤ë¡Öʸ»úÎó->¥·¥ó¥Ü¥ë¡×¤ÎÂбþ¤òÄêµÁ¤¹ ! ¤ë¥Æ¡¼¥Ö¥ëÃæ¤ËÄɲ乤ë option ¥Õ¥é¥Ã¥°¤Ç»È¤¦Ê¸»úÎó¤òÄêµÁ¤·¤Þ¤¹¡£ ! option ¥Õ¥é¥Ã¥°¤Î»È¤¤Êý¤òÍý²ò¤¹¤ë¤Ë¤Ï ET4000, PVGA1/WD ¤È Trident ¤Î¥É ! ¥é¥¤¥Ð¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! 6.2. ¥Ç¡¼¥¿¹½Â¤ ! ! ¾åµ­¤ÎÀâÌÀ¤«¤é²¿¤¬É¬ÍפʤΤ«Íý²ò¤·¤¿¤é¡¢¥É¥é¥¤¥Ð¤Î¥Ç¡¼¥¿¹½Â¤¤òµ­Æþ¤¹¤ë ! Ãʳ¬¤Ë¿Ê¤ß¤Þ¤·¤ç¤¦¡£ºÇ½é¤Ë `vgaSDCRec' ¤Î¹½Â¤¤òºîÀ®¤·¤Þ¤¹¡£¤³¤Î¥Ç¡¼¥¿ ! ¹½Â¤¤Ï SVGA ¤Î¾õÂÖ¾ðÊó¤òÊÝ»ý¤¹¤ë¤¿¤á¤Ë¥É¥é¥¤¥ÐÆâÉô¤Ç»ÈÍѤ¹¤ë¥Ç¡¼¥¿¹½Â¤ ! ¤Ç¤¹¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤¤ÎºÇ½é¤Î¹àÌܤϡ־ï¤Ë¡× `vgaHWRec std' ¤È¤·¤Þ¤¹¡£¤³ ! ¤Î¹àÌܤÏÈÆÍÑ VGA ¤Ë´Ø¤¹¤ëÉôʬ¤Î¾ðÊó¤òÊÝ»ý¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£¤³¤ì¤Ë³ ! ¤¤¤Æ¡¢Äɲ乤ë¥É¥é¥¤¥Ð¤Ë¤è¤Ã¤ÆÁàºî¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤Î¤Ò¤È¤Ä¤Ò¤È¤Ä¤ËÂбþ¤¹ ! ¤ë `unsigned char' ¤ÎÎΰè¤òÍÑ°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤¬ºÇ½é¤Î¥Ç¡¼¥¿¹½Â¤¤Î ! Á´¤Æ¤Ç¤¹¡£ ! ! ¼¡¤Ë `SDC' ¹½Â¤ (`vgaVideoChipRec' ·¿) ¤Î½é´ü²½¤ò¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤» ! ¤ó¡£¤³¤ì¤ÏÄɲ乤ë¥É¥é¥¤¥Ð¤ò¥µ¡¼¥Ð¤Ë¼±Ê̤µ¤»¤ë¤¿¤á¤Î¥°¥í¡¼¥Ð¥ë¤Ê¹½Â¤ÂÎ ! ¤Ç¤¹¡£¤³¤Î¹½Â¤ÂΤÎ̾¾Î¤Ï¤¹¤Ù¤ÆÂçʸ»ú¤Ç `SDC' ¤È¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ¤³¤ì¤Ï¤Ä¤Þ¤ê¡¢Äɲ乤ë¥É¥é¥¤¥Ð¥³¡¼¥É¤Î¸ºß¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Î̾¾Î¤È°ìÃ× ! ¤µ¤»¤ëɬÍפ¬¤¢¤ë¡¢¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¤³¤ì¤Ï¥ê¥ó¥¯¥­¥Ã¥È¤ÎºÆ¹½À®»þ¤ËɬÍ×¤Ê ! ¥Ç¥£¥ì¥¯¥È¥ê¤È¥°¥í¡¼¥Ð¥ë¤Ê¥Ç¡¼¥¿¹½Â¤¤ò¤¹¤Ù¤Æǧ¼±¤µ¤»¤ë¤¿¤á¤Î¾ò·ï¤Ç¤¹¡£ ! ! ¤³¤Î¹½Â¤ÂΤκǽé¤ÎÉôʬ¤Ïñ¤Ë¥É¥é¥¤¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÝ»ý¤·¤Æ¤ª¤¯¤¿¤á ! ¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ! ¼¡¤Ë¡¢¥Á¥Ã¥×¥»¥Ã¥È¤¬¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤ò¤É¤¦°·¤¦¤«¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤ò½é´ü²½¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¼¡¤Ë¼¨¤¹¤è¤¦¤ÊÆâÍƤÎÎΰè¤òÍÑ°Õ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: ! ! ! 1. ChipMapSize - ¥µ¡¼¥Ð¤Î¥¢¥É¥ì¥¹¶õ´Ö¤Ë³ä¤êÉÕ¤±¤ë¥á¥â¥êÎÌ¡£¤Û¤È¤ó¤É¤Î ! ¾ì¹ç¤Ë¤Ï 64k (0xA0000 ¤«¤é 0xAFFFF ¤Þ¤Ç) ¤Ç¤¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤Æ ! ¤Ï 128k (0xA0000 ¤«¤é 0xBFFFF ¤Þ¤Ç) ¤ò»È¤¤¤Þ¤¹¡£¤â¤·»ÈÍѤ¹¤ë¥Á¥Ã¥× ! ¥»¥Ã¥È¤¬¤É¤Á¤é¤Ë¤âÂбþ¤·¤Æ¤¤¤ë¤Î¤Ê¤é 64k ¤ÎÁë¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£128k ! ¤ÎÁë¤ò»ÈÍѤ¹¤ë¤È Hercules ¤Þ¤¿¤Ï¥â¥Î¥¯¥í¥Ç¥£¥¹¥×¥ì¥¤¥¢¥À¥×¥¿¤Î¥«¡¼ ! ¥É¤ò SVGA ¥µ¡¼¥Ð¡¼¤Ç»È¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! 2. ChipSegmentSize - ChipMapSize ¤ÎÁëÆâ¤Î¥Ð¥ó¥¯¤ÎÂ礭¤µ¡£¤³¤ì¤â¤Þ¤¿ÄÌ ! ¾ï 64k ¤Ç¤¹¤¬¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤Æ¤Ï³ä¤êÉÕ¤±¤é¤ì¤¿Áë¤òÆɤ߹þ¤ßÉôʬ ! ¤È½ñ¤­¹þ¤ßÉôʬ¤Ëʬ³ä¤·¤Æ°·¤¤¤Þ¤¹¡ÊÎ㤨¤Ð PVGA1/Western Digital ¥Á¥Ã ! ¥×¥»¥Ã¥È¡Ë¡£ ! ! 3. ChipSegmentShift - ¥Ð¥ó¥¯ÈÖ¹æ¤ò¥Þ¥¹¥¯¤¹¤ë¤¿¤á¤Ë¥¢¥É¥ì¥¹¤ò±¦¥·¥Õ¥È¤¹ ! ¤ëºÝ¤Î¥Ó¥Ã¥È¿ô¡£¤³¤ì¤Ï 2 ¤òÄì¤Ë¤·¤¿ ChipSegmentSize ¤ÎÂпô (log) ¤Ë ! ¤Ê¤ê¤Þ¤¹¡£ ! ! 4. ChipSegmentMask - Í¿¤¨¤é¤ì¤¿¥Ð¥ó¥¯Æâ¤Î¥¢¥É¥ì¥¹¤ò¥Þ¥¹¥¯¥ª¥Õ¤¹¤ë¤È¤­ ! ¤Î¥Ó¥Ã¥È¥Þ¥¹¥¯¡£¤³¤ì¤Ï (ChipSegmentSize-1) ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 5. ChipReadBottom,ChipReadTop - ³ä¤êÉÕ¤±¤é¤ì¤¿ÁëÆâ¤ÇÆɤ߹þ¤ßÁàºî¤ò¹Ô¤¦ ! ¤¿¤á¤Î¥¢¥É¥ì¥¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤¬Áë¤òÆɤ߹þ¤ßÍѤȽñ¤­¹þ¤ßÍѤËʬ³ä¤¹¤ë ! ¾ì¹ç¤ò½ü¤±¤Ð¡¢Ä̾ï¤Ï¤½¤ì¤¾¤ì 0 ¤È 64k ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 6. ChipWriteBottom,ChipWriteTop - ½ñ¤­¹þ¤ßÁàºî¤Î¤¿¤á¤Î¤â¤Î¤Ç¤¢¤ë¤È¤¤¤¦ ! ÅÀ°Ê³°¤Ï¡¢¾åµ­¤ÈƱÍͤǤ¹¡£ ! ! 7. ChipUse2Banks - ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤¬ 1 ¤Ä¤Þ¤¿¤Ï 2 ¤Ä¤Î¤É ! ¤Á¤é¤Ç¤¢¤ë¤«¤ò¼¨¤¹¥Ö¡¼¥ê¥¢¥óÃÍ¡£¤³¤ì¤Ï¥¹¥¯¥ê¡¼¥ó¤«¤é¥¹¥¯¥ê¡¼¥ó¤Ø¤Î ! Áàºî¤òŬÀÚ¤ËÀßÄꤹ¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ! ¤³¤ì¤Ë²Ã¤¨¤Æ¤µ¤é¤Ë 3 ¸Ä¤ÎÎΰè¤òÍÑ°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! ! 1. ChipInterlaceType - VGA_NO_DIVIDE_VERT ¤Þ¤¿¤Ï VGA_DIVIDE_VERT ¤Î¤É ! ¤Á¤é¤«¤Ë¤Ê¤ê¤Þ¤¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤Æ¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥ÉÍѤ˿âľ ! Êý¸þ¤ÎÄ´À°¿ôÃͤò 2 ¤Ç³ä¤Ã¤¿¤â¤Î¤òɬÍפȤ·¤Þ¤¹¡£¤³¤Î¥Õ¥é¥Ã¥°¤òÀßÄꤹ ! ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥µ¡¼¥Ð¤¬¤½¤ì¤Ë±þ¤¸¤¿½èÍý¤ò¤·¤Æ¤¯¤ì¤Þ¤¹¡£ ! ! 2. ChipOptionFlags - ¥Ç¡¼¥¿¹½Â¤¤Î½é´ü²½¤Ç¤Ï¾ï¤Ë `{0,}' ¤È¤·¤Þ¤¹¡£¤³¤ì ! ¤Ï¤³¤Î¥É¥é¥¤¥Ð¤ÇÍ­¸ú¤Ê Option ¥Õ¥é¥Ã¥°¤ò¼¨¤¹¥Ó¥Ã¥ÈÎó¤Ç¤¹¡£Ãµºº´Ø¿ô ! ¤Î½ªÎ»»þ¤ËŬÀµ¤ÊÃͤ˽é´ü²½¤µ¤ì¤Þ¤¹¡£ ! 3. ChipRounding - 256 ¿§¥µ¡¼¥Ð¤Î¾ì¹ç¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÉý¤Ï¤³¤³¤ÇÀßÄꤷ ! ¤¿ÃͤÎÇÜ¿ô¤Ë¤Ê¤ë¤è¤¦´Ý¤á¤é¤ì¤Þ¤¹¡£¤³¤ÎÃͤÏÄ̾ï 8 ¤Ç¤¹¤¬¡¢¥Á¥Ã¥×¥»¥Ã ! ¥È¤Ë¤è¤Ã¤Æ¤Ï 4 ¤È¤« 16 ¤Ë¤¹¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£ ! ! ! 6.3. Ident() ´Ø¿ô ! ! Ident() ´Ø¿ô¤ÏÂçÊÑñ½ã¤Ê´Ø¿ô¤Ç¤¹¡£¥µ¡¼¥Ð¤Ï¼«Ê¬¼«¿È¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¥É ! ¥é¥¤¥Ð¤Î°ìÍ÷¤ò½ÐÎϤ¹¤ë¤È¤­¤Ë¡¢ÊÖ¤êÃͤ¬ NULL ¤Ë¤Ê¤ë¤Þ¤Ç¤³¤Î´Ø¿ô¤ò·«¤êÊÖ ! ¤·¸Æ¤Ó½Ð¤·¤Þ¤¹¡£ Ident() ´Ø¿ô¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Î¤½¤ì¤¾¤ì ! ¤Ë¤Ä¤¤¤Æ¤½¤Î̾¾Î¤òÊÖ¤µ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î´Ø¿ô¤Ë¤Ï·«¤êÊÖ¤·¤Æ¸Æ¤Ð¤ì ! ¤ë¤¿¤Ó¤Ë 0 ¤«¤é½ç¤Ë 1 ¤Ä¤º¤ÄÁý²Ã¤·¤Æ¤¤¤¯¿ôÃͤ¬ÅϤµ¤ì¤Þ¤¹¡£ ! ! ! 6.4. ClockSelect() ´Ø¿ô ! ! ClockSelect() ´Ø¿ô¤Ï¡¢¥¯¥í¥Ã¥¯¤òõºº¤¹¤ë¡Ê¤³¤ì¤Ï¤Ä¤Þ¤ê¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç `Clocks' ¹Ô¤ò»ØÄꤷ¤Ê¤«¤Ã¤¿¾ì¹ç¤Ç¤¹¤¬¡ËºÝ¤Ë¡¢¥Ñ¥é¥á¡¼¥¿¤Î°ì ! Éô¤È¤·¤ÆÅϤµ¤ì¤¿¿ôÃͤˤè¤ê»Ø¼¨¤µ¤ì¤¿¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÁªÂò¤¹¤ë¤¿¤á¤Ë»ÈÍÑ ! ¤µ¤ì¤Þ¤¹¡£¤³¤Î´Ø¿ô¤Ï¡¢ÅϤµ¤ì¤¿¿ôÃͤ˽¾¤Ã¤Æ¥Á¥Ã¥×¥»¥Ã¥È¤Î clock-select ! ¥Ó¥Ã¥È¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ë²Ã¤¨¤Æ 2 ¼ïÎà¤Î¥À¥ß¡¼¤È¤·¤Æ¤Î ! ÃÍ (CLK_REG_SAVE, CLK_SAVE_RESTORE) ¤¬¤³¤Î´Ø¿ô¤ËÅϤµ¤ì¤ë¾ì¹ç¤â¤¢¤ê¤Þ ! ¤¹¡£ CLK_REG_SAVE ¤ò¼õ¤±¼è¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢´Ø¿ô¤¬¥¯¥í¥Ã¥¯¤ÎÁªÂòÃæ¤ËÆâÍƤò ! Êѹ¹¤¹¤ë²ÄǽÀ­¤Î¤¢¤ë¤¹¤Ù¤Æ¤Î¥ì¥¸¥¹¥¿¤Ë¤Ä¤¤¤Æ¡¢¤½¤ÎÆâÍƤòÊݸ¤·¤Æ¤ª¤¯¤è ! ¤¦¤Ë¤·¤Þ¤¹¡£ CLK_REG_RESTORE ¤ò¼õ¤±¼è¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤ì¤é¤Î¥ì¥¸¥¹¥¿¤Ë ! ¤Ä¤¤¤Æ¡¢´Ø¿ô¤¬Êݸ¤·¤Æ¤ª¤¤¤¿ÆâÍƤò²óÉü¤¹¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥¯¥í¥Ã ! ¥¯Ãµºº¤Ë¤è¤Ã¤Æ¥ì¥¸¥¹¥¿¤ÎÆâÍƤ¬Ç˲õ¤µ¤ì¤Ê¤¤¤³¤È¤ò³Î¼Â¤Ë¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç ! ¤¹¡£ ! ! ÅϤµ¤ì¤¿¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬ÉÔÀµ¤ÊÃͤǤ¢¤ë¤«¡¢¤â¤·¤¯¤Ï²¿¤é¤«¤ÎÍýͳ¤Ë¤è¤Ã¤Æ¥¯ ! ¥í¥Ã¥¯¤òÀßÄê¤Ç¤­¤Ê¤«¤Ã¤¿¾ì¹ç¡¢¤³¤Î´Ø¿ô¤Ï FALSE ¤òÊÖ¤¹¤Ù¤­¤Ç¤¹¡£ ! ! ! 6.5. Probe() ´Ø¿ô ! ! Probe() ´Ø¿ô¤Ï¥É¥é¥¤¥Ð¤ÎÃæ¤Ç¿ʬºÇ¤â½ÅÍפǤ«¤ÄºÇ¤âľ´¶Åª¤Ç¤Ê¤¤´Ø¿ô¤Ç ! ¤·¤ç¤¦¡£ Probe ´Ø¿ô¤Ï¾¤Î¤¹¤Ù¤Æ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¸íǧ¼±¤¹¤ë¤³¤È¤Ê¤¯¡¢ÂÐ ! ¾Ý¤È¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È¤ò¼±Ê̤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤â¤· XF86Config ¥Õ¥¡¥¤ ! ¥ë¤Ë `Chipset' ¹Ô¤¬»ØÄꤵ¤ì¤Æ¤¤¤ë¤Î¤Ê¤é¡¢Ã±½ã¤Êʸ»úÎóÈæ³Ó¤ò¼Â¹Ô¤µ¤»¤ë ! ¤À¤±¤Ç¤¹¡£¤½¤ì°Ê³°¤Î¾ì¹ç¤Ë¤Ï¡¢¤É¤ó¤Ê¥Á¥Ã¥×¥»¥Ã¥È¤¬¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼ ! ¥ë¤µ¤ì¤Æ¤¤¤ë¤«¡¢²¿¤«Ê̤ÎÊýË¡¤ÇȽÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£±¿¤¬¤è¤±¤ì¤Ð¡¢ ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ëǧ¼±µ¡¹½ (¼±ÊÌ/¥Ð¡¼¥¸¥ç¥ó¥ì¥¸¥¹¥¿¤Ê¤É) ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤ ! ¤Æ¡¢¤«¤Ä¤½¤Î¤³¤È¤¬¥Ç¡¼¥¿¥Ö¥Ã¥¯¤ËÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£¤µ¤â¤Ê¤±¤ì¤Ð¡¢ ! ¼¡¤Ë½Ò¤Ù¤ë¤è¤¦¤Ê´ð½à¤ò»È¤¤¡¢²¿¤é¤«¤Î¼ê½ç¤ò·è¤á¤Æǧ¼±¤µ¤»¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£ ! ! ǧ¼±¼ê½ç¤È¤·¤Æ¤è¤¯»È¤ï¤ì¤ë¤Î¤Ï¡¢ÂоݤȤ¹¤ë¥Á¥Ã¥×¤Ë¸ÇÍ­¤Î¥Ñ¥¿¡¼¥ó¤¬¥ì¥¸ ! ¥¹¥¿Ãæ¤Ë¸ºß¤¹¤ë¤«¤É¤¦¤«¤òÄ´¤Ù¤ëÊýË¡¡¢¤Þ¤¿¤Ï¤½¤Î¥Á¥Ã¥×¤Ë¸ÇÍ­¤Î³ÈÄ¥¥ì¥¸ ! ¥¹¥¿¤¬Â¸ºß¤¹¤ë¤«¤É¤¦¤«¤òÄ´¤Ù¤ëÊýË¡¤Ç¤¹¡£¤¢¤ë¤¤¤Ï¥Ü¡¼¥É¤ä¥Á¥Ã¥×¥»¥Ã¥È¤Ë ! ¤è¤Ã¤Æ¤Ï¡¢ÆÃÄê¤Î½ð̾ʸ»úÎó¤ò BIOS ¤«¤éÆɤ߼è¤ë¤³¤È¤Ë¤è¤Ã¤ÆɬÍפʾðÊó¤ò ! Æþ¼ê¤¹¤ë¤³¤È¤Î²Äǽ¤Ê¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£´û¸¤Îõºº´Ø¿ô¤òÊÙ¶¯¤¹¤ë¤³¤È¡¢¤ª¤è ! ¤Ó»²¹Í»ñÎÁ¤ò¤­¤Á¤ó¤È»È¤¦¤³¤È¤¬ºÇÁ±¤Î¥¢¥É¥Ð¥¤¥¹¤Ç¤¹¡£¤Þ¤¿¤³¤³¤ÇÄɲ乤ë ! õºº´Ø¿ô¤Î¥³¡¼¥É¤¬ÈóÇ˲õŪ¤Ê¤â¤Î¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£¤³¤ì¤Ï¡¢¤â¤·ÃµººÃæ¤Ë¥ì¥¸¥¹¥¿¤ÎÆâÍƤòÊѹ¹¤¹¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ºÇ½é¤Ë¸µ ! ¤Î¥ì¥¸¥¹¥¿ÀßÄê¤òÊݸ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤¤¤«¤Ê¤¤¤³¤È¡¢¤½¤·¤ÆºÇ¸å¤Ë¼«Ê¬¤¬ÊÝ ! ¸¤·¤¿ÆâÍƤòÉü¸µ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤¤¤±¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£ ! ! ¤¦¤Þ¤¯¥Á¥Ã¥×¥»¥Ã¥È¤òǧ¼±¤Ç¤­¤¿¤é¡¢Probe() ´Ø¿ô¤Ï¤µ¤é¤Ë¾¤ÎÉôʬ¤Î½é´ü²½ ! ¤ò¤â¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! ! 1. XF86Config ¥Õ¥¡¥¤¥ë¤Ë `VideoRam' ¥Ñ¥é¥á¥¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤ËÈ÷ ! ¤¨¤Æ¡¢ÅëºÜ¥á¥â¥êÎ̤òȽÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 2. XF86Config ¥Õ¥¡¥¤¥ë¤Ë `Clocks' ¥Ñ¥é¥á¥¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤ËÈ÷¤¨ ! ¤Æ¡¢»ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÃͤòȽÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï ! vgaGetClocks() ´Ø¿ô¤ò¸Æ¤Ó½Ð¤·¤Æ¡¢»ÈÍѤǤ­¤ë¥¯¥í¥Ã¥¯¤Î¿ô¤È ! ClockSelect() ´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÅϤ·¤Æ¤ä¤ë¤³¤È¤Ç¼Â¸½¤Ç¤­¤Þ¤¹¡£ ! ! 3. ¥µ¡¼¥Ð¤Î `vga256InfoRec' ¹½Â¤ÂΤËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë `maxClock' Îΰè¤Ë¥É ! ¥é¥¤¥Ð¡¼¤¬Ç§¼±¤·¤¿¥Á¥Ã¥×¥»¥Ã¥È¤ÇµöÍƲÄǽ¤ÊºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò (KHz ! ñ°Ì¤Ç) »ØÄꤷ¤Æ¤ª¤¯¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£Ãµºº»þ¤Ë¤³¤ÎÃͤò»ØÄꤷ¤Ê¤± ! ¤ì¤Ð¡¢É¸½àÃÍ (¸½ºß¤Ï 90MHz) ¤¬»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ! 4. ¥µ¡¼¥Ð¤Î `vga256InfoRec' ¹½Â¤ÂΤËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë `chipset' Îΰè¤òÅë ! ºÜ¥Á¥Ã¥×¥»¥Ã¥È¤Î̾¾Î¤Ë¤è¤Ã¤Æ½é´ü²½¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 5. ¥É¥é¥¤¥Ð¤¬¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ÈÁȤ߹ç¤ï¤»¤Æ»ÈÍѤµ¤ì¤ë¤Î¤Ê¤é¡¢¥µ¡¼¥Ð¤Î ! `vga256InfoRec' ¹½Â¤ÂΤËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë `bankedMono' Îΰè¤òŬÀÚ¤ËÀß ! Äꤷ¤Æ¡¢¥â¥Î¥¯¥í¥É¥é¥¤¥Ð¤¬¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤«¤É¤¦¤« ! ¤ò¼¨¤µ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! 6. ¿·¤·¤¯ºîÀ®¤¹¤ë¥É¥é¥¤¥Ð¡¼¤¬²¿¤é¤«¤Î¥ª¥×¥·¥ç¥ó¥Õ¥é¥Ã¥°¤ò¥µ¥Ý¡¼¥È¤¹¤ë ! ¾ì¹ç¤Ë¤Ï¡¢ `vgaVideoChipRec' ·¿¤È¤·¤ÆÄêµÁ¤·¤¿ `SDC' ¹½Â¤¤ÎÃæ¤Ë´Þ¤Þ ! ¤ì¤Æ¤¤¤ë `ChipOptionFlags' ¹½Â¤ÂΤò OFLG_SET() ¥Þ¥¯¥í¤òÍѤ¤¤Æ½é´ü²½ ! ¤·¡¢»ÈÍѤòǧ¤á¤ë¥ª¥×¥·¥ç¥ó¥Õ¥é¥Ã¥°¤ò¤³¤ÎÃæ¤ËÀßÄꤷ¤Æ¤ª¤¯¤³¤È¤¬É¬Í× ! ¤Ç¤¹¡£ ! ! ! 6.6. EnterLeave() ´Ø¿ô ! ! EnterLeave() ´Ø¿ô¤Ï¥µ¡¼¥Ð¤òµ¯Æ°¤·¤¿²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÆþ¤Ã¤¿¤ê½Ð¤¿¤ê¤¹¤ë ! Å٤˸ƤФì¤Þ¤¹(²¾ÁÛ¥³¥ó¥½¡¼¥ëµ¡Ç½¤ò¤â¤¿¤Ê¤¤ OS ¤Ç¤Ï¡¢¤³¤Î´Ø¿ô¤Ï¤Þ¤º¥µ ! ¡¼¥Ð¡¼¤Î³«»Ï»þ¤Ë¸Æ¤Ð¤ì¡¢½ªÎ»»þ¤Ë¤â¤¦°ìÅٸƤФì¤Þ¤¹)¡£¤³¤Î´Ø¿ô¤ÎÌÜŪ¤Ï ! (¤½¤¦¤¹¤ë¤³¤È¤¬É¬Í×¤Ê OS ¤Î¾ì¹ç¤Ë) I/O ¤Î¸¢¸Â¤ò¾ùÅϤ·¤¿¤êÇíÃ¥¤·¤¿¤ê¤¹ ! ¤ë¤³¤È¡¢¤ª¤è¤Ó¥É¥é¥¤¥Ð¤¬Áàºî¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ ``Êݸ¤ì¤¿''¥ì¥¸¥¹¥¿ ! ¤Ø¤Î¥¢¥¯¥»¥¹¤ò¥í¥Ã¥¯²ò½ü¤·¤¿¤êºÆ¥í¥Ã¥¯¤·¤¿¤ê¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤ì¤ÏÈó¾ï¤Ë ! ´Êñ¤Ê´Ø¿ô¤Ç¤¢¤ê¡¢¥¹¥¿¥Ö¥É¥é¥¤¥ÐÃæ¤Î¥³¥á¥ó¥È¤Ë½ñ¤«¤ì¤¿ÊýË¡¤Ç¼ÂÁõ¤Ç¤­¤Þ ! ¤¹¡£ ! ! ! 6.7. Restore() ´Ø¿ô ! ! Restore() ´Ø¿ô¤ÏÊݸ¤·¤Æ¤ª¤¤¤¿¥Ó¥Ç¥ª¾õÂÖ¤ò²óÉü¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ¤³¤Î `restore' ¤È¤¤¤¦Ì¾¾Î¤Ï¾¯¤·¤Ð¤«¤ê¸í¤Ã¤¿Ì¾¾Î¤Ç¤¢¤ê¡¢¼ÂºÝ¤Ë¤ÏÊݸ¤µ ! ¤ì¤¿¾õÂÖ¤ò²óÉü¤¹¤ë¤¿¤á¤Ð¤«¤ê¤Ç¤Ê¤¯¡¢¥µ¡¼¥Ð¤¬¿·µ¬¤ËºîÀ®¤·¤¿¾õÂÖ¤Ø¤È°Ü¹Ô ! ¤¹¤ë¤¿¤á¤Ë¤³¤Î´Ø¿ô¤ò»ÈÍѤ¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ Restore() ´Ø¿ô¤Ï¼¡¤ÎÆ°ºî ! ¤ò´°Á´¤Ë¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! ! 1. ¥Ð¥ó¥¯ 0 ¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¤³¤È¡¢¤ª¤è¤Ó¿·¤·¤¤¾õÂ֤ذܹԤ¹¤ëÁ°¤ËɬÍ×¤È ! ¤Ê¤ë¤½¤Î¾¤Î¾õÂÖ¾ðÊ󤬤¹¤Ù¤ÆÀßÄêºÑ¤ß¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹¡£ ! ! 2. vgaHWRestore() ¤ò¸Æ¤Ó½Ð¤·¤Æ¾õÂÖ¾ðÊó¤ÎÈÆÍÑ VGA Éôʬ¤ò²óÉü¤µ¤»¤Þ¤¹¡£ ! ¤³¤Î´Ø¿ô¤Ï vgaHW.c ¥Õ¥¡¥¤¥ë¤ÎÃæ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3. ¾õÂÖ¾ðÊó¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ËÆÃÍ­Éôʬ¤ò²óÉü¤·¤Þ¤¹¡£¤³¤ì¤Ïñ½ã¤Ë¥ì¥¸¥¹¥¿ ! ¤Ë½ñ¤­¹þ¤à¤«¡¢¤¢¤ë¤¤¤Ï¤â¤·¥ì¥¸¥¹¥¿Ãæ¤Î°ìÉô¤Î¥Ó¥Ã¥È¤À¤±¤òÊѹ¹¤¹¤ëɬ ! Íפ¬¤¢¤ë¾ì¹ç¤Ë¤Ï read/modify/write Áàºî¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥¯¥í¥Ã¥¯ÁªÂò ! ¥Ó¥Ã¥È¤ò°·¤¦ÊýË¡¤Ë¤Ä¤¤¤Æ¡¢¥µ¥ó¥×¥ë¥É¥é¥¤¥ÐÃæ¤Î¥³¥á¥ó¥È¤ò³Îǧ¤·¤Æ¤ª ! ¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6.8. Save() ´Ø¿ô ! ! Save() ´Ø¿ô¤Ï¥µ¡¼¥Ðµ¯Æ°»þ¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î½é´ü¾õÂ֤˴ؤ¹¤ë¾ðÊó¤ò¼è¤ê½Ð ! ¤¹¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£Save() ´Ø¿ô¤Ï¼¡¤ÎÆ°ºî¤ò´°Á´¤Ë¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! ! 1. ¥Ð¥ó¥¯ 0 ¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹¡£ ! ! ! 2. vgaHWSave() ¤ò¸Æ¤Ó½Ð¤·¤Æ¾õÂÖ¾ðÊó¤ÎÈÆÍÑ VGA Éôʬ¤ò¼è¤ê½Ð¤·¤Þ¤¹¡£¤³¤Î ! ´Ø¿ô¤Ï vgaHW.c ¥Õ¥¡¥¤¥ë¤ÎÃæ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3. ¾õÂÖ¾ðÊó¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÆÃÍ­Éôʬ¤ò¼è¤ê½Ð¤¹¡£ ! ! 6.9. Init() ´Ø¿ô ! ! Init() ´Ø¿ô¤Ï¥É¥é¥¤¥Ð¤ÎÃæ¤Ç (Probe() ´Ø¿ô¤Ë¼¡¤¤¤Ç) ÆóÈÖÌܤ˽ÅÍפʴؿô ! ¤Ç¤¹¡£¤³¤ì¤ò»È¤Ã¤Æ¡¢¥µ¡¼¥Ð¤ÎÃæ¤ËÄêµÁ¤µ¤ì¤¿³Æɽ¼¨¥â¡¼¥É¤ËÂФ¹¤ë¥Ç¡¼¥¿¹½ ! ¤¤ò½é´ü²½¤·¤Þ¤¹¡£¤³¤Î´Ø¿ô¤Ï `vgaSDCRec' ¥Ç¡¼¥¿¹½Â¤Á´ÂΤò½é´ü²½¤· ! ¤Æ¡¢SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤òÌÜŪ¤Î¾õÂ֤˰ܹԤµ¤»¤ë¤¿¤á¤ËɬÍפȤʤë¾ðÊó¤òÀß ! Äꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤¤ÎÈÆÍÑ VGA Éôʬ¤Ï (¤³¤ì¤â ! vgaHW.c Æâ¤Ë¤¢¤ë) vgaHWInit() ¤ò¸Æ¤Ó½Ð¤·¤Æ½é´ü²½¤·¤Þ¤¹¡£ ! ! ¤¤¤Ã¤¿¤óÈÆÍѤÎÉôʬ¤¬½é´ü²½¤µ¤ì¤¿¤é¡¢Init() ´Ø¿ô¤ÏɬÍפ˱þ¤¸¤ÆÈÆÍѥ쥸 ! ¥¹¥¿¤ÎÃæ¿È¤ò¹¥¤­¤Ê¤è¤¦¤ËÊѹ¹¤Ç¤­¤Þ¤¹¡£¤½¤Î¾ɬÍפÊÎΰè¤Î¤¹¤Ù¤Æ¤ËŬÀµ¤Ê ! ½é´ü²½¾ðÊó¤òÀßÄꤷ¤Þ¤¹¡£½é´ü²½¤µ¤ì¤ëÆÃÄê¤Î¥â¡¼¥É¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ï ! `DisplayModeRec' ¹½Â¤ÂΤؤΥݥ¤¥ó¥¿¤Ç¤¢¤ë `mode' ¥Ñ¥é¥á¥¿¤ò·Ðͳ¤·¤ÆÅÏ ! ¤µ¤ì¤Þ¤¹¡£¤³¤Î¥Ý¥¤¥ó¥¿¤òé¤ë¤³¤È¤ÇɬÍפʥѥé¥á¡¼¥¿¤ò·èÄê¤Ç¤­¤Þ¤¹¡£ ! ! ¥ì¥¸¥¹¥¿¤ÎÆÃÄê¥Ó¥Ã¥È¤Î½é´ü²½ÊýË¡¤À¤±¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤³¤Ç½é´ü ! ²½¤·¤Þ¤·¤ç¤¦¡£ÆÃÄê¥Ó¥Ã¥È¤À¤±¤òÁàºî¤¹¤ë¾ì¹ç¤Ë¤Ï Restore() ´Ø¿ô¤ò»È¤Ã¤Æ ! read/modify/write ¤ò¼Â¹Ô¤¹¤ë¤Î¤À¤È¤¤¤¦¤³¤È¤ò¤·¤Ã¤«¤ê³Ð¤¨¤Æ¤ª¤¤¤Æ²¼¤µ ! ¤¤¡£·«¤êÊÖ¤·¤Þ¤¹¤¬¡¢Î㤨¤Ð¤³¤Î´Ø¿ô¤ÎÃæ¤Ç²¿¤¬¼Â¹Ô¤µ¤ì¤ë¤Î¤«¤Ë¤Ä¤¤¤Æ¡¢´û ! ¸¤Î¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ò»²¾È¤·¤ÆÄ´¤Ù¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! 6.10. Adjust() ´Ø¿ô ! ! Adjust() ´Ø¿ô¤Ï¤Þ¤¿Ê̤Ρ¢¤È¤Æ¤â´ðËÜŪ¤Ê´Ø¿ô¤Ç¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼ ! ¥ó¤Î¥¹¥¯¥í¡¼¥ë¤äɽ¼¨²òÁüÅÙ¤ÎÊѹ¹¤Ë¤è¤Ã¤Æ¡¢¥µ¡¼¥Ð¤¬¥Ó¥Ç¥ª¥á¥â¥ê¤Îɽ¼¨ÍÑ ! Îΰè¤Î³«»ÏÅÀ¤òÄ´À°¤¹¤ëɬÍפΤ¢¤ë¤È¤­¤Ï¤¤¤Ä¤â¸Æ¤Ð¤ì¤Þ¤¹¡£¤³¤Î´Ø¿ô¤ÎôÅö ! ¤Ï¡¢»ØÄꤵ¤ì¤¿ºÂɸ¤Ë¹ç¤ï¤»¤Æ¥Á¥Ã¥×¥»¥Ã¥È¤Î³«»Ï¥¢¥É¥ì¥¹¤òÀßÄꤹ¤ë¤³¤È¤À ! ¤±¤Ç¤¹¡£¼ÂÁõÊýË¡¤Î¾ÜºÙ¤Ï¡¢¥¹¥¿¥Ö¥É¥é¥¤¥ÐÃæ¤Î¥³¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! 6.11. ValidMode() ´Ø¿ô ! ! ValidMode() ´Ø¿ô¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¡¼¤Ç°·¤¦¥Á¥Ã¥×¥»¥Ã¥È¤Ë¸ÇÍ­¤Î»ö¾ð¤Ë¤è¤Ã ! ¤Æ¡¢ÆÃÄê¤Î¥°¥é¥Õ¥£¥Ã¥¯¥â¡¼¥É¤ò»ÈÍѤǤ­¤Ê¤¤¾ì¹ç¤¬¤¢¤ë¤«¤É¤¦¤«¤ò³Îǧ¤¹¤ë ! ¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë¤â¤Î¤Ç¤¢¤ê¡¢É¬¤ºÍÑ°Õ¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£¤³¤Î´Ø¿ô¤Ï ! Probe() ¼Â¹Ô¸å¤Ë¤è¤ê¾å°Ì¤Î¥×¥í¥°¥é¥à¤«¤é¸Æ¤Ð¤ì¤Þ¤¹¡£Â¿¤¯¤Î¾ì¹ç¡¢¤³¤Î´Ø ! ¿ô¤ÎÃæ¤ÇÆÃÊ̤ÊÄ´ºº¤ò¼Â¹Ô¤¹¤ëɬÍפÏ̵¤¯¡¢¾ï¤Ë TRUE ¤òÊÖ¤¹¤è¤¦¤Êñ½ã¤Ê¤â ! ¤Î¤Ç¤â½¼Ê¬¤Ç¤·¤ç¤¦¡£ ! ! ! 6.12. SaveScreen() ´Ø¿ô ! ! SaveScreen() ´Ø¿ô¤Ï¤Û¤È¤ó¤É¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³¤Î´Ø¿ô ! ¤¬É¬Íפˤʤë¤Î¤Ï¡¢ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¾å¤ÇƱ´ü¥ê¥»¥Ã¥È¤¬¼Â¹Ô¤µ¤ì¤¿»þ¤Ë¡¢ ! ¥É¥é¥¤¥Ð¤ÎÆ°ºî¤ËɬÍפʳÈÄ¥¥ì¥¸¥¹¥¿¤ÎÆâÍƤâ°ì½ï¤ËÊѹ¹¤µ¤ì¤Æ¤·¤Þ¤¦¤è¤¦¤Ê ! ¾ì¹ç¤Ç¤¹¡£¡Ê¤³¤Î¤è¤¦¤Ê¾ì¹ç¡¢¥Ç¡¼¥¿¥Ö¥Ã¥¯¤ËÀâÌÀ¤¬µ­ºÜ¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç ! ¤¹¡£) ¤³¤Î´Ø¿ô¤¬É¬Í× *̵¤¤* ¾ì¹ç¤Ë¤Ï¡¢Ã±¤Ë¤³¤ì¤òÄêµÁ¤·¤Ê¤¤¤Ç¤ª¤¤¤Æ¡¢ ! vgaVideoChipRec ¹½Â¤ÂΤò½é´ü²½¤¹¤ëºÝ¤Ë¤Ï¡¢¤³¤Î´Ø¿ô¤ò»ØÄꤹ¤ë¤¿¤á¤Î¥Õ¥£ ! ¡¼¥ë¥É¤Ë `NoopDDA' ¤òÀßÄꤷ¤Þ¤¹¡£¡ÊNoopDDA ¤ÏÈÆÍѤÎÃæ¿È¤Î̵¤¤´Ø¿ô¤Ç ! ¤¹¡Ë¡£ ! ! ¤³¤Î´Ø¿ô¤¬ *ɬÍ×* ¤Ê¾ì¹ç¤Ë¤Ï¡¢¤ä¤ë¤Ù¤­¤³¤È¤Ï»ê¶Ëñ½ã¤Ç¤¹¡£¤³¤Î´Ø¿ô¤Ïɬ ! ¤ºÆó²ó (°ì²óÌܤϥꥻ¥Ã¥ÈÁ°¡¢Æó²óÌܤϥꥻ¥Ã¥È¸å) ¸Æ¤Ð¤ì¤Þ¤¹¡£Á°¼Ô¤Î¾ì¹ç ! ¤Ë¤Ï°ú¿ô¤È¤·¤Æ SS_START ¤¬ÅϤµ¤ì¡¢¸å¼Ô¤Î¾ì¹ç¤Ï SS_FINISH ¤¬ÅϤµ¤ì¤Þ ! ¤¹¡£É¬Íפʺî¶È¤Ï¡¢ SS_START ¤Ç¸Æ¤Ó½Ð¤µ¤ì¤¿ºÝ¤Ë¤Ï¥ê¥»¥Ã¥È¤Ë¤è¤Ã¤Æ±Æ¶Á¤ò ! ¼õ¤±¤ë¥ì¥¸¥¹¥¿¤ÎÆâÍƤò¤¹¤Ù¤ÆÊݸ¤¹¤ë¤³¤È¡¢¤Þ¤¿¤³¤³¤ÇÊݸ¤·¤¿ÆâÍƤò¼¡¤Ë ! SS_FINISH ¤Ç¸Æ¤Ó½Ð¤µ¤ì¤¿ºÝ¤Ë²óÉü¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! ! 6.13. GetMode() ´Ø¿ô ! ! GetMode() ´Ø¿ô¤Ï XFree86 1.3 ¤Ç¤Ï»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ vgaVideoChipRec Ãæ ! ¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤³¤Î´Ø¿ô¤Î¤¿¤á¤Î¥Õ¥£¡¼¥ë¥É¤Ï¡¢ `NoopDDA' ¤ò»ØÄꤷ¤Æ½é ! ´ü²½¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¾­ÍèŪ¤Ë¤Ï¡¢¤³¤Î´Ø¿ô¤ò»ÈÍѤ¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥µ¡¼¥Ð¡¼¤ª¤è¤Ó¥µ¡¼¥Ð¡¼¤Î¥É ! ¥é¥¤¥Ð¡¼¥é¥¤¥Ö¥é¥ê¤òÍøÍѤ·¤¿¥¹¥¿¥ó¥É¥¢¥í¡¼¥ó¥×¥í¥°¥é¥à¡¢¤Þ¤¿¤Ï¤½¤Î¤É¤Á ! ¤é¤«¤«¤é¥Ó¥Ç¥ª¥â¡¼¥É¤òÂÐÏÃŪ¤ËÄ´À᤹¤ë¤³¤È¤¬²Äǽ¤È¤Ê¤ëͽÄê¤Ç¤¹¡£¤³¤Î´Ø ! ¿ô¤Ï¡¢ SVGA ¥ì¥¸¥¹¥¿¤òÆɤ߹þ¤ß¡¢DisplayModeRec ¹½Â¤ÂΤ˸½ºß¤Î¥Ó¥Ç¥ª¥â ! ¡¼¥É¤ò½ñ¤­½Ð¤·¤Þ¤¹¡£ ! ! [ ÌõÃí¡§ºÇ¿·¤Î¸ø³«ÈǤǤ¢¤ë XFree86 3.3.3.1 ¤Ç¤â¡¢¤³¤Î GetMode()´Ø¿ô¤ò ! ¤Þ¤È¤â¤Ë¼ÂÁõ¤·¤¿¥É¥é¥¤¥Ð¤Ï vga256/drivers °Ê²¼¤Ë 30¼ï¤Û¤É¤¢¤ë¥É¥é¥¤¥Ð ! ¤Î¤¦¤Á¡¢¤ï¤º¤«¤Ë ati ¥É¥é¥¤¥Ð¡¼¤À¤±¤Ç¤¹¡£Â¾¤Ë 2 ¼ïÎà¤Û¤É¡¢Ãæ¿È¤Î̵¤¤Äê ! µÁ¤À¤±¤Î´Ø¿ô¤òÍÑ°Õ¤·¤¿Î㤬¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤ì°Ê³°¤Î¥É¥é¥¤¥Ð¡¼¤Ç¤Ï ! `NoopDDA' ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£¸½¾õ¤Ç¤Ï¤³¤Î´Ø¿ô¤Ï¤¢¤Þ¤êɬÍפȤµ¤ì¤Æ¤¤¤Ê ! ¤¤¤È¤¤¤¦¤³¤È¤Ê¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ] ! ! ! 6.14. FbInit() ´Ø¿ô ! ! FbInit() ´Ø¿ô¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¥°¥é¥Õ¥£¥Ã¥¯¥¹¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥É¥é¥¤¥Ð¤¬É¬ ! ¤ºÍÑ°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤´Ø¿ô¤Ç¤¹¡£¤³¤Î´Ø¿ô¤Ïɸ½à¤Î cfb.banked ´Ø¿ô¤ò¡¢ ! ¤½¤ì¤¾¤ì¤Î¥Á¥Ã¥×¤Ë¹ç¤ï¤»¤¿¥¢¥¯¥»¥é¥ì¡¼¥¿ÂбþÈǤδؿô¤ËÃÖ¤­´¹¤¨¤ë¤¿¤á¤Ë ! »ÈÍѤµ¤ì¤Þ¤¹¡£ vga256LowlevFuncs ¤ÏÃÖ¤­´¹¤¨²Äǽ¤Ê´Ø¿ô¤Î°ìÍ÷¤ò´Þ¤à¹½Â¤ ! ÂΤǤ¹¡£¤³¤Î¹½Â¤ÂÎ¤Ï vga256.h ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ FbInit() ´Ø¿ô¤ÎÎã¤Ï ! et4000, pvga1 ¤ª¤è¤Ó cirrus ¤Î¥É¥é¥¤¥Ð¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! [ ÌõÃí¡§ XFree86 3.3.3.1 ¤Ç¤Ï¡¢ vga256/drivers °Ê²¼¤Î¥É¥é¥¤¥Ð¡¼¤Î¿¤¯ ! ¤¬¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¤È¤Ê¤Ã¤Æ¤ª¤ê¡¢Â¿¤¯¤Î¥É¥é¥¤¥Ð¡¼¤Ç¤³¤Î´Ø¿ô¤¬ÄêµÁ¤µ¤ì ! ¤Æ¤¤¤Þ¤¹¡£Î㤨¤Ð chips(C&T) ¤ä tvga8900(trident)¡¢¤½¤ì¤Ë neo(NeoMagic) ! ¤Ê¤É¤Î¥É¥é¥¤¥Ð¡¼¤Ë¤âÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ] ! ! ¤³¤Î´Ø¿ô¤¬É¬Í× *̵¤¤* ¾ì¹ç¤Ë¤Ï¡¢Ã±¤Ë¤³¤ì¤òÄêµÁ¤·¤Ê¤¤¤Ç¤ª¤¤¤Æ¡¢ ! vgaVideoChipRec ¹½Â¤ÂΤò½é´ü²½¤¹¤ëºÝ¤Ë¤Ï¡¢¤³¤Î´Ø¿ô¤ò»ØÄꤹ¤ë¤¿¤á¤Î¥Õ¥£ ! ¡¼¥ë¥É¤Ë `NoopDDA' ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! ! 7. ¿·¥µ¡¼¥Ð¤ÎÀ¸À® ! ! ¥É¥é¥¤¥Ð¡¼¥³¡¼¥É³«È¯¤Î½àÈ÷ºî¶È¤ÈƱ¤¸¤¯¡¢¥µ¡¼¥Ð¡¼¤òÀ¸À®¤¹¤ëºî¶È¤Î¼ê½ç¤Ï ! ¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤·¤Æ¤¤¤ë¤Î¤«¡¢¤½¤ì¤È¤â¥ê¥ó¥¯¥­¥Ã¥È¤òÍøÍѤ·¤Æ¤¤¤ë¤Î ! ¤«¤Ë¤è¤Ã¤Æ°Û¤Ê¤ê¤Þ¤¹¡£¼¡¤Ë½Ò¤Ù¤ë¤Î¤Ï¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¥Õ¥¡¥¤¥ë¤òÄɲä·¤¿ ! ¸å¤ÇºÇ½é¤ËÀ¸À®¤¹¤ë¤¿¤á¤Î¼ê½ç¤Ç¤¹¡£ ! ! o ¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! xc/programs/Xserver ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢ `make Makefile' ¤ò¼Â¹Ô ! ¤·¤¿¸å¡¢ `make Makefiles depend all' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤òÍøÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ! 1. /usr/X11R6/lib/Server ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢ `./mkmf' ¤ò¼Â¹Ô¤· ! ¤Þ¤¹¡£ ! ! 2. Ʊ¤¸¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ç¡¢ `make' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ºÇ½é¤Î¥µ¡¼¥Ð¡¼À¸À®¤ò¼Â¹Ô¤·¤¿¸å¤Ç¡ÊÎ㤨¤Ð¿·¤·¤¯³«È¯¤·¤¿¥É¥é¥¤¥Ð¤Ë¤µ ! ¤é¤ËÊѹ¹¤ò²Ã¤¨¤Æ¤«¤é¡Ë¥µ¡¼¥Ð¤òºÆÀ¸À®¤¹¤ë¾ì¹ç¤Ë¤Ï: ! ! ! o ¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ! 1. ŬÀÚ¤Ê drivers/ ²¼¤Î ¥Ç¥£¥ì¥¯¥È¥ê¤Ø°ÜÆ°¤·¤Æ¡¢¡ÊÎ㤨¤Ð ! xc/programs/Xserver/hw/xfree86/vga256/drivers¡Ë `make' ¤ò¼Â¹Ô¤· ! ¤Þ¤¹¡£ ! ! 2. xc/programs/Xserver ¤Ø°ÜÆ°¤·¤Æ¡¢¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ `make ! loadXF86_SVGA' (¥«¥é¡¼¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯), `make loadXF86_VGA16' ! (16 ¿§¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯) ¤Þ¤¿¤Ï `make loadXF86_Mono' (¥â¥Î¥¯¥í¥µ ! ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯)¡£ ! ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤òÍøÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 1. ŬÀڤʥɥ饤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ø°ÜÆ°¤·¤Æ¡¢ `make' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 2. /usr/X11R6/lib/server ¤Ë°ÜÆ°¤·¤Æ¡¢¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! `make loadXF86_SVGA' (¥«¥é¡¼¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯)¡¢ `make ! loadXF86_VGA16' (16 ¿§¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯) ¤Þ¤¿¤Ï `make ! loadXF86_Mono' (¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯)¡£ ! ! ! ! ! 8. ¥Ç¥Ð¥Ã¥° ! ! »ÄÇ°¤Ê¤¬¤é¿·¤·¤¤¥É¥é¥¤¥Ð¤Î¥Ç¥Ð¥Ã¥°¤Ï¿É¤¤¤â¤Î¤Ç¤¹¡£Î㤨¤Ð SVGA ¥Á¥Ã¥× ! ¥»¥Ã¥È¤Î¥×¥í¥°¥é¥ß¥ó¥° (¥ì¥¸¥¹¥¿ÀßÄê) ¤ò´Ö°ã¤¨¤¿¾ì¹ç¤Ë¤Ï¥Þ¥·¥ó¤¬¸Ç¤Þ¤Ã ! ¤Æ¤·¤Þ¤¦¤Ç¤·¤ç¤¦¡£¤·¤«¤·¡¢¤â¤Ã¤ÈÉÑÈˤ˵¯¤­¤ë²ÄǽÀ­¤¬¤¢¤ë¤Î¤Ï¥Ç¥£¥¹¥×¥ì ! ¥¤¤Îɽ¼¨¤¬¾Ã¤¨¤Æ¤·¤Þ¤¦¤³¤È¤Ç¤¹¡£¤³¤Î¾ì¹ç¡¢Àµ¾ï¤ËÌ᤹¤¿¤á¤Ë¤ÏºÆµ¯Æ°¤µ¤» ! ¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¿·¤·¤¯À¸À®¤·¤¿¥µ¡¼¥Ð¡¼¤ò¼Â¹Ô¤·¤Æ¥Æ¥¹¥È¤¹¤ëºÝ¤Ë ! ¤Ï¡¢³°ÉôüËö¤ò·Ò¤°¤«¡¢¥Í¥Ã¥È¥ï¡¼¥¯¤«¤é¥í¥°¥¤¥ó¤¹¤ë¤³¤È¤ò *¶¯¤¯* ¤ª´«¤á ! ¤·¤Þ¤¹¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤ËÂФ·¤Æ¥Ç¥Ð¥Ã¥¬¤ò»ÈÍѤ¹¤ë¤³¤È¤ò²Äǽ¤Ë¤¹¤ëÍ£°ì¤Î¹ç ! ÍýŪ¤ÊÊýË¡¤Ç¤¹¡£Ê£¿ô¤Î VT ¤ò»È¤¤¤Ê¤¬¤é¤Î¥Ç¥Ð¥Ã¥°¤¹¤ë¤Î¤Ï´ðËÜŪ¤Ë»þ´Ö¤Î ! ̵Â̤Ǥ¹¡£ ! ! ¥Þ¥·¥ó¤¬¸Ç¤Þ¤Ã¤Æ¤·¤Þ¤¦´í¸±À­¤Î¸ºß¤ò¹Íθ¤¹¤ë¤È¡¢¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ëÁ°¤Ë ! 1¡¢2 ²ó `sync' ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤ª¤¯¤³¤È¤Ï *¤È¤Æ¤â* Îɤ¤¹Í¤¨¤Ç¤¹¡£¤µ ! ¤é¤Ë¸À¤¨¤Ð¡¢¡ÊËÜÍè¤ÏÉÔÍפʤϤº¤Î fsck ¤¬¼Â¹Ô¤µ¤ì¤ë¤³¤È¤òÈò¤±¤ë¤¿¤á¤Ë¡Ë ! ¥Ç¥Ð¥Ã¥°¼Â¹ÔÃæ¤Ï¤É¤¦¤·¤Æ¤âɬÍפʥե¡¥¤¥ë¥·¥¹¥Æ¥à°Ê³°¡¢¤¹¤Ù¤Æ¥¢¥ó¥Þ¥¦¥ó ! ¥È¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ ! ! ɸ½à¤Ç¤Ï¡¢¥µ¡¼¥Ð¤Ï¥Ç¥Ð¥Ã¥°ÍѤΥ·¥ó¥Ü¥ëÈ´¤­¤ÇÀ¸À®¤µ¤ì¤Þ¤¹¡£¥Ç¥Ð¥Ã¥°¤Ç¤­ ! ¤ë¤è¤¦¤ËÀ¸À®¤·¤¿¥µ¡¼¥Ð¤Ï *¤È¤Æ¤â* Â礭¤Ê¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤«¤·¥É¥é¥¤¥Ð ! ¡¼¥³¡¼¥É¤ò¥Ç¥Ð¥Ã¥°¤Î¤¿¤á¤ËºÆ¹½ÃÛ¤¹¤ë¤³¤È¤Ï¤È¤Æ¤â´Êñ¤Ç¤¹¡£¼¡¤Î¼ê½ç¤Ç ! ¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! ! 1. ¥É¥é¥¤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ø°ÜÆ°¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. Makefile ¤òÊÔ½¸¤·¤Æ¤¯¤À¤µ¤¤¡£ `CDEBUGFLAGS' ¤Î *ÆóÈÖÌÜ* ¤ÎÄêµÁ¤òõ ! ¤·¤Æ¡¢¤½¤ì¤ò¼¡¤Î¤è¤¦¤Ë½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! CDEBUGFLAGS = -g -DNO_INLINE ! ! ! ! ! (¤³¤ì¤Ï¥Ç¥Ð¥Ã¥°ÍÑ¥·¥ó¥Ü¥ë¤òÍ­¸ú¤Ë¤·¡¢¥·¥ó¥°¥ë¥¹¥Æ¥Ã¥×¼Â¹Ô»þ¤Î°­Ì´¤ò°ú ! ¤­µ¯¤³¤¹´Ø¿ô¤Î¥¤¥ó¥é¥¤¥óŸ³«¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£) ! ! 3. `sdc_driver.o' ¥Õ¥¡¥¤¥ë¤ò¾Ã¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4. ¾åµ­¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¡¢¥µ¡¼¥Ð¤òºÆ¹½ÃÛ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! (¤Þ¤¿¤Ï¡¢Makefile ¤ò½¤Àµ¤¹¤ëÂå¤ï¤ê¤Ë¡¢¸Å¤¤ .o ¥Õ¥¡¥¤¥ë¤ò¾Ã¤·¤¿¸å¤Ç ! ñ¤Ë `make CDEBUGFLAGS="-g -DNO_INLINE"' ¤ò¼Â¹Ô¤¹¤ë¤È¤¤¤¦ÊýË¡¤â¤¢¤ê ! ¤Þ¤¹¡£¤³¤Î¸å¾åµ­¤Î¼ê½ç¤Ç¥µ¡¼¥Ð¤òºÆ¹½ÃÛ¤·¤Æ¤¯¤À¤µ¤¤¡£) ! ! ¤³¤ì¤Ë¤è¤Ã¤Æ¡¢¥É¥é¥¤¥Ð´Ø¿ô¤Ë¥Ö¥ì¡¼¥¯¥Ý¥¤¥ó¥È¤òÀßÄꤷ¤Æ¥·¥ó¥°¥ë¥¹¥Æ¥Ã¥× ! ¼Â¹Ô¤µ¤»¤ë¤³¤È¤Î¤Ç¤­¤ë¥µ¡¼¥Ð¤¬À¸À®¤µ¤ì¤Þ¤¹¡£¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤ò¹Ô¤Ã ! ¤Æ¤¤¤Æ¡¢¤«¤Ä SVGA ¥×¥í¥°¥é¥ß¥ó¥°¤ò³Ø½¬¤·»Ï¤á¤¿¤Ð¤«¤ê¤Ê¤é¤Ð¡¢vgaHW.c ¤â ! ƱÍͤ˥ǥХå°²Äǽ¤Ë¤·¤ÆºÆ¹½ÃÛ¤¹¤ë¤ÈÊØÍø¤Ç¤·¤ç¤¦¡£ ! ! ! 9. ¥¢¥É¥Ð¥¤¥¹ ! ! ¼¡¤Ë½Ò¤Ù¤ë¤³¤È¤Ï¡¢¤¤¤¯¤é¶¯Ä´¤·¤Æ¤â­¤ê¤Ê¤¤¤¯¤é¤¤¤Ç¤¹¡£ ! ! ¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ÎÃæ¤Ç²¿¤¬µ¯¤­¤Æ¤¤¤ë¤Î¤«¤òÍý²ò¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ë¤Þ¤Ç¤Ï¡¢ ! ¤¹¤Ù¤Æ¤ÎÍøÍѤǤ­¤ë»²¾Èʸ¸¥¤È´û¸¤Î¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ò¤¸¤Ã¤¯¤êÄ´¤Ù¤ÆÆâÍÆ ! ¤òÇÄ°®¤¹¤ë¤è¤¦Åؤá¤Æ¤¯¤À¤µ¤¤¡£¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ò½ñ¤­»Ï¤á¤ë *Á°¤Ë* ¤³¤Î ! Ä´ºº¤ò¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£¤½¤ì¤Ë¤è¤Ã¤ÆƬÄˤΥ¿¥Í¤ò¤«¤Ê¤ê¸º¤é¤¹¤³¤È¤¬¤Ç¤­¤ë ! ¤Ç¤·¤ç¤¦¡£²Äǽ¤Ê¤é¤Ð¡¢¤³¤ì¤«¤éÄɲ䷤褦¤È¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Ë»÷¤¿¥Á¥Ã¥× ! ¥»¥Ã¥È¤Î¥É¥é¥¤¥Ð¤òõ¤·¤Þ¤·¤ç¤¦¡£¤Þ¤¿¤â¤·¡¢¤½¤¦¤·¤¿¥É¥é¥¤¥Ð¤ò¸«¤Ä¤±¤ë¤³ ! ¤È¤¬¤Ç¤­¤¿¤é¡¢¤½¤ì¤òÎãÂê¤È¤·¤ÆÍøÍѤ·¤Þ¤·¤ç¤¦¡£¤¿¤Ö¤ó¡¢¤½¤Î¥³¡¼¥É¤«¤é¿· ! ¤·¤¤¥É¥é¥¤¥Ð¤òÇÉÀ¸¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ ! ! ¥Ç¥Ð¥Ã¥°Ãæ¤Ï°Å¤¯»×¤¤µÍ¤á¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤¿¤Ö¤ó¡¢ºÇ½é¤Î¤¦¤Á¤Ï¤¤¤í¤¤¤í¤È ! ÌäÂê¤òÊú¤¨¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ (»ä¤â¤Þ¤À¤Þ¤À¤½¤³¤«¤éÈ´¤±½Ð¤»¤Æ¤¤¤Þ¤» ! ¤ó¡£) ¤±¤ì¤É¤â¡¢Ãí°Õ¿¼¤¯¡¢¿µ½Å¤Ë¥Ç¥Ð¥Ã¥°¤Î¼ê½ç¤ò¿Ê¤á¤Æ¤¤¤±¤Ð¡¢Èó¾ï¤Ëû ! ¤¤´Ö¤ËÀ®²Ì¤òµó¤²¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤ª¤½¤é¤¯¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Î¤³¤È¤ò¾Ü¤·¤¯ ! Íý²ò¤·¤Æ¤¤¤ì¤Ð¡¢ 1, 2 Æü¤Ç¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ÎºîÀ®¤È¥Ç¥Ð¥Ã¥°¤ò¤ä¤Ã¤Æ¤Î¤± ! ¤ë¤³¤È¤µ¤¨²Äǽ¤Ç¤·¤ç¤¦¡£¤³¤Î¼ï¤Î¥×¥í¥°¥é¥ß¥ó¥°¤ò³Ø½¬¤·»Ï¤á¤¿¤Ð¤«¤ê¤Î¿Í ! ¤Î¾ì¹ç¤Ë¤Ï¡¢°ì½µ´Ö¤È¤¤¤¦¤Î¤¬¡¢¤è¤êÂÅÅö¤ÊÀþ¤Ç¤·¤ç¤¦¡£ ! ! ! 10. ¹âÅÙ¤ÊÏÃÂê ! ! ¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È¤ÏÆó¤Ä¤Î¹âÅ٤ʵ»½ÑÎΰè¤Ë¼è¤êÁȤ߻Ϥá¤Þ¤·¤¿¡£¤½¤ì¤Ï¥× ! ¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤È¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î³Æ¼ïÆÃÀ­ (BitBlt, ! line drawing, HW ¥«¡¼¥½¥ë) ¤Ç¤¹¡£¤³¤ì¤é¤Ï¿·¤·¤¤µ»½ÑÎΰè¤Ç¡¢Àµ¼°¤Ê¥¤¥ó ! ¥¿¡¼¥Õ¥§¡¼¥¹¤Ï̤¤ÀÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¿·¤·¤¤µ»½ÑÎΰè¤Ë¤Ä¤¤¤Æºî ! ¶È¤·¤¿¤¤¾ì¹ç¤Ï¡¢XFree86 ¥Á¡¼¥à¤ÈÏ¢Íí¤ò¼è¤Ã¤Æ³«È¯/¥Ù¡¼¥¿¥Æ¥¹¥È¥Á¡¼¥à¤Ë ! »²²è¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! [ ÌõÃí¡§ XFree86 3.3.3.1 ¤Ç¤Ï vga256/drivers °Ê²¼¤Î¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤Ç ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ä¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤ò»ÈÍѤ·¤Æ¤¤¤ë¤â¤Î¤¬¤±¤Ã¤³¤¦ ! ¤¢¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤Ë¤Ä¤¤¤Æ¤Ï¥½¡¼¥¹¥Ä¥ê¡¼¤Î xaa/NOTES ¤ò»²¾È ! ¤¹¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ] ! ! ! 11. »²¹Íʸ¸¥ ! ! ! o Programmer's Guide to the EGA and VGA Cards, 3rd ed. ! Richard Ferraro ! Addison-Wesley, 1994 ! ISBN 0-201-62490-7 ! (¤³¤ì¤Ï SVGA ¥×¥í¥°¥é¥ß¥ó¥°¤ÎɬÆɽñ¤Ç¤¹¡£¤Á¤ç¤Ã¤È¸íµ­¤¬¤¢¤ë¤Î¤ÇÃí°Õ ! ¤·¤Þ¤·¤ç¤¦¡£Âè 3 ÈǤǤϤ¤¤¯¤Ä¤«¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤â¸ÀµÚ ! ¤·¤Æ¤¤¤Þ¤¹¡£) ! ! o vgadoc4.zip ! Finn Thoegersen ! (¤³¤ì¤Ï SVGA ¤È¤½¤Î¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î»ñÎÁ¤ò½¸¤á¤¿¤â¤Î¤Ç¤¹¡£ ! wuarchive ¤ò´Þ¤à¤Û¤È¤ó¤É¤Î MS-DOS/Windows ´ØÏ¢¤Î FTP ¥¢¡¼¥«¥¤¥Ö¤«¤é ! ¼è¤ê´ó¤»²Äǽ¤Ç¤¹¡£¤³¤ì¤Ï DOS/BIOS ¤òÂоݤȤ·¤¿¤â¤Î¤Ç¤¹¤¬¡¢¤½¤Î°ìÊý ! ÆäËõºº (probe) ´Ø¿ô¤ò³«È¯¤¹¤ë»þ¤Ë¤Ï¤È¤Æ¤âÍ­ÍѤʻñÎÁ¤Ç¤¹¡£) ! ! ! 12. ¥Ù¥ó¥À¡¼Ï¢ÍíÀè¾ðÊó ! ! ! ATI Technologies (VGA-Wonder, Mach8, Mach32, Mach64) ! 33 Commerce Valley Drive East" Thornhill, Ontario ! Canada L3T 7N6 ! (905) 882-2600 (sales) ! (905) 882-2626 (tech support) ! (905) 764-9404 (BBS) ! (905) 882-0546 (fax) ! ! ! Chips & Technologies ! ??? ! ! ! Cirrus Logic (SVGA, Accelerators - CL-GD5426) ! 3100 West Warren Ave. ! Fremont, CA 94538 ! (510) 623-8300 (N. CA, USA) ! (49) 8152-40084 (Germany) ! (44) 0727-872424 (UK) ! ! ! Genoa Systems (GVGA) ! 75 E. Trimble Road ! San Jose, CA 95131 ! (408) 432-9090 (sales) ! (408) 432-8324 (tech support) ! ! ! Headland Technologies, Inc (Video-7 VGA 1024i, VRAM II) ! 46221 Landing Parkway ! Fremont, CA 94538 ! (415) 623-7857 ! ! ! Oak Technology, Inc (OTI-067,OTI-077) ! 139 Kifer Ct. ! Sunnyvale, CA 94086 ! (408) 737-0888 ! (408) 737-3838 (fax) ! ! ! S3 (911, 924, 801/805, 928, 864, 868, 964, 968, 764, 765) ! (408) 980-5400 ! ! ! Trident Microsystems Inc (8800, 8900, 9000) ! 205 Ravendale Dr ! Mountainside, CA 94043 ! (415) 691-9211 ! ! ! Tseng Labs Inc, ! 6 Terry Drive ! Newtown, PA 18940 ! (215) 968-0502 ! ! ! Weitek (Power9000, 5186) ! 1060 E. Arques Ave, ! Sunnyvale, CA 94086 ! (408) 738-5765 ! ! ! Western Digital ! (714) 932-4900 ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc,v 3.1.2.2 1999/06/02 07:51:04 hohndel Exp $ ! ! ! ! ! ! $XConsortium: VGADriv.sgml /main/9 1996/10/28 05:13:22 kaleb $ ! ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/VGADriv.sgml,v ! 3.13.2.1 1998/02/01 16:04:54 ¤ò¡¢º´Ìî Éð½Ó ( Taketoshi Sano ! ) ¤¬ XFree86 ! 3.3.3.1 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤· ! ¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼ ! ¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£ ! ! ¤Ê¤ª¡¢ËÝÌõ¤Ë¤¢¤¿¤Ã¤Æ¤Ï²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤µ¤ó¤Ë¤è ! ¤ë XFree86 3.3.2 ¤ÎÏÂÌõ¤«¤éÂçÉôʬ¤Îʸ¾Ï¤ò夭¤Þ¤·¤¿¤³¤È¤ò¤³¤³¤Ëµ­¤·¡¢ ! ´¶¼Õ¤ò¼¨¤·¤Þ¤¹¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î ! ÏÂÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! http://xjman.dsl.gr.jp/ (ά¾Î xjman ¥×¥í¥¸¥§ ! ¥¯¥È) ¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä ¤Þ¤¿¤Ï ! xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! ! ! ______________________________________________________________________ ! ______________________________________________________________________ ! ! ! [EOF] ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,1073 ---- ! XFree86 ¤Ø (S)VGA ¥É¥é¥¤¥Ð¤òÄɲ乤ëÊýË¡ ! Copyright (c) 1993, 1994 David E. Wexelblat ! ! 1.3 ¹æ - 1994 ǯ 5 ·î 29 Æü ! X Japanese Documentation Project ! 1999 ǯ 2 ·î 6 Æü ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ½øʸ ! 2. »Ï¤á¤Ë ! 3. ¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤ ! 4. À¸À®¾ðÊó¤ÎÀßÄê ! 5. ¥Ð¥ó¥¯ÀÚ¤êÂؤ¨µ¡Ç½ ! 6. ¥É¥é¥¤¥Ð¼«¿È¤Ë¤Ä¤¤¤Æ ! 6.1 Ê£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤È¥ª¥×¥·¥ç¥ó ! 6.2 ¥Ç¡¼¥¿¹½Â¤ ! 6.3 Ident() ´Ø¿ô ! 6.4 ClockSelect() ´Ø¿ô ! 6.5 Probe() ´Ø¿ô ! 6.6 EnterLeave() ´Ø¿ô ! 6.7 Restore() ´Ø¿ô ! 6.8 Save() ´Ø¿ô ! 6.9 Init() ´Ø¿ô ! 6.10 Adjust() ´Ø¿ô ! 6.11 ValidMode() ´Ø¿ô ! 6.12 SaveScreen() ´Ø¿ô ! 6.13 GetMode() ´Ø¿ô ! 6.14 FbInit() ´Ø¿ô ! ! 7. ¿·¥µ¡¼¥Ð¤ÎÀ¸À® ! 8. ¥Ç¥Ð¥Ã¥° ! 9. ¥¢¥É¥Ð¥¤¥¹ ! 10. ¹âÅÙ¤ÊÏÃÂê ! 11. »²¹Íʸ¸¥ ! 12. ¥Ù¥ó¥À¡¼Ï¢ÍíÀè¾ðÊó ! ! ______________________________________________________________________ ! ! 1. ½øʸ ! ! XFree86 ¤Ë¿·¤·¤¤ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤òÄɲ乤뤳¤È¤Ï¥Ï¡¼¥É¥¦¥§ ! ¥¢¤ËÌ©Ã夷¤¿¥×¥í¥°¥é¥ß¥ó¥°¤Ë¤Ä¤¤¤Æ³Ø½¬¤·¤¿¤¤¿Í¤Ë¤È¤Ã¤Æ¼ê¤´¤¿¤¨¤Î¤¢¤ëºî ! ¶È¤Ç¤¹¡£¤³¤Î¤è¤¦¤Êºî¶È¤Ë¤Ï´í¸±¤¬°ìÇդǤ¹¡£Æäˡ¢¥Þ¥·¥ó¤¬¥Ï¥ó¥°¥¢¥Ã¥×¤· ! ¤Æ¤·¤Þ¤¦¤è¤¦¤Ê¤³¤È¤ÏÆü¾ïÃãÈÓ»ö¤Ç¤¹¡£¤½¤ì¤Ç¤âºÇ½ªÅª¤Ë¡¢¥µ¡¼¥Ð¤¬Î©¤Á¾å ! ¤¬¤Ã¤Æ¤¦¤Þ¤¯Æ°¤¤¤Æ¤¯¤ì¤¿»þ¤Ï¡¢ÄìÃΤì¤ÌËþ­´¶¤Ë¤Ò¤¿¤ì¤Þ¤¹¡£ ! ! SVGA ¥Á¥Ã¥×¥»¥Ã¥ÈÂбþ¤Î¥É¥é¥¤¥Ð¤òÄɲ乤뤳¤È¤Ï¥µ¡¼¥Ð¤Î´ðËܵ¡Ç½¤òÊѹ¹ ! ¤¹¤ë¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤¿¤À¡¢256 ¿§Æ±»þȯ¿§¤Î¥«¥é¡¼¥µ¡¼¥Ð¤«¥â¥Î¥¯¥í¥µ ! ¡¼¥Ð¤¬½ÐÍè¤ë¤À¤±¤Ç¤¹¡£¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¡ÊÎ㤨¤Ð¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¡Ë ! ¤òÄɲ乤뤳¤È¤Ï½ÅÍפʻŻö¤Ç¡¢Ê¸½ñ²½½ÐÍè¤ë¤è¤¦¤ÊÄ귿Ūºî¶È¤Ë¤ÏÄø±ó¤¤¤â ! ¤Î¤Ç¤¹¡£ ! ! ¤½¤ì¤Ë¤â¤«¤«¤ï¤é¤º¡¢¤³¤³¤Ç¹Ô¤¦¥É¥é¥¤¥Ð¤ò½ñ¤¯¤è¤¦¤Ê¥×¥í¥°¥é¥ß¥ó¥°¤ÏÎɤ¤ ! ÆþÌç¤È¤Ê¤ê¤Þ¤¹¡£Â¿¤¯¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¥»¥Ã¥È¤Ï SVGA ¤Î¾å°Ì¸ß´¹¤Ç¤¢ ! ¤ë¤¿¤á¡¢¤½¤ì¤é¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤òÄɲ乤뤿¤á¤ÎºÇ½é¤ÎÃʳ¬¤È¤·¤Æ¤â°ÕÌ£¤Î ! ¤¢¤ëºî¶È¤Ç¤¹¡£³ºÅö¤¹¤ë¥Á¥Ã¥×¤ËÂбþ¤·¤¿ SVGA ¤Î¥É¥é¥¤¥Ð¤ò½ñ¤¯¤³¤È¤Ë¤è¤Ã ! ¤Æ¡¢¿·¤·¤¤µ¡Ç½¤òÄɲ乤ë¤È¤­¤Ë°ÂÄꤷ¤¿³«È¯´Ä¶­¤Çºî¶È¤Ç¤­¤Þ¤¹ (¼Â ! ºÝ¡¢XFree86 2.0 ¤Î¤¿¤á¤Ë S3, Cirrus ¤ª¤è¤Ó WD ¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥µ¡¼ ! ¥Ð¡¼¤ò³«È¯¤·¤¿ºÝ¤Ë¤Ï¡¢Àè¤Ë¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ËÂбþ¤·¤¿ SVGA ¥É¥é¥¤¥Ð ! ¤¬ºîÀ®¤µ¤ì¡¢XFree86 ÆâÉô¤Î³«È¯¼Ô¤¿¤Á¤Ë¤è¤Ã¤Æ»ÈÍѤµ¤ì¤Þ¤·¤¿¡£) ! ! [ÌõÃí: ºÇ¶á¤Ç¤Ï¸ÄÊ̤Υ¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥µ¡¼¥Ð¡¼¤ò³«È¯¤¹¤ë¤³¤È¤è¤ê¤à¤· ! ¤í¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¤Î SVGA ¥É¥é¥¤¥Ð¤ò³«È¯¤¹¤ë¤³¤È¤Î¤Û¤¦¤¬Â¿¤¤¤è¤¦¤Ç ! ¤¹¡£3.3.3 ¤ÇÄɲ䵤줿 Cyrix ¤ä NeoMagic ¤Î¾ S3V, Trident, C&T ¤Ê¤É¤Î ! SVGA ¥É¥é¥¤¥Ð¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£°ìÊý 3Dlabs ¤ä I128 ¤Î ! ¤è¤¦¤ËºÇ¶á¤Ç¤â¸ÄÊ̤Υ¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥µ¡¼¥Ð¡¼¤È¤·¤Æ³«È¯¤µ¤ì¤¿Îã¤â¤¢¤ê ! ¤Þ¤¹¡£¤Þ¤¿¡¢°Ê²¼¤ÎÀâÌÀ¤Ï XFree86 3.x ¤Þ¤Ç¤Î¥³¡¼¥É¤ò¥Ù¡¼¥¹¤È¤·¤Æ¤¤¤Þ¤¹ ! ¤¬¡¢¸½ºß XFree86 ¤Ç³«È¯Ãæ¤Î 4.0 ¤Ç¤Ï¥µ¡¼¥Ð¡¼¤Î¹½Â¤¤ËÂ礭¤ÊÊѹ¹¤¬²Ã¤¨¤é ! ¤ì¤Æ¤ª¤ê¡¢°Ê²¼¤ÎÀâÌÀ¤¬¤½¤Î¤Þ¤Þ¹ç¤Æ¤Ï¤Þ¤é¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤«¤é¿·¤· ! ¤¤¥É¥é¥¤¥Ð¡¼¤ò½ñ¤³¤¦¤È¤¤¤¦¾ì¹ç¤Ë¤Ï¡¢¤Ç¤­¤ë¤À¤± XFree86 ¤Ë»²²Ã¤·¤ÆºÇ½é ! ¤«¤é 4.0 ÍѤ˺îÀ®¤·¤¿¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£¤½¤ì¤Ç¤â¡¢°Ê²¼¤ÎÀâÌÀ¤òÍý²ò¤· ! ¤Æ¤ª¤¯¤³¤È¤Ï̵Â̤ǤϤ¢¤ê¤Þ¤»¤ó¡£ÍѸì¤ä´ðËÜŪ¤Ê»ÅÁȤʤɤˤĤ¤¤Æ¤Ï»²¹Í¤Ë ! ¤Ê¤ë¤â¤Î¤È»×¤¤¤Þ¤¹¡£] ! ! ¤µ¤¢¡¢»Ï¤á¤Þ¤·¤ç¤¦¡£¤³¤Îʸ½ñ¤Ë²Ã¤¨¤Æ¡¢¥¹¥¿¥Ö¥É¥é¥¤¥Ð¤òÄ󶡤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤ì¤Ï¿·¤·¤¤¥É¥é¥¤¥Ð¤ò³«È¯¤¹¤ëºÝ¤Ë´°Á´¤Ê¹üÁȤߤȤ·¤Æ»È¤¨¤ë¤è¤¦¤ËÄ󶡤¹ ! ¤ë¤â¤Î¤Ç¤¹¡£¤³¤Îʸ½ñ¤¬Â礭¤¤¤«¤é¤È¤¤¤Ã¤Æºî¶È¤¬²áÅÙ¤ËÆñ¤·¤¤¤È»×¤ï¤Ê¤¤¤Ç ! ¤¯¤À¤µ¤¤¡£¤³¤Îʸ½ñ¤ò¤Ç¤­¤ë¸Â¤ê´°Á´¤Ê¤â¤Î¤Ë¶á¤Å¤±¤ë¤¿¤á¤Ë¡¢Â¿¤¯¤ÎÅØÎϤ¬ ! Ãí¤¬¤ì¤Þ¤·¤¿¡£¤Ç¤¹¤«¤éÍýÏÀŪ¤Ë¤Ï¡¢¤³¤Îʸ½ñ¤òºî¶È¼ê½ç½ñ¤È¤·¤Æ»È¤¤¡¢ºÇ¸å ! ¤Þ¤Ç¤½¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Æ¤¤¤±¤Ð¡¢¤Á¤ã¤ó¤ÈÆ°ºî¤¹¤ë¥É¥é¥¤¥Ð¡¼¤¬¤Ç¤­¤¢ ! ¤¬¤ë¤Ï¤º¤Ç¤¹¡£¤Ê¤ªºî¶È¤ò³«»Ï¤¹¤ëÁ°¤Ë¡¢¤³¤Îʸ½ñ¤òºÇ½é¤«¤éºÇ¸å¤Þ¤Ç¤¸¤Ã¤¯ ! ¤êÆɤßÄ̤·¤Æ¤ª¤¯¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ ! ! 2. »Ï¤á¤Ë ! ! ¿·¤·¤¤¥É¥é¥¤¥Ð¤òºî¤ëºÇ½é¤ÎÃʳ¬¤Ï¤½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë´Ø¤¹¤ë»ñÎÁ¤ò½¸¤á¤ë¤³ ! ¤È¤Ç¤¹¡£º£¤Þ¤Ç¤Ë¤ï¤¿¤·¤¬½¸¤á¤¿¥Ù¥ó¥À¡¼¤ÎÏ¢ÍíÀè¾ðÊó°ìÍ÷¤ò¤³¤Îʸ½ñ¤ËÆþ¤ì ! ¤Æ¤¤¤Þ¤¹ (´°àú¤È¤Ï¸À¤¨¤Ê¤¤¤â¤Î¤Ç¤¹¤Î¤Ç¡¢¤³¤Î°ìÍ÷¤Ë̵¤¤¤â¤Î¤ÇÃΤäƤ¤¤ë ! ¤â¤Î¤¬¤¢¤ê¤Þ¤·¤¿¤éÃø¼Ô¤Þ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤)¡£¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ç¡¼¥¿¥Ö¥Ã¥¯ ! ¤ò¼è¤ê´ó¤»¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥Ù¥ó¥À¡¼¤ÎôÅö¼Ô¤Ë¤Ï¡¢¥ì¥¸¥¹¥¿¤òľÀÜÁàºî¤· ! ¤Æ¥×¥í¥°¥é¥ß¥ó¥°¤·¤¿¤¤¤Î¤À¤È¤¯¤ì¤°¤ì¤âÇ°¤ò²¡¤¹Íͤˤ·¤Æ¤¯¤À¤µ¤¤¡£ (¤½¤¦ ! ¤¹¤ì¤ÐÅŵ¤Åª¥¹¥Ú¥Ã¥¯¥·¡¼¥È¤ò¼õ¤±¼è¤é¤º¤ËºÑ¤ß¤Þ¤¹) ! ! ¤Ê¤Ë¤«¥µ¥ó¥×¥ë¥×¥í¥°¥é¥à¤«³«È¯¼ÔÍѤΥ­¥Ã¥ÈÅù¤òÆþ¼ê¤Ç¤­¤ë¤«¤É¤¦¤«Ì䤤¹ç ! ¤ï¤»¤Æ¤¯¤À¤µ¤¤¡£°ìÈÌŪ¤Ë¸À¤Ã¤Æ¡¢SVGA ¥ì¥Ù¥ë¤Î³«È¯ºî¶È¤Ë¤ª¤¤¤ÆºÇ¤âɬÍ× ! ¤È¤Ê¤ë»ñÎÁ¤Ï¡¢¥ì¥¸¥¹¥¿¤Î°ìÍ÷¤ä¤½¤ÎÀâÌÀ¤òµ­ºÜ¤·¤Æ¤¤¤ë¥Ç¡¼¥¿¥Ö¥Ã¥¯¤Ç¤¢¤ë ! ¤³¤È¤ò¤ï¤¿¤·¤Ï³Ø¤Ó¤Þ¤·¤¿¡£ ! ! VGA ¥ì¥¸¥¹¥¿¤òľÀÜÁàºî¤¹¤ë¤è¤¦¤Ê¥×¥í¥°¥é¥ß¥ó¥°¤Ë´·¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï ! Richard Ferraro ¤ÎɬÆɽñ¤òÆþ¼ê¤·¤Æ (À§ÈóÆɤó¤Ç¡ª) ²¼¤µ¤¤ (¤³¤Îʸ¾Ï¤ÎºÇ ! ¸å¤ËźÉÕ¤·¤¿¡Ö»²¹Íʸ¸¥¡×¤ò¸«¤Æ¤¯¤À¤µ¤¤)¡£¥µ¡¼¥Ð¤Ç²¿¤¬µ¯¤Ã¤Æ¤¤¤ë¤«¤òÍý ! ²ò¤¹¤ëºÇÎɤÎÊýË¡¤Ï¥â¥Î¥¯¥í¤Î ``generic'' ¥µ¡¼¥Ð¤ÎÆ°ºî¤òÄ´¤Ù¡¢Ferraro ! ¤ÎËܤ˽ñ¤«¤ì¤Æ¤¤¤ë¾ðÊó¤ÈÈæ³Ó¤¹¤ë¤³¤È¤Ç¤¹ (Ëܤ˾¯¤·´Ö°ã¤¤¤¬¤¢¤ë¤³¤È¤ËÃí ! °Õ¤·¤Æ¤¯¤À¤µ¤¤)¡£generic ¥µ¡¼¥Ð¡¼¤Ç»È¤ï¤ì¤ë VGA ¥ì¥¸¥¹¥¿¤ò°·¤¦´Ø¿ô¤Ï ! ``vgaHW.c'' ¥Õ¥¡¥¤¥ë¤ÎÃæ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! generic ¤Ê¥µ¡¼¥Ð¤Ç²¿¤¬µ¯¤Ã¤Æ¤¤¤ë¤«Íý²ò¤·¤¿¤é¡¢°ì¤Ä¤Þ¤¿¤ÏÊ£¿ô¤Î´û¸¤Î ! SVGA ¥µ¡¼¥Ð¤Ë¤Ä¤¤¤ÆÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë SVGA ¥Á¥Ã¥×¤Î¥Ç¡¼ ! ¥¿¥Ö¥Ã¥¯¤òÆþ¼ê¤·¤Æ¥×¥í¥°¥é¥à¤òÄɤ¤¤Ê¤¬¤éʸ½ñ¤òÄ´ºº¤·¤Æ¤¯¤À¤µ¤¤¡£ ! generic ¤Ê VGA ¤«¤é²¿¤¬»ÅÍͤòĶ¤¨¤Æ¤¤¤Æ²¿¤¬»ÅÍͤ˼ý¤Þ¤Ã¤Æ¤¤¤ë¤«Îɤ¯Íý ! ²ò¤·¤¿¤é¡¢¿·¤·¤¤¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¥Ç¡¼¥¿¥Ö¥Ã¥¯¤«¤é¤É¤ó¤Ê¾ðÊó¤òÆÀ¤ì¤Ð¤è¤¤¤« ! ʬ¤«¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¾ðÊó¤òÆÀ¤é¤ì¤ì¤Ð¡¢¿·¤·¤¤¥É¥é¥¤¥Ð¤Ë¼è¤ê¤«¤«¤ë½àÈ÷¤¬ ! ¤Ç¤­¤¿¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 3. ¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤ ! ! ¤³¤³¤Ç¤Ï¥½¡¼¥¹¤Î¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤¤Î³µÍפòÀâÌÀ¤·¤Þ¤¹¡£¥É¥é¥¤¥Ð¤ÎºîÀ®¤Ë´Ø ! Ï¢¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¡¿¥Õ¥¡¥¤¥ë¤À¤±¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£¥ê¥ó¥¯¥­¥Ã¥È¤Î¹½Â¤¤Ï°Ê ! ¹ß¤Ç¼¨¤·¤Þ¤¹¡£ ! ! xc/config/cf/ ! ! site.def ! ¥í¡¼¥«¥ë¤Ê¹½À®¤Î¥«¥¹¥¿¥Þ¥¤¥º ! xf86site.def ! XFree86 ¤Î¥í¡¼¥«¥ë¤Ê¹½À®¤Î¥«¥¹¥¿¥Þ¥¤¥º ! ! [ÌõÃí: ºÇ¶á¤Ï xf86site.def ¤òľÀÜÊÔ½¸¤¹¤ë¤è¤ê host.def ¤È¤¤¤¦ ! ¥Õ¥¡¥¤¥ë¤ËÆâÍƤò¥³¥Ô¡¼¤·¤Æ¡¢¤½¤ì¤òÊÔ½¸¤¹¤ëÊýË¡¤¬¿ä¾©¤µ¤ì¤Æ¤¤ ! ¤ë¤è¤¦¤Ç¤¹¡£] ! ! xc/programs/Xserver/hw/xfree86/ ! ¥µ¡¼¥Ð¤Î¥½¡¼¥¹ ! ! common/ ! Á´¥µ¡¼¥Ð¤Ë¶¦Ä̤ʥե¡¥¤¥ë (XF86Config ¤Î¥Ñ¥é¥á¡¼¥¿²òÀÏ/¥Ñ¡¼¥µ, ! I/O ¥Ç¥Ð¥¤¥¹¥Ï¥ó¥É¥éÅù) ! ! xf86.h ! `ScrnInfoRec' ¥Ç¡¼¥¿¹½Â¤¤ò´Þ¤à ! ! xf86_Option.h ! ¥ª¥×¥·¥ç¥ó¥Õ¥é¥°¤ò´Þ¤à ! ! compiler.h ! ¥¤¥ó¥é¥¤¥ó¥¢¥»¥ó¥Ö¥é¥Þ¥¯¥í¤È¥æ¡¼¥Æ¥£¥ê¥Æ¥£´Ø¿ô¤ò´Þ¤à ! ! os-support/ ! OS ¥µ¥Ý¡¼¥ÈÁØ ! ! assyntax.h ! ¥Þ¥¯¥í²½¤·¤¿¥¢¥»¥ó¥Ö¥é¥Ë¥â¥Ë¥Ã¥¯¤ò´Þ¤à ! ! xf86_OSlib.h ! OS ¤¬¥µ¥Ý¡¼¥È¤¹¤ë include, define ¤È ¥×¥í¥È¥¿¥¤¥× ! ! LinkKit/ ! ! site.def.LK ! ¥ê¥ó¥¯¥­¥Ã¥È¤Î site.def ÍѤΥƥó¥×¥ì¡¼¥È ! ! vga256/ ! 256 ¿§ VGA ¥µ¡¼¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê ! ! vga/ ! generic ¤Ê VGA ¤ò¼è¤ê°·¤¦¥×¥í¥°¥é¥à ! ! vga.h ! `vgaVideoChipRec' ¤È `vgaHWRec' ¥Ç¡¼¥¿¹½Â¤¤ò´Þ¤à ! ! vgaHW.c ! generic ¤Ê VGA ¥ì¥¸¥¹¥¿¤ò¼è¤ê°·¤¦´Ø¿ô vgaHWInit(), ! vgaHWSave() ¤È vgaHWRestore()¤ò´Þ¤à ! ! drivers/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¤ò´Þ¤à³Æ¡¹¡¢¥É¥é¥¤¥ÐÍÑ ! Imakefile, .c ¥Õ¥¡¥¤¥ë¤È¥Ð¥ó¥¯ÀÚ¤êÂؤ¨´Ø¿ôÍѤΠ.s ¥Õ¥¡¥¤¥ë ! ¤ò´Þ¤à ! ! vga2/ ! ¥â¥Î¥¯¥í¤Î vga ¥µ¡¼¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¡£vga256 ¤Ë¥ê¥ó¥¯¤¹¤ë¥Õ¥¡ ! ¥¤¥ë¤È¾ò·ï¥³¥ó¥Ñ¥¤¥ë¤Ç»ÈÍѤ¹¤ëº¹Ê¬ ! ! drivers/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¡£`generic' ¤Ê VGA ¥É¥é¥¤¥Ð ! ¤â¤³¤³¤ËÇÛÃÖ¤¹¤ë ! ! vga16/ ! 16 ¿§ vga ¥µ¡¼¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¡£vga256 ¤Ë¥ê¥ó¥¯¤¹¤ëËؤɤΥե¡ ! ¥¤¥ë¤È¾ò·ï¥³¥ó¥Ñ¥¤¥ë¤Ç»ÈÍѤ¹¤ëº¹Ê¬ ! ! drivers/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! VGADriverDoc/ ! ¤³¤Îʸ½ñ¤È¥¹¥¿¥Ö¥É¥é¥¤¥Ð ! ! ¥ê¥ó¥¯¥­¥Ã¥È¤ÏÄ̾ï /usr/X11R6/lib/Server ¤ËƳÆþ¤·¤Þ¤¹¡£¥ê¥ó¥¯¥­¥Ã¥È¤Ë ! ¤Ï¥µ¡¼¥Ð¤òºÆ¥ê¥ó¥¯¤¹¤ë¤¿¤á¤ËɬÍפʤâ¤Î¤¬¤¹¤Ù¤Æ´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¥µ¡¼¥Ð¤Î ! ¥½¡¼¥¹¤òƳÆþ¤·¤Ê¤¯¤Æ¤â¡¢¿·¤·¤¤¥É¥é¥¤¥Ð¤òºîÀ®¤·¡¢¿·¤·¤¤¥µ¡¼¥Ð¤òÀ¸À®¤¹¤ë ! ¤³¤È¤¬²Äǽ¤Ç¤¹¡£ ! ! Server/ ! ! site.def ! ¥í¡¼¥«¥ë¤Ê¹½À®¤Î¥«¥¹¥¿¥Þ¥¤¥º ! ! include/ ! ¾åµ­ `common' ¥Ç¥£¥ì¥¯¥È¥ê²¼¤Ë¤¢¤ëÁ´¤Æ¤Î include ¥Õ¥¡¥¤¥ë ! ! drivers/ ! ¤¹¤Ù¤Æ¤Î SVGA ¥É¥é¥¤¥Ð ! ! vga2/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! vga16/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! vga256/ ! SVGA ¥É¥é¥¤¥Ð¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê ! ! VGADriverDoc/ ! ¤³¤Îʸ½ñ¤È¥¹¥¿¥Ö¥É¥é¥¤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê»²¹Í¤Î¤¿¤á¤Ë `vgaHW.c' ! ¤â¤³¤³¤Ë¥³¥Ô¡¼¤µ¤ì¤Þ¤¹ (¥ê¥ó¥¯¥­¥Ã¥È¤Î°ìÉô¤È¤·¤Æ¤ÏÀ¸À®¤·¤Þ¤» ! ¤ó) ! ! 4. À¸À®¾ðÊó¤ÎÀßÄê ! ! ¤³¤ÎÀá¤Ç¤Ï¿·¤·¤¤¥É¥é¥¤¥Ð¤ÎÀßÄê¤ËɬÍפʼþÊդι½À®Êѹ¹¤ÈÀ¸À®¼ê½ç¤Ë¤Ä¤¤¤Æ ! ÀâÌÀ¤·¤Þ¤¹¡£¤³¤Î¼ê½ç¤Ï¥½¡¼¥¹¤«¤éÀ¸À®¤¹¤ë¤«¥ê¥ó¥¯¥­¥Ã¥È¤«¤éÀ¸À®¤¹¤ë¤«¤Ë ! ¤«¤«¤ï¤é¤ºÆ±Íͤǡ¢¤¿¤À¥Õ¥¡¥¤¥ë¤ÎÇÛÃÖ¤¬°Û¤Ê¤Ã¤Æ¤¤¤ë¤À¤±¤Î¤³¤È¤Ç¤¹¡£°Ê²¼ ! ¤ËɬÍפʹ½À®Êѹ¹¤Ë¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹: ! ! 1. ¥É¥é¥¤¥Ð¤Î¤¿¤á¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê̾¤È¥Ç¡¼¥¿¹½Â¤¤ò·èÄꤷ¤Æ²¼¤µ¤¤¡£¸½ ! ºß¤Î¥É¥é¥¤¥Ð¡¼ÂηϤǤϡ¢Ã±°ì¤Î¥É¥é¥¤¥ÐÆâ¤Ë´ØÏ¢¤¹¤ëÊ£¿ô¤Î¥Á¥Ã¥×¥»¥Ã ! ¥È¤Î¤¿¤á¤Î¥É¥é¥¤¥Ð¤ò¼ÂÁõ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¤¿¤á (¼ÂºÝ¤Ë¤Ï¤½¤¦¤¹¤ë ! ¤³¤È¤¬¾©Î夵¤ì¤Æ¤¤¤Þ¤¹) Ä̾ï¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ð¡¼¥¸¥ç¥ó¤è¤ê¥Ù¥ó¥À¡¼Ì¾ ! ¤ò»ÈÍѤ¹¤ë¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£¤¿¤·¤«¤Ë¸Å¤¤ XFree86 ¤Î¥É¥é¥¤¥Ð¤Ï¤³¤Î ! µ¬Äê¤Ë½¾¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬¡¢¤½¤Î¤³¤È¤Ï¤³¤ì¤«¤é³«È¯¤¹¤ë¥É¥é¥¤¥Ð¡¼¤¬µ¬Äê ! ¤Ë½¾¤ï¤Ê¤¯¤ÆÎɤ¤¤È¤¤¤¦Íýͳ¤Ë¤Ï¤Ê¤ê¤Þ¤»¤ó¡£¤½¤ì¤é¤Î¸Å¤¤¥³¡¼¥É¤Î¤Û¤È ! ¤ó¤É¤Ï¡¢¥É¥é¥¤¥Ð¤Î¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤¬¸½ºß¤Î¤è¤¦¤Ë½ÀÆ𤫤ijÈÄ¥²Äǽ¤Ë ! ¤Ê¤ëÁ°¤Ë³«È¯¤µ¤ì¤¿¤â¤Î¤Ç¤¹¡£ ! ! ¤³¤Îʸ½ñ¤Ç¤Ï SuperDuper Chips ¤È¤¤¤¦¥Ù¥ó¥À¡¼¤Î¥Á¥Ã¥×¤òÎã¤Ë¼è¤êµó¤² ! ¤Þ¤¹¡£°Ê¹ß¡¢¥É¥é¥¤¥Ð¤Î̾¾Î¤Ë `sdc' ¤òÍѤ¤¤Þ¤¹¡£ ! ! 2. ¥µ¥Ý¡¼¥ÈÂоݤò¥«¥é¡¼¥µ¡¼¥Ð¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¡¢¤Þ¤¿¤ÏξÊý¡¢¤Î¤É¤ì¤Ë¤¹ ! ¤ë¤«·è¤á¤Æ¤¯¤À¤µ¤¤¡£¤³¤Îʸ½ñ¤Ç¤Ï¡¢¥«¥é¡¼¤È¥â¥Î¥¯¥íξÊý¤Î¥µ¡¼¥Ð¤ò¥µ ! ¥Ý¡¼¥È¤¹¤ë¤â¤Î¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹¡£¥«¥é¡¼¥µ¡¼¥Ð¤À¤±¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì ! ¹ç¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ò¼Â¸½¤¹¤ë¤¿¤á¤ÎÃʳ¬¤Ï̵»ë¤·¤Æ¤«¤Þ¤¤¤Þ¤»¤ó¡£¥â¥Î ! ¥¯¥í¥µ¡¼¥Ð¤À¤±¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¤Ï¡¢¥«¥é¡¼¥µ¡¼¥Ð¤Î¤¿¤á¤Ëµ­½Ò¤µ¤ì¤Æ ! ¤¤¤ëÃʳ¬¤ò¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Î¤¿¤á¤Ë¼Â¹Ô¤·¡¢¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Î¤¿¤á¤ÎÃʳ¬ ! ¤Ï̵»ë¤·¤Æ¤¯¤À¤µ¤¤¡£´û¸¤Î¥É¥é¥¤¥Ð¤Ï¤Û¤È¤ó¤É¤¬¥«¥é¡¼¤Î¤ß¤«¡¢¤Þ¤¿¤Ï ! ξÊý¤Î¥µ¡¼¥Ð¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£``generic'' ¥É¥é¥¤¥Ð¤Ï (¸½»þÅÀ¤Ç) ! ¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Î¤ß¤ò¥µ¥Ý¡¼¥È¤¹¤ëÍ£°ì¤Î¥É¥é¥¤¥Ð¡¼¤Ç¤¹¡£ ! ! 3. ¥É¥é¥¤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤: ! ! o ¥½¡¼¥¹¤«¤éºî¶È¤¹¤ë¾ì¹ç¤Ï¡¢¼¡¤Î¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤: ! ! xc/programs/Xserver/hw/xfree86/vga256/drivers/sdc ! xc/programs/Xserver/hw/xfree86/vga16/drivers/sdc ! xc/programs/Xserver/hw/xfree86/vga2/drivers/sdc ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤«¤éºî¶È¤¹¤ë¾ì¹ç¤Ï¼¡¤Î¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤: ! ! /usr/X11R6/lib/Server/drivers/vga256/sdc ! /usr/X11R6/lib/Server/drivers/vga16/sdc ! /usr/X11R6/lib/Server/drivers/vga2/sdc ! ! 4. ¥É¥é¥¤¥Ð¤òÀ¸À®¤¹¤ë°Ù¤Î Imakefile ¥Ñ¥é¥á¥¿¤òÀßÄꤷ¤Þ¤·¤ç¤¦: ! ! o ¥½¡¼¥¹¤«¤éºî¶È¤¹¤ë¤Ê¤é: ! ! a. xc/config/cf/xfree86.cf ¤òÊÔ½¸¤·¤Æ `sdc' ¤ò `XF86Vga256Drivers', ! `XF86Vga16Drivers' ¤È `XF86Vga2Drivers' ¤ÎÄêµÁ¤Î°ìÍ÷¤ËÄɲ䷤Ƥ¯ ! ¤À¤µ¤¤¡£°ìÍ÷¤Î `generic' ¤ÎľÁ° (Î㤨¤ÐºÇ¸å¤«¤éÆóÈÖÌÜ) ¤Ë `sdc' ! ¤òÄɲä·¡¢Â¾¤Î¥É¥é¥¤¥Ð¤Îõºº¤Ë¤è¤Ã¤Æ¸í¤Ã¤Æ `sdc' ¥Á¥Ã¥×¥»¥Ã¥È¤¬ ! ¸¡ÃΤµ¤ì¤Ê¤¤¤«¤É¤¦¤«³Îǧ¤¹¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! b. xc/config/cf/xf86site.def ¤òÊÔ½¸¤·¤Æ¤³¤Î¥Õ¥¡¥¤¥ë¤Ë¤âƱ¤¸¹àÌܤòÄÉ ! ²Ã¤·¤Æ¤¯¤À¤µ¤¤ (¤³¤ì¤Ïɸ½àÃͤò¼¨¤¹Ã±¤Ê¤ë¥³¥á¥ó¥È¤Ç¤¹)¡£ ! ! c. xc/programs/Xserver/hw/xfree86/LinkKit/ ¤Ë¤¢¤ë site.def.LK ¥Õ¥¡ ! ¥¤¥ë¤òÊÔ½¸¤·¤Æ¤³¤Î¥Õ¥¡¥¤¥ë¤ËƱ¤¸¹àÌܤòÄɲ䷤Ƥ¯¤À¤µ¤¤¡£¤³¤ì¤Ï¥ê ! ¥ó¥¯¥­¥Ã¥È¤ÎÃæ¤Ë´Þ¤Þ¤ì¤ë `site.def' ¥Õ¥¡¥¤¥ë¤Î¿÷·¿¤Ç¤¹¡£ ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤«¤éºî¶È¤ò¤¹¤ë¤Ê¤é¡¢/usr/X11R6/lib/Server/site.def ¤òÊÔ ! ½¸¤·¤Æ`sdc' ¤ò `XF86Vga256Drivers', `XF86Vga16Drivers' ¤È ! `XF86Vga2Drivers' ¤ÎÄêµÁ¤ËºÇ½é¤Ë½ñ¤¤¤¿ÍͤËÄɲ䷤Ƥ¯¤À¤µ¤¤¡£ ! ! 5. ¤µ¤Æ¿·¤·¤¤¥Ç¥£¥ì¥¯¥È¥ê¤Ë¿÷·¿¤Î¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼¤·¤Þ¤·¤ç¤¦: ! ! o ¥½¡¼¥¹¤«¤éºî¶È¤¹¤ë¤Ê¤é¡¢`stub' ¥Õ¥¡¥¤¥ë¤ò¼¡¤Î¤è¤¦¤Ë¥³¥Ô¡¼¤·¤Æ¤¯¤À¤µ ! ¤¤ (¥Ç¥£¥ì¥¯¥È¥ê¤Ï xc/programs/Xserver ¤Î²¼¤Ç¤¹): ! ! Imakefile.stub => ! hw/xfree86/vga256/drivers/sdc/Imakefile ! ! stub_driver.c => ! hw/xfree86/vga256/drivers/sdc/sdc_driver.c ! ! stub_bank.s => ! hw/xfree86/vga256/drivers/sdc/sdc_bank.s ! ! Imakefile.stub => ! hw/xfree86/vga16/drivers/sdc/Imakefile (¤½¤·¤Æ¤³¤Î Imakefile ¤ò ! ÊÔ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! Imakefile.stub => ! hw/xfree86/vga2/drivers/sdc/Imakefile (¤½¤·¤Æ¤³¤Î Imakefile ¤òÊÔ ! ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤«¤éºî¶È¤¹¤ë¤Ê¤é¡¢`stub' ¥Õ¥¡¥¤¥ë¤ò¼¡¤Î¤è¤¦¤Ë¥³¥Ô¡¼¤·¤Æ ! ¤¯¤À¤µ¤¤: ! ! Imakefile.stub => ! /usr/X11R6/lib/Server/drivers/vga256/sdc/Imakefile ! ! stub_driver.c => ! /usr/X11R6/lib/Server/drivers/vga256/sdc/sdc_driver.c ! ! stub_bank.s => ! /usr/X11R6/lib/Server/drivers/vga256/sdc/sdc_bank.s ! ! Imakefile.stub => ! /usr/X11R6/lib/Server/drivers/vga16/sdc/Imakefile (¤½¤·¤Æ¤³¤Î ! Imakefile ¤òÊÔ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! Imakefile.stub => ! /usr/X11R6/lib/Server/drivers/vga2/sdc/Imakefile (¤½¤·¤Æ¤³¤Î ! Imakefile ¤òÊÔ½¸¤·¡¢¥³¥á¥ó¥È¤Ë½¾¤Ã¤ÆÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤) ! ! 6. ¤¿¤Ã¤¿º£¥³¥Ô¡¼¤·¤¿³Æ¡¹¤Î¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¤Æ `stub' ¤ò `sdc' ¤Ë¡¢ ! `STUB' ¤ò `SDC' ¤Ë¤¹¤Ù¤ÆÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ ! ! ɬÍפʽàÈ÷ºî¶È¤Ï°Ê¾å¤Ç¤¹¡£¤³¤ì¤Ç¼ÂºÝ¤Î¥É¥é¥¤¥Ð¤òºîÀ®¤¹¤ëºî¶È¤¬¤Ç¤­ ! ¤Þ¤¹¡£ ! ! 5. ¥Ð¥ó¥¯ÀÚ¤êÂؤ¨µ¡Ç½ ! ! ÉáÄ̤ΠVGA ¥á¥â¥ê¥Þ¥Ã¥×¤Ï 0xA0000 ¤«¤é»Ï¤Þ¤ë 64k ¤Ç¤¹¡£64k ¤è¤êÂ礭¤Ê ! ¥á¥â¥ê¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Îµ¡¹½¤È¤·¤Æ¡¢SuperVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï ``¥Ð¥ó¥¯ ! ÀÚ¤êÂؤ¨µ¡Ç½ (bank switching)'' - ¹â°Ì¤Î¥¢¥É¥ì¥¹¥Ó¥Ã¥È¤Ë¤è¤ê²èÁüÁàºî¤ò ! ¹Ô¤¦¥á¥â¥ê¥Ð¥ó¥¯¤òÁªÂò¤¹¤ëµ¡Ç½¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤¹¡£¥Ð¥ó¥¯¤Î¥µ¥¤¥º¤È¿ô¤Ï ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤ê¤µ¤Þ¤¶¤Þ¤Ç¤¢¤ê¡¢¾ÜºÙ¤Ï¤½¤ì¤¾¤ì¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ë´Ø¤¹¤ë ! »ñÎÁ¤Ëµ­ºÜ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤Î»ý¤Ä¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤Î¿ô¤Ï 0, 1, 2 ! ¤Î¤¤¤º¤ì¤«¤Ç¤¹¡£¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤Ê¤·¤Î¾ì¹ç¤Ï¤¿¤Ö¤ó generic ¤Ê VGA *¤À¤±* ! ¤Ê¤Î¤Ç¡¢¤³¤³¤Ç¤Ï´Ø·¸¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È (Î㤨¤Ð Trident 8900CL ¤ä Cirrus À½¥Á¥Ã¥×¤Ê¤É) ¤Ï¥Ó ! ¥Ç¥ª¥á¥â¥ê¤ò¥ê¥Ë¥¢¤Ë³ä¤êÅö¤Æ¤ë»ö¤¬²Äǽ¤Ç¤¢¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³ ! ¤Î»ÅÁȤò»È¤¦¤³¤È¤Ë¤è¤Ã¤Æ¥µ¡¼¥Ð¤ÎÀ­Ç½¤ò¸þ¾å¤Ç¤­¤Þ¤¹¤¬¡¢¸½ºß¤Ç¤Ï¤Þ¤¿¤³¤Î ! µ¡Ç½¤Î¥µ¥Ý¡¼¥È¤Ï¤¢¤ê¤Þ¤»¤ó¡£½¾¤Ã¤Æ¡¢¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤Ä¤¤¤Æ¤â¤³¤Îµ¡ ! ǽ¤ò³èÍѤǤ­¤ëÊýË¡¤Ï¤Þ¤À¤¢¤ê¤Þ¤»¤ó¡£ ! ! [ÌõÃí: Î㤨¤Ð C&T ¤ä Trident ¤Ê¤É¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¤ËÂбþ¤·¤Æ¤¤¤ë SVGA ! ¥É¥é¥¤¥Ð¡¼¤Ï PCI ¥Ð¥¹¾å¤Î¥Á¥Ã¥×¤Ë¤Ä¤¤¤Æ¥ê¥Ë¥¢¥¢¥É¥ì¥¹¤Î»ÈÍѤ¬É¸½à¤È ! ¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¤â¤·¶½Ì£¤¬¤¢¤ë¤Ê¤é¡¢´û¸¤Î¥³¡¼¥É¤òÄ´¤Ù¤Æ¤ß¤ë¤ÈÎɤ¤¤Ç¤·¤ç ! ¤¦¡£] ! ! ¤Û¤È¤ó¤É¤Î SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÏÆó¤Ä¤Î¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¥Ç¡¼ ! ¥¿¤ò²èÌ̤Τ¢¤ëÎΰ褫¤é¾¤ÎÎΰè¤Ëñ½ã¤Ê 'mov' Ì¿Îá¤Ç°ÜÆ°¤Ç¤­¤ë¤¿¤áºÇ¤â ! ˾¤Þ¤·¤¤¹½Â¤¤Ç¤¹ (¤â¤·¥Ð¥ó¥¯¹½Â¤¤Ë ``˾¤Þ¤·¤¤'' ¤È¸Æ¤Ù¤ë¤â¤Î¤¬Â¸ºß¤¹¤ë ! ¤Ê¤é¡¢¤Ç¤¹¤¬)¡£Æó½Å²½¥Ð¥ó¥­¥ó¥° (dual-banking) ¤Ë¤ÏÆó¤Ä¤ÎÊý¼°¤¬¤¢¤ê¡¢ ! °ìÊý¤ÏÆó¤Ä¤Î¥Ð¥ó¥¯Áàºî¤Ë¤è¤êÆɤ߹þ¤ßÀìÍѥХ󥯤Ƚñ¤­¹þ¤ßÀìÍѥХ󥯤òÄê ! µÁ¤¹¤ë¤â¤Î¤Ç¡¢¤â¤¦°ìÊý¤ÏÆó¤Ä¤Î½ñ¤­¹þ¤ß¡¿Æɤ߹þ¤ß·óÍÑÁë¤ò»ý¤ÄÊý¼°¤Ç¤¹¡£ ! ºÇ½é¤ÎÊý¼°¤Ï SVGA ¥á¥â¥êÁëÁ´ÂΤòÆɤ߹þ¤ß¤È½ñ¤­¹þ¤ß¤ÎξÊý¤Ë»È¤¤¡¢Æó¤Ä¤Î ! ¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤Ë¤è¤Ã¤Æ¤É¤Á¤é¤Î¥Ð¥ó¥¯¤ò¼ÂºÝ¤Ë»È¤¦¤«¤ò»ØÄꤷ¤Þ¤¹¡£ (Îã: ! ET3000, ET4000) ÆóÈÖÌܤÎÊý¼°¤Ç¤Ï SVGA ¥á¥â¥êÁë¤òÆɤ߹þ¤ß¡¿½ñ¤­¹þ¤ß²Äǽ ! ¤ÊÆó¤Ä¤Î¥Ð¥ó¥¯¤ËʬÇÛ¤·¡¢¤½¤ì¤¾¤ì¤Î¥Ð¥ó¥¯¥Ý¥¤¥ó¥¿¤¬°ì¤Ä¤ÎÁë¤òÀ©¸æ¤·¤Þ ! ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï°ì¤Ä¤ÎÁ뤬Æɤ߹þ¤ßÁàºî¤Ë»ÈÍѤµ¤ì¡¢Â¾¤ÎÁ뤬½ñ¤­¹þ¤ßÁàºî ! ¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ (Îã: PVGA1/Western Digital, Cirrus) ! ! ñ°ì¤Î¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤ò»ý¤Ä¥Á¥Ã¥×¥»¥Ã¥È¤Ï¡¢¤½¤Î°ì¤Ä¤Î¥Ð¥ó¥¯¤òÆɤ߹þ¤ß¤È ! ½ñ¤­½Ð¤·¤ÎξÊý¤Ë»ÈÍѤ·¤Þ¤¹¡£²èÌ̤Τ¢¤ëÉôʬ¤Î¾ðÊó¤ò¾¤ÎÉôʬ¤Ø¤È¥³¥Ô¡¼¤¹ ! ¤ë¤Ë¤Ï¡¢¥Ç¡¼¥¿¤òÆɤ߹þ¤ß¡¢Ãߤ¨¡¢¤½¤ì¤«¤é½ñ¤­½Ð¤¹¤È¤¤¤¦¼ê½ç¤¬Í׵ᤵ¤ì¤ë ! ¤¿¤á¡¢¤³¤ÎÊý¼°¤Ï¤¢¤Þ¤ê¹¥¤Þ¤·¤¤¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¹¬±¿¤Ë¤â¡¢¥Á¥Ã¥×¥»¥Ã ! ¥È¤Î»ý¤Ä¥Ð¥ó¥¯¿ô¤¬°ì¤Ä¤Ç¤âÆó¤Ä¤Ç¤â¡¢¥µ¡¼¥Ð¡¼¤ÏÌäÂê̵¤¯°·¤¦¤³¤È¤¬¤Ç¤­¤Þ ! ¤¹¡£¼¡¤ËÀâÌÀ¤¹¤ë¥É¥é¥¤¥Ð¥Ç¡¼¥¿¹½Â¤Ãæ¤Î¹àÌܤòÄêµÁ¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¤½¤Îµó ! Æ°¤¬·è¤Þ¤ê¤Þ¤¹¡£ ! ! ¥É¥é¥¤¥Ð¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¤Þ¤º `sdc_bank.s' ¥Õ¥¡¥¤¥ëÆâ¤Ë»°¤Ä¤Î´Ø¿ô¤ò¥¢¥» ! ¥ó¥Ö¥é¸À¸ì¤Ç½ñ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤Î´Ø¿ô¤Ï¡¢¥Ð¥ó¥¯Æɤ߹þ¤ßÀßÄê - ! SDCSetRead(), ¥Ð¥ó¥¯½ñ¤­½Ð¤·ÀßÄê - SDCSetWrite() ¤È ξ¥Ð¥ó¥¯ÀßÄê - ! SDCSetReadWrite() ¤Ç¤¹¡£°ì¤Ä¤Î¥Ð¥ó¥¯¤·¤«»ý¤¿¤Ê¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¤Ï¡¢ ! »°¤Ä¤Î´Ø¿ô¤¹¤Ù¤Æ¤òƱ¤¸´Ø¿ô¤Ø¤Î¥¨¥ó¥È¥ê¡¼¥Ý¥¤¥ó¥È¤È¤·¤ÆÀë¸À¤Ç¤­¤ë¤Ç¤·¤ç ! ¤¦¡£ (``tvga8900'' ¥É¥é¥¤¥Ð¤òÎã¤È¤·¤Æ»²¾È¤·¤Æ¤¯¤À¤µ¤¤) ! ! [ÌõÃí: 3.3.3.1 ¤Î¾ì¹ç vga256/drivers/tvga8900/bank.s ¤ÎºÇ½é¤Ë½ñ¤¤¤Æ¤¢ ! ¤ë TVGA8900{SetReadWrite,SetRead,SetWrite} ¤Î 3 ¤Ä¤¬Æ±¤¸´Ø¿ô¤ËÂФ¹¤ë¥¨ ! ¥ó¥È¥ê¡¼¥Ý¥¤¥ó¥È¤È¤·¤Æ½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£¤Ê¤ª i386Architecture °Ê³°¤Ï ! bankc.c ¤¬»È¤ï¤ì¤Þ¤¹¤¬¡¢¤³¤Á¤é¤Ï¤³¤³¤ÇÀâÌÀ¤·¤Æ¤¤¤ëÎã¤È¤Ï°Û¤Ê¤ê¤Þ¤¹¡£ ! (¤½¤â¤½¤â C ¤Ç½ñ¤«¤ì¤Æ¤Þ¤¹) i386Architecture °Ê³°¤Î´Ä¶­¤Ç¥É¥é¥¤¥Ð¡¼¤ò ! ³«È¯¤·¤è¤¦¤È¤¹¤ë¿Í¤ÏÃí°Õ¤·¤Æ²¼¤µ¤¤¡£ ] ! ! ¤³¤ì¤é¤Î´Ø¿ô¤Ï¤È¤Æ¤âñ½ã¤Ê¤â¤Î¤Ç¤¹ - ¥Ð¥ó¥¯Èֹ椬´Ø¿ô¤Î %al ¥ì¥¸¥¹¥¿¤Ø ! ÅϤµ¤ì¤ë¤Î¤Ç¡¢¤½¤ÎÃͤËÂФ·¤Æ¥·¥Õ¥È¤ä¥Ó¥Ã¥È¥Þ¥¹¥¯¤Ê¤É¡¢¥Ð¥ó¥¯ÈÖ¹æ¤òÀµ¤· ! ¤¤·Á¼°¤ËÊÑ´¹¤¹¤ë¤¿¤á¤ÎÁàºî¤ò¼Â¹Ô¤·¤¿¸å¡¢Å¬ÀÚ¤Ê I/O ¥Ý¡¼¥È¤Ø¤½¤ÎÃͤò½ñ ! ¤­½Ð¤·¤Þ¤¹¡£Æó¤Ä¤Î¥Ð¥ó¥¯¤¬Æ±»þ¤ËÆɤ߹þ¤ßÀìÍѤˤʤ俤ê½ñ¤­½Ð¤·ÀìÍÑ¤Ë ! ¤Ê¤Ã¤¿¤ê¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢ SetReadWrite()´Ø¿ô¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥ó¥¯ ! ¤ËÂФ·¤Æ°ì²ó¤Å¤Ä¡¢·×Æó²ó¾åµ­¤ÎÆ°ºî¤ò¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Æó¤Ä¤ÎÆÈΩ ! ¤ÊÆɤ߹þ¤ß¡¿½ñ¤­½Ð¤·Áë¤ò»ý¤Ä¥Á¥Ã¥×¥»¥Ã¥È¤Î¾ì¹ç¡¢ SetReadWrite() ´Ø¿ô¤Ï ! SetWrite() ´Ø¿ô¤¬»È¤¦¤Î¤ÈƱ¤¸¥Ð¥ó¥¯¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ! ÆÃÊ̤ÊÃí°Õ¤È¤·¤Æ¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï ``assyntax.h'' ¥Õ¥¡¥¤¥ë¤ÇÄêµÁ¤µ¤ì¤Æ¤¤ ! ¤ë¥Þ¥¯¥í¥¢¥»¥ó¥Ö¥é¤Î½ñ¼°¤Ç½ñ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï OS ¤Ë´Ø·¸¤Ê¤¯Àµ¤· ! ¤¤¥¢¥»¥ó¥Ö¥é¥³¡¼¥É¤òÀ¸À®¤¹¤ë¤³¤È¤òÊݾڤ¹¤ë°Ù¤Ç¤¹¡£¸½ºß¡¢¤³¤Î¥Þ¥¯¥í·Á¼° ! ¤Ï USL, GNU ¤È ¥¤¥ó¥Æ¥ë¤Î¥¢¥»¥ó¥Ö¥é¤Î½ñ¼°¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ! °Ê¾å¤¬¥Ð¥ó¥¯µ¡Ç½¤Ë´Ø¤¹¤ëºî¶È¤Ç¤¹¡£ÉáÄÌ¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Ë´Ø¤¹¤ë»ñÎÁ¤¬¤³¤Î ! ¥×¥í¥°¥é¥à¤ÎÎãÂê¤ò·ÇºÜ¤·¤Æ¤¤¤Þ¤¹¤¬¡¢¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ç¤â¾¤Î¥É¥é¥¤¥Ð¤òÎã ! ¤Ë¤È¤ì¤ÐÍý²ò¤¹¤ë¤³¤È¤ÏÆñ¤·¤¯¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! 6. ¥É¥é¥¤¥Ð¼«¿È¤Ë¤Ä¤¤¤Æ ! ! ¤µ¤ÆËÜÍè¤Îºî¶È¡¢¤Ä¤Þ¤ê¥É¥é¥¤¥Ð¤Î¼çÍפʵ¡Ç½¤ò sdc_driver.c ¥Õ¥¡¥¤¥ë¤Ë½ñ ! ¤¯ºî¶È¤Ë¼è¤ê¤«¤«¤ê¤Þ¤·¤ç¤¦¡£¤Þ¤º¡¢¥É¥é¥¤¥Ð¤¬Ä󶡤·¤Ê¤±¤ì¤Ð¤¤¤±¤Ê¤¤µ¡Ç½ ! ¤Î³µÍפϼ¡¤Î¤È¤ª¤ê¤Ç¤¹: ! ! 1. ¥Á¥Ã¥×¥»¥Ã¥Èµ­½Ò»Ò¤Î¥Ç¡¼¥¿¹½Â¤¤ò¥µ¡¼¥Ð¤ËÄ󶡤·¤Þ¤¹¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤ ! ¤Ë¤Ï¥É¥é¥¤¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ë²Ã¤¨¤Æ¤¤¤¯¤Ä¤«¤Î¥Ç¡¼¥¿¹½Â¤¤ËÂФ¹¤ë½é ! ´üÃͤâ´Þ¤Þ¤ì¤Þ¤¹¡£ ! ! 2. ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥ì¥¸¥¹¥¿ÆâÍƤòÊÝ»ý¤¹¤ë¤¿¤á¤Ë¥É¥é¥¤¥ÐÆâÉô¤Ç»ÈÍѤ¹¤ë¥Ç ! ¡¼¥¿¹½Â¤¤òÄ󶡤·¤Þ¤¹¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤¤Ë¤Ï°ìÈÌŪ¤ÊÉôʬ¤È¥É¥é¥¤¥Ð¸ÇÍ­ ! ¤ÎÉôʬ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï¥Á¥Ã¥×¥»¥Ã¥È¤Î½é´ü¾õÂÖ¤òÊݸ¤¹¤ë¤¿¤á¤Ë»ÈÍÑ ! ¤µ¤ì¡¢¤Þ¤¿¥Á¥Ã¥×¥»¥Ã¥È¤Îɽ¼¨¥â¡¼¥É¤òÊѹ¹¤¹¤ë¤¿¤á¤Ë¥É¥é¥¤¥Ð¡¼¤Ë¤è¤Ã ! ¤Æ½é´ü²½¤µ¤ì¤Þ¤¹¡£ ! ! 3. ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Î°ìÍ÷¤ò¸Æ¤Ó½Ð¤¹¤¿¤á¤Ë¥µ¡¼¥Ð ! ¤¬»È¤¦¼±Ê̵¡Ç½¤òÄ󶡤·¤Þ¤¹¡£ ! ! 4. ¥É¥é¥¤¥Ð¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð¡¢ ! ¤½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤È°Û¤Ê¤ë¤â¤Î¤È¤·¤Æǧ¼±¤·¥×¥é¥¹¤Î ! ÃͤòÊÖ¤¹¤¬¡¢¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¥Þ¥¤¥Ê¥¹¤ÎÃͤòÊÖ¤¹¤È¤¤¤¦Ãµººµ¡Ç½¤òÄ󶡤· ! ¤Þ¤¹¡£ ! ! 5. ¤½¤Î¥Ü¡¼¥É¤Ç»ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÁªÂò¤¹¤ëµ¡Ç½¤òÄ󶡤·¤Þ¤¹¡£ ! ! 6. ¥É¥é¥¤¥ÐÆâÉô¤Ç»ÈÍѤ¹¤ë¥Ç¡¼¥¿¹½Â¤¤ÎÊݸ¡¢²óÉü¡¢½é´ü²½µ¡Ç½¤òÄ󶡤·¤Þ ! ¤¹¡£ ! ! 7. ¥Ó¥Ç¥ª¥á¥â¥êÆâ¤Ë¥Ç¥£¥¹¥×¥ì¥¤¤Î³«»Ï¥¢¥É¥ì¥¹¤òÀßÄꤹ¤ëµ¡Ç½¤òÄ󶡤·¤Þ ! ¤¹¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤¬²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ò¼Â¸½¤¹¤ë¤¿¤á¤ËɬÍפʵ¡Ç½¤Ç¤¹¡£ ! ! 8. ¤¿¤Ö¤ó VT ÀÚ¤êÂؤ¨¤ò¹Ô¤¦¤¿¤á¤Îµ¡Ç½¤òÄ󶡤·¤¿¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£ ! ! 9. »ØÄꤵ¤ì¤¿³Æ¥â¡¼¥É¤¬¤½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î»ÈÍѤ¹¤ë¥â¡¼¥É¤È¤·¤Æ¤Õ¤µ¤ï¤· ! ¤¤¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ëµ¡Ç½¤òÄ󶡤·¤¿¤Û¤¦¤¬Îɤ¤¤Ç¤·¤ç¤¦¡£ ! ! ¥É¥é¥¤¥Ð¥Õ¥¡¥¤¥ë¤Î¶ñÂÎŪ¤ÊÃæ¿È¤ËƧ¤ß¹þ¤ó¤Ç¤¤¤¯Á°¤ËÃΤäƤª¤¯¤Ù¤­¡¢½ÅÍ× ! ¤Ê¾ðÊ󤬤³¤³¤Ë¤¢¤ê¤Þ¤¹: ! ! 1. ¥É¥é¥¤¥Ð¤¬¥«¥é¡¼¤È¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ÎξÊý¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¡¢°ì¤Ä¤Î ! ¥Õ¥¡¥¤¥ë¤ËξÊý¤Î¾ì¹ç¤Î¥³¡¼¥É¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ¤³¤ì¤é¤Ï¤Û¤È¤ó¤ÉƱ¤¸¤â¤Î¤Ç¤¹¤¬¡¢MONOVGA ¤ò #define ¤·¤Æ¤¢¤ë½ê¤Çξ¼Ô ! ¤ò¶èÊ̤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ 16 ¿§¥µ¡¼¥Ð¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¡¢¤³¤Î¥µ¡¼ ! ¥Ð¡¼¤Ë¸ÇÍ­¤Î¥³¡¼¥É¤Ï XF86VGA16 ¤Î #define ¤Ë¤è¤Ã¤ÆÍ­¸ú²½¤µ¤ì¤ë¤è¤¦ ! ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤Û¤È¤ó¤É¤Î¾ì¹ç¡¢¼¡¤Î»ØÄê¤ò stub_driver.c ¥Õ¥¡¥¤¥ë¤Î ! ÀèƬ¶á¤¯¤ËÃÖ¤¤¤Æ¤ª¤±¤Ð½¼Ê¬¤Ç¤¹¡£ ! ! #ifdef XF86VGA16 ! #define MONOVGA ! #endif ! ! 2. ¥«¥é¡¼¥µ¡¼¥Ð¤Ï SVGA ¤Î 8-¥Ó¥Ã¥È¥Ñ¥Ã¥¯¥È¥Ô¥¯¥»¥ë¥â¡¼¥É¤ò»ÈÍѤ·¤Þ¤¹¡£ ! ¥â¥Î¥¯¥í¤È vga16 ¥µ¡¼¥Ð¤Ï VGA ¤Î 16-¿§¥â¡¼¥É¡Ê4 ¥Ó¥Ã¥È¥×¥ì¡¼¥ó¡Ë¤ò ! »ÈÍѤ·¤Þ¤¹¡£¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Ç¤Ï 1 ¥×¥ì¡¼¥ó¤À¤±»ÈÍѤ·¤Þ¤¹¡£ ! [ ÌõÃí : ¥Ñ¥Ã¥¯¥È¥Ô¥¯¥»¥ë¡§ 1 ¥É¥Ã¥È¤Î¥Ô¥¯¥»¥ë¡Ê²èÌ̾å¤ÎÅÀ¡Ë¤òɽ¸½ ! ¤¹¤ë¤Î¤Ë¡¢Ï¢Â³¤·¤¿ 8 ¥Ó¥Ã¥È¤ò 4 ¤Äʤ٤Æɽ¤ï¤¹Êý¼°¡£ 4 ¥Ó¥Ã¥È¥×¥ì¡¼ ! ¥ó¡§ 1 ¥É¥Ã¥È¤òɽ¤ï¤¹¤Î¤Ë¡¢¤½¤ì¤¾¤ì¤Î¿§Ëè¤Ë¥×¥ì¡¼¥ó¤ò»ý¤Á³Æ¥×¥ì¡¼¥ó ! ¾å¤ÎϢ³¤·¤Ê¤¤ 8 ¥Ó¥Ã¥È 4 ¤Ä¤ò»È¤Ã¤Æɽ¤ï¤¹Êý¼°¡£] ! ! 3. ¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ò¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤ò»È¤ï¤Ê¤¤¤è¤¦¤ËÄêµÁ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç ! ¤¹¡£¤³¤ì¤Ïɽ¼¨Îΰè¤Î¥á¥â¥ê¤ò¤¿¤Ã¤¿ 64k ¤·¤«»È¤¨¤Ê¤¤¤¿¤á¡¢¤¢¤Þ¤êÌ¥ÎÏ ! Ū¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ ! ! ¤³¤ì¤é¤Î¤³¤È¤òƧ¤Þ¤¨¤Æ¡¢¼«Ê¬¤Î»È¤¦ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÎÃæ¤Ç½êÄê¤Îµ¡ ! ǽ¤òÀ©¸æ¤¹¤ë¥ì¥¸¥¹¥¿¤òõ¤¹É¬Íפ¬¤¢¤ê¤Þ¤¹¡£Æäˡ¢°Ê²¼¤Î¹àÌܤòÀ©¸æ¤Ç ! ¤­¤ë¥ì¥¸¥¹¥¿¤Ï½ÅÍפǤ¹¡§ ! ! 1. ¥¯¥í¥Ã¥¯ÁªÂò¥Ó¥Ã¥È¡£Äã°Ì¤Î 2 ¥Ó¥Ã¥È¤Ïɸ½à Misc ½ÐÎϥ쥸¥¹¥¿ ! (Miscellaneous Output Register) ¤Î°ìÉô¤Ç¤¹¡£¤Û¤È¤ó¤É¤Î SVGA ¥Á¥Ã¥× ! ¥»¥Ã¥È¤Ï¤³¤ì¤Ë²Ã¤¨¤Æ¤µ¤é¤Ë 1 ¤¢¤ë¤¤¤Ï 2 ¥Ó¥Ã¥È¤òÈ÷¤¨¤Æ¤ª¤ê¡¢¤³¤ì¤Ë ! ¤è¤Ã¤Æ 8 ¤Þ¤¿¤Ï 16 ¤ÎÎ¥»¶Åª¤Ê¥¯¥í¥Ã¥¯Ãͤò»ÈÍѤǤ­¤Þ¤¹¡£ [ ÌõÃí¡§ºÇ ! ¶á¤Î¥Á¥Ã¥×¤Ç¤Ï¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ò»ÈÍѤ¹¤ë¤³¤È¤¬°ìÈÌŪ¤Ë¤Ê¤Ã¤Æ ! ¤¤¤ë¤è¤¦¤Ç¤¹¡£¾ÜºÙ¤Ï´û¸¤Î¥³¡¼¥É¤ò»²¾È¡£ ] ! ! 2. ¥Ð¥ó¥¯ÁªÂò¡£SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÏÆɤ߽ñ¤­¤¹¤ë¥Ð¥ó¥¯¤ÎÁªÂò¤òÀ©¸æ¤¹¤ë¤¿ ! ¤á¤Î¥ì¥¸¥¹¥¿¤ò°ì¤Ä¤«Æó¤Ä»ý¤Ã¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£ ! ! 3. CRTC µ¡Ç½³ÈÄ¥¡£É¸½à VGA ¥ì¥¸¥¹¥¿¤Ï¹â²òÁüÅÙɽ¼¨¤ò¹Ô¤¦¤Î¤Ë½½Ê¬¤Ê¥Ó¥Ã ! ¥È¿ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¤¿¤á SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï³ÈÄ¥¥Ó¥Ã¥È¤ò»ý¤Ã ! ¤Æ¤¤¤Þ¤¹¡£ ! 4. ¥¤¥ó¥¿¡¼¥ì¡¼¥¹¥â¡¼¥É¡£É¸½à VGA ¤Ï¥¤¥ó¥¿¡¼¥ì¡¼¥¹É½¼¨¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤ ! ¤Þ¤»¤ó¡£¤³¤Î¤¿¤á SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ï¥¤¥ó¥¿¡¼¥ì¡¼¥¹¥â¡¼¥É¤òÀ©¸æ¤¹¤ë ! ¥Ó¥Ã¥È¤ò¤É¤³¤«¤Ë»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤¢¤ë¼ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥¤¥ó¥¿¡¼¥ì¡¼ ! ¥¹¥â¡¼¥É¤òÀ©¸æ¤¹¤ë¤¿¤á¤ËÆȼ«¤ËÄɲ䵤줿¥ì¥¸¥¹¥¿¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê ! ¤ê¤Þ¤»¤ó¡£ ! ! 5. ³«»Ï¥¢¥É¥ì¥¹¡£É¸½à VGA ¤Ç¤Ïɽ¼¨ÍÑ¥á¥â¥ê¤Î³«»Ï¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¤¿¤á ! ¤Ë 16 ¥Ó¥Ã¥È¤·¤«»È¤¨¤Þ¤»¤ó¡£¤³¤ì¤Ï²¾ÁÛ¥¹¥¯¥ê¡¼¥óµ¡Ç½¤Ç»È¤¦²èÌÌ¥µ¥¤ ! ¥º (²òÁüÅÙ) ¤òÀ©¸Â¤·¤Þ¤¹¡£SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤ÏÄ̾ï°ì¤Ä¤«¤½¤ì°Ê¾å¤Î³È ! Ä¥¥Ó¥Ã¥È¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ! ! 6. ¥ì¥¸¥¹¥¿¥í¥Ã¥¯¡£Â¿¤¯¤Î SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï¥ì¥¸¥¹¥¿¤òºÇ½é¤Ë ! ``unlocked'' ¤Ë¤·¤Ê¤¤¸Â¤ê³ÈÄ¥¥ì¥¸¥¹¥¿¤ÎÆâÍƤòÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£¥ì¥¸¥¹ ! ¥¿¤ÎÆâÍƤòÊѹ¹¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤Þ¤º¤³¤ÎÊݸî¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬É¬Í×¤Ç ! ¤¹¡£ ! ! 7. ¤½¤Î¾¤Îµ¡Ç½¡£Î㤨¤Ð¡¢¤¢¤ë¼ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤Ï³ÈÄ¥ VGA ¥á¥â¥ê ! ¡ÊIBM-ɸ½à¤Î 265k ¤òĶ¤¨¤ë¡Ë¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Ë¡¢Á°¤â¤Ã¤ÆÆÃÄê¤Î ! ¥Ó¥Ã¥È¤òÀßÄꤷ¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£¤¢¤ë¤¤¤Ï¾¤Ë¤â¤Ê¤Ë¤«É¬Íפʵ¡Ç½ ! ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£³Æ¥ì¥¸¥¹¥¿¤Î¾ÜºÙ¤ÊÀâÌÀ¤ò¤¹¤Ù¤ÆÆɤßÄ̤·¤Æ¡¢²¿ ! ¤«½ÅÍפʵ¡Ç½¤¬µ­ºÜ¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¤É¤¦¤«¡¢¤Á¤ã¤ó¤È¥Á¥§¥Ã¥¯¤·¤Æ¤ª¤­¤Þ ! ¤·¤ç¤¦¡£ ! ! ±¿¤¬¤è¤±¤ì¤Ð¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ù¥ó¥À¡¼¤¬¥Ç¡¼¥¿¥Ö¥Ã¥¯¤ËÍÍ¡¹¤Ê BIOS ¥â¡¼¥É ! ÍѤΥ쥸¥¹¥¿ÀßÄêɽ¤ò·ÇºÜ¤·¤Æ¤¯¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£¤³¤Îɽ¤ò¤¸¤Ã¤¯¤ê¸«¤Æ¤½ ! ¤ì¤¾¤ì¤Î BIOS ¥â¡¼¥É¤òÄ´¤Ù¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¤É¤ó¤ÊÁàºî¤ò¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê ! ¤¤¤«¤Ë¤Ä¤¤¤Æ¿¤¯¤Î¤³¤È¤ò³Ø¤Ö¤³¤È¤¬½ÐÍè¤Þ¤¹¡£ ! ! 6.1. Ê£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤È¥ª¥×¥·¥ç¥ó ! ! Ʊ¤¸¥Ù¥ó¥À¡¼¤«¤é½Ð²Ù¤·¤Æ¤¤¤ëÊ£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òñ°ì¤Î¥É¥é¥¤¥Ð¤Ç¥µ¥Ý¡¼ ! ¥È¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ê¡¢¤à¤·¤í˾¤Þ¤·¤¤¤È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Ê£¿ô¤Î¥Á¥Ã¥×¥»¥Ã ! ¥È¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¡¢¤½¤ì¤é¤ËÂбþ¤¹¤ë°ìÏ¢¤Î #define ¤È¡¢¥É¥é¥¤¥Ð¥³¡¼ ! ¥ÉÃæ¤Ç¥Á¥Ã¥×¥»¥Ã¥È¤Î¼±Ê̤¬É¬Íפʻþ¤Ë»ÈÍѤ¹¤ë`SDCchipset' ÊÑ¿ô¤òÍÑ°Õ¤¹ ! ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£¶ñÂÎŪ¤ÊÎã¤È¤·¤Æ¤Ï Trident ¤È PVGA1/WD ¤ò»²¾È¤· ! ¤Æ¤¯¤À¤µ¤¤¡ÊTseng ET3000 ¤È ET4000 ¤Ï¤³¤ì¤Ë±è¤Ã¤Æ¤¤¤Ê¤¤Îã¤Ç¤¹¡£¤³¤ì¤é ! ¤Î¥³¡¼¥É¤ÏÊ£¿ô¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤Î¥É¥é¥¤¥Ð¥¤¥ó¥¿¡¼¥Õ¥§¡¼ ! ¥¹¤¬³«È¯¤µ¤ì¤ëÁ°¤Ë¼ÂÁõ¤µ¤ì¤¿¤â¤Î¤Ç¤¢¤ê¡¢¸½ºß¤Ç¤Ï¤³¤Î¤è¤¦¤Ê¼ÂÁõÊýË¡¤Ë½¾ ! ¤¦¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£) ¥É¥é¥¤¥Ð¡¼¤¬¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¶èÊ̤·¤Æ ! ǧ¼±¤¹¤ë¤Ù¤­¤Ê¤Î¤Ï¡¢¤½¤ì¤é¤¬¸ß¤¤¤Ë°Û¤Ê¤ë°·¤¤¤òɬÍפȤ¹¤ë¾ì¹ç¤À¤±¤Ç¤¢¤ë ! ¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢SDC ¥É¥é¥¤¥Ð¤¬ SDC-1a,SDC-1b ¤ª¤è¤Ó ! SDC-2 ¤È¤¤¤¦¥Á¥Ã¥×¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤È¤·¤Þ¤·¤ç¤¦¡£¤µ¤é¤Ë¤³¤Î¤È ! ¤­¡¢¥Á¥Ã¥×¥»¥Ã¥È -1a ¤È-1b ¤Ï¼Â¼ÁŪ¤ËƱ¤¸¤â¤Î¤Ç¤¢¤ê¡¢-2 ¤Ï°Û¤Ê¤ë¤â¤Î¤À ! ¤È¤·¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤Ï -1 ¤È -2 ¤Î 2 ¼ïÎà¤Î ! ¥Á¥Ã¥×¥»¥Ã¥È¤È¤·¤Æ¥µ¥Ý¡¼¥È¤¹¤ë¤Ù¤­¤Ç¤¢¤ê¡¢ -1a ¤È -1b ¤ò¶èÊ̤¹¤ë¤Ù¤­¤Ç ! ¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ë¤è¤Ã¤Æ¥¨¥ó¥É¥æ¡¼¥µ¤ÎÀßÄêºî¶È¤âñ½ã¤Ë¤Ê¤ë¤³¤È¤Ç¤·¤ç ! ¤¦¡£ ! ! ¥æ¡¼¥¶¤Ë¥É¥é¥¤¥Ð¤ÎµóÆ°¤òÀ©¸æ¤µ¤»¤¿¤¤¾ì¹ç¡¢¤Þ¤¿¤Ï²¿¤«¤ò·èÄꤹ¤ë¤¿¤á¤Ë¥æ ! ¡¼¥¶¤Ë¤è¤ë²ðÆþ¤òɬÍפȤ¹¤ë¾ì¹ç¤Ë¤Ï¡¢``option'' ¥Õ¥é¥Ã¥°¤ò»È¤¤¤Þ¤·¤ç ! ¤¦¡£Î㤨¤Ð SDC ¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦¥Ó¥Ç¥ª¥Ü¡¼¥É¤Î¥Ù¥ó¥À¡¼¤¬¡¢ 8 ¥¯¥í¥Ã¥¯ ! ¤ËÂбþ¤¹¤ë¥Ü¡¼¥É¤È 16 ¥¯¥í¥Ã¥¯¤ËÂбþ¤¹¤ë¥Ü¡¼¥É¤òÁªÂò¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Æ¤¤ ! ¤¿¤Ê¤é¤Ð¡¢¤³¤ì¤é¤Î¥Ü¡¼¥É¤ò¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ¹¤ëõºº¤Î·ë²Ì¤«¤é¼±Ê̤¹¤ëÊý ! Ë¡¤Ï¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢ option ¥Õ¥é¥Ã¥°¤òÄ󶡤·¡¢¥æ¡¼¥¶¤¬ XF86Config ¥Õ¥¡ ! ¥¤¥ë¤ò»È¤Ã¤Æ¥É¥é¥¤¥Ð¤ÎµóÆ°¤òÁªÂò¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤Ù¤­¤Ç¤¹¡£ option ¥Õ ! ¥é¥Ã¥°¤Ï ``xf86_option.h'' ¥Õ¥¡¥¤¥ë¤ËÄêµÁ¤·¤Þ¤¹¡£ºÆÍøÍѲÄǽ¤Ê option ! ¤¬´û¤Ë¸ºß¤·¤Æ¤¤¤Ê¤¤¤«¤É¤¦¤«¡¢ºÇ½é¤Ë³Îǧ¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£¤â¤·Â¸ºß¤¹¤ë ! ¾ì¹ç¤Ï¤½¤ì¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ºÆÍøÍѲÄǽ¤Ê¤â¤Î¤¬Ìµ¤«¤Ã¤¿¾ì¹ç¤Ï¡¢¿·¤¿¤Ë ! #define ¤òÄɲä·¡¢Æ±¤¸¥Õ¥¡¥¤¥ë¤Ë¤¢¤ë¡Öʸ»úÎó->¥·¥ó¥Ü¥ë¡×¤ÎÂбþ¤òÄêµÁ¤¹ ! ¤ë¥Æ¡¼¥Ö¥ëÃæ¤ËÄɲ乤ë option ¥Õ¥é¥Ã¥°¤Ç»È¤¦Ê¸»úÎó¤òÄêµÁ¤·¤Þ¤¹¡£ ! option ¥Õ¥é¥Ã¥°¤Î»È¤¤Êý¤òÍý²ò¤¹¤ë¤Ë¤Ï ET4000, PVGA1/WD ¤È Trident ¤Î¥É ! ¥é¥¤¥Ð¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6.2. ¥Ç¡¼¥¿¹½Â¤ ! ! ¾åµ­¤ÎÀâÌÀ¤«¤é²¿¤¬É¬ÍפʤΤ«Íý²ò¤·¤¿¤é¡¢¥É¥é¥¤¥Ð¤Î¥Ç¡¼¥¿¹½Â¤¤òµ­Æþ¤¹¤ë ! Ãʳ¬¤Ë¿Ê¤ß¤Þ¤·¤ç¤¦¡£ºÇ½é¤Ë `vgaSDCRec' ¤Î¹½Â¤¤òºîÀ®¤·¤Þ¤¹¡£¤³¤Î¥Ç¡¼¥¿ ! ¹½Â¤¤Ï SVGA ¤Î¾õÂÖ¾ðÊó¤òÊÝ»ý¤¹¤ë¤¿¤á¤Ë¥É¥é¥¤¥ÐÆâÉô¤Ç»ÈÍѤ¹¤ë¥Ç¡¼¥¿¹½Â¤ ! ¤Ç¤¹¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤¤ÎºÇ½é¤Î¹àÌܤϡ־ï¤Ë¡× `vgaHWRec std' ¤È¤·¤Þ¤¹¡£¤³ ! ¤Î¹àÌܤÏÈÆÍÑ VGA ¤Ë´Ø¤¹¤ëÉôʬ¤Î¾ðÊó¤òÊÝ»ý¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£¤³¤ì¤Ë³ ! ¤¤¤Æ¡¢Äɲ乤ë¥É¥é¥¤¥Ð¤Ë¤è¤Ã¤ÆÁàºî¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤Î¤Ò¤È¤Ä¤Ò¤È¤Ä¤ËÂбþ¤¹ ! ¤ë `unsigned char' ¤ÎÎΰè¤òÍÑ°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤¬ºÇ½é¤Î¥Ç¡¼¥¿¹½Â¤¤Î ! Á´¤Æ¤Ç¤¹¡£ ! ! ¼¡¤Ë `SDC' ¹½Â¤ (`vgaVideoChipRec' ·¿) ¤Î½é´ü²½¤ò¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤» ! ¤ó¡£¤³¤ì¤ÏÄɲ乤ë¥É¥é¥¤¥Ð¤ò¥µ¡¼¥Ð¤Ë¼±Ê̤µ¤»¤ë¤¿¤á¤Î¥°¥í¡¼¥Ð¥ë¤Ê¹½Â¤ÂÎ ! ¤Ç¤¹¡£¤³¤Î¹½Â¤ÂΤÎ̾¾Î¤Ï¤¹¤Ù¤ÆÂçʸ»ú¤Ç `SDC' ¤È¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ¤³¤ì¤Ï¤Ä¤Þ¤ê¡¢Äɲ乤ë¥É¥é¥¤¥Ð¥³¡¼¥É¤Î¸ºß¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Î̾¾Î¤È°ìÃ× ! ¤µ¤»¤ëɬÍפ¬¤¢¤ë¡¢¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¤³¤ì¤Ï¥ê¥ó¥¯¥­¥Ã¥È¤ÎºÆ¹½À®»þ¤ËɬÍ×¤Ê ! ¥Ç¥£¥ì¥¯¥È¥ê¤È¥°¥í¡¼¥Ð¥ë¤Ê¥Ç¡¼¥¿¹½Â¤¤ò¤¹¤Ù¤Æǧ¼±¤µ¤»¤ë¤¿¤á¤Î¾ò·ï¤Ç¤¹¡£ ! ! ¤³¤Î¹½Â¤ÂΤκǽé¤ÎÉôʬ¤Ïñ¤Ë¥É¥é¥¤¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÝ»ý¤·¤Æ¤ª¤¯¤¿¤á ! ¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ! ¼¡¤Ë¡¢¥Á¥Ã¥×¥»¥Ã¥È¤¬¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤ò¤É¤¦°·¤¦¤«¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤ò½é´ü²½¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¼¡¤Ë¼¨¤¹¤è¤¦¤ÊÆâÍƤÎÎΰè¤òÍÑ°Õ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹: ! ! 1. ChipMapSize - ¥µ¡¼¥Ð¤Î¥¢¥É¥ì¥¹¶õ´Ö¤Ë³ä¤êÉÕ¤±¤ë¥á¥â¥êÎÌ¡£¤Û¤È¤ó¤É¤Î ! ¾ì¹ç¤Ë¤Ï 64k (0xA0000 ¤«¤é 0xAFFFF ¤Þ¤Ç) ¤Ç¤¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤Æ ! ¤Ï 128k (0xA0000 ¤«¤é 0xBFFFF ¤Þ¤Ç) ¤ò»È¤¤¤Þ¤¹¡£¤â¤·»ÈÍѤ¹¤ë¥Á¥Ã¥× ! ¥»¥Ã¥È¤¬¤É¤Á¤é¤Ë¤âÂбþ¤·¤Æ¤¤¤ë¤Î¤Ê¤é 64k ¤ÎÁë¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£128k ! ¤ÎÁë¤ò»ÈÍѤ¹¤ë¤È Hercules ¤Þ¤¿¤Ï¥â¥Î¥¯¥í¥Ç¥£¥¹¥×¥ì¥¤¥¢¥À¥×¥¿¤Î¥«¡¼ ! ¥É¤ò SVGA ¥µ¡¼¥Ð¡¼¤Ç»È¤¦¤³¤È¤¬¤Ç¤­¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£ ! ! 2. ChipSegmentSize - ChipMapSize ¤ÎÁëÆâ¤Î¥Ð¥ó¥¯¤ÎÂ礭¤µ¡£¤³¤ì¤â¤Þ¤¿ÄÌ ! ¾ï 64k ¤Ç¤¹¤¬¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤Æ¤Ï³ä¤êÉÕ¤±¤é¤ì¤¿Áë¤òÆɤ߹þ¤ßÉôʬ ! ¤È½ñ¤­¹þ¤ßÉôʬ¤Ëʬ³ä¤·¤Æ°·¤¤¤Þ¤¹¡ÊÎ㤨¤Ð PVGA1/Western Digital ¥Á¥Ã ! ¥×¥»¥Ã¥È¡Ë¡£ ! ! 3. ChipSegmentShift - ¥Ð¥ó¥¯ÈÖ¹æ¤ò¥Þ¥¹¥¯¤¹¤ë¤¿¤á¤Ë¥¢¥É¥ì¥¹¤ò±¦¥·¥Õ¥È¤¹ ! ¤ëºÝ¤Î¥Ó¥Ã¥È¿ô¡£¤³¤ì¤Ï 2 ¤òÄì¤Ë¤·¤¿ ChipSegmentSize ¤ÎÂпô (log) ¤Ë ! ¤Ê¤ê¤Þ¤¹¡£ ! ! 4. ChipSegmentMask - Í¿¤¨¤é¤ì¤¿¥Ð¥ó¥¯Æâ¤Î¥¢¥É¥ì¥¹¤ò¥Þ¥¹¥¯¥ª¥Õ¤¹¤ë¤È¤­ ! ¤Î¥Ó¥Ã¥È¥Þ¥¹¥¯¡£¤³¤ì¤Ï (ChipSegmentSize-1) ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 5. ChipReadBottom,ChipReadTop - ³ä¤êÉÕ¤±¤é¤ì¤¿ÁëÆâ¤ÇÆɤ߹þ¤ßÁàºî¤ò¹Ô¤¦ ! ¤¿¤á¤Î¥¢¥É¥ì¥¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤¬Áë¤òÆɤ߹þ¤ßÍѤȽñ¤­¹þ¤ßÍѤËʬ³ä¤¹¤ë ! ¾ì¹ç¤ò½ü¤±¤Ð¡¢Ä̾ï¤Ï¤½¤ì¤¾¤ì 0 ¤È 64k ¤Ë¤Ê¤ê¤Þ¤¹¡£ ! ! 6. ChipWriteBottom,ChipWriteTop - ½ñ¤­¹þ¤ßÁàºî¤Î¤¿¤á¤Î¤â¤Î¤Ç¤¢¤ë¤È¤¤¤¦ ! ÅÀ°Ê³°¤Ï¡¢¾åµ­¤ÈƱÍͤǤ¹¡£ ! ! 7. ChipUse2Banks - ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥Ð¥ó¥¯¥ì¥¸¥¹¥¿¤¬ 1 ¤Ä¤Þ¤¿¤Ï 2 ¤Ä¤Î¤É ! ¤Á¤é¤Ç¤¢¤ë¤«¤ò¼¨¤¹¥Ö¡¼¥ê¥¢¥óÃÍ¡£¤³¤ì¤Ï¥¹¥¯¥ê¡¼¥ó¤«¤é¥¹¥¯¥ê¡¼¥ó¤Ø¤Î ! Áàºî¤òŬÀÚ¤ËÀßÄꤹ¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ! ¤³¤ì¤Ë²Ã¤¨¤Æ¤µ¤é¤Ë 3 ¸Ä¤ÎÎΰè¤òÍÑ°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: ! ! 1. ChipInterlaceType - VGA_NO_DIVIDE_VERT ¤Þ¤¿¤Ï VGA_DIVIDE_VERT ¤Î¤É ! ¤Á¤é¤«¤Ë¤Ê¤ê¤Þ¤¹¡£¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤è¤Ã¤Æ¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥ÉÍѤ˿âľ ! Êý¸þ¤ÎÄ´À°¿ôÃͤò 2 ¤Ç³ä¤Ã¤¿¤â¤Î¤òɬÍפȤ·¤Þ¤¹¡£¤³¤Î¥Õ¥é¥Ã¥°¤òÀßÄꤹ ! ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥µ¡¼¥Ð¤¬¤½¤ì¤Ë±þ¤¸¤¿½èÍý¤ò¤·¤Æ¤¯¤ì¤Þ¤¹¡£ ! ! 2. ChipOptionFlags - ¥Ç¡¼¥¿¹½Â¤¤Î½é´ü²½¤Ç¤Ï¾ï¤Ë `{0,}' ¤È¤·¤Þ¤¹¡£¤³¤ì ! ¤Ï¤³¤Î¥É¥é¥¤¥Ð¤ÇÍ­¸ú¤Ê Option ¥Õ¥é¥Ã¥°¤ò¼¨¤¹¥Ó¥Ã¥ÈÎó¤Ç¤¹¡£Ãµºº´Ø¿ô ! ¤Î½ªÎ»»þ¤ËŬÀµ¤ÊÃͤ˽é´ü²½¤µ¤ì¤Þ¤¹¡£ ! 3. ChipRounding - 256 ¿§¥µ¡¼¥Ð¤Î¾ì¹ç¡¢²¾ÁÛ¥¹¥¯¥ê¡¼¥ó¤ÎÉý¤Ï¤³¤³¤ÇÀßÄꤷ ! ¤¿ÃͤÎÇÜ¿ô¤Ë¤Ê¤ë¤è¤¦´Ý¤á¤é¤ì¤Þ¤¹¡£¤³¤ÎÃͤÏÄ̾ï 8 ¤Ç¤¹¤¬¡¢¥Á¥Ã¥×¥»¥Ã ! ¥È¤Ë¤è¤Ã¤Æ¤Ï 4 ¤È¤« 16 ¤Ë¤¹¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£ ! ! 6.3. Ident() ´Ø¿ô ! ! Ident() ´Ø¿ô¤ÏÂçÊÑñ½ã¤Ê´Ø¿ô¤Ç¤¹¡£¥µ¡¼¥Ð¤Ï¼«Ê¬¼«¿È¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¥É ! ¥é¥¤¥Ð¤Î°ìÍ÷¤ò½ÐÎϤ¹¤ë¤È¤­¤Ë¡¢ÊÖ¤êÃͤ¬ NULL ¤Ë¤Ê¤ë¤Þ¤Ç¤³¤Î´Ø¿ô¤ò·«¤êÊÖ ! ¤·¸Æ¤Ó½Ð¤·¤Þ¤¹¡£ Ident() ´Ø¿ô¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Î¤½¤ì¤¾¤ì ! ¤Ë¤Ä¤¤¤Æ¤½¤Î̾¾Î¤òÊÖ¤µ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î´Ø¿ô¤Ë¤Ï·«¤êÊÖ¤·¤Æ¸Æ¤Ð¤ì ! ¤ë¤¿¤Ó¤Ë 0 ¤«¤é½ç¤Ë 1 ¤Ä¤º¤ÄÁý²Ã¤·¤Æ¤¤¤¯¿ôÃͤ¬ÅϤµ¤ì¤Þ¤¹¡£ ! ! 6.4. ClockSelect() ´Ø¿ô ! ! ClockSelect() ´Ø¿ô¤Ï¡¢¥¯¥í¥Ã¥¯¤òõºº¤¹¤ë¡Ê¤³¤ì¤Ï¤Ä¤Þ¤ê¡¢ XF86Config ! ¥Õ¥¡¥¤¥ë¤Ç `Clocks' ¹Ô¤ò»ØÄꤷ¤Ê¤«¤Ã¤¿¾ì¹ç¤Ç¤¹¤¬¡ËºÝ¤Ë¡¢¥Ñ¥é¥á¡¼¥¿¤Î°ì ! Éô¤È¤·¤ÆÅϤµ¤ì¤¿¿ôÃͤˤè¤ê»Ø¼¨¤µ¤ì¤¿¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÁªÂò¤¹¤ë¤¿¤á¤Ë»ÈÍÑ ! ¤µ¤ì¤Þ¤¹¡£¤³¤Î´Ø¿ô¤Ï¡¢ÅϤµ¤ì¤¿¿ôÃͤ˽¾¤Ã¤Æ¥Á¥Ã¥×¥»¥Ã¥È¤Î clock-select ! ¥Ó¥Ã¥È¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤Ë²Ã¤¨¤Æ 2 ¼ïÎà¤Î¥À¥ß¡¼¤È¤·¤Æ¤Î ! ÃÍ (CLK_REG_SAVE, CLK_SAVE_RESTORE) ¤¬¤³¤Î´Ø¿ô¤ËÅϤµ¤ì¤ë¾ì¹ç¤â¤¢¤ê¤Þ ! ¤¹¡£ CLK_REG_SAVE ¤ò¼õ¤±¼è¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢´Ø¿ô¤¬¥¯¥í¥Ã¥¯¤ÎÁªÂòÃæ¤ËÆâÍƤò ! Êѹ¹¤¹¤ë²ÄǽÀ­¤Î¤¢¤ë¤¹¤Ù¤Æ¤Î¥ì¥¸¥¹¥¿¤Ë¤Ä¤¤¤Æ¡¢¤½¤ÎÆâÍƤòÊݸ¤·¤Æ¤ª¤¯¤è ! ¤¦¤Ë¤·¤Þ¤¹¡£ CLK_REG_RESTORE ¤ò¼õ¤±¼è¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤ì¤é¤Î¥ì¥¸¥¹¥¿¤Ë ! ¤Ä¤¤¤Æ¡¢´Ø¿ô¤¬Êݸ¤·¤Æ¤ª¤¤¤¿ÆâÍƤò²óÉü¤¹¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥¯¥í¥Ã ! ¥¯Ãµºº¤Ë¤è¤Ã¤Æ¥ì¥¸¥¹¥¿¤ÎÆâÍƤ¬Ç˲õ¤µ¤ì¤Ê¤¤¤³¤È¤ò³Î¼Â¤Ë¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç ! ¤¹¡£ ! ! ÅϤµ¤ì¤¿¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬ÉÔÀµ¤ÊÃͤǤ¢¤ë¤«¡¢¤â¤·¤¯¤Ï²¿¤é¤«¤ÎÍýͳ¤Ë¤è¤Ã¤Æ¥¯ ! ¥í¥Ã¥¯¤òÀßÄê¤Ç¤­¤Ê¤«¤Ã¤¿¾ì¹ç¡¢¤³¤Î´Ø¿ô¤Ï FALSE ¤òÊÖ¤¹¤Ù¤­¤Ç¤¹¡£ ! ! 6.5. Probe() ´Ø¿ô ! ! Probe() ´Ø¿ô¤Ï¥É¥é¥¤¥Ð¤ÎÃæ¤Ç¿ʬºÇ¤â½ÅÍפǤ«¤ÄºÇ¤âľ´¶Åª¤Ç¤Ê¤¤´Ø¿ô¤Ç ! ¤·¤ç¤¦¡£ Probe ´Ø¿ô¤Ï¾¤Î¤¹¤Ù¤Æ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò¸íǧ¼±¤¹¤ë¤³¤È¤Ê¤¯¡¢ÂÐ ! ¾Ý¤È¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È¤ò¼±Ê̤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤â¤· XF86Config ¥Õ¥¡¥¤ ! ¥ë¤Ë `Chipset' ¹Ô¤¬»ØÄꤵ¤ì¤Æ¤¤¤ë¤Î¤Ê¤é¡¢Ã±½ã¤Êʸ»úÎóÈæ³Ó¤ò¼Â¹Ô¤µ¤»¤ë ! ¤À¤±¤Ç¤¹¡£¤½¤ì°Ê³°¤Î¾ì¹ç¤Ë¤Ï¡¢¤É¤ó¤Ê¥Á¥Ã¥×¥»¥Ã¥È¤¬¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼ ! ¥ë¤µ¤ì¤Æ¤¤¤ë¤«¡¢²¿¤«Ê̤ÎÊýË¡¤ÇȽÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£±¿¤¬¤è¤±¤ì¤Ð¡¢ ! ¥Á¥Ã¥×¥»¥Ã¥È¤Ëǧ¼±µ¡¹½ (¼±ÊÌ/¥Ð¡¼¥¸¥ç¥ó¥ì¥¸¥¹¥¿¤Ê¤É) ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤ ! ¤Æ¡¢¤«¤Ä¤½¤Î¤³¤È¤¬¥Ç¡¼¥¿¥Ö¥Ã¥¯¤ËÀâÌÀ¤µ¤ì¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¡£¤µ¤â¤Ê¤±¤ì¤Ð¡¢ ! ¼¡¤Ë½Ò¤Ù¤ë¤è¤¦¤Ê´ð½à¤ò»È¤¤¡¢²¿¤é¤«¤Î¼ê½ç¤ò·è¤á¤Æǧ¼±¤µ¤»¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£ ! ! ǧ¼±¼ê½ç¤È¤·¤Æ¤è¤¯»È¤ï¤ì¤ë¤Î¤Ï¡¢ÂоݤȤ¹¤ë¥Á¥Ã¥×¤Ë¸ÇÍ­¤Î¥Ñ¥¿¡¼¥ó¤¬¥ì¥¸ ! ¥¹¥¿Ãæ¤Ë¸ºß¤¹¤ë¤«¤É¤¦¤«¤òÄ´¤Ù¤ëÊýË¡¡¢¤Þ¤¿¤Ï¤½¤Î¥Á¥Ã¥×¤Ë¸ÇÍ­¤Î³ÈÄ¥¥ì¥¸ ! ¥¹¥¿¤¬Â¸ºß¤¹¤ë¤«¤É¤¦¤«¤òÄ´¤Ù¤ëÊýË¡¤Ç¤¹¡£¤¢¤ë¤¤¤Ï¥Ü¡¼¥É¤ä¥Á¥Ã¥×¥»¥Ã¥È¤Ë ! ¤è¤Ã¤Æ¤Ï¡¢ÆÃÄê¤Î½ð̾ʸ»úÎó¤ò BIOS ¤«¤éÆɤ߼è¤ë¤³¤È¤Ë¤è¤Ã¤ÆɬÍפʾðÊó¤ò ! Æþ¼ê¤¹¤ë¤³¤È¤Î²Äǽ¤Ê¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£´û¸¤Îõºº´Ø¿ô¤òÊÙ¶¯¤¹¤ë¤³¤È¡¢¤ª¤è ! ¤Ó»²¹Í»ñÎÁ¤ò¤­¤Á¤ó¤È»È¤¦¤³¤È¤¬ºÇÁ±¤Î¥¢¥É¥Ð¥¤¥¹¤Ç¤¹¡£¤Þ¤¿¤³¤³¤ÇÄɲ乤ë ! õºº´Ø¿ô¤Î¥³¡¼¥É¤¬ÈóÇ˲õŪ¤Ê¤â¤Î¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£¤³¤ì¤Ï¡¢¤â¤·ÃµººÃæ¤Ë¥ì¥¸¥¹¥¿¤ÎÆâÍƤòÊѹ¹¤¹¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ºÇ½é¤Ë¸µ ! ¤Î¥ì¥¸¥¹¥¿ÀßÄê¤òÊݸ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤¤¤«¤Ê¤¤¤³¤È¡¢¤½¤·¤ÆºÇ¸å¤Ë¼«Ê¬¤¬ÊÝ ! ¸¤·¤¿ÆâÍƤòÉü¸µ¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤¤¤±¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£ ! ! ¤¦¤Þ¤¯¥Á¥Ã¥×¥»¥Ã¥È¤òǧ¼±¤Ç¤­¤¿¤é¡¢Probe() ´Ø¿ô¤Ï¤µ¤é¤Ë¾¤ÎÉôʬ¤Î½é´ü²½ ! ¤ò¤â¹Ô¤¦É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 1. XF86Config ¥Õ¥¡¥¤¥ë¤Ë `VideoRam' ¥Ñ¥é¥á¥¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤ËÈ÷ ! ¤¨¤Æ¡¢ÅëºÜ¥á¥â¥êÎ̤òȽÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ ! ! 2. XF86Config ¥Õ¥¡¥¤¥ë¤Ë `Clocks' ¥Ñ¥é¥á¥¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤ËÈ÷¤¨ ! ¤Æ¡¢»ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÃͤòȽÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï ! vgaGetClocks() ´Ø¿ô¤ò¸Æ¤Ó½Ð¤·¤Æ¡¢»ÈÍѤǤ­¤ë¥¯¥í¥Ã¥¯¤Î¿ô¤È ! ClockSelect() ´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÅϤ·¤Æ¤ä¤ë¤³¤È¤Ç¼Â¸½¤Ç¤­¤Þ¤¹¡£ ! ! 3. ¥µ¡¼¥Ð¤Î `vga256InfoRec' ¹½Â¤ÂΤËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë `maxClock' Îΰè¤Ë¥É ! ¥é¥¤¥Ð¡¼¤¬Ç§¼±¤·¤¿¥Á¥Ã¥×¥»¥Ã¥È¤ÇµöÍƲÄǽ¤ÊºÇÂç¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò (KHz ! ñ°Ì¤Ç) »ØÄꤷ¤Æ¤ª¤¯¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£Ãµºº»þ¤Ë¤³¤ÎÃͤò»ØÄꤷ¤Ê¤± ! ¤ì¤Ð¡¢É¸½àÃÍ (¸½ºß¤Ï 90MHz) ¤¬»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ! 4. ¥µ¡¼¥Ð¤Î `vga256InfoRec' ¹½Â¤ÂΤËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë `chipset' Îΰè¤òÅë ! ºÜ¥Á¥Ã¥×¥»¥Ã¥È¤Î̾¾Î¤Ë¤è¤Ã¤Æ½é´ü²½¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 5. ¥É¥é¥¤¥Ð¤¬¥â¥Î¥¯¥í¥µ¡¼¥Ð¤ÈÁȤ߹ç¤ï¤»¤Æ»ÈÍѤµ¤ì¤ë¤Î¤Ê¤é¡¢¥µ¡¼¥Ð¤Î ! `vga256InfoRec' ¹½Â¤ÂΤËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë `bankedMono' Îΰè¤òŬÀÚ¤ËÀß ! Äꤷ¤Æ¡¢¥â¥Î¥¯¥í¥É¥é¥¤¥Ð¤¬¥Ð¥ó¥¯ÀÚ¤êÂؤ¨¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤«¤É¤¦¤« ! ¤ò¼¨¤µ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ ! ! 6. ¿·¤·¤¯ºîÀ®¤¹¤ë¥É¥é¥¤¥Ð¡¼¤¬²¿¤é¤«¤Î¥ª¥×¥·¥ç¥ó¥Õ¥é¥Ã¥°¤ò¥µ¥Ý¡¼¥È¤¹¤ë ! ¾ì¹ç¤Ë¤Ï¡¢ `vgaVideoChipRec' ·¿¤È¤·¤ÆÄêµÁ¤·¤¿ `SDC' ¹½Â¤¤ÎÃæ¤Ë´Þ¤Þ ! ¤ì¤Æ¤¤¤ë `ChipOptionFlags' ¹½Â¤ÂΤò OFLG_SET() ¥Þ¥¯¥í¤òÍѤ¤¤Æ½é´ü²½ ! ¤·¡¢»ÈÍѤòǧ¤á¤ë¥ª¥×¥·¥ç¥ó¥Õ¥é¥Ã¥°¤ò¤³¤ÎÃæ¤ËÀßÄꤷ¤Æ¤ª¤¯¤³¤È¤¬É¬Í× ! ¤Ç¤¹¡£ ! ! 6.6. EnterLeave() ´Ø¿ô ! ! EnterLeave() ´Ø¿ô¤Ï¥µ¡¼¥Ð¤òµ¯Æ°¤·¤¿²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÆþ¤Ã¤¿¤ê½Ð¤¿¤ê¤¹¤ë ! Å٤˸ƤФì¤Þ¤¹(²¾ÁÛ¥³¥ó¥½¡¼¥ëµ¡Ç½¤ò¤â¤¿¤Ê¤¤ OS ¤Ç¤Ï¡¢¤³¤Î´Ø¿ô¤Ï¤Þ¤º¥µ ! ¡¼¥Ð¡¼¤Î³«»Ï»þ¤Ë¸Æ¤Ð¤ì¡¢½ªÎ»»þ¤Ë¤â¤¦°ìÅٸƤФì¤Þ¤¹)¡£¤³¤Î´Ø¿ô¤ÎÌÜŪ¤Ï ! (¤½¤¦¤¹¤ë¤³¤È¤¬É¬Í×¤Ê OS ¤Î¾ì¹ç¤Ë) I/O ¤Î¸¢¸Â¤ò¾ùÅϤ·¤¿¤êÇíÃ¥¤·¤¿¤ê¤¹ ! ¤ë¤³¤È¡¢¤ª¤è¤Ó¥É¥é¥¤¥Ð¤¬Áàºî¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ ``Êݸ¤ì¤¿''¥ì¥¸¥¹¥¿ ! ¤Ø¤Î¥¢¥¯¥»¥¹¤ò¥í¥Ã¥¯²ò½ü¤·¤¿¤êºÆ¥í¥Ã¥¯¤·¤¿¤ê¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤ì¤ÏÈó¾ï¤Ë ! ´Êñ¤Ê´Ø¿ô¤Ç¤¢¤ê¡¢¥¹¥¿¥Ö¥É¥é¥¤¥ÐÃæ¤Î¥³¥á¥ó¥È¤Ë½ñ¤«¤ì¤¿ÊýË¡¤Ç¼ÂÁõ¤Ç¤­¤Þ ! ¤¹¡£ ! ! 6.7. Restore() ´Ø¿ô ! ! Restore() ´Ø¿ô¤ÏÊݸ¤·¤Æ¤ª¤¤¤¿¥Ó¥Ç¥ª¾õÂÖ¤ò²óÉü¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ ! ¤³¤Î `restore' ¤È¤¤¤¦Ì¾¾Î¤Ï¾¯¤·¤Ð¤«¤ê¸í¤Ã¤¿Ì¾¾Î¤Ç¤¢¤ê¡¢¼ÂºÝ¤Ë¤ÏÊݸ¤µ ! ¤ì¤¿¾õÂÖ¤ò²óÉü¤¹¤ë¤¿¤á¤Ð¤«¤ê¤Ç¤Ê¤¯¡¢¥µ¡¼¥Ð¤¬¿·µ¬¤ËºîÀ®¤·¤¿¾õÂÖ¤Ø¤È°Ü¹Ô ! ¤¹¤ë¤¿¤á¤Ë¤³¤Î´Ø¿ô¤ò»ÈÍѤ¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ Restore() ´Ø¿ô¤Ï¼¡¤ÎÆ°ºî ! ¤ò´°Á´¤Ë¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! ! 1. ¥Ð¥ó¥¯ 0 ¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¤³¤È¡¢¤ª¤è¤Ó¿·¤·¤¤¾õÂ֤ذܹԤ¹¤ëÁ°¤ËɬÍ×¤È ! ¤Ê¤ë¤½¤Î¾¤Î¾õÂÖ¾ðÊ󤬤¹¤Ù¤ÆÀßÄêºÑ¤ß¤Ç¤¢¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹¡£ ! ! 2. vgaHWRestore() ¤ò¸Æ¤Ó½Ð¤·¤Æ¾õÂÖ¾ðÊó¤ÎÈÆÍÑ VGA Éôʬ¤ò²óÉü¤µ¤»¤Þ¤¹¡£ ! ¤³¤Î´Ø¿ô¤Ï vgaHW.c ¥Õ¥¡¥¤¥ë¤ÎÃæ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3. ¾õÂÖ¾ðÊó¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ËÆÃÍ­Éôʬ¤ò²óÉü¤·¤Þ¤¹¡£¤³¤ì¤Ïñ½ã¤Ë¥ì¥¸¥¹¥¿ ! ¤Ë½ñ¤­¹þ¤à¤«¡¢¤¢¤ë¤¤¤Ï¤â¤·¥ì¥¸¥¹¥¿Ãæ¤Î°ìÉô¤Î¥Ó¥Ã¥È¤À¤±¤òÊѹ¹¤¹¤ëɬ ! Íפ¬¤¢¤ë¾ì¹ç¤Ë¤Ï read/modify/write Áàºî¤ò¼Â¹Ô¤·¤Þ¤¹¡£¥¯¥í¥Ã¥¯ÁªÂò ! ¥Ó¥Ã¥È¤ò°·¤¦ÊýË¡¤Ë¤Ä¤¤¤Æ¡¢¥µ¥ó¥×¥ë¥É¥é¥¤¥ÐÃæ¤Î¥³¥á¥ó¥È¤ò³Îǧ¤·¤Æ¤ª ! ¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6.8. Save() ´Ø¿ô ! ! Save() ´Ø¿ô¤Ï¥µ¡¼¥Ðµ¯Æ°»þ¤Ë¥Ó¥Ç¥ª¥«¡¼¥É¤Î½é´ü¾õÂ֤˴ؤ¹¤ë¾ðÊó¤ò¼è¤ê½Ð ! ¤¹¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£Save() ´Ø¿ô¤Ï¼¡¤ÎÆ°ºî¤ò´°Á´¤Ë¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ ! ! 1. ¥Ð¥ó¥¯ 0 ¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Þ¤¹¡£ ! ! 2. vgaHWSave() ¤ò¸Æ¤Ó½Ð¤·¤Æ¾õÂÖ¾ðÊó¤ÎÈÆÍÑ VGA Éôʬ¤ò¼è¤ê½Ð¤·¤Þ¤¹¡£¤³¤Î ! ´Ø¿ô¤Ï vgaHW.c ¥Õ¥¡¥¤¥ë¤ÎÃæ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ! 3. ¾õÂÖ¾ðÊó¤Î¥Á¥Ã¥×¥»¥Ã¥ÈÆÃÍ­Éôʬ¤ò¼è¤ê½Ð¤¹¡£ ! ! 6.9. Init() ´Ø¿ô ! ! Init() ´Ø¿ô¤Ï¥É¥é¥¤¥Ð¤ÎÃæ¤Ç (Probe() ´Ø¿ô¤Ë¼¡¤¤¤Ç) ÆóÈÖÌܤ˽ÅÍפʴؿô ! ¤Ç¤¹¡£¤³¤ì¤ò»È¤Ã¤Æ¡¢¥µ¡¼¥Ð¤ÎÃæ¤ËÄêµÁ¤µ¤ì¤¿³Æɽ¼¨¥â¡¼¥É¤ËÂФ¹¤ë¥Ç¡¼¥¿¹½ ! ¤¤ò½é´ü²½¤·¤Þ¤¹¡£¤³¤Î´Ø¿ô¤Ï `vgaSDCRec' ¥Ç¡¼¥¿¹½Â¤Á´ÂΤò½é´ü²½¤· ! ¤Æ¡¢SVGA ¥Á¥Ã¥×¥»¥Ã¥È¤òÌÜŪ¤Î¾õÂ֤˰ܹԤµ¤»¤ë¤¿¤á¤ËɬÍפȤʤë¾ðÊó¤òÀß ! Äꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î¥Ç¡¼¥¿¹½Â¤¤ÎÈÆÍÑ VGA Éôʬ¤Ï (¤³¤ì¤â ! vgaHW.c Æâ¤Ë¤¢¤ë) vgaHWInit() ¤ò¸Æ¤Ó½Ð¤·¤Æ½é´ü²½¤·¤Þ¤¹¡£ ! ! ¤¤¤Ã¤¿¤óÈÆÍѤÎÉôʬ¤¬½é´ü²½¤µ¤ì¤¿¤é¡¢Init() ´Ø¿ô¤ÏɬÍפ˱þ¤¸¤ÆÈÆÍѥ쥸 ! ¥¹¥¿¤ÎÃæ¿È¤ò¹¥¤­¤Ê¤è¤¦¤ËÊѹ¹¤Ç¤­¤Þ¤¹¡£¤½¤Î¾ɬÍפÊÎΰè¤Î¤¹¤Ù¤Æ¤ËŬÀµ¤Ê ! ½é´ü²½¾ðÊó¤òÀßÄꤷ¤Þ¤¹¡£½é´ü²½¤µ¤ì¤ëÆÃÄê¤Î¥â¡¼¥É¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ï ! `DisplayModeRec' ¹½Â¤ÂΤؤΥݥ¤¥ó¥¿¤Ç¤¢¤ë `mode' ¥Ñ¥é¥á¥¿¤ò·Ðͳ¤·¤ÆÅÏ ! ¤µ¤ì¤Þ¤¹¡£¤³¤Î¥Ý¥¤¥ó¥¿¤òé¤ë¤³¤È¤ÇɬÍפʥѥé¥á¡¼¥¿¤ò·èÄê¤Ç¤­¤Þ¤¹¡£ ! ! ¥ì¥¸¥¹¥¿¤ÎÆÃÄê¥Ó¥Ã¥È¤Î½é´ü²½ÊýË¡¤À¤±¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤³¤Ç½é´ü ! ²½¤·¤Þ¤·¤ç¤¦¡£ÆÃÄê¥Ó¥Ã¥È¤À¤±¤òÁàºî¤¹¤ë¾ì¹ç¤Ë¤Ï Restore() ´Ø¿ô¤ò»È¤Ã¤Æ ! read/modify/write ¤ò¼Â¹Ô¤¹¤ë¤Î¤À¤È¤¤¤¦¤³¤È¤ò¤·¤Ã¤«¤ê³Ð¤¨¤Æ¤ª¤¤¤Æ²¼¤µ ! ¤¤¡£·«¤êÊÖ¤·¤Þ¤¹¤¬¡¢Î㤨¤Ð¤³¤Î´Ø¿ô¤ÎÃæ¤Ç²¿¤¬¼Â¹Ô¤µ¤ì¤ë¤Î¤«¤Ë¤Ä¤¤¤Æ¡¢´û ! ¸¤Î¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ò»²¾È¤·¤ÆÄ´¤Ù¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ ! ! 6.10. Adjust() ´Ø¿ô ! ! Adjust() ´Ø¿ô¤Ï¤Þ¤¿Ê̤Ρ¢¤È¤Æ¤â´ðËÜŪ¤Ê´Ø¿ô¤Ç¤¹¡£²¾ÁÛ¥¹¥¯¥ê¡¼ ! ¥ó¤Î¥¹¥¯¥í¡¼¥ë¤äɽ¼¨²òÁüÅÙ¤ÎÊѹ¹¤Ë¤è¤Ã¤Æ¡¢¥µ¡¼¥Ð¤¬¥Ó¥Ç¥ª¥á¥â¥ê¤Îɽ¼¨ÍÑ ! Îΰè¤Î³«»ÏÅÀ¤òÄ´À°¤¹¤ëɬÍפΤ¢¤ë¤È¤­¤Ï¤¤¤Ä¤â¸Æ¤Ð¤ì¤Þ¤¹¡£¤³¤Î´Ø¿ô¤ÎôÅö ! ¤Ï¡¢»ØÄꤵ¤ì¤¿ºÂɸ¤Ë¹ç¤ï¤»¤Æ¥Á¥Ã¥×¥»¥Ã¥È¤Î³«»Ï¥¢¥É¥ì¥¹¤òÀßÄꤹ¤ë¤³¤È¤À ! ¤±¤Ç¤¹¡£¼ÂÁõÊýË¡¤Î¾ÜºÙ¤Ï¡¢¥¹¥¿¥Ö¥É¥é¥¤¥ÐÃæ¤Î¥³¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! 6.11. ValidMode() ´Ø¿ô ! ! ValidMode() ´Ø¿ô¤Ï¡¢¤³¤Î¥É¥é¥¤¥Ð¡¼¤Ç°·¤¦¥Á¥Ã¥×¥»¥Ã¥È¤Ë¸ÇÍ­¤Î»ö¾ð¤Ë¤è¤Ã ! ¤Æ¡¢ÆÃÄê¤Î¥°¥é¥Õ¥£¥Ã¥¯¥â¡¼¥É¤ò»ÈÍѤǤ­¤Ê¤¤¾ì¹ç¤¬¤¢¤ë¤«¤É¤¦¤«¤ò³Îǧ¤¹¤ë ! ¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë¤â¤Î¤Ç¤¢¤ê¡¢É¬¤ºÍÑ°Õ¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£¤³¤Î´Ø¿ô¤Ï ! Probe() ¼Â¹Ô¸å¤Ë¤è¤ê¾å°Ì¤Î¥×¥í¥°¥é¥à¤«¤é¸Æ¤Ð¤ì¤Þ¤¹¡£Â¿¤¯¤Î¾ì¹ç¡¢¤³¤Î´Ø ! ¿ô¤ÎÃæ¤ÇÆÃÊ̤ÊÄ´ºº¤ò¼Â¹Ô¤¹¤ëɬÍפÏ̵¤¯¡¢¾ï¤Ë TRUE ¤òÊÖ¤¹¤è¤¦¤Êñ½ã¤Ê¤â ! ¤Î¤Ç¤â½¼Ê¬¤Ç¤·¤ç¤¦¡£ ! ! 6.12. SaveScreen() ´Ø¿ô ! ! SaveScreen() ´Ø¿ô¤Ï¤Û¤È¤ó¤É¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³¤Î´Ø¿ô ! ¤¬É¬Íפˤʤë¤Î¤Ï¡¢ SVGA ¥Á¥Ã¥×¥»¥Ã¥È¾å¤ÇƱ´ü¥ê¥»¥Ã¥È¤¬¼Â¹Ô¤µ¤ì¤¿»þ¤Ë¡¢ ! ¥É¥é¥¤¥Ð¤ÎÆ°ºî¤ËɬÍפʳÈÄ¥¥ì¥¸¥¹¥¿¤ÎÆâÍƤâ°ì½ï¤ËÊѹ¹¤µ¤ì¤Æ¤·¤Þ¤¦¤è¤¦¤Ê ! ¾ì¹ç¤Ç¤¹¡£¡Ê¤³¤Î¤è¤¦¤Ê¾ì¹ç¡¢¥Ç¡¼¥¿¥Ö¥Ã¥¯¤ËÀâÌÀ¤¬µ­ºÜ¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç ! ¤¹¡£) ¤³¤Î´Ø¿ô¤¬É¬Í× *̵¤¤* ¾ì¹ç¤Ë¤Ï¡¢Ã±¤Ë¤³¤ì¤òÄêµÁ¤·¤Ê¤¤¤Ç¤ª¤¤¤Æ¡¢ ! vgaVideoChipRec ¹½Â¤ÂΤò½é´ü²½¤¹¤ëºÝ¤Ë¤Ï¡¢¤³¤Î´Ø¿ô¤ò»ØÄꤹ¤ë¤¿¤á¤Î¥Õ¥£ ! ¡¼¥ë¥É¤Ë `NoopDDA' ¤òÀßÄꤷ¤Þ¤¹¡£¡ÊNoopDDA ¤ÏÈÆÍѤÎÃæ¿È¤Î̵¤¤´Ø¿ô¤Ç ! ¤¹¡Ë¡£ ! ! ¤³¤Î´Ø¿ô¤¬ *ɬÍ×* ¤Ê¾ì¹ç¤Ë¤Ï¡¢¤ä¤ë¤Ù¤­¤³¤È¤Ï»ê¶Ëñ½ã¤Ç¤¹¡£¤³¤Î´Ø¿ô¤Ïɬ ! ¤ºÆó²ó (°ì²óÌܤϥꥻ¥Ã¥ÈÁ°¡¢Æó²óÌܤϥꥻ¥Ã¥È¸å) ¸Æ¤Ð¤ì¤Þ¤¹¡£Á°¼Ô¤Î¾ì¹ç ! ¤Ë¤Ï°ú¿ô¤È¤·¤Æ SS_START ¤¬ÅϤµ¤ì¡¢¸å¼Ô¤Î¾ì¹ç¤Ï SS_FINISH ¤¬ÅϤµ¤ì¤Þ ! ¤¹¡£É¬Íפʺî¶È¤Ï¡¢ SS_START ¤Ç¸Æ¤Ó½Ð¤µ¤ì¤¿ºÝ¤Ë¤Ï¥ê¥»¥Ã¥È¤Ë¤è¤Ã¤Æ±Æ¶Á¤ò ! ¼õ¤±¤ë¥ì¥¸¥¹¥¿¤ÎÆâÍƤò¤¹¤Ù¤ÆÊݸ¤¹¤ë¤³¤È¡¢¤Þ¤¿¤³¤³¤ÇÊݸ¤·¤¿ÆâÍƤò¼¡¤Ë ! SS_FINISH ¤Ç¸Æ¤Ó½Ð¤µ¤ì¤¿ºÝ¤Ë²óÉü¤¹¤ë¤³¤È¤Ç¤¹¡£ ! ! 6.13. GetMode() ´Ø¿ô ! ! GetMode() ´Ø¿ô¤Ï XFree86 1.3 ¤Ç¤Ï»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ vgaVideoChipRec Ãæ ! ¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤³¤Î´Ø¿ô¤Î¤¿¤á¤Î¥Õ¥£¡¼¥ë¥É¤Ï¡¢ `NoopDDA' ¤ò»ØÄꤷ¤Æ½é ! ´ü²½¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¾­ÍèŪ¤Ë¤Ï¡¢¤³¤Î´Ø¿ô¤ò»ÈÍѤ¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥µ¡¼¥Ð¡¼¤ª¤è¤Ó¥µ¡¼¥Ð¡¼¤Î¥É ! ¥é¥¤¥Ð¡¼¥é¥¤¥Ö¥é¥ê¤òÍøÍѤ·¤¿¥¹¥¿¥ó¥É¥¢¥í¡¼¥ó¥×¥í¥°¥é¥à¡¢¤Þ¤¿¤Ï¤½¤Î¤É¤Á ! ¤é¤«¤«¤é¥Ó¥Ç¥ª¥â¡¼¥É¤òÂÐÏÃŪ¤ËÄ´À᤹¤ë¤³¤È¤¬²Äǽ¤È¤Ê¤ëͽÄê¤Ç¤¹¡£¤³¤Î´Ø ! ¿ô¤Ï¡¢ SVGA ¥ì¥¸¥¹¥¿¤òÆɤ߹þ¤ß¡¢DisplayModeRec ¹½Â¤ÂΤ˸½ºß¤Î¥Ó¥Ç¥ª¥â ! ¡¼¥É¤ò½ñ¤­½Ð¤·¤Þ¤¹¡£ ! ! [ ÌõÃí¡§ºÇ¿·¤Î¸ø³«ÈǤǤ¢¤ë XFree86 3.3.3.1 ¤Ç¤â¡¢¤³¤Î GetMode()´Ø¿ô¤ò ! ¤Þ¤È¤â¤Ë¼ÂÁõ¤·¤¿¥É¥é¥¤¥Ð¤Ï vga256/drivers °Ê²¼¤Ë 30¼ï¤Û¤É¤¢¤ë¥É¥é¥¤¥Ð ! ¤Î¤¦¤Á¡¢¤ï¤º¤«¤Ë ati ¥É¥é¥¤¥Ð¡¼¤À¤±¤Ç¤¹¡£Â¾¤Ë 2 ¼ïÎà¤Û¤É¡¢Ãæ¿È¤Î̵¤¤Äê ! µÁ¤À¤±¤Î´Ø¿ô¤òÍÑ°Õ¤·¤¿Î㤬¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤ì°Ê³°¤Î¥É¥é¥¤¥Ð¡¼¤Ç¤Ï ! `NoopDDA' ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£¸½¾õ¤Ç¤Ï¤³¤Î´Ø¿ô¤Ï¤¢¤Þ¤êɬÍפȤµ¤ì¤Æ¤¤¤Ê ! ¤¤¤È¤¤¤¦¤³¤È¤Ê¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ] ! ! 6.14. FbInit() ´Ø¿ô ! ! FbInit() ´Ø¿ô¤Ï¥¢¥¯¥»¥é¥ì¡¼¥¿¥°¥é¥Õ¥£¥Ã¥¯¥¹¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥É¥é¥¤¥Ð¤¬É¬ ! ¤ºÍÑ°Õ¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤´Ø¿ô¤Ç¤¹¡£¤³¤Î´Ø¿ô¤Ïɸ½à¤Î cfb.banked ´Ø¿ô¤ò¡¢ ! ¤½¤ì¤¾¤ì¤Î¥Á¥Ã¥×¤Ë¹ç¤ï¤»¤¿¥¢¥¯¥»¥é¥ì¡¼¥¿ÂбþÈǤδؿô¤ËÃÖ¤­´¹¤¨¤ë¤¿¤á¤Ë ! »ÈÍѤµ¤ì¤Þ¤¹¡£ vga256LowlevFuncs ¤ÏÃÖ¤­´¹¤¨²Äǽ¤Ê´Ø¿ô¤Î°ìÍ÷¤ò´Þ¤à¹½Â¤ ! ÂΤǤ¹¡£¤³¤Î¹½Â¤ÂÎ¤Ï vga256.h ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ FbInit() ´Ø¿ô¤ÎÎã¤Ï ! et4000, pvga1 ¤ª¤è¤Ó cirrus ¤Î¥É¥é¥¤¥Ð¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! [ ÌõÃí¡§ XFree86 3.3.3.1 ¤Ç¤Ï¡¢ vga256/drivers °Ê²¼¤Î¥É¥é¥¤¥Ð¡¼¤Î¿¤¯ ! ¤¬¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¤È¤Ê¤Ã¤Æ¤ª¤ê¡¢Â¿¤¯¤Î¥É¥é¥¤¥Ð¡¼¤Ç¤³¤Î´Ø¿ô¤¬ÄêµÁ¤µ¤ì ! ¤Æ¤¤¤Þ¤¹¡£Î㤨¤Ð chips(C&T) ¤ä tvga8900(trident)¡¢¤½¤ì¤Ë neo(NeoMagic) ! ¤Ê¤É¤Î¥É¥é¥¤¥Ð¡¼¤Ë¤âÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ] ! ! ¤³¤Î´Ø¿ô¤¬É¬Í× *̵¤¤* ¾ì¹ç¤Ë¤Ï¡¢Ã±¤Ë¤³¤ì¤òÄêµÁ¤·¤Ê¤¤¤Ç¤ª¤¤¤Æ¡¢ ! vgaVideoChipRec ¹½Â¤ÂΤò½é´ü²½¤¹¤ëºÝ¤Ë¤Ï¡¢¤³¤Î´Ø¿ô¤ò»ØÄꤹ¤ë¤¿¤á¤Î¥Õ¥£ ! ¡¼¥ë¥É¤Ë `NoopDDA' ¤òÀßÄꤷ¤Þ¤¹¡£ ! ! 7. ¿·¥µ¡¼¥Ð¤ÎÀ¸À® ! ! ¥É¥é¥¤¥Ð¡¼¥³¡¼¥É³«È¯¤Î½àÈ÷ºî¶È¤ÈƱ¤¸¤¯¡¢¥µ¡¼¥Ð¡¼¤òÀ¸À®¤¹¤ëºî¶È¤Î¼ê½ç¤Ï ! ¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤·¤Æ¤¤¤ë¤Î¤«¡¢¤½¤ì¤È¤â¥ê¥ó¥¯¥­¥Ã¥È¤òÍøÍѤ·¤Æ¤¤¤ë¤Î ! ¤«¤Ë¤è¤Ã¤Æ°Û¤Ê¤ê¤Þ¤¹¡£¼¡¤Ë½Ò¤Ù¤ë¤Î¤Ï¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¥Õ¥¡¥¤¥ë¤òÄɲä·¤¿ ! ¸å¤ÇºÇ½é¤ËÀ¸À®¤¹¤ë¤¿¤á¤Î¼ê½ç¤Ç¤¹¡£ ! ! o ¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! xc/programs/Xserver ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢ `make Makefile' ¤ò¼Â¹Ô ! ¤·¤¿¸å¡¢ `make Makefiles depend all' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤òÍøÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 1. /usr/X11R6/lib/Server ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢ `./mkmf' ¤ò¼Â¹Ô¤· ! ¤Þ¤¹¡£ ! ! 2. Ʊ¤¸¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ç¡¢ `make' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! ºÇ½é¤Î¥µ¡¼¥Ð¡¼À¸À®¤ò¼Â¹Ô¤·¤¿¸å¤Ç¡ÊÎ㤨¤Ð¿·¤·¤¯³«È¯¤·¤¿¥É¥é¥¤¥Ð¤Ë¤µ ! ¤é¤ËÊѹ¹¤ò²Ã¤¨¤Æ¤«¤é¡Ë¥µ¡¼¥Ð¤òºÆÀ¸À®¤¹¤ë¾ì¹ç¤Ë¤Ï: ! ! o ¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 1. ŬÀÚ¤Ê drivers/ ²¼¤Î ¥Ç¥£¥ì¥¯¥È¥ê¤Ø°ÜÆ°¤·¤Æ¡¢¡ÊÎ㤨¤Ð ! xc/programs/Xserver/hw/xfree86/vga256/drivers¡Ë `make' ¤ò¼Â¹Ô¤· ! ¤Þ¤¹¡£ ! ! 2. xc/programs/Xserver ¤Ø°ÜÆ°¤·¤Æ¡¢¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ `make ! loadXF86_SVGA' (¥«¥é¡¼¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯), `make loadXF86_VGA16' ! (16 ¿§¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯) ¤Þ¤¿¤Ï `make loadXF86_Mono' (¥â¥Î¥¯¥í¥µ ! ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯)¡£ ! ! o ¥ê¥ó¥¯¥­¥Ã¥È¤òÍøÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¼¡¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 1. ŬÀڤʥɥ饤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ø°ÜÆ°¤·¤Æ¡¢ `make' ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! ! 2. /usr/X11R6/lib/server ¤Ë°ÜÆ°¤·¤Æ¡¢¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡£ ! `make loadXF86_SVGA' (¥«¥é¡¼¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯)¡¢ `make ! loadXF86_VGA16' (16 ¿§¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯) ¤Þ¤¿¤Ï `make ! loadXF86_Mono' (¥â¥Î¥¯¥í¥µ¡¼¥Ð¤Ø¤Î¥ê¥ó¥¯)¡£ ! ! 8. ¥Ç¥Ð¥Ã¥° ! ! »ÄÇ°¤Ê¤¬¤é¿·¤·¤¤¥É¥é¥¤¥Ð¤Î¥Ç¥Ð¥Ã¥°¤Ï¿É¤¤¤â¤Î¤Ç¤¹¡£Î㤨¤Ð SVGA ¥Á¥Ã¥× ! ¥»¥Ã¥È¤Î¥×¥í¥°¥é¥ß¥ó¥° (¥ì¥¸¥¹¥¿ÀßÄê) ¤ò´Ö°ã¤¨¤¿¾ì¹ç¤Ë¤Ï¥Þ¥·¥ó¤¬¸Ç¤Þ¤Ã ! ¤Æ¤·¤Þ¤¦¤Ç¤·¤ç¤¦¡£¤·¤«¤·¡¢¤â¤Ã¤ÈÉÑÈˤ˵¯¤­¤ë²ÄǽÀ­¤¬¤¢¤ë¤Î¤Ï¥Ç¥£¥¹¥×¥ì ! ¥¤¤Îɽ¼¨¤¬¾Ã¤¨¤Æ¤·¤Þ¤¦¤³¤È¤Ç¤¹¡£¤³¤Î¾ì¹ç¡¢Àµ¾ï¤ËÌ᤹¤¿¤á¤Ë¤ÏºÆµ¯Æ°¤µ¤» ! ¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¿·¤·¤¯À¸À®¤·¤¿¥µ¡¼¥Ð¡¼¤ò¼Â¹Ô¤·¤Æ¥Æ¥¹¥È¤¹¤ëºÝ¤Ë ! ¤Ï¡¢³°ÉôüËö¤ò·Ò¤°¤«¡¢¥Í¥Ã¥È¥ï¡¼¥¯¤«¤é¥í¥°¥¤¥ó¤¹¤ë¤³¤È¤ò *¶¯¤¯* ¤ª´«¤á ! ¤·¤Þ¤¹¡£¤³¤ì¤Ï¥µ¡¼¥Ð¤ËÂФ·¤Æ¥Ç¥Ð¥Ã¥¬¤ò»ÈÍѤ¹¤ë¤³¤È¤ò²Äǽ¤Ë¤¹¤ëÍ£°ì¤Î¹ç ! ÍýŪ¤ÊÊýË¡¤Ç¤¹¡£Ê£¿ô¤Î VT ¤ò»È¤¤¤Ê¤¬¤é¤Î¥Ç¥Ð¥Ã¥°¤¹¤ë¤Î¤Ï´ðËÜŪ¤Ë»þ´Ö¤Î ! ̵Â̤Ǥ¹¡£ ! ! ¥Þ¥·¥ó¤¬¸Ç¤Þ¤Ã¤Æ¤·¤Þ¤¦´í¸±À­¤Î¸ºß¤ò¹Íθ¤¹¤ë¤È¡¢¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ëÁ°¤Ë ! 1¡¢2 ²ó `sync' ¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤ª¤¯¤³¤È¤Ï *¤È¤Æ¤â* Îɤ¤¹Í¤¨¤Ç¤¹¡£¤µ ! ¤é¤Ë¸À¤¨¤Ð¡¢¡ÊËÜÍè¤ÏÉÔÍפʤϤº¤Î fsck ¤¬¼Â¹Ô¤µ¤ì¤ë¤³¤È¤òÈò¤±¤ë¤¿¤á¤Ë¡Ë ! ¥Ç¥Ð¥Ã¥°¼Â¹ÔÃæ¤Ï¤É¤¦¤·¤Æ¤âɬÍפʥե¡¥¤¥ë¥·¥¹¥Æ¥à°Ê³°¡¢¤¹¤Ù¤Æ¥¢¥ó¥Þ¥¦¥ó ! ¥È¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ ! ! ɸ½à¤Ç¤Ï¡¢¥µ¡¼¥Ð¤Ï¥Ç¥Ð¥Ã¥°ÍѤΥ·¥ó¥Ü¥ëÈ´¤­¤ÇÀ¸À®¤µ¤ì¤Þ¤¹¡£¥Ç¥Ð¥Ã¥°¤Ç¤­ ! ¤ë¤è¤¦¤ËÀ¸À®¤·¤¿¥µ¡¼¥Ð¤Ï *¤È¤Æ¤â* Â礭¤Ê¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤«¤·¥É¥é¥¤¥Ð ! ¡¼¥³¡¼¥É¤ò¥Ç¥Ð¥Ã¥°¤Î¤¿¤á¤ËºÆ¹½ÃÛ¤¹¤ë¤³¤È¤Ï¤È¤Æ¤â´Êñ¤Ç¤¹¡£¼¡¤Î¼ê½ç¤Ç ! ¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: ! ! 1. ¥É¥é¥¤¥Ð¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ø°ÜÆ°¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. Makefile ¤òÊÔ½¸¤·¤Æ¤¯¤À¤µ¤¤¡£ `CDEBUGFLAGS' ¤Î *ÆóÈÖÌÜ* ¤ÎÄêµÁ¤òõ ! ¤·¤Æ¡¢¤½¤ì¤ò¼¡¤Î¤è¤¦¤Ë½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! CDEBUGFLAGS = -g -DNO_INLINE ! ! (¤³¤ì¤Ï¥Ç¥Ð¥Ã¥°ÍÑ¥·¥ó¥Ü¥ë¤òÍ­¸ú¤Ë¤·¡¢¥·¥ó¥°¥ë¥¹¥Æ¥Ã¥×¼Â¹Ô»þ¤Î°­Ì´¤ò°ú ! ¤­µ¯¤³¤¹´Ø¿ô¤Î¥¤¥ó¥é¥¤¥óŸ³«¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£) ! ! 3. `sdc_driver.o' ¥Õ¥¡¥¤¥ë¤ò¾Ã¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 4. ¾åµ­¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¡¢¥µ¡¼¥Ð¤òºÆ¹½ÃÛ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! (¤Þ¤¿¤Ï¡¢Makefile ¤ò½¤Àµ¤¹¤ëÂå¤ï¤ê¤Ë¡¢¸Å¤¤ .o ¥Õ¥¡¥¤¥ë¤ò¾Ã¤·¤¿¸å¤Ç ! ñ¤Ë `make CDEBUGFLAGS="-g -DNO_INLINE"' ¤ò¼Â¹Ô¤¹¤ë¤È¤¤¤¦ÊýË¡¤â¤¢¤ê ! ¤Þ¤¹¡£¤³¤Î¸å¾åµ­¤Î¼ê½ç¤Ç¥µ¡¼¥Ð¤òºÆ¹½ÃÛ¤·¤Æ¤¯¤À¤µ¤¤¡£) ! ! ¤³¤ì¤Ë¤è¤Ã¤Æ¡¢¥É¥é¥¤¥Ð´Ø¿ô¤Ë¥Ö¥ì¡¼¥¯¥Ý¥¤¥ó¥È¤òÀßÄꤷ¤Æ¥·¥ó¥°¥ë¥¹¥Æ¥Ã¥× ! ¼Â¹Ô¤µ¤»¤ë¤³¤È¤Î¤Ç¤­¤ë¥µ¡¼¥Ð¤¬À¸À®¤µ¤ì¤Þ¤¹¡£¥½¡¼¥¹¥Ä¥ê¡¼Ãæ¤Çºî¶È¤ò¹Ô¤Ã ! ¤Æ¤¤¤Æ¡¢¤«¤Ä SVGA ¥×¥í¥°¥é¥ß¥ó¥°¤ò³Ø½¬¤·»Ï¤á¤¿¤Ð¤«¤ê¤Ê¤é¤Ð¡¢vgaHW.c ¤â ! ƱÍͤ˥ǥХå°²Äǽ¤Ë¤·¤ÆºÆ¹½ÃÛ¤¹¤ë¤ÈÊØÍø¤Ç¤·¤ç¤¦¡£ ! ! 9. ¥¢¥É¥Ð¥¤¥¹ ! ! ¼¡¤Ë½Ò¤Ù¤ë¤³¤È¤Ï¡¢¤¤¤¯¤é¶¯Ä´¤·¤Æ¤â­¤ê¤Ê¤¤¤¯¤é¤¤¤Ç¤¹¡£ ! ! ¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ÎÃæ¤Ç²¿¤¬µ¯¤­¤Æ¤¤¤ë¤Î¤«¤òÍý²ò¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ë¤Þ¤Ç¤Ï¡¢ ! ¤¹¤Ù¤Æ¤ÎÍøÍѤǤ­¤ë»²¾Èʸ¸¥¤È´û¸¤Î¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ò¤¸¤Ã¤¯¤êÄ´¤Ù¤ÆÆâÍÆ ! ¤òÇÄ°®¤¹¤ë¤è¤¦Åؤá¤Æ¤¯¤À¤µ¤¤¡£¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ò½ñ¤­»Ï¤á¤ë *Á°¤Ë* ¤³¤Î ! Ä´ºº¤ò¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£¤½¤ì¤Ë¤è¤Ã¤ÆƬÄˤΥ¿¥Í¤ò¤«¤Ê¤ê¸º¤é¤¹¤³¤È¤¬¤Ç¤­¤ë ! ¤Ç¤·¤ç¤¦¡£²Äǽ¤Ê¤é¤Ð¡¢¤³¤ì¤«¤éÄɲ䷤褦¤È¤¹¤ë¥Á¥Ã¥×¥»¥Ã¥È¤Ë»÷¤¿¥Á¥Ã¥× ! ¥»¥Ã¥È¤Î¥É¥é¥¤¥Ð¤òõ¤·¤Þ¤·¤ç¤¦¡£¤Þ¤¿¤â¤·¡¢¤½¤¦¤·¤¿¥É¥é¥¤¥Ð¤ò¸«¤Ä¤±¤ë¤³ ! ¤È¤¬¤Ç¤­¤¿¤é¡¢¤½¤ì¤òÎãÂê¤È¤·¤ÆÍøÍѤ·¤Þ¤·¤ç¤¦¡£¤¿¤Ö¤ó¡¢¤½¤Î¥³¡¼¥É¤«¤é¿· ! ¤·¤¤¥É¥é¥¤¥Ð¤òÇÉÀ¸¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ ! ! ¥Ç¥Ð¥Ã¥°Ãæ¤Ï°Å¤¯»×¤¤µÍ¤á¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£¤¿¤Ö¤ó¡¢ºÇ½é¤Î¤¦¤Á¤Ï¤¤¤í¤¤¤í¤È ! ÌäÂê¤òÊú¤¨¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ (»ä¤â¤Þ¤À¤Þ¤À¤½¤³¤«¤éÈ´¤±½Ð¤»¤Æ¤¤¤Þ¤» ! ¤ó¡£) ¤±¤ì¤É¤â¡¢Ãí°Õ¿¼¤¯¡¢¿µ½Å¤Ë¥Ç¥Ð¥Ã¥°¤Î¼ê½ç¤ò¿Ê¤á¤Æ¤¤¤±¤Ð¡¢Èó¾ï¤Ëû ! ¤¤´Ö¤ËÀ®²Ì¤òµó¤²¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤ª¤½¤é¤¯¡¢¥Á¥Ã¥×¥»¥Ã¥È¤Î¤³¤È¤ò¾Ü¤·¤¯ ! Íý²ò¤·¤Æ¤¤¤ì¤Ð¡¢ 1, 2 Æü¤Ç¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤ÎºîÀ®¤È¥Ç¥Ð¥Ã¥°¤ò¤ä¤Ã¤Æ¤Î¤± ! ¤ë¤³¤È¤µ¤¨²Äǽ¤Ç¤·¤ç¤¦¡£¤³¤Î¼ï¤Î¥×¥í¥°¥é¥ß¥ó¥°¤ò³Ø½¬¤·»Ï¤á¤¿¤Ð¤«¤ê¤Î¿Í ! ¤Î¾ì¹ç¤Ë¤Ï¡¢°ì½µ´Ö¤È¤¤¤¦¤Î¤¬¡¢¤è¤êÂÅÅö¤ÊÀþ¤Ç¤·¤ç¤¦¡£ ! ! 10. ¹âÅÙ¤ÊÏÃÂê ! ! ¿·¤·¤¤¥Á¥Ã¥×¥»¥Ã¥È¤ÏÆó¤Ä¤Î¹âÅ٤ʵ»½ÑÎΰè¤Ë¼è¤êÁȤ߻Ϥá¤Þ¤·¤¿¡£¤½¤ì¤Ï¥× ! ¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤È¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î³Æ¼ïÆÃÀ­ (BitBlt, ! line drawing, HW ¥«¡¼¥½¥ë) ¤Ç¤¹¡£¤³¤ì¤é¤Ï¿·¤·¤¤µ»½ÑÎΰè¤Ç¡¢Àµ¼°¤Ê¥¤¥ó ! ¥¿¡¼¥Õ¥§¡¼¥¹¤Ï̤¤ÀÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¿·¤·¤¤µ»½ÑÎΰè¤Ë¤Ä¤¤¤Æºî ! ¶È¤·¤¿¤¤¾ì¹ç¤Ï¡¢XFree86 ¥Á¡¼¥à¤ÈÏ¢Íí¤ò¼è¤Ã¤Æ³«È¯/¥Ù¡¼¥¿¥Æ¥¹¥È¥Á¡¼¥à¤Ë ! »²²è¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! [ ÌõÃí¡§ XFree86 3.3.3.1 ¤Ç¤Ï vga256/drivers °Ê²¼¤Î¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤Ç ! ¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¤ä¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤ò»ÈÍѤ·¤Æ¤¤¤ë¤â¤Î¤¬¤±¤Ã¤³¤¦ ! ¤¢¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥¿µ¡Ç½¤Ë¤Ä¤¤¤Æ¤Ï¥½¡¼¥¹¥Ä¥ê¡¼¤Î xaa/NOTES ¤ò»²¾È ! ¤¹¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£ ] ! ! 11. »²¹Íʸ¸¥ ! ! o Programmer's Guide to the EGA and VGA Cards, 3rd ed. ! Richard Ferraro ! Addison-Wesley, 1994 ! ISBN 0-201-62490-7 ! (¤³¤ì¤Ï SVGA ¥×¥í¥°¥é¥ß¥ó¥°¤ÎɬÆɽñ¤Ç¤¹¡£¤Á¤ç¤Ã¤È¸íµ­¤¬¤¢¤ë¤Î¤ÇÃí°Õ ! ¤·¤Þ¤·¤ç¤¦¡£Âè 3 ÈǤǤϤ¤¤¯¤Ä¤«¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Ó¥Ç¥ª¥«¡¼¥É¤Ë¤â¸ÀµÚ ! ¤·¤Æ¤¤¤Þ¤¹¡£) ! ! o vgadoc4.zip ! Finn Thoegersen ! (¤³¤ì¤Ï SVGA ¤È¤½¤Î¾¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î»ñÎÁ¤ò½¸¤á¤¿¤â¤Î¤Ç¤¹¡£ ! wuarchive ¤ò´Þ¤à¤Û¤È¤ó¤É¤Î MS-DOS/Windows ´ØÏ¢¤Î FTP ¥¢¡¼¥«¥¤¥Ö¤«¤é ! ¼è¤ê´ó¤»²Äǽ¤Ç¤¹¡£¤³¤ì¤Ï DOS/BIOS ¤òÂоݤȤ·¤¿¤â¤Î¤Ç¤¹¤¬¡¢¤½¤Î°ìÊý ! ÆäËõºº (probe) ´Ø¿ô¤ò³«È¯¤¹¤ë»þ¤Ë¤Ï¤È¤Æ¤âÍ­ÍѤʻñÎÁ¤Ç¤¹¡£) ! ! 12. ¥Ù¥ó¥À¡¼Ï¢ÍíÀè¾ðÊó ! ! ATI Technologies (VGA-Wonder, Mach8, Mach32, Mach64) ! 33 Commerce Valley Drive East" Thornhill, Ontario ! Canada L3T 7N6 ! (905) 882-2600 (sales) ! (905) 882-2626 (tech support) ! (905) 764-9404 (BBS) ! (905) 882-0546 (fax) ! ! Chips & Technologies ! ??? ! ! Cirrus Logic (SVGA, Accelerators - CL-GD5426) ! 3100 West Warren Ave. ! Fremont, CA 94538 ! (510) 623-8300 (N. CA, USA) ! (49) 8152-40084 (Germany) ! (44) 0727-872424 (UK) ! ! Genoa Systems (GVGA) ! 75 E. Trimble Road ! San Jose, CA 95131 ! (408) 432-9090 (sales) ! (408) 432-8324 (tech support) ! ! Headland Technologies, Inc (Video-7 VGA 1024i, VRAM II) ! 46221 Landing Parkway ! Fremont, CA 94538 ! (415) 623-7857 ! ! Oak Technology, Inc (OTI-067,OTI-077) ! 139 Kifer Ct. ! Sunnyvale, CA 94086 ! (408) 737-0888 ! (408) 737-3838 (fax) ! ! S3 (911, 924, 801/805, 928, 864, 868, 964, 968, 764, 765) ! (408) 980-5400 ! ! Trident Microsystems Inc (8800, 8900, 9000) ! 205 Ravendale Dr ! Mountainside, CA 94043 ! (415) 691-9211 ! ! Tseng Labs Inc, ! 6 Terry Drive ! Newtown, PA 18940 ! (215) 968-0502 ! ! Weitek (Power9000, 5186) ! 1060 E. Arques Ave, ! Sunnyvale, CA 94086 ! (408) 738-5765 ! ! Western Digital ! (714) 932-4900 ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc,v 3.1.2.3 1999/11/26 15:23:22 hohndel Exp $ ! ! $XConsortium: VGADriv.sgml /main/9 1996/10/28 05:13:22 kaleb $ ! ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/VGADriv.sgml,v ! 3.13.2.1 1998/02/01 16:04:54 ¤ò¡¢º´Ìî Éð½Ó ( Taketoshi Sano ! ) ¤¬ XFree86 ! 3.3.3.1 ¤òÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤· ! ¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼ ! ¥ë¤Ç¤ªÃΤ餻²¼¤µ¤¤¡£ ! ! ¤Ê¤ª¡¢ËÝÌõ¤Ë¤¢¤¿¤Ã¤Æ¤Ï²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto ! ) ¤µ¤ó¤Ë¤è ! ¤ë XFree86 3.3.2 ¤ÎÏÂÌõ¤«¤éÂçÉôʬ¤Îʸ¾Ï¤ò夭¤Þ¤·¤¿¤³¤È¤ò¤³¤³¤Ëµ­¤·¡¢ ! ´¶¼Õ¤ò¼¨¤·¤Þ¤¹¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î ! ÏÂÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ! http://xjman.dsl.gr.jp/ (ά¾Î xjman ¥×¥í¥¸¥§ ! ¥¯¥È) ¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä ¤Þ¤¿¤Ï ! xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! ! [EOF] ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc:3.4.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc:3.4.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc:3.4.2.1 Wed Jun 2 17:51:04 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc Sat Nov 27 02:23:23 1999 *************** *** 14,20 **** Ìܼ¡ - 1. ÀÕǤÊü´þÀ¼ÌÀ 2. ½øʸ 3. ¥Ó¥Ç¥ª¥Ç¥£¥¹¥×¥ì¥¤¤ÎÆ°ºî¸¶Íý --- 14,19 ---- *************** *** 48,59 **** 16. ¶¨Îϼԡ¢Ä󶡼ԤˤĤ¤¤Æ 17. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ - ______________________________________________________________________ 1. ÀÕǤÊü´þÀ¼ÌÀ - ¤³¤³¤Ë¤¢¤ë»ñÎÁ¤Ïñ¤Ë¤´¼«¿È¤ÎÀÕǤ¤Ç»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£À½Â¤²ñ¼Ò¤Î»ÅÍͳ°¤Î »ÅÍͤǻÈÍѤ·¤¿¾ì¹ç¥â¥Ë¥¿¤È¤´¼«¿È¤ÎξÊý¤Ë´í³²¤òÍ¿¤¨¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ ¾ÜºÙ¤Ê·Ù¹ð¤Ë¤Ä¤¤¤Æ¤Ï ``¥â¥Ë¥¿¤Î»ÅÍͳ°»ÈÍÑ'' ¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ --- 47,56 ---- *************** *** 67,76 **** ÉÕ¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤³¤ÎÌäÂê¤Ë¤Ä¤¤¤Æ»ä¤ÎÃΤäƤ¤¤ë¤³¤È¤ÎÁ´¤Æ¤Ï¡¢¤¹¤Ç¤Ë ¤³¤³¤Ë¤¢¤ê¤Þ¤¹¡£ - 2. ½øʸ - ¥æ¡¼¥¶¤Ï XFree86 ¥µ¡¼¥Ð¤ò¼«Ê¬¤Î¥Ó¥Ç¥ª¥µ¥Ö¥·¥¹¥Æ¥à¤Ë¹ç¤ï¤»¤Æ¥Ï¡¼¥É¥¦¥§ ¥¢¤ò»È¤¤¤³¤Ê¤¹¤è¤¦¤Ë¹½À®½ÐÍè¤Þ¤¹¡£¤³¤Î¼ê°ú¤­½ñ¤Ï¼«Ê¬¼«¿È¤Î¥Ó¥Ç¥ª¥«¡¼¥É ¤È¥â¥Ë¥¿¤ÎºÇŬ¤Ê»þ´ÖÄ´Àá¤Î¿ôÃͤò¡¢Ç¡²¿¤ËÀ¸À®¤¹¤ë¤«ÊÙ¶¯¤¹¤ë½õ¤±¤Ë¤Ê¤ë¤Ç --- 64,71 ---- *************** *** 111,120 **** ¥Û¥Ã¥È¥­¡¼¥ê¥¹¥È¤Î ºÇ¸å ¤ËÄɲ䷤Ƥ¯¤À¤µ¤¤¡£¿·¤·¤¤¥â¡¼¥É¤¬Æ°¤«¤Ê¤«¤Ã¤¿ ¤È¤­¤ÎÊݸ±¤Ë¡¢´û¤ËÆ°¤¤¤Æ¤¤¤ë¥â¡¼¥É¤Ïɸ½àÃͤȤ·¤Æ»Ä¤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ - 3. ¥Ó¥Ç¥ª¥Ç¥£¥¹¥×¥ì¥¤¤ÎÆ°ºî¸¶Íý - ¥Ó¥Ç¥ª¥Ç¥£¥¹¥×¥ì¥¤¤ÎÆ°ºî¸¶Íý¤òÃΤ뤳¤È¤Ï Xconfig ¥Õ¥¡¥¤¥ë¤Î¿§¡¹¤Ê¾ì½ê ¤Ë¤É¤ó¤Ê¿ô»ú¤òÆþ¤ì¤ë¤«¤òÍý²ò¤¹¤ë¾å¤Ç½ÅÍפǤ¹¡£¤³¤ì¤é¤ÎÃÍ¤Ï XFree86 ¥µ ¡¼¥Ð¤¬¥Ç¥£¥¹¥×¥ì¥¤¤ò¥Ï¡¼¥É¥¦¥§¥¢¥ì¥Ù¥ë¤ÇÀ©¸æ¤¹¤ë¤Î¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£ --- 106,113 ---- *************** *** 171,184 **** °Ê¹ß¤ÎÀá¤Ç¡¢ÄêµÁ¡¢¸ø¼°¤ÈÎãÂê¤ÎÊä½õ¤Î¤¿¤á¤Ë¡¢¤³¤ì¤é¤Î´ðËܤËÌá¤ë¤Ç¤·¤ç ¤¦¡£ - 4. ¥Ç¥£¥¹¥×¥ì¥¤¤È¥¢¥À¥×¥¿¤Ë¤Ä¤¤¤Æ¤Î´ðÁÃÃμ± - Xconfig ¤ÎÀßÄê¹àÌܤò¤µ¤ï¤ëÁ°¤Ë¡¢¼¡¤Î´ðÁÃŪ¤Ê»ö¹à¤òÃΤäƤª¤¯É¬Íפ¬¤¢¤ê ¤Þ¤¹¡£ - o ¥â¥Ë¥¿¤Î¿åʿƱ´ü¿®¹æ¤È¿âľƱ´ü¿®¹æ¤Î¼þÇÈ¿ô o ¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤ÎÆ°ºî¥¯¥í¥Ã¥¯¼þÇÈ¿ô¡¢¤Þ¤¿¤Ï"¥É¥Ã¥È¥¯¥í¥Ã¥¯" --- 164,174 ---- *************** *** 224,231 **** XFree86 ¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï: - - Xconfig: /usr/X11R6/lib/X11/Xconfig (**) stands for supplied, (--) stands for probed/default values (**) Mouse: type: MouseMan, device: /dev/ttyS1, baudrate: 9600 --- 214,219 ---- *************** *** 257,265 **** (--) S3: Using 2 128-pixel 4 64-pixel and 8 32-pixel slots (--) S3: Using 8 pages of 768x255 for font caching - - - SGCS X ¤Þ¤¿¤Ï X/Inside X ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï: WGA: 86C911 (mem: 1024k clocks: 25 28 40 3 50 77 36 45 0 0 79 31 94 65 75 71) --- 245,250 ---- *************** *** 269,277 **** | +-- ¥Á¥Ã¥×¤Î·¿¼° +-- ¥µ¡¼¥Ð¤Î¼ïÎà - - - Ãí°Õ: ¤Ê¤ë¤Ù¤¯¤³¤Îºî¶È¤Ï¥Þ¥·¥ó¤ÎÉé²Ù¤¬Ä㤤»þ¤Ë¹Ô¤Ê¤Ã¤Æ²¼¤µ¤¤¡£X ¤Ï¥¢¥× ¥ê¥±¡¼¥·¥ç¥ó¤Ç¤¹¤«¤é¡¢¥Ç¥£¥¹¥¯¤ÎÆ°ºî¤È»þ´ÖÄ´Àá¤Î¥ë¡¼¥×¤¬¾×Æͤ¹¤ë¤È¡¢¾å µ­¤Î¿ô»ú¤ÏÉÔÀµ³Î¤Ë¤Ê¤ê¤Þ¤¹¡£²¿²ó¤«·«¤êÊÖ¤·¼Â¹Ô¤·¡¢¿ô»ú¤¬Â礭¤¯ÊÑÆ°¤·¤Ê --- 254,259 ---- *************** *** 284,307 **** ¤Î¥ë¡¼¥×¤òÍ޻ߤ·¡¢X ¤¬»î¤·¤Æ¤ß¤ë¤³¤È¤Î¤Ç¤­¤ë¥¯¥í¥Ã¥¯¤ÎÃͤÎÀµ³Î¤Ê°ìÍ÷¤ò Í¿¤¨¤ë¤¿¤á¤Ç¤¹¡£¾åµ­¤ÎÎã¤Î¥Ç¡¼¥¿¤ò»È¤¦¤È¡¢¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£: - - wga Clocks 25 28 40 3 50 77 36 45 0 0 79 31 94 65 75 71 - - - ¹â¤¯ÊѤï¤ê¤ä¤¹¤¤Éé²Ù¤¬³Ý¤«¤Ã¤¿¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¤³¤ÎÊýË¡¤Ï X ¤Îµ¯Æ°»þ¤Ë´Ù ¤ë¤³¤È¤¬¤¢¤ëÉԻ׵ĤʼºÇÔ¤ò²óÈò¤¹¤ë½õ¤±¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£X ¤¬µ¯Æ°¤·¤¿»þ¥· ¥¹¥Æ¥à¤ÎÉé²Ù¤Î¤»¤¤¤Ç´Ö°ã¤Ã¤¿ÃͤòÆÀ¤Æ¤·¤Þ¤¤¡¢config ¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤éÃú ÅÙ¤¤¤¤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¸«¤Ä¤±¤ë¤³¤È¤¬½ÐÍè¤Ê¤«¤Ã¤¿¤ê¡¢´Ö°ã¤Ã¤¿¤â¤Î¤ò¸«¤Ä ¤±¤Æ¤·¤Þ¤¦¤³¤È¤¬¤¢¤êÆÀ¤ë¤Î¤Ç¤¹¡£ - 4.1. ¥â¥Ë¥¿¤Î¥Ó¥Ç¥ª¿®¹æÂÓ°èÉý : - XFree86 ¤ò¼Â¹Ô¤¹¤ë¾ì¹ç¤Ï¡¢¥µ¡¼¥Ð¤¬¥«¡¼¥É¤òõÃΤ·¤Æ»ÈÍѲÄǽ¤ÊºÇ¹â¤Î¥É¥Ã ¥È¥¯¥í¥Ã¥¯¤ò¶µ¤¨¤Æ¤¯¤ì¤Þ¤¹¡£ --- 266,282 ---- *************** *** 319,326 **** (¤Ä¤Þ¤ê»ÈÍѤǤ­¤ë¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ÎÂç¤Þ¤«¤Ê¾å¸ÂÃÍ) ¤ò¿äÄꤹ¤ë¤¿¤á¤Î·Ð¸³ §¤ò²¼¤Ë¼¨¤·¤Þ¤¹¡£ - - 640x480 25 800x600 36 1024x768 65 --- 294,299 ---- *************** *** 339,346 **** ¤Ï¡¢¤³¤ì¤Ï¥â¥Ë¥¿¤Î¥Ó¥Ç¥ª¿®¹æÂÓ°èÉý¤Î¸Â³¦¤è¤ê¤â¤Ï¤ë¤«¤ËÄ㤤¼þÇÈ¿ô¤Ç¤¹¤« ¤é¡£¼¡¤ËÎã¤ò¼¨¤·¤Þ¤¹¡£: - - ¥Ö¥é¥ó¥É̾ ¥Ó¥Ç¥ª¿®¹æÂÓ°èÉý ---------- --------------- NEC 4D 75Mhz --- 312,317 ---- *************** *** 355,363 **** Swan SW617 85Mhz Viewsonic 21PS 185Mhz - - - °ìÈÖ²¼¤Î¥¯¥é¥¹¤Î¥â¥Ë¥¿¤Ç¤â¡¢²òÁüÅ٤˴ؤ·¤ÆÈó¾ï¤Ë¥Ó¥Ç¥ª¿®¹æÂÓ°èÉý¤ËÀ©Ìó ¤ò¼õ¤±¤ë¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£NEC ¥Þ¥ë¥Á¥·¥ó¥¯ II ¤¬Îɤ¤Îã¤Ç¤¹ (»ÅÍͤˤè¤ì ¤Ð 800x600¤Ïɽ¼¨½ÐÍè¤Ê¤¤) ¡£¤½¤Î¥Ç¥£¥¹¥×¥ì¥¤¤Ï 800x560 ¤Î¤ßɽ¼¨¤Ç¤­¤Þ --- 326,331 ---- *************** *** 373,382 **** ¤Ï¤¢¤ê¤Þ¤»¤ó¡£ (¤â¤·²èÁü¤ÎÏĤߤ¬¤¢¤Þ¤ê¤Ë¤âÂ礭¤¤¾ì¹ç¤Ë¤Ï¡¢ÌܤǸ«¤Æ¤¹¤° ¤ï¤«¤ë¤Ç¤·¤ç¤¦) ¡£ - 4.2. ¤É¤¦¤ä¤Ã¤ÆÀ©¸æ¤¹¤ë¤« : - ¥â¥Ë¥¿¤ÎƱ´ü¿®¹æÂÓ°èÉý¤Ï¡¢¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤È¶¦¤Ë¡¢É½¼¨¤Ç ¤­¤ëºÇ¹â¤Î²òÁüÅÙ¤ò·èÄꤷ¤Þ¤¹¡£¤·¤«¤·¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ­Ç½¤ò°ú¤­½Ð¤¹¤Î¤Ï¥É ¥é¥¤¥Ð¤Ç¤¹¡£¤É¤ó¤Ê¤ËÍ¥¤ì¤¿¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤ä¥â¥Ë¥¿¤Ç¤â¡¢Îɤ¤¥Ç¥Ð¥¤¥¹¥É¥é --- 341,348 ---- *************** *** 384,406 **** ¤â¿ÌÜŪ¤Ë»ÈÍѤǤ­¤ë¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤¬¤¢¤ì¤Ð½½Ê¬Ìò¤ËΩ¤Á¤Þ¤¹¡£¤³¤ì¤¬ XFree86 ¤ÎÀß·×ů³Ø¤Ç¤¹¡£ - 5. ´ðËÜ»ÅÍͤÎÆɤßÊý - ¤³¤ÎÀá¤Ç¤Ï»ÅÍͤ¬²¿¤ò°ÕÌ£¤¹¤ë¤«¤È¡¢¤½¤Î¾ÃΤé¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤òÀâÌÀ ¤·¤Þ¤¹¡£À褺ºÇ½é¤Ë¡¢ÄêµÁ¤ò¤·¤Þ¤¹¡£¼¡¤Ë·×»»¤ò¤¹¤ë»þ¤Ë»È¤¦ÊÑ¿ô̾¤ò³ç¸ÌÆ⠤Ǽ¨¤·¤Þ¤¹¡£ [ÌõÃí : ¤³¤ÎÄêµÁ¤À¤±¤ÏÂÐÌõÉ÷¤Ë¤·¤Þ¤¹¡£] - horizontal sync frequency (HSF) Horizontal scans per second (see above). ¿åʿƱ´ü¼þÇÈ¿ô (HSF) ËèÉäοåÊ¿Áöºº¿ô (¾åµ­»²¾È) ¡£ - vertical sync frequency (VSF) Vertical scans per second (see above). Mainly important as the upper limit on your refresh rate. --- 350,368 ---- *************** *** 408,414 **** ¿âľƱ´ü¼þÇÈ¿ô (VSF) ËèÉäοâľÁöºº¿ô (¾åµ­»²¾È) ¡£¼ç¤ËºÆÉÁ²è®Å٤ξå¸Â¤È¤·¤Æ½ÅÍס£ - dot clock (DCF) More formally, `driving clock frequency'; The frequency of the crystal or VCO on your adaptor --- the maximum dots-per-second --- 370,375 ---- *************** *** 419,425 **** ¥À¥×¥¿¤Îȯ¿®»Ò¤Þ¤¿¤Ï VCO ¤Î¼þÇÈ¿ô --- ËèÉÃÉÁ²è²Äǽ¥É¥Ã¥È¿ô¤ÎºÇ Âç¡£ - video bandwidth (VB) The highest frequency you can feed into your monitor's video input and still expect to see anything discernible. If your --- 380,385 ---- *************** *** 437,443 **** ºÙ¤Î¤¯¤Ã¤­¤ê¤·¤¿É½¼¨¤ò²æËý¤¹¤ë¤Ê¤é¤Ð¡¢ºÇ¹â¤Î DCF ¤òÍߤ·¤¬¤é¤Ê¤¤ ¤Ç¡¢¤ª¹¥¤ß¤Ç¹â¤á¤Ë¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦¡£ - frame length (HFL, VFL) Horizontal frame length (HFL) is the number of dot-clock ticks needed for your monitor's electron gun to scan one horizontal --- 397,402 ---- *************** *** 451,481 **** ¥ì¡¼¥àĹ (VFL)¤Ï»È¤ï¤ì¤Æ¤¤¤Ê¤¤¾å¤È²¼¤Î¶­³¦¤ò´Þ¤à´°Á´¤Ê²èÌ̤ÎÁöºº Àþ¤Î¿ô¤Ç¤¹¡£ - screen refresh rate (RR) The number of times per second your screen is repainted (this is also called "frame rate"). Higher frequencies are better, as they reduce flicker. 60Hz is good, VESA-standard 72Hz is better. Compute it as - - RR = DCF / (HFL * VFL) - - - ²èÌ̺ÆÉÁ²è®ÅÙ (RR) ËèÉäβèÌ̺ÆÉÁ²è²ó¿ô¡£¹â¤¤¤Û¤¦¤¬¤Á¤é¤Ä¤­¤òÄ㸺¤·¤Þ¤¹¡£60Hz¤ÇÎÉ ¤¯¡¢ VESA ɸ½à¤Î 72Hz ¤ÎÊý¤¬¤è¤êÎɤ¤¤Ç¤·¤ç¤¦¡£·×»»¤Ï¤³¤Î¤è¤¦¤Ë¤· ¤Þ¤¹¡£ - RR = DCF / (HFL * VFL) - - - [ÌõÃí : ÂÐÌõÉ÷½ª¤ê¡£] ʬÊì¤Ë¤¢¤ëÀѤϥâ¥Ë¥¿¤Ëɽ¼¨¤µ¤ì¤ë²òÁüÅ٤ǤϤʤ¯¡¢´ö¤é¤«Â礭¤¤¤³¤È¤Ë --- 410,430 ---- *************** *** 490,500 **** ¼¨ÉʼÁ¤ÏÍ¥¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢³Î¼Â¤ËÎɤ¯¤Ê¤¤¤³¤È¤Ï¥¤¥ó¥¿¥ì¡¼¥¹¤Ç¤Ê ¤¤¼þÇÈ¿ô¤¬È¾Ê¬¤Î¥Õ¥ì¡¼¥à¤Î¼þÇÈ¿ô¤Ë°ìÃפ·¤¿»þ¤Ç¤¹¡£ - - 5.1. ÂÓ°èÉý¤Ë¤Ä¤¤¤Æ : - ¥â¥Ë¥¿À½Â¤²ñ¼Ò¤ÏÂÓ°èÉý¤¬²èÌ̤ÎÇ÷ÎϤȿ§ÊѲ½¤Î¥·¥ã¡¼¥×¤µ¤òÀ©Ì󤹤ë¤Î¤Ç¹â ÂÓ°èÉý¤Ç¤¢¤ë¤³¤È¤òÀëÅÁ¤·¤Þ¤¹¡£ÂÓ°èÉý¤¬Â礭¤¤¤Û¤É¡¢¤è¤êºÙ¤«¤¤²èÁü¤òɽ¼¨ ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ --- 439,446 ---- *************** *** 508,531 **** »äã¤ÎÌÜŪ¤Î¤¿¤á¤Ë¤Ï¡¢ÂÓ°èÉý¤Ï¼ç¤Ë»ÈÍѲÄǽ¤Ê¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Î¤ª¤ª¤è¤½¤Î ¾å¸Â¤È¤·¤Æ½ÅÍפǤ¹¡£ - - 5.2. Ʊ´ü¼þÇÈ¿ô¤ÈºÆÉÁ²è®ÅÙ : - ²èÌ̾å¤Î¿åÊ¿ÁöººÀþ¤Ï¥Õ¥ì¡¼¥àĹÁöºº¤ÎÃæ¤Ç¼ÂºÝ¤Ëɽ¼¨¤µ¤ì¤ëÉôʬ¤Ç¤¹¡£¤½¤ì ¤¾¤ì¤Î½Ö´Ö¤Ë¤ÏËÜÅö¤Ï¤¿¤Ã¤¿°ì¤Ä¤ÎÅÀ¤¬²èÌ̤˵±¤¤¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢ºÆÉÁ²è® ÅÙ¤¬½½Ê¬Â®¤¤¤Î¤ÇÌܤˤÏÀ䤨´Ö̵¤¯Á´¤Æ¤Î²èÁü¤¬"¸«¤¨¤ë"¤È¤¤¤¦Ìõ¤Ç¤¹¡£ ¤³¤³¤Ç¤¤¤¯¤Ä¤«¤Î³¨¤Ç²òÀ⤷¤Þ¤¹ : - - - - - - - ______________________________________________________________________ _______________________ | | ¿åÊ¿¥Õ¥ì¡¼¥àŤÏÉÃÅö¤¿¤ê --- 454,467 ---- *************** *** 549,556 **** |_______|_v_____________| ______________________________________________________________________ - - ¼ÂºÝ¤Î¥é¥¹¥¿¡¼Áöºº¤Ï¤È¤Æ¤âºÙ¤«¤¤¥¸¥°¥¶¥°·¿¤Î¥Ñ¥¿¡¼¥ó¤ò¤·¤Æ¤¤¤Æ¡¢º¸±¦¤Ë ÅŻҥӡ¼¥à¤¬Æ°¤¤¤ÆƱ»þ¤Ë¾å²¼¤Ë¤âÆ°¤¤¤Æ¤¤¤Þ¤¹¡£ --- 485,490 ---- *************** *** 568,597 **** ¥Æ¥­¥¹¥È¤è¤ê¤Ï»ë³Ð¤ËÁʤ¨¤¿Êý¤¬Ê¬¤«¤ë¤Î¤Ç¼¡¤Ë´Ø·¸¿Þ¤òÉÁ¤­¤Þ¤¹¡£: - - - - - - - - - - - - - - - - - - - - - - - - ______________________________________________________________________ RR VB | min HSF max HSF | --- 502,507 ---- *************** *** 617,624 **** VB ______________________________________________________________________ - - ¤³¤ì¤Ï°ìÈÌŪ¤Ê¥â¥Ë¥¿¤Î¥â¡¼¥É¥À¥¤¥¢¥°¥é¥à¤Ç¤¹¡£¥À¥¤¥¢¥°¥é¥à¤Î x ¼´¤Ï¥¯ ¥í¥Ã¥¯¼þÇÈ¿ô (DCF)¡¢ y ¼´¤ÏºÆÉÁ²è®ÅÙ (RR) ¤ò°ÕÌ£¤·¤Æ¤¤¤Þ¤¹¡£¥À¥¤¥¢¥° ¥é¥à¤ÇÅɤêÄÙ¤·¤Æ¤¢¤ëÎΰè¤Ï¥â¥Ë¥¿¤Î¥Ó¥Ç¥ª¤Ëɽ¼¨¤Ç¤­¤ëÎΰè¤Ç¤¹¡£¤³¤ÎÎΰè --- 527,532 ---- *************** *** 638,656 **** ¤¦) ¤½¤ÎÀá¤Ç¤Ï¤Þ¤¿¶½Ì£¿¼¤¤¿åʿƱ´ü¼þÇÈ¿ô¤Î¸Â³¦¤«¤éÇÉÀ¸¤¹¤ëÎΰè¤Î¶­³¦¤Î ¤Ë¤Ä¤¤¤ÆÏÀ¤¸¤Þ¤¹¡£ - 6. ¥·¥¹¥Æ¥à¤Î¹½À®¤Ë¤ª¤±¤ë¥È¥ì¡¼¥É¥ª¥Õ - Á°¤Ë¼¨¤·¤¿¸ø¼°¤Ï¡¢¤³¤Î¤è¤¦¤ËÊÑ·Á¤Ç¤­¤Þ¤¹¡£ - - DCF = RR * HFL * VFL - - - ¤Ä¤Þ¤ê¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯¤¬°ìÄê¤À¤È¤¹¤ë¤È¡¢°ìÉô֤ˤ³¤ì¤À¤±¤Î¥É¥Ã¥È¿ô¤òºÆ ÉÁ²è®ÅÙ¡¢¿åÊ¿²òÁüÅÙ¤Þ¤¿¤Ï¿âľ²òÁüÅ٤˿¶¤êʬ¤±¤ë¤³¤È¤¬¤Ç¤­¤ë¤È¤¤¤¦¤³¤È ¤Ç¤¹¡£¤³¤ì¤é¤Î¿ô»ú¤Î°ì¤Ä¤òÁý¤ä¤¹¤È¾¤Î¿ô»ú¤ò¸º¤é¤µ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ --- 546,557 ---- *************** *** 687,696 **** ¤³¤Î¤è¤¦¤Ë¤·¤ÆºÇ¾®¤ÎµöÍƤǤ­¤ëºÆÉÁ²è®ÅÙ¤òÁª¤Ö¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£HFL ¤È VFL ¤òÁªÂò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢Â¿¾¯¤ÎºîÀï¤Î;ÃϤ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£ - 7. Í×µá¥á¥â¥êÎÌ - ¼«Ê¬¤¬¼Â¸½¤·¤è¤¦¤È¤·¤Æ¤¤¤ë¥«¥é¡¼¤ä¥°¥ì¡¼¥¹¥±¡¼¥ë¥Ç¥£¥¹¥×¥ì¥¤¤Î²òÁüÅÙ¤Ï »ÈÍѲÄǽ¤Ê¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥á¥â¥ê¤ÎÎ̤ÇÀ©¸Â¤µ¤ì¤Þ¤¹¡£2 ¿§ (Çò¹õ) ¤Ç¥°¥ì ¡¼¥¹¥±¡¼¥ë¤Ç¤Ê¤¤Êª¤Î¾ì¹ç¤Ï¡¢À©¸Â¤ò¼õ¤±¤ë¤³¤È¤Ï¿ʬ¤¢¤ê¤Þ¤»¤ó¡£ --- 588,595 ---- *************** *** 728,737 **** ¤Ç 16 ¿§) ¤¬»È¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ [ÌõÃí : ¿¼Å٤ȤϿ§¿ô¤ä¥°¥ì¡¼¥¹¥±¡¼¥ë¤òɽ¸½¤¹¤ë¥Ó¥Ã¥È¿ô¤Ç¤¹¡£] - 8. ¥Õ¥ì¡¼¥à¥µ¥¤¥º¤Î·×»» - ·Ù¹ð : ¤³¤ÎÊýË¡¤Ï¥Þ¥ë¥Á¥·¥ó¥¯¥â¥Ë¥¿¤Î¤¿¤á¤Ë³«È¯¤·¤Þ¤·¤¿¡£Â¿Ê¬¡¢¤³¤ÎÊý Ë¡¤Ï¸ÇÄê¼þÇÈ¿ô¥â¥Ë¥¿¤Ç¤¦¤Þ¤¯¹Ô¤¯¤«¤âÃΤì¤Þ¤»¤ó¤¬¡¢ÊݾڤǤ­¤Þ¤»¤ó¡£ --- 627,634 ---- *************** *** 789,798 **** °Ê¾å¤¬¡¢¥é¥¹¥¿É½¼¨¤Ë¤Ä¤¤¤Æ¤Îñ½ã¤Ê·×»»¤È´ðËÜŪ¤Ê»öÊÁ¤Î¤Û¤È¤ó¤É¤Ç¤¹¡£¤Û ¤È¤ó¤É¹õËâ½Ñ¤Ç¤â²¿¤Ç¤â̵¤¤¤Ç¤¹¤Í¡£ - 9. ¹õËâ½Ñ¤ÈƱ´ü¿®¹æ - ¤µ¤¢¡¢¼«Ê¬¤ÇÁª¤ó¤À¥É¥Ã¥È¥¯¥í¥Ã¥¯Âбþ¤Ë·×»»¤·¤¿ HFL/VFL ¤Î¿ô»ú¤¬¤¢¤ê¡¢ ̵Æñ¤ÊºÆÉÁ²è®ÅÙ¤¬¸«¤Ä¤«¤ê¡¢½½Ê¬¤Ê VRAM (¥Ó¥Ç¥ª¥á¥â¥ê) ¤¬¤¢¤ë¤³¤È¤ò³Î ǧ¤·¤Þ¤·¤¿¡£¤³¤ì¤«¤é¤¬ËÜÅö¤Î¹õËâ½Ñ¤Ç¤¹ -- ¤¤¤Ä¤É¤³¤ÇƱ´ü¿®¹æ¤ò½Ð¤¹¤«¤ò --- 686,693 ---- *************** *** 807,816 **** ÅÙ) ¤òɽ¼¨¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤ë¤Î¤Ï¡¢¥Õ¥ì¡¼¥à¤ò¥é¥¹¥¿Áöºº¤¹¤ë¤¿¤á¤ËɬÍ×¤Ê »þ´Ö¤Î°ìÉô¤À¤±¤Ç¤¹¡£ - 9.1. ¿åʿƱ´ü : - Á°¤ÎÄêµÁ¤Ë¤è¤ì¤Ð¡¢ 1 ËܤοåÊ¿ÁöººÀþ¤ò¤¿¤É¤ë¤Î¤Ë¤Ï HFL ʬ¤Î»þ´Ö³Ý¤«¤ê¤Þ ¤¹¡£É½¼¨¤µ¤ì¤ëÉôʬ¤Î¥¯¥í¥Ã¥¯²ó¿ô (¿åÊ¿¥¹¥¯¥ê¡¼¥ó²òÁüÅÙ) ¤ò HR ¤È¸Æ¤Ó¤Þ ¤·¤ç¤¦¡£¤½¤Î»þ¤ÏÌÀ¤é¤«¤Ë¡¢ÄêµÁ¤«¤é HR < HFL ¤È¤Ê¤ê¤Þ¤¹¡£¶ñÂÎŪ¤ËξÊý¤¬ --- 702,709 ---- *************** *** 828,835 **** HGT1 HGT2 ______________________________________________________________________ - - ¤³¤³¤Ç¡¢¾å¤Ë¤¢¤ë¤è¤¦¤Ëɽ¼¨¥Ç¡¼¥¿¤Î¥¯¥í¥Ã¥¯½ªÎ»¤È¥Õ¥ì¡¼¥àÁ´ÂΤΥ¯¥í¥Ã¥¯ ½ªÎ»¤Î´Ö¤Ë HSP ¤ÎƱ´ü¿®¹æŤòÇÛÃÖ¤·¤Þ¤¹¡£²¿¸Î¤½¤¦¤¹¤ë¤Î¤«¡© ¤½¤ì¤Ï¤³¤¦ ¤¹¤ë¤È¡¢²èÌÌɽ¼¨¤¬º¸±¦¤Ë°ÜÆ°¤·¤Ê¤¯¤Ê¤ë¤«¤é¤Ç¤¹¡£É½¼¨¤ò¥¹¥¯¥ê¡¼¥ó¾å¤Çɽ --- 721,726 ---- *************** *** 863,869 **** ´ö¤Ä¤«¤ÎÀ½Â¤²ñ¼Ò¤Ï¥É¥Ã¥ÈÉý¤è¤ê¿åÊ¿Êý¸þ¤Î¥Õ¥ì¡¼¥à¥Ñ¥é¥á¥¿¤Ç¸«ÀѤâ¤Ã¤Æ¤¤ ¤Þ¤¹¡£¼¡¤ÎÍѸì¤ò¸æÍ÷²¼¤µ¤¤¡£: - active time (HAT) ²ÔƯ»þ´Ö (HAT) ¥ß¥êÉä˴¹»»¤·¤¿ HR ¤ËÁêÅö. HAT * DCF = HR. --- 754,759 ---- *************** *** 880,889 **** back porch (HBP) ¥Ð¥Ã¥¯¥Ý¡¼¥Á (HBP) ¤Þ¤µ¤·¤¯ HGT2 ¤Ç¤¹. - 9.2. ¿âľƱ´ü : - Á°¤Î³¨¤ËÌá¤Ã¤Æ¡¢247 ¥¯¥í¥Ã¥¯Ê¬¤ò³¨¤ÎÃæ¤Ç¤É¤Î¤è¤¦¤ËÃÖ¤¤¤¿¤é¤¤¤¤¤Ç¤·¤ç ¤¦¡© --- 770,777 ---- *************** *** 935,942 **** VGT VSP ______________________________________________________________________ - - ¿âľɽ¼¨¥Ç¡¼¥¿¤Î½ªÎ»»þ¤­¤Ã¤«¤ê¤ËƱ´ü¿®¹æ¤òȯ¿®¤·¤Þ¤¹¡£VGT ¤ÏƱ´ü¿®¹æ¤Î ¿âľÊݸî»þ´Ö¤Ç¤¹¡£¤Û¤È¤ó¤É¤Î¥â¥Ë¥¿¤Ï VGT ̵¤· (Êݸî»þ´Ö̵¤·) ¤Ç²÷Ŭ¤Ë Æ°ºî¤·¡¢ÎãÂê¤Ç¤âÊݸî»þ´Ö̵¤·¤Ç¤¹¡£2,3 ¥¯¥í¥Ã¥¯¤ÎÊݸî»þ´Ö¤¬É¬Íפʤâ¤Î¤â --- 823,828 ---- *************** *** 952,958 **** ´ö¤Ä¤«¤ÎÀ½Â¤²ñ¼Ò¤Ï¥É¥Ã¥ÈÉý¤è¤ê¿âľÊý¸þ¤Î¥Õ¥ì¡¼¥à¥Ñ¥é¥á¥¿¤Ç¸«ÀѤâ¤Ã¤Æ¤¤ ¤Þ¤¹¡£¼¡¤ÎÍѸì¤ò¸æÍ÷²¼¤µ¤¤¡£: - active time (VAT) ²ÔƯ»þ´Ö (VAT) ¥ß¥êÉä˴¹»»¤·¤¿ VR ¤ËÁêÅö. VAT * VSF = VR. --- 838,843 ---- *************** *** 970,979 **** ¥Ð¥Ã¥¯¥Ý¡¼¥Á (VBP) ¿âľƱ´ü¿®¹æ¤Î¸å¤ÎÂè 2 Êݸî»þ´Ö¤Ë»÷¤Æ¤¤¤Þ¤¹¡£ ¤·¤Ð¤·¤Ð¥¼¥í¤Ç¤¹¡£ - 10. Á´ÂΤΤޤȤá - Xconfig ¥Õ¥¡¥¤¥ë¤Î¥Ó¥Ç¥ª¥â¡¼¥É ( Video Modes ) ɽ¤Ï¿ô¹Ô¤Î¿ôÎó¤Ç½ÐÍè¤Æ ¤¤¤Æ¡¢¤½¤ì¤¾¤ì¤Î¹Ô¤Ï X ¥µ¡¼¥Ð¤¬»ÈÍѤ¹¤ë 1 ¤Ä¤Î¥â¡¼¥É¤Î´°Á´¤Ê»ÅÍͤòɽ¤ï ¤·¤Æ¤¤¤Þ¤¹¡£¤½¤Î¹àÌܤÏ̾¾ÎÀá¡¢¥É¥Ã¥È¥¯¥í¥Ã¥¯Àá¡¢¿åÊ¿Àá¡¢¿âľÀá¤Î 4 ¤Ä --- 855,862 ---- *************** *** 987,993 **** ¥¯¤Î¤ß¤ò½ñ¤­¤Þ¤¹¡£¼¡¤ÎÀá¤ÇºîÀ®¤¹¤ë¿ô»ú¤ò¥É¥Ã¥È¥¯¥í¥Ã¥¯¤È¤·¤Æ¤³¤Î¹àÌÜ¤Ë ½ñ¤­¤Þ¤¹¡£ - ¿åÊ¿Àá¤Ï¤½¤ì¤¾¤ì¤Î¿åÊ¿Àþ¤ò²èÌ̤ξå¤Ç¤É¤Î¤è¤¦¤ËºîÀ®¤¹¤ë¤«¤ò 4 ¹àÌܤǽñ ¤­¤Þ¤¹¡£ºÇ½é¤Î¹àÌÜ¤Ï HR ¤È¸Æ¤ó¤Ç¤¤¤¿±ÇÁü¤ò¹½À®¤¹¤ëµ±¤¯ 1 Ëܤ¬²¿¥É¥Ã¥È ¤Ç¤¢¤ë¤«¤ò½ñ¤­¤Þ¤¹¡£ 2 ÈÖÌܤιàÌܤϤɤΥɥåȤ«¤é¿åʿƱ´ü¿®¹æ¤¬»Ï¤Þ¤ë --- 870,875 ---- *************** *** 1001,1016 **** Îã : - #̾¾ÎÀá ¥â¡¼¥É¥¯¥í¥Ã¥¯Àá ¿åÊ¿Àá(1¤«¤é4) ¿âľÀá(1¤«¤é4) #Modename clock horizontal timing vertical timing "752x564" 40 752 784 944 1088 564 567 569 611 44.5 752 792 976 1240 564 567 570 600 - - - (Ãí°Õ : ɸ½àŪ¤Ê X11R5 ¤½¤Î¤Þ¤Þ¤Ç¤Ï ¾®¿ô¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ï»È¤¨¤Þ¤» ¤ó¡£) --- 883,894 ---- *************** *** 1051,1084 **** ÎãÂê¤ËÌá¤ê¤Þ¤·¤ç¤¦¡£¾åµ­¤Ë¤è¤Ã¤Æ¡¢Xconfig ¤Ø½ñ¤­¹þ¤àɬÍפÊÁ´¤Æ¤ÎÃͤϼ¡ ¤ÎÍͤǤ¹: - - - < name > DCF HR SH1 SH2 HFL VR SV1 SV2 VFL - - - ¤³¤³¤Ç SH1 ¤Ï¿åʿƱ´ü¿®¹æ¤Î³«»Ï¥¯¥í¥Ã¥¯¤Ç¡¢SH2 ¤Ï¤½¤Î½ªÎ»¥¯¥í¥Ã¥¯¤Ë¤Ê ¤ê¡¢Æ±ÍÍ¤Ë SV1 ¤Ï¿âľƱ´ü¿®¹æ¤Î³«»Ï¥¯¥í¥Ã¥¯¤Ç¡¢SV2 ¤Ï¤½¤Î½ªÎ»¥¯¥í¥Ã¥¯ ¤Ç¤¹¡£ - - #̾¾ÎÀá ¥â¡¼¥É¥¯¥í¥Ã¥¯Àá ¿åÊ¿Àá(1¤«¤é4) ¿âľÀá(1¤«¤é4) ¥ª¥×¥·¥ç¥ó #name clock horizontal timing vertical timing flag 936x702 65 936 968 1200 1232 702 702 710 737 - - - ÆÃÊ̤ʥª¥×¥·¥ç¥ó¤ÏɬÍ×̵¤¯¡¢¤³¤ì¤Ï¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤ÇÆ°ºî¤·¤Þ¤¹¡£ ¤³¤ì¤Ç´°Î»¤·¤Þ¤·¤¿¡£ - 11. ¥â¥Ë¥¿¤Î»ÅÍͳ°»ÈÍÑ - ¸ÇÄê¼þÇÈ¿ô·¿¤Î¥â¥Ë¥¿¤Î¾ì¹ç¡¢¥â¥Ë¥¿¤Îµ¬ÄêÁöºº¼þÇÈ¿ô¤òĶ¤¨¤Æ¤ÏÀäÂÐ¤Ë¤Ê¤ê ¤Þ¤»¤ó¡£¤³¤ì¤ò¤ä¤Ã¤Æ¤·¤Þ¤¦¤Èµ¡´ï¤«¤é±ì¤ò½Ð¤·¤Æ¤·¤Þ¤¦¤«¤âÃΤì¤Þ¤»¤ó! ¥Þ¥ë¥Á¥·¥ó¥¯¥â¥Ë¥¿¤Ç¤â¡¢¼þÇÈ¿ô¤ò¾å¤²¤ë¤È¤³¤ì¤è¤ê¤Ïº³ºÙ¤Ê¤¬¤é¤¤¤í¤¤¤í¤Ê --- 929,949 ---- *************** *** 1112,1125 **** ¤³¤ì¤é¤ËÃí°Õ¤·¤Ä¤Äºî¶È¤ò¤·¤Þ¤·¤ç¤¦¡¢¡¢¡¢ - 12. ¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤ò»ÈÍѤ¹¤ë - (¤³¤ÎÀá¤ÏËؤó¤É David Kastrup ¤Ë ¤è¤ê¤Þ¤¹) - ¸ÇÄê¤Î¥É¥Ã¥È¥¯¥í¥Ã¥¯¤Ç¤Ï¡¢¥â¥Ë¥¿¤Î¿âľƱ´ü²óÏ©¤¬°ÂÄꤷ¤Æ¥µ¥Ý¡¼¥È¤Ç¤­¤ë ¤Ê¤é¡¢¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹²èÌ̤è¤ê¤â¥¤¥ó¥¿¥ì¡¼¥¹²èÌ̤ÎÊý¤¬ÌܤˤĤ¯¤Á¤é¤Ä¤­ ¤¬¤«¤Ê¤ê¾¯¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤¬ºÇ½é¤Ë³«È¯¤µ¤ì¤¿¤Î¤Ï¡¢¤³¤Î --- 977,987 ---- *************** *** 1176,1188 **** 3D ¤Ï 90Hz ¤Î¿âľ¥Õ¥ì¡¼¥à¼þÇÈ¿ô¤È 38kHz ¤Î ¿åÊ¿¥Õ¥ì¡¼¥à¼þÇÈ¿ô¤Ë¤Ê¤ê¤Þ ¤¹¡£ - - ModeLine "1024x768" 45 1024 1048 1208 1248 768 768 776 807 Interlace - - - ξÊý¤Î¾å¸Â¤Ï¤«¤Ê¤ê¤³¤Î¥â¡¼¥É¤Ç¤Ï»È¤¤¿Ô¤¯¤µ¤ì¤¿¤â¤Î¤Ç¤¹¡£Æ±¤¸¥â¡¼¥É¤ò»Ø Äꤹ¤ë¤Î¤Ë "Interlace" ¥ª¥×¥·¥ç¥ó¤ò¤Ä¤±¤Ê¤¤¾ì¹ç¤Ï´û¤Ë¥â¥Ë¥¿¤Î¿åÊ¿Êý¸þ ¤ÎÍÆÎ̤ΤۤȤó¤É¾å¸Â¤Ç¤¹(¸·Ì©¤Ë¸À¤¨¤Ð¡¢¿âľÁöºº¼þÇÈ¿ô¤Î²¼¸Â¤è¤ê¾¯¤·²¼ --- 1038,1045 ---- *************** *** 1197,1206 **** ºî¤ë(¿ʬ¡¢Â¿¾¯¹â¤¤²òÁüÅ٤ˤʤë¤Ç¤·¤ç¤¦)¤È¤¹¤Ð¤é¤·¤¤·ë²Ì¤òÆÀ¤ë¤³¤È¤¬¤Ç ¤­¤Þ¤¹¡£¤·¤«¤·Ìó«¤Ï¤Ç¤­¤Þ¤»¤ó¤±¤É¡£ - 13. ¼Áµ¿±þÅú - Q. ¤³¤³¤Ë¤¢¤ëÎãÂê¤Ïɸ½àŪ¤Ê²èÌÌ¥µ¥¤¥º¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢»È¤Ã¤Æ¤â¤è¤¤¤Ç ¤¹¤«¡© --- 1054,1061 ---- *************** *** 1239,1245 **** A. Í×Ì󤷤ƸÀ¤¨¤Ð : - 1. Ǥ°Õ¤Î¸ÇÄê¤ÎÆ°ºî¼þÇÈ¿ô¤Ç¤Ï¡¢ºÇ¹â¤Î²òÁüÅ٤˹â¤á¤ì¤ÐºÆÉÁ²è®ÅÙ¤ò²¼¤² ¤Ê¤±¤ì¤Ð¤Ê¤é¤º¡¢¤·¤¿¤¬¤Ã¤Æ¤Á¤é¤Ä¤­¤¬Áý¤¨¤ë¤Ç¤·¤ç¤¦¡£ --- 1094,1099 ---- *************** *** 1247,1257 **** ¥¯¥í¥Ã¥¯¡¢¤Ä¤Þ¤ê DCF ¤ò¶¡µë¤¹¤ë SVGA ¥«¡¼¥É¤ò¼ê¤ËÆþ¤ì¤Æ²¼¤µ¤¤¡£¥É¥Ã ¥È¥¯¥í¥Ã¥¯¤Ï¹â¤¤¤Ë±Û¤·¤¿¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£ - 14. ²èÁüɽ¼¨¤ÎÌäÂ꽤Àµ - - ¤µ¤¢¡¢ X ¤Î¹½À®ÄêµÁ¤Î¿ôÃͤò¼ê¤ËÆþ¤ì¤Þ¤·¤¿¡£Xconfig ¤Ë ¤½¤Î¿ôÃͤò¥Æ¥¹¥È Ãæ¤Î¥³¥á¥ó¥È¤ò¤Ä¤±¤Æ½ñ¤­¤Þ¤·¤¿¡£X ¤òΩ¤Á¤¢¤²¡¢¥Û¥Ã¥È¥­¡¼¤Ç¿·¤·¤¤¥â¡¼¥É ¤ËÀÚ¤êÂؤ¨¤Æ¤ß¤Þ¤·¤¿ ... ¤·¤«¤·²èÁü¤¬ÊѤǤ¹¡£¤³¤¦¤¤¤¦¾ì¹ç¡¢¤É¤¦¤¹¤ì¤Ð --- 1101,1108 ---- *************** *** 1272,1281 **** ½¤Àµ¤¹¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£»ÈÍѲÄǽ¤Ê²òÁüÅÙ¤ò°ú¤­¾å¤²¤ë¤³¤È¤Ë¤Ê¤ë¤¿ ¤á¡¢¤³¤ì¤Ï¤á¤Ã¤¿¤ËÌäÂê¤È¤Ï¤Ê¤ê¤Þ¤»¤ó¡£ - 14.1. ²èÁü¤¬º¸¤«±¦¤Ë¤º¤ì¤Æ¤¤¤ë¾ì¹ç - ¤³¤ì¤ò½¤Àµ¤¹¤ë¤¿¤á¤Ë¿åʿƱ´ü¿®¹æ¤ò°ÜÆ°¤·¤Þ¤·¤ç¤¦¡£¤½¤ì¤Ï¿åʿƱ´ü¿®¹æ¤Î ³«»Ïü¤È½ªÎ»Ã¼¤òÄêµÁ¤·¤Æ¤¤¤ë¿åÊ¿Ä´À°Éôʬ¤Î¿¿¤óÃæ¤Î 2 ¤Ä¤Î¿ôÃͤò ( 8 ¤Î ÇÜ¿ô¤º¤Ä) Áý¸º¤µ¤»¤Æ¹Ô¤¤¤Þ¤·¤ç¤¦¡£ --- 1123,1130 ---- *************** *** 1284,1293 **** »þ¤Ï¡¢¿ôÃͤòÁý¤ä¤·¤Æ¤¯¤À¤µ¤¤¡£²èÁü¤¬±¦¤Ë¤º¤ì¤Æ¤¤¤ë (º¸¤Î±ï¤ÎÉôʬ¤¬Â礭 ¤¹¤®¤Æ¡¢º¸¤Ø²èÁü¤ò°ÜÆ°¤·¤¿¤¤) »þ¤Ï¡¢Æ±´ü¿®¹æ¤ò¸º¤é¤·¤Æ¤¯¤À¤µ¤¤¡£ - 14.2. ²èÁü¤¬¾å²¼¤ËÆ°¤¤¤Æ¤¤¤ë¾ì¹ç - ¤³¤ì¤ò½¤Àµ¤¹¤ë¤¿¤á¤Ë¿âľƱ´ü¿®¹æ¤ò°ÜÆ°¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤Ï¿âľƱ´ü¿®¹æ ¤Î³«»Ïü¤È½ªÎ»Ã¼¤òÄêµÁ¤·¤Æ¤¤¤ë¿âľĴÀ°Éôʬ¤Î¿¿¤óÃæ¤Î 2 ¤Ä¤Î¿ôÃͤòÁý¸º ¤µ¤»¤Æ¹Ô¤¤¤Þ¤·¤ç¤¦¡£ --- 1133,1140 ---- *************** *** 1296,1323 **** »þ¤Ï¡¢¿ôÃͤò¸º¤é¤·¤Æ¤¯¤À¤µ¤¤¡£²èÁü¤¬²¼¤Ë¤º¤ì¤Æ¤¤¤ë (¾å¤Î±ï¤ÎÉôʬ¤¬Â礭 ¤¹¤®¤Æ¡¢¾å¤Ø²èÁü¤ò°ÜÆ°¤·¤¿¤¤) »þ¤Ï¡¢¿ôÃͤòÁý¤ä¤·¤Æ¤¯¤À¤µ¤¤¡£ - 14.3. ²èÁü¤¬¿âľ¤È¿åÊ¿¤ÎξÊý¤ËËĤé¤ó¤Ç¤¤¤ë¾ì¹ç - ¤è¤ê¹â¤¤¥«¡¼¥É¥¯¥í¥Ã¥¯¤ËÀÚ¤êÂؤ¨¤Þ¤·¤ç¤¦¡£¥¯¥í¥Ã¥¯¥Õ¥¡¥¤¥ë¤ËÊ£¿ô¤Î¥â¡¼ ¥É¤¬¤¢¤ë¾ì¹ç¡¢¤¢¤ë¤¤¤ÏÄ㤤Êý¤Î®Å٤Υ⡼¥É¤Ë´Ö°ã¤Ã¤ÆºîÆ°¤µ¤»¤Æ¤¤¤ë¤«¤â ¤·¤ì¤Þ¤»¤ó¡£ - 14.4. ²èÁü¤¬¿åÊ¿Êý¸þ¤Ë¹­¤¹¤®¤ë (¶¹¤¹¤®¤ë) ¾ì¹ç - ¤³¤ì¤ò½¤Àµ¤¹¤ë¤¿¤á¤Ë¤Ï¿åÊ¿¥Õ¥ì¡¼¥àŤòÁý¤ä¤· (¸º¤é¤·) ¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì ¤ÏºÇ½é¤ÎÄ´À°Éôʬ¤Î 4 ÈÖÌܤοôÃͤòÊѤ¨¤Æ¹Ô¤¤¤Þ¤¹¡£²èÁü¤¬°ÜÆ°¤¹¤ë¤Î¤ò²ó Èò¤¹¤ë¤¿¤á¡¢Æ±´ü¿®¹æ ( 2 ÈÖÌÜ¤È 3 ÈÖÌܤοôÃÍ) ¤â¤½¤ÎȾʬ¤À¤±°ÜÆ°¤·¡¢Æ± ¤¸ÁêÂаÌÃÖ¤òÊݸ¤·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ - 14.5. ²èÁü¤¬¿âľÊý¸þ¤ËËĤé¤ó¤Ç¤¤¤ë (Á餻¤Æ¤¤¤ë) ¾ì¹ç - - ¤³¤ì¤ò½¤Àµ¤¹¤ë¤¿¤á¤Ë¤Ï¿âľ¥Õ¥ì¡¼¥àŤò¸º¤é¤· (Áý¤ä¤·) ¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì ¤Ï 2 ÈÖÌܤÎÄ´À°Éôʬ¤Î 4 ÈÖÌܤοôÃͤòÊѤ¨¤Æ¹Ô¤¤¤Þ¤¹¡£²èÁü¤¬°ÜÆ°¤¹¤ë¤Î¤ò ²óÈò¤¹¤ë¤¿¤á¡¢Æ±´ü¿®¹æ ( 2 ÈÖÌÜ¤È 3 ÈÖÌܤοôÃͤÇ) ¤â¤½¤ÎȾʬ¤À¤±°ÜÆ° --- 1143,1163 ---- *************** *** 1330,1339 **** ºÇ¸å¤Ë¡¢¥Õ¥ì¡¼¥àŤΤɤÁ¤é¤«¤Î¿ôÃͤòÁý¤ä¤»¤ÐºÆÉÁ²è®ÅÙ¤¬Äã²¼¤·¤Æ¤·¤Þ¤¦ ¤³¤È¡¢¤Þ¤¿¤½¤ÎµÕ¤â¸À¤¨¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ²¼¤µ¤¤¡£ - 15. ¥â¥Ë¥¿¤ÎÆÃÀ­¤ò¥×¥í¥Ã¥È¤¹¤ë¡£ - ¥â¥Ë¥¿¥â¡¼¥É¥À¥¤¥¢¥°¥é¥à¤ò¥×¥í¥Ã¥È¤¹¤ë¤Ë¤Ï¡¢gnuplot ¥Ñ¥Ã¥±¡¼¥¸ (UNIX ¤Î¤è¤¦¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥àÍѤΥե꡼¥¦¥§¥¢¤Î¥×¥í¥Ã¥È¸À¸ì) ¤È¥³¥Þ ¥ó¥É¥é¥¤¥ó¤«¤éÆþÎϤ·¤¿¥â¥Ë¥¿¤ÎÆÃÀ­¤«¤é gnuplot ¤Ç ¥À¥¤¥¢¥°¥é¥à¤ò¥×¥í¥Ã --- 1170,1177 ---- *************** *** 1341,1389 **** ¤³¤³¤«¤é¤Ï modeplot ¤Î¥ê¥¹¥È¤Ç¤¹¡£: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ______________________________________________________________________ #!/bin/sh # --- 1179,1184 ---- *************** *** 1393,1399 **** # Do `modeplot -?' to see the control options. # `modeplot -?' ¤ÈÆþÎϤ¹¤ë¤ÈÀ©¸æ¥ª¥×¥·¥ç¥ó¤ò¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ # ! # ($Id: video-modes.sgml,v 1.2 1997/08/08 15:07:24 esr Exp $) # Monitor description. Bandwidth in MHz, horizontal frequencies in kHz # and vertical frequencies in Hz. --- 1188,1194 ---- # Do `modeplot -?' to see the control options. # `modeplot -?' ¤ÈÆþÎϤ¹¤ë¤ÈÀ©¸æ¥ª¥×¥·¥ç¥ó¤ò¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ # ! # ($Id: VidModes.sgml,v 1.1 1999/08/29 15:25:21 fujiwara Exp $) # Monitor description. Bandwidth in MHz, horizontal frequencies in kHz # and vertical frequencies in Hz. *************** *** 1450,1456 **** modeplot ¥Ä¡¼¥ë¤Ï Eric S. Raymond ¤¬ Martin Lottermoser ¤Ë¤è¤ë ʬÀϤȰ줫¤é½ñ¤¤¤¿¥³¡¼¥É¤ò¸µ¤ËºîÀ®¤·¤Þ¤·¤¿¡£ ! This is modeplot $Revision: 1.2 $ EOF exit;; esac --- 1245,1251 ---- modeplot ¥Ä¡¼¥ë¤Ï Eric S. Raymond ¤¬ Martin Lottermoser ¤Ë¤è¤ë ʬÀϤȰ줫¤é½ñ¤¤¤¿¥³¡¼¥É¤ò¸µ¤ËºîÀ®¤·¤Þ¤·¤¿¡£ ! This is modeplot $Revision: 1.1 $ EOF exit;; esac *************** *** 1513,1525 **** EOF ______________________________________________________________________ - - - modeplot ¤ò»ý¤Ã¤Æ¤¤¤ë¤³¤È¤È gnuplot ¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ë¾ì½ê¤ò³Îǧ¤·¤¿¤é¡¢ ¼¡¤Ë½Ò¤Ù¤ë¥â¥Ë¥¿¤ÎÆÃÀ­Ãͤ¬É¬ÍפǤ¹¡£: - o ¥Ó¥Ç¥ªÂÓ°èÉý (VB) o ¿åʿƱ´ü¼þÇÈ¿ô¤ÎÈÏ°Ï (HSF) --- 1308,1316 ---- *************** *** 1530,1536 **** Íýͳ¤ÏÆÀ¤é¤ì¤¿¥À¥¤¥¢¥°¥é¥à¤¬¤¶¤Ã¤¯¤ê¤·¤¿µ­½Ò¤Ç¤¢¤ë¤«¤é¤Ç¤¹¡£¤³¤ì¤é¤Î²¾ Äê¤Ï: - 1. ¤¹¤Ù¤Æ¤Î²òÅú¤Ï°ì¤Ä¤Î¸ÇÄꤵ¤ì¤¿¥¢¥¹¥Ú¥¯¥ÈÈæ AR = HR/VR ¤ò»È¤Ã¤Æ¤¤¤Þ ¤¹¡£É¸½àŪ¤Ê²òÅú¤Ï have AR = 4/3 Ëô¤Ï AR = 5/4¡£modeplot ¥×¥í¥°¥é¥à ¤Ïɸ½à¤Ç 4/3 ¤ò²¾Äꤷ¤Æ¤¤¤Þ¤¹¤¬¡¢¾å½ñ¤­²Äǽ¤Ç¤¹¡£ --- 1321,1326 ---- *************** *** 1538,1551 **** 2. ¥â¡¼¥É¤ò¹Íθ¤¹¤ë¤È¡¢¿åÊ¿¤È¿âľ¤Î¥Õ¥ì¡¼¥àĹ¤Ï¿åÊ¿¤È¿âľ¤Î²òÁüÅÙ¤ÎÇÜ ¿ô¤ËÄ´À°¤µ¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢¤½¤ì¤¾¤ì¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: - - HFL = F1 * HR VFL = F2 * VR - - - ¤¶¤Ã¤¯¤ê¤È¤·¤¿µ¬½à¤È¤·¤Æ¡¢F1 = 1.30 ¤È F2 = 1.05 ¤È¤·¤Æ²¼¤µ¤¤¡£ (``¥Õ ¥ì¡¼¥à¥µ¥¤¥º¤Î·×»»''¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£) ¤µ¤ÆÆäˤ³¤ÎƱ´ü¼þÇÈ¿ô¤Ç¤¢¤ë HSF ¤ò¼è¤ê¾å¤²¤Æ¤ß¤Þ¤¹¡£¸½ºß¤Î½ê¤Î²¾Äê¤Ï¥É¥Ã¥È¥¯¥í¥Ã¥¯ DCF ¤Î¤¿¤á¤Î¤¹ --- 1328,1336 ---- *************** *** 1554,1598 **** ºÆÉÁ²è®Å٤ϥե졼¥à¥µ¥¤¥º¤ÎÀѤǥɥåȥ¯¥í¥Ã¥¯¤ò³ä¤Ã¤¿¤â¤Î¤Ç¤¹¡£: - - RR = DCF / (HFL * VFL) (*) - - - ¾¤Ë¤Ï¡¢¿åÊ¿¥Õ¥ì¡¼¥àĹ¤Ï¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò¿åʿƱ´ü¼þÇÈ¿ô¤Ç³ä¤Ã¤¿¤â¤Î¤Ç ¤¹¡£: - - HFL = DCF / HSF (**) - - - VFL ¤Ï HFL ¤ò 2 ¤Ä¤Î²þÄêÃͤÇÀÚ¤êµÍ¤á¤¿¤â¤Î¤Ç¤¹¡£: - - VFL = F2 * VR = F2 * (HR / AR) = (F2/F1) * HFL / AR (***) - - - (**) ¤È (***) ¤ò (*) ¤ËÂåÆþ¤¹¤ë¤È: - - RR = DCF / ((F2/F1) * HFL**2 / AR) = (F1/F2) * AR * DCF * (HSF/DCF)**2 = (F1/F2) * AR * HSF**2 / DCF - - - HSF, F1, F2 ¤È AR ¤ò¸ÇÄꤹ¤ë¤È¡¢¥À¥¤¥¢¥°¥é¥à¤ÏÁжÊÀþ¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤Î¶Ê Àþ¤ÎÃæ¤ÎºÇ¾®¤ÈºÇÂç¤Î¿åʿƱ´ü¼þÇÈ¿ô¤ÇµöÍÆÎΰè¤Î»Ä¤ê¤Î¶­³¦Àþ¤¬ÆÀ¤é¤ì¤Þ ¤¹¡£ --- 1339,1363 ---- *************** *** 1600,1612 **** ÆÃÀ­Îΰè¤ÈľÀþ¤Î¸òÀþ¤¬ÆÃÄê¤Î²òÁüÅÙ¤òɽ¤·¤Þ¤¹¡£¤³¤ì¤Ï (*) ¼°¤ò¸µ¤Ë¤·¤Æ 2 ÈÖÌܤβ¾Äê¤Ë¤Ê¤ê¤Þ¤¹¡£: - - RR = DCF / (HFL * VFL) = DCF / (F1 * HR * F2 * VR) - - - ¤¹¤Ù¤Æ¤Î²òÁüÅ٤Ǥ³¤Î¤è¤¦¤ÊÀþ¤òÉÁ¤¯»ö¤Ë¤è¤Ã¤Æ¶½Ì£¿¼¤¤¤Î¤Ï¡¢²òÁüÅÙ¡¢¥¯ ¥í¥Ã¥¯¼þÇÈ¿ô¤È¥â¥Ë¥¿¤ÎºÆÉÁ²è®Å٤δط¸¤ËÌ©Àܤʴط¸¤¬¤¢¤ë¤È¤¤¤¦»ö¤Ç¤¹¡£ ¤³¤ì¤é¤ÎÀþ¤Ï¥â¥Ë¥¿¤ÎÆÃÀ­¤Ë¤Ï°Í¸¤·¤Æ¤¤¤Þ¤»¤ó¤¬¡¢2 ¤ÄÌܤβ¾Äê¤Ë¤Ï°Í¸¤· --- 1365,1372 ---- *************** *** 1615,1627 **** modeplot ¥Ä¡¼¥ë¤Ï¤³¤Îºî¶È¤ò´Êñ¤Ë¤·¤Þ¤¹¡£modeplot -? ¤ÈÆþÎϤ·¤ÆÀ©¸æ¥ª ¥×¥·¥ç¥ó¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£Åµ·¿Åª¤Ê¼Â¹Ô·Á¼°¤Ï¼¡¤Î¤è¤¦¤Ç¤¹¡£: - - modeplot -t "Swan SW617" -b 85 -v 50 90 -h 31 58 - - - -b ¥ª¥×¥·¥ç¥ó¤Ï¥Ó¥Ç¥ª¤ÎÂÓ°èÉý¤ò»ØÄꤷ¤Þ¤¹¡£-v ¤È -h ¤Ï¿åÊ¿¤È¿âľƱ´ü¼þ ÇÈ¿ô¤ÎÈϰϤò»ØÄꤷ¤Þ¤¹¡£ --- 1375,1382 ---- *************** *** 1631,1640 **** ¹õËâ½Ñ¤òȼ¤Ã¤Æ) ¾ÜºÙ¤Ê·×»»¼°¤ËÂåÆþ¤¹¤ë»ö¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¤Ê¤¬¤é¡¢²Ä ǽ¤Ç¤¢¤ê¡¢¥È¥ì¡¼¥É¥ª¥Õ¤¬¤¢¤ë¤³¤È¤¬Ê¬¤«¤ì¤Ð¤¹¤Ã¤­¤ê¤¹¤ë¤Ç¤·¤ç¤¦¡£ - 16. ¶¨Îϼԡ¢Ä󶡼ԤˤĤ¤¤Æ - ¤³¤Îʸ½ñ¤ÎºÇ½é¤Î¸¶·¿¤Ï Chin Fang ¤¬½ñ¤­ ¤Þ¤·¤¿¡£ --- 1386,1393 ---- *************** *** 1652,1664 **** gnuplot ¤Î°ì·ï¤Î¾ì¹ç¤Î¥¹¥¯¥ê¥×¥È¤«¤éºÆÀ߷פȰìÈ̲½¤ò¹Ô¤¤¤Þ¤·¤¿¡£ [ÌõÃí : ESR ¤Ï Eric S. Raymond ¤Ç¤¹¡£] ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc,v 3.4.2.1 1999/06/02 07:51:04 hohndel Exp $ $XConsortium: VidModes.sgml /main/7 1996/02/21 17:46:17 kaleb $ - - - 17. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ¤³¤ÎÆüËܸìÌõ¤Ï²¬Ëܰ칬¤µ¤ó ¤È Hiro Sugawara --- 1405,1415 ---- gnuplot ¤Î°ì·ï¤Î¾ì¹ç¤Î¥¹¥¯¥ê¥×¥È¤«¤éºÆÀ߷פȰìÈ̲½¤ò¹Ô¤¤¤Þ¤·¤¿¡£ [ÌõÃí : ESR ¤Ï Eric S. Raymond ¤Ç¤¹¡£] ! $XFree86: ! 02/20 23:10:30 dawes Exp $ $XConsortium: VidModes.sgml /main/7 1996/02/21 17:46:17 kaleb $ 17. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ¤³¤ÎÆüËܸìÌõ¤Ï²¬Ëܰ칬¤µ¤ó ¤È Hiro Sugawara *************** *** 1666,1716 **** Documentation Project ¤¬¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£ (¹¹¿·: ºäÅÄÃÒÇ· )¡£ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- 1417,1420 ---- Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/convert.sh diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/convert.sh:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/convert.sh:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/convert.sh:1.1.2.1 Wed Jun 2 17:51:05 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/convert.sh Tue Dec 28 23:13:51 1999 *************** *** 1,4 **** --- 1,7 ---- #! /bin/sh + # + # $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/convert.sh,v 1.1.2.4 1999/12/28 12:13:51 hohndel Exp $ + # for i in sgml/*.sgml do sgml2txt -f -l ja -c nippon $i *************** *** 19,24 **** --- 22,28 ---- mv OS2.txt README.OS2 mv OS2note.txt OS2.Notes mv SVR3.txt README.SVR3 + mv DGux.txt README.DGux mv SOLX86.txt README.SOLX86 mv SVR4.txt README.SVR4 *************** *** 53,58 **** --- 57,64 ---- mv trident.txt README.trident mv tseng.txt README.tseng mv fbdev.txt README.fbdev + mv i740.txt README.i740 + mv i810.txt README.i810 /* Main docs */ mv CPYRIGHT.txt COPYRIGHT Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput:1.1.2.1 Wed Jun 2 17:51:06 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput Sat Nov 27 02:23:24 1999 *************** *** 1,330 **** ! XFree86(TM) ¤Ë¤ª¤±¤ë XInput ³ÈÄ¥¤Ë´Ø¤¹¤ë¾ðÊó ! Frederic Lepied ! 2 November 1998 ! The X Japanese Documentation Project ! 30 December 1998 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ÀâÌÀ ! 3. XFree86 ¤Ç¤Î¼ÂÁõ ! 3.1 ¥µ¡¼¥ÐÉôʬ ! 3.2 ¥¯¥é¥¤¥¢¥ó¥È ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ! ¤³¤Îʸ½ñ¤Ç¤Ï XFree86(TM) ¤Ë¼ÂÁõ¤µ¤ì¤Æ¤¤¤ë XInput ³ÈÄ¥¤Ë´Ø¤¹¤ë¾ðÊó¤ò¤¤ ! ¤¯¤Ä¤«ÀâÌÀ¤·¤Þ¤¹¡£ ! ! XFree86(TM) ¤Î XInput ³ÈÄ¥¤äËÜʸ½ñ¤Ë¤Ä¤¤¤Æ¤ÎÄó°Æ¡¢¤´°Õ¸«¡¢ÄûÀµ¡¢¥¢¥¤ ! ¥Ç¥£¥¢¤¬¤¢¤ì¤Ð¡¢ lepied@XFree86.Org ! ! ¤Þ¤ÇÏ¢Íí¤·¤Æ¤¯¤À¤µ¤¤¡£¤¿¤À¤·¡¢¥Ð¥°Êó¹ð¤ÏXFree86@XFree86.Org¤ÎÊý¤ËÁ÷¤Ã ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤Þ¤¿¡¢µ¿ÌäÅÀÅù¤Ïcomp.windows.x.i386unix¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! 2. ÀâÌÀ ! ! --> ! ! XInput ³ÈÄ¥¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥àɸ½à¤Îµ¡Ç½³ÈÄ¥¤Ç¤¹¡£XInput ³ÈÄ¥¤ÎÌÜŪ ! ¤Ï¡¢ÄɲäÎÆþÎϥǥХ¤¥¹¤ò X ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Ç´ÉÍý¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤³ ! ¤È¤Ç¤¹¡£¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤ÎÇÛÉÛʪ¤Î ! xc/doc/hardcopy/Xi ¥Ç¥£¥ì¥¯¥È¥ê°Ê²¼¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! 3. XFree86 ¤Ç¤Î¼ÂÁõ ! ! ! XFree86 ¤Ç¤Î¼ÂÁõ¤Ï2¤Ä¤ÎÉôʬ¤«¤é¤Ê¤ê¤Þ¤¹¡£¤¹¤Ê¤ï¤Á¡¢¥µ¡¼¥ÐÉôʬ¤È¥¯¥é¥¤ ! ¥¢¥ó¥ÈÉôʬ(¥¯¥é¥¤¥¢¥ó¥È¤Ï xsetpointer ¤È xsetmode¤Î2 ¤Ä)¤Ç¤¹¡£ ! ! ! 3.1. ¥µ¡¼¥ÐÉôʬ ! ! ! ¥µ¡¼¥Ð¤Ï°Ê²¼¤Î³ÈÄ¥¥Ç¥Ð¥¤¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: ! ! o ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯ (¤¿¤À¤·¡¢¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥·¥¹¥Æ ! ¥à(Linux, FreeBSD, NetBSD)¤À¤±¤Ç¤·¤«°·¤¨¤Þ¤»¤ó)¡£µ¡Ç½¤ò°Ê²¼¤Ë¼¨ ! ¤¹(°Ê¹ß¤Î¹àÌܤǤâƱ¤¸) : ! ! o ÁêÂХ⡼¥É ! ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 2 ¤Ä ! ! ! o Elographics À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó: ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! ! o MicroTouch À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó(¥¹¥¿¥¤¥é¥¹¥Ú¥ó¤ÇÁàºî): ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! ! o MicroTouch À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó(»Ø¤ÇÁàºî): ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! ! o ¥Þ¥¦¥¹: ! ! o ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 4 ¤Ä¤Þ¤Ç ! ! ! o Wacom À½¥¹¥¿¥¤¥é¥¹¥Ú¥ó: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 5 ¤Ä: ! ! 1. X ¼´ ! ! 2. Y ¼´ ! ! 3. °µÎÏ ! ! 4. X ¥Á¥ë¥È ! ! 5. Y ¥Á¥ë¥È ! ! o ¥Ü¥¿¥ó 3 ¤Ä ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o ¥Þ¥¯¥í¥Ü¥¿¥ó/µ¡Ç½¥Ü¥¿¥ó¤ò¥­¡¼¤È¤·¤ÆÄÌÃÎ ! ! ! o Wacom À½¥¤¥ì¡¼¥¶: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 5 ¤Ä: ! ! 1. X ¼´ ! ! 2. Y ¼´ ! ! 3. °µÎÏ ! ! 4. X ¥Á¥ë¥È ! ! 5. Y ¥Á¥ë¥È ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o ¥Þ¥¯¥í¥Ü¥¿¥ó/µ¡Ç½¥Ü¥¿¥ó¤ò¥­¡¼¤È¤·¤ÆÄÌÃÎ ! ! ! o Wacom À½¥«¡¼¥½¥ë: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 5 ¤Ä: ! ! 1. X ¼´ ! ! 2. Y ¼´ ! ! 3. °µÎÏ ! ! 4. X ¥Á¥ë¥È ! ! 5. Y ¥Á¥ë¥È ! ! o ¥Ü¥¿¥ó 16 ¸Ä ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o ¥Þ¥¯¥í¥Ü¥¿¥ó/µ¡Ç½¥Ü¥¿¥ó¤ò¥­¡¼¤È¤·¤ÆÄÌÃÎ ! ! ! o SummaSketch À½¥¿¥Ö¥ì¥Ã¥È: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o 2 ¥Ü¥¿¥ó¤Î¥¹¥¿¥¤¥é¥¹¥Ú¥ó¡¢4¥Ü¥¿¥ó¤Î¥Ñ¥Ã¥¯ ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! ! o AceCad À½¥¿¥Ö¥ì¥Ã¥È: ! ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o 2 ¥Ü¥¿¥ó¤Î¥¹¥¿¥¤¥é¥¹¥Ú¥ó¡¢4¥Ü¥¿¥ó¤Î¥Ñ¥Ã¥¯ ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! ! o SWITCH ²¾ÁۥǥХ¤¥¹: ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 1 ¤Ä(¥Ç¥Ð¥¤¥¹ ID)¡£¤³¤ì¤Ï¥³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤¹¤ë¥Ç¥Ð¥¤ ! ¥¹¤Î ID ¤òÄÌÃΤ·¤Þ¤¹(AlwaysCore µ¡Ç½¤ò»È¤Ã¤ÆÆ°ºî¤·¤Þ¤¹¡£°Ê²¼¤ò»²¾È ! ¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! ! o SGI À½¥Ü¥¿¥ó¥Ü¥Ã¥¯¥¹: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 8 ¸Ä ! ! o ¥Ü¥¿¥ó 32 ¸Ä ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! ! ³ÈÄ¥¥Ç¥Ð¥¤¥¹¤òÍ­¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢XF86Config ¤Ë¥¨¥ó¥È¥ê¡¼¤òÄɲ䷤ʤ±¤ì¤Ð ! ¤Ê¤ê¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! ! XFree86 ¤Î¼ÂÁõ¤Ç¤Ï¡¢AlwaysCore ¤È¤¤¤¦ X ¥³¥ó¥½¡¼¥·¥¢¥àÈóɸ½à¤Îµ¡Ç½¤ò¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ¡Ç½¤ò»È¤¦¤È¡¢XInput ¥Ç¥Ð¥¤¥¹¤Ï¥³¥¢¥¤¥Ù¥ó¥È¤È³È ! Ä¥¥¤¥Ù¥ó¥È¤òƱ»þ¤ËÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£AlwaysCore µ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤Ë ! ¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Î¥Ç¥Ð¥¤¥¹¤òµ­½Ò¤·¤Æ¤¤¤ë¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ë ! AlwaysCore ¥­¡¼¥ï¡¼¥É¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£Â¾¤Î¥Ç¥Ð¥¤¥¹¤¬¥³¥¢¥Ý¥¤¥ó¥¿¤Î ! À©¸æ¤ò°ú¤­·Ñ¤¤¤À¤È¤­¤Ë¤Ï¡¢SWITCH ²¾ÁۥǥХ¤¥¹¤¬ Motion ¥¤¥Ù¥ó¥È¤òÄÌÃÎ ! ¤·¤Þ¤¹¡£¿·¤·¤¤¥Ç¥Ð¥¤¥¹¤Î ID ¤Ï¡¢¤³¤Î Motion ¥¤¥Ù¥ó¥ÈÃæ¤ÎºÇ½é¤Î¥Ð¥ê¥å¥¨ ! ¡¼¥¿¤¬ÊÝ»ý¤·¤Æ¤¤¤Þ¤¹¡£ ! ! ! 3.2. ¥¯¥é¥¤¥¢¥ó¥È ! ! ! xsetpointer ¤ò»È¤¦¤È¡¢¥³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤¹¤ë¥Ç¥Ð¥¤¥¹¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¡£¤Þ¤¿¡¢ÍøÍѲÄǽ¤Ê³ÈÄ¥¥Ç¥Ð¥¤¥¹¤Î¥ê¥¹¥È¤òɽ¼¨¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! ! xsetmode ¤ò»È¤¦¤È¡¢³ÈÄ¥¥Ç¥Ð¥¤¥¹¤Î¥â¡¼¥É(ÀäÂХ⡼¥É¤«ÁêÂХ⡼¥É)¤òÊѹ¹ ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥Ç¥Ð¥¤¥¹¤ÏÀäÂХ⡼¥É¤ÈÁêÂХ⡼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Ê¤±¤ì¤Ð¤Ê¤é¤º¡¢¥³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ! ¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÇÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! ! ! ! ! ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput,v 1.1.2.1 1999/06/02 07:51:06 hohndel Exp $ ! ! ! ! ! $XConsortium: xinput.sgml /main/3 1996/10/27 11:06:13 kaleb $ ! ! ! ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 1,260 ---- ! XFree86(TM) ¤Ë¤ª¤±¤ë XInput ³ÈÄ¥¤Ë´Ø¤¹¤ë¾ðÊó ! Frederic Lepied ! 2 November 1998 ! The X Japanese Documentation Project ! 2 August 1999 ! ____________________________________________________________ ! ! Ìܼ¡ ! ! 1. ¤Ï¤¸¤á¤Ë ! 2. ÀâÌÀ ! 3. XFree86 ¤Ç¤Î¼ÂÁõ ! 3.1 ¥µ¡¼¥ÐÉôʬ ! 3.2 ¥¯¥é¥¤¥¢¥ó¥È ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ______________________________________________________________________ ! ! 1. ¤Ï¤¸¤á¤Ë ! ! ¤³¤Îʸ½ñ¤Ç¤Ï XFree86(TM) ¤Ë¼ÂÁõ¤µ¤ì¤Æ¤¤¤ë XInput ³ÈÄ¥¤Ë´Ø¤¹¤ë¾ðÊó¤ò¤¤ ! ¤¯¤Ä¤«ÀâÌÀ¤·¤Þ¤¹¡£ ! ! XFree86(TM) ¤Î XInput ³ÈÄ¥¤äËÜʸ½ñ¤Ë¤Ä¤¤¤Æ¤ÎÄó°Æ¡¢¤´°Õ¸«¡¢ÄûÀµ¡¢¥¢¥¤ ! ¥Ç¥£¥¢¤¬¤¢¤ì¤Ð¡¢ lepied@XFree86.Org ! ! ¤Þ¤ÇÏ¢Íí¤·¤Æ¤¯¤À¤µ¤¤¡£¤¿¤À¤·¡¢¥Ð¥°Êó¹ð¤ÏXFree86@XFree86.Org¤ÎÊý¤ËÁ÷¤Ã ! ¤Æ¤¯¤À¤µ¤¤¡£ ! ! ¤Þ¤¿¡¢µ¿ÌäÅÀÅù¤Ïcomp.windows.x.i386unix¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! ! 2. ÀâÌÀ ! ! --> ! ! XInput ³ÈÄ¥¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥àɸ½à¤Îµ¡Ç½³ÈÄ¥¤Ç¤¹¡£XInput ³ÈÄ¥¤ÎÌÜŪ ! ¤Ï¡¢ÄɲäÎÆþÎϥǥХ¤¥¹¤ò X ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Ç´ÉÍý¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¤³ ! ¤È¤Ç¤¹¡£¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤ÎÇÛÉÛʪ¤Î ! xc/doc/hardcopy/Xi ¥Ç¥£¥ì¥¯¥È¥ê°Ê²¼¤Ë¤¢¤ê¤Þ¤¹¡£ ! ! 3. XFree86 ¤Ç¤Î¼ÂÁõ ! ! XFree86 ¤Ç¤Î¼ÂÁõ¤Ï2¤Ä¤ÎÉôʬ¤«¤é¤Ê¤ê¤Þ¤¹¡£¤¹¤Ê¤ï¤Á¡¢¥µ¡¼¥ÐÉôʬ¤È¥¯¥é¥¤ ! ¥¢¥ó¥ÈÉôʬ(¥¯¥é¥¤¥¢¥ó¥È¤Ï xsetpointer ¤È xsetmode¤Î2 ¤Ä)¤Ç¤¹¡£ ! ! 3.1. ¥µ¡¼¥ÐÉôʬ ! ! ¥µ¡¼¥Ð¤Ï°Ê²¼¤Î³ÈÄ¥¥Ç¥Ð¥¤¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: ! ! o ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯ (¤¿¤À¤·¡¢¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥·¥¹¥Æ ! ¥à(Linux, FreeBSD, NetBSD)¤À¤±¤Ç¤·¤«°·¤¨¤Þ¤»¤ó)¡£µ¡Ç½¤ò°Ê²¼¤Ë¼¨ ! ¤¹(°Ê¹ß¤Î¹àÌܤǤâƱ¤¸) : ! ! o ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 2 ¤Ä ! ! o Elographics À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó: ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! o MicroTouch À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó(¥¹¥¿¥¤¥é¥¹¥Ú¥ó¤ÇÁàºî): ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! o MicroTouch À½¥¿¥Ã¥Á¥¹¥¯¥ê¡¼¥ó(»Ø¤ÇÁàºî): ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! o ¥Þ¥¦¥¹: ! ! o ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä (x ¼´¤È y ¼´) ! ! o ¥Ü¥¿¥ó 4 ¤Ä¤Þ¤Ç ! ! o Wacom À½¥¹¥¿¥¤¥é¥¹¥Ú¥ó: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ y ¤Ä: ! ! 1. X ¼´ ! ! 2. Y ¼´ ! ! 3. °µÎÏ ! ! 4. X ¥Á¥ë¥È ! ! 5. Y ¥Á¥ë¥È ! ! 6. ¥Û¥¤¡¼¥ë ! ! o ¥Ü¥¿¥ó 3 ¤Ä ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o ¥Þ¥¯¥í¥Ü¥¿¥ó/µ¡Ç½¥Ü¥¿¥ó¤ò¥­¡¼¤È¤·¤ÆÄÌÃÎ ! ! o Wacom À½¥¤¥ì¡¼¥¶: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 6 ¤Ä: ! ! 1. X ¼´ ! ! 2. Y ¼´ ! ! 3. °µÎÏ ! ! 4. X ¥Á¥ë¥È ! ! 5. Y ¥Á¥ë¥È ! ! 6. ¥Û¥¤¡¼¥ë ! ! o ¥Ü¥¿¥ó 1 ¤Ä ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o ¥Þ¥¯¥í¥Ü¥¿¥ó/µ¡Ç½¥Ü¥¿¥ó¤ò¥­¡¼¤È¤·¤ÆÄÌÃÎ ! ! o Wacom À½¥«¡¼¥½¥ë: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 6 ¤Ä: ! ! 1. X ¼´ ! ! 2. Y ¼´ ! ! 3. °µÎÏ ! ! 4. X ¥Á¥ë¥È ! ! 5. Y ¥Á¥ë¥È ! ! 6. ¥Û¥¤¡¼¥ë ! ! o ¥Ü¥¿¥ó 16 ¸Ä ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o ¥Þ¥¯¥í¥Ü¥¿¥ó/µ¡Ç½¥Ü¥¿¥ó¤ò¥­¡¼¤È¤·¤ÆÄÌÃÎ ! ! o SummaSketch À½¥¿¥Ö¥ì¥Ã¥È: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o 2 ¥Ü¥¿¥ó¤Î¥¹¥¿¥¤¥é¥¹¥Ú¥ó¡¢4¥Ü¥¿¥ó¤Î¥Ñ¥Ã¥¯ ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o AceCad À½¥¿¥Ö¥ì¥Ã¥È: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o 2 ¥Ü¥¿¥ó¤Î¥¹¥¿¥¤¥é¥¹¥Ú¥ó¡¢4¥Ü¥¿¥ó¤Î¥Ñ¥Ã¥¯ ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o Calcomp À½ DrawingBoard ¥¿¥Ö¥ì¥Ã¥È: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) ! ! o 4 ¥Ü¥¿¥ó¤Î¥¹¥¿¥¤¥é¥¹¥Ú¥ó¡¢16 ¥Ü¥¿¥ó¤Î¥Ñ¥Ã¥¯ ! ! o ¶áÀÜÄÌÃε¡Ç½ ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! o SWITCH ²¾ÁۥǥХ¤¥¹: ! ! o ÀäÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 1 ¤Ä(¥Ç¥Ð¥¤¥¹ ID)¡£¤³¤ì¤Ï¥³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤¹¤ë¥Ç¥Ð¥¤ ! ¥¹¤Î ID ¤òÄÌÃΤ·¤Þ¤¹(AlwaysCore µ¡Ç½¤ò»È¤Ã¤ÆÆ°ºî¤·¤Þ¤¹¡£°Ê²¼¤ò»²¾È ! ¤·¤Æ¤¯¤À¤µ¤¤)¡£ ! ! o SGI À½¥Ü¥¿¥ó¥Ü¥Ã¥¯¥¹: ! ! o ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! ! o ¥Ð¥ê¥å¥¨¡¼¥¿ 8 ¸Ä ! ! o ¥Ü¥¿¥ó 32 ¸Ä ! ! o °ÜÆ°ÍúÎòµ¡Ç½ ! ! ³ÈÄ¥¥Ç¥Ð¥¤¥¹¤òÍ­¸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢XF86Config ¤Ë¥¨¥ó¥È¥ê¡¼¤òÄɲ䷤ʤ±¤ì¤Ð ! ¤Ê¤ê¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î XF86Config ¤òÄ´¤Ù¤Æ¤¯¤À¤µ ! ¤¤¡£ ! ! XFree86 ¤Î¼ÂÁõ¤Ç¤Ï¡¢AlwaysCore ¤È¤¤¤¦ X ¥³¥ó¥½¡¼¥·¥¢¥àÈóɸ½à¤Îµ¡Ç½¤ò¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ¡Ç½¤ò»È¤¦¤È¡¢XInput ¥Ç¥Ð¥¤¥¹¤Ï¥³¥¢¥¤¥Ù¥ó¥È¤È³È ! Ä¥¥¤¥Ù¥ó¥È¤òƱ»þ¤ËÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£AlwaysCore µ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤Ë ! ¤Ï¡¢XF86Config ¥Õ¥¡¥¤¥ëÃæ¤Î¥Ç¥Ð¥¤¥¹¤òµ­½Ò¤·¤Æ¤¤¤ë¥µ¥Ö¥»¥¯¥·¥ç¥ó¤Ë ! AlwaysCore ¥­¡¼¥ï¡¼¥É¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£Â¾¤Î¥Ç¥Ð¥¤¥¹¤¬¥³¥¢¥Ý¥¤¥ó¥¿¤Î ! À©¸æ¤ò°ú¤­·Ñ¤¤¤À¤È¤­¤Ë¤Ï¡¢SWITCH ²¾ÁۥǥХ¤¥¹¤¬ Motion ¥¤¥Ù¥ó¥È¤òÄÌÃÎ ! ¤·¤Þ¤¹¡£¿·¤·¤¤¥Ç¥Ð¥¤¥¹¤Î ID ¤Ï¡¢¤³¤Î Motion ¥¤¥Ù¥ó¥ÈÃæ¤ÎºÇ½é¤Î¥Ð¥ê¥å¥¨ ! ¡¼¥¿¤¬ÊÝ»ý¤·¤Æ¤¤¤Þ¤¹¡£ ! ! 3.2. ¥¯¥é¥¤¥¢¥ó¥È ! ! xsetpointer ¤ò»È¤¦¤È¡¢¥³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤¹¤ë¥Ç¥Ð¥¤¥¹¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¡£¤Þ¤¿¡¢ÍøÍѲÄǽ¤Ê³ÈÄ¥¥Ç¥Ð¥¤¥¹¤Î¥ê¥¹¥È¤òɽ¼¨¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! xsetmode ¤ò»È¤¦¤È¡¢³ÈÄ¥¥Ç¥Ð¥¤¥¹¤Î¥â¡¼¥É(ÀäÂХ⡼¥É¤«ÁêÂХ⡼¥É)¤òÊѹ¹ ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥Ç¥Ð¥¤¥¹¤ÏÀäÂХ⡼¥É¤ÈÁêÂХ⡼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Ê¤±¤ì¤Ð¤Ê¤é¤º¡¢¥³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ ! ! ¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÇÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/xinput,v 1.1.2.2 1999/11/26 15:23:24 hohndel Exp $ ! ! $XConsortium: xinput.sgml /main/3 1996/10/27 11:06:13 kaleb $ ! ! 4. ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å ! ¤¬¹Ô¤¤¤Þ¤·¤¿¡£Ìä ! ÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥× ! ¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation ! Project ¤Ë¤¢¤ê¤Þ¤¹¡£ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x:1.1.2.1 Tue May 25 16:10:58 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x Sat Nov 27 02:23:31 1999 *************** *** 1,6 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x,v 1.1.2.1 1999/05/25 06:10:58 hohndel Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project.$)B .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the --- 1,6 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/SuperProbe.1x,v 1.1.2.2 1999/11/26 15:23:31 hohndel Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project.B .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the *************** *** 31,37 **** .\" Translated Mon Nov 23 06:34:48 JST 1998 .\" by Taketoshi Sano .\" ! .TH SuperProbe 1 "Release 6.3 (XFree86 3.3.3/SuperProbe 2.17)" "X Version 11" .SH ̾Á° .\"0 SuperProbe - probe for and identify installed video hardware. SuperProbe \- ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ÎÄ´ºº¤È¸¡½Ð --- 31,37 ---- .\" Translated Mon Nov 23 06:34:48 JST 1998 .\" by Taketoshi Sano .\" ! .TH SuperProbe 1 "Release 6.3 (XFree86 3.3.5/SuperProbe 2.20)" "X Version 11" .SH ̾Á° .\"0 SuperProbe - probe for and identify installed video hardware. SuperProbe \- ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ÎÄ´ºº¤È¸¡½Ð *************** *** 60,69 **** (¥Þ¥¤¥¯¥í¥Á¥ã¥ó¥Í¥ë¤ª¤è¤Ó PCI ¤Î¥·¥¹¥Æ¥à¤Ï¤Þ¤À´°Á´¤Ë¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ¤¤¤Ê¤¤¡£¤¿¤À¤·¡¢ .B -no_bios ! ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç¡¢Â¿¤¯¤Î¾ì¹çÂбþ²Äǽ¤Ç¤¢¤ë¡£) ¤³¤ì¤ÏÆÃ¤Ë ! Unix ¥·¥¹¥Æ¥à (Ä̾ï MS-DOS ¥·¥¹¥Æ¥à¤ËÈæ³Ó¤·¤Æ¤è¤ê¿¤¯¤Î±£¤µ¤ì¤¿ ! ¥Ï¡¼¥É¥¦¥§¥¢¤ò»ý¤Ä) ¤Î¾ì¹ç¡¢´Ö°ã¤¤¤òÀ¸¤¸¤ä¤¹¤¤½èÍý¤Ç¤¢¤ê¡¢¤³¤Î¤¿¤á ! SuperProbe ¤Î»ÈÍѤˤÏÃí°Õ¤¬É¬ÍפǤ¢¤ë¡£ .PP .\"0 .I SuperProbe .\"0 runs on SVR3, SVR4, Linux, 386BSD/FreeBSD/NetBSD, Minix-386, and Mach. It --- 60,67 ---- (¥Þ¥¤¥¯¥í¥Á¥ã¥ó¥Í¥ë¤ª¤è¤Ó PCI ¤Î¥·¥¹¥Æ¥à¤Ï¤Þ¤À´°Á´¤Ë¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ¤¤¤Ê¤¤¡£¤¿¤À¤·¡¢ .B -no_bios ! ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤Ç¡¢Â¿¤¯¤Î¾ì¹çÂбþ²Äǽ¤Ç¤¢¤ë¡£) ¤³¤ì¤ÏÆÃ¤Ë Unix ¥·¥¹¥Æ¥à (Ä̾ï MS-DOS ¥·¥¹¥Æ¥à¤ËÈæ³Ó¤·¤Æ¤è¤ê¿¤¯¤Î±£¤µ¤ì¤¿ ! ¥Ï¡¼¥É¥¦¥§¥¢¤ò»ý¤Ä) ¤Î¾ì¹ç¡¢´Ö°ã¤¤¤òÀ¸¤¸¤ä¤¹¤¤½èÍý¤Ç¤¢¤ê¡¢¤³¤Î¤¿¤á SuperProbe ¤Î»ÈÍѤˤÏÃí°Õ¤¬É¬ÍפǤ¢¤ë¡£ .PP .\"0 .I SuperProbe .\"0 runs on SVR3, SVR4, Linux, 386BSD/FreeBSD/NetBSD, Minix-386, and Mach. It *************** *** 71,79 **** .\"0 system, and even non-Unix operating systems. All of the OS dependencies .\"0 are isolated to a single file for each OS. .I SuperProbe ! ¥×¥í¥°¥é¥à¤Ï SVR3, SVR4, Linux, 386BSD/FreeBSD/NetBSD, Minix-386, ¤ª¤è¤Ó ! Mach ¾å¤ÇÆ°ºî¤¹¤ë¡£¤½¤Î¾¤Î Unix-like ¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¡¢¤Þ¤¿ ! Unix °Ê³°¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ç¤¢¤Ã¤Æ¤â¡¢¤½¤ì¤é¤Î¾å¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë ³ÈÄ¥¤¹¤ëÊýË¡¤Ï¤¹¤°¤Ë¤ï¤«¤ë¤Ï¤º¤Ç¤¢¤ë¡£ OS ¤Ë°Í¸¤¹¤ë¥³¡¼¥É¤Ï¤¹¤Ù¤Æ¡¢³Æ OS ¤Ë ¤½¤ì¤¾¤ìÍÑ°Õ¤µ¤ì¤¿¤Ò¤È¤Ä¤ÎÀìÍÑ¥Õ¥¡¥¤¥ë¤Ë¼ý¤á¤é¤ì¡¢Â¾¤Î¥³¡¼¥É¤ÈʬΥ¤µ¤ì¤Æ¤¤¤ë¡£ .PP --- 69,75 ---- .\"0 system, and even non-Unix operating systems. All of the OS dependencies .\"0 are isolated to a single file for each OS. .I SuperProbe ! ¥×¥í¥°¥é¥à¤Ï SVR3, SVR4, Linux, 386BSD/FreeBSD/NetBSD, Minix-386, ¤ª¤è¤Ó Mach ¾å¤ÇÆ°ºî¤¹¤ë¡£¤½¤Î¾¤Î Unix-like ¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¡¢¤Þ¤¿ Unix °Ê³°¤Î¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Ç¤¢¤Ã¤Æ¤â¡¢¤½¤ì¤é¤Î¾å¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë ³ÈÄ¥¤¹¤ëÊýË¡¤Ï¤¹¤°¤Ë¤ï¤«¤ë¤Ï¤º¤Ç¤¢¤ë¡£ OS ¤Ë°Í¸¤¹¤ë¥³¡¼¥É¤Ï¤¹¤Ù¤Æ¡¢³Æ OS ¤Ë ¤½¤ì¤¾¤ìÍÑ°Õ¤µ¤ì¤¿¤Ò¤È¤Ä¤ÎÀìÍÑ¥Õ¥¡¥¤¥ë¤Ë¼ý¤á¤é¤ì¡¢Â¾¤Î¥³¡¼¥É¤ÈʬΥ¤µ¤ì¤Æ¤¤¤ë¡£ .PP *************** *** 149,156 **** ¤µ¤»¤Ê¤¤¤è¤¦¤Ë¤Ç¤­¤ë¡£½ü³°¥ê¥¹¥È¤Ï¥³¥ó¥Þ¤Ç¶èÀÚ¤é¤ì¤¿ I/O ¥Ý¡¼¥È¤Þ¤¿¤Ï ¥Ý¡¼¥ÈÈϰϤΥꥹ¥È¤È¤·¤Æ»ØÄꤹ¤ë¡£¥Ý¡¼¥ÈÈÏ°Ï¤Ï "²¼¸Â-¾å¸Â" ¤È¤·¤Æ»ØÄꤹ¤ë¡£ »ØÄꤵ¤ì¤¿Î¾Ã¼¤Î¥¢¥É¥ì¥¹¤Î´Ö¤Ë¤¢¤ë¥Ý¡¼¥È¤Ï¤¹¤Ù¤Æ½ü³°¤µ¤ì¤ë¡£ ! ¥Ý¡¼¥È¥¢¥É¥ì¥¹¤Ï 10¿Ê¿ô¡¢ 8¿Ê¿ô ( '0' ¤Ç»Ï¤Þ¤ë¿ôÃÍ)¡¢¤Þ¤¿¤Ï 16¿Ê¿ô ! ( '0x' ¤Ç»Ï¤Þ¤ë¿ôÃÍ) ¤Î¤¤¤º¤ì¤«¤Ë¤è¤ê»ØÄê²Äǽ¤Ç¤¢¤ë¡£ .TP 8 .B "-mask10" .\"0 This option is used in combination with --- 145,151 ---- ¤µ¤»¤Ê¤¤¤è¤¦¤Ë¤Ç¤­¤ë¡£½ü³°¥ê¥¹¥È¤Ï¥³¥ó¥Þ¤Ç¶èÀÚ¤é¤ì¤¿ I/O ¥Ý¡¼¥È¤Þ¤¿¤Ï ¥Ý¡¼¥ÈÈϰϤΥꥹ¥È¤È¤·¤Æ»ØÄꤹ¤ë¡£¥Ý¡¼¥ÈÈÏ°Ï¤Ï "²¼¸Â-¾å¸Â" ¤È¤·¤Æ»ØÄꤹ¤ë¡£ »ØÄꤵ¤ì¤¿Î¾Ã¼¤Î¥¢¥É¥ì¥¹¤Î´Ö¤Ë¤¢¤ë¥Ý¡¼¥È¤Ï¤¹¤Ù¤Æ½ü³°¤µ¤ì¤ë¡£ ! ¥Ý¡¼¥È¥¢¥É¥ì¥¹¤Ï 10¿Ê¿ô¡¢ 8¿Ê¿ô ( '0' ¤Ç»Ï¤Þ¤ë¿ôÃÍ)¡¢¤Þ¤¿¤Ï 16¿Ê¿ô ( '0x' ¤Ç»Ï¤Þ¤ë¿ôÃÍ) ¤Î¤¤¤º¤ì¤«¤Ë¤è¤ê»ØÄê²Äǽ¤Ç¤¢¤ë¡£ .TP 8 .B "-mask10" .\"0 This option is used in combination with *************** *** 169,176 **** ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢ .I SuperProbe ¥×¥í¥°¥é¥à¤¬ I/O ¥Ý¡¼¥È¤ò½ü³°¥ê¥¹¥È¤Ë»ØÄꤵ¤ì¤¿¤â¤Î¤ÈÈæ³Ó¤¹¤ëºÝ¡¢ ! ¥Ý¡¼¥È¥¢¥É¥ì¥¹¤ò 10 ¥Ó¥Ã¥È¤Ë¥Þ¥¹¥¯¤¹¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥É¥ì¥¹¤ò ! 10 ¥Ó¥Ã¥È¤È¤·¤Æ¤Î¤ß²ò¼á¤¹¤ë¤è¤¦¤Ê¡¢¸Å¤¤ 8 ¥Ó¥Ã¥È¥«¡¼¥É¤ª¤è¤Ó¤¤¤¯¤Ä¤«¤Î °Â²Á¤Ê 16 ¥Ó¥Ã¥È¥«¡¼¥É¤ËÂФ·¤ÆÍ­¸ú¤Ç¤¢¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ïñ½ã¤Ë .I -no16 ¥ª¥×¥·¥ç¥ó¤Îµ¡Ç½¤ò¸ÂÄꤷ¤¿¤â¤Î¤Ç¤¢¤ë¡£ --- 164,170 ---- ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢ .I SuperProbe ¥×¥í¥°¥é¥à¤¬ I/O ¥Ý¡¼¥È¤ò½ü³°¥ê¥¹¥È¤Ë»ØÄꤵ¤ì¤¿¤â¤Î¤ÈÈæ³Ó¤¹¤ëºÝ¡¢ ! ¥Ý¡¼¥È¥¢¥É¥ì¥¹¤ò 10 ¥Ó¥Ã¥È¤Ë¥Þ¥¹¥¯¤¹¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥¢¥É¥ì¥¹¤ò 10 ¥Ó¥Ã¥È¤È¤·¤Æ¤Î¤ß²ò¼á¤¹¤ë¤è¤¦¤Ê¡¢¸Å¤¤ 8 ¥Ó¥Ã¥È¥«¡¼¥É¤ª¤è¤Ó¤¤¤¯¤Ä¤«¤Î °Â²Á¤Ê 16 ¥Ó¥Ã¥È¥«¡¼¥É¤ËÂФ·¤ÆÍ­¸ú¤Ç¤¢¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ïñ½ã¤Ë .I -no16 ¥ª¥×¥·¥ç¥ó¤Îµ¡Ç½¤ò¸ÂÄꤷ¤¿¤â¤Î¤Ç¤¢¤ë¡£ *************** *** 249,256 **** ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥°¥é¥Õ¥£¥Ã¥¯¡¦¥Ï¡¼¥É¥¦¥§¥¢¤Î BIOS ¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¡£ ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï .I SuperProbe ! ¥×¥í¥°¥é¥à¤¬¼«Ê¬¼«¿È¤Ç BIOS ¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¸«¤Ä¤±¤è¤¦¤È¤¹¤ë (Ä̾ï¤Î¥¢¥É¥ì¥¹¤Ï ! 0xC0000 ¤Ç¤¢¤ë)¡£¥×¥í¥°¥é¥à¤¬ BIOS ¤Î°ÌÃÖ¤òÀµ¤·¤¯¸«¤Ä¤±¤é¤ì¤Ê¤¤¾ì¹ç (¤³¤Î»þ ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¡£) ¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¤¿¤á¤Ë¡¢¤³¤Î .I -bios ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ --- 243,249 ---- ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥°¥é¥Õ¥£¥Ã¥¯¡¦¥Ï¡¼¥É¥¦¥§¥¢¤Î BIOS ¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¡£ ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï .I SuperProbe ! ¥×¥í¥°¥é¥à¤¬¼«Ê¬¼«¿È¤Ç BIOS ¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò¸«¤Ä¤±¤è¤¦¤È¤¹¤ë (Ä̾ï¤Î¥¢¥É¥ì¥¹¤Ï 0xC0000 ¤Ç¤¢¤ë)¡£¥×¥í¥°¥é¥à¤¬ BIOS ¤Î°ÌÃÖ¤òÀµ¤·¤¯¸«¤Ä¤±¤é¤ì¤Ê¤¤¾ì¹ç (¤³¤Î»þ ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¡£) ¥Ù¡¼¥¹¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë¤¿¤á¤Ë¡¢¤³¤Î .I -bios ¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ *************** *** 258,265 **** .B "-no_bios" .\"0 Disallow reading of the video BIOS and assume that an EGA or later .\"0 (VGA, SVGA) board is present as the primary video hardware. ! ¥Ó¥Ç¥ª BIOS ¤ÎÆɤ߼è¤ê¤ò¶Ø»ß¤·¡¢¼çÍפʥӥǥª¥Ï¡¼¥É¥¦¥§¥¢¤È¤·¤Æ EGA ¤Þ¤¿¤Ï ! (VGA, SVGA ¤Ê¤É¤Î) ¤½¤ì°Ê¹ß¤Î¥Ü¡¼¥É¤¬Â¸ºß¤¹¤ë¤â¤Î¤È¤·¤Æ½èÍý¤ò¼Â¹Ô¤¹¤ë¡£ .TP 8 .B "-no_dac" .\"0 Skip probing for the RAMDAC type when an (S)VGA is identified. --- 251,257 ---- .B "-no_bios" .\"0 Disallow reading of the video BIOS and assume that an EGA or later .\"0 (VGA, SVGA) board is present as the primary video hardware. ! ¥Ó¥Ç¥ª BIOS ¤ÎÆɤ߼è¤ê¤ò¶Ø»ß¤·¡¢¼çÍפʥӥǥª¥Ï¡¼¥É¥¦¥§¥¢¤È¤·¤Æ EGA ¤Þ¤¿¤Ï (VGA, SVGA ¤Ê¤É¤Î) ¤½¤ì°Ê¹ß¤Î¥Ü¡¼¥É¤¬Â¸ºß¤¹¤ë¤â¤Î¤È¤·¤Æ½èÍý¤ò¼Â¹Ô¤¹¤ë¡£ .TP 8 .B "-no_dac" .\"0 Skip probing for the RAMDAC type when an (S)VGA is identified. *************** *** 375,382 **** .\"0 hardware.\fR \fB SuperProbe ¥×¥í¥°¥é¥à¤Î¼Â¹Ô¤Ë¤è¤ê¥Þ¥·¥ó¤¬¥í¥Ã¥¯¥¢¥Ã¥×¤·¤Æ¤·¤Þ¤¦¾ì¹ç¤¬ ¤¢¤ë¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï SuperProbe ¥×¥í¥°¥é¥à¤ò¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ ! ¤¤¤ëÊ̤Υϡ¼¥É¥¦¥§¥¢¤È¾×Æͤµ¤»¤Ê¤¤¤¿¤á¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë \fI-no16\fB¡¢ ! \fI-excl\fB¡¢ \fI-mask10\fB ¤Ê¤É¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤Æ¸¡½ÐÈϰϤò¹Ê¤ë¤è¤¦ Ãí°Õ¤¹¤ë¤³¤È¡£ \fR .SH ´ØÏ¢¹àÌÜ .PP --- 367,373 ---- .\"0 hardware.\fR \fB SuperProbe ¥×¥í¥°¥é¥à¤Î¼Â¹Ô¤Ë¤è¤ê¥Þ¥·¥ó¤¬¥í¥Ã¥¯¥¢¥Ã¥×¤·¤Æ¤·¤Þ¤¦¾ì¹ç¤¬ ¤¢¤ë¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï SuperProbe ¥×¥í¥°¥é¥à¤ò¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ ! ¤¤¤ëÊ̤Υϡ¼¥É¥¦¥§¥¢¤È¾×Æͤµ¤»¤Ê¤¤¤¿¤á¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë \fI-no16\fB¡¢\fI-excl\fB¡¢ \fI-mask10\fB ¤Ê¤É¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ·¤Æ¸¡½ÐÈϰϤò¹Ê¤ë¤è¤¦ Ãí°Õ¤¹¤ë¤³¤È¡£ \fR .SH ´ØÏ¢¹àÌÜ .PP *************** *** 402,405 **** .br David E. Wexelblat ¤¬³«È¯¤·¤¿¡£ ! .\" $XConsortium: SuperProbe.man /main/6 1996/12/09 17:37:44 kaleb $ --- 393,396 ---- .br David E. Wexelblat ¤¬³«È¯¤·¤¿¡£ ! .\" $TOG: SuperProbe.man /main/7 1997/07/19 09:20:52 kaleb $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x:1.1.2.1 Tue May 25 16:10:59 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x Sat Nov 27 02:23:31 1999 *************** *** 1,8 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x,v 1.1.2.1 1999/05/25 06:10:59 hohndel Exp $ ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x,v 1.1.2.1 1999/05/25 06:10:59 hohndel Exp $ .\" $xjman: XF86Config.5x v1.1 1998/11/29 11:56:00 take_s Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the --- 1,8 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x,v 1.1.2.2 1999/11/26 15:23:31 hohndel Exp $ ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.5x,v 1.1.2.2 1999/11/26 15:23:31 hohndel Exp $ .\" $xjman: XF86Config.5x v1.1 1998/11/29 11:56:00 take_s Exp $ .\" ! .\" Copyright (c) 1998, 1999 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the *************** *** 32,39 **** .\" .\" Translated by Kazuyuki Okamoto .\" Updated for XFree86 3.3.3 by Taketoshi Sano .\" ! .TH XF86Config 4/5 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XF86Config - Configuration File for XFree86 XF86Config - XFree86 Íѹ½À®¾ðÊó¥Õ¥¡¥¤¥ë --- 32,40 ---- .\" .\" Translated by Kazuyuki Okamoto .\" Updated for XFree86 3.3.3 by Taketoshi Sano + .\" Updated for XFree86 3.3.4, 3.3.5 by FUJIWARA Teruyoshi .\" ! .TH XF86Config 4/5 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XF86Config - Configuration File for XFree86 XF86Config - XFree86 Íѹ½À®¾ðÊó¥Õ¥¡¥¤¥ë *************** *** 182,187 **** --- 183,189 ---- .B xf86Wacom.so .B xf86Summa.so .B xf86AceCad.so + .B xf86Calcomp.so .B xf86Dial.so .fi *************** *** 403,409 **** [ÌõÃí¡§ÆüËܸì 106 ¥­¡¼¥Ü¡¼¥É¤Î¾ì¹ç¤Ï¡¢¾å¤Î XkbModel ¤ò "jp106" ¤Ë ¤·¤Æ¤ª¤¯¤ÈÎɤ¤¤ó¤Ç¤·¤¿¤Ã¤± ? 狼¶µ¤¨¤Æ²¼¤µ¤¤¡£ ] - .RE .PP .\"0 This is the preferred method of specifying the keyboard configuration, --- 405,410 ---- *************** *** 1458,1463 **** --- 1459,1466 ---- \fBDialBox\fP (SGI ¥Ü¥¿¥ó¥Ü¥Ã¥¯¥¹) .\"0 \fBAceCad\fP (an AceCad tablet) \fBAceCad\fP (AceCad ¥¿¥Ö¥ì¥Ã¥È) + .\"0 \fBDrawingBoard\fP (a Calcomp DrawingBoard tablet) + \fBDrawingBoard\fP (Calcomp DrawingBoard ¥¿¥Ö¥ì¥Ã¥È) .fi .\"0 The \fBJoystick\fP subsection supports the following entries: *************** *** 1484,1490 **** .\"0 sets the maximum X value reported by the device driver. ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¡¼¤«¤éÅϤµ¤ì¤ë X ºÂɸ¤ÎºÇÂçÃͤò»ØÄꤹ¤ë¡£ .TP 4 ! .B MininimumXPosition \fIvalue\fP .\"0 sets the minimum X value reported by the device driver. ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¡¼¤«¤éÅϤµ¤ì¤ë X ºÂɸ¤ÎºÇ¾®Ãͤò»ØÄꤹ¤ë¡£ .TP 4 --- 1487,1493 ---- .\"0 sets the maximum X value reported by the device driver. ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¡¼¤«¤éÅϤµ¤ì¤ë X ºÂɸ¤ÎºÇÂçÃͤò»ØÄꤹ¤ë¡£ .TP 4 ! .B MinimumXPosition \fIvalue\fP .\"0 sets the minimum X value reported by the device driver. ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¡¼¤«¤éÅϤµ¤ì¤ë X ºÂɸ¤ÎºÇ¾®Ãͤò»ØÄꤹ¤ë¡£ .TP 4 *************** *** 1624,1629 **** --- 1627,1654 ---- ±¦²¼³Ñ¤Î°ÌÃÖ¤Ï TopX, TopY, BottomX, BottomY ¤Ë¤è¤Ã¤Æɽ¸½¤µ¤ì¤ëºî¶ÈÎΰè (¥¢¥¯¥Æ¥£¥Ö¥¾¡¼¥ó) ¤¬¡¢½Ä²£Èæ¤ò¼ÂºÝ¤Î²èÌ̤ȰìÃפµ¤»¤ë¤³¤È¤Î²Äǽ¤ÊºÇÂçÌÌÀѤò Àê¤á¤ë¤è¤¦¤ËÄ´À°¤µ¤ì¤ë¡£ + .TP 4 + .B DebugLevel \fInumber \fP + .\"0 sets the level of debugging info reported. + Êó¹ð¤¹¤ë¥Ç¥Ð¥Ã¥°¾ðÊó¤Î¥ì¥Ù¥ë¤òÀßÄꤹ¤ë¡£ + .TP 4 + .B BaudRate \f19200\fP or \f9600\fP (default) + .\"0 changes the serial link speed. This option is only available for + .\"0 wacom V models (Intuos). + ¥·¥ê¥¢¥ëÀܳ¤Î®ÅÙ¤òÊѹ¹¤¹¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Í­¸ú¤Ê¤Î¤Ï + Wacom V ¥â¥Ç¥ë(Intuos)¤Î¤ß¤Ç¤¢¤ë¡£ + .TP 4 + .B Serial \fInumber\fP + .\"0 sets the serial number associated with the physical device. This allows + .\"0 to have multiple devices of the same type (i.e. multiple pens). This + .\"0 option is only available on wacom V devices (Intuos). To see which + .\"0 serial number belongs to a device, you have to set the DebugLevel to 6 and + .\"0 whatch the output of the X server. + ʪÍý¥Ç¥Ð¥¤¥¹¤ËÂбþ¤¹¤ë¥·¥ê¥¢¥ëÈÖ¹æ¤òÀßÄꤹ¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È + Ʊ¤¸¼ïÎà¤Î¥Ç¥Ð¥¤¥¹(¤Ä¤Þ¤êÊ£¿ô¤Î¥Ú¥ó)¤òÊ£¿ô¸ÄÀܳ¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ + ¤³¤Î¥ª¥×¥·¥ç¥ó¤¬Í­¸ú¤Ê¤Î¤Ï Wacom V ¥Ç¥Ð¥¤¥¹(Intuos)¤Î¤ß¤Ç¤¢¤ë¡£ + ¥·¥ê¥¢¥ëÈÖ¹æ¤È¥Ç¥Ð¥¤¥¹¤ÎÂбþ¤òÄ´¤Ù¤ë¤Ë¤Ï¡¢DebugLevel ¤ò 6 ¤ËÀßÄꤷ¤Æ + X ¥µ¡¼¥Ð¤Î½ÐÎϤò¸«¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ .RE .\"0 The \fBElographics\fP subsection support the following entries: *************** *** 1703,1709 **** .\"0 enables the sharing of the core pointer. When this feature is enabled, the .\"0 device will take control of the core pointer (and thus will emit core events) .\"0 and at the same time will be able, when asked so, to report extended events. ! .\"0You can use the last available integer feedback to control this feature. When .\"0 the value of the feedback is zero, the feature is disabled. The feature is .\"0 enabled for any other value. ¥³¥¢¥Ý¥¤¥ó¥¿¤ò¶¦Í­¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¡£¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤¿¾ì¹ç¡¢ --- 1728,1734 ---- .\"0 enables the sharing of the core pointer. When this feature is enabled, the .\"0 device will take control of the core pointer (and thus will emit core events) .\"0 and at the same time will be able, when asked so, to report extended events. ! .\"0 You can use the last available integer feedback to control this feature. When .\"0 the value of the feedback is zero, the feature is disabled. The feature is .\"0 enabled for any other value. ¥³¥¢¥Ý¥¤¥ó¥¿¤ò¶¦Í­¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¡£¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤¿¾ì¹ç¡¢ *************** *** 1851,1858 **** ºÇ¿·¤ÎÀ°¿ô¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò»ÈÍѤ·¤Æ¤³¤Îµ¡Ç½¤òÀ©¸æ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¡£ ¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¿ôÃͤ¬¥¼¥í¤Î»þ¡¢¤³¤Îµ¡Ç½¤Ï̵¸ú¤Ë¤µ¤ì¤ë¡£¥¼¥í°Ê³°¤Ç¤¢¤ì¤Ð ¤É¤ó¤Ê¿ôÃͤǤ¢¤Ã¤Æ¤â¡¢¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤ë¡£ - .RE .\"0 The \fBDialBox\fP subsection support the following entries: \fBDialBox\fP ÉûÀá¤Ï°Ê²¼¤Î¹àÌܤò¥µ¥Ý¡¼¥È¤¹¤ë¡§ .RS 8 --- 1876,1883 ---- ºÇ¿·¤ÎÀ°¿ô¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò»ÈÍѤ·¤Æ¤³¤Îµ¡Ç½¤òÀ©¸æ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¡£ ¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¿ôÃͤ¬¥¼¥í¤Î»þ¡¢¤³¤Îµ¡Ç½¤Ï̵¸ú¤Ë¤µ¤ì¤ë¡£¥¼¥í°Ê³°¤Ç¤¢¤ì¤Ð ¤É¤ó¤Ê¿ôÃͤǤ¢¤Ã¤Æ¤â¡¢¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤ë¡£ .RE + .\"0 The \fBDialBox\fP subsection support the following entries: \fBDialBox\fP ÉûÀá¤Ï°Ê²¼¤Î¹àÌܤò¥µ¥Ý¡¼¥È¤¹¤ë¡§ .RS 8 *************** *** 1886,1893 **** --- 1911,2008 ---- ºÇ¿·¤ÎÀ°¿ô¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò»ÈÍѤ·¤Æ¤³¤Îµ¡Ç½¤òÀ©¸æ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¡£ ¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¿ôÃͤ¬¥¼¥í¤Î»þ¡¢¤³¤Îµ¡Ç½¤Ï̵¸ú¤Ë¤µ¤ì¤ë¡£¥¼¥í°Ê³°¤Ç¤¢¤ì¤Ð ¤É¤ó¤Ê¿ôÃͤǤ¢¤Ã¤Æ¤â¡¢¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤ë¡£ + .RE + .\"0 The \fBAceCad\fP subsection support the following entries: + \fBAceCad\fP ÉûÀá¤Ï°Ê²¼¤Î¹àÌܤò¥µ¥Ý¡¼¥È¤¹¤ë¡§ + .RS 8 + .TP 4 + .B Port \fI"path"\fP + .\"0 sets the path to the special file which represents the device driver. + ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¡¼¤òɽ¸½¤¹¤ë¥¹¥Ú¥·¥ã¥ë¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ñ¥¹¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B DeviceName \fI"name"\fP + .\"0 sets the name of the X device. + ³ÈÄ¥ÁõÃÖ (X device) ¤Î̾¾Î¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B Mode \fIRelative|Absolute\fP + .\"0 sets the mode of the device. + ÁõÃ֤Υ⡼¥É¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B Cursor \fIStylus|Puck\fP + .\"0 sets the cursor type, 3 button stylus or 4 button puck. + ¥«¡¼¥½¥ë¼ïÎà (3 ¥Ü¥¿¥ó¤Î¥Ú¥ó¤Þ¤¿¤Ï 4 ¥Ü¥¿¥ó¥Ñ¥Ã¥¯) ¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B Increment \fIvalue\fP + .\"0 sets the maximum change in coordinates before new report. + °ÌÃÖ¾ðÊó¤ò½ÐÎϤ¹¤ëºÂɸÊѲ½Î̤β¼¸Â (ïçÃÍ) ¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B HistorySize \fInumber\fP + .\"0 sets the motion history size. By default the value is zero. + °ÜÆ°ÍúÎò¤ÎÊݸÎ̤ò»ØÄꤹ¤ë¡£É¸½à¤Ç¤Ï¥¼¥í (¤Þ¤Ã¤¿¤¯Êݸ¤µ¤ì¤Ê¤¤) ¤Ç¤¢¤ë¡£ + .TP 4 + .B Model \fIacecadIII|flair\fP + .\"0 Select either tablet model according to your hardware. + ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤·¤¿¤¬¤Ã¤Æ¤¤¤º¤ì¤«¤Î¥¿¥Ö¥ì¥Ã¥È¤òÁªÂò¤¹¤ë¤³¤È¡£ + .TP 4 + .B AlwaysCore + .\"0 enables the sharing of the core pointer. When this feature is enabled, the + .\"0 device will take control of the core pointer (and thus will emit core events) + .\"0 and at the same time will be able, when asked so, to report extended events. + .\"0 You can use the last available integer feedback to control this feature. When + .\"0 the value of the feedback is zero, the feature is disabled. The feature is + .\"0 enabled for any other value. + ¥³¥¢¥Ý¥¤¥ó¥¿¤ò¶¦Í­¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¡£¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤¿¾ì¹ç¡¢ + ÁõÃ֤ϥ³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤¹¤ë¤è¤¦¤Ë¤Ê¤ë (¤Ä¤Þ¤ê¥³¥¢¥¤¥Ù¥ó¥È¤òȯÀ¸¤¹¤ë)¡£ + ¤Þ¤¿Æ±»þ¤Ë¡¢¤â¤·¤½¤¦»ØÄꤵ¤ì¤ì¤Ð¡¢³ÈÄ¥¥¤¥Ù¥ó¥È¤âȯÀ¸¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ + ºÇ¿·¤ÎÀ°¿ô¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò»ÈÍѤ·¤Æ¤³¤Îµ¡Ç½¤òÀ©¸æ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¡£ + ¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¿ôÃͤ¬¥¼¥í¤Î»þ¡¢¤³¤Îµ¡Ç½¤Ï̵¸ú¤Ë¤µ¤ì¤ë¡£¥¼¥í°Ê³°¤Ç¤¢¤ì¤Ð + ¤É¤ó¤Ê¿ôÃͤǤ¢¤Ã¤Æ¤â¡¢¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤ë¡£ + .RE + + .\"0 The \fBDrawingBoard\fP subsection support the following entries: + \fBDrawingBoard\fP ÉûÀá¤Ï°Ê²¼¤Î¹àÌܤò¥µ¥Ý¡¼¥È¤¹¤ë¡§ + .RS 8 + .TP 4 + .B Port \fI"path"\fP + .\"0 sets the path to the special file which represents the device driver. + ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¡¼¤òɽ¸½¤¹¤ë¥¹¥Ú¥·¥ã¥ë¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ñ¥¹¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B DeviceName \fI"name"\fP + .\"0 sets the name of the X device. + ³ÈÄ¥ÁõÃÖ (X device) ¤Î̾¾Î¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B Mode \fIRelative|Absolute\fP + .\"0 sets the mode of the device. + ÁõÃ֤Υ⡼¥É¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B Cursor \fIStylus|Puck\fP + .\"0 sets the cursor type, stylus or 4 button puck. + ¥«¡¼¥½¥ë¼ïÎà (¥Ú¥ó¤Þ¤¿¤Ï 4 ¥Ü¥¿¥ó¥Ñ¥Ã¥¯) ¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B Increment \fIvalue\fP + .\"0 sets the maximum change in coordinates before new report. + °ÌÃÖ¾ðÊó¤ò½ÐÎϤ¹¤ëºÂɸÊѲ½Î̤β¼¸Â (ïçÃÍ) ¤ò»ØÄꤹ¤ë¡£ + .TP 4 + .B HistorySize \fInumber\fP + .\"0 sets the motion history size. By default the value is zero. + °ÜÆ°ÍúÎò¤ÎÊݸÎ̤ò»ØÄꤹ¤ë¡£É¸½à¤Ç¤Ï¥¼¥í (¤Þ¤Ã¤¿¤¯Êݸ¤µ¤ì¤Ê¤¤) ¤Ç¤¢¤ë¡£ + .TP 4 + .B AlwaysCore + .\"0 enables the sharing of the core pointer. When this feature is enabled, the + .\"0 device will take control of the core pointer (and thus will emit core events) + .\"0 and at the same time will be able, when asked so, to report extended events. + .\"0 You can use the last available integer feedback to control this feature. When + .\"0 the value of the feedback is zero, the feature is disabled. The feature is + .\"0 enabled for any other value. + ¥³¥¢¥Ý¥¤¥ó¥¿¤ò¶¦Í­¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¡£¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤¿¾ì¹ç¡¢ + ÁõÃ֤ϥ³¥¢¥Ý¥¤¥ó¥¿¤òÀ©¸æ¤¹¤ë¤è¤¦¤Ë¤Ê¤ë (¤Ä¤Þ¤ê¥³¥¢¥¤¥Ù¥ó¥È¤òȯÀ¸¤¹¤ë)¡£ + ¤Þ¤¿Æ±»þ¤Ë¡¢¤â¤·¤½¤¦»ØÄꤵ¤ì¤ì¤Ð¡¢³ÈÄ¥¥¤¥Ù¥ó¥È¤âȯÀ¸¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ + ºÇ¿·¤ÎÀ°¿ô¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò»ÈÍѤ·¤Æ¤³¤Îµ¡Ç½¤òÀ©¸æ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¡£ + ¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¿ôÃͤ¬¥¼¥í¤Î»þ¡¢¤³¤Îµ¡Ç½¤Ï̵¸ú¤Ë¤µ¤ì¤ë¡£¥¼¥í°Ê³°¤Ç¤¢¤ì¤Ð + ¤É¤ó¤Ê¿ôÃͤǤ¢¤Ã¤Æ¤â¡¢¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤ë¡£ .RE + .\"0 The \fBMouse\fP subsection support the same entries as the .\"0 standard \fBPointer\fP section, plus the following: \fBMouse\fP ÉûÀá¤Ïɸ½à¤Î \fBPointer\fP Àá¤ÈƱ¤¸¹àÌܤ˲䨤ơ¢ *************** *** 1911,1917 **** ºÇ¿·¤ÎÀ°¿ô¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤ò»ÈÍѤ·¤Æ¤³¤Îµ¡Ç½¤òÀ©¸æ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¢¤ë¡£ ¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¿ôÃͤ¬¥¼¥í¤Î»þ¡¢¤³¤Îµ¡Ç½¤Ï̵¸ú¤Ë¤µ¤ì¤ë¡£¥¼¥í°Ê³°¤Ç¤¢¤ì¤Ð ¤É¤ó¤Ê¿ôÃͤǤ¢¤Ã¤Æ¤â¡¢¤³¤Îµ¡Ç½¤¬Í­¸ú¤Ë¤µ¤ì¤ë¡£ - .RE .PP .\"0 For an example of an XF86Config file, see the file installed as --- 2026,2031 ---- Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x:1.1.2.1 Tue May 25 16:10:59 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x Sat Nov 27 02:23:32 1999 *************** *** 1,5 **** .\" $XConsortium: XF86Setup.man /main/3 1996/12/09 17:37:49 kaleb $ ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x,v 1.1.2.1 1999/05/25 06:10:59 hohndel Exp $ .\" Copyright (c) 1999 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a --- 1,5 ---- .\" $XConsortium: XF86Setup.man /main/3 1996/12/09 17:37:49 kaleb $ ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Setup.1x,v 1.1.2.2 1999/11/26 15:23:32 hohndel Exp $ .\" Copyright (c) 1999 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a *************** *** 31,37 **** .\" Translated Sun Mar 14 21:18:19 JST 1999 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86Setup 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XF86Setup - Graphical configuration utility for XFree86 XF86Setup - XFree86 ÍѤΥ°¥é¥Õ¥£¥«¥ë¤ÊÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£ --- 31,37 ---- .\" Translated Sun Mar 14 21:18:19 JST 1999 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86Setup 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XF86Setup - Graphical configuration utility for XFree86 XF86Setup - XFree86 ÍѤΥ°¥é¥Õ¥£¥«¥ë¤ÊÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x:1.1.2.1 Tue May 25 16:11:00 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x Sat Nov 27 02:23:32 1999 *************** *** 1,4 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x,v 1.1.2.1 1999/05/25 06:11:00 hohndel Exp $ .\" .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" --- 1,4 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Accel.1x,v 1.1.2.2 1999/11/26 15:23:32 hohndel Exp $ .\" .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" *************** *** 31,37 **** .\" Translated Thu Nov 19 20:53:16 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_Accel 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XF86_Accel - accelerated X Window System servers for .\"0 UNIX on x86 and Alpha platforms with an S3, Mach8, Mach32, Mach64, P9000, AGX, --- 31,37 ---- .\" Translated Thu Nov 19 20:53:16 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_Accel 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XF86_Accel - accelerated X Window System servers for .\"0 UNIX on x86 and Alpha platforms with an S3, Mach8, Mach32, Mach64, P9000, AGX, *************** *** 671,677 **** .sp .\"0 \fBstg1702\fP - (Mach64) Card has an STG1702 RAMDAC. This must be .\"0 specified if the server fails to detect it. ! \fBstg1702\fP - (Mach64) STG1702 RAMDAC ¤òµÍ¤ó¤Ç¤¤¤ë¥«¡¼¥É¤ÇÍѤ¤¤ë¡£¥µ¡¼¥Ð ¤¬¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¡£ .sp .\"0 \fBstg1703\fP - (S3, W32, Mach64) Card has an STG1703 RAMDAC. This --- 671,677 ---- .sp .\"0 \fBstg1702\fP - (Mach64) Card has an STG1702 RAMDAC. This must be .\"0 specified if the server fails to detect it. ! \fBstg1702\fP - (Mach64) STG1702 RAMDAC ¤òÀѤó¤Ç¤¤¤ë¥«¡¼¥É¤ÇÍѤ¤¤ë¡£¥µ¡¼¥Ð ¤¬¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¡£ .sp .\"0 \fBstg1703\fP - (S3, W32, Mach64) Card has an STG1703 RAMDAC. This *************** *** 680,686 **** .\"0 use the programming capabilities. \fBstg1703\fP - (S3, W32, Mach64) STG1703 RAMDAC ¤òÀѤó¤Ç¤¤¤ë¥«¡¼¥É¤Ç ÍѤ¤¤ë¡£¥µ¡¼¥Ð¤¬¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ëɬÍפ¬ ! ¤¢¤ë¡£W32 ¥µ¡¼¥Ð¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢STG1703 ¤Ç ClockChip ¤ò¥×¥í¥°¥é¥Þ¥Ö¥ë µ¡Ç½¤ò»È¤¨¤ë¤è¤¦¤ËÌÀ¼¨Åª¤ËÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ .sp .\"0 \fBs3gendac\fP - (S3) Card has an S3 86C708 GENDAC. --- 680,686 ---- .\"0 use the programming capabilities. \fBstg1703\fP - (S3, W32, Mach64) STG1703 RAMDAC ¤òÀѤó¤Ç¤¤¤ë¥«¡¼¥É¤Ç ÍѤ¤¤ë¡£¥µ¡¼¥Ð¤¬¸¡½Ð¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ëɬÍפ¬ ! ¤¢¤ë¡£W32 ¥µ¡¼¥Ð¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢STG1703 ¤Ç ClockChip ¤Î¥×¥í¥°¥é¥Þ¥Ö¥ë µ¡Ç½¤ò»È¤¨¤ë¤è¤¦¤ËÌÀ¼¨Åª¤ËÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ .sp .\"0 \fBs3gendac\fP - (S3) Card has an S3 86C708 GENDAC. *************** *** 1197,1203 **** .\"0 \fBw32_interleave_off\fP - (W32) Turns off the memory interleave for the .\"0 W32i and W32p chipset. Try this if your picture looks distorted or you .\"0 don't get a picture at all. ! \fBw32_interleave_on\fP - (W32) W32i, W32p ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¥á¥â¥ê¥¤¥ó¥¿ ¥ê¡¼¥Ö¤ò̵¸ú¤Ë¤¹¤ë¡£É½¼¨¤¬ÏĤó¤À¤ê¡¢Á´¤¯É½¼¨¤µ¤ì¤Ê¤¤¤È¤­¤Ë¤Ï¤³¤Î¥ª¥×¥·¥ç ¥ó¤ò»î¤¹¤³¤È¡£ .sp --- 1197,1203 ---- .\"0 \fBw32_interleave_off\fP - (W32) Turns off the memory interleave for the .\"0 W32i and W32p chipset. Try this if your picture looks distorted or you .\"0 don't get a picture at all. ! \fBw32_interleave_off\fP - (W32) W32i, W32p ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¥á¥â¥ê¥¤¥ó¥¿ ¥ê¡¼¥Ö¤ò̵¸ú¤Ë¤¹¤ë¡£É½¼¨¤¬ÏĤó¤À¤ê¡¢Á´¤¯É½¼¨¤µ¤ì¤Ê¤¤¤È¤­¤Ë¤Ï¤³¤Î¥ª¥×¥·¥ç ¥ó¤ò»î¤¹¤³¤È¡£ .sp Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x:1.1.2.1 Tue May 25 16:11:00 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x Sat Nov 27 02:23:33 1999 *************** *** 1,4 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x,v 1.1.2.1 1999/05/25 06:11:00 hohndel Exp $ .\" .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" --- 1,4 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_Mono.1x,v 1.1.2.2 1999/11/26 15:23:33 hohndel Exp $ .\" .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" *************** *** 31,37 **** .\" Translated Wed Nov 18 23:01:47 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_Mono 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XF86_Mono - 1 bit non-accelerated X Window System servers for UNIX on x86 platforms --- 31,37 ---- .\" Translated Wed Nov 18 23:01:47 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_Mono 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XF86_Mono - 1 bit non-accelerated X Window System servers for UNIX on x86 platforms *************** *** 163,169 **** .\"0 be set to \fBvga2\fP for VGA and SVGA boards, and \fBmono\fP for non-vga .\"0 mono boards. If \fBScreen\fP sections are present for both of these, the .\"0 server will start in a dual-headed configuration. ! F86Config ¥Õ¥¡¥¤¥ë¤Î \fBScreen\fP ¥»¥¯¥·¥ç¥ó¤Î \fBDriver\fP ¥¨¥ó¥È¥ê ¤Ë¤Ï¡¢VGA ¤È SVGA ¥Ü¡¼¥É¤Î¾ì¹ç¤Ë¤Ï \fBvga2\fP ¤ò¡¢ÈóVGA¤Î¥â¥Î¥¯¥í¥Ü¡¼ ¥É¤Î¾ì¹ç¤Ë¤Ï \fBmono\fP ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¡£\fBScreen\fP ¥»¥¯¥·¥ç¥ó ¤Ë¤³¤ì¤é¤¬Î¾Êý¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Ï¤É¤Á¤é¤âÍøÍѤǤ­¤ëÀßÄê¤Çµ¯Æ°¤¹¤ë¡£ --- 163,169 ---- .\"0 be set to \fBvga2\fP for VGA and SVGA boards, and \fBmono\fP for non-vga .\"0 mono boards. If \fBScreen\fP sections are present for both of these, the .\"0 server will start in a dual-headed configuration. ! XF86Config ¥Õ¥¡¥¤¥ë¤Î \fBScreen\fP ¥»¥¯¥·¥ç¥ó¤Î \fBDriver\fP ¥¨¥ó¥È¥ê ¤Ë¤Ï¡¢VGA ¤È SVGA ¥Ü¡¼¥É¤Î¾ì¹ç¤Ë¤Ï \fBvga2\fP ¤ò¡¢ÈóVGA¤Î¥â¥Î¥¯¥í¥Ü¡¼ ¥É¤Î¾ì¹ç¤Ë¤Ï \fBmono\fP ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¡£\fBScreen\fP ¥»¥¯¥·¥ç¥ó ¤Ë¤³¤ì¤é¤¬Î¾Êý¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Ï¤É¤Á¤é¤âÍøÍѤǤ­¤ëÀßÄê¤Çµ¯Æ°¤¹¤ë¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x:1.1.2.1 Tue May 25 16:11:01 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x Sat Nov 27 02:23:33 1999 *************** *** 1,6 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x,v 1.1.2.1 1999/05/25 06:11:01 hohndel Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the --- 1,6 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_SVGA.1x,v 1.1.2.2 1999/11/26 15:23:33 hohndel Exp $ .\" ! .\" Copyright (c) 1998, 1999 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the *************** *** 30,41 **** .\" .\" Translated Wed Nov 18 23:01:22 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_SVGA 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XF86_SVGA - SVGA X Window System servers for UNIX on .\"0 x86 platforms ! XF86_SVGA - x86 ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Î UNIX ¤ÇÆ°ºî¤¹¤ë SVGA X ¥µ¡¼¥Ð .SH ½ñ¼° .B XF86_SVGA [:displaynumber] [ option ] ... --- 30,45 ---- .\" .\" Translated Wed Nov 18 23:01:22 JST 1998 .\" by FUJIWARA Teruyoshi + .\" Updated Sat Aug 21 11:36:14 JST 1999 + .\" by FUJIWARA Teruyoshi , for XFree86 3.3.4 + .\" Updated Sun Sep 12 00:39:34 JST 1999 + .\" by FUJIWARA Teruyoshi , for XFree86 3.3.5 .\" ! .TH XF86_SVGA 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XF86_SVGA - SVGA X Window System servers for UNIX on .\"0 x86 platforms ! XF86_SVGA - x86 ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Î UNIX ¤ÇÆ°ºî¤¹¤ë SVGA ÍÑ X ¥µ¡¼¥Ð .SH ½ñ¼° .B XF86_SVGA [:displaynumber] [ option ] ... *************** *** 112,118 **** Trident: TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000 TVGA9000i, TVGA9100B, TVGA9200CXr, TGUI9320LCD, TGUI9400CXi, TGUI9420, ! TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680 .TP 4 NCR: 77C22, 77C22E --- 116,125 ---- Trident: TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000 TVGA9000i, TVGA9100B, TVGA9200CXr, TGUI9320LCD, TGUI9400CXi, TGUI9420, ! TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680, ! PROVIDIA9682, PROVIDIA9685, CYBER9382, CYBER9385, CYBER9385-1, ! CYBER9388, CYBER9397, CYBER9520, CYBER9525, 3DIMAGE975, 3DIMAGE975 AGP, ! 3DIMAGE985 AGP, BLADE3D, CYBERBLADE .TP 4 NCR: 77C22, 77C22E *************** *** 158,167 **** AP6422 .TP 4 Matrox: ! MGA2064W .TP 4 NVidia: NV1, STG2000 .RE .PP .\"0 Accelerated support is included for most of the Cirrus chipsets, the Western --- 165,179 ---- AP6422 .TP 4 Matrox: ! MGA1064SG, MGA1164SG, MGA2064W, MGA2164W, MGA2164 AGP, ! MGAG100, MGAG200, MGAG400 .TP 4 NVidia: NV1, STG2000 + .TP 4 + Intel and Real3D: + .\"0 I740 (AGP and PCI) + I740 (AGP ¤ª¤è¤Ó PCI) .RE .PP .\"0 Accelerated support is included for most of the Cirrus chipsets, the Western *************** *** 175,186 **** .\"0 implemented in a separate server (see .\"0 \fIXF86_W32(1)\fP). Users of boards based on ATI's Mach8, Mach32 and Mach64 .\"0 chipsets should refer to the \fIXF86_Mach8(1)\fP, \fIXF86_Mach32(1)\fP and ! .\"0 \fIXF86_Mach64(1)\fP manual pages, respectively. ET4000/W32 (i ¤ª¤è¤Ó p)¤È ET6000 ÍѤΠ8bpp ¤Ç¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥µ ¥Ý¡¼¥È¤Ï¡¢Ê̤Υµ¡¼¥Ð¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤¤ë(\fIXF86_W32(1)\fP »²¾È)¡£ATI À½ Mach8, Mach32, Mach64 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Î¥æ¡¼¥¶¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î \fIXF86_Mach8(1)\fP, \fIXF86_Mach32(1)\fP ,\fIXF86_Mach64(1)\fP ¤ò¤½¤ì ! ¤¾¤ì»²¾È¤¹¤ë¤³¤È¡£ .SH ¥ª¥×¥·¥ç¥ó .\"0 In addition to the normal server options described in the \fIXserver(1)\fP .\"0 manual page, \fIXF86_SVGA\fP accepts some more command line switches, --- 187,202 ---- .\"0 implemented in a separate server (see .\"0 \fIXF86_W32(1)\fP). Users of boards based on ATI's Mach8, Mach32 and Mach64 .\"0 chipsets should refer to the \fIXF86_Mach8(1)\fP, \fIXF86_Mach32(1)\fP and ! .\"0 \fIXF86_Mach64(1)\fP manual pages, respectively. Accelerated support is ! also included for i740 (AGP and PCI) based cards in 8bpp, 16bpp and 24bpp ! color depths (32bpp is unaccelerated). ET4000/W32 (i ¤ª¤è¤Ó p)¤È ET6000 ÍѤΠ8bpp ¤Ç¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î¥µ ¥Ý¡¼¥È¤Ï¡¢Ê̤Υµ¡¼¥Ð¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤¤ë(\fIXF86_W32(1)\fP »²¾È)¡£ATI À½ Mach8, Mach32, Mach64 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¤Î¥æ¡¼¥¶¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î \fIXF86_Mach8(1)\fP, \fIXF86_Mach32(1)\fP ,\fIXF86_Mach64(1)\fP ¤ò¤½¤ì ! ¤¾¤ì»²¾È¤¹¤ë¤³¤È¡£i740 ¥Ù¡¼¥¹¤Î¥«¡¼¥É(AGP ¤ª¤è¤Ó PCI)¤Ï¡¢¿§¤Î¿¼¤µ 8bpp, ! 16bpp, 24bpp ¤Ç¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ËÂбþ¤·¤Æ¤¤¤ë(32bpp ¤Ç¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó ! ¤Ï¸ú¤«¤Ê¤¤)¡£ .SH ¥ª¥×¥·¥ç¥ó .\"0 In addition to the normal server options described in the \fIXserver(1)\fP .\"0 manual page, \fIXF86_SVGA\fP accepts some more command line switches, *************** *** 295,301 **** NVidia: nv1, stg2000 .TP 4 ! Generic: generic .RE .TP 8 --- 311,322 ---- NVidia: nv1, stg2000 .TP 4 ! .\"0 Intel and Real3D: ! Intel ¤ª¤è¤Ó Real3D: ! i740, i740_pci ! .TP 4 ! .\"0 Generic: ! ÈÆÍÑ: generic .RE .TP 8 *************** *** 408,420 **** °Û¤Ê¤ë¥ì¥Ù¥ë¤ÎÁàºî¤Ç¤Î¥¿¥¤¥à¥¢¥¦¥ÈÃͤÎÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ ¥Ë¥å¥¢¥ë¤Î \fIXF86Config(4/5)\fP ¤ò»²¾È¤¹¤ë¤³¤È¡£ .sp ! .\"0 \fBnoaccel\fP - for Cirrus, WD, ARK, C&T, MGA and Tseng chipsets. This option ! .\"0 disables the accelerated features for the clgd542X, clgd543x, clgd5446, ! .\"0 clgd546X, wd90c24, wd90c31 and wd90c33, C&T, ARK, MGA and Tseng chipsets. ! \fBnoaccel\fP - Cirrus, WD, ARK, C&T, MGA, Tseng À½¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ç»È ! ÍѤ¹¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢clgd542X, clgd543x, clgd5446, clgd546X, ! wd90c24, wd90c31 and wd90c33, C&T, ARK, MGA, Tseng ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥¢¥¯ ! ¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë¡£ .sp .\"0 \fBno_pixmap_cache\fP - for any chip that uses XAA for acceleration, .\"0 which includes ARK, Cirrus, C&T, MGA, SiS, Trident 9440/9680, and Tseng --- 429,442 ---- °Û¤Ê¤ë¥ì¥Ù¥ë¤ÎÁàºî¤Ç¤Î¥¿¥¤¥à¥¢¥¦¥ÈÃͤÎÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ ¥Ë¥å¥¢¥ë¤Î \fIXF86Config(4/5)\fP ¤ò»²¾È¤¹¤ë¤³¤È¡£ .sp ! .\"0 \fBnoaccel\fP - for Cirrus, WD, ARK, C&T, MGA, Tseng and i740 chipsets. ! .\"0 This option disables the accelerated features for the clgd542X, clgd543x, ! .\"0 clgd5446, clgd546X, wd90c24, wd90c31 and wd90c33, C&T, ARK, MGA, Tseng ! .\"0 and i740 chipsets. ! \fBnoaccel\fP - Cirrus, WD, ARK, C&T, MGA, Tseng, i740 ¥Á¥Ã¥×¥»¥Ã¥È¤Ç ! »ÈÍѤ¹¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢clgd542X, clgd543x, clgd5446, clgd546X, ! wd90c24, wd90c31 and wd90c33, C&T, ARK, MGA, Tseng, i740 ¥Á¥Ã¥×¥»¥Ã¥È ! ¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë¡£ .sp .\"0 \fBno_pixmap_cache\fP - for any chip that uses XAA for acceleration, .\"0 which includes ARK, Cirrus, C&T, MGA, SiS, Trident 9440/9680, and Tseng *************** *** 482,487 **** --- 504,519 ---- ¤Ë DRAM ¤Î¥¿¥¤¥ß¥ó¥°¤ò¥»¥Ã¥È¤¹¤ë¡£Ä̾ï¤Ï¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ëɬÍ×¤Ï ¤Ê¤¤¡£ .sp + .\"0 \fBsgram\fP - for i740 chipsets. This option forces the use of SGRAM + .\"0 timing informaiton. + \fBsgram\fP - i740 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѤǤ¢¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È + SGRAM ¤Î¥¿¥¤¥ß¥ó¥°¾ðÊ󤬻Ȥï¤ì¤ë¡£ + .sp + .\"0 \fBsdram\fP - for i740 chipsets. This option forces the use of SDRAM + .\"0 timing informaiton. + \fBsdram\fP - i740 ¥Á¥Ã¥×¥»¥Ã¥ÈÍѤǤ¢¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È + SDRAM ¤Î¥¿¥¤¥ß¥ó¥°¾ðÊ󤬻Ȥï¤ì¤ë¡£ + .sp .\"0 \fBno_2mb_banksel\fP - for Cirrus chipsets. This option is required for .\"0 Cirrus cards with 2MB of videoram which is in the form of 512kx8 DRAMs .\"0 (4 chips) rather than 256kx4 DRAMs (16 chips). *************** *** 542,555 **** Technologies ¸ÇÍ­¤Î¥ª¥×¥·¥ç¥ó¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ /lib/X11/doc/README.chips ¤ò»²¾È¤¹¤ë¤³¤È¡£ .sp ! .\"0 \fBhw_cursor\fP - for ARK or ET6000 chipsets. This option enables the .\"0 hardware cursor. ! \fBhw_cursor\fP - ARK, ET6000 ¥Á¥Ã¥×¥»¥Ã¥È¤ÇÍѤ¤¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥Ï¡¼ ! ¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤¹¤ë¡£ .sp ! .\"0 \fBsw_cursor\fP - for Cirrus and C&T chipsets. This option disables the .\"0 hardware cursor. ! \fBsw_cursor\fP - Cirrus ¤È C&T ¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÇÍѤ¤¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó ¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤¹¤ë¡£ .sp .\"0 \fBsync_on_green\fP - for Chips & Technologies 65550's and 65554's --- 574,587 ---- Technologies ¸ÇÍ­¤Î¥ª¥×¥·¥ç¥ó¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ /lib/X11/doc/README.chips ¤ò»²¾È¤¹¤ë¤³¤È¡£ .sp ! .\"0 \fBhw_cursor\fP - for ARK, ET6000 and i740 chipsets. This option enables the .\"0 hardware cursor. ! \fBhw_cursor\fP - ARK, ET6000, i740 ¥Á¥Ã¥×¥»¥Ã¥È¤ÇÍѤ¤¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤òÍ­¸ú¤Ë¤¹¤ë¡£ .sp ! .\"0 \fBsw_cursor\fP - for Cirrus, C&T and i740 chipsets. This option disables the .\"0 hardware cursor. ! \fBsw_cursor\fP - Cirrus, C&T, i740 ¥Á¥Ã¥×¥»¥Ã¥È¤ÇÍѤ¤¤ë¡£¤³¤Î¥ª¥×¥·¥ç¥ó ¤Ï¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò̵¸ú¤Ë¤¹¤ë¡£ .sp .\"0 \fBsync_on_green\fP - for Chips & Technologies 65550's and 65554's *************** *** 699,704 **** --- 731,740 ---- /lib/X11/doc/README.WstDig .\"0 Extra documentation for the WD/PVGA driver WD/PVGA ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ëÄɲäÎʸ½ñ + .TP 30 + /lib/X11/doc/README.i740 + .\"0 Extra documentation for the i740 driver + i740 ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ëÄɲäÎʸ½ñ .LP .\"0 Note: refers to the root of the X11 install tree. Ãí: ¤Ï X11 ¤Î¥¤¥ó¥¹¥È¡¼¥ë¥Ä¥ê¡¼¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê¤ò»Ø¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x:1.1.2.1 Tue May 25 16:11:01 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x Sat Nov 27 02:23:34 1999 *************** *** 1,4 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x,v 1.1.2.1 1999/05/25 06:11:01 hohndel Exp $ .\" .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" --- 1,4 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86_VGA16.1x,v 1.1.2.2 1999/11/26 15:23:34 hohndel Exp $ .\" .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" *************** *** 31,37 **** .\" Translated Mon Nov 16 22:13:03 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_VGA16 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XF86_VGA16 - 4 bit non-accelerated X Window System server for UNIX on .\"0 x86 platforms --- 31,37 ---- .\" Translated Mon Nov 16 22:13:03 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH XF86_VGA16 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XF86_VGA16 - 4 bit non-accelerated X Window System server for UNIX on .\"0 x86 platforms Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x:1.1.2.1 Tue May 25 16:11:02 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x Sat Nov 27 02:23:34 1999 *************** *** 1,6 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x,v 1.1.2.1 1999/05/25 06:11:02 hohndel Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the --- 1,6 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.1x,v 1.1.2.2 1999/11/26 15:23:34 hohndel Exp $ .\" ! .\" Copyright (c) 1998, 1999 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the *************** *** 33,40 **** .\" Doc Version 3.47 .\" Updated Sat Nov 28 17:25:05 JST 1998 .\" by Taketoshi Sano to match XFree86 3.3.3 .\" ! .TH XFree86 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 XFree86 - X11R6 for UNIX on x86 platforms XFree86 - x86 ¥Þ¥·¥ó¤ÇÆ°ºî¤¹¤ë UNIX ÍѤΠX11R6 --- 33,44 ---- .\" Doc Version 3.47 .\" Updated Sat Nov 28 17:25:05 JST 1998 .\" by Taketoshi Sano to match XFree86 3.3.3 + .\" Updated Sat Aug 21 11:39:13 JST 1999 + .\" by FUJIWARA Teruyoshi to match XFree86 3.3.4 + .\" Updated Sun Sep 12 00:39:17 JST 1999 + .\" by FUJIWARA Teruyoshi to match XFree86 3.3.5 .\" ! .TH XFree86 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 XFree86 - X11R6 for UNIX on x86 platforms XFree86 - x86 ¥Þ¥·¥ó¤ÇÆ°ºî¤¹¤ë UNIX ÍѤΠX11R6 *************** *** 63,89 **** .br -- Solaris (x86) 2.1, 2.4, 2.5, 2.5.1, 2.6 .br ! -- FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, 2.2.1, 2.2.2, 2.2.5, 2.2.6, 3.0-current .br ! .\"0 -- NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3 (i386 port only) ! -- NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3 (i386 ÈǤΤß) .br ! -- OpenBSD 2.0, 2.1 .br .\"0 -- BSD/386 version 1.1 and BSD/OS 2.0 ! -- BSD/386 version 1.1 ¤ª¤è¤Ó BSD/OS 2.0 .br .\"0 -- Mach (from CMU) -- Mach (CMU ¤«¤é) .br -- Linux .br ! -- Amoeba version 5.1 .br ! -- Minix-386vm version 1.6.25.1 .br ! .\"0 -- LynxOS AT versions 2.2.1, 2.3.0 and 2.4.0, LynxOS microSPARC 2.4.0 ! -- LynxOS AT versions 2.2.1, 2.3.0 ¤ª¤è¤Ó 2.4.0, LynxOS microSPARC 2.4.0 .ad .RE .PP --- 67,97 ---- .br -- Solaris (x86) 2.1, 2.4, 2.5, 2.5.1, 2.6 .br ! -- FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, 2.2.1, ! 2.2.2, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 3.0, 3.1, 3.2 .br ! .\"0 -- NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.4 (i386 port only) ! -- NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.4 (i386 ÈǤΤß) .br ! -- OpenBSD 2.0, 2.1, 2.2, 2.3, 2.4, 2.5 .br .\"0 -- BSD/386 version 1.1 and BSD/OS 2.0 ! -- BSD/386 ¥Ð¡¼¥¸¥ç¥ó 1.1 ¤ª¤è¤Ó BSD/OS 2.0 .br .\"0 -- Mach (from CMU) -- Mach (CMU ¤«¤é) .br -- Linux .br ! .\"0 -- Amoeba version 5.1 ! -- Amoeba ¥Ð¡¼¥¸¥ç¥ó 5.1 .br ! .\"0 -- Minix-386vm version 1.6.25.1 ! -- Minix-386vm ¥Ð¡¼¥¸¥ç¥ó 1.6.25.1 .br ! .\"0 -- LynxOS versions 2.3.0, 2.4.0, 2.5.x and 3.0.x (except 68k and Mips platforms, X servers for x86 and microSPARC only) ! -- LynxOS ¥Ð¡¼¥¸¥ç¥ó 2.3.0, 2.4.0, 2.5.x, 3.0.x (68k, Mips ÈǤò½ü¤¯¡£X ¥µ¡¼¥Ð¤Ï ! x86 ¤È microSPARC ÍѤ·¤«¤Ê¤¤) .ad .RE .PP *************** *** 325,332 **** .B \-xf86config \fIfile\fP .\"0 Read the server configuration from \fIfile\fP. This option is only available .\"0 when the server is run as root (i.e, with real-uid 0). ! \fIfile\fP ¤«¤é¥µ¡¼¥Ð¤Î¹½À®¾ðÊó¤òÆɤ߹þ¤à¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï root (¤Ä¤Þ¤ê¼Â ! (real) uid ¤¬ 0 ¤Î¥¢¥«¥¦¥ó¥È) ¤Ç¥µ¡¼¥Ð¤òµ¯Æ°¤·¤¿¤È¤­¤Ë¤Î¤ßÍ­¸ú¤Ç¤¢¤ë¡£ .TP 8 .B \-keeptty .\"0 Prevent the server from detaching its initial controlling terminal. This --- 333,339 ---- .B \-xf86config \fIfile\fP .\"0 Read the server configuration from \fIfile\fP. This option is only available .\"0 when the server is run as root (i.e, with real-uid 0). ! \fIfile\fP ¤«¤é¥µ¡¼¥Ð¤Î¹½À®¾ðÊó¤òÆɤ߹þ¤à¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï root (¤Ä¤Þ¤ê¼Â (real) uid ¤¬ 0 ¤Î¥¢¥«¥¦¥ó¥È) ¤Ç¥µ¡¼¥Ð¤òµ¯Æ°¤·¤¿¤È¤­¤Ë¤Î¤ßÍ­¸ú¤Ç¤¢¤ë¡£ .TP 8 .B \-keeptty .\"0 Prevent the server from detaching its initial controlling terminal. This *************** *** 341,348 **** .B Ctrl+Alt+Backspace .\"0 Immediately kills the server -- no questions asked. (Can be disabled by .\"0 specifying "DontZap" in the \fBServerFlags\fP section of the XF86Config file.) ! ¨ºÂ¤Ë¥µ¡¼¥Ð¤òÄä»ß¤¹¤ë -- ³Îǧ¤Î¤¿¤á¤Î¼ÁÌä¤Ï̵¤¤¡£ (XF86Config ¥Õ¥¡¥¤¥ë¤Î ! \fBServerFlags\fP Àá¤Ë "DontZap" ¤È»ØÄꤹ¤ë¤³¤È¤Ç̵¸ú¤Ë¤Ç¤­¤ë¡£) .TP 8 .B Ctrl+Alt+Keypad-Plus .\"0 Change video mode to next one specified in the configuration file, --- 348,354 ---- .B Ctrl+Alt+Backspace .\"0 Immediately kills the server -- no questions asked. (Can be disabled by .\"0 specifying "DontZap" in the \fBServerFlags\fP section of the XF86Config file.) ! ¨ºÂ¤Ë¥µ¡¼¥Ð¤òÄä»ß¤¹¤ë -- ³Îǧ¤Î¤¿¤á¤Î¼ÁÌä¤Ï̵¤¤¡£ (XF86Config ¥Õ¥¡¥¤¥ë¤Î \fBServerFlags\fP Àá¤Ë "DontZap" ¤È»ØÄꤹ¤ë¤³¤È¤Ç̵¸ú¤Ë¤Ç¤­¤ë¡£) .TP 8 .B Ctrl+Alt+Keypad-Plus .\"0 Change video mode to next one specified in the configuration file, Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x:1.1.2.1 Tue May 25 16:11:02 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x Sat Nov 27 02:23:34 1999 *************** *** 1,6 **** ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x,v 1.1.2.1 1999/05/25 06:11:02 hohndel Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project.$)B .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the --- 1,6 ---- ! .\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/man/xf86config.1x,v 1.1.2.2 1999/11/26 15:23:34 hohndel Exp $ .\" ! .\" Copyright (c) 1998 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the *************** *** 31,37 **** .\" Translated Mon Nov 2 21:25:14 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH xf86config 1 "Version 3.3.3" "XFree86" .SH ̾Á° .\"0 xf86config \- generate an XF86Config file xf86config \- XF86Config ¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë --- 31,37 ---- .\" Translated Mon Nov 2 21:25:14 JST 1998 .\" by FUJIWARA Teruyoshi .\" ! .TH xf86config 1 "Version 3.3.5" "XFree86" .SH ̾Á° .\"0 xf86config \- generate an XF86Config file xf86config \- XF86Config ¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë *************** *** 49,53 **** .SH ´ØÏ¢¹àÌÜ XFree86(1), XF86Config(4/5), reconfig(1) .SH Ãø¼Ô ! Harm Hanemaayer. .\" $XConsortium: xf86conf.man /main/8 1996/12/09 17:38:03 kaleb $ --- 49,54 ---- .SH ´ØÏ¢¹àÌÜ XFree86(1), XF86Config(4/5), reconfig(1) .SH Ãø¼Ô ! .\"0 Harm Hanemaayer. ! Harm Hanemaayer .\" $XConsortium: xf86conf.man /main/8 1996/12/09 17:38:03 kaleb $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml:1.1.2.1 Tue May 25 16:39:08 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml Sat Nov 27 02:23:36 1999 *************** *** 4,12 **** 3DLabs À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>The XFree86 Project Inc. ! <date>5 November 1998 <trans>The X Japanese Documentation Project ! <tdate>12 January 1999 <toc> <!-- <sect>Supported hardware <p> --> --- 4,12 ---- <!-- <title>Information for 3DLabs Chipset Users --> <title>3DLabs À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>The XFree86 Project Inc. ! <date>25 June 1999 <trans>The X Japanese Documentation Project ! <tdate>1 August 1999 <toc> <!-- <sect>Supported hardware <p> --> *************** *** 17,30 **** <!-- <itemize> <item>GLINT 500TX with IBM RGB526 RAMDAC ! <item>GLINT MX with IBM RGB526 and IBM RGB640 RAMDAC <item>Permedia with IBM RGB526 RAMDAC <item>Permedia 2 (classic, 2a, 2v) </itemize> --> <itemize> <item>IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ GLINT 500TX ! <item>IBM RGB526 ¤Þ¤¿¤Ï IBM RGB640 RAMDAC ¤òºÜ¤»¤¿ GLINT MX <item>IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ Permedia <item>Permedia 2 (classic, 2a, 2v) </itemize> --- 17,32 ---- <!-- <itemize> <item>GLINT 500TX with IBM RGB526 RAMDAC ! <item>GLINT MX plus Delta with IBM RGB526 and IBM RGB640 RAMDAC ! <item>GLINT MX plus Gamma with IBM RGB526 and IBM RGB640 RAMDAC <item>Permedia with IBM RGB526 RAMDAC <item>Permedia 2 (classic, 2a, 2v) </itemize> --> <itemize> <item>IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ GLINT 500TX ! <item>IBM RGB526, IBM RGB640 RAMDAC ¤òºÜ¤»¤¿ GLINT MX plus Delta ! <item>IBM RGB526, IBM RGB640 RAMDAC ¤òºÜ¤»¤¿ GLINT MX plus Gamma <item>IBM RGB526 RAMDAC ¤òºÜ¤»¤¿ Permedia <item>Permedia 2 (classic, 2a, 2v) </itemize> *************** *** 78,83 **** --- 80,92 ---- Run the memory at a higher clock. Useful on some cards with display glitches at higher resolutions. But adds the risk to damage the hardware. Use with caution. + <tag>Option "sync_on_green"</tag> + Composite sync on green. Possibly useful if you wish to use an old + workstation monitor. This feature is only implemented for Permedia 2 + based boards (Permedia 2v doesn't have this capability). Default is to + use positive sync polarity. As many SOG monitor want negative sync + polarity, you'll have to play around with the "-HSync" and "-VSync" + Modeline flags if you own such a monitor. </descrip> --> <descrip> *************** *** 101,106 **** --- 110,122 ---- ¥á¥â¥ê¤ÎÆ°ºî¥¯¥í¥Ã¥¯¤ò¾å¤²¤Þ¤¹¡£¹â²òÁüÅÙ»þ¤Çɽ¼¨¤¬Íð¤ì¤ë¥«¡¼¥É¤ÇÌò¤ËΩ ¤Á¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦¥ê¥¹¥¯¤òÉ餦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£ Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ + <tag>Option &dquot;sync_on_green&dquot;</tag> + Ʊ´ü¿®¹æ¤ò Green ¿®¹æ¤Ë¾è¤»¤Þ¤¹¡£¸Å¤¤¥ï¡¼¥¯¥¹¥Æ¡¼¥·¥ç¥óÍѤΥâ¥Ë¥¿¤ò»È + ¤¤¤¿¤¤»þ¤ËÌòΩ¤Ä¤Ç¤·¤ç¤¦¡£¤³¤Îµ¡Ç½¤Ï Permedia 2 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É¸þ¤±¤Ë¤· + ¤«¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó(Permedia 2v ¤Ï¤³¤Îµ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó)¡£¥Ç¥Õ¥©¥ë + ¥È¤Ç¤ÏÀµ¤ÎƱ´ü¶ËÀ­¤òÍѤ¤¤Þ¤¹¡£SOG ¤Î¥â¥Ë¥¿¤Î¿¤¯¤ÏÉé¤ÎƱ´ü¶ËÀ­¤òɬÍ×¤È + ¤¹¤ë¤Î¤Ç¡¢¤³¤Î¤è¤¦¤Ê¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï Modeline ¤Î¥Õ¥é¥° + "-HSync", "-VSync" ¤ò»È¤¤¤Þ¤·¤ç¤¦¡£ </descrip> <!-- <sect>Bugs and Limitations<p> --> *************** *** 152,158 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml,v 1.1.2.1 1999/05/25 06:39:08 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 168,174 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/3DLabs.sgml,v 1.1.2.2 1999/11/26 15:23:36 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> *************** *** 161,167 **** name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> --- 177,183 ---- name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤Ë´Ø¤¹¤ë¸¢Íø¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml:1.1.2.2 Tue May 25 16:39:09 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml Sat Nov 27 02:23:36 1999 *************** *** 6,14 **** --> <title>XFree86 ¤Î¹½ÃÛ <author>David Dawes ! <Date>7 November 1998 <trans>The X Japanese Documentation Project ! <tdate>11 January 1999 <abstract> <!-- --- 6,14 ---- --> <title>XFree86 ¤Î¹½ÃÛ <author>David Dawes ! <Date>25 June 1999 <trans>The X Japanese Documentation Project ! <tdate>3 August 1999 <abstract> <!-- *************** *** 59,97 **** ¤Æ¤¤¤Þ¤¹¡£Æäˡ¢egcs ¤Ï°ìÉô¤Î¥â¥¸¥å¡¼¥ë¤Î¥³¥ó¥Ñ¥¤¥ë»þ¤ËºÇŬ²½¤ÇÌäÂê¤ò µ¯¤³¤¹¤è¤¦¤Ç¤¹¡£ ! <!-- <sect1>How to get the XFree86 3.3.3 source --> ! <SECT1>XFree86 3.3.3 ¤Î¥½¡¼¥¹¤Î¼èÆÀÊýË¡ <p> <!-- There are a few starting points for getting the XFree86 source. One option ! is to start directly with the XFree86 3.3.3 source distribution. In this case, the procedure is as follows: --> XFree86 ¤Î¥½¡¼¥¹¤ÎÆþ¼ê¤Î¥¹¥¿¡¼¥ÈÃÏÅÀ¤Ï¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¤½¤Î¤¦¤Á¤Î1¤Ä ! ¤Ï¡¢XFree86 3.3.3 ¤Î¥½¡¼¥¹¥¢¡¼¥«¥¤¥Ö¤«¤éľÀܺî¶È¤ò³«»Ï¤¹¤ë¤³¤È¤Ç¤¹¡£¤³ ¤Î¾ì¹ç¤Î¼ê½ç¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: <itemize> <!-- ! <item>The XFree86 3.3.3 source is contained in files <tt>X333src-1.tgz</tt>, ! <tt>X333src-2.tgz</tt> and <tt>X333src-3.tgz</tt>. These can be found ! at <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/"> and similar ! locations on XFree86 mirror sites. <tt>X333src-2.tgz</tt> contains ! the fonts and documentation source. <tt>X333src-3.tgz</tt> contains ! the hardcopy documentation. <tt>X333src-1.tgz</tt> contains everything else. If you don't need the docs or fonts you can get ! by with only <tt>X333src-1.tgz</tt>. --> ! <item>XFree86 3.3.3 ¤Î¥½¡¼¥¹¤Ï <tt>X333src-1.tgz</tt>, ! <tt>X333src-2.tgz</tt>, <tt>X333src-3.tgz</tt> ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ï ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/">¤ä XFree86 ¤Î¥ß¥é¡¼¥µ¥¤¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£ ! <tt>X333src-2.tgz</tt> ¤Ï¥Õ¥©¥ó¥È¤Èʸ½ñ¤Î¥½¡¼¥¹¤Ç¤¹¡£ ! <tt>X333src-3.tgz</tt> ¤Ï°õºþ²Äǽ¤Ê·Á¼°¤Îʸ½ñ¤Ç¤¹¡£ ! <tt>X333src-1.tgz</tt> ¤Ë¤Ï¾¤Î¤â¤Î¤¬Á´¤ÆÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£Ê¸½ñ¤ä ! ¥Õ¥©¥ó¥È¤¬É¬Íפʤ¤¾ì¹ç¤Ï¡¢<tt>X333src-1.tgz</tt> ¤À¤±Æþ¼ê¤·¤Æ ¤â¤«¤Þ¤¤¤Þ¤»¤ó¡£ <!-- <item>Extract each of these files by running the following from a directory --- 59,99 ---- ¤Æ¤¤¤Þ¤¹¡£Æäˡ¢egcs ¤Ï°ìÉô¤Î¥â¥¸¥å¡¼¥ë¤Î¥³¥ó¥Ñ¥¤¥ë»þ¤ËºÇŬ²½¤ÇÌäÂê¤ò µ¯¤³¤¹¤è¤¦¤Ç¤¹¡£ ! <!-- ! <sect1>How to get the XFree86 3.3.4 source ! --> ! <sect1>XFree86 3.3.4 ¤Î¥½¡¼¥¹¤Î¼èÆÀÊýË¡ <p> <!-- There are a few starting points for getting the XFree86 source. One option ! is to start directly with the XFree86 3.3.4 source distribution. In this case, the procedure is as follows: --> XFree86 ¤Î¥½¡¼¥¹¤ÎÆþ¼ê¤Î¥¹¥¿¡¼¥ÈÃÏÅÀ¤Ï¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£¤½¤Î¤¦¤Á¤Î1¤Ä ! ¤Ï¡¢XFree86 3.3.4 ¤Î¥½¡¼¥¹¥¢¡¼¥«¥¤¥Ö¤«¤éľÀܺî¶È¤ò³«»Ï¤¹¤ë¤³¤È¤Ç¤¹¡£¤³ ¤Î¾ì¹ç¤Î¼ê½ç¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: <itemize> <!-- ! <item>The XFree86 3.3.4 source is contained in files <tt>X334src-1.tgz</tt>, ! <tt>X334src-2.tgz</tt> and <tt>X334src-3.tgz</tt>. These can be found ! at <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/"> and similar ! locations on XFree86 mirror sites. <tt>X334src-2.tgz</tt> contains ! the fonts and documentation source. <tt>X334src-3.tgz</tt> contains ! the hardcopy documentation. <tt>X334src-1.tgz</tt> contains everything else. If you don't need the docs or fonts you can get ! by with only <tt>X334src-1.tgz</tt>. --> ! <item>XFree86 3.3.4 ¤Î¥½¡¼¥¹¤Ï <tt>X334src-1.tgz</tt>, ! <tt>X334src-2.tgz</tt>, <tt>X334src-3.tgz</tt> ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ ¤³¤ì¤é¤Î¥Õ¥¡¥¤¥ë¤Ï ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/">¤ä XFree86 ¤Î¥ß¥é¡¼¥µ¥¤¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£ ! <tt>X334src-2.tgz</tt> ¤Ï¥Õ¥©¥ó¥È¤Èʸ½ñ¤Î¥½¡¼¥¹¤Ç¤¹¡£ ! <tt>X334src-3.tgz</tt> ¤Ï°õºþ²Äǽ¤Ê·Á¼°¤Îʸ½ñ¤Ç¤¹¡£ ! <tt>X334src-1.tgz</tt> ¤Ë¤Ï¾¤Î¤â¤Î¤¬Á´¤ÆÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£Ê¸½ñ¤ä ! ¥Õ¥©¥ó¥È¤¬É¬Íפʤ¤¾ì¹ç¤Ï¡¢<tt>X334src-1.tgz</tt> ¤À¤±Æþ¼ê¤·¤Æ ¤â¤«¤Þ¤¤¤Þ¤»¤ó¡£ <!-- <item>Extract each of these files by running the following from a directory *************** *** 99,107 **** around 140MB, and a similar amount is required in addition to this for the compiled binaries): <quote><verb> ! gzip -d < X333src-1.tgz | tar vxf - ! gzip -d < X333src-2.tgz | tar vxf - ! gzip -d < X333src-3.tgz | tar vxf - </verb></quote> --> <item>¶õ¤­ÍÆÎ̤¬½½Ê¬¤¢¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É --- 101,109 ---- around 140MB, and a similar amount is required in addition to this for the compiled binaries): <quote><verb> ! gzip -d < X334src-1.tgz | tar vxf - ! gzip -d < X334src-2.tgz | tar vxf - ! gzip -d < X334src-3.tgz | tar vxf - </verb></quote> --> <item>¶õ¤­ÍÆÎ̤¬½½Ê¬¤¢¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É *************** *** 109,126 **** ³«¤¹¤ë¤Ë¤ÏÌó 140MB, ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¥Ð¥¤¥Ê¥ê¤òÆÀ¤ë¤Ë¤ÏƱÄøÅ٤ζõ ¤­¥¹¥Ú¡¼¥¹É¬ÍפǤ¹): <quote><verb> ! gzip -d < X333src-1.tgz | tar vxf - ! gzip -d < X333src-2.tgz | tar vxf - ! gzip -d < X333src-3.tgz | tar vxf - </verb></quote> </itemize> <!-- Another option is to start with the X11R6.3 source distribution and patch ! it up to XFree86 3.3.3. In this case you need to do the following: --> Ê̤ÎÊýË¡¤Ï¡¢X11R6.3 ¥½¡¼¥¹ÇÛÉÛʪ¤òÆþ¼ê¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö¤Æ¤Æ XFree86 ! 3.3.3 ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤ì¤Ï¼¡¤Î¼ê½ç¤Ç¹Ô¤¤¤Þ¤¹: <itemize> <!-- <item>Start with the X Consortium's X11R6.3 distribution with public --- 111,130 ---- ³«¤¹¤ë¤Ë¤ÏÌó 140MB, ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¥Ð¥¤¥Ê¥ê¤òÆÀ¤ë¤Ë¤ÏƱÄøÅ٤ζõ ¤­¥¹¥Ú¡¼¥¹É¬ÍפǤ¹): <quote><verb> ! gzip -d < X334src-1.tgz | tar vxf - ! gzip -d < X334src-2.tgz | tar vxf - ! gzip -d < X334src-3.tgz | tar vxf - </verb></quote> </itemize> <!-- Another option is to start with the X11R6.3 source distribution and patch ! it up to XFree86 3.3.3 and then patch that to XFree86 3.3.4 (see below). ! In this case you need to do the following: --> Ê̤ÎÊýË¡¤Ï¡¢X11R6.3 ¥½¡¼¥¹ÇÛÉÛʪ¤òÆþ¼ê¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö¤Æ¤Æ XFree86 ! 3.3.3 ¤Ë¤·¡¢¤µ¤é¤Ë¥Ñ¥Ã¥Á¤òÅö¤Æ¤Æ XFree86 3.3.4 ¤Ë¤¹¤ë¤³¤È¤Ç¤¹(¸å½Ò)¡£ ! ¤³¤ì¤Ï¼¡¤Î¼ê½ç¤Ç¹Ô¤¤¤Þ¤¹: <itemize> <!-- <item>Start with the X Consortium's X11R6.3 distribution with public *************** *** 174,216 **** </itemize> <!-- ! A further option is to start with the XFree86 3.3.2 source, and patch ! it up to XFree86 3.3.3. In this case you need to do the following: --> ! ¤µ¤é¤ËÊ̤ÎÊýË¡¤È¤·¤Æ¡¢XFree86 3.3.2 ¤Î¥½¡¼¥¹¤òÍÑ°Õ¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö ! ¤Æ¤Æ XFree86 3.3.3 ¤Ë¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¼ê½ç¤ò¹Ô¤¤ ¤Þ¤¹: <itemize> <!-- ! <item>If using this option, you would already have the XFree86 3.3.2 ! source. If you have applied any of the public patches to 3.3.2, back them out before starting the upgrade to 3.3.3. ! --> ! <item>¤³¤ÎÊýË¡¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢´û¤Ë XFree86 3.3.2 ¤Î¥½¡¼¥¹¤ò¤ª»ý¤Á¤Î ! ¤³¤È¤È»×¤¤¤Þ¤¹¡£3.3.2 ¤Ø¤Î¸ø¼°¥Ñ¥Ã¥Á¤ò1¤Ä¤Ç¤âÅö¤Æ¤Æ¤¤¤¿¤é¡¢ ! 3.3.3 ¤Ø¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò»Ï¤á¤ëÁ°¤Ë¡¢¤³¤ì¤é¤Î¥Ñ¥Ã¥Á¤ò³°¤·¤Æ¤¯ ¤À¤µ¤¤¡£ <!-- ! <item>Get the file <tt>3.3.2-3.3.3.diff.gz</tt> ! from <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/"> (or a similar ! location on mirror sites). To upgrade the source to XFree86 3.3.3, run the following from directory containing the <tt>xc</tt> ! directory of the XFree86 3.3.2 source tree: <quote><verb> ! gzip -d < 3.3.2-3.3.3.diff.gz | patch -p0 -E </verb></quote> Be sure to do this with a clean unmodified source tree. If you don't some patches may fail. --> ! <item><tt>3.3.2-3.3.3.diff.gz</tt> ¥Õ¥¡¥¤¥ë¤ò ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/patches/"> (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê)¤«¤éÆþ¼ê¤·¤Þ¤¹¡£¤³¤Î¥½¡¼ ! ¥¹¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Æ XFree86 3.3.3 ¤Ë¤¹¤ë¤Ë¤Ï¡¢XFree86 3.3.2 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼Æâ¤Î <tt>xc</tt> ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê ¤«¤é¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: <quote><verb> ! gzip -d < 3.3.2-3.3.3.diff.gz | patch -p0 -E </verb></quote> ¥Ñ¥Ã¥ÁÅö¤Æ¤Ïɬ¤º½¤Àµ¤ò¤·¤Æ¤¤¤Ê¤¤¥½¡¼¥¹¥Ä¥ê¡¼¤Ç¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ¤µ¤â¤Ê¤±¤ì¤Ð¡¢¤¦¤Þ¤¯Åö¤¿¤é¤Ê¤¤¥Ñ¥Ã¥Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ --- 178,221 ---- </itemize> <!-- ! A further option is to start with the XFree86 3.3.3 source, and patch ! it up to XFree86 3.3.4. In this case you need to do the following: --> ! ¤µ¤é¤ËÊ̤ÎÊýË¡¤È¤·¤Æ¡¢XFree86 3.3.3 ¤Î¥½¡¼¥¹¤òÍÑ°Õ¤·¡¢¤³¤ì¤Ë¥Ñ¥Ã¥Á¤òÅö ! ¤Æ¤Æ XFree86 3.3.4 ¤Ë¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤³¤Î¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¼ê½ç¤ò¹Ô¤¤ ¤Þ¤¹: <itemize> <!-- ! <item>If using this option, you would already have the XFree86 3.3.3 ! source. If you have applied any of the public patches to 3.3.3, ! back them out before starting the upgrade to 3.3.4. ! --> ! <item>¤³¤ÎÊýË¡¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢´û¤Ë XFree86 3.3.3 ¤Î¥½¡¼¥¹¤ò¤ª»ý¤Á¤Î ! ¤³¤È¤È»×¤¤¤Þ¤¹¡£3.3.3 ¤Ø¤Î¸ø¼°¥Ñ¥Ã¥Á¤ò1¤Ä¤Ç¤âÅö¤Æ¤Æ¤¤¤¿¤é¡¢ ! 3.3.4 ¤Ø¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò»Ï¤á¤ëÁ°¤Ë¡¢¤³¤ì¤é¤Î¥Ñ¥Ã¥Á¤ò³°¤·¤Æ¤¯ ¤À¤µ¤¤¡£ <!-- ! <item>Get the file <tt>3.3.3-3.3.4.diff.gz</tt> ! from <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/patches/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/patches/"> (or a similar ! location on mirror sites). To upgrade the source to XFree86 3.3.4, run the following from directory containing the <tt>xc</tt> ! directory of the XFree86 3.3.3 source tree: <quote><verb> ! gzip -d < 3.3.3-3.3.4.diff.gz | patch -p0 -E </verb></quote> Be sure to do this with a clean unmodified source tree. If you don't some patches may fail. --> ! <item><tt>3.3.3-3.3.4.diff.gz</tt> ¥Õ¥¡¥¤¥ë¤ò ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/patches/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/patches/"> (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤¥È¤ÎƱÍͤΥǥ£¥ì¥¯¥È¥ê)¤«¤éÆþ¼ê¤·¤Þ¤¹¡£¤³¤Î¥½¡¼ ! ¥¹¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Æ XFree86 3.3.4 ¤Ë¤¹¤ë¤Ë¤Ï¡¢XFree86 3.3.3 ¤Î¥½¡¼¥¹¥Ä¥ê¡¼Æâ¤Î <tt>xc</tt> ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê ¤«¤é¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: <quote><verb> ! gzip -d < 3.3.3-3.3.4.diff.gz | patch -p0 -E </verb></quote> ¥Ñ¥Ã¥ÁÅö¤Æ¤Ïɬ¤º½¤Àµ¤ò¤·¤Æ¤¤¤Ê¤¤¥½¡¼¥¹¥Ä¥ê¡¼¤Ç¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ¤µ¤â¤Ê¤±¤ì¤Ð¡¢¤¦¤Þ¤¯Åö¤¿¤é¤Ê¤¤¥Ñ¥Ã¥Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ *************** *** 226,249 **** ÁªÂò¤·¤¿¾ì¹ç¤Ï¡¢¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: <itemize> <!-- ! <item>Get the <tt>X333servonly.tgz</tt> file from ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/"> (or a similar locations on mirror sites. --> ! <item><tt>X333servonly.tgz</tt> ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤ò ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/"> ¤«¤é (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤¥È¤ÎƱÍͤʾì½ê¤«¤é)Æþ¼ê¤·¤Þ¤¹¡£ <!-- <item>Extract this by running the following: <quote><verb> ! gzip -d < X333servonly.tgz | tar vxf - </verb></quote> --> <item>¼¡¤Î¼ê½ç¤Ç¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Þ¤¹: <quote><verb> ! gzip -d < X333servonly.tgz | tar vxf - </verb></quote> </itemize> --- 231,254 ---- ÁªÂò¤·¤¿¾ì¹ç¤Ï¡¢¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: <itemize> <!-- ! <item>Get the <tt>X334servonly.tgz</tt> file from ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/"> (or a similar locations on mirror sites. --> ! <item><tt>X334servonly.tgz</tt> ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤ò ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/" ! url="ftp://ftp.xfree86.org/pub/XFree86/3.3.4/source/"> ¤«¤é (¤Þ¤¿¤Ï¥ß¥é¡¼¥µ¥¤¥È¤ÎƱÍͤʾì½ê¤«¤é)Æþ¼ê¤·¤Þ¤¹¡£ <!-- <item>Extract this by running the following: <quote><verb> ! gzip -d < X334servonly.tgz | tar vxf - </verb></quote> --> <item>¼¡¤Î¼ê½ç¤Ç¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Þ¤¹: <quote><verb> ! gzip -d < X334servonly.tgz | tar vxf - </verb></quote> </itemize> *************** *** 340,349 **** ´Ø¤¹¤ëÀßÄê¤òÌÀ¼¨Åª¤ËÆþÎϤ¹¤ëɬÍפϤʤ¯¤Ê¤ê¤Þ¤·¤¿¡£ <!-- ! If you are using just the <tt>X333src-1.tgz</tt> part of the source dist, you will need to define <bf>BuildFonts</bf> to <bf>NO</bf>. --> ! ¥½¡¼¥¹ÇÛÉÛʪ¤Î¤¦¤Á <tt>X333src-1.tgz</tt> ¤ÎÉôʬ¤À¤±¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ <bf>BuildFonts</bf> ¤Ï <bf>NO</bf> ¤ÈÄêµÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ <!-- --- 345,354 ---- ´Ø¤¹¤ëÀßÄê¤òÌÀ¼¨Åª¤ËÆþÎϤ¹¤ëɬÍפϤʤ¯¤Ê¤ê¤Þ¤·¤¿¡£ <!-- ! If you are using just the <tt>X334src-1.tgz</tt> part of the source dist, you will need to define <bf>BuildFonts</bf> to <bf>NO</bf>. --> ! ¥½¡¼¥¹ÇÛÉÛʪ¤Î¤¦¤Á <tt>X334src-1.tgz</tt> ¤ÎÉôʬ¤À¤±¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ <bf>BuildFonts</bf> ¤Ï <bf>NO</bf> ¤ÈÄêµÁ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ <!-- *************** *** 484,497 **** ¤·¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml,v 1.1.2.2 1999/05/25 06:39:09 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 3.3): ²¬Ëܰ칬 <url url="mailto:ikko-@pacific.rim.or.jp" name="<ikko-@pacific.rim.or.jp>">, ! ¹¹¿·(XFree86 3.3.3 Âбþ): Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ --- 489,502 ---- ¤·¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml,v 1.1.2.3 1999/11/26 15:23:36 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ËÝÌõ(XFree86 3.3): ²¬Ëܰ칬 <url url="mailto:ikko-@pacific.rim.or.jp" name="<ikko-@pacific.rim.or.jp>">, ! ¹¹¿·(XFree86 3.3.3, 3.3.4 Âбþ): Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml:1.1.2.1 Tue May 25 16:39:09 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml Sat Nov 27 02:23:36 1999 *************** *** 647,653 **** </verb> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml,v 1.1.2.1 1999/05/25 06:39:09 hohndel Exp $ --- 647,653 ---- </verb> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Bsdi.sgml,v 1.1.2.2 1999/11/26 15:23:36 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml:3.2.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml:3.2.2.2 Wed Jun 2 17:51:41 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml Sat Nov 27 02:23:37 1999 *************** *** 16,22 **** Í­¤¹¤ë: <p> ! Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved. <!-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), --- 16,22 ---- Í­¤¹¤ë: <p> ! Copyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved. <!-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), *************** *** 278,290 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml,v 3.2.2.2 1999/06/02 07:51:41 hohndel Exp $ $XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $ </verb> ! <code></code> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v 3.9.2.2 1998/01/24 11:55:06 --- 278,293 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml,v 3.2.2.3 1999/11/26 15:23:37 hohndel Exp $ ! ! ! $XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $ </verb> ! <hrule> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v 3.9.2.2 1998/01/24 11:55:06 *************** *** 300,308 **** <verb> Copyright (C) 1995-1998 The X Japanese Documentation Project ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml,v 3.2.2.2 1999/06/02 07:51:41 hohndel Exp $ </verb> ! <code></code> [EOF] </article> --- 303,311 ---- <verb> Copyright (C) 1995-1998 The X Japanese Documentation Project ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml,v 3.2.2.3 1999/11/26 15:23:37 hohndel Exp $ </verb> ! <hrule> [EOF] </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml:3.2.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml:3.2.2.2 Tue May 25 16:39:10 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml Sat Nov 27 02:23:37 1999 *************** *** 884,890 **** </code> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml,v 3.2.2.2 1999/05/25 06:39:10 hohndel Exp $ --- 884,890 ---- </code> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml,v 3.2.2.3 1999/11/26 15:23:37 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml:1.1.2.1 Tue May 25 16:39:11 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml Sat Nov 27 02:23:38 1999 *************** *** 89,95 **** ¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ <p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml,v 1.1.2.1 1999/05/25 06:39:11 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 89,95 ---- ¤­¤Ã¤ÈÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ <p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DECtga.sgml,v 1.1.2.2 1999/11/26 15:23:38 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DGux.sgml diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DGux.sgml:1.1.2.1 *** /dev/null Sun Jan 9 07:44:21 2000 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DGux.sgml Thu Dec 2 23:30:34 1999 *************** *** 0 **** --- 1,1640 ---- + + <!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN"> + + <article> + + <!-- + <title>Instructions for Building XFree86 on an Intel Pentium Aviion machine with DG/ux R4.20MU04 + --> + <title>DG/ux R4.20MU04 ¤¬Æ°ºî¤¹¤ë Intel Pentium Aviion ¥Þ¥·¥ó¤Ç¤Î XFree86 ¤Î¹½ÃÛ¼ê½ç + <author>Takis Psarogiannakopoulos + <date>July 27, 1999 + <trans>The X Japanese Documentation Project + <tdate>September 12, 1999 + <toc> + + <!-- + <sect>Whats new <p> + --> + <sect>¿·¤·¤¤¤³¤È¤¬¤é <p> + + <!-- + July 27, 1999<p> + --> + 1999 ǯ 7 ·î 12 Æü<p> + <!-- + DG has fix the streams bug in /usr/lib/tcpip.so . (Read below) + The workaround in the July 25 source code has been removed. + I've been told from DG that BSD sockets perform better in DGUX + than SVR4 native STREAMS. From R4.20MU06 DG/ux will have the correct + tcpip.so lib (no bug in STREAMS). If you have MU05,MU04 and you + want for some reason STREAMS definitely conntact DG for an upated + /usr/lib/tcpip.so in /usr/lib (patch for your MU04,5). + --> + DG ¤Ï /usr/lib/tcpip.so ¤Ë¤¢¤ë¥¹¥È¥ê¡¼¥à¤Î¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿(¸å½Ò)¡£ + 7 ·î 25 Æü¤Î¥½¡¼¥¹»þÅÀ¤Ç¤ÎÌäÂê²óÈò¤Î¥³¡¼¥É¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£É®¼Ô¤Ï DG + ¤è¤ê¡¢DGUX ¤Ç¤Ï BSD ¥½¥±¥Ã¥È¤ÎÊý¤¬ SVR4 ¥Í¥¤¥Æ¥£¥Ö¤Î STREAMS ¤è¤ê¹âÀ­ + ǽ¤Ç¤¢¤ë¤Èʹ¤­¤Þ¤·¤¿¡£R4.20MU06 ¤«¤é DG/ux ¤ÏÀµ¤·¤¤ tcpip.so ¤ò»ý¤Ã¤Æ + ¤¤¤Þ¤¹(STREAMS ¤Ë¥Ð¥°¤¬¤Ê¤¤)¡£MU05, MU04 ¤ò¤ª»È¤¤¤Ç¡¢²¿¤é¤«¤ÎÍýͳ¤Ë¤è + ¤ê STREAMS ¤¬ÀäÂÐɬÍפʤé¤Ð¡¢DG ¤ËÏ¢Íí¤·¤Æ½¤ÀµºÑ¤ß¤Î /usr/lib/tcpip.so + ¤ò¤â¤é¤¤¤Þ¤·¤ç¤¦(MU04,5 ¤Ø¤Î¥Ñ¥Ã¥Á¤Ç¤¹)¡£ + <p> + <!-- + DG/ux at the moment lacks the sysi86 syscall and the definition + of SYSI86IOPL (that is in <sys/sysi86.h> but guarded by a + UNIXWARE defintion that of course cannot be applicable to DG/ux). + Until this header is accessible by a simple -DDGUX , and _sysi86, + sysi86 subroutines added to libc (or some other extra library) + we need to define the DG_NO_SYSI86 to be 1. If DG makes the above + modifications , you will need to manually edit the files (before + building!) + xc/programs/Xserver/hw/xfree86/SuperProbe/OS_DGUX.c + xc/programs/Xserver/hw/xfree86/etc/scanpci.c + xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_video.c + and eliminate DG_NO_SYSI86 flag by changing DG_NO_SYSI86 1--<0. + --> + ¸½»þÅÀ¤Ç¤Ï DG/ux ¤Ë¤Ï sysi86 ¥·¥¹¥Æ¥à¥³¡¼¥ë¤È SYSI86IOPL ¤ÎÄêµÁ¤¬¤¢¤ê + ¤Þ¤»¤ó(SYSI86IOPL ¤ÎÄêµÁ¤Ï <sys/sysi86.h> ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢UNIXWARE + ¤ÎÄêµÁ¤Ë¼é¤é¤ì¤Æ¤¤¤Þ¤¹¡£UNIXWARE ¤ÎÄêµÁ¤ÏÅöÁ³¡¢DG/ux ¤Ë¤ÏŬÍѤǤ­¤Þ¤» + ¤ó)¡£¤³¤Î¥Ø¥Ã¥À¤¬Ã±½ã¤Ë -DDGUX ¤ò»ØÄꤹ¤ë¤³¤È¤ÇŬÍѤµ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¡¢ + ¤«¤Ä _sysi86 ¤È sysi86 ¥µ¥Ö¥ë¡¼¥Á¥ó¤¬ libc(¤¢¤ë¤¤¤Ï¤½¤Î¾¤ÎÄɲå饤¥Ö + ¥é¥ê)¤Ë²Ã¤¨¤é¤ë¤Þ¤Ç¤Ï¡¢DG_NO_SYSI86 ¤Ë 1 ¤òÄêµÁ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ + DG ¤¬¤³¤Î¤è¤¦¤Ê½¤Àµ¤ò¹Ô¤¨¤Ð¡¢(¹½ÃÛÁ°¤Ë!)¼êÆ°¤Ç¥Õ¥¡¥¤¥ë + xc/programs/Xserver/hw/xfree86/SuperProbe/OS_DGUX.c, + xc/programs/Xserver/hw/xfree86/etc/scanpci.c, + xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_video.c + ¤òÊÔ½¸¤·¡¢DG_NO_SYSI86 ¥Õ¥é¥°¤ò 1 ¤«¤é 0 ¤ËÊѤ¨¤ë¤³¤È¤Ë¤è¤ê¼è¤ê¾Ã¤¹É¬ + Íפ¬¤¢¤ê¤Þ¤¹¡£ + <p> + <!-- + July 25, 1999<p> + --> + 1999 ǯ 7 ·î 25 Æü<p> + <!-- + A major bug has now been corrected in this release. According to this + since the STREAMS interface of DG/ux were broken the server was + listening not to port 6000 (= 0x1770) but to 0x7017. + All binaries that you have from 3.3.3.1, 3.3.3 they will work + locally (if you run them in the same machine) but NOT remotely + because they use an Xlib that tries to connect to port 28365. + If you want to run them remotely YOU MUST recompile them! + Steve thank you for bringing this to my attension initially but + was too bussy then to look at it in detail... Perhaps I should + have... + --> + Â礭¤Ê¥Ð¥°¤Ï¤³¤Î¥ê¥ê¡¼¥¹¤Ç½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£¥Ð¥°¤Ë¤è¤ê DG/ux ¤Î STREAMS + ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤¬²õ¤ì¤Æ¤¤¤¿¤¿¤á¡¢¥µ¡¼¥Ð¤Ï¥Ý¡¼¥È 6000(= 0x1770) ¤Ç¤Ï¤Ê¤¯ + 0x7017 ¤ò´Æ»ë¤·¤Æ¤¤¤Þ¤·¤¿¡£3.3.3.1 ¤È 3.3.3 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤¿Á´¤Æ¤Î¥Ð¥¤¥Ê + ¥ê¤Ï¥í¡¼¥«¥ë(¥×¥í¥°¥é¥à¤ò¥µ¡¼¥Ð¤ÈƱ¤¸¥Þ¥·¥ó¤ÇÆ°¤«¤·¤¿¾ì¹ç)¡¢¤Ç¤ÏÆ°¤­¤Þ + ¤¹¤¬¥ê¥â¡¼¥È¤Ç¤Ï<em>Æ°¤­¤Þ¤»¤ó</em>¡£¤Ê¤¼¤Ê¤é¤³¤ì¤é¤Ï¥Ý¡¼¥È 28365 ¤ËÀÜ + ³¤·¤è¤¦¤È¤¹¤ë Xlib ¤ò»È¤Ã¤Æ¤¤¤ë¤«¤é¤Ç¤¹¡£¥ê¥â¡¼¥È¤Ç¤âÆ°ºî¤¹¤ë¤è¤¦¤Ë¤· + ¤¿¤±¤ì¤Ð¡¢<em>ºÆ¥³¥ó¥Ñ¥¤¥ë</em>¤¬É¬ÍפǤ¹! + ºÇ½é¤Ë¤³¤ì¤Ëµ¤¤Å¤«¤»¤Æ¤¯¤ì¤¿ Steve ¤µ¤ó¤Ë´¶¼Õ¤·¤Þ¤¹¤¬¡¢¤½¤Î¸åË»¤·¤¹¤® + ¤Æ¾Ü¤·¤¯¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡Ä¡£Â¿Ê¬¤ä¤é¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿¤Î¤Ç + ¤·¤ç¤¦¤¬¡Ä¡£ + <p> + <!-- + We now use sockets intead of ioctls. + But I 've fix and tested the STREAMS also. + --> + ioctl ¤Ç¤Ï¤Ê¤¯¥½¥±¥Ã¥È¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤·¤¿¡£ + ¤·¤«¤· STREAMS ¤Î½¤Àµ¤È¥Æ¥¹¥È¤â¹Ô¤¤¤Þ¤·¤¿¡£ + <p> + <!-- + David thanks for making me realize that this was indeed a problem + in DG/ux. + --> + ¤³¤ì¤Ï¼Â¤Ï DG/ux ¤ÎÌäÂê¤Ç¤¢¤ë¤³¤È¤ò¤ï¤«¤é¤»¤Æ¤¯¤ì¤¿ David ¤µ¤ó¤Ë´¶¼Õ¤· + ¤Þ¤¹¡£ + <p> + <!-- + I 've also take the trouble to port gdb-4.17/8 and ddd (X inter) + in pub/XFree86/3.3.5/binaries/DGUX-ix86/GDB_BETA (both binaries + and source code) in order to be able to send me traces of core + files produced by Xservers. Try + --> + É®¼Ô¤Ï¡¢¶ìÏ«¤·¤Æ gdb-4.17/8 ¤È ddd (gdb ¤Î X ¥¤¥ó¥¿¥Õ¥§¡¼¥¹)¤Î°Ü¿¢ + ¤â¹Ô¤¤¤Þ¤·¤¿¡£¤³¤ì¤Ï X ¥µ¡¼¥Ð¤¬À¸À®¤·¤¿¥³¥¢¥Õ¥¡¥¤¥ë¤Î¥È¥ì¡¼¥¹·ë²Ì¤òÉ® + ¼Ô¤ËÁ÷¤ì¤ë¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¡¢ + pub/XFree86/3.3.5/binaries/DGUX-ix86/GDB_BETA ¤Ë¤¢¤ê¤Þ¤¹(¥Ð¥¤¥Ê¥ê¤È¥½¡¼ + ¥¹¤ÎξÊý)¡£¥³¥Þ¥ó¥É + <verb> + gdb /usr/X11R6/bin/X location of core/core + gdb: where + </verb> + <!-- + and send me what you see. + (I suppose that the Xserver executable is in /usr/X11R6.3/bin) + --> + ¤ò¼Â¹Ô¤·¡¢¤½¤Îɽ¼¨·ë²Ì¤òÉ®¼Ô¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£(X ¥µ¡¼¥Ð¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë + ¤Ï /usr/X11R6.3/bin ¤Ë¤¢¤ë¤â¤Î¤È¤·¤Æ¤¤¤Þ¤¹¡£) + <p> + <!-- + From 3.3.3.1: + Several bugs are now fixed. DG/ux support is on this official + patch. All configuration is in xc/config/cf/DGUX.cf and in + xf86site.def. Also Imake autodetects (thanks to David Dawes) + the DGUX OS (including Release version). So only a simple + "make World" is needed anymore to build in ix86 DG/ux. + Usually the process to build is (after unpacking and patching + the source "xc" tree) to go to xc/config/cf copy the file + xf86site.def to site.def and edit the files DGUX.cf ,site.def + for whatever changes you need to do. + --> + 3.3.3.1 ¤è¤ê: + ¤¤¤¯¤Ä¤«¤Î¥Ð¥°¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£¤³¤Î¸ø¼°¥ê¥ê¡¼¥¹¥Ñ¥Ã¥Á¤Ç DG/ux + ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£Á´¤Æ¤ÎÀßÄê¤Ï + xc/config/cf/DGUX.cf ¤È xf86site.def ¤Ë¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¡¢Imake ¤Ï + DGUX OS ¤ò(¥ê¥ê¡¼¥¹¥Ð¡¼¥¸¥ç¥ó¤â´Þ¤á¤Æ)¼«Æ°¸¡½Ð¤·¤Þ¤¹(David Dawes ¤Ë´¶ + ¼Õ)¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤¿¤À "make World" ¤¹¤ë¤À¤±¤Ç ix86 ÍѤΠDG/ux ¤ò¹½ÃÛ¤Ç + ¤­¤Þ¤¹¡£ÉáÄ̤ι½ÃÛ¼ê½ç¤Ï¡¢("xc" ¥Ä¥ê¡¼¤ÎŸ³«¤È¥Ñ¥Ã¥ÁÅö¤Æ¤ò¹Ô¤Ã¤¿¸å¤Ë) + xc/config/cf ¤Ë¹Ô¤­¡¢¥Õ¥¡¥¤¥ë xf86site.def ¤ò site.def ¤Ë¥³¥Ô¡¼¤·¡¢ + DGUX.cf, site.def ¤òÊÔ½¸¤·¤ÆɬÍפÊÊѹ¹¤òÁ´¤Æ¹Ô¤¦¤È¤¤¤¦¤â¤Î¤Ç¤¹¡£ + <p> + <!-- + Default ProjectRoot in 3.3.5 is /usr/X11R6 (except if you + set this specifically in DGUX.cf either as /usr/X11R6.3-#045; + #045;#045;my choice, or in whatever you like). + --> + 3.3.5 ¤Ç¤Î ProjectRoot ¤Î¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï /usr/X11R6 ¤Ç¤¹(DGUX.cf ¤ÇÆÃÊÌ + ¤Ë¤³¤ÎÃͤòÀßÄꤷ¤Æ¤¤¤ë¾ì¹ç¤Ï½ü¤­¤Þ¤¹¡£É®¼Ô¤Ï /usr/X11R6.3 ¤Ë¤·¤Æ¤¤¤Þ¤¹ + ¤·¡¢ÆɼԤ㧤µ¤ó¤¬¹¥¤­¤ÊÃͤòÀßÄꤷ¤Æ¤¤¤ë¤³¤È¤â¤¢¤ë¤Ç¤·¤ç¤¦)¡£ + <p> + <!-- + From: + December 1, 1998 + IMPORTANT: PLEASE READ THE FILE README-GCC-2.8.1 + GCC VERSION 2.8.1 is recommended for the DGUX build of X11R6.3 + You can ignore below the _old_ converstation about gcc compiler + if you already run a gcc-2.8.1 in your machine. + --> + 1998 ǯ 12 ·î 1 Æü¡£ + ½ÅÍ×: README-GCC-2.8.1 ¥Õ¥¡¥¤¥ë¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ + X11R6.3 ¤ò DGUX ¤Ç¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢GCC ¤Î¥Ð¡¼¥¸¥ç¥ó 2.8.1 ¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£ + ´û¤Ë gcc-2.8.1 ¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢gcc ¥³¥ó¥Ñ¥¤¥é¤Ë´Ø¤¹¤ë°Ê²¼¤Î<em>¸Å¤¤</em> + ÀâÌÀ¤Ï̵»ë¤·¤Æ¹½¤¤¤Þ¤»¤ó¡£ + <!-- + <sect> GENERAL: <p> + --> + <sect> °ìÈÌŪ¤Ê¼ê½ç: <p> + + <!-- + Get from ftp.xfree86.org the XFree 3.3.x source code: + --> + ftp.xfree86.org ¤«¤é XFree 3.3.x ¤Î¥½¡¼¥¹¥³¡¼¥É¤òÆþ¼ê¤·¤Þ¤¹: + <!-- + <verb> + ftp ftp.xfree86.org + login: ftp + passwd: your e-mail address + cd pub/XFree86/3.3.5/source + You need the files: + X335src-1.tgz + X335src-2.tgz + X335src-3.tgz + </verb> + --> + <verb> + ftp ftp.xfree86.org + login: ftp + passwd: ¤¢¤Ê¤¿¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹ + cd pub/XFree86/3.3.5/source + You need the files: + X335src-1.tgz + X335src-2.tgz + X335src-3.tgz + </verb> + <p> + <!-- + Get also the contributed X software + --> + X ¤Î contrib ¥½¥Õ¥È¥¦¥§¥¢¤òÆþ¼ê¤·¤Þ¤¹¡£ + <verb> + cd /pub/XFree86/3.3.5/source + X335contrib.tgz + </verb> + <p> + <!-- + If you have the source tarballs of 3.3.3 go to + /pub/XfFree86/3.3.5/binaries/DGUX-ix86/SOURCE get the DGUX source + patch + --> + 3.3.3 ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Î tar ¥¢¡¼¥«¥¤¥Ö¤ò¤ª»ý¤Á¤Ç¤¢¤ì¤Ð¡¢ + /pub/XfFree86/3.3.5/binaries/DGUX-ix86/SOURCE ¤Ë°ÜÆ°¤·¡¢DGUX ÍѤΠ+ ¥½¡¼¥¹¥Ñ¥Ã¥Á¤òÆþ¼ê¤·¤Þ¤¹: + <p> + <!-- + <verb> + 3.3.3-3.3.5-DGUX.diff.gz + X335contrib-DGUX.diff.gz (patch for the contrib software). + </verb> + --> + <verb> + 3.3.3-3.3.5-DGUX.diff.gz + X335contrib-DGUX.diff.gz (contrib ¥½¥Õ¥È¥¦¥§¥¢ÍѤΥѥåÁ) + </verb> + <p> + <!-- + to avoid downloading all the source code again. + --> + ¤³¤ì¤ÏƱ¤¸¥½¡¼¥¹¥³¡¼¥É¤ò²¿ÅÙ¤â¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¤Î¤òÈò¤±¤ë¤¿¤á¤Ç¤¹¡£ + <p> + <!-- + Sorry some DGUX changes they didnt make in time for the official + release date of 3.3.4... + I do this for free, so some times I may be excused for something + like this... + --> + ¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó¤¬¡¢DGUX ÍѤÎÊѹ¹¤Ï 3.3.4 ¤Î¸ø¼°¥ê¥ê¡¼¥¹¤ÎÄù¤áÀÚ¤ê¤Ë´Ö + ¤Ë¹ç¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡£É®¼Ô¤Ï̵½þ¤Ç¤³¤Îºî¶È¤ò¹Ô¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¤¹¤ß¤Þ¤»¤ó¤¬ + »þ¤Ë¤Ï¤³¤¦¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡Ä¡£ + <p> + <!-- + To build X11R6.3 you need also the tools for DG/ux (see discussion + below). They will be in + ftp dpmms.cam.ac.uk + (University of Cambridge,Department of Pure Mathematics) + in /pub/takis/DGUX-Tools/BuildXtools.tar.gz (anonymous ftp) + or in the ftp.xfree86.org ... + (pub/XFree86/3.3.5/binaries/DGUX-ix86/SOURCE/BUILD-TOOLS/ + BuildXtools.tar.gz). + --> + X11R6.3 ¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢DG/ux ÍѤΥġ¼¥ë¤âɬÍפǤ¹(¸å¤ÇÀâÌÀ¤·¤Þ¤¹)¡£É¬ + Íפʥġ¼¥ë¤Ï anonymous ftp ¤Ç + dpmms.cam.ac.uk (University of Cambridge,Department of Pure Mathematics) + ¤Î /pub/takis/DGUX-Tools/BuildXtools.tar.gz, ¤¢¤ë¤¤¤Ï ftp.xfree86.org + ¤Î pub/XFree86/3.3.5/binaries/DGUX-ix86/SOURCE/BUILD-TOOLS/BuildXtools.tar.gz + ¤òÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£ + <p> + <!-- + Using a big filesytem (I use a virtual disk "xf86work" mounted on + /xf86work of size 1400000 blocks) copy the source as: + --> + big ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ò»È¤Ã¤Æ(É®¼Ô¤Ï¡¢¥Ö¥í¥Ã¥¯¥µ¥¤¥º¤¬ 1400000 ¤Ç¤¢¤ë²¾ + Áۥǥ£¥¹¥¯ "xf86work" ¤ò/xf86work ¤Ë¥Þ¥¦¥ó¥È¤·¤Æ»È¤Ã¤Æ¤¤¤Þ¤¹)¥½¡¼¥¹¤ò + °Ê²¼¤Î¤è¤¦¤Ë¥³¥Ô¡¼¤·¤Þ¤¹: + <p> + <verb> + cp X335src-1.tgz /xf86work/X335src-1.tar.gz + cp X335src-2.tgz /xf86work/X335src-2.tar.gz + cp X335src-3.tgz /xf86work/X335src-3.tar.gz + </verb> + <p> + <!-- + (or X333src-1,2,3.tar.gz as above plus the DG/ux patch to 3.3.5 + i.e. the file 3.3.3-3.3.5-DGUX.diff.gz) + --> + (¤¢¤ë¤¤¤Ï¡¢¾åµ­¤Î X333src-1,2,3.tar.gz ¤Ë²Ã¤¨¤Æ 3.3.5 ¤Ø¤Î DG/ux Íѥѥà + ¥Á¡¢¤¹¤Ê¤ï¤Á 3.3.3-3.3.5-DGUX.diff.gz ¤â¥³¥Ô¡¼¤·¤Þ¤¹¡£ ) + <p> + <!-- + And maybe the contributed software: + --> + ¤¿¤Ö¤ó contrib ¥½¥Õ¥È¥¦¥§¥¢¤â¥³¥Ô¡¼¤¹¤ë¤Ç¤·¤ç¤¦: + <!-- + <verb> + cp X335contrib.tgz /xf86work + + (cp X335contrib-DGUX.diff.gz /xf86work). + </verb> + --> + <verb> + cp X335contrib.tgz /xf86work + + (cp X335contrib-DGUX.diff.gz /xf86work) + </verb> + <p> + <!-- + If you get the patches from DGUX-ix86, to build from source 3.3.3 + your first problem is that in order to apply the source patch you + need "patch" a very common GNU program that DG/ux doesnt have!? + This program is in BuildXtools.tar.gz + (or ftp prep.ai.mit.edu cd/pub/gnu get patch-2.5.tar.gz) + So lets speak about these tools before anything else: + Using "sysadm" mount a filesystem usr_local under /usr/local with + size 200000 blocks. Then copy the BuildXtools file in /usr and give: + --> + DGUX-ix86 ¤«¤é¥Ñ¥Ã¥Á¤òÆþ¼ê¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¥½¡¼¥¹¤«¤é 3.3.3 ¤ò¹½ÃÛ¤¹¤ëºÝ + ¤ÎºÇ½é¤ÎÌäÂê¤Ï¡¢¥½¡¼¥¹¥Ñ¥Ã¥Á¤òŬÍѤ¹¤ë¤¿¤á¤Ë¤Ï¡¢Èó¾ï¤Ë°ìÈÌŪ¤Ê GNU ¥× + ¥í¥°¥é¥à¤Ê¤Î¤Ë DG/ux ¤Ë¤ÏÆþ¤Ã¤Æ¤¤¤Ê¤¤(!?) "patch" ¤¬É¬Íפʤ³¤È¤Ç¤¹¡£ + ¤³¤Î¥×¥í¥°¥é¥à¤Ï BuildXtools.tar.gz ¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹(¤Þ¤¿¤Ï + ftp prep.ai.mit.edu, cd /pub/gnu, get patch-2.5.tar.gz ¤·¤Æ¤¯¤À¤µ¤¤)¡£ + ¤Ç¤¹¤«¤é¡¢Â¾¤Î¤³¤È¤ÎÁ°¤Ë¤³¤ì¤é¤Î¥Ä¡¼¥ë¤Î¤³¤È¤òÀâÌÀ¤·¤Æ¤ª¤­¤Þ¤·¤ç¤¦: + "sysadm" ¤ò»È¤Ã¤Æ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à usr_local ¤ò /usr/local ¤Ë¥Þ¥¦¥ó¥È¤· + ¤Æ¤¯¤À¤µ¤¤¡£¥Ö¥í¥Ã¥¯¥µ¥¤¥º¤Ï 200000 ¤Ç¤¹¡£¤½¤ì¤«¤é BuildXtools ¥Õ¥¡¥¤¥ë + ¤ò /usr ¤Ë¥³¥Ô¡¼¤·¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + <verb> + gzip -d < BuildXtools.tar.gz | tar xvf - + </verb> + <p> + <!-- + It will unfold in the new filesytem /usr/local. + Then go to your ".profile" (in your Home dir , mine eg is /admin) + and add the /usr/local/bin in your path and the /usr/local/lib in + your lib-path. + --> + ¤³¤ì¤Ï¿·¤·¤¤¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à /usr/local ¤ËŸ³«¤µ¤ì¤Þ¤¹¡£¤½¤ì¤«¤é + ¼«Ê¬¤Î ".profile" (¼«Ê¬¤Î¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹¡£É®¼Ô¤ÎÎã¤Ç¤Ï + /admin ¤Ë¤¢¤ê¤Þ¤¹)¤òÊÔ½¸¤·¤Æ¡¢/usr/local/bin ¤ò¥Ñ¥¹¤Ë²Ã¤¨¡¢ + /usr/local/lib ¤ò¥é¥¤¥Ö¥é¥ê¥Ñ¥¹¤Ë²Ã¤¨¤Þ¤¹¡£ + <p> + <!-- + What you need is like that: + (vi .profile) + --> + °Ê²¼¤Î¤è¤¦¤ÊÀßÄ꤬ɬÍפǤ¹(vi .profile): + <p> + <!-- + <verb> + PATH=/usr/local/bin:/sbin:/usr/sbin:/usr/bin + if [ -d /usr/opt/X11/bin ] + then + PATH=$PATH:/usr/opt/X11/bin + fi + export PATH + (/usr/local/bin is before any other path!) + + LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/ccs/lib + export LD_LIBRARY_PATH + </verb> + --> + <verb> + PATH=/usr/local/bin:/sbin:/usr/sbin:/usr/bin + if [ -d /usr/opt/X11/bin ] + then + PATH=$PATH:/usr/opt/X11/bin + fi + export PATH + (/usr/local/bin ¤Ï¾¤Î¤É¤Î¥Ñ¥¹¤è¤ê¤âÁ°¤Ç¤¹!) + + LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/ccs/lib + export LD_LIBRARY_PATH + </verb> + <p> + <!-- + then exit and re-login so that your new modified .profile will take effect. + --> + ÊÔ½¸¤¬½ª¤ï¤Ã¤¿¤é¥í¥°¥¤¥ó¤·Ä¾¤·¤Æ¡¢½¤ÀµºÑ¤ß¤Î .profile ¤òÍ­¸ú¤Ë¤·¤Þ¤¹¡£ + <p> + <!-- + Now do the following: + --> + ¤½¤ì¤«¤é°Ê²¼¤Î¼ê½ç¤ò¹Ô¤¤¤Þ¤¹: + <!-- + <verb> + cd /usr/sbin + cp install install_dg + rm install + cp /usr/local/bin + cp install /usr/bin *(make the GNU install the default install)* + (DG/ux install is useless) + (Look also the file xc/config/cf/DGUX.cf , below). + + (Or get GNU make-3.77 and copy install.sh (or -sh) to a /usr/bin/install) + + cd /usr/bin + cp true /usr/local/bin + cd /usr/local/bin + ln -s true ranlib (Install true as ranlib in the DG/ux system) + </verb> + --> + <verb> + cd /usr/sbin + cp install install_dg + rm install + cp /usr/local/bin + cp install /usr/bin *(GNU install¤ò¥Ç¥Õ¥©¥ë¥È¤Î install ¥³¥Þ¥ó¥É¤Ë¤·¤Þ¤¹)* + (DG/ux ¤Î install ¥³¥Þ¥ó¥É¤ÏÌòΩ¤¿¤º¤Ç¤¹) + (¸å½Ò¤Î xc/config/cf/DGUX.cf ¥Õ¥¡¥¤¥ë¤â¸«¤Æ¤¯¤À¤µ¤¤) + + (¤¢¤ë¤¤¤Ï GNU make-3.77 ¤òÆþ¼ê¤·¡¢install.sh (¤Þ¤¿¤Ï -sh) ¤ò /usr/bin/install ¤Ë¥³¥Ô¡¼¤·¤Þ¤¹) + + cd /usr/bin + cp true /usr/local/bin + cd /usr/local/bin + ln -s true ranlib (DG/ux ¥·¥¹¥Æ¥à¤Ç¤Ï¡¢true ¥³¥Þ¥ó¥É¤ò ranlib ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹) + </verb> + <!-- + Usually giving -v,-V or --version will give you build info on all + the tools in /usr/local/bin (try it). + --> + Á´¤Æ¤Î /usr/local/bin ¤Î¥Ä¡¼¥ë¤ÏÄ̾-v, -V, --version ¤òÍ¿¤¨¤ë¤È + ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òÊÖ¤·¤Þ¤¹¡£ + <p> + <!-- + **Look the discussion for gcc before you build (below)** + --> + **¹½ÃÛ¤ò¹Ô¤¦Á°¤Ë¤Ï¡¢gcc ¤Ë´Ø¤¹¤ëÀâÌÀ(¸å½Ò)¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£** + <p> + <!-- + Now untarr the source tree: + In /xf86work (or whatever name you gave to the big filesystem for the build) + --> + ¤³¤³¤Ç¡¢¥½¡¼¥¹¥Ä¥ê¡¼¤Î tar ¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹¡£ + /xf86work (¤Þ¤¿¤Ï¹½ÃۤΤ¿¤á¤ËÍÑ°Õ¤·¤¿ big ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î̾Á°) ¤Ç°Ê + ²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤: + <verb> + gzip -d < X335src-1.tar.gz | tar xvf - + gzip -d < X335src-2.tar.gz | tar xvf - + gzip -d < X335src-3.tar.gz | tar xvf - + </verb> + + <!-- + (If you have X-3.3.3 do the same for the 3.3.3 sources and + then apply the 3.3.5-DGUX source patch + --> + (X-3.3.3 ¤ò»ý¤Ã¤Æ¤¤¤ì¤Ð¡¢3.3.3 ¤Î¥½¡¼¥¹¤òƱ¤¸¤è¤¦¤ËŸ³«¤·¡¢°Ê²¼¤Î + ¥³¥Þ¥ó¥É¤Ç 3.3.5-DGUX ¤Î¥½¡¼¥¹¥Ñ¥Ã¥Á¤òŬÍѤ·¤Þ¤¹: + + <!-- + <verb> + gzip -d < 3.3.3-3.3.5-DGUX.diff.gz | patch -p0 -E). + </verb> + --> + <verb> + gzip -d < 3.3.3-3.3.5-DGUX.diff.gz | patch -p0 -E) + </verb> + + <!-- + The directory xc in now present in your build filesystem. + --> + ¤³¤ì¤Ç¡¢¹½ÃÛÍѤΥե¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë xc ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤Ç¤­¤Þ¤·¤¿¡£ + + <!-- + <sect> Configuration for the build:<p> + --> + <sect> ¹½ÃۤΤ¿¤á¤ÎÀßÄê:<p> + <!-- + Almost all you need is in "DGUX.cf" located in xc/config/cf. + Edit the file DGUX.cf and site.def and change what ever you need. + Remember DGUX.cf overwrites site.def. + The default ProjectRoot for XFree86-3.3.5 is now /usr/X11R6 + (located in site.def). If you want to change this to whatever + you like (I prefer /usr/X11R6.3 and a link in /usr X11R6->X11R6.3) + edit DGUX.cf and locate the entry: + --> + ɬÍפÊÀßÄê¤Ï¤Û¤È¤ó¤ÉÁ´¤Æ xc/config/cf ¤Ë¤¢¤ë "DGUX.cf" ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê + ¤Þ¤¹¡£DGUX.cf ¥Õ¥¡¥¤¥ë¤È site.def ¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤·¡¢É¬ÍפÊÀßÄê¤òÁ´¤Æ¹Ô + ¤¤¤Þ¤¹¡£DGUX.cf ¤Ï site.def ¤ÎÀßÄê¤ò¾å½ñ¤­¤¹¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ + ¤¤¡£XFree86-3.3.5 ¤«¤é¤Ï ProjectRoot ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤ¬ /usr/X11R6 ¤Ë¤Ê + ¤ê¤Þ¤·¤¿(site.def ¤ÇÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹)¡£¤³¤ÎÃͤò¹¥¤­¤Ê¤è¤¦¤ËÊѹ¹¤·¤¿¤± + ¤ì¤Ð(É®¼Ô¤Ï /usr/X11R6.3 ¤¬¹¥¤­¤Ç¡¢/usr/X11R6->X11R6.3 ¤È¤¤¤¦¥ê¥ó¥¯ + ¤òºî¤Ã¤Æ¤¤¤Þ¤¹)¡¢DGUX.cf ¤òÊÔ½¸¤·¤Æ°Ê²¼¤Î¤è¤¦¤Ê¹àÌܤò¸«¤Ä¤±¤Æ¤¯¤À¤µ¤¤: + <p> + <verb> + #if 0 + #define ProjectRoot /usr/X11R6.3 + #endif + </verb> + <!-- + Eliminate the #if 0 , #endif. + Then change this to whatever you prefer. + (I prefer the above for the precompiled binaries) + --> + #if 0, #endif ¤òºï½ü¤·¤Þ¤¹¡£ + ¤½¤ì¤«¤é¤³¤ÎÃͤò¹¥¤­¤Ê¤è¤¦¤ËÊѹ¹¤·¤Þ¤¹(É®¼Ô¤Ï¥³¥ó¥Ñ¥¤¥ëºÑ¤ß¤Î¥Ð¥¤¥Ê¥ê + ¤¬»È¤¨¤ë¤è¤¦¤Ë¾åµ­¤ÎÀßÄê¤ò»È¤¦¤è¤¦¤Ë¤·¤Æ¤¤¤Þ¤¹)¡£ + <p> + <!-- + The DG/ux malloc is crap and keeps bringing problems with some + X software so I dont use it. Instead there is a port of GNU + malloc in /usr/local (it came with the BuildXtools file). + Dont try to build with the /lib/libmalloc.a of DG/ux and then + send me e-mails that some programs they dont work properly. + In my build I use tcl8.0 and tk8.0 since the xconfig of R4.20MU03 + is reporting incorrect values for the monitors and XF86Setup + need to be build in order to manage to adjust the display. + If you dont have this (or dont want this) comment out the lines + about tcl,tk, (in DGUX.cf) + --> + DG/ux ¤Î malloc ¤Ï¥´¥ßƱÁ³¤Ç¡¢°ìÉô¤Î X ¥½¥Õ¥È¥¦¥§¥¢¤ÇÌäÂê¤Ð¤«¤êµ¯¤³¤¹ + ¤Î¤Ç¡¢É®¼Ô¤Ï»È¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤½¤ÎÂå¤ï¤ê¤Ë GNU malloc ¤ò°Ü¿¢¤·¤¿¤â¤Î¤ò + /usr/local ¤ËÃÖ¤¤¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï BuildXtools file ¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹)¡£ + DG/ux ¤Î /lib/libmalloc.a ¤ò»È¤Ã¤Æ¹½ÃÛ¤·¤è¤¦¤È¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¤·¡¢¤³¤ì + ¤ò»È¤Ã¤¿¤¿¤á¤Ë°ìÉô¤Î¥×¥í¥°¥é¥à¤¬Àµ¤·¤¯Æ°ºî¤·¤Ê¤¯¤Æ¤âÉ®¼Ô¤Ë¥á¡¼¥ë¤òÁ÷¤é + ¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£É®¼Ô¤¬¹½ÃÛ¤·¤¿»þ¤Ë¤Ï tcl8.0 ¤È tk8.0 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£ + ¤È¤¤¤¦¤Î¤â¡¢R4.20MU03 ¤Î xconfig ¤Ï¥â¥Ë¥¿¤Ë¤Ä¤¤¤Æ¸í¤Ã¤¿ÃͤòÊÖ¤¹¤Î¤Ç¡¢ + ¥Ç¥£¥¹¥×¥ì¥¤¤ÎÄ´À°¤ò¹Ô¤¦¤¿¤á¤Ë XF86SEtup ¤ò¹½ÃÛ¤¹¤ëɬÍפ¬¤¢¤ë¤«¤é¤Ç¤¹¡£ + ¤³¤ì¤ò»È¤ï¤Ê¤¤(¤¢¤ë¤¤¤ÏÍߤ·¤¯¤Ê¤¤)¤Î¤Ç¤¢¤ì¤Ð¡¢(DGUX.cf ¤Î)tck, tk ¤Ë´Ø + ¤¹¤ë¹Ô¤ò¥³¥á¥ó¥È¥¢¥¦¥È¤·¤Æ¤¯¤À¤µ¤¤: + <p> + <verb> + /*******TCL TK DEFINITIONS ***********/ + #define HasTk YES-->NO + ... + #define HasTcl YES-->NO + </verb> + <!-- + Also 'GNU make' is required for the correct X11R6.3 build. + (it is in Buildxtools file). + If you decide yes to tcl,tk obtain the files + --> + ¤Þ¤¿¡¢X11R6.3 ¤òÀµ¤·¤¯¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¤Ï 'GNU make' ¤âɬÍפǤ¹(¤³¤ì¤Ï + Buildxtools ¥Õ¥¡¥¤¥ë¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹)¡£tcl, tk ¤ò»È¤¦ÀßÄê¤Ë¤·¤¿¾ì¹ç¤Ë¤Ï + <!-- + <verb> + tcl8.0.3.tar.gz + tk8.0.3.tar.gz (from some ftp) + </verb> + --> + <verb> + tcl8.0.3.tar.gz + tk8.0.3.tar.gz (¤É¤³¤«¤Î FTP ¥µ¥¤¥È¤«¤é) + </verb> + <!-- + (or newer versions) and compile them before the building + of X11R6.3 (Build first tcl8.0.3 then tk8.0.3). + --> + ¤òÆþ¼ê¤·¡¢X11R6.3 ¤ò¹½ÃÛ¤¹¤ëÁ°¤Ë¤³¤ì¤é¤ò¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¯¤À¤µ¤¤(¤Þ¤º + tck8.0.3 ¤ò¹½ÃÛ¤·¡¢¤½¤ì¤«¤é tk8.0.3 ¤ò¹½ÃÛ¤·¤Þ¤¹)¡£ + <p> + <!-- + <sect> DISCUSSION ABOUT GCC<p> + --> + <sect> GCC ¤Ë´Ø¤¹¤ëÀâÌÀ<p> + <!-- + There are so much things that I can say for the system gcc of + DG/ux. If I was keeping track for the programs that fail using + this compiler I will certainly have fill a book (conveniently + for the DG of course). + But my work is not to correct bugs for the DG/ux compiler or + anything else) , and in particular to collect reports for + the genius of DG. + (DG:Sorry guys nothing personal. I am a pure Mathematician , + I am doing all this work for pleasure, I dont want any money + from DG or anybody else , I am not looking to become a employer + of DG,and I am NOT a trouble shooter of the DG/ux in general. + But maybe some times if you help I may be able to help you also). + --> + DG/ux ¤Î¥·¥¹¥Æ¥àÉÕ°¤Î gcc ¤Ë¤Ä¤¤¤Æ¤Ï¡¢¸À¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¤³¤È¤¬Â¿¤¹ + ¤®¤Þ¤¹¡£¤³¤Î¥³¥ó¥Ñ¥¤¥é¤ò»È¤¦¤ÈÌäÂ꤬µ¯¤­¤ë¥×¥í¥°¥é¥à¤òÁ´Éô²¡¤¨¤è¤¦¤È¤¹ + ¤ë¤È¡¢¤­¤Ã¤ÈËܤ¬°ìºý¤Ç¤­¤Æ¤·¤Þ¤¤¤Þ¤¹(¤â¤Á¤í¤ó DG ¤Ë¤È¤Ã¤Æ¤ÏÌòΩ¤Ä¤Ç¤·¤ç + ¤¦¤¬)¡£ + ¤·¤«¤·É®¼Ô¤Î¤¹¤Ù¤­¤³¤È¤Ï DG/ux ¤Î¥³¥ó¥Ñ¥¤¥é¤Î¥Ð¥°¤òľ¤¹Îà¤Î¤³¤È¤Ç¤Ï¤Ê + ¤¤¤·¡¢DG ¤Î¸­¤¤¿Í¤Î¤¿¤á¤ËÊó¹ð¤ò½¸¤á¤ë¤³¤È¤Ç¤ÏÆäˤ¢¤ê¤Þ¤»¤ó¡£ + (DG ¤Ø: »Å»ö¤Ç¤ä¤Ã¤Æ¤¤¤ë¿Í¤Ë¤Ï¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢É®¼Ô¤Ï½ã¿è¤Ê¿ô³Ø¼Ô¤Ç¤¢ + ¤ê¡¢Á´¤Æ¤Îºî¶È¤Ï³Ú¤·¤à¤¿¤á¤Ë¤ä¤Ã¤Æ¤ª¤ê¡¢DG ¤ä¤½¤Î¾¤«¤é¶â¤ò¤â¤é¤¤¤¿¤¤ + ¤ï¤±¤Ç¤â¤Ê¤¯¡¢DG ¤Î½¢¿¦¤·¤è¤¦¤È»×¤Ã¤Æ¤¤¤ë¤ï¤±¤Ç¤â¤¢¤ê¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã + ¤Æ¡¢É®¼Ô¤Ï´ðËÜŪ¤Ë¤Ï DG/ux ¤Î¥È¥é¥Ö¥ë¥·¥å¡¼¥¿¡¼¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¡¢ + ¤¿¤Ö¤ó¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¡¢DG ¤¬¼ê½õ¤±¤ò¤·¤Æ¤¯¤ì¤ë¤Ê¤é¡¢É®¼Ô¤â¤ª¼êÅÁ¤¤¤Ç¤­ + ¤ë¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£) + <p> + <!-- + What I wanted to do is to build X11. Thats why you will find + in BuildXtools a new gcc. This gcc is build for DG/ux R4.20MU02. + so you have to upgrade your DG/ux OS version to the above. + But it is solid to build not only X11 but whatever else you want. + DO NOT use gcc of DG/ux. If you do I cannot tell you anything + about any problems that you have. + To complete the installation of this new gcc do the following: + --> + É®¼Ô¤¬¹Ô¤¤¤¿¤¤¤Î¤Ï X11 ¤Î¹½ÃۤǤ¹¡£°Ê¾å¤¬¡¢BuildXtools ¤Ë¿·¤·¤¤ gcc ¤¬ + Æþ¤Ã¤Æ¤¤¤ëÍýͳ¤Ç¤¹¡£¤³¤Î gcc ¤Ï DG/ux R4.20MU02 ÍѤ˺î¤é¤ì¤Æ¤¤¤Þ¤¹¡£ + ¤Ç¤¹¤«¤é¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Þ¤Ç DG/ux ¤Î OS ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¾å¤²¤ëɬÍפ¬¤¢ + ¤ê¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î gcc ¤Ï¿®Íê¤Ç¤­¤ë¤Î¤Ç¡¢X11 ¤À¤±¤Ç¤Ê¤¯Â¾¤ËÍߤ·¤¤¤â + ¤ÎÁ´¤Æ¤ò¹½ÃÛ¤¹¤ëºÝ¤Ë¤â»È¤¨¤Þ¤¹¡£DG/ux ¤Î gcc ¤ò»È¤Ã¤Æ¤Ï<em>¤¤¤±¤Þ¤»¤ó</em>¡£ + ¤³¤ì¤ò»È¤Ã¤¿¤é¡¢¤É¤ó¤ÊÌäÂê¤Ë½Ð²ñ¤ª¤¦¤¬É®¼Ô¤ÎÃΤë¤È¤³¤í¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ + ¤³¤Î¿·¤·¤¤ gcc ¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ï°Ê²¼¤Î¼ê½ç¤Ç¹Ô¤¤¤Þ¤¹: + <p> + <!-- + <verb> + cp -r /usr/local/gcc-dgux /usr/opt/sdk/sde/ix86dgux/usr/lib + cd /usr/opt/sdk/sde/ix86dgux/usr/lib + rm gcc + ln -s gcc-dgux gcc (set link gcc-#045;#045;>gcc-dgux) + + cd /usr/local + cp -r /usr/local/gcc-dgux /usr/sde/ix86dgux/usr/lib + cd /usr/sde/ix86dgux/usr/lib + rm gcc + ln -s gcc-dgux gcc (set link gcc#045;#045;>gcc-dgux) + </verb> + --> + <verb> + cp -r /usr/local/gcc-dgux /usr/opt/sdk/sde/ix86dgux/usr/lib + cd /usr/opt/sdk/sde/ix86dgux/usr/lib + rm gcc + ln -s gcc-dgux gcc (gcc--->gcc-dgux ¤Î¥ê¥ó¥¯¤òÀßÄꤷ¤Þ¤¹) + + cd /usr/local + cp -r /usr/local/gcc-dgux /usr/sde/ix86dgux/usr/lib + cd /usr/sde/ix86dgux/usr/lib + rm gcc + ln -s gcc-dgux gcc (gcc-->gcc-dgux ¤Î¥ê¥ó¥¯¤òÀßÄꤷ¤Þ¤¹) + </verb> + + <!-- + To come back to your old DG/ux gcc just change the above two + links gcc--<gcc-dgux + to gcc-->gcc-2 + with the command: (in both the above two dirs) + --> + DG/ux ¤Î¸Å¤¤ gcc ¤â»È¤¨¤ë¤è¤¦¤Ë¡¢¾å¤Î 2 ¤Ä¤Î¥ê¥ó¥¯¤ò + gcc--<gcc-dgux ¤«¤é gcc-->gcc-2 ¤Ë + Êѹ¹¤·¤Þ¤¹¡£¤³¤ì¤Ï°Ê²¼¤Î¥³¥Þ¥ó¥É¤Ç¹Ô¤¤¤Þ¤¹(¾å¤Î 2 ¤Ä¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼Â + ¹Ô¤·¤Þ¤¹): + <verb> + rm gcc + ln -s gcc-2 gcc + </verb> + + <!-- + /usr/bin/gcc -v should report the version that you have. + To build succesfully this version of X11 gcc is a *MUST*. + --> + /usr/bin/gcc -v ¤ò¼Â¹Ô¤¹¤ë¤È»È¤¨¤ë gcc ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£¤³ + ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î X11 ¤òÀµ¤·¤¯ºî¤ë¤Ë¤Ï¡¢gcc ¤Ï *ɬ¿Ü* ¤Ç¤¹¡£ + <p> + <!-- + Dynamic loading Servers: + Edit xc/config/cf/DGUX.cf and change the entry + --> + ưŪ¥í¡¼¥Ç¥£¥ó¥°¥µ¡¼¥Ð: + xc/config/cf/DGUX.cf ¤òÊÔ½¸¤·¡¢°Ê²¼¤Î¹àÌܤòÊѹ¹¤·¤Þ¤¹: + <p> + #ifndef BuildDynamicLoading + #define BuildDynamicLoading NO ---<YES. + #endif + <p> + <!-- + Remeber when you build you will see lots of errors and the servers + will NOT build! This is because the dynamic linker doesnt know + the locatios of the newly created R6 libX's. + So after the (seem faulty) building do a + --> + ¹½ÃÛ¤ò¹Ô¤¦»þ¤Ë¤Ï¡¢¤¿¤¯¤µ¤ó¤Î¥¨¥é¡¼¤¬É½¼¨¤µ¤ì¤Æ¥µ¡¼¥Ð¤¬¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Ê + ¤¤¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤! ¤³¤ì¤ÏưŪ¥ê¥ó¥«¤¬¿·¤·¤¯ºî¤é¤ì¤¿ R6 ¤Î + libX ¤Î¾ì½ê¤òÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢(¼ºÇÔ¤·¤¿¤è¤¦¤Ë¸«¤¨¤¿)¹½ÃÛ + ¤Î¸å¤Ë°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤: + + <p> + make DESTDIR=ProjectRoot/lib install + <p> + <!-- + (look below for install, ProjectRoot the location that you choose + in the file xc/config/cf/DGUX.cf above) + --> + (¥¤¥ó¥¹¥È¡¼¥ë¤ÎÀâÌÀ¤Ï¸å½Ò¤·¤Þ¤¹¡£ProjectRoot ¤ÏÁ°½Ò¤Î + xc/config/cf/DGUX.cf ¥Õ¥¡¥¤¥ë¤òÃÖ¤¯¤³¤È¤Ë¤·¤¿¾ì½ê¤Ç¤¹¡£) + <p> + <!-- + So that all your new libXR6 libraries will go there. + (do a cd ProjectRoot/lib to make sure). + --> + Á´¤Æ¤Î¿·¤·¤¤ libXR6 ¥é¥¤¥Ö¥é¥ê¤Ï¤½¤Î¾ì½ê¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹ + (cd ProjectRoot/lib ¤ò¹Ô¤Ã¤Æ³Î¤«¤á¤Æ¤¯¤À¤µ¤¤)¡£ + <p> + <!-- + Then go to your home dir and declare the path ProjectRoot/lib dir + in you LD_LIBRARY_PATH (your profile) as: + --> + ¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¤Æ¡¢¥Ñ¥¹ ProjectRoot/lib ¤ò LD_LIBRARY_PATH + ¤È¤·¤ÆÀë¸À¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ï(.profile ¤Ç)°Ê²¼¤Î¤è¤¦¤ËÀßÄꤷ¤Þ¤¹¡£ + <p> + LD_LIBRARY_PATH=ProjectRoot/lib:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH + <p> + <!-- + Then relogin! + --> + ¤½¤ì¤«¤é¥í¥°¥¤¥ó¤·Ä¾¤·¤Æ¤¯¤À¤µ¤¤! + <p> + <!-- + Now just _rebuild_ A FULL XFree86-3.3.5 with the entry + --> + ¤³¤³¤Ç¡¢DGUX.cf ¤Ç°Ê²¼¤Î¹àÌܤòÀßÄꤷ¤Æ XFree86-3.3.5 Á´ÂΤò + <em>ºÆ¹½ÃÛ</em>¤·¤Þ¤¹¡£ + <p> + <!-- + #define BuildDynamicLoading YES in your DGUX.cf. + --> + #define BuildDynamicLoading YES + <p> + <!-- + This time you will build _all_ XFree86-3.3.5 correctly. + --> + º£Å٤ϡ¢XFree86-3.3.5 <em>Á´ÂÎ</em>¤¬Àµ¤·¤¯À¸À®¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ + <p> + + <!-- + <sect> BUILD <p> + --> + <sect> ¹½ÃÛ <p> + <!-- + In the usual X11R5 of DG (mwm) open an xterm and give: + (/bin/sh = Bourne shell) + --> + DG ɸ½à¤Î X11R5 (mwm) ¾å¤Ç xterm ¤ò³«¤­¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹ + (/bin/sh = Bourne ¥·¥§¥ë): + <p> + <verb> + cd xc + make World > Build-dg.log + </verb> + + <!-- + In that way you will get all the error meggages in your + screen. + Dont worry with messages about -znodefs. + --> + ¤³¤ì¤Ë¤è¤ê¡¢²èÌ̾å¤ÎÁ´¤Æ¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òÊݸ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + -znodefs ¤Ë´Ø¤¹¤ë¥á¥Ã¥»¡¼¥¸¤Ïµ¤¤Ë¤·¤Ê¤¯¤Æ¤â¹½¤¤¤Þ¤»¤ó¡£ + <p> + <!-- + Note: the old command + --> + Ãí°Õ: ¸Å¤¤¥³¥Þ¥ó¥É¤Ç¤¢¤ë + <verb> + make World BOOTSTRAPCFLAGS="-DDGUX" > Build-dg.log + </verb> + <!-- + is no longer needed since imake will detect the DGUX OS + (in Version => 3.3.3.1) and set up things. However this + command will also work. + --> + ¤Ï¸½ºß¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢(XFree86-3.3.3.1 °Ê¹ß¤Ç¤Ï)imake ¤¬ + DGUX OS ¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¡¢ÀßÄê¤òÁ´¤Æ¹Ô¤¦¤«¤é¤Ç¤¹¡£¤·¤«¤·¡¢¤³¤Î¥³¥Þ¥ó¥É + ¤â»È¤¨¤Þ¤¹¡£ + <p> + <!-- + And in another xterm give cd xc + tail -f Build-dg.log to watch the building progress. + --> + Ê̤Πxterm ¾å¤Ç 'cd xc', 'tail -f Build-dg.log' ¤ò¼Â¹Ô¤·¡¢¹½ÃۤοʹԾõ + ¶·¤ò¸«Ä¥¤ê¤Þ¤¹¡£ + <p> + <!-- + To install X11R6.3 XFree version 3.3.5 after the build + you must have a filesystem say usr_X11R6.3 mounted to + the directory /usr/X11R6 size 350000 blocks. + (or whatever you choose to be your ProjectRoot, if you + modify DGUX.cf for another ProjectRoot than the default + /usr/X11R6 in site.def). + Then give + --> + X11R6.3 ¥Ù¡¼¥¹¤Ç¤¢¤ë XFree86 ¥Ð¡¼¥¸¥ç¥ó 3.3.5 ¤ò¹½ÃÛ¤·¤¿¸å¤Ë¥¤¥ó¥¹¥È¡¼ + ¥ë¤ò¹Ô¤¦¤Ë¤Ï¡¢usr_X11R6.3 ¤È¤¤¤Ã¤¿¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤¬¤¢¤ê¡¢ + /usr/X11R6 ¤Ë¥Þ¥¦¥ó¥È¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥Ö¥í¥Ã¥¯¥µ¥¤¥º¤Ï + 350000 ¤Ç¤¹¡£(DGUX.cf ¤òÊÔ½¸¤·¤Æ ProjectRoot ¤ÎÃͤò + site.def ¤Î¥Ç¥Õ¥©¥ë¥ÈÃͤǤ¢¤ë /usr/X11R6 °Ê³°¤ËÊѤ¨¤¿¾ì¹ç¤Ë¤Ï¡¢¤½¤³¤Ç + ÀßÄꤷ¤¿ ProjectRoot ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£) + ¼¡¤Ë°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + <!-- + <verb> + make install + make install.man (install the man pages) + </verb> + --> + <verb> + make install + make install.man (¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹) + </verb> + <!-- + The installation will not put an XF86Config in your + /usr/X11R6.3/lib/X11/ and so if you give startx the new + X11 will not start. Read the file README-X3331.DGUX in + this ftp site (located in the binaries) about the whole + installation procedure of X11R6.3. + Or quickly you can do: + (I remind: DG/ux mouse device "/dev/mouse") + cd /usr/X11R6.3/bin + ln -s XF86_VGA16 X + Then put in your .profile the path /usr/X11R6.3/bin and + run the XF86Setup program. Ajust first the mouse device + then everything else. + (You need to read really the file README-DGUX.INSTALL-> look + in the end of this file). + --> + ¤³¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤Ï XF86Config ¤¬ /usr/X11R6.3/lib/X11/ ¤Ë¥¤¥ó¥¹¥È¡¼¥ë + ¤µ¤ì¤Ê¤¤¤Î¤Ç¡¢startx ¤ò¼Â¹Ô¤·¤Æ¤â¿·¤·¤¤ X11 ¤Ïµ¯Æ°¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£ + ¤³¤Î ftp ¥µ¥¤¥È¤Ë¤¢¤ë README-X3331.DGUX (¥Ð¥¤¥Ê¥ê¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê + ¤Þ¤¹)¤òÆɤó¤Ç¡¢X11R6.3 Á´ÂΤΥ¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ + ´Êñ¤ËºÑ¤Þ¤»¤ë¤Ê¤é°Ê²¼¤Î¼ê½ç¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + (DG/ux ¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Ï "/dev/mouse" ¤È¤·¤Þ¤¹) + cd /usr/X11R6.3/bin + ln -s XF86_VGA16 X + ¼¡¤Ë¥Ñ¥¹ /usr/X11R6.3/bin ¤ò .profile ¤ËÀßÄꤷ¡¢XF86Setup ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ + ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤òÀßÄꤷ¡¢¤½¤ì¤«¤é¾¤ÎÄ´À°¤òÁ´¤Æ¹Ô¤¤¤Þ¤¹¡£ + (ËÜÅö¤Ï README-DGUX.INSTALL ¥Õ¥¡¥¤¥ë¤òÆɤàɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë + ¤ÎºÇ¸å¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£) + <p> + <!-- + To build the contributed software with XFree86-3.3.5 get + the X335contrib.tgz and do + --> + XFree86-3.3.5 ÉÕ°¤Î contib ¥½¥Õ¥È¥¦¥§¥¢¤ò¹½ÃÛ¤¹¤ë¤Ë¤Ï¡¢ + X335contrib.tgz ¤òÆþ¼ê¤·¡¢°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + <verb> + gzip -d < X335contrib.tgz | tar xvf - + </verb> + + <!-- + (Or for 3.3.3 sources unpack X333contrib.tgz and apply the DGUX + patch as + --> + (3.3.3 ¤Î¥½¡¼¥¹¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢X333contrib.tgz ¤òŸ³«¤·¡¢DGUX ÍѤΥѥà + ¥Á¤ò°Ê²¼¤Î¤è¤¦¤Ë¤·¤ÆÅö¤Æ¤Þ¤¹): + <verb> + gzip -d < X335contrib-DGUX.diff.gz | patch -p0 -E ). + </verb> + <!-- + Please note: + You must have already install and active the X11R6.3 that you + build so that the imake is working properly for your system. + Read below for how to install this Xwindow system. + After that you could do: + --> + Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤: + ¤ª»È¤¤¤Î¥·¥¹¥Æ¥à¤Ç imake ¤¬Àµ¤·¤¯Æ°ºî¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¹½ÃÛ¤·¤¿ X11R6.3 ¤¬ + ´û¤Ë¥¤¥ó¥¹¥È¡¼¥ë¡¦Æ°ºî¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤Î X ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ + ¥à¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëÊýË¡¤Ï¸å½Ò¤·¤Þ¤¹¡£¤½¤Î¸å¤Ë°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ + ¤¯¤À¤µ¤¤: + + <!-- + <verb> + cd contrib + xmkmf -a + make + make install + make install.man (for installing the man pages) + </verb> + --> + <verb> + cd contrib + xmkmf -a + make + make install + make install.man (¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¥¤¥ó¥¹¥È¡¼¥ë) + </verb> + + <!-- + <sect> INSTALLATION OF THE BINARY:<p> + --> + <sect> ¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë:<p> + + <!-- + NOTE:This executable has been compiled with the macro -DPENTIUM_CHANGE + (that all the new Aviion machines support). If you have an old i486 + (rather unlikely) the executable will NOT RUN correctly. + But we havent use -mcpu=pentiumpro, so the executable will work on + ALL PENTIUM machines. + --> + Ãí°Õ: ¤³¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë¤Ï¥Þ¥¯¥í -DPENTIUM_CHANGE ÉÕ¤­¤Ç¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹ + (¤³¤ì¤Ï¿·¤·¤¤ Aviion ¥Þ¥·¥ó¤òÁ´¤Æ¥µ¥Ý¡¼¥È¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹)¡£ + ¸Å¤¤ i486 ¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð(¤¢¤Þ¤ê¤Ê¤¤¤Ç¤·¤ç¤¦¤¬)¡¢¼Â¹Ô¥Õ¥¡¥¤¥ë¤ÏÀµ¤·¤¯ + <em>Æ°ºî¤·¤Þ¤»¤ó</em>¡£¤·¤«¤·¡¢-mcpu=pentiumpro ¤Ï»È¤Ã¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢ + <em>Á´¤Æ¤Î</em> Pentium ¥Þ¥·¥ó¤ÇÆ°ºî¤·¤Þ¤¹¡£ + + <itemize> + <!-- + <item> About Project Root: I choose as ProjectRoot for ix86 DG/ux the location + /usr/X11R6.3. The default (in 3.3.5 sources) is the /usr/X11R6. To + cover this we make a link in /usr as X11R6-<X11R6.3 (read below) + ;so dont forget to do this link. I dont like the location /usr/opt/X11 + (default location of DG X11) that some of you have suggested to me, I + believe it is a good idea to keep the original X11 as is for several + reasons. + --> + <item> ProjectRoot ¤ÎÀßÄê: É®¼Ô¤Ï ix86 DG/ux ÍѤΠProjectRoot ¤Î°ÌÃÖ¤ò + /usr/X11R6.3 ¤Ë¤·¤Æ¤¤¤Þ¤¹¡£(3.3.5 ¤Î¥½¡¼¥¹¤Î)¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï /usr/X11R6 + ¤Ç¤¹¡£¤³¤ì¤ËÂбþ¤¹¤ë¤¿¤á¡¢/usr ¥Ç¥£¥ì¥¯¥È¥ê¤Ë X11R6-<X11R6.3 ¤È¤¤¤¦ + ¥ê¥ó¥¯¤òºî¤ê¤Þ¤¹(¸å½Ò)¡£¤·¤¿¤¬¤Ã¤Æ¡¢Ëº¤ì¤º¤Ë¤³¤Î¥ê¥ó¥¯¤òºî¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + É®¼Ô¤Ï /usr/opt/X11 (DG ¤Î X11 ¤Î¥Ç¥Õ¥©¥ë¥È°ÌÃÖ)¤ËÃÖ¤¯¤Î¤Ï¹¥¤­¤Ç¤Ï¤¢¤ê + ¤Þ¤»¤ó¡£¤³¤ì¤Ë¹ç¤ï¤»¤ë¤è¤¦¤Ë¸À¤Ã¤Æ¤¯¤ëÊý¤â²¿¿Í¤«¤¤¤¿¤Î¤Ç¤¹¤¬¡¢¤¤¤¯¤Ä¤« + ¤ÎÍýͳ¤Ë¤è¤ê¡¢É®¼Ô¤Ï¥ª¥ê¥¸¥Ê¥ë¤Î X11 ¤½¤Î¤Þ¤Þ¤Ë¤·¤Æ¤ª¤¯¤Î¤¬Îɤ¤¤È¹Í¤¨ + ¤Æ¤¤¤Þ¤¹¡£ + + <!-- + <item> Make a filesystem,using sysadm, mounted under "/usr/X11R6.3". + This is the default location of X11R6.3 , you cannot change this + except if you recompile the whole source of X. + (Please dont send e-mails about this). + The size of this filesystem should be around 175 MB(350000 blocks). + --> + <item>sysadm ¤ò»È¤Ã¤Æ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤òºî¤ê¡¢/usr/X11R6.3 ¤Ë¥Þ¥¦¥ó¥È¤· + ¤Þ¤¹¡£¤³¤ì¤Ï X11R6.3 ¤Î¥Ç¥Õ¥©¥ë¥È¤Î°ÌÃ֤ʤΤǡ¢X ¤ò¥½¡¼¥¹¤«¤é¥³¥ó¥Ñ¥¤ + ¥ë¤·Ä¾¤µ¤Ê¤¤¸Â¤êÊѤ¨¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó(¤³¤ì¤Ë¤Ä¤¤¤ÆÉ®¼Ô¤Ë¥á¡¼¥ë¤òÁ÷¤é + ¤Ê¤¤¤Ç¤¯¤À¤µ¤¤)¡£¤³¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥µ¥¤¥º¤Ï 175MB (350000 ¥Ö¥í¥Ã¥¯) + ÄøÅ٤ˤ¹¤Ù¤­¤Ç¤¹¡£ + + <!-- + The list of files is: + --> + ¥Õ¥¡¥¤¥ë¤Î¥ê¥¹¥È¤ò¼¨¤·¤Þ¤¹: + + <!-- + <verb> + X3353DL.tgz 3D_Labs XServer ... etc + X3358514.tgz + X335AGX.tgz + X335I128.tgz + X335Ma32.tgz Mach32 Xserver + X335Ma64.tgz Mach64 Xserver + X335Ma8.tgz + X335Mono.tgz + X335P9K.tgz + X335S3.tgz + X335S3V.tgz + X335SVGA.tgz SuperVGA Xserver (Supports AV3700 Cirrus) + X335VG16.tgz VGA16 Xserver (needed by XF86Setup) + X335W32.tgz + X335bin.tgz BIN (you must have this) + X335cfg.tgz + X335doc.tgz + X335f100.tgz + X335fcyr.tgz + X335fnon.tgz + X335fnts.tgz + X335fscl.tgz + X335fsrv.tgz + X335lib.tgz LIB (you must have this) + X335lkit.tgz Linkkit (X development) + X335man.tgz Man pages + X335nest.tgz + X335prog.tgz + X335prt.tgz + X335set.tgz + X335vfb.tgz + preinst.sh Install script + extract The XFree86 extract program (for ix86 DG/ux) + + SUMS.md5 CheckSums for the integrity of the files + </verb> + --> + <verb> + X3353DL.tgz 3D_Labs ÍѤΠX ¥µ¡¼¥Ð¤Ê¤É + X3358514.tgz + X335AGX.tgz + X335I128.tgz + X335Ma32.tgz Mach32 ÍѤΠX ¥µ¡¼¥Ð + X335Ma64.tgz Mach64 ÍѤΠX ¥µ¡¼¥Ð + X335Ma8.tgz + X335Mono.tgz + X335P9K.tgz + X335S3.tgz + X335S3V.tgz + X335SVGA.tgz SuperVGA ÍѤΠX ¥µ¡¼¥Ð (AV3700 Cirrus ¤â¥µ¥Ý¡¼¥È) + X335VG16.tgz VGA16 ÍѤΠX ¥µ¡¼¥Ð (XF86Setup ¤ò»È¤¦¤¿¤á¤ËɬÍפǤ¹) + X335W32.tgz + X335bin.tgz BIN (¤³¤ì¤Ïɬ¤ºÉ¬ÍפǤ¹) + X335cfg.tgz + X335doc.tgz + X335f100.tgz + X335fcyr.tgz + X335fnon.tgz + X335fnts.tgz + X335fscl.tgz + X335fsrv.tgz + X335lib.tgz LIB (¤³¤ì¤Ïɬ¤ºÉ¬ÍפǤ¹) + X335lkit.tgz Linkkit (X ¤Î³«È¯¤ò¹Ô¤¦¤¿¤á¤Î¤â¤Î¤Ç¤¹) + X335man.tgz ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë + X335nest.tgz + X335prog.tgz + X335prt.tgz + X335set.tgz + X335vfb.tgz + preinst.sh ¥¤¥ó¥¹¥È¡¼¥ëÍÑ¥¹¥¯¥ê¥×¥È + extract XFree86 ¤òŸ³«¤¹¤ë¤¿¤á¤Î¥×¥í¥°¥é¥à (ix86 DG/ux ÍÑ) + + SUMS.md5 ¥Õ¥¡¥¤¥ë¤¬²þã⤵¤ì¤Æ¤¤¤Ê¤¤¤³¤È³Îǧ¤¹¤ë¤¿¤á¤Î¥Á¥§¥Ã¥¯¥µ¥à + </verb> + <!-- + (Try compile the GNU textutils-1.22.tar.gz from + prep.ai.mit.edu /pub/gnu. md5sum is there). + --> + (prep.ai.mit.edu ¤Î /pub/gnu ¤Ë¤¢¤ë GNU textutils-1.22.tar.gz ¤ò¥³¥ó¥Ñ + ¥¤¥ë¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡£md5sum ¤Ï¤³¤ì¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£) + <p> + <!-- + You need at least: + --> + ºÇÄã¸ÂɬÍ×¤Ê¤Î¤Ï + <verb> + X335bin.tgz + X335lib.tgz + </verb> + <!-- + And the correct Xserver for your machine/Graphics card. + In my opinion take all files , in the future you may need to + switch to another graphics device etc ... (mget *). + Generally it is good to have the full distribution of the + X11R6.3 window system ,it should make life easier in DG/ux. + --> + ¤ª¤è¤Ó¡¢¤ª»È¤¤¤Î¥Þ¥·¥ó¤È¥°¥é¥Õ¥£¥Ã¥¯¥¹¥«¡¼¥ÉÍѤÎÀµ¤·¤¤ X ¥µ¡¼¥Ð¤Ç¤¹¡£ + É®¼Ô¤Î°Õ¸«¤Ç¤Ï¡¢¾­Íè¤Ë¾¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ç¥Ð¥¤¥¹¤Ë´¹¤¨¤ë¤³¤È¤â¤¢¤ë¤«¤â + ¤·¤ì¤Ê¤¤¤Î¤ÇÁ´¤Æ¤òÆþ¼ê¤¹¤ë¤È¤¤¤¤¤Ç¤·¤ç¤¦¡Ä(mget *)¡£ + °ìÈÌŪ¤Ë¤Ï X11R6.3 ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤ÎÇÛÉÛʪÁ´¤Æ¤ò»ý¤Ã¤Æ¤ª¤¯¤Î¤Ï¤¤¤¤ + ¤³¤È¤Ç¤¹¡£DG/ux ¾å¤Ç¤ÎÊë¤é¤·¤¬³Ú¤Ë¤Ê¤ë¤Ï¤º¤À¤«¤é¤Ç¤¹¡£ + <p> + <!-- + (Trivial:you must have root privilege). + --> + (ÌÀ¤é¤«¤Ç¤¹¤¬¡¢root ¸¢¸Â¤¬É¬ÍפǤ¹¡£) + <p> + <!-- + <item> Unpack the *.tgz files in your / so that it will go directly inside to + the new filesystem /usr/X11R6.3. After you do that cd /usr and do a link : + ln -s X11R6.3 X11R6. (Use the install script). + This link will indicate in XF86 programs like XF86Setup where the new X11 + window system is. + --> + <item> / ¥Ç¥£¥ì¥¯¥È¥ê¤Ç *.tgz ¥Õ¥¡¥¤¥ë¤òŸ³«¤·¡¢¤³¤ì¤é¤òľÀÜ¿·¤·¤¤ + ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à /usr/X11R6.3 ¤ËÆþ¤ì¤Þ¤¹¡£¤³¤ì¤ò¹Ô¤Ã¤¿¸å¤Ç /usr ¤Ë cd + ¤·¡¢'ln -s X11R6.3 X11R6' ¤Ç¥ê¥ó¥¯¤òºîÀ®¤·¤Þ¤¹(¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È + ¤ò»È¤¤¤Þ¤¹)¡£¤³¤Î¥ê¥ó¥¯¤Ï¡¢XF86Setup ¤È¤¤¤Ã¤¿ XFree86 ¤Î¥×¥í¥°¥é¥à¤Ë + ¿·¤·¤¤ X11 ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Î¾ì½ê¤ò¼¨¤·¤Þ¤¹¡£ + + <!-- + <item> cd your home dir and backup your .profile as "cp .profile myprofile". Then + cd /usr/X11R6.3. Copy the file HOME.profile-X11R6.3 to your home dir as + "cp HOME.profile-X11R6.3 your home dir/.profile" ,then cd your home dir and + "chmod 644 .profile" to make sure that the new profile is active. This is + because you need to tell to the system to look for the X software in a + different location than the usual /usr/bin/X11 of DG/ux. Also you need + to tell to the system that the new X libraries are in /usr/X11R6.3/lib. + --> + <item> ¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë cd ¤·¡¢"cp .profile myprofile" ¤È¤·¤Æ .profile + ¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤ê¤Þ¤¹¡£¤½¤ì¤«¤é /usr/X11R6.3 ¤Ë cd ¤·¤Þ¤¹¡£ + ¥Õ¥¡¥¤¥ë HOME.profile-X11R6.3 ¤ò "cp HOME.profile-X11R6.3 your home dir/.profile" + ¤È¤·¤Æ¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥³¥Ô¡¼¤·¡¢¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤Ë cd ¤·¡¢"chmod 644 .profile" + ¤ò¼Â¹Ô¤·¤Æ¿·¤·¤¤ .profile ¤¬É¬¤ºÍ­¸ú¤Ç¤¢¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ + ¤³¤ì¤Ï¡¢DG/ux ɸ½à¤Î /usr/bin/X11 ¤Ç¤Ê¤¤°ÌÃ֤ˤ¢¤ë X ¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò + ¥·¥¹¥Æ¥à¤Ëõ¤µ¤»¤ë¤è¤¦¤Ë»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¤¿¤á¤Ç¤¹¡£¤Þ¤¿¡¢¿·¤·¤¤ X ¤Î + ¥é¥¤¥Ö¥é¥ê¤¬ /usr/X11R6.3/lib ¤Ë¤¢¤ë¤³¤È¤â¶µ¤¨¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + <p> + <!-- + **You NEED to re-login in order to make the new .profile active !** + ** DO NOT GIVE "startx" AFTER THAT, READ Configuration below !** + --> + ** .profile ¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¥í¥°¥¤¥ó¤·Ä¾¤¹É¬Íפ¬¤¢¤ê¤Þ¤¹! ** + ** ¤¤¤­¤Ê¤ê "startx" ¤ò¼Â¹Ô¤»¤º¡¢Àè¤ËÀßÄê¤Î¹àÌܤò¸«¤Æ¤¯¤À¤µ¤¤! ** + + <!-- + <item> About Configuration: + DG/ux has a program (actually a script) called xconfig that makes the + configuration for you. Usually when you run xconfig in the DG/ux-X11R5 + it creates a file XdgConfig in /var/X11/Xserver which is the corresponding + of the XF86-configuration file located in /usr/X11R6.3/lib/X11/XF86Config. + This file ,in the section monitor, has all values for your monitor. + Please Note: + Unfortunately in DG/ux R4.20MU02 things change. Instead of going forwards we + going backwards... xconfig reports crazy values for my DG-DA1765VA monitor. + So if you have a CDROM of DG/ux R4.11MU02,or MU03 use it to find an xconfig + that will give you reliable values for your monitor. + --> + <item> ÀßÄê¤Ë¤Ä¤¤¤Æ: + DG/ux ¤Ë¤Ï¡¢ÀßÄê¤ò¹Ô¤¦¤¿¤á¤Î xconfig ¤È¤¤¤¦¥×¥í¥°¥é¥à(¼ÂºÝ¤Ë¤Ï¥¹¥¯¥ê¥× + ¥È)¤¬¤¢¤ê¤Þ¤¹¡£ÉáÄÌ¤Ï DG/ux-X11R5 ¤Ç xconfig ¤ò¼Â¹Ô¤¹¤ë¤È¡¢ + /var/X11/Xserver ¥Ç¥£¥ì¥¯¥È¥ê¤Ë XdgConfig ¥Õ¥¡¥¤¥ë¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¥Õ¥¡ + ¥¤¥ë¤Ï /usr/X11R6.3/lib/X11/XF86Config ¤ËÃÖ¤«¤ì¤ë XFree86 ¤ÎÀßÄê¥Õ¥¡¥¤ + ¥ë¤ËÂбþ¤¹¤ë¤â¤Î¤Ç¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë(¤Î¥â¥Ë¥¿¤Î¥»¥¯¥·¥ç¥ó)¤Ë¤Ï¥â¥Ë¥¿¤Ë´Ø + ¤¹¤ëÁ´¤Æ¤ÎÃͤ¬½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ + Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤: + »ÄÇ°¤Ê¤¬¤é DG/ux R4.20MU02 ¤Ç»ö¾ð¤¬ÊѤï¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤·¤«¤âÁ°¿Ê¤Ç + ¤Ï¤Ê¤¯¸åÂष¤Æ¤¤¤Þ¤¹¡Ä¡£xconfig ¤ÏÉ®¼Ô¤Î DG-DA1765VA ¤ËÂФ·¤Æ¤ÏÁ´¤¯¤ª + ¤«¤·¤ÊÃͤòÊÖ¤·¤Þ¤¹¡£¤Ç¤¹¤«¤é¡¢DG/ux R4.11MU02 ¤ä MU03 ¤Î CD-ROM ¤ò¤ª»ý + ¤Á¤Ç¤¢¤ì¤Ð¡¢¤ª»È¤¤¤Î¥â¥Ë¥¿¤ËÂФ·¤Æ¿®Íê¤Ç¤­¤ëÃͤòÊÖ¤¹ xconfig ¤ò¤³¤ÎÃæ + ¤«¤éõ¤·¤Æ»È¤¤¤Þ¤·¤ç¤¦¡£ + <p> + <!-- + Your best bet is to use XF86Setup for correct adjustments. + --> + Àµ¤·¤¯Ä´À᤹¤ë¤¿¤á¤Î°ìÈÖ¼ê·ø¤¤ÊýË¡¤Ï XF86Setup ¤ò»È¤¦¤³¤È¤Ç¤¹¡£ + <p> + <!-- + Thats the reason that in this binary there is a mininum tcl,tk(version 8.0). + Before you run XF86Setup read the relevant documents found in www.xfree86.org. + (Or read below for a hand-made configuration). + --> + °Ê¾å¤¬¡¢¥Ð¥¤¥Ê¥êÇÛÉÛ¤ÎÃæ¤Ë tcl, tk(¥Ð¡¼¥¸¥ç¥ó 8.0)¤ÎºÇ¾®¸Â¤Î¥Õ¥¡¥¤¥ë¤¬ + Æþ¤Ã¤Æ¤¤¤ëÍýͳ¤Ç¤¹¡£XF86Setup ¤ò¼Â¹Ô¤¹¤ëÁ°¤Ë¤Ï¡¢www.xfree86.org ¤Ë¤¢¤ë + ´ØϢʸ½ñ¤òÆɤó¤Ç¤¯¤À¤µ¤¤(¤¢¤ë¤¤¤Ï¸å½Ò¤Î¼êÆ°ÀßÄê¤Î¹àÌܤòÆɤó¤Ç¤¯¤À¤µ¤¤)¡£ + <p> + <!-- + Notice about XF86Setup: You will will see the message + "The program is running on a different virtual" + "Please switch to the correct virtual terminal" + --> + XF86Setup ¤Ë´Ø¤¹¤ëÃí°Õ: + "The program is running on a different virtual" + "Please switch to the correct virtual terminal" + ¤È¤¤¤¦¥á¥Ã¥»¡¼¥¸¤¬É½¼¨¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ + <p> + <!-- + DG/ux does NOT have any virtual terminals. But XF86Setup uses a script + that doesnt checks for this. So it is printing this message anyway. + Ignore it and dont send e-mails asking how to set the virtual terminal! + XF86Setup WORKS for SURE (if you use it correctly) to set your configuration. + Just remember: + --> + DG/ux ¤Ë¤Ï²¾ÁÛüËö¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤· XF86Setup ¤Ï¤³¤ì¤ò¥Á¥§¥Ã¥¯¤·¤Ê + ¤¤¥¹¥¯¥ê¥×¥È¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤¤¤º¤ì¤Ë¤»¤è¤³¤Î¥á¥Ã¥»¡¼¥¸ + ¤Ïɽ¼¨¤µ¤ì¤Þ¤¹¡£¤³¤ì¤Ï̵»ë¤·¤Æ¤¯¤À¤µ¤¤¡£²¾ÁÛüËö¤òÀßÄꤹ¤ëÊýË¡¤òÉ®¼Ô¤Ë + ¥á¡¼¥ë¤Ç¿Ò¤Í¤¿¤ê¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤! + XF86Setup ¤Ï(Àµ¤·¤¯»È¤¨¤Ð)<em>¤Á¤ã¤ó¤ÈÆ°¤­</em>¡¢ÀßÄê¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­ + ¤Þ¤¹¡£ÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï°Ê²¼¤Î¹àÌܤò˺¤ì¤Ê¤¤¤Ç¤¯¤À¤µ¤¤: + <enum> + <!-- + <item> make a link in /usr/X11R6.3/bin: ln -s XF86_VGA16 X + --> + <item> /usr/X11R6.3/bin ¤Ç¤Î¥ê¥ó¥¯ºîÀ®: ln -s XF86_VGA16 X + <!-- + <item> set mouse device in your XF86Config to /dev/mouse (this the mouse in DGUX) + --> + <item> XF86Config ¤Ç¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤ÎÀßÄê¤ò /dev/mouse ¤È¤¹¤ë(¤³¤ì + ¤Ï DGUX ¤Î¥Þ¥¦¥¹¤Ç¤¹) + <!-- + <item> set the correct mouse protocol. (usually for a typical AViiON PS/2). + --> + <item> Àµ¤·¤¤¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤òÀßÄꤹ¤ë (°ìÈÌŪ¤Ê AViiON ¤Ç¤Ï PS/2 ¤¬ÉáÄÌ) + </enum> + <!-- + Or just cd /usr/X11R6.3/lib/X11 and copy XF86Config.eg.dgux to XF86Config + (it is for a PS/2 protocol mouse that almost all AViiON's have) , then + run XF86Setup and choose to use this XF86Config file as default (so mouse + works). + --> + ¤¢¤ë¤¤¤Ï¡¢/usr/X11R6.3/lib/X11 ¤Ë cd ¤·¡¢XF86Config.eg.dgux(¤Û¤È¤ó¤ÉÁ´ + ¤Æ¤Î AViiON ¤Ç»È¤ï¤ì¤Æ¤¤¤ë PS/2 ¥Þ¥¦¥¹ÍѤÎÀßÄê) ¤ò XF86Config ¤Ë¥³¥Ô¡¼ + ¤·¡¢¤½¤ì¤«¤é XF86Setup ¤ò¼Â¹Ô¤·¡¢¤³¤Î XF86Config ¥Õ¥¡¥¤¥ë¤ò¥Ç¥Õ¥©¥ë¥È + ¤È¤·¤ÆÁª¤Ö¤³¤È¤¬¤Ç¤­¤Þ¤¹(¤·¤¿¤¬¤Ã¤Æ¥Þ¥¦¥¹¤¬»È¤¨¤Þ¤¹)¡£ + <p> + <!-- + Alternatively, you can run xf86config, a non-graphical configuration utility + but you will need to enter manually the values for your monitor. + If you have the small booklet that came with the monitor they are inside. + --> + XF86Setup ¤ÎÂå¤ï¤ê¤Ë¡¢¥°¥é¥Õ¥£¥«¥ë¤ÊÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ç¤Ê¤¤ + xf86config ¤ò»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ç¤Ï¥â¥Ë¥¿ + ¤ÎÀßÄêÃͤâÁ´¤Æ¼ê¤ÇÆþÎϤ¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥ß¥Ë¥¿¤ËÉÕ°¤·¤Æ¤¤¤ë¾®ºý»Ò¤ò + ¤ª»ý¤Á¤Ç¤¢¤ì¤Ð¡¢¤³¤ì¤ò»È¤Ã¤Æ¤â¤¤¤¤¤Ç¤·¤ç¤¦¡£ + <p> + <!-- + Hand made configuration: + I have an DG/ux Medium resolution (1280x1024) 17 inch DG-26059,DA1765VA. + --> + ¼êÆ°¤Ç¤ÎÀßÄê: + É®¼Ô¤Ï DG/ux ¤ÎÃæ²òÁüÅÙ(1280x1024),17 ¥¤¥ó¥Á¤Î DG-26059, DA1765VA ¤ò»ý¤Ã + ¤Æ¤¤¤Þ¤¹¡£ + <bf> + <!-- + ONLY IF YOU HAVE THE + ***EXACT SAME*** + MONITOR USE THE FILE XF86Config_SVGA_DGUX that you will find in /usr/X11R6.3/. + IT IS IN YOUR OWN RISK IF YOU DECIDE TO USE THIS FILE WHEN YOU DONT HAVE THE + SAME MOTINOR AS MINE. YOU CAN DAMAGE YOUR VIDEO MONITOR OR YOUR GRAPHICS CARD. + --> + ÆɼԤ㧤µ¤ó¤¬ + ***Á´¤¯Æ±¤¸*** + ¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¸Â¤ê¡¢/usr/X11R6.3/ ¤Ë¤¢¤ë XF86Config_SVGA_DGUX + ¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£É®¼Ô¤È¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤ÎÍø + ÍѤÏÆɼԤ㧤µ¤ó¼«¿È¤ÎÀÕǤ¤Ç¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥Ó¥Ç¥ª¥â¥Ë¥¿¤ä¥°¥é¥Õ¥£¥Ã¥¯¥¹ + ¥«¡¼¥É¤ò½ý¤á¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£ + </bf> + <p> + <!-- + An examble of how to use the Accel Servers (eg ATI=XF86_Mach64) is in the file + XF86Config_ATI_DGUX. + Again remember: + I have an DG/ux Medium resolution (1280x1024) 17 inch DG-26059,DA1765VA. + --> + ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î¥µ¡¼¥Ð(Îã: ATI ÍѤΠXF86_Mach64)¤ÎÀßÄêÎã¤Ï + XF86Config_ATI_DGUX ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹¡£ + ·«¤êÊÖ¤·¤Ë¤Ê¤ê¤Þ¤¹¤¬Ëº¤ì¤Ê¤¤¤Ç¤¯¤À¤µ¤¤: + É®¼Ô¤¬»ý¤Ã¤Æ¤¤¤ë¤Î¤Ï DG/ux ¤ÎÃæ²òÁüÅÙ(1280x1024),17 ¥¤¥ó¥Á¤Î DG-26059, + DA1765VA ¤Ç¤¹¡£ + + <bf> + <!-- + ONLY IF YOU HAVE THE + ***EXACT SAME*** + MONITOR USE THE FILE XF86Config_ATI_DGUX that you will find in /usr/X11R6.3/. + IT IS IN YOUR OWN RISK IF YOU DECIDE TO USE THIS FILE WHEN YOU DONT HAVE THE + SAME MOTINOR AS MINE. YOU CAN DAMAGE YOUR VIDEO MONITOR. + --> + ÆɼԤ㧤µ¤ó¤¬ + ***Á´¤¯Æ±¤¸*** + ¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¸Â¤ê¡¢/usr/X11R6.3/ ¤Ë¤¢¤ë XF86Config_ATI_DGUX + ¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£É®¼Ô¤È¥â¥Ë¥¿¤ò»È¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤ÎÍø + ÍѤÏÆɼԤ㧤µ¤ó¼«¿È¤ÎÀÕǤ¤Ç¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£¥Ó¥Ç¥ª¥â¥Ë¥¿¤ò½ý¤á¤ë²ÄǽÀ­ + ¤¬¤¢¤ê¤Þ¤¹¡£ + </bf> + <p> + <!-- + Start with the file XF86Config.eg as a prototype. READ the REAME.Config . + In Cirrus chips you need to read the file README.cirrus located in /usr/X11R6.3 + There is a problem with the accelarated XAA code ,so you need to try to put + the following option in your XF86Config: + --> + ¥×¥í¥È¥¿¥¤¥×¤È¤·¤Æ¤Þ¤º¤Ï XF86Config.eg ¤ò»È¤¤¤Þ¤·¤ç¤¦¡£REAME.Config ¤ò + Æɤó¤Ç¤¯¤À¤µ¤¤¡£Cirrus ¥Á¥Ã¥×¤Î¾ì¹ç¤Ë¤Ï /usr/X11R6.3 ¤Ë¤¢¤ë + README.cirrus ¤òÆɤàɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­¤Î XAA ¥³¡¼ + ¥É¤Ë¤ÏÌäÂ꤬¤¢¤ë¤Î¤Ç¡¢XF86Config ¤Ë¤Ï°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤ß¤ëɬÍ× + ¤¬¤¢¤ê¤Þ¤¹: + <!-- + <verb> + Option "no_mmio" (in Section Screen ,subsection display). + </verb> + --> + <verb> + Option "no_mmio" (Screen ¥»¥¯¥·¥ç¥ó¤Î Display ¥µ¥Ö¥»¥¯¥·¥ç¥ó) + </verb> + <!-- + Look in the XF86Config_SVGA_DGUX to see how this can be done . + If this doesnt work (it will probably) try Option "noaccel" or "no_bitblt".Again + READ the file README.cirrus (and README.Config). + I suggest to print (in paper) the file XdgConfig and have a look in it. Then it + should be quite trivial to figure out what you have to do with the XF86 file + ie XF86Config in the sections mouse, keyboard, screen ... + After you have a correct XF86Config in /usr/X11R6.3/lib/X11 give + --> + ¤É¤¦¤ä¤Ã¤Æ¤³¤ì¤ò¹Ô¤¦¤«¤Ï XF86Config_SVGA_DGUX ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤¬Æ° + ºî¤·¤Ê¤±¤ì¤Ð(¤¿¤Ö¤óÆ°ºî¤¹¤ë¤È»×¤¤¤Þ¤¹¤¬)¡¢Option "noaccel" ¤Þ¤¿¤Ï "no_bitblt" + ¤ò»î¤·¤Æ¤¯¤À¤µ¤¤¡£·«¤êÊÖ¤·¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢README.cirrus (¤È + README.Config)¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£ + É®¼Ô¤È¤·¤Æ¤Ï¡¢XdgConfig ¤ò(»æ¤Ë)°õºþ¤·¡¢¤³¤ì¤ò¸«¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ + ¤½¤¦¤¹¤ì¤Ð¡¢XFree86 ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ÇÀßÄꤹ¤Ù¤­¤³¤È¤¬ÌÀ¤é¤«¤Ë¤Ê¤ë¤Ç¤·¤ç + ¤¦¡£¤Ä¤Þ¤ê XF86Config ¤Î¥Þ¥¦¥¹¡¢¥­¡¼¥Ü¡¼¥É¡¢¥¹¥¯¥ê¡¼¥óÅù¤Î¥»¥¯¥·¥ç¥ó¤Ç + ¤¹¡£Àµ¤·¤¤ XF86Config ¤ò /usr/X11R6.3/lib/X11 ¤ËÃÖ¤¤¤¿¸å¤Ï¡¢°Ê²¼¤Î¥³¥Þ + ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: + <!-- + <verb> + chmod 444 XF86Config. + </verb> + --> + <verb> + chmod 444 XF86Config + </verb> + <p> + <!-- + Supposing that you have already re-login so that the new .profile is active + and you have the correct XF86Config file (as your XdgConfig suggest) (DO not + forget for a cirrus to put the Option "no_mmio" in section screen !), give + startx and the new X11 will start . + Remember: You can shut down at any point the Xserver by pressing + CONTROL+ALT+BACKSPACE (if something goes wrong). + Also Xservers dont produce messages unless to want them to do so. This is + because the DG/ux console driver some times causes corruption of the screen + if you print text during the startup of the Xserver. + If you require messages try in bash shell to give: (bash# ) + --> + ´û¤Ë¥í¥°¥¤¥ó¤·Ä¾¤·¤Æ .profile ¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤ª¤ê¡¢¤«¤Ä(XdgConfig ¤¬¼¨ + ¤¹¤è¤¦¤Ë)Àµ¤·¤¤ XF86Config ¥Õ¥¡¥¤¥ë¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤â¤Î¤È¤¹¤ë¤È(cirrus + ¥Á¥Ã¥×¤Î¾ì¹ç¤Ë¤Ï¡¢Ëº¤ì¤º¤ËScreen ¥»¥¯¥·¥ç¥ó¤Ç Option "no_mmio" ¤òÀßÄê + ¤·¤Æ¤¯¤À¤µ¤¤!)¡¢startx ¤ò¼Â¹Ô¤¹¤ë¤È¿·¤·¤¤ X11 ¤¬µ¯Æ°¤·¤Þ¤¹¡£ + ³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤: (²¿¤«¤¬¤ª¤«¤·¤¤»þ¤Ë¤Ï)CONTROL+ALT+BACKSPACE ¤ò²¡ + ¤»¤Ð¤¤¤Ä¤Ç¤â X ¥µ¡¼¥Ð¤ò¥·¥ã¥Ã¥È¥À¥¦¥ó¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤Þ¤¿¡¢X ¥µ¡¼ + ¥Ð¤Ï½ÐÎϤ¹¤ë¤è¤¦¤Ë»ØÄꤷ¤Ê¤±¤ì¤Ð¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Þ¤»¤ó¡£¤³¤ì¤Ï¡¢X ¥µ¡¼ + ¥Ð¤Îµ¯Æ°Ãæ¤Ë¥Æ¥­¥¹¥È¤¬½ÐÎϤµ¤ì¤ë¤È¡¢DG/ux ¤Î¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤¬²èÌ̤ò + ¤á¤Á¤ã¤¯¤Á¤ã¤Ë¤¹¤ë¤³¤È¤¬¤¢¤ë¤«¤é¤Ç¤¹¡£¥á¥Ã¥»¡¼¥¸¤¬É¬Íפʤé¤Ð¡¢bash ¤Î + ¥·¥§¥ë¤Ç°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤: + <!-- + <verb> + X -verbose >& info1 or even + X -verbose -verbose >& info2 for more messages. + </verb> + --> + <verb> + X -verbose >& info1 ¡¢¤¢¤ë¤¤¤Ï¤â¤Ã¤È¾Ü¤·¤¤¥á¥Ã¥»¡¼¥¸¤¬¸«¤¿¤±¤ì¤Ð + X -verbose -verbose >& info2 ¤ò»È¤¤¤Þ¤¹¡£ + </verb> + <!-- + Then when the server is up press CONTROL+ALT+BACKSPACE to shutdown the + Xserver. File info1 (or info2) have all relevant info about your graphics + card , display memory etc ... + I suggest you do that at least one time before start using the new X11R6.3. + Read this info file to see if all ok. If not try change settings in your + XF86Config to make thinks correct. + --> + ¤½¤ì¤«¤é¡¢X ¥µ¡¼¥Ð¤¬µ¯Æ°¤·¤¿¸å¤Ç CONTROL+ALT+BACKSPACE ¤ò²¡¤·¤Æ¥µ¡¼¥Ð + ¤ò¥·¥ã¥Ã¥È¥À¥¦¥ó¤µ¤»¤Þ¤¹¡£¥Õ¥¡¥¤¥ë info1 (¤Þ¤¿¤Ï info2) ¤Ë¤Ï¥°¥é¥Õ¥£¥Ã + ¥¯¥¹¥«¡¼¥É¡¢¥Ç¥£¥¹¥×¥ì¥¤¤Î¥á¥â¥êÍÆÎ̤ʤɤ˴ؤ¹¤ë´ØÏ¢¾ðÊ󤬵­Ï¿¤µ¤ì¤Æ¤¤ + ¤Þ¤¹¡£ + É®¼Ô¤È¤·¤Æ¤Ï¡¢¿·¤·¤¤ X11R6.3 ¤ò»È¤¤»Ï¤á¤ëÁ°¤ËºÇÄã°ìÅ٤Ϥ³¤ì¤ò¹Ô¤¦¤³¤È + ¤ò¤ª´«¤á¤·¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë¤ò¸«¤Æ¡¢Á´¤ÆÀµ¤·¤¤¤«¤É¤¦¤«¤ò³Îǧ¤·¤Þ¤¹¡£ + ¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢XF86Config ¤ÎÀßÄê¤òÊѹ¹¤·¡¢¤½¤ì¤ÇÀµ¤·¤¯¤Ê¤ë¤«»î¤·¤Æ¤ß + ¤Þ¤·¤ç¤¦¡£ + <p> + <!-- + If you have an ATI Rage II (or RageII+) use the server XF86_Mach64 (make + a link link X-#045;#045;<XF86_MACH64, or run xf86config, or use XF86Setup above). + --> + ATI RageII (¤Þ¤¿¤Ï RageII+)¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢XF86_Mach64 ¤ò»È¤Ã¤Æ¤¯¤À + ¤µ¤¤(X-#045;#045;<XF86_MACH64 ¤Î¥ê¥ó¥¯¤òºî¤ë¤«¡¢xf86config ¤ò + ¼Â¹Ô¤¹¤ë¤«¡¢Á°½Ò¤Î XF86Setup ¤ò»È¤¤¤Þ¤¹)¡£ + + <!-- + <item> If you want to compile programs with the X11R6.3 the headers in /usr/include + /X11 pointing to /usr/opt/X11 of DG/ux is a problem . + Do: + --> + <item> X11R6.3 ¤Ç¥×¥í¥°¥é¥à¤ò¥³¥ó¥Ñ¥¤¥ë¤·¤¿¤±¤ì¤Ð¡¢/usr/include/X11 ¤Ë + ¤¢¤ë¥Ø¥Ã¥À¤¬ DG/ux ¤Î /usr/opt/X11 ¤ò»Ø¤·¤Æ¤¤¤ë¤ÈÌäÂ꤬µ¯¤­¤Þ¤¹¡£ + <p> + <!-- + a): unmounting the /usr/opt/X11 will prevent the sysadm to use the X + graphical interface. But this will be the only thing that you loose. + The correct thing to do for X11R6.3 is to delete the filesystem /usr/opt/X11 + and make a link /usr/opt/X11-#045;#045;</usr/X11R6.3 , so that the libraries + from dglib and /usr/lib point correctly to the new ones in /usr/X11r6.3/lib. + Before you unmount this filesystem you need to do this: + --> + a): /usr/opt/X11 ¤ò¥¢¥¦¥Þ¥Ì¥È¤¹¤ë¤È¡¢sysadm ¤Ç X ¤Î GUI ¤¬»È¤¨¤Ê¤¯¤Ê¤ê + ¤Þ¤¹¡£¤·¤«¤·¡¢¼º¤ï¤ì¤ë¤Î¤Ï¤³¤ì¤À¤±¤Ç¤¹¡£X11R6.3 ¤ËÂФ¹¤ëÀµ¤·¤¤½èÍý¤Ï¡¢ + ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à /usr/opt/X11 ¤ò¾Ã¤·¤Æ¡¢¥ê¥ó¥¯ /usr/opt/X11---</usr/X11R6.3 + ¤òºî¤ë¤³¤È¤Ç¤¹¡£¤³¤ì¤Ï dglib ¤È /usr/lib ¤Î¥é¥¤¥Ö¥é¥ê¤¬ + /usr/X11r6.3/lib ¤Ë¤¢¤ë¿·¤·¤¤¥é¥¤¥Ö¥é¥ê¤òÀµ¤·¤¯¼¨¤¹¤è¤¦¤Ë¤¹¤ë¤¿¤á¤Ç¤¹¡£ + ¤³¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ò¥¢¥ó¥Þ¥¦¥ó¥È¤¹¤ëÁ°¤Ë¤Ï°Ê²¼¤Îºî¶È¤ò¹Ô¤¦É¬Íפ¬¤¢¤ê + ¤Þ¤¹: + <verb> + cd /usr/opt/X11/include + cp -r Mrm /usr/X11R6.3/include + cp -r uil /usr/X11R6.3/include + cp -r Xm /usr/X11R6.3/include + cd /usr/X11R6.3/include + ln -s uil Uil + </verb> + + <!-- + LIBRARIES: + --> + ¥é¥¤¥Ö¥é¥ê: + <!-- + <verb> + and cd /usr/opt/X11/lib + cp libXm.a /usr/X11R6.3/lib + </verb> + --> + <verb> + cd /usr/opt/X11/lib + cp libXm.a /usr/X11R6.3/lib + </verb> + + <!-- + and similarly copy the following libraries: + --> + ¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£Æ±Íͤˡ¢°Ê²¼¤Î¥é¥¤¥Ö¥é¥ê¤â /usr/X11R6.3/lib ¤Ë¥³¥Ô¡¼ + ¤·¤Æ¤¯¤À¤µ¤¤: + + <verb> + libX11.so.2, libX11.so.5, libXIM.so.1, libXaw.so.1, libXaw.so.2, + libXext.so.2, libXi.so.2, libXimp.so.1, libXm.so.2, libXmu.so.2, + libXsess.so.1, libXsi.so.1, libXt.so.2, libXt.so.5.0, libMrm.a, + libUil.a, libX11_s, libXR4sco_s + </verb> + + <!-- + into /usr/X11R6.3/lib. + --> + <p> + <!-- + Then cd /usr/X11R6.3/lib and make links: + --> + ¤½¤ì¤«¤é /usr/X11R6.3/lib ¤Ë cd ¤·¡¢¥ê¥ó¥¯¤òºîÀ®¤·¤Þ¤¹: + + <!-- + <verb> + ln -s libXm.so.2 libXm.so + ln -s libXm.so.2 libXm.so.1 + ln -s libXm.so.2 libXm.so.5.0 + + ln -s libX11.so.5.0 libX11.so.1 + + ln -s libXIM.so.1 libXIM.so.5.0 + + ln -s libXaw.so.2 libXaw.so.5.0 + + ln -s libXext.so.2 libXext.so.5.0 + ln -s libXext.so.2 libXext.so.1 + + ln -s libXi.so.2 libXi.so.1 + ln -s libXi.so.2 libXi.so.5.0 + + ln -s libXimp.so.1 libXimp.so.5.0 + + ln -s libXmu.so.2 libXmu.so.5.0 + + ln -s libXt.so.2 libXt.so.5.0 + + ln -s libXsi.so.1 libXi.so.5.0 + + cd /usr/X11R6.3/lib + rm libXmu.so (to avoid undefs when building X software) + </verb> + --> + <verb> + ln -s libXm.so.2 libXm.so + ln -s libXm.so.2 libXm.so.1 + ln -s libXm.so.2 libXm.so.5.0 + + ln -s libX11.so.5.0 libX11.so.1 + + ln -s libXIM.so.1 libXIM.so.5.0 + + ln -s libXaw.so.2 libXaw.so.5.0 + + ln -s libXext.so.2 libXext.so.5.0 + ln -s libXext.so.2 libXext.so.1 + + ln -s libXi.so.2 libXi.so.1 + ln -s libXi.so.2 libXi.so.5.0 + + ln -s libXimp.so.1 libXimp.so.5.0 + + ln -s libXmu.so.2 libXmu.so.5.0 + + ln -s libXt.so.2 libXt.so.5.0 + + ln -s libXsi.so.1 libXi.so.5.0 + + cd /usr/X11R6.3/lib + rm libXmu.so (X ¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò¹½ÃÛ¤¹¤ë»þ¤Ë̤ÄêµÁ¤Ë¤Ê¤ë¤Î¤òÈò¤±¤ë¤¿¤á) + </verb> + <!-- + Also you need to correct the links in /usr/dglib at least! + (the correct thing to do is modify also /usr/lib links to + /usr/opt/X11 libs). + Try + --> + ¤Þ¤¿¡¢¾¯¤Ê¤¯¤È¤â /usr/dglib °Ê²¼¤Î¥ê¥ó¥¯¤ÏÀµ¤·¤¯¤Ê¤¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó! + (Àµ¤·¤¤½èÍý¤Ï¡¢/usr/lib ¤Ë¤¢¤ë /usr/opt/X11 ¤Ø¤Î¥ê¥ó¥¯¤â½¤Àµ¤¹¤ë¤³¤È¤Ç + ¤¹¡£) + ¤½¤·¤Æ°Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·(gzip ¤Ï dglib ¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¤Î¥µ¥¤¥º¤ò + ºÇ¾®¸Â¤Ë¤¹¤ë¤¿¤á¤Ë»È¤¤¤Þ¤¹)¡¢ + <verb> + cd /usr/ + tar -cvf dglib-orig.tar dglib + gzip dglib-orig.tar + </verb> + <!-- + (to minimize the space dglib-backup takes) then + --> + ¤½¤ì¤«¤é + <verb> + cd /usr/dglib + </verb> + <!-- + and delete ALL links to libraries in + /usr/opt/X11. Then copy the script create_new_links_in_dglib (found + in /usr/X11R6.3 to /usr/dglib and cd /usr/dglib execute script. + This will create all new links with the X11R6.3 X window system. + --> + ¤·¤Æ¡¢/usr/opt/X11 ¤Ë¤¢¤ë¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥ê¥ó¥¯¤òÁ´¤Æ¾Ã¤·¤Þ¤¹¡£¼¡¤Ë + create_new_links_in_dglib ¥¹¥¯¥ê¥×¥È(/usr/X11R6.3 ¤Ë¤¢¤ë)¤ò /usr/dglib + ¤Ë¥³¥Ô¡¼¤·¡¢cd /usr/dglib ¤·¤Æ¤«¤é¤³¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£ + ¤³¤ì¤Ë¤è¤ê X11R6.3 ¤Ç»È¤¦¿·¤·¤¤¥ê¥ó¥¯¤¬Á´¤ÆºîÀ®¤µ¤ì¤Þ¤¹¡£ + <p> + <!-- + But remember to do in the end : + --> + ¤·¤«¤·¡¢ºÇ¸å¤Ë¼¡¤Îºî¶È¤ò˺¤ì¤º¤Ë¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + <p> + <!-- + <verb> + cd /usr/dglib + rm *.a (no static libs links in dglib) + </verb> + --> + <verb> + cd /usr/dglib + rm *.a (dglib Æâ¤Ë¤Ï¥¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê¤Ç¤Ê¤¤¥ê¥ó¥¯¤Ï¤¢¤ê¤Þ¤»¤ó) + </verb> + + <!-- + Then unmount (delete) the old X11 by giving "umount /usr/opt/X11". + --> + ¤½¤ì¤«¤é "umount /usr/opt/X11" ¤ò¹Ô¤Ã¤Æ¸Å¤¤ X11 ¤ò¥¢¥ó¥Þ¥¦¥ó¥È(ºï½ü)¤· + ¤Þ¤¹¡£ + <p> + <!-- + NOTE: If you compile programs in the X11R6 make sure that you + unmount /usr/opt/X11 or you eliminate the links in /usr/lib + to the OLD libX's in /usr/opt/X11/lib. + Otherwise gcc will link these old libraries! and the binary will + not run correctly. + Always after an R6 compilation do "ldd prog" to make sure that the + binary loads only R6 version libraries (except maybe the motif + library libXm.so.2), --if you dont use the static libXm.a + --> + Ãí°Õ: X11R6 ¤Ç¥×¥í¥°¥é¥à¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢/usr/opt/X11 ¤¬ + ¥¢¥ó¥Þ¥¦¥ó¥È¤µ¤ì¤Æ¤¤¤ë¤«¡¢¤¢¤ë¤¤¤Ï /usr/opt/X11/lib ¤Î¸Å¤¤ libX ¤Î¥é¥¤ + ¥Ö¥é¥ê¤ò»Ø¤·¤Æ¤¤¤ë /usr/lib ¤Î¥ê¥ó¥¯¤¬ºï½ü¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Æ¤¯¤À + ¤µ¤¤¡£¤µ¤â¤Ê¤±¤ì¤Ð¡¢gcc ¤¬¤³¤ì¤é¤Î¸Å¤¤¥é¥¤¥Ö¥é¥ê¤ò¥ê¥ó¥¯¤·¤Æ¤·¤Þ¤¤¤Þ¤¹! + ¤½¤·¤ÆÀµ¤·¤¯Æ°ºî¤·¤Ê¤¤¥Ð¥¤¥Ê¥ê¤¬¤Ç¤­¤Þ¤¹¡£ + R6 ¤Î¥³¥ó¥Ñ¥¤¥ë¤ò¹Ô¤Ã¤¿¸å¤Ë¤Ï¡¢"ldd ¥×¥í¥°¥é¥à" ¤ò¼Â¹Ô¤·¤Æ¡¢¥Ð¥¤¥Ê¥ê¤¬ + R6 ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥é¥¤¥Ó¥é¥ê¤ò¥í¡¼¥É¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤·¤ç¤¦(Motif ¤Î + ¥é¥¤¥Ö¥é¥ê¤Ç¤¢¤ë libXm.so.2 ¤Ï¤¿¤Ö¤óÎã³°¤Ç¤¹)¡½¡½¥¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é + ¥ê¤Ç¤¢¤ë libXm.a ¤ò»È¤ï¤Ê¤¤¤Î¤Ç¤¢¤ì¤Ð¡£ + <p> + b:) + <verb> + cd /usr/include + tar -cvf old-X11headers.tar X11 + gzip old-X11headers.tar + </verb> + <!-- + so that you store your old headers in /usr/include. + --> + ¤³¤ì¤Ï /usr/include ¤Ë¤¢¤ë¸Å¤¤¥Ø¥Ã¥À¤òÊݸ¤¹¤ë¤¿¤á¤ÎÁàºî¤Ç¤¹¡£ + + <!-- + Then cd /usr/include/ and delete + --> + ¤½¤ì¤«¤é cd /usr/include ¤·¡¢°Ê²¼¤Î¤è¤¦¤Ë¥Õ¥¡¥¤¥ë¤Îºï½ü¤ò¹Ô¤¤¤Þ¤¹: + <!-- + <verb> + rm -r X11 + rm Xm + rm Mrm + rm Uil + rm uil + Make new links as: + cd /usr/include + ln -s ../X11R6.3/include/X11 X11 + ln -s ../X11R6.3/include/uil Uil + ln -s ../X11R6.3/include/uil uil + ln -s ../X11R6.3/include/Xm Xm + ln -s ../X11R6.3/include/Mrm Mrm + </verb> + --> + </itemize> + + <!-- + <sect> What is about:<p> + --> + <sect> What is about:<p> + <!-- + This new X11R6 are not simply an upgrade of the servers to the latest ones. + It is a new programming platform in your DG/ux system to allow you to import + all this *FREE* or not software for the X window system. + This software will not compile in the old (and ungly) X11 of Data General. + The imake command that is implemented in almost all the (source) software + for X11 (free or not) will not work with the totally broken "imake" command + of /usr/opt/X11 of DG/ux. + --> + ¤³¤Î¿·¤·¤¤ X11R6 ¤Ï¡¢Ã±¤Ë¥µ¡¼¥Ð¤òºÇ¿·¤Î¤â¤Î¤Ë¹¹¿·¤¹¤ë¤À¤±¤Ç¤Ï¤¢¤ê¤Þ¤» + ¤ó¡£¤³¤ì¤Ï DG/ux ¥·¥¹¥Æ¥à¤Î¿·¤·¤¤¥×¥í¥°¥é¥ß¥ó¥°´Ä¶­¤Ç¤¢¤ê¡¢ + Á´¤Æ¤Î *¥Õ¥ê¡¼* ¤Ê¥½¥Õ¥È¥¦¥§¥¢¡¢¤Ä¤Þ¤ê X ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥àÍѤǤʤ¤ + ¥½¥Õ¥È¥¦¥§¥¢¤âƳÆþ¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤Î¥½¥Õ¥È¥¦¥§¥¢¤Ï + Data General ¤Î¸Å¤¤(¤½¤·¤Æ¼Á¤ÎÄ㤤) X11 ¤Ç¤Ï¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤Þ¤»¤ó¡£ + ¤Û¤È¤ó¤ÉÁ´¤Æ¤Î(¥½¡¼¥¹¤ÇÄ󶡤µ¤ì¤Æ¤¤¤ë)X11 ÍÑ¥½¥Õ¥È¥¦¥§¥¢(¥Õ¥ê¡¼¤Ç¤â¡¢ + ¤½¤¦¤Ç¤Ê¤¯¤Æ¤â)¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë Imakefile ¤Ï¡¢DG/ux ¤Î /usr/opt/X11 ¤Ë + ¤¢¤ë²õ¤ì¤¿ "imake" ¥³¥Þ¥ó¥É¤Ç¤ÏÁ´¤¯Æ°ºî¤·¤Þ¤»¤ó¡£ + <p> + <!-- + The imake of DG/ux X11R5 is badly broken: + I have seen DG/ux releases R4.11,MU01, ...MU04, R420, R4.20MU02 ,R4.20MU03 + and nobody bother to look in all these releases the imake command... + --> + DG/ux ¤Î imake ¤Ï¤Ò¤É¤¤²õ¤ìÊý¤Ç¤¹: + É®¼Ô¤Ï DG/ux ¤Î¥ê¥ê¡¼¥¹ R4.11,MU01, ...MU04, R420, R4.20MU02 ,R4.20MU03 + ¤È¸«¤Æ¤­¤Þ¤·¤¿¤¬¡¢¤³¤ì¤é¤Î¥ê¥ê¡¼¥¹¤ËÆþ¤Ã¤Æ¤¤¤ë imkae ¥³¥Þ¥ó¥É¤ò¤ï¤¶¤ï + ¤¶¸«¤è¤¦¤È¤¤¤¦¿Í¤Ïï°ì¿Í¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡Ä¡£ + <p> + <!-- + While until now DG was rather hostile to the prospect of a new X11 in DG/ux + some new folks there they have turn their interest in X11R6 (XFree86) these + days. That is good of cource because the ultimate target is to make XFree86 + (3.3.5 or whatever version) to run in _their_ DG/ux Unix! I will be able to + make a much better X11 in DG/ux if I could had some access to DG/ux sources + (i.e. the original R5 sources , but not only --eg kernel driver sources as + for examble the DG/ux kernel console driver sources). + --> + º£¤Þ¤Ç¤Ï¡¢DG/ux ¤Ë¿·¤·¤¤ X11 ¤ò¼è¤ê¹þ¤à¤È¤¤¤¦ÅÀ¤Ç DG ¤ÏÈæ³ÓŪÎäø¤Ç¤· + ¤¿¤¬¡¢¿·¤·¤¤¿Í¤¬²¿¿Í¤«²Ã¤ï¤Ã¤Æ¡¢ºÇ¶á¤Ï DG ¤ÎX11R6(XFree6)¤Ø¤Î¹Í¤¨Êý¤¬ + ž´¹¤·¤Þ¤·¤¿¡£¤³¤ì¤ÏÎɤ¤Êý¸þ¤Ç¤¹¡£¤Ê¤¼¤Ê¤é¡¢µæ¶Ë¤ÎÌÜɸ¤Ï XFree86 + (3.3.5 ¤¢¤ë¤¤¤ÏÊ̤ΥС¼¥¸¥ç¥ó)¤ò<em>Èà¤é¤Î</em> DG/ux Unix ¤ÇÆ°¤«¤¹¤³ + ¤È¤À¤«¤é¤Ç¤¹¡£ + É®¼Ô¤¬ DG/ux ¤Î¥½¡¼¥¹(¤Ä¤Þ¤ê¸µ¡¹¤Î R5 ¤Î¥½¡¼¥¹¡£¤Ç¤¹¤¬¤½¤ì¤À¤±¤Ç¤Ï¤Ê¤¯ + Î㤨¤Ð DG/ux ¤Î¥«¡¼¥Í¥ë¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹Åù¤Î¤è¤¦¤Ê¥«¡¼¥Í¥ë¤Î + ¥É¥é¥¤¥Ð¤Î¥½¡¼¥¹¤â´Þ¤ß¤Þ¤¹)¤Ë¿¨¤ì¤ë¤³¤È¤¬¤Ç¤­¤ì¤Ð¡¢DG/ux ¤Ç¤Î X11 ´Ä¶­ + ¤ò¤â¤Ã¤ÈÎɤ¯¤Ç¤­¤ë¤È»×¤¤¤Þ¤¹¡£ + <p> + <!-- + I have compile almost anything that runs for Linux in DG/ux using this X11. + In doing this work in XFree86 I would like to express my thanks to David Dawes + that he help me all the time with several techical questions. Also D.T. is one + of the people that offer valuable help. + Finally I want to express my thanks to John H. for enlight me in some syscall + issues. + --> + É®¼Ô¤Ï¤³¤Î X11 ¤ò»È¤Ã¤Æ¡¢Linux ¤ÇÆ°ºî¤·¤Æ¤¤¤ë¤Û¤È¤ó¤ÉÁ´¤Æ¤Î¥½¥Õ¥È¥¦¥§ + ¥¢¤ò DG/ux ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¤¤Þ¤¹¡£XFree86 ¤Ç¤³¤Îºî¶È¤ò¹Ô¤¦¤Ë¤¢¤¿¤Ã¤Æ¡¢ + É®¼Ô¤Ï¤¤¤¯¤Ä¤«¤Îµ»½ÑŪ¤Êµ¿Ìä¤Ë¤Ä¤¤¤Æ¤º¤Ã¤È½õ¤±¤Æ¤¯¤ì¤¿ David Dawes ¤µ + ¤ó¤Ë´¶¼Õ¤Î°Õ¤ò¼¨¤·¤¿¤¤¤È»×¤¤¤Þ¤¹¡£¤Þ¤¿ D.T. ¤µ¤ó¤âµ®½Å¤Ê¼ê½õ¤±¤ò¤·¤Æ¤¯ + ¤ì¤¿¿Íã¤Î°ì¿Í¤Ç¤¹¡£ºÇ¸å¤Ë¡¢¥·¥¹¥Æ¥à¥³¡¼¥ë¤Ë¤Þ¤Ä¤ï¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê¤Ë¤Ä + ¤¤¤Æ¶µ¤¨¤Æ¤¯¤À¤µ¤Ã¤Æ John H. ¤µ¤ó¤Ë´¶¼Õ¤Î°Õ¤ò¼¨¤·¤Þ¤¹¡£ + + <verb> + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DGux.sgml,v 1.1.2.1 1999/12/02 12:30:34 hohndel Exp $ + </verb> + + + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ + (ËÝÌõ: Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" + name="<fujiwara@linux.or.jp>">)¡£ + ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ + ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï + X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ + </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml:3.2.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml:3.2.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml:3.2.2.1 Tue May 25 16:39:11 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml Sat Nov 27 02:23:40 1999 *************** *** 8,30 **** <author>The XFree86 Project, Inc <date>23 December 1998 <trans>The X Japanese Documentation Project ! <tdate>21 January 1999 <!-- <sect> Available Documentation <p> --> <sect> ÍøÍѲÄǽ¤Êʸ½ñ <p> <itemize> <!-- ! <item><htmlurl name="Release Notes for XFree86™ 3.3.3.1" url="RELNOTES.html"> --> ! <item><htmlurl name="XFree86™ 3.3.3.1 ¥ê¥ê¡¼¥¹¥Î¡¼¥È" url="RELNOTE.html"> <!-- ! <item><htmlurl name="README for XFree86™ 3.3.3.1" url="README.html"> --> ! <item><htmlurl name="XFree86™ 3.3.3.1 ¤Î README" url="README.html"> <!-- <item><htmlurl name="Copyright" --- 8,30 ---- <author>The XFree86 Project, Inc <date>23 December 1998 <trans>The X Japanese Documentation Project ! <tdate>2 August 1999 <!-- <sect> Available Documentation <p> --> <sect> ÍøÍѲÄǽ¤Êʸ½ñ <p> <itemize> <!-- ! <item><htmlurl name="Release Notes for XFree86™ 3.3.4" url="RELNOTES.html"> --> ! <item><htmlurl name="XFree86™ 3.3.4 ¥ê¥ê¡¼¥¹¥Î¡¼¥È" url="RELNOTE.html"> <!-- ! <item><htmlurl name="README for XFree86™ 3.3.4" url="README.html"> --> ! <item><htmlurl name="XFree86™ 3.3.4 ¤Î README" url="README.html"> <!-- <item><htmlurl name="Copyright" *************** *** 56,61 **** --- 56,68 ---- url="Bsdi.html"> --> <!-- + <item><htmlurl name="Instructions for Building XFree86 on an Intel Pentium + Aviion machine with DG/ux R4.20MU04" + url="DGux.html"> + --> + <item><htmlurl name="DG/ux R4.20MU04 ¤¬Æ°ºî¤¹¤ë Intel Pentium Aviion ¥Þ¥·¥ó¤Ç¤Î XFree86 ¤Î¹½ÃÛ¼ê½ç" + url="DGux.html"> + <!-- <item><htmlurl name="README for XFree86 on FreeBSD" url="FreeBSD.html"> --> *************** *** 199,210 **** --- 206,235 ---- <item><htmlurl name="Cirrus À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="cirrus.html"> <!-- + <item><htmlurl name="Information for Cyrix Chipset Users" + url="cyrix.html"> + --> + <item><htmlurl name="Cyrix ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" + url="cyrix.html"> + <!-- <item><htmlurl name="Information for DEC 21030 Users (aka TGA)" url="DECtga.html"> --> <item><htmlurl name="DEC 21030 (ÊÌ̾ TGA)¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="DECtga.html"> <!-- + <item><htmlurl name="Information for EPSON SPC8110 Chipset Users" + url="epson.html"> + --> + <item><htmlurl name="EPSON SPC8110 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" + url="epson.html"> + <!-- + <item><htmlurl name="The Linux/m68k Frame Buffer Device" + url="fbdev.html"> + --> + <item><htmlurl name="Linux/m68k ¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ë¤Ä¤¤¤Æ" + url="fbdev.html"> + <!-- <item><htmlurl name="Notes for Mach32 X Server" url="Mach32.html"> --> *************** *** 229,234 **** --- 254,271 ---- <item><htmlurl name="Number Nine I128 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="I128.html"> <!-- + <item><htmlurl name="Information for i740 Users" + url="i740.html"> + --> + <item><htmlurl name="i740 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" + url="i740.html"> + <!-- + <item><htmlurl name="Information for NeoMagic Chipset Users" + url="neo.html"> + --> + <item><htmlurl name="NeoMagic ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" + url="neo.html"> + <!-- <item><htmlurl name="Information for NVidia / SGS-Thomson NV1, Riva 128 and Riva TNT Users" url="NVIDIA.html"> --> *************** *** 247,252 **** --- 284,295 ---- <item><htmlurl name="XFree86 P9000 ¥µ¡¼¥Ð ¥ê¥ê¡¼¥¹¥Î¡¼¥È" url="P9000.html"> <!-- + <item><htmlurl name="Information for Rendition Chipset Users" + url="rendition.html"> + --> + <item><htmlurl name="Rendition ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" + url="rendition.html"> + <!-- <item><htmlurl name="Information for S3 Chipset Users" url="S3.html"> --> *************** *** 265,270 **** --- 308,319 ---- <item><htmlurl name="SiS ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="SiS.html"> <!-- + <item><htmlurl name="Information for 3DLabs Chipset Users" + url="3DLabs.html"> + --> + <item><htmlurl name="3DLabs À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" + url="3DLabs.html"> + <!-- <item><htmlurl name="Information for Trident Chipset Users" url="trident.html"> --> *************** *** 289,339 **** <item><htmlurl name="ET4000/W32 ¤È ET6000 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="W32.html"> <!-- - <item><htmlurl name="Information for Cyrix Chipset Users" - url="cyrix.html"> - --> - <item><htmlurl name="Cyrix À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" - url="cyrix.html"> - <!-- - <item><htmlurl name="Information for 3DLabs Chipset Users" - url="3DLabs.html"> - --> - <item><htmlurl name="3DLabs À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" - url="3DLabs.html"> - <!-- - <item><htmlurl name="Information for NeoMagic Chipset Users" - url="neo.html"> - --> - <item><htmlurl name="NeoMagic À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" - url="neo.html"> - <!-- - <item><htmlurl name="Information for Rendition Chipset Users" - url="rendition.html"> - --> - <item><htmlurl name="Rendition À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" - url="rendition.html"> - <!-- <item><htmlurl name="Information for Western Digital Chipset Users" url="WstDig.html"> --> <item><htmlurl name="Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="WstDig.html"> - <!-- - <item><htmlurl name="Information for EPSON SPC8110 Chipset Users" - url="epson.html"> - --> - <item><htmlurl name="EPSON SPC8110 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" - url="epson.html"> - <!-- - <item><htmlurl name="The Linux/m68k Frame Buffer Device" - url="fbdev.html"> - --> - <item><htmlurl name="Linux/m68k ¤Î¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¥Ç¥Ð¥¤¥¹¤Ë¤Ä¤¤¤Æ" - url="fbdev.html"> </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml,v 3.2.2.1 1999/05/25 06:39:11 hohndel Exp $ --- 338,353 ---- <item><htmlurl name="ET4000/W32 ¤È ET6000 ¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="W32.html"> <!-- <item><htmlurl name="Information for Western Digital Chipset Users" url="WstDig.html"> --> <item><htmlurl name="Western Digital À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó" url="WstDig.html"> </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml,v 3.2.2.2 1999/11/26 15:23:40 hohndel Exp $ ! Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml:3.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml:3.1.2.1 Tue May 25 16:39:11 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml Tue Dec 28 23:13:53 1999 *************** *** 32,38 **** please refer to the <htmlurl name="Release Notes" url="RELNOTES.html">. --> ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ(¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤â´Þ¤á¤Æ)¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! <htmlurl name="¥ê¥ê¡¼¥¹¥Î¡¼¥È" url="RELNOTES.html">¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤ <!-- See the <htmlurl url="COPYRIGHT.html" name="Copyright Notice">. --- 32,38 ---- please refer to the <htmlurl name="Release Notes" url="RELNOTES.html">. --> ¤³¤Î¥ê¥ê¡¼¥¹¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ(¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤â´Þ¤á¤Æ)¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! <htmlurl name="¥ê¥ê¡¼¥¹¥Î¡¼¥È" url="RELNOTES.html">¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- See the <htmlurl url="COPYRIGHT.html" name="Copyright Notice">. *************** *** 181,186 **** --- 181,187 ---- The bus mouse has either a D-Sub male 9-pin connector or a round DIN 9-pin connector. The PS/2 mouse is equipped with a small, round DIN 6-pin connector. + The USB mouse has a flat rectangular connector. Some mice come with adapters with which the connector can be converted to another. If you are to use such an adapter, remember the connector at the very end of the mouse/adapter pair is *************** *** 190,196 **** ¥¹¤Î¾ì¹ç¤Ë¤Ï D-Sub ¥á¥¹¤Î 9 ¥Ô¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£ ¥Ð¥¹¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢D-Sub ¥ª¥¹¤Î 9 ¥Ô¥ó¥³¥Í¥¯¥¿¤«´Ý·¿ DIN ¤Î 9 ¥Ô¥ó ¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤¤´Ý·¿ DIN ¤Î 6 ¥Ô¥ó¥³¥Í¥¯ ! ¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£°ìÉô¤Î¥Þ¥¦¥¹¤Ë¤Ï¡¢¥³¥Í¥¯¥¿¤ò¾¤Î¥¿¥¤¥×¤Î¥¤¥ó¥¿¥Õ¥§¡¼ ¥¹¤ËÀܳ¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥¢¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë ¤Ï¡¢¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁȤ߹ç¤ï¤»¤¿¾õÂ֤ǰìÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤¬¥¤¥ó¥¿ ¥Õ¥§¡¼¥¹¤Î¼ïÎà¤ò·è¤á¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ --- 191,199 ---- ¥¹¤Î¾ì¹ç¤Ë¤Ï D-Sub ¥á¥¹¤Î 9 ¥Ô¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£ ¥Ð¥¹¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢D-Sub ¥ª¥¹¤Î 9 ¥Ô¥ó¥³¥Í¥¯¥¿¤«´Ý·¿ DIN ¤Î 9 ¥Ô¥ó ¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤¤´Ý·¿ DIN ¤Î 6 ¥Ô¥ó¥³¥Í¥¯ ! ¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£ ! USB ¥Þ¥¦¥¹¤Ë¤ÏÊ¿¤¿¤¤Ä¹Êý·Á¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£ ! °ìÉô¤Î¥Þ¥¦¥¹¤Ë¤Ï¡¢¥³¥Í¥¯¥¿¤ò¾¤Î¥¿¥¤¥×¤Î¥¤¥ó¥¿¥Õ¥§¡¼ ¥¹¤ËÀܳ¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥¢¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë ¤Ï¡¢¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁȤ߹ç¤ï¤»¤¿¾õÂ֤ǰìÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤¬¥¤¥ó¥¿ ¥Õ¥§¡¼¥¹¤Î¼ïÎà¤ò·è¤á¤ë¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 200,205 **** --- 203,210 ---- For the bus and PS/2 mice, there is little choice: the bus mouse always use <tt>/dev/mse0</tt>, and the PS/2 mouse is always at <tt>/dev/psm0</tt>. + You can attach multiple USB mice to your system or to your USB hub. + They are accessible as <tt>/dev/ums0</tt>, <tt>/dev/ums1</tt>,... There may be more than one serial port to which the serial mouse can be attached. Many people often assign the first, built-in serial port <tt>/dev/cuaa0</tt> to the mouse. *************** *** 207,216 **** ¼¡¤Ë·è¤á¤ë¤³¤È¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ¹¤ë <tt>/dev</tt> ¥¨¥ó ¥È¥ê¤Ç¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢Áª¤ÖɬÍפϤۤȤó¤É¤¢¤ê¤Þ¤»¤ó: ¥Ð¥¹¥Þ¥¦¥¹¤Ç¤Ïɬ¤º <tt>/dev/mse0</tt> ¤ò»È¤¤¤Þ¤¹¤·¡¢PS/2 ¥Þ¥¦¥¹¤Ç¤Ïɬ ! ¤º <tt>/dev/psm0</tt> ¤ò»È¤¤¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢¥Þ¥¦¥¹¤òÀÜ ! ³¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤¬Ê£¿ô¸Ä¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÉáÄ̤Ϻǽé¤ÎÁȤ߹þ¤ß ! ¥·¥ê¥¢¥ë¥Ý¡¼¥È¤Ç¤¢¤ë <tt>/dev/cuaa0</tt> ¤ò¥Þ¥¦¥¹¤Ë³ä¤êÅö¤Æ¤ë¤³¤È¤¬Â¿ ! ¤¤¤è¤¦¤Ç¤¹¡£ <!-- If you are not sure which serial device your mouse is plugged into, --- 212,224 ---- ¼¡¤Ë·è¤á¤ë¤³¤È¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ¹¤ë <tt>/dev</tt> ¥¨¥ó ¥È¥ê¤Ç¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢Áª¤ÖɬÍפϤۤȤó¤É¤¢¤ê¤Þ¤»¤ó: ¥Ð¥¹¥Þ¥¦¥¹¤Ç¤Ïɬ¤º <tt>/dev/mse0</tt> ¤ò»È¤¤¤Þ¤¹¤·¡¢PS/2 ¥Þ¥¦¥¹¤Ç¤Ïɬ ! ¤º <tt>/dev/psm0</tt> ¤ò»È¤¤¤Þ¤¹¡£ ! Ê£¿ô¸Ä¤Î USB ¥Þ¥¦¥¹¤ò¤ª»È¤¤¤Î¥·¥¹¥Æ¥à¤Þ¤¿¤Ï USB ¥Ï¥Ö¤Ë¼è¤êÉÕ¤±¤ë¤³¤È¤¬ ! ¤Ç¤­¤Þ¤¹¡£¤³¤ì¤é¤Ï <tt>/dev/ums0</tt>, <tt>/dev/ums1</tt>, ¡Ä¤È¤·¤Æ ! ¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤¹¡£ ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤Ï¡¢¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤¬Ê£¿ô¸Ä¤¢¤ë ! ¤«¤â¤·¤ì¤Þ¤»¤ó¡£ÉáÄ̤Ϻǽé¤ÎÁȤ߹þ¤ß¥·¥ê¥¢¥ë¥Ý¡¼¥È¤Ç¤¢¤ë ! <tt>/dev/cuaa0</tt> ¤ò¥Þ¥¦¥¹¤Ë³ä¤êÅö¤Æ¤ë¤³¤È¤¬Â¿¤¤¤è¤¦¤Ç¤¹¡£ <!-- If you are not sure which serial device your mouse is plugged into, *************** *** 326,331 **** --- 334,355 ---- ``<tt>PS/2</tt>'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ </quote> <!-- + <item>You must specify the ``<tt>Auto</tt>'' protocol for the USB mouse. + <quote> + <bf/NOTE:/ Other XFree86 document may mention ``<tt>Usb</tt>'' as one of + keywords for the mouse protocol. This keyword is not necessary, thus, not + supported in FreeBSD. Be sure to use ``<tt>Auto</tt>'' for the USB + mouse. + </quote> + --> + <item>USB ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï ``<tt>Auto</tt>'' ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ + <quote> + <bf/Ãí°Õ:/ XFree86 ¤Î¾¤Îʸ½ñ¤Ç¤Ï¡¢``<tt>Usb</tt>'' ¤Ï¥Þ¥¦¥¹¥×¥í¥È¥³¥ë + ÍѤΥ­¡¼¥ï¡¼¥É¤Î°ì¤Ä¤È½ñ¤«¤ì¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¥­¡¼¥ï¡¼¥É¤ÏɬÍ× + ¤Ç¤Ê¤¯¡¢¤·¤¿¤¬¤Ã¤Æ FreeBSD ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£USB ¥Þ¥¦¥¹¤ËÂÐ + ¤·¤Æ¤Ïɬ¤º ``<tt>Auto</tt>'' ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + </quote> + <!-- <item>The ``<tt>Logitech</tt>'' protocol is for old mouse models from Logitech. Modern Logitech mice use either the ``<tt>MouseMan</tt>'' *************** *** 677,683 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml,v 3.1.2.1 1999/05/25 06:39:11 hohndel Exp $ --- 701,707 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml,v 3.1.2.3 1999/12/28 12:13:53 hohndel Exp $ *************** *** 686,689 **** --- 710,721 ---- $XConsortium: FreeBSD.sgml /main/12 1996/10/28 05:43:08 kaleb $ </verb> + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿¡£ + (3.3.6 ÈÇ ËÝÌõ: Æ£¸¶µ±²Å + <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">) + + ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï + X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ + ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml:1.1.2.1 Tue May 25 16:39:12 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml Sat Nov 27 02:23:41 1999 *************** *** 176,182 **** ¤µ¤ó¤Ë¤ÏÆä˽õ¤±¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml,v 1.1.2.1 1999/05/25 06:39:12 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 176,182 ---- ¤µ¤ó¤Ë¤ÏÆä˽õ¤±¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/I128.sgml,v 1.1.2.2 1999/11/26 15:23:41 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml:3.2.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml:3.2.2.2 Tue May 25 16:39:12 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml Sat Nov 27 02:23:42 1999 *************** *** 406,412 **** </enum> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml,v 3.2.2.2 1999/05/25 06:39:12 hohndel Exp $ --- 406,412 ---- </enum> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml,v 3.2.2.3 1999/11/26 15:23:42 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml:3.2.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml:3.2.2.2 Tue May 25 16:39:12 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml Sat Nov 27 02:23:42 1999 *************** *** 7,34 **** --> <title>Linux ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>Orest Zborowski, Dirk Hohndel ! <date>December 23, 1998 <trans>The X Japanese Documentation Project ! <tdate> January 11, 1999 <toc> <!-- <sect>Linux versions on which XFree86 has been tested <p> --> <sect> XFree86 ¤ò¥Æ¥¹¥È¤·¤¿ Linux ¤Î¥Ð¡¼¥¸¥ç¥ó <p> <!-- ! XFree86 has been tested with Linux version 2.0.36 and several 2.1.x kernels. ! It works just fine with all 2.1.x kernels tested (including ! 2.1.131). It should work with any version since 1.0 without change. The ! binaries and libraries are based on the 5.3.12 Elf C libraries, and the ! 1.7.14 dynamic linker <tt>ld.so</tt>. You will at least need the 5.2.x Elf ! C libraries to successfully use the servers. ! --> ! XFree86 ¤Ï Linux ¤Î¥Ð¡¼¥¸¥ç¥ó 2.0.36 ¤È 2.1.x ¥«¡¼¥Í¥ë¤Î°ìÉô¤Ç¥Æ¥¹¥ÈºÑ ! ¤ß¤Ç¤¹¡£ XFree86 ¤Ï¥Æ¥¹¥È¤·¤¿Á´¤Æ¤Î 2.1.x ¥«¡¼¥Í¥ë(2.1.131 ¤ò´Þ¤à)¤Ç¤¦ ! ¤Þ¤¯Æ°ºî¤·¤Æ¤¤¤Þ¤¹¡£1.0 °Ê¹ß¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¡¢XFree86 ¤òÊѹ¹¤·¤Ê¤¯¤Æ¤â ! Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£¥Ð¥¤¥Ê¥ê¤È¥é¥¤¥Ö¥é¥ê¤Ï¥Ð¡¼¥¸¥ç¥ó 5.3.12 ¤Î ELF C ¥é ! ¥¤¥Ö¥é¥ê¤È¥Ð¡¼¥¸¥ç¥ó 1.7.14 ¤Î¥À¥¤¥Ê¥ß¥Ã¥¯¡¦¥ê¥ó¥«<tt>ld.so</tt>¤òÁÛÄê ! ¤·¤Æ¤¤¤Þ¤¹¡£¤¦¤Þ¤¯¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï¡¢¾¯¤Ê¤¯¤È¤â¥Ð¡¼¥¸¥ç¥ó 5.2.x ! ¤Î ELF C ¥é¥¤¥Ö¥é¥ê¤¬É¬Íפˤʤë¤Ç¤·¤ç¤¦¡£ <!-- <sect>Backwards Compatibility <p> --> <sect> Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È¤Î¸ß´¹À­ <p> --- 7,29 ---- --> <title>Linux ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>Orest Zborowski, Dirk Hohndel ! <date>June 25, 1999 <trans>The X Japanese Documentation Project ! <tdate>August 1, 1999 <toc> <!-- <sect>Linux versions on which XFree86 has been tested <p> --> <sect> XFree86 ¤ò¥Æ¥¹¥È¤·¤¿ Linux ¤Î¥Ð¡¼¥¸¥ç¥ó <p> <!-- ! XFree86 has been tested with Linux version 2.0.36, 2.2.7 and several ! 2.3.x kernels. ! It should work with any version since 1.0 without change. ! Binaries both against libc5 and libc6 are available. ! --> ! XFree86 ¤Ï Linux ¤Î¥Ð¡¼¥¸¥ç¥ó 2.0.36 ¤È 2.2.7¡¢¤ª¤è¤Ó 2.3.x ¥«¡¼¥Í¥ë¤Î ! °ìÉô¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¥Æ¥¹¥ÈºÑ¤ß¤Ç¤¹¡£ ! 1.0 °Ê¹ß¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¡¢XFree86 ¤òÊѹ¹¤·¤Ê¤¯¤Æ¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! libc5 ÍÑ¤È libc6 ÍѤÎξÊý¤Î¥Ð¥¤¥Ê¥ê¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ <!-- <sect>Backwards Compatibility <p> --> <sect> Á°¤Î¥Ð¡¼¥¸¥ç¥ó¤È¤Î¸ß´¹À­ <p> *************** *** 92,104 **** <sect> XFree86 ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï <p> <!-- XFree86 requires about 4mb of virtual memory to run, although ! having 8mb of RAM is probably the minimum comfortable configuration. A 387 coprocessor is helpful for 386 machines, although greater gains in interactive performance are obtained with an increase in physical memory. Also, a faster graphics card, bus or RAM, will improve server performance. --> XFree86 ¤òÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï 4MB ¤Î²¾ÁÛ¥á¥â¥ê¤¬É¬ÍפǤ¹¤¬¡¢²÷Ŭ¤ËÆ°ºî¤µ¤» ! ¤ë¤¿¤á¤ÎºÇÄã¸Â¤Î´Ä¶­¤È¤·¤Æ¤Ï¡¢Â¿Ê¬ 8MB ¤Î¼Âµ­²±¤¬¤¢¤Ã¤¿¤Û¤¦¤¬¤¤¤¤¤Ç¤·¤ç ¤¦¡£386 ¥Þ¥·¥ó¤ÎÀ­Ç½¸þ¾å¤Ë 387 ¥³¥×¥í¥»¥Ã¥µ¤ÏÍ­¸ú¤Ç¤¹¤¬¡¢ÊªÍýŪ¤Ê¥á¥â ¥ê¤òÁýÀߤ·¤¿¤Û¤¦¤¬ÂÐÏýèÍý¤Î®Å٤ϳÊÃʤ˸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¡¢¹â®¤Ê¥°¥é¥Õ¥£¥Ã ¥¯¥«¡¼¥É¤ä¥Ð¥¹¡¢¥á¥â¥ê¤ò»È¤¨¤Ð¥µ¡¼¥Ð¤ÎÀ­Ç½¤Ï¸þ¾å¤¹¤ë¤Ç¤·¤ç¤¦¡£ --- 87,99 ---- <sect> XFree86 ¤òÆ°ºî¤µ¤»¤ë¤Ë¤Ï <p> <!-- XFree86 requires about 4mb of virtual memory to run, although ! having 16mb of RAM is probably the minimum comfortable configuration. A 387 coprocessor is helpful for 386 machines, although greater gains in interactive performance are obtained with an increase in physical memory. Also, a faster graphics card, bus or RAM, will improve server performance. --> XFree86 ¤òÆ°ºî¤µ¤»¤ë¤¿¤á¤Ë¤Ï 4MB ¤Î²¾ÁÛ¥á¥â¥ê¤¬É¬ÍפǤ¹¤¬¡¢²÷Ŭ¤ËÆ°ºî¤µ¤» ! ¤ë¤¿¤á¤ÎºÇÄã¸Â¤Î´Ä¶­¤È¤·¤Æ¤Ï¡¢Â¿Ê¬ 16MB ¤Î¼Âµ­²±¤¬¤¢¤Ã¤¿¤Û¤¦¤¬¤¤¤¤¤Ç¤·¤ç ¤¦¡£386 ¥Þ¥·¥ó¤ÎÀ­Ç½¸þ¾å¤Ë 387 ¥³¥×¥í¥»¥Ã¥µ¤ÏÍ­¸ú¤Ç¤¹¤¬¡¢ÊªÍýŪ¤Ê¥á¥â ¥ê¤òÁýÀߤ·¤¿¤Û¤¦¤¬ÂÐÏýèÍý¤Î®Å٤ϳÊÃʤ˸þ¾å¤·¤Þ¤¹¡£¤Þ¤¿¡¢¹â®¤Ê¥°¥é¥Õ¥£¥Ã ¥¯¥«¡¼¥É¤ä¥Ð¥¹¡¢¥á¥â¥ê¤ò»È¤¨¤Ð¥µ¡¼¥Ð¤ÎÀ­Ç½¤Ï¸þ¾å¤¹¤ë¤Ç¤·¤ç¤¦¡£ *************** *** 297,303 **** Æ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml,v 3.2.2.2 1999/05/25 06:39:12 hohndel Exp $ --- 292,298 ---- Æ°ºî¤¹¤ë¤Ç¤·¤ç¤¦¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml,v 3.2.2.3 1999/11/26 15:23:42 hohndel Exp $ *************** *** 313,319 **** ¹¹¿·(XFree86 3.3.3.1 Âбþ): Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" ! name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ --- 308,315 ---- ¹¹¿·(XFree86 3.3.3.1 Âбþ): Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" ! name="<vanitas@ma3.seikyou.ne.jp>">, ! ¹¹¿·(XFree86 3.3.4 Âбþ): Æ£¸¶µ±²Å)¡£ ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml:1.1.2.1 Tue May 25 16:39:13 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml Tue Dec 28 23:13:53 1999 *************** *** 7,15 **** --> <title>LynxOS ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README <author>Thomas Mueller ! <date>Last modified on: 29 December 1998 <trans>The X Japanese Documentation Project ! <tdate>Last modified on: 9 February 1999 <toc> <!-- --- 7,15 ---- --> <title>LynxOS ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README <author>Thomas Mueller ! <date>Last modified on: 15 November 1999 <trans>The X Japanese Documentation Project ! <tdate>Last modified on: 21 December 1999 <toc> <!-- *************** *** 47,66 **** url="ftp://ftp.XFree86.org/pub/XFree86/current"> <!-- ! Binaries of XFree86 for LynxOS AT are available from: --> ! XFree86 ¤Î LynxOS AT ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS" url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS"> <!-- ! The binaries were built on `LynxOS x86 3.0.0'. Because of changes ! made to the object format they don't run on earlier LynxOS versions. ! --> ! ¥Ð¥¤¥Ê¥ê¤Ï `LynxOS x86 3.0.0' ¾å¤Ç¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥Ö¥¸¥§¥¯¥È¤Î¥Õ¥©¡¼ ! ¥Þ¥Ã¥È¤¬Êѹ¹¤µ¤ì¤¿¤¿¤á¡¢¤³¤Î¥Ð¥¤¥Ê¥ê¤Ï¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î LynxOS ¤Ç¤ÏÆ°ºî ! ¤·¤Þ¤»¤ó¡£ <!-- Building of this XFree86 version has never been tested on LynxOS versions --- 47,67 ---- url="ftp://ftp.XFree86.org/pub/XFree86/current"> <!-- ! Binaries of XFree86 for LynxOS x86 are available from: --> ! XFree86 ¤Î LynxOS x86 ÍѥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS" url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS"> <!-- ! The binaries were built on `LynxOS x86 3.0.1'. Because of changes ! made to the object format they don't run on LynxOS versions earlier ! than 3.0.0. ! --> ! ¥Ð¥¤¥Ê¥ê¤Ï `LynxOS x86 3.0.1' ¾å¤Ç¹½ÃÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥ª¥Ö¥¸¥§¥¯¥È¤Î ! ¥Õ¥©¡¼¥Þ¥Ã¥È¤¬Êѹ¹¤µ¤ì¤¿¤¿¤á¡¢¤³¤Î¥Ð¥¤¥Ê¥ê¤Ï 3.0.0 ¤è¤ê¸Å¤¤¥Ð¡¼¥¸¥ç¥ó ! ¤Î LynxOS ¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ <!-- Building of this XFree86 version has never been tested on LynxOS versions *************** *** 108,133 **** <sect>¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë <p> <!-- ! Please refer to section "Installing the XFree86 3.3.3.1 Release" of the <htmlurl url="RELNOTES.html" name="Release Notes"> for detailed installation instructions. --> ¾Ü¤·¤¤¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢ <htmlurl url="RELNOTES.html" name="¥ê¥ê¡¼¥¹¥Î¡¼¥È"> ¤Î ! ¡ÖXFree86 3.3.3.1 ¤ÎƳÆþ¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- If you plan to install XF86Setup you'll have to install ! <tt/X333prog/ as well since XF86Setup checks for the existence of a certain file name pattern which is satisfied only if you install ! the library files from <tt/X333prog/. This restriction will be ! fixed in future XFree86 releases for LynxOS. --> ! XF86Setup ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëͽÄê¤Ê¤é¤Ð¡¢<tt/X333prog/ ¤â¥¤¥ó¥¹¥È¡¼¥ë¤¹ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢XF86Setup ¤Ï <tt/X333prog/ ¤«¤é¥é¥¤¥Ö¥é ¥ê¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¾ì¹ç¤À¤±Ëþ¤¿¤µ¤ì¤ë¡¢ÆÃÄê¤Î¥Õ¥¡¥¤¥ë̾¥Ñ¥¿¡¼ ! ¥ó¤¬¤¢¤ë¤³¤È¤ò³Îǧ¤¹¤ë¤«¤é¤Ç¤¹¡£¤³¤ÎÀ©¸Â¤Ï¾­Íè¤Î LynxOS ÍѤΠXFree86 ! ¥ê¥ê¡¼¥¹¤Ç¤Ï½¤Àµ¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ <!-- It may be necessary to increase the process stack limit in order to --- 109,132 ---- <sect>¥Ð¥¤¥Ê¥ê¤Î¥¤¥ó¥¹¥È¡¼¥ë <p> <!-- ! Please refer to section "Installing the XFree86 3.3.6 Release" of the <htmlurl url="RELNOTES.html" name="Release Notes"> for detailed installation instructions. --> ¾Ü¤·¤¤¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤Ï¡¢ <htmlurl url="RELNOTES.html" name="¥ê¥ê¡¼¥¹¥Î¡¼¥È"> ¤Î ! ¡ÖXFree86 3.3.6 ¤ÎƳÆþ¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- If you plan to install XF86Setup you'll have to install ! <tt/X336prog/ as well since XF86Setup checks for the existence of a certain file name pattern which is satisfied only if you install ! the library files from <tt/X336prog/. --> ! XF86Setup ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëͽÄê¤Ê¤é¤Ð¡¢<tt/X336prog/ ¤â¥¤¥ó¥¹¥È¡¼¥ë¤¹ ! ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢XF86Setup ¤Ï <tt/X336prog/ ¤«¤é¥é¥¤¥Ö¥é ¥ê¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¾ì¹ç¤À¤±Ëþ¤¿¤µ¤ì¤ë¡¢ÆÃÄê¤Î¥Õ¥¡¥¤¥ë̾¥Ñ¥¿¡¼ ! ¥ó¤Î¸ºß¤ò³Îǧ¤¹¤ë¤«¤é¤Ç¤¹¡£ <!-- It may be necessary to increase the process stack limit in order to *************** *** 202,210 **** ¤¹¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ <!-- ! On LynxOS 2.5.0 and 3.0.0 include a line --> ! LynxOS 2.5.0 ¤È 3.0.0 ¤Ç¤Ï¡¢ <verb> #define X_WINDOWS --- 201,209 ---- ¤¹¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ <!-- ! On LynxOS 2.5.x and 3.0.x include a line --> ! LynxOS 2.5.x ¤È 3.0.x ¤Ç¤Ï¡¢ <verb> #define X_WINDOWS *************** *** 249,254 **** --- 248,267 ---- ¤È¤·¤Æ½ñ¤«¤ì¤Æ¤¤¤ëÃͤǤ¹¡£ <!-- + <sect2>Adjustment for Riva 128 and Riva TNT driver> + --> + <sect2>Riva 128/Riva TNT ¥É¥é¥¤¥ÐÍѤÎÄ´À° + + <!-- + If you're using the nVidia driver (Riva 128, TNT, TNT2) of the SVGA + server, you will have to increase the value of the SMEMS parameter in + <tt>/sys/lynx.os/uparam.h</tt> from 10 to 20. + --> + SVGA ¥µ¡¼¥Ð¤Î nVidia ¥É¥é¥¤¥Ð(Riva 128, TNT, TNT2)¤ò¤ª»È¤¤¤Ç¤¢¤ì¤Ð¡¢ + <tt>/sys/lynx.os/uparam.h</tt> ¥Õ¥¡¥¤¥ëÃæ¤Î SMEMS ¥Ñ¥é¥á¡¼¥¿¤ÎÃͤò + 10 ¤«¤é 20 ¤ËÁý¤ä¤¹É¬Íפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£ + + <!-- <sect2>Increase number of ptys<p> --> <sect2>pty ¤Î¿ô¤òÁý¤ä¤¹<p> *************** *** 299,324 **** ¤³¤È¤¬¤Ç¤­¤Ê¤¤¤Î¤Ç¡¢LynxOS ¤Ç¤Ï PnP ¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤¹¡£ <!-- <sect1>Bus mouse drivers<p> --> <sect1>¥Ð¥¹¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð<p> <!-- - Starting with LynxOS AT 2.4.0 LynxOS includes a PS/2 mouse driver. - Currently this driver is not fully supported by XFree86 (you'll - probably have to specify the mouse type as <em>Microsoft</em> - regardless of real mouse type and in some cases you won't have - all mouse buttons supported). <tt>/usr/X11R6/lib/X11/etc/BM-Lynx.shar</tt> contains a LynxOS port of the Linux bus mouse drivers. To install the drivers unpack the shar archive --> ! LynxOS AT 2.4.0 °Ê¹ß¡¢LynxOS ¤Ë¤Ï PS/2 ¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£ ! XFree86 ¤Ï¸½ºß¤³¤Î¥É¥é¥¤¥Ð¤ò´°Á´¤Ë¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó(¤ª¤½¤é¤¯¡¢¼Â ! ºÝ¤Î¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø·¸¤Ê¤¯¥Þ¥¦¥¹¤Î¼ïÎà¤Ë <em>Microsoft</em> ¤ò»ØÄꤷ ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¤·¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥óÁ´¤Æ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤¾ì¹ç¤â¤¢¤ê¤Þ ! ¤¹)¡£<tt>/usr/X11R6/lib/X11/etc/BM-Lynx.shar</tt> ¤Ë¡¢Linux ¤Î¥Ð¥¹¥Þ¥¦ ! ¥¹¥É¥é¥¤¥Ð¤ò LynxOS ¤Ë°Ü¿¢¤·¤¿¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤ò¥¤¥ó¥¹¥È¡¼ ! ¥ë¤¹¤ë¤Ë¤Ï¡¢¤Þ¤º°Ê²¼¤ÎÁàºî¤Ç shar ·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤·¤Þ¤¹: <tscreen><verb> # cd / --- 312,350 ---- ¤³¤È¤¬¤Ç¤­¤Ê¤¤¤Î¤Ç¡¢LynxOS ¤Ç¤Ï PnP ¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤¹¡£ <!-- + Starting with LynxOS x86 2.4.0 LynxOS includes a PS/2 mouse driver. + This driver does protocol conversion and requires to specify the + mouse type as <em>Microsoft</em> regardless of real mouse type. + In some cases you won't have all mouse buttons supported. + --> + ¥Ð¡¼¥¸¥ç¥ó2.4.0 °Ê¹ß¤Î LynxOS x86 ¤Ë¤Ï PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬Æþ¤Ã¤Æ¤¤¤Þ + ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï¥×¥í¥È¥³¥ëÊÑ´¹¤ò¹Ô¤¦¤Î¤Ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤È¤·¤Æ¤Ï¼ÂºÝ¤Î + ¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø·¸¤Ê¤¯ <em>Microsoft</em> ¤ò»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + ¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¤¬Á´¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ + + <!-- + The PS/2 mouse driver included in LynxOS x86 3.0.1 patch #XXX + does not perform protocol conversion and requires to set the + mouse type to <em>PS/2</em>. This driver will also support the + extended PS/2 mouse types. + --> + LynxOS x86 3.0.1 patch #XXX ¤Ë´Þ¤Þ¤ì¤ë PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ï¥×¥í¥È¥³¥ë + ÊÑ´¹¤ò¹Ô¤ï¤Ê¤¤¤Î¤Ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤È¤·¤Æ¤Ï <em>PS/2</em> ¤òÀßÄꤹ¤ëɬÍ× + ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ + + <!-- <sect1>Bus mouse drivers<p> --> <sect1>¥Ð¥¹¥Þ¥¦¥¹¤Î¥É¥é¥¤¥Ð<p> <!-- <tt>/usr/X11R6/lib/X11/etc/BM-Lynx.shar</tt> contains a LynxOS port of the Linux bus mouse drivers. To install the drivers unpack the shar archive --> ! Linux ¤Î¥Ð¥¹¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò LynxOS ¤Ë°Ü¿¢¤·¤¿¤â¤Î¤¬ ! <tt>/usr/X11R6/lib/X11/etc/BM-Lynx.shar</tt> ¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð ! ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢¤Þ¤º°Ê²¼¤ÎÁàºî¤Ç shar ·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤òŸ³«¤· ! ¤Þ¤¹: <tscreen><verb> # cd / *************** *** 334,344 **** <!-- The XFree86 PS/2 mouse driver works also with MetroLink X 2.3.3.1 as ! shipped with LynxOS AT 2.4.0 unless you have the LynxOS patch 000055-00 installed. --> XFree86 ¤Î PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ï¡¢LynxOS ¤Î¥Ñ¥Ã¥Á 000055-00 ¤ò¥¤¥ó¥¹¥È¡¼ ! ¥ë¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢LynxOS AT 2.4.0 ¤ËÉÕ°¤·¤Æ¤¤¤ë MetroLink X 2.3.3.1 ¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ <!-- --- 360,370 ---- <!-- The XFree86 PS/2 mouse driver works also with MetroLink X 2.3.3.1 as ! shipped with LynxOS x86 2.4.0 unless you have the LynxOS patch 000055-00 installed. --> XFree86 ¤Î PS/2 ¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤Ï¡¢LynxOS ¤Î¥Ñ¥Ã¥Á 000055-00 ¤ò¥¤¥ó¥¹¥È¡¼ ! ¥ë¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢LynxOS x86 2.4.0 ¤ËÉÕ°¤·¤Æ¤¤¤ë MetroLink X 2.3.3.1 ¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ <!-- *************** *** 504,514 **** <sect>XFree86 ¤Î Motif ¤ÈÁȤ߹ç¤ï¤»¤Æ¤ÎÍøÍÑ<p> <!-- ! The Motif libraries shipped with LynxOS AT 2.3.0 and 2.4.0 can be used with the XFree86 libraries. Follow the steps outlined below after you have installed XFree86 and LynxOS Motif on your system. --> ! LynxOS AT 2.3.0 ¤È 2.4.0 ÉÕ°¤Î Motif ¥é¥¤¥Ö¥é¥ê¤Ï¡¢XFree86 ¤Î¥é¥¤¥Ö¥é ¥ê¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XFree86 ¤È LynxOS ¤Î Motif ¤ò¥·¥¹ ¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤Ë¡¢°Ê²¼¤Î¼ê½ç¤Î³µÎ¬¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À¤µ¤¤¡£ --- 530,540 ---- <sect>XFree86 ¤Î Motif ¤ÈÁȤ߹ç¤ï¤»¤Æ¤ÎÍøÍÑ<p> <!-- ! The Motif libraries shipped with LynxOS x86 2.3.0 and 2.4.0 can be used with the XFree86 libraries. Follow the steps outlined below after you have installed XFree86 and LynxOS Motif on your system. --> ! LynxOS x86 2.3.0 ¤È 2.4.0 ÉÕ°¤Î Motif ¥é¥¤¥Ö¥é¥ê¤Ï¡¢XFree86 ¤Î¥é¥¤¥Ö¥é ¥ê¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹¡£XFree86 ¤È LynxOS ¤Î Motif ¤ò¥·¥¹ ¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤Ë¡¢°Ê²¼¤Î¼ê½ç¤Î³µÎ¬¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 548,566 **** </verb></tscreen> <!-- ! <sect1>Motif library patch for LynxOS AT 2.3.0<p> --> ! <sect1>LynxOS AT 2.3.0 ÍѤΠMotif ¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥Ñ¥Ã¥Á<p> <!-- The XFree86 libraries are compiled with the -mposix compiler option ! while the Motif libraries shipped with LynxOS AT 2.3.0 are not. This incompatibility will cause Motif <tt>XmFileSelection</tt> widgets to be linked with the wrong (i.e. POSIX) directory routines. To circumvent this problem apply the following patch to the library: --> XFree86 ¤Î¥é¥¤¥Ö¥é¥ê¤Ï -mposix ¥³¥ó¥Ñ¥¤¥é¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥³¥ó¥Ñ¥¤¥ë ! ¤µ¤ì¤Æ¤ª¤ê¡¢°ìÊý LynxOS 2.3.0 ÉÕ°¤Î Motif ¤Î¥é¥¤¥Ö¥é¥ê¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç ¥ó¤ò»È¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ÎÈó¸ß´¹À­¤Ë¤è¤ê¡¢Motif ¤Î <tt>XmFileSelection</tt> ¥¦¥£¥¸¥§¥Ã¥È¤Ï¸í¤Ã¤¿(¤Ä¤Þ¤ê POSIX)¤Î¥Ç¥£¥ì¥¯ ¥È¥ê¥ë¡¼¥Á¥ó¤È¥ê¥ó¥¯¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¥é¥¤ --- 574,592 ---- </verb></tscreen> <!-- ! <sect1>Motif library patch for LynxOS x86 2.3.0<p> --> ! <sect1>LynxOS x86 2.3.0 ÍѤΠMotif ¥é¥¤¥Ö¥é¥ê¤Ø¤Î¥Ñ¥Ã¥Á<p> <!-- The XFree86 libraries are compiled with the -mposix compiler option ! while the Motif libraries shipped with LynxOS x86 2.3.0 are not. This incompatibility will cause Motif <tt>XmFileSelection</tt> widgets to be linked with the wrong (i.e. POSIX) directory routines. To circumvent this problem apply the following patch to the library: --> XFree86 ¤Î¥é¥¤¥Ö¥é¥ê¤Ï -mposix ¥³¥ó¥Ñ¥¤¥é¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¥³¥ó¥Ñ¥¤¥ë ! ¤µ¤ì¤Æ¤ª¤ê¡¢°ìÊý LynxOS x86 2.3.0 ÉÕ°¤Î Motif ¤Î¥é¥¤¥Ö¥é¥ê¤Ç¤Ï¤³¤Î¥ª¥×¥·¥ç ¥ó¤ò»È¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ÎÈó¸ß´¹À­¤Ë¤è¤ê¡¢Motif ¤Î <tt>XmFileSelection</tt> ¥¦¥£¥¸¥§¥Ã¥È¤Ï¸í¤Ã¤¿(¤Ä¤Þ¤ê POSIX)¤Î¥Ç¥£¥ì¥¯ ¥È¥ê¥ë¡¼¥Á¥ó¤È¥ê¥ó¥¯¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¥é¥¤ *************** *** 675,683 **** ¾¯¤Ê¤¯¤È¤â¶õ¤­¥Ç¥£¥¹¥¯ÍÆÎ̤¬ 230MB ɬÍפǤ·¤ç¤¦¡£ <!-- ! <sect1>Changes to system environment (LynxOS AT)<p> --> ! <sect1>¥·¥¹¥Æ¥à´Ä¶­¤ËÂФ¹¤ëÊѹ¹ÅÀ (LynxOS AT)<p> <!-- Before compiling the XFree86 distribution you will have to make a few little adjustments to your system: --- 701,709 ---- ¾¯¤Ê¤¯¤È¤â¶õ¤­¥Ç¥£¥¹¥¯ÍÆÎ̤¬ 230MB ɬÍפǤ·¤ç¤¦¡£ <!-- ! <sect1>Changes to system environment (LynxOS x86)<p> --> ! <sect1>¥·¥¹¥Æ¥à´Ä¶­¤ËÂФ¹¤ëÊѹ¹ÅÀ (LynxOS x86)<p> <!-- Before compiling the XFree86 distribution you will have to make a few little adjustments to your system: *************** *** 686,692 **** ¤é¤Ê¤¤¤Ç¤·¤ç¤¦: <descrip> ! <tag>LynxOS AT 2.5</tag> <itemize> <!-- <item>Create a shell script named <tt>/lib/cpp</tt> as follows: --- 712,718 ---- ¤é¤Ê¤¤¤Ç¤·¤ç¤¦: <descrip> ! <tag>LynxOS x86 2.5</tag> <itemize> <!-- <item>Create a shell script named <tt>/lib/cpp</tt> as follows: *************** *** 738,744 **** </verb></tscreen> </itemize> ! <tag>LynxOS AT 2.4</tag> <itemize> <!-- <item>Use the CYGNUS GNU-C Compiler to build XFree86. With LynxOS --- 764,770 ---- </verb></tscreen> </itemize> ! <tag>LynxOS x86 2.4</tag> <itemize> <!-- <item>Use the CYGNUS GNU-C Compiler to build XFree86. With LynxOS *************** *** 777,790 **** </verb></tscreen> </itemize> ¤ò»È¤Ã¤ÆÀßÄꤷ¤Þ¤¹¡£ ! <tag>LynxOS AT 2.3</tag> <!-- This has actually not been tested, but the steps for described for 2.4 should apply to 2.3 as well. --> ¤³¤ì¤Ï¼ÂºÝ¤Ë¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢2.4 ¸þ¤±¤ËÀâÌÀ¤·¤¿¼ê½ç¤Ï 2.3 ¤Ë ¤âŬÍѤǤ­¤ë¤Ï¤º¤Ç¤¹¡£ ! <tag>LynxOS AT 2.2.1</tag> <!-- This has actually never been tested, be prepared that the build will fail somewhere! --- 803,816 ---- </verb></tscreen> </itemize> ¤ò»È¤Ã¤ÆÀßÄꤷ¤Þ¤¹¡£ ! <tag>LynxOS x86 2.3</tag> <!-- This has actually not been tested, but the steps for described for 2.4 should apply to 2.3 as well. --> ¤³¤ì¤Ï¼ÂºÝ¤Ë¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢2.4 ¸þ¤±¤ËÀâÌÀ¤·¤¿¼ê½ç¤Ï 2.3 ¤Ë ¤âŬÍѤǤ­¤ë¤Ï¤º¤Ç¤¹¡£ ! <tag>LynxOS x86 2.2.1</tag> <!-- This has actually never been tested, be prepared that the build will fail somewhere! *************** *** 925,935 **** ¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- ! On LynxOS AT 2.5.0 you may encounter problems with <tt>make</tt> in deeply nested subdirectories (eg core dumps, hangups). In this case update to GNU make version 3.75 or higher. --> ! LynxOS AT 2.5.0 ¤Ç¤Ï¡¢¿¼¤¯¥Í¥¹¥È¤·¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ç <tt>make</tt> ¤ÎÌä Âê(¥³¥¢¥À¥ó¥×¤ä¥Ï¥ó¥°¥¢¥Ã¥×Åù)¤Ë½Ð²ñ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë ¤Ï¡¢GNU make ¤Î¥Ð¡¼¥¸¥ç¥ó 3.75 °Ê¾å¤Ë¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 951,961 ---- ¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- ! On LynxOS x86 2.5.0 you may encounter problems with <tt>make</tt> in deeply nested subdirectories (eg core dumps, hangups). In this case update to GNU make version 3.75 or higher. --> ! LynxOS x86 2.5.0 ¤Ç¤Ï¡¢¿¼¤¯¥Í¥¹¥È¤·¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ç <tt>make</tt> ¤ÎÌä Âê(¥³¥¢¥À¥ó¥×¤ä¥Ï¥ó¥°¥¢¥Ã¥×Åù)¤Ë½Ð²ñ¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë ¤Ï¡¢GNU make ¤Î¥Ð¡¼¥¸¥ç¥ó 3.75 °Ê¾å¤Ë¹¹¿·¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 1036,1042 **** ¤µ¤ì¤Þ¤¹¤¬¡¢¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó(Êó¹ð¤Ï¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹)¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml,v 1.1.2.1 1999/05/25 06:39:13 hohndel Exp $ --- 1062,1068 ---- ¤µ¤ì¤Þ¤¹¤¬¡¢¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó(Êó¹ð¤Ï¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹)¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LynxOS.sgml,v 1.1.2.3 1999/12/28 12:13:53 hohndel Exp $ *************** *** 1044,1047 **** --- 1070,1082 ---- $XConsortium: LynxOS.sgml /main/10 1996/10/28 05:13:07 kaleb $ </verb> + + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( + ËÝÌõ(XFree86 3.3.3-3.3.6): Æ£¸¶µ±²Å + <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, + ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" + name="<vanitas@ma3.seikyou.ne.jp>">)¡£ + ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¤ª´ê¤¤¤·¤Þ¤¹¡£ + </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml:1.1.2.1 Tue May 25 16:39:14 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml Sat Nov 27 02:23:43 1999 *************** *** 8,14 **** <author>The XFree86 Project Inc. <date>30 December 1998 <trans>The X Japanese Documentation Project ! <tdate>16 January 1999 <toc> <!-- <sect>Supported hardware --> --- 8,14 ---- <author>The XFree86 Project Inc. <date>30 December 1998 <trans>The X Japanese Documentation Project ! <tdate>2 August 1999 <toc> <!-- <sect>Supported hardware --> *************** *** 59,64 **** --- 59,68 ---- --> <item>SGRAM ÈÇ¤È SDRAM ÈǤΠProductiva G100¡£¥Æ¥¹¥È¤Ï 4MB ÈÇ¤È 8MB ÈÇ ¤Ç¹Ô¤¤¤Þ¤·¤¿¡£ + <!-- + <item>Matrox G400 (only the first head and no TVout support). + --> + <item>Matrox G400 (Âбþ¤·¤¿¤Ð¤«¤ê¤Ç¤¢¤ê¡¢TV ½ÐÎϤϥµ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó) </itemize> <!-- <sect1>What's not supported --> *************** *** 357,363 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml,v 1.1.2.1 1999/05/25 06:39:14 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 361,367 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/MGA.sgml,v 1.1.2.2 1999/11/26 15:23:43 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml:1.1.2.1 Tue May 25 16:39:14 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml Sat Nov 27 02:23:43 1999 *************** *** 365,371 **** ¤È¤Ç¤¹¡£¤³¤ì¤ò¼Â¸½¤¹¤ëÊýË¡¤Ï¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml,v 1.1.2.1 1999/05/25 06:39:14 hohndel Exp $ --- 365,371 ---- ¤È¤Ç¤¹¡£¤³¤ì¤ò¼Â¸½¤¹¤ëÊýË¡¤Ï¤¿¤¯¤µ¤ó¤¢¤ê¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach.sgml,v 1.1.2.2 1999/11/26 15:23:43 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml:1.1.2.1 Tue May 25 16:39:15 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml Sat Nov 27 02:23:43 1999 *************** *** 254,260 **** comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml,v 1.1.2.1 1999/05/25 06:39:15 hohndel Exp $ --- 254,260 ---- comp.windows.x.i386unix ¤ËÅê¹Æ¤·¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach32.sgml,v 1.1.2.2 1999/11/26 15:23:43 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml:3.2.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml:3.2.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml:3.2.2.1 Tue May 25 16:39:15 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml Sat Nov 27 02:23:44 1999 *************** *** 8,16 **** --> <title>Mach64 ÍÑ X ¥µ¡¼¥Ð¸þ¤±¥ê¥ê¡¼¥¹¥Î¡¼¥È <author>Kevin E. Martin (martin@cs.unc.edu) ! <date>27 October 1998 <trans>The X Japanese Documentation Project ! <tdate>15 January 1999 <!-- Table of contents --> <toc> --- 8,16 ---- --> <title>Mach64 ÍÑ X ¥µ¡¼¥Ð¸þ¤±¥ê¥ê¡¼¥¹¥Î¡¼¥È <author>Kevin E. Martin (martin@cs.unc.edu) ! <date>1999 June 28 <trans>The X Japanese Documentation Project ! <tdate>1999 August 2 <!-- Table of contents --> <toc> *************** *** 594,606 **** <itemize> <!-- - <item>The ATI Rage LT Pro chips found in many laptop computers are not - currently supported. This chip will be supported in a future - release. - --> - <item>¥Î¡¼¥È PC ¤Ë¤è¤¯ÅëºÜ¤µ¤ì¤Æ¤¤¤ë ATI Rage LT Pro ¥Á¥Ã¥×¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ - ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¥Á¥Ã¥×¤Ï¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£ - <!-- <item>Gamma correction is not currently supported. It will be supported in a future release. --> --- 594,599 ---- *************** *** 689,695 **** <p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml,v 3.2.2.1 1999/05/25 06:39:15 hohndel Exp $ --- 682,688 ---- <p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml,v 3.2.2.2 1999/11/26 15:23:44 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml:1.1.2.1 Tue May 25 16:39:16 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml Sat Nov 27 02:23:44 1999 *************** *** 3,14 **** <article> <!-- Title information --> ! <title> NVidia NV1 / SGS-Thomson STG2000, Riva 128, Riva TNT ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! <!-- Information for NVidia NV1 / SGS-Thomson STG2000, Riva 128 and Riva TNT Users --> <author>David McKay, Dirk Hohndel ! <date>5 November 1998 <trans>The X Japanese Documentation Project ! <tdate>3 December 1998 <!-- Table of contents --> <toc> --- 3,14 ---- <article> <!-- Title information --> ! <title> NVidia NV1 / SGS-Thomson STG2000, Riva 128, Riva TNT/TNT2 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! <!-- Information for NVidia NV1 / SGS-Thomson STG2000, Riva 128 and Riva TNT and TNT2 Users --> <author>David McKay, Dirk Hohndel ! <date>June 25 1999 <trans>The X Japanese Documentation Project ! <tdate>August 2 1999 <!-- Table of contents --> <toc> *************** *** 17,32 **** <!-- Supported hardware --> <p> <!-- ! This driver supports good acceleration for both the NV1/STG2000 as well as ! the Riva128. It is known to work on PCI and AGP versions of the Riva128. ! The Riva TNT was added to this driver and is not yet as well accelerated as ! it could be. Still, the server is very usable. --> ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï NV1/STG2000 ¤È Riva128 ¤Îξ¼Ô¤Ë¤Ä¤¤¤Æ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç ! ¥ó¤ò¤¦¤Þ¤¯¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£Riva128 ¤Ï PCI ÈÇ¤È AGP ÈǤÇÆ°ºî¤·¤Þ¤¹¡£ ! º£²ó¤Î¥É¥é¥¤¥Ð¤«¤é Riva TNT ¤Î¥µ¥Ý¡¼¥È¤âÄɲ䵤ì¤Þ¤·¤¿¤¬¡¢¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¤Ç¤Ï¤Þ¤ÀÀ­Ç½¤òÀ¸¤«¤·ÀÚ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤·¤«¤·¡¢ÍøÍѤˤĤ¤¤Æ¤ÏÌäÂꤢ ! ¤ê¤Þ¤»¤ó¡£ <sect>Ãí°Õ»ö¹à <!-- Notes --> --- 17,27 ---- <!-- Supported hardware --> <p> <!-- ! This driver supports good acceleration for the NV1/STG2000 as well as ! the Riva128, Riva TNT and Riva TNT2. --> ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï NV1/STG2000 ¤ä Riva128, Riva TNT, Riva TNT2 ¤Î ! ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¤­¤Á¤ó¤È¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <sect>Ãí°Õ»ö¹à <!-- Notes --> *************** *** 104,110 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml,v 1.1.2.1 1999/05/25 06:39:16 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 99,105 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NVIDIA.sgml,v 1.1.2.2 1999/11/26 15:23:44 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml:1.1.2.2 Tue May 25 16:39:16 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml Tue Dec 28 23:13:54 1999 *************** *** 10,19 **** Marc Wandschneider, Mark Weaver, Matthieu Herrb ! <Date>Last modified on: 29 December 1998 <trans> ÂçÀÐ ·® Isao Ohishi <ohishi@hf.rim.or.jp> & The X Documentation Project ! <tdate> <toc> --- 10,19 ---- Marc Wandschneider, Mark Weaver, Matthieu Herrb ! <Date>Last modified on: 20 August 1999 <trans> ÂçÀÐ ·® Isao Ohishi <ohishi@hf.rim.or.jp> & The X Documentation Project ! <tdate>Last modified on: 12 September 1999 <toc> *************** *** 53,70 **** url="ftp://ftp.XFree86.org/pub/XFree86/current"> <!-- ! Binaries for NetBSD 1.2 are available from: ! --> ! NetBSD 1.2 ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.2" ! url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.2"> ! ! <!-- ! Binaries for NetBSD 1.3 and later are available from: ! --> ! NetBSD 1.3 °Ê¹ßÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.3" ! url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.3"> <!-- A list of mirror sites is provided by --- 53,65 ---- url="ftp://ftp.XFree86.org/pub/XFree86/current"> <!-- ! Binaries for NetBSD 1.4 and later are available from: ! <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.4" ! url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.4"> ! --> ! NetBSD 1.4 °Ê¹ßÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.4" ! url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/NetBSD-1.4"> <!-- A list of mirror sites is provided by *************** *** 81,91 **** <!-- These binaries are not compatible with earlier NetBSD versions. If ! you're still running NetBSD 0.9, 1.0 or 1.1, you should think about upgrading to a newer version of NetBSD first. --> ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤Ï½é´ü¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤È¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ¤â¤· NetBSD 0.9, 1.0, 1.1 ¤ò»ÈÍѤ·¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢¤Þ¤ººÇ½é¤Ë¿·¤·¤¤ ¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤ò»ÈÍѤ¹¤ë»ö¤ò¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- --- 76,86 ---- <!-- These binaries are not compatible with earlier NetBSD versions. If ! you're still running NetBSD earlier than 1.4, you should think about upgrading to a newer version of NetBSD first. --> ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤Ï½é´ü¤Î¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤È¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó¡£ ! ¤â¤·¥Ð¡¼¥¸¥ç¥ó 1.4 ¤è¤êÁ°¤Î NetBSD ¤ò»ÈÍѤ·¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢¤Þ¤ººÇ½é¤Ë¿·¤·¤¤ ¥Ð¡¼¥¸¥ç¥ó¤Î NetBSD ¤ò»ÈÍѤ¹¤ë»ö¤ò¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- *************** *** 132,148 **** °¸¤ËÁ÷¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¡¢½¤Àµ¤·¤Þ¤¹¡£ <!-- ! <sect>New features in this release --> ! <sect>ËÜ¥ê¥ê¡¼¥¹¤Î¿·¤·¤¤µ¡Ç½ ! <p> <!-- ! See the <htmlurl url="RELNOTES.html" name="Release Notes"> for ! non-OS dependent new features in XFree86 3.3.3.1. --> ! XFree86 3.3.3.1 ¤Î OS ¤Ë°Í¸¤·¤Ê¤¤¿·µ¡Ç½¤Ë´Ø¤·¤Æ¤Ï¡¢ ! <htmlurl url="RELNOTES.html" name="¥ê¥ê¡¼¥¹¥Î¡¼¥È"> ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <sect>Installing the Binaries --- 127,149 ---- °¸¤ËÁ÷¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¡¢½¤Àµ¤·¤Þ¤¹¡£ <!-- ! <sect>New OS-dependant features in XFree86 3.3.4 --> ! <sect>XFree86 3.3.4 ¤Ë¤ª¤±¤ë¡¢OS °Í¸¤Î¿·µ¡Ç½ <p> + <itemize> <!-- ! <item>The maximum number of open connections in the server has been ! raised to 128, --> ! <item>¥µ¡¼¥Ð¤ÎºÇÂçÀܳ¿ô¤¬ 128 ¤ËÁý¤¨¤Þ¤·¤¿¡£ ! <!-- ! <item>support for the <bf/wsmouse/ mouse protocol included in NetBSD 1.4 has ! been added. ! --> ! <item>NetBSD 1.4 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë <bf/wsmouse/ ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤ËÂбþ¤·¤Þ¤·¤¿¡£ ! </itemize> ! <!-- <sect>Installing the Binaries *************** *** 265,270 **** --- 266,284 ---- °Ê¾å¤ÎÄÌ¿®¤¬²Äǽ¤Ç¤¹¤¬¡¢¤³¤ì¤é¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ <p> <!-- + XFree86 3.3.4 and later also have support for the mouse driver included in + the new <bf/wscons/ console driver introduced by NetBSD 1.4. Specify + ``<tt/wsmouse/'' as the protocol and ``<tt>/dev/wsmouse0</tt>'' as the + device in <tt>/etc/XF86Config</tt> if you're using NetBSD 1.4 with + wscons. + --> + XFree86 3.3.4 °Ê¹ß¤Ï NetBSD 1.4 ¤ÇƳÆþ¤µ¤ì¤¿¿·¤·¤¤ <bf/wscons/ ¥³¥ó¥½¡¼¥ë + ¥É¥é¥¤¥Ð¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£NetBSD 1.4 + ¤Ç wscons ¤ò»È¤Ã¤Æ¤¤¤ë¤Ê¤é¤Ð¡¢<tt>/etc/XF86Config</tt> ¤Ç¤Ï¥Þ¥¦¥¹¤Î + ¥×¥í¥È¥³¥ë¤È¤·¤Æ ``<tt/wsmouse/'' ¤ò»ØÄꤷ¡¢¥Ç¥Ð¥¤¥¹¤È¤·¤Æ + ``<tt>/dev/wsmouse0</tt>'' ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ + <p> + <!-- See <htmlurl url="mouse.html" name="README.mouse"> for general instruction on mouse configuration in XFree86. --> *************** *** 439,444 **** --- 453,507 ---- <p> <!-- + Under NetBSD 1.4 with the wscons console driver, you must enable a + virtual console for the X server first. To do this follow these steps: + --> + NetBSD 1.4 ¤Ç wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢ºÇ½é¤Ë X ¥µ¡¼ + ¥ÐÍѤβ¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÍ­¸ú¤Ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¤³¤ì¤ò¹Ô¤¦¤Ë¤Ï¡¢°Ê²¼ + ¤Î¼ê½ç¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤: + <itemize> + <!-- + <item>Make sure the device file exists. If not, ``<tt>cd /dev ; + ./MAKEDEV wscons</tt>''. + --> + <item>¥Ç¥Ð¥¤¥¹¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹¡£¤â¤·¤Ê¤±¤ì¤Ð + ``<tt>cd /dev ; ./MAKEDEV wscons</tt>'' ¤Çºî¤ê¤Þ¤¹¡£ + <!-- + <item>Next, make sure your kernel wants to do wscons. (see <ref + id="wscons" name="below">). + --> + <item>¼¡¤Ë¡¢¥«¡¼¥Í¥ë¤¬ wscons ¤ò»È¤¦ÀßÄê¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹ + (¤³¤ì¤Ï <ref id="wscons" name="¸å½Ò¤·¤Þ¤¹">)¡£ + <!-- + <item>Next, make sure ``<tt>wscons=YES</tt>'' in + <tt>/etc/rc.conf</tt>. + --> + <item>¼¡¤Ë¡¢<tt>/etc/rc.conf</tt> ¤Ë¤ª¤¤¤Æ ``<tt>wscons=YES</tt>'' + ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹¡£ + <!-- + <item>Next, make sure <tt>/etc/wscons.conf</tt> exists. The relevant + bits: + <item>¼¡¤Ë¡¢<tt>/etc/wscons.conf</tt> ¤¬Â¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹¡£´ØÏ¢ + ¤¹¤ë¥Ó¥Ã¥È¤ò°Ê²¼¤Ë¼¨¤·¤Þ¤¹: + --> + <tscreen><verb> + #screen 0 - vt100 + screen 1 - vt100 + screen 2 - vt100 + screen 3 - vt100 + screen 4 - - + screen 5 - vt100 + </verb></tscreen> + </itemize> + <!-- + (Thanks to Mason Loring Bliss <tt><mason@acheron.middleboro.ma.us></tt> for + this explanation) + --> + (¤³¤ÎÀâÌÀ¤ò½ñ¤¤¤Æ¤¯¤À¤µ¤Ã¤¿ + Mason Loring Bliss ¤µ¤ó(<tt><mason@acheron.middleboro.ma.us></tt>) + ¤Ë´¶¼Õ¤·¤Þ¤¹) + <p> + <!-- Note that the binary distributions of XFree86 for NetBSD don't include support for the XDM-AUTHORIZATION-1 protocol. --> *************** *** 469,481 **** <p> <!-- ! The server supports the two standard NetBSD/i386 ! console drivers: pccons and pcvt. They are detected at runtime and no configuration of the server itself is required. --> ! ¥µ¡¼¥Ð¤Ï NetBSD/i386 ¤Çɸ½àŪ¤Ê 2 ¤Ä¤Î¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð(pccons ¤È pcvt) ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤é¤Ï¼Â¹Ô»þ¤Ë¸¡½Ð¤µ¤ì¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤ÎÀßÄê¤Ê¤É ! ¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ <p> <!-- --- 532,545 ---- <p> <!-- ! The server supports the standard NetBSD/i386 ! console drivers: pccons, pcvt and wscons (in pcvt compatibility ! mode). They are detected at runtime and no configuration of the server itself is required. --> ! ¤³¤Î¥µ¡¼¥Ð¤Ï NetBSD/i386 ¤Çɸ½àŪ¤Ê ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Ç¤¢¤ë ! pccons, pcvt, wscons(pcvt ¸ß´¹¥â¡¼¥É)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤ì¤é¤Ï¼Â¹Ô»þ¤Ë¸¡½Ð¤µ¤ì¤ë¤Î¤Ç¡¢¥µ¡¼¥Ð¤ÎÀßÄê¤Ê¤É¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ <p> <!-- *************** *** 516,535 **** ¤ËÊѹ¹¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ¿·¤·¤¤¥«¡¼¥Í¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£ <p> <!-- XFree86 will also run with the wscons console driver in ! NetBSD-current. For now, it uses the pcvt compatibility mode, so be ! sure to have the line: --> ! XFree86 ¤Ï NetBSD-current ¤Î wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ ¸½ºß¤Î¤È¤³¤í¤Ï pcvt ¸ß´¹¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢wscons ¤ò»È¤Ã¤Æ¤¤¤ë¾ì ¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ëɬ¤ºÆþ¤ì¤Æ¤¯¤À¤µ¤¤: ! <tscreen> options WSDISPLAY_COMPAT_PCVT # emulate some ioctls ! </tscreen> <!-- ! in your kernel configuration file if you're using wscons. --> <!-- <sect1>Aperture Driver --- 580,607 ---- ¤ËÊѹ¹¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¹½ÃÛ¤·¤Æ¿·¤·¤¤¥«¡¼¥Í¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£ <p> + <label id="wscons"> <!-- XFree86 will also run with the wscons console driver in ! NetBSD 1.4. For now, it uses the pcvt compatibility mode, so be ! sure to have the lines: --> ! XFree86 ¤Ï NetBSD 1.4 ¤Î wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£ ¸½ºß¤Î¤È¤³¤í¤Ï pcvt ¸ß´¹¥â¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢wscons ¤ò»È¤Ã¤Æ¤¤¤ë¾ì ¹ç¤Ë¤Ï¡¢°Ê²¼¤Î¹Ô¤ò¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ëɬ¤ºÆþ¤ì¤Æ¤¯¤À¤µ¤¤: ! <tscreen><verb> options WSDISPLAY_COMPAT_PCVT # emulate some ioctls ! options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls ! options WSDISPLAY_COMPAT_USL # VT handling ! options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes ! </verb></tscreen> <!-- ! in your kernel configuration file if you're using wscons. Refer to the ! <em>wscons(4)</em> and <em>wsmouse(4)</em> manual pages for ! informations on how to configure wscons into the kernel. --> + wscons ¤ò¥«¡¼¥Í¥ë¤ËÁȤ߹þ¤àÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï¡¢<em>wscons(4)</em> ¤È + <em>wsmouse(4)</em> ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <sect1>Aperture Driver *************** *** 1087,1105 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml,v 1.1.2.2 1999/05/25 06:39:16 hohndel Exp $ - <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> - ¤³¤ÎÆüËܸìÌõ¤Ï - ÂçÀз® ¤µ¤ó <ohishi@hf.rim.or.jp> - ¤Î 3.3.2 ÈǤÎËÝÌõ¤ò¥Ù¡¼¥¹¤Ë - X Japanese Documentation Project ¤¬¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹( - (¹¹¿·: Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" - name="<fujiwara@linux.or.jp>"> - )¡£ $XConsortium: NetBSD.sgml /main/26 1996/10/28 05:43:20 kaleb $ </verb> </article> --- 1159,1179 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml,v 1.1.2.4 1999/12/28 12:13:54 hohndel Exp $ ! ! ! $XConsortium: NetBSD.sgml /main/26 1996/10/28 05:43:20 kaleb $ </verb> + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ¤³¤ÎÆüËܸìÌõ(¥Ð¡¼¥¸¥ç¥ó 3.3.3-3.3.6)¤Ï + ÂçÀз® ¤µ¤ó <ohishi@hf.rim.or.jp> + ¤Î 3.3.2 ÈǤÎËÝÌõ¤ò¥Ù¡¼¥¹¤Ë + X Japanese Documentation Project ¤¬¹¹¿·¤ò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹ + (¹¹¿·: Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" + name="<fujiwara@linux.or.jp>">)¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml:1.1.2.1 Tue May 25 16:39:17 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml Tue Dec 28 23:13:54 1999 *************** *** 6,22 **** --> <title>OS/2 ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README <author>Holger Veit ! <Date>Last modified on: December 29, 1998 <trans>The X Japanese Documentation Project ! <tdate>Last modified on: February 11, 1999 <toc> <!-- ! <sect>Introductory Note about the release 3.3.3 --> ! <sect>¥ê¥ê¡¼¥¹ 3.3.3 ¤Ë´Ø¤¹¤ëºÇ½é¤ÎÃí°Õ <p> <!-- Before looking into this file, please check for any LATEST.OS2 files that may come with the binary distribution. Please also check out the --- 6,23 ---- --> <title>OS/2 ¤Ë¤ª¤±¤ë XFree86 ¤Ë´Ø¤¹¤ë README <author>Holger Veit ! <Date>Last modified on: December 12th, 1999 <trans>The X Japanese Documentation Project ! <tdate>Last modified on: December 21th, 1999 <toc> <!-- ! <sect>Introductory Note about the release 3.3.6 --> ! <sect>¥ê¥ê¡¼¥¹ 3.3.6 ¤Ë´Ø¤¹¤ëºÇ½é¤ÎÃí°Õ <p> + <!-- Before looking into this file, please check for any LATEST.OS2 files that may come with the binary distribution. Please also check out the *************** *** 26,73 **** ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ÌäÂ꤬¤¢¤Ã¤¿¤ÈÁû¤°Á°¤Ë¤Ï¡¢°Ê²¼¤Î XFree86/OS2 ¤Î WWW ¥Ú¡¼¥¸¤â¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤: <itemize> ! <item><htmlurl name="http://set.gmd.de/~veit/os2/xf86os2.html" url="http://set.gmd.de/~veit/os2/xf86os2.html"> ! <item><htmlurl name="http://set.gmd.de/~veit/os2/xf86bugs.html" url="http://set.gmd.de/~veit/os2/xf86bugs.html"> ! <item><htmlurl name="http://set.gmd.de/~veit/os2/x11os2faq.html" url="http://set.gmd.de/~veit/os2/x11os2faq.html"> </itemize> <!-- before you claim to have found any problems. --> <!-- ! This version of the code is called XFree86/OS2 3.3.3. This is a ! bugfix release for 3.3 and later which also adds hardware support for ! some newer cards (including AGP boards). XFree86-3.3.3 contains all ! security fixes that were released for earlier versions. See the ! RELNOTES document for details. ! --> ! ¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥³¡¼¥É¤Ï XFree86/OS2 3.3.3 ¤È¸Æ¤Ð¤ì¤Þ¤¹¡£¤³¤ì¤Ï 3.3 ¤Ë ! ÂФ·¡¢¥Ð¥°½¤Àµ¤È¤¤¤¯¤Ä¤«¤Î¿·¤·¤¤¥«¡¼¥É(AGP ¥Ü¡¼¥É¤ò´Þ¤à)¤Î¥Ï¡¼¥É¥¦¥§¥¢ ! ¤Î¥µ¥Ý¡¼¥È¤ÎÄɲäò¹Ô¤Ã¤¿¤â¤Î¤Ç¤¹¡£XFree86-3.3.3 ¤Ï°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÂÐ ! ¤·¤Æ¥ê¥ê¡¼¥¹¤µ¤ì¤¿¥»¥­¥å¥ê¥Æ¥£´ØÏ¢¤Î½¤Àµ¤âÁ´¤Æ´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï ! RELNOTES ¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- ! XFree86/OS2-3.3.3 is a full, unrestricted version which does not expire, and for which the complete source code is available. In contrast to beta versions, we consider this code as sufficiently stable for use by an end user. Since there have been numerous ! bugfixes, we recommend this version, even if you had XFree86/OS2 3.3 before and it worked satisfyingly with your hardware. By the time ! 3.3.3 is released, the older version 3.3 will be withdrawn, and archives will be updated to this version. There may still be ! references to 3.3 still in documents; these apply to 3.3.3 as well, ! unless otherwise noted. --> ! XFree86/OS2-3.3.3 ¤ÏÁ´¤Æ¤Îµ¡Ç½¤ò»ý¤Á¡¢À©¸Â¤â̵¤¯¡¢¸Å¤¯¤Ê¤Ã¤Æ¤¤¤Ê¤¤¥Ð¡¼ ¥¸¥ç¥ó¤Ç¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£¥Ù¡¼¥¿ÈǤȤϰۤʤꡢ¤³¤Î¥³¡¼ ¥É¤Ï¥¨¥ó¥É¥æ¡¼¥¶¤¬»È¤¦Ê¬¤Ë¤Ï½½Ê¬°ÂÄꤷ¤Æ¤¤¤ë¤È¹Í¤¨¤Æ¤¤¤Þ¤¹¡£¥Ð¥°¤¬¤¿¤¯ ! ¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢º£¤Þ¤Ç XFree86/OS2 3.3 ¤ò»È¤Ã¤Æ¤¤¤Æ¡¢¤ª»È¤¤¤Î ! ¥Ï¡¼¥É¥¦¥§¥¢¾å¤Ç¤¦¤Þ¤¯Æ°¤¤¤Æ¤¤¤¿¤È¤·¤Æ¤â¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¤ª´«¤á¤·¤Þ¤¹¡£ ! 3.3.3 ¤¬¥ê¥ê¡¼¥¹¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤³¤È¤Ë¤è¤ê¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó 3.3 ¤¬°ú¤Ã ¹þ¤á¤é¤ì¡¢¥¢¡¼¥«¥¤¥Ö¤Ï¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë¹¹¿·¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥É¥­¥å¥á ! ¥ó¥ÈÃæ¤Ë¤Ï¤Þ¤À 3.3 ¤Ë¤Ä¤¤¤Æ¤Î¸ÀµÚ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ÆäËÃí°Õ½ñ¤­ ! ¤¬Ìµ¤±¤ì¤Ð¡¢¤³¤ì¤é¤Ï 3.3.3 ¤Ë¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ <!-- Previous versions have been tested in a large number of configurations --- 27,75 ---- ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ÌäÂ꤬¤¢¤Ã¤¿¤ÈÁû¤°Á°¤Ë¤Ï¡¢°Ê²¼¤Î XFree86/OS2 ¤Î WWW ¥Ú¡¼¥¸¤â¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤: <itemize> ! <item><htmlurl name="http://ais.gmd.de/~veit/os2/xf86os2.html" url="http://ais.gmd.de/~veit/os2/xf86os2.html"> ! <item><htmlurl name="http://ais.gmd.de/~veit/os2/xf86bugs.html" url="http://ais.gmd.de/~veit/os2/xf86bugs.html"> ! <item><htmlurl name="http://ais.gmd.de/~veit/os2/x11os2faq.html" url="http://ais.gmd.de/~veit/os2/x11os2faq.html"> </itemize> <!-- before you claim to have found any problems. --> <!-- ! This version of the code is called XFree86/OS2 3.3.6. This is a ! bugfix release for 3.3.5 and previous versions which again adds ! hardware support for some newer cards, including AGP ! boards. XFree86-3.3.6 contains all security fixes that were released ! for earlier versions. See the RELNOTES document for details. ! --> ! ¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥³¡¼¥É¤Ï XFree86/OS2 3.3.6 ¤È¸Æ¤Ð¤ì¤Þ¤¹¡£¤³¤ì¤Ï ! 3.3.5 °ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î¥Ð¥°½¤Àµ¥ê¥ê¡¼¥¹¤Ç¤¢¤ê¡¢AGP ¥Ü¡¼¥É¤ò´Þ¤à¤¤¤¯¤Ä ! ¤«¤Î¿·¤·¤¤¥«¡¼¥É¤ËÂФ¹¤ë¥Ï¡¼¥É¥¦¥§¥¢¥µ¥Ý¡¼¥È¤¬¤µ¤é¤ËÄɲ䵤줿¤â¤Î¤Ç¤¹¡£ ! XFree86-3.3.6 ¤Ï°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÂФ·¤Æ¥ê¥ê¡¼¥¹¤µ¤ì¤¿¥»¥­¥å¥ê¥Æ¥£´ØÏ¢ ! ¤Î½¤Àµ¤âÁ´¤Æ´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï RELNOTES ¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- ! XFree86/OS2-3.3.6 is a full, unrestricted version which does not expire, and for which the complete source code is available. In contrast to beta versions, we consider this code as sufficiently stable for use by an end user. Since there have been numerous ! bugfixes, we recommend this version, even if you had XFree86/OS2 3.3.x before and it worked satisfyingly with your hardware. By the time ! 3.3.6 is released, the older version 3.3 will be withdrawn, and archives will be updated to this version. There may still be ! references to 3.3 or 3.3.x still in documents; these apply ! to 3.3.6 as well, unless otherwise noted. --> ! XFree86/OS2-3.3.6 ¤ÏÁ´¤Æ¤Îµ¡Ç½¤ò»ý¤Á¡¢À©¸Â¤â̵¤¯¡¢¸Å¤¯¤Ê¤Ã¤Æ¤¤¤Ê¤¤¥Ð¡¼ ¥¸¥ç¥ó¤Ç¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£¥Ù¡¼¥¿ÈǤȤϰۤʤꡢ¤³¤Î¥³¡¼ ¥É¤Ï¥¨¥ó¥É¥æ¡¼¥¶¤¬»È¤¦Ê¬¤Ë¤Ï½½Ê¬°ÂÄꤷ¤Æ¤¤¤ë¤È¹Í¤¨¤Æ¤¤¤Þ¤¹¡£¥Ð¥°¤¬¤¿¤¯ ! ¤µ¤ó½¤Àµ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢º£¤Þ¤Ç XFree86/OS2 3.3.x ¤ò»È¤Ã¤Æ¤¤¤Æ¡¢¤½¤ì¤¬ ! ¤ª»È¤¤¤Î¥Ï¡¼¥É¥¦¥§¥¢¾å¤Ç¤¦¤Þ¤¯Æ°¤¤¤Æ¤¤¤¿¤È¤·¤Æ¤â¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë°Ü¹Ô ! ¤¹¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ ! 3.3.6 ¤¬¥ê¥ê¡¼¥¹¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤³¤È¤Ë¤è¤ê¡¢3.3 ·Ï¤Î¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Ï°ú¤Ã ¹þ¤á¤é¤ì¡¢¥¢¡¼¥«¥¤¥Ö¤Ï¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë¹¹¿·¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£¤³¤Î¥É¥­¥å¥á ! ¥ó¥ÈÃæ¤Ë¤Ï¤Þ¤À 3.3 ¤ä 3.3.x ¤Ë¤Ä¤¤¤Æ¤Î¸ÀµÚ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ÆÃ¤Ë ! Ãí°Õ½ñ¤­¤¬Ìµ¤±¤ì¤Ð¡¢¤³¤ì¤é¤Ï 3.3.6 ¤Ë¤âÅö¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ <!-- Previous versions have been tested in a large number of configurations *************** *** 80,90 **** This release is almost complete (with a few exceptions) regarding the X11R6.3 ``core'' distribution. A subset of the ``contrib'' distribution is available from the ported software page ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86ported.html" url="http://set.gmd.de/~veit/os2/xf86ported.html"> --> X11R6.3 ¤Î¡Öcore¡×ÇÛÉۤȤ¤¤¦ÅÀ¤Ç¤Ï¡¢¤³¤Î¥ê¥ê¡¼¥¹¤Ï(Îã³°¤¬¾¯¤·¤¢¤ê¤Þ¤¹ ¤¬)¤Û¤Ü´°Á´¤Ç¤¹¡£¡Öcontrib¡×ÇÛÉۤΰìÉô¤Ï°Ü¿¢ÈÇ¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú¡¼¥¸ ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86ported.html" url="http://set.gmd.de/~veit/os2/xf86ported.html"> ¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ <!-- --- 82,92 ---- This release is almost complete (with a few exceptions) regarding the X11R6.3 ``core'' distribution. A subset of the ``contrib'' distribution is available from the ported software page ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86ported.html" url="http://ais.gmd.de/~veit/os2/xf86ported.html"> --> X11R6.3 ¤Î¡Öcore¡×ÇÛÉۤȤ¤¤¦ÅÀ¤Ç¤Ï¡¢¤³¤Î¥ê¥ê¡¼¥¹¤Ï(Îã³°¤¬¾¯¤·¤¢¤ê¤Þ¤¹ ¤¬)¤Û¤Ü´°Á´¤Ç¤¹¡£¡Öcontrib¡×ÇÛÉۤΰìÉô¤Ï°Ü¿¢ÈÇ¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú¡¼¥¸ ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86ported.html" url="http://ais.gmd.de/~veit/os2/xf86ported.html"> ¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ <!-- *************** *** 172,192 **** <htmlurl url="COPYRIGHT.html" name="Ãøºî¸¢É½¼¨">¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯ ¤À¤µ¤¤¡£ ! <!-- The sources for XFree86/OS2 are available by anonymous ftp from: ! --> XFree86/OS2 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç ¤­¤Þ¤¹: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.3/source" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.3/source"> <!-- ! Binaries for OS/2 Warp and Merlin are available from: --> ! OS/2 Warp ¤È Merlin ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.3/OS2" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.3/OS2"> <p> <!-- The WWW page --- 174,200 ---- <htmlurl url="COPYRIGHT.html" name="Ãøºî¸¢É½¼¨">¤Ë¤ÏÌܤòÄ̤·¤Æ¤ª¤¤¤Æ¤¯ ¤À¤µ¤¤¡£ ! <!-- ¸¶Ê¸¤Ç¥³¥á¥ó¥È¥¢¥¦¥È The sources for XFree86/OS2 are available by anonymous ftp from: ! ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.6/source" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.6/source"> ! --> <!-- XFree86/OS2 ¤Î¥½¡¼¥¹¤Ï°Ê²¼¤Î¾ì½ê¤«¤é anonymous ftp ¤ÇÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç ¤­¤Þ¤¹: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.6/source" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.6/source"> ! --> <!-- ! Binaries for OS/2 Warp, Merlin, and Aurora are available from: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.6/OS2" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.6/OS2"> --> ! OS/2 Warp, Merlin, Aurora ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.6/OS2" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.6/OS2"> <p> <!-- The WWW page *************** *** 300,311 **** ¤¢¤ê¤Þ¤»¤ó¡£ÅöÁ³¤Ê¤¬¤é¡¢À­Ç½¤Ï¹â¤±¤ì¤Ð¹â¤¤¤Û¤ÉÎɤ¤¤Ç¤¹¡£ <!-- <item>Depending on the packages installed, a disk space of 20-55MB on a ! HPFS formatted partition (or a NFS or ext2fs partition natively allowing long filenames) is required. XFree86/OS2 will not run on FAT partitions. --> <item>¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¡¢¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤Î HPFS ¥Ñ¡¼ ! ¥Æ¥£¥·¥ç¥ó¤Ë 20¡Á55MB ¤Î¥Ç¥£¥¹¥¯Îΰ褬ɬÍפǤ¹¡£XFree86/OS2 ¤Ï FAT ¥Ñ¡¼ ! ¥Æ¥£¥·¥ç¥ó¾å¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ <!-- <item>You need a video card that is supported by XFree86. Refer to the general README document for a list of supported cards. Note that the sets --- 308,320 ---- ¤¢¤ê¤Þ¤»¤ó¡£ÅöÁ³¤Ê¤¬¤é¡¢À­Ç½¤Ï¹â¤±¤ì¤Ð¹â¤¤¤Û¤ÉÎɤ¤¤Ç¤¹¡£ <!-- <item>Depending on the packages installed, a disk space of 20-55MB on a ! HPFS formatted partition (or a JFS, NFS or ext2fs partition natively allowing long filenames) is required. XFree86/OS2 will not run on FAT partitions. --> <item>¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¡¢¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤Î HPFS ¥Ñ¡¼ ! ¥Æ¥£¥·¥ç¥ó(¤Þ¤¿¤Ï¥í¥ó¥°¥Õ¥¡¥¤¥ë¥Í¡¼¥à¤ò¥Í¥¤¥Æ¥£¥Ö¤ËÍøÍѤǤ­¤ë ! JFS, NFS, ext2fs ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó)¤Ë 20¡Á55MB ¤Î¥Ç¥£¥¹¥¯Îΰ褬ɬÍפǤ¹¡£ ! XFree86/OS2 ¤Ï FAT ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¾å¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ <!-- <item>You need a video card that is supported by XFree86. Refer to the general README document for a list of supported cards. Note that the sets *************** *** 337,346 **** <item>¾¯¤Ê¤¯¤È¤â½¤Àµ¥Ñ¥Ã¥¯ 17 ¤¬Åö¤¿¤Ã¤Æ¤¤¤ëÁ´¤Æ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Warp3 ¤¢¤ë¤¤¤Ï Warp 4 ¤¬É¬ÍפǤ¹¡£ <!-- ! <item>XFree86/OS2-3.3.3 may use a local named-pipe connection or a TCP/IP based network connection. --> ! <item>XFree86/OS2-3.3.3 ¤Ï¥í¡¼¥«¥ë¤Î̾Á°ÉÕ¤­¥Ñ¥¤¥×Àܳ¤« TCP/IP ¥Ù¡¼¥¹ ¤Î¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤ò»È¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ <enum> <!-- --- 346,355 ---- <item>¾¯¤Ê¤¯¤È¤â½¤Àµ¥Ñ¥Ã¥¯ 17 ¤¬Åö¤¿¤Ã¤Æ¤¤¤ëÁ´¤Æ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Warp3 ¤¢¤ë¤¤¤Ï Warp 4 ¤¬É¬ÍפǤ¹¡£ <!-- ! <item>XFree86/OS2-3.3.6 may use a local named-pipe connection or a TCP/IP based network connection. --> ! <item>XFree86/OS2-3.3.6 ¤Ï¥í¡¼¥«¥ë¤Î̾Á°ÉÕ¤­¥Ñ¥¤¥×Àܳ¤« TCP/IP ¥Ù¡¼¥¹ ¤Î¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤ò»È¤¦¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ <enum> <!-- *************** *** 454,469 **** <tag/ɬ¿Ü:/ <descrip> <!-- ! <tag/X333base/ A special device driver and the SuperProbe program ! <tag/X333doc/ READMEs and XFree86 specific man pages. ! <tag/X333bin/ all of the executable X client applications and shared libs ! <tag/X333fnts/ the misc and 75dpi fonts <tag/emxrt/ Runtime libraries of EMX --> ! <tag/X333base/ Æüì¤Ê¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤È SuperProbe ¥×¥í¥°¥é¥à ! <tag/X333doc/ README ¤È XFree86 ¸ÇÍ­¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! <tag/X333bin/ ¼Â¹Ô²Äǽ¤Ê X ¥¯¥é¥¤¥¢¥ó¥È¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¶¦Í­¥é¥¤¥Ö¥é¥êÁ´¤Æ ! <tag/X333fnts/ misc ¥Õ¥©¥ó¥È¤È 75dpi ¥Õ¥©¥ó¥È <tag/emxrt/ EMX ¤Î¥é¥ó¥¿¥¤¥à¥é¥¤¥Ö¥é¥ê </descrip> --- 463,485 ---- <tag/ɬ¿Ü:/ <descrip> <!-- ! <tag/Xbase/ A special device driver and the SuperProbe program ! <em/Note:/ In order to fix a problem occurring with ! WSeB (Aurora), you must install the most recent version ! of the xf86sup.sys driver that comes with this file. ! Older versions won't work. ! <tag/Xdoc/ READMEs and XFree86 specific man pages. ! <tag/Xbin/ all of the executable X client applications and shared libs ! <tag/Xfnts/ the misc and 75dpi fonts <tag/emxrt/ Runtime libraries of EMX --> ! <tag/Xbase/ Æüì¤Ê¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤È SuperProbe ¥×¥í¥°¥é¥à ! <em/Ãí°Õ:/ WSeB (Aurora) ¤Çµ¯¤³¤ëÌäÂê¤òÈò¤±¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤Ë ! ÉÕ°¤·¤Æ¤¤¤ëºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Î xf86sup.sys ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ ! <tag/Xdoc/ README ¤È XFree86 ¸ÇÍ­¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! <tag/Xbin/ ¼Â¹Ô²Äǽ¤Ê X ¥¯¥é¥¤¥¢¥ó¥È¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¶¦Í­¥é¥¤¥Ö¥é¥êÁ´¤Æ ! <tag/Xfnts/ misc ¥Õ¥©¥ó¥È¤È 75dpi ¥Õ¥©¥ó¥È <tag/emxrt/ EMX ¤Î¥é¥ó¥¿¥¤¥à¥é¥¤¥Ö¥é¥ê </descrip> *************** *** 474,508 **** <descrip> <!-- ! <tag/X3338514/ the X server for IBM 8514/A and compatible boards ! <tag/X333AGX/ the X server for AGX boards ! <tag/X333Glnt/ the X server for Permedia / GLINT boards ! <tag/X333I128/ the X server for #9 Imagination 128 boards ! <tag/X333Ma32/ the X server for ATI Mach32 graphics boards ! <tag/X333Ma64/ the X server for ATI Mach64 graphics boards ! <tag/X333Ma8/ the X server for ATI Mach8 graphics boards ! <tag/X333Mono/ the Monochrome X Server ! <tag/X333P9K/ the X server for P9000 based boards ! <tag/X333S3/ the X server for S3 based boards (excluding S3 ViRGE) ! <tag/X333S3V/ the X server for S3 ViRGE based boards ! <tag/X333SVGA/ the 8-bit pseudo-color X server for Super VGA cards ! <tag/X333VG16/ the 4-bit pseudo-color X server for VGA & SVGA cards. ! <tag/X333W32/ the X server for et4000w32 based boards ! --> ! <tag/X3338514/ IBM 8514/A ¤È¤½¤Î¸ß´¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333AGX/ AGX ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333Glnt/ Permedia / GLINT ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333I128/ #9 Imagination 128 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333Ma32/ ATI Mach32 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333Ma64/ ATI Mach64 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333Ma8/ ATI Mach8 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333Mono/ Çò¹õ X ¥µ¡¼¥Ð ! <tag/X333P9K/ P9000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333S3/ S3 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(S3 ViRGE ¤ò½ü¤¯)ÍѤΠX ¥µ¡¼¥Ð ! <tag/X333S3V/ S3 ViRGE ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/X333SVGA/ Super VGA ¥«¡¼¥ÉÍѤΠ8 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! <tag/X333VG16/ VGA & SVGA ¥«¡¼¥ÉÍѤΠ4 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! <tag/X333W32/ et4000w32 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð </descrip> <!-- --- 490,524 ---- <descrip> <!-- ! <tag/X8514/ the X server for IBM 8514/A and compatible boards ! <tag/XAGX/ the X server for AGX boards ! <tag/XGlnt/ the X server for Permedia / GLINT boards ! <tag/XI128/ the X server for #9 Imagination 128 boards ! <tag/XMa32/ the X server for ATI Mach32 graphics boards ! <tag/XMa64/ the X server for ATI Mach64 graphics boards ! <tag/XMa8/ the X server for ATI Mach8 graphics boards ! <tag/XMono/ the Monochrome X Server ! <tag/XP9K/ the X server for P9000 based boards ! <tag/XS3/ the X server for S3 based boards (excluding S3 ViRGE) ! <tag/XS3V/ the X server for S3 ViRGE based boards ! <tag/XSVGA/ the 8-bit pseudo-color X server for Super VGA cards ! <tag/XVG16/ the 4-bit pseudo-color X server for VGA & SVGA cards. ! <tag/XW32/ the X server for et4000w32 based boards ! --> ! <tag/X8514/ IBM 8514/A ¤È¤½¤Î¸ß´¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XAGX/ AGX ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XGlnt/ Permedia / GLINT ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XI128/ #9 Imagination 128 ¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XMa32/ ATI Mach32 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XMa64/ ATI Mach64 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XMa8/ ATI Mach8 ¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XMono/ Çò¹õ X ¥µ¡¼¥Ð ! <tag/XP9K/ P9000 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XS3/ S3 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥É(S3 ViRGE ¤ò½ü¤¯)ÍѤΠX ¥µ¡¼¥Ð ! <tag/XS3V/ S3 ViRGE ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð ! <tag/XSVGA/ Super VGA ¥«¡¼¥ÉÍѤΠ8 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! <tag/XVG16/ VGA & SVGA ¥«¡¼¥ÉÍѤΠ4 ¥Ó¥Ã¥È pseudo-color X ¥µ¡¼¥Ð ! <tag/XW32/ et4000w32 ¥Ù¡¼¥¹¤Î¥Ü¡¼¥ÉÍѤΠX ¥µ¡¼¥Ð </descrip> <!-- *************** *** 512,537 **** <descrip> <!-- ! <tag/X333man/ pre-formatted man pages for the X11 interface and clients ! <tag/X333f100/ 100dpi fonts ! <tag/X333fscl/ Speedo and Type1 fonts ! <tag/X333fnon/ Japanese, Chinese and other fonts ! <tag/X333fcyr/ Cyrillic fonts ! <tag/X333fsrv/ the font server with man pages. ! <tag/X333prog/ the X11 header files and programmer's utilities ! for compiling other X applications ! <tag/X333pex/ PEX fonts and libraries required for PEX applications ! --> ! <tag/X333man/ X11 ¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤È¥¯¥é¥¤¥¢¥ó¥È¤Ë´Ø¤¹¤ë¥Õ¥©¡¼ ! ¥Þ¥Ã¥ÈºÑ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! <tag/X333f100/ 100dpi ¥Õ¥©¥ó¥È ! <tag/X333fscl/ Speedo ¥Õ¥©¥ó¥È¤È Type1 ¥Õ¥©¥ó¥È ! <tag/X333fnon/ ÆüËܸ졢Ãæ¹ñ¸ì¤Ê¤É¤Î¥Õ¥©¥ó¥È ! <tag/X333fcyr/ ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È ! <tag/X333fsrv/ ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤È¡¢¤½¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! <tag/X333prog/ ¾¤Î X¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Î ! X11 ¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤È¥×¥í¥°¥é¥Þ¸þ¤±¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ! <tag/X333pex/ PEX ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËɬÍ×¤Ê PEX ¤Î¥Õ¥©¥ó¥È¤È¥é¥¤¥Ö¥é¥ê </descrip> </descrip> --- 528,553 ---- <descrip> <!-- ! <tag/Xman/ pre-formatted man pages for the X11 interface and clients ! <tag/Xf100/ 100dpi fonts ! <tag/Xfscl/ Speedo and Type1 fonts ! <tag/Xfnon/ Japanese, Chinese and other fonts ! <tag/Xfcyr/ Cyrillic fonts ! <tag/Xfsrv/ the font server with man pages. ! <tag/Xprog/ the X11 header files and programmer's utilities ! for compiling other X applications ! <tag/Xpex/ PEX fonts and libraries required for PEX applications ! --> ! <tag/Xman/ X11 ¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤È¥¯¥é¥¤¥¢¥ó¥È¤Ë´Ø¤¹¤ë¥Õ¥©¡¼ ! ¥Þ¥Ã¥ÈºÑ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! <tag/Xf100/ 100dpi ¥Õ¥©¥ó¥È ! <tag/Xfscl/ Speedo ¥Õ¥©¥ó¥È¤È Type1 ¥Õ¥©¥ó¥È ! <tag/Xfnon/ ÆüËܸ졢Ãæ¹ñ¸ì¤Ê¤É¤Î¥Õ¥©¥ó¥È ! <tag/Xfcyr/ ¥­¥ê¥ëʸ»ú¥Õ¥©¥ó¥È ! <tag/Xfsrv/ ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤È¡¢¤½¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë ! <tag/Xprog/ ¾¤Î X¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Î ! X11 ¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤È¥×¥í¥°¥é¥Þ¸þ¤±¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ! <tag/Xpex/ PEX ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËɬÍ×¤Ê PEX ¤Î¥Õ¥©¥ó¥È¤È¥é¥¤¥Ö¥é¥ê </descrip> </descrip> *************** *** 547,560 **** Ä̾ï¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë¤¢¤Ã¤¿ X ¥µ¡¼¥Ð 1 ¤Ä°Ê³°¤ÏɬÍ×̵¤¤¤Ï¤º¤Ç¤¹¡£ <!-- ! If it is your first time install, get the <tt/X333base/ archive before any of the other packages. This package contains a driver and a test program, which analyzes your video hardware. If this program fails or reports an incompatible hardware, it makes no sense to obtain the other packages in the hope that they would magically work. --> ¥¤¥ó¥¹¥È¡¼¥ë¤ò½é¤á¤Æ¹Ô¤¦¾ì¹ç¤Ë¤Ï¡¢Â¾¤Î¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤è¤ê¤âÀè¤Ë ! <tt/X333base/ ¥¢¡¼¥«¥¤¥Ö¤òÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï¥É¥é¥¤¥Ð ¤È¡¢¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò²òÀϤ¹¤ë¥Æ¥¹¥È¥×¥í¥°¥é¥à¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥× ¥í¥°¥é¥à¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤ä¡¢ÍøÍѤǤ­¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¤Ç¤¢¤ë¤ÈÊó¹ð¤·¤¿¾ì ¹ç¡¢´ñÀ×Ū¤ËÆ°¤¯¤³¤È¤ò´üÂÔ¤·¤Æ¾¤Î¥Ñ¥Ã¥±¡¼¥¸¤òÆþ¼ê¤·¤Æ¤â̵°ÕÌ£¤Ç¤¹¡£ --- 563,576 ---- Ä̾ï¤Ï¡¢¥Ó¥Ç¥ª¥Ü¡¼¥É¤Ë¤¢¤Ã¤¿ X ¥µ¡¼¥Ð 1 ¤Ä°Ê³°¤ÏɬÍ×̵¤¤¤Ï¤º¤Ç¤¹¡£ <!-- ! If it is your first time install, get the <tt/Xbase/ archive before any of the other packages. This package contains a driver and a test program, which analyzes your video hardware. If this program fails or reports an incompatible hardware, it makes no sense to obtain the other packages in the hope that they would magically work. --> ¥¤¥ó¥¹¥È¡¼¥ë¤ò½é¤á¤Æ¹Ô¤¦¾ì¹ç¤Ë¤Ï¡¢Â¾¤Î¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤è¤ê¤âÀè¤Ë ! <tt/Xbase/ ¥¢¡¼¥«¥¤¥Ö¤òÆþ¼ê¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï¥É¥é¥¤¥Ð ¤È¡¢¥Ó¥Ç¥ª¥Ï¡¼¥É¥¦¥§¥¢¤ò²òÀϤ¹¤ë¥Æ¥¹¥È¥×¥í¥°¥é¥à¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥× ¥í¥°¥é¥à¤¬Æ°ºî¤·¤Ê¤¤¾ì¹ç¤ä¡¢ÍøÍѤǤ­¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¤Ç¤¢¤ë¤ÈÊó¹ð¤·¤¿¾ì ¹ç¡¢´ñÀ×Ū¤ËÆ°¤¯¤³¤È¤ò´üÂÔ¤·¤Æ¾¤Î¥Ñ¥Ã¥±¡¼¥¸¤òÆþ¼ê¤·¤Æ¤â̵°ÕÌ£¤Ç¤¹¡£ *************** *** 587,617 **** is not successful. If this happens, read - I repeat <bf/READ/ - the list of ``frequently asked questions'' (FAQ) which has meanwhile evolved to a troubleshooting guide. The latest version is always at ! <htmlurl name="http://set.gmd.de/~veit/os2/x11os2faq.html" url="http://set.gmd.de/~veit/os2/x11os2faq.html"> . --> ¤·¤«¤·¡¢¿®¤¸¤é¤ì¤Ê¤¤¤¯¤é¤¤¤Î¿ô¤Îµ¡´ï¹½À®¤¬¤¢¤ë¤¿¤á¡¢°Ê²¼¤ÎÀâÌÀ¤Ç¤Ï¤¦¤Þ ¤¯¹Ô¤«¤Ê¤¤Æüì¤Ê¾õ¶·¤äµ¡´ï¹½À®¤â¤¢¤ë¤È»×¤¤¤Þ¤¹¡£¤½¤¦¤¤¤¦¾ì¹ç¤Ë¤Ï¡¢¤¤¤Ä ¤Î´Ö¤Ë¤«¥È¥é¥Ö¥ëÂн襬¥¤¥É¤ËȯŸ¤·¤¿¡Ö¤è¤¯Ê¹¤«¤ì¤ë¼ÁÌä(Frequently Asked Questions, FAQ)¡×¤Î¥ê¥¹¥È¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£·«¤êÊÖ¤·¤Þ¤¹¤¬¡¢<bf/ ɬ¤ºÆɤó¤Ç/¤¯¤À¤µ¤¤¡£ºÇ¿·ÈǤϾï¤Ë ! <htmlurl name="http://set.gmd.de/~veit/os2/x11os2faq.html" url="http://set.gmd.de/~veit/os2/x11os2faq.html"> ¤Ë¤¢¤ê¤Þ¤¹¡£ <!-- Maybe - but we found you must be very creative - you find a bug. Consult the ! page <htmlurl name="http://set.gmd.de/~veit/os2/xf86bugs.html" url="http://set.gmd.de/~veit/os2/xf86bugs.html"> whether it is already known. If not, you have a case and should report it to XFree86 (<em/xfree86@xfree86.org/). Please refer to the FAQ about the information to be provided for a complete problem report. --> ¤â¤·¤«¤¹¤ë¤È¡¢¤¢¤Ê¤¿¤¬¥Ð¥°¤ò¸«¤Ä¤±¤¿¤Î¤«¤â¤·¤ì¤Þ¤»¤ó(¤­¤Ã¤È¤¢¤Ê¤¿¤ÎÁÛ ÁüÎϤ¬¤¿¤¯¤Þ¤·¤¹¤®¤¿¤À¤±¤À¤È»×¤¤¤Þ¤¹¤¬)¡£¤½¤Î¾ì¹ç¤Ë¤Ï ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86bugs.html" ! url="http://set.gmd.de/~veit/os2/xf86bugs.html"> ¤ò¸«¤Æ¡¢¤½¤ì¤¬´ûÃΤΠ! ¤â¤Î¤«¤É¤¦¤«Ä´¤Ù¤Æ¤¯¤À¤µ¤¤¡£¤Ê¤±¤ì¤Ð¡¢¿·¤·¤¤ÌäÂê¤Ë½Ð²ñ¤Ã¤Æ¤¤¤ë¤³¤È¤Ë¤Ê ! ¤ë¤Î¤Ç¡¢¤³¤ì¤ò XFree86(<em/xfree86@xfree86.org/)¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£¤Á¤ã ! ¤ó¤È¤·¤¿ÌäÂêÊó¹ð¤ò½ñ¤¯¤¿¤á¤Î¾ðÊó¤¬ FAQ ¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò»² ! ¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- The recommended newsgroup for setup questions is <em/comp.os.os2.setup.misc/. --- 603,632 ---- is not successful. If this happens, read - I repeat <bf/READ/ - the list of ``frequently asked questions'' (FAQ) which has meanwhile evolved to a troubleshooting guide. The latest version is always at ! <htmlurl name="http://ais.gmd.de/~veit/os2/x11os2faq.html" url="http://ais.gmd.de/~veit/os2/x11os2faq.html"> . --> ¤·¤«¤·¡¢¿®¤¸¤é¤ì¤Ê¤¤¤¯¤é¤¤¤Î¿ô¤Îµ¡´ï¹½À®¤¬¤¢¤ë¤¿¤á¡¢°Ê²¼¤ÎÀâÌÀ¤Ç¤Ï¤¦¤Þ ¤¯¹Ô¤«¤Ê¤¤Æüì¤Ê¾õ¶·¤äµ¡´ï¹½À®¤â¤¢¤ë¤È»×¤¤¤Þ¤¹¡£¤½¤¦¤¤¤¦¾ì¹ç¤Ë¤Ï¡¢¤¤¤Ä ¤Î´Ö¤Ë¤«¥È¥é¥Ö¥ëÂн襬¥¤¥É¤ËȯŸ¤·¤¿¡Ö¤è¤¯Ê¹¤«¤ì¤ë¼ÁÌä(Frequently Asked Questions, FAQ)¡×¤Î¥ê¥¹¥È¤òÆɤó¤Ç¤¯¤À¤µ¤¤¡£·«¤êÊÖ¤·¤Þ¤¹¤¬¡¢<bf/ ɬ¤ºÆɤó¤Ç/¤¯¤À¤µ¤¤¡£ºÇ¿·ÈǤϾï¤Ë ! <htmlurl name="http://ais.gmd.de/~veit/os2/x11os2faq.html" url="http://ais.gmd.de/~veit/os2/x11os2faq.html"> ¤Ë¤¢¤ê¤Þ¤¹¡£ <!-- Maybe - but we found you must be very creative - you find a bug. Consult the ! page <htmlurl name="http://ais.gmd.de/~veit/os2/xf86bugs.html" url="http://ais.gmd.de/~veit/os2/xf86bugs.html"> whether it is already known. If not, you have a case and should report it to XFree86 (<em/xfree86@xfree86.org/). Please refer to the FAQ about the information to be provided for a complete problem report. --> ¤â¤·¤«¤¹¤ë¤È¡¢¤¢¤Ê¤¿¤¬¥Ð¥°¤ò¸«¤Ä¤±¤¿¤Î¤«¤â¤·¤ì¤Þ¤»¤ó(¤­¤Ã¤È¤¢¤Ê¤¿¤ÎÁÛ ÁüÎϤ¬¤¿¤¯¤Þ¤·¤¹¤®¤¿¤À¤±¤À¤È»×¤¤¤Þ¤¹¤¬)¡£¤½¤Î¾ì¹ç¤Ë¤Ï ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86bugs.html" url="http://ais.gmd.de/~veit/os2/xf86bugs.html"> ! ¤ò¸«¤Æ¡¢¤½¤ì¤¬´ûÃΤΤâ¤Î¤«¤É¤¦¤«Ä´¤Ù¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ç¸«¤Ä¤«¤é¤Ê¤±¤ì¤Ð¡¢ ! ¿·¤·¤¤ÌäÂê¤Ë½Ð²ñ¤Ã¤Æ¤¤¤ë¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¡¢¤³¤ì¤ò ! XFree86(<em/xfree86@xfree86.org/)¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£¤Á¤ã¤ó¤È¤·¤¿ÌäÂê ! Êó¹ð¤ò½ñ¤¯¤¿¤á¤Î¾ðÊó¤¬ FAQ ¤ËÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- The recommended newsgroup for setup questions is <em/comp.os.os2.setup.misc/. *************** *** 648,662 **** <enum> <!-- ! <item>Obtain the package <tt/X333base/ and install it from the root directory of the Y: drive, by entering the following commands: --> ! <item>¥Ñ¥Ã¥±¡¼¥¸ <tt/X333base/ ¤òÆþ¼ê¤·¡¢Y: ¥É¥é¥¤¥Ö¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È ¥ê¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤Ï°Ê²¼¤Î¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Þ¤¹: <tscreen><verb> [C:\] Y: [Y:\] cd \ ! [Y:\] unzip \path_of_package\X333base.zip </verb></tscreen> <!-- --- 663,677 ---- <enum> <!-- ! <item>Obtain the package <tt/Xbase/ and install it from the root directory of the Y: drive, by entering the following commands: --> ! <item>¥Ñ¥Ã¥±¡¼¥¸ <tt/Xbase/ ¤òÆþ¼ê¤·¡¢Y: ¥É¥é¥¤¥Ö¤Î¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È ¥ê¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤Ï°Ê²¼¤Î¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Þ¤¹: <tscreen><verb> [C:\] Y: [Y:\] cd \ ! [Y:\] unzip \path_of_package\Xbase.zip </verb></tscreen> <!-- *************** *** 671,676 **** --- 686,692 ---- --> ÅöÁ³¤Ê¤¬¤é¡¢``Y:'' ¤ÏÀµ¤·¤¤¥É¥é¥¤¥Ö¥ì¥¿¡¼¤ËÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ + <!-- <item>At this point, you may consider to add the variables required for XFree86/OS2 as well, which will save you from one additional reboot. *************** *** 772,793 **** <!-- <tscreen><verb> drive:> cd \ ! drive:> unzip \path_of_packages\X333xxxx.zip </verb></tscreen> --> <tscreen><verb> drive:> cd \ ! drive:> unzip \¥Ñ¥Ã¥±¡¼¥¸¤Î¥Ñ¥¹Ì¾\X333xxxx.zip </verb></tscreen> <!-- <item>You might encounter that some packages report duplicate files, e.g. the X server packages install corresponding README files, which are also ! in the X333doc package. This is okay, the files are the same. Let unzip replace the files. --> <item>°ìÉô¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¥Õ¥¡¥¤¥ë¤¬½Å¤Ê¤Ã¤Æ¤¤¤ë¤ÈÊó¹ð¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ ¤»¤ó¡£Î㤨¤Ð¡¢X ¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥±¡¼¥¸¤ÏÂбþ¤¹¤ë README ¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼ ! ¥ë¤·¤Þ¤¹¤¬¡¢¤³¤ì¤Ï X333doc ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤âÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÌäÂꤢ¤ê ¤Þ¤»¤ó¡£¥Õ¥¡¥¤¥ë¤ÏƱ¤¸¤â¤Î¤Ç¤¹¡£unzip ¤Ë¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£ <!-- <item>No special sequence to unpack the files is required. --- 788,809 ---- <!-- <tscreen><verb> drive:> cd \ ! drive:> unzip \path_of_packages\Xxxxx.zip </verb></tscreen> --> <tscreen><verb> drive:> cd \ ! drive:> unzip \¥Ñ¥Ã¥±¡¼¥¸¤Î¥Ñ¥¹Ì¾\Xxxxx.zip </verb></tscreen> <!-- <item>You might encounter that some packages report duplicate files, e.g. the X server packages install corresponding README files, which are also ! in the Xdoc package. This is okay, the files are the same. Let unzip replace the files. --> <item>°ìÉô¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¥Õ¥¡¥¤¥ë¤¬½Å¤Ê¤Ã¤Æ¤¤¤ë¤ÈÊó¹ð¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ ¤»¤ó¡£Î㤨¤Ð¡¢X ¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥±¡¼¥¸¤ÏÂбþ¤¹¤ë README ¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼ ! ¥ë¤·¤Þ¤¹¤¬¡¢¤³¤ì¤Ï Xdoc ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤âÆþ¤Ã¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤ÏÌäÂꤢ¤ê ¤Þ¤»¤ó¡£¥Õ¥¡¥¤¥ë¤ÏƱ¤¸¤â¤Î¤Ç¤¹¡£unzip ¤Ë¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£ <!-- <item>No special sequence to unpack the files is required. *************** *** 850,863 **** ETC ¥Ç¥£¥ì¥¯¥È¥ê¤òÀßÄꤷ¤Þ¤¹¡£Ä̾¤³¤ì¤Ï°Ê²¼¤Î¤è¤¦¤Ë TCP/IP ¥³¡¼¥É¤Î ETC ¥Ç¥£¥ì¥¯¥È¥ê¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹: <tscreen><verb>SET ETC=C:\TCPIP\ETC</verb></tscreen> - <tag/TMP/ <!-- ! Set to an TMP directory. Normally, this is already set to the TMP ! directory of the TCP/IP code, such as --> ! TMP ¥Ç¥£¥ì¥¯¥È¥ê¤òÀßÄꤷ¤Þ¤¹¡£Ä̾¤³¤ì¤Ï°Ê²¼¤Î¤è¤¦¤Ë TCP/IP ¥³¡¼¥É¤Î ! TMP ¥Ç¥£¥ì¥¯¥È¥ê¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹: <tscreen><verb>SET TMP=C:\TCPIP\TMP</verb></tscreen> <tag/HOSTNAME/ <!-- Set to the internet hostname. Normally, this is already set by the --- 866,896 ---- ETC ¥Ç¥£¥ì¥¯¥È¥ê¤òÀßÄꤷ¤Þ¤¹¡£Ä̾¤³¤ì¤Ï°Ê²¼¤Î¤è¤¦¤Ë TCP/IP ¥³¡¼¥É¤Î ETC ¥Ç¥£¥ì¥¯¥È¥ê¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹: <tscreen><verb>SET ETC=C:\TCPIP\ETC</verb></tscreen> <!-- ! For Warp 4 and later, this may point to the <tt/\MPTN\/ ! directory. This is okay. --> ! Warp 4 °Ê¹ß¤Ç¤Ï¡¢¤³¤ì¤Ï <tt/\MPTN\/ ¥Ç¥£¥ì¥¯¥È¥ê¤ò»Ø¤·¤Æ¤¤¤Æ ! ¤â¹½¤¤¤Þ¤»¤ó¡£¤³¤ì¤ÇOK¤Ç¤¹¡£ ! <tag/TMP/ ! <!-- ! Set to an TMP directory which should reside on a HPFS drive ! (or other filesystem that has real long names). Often, ! this variable is already set to the TMP directory of the ! TCP/IP code, such as ! --> ! TMP ¥Ç¥£¥ì¥¯¥È¥ê¤òÀßÄꤷ¤Þ¤¹¡£TMP ¥Ç¥£¥ì¥¯¥È¥ê¤Ï HPFS ¥É¥é¥¤¥Ö(¤Þ¤¿¤Ï ! ËÜʪ¤Î¥í¥ó¥°¥Õ¥¡¥¤¥ë¥Í¡¼¥à¤¬»È¤¨¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à)¾å¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó¡£Â¿¤¯¤Î¾ì¹ç¡¢¤³¤ì¤Ï´û¤Ë°Ê²¼¤Î¤è¤¦¤Ë TCP/IP ¥³¡¼¥É¤Î TMP ¥Ç¥£¥ì¥¯ ! ¥È¥ê¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹: <tscreen><verb>SET TMP=C:\TCPIP\TMP</verb></tscreen> + <!-- + If you have installed additional software, like VisualAge for C++, + it might be that this variable points to some directory <tt/\ibmcpp\tmp/ . + --> + VisualAge for C++ ¤È¤¤¤Ã¤¿¥½¥Õ¥È¥¦¥§¥¢¤òÄɲ夥󥹥ȡ¼¥ë¤·¤Æ¤¤¤ë¾ì¹ç¤Ë + ¤Ï¡¢¤³¤ÎÊÑ¿ô¤Ï <tt/\ibmcpp\tmp/ Åù¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò»Ø¤·¤Æ¤¤¤ë + ¤«¤â¤·¤ì¤Þ¤»¤ó¡£ <tag/HOSTNAME/ <!-- Set to the internet hostname. Normally, this is already set by the *************** *** 949,958 **** <tag/XSERVER/ <!-- Set this to the executable name of the X server to be used. This ! must be a complete path. My setting is as follows: --> ¤³¤ÎÊÑ¿ô¤Ë¤Ï¡¢»ÈÍѤ¹¤ë X ¥µ¡¼¥Ð¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë̾¤òÀßÄꤷ¤Þ¤¹¡£¤³¤ì¤Ï´° ! Á´¥Ñ¥¹¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£É®¼Ô¤Ï°Ê²¼¤Î¤è¤¦¤ËÀßÄꤷ¤Æ¤¤¤Þ¤¹: <tscreen><verb>SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe</verb></tscreen> <tag/PATH/ <!-- --- 982,991 ---- <tag/XSERVER/ <!-- Set this to the executable name of the X server to be used. This ! must be a complete path. My setting, for instance, looks as follows: --> ¤³¤ÎÊÑ¿ô¤Ë¤Ï¡¢»ÈÍѤ¹¤ë X ¥µ¡¼¥Ð¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë̾¤òÀßÄꤷ¤Þ¤¹¡£¤³¤ì¤Ï´° ! Á´¥Ñ¥¹¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£Î㤨¤Ð¡¢É®¼Ô¤Ï°Ê²¼¤Î¤è¤¦¤ËÀßÄꤷ¤Æ¤¤¤Þ¤¹: <tscreen><verb>SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe</verb></tscreen> <tag/PATH/ <!-- *************** *** 965,975 **** <!-- It is possible to move the binaries to another directory in the search path; for maintenance reasons and clarity of the structure, this ! is not recommended, though. --> ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤ò¸¡º÷¥Ñ¥¹¤Ë´Þ¤Þ¤ì¤ë¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤µ¤»¤ë¤³¤È¤Ï ! ²Äǽ¤Ç¤¹¡£¤·¤«¤·¡¢¥á¥ó¥Æ¥Ê¥ó¥¹¾å¤ÎÍýͳ¤ä¹½Â¤¤Î¤ï¤«¤ê¤ä¤¹¤µ¤ÎÌ̤«¤é¡¢¤³ ! ¤ì¤Ï¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¡£ <tag/LIBPATH/ <!-- Add the DLL directory for the X11 utilities to the LIBPATH. --- 998,1010 ---- <!-- It is possible to move the binaries to another directory in the search path; for maintenance reasons and clarity of the structure, this ! is not recommended, though. You might, of course, use a software like ! TVFS to redirect these files to elsewhere. --> ¤³¤ì¤é¤Î¥Ð¥¤¥Ê¥ê¤ò¸¡º÷¥Ñ¥¹¤Ë´Þ¤Þ¤ì¤ë¾¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤µ¤»¤ë¤³¤È¤Ï ! ²Äǽ¤Ç¤¹¡£¤·¤«¤·¡¢¤³¤ì¤Ï¥á¥ó¥Æ¥Ê¥ó¥¹¾å¤ÎÍýͳ¤ä¹½À®¤Î¤ï¤«¤ê¤ä¤¹¤µ¤ÎÌ̤« ! ¤é¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¡£¤â¤Á¤í¤ó¡¢TVFS Åù¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò»È¤Ã¤Æ¤³¤ì¤é¤Î ! ¥Õ¥¡¥¤¥ë¤òÊ̤ξì½ê¤Ë¥ê¥À¥¤¥ì¥¯¥È¤·¤Æ¤â¹½¤¤¤Þ¤»¤ó¡£ <tag/LIBPATH/ <!-- Add the DLL directory for the X11 utilities to the LIBPATH. *************** *** 995,1000 **** --- 1030,1067 ---- ¤º¤Ã¤È¤½¤³¤Ë¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢ÂçÉôʬ¤Î¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï <tt>%X11ROOT%\XFree86\lib</tt> ¤ò¥Ù¡¼¥¹ÃͤȤ·¤Æ»È¤Ã¤Æ¥Ç¥£¥ì ¥¯¥È¥ê¤Ø¤Î¥Ñ¥¹¤òºî¤Ã¤Æ¤¤¤ë¤«¤é¤Ç¤¹¡£ + <tscreen><verb>SET MANPATH=Y:\XFree86\man;Y:\EMX\man</verb></tscreen> + <!-- + Note: xman alone might not be sufficient to display arbitrary Unix + man pages correctly. You might have to install the <tt/GROFF/ formatter + tool as well. See FAQ for more details. + --> + Ãí°Õ: xman ñÂΤǤÏÁ´¤Æ¤Î Unix ¤Î¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤òÀµ¤·¤¯É½¼¨¤¹¤ë + ¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£<tt/GROFF/ ¤È¤¤¤¦À°·Á¥Ä¡¼¥ë¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤±¤ì¤Ð + ¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£¾Ü¤·¤¯¤Ï FAQ ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ + <tag/OS2_SHELL/ + <tag/COMSPEC/ + <tag/SHELL/ + <tag/X11SHELL/ + <!-- + Some scripts in XFree86 rely on a shell that is compatible to the + standard CMD.EXE. CMD.EXE has some essential properties that allows + it to work correctly in an xterm. Third party shells may not been + developed with running in an environment that, like xterm. accept + input and output from the stdin/stdout file channels, but access + keyboard and video services directly. The above variables allow + reconfiguration of your system in order to run any favorite shell + outside XFree86 and still have XFree86 use CMD.EXE. See the FAQ + for more details. + --> + XFree86 ¤ËÆþ¤Ã¤Æ¤¤¤ë¥¹¥¯¥ê¥×¥È¤Î°ìÉô¤Ï¡¢É¸½à¤Î CMD.EXE ¤Ë¸ß´¹¤Ê¥·¥§¥ë + ¤òÁ°Äó¤È¤·¤Æ¤¤¤Þ¤¹¡£CMD.EXE ¤Ë¤Ï¡¢xterm Æâ¤ÇÀµ¾ï¤ËÆ°ºî¤¹¤ë¤¿¤á¤Î½ÅÍ×¤Ê + µ¡Ç½¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¡£Â¾¤Çºî¤é¤ì¤¿¥·¥§¥ë¤Ï¡¢Æþ½ÐÎϤÏɸ½àÆþÎÏ/ɸ½à½Ð + ÎϤΥե¡¥¤¥ë¥Á¥ã¥Í¥ë¤«¤é¼õ¤±¼è¤ë¤±¤ì¤É¡¢¥­¡¼¥Ü¡¼¥É¤È¥Ó¥Ç¥ª¤Î¥µ¡¼¥Ó¥¹¤Ï + ľÀÜ¥¢¥¯¥»¥¹¤¹¤ë¤È¤¤¤Ã¤¿ xterm ¤Î¤è¤¦¤Ê´Ä¶­¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ + ¤¤¤Þ¤»¤ó¡£¾åµ­¤ÎÊÑ¿ô¤ò»È¤¦¤È¡¢XFree86 ¤Î³°¤Ç¤Ï¹¥¤­¤Ê¥·¥§¥ë¤ò»È¤¤¡¢ + XFree86 ¤ÎÃæ¤À¤±¤Ç¤Ï CMD.EXE ¤ò»È¤¦¤è¤¦¤Ë¥·¥¹¥Æ¥à¤òºÆÀßÄê¤Ç¤­¤Þ¤¹¡£ + ¾Ü¤·¤¯¤Ï FAQ ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ </descrip> <!-- *************** *** 1106,1115 **** <!-- In case of a SLIP/PPP line, you have to establish this connection BEFORE ! you start XFree86. --> SLIP/PPP ²óÀþ¤Î¾ì¹ç¤Ë¤Ï¡¢XFree86 ¤òµ¯Æ°¤¹¤ë<em/Á°/¤Ë¡¢¤³¤ÎÀܳ¤ò³ÎΩ¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ <!-- The <tt/checkinstall.cmd/ script coming with XFree86/OS2 gives some advice --- 1173,1195 ---- <!-- In case of a SLIP/PPP line, you have to establish this connection BEFORE ! you start XFree86. See the next section for more details. --> SLIP/PPP ²óÀþ¤Î¾ì¹ç¤Ë¤Ï¡¢XFree86 ¤òµ¯Æ°¤¹¤ë<em/Á°/¤Ë¡¢¤³¤ÎÀܳ¤ò³ÎΩ¤· ! ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¾Ü¤·¤¯¤Ï¼¡¤ÎÀá¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ ! ! <!-- ! Note that the ability to use host names, for instance in the <tt/DISPLAY/ ! variable, correlates with the existance of a name resolver. If you don't ! have a LAN-based DNS server available, you have to add the relevant hostnames ! to your <tt>HOSTS/ file. The TCP/IP configuration dialogue in your system ! configuration folder allows you to edit this file. ! --> ! ¥Û¥¹¥È̾¤ò»È¤¦(Î㤨¤Ð <tt/DISPLAY/ ÊÑ¿ôÆâ¤Ç¤Î»ÈÍÑ)µ¡Ç½¤Ï¡¢ ! ¥Û¥¹¥È̾²ò·èµ¡¹½¤È´Ø·¸¤¹¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£LAN ¥Ù¡¼¥¹¤Î DNS ¥µ¡¼ ! ¥Ð¤òÍøÍѤǤ­¤Ê¤¤¤Î¤Ç¤¢¤ì¤Ð¡¢´Ø·¸¤¹¤ë¥Û¥¹¥È̾¤ò<tt/HOSTS/ ¥Õ¥¡¥¤¥ë¤ËÄÉ ! ²Ã¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥·¥¹¥Æ¥à¤ÎÀßÄê¥Õ¥©¥ë¥À¤Î TCP/IP ÀßÄê¥À¥¤¥¢¥í¥° ! ¤ò»È¤¨¤Ð¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤òÊÔ½¸¤Ç¤­¤Þ¤¹¡£ <!-- The <tt/checkinstall.cmd/ script coming with XFree86/OS2 gives some advice *************** *** 1120,1129 **** <!-- If you have problems to get this or other basic networking things running, ! seek assistance elsewhere. --> ¤³¤ì¤ä¤ä¾¤Î´ðËÜŪ¤Ê¥Í¥Ã¥È¥ï¡¼¥¯´Ø·¸¤Î¥Ä¡¼¥ë¤òÆ°ºî¤µ¤»¤ëºÝ¤ËÌäÂ꤬µ¯¤³¤Ã ! ¤¿¤é¡¢Â¾¤Ë¼êÅÁ¤Ã¤Æ¤¯¤ì¤ë¿Í¤òõ¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <sect>Configuring X for Your Hardware --- 1200,1265 ---- <!-- If you have problems to get this or other basic networking things running, ! seek assistance in the FAQ, the <htmlurl name="xf86os2 mailing list" url="http://ais.gmd.de/~veit/os2/xf86mail.html"> ! or the <htmlurl name="mailing list archive" url="http://ais.gmd.de/~veit/os2/xf86search.html">. --> ¤³¤ì¤ä¤ä¾¤Î´ðËÜŪ¤Ê¥Í¥Ã¥È¥ï¡¼¥¯´Ø·¸¤Î¥Ä¡¼¥ë¤òÆ°ºî¤µ¤»¤ëºÝ¤ËÌäÂ꤬µ¯¤³¤Ã ! ¤¿¤é¡¢FAQ ! (<htmlurl name="xf86os2 mailing list" url="http://ais.gmd.de/~veit/os2/xf86mail.html">) ! ¤òÄ´¤Ù¤ë¤«¡¢ ! <htmlurl name="¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Î¥¢¡¼¥«¥¤¥Ö" url="http://ais.gmd.de/~veit/os2/xf86search.html"> ! ¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ ! ! <!-- ! <sect>Dynamic IP Considerations ! --> ! <sect>ưŪ¤Ê IP ¤Î¹Íθ ! ! <!-- ! Generally, the whole stuff works best, if your machine has a fixed IP address. ! The localhost address, and also fixed (non-routable) local addresses ! (10.x.x.x, 192.168.x.x, 172.16.x.x-172.31.x.x) work fine. A problem occurs ! on both sides of such an X connection if there are dynamic IP addresses ! involved, for instance in case of a PPP line to an ISP. Unfortunately, the ! XFree86/OS2 net community hasn't come up with a set of helpful scripts yet ! (which I would integrate), so there are here only some hints what the problem ! really is: The X server listens for X protocol packets on some defined ! host/port socket. It gets the information about the socket from either the ! command line or the resolved hostname (which it gets from the <tt/HOSTS/ file ! or the DNS server). Here the <tt/HOSTNAME/ variable comes into play. Once the ! server is running, a change in the IP/HOSTNAME configuration won't be ! recognized any more. Thus, the general approach for X over a dynamic IP line ! is: build the connection to the ISP first, then start the server. The ! relevant script that is responsible for starting the server is the startx.cmd ! script which executes (indirectly) the \XFree86\lib\X11\xinit\xinitrc.cmd ! script. You have to modify these scripts in order to set the <tt/HOSTNAME/ and ! <tt/DISPLAY/ variables correctly and start the server with the right IP address. ! The X server log shows, right to the beginning, at which IP address it is ! listening, for debug purposes. ! --> ! <p> ! °ìÈÌŪ¤Ë¤Ï¡¢¥Þ¥·¥ó¤Î IP ¤¬¸ÇÄê¤Ç¤¢¤ì¤ÐÁ´ÂΤ¬ºÇ¤â¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£ ! ¥í¡¼¥«¥ë¥Û¥¹¥È¥¢¥É¥ì¥¹¤È(¥ë¡¼¥Æ¥£¥ó¥°¤µ¤ì¤Ê¤¤)¸ÇÄê¤Î¥í¡¼¥«¥ë¥¢¥É¥ì¥¹ ! (10.x.x.x, 192.168.x.x, 172.16.x.x-172.31.x.x)¤Ç¤â¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤¹¡£ ! X Àܳ¤Ê¤É¤Îξü¤ÇÌäÂ꤬µ¯¤³¤ë¤Î¤Ï¡¢Æ°Åª¤Ê IP ¥¢¥É¥ì¥¹¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¾ì ! ¹ç¤Ç¤¹¡£¤³¤ì¤ÏÎ㤨¤Ð¡¢ISP ¤Ë PPP Àܳ¤·¤Æ¤¤¤ë¾ì¹ç¤Ê¤É¤Ç¤¹¡£»ÄÇ°¤Ê¤¬¤é¡¢ ! XFree86/OS2 ¤Î¥Í¥Ã¥È¥³¥ß¥å¥Ë¥Æ¥£¤Ï¤³¤ì¤ËÌòΩ¤Ä¥¹¥¯¥ê¥×¥È·²¤ò¤Þ¤ÀÍÑ°Õ¤Ç ! ¤­¤Æ¤¤¤Ê¤¤¤Î¤Ç(É®¼Ô¤¬¤Þ¤È¤á¤ë¤Ä¤â¤ê¤Ç¤¹)¡¢¤³¤³¤Ç¤Ï¼ÂºÝ¤ËÌäÂê¤Ë¤Ê¤Ã¤Æ¤¤ ! ¤ë¤³¤È¤Ë¤Ä¤¤¤Æ¥Ò¥ó¥È¤ò¤¤¤¯¤Ä¤«½Ð¤¹¤À¤±¤Ë¤·¤Þ¤¹: X ¥µ¡¼¥Ð¤ÏÄêµÁ¤µ¤ì¤¿²¿ ! ¤é¤«¤ÎÃͤò»ý¤Ä¥Û¥¹¥È/¥Ý¡¼¥ÈÈÖ¹æ¤Î¥½¥±¥Ã¥È¤Ç X ¥×¥í¥È¥³¥ë¤Î¥Ñ¥±¥Ã¥È¤ò ! ´Æ»ë¤·¤Þ¤¹¡£X ¥µ¡¼¥Ð¤Ï¥½¥±¥Ã¥È¤Ë´Ø¤¹¤ë¾ðÊó¤ò¥³¥Þ¥ó¥É¥é¥¤¥ó¤Þ¤¿¤Ï²ò·è¤µ ! ¤ì¤¿¥Û¥¹¥È̾(¥Û¥¹¥È̾¤Ï <tt/HOSTS/ ¥Õ¥¡¥¤¥ë¤Þ¤¿¤Ï DNS ¥µ¡¼¥Ð¤«¤é¼èÆÀ¤· ! ¤Þ¤¹)¤«¤éÆÀ¤Þ¤¹¡£¤³¤³¤Ç <tt/HOSTNAME/ ÊÑ¿ô¤¬½Ð¤Æ¤­¤Þ¤¹¡£°ìÅÙ¥µ¡¼¥Ð¤¬Æ° ! ¤­½Ð¤¹¤È¡¢IP/¥Û¥¹¥È̾¤ÎÀßÄêÊѹ¹¤Ï¤â¤Ï¤äǧ¼±¤µ¤ì¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ¡¢Æ° ! Ū¤Ë IP ¤¬³ä¤êÅö¤Æ¤é¤ì¤ëÀܳ¾å¤Ç X ¤ò»È¤¦¤¿¤á¤Î°ìÈÌŪ¤Ê¥¢¥×¥í¡¼¥Á¤Ï°Ê ! ²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹: ISP ¤Ø¤ÎÀܳ¤ò¤Þ¤º³ÎΩ¤·¡¢¤½¤ì¤«¤é X ¥µ¡¼¥Ð¤òµ¯Æ° ! ¤·¤Þ¤¹¡£X ¥µ¡¼¥Ð¤Îµ¯Æ°¤ò¹Ô¤¦´ØÏ¢¥¹¥¯¥ê¥×¥È¤Ï startx.cmd ¤Ç¤¹¡£¤³¤Î¥¹¥¯ ! ¥ê¥×¥È¤Ï(´ÖÀÜŪ¤Ë) \XFree86\lib\X11\xinit\xinitrc.cmd ! ¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢¤³¤ì¤é¤Î¥¹¥¯¥ê¥×¥È¤ò½¤Àµ¤·¤Æ¡¢ ! <tt/HOSTNAME/ ÊÑ¿ô¤È <tt/DISPLAY/ ÊÑ¿ô¤òÀµ¤·¤¯ÀßÄꤷ¡¢Àµ¤·¤¤ IP ¥¢¥É¥ì ! ¥¹¤ò»È¤Ã¤Æ X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£X ¥µ¡¼¥Ð¤Î¥í¥°¤Î°ìÈÖ½é ! ¤á¤Î¤¢¤¿¤ê¤Ë¤Ï¡¢´Æ»ë¤·¤Æ¤¤¤ë IP ¥¢¥É¥ì¥¹¤¬¥Ç¥Ð¥Ã¥°ÌÜŪ¤Î¤¿¤á¤Ë½ÐÎϤµ¤ì ! ¤Æ¤¤¤Þ¤¹¡£ <!-- <sect>Configuring X for Your Hardware *************** *** 1231,1264 **** <!-- In most cases, an existing <tt/XF86Config/ file for the same XFree86 version ! from Linux or another platform may be used without changes. There is one ! prominent exception: some S3 805 based VLB cards put their video memory ! in odd locations. The X server can search for this memory by experimentally ! mapping and unmapping possible memory regions. In XFree86/OS2, the OS may ! run out of memory tiles during this process. If this happens, you must ! find out the location of the memory yourself and add it as an option --> ÂçÄñ¤Î¾ì¹ç¡¢Linux ¤ä¾¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ÎƱ¤¸¥Ð¡¼¥¸¥ç¥ó¤Î XFree86 ÍÑ ! ¤Î´û¸¤Î <tt/XF86Config/ ¤òÊѹ¹Ìµ¤·¤Ç»È¤¨¤ë¤È»×¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢1 ¤Ä¤À ! ¤±¤è¤¯ÃΤé¤ì¤¿Îã³°¤¬¤¢¤ê¤Þ¤¹: S3 805 ¥Ù¡¼¥¹¤Î VLB ¥«¡¼¥É¤Î°ìÉô¤Ï¥Ó¥Ç¥ª ! ¥á¥â¥ê¤ò¤ª¤«¤·¤Ê°ÌÃÖ¤ËÇÛÃÖ¤·¤Þ¤¹¡£X ¥µ¡¼¥Ð¤Ï¡¢²ÄǽÀ­¤Î¤¢¤ë¥á¥â¥êÎΰè¤ò ! ¼Â¸³Åª¤Ë¥Þ¥Ã¥×¤ä¥¢¥ó¥Þ¥Ã¥×¤¹¤ë¤³¤È¤Ç¡¢¤³¤Î¥á¥â¥ê¤òõ¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! XFree86/OS2 ¤Ç¤Ï¡¢OS ¤Ï¤³¤Î½èÍý¤ÎÅÓÃæ¤Ç¥á¥â¥ê¥¿¥¤¥ë¤ò»È¤¤²Ì¤¿¤¹¤³¤È¤¬ ! ¤¢¤ê¤Þ¤¹¡£¤³¤¦¤Ê¤Ã¤¿¾ì¹ç¡¢¥á¥â¥ê¤Î°ÌÃÖ¤ò¼«Ê¬¤Ç¸«¤Ä¤±¡¢¥ª¥×¥·¥ç¥ó <tscreen><verb> MemBase 0x12345678 </verb></tscreen> <!-- ! to the XF86Config file. --> ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤ËÄɲ䷤ʤ¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£ <!-- Once you've set up a XF86Config file, you can fine tune the video ! modes with the <tt>xvidtune</tt> utility. --> °ìÅÙ XF86Config ¥Õ¥¡¥¤¥ë¤¬ÀßÄê¤Ç¤­¤ì¤Ð¡¢<tt>xvidtune</tt> ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ¤ò»È¤Ã¤Æ¥Ó¥Ç¥ª¥â¡¼¥É¤òÎɤ¤ÀßÄê¤Ë¥Á¥å¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ <!-- <sect>Running X --- 1367,1431 ---- <!-- In most cases, an existing <tt/XF86Config/ file for the same XFree86 version ! from Linux or another platform may be used without changes. There are two ! prominent exceptions: some S3 805 based VLB cards put their video memory ! in odd locations, and there seems to be an unresolvable PM driver ! inconsistency with Matrox cards. --> ÂçÄñ¤Î¾ì¹ç¡¢Linux ¤ä¾¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ÎƱ¤¸¥Ð¡¼¥¸¥ç¥ó¤Î XFree86 ÍÑ ! ¤Î´û¸¤Î <tt/XF86Config/ ¤òÊѹ¹Ìµ¤·¤Ç»È¤¨¤ë¤È»×¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¤è¤¯ÃÎ ! ¤é¤ì¤¿Îã³°¤¬ 2 ¤Ä¤¢¤ê¤Þ¤¹: S3 805 ¥Ù¡¼¥¹¤Î VLB ¥«¡¼¥É¤Î°ìÉô¤Ï¥Ó¥Ç¥ª¥á ! ¥â¥ê¤ò¤ª¤«¤·¤Ê°ÌÃÖ¤ËÇÛÃÖ¤·¤Þ¤¹¡£¤Þ¤¿¡¢Matrox ¤Î¥«¡¼¥É¤Ç¤Ï PM ¥É¥é¥¤¥Ð ! ¤¬²ò·è¤Ç¤­¤Ê¤¤Ì·½â¤òµ¯¤³¤¹¤è¤¦¤Ç¤¹¡£ ! ! <!-- ! For S3 VLB cards, the X server can search for this memory by experimentally ! mapping and unmapping possible memory regions. However, in XFree86/OS2, ! the OS may run out of memory tiles during this process. If this happens, ! you must find out the location of the memory yourself ! and add it as an option ! --> ! S3 VLB ¥«¡¼¥É¤Î¾ì¹ç¡¢X ¥µ¡¼¥Ð¤Ï²ÄǽÀ­¤Î¤¢¤ë¥á¥â¥êÎΰè¤ò¼Â¸³Åª¤Ë¥Þ¥Ã¥× ! ¤ä¥¢¥ó¥Þ¥Ã¥×¤¹¤ë¤³¤È¤Ç¡¢¤³¤Î¥á¥â¥ê¤òõ¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢ ! XFree86/OS2 ¤Ç¤Ï¤³¤Î½èÍý¤ÎÅÓÃæ¤Ç OS ¤¬¥á¥â¥ê¥¿¥¤¥ë¤ò»È¤¤²Ì¤¿¤¹¤³¤È¤¬¤¢ ! ¤ê¤Þ¤¹¡£¤³¤¦¤Ê¤Ã¤¿¾ì¹ç¡¢¥á¥â¥ê¤Î°ÌÃÖ¤ò¼«Ê¬¤Ç¸«¤Ä¤±¡¢¥ª¥×¥·¥ç¥ó <tscreen><verb> MemBase 0x12345678 </verb></tscreen> <!-- ! to the section "Device" of your XF86Config file. --> ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤ËÄɲ䷤ʤ¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£ ! ! <!-- ! For Matrox cards, the X server may fail to detect the PCI ID of the card ! correctly, as the PM driver and Matrox BIOS may have reprogrammed the card's ! PCI configuration in a non-standard way. The server will then fall into a ! VGA compatible mode at 320x200 resolution. To prevent this, add a ! --> ! Matrox ¤Î¥«¡¼¥É¤Î¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤¬¥«¡¼¥É¤Î PCI ID ¤òÀµ¤·¤¯¸¡½Ð¤Ç¤­ ! ¤º¡¢¤½¤Î¤¿¤á¤Ë PM ¥É¥é¥¤¥Ð¤È Matrox BIOS ¤¬¥«¡¼¥É¤Î PCI ÀßÄê¤ò¤ª¤«¤·¤Ê ! É÷¤ËºÆ¥×¥í¥°¥é¥à¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤¦¤Ê¤ë¤È¥µ¡¼¥Ð¤Ï VGA ¸ß´¹¤Ç²òÁü ! ÅÙ¤¬ 320x200 ¤Î¥â¡¼¥É¤Ë´Ù¤ê¤Þ¤¹¡£¤³¤ì¤òËɤ°¤Ë¤Ï¡¢ ! <tscreen><verb> ! PCIProbe2 ! </verb></tscreen> ! <!-- ! to the section "ServerFlags" of your XF86Config file. ! --> ! ¤ò XF86Config ¥Õ¥¡¥¤¥ë¤Î "ServerFlags" ¥»¥¯¥·¥ç¥ó¤ËÄɲä·¤Þ¤¹¡£ <!-- Once you've set up a XF86Config file, you can fine tune the video ! modes with the <tt>xvidtune</tt> utility. Note this is an X11 program which ! has to be executed in a local xterm window of a running X server, not in ! a PM window. --> °ìÅÙ XF86Config ¥Õ¥¡¥¤¥ë¤¬ÀßÄê¤Ç¤­¤ì¤Ð¡¢<tt>xvidtune</tt> ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ ¤ò»È¤Ã¤Æ¥Ó¥Ç¥ª¥â¡¼¥É¤òÎɤ¤ÀßÄê¤Ë¥Á¥å¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + ¤³¤ì¤Ï PM ¥¦¥£¥ó¥É¥¦¤ÎÃ椫¤é¤Ç¤Ï¤Ê¤¯¡¢Æ°ºîÃæ¤Î X ¥µ¡¼¥Ð¤Î¥í¡¼¥«¥ë¤Î + xterm ¤Î¥¦¥£¥ó¥É¥¦¤ÎÃ椫¤é¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤ X11 ¥×¥í¥°¥é¥à¤Ç¤¢¤ë + ¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <sect>Running X *************** *** 1272,1278 **** an xterm take about 4-6 Mb of memory themselves. X will start up on a system with 8MB or less, but the performance will severely suffer from heavy disk swapping. Your mileage may vary, though, so some people might ! consider this still tolerable. --> ¥Í¥Ã¥È¥ï¡¼¥¯¥½¥Õ¥È¥¦¥§¥¢¡¢ X, ¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤òƱ»þ¤Ë¼Â¹Ô ¤¹¤ë¤Ë¤Ï¡¢¥á¥â¥ê¤ÏºÇÄã 16MB ¤ÏÍߤ·¤¤¤È¤³¤í¤Ç¤¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼ --- 1439,1445 ---- an xterm take about 4-6 Mb of memory themselves. X will start up on a system with 8MB or less, but the performance will severely suffer from heavy disk swapping. Your mileage may vary, though, so some people might ! consider this still tolerable. --> ¥Í¥Ã¥È¥ï¡¼¥¯¥½¥Õ¥È¥¦¥§¥¢¡¢ X, ¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤òƱ»þ¤Ë¼Â¹Ô ¤¹¤ë¤Ë¤Ï¡¢¥á¥â¥ê¤ÏºÇÄã 16MB ¤ÏÍߤ·¤¤¤È¤³¤í¤Ç¤¹¡£¥µ¡¼¥Ð¡¢¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼ *************** *** 1282,1293 **** ¤·¤ì¤Þ¤»¤ó¡£ <!-- The easiest way for new users to start X windows is to type: ! <tscreen><verb>[C:\] startx</verb></tscreen>. ! --> ! »Ï¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X ¥¦¥£¥ó¥É¥¦¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ! <tscreen><verb>[C:\] startx</verb></tscreen> ! ¤ò¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£ <!-- To get out of X windows, type: ``<tt/exit/'' in the console xterm. --- 1449,1487 ---- ¤·¤ì¤Þ¤»¤ó¡£ <!-- + Some more on resource requirements: With the arrival of complex desktops like + WindowMaker, KDE, Gnome, Enlightment, etc. which add a lot of graphical + features, resource requirements grow. The X server will cache used fonts and + resource settings internally, and depending on the number of windows (backing- + store) it may require much more memory and swapspace than the mentioned + few MBs. Also take into consideration that X runs in parallel to PM which + also takes its share. My own system, albeit meanwhile rather outdated, + is a PII-233 with 128MB, however, it is a development system. 64 MB are + meanwhile standard, and okay for the purpose, and my laptop runs Aurora + with XFree86 in 32MB, as well. + --> + ¥ê¥½¡¼¥¹¤Ë´Ø¤¹¤ëÍ×µá¤Ï¾¤Ë¤â¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹: WindowMaker, KDE, Gnome, + Enlightenment Åù¤ÎÊ£»¨¤Ê¥Ç¥¹¥¯¥È¥Ã¥×´Ä¶­¤¬Åо줷¤¿¤³¤È¤Ë¤è¤ê¡¢Èó¾ï¤Ë¿ + ¤¯¤Î¥°¥é¥Õ¥£¥Ã¥¯¥¹¥Õ¥£¡¼¥Á¥ã¤¬Äɲ䵤졢ɬÍפʥ꥽¡¼¥¹¤ÏÂ礭¤¯¤Ê¤ê¤Þ¤·¤¿¡£ + X ¥µ¡¼¥Ð¤Ï»È¤ï¤ì¤¿¥Õ¥©¥ó¥È¤ä¥ê¥½¡¼¥¹ÀßÄê¤òÆâÉôŪ¤Ë¥­¥ã¥Ã¥·¥å¤¹¤ë¤Î¤Ç¡¢ + ¥¦¥£¥ó¥É¥¦(¥Ð¥Ã¥­¥ó¥°¥¹¥È¥¢)¤Î¿ô¤Ë¤è¤Ã¤Æ¤Ï¡¢Àè¤Ë½Ò¤Ù¤¿Î̤è¤ê¤â¤º¤Ã¤È¿ + ¤¯¤Î¥á¥â¥ê¤È¥¹¥ï¥Ã¥×Îΰ褬ɬÍפȤʤê¤Þ¤¹¡£¤Þ¤¿¡¢X ¤Ï PM ¤ÈƱ»þ¤ËÆ°ºî¤· + ¤Æ»ñ¸»¤ò¶¦Í­¤¹¤ë¤³¤È¤â¹Íθ¤·¤Æ¤¯¤À¤µ¤¤¡£É®¼Ô¤Î¥·¥¹¥Æ¥à¤ÏÈæ³ÓŪ¶¯ÎÏ¤Ê + PII-233¡¢¥á¥â¥ê 128M ¤Î¥Þ¥·¥ó¤Ç¤¹¤¬¡¢¤³¤ì¤Ï³«È¯¥·¥¹¥Æ¥à¤Ç¤¹¡£ + 64MB ¤¬¤À¤¤¤¿¤¤É¸½à¤Ç¡¢ÉáÄ̤ÎÌÜŪ¤Ç¤Ï¤³¤ì¤Ç½½Ê¬¤Ç¤¹¡£É®¼Ô¤Î¥é¥Ã¥×¥È¥Ã + ¥×µ¡¤Ç¤Ï¡¢¥á¥â¥ê 32MB ¤Ç¤â Aurora ¤È XFree86 ¤¬°ì½ï¤ËÆ°¤¤¤Æ¤¤¤Þ¤¹¡£ + + <!-- The easiest way for new users to start X windows is to type: ! <tscreen><verb>startx</verb></tscreen> in a PM CMD window. People have ! reported problems when starting this in a fullscreen session or through ! a remote telnet session, so don't try it. ! --> ! ½é¤á¤Æ¤Î¥æ¡¼¥¶¤¬ X ¥¦¥£¥ó¥É¥¦¤òµ¯Æ°¤¹¤ë¤¿¤á¤ÎºÇ¤â´Êñ¤ÊÊýË¡¤Ï¡¢ ! <tscreen><verb>startx</verb></tscreen> ! ¤ò PM ¤Î CMD ¥¦¥£¥ó¥É¥¦¤«¤é¼Â¹Ô¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤ò ! ¥Õ¥ë¥¹¥¯¥ê¡¼¥ó¤Î¥»¥Ã¥·¥ç¥ó¤ä¥ê¥â¡¼¥È¤Î telnet ¥»¥Ã¥·¥ç¥ó¤«¤é¼Â¹Ô¤¹¤ë¤È ! ÌäÂ꤬µ¯¤­¤ë¤³¤È¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤³¤ì¤ò¹Ô¤Ã¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ <!-- To get out of X windows, type: ``<tt/exit/'' in the console xterm. *************** *** 1306,1318 **** By default, the systemwide <tt/xinitrc/ file (in <tt>Y:/XFree86/lib/X11/xinit/xinitrc.cmd</tt>) installs the rather simplistic <tt/twm/ window manager. You can find better window managers on the ported software page at ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86ported.html" url="http://set.gmd.de/~veit/os2/xf86ported.html"> . --> ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¥·¥¹¥Æ¥àÁ´ÂΤΠ<tt/xinitrc/ ¥Õ¥¡¥¤¥ë (<tt>Y:/XFree86/lib/X11/xinit/xinitrc.cmd</tt>)¤Ï ¤«¤Ê¤êºî¤ê¤¬´Êñ¤Ç¤¢¤ë <tt/twm/ ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ ¤¹¡£ ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86ported.html" url="http://set.gmd.de/~veit/os2/xf86ported.html"> ¤Ë¤¢¤ë°Ü¿¢¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú¡¼¥¸¤Ç¡¢¤â¤Ã¤ÈÎɤ¤¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¸«¤Ä ¤±¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ --- 1500,1512 ---- By default, the systemwide <tt/xinitrc/ file (in <tt>Y:/XFree86/lib/X11/xinit/xinitrc.cmd</tt>) installs the rather simplistic <tt/twm/ window manager. You can find better window managers on the ported software page at ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86ported.html" url="http://ais.gmd.de/~veit/os2/xf86ported.html"> . --> ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¥·¥¹¥Æ¥àÁ´ÂΤΠ<tt/xinitrc/ ¥Õ¥¡¥¤¥ë (<tt>Y:/XFree86/lib/X11/xinit/xinitrc.cmd</tt>)¤Ï ¤«¤Ê¤êºî¤ê¤¬´Êñ¤Ç¤¢¤ë <tt/twm/ ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ ¤¹¡£ ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86ported.html" url="http://ais.gmd.de/~veit/os2/xf86ported.html"> ¤Ë¤¢¤ë°Ü¿¢¥½¥Õ¥È¥¦¥§¥¢¤Î¥Ú¡¼¥¸¤Ç¡¢¤â¤Ã¤ÈÎɤ¤¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¸«¤Ä ¤±¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦¡£ *************** *** 1380,1390 **** <!-- <item><bf/ME/ - no, no, forget this: I won't praise myself :-) --> ! <item><bf/¤ï¤¿¤·/ - ¤¤¤ä¤¤¤ä¡¢¤³¤ì¤Ï˺¤ì¤Æ¤¯¤À¤µ¤¤¡£¼«Ê¬¤òÍÀ¤á¤ëµ¤¤Ï¤Ê¤¤¤Ç¤¹ :-) </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml,v 1.1.2.1 1999/05/25 06:39:17 hohndel Exp $ --- 1574,1586 ---- <!-- <item><bf/ME/ - no, no, forget this: I won't praise myself :-) --> ! <item><bf/¤ï¤¿¤·/ - ¤¤¤ä¤¤¤ä¡¢¤³¤ì¤Ï˺¤ì¤Æ¤¯¤À¤µ¤¤¡£¼«Ê¬¤òÍÀ¤á¤ëµ¤¤Ï¤¢¤ê¤Þ¤»¤ó :-) </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2.sgml,v 1.1.2.3 1999/12/28 12:13:54 hohndel Exp $ ! ! *************** *** 1392,1396 **** --- 1588,1600 ---- $XConsortium: OS2.sgml /main/4 1996/03/11 10:46:06 kaleb $ </verb> + + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ + (ËÝÌõ: Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" + name="<fujiwara@linux.or.jp>">)¡£ + ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 + ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation + Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml:1.1.2.1 Tue May 25 16:39:17 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml Tue Dec 28 23:13:55 1999 *************** *** 6,14 **** --> <title>XFree86/OS2 ¤òºÇ½é¤«¤éºÆ¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ <author>Holger Veit ! <date>Last modified 04 October 1998 <trans>The X Japanese Documentation Project ! <tdate>Last modified 11 February 1999 <toc> --- 6,14 ---- --> <title>XFree86/OS2 ¤òºÇ½é¤«¤éºÆ¹½ÃÛ¤¹¤ëºÝ¤ÎÃí°Õ <author>Holger Veit ! <date>Last modified December 12th, 1999 <trans>The X Japanese Documentation Project ! <tdate>Last modified December 21th, 1999 <toc> *************** *** 42,55 **** ¤ó¤Ç¡¢ºÇÄã¸Â¤³¤³¤Ë½ñ¤«¤ì¤Æ¤¤¤ë´Ä¶­ÊÑ¿ô¤ÎÀßÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <p> <!-- ! At the current time, the most recent version available is XFree86-3.3.3. This is a full and unrestricted version which comes with complete source ! code. 3.3.3 is not only a bugfix release, but also supports new hardware, some of which might not even supported by OS/2 itself. See the RELEASE NOTES document for details. --> ! ¸½»þÅÀ¤Ç¤Ï¡¢ÍøÍѲÄǽ¤ÊºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Ï XFree86-3.3.3 ¤Ç¤¹¡£¤³¤ì¤ÏÀ©¸Â ! ̵¤·¤Î´°Á´¤Ê¥Ð¡¼¥¸¥ç¥ó¤Ç¤¢¤ê¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£3.3.3 ¤Ï ñ¤Ê¤ë¥Ð¥°½¤Àµ¥ê¥ê¡¼¥¹¤Ç¤Ï¤Ê¤¯¡¢¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ¤³¤ÎÃæ¤Ë¤Ï OS/2 ¼«¿È¤Ç¤µ¤¨¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤â¤Î¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ¾Ü¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 42,55 ---- ¤ó¤Ç¡¢ºÇÄã¸Â¤³¤³¤Ë½ñ¤«¤ì¤Æ¤¤¤ë´Ä¶­ÊÑ¿ô¤ÎÀßÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <p> <!-- ! At the current time, the most recent version available is XFree86-3.3.6. This is a full and unrestricted version which comes with complete source ! code. 3.3.6 is not only a bugfix release, but also supports new hardware, some of which might not even supported by OS/2 itself. See the RELEASE NOTES document for details. --> ! ¸½»þÅÀ¤Ç¤Ï¡¢ÍøÍѲÄǽ¤ÊºÇ¿·¥Ð¡¼¥¸¥ç¥ó¤Ï XFree86-3.3.6 ¤Ç¤¹¡£¤³¤ì¤ÏÀ©¸Â ! ̵¤·¤Î´°Á´¤Ê¥Ð¡¼¥¸¥ç¥ó¤Ç¤¢¤ê¡¢¥½¡¼¥¹¥³¡¼¥É¤âÁ´¤ÆÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£3.3.6 ¤Ï ñ¤Ê¤ë¥Ð¥°½¤Àµ¥ê¥ê¡¼¥¹¤Ç¤Ï¤Ê¤¯¡¢¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ¤³¤ÎÃæ¤Ë¤Ï OS/2 ¼«¿È¤Ç¤µ¤¨¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤â¤Î¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ ¾Ü¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Î¡¼¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 58,71 **** If you want to join the XFree86 developer team, e.g. to add support for certain hardware, please send a request to BOD@XFree86.org. Please think about such a step carefully before, though, since much work is ! involved. Please use the XFree86-3.3.3 source code as a test example how to compile the system. The ability to manage that is a basic requirement for becoming a developer. --> (¤¢¤ë¥Ï¡¼¥É¥¦¥§¥¢¤Î¥µ¥Ý¡¼¥ÈÄɲÃÅù¤Ç)XFree86 ³«È¯¥Á¡¼¥à¤Ë»²²Ã¤·¤¿¤¤¤È»× ¤ï¤ì¤¿¤Ê¤é¡¢BOD@XFree86.org ¤Ë¥ê¥¯¥¨¥¹¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤·¤«¤·¡¢¤½¤Î Á°¤Ë¤³¤Î¤è¤¦¤Ê¥¹¥Æ¥Ã¥×¤Ë¤Ä¤¤¤Æ¤è¤¯¹Í¤¨¤Æ¤¯¤À¤µ¤¤¡£¤È¤¤¤¦¤Î¤â¡¢ºî¶È¤¬¤¿ ! ¤¯¤µ¤ó¤¢¤ë¤«¤é¤Ç¤¹¡£XFree86-3.3.3 ¤Î¥½¡¼¥¹¥³¡¼¥É¤ò¥·¥¹¥Æ¥à¤Î¥³¥ó¥Ñ¥¤¥ë ÊýË¡¤Î¥Æ¥¹¥ÈÎã¤È¤·¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£³«È¯¼Ô¤Ë¤Ê¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤ì¤ò´ÉÍý¤¹ ¤ëǽÎϤ¬´ðËÜŪ¤ËɬÍפǤ¹¡£ --- 58,71 ---- If you want to join the XFree86 developer team, e.g. to add support for certain hardware, please send a request to BOD@XFree86.org. Please think about such a step carefully before, though, since much work is ! involved. Please use the XFree86-3.3.6 source code as a test example how to compile the system. The ability to manage that is a basic requirement for becoming a developer. --> (¤¢¤ë¥Ï¡¼¥É¥¦¥§¥¢¤Î¥µ¥Ý¡¼¥ÈÄɲÃÅù¤Ç)XFree86 ³«È¯¥Á¡¼¥à¤Ë»²²Ã¤·¤¿¤¤¤È»× ¤ï¤ì¤¿¤Ê¤é¡¢BOD@XFree86.org ¤Ë¥ê¥¯¥¨¥¹¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£¤·¤«¤·¡¢¤½¤Î Á°¤Ë¤³¤Î¤è¤¦¤Ê¥¹¥Æ¥Ã¥×¤Ë¤Ä¤¤¤Æ¤è¤¯¹Í¤¨¤Æ¤¯¤À¤µ¤¤¡£¤È¤¤¤¦¤Î¤â¡¢ºî¶È¤¬¤¿ ! ¤¯¤µ¤ó¤¢¤ë¤«¤é¤Ç¤¹¡£XFree86-3.3.6 ¤Î¥½¡¼¥¹¥³¡¼¥É¤ò¥·¥¹¥Æ¥à¤Î¥³¥ó¥Ñ¥¤¥ë ÊýË¡¤Î¥Æ¥¹¥ÈÎã¤È¤·¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£³«È¯¼Ô¤Ë¤Ê¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤ì¤ò´ÉÍý¤¹ ¤ëǽÎϤ¬´ðËÜŪ¤ËɬÍפǤ¹¡£ *************** *** 93,99 **** <itemize> <!-- ! <item>gcc EMX/gcc emx 0.9C patch4 or later --> <item>gcc EMX/gcc emx 0.9C patch4 °Ê¹ß <item>gzip GNU zip/unzip --- 93,99 ---- <itemize> <!-- ! <item>gcc EMX/gcc emx 0.9d patch2 or later --> <item>gcc EMX/gcc emx 0.9C patch4 °Ê¹ß <item>gzip GNU zip/unzip *************** *** 119,133 **** <item>grep GNU grep <item>gawk GNU awk <!-- ! <item>make GNU make 3.71/3.72 (use the one from X332prog.zip!) --> ! <item>make GNU make 3.71/3.72 (X332prog.zip ¤ËÆþ¤Ã¤Æ¤¤¤ë¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤!) <item>flex GNU flex <item>bison GNU bison <!-- <item>find GNU find (attention: incompatible tool with the same name in OS/2) --> <item>find GNU find (Ãí°Õ: OS/2 ¤ÎƱ̾¤Î¥³¥Þ¥ó¥É¤È¤Ï¸ß´¹À­¤Ï¤¢¤ê¤Þ¤»¤ó) </itemize> <!-- --- 119,139 ---- <item>grep GNU grep <item>gawk GNU awk <!-- ! <item>make GNU make 3.71/3.72 (use the one from Xprog.zip!) --> ! <item>make GNU make 3.71/3.72 (Xprog.zip ¤ËÆþ¤Ã¤Æ¤¤¤ë¤â¤Î¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤!) <item>flex GNU flex <item>bison GNU bison <!-- <item>find GNU find (attention: incompatible tool with the same name in OS/2) --> <item>find GNU find (Ãí°Õ: OS/2 ¤ÎƱ̾¤Î¥³¥Þ¥ó¥É¤È¤Ï¸ß´¹À­¤Ï¤¢¤ê¤Þ¤»¤ó) + <!-- + <item>unix2dos Some conversion utility to convert LF delimiter to CRLF (may + be called unixtoos2 or alike as well) + --> + <item>unix2dos ²þ¹Ô¥³¡¼¥É LF ¤ò CRLF ¤ËÊÑ´¹¤¹¤ëÊÑ´¹¥Ä¡¼¥ëÎà(unixtoos2 + ¤È¤¤¤Ã¤¿Ì¾Á°¤Ç¤¢¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹) </itemize> <!-- *************** *** 144,153 **** <!-- Furthermore, you need the XFree86 sources. These are available from the common XFree86 repositories. Look into a directory which is ! often named /pub/XFree86/3.3/source. --> ¤³¤ì¤Ë²Ã¤¨¤Æ¡¢XFree86 ¤Î¥½¡¼¥¹¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ï°ìÈ̤ΠXFree86 ¤Î¥ê¥Ý ! ¥¸¥È¥ê¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£/pub/XFree86/3.3/source ¤È¤¤¤Ã¤¿Ì¾Á° ¤Ç¤¢¤ë¤³¤È¤¬Â¿¤¤¤Î¤Ç¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ <!-- --- 150,159 ---- <!-- Furthermore, you need the XFree86 sources. These are available from the common XFree86 repositories. Look into a directory which is ! often named /pub/XFree86/3.3.6/source. --> ¤³¤ì¤Ë²Ã¤¨¤Æ¡¢XFree86 ¤Î¥½¡¼¥¹¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ï°ìÈ̤ΠXFree86 ¤Î¥ê¥Ý ! ¥¸¥È¥ê¤«¤éÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£/pub/XFree86/3.3.6/source ¤È¤¤¤Ã¤¿Ì¾Á° ¤Ç¤¢¤ë¤³¤È¤¬Â¿¤¤¤Î¤Ç¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ <!-- *************** *** 157,170 **** <p> <!-- ! You need about 300MB of free HPFS space for the whole system. This does not ! include space for the postscript and troff documentation files. I have never ! installed them. Nor did I install the test subtree. ! --> ! ¥·¥¹¥Æ¥àÁ´ÂΤò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢HPFS ¤Î¶õ¤­Îΰ褬Ìó 300MB ɬÍ×¤Ç ! ¤¹¡£¤³¤Î¥µ¥¤¥º¤Ë¤Ï Postscript ·Á¼°¤ä troff ·Á¼°¤Î¥É¥­¥å¥á¥ó¥È¤Îʬ¤Ï´Þ ! ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó¡£É®¼Ô¤Ï¤³¤ì¤é¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤³¤È¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢ ! ¥Æ¥¹¥ÈÍѤΥµ¥Ö¥Ä¥ê¡¼¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤³¤È¤â¤¢¤ê¤Þ¤»¤ó¡£ <enum> <!-- --- 163,177 ---- <p> <!-- ! You need about 300MB of free HPFS (or NFS, JFS, ext2fs) space for the whole ! system. This does not include space for the postscript and troff documentation ! files. I have never installed them. Nor did I install the test subtree. ! --> ! ¥·¥¹¥Æ¥àÁ´ÂΤò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢HPFS(¤Þ¤¿¤Ï NFS, JFS, ext2fs) ¤Î ! ¶õ¤­Îΰ褬Ìó 300MB ɬÍפǤ¹¡£¤³¤Î¥µ¥¤¥º¤Ë¤Ï Postscript ·Á¼°¤ä troff ·Á ! ¼°¤Î¥É¥­¥å¥á¥ó¥È¤Îʬ¤Ï´Þ¤Þ¤ì¤Æ¤¤¤Þ¤»¤ó¡£É®¼Ô¤Ï¤³¤ì¤é¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿ ! ¤³¤È¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢¥Æ¥¹¥ÈÍѤΥµ¥Ö¥Ä¥ê¡¼¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤³¤È¤â¤¢ ! ¤ê¤Þ¤»¤ó¡£ <enum> <!-- *************** *** 297,307 **** <item>Go to the <tt>xc/config/cf</tt> directory and edit the <tt>xf86site.def</tt> file to match your requirements (you probably don't want to compile all X servers). Certain changes must be set to the following values: ! --> ! <item><tt>xc/config/cf</tt> ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢ ! <tt>xf86site.def</tt> ¤òÊÔ½¸¤·¤ÆɬÍפʾò·ï¤Ë¹ç¤¦¤è¤¦¤Ë¤·¤Þ¤¹(¤¿¤Ö¤ó¡¢ ! Á´¤Æ¤Î X ¥µ¡¼¥Ð¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤Ä¤â¤ê¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦)¡£¤¤¤¯¤Ä¤«¤ÎÊѹ¹¤¬ ! ɬÍפǡ¢°Ê²¼¤ËÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: <itemize> <!-- <item>Disable if not already done any PC98 server; PC98 (Japanese XFree86) --- 304,322 ---- <item>Go to the <tt>xc/config/cf</tt> directory and edit the <tt>xf86site.def</tt> file to match your requirements (you probably don't want to compile all X servers). Certain changes must be set to the following values: ! ! <item>Go to the <tt>xc\config\cf</tt> directory and copy the file ! <tt>\x11bsol;xcbsol;programsbsol;Xserverbsol;hwbsol;xfree86bsol;etcbsol;bindistbsol;OS2bsol;host.def.os2</tt> ! into <tt>xc/config/cf/host.def</tt> and edit it to match your ! requirements (you probably don't want to compile all X servers). ! Certain changes must be set to the following values: ! --> ! <item><tt>xc\config\cf</tt> ¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢ ! <tt>\x11bsol;xcbsol;programsbsol;Xserverbsol;hwbsol;xfree86bsol;etcbsol;bindistbsol;OS2bsol;host.def.os2</tt> ! ¥Õ¥¡¥¤¥ë¤ò <tt>xc/config/cf/host.def</tt> ¤Ë¥³¥Ô¡¼¤·¡¢¤³¤ì¤òɬÍפʾò·ï ! ¤Ë¹ç¤ï¤»¤ÆÊÔ½¸¤·¤Þ¤¹(¤¿¤Ö¤ó¡¢Á´¤Æ¤Î X ¥µ¡¼¥Ð¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤³¤È¤Ï¤Ê¤¤ ! ¤Ç¤·¤ç¤¦)¡£¤¤¤¯¤Ä¤«¤ÎÊѹ¹¤Ïɬ¿Ü¤Ç¤¢¤ê¡¢°Ê²¼¤ÎÃͤËÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ ! ¤»¤ó: <itemize> <!-- <item>Disable if not already done any PC98 server; PC98 (Japanese XFree86) *************** *** 311,338 **** ËÜÆȼ«¤Î¥Þ¥·¥óÍѤΠXFree86)¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó¡£°Ü¿¢¤¹¤ë¿Í¤¬ÆüËÜ ¤«¤é¸½¤ï¤ì¤ë¤Î¤òÂԤäƤޤ¹! <!-- ! <item><tt>#define WacomSupport NO ! #define ElographicsSupport NO</tt> ! Both options are not yet supported. ! --> ! <item><tt>#define WacomSupport NO ! #define ElographicsSupport NO</tt> ! ¤É¤Á¤é¤Î¥ª¥×¥·¥ç¥ó¤â¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! <!-- ! <item>Tcl* and Tk* don't need to be set explicitly. Reasonable defaults ! are in the other config files, provided you have a complete ! XFree86/OS2 binary tree with the tcl/tk runtime support installed. ! --> ! <item>Tcl* and Tk* ¤ÎÀßÄê¤òÌÀ¼¨Åª¤Ë¹Ô¤¦É¬ÍפϤ¢¤ê¤Þ¤»¤ó¡£Tcl/Tk ! ¤Î¥é¥ó¥¿¥¤¥à¥µ¥Ý¡¼¥È¤ò´Þ¤à XFree86/OS2 ¤Î¥Ð¥¤¥Ê¥êÁ´ÂΤ¬¥¤¥ó¥¹¥È¡¼ ! ¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð¡¢Å¬Àڤʥǥե©¥ë¥ÈÃͤ¬Â¾¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ÇÀßÄꤵ¤ì¤Þ ! ¤¹¡£ <!-- <item><tt>#define BuildDynamicLoading NO</tt> This does not work. --> <item><tt>#define BuildDynamicLoading NO</tt> ¤³¤ì¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ </itemize> <!-- <item>Go to the directory <tt>xc\util\compress</tt> and --- 326,346 ---- ËÜÆȼ«¤Î¥Þ¥·¥óÍѤΠXFree86)¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó¡£°Ü¿¢¤¹¤ë¿Í¤¬ÆüËÜ ¤«¤é¸½¤ï¤ì¤ë¤Î¤òÂԤäƤޤ¹! <!-- ! <item>Disable the whole external input device stuff, like JoystickSupport, Wacom- ! Support, etc. ! --> ! <item>JoystickSupport ¤ä WacomSupport Åù¤Î³°ÉôÆþÎÏ´Ø·¸¤òÁ´¤Æ̵¸ú¤Ë¤·¤Þ¤¹¡£ <!-- <item><tt>#define BuildDynamicLoading NO</tt> This does not work. --> <item><tt>#define BuildDynamicLoading NO</tt> ¤³¤ì¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£ + <!-- + <item>Disable the special servers XVirtualFramebufferServer, XnestServer, XprtServer + --> + <item>Æüì¤Ê¥µ¡¼¥Ð¤Ç¤¢¤ë XVirtualFramebufferServer, XnestServer, + XprtServer ¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£ </itemize> <!-- <item>Go to the directory <tt>xc\util\compress</tt> and *************** *** 364,369 **** --- 372,387 ---- ¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¤³¤Î´Ä¶­ÊÑ¿ô¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢Ëܥɥ­¥å¥á¥ó¥È¤Î Á°½ñ¤­¤Þ¤ÇÌá¤Ã¤Æ¤¯¤À¤µ¤¤¡£²¿¤«Ëº¤ì¤â¤Î¤ò¤·¤Æ¤¤¤Þ¤¹¡£ <!-- + <item>Copy the file <tt>xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2</tt> + to the location <tt>xc/config/cf/host.def</tt>. Use this file to do + any specific modifications to imake variables, rather than editing + the file xfree86.cf, imake.tmpl, or os2.cf directly. + --> + <item><tt>xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2</tt> + ¥Õ¥¡¥¤¥ë¤ò <tt>xc/config/cf/host.def</tt> ¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£¤³¤Î¥Õ¥¡¥¤¥ë + ¤Ï¡¢xfree86.cf, imake.tmpl, os2.cf ¥Õ¥¡¥¤¥ë¤òľÀÜÊÔ½¸¤»¤º¤Ë imake ÊÔ½¸ + ¤Ë¸ÇÍ­¤ÎÊѹ¹¤ò²Ã¤¨¤ë¤¿¤á¤ËÍѤ¤¤Þ¤¹¡£ + <!-- <item>Copy the file <tt>xc/config/util/buildos2.cmd</tt> into the <tt/xc/ directory. If this is a second or later attempt, you might need to copy the saved toplevel Makefile.os2 back to Makefile. *************** *** 379,390 **** ¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤Ï¡¢¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥í¥°¥Õ¥¡¥¤¥ë <tt>buildxc.log</tt> ¤òºî¤ê¤Þ¤¹¡£ <!-- <item>Go have a bucket of coffee, or better, buy new coffee - in Colombia! The compile will need between 2 and 20 hours, depending on your selections, and the horse power of your hardware. --> ! <item>¥³¡¼¥Ò¡¼¤ò°û¤ß¤Þ¤¹¡£¿·¤·¤¤¥³¡¼¥Ò¡¼¤ò¥³¥í¥ó¥Ó¥¢¤Þ¤ÇÇ㤤¤Ë¹Ô¤¯¤È¤â¤Ã ! ¤È¤¤¤¤¤Ç¤·¤ç¤¦! ¥Þ¥·¥óÁªÂò¤È¥Ï¡¼¥É¥¦¥§¥¢¤ÎÇÏÎϤˤè¤Ã¤Æ¡¢¥³¥ó¥Ñ¥¤¥ë¤Ë¤Ï 2 »þ´Ö¤«¤é 20 »þ´Ö¤«¤«¤ê¤Þ¤¹¡£ <!-- <item>When finished, view the logfile for errors, and fix the problems if --- 397,420 ---- ¤¹¡£¤³¤Î¥³¥Þ¥ó¥É¤Ï¡¢¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥í¥°¥Õ¥¡¥¤¥ë <tt>buildxc.log</tt> ¤òºî¤ê¤Þ¤¹¡£ <!-- + Note: this may immediately fail in case, you got your distribution + from a Unix tar archive. Unfortunately the OS/2 REXX interpreter + has a problem with scripts that use the Unix convention as a line + delimiter. So go through the whole tree and convert the *.cmd files + to "OS/2 ASCII" by one of the typical unix2dos or unixtoos2 programs. + --> + Ãí°Õ: ÇÛÉÛʪ¤ò Unix tar ·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤«¤é¼è¤ê½Ð¤·¤¿¾ì¹ç¤Ë¤Ï¡¢¤³¤Î + ¥³¥Þ¥ó¥É¤Ï¨ºÂ¤Ë¼ºÇÔ¤¹¤ë¤Ç¤·¤ç¤¦¡£»ÄÇ°¤Ê¤³¤È¤Ë¡¢OS/2 ¤Î REXX ¥¤¥ó¥¿¥× + ¥ê¥¿¤Ë¤Ï¡¢Unix ή¤Î²þ¹Ô¥³¡¼¥É¤ò»È¤Ã¤Æ¤¤¤ë¥¹¥¯¥ê¥×¥È¤ÇÌäÂê¤òµ¯¤³¤·¤Þ¤¹¡£ + ¤Ç¤¹¤«¤é¡¢¥Ä¥ê¡¼Á´ÂΤòÄ´¤Ù¡¢unix2dos ¤ä unixtoos2 ¤ËÂåɽ¤µ¤ì¤ë¥×¥í¥°¥é + ¥à¤ò»È¤Ã¤Æ *.cmd ¥Õ¥¡¥¤¥ë¤ò "OS/2 ASCII" ·Á¼°¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ + <!-- <item>Go have a bucket of coffee, or better, buy new coffee - in Colombia! The compile will need between 2 and 20 hours, depending on your selections, and the horse power of your hardware. --> ! <item>¥³¡¼¥Ò¡¼¤ò°û¤ß¤Þ¤¹¡£¥³¥í¥ó¥Ó¥¢»º¤Ê¤é¤â¤Ã¤È¤¤¤¤¤Ç¤·¤ç¤¦! ! Áª¤ó¤ÀÀßÄê¤È¥Ï¡¼¥É¥¦¥§¥¢¤ÎÇÏÎϤˤè¤Ã¤Æ¡¢¥³¥ó¥Ñ¥¤¥ë¤Ë¤Ï 2 »þ´Ö¤«¤é 20 »þ´Ö¤«¤«¤ê¤Þ¤¹¡£ <!-- <item>When finished, view the logfile for errors, and fix the problems if *************** *** 396,403 **** ¤¿¤Î¤Ç¡¢Æ°ºî¤¹¤ëÀßÄê¤Ï¾¯¤Ê¤¯¤È¤â 1 ¤Ä¤Ï¤¢¤ë¤È¸À¤¨¤Þ¤¹¡£ <!-- <item>Finally, from the <tt/xc/ dir, execute - <item>ºÇ¸å¤Ë¡¢<tt/xc/ ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: --> <verb> xmake install xmake install.man --- 426,433 ---- ¤¿¤Î¤Ç¡¢Æ°ºî¤¹¤ëÀßÄê¤Ï¾¯¤Ê¤¯¤È¤â 1 ¤Ä¤Ï¤¢¤ë¤È¸À¤¨¤Þ¤¹¡£ <!-- <item>Finally, from the <tt/xc/ dir, execute --> + <item>ºÇ¸å¤Ë¡¢<tt/xc/ ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹: <verb> xmake install xmake install.man *************** *** 447,453 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml,v 1.1.2.1 1999/05/25 06:39:17 hohndel Exp $ --- 477,483 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OS2note.sgml,v 1.1.2.3 1999/12/28 12:13:55 hohndel Exp $ *************** *** 455,459 **** --- 485,497 ---- $XConsortium: OS2note.sgml /main/1 1996/02/24 10:08:59 kaleb $ </verb> + + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å <url + url="mailto:fujiwara@linux.or.jp" + name="<fujiwara@linux.or.jp>"> ¤¬¹Ô¤¤¤Þ¤·¤¿¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ + ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ + ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï + X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml:1.1.2.1 Tue May 25 16:39:18 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml Sat Nov 27 02:23:46 1999 *************** *** 7,16 **** <title>Information for Oak Technologies Inc. Chipset Users --> <title>Oak Technologies Inc. À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! <author>Jorge F. Delgado Mendoza (<it>ernar@dit.upm.es</it>) ! <date>27 February 1998 <trans>The X Japanese Documentation Project ! <tdate>15 January 1999 <!-- Table of contents --> <toc> --- 7,16 ---- <title>Information for Oak Technologies Inc. Chipset Users --> <title>Oak Technologies Inc. À½¥Á¥Ã¥×¥»¥Ã¥È¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! <author>Jorge F. Delgado Mendoza (<it>delgadomendoza.j@pg.com</it>) ! <date>17 August 1999 <trans>The X Japanese Documentation Project ! <tdate>12 September 1999 <!-- Table of contents --> <toc> *************** *** 89,105 **** These are new, PCI chipsets by Oak Tech. Inc. Support is not included for them, as they are very rare and I haven't had the chance to look at one of these boards. ! We have been unable to locate either 107's or 111's (also ! called "Spitfire 64111"). If anybody has such a board and ! can donate it to XFree86, I would be more than glad to add support for them. --> Oak Tech. ¤Î¿·¤·¤¤ PCI ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ø¤ÎÂбþ¤Ï¹Ô ¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏÈó¾ï¤ËÄÁ¤·¤¯¡¢É®¼Ô¤â¼Âʪ ! ¤ò¸«¤¿¤³¤È¤¬¤Ê¤¤¤«¤é¤Ç¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢107 ÅëºÜ¥Ü¡¼¥É¤â 111 ÅëºÜ¥Ü¡¼ ! ¥É("Spitfire 64111" ¤È¤â¸Æ¤Ð¤ì¤Þ¤¹)¤â¸«¤Ä¤±¤ë¤³¤È¤Ï¤Ç¤­¤Æ¤¤¤Þ¤»¤ó¡£¤³ ! ¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤ò»ý¤Ã¤Æ¤¤¤ëÊý¤¬¤¤¤é¤Ã¤·¤ã¤ì¤Ð¡¢¤¼¤Ò XFree86 ¤Ë´óÉÕ¤·¤Æ ! ¤¯¤À¤µ¤¤¡£´î¤ó¤Ç¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤¹¡£ </descrip> <!-- --- 89,110 ---- These are new, PCI chipsets by Oak Tech. Inc. Support is not included for them, as they are very rare and I haven't had the chance to look at one of these boards. ! We have been unable to locate 107's. If anybody has such a board and ! can donate it to XFree86, we would be more than glad to add support for them. --> Oak Tech. ¤Î¿·¤·¤¤ PCI ¥Á¥Ã¥×¥»¥Ã¥È¤Ç¤¹¡£¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ø¤ÎÂбþ¤Ï¹Ô ¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ÏÈó¾ï¤ËÄÁ¤·¤¯¡¢É®¼Ô¤â¼Âʪ ! ¤ò¸«¤¿¤³¤È¤¬¤Ê¤¤¤«¤é¤Ç¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢107 ÅëºÜ¥Ü¡¼¥É¤ò¸«¤Ä¤±¤ë¤³¤È¤Ï ! ¤Ç¤­¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¥Ü¡¼¥É¤ò»ý¤Ã¤Æ¤¤¤ëÊý¤¬¤¤¤é¤Ã¤·¤ã¤ì¤Ð¡¢¤¼¤Ò ! XFree86 ¤Ë´óÉÕ¤·¤Æ¤¯¤À¤µ¤¤¡£´î¤ó¤Ç¤³¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ ! ¤¹¡£ ! <p> ! <!-- ! An OTI111 is now available and we are working on support for it. ! --> ! ¸½ºß¤Ï OTI111 ¤¬Æþ¼ê¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤ª¤ê¡¢²æ¡¹¤â¤³¤ì¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¿ ! ¤á¤Îºî¶È¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£ </descrip> <!-- *************** *** 377,383 **** ¤¤¤Þ¤¹(´°Á´¤Ë¤Ï¥Æ¥¹¥È¤·¤Æ¤¤¤Þ¤»¤ó)¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml,v 1.1.2.1 1999/05/25 06:39:18 hohndel Exp $ --- 382,388 ---- ¤¤¤Þ¤¹(´°Á´¤Ë¤Ï¥Æ¥¹¥È¤·¤Æ¤¤¤Þ¤»¤ó)¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Oak.sgml,v 1.1.2.2 1999/11/26 15:23:46 hohndel Exp $ *************** *** 393,398 **** ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> --- 398,403 ---- ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ! ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml:1.1.2.1 Tue May 25 16:39:18 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml Sat Nov 27 02:23:46 1999 *************** *** 7,16 **** <title>OpenBSD ÍÑ XFree86 ¤Ë´Ø¤¹¤ë README <author> Matthieu Herrb ! <Date>Last modified on: 29 December 1998 <trans> The X Japanese Documentation Project ! <tdate>Last modified on: 8 February 1999 <toc> --- 7,16 ---- <title>OpenBSD ÍÑ XFree86 ¤Ë´Ø¤¹¤ë README <author> Matthieu Herrb ! <Date>Last modified on: 20 August 1999 <trans> The X Japanese Documentation Project ! <tdate>Last modified on: 12 September 1999 <toc> *************** *** 52,60 **** url="ftp://ftp.XFree86.org/pub/XFree86/current"> <!-- ! Binaries for OpenBSD 2.4 and later are available from: --> ! OpenBSD 2.4 ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/OpenBSD" url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/OpenBSD"> --- 52,60 ---- url="ftp://ftp.XFree86.org/pub/XFree86/current"> <!-- ! Binaries for OpenBSD 2.5 and later are available from: --> ! OpenBSD 2.5 ÍѤΥХ¤¥Ê¥ê¤Ï°Ê²¼¤Î¾ì½ê¤«¤éÆþ¼ê¤Ç¤­¤Þ¤¹: <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/OpenBSD" url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/OpenBSD"> *************** *** 95,110 **** ¤Æ¤¯¤À¤µ¤¤¡£Ëܥɥ­¥å¥á¥ó¥È¤ò½¤Àµ¤·¤Þ¤¹¡£ <!-- ! <sect>New features in this release --> ! <sect>º£²ó¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë¿·µ¡Ç½ <p> <!-- ! See the <htmlurl url="RELNOTES.html" name="Release Notes"> for ! new features in XFree86. --> ! XFree86 ¤Î¿·µ¡Ç½¤Ë¤Ä¤¤¤Æ¤Ï¡¢ ! <htmlurl url="RELNOTES.html" name="¥ê¥ê¡¼¥¹¥Î¡¼¥È">¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <sect>Installing the Binaries --- 95,128 ---- ¤Æ¤¯¤À¤µ¤¤¡£Ëܥɥ­¥å¥á¥ó¥È¤ò½¤Àµ¤·¤Þ¤¹¡£ <!-- ! <sect>New OS-dependent features in this release --> ! <sect>º£²ó¤Î¥ê¥ê¡¼¥¹¤Ë¤ª¤±¤ë OS °Í¸¤Î¿·µ¡Ç½ <p> <!-- ! None. See the <htmlurl url="RELNOTES.html" name="Release Notes"> for ! non-OS dependent new features in XFree86 3.3.5. --> ! ¤¢¤ê¤Þ¤»¤ó¡£XFree86 3.3.5 ¤Ë¤ª¤±¤ë¡¢OS ¤Ë°Í¸¤·¤Ê¤¤¿·µ¡Ç½¤Ë¤Ä¤¤¤Æ¤Ï ! <htmlurl url="RELNOTES.html" name="¥ê¥ê¡¼¥¹¥Î¡¼¥È">¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ ! ! <!-- ! <sect>New OS-dependent features in XFree86 3.3.4 ! --> ! <sect>XFree86 3.3.4 ¤Ë¤ª¤±¤ë OS °Í¸¤Î¿·µ¡Ç½ ! <p> ! <itemize> ! <!-- ! <item>The maximum number of open connections in the server has been ! raised to 128, ! --> ! <item>¥µ¡¼¥Ð¤ÎºÇÂçÀܳ¿ô¤¬ 128 ¤ËÁý¤¨¤Þ¤·¤¿¡£ ! <!-- ! <item>the <tt>resize</tt> utility was fixed. ! --> ! <item><tt>resize</tt> ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! </itemize> ! <p> <!-- <sect>Installing the Binaries *************** *** 527,534 **** <tt>/etc/sysctl.conf</tt> to set the variable <bf>machdep.allowaperture</bf> to 1. --> ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤Ï¥«¡¼¥Í¥ë¤Î°ìÉô¤Ç¤¹¡£¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ë ! 'option APERTURE' ¤òÄɲä·¡¢¿·¤·¤¤¥«¡¼¥Í¥ë¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¤¡¢ <tt>/dev</tt> ¥Ç¥£¥ì¥¯¥È¥ê¤Ç <tt>./MAKEDEV std</tt> ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ <tt>/etc/sysctl.conf</tt> ¤òÊÔ½¸¤·¡¢ÊÑ¿ô <bf>machdep.allowaperture</bf> ¤Ë 1 ¤òÀßÄꤷ¤Þ¤¹¡£ --- 545,552 ---- <tt>/etc/sysctl.conf</tt> to set the variable <bf>machdep.allowaperture</bf> to 1. --> ! ¥¢¥Ñ¡¼¥Á¥ã¥É¥é¥¤¥Ð¤Ï¥«¡¼¥Í¥ë¤Î°ìÉô¤Ç¤¹¡£¥«¡¼¥Í¥ë¤ÎÀßÄê¥Õ¥¡¥¤¥ë ! ¤Ë 'option APERTURE' ¤òÄɲä·¡¢¿·¤·¤¤¥«¡¼¥Í¥ë¤Î¹½Ãۤȥ¤¥ó¥¹¥È¡¼¥ë¤ò¹Ô¤¤¡¢ <tt>/dev</tt> ¥Ç¥£¥ì¥¯¥È¥ê¤Ç <tt>./MAKEDEV std</tt> ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ <tt>/etc/sysctl.conf</tt> ¤òÊÔ½¸¤·¡¢ÊÑ¿ô <bf>machdep.allowaperture</bf> ¤Ë 1 ¤òÀßÄꤷ¤Þ¤¹¡£ *************** *** 778,784 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml,v 1.1.2.1 1999/05/25 06:39:18 hohndel Exp $ --- 796,803 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/OpenBSD.sgml,v 1.1.2.2 1999/11/26 15:23:46 hohndel Exp $ ! *************** *** 787,790 **** --- 806,816 ---- $XConsortium$ </verb> + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤ÎÆ£¸¶µ±²Å <url + url="mailto:fujiwara@linux.or.jp" + name="<fujiwara@linux.or.jp>"> ¤¬¹Ô¤¤¤Þ¤·¤¿¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ + ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ + ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï + X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml:1.1.2.1 Tue May 25 16:39:19 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml Tue Dec 28 23:13:55 1999 *************** *** 3,20 **** <article> <!-- ! <title>XFree86 3.3.3 P9000 Server Release Notes --> ! <title>XFree86 3.3.3 P9000 ¥µ¡¼¥Ð ¥ê¥ê¡¼¥¹¥Î¡¼¥È <author>Erik Nygren (<it>nygren@mit.edu</it>) ! <date>1998 October 13 <trans>The X Japanese Documentation Project ! <tdate>1999 January 27 <toc> ! <!-- <sect>Change Log <p> --> <sect>Êѹ¹ÍúÎò <p> - <descrip> <tag/1998.10.13:/ <itemize> --- 3,21 ---- <article> <!-- ! <title>XFree86 P9000 Server Release Notes --> ! <title>XFree86 P9000 ¥µ¡¼¥Ð ¥ê¥ê¡¼¥¹¥Î¡¼¥È <author>Erik Nygren (<it>nygren@mit.edu</it>) ! <date>1998 December 29 <trans>The X Japanese Documentation Project ! <tdate>1999 November 22 <toc> ! <!-- ! <sect>Change Log <p> ! --> <sect>Êѹ¹ÍúÎò <p> <descrip> <tag/1998.10.13:/ <itemize> *************** *** 31,43 **** <item> <!-- Added probing for MemBase and IOBase on Diamond Viper PCI cards ! (Karl Anders ¥êygard) --> Diamond Viper PCI ¥«¡¼¥É¤Î MemBase ÃÍ¤È IOBase Ãͤθ¡½Ðµ¡Ç½¤òÄɲä·¤Þ¤·¤¿ (Karl Anders Oygard) <item> <!-- ! Added support for DPMI screen saving (Karl Anders Oygard) --> DPMI ¤Ë¤è¤ë¥¹¥¯¥ê¡¼¥óÊݸî¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤·¤¿(Karl Anders ¤µ¤ó¤Ë´¶¼Õ) </itemize> --- 32,44 ---- <item> <!-- Added probing for MemBase and IOBase on Diamond Viper PCI cards ! (Karl Anders ŽØygard) --> Diamond Viper PCI ¥«¡¼¥É¤Î MemBase ÃÍ¤È IOBase Ãͤθ¡½Ðµ¡Ç½¤òÄɲä·¤Þ¤·¤¿ (Karl Anders Oygard) <item> <!-- ! Added support for DPMI screen saving (Karl Anders ŽØygard) --> DPMI ¤Ë¤è¤ë¥¹¥¯¥ê¡¼¥óÊݸî¤Î¥µ¥Ý¡¼¥È¤òÄɲä·¤Þ¤·¤¿(Karl Anders ¤µ¤ó¤Ë´¶¼Õ) </itemize> *************** *** 199,205 **** ¤Ë¤·¤Þ¤·¤¿¡£¶ë·Á/blit ¤ò¹Ô¤¦Á°¤Ë SR_ISSUE_QBN ¤ò¥Á¥§¥Ã¥¯¤·¡¢¤½¤ì¤«¤é blit Áàºî¤ò¹Ô¤¤¤Þ¤¹¡£¤½¤·¤ÆÁ´¤Æ¤Î blit Áàºî¤¬½ªÎ»¤·¤¿¤È¤­¤Ë p9000QBNotBusy ¤ò¼Â¹Ô¤·¤Þ¤¹¡£(Chris Mason) ! <item> <!-- Changed p9000init.c to clear the screen using the quad meta coord drawing mode. Appears the rect mode does not update the CINDEX --- 200,206 ---- ¤Ë¤·¤Þ¤·¤¿¡£¶ë·Á/blit ¤ò¹Ô¤¦Á°¤Ë SR_ISSUE_QBN ¤ò¥Á¥§¥Ã¥¯¤·¡¢¤½¤ì¤«¤é blit Áàºî¤ò¹Ô¤¤¤Þ¤¹¡£¤½¤·¤ÆÁ´¤Æ¤Î blit Áàºî¤¬½ªÎ»¤·¤¿¤È¤­¤Ë p9000QBNotBusy ¤ò¼Â¹Ô¤·¤Þ¤¹¡£(Chris Mason) ! <item> <!-- Changed p9000init.c to clear the screen using the quad meta coord drawing mode. Appears the rect mode does not update the CINDEX *************** *** 219,225 **** ¤Ï p9000 ¤Ç¤ÏÁ°·Ê¥Þ¥¹¥¯¤Ç¤¹¡£blit/pixel8/pixel1 Áàºî¤ò¤¹¤ë¤È¤­¡¢¤³¤ì¤Ï p9000 ¤ÎÆþÎÏ¥Þ¥¹¥¯¤Ç¤¢¤ê¡¢p9000alu ¸¡º÷¥Æ¡¼¥Ö¥ë¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ¤ó¡£(Chris Mason) ! <item> <!-- Added some more registers to p9000reg.h. (Chris Mason) --> --- 220,226 ---- ¤Ï p9000 ¤Ç¤ÏÁ°·Ê¥Þ¥¹¥¯¤Ç¤¹¡£blit/pixel8/pixel1 Áàºî¤ò¤¹¤ë¤È¤­¡¢¤³¤ì¤Ï p9000 ¤ÎÆþÎÏ¥Þ¥¹¥¯¤Ç¤¢¤ê¡¢p9000alu ¸¡º÷¥Æ¡¼¥Ö¥ë¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤» ¤ó¡£(Chris Mason) ! <item> <!-- Added some more registers to p9000reg.h. (Chris Mason) --> *************** *** 256,261 **** --- 257,269 ---- Possible fix to maxclock for Orchid P9000 (Harry Langenbacher, Erik Nygren) --> + <tt>XF86Config</tt> ¤Î¥ª¥×¥·¥ç¥ó»ØÄ꤬¸¶°ø¤È¤Ê¤ëÌäÂê¤ò¤µ¤é¤Ë¤¤¤¯¤Ä¤«½¤ + Àµ¤·¤Þ¤·¤¿¡£(Erik Nygren) + <item> + <!-- + Possible fix to maxclock for Orchid P9000 (Harry Langenbacher, + Erik Nygren) + --> Orchid P9000 ¤Ë¤ª¤±¤ëºÇÂ祯¥í¥Ã¥¯Ãͤò¤Ç¤­¤ë¤À¤±½¤Àµ¤·¤Þ¤·¤¿¡£ (Harry Langenbacher, Erik Nygren) </itemize> *************** *** 416,422 **** </itemize> </descrip> ! <!-- <sect>Supported Cards <p> --> <sect>¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É <p> <sect1>Diamond Viper VLB <p> --- 424,432 ---- </itemize> </descrip> ! <!-- ! <sect>Supported Cards <p> ! --> <sect>¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥«¡¼¥É <p> <sect1>Diamond Viper VLB <p> *************** *** 449,455 **** °ÊÁ°¤Ï <tt>MemBase</tt> ¤È <tt>IOBase</tt> ¤ÎÃͤϥ桼¥¶¤¬Ä´¤Ù¤Ê¤±¤ì¤Ð ¤Ê¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£¸½ºß¤Ï¤³¤ì¤é¤ÎÃͤϼ«Æ°Åª¤Ë¸¡½Ð¤µ¤ì¤Þ¤¹¡£ ! <!-- <sect>Orchid P9000 and random clones <p> --> <sect>Orchid P9000 ¤È¸ß´¹¥«¡¼¥É <p> <!-- The Orchid P9000 and other cards based on the Weitek board design --- 459,467 ---- °ÊÁ°¤Ï <tt>MemBase</tt> ¤È <tt>IOBase</tt> ¤ÎÃͤϥ桼¥¶¤¬Ä´¤Ù¤Ê¤±¤ì¤Ð ¤Ê¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£¸½ºß¤Ï¤³¤ì¤é¤ÎÃͤϼ«Æ°Åª¤Ë¸¡½Ð¤µ¤ì¤Þ¤¹¡£ ! <!-- ! <sect>Orchid P9000 and random clones <p> ! --> <sect>Orchid P9000 ¤È¸ß´¹¥«¡¼¥É <p> <!-- The Orchid P9000 and other cards based on the Weitek board design *************** *** 475,481 **** ¤³¤ì¤é¤Î¥«¡¼¥É¤Ï¡¢¤³¤Î¥µ¡¼¥Ð¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢SVGA ¥µ¡¼¥Ð ¤Î p9x00 ¥É¥é¥¤¥Ð¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! <!-- <sect>Acceleration <p> --> <sect>¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó <p> <!-- Some of the acceleration code is working, but --- 487,495 ---- ¤³¤ì¤é¤Î¥«¡¼¥É¤Ï¡¢¤³¤Î¥µ¡¼¥Ð¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢SVGA ¥µ¡¼¥Ð ¤Î p9x00 ¥É¥é¥¤¥Ð¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! <!-- ! <sect>Acceleration <p> ! --> <sect>¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó <p> <!-- Some of the acceleration code is working, but *************** *** 505,511 **** <item> CopyArea Áàºî(8bpp) </itemize> ! <!-- <sect>XFree86-DGA Extension Support <p> --> <sect>XFree86-DGA µ¡Ç½³ÈÄ¥¤Î¥µ¥Ý¡¼¥È <p> <!-- --- 519,527 ---- <item> CopyArea Áàºî(8bpp) </itemize> ! <!-- ! <sect>XFree86-DGA Extension Support <p> ! --> <sect>XFree86-DGA µ¡Ç½³ÈÄ¥¤Î¥µ¥Ý¡¼¥È <p> <!-- *************** *** 560,566 **** ¥à¤È2¤Ä¤Î¿âľ¤ËÎÙÀܤ·¤Æ¤¤¤ë¥Ð¥ó¥¯¤ò»È¤¦¥×¥í¥°¥é¥à¤Ï¡¢P9000 ÆÃÍ­¤ÎÊѹ¹ ¤ò¤¹¤ë¤³¤È¤Ê¤·¤ËÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! <!-- <sect>High Color and TrueColor <p> --> <sect>¥Ï¥¤¥«¥é¡¼¤È¥È¥¥¥ë¡¼¥«¥é¡¼ <p> <!-- Support for 16 and 24 bit truecolor is now supported. Note that 24 --- 576,584 ---- ¥à¤È2¤Ä¤Î¿âľ¤ËÎÙÀܤ·¤Æ¤¤¤ë¥Ð¥ó¥¯¤ò»È¤¦¥×¥í¥°¥é¥à¤Ï¡¢P9000 ÆÃÍ­¤ÎÊѹ¹ ¤ò¤¹¤ë¤³¤È¤Ê¤·¤ËÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ ! <!-- ! <sect>High Color and TrueColor <p> ! --> <sect>¥Ï¥¤¥«¥é¡¼¤È¥È¥¥¥ë¡¼¥«¥é¡¼ <p> <!-- Support for 16 and 24 bit truecolor is now supported. Note that 24 *************** *** 585,590 **** --- 603,609 ---- ¤³¤ì¤é¤Î¥â¡¼¥É¤Ç¤Ï¡¢¤Þ¤ÀÀµ¤·¤¯Æ°ºî¤·¤Ê¤¤¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬¤¿¤¯¤µ¤ó¤¢¤ê ¤Þ¤¹¡£¤³¤ì¤Ë´Ø¤¹¤ë»ØŦ¤ÏÉ®¼Ô¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¥¢¥×¥ê¤Îºî¼Ô¤¬´û¤ËÌäÂê ¤ò²ò·è¤·¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢Èà¤é¤ËÃΤ餻¤Æ¤¯¤À¤¤¡£°­¤¤¤Î¤ÏÈà¤é¤Ç¤¹¤«¤é¤Í… :-) + <!-- Example problems: --> *************** *** 620,626 **** ¤ë¤È»×¤¤¤Þ¤¹¡£ </descrip> ! <!-- <sect>Random Notes <p> --> <sect>»¨µ­ <p> <!-- Text restoration should now be fixed. Color restoration should --- 639,647 ---- ¤ë¤È»×¤¤¤Þ¤¹¡£ </descrip> ! <!-- ! <sect>Random Notes <p> ! --> <sect>»¨µ­ <p> <!-- Text restoration should now be fixed. Color restoration should *************** *** 660,666 **** ¼Ô¤Î³§¤µ¤ó¤Î¤ª»ý¤Á¤Î¥Á¥Ã¥×¤¬¤³¤ì¤è¤êÃÙ¤¤¾ì¹ç¡¢Diamond ¼Ò¤Îµ»½Ñ¥µ¥Ý¡¼¥È ¤ËÏ¢Íí¤·¤Æ¡¢¥Ü¡¼¥É¤ò¸ò´¹¤·¤Æ¤â¤é¤¦¤¿¤á¤Î RMA ¤òÁ÷¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤ç¤¦¡£ ! <!-- <sect>Operating System Notes <p> --> <sect>¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥àÊ̤ÎÃí°Õ»ö¹à <p> <!-- Any operating system that can memory map linear regions in really --- 681,689 ---- ¼Ô¤Î³§¤µ¤ó¤Î¤ª»ý¤Á¤Î¥Á¥Ã¥×¤¬¤³¤ì¤è¤êÃÙ¤¤¾ì¹ç¡¢Diamond ¼Ò¤Îµ»½Ñ¥µ¥Ý¡¼¥È ¤ËÏ¢Íí¤·¤Æ¡¢¥Ü¡¼¥É¤ò¸ò´¹¤·¤Æ¤â¤é¤¦¤¿¤á¤Î RMA ¤òÁ÷¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤ç¤¦¡£ ! <!-- ! <sect>Operating System Notes <p> ! --> <sect>¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥àÊ̤ÎÃí°Õ»ö¹à <p> <!-- Any operating system that can memory map linear regions in really *************** *** 795,805 **** <!-- <tag/Modes/ almost any valid mode (there are constraints on the horiz res so not all values are possible) - --> <tag/Modes/ ¤Û¤È¤ó¤ÉÁ´¤Æ¤ÎÍ­¸ú¤Ê¥â¡¼¥É(¤³¤ÎÃͤϿåÊ¿Êý¸þ¤Î ²òÁüÅÙ¤òÀ©Ì󤹤ë¤Î¤Ç¡¢¿åÊ¿Êý¸þ¤Î²òÁüÅ٤ˤϤɤó¤ÊÃͤǤâ»È¤¨¤ë¤ï¤±¤Ç¤Ï¤¢ ¤ê¤Þ¤»¤ó) </descrip> <!-- The current supported keywords in the Display section --- 818,828 ---- <!-- <tag/Modes/ almost any valid mode (there are constraints on the horiz res so not all values are possible) --> <tag/Modes/ ¤Û¤È¤ó¤ÉÁ´¤Æ¤ÎÍ­¸ú¤Ê¥â¡¼¥É(¤³¤ÎÃͤϿåÊ¿Êý¸þ¤Î ²òÁüÅÙ¤òÀ©Ì󤹤ë¤Î¤Ç¡¢¿åÊ¿Êý¸þ¤Î²òÁüÅ٤ˤϤɤó¤ÊÃͤǤâ»È¤¨¤ë¤ï¤±¤Ç¤Ï¤¢ ¤ê¤Þ¤»¤ó) + </descrip> <!-- The current supported keywords in the Display section *************** *** 855,865 **** EndSection </verb> ! <!-- <sect>Known Bugs <p> --> <sect>´ûÃΤΥХ° <p> <!-- There are currently problems with the server when used in conjunction ! with xdm, olvwm, and VT switching under Linux. --> ¸½ºß¤Ï¡¢X ¥µ¡¼¥Ð¤È xdm, olvm ¤ò°ì½ï¤Ë»È¤Ã¤¿¾ì¹ç¤ËÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£¤Þ ¤¿¡¢Linux ¤Ç ²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨¤Ç¤âÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£ --- 878,890 ---- EndSection </verb> ! <!-- ! <sect>Known Bugs <p> ! --> <sect>´ûÃΤΥХ° <p> <!-- There are currently problems with the server when used in conjunction ! with xdm, olvwm, and VT switching under Linux. --> ¸½ºß¤Ï¡¢X ¥µ¡¼¥Ð¤È xdm, olvm ¤ò°ì½ï¤Ë»È¤Ã¤¿¾ì¹ç¤ËÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£¤Þ ¤¿¡¢Linux ¤Ç ²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨¤Ç¤âÌäÂ꤬µ¯¤³¤ê¤Þ¤¹¡£ *************** *** 886,892 **** ¤À¤µ¤¤¡£¤³¤ì¤¬Æ°ºî¤·¤Ê¤±¤ì¤Ð¡¢<tt>Device</tt> ¥»¥¯¥·¥ç¥ó¤Ë <tt>Option "vram_128"</tt> ¤ÈÄɲ䷤ƤߤƤ¯¤À¤µ¤¤¡£ ! <!-- <sect>Credits <p> --> <sect>¥¯¥ì¥¸¥Ã¥È <p> <!-- Major contributors to P9000 code: --- 911,919 ---- ¤À¤µ¤¤¡£¤³¤ì¤¬Æ°ºî¤·¤Ê¤±¤ì¤Ð¡¢<tt>Device</tt> ¥»¥¯¥·¥ç¥ó¤Ë <tt>Option "vram_128"</tt> ¤ÈÄɲ䷤ƤߤƤ¯¤À¤µ¤¤¡£ ! <!-- ! <sect>Credits <p> ! --> <sect>¥¯¥ì¥¸¥Ã¥È <p> <!-- Major contributors to P9000 code: *************** *** 898,904 **** <item>Chris Mason (<it>clmtch@osfmail.isc.rit.edu</it>) <item>Henrik Harmsen (<it>harmsen@eritel.se</it>) </itemize> - <!-- Thanks to Matt Thomas (<it>thomas@lkg.dec.com</it>) and Bob Hollinger (<it>bob@interaccess.com</it>) for helping to get the Viper PCI server working. --- 925,930 ---- *************** *** 930,936 **** ¤·¤¿¤é¡¢¤É¤¦¤«É®¼Ô (<it>nygren@mit.edu</it>) ¤Þ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml,v 1.1.2.1 1999/05/25 06:39:19 hohndel Exp $ --- 956,962 ---- ¤·¤¿¤é¡¢¤É¤¦¤«É®¼Ô (<it>nygren@mit.edu</it>) ¤Þ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/P9000.sgml,v 1.1.2.3 1999/12/28 12:13:55 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml:3.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml:3.1.2.2 Wed Jun 2 17:51:42 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml Sat Nov 27 02:23:47 1999 *************** *** 1386,1394 **** <!-- ¤³¤³¤Ë²¿¤«Äɲ乤٤­¤³¤È¤Ï¤¢¤ê¤Þ¤¹¤«¡© --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml,v 3.1.2.2 1999/06/02 07:51:42 hohndel Exp $ </verb> ! <code></code> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/QStart.sgml,v 3.4.2.2 1998/02/28 04:47:08 --- 1386,1394 ---- <!-- ¤³¤³¤Ë²¿¤«Äɲ乤٤­¤³¤È¤Ï¤¢¤ê¤Þ¤¹¤«¡© --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml,v 3.1.2.3 1999/11/26 15:23:47 hohndel Exp $ </verb> ! <hrule> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/QStart.sgml,v 3.4.2.2 1998/02/28 04:47:08 *************** *** 1401,1407 **** ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤È X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢ ¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä¤Ë¡¢ÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! <code></code> [EOF] </article> --- 1401,1407 ---- ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤È X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¤¬¡¢ ¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä¤Ë¡¢ÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! <hrule> [EOF] </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml:3.2.2.4 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml:3.2.2.6 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml:3.2.2.4 Wed Jun 2 17:51:42 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml Tue Dec 28 23:13:55 1999 *************** *** 3,45 **** <article> <!-- ! <title>README for XFree86&tm; 3.3.3.1 <author>The XFree86 Project, Inc ! <date>20 December 1998 --> ! <title>XFree86&tm; 3.3.3.1 ¤Î¤¿¤á¤Î README <author> XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! <date>20 December 1998 <trans> X Japanese Documentation Project <<tt>http://xjman.dsl.gr.jp/</tt>> ! <tdate>1999 ǯ 2 ·î 5 Æü <abstract> <!-- XFree86 is a port of X11R6.3 that supports several Unix and Unix-like ! operating systems on Intel and other platforms. This release is a ! quick update to XFree86 3.3.3, fixing a number of bugs that were found ! after releasing it. The release is available as source patches ! against the X Consortium X11R6.3 code and the XFree86 3.3.3 release. ! Binary distributions for many architectures are also available, ! including a binary upgrade for XFree86 3.3.3. ! --> ! XFree86 ¤Ï X11R6.3 ¤ò°Ü¿¢¤·¤¿¤â¤Î¤Ç¡¢¥¤¥ó¥Æ¥ë i386 ·Ï¤ä Alpha¡¢arm ¤Ê¤É ! ¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¾å¤ÇÆ°ºî¤¹¤ë¤¤¤¯¤Ä¤«¤Î¥Ð¡¼¥¸¥ç¥ó¤Î ! Unix ¤ª¤è¤Ó Unix ¤Ë»÷¤Æ¤¤¤ë¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! º£²ó¤ÎÈÇ¤Ï XFree86 3.3.3 ¤Î¥ê¥ê¡¼¥¹¸å¤ËȽÌÀ¤·¤¿¤¤¤¯¤Ä¤«¤Î¥Ð¥°¤ò½¤Àµ¤¹¤ë ! ¤¿¤á¤ËµÞ¤¤¤Ç¹¹¿·¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ¤³¤ÎÈÇ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î X11R6.3 ¤Þ¤¿¤Ï XFree86 3.3.3 ¥ê¥ê¡¼¥¹¤Î ¥½¡¼¥¹¥³¡¼¥É¤ËÂФ¹¤ë¥Ñ¥Ã¥Á¥Ç¡¼¥¿¤È¤·¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£ ! XFree86 3.3.3 ¤ËÂФ¹¤ë¥Ð¥¤¥Ê¥ê¥¢¥Ã¥×¥Ç¡¼¥È¤ò´Þ¤à¥Ð¥¤¥Ê¥êÇÛÉÕʪ¤â¤Þ¤¿ ! ¿¤¯¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ÇÆþ¼ê²Äǽ¤Ç¤¹¡£ </abstract> <!-- ! <sect>What's new in XFree86 3.3.3.1 --> ! <sect> XFree86 3.3.3.1 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? <p> <!-- --- 3,48 ---- <article> <!-- ! <title>README for XFree86&tm; 3.3.6 <author>The XFree86 Project, Inc ! <date>13 October 1999 --> ! <title>XFree86&tm; 3.3.6 ¤Î¤¿¤á¤Î README <author> XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! <date>13 October 1999 <trans> X Japanese Documentation Project <<tt>http://xjman.dsl.gr.jp/</tt>> ! <tdate>1999 ǯ 12 ·î 4 Æü <abstract> <!-- XFree86 is a port of X11R6.3 that supports several Unix and Unix-like ! operating systems on Intel and other platforms. The 3.3.x versions ! of XFree86 are considered the "legacy branch" of XFree86. The majority ! of development is being done in the XFree86-4 branch. We will continue ! to maintain XFree86-3.3.x to some degree at least throughout the year ! 2000. ! The release is available as source patches ! against the X Consortium X11R6.3 code and the XFree86 3.3.5 release. ! Binary distributions for many architectures are also available. ! --> ! XFree86 ¤Ï X11R6.3 ¤ò°Ü¿¢¤·¤¿¤â¤Î¤Ç¡¢Intel ¤ä¾¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¥×¥é¥Ã ! ¥È¥Õ¥©¡¼¥à¾å¤ÇÆ°ºî¤¹¤ë¤¤¤¯¤Ä¤«¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Unix ·Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥· ! ¥¹¥Æ¥à¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! XFree86 ¤Î¥Ð¡¼¥¸¥ç¥ó 3.3.x ¤Ï¡¢XFree86 ¤Î¡Ö¸Å¤¤¥Ö¥é¥ó¥Á¡×¤Ç¤¢¤ë¤È¹Í¤¨ ! ¤é¤ì¤Æ¤¤¤Þ¤¹¡£¸½ºß¤Ï³«È¯¤ÎÂçÉôʬ¤Ï XFree86-4 ¤Î¥Ö¥é¥ó¥Á¤Ç¹Ô¤ï¤ì¤Æ¤¤¤Þ ! ¤¹¡£²æ¡¹¤ÏÅöÌ̤δ֡¢¾¯¤Ê¤¯¤È¤â 2000 ǯ¤Î´Ö¤Ï XFree86-3.3.x ¤Î¥á¥ó¥Æ¥Ê ! ¥ó¥¹¤â³¤±¤Þ¤¹¡£ ! ¤³¤ÎÈÇ¤Ï X ¥³¥ó¥½¡¼¥·¥¢¥à¤Î X11R6.3 ¤Þ¤¿¤Ï XFree86 3.3.5 ¥ê¥ê¡¼¥¹¤Î ¥½¡¼¥¹¥³¡¼¥É¤ËÂФ¹¤ë¥Ñ¥Ã¥Á¥Ç¡¼¥¿¤È¤·¤ÆÆþ¼ê²Äǽ¤Ç¤¹¡£ ! ¿¤¯¤Î¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤΥХ¤¥Ê¥êÇÛÉÕʪ¤âÆþ¼ê²Äǽ¤Ç¤¹¡£ </abstract> <!-- ! <sect>What's new in XFree86 3.3.6 --> ! <sect> XFree86 3.3.6 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤« ? <p> <!-- *************** *** 68,112 **** <tag/SVR4.0:/ <itemize> <ITEM>Esix: 4.0.3A, 4.0.4, 4.0.4.1 <ITEM>Microport: 2.2, 3.1, 4.1, 4.2 <ITEM>Dell: 2.1, 2.2, 2.2.1 <ITEM>UHC: 2.0, 3.6 <ITEM>Consensys: 1.2 - <!-- <ITEM>MST: 4.0.3 (Load 2.07 and Load 3.02) - --> <ITEM>MST: 4.0.3 (Load 2.07 ¤È Load 3.02) <ITEM>ISC: 4.0.3 <ITEM>AT&T: 2.1, 4.0 <ITEM>NCR: MP-RAS <ITEM>SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 ! <!-- <ITEM>PANIX 5.0 for AT --> <ITEM>AT ÍÑ PANIX 5.0 </itemize> ! <tag/SVR4.2:/ <itemize> <ITEM>Consensys <ITEM>Novell/SCO UnixWare </itemize> - <tag/SVR3:/ - <itemize> <!-- <ITEM>SCO: 3.2.2, 3.2.4 --> <ITEM>ISC: 3.0, 4.0, 4.1 </itemize> <tag/Others:/ <itemize> ! <ITEM>NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3 <ITEM>OpenBSD 2.0, 2.1, 2.2, 2.3, 2.4 <ITEM>FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, ! 2.2.1, 2.2.2, 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0 ! <!-- <ITEM>BSD/386 1.1, BSD/OS 2.0 <ITEM>Mach 386 --> --- 71,124 ---- <tag/SVR4.0:/ <itemize> <ITEM>Esix: 4.0.3A, 4.0.4, 4.0.4.1 + <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È <ITEM>Microport: 2.2, 3.1, 4.1, 4.2 <ITEM>Dell: 2.1, 2.2, 2.2.1 <ITEM>UHC: 2.0, 3.6 <ITEM>Consensys: 1.2 <ITEM>MST: 4.0.3 (Load 2.07 and Load 3.02) <ITEM>MST: 4.0.3 (Load 2.07 ¤È Load 3.02) <ITEM>ISC: 4.0.3 <ITEM>AT&T: 2.1, 4.0 <ITEM>NCR: MP-RAS + --> <ITEM>SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 ! <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È <ITEM>PANIX 5.0 for AT --> <ITEM>AT ÍÑ PANIX 5.0 </itemize> ! <!-- ! <tag/SVR4.2:/ (untested lately) ! --> ! <tag/SVR4.2:/ (ºÇ¶á¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó) <itemize> <ITEM>Consensys <ITEM>Novell/SCO UnixWare </itemize> <!-- + <tag/SVR3:/ (untested lately) + --> + <tag/SVR3:/ (ºÇ¶á¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó) + <itemize> + <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È <ITEM>SCO: 3.2.2, 3.2.4 --> <ITEM>ISC: 3.0, 4.0, 4.1 </itemize> + <!-- <tag/Others:/ + --> + <tag/¤½¤Î¾:/ <itemize> ! <ITEM>NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.4 <ITEM>OpenBSD 2.0, 2.1, 2.2, 2.3, 2.4 <ITEM>FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, ! 2.2.1, 2.2.2, 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0, 3.1, 3.2 ! <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È <ITEM>BSD/386 1.1, BSD/OS 2.0 <ITEM>Mach 386 --> *************** *** 114,138 **** <ITEM>Linux (Intel x86, DEC Alpha/AXP and m68k) --> <ITEM>Linux (Intel x86, DEC Alpha/AXP ¤È m68k) ! <!-- <ITEM>Amoeba <ITEM>Minix-386 --> ! <ITEM>LynxOS AT 2.3.0, 2.4.0, 2.5.0 ! <ITEM>LynxOS microSPARC 2.4.0, 2.5.0 ! <ITEM>LynxOS PowerPC 2.4.0, 2.5.0 <ITEM>OS/2 Warp 3 FP5/17/22, Warp 4 -/FP1 </itemize> <tag/PC98:/ <itemize> <ITEM>FreeBSD(98) 2.0.5, 2.1, 2.1.5, 2.1.7.1, 2.2, 2.2.1, ! 2.2.2, 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0 <!-- ! <ITEM>NetBSD/pc98 (based on NetBSD 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2) <ITEM>PANIX 5.0 for 98 --> ! <ITEM>NetBSD/pc98 (NetBSD 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2 ¤ò´ð¤Ë¤·¤¿) <ITEM>98 ÍÑ PANIX 5.0 <ITEM>Linux/98 </itemize> --- 126,150 ---- <ITEM>Linux (Intel x86, DEC Alpha/AXP and m68k) --> <ITEM>Linux (Intel x86, DEC Alpha/AXP ¤È m68k) ! <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È <ITEM>Amoeba <ITEM>Minix-386 --> ! <ITEM>LynxOS x86 2.3.0, 2.4.0, 2.5.x, 3.0.x ! <ITEM>LynxOS microSPARC 2.4.0, 2.5.x, 3.0.x ! <ITEM>LynxOS PowerPC 2.4.0, 2.5.x, 3.0.x <ITEM>OS/2 Warp 3 FP5/17/22, Warp 4 -/FP1 </itemize> <tag/PC98:/ <itemize> <ITEM>FreeBSD(98) 2.0.5, 2.1, 2.1.5, 2.1.7.1, 2.2, 2.2.1, ! 2.2.2, 2.2.5, 2.2.6, 2,2,7, 2.2.8, 3.0, 3.1, 3.2 <!-- ! <ITEM>NetBSD/pc98 (based on NetBSD 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3) <ITEM>PANIX 5.0 for 98 --> ! <ITEM>NetBSD/pc98 (NetBSD 1.2, 1.2.1, 1.3, 1.3.1, 1.3.2, 1.3.3 ¤ò´ð¤Ë¤·¤¿¤â¤Î) <ITEM>98 ÍÑ PANIX 5.0 <ITEM>Linux/98 </itemize> *************** *** 146,154 **** <p> <!-- ! At this time, XFree86 3.3.3.1 supports the following chipsets: --> ! ¸½ºß¡¢XFree86 3.3.3.1 ¤Ï¼¡¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: <DESCRIP> <tag/Ark Logic/ --- 158,166 ---- <p> <!-- ! At this time, XFree86 3.3.6 supports the following chipsets: --> ! ¸½ºß¡¢XFree86 3.3.6 ¤Ï¼¡¤Î¥¢¥¯¥»¥é¥ì¡¼¥¿¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹: <DESCRIP> <tag/Ark Logic/ *************** *** 161,170 **** 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, 264GT-B, 264GT3 <!-- (this list includes the Mach8, Mach32, Mach64, 3D Rage, 3D Rage II and ! 3D Rage Pro) --> ! (¤³¤Î¥ê¥¹¥È¤Ï Mach8, Mach32, Mach64, 3D Rage, 3D Rage II ¤ª¤è¤Ó ! 3D Rage Pro ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹) <tag/Avance Logic / ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 <tag/Chips & Technologies / --- 173,182 ---- 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, 264GT-B, 264GT3 <!-- (this list includes the Mach8, Mach32, Mach64, 3D Rage, 3D Rage II and ! 3D Rage Pro), Rage LT, Rage LT PRO, Rage 128 --> ! (¤³¤Î¥ê¥¹¥È¤Ë¤Ï Mach8, Mach32, Mach64, 3D Rage, 3D Rage II, ! 3D Rage Pro ¤¬´Þ¤Þ¤ì¤Þ¤¹), Rage LT, Rage LT PRO, Rage 128 <tag/Avance Logic / ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 <tag/Chips & Technologies / *************** *** 191,205 **** 8514/A (and true clones), XGA-2 --> 8514/A (¤ª¤è¤Ó½ã¿è¤Ê¥¯¥í¡¼¥ó), XGA-2 <tag/IIT / AGX-014, AGX-015, AGX-016 <tag/Matrox/ <!-- MGA2064W (Millennium), MGA1064SG (Mystique and Mystique 220), ! MGA2164W (Millennium II PCI and AGP), G100, G200 --> MGA2064W (Millennium), MGA1064SG (Mystique ¤È Mystique 220), ! MGA2164W (Millennium II PCI ¤ª¤è¤Ó AGP), G100, G200 <tag/MX / MX68000(*), MX680010(*) <tag/NCR / --- 203,219 ---- 8514/A (and true clones), XGA-2 --> 8514/A (¤ª¤è¤Ó½ã¿è¤Ê¥¯¥í¡¼¥ó), XGA-2 + <tag/Intel / + i740 <tag/IIT / AGX-014, AGX-015, AGX-016 <tag/Matrox/ <!-- MGA2064W (Millennium), MGA1064SG (Mystique and Mystique 220), ! MGA2164W (Millennium II PCI and AGP), G100, G200, G400 --> MGA2064W (Millennium), MGA1064SG (Mystique ¤È Mystique 220), ! MGA2164W (Millennium II PCI ¤ª¤è¤Ó AGP), G100, G200, G400 <tag/MX / MX68000(*), MX680010(*) <tag/NCR / *************** *** 212,218 **** --> I128 (series I, II ¤ª¤è¤Ó IV), Revolution 3D (T2R) <tag>NVidia/SGS Thomson </tag> ! NV1, STG2000, RIVA128, Riva TNT <tag/OAK / OTI067, OTI077, OTI087 <tag/RealTek/ --- 226,232 ---- --> I128 (series I, II ¤ª¤è¤Ó IV), Revolution 3D (T2R) <tag>NVidia/SGS Thomson </tag> ! NV1, STG2000, RIVA128, Riva TNT, Riva TNT2 <tag/OAK / OTI067, OTI077, OTI087 <tag/RealTek/ *************** *** 222,231 **** <tag/S3 / 86C911, 86C924, 86C801, 86C805, 86C805i, 86C928, 86C864, 86C964, 86C732, 86C764, 86C765, 86C767, 86C775, 86C785, 86C868, 86C968, ! 86C325, 86C357, 86C375, 86C375, 86C385, 86C988, 86CM65, 86C260 <tag/SiS/ ! 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326 ! <tag/3DLabs/ GLINT 500TX, GLINT MX, Permedia, Permedia 2, Permedia 2v <tag/Tseng / ET3000, ET4000AX, ET4000/W32, ET4000/W32i, ET4000/W32p, ET6000, ET6100 --- 236,249 ---- <tag/S3 / 86C911, 86C924, 86C801, 86C805, 86C805i, 86C928, 86C864, 86C964, 86C732, 86C764, 86C765, 86C767, 86C775, 86C785, 86C868, 86C968, ! 86C325, 86C357, 86C362, 86C375, 86C375, 86C385, 86C988, 86CM65, ! 86C260 <tag/SiS/ ! 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326, 530, 620, ! 540, 630, 300 ! <tag/3dfx / ! Voodoo Banshee, Voodoo3 ! <tag/3DLabs / GLINT 500TX, GLINT MX, Permedia, Permedia 2, Permedia 2v <tag/Tseng / ET3000, ET4000AX, ET4000/W32, ET4000/W32i, ET4000/W32p, ET6000, ET6100 *************** *** 235,241 **** TVGA9420, TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680, ProVidia 9682, ProVidia 9685(*), Cyber 9382, Cyber 9385, Cyber 9388, 3DImage975, 3DImage985, Cyber 9397, ! Cyber 9520 <tag>Video 7/Headland Technologies </tag> HT216-32(*) <tag/Weitek / --- 253,259 ---- TVGA9420, TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680, ProVidia 9682, ProVidia 9685(*), Cyber 9382, Cyber 9385, Cyber 9388, 3DImage975, 3DImage985, Cyber 9397, ! Cyber 9520, Cyber 9525, Blade3D, CyberBlade <tag>Video 7/Headland Technologies </tag> HT216-32(*) <tag/Weitek / *************** *** 281,299 **** <htmlurl name=Trident url=trident.html>, <htmlurl name=NeoMagic url=neo.html>, <htmlurl name=Rendition url=rendition.html>, <htmlurl name=Epson url=epson.html>, <htmlurl name=3DLabs url=3DLabs.html>) for more information about using those chipsets. --> ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦°Ù¤Î¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï¡¢¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î <tt>README</tt> ¥Õ¥¡¥¤¥ë (¸½ºßÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ï <htmlurl name=TGA url=DECtga.html>, <htmlurl name=Matrox url=MGA.html>, <htmlurl name=Mach32 url=Mach32.html>, <htmlurl name=Mach64 url=Mach64.html>, <htmlurl name=NVidia url=NVIDIA.html>, <htmlurl name=Oak url=Oak.html>, <htmlurl name=P9000 url=P9000.html>, - <!-- - <htmlurl name="S3 (except ViRGE)" url=S3.html>, - --> <htmlurl name="S3 (ViRGE ¤ò½ü¤¯)" url=S3.html>, <htmlurl name="S3 ViRGE" url=S3V.html>, <htmlurl name=SiS url=SiS.html>, <htmlurl name=Video7 url=Video7.html>, --- 299,316 ---- <htmlurl name=Trident url=trident.html>, <htmlurl name=NeoMagic url=neo.html>, <htmlurl name=Rendition url=rendition.html>, + <htmlurl name=Rage128 url=r128.html>, <htmlurl name=Epson url=epson.html>, <htmlurl name=3DLabs url=3DLabs.html>) + <htmlurl name=i740 url=i740.html>) for more information about using those chipsets. --> ! ¤³¤ì¤é¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ò»È¤¦¤¿¤á¤Î¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï¡¢¥Á¥Ã¥×¥»¥Ã¥È¸ÇÍ­¤Î <tt>README</tt> ¥Õ¥¡¥¤¥ë (¸½ºßÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¤Î¤Ï <htmlurl name=TGA url=DECtga.html>, <htmlurl name=Matrox url=MGA.html>, <htmlurl name=Mach32 url=Mach32.html>, <htmlurl name=Mach64 url=Mach64.html>, <htmlurl name=NVidia url=NVIDIA.html>, <htmlurl name=Oak url=Oak.html>, <htmlurl name=P9000 url=P9000.html>, <htmlurl name="S3 (ViRGE ¤ò½ü¤¯)" url=S3.html>, <htmlurl name="S3 ViRGE" url=S3V.html>, <htmlurl name=SiS url=SiS.html>, <htmlurl name=Video7 url=Video7.html>, *************** *** 307,315 **** <htmlurl name=Trident url=trident.html>, <htmlurl name=NeoMagic url=neo.html>, <htmlurl name=Rendition url=rendition.html>, <htmlurl name=Epson url=epson.html>, ! <htmlurl name=3DLabs url=3DLabs.html>) ! ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ <!-- The monochrome server also supports generic VGA cards, using 64k of video --- 324,334 ---- <htmlurl name=Trident url=trident.html>, <htmlurl name=NeoMagic url=neo.html>, <htmlurl name=Rendition url=rendition.html>, + <htmlurl name=Rage128 url=r128.html>, <htmlurl name=Epson url=epson.html>, ! <htmlurl name=3DLabs url=3DLabs.html>, ! <htmlurl name=i740 url=i740.html>) ! ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- The monochrome server also supports generic VGA cards, using 64k of video *************** *** 374,383 **** XFree86 team for assistance. --> <htmlurl name="QuickStart.doc" url="QuickStart.html"> ¤È ! <htmlurl name="README.Config" url="Config.html"> ¤Î¥Õ¥¡¥¤¥ë¤Ï XFree86 ¥µ¡¼¥Ð ! ¤ÎÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î»²¹Í¾ðÊó¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£XFree86 ¥Á¡¼¥à ¤Ë»Ù±ç¤òµá¤á¤ë ! Ï¢Íí¤ò¼è¤ëÁ°¤Ë¡¢Ä󶡤·¤¿Á´¤Æ¤Îʸ¾Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¡¢¤½¤·¤Æ ! <url name="XFree86 FAQ" url="http://www.XFree86.org/FAQ"> ¤òÆɤó¤Ç²¼¤µ¤¤¡£ <!-- Documentation on SVGA driver development can be found in the directory --- 393,403 ---- XFree86 team for assistance. --> <htmlurl name="QuickStart.doc" url="QuickStart.html"> ¤È ! <htmlurl name="README.Config" url="Config.html"> ¤Ï XFree86 ¥µ¡¼¥Ð ! ¤ÎÀßÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î»²¹Í¾ðÊó¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£XFree86 ¥Á¡¼¥à ¤ËÏ¢Íí¤·¤Æ ! ½õ¤±¤òµá¤á¤ëÁ°¤Ë¡¢Ä󶡤·¤¿Á´¤Æ¤Îʸ¾Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¡¢ ! <url name="XFree86 FAQ" url="http://www.XFree86.org/FAQ"> ¤òÆɤó¤Ç¤¯¤À ! ¤µ¤¤¡£ <!-- Documentation on SVGA driver development can be found in the directory *************** *** 399,407 **** url="ftp://ftp.xfree86.org/pub/XFree86">. --> ¤É¤¦¤·¤Æ¤¤¤¤¤«Á´¤¯Ê¬¤«¤é¤Ê¤¯¤Ê¤Ã¤ÆÅÓÊý¤ËÊë¤ì¤Æ¤·¤Þ¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ ! <it/<XFree86@XFree86.Org>/ ¤Ë¤è¤Ã¤Æ XFree86 ¥µ¥Ý¡¼¥È¥Á¡¼¥à¤Ë ! Ï¢Íí¤·¤Æ²¼¤µ¤¤¡£Ï¢Íí¤ò¤È¤ëÁ°¤Ë¡¢ºÇ¿·ÈǤΠXFree86 ¤ò»È¤Ã¤Æ¤¤¤ë¤³¤È¤ò ! ³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£<htmlurl name="ftp://ftp.xfree86.org/pub/XFree86" url="ftp://ftp.xfree86.org/pub/XFree86"> ¤Ë·ÇºÜ¤·¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤ò Ä´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ --- 419,428 ---- url="ftp://ftp.xfree86.org/pub/XFree86">. --> ¤É¤¦¤·¤Æ¤¤¤¤¤«Á´¤¯Ê¬¤«¤é¤Ê¤¯¤Ê¤Ã¤ÆÅÓÊý¤ËÊë¤ì¤Æ¤·¤Þ¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢ ! <it/<XFree86@XFree86.Org>/ °¸¤Ë¥á¡¼¥ë¤ò½Ð¤·¤Æ XFree86 ¥µ¥Ý¡¼¥È ! ¥Á¡¼¥à¤ËÏ¢Íí¤·¤Æ¤¯¤À¤µ¤¤¡£Ï¢Íí¤ò¤È¤ëÁ°¤Ë¤Ï¡¢ºÇ¿·ÈǤΠXFree86 ¤ò»È¤Ã¤Æ ! ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ! <htmlurl name="ftp://ftp.xfree86.org/pub/XFree86" url="ftp://ftp.xfree86.org/pub/XFree86"> ¤Ë·ÇºÜ¤·¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤ò Ä´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 504,509 **** --- 525,537 ---- <item>Orest Zborowski <it><orestz@eskimo.com></it> </itemize> <!-- + <tag>DG/ux support by: </tag> + --> + <tag>DG/ux ÍѤϼ¡¤Î¥á¥ó¥Ð¡¼¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ : </tag> + <itemize> + <item>Takis Psarogiannakopoulos <it><takis@dpmms.cam.ac.uk></it> + </itemize> + <!-- <tag/SCO Unix support by: / --> <tag/SCO Unix ÍѤϼ¡¤Î¥á¥ó¥Ð¡¼¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹ : / *************** *** 596,602 **** <item>Tsuyoshi Tamaki <it><tamaki@sail.t.u-tokyo.ac.jp></it>, <item>Isao Ohishi <it><ohishi@hf.rim.or.jp></it>, <item>Kohji Ohishi <it><atena@njk.co.jp></it>, ! <item>Shin'ichi Yairo <it><QZR00522@niftyserve.or.jp></it>, <item>Kazuo Ito <it><ft4k-itu@asahi-net.or.jp></it>, <item>Jun Sakuma <it><i931361@jks.is.tsukuba.ac.jp></it>, <item>Shuichi Ueno <it><uenos@ppp.bekkoame.or.jp></it>, --- 624,630 ---- <item>Tsuyoshi Tamaki <it><tamaki@sail.t.u-tokyo.ac.jp></it>, <item>Isao Ohishi <it><ohishi@hf.rim.or.jp></it>, <item>Kohji Ohishi <it><atena@njk.co.jp></it>, ! <item>Shin'ichi Yairo <it><QZR00522@nifty.ne.jp></it>, <item>Kazuo Ito <it><ft4k-itu@asahi-net.or.jp></it>, <item>Jun Sakuma <it><i931361@jks.is.tsukuba.ac.jp></it>, <item>Shuichi Ueno <it><uenos@ppp.bekkoame.or.jp></it>, *************** *** 610,616 **** <item>Yasuhiro Ichikawa <it><cs94006@mbox.sist.ac.jp></it>, <item>Kazunori Ueno <it><jagarl@creator.club.or.jp></it>, <item>Yasushi Suzuki <it><suz@d2.bs1.fc.nec.co.jp></it>, ! <item>Satoshi Kimura <it><KFB03633@niftyserve.or.jp></it>, <item>Kazuhiko Uno <it><Kazuhiko.Uno@softvision.co.jp></it>, <item>Tomiharu Takigami <it><takigami@elsd.mt.nec.co.jp></it>, <item>Tomomi Suzuki <it><suzuki@grelot.elec.ryukoku.ac.jp></it>, --- 638,644 ---- <item>Yasuhiro Ichikawa <it><cs94006@mbox.sist.ac.jp></it>, <item>Kazunori Ueno <it><jagarl@creator.club.or.jp></it>, <item>Yasushi Suzuki <it><suz@d2.bs1.fc.nec.co.jp></it>, ! <item>Satoshi Kimura <it><KFB03633@nifty.ne.jp></it>, <item>Kazuhiko Uno <it><Kazuhiko.Uno@softvision.co.jp></it>, <item>Tomiharu Takigami <it><takigami@elsd.mt.nec.co.jp></it>, <item>Tomomi Suzuki <it><suzuki@grelot.elec.ryukoku.ac.jp></it>, *************** *** 813,818 **** --- 841,847 ---- <itemize> <item>Alan Hourihane <it><alanh@fairlite.demon.co.uk></it> <item>Xavier Ducoin <it><xavier@rd.lectra.fr></it> + <item>Dirk Hohndel <it><hohndel@XFree86.Org></it> </itemize> <!-- <tag/DEC 21030 (TGA) server by: / *************** *** 1034,1039 **** --- 1063,1085 ---- </itemize> <!-- + <tag/3dfx accelerated code by: / + --> + <tag/3dfx ÍѤΥ¢¥¯¥»¥é¥ì¡¼¥¿¥³¡¼¥É¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : / + <itemize> + <item>Daryll Strauss <it><daryll@harlot.rb.ca.us></it> + <item>Scott Bertin + </itemize> + + <!-- + <tag/Intel i740 accelerated code by: / + --> + <tag/Intel i740 ÍѤΥ¢¥¯¥»¥é¥ì¡¼¥¿¥³¡¼¥É¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : / + <itemize> + <item>Kevin E. Martin <it><martin@cs.unc.edu></it>, + </itemize> + + <!-- <tag/XFree86-VidModeExtension and xvidtune client by: / --> <tag/XFree86-VidMode µ¡Ç½³ÈÄ¥ ¤È xvidtune ¥¯¥é¥¤¥¢¥ó¥È¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤¬ºîÀ®¤·¤Þ¤·¤¿ : / *************** *** 1109,1129 **** <!-- Ongoing development planning and support is coordinated by the XFree86 ! Core Team. At this time the Core Team consists of (in alphabetical order): --> ³«È¯·×²è¤È¥µ¥Ý¡¼¥È¤Ï XFree86 ¥³¥¢¥Á¡¼¥à¤Ë¤è¤Ã¤Æ¿ä¿Ê¤·¤Æ¤¤¤Þ¤¹¡£¸½ºß¡¢ ! ¥³¥¢¥Á¡¼¥à¤Ï¡¢¼¡¤Î¥á¥ó¥Ð¡¼¤Ç¹½À®¤·¤Æ¤¤¤Þ¤¹¡£¡Ê½çÉÔƱ¡Ë: <itemize> - <item>Robin Cutshaw <it><robin@XFree86.org></it> <item>David Dawes <it><dawes@XFree86.org></it> ! <item>Marc Evans <it><marc@XFree86.org></it> ! <item>Harm Hanemaayer <it><H.Hanemaayer@inter.nl.net></it> ! <item>Dirk Hohndel <it><hohndel@XFree86.org></it> ! <item>Harald Koenig <it><koenig@XFree86.org></it> <item>Rich Murphey <it><rich@XFree86.org></it> ! <item>Takaaki Nomura <it><nomura@XFree86.org></it> <item>Jon Tombs <it><tombs@XFree86.org></it> ! <item>David Wexelblat <it><dwex@XFree86.org></it> </itemize> <!-- Mail sent to <it><Core@XFree86.org></it> will reach the core team. --- 1155,1181 ---- <!-- Ongoing development planning and support is coordinated by the XFree86 ! Core Team. At this time the Core Team consists of (in chronoligical order): --> ³«È¯·×²è¤È¥µ¥Ý¡¼¥È¤Ï XFree86 ¥³¥¢¥Á¡¼¥à¤Ë¤è¤Ã¤Æ¿ä¿Ê¤·¤Æ¤¤¤Þ¤¹¡£¸½ºß¡¢ ! ¥³¥¢¥Á¡¼¥à¤Ï°Ê²¼¤Î¥á¥ó¥Ð¡¼¤Ç¹½À®¤µ¤ì¤Æ¤¤¤Þ¤¹(ǯÂå½ç): <itemize> <item>David Dawes <it><dawes@XFree86.org></it> ! <item>David Wexelblat <it><dwex@XFree86.org></it> <item>Rich Murphey <it><rich@XFree86.org></it> ! <item>Dirk Hohndel <it><hohndel@XFree86.org></it> <item>Jon Tombs <it><tombs@XFree86.org></it> ! <item>Marc Evans <it><marc@XFree86.org></it> ! <item>Robin Cutshaw <it><robin@XFree86.org></it> ! <item>Takaaki Nomura <it><nomura@XFree86.org></it> ! <item>Harald Koenig <it><koenig@XFree86.org></it> ! <item>Egbert Eich <it><eich@hilbert.ikp.physik.tu-darmstadt.de></it> ! <item>Mark Vojkovich <it><mvojkovi@ucsd.edu></it ! <item>Alan Hourihane <it><alanh@fairlite.demon.co.uk></it> ! <item>Preston Brown <it><pbrown@redhat.com></it> ! <item>Marc Aurele La France <it><tsi@ualberta.cait></it> ! <item>Kevin E. Martin <it><kevin@precisioninsight.com></it> ! <item>Keith Packard <it><keithp@suse.com></it> </itemize> <!-- Mail sent to <it><Core@XFree86.org></it> will reach the core team. *************** *** 1209,1214 **** --- 1261,1268 ---- <itemize> <item>David Dawes, President and Secretary <item>Dirk Hohndel, Vice-President + <item>Robin Cutshaw, Director + <item>Marc Evans, Director <item>Glenn Lai, Director <item>Rich Murphey, Treasurer <item>Jim Tsillas, Director *************** *** 1217,1234 **** </itemize> Email to <it><BOD@XFree86.org></it> reaches the board of directors. --> ! ¸½ºß¤ÎXFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¼èÄùÌò²ñ¤È´´»ö²ñ¤Ï¡¢°Ê²¼¤ÎÄ̤ê: <itemize> ! <item>David Dawes, President ¤È Secretary (¼ÒŤÈÈë½ñ) ! <item>Dirk Hohndel, Vice-President (Éû¼ÒĹ) ! <item>Glenn Lai, Director (¼èÄùÌò) ! <item>Rich Murphey, Treasurer (²ñ·×·¸) ! <item>Jim Tsillas, Director (¼èÄùÌò) ! <item>Jon Tombs, Director (¼èÄùÌò) ! <item>David Wexelblat, Director (¼èÄùÌò) </itemize> ¼èÄùÌò²ñ¤Ø¤ÎÏ¢Íí¤Ï <it><BOD@XFree86.org></it> ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ ! ²¼¤µ¤¤¡£ <!-- Our bylaws have been crafted in such a way to ensure that XFree86 is and --- 1271,1290 ---- </itemize> Email to <it><BOD@XFree86.org></it> reaches the board of directors. --> ! ¸½ºß¤Î XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¼èÄùÌò²ñ¤È´´»ö²ñ¤Ï°Ê²¼¤ÎÄ̤ê¤Ç¤¹: <itemize> ! <item>David Dawes, President ¤ª¤è¤Ó Secretary ! <item>Dirk Hohndel, Vice-President ! <item>Robin Cutshaw, Director ! <item>Marc Evans, Director ! <item>Glenn Lai, Director ! <item>Rich Murphey, Treasurer ! <item>Jim Tsillas, Director ! <item>Jon Tombs, Director ! <item>David Wexelblat, Director </itemize> ¼èÄùÌò²ñ¤Ø¤ÎÏ¢Íí¤Ï <it><BOD@XFree86.org></it> ¤Þ¤ÇÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ ! ¤¯¤À¤µ¤¤¡£ <!-- Our bylaws have been crafted in such a way to ensure that XFree86 is and *************** *** 1328,1338 **** justice to them by continuing to release high-quality free software for the betterment of the Internet community as a whole. --> ! ¤³¤³¤Ë¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¥¹¥Ý¥ó¥µ¡¼¤È¤Ê¤ê¡¢¶âÁ¬¤ÎÄó¶¡Ëô¤Ïµ¡ºà¤È»ñ¸» ! ¤ÎÄ󶡤ò¤·¤Æ¤¯¤À¤µ¤Ã¤¿ÁÈ¿¥¤È¸Ä¿Í¤ÎÊý¤ò°ìÍ÷¤ËÃפ·¤Þ¤¹¡£ ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤ÏÈà¤é¤ËÂçÊÑ´¶¼Õ¤·¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¼Ò²ñÁ´ÂΤβþÁ±¤Î°Ù¤Ë ! ¹âÉʼÁ¤Ê¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤ò·Ñ³¤·¤ÆÄ󶡤¹¤ë¤³¤È¤Ç¡¢Èà¤é¤Î´üÂԤ˱褨¤ë¤³¤È¤ò ! ´ê¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£ <itemize> <item><url url="http://www.uu.net/" --- 1384,1413 ---- justice to them by continuing to release high-quality free software for the betterment of the Internet community as a whole. --> ! ¤³¤³¤Ë¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Î¥¹¥Ý¥ó¥µ¡¼¤È¤Ê¤ê¡¢¶âÁ¬¤ÎÄ󶡤ޤ¿¤Ïµ¡ºà ! ¤È»ñ¸»¤ÎÄ󶡤ò¤·¤Æ¤¯¤À¤µ¤Ã¤¿ÁÈ¿¥¤È¸Ä¿Í¤Î°ìÍ÷¤ò¼¨¤·¤Þ¤¹¡£ ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤ÏÈà¤é¤ËÂçÊÑ´¶¼Õ¤·¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¼Ò²ñÁ´ÂΤβþÁ± ! ¤Î¤¿¤á¤Ë¹âÉʼÁ¤Ê¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤ò·Ñ³¤·¤ÆÄ󶡤¹¤ë¤³¤È¤Ç¡¢Èà¤é¤Î´üÂÔ ! ¤Ë±è¤¨¤ë¤³¤È¤ò´ê¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£ ! <itemize> ! <item><url url="http://www.suse.com/" name = "SuSE"> ! </itemize> ! <!-- ! SuSE, together with the <url url="http://www.ale.org" name="Atlanta Linux ! Enthusiasts"> and <url url="http://www.valinux.com" name="VA Linux Systems"> ! sponsored and organized the 1st XFree86 hothouse as part of the Atlanta ! Linux Showcase from Oct 9 till Oct 15, 1999. In this week XFree86 made ! more progress than in any other week in the history of The XFree86 Project. ! We are already planning to repeat this in 2000. ! --> ! SuSE ¤Ï ! <url url="http://www.ale.org" name="Atlanta Linux Enthusiasts">¤ä ! <url url="http://www.valinux.com" name="VA Linux Systems"> ¤È¤È¤â¤Ë¡¢ ! 1999 ǯ 10 ·î 9 Æü¤«¤é 10 ·î 15 Æü¤Þ¤Ç ! Atlanta Linux Showcase ¤Î°ìÉô¤È¤·¤Æ¹Ô¤ï¤ì¤¿ ! Âè1²ó¤Î XFree86 hothouse ¤Î¸å±ç¤È½àÈ÷¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ ! ¤³¤Î½µ¤Ï¡¢XFree86 ¥×¥í¥¸¥§¥¯¥È¤ÎÎò»Ë¤ÎÃæ¤ÇºÇ¤â¿ÊĽ¤¬¤¢¤Ã¤¿½µ¤Ç¤¹¡£ ! ²æ¡¹¤Ï´û¤Ë 2000 ǯ¤ËÂè2²ó¤ò·×²è¤·¤Æ¤¤¤Þ¤¹¡£ <itemize> <item><url url="http://www.uu.net/" *************** *** 1425,1431 **** <item>Clifford M Stein <item>Joel Storm <item><url url="http://www.suse.de" ! name="S.u.S.E. GmbH">, Fuerth, Germany <item><url url="http://www.tekelec.com" name="Tekelec Airtronic GmbH">, Muenchen, Germany <item>Jim Tsillas --- 1500,1506 ---- <item>Clifford M Stein <item>Joel Storm <item><url url="http://www.suse.de" ! name="SuSE GmbH">, Nürnberg, Germany <item><url url="http://www.tekelec.com" name="Tekelec Airtronic GmbH">, Muenchen, Germany <item>Jim Tsillas *************** *** 1460,1470 **** <!-- Source patches are available to upgrade X11R6.3 PL2 from the X Consortium (now The Open Group) ! to XFree86 3.3.3.1. Binaries for many OSs are also available. The distribution is available from: --> X ¥³¥ó¥½¡¼¥·¥¢¥à(¸½ºß¤Ï The Open Group) ¤Î X11R6.3 PL2 ¤«¤é ! XFree86 3.3.3.1 ¤Ø¤Î¥Ð¡¼¥¸¥ç¥ó¥¢¥Ã¥×ÍÑ¥½¡¼¥¹¥³¡¼¥É¥Ñ¥Ã¥Á¤¬ Æþ¼ê²Äǽ¤Ç¤¹¡£¤³¤ì¤Ë²Ã¤¨¤Æ¿¤¯¤Î OS ÍѤ˥Х¤¥Ê¥ê¤âÍÑ°Õ¤µ¤ì¤Æ¤ª¤ê¡¢ °Ê²¼¤Îƿ̾ FTP ¥µ¥¤¥È·Ðͳ¤Ç¼ê¤ËÆþ¤ê¤Þ¤¹ : --- 1535,1545 ---- <!-- Source patches are available to upgrade X11R6.3 PL2 from the X Consortium (now The Open Group) ! to XFree86 3.3.6. Binaries for many OSs are also available. The distribution is available from: --> X ¥³¥ó¥½¡¼¥·¥¢¥à(¸½ºß¤Ï The Open Group) ¤Î X11R6.3 PL2 ¤«¤é ! XFree86 3.3.6 ¤Ø¤Î¥Ð¡¼¥¸¥ç¥ó¥¢¥Ã¥×ÍÑ¥½¡¼¥¹¥³¡¼¥É¥Ñ¥Ã¥Á¤¬ Æþ¼ê²Äǽ¤Ç¤¹¡£¤³¤ì¤Ë²Ã¤¨¤Æ¿¤¯¤Î OS ÍѤ˥Х¤¥Ê¥ê¤âÍÑ°Õ¤µ¤ì¤Æ¤ª¤ê¡¢ °Ê²¼¤Îƿ̾ FTP ¥µ¥¤¥È·Ðͳ¤Ç¼ê¤ËÆþ¤ê¤Þ¤¹ : *************** *** 1709,1736 **** ! <!-- Refer to the <tt>README</tt> file under the specified directory for information on which files you need to get to build your distribution. --> <!-- ÇÛÉÕʪ¤«¤é XFree86 ¤òºîÀ®¤¹¤ë¤Î¤ËɬÍפʾðÊó¤Ï¡¢»ØÄꤵ¤ì¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Î ! ²¼¤Ë¤¢¤ë <tt>README</tt> ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ --> <!-- ! Ensure that you are getting XFree86 3.3.3.1 - some of these sites may archive older releases as well. Check the <htmlurl name="RELNOTES" url="RELNOTES.html"> to find which files you need to take from the archive. --> ! Æþ¼ê¤·¤¿¥ê¥ê¡¼¥¹¤¬ XFree86 3.3.3.1 ¤Ç¤¢¤ë¤«¤É¤¦¤«¡¢¤è¤¯³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤¤¤¯¤Ä¤«¤Î¥µ¥¤¥È¤Ç¤Ï¡¢¸Å¤¤ÈǤΠXFree86 ¤¬Êݸ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£ <htmlurl name="RELNOTES" url="RELNOTES.html"> ¤ò¤·¤Ã¤«¤êÆɤó¤Ç¡¢ ! ¤É¤Î¥Õ¥¡¥¤¥ë¤ò³ÊǼ¾ì½ê¤«¤éÆþ¼ê¤¹¤ëɬÍפ¬¤¢¤ë¤Î¤«¡¢Ä´¤Ù¤Æ¤ª¤¤¤Æ²¼¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml,v 3.2.2.4 1999/06/02 07:51:42 hohndel Exp $ --- 1784,1811 ---- ! <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È Refer to the <tt>README</tt> file under the specified directory for information on which files you need to get to build your distribution. --> <!-- ÇÛÉÕʪ¤«¤é XFree86 ¤òºîÀ®¤¹¤ë¤Î¤ËɬÍפʾðÊó¤Ï¡¢»ØÄꤵ¤ì¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Î ! ²¼¤Ë¤¢¤ë <tt>README</tt> ¥Õ¥¡¥¤¥ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ --> <!-- ! Ensure that you are getting XFree86 3.3.6 - some of these sites may archive older releases as well. Check the <htmlurl name="RELNOTES" url="RELNOTES.html"> to find which files you need to take from the archive. --> ! Æþ¼ê¤·¤¿¥ê¥ê¡¼¥¹¤¬ XFree86 3.3.6 ¤Ç¤¢¤ë¤«¤É¤¦¤«¡¢¤è¤¯³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤¤¤¯¤Ä¤«¤Î¥µ¥¤¥È¤Ç¤Ï¡¢¸Å¤¤ÈǤΠXFree86 ¤¬Êݸ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£ <htmlurl name="RELNOTES" url="RELNOTES.html"> ¤ò¤·¤Ã¤«¤êÆɤó¤Ç¡¢ ! ¤É¤Î¥Õ¥¡¥¤¥ë¤ò³ÊǼ¾ì½ê¤«¤éÆþ¼ê¤¹¤ëɬÍפ¬¤¢¤ë¤Î¤«¡¢Ä´¤Ù¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml,v 3.2.2.6 1999/12/28 12:13:55 hohndel Exp $ *************** *** 1738,1763 **** $XConsortium: README.sgml /main/31 1996/10/28 05:43:24 kaleb $ </verb> ! <code></code> - ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï - xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.75.2.46 1999/01/05 07:15:48 - ¤ò¡¢º´Ìî Éð½Ó - ( Taketoshi Sano <url url="mailto:kgh12351@nifty.ne.jp" - name="<kgh12351@nifty.ne.jp>"> ) ¤¬ XFree86 3.3.3.1 ¤ò - ÆüËܤǥ¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¿Í¸þ¤±¤ËÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢ - ¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ÅŻҥ᡼¥ë¤Ç - ¤ªÃΤ餻²¼¤µ¤¤¡£ - - ¤Ê¤ª¡¢ËÝÌõ¤Ë¤¢¤¿¤Ã¤Æ¤Ï²¬ËÜ °ì¹¬ - ( Kazuyuki Okamoto <url url="mailto:ikko-@pacific.rim.or.jp" - name="<ikko-@pacific.rim.or.jp>"> ) ¤µ¤ó¤Ë¤è¤ë XFree86 3.3.2 ¤Î - ÏÂÌõ¤«¤éÂçÉôʬ¤Îʸ¾Ï¤ò夭¤Þ¤·¤¿¤³¤È¤ò¤³¤³¤Ëµ­¤·¡¢´¶¼Õ¤ò¼¨¤·¤Þ¤¹¡£ ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project <url url="http://xjman.dsl.gr.jp/" name="http://xjman.dsl.gr.jp/"> (ά¾Î xjman ¥×¥í¥¸¥§¥¯¥È) ¤Ë¤¢¤ê¤Þ¤¹¡£ ¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä <kgh12351@nifty.ne.jp> ¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È ! ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ </article> --- 1813,1836 ---- $XConsortium: README.sgml /main/31 1996/10/28 05:43:24 kaleb $ </verb> ! <hrule> ! ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ ! (XFree86 3.3.2 ÈǤÎËÝÌõ: ²¬Ëܰ칬 <url url="mailto:ikko-@pacific.rim.or.jp" ! name="<ikko-@pacific.rim.or.jp>">, ! XFree86 3.3.3.1 ÈǤÎËÝÌõ: º´Ìî Éð½Ó <url url="mailto:kgh12351@nifty.ne.jp" ! name="<kgh12351@nifty.ne.jp>">, ! XFree86 3.3.4, 3.3.5, 3.3.6 ÈǤؤι¹¿·: ! Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" ! name="<fujiwara@linux.or.jp>">)¡£ ! ¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿ ! ¤é¡¢ÅŻҥ᡼¥ë¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£ ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project <url url="http://xjman.dsl.gr.jp/" name="http://xjman.dsl.gr.jp/"> (ά¾Î xjman ¥×¥í¥¸¥§¥¯¥È) ¤Ë¤¢¤ê¤Þ¤¹¡£ ¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä <kgh12351@nifty.ne.jp> ¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È ! ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml:3.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml:3.1.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml:3.1.2.2 Wed Jun 2 17:51:43 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml Tue Dec 28 23:13:56 1999 *************** *** 3,31 **** <article> <!-- ! <title>Release Notes for XFree86&tm; 3.3.3.1 <author>The XFree86 Project, Inc ! <date>30 December 1998 --> ! <title> XFree86&tm; 3.3.3.1 ¥ê¥ê¡¼¥¹¥Î¡¼¥È <author> XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! <date>30 December 1998 ! <trans> X Japanese Documentation Project ! <tdate> 1999/01/21 <abstract> <!-- This document describes the bugs fixed and the features added in ! XFree86 3.3.3.1 compared with the 3.3.2 and 3.3.3 release, It also includes installation instructions for the binary distributions. It is strongly recommended that anyone using XFree86 update to version ! 3.3.3.1. --> ! ¤³¤Îʸ½ñ¤Ï XFree86 3.3.3.1 ¤ÇÄɲ䵤줿¿·µ¡Ç½¤ª¤è¤Ó½¤Àµ¤µ¤ì¤¿¥Ð¥°¤Ë¤Ä¤¤¤Æ ! ¥ê¥ê¡¼¥¹ 3.3.2 ¤ª¤è¤Ó 3.3.3 ¤ÈÈæ³Ó¤·¤ÆÀâÌÀ¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ¤Þ¤¿¡¢¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤âÀâÌÀ¤·¤Æ¤¤¤Þ¤¹¡£ ! XFree86 ¤Î¤¹¤Ù¤Æ¤ÎÍøÍѼԤËÂФ·¤Æ¡¢¥Ð¡¼¥¸¥ç¥ó 3.3.3.1 ¤Ë¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¤³¤È¤ò ¶¯¤¯¿ä¾©¤·¤Þ¤¹¡£ </abstract> --- 3,31 ---- <article> <!-- ! <title>Release Notes for XFree86&tm; 3.3.6 <author>The XFree86 Project, Inc ! <date>13 October 1999 --> ! <title> XFree86&tm; 3.3.6 ¥ê¥ê¡¼¥¹¥Î¡¼¥È <author> XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! <date>13 October 1999 ! <trans> The X Japanese Documentation Project ! <tdate>4 December 1999 <abstract> <!-- This document describes the bugs fixed and the features added in ! XFree86 3.3.6 compared with the 3.3.5 release, It also includes installation instructions for the binary distributions. It is strongly recommended that anyone using XFree86 update to version ! 3.3.6. --> ! ¤³¤Îʸ½ñ¤Ï XFree86 3.3.6 ¤ÇÄɲ䵤줿¿·µ¡Ç½¤ª¤è¤Ó½¤Àµ¤µ¤ì¤¿¥Ð¥°¤Ë¤Ä¤¤¤Æ ! ¥ê¥ê¡¼¥¹ 3.3.5 ¤ÈÈæ³Ó¤·¤ÆÀâÌÀ¤·¤¿¤â¤Î¤Ç¤¹¡£ ! ¤Þ¤¿¡¢¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¼ê½ç¤Ë¤Ä¤¤¤Æ¤âÀâÌÀ¤·¤Þ¤¹¡£ ! XFree86 ¤Î¤¹¤Ù¤Æ¤ÎÍøÍѼԤËÂФ·¤Æ¡¢¥Ð¡¼¥¸¥ç¥ó 3.3.6 ¤Ë¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¤³¤È¤ò ¶¯¤¯¿ä¾©¤·¤Þ¤¹¡£ </abstract> *************** *** 43,49 **** --> 3.2A ¥Ù¡¼¥¿ÈǰʹߤΠXFree86 ¤Î¥ê¥ê¡¼¥¹¤Ï¡¢ X ¥³¥ó¥½¡¼¥·¥¢¥à X11R6.3 (X ¥³¥ó¥½¡¼¥·¥¢¥à¤«¤é¤ÎºÇ¿·ÈÇ) ¤ò´ð¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ ! (ÌõÃí¡§¸½»þÅÀ¤Ç¤ÎºÇ¿·ÈÇ¤Ï X11R6.4 ¤Ç¤¹¡£) <!-- R6.3 is an update to R6.1, and is intended to be compatible with R6.1 --- 43,49 ---- --> 3.2A ¥Ù¡¼¥¿ÈǰʹߤΠXFree86 ¤Î¥ê¥ê¡¼¥¹¤Ï¡¢ X ¥³¥ó¥½¡¼¥·¥¢¥à X11R6.3 (X ¥³¥ó¥½¡¼¥·¥¢¥à¤«¤é¤ÎºÇ¿·ÈÇ) ¤ò´ð¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ ! (ÌõÃí:¸½»þÅÀ¤Ç¤ÎºÇ¿·ÈÇ¤Ï X11R6.4 ¤Ç¤¹¡£) <!-- R6.3 is an update to R6.1, and is intended to be compatible with R6.1 *************** *** 57,63 **** R6.3 ¤Ï R6.1 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6.1 ¤ª¤è¤Ó R6 ¤È¸ß´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç¤¹¡£ ! X11R6.3 ¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¡¼¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿¡§ SECURITY, XC-APPGROUP, XpExtension (ɽ¼¨µ¡Ç½¤Î³ÈÄ¥), ¤½¤·¤Æ¹¹¿·¤µ¤ì¤Æ ɸ½àÈǤȤʤä¿ LBX ¤Ê¤É¤Ç¤¹¡£ ¤Þ¤¿ X11R6.3 ¤Ë¤Ï¡¢¿·¤·¤¤É¸½à¤Ç¤¢¤ë RX (X Remote Execution MIME type) ¤È --- 57,63 ---- R6.3 ¤Ï R6.1 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6.1 ¤ª¤è¤Ó R6 ¤È¸ß´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç¤¹¡£ ! X11R6.3 ¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿: SECURITY, XC-APPGROUP, XpExtension (ɽ¼¨µ¡Ç½¤Î³ÈÄ¥), ¤½¤·¤Æ¹¹¿·¤µ¤ì¤Æ ɸ½àÈǤȤʤä¿ LBX ¤Ê¤É¤Ç¤¹¡£ ¤Þ¤¿ X11R6.3 ¤Ë¤Ï¡¢¿·¤·¤¤É¸½à¤Ç¤¢¤ë RX (X Remote Execution MIME type) ¤È *************** *** 73,79 **** R6.1 ¤Ï R6 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6 ¤È¸ß´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç¤¹¡£ ! X11R6.1 ¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¡¼¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿¡§ DOUBLE-BUFFER, XKEYBOARD, ¤½¤·¤Æ RECORD ¤Ç¤¹¡£ <!-- --- 73,79 ---- R6.1 ¤Ï R6 ¤Î¹¹¿·ÈǤǤ¢¤ê¡¢¥½¡¼¥¹¤È¥×¥í¥È¥³¥ë¤ÎξÊý¤Î¥ì¥Ù¥ë¤Ç R6 ¤È¸ß´¹À­¤¬¤¢¤ë¤è¤¦¤Ë³«È¯¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¥Ð¥¤¥Ê¥ê¤Ï¾å°Ì¸ß´¹¤Ç¤¹¡£ ! X11R6.1 ¤Ç¤Ï°Ê²¼¤Î¤è¤¦¤Ê³ÈÄ¥¤¬ X ¥µ¡¼¥Ð¤Ë¼è¤ê¹þ¤Þ¤ì¤Þ¤·¤¿: DOUBLE-BUFFER, XKEYBOARD, ¤½¤·¤Æ RECORD ¤Ç¤¹¡£ <!-- *************** *** 83,89 **** those features included in R6.1. --> R6.2 ¤Ï¤É¤¦¤·¤¿¤Î¤«¤Ã¤Æ ? X11R6.2 ¤Ï X11R6.3 ¤Î¥µ¥Ö¥»¥Ã¥È¤Ë ! Í¿¤¨¤é¤ì¤¿Ì¾¾Î¤Ç¡¢ R6.1 ¤Ë¥æ¡¼¥¶¡¼ÄêµÁʸ»ú¤Î¥µ¥Ý¡¼¥È¤È½Ä½ñ¤­µ¡Ç½ ¤òÄɲä·¤Æ Xlib ¤Ë¼ÂÁõ¤·¡¢¤µ¤é¤Ë¥×¥ê¥ó¥Èµ¡Ç½³ÈÄ¥¤ò²Ã¤¨¤¿¤â¤Î¤Ç¤¹¡£ <p> --- 83,89 ---- those features included in R6.1. --> R6.2 ¤Ï¤É¤¦¤·¤¿¤Î¤«¤Ã¤Æ ? X11R6.2 ¤Ï X11R6.3 ¤Î¥µ¥Ö¥»¥Ã¥È¤Ë ! Í¿¤¨¤é¤ì¤¿Ì¾¾Î¤Ç¡¢ R6.1 ¤Ë¥æ¡¼¥¶ÄêµÁʸ»ú¤Î¥µ¥Ý¡¼¥È¤È½Ä½ñ¤­µ¡Ç½ ¤òÄɲä·¤Æ Xlib ¤Ë¼ÂÁõ¤·¡¢¤µ¤é¤Ë¥×¥ê¥ó¥Èµ¡Ç½³ÈÄ¥¤ò²Ã¤¨¤¿¤â¤Î¤Ç¤¹¡£ <p> *************** *** 94,113 **** from the non-free copyright used for the initial release of X11R6.4 back to the old free X Consortium style copyright. Given the fact that our main development focus is on XFree86-4.0 and that ! the 3.3.3 release was intended mostly to fix some bugs and get out new ! drivers to the public, we opted not to include X11R6.4 in XFree86-3.3.3. ! Since XFree86-3.3.3.1 is merely a quick bug fix release to ! XFree86-3.3.3, the same applies here as well. ! --> ! 1998 ǯ¤Î 9 ·î¤Ë¡¢ The Open Group ¤Ï X11R6.4 ¤Î copyright ¤ò ! ¤½¤ÎºÇ½é¤Î¥ê¥ê¡¼¥¹¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤¿ non-free ¤Ê¤â¤Î¤«¤é ! °ÊÁ°¤Î free ¤Ê X ¥³¥ó¥½¡¼¥·¥¢¥à¥¹¥¿¥¤¥ë¤Î copyright ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£ ! ²æ¡¹¤Ï¸½ºß XFree86-4.0 ¤Î³«È¯¤Ë¼çÎϤòÃí¤¤¤Ç¤ª¤ê¡¢ 3.3.3 ¥ê¥ê¡¼¥¹¤Ï ! ¤¤¤¯¤Ä¤«¤Î¥Ð¥°½¤Àµ¤È¡¢ºÇ¶áÄɲ䵤줿¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤ò°ìÈ̤ËÄ󶡤¹¤ë ! ¤¿¤á¤Î¤â¤Î¤È¤·¤Æ¹Í¤¨¤Æ¤¤¤¿¤¿¤á¡¢ XFree86-3.3.3 ¤Ë¤Ï X11R6.4 ¤ò ! ´Þ¤á¤Ê¤¤¤³¤È¤Ë¤·¤Þ¤·¤¿¡£ ! XFree86-3.3.3.1 ¤Ïñ¤Ë XFree86-3.3.3 ¤Î¥Ð¥°¤ò¿×®¤Ë½¤Àµ¤¹¤ë¤³¤È¤À¤±¤ò ! °Õ¿Þ¤·¤¿¥ê¥ê¡¼¥¹¤Ç¤¢¤ë¤¿¤á¡¢¤³¤ì¤Ë¤Ä¤¤¤Æ¤â¾åµ­¤ÏƱÍͤˤ¢¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£ <p> <!-- XFree86-4.0 will be X11R6.4 based. --- 94,108 ---- from the non-free copyright used for the initial release of X11R6.4 back to the old free X Consortium style copyright. Given the fact that our main development focus is on XFree86-4.0 and that ! the 3.3.x releases are intended mostly to fix some bugs and get out new ! drivers to the public, we opted not to include X11R6.4 in XFree86-3.3.x. ! --> ! 1998 ǯ¤Î 9 ·î¤Ë¡¢The Open Group ¤Ï X11R6.4 ¤Î¥³¥Ô¡¼¥é¥¤¥È¤ò ! ½é´ü¥ê¥ê¡¼¥¹¤Ç»È¤Ã¤Æ¤¤¤¿¥Õ¥ê¡¼¤Ç¤Ê¤¤¤â¤Î¤«¤é¡¢°ÊÁ°¤Î¥Õ¥ê¡¼¤Ê X ¥³¥ó¥½¡¼ ! ¥·¥¢¥à¥¹¥¿¥¤¥ë¤Î copyright ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£ ! ¸½ºß¤Î³«È¯¤ÎÃæ¿´¤Ï XFree86-4.0 ¤Ë¤Ê¤Ã¤Æ¤ª¤ê¡¢3.3.x ¥ê¥ê¡¼¥¹¤Ï¼ç¤Ë¥Ð¥° ! ½¤Àµ¤È¿·¤·¤¤¥É¥é¥¤¥Ð¤ò¸ø³«¤¹¤ë¤³¤È¤¬ÌÜŪ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤³¤È¤«¤é¡¢ ! ²æ¡¹¤Ï XFree86-3.3.x ¤Ë¤Ï X11R4 ¤òºÎ¤êÆþ¤ì¤Ê¤¤¤³¤È¤Ë·è¤á¤Þ¤·¤¿¡£ <p> <!-- XFree86-4.0 will be X11R6.4 based. *************** *** 144,149 **** --- 139,323 ---- Ãí°Õ¤·¤Æ²¼¤µ¤¤¡£ ¤¿¤À¤·¸ß´¹À­¤Î¤¿¤á¤Ë a.out ·Á¼°¤Î¶¦Í­¥é¥¤¥Ö¥é¥ê¤â´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ + <p> + <!-- + <sect> What's new in 3.3.6? + --> + <sect> 3.3.6 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? + <p> + <itemize> + <!-- + <item>Support for ATI Rage128. + --> + <item>ATI Rage128 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for ATI Rage Mobility + --> + <item>ATI Rage Mobility ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for SiS 540/630 and SiS 300 + --> + <item>SiS 540/630 ¤È SiS 300 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for Silicon Motion Lynx chipsets + --> + <item>Silicon Motion Lynx ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for Savage2000 + --> + <item>Savage2000 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for NVIDIA GeForce + --> + <item>NVIDIA GeForce ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for Intel i810 (not enabled by default as it needs kernel module) + --> + <item>Intel i810 ¤Î¥µ¥Ý¡¼¥È(¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë¤òɬÍפȤ¹¤ë¤¿¤á¡¢¥Ç¥Õ¥©¥ë¥È¤Ç¤ÏÍ­¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó) + <!-- + <item>Fixes to several drivers + --> + <item>¤¤¤¯¤Ä¤«¤Î¥É¥é¥¤¥Ð¤Î¥Ð¥°½¤Àµ + </itemize> + <p> + <!-- + <sect> What's new in 3.3.5? + --> + <sect> 3.3.5 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? + <p> + <itemize> + <!-- + <item>Support for S3 Savage4 and Savage3D. Limited to Linux/x86 at this point. Please see README.S3V. + --> + <item>S3 Savage4 ¤È Savage3D ¤Î¥µ¥Ý¡¼¥È¡£¸½»þÅÀ¤Ç¤Ï Linux/x86 ¤Ç¤·¤« + »È¤¨¤Þ¤»¤ó¡£README.S3V ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ + <!-- + <item>Support for S3 Trio3D/2X. + --> + <item>S3 Trio3D/2X ¤Î¥µ¥Ý¡¼¥È¡£ + <!-- + <item>Support for DGux. + --> + <item>DGux ¤Î¥µ¥Ý¡¼¥È¡£ + <!-- + <item>Support for QNX. + --> + <item>QNX ¤Î¥µ¥Ý¡¼¥È¡£ + <!-- + <item>Fix bug in Mach64 server on Rage LT and Rage LT Pro. + --> + <item>Mach64 ¥µ¡¼¥Ð¤ò Rage LT ¤È Rage LT Pro ¤Ç»È¤Ã¤¿ºÝ¤Î¥Ð¥°¤Î½¤Àµ¡£ + <!-- + <item>Fix SiS driver for 530 and 620. + --> + <item>SiS 530 ¤È 620 ¤Î¤¿¤á¤Î SiS ¥É¥é¥¤¥Ð¤Î½¤Àµ¡£ + <!-- + <item>Fix the spurious underline problem on NVidia Riva TNT cards. + --> + <item>NVidia Riva TNT ¥«¡¼¥É¤Ë¤ª¤±¤ë²¼Àþ¤Ë´Ø¤¹¤ë½ÅÂç¤ÊÌäÂê¤Î½¤Àµ¡£ + <!-- + <item>Fix the PS/2 mouse problem with later Linux kernels. + --> + <item>ºÇ¶á¤Î Linux ¥«¡¼¥Í¥ë¤Çµ¯¤³¤ë PS/2 ¥Þ¥¦¥¹¤ÎÌäÂê¤Î½¤Àµ¡£ + <!-- + <item>Misc updates and bugfixes in Rendition driver. + --> + <item>Rendition ¥É¥é¥¤¥Ð¤Î¤µ¤Þ¤¶¤Þ¤Ê¹¹¿·¤È¥Ð¥°½¤Àµ¡£ + <!-- + <item>Updates from SuSE and Red Hat, including more keyboards, PAM support, ARM and AXP fixes, + security fixes. + --> + <item>SuSE ¤È RedHat ¤Ë¤è¤ë¹¹¿·¡£Âбþ¤¹¤ë¥­¡¼¥Ü¡¼¥É¤ÎÄɲá¢PAM ¤Î + ¥µ¥Ý¡¼¥È¡¢ARM ¤È AXP ¤Î¥É¥é¥¤¥Ð½¤Àµ¡¢¥»¥­¥å¥ê¥Æ¥£½¤Àµ¤Ê¤É¡£ + </itemize> + + <p> + <!-- + <sect> What's new in 3.3.4? + --> + <sect> 3.3.4 ¤Ç²¿¤¬¿·¤·¤¯¤Ê¤Ã¤¿¤«? + <p> + <itemize> + <!-- + <item>Several security fixes. + --> + <item>¥»¥­¥å¥ê¥Æ¥£´ØÏ¢¤Î½¤Àµ¤¤¤¯¤Ä¤« + <!-- + <item>Intel i740 support (donated by Precision Insight). + --> + <item>Intel i740 ¤Î¥µ¥Ý¡¼¥È (Precision Insight ¼Ò¤Î´óÉÕ) + <!-- + <item>SiS 530 and SiS 620 support. + --> + <item>SiS 530, SiS 620 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>3Dfx Voodoo Banshee and Voodoo3 support. + --> + <item>3Dfx Voodoo Banshee, Voodoo3 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Trident Blade3D, CyberBlade and Cyber9525 support. + --> + <item>Trident Blade3D, CyberBlade, Cyber9525 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>S3 Trio3D support. + --> + <item>S3 Trio3D ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Matrox G400 support. + --> + <item>Matrox G400 ¤Î¥µ¥Ý¡¼¥È + <!-- + <item>NVIDIA Riva TNT2 support and better acceleration for all Riva + chipsets (donated by NVIDIA). + --> + <item>NVIDIA Riva TNT2 ¤Î¥µ¥Ý¡¼¥È¤È Riva ¥Á¥Ã¥×¥»¥Ã¥ÈÁ´¤Æ¤Ë´Ø¤¹¤ë¥¢ + ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î²þÎÉ(NVIDIA ¼Ò¤Î´óÉÕ) + <!-- + <item>Rewritten Cyrix MediaGX support (donated by Cyrix). + <bf>Warning: this is reported + to hang some machines!</bf> If that happens, please use the + SVGA server in XFree86-3.3.3.1 instead. + --> + <item>Cyrix MediaGX ¤Î¥µ¥Ý¡¼¥È¤Î½ñ¤­Ä¾¤· (Cyrix ¼Ò¤Î´óÉÕ) + <bf>·Ù¹ð: ¤³¤ì¤Ï¥Ï¥ó¥°¤¹¤ë¾ì¹ç¤¬¤¢¤ë¤ÈÊó¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£</bf> + ¥Ï¥ó¥°¤¹¤ë¤è¤¦¤Ê¤é¤³¤ì¤ò»È¤ï¤Ê¤¤¤Ç¡¢XFree86-3.3.3.1 ¤ËÆþ¤Ã¤Æ¤¤¤ë SVGA + ¥µ¡¼¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + <!-- + <item>Acceleration for XF68_FBDev on PPC. + --> + <item>PPC ¾å¤Î XF68_FBDev ¤Ç¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó + <!-- + <item>VMWare's DGA-1.1 extension. Note that the next major release of XFree86 + will NOT include DGA-1.1 but the newly developed DGA-2.0 that contains + significantly more features than DGA-1.1 and will most likely not be + compatible with DGA-1.1 + --> + <item>VMWare ¤Î DGA-1.1 µ¡Ç½³ÈÄ¥¡£XFree86 ¤Î¼¡¤Î¥á¥¸¥ã¡¼¥ê¥ê¡¼¥¹¤Ë¤Ï + DGA-1.1 ¤Ï<em>´Þ¤Þ¤ì¤Þ¤»¤ó</em>¤¬¡¢¿·¤·¤¯³«È¯¤µ¤ì¤¿ DGA-2.0 ¤¬´Þ¤Þ¤ì¤Þ + ¤¹¡£¤³¤ì¤Ï DGA-1.1 ¤è¤ê¤º¤Ã¤È¿¤¯¤Îµ¡Ç½¤ò»ý¤Á¡¢DGA-1.1 ¤È¤Ï¸ß´¹¤Ç¤Ï¤¢ + ¤ê¤Þ¤»¤ó¡£ + <!-- + <item>Change xterm to use the tty default value for the backspace key. + --> + <item>xterm ¤Î tty ¤Î¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤òÊѹ¹¤·¡¢¥Ð¥Ã¥¯¥¹¥Ú¡¼¥¹¥­¡¼¤ò»È + ¤¨¤ë¤è¤¦¤Ë¤·¤¿¡£ + <!-- + <item>Japanese documentation and manpage updates. + --> + <item>ÆüËܸì¤Îʸ½ñ¤È¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î¹¹¿·¡£ + <!-- + <item>Updates and new hardware support (Acecad flair, Calcomp DrawingBoard) + for xinput extension. + --> + <item>xinput µ¡Ç½³ÈÄ¥¤Î¹¹¿·¤È¿·¤·¤¤¥Ï¡¼¥É¥¦¥§¥¢¤Î¥µ¥Ý¡¼¥È(Acecad flair, Calcomp DrawingBoard) + <!-- + <item>Bug fixed for cards with S3 Aurora64V+ (M65) chip, VGA output + should now work. + --> + <item>S3 Aurora64V+ (M65) ¥Á¥Ã¥×¤ò»È¤Ã¤¿¥«¡¼¥É¤Ë¤ª¤±¤ë¥Ð¥°¤Î½¤Àµ¡£ + VGA ½ÐÎϤ¬Æ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤Ï¤º¤Ç¤¹¡£ + </itemize> + <p> <!-- <sect> What's new in 3.3.3.1? *************** *** 176,187 **** <item>PC98 cards database, sample config file and XKB handling have been fixed. --> ! <item>3Dlabs ¥É¥é¥¤¥Ð¡¼¤Ë¤è¤ê¥·¥¹¥Æ¥à¥¯¥í¥Ã¥¯¤¬ÃÙ¤ì¤ë¸½¾Ý¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ <item>C&T HiQV ¥Á¥Ã¥×¤ÎÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! <item>Cyrix ¥É¥é¥¤¥Ð¡¼¤ÎÉÁ²è¤Ë´Ø¤¹¤ëÌäÂê¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ <item>Matrox G100/G200 ¤Î PCI ÈǤϴ°Á´¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ ! <item>Mach64 ¥µ¡¼¥Ð¡¼¤Ï¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! <item>¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤Ë½¾¤¦ NVIDIA ¥É¥é¥¤¥Ð¡¼¥³¡¼¥É¤¬Ä󶡤µ¤ì¤Þ¤·¤¿¡£ <item>I128 Rev IV ¤Î¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>S3V ¤Î¥í¥Ã¥¯¥¢¥Ã¥×ÌäÂ꤬¤Þ¤¿¤Ò¤È¤Ä½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ <item>cfb24 ¤ÎÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ --- 350,361 ---- <item>PC98 cards database, sample config file and XKB handling have been fixed. --> ! <item>3Dlabs ¥É¥é¥¤¥Ð¤Ë¤è¤ê¥·¥¹¥Æ¥à¥¯¥í¥Ã¥¯¤¬ÃÙ¤ì¤ë¸½¾Ý¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ <item>C&T HiQV ¥Á¥Ã¥×¤ÎÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! <item>Cyrix ¥É¥é¥¤¥Ð¤ÎÉÁ²è¤Ë´Ø¤¹¤ëÌäÂê¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ <item>Matrox G100/G200 ¤Î PCI ÈǤϴ°Á´¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ ! <item>Mach64 ¥µ¡¼¥Ð¤Ï¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! <item>¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤Ë½¾¤¦ NVIDIA ¥É¥é¥¤¥Ð¥³¡¼¥É¤¬Ä󶡤µ¤ì¤Þ¤·¤¿¡£ <item>I128 Rev IV ¤Î¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>S3V ¤Î¥í¥Ã¥¯¥¢¥Ã¥×ÌäÂ꤬¤Þ¤¿¤Ò¤È¤Ä½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ <item>cfb24 ¤ÎÉÁ²è¤Ë´Ø¤¹¤ë¥Ð¥°¤¬½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ *************** *** 191,198 **** <item>GNU/Hurd ¤Î¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>¤¤¤¯¤Ä¤«¤Î XINPUT ¤Ë´Ø¤¹¤ëÌäÂê¤ÏÂн褵¤ì¤Þ¤·¤¿¡£ <item>XINPUT ¤¬ÄêµÁ¤µ¤ì¤¿ºÝ¤Î DGA ÁêÂÐ¥Þ¥¦¥¹±¿Æ°¥¤¥Ù¥ó¥È¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! ¤Þ¤¿ NVIDIA ¤ª¤è¤Ó S3V ¥É¥é¥¤¥Ð¡¼¤Î DGA ¤Ë´ØÏ¢¤¹¤ëÌäÂê¤â½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! <item>X ¥µ¡¼¥Ð¡¼¤Ï¿¿¤Î¥æ¡¼¥¶¡¼ ID ¤ò»ÈÍѤ·¤Æ Xauthority ¥Õ¥¡¥¤¥ë¤òÆɤà¤è¤¦¤Ë ¤Ê¤ê¤Þ¤·¤¿¡£ <item>¥³¥¢¥¯¥é¥¤¥¢¥ó¥È¤ËÂФ·¤Æ¡¢¤¤¤¯¤Ä¤«¤ÎºÙ¤«¤Ê½¤Àµ¤¬¹Ô¤ï¤ì¤Þ¤·¤¿¡£ <item>KOI8-R ¤Î°·¤¤¤Ë´Ø¤¹¤ë Xlib ¤Î¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ --- 365,372 ---- <item>GNU/Hurd ¤Î¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>¤¤¤¯¤Ä¤«¤Î XINPUT ¤Ë´Ø¤¹¤ëÌäÂê¤ÏÂн褵¤ì¤Þ¤·¤¿¡£ <item>XINPUT ¤¬ÄêµÁ¤µ¤ì¤¿ºÝ¤Î DGA ÁêÂÐ¥Þ¥¦¥¹±¿Æ°¥¤¥Ù¥ó¥È¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! ¤Þ¤¿ NVIDIA ¤ª¤è¤Ó S3V ¥É¥é¥¤¥Ð¤Î DGA ¤Ë´ØÏ¢¤¹¤ëÌäÂê¤â½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ ! <item>X ¥µ¡¼¥Ð¤Ï¿¿¤Î¥æ¡¼¥¶ ID ¤ò»ÈÍѤ·¤Æ Xauthority ¥Õ¥¡¥¤¥ë¤òÆɤà¤è¤¦¤Ë ¤Ê¤ê¤Þ¤·¤¿¡£ <item>¥³¥¢¥¯¥é¥¤¥¢¥ó¥È¤ËÂФ·¤Æ¡¢¤¤¤¯¤Ä¤«¤ÎºÙ¤«¤Ê½¤Àµ¤¬¹Ô¤ï¤ì¤Þ¤·¤¿¡£ <item>KOI8-R ¤Î°·¤¤¤Ë´Ø¤¹¤ë Xlib ¤Î¥Ð¥°¤Ï½¤Àµ¤µ¤ì¤Þ¤·¤¿¡£ *************** *** 282,306 **** Xlib ¤Î¥Ð¥°¤ò½¤Àµ¤·¡¢¤Þ¤¿ iso8859-15 ¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤òÄɲä·¤Æ iso8859-15 ¤Î´ðËÜŪ¤Ê¥Õ¥©¥ó¥È¤ò¤¤¤¯¤Ä¤«´Þ¤á¤Þ¤·¤¿¡£ <item>10 °Ê¾å¤Î¥â¡¼¥É¤ò°·¤¨¤ë¤è¤¦ xf86config ¤ò½¤Àµ¤·¡¢ ! XFCom / XBF ¥µ¡¼¥Ð¡¼¤Ë¤Ä¤¤¤Æ¤â¹Íθ¤·¤Þ¤·¤¿¡£ <item>xterm ¤Ë¤Ä¤¤¤Æ¿¤¯¤ÎÊѹ¹¤¬¤¢¤ê¤Þ¤¹¡£ ¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Î xterm.log.html ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ <item>Riva128 ¾å¤Ç¿¤¯¤Î¿§¿¼Å٤ȹ⤤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»ÈÍѤ·¤¿¾ì¹ç¤ÎÌäÂêÅÀ¤ò ½¤Àµ¤·¤Þ¤·¤¿¡£ <item>S3 ¥«¡¼¥É¤ò»ÈÍѤ¹¤ëºÝ¡¢¥Ü¡¼¥É¾å¤Î S3 ¥Á¥Ã¥×¤ò̵¸ú¤Ë¤·¤¿¾ì¹ç¤ËÀ¸¤¸¤ë ! S3 ¥É¥é¥¤¥Ð¡¼¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>¹â²òÁüÅÙ»þ¤Î Cirrus 5480 ¤Ë¤Ä¤¤¤Æ¤ÎÌäÂê¤È¡¢546x ¤Ç BitBLT ¥¨¥ó¥¸¥ó¤ò »ÈÍѤ·¤¿ºÝ¤ËÀ¸¤¸¤ë¥¸¥Ã¥¿¡¼¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>Tseng ¥É¥é¥¤¥Ð¡¼¤Ë´Ø¤¹¤ë¥¯¥í¥Ã¥¯À©¸Â¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>ViRGE ¥Á¥Ã¥×¤Ë´Ø¤¹¤ë¥í¥Ã¥¯¥¢¥Ã¥×¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>Mach64 X ¥µ¡¼¥Ð¡¼¤Î¥Ó¥Ç¥ª FIFO »þ´ÖÄ´À°·×»»¤ò²þÁ±¤·¤Þ¤·¤¿¡£ ! <item>Mach64 X ¥µ¡¼¥Ð¡¼¤Î¥Õ¥©¥ó¥È¥ì¥ó¥À¥ê¥ó¥°¥³¡¼¥É¤Ë¤¢¤Ã¤¿¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>Mach64 X ¥µ¡¼¥Ð¡¼¤Î½ªÎ»»þ¤ËȯÀ¸¤·¤¿ VGA ¥Õ¥©¥ó¥ÈÉü¸µ¤Ë´Ø¤¹¤ë¥Ð¥°¤ò ½¤Àµ¤·¤Þ¤·¤¿¡£ <item>XF68_FBDev ¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>S3 Trio64V+ ¤Ë´Ø¤¹¤ë´Ö°ã¤Ã¤¿¥¯¥í¥Ã¥¯À©¸Â¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>cfb ¤ª¤è¤Ó vga ¥³¡¼¥ÉÃæ¤Î°ìÈÌŪ¤Ê¥ì¥ó¥À¥ê¥ó¥°¥¨¥é¡¼¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>MGA ¥É¥é¥¤¥Ð¡¼¤Ë¤ª¤±¤ë¥Æ¥­¥¹¥ÈÉü¸µÌäÂê¤ò½¤Àµ¤·¡¢ ¹â²òÁüÅÙ 32bpp ¥â¡¼¥É¤Îɽ¼¨¤ò²þÁ±¤·¤Þ¤·¤¿¡£ 24bpp ¤ª¤è¤Ó 32bpp ¥â¡¼¥É¤Ç¤Îɽ¼¨¤Ë´Ø¤¹¤ëÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ÆÃÄê¤Î MGA ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¤ò̵¸ú¤Ë¤·¤Þ¤·¤¿¡£ --- 456,480 ---- Xlib ¤Î¥Ð¥°¤ò½¤Àµ¤·¡¢¤Þ¤¿ iso8859-15 ¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤òÄɲä·¤Æ iso8859-15 ¤Î´ðËÜŪ¤Ê¥Õ¥©¥ó¥È¤ò¤¤¤¯¤Ä¤«´Þ¤á¤Þ¤·¤¿¡£ <item>10 °Ê¾å¤Î¥â¡¼¥É¤ò°·¤¨¤ë¤è¤¦ xf86config ¤ò½¤Àµ¤·¡¢ ! XFCom / XBF ¥µ¡¼¥Ð¤Ë¤Ä¤¤¤Æ¤â¹Íθ¤·¤Þ¤·¤¿¡£ <item>xterm ¤Ë¤Ä¤¤¤Æ¿¤¯¤ÎÊѹ¹¤¬¤¢¤ê¤Þ¤¹¡£ ¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Î xterm.log.html ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£ <item>Riva128 ¾å¤Ç¿¤¯¤Î¿§¿¼Å٤ȹ⤤¥É¥Ã¥È¥¯¥í¥Ã¥¯¤ò»ÈÍѤ·¤¿¾ì¹ç¤ÎÌäÂêÅÀ¤ò ½¤Àµ¤·¤Þ¤·¤¿¡£ <item>S3 ¥«¡¼¥É¤ò»ÈÍѤ¹¤ëºÝ¡¢¥Ü¡¼¥É¾å¤Î S3 ¥Á¥Ã¥×¤ò̵¸ú¤Ë¤·¤¿¾ì¹ç¤ËÀ¸¤¸¤ë ! S3 ¥É¥é¥¤¥Ð¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>¹â²òÁüÅÙ»þ¤Î Cirrus 5480 ¤Ë¤Ä¤¤¤Æ¤ÎÌäÂê¤È¡¢546x ¤Ç BitBLT ¥¨¥ó¥¸¥ó¤ò »ÈÍѤ·¤¿ºÝ¤ËÀ¸¤¸¤ë¥¸¥Ã¥¿¡¼¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>Tseng ¥É¥é¥¤¥Ð¤Ë´Ø¤¹¤ë¥¯¥í¥Ã¥¯À©¸Â¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>ViRGE ¥Á¥Ã¥×¤Ë´Ø¤¹¤ë¥í¥Ã¥¯¥¢¥Ã¥×¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>Mach64 X ¥µ¡¼¥Ð¤Î¥Ó¥Ç¥ª FIFO »þ´ÖÄ´À°·×»»¤ò²þÁ±¤·¤Þ¤·¤¿¡£ ! <item>Mach64 X ¥µ¡¼¥Ð¤Î¥Õ¥©¥ó¥È¥ì¥ó¥À¥ê¥ó¥°¥³¡¼¥É¤Ë¤¢¤Ã¤¿¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>Mach64 X ¥µ¡¼¥Ð¤Î½ªÎ»»þ¤ËȯÀ¸¤·¤¿ VGA ¥Õ¥©¥ó¥ÈÉü¸µ¤Ë´Ø¤¹¤ë¥Ð¥°¤ò ½¤Àµ¤·¤Þ¤·¤¿¡£ <item>XF68_FBDev ¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>S3 Trio64V+ ¤Ë´Ø¤¹¤ë´Ö°ã¤Ã¤¿¥¯¥í¥Ã¥¯À©¸Â¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>cfb ¤ª¤è¤Ó vga ¥³¡¼¥ÉÃæ¤Î°ìÈÌŪ¤Ê¥ì¥ó¥À¥ê¥ó¥°¥¨¥é¡¼¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>MGA ¥É¥é¥¤¥Ð¤Ë¤ª¤±¤ë¥Æ¥­¥¹¥ÈÉü¸µÌäÂê¤ò½¤Àµ¤·¡¢ ¹â²òÁüÅÙ 32bpp ¥â¡¼¥É¤Îɽ¼¨¤ò²þÁ±¤·¤Þ¤·¤¿¡£ 24bpp ¤ª¤è¤Ó 32bpp ¥â¡¼¥É¤Ç¤Îɽ¼¨¤Ë´Ø¤¹¤ëÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ÆÃÄê¤Î MGA ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¤ò̵¸ú¤Ë¤·¤Þ¤·¤¿¡£ *************** *** 308,317 **** ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>visual ¤¬Â¿¤¹¤®¤ë¤È Xnest ¤¬¥¯¥é¥Ã¥·¥å¤¹¤ëÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>64bit ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ËÂбþ¤¹¤ë¤è¤¦½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>S3V ¥µ¡¼¥Ð¡¼¤Î¥«¡¼¥½¥ë¤Ë´Ø¤¹¤ë¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>C&T ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¡¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¸¡½Ð¡¢ ¤ª¤è¤Ó DPMS ɽ¼¨¥ª¥Õ¤Ê¤É¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>cirrus ¥É¥é¥¤¥Ð¡¼¤ò²þÎɤ·¡¢ CLGD755x ¾å¤Î LCD ¸¡½ÐÌäÂê¡¢ Æó½Å¥Þ¥¦¥¹¥Ð¥°¤ª¤è¤Ó¥Ö¥é¥ó¥­¥ó¥°¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>-quiet ¥Õ¥é¥Ã¥°¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê (¤¢¤ë¼ï¤ÎÊÑ¿ô¤¬½é´ü²½¤µ¤ì¤Ê¤¤) ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ --- 482,491 ---- ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>visual ¤¬Â¿¤¹¤®¤ë¤È Xnest ¤¬¥¯¥é¥Ã¥·¥å¤¹¤ëÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>64bit ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ËÂбþ¤¹¤ë¤è¤¦½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>S3V ¥µ¡¼¥Ð¤Î¥«¡¼¥½¥ë¤Ë´Ø¤¹¤ë¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>C&T ¥Á¥Ã¥×¥»¥Ã¥È¾å¤Ç¤Î¥á¥â¥ê¡¼¸¡½Ð¡¢ºÇ¹â¥É¥Ã¥È¥¯¥í¥Ã¥¯¸¡½Ð¡¢ ¤ª¤è¤Ó DPMS ɽ¼¨¥ª¥Õ¤Ê¤É¤ÎÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ ! <item>cirrus ¥É¥é¥¤¥Ð¤ò²þÎɤ·¡¢ CLGD755x ¾å¤Î LCD ¸¡½ÐÌäÂê¡¢ Æó½Å¥Þ¥¦¥¹¥Ð¥°¤ª¤è¤Ó¥Ö¥é¥ó¥­¥ó¥°¥Ð¥°¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ <item>-quiet ¥Õ¥é¥Ã¥°¤Ë´Ø¤¹¤ë¤¤¤¯¤Ä¤«¤ÎÌäÂê (¤¢¤ë¼ï¤ÎÊÑ¿ô¤¬½é´ü²½¤µ¤ì¤Ê¤¤) ¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ *************** *** 323,331 **** Èò¤±¤ë¤¿¤á¡¢É¸½à¤Ç¤Ï¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£ XF86Config ¤Ë "hw_cursor" ¥ª¥×¥·¥ç¥ó¤òÄɲ乤뤳¤È¤Ë¤è¤Ã¤Æ ½¾Íè¤É¤ª¤ê¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£ ! <item>EGC ¥µ¡¼¥Ð¡¼¤Ï Linux/98 ¾å¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ¤Þ¤¿ XF98Setup ¤â»ÈÍѲÄǽ¤Ç¤¹¡£ ! <item>Linux/98 ¾å¤Î MGA ¥µ¡¼¥Ð¡¼¤Ë¤ª¤±¤ë VT Àڤ괹¤¨ÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ </itemize> <!-- <sect1> New Features --- 497,505 ---- Èò¤±¤ë¤¿¤á¡¢É¸½à¤Ç¤Ï¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£ XF86Config ¤Ë "hw_cursor" ¥ª¥×¥·¥ç¥ó¤òÄɲ乤뤳¤È¤Ë¤è¤Ã¤Æ ½¾Íè¤É¤ª¤ê¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£ ! <item>EGC ¥µ¡¼¥Ð¤Ï Linux/98 ¾å¤ÇÆ°ºî¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ ¤Þ¤¿ XF98Setup ¤â»ÈÍѲÄǽ¤Ç¤¹¡£ ! <item>Linux/98 ¾å¤Î MGA ¥µ¡¼¥Ð¤Ë¤ª¤±¤ë VT Àڤ괹¤¨ÌäÂê¤ò½¤Àµ¤·¤Þ¤·¤¿¡£ </itemize> <!-- <sect1> New Features *************** *** 360,377 **** SGI dial box. <item>Add local font directory. --> ! <item>Cyrix MediaGX ¥Ù¡¼¥¹¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬ Äɲ䵤ì¤Þ¤·¤¿¡£ <item>Rendition V1000 ¤ª¤è¤Ó V2x00 ¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ¹¤ë ! (¥¢¥¯¥»¥é¥ì¡¼¥¿ÈóÂбþ¤Î) ¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! <item>Weitek P9100 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! <item>SiS 5597/98 ¤ª¤è¤Ó SiS 6326 ¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ¤Þ¤¿ SiS 6215 ¤ª¤è¤Ó 6225 ¤ò 6205 ¤È¤·¤Æ°·¤¦¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ <item>(IBM RAMDAC ¤È¶¦¤Ë) GLINT 500TX ¤ª¤è¤Ó MX, Permedia, Permedia 2 ¤ª¤è¤Ó Permedia 2v ¤ò»ÈÍѤ¹¤ë 3Dlabs ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤ ! ¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>Matrox G100 ¤ª¤è¤Ó G200 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬ ! MGA ¥É¥é¥¤¥Ð¡¼¤ËÄɲ䵤ì¤Þ¤·¤¿¡£ <item>C&T 69000 ¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬Äɲ䵤졢 ¤Þ¤¿ 65550 °Ê¹ß¤Ç¤Î 32bpp ɽ¼¨¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ <item>NeoMagic ¼ÒÀ½¤Î¥Î¡¼¥È¥Ö¥Ã¥¯ PC ÍÑ¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ --- 534,551 ---- SGI dial box. <item>Add local font directory. --> ! <item>Cyrix MediaGX ¥Ù¡¼¥¹¤Î¥Þ¥¶¡¼¥Ü¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¤¬ Äɲ䵤ì¤Þ¤·¤¿¡£ <item>Rendition V1000 ¤ª¤è¤Ó V2x00 ¥Á¥Ã¥×¥»¥Ã¥È¤ËÂФ¹¤ë ! (¥¢¥¯¥»¥é¥ì¡¼¥¿ÈóÂбþ¤Î) ¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! <item>Weitek P9100 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! <item>SiS 5597/98 ¤ª¤è¤Ó SiS 6326 ¤ËÂФ¹¤ë¿·¤·¤¤¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ¤Þ¤¿ SiS 6215 ¤ª¤è¤Ó 6225 ¤ò 6205 ¤È¤·¤Æ°·¤¦¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ <item>(IBM RAMDAC ¤È¶¦¤Ë) GLINT 500TX ¤ª¤è¤Ó MX, Permedia, Permedia 2 ¤ª¤è¤Ó Permedia 2v ¤ò»ÈÍѤ¹¤ë 3Dlabs ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¿·¤·¤¤ ! ¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>Matrox G100 ¤ª¤è¤Ó G200 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬ ! MGA ¥É¥é¥¤¥Ð¤ËÄɲ䵤ì¤Þ¤·¤¿¡£ <item>C&T 69000 ¤ËÂФ¹¤ë¥µ¥Ý¡¼¥È¤¬Äɲ䵤졢 ¤Þ¤¿ 65550 °Ê¹ß¤Ç¤Î 32bpp ɽ¼¨¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ <item>NeoMagic ¼ÒÀ½¤Î¥Î¡¼¥È¥Ö¥Ã¥¯ PC ÍÑ¥Á¥Ã¥×¥»¥Ã¥È¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ *************** *** 379,385 **** <item>NVidia Riva TNT ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ <item>Trident Image975, Image985, Cyber9397, Cyber9388 ¤Ë¤Ä¤¤¤Æ ¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥³¡¼¥É¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! (ÌõÃí¡§Cyber ·Ï¤ÎÂбþ¤Ï¤Þ¤ÀÉÔ´°Á´¤Ê¤¿¤á¡¢É¸½à¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£) <item>¿·¤·¤¤ ATI Rage Pro, VT4 ¤ª¤è¤Ó Rage IIC ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë ¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>24-plane TGA ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ --- 553,559 ---- <item>NVidia Riva TNT ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ <item>Trident Image975, Image985, Cyber9397, Cyber9388 ¤Ë¤Ä¤¤¤Æ ¥¢¥¯¥»¥é¥ì¡¼¥¿Âбþ¥³¡¼¥É¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ ! (ÌõÃí:Cyber ·Ï¤ÎÂбþ¤Ï¤Þ¤ÀÉÔ´°Á´¤Ê¤¿¤á¡¢É¸½à¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£) <item>¿·¤·¤¤ ATI Rage Pro, VT4 ¤ª¤è¤Ó Rage IIC ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ËÂФ¹¤ë ¥µ¥Ý¡¼¥È¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>24-plane TGA ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ *************** *** 390,396 **** <item>LynxOS 3.0 ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ <item>SuperProbe ¤¬¥¢¥Ã¥×¥Ç¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ <item>AceCad ADVANCEDigitizer, MicroTouch TouchPen, SGI dial box ¤Ë ! ÂФ¹¤ë¿·¤·¤¤ XInput ¥É¥é¥¤¥Ð¡¼¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>local ¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ </itemize> <!-- --- 564,570 ---- <item>LynxOS 3.0 ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ <item>SuperProbe ¤¬¥¢¥Ã¥×¥Ç¡¼¥È¤µ¤ì¤Þ¤·¤¿¡£ <item>AceCad ADVANCEDigitizer, MicroTouch TouchPen, SGI dial box ¤Ë ! ÂФ¹¤ë¿·¤·¤¤ XInput ¥É¥é¥¤¥Ð¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ <item>local ¥Õ¥©¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤¬Äɲ䵤ì¤Þ¤·¤¿¡£ </itemize> <!-- *************** *** 443,449 **** <item>¿·µ¬¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤¿¥Á¥Ã¥×¤Ë¤Ï SuperProbe ¥³¥Þ¥ó¥É¤Ë¤è¤Ã¤Æ¸¡½Ð¤Ç¤­¤Ê¤¤ ¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢Æä˺Ƕá¤Ë¤Ê¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤¿¥Á¥Ã¥×¤Ë ¤Ä¤¤¤Æ¤Ï¡¢SuperProbe ¤Ë¤è¤ë¸¡½Ð·ë²Ì¤è¤ê¤â¡¢Å¬ÀÚ¤ËÀßÄꤵ¤ì¤¿ XF86Config ! ¤ò (¤ª¤½¤é¤¯ "-probeonly" ¥ª¥×¥·¥ç¥ó¤È¶¦¤Ë) »ÈÍѤ·¤¿ X ¥µ¡¼¥Ð¡¼¼«¿È¤Ë ¤è¤ë¸¡½Ð·ë²Ì¤Î¤Û¤¦¤¬¿®Íê¤Ç¤­¤ë¤È¸À¤¨¤Þ¤¹¡£ SuperProbe ¤Î¥³¡¼¥É¥Ç¥¶¥¤¥ó¤ò²þÎɤ¹¤ë¤³¤È¤Ë¶½Ì£¤¬¤¢¤ë¤Ê¤é¡¢ XFree86 ¤Î¡Ö³«È¯¼Ô¥Á¡¼¥à¡×¤Ë»²²Ã¤·¤Æ²¼¤µ¤¤¡£ --- 617,623 ---- <item>¿·µ¬¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤¿¥Á¥Ã¥×¤Ë¤Ï SuperProbe ¥³¥Þ¥ó¥É¤Ë¤è¤Ã¤Æ¸¡½Ð¤Ç¤­¤Ê¤¤ ¤â¤Î¤¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Î¤È¤³¤í¡¢Æä˺Ƕá¤Ë¤Ê¤Ã¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤¿¥Á¥Ã¥×¤Ë ¤Ä¤¤¤Æ¤Ï¡¢SuperProbe ¤Ë¤è¤ë¸¡½Ð·ë²Ì¤è¤ê¤â¡¢Å¬ÀÚ¤ËÀßÄꤵ¤ì¤¿ XF86Config ! ¤ò (¤ª¤½¤é¤¯ "-probeonly" ¥ª¥×¥·¥ç¥ó¤È¶¦¤Ë) »ÈÍѤ·¤¿ X ¥µ¡¼¥Ð¼«¿È¤Ë ¤è¤ë¸¡½Ð·ë²Ì¤Î¤Û¤¦¤¬¿®Íê¤Ç¤­¤ë¤È¸À¤¨¤Þ¤¹¡£ SuperProbe ¤Î¥³¡¼¥É¥Ç¥¶¥¤¥ó¤ò²þÎɤ¹¤ë¤³¤È¤Ë¶½Ì£¤¬¤¢¤ë¤Ê¤é¡¢ XFree86 ¤Î¡Ö³«È¯¼Ô¥Á¡¼¥à¡×¤Ë»²²Ã¤·¤Æ²¼¤µ¤¤¡£ *************** *** 467,495 **** ¤³¤ÎÄêµÁ¤Ï¼ÂºÝ¡¢²æ¡¹¤ÎÍ×µá¾ò·ï¤Î¥µ¥Ö¥»¥Ã¥È¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ <p> <!-- ! All code in XFree86 3.3.3.1 satisfies the Open Source Software definition. --> ! XFree86 3.3.3.1 ¤Î¤¹¤Ù¤Æ¤Î¥³¡¼¥É¤Ï¡¢¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤òËþ¤¿¤·¤Æ¤¤¤Þ¤¹¡£ <p> <!-- ! <sect>Installing the XFree86 3.3.3.1 Release --> ! <sect>XFree86 3.3.3.1 ¤ÎƳÆþ <p> <!-- ! The XFree86 3.3.3.1 binaries are distributed as a full release. --> ! XFree86 3.3.3.1 ¥Ð¥¤¥Ê¥ê¤Ï´°Á´ÈǤȤ·¤ÆÇÛÉÛ¤µ¤ì¤Þ¤¹¡£ ! ! <!-- , and as an update to the 3.3.3 release. For information about upgrading from 3.3.3 ! to 3.3.3.1 see section <ref id="upgrade" ! name="Updating XFree86 3.3.3 to XFree86 3.3.3.1">. ! --> ! <!-- ! ÌõÃí¡§¾åµ­¤Î¸Ä½ê¤Ï¸¶Ê¸Ãæ¤Î¥³¥á¥ó¥È¤Ç¤¹¡£ --> <!-- --- 641,665 ---- ¤³¤ÎÄêµÁ¤Ï¼ÂºÝ¡¢²æ¡¹¤ÎÍ×µá¾ò·ï¤Î¥µ¥Ö¥»¥Ã¥È¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ <p> <!-- ! All code in XFree86 3.3.6 satisfies the Open Source Software definition. --> ! XFree86 3.3.6 ¤Î¤¹¤Ù¤Æ¤Î¥³¡¼¥É¤Ï¡¢¥ª¡¼¥×¥ó¥½¡¼¥¹ÄêµÁ¤òËþ¤¿¤·¤Æ¤¤¤Þ¤¹¡£ <p> <!-- ! <sect>Installing the XFree86 3.3.6 Release --> ! <sect>XFree86 3.3.6 ¤Î¥¤¥ó¥¹¥È¡¼¥ë <p> <!-- ! The XFree86 3.3.6 binaries are distributed as a full release. --> ! XFree86 3.3.6 ¤Î¥Ð¥¤¥Ê¥ê¤Ï´°Á´¤Ê¥ê¥ê¡¼¥¹¤È¤·¤ÆÇÛÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! <!-- ¸¶Ê¸¤Î¥³¥á¥ó¥È , and as an update to the 3.3.3 release. For information about upgrading from 3.3.3 ! to 3.3.4 see section <ref id="upgrade" ! name="Updating XFree86 3.3.3 to XFree86 3.3.4">. --> <!-- *************** *** 498,505 **** will need a copy of the setuid Xwrapper, and an updated xinit. These can be found in Xbin.tgz. --> ! Ãí°Õ¡§X ¥µ¡¼¥Ð¡¼¤Ï¤â¤Ï¤ä setuid root ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤»¤ó¡£ ! X ¥µ¡¼¥Ð¡¼¤ò startx/xinit ·Ðͳ¡¢¤Þ¤¿¤Ï¤½¤ì¤ËÎà»÷¤·¤¿ÊýË¡¤Çµ¯Æ°¤¹¤ë ¾ì¹ç¤Ë¤Ï¡¢ setuid ¤µ¤ì¤¿ Xwrapper ¤Î¥³¥Ô¡¼¤È¹¹¿·¤µ¤ì¤¿ xinit ¤¬ ɬÍפǤ¹¡£¤³¤ì¤é¤Ï Xbin.tgz Ãæ¤Ë¤¢¤ê¤Þ¤¹¡£ --- 668,675 ---- will need a copy of the setuid Xwrapper, and an updated xinit. These can be found in Xbin.tgz. --> ! Ãí°Õ: X ¥µ¡¼¥Ð¤Ï¤â¤Ï¤ä setuid root ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤»¤ó¡£ ! X ¥µ¡¼¥Ð¤ò startx/xinit ·Ðͳ¡¢¤Þ¤¿¤Ï¤½¤ì¤ËÎà»÷¤·¤¿ÊýË¡¤Çµ¯Æ°¤¹¤ë ¾ì¹ç¤Ë¤Ï¡¢ setuid ¤µ¤ì¤¿ Xwrapper ¤Î¥³¥Ô¡¼¤È¹¹¿·¤µ¤ì¤¿ xinit ¤¬ ɬÍפǤ¹¡£¤³¤ì¤é¤Ï Xbin.tgz Ãæ¤Ë¤¢¤ê¤Þ¤¹¡£ *************** *** 515,521 **** from a version older than 3.3: --> ¿·µ¬Æ³Æþ¤Þ¤¿¤Ï 3.3 ¤è¤êÁ°¤ÎÈǤ«¤é¤Î°Ü¹ÔƳÆþ¤Ë¤Ï¡¢¼¡¤Î¹½À®Í×ÁǤ¬ ! ɬÍפǤ¹¡§ <quote> <verb> <!-- --- 685,691 ---- from a version older than 3.3: --> ¿·µ¬Æ³Æþ¤Þ¤¿¤Ï 3.3 ¤è¤êÁ°¤ÎÈǤ«¤é¤Î°Ü¹ÔƳÆþ¤Ë¤Ï¡¢¼¡¤Î¹½À®Í×ÁǤ¬ ! ɬÍפǤ¹: <quote> <verb> <!-- *************** *** 543,549 **** Xman.tgz ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë Xset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ Xjset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (ÆüËܸìÈÇ) ! XVG16.tgz 16 ¿§ VGA ¥µ¡¼¥Ð¡¼ (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¡¼¤¬É¬ÍפǤ¹) Xcfg.tgz xinit, xdm ¤Î¤¿¤á¤ÎÀßÄê¥Õ¥¡¥¤¥ë¥µ¥ó¥×¥ë </verb> </quote> --- 713,719 ---- Xman.tgz ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë Xset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ Xjset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (ÆüËܸìÈÇ) ! XVG16.tgz 16 ¿§ VGA ¥µ¡¼¥Ð (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¤¬É¬ÍפǤ¹) Xcfg.tgz xinit, xdm ¤Î¤¿¤á¤ÎÀßÄê¥Õ¥¡¥¤¥ë¥µ¥ó¥×¥ë </verb> </quote> *************** *** 551,557 **** <!-- The following are required when upgrading from version 3.3 or later: --> ! 3.3 °Ê¹ß¤ÎÈǤ«¤é¤Î°Ü¹ÔƳÆþ¤Ë¤Ï¼¡¤Î¹½À®Í×ÁǤ¬É¬ÍפǤ¹¡§ <quote> <verb> --- 721,727 ---- <!-- The following are required when upgrading from version 3.3 or later: --> ! 3.3 °Ê¹ß¤ÎÈǤ«¤é¤Î°Ü¹ÔƳÆþ¤Ë¤Ï¼¡¤Î¹½À®Í×ÁǤ¬É¬ÍפǤ¹: <quote> <verb> *************** *** 577,583 **** Xman.tgz ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë Xset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ Xjset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (ÆüËܸìÈÇ) ! XVG16.tgz 16 ¿§ VGA ¥µ¡¼¥Ð¡¼ (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¡¼¤¬É¬ÍפǤ¹) </verb> </quote> --- 747,753 ---- Xman.tgz ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë Xset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ Xjset.tgz XF86Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (ÆüËܸìÈÇ) ! XVG16.tgz 16 ¿§ VGA ¥µ¡¼¥Ð (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¤¬É¬ÍפǤ¹) </verb> </quote> *************** *** 589,595 **** --> ɸ½à¥Õ¥©¥ó¥È¤Î¹¹¿·¤ÏÉԲķç¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤³¤ÎÈÇ¤Ë¤Ï 2 ¤Ä¤Î´ðËÜŪ¤Ê ISO 8859-15 ¥Õ¥©¥ó¥È¤¬Äɲ䵤ì¤Æ¤¤¤ë¾¡¢¤¤¤¯¤Ä¤«¤Î¾®¤µ¤Ê½¤Àµ¤¬´Þ¤Þ¤ì¤Æ ! ¤¤¤Þ¤¹¡£É¸½à¥Õ¥©¥ó¥È¤ò¹¹¿·¤¹¤ë¾ì¹ç¤Ë¤Ï¼¡¤Î¹½À®Í×ÁǤâɬÍפǤ¹¡§ <quote> <verb> --- 759,765 ---- --> ɸ½à¥Õ¥©¥ó¥È¤Î¹¹¿·¤ÏÉԲķç¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤³¤ÎÈÇ¤Ë¤Ï 2 ¤Ä¤Î´ðËÜŪ¤Ê ISO 8859-15 ¥Õ¥©¥ó¥È¤¬Äɲ䵤ì¤Æ¤¤¤ë¾¡¢¤¤¤¯¤Ä¤«¤Î¾®¤µ¤Ê½¤Àµ¤¬´Þ¤Þ¤ì¤Æ ! ¤¤¤Þ¤¹¡£É¸½à¥Õ¥©¥ó¥È¤ò¹¹¿·¤¹¤ë¾ì¹ç¤Ë¤Ï¼¡¤Î¹½À®Í×ÁǤâɬÍפǤ¹: <quote> <verb> *************** *** 606,612 **** Installing Xcfg.tgz will overwrite any existing files. If you do have customised files, there is no need to install Xcfg.tgz. --> ! Ãí°Õ¡§ xinit ¤ä xdm ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ò¼«Ê¬¤Î´Ä¶­¤Ë¹ç¤ï¤»¤ÆÊѹ¹¤·¤Æ¤¤¤ë¾ì¹ç¡¢ ´û¤ËƳÆþ¤µ¤ì¤Æ¤¤¤ë¾ì½ê¤Ë Xcfg.tgz ¤ò½Å¤Í¤ÆƳÆþ¤¹¤ë¾ì¹ç¤Ë¤Ï½¼Ê¬Ãí°Õ¤·¤Æ ¤¯¤À¤µ¤¤¡£ Xcfg.tgz ¤ÎƳÆþ¤Ë¤è¤Ã¤Æ¡¢´û¸¤Î¥Õ¥¡¥¤¥ë¤Ï¤¹¤Ù¤Æ¾å½ñ¤­¤µ¤ì¤Æ ¤·¤Þ¤¤¤Þ¤¹¡£ÀßÄê¤ò¼«Ê¬¤Ë¹ç¤ï¤»¤ÆÊѹ¹¤·¤Æ¤¤¤ë¾ì¹ç¡¢ Xcfg.tgz ¤òƳÆþ¤¹¤ë --- 776,782 ---- Installing Xcfg.tgz will overwrite any existing files. If you do have customised files, there is no need to install Xcfg.tgz. --> ! Ãí°Õ: xinit ¤ä xdm ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ò¼«Ê¬¤Î´Ä¶­¤Ë¹ç¤ï¤»¤ÆÊѹ¹¤·¤Æ¤¤¤ë¾ì¹ç¡¢ ´û¤ËƳÆþ¤µ¤ì¤Æ¤¤¤ë¾ì½ê¤Ë Xcfg.tgz ¤ò½Å¤Í¤ÆƳÆþ¤¹¤ë¾ì¹ç¤Ë¤Ï½¼Ê¬Ãí°Õ¤·¤Æ ¤¯¤À¤µ¤¤¡£ Xcfg.tgz ¤ÎƳÆþ¤Ë¤è¤Ã¤Æ¡¢´û¸¤Î¥Õ¥¡¥¤¥ë¤Ï¤¹¤Ù¤Æ¾å½ñ¤­¤µ¤ì¤Æ ¤·¤Þ¤¤¤Þ¤¹¡£ÀßÄê¤ò¼«Ê¬¤Ë¹ç¤ï¤»¤ÆÊѹ¹¤·¤Æ¤¤¤ë¾ì¹ç¡¢ Xcfg.tgz ¤òƳÆþ¤¹¤ë *************** *** 621,629 **** --> ¤³¤ÎÈǤÇÄ󶡤µ¤ì¤Æ¤¤¤ë¥Ó¥Ã¥È¥Þ¥Ã¥×¥Õ¥©¥ó¥È¤Ï compress ¤Ç¤Ï¤Ê¤¯ gzip ¤ò »È¤Ã¤Æ°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤¿¤Ö¤ó¡¢¤³¤ì¤òƳÆþ¤¹¤ë¤È (¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤Ã¤Æ¤«¤é) ! ¸Å¤¤¥Õ¥©¥ó¥È¤òºï½ü¤·¤¿¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£ 3.2A ¤è¤êÁ°¤ÎÈǤΠX ¥µ¡¼¥Ð¡¼¤È ! ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¡¼¤Ï gzip °µ½Ì¤µ¤ì¤¿¥Õ¥©¥ó¥È¤òÆɤ߹þ¤á¤Þ¤»¤ó¡£¤³¤ì¤é¤Î ! ¸Å¤¤¥µ¡¼¥Ð¡¼¤òÆ°ºî¤µ¤»¤¿¤¤¾ì¹ç¤Ë¤Ï¸Å¤¤¥Õ¥©¥ó¥È¤òºï½ü¤·¤Ê¤¤¤è¤¦¤Ë¤·¤Æ ¤¯¤À¤µ¤¤¡£ <!-- --- 791,799 ---- --> ¤³¤ÎÈǤÇÄ󶡤µ¤ì¤Æ¤¤¤ë¥Ó¥Ã¥È¥Þ¥Ã¥×¥Õ¥©¥ó¥È¤Ï compress ¤Ç¤Ï¤Ê¤¯ gzip ¤ò »È¤Ã¤Æ°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤¿¤Ö¤ó¡¢¤³¤ì¤òƳÆþ¤¹¤ë¤È (¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤Ã¤Æ¤«¤é) ! ¸Å¤¤¥Õ¥©¥ó¥È¤òºï½ü¤·¤¿¤¯¤Ê¤ë¤Ç¤·¤ç¤¦¡£ 3.2A ¤è¤êÁ°¤ÎÈǤΠX ¥µ¡¼¥Ð¤È ! ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤Ï gzip °µ½Ì¤µ¤ì¤¿¥Õ¥©¥ó¥È¤òÆɤ߹þ¤á¤Þ¤»¤ó¡£¤³¤ì¤é¤Î ! ¸Å¤¤¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤¿¤¤¾ì¹ç¤Ë¤Ï¸Å¤¤¥Õ¥©¥ó¥È¤òºï½ü¤·¤Ê¤¤¤è¤¦¤Ë¤·¤Æ ¤¯¤À¤µ¤¤¡£ <!-- *************** *** 635,645 **** be found at <htmlurl name="http://www.xfree86.org/cardlist.html" url="http://www.xfree86.org/cardlist.html">. --> ! ¼¡¤Î X ¥µ¡¼¥Ð¡¼¤Ï PC/AT µ¡ (Î㤨¤Ð¡¢ Intel ix86 ¥Ù¡¼¥¹¤Î PC) ÍѤǤ¹¡£ ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿¥µ¡¼¥Ð¡¼¤òºÇÄã¤Ò¤È¤Ä¡¢ VGA16 ¥µ¡¼¥Ð¡¼¤È°ì½ï¤Ë ! ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ VGA16 ¥µ¡¼¥Ð¡¼¤Ï¿·¤·¤¤¹½À®¾ðÊóÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (XF86Setup) ¤Î¤¿¤á¤ËɬÍפǤ¹¡£ ! ɬÍ×¤Ê X ¥µ¡¼¥Ð¡¼¤ò¥Ó¥Ç¥ª¥«¡¼¥ÉÊ̤˼¨¤·¤¿¥ê¥¹¥È¤¬ <htmlurl name="http://www.xfree86.org/cardlist.html" url="http://www.xfree86.org/cardlist.html"> ¤Ë¤¢¤ê¤Þ¤¹¡£ <quote> --- 805,815 ---- be found at <htmlurl name="http://www.xfree86.org/cardlist.html" url="http://www.xfree86.org/cardlist.html">. --> ! ¼¡¤Î X ¥µ¡¼¥Ð¤Ï PC/AT µ¡ (Î㤨¤Ð¡¢ Intel ix86 ¥Ù¡¼¥¹¤Î PC) ÍѤǤ¹¡£ ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿¥µ¡¼¥Ð¤òºÇÄã¤Ò¤È¤Ä¡¢ VGA16 ¥µ¡¼¥Ð¤È°ì½ï¤Ë ! ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ VGA16 ¥µ¡¼¥Ð¤Ï¿·¤·¤¤¹½À®¾ðÊóÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£ (XF86Setup) ¤Î¤¿¤á¤ËɬÍפǤ¹¡£ ! ɬÍ×¤Ê X ¥µ¡¼¥Ð¤ò¥Ó¥Ç¥ª¥«¡¼¥ÉÊ̤˼¨¤·¤¿¥ê¥¹¥È¤¬ <htmlurl name="http://www.xfree86.org/cardlist.html" url="http://www.xfree86.org/cardlist.html"> ¤Ë¤¢¤ê¤Þ¤¹¡£ <quote> *************** *** 660,685 **** XVG16.tgz 16 colour VGA server (XF86Setup needs this server) XW32.tgz ET4000/W32, ET6000 server --> ! X3DL.tgz 3Dlabs ¥µ¡¼¥Ð¡¼ ! X8514.tgz 8514/A ¥µ¡¼¥Ð¡¼ ! XAGX.tgz AGX ¥µ¡¼¥Ð¡¼ ! XI128.tgz I128 ¥µ¡¼¥Ð¡¼ ! XMa32.tgz Mach 32 ¥µ¡¼¥Ð¡¼ ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð¡¼ ! XMa8.tgz Mach 8 ¥µ¡¼¥Ð¡¼ ! XMono.tgz Mono ¥µ¡¼¥Ð¡¼ ! XP9K.tgz P9000 ¥µ¡¼¥Ð¡¼ ! XS3.tgz S3 ¥µ¡¼¥Ð¡¼ ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð¡¼ (¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¡¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA ¥µ¡¼¥Ð¡¼ ! XVG16.tgz 16 ¿§ VGA server (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¡¼¤¬É¬ÍפǤ¹) ! XW32.tgz ET4000/W32, ET6000 ¥µ¡¼¥Ð¡¼ </verb> </quote> <!-- The following X servers are available for Alpha hardware: --> ! ¼¡¤Ï Alpha µ¡ÍÑ X ¥µ¡¼¥Ð¡¼¤Ç¤¹¡§ <quote> <verb> <!-- --- 830,855 ---- XVG16.tgz 16 colour VGA server (XF86Setup needs this server) XW32.tgz ET4000/W32, ET6000 server --> ! X3DL.tgz 3Dlabs ¥µ¡¼¥Ð ! X8514.tgz 8514/A ¥µ¡¼¥Ð ! XAGX.tgz AGX ¥µ¡¼¥Ð ! XI128.tgz I128 ¥µ¡¼¥Ð ! XMa32.tgz Mach 32 ¥µ¡¼¥Ð ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð ! XMa8.tgz Mach 8 ¥µ¡¼¥Ð ! XMono.tgz Mono ¥µ¡¼¥Ð ! XP9K.tgz P9000 ¥µ¡¼¥Ð ! XS3.tgz S3 ¥µ¡¼¥Ð ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð(¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA ¥µ¡¼¥Ð ! XVG16.tgz 16 ¿§ VGA server (XF86Setup ¤Î¤¿¤á¤Ë¤³¤Î¥µ¡¼¥Ð¤¬É¬ÍפǤ¹) ! XW32.tgz ET4000/W32, ET6000 ¥µ¡¼¥Ð </verb> </quote> <!-- The following X servers are available for Alpha hardware: --> ! ¼¡¤Ï Alpha µ¡ÍÑ X ¥µ¡¼¥Ð¤Ç¤¹: <quote> <verb> <!-- *************** *** 694,706 **** </verb> --> <verb> ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð¡¼ ! XMono.tgz Mono ¥µ¡¼¥Ð¡¼ (ÈÆÍѥɥ饤¥Ð¡¼¤Î¤ß) ! XP9K.tgz P9000 ¥µ¡¼¥Ð¡¼ ! XTGA.tgz DEC 21030 (TGA) ¥µ¡¼¥Ð¡¼ ! XS3.tgz S3 ¥µ¡¼¥Ð¡¼ ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð¡¼ (¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¡¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA server (Matrox Millennium ¤ª¤è¤Ó S3 ViRGE ¥É¥é¥¤¥Ð¡¼¤Î¤ß) </verb> </quote> <!-- --- 864,876 ---- </verb> --> <verb> ! XMa64.tgz Mach 64 ¥µ¡¼¥Ð ! XMono.tgz Mono ¥µ¡¼¥Ð(ÈÆÍѥɥ饤¥Ð¤Î¤ß) ! XP9K.tgz P9000 ¥µ¡¼¥Ð ! XTGA.tgz DEC 21030 (TGA) ¥µ¡¼¥Ð ! XS3.tgz S3 ¥µ¡¼¥Ð ! XS3V.tgz ¸Å¤¤ S3 ViRGE ¥µ¡¼¥Ð(¤Ê¤ë¤Ù¤¯ SVGA ¥µ¡¼¥Ð¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤) ! XSVGA.tgz SVGA ¥µ¡¼¥Ð(Matrox Millennium ¤ª¤è¤Ó S3 ViRGE ¥É¥é¥¤¥Ð¤Î¤ß) </verb> </quote> <!-- *************** *** 716,729 **** be found at <htmlurl name="http://www.xfree86.org/cardlist98.html" url="http://www.xfree86.org/cardlist98.html">. --> ! ¼¡¤Ï PC98 µ¡ÍѤΠX ¥µ¡¼¥Ð¡¼¤Ç¤¹¡£¤³¤³¤Ç¸À¤¦ PC98 ¤È¤ÏÆüËܤΥ³¥ó¥Ô¥å¡¼¥¿ ɸ½àµ¡¤Ç¤¢¤Ã¤Æ¡¢ Win98 ¤Þ¤¿¤Ï Intel ¤È Microsoft ¤Ë¤è¤ë PC98 »ÅÍÍ¤È¤Ï ²¿¤Î´Ø·¸¤â̵¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£PC98 µ¡¤ò½êÍ­¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿¥µ¡¼¥Ð¡¼¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤â¤· PC98 µ¡¤È¤Ï²¿¤« ! ¤ï¤«¤é¤Ê¤±¤ì¤Ð¡¢¤³¤³¤Ë¤¢¤ë¤É¤ì¤âɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥µ¡¼¥Ð¡¼¤Ï ¡ÖÉáÄÌ¤Î¡× PC ¾å¤Ç¤Ï <bf>Æ°ºî¤·¤Þ¤»¤ó</bf>¡£ÆüËÜÀ½¤Î PC98 µ¡¤ò½êÍ­¤·¤Æ ! ¤¤¤Ê¤¤¤Î¤Ê¤é¡¢¤³¤ì¤é¤Î¥µ¡¼¥Ð¡¼¤ò»î¤·¤Æ¤ß¤è¤¦¤È¤Ï¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ɬÍ×¤Ê X ¥µ¡¼¥Ð¡¼¤ò PC98 ¤Î¥Ó¥Ç¥ª¥«¡¼¥ÉÊ̤˼¨¤·¤¿¥ê¥¹¥È¤¬ <htmlurl name="http://www.xfree86.org/cardlist98.html" url="http://www.xfree86.org/cardlist98.html"> ¤Ë¤¢¤ê¤Þ¤¹¡£ <quote> --- 886,899 ---- be found at <htmlurl name="http://www.xfree86.org/cardlist98.html" url="http://www.xfree86.org/cardlist98.html">. --> ! ¼¡¤Ï PC98 µ¡ÍѤΠX ¥µ¡¼¥Ð¤Ç¤¹¡£¤³¤³¤Ç¸À¤¦ PC98 ¤È¤ÏÆüËܤΥ³¥ó¥Ô¥å¡¼¥¿ ɸ½àµ¡¤Ç¤¢¤Ã¤Æ¡¢ Win98 ¤Þ¤¿¤Ï Intel ¤È Microsoft ¤Ë¤è¤ë PC98 »ÅÍÍ¤È¤Ï ²¿¤Î´Ø·¸¤â̵¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£PC98 µ¡¤ò½êÍ­¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ ! ¥Ï¡¼¥É¥¦¥§¥¢¤Ë¹ç¤ï¤»¤¿¥µ¡¼¥Ð¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤â¤· PC98 µ¡¤È¤Ï²¿¤« ! ¤ï¤«¤é¤Ê¤±¤ì¤Ð¡¢¤³¤³¤Ë¤¢¤ë¤É¤ì¤âɬÍפ¢¤ê¤Þ¤»¤ó¡£¤³¤ì¤é¤Î¥µ¡¼¥Ð¤Ï ¡ÖÉáÄÌ¤Î¡× PC ¾å¤Ç¤Ï <bf>Æ°ºî¤·¤Þ¤»¤ó</bf>¡£ÆüËÜÀ½¤Î PC98 µ¡¤ò½êÍ­¤·¤Æ ! ¤¤¤Ê¤¤¤Î¤Ê¤é¡¢¤³¤ì¤é¤Î¥µ¡¼¥Ð¤ò»î¤·¤Æ¤ß¤è¤¦¤È¤Ï¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£ ! ɬÍ×¤Ê X ¥µ¡¼¥Ð¤ò PC98 ¤Î¥Ó¥Ç¥ª¥«¡¼¥ÉÊ̤˼¨¤·¤¿¥ê¥¹¥È¤¬ <htmlurl name="http://www.xfree86.org/cardlist98.html" url="http://www.xfree86.org/cardlist98.html"> ¤Ë¤¢¤ê¤Þ¤¹¡£ <quote> *************** *** 745,764 **** X9SVG.tgz PC98 CLGD755x server X9set.tgz PC98 XF98Setup utility --> ! X9NS3.tgz PC98 NEC(S3) ¥µ¡¼¥Ð¡¼ ! X9SPW.tgz PC98 PCSKB-PowerWindow(S3) ¥µ¡¼¥Ð¡¼ ! X9LPW.tgz PC98 PowerWindowLB(S3) ¥µ¡¼¥Ð¡¼ ! X9EGC.tgz PC98 EGC(generic) ¥µ¡¼¥Ð¡¼ ! X9GA9.tgz PC98 GA-968V4/PCI(S3 968) ¥µ¡¼¥Ð¡¼ ! X9GAN.tgz PC98 GANB-WAP(cirrus) ¥µ¡¼¥Ð¡¼ ! X9480.tgz PC98 PEGC-480(generic) ¥µ¡¼¥Ð¡¼ ! X9NKV.tgz PC98 NKV-NEC(cirrus) ¥µ¡¼¥Ð¡¼ ! X9WS.tgz PC98 WABS(cirrus) ¥µ¡¼¥Ð¡¼ ! X9WEP.tgz PC98 WAB-EP(cirrus) ¥µ¡¼¥Ð¡¼ ! X9WSN.tgz PC98 WSN-A2F(cirrus) ¥µ¡¼¥Ð¡¼ ! X9TGU.tgz PC98 TGUI ¥µ¡¼¥Ð¡¼ ! X9MGA.tgz PC98 MGA ¥µ¡¼¥Ð¡¼ ! X9SVG.tgz PC98 CLGD755x ¥µ¡¼¥Ð¡¼ X9set.tgz PC98 XF98Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ </verb> </quote> --- 915,934 ---- X9SVG.tgz PC98 CLGD755x server X9set.tgz PC98 XF98Setup utility --> ! X9NS3.tgz PC98 NEC(S3) ¥µ¡¼¥Ð ! X9SPW.tgz PC98 PCSKB-PowerWindow(S3) ¥µ¡¼¥Ð ! X9LPW.tgz PC98 PowerWindowLB(S3) ¥µ¡¼¥Ð ! X9EGC.tgz PC98 EGC(generic) ¥µ¡¼¥Ð ! X9GA9.tgz PC98 GA-968V4/PCI(S3 968) ¥µ¡¼¥Ð ! X9GAN.tgz PC98 GANB-WAP(cirrus) ¥µ¡¼¥Ð ! X9480.tgz PC98 PEGC-480(generic) ¥µ¡¼¥Ð ! X9NKV.tgz PC98 NKV-NEC(cirrus) ¥µ¡¼¥Ð ! X9WS.tgz PC98 WABS(cirrus) ¥µ¡¼¥Ð ! X9WEP.tgz PC98 WAB-EP(cirrus) ¥µ¡¼¥Ð ! X9WSN.tgz PC98 WSN-A2F(cirrus) ¥µ¡¼¥Ð ! X9TGU.tgz PC98 TGUI ¥µ¡¼¥Ð ! X9MGA.tgz PC98 MGA ¥µ¡¼¥Ð ! X9SVG.tgz PC98 CLGD755x ¥µ¡¼¥Ð X9set.tgz PC98 XF98Setup ¥æ¡¼¥Æ¥£¥ê¥Æ¥£ </verb> </quote> *************** *** 780,787 **** Xprt.tgz X Print server Xps.tgz PostScript version of the documentation Xhtml.tgz HTML version of the documentation ! Xjdoc.tgz Documentation in Japanese (for version 3.2) ! Xjhtm.tgz HTML version of the documentation in Japanese (3.2) Xlkit.tgz X server LinkKit Xlk98.tgz X server LinkKit for PC98 servers --> --- 950,957 ---- Xprt.tgz X Print server Xps.tgz PostScript version of the documentation Xhtml.tgz HTML version of the documentation ! Xjdoc.tgz Documentation in Japanese (for version 3.3.4) ! Xjhtm.tgz HTML version of the documentation in Japanese (3.3.4) Xlkit.tgz X server LinkKit Xlk98.tgz X server LinkKit for PC98 servers --> *************** *** 791,805 **** Xfscl.tgz ¥¹¥±¡¼¥é¥Ö¥ë¥Õ¥©¥ó¥È (Speedo ¤È Type1) Xfsrv.tgz ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤ÈÀßÄê¥Õ¥¡¥¤¥ë Xprog.tgz X ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤È¥³¥ó¥Ñ¥¤¥ë¤ËɬÍפʥ饤¥Ö¥é¥ê ! Xnest.tgz ¥Í¥¹¥È¤·¤¿ X ¥µ¡¼¥Ð¡¼ ! Xvfb.tgz ²¾Áۥե졼¥à¥Ð¥Ã¥Õ¥¡¤ò»È¤¦ X ¥µ¡¼¥Ð¡¼ ! Xprt.tgz X ¥×¥ê¥ó¥È¥µ¡¼¥Ð¡¼ Xps.tgz ¥Ý¥¹¥È¥¹¥¯¥ê¥×¥ÈÈǤÎʸ½ñ Xhtml.tgz HTML ÈǤÎʸ½ñ ! Xjdoc.tgz ÆüËܸìʸ½ñ (3.2 ÈÇÍÑ) ! Xjhtm.tgz HTML ÈǤÎÆüËܸìʸ½ñ (3.2ÈÇ) ! Xlkit.tgz X ¥µ¡¼¥Ð¡¼¥ê¥ó¥¯¥­¥Ã¥È ! Xlk98.tgz PC98 ¥µ¡¼¥Ð¡¼ÍѤΠX ¥µ¡¼¥Ð¡¼¥ê¥ó¥¯¥­¥Ã¥È </verb> </quote> --- 961,975 ---- Xfscl.tgz ¥¹¥±¡¼¥é¥Ö¥ë¥Õ¥©¥ó¥È (Speedo ¤È Type1) Xfsrv.tgz ¥Õ¥©¥ó¥È¥µ¡¼¥Ð¤ÈÀßÄê¥Õ¥¡¥¤¥ë Xprog.tgz X ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤È¥³¥ó¥Ñ¥¤¥ë¤ËɬÍפʥ饤¥Ö¥é¥ê ! Xnest.tgz ¥Í¥¹¥È¤·¤¿ X ¥µ¡¼¥Ð ! Xvfb.tgz ²¾Áۥե졼¥à¥Ð¥Ã¥Õ¥¡¤ò»È¤¦ X ¥µ¡¼¥Ð ! Xprt.tgz X ¥×¥ê¥ó¥È¥µ¡¼¥Ð Xps.tgz ¥Ý¥¹¥È¥¹¥¯¥ê¥×¥ÈÈǤÎʸ½ñ Xhtml.tgz HTML ÈǤÎʸ½ñ ! Xjdoc.tgz ÆüËܸìʸ½ñ (3.3.4 ÈÇÍÑ) ! Xjhtm.tgz HTML ÈǤÎÆüËܸìʸ½ñ (3.3.4 ÈÇ) ! Xlkit.tgz X ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È ! Xlk98.tgz PC98 ¥µ¡¼¥ÐÍѤΠX ¥µ¡¼¥Ð¥ê¥ó¥¯¥­¥Ã¥È </verb> </quote> *************** *** 824,830 **** <tt>/usr</tt> ¤Ë½¼Ê¬¤Ê¶õ¤­¥¹¥Ú¡¼¥¹¤¬Ìµ¤±¤ì¤Ð¡¢¤É¤³¤«Â¾¤Î¾ì½ê¤Ë ¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¡¢¤½¤³¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£ Î㤨¤Ð¡¢ <tt>/home</tt> ¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤¹¤ë¾ì¹ç¤Ï ! ¼¡¤Î¤è¤¦¤Ë¤·¤Þ¤¹¡§ <tscreen><verb> mkdir /home/X11R6 ln -s /home/X11R6 /usr --- 994,1000 ---- <tt>/usr</tt> ¤Ë½¼Ê¬¤Ê¶õ¤­¥¹¥Ú¡¼¥¹¤¬Ìµ¤±¤ì¤Ð¡¢¤É¤³¤«Â¾¤Î¾ì½ê¤Ë ¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤·¤Æ¡¢¤½¤³¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£ Î㤨¤Ð¡¢ <tt>/home</tt> ¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®¤¹¤ë¾ì¹ç¤Ï ! ¼¡¤Î¤è¤¦¤Ë¤·¤Þ¤¹: <tscreen><verb> mkdir /home/X11R6 ln -s /home/X11R6 /usr *************** *** 858,864 **** <!-- To run the pre-installation script, go to <tt>/usr/X11R6</tt> and run it: --> ! <tt>/usr/X11R6</tt> ¤Ë°ÜÆ°¤·¤Æ¡¢Æ³ÆþÁ°¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡§ <tscreen><verb> cd /usr/X11R6 sh /var/tmp/preinst.sh --- 1028,1034 ---- <!-- To run the pre-installation script, go to <tt>/usr/X11R6</tt> and run it: --> ! <tt>/usr/X11R6</tt> ¤Ë°ÜÆ°¤·¤Æ¡¢Æ³ÆþÁ°¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹: <tscreen><verb> cd /usr/X11R6 sh /var/tmp/preinst.sh *************** *** 871,877 **** --> ¼¡¤Îºî¶È¤ÏƳÆþ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò¼Â¹Ô²Äǽ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤Î¤¿¤á¤Ë¤Ï¡¢ ¡Öextract¡×¥Õ¥¡¥¤¥ë¤¬¤¹¤Ù¤Æ¤Î X*.tgz ¥Õ¥¡¥¤¥ë¤ÈƱ¤¸¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ë ! ¸ºß¤¹¤ë¤³¤È¤ò³Îǧ¤·¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹¡§ <tscreen><verb> chmod 755 extract --- 1041,1047 ---- --> ¼¡¤Îºî¶È¤ÏƳÆþ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò¼Â¹Ô²Äǽ¤Ë¤¹¤ë¤³¤È¤Ç¤¹¡£¤³¤Î¤¿¤á¤Ë¤Ï¡¢ ¡Öextract¡×¥Õ¥¡¥¤¥ë¤¬¤¹¤Ù¤Æ¤Î X*.tgz ¥Õ¥¡¥¤¥ë¤ÈƱ¤¸¥Ç¥£¥ì¥¯¥È¥êÆâ¤Ë ! ¸ºß¤¹¤ë¤³¤È¤ò³Îǧ¤·¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: <tscreen><verb> chmod 755 extract *************** *** 910,916 **** To extract the XFree86 binaries, run the following as <bf>root</bf>: --> XFree86 ¥Ð¥¤¥Ê¥ê¤ò¿­Ä¹¤¹¤ë¤Ë¤Ï¡¢ <bf>root</bf> ¤Ë¤Ê¤Ã¤Æ ! ¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹¡§ <tscreen><verb> cd /usr/X11R6 /var/tmp/extract /var/tmp/X*.tgz --- 1080,1086 ---- To extract the XFree86 binaries, run the following as <bf>root</bf>: --> XFree86 ¥Ð¥¤¥Ê¥ê¤ò¿­Ä¹¤¹¤ë¤Ë¤Ï¡¢ <bf>root</bf> ¤Ë¤Ê¤Ã¤Æ ! ¼¡¤Î¼ê½ç¤ò¼Â¹Ô¤·¤Þ¤¹: <tscreen><verb> cd /usr/X11R6 /var/tmp/extract /var/tmp/X*.tgz *************** *** 920,926 **** Once the required <tt>.tgz</tt> files have been extracted, run the post installation script: --> ! ɬÍ×¤Ê <tt>.tgz</tt> ¥Õ¥¡¥¤¥ë¤ò¿­Ä¹¤·¤¿¤é¡¢Æ³Æþ¸å¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡§ <tscreen><verb> cd /usr/X11R6 sh /var/tmp/postinst.sh --- 1090,1096 ---- Once the required <tt>.tgz</tt> files have been extracted, run the post installation script: --> ! ɬÍ×¤Ê <tt>.tgz</tt> ¥Õ¥¡¥¤¥ë¤ò¿­Ä¹¤·¤¿¤é¡¢Æ³Æþ¸å¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤¹: <tscreen><verb> cd /usr/X11R6 sh /var/tmp/postinst.sh *************** *** 946,971 **** <htmlurl name="QuickStart document" url="QuickStart.html"> for configuration information. --> ! ƳÆþ¤ò´°Î»¤·¤¿¤é¡¢ X ¥µ¡¼¥Ð¡¼¤òÀßÄꤹ¤ë¤¿¤á¤ËÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Î¤Ò¤È¤Ä (<tt>XF86Setup</tt> ¤Þ¤¿¤Ï <tt>xf86config</tt>) ¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£ ¤³¤ì¤Ï¿·µ¬Æ³Æþ¤Î¾ì¹çÉԲķç¤Êºî¶È¤Ç¤¹¤¬¡¢°Ü¹ÔƳÆþ¤Î¾ì¹ç¤Ë¤Ï¤«¤Ê¤é¤ºÉ¬Í×¤È ¤¤¤¦¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ÀßÄêºî¶È¤Ë´Ø¤¹¤ë¾ÜºÙ¤Ï <htmlurl name="QuickStart document" url="QuickStart.html"> ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- ! ÌõÃí¡§¼¡¤Î¥³¥á¥ó¥È¤Ï¸¶Ê¸Ãæ¤Ë¤¢¤ë¥³¥á¥ó¥È¤Ç¤¹¡£ --> <!-- ! <sect>Updating XFree86 3.3.3 to XFree86 3.3.3.1<label id="upgrade"> <p> ! The following is required to update an XFree86 3.3.3 installation to ! XFree86 3.3.3.1: <quote> <verb> extract XFree86 extraction utility ! X3331upd.tgz XFree86 3.3.3.1 update ! Xdoc.tgz XFree86 3.3.3.1 documentation ! X{SERVER}.tgz 3.3.3.1 Server update from the Servers or PC98_Servers directory. You must select the appropriate SERVER file for the server that you are currently running (i.e. XI128.tgz). --- 1116,1141 ---- <htmlurl name="QuickStart document" url="QuickStart.html"> for configuration information. --> ! ƳÆþ¤ò´°Î»¤·¤¿¤é¡¢ X ¥µ¡¼¥Ð¤òÀßÄꤹ¤ë¤¿¤á¤ËÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Î¤Ò¤È¤Ä (<tt>XF86Setup</tt> ¤Þ¤¿¤Ï <tt>xf86config</tt>) ¤ò¼Â¹Ô¤·¤Þ¤·¤ç¤¦¡£ ¤³¤ì¤Ï¿·µ¬Æ³Æþ¤Î¾ì¹çÉԲķç¤Êºî¶È¤Ç¤¹¤¬¡¢°Ü¹ÔƳÆþ¤Î¾ì¹ç¤Ë¤Ï¤«¤Ê¤é¤ºÉ¬Í×¤È ¤¤¤¦¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ÀßÄêºî¶È¤Ë´Ø¤¹¤ë¾ÜºÙ¤Ï <htmlurl name="QuickStart document" url="QuickStart.html"> ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- ! ÌõÃí: ¼¡¤Î¥³¥á¥ó¥È¤Ï¸¶Ê¸Ãæ¤Ë¤¢¤ë¥³¥á¥ó¥È¤Ç¤¹¡£ --> <!-- ! <sect>Updating XFree86 3.3.3 to XFree86 3.3.4<label id="upgrade"> <p> ! The following is required to update an XFree86 3.3.3 (or XFree86-3.3.3.1) ! installation to XFree86 3.3.4: <quote> <verb> extract XFree86 extraction utility ! X334upd.tgz XFree86 3.3.4 update ! Xdoc.tgz XFree86 3.3.4 documentation ! X{SERVER}.tgz 3.3.4 Server update from the Servers or PC98_Servers directory. You must select the appropriate SERVER file for the server that you are currently running (i.e. XI128.tgz). *************** *** 976,1007 **** <tscreen><verb> chmod 755 extract </verb></tscreen> ! To update your installation to 3.3.3.1, run the following as <bf>root</bf>: <tscreen><verb> cd /usr/X11R6 ! /var/tmp/extract /var/tmp/X3331upd.tgz /var/tmp/extract /var/tmp/X{SERVER}.tgz </verb></tscreen> --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml,v 3.1.2.2 1999/06/02 07:51:43 hohndel Exp $ </verb> ! <code></code> ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï ! xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v 3.59.2.68 1998/12/30 10:22:34 ! ¤òº´Ìî Éð½Ó ( Taketoshi Sano <url url="mailto:kgh12351@nifty.ne.jp" ! name="<kgh12351@nifty.ne.jp>"> ¤¬ ! ²¬ËÜ °ì¹¬¤µ¤ó¤Ë¤è¤ë XFree86 3.3.2 ¤ÎÆüËܸìÌõʸ½ñ¤ò¤â¤È¤Ë ! ÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿ ! ¤´°Õ¸«¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢ËÝÌõ¼Ô¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Þ¤ÇÅŻҥ᡼¥ë¤Ç ! ¤ªÃΤ餻²¼¤µ¤¤¡£ ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ! ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤¢¤ê¤Þ¤¹¡£ ! xjman ¥×¥í¥¸¥§¥¯¥È¤Ë¤Ä¤¤¤Æ¤Ï ! <url url="http://xjman.dsl.gr.jp/" ! name="http://xjman.dsl.gr.jp/"> ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! </article> --- 1146,1174 ---- <tscreen><verb> chmod 755 extract </verb></tscreen> ! To update your installation to 3.3.4, run the following as <bf>root</bf>: <tscreen><verb> cd /usr/X11R6 ! /var/tmp/extract /var/tmp/X334upd.tgz /var/tmp/extract /var/tmp/X{SERVER}.tgz </verb></tscreen> --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml,v 3.1.2.4 1999/12/28 12:13:56 hohndel Exp $ </verb> ! <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ! ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿( ! ËÝÌõ(XFree86 3.3): ²¬Ëܰ칬(<url url="mailto:ikko-@pacific.rim.or.jp" ! name="<ikko-@pacific.rim.or.jp>">, ! ¹¹¿·(XFree86 3.3.3.1): º´ÌîÉð½Ó <url url="mailto:kgh12351@nifty.ne.jp" ! name="<kgh12351@nifty.ne.jp>">)¡£ ! ¹¹¿·(XFree86 3.3.4, 3.3.5, 3.3.6): Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" ! name="<fujiwara@linux.or.jp>">)¡£ ! ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤Ïº´Ìƣ¸¶¤Þ¤Ç¤´Ï¢Íí¤¯¤À¤µ¤¤¡£¸¶Ê¸¤ÎÃøºî¸¢¤Ï ! XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï ! X Japanese Documentation Project (<url url="http://xjman.dsl.gr.jp/" name="http://xjman.dsl.gr.jp/">) ! ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml:3.2.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml:3.2.2.2 Tue May 25 16:39:21 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml Sat Nov 27 02:23:49 1999 *************** *** 1649,1655 **** ¤À¤µ¤¤)¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml,v 3.2.2.2 1999/05/25 06:39:21 hohndel Exp $ --- 1649,1655 ---- ¤À¤µ¤¤)¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml,v 3.2.2.3 1999/11/26 15:23:49 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml:1.1.2.1 Tue May 25 16:39:21 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml Tue Dec 28 23:13:57 1999 *************** *** 3,38 **** <article> <!-- <title> Information for S3 ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX and ViRGE/VX Users --> <title> S3 ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX, ViRGE/VX ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>The XFree86 Project Inc. ! <date>1 March 1998 <trans>The X Japanese Documentation Project ! <tdate>13 January 1999 <toc> <!-- <sect> Supported hardware --> <sect> ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ <p> <!-- ! With release 3.3.2 of XFree86, there are now two servers which support the ViRGE family of chips. The XF86_S3V server is a dedicated server which supports the S3 ViRGE (86C325), the ViRGE/DX ! (86C375), ViRGE/GX (86C385) and the ViRGE/VX (86C988) chips. New with ! this release, the above ViRGE chipsets are also supported in the ! XF86_SVGA server, which includes a new ViRGE driver making use ! of the XAA acceleration architecture and also supports ! ViRGE/GX2 (86C357) and ViRGE/MX (86C260) chips now. --> XFree86 ¥ê¥ê¡¼¥¹ 3.3.2 ¤«¤é¡¢ViRGE ·Ï¤Î¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥µ¡¼¥Ð¤Ï2¤Ä ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£XF86_S3V ¥µ¡¼¥Ð¤Ï S3 ViRGE (86C325), ViRGE/DX (86C375), ViRGE/GX (86C385), ViRGE/VX (86C988) ¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ëÀìÍÑ¥µ¡¼¥Ð¤Ç ! ¤¹¡£¤³¤Î¥ê¥ê¡¼¥¹¤«¤é¾åµ­¤Î ViRGE ¥Á¥Ã¥×¥»¥Ã¥È¤Ï XF86_SVGA ¥µ¡¼¥Ð¤Ç¤â¿· ! ¤¿¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤³¤Î¥µ¡¼¥Ð¤Ë¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç ! ¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤òÍøÍѤ·¤¿ ViRGE ¥É¥é¥¤¥Ð¤¬´Þ¤Þ¤ì¤Æ¤ª¤ê¡¢¸½ºß¤Ï ! ViRGE/GX2 (86C357) ¤È ViRGE/MX (86C260) ¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <p> <!-- The following sections describe details of ViRGE support. Be aware that --- 3,47 ---- <article> <!-- <title> Information for S3 ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX, ViRGE/VX, Trio3D, Trio3D/2X, Savage3D and Savage4 Users --> <title> S3 ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX, ViRGE/VX, Trio3D, Trio3D/2X, Savage3D, Savage4 ! ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>The XFree86 Project Inc. ! <date>2 August 1999 <trans>The X Japanese Documentation Project ! <tdate>12 September 1999 <toc> <!-- <sect> Supported hardware --> <sect> ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ <p> <!-- ! Since release 3.3.2 of XFree86, there are now two servers which support the ViRGE family of chips. The XF86_S3V server is a dedicated server which supports the S3 ViRGE (86C325), the ViRGE/DX ! (86C375), ViRGE/GX (86C385) and the ViRGE/VX (86C988) chips. Use of that ! server is no longer recommended. It is not actively being supported anymore. --> XFree86 ¥ê¥ê¡¼¥¹ 3.3.2 ¤«¤é¡¢ViRGE ·Ï¤Î¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¥µ¡¼¥Ð¤Ï2¤Ä ¤Ë¤Ê¤ê¤Þ¤·¤¿¡£XF86_S3V ¥µ¡¼¥Ð¤Ï S3 ViRGE (86C325), ViRGE/DX (86C375), ViRGE/GX (86C385), ViRGE/VX (86C988) ¥Á¥Ã¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ëÀìÍÑ¥µ¡¼¥Ð¤Ç ! ¤¹¡£¸½ºß¤Ï¤³¤ì¤é¤Î¥µ¡¼¥Ð¤Ï»È¤ï¤Ê¤¤Êý¤¬¤¤¤¤¤Ç¤·¤ç¤¦¡£´û¤Ë¥µ¥Ý¡¼¥È¤¬³èȯ ! ¤Ë¹Ô¤ï¤ì¤Ê¤¯¤Ê¤Ã¤¿¤«¤é¤Ç¤¹¡£ ! ! <!-- ! The above ViRGE chipsets are supported in the ! XF86_SVGA server, which includes a new ViRGE driver making use ! of the XAA acceleration architecture and also supports ! ViRGE/GX2 (86C357), ViRGE/MX (86C260), Trio3D (86C365), Trio3D/2X (86C362), ! Savage3D (86C391), Savage4 (86C396/86C397) and Savage2000 chips as of 3.3.6. ! --> ! ¾åµ­¤Î ViRGE ·Ï¥Á¥Ã¥×¥»¥Ã¥È¤Ï XF86_SVGA ¥µ¡¼¥Ð¤Ç¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤Î¥µ¡¼¥Ð¤Ë¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤òÍøÍѤ·¤¿ ViRGE ¥É ! ¥é¥¤¥Ð¤¬´Þ¤Þ¤ì¤Æ¤ª¤ê¡¢XFree86 3.3.6 ¤Ç¤Ï ViRGE/GX2 (86C357), ViRGE/MX ! (86C260), Trio3D (86C365), Trio3D/2X (86C362), Savage3D (86C391), ! Savage4 (86C396/86C397), Savage2000 ¥Á¥Ã¥×¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <p> <!-- The following sections describe details of ViRGE support. Be aware that *************** *** 123,171 **** <sect1>´ûÃΤÎÀ©¸Â»ö¹à <p> - <!-- <itemize> <item>No support for external RAMDACs on the ViRGE/VX. <item>No support for VLB cards. <item>No support for doublescan modes. <item>The driver only works with linear addressing. <item>For 24/32 bpp some simple dashed line acceleration is implemented, but sloped dash/double dash are drawn as solid lines. - </itemize> --> - <itemize> - <item>ViRGE/VX ¤Ç¤Ï ³°Éô RAMDAC ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - <item>VL ¥Ð¥¹¤Î¥«¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - <item>Ê£¿ô¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - <item>¥É¥é¥¤¥Ð¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ <item>24/32 bpp ¤Î¾ì¹ç¡¢ÅÀÀþ¤Î¤¦¤Á´Êñ¤Ê¤â¤Î¤Î¤¤¤¯¤Ä¤«¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç ¥ó¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢sloped dash ¤ä double dash ¤Ï¼ÂÀþ¤ò»È¤Ã¤ÆÉÁ²è¤µ ¤ì¤Þ¤¹¡£ - </itemize> - - <!-- <sect1>Future Features (in order from highest to lowest priority) --> - <sect1>¾­ÍèŪ¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤ëµ¡Ç½ (Í¥ÀèÅ٤ι⤤½ç) - <p> - <!-- ! <itemize> ! <item>there is a good chance that the SVGA ViRGE driver will replace XF86_S3V ! in future releases ! <item>some more hardware acceleration ! <item>3d acceleration (once we work out how that's done) ! <item>more chipsets and RAMDACs ! </itemize> --> ! <itemize> ! <item>¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¡¢SVGA ViRGE ¥É¥é¥¤¥Ð¤¬ XF86_S3V ¤ËÃÖ¤­´¹¤ï¤ë ! ²ÄǽÀ­¤¬½½Ê¬¤¢¤ê¤Þ¤¹¡£ ! <item>¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óµ¡Ç½¤ÎÄɲᣠ! <item>3D ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó(¼Â¸½ÊýË¡¤ò¹Í¤¨¤¿¤³¤È¤Ï¤¢¤ê¤Þ¤¹) ! <item>¤è¤ê¿¤¯¤Î¥Á¥Ã¥×¥»¥Ã¥È¤ä RAMDAC ¤Ø¤ÎÂбþ¡£ </itemize> <!-- <sect1>Configuration: --> ! <sect1>ÀßÄê <p> <!-- The server auto-detects RAM size, RAMDAC and ClockChip. Do not bother putting --- 132,174 ---- <sect1>´ûÃΤÎÀ©¸Â»ö¹à <p> <itemize> + <!-- <item>No support for external RAMDACs on the ViRGE/VX. + --> + <item>ViRGE/VX ¤Ç¤Ï ³°Éô RAMDAC ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- <item>No support for VLB cards. + --> + <item>VL ¥Ð¥¹¤Î¥«¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- <item>No support for doublescan modes. + --> + <item>Ê£¿ô¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- <item>The driver only works with linear addressing. + --> + <item>¥É¥é¥¤¥Ð¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ + <!-- <item>For 24/32 bpp some simple dashed line acceleration is implemented, but sloped dash/double dash are drawn as solid lines. --> <item>24/32 bpp ¤Î¾ì¹ç¡¢ÅÀÀþ¤Î¤¦¤Á´Êñ¤Ê¤â¤Î¤Î¤¤¤¯¤Ä¤«¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç ¥ó¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢sloped dash ¤ä double dash ¤Ï¼ÂÀþ¤ò»È¤Ã¤ÆÉÁ²è¤µ ¤ì¤Þ¤¹¡£ <!-- ! <item>No support for current chipsets. --> ! <item>ºÇ¿·¤Î¥Á¥Ã¥×¥»¥Ã¥È¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ ! <!-- ! <item>No longer actively maintained. ! --> ! <item>¤â¤Ï¤ä³èȯ¤Ë¤Ï¥á¥ó¥Æ¥Ê¥ó¥¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ </itemize> + <!-- <sect1>Configuration: --> ! <sect1>ÀßÄê: <p> <!-- The server auto-detects RAM size, RAMDAC and ClockChip. Do not bother putting *************** *** 197,218 **** <p> <!-- The XF86_SVGA ViRGE driver supports all current flavors of the S3 ViRGE ! chipset. It uses the XAA acceleration architecture for acceleration, and allows color depths of 8, 15, 16, 24 and 32 bpp. It has been tested on several 2MB ! and 4MB ViRGE cards, a 4MB ViRGE/DX card and a ViRGE/VX card. Resolutions ! of up to 1600x1200 have been achieved. This is an early release of this ! driver, and not everything may work as expected. Please report any problems ! to <htmlurl name="XFree86@Xfree86.org" url="mailto:XFree86@Xfree86.org"> using the appropriate bug report sheet. --> ! XF86_SVGA ¤Î ViRGE ¥É¥é¥¤¥Ð¤Ï¸½ºß¤Î S3 ViRGE ·Ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òÁ´¤Æ¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã ! ¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¹Ô¤Ã¤Æ¤ª¤ê¡¢¿§¤Î¿¼¤µ¤Ï 8, 15, 16, 24, 32 ! bpp ¤òÍøÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¤Î¤Ï¡¢2MB, 4MB ¤Î ! ViRGE ¥«¡¼¥É¤Î¤¤¤¯¤Ä¤«¡¢4MB ¤Î ViRGE/DX ¥«¡¼¥É, ViRGE/VX ¥«¡¼¥É¤Ç¤¹¡£ ²òÁüÅÙ¤Ï 1600x1200 ¤Þ¤Ç»ÈÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï½é´ü¥ê¥ê¡¼¥¹¤Ê¤Î¤Ç¡¢ ! Á´¤Æ´üÂÔÄ̤ê¤ËÆ°ºî¤¹¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£ÌäÂêÅÀ¤¬¤¢¤ì¤Ð¡¢ <htmlurl name="XFree86@Xfree86.org" url="mailto:XFree86@Xfree86.org"> ¤Þ¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£Ï¢Íí¤ÎºÝ¤Ë¤ÏŬÀڤʥХ°¥ì¥Ý¡¼¥ÈÍÑ»æ¤ò»È¤Ã¤Æ¤¯¤À¤µ ¤¤¡£ --- 200,224 ---- <p> <!-- The XF86_SVGA ViRGE driver supports all current flavors of the S3 ViRGE ! chipset including Trio3D and the Savage family. It uses the XAA acceleration architecture for acceleration, and allows color depths of 8, 15, 16, 24 and 32 bpp. It has been tested on several 2MB ! and 4MB ViRGE cards, a 4MB ViRGE/DX card, a ViRGE/VX card and a 4MB Trio3D ! card. Resolutions of up to 1600x1200 have been achieved. This is an early ! release of this driver, and not everything may work as expected. Please note ! that Trio3D support is an initial release and not very well tested. Please ! report any problems to <htmlurl name="XFree86@Xfree86.org" url="mailto:XFree86@Xfree86.org"> using the appropriate bug report sheet. --> ! XF86_SVGA ¤Î ViRGE ¥É¥é¥¤¥Ð¤Ï¡¢Trio3D ¤È Savage ·Ï¤ò´Þ¤á¤¿¸½ºß¤Î S3 ! ViRGE ·Ï¤Î¥Á¥Ã¥×¥»¥Ã¥È¤òÁ´¤Æ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï XAA ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ò»È¤Ã¤Æ¥¢¥¯¥»¥é¥ì¡¼ ! ¥·¥ç¥ó¤ò¹Ô¤Ã¤Æ¤ª¤ê¡¢¿§¤Î¿¼¤µ¤Ï 8, 15, 16, 24, 32 bpp ¤òÍøÍѤǤ­¤Þ¤¹¡£ ! ¤³¤Î¥É¥é¥¤¥Ð¤Î¥Æ¥¹¥È¤ò¹Ô¤Ã¤¿¤Î¤Ï¡¢2MB, 4MB ¤Î ViRGE ¥«¡¼¥É¤Î¤¤¤¯¤Ä¤«¡¢ ! 4MB ¤Î ViRGE/DX ¥«¡¼¥É ¤È ViRGE/VX ¥«¡¼¥É¡¢4MB ¤Î Trio3D ¥«¡¼¥É¤Ç¤¹¡£ ²òÁüÅÙ¤Ï 1600x1200 ¤Þ¤Ç»ÈÍѤǤ­¤Þ¤¹¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï½é´ü¥ê¥ê¡¼¥¹¤Ê¤Î¤Ç¡¢ ! Á´¤Æ´üÂÔÄ̤ê¤ËÆ°ºî¤¹¤ë¤È¤Ï¸Â¤ê¤Þ¤»¤ó¡£Trio3D ¤Î¥µ¥Ý¡¼¥È¤Ï½é¤á¤Æ¤Î¥ê¥ê¡¼ ! ¥¹¤Ç¤¢¤ê¡¢¥Æ¥¹¥È¤â½½Ê¬¤Ç¤Ê¤¤ÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£²¿¤«ÌäÂ꤬¤¢¤ì¤Ð¡¢ <htmlurl name="XFree86@Xfree86.org" url="mailto:XFree86@Xfree86.org"> ¤Þ¤Ç¤ªÃΤ餻¤¯¤À¤µ¤¤¡£Ï¢Íí¤ÎºÝ¤Ë¤ÏŬÀڤʥХ°¥ì¥Ý¡¼¥ÈÍÑ»æ¤ò»È¤Ã¤Æ¤¯¤À¤µ ¤¤¡£ *************** *** 223,233 **** <itemize> <!-- ! <item>Supports PCI hardware, ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ViRGE/MX ! and ViRGE/VX. --> <item>PCI ¥Ï¡¼¥É¥¦¥§¥¢¡¢ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX, ViRGE/VX ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <!-- <item>Supports 8bpp, 15/16bpp, 24bpp and 32bpp. --> --- 229,239 ---- <itemize> <!-- ! <item>Supports PCI hardware, ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ViRGE/MX, ! ViRGE/VX, Trio3D and the Savage family. --> <item>PCI ¥Ï¡¼¥É¥¦¥§¥¢¡¢ViRGE, ViRGE/DX, ViRGE/GX, ViRGE/GX2, ! ViRGE/MX, ViRGE/VX, Trio3D, Savage ·Ï¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <!-- <item>Supports 8bpp, 15/16bpp, 24bpp and 32bpp. --> *************** *** 264,290 **** <item>Á´¤Æ¤Î¥â¡¼¥É¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ </itemize> ! <!-- <sect1>Known limitations --> ! <sect1>´ûÃΤÎÀ©¸Â»ö¹à <p> <!-- <itemize> <item>No support for external RAMDACs on the ViRGE/VX. <item>No support for VLB cards. <item>No support for doublescan modes. <item>The driver only works with linear addressing. <item>Lines and polygons are not accelerated yet (but XAA still provides some acceleration in this respect). - </itemize> --> - <itemize> - <item>ViRGE/VX ¤Ç¤Ï³°Éô RAMDAC ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - <item>VL ¥Ð¥¹¤Î¥«¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - <item>Ê£¿ô¥¹¥¯¥ê¡¼¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ - <item>¥É¥é¥¤¥Ð¤ÎÆ°ºî¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤À¤±¤Ç¤¹¡£ <item>Àþ¤ä¿³Ñ·Á¤Ç¤Ï¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»È¤¨¤Þ¤»¤ó(¤¿¤À¤·¡¢XAA ¤Ï °ìÉô¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£ </itemize> <!-- <sect1>Configuration --> --- 270,351 ---- <item>Á´¤Æ¤Î¥â¡¼¥É¤Ç¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ </itemize> ! <!-- ! <sect1>Known limitations in the Savage family support (s3_savage driver) ! --> ! <sect1>Savage ·Ï¥Á¥Ã¥×¤Î¥µ¥Ý¡¼¥È¤Ë¤ª¤±¤ë´ûÃΤÎÀ©¸Â (s3_savage ¥É¥é¥¤¥Ð) ! <p> ! <!-- ! The Savage family driver for the Savage3D and the Savage4 was donated to XFree86 ! by S3 very closely before the release of XFree86-3.3.5. The driver violates a few ! design principles and goals, but since there is massive demand for it, we decided ! to include it in XFree86-3.3.5. For 3.3.6 some rewrites have been done, ! there is fallback code for non-BIOS modes. ! --> ! Savage3D ¤È Savage4 ¸þ¤±¤Î Savage ·Ï¥Á¥Ã¥×Íѥɥ饤¥Ð¤Ï¡¢XFree86-3.3.5 ! ¤Î¥ê¥ê¡¼¥¹¤ÎľÁ°¤Ë S3 ¤¬ XFree86 ¤Ë´óÉÕ¤·¤Þ¤·¤¿¡£¤³¤Î¥É¥é¥¤¥Ð¤Ï ! XFree86 ¤ÎÀ߷פθ¶Â§¤ÈÌÜŪ¤Ë°ãÈ¿¤·¤Æ¤¤¤ëÉôʬ¤¬¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤¬¡¢¼ûÍ× ! ¤¬Èó¾ï¤ËÂ礭¤¤¤Î¤Ç¡¢XFree86-3.3.5 ¤Ë´Þ¤á¤ë¤³¤È¤Ë·è¤á¤Þ¤·¤¿¡£ ! 3.3.6 ¤Ç¤Ï¤¤¤¯¤é¤«½ñ¤­Ä¾¤·¤¬¹Ô¤ï¤ì¡¢Èó BIOS ¥â¡¼¥É¤Î¤¿¤á¤ËÀΤËÌᤷ¤¿¥³¡¼ ! ¥É¤¬Æþ¤Ã¤Æ¤¤¤Þ¤¹¡£ <p> <!-- + <sect1>Known limitations of the s3_virge driver + --> + <sect1>s3_virge ¥É¥é¥¤¥Ð¤Î´ûÃΤÎÀ©¸Â + <p> + <itemize> + <!-- <item>No support for external RAMDACs on the ViRGE/VX. + --> + <item>ViRGE/VX ¤Ç¤Ï³°Éô RAMDAC ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- <item>No support for VLB cards. + --> + <item>VL ¥Ð¥¹¤Î¥«¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- <item>No support for doublescan modes. + --> + <item>¥À¥Ö¥ë¥¹¥­¥ã¥ó¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- <item>The driver only works with linear addressing. + --> + <item>¤³¤Î¥É¥é¥¤¥Ð¤Ï¥ê¥Ë¥¢¥¢¥É¥ì¥Ã¥·¥ó¥°¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ + <!-- <item>Lines and polygons are not accelerated yet (but XAA still provides some acceleration in this respect). --> <item>Àþ¤ä¿³Ñ·Á¤Ç¤Ï¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»È¤¨¤Þ¤»¤ó(¤¿¤À¤·¡¢XAA ¤Ï °ìÉô¤Î¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹)¡£ + <!-- + <item>Burst Command Interface (BCI) support and 32bpp support not implemented + for the Trio3D. + --> + <item>¥Ð¡¼¥¹¥È¥³¥Þ¥ó¥É¥¤¥ó¥¿¥Õ¥§¡¼¥¹(BCI, Burst Command Interface)¤Î¥µ + ¥Ý¡¼¥È¤È 32bpp ¤Î¥µ¥Ý¡¼¥È¤Ï¡¢Trio3D ÍѤˤϼÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + <!-- + <item>Trio3D support only works for some modelines. Many of the standard + modelines do not work (often slightly modifying the dot clock works, though). + The following two modelines seem to work reliably at 8bpp and 24bpp: + --> + <item>Trio3D ¥µ¥Ý¡¼¥È¤¬Æ°ºî¤¹¤ë¤Î¤Ï°ìÉô¤Î¥â¡¼¥É¹Ô¤À¤±¤Ç¤¹¡£É¸½à¤Î + ¥â¡¼¥É¹Ô¤Î¿¤¯¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó(¤¿¤À¤·¡¢¾¯¤·¥É¥Ã¥È¥¯¥í¥Ã¥¯¤òÊѤ¨¤ì¤ÐÆ° + ¤¯¤«¤â¤·¤ì¤Þ¤»¤ó)¡£°Ê²¼¤Î 2 ¤Ä¤Î¥â¡¼¥É¹Ô¤Ï 8bpp ¤È 24bpp ¤Ç°ÂÄꤷ¤ÆÆ° + ºî¤¹¤ë¤è¤¦¤Ç¤¹: + <verb> + Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync + Modeline "1280x1024" 135 1280 1312 1416 1664 1024 1027 1030 1064 + </verb> + <!-- + The following two modelines seem to work reliably at 16bpp: + --> + °Ê²¼¤Î 2 ¤Ä¤Î¥â¡¼¥É¹Ô¤Ï 16bpp ¤Ç°ÂÄꤷ¤ÆÆ°ºî¤¹¤ë¤è¤¦¤Ç¤¹: + <verb> + Modeline "640x480" 45.80 640 672 768 864 480 488 494 530 -hsync -vsync + Modeline "800x600" 36 800 824 896 1024 600 601 603 625 + </verb> </itemize> <!-- <sect1>Configuration --> *************** *** 578,587 **** <itemize> <item>Harald Koenig <it><koenig@tat.physik.uni-tuebingen.de></it> <item>Kevin Brosius <it>Cobra@compuserve.com</it> </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml,v 1.1.2.1 1999/05/25 06:39:21 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 639,651 ---- <itemize> <item>Harald Koenig <it><koenig@tat.physik.uni-tuebingen.de></it> <item>Kevin Brosius <it>Cobra@compuserve.com</it> + <item>Sebastian Kloska <it>kloska@mpimp-golm.mpg.de</it> + <item>Alok Ladsariya <it>alok@XFree86.Org</it> + <item>Dirk Hohndel <it>hohndel@XFree86.Org</it> </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3V.sgml,v 1.1.2.3 1999/12/28 12:13:57 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml:1.1.2.1 Tue May 25 16:39:22 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml Sat Nov 27 02:23:50 1999 *************** *** 1077,1083 **** <bf/Jerry Whelan/ ¤µ¤ó(<em/guru@stasi.bradley.edu/)¤Ë¤ÏÆä˴¶¼Õ¤·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml,v 1.1.2.1 1999/05/25 06:39:22 hohndel Exp $ --- 1077,1083 ---- <bf/Jerry Whelan/ ¤µ¤ó(<em/guru@stasi.bradley.edu/)¤Ë¤ÏÆä˴¶¼Õ¤·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SCO.sgml,v 1.1.2.2 1999/11/26 15:23:50 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml:1.1.2.1 Tue May 25 16:39:23 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml Sat Nov 27 02:23:51 1999 *************** *** 563,569 **** Solaris ÍѤÎÇÛÉۤ˴ؤ¹¤ë¼ÁÌä¤ä¥³¥á¥ó¥È¤Ï <it/davidh@use.com/ ¤Þ¤¿¤Ï <it/danson@lgc.com/ ¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£<p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml,v 1.1.2.1 1999/05/25 06:39:23 hohndel Exp $ --- 563,569 ---- Solaris ÍѤÎÇÛÉۤ˴ؤ¹¤ë¼ÁÌä¤ä¥³¥á¥ó¥È¤Ï <it/davidh@use.com/ ¤Þ¤¿¤Ï <it/danson@lgc.com/ ¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£<p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SOLX86.sgml,v 1.1.2.2 1999/11/26 15:23:51 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml:1.1.2.2 Tue May 25 22:00:33 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml Sat Nov 27 02:23:51 1999 *************** *** 8,16 **** --> <title> SiS ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author> Xavier Ducoin (<it>xavier@rd.lectra.fr</it>) ! <date> 27 February 1998 <trans>The X Japanese Documentation Project ! <tdate> 15 January 1999 <!-- Table of contents --> <toc> --- 8,16 ---- --> <title> SiS ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author> Xavier Ducoin (<it>xavier@rd.lectra.fr</it>) ! <date> June 25 1999 <trans>The X Japanese Documentation Project ! <tdate> August 2 1999 <!-- Table of contents --> <toc> *************** *** 20,39 **** <!-- This driver was primarily written for the SiS86c201. It also works ! on the 202 , 205 and 5597/5598 chips. Support for 6326 is currently ! enabled, but tested only on few cards. Some support for SiS86c215 and 225 was added as well. This support consists simply in identify it as 205, so probably 86c215 won't work with acceleration (is a cheap 205 without some features). --> ¤³¤Î¥É¥é¥¤¥Ð¤ÏÅö½é SiS86c201 ÍѤ˺îÀ®¤µ¤ì¤Þ¤·¤¿¡£¤½¤·¤Æ¤³¤Î¥É¥é¥¤¥Ð¤Ï ! SiS86c202, SiS86c205, SiS5597/5598 ¥Á¥Ã¥×¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£¸½ºß¤Ï ! SiS6326 ¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¤¬¡¢¥Æ¥¹¥È¤Ï¤Û¤È¤ó¤É¹Ô¤Ã¤Æ¤¤¤Þ¤» ! ¤ó¡£¤Þ¤¿¡¢SiS86c215 ¤È SiS86c225 ¤Î¥µ¥Ý¡¼¥È¤â¤¤¤¯¤é¤«Äɲä·¤Þ¤·¤¿¡£¥µ ! ¥Ý¡¼¥È¤È¸À¤Ã¤Æ¤âñ¤Ë¥Á¥Ã¥×¤ò SiS86c205 ¤È¤·¤Æ¼±Ê̤¹¤ë¤À¤±¤Ç¤¹¤«¤é¡¢¤ª ! ¤½¤é¤¯ 86c215 ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥â¡¼¥É¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦(µ¡Ç½¤ò ! ¤¤¤¯¤Ä¤«¼è¤ê½ü¤¤¤¿°Âʪ¤Î 205 ¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹)¡£ <!-- The driver supports many advanced features. These include: --- 20,38 ---- <!-- This driver was primarily written for the SiS86c201. It also works ! on the 202 , 205 and 5597/5598 chips. Support for 6326, 530 and 620 ! has been added since. Some support for SiS86c215 and 225 was added as well. This support consists simply in identify it as 205, so probably 86c215 won't work with acceleration (is a cheap 205 without some features). --> ¤³¤Î¥É¥é¥¤¥Ð¤ÏÅö½é SiS86c201 ÍѤ˺îÀ®¤µ¤ì¤Þ¤·¤¿¡£¤½¤·¤Æ¤³¤Î¥É¥é¥¤¥Ð¤Ï ! 202, 205, 5597/5598 ¥Á¥Ã¥×¤Ç¤âÆ°ºî¤·¤Þ¤¹¡£¸½ºß¤Ï 6326, 530, 620 ¤â¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿¡¢SiS86c215 ¤È 225 ¤â¤¤¤¯¤é¤«¥µ¥Ý¡¼¥È¤µ¤ì¤ë¤è¤¦¤Ë ! ¤Ê¤ê¤Þ¤·¤¿¡£¥µ¥Ý¡¼¥È¤È¸À¤Ã¤Æ¤âñ¤Ë¥Á¥Ã¥×¤ò 205 ¤È¤·¤Æ¼±Ê̤¹¤ë¤À¤±¤Ç¤¹ ! ¤«¤é¡¢¤ª¤½¤é¤¯ 86c215 ¤Ï¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¥â¡¼¥É¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦ ! (µ¡Ç½¤ò¤¤¤¯¤Ä¤«¼è¤ê½ü¤¤¤¿°Âʪ¤Î 205 ¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ê¤Þ¤¹)¡£ <!-- The driver supports many advanced features. These include: *************** *** 64,75 **** <!-- <tag>SiS 86c201</tag> (External hardware clock) ! <tag>SiS 86c202, SiS 86c2x5, SiS 5597/5598, SiS 6326</tag> (Internal clock synthesizer) --> <tag>SiS 86c201</tag> (³°Éô¥Ï¡¼¥É¥¦¥§¥¢¥¯¥í¥Ã¥¯) ! <tag>SiS 86c202, SiS 86c2x5, SiS 5597/5598, SiS 6326</tag> (ÆâÉô¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶) </descrip> --- 63,74 ---- <!-- <tag>SiS 86c201</tag> (External hardware clock) ! <tag>SiS 86c202, SiS 86c2x5, SiS 5597/5598, SiS 6326, SiS 530, SiS 620</tag> (Internal clock synthesizer) --> <tag>SiS 86c201</tag> (³°Éô¥Ï¡¼¥É¥¦¥§¥¢¥¯¥í¥Ã¥¯) ! <tag>SiS 86c202, SiS 86c2x5, SiS 5597/5598, SiS 6326, SiS 530, SiS 620</tag> (ÆâÉô¥¯¥í¥Ã¥¯¥·¥ó¥»¥µ¥¤¥¶) </descrip> *************** *** 363,374 **** ²¼¤²¤ì¤ÐÌäÂ꤬²ò·è¤¹¤ë¤Ç¤·¤ç¤¦¡£ <verb> Updated October 12, 1998 by Juanjo Santamarta, covering changes for 5597 and 6326. Updated November 6, 1998 by Juanjo Santamarta, covering changes for 5597, 86c2x5 and 6326. </verb> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml,v 1.1.2.2 1999/05/25 12:00:33 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 362,374 ---- ²¼¤²¤ì¤ÐÌäÂ꤬²ò·è¤¹¤ë¤Ç¤·¤ç¤¦¡£ <verb> + Updated June 25, 1999 by Dirk Hohndel, covering changes for 530 and 620. Updated October 12, 1998 by Juanjo Santamarta, covering changes for 5597 and 6326. Updated November 6, 1998 by Juanjo Santamarta, covering changes for 5597, 86c2x5 and 6326. </verb> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SiS.sgml,v 1.1.2.3 1999/11/26 15:23:51 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml:3.1.2.3 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml:3.1.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml:3.1.2.3 Wed Jun 2 17:51:44 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml Sat Nov 27 02:23:51 1999 *************** *** 2040,2046 **** </descrip> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml,v 3.1.2.3 1999/06/02 07:51:44 hohndel Exp $ --- 2040,2046 ---- </descrip> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml,v 3.1.2.4 1999/11/26 15:23:51 hohndel Exp $ *************** *** 2048,2054 **** $XConsortium: VGADriv.sgml /main/9 1996/10/28 05:13:22 kaleb $ </verb> ! <code></code> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/VGADriv.sgml,v 3.13.2.1 1998/02/01 16:04:54 --- 2048,2054 ---- $XConsortium: VGADriv.sgml /main/9 1996/10/28 05:13:22 kaleb $ </verb> ! <hrule> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï xc/programs/Xserver/hw/xfree86/doc/sgml/VGADriv.sgml,v 3.13.2.1 1998/02/01 16:04:54 *************** *** 2070,2076 **** ¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä <kgh12351@nifty.ne.jp> ¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! <code></code> [EOF] </article> --- 2070,2076 ---- ¤³¤ÎÏÂÌõ¤ÎÉÔ¶ñ¹ç¤Ï»ä <kgh12351@nifty.ne.jp> ¤Þ¤¿¤Ï xjman ¥×¥í¥¸¥§¥¯¥È ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! <hrule> [EOF] </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml:3.2.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml:3.2.2.2 Tue May 25 22:00:33 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml Sat Nov 27 02:23:52 1999 *************** *** 2380,2386 **** # Do `modeplot -?' to see the control options. # `modeplot -?' ¤ÈÆþÎϤ¹¤ë¤ÈÀ©¸æ¥ª¥×¥·¥ç¥ó¤ò¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ # ! # ($Id: video-modes.sgml,v 1.2 1997/08/08 15:07:24 esr Exp $) # Monitor description. Bandwidth in MHz, horizontal frequencies in kHz # and vertical frequencies in Hz. --- 2380,2386 ---- # Do `modeplot -?' to see the control options. # `modeplot -?' ¤ÈÆþÎϤ¹¤ë¤ÈÀ©¸æ¥ª¥×¥·¥ç¥ó¤ò¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ # ! # ($Id: VidModes.sgml,v 3.2.2.2 1999/05/25 12:00:33 hohndel Exp $) # Monitor description. Bandwidth in MHz, horizontal frequencies in kHz # and vertical frequencies in Hz. *************** *** 2438,2444 **** Martin Lottermoser <Martin.Lottermoser@mch.sni.de> ¤Ë¤è¤ë ʬÀϤȰ줫¤é½ñ¤¤¤¿¥³¡¼¥É¤ò¸µ¤ËºîÀ®¤·¤Þ¤·¤¿¡£ ! This is modeplot $Revision: 1.2 $ EOF exit;; esac --- 2438,2444 ---- Martin Lottermoser <Martin.Lottermoser@mch.sni.de> ¤Ë¤è¤ë ʬÀϤȰ줫¤é½ñ¤¤¤¿¥³¡¼¥É¤ò¸µ¤ËºîÀ®¤·¤Þ¤·¤¿¡£ ! This is modeplot $Revision: 3.2.2.2 $ EOF exit;; esac *************** *** 2722,2728 **** ¾ì¹ç¤Î¥¹¥¯¥ê¥×¥È¤«¤éºÆÀ߷פȰìÈ̲½¤ò¹Ô¤¤¤Þ¤·¤¿¡£ <newline> [ÌõÃí : ESR ¤Ï Eric S. Raymond ¤Ç¤¹¡£] <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml,v 3.2.2.2 1999/05/25 12:00:33 hohndel Exp $ $XConsortium: VidModes.sgml /main/7 1996/02/21 17:46:17 kaleb $ </verb> --- 2722,2729 ---- ¾ì¹ç¤Î¥¹¥¯¥ê¥×¥È¤«¤éºÆÀ߷פȰìÈ̲½¤ò¹Ô¤¤¤Þ¤·¤¿¡£ <newline> [ÌõÃí : ESR ¤Ï Eric S. Raymond ¤Ç¤¹¡£] <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml,v 3.2.2.3 1999/11/26 15:23:52 hohndel Exp $ ! 02/20 23:10:30 dawes Exp $ $XConsortium: VidModes.sgml /main/7 1996/02/21 17:46:17 kaleb $ </verb> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml:1.1.2.1 Tue May 25 16:39:25 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml Sat Nov 27 02:23:53 1999 *************** *** 188,194 **** </quote> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml,v 1.1.2.1 1999/05/25 06:39:25 hohndel Exp $ --- 188,194 ---- </quote> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Video7.sgml,v 1.1.2.2 1999/11/26 15:23:53 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml:1.1.2.1 Tue May 25 16:39:26 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml Tue Dec 28 23:13:57 1999 *************** *** 455,461 **** <!-- Ãø¼Ô¤Î̾Á°¤Ï¥¿¥¤¥È¥ë¥Ú¡¼¥¸¤Ë°ÜÆ°¤Ç¤¹¡£ --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml,v 1.1.2.1 1999/05/25 06:39:26 hohndel Exp $ --- 455,461 ---- <!-- Ãø¼Ô¤Î̾Á°¤Ï¥¿¥¤¥È¥ë¥Ú¡¼¥¸¤Ë°ÜÆ°¤Ç¤¹¡£ --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/W32.sgml,v 1.1.2.3 1999/12/28 12:13:57 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml:1.1.2.1 Tue May 25 16:39:26 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml Sat Nov 27 02:23:54 1999 *************** *** 399,405 **** ¤Ç¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml,v 1.1.2.1 1999/05/25 06:39:26 hohndel Exp $ --- 399,405 ---- ¤Ç¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/WstDig.sgml,v 1.1.2.2 1999/11/26 15:23:54 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml:1.1.2.1 Tue May 25 16:39:27 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml Sat Nov 27 02:23:54 1999 *************** *** 1188,1194 **** <p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml,v 1.1.2.1 1999/05/25 06:39:27 hohndel Exp $ --- 1188,1194 ---- <p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/agx.sgml,v 1.1.2.2 1999/11/26 15:23:54 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml:1.1.2.1 Tue May 25 16:39:27 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml Sat Nov 27 02:23:54 1999 *************** *** 131,137 **** ¤Þ¤¯Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml,v 1.1.2.1 1999/05/25 06:39:27 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 131,137 ---- ¤Þ¤¯Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/apm.sgml,v 1.1.2.2 1999/11/26 15:23:54 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml:1.1.2.1 Tue May 25 16:39:28 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml Sat Nov 27 02:23:55 1999 *************** *** 476,482 **** ¾ì¤¹¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÂԤĤΤâÎɤ¤¤Ç¤·¤ç¤¦¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml,v 1.1.2.1 1999/05/25 06:39:28 hohndel Exp $ --- 476,482 ---- ¾ì¤¹¤ë¥Ù¡¼¥¿¥ê¥ê¡¼¥¹¤òÂԤĤΤâÎɤ¤¤Ç¤·¤ç¤¦¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ark.sgml,v 1.1.2.2 1999/11/26 15:23:55 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml:3.2.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml:3.2.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml:3.2.2.1 Tue May 25 16:39:28 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml Tue Dec 28 23:13:58 1999 *************** *** 8,16 **** --> <title>ATI À½¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤Î README <author>Marc Aurele La France ! <date>1998 January 28 <trans>The X Japanese Documentation Project ! <tdate>1999 January 17 <abstract> <!-- This is the README for the XFree86 ATI driver included in this release. --- 8,16 ---- --> <title>ATI À½¥Ó¥Ç¥ª¥¢¥À¥×¥¿¤Î README <author>Marc Aurele La France ! <date>1999 June 23 <trans>The X Japanese Documentation Project ! <tdate>1999 August 3 <abstract> <!-- This is the README for the XFree86 ATI driver included in this release. *************** *** 151,218 **** Mach32 series: 68800-3, 68800-6, 68800AX, 68800LX Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, ! 264VT4, 264GT-B (3D Rage II), 264GTIIc (3D Rage IIc), ! 264GT3 (3D Rage Pro), 264LT (3D Rage LT), 264LTPro ! (3D Rage LT Pro)</verb> --> <verb> VGAWonder ¥·¥ê¡¼¥º: 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6 Mach32 ¥·¥ê¡¼¥º: 68800-3, 68800-6, 68800AX, 68800LX Mach64 ¥·¥ê¡¼¥º: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, ! 264VT4, 264GT-B (3D Rage II), 264GTIIc (3D Rage IIc), ! 264GT3 (3D Rage Pro), 264LT (3D Rage LT), 264LTPro ! (3D Rage LT Pro)</verb> <!-- ! The driver also supports 32K, 64K and 16M-colour modes on the 264xT series of ! adapters using the accelerator CRTC (but not the VGA CRTC). This support is as yet unaccelerated.<p> --> ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢264xT ¥·¥ê¡¼¥º¤Î¥¢¥À¥×¥¿¤Ç¤Ï(VGA CRTC ¤Ç¤Ï¤Ê¤¯)¥¢¥¯¥» ! ¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ 3Ëü2À鿧¡¢6Ëü4À鿧¡¢1600Ëü¿§¤Î¥â¡¼¥É¤â¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥µ¥Ý¡¼¥È¤Ç¤Ï¡¢¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»ÈÍѤǤ­¤Þ¤»¤ó¡£<p> <!-- Adapters based on the above chips have been marketed under a rather large ! number of names over the years. Among them are: --> ¾åµ­¤Î¥Á¥Ã¥×¤ò»È¤Ã¤¿¥¢¥À¥×¥¿¤Ï¡¢Ä¹Ç¯¤ËÅϤäƿ§¡¹¤Ê̾Á°¤ÇÈÎÇ䤵¤ì¤Æ¤­¤Þ ¤·¤¿¡£°Ê²¼¤Ë¤³¤ì¤ò¼¨¤·¤Þ¤¹: <!-- <verb> VGAWonder series: VGAWonder V3, VGAWonder V4, VGAWonder V5, VGAWonder+, ! VGAWonder XL, VGAWonder XL24, VGA Basic 16, VGA Edge, ! VGA Edge 16, VGA Integra, VGA Charger, VGAStereo F/X, ! VGA 640, VGA 800, VGA 1024, VGA 1024D, VGA 1024 XL, ! VGA 1024 DXL, VGA 1024 VLB Mach8 series: Graphics Ultra, Graphics Vantage, VGAWonder GT (None of the 8514/Ultra and 8514 Vantage series is supported at this time) Mach32 series: Graphics Ultra+, Graphics Ultra Pro, Graphics Wonder, Graphics Ultra XLR, Graphics Ultra AXO, VLB mach32-D, PCI mach32-D, ISA mach32 ! Mach64 series: Graphics Xpression, Graphics Pro Turbo, Win Boost, ! Win Turbo, Graphics Pro Turbo 1600, Video Xpression, 3D Xpression, Video Xpression+, 3D Xpression+, All-In-Wonder, All-In-Wonder PRO, 3D Pro Turbo, ATI-TV, XPERT@Play, XPERT@Work, XPERT XL</verb> --> <verb> VGAWonder ¥·¥ê¡¼¥º: VGAWonder V3, VGAWonder V4, VGAWonder V5, VGAWonder+, ! VGAWonder XL, VGAWonder XL24, VGA Basic 16, VGA Edge, ! VGA Edge 16, VGA Integra, VGA Charger, VGAStereo F/X, ! VGA 640, VGA 800, VGA 1024, VGA 1024D, VGA 1024 XL, ! VGA 1024 DXL, VGA 1024 VLB Mach8 ¥·¥ê¡¼¥º: Graphics Ultra, Graphics Vantage, VGAWonder GT (8514/Ultra ¥·¥ê¡¼¥º¤È 8514 Vantage ¥·¥ê¡¼¥º¤Ï¸½ »þÅÀ¤Ç¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£) Mach32 ¥·¥ê¡¼¥º: Graphics Ultra+, Graphics Ultra Pro, Graphics Wonder, Graphics Ultra XLR, Graphics Ultra AXO, VLB mach32-D, PCI mach32-D, ISA mach32 ! Mach64 ¥·¥ê¡¼¥º: Graphics Xpression, Graphics Pro Turbo, Win Boost, ! Win Turbo, Graphics Pro Turbo 1600, Video Xpression, 3D Xpression, Video Xpression+, 3D Xpression+, ! All-In-Wonder, All-In-Wonder PRO, 3D Pro Turbo, ATI-TV, ! XPERT@Play, XPERT@Work, XPERT XL</verb> <!-- VGAWonder, Mach8 and Mach32 ISA adapters are available with or without a mouse.<p> --- 151,226 ---- Mach32 series: 68800-3, 68800-6, 68800AX, 68800LX Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, ! 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC</verb> ! 3D Rage Mobility</verb> --> <verb> VGAWonder ¥·¥ê¡¼¥º: 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6 Mach32 ¥·¥ê¡¼¥º: 68800-3, 68800-6, 68800AX, 68800LX Mach64 ¥·¥ê¡¼¥º: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, ! 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC, ! 3D Rage Mobility</verb> <!-- ! The driver also supports 32K, 64K and 16M-colour modes on the 264xT and 3D Rage ! series of adapters using the accelerator CRTC (but not the VGA CRTC). This support is as yet unaccelerated.<p> --> ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢264xT, 3D Rage ¥·¥ê¡¼¥º¤Î¥¢¥À¥×¥¿¤Ç¤Ï(VGA CRTC ¤Ç¤Ï¤Ê ! ¤¯)¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ 3Ëü2À鿧¡¢6Ëü4À鿧¡¢1600Ëü¿§¤Î¥â¡¼¥É ! ¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥µ¥Ý¡¼¥È¤Ç¤Ï¡¢¤Þ¤À¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï»ÈÍÑ¤Ç ! ¤­¤Þ¤»¤ó¡£<p> ! <!-- ! The newer Rage 128 chips are not yet supported.<p> ! --> ! ¿··¿¤Î Rage 128 ¥Á¥Ã¥×¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£<p> <!-- Adapters based on the above chips have been marketed under a rather large ! number of names over the years. ! Among them are: --> ¾åµ­¤Î¥Á¥Ã¥×¤ò»È¤Ã¤¿¥¢¥À¥×¥¿¤Ï¡¢Ä¹Ç¯¤ËÅϤäƿ§¡¹¤Ê̾Á°¤ÇÈÎÇ䤵¤ì¤Æ¤­¤Þ ¤·¤¿¡£°Ê²¼¤Ë¤³¤ì¤ò¼¨¤·¤Þ¤¹: <!-- <verb> VGAWonder series: VGAWonder V3, VGAWonder V4, VGAWonder V5, VGAWonder+, ! VGAWonder XL, VGAWonder XL24, VGAWonder VLB, VGA Basic, ! VGA Basic 16, VGA Edge, VGA Edge 16, VGA Integra, ! VGA Charger, VGAStereo F/X, VGA 640, VGA 800, VGA 1024, ! VGA 1024D, VGA 1024 XL, VGA 1024 DXL, VGA 1024 VLB Mach8 series: Graphics Ultra, Graphics Vantage, VGAWonder GT (None of the 8514/Ultra and 8514 Vantage series is supported at this time) Mach32 series: Graphics Ultra+, Graphics Ultra Pro, Graphics Wonder, Graphics Ultra XLR, Graphics Ultra AXO, VLB mach32-D, PCI mach32-D, ISA mach32 ! Mach64 series: Graphics Xpression, Graphics Pro Turbo, WinBoost, ! WinTurbo, Graphics Pro Turbo 1600, Video Xpression, 3D Xpression, Video Xpression+, 3D Xpression+, All-In-Wonder, All-In-Wonder PRO, 3D Pro Turbo, ATI-TV, XPERT@Play, XPERT@Work, XPERT XL</verb> --> <verb> VGAWonder ¥·¥ê¡¼¥º: VGAWonder V3, VGAWonder V4, VGAWonder V5, VGAWonder+, ! VGAWonder XL, VGAWonder XL24, VGAWonder VLB, VGA Basic, ! VGA Basic 16, VGA Edge, VGA Edge 16, VGA Integra, ! VGA Charger, VGAStereo F/X, VGA 640, VGA 800, VGA 1024, ! VGA 1024D, VGA 1024 XL, VGA 1024 DXL, VGA 1024 VLB Mach8 ¥·¥ê¡¼¥º: Graphics Ultra, Graphics Vantage, VGAWonder GT (8514/Ultra ¥·¥ê¡¼¥º¤È 8514 Vantage ¥·¥ê¡¼¥º¤Ï¸½ »þÅÀ¤Ç¤ÏÁ´¤¯¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£) Mach32 ¥·¥ê¡¼¥º: Graphics Ultra+, Graphics Ultra Pro, Graphics Wonder, Graphics Ultra XLR, Graphics Ultra AXO, VLB mach32-D, PCI mach32-D, ISA mach32 ! Mach64 ¥·¥ê¡¼¥º: Graphics Xpression, Graphics Pro Turbo, WinBoost, ! WinTurbo, Graphics Pro Turbo 1600, Video Xpression, 3D Xpression, Video Xpression+, 3D Xpression+, ! 3D Charger, Video Charger, WinCharger, All-In-Wonder, ! All-In-Wonder PRO, 3D Pro Turbo, XPERT@Play, ! XPERT@Play 98, XPERT@Work, XPERT 98, XPERT LCD, ! XPERT XL</verb> <!-- VGAWonder, Mach8 and Mach32 ISA adapters are available with or without a mouse.<p> *************** *** 221,233 **** ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£<p> <!-- These adapters are available with a variety of clock generators and RAMDACs. ! The 264xT series of chips are integrated controllers, meaning that they include ! a programmable clock generator and a RAMDAC. See the "XF86Config specifications" section below for details.<p> --> ¤³¤ì¤é¤Î¥¢¥À¥×¥¿¤Ç¡¢ÍÍ¡¹¤Ê¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ä RAMDAC ¤ÈÁȤ߹ç¤ï¤»¤¿ ! ¤â¤Î¤¬ÍøÍѲÄǽ¤Ç¤¹¡£264xT ¥·¥ê¡¼¥º¤Î¥Á¥Ã¥×¤ÏÁȤ߹þ¤ß¥³¥ó¥È¥í¡¼¥é¤Ç¤¹¡£ ! ¤Ä¤Þ¤ê¡¢¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤È RAMDAC ¤òÆ⢤·¤Æ¤¤¤Þ¤¹¡£ ¾Ü¤·¤¯¤Ï¡¢¡ÖXF86Config ¤Ë¤ª¤±¤ë»ØÄê¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£<p> <!-- This driver still does not provide support for accelerated drawing to the --- 229,242 ---- ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£<p> <!-- These adapters are available with a variety of clock generators and RAMDACs. ! The 264xT and 3D Rage series of chips are integrated controllers, meaning that ! they include a programmable clock generator and a RAMDAC. See the "XF86Config specifications" section below for details.<p> --> ¤³¤ì¤é¤Î¥¢¥À¥×¥¿¤Ç¡¢ÍÍ¡¹¤Ê¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤ä RAMDAC ¤ÈÁȤ߹ç¤ï¤»¤¿ ! ¤â¤Î¤¬ÍøÍѲÄǽ¤Ç¤¹¡£264xT, 3D Rage ¥·¥ê¡¼¥º¤Î¥Á¥Ã¥×¤ÏÁȤ߹þ¤ß¥³¥ó¥È¥í¡¼ ! ¥é¤Ç¤¹¡£¤Ä¤Þ¤ê¡¢¥×¥í¥°¥é¥Þ¥Ö¥ë¥¯¥í¥Ã¥¯¥¸¥§¥Í¥ì¡¼¥¿¤È RAMDAC ¤òÆ⢤·¤Æ ! ¤¤¤Þ¤¹¡£ ¾Ü¤·¤¯¤Ï¡¢¡ÖXF86Config ¤Ë¤ª¤±¤ë»ØÄê¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£<p> <!-- This driver still does not provide support for accelerated drawing to the *************** *** 254,261 **** although an XF86Config option can be specified to use the SuperVGA CRTC instead. A linear video memory aperture is also available in 256-colour and higher depth ! modes and enabled by default if a 264xT controller is detected or, on 88800 ! controllers, if the accelerator CRTC is used. XF86Config options are available to disable this aperture, or (on non-PCI adapters) enable it or move it to some other address.<p> --> --- 263,270 ---- although an XF86Config option can be specified to use the SuperVGA CRTC instead. A linear video memory aperture is also available in 256-colour and higher depth ! modes and enabled by default if a 264xT or 3D Rage controller is detected or, ! on 88800 controllers, if the accelerator CRTC is used. XF86Config options are available to disable this aperture, or (on non-PCI adapters) enable it or move it to some other address.<p> --> *************** *** 264,274 **** ¤³¤Î¥µ¥Ý¡¼¥È¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇŬÍѤµ¤ì¤Þ¤¹¤¬¡¢XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤ò»Ø Äꤷ¤Æ SuperVGA ¤Î CRTC ¤ò»È¤¦¤è¤¦¤Ë¤â¤Ç¤­¤Þ¤¹¡£256¿§°Ê¾å¤Î¿§¤Î¿¼¤µ¤Î ¥â¡¼¥É¤Ç¤Ï¡¢¥ê¥Ë¥¢¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! 264xT ¥³¥ó¥È¥í¡¼¥é¤¬¸¡½Ð¤µ¤ì¤¿¾ì¹ç¤«¡¢88800 ¥³¥ó¥È¥í¡¼¥é¤ò»È¤Ã¤Æ¤¤¤Æ¥¢ ! ¥¯¥»¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Îµ¡Ç½¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë ! ¤Ê¤ê¤Þ¤¹¡£XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤³¤Îµ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç ! ¤­¤Þ¤¹¤·¡¢(PCI ¥¢¥À¥×¥¿¤Ç¤Ê¤±¤ì¤Ð)Í­¸ú¤Ë¤·¤¿¤ê¾¤Î¥¢¥É¥ì¥¹¤ËÊѹ¹¤¹¤ë¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£<p> <!-- <sect>Current implementation of generic VGA support for non-ATI adapters<p> --> --- 273,283 ---- ¤³¤Î¥µ¥Ý¡¼¥È¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇŬÍѤµ¤ì¤Þ¤¹¤¬¡¢XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤ò»Ø Äꤷ¤Æ SuperVGA ¤Î CRTC ¤ò»È¤¦¤è¤¦¤Ë¤â¤Ç¤­¤Þ¤¹¡£256¿§°Ê¾å¤Î¿§¤Î¿¼¤µ¤Î ¥â¡¼¥É¤Ç¤Ï¡¢¥ê¥Ë¥¢¥Ó¥Ç¥ª¥á¥â¥ê¥¢¥Ñ¡¼¥Á¥ã¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! 264xT ¤Þ¤¿¤Ï 3D Rage ¥³¥ó¥È¥í¡¼¥é¤¬¸¡½Ð¤µ¤ì¤¿¾ì¹ç¤«¡¢88800 ¥³¥ó¥È¥í¡¼ ! ¥é¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ç¥¢¥¯¥»¥é¥ì¡¼¥¿¤Î CRTC ¤ò»È¤Ã¤Æ¤¤¤ë¤È¡¢¤³¤Îµ¡Ç½¤Ï¥Ç ! ¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£XF86Config ¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤³¤Îµ¡Ç½¤ò̵ ! ¸ú¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¡¢(PCI ¥¢¥À¥×¥¿¤Ç¤Ê¤±¤ì¤Ð)Í­¸ú¤Ë¤·¤¿¤ê¾¤Î¥¢¥É ! ¥ì¥¹¤ËÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£<p> <!-- <sect>Current implementation of generic VGA support for non-ATI adapters<p> --> *************** *** 625,634 **** 33.750 8.000 27.500 20.000 25.000 31.500 23.100 9.000 9.978 11.225 18.750 16.250 12.588 14.160 0.000 11.225</verb> <!-- ! Mach32 and Mach64 owners should only specify up to the first 32 frequencies.<p> --> ! Mach32 ¤È Mach64 ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ºÇ½é¤«¤é 32 ¸Ä¤Þ¤Ç¤Î¼þÇÈ¿ô¤À¤± ! ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£<p> <!-- Other clock generators that have been used on ATI adapters (which can all be said to be clones of one of the above) might generate non-zero frequencies for --- 634,644 ---- 33.750 8.000 27.500 20.000 25.000 31.500 23.100 9.000 9.978 11.225 18.750 16.250 12.588 14.160 0.000 11.225</verb> <!-- ! VGAWonder VLB, VGA 1024 VLB, Mach32 and Mach64 owners should only specify up to ! the first 32 frequencies.<p> --> ! VGAWonder VLB, VGA 1024 VLB, Mach32, Mach64 ¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ºÇ½é ! ¤«¤é 32 ¸Ä¤Þ¤Ç¤Î¼þÇÈ¿ô¤À¤±¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£<p> <!-- Other clock generators that have been used on ATI adapters (which can all be said to be clones of one of the above) might generate non-zero frequencies for *************** *** 756,769 **** 2.0.31 °ÊÁ°¤Î¥«¡¼¥Í¥ë¤Ë¤Ï¥Ð¥°¤¬¤¢¤ê¡¢APM ¤òÀµ¤·¤¯Áàºî¤Ç¤­¤Þ¤»¤ó¡£¥«¡¼ ¥Í¥ë¤ò¿·¤·¤¤¤â¤Î¤Ë¹¹¿·¤¹¤ë¤«¡¢APM ¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤·¤Þ¤·¤ç¤¦¡£<p> <!-- - The TV port on some Mach64 adapters needs to be disabled using an ATI utility - that might or might not be supplied with the adapter. - This problem is currently under investigation. - --> - °ìÉô¤Î Mach64 ¥¢¥À¥×¥¿¤Ç¤Ï¡¢¥¢¥À¥×¥¿ÉÕ°(ÉÕ°¤Ç¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ¤¹)¤Î - ATI ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤ò»È¤Ã¤Æ TV ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î - ÌäÂê¤Ë¤Ä¤¤¤Æ¤Ï¸½ºßÄ´ººÃæ¤Ç¤¹¡£ - <!-- <item>When using a Mach64's accelerator CRTC, the virtual resolution must be less than 8192 pixels wide. The VGA CRTC further limits the virtual resolution width to less than 4096 --- 766,771 ---- *************** *** 872,890 **** ¤¹¡£¸½ºß¤Ï¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ëÊýË¡¤Ï¤ï¤«¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ <!-- <item>There is some controversy over what the maximum allowed clock frequency ! should be on 264xT adapters. For now, clocks will, by default, be limited to 135MHz, 170MHz, 200MHz or 230MHz, depending on the specific controller. This limit can only be increased (up to a driver-calculated absolute maximum) through the DACSpeed specification in XF86Config. Be aware however that doing so is untested and might damage the adapter. --> ! <item>264xT ¤Çµö¤µ¤ì¤ëºÇÂç¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¤¤¤¯¤Ä¤Ë¤¹¤Ù¤­¤«¤È¤¤¤¦µÄÏÀ ! ¤¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Ï¡¢¥¯¥í¥Ã¥¯Ãͤϥ³¥ó¥È¥í¡¼¥éÊ̤˥ǥե©¥ë¥È¤Ç 135MHz, ! 170MHz, 200MHz, 230MHz ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£XF86Config ¤Î DACSpeed ¤Î»Ø ! Äê¤òÍѤ¤¤ë¤È¡¢¤³¤ÎÀ©¸ÂÃͤò(¥É¥é¥¤¥Ð¤¬·×»»¤·¤¿ÀäÂÐŪ¤ÊºÇÂçÃͤޤÇ)Â礭¤¯ ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ÎÁàºî¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¥¢¥À¥×¥¿¤ò²õ ! ¤¹²ÄǽÀ­¤â¤¢¤ë¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <item>Except as in the previous item, clocks are limited to 80MHz on most adapters, although many are capable of higher frequencies. --- 874,892 ---- ¤¹¡£¸½ºß¤Ï¤³¤ÎÌäÂê¤ò²ò·è¤¹¤ëÊýË¡¤Ï¤ï¤«¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ <!-- <item>There is some controversy over what the maximum allowed clock frequency ! should be on 264xT and 3D Rage adapters. For now, clocks will, by default, be limited to 135MHz, 170MHz, 200MHz or 230MHz, depending on the specific controller. This limit can only be increased (up to a driver-calculated absolute maximum) through the DACSpeed specification in XF86Config. Be aware however that doing so is untested and might damage the adapter. --> ! <item>264xT ¤È 3D Rage ¥¢¥À¥×¥¿¤Çµö¤µ¤ì¤ëºÇÂç¤Î¥¯¥í¥Ã¥¯¼þÇÈ¿ô¤ò¤¤¤¯¤Ä ! ¤Ë¤¹¤Ù¤­¤«¤È¤¤¤¦µÄÏÀ¤¬¤¢¤ê¤Þ¤¹¡£¸½ºß¤Ï¡¢¥¯¥í¥Ã¥¯Ãͤϥ³¥ó¥È¥í¡¼¥éÊÌ¤Ë¥Ç ! ¥Õ¥©¥ë¥È¤Ç 135MHz, 170MHz, 200MHz, 230MHz ¤ËÀ©¸Â¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! XF86Config ¤Î DACSpeed ¤Î»ØÄê¤òÍѤ¤¤ë¤È¡¢¤³¤ÎÀ©¸ÂÃͤò(¥É¥é¥¤¥Ð¤¬·×»»¤· ! ¤¿ÀäÂÐŪ¤ÊºÇÂçÃͤޤÇ)Â礭¤¯¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤ÎÁàºî¤Ï¥Æ¥¹ ! ¥È¤µ¤ì¤Æ¤ª¤é¤º¡¢¥¢¥À¥×¥¿¤ò²õ¤¹²ÄǽÀ­¤â¤¢¤ë¤Î¤ÇÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ <!-- <item>Except as in the previous item, clocks are limited to 80MHz on most adapters, although many are capable of higher frequencies. *************** *** 918,933 **** Support, through this driver, for 3D acceleration, "TV in a window" and video capture, as implemented in some ATI adapters, is still in exploratory stages. There is currently no framework within an XFree86 server for these functions, ! although one is in the final stages of development. Also, ATI has not yet released a register-level specification for these, except under non-disclosure agreements.<p> --> ¤³¤Î¥É¥é¥¤¥Ð¤ò»È¤Ã¤¿ 3D ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¡¢¡Ö¥¦¥£¥ó¥É¥¦¤Ç TV ¤ò¸«¤ë¡× µ¡Ç½¡¢¥Ó¥Ç¥ª¥­¥ã¥×¥Á¥ã¤Î¥µ¥Ý¡¼¥È¤Ï°ìÉô¤Î¥¢¥À¥×¥¿¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ ! ¤Þ¤À¼Â¸³¤ÎÃʳ¬¤Ç¤¹¡£µ¡Ç½¤Ë¤è¤Ã¤Æ¤Ï³«È¯¤¬ºÇ½ªÃʳ¬¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ë ! ¤Î¤Ç¤¹¤¬¡¢¸½ºß¤Î XFree86 ¤Î¥µ¡¼¥Ð¤Ë¤Ï¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÁȤ߹þ¤à¤¿¤á¤Î¥Õ ! ¥ì¡¼¥à¥ï¡¼¥¯¤¬¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢Èó¸ø³«¶¨Äê¤Ë°¤¹¤ë¤â¤Î¤ò½ü¤¤¤Æ ATI ¤Ï ! ¤³¤ì¤é¤Îµ¡Ç½¤Ë´Ø¤¹¤ë¥ì¥¸¥¹¥¿¥ì¥Ù¥ë¤Î»ÅÍͤò¤Þ¤À¸ø³«¤·¤Æ¤¤¤Þ¤»¤ó¡£<p> <!-- <sect>Reporting problems<p> --> <sect>ÌäÂê¤ÎÏ¢Íí<p> <!-- --- 920,935 ---- Support, through this driver, for 3D acceleration, "TV in a window" and video capture, as implemented in some ATI adapters, is still in exploratory stages. There is currently no framework within an XFree86 server for these functions, ! although one is in development. Also, ATI has not yet released a register-level specification for these, except under non-disclosure agreements.<p> --> ¤³¤Î¥É¥é¥¤¥Ð¤ò»È¤Ã¤¿ 3D ¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¡¢¡Ö¥¦¥£¥ó¥É¥¦¤Ç TV ¤ò¸«¤ë¡× µ¡Ç½¡¢¥Ó¥Ç¥ª¥­¥ã¥×¥Á¥ã¤Î¥µ¥Ý¡¼¥È¤Ï°ìÉô¤Î¥¢¥À¥×¥¿¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢ ! ¤Þ¤À¼Â¸³¤ÎÃʳ¬¤Ç¤¹¡£µ¡Ç½¤Ë¤è¤Ã¤Æ¤Ï³«È¯Ãæ¤Î¤â¤Î¤â¤¢¤ë¤Î¤Ç¤¹¤¬¡¢¸½ºß¤Î ! XFree86 ¤Î¥µ¡¼¥Ð¤Ë¤Ï¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÁȤ߹þ¤à¤¿¤á¤Î¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤¬¤¢¤ê ! ¤Þ¤»¤ó¡£¤Þ¤¿¡¢Èó¸ø³«¶¨Äê¤Ë°¤¹¤ë¤â¤Î¤ò½ü¤¤¤Æ ATI ¤Ï¤³¤ì¤é¤Îµ¡Ç½¤Ë´Ø¤¹ ! ¤ë¥ì¥¸¥¹¥¿¥ì¥Ù¥ë¤Î»ÅÍͤò¤Þ¤À¸ø³«¤·¤Æ¤¤¤Þ¤»¤ó¡£<p> <!-- <sect>Reporting problems<p> --> <sect>ÌäÂê¤ÎÏ¢Íí<p> <!-- *************** *** 955,961 **** url="http://www.xfree86.org/FAQ"> ¤ò˺¤ì¤º¤ËÆɤó¤Ç¤¯¤À¤µ¤¤¡£<p> <!-- Fourth, a scan through the comp.windows.x.i386unix and comp.os.linux.x ! newsgroups using your favorite archiving service can also prove useful in resolving problems.<p> --> 4ÈÖÌܤˡ¢»È¤¤¤ä¤¹¤¤¥¢¡¼¥«¥¤¥Ö¥µ¡¼¥Ó¥¹¤òÍøÍѤ·¤Æ¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× --- 957,963 ---- url="http://www.xfree86.org/FAQ"> ¤ò˺¤ì¤º¤ËÆɤó¤Ç¤¯¤À¤µ¤¤¡£<p> <!-- Fourth, a scan through the comp.windows.x.i386unix and comp.os.linux.x ! newsgroups using your favourite archiving service can also prove useful in resolving problems.<p> --> 4ÈÖÌܤˡ¢»È¤¤¤ä¤¹¤¤¥¢¡¼¥«¥¤¥Ö¥µ¡¼¥Ó¥¹¤òÍøÍѤ·¤Æ¥Ë¥å¡¼¥¹¥°¥ë¡¼¥× *************** *** 1057,1071 **** than I could comfortably handle in one source file. This version will make it quite a bit easier to introduce new function such as acceleration, additional colour depths, and so on. ! This is the version found in XFree86 3.3.2.<p> --> ¥Ð¡¼¥¸¥ç¥ó 4 ¤Ï¥Ð¡¼¥¸¥ç¥ó 3 ¤ò¤«¤Ê¤êÂçÉý¤ËºÆ¹½À®¤·¤¿¤â¤Î¤Ç¡¢É®¼Ô¤¬ 1 ¤Ä¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ç¤¦¤Þ¤¯°·¤¨¤ë¥µ¥¤¥º¤ò±Û¤¨¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤³¤Î¥Ð¡¼¥¸¥ç ¥ó¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ä¿§¤Î¿¼¤µ¤ÎÄɲäʤɤο·¤·¤¤µ¡Ç½¤ÎƳÆþ¤¬¤«¤Ê ¤ê´Êñ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£ ! ¤³¤ì¤Ï XFree86 3.3.2 ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£<p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml,v 3.2.2.1 1999/05/25 06:39:28 hohndel Exp $ --- 1059,1075 ---- than I could comfortably handle in one source file. This version will make it quite a bit easier to introduce new function such as acceleration, additional colour depths, and so on. ! This is the version found in XFree86 3.3.2, 3.3.3, 3.3.3.1, 3.3.3.2, ! 3.3.4, 3.3.6 and 3.3.6.<p> --> ¥Ð¡¼¥¸¥ç¥ó 4 ¤Ï¥Ð¡¼¥¸¥ç¥ó 3 ¤ò¤«¤Ê¤êÂçÉý¤ËºÆ¹½À®¤·¤¿¤â¤Î¤Ç¡¢É®¼Ô¤¬ 1 ¤Ä¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ç¤¦¤Þ¤¯°·¤¨¤ë¥µ¥¤¥º¤ò±Û¤¨¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤³¤Î¥Ð¡¼¥¸¥ç ¥ó¤Ç¤Ï¡¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ä¿§¤Î¿¼¤µ¤ÎÄɲäʤɤο·¤·¤¤µ¡Ç½¤ÎƳÆþ¤¬¤«¤Ê ¤ê´Êñ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£ ! ¤³¤ì¤Ï XFree86 3.3.2, 3.3.3, 3.3.3.1, 3.3.3.2, 3.3.4, 3.3.5, 3.3.6 ! ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£<p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml,v 3.2.2.3 1999/12/28 12:13:58 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml:1.1.2.3 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml:1.1.2.3 Wed Jun 2 17:51:46 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml Sat Nov 27 02:23:56 1999 *************** *** 1745,1755 **** ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤Î¿¤¯¤Î³§¤µ¤ó¤Ë¤â´¶¼ÕÃפ·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml,v 1.1.2.3 1999/06/02 07:51:46 hohndel Exp $ </verb> ! <code> ! </code> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï ²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto <url url="mailto:ikko-@pacific.rim.or.jp" --- 1745,1755 ---- ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤Î¿¤¯¤Î³§¤µ¤ó¤Ë¤â´¶¼ÕÃפ·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml,v 1.1.2.4 1999/11/26 15:23:56 hohndel Exp $ </verb> ! <hrule> ! ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï ²¬ËÜ °ì¹¬ ( Kazuyuki Okamoto <url url="mailto:ikko-@pacific.rim.or.jp" *************** *** 1767,1773 **** ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤¬½êÍ­¤·¤Þ¤¹¤¬¡¢ ʸ¾ÏÆâÍƤˤĤ¤¤Æ¤ÎÉÔ¶ñ¹ç¤Ï»ä (º´Ìî) ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! ! <code> ! </code> </article> --- 1767,1771 ---- ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¤Þ¤¹¡£ ¤³¤ÎÏÂÌõ¤ÎÃøºî¸¢¤Ï xjman ¥×¥í¥¸¥§¥¯¥È¤¬½êÍ­¤·¤Þ¤¹¤¬¡¢ ʸ¾ÏÆâÍƤˤĤ¤¤Æ¤ÎÉÔ¶ñ¹ç¤Ï»ä (º´Ìî) ¤Þ¤ÇÅŻҥ᡼¥ë¤ÇÁ÷¤Ã¤Æ²¼¤µ¤¤¡£ ! <hrule> </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml:3.2.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml:3.2.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml:3.2.2.1 Tue May 25 16:39:29 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml Sat Nov 27 02:23:56 1999 *************** *** 2031,2037 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml,v 3.2.2.1 1999/05/25 06:39:29 hohndel Exp $ --- 2031,2037 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml,v 3.2.2.2 1999/11/26 15:23:56 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml:1.1.2.1 Tue May 25 16:39:30 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml Sat Nov 27 02:23:57 1999 *************** *** 149,155 **** Frank Klemm ¤µ¤ó <<it>pfk@rz.uni-jena.de</it>> ¤¬Äó°Æ¤·¤¿¤â¤Î¤Ç ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml,v 1.1.2.1 1999/05/25 06:39:30 hohndel Exp $ --- 149,155 ---- Frank Klemm ¤µ¤ó <<it>pfk@rz.uni-jena.de</it>> ¤¬Äó°Æ¤·¤¿¤â¤Î¤Ç ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/clkprog.sgml,v 1.1.2.2 1999/11/26 15:23:57 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml:1.1.2.1 Tue May 25 16:39:31 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml Sat Nov 27 02:23:57 1999 *************** *** 4,12 **** <!-- Information for Cyrix Chipset Users --> <title>Cyrix ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>The XFree86 Project Inc. ! <date>6 November 1998 <trans>The X Japanese Documentation Project ! <tdate>10 December 1998 <toc> <!-- Supported hardware --> --- 4,12 ---- <!-- Information for Cyrix Chipset Users --> <title>Cyrix ¥Á¥Ã¥×¥»¥Ã¥È¤Î¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó <author>The XFree86 Project Inc. ! <date>22 June 1999 <trans>The X Japanese Documentation Project ! <tdate>2 August 1999 <toc> <!-- Supported hardware --> *************** *** 57,70 **** <itemize> <item><!-- On some older chipsets, the driver may trigger an illegal instruction just after probing for the ``scratchpad size''. If this is the case, ! email to Annius.Groenink@cwi.nl with the output of --> °ìÉô¤Î¸Å¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤ª¤¤¤Æ¤Ï¡¢¡Öscratchpad size¡×¤òÄ´¤Ù¤¿Ä¾¸å¤Ë¥É ¥é¥¤¥Ð¤¬ÉÔÀµ¤ÊÌ¿Îá¤ò½Ð¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢ <verb> XF86_SVGA -probeonly -verbose </verb> <!-- and this will be fixed. --> ! ¤Î½ÐÎÏ·ë²Ì¤òź¤¨¤Æ Annius.Groenink@cwi.nl ¤ËÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ¤½¤¦¤¹¤ì¤Ð¤­¤Ã¤È½¤Àµ¤µ¤ì¤ë¤È»×¤¤¤Þ¤¹¡£ <item><!-- There are limitations to the modeline values that can be specified. Particularly, the difference between the first two horizontal --- 57,71 ---- <itemize> <item><!-- On some older chipsets, the driver may trigger an illegal instruction just after probing for the ``scratchpad size''. If this is the case, ! email to hecker@cat.dfrc.nasa.gov with the output of ! --> °ìÉô¤Î¸Å¤¤¥Á¥Ã¥×¥»¥Ã¥È¤Ë¤ª¤¤¤Æ¤Ï¡¢¡Öscratchpad size¡×¤òÄ´¤Ù¤¿Ä¾¸å¤Ë¥É ¥é¥¤¥Ð¤¬ÉÔÀµ¤ÊÌ¿Îá¤ò½Ð¤¹¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢ <verb> XF86_SVGA -probeonly -verbose </verb> <!-- and this will be fixed. --> ! ¤Î½ÐÎÏ·ë²Ì¤òź¤¨¤Æ hecker@cat.dfrc.nasa.gov °¸¤ËÅŻҥ᡼¥ë¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ¤½¤¦¤¹¤ì¤Ð¤­¤Ã¤È½¤Àµ¤µ¤ì¤ë¤È»×¤¤¤Þ¤¹¡£ <item><!-- There are limitations to the modeline values that can be specified. Particularly, the difference between the first two horizontal *************** *** 72,77 **** --- 73,90 ---- »ØÄê¤Ç¤­¤ë¥â¡¼¥É¹Ô¤ÎÃͤˤÏÀ©¸Â¤¬¤¢¤ê¤Þ¤¹¡£Æäˡ¢ºÇ½é¤Î2¤Ä¤Î¿âľ¥¿¥¤¥ß ¥ó¥°(Î㤨¤Ð 640 656, 1024, 1048)¤Îº¹¤Ï¾¯¤Ê¤¯¤È¤â16¡¢¤«¤Ä¿¤¯¤È¤â24¤Ç¤Ê ¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ + <!-- + The modeline values are not used in the 3.3.4 server since there is a + static array used to load the registers. The modeline only identifies + that a particular resolution is desired. The standard VESA modes up + to 1280x768 are supported. For more specific information, consult + the source code. + --> + XFree86 3.3.4 ¤Ç¤Ï¥â¡¼¥É¹Ô¤ÎÃͤϻȤï¤ì¤Þ¤»¤ó¡£¤È¤¤¤¦¤Î¤â¡¢¥ì¥¸¥¹¥¿¤Î¥í¡¼ + ¥É¤Ë»È¤ï¤ì¤ëÀÅŪÇÛÎ󤬤¢¤ë¤«¤é¤Ç¤¹¡£¥â¡¼¥É¹Ô¤ÏÆÃÄê¤Î²òÁüÅÙ¤¬Í׵ᤵ¤ì¤Æ + ¤¤¤ë¤³¤È¤À¤±¤ò¼±Ê̤·¤Þ¤¹¡£1280x768 ¤Þ¤Ç¤Îɸ½à¤Î VESA ¥â¡¼¥É¤¬¥µ¥Ý¡¼¥È + ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤Ã¤È¶ñÂÎŪ¤Ê¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥½¡¼¥¹¥³¡¼¥É¤òÄ´¤Ù¤Æ¤¯¤À¤µ + ¤¤¡£ <item><!-- The 4 colour server is slow due to the VGA banking mode used. Moreover, it does not work the way it is run by XF86Setup, which is probably *************** *** 79,84 **** --- 92,110 ---- 4¿§¤Î¥µ¡¼¥Ð¤Ç¤Ï VGA ¥Ð¥ó¥¯¥â¡¼¥É¤¬»È¤ï¤ì¤ë¤¿¤áÆ°ºî¤¬ÃÙ¤¤¤Ç¤¹¡£¤µ¤é¤Ë¡¢ XF86Setup ¤«¤éÆ°ºî¤µ¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£¤³¤ì¤Ï¥¿¥¤¥ß¥ó¥°¤ÎÀ©¸Â¤Î¤¿¤á ¤À¤È»×¤ï¤ì¤Þ¤¹¡£ + <item><!-- The 3.3.4 server MAY totally hang the machine at times. It is + reported to be stable on a BSD platform using twm. It has crashed + when using resolutions greater than 800x600 on a Linux (Debian + based) system using wm as the window manager. The safest course is + to use the 3.3.3.1 server instead. Efforts are under way to resolve + this issue and provide a more robust server under the 4.x release. --> + 3.3.4 ¤Î¥µ¡¼¥Ð¤Ï»þ¡¹¥Þ¥·¥ó¤ò´°Á´¤Ë¥Ï¥ó¥°¤µ¤»¤Æ¤·¤Þ¤¦<em>¤«¤â¤·¤ì¤Þ¤»¤ó</em>¡£ + ¤³¤Î¥µ¡¼¥Ð¤Ï twm ¤ò»È¤Ã¤Æ¤¤¤ë BSD ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤Ï°ÂÄꤷ¤Æ¤¤¤ë¤ÈÊó + ¹ð¤µ¤ì¤Æ¤¤¤Þ¤¹¡£wm ¤ò¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤È¤·¤Æ»È¤Ã¤Æ¤¤¤ë Linux + (Debian ¥Ù¡¼¥¹)¤Ç 800x600 ¤è¤êÂ礭¤¤²òÁüÅÙ¤ò»È¤¦¤È¥¯¥é¥Ã¥·¥å¤·¤Þ¤·¤¿¡£ + ºÇ¤â°ÂÁ´¤ÊÊýË¡¤Ï¡¢3.3.4 ¤Î¥µ¡¼¥Ð¤ò»È¤¦¤Î¤ò¤ä¤á¤Æ 3.3.3.1 ¤Î¥µ¡¼¥Ð¤ò»È + ¤¦¤³¤È¤Ç¤¹¡£¤³¤ÎÌäÂê¤ò²ò·è¤·¡¢¥Ð¡¼¥¸¥ç¥ó 4.x ¤Î¥ê¥ê¡¼¥¹¤Ç¤Ï¤â¤Ã¤È´è·ò + ¤Ê¥µ¡¼¥Ð¤òÄ󶡤¹¤ë¤³¤È¤òÌܻؤ·¤ÆÅØÎϤ¬Â³¤±¤é¤ì¤Æ¤¤¤Þ¤¹¡£ </itemize> <sect>ºî¼Ô<p> *************** *** 86,98 **** <itemize> <item>Annius Groenink <it><Annius.Groenink@cwi.nl></it> <item>Dirk Hohndel <it><hohndel@XFree86.org></it> <item><!-- Special thanks to Cyrix and Wyse for helping us with the development of ! this server. --> ¤³¤Î¥µ¡¼¥Ð¤Î³«È¯¤Ë¶¨ÎϤ·¤Æ¤¯¤À¤µ¤Ã¤¿ Cyrix ¤È Wyse ¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml,v 1.1.2.1 1999/05/25 06:39:31 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 112,128 ---- <itemize> <item>Annius Groenink <it><Annius.Groenink@cwi.nl></it> <item>Dirk Hohndel <it><hohndel@XFree86.org></it> + <item>Brian Falardeau <item><!-- Special thanks to Cyrix and Wyse for helping us with the development of ! this server. Brian, a Cyrix employee, made the 3.3.4 update possible since ! the new 4.0 server has been our top priority. --> ¤³¤Î¥µ¡¼¥Ð¤Î³«È¯¤Ë¶¨ÎϤ·¤Æ¤¯¤À¤µ¤Ã¤¿ Cyrix ¤È Wyse ¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ + ²æ¡¹¤ÎºÆÍ¥Àè²ÝÂ꤬¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó 4.0 ¥µ¡¼¥Ð¤Ë¤Ê¤Ã¤¿¤¿¤á¡¢Brian ¤µ¤ó(Cyrix + ¤Ë¤ª¶Ð¤á¤Ç¤¹)¤¬¥Ð¡¼¥¸¥ç¥ó 3.3.4 ¤Ø¤Î¹¹¿·¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¤Þ¤·¤¿¡£ </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cyrix.sgml,v 1.1.2.2 1999/11/26 15:23:57 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> *************** *** 103,106 **** ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> - --- 133,135 ---- Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml:1.1.2.1 Tue May 25 16:39:31 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml Sat Nov 27 02:23:58 1999 *************** *** 286,292 **** ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£¤³¤³¤Ë´¶¼Õ¤¤¤¿¤·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml,v 1.1.2.1 1999/05/25 06:39:31 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 286,292 ---- ¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡£¤³¤³¤Ë´¶¼Õ¤¤¤¿¤·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/epson.sgml,v 1.1.2.2 1999/11/26 15:23:58 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml:1.1.2.1 Wed Jun 2 17:51:47 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml Sat Nov 27 02:23:58 1999 *************** *** 680,686 **** ¤µ¤ó¤Ç¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml,v 1.1.2.1 1999/06/02 07:51:47 hohndel Exp $ </verb> --- 680,686 ---- ¤µ¤ó¤Ç¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/fbdev.sgml,v 1.1.2.2 1999/11/26 15:23:58 hohndel Exp $ </verb> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/i740.sgml diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/i740.sgml:1.1.2.1 *** /dev/null Sun Jan 9 07:45:00 2000 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/i740.sgml Thu Dec 2 23:30:35 1999 *************** *** 0 **** --- 1,267 ---- + <!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN"> + + <article> + <!-- + <title>Information for i740 Users + --> + <title>i740 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó + <author>Precision Insight, Inc. + <date>18 February 1999 + <trans>The X Japanese Documentation Project + <tdate>3 August 1999 + <toc> + + <!-- + <sect>Supported Hardware + --> + <sect>¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + <p> + <itemize> + <!-- + <item>Intel 740 based cards + --> + <item>Intel 740 ¥Ù¡¼¥¹¤Î¥«¡¼¥É + </itemize> + + + <!-- + <sect>Features + --> + <sect>µ¡Ç½ + <p> + <itemize> + <!-- + <item>Full support for 8, 15, 16, 24 and 32 bit per pixel depths. + --> + <item>8, 15, 16, 24, 32 bpp ¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È + <!-- + <item>Hardware cursor support to reduce sprite flicker. + --> + <item>¥¹¥×¥é¥¤¥È¤Î¤Á¤é¤Ä¤­¤ò¸º¤é¤¹¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò¥µ¥Ý¡¼¥È + <!-- + <item>Hardware accelerated 2D drawing engine support for 8, 15, 16 and + 24 bit per pixel depths. + --> + <item>8, 15, 16, 24 bpp Âбþ¤Î¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥óÉÕ¤­ 2D + ÉÁ²è¥¨¥ó¥¸¥ó + <!-- + <item>Support for high resolution video modes up to 1600x1200. + --> + <item>1600x1200 ¤Þ¤Ç¤Î¹â²òÁüÅ٥ӥǥª¥â¡¼¥É¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for doublescan video modes (e.g., 320x200 and 320x240). + --> + <item>¥À¥Ö¥ë¥¹¥­¥ã¥ó¥Ó¥Ç¥ª¥â¡¼¥É¤Î¥µ¥Ý¡¼¥È(Îã: 320x200, 320x240) + <!-- + <item>Support for gamma correction at all pixel depths. + --> + <item>Ǥ°Õ¤Î¿¼¤µ¤Ë¤ª¤±¤ë¥¬¥ó¥ÞÊäÀµ¤ò¥µ¥Ý¡¼¥È + <!-- + <item>Fully programmable clock supported. + --> + <item>´°Á´¤Ë¥×¥í¥°¥é¥ß¥ó¥°²Äǽ¤Ê¥¯¥í¥Ã¥¯¤ò¥µ¥Ý¡¼¥È + <!-- + <item>Robust text mode restore for VT switching. + --> + <item>²¾ÁÛüËö¤Ø¤ÎÉüµ¢»þ¤Ë´è·ò¤Ê¥Æ¥­¥¹¥È¥â¡¼¥É + </itemize> + + + <!-- + <sect>Technical Notes + --> + <sect>µ»½ÑŪ¤Ê»ö¹à + <p> + <itemize> + <!-- + <item>Hardware acceleration is not possible in 32 bit per pixel depth. + --> + <item>¥Ï¡¼¥É¥¦¥§¥¢¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Ï 32 bpp ¤Ç¤Ï»ÈÍѤǤ­¤Þ¤»¤ó¡£ + <!-- + <item>Interlace modes cannot be supported. + --> + <item>¥¤¥ó¥¿¥ì¡¼¥¹¥â¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + </itemize> + + + <!-- + <sect>Reported Working Video Cards + --> + <sect>Æ°ºî¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É + <p> + <itemize> + <item>Real3D Starfighter AGP + <item>Real3D Starfighter PCI + <item>Diamond Stealth II/G460 AGP + <item>3DVision-i740 AGP + <item>ABIT G740 8MB SDRAM + <item>Acorp AGP i740 + <item>AGP 2D/3D V. 1N, AGP-740D + <item>AOpen AGP 2X 3D Navigator PA740 + <item>ARISTO i740 AGP (ART-i740-G) + <item>ASUS AGP-V2740 + <item>Atrend (Speedy) 3DIO740 AGP (ATC-2740) + <item>Chaintech AGP-740D + <item>EliteGroup(ECS) 3DVision-i740 AGP + <item>EONtronics Picasso 740 + <item>EONtronics Van Gogh + <item>Everex MVGA i740/AG + <item>Flagpoint Shocker i740 8MB + <item>Gainward CardExpert 740 8MB + <item>Genoa Systems Phantom 740 + <item>Gigabyte Predator i740 8MB AGP + <item>Hercules Terminator 128 2X/i AGP + <item>HOT-158 (Shuttle) + <item>Intel Express 3D AGP + <item>Jaton Video-740 AGP 3D + <item>Jetway J-740-3D 8MB AGP, i740 AGP 3D + <item>Joymedia Apollo 7400 + <item>Leadtek Winfast S900 + <item>Machspeed Raptor i740 AGP 4600 + <item>Magic-Pro MP-740DVD + <item>MAXI Gamer AGP 8 MB + <item>Palit Daytona AGP740 + <item>PowerColor C740 (SG/SD) AGP + <item>QDI Amazing I + <item>Soyo AGP (SY-740 AGP) + <item>Spacewalker Hot-158 + <item>VideoExcel AGP 740 + <item>ViewTop ZeusL 8MB + <item>Winfast S900 i740 AGP 8MB + </itemize> + + + <!-- + <sect>Configuration + --> + <sect>ÀßÄê + <p> + <!-- + The driver auto-detects all device information necessary to + initialize the card. The only lines you need in the "Device" + section of your XF86Config file are: + --> + ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥«¡¼¥É¤Î½é´ü²½¤ËɬÍפʥǥХ¤¥¹¾ðÊó¤òÁ´¤Æ¼«Æ°Åª¤Ë¸¡½Ð¤·¤Þ + ¤¹¡£Í£°ìɬÍ×¤Î¤Ï XF86Config ¥Õ¥¡¥¤¥ë¤Î &dquot;Device&dquot; ¥»¥¯¥·¥ç¥ó + ¤Ç¡¢¤³¤ì¤Ï°Ê²¼¤Î¤è¤¦¤Ë»ØÄꤷ¤Þ¤¹: + <verb> + Section "Device" + Identifier "i740" + EndSection + </verb> + <!-- + or let xf86config or XF86Setup do this for you. + --> + xf86config ¤ä XF86Setup ¤ò»È¤Ã¤ÆÀßÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ + + <!-- + However, if you have problems with auto-detection, you can specify: + --> + ¤·¤«¤·¡¢¼«Æ°¸¡½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤¾ì¹ç¤Ë¤Ï°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È¤â¤Ç¤­¤Þ¤¹: + <itemize> + <!-- + <item>VideoRam - in kilobytes + --> + <item>VideoRam - ¥­¥í¥Ð¥¤¥Èñ°Ì + <!-- + <item>DacSpeed - in MHz + --> + <item>DacSpeed - MHz ñ°Ì + <!-- + <item>MemBase - physical address of the linear framebuffer + --> + <item>MemBase - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥¢¥É¥ì¥¹ + <!-- + <item>IOBase - physical address of the memory mapped IO registers + --> + <item>IOBase - ¥á¥â¥ê¥Þ¥Ã¥×¥É I/O ¥ì¥¸¥¹¥¿¤ÎʪÍý¥¢¥É¥ì¥¹ + </itemize> + + + <!-- + <sect>Driver Options + --> + <sect>¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó + <p> + <itemize> + <!-- + <item>"hw_cursor" - request hardware cursor (default) + --> + <item>"hw_cursor" - ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤¤¤Þ¤¹ (¥Ç¥Õ¥©¥ë¥È) + <!-- + <item>"sw_cursor" - software cursor only + --> + <item>"sw_cursor" - ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤·¤«»È¤¤¤Þ¤»¤ó + <!-- + <item>"no_accel" - software rendering only + --> + <item>"no_accel" - ¥½¥Õ¥È¥¦¥§¥¢¥ì¥ó¥À¥ê¥ó¥°¤·¤«¹Ô¤¤¤Þ¤»¤ó + <!-- + <item>"sgram" - force the use of SGRAM timing info + --> + <item>"sgram" - SGRAM ¤Î¥¿¥¤¥ß¥ó¥°¾ðÊó¤ò»È¤¤¤Þ¤¹ + <!-- + <item>"sdram" - force the use of SDRAM timing info + --> + <item>"sdram" - SDRAM ¤Î¥¿¥¤¥ß¥ó¥°¾ðÊó¤ò»È¤¤¤Þ¤¹ + </itemize> + + <!-- + Note: the i740 X server should automatically detect whether your + card has SGRAM or SDRAM. Use the "sgram" and "sdram" options + if it is incorrectly detected. + --> + Ãí°Õ: i740 X ¥µ¡¼¥Ð¤Ï¡¢¤ª»È¤¤¤Î¥«¡¼¥É¤¬ SGRAM ¤È SDRAM ¤Î¤É¤Á¤é¤ò»È¤Ã + ¤Æ¤¤¤ë¤Î¤«¤ò¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤Ï¤º¤Ç¤¹¡£"sgram", "sdram" ¥ª¥×¥·¥ç¥ó¤ò»È + ¤¦¤Î¤Ï¡¢¸¡½Ð¤¬Àµ¤·¤¯¹Ô¤¨¤Ê¤¤¾ì¹ç¤Ç¤¹¡£ + + <!-- + <sect>Known Limitations + --> + <sect>´ûÃΤÎÀ©¸Â + <p> + <itemize> + <!-- + <item>Certain drawing operations are very slow when using 24 bit per + pixel depth mode. We hope to fix this in a future release. + --> + <item>24bpp ¥â¡¼¥É¤Ç¤ÏÆÃÄê¤ÎÉÁ²èÁàºî¤¬Èó¾ï¤ËÃÙ¤¯¤Ê¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï + ¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ç¤Ïľ¤ë¤È»×¤¤¤Þ¤¹¡£ + </itemize> + + + <!-- + <sect>Author + --> + <sect>ºî¼Ô + <p> + <itemize> + <item>Kevin E. Martin <it><kevin@precisioninsight.com></it> + </itemize> + + <!-- + This driver was donated to The XFree86 Project by: + --> + ¤³¤Î¥É¥é¥¤¥Ð¤Ï¡¢Precision Insight ¼Ò¤¬ XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë´óÉÕ¤·¤Þ + ¤·¤¿: + <verb> + Precision Insight, Inc. + Cedar Park, TX + USA + </verb> + + <htmlurl name="http://www.precisioninsight.com" + url="http://www.precisioninsight.com"> + + <verb> + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/i740.sgml,v 1.1.2.1 1999/12/02 12:30:35 hohndel Exp $ + </verb> + + <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> + ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ + (ËÝÌõ: Æ£¸¶µ±²Å + <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">)¡£ + ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ + ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï + X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ + </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml:1.1.2.1 Tue May 25 16:39:32 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml Sat Nov 27 02:23:58 1999 *************** *** 990,996 **** ¤Ë¹×¸¥¤·¤¿Á´¤Æ¤ÎÊý¡¹¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml,v 1.1.2.1 1999/05/25 06:39:32 hohndel Exp $ --- 990,996 ---- ¤Ë¹×¸¥¤·¤¿Á´¤Æ¤ÎÊý¡¹¤Ë¿¼¤¯´¶¼Õ¤·¤Þ¤¹¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/isc.sgml,v 1.1.2.2 1999/11/26 15:23:58 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml:1.1.2.1 Tue May 25 16:39:32 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml Tue Dec 28 23:13:58 1999 *************** *** 4,39 **** <!-- <title>Mouse Support in XFree86 --> <title>XFree86 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È <author>Kazutaka Yokota ! <date>28 February 1998 <trans>The X Japanese Documentation Project ! <tdate>6 January 1999 <toc> <!-- <sect>Introduction <p> --> <sect>¤Ï¤¸¤á¤Ë <p> ! <!-- This document describes mouse support in XFree86 3.3.2, whose X servers have the revised mouse driver. --> ! ËÜʸ½ñ¤Ï XFree86 3.3.2 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤ò²òÀ⤹¤ë¡£XFree86 ¤Î X ¥µ¡¼ ! ¥Ð¤Ë¤Ï½¤Àµ¤¬²Ã¤¨¤é¤ì¤¿¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¡£ <!-- Mouse configuration has often been mysterious task for novice users. However, once you learn several basics, it is straightforward to choose options in <tt>XF86Setup</tt> or write the <tt>"Pointer"</tt> section in the <tt>XF86Config</tt> file by hand. --> ! ½¾Íè¤Þ¤Ç¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤Ï½é¿´¼Ô¤Ë¤ÏÉԲIJò¤Ê¤³¤È¤¬Â¿¤«¤Ã¤¿¡£¤·¤«¤·¡¢´ðËÜ ! Ū¤Ê¤³¤È¤¬¤é¤ò¤¤¤¯¤Ä¤«³Ð¤¨¤ì¤Ð¡¢<tt>XF86Setup</tt> ¤Ç¥ª¥×¥·¥ç¥óÁªÂò¤¹ ! ¤ë¤³¤È¤ä¡¢<tt>XF86Config</tt> ¥Õ¥¡¥¤¥ë¤Î <tt>"Pointer"</tt> ¥»¥¯¥·¥ç¥ó ! ¤ò¼ê¤Ç½¤Àµ¤¹¤ë¤³¤È¤Ï´Êñ¤Ç¤¢¤ë¡£ <!-- <sect>Supported Hardware <p> --> <sect>¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ <p> ! <!-- XFree86 X servers support three classes of mice: ! serial, bus and PS/2 mice. --> ! XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï 3 ¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¤¹¤Ê¤ï¤Á¡¢¥·¥ê ! ¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¤Ç¤¢¤ë¡£ <descrip> <!-- <tag>Serial mouse</tag> --> --- 4,42 ---- <!-- <title>Mouse Support in XFree86 --> <title>XFree86 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È <author>Kazutaka Yokota ! <date>20 April 1999 <trans>The X Japanese Documentation Project ! <tdate>4 December 1999 <toc> <!-- <sect>Introduction <p> --> <sect>¤Ï¤¸¤á¤Ë <p> ! <!-- ! This document describes mouse support in XFree86 3.3.6, whose X servers have the revised mouse driver. --> ! ËÜʸ½ñ¤Ï XFree86 3.3.6 ¤Ç¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤ò²òÀ⤷¤Þ¤¹¡£XFree86 ¤Î X ! ¥µ¡¼¥Ð¤Ë¤Ï¡¢½¤Àµ¤¬²Ã¤¨¤é¤ì¤¿¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ <!-- Mouse configuration has often been mysterious task for novice users. However, once you learn several basics, it is straightforward to choose options in <tt>XF86Setup</tt> or write the <tt>"Pointer"</tt> section in the <tt>XF86Config</tt> file by hand. --> ! ½¾Íè¤Þ¤Ç¡¢¥Þ¥¦¥¹¤ÎÀßÄê¤Ë¤Ï½é¿´¼Ô¤ËÉԲIJò¤ÊÅÀ¤¬Â¿¤¯¤¢¤ê¤Þ¤·¤¿¡£¤·¤«¤·¡¢ ! ´ðËÜŪ¤Ê¤³¤È¤¬¤é¤ò¤¤¤¯¤Ä¤«³Ð¤¨¤ì¤Ð¡¢<tt>XF86Setup</tt> ¤Ç¥ª¥×¥·¥ç¥ó¤ò ! Áª¤Ö¤³¤È¤ä¡¢<tt>XF86Config</tt> ¥Õ¥¡¥¤¥ë¤Î <tt>"Pointer"</tt> ¥»¥¯¥·¥ç¥ó ! ¤ò¼ê¤Ç½¤Àµ¤¹¤ë¤³¤È¤Ï´Êñ¤Ç¤¹¡£ <!-- <sect>Supported Hardware <p> --> <sect>¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ <p> ! <!-- ! XFree86 X servers support four classes of mice: ! serial, bus, PS/2 mice and USB. ! --> ! XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï 4 ¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤¹¤Ê¤ï¤Á¡¢ ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PS/2 ¥Þ¥¦¥¹¡¢USB ¥Þ¥¦¥¹¤Ç¤¹¡£ <descrip> <!-- <tag>Serial mouse</tag> --> *************** *** 46,55 **** few protocols (data format) with which the serial mouse talks to the host computer. --> ¤·¤Ð¤é¤¯Á°¤Þ¤Ç¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PC ¤ÇºÇ¤â¤è¤¯»È¤ï¤ì¤Æ¤¤¤¿¥Ý¥¤¥ó¥Æ¥£¥ó ! ¥°¥Ç¥Ð¥¤¥¹¤Ç¤¢¤Ã¤¿¡£Â¿¤¯¤Î¥á¡¼¥«¡¼¤«¤é¿§¡¹¤Ê¥â¥Ç¥ë¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤¬È¯ ! Ç䤵¤ì¤Æ¤¤¤ë¡£¤¿¤À¤·¡¢¥â¥Ç¥ë¤Î¼ïÎà¤Ï¿¤¤¤â¤Î¤Î¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤¬¥Û¥¹¥È ! ¥³¥ó¥Ô¥å¡¼¥¿¤ÈÄÌ¿®¤¹¤ë¤¿¤á¤Î¥×¥í¥È¥³¥ë(¥Ç¡¼¥¿¥Õ¥©¡¼¥Þ¥Ã¥È)¤ÏÈæ³ÓŪ¾¯¤Ê ! ¤¤¡£ <!-- The modern serial mouse conforms to the PnP COM device specification so that the host computer can automatically detect the mouse --- 49,58 ---- few protocols (data format) with which the serial mouse talks to the host computer. --> ¤·¤Ð¤é¤¯Á°¤Þ¤Ç¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PC ¤ÇºÇ¤â¤è¤¯»È¤ï¤ì¤Æ¤¤¤¿¥Ý¥¤¥ó¥Æ¥£¥ó ! ¥°¥Ç¥Ð¥¤¥¹¤Ç¤·¤¿¡£Â¿¤¯¤Î¥á¡¼¥«¡¼¤«¤é¿§¡¹¤Ê¥â¥Ç¥ë¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤¬È¯ ! Ç䤵¤ì¤Æ¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¥â¥Ç¥ë¤Î¼ïÎà¤Ï¿¤¤¤â¤Î¤Î¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤¬¥Û¥¹¥È ! ¥³¥ó¥Ô¥å¡¼¥¿¤ÈÄÌ¿®¤¹¤ë¤¿¤á¤Î¥×¥í¥È¥³¥ë(¥Ç¡¼¥¿¥Õ¥©¡¼¥Þ¥Ã¥È)¤Ï¤¢¤Þ¤ê¤¢¤ê ! ¤Þ¤»¤ó¡£ <!-- The modern serial mouse conforms to the PnP COM device specification so that the host computer can automatically detect the mouse *************** *** 58,65 **** popular PnP serial mouse models. --> ºÇ¶á¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PnP ¤Î COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¥Û¥¹ ¥È¥³¥ó¥Ô¥å¡¼¥¿¤Ï¼«Æ°Åª¤Ë¥Þ¥¦¥¹¤ò¸¡½Ð¤·¡¢Å¬Àڤʥɥ饤¥Ð¤ò¼«Æ°Åª¤Ë¥í¡¼¥É ! ¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£XFree86 3.3.2 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¤³¤Î»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤ª¤ê¡¢¥Ý¥Ô¥å¥é¡¼¤Ê¥â¥Ç¥ë¤Î PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ò¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ <!-- <tag>Bus mouse</tag> --> <tag>¥Ð¥¹¥Þ¥¦¥¹</tag> --- 61,68 ---- popular PnP serial mouse models. --> ºÇ¶á¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï PnP ¤Î COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã¤Æ¤¤¤ë¤Î¤Ç¡¢¥Û¥¹ ¥È¥³¥ó¥Ô¥å¡¼¥¿¤Ï¼«Æ°Åª¤Ë¥Þ¥¦¥¹¤ò¸¡½Ð¤·¡¢Å¬Àڤʥɥ饤¥Ð¤ò¼«Æ°Åª¤Ë¥í¡¼¥É ! ¤Ç¤­¤Þ¤¹¡£XFree86 3.3.2 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¤³¤Î»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤ª¤ê¡¢¥Ý¥Ô¥å¥é¡¼¤Ê¥â¥Ç¥ë¤Î PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ò¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ <!-- <tag>Bus mouse</tag> --> <tag>¥Ð¥¹¥Þ¥¦¥¹</tag> *************** *** 68,91 **** Some video cards, notably those from ATI, and integrated I/O cards may also have a bus mouse connector. Some bus mice are known as `InPort mouse'. --> ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï³ÈÄ¥¥¹¥í¥Ã¥ÈÆâ¤ÎÀìÍÑ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÈÀܳ¤¹¤ë¡£°ìÉô¤Î¥Ó¥Ç¥ª ! ¥«¡¼¥É(ÆÃ¤Ë ATI À½)¤ÈÅý¹ç I/O ¥«¡¼¥É¤Ë¤Ï¥Ð¥¹¥Þ¥¦¥¹¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤ ! ¤ë¤³¤È¤¬¤¢¤ë¡£¥Ð¥¹¥Þ¥¦¥¹¤ÎÃæ¤Ë¤Ï¡ÖInPort ¥Þ¥¦¥¹¡×¤È¤·¤ÆÃΤé¤ì¤Æ¤¤¤ë¤â ! ¤Î¤â¤¢¤ë¡£ <!-- Note that some mouse manufactures have sold a package including a serial mouse and a serial interface card. Don't confuse this type of products with the genuine bus mouse. --> °ìÉô¤Î¥á¡¼¥«¡¼¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¥·¥ê¥¢¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥«¡¼¥É¤òÁȤ߹ç ! ¤ï¤»¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò½Ð¤·¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤¹¤ë¤³¤È¡£¤³¤ÎÎà¤ÎÀ½ÉʤòËÜʪ¤Î¥Ð¥¹ ! ¥Þ¥¦¥¹¤Èº®Æ±¤·¤Æ¤Ï¤Ê¤é¤Ê¤¤¡£ <!-- <tag>PS/2 mouse</tag> --> <tag>PS/2 ¥Þ¥¦¥¹</tag> <!-- They are sometimes called `Mouse-port mouse'. The PS/2 mouse is becoming increasingly common and popular. --> PS/2 ¥Þ¥¦¥¹¤Ï¡Ö¥Þ¥¦¥¹¥Ý¡¼¥È¥Þ¥¦¥¹(Mouse-port mouse)¡×¤È¸Æ¤Ð¤ì¤ë¤³¤È¤â ! ¤¢¤ë¡£PS/2 ¥Þ¥¦¥¹¤Ï¡¢¼¡Âè¤Ë°ìÈÌŪ¤«¤Ä¥Ý¥Ô¥å¥é¡¼¤Ë¤Ê¤ê¤Ä¤Ä¤¢¤ë¡£ <!-- The PS/2 mouse is an intelligent device and may have more than three buttons and a wheel or a roller. --- 71,94 ---- Some video cards, notably those from ATI, and integrated I/O cards may also have a bus mouse connector. Some bus mice are known as `InPort mouse'. --> ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï³ÈÄ¥¥¹¥í¥Ã¥ÈÆâ¤ÎÀìÍÑ¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÀܳ¤·¤Þ¤¹¡£°ìÉô¤Î¥Ó¥Ç ! ¥ª¥«¡¼¥É(ÆÃ¤Ë ATI À½)¤ÈÅý¹ç I/O ¥«¡¼¥É¤Ë¤Ï¥Ð¥¹¥Þ¥¦¥¹¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤ ! ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤ÎÃæ¤Ë¤Ï¡ÖInPort ¥Þ¥¦¥¹¡×¤È¤·¤ÆÃΤé¤ì¤Æ¤¤ ! ¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ <!-- Note that some mouse manufactures have sold a package including a serial mouse and a serial interface card. Don't confuse this type of products with the genuine bus mouse. --> °ìÉô¤Î¥á¡¼¥«¡¼¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¥·¥ê¥¢¥ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥«¡¼¥É¤òÁȤ߹ç ! ¤ï¤»¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò½Ð¤·¤Æ¤¤¤ëÅÀ¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ÎÎà¤ÎÀ½ÉʤòËÜʪ¤Î ! ¥Ð¥¹¥Þ¥¦¥¹¤Èº®Æ±¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£ <!-- <tag>PS/2 mouse</tag> --> <tag>PS/2 ¥Þ¥¦¥¹</tag> <!-- They are sometimes called `Mouse-port mouse'. The PS/2 mouse is becoming increasingly common and popular. --> PS/2 ¥Þ¥¦¥¹¤Ï¡Ö¥Þ¥¦¥¹¥Ý¡¼¥È¥Þ¥¦¥¹(Mouse-port mouse)¡×¤È¸Æ¤Ð¤ì¤ë¤³¤È¤â ! ¤¢¤ê¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤Ï¡¢¼¡Âè¤Ë°ìÈÌŪ¤«¤Ä¥Ý¥Ô¥å¥é¡¼¤Ë¤Ê¤ê¤Ä¤Ä¤¢¤ê¤Þ¤¹¡£ <!-- The PS/2 mouse is an intelligent device and may have more than three buttons and a wheel or a roller. *************** *** 96,122 **** Without proper initialization, it behaves as though it were an ordinary two or three button mouse. --> PS/2 ¥Þ¥¦¥¹¤Ï¥¤¥ó¥Æ¥ê¥¸¥§¥ó¥È¤Ê¥Ç¥Ð¥¤¥¹¤Ç¤¢¤ê¡¢3¤Ä°Ê¾å¤Î¥Ü¥¿¥ó¤ä¥Û¥¤¡¼ ! ¥ë¡¢¥í¡¼¥é¡¼¤ò»ý¤Ä¤³¤È¤¬¤Ç¤­¤ë¡£PS/2 ¥Þ¥¦¥¹¤ÏÄ̾ÅŸ»¤òÆþ¤ì¤¿Ä¾¸å¤Ë ! ¤Ï IBM ¤¬½Ð¤·¤¿¥ª¥ê¥¸¥Ê¥ë¤Î PS/2 ¥Þ¥¦¥¹¤È¸ß´¹¤Ç¤¢¤ë¡£ Äɲõ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤ë PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤Ë ! ¤ÏÆÃÊ̤ʽé´ü²½¼ê³¤­¤¬É¬ÍפǤ¢¤ë¡£Å¬Àڤʽé´ü²½¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¡¢¤³¤Î¤è¤¦ ! ¤Ê¥Þ¥¦¥¹¤ÏÉáÄ̤Π2 ¥Ü¥¿¥ó¤¢¤ë¤¤¤Ï 3 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤Î¤è¤¦¤Ë¤·¤«Æ°ºî¤·¤Ê¤¤¡£ </descrip> ! <!-- Many mice nowadays can be used both as a serial mouse and as a PS/2 mouse. They has a logic to distinguish which interface it is connected to. However, the mouse which is not marketed as compatible with both serial and PS/2 mouse interface lacks this logic and cannot be used in such a way, even if you can find an appropriate adapter with which you can connect the PS/2 mouse to a serial port ! or visa versa. --> ºÇ¶á¤Î¥Þ¥¦¥¹¤Î¿¤¯¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ¤â PS/2 ¥Þ¥¦¥¹¤È¤·¤Æ¤â»È¤¦¤³ ! ¤È¤¬¤Ç¤­¤ë¡£¤³¤Î¤è¤¦¤Ê¥Þ¥¦¥¹¤Ë¤Ï¡¢Àܳ¤µ¤ì¤Æ¤¤¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò¼±Ê̤¹ ! ¤ë¤¿¤á¤Î¥í¥¸¥Ã¥¯¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë¡£¤·¤«¤·¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦ ! ¥¹Î¾Êý¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ë¸ß´¹¤Ç¤¢¤ë¤È¤·¤ÆÈÎÇ䤵¤ì¤Æ¤¤¤Ê¤¤¥Þ¥¦¥¹¤Ë¤Ï¡¢¤³ ! ¤Î¥í¥¸¥Ã¥¯¤ÏÁȤ߹þ¤Þ¤ì¤Æ¤ª¤é¤º¡¢¼«Æ°Åª¤Ë¼±Ê̤ò¹Ô¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­¤Ê¤¤¡£ ¤³¤ì¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ËÀܳ¤¹¤ë(¤¢¤ë¤¤¤Ï¤½¤ÎµÕ¤ò¹Ô¤¦)Ŭ ! Àڤʥ¢¥À¥×¥¿¤¬¤¢¤ë¾ì¹ç¤Ç¤â¸À¤¨¤ë¤³¤È¤Ç¤¢¤ë¡£ <!-- XFree86 now supports the mouse with a wheel, a roller or a knob. Its action is detected as the Z (third) axis motion of the mouse. --- 99,146 ---- Without proper initialization, it behaves as though it were an ordinary two or three button mouse. --> PS/2 ¥Þ¥¦¥¹¤Ï¥¤¥ó¥Æ¥ê¥¸¥§¥ó¥È¤Ê¥Ç¥Ð¥¤¥¹¤Ç¤¢¤ê¡¢3¤Ä°Ê¾å¤Î¥Ü¥¿¥ó¤ä¥Û¥¤¡¼ ! ¥ë¡¢¥í¡¼¥é¡¼¤ò»ý¤Ä¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤ÏÄ̾ÅŸ»¤òÆþ¤ì¤¿Ä¾¸å¤Ë ! ¤Ï IBM ¤¬½Ð¤·¤¿¥ª¥ê¥¸¥Ê¥ë¤Î PS/2 ¥Þ¥¦¥¹¤È¸ß´¹¤Ç¤¹¡£ Äɲõ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤ë PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¤³¤ì¤é¤Îµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤¿¤á¤Ë ! ¤ÏÆÃÊ̤ʽé´ü²½¼ê³¤­¤¬É¬ÍפǤ¹¡£Å¬Àڤʽé´ü²½¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¡¢¤³¤Î¤è¤¦ ! ¤Ê¥Þ¥¦¥¹¤ÏÉáÄ̤Π2 ¥Ü¥¿¥ó¤¢¤ë¤¤¤Ï 3 ¥Ü¥¿¥ó¥Þ¥¦¥¹¤È¤·¤Æ¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£ ! ! <!-- ! <tag>USB mouse </tag> ! --> ! <tag>USB ¥Þ¥¦¥¹ </tag> ! <!-- ! USB (Universal Serial Bus) ports are present on most modern ! computers. Several devices can be plugged into this bus, including ! mices and keyboards. ! --> ! USB(Universal Serial Bus)¥Ý¡¼¥È¤Ï¡¢ºÇ¶á¤Î¥³¥ó¥Ô¥å¡¼¥¿¤Î¤Û¤È¤ó¤É¤ËÉÕ¤¤ ! ¤Æ¤¤¤Þ¤¹¡£¥Þ¥¦¥¹¤ä¥­¡¼¥Ü¡¼¥É¤ò´Þ¤à¤¤¤¯¤Ä¤«¤Î¥Ç¥Ð¥¤¥¹¤ò¤³¤Î¥Ð¥¹¤Ë·Ò¤°¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£ ! ! <!-- ! XFree86 3.3.6 includes support for USB mices on some systems. ! --> ! XFree86 3.3.6 ¤Ï¡¢°ìÉô¤Î¥·¥¹¥Æ¥à¤Ç USB ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ </descrip> ! <!-- ! Many mice nowadays can be used both as a serial mouse and as a PS/2 mouse. They has a logic to distinguish which interface it is connected to. However, the mouse which is not marketed as compatible with both serial and PS/2 mouse interface lacks this logic and cannot be used in such a way, even if you can find an appropriate adapter with which you can connect the PS/2 mouse to a serial port ! or visa versa. ! --> ºÇ¶á¤Î¥Þ¥¦¥¹¤Î¿¤¯¤Ï¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ¤â PS/2 ¥Þ¥¦¥¹¤È¤·¤Æ¤â»È¤¦¤³ ! ¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Î¤è¤¦¤Ê¥Þ¥¦¥¹¤Ë¤Ï¡¢Àܳ¤µ¤ì¤Æ¤¤¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò¼±ÊÌ ! ¤¹¤ë¤¿¤á¤Î¥í¥¸¥Ã¥¯¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È PS/2 ! ¥Þ¥¦¥¹¤ÎξÊý¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ë¸ß´¹¤Ç¤¢¤ë¤È½ñ¤«¤ì¤º¤ËÇä¤é¤ì¤Æ¤¤¤ë¥Þ¥¦¥¹ ! ¤Ë¤Ï¤³¤Î¥í¥¸¥Ã¥¯¤ÏÁȤ߹þ¤Þ¤ì¤Æ¤ª¤é¤º¡¢¼«Æ°Åª¤Ë¼±Ê̤ò¹Ô¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­ ! ¤Þ¤»¤ó¡£ ¤³¤ì¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ËÀܳ¤¹¤ë(¤¢¤ë¤¤¤Ï¤½¤ÎµÕ¤ò¹Ô¤¦)Ŭ ! Àڤʥ¢¥À¥×¥¿¤¬¤¢¤ë¾ì¹ç¤Ë¤â¸À¤¨¤Þ¤¹¡£ <!-- XFree86 now supports the mouse with a wheel, a roller or a knob. Its action is detected as the Z (third) axis motion of the mouse. *************** *** 125,135 **** is provided to assign the Z axis movement to another axis or a pair of buttons (see below). --> ºÇ¿·¤Î XFree86 ¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¡¢¥Î¥Ö¤ÎÉÕ¤¤¤¿¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤ë¡£¤³¤ÎÆ°¤­¤Ï¥Þ¥¦¥¹¤Î Z ¼´(3ÈÖÌܤμ´)¤ÎÆ°¤­¤È¤·¤Æ¸¡½Ð¤µ¤ì¤ë¡£X ¥µ¡¼ ! ¥Ð¤ä X ¥¯¥é¥¤¥¢¥ó¥È¤ÏÄ̾¥Ý¥¤¥ó¥Æ¥£¥ó¥°¥Ç¥Ð¥¤¥¹¤Î Z ¼´¤ÎÆ°¤­¤ÏÍøÍѤ· ! ¤Ê¤¤¤Î¤Ç¡¢¿·¤·¤¤ÀßÄꥪ¥×¥·¥ç¥ó <tt>ZAxisMapping</tt> ¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤ë¡£ ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢Z ¼´¤ÎÆ°¤­¤ò¾¤Î¥Ü¥¿¥ó¤ÎÂФ侤μ´¤ÎÆ°¤­¤Ë³ä¤ê ! Åö¤Æ¤ë¤³¤È¤¬¤Ç¤­¤ë(¸å½Ò)¡£ <!-- <sect>OS Support for Mice <p> --> <sect>OS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È <p> --- 149,160 ---- is provided to assign the Z axis movement to another axis or a pair of buttons (see below). --> ºÇ¿·¤Î XFree86 ¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¡¢¥Î¥Ö¤ÎÉÕ¤¤¤¿¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ÎÆ°¤­¤Ï¥Þ¥¦¥¹¤Î Z ¼´(3ÈÖÌܤμ´)¤ÎÆ°¤­¤È¤·¤Æ¸¡½Ð¤µ¤ì¤Þ¤¹¡£X ! ¥µ¡¼¥Ð¤ä X ¥¯¥é¥¤¥¢¥ó¥È¤ÏÄ̾¥Ý¥¤¥ó¥Æ¥£¥ó¥°¥Ç¥Ð¥¤¥¹¤Î Z ¼´¤ÎÆ°¤­¤ÏÍø ! ÍѤ·¤Ê¤¤¤Î¤Ç¡¢¿·¤·¤¤ÀßÄꥪ¥×¥·¥ç¥ó <tt>ZAxisMapping</tt> ¤¬ÍÑ°Õ¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£ ¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤¦¤È¡¢Z ¼´¤ÎÆ°¤­¤ò¾¤Î¥Ü¥¿¥ó¤ÎÂФ侤μ´¤ÎÆ°¤­¤Ë³ä¤ê ! Åö¤Æ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹(¸å½Ò)¡£ <!-- <sect>OS Support for Mice <p> --> <sect>OS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È <p> *************** *** 141,163 **** Protocol Types serial PnP BusMouse PS/2 Extended PS/2 OS platforms protocols serial protocol protocol protocols ! "Auto" "BusMouse" "PS/2" "xxxPS/2" ! -------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 ! FreeBSD(98) Ok ? Ok NA NA ! Interactive Unix Ok NA ?*1 ?*1 NA ! Linux Ok Ok Ok Ok Ok ! Linux/98 Ok ? Ok NA NA ! LynxOS Ok NA Ok Ok NA ! NetBSD Ok Ok Ok SP*1 NA ! NetBSD/pc98 Ok ? Ok NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ! SCO Ok ? SP*1 SP*1 NA ! Solaris 2.x Ok NA*1 ?*1 Ok NA ! SVR4 Ok NA*1 SP*1 SP*1 NA ! PANIX Ok ? SP*1 SP*1 NA Ok: support is available, NA: not available, ?: untested or unknown. SP: support is available in a different form --- 166,188 ---- Protocol Types serial PnP BusMouse PS/2 Extended PS/2 OS platforms protocols serial protocol protocol protocols ! "Auto" "BusMouse" "PS/2" "xxxPS/2" USB ! ------------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 SP*1 ! FreeBSD(98) Ok ? Ok NA NA ? ! Interactive Unix Ok NA ?*1 ?*1 NA ? ! Linux Ok Ok Ok Ok Ok ? ! Linux/98 Ok ? Ok NA NA ? ! LynxOS Ok NA Ok Ok NA ? ! NetBSD Ok Ok Ok SP*1 SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ? ! SCO Ok ? SP*1 SP*1 NA ? ! Solaris 2.x Ok NA*1 ?*1 Ok NA ? ! SVR4 Ok NA*1 SP*1 SP*1 NA ? ! PANIX Ok ? SP*1 SP*1 NA ? Ok: support is available, NA: not available, ?: untested or unknown. SP: support is available in a different form *************** *** 165,245 **** *1 Refer to the following sections for details. *2 XFree86/OS2 will support any type of mouse that the OS supports, whether it is serial, bus mouse, or PnP type. </verb> --> <verb> ¥×¥í¥È¥³¥ë¤Î¼ïÎà ! ¥·¥ê¥¢¥ë PnP ¥Ð¥¹¥Þ¥¦¥¹ PS/2 ³ÈÄ¥ PS/2 OS ¥×¥í¥È¥³¥ë ¥·¥ê¥¢¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ! "Auto" "BusMouse" "PS/2" "xxxPS/2" ! -------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 ! FreeBSD(98) Ok ? Ok NA NA ! Interactive Unix Ok NA ?*1 ?*1 NA ! Linux Ok Ok Ok Ok Ok ! Linux/98 Ok ? Ok NA NA ! LynxOS Ok NA Ok Ok NA ! NetBSD Ok Ok Ok SP*1 NA ! NetBSD/pc98 Ok ? Ok NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ! SCO Ok ? SP*1 SP*1 NA ! Solaris 2.x Ok NA*1 ?*1 Ok NA ! SVR4 Ok NA*1 SP*1 SP*1 NA ! PANIX Ok ? SP*1 SP*1 NA Ok: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡¢ NA: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡¢?: ̤¥Æ¥¹¥È¤Þ¤¿¤ÏÉÔÌÀ¡£ SP: Ê̤ÎÊýË¡¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë *1 ¾Ü¤·¤¯¤Ï°Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤³¤È¡£ *2 XFree86/OS2 ¤Ï OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤ë¡£¤³¤ì¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤â´Þ¤à¡£ </verb> <sect1>BSD/OS <p> <!-- No testing has been done with BSD/OS. --> ! BSD/OS ¤Ç¤Î¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤¡£ <sect1>FreeBSD <p> <!-- FreeBSD supports the <tt>"SysMouse"</tt> protocol which must be specified when the <tt>moused</tt> daemon is running in versions 2.2.1 ! or later. --> ! FreeBSD ¤Ç¤Ï <tt>"SysMouse"</tt> ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£¥Ð¡¼ ¥¸¥ç¥ó 2.2.1 °Ê¹ß¤Î FreeBSD ¤Ç <tt>moused</tt> ¤¬Æ°ºî¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ ! ¤³¤Î¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ <!-- FreeBSD versions 2.2.5 or earlier do not support extended PS/2 mouse protocols (<tt>"xxxPS/2"</tt>). Always specify the <tt>"PS/2"</tt> protocol for any PS/2 mouse in these versions regardless of the brand of the mouse. --> ¥Ð¡¼¥¸¥ç¥ó 2.2.5 °ÊÁ°¤Î FreeBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»È¤Ã¤Æ¤¤¤ë ! ¾ì¹ç¡¢¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤Ç¤¢¤Ã¤Æ¤âɬ¤º <tt>"PS/2"</tt> ¥×¥í¥È¥³¥ë¤ò»Ø ! Äꤹ¤ë¤³¤È¡£ <!-- FreeBSD versions 2.2.6 or later include the kernel-level ! support for these mice. Specify the <tt>"PS/2"</tt> or <tt>"Auto"</tt> protocol and the X server will automatically make use of the kernel-level support. In fact, you may always specify <tt>"Auto"</tt> to any mouse in these versions unless the mouse is an old serial model which doesn't support PnP. --> ! FreeBSD 2.2.6 °Ê¹ß¤Ç¤Ï¡¢¤³¤ì¤é¤Î¥Þ¥¦¥¹¤Ï¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤ë¡£<tt>"PS/2"</tt> ¤Þ¤¿¤Ï <tt>"Auto"</tt> ¤ò»ØÄꤹ¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï ! ¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Î¥µ¥Ý¡¼¥È¤ò¼«Æ°Åª¤ËÍøÍѤ¹¤ë¡£¼ÂºÝ¤Ë¤Ï¡¢PnP ¤ò¥µ¥Ý¡¼¥È¤· ! ¤Æ¤¤¤Ê¤¤¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ò»È¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤É¤ó¤Ê¥Þ¥¦¥¹¤ËÂФ·¤Æ ! ¤â <tt>"Auto"</tt> ¤ò»ØÄê¤Ç¤­¤ë¡£ <sect1>FreeBSD(98) <p> <!-- The PS/2 mouse is not supported. --> ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ <sect1>Interactive Unix <p> <!-- The PnP serial mouse support (the <tt>"Auto"</tt> protocol) is not supported for the moment. --> ! ¸½»þÅÀ¤Ç¤Ï¡¢PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ <!-- The bus mouse and PS/2 mouse should be supported by using the appropriate device drivers. --- 190,294 ---- *1 Refer to the following sections for details. *2 XFree86/OS2 will support any type of mouse that the OS supports, whether it is serial, bus mouse, or PnP type. + </verb> --> <verb> ¥×¥í¥È¥³¥ë¤Î¼ïÎà ! ¥·¥ê¥¢¥ë PnP ¥Ð¥¹¥Þ¥¦¥¹ PS/2 ³ÈÄ¥ PS/2 OS ¥×¥í¥È¥³¥ë ¥·¥ê¥¢¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ¥×¥í¥È¥³¥ë ! "Auto" "BusMouse" "PS/2" "xxxPS/2" USB ! ------------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 SP*1 ! FreeBSD(98) Ok ? Ok NA NA ? ! Interactive Unix Ok NA ?*1 ?*1 NA ? ! Linux Ok Ok Ok Ok Ok ? ! Linux/98 Ok ? Ok NA NA ? ! LynxOS Ok NA Ok Ok NA ? ! NetBSD Ok Ok Ok SP*1 SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ? ! SCO Ok ? SP*1 SP*1 NA ? ! Solaris 2.x Ok NA*1 ?*1 Ok NA ? ! SVR4 Ok NA*1 SP*1 SP*1 NA ? ! PANIX Ok ? SP*1 SP*1 NA ? Ok: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡¢ NA: ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡¢?: ̤¥Æ¥¹¥È¤Þ¤¿¤ÏÉÔÌÀ¡£ SP: Ê̤ÎÊýË¡¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë *1 ¾Ü¤·¤¯¤Ï°Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤³¤È¡£ *2 XFree86/OS2 ¤Ï OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ë¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤Î¥Þ¥¦¥¹¤â´Þ ! ¤Þ¤ì¤Þ¤¹¡£ </verb> <sect1>BSD/OS <p> <!-- No testing has been done with BSD/OS. --> ! BSD/OS ¤Ç¤Î¥Æ¥¹¥È¤ÏÁ´¤¯¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¡£ <sect1>FreeBSD <p> <!-- FreeBSD supports the <tt>"SysMouse"</tt> protocol which must be specified when the <tt>moused</tt> daemon is running in versions 2.2.1 ! or later. ! When running the <tt>moused</tt>daemon, you must always specify the ! <tt>/dev/sysmouse</tt> device and the <tt>"SysMouse"</tt> protocol ! to the X server, regardless of the actual type of your mouse. ! --> ! FreeBSD ¤Ç¤Ï <tt>"SysMouse"</tt> ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥Ð¡¼ ¥¸¥ç¥ó 2.2.1 °Ê¹ß¤Î FreeBSD ¤Ç <tt>moused</tt> ¤¬Æ°ºî¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢ ! ¤³¤Î¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! <tt>moused</tt> ¥Ç¡¼¥â¥ó¤òÆ°¤«¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¼ÂºÝ¤Î¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø·¸ ! ¤Ê¤¯¡¢É¬¤º <tt>/dev/sysmouse</tt> ¥Ç¥Ð¥¤¥¹¤È <tt>"SysMouse"</tt> ¥×¥í ! ¥È¥³¥ë¤ò X ¥µ¡¼¥Ð¤ËÂФ·¤Æ»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ <!-- FreeBSD versions 2.2.5 or earlier do not support extended PS/2 mouse protocols (<tt>"xxxPS/2"</tt>). Always specify the <tt>"PS/2"</tt> protocol for any PS/2 mouse in these versions regardless of the brand of the mouse. --> ¥Ð¡¼¥¸¥ç¥ó 2.2.5 °ÊÁ°¤Î FreeBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»È¤Ã¤Æ¤¤ ! ¤ë¾ì¹ç¤Ï¡¢¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤Ç¤¢¤Ã¤Æ¤âɬ¤º <tt>"PS/2"</tt> ¥×¥í¥È¥³¥ë ! ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ <!-- FreeBSD versions 2.2.6 or later include the kernel-level ! support for these PS/2 mice. Specify the <tt>"PS/2"</tt> or <tt>"Auto"</tt> protocol and the X server will automatically make use of the kernel-level support. In fact, you may always specify <tt>"Auto"</tt> to any mouse in these versions unless the mouse is an old serial model which doesn't support PnP. --> ! FreeBSD 2.2.6 °Ê¹ß¤Ç¤Ï¡¢¤³¤ì¤é¤Î PS/2 ¥Þ¥¦¥¹¤Ï¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤¹¡£<tt>"PS/2"</tt> ¤Þ¤¿¤Ï <tt>"Auto"</tt> ¤ò»ØÄꤹ¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï ! ¥«¡¼¥Í¥ë¥ì¥Ù¥ë¤Î¥µ¥Ý¡¼¥È¤ò¼«Æ°Åª¤ËÍøÍѤ·¤Þ¤¹¡£¼ÂºÝ¤Ë¤Ï¡¢PnP ¤ò¥µ¥Ý¡¼¥È ! ¤·¤Æ¤¤¤Ê¤¤¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ò»È¤Ã¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¤É¤ó¤Ê¥Þ¥¦¥¹¤ËÂФ· ! ¤Æ¤â <tt>"Auto"</tt> ¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£ ! ! <!-- ! FreeBSD versions 3.1 or later have support for USB mice. ! Specify the <tt>"Auto"</tt> protocol for the <tt>/dev/ums0</tt> device. ! (If the <tt>moused</tt> daemon is running for the USB mouse, ! you must use <tt>/dev/sysmouse</tt> instead of <tt>/dev/ums0</tt> ! as explained above.) See the <em>ums(4)</em> manual page for details. ! --> ! FreeBSD 3.1 °Ê¹ß¤Ï USB ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! <tt>/dev/ums0</tt> ¥Ç¥Ð¥¤¥¹¤ËÂФ·¤Æ <tt>"Auto"</tt> ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ ! ¤Æ¤¯¤À¤µ¤¤¡£ ! (USB ¥Þ¥¦¥¹¤Î¤¿¤á¤Ë <tt>moused</tt> ¥Ç¡¼¥â¥ó¤òÆ°¤«¤·¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢ ! Á°½Ò¤Î¤è¤¦¤Ë <tt>/dev/ums0</tt> ¤Ç¤Ï¤Ê¤¯ <tt>/dev/sysmouse</tt> ¤ò»ØÄê ! ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£) ! ¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î <em>ums(4)</em> ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ <sect1>FreeBSD(98) <p> <!-- The PS/2 mouse is not supported. --> ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ <sect1>Interactive Unix <p> <!-- The PnP serial mouse support (the <tt>"Auto"</tt> protocol) is not supported for the moment. --> ! ¸½»þÅÀ¤Ç¤Ï¡¢PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ <!-- The bus mouse and PS/2 mouse should be supported by using the appropriate device drivers. *************** *** 249,320 **** Please send success/failure reports to <it/<michael.rohleder@stadt-frankfurt.de>/. --> ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Ë¤Ä¤¤¤Æ¤Ï¡¢Å¬ÀڤʥǥХ¤¥¹¥É¥é¥¤¥Ð¤ò»È¤¨¤Ð¥µ¥Ý¡¼ ! ¥È¤Ç¤­¤ë¡£<tt>"BusMouse"</tt> ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï <tt>/dev/mouse</tt> ¤ò»È¤¤¡¢<tt>"PS/2"</tt> ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï <tt>/dev/kdmouse</tt> ¤ò ! »È¤¦¤³¤È¡£³Æ¥×¥í¥È¥³¥ë¤Î¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Ê¤¤¤¬¡¢Æ°ºî¤¹¤ë¤È»×¤ï¤ì¤ë¡£ ! Æ°ºî¤Î²ÄÈݤÎÊó¹ð¤ò <it/<michael.rohleder@stadt-frankfurt.de>/ ¤Þ ! ¤ÇÁ÷¤Ã¤Æ¤¤¤¿¤À¤­¤¿¤¤¡£ <sect1>Linux <p> <!-- All protocol types should work. --> ! Á´¤Æ¤Î¥¿¥¤¥×¤Î¥×¥í¥È¥³¥ë¤¬Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¢¤ë¡£ <sect1>Linux/98 <p> <!-- The PS/2 mouse is not supported. --> ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ <sect1>LynxOS <p> <!-- The PnP serial mouse support (the <tt>"Auto"</tt> protocol) is disabled in LynxOS, because of limited TTY device driver functionality. --> PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ ! ¤¤¤ë¡£¤³¤ì¤Ï¡¢TTY ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Îµ¡Ç½¤¬½½Ê¬¤Ç¤Ê¤¤¤¿¤á¤Ç¤¢¤ë¡£ <sect1>NetBSD <p> ! <!-- NetBSD does not support extended PS/2 mouse protocols (<tt>"xxxPS/2"</tt>). The PS/2 mouse device driver <tt>/dev/pms</tt> emulates the bus mouse. Therefore, you should always specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse. --> ! NetBSD ¤Ç¤Ï³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë(<tt>"xxxPS/2"</tt>)¤Ï¥µ¥Ý¡¼¥È¤µ ! ¤ì¤Æ¤¤¤Ê¤¤¡£PS/2 ¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð <tt>/dev/pms</tt> ¤Ï¡¢¥Ð¥¹¥Þ ! ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤·¤Æ¤¤¤ë¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î ! ¼ïÎà¤Ë´Ø¤ï¤é¤º <tt>"BusMouse"</tt> ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ <sect1>NetBSD/pc98 <p> <!-- The PS/2 mouse is not supported. --> ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£ <sect1>OpenBSD <p> <!-- The raw PS/2 mouse device driver <tt>/dev/psm0</tt> uses the raw PS/2 mouse protocol. --> raw PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð <tt>/dev/psm0</tt> ¤ÏÀ¸¤Î PS/2 ¥Þ¥¦¥¹ ! ¥×¥í¥È¥³¥ë¤ò»ÈÍѤ¹¤ë¡£ <!-- OpenBSD 2.2 and earlier does not support extended PS/2 mouse protocols (<tt>"xxxPS/2"</tt>) . Therefore, you should specify the <tt>"PS/2"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse. --> ¥Ð¡¼¥¸¥ç¥ó 2.2 °ÊÁ°¤Î OpenBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤ËÂÐ ! ¤·¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º <tt>"PS/2"</tt> ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê ! ¤¤¡£ <!-- OpenBSD 2.3 and later support all extended PS/2 mouse protocols. You can select the <tt>"Auto"</tt> protocol for PnP PS/2 mice or any specific extended (<tt>"xxxPS/2"</tt>) protocol for non PnP mice. --> ¥Ð¡¼¥¸¥ç¥ó 2.3 °Ê¹ß¤Î OpenBSD ¤Ç¤Ï¡¢Á´¤Æ¤Î³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤¬ ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£PnP PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï <tt>"Auto"</tt> ¤òÁªÂò¤¹ ! ¤ë¤³¤È¤¬¤Ç¤­¤ë¤·¡¢Èó PnP ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤ÏÆÃÄê¤Î³ÈÄ¥¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ <!-- There is also a cooked PS/2 mouse device driver <tt>/dev/pms0</tt> which emulates the bus mouse. Specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse when using this device. --> ¤³¤Î¾¤Ë¤â cooked PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð <tt>/dev/pms0</tt> ¤¬¤¢ ! ¤ë¡£¤³¤Î¥Ç¥Ð¥¤¥¹¤Ï¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤¹¤ë¡£PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤³ ! ¤Î¥Ç¥Ð¥¤¥¹¤ò»È¤¦¤È¤­¤Ë¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º <tt>"BusMouse"</tt> ! ¥×¥í¥È¥³¥ë¤ò»ØÄꤹ¤ë¤³¤È¡£ <sect1>OS/2 <p> <!-- XFree86/OS2 always uses the native mouse driver of the operating system --- 298,406 ---- Please send success/failure reports to <it/<michael.rohleder@stadt-frankfurt.de>/. --> ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Ë¤Ä¤¤¤Æ¤Ï¡¢Å¬ÀڤʥǥХ¤¥¹¥É¥é¥¤¥Ð¤ò»È¤¨¤Ð¥µ¥Ý¡¼ ! ¥È¤Ç¤­¤Þ¤¹¡£<tt>"BusMouse"</tt> ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï <tt>/dev/mouse</tt> ¤ò»È¤¤¡¢<tt>"PS/2"</tt> ¥×¥í¥È¥³¥ë¤ËÂФ·¤Æ¤Ï <tt>/dev/kdmouse</tt> ¤ò ! »È¤Ã¤Æ¤¯¤À¤µ¤¤¡£³Æ¥×¥í¥È¥³¥ë¤Î¥Æ¥¹¥È¤Ï¹Ô¤ï¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢Æ°ºî¤¹¤ë¤È»× ! ¤ï¤ì¤Þ¤¹¡£ ! Æ°ºî¤Î²ÄÈݤϤ¼¤Ò <it/<michael.rohleder@stadt-frankfurt.de>/ ¤Þ¤Ç ! Êó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£ <sect1>Linux <p> <!-- All protocol types should work. --> ! Á´¤Æ¤Î¥¿¥¤¥×¤Î¥×¥í¥È¥³¥ë¤¬Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ <sect1>Linux/98 <p> <!-- The PS/2 mouse is not supported. --> ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ <sect1>LynxOS <p> <!-- The PnP serial mouse support (the <tt>"Auto"</tt> protocol) is disabled in LynxOS, because of limited TTY device driver functionality. --> PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ ! ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¡¢TTY ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Îµ¡Ç½¤¬½½Ê¬¤Ç¤Ê¤¤¤¿¤á¤Ç¤¹¡£ <sect1>NetBSD <p> ! <!-- ! NetBSD 1.3.x and former does not support extended PS/2 mouse protocols ! (<tt>"xxxPS/2"</tt>). The PS/2 mouse device driver <tt>/dev/pms</tt> emulates the bus mouse. Therefore, you should always specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse. --> ! ¥Ð¡¼¥¸¥ç¥ó 1.3.x °ÊÁ°¤Î NetBSD ¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£PS/2 ¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹ ! ¥É¥é¥¤¥Ð <tt>/dev/pms</tt> ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤·¤Þ¤¹¡£¤·¤¿¤¬¤Ã ! ¤Æ PS/2 ¥Þ¥¦¥¹¤ò»È¤¦¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º <tt>"BusMouse"</tt> ! ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ ! <p> ! <!-- ! XFree86 3.3.6 supports the <tt>"wsmouse"</tt> protocol introduced in NetBSD ! 1.4 along with the wscons console driver. You need to run binaries ! compiled on NetBSD 1.4 to have support ! for it though. Use <tt>"/dev/wsmouse0"</tt> for the device. Refer to the ! <em>wsmouse(4)</em> manual page for kernel configuration informations. ! --> ! XFree86 3.3.6 ¤Ï¡¢netBSD 1.4 ¤Ç wscons ¥³¥ó¥½¡¼¥ë¥É¥é¥¤¥Ð¤È¶¦¤ËƳÆþ¤µ ! ¤ì¤¿ <tt>"wsmouse"</tt> ¥×¥í¥È¥³¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¤¿¤À¤·¡¢¤³¤ì¤ò ! ¥µ¥Ý¡¼¥È¤¹¤ë¤Ë¤Ï NetBSD 1.4 ¾å¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥Ð¥¤¥Ê¥ê¤ò¼Â¹Ô¤¹¤ëɬÍפ¬ ! ¤¢¤ê¤Þ¤¹¡£¥Ç¥Ð¥¤¥¹¤È¤·¤Æ¤Ï <tt>"/dev/wsmouse0"</tt> ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ¥«¡¼¥Í¥ë¤ÎÀßÄê¤Ë´Ø¤¹¤ë¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î ! <em>wsmouse(4)</em> ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! <p> ! <!-- ! This driver also provides support for USB mices. See the ! <em>ums(4)</em> manual page for details. ! --> ! ¤³¤Î¥É¥é¥¤¥Ð¤Ï USB ¥Þ¥¦¥¹¤â¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï ! ¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤Î <em>ums(4)</em> ¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£ <sect1>NetBSD/pc98 <p> <!-- The PS/2 mouse is not supported. --> ! PS/2 ¥Þ¥¦¥¹¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ <sect1>OpenBSD <p> <!-- The raw PS/2 mouse device driver <tt>/dev/psm0</tt> uses the raw PS/2 mouse protocol. --> raw PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð <tt>/dev/psm0</tt> ¤ÏÀ¸¤Î PS/2 ¥Þ¥¦¥¹ ! ¥×¥í¥È¥³¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£ <!-- OpenBSD 2.2 and earlier does not support extended PS/2 mouse protocols (<tt>"xxxPS/2"</tt>) . Therefore, you should specify the <tt>"PS/2"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse. --> ¥Ð¡¼¥¸¥ç¥ó 2.2 °ÊÁ°¤Î OpenBSD ¤Ç¤Ï¡¢³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤·¤¿¤¬¤Ã¤Æ PS/2 ¥Þ¥¦¥¹¤Ë ! ÂФ·¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º <tt>"PS/2"</tt> ¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê ! ¤Þ¤»¤ó¡£ <!-- OpenBSD 2.3 and later support all extended PS/2 mouse protocols. You can select the <tt>"Auto"</tt> protocol for PnP PS/2 mice or any specific extended (<tt>"xxxPS/2"</tt>) protocol for non PnP mice. --> ¥Ð¡¼¥¸¥ç¥ó 2.3 °Ê¹ß¤Î OpenBSD ¤Ç¤Ï¡¢Á´¤Æ¤Î³ÈÄ¥ PS/2 ¥Þ¥¦¥¹¥×¥í¥È¥³¥ë¤¬ ! ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£PnP PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤Ï <tt>"Auto"</tt> ¤òÁªÂò ! ¤Ç¤­¤Þ¤¹¤·¡¢Èó PnP ¥Þ¥¦¥¹¤ËÂФ·¤Æ¤ÏÆÃÄê¤Î³ÈÄ¥¥×¥í¥È¥³¥ë ! (<tt>"xxxPS/2"</tt>)¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£ <!-- There is also a cooked PS/2 mouse device driver <tt>/dev/pms0</tt> which emulates the bus mouse. Specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse when using this device. --> ¤³¤Î¾¤Ë¤â cooked PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð <tt>/dev/pms0</tt> ¤¬¤¢ ! ¤ê¤Þ¤¹¡£¤³¤Î¥Ç¥Ð¥¤¥¹¤Ï¥Ð¥¹¥Þ¥¦¥¹¤ò¥¨¥ß¥å¥ì¡¼¥È¤·¤Þ¤¹¡£PS/2 ¥Þ¥¦¥¹¤ËÂÐ ! ¤·¤Æ¤³¤Î¥Ç¥Ð¥¤¥¹¤ò»È¤¦¤È¤­¤Ë¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤º ! <tt>"BusMouse"</tt> ¥×¥í¥È¥³¥ë¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ ! <p> ! <!-- ! XFree86 3.3.6 support USB mices on OpenBSD 2.6 and later though the ! generic Human Interface Device (hid) <tt>/dev/uhid*</tt>. Select the ! <tt>"usb"</tt> protocol and the <tt>/dev/uhid*</tt> instance ! corresponding to your mouse as the device name. ! --> ! XFree86 3.3.6 ¤Ï¡¢ÈÆÍѥҥ塼¥Þ¥ó¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥Ç¥Ð¥¤¥¹ ! (generic Human Interface Device, hid)¤Ç¤¢¤ë <tt>/dev/uhid*</tt> ¤ò»È¤Ã ! ¤Æ¡¢OpenBSD 2.6 °Ê¹ß¤Ç USB ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£ ! <tt>"usb"</tt> ¤òÁªÂò¤·¡¢¤ª»È¤¤¤Î¥Þ¥¦¥¹¤ËÂбþ¤¹¤ë <tt>/dev/uhid*</tt> ! ¤ò¥Ç¥Ð¥¤¥¹Ì¾¤È¤·¤Æ»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ <sect1>OS/2 <p> <!-- XFree86/OS2 always uses the native mouse driver of the operating system *************** *** 322,344 **** serial, bus mouse, or PnP type. If the mouse works under Presentation Manager, it will also work under XFree86/OS2. --> ! XFree86/OS2 ¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¥Í¥¤¥Æ¥£¥Ö¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò¾ï¤Ë ! »ÈÍѤ¹¤ë¡£¤·¤¿¤¬¤Ã¤Æ¡¢OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Ý¥¤¥ó¥¿¤ò»È ! ¤¦¤³¤È¤¬¤Ç¤­¤ë¡£¤³¤ì¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤Î¤â¤Î¤Ç¤â ! Îɤ¤¡£¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤Î²¼¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ì¤Ð¡¢¤½¤Î¥Þ¥¦¥¹ ! ¤Ï XFree86/OS2 ¤Î²¼¤Ç¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¢¤ë¡£ <!-- Always specify <tt>"OSMouse"</tt> as the protocol type. --> ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë¤Ïɬ¤º <tt>"OSMouse"</tt> ¤ò»ØÄꤹ¤ë¤³¤È¡£ <sect1>SCO <p> <!-- The bus and PS/2 mouse are supported with the <tt>"OSMouse"</tt> protocol type. --> ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ <tt>"OSMouse"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤¤¤ë¡£ <!-- The <tt>"OSMouse"</tt> may also be used with the serial mouse. --> ! <tt>"OSMouse"</tt> ¤Ç¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤â»È¤¨¤ë¤³¤È¤¬¤¢¤ë¡£ <sect1>Solaris <p> <!-- Testing has been done with Solaris 2.5.1 and 2.6. Logitech and --- 408,430 ---- serial, bus mouse, or PnP type. If the mouse works under Presentation Manager, it will also work under XFree86/OS2. --> ! XFree86/OS2 ¤Ï¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¥Í¥¤¥Æ¥£¥Ö¤Î¥Þ¥¦¥¹¥É¥é¥¤¥Ð¤ò¾ï ! ¤Ë»ÈÍѤ·¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëÁ´¤Æ¤Î¥¿¥¤¥×¤Î¥Ý¥¤¥ó¥¿ ! ¤ò»È¤¨¤Þ¤¹¡£¤³¤ì¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¡¢¥Ð¥¹¥Þ¥¦¥¹¡¢PnP ¥¿¥¤¥×¤â´Þ¤ß¤Þ¤¹¡£ ! ¥×¥ì¥¼¥ó¥Æ¡¼¥·¥ç¥ó¥Þ¥Í¡¼¥¸¥ã¤Î²¼¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ì¤Ð¡¢¤½¤Î¥Þ¥¦¥¹ ! ¤Ï XFree86/OS2 ¤Î²¼¤Ç¤âÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£ <!-- Always specify <tt>"OSMouse"</tt> as the protocol type. --> ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë¤Ïɬ¤º <tt>"OSMouse"</tt> ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ <sect1>SCO <p> <!-- The bus and PS/2 mouse are supported with the <tt>"OSMouse"</tt> protocol type. --> ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ <tt>"OSMouse"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ <!-- The <tt>"OSMouse"</tt> may also be used with the serial mouse. --> ! <tt>"OSMouse"</tt> ¤Ç¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤â»È¤¨¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ <sect1>Solaris <p> <!-- Testing has been done with Solaris 2.5.1 and 2.6. Logitech and *************** *** 349,375 **** type and the <tt>/dev/kdmouse</tt> device. The PnP serial mouse support (the <tt>"Auto"</tt> protocol) has been tested and does not work. --> ! ¥Æ¥¹¥È¤Ï Solaris 2.5.1 ¤È 2.6 ¤Ç¹Ô¤ï¤ì¤¿¡£Logitech À½¤È Microsoft À½¤Î ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤¬¡¢<tt>/dev/logi</tt> ¥Ç¥Ð¥¤¥¹¤È ! <tt>/dev/msm</tt> ¥Ç¥Ð¥¤¥¹¤ÇÆ°ºî¤¹¤ë¤È»×¤ï¤ì¤ë¡£É¸½à¤Î 2 ¥Ü¥¿¥ó¤Þ¤¿¤Ï 3 ¥Ü¥¿¥ó¤Î PS/2 ¥Þ¥¦¥¹¤Ï <tt>"PS/2"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È ! <tt>/dev/kdmouse</tt> ¥Ç¥Ð¥¤¥¹¤ÎÁȹ礻¤ÇÆ°ºî¤¹¤ë¡£PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î ! ¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤ë¤¬¡¢Æ°ºî¤Ï¤·¤Æ¤¤ ! ¤Ê¤¤¡£ <sect1>SVR4 <p> <!-- The bus and PS/2 mouse may be supported with the <tt>"Xqueue"</tt> protocol type. --> ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ <tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤¤¤ë¡£ <!-- The <tt>"Xqueue"</tt> may also be used with the serial mouse. --> ! <tt>"Xqueue"</tt> ¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ç¤â»È¤¦¤³¤È¤¬¤Ç¤­¤ë¡£ <!-- The PnP serial mouse support (the <tt>"Auto"</tt> protocol) is not tested. --> PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ ! ¤¤¤Ê¤¤¡£ <sect1>PANIX <p> <!-- The PC/AT version of PANIX supports the bus and PS/2 mouse with the --- 435,461 ---- type and the <tt>/dev/kdmouse</tt> device. The PnP serial mouse support (the <tt>"Auto"</tt> protocol) has been tested and does not work. --> ! ¥Æ¥¹¥È¤Ï Solaris 2.5.1 ¤È 2.6 ¤Ç¹Ô¤¤¤Þ¤·¤¿¡£Logitech À½¤È Microsoft À½¤Î ! ¥Ð¥¹¥Þ¥¦¥¹¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤¬¡¢<tt>/dev/logi</tt> ¥Ç¥Ð¥¤¥¹¤È ! <tt>/dev/msm</tt> ¥Ç¥Ð¥¤¥¹¤ÇÆ°ºî¤¹¤ë¤È»×¤ï¤ì¤Þ¤¹¡£É¸½à¤Î 2 ¥Ü¥¿¥ó¤Þ¤¿¤Ï 3 ¥Ü¥¿¥ó¤Î PS/2 ¥Þ¥¦¥¹¤Ï <tt>"PS/2"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È ! <tt>/dev/kdmouse</tt> ¥Ç¥Ð¥¤¥¹¤ÎÁȹ礻¤ÇÆ°ºî¤·¤Þ¤¹¡£PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î ! ¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢Æ°ºî¤·¤Æ¤¤ ! ¤Þ¤»¤ó¡£ <sect1>SVR4 <p> <!-- The bus and PS/2 mouse may be supported with the <tt>"Xqueue"</tt> protocol type. --> ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤¬ <tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥µ¥Ý¡¼ ! ¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ <!-- The <tt>"Xqueue"</tt> may also be used with the serial mouse. --> ! <tt>"Xqueue"</tt> ¤Ï¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ç¤â»È¤¨¤Þ¤¹¡£ <!-- The PnP serial mouse support (the <tt>"Auto"</tt> protocol) is not tested. --> PnP ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È(<tt>"Auto"</tt> ¥×¥í¥È¥³¥ë)¤Ï¥Æ¥¹¥È¤µ¤ì¤Æ ! ¤¤¤Þ¤»¤ó¡£ <sect1>PANIX <p> <!-- The PC/AT version of PANIX supports the bus and PS/2 mouse with the *************** *** 377,385 **** The PC-98 version of PANIX supports the bus mouse with the <tt>"Xqueue"</tt> protocol type. --> PC/AT ÈǤΠPANIX ¤Ï¡¢<tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤È ! PS/2 ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ PC-98 ÈǤΠPANIX ¤Ï¡¢<tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ <!-- <sect>Configuring Your Mouse <p> --> <sect>¥Þ¥¦¥¹¤ÎÀßÄê <p> --- 463,471 ---- The PC-98 version of PANIX supports the bus mouse with the <tt>"Xqueue"</tt> protocol type. --> PC/AT ÈǤΠPANIX ¤Ï¡¢<tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤È ! PS/2 ¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ PC-98 ÈǤΠPANIX ¤Ï¡¢<tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç¥Ð¥¹¥Þ¥¦¥¹¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <!-- <sect>Configuring Your Mouse <p> --> <sect>¥Þ¥¦¥¹¤ÎÀßÄê <p> *************** *** 391,398 **** will lead you nowhere. --> <tt>XF86Setup</tt> ¥×¥í¥°¥é¥à¤ä <tt>xf86config</tt> ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ ¥Þ¥¦¥¹¤ÎÀßÄê¤ò¹Ô¤¦Á°¤Ë¤Ï¡¢¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¼ïÎà¤È¥Ç¥Ð¥¤¥¹Ì¾¡¢¥Þ¥¦¥¹¤Î¥× ! ¥í¥È¥³¥ë¥¿¥¤¥×¤òÌÀ¤é¤«¤Ë¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£¥Þ¥¦¥¹ÀßÄê¤Î¹Í¤¨¤é¤ì ! ¤ëÁȹ礻¤ò°Ç±À¤Ë»î¤¹¤À¤±¤Ç¤Ï¡¢¤É¤¦¤Ë¤â¤Ê¤é¤Ê¤¤¤À¤í¤¦¡£ <!-- The first thing you need to know is the interface type of the mouse you are going to use. --- 477,484 ---- will lead you nowhere. --> <tt>XF86Setup</tt> ¥×¥í¥°¥é¥à¤ä <tt>xf86config</tt> ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ ¥Þ¥¦¥¹¤ÎÀßÄê¤ò¹Ô¤¦Á°¤Ë¤Ï¡¢¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¼ïÎà¤È¥Ç¥Ð¥¤¥¹Ì¾¡¢¥Þ¥¦¥¹¤Î¥× ! ¥í¥È¥³¥ë¥¿¥¤¥×¤òÌÀ¤é¤«¤Ë¤·¤Æ¤ª¤«¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¥Þ¥¦¥¹ÀßÄê¤Î¹Í¤¨¤é ! ¤ì¤ëÁȹ礻¤ò°Ç±À¤Ë»î¤¹¤À¤±¤Ç¤Ï¡¢¤É¤¦¤Ë¤â¤Ê¤é¤Ê¤¤¤Ç¤·¤ç¤¦¡£ <!-- The first thing you need to know is the interface type of the mouse you are going to use. *************** *** 405,418 **** be converted to another. If you are to use such an adapter, remember that the connector at the very end of the mouse/adapter pair is what matters. --> ! ºÇ½é¤ËÃΤäƤª¤¯¤Ù¤­¤³¤È¤Ï¥Þ¥¦¥¹¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¥¿¥¤¥×¤Ç¤¢¤ë¡£¤³¤ì¤Ï ! ¥Þ¥¦¥¹¤Î¥³¥Í¥¯¥¿¤ò¸«¤ì¤Ðʬ¤«¤ë¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¤Ï¡¢D-Sub ¥á¥¹¤Î 9 ¥Ô ! ¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥Ð¥¹¥Þ¥¦¥¹¤Ë¤Ï D-Sub ¥ª¥¹ 9¥Ô ! ¥ó¤Î¥³¥Í¥¯¥¿¤«¡¢±ß·Á¤Î DIN 9¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£PS/2 ¥Þ¥¦¥¹¤Ë ! ¤Ï¾®¤µ¤¤±ß·Á¤Î DIN 6 ¥Ô¥ó¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥Þ¥¦¥¹¤Ë¤è¤Ã¤Æ¤Ï¡¢¥³¥Í ! ¥¯¥¿¤ò¾¤Î·¿¤ËÊÑ´¹¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ë¡£¤³¤Î¤è¤¦¤Ê¥¢ ! ¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ÃíÌܤ¹¤Ù¤­¤Ê¤Î¤Ï¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁȹ礻¤¿»þ¤Ë°ì ! ÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤Ç¤¢¤ëÅÀ¤ò³Ð¤¨¤Æ¤ª¤¯¤³¤È¡£ <!-- The next thing to decide is a device node to use for the given interface. For the bus and PS/2 mice, there is little choice; --- 491,504 ---- be converted to another. If you are to use such an adapter, remember that the connector at the very end of the mouse/adapter pair is what matters. --> ! ºÇ½é¤ËÃΤäƤª¤¯¤Ù¤­¤³¤È¤Ï¥Þ¥¦¥¹¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î¥¿¥¤¥×¤Ç¤¹¡£¤³¤ì¤Ï ! ¥Þ¥¦¥¹¤Î¥³¥Í¥¯¥¿¤ò¸«¤ì¤Ðʬ¤«¤ê¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¤Ï¡¢D-Sub ¥á¥¹¤Î 9 ! ¥Ô¥ó¤Þ¤¿¤Ï 25 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥Ð¥¹¥Þ¥¦¥¹¤Ë¤Ï D-Sub ¥ª¥¹ ! 9 ¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤«¡¢±ß·Á¤Î DIN 9¥Ô¥ó¤Î¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£PS/2 ! ¥Þ¥¦¥¹¤Ë¤Ï¾®¤µ¤¤±ß·Á¤Î DIN 6 ¥Ô¥ó¥³¥Í¥¯¥¿¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥Þ¥¦¥¹¤Ë¤è¤Ã ! ¤Æ¤Ï¡¢¥³¥Í¥¯¥¿¤ò¾¤Î·¿¤ËÊÑ´¹¤Ç¤­¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ ! ¤³¤Î¤è¤¦¤Ê¥¢¥À¥×¥¿¤ò»È¤¦¾ì¹ç¤Ë¤Ï¡¢ÃíÌܤ¹¤Ù¤­¤Ê¤Î¤Ï¥Þ¥¦¥¹¤È¥¢¥À¥×¥¿¤òÁÈ ! ¹ç¤»¤¿»þ¤Ë°ìÈÖü¤Ë¤Ê¤ë¥³¥Í¥¯¥¿¤À¤È¤¤¤¦¤³¤È¤ò³Ð¤¨¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£ <!-- The next thing to decide is a device node to use for the given interface. For the bus and PS/2 mice, there is little choice; *************** *** 420,440 **** for the bus mouse and PS/2 mouse. There may be more than one serial port to which the serial mouse can be attached. --> ! ¼¡¤Ë·è¤á¤ë¤Î¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ·¤Æ»È¤¦¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ç¤¢ ! ¤ë¡£¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤ÏÁªÂò¤Î;ÃϤϤۤȤó¤É¤Ê¤¤¡£¥Ð¥¹¥Þ ! ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ¡¢OS ¤¬ÍÑ°Õ¤·¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ï¤¿¤Ö¤ó1¤Ä ! ¤À¤±¤À¤«¤é¤Ç¤¢¤ë¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ÏÊ£¿ô¸ÄÉÕ¤¤ ! ¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£ <!-- The next step is to guess the appropriate protocol type for the mouse. The X server may be able to select a protocol type for the given mouse automatically in some cases. Otherwise, the user has to choose one manually. Follow the guidelines below. --> ! ¼¡¤Î¥¹¥Æ¥Ã¥×¤Ï¥Þ¥¦¥¹¤¬»È¤¦Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤òͽÁÛ¤¹¤ë¤³¤È¤Ç¤¢¤ë¡£ X ¥µ¡¼¥Ð¤ÏÍ¿¤¨¤é¤ì¤¿¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤ò¼«Æ°Åª¤ËÁªÂò¤Ç¤­¤ë¾ì¹ç¤â ! ¤¢¤ë¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥æ¡¼¥¶¤¬¼êÆ°¤ÇÁªÂò¤¹¤ëɬÍפ¬¤¢¤ë¡£°Ê²¼¤Î¥¬¥¤ ! ¥É¥é¥¤¥ó¤Ë½¾¤¦¤³¤È¡£ <descrip> <!-- <tag>Bus mouse</tag> --> --- 506,526 ---- for the bus mouse and PS/2 mouse. There may be more than one serial port to which the serial mouse can be attached. --> ! ¼¡¤Ë·è¤á¤ë¤Î¤Ï¡¢Í¿¤¨¤é¤ì¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ËÂФ·¤Æ»È¤¦¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ç¤¹¡£ ! ¥Ð¥¹¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ë¤ÏÁªÂò¤Î;ÃϤϤۤȤó¤É¤¢¤ê¤Þ¤»¤ó¡£¥Ð¥¹ ! ¥Þ¥¦¥¹¤È PS/2 ¥Þ¥¦¥¹¤ËÂФ·¤Æ OS ¤¬ÍÑ°Õ¤·¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¥Î¡¼¥É¤Ï¤¿¤Ö¤ó 1 ! ¤Ä¤À¤±¤À¤«¤é¤Ç¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤òÀܳ¤Ç¤­¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤ÏÊ£¿ô¸ÄÉÕ¤¤ ! ¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ <!-- The next step is to guess the appropriate protocol type for the mouse. The X server may be able to select a protocol type for the given mouse automatically in some cases. Otherwise, the user has to choose one manually. Follow the guidelines below. --> ! ¼¡¤Î¥¹¥Æ¥Ã¥×¤Ï¡¢¥Þ¥¦¥¹¤¬»È¤¦Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤òͽÁÛ¤¹¤ë¤³¤È¤Ç¤¹¡£ X ¥µ¡¼¥Ð¤ÏÍ¿¤¨¤é¤ì¤¿¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤ò¼«Æ°Åª¤ËÁªÂò¤Ç¤­¤ë¾ì¹ç¤â ! ¤¢¤ê¤Þ¤¹¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢¥æ¡¼¥¶¤¬¼êÆ°¤ÇÁªÂò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£°Ê ! ²¼¤Î¥¬¥¤¥É¥é¥¤¥ó¤Ë½¾¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <descrip> <!-- <tag>Bus mouse</tag> --> *************** *** 442,453 **** <!-- The bus and InPort mice always use <tt>"BusMouse"</tt> protocol regardless of the brand of the mouse. --> ¥Ð¥¹¥Þ¥¦¥¹¤È InPort ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º ! <tt>"BusMouse"</tt> ¥×¥í¥È¥³¥ë¤ò»ÈÍѤ¹¤ë¤³¤È¡£ <!-- Some OSs may allow you to specify <tt>"Auto"</tt> as the protocol type for the bus mouse. --> OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë <tt>"Auto"</tt> ¤ò»ÈÍÑ¤Ç ! ¤­¤ë¤â¤Î¤â¤¢¤ë¡£ <!-- <tag>PS/2 mouse</tag> --> <tag>PS/2 ¥Þ¥¦¥¹</tag> --- 528,539 ---- <!-- The bus and InPort mice always use <tt>"BusMouse"</tt> protocol regardless of the brand of the mouse. --> ¥Ð¥¹¥Þ¥¦¥¹¤È InPort ¥Þ¥¦¥¹¤Î¾ì¹ç¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º ! <tt>"BusMouse"</tt> ¥×¥í¥È¥³¥ë¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <!-- Some OSs may allow you to specify <tt>"Auto"</tt> as the protocol type for the bus mouse. --> OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Ð¥¹¥Þ¥¦¥¹¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë <tt>"Auto"</tt> ¤ò»ÈÍÑ¤Ç ! ¤­¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£ <!-- <tag>PS/2 mouse</tag> --> <tag>PS/2 ¥Þ¥¦¥¹</tag> *************** *** 457,465 **** wheels and other additional features are unavailable in the X server. --> PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º <tt>"PS/2"</tt> ¥×¥í¥È ! ¥³¥ë¤òºÇ½é¤Ë»î¤¹¤Ù¤­¤Ç¤¢¤ë¡£¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤â¤³¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç ! Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¢¤ë¡£¤¿¤À¤·¡¢¤³¤Î»ØÄê¤Ç¤Ï X ¾å¤Ç¥Û¥¤¡¼¥ëÅù¤ÎÄɲõ¡Ç½¤ò ! »È¤¨¤Ê¤¤¡£ <!-- After verifying the mouse works with this protocol, you may choose to specify one of <tt>"xxxPS/2"</tt> protocols so that --- 543,551 ---- wheels and other additional features are unavailable in the X server. --> PS/2 ¥Þ¥¦¥¹¤Î¾ì¹ç¤Ï¡¢¥Þ¥¦¥¹¤Î¼ïÎà¤Ë´Ø¤ï¤é¤ºÉ¬¤º <tt>"PS/2"</tt> ¥×¥í¥È ! ¥³¥ë¤òºÇ½é¤Ë»î¤¹¤Ù¤­¤Ç¤¹¡£¤É¤ó¤Ê PS/2 ¥Þ¥¦¥¹¤â¤³¤Î¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ç ! Æ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¡£¤¿¤À¤·¡¢¤³¤Î»ØÄê¤Ç¤Ï X ¾å¤Ç¥Û¥¤¡¼¥ëÅù¤ÎÄɲõ¡Ç½¤Ï»È ! ¤¨¤Þ¤»¤ó¡£ <!-- After verifying the mouse works with this protocol, you may choose to specify one of <tt>"xxxPS/2"</tt> protocols so that *************** *** 469,485 **** Support for some PS/2 mouse models may be disabled all together for some OS platforms for this reason. --> ¤³¤Î¥×¥í¥È¥³¥ë¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ë¤³¤È¤¬³Îǧ¤Ç¤­¤ì¤Ð¡¢<tt>"xxxPS/2"</tt> ! ¥×¥í¥È¥³¥ë¤Î¤¤¤º¤ì¤«1¤Ä¤òÁª¤ó¤Ç»ØÄꤹ¤ë¤ÈÎɤ¤¡£¤³¤ì¤Ë¤è¤ê¡¢X ¥µ¡¼¥Ð¤Î ! Äɲõ¡Ç½¤¬ÍøÍѲÄǽ¤Ë¤Ê¤ë¡£¤·¤«¤·¡¢¤³¤Î¤è¤¦¤Ê PS/2 ¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤Ï X ! ¤Î²¼¤ÇÆ°ºî¤¹¤ë OS ¤ÎÆÃÄê¤ÎµóÆ°¤òÁÛÄꤷ¤Æ¤¤¤ë¤¿¤á¡¢É¬¤º¤·¤â´üÂÔ¤µ¤ì¤¿¤è ! ¤¦¤ËÆ°ºî¤·¤Ê¤¤¤³¤È¤¬¤¢¤ë¡£¤³¤ÎÍýͳ¤Ë¤è¤ê¡¢°ìÉô¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤ÏÆà ! Äê¥â¥Ç¥ë¤Î PS/2 ¥Þ¥¦¥¹¤¬Á´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤¬¤¢¤ë¡£ <!-- Some OSs may allow you to specify <tt>"Auto"</tt> as the protocol type for the PS/2 mouse and the X server will automatically adjust itself. --> OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ËÂФ¹¤ë¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È¤·¤Æ ! <tt>"Auto"</tt> ¤ò¤¹¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¼«Æ°Åª¤ËÄ´À°¤ò¹Ô¤¦¡£ <!-- <tag>Serial mouse</tag> --> <tag>¥·¥ê¥¢¥ë¥Þ¥¦¥¹</tag> --- 555,572 ---- Support for some PS/2 mouse models may be disabled all together for some OS platforms for this reason. --> ¤³¤Î¥×¥í¥È¥³¥ë¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤¹¤ë¤³¤È¤¬³Îǧ¤Ç¤­¤ì¤Ð¡¢<tt>"xxxPS/2"</tt> ! ¥×¥í¥È¥³¥ë¤Î¤¤¤º¤ì¤«1¤Ä¤òÁª¤ó¤Ç»ØÄꤹ¤ë¤ÈÎɤ¤¤Ç¤·¤ç¤¦¡£¤³¤ì¤Ë¤è¤ê¡¢X ! ¥µ¡¼¥Ð¤ÎÄɲõ¡Ç½¤¬ÍøÍѲÄǽ¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤«¤·¡¢¤³¤Î¤è¤¦¤Ê PS/2 ¥Þ¥¦¥¹¤Î ! ¥µ¥Ý¡¼¥È¤Ï X ¤Î²¼¤ÇÆ°ºî¤¹¤ë OS ¤ÎÆÃÄê¤ÎµóÆ°¤òÁÛÄꤷ¤Æ¤¤¤ë¤¿¤á¡¢É¬¤º¤· ! ¤â´üÂÔ¤µ¤ì¤¿¤è¤¦¤ËÆ°ºî¤·¤Ê¤¤¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ÎÍýͳ¤Ë¤è¤ê¡¢°ìÉô¤Î ! ¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤ÏÆÃÄê¥â¥Ç¥ë¤Î PS/2 ¥Þ¥¦¥¹¤¬Á´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ ! ¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ <!-- Some OSs may allow you to specify <tt>"Auto"</tt> as the protocol type for the PS/2 mouse and the X server will automatically adjust itself. --> OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢PS/2 ¥Þ¥¦¥¹¤ËÂФ¹¤ë¥×¥í¥È¥³¥ë¥¿¥¤¥×¤È¤·¤Æ ! <tt>"Auto"</tt> ¤ò¤¹¤ë¤È¡¢X ¥µ¡¼¥Ð¤Ï¼«Æ°Åª¤ËÄ´À°¤ò¹Ô¤¤¤Þ¤¹¡£ <!-- <tag>Serial mouse</tag> --> <tag>¥·¥ê¥¢¥ë¥Þ¥¦¥¹</tag> *************** *** 487,504 **** If your mouse is of a relatively new model, it may conform to the PnP COM device specification and the X server may be able to detect an appropriate protocol type for the mouse automatically. --> ! XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¿·µì´Þ¤á¿¤¯¤Î¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ Èæ³ÓŪ¿·¤·¤¤·¿¤Î¥Þ¥¦¥¹¤Ê¤é¤Ð¡¢PnP COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã¤Æ¤¤¤ë¤«¤â¤· ! ¤ì¤Ê¤¤¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤Ï¥Þ¥¦¥¹¤ËÂФ¹¤ëŬÀڤʥץí¥È¥³¥ë¥¿ ! ¥¤¥×¤ò¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Ê¤¤¡£ <!-- Specify <tt>"Auto"</tt> as the protocol type and start the X server. If the mouse is not a PnP mouse, or the X server cannot determine a suitable protocol type, the server will print the following error message and abort. --> ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë <tt>"Auto"</tt> ¤ò»ØÄꤷ¤Æ X ¥µ¡¼¥Ð¤òµ¯Æ°¤¹¤ë¤³¤È¡£ ! ¥Þ¥¦¥¹¤¬ PnP ¥Þ¥¦¥¹¤Ç¤Ê¤¤¤«¡¢Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤ò·è¤á¤é¤ì¤Ê¤±¤ì¤Ð¡¢ ! X ¥µ¡¼¥Ð¤Ï°Ê²¼¤Î¤è¤¦¤Ê¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Æ°Û¾ï½ªÎ»¤¹¤ë¡£ <verb> xf86SetupMouse: Cannot determine the mouse protocol --- 574,591 ---- If your mouse is of a relatively new model, it may conform to the PnP COM device specification and the X server may be able to detect an appropriate protocol type for the mouse automatically. --> ! XFree86 ¤Î X ¥µ¡¼¥Ð¤Ï¡¢¿·µì´Þ¤á¿¤¯¤Î¼ïÎà¤Î¥Þ¥¦¥¹¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ Èæ³ÓŪ¿·¤·¤¤·¿¤Î¥Þ¥¦¥¹¤Ê¤é¤Ð¡¢PnP COM ¥Ç¥Ð¥¤¥¹¤Î»ÅÍͤ˽¾¤Ã¤Æ¤¤¤ë¤«¤â¤· ! ¤ì¤Þ¤»¤ó¡£¤³¤Î¤è¤¦¤Ê¾ì¹ç¤Ë¤Ï¡¢X ¥µ¡¼¥Ð¤Ï¥Þ¥¦¥¹¤ËÂФ·¤ÆŬÀڤʥץí¥È¥³¥ë ! ¥¿¥¤¥×¤ò¼«Æ°Åª¤Ë¸¡½Ð¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ <!-- Specify <tt>"Auto"</tt> as the protocol type and start the X server. If the mouse is not a PnP mouse, or the X server cannot determine a suitable protocol type, the server will print the following error message and abort. --> ! ¥×¥í¥È¥³¥ë¥¿¥¤¥×¤Ë <tt>"Auto"</tt> ¤ò»ØÄꤷ¤Æ X ¥µ¡¼¥Ð¤òµ¯Æ°¤·¤Æ¤¯¤À¤µ ! ¤¤¡£¥Þ¥¦¥¹¤¬ PnP ¥Þ¥¦¥¹¤Ç¤Ê¤¤¤«¡¢Å¬Àڤʥץí¥È¥³¥ë¥¿¥¤¥×¤ò·è¤á¤é¤ì¤Ê¤± ! ¤ì¤Ð¡¢X ¥µ¡¼¥Ð¤Ï°Ê²¼¤Î¤è¤¦¤Ê¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤Æ°Û¾ï½ªÎ»¤·¤Þ¤¹¡£ <verb> xf86SetupMouse: Cannot determine the mouse protocol *************** *** 507,514 **** <!-- If the X server generates the above error message, you need to manually specify a protocol type for your mouse. Choose one from the following list: --> ! X ¥µ¡¼¥Ð¤¬¤³¤Î¤è¤¦¤Ê¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤¿¾ì¹ç¤Ë¤Ï¡¢¥×¥í¥È¥³¥ë¥¿¥¤ ! ¥×¤ò¼êÆ°¤Ç»ØÄꤹ¤ëɬÍפ¬¤¢¤ë¡£°Ê²¼¤Î¥ê¥¹¥È¤«¤é1¤Ä¤òÁªÂò¤¹¤ë¤³¤È: <itemize> <item><tt>GlidePoint</tt> --- 594,602 ---- <!-- If the X server generates the above error message, you need to manually specify a protocol type for your mouse. Choose one from the following list: --> ! X ¥µ¡¼¥Ð¤¬¤³¤Î¤è¤¦¤Ê¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤¿¾ì¹ç¤Ë¤Ï¡¢¥×¥í¥È¥³¥ë ! ¤Î¼ïÎà¤ò¼êÆ°¤Ç»ØÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£°Ê²¼¤Î¥ê¥¹¥È¤«¤é1¤Ä¤òÁªÂò¤·¤Æ¤¯ ! ¤À¤µ¤¤: <itemize> <item><tt>GlidePoint</tt> *************** *** 523,529 **** </itemize> <!-- When you choose, keep in mind the following rule of thumb: --> ! ÁªÂò¤ò¹Ô¤¦»þ¤Ë¤Ï°Ê²¼¤Î·Ð¸³Â§¤ò³Ð¤¨¤Æ¤ª¤¯¤È¤è¤¤: <enum> <item><!-- <tt>"Logitech"</tt> protocol is for old serial mouse models --- 611,617 ---- </itemize> <!-- When you choose, keep in mind the following rule of thumb: --> ! ÁªÂò¤ò¹Ô¤¦»þ¤Ë¤Ï¡¢°Ê²¼¤Î·Ð¸³Â§¤ò³Ð¤¨¤Æ¤ª¤¯¤È¤è¤¤¤Ç¤·¤ç¤¦: <enum> <item><!-- <tt>"Logitech"</tt> protocol is for old serial mouse models *************** *** 531,541 **** Modern Logitech mice use either <tt>"MouseMan"</tt> or <tt>"Microsoft"</tt> protocol. --> <tt>"Logitech"</tt> ¥×¥í¥È¥³¥ë¤Ï Logitech À½¤Î¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹ÍÑ ! ¤Î¥×¥í¥È¥³¥ë¤Ç¤¢¤ë¡£Logitech À½¤Î¿·¤·¤¤¥Þ¥¦¥¹¤Ç¤Ï¡¢<tt>"MouseMan"</tt> ! ¤Þ¤¿¤Ï <tt>"Microsoft"</tt> ¤ò»È¤¦¤³¤È¡£ <item><!-- Most 2-button serial mice support the <tt>"Microsoft"</tt> protocol. --> ! 2¥Ü¥¿¥ó¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¤Û¤È¤ó¤É¤Ï <tt>"Microsoft"</tt> ¥×¥í¥È¥³¥ë¤ò¥µ ! ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ <item><!-- 3-button serial mice may work with the <tt>"Mousesystems"</tt> protocol. If it doesn't, it may work instead with the <tt>"Microsoft"</tt> protocol although the third (middle) button won't --- 619,629 ---- Modern Logitech mice use either <tt>"MouseMan"</tt> or <tt>"Microsoft"</tt> protocol. --> <tt>"Logitech"</tt> ¥×¥í¥È¥³¥ë¤Ï Logitech À½¤Î¸Å¤¤·¿¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹ÍÑ ! ¤Î¥×¥í¥È¥³¥ë¤Ç¤¹¡£Logitech À½¤Î¿·¤·¤¤¥Þ¥¦¥¹¤Ç¤Ï¡¢<tt>"MouseMan"</tt> ! ¤Þ¤¿¤Ï <tt>"Microsoft"</tt> ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ <item><!-- Most 2-button serial mice support the <tt>"Microsoft"</tt> protocol. --> ! 2¥Ü¥¿¥ó¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Î¤Û¤È¤ó¤É¤Ï <tt>"Microsoft"</tt> ¥×¥í¥È¥³¥ë¤ò ! ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <item><!-- 3-button serial mice may work with the <tt>"Mousesystems"</tt> protocol. If it doesn't, it may work instead with the <tt>"Microsoft"</tt> protocol although the third (middle) button won't *************** *** 543,571 **** 3-button serial mice may also work with the <tt>"Mouseman"</tt> protocol under which the third button may function as expected. --> 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï <tt>"Mousesystems"</tt> ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë ! ¤«¤â¤·¤ì¤Ê¤¤¡£¤³¤Î¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤·¤Ê¤±¤ì¤Ð¡¢<tt>"Microsoft"</tt> ¥× ! ¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Ê¤¤¡£¤¿¤À¤·¡¢¤½¤Î¾ì¹ç¤Ë¤Ï3ÈÖÌܤΥܥ¿¥ó(Ãæ¥Ü ! ¥¿¥ó)¤Ïµ¡Ç½¤·¤Ê¤¤¤À¤í¤¦¡£ 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï <tt>"Mouseman"</tt> ¥×¥í¥È¥³¥ë¤Ç¤âÆ°ºî¤¹¤ë¤« ! ¤â¤·¤ì¤Ê¤¤¡£¤³¤Î¾ì¹ç¤Ë¤Ï3ÈÖÌܤΥܥ¿¥ó¤â´üÂÔÄ̤ê¤ËÆ°¤¯¤È»×¤ï¤ì¤ë¡£ <item><!-- 3-button serial mice may have a small switch at the bottom of the mouse to choose between ``MS'' and ``PC'', or ``2'' and ``3''. ``MS'' or ``2'' usually mean the <tt>"Microsoft"</tt> protocol. ``PC'' or ``3'' will choose the <tt>"MouseSystems"</tt> protocol. --> 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ÎÄìÌ̤ˤϡÖMS¡×¤È¡ÖPC¡×¡¢¡Ö2¡×¤È¡Ö3¡×¤òÁªÂò¤Ç ! ¤­¤ë¾®¤µ¤Ê¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£¡ÖMS¡×¤ä¡Ö2¡×¤ÏÉáÄÌ <tt>"Microsoft"</tt> ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ê¡¢¡ÖPC¡×¤ä¡Ö3¡×¤Ï ! <tt>"MouseSystems"</tt> ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ë¡£ <item><!-- If the serial mouse has a roller or a wheel, it may be compatible with the <tt>"IntelliMouse"</tt> protocol. --> ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤Ï ! <tt>"IntelliMouse"</tt> ¥×¥í¥È¥³¥ë¸ß´¹¤«¤â¤·¤ì¤Ê¤¤¡£ <item><!-- If the serial mouse has a roller or a wheel and it doesn't work with the <tt>"IntelliMouse"</tt> protocol, you have to use it as a regular 2- or 3-button serial mouse. --> ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¤¬ <tt>"IntelliMouse"</tt> ¥×¥í¥È¥³¥ë¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤ÏÉáÄ̤Î2¥Ü¥¿¥ó¤Þ¤¿¤Ï3¥Ü¥¿¥ó¤Î ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¡£ </enum> <!-- If the <tt>"Auto"</tt> protocol is specified and the mouse seems working, --- 631,659 ---- 3-button serial mice may also work with the <tt>"Mouseman"</tt> protocol under which the third button may function as expected. --> 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï <tt>"Mousesystems"</tt> ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë ! ¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤·¤Ê¤±¤ì¤Ð¡¢<tt>"Microsoft"</tt> ! ¥×¥í¥È¥³¥ë¤ÇÆ°ºî¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤¿¤À¤·¡¢¤½¤Î¾ì¹ç¤Ë¤Ï3ÈÖÌܤΥܥ¿¥ó ! (Ãæ¥Ü¥¿¥ó)¤Ïµ¡Ç½¤·¤Ê¤¤¤Ç¤·¤ç¤¦¡£ 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ï <tt>"Mouseman"</tt> ¥×¥í¥È¥³¥ë¤Ç¤âÆ°ºî¤¹¤ë¤« ! ¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¾ì¹ç¤Ë¤Ï3ÈÖÌܤΥܥ¿¥ó¤â´üÂÔÄ̤ê¤ËÆ°¤¯¤È»×¤ï¤ì¤Þ¤¹¡£ <item><!-- 3-button serial mice may have a small switch at the bottom of the mouse to choose between ``MS'' and ``PC'', or ``2'' and ``3''. ``MS'' or ``2'' usually mean the <tt>"Microsoft"</tt> protocol. ``PC'' or ``3'' will choose the <tt>"MouseSystems"</tt> protocol. --> 3¥Ü¥¿¥ó¤Î¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤ÎÄìÌ̤ˤϡÖMS¡×¤È¡ÖPC¡×¡¢¡Ö2¡×¤È¡Ö3¡×¤òÁªÂò¤Ç ! ¤­¤ë¾®¤µ¤Ê¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¡ÖMS¡×¤ä¡Ö2¡×¤ÏÉáÄÌ <tt>"Microsoft"</tt> ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¢¤ê¡¢¡ÖPC¡×¤ä¡Ö3¡×¤Ï ! <tt>"MouseSystems"</tt> ¥×¥í¥È¥³¥ë¤Î¤³¤È¤Ç¤¹¡£ <item><!-- If the serial mouse has a roller or a wheel, it may be compatible with the <tt>"IntelliMouse"</tt> protocol. --> ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¡¼¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤Ï ! <tt>"IntelliMouse"</tt> ¥×¥í¥È¥³¥ë¸ß´¹¤«¤â¤·¤ì¤Þ¤»¤ó¡£ <item><!-- If the serial mouse has a roller or a wheel and it doesn't work with the <tt>"IntelliMouse"</tt> protocol, you have to use it as a regular 2- or 3-button serial mouse. --> ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤Ë¥í¡¼¥é¡¼¤ä¥Û¥¤¡¼¥ë¤¬ÉÕ¤¤¤Æ¤¤¤ë¤¬ <tt>"IntelliMouse"</tt> ¥×¥í¥È¥³¥ë¤Ç¤ÏÆ°ºî¤·¤Ê¤¤¾ì¹ç¡¢¤³¤Î¥Þ¥¦¥¹¤ÏÉáÄ̤Î2¥Ü¥¿¥ó¤Þ¤¿¤Ï3¥Ü¥¿¥ó¤Î ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ </enum> <!-- If the <tt>"Auto"</tt> protocol is specified and the mouse seems working, *************** *** 573,586 **** because the X server does not have native support for that model of mouse and is using a ``compatible'' protocol according to PnP information. --> <tt>"Auto"</tt> ¥×¥í¥È¥³¥ë¤Î»ØÄê¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤·¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤ë¤±¤ì ! ¤É¡¢¥Þ¥¦¥¹¤Îµ¡Ç½Á´¤Æ¤ÏÍøÍѤǤ­¤Ê¤¤¾ì¹ç¡¢¤½¤Î¸¶°ø¤Ï X ¥µ¡¼¥Ð¤¬¤½¤Î·¿¤Î ¥Þ¥¦¥¹¤ò¥Í¥¤¥Æ¥£¥Ö¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤é¤º¡¢PnP ¤Î¾ðÊó¤Ë½¾¤Ã¤Æ¡Ö¸ß´¹¡×¥×¥í ! ¥È¥³¥ë¤ò»ÈÍѤ·¤Æ¤¤¤ë¤¿¤á¤Ç¤¢¤ë¡£ <!-- If you suspect this is the case with your mouse, please send report to <it/<XFree86@XFree86.Org>/. --> ¤³¤Îµ¿¤¤¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥ì¥Ý¡¼¥È¤ò <it/<XFree86@XFree86.Org>/ ¤Þ ! ¤ÇÁ÷¤ë¤³¤È¡£ <!-- <tag>Standardized protocols</tag> --> <tag>ɸ½à²½¤µ¤ì¤¿¥×¥í¥È¥³¥ë</tag> --- 661,687 ---- because the X server does not have native support for that model of mouse and is using a ``compatible'' protocol according to PnP information. --> <tt>"Auto"</tt> ¥×¥í¥È¥³¥ë¤Î»ØÄê¤Ç¥Þ¥¦¥¹¤¬Æ°ºî¤·¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤ë¤±¤ì ! ¤É¡¢¥Þ¥¦¥¹¤Îµ¡Ç½¤ÎÁ´Éô¤ÏÍøÍѤǤ­¤Ê¤¤¾ì¹ç¡¢¤½¤Î¸¶°ø¤Ï X ¥µ¡¼¥Ð¤¬¤½¤Î·¿¤Î ¥Þ¥¦¥¹¤ò¥Í¥¤¥Æ¥£¥Ö¤Ç¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤é¤º¡¢PnP ¤Î¾ðÊó¤Ë½¾¤Ã¤Æ¡Ö¸ß´¹¡×¥×¥í ! ¥È¥³¥ë¤ò»ÈÍѤ·¤Æ¤¤¤ë¤¿¤á¤Ç¤¹¡£ <!-- If you suspect this is the case with your mouse, please send report to <it/<XFree86@XFree86.Org>/. --> ¤³¤Îµ¿¤¤¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢¥ì¥Ý¡¼¥È¤ò <it/<XFree86@XFree86.Org>/ ¤Þ ! ¤ÇÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ! ! <!-- ! <tag>USB mouse</tag> ! --> ! <tag>USB ¥Þ¥¦¥¹</tag> ! <!-- ! If your mouse is connected to the USB port, it can either be supported ! by an OS-specific protocol (see below), or as a generic Human ! Interface Device by the <tt>"usb"</tt> protocol. ! --> ! ¥Þ¥¦¥¹¤ò USB ¥Ý¡¼¥È¤ËÀܳ¤·¤Æ¤¤¤ì¤Ð¡¢OS ¸ÇÍ­¤Î¥×¥í¥È¥³¥ë(¸å½Ò)¤Ë¤è¤Ã¤Æ ! ¥µ¥Ý¡¼¥È¤¹¤ë¤«¡¢¤¢¤ë¤¤¤Ï <tt>"usb"</tt> ¥×¥í¥È¥³¥ë¤Ë¤è¤Ã¤Æ ! ÈÆÍѥҥ塼¥Þ¥ó¥¤¥ó¥¿¥Õ¥§¡¼¥¹¥Ç¥Ð¥¤¥¹¤È¤·¤Æ¥µ¥Ý¡¼¥È¤Ç¤­¤Þ¤¹¡£ <!-- <tag>Standardized protocols</tag> --> <tag>ɸ½à²½¤µ¤ì¤¿¥×¥í¥È¥³¥ë</tag> *************** *** 590,601 **** In FreeBSD the system mouse device <tt>/dev/sysmouse</tt> uses the <tt>"SysMouse"</tt> protocol. Please refer to the OS support section of this file for more information. --> ! OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î·¿¤ä¼ïÎà¤Ë¤«¤«¤ï¤é¤º¡¢¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤¬É¸½à²½ ! ¤µ¤ì¤¿¥×¥í¥È¥³¥ë¤òÍѤ¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£Î㤨¤Ð¡¢SVR4 ¤Ç¤Ï ! <tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ë¡£FreeBSD ! ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¥·¥¹¥Æ¥à¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹ <tt>/dev/sysmouse</tt> ¤Ï ! <tt>"SysMouse"</tt> ¥×¥í¥È¥³¥ë¤òÍѤ¤¤ë¡£¾Ü¤·¤¯¤ÏËÜ¥Õ¥¡¥¤¥ëÃæ¤Î ! ¡ÖOS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È¡×¥»¥¯¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤³¤È¡£ </descrip> --- 691,702 ---- In FreeBSD the system mouse device <tt>/dev/sysmouse</tt> uses the <tt>"SysMouse"</tt> protocol. Please refer to the OS support section of this file for more information. --> ! OS ¤Ë¤è¤Ã¤Æ¤Ï¡¢¥Þ¥¦¥¹¤Î·¿¤ä¼ïÎà¤Ë¤«¤«¤ï¤é¤º¡¢É¸½à²½¤µ¤ì¤¿¥×¥í¥È¥³¥ë¤ò ! ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤¬ÍѤ¤¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Î㤨¤Ð¡¢SVR4 ¤Ç¤Ï ! <tt>"Xqueue"</tt> ¥×¥í¥È¥³¥ë¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ ! FreeBSD ¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢¥·¥¹¥Æ¥à¤Î¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹ <tt>/dev/sysmouse</tt> ! ¤Ï <tt>"SysMouse"</tt> ¥×¥í¥È¥³¥ë¤òÍѤ¤¤Þ¤¹¡£¾Ü¤·¤¯¤Ï¡¢ËÜ¥Õ¥¡¥¤¥ëÃæ¤Î ! ¡ÖOS Ê̤Υޥ¦¥¹¥µ¥Ý¡¼¥È¡×¤ÎÀá¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ </descrip> *************** *** 604,610 **** <!-- The following new options are available for the <tt>Pointer</tt> section of the <tt>XF86Config</tt> file. --> <tt>XF86Config</tt> ¥Õ¥¡¥¤¥ë¤Î <tt>Pointer</tt> ¤Ç¤Ï¡¢°Ê²¼¤Î¿·¤·¤¤¥ª¥× ! ¥·¥ç¥ó¤¬»È¤¨¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¡£ <!-- <sect1>Buttons <p> --> <sect1>Buttons <p> --- 705,711 ---- <!-- The following new options are available for the <tt>Pointer</tt> section of the <tt>XF86Config</tt> file. --> <tt>XF86Config</tt> ¥Õ¥¡¥¤¥ë¤Î <tt>Pointer</tt> ¤Ç¤Ï¡¢°Ê²¼¤Î¿·¤·¤¤¥ª¥× ! ¥·¥ç¥ó¤¬»È¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£ <!-- <sect1>Buttons <p> --> <sect1>Buttons <p> *************** *** 613,628 **** number. This option is the only means for the X server to obtain it. The default value is three. --> ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¿ô¤ò X ¥µ¡¼¥Ð¤Ë»Ø¼¨¤¹¤ë¡£¥Ü¥¿¥ó¤ÎÀµ¤· ! ¤¤¿ô¤Î¼«Æ°¸¡½Ð¤Î¤¿¤á¤Î¿®Íê¤Ç¤­¤ëÊýË¡¤Ï¡¢¸½ºß¤Î¤È¤³¤í¸ºß¤·¤Ê¤¤¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï X ¥µ¡¼¥Ð¤¬¥Ü¥¿¥ó¤Î¿ô¤òÆÀ¤ëÍ£°ì¤ÎÊýË¡¤Ç¤¢¤ë¡£¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï ! 3 ¤Ç¤¢¤ë¡£ <!-- Note that if you intend to assign Z axis movement to button events using the <tt>ZAxisMapping</tt> option below, you need to take account of those buttons into <tt>N</tt> too. --> ¸å½Ò¤Î <tt>ZAxisMapping</tt> ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ Z ¼´¤Î°ÜÆ°¤ò¥Ü¥¿¥ó¥¤¥Ù ! ¥ó¥È¤Ë³ä¤êÅö¤Æ¤è¤¦¤È¤¹¤ë¾ì¹ç¡¢¤½¤Îʬ¤Î¥Ü¥¿¥ó¿ô¤â¿ô¤Ë´Þ¤á¤ëɬÍפ¬¤¢¤ë¡£ <verb> Buttons N --- 714,730 ---- number. This option is the only means for the X server to obtain it. The default value is three. --> ! ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢¥Þ¥¦¥¹¤Î¥Ü¥¿¥ó¿ô¤ò X ¥µ¡¼¥Ð¤Ë»Ø¼¨¤·¤Þ¤¹¡£¥Ü¥¿¥ó¤ÎÀµ ! ¤·¤¤¿ô¤ò³Î¼Â¤Ë¼«Æ°¸¡½Ð¤Ç¤­¤ëÊýË¡¤Ï¡¢¸½ºß¤Î¤È¤³¤í¸ºß¤·¤Þ¤»¤ó¡£¤³¤Î¥ª ! ¥×¥·¥ç¥ó¤Ï X ¥µ¡¼¥Ð¤¬¥Ü¥¿¥ó¤Î¿ô¤òÆÀ¤ëÍ£°ì¤ÎÊýË¡¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÃÍ¤Ï ! 3 ¤Ç¤¹¡£ <!-- Note that if you intend to assign Z axis movement to button events using the <tt>ZAxisMapping</tt> option below, you need to take account of those buttons into <tt>N</tt> too. --> ¸å½Ò¤Î <tt>ZAxisMapping</tt> ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ Z ¼´¤Î°ÜÆ°¤ò¥Ü¥¿¥ó¥¤¥Ù ! ¥ó¥È¤Ë³ä¤êÅö¤Æ¤è¤¦¤È¤¹¤ë¾ì¹ç¡¢¤½¤Îʬ¤Î¥Ü¥¿¥ó¿ô¤â¿ô¤Ë´Þ¤á¤ëɬÍפ¬¤¢¤ê¤Þ ! ¤¹¡£ <verb> Buttons N *************** *** 633,639 **** <!-- This option maps the Z axis (wheel) motion to a pair of buttons or to another axis. --> ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Z ¼´(¥Û¥¤¡¼¥ë)¤ÎÆ°¤­¤ò¥Ü¥¿¥ó2¤Ä¡¢¤¢¤ë¤¤¤ÏÊ̤μ´¤Ë¥Þ¥Ã ! ¥×¤¹¤ë¡£ <verb> ZAxisMapping X --- 735,741 ---- <!-- This option maps the Z axis (wheel) motion to a pair of buttons or to another axis. --> ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï Z ¼´(¥Û¥¤¡¼¥ë)¤ÎÆ°¤­¤ò¥Ü¥¿¥ó2¤Ä¡¢¤¢¤ë¤¤¤ÏÊ̤μ´¤Ë¥Þ¥Ã ! ¥×¤·¤Þ¤¹¡£ <verb> ZAxisMapping X *************** *** 649,674 **** the button <tt>M</tt>. If this option is used and the buttons <tt>N</tt> or <tt>M</tt> actually exists in the mouse, their actions won't be detected by the X server. --> ! ºÇ½é¤ÎÎã¤Ï Z ¼´¤ÎÆ°¤­¤ò X ¼´¤ÎÆ°¤­¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¢¤ë¡£¥æ¡¼¥¶¤¬¥Û¥¤¡¼ ! ¥ë¤ä¥í¡¼¥é¤òÆ°¤«¤¹¤È¡¢¤½¤ÎÆ°ºî¤Ï X ¼´¤ÎÆ°¤­¤È¤·¤ÆÄÌÃΤµ¤ì¤ë¡£¥Û¥¤¡¼¥ë ! ¤ä¥í¡¼¥é¤¬»ß¤Þ¤Ã¤Æ¤¤¤ë¤È¤­¤Ï¡¢¼ÂºÝ¤Î X ¼´¤ÎÆ°¤­¤Ï¤½¤Î¤Þ¤ÞÄÌÃΤµ¤ì¤ë¡£ ºÇ¸å¤ÎÎã¤Ï Z ¼´Êý¸þ¤ÎÉé¤ÎÆ°¤­¤ò¥Ü¥¿¥ó <tt>N</tt> ¤Ë¥Þ¥Ã¥×¤·¡¢Àµ¤ÎÆ°¤­ ! ¤ò¥Ü¥¿¥ó <tt>M</tt>¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¢¤ë¡£¥Ü¥¿¥ó <tt>N</tt>, <tt>M</tt> ¤¬¼ÂºÝ¤Ë¥Þ¥¦¥¹¤ËÉÕ¤¤¤Æ¤¤¤ë¤Î¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤¿¾ì¹ç¡¢ ! X ¥µ¡¼¥Ð¤Ï¥Ü¥¿¥ó¤ÎÆ°ºî¤ò¸¡½Ð¤·¤Ê¤¤¡£ <!-- Currently this option can not be set in the <tt>XF86Setup</tt> program. You need to edit the <tt>XF86Config</tt> file by hand to add this option. --> ! ¸½ºß¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï <tt>XF86Setup</tt> ¥×¥í¥°¥é¥à¤Ç¤ÏÀßÄê¤Ç¤­¤Ê¤¤¡£ <tt>XF86Config</tt>¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½¤Àµ¤·¤Æ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÄɲ乤ëɬ ! Íפ¬¤¢¤ë¡£ <!-- <sect1>Resolution <p> --> <sect1>Resolution <p> <!-- The following option will set the mouse device resolution to <tt>N</tt> counts per inch, if possible: --> °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Î²òÁüÅÙ¤¬ 1 ¥¤¥ó¥Á¤¢¤¿¤ê ! <tt>N</tt> ¥«¥¦¥ó¥È¤ËÀßÄꤵ¤ì¤ë¡£¤¿¤À¤·¡¢¤³¤ì¤Ï»ØÄ꤬ͭ¸ú¤Ê¾ì¹ç¤Ë¸Â¤ë¡£ <verb> Resolution N --- 751,778 ---- the button <tt>M</tt>. If this option is used and the buttons <tt>N</tt> or <tt>M</tt> actually exists in the mouse, their actions won't be detected by the X server. --> ! ºÇ½é¤ÎÎã¤Ï¡¢Z ¼´¤ÎÆ°¤­¤ò X ¼´¤ÎÆ°¤­¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¹¡£¥æ¡¼¥¶¤¬ ! ¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤òÆ°¤«¤¹¤È¡¢¤½¤ÎÆ°ºî¤Ï X ¼´¤ÎÆ°¤­¤È¤·¤ÆÄÌÃΤµ¤ì¤Þ¤¹¡£ ! ¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤¬»ß¤Þ¤Ã¤Æ¤¤¤ë¤È¤­¤Ï¡¢¼ÂºÝ¤Î X ¼´¤ÎÆ°¤­¤Ï¤½¤Î¤Þ¤ÞÄÌÃÎ ! ¤µ¤ì¤Þ¤¹¡£ ºÇ¸å¤ÎÎã¤Ï Z ¼´Êý¸þ¤ÎÉé¤ÎÆ°¤­¤ò¥Ü¥¿¥ó <tt>N</tt> ¤Ë¥Þ¥Ã¥×¤·¡¢Àµ¤ÎÆ°¤­ ! ¤ò¥Ü¥¿¥ó <tt>M</tt>¤Ë¥Þ¥Ã¥×¤¹¤ë¤â¤Î¤Ç¤¹¡£¥Ü¥¿¥ó <tt>N</tt>, <tt>M</tt> ¤¬¼ÂºÝ¤Ë¥Þ¥¦¥¹¤ËÉÕ¤¤¤Æ¤¤¤ë¤Î¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤¿¾ì¹ç¡¢ ! X ¥µ¡¼¥Ð¤Ï¥Ü¥¿¥ó¤ÎÆ°ºî¤ò¸¡½Ð¤·¤Þ¤»¤ó¡£ <!-- Currently this option can not be set in the <tt>XF86Setup</tt> program. You need to edit the <tt>XF86Config</tt> file by hand to add this option. --> ! ¸½ºß¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï <tt>XF86Setup</tt> ¥×¥í¥°¥é¥à¤Ç¤ÏÀßÄê¤Ç¤­¤Þ¤»¤ó¡£ <tt>XF86Config</tt>¥Õ¥¡¥¤¥ë¤ò¼ê¤Ç½¤Àµ¤·¤Æ¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÄɲ乤ëɬ ! Íפ¬¤¢¤ê¤Þ¤¹¡£ <!-- <sect1>Resolution <p> --> <sect1>Resolution <p> <!-- The following option will set the mouse device resolution to <tt>N</tt> counts per inch, if possible: --> °Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹¤Î²òÁüÅÙ¤¬ 1 ¥¤¥ó¥Á¤¢¤¿¤ê ! <tt>N</tt> ¥«¥¦¥ó¥È¤ËÀßÄꤵ¤ì¤Þ¤¹¡£¤¿¤À¤·¡¢¤³¤ì¤Ï»ØÄ꤬ͭ¸ú¤Ê¾ì¹ç¤Ë¸Â ! ¤ê¤Þ¤¹¡£ <verb> Resolution N *************** *** 677,683 **** <!-- Not all mice and OSs can support this option. This option can be set in the <tt>XF86Setup</tt> program. --> ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢É¬¤º¤·¤âÁ´¤Æ¤Î¥Þ¥¦¥¹¤È OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï ! ¤Ê¤¤¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï <tt>XF86Setup</tt> ¥×¥í¥°¥é¥à¤ÇÀßÄê²Äǽ¤Ç¤¢¤ë¡£ <!-- <sect>Mouse Gallery <p> --> <sect> ³Æ¼ï¥Þ¥¦¥¹¤Î¾Ò²ð <p> --- 781,788 ---- <!-- Not all mice and OSs can support this option. This option can be set in the <tt>XF86Setup</tt> program. --> ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢É¬¤º¤·¤âÁ´¤Æ¤Î¥Þ¥¦¥¹¤È OS ¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï ! ¤¢¤ê¤Þ¤»¤ó¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï <tt>XF86Setup</tt> ¥×¥í¥°¥é¥à¤ÇÀßÄê²Äǽ¤Ç ! ¤¹¡£ <!-- <sect>Mouse Gallery <p> --> <sect> ³Æ¼ï¥Þ¥¦¥¹¤Î¾Ò²ð <p> *************** *** 692,709 **** wheels or rollers. If you want to make the wheel behave like before, you can use the new option <tt>"ZAxisMapping"</tt> as described above. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ï XFree86 3.3 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£¤·¤«¤·¡¢3.3.2 °Ê¹ß¤Ç ! Âбþ¤¬¾¯¤·ÊѤï¤Ã¤Æ¤¤¤ë¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤¬ Z ¼´¤ÎÆ°¤­¤È¤·¤Æ ! ǧ¼±¤µ¤ì¤ë¡£¤³¤ÎÆ°ºî¤Ï XFree86 3.3 ¤È¤Ï¸ß´¹¤Ç¤Ê¤¤¤¬¡¢¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼ ! ¤¬ÉÕ¤¤¤¿Â¾¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤È¤ÏÅý°ì¤¬¼è¤ì¤Æ¤¤¤ë¡£¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤ò 3.3 ! ¤ÈƱÍͤˤ·¤¿¤¤¾ì¹ç¤Ï¡¢Á°½Ò¤Î¿·¥ª¥×¥·¥ç¥ó <tt>"ZAxisMapping"</tt> ¤ò»Ø ! Äꤹ¤ë¤³¤È¡£ <p> <!-- IntelliMouse supports the PnP COM device specification. --> ! IntelliMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ <p> <!-- To use this mouse as a serial device: --> ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È: <!-- <verb> Protocol "Auto" or "IntelliMouse" --- 797,814 ---- wheels or rollers. If you want to make the wheel behave like before, you can use the new option <tt>"ZAxisMapping"</tt> as described above. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ï XFree86 3.3 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢3.3.2 °Ê¹ß ! ¤ÇÂбþ¤¬¾¯¤·ÊѤï¤ê¤Þ¤·¤¿¡£¶ñÂÎŪ¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤¬ Z ¼´¤ÎÆ°¤­¤È¤·¤Æ ! ǧ¼±¤µ¤ì¤Þ¤¹¡£¤³¤ÎÆ°ºî¤Ï XFree86 3.3 ¤È¤Ï¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢ ! ¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤¿Â¾¤Î¥Þ¥¦¥¹¤Î¥µ¥Ý¡¼¥È¤È¤ÏÅý°ì¤¬¼è¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¥Û¥¤¡¼¥ë¤ÎÆ°ºî¤ò 3.3 ¤ÈƱÍͤˤ·¤¿¤¤¾ì¹ç¤Ï¡¢Á°½Ò¤Î¿·¥ª¥×¥·¥ç¥ó ! <tt>"ZAxisMapping"</tt> ¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ <p> <!-- IntelliMouse supports the PnP COM device specification. --> ! IntelliMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <p> <!-- To use this mouse as a serial device: --> ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" or "IntelliMouse" *************** *** 718,724 **** <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "IMPS/2" --- 823,829 ---- <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "IMPS/2" *************** *** 732,740 **** <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the wheel won't work in this case): --> ! ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¤³¤Î¾ì¹ç¤Ë¤Ï¥Û¥¤¡¼¥ë¤ÏÆ° ! ºî¤·¤Ê¤¤¤À¤í¤¦): <!-- <verb> Protocol "PS/2" --- 837,845 ---- <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the wheel won't work in this case): --> ! ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤±¤ì¤É¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½ ! ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¤³¤Î¾ì¹ç¤Ë¤Ï ! ¥Û¥¤¡¼¥ë¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): <!-- <verb> Protocol "PS/2" *************** *** 749,755 **** <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 854,860 ---- <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 761,775 **** Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) </verb> <!-- <sect1>Kensington Thinking Mouse (serial, PS/2) <p> --> <sect1>Kensington À½ Thinking Mouse (¥·¥ê¥¢¥ë¡¢ PS/2) <p> <!-- This mouse has four buttons. Thinking Mouse supports the PnP COM device specification. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï4¤Ä¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£Thinking Mouse ¤Ï PnP COM ¥Ç¥Ð¥¤ ! ¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£ <p> <!-- To use this mouse as a serial device: --> ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¤ë¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" or "ThinkingMouse" --- 866,977 ---- Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) </verb> + <sect1>MS Intellimouse Explorer (PS/2, USB)<p> + <!-- + This mouse has an optical sensor which produces a nifty red glowing + under it. It has 5 buttons and a wheel, and comes with an adaptor to + be used as either PS/2 or USB. + --> + ¤³¤Î¥Þ¥¦¥¹¤Î²¼¤Ë¤Ï¡¢¤­¤ì¤¤¤ÊÀÖ¤¤¸÷¤òȯ¤¹¤ë¸÷³Ø¥»¥ó¥µ¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£ + ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï 5 ¤Ä¤Î¥Ü¥¿¥ó¤È 1 ¤Ä¤Î¥Û¥¤¡¼¥ë¤¬¤¢¤ê¡¢PS/2 ¥Þ¥¦¥¹¤È¤·¤Æ + ¤â USB ¥Þ¥¦¥¹¤È¤·¤Æ¤â»È¤¨¤ë¥¢¥À¥×¥¿¤¬ÉÕ°¤·¤Æ¤¤¤Þ¤¹¡£ + + <!-- + To use this mouse as the PS/2 device and the OS supports PS/2 mouse + initialization: + --> + ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ + ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + <!-- + <verb> + Protocol "IMPS/2" + Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) + </verb> + --> + <verb> + Protocol "IMPS/2" + Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) + </verb> + + <!-- + To use this mouse as the PS/2 device but the OS does not support PS/2 mouse + initialization (the wheel won't work in this case): + --> + ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤±¤ì¤É¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½ + ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¤³¤Î¾ì¹ç¤Ë¤Ï + ¥Û¥¤¡¼¥ë¤Ï»È¤¨¤Ê¤¤¤Ç¤·¤ç¤¦): + <!-- + <verb> + Protocol "PS/2" + Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) + </verb> + --> + <verb> + Protocol "PS/2" + Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) + </verb> + + <!-- + To use this mouse as the PS/2 device and the OS supports automatic + PS/2 mouse detection: + --> + ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ + ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + <!-- + <verb> + Protocol "Auto" + Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) + </verb> + --> + <verb> + Protocol "Auto" + Device "/dev/xxxx" (xxxx ¤Ï PS/2 ¥Þ¥¦¥¹¥Ç¥Ð¥¤¥¹) + </verb> + + <!-- + To use this mouse as the USB device and the OS supports the generic + HID protocol: + --> + ¤³¤Î¥Þ¥¦¥¹¤ò USB ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬ÈÆÍÑ HID ¥×¥í¥È¥³¥ë¤ò¥µ¥Ý¡¼ + ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + <!-- + <verb> + Protocol "usb" + Device "/dev/uhidx" (where x is the USB device number) + </verb> + --> + <verb> + Protocol "usb" + Device "/dev/uhidx" (x ¤Ï USB ¤Î¥Ç¥Ð¥¤¥¹ÈÖ¹æ) + </verb> + + <!-- + To use this mouse as the USB device and the OS supports automatic + mouse detection: + --> + ¤³¤Î¥Þ¥¦¥¹¤ò USB ¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¤¡¢OS ¤¬¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼¥È¤· + ¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: + <!-- + <verb> + Protocol "Auto" + Device "/dev/xxxx" (where xxxx is the USB mouse device) + </verb> + --> + <verb> + Protocol "Auto" + Device "/dev/xxxx" (xxxx ¤Ï USB ¥Þ¥¦¥¹¤Î¥Ç¥Ð¥¤¥¹) + </verb> + <!-- <sect1>Kensington Thinking Mouse (serial, PS/2) <p> --> <sect1>Kensington À½ Thinking Mouse (¥·¥ê¥¢¥ë¡¢ PS/2) <p> <!-- This mouse has four buttons. Thinking Mouse supports the PnP COM device specification. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï4¤Ä¥Ü¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£Thinking Mouse ¤Ï PnP COM ¥Ç¥Ð ! ¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ <p> <!-- To use this mouse as a serial device: --> ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¤ë¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ ! ¤¤: <!-- <verb> Protocol "Auto" or "ThinkingMouse" *************** *** 784,790 **** <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "ThinkingMousePS/2" --- 986,992 ---- <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "ThinkingMousePS/2" *************** *** 800,807 **** initialization (the third and the fourth buttons act as though they were the first and the second buttons): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(3ÈÖÌܤÈ4ÈÖÌܤΥܥ¿¥ó¤Ï¡¢1 ! ÈÖÌܤÈ2ÈÖÌܤΥܥ¿¥ó¤È¤·¤ÆÆ°ºî¤¹¤ë): <!-- <verb> Protocol "PS/2" --- 1002,1009 ---- initialization (the third and the fourth buttons act as though they were the first and the second buttons): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(3ÈÖÌܤÈ4ÈÖÌܤΥܥ¿¥ó ! ¤Ï¡¢1 ÈÖÌܤÈ2ÈÖÌܤΥܥ¿¥ó¤È¤·¤ÆÆ°ºî¤·¤Þ¤¹): <!-- <verb> Protocol "PS/2" *************** *** 816,822 **** <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 1018,1024 ---- <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 831,843 **** <sect1>Genius À½ NetScroll (PS/2) <p> <!-- This mouse has four buttons and a roller. The roller movement is recognized as the Z axis motion. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Ü¥¿¥ó4¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥í¡¼¥é¡¼¤ÎÆ°ºî¤Ï Z ¼´¤Î ! Æ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤ë¡£ <p> <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "NetScrollPS/2" --- 1033,1045 ---- <sect1>Genius À½ NetScroll (PS/2) <p> <!-- This mouse has four buttons and a roller. The roller movement is recognized as the Z axis motion. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Ü¥¿¥ó4¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥í¡¼¥é¡¼¤ÎÆ°ºî¤Ï Z ¼´ ! ¤ÎÆ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£ <p> <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "NetScrollPS/2" *************** *** 852,859 **** <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the roller and the fourth button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¥í¡¼¥é¡¼¤È4ÈÖÌܤΥܥ¿¥ó¤Ï ! Æ°ºî¤·¤Ê¤¤¤À¤í¤¦): <!-- <verb> Protocol "PS/2" --- 1054,1061 ---- <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the roller and the fourth button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¥í¡¼¥é¡¼¤È4ÈÖÌܤΥܥ¿ ! ¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): <!-- <verb> Protocol "PS/2" *************** *** 868,874 **** <!--To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 1070,1076 ---- <!--To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 887,905 **** NetMouse Pro is identical to NetMouse except that it has the third button on the left hand side. --> ¤³¤Îξ¼Ô¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤Î¤è¤¦¤Ë»È¤¨¤ë¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó(magic ! button)¡×¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤ÎÆ°ºî¤Ï Z ¼´¤ÎÆ°¤­¤È¤·¤Æ¼±ÊÌ ! ¤µ¤ì¤ë¡£NetMouse Pro ¤Ï NetMouse ¤È¤Û¤ÜƱ¤¸¤Ç¤¢¤ë¤¬¡¢º¸¼ê¦¤Ë3ÈÖÌÜ¤Î¥Ü ! ¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ëÅÀ¤¬°Û¤Ê¤ë¡£ <p> <!-- NetMouse and NetMouse Pro support the PnP COM device specification. When used as a serial mouse, they are compatible with MS IntelliMouse. --> ! NetMouse ¤È NetMouse Pro ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¥· ! ¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¢¤ë¡£ <p> <!-- To use these mice as a serial device: --> ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³ ! ¤È: <!-- <verb> Protocol "Auto" or "IntelliMouse" --- 1089,1107 ---- NetMouse Pro is identical to NetMouse except that it has the third button on the left hand side. --> ¤³¤Îξ¼Ô¤Ë¤Ï¡¢¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤Î¤è¤¦¤Ë»È¤¨¤ë¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó(magic ! button)¡×¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤ÎÆ°ºî¤Ï Z ¼´¤ÎÆ°¤­¤È¤·¤Æ¼±ÊÌ ! ¤µ¤ì¤Þ¤¹¡£NetMouse Pro ¤Ï NetMouse ¤È¤Û¤ÜƱ¤¸¤Ç¤¹¤¬¡¢º¸¼ê¦¤Ë3ÈÖÌÜ¤Î¥Ü ! ¥¿¥ó¤¬ÉÕ¤¤¤Æ¤¤¤ëÅÀ¤¬°Û¤Ê¤ê¤Þ¤¹¡£ <p> <!-- NetMouse and NetMouse Pro support the PnP COM device specification. When used as a serial mouse, they are compatible with MS IntelliMouse. --> ! NetMouse ¤È NetMouse Pro ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¹¡£ <p> <!-- To use these mice as a serial device: --> ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯ ! ¤À¤µ¤¤: <!-- <verb> Protocol "Auto" or "IntelliMouse" *************** *** 914,920 **** <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "NetMousePS/2" --- 1116,1122 ---- <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "NetMousePS/2" *************** *** 929,936 **** <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the "magic button" and the third button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤È3ÈÖÌÜ ! ¤Î¥Ü¥¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤À¤í¤¦): <!-- <verb> Protocol "PS/2" --- 1131,1138 ---- <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the "magic button" and the third button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¡Ö¥Þ¥¸¥Ã¥¯¥Ü¥¿¥ó¡×¤È3 ! ÈÖÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): <!-- <verb> Protocol "PS/2" *************** *** 945,951 **** <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 1147,1153 ---- <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 963,976 **** 3.2. `Tapping' action is interpreted as the fourth button press. (IMHO, the fourth button of GlidePoint should always be mapped to the first button in order to make this pad behave like the other pad products.) --> ! ¤³¤Î¥Ñ¥Ã¥É¥Ç¥Ð¥¤¥¹¤Î¥·¥ê¥¢¥ëÈÇ¤Ï XFree86 3.2 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤¿¡£ ! ¡Ö¥¿¥Ã¥Ô¥ó¥°(tapping)¡×Æ°ºî¤Ï¡¢4ÈÖÌܤΥܥ¿¥ó¤ò²¡¤·¤¿¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤ë¡£ ! (¸Ä¿ÍŪ¤Ê°Õ¸«¤Ç¤Ï¡¢GlidePoint ¤ò¾¼Ò¤Î¥Ñ¥Ã¥É¤ÈƱ¤¸¤è¤¦¤ËÆ°ºî¤µ¤»¤ë¤¿¤á¡¢ ! 4ÈÖÌܤΥܥ¿¥ó¤Ï¡¢É¬¤º1ÈÖÌܤΥܥ¿¥ó¤Ë¥Þ¥Ã¥×¤¹¤Ù¤­¤Ç¤¹¡£) <p> <!-- To use this pad as a serial device: --> ! ¤³¤Î¥Ñ¥Ã¥É¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È: <!-- <verb> Protocol "GlidePoint" --- 1165,1178 ---- 3.2. `Tapping' action is interpreted as the fourth button press. (IMHO, the fourth button of GlidePoint should always be mapped to the first button in order to make this pad behave like the other pad products.) --> ! ¤³¤Î¥Ñ¥Ã¥É¥Ç¥Ð¥¤¥¹¤Î¥·¥ê¥¢¥ëÈÇ¤Ï XFree86 3.2 ¤«¤é¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ! ¡Ö¥¿¥Ã¥Ô¥ó¥°(tapping)¡×Æ°ºî¤Ï¡¢4ÈÖÌܤΥܥ¿¥ó¤ò²¡¤·¤¿¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤Þ ! ¤¹¡£(¸Ä¿ÍŪ¤Ê°Õ¸«¤Ç¤Ï¡¢GlidePoint ¤ò¾¼Ò¤Î¥Ñ¥Ã¥É¤ÈƱ¤¸¤è¤¦¤ËÆ°ºî¤µ¤»¤ë ! ¤¿¤á¡¢4ÈÖÌܤΥܥ¿¥ó¤Ï¡¢É¬¤º1ÈÖÌܤΥܥ¿¥ó¤Ë¥Þ¥Ã¥×¤¹¤Ù¤­¤Ç¤¹¡£) <p> <!-- To use this pad as a serial device: --> ! ¤³¤Î¥Ñ¥Ã¥É¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "GlidePoint" *************** *** 985,991 **** <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Ñ¥Ã¥É¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "GlidePointPS/2" --- 1187,1193 ---- <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Ñ¥Ã¥É¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "GlidePointPS/2" *************** *** 1000,1006 **** <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "PS/2" --- 1202,1208 ---- <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "PS/2" *************** *** 1015,1021 **** <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 1217,1223 ---- <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 1033,1050 **** quite different, it works like Genius NetMouse Pro. This mouse has a "knob" which is used like a wheel or a roller. The "knob" action is recognized as the Z axis motion. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ï Genius ¤Î OEM ¤Î¤è¤¦¤Ç¤¢¤ë¡£·Á¾õ¤ÏÁ´¤¯°ã¤¦¤â¤Î¤Î¡¢Æ°ºî¤Ï ! Genius NetMouse Pro ¤ÈƱ¤¸¤Ç¤¢¤ë¡£¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼¤Î¤è ! ¤¦¤Ë»È¤¨¤ë¡Ö¥Î¥Ö¡×¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¤³¤Î¡Ö¥Î¥Ö¡×¤ÎÆ°ºî¤Ï¡¢Z ¼´¤ÎÆ°¤­¤È¤·¤Æ ! ǧ¼±¤µ¤ì¤ë¡£ <p> <!-- MieMouse supports the PnP COM device specification. When used as a serial mouse, it is compatible with MS IntelliMouse. --> ! MieMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤· ! ¤Æ»È¤¦¤È¤­¤Ë¤Ï MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¢¤ë¡£ <p> <!-- To use this mouse as a serial device: --> ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤¦¤³¤È: <!-- <verb> Protocol "Auto" or "IntelliMouse" --- 1235,1252 ---- quite different, it works like Genius NetMouse Pro. This mouse has a "knob" which is used like a wheel or a roller. The "knob" action is recognized as the Z axis motion. --> ! ¤³¤Î¥Þ¥¦¥¹¤Ï Genius ¤Î OEM ¤Î¤è¤¦¤Ë¸«¤¨¤Þ¤¹¡£·Á¾õ¤ÏÁ´¤¯°ã¤¦¤â¤Î¤Î¡¢ ! Æ°ºî¤Ï Genius NetMouse Pro ¤ÈƱ¤¸¤Ç¤¹¡£¤³¤Î¥Þ¥¦¥¹¤Ë¤Ï¥Û¥¤¡¼¥ë¤ä¥í¡¼¥é¡¼ ! ¤Î¤è¤¦¤Ë»È¤¨¤ë¡Ö¥Î¥Ö¡×¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¤³¤Î¡Ö¥Î¥Ö¡×¤ÎÆ°ºî¤Ï¡¢Z ¼´¤ÎÆ°¤­ ! ¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£ <p> <!-- MieMouse supports the PnP COM device specification. When used as a serial mouse, it is compatible with MS IntelliMouse. --> ! MieMouse ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È ! ¤·¤Æ»È¤¦¤È¤­¤Ë¤Ï MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¹¡£ <p> <!-- To use this mouse as a serial device: --> ! ¤³¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Ç¥Ð¥¤¥¹¤È¤·¤Æ»È¤¦¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" or "IntelliMouse" *************** *** 1059,1065 **** <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "NetMousePS/2" --- 1261,1267 ---- <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "NetMousePS/2" *************** *** 1074,1081 **** <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the knob and the third button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¤³¤Î¾ì¹ç¤Ë¤Ï¡Ö¥Î¥Ö¡×¤È3ÈÖ ! ÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤À¤í¤¦): <!-- <verb> Protocol "PS/2" --- 1276,1283 ---- <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the knob and the third button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¤³¤Î¾ì¹ç¤Ë¤Ï¡Ö¥Î¥Ö¡× ! ¤È3ÈÖÌܤΥܥ¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): <!-- <verb> Protocol "PS/2" *************** *** 1090,1096 **** <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 1292,1298 ---- <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 1108,1126 **** FirstMouse+ has two buttons and a roller. The roller movement is recognized as the Z axis motion. The roller also acts as the third button. The side button is recognized as the fourth button. --> ! MouseMan+ ¤Ë¤Ï¡¢¾åÌ̤˥ܥ¿¥ó2¤Ä¡¢Â¦Ì̤˥ܥ¿¥ó1¤Ä¡¢¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£ ! FirstMouse+ ¤Ë¤Ï¥Ü¥¿¥ó2¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤ë¡£¥í¡¼¥é¡¼¤ÎÆ°ºî¤Ï Z ¼´ ! ¤ÎÆ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤ë¡£¤Þ¤¿¡¢¥í¡¼¥é¡¼¤Ï3ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æ¤âÆ°ºî¤¹¤ë¡£ ! ¦Ì̤Υܥ¿¥ó¤Ï4ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æǧ¼±¤µ¤ì¤ë¡£ <p> <!-- MouseMan+ and FirstMouse+ support the PnP COM device specification. They have MS IntelliMouse compatible mode when used as a serial mouse. --> ! MouseMan+ ¤È FirstMouse+ ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¡£¥· ! ¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¢¤ë¡£ <p> <!-- To use these mice as a serial device: --> ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³ ! ¤È: <!-- <verb> Protocol "Auto" or "IntelliMouse" --- 1310,1328 ---- FirstMouse+ has two buttons and a roller. The roller movement is recognized as the Z axis motion. The roller also acts as the third button. The side button is recognized as the fourth button. --> ! MouseMan+ ¤Ë¤Ï¡¢¾åÌ̤˥ܥ¿¥ó2¤Ä¡¢Â¦Ì̤˥ܥ¿¥ó1¤Ä¡¢¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤Þ ! ¤¹¡£FirstMouse+ ¤Ë¤Ï¥Ü¥¿¥ó2¤Ä¤È¥í¡¼¥é¡¼¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤¹¡£¥í¡¼¥é¡¼¤ÎÆ°ºî ! ¤Ï Z ¼´¤ÎÆ°¤­¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£¤Þ¤¿¡¢¥í¡¼¥é¡¼¤Ï3ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æ¤â ! Æ°ºî¤·¤Þ¤¹¡£Â¦Ì̤Υܥ¿¥ó¤Ï4ÈÖÌܤΥܥ¿¥ó¤È¤·¤Æǧ¼±¤µ¤ì¤Þ¤¹¡£ <p> <!-- MouseMan+ and FirstMouse+ support the PnP COM device specification. They have MS IntelliMouse compatible mode when used as a serial mouse. --> ! MouseMan+ ¤È FirstMouse+ ¤Ï PnP COM ¥Ç¥Ð¥¤¥¹»ÅÍͤò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£ ! ¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦»þ¤Ë¤Ï¡¢MS À½ IntelliMouse ¤È¸ß´¹¤Ç¤¹¡£ <p> <!-- To use these mice as a serial device: --> ! ¤³¤ì¤é¤Î¥Þ¥¦¥¹¤ò¥·¥ê¥¢¥ë¥Þ¥¦¥¹¤È¤·¤Æ»È¤¦¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯ ! ¤À¤µ¤¤: <!-- <verb> Protocol "Auto" or "IntelliMouse" *************** *** 1135,1141 **** <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "MouseManPlusPS/2" --- 1337,1343 ---- <!-- To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "MouseManPlusPS/2" *************** *** 1150,1157 **** <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the wheel and the fourth button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È(¥Û¥¤¡¼¥ë¤È4ÈÖÌܤΥܥ¿¥ó¤Ï ! Æ°ºî¤·¤Ê¤¤¤À¤í¤¦): <!-- <verb> Protocol "PS/2" --- 1352,1359 ---- <!-- To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the wheel and the fourth button won't work): --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Ç¥Ð¥¤¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î½é´ü²½¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤(¥Û¥¤¡¼¥ë¤È4ÈÖÌܤΠ! ¥Ü¥¿¥ó¤ÏÆ°ºî¤·¤Ê¤¤¤Ç¤·¤ç¤¦): <!-- <verb> Protocol "PS/2" *************** *** 1166,1172 **** <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ê¤¦¤³¤È: <!-- <verb> Protocol "Auto" --- 1368,1374 ---- <!-- To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection: --> ¤³¤Î¥Þ¥¦¥¹¤ò PS/2 ¥Þ¥¦¥¹¤È¤·¤ÆÍѤ¤¡¢OS ¤¬ PS/2 ¥Þ¥¦¥¹¤Î¼«Æ°¸¡½Ð¤ò¥µ¥Ý¡¼ ! ¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢°Ê²¼¤Î»ØÄê¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤: <!-- <verb> Protocol "Auto" *************** *** 1181,1197 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml,v 1.1.2.1 1999/05/25 06:39:32 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ ! (ËÝÌõ: Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> --- 1383,1400 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/mouse.sgml,v 1.1.2.3 1999/12/28 12:13:58 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ ! (3.3.4, 3.3.6 ÈÇËÝÌõ: ! Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ë´Ø¤¹¤ë¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml:1.1.2.1 Tue May 25 16:39:33 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml Sat Nov 27 02:23:59 1999 *************** *** 265,271 **** url="http://www.precisioninsight.com"> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml,v 1.1.2.1 1999/05/25 06:39:33 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> --- 265,271 ---- url="http://www.precisioninsight.com"> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/neo.sgml,v 1.1.2.2 1999/11/26 15:23:59 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/r128.sgml diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/r128.sgml:1.1.2.1 *** /dev/null Sun Jan 9 07:45:06 2000 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/r128.sgml Thu Dec 2 23:30:35 1999 *************** *** 0 **** --- 1,225 ---- + <!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN"> + + <article> + <!--O + <title>Information for ATI Rage 128 Users + --> + <title>ATI Rage 128 ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó + <author>Precision Insight, Inc., SuSE GmBH + <date>6 October 1999 + <trans>The X Japanese Documentation Project + <tdate>16 October 1999 + <toc> + + <!--O + <sect>Supported Hardware + --> + <sect>¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ + <p> + <itemize> + <!--O + <item>ATI Rage 128 based cards + --> + <item>ATI Rage 128 ¥Ù¡¼¥¹¤Î¥«¡¼¥É + </itemize> + + + <!--O + <sect>Features + --> + <sect>µ¡Ç½ + <p> + <itemize> + <!--O + <item>Full support (including hardware accelerated 2D drawing) for 8, 15, + 16, 24, and 32 bit per pixel depths. + --> + <item>8, 15, 16, 24, 32 bpp ¤ò´°Á´¤Ë¥µ¥Ý¡¼¥È(2D ÉÁ²è¤Î¥Ï¡¼¥É¥¦¥§¥¢¥¢ + ¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤â´Þ¤à) + <!-- + <item>Hardware cursor support to reduce sprite flicker. + --> + <item>¥¹¥×¥é¥¤¥È¤Î¤Á¤é¤Ä¤­¤Î¾¯¤Ê¤¤¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë + <!-- + <item>Support for high resolution video modes up to 1800x1440 @ 70Hz. + --> + <item>1800x1440 @ 70Hz ¤Þ¤Ç¤Î¹â²òÁüÅ٤Υӥǥª¥â¡¼¥É¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for doublescan video modes (e.g., 320x200 and 320x240). + --> + <item>¥À¥Ö¥ë¥¹¥­¥ã¥ó¥Ó¥Ç¥ª¥â¡¼¥É(320x200, 320x240 ¤Ê¤É)¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Support for gamma correction at all pixel depths. + --> + <item>¥¬¥ó¥ÞÊäÀµ¤òÁ´¤Æ¤Î¥Ô¥¯¥»¥ë¤Î¿¼¤µ¤Ç¥µ¥Ý¡¼¥È + <!-- + <item>Fully programmable clock supported. + --> + <item>´°Á´¤Ë¥×¥í¥°¥é¥à²Äǽ¤Ê¥¯¥í¥Ã¥¯¤Î¥µ¥Ý¡¼¥È + <!-- + <item>Robust text mode restore for VT switching. + --> + <item>²¾ÁÛüËö¤ÎÀÚ¤êÂؤ¨¤ËÂФ·¤Æ´è·ò¤Ê¥Æ¥­¥¹¥È¥â¡¼¥ÉÉü¸µ + </itemize> + + + <!--O + <sect>Technical Notes + --> + <sect>µ»½ÑŪ¤Ê»ö¹à + <p> + <itemize> + <!--O + <item>None + --> + <item>¤Ê¤· + </itemize> + + + <!--O + <sect>Reported Working Video Cards + --> + <sect>Æ°ºî¤¬Êó¹ð¤µ¤ì¤Æ¤¤¤ë¥Ó¥Ç¥ª¥«¡¼¥É + <p> + <itemize> + <item>Rage Fury AGP 32MB + <item>XPERT 128 AGP 16MB + <item>XPERT 99 AGP 8MB + </itemize> + + + <!--O + <sect>Configuration + --> + <sect>ÀßÄê + <p> + <!--O + The driver auto-detects all device information necessary to + initialize the card. The only lines you need in the "Device" + section of your XF86Config file are: + --> + ¤³¤Î¥É¥é¥¤¥Ð¤Ï¥«¡¼¥É¤ò½é´ü²½¤¹¤ë¤¿¤á¤ËɬÍפÊÁ´¤Æ¤Î¥Ç¥Ð¥¤¥¹¾ðÊó¤ò¼«Æ°Åª + ¤Ë¸¡½Ð¤·¤Þ¤¹¡£XF86Config ¥Õ¥¡¥¤¥ë¤Î "Device" ¥»¥¯¥·¥ç¥ó¤Ëµ­½Ò¤¹¤ëɬÍ× + ¤¬¤¢¤ë¤Î¤Ï°Ê²¼¤Î¹Ô¤À¤±¤Ç¤¹: + <verb> + Section "Device" + Identifier "r128" + EndSection + </verb> + <!--O + or let xf86config or XF86Setup do this for you. + --> + ¤¢¤ë¤¤¤Ï¡¢xf86config ¤ä XF86Setup ¤¬¤³¤ì¤ÈƱ¤¸¤³¤È¤ò¹Ô¤¤¤Þ¤¹¡£ + + <!--O + However, if you have problems with auto-detection, you can specify: + --> + ¤¿¤À¤·¡¢¼«Æ°¸¡½Ð¤¬¤¦¤Þ¤¯¹Ô¤«¤Ê¤¤¾ì¹ç¤Ë¤Ï°Ê²¼¤Î¹àÌܤòÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤­ + ¤Þ¤¹: + <itemize> + <!--O + <item>VideoRam - in kilobytes + --> + <item>VideoRam - ¥­¥í¥Ð¥¤¥Èñ°Ì + <!--O + <item>MemBase - physical address of the linear framebuffer + --> + <item>MemBase - ¥ê¥Ë¥¢¥Õ¥ì¡¼¥à¥Ð¥Ã¥Õ¥¡¤ÎʪÍý¥¢¥É¥ì¥¹ + <!--O + <item>IOBase - physical address of the memory mapped IO registers + --> + <item>IOBase - ¥á¥â¥ê¥Þ¥Ã¥×¥È I/O ¥ì¥¸¥¹¥¿¤ÎʪÍý¥¢¥É¥ì¥¹ + <!--O + <item>ChipID - PCI DEVICE ID + --> + <item>ChipID - PCI ¤Î¥Ç¥Ð¥¤¥¹ ID + </itemize> + + + <!--O + <sect>Driver Options + --> + <sect>¥É¥é¥¤¥Ð¤Î¥ª¥×¥·¥ç¥ó + <p> + <itemize> + <!--O + <item>"hw_cursor" - request hardware cursor (default) + --> + <item>"hw_cursor" - ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»ÈÍѤ¹¤ë(¥Ç¥Õ¥©¥ë¥È) + <!--O + <item>"sw_cursor" - software cursor only + --> + <item>"sw_cursor" - ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤ß¤ò»ÈÍÑ + <!--O + <item>"no_accel" - software rendering only + --> + <item>"no_accel" - ¥½¥Õ¥È¥¦¥§¥¢¥ì¥ó¥À¥ê¥ó¥°¤Î¤ß¤ò»ÈÍÑ + <!--O + <item>"dac_8_bit" - use color weight 888 in 8 bpp mode (default) + --> + <item>"dac_8_bit" - 8bpp ¥â¡¼¥É¤Ç¤Î¿§¤Î½Å¤ßÉÕ¤±¤ò 888 ¤È¤¹¤ë(¥Ç¥Õ¥©¥ë¥È) + <!--O + <item>"dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation) + --> + <item>"dac_6_bit" - 8bpp ¥â¡¼¥É¤Ç¤Î¿§¤Î½Å¤ßÉÕ¤±¤ò 666 ¤È¤¹¤ë(VGA ¥¨¥ß¥å¥ì¡¼¥·¥ç¥ó) + </itemize> + + + <!--O + <sect>Known Limitations + --> + <sect>ÃΤé¤ì¤Æ¤¤¤ëÀ©¸Â + <p> + <itemize> + <!--O + <item>None + --> + <item>¤Ê¤· + </itemize> + + + <!--O + <sect>Authors + --> + <sect>ºî¼Ô + <p> + <itemize> + <item>Alan Hourihane <it>alanh@fairlite.demon.co.uk</it> + <item>Rickard E. (Rik) Faith <it><faith@precisioninsight.com></it> + <item>Kevin E. Martin <it><kevin@precisioninsight.com></it> + <item>Dirk Hohndel <it><hohndel@suse.de></it> + </itemize> + + <!--O + <p>This driver was donated to The XFree86 Project by: + --> + <p>¤³¤Î¥É¥é¥¤¥Ð¤Ï + <verb> + Precision Insight, Inc. + Cedar Park, TX + USA + </verb> + ¤Ë¤è¤Ã¤Æ XFree86 ¥×¥í¥¸¥§¥¯¥È¤Ë´óÉÕ¤µ¤ì¤Þ¤·¤¿¡£ + <!--O + it is based on earlier work donated to The XFree86 Project by: + --> + ¤³¤Î¥É¥é¥¤¥Ð¤Ï + <verb> + SuSE GmbH + Schanzaekerstr. 10 + 90443 Nuernberg + Germany + </verb> + ¤¬°ÊÁ°¤Ë´óÉÕ¤·¤¿À®²Ì¤ò¸µ¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ + + <htmlurl name="http://www.precisioninsight.com" + url="http://www.precisioninsight.com"> -- + <htmlurl name="http://www.suse.com" + url="http://www.suse.com"> + + <verb> + $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/r128.sgml,v 1.1.2.1 1999/12/02 12:30:35 hohndel Exp $ + $PI: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml,v 1.2 1999/10/08 08:33:58 faith Exp $ + </verb> + + </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml:1.1.2.1 Tue May 25 16:39:33 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml Tue Dec 28 23:13:59 1999 *************** *** 3,26 **** <article> <!-- <title>Information for Rendition Users --> <title>Rendition ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! <author>The XFree86 Project Inc. ! <date>23 October 1998 <trans>The X Japanese Documentation Project ! <tdate>12 January 1999 <toc> <!-- <sect>Supported hardware <p> --> <sect>¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ <p> <!-- All cards based on the V1000 or the V2x00 should be supported. The server ! was tested on a miroCRYSTAL VRX (V1000), Diamond Stealth II S220 (V2100), and ! Hercules Thriller3D (V2200). --> V1000, V2x00 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ÏÁ´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£¥µ¡¼¥Ð¤Î ! ¥Æ¥¹¥È¤Ï miroCRYSTAL VRX (V1000), Diamond Stealth II S220 (V2100), ! Hercules Thriller3D (V2200) ¤Ç¹Ô¤¤¤Þ¤·¤¿¡£ <!-- <sect>Features <p> --> <sect>µ¡Ç½ <p> --- 3,50 ---- <article> <!-- <title>Information for Rendition Users + <author>The XFree86 Project Inc. Last updates by Dejan Ilic <it><dejan.ilic@home.se></it> --> <title>Rendition ¥æ¡¼¥¶¸þ¤±¤Î¾ðÊó ! <author>The XFree86 Project Inc. (ºÇ½ª¹¹¿·: Dejan Ilic <it><dejan.ilic@home.se></it>) ! <date>1 August 1999 <trans>The X Japanese Documentation Project ! <tdate>4 December 1999 <toc> <!-- <sect>Supported hardware <p> --> <sect>¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥Ï¡¼¥É¥¦¥§¥¢ <p> <!-- All cards based on the V1000 or the V2x00 should be supported. The server ! was tested on a miroCRYSTAL VRX (V1000), Intergraph Intense-100 3D (V1000), Diamond Stealth II S220 (V2100), Hercules Thriller3D (V2200) and Innovision Warrior3D (V2200). --> V1000, V2x00 ¥Ù¡¼¥¹¤Î¥«¡¼¥É¤ÏÁ´¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£¥µ¡¼¥Ð¤Î ! ¥Æ¥¹¥È¤Ï miroCRYSTAL VRX (V1000), Intergraph Intense-100 3D (V1000), ! Diamond Stealth II S220 (V2100), Hercules Thriller3D (V2200), ! Innovision Warrior3D (V2200)¤Ç¹Ô¤¤¤Þ¤·¤¿¡£ ! ! <!-- ! <sect>Important notices <p> ! --> ! <sect>½ÅÍפÊÃí°Õ <p> ! <!-- ! V1000 cards can only work as primary display card due to hardware limitations. <p> ! Some V1000-based videocards are known to lock up the computer if you have write-combine activated. Disabling it removes the problem. Look for settings in the motherboards BIOS and disable ALL settings that has to do with write-combine (usualy called USWC or just WC for short). <p> ! The "chipset" option is now implemented and honored when used. Unfortunatly some legacy-code in the driver is preventing it from working with any cards but the primary display card. <p> ! If you have problems with hardware cursor use the "sw_cursor" option to revert back to software cursor. ! --> ! V1000 ¥«¡¼¥É¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤ÎÀ©¸Â¤Î¤¿¤á¡¢¥×¥é¥¤¥Þ¥ê¤Î¥Ç¥£¥¹¥×¥ì¥¤¥«¡¼¥É ! ¤Ç¤·¤«Æ°ºî¤·¤Þ¤»¤ó¡£<p> ! V1000 ¥Ù¡¼¥¹¤Î°ìÉô¤Î¥Ó¥Ç¥ª¥«¡¼¥É¤Ç¤Ï¡¢write-combine µ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë¤È ! ¥³¥ó¥Ô¥å¡¼¥¿¤òÅà¤Ã¤Æ¤·¤Þ¤¦¤³¤È¤¬ÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ÎÌäÂê¤ò²óÈò¤¹¤ë¤Ë¤Ï¡¢ ! ¤³¤Îµ¡Ç½¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¥Þ¥¶¡¼¥Ü¡¼¥É¤Î BIOS ÀßÄê¤ò»²¾È¤·¡¢ ! write-combine µ¡Ç½¤Ë´Ø·¸¤¹¤ë<em>Á´¤Æ</em>¤ÎÀßÄê¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤( ! Ä̾ï¤Ï USWC ¤È¸Æ¤Ð¤ì¤ë¤«¡¢¤¢¤ë¤¤¤Ïû½Ì¤·¤Æ WC ¤È¸Æ¤Ð¤ì¤Æ¤¤¤Þ¤¹)¡£<p> ! "chipset" ¥ª¥×¥·¥ç¥ó¤Ï¸½ºß¤Ï¼ÂÁõ¤µ¤ì¤Æ¤ª¤ê¡¢»ØÄꤵ¤ì¤Æ¤¤¤ì¤Ð¤³¤ì¤Ë½¾¤¤ ! ¤Þ¤¹¡£»ÄÇ°¤Ê¤¬¤é¡¢¥É¥é¥¤¥ÐÃæ¤Î°ìÉô¤Î¸Å¤¤¥³¡¼¥É¤Î¤»¤¤¤Ç¡¢¥×¥é¥¤¥Þ¥ê¤Î ! ¥Ç¥£¥¹¥×¥ì¥¤¥«¡¼¥É°Ê³°¤ÎǤ°Õ¤Î¥«¡¼¥É¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó¡£<p> ! ¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤Ã¤Æ¤¤¤ÆÌäÂ꤬¤¢¤ì¤Ð¡¢"sw_cursor" ¥ª¥×¥·¥ç¥ó¤ò ! »È¤Ã¤Æ¥½¥Õ¥È¥¦¥§¥¢¥«¡¼¥½¥ë¤ËÌᤷ¤Æ¤¯¤À¤µ¤¤¡£ <!-- <sect>Features <p> --> <sect>µ¡Ç½ <p> *************** *** 31,38 **** <item>Supported color depths <itemize> <item>8 bits per pixel (256 pseudo colour) ! <item>16 bits per pixel (high colour) ! <item>32 bits per pixel (true colour) </itemize> </itemize> --> --- 55,63 ---- <item>Supported color depths <itemize> <item>8 bits per pixel (256 pseudo colour) ! <item>15 bits per pixel (16-bits with RGB-weight 555, 32768 colors, V1000 cards only) ! <item>16 bits per pixel (high colour, RGB-weight 565, 65536 colors) ! <item>32 bits per pixel (true colour, sparse 24bit, 16M colors) </itemize> </itemize> --> *************** *** 42,54 **** <item>¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¿§¤Î¿¼¤µ <itemize> <item>8 bpp (256 pseudo colour) ! <item>16 bpp (high color) ! <item>32 bpp (true colour) </itemize> </itemize> ! <!-- <sect>XF86Config Option <p> --> ! <sect>XF86Config ¤Î¥ª¥×¥·¥ç¥ó <p> <descrip> <!-- <tag>Option "sw_cursor"</tag> --- 67,82 ---- <item>¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¿§¤Î¿¼¤µ <itemize> <item>8 bpp (256 pseudo colour) ! <item>15 bpp (RGB ¤Î½Å¤ßÉÕ¤±¤¬ 555 ¤Î 16 ¥Ó¥Ã¥È¡£32768 ¿§¡£V1000 ¥«¡¼¥É¤Î¤ß) ! <item>16 bpp (high colour, RGB ¤Î½Å¤ßÉÕ¤±¤Ï 565, 65536 ¿§) ! <item>32 bpp (true colour, ÁÂ¤Ê 24 ¥Ó¥Ã¥È¡¢1600 Ëü¿§) </itemize> </itemize> ! <!-- ! <sect>XF86Config options recognized and used by Rendition driver<p> ! --> ! <sect>Rendition Íѥɥ饤¥Ð¤¬¼±ÊÌ¡¦ÍøÍѤ¹¤ë XF86Config ¤Î¥ª¥×¥·¥ç¥ó <p> <descrip> <!-- <tag>Option "sw_cursor"</tag> *************** *** 57,62 **** --- 85,92 ---- Run the memory at a higher clock. Useful on some cards with display glitches at higher resolutions. But adds the risk to damage the hardware. Use with caution. + <tag>DacSpeed "MHz"</tag> + Set custom ramdac limit. We have currently no way of knowing if the v2x00 chip is a v2100 (170MHz) or v2200 (203MHz and 230MHz) so we assume the lowest. Use this option to manualy override the value. </descrip> --> <tag>Option &dquot;sw_cursor&dquot;</tag> *************** *** 65,83 **** ¥á¥â¥ê¤ò¹â¤¤¥¯¥í¥Ã¥¯¤ÇÆ°ºî¤µ¤»¤Þ¤¹¡£¹â²òÁüÅ٤ΤȤ­¤Ëɽ¼¨¤¬Íð¤ì¤ë¥«¡¼¥É ¤ÇÍ­¸ú¤Ê¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦¥ê¥¹¥¯¤òÉ餦 ¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£»È¤¦¤È¤­¤Ë¤ÏÃí°Õ¤·¤Þ¤·¤ç¤¦¡£ </descrip> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml,v 1.1.2.1 1999/05/25 06:39:33 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ ! (ËÝÌõ: Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤ÎÃøºî¸¢¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> --- 95,189 ---- ¥á¥â¥ê¤ò¹â¤¤¥¯¥í¥Ã¥¯¤ÇÆ°ºî¤µ¤»¤Þ¤¹¡£¹â²òÁüÅ٤ΤȤ­¤Ëɽ¼¨¤¬Íð¤ì¤ë¥«¡¼¥É ¤ÇÍ­¸ú¤Ê¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤¿¤À¤·¡¢¥Ï¡¼¥É¥¦¥§¥¢¤ò²õ¤·¤Æ¤·¤Þ¤¦¥ê¥¹¥¯¤òÉ餦 ¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£»È¤¦¤È¤­¤Ë¤ÏÃí°Õ¤·¤Þ¤·¤ç¤¦¡£ + <tag>DacSpeed &dquot;MHz&dquot;</tag> + RAMDAC Æȼ«¤Î¾å¸ÂÃͤòÀßÄꤷ¤Þ¤¹¡£¸½ºß¤Ï v2x00 ¥Á¥Ã¥×¤¬ + v2100 (170MHz) ¤È v2200 (203MHz, 230MHz)¤Î¤É¤Á¤é¤Ç¤¢¤ë¤«¤òÄ´¤Ù¤ëÊýË¡¤¬ + ¤Ê¤¤¤Î¤Ç¡¢ºÇ¤âÄ㤤Ãͤò»È¤¦¤³¤È¤Ë¤·¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¼êÆ°¤ÇÀßÄê + ¤·¤Æ¡¢¤³¤ÎÃͤò¾å½ñ¤­¤·¤Æ¤¯¤À¤µ¤¤¡£ </descrip> + <!-- + <sect>News in this release <p> + --> + <sect>ËÜ¥ê¥ê¡¼¥¹¤Î¿·¤·¤¤ÅÀ <p> + <itemize> + <!-- + <item>XFree 3.3.x Rendition driver development discontinued in favour of XFree 4.0 driver. + --> + <item>XFree86 4.0 ¥É¥é¥¤¥Ð¤Î¤¿¤á¡¢XFree86 3.3.x ¤Î Rendition ¥É¥é¥¤¥Ð + ¤Î³«È¯¤ÏÄä»ß¤·¤Þ¤·¤¿ + </itemize> + + <!-- + <sect>Known problems in current driver<p> + --> + <sect>¸½ºß¤Î¥É¥é¥¤¥Ð¤ÇÃΤé¤ì¤Æ¤¤¤ëÌäÂê<p> + <itemize> + <!-- + <item>Displays with depth 15 ("-bpp 15" or "-bpp 16 -weight 555") are NOT supported on V2x00 cards. This is a hardware-"limitation" and has been confirmed by Rendition. The driver lets you display the mode but you will get a reddish display as the card is actualy in 565-weight while X thinks it should display weight 555. + --> + <item>15 bpp ("-bpp 15" ¤Þ¤¿¤Ï "-bpp 16 -weight 555")¤Îɽ¼¨¤Ï¡¢ + V2x00 ¥«¡¼¥É¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ<em/¤¤¤Þ¤»¤ó/¡£¤³¤ì¤Ï¥Ï¡¼¥É¥¦¥§¥¢¤Î + ¡ÖÀ©¸Â¡×¤Ç¤¢¤ê¡¢Rendition ¤â¤³¤ì¤òǧ¤á¤Æ¤¤¤Þ¤¹¡£¥É¥é¥¤¥Ð¤Ï¤³¤Î¥â¡¼¥É¤Î + ɽ¼¨¤¬¤Ç¤­¤Þ¤¹¤¬¡¢²èÌÌɽ¼¨¤ÏÀ֤ߤ¬¤«¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¤È¤¤¤¦¤Î¤â¡¢¥«¡¼¥É + ¤Ï¼ÂºÝ¤Ë¤Ï 565 ¤Î½Å¤ß¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Î¤Ë¡¢X ¤Ï¤³¤Î½Å¤ß¤¬ 555 ¤Î¤Ï¤º¤À¤È¹Í + ¤¨¤ë¤«¤é¤Ç¤¹¡£ + <!-- + <item>Switching from display to VC and back to display can lock up V2x00 cards. + --> + <item>V2x00 ¥«¡¼¥É¤Ç¤Ï¡¢¥Ç¥£¥¹¥×¥ì¥¤¤«¤é²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ë¹Ô¤­¡¢¤Þ¤¿ + ¥Ç¥£¥¹¥×¥ì¥¤¤ËÌá¤ë¤È¸Ç¤Þ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ + <!-- + <item>When scrolling the virtual display on a V1000 card parts of the screen will become distorted. Problem dissapears when you continue moving around. V2x00 does not exhibit this problem. Probably a bug in the driver rather than a limitation of the chip. + --> + <item>V1000 ¥«¡¼¥É¤Ç²¾Áۥǥ£¥¹¥×¥ì¥¤¤ò¥¹¥¯¥í¡¼¥ë¤µ¤»¤ë¤È¡¢²èÌ̤ΰìÉô¤¬ + ÏĤó¤Ç¤·¤Þ¤¤¤Þ¤¹¡£Æ°¤«¤·Â³¤±¤ì¤Ð¤ª¤«¤·¤¤Éôʬ¤Ï¾Ã¤¨¤Þ¤¹¡£V2x00 ¤Ç¤Ï¤³¤Î + ÌäÂê¤Ï¸½¤ï¤ì¤Þ¤»¤ó¡£¤¿¤Ö¤ó¥Á¥Ã¥×¤ÎÀ©¸Â¤Ç¤Ï¤Ê¤¯¡¢¥É¥é¥¤¥Ð¤Î¥Ð¥°¤À¤È»×¤¤ + ¤Þ¤¹¡£ + <!-- + <item>Option "chipset" is honored. Unfortunatly the driver still has problems and will only work if the rendition card is the primary display card in the system. + --> + <item>¥ª¥×¥·¥ç¥ó "chipset" ¤Ë½¾¤¤¤Þ¤¹¡£»ÄÇ°¤Ê¤¬¤é¥É¥é¥¤¥Ð¤Ë¤Ï¤Þ¤ÀÌäÂê + ¤¬¤¢¤ê¡¢rendition ¤Î¥«¡¼¥É¤¬¥·¥¹¥Æ¥à¤Î¥×¥é¥¤¥Þ¥ê¤Î¥Ç¥£¥¹¥×¥ì¥¤¥«¡¼¥É¤Ç + ¤Ê¤±¤ì¤ÐÆ°ºî¤·¤Þ¤»¤ó¡£ + <!-- + <item>Switching to VC does not restore correct textmode. Instead it defaults to 80x25. + --> + <item>²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤ¨¤Æ¤âÀµ¤·¤¤¥Æ¥­¥¹¥È¥â¡¼¥É¤¬Éü¸µ¤µ¤ì¤Þ¤»¤ó¡£ + Àµ¤·¤¤¥â¡¼¥É¤Ç¤Ï¤Ê¤¯¡¢¥Ç¥Õ¥©¥ë¥È¤Î 80x25 ¥â¡¼¥É¤Ë¤Ê¤ê¤Þ¤¹¡£ + <!-- + <item>A horizontal distortion around the hardware cursor can be seen on certain modes. It can be fixed by turning off hardware cursor or by lowering the required bandwith of the mode. + --> + <item>ÆÃÄê¤Î¥â¡¼¥É¤Ç¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤Î¤Þ¤ï¤ê¤Ë¿åÊ¿¤ÊÏĤߤ¬¸½¤ï¤ì + ¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ÎÌäÂê¤Ï¡¢¥Ï¡¼¥É¥¦¥§¥¢¥«¡¼¥½¥ë¤ò»È¤ï¤Ê¤¤¤«¡¢¤½¤Î¥â¡¼ + ¥É¤ÇɬÍפʥХó¥ÉÉý¤ò¾®¤µ¤¯¤¹¤ë¤³¤È¤Ë¤è¤êľ¤»¤Þ¤¹¡£ + </itemize> + + <!-- + <sect>Work in progress<p> + --> + <sect>¿Ê¹ÔÃæ¤Îºî¶È<p> + <itemize> + <!-- + <item> All future development, including acceleration, has been redirected to development of XFree 4.0 driver. No more improvments of XFree 3.3.x driver is planned for the moment. + --> + <item>¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤ò´Þ¤á¤¿¾­ÍèŪ¤Ê³«È¯¹àÌܤÏÁ´¤Æ¡¢ + XFree86 4.0 ÍѤΥɥ饤¥Ð¤Ë°Ü¹Ô¤·¤Þ¤·¤¿¡£¸½»þÅÀ¤Ç¤Ï¡¢XFree86 3.3.x ÍÑ¥É + ¥é¥¤¥Ð¤Î²þÎɤϤ⤦·×²è¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + </itemize> + <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/rendition.sgml,v 1.1.2.3 1999/12/28 12:13:59 hohndel Exp $ </verb> <sect>ÆüËܸìÌõ¤Ë¤Ä¤¤¤Æ<p> ÆüËܸìÌõ¤Ï X Japanese Documentation Project ¤¬¹Ô¤¤¤Þ¤·¤¿ ! (3.3.5, 3.3.6 ÈÇËÝÌõ: ! Æ£¸¶µ±²Å <url url="mailto:fujiwara@linux.or.jp" name="<fujiwara@linux.or.jp>">, ¹»Àµ: ¶âÅĹÀ»Ê <url url="mailto:vanitas@ma3.seikyou.ne.jp" name="<vanitas@ma3.seikyou.ne.jp>">)¡£ÌäÂêÅÀ¤Î»ØŦ¤ä¤´°Õ ¸«¤ÏÆ£¸¶¤Þ¤Ç¸æÏ¢Íí¤¯¤À¤µ¤¤¡£ ! ¸¶Ê¸¤ÎÃøºî¸¢¤Ï XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò¤Ë¤¢¤ê¡¢ÆüËܸìÌõ¤Ëȼ¤¦¸¢Íø¤Ï X Japanese Documentation Project ¤Ë¤¢¤ê¤Þ¤¹¡£ </article> Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml:1.1.2.2 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml:1.1.2.2 Wed Jun 2 17:51:47 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml Sat Nov 27 02:24:00 1999 *************** *** 4,16 **** <!-- <title> Information for Trident Chipset Users <author> The XFree86 Project, Inc. ! <date> December 29 1998 --> <title> Trident ¥Á¥Ã¥×¥»¥Ã¥È»ÈÍѼԤΤ¿¤á¤Î¾ðÊó <author>XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! <date> December 29 1998 <trans> X Japanese Documentation Project <<tt>http://xjman.dsl.gr.jp/</tt>> ! <tdate>1999 ǯ 2 ·î 1 Æü <toc> <!-- --- 4,16 ---- <!-- <title> Information for Trident Chipset Users <author> The XFree86 Project, Inc. ! <date> June 25 1999 --> <title> Trident ¥Á¥Ã¥×¥»¥Ã¥È»ÈÍѼԤΤ¿¤á¤Î¾ðÊó <author>XFree86 ¥×¥í¥¸¥§¥¯¥È¼Ò ! <date> June 25 1999 <trans> X Japanese Documentation Project <<tt>http://xjman.dsl.gr.jp/</tt>> ! <tdate>1999 ǯ 8 ·î 2 Æü <toc> <!-- *************** *** 31,37 **** 8900B 8900C 8900CL/D 9000 9000i 9100B 9200CXr 9320LCD 9400CXi 9420 9420DGi 9430DGi 9440AGi 9660XGi 9680 ProVidia9682 ProVidia9685 Cyber9382 Cyber9385 Cyber9385-1 Cyber9388 ! Cyber9397 Cyber9520 3DImage975(PCI) 3DImage975(AGP) 3DImage985(AGP) </bf></quote> <!-- It must be noted that the 9000i chipset is treated as a 9000 by the server. --- 31,38 ---- 8900B 8900C 8900CL/D 9000 9000i 9100B 9200CXr 9320LCD 9400CXi 9420 9420DGi 9430DGi 9440AGi 9660XGi 9680 ProVidia9682 ProVidia9685 Cyber9382 Cyber9385 Cyber9385-1 Cyber9388 ! Cyber9397 Cyber9520 Cyber9525 3DImage975(PCI) 3DImage975(AGP) ! 3DImage985(AGP) Blade3D CyberBlade </bf></quote> <!-- It must be noted that the 9000i chipset is treated as a 9000 by the server. *************** *** 349,355 **** ¤·¤Æ¤ª¤¯²ÁÃͤϤ¢¤ë¤Ç¤·¤ç¤¦¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml,v 1.1.2.2 1999/06/02 07:51:47 hohndel Exp $ --- 350,356 ---- ¤·¤Æ¤ª¤¯²ÁÃͤϤ¢¤ë¤Ç¤·¤ç¤¦¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/trident.sgml,v 1.1.2.3 1999/11/26 15:24:00 hohndel Exp $ *************** *** 359,367 **** $XConsortium: trident.sgml /main/11 1996/10/28 04:24:08 kaleb $ </verb> ! <code></code> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï ! xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml,v 3.22.2.8 1998/12/29 12:26:23 ¤òº´Ìî Éð½Ó (Taketoshi Sano <url url="mailto:kgh12351@nifty.ne.jp" name="<kgh12351@nifty.ne.jp>"> ¤¬ ÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿ --- 360,368 ---- $XConsortium: trident.sgml /main/11 1996/10/28 04:24:08 kaleb $ </verb> ! <hrule> ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï ! xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml,v 3.22.2.9 1999/06/25 08:57:15 ¤òº´Ìî Éð½Ó (Taketoshi Sano <url url="mailto:kgh12351@nifty.ne.jp" name="<kgh12351@nifty.ne.jp>"> ¤¬ ÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤¬¤ª¤«¤·¤¤¤È¤«¡¢¤³¤³¤Ï¤³¤¦¤·¤¿¤Û¤¦¤¬¤¤¤¤¤È¤¤¤Ã¤¿ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml:1.1.2.1 Tue May 25 16:39:35 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml Sat Nov 27 02:24:00 1999 *************** *** 2246,2252 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml,v 1.1.2.1 1999/05/25 06:39:35 hohndel Exp $ --- 2246,2252 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/tseng.sgml,v 1.1.2.2 1999/11/26 15:24:00 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml:1.1.2.1 xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml:1.1.2.1 Tue May 25 16:39:35 1999 --- xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml Sat Nov 27 02:24:01 1999 *************** *** 9,15 **** <author> Frédéric Lepied <date> 2 November 1998 <trans> The X Japanese Documentation Project ! <tdate> 30 December 1998 <toc> <!-- <sect> Introduction <p> --> --- 9,15 ---- <author> Frédéric Lepied <date> 2 November 1998 <trans> The X Japanese Documentation Project ! <tdate> 2 August 1999 <toc> <!-- <sect> Introduction <p> --> *************** *** 143,155 **** <item>Wacom stylus. Features : <itemize> <item>Absolute or relative modes. ! <item>5 valuators : <enum> <item>X axis. <item>Y axis. <item>pressure. <item>X tilt. <item>Y tilt. </enum> <item>3 buttons. <item>Proximity report. --- 143,156 ---- <item>Wacom stylus. Features : <itemize> <item>Absolute or relative modes. ! <item>6 valuators : <enum> <item>X axis. <item>Y axis. <item>pressure. <item>X tilt. <item>Y tilt. + <item>wheel. </enum> <item>3 buttons. <item>Proximity report. *************** *** 160,172 **** <item>Wacom À½¥¹¥¿¥¤¥é¥¹¥Ú¥ó: <itemize> <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! <item>¥Ð¥ê¥å¥¨¡¼¥¿ 5 ¤Ä: <enum> <item>X ¼´ <item>Y ¼´ <item>°µÎÏ <item>X ¥Á¥ë¥È <item>Y ¥Á¥ë¥È </enum> <item>¥Ü¥¿¥ó 3 ¤Ä <item>¶áÀÜÄÌÃε¡Ç½ --- 161,174 ---- <item>Wacom À½¥¹¥¿¥¤¥é¥¹¥Ú¥ó: <itemize> <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! <item>¥Ð¥ê¥å¥¨¡¼¥¿ y ¤Ä: <enum> <item>X ¼´ <item>Y ¼´ <item>°µÎÏ <item>X ¥Á¥ë¥È <item>Y ¥Á¥ë¥È + <item>¥Û¥¤¡¼¥ë </enum> <item>¥Ü¥¿¥ó 3 ¤Ä <item>¶áÀÜÄÌÃε¡Ç½ *************** *** 178,190 **** <item>Wacom eraser. Features : <itemize> <item>Absolute or relative modes. ! <item>5 valuators : <enum> <item>X axis. <item>Y axis. <item>pressure. <item>X tilt. <item>Y tilt. </enum> <item>1 button. <item>Proximity report. --- 180,193 ---- <item>Wacom eraser. Features : <itemize> <item>Absolute or relative modes. ! <item>6 valuators : <enum> <item>X axis. <item>Y axis. <item>pressure. <item>X tilt. <item>Y tilt. + <item>wheel. </enum> <item>1 button. <item>Proximity report. *************** *** 195,207 **** <item>Wacom À½¥¤¥ì¡¼¥¶: <itemize> <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! <item>¥Ð¥ê¥å¥¨¡¼¥¿ 5 ¤Ä: <enum> <item>X ¼´ <item>Y ¼´ <item>°µÎÏ <item>X ¥Á¥ë¥È <item>Y ¥Á¥ë¥È </enum> <item>¥Ü¥¿¥ó 1 ¤Ä <item>¶áÀÜÄÌÃε¡Ç½ --- 198,211 ---- <item>Wacom À½¥¤¥ì¡¼¥¶: <itemize> <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! <item>¥Ð¥ê¥å¥¨¡¼¥¿ 6 ¤Ä: <enum> <item>X ¼´ <item>Y ¼´ <item>°µÎÏ <item>X ¥Á¥ë¥È <item>Y ¥Á¥ë¥È + <item>¥Û¥¤¡¼¥ë </enum> <item>¥Ü¥¿¥ó 1 ¤Ä <item>¶áÀÜÄÌÃε¡Ç½ *************** *** 213,225 **** <item>Wacom cursor. Features : <itemize> <item>Absolute or relative modes. ! <item>5 valuators : <enum> <item>X axis. <item>Y axis. <item>pressure. <item>X tilt. <item>Y tilt. </enum> <item>16 buttons. <item>Proximity report. --- 217,230 ---- <item>Wacom cursor. Features : <itemize> <item>Absolute or relative modes. ! <item>6 valuators : <enum> <item>X axis. <item>Y axis. <item>pressure. <item>X tilt. <item>Y tilt. + <item>wheel. </enum> <item>16 buttons. <item>Proximity report. *************** *** 230,242 **** <item>Wacom À½¥«¡¼¥½¥ë: <itemize> <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! <item>¥Ð¥ê¥å¥¨¡¼¥¿ 5 ¤Ä: <enum> <item>X ¼´ <item>Y ¼´ <item>°µÎÏ <item>X ¥Á¥ë¥È <item>Y ¥Á¥ë¥È </enum> <item>¥Ü¥¿¥ó 16 ¸Ä <item>¶áÀÜÄÌÃε¡Ç½ --- 235,248 ---- <item>Wacom À½¥«¡¼¥½¥ë: <itemize> <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É ! <item>¥Ð¥ê¥å¥¨¡¼¥¿ 6 ¤Ä: <enum> <item>X ¼´ <item>Y ¼´ <item>°µÎÏ <item>X ¥Á¥ë¥È <item>Y ¥Á¥ë¥È + <item>¥Û¥¤¡¼¥ë </enum> <item>¥Ü¥¿¥ó 16 ¸Ä <item>¶áÀÜÄÌÃε¡Ç½ *************** *** 249,255 **** <itemize> <item>Absolute or relative modes. <item>2 valuators (x and y axis). ! <item>2 button stylus or 4 button puck. <item>Proximity report. <item>Motion history capability. </itemize> --- 255,261 ---- <itemize> <item>Absolute or relative modes. <item>2 valuators (x and y axis). ! <item>2 buttons stylus or 4 buttons puck. <item>Proximity report. <item>Motion history capability. </itemize> *************** *** 268,274 **** <itemize> <item>Absolute or relative modes. <item>2 valuators (x and y axis). ! <item>2 button stylus or 4 button puck. <item>Proximity report. <item>Motion history capability. </itemize> --- 274,280 ---- <itemize> <item>Absolute or relative modes. <item>2 valuators (x and y axis). ! <item>2 buttons stylus or 4 buttons puck. <item>Proximity report. <item>Motion history capability. </itemize> *************** *** 283,288 **** --- 289,313 ---- </itemize> <!-- + <item>Calcomp DrawingBoard tablet. Features : + <itemize> + <item>Absolute or relative modes. + <item>2 valuators (x and y axis). + <item>4 buttons stylus or 16 buttons puck. + <item>Proximity report. + <item>Motion history capability. + </itemize> + --> + <item>Calcomp À½ DrawingBoard ¥¿¥Ö¥ì¥Ã¥È: + <itemize> + <item>ÀäÂХ⡼¥É¡¢ÁêÂХ⡼¥É + <item>¥Ð¥ê¥å¥¨¡¼¥¿ 2 ¤Ä(x ¼´¤È y ¼´) + <item>4 ¥Ü¥¿¥ó¤Î¥¹¥¿¥¤¥é¥¹¥Ú¥ó¡¢16 ¥Ü¥¿¥ó¤Î¥Ñ¥Ã¥¯ + <item>¶áÀÜÄÌÃε¡Ç½ + <item>°ÜÆ°ÍúÎòµ¡Ç½ + </itemize> + + <!-- <item>SWITCH virtual device. Features : <itemize> <item>Absolute mode. *************** *** 362,368 **** ¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÇÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml,v 1.1.2.1 1999/05/25 06:39:35 hohndel Exp $ --- 387,394 ---- ¾Ü¤·¤¯¤Ï¥ª¥ó¥é¥¤¥ó¥Þ¥Ë¥å¥¢¥ë¤ÇÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/xinput.sgml,v 1.1.2.2 1999/11/26 15:24:01 hohndel Exp $ ! Index: xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml:3.24.2.18 xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml:3.24.2.19 *** xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml:3.24.2.18 Sat May 29 19:39:05 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml Mon Sep 13 17:29:56 1999 *************** *** 26,31 **** --- 26,34 ---- <item><htmlurl name="README for XFree86 on BSD/OS 2.0" url="Bsdi.html"> --> + <item><htmlurl name="Instructions for Building XFree86 on an Intel Pentium + Aviion machine with DG/ux R4.20MU04" + url="DGux.html"> <item><htmlurl name="README for XFree86 on FreeBSD" url="FreeBSD.html"> <item><htmlurl name="Information for ISC Users" *************** *** 125,131 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml,v 3.24.2.18 1999/05/29 09:39:05 dawes Exp $ --- 128,134 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml,v 3.24.2.19 1999/09/13 07:29:56 dawes Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml:3.25.2.5 xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml:3.25.2.7 *** xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml:3.25.2.5 Sun Nov 8 00:37:46 1998 --- xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml Sat Dec 11 03:00:17 1999 *************** *** 92,97 **** --- 92,98 ---- The bus mouse has either a D-Sub male 9-pin connector or a round DIN 9-pin connector. The PS/2 mouse is equipped with a small, round DIN 6-pin connector. + The USB mouse has a flat rectangular connector. Some mice come with adapters with which the connector can be converted to another. If you are to use such an adapter, remember the connector at the very end of the mouse/adapter pair is *************** *** 101,106 **** --- 102,109 ---- For the bus and PS/2 mice, there is little choice: the bus mouse always use <tt>/dev/mse0</tt>, and the PS/2 mouse is always at <tt>/dev/psm0</tt>. + You can attach multiple USB mice to your system or to your USB hub. + They are accessible as <tt>/dev/ums0</tt>, <tt>/dev/ums1</tt>,... There may be more than one serial port to which the serial mouse can be attached. Many people often assign the first, built-in serial port <tt>/dev/cuaa0</tt> to the mouse. *************** *** 162,167 **** --- 165,177 ---- necessary to tell the X server which PS/2 mouse protocol type is to be used; ``<tt/Auto/'' should work, otherwise use ``<tt>PS/2</tt>''. </quote> + <item>You must specify the ``<tt>Auto</tt>'' protocol for the USB mouse. + <quote> + <bf/NOTE:/ Other XFree86 document may mention ``<tt>Usb</tt>'' as one of + keywords for the mouse protocol. This keyword is not necessary, thus, not + supported in FreeBSD. Be sure to use ``<tt>Auto</tt>'' for the USB + mouse. + </quote> <item>The ``<tt>Logitech</tt>'' protocol is for old mouse models from Logitech. Modern Logitech mice use either the ``<tt>MouseMan</tt>'' *************** *** 342,348 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml,v 3.25.2.5 1998/11/07 13:37:46 dawes Exp $ --- 352,358 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml,v 3.25.2.7 1999/12/10 16:00:17 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile:3.25.2.18 xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile:3.25.2.20 *** xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile:3.25.2.18 Thu Jul 22 18:14:03 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile Thu Oct 21 22:07:53 1999 *************** *** 3,9 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile,v 3.25.2.18 1999/07/22 08:14:03 hohndel Exp $ #include <Server.tmpl> #include <lnxdoc.rules> --- 3,9 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile,v 3.25.2.20 1999/10/21 12:07:53 hohndel Exp $ #include <Server.tmpl> #include <lnxdoc.rules> *************** *** 93,98 **** --- 93,100 ---- LinuxDocReadmeTarget(trident) LinuxDocReadmeTarget(tseng) LinuxDocReadmeTarget(i740) + LinuxDocReadmeTarget(i810) + LinuxDocReadmeTarget(r128) /* Main docs */ LinuxDocTargetLong(CPYRIGHT.sgml,COPYRIGHT,COPYRIGHT) Index: xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml:3.14.2.10 xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml:3.14.2.11 *** xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml:3.14.2.10 Wed Jun 2 17:51:49 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml Sun Dec 12 06:00:43 1999 *************** *** 4,10 **** <title>README for XFree86 on LynxOS <author>Thomas Mueller ! <date>Last modified on: 30 May 1999 <toc> <sect>What and Where is XFree86?<p> --- 4,10 ---- <title>README for XFree86 on LynxOS <author>Thomas Mueller ! <date>Last modified on: 15 November 1999 <toc> <sect>What and Where is XFree86?<p> *************** *** 23,29 **** <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current" url="ftp://ftp.XFree86.org/pub/XFree86/current"> ! Binaries of XFree86 for LynxOS AT are available from: <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS" url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS"> --- 23,29 ---- <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current" url="ftp://ftp.XFree86.org/pub/XFree86/current"> ! Binaries of XFree86 for LynxOS x86 are available from: <htmlurl name="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS" url="ftp://ftp.XFree86.org/pub/XFree86/current/binaries/LynxOS"> *************** *** 52,65 **** <sect>Installing the Binaries <p> ! Please refer to section "Installing the XFree86 3.3.4 Release" of the <htmlurl url="RELNOTES.html" name="Release Notes"> for detailed installation instructions. If you plan to install XF86Setup you'll have to install ! <tt/X333prog/ as well since XF86Setup checks for the existence of a certain file name pattern which is satisfied only if you install ! the library files from <tt/X333prog/. It may be necessary to increase the process stack limit in order to run XFree86 on your system. Edit <tt>/etc/startab</tt> and reboot your --- 52,65 ---- <sect>Installing the Binaries <p> ! Please refer to section "Installing the XFree86 3.3.6 Release" of the <htmlurl url="RELNOTES.html" name="Release Notes"> for detailed installation instructions. If you plan to install XF86Setup you'll have to install ! <tt/X336prog/ as well since XF86Setup checks for the existence of a certain file name pattern which is satisfied only if you install ! the library files from <tt/X336prog/. It may be necessary to increase the process stack limit in order to run XFree86 on your system. Edit <tt>/etc/startab</tt> and reboot your *************** *** 142,154 **** manipulation of the RTS line and therefore the support for PnP mice has been disabled for LynxOS. <sect1>Bus mouse drivers<p> - Starting with LynxOS AT 2.4.0 LynxOS includes a PS/2 mouse driver. - Currently this driver is not fully supported by XFree86 (you'll - probably have to specify the mouse type as <em>Microsoft</em> - regardless of real mouse type and in some cases you won't have - all mouse buttons supported). <tt>/usr/X11R6/lib/X11/etc/BM-Lynx.shar</tt> contains a LynxOS port of the Linux bus mouse drivers. To install the drivers unpack the shar archive --- 142,159 ---- manipulation of the RTS line and therefore the support for PnP mice has been disabled for LynxOS. + Starting with LynxOS x86 2.4.0 LynxOS includes a PS/2 mouse driver. + This driver does protocol conversion and requires to specify the + mouse type as <em>Microsoft</em> regardless of real mouse type. + In some cases you won't have all mouse buttons supported. + + The PS/2 mouse driver included in LynxOS x86 3.0.1 patch #XXX + does not perform protocol conversion and requires to set the + mouse type to <em>PS/2</em>. This driver will also support the + extended PS/2 mouse types. + <sect1>Bus mouse drivers<p> <tt>/usr/X11R6/lib/X11/etc/BM-Lynx.shar</tt> contains a LynxOS port of the Linux bus mouse drivers. To install the drivers unpack the shar archive *************** *** 162,168 **** configuration notes. The XFree86 PS/2 mouse driver works also with MetroLink X 2.3.3.1 as ! shipped with LynxOS AT 2.4.0 unless you have the LynxOS patch 000055-00 installed. <sect1> ATC console driver and VT switching<p> --- 167,173 ---- configuration notes. The XFree86 PS/2 mouse driver works also with MetroLink X 2.3.3.1 as ! shipped with LynxOS x86 2.4.0 unless you have the LynxOS patch 000055-00 installed. <sect1> ATC console driver and VT switching<p> *************** *** 252,258 **** <sect>Using XFree86 with Motif<p> ! The Motif libraries shipped with LynxOS AT 2.3.0 and 2.4.0 can be used with the XFree86 libraries. Follow the steps outlined below after you have installed XFree86 and LynxOS Motif on your system. --- 257,263 ---- <sect>Using XFree86 with Motif<p> ! The Motif libraries shipped with LynxOS x86 2.3.0 and 2.4.0 can be used with the XFree86 libraries. Follow the steps outlined below after you have installed XFree86 and LynxOS Motif on your system. *************** *** 277,286 **** cp /usr/lib/X11/config/Motif.* /usr/X11R6/lib/X11/config </verb></tscreen> ! <sect1>Motif library patch for LynxOS AT 2.3.0<p> The XFree86 libraries are compiled with the -mposix compiler option ! while the Motif libraries shipped with LynxOS AT 2.3.0 are not. This incompatibility will cause Motif <tt>XmFileSelection</tt> widgets to be linked with the wrong (i.e. POSIX) directory routines. To circumvent this problem apply the following patch to the library: --- 282,291 ---- cp /usr/lib/X11/config/Motif.* /usr/X11R6/lib/X11/config </verb></tscreen> ! <sect1>Motif library patch for LynxOS x86 2.3.0<p> The XFree86 libraries are compiled with the -mposix compiler option ! while the Motif libraries shipped with LynxOS x86 2.3.0 are not. This incompatibility will cause Motif <tt>XmFileSelection</tt> widgets to be linked with the wrong (i.e. POSIX) directory routines. To circumvent this problem apply the following patch to the library: *************** *** 340,351 **** will require approximately 90-100 MBytes of disk space. To compile the system you will need at least 230 MBytes of free disk space. ! <sect1>Changes to system environment (LynxOS AT)<p> Before compiling the XFree86 distribution you will have to make a few little adjustments to your system: <descrip> ! <tag>LynxOS AT 2.5</tag> <itemize> <item>Create a shell script named <tt>/lib/cpp</tt> as follows: <tscreen><verb> --- 345,356 ---- will require approximately 90-100 MBytes of disk space. To compile the system you will need at least 230 MBytes of free disk space. ! <sect1>Changes to system environment (LynxOS x86)<p> Before compiling the XFree86 distribution you will have to make a few little adjustments to your system: <descrip> ! <tag>LynxOS x86 2.5</tag> <itemize> <item>Create a shell script named <tt>/lib/cpp</tt> as follows: <tscreen><verb> *************** *** 378,384 **** </verb></tscreen> </itemize> ! <tag>LynxOS AT 2.4</tag> <itemize> <item>Use the CYGNUS GNU-C Compiler to build XFree86. With LynxOS 2.4.0 you must execute the shell script <tt>/CYGNUS.bash</tt> to --- 383,389 ---- </verb></tscreen> </itemize> ! <tag>LynxOS x86 2.4</tag> <itemize> <item>Use the CYGNUS GNU-C Compiler to build XFree86. With LynxOS 2.4.0 you must execute the shell script <tt>/CYGNUS.bash</tt> to *************** *** 400,409 **** # chmod 755 /lib/cpp </verb></tscreen> </itemize> ! <tag>LynxOS AT 2.3</tag> This has actually not been tested, but the steps for described for 2.4 should apply to 2.3 as well. ! <tag>LynxOS AT 2.2.1</tag> This has actually never been tested, be prepared that the build will fail somewhere! <itemize> --- 405,414 ---- # chmod 755 /lib/cpp </verb></tscreen> </itemize> ! <tag>LynxOS x86 2.3</tag> This has actually not been tested, but the steps for described for 2.4 should apply to 2.3 as well. ! <tag>LynxOS x86 2.2.1</tag> This has actually never been tested, be prepared that the build will fail somewhere! <itemize> *************** *** 483,489 **** Refer to section <ref id="installman" name="Installing XFree86 manual pages"> for manual page installation. ! On LynxOS AT 2.5.0 you may encounter problems with <tt>make</tt> in deeply nested subdirectories (eg core dumps, hangups). In this case update to GNU make version 3.75 or higher. --- 488,494 ---- Refer to section <ref id="installman" name="Installing XFree86 manual pages"> for manual page installation. ! On LynxOS x86 2.5.0 you may encounter problems with <tt>make</tt> in deeply nested subdirectories (eg core dumps, hangups). In this case update to GNU make version 3.75 or higher. *************** *** 541,547 **** <tt>lynx.cf</tt> but it has never been tested (reports are welcome). <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml,v 3.14.2.10 1999/06/02 07:51:49 hohndel Exp $ --- 546,552 ---- <tt>lynx.cf</tt> but it has never been tested (reports are welcome). <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml,v 3.14.2.11 1999/12/11 19:00:43 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml:3.45.2.13 xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml:3.45.2.14 *** xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml:3.45.2.13 Mon Aug 23 18:49:48 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml Sun Dec 12 02:28:30 1999 *************** *** 64,76 **** <em/XFree86@XFree86.org/ if you have comments or suggestions about this file and we'll revise it. - <sect>New OS-dependant features in XFree86 3.3.5 - <p> - None. - <p> - See the <htmlurl url="RELNOTES.html" name="Release Notes"> for - non-OS dependent new features in XFree86 3.3.5. - <sect>New OS-dependant features in XFree86 3.3.4 <p> <itemize> --- 64,69 ---- *************** *** 587,593 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml,v 3.45.2.13 1999/08/23 08:49:48 hohndel Exp $ --- 580,586 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml,v 3.45.2.14 1999/12/11 15:28:30 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml:3.9.2.10 xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml:3.9.2.11 *** xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml:3.9.2.10 Mon Aug 2 18:38:16 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml Mon Dec 20 23:55:51 1999 *************** *** 3,41 **** <article> <title>README for XFree86 on OS/2 <author>Holger Veit ! <Date>Last modified on: August 1st, 1999 <toc> ! <sect>Introductory Note about the release 3.3.5 <p> Before looking into this file, please check for any LATEST.OS2 files that may come with the binary distribution. Please also check out the following XFree86/OS2 WWW pages: <itemize> ! <item><htmlurl name="http://set.gmd.de/~veit/os2/xf86os2.html" url="http://set.gmd.de/~veit/os2/xf86os2.html"> ! <item><htmlurl name="http://set.gmd.de/~veit/os2/xf86bugs.html" url="http://set.gmd.de/~veit/os2/xf86bugs.html"> ! <item><htmlurl name="http://set.gmd.de/~veit/os2/x11os2faq.html" url="http://set.gmd.de/~veit/os2/x11os2faq.html"> </itemize> before you claim to have found any problems. ! This version of the code is called XFree86/OS2 3.3.5. This is a ! bugfix release for 3.3.3.1 (3.3.4 was never released for XFree86/OS2) ! which also adds hardware support for some newer cards, including AGP ! boards. XFree86-3.3.5 contains all security fixes that were released for earlier versions. See the RELNOTES document for details. ! ! XFree86/OS2-3.3.5 is a full, unrestricted version which does not expire, and for which the complete source code is available. In contrast to beta versions, we consider this code as sufficiently stable for use by an end user. Since there have been numerous bugfixes, we recommend this version, even if you had XFree86/OS2 3.3.x before and it worked satisfyingly with your hardware. By the time ! 3.3.5 is released, the older version 3.3 will be withdrawn, and archives will be updated to this version. There may still be references to 3.3 or 3.3.x still in documents; these apply ! to 3.3.5 as well, unless otherwise noted. Previous versions have been tested in a large number of configurations and have been found to be working, with some bugs left, rather flawlessly. --- 3,41 ---- <article> <title>README for XFree86 on OS/2 <author>Holger Veit ! <Date>Last modified on: December 12th, 1999 <toc> ! <sect>Introductory Note about the release 3.3.6 <p> Before looking into this file, please check for any LATEST.OS2 files that may come with the binary distribution. Please also check out the following XFree86/OS2 WWW pages: <itemize> ! <item><htmlurl name="http://ais.gmd.de/~veit/os2/xf86os2.html" url="http://ais.gmd.de/~veit/os2/xf86os2.html"> ! <item><htmlurl name="http://ais.gmd.de/~veit/os2/xf86bugs.html" url="http://ais.gmd.de/~veit/os2/xf86bugs.html"> ! <item><htmlurl name="http://ais.gmd.de/~veit/os2/x11os2faq.html" url="http://ais.gmd.de/~veit/os2/x11os2faq.html"> </itemize> before you claim to have found any problems. ! This version of the code is called XFree86/OS2 3.3.6. This is a ! bugfix release for 3.3.5 and previous versions which again adds ! hardware support for some newer cards, including AGP ! boards. XFree86-3.3.6 contains all security fixes that were released for earlier versions. See the RELNOTES document for details. ! ! XFree86/OS2-3.3.6 is a full, unrestricted version which does not expire, and for which the complete source code is available. In contrast to beta versions, we consider this code as sufficiently stable for use by an end user. Since there have been numerous bugfixes, we recommend this version, even if you had XFree86/OS2 3.3.x before and it worked satisfyingly with your hardware. By the time ! 3.3.6 is released, the older version 3.3 will be withdrawn, and archives will be updated to this version. There may still be references to 3.3 or 3.3.x still in documents; these apply ! to 3.3.6 as well, unless otherwise noted. Previous versions have been tested in a large number of configurations and have been found to be working, with some bugs left, rather flawlessly. *************** *** 43,49 **** This release is almost complete (with a few exceptions) regarding the X11R6.3 ``core'' distribution. A subset of the ``contrib'' distribution is available from the ported software page ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86ported.html" url="http://set.gmd.de/~veit/os2/xf86ported.html"> In the past beta testing, it has been found that the software itself is rather stable and does not damage hardware - provided the user --- 43,49 ---- This release is almost complete (with a few exceptions) regarding the X11R6.3 ``core'' distribution. A subset of the ``contrib'' distribution is available from the ported software page ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86ported.html" url="http://ais.gmd.de/~veit/os2/xf86ported.html"> In the past beta testing, it has been found that the software itself is rather stable and does not damage hardware - provided the user *************** *** 86,98 **** <!-- The sources for XFree86/OS2 are available by anonymous ftp from: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.5/source" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.5/source"> --> ! Binaries for OS/2 Warp and Merlin are available from: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.5/OS2" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.5/OS2"> <p> The WWW page <htmlurl name="http://borneo.gmd.de/~veit/os2/xf86os2.html" --- 86,98 ---- <!-- The sources for XFree86/OS2 are available by anonymous ftp from: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.6/source" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.6/source"> --> ! Binaries for OS/2 Warp, Merlin, and Aurora are available from: ! <htmlurl name="ftp.XFree86.org:/pub/XFree86/3.3.6/OS2" ! url="ftp://ftp.XFree86.org/pub/XFree86/3.3.6/OS2"> <p> The WWW page <htmlurl name="http://borneo.gmd.de/~veit/os2/xf86os2.html" *************** *** 144,150 **** <item>There are no specific requirements concerning network cards, disk types, or CD ROM equipment; of course the more powerful, the better. <item>Depending on the packages installed, a disk space of 20-55MB on a ! HPFS formatted partition (or a NFS or ext2fs partition natively allowing long filenames) is required. XFree86/OS2 will not run on FAT partitions. <item>You need a video card that is supported by XFree86. Refer to the general README document for a list of supported cards. Note that the sets --- 144,150 ---- <item>There are no specific requirements concerning network cards, disk types, or CD ROM equipment; of course the more powerful, the better. <item>Depending on the packages installed, a disk space of 20-55MB on a ! HPFS formatted partition (or a JFS, NFS or ext2fs partition natively allowing long filenames) is required. XFree86/OS2 will not run on FAT partitions. <item>You need a video card that is supported by XFree86. Refer to the general README document for a list of supported cards. Note that the sets *************** *** 160,166 **** <p> <itemize> <item>Any version of Warp 3 with at least fixpack 17, or Warp 4 is required ! <item>XFree86/OS2-3.3.5 may use a local named-pipe connection or a TCP/IP based network connection. <enum> <item>Warp comes with the Internet Access Kit (IAK), which is --- 160,166 ---- <p> <itemize> <item>Any version of Warp 3 with at least fixpack 17, or Warp 4 is required ! <item>XFree86/OS2-3.3.6 may use a local named-pipe connection or a TCP/IP based network connection. <enum> <item>Warp comes with the Internet Access Kit (IAK), which is *************** *** 212,217 **** --- 212,221 ---- <tag/REQUIRED:/ <descrip> <tag/Xbase/ A special device driver and the SuperProbe program + <em/Note:/ In order to fix a problem occurring with + WSeB (Aurora), you must install the most recent version + of the xf86sup.sys driver that comes with this file. + Older versions won't work. <tag/Xdoc/ READMEs and XFree86 specific man pages. <tag/Xbin/ all of the executable X client applications and shared libs <tag/Xfnts/ the misc and 75dpi fonts *************** *** 278,287 **** is not successful. If this happens, read - I repeat <bf/READ/ - the list of ``frequently asked questions'' (FAQ) which has meanwhile evolved to a troubleshooting guide. The latest version is always at ! <htmlurl name="http://set.gmd.de/~veit/os2/x11os2faq.html" url="http://set.gmd.de/~veit/os2/x11os2faq.html"> . Maybe - but we found you must be very creative - you find a bug. Consult the ! page <htmlurl name="http://set.gmd.de/~veit/os2/xf86bugs.html" url="http://set.gmd.de/~veit/os2/xf86bugs.html"> whether it is already known. If not, you have a case and should report it to XFree86 (<em/xfree86@xfree86.org/). Please refer to the FAQ about the information to be provided for a complete problem report. --- 282,291 ---- is not successful. If this happens, read - I repeat <bf/READ/ - the list of ``frequently asked questions'' (FAQ) which has meanwhile evolved to a troubleshooting guide. The latest version is always at ! <htmlurl name="http://ais.gmd.de/~veit/os2/x11os2faq.html" url="http://ais.gmd.de/~veit/os2/x11os2faq.html"> . Maybe - but we found you must be very creative - you find a bug. Consult the ! page <htmlurl name="http://ais.gmd.de/~veit/os2/xf86bugs.html" url="http://ais.gmd.de/~veit/os2/xf86bugs.html"> whether it is already known. If not, you have a case and should report it to XFree86 (<em/xfree86@xfree86.org/). Please refer to the FAQ about the information to be provided for a complete problem report. *************** *** 316,321 **** --- 320,326 ---- </verb></tscreen> Of course replace ``Y:'' with the correct drive letter. + <item>At this point, you may consider to add the variables required for XFree86/OS2 as well, which will save you from one additional reboot. Refer to section <ref id="envvar" name="Adding Variables to CONFIG.SYS"> *************** *** 401,410 **** Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as <tscreen><verb>SET ETC=C:\TCPIP\ETC</verb></tscreen> <tag/TMP/ ! Set to an TMP directory. Normally, this is already set to the TMP ! directory of the TCP/IP code, such as <tscreen><verb>SET TMP=C:\TCPIP\TMP</verb></tscreen> <tag/HOSTNAME/ Set to the internet hostname. Normally, this is already set by the TCP/IP installation program, such as --- 406,421 ---- Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as <tscreen><verb>SET ETC=C:\TCPIP\ETC</verb></tscreen> + For Warp 4 and later, this may point to the <tt/\MPTN\/ + directory. This is okay. <tag/TMP/ ! Set to an TMP directory which should reside on a HPFS drive ! (or other filesystem that has real long names). Often, ! this variable is already set to the TMP directory of the ! TCP/IP code, such as <tscreen><verb>SET TMP=C:\TCPIP\TMP</verb></tscreen> + If you have installed additional software, like VisualAge for C++, + it might be that this variable points to some directory <tt/\ibmcpp\tmp/ . <tag/HOSTNAME/ Set to the internet hostname. Normally, this is already set by the TCP/IP installation program, such as *************** *** 451,457 **** other options. <tag/XSERVER/ Set this to the executable name of the X server to be used. This ! must be a complete path. My setting is as follows: <tscreen><verb>SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe</verb></tscreen> <tag/PATH/ Add the binary directory for the X11 utilities to your search PATH. --- 462,468 ---- other options. <tag/XSERVER/ Set this to the executable name of the X server to be used. This ! must be a complete path. My setting, for instance, looks as follows: <tscreen><verb>SET XSERVER=D:/XFree86/bin/XF86_Mach64.exe</verb></tscreen> <tag/PATH/ Add the binary directory for the X11 utilities to your search PATH. *************** *** 459,465 **** <tscreen><verb>Y:\XFree86\bin</verb></tscreen> It is possible to move the binaries to another directory in the search path; for maintenance reasons and clarity of the structure, this ! is not recommended, though. <tag/LIBPATH/ Add the DLL directory for the X11 utilities to the LIBPATH. This is normally the directory (adjust the letter) --- 470,477 ---- <tscreen><verb>Y:\XFree86\bin</verb></tscreen> It is possible to move the binaries to another directory in the search path; for maintenance reasons and clarity of the structure, this ! is not recommended, though. You might, of course, use a software like ! TVFS to redirect these files to elsewhere. <tag/LIBPATH/ Add the DLL directory for the X11 utilities to the LIBPATH. This is normally the directory (adjust the letter) *************** *** 472,477 **** --- 484,506 ---- rather they must stay there, because most utilities form a path to these directories by using <tt>%X11ROOT%\XFree86\lib</tt> as a base. + <tscreen><verb>SET MANPATH=Y:\XFree86\man;Y:\EMX\man</verb></tscreen> + Note: xman alone might not be sufficient to display arbitrary Unix + man pages correctly. You might have to install the <tt/GROFF/ formatter + tool as well. See FAQ for more details. + <tag/OS2_SHELL/ + <tag/COMSPEC/ + <tag/SHELL/ + <tag/X11SHELL/ + Some scripts in XFree86 rely on a shell that is compatible to the + standard CMD.EXE. CMD.EXE has some essential properties that allows + it to work correctly in an xterm. Third party shells may not been + developed with running in an environment that, like xterm. accept + input and output from the stdin/stdout file channels, but access + keyboard and video services directly. The above variables allow + reconfiguration of your system in order to run any favorite shell + outside XFree86 and still have XFree86 use CMD.EXE. See the FAQ + for more details. </descrip> The recent version of XFree86/OS2 has a REXX script named <tt/checkinstall.cmd/ *************** *** 519,531 **** (either directly or through SLIP/PPP). In case of a SLIP/PPP line, you have to establish this connection BEFORE ! you start XFree86. The <tt/checkinstall.cmd/ script coming with XFree86/OS2 gives some advice on the configuration as well. If you have problems to get this or other basic networking things running, ! seek assistance elsewhere. <sect>Configuring X for Your Hardware --- 548,590 ---- (either directly or through SLIP/PPP). In case of a SLIP/PPP line, you have to establish this connection BEFORE ! you start XFree86. See the next section for more details. ! ! Note that the ability to use host names, for instance in the <tt/DISPLAY/ ! variable, correlates with the existance of a name resolver. If you don't ! have a LAN-based DNS server available, you have to add the relevant hostnames ! to your <tt>HOSTS/ file. The TCP/IP configuration dialogue in your system ! configuration folder allows you to edit this file. The <tt/checkinstall.cmd/ script coming with XFree86/OS2 gives some advice on the configuration as well. If you have problems to get this or other basic networking things running, ! seek assistance in the FAQ, the <htmlurl name="xf86os2 mailing list" url="http://ais.gmd.de/~veit/os2/xf86mail.html"> ! or the <htmlurl name="mailing list archive" url="http://ais.gmd.de/~veit/os2/xf86search.html">. ! ! <sect>Dynamic IP Considerations ! ! Generally, the whole stuff works best, if your machine has a fixed IP address. ! The localhost address, and also fixed (non-routable) local addresses ! (10.x.x.x, 192.168.x.x, 172.16.x.x-172.31.x.x) work fine. A problem occurs ! on both sides of such an X connection if there are dynamic IP addresses ! involved, for instance in case of a PPP line to an ISP. Unfortunately, the ! XFree86/OS2 net community hasn't come up with a set of helpful scripts yet ! (which I would integrate), so there are here only some hints what the problem ! really is: The X server listens for X protocol packets on some defined ! host/port socket. It gets the information about the socket from either the ! command line or the resolved hostname (which it gets from the <tt/HOSTS/ file ! or the DNS server). Here the <tt/HOSTNAME/ variable comes into play. Once the ! server is running, a change in the IP/HOSTNAME configuration won't be ! recognized any more. Thus, the general approach for X over a dynamic IP line ! is: build the connection to the ISP first, then start the server. The ! relevant script that is responsible for starting the server is the startx.cmd ! script which executes (indirectly) the \XFree86\lib\X11\xinit\xinitrc.cmd ! script. You have to modify these scripts in order to set the <tt/HOSTNAME/ and ! <tt/DISPLAY/ variables correctly and start the server with the right IP address. ! The X server log shows, right to the beginning, at which IP address it is ! listening, for debug purposes. <sect>Configuring X for Your Hardware *************** *** 574,592 **** </itemize> In most cases, an existing <tt/XF86Config/ file for the same XFree86 version ! from Linux or another platform may be used without changes. There is one ! prominent exception: some S3 805 based VLB cards put their video memory ! in odd locations. The X server can search for this memory by experimentally ! mapping and unmapping possible memory regions. In XFree86/OS2, the OS may ! run out of memory tiles during this process. If this happens, you must ! find out the location of the memory yourself and add it as an option <tscreen><verb> MemBase 0x12345678 </verb></tscreen> ! to the XF86Config file. Once you've set up a XF86Config file, you can fine tune the video ! modes with the <tt>xvidtune</tt> utility. <sect>Running X --- 633,666 ---- </itemize> In most cases, an existing <tt/XF86Config/ file for the same XFree86 version ! from Linux or another platform may be used without changes. There are two ! prominent exceptions: some S3 805 based VLB cards put their video memory ! in odd locations, and there seems to be an unresolvable PM driver ! inconsistency with Matrox cards. ! ! For S3 VLB cards, the X server can search for this memory by experimentally ! mapping and unmapping possible memory regions. However, in XFree86/OS2, ! the OS may run out of memory tiles during this process. If this happens, ! you must find out the location of the memory yourself ! and add it as an option <tscreen><verb> MemBase 0x12345678 </verb></tscreen> ! to the section "Device" of your XF86Config file. ! ! For Matrox cards, the X server may fail to detect the PCI ID of the card ! correctly, as the PM driver and Matrox BIOS may have reprogrammed the card's ! PCI configuration in a non-standard way. The server will then fall into a ! VGA compatible mode at 320x200 resolution. To prevent this, add a ! <tscreen><verb> ! PCIProbe2 ! </verb></tscreen> ! to the section "ServerFlags" of your XF86Config file. Once you've set up a XF86Config file, you can fine tune the video ! modes with the <tt>xvidtune</tt> utility. Note this is an X11 program which ! has to be executed in a local xterm window of a running X server, not in ! a PM window. <sect>Running X *************** *** 596,605 **** an xterm take about 4-6 Mb of memory themselves. X will start up on a system with 8MB or less, but the performance will severely suffer from heavy disk swapping. Your mileage may vary, though, so some people might ! consider this still tolerable. The easiest way for new users to start X windows is to type: ! <tscreen><verb>[C:\] startx</verb></tscreen>. To get out of X windows, type: ``<tt/exit/'' in the console xterm. You can customize your X by creating <tt/.xinitrc/, <tt/.xserverrc/, --- 670,692 ---- an xterm take about 4-6 Mb of memory themselves. X will start up on a system with 8MB or less, but the performance will severely suffer from heavy disk swapping. Your mileage may vary, though, so some people might ! consider this still tolerable. ! ! Some more on resource requirements: With the arrival of complex desktops like ! WindowMaker, KDE, Gnome, Enlightment, etc. which add a lot of graphical ! features, resource requirements grow. The X server will cache used fonts and ! resource settings internally, and depending on the number of windows (backing- ! store) it may require much more memory and swapspace than the mentioned ! few MBs. Also take into consideration that X runs in parallel to PM which ! also takes its share. My own system, albeit meanwhile rather outdated, ! is a PII-233 with 128MB, however, it is a development system. 64 MB are ! meanwhile standard, and okay for the purpose, and my laptop runs Aurora ! with XFree86 in 32MB, as well. The easiest way for new users to start X windows is to type: ! <tscreen><verb>startx</verb></tscreen> in a PM CMD window. People have ! reported problems when starting this in a fullscreen session or through ! a remote telnet session, so don't try it. To get out of X windows, type: ``<tt/exit/'' in the console xterm. You can customize your X by creating <tt/.xinitrc/, <tt/.xserverrc/, *************** *** 610,616 **** By default, the systemwide <tt/xinitrc/ file (in <tt>Y:/XFree86/lib/X11/xinit/xinitrc.cmd</tt>) installs the rather simplistic <tt/twm/ window manager. You can find better window managers on the ported software page at ! <htmlurl name="http://set.gmd.de/~veit/os2/xf86ported.html" url="http://set.gmd.de/~veit/os2/xf86ported.html"> . <sect>Rebuilding the XFree86 Distribution --- 697,703 ---- By default, the systemwide <tt/xinitrc/ file (in <tt>Y:/XFree86/lib/X11/xinit/xinitrc.cmd</tt>) installs the rather simplistic <tt/twm/ window manager. You can find better window managers on the ported software page at ! <htmlurl name="http://ais.gmd.de/~veit/os2/xf86ported.html" url="http://ais.gmd.de/~veit/os2/xf86ported.html"> . <sect>Rebuilding the XFree86 Distribution *************** *** 644,650 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml,v 3.9.2.10 1999/08/02 08:38:16 hohndel Exp $ --- 731,737 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml,v 3.9.2.11 1999/12/20 12:55:51 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml:3.4.2.6 xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml:3.4.2.7 *** xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml:3.4.2.6 Mon Aug 2 18:38:17 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml Mon Dec 20 23:55:51 1999 *************** *** 3,9 **** <title>Notes on Rebuilding XFree86/OS2 from Scratch <author>Holger Veit ! <date>Last modified August 1st, 1999 <toc> --- 3,9 ---- <title>Notes on Rebuilding XFree86/OS2 from Scratch <author>Holger Veit ! <date>Last modified December 12th, 1999 <toc> *************** *** 20,35 **** Please also read <htmlurl name=README.OS2 url=OS2.html> for end-user information, and set at least the environment variables described there. <p> ! At the current time, the most recent version available is XFree86-3.3.5. This is a full and unrestricted version which comes with complete source ! code. 3.3.5 is not only a bugfix release, but also supports new hardware, some of which might not even supported by OS/2 itself. See the RELEASE NOTES document for details. If you want to join the XFree86 developer team, e.g. to add support for certain hardware, please send a request to BOD@XFree86.org. Please think about such a step carefully before, though, since much work is ! involved. Please use the XFree86-3.3.5 source code as a test example how to compile the system. The ability to manage that is a basic requirement for becoming a developer. --- 20,35 ---- Please also read <htmlurl name=README.OS2 url=OS2.html> for end-user information, and set at least the environment variables described there. <p> ! At the current time, the most recent version available is XFree86-3.3.6. This is a full and unrestricted version which comes with complete source ! code. 3.3.6 is not only a bugfix release, but also supports new hardware, some of which might not even supported by OS/2 itself. See the RELEASE NOTES document for details. If you want to join the XFree86 developer team, e.g. to add support for certain hardware, please send a request to BOD@XFree86.org. Please think about such a step carefully before, though, since much work is ! involved. Please use the XFree86-3.3.6 source code as a test example how to compile the system. The ability to manage that is a basic requirement for becoming a developer. *************** *** 45,51 **** via anonymous FTP. The following shopping list shows what you will need: <itemize> ! <item>gcc EMX/gcc emx 0.9C patch4 or later (0.9d preferred!) <item>gzip GNU zip/unzip <item>tar GNU tar <item>patch Larry Wall's patch utility (attention: incompatible tool with same name in OS/2) --- 45,51 ---- via anonymous FTP. The following shopping list shows what you will need: <itemize> ! <item>gcc EMX/gcc emx 0.9d patch2 or later <item>gzip GNU zip/unzip <item>tar GNU tar <item>patch Larry Wall's patch utility (attention: incompatible tool with same name in OS/2) *************** *** 60,65 **** --- 60,67 ---- <item>flex GNU flex <item>bison GNU bison <item>find GNU find (attention: incompatible tool with the same name in OS/2) + <item>unix2dos Some conversion utility to convert LF delimiter to CRLF (may + be called unixtoos2 or alike as well) </itemize> If there is no version number given, any new version will do. Particularly *************** *** 68,81 **** Furthermore, you need the XFree86 sources. These are available from the common XFree86 repositories. Look into a directory which is ! often named /pub/XFree86/3.3.5/source. <sect>Compiling and Installing <p> ! You need about 300MB of free HPFS space for the whole system. This does not ! include space for the postscript and troff documentation files. I have never ! installed them. Nor did I install the test subtree. <enum> <item>Install all the above utilities. Refer to the corresponding documentation. --- 70,83 ---- Furthermore, you need the XFree86 sources. These are available from the common XFree86 repositories. Look into a directory which is ! often named /pub/XFree86/3.3.6/source. <sect>Compiling and Installing <p> ! You need about 300MB of free HPFS (or NFS, JFS, ext2fs) space for the whole ! system. This does not include space for the postscript and troff documentation ! files. I have never installed them. Nor did I install the test subtree. <enum> <item>Install all the above utilities. Refer to the corresponding documentation. *************** *** 132,151 **** <verb> find \x11 -name *.orig -print -exec rm {} ; </verb> ! <item>Go to the <tt>xc/config/cf</tt> directory and edit the <tt>xf86site.def</tt> ! file to match your requirements (you probably don't want to compile ! all X servers). Certain changes must be set to the following values: <itemize> <item>Disable if not already done any PC98 server; PC98 (Japanese XFree86) does not work yet. Porters from Japan are welcome! ! <item><tt>#define WacomSupport NO ! #define ElographicsSupport NO</tt> ! Both options are not yet supported. ! <item>Tcl* and Tk* don't need to be set explicitly. Reasonable defaults ! are in the other config files, provided you have a complete ! XFree86/OS2 binary tree with the tcl/tk runtime support installed. <item><tt>#define BuildDynamicLoading NO</tt> This does not work. </itemize> <item>Go to the directory <tt>xc\util\compress</tt> and <tt>make compress.exe</tt> there. Install the program produced --- 134,152 ---- <verb> find \x11 -name *.orig -print -exec rm {} ; </verb> ! <item>Go to the <tt>xc\config\cf</tt> directory and copy the file ! <tt>\x11bsol;xcbsol;programsbsol;Xserverbsol;hwbsol;xfree86bsol;etcbsol;bindistbsol;OS2bsol;host.def.os2</tt> ! into <tt>xc/config/cf/host.def</tt> and edit it to match your ! requirements (you probably don't want to compile all X servers). ! Certain changes must be set to the following values: <itemize> <item>Disable if not already done any PC98 server; PC98 (Japanese XFree86) does not work yet. Porters from Japan are welcome! ! <item>Disable the whole external input device stuff, like JoystickSupport, Wacom- ! Support, etc. <item><tt>#define BuildDynamicLoading NO</tt> This does not work. + <item>Disable the special servers XVirtualFramebufferServer, XnestServer, XprtServer </itemize> <item>Go to the directory <tt>xc\util\compress</tt> and <tt>make compress.exe</tt> there. Install the program produced *************** *** 168,173 **** --- 169,179 ---- copy the saved toplevel Makefile.os2 back to Makefile. <item>Execute this <tt/buildos2.cmd/ command in the <tt/xc/ directory; it will produce a logfile <tt>buildxc.log</tt> in this directory. + Note: this may immediately fail in case, you got your distribution + from a Unix tar archive. Unfortunately the OS/2 REXX interpreter + has a problem with scripts that use the Unix convention as a line + delimiter. So go through the whole tree and convert the *.cmd files + to "OS/2 ASCII" by one of the typical unix2dos or unixtoos2 programs. <item>Go have a bucket of coffee, or better, buy new coffee - in Colombia! The compile will need between 2 and 20 hours, depending on your selections, and the horse power of your hardware. *************** *** 201,207 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml,v 3.4.2.6 1999/08/02 08:38:17 hohndel Exp $ --- 207,213 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml,v 3.4.2.7 1999/12/20 12:55:51 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml:3.75.2.54 xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml:3.75.2.57 *** xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml:3.75.2.54 Tue Aug 17 17:39:29 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml Thu Oct 14 07:46:26 1999 *************** *** 3,26 **** <article> ! <title>README for XFree86&tm; 3.3.5 <author>The XFree86 Project, Inc ! <date>17 August 1999 <abstract> XFree86 is a port of X11R6.3 that supports several Unix and Unix-like ! operating systems on Intel and other platforms. This release is a ! quick update to XFree86 3.3.4, fixing a few bugs that were found ! after releasing it and adding support to two more operating systems. The release is available as source patches ! against the X Consortium X11R6.3 code and the XFree86 3.3.4 release. Binary distributions for many architectures are also available. </abstract> ! <sect>What's new in XFree86 3.3.5 <p> For a summary of new features in this release, please refer to the --- 3,28 ---- <article> ! <title>README for XFree86&tm; 3.3.6 <author>The XFree86 Project, Inc ! <date>13 October 1999 <abstract> XFree86 is a port of X11R6.3 that supports several Unix and Unix-like ! operating systems on Intel and other platforms. The 3.3.x versions ! of XFree86 are considered the "legacy branch" of XFree86. The majority ! of development is being done in the XFree86-4 branch. We will continue ! to maintain XFree86-3.3.x to some degree at least throughout the year ! 2000. The release is available as source patches ! against the X Consortium X11R6.3 code and the XFree86 3.3.5 release. Binary distributions for many architectures are also available. </abstract> ! <sect>What's new in XFree86 3.3.6 <p> For a summary of new features in this release, please refer to the *************** *** 38,43 **** --- 40,46 ---- <tag/SVR4.0:/ <itemize> <ITEM>Esix: 4.0.3A, 4.0.4, 4.0.4.1 + <!-- <ITEM>Microport: 2.2, 3.1, 4.1, 4.2 <ITEM>Dell: 2.1, 2.2, 2.2.1 <ITEM>UHC: 2.0, 3.6 *************** *** 46,62 **** <ITEM>ISC: 4.0.3 <ITEM>AT&T: 2.1, 4.0 <ITEM>NCR: MP-RAS <ITEM>SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 <ITEM>PANIX 5.0 for AT </itemize> ! <tag/SVR4.2:/ <itemize> <ITEM>Consensys <ITEM>Novell/SCO UnixWare </itemize> ! <tag/SVR3:/ <itemize> <!-- <ITEM>SCO: 3.2.2, 3.2.4 --- 49,68 ---- <ITEM>ISC: 4.0.3 <ITEM>AT&T: 2.1, 4.0 <ITEM>NCR: MP-RAS + --> <ITEM>SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6 + <!-- <ITEM>PANIX 5.0 for AT + --> </itemize> ! <tag/SVR4.2:/ (untested lately) <itemize> <ITEM>Consensys <ITEM>Novell/SCO UnixWare </itemize> ! <tag/SVR3:/ (untested lately) <itemize> <!-- <ITEM>SCO: 3.2.2, 3.2.4 *************** *** 99,105 **** <sect> Supported video-card chip-sets <p> ! At this time, XFree86 3.3.5 supports the following chipsets: <DESCRIP> <tag/Ark Logic/ --- 105,111 ---- <sect> Supported video-card chip-sets <p> ! At this time, XFree86 3.3.6 supports the following chipsets: <DESCRIP> <tag/Ark Logic/ *************** *** 111,117 **** 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, 264GT-B, 264GT3 (this list includes the Mach8, Mach32, Mach64, 3D Rage, 3D Rage II and ! 3D Rage Pro) <tag/Avance Logic / ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 <tag/Chips & Technologies / --- 117,123 ---- 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3, 264GT-B, 264GT3 (this list includes the Mach8, Mach32, Mach64, 3D Rage, 3D Rage II and ! 3D Rage Pro), Rage LT, Rage LT PRO, Rage 128 <tag/Avance Logic / ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401 <tag/Chips & Technologies / *************** *** 164,170 **** 86C325, 86C357, 86C362, 86C375, 86C375, 86C385, 86C988, 86CM65, 86C260 <tag/SiS/ ! 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326, 530, 620 <tag/3dfx / Voodoo Banshee, Voodoo3 <tag/3DLabs / --- 170,177 ---- 86C325, 86C357, 86C362, 86C375, 86C375, 86C385, 86C988, 86CM65, 86C260 <tag/SiS/ ! 86C201, 86C202, 86C205, 86C215, 86C225, 5597, 5598, 6326, 530, 620, ! 540, 630, 300 <tag/3dfx / Voodoo Banshee, Voodoo3 <tag/3DLabs / *************** *** 213,218 **** --- 220,226 ---- <htmlurl name=Trident url=trident.html>, <htmlurl name=NeoMagic url=neo.html>, <htmlurl name=Rendition url=rendition.html>, + <htmlurl name=Rage128 url=r128.html>, <htmlurl name=Epson url=epson.html>, <htmlurl name=3DLabs url=3DLabs.html>) <htmlurl name=i740 url=i740.html>) *************** *** 330,335 **** --- 338,347 ---- <itemize> <item>Orest Zborowski <it><orestz@eskimo.com></it> </itemize> + <tag>DG/ux support by: </tag> + <itemize> + <item>Takis Psarogiannakopoulos <it><takis@dpmms.cam.ac.uk></it> + </itemize> <tag/SCO Unix support by: / <itemize> <item>David McCullough <it><davidm@stallion.oz.au></it> *************** *** 733,750 **** <p> Ongoing development planning and support is coordinated by the XFree86 ! Core Team. At this time the Core Team consists of (in alphabetical order): <itemize> - <item>Robin Cutshaw <it><robin@XFree86.org></it> <item>David Dawes <it><dawes@XFree86.org></it> ! <item>Marc Evans <it><marc@XFree86.org></it> ! <item>Harm Hanemaayer <it><H.Hanemaayer@inter.nl.net></it> ! <item>Dirk Hohndel <it><hohndel@XFree86.org></it> ! <item>Harald Koenig <it><koenig@XFree86.org></it> <item>Rich Murphey <it><rich@XFree86.org></it> ! <item>Takaaki Nomura <it><nomura@XFree86.org></it> <item>Jon Tombs <it><tombs@XFree86.org></it> ! <item>David Wexelblat <it><dwex@XFree86.org></it> </itemize> Mail sent to <it><Core@XFree86.org></it> will reach the core team. Please note that support questions should be sent to --- 745,768 ---- <p> Ongoing development planning and support is coordinated by the XFree86 ! Core Team. At this time the Core Team consists of (in chronoligical order): <itemize> <item>David Dawes <it><dawes@XFree86.org></it> ! <item>David Wexelblat <it><dwex@XFree86.org></it> <item>Rich Murphey <it><rich@XFree86.org></it> ! <item>Dirk Hohndel <it><hohndel@XFree86.org></it> <item>Jon Tombs <it><tombs@XFree86.org></it> ! <item>Marc Evans <it><marc@XFree86.org></it> ! <item>Robin Cutshaw <it><robin@XFree86.org></it> ! <item>Takaaki Nomura <it><nomura@XFree86.org></it> ! <item>Harald Koenig <it><koenig@XFree86.org></it> ! <item>Egbert Eich <it><eich@hilbert.ikp.physik.tu-darmstadt.de></it> ! <item>Mark Vojkovich <it><mvojkovi@ucsd.edu></it ! <item>Alan Hourihane <it><alanh@fairlite.demon.co.uk></it> ! <item>Preston Brown <it><pbrown@redhat.com></it> ! <item>Marc Aurele La France <it><tsi@ualberta.cait></it> ! <item>Kevin E. Martin <it><kevin@precisioninsight.com></it> ! <item>Keith Packard <it><keithp@suse.com></it> </itemize> Mail sent to <it><Core@XFree86.org></it> will reach the core team. Please note that support questions should be sent to *************** *** 788,793 **** --- 806,813 ---- <itemize> <item>David Dawes, President and Secretary <item>Dirk Hohndel, Vice-President + <item>Robin Cutshaw, Director + <item>Marc Evans, Director <item>Glenn Lai, Director <item>Rich Murphey, Treasurer <item>Jim Tsillas, Director *************** *** 849,854 **** --- 869,884 ---- justice to them by continuing to release high-quality free software for the betterment of the Internet community as a whole. <itemize> + <item><url url="http://www.suse.com/" name = "SuSE"> + </itemize> + SuSE, together with the <url url="http://www.ale.org" name="Atlanta Linux + Enthusiasts"> and <url url="http://www.valinux.com" name="VA Linux Systems"> + sponsored and organized the 1st XFree86 hothouse as part of the Atlanta + Linux Showcase from Oct 9 till Oct 15, 1999. In this week XFree86 made + more progress than in any other week in the history of The XFree86 Project. + We are already planning to repeat this in 2000. + + <itemize> <item><url url="http://www.uu.net/" name = "UUNET Communications Services, Inc."> </itemize> *************** *** 925,931 **** <item>Clifford M Stein <item>Joel Storm <item><url url="http://www.suse.de" ! name="S.u.S.E. GmbH">, Fuerth, Germany <item><url url="http://www.tekelec.com" name="Tekelec Airtronic GmbH">, Muenchen, Germany <item>Jim Tsillas --- 955,961 ---- <item>Clifford M Stein <item>Joel Storm <item><url url="http://www.suse.de" ! name="SuSE GmbH">, Nürnberg, Germany <item><url url="http://www.tekelec.com" name="Tekelec Airtronic GmbH">, Muenchen, Germany <item>Jim Tsillas *************** *** 949,955 **** Source patches are available to upgrade X11R6.3 PL2 from the X Consortium (now The Open Group) ! to XFree86 3.3.3.1. Binaries for many OSs are also available. The distribution is available from: <itemize> --- 979,985 ---- Source patches are available to upgrade X11R6.3 PL2 from the X Consortium (now The Open Group) ! to XFree86 3.3.6. Binaries for many OSs are also available. The distribution is available from: <itemize> *************** *** 1106,1118 **** which files you need to get to build your distribution. --> ! Ensure that you are getting XFree86 3.3.3.1 - some of these sites may archive older releases as well. Check the <htmlurl name="RELNOTES" url="RELNOTES.html"> to find which files you need to take from the archive. <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.75.2.54 1999/08/17 07:39:29 hohndel Exp $ --- 1136,1148 ---- which files you need to get to build your distribution. --> ! Ensure that you are getting XFree86 3.3.6 - some of these sites may archive older releases as well. Check the <htmlurl name="RELNOTES" url="RELNOTES.html"> to find which files you need to take from the archive. <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.75.2.57 1999/10/13 21:46:26 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml:3.59.2.79 xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml:3.59.2.82 *** xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml:3.59.2.79 Tue Aug 17 17:39:30 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml Sat Jan 1 01:10:41 2000 *************** *** 2,18 **** <article> ! <title>Release Notes for XFree86&tm; 3.3.5 <author>The XFree86 Project, Inc ! <date>17 August 1999 <abstract> This document describes the bugs fixed and the features added in ! XFree86 3.3.5 compared with the 3.3.4 release, It also includes installation instructions for the binary distributions. It is strongly recommended that anyone using XFree86 update to version ! 3.3.5. </abstract> --- 2,18 ---- <article> ! <title>Release Notes for XFree86&tm; 3.3.6 <author>The XFree86 Project, Inc ! <date>31 December 1999 <abstract> This document describes the bugs fixed and the features added in ! XFree86 3.3.6 compared with the 3.3.5 release, It also includes installation instructions for the binary distributions. It is strongly recommended that anyone using XFree86 update to version ! 3.3.6. </abstract> *************** *** 47,57 **** from the non-free copyright used for the initial release of X11R6.4 back to the old free X Consortium style copyright. Given the fact that our main development focus is on XFree86-4.0 and that ! the 3.3.3 release was intended mostly to fix some bugs and get out new ! drivers to the public, we opted not to include X11R6.4 in XFree86-3.3.3. ! Since XFree86-3.3.5, XFree86-3.3.4 and XFree86-3.3.3.1 are merely quick bug fix releases to ! XFree86-3.3.3 (that happen to add support for some new common hardware as ! well), the same applies here. <p> XFree86-4.0 will be X11R6.4 based. <p> --- 47,54 ---- from the non-free copyright used for the initial release of X11R6.4 back to the old free X Consortium style copyright. Given the fact that our main development focus is on XFree86-4.0 and that ! the 3.3.x releases are intended mostly to fix some bugs and get out new ! drivers to the public, we opted not to include X11R6.4 in XFree86-3.3.x. <p> XFree86-4.0 will be X11R6.4 based. <p> *************** *** 69,74 **** --- 66,84 ---- purposes. <p> + <sect> What's new in 3.3.6? + <p> + <itemize> + <item>Support for ATI Rage128. + <item>Support for ATI Rage Mobility + <item>Support for SiS 540/630 and SiS 300 + <item>Support for Silicon Motion Lynx chipsets + <item>Support for Savage2000 + <item>Support for NVIDIA GeForce + <item>Support for Intel i810 (not enabled by default as it needs kernel module) + <item>Fixes to several drivers + </itemize> + <p> <sect> What's new in 3.3.5? <p> <itemize> *************** *** 263,279 **** url="http://www.opensource.org/osd.html">. This definition is actually a subset of our requirements. <p> ! All code in XFree86 3.3.5 satisfies the Open Source Software definition. <p> ! <sect>Installing the XFree86 3.3.5 Release <p> ! The XFree86 3.3.5 binaries are distributed as a full release. <!-- , and as an ! update to the 3.3.3 release. For information about upgrading from 3.3.3 ! to 3.3.4 see section <ref id="upgrade" ! name="Updating XFree86 3.3.3 to XFree86 3.3.4">. --> NOTE: the X servers are no longer installed setuid root. If you are --- 273,289 ---- url="http://www.opensource.org/osd.html">. This definition is actually a subset of our requirements. <p> ! All code in XFree86 3.3.6 satisfies the Open Source Software definition. <p> ! <sect>Installing the XFree86 3.3.6 Release <p> ! The XFree86 3.3.6 binaries are distributed as a full release. <!-- , and as an ! update to the 3.3.5 release. For information about upgrading from 3.3.5 ! to 3.3.6 see section <ref id="upgrade" ! name="Updating XFree86 3.3.5 to XFree86 3.3.6">. --> NOTE: the X servers are no longer installed setuid root. If you are *************** *** 281,287 **** will need a copy of the setuid Xwrapper, and an updated xinit. These can be found in Xbin.tgz. ! What follows is a list of the XFree86 3.3.3 components. There may be some variations in this for some OSs. The following are required for all new installations, or when upgrading --- 291,297 ---- will need a copy of the setuid Xwrapper, and an updated xinit. These can be found in Xbin.tgz. ! What follows is a list of the XFree86 3.3.6 components. There may be some variations in this for some OSs. The following are required for all new installations, or when upgrading *************** *** 423,430 **** Xprt.tgz X Print server Xps.tgz PostScript version of the documentation Xhtml.tgz HTML version of the documentation ! Xjdoc.tgz Documentation in Japanese (for version 3.3.4) ! Xjhtm.tgz HTML version of the documentation in Japanese (3.3.4) Xlkit.tgz X server LinkKit Xlk98.tgz X server LinkKit for PC98 servers </verb> --- 433,440 ---- Xprt.tgz X Print server Xps.tgz PostScript version of the documentation Xhtml.tgz HTML version of the documentation ! Xjdoc.tgz Documentation in Japanese ! Xjhtm.tgz HTML version of the documentation in Japanese Xlkit.tgz X server LinkKit Xlk98.tgz X server LinkKit for PC98 servers </verb> *************** *** 509,524 **** information. <!-- ! <sect>Updating XFree86 3.3.3 to XFree86 3.3.4<label id="upgrade"> <p> ! The following is required to update an XFree86 3.3.3 (or XFree86-3.3.3.1) ! installation to XFree86 3.3.4: <quote> <verb> extract XFree86 extraction utility ! X334upd.tgz XFree86 3.3.4 update ! Xdoc.tgz XFree86 3.3.4 documentation ! X{SERVER}.tgz 3.3.4 Server update from the Servers or PC98_Servers directory. You must select the appropriate SERVER file for the server that you are currently running (i.e. XI128.tgz). --- 519,534 ---- information. <!-- ! <sect>Updating XFree86 3.3.5 to XFree86 3.3.6<label id="upgrade"> <p> ! The following is required to update an XFree86 3.3.5 ! installation to XFree86 3.3.6: <quote> <verb> extract XFree86 extraction utility ! X336upd.tgz XFree86 3.3.6 update ! Xdoc.tgz XFree86 3.3.6 documentation ! X{SERVER}.tgz 3.3.6 Server update from the Servers or PC98_Servers directory. You must select the appropriate SERVER file for the server that you are currently running (i.e. XI128.tgz). *************** *** 529,545 **** <tscreen><verb> chmod 755 extract </verb></tscreen> ! To update your installation to 3.3.4, run the following as <bf>root</bf>: <tscreen><verb> cd /usr/X11R6 ! /var/tmp/extract /var/tmp/X334upd.tgz /var/tmp/extract /var/tmp/X{SERVER}.tgz </verb></tscreen> --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v 3.59.2.79 1999/08/17 07:39:30 hohndel Exp $ </verb> </article> --- 539,555 ---- <tscreen><verb> chmod 755 extract </verb></tscreen> ! To update your installation to 3.3.6, run the following as <bf>root</bf>: <tscreen><verb> cd /usr/X11R6 ! /var/tmp/extract /var/tmp/X336upd.tgz /var/tmp/extract /var/tmp/X{SERVER}.tgz </verb></tscreen> --> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v 3.59.2.82 1999/12/31 14:10:41 robin Exp $ </verb> </article> Index: xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml:3.3.2.12 xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml:3.3.2.13 *** xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml:3.3.2.12 Mon Aug 2 22:45:00 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml Sun Dec 12 02:28:31 1999 *************** *** 19,25 **** XF86_SVGA server, which includes a new ViRGE driver making use of the XAA acceleration architecture and also supports ViRGE/GX2 (86C357), ViRGE/MX (86C260), Trio3D (86C365), Trio3D/2X (86C362), ! Savage3D (86C391) and Savage4 (86C396/86C397) chips as of 3.3.5. <p> The following sections describe details of ViRGE support. Be aware that there are two servers described. XF86_S3V is the ViRGE specific server --- 19,25 ---- XF86_SVGA server, which includes a new ViRGE driver making use of the XAA acceleration architecture and also supports ViRGE/GX2 (86C357), ViRGE/MX (86C260), Trio3D (86C365), Trio3D/2X (86C362), ! Savage3D (86C391), Savage4 (86C396/86C397) and Savage2000 chips as of 3.3.6. <p> The following sections describe details of ViRGE support. Be aware that there are two servers described. XF86_S3V is the ViRGE specific server *************** *** 126,142 **** The Savage family driver for the Savage3D and the Savage4 was donated to XFree86 by S3 very closely before the release of XFree86-3.3.5. The driver violates a few design principles and goals, but since there is massive demand for it, we decided ! to include it in XFree86-3.3.5. <p> - The following issues and problems will be addressed for a future release of this - driver: - <itemize> - <item>Only supported on Linux/x86 due to use of the Linux Real Mode Interface. - <item>Restricted to modes that the BIOS supports. The Modeline specified in the - XF86Config file is being ignored. - <item>Limited acceleration. - <item>Limited testing. - </itemize> <sect1>Known limitations of the s3_virge driver <p> --- 126,134 ---- The Savage family driver for the Savage3D and the Savage4 was donated to XFree86 by S3 very closely before the release of XFree86-3.3.5. The driver violates a few design principles and goals, but since there is massive demand for it, we decided ! to include it in XFree86-3.3.5. For 3.3.6 some rewrites have been done, ! there is fallback code for non-BIOS modes. <p> <sect1>Known limitations of the s3_virge driver <p> *************** *** 310,316 **** </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml,v 3.3.2.12 1999/08/02 12:45:00 hohndel Exp $ </verb> </article> --- 302,308 ---- </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml,v 3.3.2.13 1999/12/11 15:28:31 hohndel Exp $ </verb> </article> Index: xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml:3.15.2.4 xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml:3.15.2.6 *** xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml:3.15.2.4 Mon Jul 5 19:07:28 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml Sun Dec 12 02:28:32 1999 *************** *** 70,76 **** Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC</verb> The driver also supports 32K, 64K and 16M-colour modes on the 264xT and 3D Rage series of adapters using the accelerator CRTC (but not the VGA CRTC). This support is as yet unaccelerated.<p> --- 70,77 ---- Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, ! 3D Rage LT, 3D Rage LT Pro, 3D Rage XL, 3D Rage XC, ! 3D Rage Mobility</verb> The driver also supports 32K, 64K and 16M-colour modes on the 264xT and 3D Rage series of adapters using the accelerator CRTC (but not the VGA CRTC). This support is as yet unaccelerated.<p> *************** *** 323,331 **** This problem is Linux-specific. There is a bug in kernels 2.0.31 or earlier that prevents proper APM operation. Upgrade to a more recent kernel or disable APM support.<p> - The TV port on some Mach64 adapters needs to be disabled using an ATI utility - that might or might not be supplied with the adapter. - This problem is currently under investigation. <item>When using a Mach64's accelerator CRTC, the virtual resolution must be less than 8192 pixels wide. The VGA CRTC further limits the virtual resolution width to less than 4096 --- 324,329 ---- *************** *** 454,463 **** than I could comfortably handle in one source file. This version will make it quite a bit easier to introduce new function such as acceleration, additional colour depths, and so on. ! This is the version found in XFree86 3.3.2, 3.3.3, 3.3.3.1, 3.3.3.2 and ! 3.3.4.<p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml,v 3.15.2.4 1999/07/05 09:07:28 hohndel Exp $ --- 452,461 ---- than I could comfortably handle in one source file. This version will make it quite a bit easier to introduce new function such as acceleration, additional colour depths, and so on. ! This is the version found in XFree86 3.3.2, 3.3.3, 3.3.3.1, 3.3.3.2, ! 3.3.4, 3.3.6 and 3.3.6.<p> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml,v 3.15.2.6 1999/12/11 15:28:32 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml:1.1.2.1 *** /dev/null Sun Jan 9 07:45:24 2000 --- xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml Mon Oct 25 17:36:25 1999 *************** *** 0 **** --- 1,107 ---- + <!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN"> + + <article> + <title>Information for i810 Users - i810 Driver Version 1.0.0 + <date>21 October 1999 + <toc> + + <sect>Supported Hardware + <p> + <itemize> + <item>Intel 810 motherboards + </itemize> + + + <sect>Features + <p> + <itemize> + <item>Full support for 8, 15, 16 and 24 bit per pixel depths. + <item>Hardware cursor support to reduce sprite flicker. + <item>Hardware accelerated 2D drawing engine support for 8, 15, 16 and + 24 bit per pixel depths. + <item>Support for high resolution video modes up to 1600x1200. + <item>Fully programmable clock supported. + <item>Robust text mode restore for VT switching. + </itemize> + + <sect>Technical Notes + <p> + <itemize> + <item>32 bpp is unaccelerated on this chipset, and unsupported by this driver. + <item>Interlace modes cannot be supported. + <item>Normal use requires agpgart.o module, distributed with the server. + </itemize> + + <sect>Reported Working Video Cards + <p> + <itemize> + <item>Intel evaluation hardware + </itemize> + + + <sect>Configuration + <p> + The driver auto-detects all device information necessary to + initialize the card. The only lines you need in the "Device" + section of your XF86Config file are: + <verb> + Section "Device" + Identifier "i810" + EndSection + </verb> + or let xf86config or XF86Setup do this for you. NOTE: config + programs have not been tested, yet. + + However, if you have problems with auto-detection, you can specify: + <itemize> + <item>DacSpeed - in MHz + <item>MemBase - physical address of the linear framebuffer + <item>IOBase - physical address of the memory mapped IO registers + </itemize> + + In order to use most resolutions, it is necessary to install the + 'agpgart.o' module which accompanies this server. You will probably + have to compile the module yourself (see the notes in the module). + + Note: the i810 X server detects whether your motherboard has + display cache video memory. This memory is has reduced bandwidth + compared to 'normal' system memory, and isn't used by the server. The + main function of this memory is for ancillary buffers (eg. z buffer) + in a forthcoming 3d capable server. + + <sect>Driver Options + <p> + <itemize> + <item>"no_accel" - software rendering only + </itemize> + + + + <sect>Known Limitations + <p> + <itemize> + <item>No 3d support in this release. + </itemize> + + + <sect>Author + <p> + <itemize> + <item>Keith Whitwell <it><keithw@precisioninsight.com></it> + </itemize> + + This driver was donated to The XFree86 Project by: + <verb> + Precision Insight, Inc. + Cedar Park, TX + USA + </verb> + + <htmlurl name="http://www.precisioninsight.com" + url="http://www.precisioninsight.com"> + + <verb> + $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml,v 1.1.2.1 1999/10/25 07:36:25 hohndel Exp $ + </verb> + + </article> Index: xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml:1.1.2.12 xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml:1.1.2.14 *** xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml:1.1.2.12 Wed Jun 30 23:00:29 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml Fri Dec 10 23:38:21 1999 *************** *** 8,14 **** <sect>Introduction <p> ! This document describes mouse support in XFree86 3.3.4, whose X servers have the revised mouse driver. Mouse configuration has often been mysterious task for --- 8,14 ---- <sect>Introduction <p> ! This document describes mouse support in XFree86 3.3.6, whose X servers have the revised mouse driver. Mouse configuration has often been mysterious task for *************** *** 19,26 **** <sect>Supported Hardware <p> ! XFree86 X servers support three classes of mice: ! serial, bus and PS/2 mice. <descrip> <tag>Serial mouse</tag> --- 19,26 ---- <sect>Supported Hardware <p> ! XFree86 X servers support four classes of mice: ! serial, bus, PS/2 mice and USB. <descrip> <tag>Serial mouse</tag> *************** *** 61,66 **** --- 61,73 ---- initialization procedure to enable these features. Without proper initialization, it behaves as though it were an ordinary two or three button mouse. + + <tag>USB mouse </tag> + USB (Universal Serial Bus) ports are present on most modern + computers. Several devices can be plugged into this bus, including + mices and keyboards. + + XFree86 3.3.6 includes support for USB mices on some systems. </descrip> Many mice nowadays can be used both as a serial mouse and as a PS/2 mouse. *************** *** 85,107 **** Protocol Types serial PnP BusMouse PS/2 Extended PS/2 OS platforms protocols serial protocol protocol protocols ! "Auto" "BusMouse" "PS/2" "xxxPS/2" ! -------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 ! FreeBSD(98) Ok ? Ok NA NA ! Interactive Unix Ok NA ?*1 ?*1 NA ! Linux Ok Ok Ok Ok Ok ! Linux/98 Ok ? Ok NA NA ! LynxOS Ok NA Ok Ok NA ! NetBSD Ok Ok Ok SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ! SCO Ok ? SP*1 SP*1 NA ! Solaris 2.x Ok NA*1 ?*1 Ok NA ! SVR4 Ok NA*1 SP*1 SP*1 NA ! PANIX Ok ? SP*1 SP*1 NA Ok: support is available, NA: not available, ?: untested or unknown. SP: support is available in a different form --- 92,114 ---- Protocol Types serial PnP BusMouse PS/2 Extended PS/2 OS platforms protocols serial protocol protocol protocols ! "Auto" "BusMouse" "PS/2" "xxxPS/2" USB ! ------------------------------------------------------------------------- ! BSD/OS Ok ? ? ? ? ? ! FreeBSD Ok Ok Ok Ok SP*1 SP*1 ! FreeBSD(98) Ok ? Ok NA NA ? ! Interactive Unix Ok NA ?*1 ?*1 NA ? ! Linux Ok Ok Ok Ok Ok ? ! Linux/98 Ok ? Ok NA NA ? ! LynxOS Ok NA Ok Ok NA ? ! NetBSD Ok Ok Ok SP*1 SP*1 SP*1 ! NetBSD/pc98 Ok ? Ok NA NA NA ! OpenBSD Ok Ok Ok Ok*1 OK*1 OK*1 ! OS/2 SP*2 SP*2 SP*2 SP*2 SP*2 ? ! SCO Ok ? SP*1 SP*1 NA ? ! Solaris 2.x Ok NA*1 ?*1 Ok NA ? ! SVR4 Ok NA*1 SP*1 SP*1 NA ? ! PANIX Ok ? SP*1 SP*1 NA ? Ok: support is available, NA: not available, ?: untested or unknown. SP: support is available in a different form *************** *** 119,124 **** --- 126,134 ---- FreeBSD supports the <tt>"SysMouse"</tt> protocol which must be specified when the <tt>moused</tt> daemon is running in versions 2.2.1 or later. + When running the <tt>moused</tt>daemon, you must always specify the + <tt>/dev/sysmouse</tt> device and the <tt>"SysMouse"</tt> protocol + to the X server, regardless of the actual type of your mouse. FreeBSD versions 2.2.5 or earlier do not support extended PS/2 mouse protocols (<tt>"xxxPS/2"</tt>). *************** *** 126,137 **** in these versions regardless of the brand of the mouse. FreeBSD versions 2.2.6 or later include the kernel-level ! support for these mice. Specify the <tt>"PS/2"</tt> or <tt>"Auto"</tt> protocol and the X server will automatically make use of the kernel-level support. In fact, you may always specify <tt>"Auto"</tt> to any mouse in these versions unless the mouse is an old serial model which doesn't support PnP. <sect1>FreeBSD(98) <p> The PS/2 mouse is not supported. --- 136,153 ---- in these versions regardless of the brand of the mouse. FreeBSD versions 2.2.6 or later include the kernel-level ! support for these PS/2 mice. Specify the <tt>"PS/2"</tt> or <tt>"Auto"</tt> protocol and the X server will automatically make use of the kernel-level support. In fact, you may always specify <tt>"Auto"</tt> to any mouse in these versions unless the mouse is an old serial model which doesn't support PnP. + FreeBSD versions 3.1 or later have support for USB mice. + Specify the <tt>"Auto"</tt> protocol for the <tt>/dev/ums0</tt> device. + (If the <tt>moused</tt> daemon is running for the USB mouse, + you must use <tt>/dev/sysmouse</tt> instead of <tt>/dev/ums0</tt> + as explained above.) See the <em>ums(4)</em> manual page for details. + <sect1>FreeBSD(98) <p> The PS/2 mouse is not supported. *************** *** 164,174 **** Therefore, you should always specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse. <p> ! XFree86 3.3.4 supports the <tt>"wsmouse"</tt> protocol introduced in NetBSD 1.4 along with the wscons console driver. You need to run binaries compiled on NetBSD 1.4 to have support for it though. Use <tt>"/dev/wsmouse0"</tt> for the device. Refer to the <em>wsmouse(4)</em> manual page for kernel configuration informations. <sect1>NetBSD/pc98 <p> The PS/2 mouse is not supported. --- 180,193 ---- Therefore, you should always specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse. <p> ! XFree86 3.3.6 supports the <tt>"wsmouse"</tt> protocol introduced in NetBSD 1.4 along with the wscons console driver. You need to run binaries compiled on NetBSD 1.4 to have support for it though. Use <tt>"/dev/wsmouse0"</tt> for the device. Refer to the <em>wsmouse(4)</em> manual page for kernel configuration informations. + <p> + This driver also provides support for USB mices. See the + <em>ums(4)</em> manual page for details. <sect1>NetBSD/pc98 <p> The PS/2 mouse is not supported. *************** *** 191,196 **** --- 210,220 ---- which emulates the bus mouse. Specify the <tt>"BusMouse"</tt> protocol for any PS/2 mouse regardless of the brand of the mouse when using this device. + <p> + XFree86 3.3.6 support USB mices on OpenBSD 2.6 and later though the + generic Human Interface Device (hid) <tt>/dev/uhid*</tt>. Select the + <tt>"usb"</tt> protocol and the <tt>/dev/uhid*</tt> instance + corresponding to your mouse as the device name. <sect1>OS/2 <p> XFree86/OS2 always uses the native mouse driver of the operating system *************** *** 356,361 **** --- 380,390 ---- If you suspect this is the case with your mouse, please send report to <it/<XFree86@XFree86.Org>/. + <tag>USB mouse</tag> + If your mouse is connected to the USB port, it can either be supported + by an OS-specific protocol (see below), or as a generic Human + Interface Device by the <tt>"usb"</tt> protocol. + <tag>Standardized protocols</tag> Mouse device drivers in your OS may use the standardized protocol regardless of the model or the class of the mouse. *************** *** 460,465 **** --- 489,534 ---- Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) </verb> + <sect1>MS Intellimouse Explorer (PS/2, USB)<p> + This mouse has an optical sensor which produces a nifty red glowing + under it. It has 5 buttons and a wheel, and comes with an adaptor to + be used as either PS/2 or USB. + + To use this mouse as the PS/2 device and the OS supports PS/2 mouse + initialization: + <verb> + Protocol "IMPS/2" + Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) + </verb> + + To use this mouse as the PS/2 device but the OS does not support PS/2 mouse + initialization (the wheel won't work in this case): + <verb> + Protocol "PS/2" + Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) + </verb> + + To use this mouse as the PS/2 device and the OS supports automatic + PS/2 mouse detection: + <verb> + Protocol "Auto" + Device "/dev/xxxx" (where xxxx is the PS/2 mouse device) + </verb> + + To use this mouse as the USB device and the OS supports the generic + HID protocol: + <verb> + Protocol "usb" + Device "/dev/uhidx" (where x is the USB device number) + </verb> + + To use this mouse as the USB device and the OS supports automatic + mouse detection: + <verb> + Protocol "Auto" + Device "/dev/xxxx" (where xxxx is the USB mouse device) + </verb> + <sect1>Kensington Thinking Mouse (serial, PS/2) <p> This mouse has four buttons. Thinking Mouse supports the PnP COM device specification. *************** *** 661,666 **** <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml,v 1.1.2.12 1999/06/30 13:00:29 hohndel Exp $ </verb> </article> --- 730,735 ---- <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml,v 1.1.2.14 1999/12/10 12:38:21 hohndel Exp $ </verb> </article> Index: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml diff -c /dev/null xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml:1.1.2.1 *** /dev/null Sun Jan 9 07:45:26 2000 --- xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml Tue Oct 12 07:04:38 1999 *************** *** 0 **** --- 1,118 ---- + <!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN"> + + <article> + <title>Information for ATI Rage 128 Users + <author>Precision Insight, Inc., SuSE GmBH + <date>6 October 1999 + <toc> + + <sect>Supported Hardware + <p> + <itemize> + <item>ATI Rage 128 based cards + </itemize> + + + <sect>Features + <p> + <itemize> + <item>Full support (including hardware accelerated 2D drawing) for 8, 15, + 16, 24, and 32 bit per pixel depths. + <item>Hardware cursor support to reduce sprite flicker. + <item>Support for high resolution video modes up to 1800x1440 @ 70Hz. + <item>Support for doublescan video modes (e.g., 320x200 and 320x240). + <item>Support for gamma correction at all pixel depths. + <item>Fully programmable clock supported. + <item>Robust text mode restore for VT switching. + </itemize> + + + <sect>Technical Notes + <p> + <itemize> + <item>None + </itemize> + + + <sect>Reported Working Video Cards + <p> + <itemize> + <item>Rage Fury AGP 32MB + <item>XPERT 128 AGP 16MB + <item>XPERT 99 AGP 8MB + </itemize> + + + <sect>Configuration + <p> + The driver auto-detects all device information necessary to + initialize the card. The only lines you need in the "Device" + section of your XF86Config file are: + <verb> + Section "Device" + Identifier "r128" + EndSection + </verb> + or let xf86config or XF86Setup do this for you. + + However, if you have problems with auto-detection, you can specify: + <itemize> + <item>VideoRam - in kilobytes + <item>MemBase - physical address of the linear framebuffer + <item>IOBase - physical address of the memory mapped IO registers + <item>ChipID - PCI DEVICE ID + </itemize> + + + <sect>Driver Options + <p> + <itemize> + <item>"hw_cursor" - request hardware cursor (default) + <item>"sw_cursor" - software cursor only + <item>"no_accel" - software rendering only + <item>"dac_8_bit" - use color weight 888 in 8 bpp mode (default) + <item>"dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation) + </itemize> + + + <sect>Known Limitations + <p> + <itemize> + <item>None + </itemize> + + + <sect>Authors + <p> + <itemize> + <item>Alan Hourihane <it>alanh@fairlite.demon.co.uk</it> + <item>Rickard E. (Rik) Faith <it><faith@precisioninsight.com></it> + <item>Kevin E. Martin <it><kevin@precisioninsight.com></it> + <item>Dirk Hohndel <it><hohndel@suse.de></it> + </itemize> + + <p>This driver was donated to The XFree86 Project by: + <verb> + Precision Insight, Inc. + Cedar Park, TX + USA + </verb> + it is based on earlier work donated to The XFree86 Project by: + <verb> + SuSE GmbH + Schanzaekerstr. 10 + 90443 Nuernberg + Germany + </verb> + + <htmlurl name="http://www.precisioninsight.com" + url="http://www.precisioninsight.com"> -- + <htmlurl name="http://www.suse.com" + url="http://www.suse.com"> + + <verb> + $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml,v 1.1.2.1 1999/10/11 21:04:38 hohndel Exp $ + $PI: xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml,v 1.2 1999/10/08 08:33:58 faith Exp $ + </verb> + + </article> Index: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml diff -c xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml:1.1.2.10 xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml:1.1.2.12 *** xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml:1.1.2.10 Tue Aug 17 17:39:31 1999 --- xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml Thu Oct 14 07:46:27 1999 *************** *** 2,8 **** <article> <title>Information for Rendition Users ! <author>The XFree86 Project Inc. <date>1 August 1999 <toc> --- 2,8 ---- <article> <title>Information for Rendition Users ! <author>The XFree86 Project Inc. Last updates by Dejan Ilic <it><dejan.ilic@home.se></it> <date>1 August 1999 <toc> *************** *** 23,35 **** <item>Supported color depths <itemize> <item>8 bits per pixel (256 pseudo colour) ! <item>15 bits per pixel (actualy 16-bits with RGB-weight 555, 32768 colors) <item>16 bits per pixel (high colour, RGB-weight 565, 65536 colors) <item>32 bits per pixel (true colour, sparse 24bit, 16M colors) </itemize> </itemize> ! <sect>XF86Config Option <p> <descrip> <tag>Option "sw_cursor"</tag> Disables use of the hardware cursor. --- 23,35 ---- <item>Supported color depths <itemize> <item>8 bits per pixel (256 pseudo colour) ! <item>15 bits per pixel (16-bits with RGB-weight 555, 32768 colors, V1000 cards only) <item>16 bits per pixel (high colour, RGB-weight 565, 65536 colors) <item>32 bits per pixel (true colour, sparse 24bit, 16M colors) </itemize> </itemize> ! <sect>XF86Config options recognized and used by Rendition driver<p> <descrip> <tag>Option "sw_cursor"</tag> Disables use of the hardware cursor. *************** *** 43,60 **** <sect>News in this release <p> <itemize> ! <item>Hardware-cursor on V2x00 cards. ! </itemize> ! ! <sect>Major fixes in this release <p> ! <itemize> ! <item>Depth 15 works on V1000 cards. ! <item>Bandwith limits are now included. Can be overrided with DacSpeed option. </itemize> <sect>Known problems in current driver<p> <itemize> ! <item>Displays with depth 15 ("-bpp 15" or "-bpp 16 -weight 555") has problems on V2x00 cards. <item>Switching from display to VC and back to display can lock up V2x00 cards. <item>When scrolling the virtual display on a V1000 card parts of the screen will become distorted. Problem dissapears when you continue moving around. V2x00 does not exhibit this problem. Probably a bug in the driver rather than a limitation of the chip. <item>Option "chipset" is honored. Unfortunatly the driver still has problems and will only work if the rendition card is the primary display card in the system. --- 43,54 ---- <sect>News in this release <p> <itemize> ! <item>XFree 3.3.x Rendition driver development discontinued in favour of XFree 4.0 driver. </itemize> <sect>Known problems in current driver<p> <itemize> ! <item>Displays with depth 15 ("-bpp 15" or "-bpp 16 -weight 555") are NOT supported on V2x00 cards. This is a hardware-"limitation" and has been confirmed by Rendition. The driver lets you display the mode but you will get a reddish display as the card is actualy in 565-weight while X thinks it should display weight 555. <item>Switching from display to VC and back to display can lock up V2x00 cards. <item>When scrolling the virtual display on a V1000 card parts of the screen will become distorted. Problem dissapears when you continue moving around. V2x00 does not exhibit this problem. Probably a bug in the driver rather than a limitation of the chip. <item>Option "chipset" is honored. Unfortunatly the driver still has problems and will only work if the rendition card is the primary display card in the system. *************** *** 62,75 **** <item>A horizontal distortion around the hardware cursor can be seen on certain modes. It can be fixed by turning off hardware cursor or by lowering the required bandwith of the mode. </itemize> ! <sect>Work in progress (not finished in time for release) <p> <itemize> ! <item>Acceleration for V1000 chipset. Some bugs to clear out. ! <item>Acceleration for V2100 and V2200 chipset. Not ready for general use. </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.1.2.10 1999/08/17 07:39:31 hohndel Exp $ </verb> </article> --- 56,68 ---- <item>A horizontal distortion around the hardware cursor can be seen on certain modes. It can be fixed by turning off hardware cursor or by lowering the required bandwith of the mode. </itemize> ! <sect>Work in progress<p> <itemize> ! <item> All future development, including acceleration, has been redirected to development of XFree 4.0 driver. No more improvments of XFree 3.3.x driver is planned for the moment. </itemize> <verb> ! $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.1.2.12 1999/10/13 21:46:27 hohndel Exp $ </verb> </article> Index: xc/programs/Xserver/hw/xfree86/etc/scanpci.c diff -c xc/programs/Xserver/hw/xfree86/etc/scanpci.c:3.34.2.32 xc/programs/Xserver/hw/xfree86/etc/scanpci.c:3.34.2.35 *** xc/programs/Xserver/hw/xfree86/etc/scanpci.c:3.34.2.32 Thu Aug 26 15:38:44 1999 --- xc/programs/Xserver/hw/xfree86/etc/scanpci.c Sat Nov 27 02:24:08 1999 *************** *** 19,30 **** * wcc386p -zq -omaxet -7 -4s -s -w3 -d2 name.c * and link with PharLap or other dos extender for exe * ! * case Intel DG/ux: gcc -DDGUX scanpci.c -o scanpci (with gcc-DG-2.8.1.3) ! * OR you may need -DDGUX -DDG_NO_SYSI86 for old DG/ux Releases. * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.c,v 3.34.2.32 1999/08/26 05:38:44 hohndel Exp $ */ /* * Copyright 1995 by Robin Cutshaw <robin@XFree86.Org> --- 19,29 ---- * wcc386p -zq -omaxet -7 -4s -s -w3 -d2 name.c * and link with PharLap or other dos extender for exe * ! * case Intel DG/ux: gcc -DDGUX scanpci.c -o scanpci (with gcc-DG-2.7.2.88) * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.c,v 3.34.2.35 1999/11/26 15:24:08 hohndel Exp $ */ /* * Copyright 1995 by Robin Cutshaw <robin@XFree86.Org> *************** *** 68,73 **** --- 67,73 ---- #endif #include <stdio.h> + #include <unistd.h> #include <sys/types.h> #if defined(SVR4) && !defined(DGUX) #if defined(sun) *************** *** 89,97 **** #else #include <sys/seg.h> #endif ! #if !defined(V86SC_IOPL) ! #include <sys/v86.h> ! #endif #endif #if defined(__FreeBSD__) || defined(__386BSD__) #include <sys/file.h> --- 89,103 ---- #else #include <sys/seg.h> #endif ! #if defined(sun) && defined (i386) && defined (SVR4) /* Solaris? */ ! # if !defined(V86SC_IOPL) /* Solaris 7? */ ! #include <sys/v86.h> /* Nope */ ! # else ! /* Do nothing what so ever */ /* Yup */ ! # endif /* V86SC_IOPL */ ! #else ! # include <sys/v86.h> /* Not solaris */ ! #endif /* sun/i386/svr4 */ #endif #if defined(__FreeBSD__) || defined(__386BSD__) #include <sys/file.h> *************** *** 162,168 **** #if defined(__GNUC__) ! #if !defined(__alpha__) && !defined(__powerpc__) #if defined(GCCUSESGAS) #define OUTB_GCC "outb %0,%1" #define OUTL_GCC "outl %0,%1" --- 168,174 ---- #if defined(__GNUC__) ! #if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sparc__) #if defined(GCCUSESGAS) #define OUTB_GCC "outb %0,%1" #define OUTL_GCC "outl %0,%1" *************** *** 184,190 **** static unsigned long inl(unsigned short port) { unsigned long ret; __asm__ __volatile__(INL_GCC : "=a" (ret) : "d" (port)); return ret; } ! #endif /* !defined(__alpha__) && !defined(__powerpc__) */ #else /* __GNUC__ */ #if defined(__STDC__) && (__STDC__ == 1) --- 190,196 ---- static unsigned long inl(unsigned short port) { unsigned long ret; __asm__ __volatile__(INL_GCC : "=a" (ret) : "d" (port)); return ret; } ! #endif /* !defined(__alpha__) && !defined(__powerpc__) && !defined(__sparc__) */ #else /* __GNUC__ */ #if defined(__STDC__) && (__STDC__ == 1) *************** *** 265,273 **** #endif /* __WATCOMC__ */ ! #if defined(__alpha__) #if defined(linux) #include <asm/unistd.h> #define BUS(tag) (((tag)>>16)&0xff) #define DFN(tag) (((tag)>>8)&0xff) int pciconfig_read( --- 271,285 ---- #endif /* __WATCOMC__ */ ! #if defined(__alpha__) || defined(__sparc__) #if defined(linux) #include <asm/unistd.h> + #if defined(__sparc__) + #if !defined(__NR_pciconfig_read) + #define __NR_pciconfig_read 148 + #define __NR_pciconfig_write 149 + #endif + #endif #define BUS(tag) (((tag)>>16)&0xff) #define DFN(tag) (((tag)>>8)&0xff) int pciconfig_read( *************** *** 289,297 **** return syscall(__NR_pciconfig_write, bus, dfn, off, len, buf); } #else ! Generate compiler error - scanpci unsupported on non-linux alpha platforms #endif /* linux */ ! #endif /* __alpha__ */ #if defined(Lynx) && defined(__powerpc__) /* let's mimick the Linux Alpha stuff for LynxOS so we don't have * to change too much code --- 301,309 ---- return syscall(__NR_pciconfig_write, bus, dfn, off, len, buf); } #else ! Generate compiler error - scanpci unsupported on non-linux alpha and sparc platforms #endif /* linux */ ! #endif /* __alpha__ || __sparc__ */ #if defined(Lynx) && defined(__powerpc__) /* let's mimick the Linux Alpha stuff for LynxOS so we don't have * to change too much code *************** *** 358,364 **** } #endif ! #if !defined(__powerpc__) struct pci_config_reg { /* start of official PCI config space header */ union { --- 370,376 ---- } #endif ! #if !defined(__powerpc__) && !defined(__sparc__) struct pci_config_reg { /* start of official PCI config space header */ union { *************** *** 451,474 **** #define _prefetch_mem_base bc.bg.prefetch_mem_base #define _prefetch_mem_limit bc.bg.prefetch_mem_limit unsigned long rsvd1; ! unsigned long rsvd2; unsigned long _baserom; unsigned long rsvd3; unsigned long rsvd4; union { ! unsigned long max_min_ipin_iline; ! struct { ! unsigned char int_line; ! unsigned char int_pin; ! unsigned char min_gnt; ! unsigned char max_lat; } mmii; ! } mmii; ! #define _max_min_ipin_iline mmii.max_min_ipin_iline ! #define _int_line mmii.mmii.int_line ! #define _int_pin mmii.mmii.int_pin ! #define _min_gnt mmii.mmii.min_gnt ! #define _max_lat mmii.mmii.max_lat /* I don't know how accurate or standard this is (DHD) */ union { unsigned long user_config; --- 463,505 ---- #define _prefetch_mem_base bc.bg.prefetch_mem_base #define _prefetch_mem_limit bc.bg.prefetch_mem_limit unsigned long rsvd1; ! union { /* Offset 0x2c - 0x2f */ ! unsigned long subsys_card_vendor; ! unsigned long rsvd2; ! struct { ! unsigned short subsys_vendor; ! unsigned short subsys_card; ! } ssys; ! } ssys_id; ! #define _subsys_card_vendor ssys_id.subsys_card_vendor ! #define _subsys_vendor ssys_id.ssys.subsys_vendor ! #define _subsys_card ssys_id.ssys.subsys_card unsigned long _baserom; unsigned long rsvd3; unsigned long rsvd4; union { ! union { ! unsigned long max_min_ipin_iline; ! struct { ! unsigned char int_line; ! unsigned char int_pin; ! unsigned char min_gnt; ! unsigned char max_lat; ! } mmii; } mmii; ! struct { ! unsigned char res1; ! unsigned char res2; ! unsigned char bridge_control; ! unsigned char res3; ! } bctrl; ! } bm; ! #define _max_min_ipin_iline bm.mmii.max_min_ipin_iline ! #define _int_line bm.mmii.mmii.int_line ! #define _int_pin bm.mmii.mmii.int_pin ! #define _min_gnt bm.mmii.mmii.min_gnt ! #define _max_lat bm.mmii.mmii.max_lat ! #define _b_ctrl bm.bctrl.bridge_control /* I don't know how accurate or standard this is (DHD) */ union { unsigned long user_config; *************** *** 493,499 **** unsigned long _cardnum; /* config type 2 - private card number */ }; #else ! /* ppc is big endian, swapping bytes is not quite enough * to interpret the PCI config registers... */ struct pci_config_reg { --- 524,530 ---- unsigned long _cardnum; /* config type 2 - private card number */ }; #else ! /* ppc and sparc are big endian, swapping bytes is not quite enough * to interpret the PCI config registers... */ struct pci_config_reg { *************** *** 593,616 **** #define _prefetch_mem_base bc.bg.prefetch_mem_base #define _prefetch_mem_limit bc.bg.prefetch_mem_limit unsigned long rsvd1; ! unsigned long rsvd2; unsigned long _baserom; unsigned long rsvd3; unsigned long rsvd4; union { ! unsigned long max_min_ipin_iline; ! struct { ! unsigned char max_lat; ! unsigned char min_gnt; ! unsigned char int_pin; ! unsigned char int_line; } mmii; ! } mmii; ! #define _max_min_ipin_iline mmii.max_min_ipin_iline ! #define _int_line mmii.mmii.int_line ! #define _int_pin mmii.mmii.int_pin ! #define _min_gnt mmii.mmii.min_gnt ! #define _max_lat mmii.mmii.max_lat /* I don't know how accurate or standard this is (DHD) */ union { unsigned long user_config; --- 624,666 ---- #define _prefetch_mem_base bc.bg.prefetch_mem_base #define _prefetch_mem_limit bc.bg.prefetch_mem_limit unsigned long rsvd1; ! union { /* Offset 0x2c - 0x2f */ ! unsigned long subsys_card_vendor; ! unsigned long rsvd2; ! struct { ! unsigned short subsys_card; ! unsigned short subsys_vendor; ! } ssys; ! } ssys_id; ! #define _subsys_card_vendor ssys_id.subsys_card_vendor ! #define _subsys_vendor ssys_id.ssys.subsys_vendor ! #define _subsys_card ssys_id.ssys.subsys_card unsigned long _baserom; unsigned long rsvd3; unsigned long rsvd4; union { ! union { ! unsigned long max_min_ipin_iline; ! struct { ! unsigned char max_lat; ! unsigned char min_gnt; ! unsigned char int_pin; ! unsigned char int_line; ! } mmii; } mmii; ! struct { ! unsigned char res1; ! unsigned char bridge_control; ! unsigned char res2; ! unsigned char res3; ! } bctrl; ! } bm; ! #define _max_min_ipin_iline bm.mmii.max_min_ipin_iline ! #define _int_line bm.mmii.mmii.int_line ! #define _int_pin bm.mmii.mmii.int_pin ! #define _min_gnt bm.mmii.mmii.min_gnt ! #define _max_lat bm.mmii.mmii.max_lat ! #define _b_ctrl bm.bctrl.bridge_control /* I don't know how accurate or standard this is (DHD) */ union { unsigned long user_config; *************** *** 637,654 **** #endif extern void identify_card(struct pci_config_reg *, int); extern void print_i128(struct pci_config_reg *); extern void print_mach64(struct pci_config_reg *); extern void print_pcibridge(struct pci_config_reg *); extern void enable_os_io(); extern void disable_os_io(); ! #define MAX_DEV_PER_VENDOR_CFG1 48 #define MAX_DEV_PER_VENDOR_CFG2 16 #define MAX_PCI_DEVICES 64 #define NF ((void (*)())NULL) #define PCI_MULTIFUNC_DEV 0x80 ! #if defined(__alpha__) || defined(__powerpc__) #define PCI_ID_REG 0x00 #define PCI_CMD_STAT_REG 0x04 #define PCI_CLASS_REG 0x08 --- 687,707 ---- #endif extern void identify_card(struct pci_config_reg *, int); + extern void print_default_class(struct pci_config_reg *pcr); + extern void print_bridge_pci_class(struct pci_config_reg *pcr); + extern void print_bridge_class(struct pci_config_reg *pcr); extern void print_i128(struct pci_config_reg *); extern void print_mach64(struct pci_config_reg *); extern void print_pcibridge(struct pci_config_reg *); extern void enable_os_io(); extern void disable_os_io(); ! #define MAX_DEV_PER_VENDOR_CFG1 64 #define MAX_DEV_PER_VENDOR_CFG2 16 #define MAX_PCI_DEVICES 64 #define NF ((void (*)())NULL) #define PCI_MULTIFUNC_DEV 0x80 ! #if defined(__alpha__) || defined(__powerpc__) || defined(__sparc__) #define PCI_ID_REG 0x00 #define PCI_CMD_STAT_REG 0x04 #define PCI_CLASS_REG 0x08 *************** *** 695,710 **** { 0x0000, (char *)NULL, NF } } }, { 0x1002, "ATI", { { 0x4158, "Mach32", NF }, - { 0x5245, "Rage 128 RE", NF }, - { 0x5246, "Rage 128 RF", NF }, - { 0x524B, "Rage 128 RX", NF }, - { 0x524C, "Rage 128 RL", NF }, { 0x4354, "Mach64 CT", print_mach64 }, { 0x4358, "Mach64 CX", print_mach64 }, { 0x4554, "Mach64 ET", print_mach64 }, { 0x4742, "Mach64 GB", print_mach64 }, { 0x4744, "Mach64 GD", print_mach64 }, { 0x4749, "Mach64 GI", print_mach64 }, { 0x474D, "Mach64 GM", print_mach64 }, { 0x474E, "Mach64 GN", print_mach64 }, { 0x474F, "Mach64 GO", print_mach64 }, --- 748,760 ---- { 0x0000, (char *)NULL, NF } } }, { 0x1002, "ATI", { { 0x4158, "Mach32", NF }, { 0x4354, "Mach64 CT", print_mach64 }, { 0x4358, "Mach64 CX", print_mach64 }, { 0x4554, "Mach64 ET", print_mach64 }, { 0x4742, "Mach64 GB", print_mach64 }, { 0x4744, "Mach64 GD", print_mach64 }, { 0x4749, "Mach64 GI", print_mach64 }, + { 0x474C, "Mach64 GL", print_mach64 }, { 0x474D, "Mach64 GM", print_mach64 }, { 0x474E, "Mach64 GN", print_mach64 }, { 0x474F, "Mach64 GO", print_mach64 }, *************** *** 722,728 **** --- 772,786 ---- { 0x4C44, "Mach64 LD", print_mach64 }, { 0x4C47, "Mach64 LG", print_mach64 }, { 0x4C49, "Mach64 LI", print_mach64 }, + { 0x4C4D, "Mach64 LM", print_mach64 }, + { 0x4C4E, "Mach64 LN", print_mach64 }, { 0x4C50, "Mach64 LP", print_mach64 }, + { 0x4C52, "Mach64 LR", print_mach64 }, + { 0x4C53, "Mach64 LS", print_mach64 }, + { 0x5245, "Rage 128 RE", NF }, + { 0x5246, "Rage 128 RF", NF }, + { 0x524B, "Rage 128 RK", NF }, + { 0x524C, "Rage 128 RL", NF }, { 0x5654, "Mach64 VT", print_mach64 }, { 0x5655, "Mach64 VU", print_mach64 }, { 0x5656, "Mach64 VV", print_mach64 }, *************** *** 859,866 **** { 0x5513, "85C5513", NF }, { 0x5571, "5571", NF }, { 0x5597, "5597", NF }, ! { 0x6306, "530", NF }, ! { 0x6326, "6326", NF }, { 0x7001, "7001", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x103C, "HP", { --- 917,924 ---- { 0x5513, "85C5513", NF }, { 0x5571, "5571", NF }, { 0x5597, "5597", NF }, ! { 0x6306, "530", NF }, ! { 0x6326, "6326", NF }, { 0x7001, "7001", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x103C, "HP", { *************** *** 980,986 **** --- 1038,1046 ---- { 0x108E, "Sun", { { 0x1000, "EBUS", NF }, { 0x1001, "Happy Meal", NF }, + { 0x5000, "Simba Bus Module", NF }, { 0x8000, "PCI Bus Module", NF }, + { 0xa000, "Sabre Bus Module", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x1095, "CMD", { { 0x0640, "640A", NF }, *************** *** 1125,1131 **** { 0x0000, (char *)NULL, NF } } }, { 0x1163, "Rendition", { { 0x0001, "V1000", NF }, ! { 0x2000, "V2100", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x1179, "Toshiba", { { 0x0000, (char *)NULL, NF } } }, --- 1185,1191 ---- { 0x0000, (char *)NULL, NF } } }, { 0x1163, "Rendition", { { 0x0001, "V1000", NF }, ! { 0x2000, "V2100/V2200", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x1179, "Toshiba", { { 0x0000, (char *)NULL, NF } } }, *************** *** 1166,1171 **** --- 1226,1233 ---- { 0x0004, "GLINT Permedia", NF }, { 0x0006, "GLINT MX", NF }, { 0x0007, "GLINT Permedia 2", NF }, + { 0x0008, "GLINT Gamma", NF }, + { 0x0009, "GLINT Permedia 2v", NF }, { 0x0000, (char *)NULL, NF } } } , { 0x4005, "Avance", { { 0x0000, (char *)NULL, NF } } }, *************** *** 1193,1200 **** { 0x8A21, "Savage3D S3 (Macrovision Support)", NF }, { 0x8A22, "Savage4", NF }, { 0x8C01, "ViRGE/MX", NF }, ! { 0x8C02, "ViRGE/MX?", NF }, ! { 0x8C03, "ViRGE/MX+", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x8086, "Intel", { { 0x0482, "82375EB pci-eisa bridge", NF }, --- 1255,1263 ---- { 0x8A21, "Savage3D S3 (Macrovision Support)", NF }, { 0x8A22, "Savage4", NF }, { 0x8C01, "ViRGE/MX", NF }, ! { 0x8C02, "ViRGE/MX+", NF }, ! { 0x8C03, "ViRGE/MX+MV", NF }, ! { 0x9102, "Savage2000", NF }, { 0x0000, (char *)NULL, NF } } }, { 0x8086, "Intel", { { 0x0482, "82375EB pci-eisa bridge", NF }, *************** *** 1261,1267 **** { 0x0000, (char *)NULL, NF } } } }; ! #if defined(__alpha__) #define PCI_EN 0x00000000 #else #define PCI_EN 0x80000000 --- 1324,1330 ---- { 0x0000, (char *)NULL, NF } } } }; ! #if defined(__alpha__) || defined(__sparc__) #define PCI_EN 0x00000000 #else #define PCI_EN 0x80000000 *************** *** 1303,1311 **** exit(1); } } #if !defined(MSDOS) ! if (getuid()) { ! printf("This program must be run as root\n"); exit(1); } #endif --- 1366,1375 ---- exit(1); } } + #if !defined(MSDOS) ! if (geteuid()) { ! printf("This program must have root privileges\n"); exit(1); } #endif *************** *** 1316,1322 **** enable_os_io(); ! #if !defined(__alpha__) && !defined(__powerpc__) pcr._configtype = 0; outb(PCI_MODE2_ENABLE_REG, 0x00); --- 1380,1386 ---- enable_os_io(); ! #if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sparc__) pcr._configtype = 0; outb(PCI_MODE2_ENABLE_REG, 0x00); *************** *** 1357,1376 **** idx = 0; do { ! printf("Probing for devices on PCI bus %d:\n\n", pcr._pcibusidx); ! for (pcr._cardnum = 0x0; pcr._cardnum < MAX_DEV_PER_VENDOR_CFG1; ! pcr._cardnum += 0x1) { func = 0; do { /* loop over the different functions, if present */ ! #if !defined(__alpha__) && !defined(__powerpc__) config_cmd = PCI_EN | (pcr._pcibuses[pcr._pcibusidx]<<16) | (pcr._cardnum<<11) | (func<<8); outl(PCI_MODE1_ADDRESS_REG, config_cmd); /* ioreg 0 */ pcr._device_vendor = inl(PCI_MODE1_DATA_REG); #else ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_ID_REG, 4, &pcr._device_vendor); #endif --- 1421,1439 ---- idx = 0; do { ! printf("\nProbing for devices on PCI bus %d:\n", pcr._pcibusidx); ! for (pcr._cardnum = 0x0; pcr._cardnum < 0x20; pcr._cardnum += 0x1) { func = 0; do { /* loop over the different functions, if present */ ! #if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sparc__) config_cmd = PCI_EN | (pcr._pcibuses[pcr._pcibusidx]<<16) | (pcr._cardnum<<11) | (func<<8); outl(PCI_MODE1_ADDRESS_REG, config_cmd); /* ioreg 0 */ pcr._device_vendor = inl(PCI_MODE1_DATA_REG); #else ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_ID_REG, 4, &pcr._device_vendor); #endif *************** *** 1381,1387 **** pcr._pcibuses[pcr._pcibusidx], pcr._cardnum, func, pcr._vendor, pcr._device); ! #if !defined(__alpha__) && !defined(__powerpc__) outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x04); pcr._status_command = inl(PCI_MODE1_DATA_REG); outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x08); --- 1444,1450 ---- pcr._pcibuses[pcr._pcibusidx], pcr._cardnum, func, pcr._vendor, pcr._device); ! #if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sparc__) outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x04); pcr._status_command = inl(PCI_MODE1_DATA_REG); outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x08); *************** *** 1400,1405 **** --- 1463,1470 ---- pcr._base4 = inl(PCI_MODE1_DATA_REG); outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x24); pcr._base5 = inl(PCI_MODE1_DATA_REG); + outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x2c); + pcr._subsys_card_vendor = inl(PCI_MODE1_DATA_REG); outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x30); pcr._baserom = inl(PCI_MODE1_DATA_REG); outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x3C); *************** *** 1407,1435 **** outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x40); pcr._user_config = inl(PCI_MODE1_DATA_REG); #else ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_CMD_STAT_REG, 4, &pcr._status_command); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_CLASS_REG, 4, &pcr._class_revision); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_HEADER_MISC, 4, &pcr._bist_header_latency_cache); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_REG_START, 4, &pcr._base0); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_REG_START + 0x04, 4, &pcr._base1); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_REG_START + 0x08, 4, &pcr._base2); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_REG_START + 0x0C, 4, &pcr._base3); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_REG_START + 0x10, 4, &pcr._base4); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_REG_START + 0x14, 4, &pcr._base5); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_MAP_ROM_REG, 4, &pcr._baserom); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_INTERRUPT_REG, 4, &pcr._max_min_ipin_iline); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], pcr._cardnum<<3, PCI_REG_USERCONFIG, 4, &pcr._user_config); #endif --- 1472,1502 ---- outl(PCI_MODE1_ADDRESS_REG, config_cmd | 0x40); pcr._user_config = inl(PCI_MODE1_DATA_REG); #else ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_CMD_STAT_REG, 4, &pcr._status_command); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_CLASS_REG, 4, &pcr._class_revision); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_HEADER_MISC, 4, &pcr._bist_header_latency_cache); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_REG_START, 4, &pcr._base0); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_REG_START + 0x04, 4, &pcr._base1); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_REG_START + 0x08, 4, &pcr._base2); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_REG_START + 0x0C, 4, &pcr._base3); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_REG_START + 0x10, 4, &pcr._base4); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_REG_START + 0x14, 4, &pcr._base5); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, ! PCI_MAP_REG_START + 0x1c, 4, &pcr._subsys_card_vendor); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_MAP_ROM_REG, 4, &pcr._baserom); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_INTERRUPT_REG, 4, &pcr._max_min_ipin_iline); ! pciconfig_read(pcr._pcibuses[pcr._pcibusidx], (pcr._cardnum<<3)|func, PCI_REG_USERCONFIG, 4, &pcr._user_config); #endif *************** *** 1469,1475 **** } while (++pcr._pcibusidx < pcr._pcinumbus); } ! #if !defined(__alpha__) && !defined(__powerpc__) /* Now try pci config 2 probe (deprecated) */ if ((pcr._configtype == 2) || do_mode2_scan) { --- 1536,1542 ---- } while (++pcr._pcibusidx < pcr._pcinumbus); } ! #if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sparc__) /* Now try pci config 2 probe (deprecated) */ if ((pcr._configtype == 2) || do_mode2_scan) { *************** *** 1508,1513 **** --- 1575,1581 ---- pcr._base3 = inl(pcr._ioaddr + 0x1C); pcr._base4 = inl(pcr._ioaddr + 0x20); pcr._base5 = inl(pcr._ioaddr + 0x24); + pcr._subsys_card_vendor = inl(pcr._ioaddr + 0x2c); pcr._baserom = inl(pcr._ioaddr + 0x30); pcr._max_min_ipin_iline = inl(pcr._ioaddr + 0x3C); pcr._user_config = inl(pcr._ioaddr + 0x40); *************** *** 1571,1576 **** --- 1639,1646 ---- } if (verbose) { + printf(" CardVendor 0x%04x card 0x%04x\n", + pcr->_subsys_vendor, pcr->_subsys_card); if (pcr->_status_command) printf(" STATUS 0x%04x COMMAND 0x%04x\n", pcr->_status, pcr->_command); *************** *** 1578,1632 **** printf(" CLASS 0x%02x 0x%02x 0x%02x REVISION 0x%02x\n", pcr->_base_class, pcr->_sub_class, pcr->_prog_if, pcr->_rev_id); ! if (pcr->_bist_header_latency_cache) ! printf(" BIST 0x%02x HEADER 0x%02x LATENCY 0x%02x CACHE 0x%02x\n", ! pcr->_bist, pcr->_header_type, pcr->_latency_timer, ! pcr->_cache_line_size); ! if (pcr->_base0) ! printf(" BASE0 0x%08x addr 0x%08x %s\n", ! pcr->_base0, pcr->_base0 & (pcr->_base0 & 0x1 ? ! 0xFFFFFFFC : 0xFFFFFFF0), ! pcr->_base0 & 0x1 ? "I/O" : "MEM"); ! if (pcr->_base1) ! printf(" BASE1 0x%08x addr 0x%08x %s\n", ! pcr->_base1, pcr->_base1 & (pcr->_base1 & 0x1 ? ! 0xFFFFFFFC : 0xFFFFFFF0), ! pcr->_base1 & 0x1 ? "I/O" : "MEM"); ! if (pcr->_base2) ! printf(" BASE2 0x%08x addr 0x%08x %s\n", ! pcr->_base2, pcr->_base2 & (pcr->_base2 & 0x1 ? ! 0xFFFFFFFC : 0xFFFFFFF0), ! pcr->_base2 & 0x1 ? "I/O" : "MEM"); ! if (pcr->_base3) ! printf(" BASE3 0x%08x addr 0x%08x %s\n", ! pcr->_base3, pcr->_base3 & (pcr->_base3 & 0x1 ? ! 0xFFFFFFFC : 0xFFFFFFF0), ! pcr->_base3 & 0x1 ? "I/O" : "MEM"); ! if (pcr->_base4) ! printf(" BASE4 0x%08x addr 0x%08x %s\n", ! pcr->_base4, pcr->_base4 & (pcr->_base4 & 0x1 ? ! 0xFFFFFFFC : 0xFFFFFFF0), ! pcr->_base4 & 0x1 ? "I/O" : "MEM"); ! if (pcr->_base5) ! printf(" BASE5 0x%08x addr 0x%08x %s\n", ! pcr->_base5, pcr->_base5 & (pcr->_base5 & 0x1 ? ! 0xFFFFFFFC : 0xFFFFFFF0), ! pcr->_base5 & 0x1 ? "I/O" : "MEM"); ! if (pcr->_baserom) ! printf(" BASEROM 0x%08x addr 0x%08x %sdecode-enabled\n", ! pcr->_baserom, pcr->_baserom & 0xFFFF8000, ! pcr->_baserom & 0x1 ? "" : "not-"); ! if (pcr->_max_min_ipin_iline) ! printf(" MAX_LAT 0x%02x MIN_GNT 0x%02x INT_PIN 0x%02x INT_LINE 0x%02x\n", ! pcr->_max_lat, pcr->_min_gnt, ! pcr->_int_pin, pcr->_int_line); ! if (pcr->_user_config) ! printf(" BYTE_0 0x%02x BYTE_1 0x%02x BYTE_2 0x%02x BYTE_3 0x%02x\n", ! pcr->_user_config_0, pcr->_user_config_1, ! pcr->_user_config_2, pcr->_user_config_3); } } void print_mach64(struct pci_config_reg *pcr) --- 1648,1763 ---- printf(" CLASS 0x%02x 0x%02x 0x%02x REVISION 0x%02x\n", pcr->_base_class, pcr->_sub_class, pcr->_prog_if, pcr->_rev_id); ! switch (pcr->_class_revision & PCI_CLASS_MASK) { ! case PCI_CLASS_BRIDGE: ! switch (pcr->_class_revision & PCI_SUBCLASS_MASK) { ! case PCI_SUBCLASS_BRIDGE_PCI: ! print_bridge_pci_class(pcr); ! break; ! default: ! print_bridge_class(pcr); ! break; ! } ! break; ! default: ! print_default_class(pcr); ! break; ! } } } + void + print_default_class(struct pci_config_reg *pcr) + { + if (pcr->_bist_header_latency_cache) + printf(" BIST 0x%02x HEADER 0x%02x LATENCY 0x%02x CACHE 0x%02x\n", + pcr->_bist, pcr->_header_type, pcr->_latency_timer, + pcr->_cache_line_size); + if (pcr->_base0) + printf(" BASE0 0x%08x addr 0x%08x %s\n", + pcr->_base0, pcr->_base0 & (pcr->_base0 & 0x1 ? + 0xFFFFFFFC : 0xFFFFFFF0), + pcr->_base0 & 0x1 ? "I/O" : "MEM"); + if (pcr->_base1) + printf(" BASE1 0x%08x addr 0x%08x %s\n", + pcr->_base1, pcr->_base1 & (pcr->_base1 & 0x1 ? + 0xFFFFFFFC : 0xFFFFFFF0), + pcr->_base1 & 0x1 ? "I/O" : "MEM"); + if (pcr->_base2) + printf(" BASE2 0x%08x addr 0x%08x %s\n", + pcr->_base2, pcr->_base2 & (pcr->_base2 & 0x1 ? + 0xFFFFFFFC : 0xFFFFFFF0), + pcr->_base2 & 0x1 ? "I/O" : "MEM"); + if (pcr->_base3) + printf(" BASE3 0x%08x addr 0x%08x %s\n", + pcr->_base3, pcr->_base3 & (pcr->_base3 & 0x1 ? + 0xFFFFFFFC : 0xFFFFFFF0), + pcr->_base3 & 0x1 ? "I/O" : "MEM"); + if (pcr->_base4) + printf(" BASE4 0x%08x addr 0x%08x %s\n", + pcr->_base4, pcr->_base4 & (pcr->_base4 & 0x1 ? + 0xFFFFFFFC : 0xFFFFFFF0), + pcr->_base4 & 0x1 ? "I/O" : "MEM"); + if (pcr->_base5) + printf(" BASE5 0x%08x addr 0x%08x %s\n", + pcr->_base5, pcr->_base5 & (pcr->_base5 & 0x1 ? + 0xFFFFFFFC : 0xFFFFFFF0), + pcr->_base5 & 0x1 ? "I/O" : "MEM"); + if (pcr->_baserom) + printf(" BASEROM 0x%08x addr 0x%08x %sdecode-enabled\n", + pcr->_baserom, pcr->_baserom & 0xFFFF8000, + pcr->_baserom & 0x1 ? "" : "not-"); + if (pcr->_max_min_ipin_iline) + printf(" MAX_LAT 0x%02x MIN_GNT 0x%02x INT_PIN 0x%02x INT_LINE 0x%02x\n", + pcr->_max_lat, pcr->_min_gnt, + pcr->_int_pin, pcr->_int_line); + if (pcr->_user_config) + printf(" BYTE_0 0x%02x BYTE_1 0x%02x BYTE_2 0x%02x BYTE_3 0x%02x\n", + pcr->_user_config_0, pcr->_user_config_1, + pcr->_user_config_2, pcr->_user_config_3); + } + + #define PCI_B_FAST_B_B 0x80 + #define PCI_B_SB_RESET 0x40 + #define PCI_B_M_ABORT 0x20 + #define PCI_B_VGA_EN 0x08 + #define PCI_B_ISA_EN 0x04 + #define PCI_B_P_ERR 0x01 + void + print_bridge_pci_class(struct pci_config_reg *pcr) + { + if (pcr->_bist_header_latency_cache) + printf(" HEADER 0x%02x LATENCY 0x%02x\n", + pcr->_header_type, pcr->_latency_timer); + printf(" PRIBUS 0x%02x SECBUS 0x%02x SUBBUS 0x%02x SECLT 0x%02x\n", + pcr->_primary_bus_number, pcr->_secondary_bus_number, + pcr->_subordinate_bus_number, pcr->_secondary_latency_timer); + printf(" IOBASE 0x%02x IOLIM 0x%02x SECSTATUS 0x%04x\n", + pcr->_io_base << 8, (pcr->_io_limit << 8) | 0xfff, + pcr->_secondary_status); + printf(" NOPREFETCH_MEMBASE 0x%08x MEMLIM 0x%08x\n", + pcr->_mem_base << 16, (pcr->_mem_limit << 16) | 0xfffff); + printf(" PREFETCH_MEMBASE 0x%08x MEMLIM 0x%08x\n", + pcr->_prefetch_mem_base << 16, + (pcr->_prefetch_mem_limit << 16) | 0xfffff); + printf(" %sFAST_B2B %sSEC_BUS_RST %sM_ABRT %sVGA_EN %sISA_EN" + " %sPERR_EN\n", + (pcr->_b_ctrl & PCI_B_FAST_B_B) ? "" : "NO_", + (pcr->_b_ctrl & PCI_B_SB_RESET) ? "" : "NO_", + (pcr->_b_ctrl & PCI_B_M_ABORT) ? "" : "NO_", + (pcr->_b_ctrl & PCI_B_VGA_EN) ? "" : "NO_", + (pcr->_b_ctrl & PCI_B_ISA_EN) ? "" : "NO_", + (pcr->_b_ctrl & PCI_B_P_ERR) ? "" : "NO_"); + } + + void + print_bridge_class(struct pci_config_reg *pcr) + { + if (pcr->_bist_header_latency_cache) + printf(" HEADER 0x%02x LATENCY 0x%02x\n", + pcr->_header_type, pcr->_latency_timer); + } + void print_mach64(struct pci_config_reg *pcr) *************** *** 1673,1682 **** sparse_io = 0x1c8; break; } ! printf(" SPARSEIO 0x%03x %s %s\n", ! sparse_io, pcr->_user_config_0 & 0x04 ? "Block IO enabled" : ! "Sparse IO enabled", ! pcr->_user_config_0 & 0x08 ? "Disable 0x46E8" : "Enable 0x46E8"); } void --- 1804,1812 ---- sparse_io = 0x1c8; break; } ! printf(" SPARSEIO 0x%03x %s IO enabled %sable 0x46E8\n", ! sparse_io, pcr->_user_config_0 & 0x04 ? "Block" : "Sparse", ! pcr->_user_config_0 & 0x08 ? "Dis" : "En"); } void *************** *** 1727,1741 **** printf(" BIST 0x%02x HEADER 0x%02x LATENCY 0x%02x CACHE 0x%02x\n", pcr->_bist, pcr->_header_type, pcr->_latency_timer, pcr->_cache_line_size); ! printf(" PRIBUS 0x%02x SECBUS 0x%02x SUBBUS 0x%02x SECLT 0x%02x\n", pcr->_primary_bus_number, pcr->_secondary_bus_number, pcr->_subordinate_bus_number, pcr->_secondary_latency_timer); ! printf(" IOBASE: 0x%02x00 IOLIM 0x%02x00 SECSTATUS 0x%04x\n", ! pcr->_io_base, pcr->_io_limit, pcr->_secondary_status); ! printf(" NOPREFETCH MEMBASE: 0x%08x MEMLIM 0x%08x\n", ! pcr->_mem_base, pcr->_mem_limit); ! printf(" PREFETCH MEMBASE: 0x%08x MEMLIM 0x%08x\n", ! pcr->_prefetch_mem_base, pcr->_prefetch_mem_limit); printf(" RBASE_E 0x%08x addr 0x%08x %sdecode-enabled\n", pcr->_baserom, pcr->_baserom & 0xFFFF8000, pcr->_baserom & 0x1 ? "" : "not-"); --- 1857,1873 ---- printf(" BIST 0x%02x HEADER 0x%02x LATENCY 0x%02x CACHE 0x%02x\n", pcr->_bist, pcr->_header_type, pcr->_latency_timer, pcr->_cache_line_size); ! printf(" PRIBUS 0x%02x SECBUS 0x%02x SUBBUS 0x%02x SECLT 0x%02x\n", pcr->_primary_bus_number, pcr->_secondary_bus_number, pcr->_subordinate_bus_number, pcr->_secondary_latency_timer); ! printf(" IOBASE 0x%02x IOLIM 0x%02x SECSTATUS 0x%04x\n", ! pcr->_io_base << 8, (pcr->_io_limit << 8) | 0xfff, ! pcr->_secondary_status); ! printf(" NOPREFETCH_MEMBASE 0x%08x MEMLIM 0x%08x\n", ! pcr->_mem_base << 16, (pcr->_mem_limit << 16) | 0xfffff); ! printf(" PREFETCH_MEMBASE 0x%08x MEMLIM 0x%08x\n", ! pcr->_prefetch_mem_base << 16, ! (pcr->_prefetch_mem_limit << 16) | 0xfffff); printf(" RBASE_E 0x%08x addr 0x%08x %sdecode-enabled\n", pcr->_baserom, pcr->_baserom & 0xFFFF8000, pcr->_baserom & 0x1 ? "" : "not-"); *************** *** 1759,1765 **** sysi86(SI86V86, V86SC_IOPL, PS_IOPL); #endif #endif ! #if defined(linux) iopl(3); #endif #if defined(__FreeBSD__) || defined(__386BSD__) || defined(__bsdi__) --- 1891,1897 ---- sysi86(SI86V86, V86SC_IOPL, PS_IOPL); #endif #endif ! #if defined(linux) && !defined(__sparc__) iopl(3); #endif #if defined(__FreeBSD__) || defined(__386BSD__) || defined(__bsdi__) *************** *** 1863,1869 **** sysi86(SI86V86, V86SC_IOPL, 0); #endif #endif ! #if defined(linux) iopl(0); #endif #if defined(__FreeBSD__) || defined(__386BSD__) --- 1995,2001 ---- sysi86(SI86V86, V86SC_IOPL, 0); #endif #endif ! #if defined(linux) && !defined(__sparc__) iopl(0); #endif #if defined(__FreeBSD__) || defined(__386BSD__) Index: xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def diff -c xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def:1.1.2.1 xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def:1.1.2.1 Thu Jul 10 18:02:19 1997 --- xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def Sun Dec 12 02:30:59 1999 *************** *** 1,7 **** /* * host.def for building LynxOS binary dists * ! * $XFree86: xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def,v 1.1.2.1 1997/07/10 08:02:19 hohndel Exp $ */ #define InstallEmptyHostDef --- 1,7 ---- /* * host.def for building LynxOS binary dists * ! * $XFree86: xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def,v 1.1.2.2 1999/12/11 15:30:59 hohndel Exp $ */ #define InstallEmptyHostDef *************** *** 9,11 **** --- 9,12 ---- #define HasTk YES #define HasTcl YES + #define HasLibCrypt YES Index: xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2 diff -c xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2:1.1.2.2 xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2:1.1.2.2 Tue Jul 13 17:09:50 1999 --- xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2 Mon Dec 20 23:55:52 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2,v 1.1.2.2 1999/07/13 07:09:50 hohndel Exp $ * hv's own host.def file for building XFree86/OS2 */ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2,v 1.1.2.3 1999/12/20 12:55:52 hohndel Exp $ * hv's own host.def file for building XFree86/OS2 */ *************** *** 18,26 **** /* which servers to build */ #define XF86VGA16Server YES ! #define XF86VGA16DualServer NO #define XF86MonoServer YES ! #define XF86MonoDualServer NO #define XF86S3Server YES #define XF86S3VServer YES #define XF86I8514Server YES --- 18,26 ---- /* which servers to build */ #define XF86VGA16Server YES ! #define XF86VGA16DualServer YES #define XF86MonoServer YES ! #define XF86MonoDualServer YES #define XF86S3Server YES #define XF86S3VServer YES #define XF86I8514Server YES *************** *** 38,50 **** #define XF86I128Server YES #define XF86SVGAServer YES /* don't build XF86Setup */ #define BuildXF86Setup NO /* The following are the difference between big and small servers */ ! #define BuildXIE NO ! #define BuildXIElib NO ! #define BuildPexExt NO /* Stuff from SuSE for the special servers now in 3.3.3 * LEAVE DISABLED! --- 38,61 ---- #define XF86I128Server YES #define XF86SVGAServer YES + /* don't build these: not functional */ + #define XVirtualFramebufferServer NO + #define XnestServer NO + #define XprtServer NO + /* don't build XF86Setup */ #define BuildXF86Setup NO /* The following are the difference between big and small servers */ ! /* undefine this first, as xfree86.cf creates them */ ! #undef BuildXIE ! #undef BuildXIElib ! #undef BuildPexExt ! ! /* define the stuff here */ ! #define BuildXIE YES ! #define BuildXIElib YES ! #define BuildPexExt YES /* Stuff from SuSE for the special servers now in 3.3.3 * LEAVE DISABLED! *************** *** 147,149 **** --- 158,163 ---- #define XprtServer NO #define BuildXF86RushLibrary NO + + /* build normal libs */ + #define ForceNormalLib YES Index: xc/programs/Xserver/hw/xfree86/os-support/Imakefile diff -c xc/programs/Xserver/hw/xfree86/os-support/Imakefile:3.14.2.6 xc/programs/Xserver/hw/xfree86/os-support/Imakefile:3.14.2.7 *** xc/programs/Xserver/hw/xfree86/os-support/Imakefile:3.14.2.6 Thu Jul 29 19:22:54 1999 --- xc/programs/Xserver/hw/xfree86/os-support/Imakefile Wed Dec 1 23:49:26 1999 *************** *** 1,4 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/os-support/Imakefile,v 3.14.2.6 1999/07/29 09:22:54 hohndel Exp $ --- 1,4 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/os-support/Imakefile,v 3.14.2.7 1999/12/01 12:49:26 hohndel Exp $ *************** *** 80,86 **** OS_SUBDIR = sco #endif ! SUBDIRS = $(OS_SUBDIR) misc SRCS = $(OS_SUBDIR)/?*.c misc/?*.c OBJS = $(OS_SUBDIR)/?*.o misc/?*.o --- 80,90 ---- OS_SUBDIR = sco #endif ! #if UsbMouseSupport && !HasLibUsb ! USB_SUBDIR = libusb ! #endif ! ! SUBDIRS = $(OS_SUBDIR) misc $(USB_SUBDIR) SRCS = $(OS_SUBDIR)/?*.c misc/?*.c OBJS = $(OS_SUBDIR)/?*.o misc/?*.o Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/Imakefile diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/Imakefile:1.1.2.1 *** /dev/null Sun Jan 9 07:46:09 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/Imakefile Wed Dec 1 23:49:27 1999 *************** *** 0 **** --- 1,10 ---- + XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/Imakefile,v 1.1.2.1 1999/12/01 12:49:27 hohndel Exp $ + + #include <Server.tmpl> + + SRCS = data.c descr.c parse.c usage.c + OBJS = data.o descr.o parse.o usage.o + + NormalLibraryObjectRule() + NormalLibraryTarget(usb,$(OBJS)) + DependTarget() Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/data.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/data.c:1.1.2.2 *** /dev/null Sun Jan 9 07:46:09 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/data.c Fri Dec 3 21:12:41 1999 *************** *** 0 **** --- 1,91 ---- + /* $NetBSD: data.c,v 1.6 1999/09/20 04:48:12 lukem Exp $ */ + + /* + * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/data.c,v 1.1.2.2 1999/12/03 10:12:41 hohndel Exp $ */ + + #include <assert.h> + #include <stdlib.h> + #include "usb.h" + + int + hid_get_data(void *p, hid_item_t *h) + { + unsigned char *buf; + unsigned int hpos; + unsigned int hsize; + int data; + int i, end, offs; + + _DIAGASSERT(p != NULL); + _DIAGASSERT(h != NULL); + + buf = p; + hpos = h->pos; /* bit position of data */ + hsize = h->report_size; /* bit length of data */ + + if (hsize == 0) + return (0); + offs = hpos / 8; + end = (hpos + hsize) / 8 - offs; + data = 0; + for (i = 0; i <= end; i++) + data |= buf[offs + i] << (i*8); + data >>= hpos % 8; + data &= (1 << hsize) - 1; + if (h->logical_minimum < 0) { + /* Need to sign extend */ + hsize = sizeof data * 8 - hsize; + data = (data << hsize) >> hsize; + } + return (data); + } + + void + hid_set_data(void *p, hid_item_t *h, int data) + { + unsigned char *buf; + unsigned int hpos; + unsigned int hsize; + int i, end, offs; + + _DIAGASSERT(p != NULL); + _DIAGASSERT(h != NULL); + + buf = p; + hpos = h->pos; /* bit position of data */ + hsize = h->report_size; /* bit length of data */ + + if (hsize != 32) + data &= (1 << hsize) - 1; + data <<= (hpos % 8); + + offs = hpos / 8; + end = (hpos + hsize) / 8 - offs; + data = 0; + for (i = 0; i <= end; i++) + buf[offs + i] |= (data >> (i*8)) & 0xff; + } Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/descr.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/descr.c:1.1.2.2 *** /dev/null Sun Jan 9 07:46:10 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/descr.c Fri Dec 3 21:12:42 1999 *************** *** 0 **** --- 1,72 ---- + /* $NetBSD: descr.c,v 1.7 1999/10/13 17:48:04 drochner Exp $ */ + + /* + * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/descr.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */ + + #include <sys/types.h> + + #include <assert.h> + #include <errno.h> + #include <stdlib.h> + #include <string.h> + #include <unistd.h> + #include <sys/time.h> + + #include <dev/usb/usb.h> + + #include "usb.h" + #include "usbvar.h" + + report_desc_t + hid_get_report_desc(fd) + int fd; + { + struct usb_ctl_report_desc rep; + report_desc_t r; + + _DIAGASSERT(fd != -1); + + rep.size = 0; + if (ioctl(fd, USB_GET_REPORT_DESC, &rep) < 0) + return (0); + r = malloc(sizeof *r + rep.size); + if (r == 0) { + errno = ENOMEM; + return (0); + } + r->size = rep.size; + memcpy(r->data, rep.data, (unsigned int)rep.size); + return (r); + } + + void + hid_dispose_report_desc(r) + report_desc_t r; + { + + free(r); + } Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/parse.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/parse.c:1.1.2.2 *** /dev/null Sun Jan 9 07:46:11 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/parse.c Fri Dec 3 21:12:42 1999 *************** *** 0 **** --- 1,400 ---- + /* $NetBSD: parse.c,v 1.7 1999/10/13 17:48:04 drochner Exp $ */ + + /* + * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/parse.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */ + + #include <assert.h> + #include <stdlib.h> + #include <string.h> + #include <sys/time.h> + + #include <dev/usb/usb.h> + #include <dev/usb/usbhid.h> + + #include "usb.h" + #include "usbvar.h" + + #define MAXUSAGE 100 + struct hid_data { + u_char *start; + u_char *end; + u_char *p; + hid_item_t cur; + unsigned int usages[MAXUSAGE]; + int nusage; + int minset; + int multi; + int multimax; + int kindset; + }; + + static int min(int x, int y) { return x < y ? x : y; } + + static void + hid_clear_local(hid_item_t *c) + { + + _DIAGASSERT(c != NULL); + + c->usage = 0; + c->usage_minimum = 0; + c->usage_maximum = 0; + c->designator_index = 0; + c->designator_minimum = 0; + c->designator_maximum = 0; + c->string_index = 0; + c->string_minimum = 0; + c->string_maximum = 0; + c->set_delimiter = 0; + } + + hid_data_t + hid_start_parse(report_desc_t d, int kindset) + { + struct hid_data *s; + + _DIAGASSERT(d != NULL); + + s = malloc(sizeof *s); + memset(s, 0, sizeof *s); + s->start = s->p = d->data; + s->end = d->data + d->size; + s->kindset = kindset; + return (s); + } + + void + hid_end_parse(hid_data_t s) + { + + _DIAGASSERT(s != NULL); + + while (s->cur.next) { + hid_item_t *hi = s->cur.next->next; + free(s->cur.next); + s->cur.next = hi; + } + free(s); + } + + int + hid_get_item(hid_data_t s, hid_item_t *h) + { + hid_item_t *c; + unsigned int bTag = 0, bType = 0, bSize; + unsigned char *data; + int dval; + unsigned char *p; + hid_item_t *hi; + int i; + + _DIAGASSERT(s != NULL); + _DIAGASSERT(h != NULL); + + c = &s->cur; + + top: + if (s->multimax) { + if (s->multi < s->multimax) { + c->usage = s->usages[min(s->multi, s->nusage-1)]; + s->multi++; + *h = *c; + c->pos += c->report_size; + h->next = 0; + return (1); + } else { + c->report_count = s->multimax; + s->multimax = 0; + s->nusage = 0; + hid_clear_local(c); + } + } + for (;;) { + p = s->p; + if (p >= s->end) + return (0); + + bSize = *p++; + if (bSize == 0xfe) { + /* long item */ + bSize = *p++; + bSize |= *p++ << 8; + bTag = *p++; + data = p; + p += bSize; + } else { + /* short item */ + bTag = bSize >> 4; + bType = (bSize >> 2) & 3; + bSize &= 3; + if (bSize == 3) bSize = 4; + data = p; + p += bSize; + } + s->p = p; + /* + * The spec is unclear if the data is signed or unsigned. + */ + switch(bSize) { + case 0: + dval = 0; + break; + case 1: + dval = (int8_t)*data++; + break; + case 2: + dval = *data++; + dval |= *data++ << 8; + dval = (int16_t)dval; + break; + case 4: + dval = *data++; + dval |= *data++ << 8; + dval |= *data++ << 16; + dval |= *data++ << 24; + break; + default: + return (-1); + } + + switch (bType) { + case 0: /* Main */ + switch (bTag) { + case 8: /* Input */ + if (!(s->kindset & (1 << hid_input))) + continue; + c->kind = hid_input; + c->flags = dval; + ret: + if (c->flags & HIO_VARIABLE) { + s->multimax = c->report_count; + s->multi = 0; + c->report_count = 1; + if (s->minset) { + for (i = c->usage_minimum; + i <= c->usage_maximum; + i++) { + s->usages[s->nusage] = i; + if (s->nusage < MAXUSAGE-1) + s->nusage++; + } + s->minset = 0; + } + goto top; + } else { + if (s->minset) + c->usage = c->usage_minimum; + *h = *c; + h->next = 0; + c->pos += c->report_size * c->report_count; + hid_clear_local(c); + s->minset = 0; + return (1); + } + case 9: /* Output */ + if (!(s->kindset & (1 << hid_output))) + continue; + c->kind = hid_output; + c->flags = dval; + goto ret; + case 10: /* Collection */ + c->kind = hid_collection; + c->collection = dval; + c->collevel++; + *h = *c; + hid_clear_local(c); + s->nusage = 0; + return (1); + case 11: /* Feature */ + if (!(s->kindset & (1 << hid_feature))) + continue; + c->kind = hid_feature; + c->flags = dval; + goto ret; + case 12: /* End collection */ + c->kind = hid_endcollection; + c->collevel--; + *h = *c; + hid_clear_local(c); + s->nusage = 0; + return (1); + default: + return (-2); + } + + case 1: /* Global */ + switch (bTag) { + case 0: + c->_usage_page = dval << 16; + break; + case 1: + c->logical_minimum = dval; + break; + case 2: + c->logical_maximum = dval; + break; + case 3: + c->physical_maximum = dval; + break; + case 4: + c->physical_maximum = dval; + break; + case 5: + c->unit_exponent = dval; + break; + case 6: + c->unit = dval; + break; + case 7: + c->report_size = dval; + break; + case 8: + c->report_ID = dval; + break; + case 9: + c->report_count = dval; + break; + case 10: /* Push */ + hi = malloc(sizeof *hi); + *hi = s->cur; + c->next = hi; + break; + case 11: /* Pop */ + hi = c->next; + s->cur = *hi; + free(hi); + break; + default: + return (-3); + } + break; + case 2: /* Local */ + switch (bTag) { + case 0: + if (bSize == 1) + dval = c->_usage_page | (dval&0xff); + else if (bSize == 2) + dval = c->_usage_page | (dval&0xffff); + c->usage = dval; + if (s->nusage < MAXUSAGE) + s->usages[s->nusage++] = dval; + /* else XXX */ + break; + case 1: + s->minset = 1; + if (bSize == 1) + dval = c->_usage_page | (dval&0xff); + else if (bSize == 2) + dval = c->_usage_page | (dval&0xffff); + c->usage_minimum = dval; + break; + case 2: + if (bSize == 1) + dval = c->_usage_page | (dval&0xff); + else if (bSize == 2) + dval = c->_usage_page | (dval&0xffff); + c->usage_maximum = dval; + break; + case 3: + c->designator_index = dval; + break; + case 4: + c->designator_minimum = dval; + break; + case 5: + c->designator_maximum = dval; + break; + case 7: + c->string_index = dval; + break; + case 8: + c->string_minimum = dval; + break; + case 9: + c->string_maximum = dval; + break; + case 10: + c->set_delimiter = dval; + break; + default: + return (-4); + } + break; + default: + return (-5); + } + } + } + + int + hid_report_size(report_desc_t r, enum hid_kind k, int *idp) + { + struct hid_data *d; + hid_item_t h; + int size, id; + + _DIAGASSERT(r != NULL); + /* idp may be NULL */ + + id = 0; + if (idp) + *idp = 0; + memset(&h, 0, sizeof h); + for (d = hid_start_parse(r, 1<<k); hid_get_item(d, &h); ) { + if (h.report_ID != 0) { + if (idp) + *idp = h.report_ID; + id = 8; + } + } + hid_end_parse(d); + size = h.pos + id; + return ((size + 7) / 8); + } + + int + hid_locate(desc, u, k, h) + report_desc_t desc; + unsigned int u; + enum hid_kind k; + hid_item_t *h; + { + hid_data_t d; + + _DIAGASSERT(desc != NULL); + _DIAGASSERT(h != NULL); + + for (d = hid_start_parse(desc, 1<<k); hid_get_item(d, h); ) { + if (h->kind == k && !(h->flags & HIO_CONST) && h->usage == u) { + hid_end_parse(d); + return (1); + } + } + hid_end_parse(d); + h->report_size = 0; + return (0); + } Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/usage.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/usage.c:1.1.2.2 *** /dev/null Sun Jan 9 07:46:12 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/usage.c Fri Dec 3 21:12:42 1999 *************** *** 0 **** --- 1,195 ---- + /* $NetBSD: usage.c,v 1.4 1999/07/02 15:46:53 simonb Exp $ */ + + /* + * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usage.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */ + + #include <ctype.h> + #include <err.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> + + #include "usb.h" + + #define _PATH_HIDTABLE "/usr/share/misc/usb_hid_usages" + + struct usage_in_page { + char *name; + int usage; + }; + + static struct usage_page { + char *name; + int usage; + struct usage_in_page *page_contents; + int pagesize, pagesizemax; + } *pages; + static int npages, npagesmax; + + #ifdef DEBUG + void + dump_hid_table(void) + { + int i, j; + + for (i = 0; i < npages; i++) { + printf("%d\t%s\n", pages[i].usage, pages[i].name); + for (j = 0; j < pages[i].pagesize; j++) { + printf("\t%d\t%s\n", pages[i].page_contents[j].usage, + pages[i].page_contents[j].name); + } + } + } + #endif + + void + hid_init(char *hidname) + { + FILE *f; + char line[100], name[100], *p, *n; + int no; + int lineno; + struct usage_page *curpage = 0; + + if (hidname == 0) + hidname = _PATH_HIDTABLE; + + f = fopen(hidname, "r"); + if (f == NULL) + err(1, "%s", hidname); + for (lineno = 1; ; lineno++) { + if (fgets(line, sizeof line, f) == NULL) + break; + if (line[0] == '#') + continue; + for (p = line; *p && isspace(*p); p++) + ; + if (!*p) + continue; + if (sscanf(line, " * %[^\n]", name) == 1) + no = -1; + else if (sscanf(line, " 0x%x %[^\n]", &no, name) != 2 && + sscanf(line, " %d %[^\n]", &no, name) != 2) + errx(1, "file %s, line %d, syntax error\n", + hidname, lineno); + for (p = name; *p; p++) + if (isspace(*p) || *p == '.') + *p = '_'; + n = strdup(name); + if (!n) + err(1, "strdup"); + if (isspace(line[0])) { + if (!curpage) + errx(1, "file %s, line %d, syntax error\n", + hidname, lineno); + if (curpage->pagesize >= curpage->pagesizemax) { + curpage->pagesizemax += 10; + curpage->page_contents = + realloc(curpage->page_contents, + curpage->pagesizemax * + sizeof (struct usage_in_page)); + if (!curpage->page_contents) + err(1, "realloc"); + } + curpage->page_contents[curpage->pagesize].name = n; + curpage->page_contents[curpage->pagesize].usage = no; + curpage->pagesize++; + } else { + if (npages >= npagesmax) { + if (pages == 0) { + npagesmax = 5; + pages = malloc(npagesmax * + sizeof (struct usage_page)); + } else { + npagesmax += 5; + pages = realloc(pages, + npagesmax * + sizeof (struct usage_page)); + } + if (!pages) + err(1, "alloc"); + } + curpage = &pages[npages++]; + curpage->name = n; + curpage->usage = no; + curpage->pagesize = 0; + curpage->pagesizemax = 10; + curpage->page_contents = + malloc(curpage->pagesizemax * + sizeof (struct usage_in_page)); + if (!curpage->page_contents) + err(1, "malloc"); + } + } + fclose(f); + #ifdef DEBUG + dump_hid_table(); + #endif + } + + char * + hid_usage_page(int i) + { + static char b[10]; + int k; + + if (!pages) + errx(1, "no hid table\n"); + + for (k = 0; k < npages; k++) + if (pages[k].usage == i) + return pages[k].name; + sprintf(b, "0x%02x", i); + return b; + } + + char * + hid_usage_in_page(unsigned int u) + { + int page = HID_PAGE(u); + int i = HID_USAGE(u); + static char b[100]; + int j, k, us; + + for (k = 0; k < npages; k++) + if (pages[k].usage == page) + break; + if (k >= npages) + goto bad; + for (j = 0; j < pages[k].pagesize; j++) { + us = pages[k].page_contents[j].usage; + if (us == -1) { + sprintf(b, pages[k].page_contents[j].name, i); + return b; + } + if (us == i) + return pages[k].page_contents[j].name; + } + bad: + sprintf(b, "0x%02x", i); + return b; + } Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.3 diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.3:1.1.2.2 *** /dev/null Sun Jan 9 07:46:12 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.3 Fri Dec 3 21:12:42 1999 *************** *** 0 **** --- 1,191 ---- + .\" $NetBSD: usb.3,v 1.9 1999/11/08 22:33:40 augustss Exp $ + .\" + .\" Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + .\" All rights reserved. + .\" + .\" Redistribution and use in source and binary forms, with or without + .\" modification, are permitted provided that the following conditions + .\" are met: + .\" 1. Redistributions of source code must retain the above copyright + .\" notice, this list of conditions and the following disclaimer. + .\" 2. Redistributions in binary form must reproduce the above copyright + .\" notice, this list of conditions and the following disclaimer in the + .\" documentation and/or other materials provided with the distribution. + .\" + .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + .\" SUCH DAMAGE. + .\" + .\" $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.3,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ + .\" + .Dd May 11, 1999 + .Dt USB 3 + .Os + .Sh NAME + .Nm usb , + .Nm hid_get_report_desc , + .Nm hid_dispose_report_desc , + .Nm hid_start_parse , + .Nm hid_end_parse , + .Nm hid_get_item , + .Nm hid_report_size , + .Nm hid_locate , + .Nm hid_usage_page , + .Nm hid_usage_in_page , + .Nm hid_init , + .Nm hid_get_data , + .Nm hid_set_data + .Nd USB HID access routines + .Sh LIBRARY + .Lb libusb + .Sh SYNOPSIS + .Fd #include <usb.h> + .Ft report_desc_t + .Fn hid_get_report_desc "int file" + .Ft void + .Fn hid_dispose_report_desc "report_desc_t d" + .Ft hid_data_t + .Fn hid_start_parse "report_desc_t d" "int kindset" + .Ft void + .Fn hid_end_parse "hid_data_t s" + .Ft int + .Fn hid_get_item "hid_data_t s" "hid_item_t *h" + .Ft int + .Fn hid_report_size "report_desc_t d" "hid_kind_t k" "int *idp" + .Ft int + .Fn hid_locate "report_desc_t d" "u_int usage" "hid_kind_t k" "hid_item_t *h" + .Ft char * + .Fn hid_usage_page "int i" + .Ft char * + .Fn hid_usage_in_page "u_int u" + .Ft void + .Fn hid_init "char *file" + .Ft int + .Fn hid_get_data "void *data" "hid_item_t *h" + .Ft void + .Fn hid_set_data "void *data" "hid_item_t *h" "u_int data" + .Sh DESCRIPTION + The + .Nm + library provides routines to extract data from USB Human Interface Devices. + .Ss INTRODUCTION + USB HID devices send and receive data layed out a device dependent + way. The + .Nm + library contains routines to extract the + .Em report descriptor + which contains the data layout information and then use this information. + .Pp + The routines can be divided into four parts: extraction of the descriptor, + parsing of the descriptor, translating to/from symbolic names, and + data manipulation. + .Ss DESCRIPTOR FUNCTIONS + A report descriptor can be obtained by calling + .Fn hid_get_report_desc + with a file descriptor obtained by opening a + .Xr uhid 4 + device. + When the report descriptor is no longer needed it should be freed + by calling + .Fn hid_dispose_report_desc . + The type + .Fa report_desc_t + is opaque and should be used when calling the parsing functions. + .Ss DESCRIPTOR PARSING FUNCTIONS + To parse the report descriptor the + .Fn hid_start_parse + function should be called with a report descriptor and a set that + describes which items that are interesting. The set is obtained + by oring together values + .Fa "(1 << k)" + where + .Fa k + is an item of type + .Fa hid_kind_t . + The function returns + .Fa NULL + if the initialization fails, otherwise an opaque value to be used + in subsequent calls. + After parsing the + .Fn hid_end_parse + function should be called to free internal data structures. + .Pp + To iterate through all the items in the report descriptor + .Fn hid_get_item + should be called while it returns a value greater than 0. + When the report descriptor ends it will returns 0; a syntax + error within the report descriptor will cause a return value less + than 0. + The struct pointed to by + .Fa h + will be filled with the relevant data for the item. + The definition of + .Fa hid_item_t + can be found in + .Pa <usb.h> + and the meaning of the components in the USB HID documentation. + .Pp + Data should be read/written to the device in the size of + the report. The size of a report (of a certain kind) can be + computed by the + .Fn hid_report_size + function. If the report is prefixed by an ID byte it is + stored at + .Fa idp , + otherwise it will contain 0. + .Pp + To locate a single item the + .Fn hid_locate + function can be used. It should be given the usage code of + the item and its kind and it will fill the item and return + non-zero if the item was found. + .Pp + .Ss NAME TRANSLATION FUNCTIONS + The function + .Fn hid_usage_page + will return the symbolic name of a usage page, and the function + .Fn hid_usage_in_page + will return the symbolic name of the usage within the page. + Both these functions may return a pointer to static data. + Before either of these functions can be called the usage table + must be parsed, this is done by calling + .Fn hid_init + with the name of the table. Passing + .Fa NULL + to this function will cause it to use the default table. + .Ss DATA EXTRACTION FUNCTIONS + Given the data obtained from a HID device and an item in the + report descriptor the + .Fn hid_get_data + function extracts the value of the item. + Conversely + .Fn hid_set_data + can be used to put data into a report (which must be zeroed first). + .Sh EXAMPLE + Not yet. + .Sh FILES + .Pa /usr/share/misc/usb_hid_usages + The default HID usage table. + .Sh BUGS + This man page is woefully incomplete. + .Sh SEE ALSO + The + .Tn USB + specifications can be found at + .Dv http://www.usb.org/developers/docs.htm . + .Pp + .Xr hid 4 , + .Xr usb 4 . + .Sh HISTORY + The + .Nm + library first appeared in + .Nx 1.5 . Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.h:1.1.2.2 *** /dev/null Sun Jan 9 07:46:13 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.h Fri Dec 3 21:12:43 1999 *************** *** 0 **** --- 1,95 ---- + /* $NetBSD: usb.h,v 1.5 1999/07/02 15:46:53 simonb Exp $ */ + + /* + * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usb.h,v 1.1.2.2 1999/12/03 10:12:43 hohndel Exp $ */ + + #define _DIAGASSERT(e) assert(e) + + typedef struct report_desc *report_desc_t; + + typedef struct hid_data *hid_data_t; + + typedef enum hid_kind { + hid_input, hid_output, hid_feature, hid_collection, hid_endcollection + }hid_kind_t; + + typedef struct hid_item { + /* Global */ + int _usage_page; + int logical_minimum; + int logical_maximum; + int physical_minimum; + int physical_maximum; + int unit_exponent; + int unit; + int report_size; + int report_ID; + int report_count; + /* Local */ + unsigned int usage; + int usage_minimum; + int usage_maximum; + int designator_index; + int designator_minimum; + int designator_maximum; + int string_index; + int string_minimum; + int string_maximum; + int set_delimiter; + /* Misc */ + int collection; + int collevel; + enum hid_kind kind; + unsigned int flags; + /* Absolute data position (bits) */ + unsigned int pos; + /* */ + struct hid_item *next; + } hid_item_t; + + #define HID_PAGE(u) ((u) >> 16) + #define HID_USAGE(u) ((u) & 0xffff) + + /* Obtaining a report descriptor, descr.c: */ + report_desc_t hid_get_report_desc __P((int file)); + void hid_dispose_report_desc __P((report_desc_t)); + + /* Parsing of a HID report descriptor, parse.c: */ + hid_data_t hid_start_parse __P((report_desc_t d, int kindset)); + void hid_end_parse __P((hid_data_t s)); + int hid_get_item __P((hid_data_t s, hid_item_t *h)); + int hid_report_size __P((report_desc_t d, enum hid_kind k, int *idp)); + int hid_locate __P((report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h)); + + /* Conversion to/from usage names, usage.c: */ + char *hid_usage_page __P((int i)); + char *hid_usage_in_page __P((unsigned int u)); + void hid_init __P((char *file)); + + /* Extracting/insertion of data, data.c: */ + int hid_get_data __P((void *p, hid_item_t *h)); + void hid_set_data __P((void *p, hid_item_t *h, int data)); Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/usb_hid_usages diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/usb_hid_usages:1.1.2.2 *** /dev/null Sun Jan 9 07:46:14 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/usb_hid_usages Fri Dec 3 21:12:43 1999 *************** *** 0 **** --- 1,1079 ---- + # $NetBSD: usb_hid_usages,v 1.3 1999/07/02 15:46:53 simonb Exp $ + # + # USB HID usage table + # Syntax: + # - lines that do not start with a white space give the number and name of + # a usage page. + # - lines that start with a white space give the number and name of + # a usage with the last given page. + # If the number is * then the line matches all usages and the name + # is a printf formatting string that will be given the usage number. + # + # $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usb_hid_usages,v 1.1.2.2 1999/12/03 10:12:43 hohndel Exp $ + # + 1 Generic Desktop + 0x00 Undefined + 0x01 Pointer + 0x02 Mouse + 0x03 Reserved + 0x04 Joystick + 0x05 Game Pad + 0x06 Keyboard + 0x07 Keypad + 0x08 Multi-axis Controller + 0x30 X + 0x31 Y + 0x32 Z + 0x33 Rx + 0x34 Ry + 0x35 Rz + 0x36 Slider + 0x37 Dial + 0x38 Wheel + 0x39 Hat Switch + 0x3A Counted Buffer + 0x3B Byte Count + 0x3C Motion Wakeup + 0x40 Vx + 0x41 Vy + 0x42 Vz + 0x43 Vbrx + 0x44 Vbry + 0x45 Vbrx + 0x46 Vno + 0x80 System Control + 0x81 System Power Down + 0x82 System Sleep + 0x83 System Wake Up + 0x84 System Context Menu + 0x85 System Main Menu + 0x86 System App Menu + 0x87 System Menu Help + 0x88 System Menu Exit + 0x89 System Menu Select + 0x8A System Menu Right + 0x8B System Menu Left + 0x8C System Menu Up + 0x8D System Menu Down + 0x90 D-pad Up + 0x91 D-pad Down + 0x92 D-pad Right + 0x93 D-pad Left + + 2 Simulation Controls + 0x00 Undefined + 0x01 Flight Simulation Device + 0x02 Automobile Simulation Device + 0x03 Tank Simulation Device + 0x04 Spaceship Simulation Device + 0x05 Submarine Simulation Device + 0x06 Sailing Simulation Device + 0x07 Motorcycle Simulation Device + 0x08 Sports Simulation Device + 0x09 Airplane Simulation Device + 0x0A Helicopter Simulation Device + 0x0B Magic Carpet Simulation Device + 0x0C Bicycle + 0x20 Flight Control Stick + 0x21 Flight Stick + 0x22 Cyclic Control + 0x23 Cyclic Trim + 0x24 Flight Yoke + 0x25 Track Control + 0x26 Driving Control + 0xB0 Aileron + 0xB1 Aileron Trim + 0xB2 Anti-Torque Control + 0xB3 Auto-pilot Enable + 0xB4 Chaff Release + 0xB5 Collective Control + 0xB6 Dive Brake + 0xB7 Electronic Counter Measures + 0xB8 Elevator + 0xB9 Elevator Trim + 0xBA Rudder + 0xBB Throttle + 0xBC Flight Communication + 0xBD Flare Release + 0xBE Landing Gear + 0xBF Toe Brake + 0xC0 Trigger + 0xC1 Weapons Arm + 0xC2 Weapons Select + 0xC3 Wing Flaps + 0xC4 Accelerator + 0xC5 Brake + 0xC6 Clutch + 0xC7 Shifter + 0xC8 Steering + 0xC9 Turret Direction + 0xCA Barrel Elevation + 0xCB Dive Plane + 0xCC Ballast + 0xCD Bicycle Crank + 0xCE Handle Bars + 0xCF Front Brake + 0xD0 Rear Brake + + 3 VR Controls + 0x00 Unidentified + 0x01 Belt + 0x02 Body Suit + 0x03 Flexor + 0x04 Glove + 0x05 Head Tracker + 0x06 Head Mounted Display + 0x07 Hand Tracker + 0x08 Oculometer + 0x09 Vest + 0x0A Animatronic Device + 0x20 Stereo Enable + 0x21 Display Enable + + 4 Sports Controls + 0x00 Unidentified + 0x01 Baseball Bat + 0x02 Golf Club + 0x03 Rowing Machine + 0x04 Treadmill + 0x30 Oar + 0x31 Slope + 0x32 Rate + 0x33 Stick Speed + 0x34 Stick Face Angle + 0x35 Stick Heel/Toe + 0x36 Stick Follow Through + 0x37 Stick Tempo + 0x38 Stick Type + 0x39 Stick Height + 0x50 Putter + 0x51 1 Iron + 0x52 2 Iron + 0x53 3 Iron + 0x54 4 Iron + 0x55 5 Iron + 0x56 6 Iron + 0x57 7 Iron + 0x58 8 Iron + 0x59 9 Iron + 0x5A 10 Iron + 0x5B 11 Iron + 0x5C Sand Wedge + 0x5D Loft Wedge + 0x5E Power Wedge + 0x5F 1 Wood + 0x60 3 Wood + 0x61 5 Wood + 0x62 7 Wood + 0x63 9 Wood + + 5 Game Controls + 0x00 Undefined + 0x01 3D Game Controller + 0x02 Pinball Device + 0x03 Gun Device + 0x20 Point of View + 0x21 Turn Right/Left + 0x22 Pitch Right/Left + 0x23 Roll Forward/Backward + 0x24 Move Right/Left + 0x25 Move Forward/Backward + 0x26 Move Up/Down + 0x27 Lean Right/Left + 0x28 Lean Forward/Backward + 0x29 Height of POV + 0x2A Flipper + 0x2B Secondary Flipper + 0x2C Bump + 0x2D New Game + 0x2E Shoot Ball + 0x2F Player + 0x30 Gun Bolt + 0x31 Gun Clip + 0x32 Gun Selector + 0x33 Gun Single Shot + 0x34 Gun Burst + 0x35 Gun Automatic + 0x36 Gun Safety + 0x37 Gamepad Fire/Jump + 0x39 Gamepad Trigger + + 7 Keyboard + 0x00 Reserved (no event indicated) + 0x01 Keyboard ErrorRollOver + 0x02 Keyboard POSTFail + 0x03 Keyboard ErrorUndefined + 0x04 Keyboard a and A + 0x05 Keyboard b and B + 0x06 Keyboard c and C + 0x07 Keyboard d and D + 0x08 Keyboard e and E + 0x09 Keyboard f and F + 0x0A Keyboard g and G + 0x0B Keyboard h and H + 0x0C Keyboard i and I + 0x0D Keyboard j and J + 0x0E Keyboard k and K + 0x0F Keyboard l and L + 0x10 Keyboard m and M + 0x11 Keyboard n and N + 0x12 Keyboard o and O + 0x13 Keyboard p and P + 0x14 Keyboard q and Q + 0x15 Keyboard r and R + 0x16 Keyboard s and S + 0x17 Keyboard t and T + 0x18 Keyboard u and U + 0x19 Keyboard v and V + 0x1A Keyboard w and W + 0x1B Keyboard x and X + 0x1C Keyboard y and Y + 0x1D Keyboard z and Z + 0x1E Keyboard 1 and ! + 0x1F Keyboard 2 and @ + 0x20 Keyboard 3 and # + 0x21 Keyboard 4 and $ + 0x22 Keyboard 5 and % + 0x23 Keyboard 6 and ^ + 0x24 Keyboard 7 and & + 0x25 Keyboard 8 and * + 0x26 Keyboard 9 and ( + 0x27 Keyboard 0 and ) + 0x28 Keyboard Return (ENTER) + 0x29 Keyboard ESCAPE + 0x2A Keyboard DELETE (Backspace) + 0x2B Keyboard Tab + 0x2C Keyboard Spacebar + 0x2D Keyboard - and (underscore) + 0x2E Keyboard = and + + 0x2F Keyboard [ and { + 0x30 Keyboard ] and } + 0x31 Keyboard \ and | + 0x32 Keyboard Non-US # and ~ + 0x33 Keyboard ; and : + 0x34 Keyboard ' and " + 0x35 Keyboard Grave Accent and Tilde + 0x36 Keyboard, and < + 0x37 Keyboard . and > + 0x38 Keyboard / and ? + 0x39 Keyboard Caps Lock + 0x3A Keyboard F1 + 0x3B Keyboard F2 + 0x3C Keyboard F3 + 0x3D Keyboard F4 + 0x3E Keyboard F5 + 0x3F Keyboard F6 + 0x40 Keyboard F7 + 0x41 Keyboard F8 + 0x42 Keyboard F9 + 0x43 Keyboard F10 + 0x44 Keyboard F11 + 0x45 Keyboard F12 + 0x46 Keyboard PrintScreen + 0x47 Keyboard Scroll Lock + 0x48 Keyboard Pause + 0x49 Keyboard Insert + 0x4A Keyboard Home + 0x4B Keyboard PageUp + 0x4C Keyboard Delete Forward + 0x4D Keyboard End + 0x4E Keyboard PageDown + 0x4F Keyboard RightArrow + 0x50 Keyboard LeftArrow + 0x51 Keyboard DownArrow + 0x52 Keyboard UpArrow + 0x53 Keypad Num Lock and Clear + 0x54 Keypad / + 0x55 Keypad * + 0x56 Keypad - + 0x57 Keypad + + 0x58 Keypad ENTER + 0x59 Keypad 1 and End + 0x5A Keypad 2 and Down Arrow + 0x5B Keypad 3 and PageDn + 0x5C Keypad 4 and Left Arrow + 0x5D Keypad 5 + 0x5E Keypad 6 and Right Arrow + 0x5F Keypad 7 and Home + 0x60 Keypad 8 and Up Arrow + 0x61 Keypad 9 and PageUp + 0x62 Keypad 0 and Insert + 0x63 Keypad . and Delete + 0x64 Keyboard Non-US \ and | + 0x65 Keyboard Application + 0x66 Keyboard Power + 0x67 Keypad = + 0x68 Keyboard F13 + 0x69 Keyboard F14 + 0x6A Keyboard F15 + 0x6B Keyboard F16 + 0x6C Keyboard F17 + 0x6D Keyboard F18 + 0x6E Keyboard F19 + 0x6F Keyboard F20 + 0x70 Keyboard F21 + 0x71 Keyboard F22 + 0x72 Keyboard F23 + 0x73 Keyboard F24 + 0x74 Keyboard Execute + 0x75 Keyboard Help + 0x76 Keyboard Menu + 0x77 Keyboard Select + 0x78 Keyboard Stop + 0x79 Keyboard Again + 0x7A Keyboard Undo + 0x7B Keyboard Cut + 0x7C Keyboard Copy + 0x7D Keyboard Paste + 0x7E Keyboard Find + 0x7F Keyboard Mute + 0x80 Keyboard Volume Up + 0x81 Keyboard Volume Down + 0x82 Keyboard Locking Caps Lock + 0x83 Keyboard Locking Num Lock + 0x84 Keyboard Locking Scroll Lock + 0x85 Keypad Comma + 0x86 Keypad Equal Sign + 0x87 Keyboard International1 + 0x88 Keyboard International2 + 0x89 Keyboard International3 + 0x8A Keyboard International4 + 0x8B Keyboard International5 + 0x8C Keyboard International6 + 0x8D Keyboard International7 + 0x8E Keyboard International8 + 0x8F Keyboard International9 + 0x90 Keyboard LANG1 + 0x91 Keyboard LANG2 + 0x92 Keyboard LANG3 + 0x93 Keyboard LANG4 + 0x94 Keyboard LANG5 + 0x95 Keyboard LANG6 + 0x96 Keyboard LANG7 + 0x97 Keyboard LANG8 + 0x98 Keyboard LANG9 + 0x99 Keyboard Alternate Erase + 0x9A Keyboard SysReq/Attention + 0x9B Keyboard Cancel + 0x9C Keyboard Clear + 0x9D Keyboard Prior + 0x9E Keyboard Return + 0x9F Keyboard Separator + 0xA0 Keyboard Out + 0xA1 Keyboard Oper + 0xA2 Keyboard Clear/Again + 0xA3 Keyboard CrSel/Props + 0xA4 Keyboard ExSel + 0xE0 Keyboard LeftControl + 0xE1 Keyboard LeftShift + 0xE2 Keyboard LeftAlt + 0xE3 Keyboard Left GUI + 0xE4 Keyboard RightControl + 0xE5 Keyboard RightShift + 0xE6 Keyboard RightAlt + 0xE7 Keyboard Right GUI + + 8 LEDs + 0x00 Undefined + 0x01 Num Lock + 0x02 Caps Lock + 0x03 Scroll Lock + 0x04 Compose + 0x05 Kana + 0x06 Power + 0x07 Shift + 0x08 Do Not Disturb + 0x09 Mute + 0x0A Tone Enable + 0x0B High Cut Filter + 0x0C Low Cut Filter + 0x0D Equalizer Enable + 0x0E Sound Field On + 0x0F Surround Field On + 0x10 Repeat + 0x11 Stereo + 0x12 Sampling Rate Detect + 0x13 Spinning + 0x14 CAV + 0x15 CLV + 0x16 Recording Format Detect + 0x17 Off-Hook + 0x18 Ring + 0x19 Message Waiting + 0x1A Data Mode + 0x1B Battery Operation + 0x1C Battery OK + 0x1D Battery Low + 0x1E Speaker + 0x1F Head Set + 0x20 Hold + 0x21 Microphone + 0x22 Coverage + 0x23 Night Mode + 0x24 Send Calls + 0x25 Call Pickup + 0x26 Conference + 0x27 Stand-by + 0x28 Camera On + 0x29 Camera Off + 0x2A On-Line + 0x2B Off-Line + 0x2C Busy + 0x2D Ready + 0x2E Paper-Out + 0x2F Paper-Jam + 0x30 Remote + 0x31 Forward + 0x32 Reverse + 0x33 Stop + 0x34 Rewind + 0x35 Fast Forward + 0x36 Play + 0x37 Pause + 0x38 Record + 0x39 Error + 0x3A Usage Selected Indicator + 0x3B Usage In Use Indicator + 0x3C Usage Multi Mode Indicator + 0x3D Indicator On + 0x3E Indicator Flash + 0x3F Indicator Slow Blink + 0x40 Indicator Fast Blink + 0x41 Indicator Off + 0x42 Flash On Time + 0x43 Slow Blink On Time + 0x44 Slow Blink Off Time + 0x45 Fast Blink On Time + 0x46 Fast Blink Off Time + 0x47 Usage Indicator Color + 0x48 Red + 0x49 Green + 0x4A Amber + 0x4B Generic Indicator + 0x4C System Suspend + 0x4D External Power Connected + 0x4C-FFFF Reserved + + 9 Button + 0x00 No Button Pressed + * Button %d + + 10 Ordinal + 0x00 Unused + * Instance %d + + 11 Telephony + 0x00 Unassigned + 0x01 Phone + 0x02 Answering Machine + 0x03 Message Controls + 0x04 Handset + 0x05 Headset + 0x06 Telephony Key Pad + 0x07 Programmable Button + 0x20 Hook Switch + 0x21 Flash + 0x22 Feature + 0x23 Hold + 0x24 Redial + 0x25 Transfer + 0x26 Drop + 0x27 Park + 0x28 Forward Calls + 0x29 Alternate Function + 0x2A Line + 0x2B Speaker Phone + 0x2C Conference + 0x2D Ring Enable + 0x2E Ring Select + 0x2F Phone Mute + 0x30 Caller ID + 0x50 Speed Dial + 0x51 Store Number + 0x52 Recall Number + 0x53 Phone Directory + 0x70 Voice Mail + 0x71 Screen Calls + 0x72 Do Not Disturb + 0x73 Message + 0x74 Answer On/Off + 0x90 Inside Dial Tone + 0x91 Outside Dial Tone + 0x92 Inside Ring Tone + 0x93 Outside Ring Tone + 0x94 Priority Ring Tone + 0x95 Inside Ringback + 0x96 Priority Ringback + 0x97 Line Busy Tone + 0x98 Reorder Tone + 0x99 Call Waiting Tone + 0x9A Confirmation Tone 1 + 0x9B Confirmation Tone 2 + 0x9C Tones Off + 0xB0 Phone Key 0 + 0xB1 Phone Key 1 + 0xB2 Phone Key 2 + 0xB3 Phone Key 3 + 0xB4 Phone Key 4 + 0xB5 Phone Key 5 + 0xB6 Phone Key 6 + 0xB7 Phone Key 7 + 0xB8 Phone Key 8 + 0xB9 Phone Key 9 + 0xBA Phone Key Star + 0xBB Phone Key Pound + 0xBC Phone Key A + 0xBD Phone Key B + 0xBE Phone Key C + 0xBF Phone Key D + + 12 Consumer + 0x00 Unassigned + 0x01 Consumer Control + 0x02 Numeric Key Pad + 0x03 Programmable Buttons + 0x20 +10 + 0x21 +100 + 0x22 AM/PM + 0x30 Power + 0x31 Reset + 0x32 Sleep + 0x33 Sleep After + 0x34 Sleep Mode + 0x35 Illumination + 0x36 Function Buttons + 0x40 Menu + 0x41 Menu Pick + 0x42 Menu Up + 0x43 Menu Down + 0x44 Menu Left + 0x45 Menu Right + 0x46 Menu Escape + 0x47 Menu Value Increase + 0x48 Menu Value Decrease + 0x60 Data On Screen + 0x61 Closed Caption + 0x62 Closed Caption Select + 0x63 VCR/TV + 0x64 Broadcast Mode + 0x65 Snapshot + 0x66 Still + 0x80 Selection + 0x81 Assign Selection + 0x82 Mode Step + 0x83 Recall Last + 0x84 Enter Channel + 0x85 Order Movie + 0x86 Channel + 0x87 Media Selection + 0x88 Media Select Computer + 0x89 Media Select TV + 0x8A Media Select WWW + 0x8B Media Select DVD + 0x8C Media Select Telephone + 0x8D Media Select Program Guide + 0x8E Media Select Video Phone + 0x8F Media Select Games + 0x90 Media Select Messages + 0x91 Media Select CD + 0x92 Media Select VCR + 0x93 Media Select Tuner + 0x94 Quit + 0x95 Help + 0x96 Media Select Tape + 0x97 Media Select Cable + 0x98 Media Select Satellite + 0x99 Media Select Security + 0x9A Media Select Home + 0x9B Media Select Call + 0x9C Channel Increment + 0x9D Channel Decrement + 0x9E Media Select SAP + 0xA0 VCR Plus + 0xA1 Once + 0xA2 Daily + 0xA3 Weekly + 0xA4 Monthly + 0xB0 Play + 0xB1 Pause + 0xB2 Record + 0xB3 Fast Forward + 0xB4 Rewind + 0xB5 Scan Next Track + 0xB6 Scan Previous Track + 0xB7 Stop + 0xB8 Eject + 0xB9 Random Play + 0xBA Select DisC + 0xBB Enter Disc + 0xBC Repeat + 0xBD Tracking + 0xBE Track Normal + 0xBF Slow Tracking + 0xC0 Frame Forward + 0xC1 Frame Back + 0xC2 Mark + 0xC3 Clear Mark + 0xC4 Repeat From Mark + 0xC5 Return To Mark + 0xC6 Search Mark Forward + 0xC7 Search Mark Backwards + 0xC8 Counter Reset + 0xC9 Show Counter + 0xCA Tracking Increment + 0xCB Tracking Decrement + 0xE0 Volume + 0xE1 Balance + 0xE2 Mute + 0xE3 Bass + 0xE4 Treble + 0xE5 Bass Boost + 0xE6 Surround Mode + 0xE7 Loudness + 0xE8 MPX + 0xE9 Volume Up + 0xEA Volume Down + 0xF0 Speed Select + 0xF1 Playback Speed + 0xF2 Standard Play + 0xF3 Long Play + 0xF4 Extended Play + 0xF5 Slow + 0x100 Fan Enable + 0x101 Fan Speed + 0x102 Light + 0x103 Light Illumination Level + 0x104 Climate Control Enable + 0x105 Room Temperature + 0x106 Security Enable + 0x107 Fire Alarm + 0x108 Police Alarm + 0x150 Balance Right + 0x151 Balance Left + 0x152 Bass Increment + 0x153 Bass Decrement + 0x154 Treble Increment + 0x155 Treble Decrement + 0x160 Speaker System + 0x161 Channel Left + 0x162 Channel Right + 0x163 Channel Center + 0x164 Channel Front + 0x165 Channel Center Front + 0x166 Channel Side + 0x167 Channel Surround + 0x168 Channel Low Frequency Enhancement + 0x169 Channel Top + 0x16A Channel Unknown + 0x170 Sub-channel + 0x171 Sub-channel Increment + 0x172 Sub-channel Decrement + 0x173 Alternate Audio Increment + 0x174 Alternate Audio Decrement + 0x180 Application Launch Buttons + 0x181 AL Launch Button Configuration Tool + 0x182 AL Programmable Button Configuration + 0x183 AL Consumer Control Configuration + 0x184 AL Word Processor + 0x185 AL Text Editor + 0x186 AL Spreadsheet + 0x187 AL Graphics Editor + 0x188 AL Presentation App + 0x189 AL Database App + 0x18A AL Email Reader + 0x18B AL Newsreader + 0x18C AL Voicemail + 0x18D AL Contacts/Address Book + 0x18E AL Calendar/Schedule + 0x18F AL Task/Project Manager + 0x190 AL Log/Journal/Timecard + 0x191 AL Checkbook/Finance + 0x192 AL Calculator + 0x193 AL A/V Capture/Playback + 0x194 AL Local Machine Browser + 0x195 AL LAN/WAN Browser + 0x196 AL Internet Browser + 0x197 AL Remote Networking/ISP Connect + 0x198 AL Network Conference + 0x199 AL Network Chat + 0x19A AL Telephony/Dialer + 0x19B AL Logon + 0x19C AL Logoff + 0x19D AL Logon/Logoff + 0x19E AL Terminal Lock/Screensaver + 0x19F AL Control Panel + 0x1A0 AL Command Line Processor/Run + 0x1A1 AL Process/Task Manager + 0x1A2 AL Select Tast/Application + 0x1A3 AL Next Task/Application + 0x1A4 AL Previous Task/Application + 0x1A5 AL Preemptive Halt Task/Application + 0x200 Generic GUI Application Controls + 0x201 AC New + 0x202 AC Open + 0x203 AC Close + 0x204 AC Exit + 0x205 AC Maximize + 0x206 AC Minimize + 0x207 AC Save + 0x208 AC Print + 0x209 AC Properties + 0x21A AC Undo + 0x21B AC Copy + 0x21C AC Cut + 0x21D AC Paste + 0x21E AC Select All + 0x21F AC Find + 0x220 AC Find and Replace + 0x221 AC Search + 0x222 AC Go To + 0x223 AC Home + 0x224 AC Back + 0x225 AC Forward + 0x226 AC Stop + 0x227 AC Refresh + 0x228 AC Previous Link + 0x229 AC Next Link + 0x22A AC Bookmarks + 0x22B AC History + 0x22C AC Subscriptions + 0x22D AC Zoom In + 0x22E AC Zoom Out + 0x22F AC Zoom + 0x230 AC Full Screen View + 0x231 AC Normal View + 0x232 AC View Toggle + 0x233 AC Scroll Up + 0x234 AC Scroll Down + 0x235 AC Scroll + 0x236 AC Pan Left + 0x237 AC Pan Right + 0x238 AC Pan + 0x239 AC New Window + 0x23A AC Tile Horizontally + 0x23B AC Tile Vertically + 0x23C AC Format + + 13 Digitizer + 0x00 Undefined + 0x01 Digitizer + 0x02 Pen + 0x03 Light Pen + 0x04 Touch Screen + 0x05 Touch Pad + 0x06 White Board + 0x07 Coordinate Measuring Machine + 0x08 3-D Digitizer + 0x09 Stereo Plotter + 0x0A Articulated Arm + 0x0B Armature + 0x0C Multiple Point Digitizer + 0x0D Free Space Wand + 0x20 Stylus + 0x21 Puck + 0x22 Finger + 0x30 Tip Pressure + 0x31 Barrel Pressure + 0x32 In Range + 0x33 Touch + 0x34 Untouch + 0x35 Tap + 0x36 Quality + 0x37 Data Valid + 0x38 Transducer Index + 0x39 Tablet Function Keys + 0x3A Program Change Keys + 0x3B Battery Strength + 0x3C Invert + 0x3D X Tilt + 0x3E Y Tilt + 0x3F Azimuth + 0x40 Altitude + 0x41 Twist + 0x42 Tip Switch + 0x43 Secondary Tip Switch + 0x44 Barrel Switch + 0x45 Eraser + 0x46 Tablet Pick + + 15 Physical Interface Device + + 16 Unicode + * Unicode Char u%04x + + 20 Alphnumeric Display + 0x00 Undefined + 0x01 Alphanumeric Display + 0x20 Display Attributes Report + 0x21 ASCII Character Set + 0x22 Data Read Back + 0x23 Font Read Back + 0x24 Display Control Report + 0x25 Clear Display + 0x26 Display Enable + 0x27 Screen Saver Delay + 0x28 Screen Saver Enable + 0x29 Vertical Scroll + 0x2A Horizontal Scroll + 0x2B Character Report + 0x2C Display Data + 0x2D Display Status + 0x2E Stat Not Ready + 0x2F Stat Ready + 0x30 Err Not a loadable character + 0x31 Err Font data cannot be read + 0x32 Cursor Position Report + 0x33 Row + 0x34 Column + 0x35 Rows + 0x36 Columns + 0x37 Cursor Pixel Positioning + 0x38 Cursor Mode + 0x39 Cursor Enable + 0x3A Cursor Blink + 0x3B Font Report + 0x3C Font Data + 0x3D Character Width + 0x3E Character Height + 0x3F Character Spacing Horizontal + 0x40 Character Spacing Vertical + 0x41 Unicode Character Set + + 128 Monitor + 0x00 Undefined + 0x01 Monitor Control + 0x02 EDID Information + 0x03 VDIF Information + 0x04 VESA Version + 0x05 On Screen Display + 0x06 Auto Size Center + 0x07 Polarity Horz Synch + 0x08 Polarity Vert Synch + 0x09 Sync Type + 0x0A Screen Position + 0x0B Horizontal Frequency + 0x0C Vertical Frequency + + 129 Monitor Enumerated Values + 0x00 unassigned + * ENUM %d + + 130 VESA Virtual Controls + 0x10 Brightness + 0x12 Contrast + 0x16 Video Gain Red + 0x18 Video Gain Green + 0x1A Video Gain Blue + 0x1C Focus + 0x20 Horizontal Position + 0x22 Horizontal Size + 0x24 Horizontal Pincushion + 0x26 Horizontal Pincushion Balance + 0x28 Horizontal Misconvergence + 0x2A Horizontal Linearity + 0x2C Horizontal Linearity Balance + 0x30 Vertical Position + 0x32 Vertical Size + 0x34 Vertical Pincushion + 0x36 Vertical Pincushion Balance + 0x38 Vertical Misconvergence + 0x3A Vertical Linearity + 0x3C Vertical Linearity Balance + 0x40 Parallelogram Distortion + 0x42 Trapezoidal Distortion + 0x44 Tilt + 0x46 Top Corner Distortion Control + 0x48 Top Corner Distortion Balance + 0x4A Bottom Corner Distortion Control + 0x4C Bottom Corner Distortion Balance + 0x56 Moiré Horizontal + 0x58 Moiré Vertical + 0x5E Input Level Select + 0x60 Input Source Select + 0x62 Stereo Mode + 0x6C Video Black Level Red + 0x6E Video Black Level Green + 0x70 Video Black Level Blue + + 131 VESA Command + 0x00 Undefined + 0x01 Settings + 0x02 Degauss + + 132 Power Device + 0x00 Undefined + 0x01 iName + 0x02 PresentStatus + 0x03 ChangedStatus + 0x04 UPS + 0x05 PowerSupply + 0x10 BatterySystem + 0x11 BatterySystemID + 0x12 Battery + 0x13 BatteryID + 0x14 Charger + 0x15 ChargerID + 0x16 PowerConverter + 0x17 PowerConverterID + 0x18 OutletSystem + 0x19 OutletSystemID + 0x1A Input + 0x1B InputID + 0x1C Output + 0x1D OutputID + 0x1E Flow + 0x1F FlowID + 0x20 Outlet + 0x21 OutletID + 0x22 Gang + 0x23 GangID + 0x24 Sink + 0x25 SinkID + 0x30 Voltage + 0x31 Current + 0x32 Frequency + 0x33 ApparentPower + 0x34 ActivePower + 0x35 PercentLoad + 0x36 Temperature + 0x37 Humidity + 0x40 ConfigVoltage + 0x41 ConfigCurrent + 0x42 ConfigFrequency + 0x43 ConfigApparentPower + 0x44 ConfigActivePower + 0x45 ConfigPercentLoad + 0x46 ConfigTemperature + 0x47 ConfigHumidity + 0x50 SwitchOnControl + 0x51 SwitchOffControl + 0x52 ToggleControl + 0x53 LowVoltageTransfer + 0x54 HighVoltageTransfer + 0x55 DelayBeforeReboot + 0x56 DelayBeforeStartup + 0x57 DelayBeforeShutdown + 0x58 Test + 0x59 Vendorspecificcommand + 0x60 Present + 0x61 Good + 0x62 InternalFailure + 0x63 VoltageOutOfRange + 0x64 FrequencyOutOfRange + 0x65 Overload + 0x66 OverCharged + 0x67 OverTemperature + 0x68 ShutdownRequested + 0x69 ShutdownImminent + 0x6A VendorSpecificAnswerValid + 0x6B SwitchOn/Off + 0x6C Switcheble + 0x6D Used + 0x6E Boost + 0x6F Buck + 0x70 Initialized + 0x71 Tested + + 133 Battery System + 0x00 Undefined + 0x01 SMBBatteryMode + 0x02 SMBBatteryStatus + 0x03 SMBAlarmWarning + 0x04 SMBChargerMode + 0x05 SMBChargerStatus + 0x06 SMBChargerSpecInfo + 0x07 SMBSelectorState + 0x08 SMBSelectorPreset + 0x09 SMBSelectorInfo + 0x10 OptionalMfgFunction1 + 0x11 OptionalMfgFunction2 + 0x12 OptionalMfgFunction3 + 0x13 OptionalMfgFunction4 + 0x14 OptionalMfgFunction5 + 0x15 ConnectionToSMBus + 0x16 OutputConnection + 0x17 ChargerConnection + 0x18 BatteryInsertion + 0x19 Usenext + 0x1A OKToUse + 0x28 ManufacturerAccess + 0x29 RemainingCapacityLimit + 0x2A RemainingTimeLimit + 0x2B AtRate + 0x2C CapacityMode + 0x2D BroadcastToCharger + 0x2E PrimaryBattery + 0x2F ChargeController + 0x40 TerminateCharge + 0x41 TermminateDischarge + 0x42 BelowRemainingCapacityLimit + 0x43 RemainingTimeLimitExpired + 0x44 Charging + 0x45 Discharging + 0x46 FullyCharged + 0x47 FullyDischarged + 0x48 ConditionningFlag + 0x49 AtRateOK + 0x4A SMBErrorCode + 0x4B NeedReplacement + 0x60 AtRateTimeToFull + 0x61 AtRateTimeToEmpty + 0x62 AverageCurrent + 0x63 Maxerror + 0x64 RelativeStateOfCharge + 0x65 AbsoluteStateOfCharge + 0x66 RemainingCapacity + 0x67 FullChargeCapacity + 0x68 RunTimeToEmpty + 0x69 AverageTimeToEmpty + 0x6A AverageTimeToFull + 0x6B CycleCount + 0x80 BattPackModelLevel + 0x81 InternalChargeController + 0x82 PrimaryBatterySupport + 0x83 DesignCapacity + 0x84 SpecificationInfo + 0x85 ManufacturerDate + 0x86 SerialNumber + 0x87 iManufacturerName + 0x88 iDevicename + 0x89 iDeviceChemistery + 0x8A iManufacturerData + 0x8B Rechargeable + 0x8C WarningCapacityLimit + 0x8D CapacityGranularity1 + 0x8E CapacityGranularity2 + 0xC0 InhibitCharge + 0xC1 EnablePolling + 0xC2 ResetToZero + 0xD0 ACPresent + 0xD1 BatteryPresent + 0xD2 PowerFail + 0xD3 AlarmInhibited + 0xD4 ThermistorUnderRange + 0xD5 ThermistorHot + 0xD6 ThermistorCold + 0xD7 ThermistorOverRange + 0xD8 VoltageOutOfRange + 0xD9 CurrentOutOfRange + 0xDA CurrentNotRegulated + 0xDB VoltageNotRegulated + 0xDC MasterMode + 0xDD ChargerBattery/HostControlled + 0xF0 ChargerSpecInfo + 0xF1 ChargerSpecRef + 0xF2 Level2 + 0xF3 Level3 + + 140 Bar Code Scanner + + 141 Scale Device + + 144 Camera Control + + 145 Arcade Device + + # Some Micro$oft non-standard extensions + 0xff00 Microsoft + 0xe9 Base Up + 0xea Base Down Index: xc/programs/Xserver/hw/xfree86/os-support/libusb/usbvar.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/os-support/libusb/usbvar.h:1.1.2.2 *** /dev/null Sun Jan 9 07:46:15 2000 --- xc/programs/Xserver/hw/xfree86/os-support/libusb/usbvar.h Fri Dec 3 21:12:43 1999 *************** *** 0 **** --- 1,34 ---- + /* $NetBSD: usbvar.h,v 1.2 1999/05/11 21:15:46 augustss Exp $ */ + + /* + * Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usbvar.h,v 1.1.2.2 1999/12/03 10:12:43 hohndel Exp $ */ + + struct report_desc { + unsigned int size; + unsigned char data[1]; + }; + Index: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c diff -c xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c:3.3.2.2 xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c:3.3.2.9 *** xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c:3.3.2.2 Fri May 7 10:52:08 1999 --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c Sun Jan 9 07:46:16 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c,v 3.3.2.2 1999/05/07 00:52:08 dawes Exp $ */ /* * Copyright 1992 by Orest Zborowski <obz@Kodak.com> * Copyright 1993 by David Dawes <dawes@xfree86.org> --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c,v 3.3.2.9 2000/01/08 02:46:26 robin Exp $ */ /* * Copyright 1992 by Orest Zborowski <obz@Kodak.com> * Copyright 1993 by David Dawes <dawes@xfree86.org> *************** *** 64,69 **** --- 64,141 ---- return(leds); } + + /* kbd rate stuff based on kbdrate.c from Rik Faith <faith@cs.unc.edu> et.al. + * from util-linux-2.9t package */ + + #include <linux/kd.h> + #ifdef __sparc__ + #include <asm/param.h> + #include <asm/kbio.h> + #endif + + static int + KDKBDREP_ioctl_ok(int rate, int delay) { + #ifdef KDKBDREP + /* This ioctl is defined in <linux/kd.h> but is not + implemented anywhere - must be in some m68k patches. */ + struct kbd_repeat kbdrep_s; + + /* don't change, just test */ + kbdrep_s.rate = -1; + kbdrep_s.delay = -1; + if (ioctl( 0, KDKBDREP, &kbdrep_s )) { + return 0; + } + + /* do the change */ + if (rate == 0) /* switch repeat off */ + kbdrep_s.rate = 0; + else + kbdrep_s.rate = 10000 / rate; /* convert cps to msec */ + if (kbdrep_s.rate < 1) + kbdrep_s.rate = 1; + kbdrep_s.delay = delay; + if (kbdrep_s.delay < 1) + kbdrep_s.delay = 1; + + if (ioctl( 0, KDKBDREP, &kbdrep_s )) { + return 0; + } + + return 1; /* success! */ + + #else /* no KDKBDREP */ + return 0; + #endif /* KDKBDREP */ + } + + static int + KIOCSRATE_ioctl_ok(int rate, int delay) { + #ifdef KIOCSRATE + struct kbd_rate kbdrate_s; + int fd; + + fd = open("/dev/kbd", O_RDONLY); + if (fd == -1) + return 0; + + kbdrate_s.rate = (rate + 5) / 10; /* must be integer, so round up */ + kbdrate_s.delay = delay * HZ / 1000; /* convert ms to Hz */ + if (kbdrate_s.rate > 50) + kbdrate_s.rate = 50; + + if (ioctl( fd, KIOCSRATE, &kbdrate_s )) + return 0; + + close( fd ); + + return 1; + #else /* no KIOCSRATE */ + return 0; + #endif /* KIOCSRATE */ + } + #if NeedFunctionPrototypes void xf86SetKbdRepeat(char rad) #else *************** *** 71,77 **** char rad; #endif { ! return; } static int kbdtrans; --- 143,215 ---- char rad; #endif { ! int i; ! int value = 0x7f; /* Maximum delay with slowest rate */ ! ! #ifdef __sparc__ ! int rate = 500; /* Default rate */ ! int delay = 200; /* Default delay */ ! #else ! int rate = 300; /* Default rate */ ! int delay = 250; /* Default delay */ ! #endif ! ! ! static int valid_rates[] = { 300, 267, 240, 218, 200, 185, 171, 160, 150, ! 133, 120, 109, 100, 92, 86, 80, 75, 67, ! 60, 55, 50, 46, 43, 40, 37, 33, 30, 27, ! 25, 23, 21, 20 }; ! #define RATE_COUNT (sizeof( valid_rates ) / sizeof( int )) ! ! static int valid_delays[] = { 250, 500, 750, 1000 }; ! #define DELAY_COUNT (sizeof( valid_delays ) / sizeof( int )) ! ! ! /* allow to disable kbdrate setting in case of trouble */ ! if (xf86Info.kbdRate == 0) ! return; ! ! /* sanity check, avoid broken default rate 5 cps in old config files */ ! if (xf86Info.kbdRate >= 10) { ! rate = xf86Info.kbdRate * 10; ! if (xf86Info.kbdDelay >= 0) ! delay = xf86Info.kbdDelay; ! } ! ! if(KDKBDREP_ioctl_ok(rate, delay)) /* m68k? */ ! return; ! ! if(KIOCSRATE_ioctl_ok(rate, delay)) /* sparc? */ ! return; ! ! ! ! /* The ioport way */ ! ! for (i = 0; i < RATE_COUNT; i++) ! if (rate >= valid_rates[i]) { ! value &= 0x60; ! value |= i; ! break; ! } ! ! for (i = 0; i < DELAY_COUNT; i++) ! if (delay <= valid_delays[i]) { ! value &= 0x1f; ! value |= i << 5; ! break; ! } ! ! /* Make sure io ports are accessable. Yes, this is kludgy */ ! ioperm (0x60, 8, TRUE); ! ! while ((inb(0x64) & 2) == 2); /* wait */ ! outb(0x60, 0xf3); /* set typematic rate */ ! while ((inb(0x64) & 2) == 2); /* wait */ ! usleep(100000); ! outb(0x60, value); ! ! return; } static int kbdtrans; *************** *** 115,121 **** void xf86MouseInit(mouse) MouseDevPtr mouse; { ! return; } int xf86MouseOn(mouse) --- 253,259 ---- void xf86MouseInit(mouse) MouseDevPtr mouse; { ! return; } int xf86MouseOn(mouse) Index: xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c diff -c xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c:3.6 xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c:3.6.2.1 *** xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c:3.6 Sun Jan 5 22:59:17 1997 --- xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c Mon Dec 20 23:55:54 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c,v 3.6 1997/01/05 11:59:17 dawes Exp $ */ /* * (c) Copyright 1994 by Holger Veit * <Holger.Veit@gmd.de> --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c,v 3.6.2.1 1999/12/20 12:55:54 hohndel Exp $ */ /* * (c) Copyright 1994 by Holger Veit * <Holger.Veit@gmd.de> *************** *** 45,51 **** * Read BIOS via xf86sup.SYS device driver */ ! #define Bios_Base 0 int xf86ReadBIOS(Base, Offset, Buf, Len) unsigned long Base; --- 45,75 ---- * Read BIOS via xf86sup.SYS device driver */ ! static APIRET doioctl(HFILE fd,ULONG addr,ULONG len,unsigned char* dbuf) ! { ! UCHAR *dta; ! ULONG plen,dlen; ! APIRET rc; ! ! struct { ! ULONG command; ! ULONG physaddr; ! USHORT numbytes; ! } par; ! ! /* prepare parameter and data packets for ioctl */ ! par.command = 0; ! par.physaddr = addr; ! par.numbytes = dlen = len; ! plen = sizeof(par); ! ! /* issue call to get a readonly copy of BIOS ROM */ ! rc = DosDevIOCtl(fd, (ULONG)0x76, (ULONG)0x64, ! (PVOID)&par, (ULONG)plen, (PULONG)&plen, ! (PVOID)dbuf, (ULONG)dlen, (PULONG)&dlen); ! ! return rc; ! } int xf86ReadBIOS(Base, Offset, Buf, Len) unsigned long Base; *************** *** 53,71 **** unsigned char *Buf; int Len; { ! HFILE fd; ! struct { ! ULONG command; ! ULONG physaddr; ! USHORT numbytes; ! } par; ! UCHAR *dta; ! ULONG plen,dlen; ! int i; ULONG action; ! APIRET rc; ! ULONG Phys_address; Phys_address=Base+Offset; --- 77,92 ---- unsigned char *Buf; int Len; { ! HFILE fd; ! int i; ULONG action; ! APIRET rc; ! ULONG Phys_address; ! UCHAR* dta; ! int off, chunksz,lensave; + /* allocate dta */ + dta = (UCHAR*)xalloc(Len); Phys_address=Base+Offset; *************** *** 78,101 **** return -1; } ! /* prepare parameter and data packets for ioctl */ ! par.command = 0; ! par.physaddr = (ULONG)Bios_Base+(Phys_address & 0xffff8000); ! par.numbytes = (Phys_address & 0x7fff) + Len; ! plen = sizeof(par); ! ! dta = (UCHAR*)xalloc(par.numbytes); ! dlen = par.numbytes; ! ! /* issue call to get a readonly copy of BIOS ROM */ ! if (rc=DosDevIOCtl(fd, (ULONG)0x76, (ULONG)0x64, ! (PVOID)&par, (ULONG)plen, (PULONG)&plen, ! (PVOID)dta, (ULONG)dlen, (PULONG)&dlen)) { ! ErrorF("xf86ReadBIOS: BIOS map failed, addr=%lx, rc=%d\n", ! Bios_Base+Phys_address,rc); ! free(dta); ! DosClose(fd); ! return -1; } /* --- 99,119 ---- return -1; } ! /* copy 32K at a time */ ! off = 0; ! lensave = Len; ! while (Len > 0) { ! chunksz = (Len > 32768) ? 32768 : Len; ! Len -= chunksz; ! rc = doioctl(fd,(ULONG)Phys_address,chunksz,dta+off); ! if (rc != 0) { ! ErrorF("xf86ReadBIOS: BIOS map failed, addr=%lx, rc=%d\n", ! Phys_address,rc); ! xfree(dta); ! DosClose(fd); ! return -1; ! } ! off += chunksz; } /* *************** *** 105,119 **** if ((Phys_address & 0x7fff) != 0 && (dta[0] != 0x55 || dta[1] != 0xaa)) { ErrorF("BIOS sanity check failed, addr=%x\nPlease report if you encounter problems\n", ! Bios_Base+Phys_address); } /* copy data to buffer */ ! memcpy(Buf,dta + (Phys_address & 0x7fff), Len); xfree(dta); /* close device */ DosClose(fd); ! return(Len); } --- 123,137 ---- if ((Phys_address & 0x7fff) != 0 && (dta[0] != 0x55 || dta[1] != 0xaa)) { ErrorF("BIOS sanity check failed, addr=%x\nPlease report if you encounter problems\n", ! Phys_address); } /* copy data to buffer */ ! memcpy(Buf, dta, lensave); xfree(dta); /* close device */ DosClose(fd); ! return(lensave); } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile:3.17.2.9 xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile:3.17.2.11 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile:3.17.2.9 Mon Aug 2 18:38:22 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile Fri Dec 10 23:38:23 1999 *************** *** 4,10 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile,v 3.17.2.9 1999/08/02 08:38:22 hohndel Exp $ #include <Server.tmpl> #define IHaveSubdirs --- 4,10 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile,v 3.17.2.11 1999/12/10 12:38:23 hohndel Exp $ #include <Server.tmpl> #define IHaveSubdirs *************** *** 21,27 **** mga/?*.c mx/?*.c ncr77c22/?*.c oak/?*.c pvga1/?*.c realtek/?*.c \ sis/?*.c tvga8900/?*.c video7/?*.c nv/?*.c compaq/?*.c s3v/?*.c \ rendition/?*.c p9x00/?*.c cyrix/?*.c neo/?*.c spc8110/?*.c \ ! s3_svga.c/?*.c i740/?*.c tdfx/?*.c XCOMM s3_savage/?*.c OBJS = al2101/?*_drv.o ali/?*_drv.o apm/?*_drv.o ark/?*_drv.o ati/?*_drv.o \ --- 21,27 ---- mga/?*.c mx/?*.c ncr77c22/?*.c oak/?*.c pvga1/?*.c realtek/?*.c \ sis/?*.c tvga8900/?*.c video7/?*.c nv/?*.c compaq/?*.c s3v/?*.c \ rendition/?*.c p9x00/?*.c cyrix/?*.c neo/?*.c spc8110/?*.c \ ! s3_svga.c/?*.c i740/?*.c tdfx/?*.c r128/?*.c smi/?*.c XCOMM s3_savage/?*.c OBJS = al2101/?*_drv.o ali/?*_drv.o apm/?*_drv.o ark/?*_drv.o ati/?*_drv.o \ *************** *** 31,37 **** realtek/?*_drv.o sis/?*_drv.o tvga8900/?*_drv.o video7/?*_drv.o \ nv/?*_drv.o compaq/?*_drv.o s3v/?*_drv.o rendition/?*_drv.o \ p9x00/?*_drv.o cyrix/?*_drv.o neo/?*_drv.o spc8110/?*_drv.o \ ! s3_svga/?*_drv.o i740/?*_drv.o tdfx/?*_drv.o XCOMM s3_savage/?*.o #endif --- 31,38 ---- realtek/?*_drv.o sis/?*_drv.o tvga8900/?*_drv.o video7/?*_drv.o \ nv/?*_drv.o compaq/?*_drv.o s3v/?*_drv.o rendition/?*_drv.o \ p9x00/?*_drv.o cyrix/?*_drv.o neo/?*_drv.o spc8110/?*_drv.o \ ! s3_svga/?*_drv.o i740/?*_drv.o tdfx/?*_drv.o r128/?*_drv.o \ ! smi/?*_drv.o XCOMM s3_savage/?*.o #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c:1.1.2.4 xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c:1.1.2.5 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c:1.1.2.4 Wed Oct 21 20:44:41 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c Thu Oct 14 00:44:23 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c,v 1.1.2.4 1998/10/21 10:44:41 dawes Exp $ */ /* --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c,v 1.1.2.5 1999/10/13 14:44:23 hohndel Exp $ */ /* *************** *** 41,48 **** --- 41,50 ---- static void ApmSetupForScreenToScreenCopy(int xdir, int ydir, int rop, unsigned int planemask, int transparency_color); static void ApmSubsequentScreenToScreenCopy(int x1, int y1, int x2, int y2, int w, int h); + #if 0 static void ApmSetupForCPUToScreenColorExpand(int bg, int fg, int rop, unsigned int planemask); static void ApmSubsequentCPUToScreenColorExpand(int x, int y, int w, int h, int skipleft); + #endif static void ApmSetupForScreenToScreenColorExpand(int bg, int fg, int rop, unsigned int planemask); static void ApmSubsequentScreenToScreenColorExpand(int srcx, int srcy, int x, *************** *** 124,130 **** xf86GCInfoRec.PolyFillRectSolidFlags = NO_PLANEMASK; xf86AccelInfoRec.SetupForFillRectSolid = ApmSetupForFillRectSolid; xf86AccelInfoRec.SubsequentFillRectSolid = ApmSubsequentFillRectSolid; ! /* Accelerated CPU to screen color expansion */ xf86AccelInfoRec.SetupForCPUToScreenColorExpand = ApmSetupForCPUToScreenColorExpand; xf86AccelInfoRec.SubsequentCPUToScreenColorExpand = ApmSubsequentCPUToScreenColorExpand; --- 126,135 ---- xf86GCInfoRec.PolyFillRectSolidFlags = NO_PLANEMASK; xf86AccelInfoRec.SetupForFillRectSolid = ApmSetupForFillRectSolid; xf86AccelInfoRec.SubsequentFillRectSolid = ApmSubsequentFillRectSolid; ! #if 0 ! /* The Alliance chips are too much demanding. Need to check after each write ! * if the chip is ok to have the next one. If not the machine ends crashed... ! */ /* Accelerated CPU to screen color expansion */ xf86AccelInfoRec.SetupForCPUToScreenColorExpand = ApmSetupForCPUToScreenColorExpand; xf86AccelInfoRec.SubsequentCPUToScreenColorExpand = ApmSubsequentCPUToScreenColorExpand; *************** *** 133,138 **** --- 138,144 ---- NO_PLANEMASK | SCANLINE_PAD_DWORD | CPU_TRANSFER_PAD_QWORD | BIT_ORDER_IN_BYTE_MSBFIRST | LEFT_EDGE_CLIPPING | LEFT_EDGE_CLIPPING_NEGATIVE_X; + #endif #if 0 *************** *** 163,168 **** --- 169,175 ---- xf86AccelInfoRec.PixmapCacheMemoryEnd = vga256InfoRec.videoRam * 1024 - 1024; + #if 0 if (apmChip == AP6422) { xf86AccelInfoRec.Sync = ApmSync6422; *************** *** 170,175 **** --- 177,183 ---- xf86AccelInfoRec.SubsequentCPUToScreenColorExpand = NULL; xf86AccelInfoRec.SubsequentBresenhamLine = ApmSubsequentBresenhamLine6422; } + #endif } *************** *** 249,254 **** --- 257,263 ---- } + #if 0 static void ApmSetupForCPUToScreenColorExpand(int bg, int fg, int rop, unsigned int planemask) { *************** *** 289,294 **** --- 298,304 ---- SETDEC(DEC_START | c | apmScreenWidth_DEC | apmBitsPerPixel_DEC); } + #endif static void *************** *** 422,429 **** --- 432,441 ---- SETROP(ROP_S); + #if 0 xf86AccelInfoRec.CPUToScreenColorExpandBase = (pointer)((u8*)vgaLinearBase + APM.ChipLinearSize - 32*1024); + #endif /*Dump(apmRegBase + 0xe8, 8);*/ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile:3.8.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile:3.8.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile:3.8.2.2 Sun Feb 22 12:28:26 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile Wed Oct 13 03:18:50 1999 *************** *** 1,4 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile,v 3.8.2.2 1998/02/22 01:28:26 robin Exp $ XCOMM XCOMM Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca XCOMM --- 1,4 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile,v 3.8.2.3 1999/10/12 17:18:50 hohndel Exp $ XCOMM XCOMM Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca XCOMM *************** *** 19,25 **** XCOMM RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF XCOMM CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN XCOMM CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! XCOMM #include <Server.tmpl> --- 19,25 ---- XCOMM RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF XCOMM CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN XCOMM CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! XCOMM #include <Server.tmpl> Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c:1.1.2.1 Mon Feb 2 03:41:36 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c Wed Oct 13 03:18:51 1999 *************** *** 1,6 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c,v 1.1.2.1 1998/02/01 16:41:36 robin Exp $ */ /* ! * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that --- 1,6 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c,v 1.1.2.2 1999/10/12 17:18:51 hohndel Exp $ */ /* ! * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that *************** *** 53,58 **** --- 53,59 ---- * Benjamin T. Yang, risk@uclink.berkeley.edu * James Fast Kane, jfk2@engr.uark.edu * Randall Hopper, rhh@ct.picker.com + * Christian Lupien <lupien@physics.utoronto.ca> * * ... and, many, many others from around the world. * Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c:1.1.2.3 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c:1.1.2.3 Mon Jul 5 19:07:31 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c Wed Oct 13 03:18:51 1999 *************** *** 1,6 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c,v 1.1.2.3 1999/07/05 09:07:31 hohndel Exp $ */ /* ! * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that --- 1,6 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c,v 1.1.2.4 1999/10/12 17:18:51 hohndel Exp $ */ /* ! * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that *************** *** 67,72 **** --- 67,73 ---- "ATI 3D Rage Pro", "ATI 3D Rage LT Pro", "ATI 3D Rage XL or XC", + "ATI 3D Rage Mobility", "ATI unknown Mach64", }; *************** *** 75,81 **** CARD8 ATIChipHasSUBSYS_CNTL = FALSE; CARD8 ATIChipHasVGAWonder = FALSE; const char *ATIFoundryNames[] = ! { "SGS", "NEC", "KCS", "UMC", "4", "5", "6", "UMC" }; int ATILCDPanelID = -1, ATILCDClock = 0, ATILCDHorizontal = 0, ATILCDVertical = 0; --- 76,82 ---- CARD8 ATIChipHasSUBSYS_CNTL = FALSE; CARD8 ATIChipHasVGAWonder = FALSE; const char *ATIFoundryNames[] = ! { "SGS", "NEC", "KCS", "UMC", "TSMC", "5", "6", "UMC" }; int ATILCDPanelID = -1, ATILCDClock = 0, ATILCDHorizontal = 0, ATILCDVertical = 0; *************** *** 307,316 **** ATIBusType = ATI_BUS_AGP; break; case 0x00CEU: case 0x00D1U: case 0x00D2U: ! ATIChipType = 0x474FU; case 0x474FU: case 0x4752U: case 0x4753U: --- 308,319 ---- ATIBusType = ATI_BUS_AGP; break; + case 0x00CBU: case 0x00CEU: case 0x00D1U: case 0x00D2U: ! ATIChipType = 0x474CU; ! case 0x474CU: case 0x474FU: case 0x4752U: case 0x4753U: *************** *** 326,331 **** --- 329,354 ---- case 0x474EU: ATIChipRevision = GetBits(IO_Value, CFG_CHIP_REVISION); ATIChip = ATI_CHIP_264XL; + ATIBusType = ATI_BUS_AGP; + break; + + case 0x0171U: + case 0x0172U: + ATIChipType = 0x4C52U; + case 0x4C52U: + case 0x4C53U: + ATIChipRevision = GetBits(IO_Value, CFG_CHIP_REVISION); + ATIChip = ATI_CHIP_MOBILITY; + ATIBusType = ATI_BUS_PCI; + break; + + case 0x016CU: + case 0x016DU: + ATIChipType = 0x4C4DU; + case 0x4C4DU: + case 0x4C4EU: + ATIChipRevision = GetBits(IO_Value, CFG_CHIP_REVISION); + ATIChip = ATI_CHIP_MOBILITY; ATIBusType = ATI_BUS_AGP; break; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h:1.1.2.3 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h:1.1.2.3 Mon Jul 5 19:07:31 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h Wed Oct 13 03:18:52 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h,v 1.1.2.3 1999/07/05 09:07:31 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h,v 1.1.2.4 1999/10/12 17:18:52 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 66,72 **** #define ATI_CHIP_264GTPRO 33 /* Mach64 */ #define ATI_CHIP_264LTPRO 34 /* Mach64 */ #define ATI_CHIP_264XL 35 /* Mach64 */ ! #define ATI_CHIP_Mach64 36 /* Mach64 */ extern CARD8 ATIChip; extern const char *ATIChipNames[]; --- 66,73 ---- #define ATI_CHIP_264GTPRO 33 /* Mach64 */ #define ATI_CHIP_264LTPRO 34 /* Mach64 */ #define ATI_CHIP_264XL 35 /* Mach64 */ ! #define ATI_CHIP_MOBILITY 36 /* Mach64 */ ! #define ATI_CHIP_Mach64 37 /* Mach64 */ extern CARD8 ATIChip; extern const char *ATIChipNames[]; *************** *** 77,83 **** #define ATI_FOUNDRY_NEC 1 /* NEC */ #define ATI_FOUNDRY_KSC 2 /* KSC (?) */ #define ATI_FOUNDRY_UMC 3 /* United Microelectronics Corporation */ ! #define ATI_FOUNDRY_4 4 #define ATI_FOUNDRY_5 5 #define ATI_FOUNDRY_6 6 #define ATI_FOUNDRY_UMCA 7 /* UMC alternate */ --- 78,84 ---- #define ATI_FOUNDRY_NEC 1 /* NEC */ #define ATI_FOUNDRY_KSC 2 /* KSC (?) */ #define ATI_FOUNDRY_UMC 3 /* United Microelectronics Corporation */ ! #define ATI_FOUNDRY_TSMC 4 /* TSMC (?) */ #define ATI_FOUNDRY_5 5 #define ATI_FOUNDRY_6 6 #define ATI_FOUNDRY_UMCA 7 /* UMC alternate */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c:1.1.2.2 Mon Jul 5 19:07:32 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c Wed Oct 13 03:18:52 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c,v 1.1.2.2 1999/07/05 09:07:32 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c,v 1.1.2.3 1999/10/12 17:18:52 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 1152,1158 **** ATIClockRestore(ATIHWPtr restore) { CARD8 saved_clock_cntl0, saved_crtc_gen_cntl3; ! CARD8 tmp, tmp2, tmp3; unsigned int Programme; int N = restore->FeedbackDivider - ATIClockDescriptor->NAdjust; int M = restore->ReferenceDivider - ATIClockDescriptor->MAdjust; --- 1152,1158 ---- ATIClockRestore(ATIHWPtr restore) { CARD8 saved_clock_cntl0, saved_crtc_gen_cntl3; ! CARD8 tmp, tmp2; unsigned int Programme; int N = restore->FeedbackDivider - ATIClockDescriptor->NAdjust; int M = restore->ReferenceDivider - ATIClockDescriptor->MAdjust; *************** *** 1215,1223 **** case ATI_CLOCK_INTERNAL: /* Reset VCLK generator */ ! tmp3 = ATIGetMach64PLLReg(PLL_VCLK_CNTL) | ! (/* PLL_VCLK_SRC_SEL | */ PLL_VCLK_RESET); ! ATIPutMach64PLLReg(PLL_VCLK_CNTL, tmp3); /* Set post-divider */ tmp2 = restore->std.NoClock << 1; --- 1215,1221 ---- case ATI_CLOCK_INTERNAL: /* Reset VCLK generator */ ! ATIPutMach64PLLReg(PLL_VCLK_CNTL, restore->pll_vclk_cntl); /* Set post-divider */ tmp2 = restore->std.NoClock << 1; *************** *** 1237,1244 **** ATIPutMach64PLLReg(tmp, SetBits(N, 0xFFU)); /* End VCLK generator reset */ ! tmp3 &= ~PLL_VCLK_RESET; ! ATIPutMach64PLLReg(PLL_VCLK_CNTL, tmp3); /* Reset write bit */ ATIAccessMach64PLLReg(0, FALSE); --- 1235,1242 ---- ATIPutMach64PLLReg(tmp, SetBits(N, 0xFFU)); /* End VCLK generator reset */ ! ATIPutMach64PLLReg(PLL_VCLK_CNTL, ! restore->pll_vclk_cntl & ~PLL_VCLK_RESET); /* Reset write bit */ ATIAccessMach64PLLReg(0, FALSE); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c:1.1.2.1 Mon Feb 2 03:41:46 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c Wed Oct 13 03:18:52 1999 *************** *** 1,6 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c,v 1.1.2.1 1998/02/01 16:41:46 robin Exp $ */ /* ! * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that --- 1,6 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c,v 1.1.2.2 1999/10/12 17:18:52 hohndel Exp $ */ /* ! * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that *************** *** 51,57 **** saved_mem_cfg; static CARD32 saved_bus_cntl, saved_config_cntl, saved_crtc_gen_cntl, saved_mem_info, saved_gen_test_cntl, saved_dac_cntl, ! saved_crtc_int_cntl; static Bool entered = LEAVE; CARD32 tmp; --- 51,57 ---- saved_mem_cfg; static CARD32 saved_bus_cntl, saved_config_cntl, saved_crtc_gen_cntl, saved_mem_info, saved_gen_test_cntl, saved_dac_cntl, ! saved_crtc_int_cntl, saved_lcd_index; static Bool entered = LEAVE; CARD32 tmp; *************** *** 134,142 **** --- 134,150 ---- saved_crtc_gen_cntl = inl(ATIIOPortCRTC_GEN_CNTL) & ~(CRTC_EN | CRTC_LOCK_REGS); tmp = saved_crtc_gen_cntl & ~CRTC_EXT_DISP_EN; + if (ATIChip >= ATI_CHIP_264XL) + tmp = (tmp & ~CRTC_INT_ENS_X) | CRTC_INT_ACKS_X; outl(ATIIOPortCRTC_GEN_CNTL, tmp | CRTC_EN); outl(ATIIOPortCRTC_GEN_CNTL, tmp); outl(ATIIOPortCRTC_GEN_CNTL, tmp | CRTC_EN); + if (ATIChip >= ATI_CHIP_264XL) + { + saved_lcd_index = inl(ATIIOPortLCD_INDEX); + outl(ATIIOPortLCD_INDEX, + saved_lcd_index & ~(LCD_MONDET_INT_EN | LCD_MONDET_INT)); + } /* Ensure VGA aperture is enabled */ outl(ATIIOPortDAC_CNTL, saved_dac_cntl | DAC_VGA_ADR_EN); *************** *** 306,312 **** outl(ATIIOPortCONFIG_CNTL, saved_config_cntl); outl(ATIIOPortDAC_CNTL, saved_dac_cntl); if (ATIChip < ATI_CHIP_264CT) ! outl(ATIIOPortMEM_INFO, saved_mem_info); } xf86DisableIOPorts(vga256InfoRec.scrnIndex); --- 314,322 ---- outl(ATIIOPortCONFIG_CNTL, saved_config_cntl); outl(ATIIOPortDAC_CNTL, saved_dac_cntl); if (ATIChip < ATI_CHIP_264CT) ! outl(ATIIOPortMEM_INFO, saved_mem_info); ! else if (ATIChip >= ATI_CHIP_264XL) ! outl(ATIIOPortLCD_INDEX, saved_lcd_index); } xf86DisableIOPorts(vga256InfoRec.scrnIndex); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c:1.1.2.2 Mon Jul 5 19:07:32 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c Wed Oct 13 03:18:53 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c,v 1.1.2.2 1999/07/05 09:07:32 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c,v 1.1.2.3 1999/10/12 17:18:53 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 272,279 **** /* Save clock data */ ATIClockSave(save); ! if (ATIChip >= ATI_CHIP_264LT) ! save->pll_ext_vpll_cntl = ATIGetMach64PLLReg(PLL_EXT_VPLL_CNTL); /* Save LCD registers */ if (ATILCDPanelID >= 0) --- 272,284 ---- /* Save clock data */ ATIClockSave(save); ! if (ATIChip >= ATI_CHIP_264CT) ! { ! save->pll_vclk_cntl = ATIGetMach64PLLReg(PLL_VCLK_CNTL) | ! PLL_VCLK_RESET; ! if (ATIChip >= ATI_CHIP_264LT) ! save->pll_ext_vpll_cntl = ATIGetMach64PLLReg(PLL_EXT_VPLL_CNTL); ! } /* Save LCD registers */ if (ATILCDPanelID >= 0) *************** *** 290,296 **** ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ { save->lcd_index = inl(ATIIOPortLCD_INDEX); save->config_panel = ATIGetLTProLCDReg(LCD_CONFIG_PANEL); --- 295,302 ---- ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ { save->lcd_index = inl(ATIIOPortLCD_INDEX); save->config_panel = ATIGetLTProLCDReg(LCD_CONFIG_PANEL); *************** *** 299,304 **** --- 305,313 ---- save->vert_stretching = ATIGetLTProLCDReg(LCD_VERT_STRETCHING); save->ext_vert_stretch = ATIGetLTProLCDReg(LCD_EXT_VERT_STRETCH); save->power_management = ATIGetLTProLCDReg(LCD_POWER_MANAGEMENT); + if (ATIChip > ATI_CHIP_264LTPRO) + save->power_management_2 = + ATIGetLTProLCDReg(LCD_POWER_MANAGEMENT_2); /* Setup to save non-shadow registers */ ATIPutLTProLCDReg(LCD_GEN_CNTL, save->lcd_gen_ctrl & *************** *** 354,360 **** (save->lcd_gen_ctrl & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ ATIPutLTProLCDReg(LCD_GEN_CNTL, (save->lcd_gen_ctrl & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); --- 363,370 ---- (save->lcd_gen_ctrl & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ ATIPutLTProLCDReg(LCD_GEN_CNTL, (save->lcd_gen_ctrl & ~CRTC_RW_SELECT) | (SHADOW_EN | SHADOW_RW_EN)); *************** *** 373,379 **** if (ATIChip == ATI_CHIP_264LT) outl(ATIIOPortLCD_GEN_CTRL, save->lcd_gen_ctrl); else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ { ATIPutLTProLCDReg(LCD_GEN_CNTL, save->lcd_gen_ctrl); outl(ATIIOPortLCD_INDEX, save->lcd_index); --- 383,390 ---- if (ATIChip == ATI_CHIP_264LT) outl(ATIIOPortLCD_GEN_CTRL, save->lcd_gen_ctrl); else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ { ATIPutLTProLCDReg(LCD_GEN_CNTL, save->lcd_gen_ctrl); outl(ATIIOPortLCD_INDEX, save->lcd_index); *************** *** 574,585 **** break; } ! /* For now disable extended reference and feedback dividers */ ! if (ATIChip >= ATI_CHIP_264LT) ! ATINewHWPtr->pll_ext_vpll_cntl = ! ATIGetMach64PLLReg(PLL_EXT_VPLL_CNTL) & ! ~(PLL_EXT_VPLL_EN | PLL_EXT_VPLL_VGA_EN | ! PLL_EXT_VPLL_INSYNC); if (ATILCDPanelID >= 0) { --- 585,603 ---- break; } ! /* Ensure proper VPLL clock source */ ! if (ATIChip >= ATI_CHIP_264CT) ! { ! ATINewHWPtr->pll_vclk_cntl = ATIGetMach64PLLReg(PLL_VCLK_CNTL) | ! (PLL_VCLK_SRC_SEL | PLL_VCLK_RESET); ! ! /* For now disable extended reference and feedback dividers */ ! if (ATIChip >= ATI_CHIP_264LT) ! ATINewHWPtr->pll_ext_vpll_cntl = ! ATIGetMach64PLLReg(PLL_EXT_VPLL_CNTL) & ! ~(PLL_EXT_VPLL_EN | PLL_EXT_VPLL_VGA_EN | ! PLL_EXT_VPLL_INSYNC); ! } if (ATILCDPanelID >= 0) { *************** *** 587,597 **** if (ATIChip == ATI_CHIP_264LT) { ATINewHWPtr->lcd_gen_ctrl = inl(ATIIOPortLCD_GEN_CTRL); ATINewHWPtr->power_management = inl(ATIIOPortPOWER_MANAGEMENT); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ { lcd_index = inl(ATIIOPortLCD_INDEX); ATINewHWPtr->lcd_index = (lcd_index & --- 605,618 ---- if (ATIChip == ATI_CHIP_264LT) { + ATINewHWPtr->horz_stretching = inl(ATIIOPortHORZ_STRETCHING); + ATINewHWPtr->vert_stretching = inl(ATIIOPortVERT_STRETCHING); ATINewHWPtr->lcd_gen_ctrl = inl(ATIIOPortLCD_GEN_CTRL); ATINewHWPtr->power_management = inl(ATIIOPortPOWER_MANAGEMENT); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ { lcd_index = inl(ATIIOPortLCD_INDEX); ATINewHWPtr->lcd_index = (lcd_index & *************** *** 600,607 **** --- 621,640 ---- ATINewHWPtr->config_panel = ATIGetLTProLCDReg(LCD_CONFIG_PANEL) | DONT_SHADOW_HEND; ATINewHWPtr->lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); + ATINewHWPtr->horz_stretching = + ATIGetLTProLCDReg(LCD_HORZ_STRETCHING); + ATINewHWPtr->vert_stretching = + ATIGetLTProLCDReg(LCD_VERT_STRETCHING); ATINewHWPtr->power_management = ATIGetLTProLCDReg(LCD_POWER_MANAGEMENT); + if (ATIChip > ATI_CHIP_264LTPRO) + ATINewHWPtr->power_management_2 = + ATIGetLTProLCDReg(LCD_POWER_MANAGEMENT_2) & + ~(LCD_XCLK_DISP_PM_EN | LCD_XCLK_GUI_PM_EN | + LCD_MCLK_PM_EN | LCD_PM_DYN_XCLK_EN | + LCD_PM_XCLK_ALWAYS | LCD_PCI_ACC_DIS | + LCD_PM_DYN_XCLK_DISP | LCD_PM_DYN_XCLK_GUI | + LCD_PM_DYN_XCLK_HOST); outl(ATIIOPortLCD_INDEX, lcd_index); } *************** *** 609,618 **** * Use primary CRTC to drive the panel. Turn off CRT interface. */ ATINewHWPtr->lcd_gen_ctrl = (ATINewHWPtr->lcd_gen_ctrl & ! ~(CRT_ON | CRTC_RW_SELECT | LOCK_8DOT | ! HORZ_DIVBY2_EN | DIS_HOR_CRT_DIVBY2 | ! USE_SHADOWED_VEND | USE_SHADOWED_ROWCUR | ! SHADOW_EN | SHADOW_RW_EN)) | DONT_SHADOW_VPAR; /* Disable power-management */ ATINewHWPtr->power_management &= ~PWR_MGT_ON; --- 642,652 ---- * Use primary CRTC to drive the panel. Turn off CRT interface. */ ATINewHWPtr->lcd_gen_ctrl = (ATINewHWPtr->lcd_gen_ctrl & ! ~(CRT_ON | HORZ_DIVBY2_EN | DISABLE_PCLK_RESET | ! DIS_HOR_CRT_DIVBY2 | VCLK_DAC_PM_EN | XTALIN_PM_EN | ! CRTC_RW_SELECT | USE_SHADOWED_VEND | USE_SHADOWED_ROWCUR | ! SHADOW_EN | SHADOW_RW_EN)) | ! (DONT_SHADOW_VPAR | LOCK_8DOT); /* Disable power-management */ ATINewHWPtr->power_management &= ~PWR_MGT_ON; *************** *** 695,703 **** --- 729,761 ---- ATINewHWPtr->std.CRTC[6]) + 2 - VDisplay; } + HDisplay <<= 3; ATILCDHSyncStart <<= 3; ATILCDHSyncWidth <<= 3; ATILCDHBlankWidth <<= 3; + + /* If the mode on entry isn't stretched, adjust timings */ + if (!(ATINewHWPtr->horz_stretching & HORZ_STRETCH_EN) && + ((HDisplay = ATILCDHorizontal - HDisplay) > 0)) + { + if ((ATILCDHSyncStart -= HDisplay) < 0) + ATILCDHSyncStart = 0; + ATILCDHBlankWidth -= HDisplay; + HDisplay = ATILCDHSyncStart + ATILCDHSyncWidth; + if (ATILCDHBlankWidth < HDisplay) + ATILCDHBlankWidth = HDisplay; + } + + if (!(ATINewHWPtr->vert_stretching & VERT_STRETCH_EN) && + ((VDisplay = ATILCDVertical - VDisplay) > 0)) + { + if ((ATILCDVSyncStart -= VDisplay) < 0) + ATILCDVSyncStart = 0; + ATILCDVBlankWidth -= VDisplay; + VDisplay = ATILCDVSyncStart + ATILCDVSyncWidth; + if (ATILCDVBlankWidth < VDisplay) + ATILCDVBlankWidth = VDisplay; + } } /* Set RAMDAC data */ *************** *** 781,798 **** if (ATILCDPanelID >= 0) { if (ATIChip == ATI_CHIP_264LT) - { ATINewHWPtr->horz_stretching = inl(ATIIOPortHORZ_STRETCHING); - ATINewHWPtr->vert_stretching = inl(ATIIOPortVERT_STRETCHING); - } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ { lcd_index = inl(ATIIOPortLCD_INDEX); ATINewHWPtr->horz_stretching = ATIGetLTProLCDReg(LCD_HORZ_STRETCHING); - ATINewHWPtr->vert_stretching = - ATIGetLTProLCDReg(LCD_VERT_STRETCHING); ATINewHWPtr->ext_vert_stretch = ATIGetLTProLCDReg(LCD_EXT_VERT_STRETCH) & ~(AUTO_VERT_RATIO | VERT_STRETCH_MODE); --- 839,852 ---- if (ATILCDPanelID >= 0) { if (ATIChip == ATI_CHIP_264LT) ATINewHWPtr->horz_stretching = inl(ATIIOPortHORZ_STRETCHING); else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ { lcd_index = inl(ATIIOPortLCD_INDEX); ATINewHWPtr->horz_stretching = ATIGetLTProLCDReg(LCD_HORZ_STRETCHING); ATINewHWPtr->ext_vert_stretch = ATIGetLTProLCDReg(LCD_EXT_VERT_STRETCH) & ~(AUTO_VERT_RATIO | VERT_STRETCH_MODE); *************** *** 809,816 **** } ATINewHWPtr->horz_stretching &= ! ~(HORZ_STRETCH_RATIO | HORZ_STRETCH_LOOP | HORZ_STRETCH_MODE | ! HORZ_STRETCH_EN); if (mode->HDisplay < ATILCDHorizontal) ATINewHWPtr->horz_stretching |= SetBits(((mode->HDisplay & ~7) * --- 863,870 ---- } ATINewHWPtr->horz_stretching &= ! ~(HORZ_STRETCH_RATIO | HORZ_STRETCH_LOOP | AUTO_HORZ_RATIO | ! HORZ_STRETCH_MODE | HORZ_STRETCH_EN); if (mode->HDisplay < ATILCDHorizontal) ATINewHWPtr->horz_stretching |= SetBits(((mode->HDisplay & ~7) * *************** *** 819,829 **** (HORZ_STRETCH_MODE | HORZ_STRETCH_EN); if (mode->VDisplay >= ATILCDVertical) ! ATINewHWPtr->vert_stretching &= ~VERT_STRETCH_EN; else { ! ATINewHWPtr->vert_stretching &= ~VERT_STRETCH_RATIO0; ! ATINewHWPtr->vert_stretching |= SetBits((mode->VDisplay * (MaxBits(VERT_STRETCH_RATIO0) + 1)) / ATILCDVertical, VERT_STRETCH_RATIO0); ATINewHWPtr->vert_stretching |= --- 873,882 ---- (HORZ_STRETCH_MODE | HORZ_STRETCH_EN); if (mode->VDisplay >= ATILCDVertical) ! ATINewHWPtr->vert_stretching = 0; else { ! ATINewHWPtr->vert_stretching = SetBits((mode->VDisplay * (MaxBits(VERT_STRETCH_RATIO0) + 1)) / ATILCDVertical, VERT_STRETCH_RATIO0); ATINewHWPtr->vert_stretching |= *************** *** 886,893 **** ATICurrentBanks = restore->banks; ATICurrentPlanes = restore->planes; ! if (ATIChip >= ATI_CHIP_264LT) ! ATIPutMach64PLLReg(PLL_EXT_VPLL_CNTL, restore->pll_ext_vpll_cntl); /* Load LCD registers */ if (ATILCDPanelID >= 0) --- 939,952 ---- ATICurrentBanks = restore->banks; ATICurrentPlanes = restore->planes; ! if (ATIChip >= ATI_CHIP_264CT) ! { ! ATIPutMach64PLLReg(PLL_VCLK_CNTL, restore->pll_vclk_cntl); ! ATIPutMach64PLLReg(PLL_VCLK_CNTL, ! restore->pll_vclk_cntl & ~PLL_VCLK_RESET); ! if (ATIChip >= ATI_CHIP_264LT) ! ATIPutMach64PLLReg(PLL_EXT_VPLL_CNTL, restore->pll_ext_vpll_cntl); ! } /* Load LCD registers */ if (ATILCDPanelID >= 0) *************** *** 900,906 **** { /* Update non-shadow registers first */ outl(ATIIOPortLCD_GEN_CTRL, restore->lcd_gen_ctrl & ! ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); /* Temporarily disable stretching */ outl(ATIIOPortHORZ_STRETCHING, restore->horz_stretching & --- 959,966 ---- { /* Update non-shadow registers first */ outl(ATIIOPortLCD_GEN_CTRL, restore->lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT | SHADOW_EN | ! SHADOW_RW_EN)); /* Temporarily disable stretching */ outl(ATIIOPortHORZ_STRETCHING, restore->horz_stretching & *************** *** 910,921 **** VERT_STRETCH_USE0 | VERT_STRETCH_EN)); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ { /* Update non-shadow registers first */ ATIPutLTProLCDReg(LCD_CONFIG_PANEL, restore->config_panel); ATIPutLTProLCDReg(LCD_GEN_CNTL, restore->lcd_gen_ctrl & ! ~(CRTC_RW_SELECT | SHADOW_EN | SHADOW_RW_EN)); /* Temporarily disable stretching */ ATIPutLTProLCDReg(LCD_HORZ_STRETCHING, restore->horz_stretching & --- 970,983 ---- VERT_STRETCH_USE0 | VERT_STRETCH_EN)); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ { /* Update non-shadow registers first */ ATIPutLTProLCDReg(LCD_CONFIG_PANEL, restore->config_panel); ATIPutLTProLCDReg(LCD_GEN_CNTL, restore->lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT | SHADOW_EN | ! SHADOW_RW_EN)); /* Temporarily disable stretching */ ATIPutLTProLCDReg(LCD_HORZ_STRETCHING, restore->horz_stretching & *************** *** 999,1037 **** if (ATILCDPanelID >= 0) { ! /* Switch to shadow registers */ ! if (ATIChip == ATI_CHIP_264LT) ! outl(ATIIOPortLCD_GEN_CTRL, ! (restore->lcd_gen_ctrl & ~CRTC_RW_SELECT) | ! (SHADOW_EN | SHADOW_RW_EN)); ! else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ ! ATIPutLTProLCDReg(LCD_GEN_CNTL, ! (restore->lcd_gen_ctrl & ~CRTC_RW_SELECT) | ! (SHADOW_EN | SHADOW_RW_EN)); ! ! switch (restore->crtc) { ! case ATI_CRTC_VGA: ! /* Restore shadow VGA CRTC registers */ ! for (Index = 0; ! Index < NumberOf(restore->shadow_vga); ! Index++) ! PutReg(CRTX(vgaIOBase), Index, restore->shadow_vga[Index]); ! break; ! case ATI_CRTC_MACH64: ! /* Restore shadow Mach64 CRTC registers */ ! outl(ATIIOPortCRTC_H_TOTAL_DISP, restore->shadow_h_total_disp); ! outl(ATIIOPortCRTC_H_SYNC_STRT_WID, ! restore->shadow_h_sync_strt_wid); ! outl(ATIIOPortCRTC_V_TOTAL_DISP, restore->shadow_v_total_disp); ! outl(ATIIOPortCRTC_V_SYNC_STRT_WID, ! restore->shadow_v_sync_strt_wid); ! break; ! default: ! break; } /* Restore CRTC selection and shadow state & enable stretching */ --- 1061,1109 ---- if (ATILCDPanelID >= 0) { ! if (!restore->mode || ! !OFLG_ISSET(OPTION_FB_DEBUG, &vga256InfoRec.options)) { ! /* Switch to shadow registers */ ! if (ATIChip == ATI_CHIP_264LT) ! outl(ATIIOPortLCD_GEN_CTRL, ! (restore->lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | ! (SHADOW_EN | SHADOW_RW_EN)); ! else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ ! ATIPutLTProLCDReg(LCD_GEN_CNTL, ! (restore->lcd_gen_ctrl & ! ~(DISABLE_PCLK_RESET | CRTC_RW_SELECT)) | ! (SHADOW_EN | SHADOW_RW_EN)); ! switch (restore->crtc) ! { ! case ATI_CRTC_VGA: ! /* Restore shadow VGA CRTC registers */ ! for (Index = 0; ! Index < NumberOf(restore->shadow_vga); ! Index++) ! PutReg(CRTX(vgaIOBase), Index, ! restore->shadow_vga[Index]); ! break; ! case ATI_CRTC_MACH64: ! /* Restore shadow Mach64 CRTC registers */ ! outl(ATIIOPortCRTC_H_TOTAL_DISP, ! restore->shadow_h_total_disp); ! outl(ATIIOPortCRTC_H_SYNC_STRT_WID, ! restore->shadow_h_sync_strt_wid); ! outl(ATIIOPortCRTC_V_TOTAL_DISP, ! restore->shadow_v_total_disp); ! outl(ATIIOPortCRTC_V_SYNC_STRT_WID, ! restore->shadow_v_sync_strt_wid); ! break; ! ! default: ! break; ! } } /* Restore CRTC selection and shadow state & enable stretching */ *************** *** 1043,1055 **** outl(ATIIOPortPOWER_MANAGEMENT, restore->power_management); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) */ { ATIPutLTProLCDReg(LCD_GEN_CNTL, restore->lcd_gen_ctrl); ATIPutLTProLCDReg(LCD_HORZ_STRETCHING, restore->horz_stretching); ATIPutLTProLCDReg(LCD_VERT_STRETCHING, restore->vert_stretching); ATIPutLTProLCDReg(LCD_EXT_VERT_STRETCH, restore->ext_vert_stretch); ATIPutLTProLCDReg(LCD_POWER_MANAGEMENT, restore->power_management); outl(ATIIOPortLCD_INDEX, restore->lcd_index); } } --- 1115,1131 ---- outl(ATIIOPortPOWER_MANAGEMENT, restore->power_management); } else /* if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) */ { ATIPutLTProLCDReg(LCD_GEN_CNTL, restore->lcd_gen_ctrl); ATIPutLTProLCDReg(LCD_HORZ_STRETCHING, restore->horz_stretching); ATIPutLTProLCDReg(LCD_VERT_STRETCHING, restore->vert_stretching); ATIPutLTProLCDReg(LCD_EXT_VERT_STRETCH, restore->ext_vert_stretch); ATIPutLTProLCDReg(LCD_POWER_MANAGEMENT, restore->power_management); + if (ATIChip > ATI_CHIP_264LTPRO) + ATIPutLTProLCDReg(LCD_POWER_MANAGEMENT_2, + restore->power_management_2); outl(ATIIOPortLCD_INDEX, restore->lcd_index); } } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h:1.1.2.2 Mon Jul 5 19:07:32 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h Wed Oct 13 03:18:53 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h,v 1.1.2.2 1999/07/05 09:07:32 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h,v 1.1.2.3 1999/10/12 17:18:53 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 50,57 **** CARD8 a3, a6, a7, ab, ac, ad, ae, b0, b1, b2, b3, b5, b6, b8, b9, ba, bd, be, bf; ! /* Mach64 PLL register */ ! CARD8 pll_ext_vpll_cntl; /* Mach64 registers */ CARD32 crtc_h_total_disp, crtc_h_sync_strt_wid, --- 50,57 ---- CARD8 a3, a6, a7, ab, ac, ad, ae, b0, b1, b2, b3, b5, b6, b8, b9, ba, bd, be, bf; ! /* Mach64 PLL registers */ ! CARD8 pll_vclk_cntl, pll_ext_vpll_cntl; /* Mach64 registers */ CARD32 crtc_h_total_disp, crtc_h_sync_strt_wid, *************** *** 62,69 **** dac_cntl, config_cntl; /* LCD registers */ ! CARD32 lcd_index, config_panel, lcd_gen_ctrl, power_management, ! horz_stretching, vert_stretching, ext_vert_stretch; /* Shadow VGA CRTC registers */ CARD8 shadow_vga[25]; --- 62,70 ---- dac_cntl, config_cntl; /* LCD registers */ ! CARD32 lcd_index, config_panel, lcd_gen_ctrl, ! horz_stretching, vert_stretching, ext_vert_stretch, ! power_management, power_management_2; /* Shadow VGA CRTC registers */ CARD8 shadow_vga[25]; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h:1.1.2.1 Mon Feb 2 03:41:55 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h Wed Oct 13 03:18:54 1999 *************** *** 1,6 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h,v 1.1.2.1 1998/02/01 16:41:55 robin Exp $ */ /* ! * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that --- 1,6 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h,v 1.1.2.2 1999/10/12 17:18:54 hohndel Exp $ */ /* ! * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that *************** *** 27,36 **** #include "atiproto.h" #include "misc.h" ! #define ATI_CHIPSET_ATI 0 ! #define ATI_CHIPSET_ATIVGA 1 ! #define ATI_CHIPSET_IBMVGA 2 ! #define ATI_CHIPSET_IBM8514 3 /* ? */ extern CARD8 ATIChipSet; extern char * ATIChipSetNames[]; --- 27,36 ---- #include "atiproto.h" #include "misc.h" ! #define ATI_CHIPSET_ATI 0 ! #define ATI_CHIPSET_ATIVGA 1 ! #define ATI_CHIPSET_IBMVGA 2 ! #define ATI_CHIPSET_IBM8514 3 /* ? */ extern CARD8 ATIChipSet; extern char * ATIChipSetNames[]; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h:1.1.2.2 Mon Jul 5 19:07:34 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h Wed Oct 13 03:18:54 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h,v 1.1.2.2 1999/07/05 09:07:34 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h,v 1.1.2.3 1999/10/12 17:18:54 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 50,67 **** ATIIOPortDAC_READ, ATIIOPortDAC_WRITE; /* I/O decoding definitions */ ! #define SPARSE_IO 0 ! #define BLOCK_IO 1 extern CARD16 ATIIOBase; extern CARD8 ATIIODecoding; ! #define ATIIOPort(_PortTag) \ ! (((ATIIODecoding == SPARSE_IO) ? \ ! (((_PortTag) & SPARSE_IO_SELECT) | ((_PortTag) & IO_BYTE_SELECT)) : \ ! (((_PortTag) & BLOCK_IO_SELECT) | ((_PortTag) & IO_BYTE_SELECT))) | \ ATIIOBase) ! extern CARD8 ATIB2Reg; /* The B2 mirror */ ! extern CARD8 ATIVGAOffset; /* Low index for ATIIOPortVGAWonder */ extern void ATISetVGAIOBase FunctionPrototype((const CARD8)); extern void ATIModifyExtReg FunctionPrototype((const CARD8, int, const CARD8, --- 50,67 ---- ATIIOPortDAC_READ, ATIIOPortDAC_WRITE; /* I/O decoding definitions */ ! #define SPARSE_IO 0 ! #define BLOCK_IO 1 extern CARD16 ATIIOBase; extern CARD8 ATIIODecoding; ! #define ATIIOPort(_PortTag) \ ! (((ATIIODecoding == SPARSE_IO) ? \ ! (((_PortTag) & SPARSE_IO_SELECT) | ((_PortTag) & IO_BYTE_SELECT)) : \ ! (((_PortTag) & BLOCK_IO_SELECT) | ((_PortTag) & IO_BYTE_SELECT))) | \ ATIIOBase) ! extern CARD8 ATIB2Reg; /* The B2 mirror */ ! extern CARD8 ATIVGAOffset; /* Low index for ATIIOPortVGAWonder */ extern void ATISetVGAIOBase FunctionPrototype((const CARD8)); extern void ATIModifyExtReg FunctionPrototype((const CARD8, int, const CARD8, *************** *** 118,150 **** ) /* Wait until "n" queue entries are free */ ! #define ibm8514WaitQueue(_n) \ ! { \ ! while (inw(GP_STAT) & (0x0100U >> (_n))); \ ! } ! #define ATIWaitQueue(_n) \ ! { \ ! while (inw(EXT_FIFO_STATUS) & (0x10000U >> (_n))); \ ! } /* Wait until GP is idle and queue is empty */ ! #define WaitIdleEmpty() \ ! { \ ! while (inw(GP_STAT) & (GPBUSY | 1)); \ ! } ! #define ProbeWaitIdleEmpty() \ ! { \ ! int i; \ ! for (i = 0; i < 100000; i++) \ ! if (!(inw(GP_STAT) & (GPBUSY | 1))) \ ! break; \ ! } /* Wait until GP has data available */ ! #define WaitDataReady() \ ! { \ ! while (!(inw(GP_STAT) & DATARDY)); \ ! } #endif /* ___ATIIO_H___ */ --- 118,150 ---- ) /* Wait until "n" queue entries are free */ ! #define ibm8514WaitQueue(_n) \ ! { \ ! while (inw(GP_STAT) & (0x0100U >> (_n))); \ ! } ! #define ATIWaitQueue(_n) \ ! { \ ! while (inw(EXT_FIFO_STATUS) & (0x10000U >> (_n))); \ ! } /* Wait until GP is idle and queue is empty */ ! #define WaitIdleEmpty() \ ! { \ ! while (inw(GP_STAT) & (GPBUSY | 1)); \ ! } ! #define ProbeWaitIdleEmpty() \ ! { \ ! int i; \ ! for (i = 0; i < 100000; i++) \ ! if (!(inw(GP_STAT) & (GPBUSY | 1))) \ ! break; \ ! } /* Wait until GP has data available */ ! #define WaitDataReady() \ ! { \ ! while (!(inw(GP_STAT) & DATARDY)); \ ! } #endif /* ___ATIIO_H___ */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c:1.1.2.3 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c:1.1.2.3 Mon Jul 5 19:07:34 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c Wed Oct 13 03:18:54 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c,v 1.1.2.3 1999/07/05 09:07:34 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c,v 1.1.2.4 1999/10/12 17:18:54 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 219,225 **** outl(ATIIOPortLCD_GEN_CTRL, lcd_gen_ctrl); } else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) { lcd_index = inl(ATIIOPortLCD_INDEX); lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); --- 219,226 ---- outl(ATIIOPortLCD_GEN_CTRL, lcd_gen_ctrl); } else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) { lcd_index = inl(ATIIOPortLCD_INDEX); lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); *************** *** 262,268 **** outl(ATIIOPortLCD_GEN_CTRL, lcd_gen_ctrl); } else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) { lcd_index = inl(ATIIOPortLCD_INDEX); lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); --- 263,270 ---- outl(ATIIOPortLCD_GEN_CTRL, lcd_gen_ctrl); } else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) { lcd_index = inl(ATIIOPortLCD_INDEX); lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); *************** *** 332,338 **** ATIPrintMach64PLLRegisters(); } ! else if ((ATIChip == ATI_CHIP_264LTPRO) || (ATIChip == ATI_CHIP_264XL)) { lcd_index = inl(ATIIOPortLCD_INDEX); lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); --- 334,342 ---- ATIPrintMach64PLLRegisters(); } ! else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) { lcd_index = inl(ATIIOPortLCD_INDEX); lcd_gen_ctrl = ATIGetLTProLCDReg(LCD_GEN_CNTL); *************** *** 353,359 **** ATIPrintMach64PLLRegisters(); ErrorF("\n\n LCD registers:"); ! for (Index = 0; Index < 16; Index++) { if (!(Index & 3)) ErrorF("\n 0x%02X: ", Index); --- 357,363 ---- ATIPrintMach64PLLRegisters(); ErrorF("\n\n LCD registers:"); ! for (Index = 0; Index < 64; Index++) { if (!(Index & 3)) ErrorF("\n 0x%02X: ", Index); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c:1.1.2.6 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c:1.1.2.8 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c:1.1.2.6 Mon Jul 5 19:07:35 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c Thu Oct 14 00:32:32 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c,v 1.1.2.6 1999/07/05 09:07:35 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c,v 1.1.2.8 1999/10/13 14:32:32 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 390,395 **** --- 390,396 ---- CARD8 BIOS[BIOS_SIZE]; # define BIOSByte(_n) (*((CARD8 *)(BIOS + (_n)))) # define BIOSWord(_n) (*((CARD16 *)(BIOS + (_n)))) + # define BIOSLong(_n) (*((CARD32 *)(BIOS + (_n)))) CARD32 IO_Value = 0, IO_Value2; unsigned int BIOSSize = 0; unsigned int Signature = No_Signature; *************** *** 400,406 **** CARD16 ClockDac; static const int videoRamSizes[] = {0, 256, 512, 1024, 2*1024, 4*1024, 6*1024, 8*1024, 12*1024, 16*1024, 0}; ! int Index; unsigned int ROMTable = 0, ClockTable = 0, FrequencyTable = 0; unsigned int LCDTable = 0, LCDPanelInfo = 0; const DACRec *DAC; --- 401,407 ---- CARD16 ClockDac; static const int videoRamSizes[] = {0, 256, 512, 1024, 2*1024, 4*1024, 6*1024, 8*1024, 12*1024, 16*1024, 0}; ! int Index, Index2; unsigned int ROMTable = 0, ClockTable = 0, FrequencyTable = 0; unsigned int LCDTable = 0, LCDPanelInfo = 0; const DACRec *DAC; *************** *** 553,558 **** --- 554,580 ---- continue; if (PCIDevice->_device == PCI_CHIP_MACH32) continue; + /* + * The legacy servers provide Rage 128 support elsewhere. + */ + if (PCIDevice->_device == PCI_CHIP_RAGE128RE) + continue; + if (PCIDevice->_device == PCI_CHIP_RAGE128RF) + continue; + if (PCIDevice->_device == PCI_CHIP_RAGE128RK) + continue; + if (PCIDevice->_device == PCI_CHIP_RAGE128RL) + continue; + /* Rage 128 PRO */ + if ((PCIDevice->_device >= PCI_CHIP_RAGE128PA) && + (PCIDevice->_device <= PCI_CHIP_RAGE128PX)) + continue; + if ((PCIDevice->_device >= PCI_CHIP_RAGE128SE) && + (PCIDevice->_device <= PCI_CHIP_RAGE128SG)) + continue; + if ((PCIDevice->_device >= PCI_CHIP_RAGE128SK) && + (PCIDevice->_device <= PCI_CHIP_RAGE128SM)) + continue; if ((PCIDevice->_command & (PCI_CMD_IO_ENABLE | PCI_CMD_MEM_ENABLE)) != (PCI_CMD_IO_ENABLE | PCI_CMD_MEM_ENABLE)) *************** *** 716,722 **** ATILCDPanelID = -1; } else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL)) { ATILCDPanelID = GetBits(IO_Value2, CFG_PANEL_ID); --- 738,745 ---- ATILCDPanelID = -1; } else if ((ATIChip == ATI_CHIP_264LTPRO) || ! (ATIChip == ATI_CHIP_264XL) || ! (ATIChip == ATI_CHIP_MOBILITY)) { ATILCDPanelID = GetBits(IO_Value2, CFG_PANEL_ID); *************** *** 730,735 **** --- 753,770 ---- * BIOS initialization. */ IO_Value = inl(ATIIOPortLCD_INDEX); + IO_Value2 = ATIGetLTProLCDReg(LCD_HORZ_STRETCHING); + #if 0 + if (IO_Value2 & AUTO_HORZ_RATIO) + #endif + ATILCDHorizontal = + (GetBits(IO_Value2, HORZ_PANEL_SIZE) + 1) << 3; + IO_Value2 = ATIGetLTProLCDReg(LCD_EXT_VERT_STRETCH); + #if 0 + if (IO_Value2 & AUTO_VERT_RATIO) + #endif + ATILCDVertical = + GetBits(IO_Value2, VERT_PANEL_SIZE) + 1; IO_Value2 = ATIGetLTProLCDReg(LCD_GEN_CNTL); outl(ATIIOPortLCD_INDEX, IO_Value); if (!(IO_Value2 & LCD_ON)) *************** *** 1075,1094 **** if (ATILCDPanelID >= 0) { LCDTable = BIOSWord(0x78U); ! if (((LCDTable + 0x1AU) > BIOSSize) || ! (BIOSByte(LCDTable + 5) != 0x1AU)) LCDTable = 0; if (LCDTable > 0) { LCDPanelInfo = BIOSWord(LCDTable + 0x0AU); if (((LCDPanelInfo + 0x1DU) > BIOSSize) || ! (BIOSByte(LCDPanelInfo) != ATILCDPanelID)) LCDPanelInfo = 0; } if (LCDPanelInfo > 0) { ATILCDHorizontal = BIOSWord(LCDPanelInfo + 0x19U); ATILCDVertical = BIOSWord(LCDPanelInfo + 0x1BU); --- 1110,1186 ---- if (ATILCDPanelID >= 0) { LCDTable = BIOSWord(0x78U); ! if ((LCDTable + BIOSByte(LCDTable + 5)) > BIOSSize) LCDTable = 0; if (LCDTable > 0) { LCDPanelInfo = BIOSWord(LCDTable + 0x0AU); if (((LCDPanelInfo + 0x1DU) > BIOSSize) || ! ((BIOSByte(LCDPanelInfo) != ATILCDPanelID) && ! (ATILCDPanelID || (BIOSByte(LCDPanelInfo) > 0x1Fu) || ! (ATIChip <= ATI_CHIP_264LTPRO)))) LCDPanelInfo = 0; } + if (!LCDPanelInfo) + { + /* + * Scan BIOS for panel info table. + */ + for (Index = 0; Index < (int)(BIOSSize - 0x1DU); Index++) + { + /* Look for panel ID ... */ + if ((BIOSByte(Index) != ATILCDPanelID) && + (ATILCDPanelID || (BIOSByte(Index) > 0x1FU) || + (ATIChip <= ATI_CHIP_264LTPRO))) + continue; + + /* ... followed by 24-byte panel model name ... */ + for (Index2 = 0; Index2 < 24; Index2++) + if ((CARD8)(BIOSByte(Index + Index2 + 1) - 0x20U) > + 0x5FU) + { + Index += Index2; + goto NextBIOSByte; + } + + /* ... verify panel width ... */ + if ((ATILCDHorizontal > 8) && + (ATILCDHorizontal <= + (int)(MaxBits(HORZ_PANEL_SIZE) << 3)) && + (ATILCDHorizontal != BIOSWord(Index + 0x19U))) + continue; + + /* ... and verify panel height */ + if ((ATILCDVertical > 1) && + (ATILCDVertical <= (int)MaxBits(VERT_PANEL_SIZE)) && + (ATILCDVertical != BIOSWord(Index + 0x1BU))) + continue; + + if (LCDPanelInfo) + { + /* + * More than one possibility, but don't care if all + * tables describe panels of the same size. + */ + if (BIOSLong(LCDPanelInfo + 0x19U) == + BIOSLong(Index + 0x19U)) + continue; + + LCDPanelInfo = 0; + break; + } + + LCDPanelInfo = Index; + + NextBIOSByte: ; + } + } + if (LCDPanelInfo > 0) { + ATILCDPanelID = BIOSByte(LCDPanelInfo); ATILCDHorizontal = BIOSWord(LCDPanelInfo + 0x19U); ATILCDVertical = BIOSWord(LCDPanelInfo + 0x1BU); *************** *** 1545,1551 **** if (ATIChip >= ATI_CHIP_264CT) { if (xf86Verbose || (ATIMemoryType == MEM_264_NONE) || ! (ATIMemoryType >= MEM_264_TYPE_6)) ATIPrintMemoryType(ATIMemoryTypeNames_264xT[ATIMemoryType]); } else if (ATIChip == ATI_CHIP_88800CX) --- 1637,1643 ---- if (ATIChip >= ATI_CHIP_264CT) { if (xf86Verbose || (ATIMemoryType == MEM_264_NONE) || ! (ATIMemoryType >= MEM_264_TYPE_7)) ATIPrintMemoryType(ATIMemoryTypeNames_264xT[ATIMemoryType]); } else if (ATIChip == ATI_CHIP_88800CX) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h:1.1.2.2 Mon Jul 5 19:07:35 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h Wed Oct 13 03:18:56 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h,v 1.1.2.2 1999/07/05 09:07:35 hohndel Exp $ */ /* * Copyright 1994 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h,v 1.1.2.3 1999/10/12 17:18:56 hohndel Exp $ */ /* * Copyright 1994 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 558,564 **** #define CRTC_OFF_PITCH IOPortTag(0x05u, 0x05u) #define CRTC_OFFSET 0x000ffffful #define CRTC_OFFSET_VGA 0x0003fffful ! /* ? 0x00300000ul */ #define CRTC_PITCH 0xffc00000ul #define CRTC_INT_CNTL IOPortTag(0x06u, 0x06u) #define CRTC_VBLANK 0x00000001ul --- 558,565 ---- #define CRTC_OFF_PITCH IOPortTag(0x05u, 0x05u) #define CRTC_OFFSET 0x000ffffful #define CRTC_OFFSET_VGA 0x0003fffful ! #define CRTC_OFFSET_LOCK 0x00100000ul /* XC/XL */ ! /* ? 0x00200000ul */ #define CRTC_PITCH 0xffc00000ul #define CRTC_INT_CNTL IOPortTag(0x06u, 0x06u) #define CRTC_VBLANK 0x00000001ul *************** *** 648,657 **** #define CRTC_PIX_WIDTH_32BPP 0x00000600ul /* ? 0x00000700ul */ #define CRTC_BYTE_PIX_ORDER 0x00000800ul ! /* ? 0x00003000ul */ #define CRTC_FIFO_OVERFILL 0x0000c000ul /* VT/GT */ #define CRTC_FIFO_LWM 0x000f0000ul ! /* ? 0x00010000ul */ /* LTPro */ #define CRTC2_PIX_WIDTH 0x000e0000ul /* LTPro */ #define CRTC2_PIX_WIDTH_NONE 0x00000000ul #define CRTC2_PIX_WIDTH_8BPP 0x00020000ul --- 649,661 ---- #define CRTC_PIX_WIDTH_32BPP 0x00000600ul /* ? 0x00000700ul */ #define CRTC_BYTE_PIX_ORDER 0x00000800ul ! #define CRTC_VSYNC_INT_EN 0x00001000ul /* XC/XL */ ! #define CRTC_VSYNC_INT 0x00002000ul /* XC/XL */ #define CRTC_FIFO_OVERFILL 0x0000c000ul /* VT/GT */ + #define CRTC2_VSYNC_INT_EN 0x00004000ul /* XC/XL */ + #define CRTC2_VSYNC_INT 0x00008000ul /* XC/XL */ #define CRTC_FIFO_LWM 0x000f0000ul ! #define CRTC_HVSYNC_IO_DRIVE 0x00010000ul /* XC/XL */ #define CRTC2_PIX_WIDTH 0x000e0000ul /* LTPro */ #define CRTC2_PIX_WIDTH_NONE 0x00000000ul #define CRTC2_PIX_WIDTH_8BPP 0x00020000ul *************** *** 675,680 **** --- 679,696 ---- #define CRTC_VGA_TEXT_132 0x20000000ul #define CRTC_CNT_EN 0x40000000ul #define CRTC_CUR_B_TEST 0x80000000ul + #define CRTC_INT_ENS_X /* *** UPDATE ME *** */ \ + ( \ + CRTC_VSYNC_INT_EN | \ + CRTC2_VSYNC_INT_EN | \ + 0 \ + ) + #define CRTC_INT_ACKS_X /* *** UPDATE ME *** */ \ + ( \ + CRTC_VSYNC_INT | \ + CRTC2_VSYNC_INT | \ + 0 \ + ) #define DSP_CONFIG BlockIOTag(0x08u) /* VTB/GTB/LT */ #define DSP_XCLKS_PER_QW 0x00003ffful /* ? 0x00004000ul */ *************** *** 746,751 **** --- 762,768 ---- #define BLINK_RATE_PRO 0x00002000ul /* LTPro */ #define DONT_SHADOW_HEND 0x00004000ul /* LTPro */ #define DONT_USE_F32KHZ 0x00008000ul + #define LCD_IO_DRIVE 0x00008000ul /* XC/XL */ #define FP_POL 0x00010000ul #define LP_POL 0x00020000ul #define DTMG_POL 0x00040000ul *************** *** 790,795 **** --- 807,814 ---- #define CFG_SUBSYS_VEN_ID 0x00ffff00ul /* ? 0x1f000000ul */ #define CFG_DIMM_TYPE 0xe0000000ul + #define CFG_PCI_SUBSYS_DEV_ID 0x0000fffful /* XC/XL */ + #define CFG_PCI_SUBSYS_VEN_ID 0xffff0000ul /* XC/XL */ #define CONFIG_STAT64_2 BlockIOTag(0x26u) /* GT3/LTPro */ #define CFG_DIMM_TYPE_3 0x00000001ul /* ? 0x0000001eul */ *************** *** 831,836 **** --- 850,857 ---- /* Fast metal spin (A22) - Prod. 0x00000300ul */ /* All layer spin (A31) 0x00000700ul */ /* ? 0x00000800ul */ /* LTPro */ + #define BUS_CHIP_HIDDEN_REV 0x00000300ul /* XC/XL */ + /* ? 0x00001c00ul */ /* XC/XL */ #define BUS_ROM_DIS 0x00001000ul #define BUS_IO_16_EN 0x00002000ul /* GX */ #define BUS_PCI_READ_RETRY_EN 0x00002000ul /* VTB/GTB/LT */ *************** *** 862,875 **** #define BUS_READ_BURST 0x40000000ul /* VTB/GTB/LT */ #define BUS_RDY_READ_DLY_B 0x80000000ul /* VTB/GTB/LT */ #define LCD_INDEX BlockIOTag(0x29u) /* LTPro */ ! #define LCD_REG_INDEX 0x0000000ful ! /* ? 0x000000f0ul */ #define LCD_DISPLAY_DIS 0x00000100ul #define LCD_SRC_SEL 0x00000200ul #define LCD_SRC_SEL_CRTC1 0x00000000ul #define LCD_SRC_SEL_CRTC2 0x00000200ul #define LCD_CRTC2_DISPLAY_DIS 0x00000400ul ! /* ? 0xfffff800ul */ #define HFB_PITCH_ADDR BlockIOTag(0x2au) /* LT */ #define LCD_DATA BlockIOTag(0x2au) /* LTPro */ #define EXT_MEM_CNTL BlockIOTag(0x2bu) /* VTB/GTB/LT */ --- 883,904 ---- #define BUS_READ_BURST 0x40000000ul /* VTB/GTB/LT */ #define BUS_RDY_READ_DLY_B 0x80000000ul /* VTB/GTB/LT */ #define LCD_INDEX BlockIOTag(0x29u) /* LTPro */ ! #define LCD_REG_INDEX 0x0000003ful ! /* ? 0x000000c0ul */ #define LCD_DISPLAY_DIS 0x00000100ul #define LCD_SRC_SEL 0x00000200ul #define LCD_SRC_SEL_CRTC1 0x00000000ul #define LCD_SRC_SEL_CRTC2 0x00000200ul #define LCD_CRTC2_DISPLAY_DIS 0x00000400ul ! #define LCD_GUI_ACTIVE 0x00000800ul /* XC/XL */ ! /* ? 0x00fff000ul */ ! #define LCD_MONDET_SENSE 0x01000000ul /* XC/XL */ ! #define LCD_MONDET_INT_POL 0x02000000ul /* XC/XL */ ! #define LCD_MONDET_INT_EN 0x04000000ul /* XC/XL */ ! #define LCD_MONDET_INT 0x08000000ul /* XC/XL */ ! #define LCD_MONDET_EN 0x10000000ul /* XC/XL */ ! #define LCD_EN_PL 0x20000000ul /* XC/XL */ ! /* ? 0xc0000000ul */ #define HFB_PITCH_ADDR BlockIOTag(0x2au) /* LT */ #define LCD_DATA BlockIOTag(0x2au) /* LTPro */ #define EXT_MEM_CNTL BlockIOTag(0x2bu) /* VTB/GTB/LT */ *************** *** 884,889 **** --- 913,919 ---- #define CTL_MEM_SD_LATCH_EN 0x00000040ul #define CTL_MEM_SD_LATCH_DLY 0x00000080ul #define CTL_MEM_LATCH 0x000000c0ul /* VTB/GTB/LT */ + #define CTL_MEM_WDOE_CNTL 0x000000c0ul /* XC/XL */ #define CTL_MEM_FULL_PLS 0x00000100ul #define CTL_MEM_CYC_LNTH_AUX 0x00000180ul /* VT/GT */ #define CTL_MEM_TRP 0x00000300ul /* VTB/GTB/LT */ *************** *** 898,903 **** --- 928,934 ---- #define CTL_MEM_ACTV_PRE 0x0000c000ul /* VT/GT */ #define CTL_MEM_CAS_PHASE 0x00004000ul /* GT3/LTPro */ #define CTL_MEM_OE_PULLBACK 0x00008000ul /* GT3/LTPro */ + #define CTL_MEM_TWR 0x0000c000ul /* XC/XL */ #define CTL_MEM_BNDRY 0x00030000ul #define CTL_MEM_BNDRY_0K 0x00000000ul #define CTL_MEM_BNDRY_256K 0x00010000ul *************** *** 911,918 **** #define CTL_MEM_REFRESH_DIS 0x00080000ul /* VTB/GTB/LT */ #define CTL_MEM_LOW_LATENCY_MODE 0x00200000ul /* VT/GT */ #define CTL_MEM_CDE_PULLBACK 0x00400000ul /* VT/GT */ ! #define CTL_MEM_REFRESH_RATE_B 0x00700000ul /* VTB/GTB/LT */ ! /* ? 0x00800000ul */ #define CTL_MEM_PIX_WIDTH 0x07000000ul #define CTL_MEM_LOWER_APER_ENDIAN 0x03000000ul /* VTB/GTB/LT */ #define CTL_MEM_OE_SELECT 0x18000000ul /* VT/GT */ --- 942,948 ---- #define CTL_MEM_REFRESH_DIS 0x00080000ul /* VTB/GTB/LT */ #define CTL_MEM_LOW_LATENCY_MODE 0x00200000ul /* VT/GT */ #define CTL_MEM_CDE_PULLBACK 0x00400000ul /* VT/GT */ ! #define CTL_MEM_REFRESH_RATE_B 0x00f00000ul /* VTB/GTB/LT */ #define CTL_MEM_PIX_WIDTH 0x07000000ul #define CTL_MEM_LOWER_APER_ENDIAN 0x03000000ul /* VTB/GTB/LT */ #define CTL_MEM_OE_SELECT 0x18000000ul /* VT/GT */ *************** *** 944,949 **** --- 974,981 ---- #define DAC_DIRECT 0x00000400ul /* VTB/GTB/LT */ #define DAC_BLANK_ADJ 0x00001800ul #define DAC_PAL_CLK_SEL 0x00000800ul /* VTB/GTB/LT */ + #define DAC_CRT_SENSE 0x00000800ul /* XC/XL */ + #define DAC_CRT_DETECTION_ON 0x00001000ul /* XC/XL */ #define DAC_VGA_ADR_EN 0x00002000ul #define DAC_FEA_CON_EN 0x00004000ul /* 264xT */ #define DAC_PDMN 0x00008000ul /* 264xT */ *************** *** 975,981 **** /* ? 0x00050000ul */ /* ? 0x00060000ul */ /* ? 0x00070000ul */ ! /* ? 0x3ff80000ul */ #define HORZ_STRETCH_MODE 0x40000000ul #define HORZ_STRETCH_EN 0x80000000ul #define EXT_DAC_REGS BlockIOTag(0x32u) /* GT3 */ --- 1007,1016 ---- /* ? 0x00050000ul */ /* ? 0x00060000ul */ /* ? 0x00070000ul */ ! /* ? 0x00080000ul */ ! #define HORZ_PANEL_SIZE 0x0ff00000ul /* XC/XL */ ! /* ? 0x10000000ul */ ! #define AUTO_HORZ_RATIO 0x20000000ul /* XC/XL */ #define HORZ_STRETCH_MODE 0x40000000ul #define HORZ_STRETCH_EN 0x80000000ul #define EXT_DAC_REGS BlockIOTag(0x32u) /* GT3 */ *************** *** 996,1005 **** #define GEN_GIO2_DATA_IN 0x00000008ul /* 264xT */ #define GEN_EE_EN 0x00000010ul /* GX/CX */ #define GEN_GIO2_ENABLE 0x00000010ul /* 264xT */ #define GEN_OVR_OUTPUT_EN 0x00000020ul /* GX/CX */ #define GEN_GIO2_WRITE 0x00000020ul /* 264xT */ #define GEN_OVR_POLARITY 0x00000040ul /* GX/CX */ ! /* ? 0x00000040ul */ /* 264xT */ #define GEN_CUR_EN 0x00000080ul #define GEN_GUI_EN 0x00000100ul /* GX/CX */ #define GEN_GUI_RESETB 0x00000100ul /* 264xT */ --- 1031,1042 ---- #define GEN_GIO2_DATA_IN 0x00000008ul /* 264xT */ #define GEN_EE_EN 0x00000010ul /* GX/CX */ #define GEN_GIO2_ENABLE 0x00000010ul /* 264xT */ + #define GEN_ICON2_ENABLE 0x00000010ul /* XC/XL */ #define GEN_OVR_OUTPUT_EN 0x00000020ul /* GX/CX */ #define GEN_GIO2_WRITE 0x00000020ul /* 264xT */ + #define GEN_CUR2_ENABLE 0x00000020ul /* XC/XL */ #define GEN_OVR_POLARITY 0x00000040ul /* GX/CX */ ! #define GEN_GEN_ICON_ENABLE 0x00000040ul /* XC/XL */ #define GEN_CUR_EN 0x00000080ul #define GEN_GUI_EN 0x00000100ul /* GX/CX */ #define GEN_GUI_RESETB 0x00000100ul /* 264xT */ *************** *** 1040,1056 **** #define LOCK_8DOT 0x00000010ul #define ICON_ENABLE 0x00000020ul #define DONT_SHADOW_VPAR 0x00000040ul ! #define V2CLK_ALWAYS_ONb 0x00000080ul #define RST_FM 0x00000100ul ! /* ? 0x00000200ul */ #define DIS_HOR_CRT_DIVBY2 0x00000400ul #define SCLK_SEL 0x00000800ul #define SCLK_DELAY 0x0000f000ul ! #define TVCLK_ALWAYS_ONb 0x00010000ul ! #define VCLK_DAC_ALWAYS_ONb 0x00020000ul #define VCLK_LCD_OFF 0x00040000ul #define SELECT_WAIT_4MS 0x00080000ul ! #define V2CLK_DAC_ALWAYS_ONb 0x00100000ul #define LVDS_EN 0x00200000ul #define LVDS_PLL_EN 0x00400000ul #define LVDS_PLL_RESET 0x00800000ul --- 1077,1094 ---- #define LOCK_8DOT 0x00000010ul #define ICON_ENABLE 0x00000020ul #define DONT_SHADOW_VPAR 0x00000040ul ! #define V2CLK_PM_EN 0x00000080ul #define RST_FM 0x00000100ul ! #define DISABLE_PCLK_RESET 0x00000200ul /* XC/XL */ #define DIS_HOR_CRT_DIVBY2 0x00000400ul #define SCLK_SEL 0x00000800ul #define SCLK_DELAY 0x0000f000ul ! #define TVCLK_PM_EN 0x00010000ul ! #define VCLK_DAC_PM_EN 0x00020000ul #define VCLK_LCD_OFF 0x00040000ul #define SELECT_WAIT_4MS 0x00080000ul ! #define XTALIN_PM_EN 0x00080000ul /* XC/XL */ ! #define V2CLK_DAC_PM_EN 0x00100000ul #define LVDS_EN 0x00200000ul #define LVDS_PLL_EN 0x00400000ul #define LVDS_PLL_RESET 0x00800000ul *************** *** 1072,1077 **** --- 1110,1116 ---- #define ACTIVITY_PIN_EN 0x00000100ul #define KEYBD_SNOOP 0x00000200ul #define USE_F32KHZ 0x00000400ul /* LTPro */ + #define DONT_USE_XTALIN 0x00000400ul /* XC/XL */ #define TRISTATE_MEM_EN 0x00000800ul /* LTPro */ #define LCDENG_TEST_MODE 0x0000f000ul #define STANDBY_COUNT 0x000f0000ul *************** *** 1079,1085 **** #define BAISON 0x01000000ul #define BLON 0x02000000ul #define DIGON 0x04000000ul ! /* ? 0x08000000ul */ #define STANDBY_NOW 0x10000000ul #define SUSPEND_NOW 0x20000000ul #define PWR_MGT_STATUS 0xc0000000ul --- 1118,1124 ---- #define BAISON 0x01000000ul #define BLON 0x02000000ul #define DIGON 0x04000000ul ! #define PM_D3_SUPPORT_ENABLE 0x08000000ul /* XC/XL */ #define STANDBY_NOW 0x10000000ul #define SUSPEND_NOW 0x20000000ul #define PWR_MGT_STATUS 0xc0000000ul *************** *** 1132,1137 **** --- 1171,1177 ---- #define CFG_PCI33EN 0x00400000ul /* GT3/LTPro */ #define CFG_VGA_EN 0x00800000ul /* GX/CX */ #define CFG_FULLAGP 0x00800000ul /* GT3/LTPro */ + #define CFG_ARITHMOS_ENABLE 0x00800000ul /* XC/XL */ #define CFG_LOCAL_BUS_CFG 0x01000000ul /* GX/CX */ #define CFG_CHIP_EN 0x02000000ul /* GX/CX */ #define CFG_LOCAL_READ_DLY_DIS 0x04000000ul /* GX/CX */ *************** *** 1269,1276 **** #define PLL_V2_FB_DIV 0x26u /* LTPro */ #define PLL_V2_MSB 0x27u /* LTPro */ #define PLL_HTOTAL2_CNTL 0x28u /* LTPro */ ! /* ? 0x29u */ ! /* ? 0x2au */ /* ? 0x2bu */ /* ? 0x2cu */ /* ? 0x2du */ --- 1309,1316 ---- #define PLL_V2_FB_DIV 0x26u /* LTPro */ #define PLL_V2_MSB 0x27u /* LTPro */ #define PLL_HTOTAL2_CNTL 0x28u /* LTPro */ ! #define PLL_YCLK_CNTL 0x29u /* XC/XL */ ! #define PM_DYN_CLK_CNTL 0x2au /* XC/XL */ /* ? 0x2bu */ /* ? 0x2cu */ /* ? 0x2du */ *************** *** 1313,1324 **** #define LCD_LT_GIO 0x07u /* See LT's LT_GIO (0x2f) */ #define LCD_POWER_MANAGEMENT 0x08u /* See LT's POWER_MANAGEMENT (0x36) */ #define LCD_ZVGPIO 0x09u ! /* ? 0x0au */ ! /* ? 0x0bu */ ! /* ? 0x0cu */ ! /* ? 0x0du */ ! /* ? 0x0eu */ ! /* ? 0x0fu */ /* Definitions for an LTPro's TV registers */ /* ? 0x00u */ --- 1353,1449 ---- #define LCD_LT_GIO 0x07u /* See LT's LT_GIO (0x2f) */ #define LCD_POWER_MANAGEMENT 0x08u /* See LT's POWER_MANAGEMENT (0x36) */ #define LCD_ZVGPIO 0x09u ! #define LCD_ICON_CLR0 0x0au /* XC/XL */ ! #define LCD_ICON_CLR1 0x0bu /* XC/XL */ ! #define LCD_ICON_OFFSET 0x0cu /* XC/XL */ ! #define LCD_ICON_HORZ_VERT_POSN 0x0du /* XC/XL */ ! #define LCD_ICON_HORZ_VERT_OFF 0x0eu /* XC/XL */ ! #define LCD_ICON2_CLR0 0x0fu /* XC/XL */ ! #define LCD_ICON2_CLR1 0x10u /* XC/XL */ ! #define LCD_ICON2_OFFSET 0x11u /* XC/XL */ ! #define LCD_ICON2_HORZ_VERT_POSN 0x12u /* XC/XL */ ! #define LCD_ICON2_HORZ_VERT_OFF 0x13u /* XC/XL */ ! #define LCD_MISC_CNTL 0x14u /* XC/XL */ ! #define BL_MOD_LEVEL 0x000000fful ! #define BIAS_MOD_LEVEL 0x0000ff00ul ! #define BLMOD_EN 0x00010000ul ! #define BIASMOD_EN 0x00020000ul ! /* ? 0x00040000ul */ ! #define PWRSEQ_MODE 0x00080000ul ! #define APC_EN 0x00100000ul ! #define MONITOR_DET_EN 0x00200000ul ! #define FORCE_DAC_DATA_SEL_X 0x00c00000ul ! #define FORCE_DAC_DATA_X 0xff000000ul ! #define LCD_TMDS_CNTL 0x15u /* XC/XL */ ! #define LCD_TMDS_SYNC_CHAR_SETA 0x16u /* XC/XL */ ! #define LCD_TMDS_SYNC_CHAR_SETB 0x17u /* XC/XL */ ! #define LCD_TMDS_SRC 0x18u /* XC/XL */ ! #define LCD_PLTSTBLK_CNTL 0x19u /* XC/XL */ ! #define LCD_SYNC_GEN_CNTL 0x1au /* XC/XL */ ! #define LCD_PATTERN_GEN_SEED 0x1bu /* XC/XL */ ! #define LCD_APC_CNTL 0x1cu /* XC/XL */ ! #define LCD_POWER_MANAGEMENT_2 0x1du /* XC/XL */ ! #define LCD_XCLK_DISP_PM_EN 0x00000001ul ! #define LCD_XCLK_DISP2_PM_EN 0x00000002ul /* Mobility */ ! #define LCD_XCLK_VID_PM_EN 0x00000004ul ! #define LCD_XCLK_SCL_PM_EN 0x00000008ul ! #define LCD_XCLK_GUI_PM_EN 0x00000010ul ! #define LCD_XCLK_SUB_PM_EN 0x00000020ul ! /* ? 0x000000c0ul */ ! #define LCD_MCLK_PM_EN 0x00000100ul ! #define LCD_SS_EN 0x00000200ul ! #define LCD_BLON_DIGON_EN 0x00000400ul ! /* ? 0x00000800ul */ ! #define LCD_PM_DYN_XCLK_SYNC 0x00003000ul ! #define LCD_SEL_W4MS 0x00004000ul ! /* ? 0x00008000ul */ ! #define LCD_PM_DYN_XCLK_EN 0x00010000ul ! #define LCD_PM_XCLK_ALWAYS 0x00020000ul ! #define LCD_PM_DYN_XCLK_STATUS 0x00040000ul ! #define LCD_PCI_ACC_DIS 0x00080000ul ! #define LCD_PM_DYN_XCLK_DISP 0x00100000ul ! #define LCD_PM_DYN_XCLK_DISP2 0x00200000ul /* Mobility */ ! #define LCD_PM_DYN_XCLK_VID 0x00400000ul ! #define LCD_PM_DYN_XCLK_HFB 0x00800000ul ! #define LCD_PM_DYN_XCLK_SCL 0x01000000ul ! #define LCD_PM_DYN_XCLK_SUB 0x02000000ul ! #define LCD_PM_DYN_XCLK_GUI 0x04000000ul ! #define LCD_PM_DYN_XCLK_HOST 0x08000000ul ! /* ? 0xf0000000ul */ ! #define LCD_PRI_ERR_PATTERN 0x1eu /* XC/XL */ ! #define LCD_CUR_ERR_PATTERN 0x1fu /* XC/XL */ ! #define LCD_PLTSTBLK_RPT 0x20u /* XC/XL */ ! #define LCD_SYNC_RPT 0x21u /* XC/XL */ ! #define LCD_CRC_PATTERN_RPT 0x22u /* XC/XL */ ! #define LCD_PL_TRANSMITTER_CNTL 0x23u /* XC/XL */ ! #define LCD_PL_PLL_CNTL 0x24u /* XC/XL */ ! #define LCD_ALPHA_BLENDING 0x25u /* XC/XL */ ! #define LCD_PORTRAIT_GEN_CNTL 0x26u /* XC/XL */ ! #define LCD_APC_CTRL_IO 0x27u /* XC/XL */ ! #define LCD_TEST_IO 0x28u /* XC/XL */ ! /* ? 0x29u */ ! #define LCD_DP1_MEM_ACCESS 0x2au /* XC/XL */ ! #define LCD_DP0_MEM_ACCESS 0x2bu /* XC/XL */ ! #define LCD_DP0_DEBUG_A 0x2cu /* XC/XL */ ! #define LCD_DP0_DEBUG_B 0x2du /* XC/XL */ ! #define LCD_DP1_DEBUG_A 0x2eu /* XC/XL */ ! #define LCD_DP1_DEBUG_B 0x2fu /* XC/XL */ ! #define LCD_DPCTRL_DEBUG_A 0x30u /* XC/XL */ ! #define LCD_DPCTRL_DEBUG_B 0x31u /* XC/XL */ ! #define LCD_MEMBLK_DEBUG 0x32u /* XC/XL */ ! #define LCD_APC_LUT_AB 0x33u /* XC/XL */ ! #define LCD_APC_LUT_CD 0x34u /* XC/XL */ ! #define LCD_APC_LUT_EF 0x35u /* XC/XL */ ! #define LCD_APC_LUT_GH 0x36u /* XC/XL */ ! #define LCD_APC_LUT_IJ 0x37u /* XC/XL */ ! #define LCD_APC_LUT_KL 0x38u /* XC/XL */ ! #define LCD_APC_LUT_MN 0x39u /* XC/XL */ ! #define LCD_APC_LUT_OP 0x3au /* XC/XL */ ! /* ? 0x3bu */ ! /* ? 0x3cu */ ! /* ? 0x3du */ ! /* ? 0x3eu */ ! /* ? 0x3fu */ /* Definitions for an LTPro's TV registers */ /* ? 0x00u */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h:1.1.2.2 Mon Jul 5 19:07:36 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h Wed Oct 13 03:18:56 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h,v 1.1.2.2 1999/07/05 09:07:36 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h,v 1.1.2.3 1999/10/12 17:18:56 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 47,61 **** * Macros to get/set a contiguous bit field. '_Mask' should not be * self-modifying. */ ! #define UnitOf(___Value) ((((___Value) ^ ((___Value) - 1)) + 1) >> 1) ! #define GetBits(__Value, _Mask) (((__Value) & (_Mask)) / UnitOf(_Mask)) ! #define SetBits(__Value, _Mask) (((__Value) * UnitOf(_Mask)) & (_Mask)) #define MaxBits(___Value) GetBits(___Value, ___Value) ! #define _ByteMask(__Byte) ((CARD8)(-1) << (8 * (__Byte))) ! #define GetByte(_Value, _Byte) GetBits(_Value, _ByteMask(_Byte)) ! #define SetByte(_Value, _Byte) SetBits(_Value, _ByteMask(_Byte)) extern int ATIDivide FunctionPrototype((int, int, int, const int)); --- 47,61 ---- * Macros to get/set a contiguous bit field. '_Mask' should not be * self-modifying. */ ! #define UnitOf(___Value) ((((___Value) ^ ((___Value) - 1)) + 1) >> 1) ! #define GetBits(__Value, _Mask) (((__Value) & (_Mask)) / UnitOf(_Mask)) ! #define SetBits(__Value, _Mask) (((__Value) * UnitOf(_Mask)) & (_Mask)) #define MaxBits(___Value) GetBits(___Value, ___Value) ! #define _ByteMask(__Byte) ((CARD8)(-1) << (8 * (__Byte))) ! #define GetByte(_Value, _Byte) GetBits(_Value, _ByteMask(_Byte)) ! #define SetByte(_Value, _Byte) SetBits(_Value, _ByteMask(_Byte)) extern int ATIDivide FunctionPrototype((int, int, int, const int)); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h:1.1.2.4 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h:1.1.2.5 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h:1.1.2.4 Mon Jul 5 19:07:37 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h Wed Oct 13 03:18:57 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h,v 1.1.2.4 1999/07/05 09:07:37 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h,v 1.1.2.5 1999/10/12 17:18:57 hohndel Exp $ */ /* * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 24,33 **** #ifndef ___ATIVERSION_H___ #define ___ATIVERSION_H___ 1 ! #define ATI_VERSION_NAME "4.5" #define ATI_VERSION_MAJOR 4 ! #define ATI_VERSION_MINOR 5 #define ATI_VERSION_CURRENT ((ATI_VERSION_MAJOR << 16) | ATI_VERSION_MINOR) --- 24,33 ---- #ifndef ___ATIVERSION_H___ #define ___ATIVERSION_H___ 1 ! #define ATI_VERSION_NAME "4.6" #define ATI_VERSION_MAJOR 4 ! #define ATI_VERSION_MINOR 6 #define ATI_VERSION_CURRENT ((ATI_VERSION_MAJOR << 16) | ATI_VERSION_MINOR) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c:1.1.2.1 Mon Feb 2 03:42:08 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c Wed Oct 13 03:18:57 1999 *************** *** 1,6 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c,v 1.1.2.1 1998/02/01 16:42:08 robin Exp $ */ /* ! * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that --- 1,6 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c,v 1.1.2.2 1999/10/12 17:18:57 hohndel Exp $ */ /* ! * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that *************** *** 73,80 **** "DRAM", "EDO DRAM", "Pseudo-EDO DRAM", ! "SDRAM", ! "SGRAM", ! "Unknown video memory type", "Unknown video memory type" }; --- 73,80 ---- "DRAM", "EDO DRAM", "Pseudo-EDO DRAM", ! "SDRAM (1:1)", ! "SGRAM (1:1)", ! "SGRAM (2:1) 32-bit", "Unknown video memory type" }; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h:1.1.2.1 Mon Feb 2 03:42:09 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h Wed Oct 13 03:18:58 1999 *************** *** 1,6 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h,v 1.1.2.1 1998/02/01 16:42:09 robin Exp $ */ /* ! * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that --- 1,6 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h,v 1.1.2.2 1999/10/12 17:18:58 hohndel Exp $ */ /* ! * Copyright 1997 through 1999 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that *************** *** 71,77 **** #define MEM_264_PSEUDO_EDO 3 #define MEM_264_SDRAM 4 #define MEM_264_SGRAM 5 ! #define MEM_264_TYPE_6 6 #define MEM_264_TYPE_7 7 extern const char *ATIMemoryTypeNames_264xT[]; --- 71,77 ---- #define MEM_264_PSEUDO_EDO 3 #define MEM_264_SDRAM 4 #define MEM_264_SGRAM 5 ! #define MEM_264_SGRAM32 6 #define MEM_264_TYPE_7 7 extern const char *ATIMemoryTypeNames_264xT[]; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c:1.1.2.1 Mon Feb 2 03:42:09 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c Wed Oct 13 03:18:58 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c,v 1.1.2.1 1998/02/01 16:42:09 robin Exp $ */ /* * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c,v 1.1.2.2 1999/10/12 17:18:58 hohndel Exp $ */ /* * Copyright 1997,1998 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca * *************** *** 136,142 **** # define Display_Enable_Skew_Threshold 4500 /* Set a reasonable default Display Enable Skew */ ! mode->HSkew = mode->CrtcHSkew = ATIDivide(vga256InfoRec.clock[mode->Clock], Display_Enable_Skew_Threshold, 0, 0); } --- 136,142 ---- # define Display_Enable_Skew_Threshold 4500 /* Set a reasonable default Display Enable Skew */ ! mode->HSkew = mode->CrtcHSkew = ATIDivide(vga256InfoRec.clock[mode->Clock], Display_Enable_Skew_Threshold, 0, 0); } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c:3.35.2.12 xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c:3.35.2.13 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c:3.35.2.12 Fri Nov 6 20:46:58 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c Sun Dec 12 06:00:44 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c,v 3.35.2.12 1998/11/06 09:46:58 hohndel Exp $ */ /* * Copyright 1993 by Jon Block <block@frc.com> * Modified by Mike Hollick <hollick@graphics.cis.upenn.edu> --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c,v 3.35.2.13 1999/12/11 19:00:44 hohndel Exp $ */ /* * Copyright 1993 by Jon Block <block@frc.com> * Modified by Mike Hollick <hollick@graphics.cis.upenn.edu> *************** *** 186,192 **** ctMemClockReg ctMemClkReg; ctMemClockPtr ctMemClk = &ctMemClkReg; static unsigned char ctClockType; ! static unsigned char ctConsole_clk[3]; #define TYPE_HW 0x01 #define TYPE_PROGRAMMABLE 0x02 --- 186,192 ---- ctMemClockReg ctMemClkReg; ctMemClockPtr ctMemClk = &ctMemClkReg; static unsigned char ctClockType; ! static unsigned char ctConsole_clk[4]; #define TYPE_HW 0x01 #define TYPE_PROGRAMMABLE 0x02 *************** *** 811,817 **** int M_min = 3; /* Hack to deal with problem of Toshiba 720CDT clock */ ! int M_max = ctisHiQV32 ? 63 : 127; /* Other parameters available on the 65548 but not the 65545, and --- 811,817 ---- int M_min = 3; /* Hack to deal with problem of Toshiba 720CDT clock */ ! int M_max = (ctisHiQV32 && CHIPSchipset != CT_9000) ? 63 : 127; /* Other parameters available on the 65548 but not the 65545, and *************** *** 838,848 **** * * I haven't put in any support for those here. For simplicity, * they should be set to 0 on the 65548, and left untouched on ! * earlier chips. */ target = Clock * 1000; ! for (PSNx = 0; PSNx <= 1; PSNx++) { int low_N, high_N; double Fref4PSN; --- 838,855 ---- * * I haven't put in any support for those here. For simplicity, * they should be set to 0 on the 65548, and left untouched on ! * earlier chips. ! * ! * Other parameters available on the 69000 ! * ! * + The 69000 has no reference clock divider, so PSN must ! * always be 1. ! * XRCB[0:1] are reserved according to the data book ! */ target = Clock * 1000; ! for (PSNx = (CHIPSchipset == CT_9000) ? 1 : 0; PSNx <= 1; PSNx++) { int low_N, high_N; double Fref4PSN; *************** *** 860,866 **** for (N = low_N; N <= high_N; N++) { double tmp = Fref4PSN / N; ! for (P = ctisHiQV32 ? 1 : 0; P <= 5; P++) { /* to force post divisor on Toshiba 720CDT */ double Fvco_desired = target * (1 << P); double M_desired = Fvco_desired / tmp; --- 867,873 ---- for (N = low_N; N <= high_N; N++) { double tmp = Fref4PSN / N; ! for (P = (ctisHiQV32 && CHIPSchipset != CT_9000) ? 1 : 0; P <= 5; P++) { /* to force post divisor on Toshiba 720CDT */ double Fvco_desired = target * (1 << P); double M_desired = Fvco_desired / tmp; *************** *** 880,886 **** for (M = M_low; M <= M_hi; M++) { Fvco = tmp * M; ! if (Fvco <= 48.0e6) continue; if (Fvco > 220.0e6) break; --- 887,893 ---- for (M = M_low; M <= M_hi; M++) { Fvco = tmp * M; ! if (Fvco <= ((CHIPSchipset == CT_9000) ? 100.0e6 : 48.0e6)) continue; if (Fvco > 220.0e6) break; *************** *** 903,909 **** } } } ! vclk[0] = (bestP << (ctisHiQV32 ? 4 : 1)) + (bestPSN == 1); vclk[1] = bestM - 2; vclk[2] = bestN - 2; #ifdef DEBUG --- 910,917 ---- } } } ! vclk[0] = (bestP << (ctisHiQV32 ? 4 : 1)) + ! ((CHIPSchipset == CT_9000) ? 0 : (bestPSN == 1)); vclk[1] = bestM - 2; vclk[2] = bestN - 2; #ifdef DEBUG *************** *** 2821,2828 **** #ifdef IO_DEBUG ErrorF("1: 0x3CC: %X ", (unsigned char)inb(0x3CC)); #endif ! if (restore->std.NoClock >= 0) ctClockLoad(ctClockType, &restore->ctClock); #ifdef IO_DEBUG ErrorF("-> %X\n", (unsigned char)inb(0x3CC)); #endif --- 2829,2838 ---- #ifdef IO_DEBUG ErrorF("1: 0x3CC: %X ", (unsigned char)inb(0x3CC)); #endif ! if (restore->std.NoClock >= 0) { ctClockLoad(ctClockType, &restore->ctClock); + ((vgaHWPtr) restore)->MiscOutReg = inb(0x3cc); + } #ifdef IO_DEBUG ErrorF("-> %X\n", (unsigned char)inb(0x3CC)); #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c:3.80.2.22 xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c:3.80.2.23 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c:3.80.2.22 Fri Jul 23 23:22:54 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c Sun Jan 9 07:47:00 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c,v 3.80.2.22 1999/07/23 13:22:54 hohndel Exp $ */ /* * cir_driver.c,v 1.10 1994/09/14 13:59:50 scooper Exp * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c,v 3.80.2.23 2000/01/06 02:12:10 robin Exp $ */ /* * cir_driver.c,v 1.10 1994/09/14 13:59:50 scooper Exp * *************** *** 1694,1700 **** * Some cards don't initialise SRF correctly, so do it here if the * user has specified the videoram amount. */ ! if (!(HAVE543X() || HAVE75XX())) { unsigned char SRF = 0; if (vga256InfoRec.videoRam > 1024) --- 1694,1700 ---- * Some cards don't initialise SRF correctly, so do it here if the * user has specified the videoram amount. */ ! if (!(HAVE543X() || HAVE75XX() || (cirrusChip == CLGD5480))) { unsigned char SRF = 0; if (vga256InfoRec.videoRam > 1024) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/Imakefile diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/Imakefile:1.1.2.2 *** /dev/null Sun Jan 9 07:47:03 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/Imakefile Fri Nov 19 06:06:15 1999 *************** *** 0 **** --- 1,39 ---- + XCOMM + XCOMM This is the Imakefile for the i810 driver. + XCOMM + XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/Imakefile,v 1.1.2.2 1999/11/18 19:06:15 hohndel Exp $ + + #include <Server.tmpl> + + SRCS = i810_driver.c i810_cursor.c i810_accel.c i810_cmap.c i810_wmark.c i810_memory.c + + OBJS = i810_driver.o i810_cursor.o i810_accel.o i810_cmap.o i810_wmark.o i810_memory.o + + DEFINES = -DPSZ=8 + #if XF86LinkKit + INCLUDES = -I. -I../../../include -I../../../include/X11 -I../.. + #else + INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86HWSRC) -I$(XF86OSSRC) \ + -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \ + -I$(SERVERSRC)/cfb -I../../vga -I../../../xaa \ + -I$(FONTINCSRC) -I$(SERVERSRC)/include -I$(XINCLUDESRC) + #endif + + #if MakeHasPosixVariableSubstitutions + SubdirLibraryRule($(OBJS)) + #endif + NormalLibraryObjectRule() + NormalAsmObjectRule() + + NormalRelocatableTarget(i810_drv, $(OBJS)) + + InstallLinkKitNonExecFile(Imakefile,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810.h,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810_driver.c,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810_cursor.c,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810_accel.c,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810_cmap.c,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810_macros.h,$(LINKKITDIR)/drivers/vga256/i810) + InstallLinkKitNonExecFile(i810_reg.h,$(LINKKITDIR)/drivers/vga256/i810) + + DependTarget() Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README:1.1.2.2 *** /dev/null Sun Jan 9 07:47:04 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README Fri Nov 19 06:06:15 1999 *************** *** 0 **** --- 1,84 ---- + Information for i810 Users + i810 Driver Version 1.0.0 + + + 1. Supported Hardware + + * Intel 810 motherboards + + + 2. Features + + * Full support for 8, 15, 16 and 24 bit per pixel depths. + * Hardware cursor support to reduce sprite flicker. + * Hardware accelerated 2D drawing engine support for 8, 15, 16 and + 24 bit per pixel depths. + * Support for high resolution video modes up to 1600x1200. + * Fully programmable clock supported. + * Robust text mode restore for VT switching. + + + 3. Technical Notes + + * 32 bpp is unaccelerated on this chipset, and unsupported by this driver. + * Interlace modes cannot be supported. + * Normal use requires agpgart.o module, distributed with the server. + + + 4. Reported Working Video Cards + + * Intel evaluation hardware + + + 5. Configuration + + The driver auto-detects all device information necessary to + initialize the card. The only lines you need in the "Device" + section of your XF86Config file are: + + Section "Device" + Identifier "i810" + EndSection + + or let xf86config or XF86Setup do this for you. [NOTE - config + programs not tested] + + However, if you have problems with auto-detection, you can specify: + + DacSpeed - in MHz + MemBase - physical address of the linear framebuffer + IOBase - physical address of the memory mapped IO registers + + + In order to use most resolutions, it is necessary to install the + 'agpgart.o' module which accompanies this server. You will probably + have to compile the module yourself (see the notes in the module). + + Note: the i810 X server detects whether your motherboard has + display cache video memory. This memory is has reduced bandwidth + compared to 'normal' system memory, and isn't used by the server. The + main function of this memory is for ancillary buffers (eg. z buffer) + in a forthcoming 3d capable server. + + + 6. Driver Options + + "no_accel" - software rendering only + + + 7. Known Limitations + + - No 3d support in this release. + + 8. Author + + Keith Whitwell <keithw@precisioninsight.com> + + Precision Insight, Inc. + Cedar Park, TX + USA + + http://www.precisioninsight.com + + + $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README,v 1.1.2.2 1999/11/18 19:06:15 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README.I810Gtt diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README.I810Gtt:1.1.2.2 *** /dev/null Sun Jan 9 07:47:04 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README.I810Gtt Fri Nov 19 06:06:15 1999 *************** *** 0 **** --- 1,9 ---- + The i810 driver needs kernel support for the way it manages local video ram. + At the moment this kernel module is not built automatically with make World. + To build the kernel module cd into the os-support/linux directory and type + make. Insert the agpgart.o module and mknod /dev/agpgart c 10 175. This + should get you going. + + + + $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/README.I810Gtt,v 1.1.2.2 1999/11/18 19:06:15 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:04 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810.h Fri Nov 19 06:06:16 1999 *************** *** 0 **** --- 1,175 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810.h,v 1.1.2.2 1999/11/18 19:06:16 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Keith Whitwell <keithw@precisioninsight.com> + * + * $PI$ + */ + + #ifndef _I810_H + #define _I810_H + + /* Function prototypes */ + extern void I810StoreColors(); + extern void I810AccelFinishInit(); + extern void I810PrintErrorState(); + extern void I810UnlockFrameBuffer( void ); + extern unsigned int I810CalcWatermark( double freq, int local_mem_freq ); + extern Bool I810CharacterizeSystemRam(); + + /* Globals */ + extern unsigned char *I810MMIOBase; + extern unsigned long I810CursorPhysical; + extern int I810CursorOffset; + extern int I810Chipset; + + + /* Very simple memory management. + */ + typedef struct { + unsigned long Start; + unsigned long End; + unsigned long Size; + } I810MemRange; + + extern int I810AllocHigh( I810MemRange *result, I810MemRange *pool, int size ); + extern int I810AllocLow( I810MemRange *result, I810MemRange *pool, int size ); + extern unsigned long I810LocalToPhysical( unsigned long local ); + + /* + */ + typedef struct { + int base_reg; + int tail_mask; + I810MemRange mem; + char *virtual_start; + int head; + int tail; + int space; + } I810RingBuffer; + + extern I810RingBuffer I810LpRing; + + extern int I810FrameBufferLocked; + extern int I810LmFreqSel; + + extern I810MemRange I810SysMem, I810DcacheMem, *I810DisplayPtr; + extern I810MemRange I810Mprotect; + extern I810MemRange I810Cursor; + + extern int I810MMIOAddr; + + /* To remove all debugging, make sure I810_DEBUG is defined as a + * preprocessor symbol, and equal to zero. + */ + #define I810_DEBUG 0 + #ifndef I810_DEBUG + #warning "Debugging enabled - expect reduced performance" + extern int I810_DEBUG; + #endif + + #define DEBUG_VERBOSE_ACCEL 0x1 + #define DEBUG_VERBOSE_SYNC 0x2 + #define DEBUG_VERBOSE_VGA 0x4 + #define DEBUG_VERBOSE_RING 0x8 + #define DEBUG_VERBOSE_OUTREG 0x10 + #define DEBUG_VERBOSE_MEMORY 0x20 + #define DEBUG_ALWAYS_SYNC 0x40 + + + + + #define OUT_RING(n) { \ + if (I810_DEBUG & DEBUG_VERBOSE_RING) \ + fprintf(stderr, "OUT_RING %x: %x\n", outring, n); \ + *(volatile unsigned int *)(virt + outring) = n; \ + outring += 4; \ + outring &= ringmask; \ + } + + #define ADVANCE_LP_RING() { \ + I810LpRing.tail = outring; \ + OUTREG(I810LpRing.base_reg + RING_TAIL, outring); \ + } + + #define BEGIN_LP_RING(n) \ + unsigned int outring, ringmask; \ + volatile char *virt; \ + if (n>2 && (I810_DEBUG&DEBUG_ALWAYS_SYNC)) I810Sync(); \ + if (I810LpRing.space < n*4) I810WaitLpRing(n*4); \ + I810LpRing.space -= n*4; \ + if (I810_DEBUG & DEBUG_VERBOSE_RING) \ + fprintf(stderr, "BEGIN_LP_RING %d\n", n); \ + outring = I810LpRing.tail; \ + ringmask = I810LpRing.tail_mask; \ + virt = I810LpRing.virtual_start; + + + /* Memory mapped register access macros */ + #define INREG8(addr) *(volatile CARD8 *)(I810MMIOBase + (addr)) + #define INREG16(addr) *(volatile CARD16 *)(I810MMIOBase + (addr)) + #define INREG(addr) *(volatile CARD32 *)(I810MMIOBase + (addr)) + + #define OUTREG8(addr, val) do { \ + *(volatile CARD8 *)(I810MMIOBase + (addr)) = (val); \ + if (I810_DEBUG&DEBUG_VERBOSE_OUTREG) \ + fprintf(stderr, "OUTREG8(%p, %x)\n", addr, val); \ + } while (0) + + #define OUTREG16(addr, val) do { \ + *(volatile CARD16 *)(I810MMIOBase + (addr)) = (val); \ + if (I810_DEBUG&DEBUG_VERBOSE_OUTREG) \ + fprintf(stderr, "OUTREG16(%p, %x)\n", addr, val); \ + } while (0) + + #define OUTREG(addr, val) do { \ + *(volatile CARD32 *)(I810MMIOBase + (addr)) = (val); \ + if (I810_DEBUG&DEBUG_VERBOSE_OUTREG) \ + fprintf(stderr, "OUTREG(%p, %x)\n", addr, val); \ + } while (0) + + + #define OUTREG_(addr, val) *(volatile CARD32 *)(I810MMIOBase + (addr)) = (val) + + + #ifndef PCI_VENDOR_INTEL + #define PCI_VENDOR_INTEL 0x8086 + #endif + + #ifndef PCI_CHIP_I810 + #define PCI_CHIP_I810 0x7121 + #define PCI_CHIP_I810_DC100 0x7123 + #define PCI_CHIP_I810_E 0x7125 + #define PCI_CHIP_I810_BRIDGE 0x7120 + #define PCI_CHIP_I810_DC100_BRIDGE 0x7122 + #define PCI_CHIP_I810_E_BRIDGE 0x7124 + #endif + + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_accel.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_accel.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:05 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_accel.c Fri Nov 19 06:06:16 1999 *************** *** 0 **** --- 1,656 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_accel.c,v 1.1.2.2 1999/11/18 19:06:16 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Keith Whitwell <keithw@precisioninsight.com> + * + * Based on i740 driver by + * Kevin E. Martin <kevin@precisioninsight.com> + * + * + * $PI$ + */ + + #include <math.h> + #include <stdio.h> + #include <sys/mman.h> + #include <signal.h> + + #include "vga256.h" + #include "xf86.h" + #include "vga.h" + #include "vgaPCI.h" + + #include "xf86xaa.h" + + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + #include "i810.h" + #include "i810_reg.h" + + + static unsigned int i810Rop[16] = { + 0x00, /* GXclear */ + 0x88, /* GXand */ + 0x44, /* GXandReverse */ + 0xCC, /* GXcopy */ + 0x22, /* GXandInvert */ + 0xAA, /* GXnoop */ + 0x66, /* GXxor */ + 0xEE, /* GXor */ + 0x11, /* GXnor */ + 0x99, /* GXequiv */ + 0x55, /* GXinvert */ + 0xDD, /* GXorReverse */ + 0x33, /* GXcopyInvert */ + 0xBB, /* GXorInverted */ + 0x77, /* GXnand */ + 0xFF /* GXset */ + }; + + static unsigned int i810PatternRop[16] = { + 0x00, /* GXclear */ + 0xA0, /* GXand */ + 0x50, /* GXandReverse */ + 0xF0, /* GXcopy */ + 0x0A, /* GXandInvert */ + 0xAA, /* GXnoop */ + 0x5A, /* GXxor */ + 0xFA, /* GXor */ + 0x05, /* GXnor */ + 0xA5, /* GXequiv */ + 0x55, /* GXinvert */ + 0xF5, /* GXorReverse */ + 0x0F, /* GXcopyInvert */ + 0xAF, /* GXorInverted */ + 0x5F, /* GXnand */ + 0xFF /* GXset */ + }; + + static void I810Sync(); + static void I810LockFrameBuffer(); + static void I810SetupForFillRectSolid(); + static void I810SubsequentFillRectSolid(); + static void I810SetupForScreenToScreenCopy(); + static void I810SubsequentScreenToScreenCopy(); + static void I810SetupFor8x8PatternColorExpand(); + static void I810Subsequent8x8PatternColorExpand(); + static void I810SetupForScanlineScreenToScreenColorExpand(); + static void I810SubsequentScanlineScreenToScreenColorExpand(); + static void I810SetupForCPUToScreenColorExpand(); + static void I810SubsequentCPUToScreenColorExpand(); + + + typedef struct { + unsigned int BR[20]; + } BlitCommand; + + static BlitCommand bltcmd; + + + /* KW: Use mprotect() to avoid repeated sync()'ing that is + * characteristic of xaa. With this defined, 'x11perf -hseg10' goes + * from .0026msec to .0009msec, but '-line10' goes up from .0017 to + * .0027. Have added a heuristic to minimize the damage in the worst + * case while preserving the benefits in the all-accelerated cases; + * -line10 is now around .0019. + * + * It seems in xfree-4.0 these problems are solved and xaa has correct + * syncing behaviour - so this code can be thrown away when migrating + * to that server. The mods to scanline color expansion may still be + * useful. + */ + #define SYNC_BY_SIGNAL (!(I810_DEBUG&DEBUG_ALWAYS_SYNC)) + + /* + * The following function sets up the supported acceleration. Call it + * from the FbInit() function in the SVGA driver, or before ScreenInit + * in a monolithic server. + */ + void + I810AccelInit() + { + I810MemRange scratch, pix_cache; + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810AccelInit\n"); + + + if (vgaBitsPerPixel == 32) { + xf86AccelInfoRec.Flags = 0; /* Disables all acceleration */ + return; + } + + xf86AccelInfoRec.Flags = (BACKGROUND_OPERATIONS | + PIXMAP_CACHE | + NO_PLANEMASK | + COP_FRAMEBUFFER_CONCURRENCY | + HARDWARE_PATTERN_SCREEN_ORIGIN | + HARDWARE_PATTERN_BIT_ORDER_MSBFIRST | + HARDWARE_PATTERN_MONO_TRANSPARENCY); + + + /* Sync - allow fallback to the old code by environment variable. + * This should go into the options section of the config file. + */ + if (SYNC_BY_SIGNAL && !getenv("I810_NO_SYNC_BY_SIGNAL")) + xf86AccelInfoRec.Sync = I810LockFrameBuffer; + else { + ErrorF("%s %s: Using old style sync\n", + XCONFIG_PROBED, vga256InfoRec.name); + xf86AccelInfoRec.Sync = I810Sync; + } + + /* Solid filled rectangles */ + xf86GCInfoRec.PolyFillRectSolidFlags = NO_PLANEMASK; + xf86AccelInfoRec.SetupForFillRectSolid = + I810SetupForFillRectSolid; + xf86AccelInfoRec.SubsequentFillRectSolid = + I810SubsequentFillRectSolid; + + /* Screen to screen copy + * - the transparency op hangs the blit engine, disable for now. + */ + xf86GCInfoRec.CopyAreaFlags = ( 0 + | NO_PLANEMASK + | NO_TRANSPARENCY + ); + + xf86AccelInfoRec.SetupForScreenToScreenCopy = + I810SetupForScreenToScreenCopy; + xf86AccelInfoRec.SubsequentScreenToScreenCopy = + I810SubsequentScreenToScreenCopy; + + /* 8x8 pattern fills */ + xf86AccelInfoRec.ColorExpandFlags = (NO_PLANEMASK | + COP_FRAMEBUFFER_CONCURRENCY | + SCANLINE_PAD_DWORD | + CPU_TRANSFER_PAD_QWORD | + BIT_ORDER_IN_BYTE_MSBFIRST); + + xf86AccelInfoRec.SetupFor8x8PatternColorExpand = + I810SetupFor8x8PatternColorExpand; + xf86AccelInfoRec.Subsequent8x8PatternColorExpand = + I810Subsequent8x8PatternColorExpand; + + /* No mmio regions for cpu-to-screen expand. Using indirect + * expansion, with a small hack to the xaa code for 64 bit + * scanline alignment. The improvement is slight, but probably + * worthwhile. + * + * With the sync_by_signal code, a futher speedup was gained by + * modifying xaa to use the full scratch buffer before recycling + * to earlier addresses - no explicit flushing is required until + * the address wrap-around is detected. Reducing the calls to + * I180Sync() is a significant win. + * + * Text now seems significantly faster than on my mga-g200 (also + * xfree-3.3). + */ + + /* Try for 64K, otherwise try for 16K + */ + if ( I810AllocHigh( &scratch, &I810SysMem, 64*1024 ) || + I810AllocHigh( &scratch, &I810SysMem, 16*1024 ) ) + { + xf86AccelInfoRec.PingPongBuffers = (scratch.Size * 8 / + (vga256InfoRec.displayWidth * + vgaBytesPerPixel)); + + xf86AccelInfoRec.ScratchBufferAddr = scratch.Start; + xf86AccelInfoRec.ScratchBufferSize = scratch.Size; + + if (I810_DEBUG & DEBUG_VERBOSE_MEMORY) + fprintf(stderr, + "advertising scratch (sz %x) from %x to %x\n", + scratch.Size, + scratch.Start, scratch.Start + scratch.Size); + + xf86AccelInfoRec.SetupForScanlineScreenToScreenColorExpand = + I810SetupForScanlineScreenToScreenColorExpand; + + xf86AccelInfoRec.SubsequentScanlineScreenToScreenColorExpand = + I810SubsequentScanlineScreenToScreenColorExpand; + } + else + { + /* Without color-expanded text, there will be too many + * fallbacks for sync-by-signal to be effective. + */ + ErrorF("%s %s: Using old style sync\n", + XCONFIG_PROBED, vga256InfoRec.name); + xf86AccelInfoRec.Sync = I810Sync; + } + + + /* Pixmap cache. + */ + pix_cache.Size = (256 * vga256InfoRec.displayWidth * PSZ / 8); + + if (pix_cache.Size > I810SysMem.Size) + pix_cache.Size = I810SysMem.Size; + + if (I810AllocLow( &pix_cache, I810DisplayPtr, pix_cache.Size )) + { + xf86AccelInfoRec.PixmapCacheMemoryStart = pix_cache.Start; + xf86AccelInfoRec.PixmapCacheMemoryEnd = pix_cache.End; + I810Mprotect.End = pix_cache.End; + I810Mprotect.Size = I810Mprotect.End - I810Mprotect.Start; + } + + if (I810_DEBUG & DEBUG_VERBOSE_MEMORY) { + fprintf(stderr, "advertising pixcache from %x to %x\n", + xf86AccelInfoRec.PixmapCacheMemoryStart, + xf86AccelInfoRec.PixmapCacheMemoryEnd); + fprintf(stderr, "mprotect region from %x to %x\n", + I810Mprotect.Start, I810Mprotect.End); + } + + } + + + void + I810AccelFinishInit() + { + if (I810LpRing.mem.Start) + I810LpRing.virtual_start = + (char *)vgaLinearBase+I810LpRing.mem.Start; + + if (xf86AccelInfoRec.CPUToScreenColorExpandBase) { + unsigned int tmp = + ((unsigned int)xf86AccelInfoRec.CPUToScreenColorExpandBase + + (unsigned int)vgaLinearBase); + xf86AccelInfoRec.CPUToScreenColorExpandBase = (unsigned int *)tmp; + } + } + + int I810FrameBufferLocked = 0; + + /* Adapt John Carmack's mga register protection code to do the same + * trick to sync the ring buffer when the rest of the xserver decides + * to do a software fallback (or a frame buffer read). This is a big + * win because XAA calls sync() very often, just in case there is a + * fallback, and it is not a cheap operation. + * + * Doing this precludes the same trick from working in glx.so, but + * it shouldn't be needed as everything is serialized by the ring + * buffer anyway. + */ + void + I810UnlockFrameBuffer( void ) + { + I810Sync(); + + mprotect( (void *)((unsigned int)vgaLinearBase + I810Mprotect.Start), + I810Mprotect.Size, + PROT_READ | PROT_WRITE ); + I810FrameBufferLocked = 0; + } + + static void + I810FrameBufferAccessSignalHandler( int signal ) + { + if (I810FrameBufferLocked) { + /* Someone has tried to access the frame buffer, + * so make sure the drawing engine has finished. + */ + I810UnlockFrameBuffer(); + } else { + /* This is a real segfault... + */ + FatalError("Signal 11"); + } + } + + static void + I810LockFrameBuffer( void ) + { + static int count = 0; + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810LockFrameBuffer\n"); + + /* Sometimes, xaa even calls sync when it has done *no* acellerated + * rendering - trap these cases by checking for an empty ring buffer, + * which only occurs if the last operation was a sync. + * + * This is actually a useful heuristic as it tells us when a + * fallback has occurred, without the expense of 3 system calls. + */ + if (I810LpRing.head == I810LpRing.tail) { + if (count < 10) count = 1; + return; + } + + if (!I810FrameBufferLocked) { + + /* Sync the first few times, as this is quicker for mixed + * blit/fallback code. + */ + if (++count < 10) { + I810Sync(); + return; + } + + /* Cause a SIGSEGV if the X server tries to read or write the + * framebuffer. + */ + mprotect( (void *)((unsigned int)vgaLinearBase + I810Mprotect.Start), + I810Mprotect.Size, PROT_NONE ); + signal( SIGSEGV, I810FrameBufferAccessSignalHandler ); + I810FrameBufferLocked = 1; + count = 0; + } + } + + + + + static void + I810WaitLpRing( int n ) + { + int j = 0; + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810WaitLpRing %d\n", n); + + while (I810LpRing.space < n) + { + I810LpRing.head = INREG(I810LpRing.base_reg + RING_HEAD) & HEAD_ADDR; + I810LpRing.space = I810LpRing.head - (I810LpRing.tail + 8); + + if (I810LpRing.space < 0) + I810LpRing.space += I810LpRing.mem.Size; + + if (++j > 5000000) { + I810PrintErrorState(); + fprintf(stderr, "space: %d wanted %d\n", I810LpRing.space, n ); + FatalError("lockup\n"); + } + } + } + + static void + I810Sync() + { + if (I810_DEBUG & (DEBUG_VERBOSE_ACCEL|DEBUG_VERBOSE_SYNC)) + fprintf(stderr, "I810Sync\n"); + + /* Catch the sync-after-sync case. + */ + if (I810LpRing.head == I810LpRing.tail && I810LpRing.space) + return; + + /* Send a flush instruction and then wait till the ring is empty. + * This is stronger than waiting for the blitter to finish as it also + * flushes the internal graphics caches. + */ + { + BEGIN_LP_RING(2); + OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH ); + OUT_RING( 0 ); /* pad to quadword */ + ADVANCE_LP_RING(); + } + + I810WaitLpRing( I810LpRing.mem.Size - 8 ); + I810LpRing.space = I810LpRing.mem.Size - 8; + } + + + static void + I810SetupForFillRectSolid(color, rop, planemask) + int color, rop; + unsigned planemask; + { + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810SetupForFillRectSolid color: %x rop: %x mask: %x\n", + color, rop, planemask); + + /* Color blit, p166 */ + bltcmd.BR[13] = (BR13_SOLID_PATTERN | + (i810PatternRop[rop] << 16) | + (vga256InfoRec.displayWidth * vgaBytesPerPixel)); + bltcmd.BR[16] = color; + } + + + static void + I810SubsequentFillRectSolid(x, y, w, h) + int x, y, w, h; + { + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810SubsequentFillRectSolid %d,%d %dx%d\n", + x,y,w,h); + + { + BEGIN_LP_RING(6); + + OUT_RING( BR00_BITBLT_CLIENT | BR00_OP_COLOR_BLT | 0x3 ); + OUT_RING( bltcmd.BR[13] ); + OUT_RING( (h << 16) | (w * vgaBytesPerPixel)); + OUT_RING( (y * vga256InfoRec.displayWidth + x) * vgaBytesPerPixel); + + OUT_RING( bltcmd.BR[16]); + OUT_RING( 0 ); /* pad to quadword */ + + ADVANCE_LP_RING(); + } + } + + static void + I810SetupForScreenToScreenCopy(xdir, ydir, rop, planemask, transparency_color) + int xdir, ydir; + int rop; + unsigned planemask; + int transparency_color; + { + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810SetupForScreenToScreenCopy %d %d %x %x %d\n", + xdir, ydir, rop, planemask, transparency_color); + + bltcmd.BR[13] = (vga256InfoRec.displayWidth * vgaBytesPerPixel); + + if (ydir == -1) + bltcmd.BR[13] = (- bltcmd.BR[13]) & 0xFFFF; + if (xdir == -1) + bltcmd.BR[13] |= BR13_RIGHT_TO_LEFT; + + bltcmd.BR[13] |= i810Rop[rop] << 16; + bltcmd.BR[18] = 0; + } + + static void + I810SubsequentScreenToScreenCopy(x1, y1, x2, y2, w, h) + int x1, y1, x2, y2, w, h; + { + int src, dst; + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810SubsequentScreenToScreenCopy %d,%d - %d,%d %dx%d\n", + x1,y1,x2,y2,w,h); + + if (bltcmd.BR[13] & BR13_PITCH_SIGN_BIT) { + src = (y1 + h - 1) * vga256InfoRec.displayWidth * vgaBytesPerPixel; + dst = (y2 + h - 1) * vga256InfoRec.displayWidth * vgaBytesPerPixel; + } else { + src = y1 * vga256InfoRec.displayWidth * vgaBytesPerPixel; + dst = y2 * vga256InfoRec.displayWidth * vgaBytesPerPixel; + } + + if (bltcmd.BR[13] & BR13_RIGHT_TO_LEFT) { + src += (x1 + w - 1) * vgaBytesPerPixel + vgaBytesPerPixel - 1; + dst += (x2 + w - 1) * vgaBytesPerPixel + vgaBytesPerPixel - 1; + } else { + src += x1 * vgaBytesPerPixel; + dst += x2 * vgaBytesPerPixel; + } + + + /* SRC_COPY_BLT, p169 */ + { + BEGIN_LP_RING(6); + OUT_RING( BR00_BITBLT_CLIENT | BR00_OP_SRC_COPY_BLT | 0x4 ); + OUT_RING( bltcmd.BR[13] ); + + OUT_RING( (h << 16) | (w * vgaBytesPerPixel)); + OUT_RING( dst ); + + OUT_RING( bltcmd.BR[13] & 0xFFFF ); + OUT_RING( src ); + ADVANCE_LP_RING(); + } + + } + + static void + I810SetupFor8x8PatternColorExpand(patternx, patterny, bg, fg, + rop, planemask) + unsigned int patternx, patterny; + int bg, fg, rop; + unsigned int planemask; + { + char *paddr = ((char *)vgaLinearBase + + (patternx >> 3) + + patterny * vga256InfoRec.displayWidth * vgaBytesPerPixel); + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810SetupFor8x8PatternColorExpand\n"); + + /* FULL_MONO_PAT_BLT, p176 */ + bltcmd.BR[0] = (BR00_BITBLT_CLIENT | BR00_OP_MONO_PAT_BLT | 0x9 ); + bltcmd.BR[18] = bg; + bltcmd.BR[19] = fg; + bltcmd.BR[13] = (vga256InfoRec.displayWidth * vgaBytesPerPixel); + bltcmd.BR[13] |= i810PatternRop[rop] << 16; + if (bg == -1) bltcmd.BR[13] |= BR13_MONO_TRANSPCY; + + /* Have to actually pluck the data out of uncached memory ourselves - + * it would be far more convenient to have the server pass this data + * as parameters. + */ + bltcmd.BR[15] = *(int *)paddr; + bltcmd.BR[16] = *(int *)(paddr + 4); + } + + static void + I810Subsequent8x8PatternColorExpand(patternx, patterny, x, y, w, h) + unsigned int patternx, patterny; + int x, y, w, h; + { + int addr = (y * vga256InfoRec.displayWidth + x) * vgaBytesPerPixel; + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810Subsequent8x8PatternColorExpand\n"); + + { + BEGIN_LP_RING( 12 ); + OUT_RING( bltcmd.BR[0] | ((y << 5) & BR00_PAT_VERT_ALIGN)); + OUT_RING( bltcmd.BR[13]); + OUT_RING( (h << 16) | (w * vgaBytesPerPixel)); + OUT_RING( addr ); + OUT_RING( bltcmd.BR[13] & 0xFFFF ); /* src pitch */ + OUT_RING( addr ); /* src addr */ + OUT_RING( 0 ); /* transparency color */ + OUT_RING( bltcmd.BR[18] ); /* bg */ + OUT_RING( bltcmd.BR[19] ); /* fg */ + OUT_RING( bltcmd.BR[15] ); /* pattern data */ + OUT_RING( bltcmd.BR[16] ); + OUT_RING( 0 ); + ADVANCE_LP_RING(); + } + } + + + static void + I810SetupForScanlineScreenToScreenColorExpand(x, y, w, h, bg, fg, rop, + planemask) + int x, y, w, h; + int bg, fg, rop; + unsigned int planemask; + { + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, + "I810SetupForScanlineScreenToScreenColorExpand %d,%d %dx%d\n", + x,y,w,h); + + /* MONO_SRC_COPY_BLT, p172 */ + + bltcmd.BR[0] = ( BR00_BITBLT_CLIENT | + BR00_OP_MONO_SRC_COPY_BLT | + 0x6 ); + + bltcmd.BR[13] = (vga256InfoRec.displayWidth * vgaBytesPerPixel); + bltcmd.BR[13] |= i810Rop[rop] << 16; + bltcmd.BR[13] |= (1<<27); + if (bg == -1) bltcmd.BR[13] |= BR13_MONO_TRANSPCY; + + bltcmd.BR[14] = ( (1 << 16) | (w * vgaBytesPerPixel)); + bltcmd.BR[9] = (y * vga256InfoRec.displayWidth + x) * vgaBytesPerPixel; + bltcmd.BR[18] = bg; + bltcmd.BR[19] = fg; + + bltcmd.BR[11] = ((w+31)/32)-1; + } + + + + static void + I810SubsequentScanlineScreenToScreenColorExpand(srcaddr) + unsigned int srcaddr; + { + static int last_scraddr; + + if (I810_DEBUG & DEBUG_VERBOSE_ACCEL) + fprintf(stderr, "I810SubsequentScanlineScreenToScreenColorExpand %x\n", + srcaddr); + + /* Sync when old addresses start to be reused. Works best with + * slight mod to xaa to use the whole of the scratch buffer. + */ + if (srcaddr < last_scraddr) + I810Sync(); + + last_scraddr = srcaddr; + + { + BEGIN_LP_RING( 8 ); + OUT_RING( bltcmd.BR[0] ); + OUT_RING( bltcmd.BR[13]); + OUT_RING( bltcmd.BR[14] ); + OUT_RING( bltcmd.BR[9] ); + OUT_RING( bltcmd.BR[11] ); + OUT_RING( srcaddr/8 ); + OUT_RING( bltcmd.BR[18]); + OUT_RING( bltcmd.BR[19]); + ADVANCE_LP_RING(); + } + + bltcmd.BR[9] += vga256InfoRec.displayWidth * vgaBytesPerPixel; + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cmap.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cmap.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:05 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cmap.c Fri Nov 19 06:06:16 1999 *************** *** 0 **** --- 1,175 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cmap.c,v 1.1.2.2 1999/11/18 19:06:16 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Kevin E. Martin <kevin@precisioninsight.com> + * No changes for i810. + * + * $PI$ + */ + + #include "X.h" + #include "Xproto.h" + #include "windowstr.h" + #include "compiler.h" + + #include "xf86.h" + #include "vga.h" + + #ifdef XFreeXDGA + #include "scrnintstr.h" + #include "servermd.h" + #define _XF86DGA_SERVER_ + #include "extensions/xf86dgastr.h" + #endif + + /* Modified from vgaStoreColors to use gamma correction */ + + void + I810StoreColors(pmap, ndef, pdefs) + ColormapPtr pmap; + int ndef; + xColorItem *pdefs; + { + int i; + unsigned char *cmap, *tmp; + xColorItem directDefs[256]; + Bool new_overscan = FALSE; + unsigned char overscan = ((vgaHWPtr)vgaNewVideoState)->Attribute[OVERSCAN]; + unsigned char tmp_overscan; + extern unsigned char xf86rGammaMap[], xf86gGammaMap[], xf86bGammaMap[]; + + if (vgaCheckColorMap(pmap)) + return; + + if ((pmap->pVisual->class | DynamicClass) == DirectColor) { + ndef = cfbExpandDirectColors (pmap, ndef, pdefs, directDefs); + pdefs = directDefs; + } + + for(i = 0; i < ndef; i++) { + if (pdefs[i].pixel == overscan) { + new_overscan = TRUE; + } + cmap = &((vgaHWPtr)vgaNewVideoState)->DAC[pdefs[i].pixel*3]; + cmap[0] = xf86rGammaMap[pdefs[i].red >> 8]; + cmap[1] = xf86gGammaMap[pdefs[i].green >> 8]; + cmap[2] = xf86bGammaMap[pdefs[i].blue >> 8]; + #ifndef PC98_EGC + #ifndef PC98_NEC480 + if (!vgaDAC8BitComponents) { + cmap[0] >>= 2; + cmap[1] >>= 2; + cmap[2] >>= 2; + } + #endif /* PC98_NEC480 */ + #else + cmap[0] >>= 4; + cmap[1] >>= 4; + cmap[2] >>= 4; + #endif /* PC98_EGC */ + + if (xf86VTSema + #ifdef XFreeXDGA + || ((vga256InfoRec.directMode & XF86DGADirectGraphics) + && !(vga256InfoRec.directMode & XF86DGADirectColormap)) + || (vga256InfoRec.directMode & XF86DGAHasColormap) + #endif + ) { + #if !defined(PC98_EGC) && !defined(PC98_NEC480) + outb(0x3C8, pdefs[i].pixel); + DACDelay; + outb(0x3C9, cmap[0]); + DACDelay; + outb(0x3C9, cmap[1]); + DACDelay; + outb(0x3C9, cmap[2]); + DACDelay; + #else + /* also, PC9821Ne */ + outb(0xa8, pdefs[i].pixel); + outb(0xac, cmap[0]); + outb(0xaa, cmap[1]); + outb(0xae, cmap[2]); + #endif /* PC98_EGC */ + } + } + if (new_overscan) { + new_overscan = FALSE; + for(i = 0; i < ndef; i++) { + if (pdefs[i].pixel == overscan) { + if ((pdefs[i].red != 0) || + (pdefs[i].green != 0) || + (pdefs[i].blue != 0)) { + new_overscan = TRUE; + tmp_overscan = overscan; + tmp = &((vgaHWPtr)vgaNewVideoState)->DAC[pdefs[i].pixel*3]; + } + break; + } + } + if (new_overscan) { + /* + * Find a black pixel, or the nearest match. + */ + for (i=255; i >= 0; i--) { + cmap = &((vgaHWPtr)vgaNewVideoState)->DAC[i*3]; + if ((cmap[0] == 0) && (cmap[1] == 0) && (cmap[2] == 0)) { + overscan = i; + break; + } else { + /* Better way to find optimal overscan color, KEM */ + if ((cmap[0]+cmap[1]+cmap[2]) < (tmp[0]+tmp[1]+tmp[2])) { + tmp = cmap; + tmp_overscan = i; + } + } + } + if (i < 0) { + overscan = tmp_overscan; + } + ((vgaHWPtr)vgaNewVideoState)->Attribute[OVERSCAN] = overscan; + if (xf86VTSema + #ifdef XFreeXDGA + || ((vga256InfoRec.directMode & XF86DGADirectGraphics) + && !(vga256InfoRec.directMode & XF86DGADirectColormap)) + || (vga256InfoRec.directMode&XF86DGAHasColormap) + #endif + ) { + #ifndef PC98_EGC + (void)inb(vgaIOBase + 0x0A); + outb(0x3C0, OVERSCAN); + outb(0x3C0, overscan); + (void)inb(vgaIOBase + 0x0A); + outb(0x3C0, 0x20); + #endif + } + } + } + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cursor.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cursor.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:05 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cursor.c Fri Nov 19 06:06:17 1999 *************** *** 0 **** --- 1,203 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_cursor.c,v 1.1.2.2 1999/11/18 19:06:17 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Kevin E. Martin <kevin@precisioninsight.com> + * Ported to i810 by Keith Whitwell <keithw@precisioninsight.com> + * + * $PI$ + */ + #include <stdio.h> + + #include "cursorstr.h" + #include "vga.h" + #include "vga256.h" + #include "xf86cursor.h" + + #include "i810.h" + #include "i810_reg.h" + + extern void I810SetCursorColors(); + extern void I810SetCursorPosition(); + extern void I810LoadCursorImage(); + extern void I810HideCursor(); + extern void I810ShowCursor(); + + extern vgaHWCursorRec vgaHWCursor; + + extern Bool XAACursorInit(); + extern void XAARestoreCursor(); + extern void XAAWarpCursor(); + extern void XAAQueryBestSize(); + + void + I810CursorInit() + { + XAACursorInfoRec.MaxWidth = 64; + XAACursorInfoRec.MaxHeight = 64; + + XAACursorInfoRec.Flags = (USE_HARDWARE_CURSOR | + HARDWARE_CURSOR_TRUECOLOR_AT_8BPP | + HARDWARE_CURSOR_PROGRAMMED_ORIGIN | + HARDWARE_CURSOR_CHAR_BIT_FORMAT | + HARDWARE_CURSOR_BIT_ORDER_MSBFIRST | + HARDWARE_CURSOR_INVERT_MASK | + HARDWARE_CURSOR_AND_SOURCE_WITH_MASK | + HARDWARE_CURSOR_PROGRAMMED_BITS); + + XAACursorInfoRec.SetCursorColors = I810SetCursorColors; + XAACursorInfoRec.SetCursorPosition = I810SetCursorPosition; + XAACursorInfoRec.LoadCursorImage = I810LoadCursorImage; + XAACursorInfoRec.HideCursor = I810HideCursor; + XAACursorInfoRec.ShowCursor = I810ShowCursor; + + XAACursorInfoRec.CursorDataX = + (I810Cursor.Start % (vga256InfoRec.displayWidth * vgaBytesPerPixel)) + / vgaBytesPerPixel; + XAACursorInfoRec.CursorDataY = + I810Cursor.Start / (vga256InfoRec.displayWidth * vgaBytesPerPixel); + + vgaHWCursor.Init = XAACursorInit; + vgaHWCursor.Initialized = TRUE; + vgaHWCursor.Restore = XAARestoreCursor; + vgaHWCursor.Warp = XAAWarpCursor; + vgaHWCursor.QueryBestSize = XAAQueryBestSize; + } + + void + I810SetCursorColors(bg, fg) + unsigned int bg, fg; + { + int tmp; + + tmp = INREG8(PIXPIPE_CONFIG_0); + tmp |= EXTENDED_PALETTE; + OUTREG8( PIXPIPE_CONFIG_0, tmp ); + + outb(DACMASK, 0xFF); + outb(DACWX, 0x04); + + outb(DACDATA, (bg & 0x00FF0000) >> 16); + outb(DACDATA, (bg & 0x0000FF00) >> 8); + outb(DACDATA, (bg & 0x000000FF)); + + outb(DACDATA, (fg & 0x00FF0000) >> 16); + outb(DACDATA, (fg & 0x0000FF00) >> 8); + outb(DACDATA, (fg & 0x000000FF)); + + tmp = INREG8(PIXPIPE_CONFIG_0); + tmp &= ~EXTENDED_PALETTE; + OUTREG8( PIXPIPE_CONFIG_0, tmp ); + } + + void + I810SetCursorPosition(x, y, xoff, yoff) + int x, y, xoff, yoff; + { + x -= xoff; + y -= yoff; + + x += I810CursorOffset; + + if (x >= 0) { + OUTREG8( CURSOR_X_LO, x & 0xFF ); + OUTREG8( CURSOR_X_HI, (((x >> 8 ) & 0x07) | + CURSOR_X_POS)); + } else { + OUTREG8( CURSOR_X_LO, -x & 0xFF ); + OUTREG8( CURSOR_X_HI, (((-x >> 8 ) & 0x07) | + CURSOR_X_NEG)); + } + + /* + * This is a hack. + * + * This is not the entirely correct way to handle double scan + * modes. One more correct way would be to add a flag to XAA that + * correctly doubles the Y values and the CursorHotY value. + * Another correct way would be to add an XAA flag to switch to a + * software cursor when in a double scan mode. + */ + if (vga256InfoRec.modes->Flags & V_DBLSCAN) + y *= 2; + + if (y >= 0) { + OUTREG8( CURSOR_Y_LO, y & 0xFF ); + OUTREG8( CURSOR_Y_HI, (((y >> 8 ) & 0x07) | + CURSOR_Y_POS)); + } else { + OUTREG8( CURSOR_Y_LO, -y & 0xFF ); + OUTREG8( CURSOR_Y_HI, (((-y >> 8 ) & 0x07) | + CURSOR_Y_NEG)); + } + } + + void + I810LoadCursorImage(image, xoff, yoff) + unsigned char *image; + int xoff, yoff; + { + int x, y; + unsigned int pcurs = (unsigned int)vgaLinearBase + I810Cursor.Start; + + static int conv[] = { 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11, 13, 15 }; + + if (0) + fprintf(stderr, "Load cursor %x %x\n", vgaLinearBase, I810Cursor.Start); + + for (y = 0; y < XAACursorInfoRec.MaxHeight; y++) { + for (x = 0; x < XAACursorInfoRec.MaxWidth / 4; x++) { + *(volatile CARD8 *)pcurs++ = + image[conv[x] + y * XAACursorInfoRec.MaxWidth/4]; + } + } + } + + void + I810HideCursor() + { + unsigned char tmp; + + tmp = INREG8(PIXPIPE_CONFIG_0); + tmp &= ~HW_CURSOR_ENABLE; + OUTREG8( PIXPIPE_CONFIG_0, tmp ); + } + + void + I810ShowCursor() + { + unsigned char tmp; + + OUTREG( CURSOR_BASEADDR, (I810CursorPhysical & CURSOR_BASEADDR_MASK) ); + OUTREG8( CURSOR_CONTROL, CURSOR_ORIGIN_DISPLAY | CURSOR_MODE_64_3C ); + + tmp = INREG8(PIXPIPE_CONFIG_0); + tmp |= HW_CURSOR_ENABLE; + OUTREG8( PIXPIPE_CONFIG_0, tmp ); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_driver.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_driver.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:06 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_driver.c Fri Nov 19 06:06:17 1999 *************** *** 0 **** --- 1,1458 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_driver.c,v 1.1.2.2 1999/11/18 19:06:17 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Keith Whitwell <keithw@precisioninsight.com> + * + * Based on i740 driver by + * Kevin E. Martin <kevin@precisioninsight.com> + * + * $PI$ + */ + + /* + * These are X and server generic header files. + */ + #include "X.h" + #include "input.h" + #include "screenint.h" + + /* + * These are XFree86-specific header files. + */ + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "vga.h" + #include "xf86cursor.h" + + /* + * For PCI probing, etc. + */ + #include "xf86_PCI.h" + #include "vgaPCI.h" + extern vgaPCIInformation *vgaPCIInfo; + + /* + * If the driver makes use of XF86Config 'Option' flags, the following + * will be required. + */ + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + /* DGA includes */ + #ifdef XFreeXDGA + #include "X.h" + #include "Xproto.h" + #include "scrnintstr.h" + #include "servermd.h" + #define _XF86DGA_SERVER_ + #include "extensions/xf86dgastr.h" + #endif + + /* + * Driver data structures. + */ + #include "i810.h" + #include "i810_reg.h" + + /* For fabs() and ceil() */ + #include <math.h> + + typedef struct { + vgaHWRec std; /* good old IBM VGA */ + unsigned char DisplayControl; + unsigned char PixelPipeCfg0; + unsigned char PixelPipeCfg1; + unsigned char PixelPipeCfg2; + unsigned short VideoClk2_M; + unsigned short VideoClk2_N; + unsigned char VideoClk2_DivisorSel; + unsigned char AddressMapping; + unsigned char IOControl; + unsigned char BitBLTControl; + unsigned char ExtVertTotal; + unsigned char ExtVertDispEnd; + unsigned char ExtVertSyncStart; + unsigned char ExtVertBlankStart; + unsigned char ExtHorizTotal; + unsigned char ExtHorizBlank; + unsigned char ExtOffset; + unsigned char InterlaceControl; + unsigned int LMI_FIFO_Watermark; + unsigned int LprbTail; + unsigned int LprbHead; + unsigned int LprbStart; + unsigned int LprbLen; + unsigned short IntrHwStatMask; + unsigned short IntrEnabled; + unsigned short IntrIdentity; + unsigned short IntrMask; + unsigned short ErrorMask; + } vgaI810Rec, *vgaI810Ptr; + + /* Globals that are allocated in this module. */ + unsigned char *I810MMIOBase = NULL; + int I810Chipset = -1; + int I810LinearAddr = 0; + int I810MMIOAddr = 0; + + unsigned long I810CursorPhysical = 0; + int I810CursorOffset = 0; + + I810RingBuffer I810LpRing; + + + pciTagRec I810PciTag; + + + static I810MemRange I810FrameBuffer; + I810MemRange I810Cursor; + I810MemRange I810Mprotect; + + + + + #ifndef I810_DEBUG + int I810_DEBUG = (0 + /* | DEBUG_ALWAYS_SYNC */ + | DEBUG_VERBOSE_ACCEL + /* | DEBUG_VERBOSE_SYNC */ + /* | DEBUG_VERBOSE_VGA */ + /* | DEBUG_VERBOSE_RING */ + /* | DEBUG_VERBOSE_OUTREG */ + /* | DEBUG_VERBOSE_MEMORY */ + ); + #endif + + + /* + * Forward definitions for the functions that make up the driver. See + * the definitions of these functions for the real scoop. + */ + static Bool I810Probe(); + static char * I810Ident(); + static void I810EnterLeave(); + static Bool I810Init(); + static int I810ValidMode(); + static void * I810Save(); + static void I810Restore(); + static void I810Adjust(); + static void I810SaveScreen(); + static void I810FbInit(); + static void I810DisplayPowerManagementSet(); + static int I810PitchAdjust(void); + + + /* + * This data structure defines the driver itself. The data structure is + * initialized with the functions that make up the driver and some data + * that defines how the driver operates. + */ + vgaVideoChipRec I810 = { + /* + * Function pointers + */ + I810Probe, + I810Ident, + I810EnterLeave, + I810Init, + I810ValidMode, + I810Save, + I810Restore, + I810Adjust, + I810SaveScreen, + (void (*)())NoopDDA, /* I810GetMode, */ + I810FbInit, + (void (*)())NoopDDA, /* I810SetRead, */ + (void (*)())NoopDDA, /* I810SetWrite, */ + (void (*)())NoopDDA, /* I810SetReadWrite, */ + + 0x10000, /* banked mode stuff */ + 0x10000, /* */ + 16, /* */ + 0xFFFF, /* */ + 0x00000, 0x10000, /* */ + 0x00000, 0x10000, /* */ + FALSE, /* banked mode stuff */ + VGA_NO_DIVIDE_VERT, + {0,}, + 8, /* scanline padding - replace pitchadjust? */ + TRUE, /* support lfb */ + 0, + 0, + TRUE, /* support 16bpp */ + TRUE, /* support 24bpp */ + FALSE, /* support 32bpp */ + NULL, + 1, + 1 + }; + + /* + * This is a convenience macro, so that entries in the driver structure + * can simply be dereferenced with 'new->xxx'. + */ + #define new ((vgaI810Ptr)vgaNewVideoState) + + + + + /* + * I810Ident -- + * + * Returns the string name for supported chipset 'n'. + */ + static char * + I810Ident(n) + int n; + { + static char *chipsets[] = { + "i810", "i810-dc100", "i810e" + }; + + if (n + 1 > sizeof(chipsets) / sizeof(char *)) + return(NULL); + else + return(chipsets[n]); + } + + + + /* + * I810Probe -- + * + * This is the function that makes a yes/no decision about whether or not + * a chipset supported by this driver is present or not. The server will + * call each driver's probe function in sequence, until one returns TRUE + * or they all fail. + */ + static Bool + I810Probe() + { + pciConfigPtr pcr; + pciConfigPtr I810pcr = NULL; + pciConfigPtr I810BridgePcr = NULL; + int temp; + int i; + + /* + * Set up I/O ports to be used by this card. Only do the second + * xf86AddIOPorts() if there are non-standard ports for this + * chipset. + */ + xf86ClearIOPortList(vga256InfoRec.scrnIndex); + xf86AddIOPorts(vga256InfoRec.scrnIndex, Num_VGA_IOPorts, VGA_IOPorts); + + /* + * First we attempt to figure out if one of the supported chipsets + * is present. + */ + if (vga256InfoRec.chipset) { + char *chipset; + for (i = 0; (chipset = I810Ident(i)); i++) { + if (!StrCaseCmp(vga256InfoRec.chipset, chipset)) { + break; + } + } + + if (!chipset) + return(FALSE); + } + + /* + * Start with PCI probing, this should get us quite far already. + */ + i = 0; + I810Chipset = -1; + if (vgaPCIInfo && vgaPCIInfo->AllCards) { + while (pcr = vgaPCIInfo->AllCards[i++]) { + if (pcr->_vendor == PCI_VENDOR_INTEL) { + int id = pcr->_device; + + if (vga256InfoRec.chipID) { + ErrorF("%s %s: i810 chipset override, using ChipID " + "value (0x%04X) instead of PCI value (0x%04X)\n", + XCONFIG_GIVEN, + vga256InfoRec.name, + vga256InfoRec.chipID, + pcr->_device); + id = vga256InfoRec.chipID; + } + + switch (id) { + case PCI_CHIP_I810: + vga256InfoRec.chipset = I810Ident(0); + I810Chipset = id; + I810LinearAddr = pcr->_base0 & 0xfe000000; /* 32/64M */ + I810MMIOAddr = pcr->_base1 & 0xfff80000; /* 512K window */ + I810pcr = pcr; + break; + + case PCI_CHIP_I810_DC100: + vga256InfoRec.chipset = I810Ident(1); + I810Chipset = id; + I810LinearAddr = pcr->_base0 & 0xfe000000; /* 32/64M */ + I810MMIOAddr = pcr->_base1 & 0xfff80000; /* 512K window */ + I810pcr = pcr; + break; + + case PCI_CHIP_I810_E: + vga256InfoRec.chipset = I810Ident(2); + I810Chipset = id; + I810LinearAddr = pcr->_base0 & 0xfe000000; /* 32/64M */ + I810MMIOAddr = pcr->_base1 & 0xfff80000; /* 512K window */ + I810pcr = pcr; + break; + + case PCI_CHIP_I810_BRIDGE: + case PCI_CHIP_I810_DC100_BRIDGE: + case PCI_CHIP_I810_E_BRIDGE: + I810BridgePcr = pcr; + break; + } + } + } + } else + return(FALSE); + + + if (I810Chipset == -1) { + if (vga256InfoRec.chipset) + ErrorF("%s %s: i810: Unknown chipset\n", + XCONFIG_PROBED, vga256InfoRec.name); + return(FALSE); + } + + /* + * Okay, it's an i810. + */ + I810PciTag = pcibusTag(I810pcr->_bus, I810pcr->_cardnum, I810pcr->_func); + + /* Override the linear address, if user specified one. */ + if (vga256InfoRec.MemBase) { + if (vga256InfoRec.MemBase != I810LinearAddr) { + ErrorF("%s %s: i810 linear address override, using 0x%08X " + "instead of probed value (0x%08X)\n", + XCONFIG_GIVEN, + vga256InfoRec.name, + vga256InfoRec.MemBase, + I810LinearAddr); + } + I810LinearAddr = vga256InfoRec.MemBase; + } + + /* Override the MMIO address, if user specified one. */ + if (vga256InfoRec.IObase) { + if (vga256InfoRec.IObase != I810MMIOAddr) { + ErrorF("%s %s: i810 linear address override, using 0x%08X " + "instead of probed value (0x%08X)\n", + XCONFIG_GIVEN, + vga256InfoRec.name, + vga256InfoRec.IObase, + I810MMIOAddr); + } + I810MMIOAddr = vga256InfoRec.IObase; + } + + /* Enable I/O Ports, etc. */ + I810EnterLeave(ENTER); + + /* Look for kernel GTT support, else try to fall back. Currently + * ignores any dedicated video ram on the 810-dc100, as this is + * much slower than using system ram. The main use of the dcache + * is as a zbuffer in a (forthcoming) 3d capable server. + */ + if (!I810CharacterizeSystemRam( I810BridgePcr )) { + I810EnterLeave(LEAVE); + return FALSE; + } + + if (!vga256InfoRec.videoRam) { + FatalError("\nCouldn't allocate physical memory for frame buffer.\n"); + } + + /* + * Last we fill in the remaining data structures. We specify the + * chipset name, using the Ident() function and an appropriate + * index. We set a boolean for whether or not this driver + * supports banking for the Monochrome server. And we set up a + * list of all the option flags that this driver can make use of. + */ + vga256InfoRec.bankedMono = FALSE; + + #ifdef XFreeXDGA + vga256InfoRec.directMode = XF86DGADirectPresent; + #endif + + /* Allowed options: */ + OFLG_SET(OPTION_LINEAR, &I810.ChipOptionFlags); + OFLG_SET(OPTION_NOACCEL, &I810.ChipOptionFlags); + OFLG_SET(OPTION_SW_CURSOR, &I810.ChipOptionFlags); + OFLG_SET(OPTION_HW_CURSOR, &I810.ChipOptionFlags); + OFLG_SET(OPTION_MMIO, &I810.ChipOptionFlags); + OFLG_SET(OPTION_DAC_6_BIT, &I810.ChipOptionFlags); + OFLG_SET(OPTION_DAC_8_BIT, &I810.ChipOptionFlags); + OFLG_SET(OPTION_SLOW_DRAM, &I810.ChipOptionFlags); + + /* Make sure users don't set mutually exclusive options!! */ + if (OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options) && + OFLG_ISSET(OPTION_HW_CURSOR, &vga256InfoRec.options)) + FatalError( + "\nOptions \"sw_cursor\" and \"hw_cursor\" are incompatible.\n"); + if (OFLG_ISSET(OPTION_DAC_6_BIT, &vga256InfoRec.options) && + OFLG_ISSET(OPTION_DAC_8_BIT, &vga256InfoRec.options)) + FatalError( + "\nOptions \"dac_6_bit\" and \"dac_8_bit\" are incompatible.\n"); + + /* Turn on 8 bit DAC mode, if 6 bit mode is not set or if the screen + * depth is greater than 8bpp. + */ + if (!OFLG_ISSET(OPTION_DAC_6_BIT, &vga256InfoRec.options) || + vgaBitsPerPixel > 8) + OFLG_SET(OPTION_DAC_8_BIT, &vga256InfoRec.options); + + /* Turn off DAC_6_BIT if screen depth is greater than 8bpp + */ + if (OFLG_ISSET(OPTION_DAC_6_BIT, &vga256InfoRec.options) && + vgaBitsPerPixel > 8) { + OFLG_CLR(OPTION_DAC_6_BIT, &vga256InfoRec.options); + if (xf86Verbose) { + ErrorF("%s %s: %s: Cannot use \"dac_6_bit\" in %d bpp mode\n", + XCONFIG_GIVEN, + vga256InfoRec.name, + vga256InfoRec.chipset, + vgaBitsPerPixel); + } + } + + /* + * If your driver uses a programmable clockchip, you have to set + * this option to avoid clock probing etc. + */ + OFLG_SET(CLOCK_OPTION_PROGRAMABLE, &vga256InfoRec.clockOptions); + + #ifdef DPMSExtension + vga256InfoRec.DPMSSet = I810DisplayPowerManagementSet; + #endif + + /* + * For the i740, the max RAMDAC dot clock is 220MHz, but the max + * pixel pipeline frequency is 203MHz so we'll use the 203MHz + * value. + * + * The i810 datasheet on intel's site has a max ramdac listed as + * 230 mHz. I'm sticking with the 203 figure until I get some more + * information. + */ + if (vga256InfoRec.dacSpeeds[0]) { + vga256InfoRec.maxClock = vga256InfoRec.dacSpeeds[0]; + } else { + switch (I810Chipset) { + case PCI_CHIP_I810: + case PCI_CHIP_I810_DC100: + case PCI_CHIP_I810_E: + switch (vgaBitsPerPixel) { + case 8: vga256InfoRec.maxClock = 203000; break; + case 16: vga256InfoRec.maxClock = 163000; break; + case 24: vga256InfoRec.maxClock = 128000; break; + case 32: vga256InfoRec.maxClock = 86000; break; + } + break; + } + + } + + + /* Undocumented bug in blit engine which is seen when screen pitch + * is not a multiple of 64 bytes. + */ + vgaSetPitchAdjustHook(I810PitchAdjust); + + return(TRUE); + } + + + + static int I810PitchAdjust(void) + { + int vx = vga256InfoRec.virtualX; + int bytesperpixel = vgaBitsPerPixel >> 3; + + while ((vx*bytesperpixel) & 63) + vx++; + + if (vx != vga256InfoRec.virtualX) + ErrorF("%s %s: %s: Display width padded to %d bytes (%d pixels).\n", + XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.chipset, + vx*bytesperpixel, vx); + + return vx; + } + + /* + * I810EnterLeave -- + * + * This function is called when the virtual terminal on which the server + * is running is entered or left, as well as when the server starts up + * and is shut down. Its function is to obtain and relinquish I/O + * permissions for the SVGA device. This includes unlocking access to + * any registers that may be protected on the chipset, and locking those + * registers again on exit. + */ + static void + I810EnterLeave(enter) + Bool enter; + { + unsigned char temp; + + #ifdef XFreeXDGA + if ((vga256InfoRec.directMode & XF86DGADirectGraphics) && !enter) { + if (XAACursorInfoRec.Flags & USE_HARDWARE_CURSOR) + XAACursorInfoRec.HideCursor(); + return; + } + #endif + + if (enter) { + xf86EnableIOPorts(vga256InfoRec.scrnIndex); + + /* + * This is a global. The CRTC base address depends on + * whether the VGA is functioning in color or mono mode. + * This is just a convenient place to initialize this + * variable. + */ + vgaIOBase = (inb(MSR_R) & IO_ADDR_SELECT) ? CGA_BASE : MDA_BASE; + + /* + * Here we deal with register-level access locks. This + * is a generic VGA protection; most SVGA chipsets have + * similar register locks for their extended registers + * as well. + */ + /* Unprotect CRTC[0-7] */ + outb(vgaIOBase + 4, VERT_SYNC_END); + temp = inb(vgaIOBase + 5); + outb(vgaIOBase + 5, temp & 0x7F); + } else { + /* + * Here undo what was done above. + */ + + /* Protect CRTC[0-7] */ + outb(vgaIOBase + 4, VERT_SYNC_END); + temp = inb(vgaIOBase + 5); + outb(vgaIOBase + 5, temp | 0x80); + + xf86DisableIOPorts(vga256InfoRec.scrnIndex); + } + } + + /* + * I810CalcVCLK -- + * + * Determine the closest clock frequency to the one requested. + */ + #define MAX_VCO_FREQ 600.0 + #define TARGET_MAX_N 30 + #define REF_FREQ 24.0 + + #define CALC_VCLK(m,n,p) \ + (double)m / ((double)n * (1 << p)) * 4 * REF_FREQ + + static void + I810CalcVCLK( double freq ) + { + int m, n, p; + double f_out, f_best; + double f_err; + double f_vco; + int m_best = 0, n_best = 0, p_best = 0; + double f_target = freq; + double err_max = 0.005; + double err_target = 0.001; + double err_best = 999999.0; + + p_best = p = log(MAX_VCO_FREQ/f_target)/log((double)2); + f_vco = f_target * (1 << p); + + n = 2; + do { + n++; + m = f_vco / (REF_FREQ / (double)n) / (double)4.0 + 0.5; + if (m < 3) m = 3; + f_out = CALC_VCLK(m,n,p); + f_err = 1.0 - (f_target/f_out); + if (fabs(f_err) < err_max) { + m_best = m; + n_best = n; + f_best = f_out; + err_best = f_err; + } + } while ((fabs(f_err) >= err_target) && + ((n <= TARGET_MAX_N) || (fabs(err_best) > err_max))); + + if (fabs(f_err) < err_target) { + m_best = m; + n_best = n; + } + + new->VideoClk2_M = (m_best-2) & 0x3FF; + new->VideoClk2_N = (n_best-2) & 0x3FF; + new->VideoClk2_DivisorSel = (p_best << 4); + + ErrorF("%s %s: Setting dot clock to %.1lf MHz " + "[ 0x%x 0x%x 0x%x ] " + "[ %d %d %d ]\n", + XCONFIG_PROBED, vga256InfoRec.name, + CALC_VCLK(m_best,n_best,p_best), + new->VideoClk2_M, + new->VideoClk2_N, + new->VideoClk2_DivisorSel, + m_best, n_best, p_best); + } + + /* + * I810Restore -- + * + * This function restores a video mode. It basically writes out all of + * the registers that have previously been saved in the vgaI810Rec data + * structure. + * + * Note that "Restore" is a little bit incorrect. This function is also + * used when the server enters/changes video modes. The mode definitions + * have previously been initialized by the Init() function, below. + */ + static void + I810Restore(restore) + vgaI810Ptr restore; + { + unsigned char temp; + unsigned short stemp; + unsigned int itemp; + int i; + + if (I810FrameBufferLocked) + I810UnlockFrameBuffer(); + + vgaProtect(TRUE); /* Blank the screen */ + + /* + * Whatever code is needed to get things back to bank zero should be + * placed here. Things should be in the same state as when the + * Save/Init was done. + */ + + usleep(50000); + + /* Turn off DRAM Refresh */ + temp = INREG8( DRAM_ROW_CNTL_HI ); + temp &= ~DRAM_REFRESH_RATE; + temp |= DRAM_REFRESH_DISABLE; + OUTREG8( DRAM_ROW_CNTL_HI, temp ); + + usleep(1000); /* Wait 1 ms */ + + /* Write the M, N and P values */ + OUTREG16( VCLK2_VCO_M, restore->VideoClk2_M); + OUTREG16( VCLK2_VCO_N, restore->VideoClk2_N); + OUTREG8( VCLK2_VCO_DIV_SEL, restore->VideoClk2_DivisorSel); + + /* + * Turn on 8 bit dac mode, if requested. This is needed to make + * sure that vgaHWRestore writes the values into the DAC properly. + * The problem occurs if 8 bit dac mode is requested and the HW is + * in 6 bit dac mode. If this happens, all the values are + * automatically shifted left twice by the HW and incorrect colors + * will be displayed on the screen. The only time this can happen + * is at server startup time and when switching back from a VT. + */ + temp = INREG8(PIXPIPE_CONFIG_0); + temp &= 0x7F; /* Save all but the 8 bit dac mode bit */ + temp |= (restore->PixelPipeCfg0 & DAC_8_BIT); + OUTREG8( PIXPIPE_CONFIG_0, temp ); + + /* + * This function handles restoring the generic VGA registers. + */ + vgaHWRestore((vgaHWPtr)restore); + + /* + * Code to restore any SVGA registers that have been saved/modified + * goes here. Note that it is allowable, and often correct, to + * only modify certain bits in a register by a read/modify/write cycle. + */ + outb(vgaIOBase + 4, EXT_VERT_TOTAL); + outb(vgaIOBase + 5, restore->ExtVertTotal); + + outb(vgaIOBase + 4, EXT_VERT_DISPLAY); + outb(vgaIOBase + 5, restore->ExtVertDispEnd); + + outb(vgaIOBase + 4, EXT_VERT_SYNC_START); + outb(vgaIOBase + 5, restore->ExtVertSyncStart); + + outb(vgaIOBase + 4, EXT_VERT_BLANK_START); + outb(vgaIOBase + 5, restore->ExtVertBlankStart); + + outb(vgaIOBase + 4, EXT_HORIZ_TOTAL); + outb(vgaIOBase + 5, restore->ExtHorizTotal); + + outb(vgaIOBase + 4, EXT_HORIZ_BLANK); + outb(vgaIOBase + 5, restore->ExtHorizBlank); + + outb(vgaIOBase + 4, EXT_OFFSET); + outb(vgaIOBase + 5, restore->ExtOffset); + + outb(vgaIOBase + 4, INTERLACE_CNTL); temp = inb(vgaIOBase + 5); + temp &= ~INTERLACE_ENABLE; + temp |= restore->InterlaceControl; + outb(vgaIOBase + 4, INTERLACE_CNTL); outb(vgaIOBase + 5, temp); + + outb(GRX, ADDRESS_MAPPING); temp = inb(GRX+1); + temp &= 0xE0; /* Save reserved bits 7:5 */ + temp |= restore->AddressMapping; + outb(GRX, ADDRESS_MAPPING); outb(GRX+1, temp); + + + /* Turn on DRAM Refresh */ + temp = INREG8( DRAM_ROW_CNTL_HI ); + temp &= ~DRAM_REFRESH_RATE; + temp |= DRAM_REFRESH_60HZ; + OUTREG8( DRAM_ROW_CNTL_HI, temp ); + + temp = INREG8( BITBLT_CNTL ); + temp &= ~COLEXP_MODE; + temp |= restore->BitBLTControl; + OUTREG8( BITBLT_CNTL, temp ); + + temp = INREG8( DISPLAY_CNTL ); + temp &= ~(VGA_WRAP_MODE | GUI_MODE); + temp |= restore->DisplayControl; + OUTREG8( DISPLAY_CNTL, temp ); + + temp = INREG8( PIXPIPE_CONFIG_0 ); + temp &= 0x64; /* Save reserved bits 6:5,2 */ + temp |= restore->PixelPipeCfg0; + OUTREG8( PIXPIPE_CONFIG_0, temp ); + + temp = INREG8( PIXPIPE_CONFIG_2 ); + temp &= 0xF3; /* Save reserved bits 7:4,1:0 */ + temp |= restore->PixelPipeCfg2; + OUTREG8( PIXPIPE_CONFIG_2, temp ); + + temp = INREG8( PIXPIPE_CONFIG_1 ); + temp &= ~DISPLAY_COLOR_MODE; + temp |= restore->PixelPipeCfg1; + OUTREG8( PIXPIPE_CONFIG_1, temp ); + + stemp = INREG16(HWSTAM); + stemp &= INTR_RESERVED; + stemp |= restore->IntrHwStatMask; + OUTREG16(HWSTAM, stemp); + + stemp = INREG16(IER); + stemp &= INTR_RESERVED; + stemp |= restore->IntrEnabled; + OUTREG16(IER, stemp); + + stemp = INREG16(IMR); + stemp &= INTR_RESERVED; + stemp |= restore->IntrMask; + OUTREG16(IMR, stemp); + + OUTREG16(EIR, 0); + + stemp = INREG16(EMR); + stemp &= ERROR_RESERVED; + stemp |= restore->ErrorMask; + OUTREG16(EMR, stemp); + + + itemp = INREG(FWATER_BLC); + itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK | + MM_BURST_LENGTH | MM_FIFO_WATERMARK ); + itemp |= restore->LMI_FIFO_Watermark; + OUTREG(FWATER_BLC, itemp); + + /* First disable the ring buffer (Need to wait for empty first?, if so + * should probably do it before entering this section) + */ + itemp = INREG(LP_RING + RING_LEN); + itemp &= ~RING_VALID_MASK; + OUTREG(LP_RING + RING_LEN, itemp ); + + /* Set up the low priority ring buffer. + */ + OUTREG(LP_RING + RING_TAIL, 0 ); + OUTREG(LP_RING + RING_HEAD, 0 ); + + itemp = INREG(LP_RING + RING_START); + itemp &= ~(START_ADDR); + itemp |= restore->LprbStart; + OUTREG(LP_RING + RING_START, itemp ); + + itemp = INREG(LP_RING + RING_LEN); + itemp &= ~(RING_NR_PAGES | RING_REPORT_MASK | RING_VALID_MASK); + itemp |= restore->LprbLen; + OUTREG(LP_RING + RING_LEN, itemp ); + + /* Reset our shadow variables. + */ + I810LpRing.head = 0; + I810LpRing.tail = 0; + I810LpRing.space = 0; + + if (!(restore->std.Attribute[0x10] & 0x01)) { + /* + * Call vgaHWRestore again to restore the fonts correctly only + * when switching back to text mode. Wait 50 milliseconds for + * the DRAM to turn back on before writing the data back. + */ + usleep(50000); + vgaHWRestore((vgaHWPtr)restore); + } + + vgaProtect(FALSE); /* Turn on screen */ + + outb(vgaIOBase + 4, IO_CTNL); temp = inb(vgaIOBase + 5); + temp &= ~(EXTENDED_ATTR_CNTL | EXTENDED_CRTC_CNTL); + temp |= restore->IOControl; + outb(vgaIOBase + 4, IO_CTNL); outb(vgaIOBase + 5, temp); + } + + + /* Famous last words + */ + void + I810PrintErrorState() + { + fprintf(stderr, "pgetbl_ctl: 0x%x pgetbl_err: 0x%x\n", + INREG(PGETBL_CTL), + INREG(PGE_ERR)); + + fprintf(stderr, "ipeir: %x iphdr: %x\n", + INREG(IPEIR), + INREG(IPEHR)); + + fprintf(stderr, "LP ring tail: %x head: %x len: %x start %x\n", + INREG(LP_RING + RING_TAIL), + INREG(LP_RING + RING_HEAD) & HEAD_ADDR, + INREG(LP_RING + RING_LEN), + INREG(LP_RING + RING_START)); + + fprintf(stderr, "eir: %x esr: %x emr: %x\n", + INREG16(EIR), + INREG16(ESR), + INREG16(EMR)); + + fprintf(stderr, "instdone: %x instpm: %x\n", + INREG16(INST_DONE), + INREG8(INST_PM)); + + fprintf(stderr, "memmode: %x instps: %x\n", + INREG(MEMMODE), + INREG(INST_PS)); + + fprintf(stderr, "hwstam: %x ier: %x imr: %x iir: %x\n", + INREG16(HWSTAM), + INREG16(IER), + INREG16(IMR), + INREG16(IIR)); + } + + + /* + * I810Save -- + * + * This function saves the video state. It reads all of the SVGA registers + * into the vgaI810Rec data structure. There is in general no need to + * mask out bits here - just read the registers. + */ + static void * + I810Save(save) + vgaI810Ptr save; + { + int i; + + /* + * This function will handle creating the data structure and filling + * in the generic VGA portion. + */ + save = (vgaI810Ptr)vgaHWSave((vgaHWPtr)save, sizeof(vgaI810Rec)); + + /* + * The port I/O code necessary to read in the extended registers + * into the fields of the vgaI810Rec structure goes here. + */ + outb(vgaIOBase + 4, IO_CTNL); save->IOControl = inb(vgaIOBase + 5); + outb(GRX, ADDRESS_MAPPING); save->AddressMapping = inb(GRX+1); + + save->BitBLTControl = INREG8( BITBLT_CNTL ); + save->VideoClk2_M = INREG16( VCLK2_VCO_M ); + save->VideoClk2_N = INREG16( VCLK2_VCO_N ); + save->VideoClk2_DivisorSel = INREG8( VCLK2_VCO_DIV_SEL ); + + outb(vgaIOBase + 4, EXT_VERT_TOTAL); + save->ExtVertTotal = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, EXT_VERT_DISPLAY); + save->ExtVertDispEnd = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, EXT_VERT_SYNC_START); + save->ExtVertSyncStart = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, EXT_VERT_BLANK_START); + save->ExtVertBlankStart = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, EXT_HORIZ_TOTAL); + save->ExtHorizTotal = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, EXT_HORIZ_BLANK); + save->ExtHorizBlank = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, EXT_OFFSET); + save->ExtOffset = inb(vgaIOBase + 5); + + outb(vgaIOBase + 4, INTERLACE_CNTL); + save->InterlaceControl = inb(vgaIOBase + 5); + + + save->IntrHwStatMask = INREG16(HWSTAM); + save->IntrEnabled = INREG16(IER); + save->IntrIdentity = INREG16(IIR); + save->IntrMask = INREG16(IMR); + + save->ErrorMask = INREG16(EMR); + + save->PixelPipeCfg0 = INREG8( PIXPIPE_CONFIG_0 ); + save->PixelPipeCfg1 = INREG8( PIXPIPE_CONFIG_1 ); + save->PixelPipeCfg2 = INREG8( PIXPIPE_CONFIG_2 ); + save->DisplayControl = INREG8( DISPLAY_CNTL ); + save->LMI_FIFO_Watermark = INREG( FWATER_BLC ); + + save->LprbTail = INREG(LP_RING + RING_TAIL); + save->LprbHead = INREG(LP_RING + RING_HEAD); + save->LprbStart = INREG(LP_RING + RING_START); + save->LprbLen = INREG(LP_RING + RING_LEN); + + if ((save->LprbTail & TAIL_ADDR) != (save->LprbHead & HEAD_ADDR) && + save->LprbLen & RING_VALID) { + I810PrintErrorState(); + FatalError( "Active ring not flushed\n"); + } + + return ((void *) save); + } + + /* + * I810Init -- + * + * This is the most important function (after the Probe) function. This + * function fills in the vgaI810Rec with all of the register values needed + * to enable either a 256-color mode (for the color server) or a 16-color + * mode (for the monochrome server). + * + * The 'mode' parameter describes the video mode. The 'mode' structure + * as well as the 'vga256InfoRec' structure can be dereferenced for + * information that is needed to initialize the mode. The 'new' macro + * (see definition above) is used to simply fill in the structure. + * + * This is called after I810FBInit(), I hope.. + */ + static Bool + I810Init(mode) + DisplayModePtr mode; + { + double dclk = vga256InfoRec.clock[mode->Clock]/1000.0; + static int first_time = 1; + int i; + + if (first_time) { + first_time = 0; + I810AccelFinishInit(); + } + + /* + * This will allocate the datastructure and initialize all of the + * generic VGA registers. + */ + if (!vgaHWInit(mode,sizeof(vgaI810Rec))) + return(FALSE); + + /* + * Here all of the other fields of 'new' get filled in, to + * handle the SVGA extended registers. It is also allowable + * to override generic registers whenever necessary. + * + * A special case - when using an external clock-setting program, + * this function must not change bits associated with the clock + * selection. This condition can be checked by the condition: + * + * if (new->std.NoClock >= 0) + * initialize clock-select bits. + */ + + /* Make sure we only change 3:0 */ + switch (vgaBitsPerPixel) { + case 8: + new->std.CRTC[0x13] = vga256InfoRec.displayWidth >> 3; + new->ExtOffset = vga256InfoRec.displayWidth >> 11; + new->PixelPipeCfg1 = DISPLAY_8BPP_MODE; + new->BitBLTControl = COLEXP_8BPP; + break; + case 16: + if (xf86weight.green == 5) { + new->PixelPipeCfg1 = DISPLAY_15BPP_MODE; + } else { + new->PixelPipeCfg1 = DISPLAY_16BPP_MODE; + } + new->std.CRTC[0x13] = vga256InfoRec.displayWidth >> 2; + new->ExtOffset = vga256InfoRec.displayWidth >> 10; + new->BitBLTControl = COLEXP_16BPP; + break; + case 24: + new->std.CRTC[0x13] = (vga256InfoRec.displayWidth * 3) >> 3; + new->ExtOffset = (vga256InfoRec.displayWidth * 3)>> 11; + new->PixelPipeCfg1 = DISPLAY_24BPP_MODE; + new->BitBLTControl = COLEXP_24BPP; + break; + case 32: + new->std.CRTC[0x13] = vga256InfoRec.displayWidth >> 1; + new->ExtOffset = vga256InfoRec.displayWidth >> 9; + new->PixelPipeCfg1 = DISPLAY_32BPP_MODE; + new->BitBLTControl = COLEXP_RESERVED; /* Not implemented on i810 */ + break; + default: + break; + } + + /* Turn on 8 bit dac if requested */ + if (OFLG_ISSET(OPTION_DAC_8_BIT, &vga256InfoRec.options)) + new->PixelPipeCfg0 = DAC_8_BIT; + else + new->PixelPipeCfg0 = DAC_6_BIT; + + /* Turn on gamma correction + */ + if (vgaBitsPerPixel > 8) { + extern unsigned char xf86rGammaMap[], xf86gGammaMap[], xf86bGammaMap[]; + int i; + for (i = 0; i < 256; i++) { + new->std.DAC[i*3+0] = xf86rGammaMap[i]; + new->std.DAC[i*3+1] = xf86gGammaMap[i]; + new->std.DAC[i*3+2] = xf86bGammaMap[i]; + } + } + + new->PixelPipeCfg2 = ( 0 + | DISPLAY_GAMMA_ENABLE + | OVERLAY_GAMMA_ENABLE + ) ; + + + /* Turn on Extended VGA Interpretation + */ + new->IOControl = EXTENDED_CRTC_CNTL; + + /* Turn on linear mapping, and the GTT. + */ + new->AddressMapping = ( LINEAR_MODE_ENABLE | + GTT_MEM_MAP_ENABLE); + + + /* Turn on GUI mode */ + new->DisplayControl = HIRES_MODE; + + /* Calculate the extended CRTC regs */ + new->ExtVertTotal = (mode->CrtcVTotal - 2) >> 8; + new->ExtVertDispEnd = (mode->CrtcVDisplay - 1) >> 8; + new->ExtVertSyncStart = mode->CrtcVSyncStart >> 8; + new->ExtVertBlankStart = mode->CrtcVSyncStart >> 8; + new->ExtHorizTotal = ((mode->CrtcHTotal >> 3) - 5) >> 8; + new->ExtHorizBlank = ((mode->CrtcHSyncEnd >> 3) & 0x40) >> 6; + + /* Turn on interlaced mode if necessary */ + if (mode->Flags & V_INTERLACE) + new->InterlaceControl = INTERLACE_ENABLE; + else + new->InterlaceControl = INTERLACE_DISABLE; + + /* + * Set the overscan color to 0. + * NOTE: This only affects >8bpp mode. + */ + new->std.Attribute[0x11] = 0; + + /* + * Calculate the VCLK that most closely matches the requested dot + * clock. + */ + I810CalcVCLK(dclk); + + /* Since we program the clocks ourselves, always use VCLK2. */ + new->std.MiscOutReg |= 0x0C; + + /* Calculate the FIFO Watermark and Burst Length. */ + new->LMI_FIFO_Watermark = I810CalcWatermark( dclk, I810LmFreqSel ); + + new->IntrHwStatMask = ~INTR_RESERVED; + new->IntrEnabled = 0x0000; + new->IntrIdentity = 0x0000; + new->IntrMask = ~INTR_RESERVED; /* unmask all interrupts */ + + new->ErrorMask = 0; + + /* Setup the ring buffer */ + new->LprbTail = 0; + new->LprbHead = 0; + new->LprbStart = I810LpRing.mem.Start; + + if (new->LprbStart) + new->LprbLen = (I810LpRing.mem.Size-4096) | RING_NO_REPORT | RING_VALID; + else + new->LprbLen = RING_INVALID; + + return(TRUE); + } + + /* + * I810Adjust -- + * + * This function is used to initialize the SVGA Start Address - the first + * displayed location in the video memory. This is used to implement the + * virtual window. + */ + static void + I810Adjust(x, y) + int x, y; + { + int Base = (y * vga256InfoRec.displayWidth + + I810FrameBuffer.Start + + x) >> 2; + + I810CursorOffset = 0; + + if (I810_DEBUG&DEBUG_VERBOSE_VGA) { + fprintf(stderr, "I810adjust %d %d\n", x, y); + fprintf(stderr, "base: %x", Base); + } + + switch (vgaBitsPerPixel) { + case 8: + break; + case 16: + Base *= 2; + break; + case 24: + /* KW: Need to do 16-pixel alignment for i810, otherwise you + * get bad watermark problems. Need to fixup the mouse + * pointer positioning to take this into account. + */ + I810CursorOffset = (Base & 0x3) * 4; + Base &= ~0x3; + Base *= 3; + break; + case 32: + Base *= 4; + break; + } + + if (I810_DEBUG&DEBUG_VERBOSE_VGA) + fprintf(stderr, " cursor offset: %d\n", I810CursorOffset); + + outb(vgaIOBase + 4, START_ADDR_LO); + outb(vgaIOBase + 5, Base & 0x000000FF); + + outb(vgaIOBase + 4, START_ADDR_HI); + outb(vgaIOBase + 5, (Base & 0x0000FF00) >> 8); + + outb(vgaIOBase + 4, EXT_START_ADDR_HI); + outb(vgaIOBase + 5, (Base & 0x3FC00000) >> 22); + + outb(vgaIOBase + 4, EXT_START_ADDR); + outb(vgaIOBase + 5, ((Base & 0x003F0000) >> 16) | EXT_START_ADDR_ENABLE); + } + + /* + * I810SaveScreen -- + * + * This function gets called before and after a synchronous reset is + * performed on the SVGA chipset during a mode-changing operation. Some + * chipsets will reset registers that should not be changed during this. + * If your function is one of these, then you can use this function to + * save and restore the registers. + * + * Most chipsets do not require this function, and instead put + * 'vgaHWSaveScreen' in the vgaVideoChipRec structure. + */ + static void + I810SaveScreen(mode) + int mode; + { + if (mode == SS_START) { + outw(SRX, 0x0100); + } else { + outw(SRX, 0x0300); + } + } + + /* + * I810FbInit -- + * + * This function is used to initialise chip-specific graphics functions. + * It can be used to make use of the accelerated features of some chipsets. + * For most drivers, this function is not required, and 'NoopDDA' is put + * in the vgaVideoChipRec structure. + */ + static Bool + I810ScreenInit(pScreen, pbits, xsize, ysize, dpix, dpiy, width) + ScreenPtr pScreen; + pointer pbits; + int xsize, ysize, dpix, dpiy, width; + { + pScreen->StoreColors = I810StoreColors; + return TRUE; + } + + /* + * I810FbInit -- + * + * This function is used to initialise chip-specific graphics functions. + * It can be used to make use of the accelerated features of some chipsets. + * For most drivers, this function is not required, and 'NoopDDA' is put + * in the vgaVideoChipRec structure. + */ + static void + I810FbInit() + { + /* Hook out screen init so that we can substitute our own StoreColors + */ + vgaSetScreenInitHook(I810ScreenInit); + + /* Print out some useful information about the system. */ + if (xf86Verbose) { + ErrorF("%s %s: ", + (vga256InfoRec.chipset ? XCONFIG_PROBED : XCONFIG_GIVEN), + vga256InfoRec.name); + switch (I810Chipset) { + case PCI_CHIP_I810: + ErrorF("Intel i810\n"); + break; + case PCI_CHIP_I810_DC100: + ErrorF("Intel i810-dc100\n"); + break; + case PCI_CHIP_I810_E: + ErrorF("Intel i810e\n"); + break; + } + } + + /* Map IO registers to virtual address space. */ + I810MMIOBase = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, + (pointer)(I810MMIOAddr), 0x80000); + if (!I810MMIOBase) + FatalError("i810: Can't memory map IO registers\n"); + if (xf86Verbose) + ErrorF("%s %s: %s: MMIO registers at 0x%08lX\n", + (vga256InfoRec.IObase ? XCONFIG_GIVEN : XCONFIG_PROBED), + vga256InfoRec.name, + vga256InfoRec.chipset, + I810MMIOAddr); + + /* Use linear by default. */ + I810.ChipLinearBase = I810LinearAddr; + I810.ChipUseLinearAddressing = TRUE; + I810.ChipLinearSize = 8 * 1024 * 1024; + + + if (xf86Verbose) + ErrorF("%s %s: %s: Linear framebuffer at 0x%08lX\n", + (vga256InfoRec.MemBase ? XCONFIG_GIVEN : XCONFIG_PROBED), + vga256InfoRec.name, + vga256InfoRec.chipset, + I810.ChipLinearBase); + + /* Allocate the framebuffer. + */ + if (!I810AllocLow( &I810FrameBuffer, + I810DisplayPtr, + (vga256InfoRec.virtualY * + vga256InfoRec.displayWidth * + vgaBytesPerPixel) )) + FatalError("Failed to allocate space for framebuffer"); + + if (I810_DEBUG & DEBUG_VERBOSE_MEMORY) + fprintf(stderr, "framebuffer %x to %x\n", I810FrameBuffer.Start, + I810FrameBuffer.End); + + I810Mprotect = I810FrameBuffer; + + if (!OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options)) + { + if (!I810AllocHigh( &I810Cursor, &I810SysMem, 4096 )) { + ErrorF("%s %s: %s: Warning: " + "Cannot allocate memory in framebuffer for cursor image\n", + (OFLG_ISSET(OPTION_HW_CURSOR, &vga256InfoRec.options) ? + XCONFIG_GIVEN : XCONFIG_PROBED), + vga256InfoRec.name, + vga256InfoRec.chipset); + } + else { + /* Translate to a physical system memory address - this is the + * only thing for which the hardware will not use the GTT... + */ + I810CursorPhysical = I810LocalToPhysical( I810Cursor.Start ); + + if (I810_DEBUG & DEBUG_VERBOSE_MEMORY) + fprintf(stderr, "cursor local %x phys %x\n", + I810Cursor.Start, I810CursorPhysical); + + if (I810CursorPhysical) + I810CursorInit(); + } + } + + if (xf86Verbose) + ErrorF("%s %s: %s: Using %s cursor\n", + (OFLG_ISSET(OPTION_HW_CURSOR, &vga256InfoRec.options) ? + XCONFIG_GIVEN : XCONFIG_PROBED), + vga256InfoRec.name, + vga256InfoRec.chipset, + (I810CursorPhysical ? "hardware" : "software")); + + + memset( &I810LpRing, 0, sizeof( I810LpRing ) ); + + /* Must be power of two for tail_mask to work. + */ + if (!OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options)) { + if (I810AllocHigh( &I810LpRing.mem, &I810SysMem, 4096 )) { + + if (I810_DEBUG & DEBUG_VERBOSE_MEMORY) + fprintf(stderr, "ring buffer at local %x\n", I810LpRing.mem.Start); + + I810LpRing.base_reg = LP_RING; + I810LpRing.tail_mask = I810LpRing.mem.Size - 1; + I810LpRing.virtual_start = 0; + I810LpRing.head = 0; + I810LpRing.tail = 0; + I810LpRing.space = 0; + I810AccelInit(); + } else { + ErrorF("%s %s: %s: Warning: " + "Cannot allocate memory in framebuffer for ring buffer\n", + (OFLG_ISSET(OPTION_HW_CURSOR, &vga256InfoRec.options) ? + XCONFIG_GIVEN : XCONFIG_PROBED), + vga256InfoRec.name, + vga256InfoRec.chipset); + } + } + else if (xf86Verbose) + ErrorF("%s %s: %s: Acceleration disabled\n", + (OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options) ? + XCONFIG_GIVEN : XCONFIG_PROBED), + vga256InfoRec.name, + vga256InfoRec.chipset); + } + + static int + I810ValidMode(mode, verbose, flag) + DisplayModePtr mode; + Bool verbose; + int flag; + { + /* + * Code to check if a mode is suitable for the selected chipset. + * In most cases this can just return MODE_OK. + */ + if (mode->Flags & V_INTERLACE) { + if (verbose) { + ErrorF("%s %s: %s: Removing interlaced mode \"%s\"\n", + XCONFIG_PROBED, + vga256InfoRec.name, + vga256InfoRec.chipset, + mode->name); + } + return(MODE_BAD); + } + + return(MODE_OK); + } + + /* + * I810DisplayPowerManagementSet -- + * + * Sets VESA Display Power Management Signaling (DPMS) Mode. + */ + #ifdef DPMSExtension + static void + I810DisplayPowerManagementSet(PowerManagementMode) + int PowerManagementMode; + { + unsigned char SEQ01; + int DPMSSyncSelect; + + if (!xf86VTSema) + return; + + switch (PowerManagementMode) { + case DPMSModeOn: + /* Screen: On; HSync: On, VSync: On */ + SEQ01 = 0x00; + DPMSSyncSelect = HSYNC_ON | VSYNC_ON; + break; + case DPMSModeStandby: + /* Screen: Off; HSync: Off, VSync: On */ + SEQ01 = 0x20; + DPMSSyncSelect = HSYNC_OFF | VSYNC_ON; + break; + case DPMSModeSuspend: + /* Screen: Off; HSync: On, VSync: Off */ + SEQ01 = 0x20; + DPMSSyncSelect = HSYNC_ON | VSYNC_OFF; + break; + case DPMSModeOff: + /* Screen: Off; HSync: Off, VSync: Off */ + SEQ01 = 0x20; + DPMSSyncSelect = HSYNC_OFF | VSYNC_OFF; + break; + } + + /* Turn the screen on/off */ + outb(SRX, 0x01); + SEQ01 |= inb(SRX+1) & ~0x20; + outb(SRX+1, SEQ01); + + /* Set the DPMS mode */ + OUTREG8( DPMS_SYNC_SELECT, DPMSSyncSelect ); + } + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_memory.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_memory.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:06 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_memory.c Fri Nov 19 06:06:17 1999 *************** *** 0 **** --- 1,416 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_memory.c,v 1.1.2.2 1999/11/18 19:06:17 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Keith Whitwell <keithw@precisioninsight.com> + * + * $PI$ + */ + + + #include "X.h" + #include "input.h" + #include "screenint.h" + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "vga.h" + #include "xf86cursor.h" + #include "xf86_PCI.h" + #include "vgaPCI.h" + + extern vgaPCIInformation *vgaPCIInfo; + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + #include "i810.h" + #include "i810_reg.h" + + #include <agpgart.h> + + /* DcachePtr will be set up, but not used. + */ + I810MemRange I810DcacheMem = { 0, 0, 0 }; + I810MemRange I810SysMem = { 0, 0, 0 }; + I810MemRange *I810DisplayPtr = &I810SysMem; + + + #define gtt_None 0 + #define gtt_Local 1 + #define gtt_Kernel 2 + + + /* Used in fallback GTT: + */ + static int I810GttType = 0; + static unsigned long I810Physical = 0; + static unsigned long I810GttSize = 0; + static unsigned long I810GttPhysical = 0; + static unsigned long I810ScratchPageLocal = 0; + + + /* Used to determine which watermarks to use: + */ + int I810LmFreqSel = 0; + + + /* Communications with the kernel module: + */ + static int gartfd; + static struct gart_info gartinf; + static struct gart_pge_info gart_pg_inf; + + static int I810AllocateGARTMemory( void ) + { + int size = 4 * 1024 * 1024; + int i, j, pages = size / 4096; + struct stat sb; + + /* We can only fallback if there is no agpgart module active - + * otherwise the fallback to system ram screws up the other gart + * client(s). + */ + if (stat("/dev/agpgart", &sb) != 0) { + ErrorF("%s %s: Stat failed on /dev/agpgart: %s\n", + XCONFIG_PROBED, vga256InfoRec.name, + sys_errlist[errno]); + + /* Fallback - we'll manage the GTT ourselves. + */ + return -1; + } + + gartfd = open("/dev/agpgart", O_RDWR); + if (gartfd == -1) { + ErrorF("%s %s: unable to open /dev/agpgart: %s\n", + XCONFIG_PROBED, vga256InfoRec.name, + sys_errlist[errno]); + FatalError("Aborting"); + } + + if (ioctl(gartfd, GARTIOCINFO, &gartinf) != 0) { + ErrorF("%s %s: error doing ioctl(GARTIOCINFO): %s\n", + XCONFIG_PROBED, vga256InfoRec.name, + sys_errlist[errno]); + FatalError("Aborting"); + } + + + /* Dcache - half the speed of normal ram, so not really useful for + * a 2d server. Don't bother reporting its presence. + */ + if (gartinf.num_dcache_slots) { + I810DcacheMem.Start = gartinf.num_of_slots * 4096; + I810DcacheMem.Size = gartinf.num_dcache_slots * 4096; + I810DcacheMem.End = I810DcacheMem.Start + I810DcacheMem.Size; + } + + + /* Treat the gart like video memory - we assume we own all that is + * there, so ignore EBUSY errors. Don't try to remove it on + * failure, either. + */ + for (i = 0; i < pages; i++) + if (ioctl(gartfd, GARTIOCINSERT, &i) != 0) { + if (errno != EBUSY) + { + perror("gart insert"); + ErrorF("%s %s: GART: allocation of %d pages failed at page %d\n", + XCONFIG_PROBED, vga256InfoRec.name, pages, i); + FatalError("Aborting"); + } + } + + ErrorF("%s %s: GART: allocated %dK system ram\n", + XCONFIG_PROBED, vga256InfoRec.name, pages * 4); + + I810SysMem.Start = 0; + I810SysMem.End = pages * 4096; + I810SysMem.Size = pages * 4096; + I810GttType = gtt_Kernel; + + vga256InfoRec.videoRam = I810SysMem.Size / 1024; + + return 0; + } + + + static void I810SetupFallbackGTT() + { + unsigned int off, pte; + + OUTREG(PGETBL_CTL, (I810GttPhysical | PGETBL_ENABLED)); + + /* - load GTT entries via the MMIO aperture + * - Use a dedicated scratch page. + */ + for (off = 0, pte = 0 ; + pte < (I810GttSize * 1024) ; + off += 4096, pte += 4) + { + if (off < I810DcacheMem.End) { + OUTREG_(PTE_BASE + pte, off | PTE_LOCAL | PTE_VALID); + } else if (off < I810SysMem.End) { + OUTREG_(PTE_BASE + pte, + (I810Physical + off - I810DcacheMem.End) + | PTE_MAIN_UNCACHED | PTE_VALID); + } else { + OUTREG_(PTE_BASE + pte, + (I810Physical + I810ScratchPageLocal) + | PTE_MAIN_UNCACHED | PTE_VALID); + } + } + } + + + /* Work out the real top of physical memory (not just what it says in + * /proc/meminfo). Figure out the position and size of the + * preallocated (stolen) video ram segment. For now, this is all the + * memory we will use. + */ + Bool I810CharacterizeSystemRam( pciConfigPtr pcr ) + { + pciTagRec tag = pcibusTag(pcr->_bus, pcr->_cardnum, pcr->_func); + unsigned long mb = 0; + unsigned long foo; + unsigned long whtcfg_pamr_drp; + unsigned long smram_miscc; + int i; + + /* Need to do read longs, because read word returns rubbish... + */ + whtcfg_pamr_drp = pciReadLong( tag, WHTCFG_PAMR_DRP ); + smram_miscc = pciReadLong( tag, SMRAM_MISCC ); + + /* Need this for choosing watermarks. + */ + if ((whtcfg_pamr_drp & LM_FREQ_MASK) == LM_FREQ_133) + I810LmFreqSel = 133; + else + I810LmFreqSel = 100; + + + if (I810AllocateGARTMemory() == 0) + return TRUE; + else if (getenv("I810_UNSUPPORTED_GTT_FALLBACK")) + ErrorF("%s %s: No kernel GTT support detected - trying to fall back\n", + XCONFIG_PROBED, vga256InfoRec.name); + else + FatalError("Couldn't get memory from gart module,\n" + "and I810_UNSUPPORTED_GTT_FALLBACK not set."); + + + /* Fallback is useful for debugging, or if someone is unable to + * compile the kernel module (eg. a 1.2.x kernel, or a non-linux + * operating system). However there are real drawbacks - there has + * been little thought given to synchronization between two X + * servers running on the same hardware, non-X users of the gart + * (eg svga, fbdev, ggi), and when direct-rendering 3d clients + * become available the same problems will arise there, too. + * + * Additionally, the X server is unable to allocate system memory, + * so must cram everything into whatever 'stolen' memory was + * reserved by the chipset at startup. This is sneaky - the memory + * isn't guarenteed to be present, and is not guarenteed to be + * stable, either. + * + * Thus this should never be considered anything but a stopgap + * measure, or tool for special circumstances where a kernel module + * is unavailable. + */ + if ((smram_miscc & GFX_MEM_WIN_SIZE) == GFX_MEM_WIN_32M) + I810GttSize = 32; + else + I810GttSize = 64; + + ErrorF("%s %s: GTT window size: %ld mb\n", + XCONFIG_PROBED, vga256InfoRec.name, I810GttSize); + + for ( i = 0 ; i < 2 ; i++ ) { + char drp; + int row = 0; + + switch (i) { + case 0: drp = whtcfg_pamr_drp >> SYS_DRAM_ROW_0_SHIFT; break; + case 1: drp = whtcfg_pamr_drp >> SYS_DRAM_ROW_1_SHIFT; break; + } + + switch (drp & DRAM_MASK) { + case 0x0: row = DRAM_VALUE_0; break; + case 0x1: row = DRAM_VALUE_1; break; + /* no 0x2 value defined */ + case 0x3: row = DRAM_VALUE_3; break; + case 0x4: row = DRAM_VALUE_4; break; + case 0x5: row = DRAM_VALUE_5; break; + case 0x6: row = DRAM_VALUE_6; break; + case 0x7: row = DRAM_VALUE_7; break; + case 0x8: row = DRAM_VALUE_8; break; + case 0x9: row = DRAM_VALUE_9; break; + case 0xa: row = DRAM_VALUE_A; break; + case 0xb: row = DRAM_VALUE_B; break; + case 0xc: row = DRAM_VALUE_C; break; + case 0xd: row = DRAM_VALUE_D; break; + case 0xe: row = DRAM_VALUE_E; break; + case 0xf: row = DRAM_VALUE_F; break; + default: + FatalError("%s %s: Unrecognized system dram row size\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + } + + mb += row; + + ErrorF("%s %s: System dram row %d, size %d mb\n", + XCONFIG_PROBED, vga256InfoRec.name, i, row ); + } + + ErrorF("%s %s: Installed mainboard ram: %d mb\n", + XCONFIG_PROBED, vga256InfoRec.name, mb); + + mb *= 1024*1024; + + /* Take into account memory reserved for TSEG, whatever that is. + */ + switch (smram_miscc & USMM) { + case USMM_TSEG_512K: mb -= 512 * 1024; break; + case USMM_TSEG_1M: mb -= 1024 * 1024; break; + default: break; + } + + switch (smram_miscc & GMS) { + case GMS_DISABLE: + ErrorF("i810 is disabled\n"); + return 0; + case GMS_ENABLE_BARE: + ErrorF("\nNo system ram reserved for i810, and no kernel GTT\n"); + return 0; + case GMS_ENABLE_512K: + I810SysMem.End = 512 * 1024; + I810Physical = mb - 512 * 1024; + ErrorF("%s %s: Only 512k system ram available for i810\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + case GMS_ENABLE_1M: + I810SysMem.End = 1024 * 1024; + I810Physical = mb - 1024 * 1024; + ErrorF("%s %s: Only 1024k system ram available for i810\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + } + + /* Reserve space for the GTT and scratch page. + */ + I810SysMem.End -= I810GttSize * 1024; + I810GttPhysical = I810Physical + I810SysMem.End; + I810SysMem.End -= 4096; + I810ScratchPageLocal = I810SysMem.End; + I810SysMem.Size = I810SysMem.End - I810SysMem.Start; + + + /* Breifly map IO registers to virtual address space. */ + I810MMIOBase = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, + (pointer)(I810MMIOAddr), 0x80000); + + if (!I810MMIOBase) + FatalError("Couldn't map MMIO region"); + + /* Dcache is too slow for normal use, but it's a way to get a + * fullsized framebuffer in the fallback mode. + */ + if ((INREG8(DRAM_ROW_TYPE) & DRAM_ROW_0) == DRAM_ROW_0_SDRAM) + { + ErrorF("%s %s: Detected 4MB dedicated video ram\n", + XCONFIG_PROBED, vga256InfoRec.name); + + I810DcacheMem.Start = 0; + I810DcacheMem.End = 4 * 1024 * 1024; + I810DcacheMem.Size = I810DcacheMem.End; + I810SysMem.Start += I810DcacheMem.Size; + I810SysMem.End += I810DcacheMem.Size; + I810DisplayPtr = &I810DcacheMem; + } + + vga256InfoRec.videoRam = (I810SysMem.End - I810DcacheMem.Start) / 1024; + I810GttType = gtt_Local; + + I810SetupFallbackGTT(); + + /* Unmap them again. */ + xf86UnMapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, + (pointer)(I810MMIOAddr), 0x80000); + return TRUE; + } + + + unsigned long I810LocalToPhysical( unsigned long local ) + { + switch (I810GttType) { + case gtt_Local: + if (I810DisplayPtr == &I810SysMem) + return I810Physical + local; + else + return I810Physical + local - 4 * 1024 * 1024; + break; + case gtt_Kernel: + gart_pg_inf.index = (local + 4095) / 4096; + if (ioctl(gartfd, GARTIOCPGINFO, &gart_pg_inf) != 0) { + ErrorF("%s %s: error doing ioctl(GARTIOCINFO, %x): %s\n", + XCONFIG_PROBED, vga256InfoRec.name, gart_pg_inf.index, + sys_errlist[errno]); + return 0; + } + return gart_pg_inf.physical + (local & 4095); + default: + return 0; + } + } + + int I810AllocLow( I810MemRange *result, I810MemRange *pool, int size ) + { + if (size > pool->Size) return 0; + + pool->Size -= size; + result->Size = size; + result->Start = pool->Start; + result->End = pool->Start += size; + return 1; + } + + int I810AllocHigh( I810MemRange *result, I810MemRange *pool, int size ) + { + if (size > pool->Size) return 0; + + pool->Size -= size; + result->Size = size; + result->End = pool->End; + result->Start = pool->End -= size; + return 1; + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_reg.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_reg.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:07 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_reg.h Fri Nov 19 06:06:18 1999 *************** *** 0 **** --- 1,509 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_reg.h,v 1.1.2.2 1999/11/18 19:06:18 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Keith Whitwell <keithw@precisioninsight.com> + * + * based on the i740 driver by + * Kevin E. Martin <kevin@precisioninsight.com> + * + * + * $PI$ + */ + + /* I/O register offsets + */ + #define SRX 0x3C4 /* p208 */ + #define GRX 0x3CE /* p213 */ + #define ARX 0x3C0 /* p224 */ + + /* VGA Color Palette Registers */ + #define DACMASK 0x3C6 /* p232 */ + #define DACSTATE 0x3C7 /* p232 */ + #define DACRX 0x3C7 /* p233 */ + #define DACWX 0x3C8 /* p233 */ + #define DACDATA 0x3C9 /* p233 */ + + /* CRT Controller Registers (CRX) */ + #define START_ADDR_HI 0x0C /* p246 */ + #define START_ADDR_LO 0x0D /* p247 */ + #define VERT_SYNC_END 0x11 /* p249 */ + #define EXT_VERT_TOTAL 0x30 /* p257 */ + #define EXT_VERT_DISPLAY 0x31 /* p258 */ + #define EXT_VERT_SYNC_START 0x32 /* p259 */ + #define EXT_VERT_BLANK_START 0x33 /* p260 */ + #define EXT_HORIZ_TOTAL 0x35 /* p261 */ + #define EXT_HORIZ_BLANK 0x39 /* p261 */ + #define EXT_START_ADDR 0x40 /* p262 */ + #define EXT_START_ADDR_ENABLE 0x80 + #define EXT_OFFSET 0x41 /* p263 */ + #define EXT_START_ADDR_HI 0x42 /* p263 */ + #define INTERLACE_CNTL 0x70 /* p264 */ + #define INTERLACE_ENABLE 0x80 + #define INTERLACE_DISABLE 0x00 + + /* Miscellaneous Output Register + */ + #define MSR_R 0x3CC /* p207 */ + #define MSR_W 0x3C2 /* p207 */ + #define IO_ADDR_SELECT 0x01 + + #define MDA_BASE 0x3B0 /* p207 */ + #define CGA_BASE 0x3D0 /* p207 */ + + /* CR80 - IO Control, p264 + */ + #define IO_CTNL 0x80 + #define EXTENDED_ATTR_CNTL 0x02 + #define EXTENDED_CRTC_CNTL 0x01 + + /* GR10 - Address mapping, p221 + */ + #define ADDRESS_MAPPING 0x10 + #define PAGE_TO_LOCAL_MEM_ENABLE 0x10 + #define GTT_MEM_MAP_ENABLE 0x08 + #define PACKED_MODE_ENABLE 0x04 + #define LINEAR_MODE_ENABLE 0x02 + #define PAGE_MAPPING_ENABLE 0x01 + + /* Blitter control, p378 + */ + #define BITBLT_CNTL 0x7000c + #define COLEXP_MODE 0x30 + #define COLEXP_8BPP 0x00 + #define COLEXP_16BPP 0x10 + #define COLEXP_24BPP 0x20 + #define COLEXP_RESERVED 0x30 + #define BITBLT_STATUS 0x01 + + /* p375. + */ + #define DISPLAY_CNTL 0x70008 + #define VGA_WRAP_MODE 0x02 + #define VGA_WRAP_AT_256KB 0x00 + #define VGA_NO_WRAP 0x02 + #define GUI_MODE 0x01 + #define STANDARD_VGA_MODE 0x00 + #define HIRES_MODE 0x01 + + /* p375 + */ + #define PIXPIPE_CONFIG_0 0x70009 + #define DAC_8_BIT 0x80 + #define DAC_6_BIT 0x00 + #define HW_CURSOR_ENABLE 0x10 + #define EXTENDED_PALETTE 0x01 + + /* p375 + */ + #define PIXPIPE_CONFIG_1 0x7000a + #define DISPLAY_COLOR_MODE 0x0F + #define DISPLAY_VGA_MODE 0x00 + #define DISPLAY_8BPP_MODE 0x02 + #define DISPLAY_15BPP_MODE 0x04 + #define DISPLAY_16BPP_MODE 0x05 + #define DISPLAY_24BPP_MODE 0x06 + #define DISPLAY_32BPP_MODE 0x07 + + /* p375 + */ + #define PIXPIPE_CONFIG_2 0x7000b + #define DISPLAY_GAMMA_ENABLE 0x08 + #define DISPLAY_GAMMA_DISABLE 0x00 + #define OVERLAY_GAMMA_ENABLE 0x04 + #define OVERLAY_GAMMA_DISABLE 0x00 + + + /* Cursor control registers, pp383-384 + */ + #define CURSOR_CONTROL 0x70080 + #define CURSOR_ORIGIN_SCREEN 0x00 + #define CURSOR_ORIGIN_DISPLAY 0x10 + #define CURSOR_MODE 0x07 + #define CURSOR_MODE_DISABLE 0x00 + #define CURSOR_MODE_32_4C_AX 0x01 + #define CURSOR_MODE_64_3C 0x04 + #define CURSOR_MODE_64_4C_AX 0x05 + #define CURSOR_MODE_64_4C 0x06 + #define CURSOR_MODE_RESERVED 0x07 + #define CURSOR_BASEADDR 0x70084 + #define CURSOR_BASEADDR_MASK 0x1FFFFF00 + #define CURSOR_X_LO 0x70088 + #define CURSOR_X_HI 0x70089 + #define CURSOR_X_POS 0x00 + #define CURSOR_X_NEG 0x80 + #define CURSOR_Y_LO 0x7008A + #define CURSOR_Y_HI 0x7008B + #define CURSOR_Y_POS 0x00 + #define CURSOR_Y_NEG 0x80 + + + + /* Similar registers exist in Device 0 on the i810 (pp55-65), but I'm + * not sure they refer to local (graphics) memory. + * + * These details are for the local memory control registers, + * (pp301-310). The test machines are not equiped with local memory, + * so nothing is tested. Only a single row seems to be supported. + */ + #define DRAM_ROW_TYPE 0x3000 + #define DRAM_ROW_0 0x01 + #define DRAM_ROW_0_SDRAM 0x01 + #define DRAM_ROW_0_EMPTY 0x00 + #define DRAM_ROW_CNTL_LO 0x3001 + #define DRAM_PAGE_MODE_CTRL 0x10 + #define DRAM_RAS_TO_CAS_OVRIDE 0x08 + #define DRAM_CAS_LATENCY 0x04 + #define DRAM_RAS_TIMING 0x02 + #define DRAM_RAS_PRECHARGE 0x01 + #define DRAM_ROW_CNTL_HI 0x3002 + #define DRAM_REFRESH_RATE 0x18 + #define DRAM_REFRESH_DISABLE 0x00 + #define DRAM_REFRESH_60HZ 0x08 + #define DRAM_REFRESH_FAST_TEST 0x10 + #define DRAM_REFRESH_RESERVED 0x18 + #define DRAM_SMS 0x07 + #define DRAM_SMS_NORMAL 0x00 + #define DRAM_SMS_NOP_ENABLE 0x01 + #define DRAM_SMS_ABPCE 0x02 + #define DRAM_SMS_MRCE 0x03 + #define DRAM_SMS_CBRCE 0x04 + + /* p307 + */ + #define DPMS_SYNC_SELECT 0x5002 + #define VSYNC_CNTL 0x08 + #define VSYNC_ON 0x00 + #define VSYNC_OFF 0x08 + #define HSYNC_CNTL 0x02 + #define HSYNC_ON 0x00 + #define HSYNC_OFF 0x02 + + + + /* p317, 319 + */ + #define VCLK2_VCO_M 0x6008 /* treat as 16 bit? (includes msbs) */ + #define VCLK2_VCO_N 0x600a + #define VCLK2_VCO_DIV_SEL 0x6012 + #define POST_DIV_SELECT 0x70 + #define POST_DIV_1 0x00 + #define POST_DIV_2 0x10 + #define POST_DIV_4 0x20 + #define POST_DIV_8 0x30 + #define POST_DIV_16 0x40 + #define POST_DIV_32 0x50 + #define VCO_LOOP_DIV_BY_4M 0x00 + #define VCO_LOOP_DIV_BY_16M 0x04 + + + /* Instruction Parser Mode Register + * - p281 + * - 2 new bits. + */ + #define INST_PM 0x20c0 + #define AGP_SYNC_PACKET_FLUSH_ENABLE 0x20 /* reserved */ + #define SYNC_PACKET_FLUSH_ENABLE 0x10 + #define TWO_D_INST_DISABLE 0x08 + #define THREE_D_INST_DISABLE 0x04 + #define STATE_VAR_UPDATE_DISABLE 0x02 + #define PAL_STIP_DISABLE 0x01 + + #define INST_DONE 0x2090 + #define INST_PS 0x20c4 + + #define MEMMODE 0x20dc + + + /* Instruction parser error register. p279 + */ + #define IPEIR 0x2088 + #define IPEHR 0x208C + + + /* General error reporting regs, p296 + */ + #define EIR 0x20B0 + #define EMR 0x20B4 + #define ESR 0x20B8 + #define IP_ERR 0x0001 + #define ERROR_RESERVED 0xffc6 + + + /* Interrupt Control Registers + * - new bits for i810 + * - new register hwstam (mask) + */ + #define HWSTAM 0x2098 /* p290 */ + #define IER 0x20a0 /* p291 */ + #define IIR 0x20a4 /* p292 */ + #define IMR 0x20a8 /* p293 */ + #define ISR 0x20ac /* p294 */ + #define HW_ERROR 0x8000 + #define SYNC_STATUS_TOGGLE 0x1000 + #define DPY_0_FLIP_PENDING 0x0800 + #define DPY_1_FLIP_PENDING 0x0400 /* not implemented on i810 */ + #define OVL_0_FLIP_PENDING 0x0200 + #define OVL_1_FLIP_PENDING 0x0100 /* not implemented on i810 */ + #define DPY_0_VBLANK 0x0080 + #define DPY_0_EVENT 0x0040 + #define DPY_1_VBLANK 0x0020 /* not implemented on i810 */ + #define DPY_1_EVENT 0x0010 /* not implemented on i810 */ + #define HOST_PORT_EVENT 0x0008 /* */ + #define CAPTURE_EVENT 0x0004 /* */ + #define USER_DEFINED 0x0002 + #define BREAKPOINT 0x0001 + + + #define INTR_RESERVED (0x6000 | \ + DPY_1_FLIP_PENDING | \ + OVL_1_FLIP_PENDING | \ + DPY_1_VBLANK | \ + DPY_1_EVENT | \ + HOST_PORT_EVENT | \ + CAPTURE_EVENT ) + + /* FIFO Watermark and Burst Length Control Register + * + * - different offset and contents on i810 (p299) (fewer bits per field) + * - some overlay fields added + * - what does it all mean? + */ + #define FWATER_BLC 0x20d8 + #define MM_BURST_LENGTH 0x00700000 + #define MM_FIFO_WATERMARK 0x0001F000 + #define LM_BURST_LENGTH 0x00000700 + #define LM_FIFO_WATERMARK 0x0000001F + + + /* Fence/Tiling ranges [0..7] + */ + #define FENCE 0x2000 + #define FENCE_START_MASK 0x03F80000 + #define FENCE_TILE_WALK 0x00001000 + #define FENCE_SIZE_MASK 0x00000700 + #define FENCE_PITCH_MASK 0x00000030 + #define FENCE_VALID 0x00000001 + + + /* Registers to control page table, p274 + */ + #define PGETBL_CTL 0x2020 + #define PGETBL_ADDR_MASK 0xFFFFF000 + #define PGETBL_ENABLE_MASK 0x00000001 + #define PGETBL_ENABLED 0x00000001 + + /* Register containing pge table error results, p276 + */ + #define PGE_ERR 0x2024 + #define PGE_ERR_ADDR_MASK 0xFFFFF000 + #define PGE_ERR_ID_MASK 0x00000038 + #define PGE_ERR_CAPTURE 0x00000000 + #define PGE_ERR_OVERLAY 0x00000008 + #define PGE_ERR_DISPLAY 0x00000010 + #define PGE_ERR_HOST 0x00000018 + #define PGE_ERR_RENDER 0x00000020 + #define PGE_ERR_BLITTER 0x00000028 + #define PGE_ERR_MAPPING 0x00000030 + #define PGE_ERR_CMD_PARSER 0x00000038 + #define PGE_ERR_TYPE_MASK 0x00000007 + #define PGE_ERR_INV_TABLE 0x00000000 + #define PGE_ERR_INV_PTE 0x00000001 + #define PGE_ERR_MIXED_TYPES 0x00000002 + #define PGE_ERR_PAGE_MISS 0x00000003 + #define PGE_ERR_ILLEGAL_TRX 0x00000004 + #define PGE_ERR_LOCAL_MEM 0x00000005 + #define PGE_ERR_TILED 0x00000006 + + + + /* Page table entries loaded via mmio region, p323 + */ + #define PTE_BASE 0x10000 + #define PTE_ADDR_MASK 0x3FFFF000 + #define PTE_TYPE_MASK 0x00000006 + #define PTE_LOCAL 0x00000002 + #define PTE_MAIN_UNCACHED 0x00000000 + #define PTE_MAIN_CACHED 0x00000006 + #define PTE_VALID_MASK 0x00000001 + #define PTE_VALID 0x00000001 + + + /* Ring buffer registers, p277, overview p19 + */ + #define LP_RING 0x2030 + #define HP_RING 0x2040 + + #define RING_TAIL 0x00 + #define TAIL_ADDR 0x000FFFF8 + + #define RING_HEAD 0x04 + #define HEAD_WRAP_COUNT 0xFFE00000 + #define HEAD_WRAP_ONE 0x00200000 + #define HEAD_ADDR 0x001FFFFC + + #define RING_START 0x08 + #define START_ADDR 0x00FFFFF8 + + #define RING_LEN 0x0C + #define RING_NR_PAGES 0x000FF000 + #define RING_REPORT_MASK 0x00000006 + #define RING_REPORT_64K 0x00000002 + #define RING_REPORT_128K 0x00000004 + #define RING_NO_REPORT 0x00000000 + #define RING_VALID_MASK 0x00000001 + #define RING_VALID 0x00000001 + #define RING_INVALID 0x00000000 + + + + /* BitBlt Instructions + * + * There are many more masks & ranges yet to add. + */ + #define BR00_BITBLT_CLIENT 0x40000000 + #define BR00_OP_COLOR_BLT 0x10000000 + #define BR00_OP_SRC_COPY_BLT 0x10C00000 + #define BR00_OP_FULL_BLT 0x11400000 + #define BR00_OP_MONO_SRC_BLT 0x11800000 + #define BR00_OP_MONO_SRC_COPY_BLT 0x11000000 + #define BR00_OP_MONO_PAT_BLT 0x11C00000 + #define BR00_OP_MONO_SRC_COPY_IMMEDIATE_BLT 0x18400000 + #define BR00_OP_TEXT_IMMEDIATE_BLT 0xc000000 + + + #define BR00_TPCY_DISABLE 0x00000000 + #define BR00_TPCY_ENABLE 0x00000010 + + #define BR00_TPCY_ROP 0x00000000 + #define BR00_TPCY_NO_ROP 0x00000020 + #define BR00_TPCY_EQ 0x00000000 + #define BR00_TPCY_NOT_EQ 0x00000040 + + #define BR00_PAT_MSB_FIRST 0x00000000 /* ? */ + + #define BR00_PAT_VERT_ALIGN 0x000000e0 + + #define BR00_LENGTH 0x0000000F + + #define BR09_DEST_ADDR 0x03FFFFFF + + #define BR11_SOURCE_PITCH 0x00003FFF + + #define BR12_SOURCE_ADDR 0x03FFFFFF + + #define BR13_SOLID_PATTERN 0x80000000 + #define BR13_RIGHT_TO_LEFT 0x40000000 + #define BR13_LEFT_TO_RIGHT 0x00000000 + #define BR13_MONO_TRANSPCY 0x20000000 + #define BR13_USE_DYN_DEPTH 0x04000000 + #define BR13_DYN_8BPP 0x00000000 + #define BR13_DYN_16BPP 0x01000000 + #define BR13_DYN_24BPP 0x02000000 + #define BR13_ROP_MASK 0x00FF0000 + #define BR13_DEST_PITCH 0x0000FFFF + #define BR13_PITCH_SIGN_BIT 0x00008000 + + #define BR14_DEST_HEIGHT 0xFFFF0000 + #define BR14_DEST_WIDTH 0x0000FFFF + + #define BR15_PATTERN_ADDR 0x03FFFFFF + + #define BR16_SOLID_PAT_COLOR 0x00FFFFFF + #define BR16_BACKGND_PAT_CLR 0x00FFFFFF + + #define BR17_FGND_PAT_CLR 0x00FFFFFF + + #define BR18_SRC_BGND_CLR 0x00FFFFFF + #define BR19_SRC_FGND_CLR 0x00FFFFFF + + + /* Instruction parser instructions + */ + + #define INST_PARSER_CLIENT 0x00000000 + #define INST_OP_FLUSH 0x02000000 + #define INST_FLUSH_MAP_CACHE 0x00000001 + + + + /* Registers in the i810 host-pci bridge pci config space which affect + * the i810 graphics operations. + */ + #define SMRAM_MISCC 0x70 + #define GMS 0x000000c0 + #define GMS_DISABLE 0x00000000 + #define GMS_ENABLE_BARE 0x00000040 + #define GMS_ENABLE_512K 0x00000080 + #define GMS_ENABLE_1M 0x000000c0 + #define USMM 0x00000030 + #define USMM_DISABLE 0x00000000 + #define USMM_TSEG_ZERO 0x00000010 + #define USMM_TSEG_512K 0x00000020 + #define USMM_TSEG_1M 0x00000030 + #define GFX_MEM_WIN_SIZE 0x00010000 + #define GFX_MEM_WIN_32M 0x00010000 + #define GFX_MEM_WIN_64M 0x00000000 + + /* Overkill? I don't know. Need to figure out top of mem to make the + * SMRAM calculations come out. Linux seems to have problems + * detecting it all on its own, so this seems a reasonable double + * check to any user supplied 'mem=...' boot param. + * + * ... unfortunately this reg doesn't work according to spec on the + * test hardware. + */ + #define WHTCFG_PAMR_DRP 0x50 + #define SYS_DRAM_ROW_0_SHIFT 16 + #define SYS_DRAM_ROW_1_SHIFT 20 + #define DRAM_MASK 0x0f + #define DRAM_VALUE_0 0 + #define DRAM_VALUE_1 8 + /* No 2 value defined */ + #define DRAM_VALUE_3 16 + #define DRAM_VALUE_4 16 + #define DRAM_VALUE_5 24 + #define DRAM_VALUE_6 32 + #define DRAM_VALUE_7 32 + #define DRAM_VALUE_8 48 + #define DRAM_VALUE_9 64 + #define DRAM_VALUE_A 64 + #define DRAM_VALUE_B 96 + #define DRAM_VALUE_C 128 + #define DRAM_VALUE_D 128 + #define DRAM_VALUE_E 192 + #define DRAM_VALUE_F 256 /* nice one, geezer */ + #define LM_FREQ_MASK 0x10 + #define LM_FREQ_133 0x10 + #define LM_FREQ_100 0x00 + + + + + Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_wmark.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_wmark.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:07 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_wmark.c Fri Nov 19 06:06:18 1999 *************** *** 0 **** --- 1,338 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_wmark.c,v 1.1.2.2 1999/11/18 19:06:18 hohndel Exp $ */ + /************************************************************************** + + Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sub license, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice (including the + next paragraph) shall be included in all copies or substantial portions + of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Keith Whitwell <keithw@precisioninsight.com> + */ + + #include "vga.h" + #include "i810.h" + + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + + struct wm_info { + double freq; + unsigned int wm; + }; + + + struct wm_info i810_wm_8_100[] = { + { 0, 0x22002000 }, + { 25, 0x22002000 }, + { 31, 0x22003000 }, + { 35, 0x22003000 }, + { 36, 0x22003000 }, + { 40, 0x22003000 }, + { 43, 0x22004000 }, + { 45, 0x22004000 }, + { 49, 0x22004000 }, + { 50, 0x22004000 }, + { 56, 0x22004000 }, + { 65, 0x22005000 }, + { 75, 0x22005000 }, + { 78, 0x22006000 }, + /* { 80, 0x2220c000 }, */ + { 94, 0x22007000 }, + { 96, 0x22107000 }, + { 99, 0x22107000 }, + { 108, 0x22107000 }, + { 129, 0x22107000 }, + { 132, 0x22109000 }, + { 135, 0x22109000 }, + { 157, 0x2210b000 }, + { 162, 0x2210b000 }, + { 189, 0x2220e000 }, + { 195, 0x2220e000 }, + { 202, 0x2220e000 }, + }; + + struct wm_info i810_wm_16_100[] = { + { 0, 0x22004000 }, + { 25, 0x22004000 }, + { 28, 0x22004000 }, + { 31, 0x22005000 }, + { 33, 0x22005000 }, + { 35, 0x22004000 }, + { 36, 0x22005000 }, + { 40, 0x22006000 }, + { 43, 0x22006000 }, + { 45, 0x22007000 }, + { 49, 0x22007000 }, + { 50, 0x22007000 }, + { 56, 0x22108000 }, + { 65, 0x22109000 }, + { 75, 0x2210a000 }, + { 78, 0x2210b000 }, + { 80, 0x22210000 }, + { 94, 0x2220e000 }, + { 96, 0x22210000 }, + { 99, 0x22210000 }, + { 108, 0x22210000 }, + { 121, 0x22210000 }, + { 129, 0x22210000 }, + { 132, 0x22314000 }, + { 135, 0x22314000 }, + { 157, 0x22415000 }, + { 162, 0x22416000 }, + { 189, 0x22416000 }, + { 195, 0x22416000 }, + { 202, 0x22416000 } + }; + + + struct wm_info i810_wm_24_100[] = { + { 0, 0x22006000 }, + { 25, 0x22006000 }, + { 28, 0x22006000 }, + { 31, 0x22007000 }, + { 35, 0x22008000 }, + { 40, 0x22008000 }, + { 40, 0x22108000 }, + { 49, 0x2210b000 }, + { 65, 0x2220d000 }, + { 75, 0x2220f000 }, + { 78, 0x22210000 }, + { 80, 0x22415000 }, + { 96, 0x22415000 }, + { 99, 0x22415000 }, + { 108, 0x22415000 }, + { 121, 0x22415000 }, + { 129, 0x22419000 }, + { 132, 0x22519000 }, + { 135, 0x2251d000 }, + { 157, 0x2251d000 }, + { 162, 0x4441d000 }, + { 189, 0x4441d000 }, + { 195, 0x4441d000 }, + { 202, 0x4441d000 }, + }; + + struct wm_info i810_wm_32_100[] = { + { 0, 0x2210b000 }, + { 60, 0x22415000 }, /* 0x314000 works too */ + { 80, 0x22419000 } /* 0x518000 works too */ + }; + + + struct wm_info i810_wm_8_133[] = { + { 0, 0x0070c000 }, + { 15, 0x0070c000 }, + { 25, 0x22002000 }, + { 28, 0x22002000 }, + { 31, 0x22003000 }, + { 35, 0x22003000 }, + { 36, 0x22003000 }, + { 40, 0x22003000 }, + { 43, 0x22004000 }, + { 45, 0x22004000 }, + { 49, 0x22004000 }, + { 50, 0x22004000 }, + { 56, 0x22004000 }, + { 65, 0x22005000 }, + { 75, 0x22005000 }, + { 78, 0x22006000 }, + { 80, 0x2220c000 }, + { 94, 0x22007000 }, + { 96, 0x22107000 }, + { 99, 0x22107000 }, + { 108, 0x22107000 }, + { 121, 0x2220c000 }, + { 129, 0x22107000 }, + { 132, 0x22109000 }, + { 135, 0x22109000 }, + { 157, 0x2210b000 }, + { 162, 0x2210b000 }, + { 189, 0x2220e000 }, + { 195, 0x2220e000 }, + { 202, 0x2220e000 } + }; + + + struct wm_info i810_wm_16_133[] = { + { 0, 0x22004000 }, + { 25, 0x22004000 }, + { 28, 0x22004000 }, + { 31, 0x22005000 }, + { 33, 0x22005000 }, + { 35, 0x22004000 }, + { 36, 0x22005000 }, + { 40, 0x22004000 }, + { 40, 0x22006000 }, + { 43, 0x22006000 }, + { 45, 0x22007000 }, + { 49, 0x22006000 }, + { 49, 0x22007000 }, + { 50, 0x22007000 }, + { 56, 0x22108000 }, + { 65, 0x22109000 }, + { 75, 0x2210a000 }, + { 78, 0x2210b000 }, + { 80, 0x22210000 }, + { 94, 0x2220e000 }, + { 96, 0x22210000 }, + { 99, 0x22210000 }, + { 108, 0x22210000 }, + { 121, 0x22210000 }, + { 129, 0x22210000 }, + { 132, 0x22314000 }, + { 135, 0x22314000 }, + { 157, 0x22415000 }, + { 162, 0x22416000 }, + { 189, 0x22416000 }, + { 195, 0x22416000 }, + { 202, 0x22416000 }, + }; + + struct wm_info i810_wm_24_133[] = { + { 0, 0x408000 }, + { 15, 0x408000 }, + { 19, 0x408000 }, + { 25, 0x20c000 }, + { 25, 0x40a000 }, + { 25, 0x22006000 }, + { 28, 0x22005000 }, + { 28, 0x22006000 }, + { 31, 0x22007000 }, + { 33, 0x22006000 }, + { 35, 0x22008000 }, + { 36, 0x22107000 }, + { 40, 0x22008000 }, + { 40, 0x22108000 }, + { 43, 0x22008000 }, + { 45, 0x2210a000 }, + { 49, 0x22009000 }, + { 49, 0x2210b000 }, + { 50, 0x2210a000 }, + { 56, 0x2210b000 }, + { 65, 0x2220d000 }, + { 75, 0x2220f000 }, + { 78, 0x22210000 }, + { 80, 0x22415000 }, + { 94, 0x22212000 }, + { 96, 0x22415000 }, + { 99, 0x22415000 }, + { 108, 0x22415000 }, + { 121, 0x22415000 }, + { 129, 0x22419000 }, + { 132, 0x22515000 }, + { 135, 0x2251c000 }, + { 157, 0x2251d000 }, + { 162, 0x44419000 }, + { 189, 0x44419000 }, + { 195, 0x44419000 }, + { 202, 0x44419000 }, + }; + + + struct wm_info i810_wm_32_133[] = { + { 0, 0x2210b000 }, + { 60, 0x22415000 }, + { 80, 0x22419000 } + }; + + + #define Elements(x) (sizeof(x)/sizeof(*x)) + + /* + * I810CalcFIFO -- + * + * Calculate burst length and FIFO watermark. + */ + unsigned int I810CalcWatermark( double freq, int local_mem_freq ) + { + struct wm_info *tab; + int nr; + int i; + + if (local_mem_freq == 100) { + switch(vgaBitsPerPixel) { + case 8: + tab = i810_wm_8_100; + nr = Elements(i810_wm_8_100); + break; + case 16: + tab = i810_wm_16_100; + nr = Elements(i810_wm_16_100); + break; + case 24: + tab = i810_wm_24_100; + nr = Elements(i810_wm_24_100); + break; + case 32: + tab = i810_wm_32_100; + nr = Elements(i810_wm_32_100); + break; + } + } else { + switch(vgaBitsPerPixel) { + case 8: + tab = i810_wm_8_133; + nr = Elements(i810_wm_8_133); + break; + case 16: + tab = i810_wm_16_133; + nr = Elements(i810_wm_16_133); + break; + case 24: + tab = i810_wm_24_133; + nr = Elements(i810_wm_24_133); + break; + case 32: + tab = i810_wm_32_133; + nr = Elements(i810_wm_32_133); + break; + } + } + + for (i = 0 ; i < nr && tab[i].freq < freq ; i++); + + if (i == nr) + i--; + + ErrorF("%s %s: chose watermark 0x%x: (tab.freq %.1f)\n", + XCONFIG_PROBED, vga256InfoRec.name, tab[i].wm, tab[i].freq); + + /* None of these values (sourced from intel) have watermarks for + * the dcache memory. Fake it for now by using the same watermark + * for both... + * + * Update: this is probably because dcache isn't real useful as + * framebuffer memory, so intel's drivers don't need watermarks + * for that memory because they never use it to feed the ramdacs. + * We do use it in the fallback mode, so keep the watermarks for + * now. + */ + if (I810DisplayPtr == &I810DcacheMem) + return (tab[i].wm & ~0xffffff) | ((tab[i].wm>>12) & 0xfff); + else + return tab[i].wm; + } + Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/Makefile diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/Makefile:1.1.2.2 *** /dev/null Sun Jan 9 07:47:09 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/Makefile Fri Nov 19 06:06:19 1999 *************** *** 0 **** --- 1,147 ---- + ############################################################################### + # + # Makefile for the agpgart.o kernel module. + # + # Keith Whitwell <keithw@precisioninsight.com> + # + # Based on Dev3dfx makefile by Carlo Wood + # + # $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/Makefile,v 1.1.2.2 1999/11/18 19:06:19 hohndel Exp $ + + ifeq ($(OPT_CFLAGS),) + OPT_CFLAGS = -O2 -fomit-frame-pointer -m486 + endif + + CFLAGS = $(OPT_CFLAGS) -DMODULE -D__KERNEL__ -I/usr/src/linux/include -pipe -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 + CC=gcc + + ############################################################################### + # You should never need to change anything below. + + # Detect kernel version + KERNEL_VERSION=$(shell ./version-test.sh) + KERNEL_VERSION_MAJOR:=$(shell echo "$(KERNEL_VERSION)" | awk -F. '{ printf ("%s.%s\n", $$1, $$2) }') + + # Detect if we have mtrr + HAVE_MTRR:=$(shell grep "flags.*:.* mtrr " /proc/cpuinfo) + + ifneq ($(HAVE_MTRR),) + CFLAGS += -DHAVE_MTRR + endif + + AUTOCONF=/usr/include/linux/autoconf.h + + # Decide if we are SMP + HAVE_SMP := $(shell \ + if grep -q '^\#define.*CONFIG_SMP.*1' $(AUTOCONF); \ + then echo 1; else echo 0; fi) + + # Decide if we should use modules + HAVE_MODVERSIONS := $(shell \ + if grep -q '^\#define.*CONFIG_MODVERSIONS.*1' $(AUTOCONF); \ + then echo 1; else echo 0; fi) + + ifeq ($(HAVE_SMP),1) + CFLAGS += -D__SMP__ + endif + + #ifeq ($(HAVE_MODVERSIONS),1) + #CFLAGS += -DMODVERSIONS + #endif + + all: sanity agpgart.o + + # Sanity checks + sanity: + @( \ + if [ "$(KERNEL_VERSION_MAJOR)" != "2.0" -a \ + "$(KERNEL_VERSION_MAJOR)" != "2.1" -a \ + "$(KERNEL_VERSION_MAJOR)" != "2.2" -a \ + "$(KERNEL_VERSION_MAJOR)" != "2.3" ]; then \ + echo "KERNEL_VERSION=$(KERNEL_VERSION)"; \ + echo "KERNEL_VERSION_MAJOR=$(KERNEL_VERSION_MAJOR)"; \ + echo "Something wrong with detection of KERNEL_VERSION?"; \ + echo "Please check Makefile and report bug"; \ + fi; \ + if [ "$(KERNEL_VERSION_MAJOR)" != "2.2" ]; then \ + echo "KERNEL_VERSION_MAJOR=$(KERNEL_VERSION_MAJOR)"; \ + echo "agpgart.o not yet available for non-2.2 kernels" \ + exit -1; \ + fi; \ + if [ ! -e /usr/src/linux ]; then \ + echo "Expect kernel source at location /usr/src/linux"; \ + echo "Sym.link /usr/src/linux -> where you have your sources"; \ + exit -1; \ + fi; \ + if [ ! -r /usr/src/linux/include ]; then \ + echo "Expect readable headers in /usr/src/linux/include"; \ + exit -1; \ + fi; \ + if [ ! -r /usr/src/linux/include/linux/version.h ]; then \ + echo "Missing /usr/src/linux/include/linux/version.h"; \ + echo "Configure and install the kernel first"; \ + exit -1; \ + fi; \ + if [ ! -e /proc/cpuinfo ]; then \ + echo "You need the /proc file system"; \ + echo "Reconfigure kernel and say Yes to CONFIG_PROC_FS"; \ + exit -1; \ + fi; \ + ) + + ############################################################################### + # kernel 2.2.x only + + ifeq ($(KERNEL_VERSION_MAJOR),2.2) + + agpgart.o: agpgart.c Makefile + $(CC) $(CFLAGS) -c -o $@ agpgart.c + + else + + agpgart.o: + @echo "agpgart.o not yet available for non-2.2 kernels" + @exit -1 + + endif + + ############################################################################### + + install: + mkdir -p /lib/modules/$(KERNEL_VERSION)/misc + cp agpgart.o /lib/modules/$(KERNEL_VERSION)/misc/agpgart.o + mkdir -p /usr/local/include + cp agpgart.h /usr/local/include/agpgart.h + if [ -e /lib/modules/$(KERNEL_VERSION)/modules.dep ]; then \ + indep=`grep 'misc/agpgart.o:' /lib/modules/$(KERNEL_VERSION)/modules.dep`; \ + if [ -z "$$indep" ]; then \ + echo "/lib/modules/$(KERNEL_VERSION)/misc/agpgart.o:" >> /lib/modules/$(KERNEL_VERSION)/modules.dep; \ + echo "" >> /lib/modules/$(KERNEL_VERSION)/modules.dep; \ + fi; \ + fi; \ + if [ ! -c /dev/agpgart ]; then \ + mknod /dev/agpgart c 10 175; \ + chmod go+w /dev/agpgart; \ + fi; \ + echo "/lib/modules/$(KERNEL_VERSION)/misc/agpgart.o"; \ + inconf=`grep 'alias char-major-10-175 agpgart' /etc/conf.modules`; \ + if [ -z "$$inconf" ]; then \ + echo "alias char-major-10-175 agpgart" >> /etc/conf.modules; \ + fi; \ + /sbin/depmod -a + + + ############################################################################### + # This is for debugging purposes by the developers: + + clean: + rm -f *.o *.s + + tar: + tar czf ../../SOURCES/I810Gtt.tar.gz agpgart.c agpgart.h testgart.c README Makefile + + debug: + make OPT_CFLAGS="-g -Wall -Wstrict-prototypes -DDEBUG" + + testgart.o: testgart.c + $(CC) -O0 -g -c testgart.c -o testgart.o Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/README diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/README:1.1.2.2 *** /dev/null Sun Jan 9 07:47:09 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/README Fri Nov 19 06:06:19 1999 *************** *** 0 **** --- 1,23 ---- + This is the gart device driver for the linux kernel, written by Jeff + Hartmann and others as part of the accelerated glx project. + + To build, you should just be able to type make. The makefile is extremely simple, so if it doesn't work, fix it... + + You should get a module you can start with: + + insmod agpgart.o + + To create the device file: + + mknod /dev/agpgart c 10 175 + + Then recompile the glx module: + + ./configure --with-mesa=<mesasrc> --enable-agp && make + make install (as root) + restart X + + For the i810 beta release I (Keith Whitwell) have removed support for the LX,BX and Via chipsets originally in this module. The i810 changes haven't been tested on those boards yet, so this is probably prudent. + + + $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/README,v 1.1.2.2 1999/11/18 19:06:19 hohndel Exp $ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:09 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.c Fri Nov 19 06:06:20 1999 *************** *** 0 **** --- 1,901 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.c,v 1.1.2.2 1999/11/18 19:06:20 hohndel Exp $ */ + /* + * AGPGART Hardware Device Driver + * Copyright (C) 1999 Jeff Hartmann + * Copyright (C) 1999 Precision Insight + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE + * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * + * Jeff Hartmann <jhartmann@precisioninsight.com> + */ + + /* + * - added support for VIA MVP3 <A.Borrmann@tu-bs.de> + * (introduced "chipset" struct) + * + * - added support for i810, changed to use a scratch page + * for empty entries. <keithw@precisioninsight.com> + * + * - for initial i810 release, removed all other chipset support as + * the i810 changes haven't been tested on those motherboards. + * <keithw@precisioninsight.com> + */ + + /* mknod /dev/gart c 10 175 */ + + #include <linux/config.h> + #include <linux/version.h> + + #ifdef MODULE + #include <linux/module.h> + #include <linux/autoconf.h> + #if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) + #define MODVERSIONS + #endif + #ifdef MODVERSIONS + #include <linux/modversions.h> + #endif + #else + #define MOD_INC_USE_COUNT + #define MOD_DEC_USE_COUNT + #endif + + #include <linux/types.h> + #include <linux/kernel.h> + #include <linux/sched.h> + #include <linux/mm.h> + #include <linux/string.h> + #include <linux/errno.h> + #include <linux/malloc.h> + #include <linux/pci.h> + #include <linux/init.h> + #include <linux/miscdevice.h> + #include "agpgart.h" + + #ifndef HAVE_MTRR + #undef CONFIG_MTRR + #endif + + /* The dc100 doesn't like MTRR... But we don't program the + * dcache from the cpu... + */ + /* #undef CONFIG_MTRR */ + + #ifdef CONFIG_MTRR + #include <asm/mtrr.h> + #endif + + #include <asm/uaccess.h> + #include <asm/system.h> + #include <asm/io.h> + + #define TRUE 1 + #define FALSE 0 + + #define AGPGART_MINOR 175 + + MODULE_AUTHOR("Jeff Hartmann <slicer@ionet.net>"); + MODULE_PARM(gart_agpmode, "1i"); + + static int gart_agpmode __initdata = 1; /* default agp mode = x1 ! */ + static struct miscdevice gart_miscdev; + + enum chipset_type { NOT_SUPPORTED, INTEL_810}; + + + static struct chipset_functions + { + enum chipset_type type; + char cache_flush_req; + struct pci_dev *dev; + struct pci_dev *agp_bridge; + + int (*initialize)(void); + int (*fetch_size)(void); + int (*configure)(int); + void (*cleanup)(void); + int (*set_mode)(int); + void (*tlb_flush)(void); + void (*write_entry)(int, unsigned long); + void (*conf_agpbridge)(int); + } chipset; + + struct gart_table_init + { + int size; + int num_entries; + int page_order; + short int intel_size_values; + int via_size_values; + int num_dcache_entries; /* defaults to zero below. */ + }; + + static struct gart_table_init gart_init_values[] = + { + /* size, number of entries, page order */ + {4, 1024, 0, 63, 252}, + {8, 2048, 1, 62, 248}, + {16, 4096, 2, 60, 240}, + {32, 8192, 3, 56, 224}, + {64, 16384, 4, 48, 192}, + {128, 32768, 5, 32, 128}, + {256, 65536, 6, 0, 0} + }; + + /* Use a copy of the entry so we can change stuff. + */ + static struct gart_table_init gart_init; + static unsigned long table_bus_addr; + static unsigned long gart_map_phys; + static unsigned long gart_mask; + + #if defined(CONFIG_MTRR) + static int gart_mtrr; + #endif + + static unsigned long *gart_table; + static unsigned long scratch_page = 0; + + #ifdef __SMP__ + static atomic_t cpus_waiting; + #endif + + static void flush_cache(void) + { + asm volatile("wbinvd" : : : "memory" ); + } + + #ifdef __SMP__ + static void ipi_handler(void *info) + { + flush_cache(); + atomic_dec(&cpus_waiting); + while( atomic_read(&cpus_waiting) > 0) barrier(); + } + + static void smp_flush_cache(void) + { + atomic_set(&cpus_waiting, smp_num_cpus - 1); + if(smp_call_function(ipi_handler, NULL, 1, 0) != 0) + panic("agpgart: timed out waiting for the other CPUs\n"); + flush_cache(); + while (atomic_read (&cpus_waiting) > 0) barrier(); + } + #endif + + + #ifdef __SMP__ + #define FLUSH_CACHE() smp_flush_cache() + #else + #define FLUSH_CACHE() flush_cache() + #endif + + + #define PGE_EMPTY(p) (!(p) || (p) == scratch_page) + + static void *gart_alloc_page(void) + { + void *pt; + + pt = (void *) __get_free_page(GFP_KERNEL); + if (pt == NULL) + { + return(NULL); + } + + set_bit(PG_reserved, &mem_map[MAP_NR(pt)].flags); + + return(pt); + } + + static void gart_destroy_page(void *pt) + { + if(pt == NULL) + return; + + clear_bit(PG_reserved, &mem_map[MAP_NR(pt)].flags); + + free_page((unsigned long) pt); + } + + static int gart_insert_page(int gart_index) + { + void *tmp_ptr; + unsigned long tmp_value; + + if(gart_index < 0 || + gart_index >= gart_init.num_entries) + { + return(-EINVAL); + } + + tmp_value = gart_table[gart_index]; + + if(!PGE_EMPTY(tmp_value)) + { + return(-EBUSY); + } + + tmp_ptr = gart_alloc_page(); + + if(tmp_ptr == NULL) + { + return(-ENOMEM); + } + + tmp_value = virt_to_bus(tmp_ptr); + tmp_value |= gart_mask; + chipset.write_entry(gart_index, tmp_value); + + if ( chipset.cache_flush_req ) + FLUSH_CACHE(); + + chipset.tlb_flush(); + return(0); + } + + + + static int gart_remove_page(int gart_index, int flush) + { + unsigned long tmp_value; + + if (gart_index < 0 || + gart_index >= gart_init.num_entries) + { + return(-EINVAL); + } + + if(scratch_page == 0) { + void *tmp_ptr = gart_alloc_page(); + + if(tmp_ptr == NULL) + return(-ENOMEM); + + scratch_page = virt_to_bus(tmp_ptr); + scratch_page |= gart_mask; + } + + tmp_value = gart_table[gart_index]; + chipset.write_entry(gart_index, scratch_page); + + if (flush) { + if (chipset.cache_flush_req) + FLUSH_CACHE(); + + chipset.tlb_flush(); + } + + if(!PGE_EMPTY(tmp_value)) + { + void *tmp_ptr; + tmp_value &= ~(gart_mask); + tmp_ptr = (void *) bus_to_virt(tmp_value); + gart_destroy_page(tmp_ptr); + } + + return(0); + } + + + + static int gart_ioctl(struct inode *inode, struct file *file, unsigned int cmd, + unsigned long arg) + { + int gart_index, mode; + struct gart_info user_info; + struct gart_pge_info user_pge_info; + + switch(cmd) + { + case GARTIOCMODE: + if(!(file->f_mode&FMODE_WRITE)) + return -EPERM; + + if(get_user(mode, (int *)arg)) + { + return(-EFAULT); + } + printk(KERN_INFO "request to set agp x%d mode\n", mode); + if ((mode==1) || (mode==2)) + return(chipset.set_mode(mode)); + else + return(-EINVAL); + break; + + case GARTIOCINSERT: + if(!(file->f_mode&FMODE_WRITE)) + return -EPERM; + + if(get_user(gart_index, (int *)arg)) + { + return(-EFAULT); + } + return(gart_insert_page(gart_index)); + break; + + case GARTIOCREMOVE: + if(!(file->f_mode&FMODE_WRITE)) + return -EPERM; + + if(get_user(gart_index, (int *) arg)) + { + return(-EFAULT); + } + return(gart_remove_page(gart_index, 1)); + break; + + case GARTIOCPGINFO: + if(get_user(gart_index, &((struct gart_pge_info *) arg)->index) ) + { + return(-EFAULT); + } + + if (gart_index < 0 || + gart_index >= gart_init.num_entries || + PGE_EMPTY(gart_table[gart_index])) { + printk("index: %x max: %x entry: %x empty: %d\n", + gart_index, gart_init.num_entries, gart_table[gart_index], + PGE_EMPTY(gart_table[gart_index])); + return -EINVAL; + } + + user_pge_info.index = gart_index; + user_pge_info.physical = gart_table[gart_index] & ~gart_mask; + + if(copy_to_user((void *)arg, &user_pge_info, + sizeof(struct gart_pge_info))) + { + return(-EFAULT); + } + return 0; + break; + + case GARTIOCINFO: + user_info.size = gart_init.size; + user_info.num_of_slots = gart_init.num_entries; + user_info.num_dcache_slots = gart_init.num_dcache_entries; + user_info.physical = gart_map_phys; + user_info.agpmode = gart_agpmode; + + if(copy_to_user((void *)arg, &user_info, sizeof(struct gart_info))) + { + return(-EFAULT); + } + return 0; + } + return(-ENOTTY); + } + + static int gart_create_table(int size /* in megs */) + { + /* 4 megs - one page - 4096 bytes - 1024 entries - 0 order */ + /* 8 megs - two pages - 8192 bytes - 2048 entries - 1 order */ + /* 16 megs - four pages - 16384 bytes - 4096 entries - 2 order */ + /* 32 megs - eight pages - 32768 bytes - 8192 entries - 3 order */ + /* 64 megs - sixteen pages - 65536 bytes - 16384 entries - 4 order */ + /* 128 megs - thirty-two pages - 131072 bytes - 32768 entries - 5 order */ + /* 256 megs - sixty-four pages - 262144 bytes - 65536 entries - 6 order */ + + char *table; + char *table_end; + struct gart_table_init *gart_init_p; + int i; + + for(i = 0, gart_init_p = NULL; i < 7 && gart_init_p == NULL; i++) + { + if(size == gart_init_values[i].size) + { + gart_init_p = gart_init_values + i; + } + } + + if(gart_init_p == NULL) + { + return(-EINVAL); + } + + gart_init = *gart_init_p; + + table = (char *) __get_free_pages(GFP_KERNEL, gart_init.page_order); + + if(table == NULL) + { + return(-ENOMEM); + } + + table_bus_addr = virt_to_bus(table); + table_end = table + ((PAGE_SIZE * (1 << gart_init.page_order)) - 1); + + for(i = MAP_NR(table); i < MAP_NR(table_end); i++) + { + set_bit(PG_reserved, &mem_map[i].flags); + } + + memset(table, 0, (PAGE_SIZE * (1 << gart_init.page_order))); + gart_table = (unsigned long *) table; + return(0); + } + + + /* Normal behaviour, overridden in the i810. + */ + static int gart_get_gart(void) + { + int ret_val; + int size, old_size; + + old_size = size = chipset.fetch_size(); + ret_val = -1; + + while(size >= 4 && ret_val != 0) + { + ret_val = gart_create_table(size); + size = size / 2; + } + + if(ret_val != 0) + { + printk( "Unable to get memory for the GART table.\n"); + misc_deregister(&gart_miscdev); + return(-ENOMEM); + } + + return 0; + } + + /* Normal behaviour, overridden in the i810. + */ + void gart_write_entry(int entry, unsigned long value) + { + gart_table[entry] = value; + } + + + + /* ------------------------------------------------------------------------ + * Intel 810 + * - need to map the mmio region to talk to the GTT. + */ + + #define I810_GMADDR 0x10 /* first pci addr range */ + #define I810_MMADDR 0x14 /* second pci addr range */ + + #define I810_PTE_BASE 0x10000 + #define I810_PTE_MAIN_UNCACHED 0x00000000 + #define I810_PTE_LOCAL 0x00000002 + #define I810_PTE_VALID 0x00000001 + + #define I810_SMRAM_MISCC 0x70 + #define I810_GFX_MEM_WIN_SIZE 0x00010000 + #define I810_GFX_MEM_WIN_32M 0x00010000 + #define I810_GMS 0x000000c0 + #define I810_GMS_DISABLE 0x00000000 + + #define I810_PGETBL_CTL 0x2020 + #define I810_PGETBL_ENABLED 0x00000001 + + #define I810_DRAM_CTL 0x3000 + #define I810_DRAM_ROW_0 0x00000001 + #define I810_DRAM_ROW_0_SDRAM 0x00000001 + + + #ifndef PCI_DEVICE_ID_INTEL_810_0 + #define PCI_DEVICE_ID_INTEL_810_0 0x7120 + #define PCI_DEVICE_ID_INTEL_810_DC100_0 0x7122 + #define PCI_DEVICE_ID_INTEL_810_E_0 0x7124 + + #define PCI_DEVICE_ID_INTEL_810_1 0x7121 + #define PCI_DEVICE_ID_INTEL_810_DC100_1 0x7123 + #define PCI_DEVICE_ID_INTEL_810_E_1 0x7125 + #endif + + static volatile unsigned char *mmvirt = 0; + + #define OUTREG(addr, val) *(volatile unsigned int *)(mmvirt + (addr)) = (val) + #define INREG(addr) *(volatile unsigned int *)(mmvirt + (addr)) + + + /* The i810 doesn't support multiple size gtt tables - there is only + * the one option, it appears. + */ + static int i810_get_gart(void) + { + int ret_val = -1; + int size; + int smram_miscc; + unsigned int mmbase; + + /* Find and map the mmio region for the graphics chip. This is just + * the second base address in the graphics chip pci conf area. + */ + pci_read_config_dword(chipset.agp_bridge, I810_MMADDR, (u32 *) &mmbase); + mmbase &= 0xfff80000; + + /* Map the mmio region (must be used to program the gtt) + */ + mmvirt = ioremap( mmbase, 512 * 1024 ); + + /* Figure out the GTT size + */ + pci_read_config_dword(chipset.dev, I810_SMRAM_MISCC, &smram_miscc ); + + if ( (smram_miscc & I810_GMS) == I810_GMS_DISABLE ) { + printk("i810 is disabled\n"); + return -ENOMEM; + } + + if ((smram_miscc & I810_GFX_MEM_WIN_SIZE) == I810_GFX_MEM_WIN_32M) + size = 32; + else + size = 64; + + /* Initialize gart_init. + */ + if (gart_create_table(size) != 0) + { + printk( "Unable to get memory for the GART table.\n"); + misc_deregister(&gart_miscdev); + return(-ENOMEM); + } + + if ((INREG(I810_DRAM_CTL) & I810_DRAM_ROW_0) == I810_DRAM_ROW_0_SDRAM) + { + printk( "agpgart (i810): detected 4MB dedicated video ram\n"); + + gart_init.num_dcache_entries = 1024; + gart_init.num_entries -= 1024; + } + + return 0; + } + + + /* Have to read via the gart_table, but write via mmio - very complex... + */ + static void i810_write_entry( int entry, unsigned long val ) + { + OUTREG(I810_PTE_BASE + (entry * 4), val); + } + + + + /* Agp is hidden or not implemented on the 810 (the graphics device is + * integrated to the pci bridge). + */ + static void i810_configure_agpbridge(int size) + { + } + + static int i810_setmode(int agp_mode) + { + return 0; + } + + /* Writing via mmio already flushes all tlb's on the graphics device. + */ + static void i810_tlbflush( void ) + { + } + + + static int i810_configure(int agp_mode) + { + unsigned long temp; + int i; + + /* gmaddr - physical address to remap too (a pci range of this device) + */ + pci_read_config_dword(chipset.agp_bridge, I810_GMADDR, (u32 *) (&temp)); + gart_map_phys = (temp & PCI_BASE_ADDRESS_MEM_MASK); + + OUTREG(I810_PGETBL_CTL, table_bus_addr | I810_PGETBL_ENABLED); + + + if (chipset.cache_flush_req) + FLUSH_CACHE(); + + /* Load the dcache, if present. + */ + for (i = gart_init.num_entries ; + i < gart_init.num_entries + gart_init.num_dcache_entries ; + i++) { + OUTREG(I810_PTE_BASE + i * 4, + (i*4096) | I810_PTE_LOCAL | I810_PTE_VALID); + } + + printk("i810_configure"); + + return 0; + } + + static void i810_cleanup(void) + { + OUTREG(I810_PGETBL_CTL, 0); + printk("i810_cleanup"); + } + + + + + + + /* KW - removed (not-tested) code for all GART's execept the i810. + */ + static void * gart_find_supported(void) + { + struct pci_dev *dev = NULL; + struct pci_dev *agpb_dev = NULL; + + chipset.type = NOT_SUPPORTED; + + + dev = pci_find_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_810_0, + NULL); + agpb_dev = pci_find_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_810_1, + NULL); + if((dev != NULL) && (agpb_dev != NULL)) + { + chipset.type = INTEL_810; + chipset.dev = dev; + chipset.agp_bridge = agpb_dev; + } + + + dev = pci_find_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_810_DC100_0, + NULL); + agpb_dev = pci_find_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_810_DC100_1, + NULL); + if((dev != NULL) && (agpb_dev != NULL)) + { + chipset.type = INTEL_810; + chipset.dev = dev; + chipset.agp_bridge = agpb_dev; + } + + + dev = pci_find_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_810_E_0, + NULL); + agpb_dev = pci_find_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_810_E_1, + NULL); + if((dev != NULL) && (agpb_dev != NULL)) + { + chipset.type = INTEL_810; + chipset.dev = dev; + chipset.agp_bridge = agpb_dev; + } + + + + switch(chipset.type) + { + case INTEL_810: + /* Will need a different mask for local (dedicated) video ram. + */ + gart_mask = I810_PTE_MAIN_UNCACHED | I810_PTE_VALID; + chipset.cache_flush_req = TRUE; + + chipset.initialize = i810_get_gart; + chipset.configure = i810_configure; + chipset.fetch_size = 0; + chipset.cleanup = i810_cleanup; + chipset.set_mode = i810_setmode; + chipset.tlb_flush = i810_tlbflush; + chipset.write_entry = i810_write_entry; + chipset.conf_agpbridge = i810_configure_agpbridge; + + return(chipset.dev); + break; + } + + return(NULL); + } + + + static ssize_t gart_read(struct file *file, char *buf, size_t count, loff_t *ppos) + { + return -EINVAL; + } + + static ssize_t gart_write(struct file *file, const char *buf, size_t count, loff_t *ppos) + { + return -EINVAL; + } + + static int gart_mmap(struct file *file, struct vm_area_struct *vma) + { + int size; + + size = vma->vm_end - vma->vm_start; + if(size != (gart_init.size * 0x100000)) + { + return(-EINVAL); + } + if(remap_page_range(vma->vm_start, gart_map_phys, + size, vma->vm_page_prot)) + { + return(-EAGAIN); + } + return(0); + } + + static int gart_release(struct inode *inode, struct file *file) + { + MOD_DEC_USE_COUNT; + return 0; + } + + static long long gart_lseek(struct file *file, long long offset, int origin) + { + return -ESPIPE; + } + + static int gart_open(struct inode *inode, struct file *file) + { + #if 0 + int minor = MINOR(inode->i_rdev); + + if(minor != 0) + return(-ENXIO); + #endif + MOD_INC_USE_COUNT; + return(0); + } + + static struct file_operations gart_fops = + { + gart_lseek, + gart_read, + gart_write, + NULL, + NULL, + gart_ioctl, + gart_mmap, + gart_open, + NULL, + gart_release + }; + + static struct miscdevice gart_miscdev = + { + AGPGART_MINOR, + "agpgart", + &gart_fops + }; + + void gart_free_table(void) + { + int i; + char *table, *table_end; + void *tmp_ptr; + unsigned long tmp_value; + + + for(i = 0; i < gart_init.num_entries; i++) + { + if(gart_table[i] != 0) + { + tmp_value = gart_table[i]; + gart_table[i] = 0; + tmp_value &= ~(gart_mask); + tmp_ptr = (void *) bus_to_virt(tmp_value); + gart_destroy_page(tmp_ptr); + } + } + + table = (char *)gart_table; + table_end = table + ((PAGE_SIZE * (1 << gart_init.page_order)) - 1); + + for(i = MAP_NR(table); i < MAP_NR(table_end); i++) + { + clear_bit(PG_reserved, &mem_map[i].flags); + } + + free_pages((unsigned long) gart_table, gart_init.page_order); + } + + /* + * Main Initialization Function + */ + static int gart_initialize(void) + { + int old_size=0; + int retval, i; + + printk( "Linux AGP GART interface v0.03 (c) Jeff Hartmann\n"); + printk( "-- Experimental distribution, only i810 enabled\n"); + + if(misc_register(&gart_miscdev)) + { + printk("agp_gart: unable to get misc device: %d\n", AGPGART_MINOR); + return(-EIO); + } + + if (!gart_find_supported()) + { + printk("agp_gart: no supported devices found\n"); + misc_deregister(&gart_miscdev); + return(-EINVAL); + } + + retval = chipset.initialize(); + + if (retval != 0) + { + printk("agp_gart: initialization failed\n"); + misc_deregister(&gart_miscdev); + return retval; + } + + + printk("Got pages for a %i megabyte mapping for the agp aperature.\n", + gart_init.size); + + chipset.configure(gart_agpmode); + chipset.conf_agpbridge(old_size); + + #ifdef CONFIG_MTRR + gart_mtrr = mtrr_add(gart_map_phys, (gart_init.size * 0x100000), + MTRR_TYPE_WRCOMB, 1); + #endif + + for (i = 0 ; i < gart_init.num_entries-1 ; i++) + gart_remove_page( i, 0 ); + + if ( chipset.cache_flush_req ) + FLUSH_CACHE(); + + chipset.tlb_flush(); + + return(0); + } + + #ifdef MODULE + int init_module(void) + { + return gart_initialize(); + } + + void cleanup_module(void) + { + #ifdef CONFIG_MTRR + mtrr_del(gart_mtrr, gart_map_phys, (gart_init.size * 0x100000)); + #endif + chipset.cleanup(); + + gart_free_table(); + + misc_deregister(&gart_miscdev); + } + #else + void __init gart_setup(char *str, int *ints) + { + int i; + if (!strcmp(str,"gart_agpmode")) + agp_mode = ints[1]; + } + #endif + Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:10 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.h Fri Nov 19 06:06:20 1999 *************** *** 0 **** --- 1,94 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/agpgart.h,v 1.1.2.2 1999/11/18 19:06:20 hohndel Exp $ */ + /* + * AGPGART Hardware Device Driver + * Copyright (C) 1999 Jeff Hartmann + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE + * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * + * Jeff Hartmann <jhartmann@precisioninsight.com> + */ + + + + #ifndef __LINUX_AGPGART_H + #define __LINUX_AGPGART_H + + /* Modified to support i810 and i810-dc100 by Keith Whitwell, + * <keithw@precisioninsight.com>: + * + * +------+ <---- physical + * | | + * | RAM | + * | | + * | | + * | | + * +------+ <---- physical + num_of_slots * 4096 + * | | + * | VRAM | + * | | + * +------+ <---- physical + size * 1024 * 1024 + * also: physical + (num_of_slots + num_dcache_slots) * 4096 + * + * DCACHE: + * + * Dcache refers to video ram on the card/chipset which is only + * accessible via the gart. For the bare Intel i810 and for chipsets + * without builtin video, num_dcache_slots == 0. For the i810-dc100, + * it is 1024 == 4M of builtin video ram. + * + * The dcache is pulled into the gtt when the module is loaded, and + * this mapping cannot be modified via ioctl's to the device. The + * GARTIOCPGINFO ioctl will return an error for dcache pages as they + * do not map to physical memory. + * + * In late-breaking news, it turns out that the dcache isn't really a + * very good place to put the framebuffer, if you have a choice. + * There is significantly reduced bandwidth between this memory and + * the blitter, compared to system ram. + */ + + struct gart_info + { + long physical; + int size; + int num_of_slots; + int agpmode; + int num_dcache_slots; + }; + + struct gart_pge_info + { + int index; /* in */ + long physical; /* out */ + }; + + + /* Note: This module uses a deliberately different set of ioctl + * numbers in order to distinguish users of this (widely distributed, + * but still experimental) module from the forthcoming, fully reworked + * version. + */ + #define GARTIOCINSERT _IOR('K', 1, long) + #define GARTIOCREMOVE _IOR('K', 2, long) + #define GARTIOCINFO _IOW('K', 3, struct gart_info) + #define GARTIOCMODE _IOR('K', 4, long) + #define GARTIOCPGINFO _IOWR('K', 5, struct gart_pge_info) + + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/testgart.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/testgart.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:10 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/testgart.c Fri Nov 19 06:06:20 1999 *************** *** 0 **** --- 1,151 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/testgart.c,v 1.1.2.2 1999/11/18 19:06:20 hohndel Exp $ */ + #include <stdio.h> + #include <unistd.h> + #include <sys/ioctl.h> + #include <fcntl.h> + #include <sys/mman.h> + #include <sys/time.h> + #include "agpgart.h" + + unsigned char *gart; + int gartfd; + + int usec( void ) { + struct timeval tv; + struct timezone tz; + + gettimeofday( &tv, &tz ); + return (tv.tv_sec & 2047) * 1000000 + tv.tv_usec; + } + + int MemoryBenchmark( void *buffer, int dwords ) { + int i; + int start, end; + int mb; + int *base; + + base = (int *)buffer; + start = usec(); + for ( i = 0 ; i < dwords ; i += 8 ) { + base[i] = + base[i+1] = + base[i+2] = + base[i+3] = + base[i+4] = + base[i+5] = + base[i+6] = + base[i+7] = 0x15151515; /* dmapad nops */ + } + end = usec(); + mb = ( (float)dwords / 0x40000 ) * 1000000 / (end - start); + printf("MemoryBenchmark: %i mb/s\n", mb ); + return mb; + } + + + + void insert_gart(int page) + { + if (ioctl(gartfd, GARTIOCINSERT, &page) != 0) + { + perror("ioctl(GARTIOCINSERT)"); + exit(1); + } + } + + void remove_gart(int page) + { + if (ioctl(gartfd, GARTIOCREMOVE, &page) != 0) + { + perror("ioctl(GARTIOCREMOVE)"); + exit(1); + } + } + + void BenchMark() + { + int i, worked = 1; + + /* i = MemoryBenchmark(gart, 1024 * 1024 * 4) + */ + /* MemoryBenchmark(gart, 1024 * 1024 * 4) + */ + /* MemoryBenchmark(gart, 1024 * 1024 * 4); */ + + /* printf("Average speed: %i mb/s\n", i /3); */ + + printf("Testing data integrity : "); + fflush(stdout); + + for (i=0; i < 32 * 1024 * 4; i++) + { + gart[i] = i % 255; /* not 256, which is a factor of page size */ + } + + for (i=0; i < 32 * 1024 * 4; i++) + { + if (gart[i] != i % 255) { + printf("i: %d wanted %d got %d\n", i, i % 255, gart[i]); + worked = 0; + } + } + + if (!worked) + printf("failed!\n"); + else + printf("passed.\n"); + } + + int main() + { + struct gart_info gi; + int i; + + gartfd = open("/dev/agpgart", O_RDWR); + if (gartfd == -1) + { + perror("open"); + exit(1); + } + + + if (ioctl(gartfd, GARTIOCINFO, &gi) != 0) + { + perror("ioctl"); + exit(1); + } + + printf("gart:\n"); + printf(" physical: 0x%x\n", gi.physical); + printf(" size (mb): %d\n", gi.size); + printf(" normal pages: %d\n", gi.num_of_slots - gi.num_dcache_slots); + printf(" dcache pages: %d\n", gi.num_dcache_slots); + printf(" agpmode: %d\n", gi.agpmode); + + gart = mmap(NULL, gi.size * 0x100000, PROT_READ | PROT_WRITE, MAP_SHARED, gartfd, 0); + + if (gart == (unsigned char *) 0xffffffff) + { + perror("mmap"); + close(gartfd); + exit(1); + } + + // allocate 128k + for (i=0; i<32; i++) + insert_gart(i); + + printf("Allocated 128k of GART memory\n"); + + BenchMark(); + /* printf("Switching to agp x2 mode\n"); */ + /* i = 2; */ + /* ioctl(gartfd, GARTIOCMODE, &i); */ + /* BenchMark(); */ + + for (i=0; i<32; i++) + remove_gart(i); + + close(gartfd); + + return 0; + } + Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:10 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.c Fri Nov 19 06:06:21 1999 *************** *** 0 **** --- 1,8 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.c,v 1.1.2.2 1999/11/18 19:06:21 hohndel Exp $ */ + #include <linux/version.h> + + int main(int argc, char **argv) + { + printf(UTS_RELEASE"\n"); + return(0); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.sh diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.sh:1.1.2.2 *** /dev/null Sun Jan 9 07:47:11 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.sh Fri Nov 19 06:06:21 1999 *************** *** 0 **** --- 1,3 ---- + # $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/i810/os-support/linux/version-test.sh,v 1.1.2.2 1999/11/18 19:06:21 hohndel Exp $ + gcc version-test.c -o version-test + ./version-test Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c:1.1.2.16 xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c:1.1.2.17 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c:1.1.2.16 Tue Jul 13 17:09:52 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c Fri Nov 19 02:37:31 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c,v 1.1.2.16 1999/07/13 07:09:52 hohndel Exp $ */ /* * Millennium G200 RAMDAC driver */ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c,v 1.1.2.17 1999/11/18 15:37:31 hohndel Exp $ */ /* * Millennium G200 RAMDAC driver */ *************** *** 431,440 **** newVS->DACreg[MGA1064_GEN_CTL] &= ~0x20; newVS->ExtVga[3] |= 0x40; } ! if(OFLG_ISSET(OPTION_PCI_RETRY, &vga256InfoRec.options)) ! newVS->DAClong &= ~(1 << 29); ! else ! newVS->DAClong |= (1 << 29); MGASetPCLK( vga256InfoRec.clock[newVS->std.NoClock] ); --- 431,439 ---- newVS->DACreg[MGA1064_GEN_CTL] &= ~0x20; newVS->ExtVga[3] |= 0x40; } ! ! /* Have to leave retries on. Artifacts without it. */ ! newVS->DAClong &= ~(1 << 29); MGASetPCLK( vga256InfoRec.clock[newVS->std.NoClock] ); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c:1.1.2.43 xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c:1.1.2.44 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c:1.1.2.43 Fri Jul 30 21:21:23 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c Wed Oct 13 03:19:01 1999 *************** *** 40,46 **** * Fixed 32bpp hires 8MB horizontal line glitch at middle right */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c,v 1.1.2.43 1999/07/30 11:21:23 hohndel Exp $ */ #include "X.h" #include "input.h" --- 40,46 ---- * Fixed 32bpp hires 8MB horizontal line glitch at middle right */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c,v 1.1.2.44 1999/10/12 17:19:01 hohndel Exp $ */ #include "X.h" #include "input.h" *************** *** 749,758 **** "Assuming 4 Meg.\tPlease specify the correct amount " "in the XF86Config file.\tSee the file README.MGA " "for details.\n", vga256InfoRec.name); ! } else if (MGA_IS_G200(MGAchipset) || MGA_IS_G400(MGAchipset)) { vga256InfoRec.videoRam = 8192; ErrorF("(!!) %s: Unable to probe for video memory size. " "Assuming 8 Meg.\tPlease specify the correct amount " "in the XF86Config file.\tSee the file README.MGA " "for details.\n", vga256InfoRec.name); } else --- 749,764 ---- "Assuming 4 Meg.\tPlease specify the correct amount " "in the XF86Config file.\tSee the file README.MGA " "for details.\n", vga256InfoRec.name); ! } else if (MGA_IS_G200(MGAchipset)) { vga256InfoRec.videoRam = 8192; ErrorF("(!!) %s: Unable to probe for video memory size. " "Assuming 8 Meg.\tPlease specify the correct amount " + "in the XF86Config file.\tSee the file README.MGA " + "for details.\n", vga256InfoRec.name); + } else if (MGA_IS_G400(MGAchipset)) { + vga256InfoRec.videoRam = 16384; + ErrorF("(!!) %s: Unable to probe for video memory size. " + "Assuming 16 Meg.\tPlease specify the correct amount " "in the XF86Config file.\tSee the file README.MGA " "for details.\n", vga256InfoRec.name); } else Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c:1.1.2.16 xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c:1.1.2.17 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c:1.1.2.16 Wed Jun 2 17:51:54 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c Fri Nov 19 02:37:31 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c,v 1.1.2.16 1999/06/02 07:51:54 hohndel Exp $ */ #include "compiler.h" #include "vga256.h" --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c,v 1.1.2.17 1999/11/18 15:37:31 hohndel Exp $ */ #include "compiler.h" #include "vga256.h" *************** *** 365,370 **** --- 365,377 ---- OUTREG(MGAREG_CXBNDRY, 0xFFFF0000); /* (maxX << 16) | minX */ OUTREG(MGAREG_YTOP, 0x00000000); /* minPixelPointer */ OUTREG(MGAREG_YBOT, 0x007FFFFF); /* maxPixelPointer */ + + if(MGA_IS_G200(MGAchipset) || MGA_IS_G400(MGAchipset)) { + /* set the blit origins */ + WAITFIFO(2); + OUTREG(0x2cb4, 0); + OUTREG(0x2cb8, 0); + } } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c:3.5.2.11 xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c:3.5.2.12 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c:3.5.2.11 Mon Jul 5 19:07:39 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c Sat Nov 27 02:24:13 1999 *************** *** 21,27 **** * SOFTWARE. */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c,v 3.5.2.11 1999/07/05 09:07:39 hohndel Exp $ */ #include <math.h> #include <stdlib.h> --- 21,27 ---- * SOFTWARE. */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c,v 3.5.2.12 1999/11/26 15:24:13 hohndel Exp $ */ #include <math.h> #include <stdlib.h> *************** *** 116,126 **** Bool NV1Probe(vgaVideoChipRec *rec,void *base0,void *base1); Bool NV3Probe(vgaVideoChipRec *rec,void *base0,void *base1); Bool NV4Probe(vgaVideoChipRec *rec,void *base0,void *base1); static NVProbeFuncType NVProbeFuncList[NumNVChips]= { NV1Probe, NV3Probe, ! NV4Probe }; --- 116,128 ---- Bool NV1Probe(vgaVideoChipRec *rec,void *base0,void *base1); Bool NV3Probe(vgaVideoChipRec *rec,void *base0,void *base1); Bool NV4Probe(vgaVideoChipRec *rec,void *base0,void *base1); + Bool NV10Probe(vgaVideoChipRec *rec,void *base0,void *base1); static NVProbeFuncType NVProbeFuncList[NumNVChips]= { NV1Probe, NV3Probe, ! NV4Probe, ! NV10Probe }; *************** *** 140,146 **** { "RIVA ULTRA TNT2",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_UTNT2}, { "RIVA VANTA",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_VTNT2}, { "RIVA ULTRA VANTA",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_UVTNT2}, ! { "RIVA INTEGRATED",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_ITNT2} }; --- 142,151 ---- { "RIVA ULTRA TNT2",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_UTNT2}, { "RIVA VANTA",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_VTNT2}, { "RIVA ULTRA VANTA",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_UVTNT2}, ! { "RIVA INTEGRATED",NV4,PCI_VENDOR_NVIDIA,PCI_CHIP_ITNT2}, ! { "GeForce 256",NV10,PCI_VENDOR_NVIDIA,PCI_CHIP_GEFORCE256}, ! { "GeForce DDR",NV10,PCI_VENDOR_NVIDIA,PCI_CHIP_GEFORCEDDR}, ! { "Quadro",NV10,PCI_VENDOR_NVIDIA,PCI_CHIP_QUADRO} }; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h:3.2.2.3 xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h:3.2.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h:3.2.2.3 Tue Dec 22 18:37:49 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h Sat Nov 27 02:24:13 1999 *************** *** 21,27 **** * SOFTWARE. */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h,v 3.2.2.3 1998/12/22 07:37:49 hohndel Exp $ */ #ifndef __NVREG_H_ #define __NVREG_H_ --- 21,27 ---- * SOFTWARE. */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h,v 3.2.2.4 1999/11/26 15:24:13 hohndel Exp $ */ #ifndef __NVREG_H_ #define __NVREG_H_ *************** *** 199,205 **** extern volatile unsigned *dumb; /* FrameBuffer - hack!!!! */ ! typedef enum {NV1,NV3,NV4,NumNVChips} NVChipType; NVChipType GetChipType(void); --- 199,205 ---- extern volatile unsigned *dumb; /* FrameBuffer - hack!!!! */ ! typedef enum {NV1,NV3,NV4,NV10,NumNVChips} NVChipType; NVChipType GetChipType(void); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c:1.1.2.5 xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c:1.1.2.7 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c:1.1.2.5 Tue May 25 07:28:24 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c Sun Jan 9 07:47:16 2000 *************** *** 36,42 **** |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c,v 1.1.2.5 1999/05/24 21:28:24 robin Exp $ */ #include "riva_hw.h" #include "riva_tbl.h" --- 36,42 ---- |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c,v 1.1.2.7 2000/01/08 03:25:39 robin Exp $ */ #include "riva_hw.h" #include "riva_tbl.h" *************** *** 51,65 **** RIVA_HW_INST *chip ) { ! return ((!(chip->PFIFO[0x00001214/4] & 0x10)) | (chip->PGRAPH[0x000006B0/4] & 0x01)); } static int nv4Busy ( RIVA_HW_INST *chip ) { ! return ((!(chip->PFIFO[0x00001214/4] & 0x10)) | (chip->PGRAPH[0x00000700/4] & 0x01)); } static int ShowHideCursor ( RIVA_HW_INST *chip, --- 51,73 ---- RIVA_HW_INST *chip ) { ! return ((chip->Rop->FifoFree < chip->FifoEmptyCount) || (chip->PGRAPH[0x000006B0/4] & 0x01)); } static int nv4Busy ( RIVA_HW_INST *chip ) { ! return ((chip->Rop->FifoFree < chip->FifoEmptyCount) || (chip->PGRAPH[0x00000700/4] & 0x01)); } + static int nv10Busy + ( + RIVA_HW_INST *chip + ) + { + return ((chip->Rop->FifoFree < chip->FifoEmptyCount) || (chip->PGRAPH[0x00000700/4] & 0x01)); + } + static int ShowHideCursor ( RIVA_HW_INST *chip, *************** *** 161,170 **** char mem_aligned; char enable_mp; } nv4_sim_state; static int nv3_iterate(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) { int iter = 0; ! int tmp, t; int vfsize, mfsize, gfsize; int mburst_size = 32; int mmisses, gmisses, vmisses; --- 169,199 ---- char mem_aligned; char enable_mp; } nv4_sim_state; + typedef struct { + int graphics_lwm; + int video_lwm; + int graphics_burst_size; + int video_burst_size; + int valid; + } nv10_fifo_info; + typedef struct { + int pclk_khz; + int mclk_khz; + int nvclk_khz; + char mem_page_miss; + char mem_latency; + int memory_type; + int memory_width; + char enable_video; + char gr_during_vid; + char pix_bpp; + char mem_aligned; + char enable_mp; + } nv10_sim_state; static int nv3_iterate(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) { int iter = 0; ! int tmp; int vfsize, mfsize, gfsize; int mburst_size = 32; int mmisses, gmisses, vmisses; *************** *** 348,354 **** } static char nv3_arb(nv3_fifo_info * res_info, nv3_sim_state * state, nv3_arb_info *ainfo) { - int g, v, not_done; long ens, vns, mns, gns; int mmisses, gmisses, vmisses, eburst_size, mburst_size; int refresh_cycle; --- 377,382 ---- *************** *** 445,453 **** } else { - #ifdef nARBDEBUG - ErrorF("** Non-converged!\n"); - #endif res_info->graphics_lwm = 256; res_info->video_lwm = 128; res_info->graphics_burst_size = 64; --- 473,478 ---- *************** *** 460,466 **** static char nv3_get_param(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) { int done, g,v, p; - int priority, gburst_size, vburst_size; done = 0; for (p=0; p < 2; p++) --- 485,490 ---- *************** *** 485,491 **** Done: return done; } - static void nv3CalcArbitration ( nv3_fifo_info * res_info, --- 509,514 ---- *************** *** 534,540 **** res_info->valid = ainfo.converged; } } ! void nv3UpdateArbitrationSettings ( unsigned VClk, unsigned pixelDepth, --- 557,563 ---- res_info->valid = ainfo.converged; } } ! static void nv3UpdateArbitrationSettings ( unsigned VClk, unsigned pixelDepth, *************** *** 583,592 **** nv4_sim_state *arb ) { ! int data, m,n,p, pagemiss, cas,width, video_enable, color_key_enable, bpp, align; int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; int found, mclk_extra, mclk_loop, cbs, m1, p1; ! int xtal_freq, mclk_freq, pclk_freq, nvclk_freq, mp_enable; int us_m, us_n, us_p, video_drain_rate, crtc_drain_rate; int vpm_us, us_video, vlwm, video_fill_us, cpm_us, us_crt,clwm; int craw, vraw; --- 606,615 ---- nv4_sim_state *arb ) { ! int data, pagemiss, cas,width, video_enable, color_key_enable, bpp, align; int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; int found, mclk_extra, mclk_loop, cbs, m1, p1; ! int mclk_freq, pclk_freq, nvclk_freq, mp_enable; int us_m, us_n, us_p, video_drain_rate, crtc_drain_rate; int vpm_us, us_video, vlwm, video_fill_us, cpm_us, us_crt,clwm; int craw, vraw; *************** *** 628,633 **** --- 651,657 ---- nvclks += 0; pclks += 0; found = 0; + vbs = 0; while (found != 1) { fifo->valid = 1; *************** *** 760,765 **** --- 784,1051 ---- *lwm = fifo_data.graphics_lwm >> 3; } } + static void nv10CalcArbitration + ( + nv10_fifo_info *fifo, + nv10_sim_state *arb + ) + { + int data, pagemiss, cas,width, video_enable, color_key_enable, bpp, align; + int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; + int nvclk_fill, us_extra; + int found, mclk_extra, mclk_loop, cbs, m1; + int mclk_freq, pclk_freq, nvclk_freq, mp_enable; + int us_m, us_m_min, us_n, us_p, video_drain_rate, crtc_drain_rate; + int vus_m, vus_n, vus_p; + int vpm_us, us_video, vlwm, cpm_us, us_crt,clwm; + int clwm_rnd_down; + int craw, m2us, us_pipe, us_pipe_min, vus_pipe, p1clk, p2; + int pclks_2_top_fifo, min_mclk_extra; + int us_min_mclk_extra; + + fifo->valid = 1; + pclk_freq = arb->pclk_khz; /* freq in KHz */ + mclk_freq = arb->mclk_khz; + nvclk_freq = arb->nvclk_khz; + pagemiss = arb->mem_page_miss; + cas = arb->mem_latency; + width = arb->memory_width/64; + video_enable = arb->enable_video; + color_key_enable = arb->gr_during_vid; + bpp = arb->pix_bpp; + align = arb->mem_aligned; + mp_enable = arb->enable_mp; + clwm = 0; + vlwm = 1024; + + cbs = 512; + vbs = 512; + + pclks = 4; /* lwm detect. */ + + nvclks = 3; /* lwm -> sync. */ + nvclks += 2; /* fbi bus cycles (1 req + 1 busy) */ + + mclks = 1; /* 2 edge sync. may be very close to edge so just put one. */ + + mclks += 1; /* arb_hp_req */ + mclks += 5; /* ap_hp_req tiling pipeline */ + + mclks += 2; /* tc_req latency fifo */ + mclks += 2; /* fb_cas_n_ memory request to fbio block */ + mclks += 7; /* sm_d_rdv data returned from fbio block */ + + /* fb.rd.d.Put_gc need to accumulate 256 bits for read */ + if (arb->memory_type == 0) + if (arb->memory_width == 64) /* 64 bit bus */ + mclks += 4; + else + mclks += 2; + else + if (arb->memory_width == 64) /* 64 bit bus */ + mclks += 2; + else + mclks += 1; + + if ((!video_enable) && (arb->memory_width == 128)) + { + mclk_extra = (bpp == 32) ? 31 : 42; /* Margin of error */ + min_mclk_extra = 17; + } + else + { + mclk_extra = (bpp == 32) ? 8 : 4; /* Margin of error */ + /* mclk_extra = 4; */ /* Margin of error */ + min_mclk_extra = 18; + } + + nvclks += 1; /* 2 edge sync. may be very close to edge so just put one. */ + nvclks += 1; /* fbi_d_rdv_n */ + nvclks += 1; /* Fbi_d_rdata */ + nvclks += 1; /* crtfifo load */ + + if(mp_enable) + mclks+=4; /* Mp can get in with a burst of 8. */ + /* Extra clocks determined by heuristics */ + + nvclks += 0; + pclks += 0; + found = 0; + while(found != 1) { + fifo->valid = 1; + found = 1; + mclk_loop = mclks+mclk_extra; + us_m = mclk_loop *1000*1000 / mclk_freq; /* Mclk latency in us */ + us_m_min = mclks * 1000*1000 / mclk_freq; /* Minimum Mclk latency in us */ + us_min_mclk_extra = min_mclk_extra *1000*1000 / mclk_freq; + us_n = nvclks*1000*1000 / nvclk_freq;/* nvclk latency in us */ + us_p = pclks*1000*1000 / pclk_freq;/* nvclk latency in us */ + us_pipe = us_m + us_n + us_p; + us_pipe_min = us_m_min + us_n + us_p; + us_extra = 0; + + vus_m = mclk_loop *1000*1000 / mclk_freq; /* Mclk latency in us */ + vus_n = (4)*1000*1000 / nvclk_freq;/* nvclk latency in us */ + vus_p = 0*1000*1000 / pclk_freq;/* pclk latency in us */ + vus_pipe = vus_m + vus_n + vus_p; + + if(video_enable) { + video_drain_rate = pclk_freq * 4; /* MB/s */ + crtc_drain_rate = pclk_freq * bpp/8; /* MB/s */ + + vpagemiss = 1; /* self generating page miss */ + vpagemiss += 1; /* One higher priority before */ + + crtpagemiss = 2; /* self generating page miss */ + if(mp_enable) + crtpagemiss += 1; /* if MA0 conflict */ + + vpm_us = (vpagemiss * pagemiss)*1000*1000/mclk_freq; + + us_video = vpm_us + vus_m; /* Video has separate read return path */ + + cpm_us = crtpagemiss * pagemiss *1000*1000/ mclk_freq; + us_crt = + us_video /* Wait for video */ + +cpm_us /* CRT Page miss */ + +us_m + us_n +us_p /* other latency */ + ; + + clwm = us_crt * crtc_drain_rate/(1000*1000); + clwm++; /* fixed point <= float_point - 1. Fixes that */ + } else { + crtc_drain_rate = pclk_freq * bpp/8; /* bpp * pclk/8 */ + + crtpagemiss = 1; /* self generating page miss */ + crtpagemiss += 1; /* MA0 page miss */ + if(mp_enable) + crtpagemiss += 1; /* if MA0 conflict */ + cpm_us = crtpagemiss * pagemiss *1000*1000/ mclk_freq; + us_crt = cpm_us + us_m + us_n + us_p ; + clwm = us_crt * crtc_drain_rate/(1000*1000); + clwm++; /* fixed point <= float_point - 1. Fixes that */ + + /* + // + // Another concern, only for high pclks so don't do this + // with video: + // What happens if the latency to fetch the cbs is so large that + // fifo empties. In that case we need to have an alternate clwm value + // based off the total burst fetch + // + us_crt = (cbs * 1000 * 1000)/ (8*width)/mclk_freq ; + us_crt = us_crt + us_m + us_n + us_p + (4 * 1000 * 1000)/mclk_freq; + clwm_mt = us_crt * crtc_drain_rate/(1000*1000); + clwm_mt ++; + if(clwm_mt > clwm) + clwm = clwm_mt; + */ + /* Finally, a heuristic check when width == 64 bits */ + if(width == 1){ + nvclk_fill = nvclk_freq * 8; + if(crtc_drain_rate * 100 >= nvclk_fill * 102) + clwm = 0xfff; /*Large number to fail */ + + else if(crtc_drain_rate * 100 >= nvclk_fill * 98) { + clwm = 1024; + cbs = 512; + us_extra = (cbs * 1000 * 1000)/ (8*width)/mclk_freq ; + } + } + } + + + /* + Overfill check: + + */ + + clwm_rnd_down = ((int)clwm/8)*8; + if (clwm_rnd_down < clwm) + clwm += 8; + + m1 = clwm + cbs - 1024; /* Amount of overfill */ + m2us = us_pipe_min + us_min_mclk_extra; + pclks_2_top_fifo = (1024-clwm)/(8*width); + + /* pclk cycles to drain */ + p1clk = m2us * pclk_freq/(1000*1000); + p2 = p1clk * bpp / 8; /* bytes drained. */ + + if((p2 < m1) && (m1 > 0)) { + fifo->valid = 0; + found = 0; + if(min_mclk_extra == 0) { + if(cbs <= 32) { + found = 1; /* Can't adjust anymore! */ + } else { + cbs = cbs/2; /* reduce the burst size */ + } + } else { + min_mclk_extra--; + } + } else { + if (clwm > 1023){ /* Have some margin */ + fifo->valid = 0; + found = 0; + if(min_mclk_extra == 0) + found = 1; /* Can't adjust anymore! */ + else + min_mclk_extra--; + } + } + craw = clwm; + + if(clwm < (1024-cbs+8)) clwm = 1024-cbs+8; + data = (int)(clwm); + /* printf("CRT LWM: %f bytes, prog: 0x%x, bs: 256\n", clwm, data ); */ + fifo->graphics_lwm = data; fifo->graphics_burst_size = cbs; + + /* printf("VID LWM: %f bytes, prog: 0x%x, bs: %d\n, ", vlwm, data, vbs ); */ + fifo->video_lwm = 1024; fifo->video_burst_size = 512; + } + } + static void nv10UpdateArbitrationSettings + ( + unsigned VClk, + unsigned pixelDepth, + unsigned *burst, + unsigned *lwm, + RIVA_HW_INST *chip + ) + { + nv10_fifo_info fifo_data; + nv10_sim_state sim_data; + unsigned int M, N, P, pll, MClk, NVClk, cfg1; + + pll = chip->PRAMDAC[0x00000504/4]; + M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; + MClk = (N * chip->CrystalFreqKHz / M) >> P; + pll = chip->PRAMDAC[0x00000500/4]; + M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; + NVClk = (N * chip->CrystalFreqKHz / M) >> P; + cfg1 = chip->PFB[0x00000204/4]; + sim_data.pix_bpp = (char)pixelDepth; + sim_data.enable_video = 0; + sim_data.enable_mp = 0; + sim_data.memory_type = (chip->PFB[0x00000200/4] & 0x01) ? 1 : 0; + sim_data.memory_width = (chip->PEXTDEV[0x00000000/4] & 0x10) ? 128 : 64; + sim_data.mem_latency = (char)cfg1 & 0x0F; + sim_data.mem_aligned = 1; + sim_data.mem_page_miss = (char)(((cfg1 >> 4) &0x0F) + ((cfg1 >> 31) & 0x01)); + sim_data.gr_during_vid = 0; + sim_data.pclk_khz = VClk; + sim_data.mclk_khz = MClk; + sim_data.nvclk_khz = NVClk; + nv10CalcArbitration(&fifo_data, &sim_data); + if (fifo_data.valid) + { + int b = fifo_data.graphics_burst_size >> 4; + *burst = 0; + while (b >>= 1) (*burst)++; + *lwm = fifo_data.graphics_lwm >> 3; + } + } /****************************************************************************\ * * *************** *** 784,790 **** unsigned lowM, highM, highP; unsigned DeltaNew, DeltaOld; unsigned VClk, Freq; ! unsigned M, N, O, P; DeltaOld = 0xFFFFFFFF; --- 1070,1076 ---- unsigned lowM, highM, highP; unsigned DeltaNew, DeltaOld; unsigned VClk, Freq; ! unsigned M, N, P; DeltaOld = 0xFFFFFFFF; *************** *** 795,809 **** if (chip->CrystalFreqKHz == 14318) { lowM = 8; ! highM = 14 - (chip->Architecture == 3); } else { lowM = 7; ! highM = 13 - (chip->Architecture == 3); } ! highP = 4 - (chip->Architecture == 3); for (P = 0; P <= highP; P ++) { Freq = VClk << P; --- 1081,1095 ---- if (chip->CrystalFreqKHz == 14318) { lowM = 8; ! highM = 14 - (chip->Architecture == NV_ARCH_03); } else { lowM = 7; ! highM = 13 - (chip->Architecture == NV_ARCH_03); } ! highP = 4 - (chip->Architecture == NV_ARCH_03); for (P = 0; P <= highP; P ++) { Freq = VClk << P; *************** *** 828,838 **** } } } ! ! if (DeltaOld == 0xFFFFFFFF) ! FatalError("RIVA ERROR: did not generate good VClk\n"); ! ! return DeltaOld != 0xFFFFFFFF; } /* * Calculate extended mode parameters (SVGA) and save in a --- 1114,1120 ---- } } } ! return (DeltaOld != 0xFFFFFFFF); } /* * Calculate extended mode parameters (SVGA) and save in a *************** *** 871,883 **** CalcVClock(dotClock, hDisplaySize < 512, /* double scan? */ &VClk, &m, &n, &p, chip); - #ifdef ARBDEBUG - ErrorF("** VClk is %d\n", VClk); - #endif - switch (chip->Architecture) { ! case 3: nv3UpdateArbitrationSettings(VClk, pixelDepth * 8, &(state->arbitration0), --- 1153,1161 ---- CalcVClock(dotClock, hDisplaySize < 512, /* double scan? */ &VClk, &m, &n, &p, chip); switch (chip->Architecture) { ! case NV_ARCH_03: nv3UpdateArbitrationSettings(VClk, pixelDepth * 8, &(state->arbitration0), *************** *** 892,905 **** | 0x1000; state->general = 0x00000100; state->repaint1 = hDisplaySize < 1280 ? 0x06 : 0x02; - #ifdef ARBDEBUG - ErrorF("** %2d bpp; burst: 0x%02x lwm: 0x%02x\n", - state->bpp, - state->arbitration0, - state->arbitration1); - #endif break; ! case 4: nv4UpdateArbitrationSettings(VClk, pixelDepth * 8, &(state->arbitration0), --- 1170,1177 ---- | 0x1000; state->general = 0x00000100; state->repaint1 = hDisplaySize < 1280 ? 0x06 : 0x02; break; ! case NV_ARCH_04: nv4UpdateArbitrationSettings(VClk, pixelDepth * 8, &(state->arbitration0), *************** *** 912,925 **** state->config = 0x00001114; state->general = bpp == 16 ? 0x00101100 : 0x00100100; state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; ! #ifdef ARBDEBUG ! ErrorF("** %2d bpp; %4dx%-4d; burst: 0x%02x lwm: 0x%02x\n", ! state->bpp, ! state->width, ! state->height, ! state->arbitration0, ! state->arbitration1); ! #endif break; } state->vpll = (p << 16) | (n << 8) | m; --- 1184,1203 ---- state->config = 0x00001114; state->general = bpp == 16 ? 0x00101100 : 0x00100100; state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; ! break; ! case NV_ARCH_10: ! nv10UpdateArbitrationSettings(VClk, ! pixelDepth * 8, ! &(state->arbitration0), ! &(state->arbitration1), ! chip); ! state->cursor0 = 0x00; ! state->cursor1 = 0xFC; ! state->cursor2 = 0x00000000; ! state->pllsel = 0x10000700; ! state->config = chip->PFB[0x00000200/4]; ! state->general = bpp == 16 ? 0x00101100 : 0x00100100; ! state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; break; } state->vpll = (p << 16) | (n << 8) | m; *************** *** 958,963 **** --- 1236,1266 ---- #define LOAD_FIXED_STATE_32BPP(tbl,dev) \ for (i = 0; i < sizeof(tbl##Table##dev##_32BPP)/8; i++) \ chip->dev[tbl##Table##dev##_32BPP[i][0]] = tbl##Table##dev##_32BPP[i][1] + static void UpdateFifoState + ( + RIVA_HW_INST *chip + ) + { + int i; + + switch (chip->Architecture) + { + case NV_ARCH_04: + LOAD_FIXED_STATE(nv4,FIFO); + chip->Tri03 = 0L; + chip->Tri05 = (RivaTexturedTriangle05 *)&(chip->FIFO[0x0000E000/4]); + break; + case NV_ARCH_10: + /* + * Initialize state for the RivaTriangle3D05 routines. + */ + LOAD_FIXED_STATE(nv10tri05,PGRAPH); + LOAD_FIXED_STATE(nv10,FIFO); + chip->Tri03 = 0L; + chip->Tri05 = (RivaTexturedTriangle05 *)&(chip->FIFO[0x0000E000/4]); + break; + } + } static void LoadStateExt ( RIVA_HW_INST *chip, *************** *** 971,983 **** */ LOAD_FIXED_STATE(Riva,PMC); LOAD_FIXED_STATE(Riva,PTIMER); - /* - * Make sure frame buffer config gets set before loading PRAMIN. - */ - chip->PFB[0x00000200/4] = state->config; switch (chip->Architecture) { ! case 3: LOAD_FIXED_STATE(nv3,PFIFO); LOAD_FIXED_STATE(nv3,PRAMIN); LOAD_FIXED_STATE(nv3,PGRAPH); --- 1274,1286 ---- */ LOAD_FIXED_STATE(Riva,PMC); LOAD_FIXED_STATE(Riva,PTIMER); switch (chip->Architecture) { ! case NV_ARCH_03: ! /* ! * Make sure frame buffer config gets set before loading PRAMIN. ! */ ! chip->PFB[0x00000200/4] = state->config; LOAD_FIXED_STATE(nv3,PFIFO); LOAD_FIXED_STATE(nv3,PRAMIN); LOAD_FIXED_STATE(nv3,PGRAPH); *************** *** 1013,1019 **** chip->PGRAPH[0x00000658/4] = state->pitch2; chip->PGRAPH[0x0000065C/4] = state->pitch3; break; ! case 4: LOAD_FIXED_STATE(nv4,PFIFO); LOAD_FIXED_STATE(nv4,PRAMIN); LOAD_FIXED_STATE(nv4,PGRAPH); --- 1316,1326 ---- chip->PGRAPH[0x00000658/4] = state->pitch2; chip->PGRAPH[0x0000065C/4] = state->pitch3; break; ! case NV_ARCH_04: ! /* ! * Make sure frame buffer config gets set before loading PRAMIN. ! */ ! chip->PFB[0x00000200/4] = state->config; LOAD_FIXED_STATE(nv4,PFIFO); LOAD_FIXED_STATE(nv4,PRAMIN); LOAD_FIXED_STATE(nv4,PGRAPH); *************** *** 1051,1058 **** --- 1358,1478 ---- chip->PGRAPH[0x00000678/4] = state->pitch2; chip->PGRAPH[0x0000067C/4] = state->pitch3; break; + case NV_ARCH_10: + LOAD_FIXED_STATE(nv10,PFIFO); + LOAD_FIXED_STATE(nv10,PRAMIN); + LOAD_FIXED_STATE(nv10,PGRAPH); + switch (state->bpp) + { + case 15: + LOAD_FIXED_STATE_15BPP(nv10,PRAMIN); + LOAD_FIXED_STATE_15BPP(nv10,PGRAPH); + chip->Tri03 = (RivaTexturedTriangle03 *)&(chip->FIFO[0x0000E000/4]); + break; + case 16: + LOAD_FIXED_STATE_16BPP(nv10,PRAMIN); + LOAD_FIXED_STATE_16BPP(nv10,PGRAPH); + chip->Tri03 = (RivaTexturedTriangle03 *)&(chip->FIFO[0x0000E000/4]); + break; + case 24: + case 32: + LOAD_FIXED_STATE_32BPP(nv10,PRAMIN); + LOAD_FIXED_STATE_32BPP(nv10,PGRAPH); + chip->Tri03 = 0L; + break; + case 8: + default: + LOAD_FIXED_STATE_8BPP(nv10,PRAMIN); + LOAD_FIXED_STATE_8BPP(nv10,PGRAPH); + chip->Tri03 = 0L; + break; + } + chip->PGRAPH[0x00000640/4] = state->offset0; + chip->PGRAPH[0x00000644/4] = state->offset1; + chip->PGRAPH[0x00000648/4] = state->offset2; + chip->PGRAPH[0x0000064C/4] = state->offset3; + chip->PGRAPH[0x00000670/4] = state->pitch0; + chip->PGRAPH[0x00000674/4] = state->pitch1; + chip->PGRAPH[0x00000678/4] = state->pitch2; + chip->PGRAPH[0x0000067C/4] = state->pitch3; + chip->PGRAPH[0x00000680/4] = state->pitch3; + chip->PGRAPH[0x00000B00/4] = chip->PFB[0x00000240/4]; + chip->PGRAPH[0x00000B04/4] = chip->PFB[0x00000244/4]; + chip->PGRAPH[0x00000B08/4] = chip->PFB[0x00000248/4]; + chip->PGRAPH[0x00000B0C/4] = chip->PFB[0x0000024C/4]; + chip->PGRAPH[0x00000B10/4] = chip->PFB[0x00000250/4]; + chip->PGRAPH[0x00000B14/4] = chip->PFB[0x00000254/4]; + chip->PGRAPH[0x00000B18/4] = chip->PFB[0x00000258/4]; + chip->PGRAPH[0x00000B1C/4] = chip->PFB[0x0000025C/4]; + chip->PGRAPH[0x00000B20/4] = chip->PFB[0x00000260/4]; + chip->PGRAPH[0x00000B24/4] = chip->PFB[0x00000264/4]; + chip->PGRAPH[0x00000B28/4] = chip->PFB[0x00000268/4]; + chip->PGRAPH[0x00000B2C/4] = chip->PFB[0x0000026C/4]; + chip->PGRAPH[0x00000B30/4] = chip->PFB[0x00000270/4]; + chip->PGRAPH[0x00000B34/4] = chip->PFB[0x00000274/4]; + chip->PGRAPH[0x00000B38/4] = chip->PFB[0x00000278/4]; + chip->PGRAPH[0x00000B3C/4] = chip->PFB[0x0000027C/4]; + chip->PGRAPH[0x00000B40/4] = chip->PFB[0x00000280/4]; + chip->PGRAPH[0x00000B44/4] = chip->PFB[0x00000284/4]; + chip->PGRAPH[0x00000B48/4] = chip->PFB[0x00000288/4]; + chip->PGRAPH[0x00000B4C/4] = chip->PFB[0x0000028C/4]; + chip->PGRAPH[0x00000B50/4] = chip->PFB[0x00000290/4]; + chip->PGRAPH[0x00000B54/4] = chip->PFB[0x00000294/4]; + chip->PGRAPH[0x00000B58/4] = chip->PFB[0x00000298/4]; + chip->PGRAPH[0x00000B5C/4] = chip->PFB[0x0000029C/4]; + chip->PGRAPH[0x00000B60/4] = chip->PFB[0x000002A0/4]; + chip->PGRAPH[0x00000B64/4] = chip->PFB[0x000002A4/4]; + chip->PGRAPH[0x00000B68/4] = chip->PFB[0x000002A8/4]; + chip->PGRAPH[0x00000B6C/4] = chip->PFB[0x000002AC/4]; + chip->PGRAPH[0x00000B70/4] = chip->PFB[0x000002B0/4]; + chip->PGRAPH[0x00000B74/4] = chip->PFB[0x000002B4/4]; + chip->PGRAPH[0x00000B78/4] = chip->PFB[0x000002B8/4]; + chip->PGRAPH[0x00000B7C/4] = chip->PFB[0x000002BC/4]; + chip->PGRAPH[0x00000F40/4] = 0x10000000; + chip->PGRAPH[0x00000F44/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00000040; + chip->PGRAPH[0x00000F54/4] = 0x00000008; + chip->PGRAPH[0x00000F50/4] = 0x00000200; + for (i = 0; i < (3*16); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00000040; + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00000800; + for (i = 0; i < (16*16); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F40/4] = 0x30000000; + chip->PGRAPH[0x00000F44/4] = 0x00000004; + chip->PGRAPH[0x00000F50/4] = 0x00006400; + for (i = 0; i < (59*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00006800; + for (i = 0; i < (47*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00006C00; + for (i = 0; i < (3*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00007000; + for (i = 0; i < (19*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00007400; + for (i = 0; i < (12*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00007800; + for (i = 0; i < (12*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00004400; + for (i = 0; i < (8*4); i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00000000; + for (i = 0; i < 16; i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + chip->PGRAPH[0x00000F50/4] = 0x00000040; + for (i = 0; i < 4; i++) + chip->PGRAPH[0x00000F54/4] = 0x00000000; + break; } LOAD_FIXED_STATE(Riva,FIFO); + UpdateFifoState(chip); /* * Load HW mode state. */ *************** *** 1083,1095 **** */ chip->CurrentState = state; /* ! * Reset FIFO free count. */ ! chip->FifoFreeCount = 0; ! ! #ifdef ARBDEBUG ! ErrorF("** Set\n"); ! #endif } static void UnloadStateExt ( --- 1503,1513 ---- */ chip->CurrentState = state; /* ! * Reset FIFO free and empty counts. */ ! chip->FifoFreeCount = 0; ! /* Free count from first subchannel */ ! chip->FifoEmptyCount = chip->Rop->FifoFree; } static void UnloadStateExt ( *************** *** 1116,1122 **** state->config = chip->PFB[0x00000200/4]; switch (chip->Architecture) { ! case 3: state->offset0 = chip->PGRAPH[0x00000630/4]; state->offset1 = chip->PGRAPH[0x00000634/4]; state->offset2 = chip->PGRAPH[0x00000638/4]; --- 1534,1540 ---- state->config = chip->PFB[0x00000200/4]; switch (chip->Architecture) { ! case NV_ARCH_03: state->offset0 = chip->PGRAPH[0x00000630/4]; state->offset1 = chip->PGRAPH[0x00000634/4]; state->offset2 = chip->PGRAPH[0x00000638/4]; *************** *** 1126,1132 **** state->pitch2 = chip->PGRAPH[0x00000658/4]; state->pitch3 = chip->PGRAPH[0x0000065C/4]; break; ! case 4: state->offset0 = chip->PGRAPH[0x00000640/4]; state->offset1 = chip->PGRAPH[0x00000644/4]; state->offset2 = chip->PGRAPH[0x00000648/4]; --- 1544,1560 ---- state->pitch2 = chip->PGRAPH[0x00000658/4]; state->pitch3 = chip->PGRAPH[0x0000065C/4]; break; ! case NV_ARCH_04: ! state->offset0 = chip->PGRAPH[0x00000640/4]; ! state->offset1 = chip->PGRAPH[0x00000644/4]; ! state->offset2 = chip->PGRAPH[0x00000648/4]; ! state->offset3 = chip->PGRAPH[0x0000064C/4]; ! state->pitch0 = chip->PGRAPH[0x00000670/4]; ! state->pitch1 = chip->PGRAPH[0x00000674/4]; ! state->pitch2 = chip->PGRAPH[0x00000678/4]; ! state->pitch3 = chip->PGRAPH[0x0000067C/4]; ! break; ! case NV_ARCH_10: state->offset0 = chip->PGRAPH[0x00000640/4]; state->offset1 = chip->PGRAPH[0x00000644/4]; state->offset2 = chip->PGRAPH[0x00000648/4]; *************** *** 1158,1168 **** */ outb(0x3D4, 0x0D); outb(0x3D5, offset); outb(0x3D4, 0x0C); ! outb(0x3D5, offset >> 8); outb(0x3D4, 0x19); tmp = inb(0x3D5); ! outb(0x3D5, (offset >> 16) & 0x0F | (tmp & 0xF0)); /* * 4 pixel pan register. */ --- 1586,1601 ---- */ outb(0x3D4, 0x0D); outb(0x3D5, offset); + offset >>= 8; outb(0x3D4, 0x0C); ! outb(0x3D5, offset); ! offset >>= 8; outb(0x3D4, 0x19); tmp = inb(0x3D5); ! outb(0x3D5, (offset & 0x1F) | (tmp & ~0x1F)); ! outb(0x3D4, 0x2D); ! tmp = inb(0x3D5); ! outb(0x3D5, (offset & 0x60) | (tmp & ~0x60)); /* * 4 pixel pan register. */ *************** *** 1177,1185 **** unsigned surf1 ) { ! while (nv3Busy(chip)); ! chip->PGRAPH[0x00000630/4] = surf0; ! chip->PGRAPH[0x00000634/4] = surf1; } static void nv4SetSurfaces2D ( --- 1610,1623 ---- unsigned surf1 ) { ! RivaSurface *Surface = (RivaSurface *)&(chip->FIFO[0x0000E000/4]); ! ! RIVA_FIFO_FREE(*chip,Tri03,5); ! chip->FIFO[0x00003800] = 0x80000003; ! Surface->Offset = surf0; ! chip->FIFO[0x00003800] = 0x80000004; ! Surface->Offset = surf1; ! chip->FIFO[0x00003800] = 0x80000013; } static void nv4SetSurfaces2D ( *************** *** 1188,1196 **** unsigned surf1 ) { ! while (nv4Busy(chip)); ! chip->PGRAPH[0x00000640/4] = surf0; ! chip->PGRAPH[0x00000644/4] = surf1; } static void nv3SetSurfaces3D ( --- 1626,1653 ---- unsigned surf1 ) { ! RivaSurface *Surface = (RivaSurface *)&(chip->FIFO[0x0000E000/4]); ! ! chip->FIFO[0x00003800] = 0x80000003; ! Surface->Offset = surf0; ! chip->FIFO[0x00003800] = 0x80000004; ! Surface->Offset = surf1; ! chip->FIFO[0x00003800] = 0x80000014; ! } ! static void nv10SetSurfaces2D ! ( ! RIVA_HW_INST *chip, ! unsigned surf0, ! unsigned surf1 ! ) ! { ! RivaSurface *Surface = (RivaSurface *)&(chip->FIFO[0x0000E000/4]); ! ! chip->FIFO[0x00003800] = 0x80000003; ! Surface->Offset = surf0; ! chip->FIFO[0x00003800] = 0x80000004; ! Surface->Offset = surf1; ! chip->FIFO[0x00003800] = 0x80000014; } static void nv3SetSurfaces3D ( *************** *** 1199,1207 **** unsigned surf1 ) { ! while (nv3Busy(chip)); ! chip->PGRAPH[0x00000638/4] = surf0; ! chip->PGRAPH[0x0000063C/4] = surf1; } static void nv4SetSurfaces3D ( --- 1656,1669 ---- unsigned surf1 ) { ! RivaSurface *Surface = (RivaSurface *)&(chip->FIFO[0x0000E000/4]); ! ! RIVA_FIFO_FREE(*chip,Tri03,5); ! chip->FIFO[0x00003800] = 0x80000005; ! Surface->Offset = surf0; ! chip->FIFO[0x00003800] = 0x80000006; ! Surface->Offset = surf1; ! chip->FIFO[0x00003800] = 0x80000013; } static void nv4SetSurfaces3D ( *************** *** 1210,1218 **** unsigned surf1 ) { ! while (nv4Busy(chip)); ! chip->PGRAPH[0x00000648/4] = surf0; ! chip->PGRAPH[0x0000064C/4] = surf1; } /****************************************************************************\ --- 1672,1699 ---- unsigned surf1 ) { ! RivaSurface *Surface = (RivaSurface *)&(chip->FIFO[0x0000E000/4]); ! ! chip->FIFO[0x00003800] = 0x80000005; ! Surface->Offset = surf0; ! chip->FIFO[0x00003800] = 0x80000006; ! Surface->Offset = surf1; ! chip->FIFO[0x00003800] = 0x80000014; ! } ! static void nv10SetSurfaces3D ! ( ! RIVA_HW_INST *chip, ! unsigned surf0, ! unsigned surf1 ! ) ! { ! RivaSurface3D *Surfaces3D = (RivaSurface3D *)&(chip->FIFO[0x0000E000/4]); ! ! RIVA_FIFO_FREE(*chip,Tri03,4); ! chip->FIFO[0x00003800] = 0x80000007; ! Surfaces3D->RenderBufferOffset = surf0; ! Surfaces3D->ZBufferOffset = surf1; ! chip->FIFO[0x00003800] = 0x80000014; } /****************************************************************************\ *************** *** 1359,1364 **** --- 1840,1910 ---- chip->SetSurfaces2D = nv4SetSurfaces2D; chip->SetSurfaces3D = nv4SetSurfaces3D; } + static void nv10GetConfig + ( + RIVA_HW_INST *chip + ) + { + /* + * Fill in chip configuration. + */ + switch ((chip->PFB[0x0000020C/4] >> 20) & 0x000000FF) + { + case 0x02: + chip->RamAmountKBytes = 1024 * 2 - 128; + break; + case 0x04: + chip->RamAmountKBytes = 1024 * 4 - 128; + break; + case 0x08: + chip->RamAmountKBytes = 1024 * 8 - 128; + break; + case 0x10: + chip->RamAmountKBytes = 1024 * 16 - 128; + break; + case 0x20: + chip->RamAmountKBytes = 1024 * 32 - 128; + break; + case 0x40: + chip->RamAmountKBytes = 1024 * 64 - 128; + break; + case 0x80: + chip->RamAmountKBytes = 1024 * 128 - 128; + break; + default: + chip->RamAmountKBytes = 1024 * 16 - 128; + break; + } + switch ((chip->PFB[0x00000000/4] >> 3) & 0x00000003) + { + case 3: + chip->RamBandwidthKBytesPerSec = 800000; + break; + default: + chip->RamBandwidthKBytesPerSec = 1000000; + break; + } + chip->CrystalFreqKHz = (chip->PEXTDEV[0x00000000/4] & 0x00000040) ? 14318 : 13500; + chip->CURSOR = &(chip->PRAMIN[0x00010000/4 - 0x0800/4]); + chip->CURSORPOS = &(chip->PRAMDAC[0x0300/4]); + chip->VBLANKENABLE = &(chip->PCRTC[0x0140/4]); + chip->VBLANK = &(chip->PCRTC[0x0100/4]); + chip->VBlankBit = 0x00000001; + chip->MaxVClockFreqKHz = 350000; + chip->LockUnlockIO = 0x3D4; + chip->LockUnlockIndex = 0x1F; + /* + * Set chip functions. + */ + chip->Busy = nv10Busy; + chip->ShowHideCursor = ShowHideCursor; + chip->CalcStateExt = CalcStateExt; + chip->LoadStateExt = LoadStateExt; + chip->UnloadStateExt = UnloadStateExt; + chip->SetStartAddress = SetStartAddress; + chip->SetSurfaces2D = nv10SetSurfaces2D; + chip->SetSurfaces3D = nv10SetSurfaces3D; + } int RivaGetConfig ( RIVA_HW_INST *chip *************** *** 1373,1383 **** */ switch (chip->Architecture) { ! case 3: nv3GetConfig(chip); break; ! case 4: nv4GetConfig(chip); break; default: return (-1); --- 1919,1932 ---- */ switch (chip->Architecture) { ! case NV_ARCH_03: nv3GetConfig(chip); break; ! case NV_ARCH_04: nv4GetConfig(chip); + break; + case NV_ARCH_10: + nv10GetConfig(chip); break; default: return (-1); Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h:1.1.2.4 xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h:1.1.2.6 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h:1.1.2.4 Wed Apr 21 17:21:17 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h Sun Jan 9 07:47:16 2000 *************** *** 36,46 **** |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h,v 1.1.2.4 1999/04/21 07:21:17 hohndel Exp $ */ #ifndef __RIVA_HW_H__ #define __RIVA_HW_H__ ! #define RIVA_SW_VERSION 0x00010000 /***************************************************************************\ * * * FIFO registers. * --- 36,52 ---- |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h,v 1.1.2.6 2000/01/08 03:25:40 robin Exp $ */ #ifndef __RIVA_HW_H__ #define __RIVA_HW_H__ ! #define RIVA_SW_VERSION 0x00010002 + /* + * Define supported architectures. + */ + #define NV_ARCH_03 0x03 + #define NV_ARCH_04 0x04 + #define NV_ARCH_10 0x10 /***************************************************************************\ * * * FIFO registers. * *************** *** 218,224 **** --- 224,283 ---- float TextureS; float TextureT; } RivaTexturedTriangle03; + typedef volatile struct + { + unsigned reserved00[4]; + unsigned short FifoFree; + unsigned short Nop; + unsigned reserved01[0x0BB]; + unsigned ColorKey; + unsigned TextureOffset; + unsigned TextureFormat; + unsigned TextureFilter; + unsigned Blend; + /* This is a problem on LynxOS */ + #ifdef Control + #undef Control + #endif + unsigned Control; + unsigned FogColor; + unsigned reserved02[0x39]; + struct + { + float ScreenX; + float ScreenY; + float ScreenZ; + float EyeM; + unsigned Color; + unsigned Specular; + float TextureS; + float TextureT; + } Vertex[16]; + unsigned DrawTriangle3D; + } RivaTexturedTriangle05; + /* + * 2D/3D surfaces + */ + typedef volatile struct + { + unsigned reserved00[4]; + unsigned short FifoFree; + unsigned short Nop; + unsigned reserved01[0x0BE]; + unsigned Offset; + } RivaSurface; + typedef volatile struct + { + unsigned reserved00[4]; + unsigned short FifoFree; + unsigned short Nop; + unsigned reserved01[0x0BD]; + unsigned Pitch; + unsigned RenderBufferOffset; + unsigned ZBufferOffset; + } RivaSurface3D; + /***************************************************************************\ * * * Virtualized RIVA H/W interface. * *************** *** 247,252 **** --- 306,312 ---- unsigned LockUnlockIndex; unsigned VBlankBit; unsigned FifoFreeCount; + unsigned FifoEmptyCount; /* * Non-FIFO registers. */ *************** *** 289,294 **** --- 349,355 ---- RivaScreenBlt *Blt; RivaBitmap *Bitmap; RivaTexturedTriangle03 *Tri03; + RivaTexturedTriangle05 *Tri05; } RIVA_HW_INST; /* * Extended mode state information. *************** *** 328,340 **** /* * FIFO Free Count. Should attempt to yield processor if RIVA is busy. */ ! #define RIVA_FIFO_FREE(hwinst,hwptr,cnt) \ ! { \ ! while ((hwinst).FifoFreeCount < (cnt)) \ ! { \ ! (hwinst).FifoFreeCount = (hwinst).hwptr->FifoFree >> 2; \ ! } \ ! (hwinst).FifoFreeCount -= (cnt); \ } #endif /* __RIVA_HW_H__ */ --- 389,400 ---- /* * FIFO Free Count. Should attempt to yield processor if RIVA is busy. */ ! ! #define RIVA_FIFO_FREE(hwinst,hwptr,cnt) \ ! { \ ! while ((hwinst).FifoFreeCount < (cnt)) \ ! (hwinst).FifoFreeCount = (hwinst).hwptr->FifoFree >> 2; \ ! (hwinst).FifoFreeCount -= (cnt); \ } #endif /* __RIVA_HW_H__ */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h:1.1.2.3 xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h:1.1.2.5 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h:1.1.2.3 Wed Apr 21 17:21:18 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h Sun Jan 9 07:47:17 2000 *************** *** 36,42 **** |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h,v 1.1.2.3 1999/04/21 07:21:18 hohndel Exp $ */ /* * RIVA Fixed Functionality Init Tables. */ --- 36,42 ---- |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h,v 1.1.2.5 2000/01/08 03:25:40 robin Exp $ */ /* * RIVA Fixed Functionality Init Tables. */ *************** *** 150,155 **** --- 150,163 ---- {0x00000205, 0x00C50342}, {0x00000208, 0x80000002}, {0x00000209, 0x00C60343}, + {0x0000020C, 0x80000003}, + {0x0000020D, 0x00DC0348}, + {0x00000210, 0x80000004}, + {0x00000211, 0x00DC0349}, + {0x00000214, 0x80000005}, + {0x00000215, 0x00DC034A}, + {0x00000218, 0x80000006}, + {0x00000219, 0x00DC034B}, {0x00000240, 0x80000010}, {0x00000241, 0x00D10344}, {0x00000244, 0x80000011}, *************** *** 178,184 **** {0x00000D1B, 0x00000000}, {0x00000D1D, 0x00000140}, {0x00000D1E, 0x00000000}, ! {0x00000D1F, 0x00000000} }; static unsigned nv3TablePRAMIN_8BPP[][2] = { --- 186,208 ---- {0x00000D1B, 0x00000000}, {0x00000D1D, 0x00000140}, {0x00000D1E, 0x00000000}, ! {0x00000D1F, 0x00000000}, ! {0x00000D20, 0x10100200}, ! {0x00000D21, 0x00000000}, ! {0x00000D22, 0x00000000}, ! {0x00000D23, 0x00000000}, ! {0x00000D24, 0x10210200}, ! {0x00000D25, 0x00000000}, ! {0x00000D26, 0x00000000}, ! {0x00000D27, 0x00000000}, ! {0x00000D28, 0x10420200}, ! {0x00000D29, 0x00000000}, ! {0x00000D2A, 0x00000000}, ! {0x00000D2B, 0x00000000}, ! {0x00000D2C, 0x10830200}, ! {0x00000D2D, 0x00000000}, ! {0x00000D2E, 0x00000000}, ! {0x00000D2F, 0x00000000} }; static unsigned nv3TablePRAMIN_8BPP[][2] = { *************** *** 216,226 **** --- 240,256 ---- {0x00000D18, 0x10110201}, {0x00000D1C, 0x10419208} }; + static unsigned nv4TableFIFO[][2] = + { + {0x00003800, 0x80000014} + }; static unsigned nv4TablePFIFO[][2] = { {0x00000140, 0x00000000}, {0x00000480, 0x00000000}, {0x00000494, 0x00000000}, + {0x00000481, 0x00000000}, + {0x0000048B, 0x00000000}, {0x00000400, 0x00000000}, {0x00000414, 0x00000000}, {0x00000084, 0x03000100}, *************** *** 291,297 **** {0x0000005C, 0x10010100}, {0x000001C4, 0xFFFFFFFF}, {0x000001C8, 0x00000001}, ! {0x00000204, 0x00000000} }; static unsigned nv4TablePGRAPH_8BPP[][2] = { --- 321,328 ---- {0x0000005C, 0x10010100}, {0x000001C4, 0xFFFFFFFF}, {0x000001C8, 0x00000001}, ! {0x00000204, 0x00000000}, ! {0x000001C3, 0x00000001} }; static unsigned nv4TablePGRAPH_8BPP[][2] = { *************** *** 337,342 **** --- 368,381 ---- {0x00000023, 0x80011143}, {0x00000024, 0x80000002}, {0x00000025, 0x80011144}, + {0x00000026, 0x80000003}, + {0x00000027, 0x8001114B}, + {0x00000028, 0x80000004}, + {0x00000029, 0x8001114C}, + {0x0000002A, 0x80000005}, + {0x0000002B, 0x8001114D}, + {0x0000002C, 0x80000006}, + {0x0000002D, 0x8001114E}, {0x00000500, 0x00003000}, {0x00000501, 0x01FFFFFF}, {0x00000502, 0x00000002}, *************** *** 354,360 **** #endif {0x00000512, 0x00000000}, {0x00000513, 0x00000000}, ! {0x00000514, 0x0100A033}, {0x00000516, 0x00000000}, {0x00000517, 0x00000000}, {0x00000518, 0x0100805F}, --- 393,399 ---- #endif {0x00000512, 0x00000000}, {0x00000513, 0x00000000}, ! {0x00000514, 0x01008021}, {0x00000516, 0x00000000}, {0x00000517, 0x00000000}, {0x00000518, 0x0100805F}, *************** *** 371,384 **** {0x00000521, 0x00000D01}, {0x00000522, 0x11401140}, {0x00000523, 0x00000000}, ! {0x00000524, 0x0100A054}, {0x00000525, 0x00000D01}, {0x00000526, 0x11401140}, {0x00000527, 0x00000000}, ! {0x00000528, 0x0100A055}, {0x00000529, 0x00000D01}, {0x0000052A, 0x11401140}, ! {0x0000052B, 0x00000000} }; static unsigned nv4TablePRAMIN_8BPP[][2] = { --- 410,435 ---- {0x00000521, 0x00000D01}, {0x00000522, 0x11401140}, {0x00000523, 0x00000000}, ! {0x00000524, 0x0300A054}, {0x00000525, 0x00000D01}, {0x00000526, 0x11401140}, {0x00000527, 0x00000000}, ! {0x00000528, 0x0300A055}, {0x00000529, 0x00000D01}, {0x0000052A, 0x11401140}, ! {0x0000052B, 0x00000000}, ! {0x0000052C, 0x00000058}, ! {0x0000052E, 0x11401140}, ! {0x0000052F, 0x00000000}, ! {0x00000530, 0x00000059}, ! {0x00000532, 0x11401140}, ! {0x00000533, 0x00000000}, ! {0x00000534, 0x0000005A}, ! {0x00000536, 0x11401140}, ! {0x00000537, 0x00000000}, ! {0x00000538, 0x0000005B}, ! {0x0000053A, 0x11401140}, ! {0x0000053B, 0x00000000} }; static unsigned nv4TablePRAMIN_8BPP[][2] = { *************** *** 389,395 **** {0x00000511, 0x00000202}, {0x00000515, 0x00000302}, {0x00000519, 0x00000302}, ! {0x0000051D, 0x00000302} }; static unsigned nv4TablePRAMIN_15BPP[][2] = { --- 440,450 ---- {0x00000511, 0x00000202}, {0x00000515, 0x00000302}, {0x00000519, 0x00000302}, ! {0x0000051D, 0x00000302}, ! {0x0000052D, 0x00000302}, ! {0x0000052E, 0x00000302}, ! {0x00000535, 0x00000000}, ! {0x00000539, 0x00000000} }; static unsigned nv4TablePRAMIN_15BPP[][2] = { *************** *** 400,406 **** {0x00000511, 0x00000802}, {0x00000515, 0x00000902}, {0x00000519, 0x00000902}, ! {0x0000051D, 0x00000902} }; static unsigned nv4TablePRAMIN_16BPP[][2] = { --- 455,465 ---- {0x00000511, 0x00000802}, {0x00000515, 0x00000902}, {0x00000519, 0x00000902}, ! {0x0000051D, 0x00000902}, ! {0x0000052D, 0x00000902}, ! {0x0000052E, 0x00000902}, ! {0x00000535, 0x00000702}, ! {0x00000539, 0x00000702} }; static unsigned nv4TablePRAMIN_16BPP[][2] = { *************** *** 411,417 **** {0x00000511, 0x00000B02}, {0x00000515, 0x00000C02}, {0x00000519, 0x00000C02}, ! {0x0000051D, 0x00000C02} }; static unsigned nv4TablePRAMIN_32BPP[][2] = { --- 470,480 ---- {0x00000511, 0x00000B02}, {0x00000515, 0x00000C02}, {0x00000519, 0x00000C02}, ! {0x0000051D, 0x00000C02}, ! {0x0000052D, 0x00000C02}, ! {0x0000052E, 0x00000C02}, ! {0x00000535, 0x00000702}, ! {0x00000539, 0x00000702} }; static unsigned nv4TablePRAMIN_32BPP[][2] = { *************** *** 422,427 **** {0x00000511, 0x00000D02}, {0x00000515, 0x00000E02}, {0x00000519, 0x00000E02}, ! {0x0000051D, 0x00000E02} }; --- 485,943 ---- {0x00000511, 0x00000D02}, {0x00000515, 0x00000E02}, {0x00000519, 0x00000E02}, ! {0x0000051D, 0x00000E02}, ! {0x0000052D, 0x00000E02}, ! {0x0000052E, 0x00000E02}, ! {0x00000535, 0x00000E02}, ! {0x00000539, 0x00000E02} ! }; ! static unsigned nv10TableFIFO[][2] = ! { ! {0x00003800, 0x80000014} ! }; ! static unsigned nv10TablePFIFO[][2] = ! { ! {0x00000140, 0x00000000}, ! {0x00000480, 0x00000000}, ! {0x00000494, 0x00000000}, ! {0x00000481, 0x00000000}, ! {0x0000048B, 0x00000000}, ! {0x00000400, 0x00000000}, ! {0x00000414, 0x00000000}, ! {0x00000084, 0x03000100}, ! {0x00000085, 0x00000110}, ! {0x00000086, 0x00000112}, ! {0x00000143, 0x0000FFFF}, ! {0x00000496, 0x0000FFFF}, ! {0x00000050, 0x00000000}, ! {0x00000040, 0xFFFFFFFF}, ! {0x00000415, 0x00000001}, ! {0x00000480, 0x00000001}, ! {0x00000494, 0x00000001}, ! {0x00000495, 0x00000001}, ! {0x00000140, 0x00000001} ! }; ! static unsigned nv10TablePGRAPH[][2] = ! { ! {0x00000020, 0x0003FFFF}, ! {0x00000021, 0x00118701}, ! {0x00000022, 0x24F82AD9}, ! {0x00000023, 0x55DE0030}, ! {0x00000020, 0x00000000}, ! {0x00000024, 0x00000000}, ! {0x00000058, 0x00000000}, ! {0x00000060, 0x00000000}, ! {0x00000068, 0x00000000}, ! {0x00000070, 0x00000000}, ! {0x00000078, 0x00000000}, ! {0x00000059, 0x00000000}, ! {0x00000061, 0x00000000}, ! {0x00000069, 0x00000000}, ! {0x00000071, 0x00000000}, ! {0x00000079, 0x00000000}, ! {0x0000005A, 0x00000000}, ! {0x00000062, 0x00000000}, ! {0x0000006A, 0x00000000}, ! {0x00000072, 0x00000000}, ! {0x0000007A, 0x00000000}, ! {0x0000005B, 0x00000000}, ! {0x00000063, 0x00000000}, ! {0x0000006B, 0x00000000}, ! {0x00000073, 0x00000000}, ! {0x0000007B, 0x00000000}, ! {0x0000005C, 0x00000000}, ! {0x00000064, 0x00000000}, ! {0x0000006C, 0x00000000}, ! {0x00000074, 0x00000000}, ! {0x0000007C, 0x00000000}, ! {0x0000005D, 0x00000000}, ! {0x00000065, 0x00000000}, ! {0x0000006D, 0x00000000}, ! {0x00000075, 0x00000000}, ! {0x0000007D, 0x00000000}, ! {0x0000005E, 0x00000000}, ! {0x00000066, 0x00000000}, ! {0x0000006E, 0x00000000}, ! {0x00000076, 0x00000000}, ! {0x0000007E, 0x00000000}, ! {0x0000005F, 0x00000000}, ! {0x00000067, 0x00000000}, ! {0x0000006F, 0x00000000}, ! {0x00000077, 0x00000000}, ! {0x0000007F, 0x00000000}, ! {0x00000053, 0x00000000}, ! {0x00000054, 0x00000000}, ! {0x00000055, 0x00000000}, ! {0x00000056, 0x00000000}, ! {0x00000057, 0x00000000}, ! {0x00000196, 0x00000000}, ! {0x000001A1, 0x01FFFFFF}, ! {0x00000197, 0x00000000}, ! {0x000001A2, 0x01FFFFFF}, ! {0x00000198, 0x00000000}, ! {0x000001A3, 0x01FFFFFF}, ! {0x00000199, 0x00000000}, ! {0x000001A4, 0x01FFFFFF}, ! {0x0000019A, 0x00000000}, ! {0x000001A5, 0x01FFFFFF}, ! {0x0000019B, 0x00000000}, ! {0x000001A6, 0x01FFFFFF}, ! {0x00000050, 0x01111111}, ! {0x00000040, 0xFFFFFFFF}, ! {0x00000051, 0x10010100}, ! {0x000001C5, 0xFFFFFFFF}, ! {0x000001C8, 0x00000001}, ! {0x00000204, 0x00000000}, ! {0x000001C4, 0x00000001} ! }; ! static unsigned nv10TablePGRAPH_8BPP[][2] = ! { ! {0x000001C9, 0x00111111}, ! {0x00000186, 0x00001010}, ! {0x0000020C, 0x03020202} ! }; ! static unsigned nv10TablePGRAPH_15BPP[][2] = ! { ! {0x000001C9, 0x00226222}, ! {0x00000186, 0x00002071}, ! {0x0000020C, 0x09080808} ! }; ! static unsigned nv10TablePGRAPH_16BPP[][2] = ! { ! {0x000001C9, 0x00556555}, ! {0x00000186, 0x000050C2}, ! {0x0000020C, 0x000B0B0C} ! }; ! static unsigned nv10TablePGRAPH_32BPP[][2] = ! { ! {0x000001C9, 0x0077D777}, ! {0x00000186, 0x000070E5}, ! {0x0000020C, 0x0E0D0D0D} ! }; ! static unsigned nv10tri05TablePGRAPH[][2] = ! { ! {(0x00000E00/4), 0x00000000}, ! {(0x00000E04/4), 0x00000000}, ! {(0x00000E08/4), 0x00000000}, ! {(0x00000E0C/4), 0x00000000}, ! {(0x00000E10/4), 0x00001000}, ! {(0x00000E14/4), 0x00001000}, ! {(0x00000E18/4), 0x4003ff80}, ! {(0x00000E1C/4), 0x00000000}, ! {(0x00000E20/4), 0x00000000}, ! {(0x00000E24/4), 0x00000000}, ! {(0x00000E28/4), 0x00000000}, ! {(0x00000E2C/4), 0x00000000}, ! {(0x00000E30/4), 0x00080008}, ! {(0x00000E34/4), 0x00080008}, ! {(0x00000E38/4), 0x00000000}, ! {(0x00000E3C/4), 0x00000000}, ! {(0x00000E40/4), 0x00000000}, ! {(0x00000E44/4), 0x00000000}, ! {(0x00000E48/4), 0x00000000}, ! {(0x00000E4C/4), 0x00000000}, ! {(0x00000E50/4), 0x00000000}, ! {(0x00000E54/4), 0x00000000}, ! {(0x00000E58/4), 0x00000000}, ! {(0x00000E5C/4), 0x00000000}, ! {(0x00000E60/4), 0x00000000}, ! {(0x00000E64/4), 0x10000000}, ! {(0x00000E68/4), 0x00000000}, ! {(0x00000E6C/4), 0x00000000}, ! {(0x00000E70/4), 0x00000000}, ! {(0x00000E74/4), 0x00000000}, ! {(0x00000E78/4), 0x00000000}, ! {(0x00000E7C/4), 0x00000000}, ! {(0x00000E80/4), 0x00000000}, ! {(0x00000E84/4), 0x00000000}, ! {(0x00000E88/4), 0x08000000}, ! {(0x00000E8C/4), 0x00000000}, ! {(0x00000E90/4), 0x00000000}, ! {(0x00000E94/4), 0x00000000}, ! {(0x00000E98/4), 0x00000000}, ! {(0x00000E9C/4), 0x4B7FFFFF}, ! {(0x00000EA0/4), 0x00000000}, ! {(0x00000EA4/4), 0x00000000}, ! {(0x00000EA8/4), 0x00000000}, ! {(0x00000F00/4), 0x07FF0800}, ! {(0x00000F04/4), 0x07FF0800}, ! {(0x00000F08/4), 0x07FF0800}, ! {(0x00000F0C/4), 0x07FF0800}, ! {(0x00000F10/4), 0x07FF0800}, ! {(0x00000F14/4), 0x07FF0800}, ! {(0x00000F18/4), 0x07FF0800}, ! {(0x00000F1C/4), 0x07FF0800}, ! {(0x00000F20/4), 0x07FF0800}, ! {(0x00000F24/4), 0x07FF0800}, ! {(0x00000F28/4), 0x07FF0800}, ! {(0x00000F2C/4), 0x07FF0800}, ! {(0x00000F30/4), 0x07FF0800}, ! {(0x00000F34/4), 0x07FF0800}, ! {(0x00000F38/4), 0x07FF0800}, ! {(0x00000F3C/4), 0x07FF0800}, ! {(0x00000F40/4), 0x10000000}, ! {(0x00000F44/4), 0x00000000}, ! {(0x00000F50/4), 0x00006740}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F50/4), 0x00006750}, ! {(0x00000F54/4), 0x40000000}, ! {(0x00000F54/4), 0x40000000}, ! {(0x00000F54/4), 0x40000000}, ! {(0x00000F54/4), 0x40000000}, ! {(0x00000F50/4), 0x00006760}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00006770}, ! {(0x00000F54/4), 0xC5000000}, ! {(0x00000F54/4), 0xC5000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00006780}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x000067A0}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F50/4), 0x00006AB0}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F50/4), 0x00006AC0}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00006C10}, ! {(0x00000F54/4), 0xBF800000}, ! {(0x00000F50/4), 0x00007030}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00007040}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00007050}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00007060}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00007070}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00007080}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00007090}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x000070A0}, ! {(0x00000F54/4), 0x7149F2CA}, ! {(0x00000F50/4), 0x00006A80}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F50/4), 0x00006AA0}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00000040}, ! {(0x00000F54/4), 0x00000005}, ! {(0x00000F50/4), 0x00006400}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x4B7FFFFF}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00006410}, ! {(0x00000F54/4), 0xC5000000}, ! {(0x00000F54/4), 0xC5000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00006420}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x00006430}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x000064C0}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F54/4), 0x477FFFFF}, ! {(0x00000F54/4), 0x3F800000}, ! {(0x00000F50/4), 0x000064D0}, ! {(0x00000F54/4), 0xC5000000}, ! {(0x00000F54/4), 0xC5000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x000064E0}, ! {(0x00000F54/4), 0xC4FFF000}, ! {(0x00000F54/4), 0xC4FFF000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F50/4), 0x000064F0}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F54/4), 0x00000000}, ! {(0x00000F40/4), 0x30000000}, ! {(0x00000F44/4), 0x00000004}, ! {(0x00000F48/4), 0x10000000}, ! {(0x00000F4C/4), 0x00000000} ! }; ! static unsigned nv10TablePRAMIN[][2] = ! { ! {0x00000000, 0x80000010}, ! {0x00000001, 0x80011145}, ! {0x00000002, 0x80000011}, ! {0x00000003, 0x80011146}, ! {0x00000004, 0x80000012}, ! {0x00000005, 0x80011147}, ! {0x00000006, 0x80000013}, ! {0x00000007, 0x80011148}, ! {0x00000008, 0x80000014}, ! {0x00000009, 0x80011149}, ! {0x0000000A, 0x80000015}, ! {0x0000000B, 0x8001114A}, ! {0x00000020, 0x80000000}, ! {0x00000021, 0x80011142}, ! {0x00000022, 0x80000001}, ! {0x00000023, 0x80011143}, ! {0x00000024, 0x80000002}, ! {0x00000025, 0x80011144}, ! {0x00000026, 0x80000003}, ! {0x00000027, 0x8001114B}, ! {0x00000028, 0x80000004}, ! {0x00000029, 0x8001114C}, ! {0x0000002A, 0x80000005}, ! {0x0000002B, 0x8001114D}, ! {0x0000002C, 0x80000006}, ! {0x0000002D, 0x8001114E}, ! {0x0000002E, 0x80000007}, ! {0x0000002F, 0x8001114F}, ! {0x00000500, 0x00003000}, ! {0x00000501, 0x01FFFFFF}, ! {0x00000502, 0x00000002}, ! {0x00000503, 0x00000002}, ! {0x00000508, 0x01008043}, ! {0x0000050A, 0x00000000}, ! {0x0000050B, 0x00000000}, ! {0x0000050C, 0x01008019}, ! {0x0000050E, 0x00000000}, ! {0x0000050F, 0x00000000}, ! #if 1 ! {0x00000510, 0x01008018}, ! #else ! {0x00000510, 0x01008044}, ! #endif ! {0x00000512, 0x00000000}, ! {0x00000513, 0x00000000}, ! {0x00000514, 0x01008021}, ! {0x00000516, 0x00000000}, ! {0x00000517, 0x00000000}, ! {0x00000518, 0x0100805F}, ! {0x0000051A, 0x00000000}, ! {0x0000051B, 0x00000000}, ! #if 1 ! {0x0000051C, 0x0100804B}, ! #else ! {0x0000051C, 0x0100804A}, ! #endif ! {0x0000051E, 0x00000000}, ! {0x0000051F, 0x00000000}, ! {0x00000520, 0x0100A048}, ! {0x00000521, 0x00000D01}, ! {0x00000522, 0x11401140}, ! {0x00000523, 0x00000000}, ! {0x00000524, 0x0300A094}, ! {0x00000525, 0x00000D01}, ! {0x00000526, 0x11401140}, ! {0x00000527, 0x00000000}, ! {0x00000528, 0x0300A095}, ! {0x00000529, 0x00000D01}, ! {0x0000052A, 0x11401140}, ! {0x0000052B, 0x00000000}, ! {0x0000052C, 0x00000058}, ! {0x0000052E, 0x11401140}, ! {0x0000052F, 0x00000000}, ! {0x00000530, 0x00000059}, ! {0x00000532, 0x11401140}, ! {0x00000533, 0x00000000}, ! {0x00000534, 0x0000005A}, ! {0x00000536, 0x11401140}, ! {0x00000537, 0x00000000}, ! {0x00000538, 0x0000005B}, ! {0x0000053A, 0x11401140}, ! {0x0000053B, 0x00000000}, ! {0x0000053C, 0x00000093}, ! {0x0000053E, 0x11401140}, ! {0x0000053F, 0x00000000} ! }; ! static unsigned nv10TablePRAMIN_8BPP[][2] = ! { ! /* 0xXXXXXX01 For MSB mono format */ ! /* 0xXXXXXX02 For LSB mono format */ ! {0x00000509, 0x00000302}, ! {0x0000050D, 0x00000302}, ! {0x00000511, 0x00000202}, ! {0x00000515, 0x00000302}, ! {0x00000519, 0x00000302}, ! {0x0000051D, 0x00000302}, ! {0x0000052D, 0x00000302}, ! {0x0000052E, 0x00000302}, ! {0x00000535, 0x00000000}, ! {0x00000539, 0x00000000}, ! {0x0000053D, 0x00000000} ! }; ! static unsigned nv10TablePRAMIN_15BPP[][2] = ! { ! /* 0xXXXXXX01 For MSB mono format */ ! /* 0xXXXXXX02 For LSB mono format */ ! {0x00000509, 0x00000902}, ! {0x0000050D, 0x00000902}, ! {0x00000511, 0x00000802}, ! {0x00000515, 0x00000902}, ! {0x00000519, 0x00000902}, ! {0x0000051D, 0x00000902}, ! {0x0000052D, 0x00000902}, ! {0x0000052E, 0x00000902}, ! {0x00000535, 0x00000902}, ! {0x00000539, 0x00000902}, ! {0x0000053D, 0x00000902} ! }; ! static unsigned nv10TablePRAMIN_16BPP[][2] = ! { ! /* 0xXXXXXX01 For MSB mono format */ ! /* 0xXXXXXX02 For LSB mono format */ ! {0x00000509, 0x00000C02}, ! {0x0000050D, 0x00000C02}, ! {0x00000511, 0x00000B02}, ! {0x00000515, 0x00000C02}, ! {0x00000519, 0x00000C02}, ! {0x0000051D, 0x00000C02}, ! {0x0000052D, 0x00000C02}, ! {0x0000052E, 0x00000C02}, ! {0x00000535, 0x00000C02}, ! {0x00000539, 0x00000C02}, ! {0x0000053D, 0x00000C02} ! }; ! static unsigned nv10TablePRAMIN_32BPP[][2] = ! { ! /* 0xXXXXXX01 For MSB mono format */ ! /* 0xXXXXXX02 For LSB mono format */ ! {0x00000509, 0x00000E02}, ! {0x0000050D, 0x00000E02}, ! {0x00000511, 0x00000D02}, ! {0x00000515, 0x00000E02}, ! {0x00000519, 0x00000E02}, ! {0x0000051D, 0x00000E02}, ! {0x0000052D, 0x00000E02}, ! {0x0000052E, 0x00000E02}, ! {0x00000535, 0x00000E02}, ! {0x00000539, 0x00000E02}, ! {0x0000053D, 0x00000E02} }; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c:1.1.2.7 xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c:1.1.2.9 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c:1.1.2.7 Tue Aug 17 17:39:35 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c Sun Jan 9 07:47:17 2000 *************** *** 36,42 **** |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c,v 1.1.2.7 1999/08/17 07:39:35 hohndel Exp $ */ /* * Based initially on the NV1, NV3 code by Dave McKay. * --- 36,42 ---- |* those rights set forth herein. *| |* *| \***************************************************************************/ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c,v 1.1.2.9 2000/01/08 03:25:41 robin Exp $ */ /* * Based initially on the NV1, NV3 code by Dave McKay. * *************** *** 1185,1191 **** */ if(vgaBitsPerPixel != 8 ) { ! if (riva.Architecture == 3) for (i = 0; i < 256; i++) { ((vgaNVPtr)vgaNewVideoState)->std.DAC[i*3] = i >> 2; --- 1185,1191 ---- */ if(vgaBitsPerPixel != 8 ) { ! if (riva.Architecture == NV_ARCH_03) for (i = 0; i < 256; i++) { ((vgaNVPtr)vgaNewVideoState)->std.DAC[i*3] = i >> 2; *************** *** 1386,1392 **** /* * Record chip architecture based in PCI probe. */ ! riva.Architecture = 3; /* * Map chip-specific memory-mapped registers. This MUST be done in the OS specific driver code. */ --- 1386,1392 ---- /* * Record chip architecture based in PCI probe. */ ! riva.Architecture = NV_ARCH_03; /* * Map chip-specific memory-mapped registers. This MUST be done in the OS specific driver code. */ *************** *** 1403,1409 **** /* * Record chip architecture based in PCI probe. */ ! riva.Architecture = 4; /* * Map chip-specific memory-mapped registers. This MUST be done in the OS specific driver code. */ --- 1403,1427 ---- /* * Record chip architecture based in PCI probe. */ ! riva.Architecture = NV_ARCH_04; ! /* ! * Map chip-specific memory-mapped registers. This MUST be done in the OS specific driver code. ! */ ! riva.PRAMIN = (unsigned *)xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION,((char *)regBase+0x00710000), 0x00010000); ! riva.PCRTC = (unsigned *)xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION,((char *)regBase+0x00600000), 0x00001000); ! /* ! * Call the common chip probe. ! */ ! return (RivaProbe(nv, regBase, frameBase)); ! } ! int NV10Probe(vgaVideoChipRec *nv, void *regBase, void *frameBase) ! { ! OFLG_SET(OPTION_DAC_8_BIT, &(nv->ChipOptionFlags)); ! OFLG_SET(OPTION_DAC_8_BIT, &vga256InfoRec.options); ! /* ! * Record chip architecture based in PCI probe. ! */ ! riva.Architecture = NV_ARCH_10; /* * Map chip-specific memory-mapped registers. This MUST be done in the OS specific driver code. */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/Imakefile diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/Imakefile:1.1.2.1 *** /dev/null Sun Jan 9 07:47:19 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/Imakefile Tue Oct 12 07:13:49 1999 *************** *** 0 **** --- 1,37 ---- + XCOMM + XCOMM This is the Imakefile for the r128 (ATI Rage 128) driver. + XCOMM + XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/Imakefile,v 1.1.2.1 1999/10/11 21:13:49 hohndel Exp $ + XCOMM $PI: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/Imakefile,v 1.3 1999/10/08 08:28:46 faith Exp $ + + #include <Server.tmpl> + + SRCS = r128_driver.c r128_accel.c r128_cursor.c + OBJS = r128_driver.o r128_accel.o r128_cursor.o + + DEFINES = -DPSZ=8 + #if XF86LinkKit + INCLUDES = -I. -I../../../include -I../../../include/X11 -I../.. + #else + INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86HWSRC) -I$(XF86OSSRC) \ + -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \ + -I$(SERVERSRC)/cfb -I../../vga -I../../../xaa \ + -I$(FONTINCSRC) -I$(SERVERSRC)/include -I$(XINCLUDESRC) + #endif + + #if MakeHasPosixVariableSubstitutions + SubdirLibraryRule($(OBJS)) + #endif + NormalLibraryObjectRule() + NormalAsmObjectRule() + + NormalRelocatableTarget(r128_drv, $(OBJS)) + + InstallLinkKitNonExecFile(Imakefile,$(LINKKITDIR)/drivers/vga256/r128) + InstallLinkKitNonExecFile(r128.h,$(LINKKITDIR)/drivers/vga256/r128) + InstallLinkKitNonExecFile(r128_accel.c,$(LINKKITDIR)/drivers/vga256/r128) + InstallLinkKitNonExecFile(r128_cursor.c,$(LINKKITDIR)/drivers/vga256/r128) + InstallLinkKitNonExecFile(r128_driver.c,$(LINKKITDIR)/drivers/vga256/r128) + InstallLinkKitNonExecFile(r128_reg.h,$(LINKKITDIR)/drivers/vga256/r128) + + DependTarget() Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128.h:1.1.2.1 *** /dev/null Sun Jan 9 07:47:19 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128.h Tue Oct 12 07:13:49 1999 *************** *** 0 **** --- 1,134 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128.h,v 1.1.2.1 1999/10/11 21:13:49 hohndel Exp $ */ + /************************************************************************** + + Copyright 1999 ATI Technologies Inc. and Precision Insight, Inc., + Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + on the rights to use, copy, modify, merge, publish, distribute, sub + license, and/or sell copies of the Software, and to permit persons to whom + the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + ATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Rickard E. Faith <faith@precisioninsight.com> + * Kevin E. Martin <kevin@precisioninsight.com> + * + * $PI: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128.h,v 1.13 1999/10/08 08:28:46 faith Exp $ + */ + + #ifndef _R128_H_ + #define _R128_H_ + + #define R128_DEBUG 0 /* Turn on debugging output */ + #define R128_TIMEOUT 2000000 /* Fall out of wait loops after this count */ + + + #if R128_DEBUG + #define R128DEBUG(x) R128VERBOSE(x) + #else + #define R128DEBUG(x) + #endif + + #define R128FATAL(x) \ + do { \ + if (vga256InfoRec.chipset) \ + ErrorF("%s %s: %s: Fatal Error\n", \ + XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.chipset);\ + else \ + ErrorF("%s %s: r128: Fatal Error\n", \ + XCONFIG_PROBED, vga256InfoRec.name); \ + FatalError x; \ + } while (0) + + #define R128ERROR(x) \ + do { \ + if (vga256InfoRec.chipset) \ + ErrorF("%s %s: %s: ", \ + XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.chipset);\ + else \ + ErrorF("%s %s: r128: ", XCONFIG_PROBED, vga256InfoRec.name); \ + ErrorF x; \ + } while (0) + + #define R128VERBOSE(x) do { if (xf86Verbose) R128ERROR(x); } while (0) + + + + /* Other macros */ + #define R128_ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) + #define R128_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1)) + + typedef struct { + CARD16 reference_freq; + CARD16 reference_div; + CARD32 min_pll_freq; + CARD32 max_pll_freq; + CARD16 xclk; + } R128PLLRec, *R128PLLPtr; + + typedef struct { + unsigned int Chipset; + pciTagRec PciTag; + + unsigned long LinearAddr; /* Frame buffer physical address */ + unsigned long MMIOAddr; /* MMIO region physical address */ + unsigned long IOBase; /* I/O register base address */ + + unsigned char *MMIO; /* Map of MMIO region */ + + CARD32 MemCntl; + int Flags; /* Saved copy of mode flags */ + + R128PLLRec pll; + + /* Saved data from vga256InfoRec */ + int pixel_bytes; + int pixel_depth; + int virtual_x; + int virtual_y; + unsigned long video_ram; + unsigned long cursor_start; + unsigned long cursor_end; + + /* Computed values for Rage 128 */ + int pitch; + int datatype; + CARD32 dp_gui_master_cntl; + + /* Saved values for ScreenToScreenCopy */ + int xdir; + int ydir; + + /* ScanlineScreenToScreenColorExpand support */ + unsigned char scratch_buffer[512]; + int scanline_x; + int scanline_y; + int scanline_h_w; + int scanline_words; + } R128InfoRec, *R128InfoPtr; + + extern int INPLL(int addr); + extern R128InfoPtr R128PTR(void); + extern void R128AccelInit(void); + extern void R128CursorInit(void); + extern void R128WaitForVerticalSync(void); + + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_accel.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_accel.c:1.1.2.3 *** /dev/null Sun Jan 9 07:47:19 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_accel.c Fri Nov 19 02:37:32 1999 *************** *** 0 **** --- 1,511 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_accel.c,v 1.1.2.3 1999/11/18 15:37:32 hohndel Exp $ */ + /************************************************************************** + + Copyright 1999 ATI Technologies Inc. and Precision Insight, Inc., + Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + on the rights to use, copy, modify, merge, publish, distribute, sub + license, and/or sell copies of the Software, and to permit persons to whom + the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + ATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Rickard E. Faith <faith@precisioninsight.com> + * Kevin E. Martin <kevin@precisioninsight.com> + * + * Credits: + * + * Thanks to Alan Hourihane <alanh@fairlite.demon..co.uk> and SuSE for + * providing source code to their 3.3.x Rage 128 driver. Portions of + * this file are based on the acceleration code for that driver. + * + * References: + * + * RAGE 128 VR/ RAGE 128 GL Register Reference Manual (Technical + * Reference Manual P/N RRG-G04100-C Rev. 0.04), ATI Technologies: April + * 1999. + * + * RAGE 128 Software Development Manual (Technical Reference Manual P/N + * SDK-G04000 Rev. 0.01), ATI Technologies: June 1999. + * + * $PI: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_accel.c,v 1.11 1999/10/21 20:47:31 faith Exp $ + */ + + #include "compiler.h" + #include "vga256.h" + #include "xf86.h" + #include "vga.h" + #include "vgaPCI.h" + + #include "xf86xaa.h" + + #include "xf86Priv.h" + #include "xf86_Config.h" + #include "xf86_PCI.h" + + #include "r128.h" + #include "r128_reg.h" + + static struct { + int rop; + int pattern; + } R128_ROP[] = { + { R128_ROP3_ZERO, R128_ROP3_ZERO }, /* GXclear */ + { R128_ROP3_DSa, R128_ROP3_DPa }, /* Gxand */ + { R128_ROP3_SDna, R128_ROP3_PDna }, /* GXandReverse */ + { R128_ROP3_S, R128_ROP3_P }, /* GXcopy */ + { R128_ROP3_DSna, R128_ROP3_DPna }, /* GXandInverted */ + { R128_ROP3_D, R128_ROP3_D }, /* GXnoop */ + { R128_ROP3_DSx, R128_ROP3_DPx }, /* GXxor */ + { R128_ROP3_DSo, R128_ROP3_DPo }, /* GXor */ + { R128_ROP3_DSon, R128_ROP3_DPon }, /* GXnor */ + { R128_ROP3_DSxn, R128_ROP3_PDxn }, /* GXequiv */ + { R128_ROP3_Dn, R128_ROP3_Dn }, /* GXinvert */ + { R128_ROP3_SDno, R128_ROP3_PDno }, /* GXorReverse */ + { R128_ROP3_Sn, R128_ROP3_Pn }, /* GXcopyInverted */ + { R128_ROP3_DSno, R128_ROP3_DPno }, /* GXorInverted */ + { R128_ROP3_DSan, R128_ROP3_DPan }, /* GXnand */ + { R128_ROP3_ONE, R128_ROP3_ONE } /* GXset */ + }; + + /* Flush all dirty data in the Pixel Cache to memory. */ + static void R128EngineFlush(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int i; + + OUTREGP(R128_PC_NGUI_CTLSTAT, R128_PC_FLUSH_ALL, ~R128_PC_FLUSH_ALL); + for (i = 0; i < R128_TIMEOUT; i++) { + if (!(INREG(R128_PC_NGUI_CTLSTAT) & R128_PC_BUSY)) break; + } + } + + /* Reset graphics card to known state. */ + static void R128EngineReset(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + CARD32 clock_cntl_index; + CARD32 mclk_cntl; + CARD32 gen_reset_cntl; + + R128EngineFlush(); + + clock_cntl_index = INREG(R128_CLOCK_CNTL_INDEX); + mclk_cntl = INPLL(R128_MCLK_CNTL); + + OUTPLL(R128_MCLK_CNTL, mclk_cntl | R128_FORCE_GCP | R128_FORCE_PIPE3D_CPP); + + gen_reset_cntl = INREG(R128_GEN_RESET_CNTL); + + OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI); + INREG(R128_GEN_RESET_CNTL); + OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl & ~R128_SOFT_RESET_GUI); + INREG(R128_GEN_RESET_CNTL); + + OUTPLL(R128_MCLK_CNTL, mclk_cntl); + OUTREG(R128_CLOCK_CNTL_INDEX, clock_cntl_index); + OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl); + } + + /* The FIFO has 64 slots. This routines waits until at least `entries' of + these slots are empty. */ + static void R128WaitForFifo(int entries) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int i; + + for (;;) { + for (i = 0; i < R128_TIMEOUT; i++) { + if ((INREG(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK) >= entries) + return; + } + R128DEBUG(("FIFO timed out: %d entries, stat=0x%08x, probe=0x%08x\n", + INREG(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK, + INREG(R128_GUI_STAT), + INREG(R128_GUI_PROBE))); + R128VERBOSE(("FIFO timed out, resetting engine...\n")); + R128EngineReset(); + } + } + + /* Wait for the graphics engine to be completely idle: the FIFO has + drained, the Pixel Cache is flushed, and the engine is idle. This is a + standard "sync" function that will make the hardware "quiescent". */ + static void R128WaitForIdle(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int i; + + R128WaitForFifo(64); + + for (;;) { + for (i = 0; i < R128_TIMEOUT; i++) { + if (!(INREG(R128_GUI_STAT) & R128_GUI_ACTIVE)) { + R128EngineFlush(); + return; + } + } + R128DEBUG(("Idle timed out: %d entries, stat=0x%08x, probe=0x%08x\n", + INREG(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK, + INREG(R128_GUI_STAT), + INREG(R128_GUI_PROBE))); + R128VERBOSE(("Idle timed out, resetting engine...\n")); + R128EngineReset(); + } + } + + /* Setup for XAA FillRectSolid. */ + static void R128SetupForFillRectSolid(int color, int rop, + unsigned int planemask) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + + R128WaitForFifo(3); + OUTREG(R128_DP_GUI_MASTER_CNTL, (info->dp_gui_master_cntl + | R128_GMC_BRUSH_SOLID_COLOR + | R128_GMC_SRC_DATATYPE_COLOR + | R128_ROP[rop].pattern + | R128_GMC_CLR_CMP_CNTL_DIS + | R128_AUX_CLIP_DIS)); + OUTREG(R128_DP_BRUSH_FRGD_CLR, color); + OUTREG(R128_DP_WRITE_MASK, planemask); + } + + /* Subsequent XAA FillRectSolid. */ + static void R128SubsequentFillRectSolid(int x, int y, int w, int h) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + R128WaitForFifo(2); + OUTREG(R128_DST_Y_X, (y << 16) | x); + OUTREG(R128_DST_WIDTH_HEIGHT, (w << 16) | h); + } + + /* Setup for XAA screen-to-screen copy. Transparency isn't handled in + XFree86 3.3.x, but will probably be implemented in the XFree86 4.0 + version of this driver. Further, making clipping available to XAA will + also improve performance. For XFree86 3.3.x, no clipping is used. */ + static void R128SetupForScreenToScreenCopy(int xdir, int ydir, int rop, + unsigned int planemask, + int transparency_color) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + + + + info->xdir = xdir; + info->ydir = ydir; + R128WaitForFifo(3); + OUTREG(R128_DP_GUI_MASTER_CNTL, (info->dp_gui_master_cntl + | R128_GMC_BRUSH_SOLID_COLOR + | R128_GMC_SRC_DATATYPE_COLOR + | R128_ROP[rop].rop + | R128_DP_SRC_SOURCE_MEMORY + | R128_GMC_CLR_CMP_CNTL_DIS + | R128_AUX_CLIP_DIS)); + OUTREG(R128_DP_WRITE_MASK, planemask); + OUTREG(R128_DP_CNTL, ((xdir >= 0 ? R128_DST_X_LEFT_TO_RIGHT : 0) + | (ydir >= 0 + ? R128_DST_Y_TOP_TO_BOTTOM + : 0))); + } + + /* Subsequent XAA screen-to-screen copy. */ + static void R128SubsequentScreenToScreenCopy(int x1, int y1, + int x2, int y2, + int w, int h) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + + if (info->xdir < 0) x1 += w - 1, x2 += w - 1; + if (info->ydir < 0) y1 += h - 1, y2 += h - 1; + + R128WaitForFifo(3); + OUTREG(R128_SRC_Y_X, (y1 << 16) | x1); + OUTREG(R128_DST_Y_X, (y2 << 16) | x2); + OUTREG(R128_DST_HEIGHT_WIDTH, (h << 16) | w); + } + + /* Setup for XAA 8x8 pattern color expansion. Patterns with transparency + use `bg == -1'. This routine is only used if the XAA pixmap cache is + turned on. + + x11perf -osrect100: + 1024x768@60Hz 1024x768@60Hz + 8bpp 32bpp + not used: 35200.0/sec 12000.0/sec + used: 95500.0/sec 30100.0/sec + + x11perf -srect100 (tests transparency): + 1024x768@60Hz 1024x768@60Hz + 8bpp 32bpp + not used: 585.0/sec 78.9/sec + used: 95800.0/sec 30400.0/sec + */ + static void R128SetupFor8x8PatternColorExpand(int patternx, int patterny, + int bg, int fg, int rop, + unsigned int planemask) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + + R128WaitForFifo(6); + OUTREG(R128_DP_GUI_MASTER_CNTL, (info->dp_gui_master_cntl + | (bg == -1 + ? R128_GMC_BRUSH_8X8_MONO_FG_LA + : R128_GMC_BRUSH_8X8_MONO_FG_BG) + | R128_ROP[rop].pattern + | R128_GMC_BYTE_LSB_TO_MSB + | R128_GMC_CLR_CMP_CNTL_DIS + | R128_AUX_CLIP_DIS)); + OUTREG(R128_DP_WRITE_MASK, planemask); + OUTREG(R128_DP_BRUSH_FRGD_CLR, fg); + OUTREG(R128_DP_BRUSH_BKGD_CLR, bg); + OUTREG(R128_BRUSH_DATA0, patternx); + OUTREG(R128_BRUSH_DATA1, patterny); + } + + /* Subsequent XAA 8x8 pattern color expansion. Because they are used in + the setup function, `patternx' and `patterny' are not used here. */ + static void R128Subsequent8x8PatternColorExpand(int patternx, int patterny, + int x, int y, int w, int h) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + R128WaitForFifo(3); + OUTREG(R128_BRUSH_Y_X, (patterny << 8) | patternx); + OUTREG(R128_DST_Y_X, (y << 16) | x); + OUTREG(R128_DST_HEIGHT_WIDTH, (h << 16) | w); + } + + /* Setup for XAA scanline screen-to-screen color expansion. Because of how + the scratch buffer is initialized, this is really a mainstore-to-screen + color expansion. Transparency is supported when `bg == -1'. For + XFree86 4.0, the implementation of CPUToScreenColorExpand should be + explored, although this will require changes in the XAA architecture to + ensure that the last word of host data is written to + R128_HOST_DATA_LAST. */ + static void R128SetupForScanlineScreenToScreenColorExpand(int x, int y, + int w, int h, + int bg, int fg, + int rop, + unsigned planemask) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + + info->scanline_y = y; + info->scanline_x = x; + info->scanline_h_w = (1 << 16) | w; + info->scanline_words = (w + 31) / 32; + + R128WaitForFifo(4); + OUTREG(R128_DP_GUI_MASTER_CNTL, (info->dp_gui_master_cntl + | R128_GMC_BRUSH_1X8_COLOR + | (bg == -1 + ? R128_GMC_SRC_DATATYPE_MONO_FG_LA + : R128_GMC_SRC_DATATYPE_MONO_FG_BG) + | R128_ROP[rop].rop + | R128_GMC_BYTE_LSB_TO_MSB + | R128_DP_SRC_SOURCE_HOST_DATA + | R128_GMC_CLR_CMP_CNTL_DIS + | R128_AUX_CLIP_DIS)); + OUTREG(R128_DP_WRITE_MASK, planemask); + OUTREG(R128_DP_SRC_FRGD_CLR, fg); + OUTREG(R128_DP_SRC_BKGD_CLR, bg); + } + + /* Subsequent XAA scanline screen-to-screen color expansion. Performance + measures for this routine with and without R128_FAST_COLOR_EXPAND + dramatically highlight why waiting for FIFO slots should be avoided as + much as possible. + + x11perf -ftext: + 1024x768@60Hz 1024x768@60Hz + 8bpp 32bpp + not used: 379000.0/sec 507000.0/sec + R128_FAST_COLOR_EXPAND = 0: 445000.0/sec 445000.0/sec + R128_FAST_COLOR_EXPAND = 1: 1070000.0/sec 1070000.0/sec + */ + #define R128_FAST_COLOR_EXPAND 1 + static void R128SubsequentScanlineScreenToScreenColorExpand(int srcAddr) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + CARD32 *p = (CARD32 *)info->scratch_buffer; + int i; + #if R128_FAST_COLOR_EXPAND + int left = info->scanline_words; + volatile CARD32 *d; + #endif + + R128WaitForFifo(2); + OUTREG(R128_DST_Y_X, ((info->scanline_y++ << 16) + | info->scanline_x)); + OUTREG(R128_DST_HEIGHT_WIDTH, info->scanline_h_w); + + #if R128_FAST_COLOR_EXPAND + while (left) { + if (left <= 9) { + R128WaitForFifo(left); + /* Unrolling doesn't improve performance */ + for (d = ADDRREG(R128_HOST_DATA_LAST) - (left - 1); left; --left) + *d++ = *p++; + } else { + R128WaitForFifo(8); + /* Unrolling doesn't improve performance */ + for (d = ADDRREG(R128_HOST_DATA0), i = 0; i < 8; i++) + *d++ = *p++; + left -= 8; + } + } + #else + for (i = 1; i < info->scanline_words; i++) { + R128WaitForFifo(1); + OUTREG(R128_HOST_DATA0, *p++); + } + R128WaitForFifo(1); + OUTREG(R128_HOST_DATA_LAST, *p); + #endif + } + + /* Initialize the acceleration hardware. */ + static void R128EngineInit(void) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + + R128DEBUG(("EngineInit (%d/%d)\n", + info->pixel_depth, info->pixel_bytes * 8)); + + OUTREG(R128_SCALE_3D_CNTL, 0); + R128EngineReset(); + + switch (info->pixel_depth) { + case 8: info->datatype = 2; break; + case 15: info->datatype = 3; break; + case 16: info->datatype = 4; break; + case 24: info->datatype = 5; break; + case 32: info->datatype = 6; break; + default: + R128FATAL(("Unknown depth/bpp = %d/%d\n", + info->pixel_depth, info->pixel_bytes * 8)); + } + info->pitch = (info->virtual_x / 8) * (info->pixel_bytes == 3 ? 3 : 1); + + R128DEBUG(("Pitch for acceleration = %d\n", info->pitch)); + + R128WaitForFifo(2); + OUTREG(R128_DEFAULT_OFFSET, 0); + OUTREG(R128_DEFAULT_PITCH, info->pitch); + + R128WaitForFifo(2); + OUTREG(R128_AUX_SC_CNTL, 0); /* Needed? */ + OUTREG(R128_DEFAULT_SC_BOTTOM_RIGHT, + R128_DEFAULT_SC_RIGHT_MAX | R128_DEFAULT_SC_BOTTOM_MAX); + + info->dp_gui_master_cntl = info->datatype << R128_GMC_DST_DATATYPE_SHIFT; + R128WaitForFifo(1); + OUTREG(R128_DP_GUI_MASTER_CNTL, (info->dp_gui_master_cntl + | R128_GMC_BRUSH_SOLID_COLOR + | R128_GMC_SRC_DATATYPE_COLOR)); + + R128WaitForFifo(8); + OUTREG(R128_DST_BRES_ERR, 0); + OUTREG(R128_DST_BRES_INC, 0); + OUTREG(R128_DST_BRES_DEC, 0); + OUTREG(R128_DP_BRUSH_FRGD_CLR, 0xffffffff); + OUTREG(R128_DP_BRUSH_BKGD_CLR, 0x00000000); + OUTREG(R128_DP_SRC_FRGD_CLR, 0xffffffff); + OUTREG(R128_DP_SRC_BKGD_CLR, 0x00000000); + OUTREG(R128_DP_WRITE_MASK, 0xffffffff); + + R128WaitForIdle(); + } + + /* Initialize XAA for supported acceleration and also initialize the + graphics hardware for acceleration. */ + void R128AccelInit(void) + { + R128InfoPtr info = R128PTR(); + xf86AccelInfoRecType *a = &xf86AccelInfoRec; + xf86GCInfoRecType *g = &xf86GCInfoRec; + + a->Flags = (BACKGROUND_OPERATIONS + | PIXMAP_CACHE + | COP_FRAMEBUFFER_CONCURRENCY + | HARDWARE_PATTERN_PROGRAMMED_BITS + | HARDWARE_PATTERN_PROGRAMMED_ORIGIN + | HARDWARE_PATTERN_SCREEN_ORIGIN + | HARDWARE_PATTERN_MONO_TRANSPARENCY); + + /* Sync */ + a->Sync = R128WaitForIdle; + + /* Solid Filled Rectangle */ + g->PolyFillRectSolidFlags = 0; + a->SetupForFillRectSolid = R128SetupForFillRectSolid; + a->SubsequentFillRectSolid = R128SubsequentFillRectSolid; + + /* Screen-to-screen Copy */ + g->CopyAreaFlags = NO_TRANSPARENCY; + a->SetupForScreenToScreenCopy = R128SetupForScreenToScreenCopy; + a->SubsequentScreenToScreenCopy = R128SubsequentScreenToScreenCopy; + + /* 8x8 Pattern Color Expand */ + a->SetupFor8x8PatternColorExpand = R128SetupFor8x8PatternColorExpand; + a->Subsequent8x8PatternColorExpand = R128Subsequent8x8PatternColorExpand; + a->ColorExpandFlags = BIT_ORDER_IN_BYTE_LSBFIRST; + + /* Scanline Screen-To-Screen Color Expand */ + a->ScratchBufferAddr = 1; + a->ScratchBufferSize = sizeof(info->scratch_buffer); + a->ScratchBufferBase = info->scratch_buffer; + a->PingPongBuffers = 1; + + a->SetupForScanlineScreenToScreenColorExpand = + R128SetupForScanlineScreenToScreenColorExpand; + a->SubsequentScanlineScreenToScreenColorExpand = + R128SubsequentScanlineScreenToScreenColorExpand; + + /* Pixmap Cache */ + /* x11perf -copypixpix100 + without: 14000.0/sec + with: 13300.0/sec + + This enables other routines, and is + generally beneficial. + */ + if (info->cursor_end) { + a->PixmapCacheMemoryStart = R128_ALIGN(info->cursor_end, 16); + } else { + a->PixmapCacheMemoryStart = R128_ALIGN(info->virtual_y + * info->virtual_x + * info->pixel_bytes, + 16); + } + a->PixmapCacheMemoryEnd = info->video_ram * 1024; + + R128EngineInit(); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_cursor.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_cursor.c:1.1.2.1 *** /dev/null Sun Jan 9 07:47:19 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_cursor.c Tue Oct 12 07:13:51 1999 *************** *** 0 **** --- 1,214 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_cursor.c,v 1.1.2.1 1999/10/11 21:13:51 hohndel Exp $ */ + /************************************************************************** + + Copyright 1999 ATI Technologies Inc. and Precision Insight, Inc., + Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + on the rights to use, copy, modify, merge, publish, distribute, sub + license, and/or sell copies of the Software, and to permit persons to whom + the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + ATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Rickard E. Faith <faith@precisioninsight.com> + * Kevin E. Martin <kevin@precisioninsight.com> + * + * References: + * + * RAGE 128 VR/ RAGE 128 GL Register Reference Manual (Technical + * Reference Manual P/N RRG-G04100-C Rev. 0.04), ATI Technologies: April + * 1999. + * + * RAGE 128 Software Development Manual (Technical Reference Manual P/N + * SDK-G04000 Rev. 0.01), ATI Technologies: June 1999. + * + * $PI: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_cursor.c,v 1.11 1999/10/08 08:28:46 faith Exp $ + */ + + #include "compiler.h" + #include "cursorstr.h" + #include "vga.h" + #include "vga256.h" + #include "xf86cursor.h" + + #include "xf86Priv.h" + #include "xf86_Config.h" + #include "xf86_PCI.h" + + #include "r128.h" + #include "r128_reg.h" + + /* Set cursor foreground and background colors. */ + static void R128SetCursorColors(int bg, int fg) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREG(R128_CUR_CLR0, bg); + OUTREG(R128_CUR_CLR1, fg); + } + + /* Set cursor position to (x,y) with offset into cursor bitmap at + (xorigin,yorigin). */ + static void R128SetCursorPosition(int x, int y, int xorigin, int yorigin) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + int total_y = vga256InfoRec.frameY1 - vga256InfoRec.frameY0; + int total_x = vga256InfoRec.frameX1 - vga256InfoRec.frameX0; + int fudge = 2; + + if (info->Flags & V_DBLSCAN) { + y *= 2; + total_y *= 2; + fudge *= 2; + } + + /* Don't draw cursor off edge of screen. + Instead of `fudge', we should store the + cursor hot point and use that. */ + if (y > total_y) y = total_y - fudge; + if (x > total_x) x = total_x - fudge; + if (y < 0) y = fudge; + if (x < 0) x = fudge; + + OUTREG(R128_CUR_HORZ_VERT_OFF, R128_CUR_LOCK | (xorigin << 16) | yorigin); + OUTREG(R128_CUR_HORZ_VERT_POSN, (R128_CUR_LOCK + | ((xorigin ? 0 : x) << 16) + | (yorigin ? 0 : y))); + OUTREG(R128_CUR_OFFSET, info->cursor_start + yorigin * 16); + } + + /* Copy cursor image from `image' to video memory. R128SetCursorPosition + will be called after this, so we can ignore xorigin and yorigin. */ + static void R128LoadCursorImage(void *image, int xorigin, int yorigin) + { + R128InfoPtr info = R128PTR(); + CARD32 *s = image; + CARD32 *d = (CARD32 *)((unsigned long)vgaLinearBase + + info->cursor_start); + int y; + + /* Waiting for vertical sync eliminates the + problem that the whole 64x64 cursor + block will "flash" during this routine. + However, this causes the cursor to + flicker when being updated in the last + few scanlines on the screen. Flickering + is extremely back in double scan modes, + so don't bother waiting in those + modes. */ + if (!(info->Flags & V_DBLSCAN)) R128WaitForVerticalSync(); + + for (y = 0; y < 64; y++, s += 4) { + /* Interleave by 8-byte line. In XFree86 + 4.0, be sure to try 64-bit interleaving + to make this even simpler + (HARDWARE_CURSOR_INT64_BIT_FORMAT + doesn't seem to work in XFree86 + 3.3.5). */ + *d++ = s[0]; + *d++ = s[2]; + *d++ = s[1]; + *d++ = s[3]; + } + + if (info->Flags & V_DBLSCAN) { + /* This is a kludge to get the whole cursor + to appear after the load, but before + anything else is rendered on the screen. + In XFree86 4.0, we can just disable the + hardware cursor for double scan modes, + and we won't need this any more. */ + CARD32 save; + int i; + + for (i = 0; i < info->virtual_x; i += 64) { + save = *(CARD32 *)((char *)vgaLinearBase + i); + *(CARD32 *)((char *)vgaLinearBase + i) = 0; + *(CARD32 *)((char *)vgaLinearBase + i) = save; + } + } + } + + /* Hide hardware cursor. */ + static void R128HideCursor(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREGP(R128_CRTC_GEN_CNTL, 0, ~R128_CRTC_CUR_EN); + } + + /* Show hardware cursor. */ + static void R128ShowCursor(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREGP(R128_CRTC_GEN_CNTL, R128_CRTC_CUR_EN, ~R128_CRTC_CUR_EN); + } + + /* Initialize hardware cursor support. */ + void R128CursorInit(void) + { + R128InfoPtr info = R128PTR(); + extern vgaHWCursorRec vgaHWCursor; + + /* These are exported, but aren't declared + in any header files... */ + extern Bool XAACursorInit(char *pm, ScreenPtr pScr); + extern void XAARestoreCursor(ScreenPtr pScr); + extern void XAAWarpCursor(ScreenPtr pScr, int x, int y); + extern void XAAQueryBestSize(int class, unsigned short *pwidth, + unsigned short *pheight, + ScreenPtr pScreen); + + info->cursor_start = R128_ALIGN(info->virtual_y + * info->virtual_x + * info->pixel_bytes, + 16); + info->cursor_end = info->cursor_start + 1024; /* 1k cursor area */ + + R128DEBUG(("R128CursorInit (0x%08x-0x%08x)\n", + info->cursor_start, info->cursor_end)); + + XAACursorInfoRec.MaxWidth = 64; + XAACursorInfoRec.MaxHeight = 64; + + XAACursorInfoRec.Flags = (USE_HARDWARE_CURSOR + | HARDWARE_CURSOR_TRUECOLOR_AT_8BPP + | HARDWARE_CURSOR_PROGRAMMED_BITS + | HARDWARE_CURSOR_BIT_ORDER_MSBFIRST + | HARDWARE_CURSOR_PROGRAMMED_ORIGIN + | HARDWARE_CURSOR_AND_SOURCE_WITH_MASK + | HARDWARE_CURSOR_LONG_BIT_FORMAT + | HARDWARE_CURSOR_INVERT_MASK); + + XAACursorInfoRec.SetCursorColors = R128SetCursorColors; + XAACursorInfoRec.SetCursorPosition = R128SetCursorPosition; + XAACursorInfoRec.LoadCursorImage = R128LoadCursorImage; + XAACursorInfoRec.HideCursor = R128HideCursor; + XAACursorInfoRec.ShowCursor = R128ShowCursor; + + vgaHWCursor.Init = XAACursorInit; + vgaHWCursor.Initialized = TRUE; + vgaHWCursor.Restore = XAARestoreCursor; + vgaHWCursor.Warp = XAAWarpCursor; + vgaHWCursor.QueryBestSize = XAAQueryBestSize; + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_driver.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_driver.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:20 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_driver.c Fri Nov 19 02:37:33 1999 *************** *** 0 **** --- 1,1319 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_driver.c,v 1.1.2.2 1999/11/18 15:37:33 hohndel Exp $ */ + /************************************************************************** + + Copyright 1999 ATI Technologies Inc. and Precision Insight, Inc., + Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + on the rights to use, copy, modify, merge, publish, distribute, sub + license, and/or sell copies of the Software, and to permit persons to whom + the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + ATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Rickard E. Faith <faith@precisioninsight.com> + * Kevin E. Martin <kevin@precisioninsight.com> + * + * Credits: + * + * Thanks to Alan Hourihane <alanh@fairlite.demon..co.uk> and SuSE for + * providing source code to their 3.3.x Rage 128 driver. Portions of + * this file are based on the initialization code for that driver. + * + * References: + * + * RAGE 128 VR/ RAGE 128 GL Register Reference Manual (Technical + * Reference Manual P/N RRG-G04100-C Rev. 0.04), ATI Technologies: April + * 1999. + * + * RAGE 128 Software Development Manual (Technical Reference Manual P/N + * SDK-G04000 Rev. 0.01), ATI Technologies: June 1999. + * + * $PI: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_driver.c,v 1.17 1999/10/21 20:47:32 faith Exp $ + + /* X and server generic header files */ + #include "X.h" + #include "input.h" + #include "screenint.h" + + /* XFree86-specific header files */ + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "vga.h" + #include "xf86cursor.h" + + /* For PCI probing, etc. */ + #include "xf86_PCI.h" + #include "vgaPCI.h" + + /* For XF86Config 'Option' flags */ + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + /* DGA includes */ + #ifdef XFreeXDGA + #include "X.h" + #include "Xproto.h" + #include "scrnintstr.h" + #include "servermd.h" + #define _XF86DGA_SERVER_ + #include "extensions/xf86dgastr.h" + #endif + + /* Driver data structures */ + #include "r128.h" + #include "r128_reg.h" + + /* From Xserver/cfb/cfb.h for + R128StoreColors */ + extern int cfbExpandDirectColors(ColormapPtr pmap, int ndef, + xColorItem *indefs, xColorItem *outdefs); + + + #ifndef MAX + #define MAX(a,b) ((a)>(b)?(a):(b)) + #endif + + typedef struct { + vgaHWRec vga; /* For vgaHWInit, which isn't actually used. + This may be removed for XFree86 4.0. */ + + /* Common registers */ + CARD32 ovr_clr; + CARD32 ovr_wid_left_right; + CARD32 ovr_wid_top_bottom; + CARD32 ov0_scale_cntl; + CARD32 mpp_tb_config; + CARD32 mpp_gp_config; + CARD32 subpic_cntl; + CARD32 viph_control; + CARD32 i2c_cntl_1; + CARD32 gen_int_cntl; + CARD32 cap0_trig_cntl; + CARD32 cap1_trig_cntl; + + /* Other registers to save for VT switches */ + CARD32 dp_datatype; + CARD32 gen_reset_cntl; + CARD32 clock_cntl_index; + + /* Crtc registers */ + CARD32 crtc_gen_cntl; + CARD32 crtc_ext_cntl; + CARD32 dac_cntl; + CARD32 crtc_h_total_disp; + CARD32 crtc_h_sync_strt_wid; + CARD32 crtc_v_total_disp; + CARD32 crtc_v_sync_strt_wid; + CARD32 crtc_offset; + CARD32 crtc_offset_cntl; + CARD32 crtc_pitch; + + /* Computed values for PLL */ + int dot_clock_freq; + int pll_output_freq; + int feedback_div; + int post_div; + + /* PLL registers */ + CARD32 ppll_ref_div; + CARD32 ppll_div_3; + CARD32 htotal_cntl; + + /* DDA register */ + CARD32 dda_config; + CARD32 dda_on_off; + + /* Pallet */ + Bool palette_valid; + CARD32 palette[256]; + } R128SaveRec, *R128SavePtr; + + /* Forward definitions for driver functions */ + static Bool R128Probe(void); + static char *R128Ident(int n); + static void R128EnterLeave(Bool enter); + static Bool R128Init(DisplayModePtr mode); + static void R128Adjust(int x, int y); + static int R128ValidMode(DisplayModePtr mode, Bool verbose, int flag); + static void *R128Save(void *s); + static void R128Restore(void *r); + static void R128SaveScreen(int mode); + static void R128FbInit(void); + static void R128DisplayPowerManagementSet(int PowerManagementMode); + static void R128RestorePrivate(R128SavePtr restore, int blank); + + + /* Define driver */ + vgaVideoChipRec R128 = { + /* Function pointers */ + R128Probe, /* ChipProbe */ + R128Ident, /* ChipIden */ + R128EnterLeave, /* ChipEnterLeave */ + R128Init, /* ChipInit */ + R128ValidMode, /* ChipValidMode */ + R128Save, /* ChipSave */ + R128Restore, /* ChipRestore */ + R128Adjust, /* ChipAdjust */ + R128SaveScreen, /* ChipSaveScreen */ + (void (*)())NoopDDA, /* ChipGetMode */ + R128FbInit, /* ChipFbInit */ + (void (*)())NoopDDA, /* ChipSetRead */ + (void (*)())NoopDDA, /* ChipSetWrite */ + (void (*)())NoopDDA, /* ChipSetReadWrite */ + + /* Banked VGA access */ + 0x10000, /* ChipMapSize (memory mapped window) */ + 0x10000, /* ChipSegmentSize (video memory bank) */ + 16, /* ChipSegmentShift (right shift) */ + 0xFFFF, /* ChipSegmentMask */ + 0x00000, /* ChipReadBottom */ + 0x10000, /* ChipReadTop */ + 0x00000, /* ChipWriteBottom */ + 0x10000, /* ChipWriteTop */ + FALSE, /* ChipUse2Banks (separate r/w banks?) */ + VGA_NO_DIVIDE_VERT, /* ChipInterlaceType */ + {{0,}}, /* ChipOptionFlags */ + 64, /* ChipRounding */ + + /* Linear framebuffer access */ + TRUE, /* ChipUseLinearAddressing */ + 0, /* ChipLinearBase */ + 0, /* ChipLinearSize */ + + /* Miscellaneous setup */ + TRUE, /* ChipHas16bpp */ + TRUE, /* ChipHas24bpp */ + TRUE, /* ChipHas32bpp */ + NULL, /* ChipBuiltinModes */ + 1, /* ChipClockMulFactor */ + 1 /* ChipClockDivFactor */ + }; + + #define newVS ((R128SavePtr)vgaNewVideoState) + + /* Don't use globals (for easier porting to XFree86 4.0) */ + R128InfoPtr R128PTR(void) + { + static R128InfoRec info; + + return &info; + } + + /* Read PLL information */ + int INPLL(int addr) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREG8(R128_CLOCK_CNTL_INDEX, addr & 0x1f); + return INREG(R128_CLOCK_CNTL_DATA); + } + + #if 0 + /* Read PAL information (only used for debugging). */ + static int INPAL(int idx) + { + unsigned char *R128MMIO = R128PTR(NULL)->MMIO; + + OUTREG(R128_PALETTE_INDEX, idx << 16); + return INREG(R128_PALETTE_DATA); + } + #endif + + /* Wait for vertical sync. */ + void R128WaitForVerticalSync(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int i; + + OUTREG(R128_GEN_INT_STATUS, R128_VSYNC_INT_AK); + for (i = 0; i < R128_TIMEOUT; i++) { + if (INREG(R128_GEN_INT_STATUS) & R128_VSYNC_INT) break; + } + } + + /* Compute log base 2 of val. */ + static int R128MinBits(int val) + { + int bits; + + if (!val) return 1; + for (bits = 0; val; val >>= 1, ++bits); + return bits; + } + + /* Compute n/d with rounding. */ + static int R128Div(int n, int d) + { + return (n + (d / 2)) / d; + } + + /* Read PLL parameters from BIOS block. Default to typical values if there + is no BIOS. */ + static void R128GetPLLParameters(CARD32 BIOSbase, R128PLLPtr pll) + { + CARD16 bios_header; + CARD16 pll_info_block; + CARD8 tmp[64]; + + xf86ReadBIOS(BIOSbase, 0, tmp, sizeof(tmp)); + if (tmp[0] != 0x55 || tmp[1] != 0xaa) { + R128ERROR(("Video BIOS not detected, using defaults!\n")); + /* These probably aren't going to work for + the card you are using. Specifically, + reference freq can be 29.50MHz, + 28.63MHz, or 14.32MHz. YMMV. */ + pll->reference_freq = 2950; + pll->reference_div = 65; + pll->min_pll_freq = 12500; + pll->max_pll_freq = 25000; + pll->xclk = 10300; + } else { + xf86ReadBIOS(BIOSbase, 0x48, (CARD8 *)&bios_header, + sizeof(bios_header)); + xf86ReadBIOS(BIOSbase, bios_header + 0x30, + (CARD8 *)&pll_info_block, sizeof(pll_info_block)); + R128DEBUG(("Header at 0x%04x; PLL Information at 0x%04x\n", + bios_header, pll_info_block)); + + xf86ReadBIOS(BIOSbase, pll_info_block + 0x0e, + (CARD8 *)&pll->reference_freq, + sizeof(pll->reference_freq)); + xf86ReadBIOS(BIOSbase, pll_info_block + 0x10, + (CARD8 *)&pll->reference_div, sizeof(pll->reference_div)); + xf86ReadBIOS(BIOSbase, pll_info_block + 0x12, + (CARD8 *)&pll->min_pll_freq, sizeof(pll->min_pll_freq)); + xf86ReadBIOS(BIOSbase, pll_info_block + 0x16, + (CARD8 *)&pll->max_pll_freq, sizeof(pll->max_pll_freq)); + xf86ReadBIOS(BIOSbase, pll_info_block + 0x08, + (CARD8 *)&pll->xclk, sizeof(pll->xclk)); + } + + R128VERBOSE(("PLL parameters: rf=%d rd=%d min=%d max=%d; xclk=%d\n", + pll->reference_freq, + pll->reference_div, + pll->min_pll_freq, + pll->max_pll_freq, + pll->xclk)); + } + + /* Return the string name for supported chipset 'n'; NULL otherwise. */ + static char *R128Ident(int n) + { + static char *chipsets[] = { "r128" }; + + if (n >= R128_ARRAY_SIZE(chipsets)) return NULL; + else return chipsets[n]; + } + + /* Return TRUE if chipset is present; FALSE otherwise. */ + static Bool R128Probe(void) + { + R128InfoPtr info = R128PTR(); + pciConfigPtr pcr = NULL; + unsigned char *R128MMIO; + int i; + + /* Setup VGA IO ports. We just need enough + to save VC console state -- all other + setup is done using extended + memory-mapped registers. */ + xf86ClearIOPortList(vga256InfoRec.scrnIndex); + xf86AddIOPorts(vga256InfoRec.scrnIndex, Num_VGA_IOPorts, VGA_IOPorts); + + /* Check chipset from XF86Config file. */ + if (vga256InfoRec.chipset) { + char *chipset; + for (i = 0; (chipset = R128Ident(i)); i++) + if (!StrCaseCmp(vga256InfoRec.chipset, chipset)) break; + if (!chipset) return FALSE; + } + + info->Chipset = -1; + if (!vgaPCIInfo || !vgaPCIInfo->AllCards) return FALSE; /* No PCI info */ + + for (i = 0; info->Chipset == -1 && (pcr = vgaPCIInfo->AllCards[i++]);) { + if (pcr->_vendor == PCI_VENDOR_ATI + && (pcr->_command & PCI_CMD_IO_ENABLE) + && (pcr->_command & PCI_CMD_MEM_ENABLE)) { + + int id = pcr->_device; + + /* Allow override in XF86Config file */ + if (vga256InfoRec.chipID) { + R128ERROR(("Chipset override, using ChipID value (0x%04X)" + " instead of PCI value (0x%04X)\n", + vga256InfoRec.chipID, pcr->_device)); + id = vga256InfoRec.chipID; + } + + switch (id) { + case PCI_CHIP_RAGE128RE: /* Rage 128 */ + case PCI_CHIP_RAGE128RF: + case PCI_CHIP_RAGE128RK: + case PCI_CHIP_RAGE128RL: + vga256InfoRec.chipset = R128Ident(0); + info->Chipset = id; + info->LinearAddr = pcr->_base0 & 0xfc000000; + info->IOBase = pcr->_base1 & 0xffffff00; + info->MMIOAddr = pcr->_base2 & 0xffffc000; + break; + } + } + } + + if (!pcr || info->Chipset == -1) { + if (vga256InfoRec.chipset) R128ERROR(("Unknown chipset\n")); + return FALSE; + } + + /* Rage 128 present. */ + + info->PciTag = pcibusTag(pcr->_bus, pcr->_cardnum, pcr->_func); + + info->pixel_depth = (vga256InfoRec.depth == 24 + ? vga256InfoRec.bitsPerPixel + : vga256InfoRec.depth); + info->pixel_bytes = vga256InfoRec.bitsPerPixel / 8; + + R128DEBUG(("Pixel depth = %d bits stored in %d bytes\n", + info->pixel_depth, info->pixel_bytes)); + + R128DEBUG(("FB 0x%08x; IO 0x%08x; MMIO 0x%08x; BIOS 0x%08x\n", + info->LinearAddr, info->IOBase, info->MMIOAddr)); + R128DEBUG(("PCI Tag = bus %d card %d func %d\n", + pcr->_bus, pcr->_cardnum, pcr->_func)); + + /* Allow override in XF86Config file */ + if (vga256InfoRec.MemBase) { + if (vga256InfoRec.MemBase != info->LinearAddr) { + R128ERROR(("Linear address override, using 0x%08x" + " instead of probed value (0x%08x)\n", + vga256InfoRec.MemBase, info->LinearAddr)); + } + info->LinearAddr = vga256InfoRec.MemBase; + } + + /* Allow override in XF86Config file */ + if (vga256InfoRec.IObase) { + if (vga256InfoRec.IObase != info->MMIOAddr) { + R128ERROR(("MMIO address override, using 0x%08x" + " instead of probed value (0x%08x)\n", + vga256InfoRec.IObase, info->MMIOAddr)); + } + info->MMIOAddr = vga256InfoRec.IObase; + } + + + /* Obtain information from registers */ + R128MMIO = info->MMIO = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, + (pointer)info->MMIOAddr, 0x80000); + if (!info->MMIO) R128FATAL(("Can't memory map IO registers\n")); + + R128DEBUG(("MMIO registers at 0x%08lx\n", info->MMIOAddr)); + + + /* Allow override in XF86Config file */ + if (!vga256InfoRec.videoRam) { + vga256InfoRec.videoRam = INREG(R128_CONFIG_MEMSIZE) / 1024; + } + + /* Force the linear frame buffer size to be + a multiple of 1MB. This fixes a problem + with 8bpp rendering, the cause of which + has not yet been determined. */ + vga256InfoRec.videoRam &= ~(1024 - 1); + + info->MemCntl = INREG(R128_MEM_CNTL); + + xf86UnMapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, info->MMIO, 0x80000); + R128MMIO = info->MMIO = NULL; + + R128DEBUG(("%d kB RAM present on card\n", vga256InfoRec.videoRam)); + R128DEBUG(("MemCntl = 0x%08x\n", info->MemCntl)); + + + + /* Read PLL parameters from BIOS */ + R128GetPLLParameters(vga256InfoRec.BIOSbase, &info->pll); + + + + /* Fill in additional information */ + vga256InfoRec.bankedMono = FALSE; + vga256InfoRec.maxClock = info->pll.max_pll_freq * 10; + #ifdef XFreeXDGA + vga256InfoRec.directMode = XF86DGADirectPresent; + #endif + #ifdef DPMSExtension + vga256InfoRec.DPMSSet = R128DisplayPowerManagementSet; + #endif + + + /* Allow options that impact this chipset */ + OFLG_SET(OPTION_NOACCEL, &R128.ChipOptionFlags); + OFLG_SET(OPTION_SW_CURSOR, &R128.ChipOptionFlags); + OFLG_SET(OPTION_HW_CURSOR, &R128.ChipOptionFlags); + OFLG_SET(OPTION_DAC_6_BIT, &R128.ChipOptionFlags); + OFLG_SET(OPTION_DAC_8_BIT, &R128.ChipOptionFlags); + + /* Allow overspecification of options */ + OFLG_SET(OPTION_LINEAR, &R128.ChipOptionFlags); + OFLG_SET(OPTION_MMIO, &R128.ChipOptionFlags); + + + + /* Forbid mutually exclusive options */ + if (OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options) + && OFLG_ISSET(OPTION_HW_CURSOR, &vga256InfoRec.options)) + R128FATAL(("Incompatible options: \"sw_cursor\" and \"hw_cursor\"\n")); + if (OFLG_ISSET(OPTION_DAC_6_BIT, &vga256InfoRec.options) + && OFLG_ISSET(OPTION_DAC_8_BIT, &vga256InfoRec.options)) + R128FATAL(("Incompatible options: \"dac_6_bit\" and \"dac_8_bit\"\n")); + + /* Default to 8-bit DAC if "dac_6_bit" not + present or screen depth greater than + 8bpp */ + if (!OFLG_ISSET(OPTION_DAC_6_BIT, &vga256InfoRec.options) + || info->pixel_bytes > 1) + OFLG_SET(OPTION_DAC_8_BIT, &vga256InfoRec.options); + + /* No 6-bit DAC option for deep screens */ + if (OFLG_ISSET(OPTION_DAC_6_BIT, &vga256InfoRec.options) + && info->pixel_bytes > 1){ + OFLG_CLR(OPTION_DAC_6_BIT, &vga256InfoRec.options); + R128VERBOSE(("Cannot use \"dac_6_bit\" in %d bpp mode\n", + info->pixel_depth)); + } + + /* Avoid clock probing */ + OFLG_SET(CLOCK_OPTION_PROGRAMABLE, &vga256InfoRec.clockOptions); + + return TRUE; + } + + /* Save everything needed to restore the original VC state. */ + static R128SavePtr R128SaveAll(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + R128SavePtr save = vgaHWSave(NULL, sizeof(*save)); + + R128Save(save); + + save->dp_datatype = INREG(R128_DP_DATATYPE); + save->gen_reset_cntl = INREG(R128_GEN_RESET_CNTL); + save->clock_cntl_index = INREG(R128_CLOCK_CNTL_INDEX); + + return save; + } + + /* Restore the original VC state. */ + static void R128RestoreAll(R128SavePtr restore) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + vgaProtect(TRUE); /* Blank screen */ + OUTREG(R128_CLOCK_CNTL_INDEX, restore->clock_cntl_index); + OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl); + OUTREG(R128_DP_DATATYPE, restore->dp_datatype); + R128RestorePrivate(restore, 0); + vgaHWRestore(&restore->vga); + R128WaitForVerticalSync(); + vgaProtect(FALSE); /* Turn on screen */ + } + + /* Called at server startup and shutdown, and when VC switching. On first + call, save all of the state necessary to restore the VC. */ + static void R128EnterLeave(Bool enter) + { + static R128SavePtr save = NULL; + + #ifdef XFreeXDGA + if ((vga256InfoRec.directMode & XF86DGADirectGraphics) && !enter) { + if (XAACursorInfoRec.Flags & USE_HARDWARE_CURSOR) + XAACursorInfoRec.HideCursor(); + return; + } + #endif + + if (enter) { /* Enter */ + xf86EnableIOPorts(vga256InfoRec.scrnIndex); + if (!save) save = R128SaveAll(); + } else { /* Leave */ + if (save) { + R128RestoreAll(save); + xfree(save); + save = NULL; + } else { + R128ERROR(("Leave without enter\n")); + } + xf86DisableIOPorts(vga256InfoRec.scrnIndex); + } + return; + } + + /* Write common registers (initialized to 0). */ + static void R128RestoreCommonRegisters(R128SavePtr restore) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREG(R128_OVR_CLR, restore->ovr_clr); + OUTREG(R128_OVR_WID_LEFT_RIGHT, restore->ovr_wid_left_right); + OUTREG(R128_OVR_WID_TOP_BOTTOM, restore->ovr_wid_top_bottom); + OUTREG(R128_OV0_SCALE_CNTL, restore->ov0_scale_cntl); + OUTREG(R128_MPP_TB_CONFIG, restore->mpp_tb_config ); + OUTREG(R128_MPP_GP_CONFIG, restore->mpp_gp_config ); + OUTREG(R128_SUBPIC_CNTL, restore->subpic_cntl); + OUTREG(R128_VIPH_CONTROL, restore->viph_control); + OUTREG(R128_I2C_CNTL_1, restore->i2c_cntl_1); + OUTREG(R128_GEN_INT_CNTL, restore->gen_int_cntl); + OUTREG(R128_CAP0_TRIG_CNTL, restore->cap0_trig_cntl); + OUTREG(R128_CAP1_TRIG_CNTL, restore->cap1_trig_cntl); + } + + /* Write CRTC registers. */ + static void R128RestoreCrtcRegisters(R128SavePtr restore) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREG(R128_CRTC_GEN_CNTL, restore->crtc_gen_cntl); + + OUTREGP(R128_CRTC_EXT_CNTL, restore->crtc_ext_cntl, + R128_CRTC_VSYNC_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_DISPLAY_DIS); + + OUTREGP(R128_DAC_CNTL, restore->dac_cntl, + R128_DAC_RANGE_CNTL | R128_DAC_BLANKING); + + OUTREG(R128_CRTC_H_TOTAL_DISP, restore->crtc_h_total_disp); + OUTREG(R128_CRTC_H_SYNC_STRT_WID, restore->crtc_h_sync_strt_wid); + OUTREG(R128_CRTC_V_TOTAL_DISP, restore->crtc_v_total_disp); + OUTREG(R128_CRTC_V_SYNC_STRT_WID, restore->crtc_v_sync_strt_wid); + OUTREG(R128_CRTC_OFFSET, restore->crtc_offset); + OUTREG(R128_CRTC_OFFSET_CNTL, restore->crtc_offset_cntl); + OUTREG(R128_CRTC_PITCH, restore->crtc_pitch); + } + + static void R128PLLWaitForReadUpdateComplete(void) + { + while (INPLL(R128_PPLL_REF_DIV) & R128_PPLL_ATOMIC_UPDATE_R); + } + + static void R128PLLWriteUpdate(void) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTPLLP(R128_PPLL_REF_DIV, R128_PPLL_ATOMIC_UPDATE_W, 0xffff); + } + + + /* Write PLL registers. */ + static void R128RestorePLLRegisters(R128SavePtr restore) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREGP(R128_CLOCK_CNTL_INDEX, R128_PLL_DIV_SEL, 0xffff); + + OUTPLLP(R128_PPLL_CNTL, + R128_PPLL_RESET + | R128_PPLL_ATOMIC_UPDATE_EN + | R128_PPLL_VGA_ATOMIC_UPDATE_EN, + 0xffff); + + R128PLLWaitForReadUpdateComplete(); + OUTPLLP(R128_PPLL_REF_DIV, restore->ppll_ref_div, ~R128_PPLL_REF_DIV_MASK); + R128PLLWriteUpdate(); + + R128PLLWaitForReadUpdateComplete(); + OUTPLLP(R128_PPLL_DIV_3, restore->ppll_div_3, ~R128_PPLL_FB3_DIV_MASK); + R128PLLWriteUpdate(); + OUTPLLP(R128_PPLL_DIV_3, restore->ppll_div_3, ~R128_PPLL_POST3_DIV_MASK); + R128PLLWriteUpdate(); + + R128PLLWaitForReadUpdateComplete(); + OUTPLL(R128_HTOTAL_CNTL, restore->htotal_cntl); + R128PLLWriteUpdate(); + + OUTPLLP(R128_PPLL_CNTL, 0, ~R128_PPLL_RESET); + + R128DEBUG(("Wrote: 0x%08x 0x%08x 0x%08x (0x%08x)\n", + restore->ppll_ref_div, + restore->ppll_div_3, + restore->htotal_cntl, + INPLL(R128_PPLL_CNTL))); + R128DEBUG(("Wrote: rd=%d, fd=%d, pd=%d\n", + restore->ppll_ref_div & R128_PPLL_REF_DIV_MASK, + restore->ppll_div_3 & R128_PPLL_FB3_DIV_MASK, + (restore->ppll_div_3 & R128_PPLL_POST3_DIV_MASK) >> 16)); + } + + /* Write DDA registers. */ + static void R128RestoreDDARegisters(R128SavePtr restore) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + OUTREG(R128_DDA_CONFIG, restore->dda_config); + OUTREG(R128_DDA_ON_OFF, restore->dda_on_off); + } + + /* Write palette data. */ + static void R128RestorePalette(R128SavePtr restore) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int i; + + if (!restore->palette_valid) return; + + OUTPAL_START(0); + for (i = 0; i < 256; i++) OUTPAL_NEXT_CARD32(restore->palette[i]); + } + + /* Write out state to define a new video mode. Only blank if blank != 0 so + that this routine can also be used by the R128RestoreAll routine. */ + static void R128RestorePrivate(R128SavePtr restore, int blank) + { + if (blank) vgaProtect(TRUE); /* Blank screen */ + R128RestoreCommonRegisters(restore); + R128RestoreCrtcRegisters(restore); + R128RestorePLLRegisters(restore); + R128RestoreDDARegisters(restore); + R128RestorePalette(restore); + if (blank) vgaProtect(FALSE); /* Turn on screen */ + } + + /* Write out state to define a new video mode. */ + static void R128Restore(void *r) + { + R128SavePtr restore = (R128SavePtr)r; + + R128DEBUG(("R128Restore(%p)\n", restore)); + + R128RestorePrivate(restore, 1); + } + + /* Read common registers. */ + static void R128SaveCommonRegisters(R128SavePtr save) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + save->ovr_clr = INREG(R128_OVR_CLR); + save->ovr_wid_left_right = INREG(R128_OVR_WID_LEFT_RIGHT); + save->ovr_wid_top_bottom = INREG(R128_OVR_WID_TOP_BOTTOM); + save->ov0_scale_cntl = INREG(R128_OV0_SCALE_CNTL); + save->mpp_tb_config = INREG(R128_MPP_TB_CONFIG); + save->mpp_gp_config = INREG(R128_MPP_GP_CONFIG); + save->subpic_cntl = INREG(R128_SUBPIC_CNTL); + save->viph_control = INREG(R128_VIPH_CONTROL); + save->i2c_cntl_1 = INREG(R128_I2C_CNTL_1); + save->gen_int_cntl = INREG(R128_GEN_INT_CNTL); + save->cap0_trig_cntl = INREG(R128_CAP0_TRIG_CNTL); + save->cap1_trig_cntl = INREG(R128_CAP1_TRIG_CNTL); + } + + /* Read CRTC registers. */ + static void R128SaveCrtcRegisters(R128SavePtr save) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + save->crtc_gen_cntl = INREG(R128_CRTC_GEN_CNTL); + save->crtc_ext_cntl = INREG(R128_CRTC_EXT_CNTL); + save->dac_cntl = INREG(R128_DAC_CNTL); + save->crtc_h_total_disp = INREG(R128_CRTC_H_TOTAL_DISP); + save->crtc_h_sync_strt_wid = INREG(R128_CRTC_H_SYNC_STRT_WID); + save->crtc_v_total_disp = INREG(R128_CRTC_V_TOTAL_DISP); + save->crtc_v_sync_strt_wid = INREG(R128_CRTC_V_SYNC_STRT_WID); + save->crtc_offset = INREG(R128_CRTC_OFFSET); + save->crtc_offset_cntl = INREG(R128_CRTC_OFFSET_CNTL); + save->crtc_pitch = INREG(R128_CRTC_PITCH); + } + + /* Read PLL registers. */ + static void R128SavePLLRegisters(R128SavePtr save) + { + save->ppll_ref_div = INPLL(R128_PPLL_REF_DIV); + save->ppll_div_3 = INPLL(R128_PPLL_DIV_3); + save->htotal_cntl = INPLL(R128_HTOTAL_CNTL); + + R128DEBUG(("Read: 0x%08x 0x%08x 0x%08x\n", + save->ppll_ref_div, + save->ppll_div_3, + save->htotal_cntl)); + R128DEBUG(("Read: rd=%d, fd=%d, pd=%d\n", + save->ppll_ref_div & R128_PPLL_REF_DIV_MASK, + save->ppll_div_3 & R128_PPLL_FB3_DIV_MASK, + (save->ppll_div_3 & R128_PPLL_POST3_DIV_MASK) >> 16)); + } + + /* Read DDA registers. */ + static void R128SaveDDARegisters(R128SavePtr save) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + + save->dda_config = INREG(R128_DDA_CONFIG); + save->dda_on_off = INREG(R128_DDA_ON_OFF); + } + + /* Read palette data. */ + static void R128SavePalette(R128SavePtr save) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int i; + + INPAL_START(0); + for (i = 0; i < 256; i++) save->palette[i] = INPAL_NEXT(); + save->palette_valid = TRUE; + } + + /* Save state that defines current video mode. */ + static void *R128Save(void *s) + { + R128SavePtr save = s; + + R128DEBUG(("R128Save(%p)\n", save)); + + if (!save) { + R128EnterLeave(ENTER); /* Save vga state */ + save = (void *)xcalloc(1, sizeof(*save)); + } + R128SaveCommonRegisters(save); + R128SaveCrtcRegisters(save); + R128SavePLLRegisters(save); + R128SaveDDARegisters(save); + R128SavePalette(save); + + R128DEBUG(("R128Save returns %p\n", save)); + return save; + } + + /* Define common registers for requested video mode. */ + static void R128InitCommonRegisters(R128SavePtr save, DisplayModePtr mode) + { + save->ovr_clr = 0; + save->ovr_wid_left_right = 0; + save->ovr_wid_top_bottom = 0; + save->ov0_scale_cntl = 0; + save->mpp_tb_config = 0; + save->mpp_gp_config = 0; + save->subpic_cntl = 0; + save->viph_control = 0; + save->i2c_cntl_1 = 0; + save->gen_int_cntl = 0; + save->cap0_trig_cntl = 0; + save->cap1_trig_cntl = 0; + } + + /* Define CRTC registers for requested video mode. */ + static void R128InitCrtcRegisters(R128SavePtr save, DisplayModePtr mode, + R128InfoPtr info) + { + int format; + int hsync_start; + int hsync_wid; + int hsync_fudge; + int vsync_wid; + int bytpp; + + switch (info->pixel_depth) { + case 4: format = 1; bytpp = 0; hsync_fudge = 0; break; + case 8: format = 2; bytpp = 1; hsync_fudge = 18; break; + case 15: format = 3; bytpp = 2; hsync_fudge = 9; break; /* 555 */ + case 16: format = 4; bytpp = 2; hsync_fudge = 9; break; /* 565 */ + case 24: format = 5; bytpp = 3; hsync_fudge = 6; break; /* RGB */ + case 32: format = 6; bytpp = 4; hsync_fudge = 5; break; /* xRGB */ + default: + R128FATAL(("Unsupported pixel depth (%d)\n", info->pixel_depth)); + } + + + save->crtc_gen_cntl = (R128_CRTC_EXT_DISP_EN + | R128_CRTC_EN + | (format << 8) + | ((mode->Flags & V_DBLSCAN) + ? R128_CRTC_DBL_SCAN_EN + : 0) + | ((mode->Flags & V_INTERLACE) + ? R128_CRTC_INTERLACE_EN + : 0)); + + save->crtc_ext_cntl = R128_VGA_ATI_LINEAR | R128_XCRT_CNT_EN; + save->dac_cntl = (R128_DAC_MASK_ALL + | R128_DAC_VGA_ADR_EN + | (OFLG_ISSET(OPTION_DAC_8_BIT, + &vga256InfoRec.options) + ? R128_DAC_8BIT_EN + : 0)); + + save->crtc_h_total_disp = ((((mode->CrtcHTotal / 8) - 1) & 0xffff) + | (((mode->CrtcHDisplay / 8) - 1) << 16)); + + hsync_wid = (mode->CrtcHSyncEnd - mode->CrtcHSyncStart) / 8; + if (!hsync_wid) hsync_wid = 1; + if (hsync_wid > 0x3f) hsync_wid = 0x3f; + + hsync_start = mode->CrtcHSyncStart - 8 + hsync_fudge; + + save->crtc_h_sync_strt_wid = ((hsync_start & 0xfff) + | (hsync_wid << 16) + | ((mode->Flags & V_NHSYNC) + ? R128_CRTC_H_SYNC_POL + : 0)); + + #if 1 + /* This works for double scan mode. */ + save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff) + | ((mode->CrtcVDisplay - 1) << 16)); + #else + /* This is what cce/nbmode.c example code + does -- is this correct? */ + save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff) + | ((mode->CrtcVDisplay + * ((mode->Flags & V_DBLSCAN) ? 2 : 1) - 1) + << 16)); + #endif + + vsync_wid = mode->CrtcVSyncEnd - mode->CrtcVSyncStart; + if (!vsync_wid) vsync_wid = 1; + if (vsync_wid > 0x1f) vsync_wid = 0x1f; + + save->crtc_v_sync_strt_wid = (((mode->CrtcVSyncStart - 1) & 0xfff) + | (vsync_wid << 16) + | ((mode->Flags & V_NVSYNC) + ? R128_CRTC_V_SYNC_POL + : 0)); + save->crtc_offset = 0; + save->crtc_offset_cntl = 0; + save->crtc_pitch = vga256InfoRec.displayWidth / 8; + + R128DEBUG(("Pitch = %d\n", save->crtc_pitch)); + } + + /* Define PLL registers for requested video mode. */ + static void R128InitPLLRegisters(R128SavePtr save, DisplayModePtr mode, + R128PLLPtr pll, double dot_clock) + { + int freq = dot_clock * 100; + struct { + int divider; + int bitvalue; + } *post_div, + post_divs[] = { + /* From RAGE 128 VR/RAGE 128 GL Register + Reference Manual (Technical Reference + Manual P/N RRG-G04100-C Rev. 0.04), page + 3-17 (PLL_DIV_[3:0]). */ + { 1, 0 }, /* VCLK_SRC */ + { 2, 1 }, /* VCLK_SRC/2 */ + { 4, 2 }, /* VCLK_SRC/4 */ + { 8, 3 }, /* VCLK_SRC/8 */ + + { 3, 4 }, /* VCLK_SRC/3 */ + /* bitvalue = 5 is reserved */ + { 6, 6 }, /* VCLK_SRC/6 */ + { 12, 7 }, /* VCLK_SRC/12 */ + { 0, 0 } + }; + + if (freq > pll->max_pll_freq) freq = pll->max_pll_freq; + if (freq * 12 < pll->min_pll_freq) freq = pll->min_pll_freq / 12; + + for (post_div = &post_divs[0]; post_div->divider; ++post_div) { + save->pll_output_freq = post_div->divider * freq; + if (save->pll_output_freq >= pll->min_pll_freq + && save->pll_output_freq <= pll->max_pll_freq) break; + } + + save->dot_clock_freq = freq; + save->feedback_div = R128Div(pll->reference_div * save->pll_output_freq, + pll->reference_freq); + save->post_div = post_div->divider; + + R128DEBUG(("dc=%d, of=%d, fd=%d, pd=%d\n", + save->dot_clock_freq, + save->pll_output_freq, + save->feedback_div, + save->post_div)); + + save->ppll_ref_div = pll->reference_div; + save->ppll_div_3 = (save->feedback_div | (post_div->bitvalue << 16)); + save->htotal_cntl = 0; + } + + /* Define DDA registers for requested video mode. */ + static void R128InitDDARegisters(R128SavePtr save, DisplayModePtr mode, + R128PLLPtr pll, R128InfoPtr info) + { + int DisplayFifoWidth = 128; + int DisplayFifoDepth = 32; + int XclkFreq; + int VclkFreq; + int XclksPerTransfer; + int XclksPerTransferPrecise; + int UseablePrecision; + int Roff; + int Ron; + int offset; + struct { /* All values in XCLKS */ + int ML; /* Memory Read Latency */ + int MB; /* Memory Burst Length */ + int Trcd; /* RAS to CAS delay */ + int Trp; /* RAS percentage */ + int Twr; /* Write Recovery */ + int CL; /* CAS Latency */ + int Tr2w; /* Read to Write Delay */ + int Rloop; /* Loop Latency */ + int Rloop_fudge; /* Add to ML to get Rloop */ + char *name; + } ms[] = { /* Memory Specifications + + From RAGE 128 Software Development + Manual (Technical Reference Manual P/N + SDK-G04000 Rev 0.01), page 3-21. */ + { 4, 4, 3, 3, 1, 3, 1, 16, 12, "128-bit SDR SGRAM 1:1" }, + { 4, 8, 3, 3, 1, 3, 1, 17, 13, "64-bit SDR SGRAM 1:1" }, + { 4, 4, 1, 2, 1, 2, 1, 16, 12, "64-bit SDR SGRAM 2:1" }, + { 4, 4, 3, 3, 2, 3, 1, 16, 12, "64-bit DDR SGRAM" }, + }; + + switch (info->MemCntl & 0x3) { + case 0: /* SDR SGRAM 1:1 */ + switch (info->Chipset) { + case PCI_CHIP_RAGE128RE: + case PCI_CHIP_RAGE128RF: offset = 0; break; /* 128-bit SDR SGRAM 1:1 */ + case PCI_CHIP_RAGE128RK: + case PCI_CHIP_RAGE128RL: + default: offset = 1; break; /* 64-bit SDR SGRAM 1:1 */ + } + case 1: offset = 2; break; /* 64-bit SDR SGRAM 2:1 */ + case 2: offset = 3; break; /* 64-bit DDR SGRAM */ + default: offset = 1; break; /* 64-bit SDR SGRAM 1:1 */ + } + + XclkFreq = pll->xclk; + + #if 1 + /* This is the way the manual does it. */ + VclkFreq = R128Div(pll->reference_freq * save->feedback_div, + pll->reference_div * save->post_div); + #else + /* This turns out to be approximately the + same value. */ + VclkFreq = vga256InfoRec.clock[mode->Clock]/10; + #endif + + R128DEBUG(("%f %d\n", vga256InfoRec.clock[mode->Clock]/1000.0, VclkFreq)); + + XclksPerTransfer = R128Div(XclkFreq * DisplayFifoWidth, + VclkFreq * (info->pixel_bytes * 8)); + + UseablePrecision = R128MinBits(XclksPerTransfer) + 1; + + XclksPerTransferPrecise = R128Div((XclkFreq * DisplayFifoWidth) + << (11 - UseablePrecision), + VclkFreq * (info->pixel_bytes * 8)); + + Roff = XclksPerTransferPrecise * (DisplayFifoDepth - 4); + + Ron = (4 * ms[offset].MB + + 3 * MAX(ms[offset].Trcd - 2, 0) + + 2 * ms[offset].Trp + + ms[offset].Twr + + ms[offset].CL + + ms[offset].Tr2w + + XclksPerTransfer) << (11 - UseablePrecision); + + if (Ron + ms[offset].Rloop >= Roff) + R128FATAL(("(Ron = %d) + (Rloop = %d) >= (Roff = %d)\n", + Ron, ms[offset].Rloop, Roff)); + + save->dda_config = (XclksPerTransferPrecise + | (UseablePrecision << 16) + | (ms[offset].Rloop << 20)); + + save->dda_on_off = (Ron << 16) | Roff; + + R128DEBUG(("XclkFreq = %d; VclkFreq = %d; per = %d, %d (useable = %d)\n", + XclkFreq, + VclkFreq, + XclksPerTransfer, + XclksPerTransferPrecise, + UseablePrecision)); + R128DEBUG(("Roff = %d, Ron = %d, Rloop = %d\n", + Roff, Ron, ms[offset].Rloop)); + } + + + /* Define initial palette for requested video mode. */ + static void R128InitPalette(R128SavePtr save, R128InfoPtr info) + { + extern unsigned char xf86rGammaMap[], xf86gGammaMap[], xf86bGammaMap[]; + int i; + + save->palette_valid = FALSE; + if (info->pixel_depth > 8) { + for (i = 0; i < 256; i++) + save->palette[i] = ((xf86rGammaMap[i] << 16) + | (xf86gGammaMap[i] << 8) + | xf86bGammaMap[i]); + save->palette_valid = TRUE; + } + } + + /* Define registers for a requested video mode. */ + static Bool R128Init(DisplayModePtr mode) + { + R128InfoPtr info = R128PTR(); + double dot_clock = vga256InfoRec.clock[mode->Clock]/1000.0; + + #if R128_DEBUG + if (xf86Verbose) { + ErrorF("%-15.15s %7.2f %4d %4d %4d %4d %4d %4d %4d %4d (%d,%d)", + mode->name, + dot_clock, + + mode->CrtcHDisplay, + mode->CrtcHSyncStart, + mode->CrtcHSyncEnd, + mode->CrtcHTotal, + + mode->CrtcVDisplay, + mode->CrtcVSyncStart, + mode->CrtcVSyncEnd, + mode->CrtcVTotal, + info->pixel_depth, + info->pixel_bytes * 8); + if (mode->Flags & V_DBLSCAN) ErrorF(" D"); + if (mode->Flags & V_INTERLACE) ErrorF(" I"); + if (mode->Flags & V_PHSYNC) ErrorF(" +H"); + if (mode->Flags & V_NHSYNC) ErrorF(" -H"); + if (mode->Flags & V_PVSYNC) ErrorF(" +V"); + if (mode->Flags & V_NVSYNC) ErrorF(" -V"); + ErrorF("\n"); + } + #endif + + if (!vgaHWInit(mode, sizeof(R128SaveRec))) return FALSE; + + info->Flags = mode->Flags; + + R128InitCommonRegisters(newVS, mode); + R128InitCrtcRegisters(newVS, mode, info); + R128InitPLLRegisters(newVS, mode, &info->pll, dot_clock); + R128InitDDARegisters(newVS, mode, &info->pll, info); + R128InitPalette(newVS, info); + + R128DEBUG(("R128Init returns %p\n", newVS)); + return TRUE; + } + + /* This function gets called before and after a synchronous reset is + performed on the SVGA chipset during a mode-changing operation. The + Rage 128 currently doesn't require any register resets, so this is just + a stub. */ + static void R128SaveScreen(int mode) + { + if (mode == SS_START) { + return; + } else { + return; + } + } + + /* Write color map. */ + static void R128StoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + extern unsigned char xf86rGammaMap[], xf86gGammaMap[], xf86bGammaMap[]; + xColorItem directDefs[256]; + unsigned char *cmap; + int i, j; + + + if (vgaCheckColorMap(pmap)) return; + + if ((pmap->pVisual->class | DynamicClass) == DirectColor) { + ndef = cfbExpandDirectColors (pmap, ndef, pdefs, directDefs); + pdefs = directDefs; + } + + for (i = 0; i < ndef; i++) { + cmap = &((vgaHWPtr)vgaNewVideoState)->DAC[pdefs[i].pixel*3]; + cmap[0] = xf86rGammaMap[pdefs[i].red >> 8]; + cmap[1] = xf86gGammaMap[pdefs[i].green >> 8]; + cmap[2] = xf86bGammaMap[pdefs[i].blue >> 8]; + + if (!vgaDAC8BitComponents) for (j = 0; j < 3; j++) cmap[j] >>= 2; + + if (xf86VTSema + #ifdef XFreeXDGA + || ((vga256InfoRec.directMode & XF86DGADirectGraphics) + && !(vga256InfoRec.directMode & XF86DGADirectColormap)) + || (vga256InfoRec.directMode & XF86DGAHasColormap) + #endif + ) { + OUTPAL(pdefs[i].pixel, cmap[0], cmap[1], cmap[2]); + } + } + } + + /* Hook to substitute our R128StoreColors into the current pSreen + structure. */ + static Bool R128ScreenInit(ScreenPtr pScreen, pointer pbits, int xsize, + int ysize, int dpix, int dpiy, int width) + { + pScreen->StoreColors = R128StoreColors; + return TRUE; + } + + /* Identify chip, map MMIO registers, initialize hardware cursor and + acceleration. */ + static void R128FbInit(void) + { + R128InfoPtr info = R128PTR(); + + /* Hook out screen init so that we can + substitute our own StoreColors */ + vgaSetScreenInitHook(R128ScreenInit); + + /* Print out some useful information about + the system. */ + if (xf86Verbose) { + switch (info->Chipset) { + case PCI_CHIP_RAGE128RE: + R128VERBOSE(("ATI Rage 128 RE (PCI)\n")); /* 312 pin */ + break; + case PCI_CHIP_RAGE128RF: + R128VERBOSE(("ATI Rage 128 RF (AGP)\n")); /* 312 pin */ + break; + case PCI_CHIP_RAGE128RK: + R128VERBOSE(("ATI Rage 128 RK (PCI)\n")); /* 256 pin */ + break; + case PCI_CHIP_RAGE128RL: + R128VERBOSE(("ATI Rage 128 RL (AGP)\n")); /* 256 pin */ + break; + } + } + + /* Map IO registers to virtual address + space. */ + info->MMIO = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, + (pointer)info->MMIOAddr, 0x80000); + if (!info->MMIO) R128FATAL(("Can't memory map IO registers\n")); + R128DEBUG(("Mapped MMIO registers at 0x%08lx to %p\n", + info->MMIOAddr, info->MMIO)); + + + R128.ChipLinearBase = info->LinearAddr; + R128.ChipUseLinearAddressing = TRUE; + R128.ChipLinearSize = vga256InfoRec.videoRam * 1024; + + info->virtual_x = vga256InfoRec.displayWidth; + info->virtual_y = vga256InfoRec.virtualY; + info->video_ram = vga256InfoRec.videoRam; + info->cursor_start = 0; + info->cursor_end = 0; + + R128DEBUG(("Virtual %dx%d\n", info->virtual_x, info->virtual_y)); + + if (OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options)) { + R128VERBOSE(("Using software cursor\n")); + } else { + R128CursorInit(); + R128VERBOSE(("Using hardware cursor\n")); + } + + if (OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options)) { + R128VERBOSE(("Acceleration disabled\n")); + } else { + R128AccelInit(); + R128VERBOSE(("Acceleration enabled\n")); + } + } + + /* Used to disallow modes that are not supported by the hardware. */ + static int R128ValidMode(DisplayModePtr mode, Bool verbose, int flag) + { + return MODE_OK; + } + + /* Adjust viewport into virtual desktop such that (0,0) in viewport space + is (x,y) in virtual space. */ + static void R128Adjust(int x, int y) + { + R128InfoPtr info = R128PTR(); + unsigned char *R128MMIO = info->MMIO; + int Base; + + Base = y * info->virtual_x + x; + + switch (info->pixel_depth) { + case 15: + case 16: Base *= 2; break; + case 24: Base *= 3; break; + case 32: Base *= 4; break; + } + + Base &= ~7; /* 3 lower bits are always 0 */ + + if (info->pixel_depth == 24) + Base += 8 * (Base % 3); /* Must be multiple of 8 and 3 */ + + OUTREG(R128_CRTC_OFFSET, Base); + + #ifdef XFreeXDGA + if (vga256InfoRec.directMode & XF86DGADirectGraphics) + R128WaitForVerticalSync(); + #endif + } + + #ifdef DPMSExtension + /* Sets VESA Display Power Management Signaling (DPMS) Mode. */ + static void R128DisplayPowerManagementSet(int PowerManagementMode) + { + unsigned char *R128MMIO = R128PTR()->MMIO; + int mask = (R128_CRTC_DISPLAY_DIS + | R128_CRTC_HSYNC_DIS + | R128_CRTC_VSYNC_DIS); + + if (!xf86VTSema) return; + + switch (PowerManagementMode) { + case DPMSModeOn: + /* Screen: On; HSync: On, VSync: On */ + OUTREGP(R128_CRTC_EXT_CNTL, 0, ~mask); + break; + case DPMSModeStandby: + /* Screen: Off; HSync: Off, VSync: On */ + OUTREGP(R128_CRTC_EXT_CNTL, + R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS, ~mask); + break; + case DPMSModeSuspend: + /* Screen: Off; HSync: On, VSync: Off */ + OUTREGP(R128_CRTC_EXT_CNTL, + R128_CRTC_DISPLAY_DIS | R128_CRTC_VSYNC_DIS, ~mask); + break; + case DPMSModeOff: + /* Screen: Off; HSync: Off, VSync: Off */ + OUTREGP(R128_CRTC_EXT_CNTL, mask, ~mask); + break; + } + } + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_reg.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_reg.h:1.1.2.1 *** /dev/null Sun Jan 9 07:47:20 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_reg.h Tue Oct 12 07:13:52 1999 *************** *** 0 **** --- 1,614 ---- + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_reg.h,v 1.1.2.1 1999/10/11 21:13:52 hohndel Exp $ */ + /************************************************************************** + + Copyright 1999 ATI Technologies Inc. and Precision Insight, Inc., + Cedar Park, Texas. + All Rights Reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + on the rights to use, copy, modify, merge, publish, distribute, sub + license, and/or sell copies of the Software, and to permit persons to whom + the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + ATI, PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + + **************************************************************************/ + + /* + * Authors: + * Rickard E. Faith <faith@precisioninsight.com> + * Kevin E. Martin <kevin@precisioninsight.com> + * + * References: + * + * RAGE 128 VR/ RAGE 128 GL Register Reference Manual (Technical + * Reference Manual P/N RRG-G04100-C Rev. 0.04), ATI Technologies: April + * 1999. + * + * RAGE 128 Software Development Manual (Technical Reference Manual P/N + * SDK-G04000 Rev. 0.01), ATI Technologies: June 1999. + * + * $PI: xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_reg.h,v 1.11 1999/10/08 08:28:46 faith Exp $ + */ + + #ifndef _R128_REG_H_ + #define _R128_REG_H_ + + /* Memory mapped register access macros */ + #define INREG8(addr) *(volatile CARD8 *)(R128MMIO + (addr)) + #define INREG16(addr) *(volatile CARD16 *)(R128MMIO + (addr)) + #define INREG(addr) *(volatile CARD32 *)(R128MMIO + (addr)) + #define OUTREG8(addr, val) *(volatile CARD8 *)(R128MMIO + (addr)) = (val) + #define OUTREG16(addr, val) *(volatile CARD16 *)(R128MMIO + (addr)) = (val) + #define OUTREG(addr, val) *(volatile CARD32 *)(R128MMIO + (addr)) = (val) + #define ADDRREG(addr) ((volatile CARD32 *)(R128MMIO + (addr))) + + #define OUTREGP(addr, val, mask) \ + do { \ + CARD32 tmp = INREG(addr); \ + tmp &= (mask); \ + tmp |= (val); \ + OUTREG(addr, tmp); \ + } while (0) + + #define OUTPLL(addr, val) \ + do { \ + OUTREG8(R128_CLOCK_CNTL_INDEX, ((addr) & 0x1f) | R128_PLL_WR_EN); \ + OUTREG(R128_CLOCK_CNTL_DATA, val); \ + } while (0) + + #define OUTPLLP(addr, val, mask) \ + do { \ + CARD32 tmp = INPLL(addr); \ + tmp &= (mask); \ + tmp |= (val); \ + OUTPLL(addr, tmp); \ + } while (0) + + #define OUTPAL_START(idx) \ + do { \ + OUTREG8(R128_PALETTE_INDEX, (idx)); \ + } while (0) + + #define OUTPAL_NEXT(r, g, b) \ + do { \ + OUTREG(R128_PALETTE_DATA, ((r) << 16) | ((g) << 8) | (b)); \ + } while (0) + + #define OUTPAL_NEXT_CARD32(v) \ + do { \ + OUTREG(R128_PALETTE_DATA, (v & 0x00ffffff)); \ + } while (0) + + #define OUTPAL(idx, r, g, b) \ + do { \ + OUTPAL_START((idx)); \ + OUTPAL_NEXT((r), (g), (b)); \ + } while (0) + + #define INPAL_START(idx) \ + do { \ + OUTREG(R128_PALETTE_INDEX, (idx) << 16); \ + } while (0) + + #define INPAL_NEXT() INREG(R128_PALETTE_DATA) + + #define R128_ADAPTER_ID 0x0f2c /* PCI */ + #define R128_AGP_APER_OFFSET 0x0178 + #define R128_AGP_BASE 0x0170 + #define R128_AGP_CNTL 0x0174 + #define R128_AGP_COMMAND 0x0f58 /* PCI */ + #define R128_AGP_PLL_CNTL 0x0010 /* PLL */ + #define R128_AGP_STATUS 0x0f54 /* PCI */ + #define R128_AMCGPIO_A_REG 0x01a0 + #define R128_AMCGPIO_EN_REG 0x01a8 + #define R128_AMCGPIO_MASK 0x0194 + #define R128_AMCGPIO_Y_REG 0x01a4 + #define R128_ATTRDR 0x03c1 /* VGA */ + #define R128_ATTRDW 0x03c0 /* VGA */ + #define R128_ATTRX 0x03c0 /* VGA */ + #define R128_AUX_SC_CNTL 0x1660 + #define R128_AUX1_SC_BOTTOM 0x1670 + #define R128_AUX1_SC_LEFT 0x1664 + #define R128_AUX1_SC_RIGHT 0x1668 + #define R128_AUX1_SC_TOP 0x166c + #define R128_AUX2_SC_BOTTOM 0x1680 + #define R128_AUX2_SC_LEFT 0x1674 + #define R128_AUX2_SC_RIGHT 0x1678 + #define R128_AUX2_SC_TOP 0x167c + #define R128_AUX3_SC_BOTTOM 0x1690 + #define R128_AUX3_SC_LEFT 0x1684 + #define R128_AUX3_SC_RIGHT 0x1688 + #define R128_AUX3_SC_TOP 0x168c + + #define R128_BASE_CODE 0x0f0b + #define R128_BIOS_0_SCRATCH 0x0010 + #define R128_BIOS_1_SCRATCH 0x0014 + #define R128_BIOS_2_SCRATCH 0x0018 + #define R128_BIOS_3_SCRATCH 0x001c + #define R128_BIOS_ROM 0x0f30 /* PCI */ + #define R128_BIST 0x0f0f /* PCI */ + #define R128_BRUSH_DATA0 0x1480 + #define R128_BRUSH_DATA1 0x1484 + #define R128_BRUSH_DATA10 0x14a8 + #define R128_BRUSH_DATA11 0x14ac + #define R128_BRUSH_DATA12 0x14b0 + #define R128_BRUSH_DATA13 0x14b4 + #define R128_BRUSH_DATA14 0x14b8 + #define R128_BRUSH_DATA15 0x14bc + #define R128_BRUSH_DATA16 0x14c0 + #define R128_BRUSH_DATA17 0x14c4 + #define R128_BRUSH_DATA18 0x14c8 + #define R128_BRUSH_DATA19 0x14cc + #define R128_BRUSH_DATA2 0x1488 + #define R128_BRUSH_DATA20 0x14d0 + #define R128_BRUSH_DATA21 0x14d4 + #define R128_BRUSH_DATA22 0x14d8 + #define R128_BRUSH_DATA23 0x14dc + #define R128_BRUSH_DATA24 0x14e0 + #define R128_BRUSH_DATA25 0x14e4 + #define R128_BRUSH_DATA26 0x14e8 + #define R128_BRUSH_DATA27 0x14ec + #define R128_BRUSH_DATA28 0x14f0 + #define R128_BRUSH_DATA29 0x14f4 + #define R128_BRUSH_DATA3 0x148c + #define R128_BRUSH_DATA30 0x14f8 + #define R128_BRUSH_DATA31 0x14fc + #define R128_BRUSH_DATA32 0x1500 + #define R128_BRUSH_DATA33 0x1504 + #define R128_BRUSH_DATA34 0x1508 + #define R128_BRUSH_DATA35 0x150c + #define R128_BRUSH_DATA36 0x1510 + #define R128_BRUSH_DATA37 0x1514 + #define R128_BRUSH_DATA38 0x1518 + #define R128_BRUSH_DATA39 0x151c + #define R128_BRUSH_DATA4 0x1490 + #define R128_BRUSH_DATA40 0x1520 + #define R128_BRUSH_DATA41 0x1524 + #define R128_BRUSH_DATA42 0x1528 + #define R128_BRUSH_DATA43 0x152c + #define R128_BRUSH_DATA44 0x1530 + #define R128_BRUSH_DATA45 0x1534 + #define R128_BRUSH_DATA46 0x1538 + #define R128_BRUSH_DATA47 0x153c + #define R128_BRUSH_DATA48 0x1540 + #define R128_BRUSH_DATA49 0x1544 + #define R128_BRUSH_DATA5 0x1494 + #define R128_BRUSH_DATA50 0x1548 + #define R128_BRUSH_DATA51 0x154c + #define R128_BRUSH_DATA52 0x1550 + #define R128_BRUSH_DATA53 0x1554 + #define R128_BRUSH_DATA54 0x1558 + #define R128_BRUSH_DATA55 0x155c + #define R128_BRUSH_DATA56 0x1560 + #define R128_BRUSH_DATA57 0x1564 + #define R128_BRUSH_DATA58 0x1568 + #define R128_BRUSH_DATA59 0x156c + #define R128_BRUSH_DATA6 0x1498 + #define R128_BRUSH_DATA60 0x1570 + #define R128_BRUSH_DATA61 0x1574 + #define R128_BRUSH_DATA62 0x1578 + #define R128_BRUSH_DATA63 0x157c + #define R128_BRUSH_DATA7 0x149c + #define R128_BRUSH_DATA8 0x14a0 + #define R128_BRUSH_DATA9 0x14a4 + #define R128_BRUSH_SCALE 0x1470 + #define R128_BRUSH_Y_X 0x1474 + #define R128_BUS_CNTL 0x0030 + #define R128_BUS_CNTL1 0x0034 + + #define R128_CACHE_CNTL 0x1724 + #define R128_CACHE_LINE 0x0f0c /* PCI */ + #define R128_CAP0_TRIG_CNTL 0x0950 /* ? */ + #define R128_CAP1_TRIG_CNTL 0x09c0 /* ? */ + #define R128_CAPABILITIES_ID 0x0f50 /* PCI */ + #define R128_CAPABILITIES_PTR 0x0f34 /* PCI */ + #define R128_CLK_PIN_CNTL 0x0001 /* PLL */ + #define R128_CLOCK_CNTL_DATA 0x000c + #define R128_CLOCK_CNTL_INDEX 0x0008 + # define R128_PLL_WR_EN (1 << 7) + # define R128_PLL_DIV_SEL (3 << 8) + #define R128_CLR_CMP_CLR_3D 0x1a24 + #define R128_CLR_CMP_CLR_DST 0x15c8 + #define R128_CLR_CMP_CLR_SRC 0x15c4 + #define R128_CLR_CMP_CNTL 0x15c0 + #define R128_CLR_CMP_MASK 0x15cc + #define R128_CLR_CMP_MASK_3D 0x1A28 + #define R128_COMMAND 0x0f04 /* PCI */ + #define R128_COMPOSITE_SHADOW_ID 0x1a0c + #define R128_CONFIG_APER_0_BASE 0x0100 + #define R128_CONFIG_APER_1_BASE 0x0104 + #define R128_CONFIG_APER_SIZE 0x0108 + #define R128_CONFIG_BONDS 0x00e8 + #define R128_CONFIG_CNTL 0x00e0 + #define R128_CONFIG_MEMSIZE 0x00f8 + #define R128_CONFIG_MEMSIZE_EMBEDDED 0x0114 + #define R128_CONFIG_REG_1_BASE 0x010c + #define R128_CONFIG_REG_APER_SIZE 0x0110 + #define R128_CONFIG_XSTRAP 0x00e4 + #define R128_CONSTANT_COLOR_C 0x1d34 + #define R128_CRC_CMDFIFO_ADDR 0x0740 + #define R128_CRC_CMDFIFO_DOUT 0x0744 + #define R128_CRTC_CRNT_FRAME 0x0214 + #define R128_CRTC_DEBUG 0x021c + #define R128_CRTC_EXT_CNTL 0x0054 + # define R128_CRTC_VGA_XOVERSCAN (1 << 0) + # define R128_VGA_ATI_LINEAR (1 << 3) + # define R128_XCRT_CNT_EN (1 << 6) + # define R128_CRTC_HSYNC_DIS (1 << 8) + # define R128_CRTC_VSYNC_DIS (1 << 9) + # define R128_CRTC_DISPLAY_DIS (1 << 10) + #define R128_CRTC_EXT_CNTL_DPMS_BYTE 0x0055 + # define R128_CRTC_HSYNC_DIS_BYTE (1 << 0) + # define R128_CRTC_VSYNC_DIS_BYTE (1 << 1) + # define R128_CRTC_DISPLAY_DIS_BYTE (1 << 2) + #define R128_CRTC_GEN_CNTL 0x0050 + # define R128_CRTC_DBL_SCAN_EN (1 << 0) + # define R128_CRTC_INTERLACE_EN (1 << 1) + # define R128_CRTC_CUR_EN (1 << 16) + # define R128_CRTC_CUR_MODE_MASK (7 << 17) + # define R128_CRTC_EXT_DISP_EN (1 << 24) + # define R128_CRTC_EN (1 << 25) + #define R128_CRTC_GUI_TRIG_VLINE 0x0218 + #define R128_CRTC_H_SYNC_STRT_WID 0x0204 + # define R128_CRTC_H_SYNC_POL (1 << 23) + #define R128_CRTC_H_TOTAL_DISP 0x0200 + #define R128_CRTC_OFFSET 0x0224 + #define R128_CRTC_OFFSET_CNTL 0x0228 + #define R128_CRTC_PITCH 0x022c + #define R128_CRTC_STATUS 0x005c + # define R128_CRTC_VBLANK_SAVE (1 << 1) + #define R128_CRTC_V_SYNC_STRT_WID 0x020c + # define R128_CRTC_V_SYNC_POL (1 << 23) + #define R128_CRTC_V_TOTAL_DISP 0x0208 + #define R128_CRTC_VLINE_CRNT_VLINE 0x0210 + # define R128_CRTC_CRNT_VLINE_MASK (0x7ff << 16) + #define R128_CRTC8_DATA 0x03d5 /* VGA, 0x3b5 */ + #define R128_CRTC8_IDX 0x03d4 /* VGA, 0x3b4 */ + #define R128_CUR_CLR0 0x026c + #define R128_CUR_CLR1 0x0270 + #define R128_CUR_HORZ_VERT_OFF 0x0268 + #define R128_CUR_HORZ_VERT_POSN 0x0264 + #define R128_CUR_OFFSET 0x0260 + # define R128_CUR_LOCK (1 << 31) + + #define R128_DAC_CNTL 0x0058 + # define R128_DAC_RANGE_CNTL (3 << 0) + # define R128_DAC_BLANKING (1 << 2) + # define R128_DAC_8BIT_EN (1 << 8) + # define R128_DAC_VGA_ADR_EN (1 << 13) + # define R128_DAC_MASK_ALL (0xff << 24) + #define R128_DAC_CRC_SIG 0x02cc + #define R128_DAC_DATA 0x03c9 /* VGA */ + #define R128_DAC_MASK 0x03c6 /* VGA */ + #define R128_DAC_R_INDEX 0x03c7 /* VGA */ + #define R128_DAC_W_INDEX 0x03c8 /* VGA */ + #define R128_DDA_CONFIG 0x02e0 + #define R128_DDA_ON_OFF 0x02e4 + #define R128_DEFAULT_OFFSET 0x16e0 + #define R128_DEFAULT_PITCH 0x16e4 + #define R128_DEFAULT_SC_BOTTOM_RIGHT 0x16e8 + # define R128_DEFAULT_SC_RIGHT_MAX (0x1fff << 0) + # define R128_DEFAULT_SC_BOTTOM_MAX (0x1fff << 16) + #define R128_DESTINATION_3D_CLR_CMP_MSK 0x1824 + #define R128_DESTINATION_3D_CLR_CMP_VAL 0x1820 + #define R128_DEVICE_ID 0x0f02 /* PCI */ + #define R128_DP_BRUSH_BKGD_CLR 0x1478 + #define R128_DP_BRUSH_FRGD_CLR 0x147c + #define R128_DP_CNTL 0x16c0 + # define R128_DST_X_LEFT_TO_RIGHT (1 << 0) + # define R128_DST_Y_TOP_TO_BOTTOM (1 << 1) + #define R128_DP_CNTL_XDIR_YDIR_YMAJOR 0x16d0 + #define R128_DP_DATATYPE 0x16c4 + #define R128_DP_GUI_MASTER_CNTL 0x146c + # define R128_GMC_SRC_PITCH_OFFSET_CNTL (1 << 0) + # define R128_GMC_DST_PITCH_OFFSET_CNTL (1 << 1) + # define R128_GMC_SRC_CLIPPING (1 << 2) + # define R128_GMC_DST_CLIPPING (1 << 3) + # define R128_GMC_BRUSH_DATATYPE_MASK (0x0f << 4) + # define R128_GMC_BRUSH_8X8_MONO_FG_BG (0 << 4) + # define R128_GMC_BRUSH_8X8_MONO_FG_LA (1 << 4) + # define R128_GMC_BRUSH_1X8_MONO_FG_BG (4 << 4) + # define R128_GMC_BRUSH_1X8_MONO_FG_LA (5 << 4) + # define R128_GMC_BRUSH_1X8_COLOR (12 << 4) + # define R128_GMC_BRUSH_SOLID_COLOR (13 << 4) + # define R128_GMC_DST_DATATYPE_MASK (0x0f << 8) + # define R128_GMC_DST_DATATYPE_SHIFT 8 + # define R128_GMC_SRC_DATATYPE_MASK (3 << 12) + # define R128_GMC_SRC_DATATYPE_MONO_FG_BG (0 << 12) + # define R128_GMC_SRC_DATATYPE_MONO_FG_LA (1 << 12) + # define R128_GMC_SRC_DATATYPE_COLOR (3 << 12) + # define R128_GMC_BYTE_PIX_ORDER (1 << 14) + # define R128_GMC_BYTE_LSB_TO_MSB (1 << 14) + # define R128_GMC_CONVERSION_TEMP (1 << 15) + # define R128_GMC_ROP3_MASK (0xff << 16) + # define R128_DP_SRC_SOURCE_MASK (7 << 24) + # define R128_DP_SRC_SOURCE_MEMORY (2 << 24) + # define R128_DP_SRC_SOURCE_HOST_DATA (3 << 24) + # define R128_GMC_3D_FCN_EN (1 << 27) + # define R128_GMC_CLR_CMP_CNTL_DIS (1 << 28) + # define R128_AUX_CLIP_DIS (1 << 29) + # define R128_GMC_WR_MSK_DS (1 << 30) + # define R128_GMC_LD_BRUSH_Y_X (1 << 31) + # define R128_ROP3_ZERO 0x00000000 + # define R128_ROP3_DSa 0x00880000 + # define R128_ROP3_SDna 0x00440000 + # define R128_ROP3_S 0x00cc0000 + # define R128_ROP3_DSna 0x00220000 + # define R128_ROP3_D 0x00aa0000 + # define R128_ROP3_DSx 0x00660000 + # define R128_ROP3_DSo 0x00ee0000 + # define R128_ROP3_DSon 0x00110000 + # define R128_ROP3_DSxn 0x00990000 + # define R128_ROP3_Dn 0x00550000 + # define R128_ROP3_SDno 0x00dd0000 + # define R128_ROP3_Sn 0x00330000 + # define R128_ROP3_DSno 0x00bb0000 + # define R128_ROP3_DSan 0x00770000 + # define R128_ROP3_ONE 0x00ff0000 + # define R128_ROP3_DPa 0x00a00000 + # define R128_ROP3_PDna 0x00500000 + # define R128_ROP3_P 0x00f00000 + # define R128_ROP3_DPna 0x000a0000 + # define R128_ROP3_D 0x00aa0000 + # define R128_ROP3_DPx 0x005a0000 + # define R128_ROP3_DPo 0x00fa0000 + # define R128_ROP3_DPon 0x00050000 + # define R128_ROP3_PDxn 0x00a50000 + # define R128_ROP3_PDno 0x00f50000 + # define R128_ROP3_Pn 0x000f0000 + # define R128_ROP3_DPno 0x00af0000 + # define R128_ROP3_DPan 0x005f0000 + + + #define R128_DP_GUI_MASTER_CNTL_C 0x1c84 + #define R128_DP_MIX 0x16c8 + #define R128_DP_SRC_BKGD_CLR 0x15dc + #define R128_DP_SRC_FRGD_CLR 0x15d8 + #define R128_DP_WRITE_MASK 0x16cc + #define R128_DST_BRES_DEC 0x1630 + #define R128_DST_BRES_ERR 0x1628 + #define R128_DST_BRES_INC 0x162c + #define R128_DST_BRES_LNTH 0x1634 + #define R128_DST_BRES_LNTH_SUB 0x1638 + #define R128_DST_HEIGHT 0x1410 + #define R128_DST_HEIGHT_WIDTH 0x143c + #define R128_DST_HEIGHT_WIDTH_8 0x158c + #define R128_DST_HEIGHT_WIDTH_BW 0x15b4 + #define R128_DST_HEIGHT_Y 0x15a0 + #define R128_DST_OFFSET 0x1404 + #define R128_DST_PITCH 0x1408 + #define R128_DST_PITCH_OFFSET 0x142c + #define R128_DST_PITCH_OFFSET_C 0x1c80 + #define R128_DST_WIDTH 0x140c + #define R128_DST_WIDTH_HEIGHT 0x1598 + #define R128_DST_WIDTH_X 0x1588 + #define R128_DST_WIDTH_X_INCY 0x159c + #define R128_DST_X 0x141c + #define R128_DST_X_SUB 0x15a4 + #define R128_DST_X_Y 0x1594 + #define R128_DST_Y 0x1420 + #define R128_DST_Y_SUB 0x15a8 + #define R128_DST_Y_X 0x1438 + + #define R128_EXT_MEM_CNTL 0x0144 + + #define R128_FCP_CNTL 0x0012 /* PLL */ + #define R128_FLUSH_1 0x1704 + #define R128_FLUSH_2 0x1708 + #define R128_FLUSH_3 0x170c + #define R128_FLUSH_4 0x1710 + #define R128_FLUSH_5 0x1714 + #define R128_FLUSH_6 0x1718 + #define R128_FLUSH_7 0x171c + + #define R128_GEN_INT_CNTL 0x0040 + #define R128_GEN_INT_STATUS 0x0044 + # define R128_VSYNC_INT_AK (1 << 2) + # define R128_VSYNC_INT (1 << 2) + #define R128_GEN_RESET_CNTL 0x00f0 + # define R128_SOFT_RESET_GUI (1 << 0) + #define R128_GENENB 0x03c3 /* VGA */ + #define R128_GENFC_RD 0x03ca /* VGA */ + #define R128_GENFC_WT 0x03da /* VGA, 0x03ba */ + #define R128_GENMO_RD 0x03cc /* VGA */ + #define R128_GENMO_WT 0x03c2 /* VGA */ + #define R128_GENS0 0x03c2 /* VGA */ + #define R128_GENS1 0x03da /* VGA, 0x03ba */ + #define R128_GPIO_MONID 0x0068 + #define R128_GPIO_MONIDB 0x006c + #define R128_GRPH8_DATA 0x03cf /* VGA */ + #define R128_GRPH8_IDX 0x03ce /* VGA */ + #define R128_GUI_DEBUG0 0x16a0 + #define R128_GUI_DEBUG1 0x16a4 + #define R128_GUI_DEBUG2 0x16a8 + #define R128_GUI_DEBUG3 0x16ac + #define R128_GUI_DEBUG4 0x16b0 + #define R128_GUI_DEBUG5 0x16b4 + #define R128_GUI_DEBUG6 0x16b8 + #define R128_GUI_PROBE 0x16bc + #define R128_GUI_SCRATCH_REG0 0x15e0 + #define R128_GUI_SCRATCH_REG1 0x15e4 + #define R128_GUI_SCRATCH_REG2 0x15e8 + #define R128_GUI_SCRATCH_REG3 0x15ec + #define R128_GUI_SCRATCH_REG4 0x15f0 + #define R128_GUI_SCRATCH_REG5 0x15f4 + #define R128_GUI_STAT 0x1740 + # define R128_GUI_FIFOCNT_MASK 0x0fff + # define R128_GUI_ACTIVE (1 << 31) + + #define R128_HEADER 0x0f0e /* PCI */ + #define R128_HOST_DATA0 0x17c0 + #define R128_HOST_DATA1 0x17c4 + #define R128_HOST_DATA2 0x17c8 + #define R128_HOST_DATA3 0x17cc + #define R128_HOST_DATA4 0x17d0 + #define R128_HOST_DATA5 0x17d4 + #define R128_HOST_DATA6 0x17d8 + #define R128_HOST_DATA7 0x17dc + #define R128_HOST_DATA_LAST 0x17e0 + #define R128_HOST_PATH_CNTL 0x0130 + #define R128_HTOTAL_CNTL 0x0009 /* PLL */ + #define R128_HW_DEBUG 0x0128 + + #define R128_I2C_CNTL_1 0x0094 /* ? */ + #define R128_INTERRUPT_LINE 0x0f3c /* PCI */ + #define R128_INTERRUPT_PIN 0x0f3d /* PCI */ + #define R128_IO_BASE 0x0f14 /* PCI */ + + #define R128_LATENCY 0x0f0d /* PCI */ + #define R128_LEAD_BRES_DEC 0x1608 + #define R128_LEAD_BRES_ERR 0x1600 + #define R128_LEAD_BRES_INC 0x1604 + #define R128_LEAD_BRES_LNTH 0x161c + #define R128_LEAD_BRES_LNTH_SUB 0x1624 + + #define R128_MAX_LATENCY 0x0f3f /* PCI */ + #define R128_MCLK_CNTL 0x000f /* PLL */ + # define R128_FORCE_GCP (1 << 16) + # define R128_FORCE_PIPE3D_CPP (1 << 17) + #define R128_MDGPIO_A_REG 0x01ac + #define R128_MDGPIO_EN_REG 0x01b0 + #define R128_MDGPIO_MASK 0x0198 + #define R128_MDGPIO_Y_REG 0x01b4 + #define R128_MEM_ADDR_CONFIG 0x0148 + #define R128_MEM_BASE 0x0f10 /* PCI */ + #define R128_MEM_CNTL 0x0140 + #define R128_MEM_INIT_LAT_TIMER 0x0154 + #define R128_MEM_INTF_CNTL 0x014c + #define R128_MEM_SDRAM_MODE_REG 0x0158 + #define R128_MEM_STR_CNTL 0x0150 + #define R128_MEM_VGA_RP_SEL 0x003c + #define R128_MEM_VGA_WP_SEL 0x0038 + #define R128_MIN_GRANT 0x0f3e /* PCI */ + #define R128_MISC_3D_STATE_CNTL_REG 0x1CA0 + #define R128_MM_DATA 0x0004 + #define R128_MM_INDEX 0x0000 + #define R128_MPLL_CNTL 0x000e /* PLL */ + #define R128_MPP_TB_CONFIG 0x01c0 /* ? */ + #define R128_MPP_GP_CONFIG 0x01c8 /* ? */ + + #define R128_N_VIF_COUNT 0x0248 + + #define R128_OV0_SCALE_CNTL 0x0420 /* ? */ + #define R128_OVR_CLR 0x0230 + #define R128_OVR_WID_LEFT_RIGHT 0x0234 + #define R128_OVR_WID_TOP_BOTTOM 0x0238 + + #define R128_PALETTE_DATA 0x00b4 + #define R128_PALETTE_INDEX 0x00b0 + #define R128_PC_DEBUG_MODE 0x1760 + #define R128_PC_GUI_CTLSTAT 0x1748 + #define R128_PC_GUI_MODE 0x1744 + #define R128_PC_NGUI_CTLSTAT 0x0184 + # define R128_PC_FLUSH_ALL 0x00ff + # define R128_PC_BUSY (1 << 31) + #define R128_PC_NGUI_MODE 0x0180 + #define R128_PCI_GART_PAGE 0x017c + #define R128_PLANE_3D_MASK_C 0x1d44 + #define R128_PLL_TEST_CNTL 0x0013 /* PLL */ + #define R128_PMI_CAP_ID 0x0f5c /* PCI */ + #define R128_PMI_DATA 0x0f63 /* PCI */ + #define R128_PMI_NXT_CAP_PTR 0x0f5d /* PCI */ + #define R128_PMI_PMC_REG 0x0f5e /* PCI */ + #define R128_PMI_PMCSR_REG 0x0f60 /* PCI */ + #define R128_PMI_REGISTER 0x0f5c /* PCI */ + #define R128_PPLL_CNTL 0x0002 /* PLL */ + # define R128_PPLL_RESET (1 << 0) + # define R128_PPLL_SLEEP (1 << 1) + # define R128_PPLL_ATOMIC_UPDATE_EN (1 << 16) + # define R128_PPLL_VGA_ATOMIC_UPDATE_EN (1 << 17) + #define R128_PPLL_DIV_0 0x0004 /* PLL */ + #define R128_PPLL_DIV_1 0x0005 /* PLL */ + #define R128_PPLL_DIV_2 0x0006 /* PLL */ + #define R128_PPLL_DIV_3 0x0007 /* PLL */ + # define R128_PPLL_FB3_DIV_MASK 0x07ff + # define R128_PPLL_POST3_DIV_MASK 0x00070000 + #define R128_PPLL_REF_DIV 0x0003 /* PLL */ + # define R128_PPLL_REF_DIV_MASK 0x03ff + # define R128_PPLL_ATOMIC_UPDATE_R (1 << 15) /* same as _W */ + # define R128_PPLL_ATOMIC_UPDATE_W (1 << 15) /* same as _R */ + #define R128_PWR_MNGMT_CNTL_STATUS 0x0f60 /* PCI */ + #define R128_REG_BASE 0x0f18 /* PCI */ + #define R128_REGPROG_INF 0x0f09 /* PCI */ + #define R128_REVISION_ID 0x0f08 /* PCI */ + + #define R128_SC_BOTTOM 0x164c + #define R128_SC_BOTTOM_RIGHT 0x16f0 + #define R128_SC_BOTTOM_RIGHT_C 0x1c8c + #define R128_SC_LEFT 0x1640 + #define R128_SC_RIGHT 0x1644 + #define R128_SC_TOP 0x1648 + #define R128_SC_TOP_LEFT 0x16ec + #define R128_SC_TOP_LEFT_C 0x1c88 + #define R128_SEQ8_DATA 0x03c5 /* VGA */ + #define R128_SEQ8_IDX 0x03c4 /* VGA */ + #define R128_SNAPSHOT_F_COUNT 0x0244 + #define R128_SNAPSHOT_VH_COUNTS 0x0240 + #define R128_SNAPSHOT_VIF_COUNT 0x024c + #define R128_SRC_OFFSET 0x15ac + #define R128_SRC_PITCH 0x15b0 + #define R128_SRC_PITCH_OFFSET 0x1428 + #define R128_SRC_SC_BOTTOM 0x165c + #define R128_SRC_SC_BOTTOM_RIGHT 0x16f4 + #define R128_SRC_SC_RIGHT 0x1654 + #define R128_SRC_X 0x1414 + #define R128_SRC_X_Y 0x1590 + #define R128_SRC_Y 0x1418 + #define R128_SRC_Y_X 0x1434 + #define R128_STATUS 0x0f06 /* PCI */ + #define R128_SUBPIC_CNTL 0x0540 /* ? */ + #define R128_SUB_CLASS 0x0f0a /* PCI */ + #define R128_SURFACE_DELAY 0x0b00 + #define R128_SURFACE0_INFO 0x0b0c + #define R128_SURFACE0_LOWER_BOUND 0x0b04 + #define R128_SURFACE0_UPPER_BOUND 0x0b08 + #define R128_SURFACE1_INFO 0x0b1c + #define R128_SURFACE1_LOWER_BOUND 0x0b14 + #define R128_SURFACE1_UPPER_BOUND 0x0b18 + #define R128_SURFACE2_INFO 0x0b2c + #define R128_SURFACE2_LOWER_BOUND 0x0b24 + #define R128_SURFACE2_UPPER_BOUND 0x0b28 + #define R128_SURFACE3_INFO 0x0b3c + #define R128_SURFACE3_LOWER_BOUND 0x0b34 + #define R128_SURFACE3_UPPER_BOUND 0x0b38 + #define R128_SW_SEMAPHORE 0x013c + + #define R128_TEST_DEBUG_CNTL 0x0120 + #define R128_TEST_DEBUG_MUX 0x0124 + #define R128_TEST_DEBUG_OUT 0x012c + #define R128_TRAIL_BRES_DEC 0x1614 + #define R128_TRAIL_BRES_ERR 0x160c + #define R128_TRAIL_BRES_INC 0x1610 + #define R128_TRAIL_X 0x1618 + #define R128_TRAIL_X_SUB 0x1620 + #define R128_VCLK_ECP_CNTL 0x0008 /* PLL */ + #define R128_VENDOR_ID 0x0f00 /* PCI */ + #define R128_VGA_DDA_CONFIG 0x02e8 + #define R128_VGA_DDA_ON_OFF 0x02ec + #define R128_VID_BUFFER_CONTROL 0x0900 + #define R128_VIDEOMUX_CNTL 0x0190 + #define R128_VIPH_CONTROL 0x01D0 /* ? */ + + #define R128_WAIT_UNTIL 0x1720 + + #define R128_X_MPLL_REF_FB_DIV 0x000a /* PLL */ + #define R128_XCLK_CNTL 0x000d /* PLL */ + #define R128_XDLL_CNTL 0x000c /* PLL */ + #define R128_XPLL_CNTL 0x000b /* PLL */ + + #define R128_SCALE_3D_CNTL 0x1a00 + + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/Imakefile diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/Imakefile:1.1.2.2 *** /dev/null Sun Jan 9 07:47:21 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/Imakefile Wed Oct 13 04:33:27 1999 *************** *** 0 **** --- 1,30 ---- + XCOMM + XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/Imakefile,v 1.1.2.2 1999/10/12 18:33:27 hohndel Exp $ + XCOMM + #include <Server.tmpl> + + SRCS = rage128.c rage128_acl.c + + OBJS = rage128.o rage128_acl.o + + DEFINES = -DPSZ=8 + + #if XF86LinkKit + INCLUDES = -I. -I../../../include -I../../../include/X11 -I../.. + #else + INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86HWSRC) -I$(XF86OSSRC) \ + -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi -I$(SERVERSRC)/cfb \ + -I../../vga -I../../../xaa -I$(FONTINCSRC) \ + -I$(SERVERSRC)/include -I$(XINCLUDESRC) + #endif + + #if MakeHasPosixVariableSubstitutions + SubdirLibraryRule($(OBJS)) + #endif + NormalLibraryObjectRule() + NormalAsmObjectRule() + + NormalRelocatableTarget(r128_drv,$(OBJS)) + + DependTarget() + Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:21 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.c Wed Oct 13 04:33:27 1999 *************** *** 0 **** --- 1,769 ---- + /* + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Alan Hourihane not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Alan Hourihane makes no representations + * about the suitability of this software for any purpose. It is provided + * "as is" without express or implied warranty. + * + * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + * + * ATI Rage128 driver for 3.3.x + * + * Author: Alan Hourihane, alanh@fairlite.demon..co.uk + * + * $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.c,v 1.1.2.2 1999/10/12 18:33:27 hohndel Exp $ + */ + + #include "X.h" + #include "input.h" + #include "screenint.h" + + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "vga.h" + #include "vgaPCI.h" + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + #include "rage128.h" + + CARD8 BIOS[0xFFFF]; + #define BIOSByte(_n) (*((CARD8 *)(BIOS + (_n)))) + #define BIOSWord(_n) (*((CARD16 *)(BIOS + (_n)))) + #define BIOSDWord(_n) (*((CARD32 *)(BIOS + (_n)))) + + #ifdef XFreeXDGA + #include "X.h" + #include "Xproto.h" + #include "scrnintstr.h" + #include "servermd.h" + #define _XF86DGA_SERVER_ + #include "extensions/xf86dgastr.h" + #endif + + typedef struct { + vgaHWRec std; /* good old IBM VGA */ + CARD32 ATIReg[0x1000]; + CARD32 ATIClock[5]; + } vgaRage128Rec, *vgaRage128Ptr; + + CARD16 HorizontalAdjust[5] = { 0, 18, 9, 6, 5 }; + + Bool RAGE128ScreenInit(ScreenPtr pScreen, pointer pbits, + int xsize, int ysize, int dpix, int dpiy, int width); + static Bool RAGE128Probe(); + static char * RAGE128Ident(); + static void RAGE128EnterLeave(); + static Bool RAGE128Init(); + static int RAGE128ValidMode(); + static void * RAGE128Save(); + static void RAGE128Restore(); + static void RAGE128Adjust(); + static void RAGE128FbInit(); + + static int FoundRage128 = 0; + CARD32 IOBase; + + vgaVideoChipRec RAGE128 = { + /* + * Function pointers + */ + RAGE128Probe, + RAGE128Ident, + RAGE128EnterLeave, + RAGE128Init, + RAGE128ValidMode, + RAGE128Save, + RAGE128Restore, + RAGE128Adjust, + vgaHWSaveScreen, + (void (*)())NoopDDA, + RAGE128FbInit, + (void (*)())NoopDDA, + (void (*)())NoopDDA, /* No banking. */ + (void (*)())NoopDDA, + 0x10000, /* 64K VGA window. */ + 0x10000, + 16, + 0xFFFF, + 0x00000, 0x10000, + 0x00000, 0x10000, + FALSE, /* We have seperate read and write banks in a */ + /* funny sort of way (just one bank). */ + VGA_NO_DIVIDE_VERT, + {0,}, + 8, + TRUE, + 0, + 0, + TRUE, + FALSE, + TRUE, + NULL, + 1, /* ChipClockMulFactor */ + 1 /* ChipClockDivFactor */ + }; + + #define new ((vgaRage128Ptr)vgaNewVideoState) + + + typedef struct { + unsigned char r, g, b; + } LUTENTRY; + + static void + RAGE128InitLUT(void) + { + int i; + + if (vga256InfoRec.bitsPerPixel > 8) { + extern unsigned char xf86rGammaMap[], xf86gGammaMap[], xf86bGammaMap[]; + LUTENTRY dac[256]; + + for (i=0;i<256;i++) { + dac[i].r = xf86rGammaMap[i]; + dac[i].g = xf86gGammaMap[i]; + dac[i].b = xf86bGammaMap[i]; + } + + outl(IOBase + 0xB0, 0); + for (i=0; i<256; i++) { + outl(IOBase + 0xB4, (dac[i].r << 16) | (dac[i].g<<8) | dac[i].b); + } + } + } + + static char * + RAGE128Ident(n) + int n; + { + static char *chipsets[] = {"rage128"}; + + if (n + 1 > sizeof(chipsets) / sizeof(char *)) + return(NULL); + else + return(chipsets[n]); + } + + static Bool + RAGE128Probe() + { + pciConfigPtr PCIDevice; + + if (vga256InfoRec.chipset) + { + if (StrCaseCmp(vga256InfoRec.chipset, RAGE128Ident(0))) + return (FALSE); + } + + { + if (vgaPCIInfo && vgaPCIInfo->AllCards) + { + int Index = 0; + while (PCIDevice = vgaPCIInfo->AllCards[Index++]) + { + if (PCIDevice->_vendor != PCI_VENDOR_ATI) + continue; + if (!vga256InfoRec.chipset) { + if ((PCIDevice->_device != PCI_CHIP_RAGE128_RE) && + (PCIDevice->_device != PCI_CHIP_RAGE128_RF) && + (PCIDevice->_device != PCI_CHIP_RAGE128_RK) && + (PCIDevice->_device != PCI_CHIP_RAGE128_RL) && + ( (PCIDevice->_device < PCI_CHIP_RAGE128_SE) || /* consecutive device ids! */ + (PCIDevice->_device > PCI_CHIP_RAGE128_PX) )) + continue; + } + if ((PCIDevice->_command & + (PCI_CMD_IO_ENABLE | PCI_CMD_MEM_ENABLE)) != + (PCI_CMD_IO_ENABLE | PCI_CMD_MEM_ENABLE)) + continue; + FoundRage128 = PCIDevice->_device; + IOBase = PCIDevice->_base1 & 0xFFFFFF00; + RAGE128.ChipLinearBase = PCIDevice->_base0 & 0xFFFF0000; + } + } + } + + switch (FoundRage128) { + case PCI_CHIP_RAGE128_RE: + ErrorF("%s %s: Found ATI Rage 128 RE chip\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + case PCI_CHIP_RAGE128_RF: + ErrorF("%s %s: Found ATI Rage 128 RF chip\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + case PCI_CHIP_RAGE128_RK: + ErrorF("%s %s: Found ATI Rage 128 RK chip\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + case PCI_CHIP_RAGE128_RL: + ErrorF("%s %s: Found ATI Rage 128 RL chip\n", + XCONFIG_PROBED, vga256InfoRec.name); + break; + default: + if (vga256InfoRec.chipset) + ErrorF("%s %s: Chipset override, continuing\n", + XCONFIG_GIVEN,vga256InfoRec.name); + else + return (FALSE); + break; + } + + RAGE128EnterLeave(ENTER); + + if (!vga256InfoRec.videoRam) + { + vga256InfoRec.videoRam = inl(IOBase + 0xF8) / 1024; + } + RAGE128.ChipLinearSize = vga256InfoRec.videoRam *1024; + + vga256InfoRec.maxClock = 250000; + OFLG_SET(OPTION_NOACCEL, &RAGE128.ChipOptionFlags); + OFLG_SET(OPTION_DAC_8_BIT, &RAGE128.ChipOptionFlags); + + OFLG_SET(OPTION_DAC_8_BIT, &vga256InfoRec.options); + OFLG_SET(CLOCK_OPTION_PROGRAMABLE, &vga256InfoRec.clockOptions); + + vga256InfoRec.chipset = RAGE128Ident(0); + vga256InfoRec.bankedMono = FALSE; + #ifndef MONOVGA + #ifdef XFreeXDGA + vga256InfoRec.directMode = XF86DGADirectPresent; + #endif + #endif + return(TRUE); + } + + + static void + RAGE128EnterLeave(enter) + Bool enter; + { + unsigned char temp; + + #ifndef MONOVGA + #ifdef XFreeXDGA + if (vga256InfoRec.directMode&XF86DGADirectGraphics && !enter) + return; + #endif + #endif + + if (enter) + { + xf86EnableIOPorts(vga256InfoRec.scrnIndex); + + vgaIOBase = (inb(0x3CC) & 0x01) ? 0x3D0 : 0x3B0; + + /* Unprotect CRTC[0-7] */ + outb(vgaIOBase + 4, 0x11); temp = inb(vgaIOBase + 5); + outb(vgaIOBase + 5, temp & 0x7F); + } + else + { + /* Protect CRTC[0-7] */ + outb(vgaIOBase + 4, 0x11); temp = inb(vgaIOBase + 5); + outb(vgaIOBase + 5, (temp & 0x7F) | 0x80); + + xf86DisableIOPorts(vga256InfoRec.scrnIndex); + } + } + + static void + RAGE128Restore (restore) + vgaRage128Ptr restore; + { + int i; + CARD32 temp; + vgaProtect(TRUE); + + ATI_WRITE(OVR_CLR); + ATI_WRITE(OVR_WID_LEFT_RIGHT); + ATI_WRITE(OVR_WID_TOP_BOTTOM); + ATI_WRITE(OV0_SCALE_CNTL); + ATI_WRITE(MPP_TB_CONFIG); + ATI_WRITE(MPP_GP_CONFIG); + ATI_WRITE(SUBPIC_CNTL); + ATI_WRITE(VIPH_CONTROL); + ATI_WRITE(I2C_CNTL_1); + ATI_WRITE(GEN_INT_CNTL); + ATI_WRITE(CAP0_TRIG_CNTL); + ATI_WRITE(CAP1_TRIG_CNTL); + ATI_WRITE(CRTC_GEN_CNTL); + ATI_WRITE(CRTC_EXT_CNTL); + vgaHWRestore((vgaHWPtr)restore); + ATI_WRITE(DAC_CNTL); + RAGE128InitLUT(); + ATI_WRITE(CRTC_H_TOTAL_DISP); + ATI_WRITE(CRTC_H_SYNC_STRT_WID); + ATI_WRITE(CRTC_V_TOTAL_DISP); + ATI_WRITE(CRTC_V_SYNC_STRT_WID); + ATI_WRITE(CRTC_OFFSET_CNTL); + ATI_WRITE(CRTC_PITCH); + ATI_WRITE(DDA_CONFIG); + ATI_WRITE(DDA_ON_OFF); + outl(IOBase + CLOCK_CNTL_INDEX, 1 | 7<<7); + outl(IOBase + CLOCK_CNTL_DATA, restore->ATIClock[5]); + + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 3<<8); + while( (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFF7FFF) == 0x8000); + + outl(IOBase + CLOCK_CNTL_INDEX, 2 | 7<<7); + outl(IOBase + CLOCK_CNTL_DATA, restore->ATIClock[1]); + + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 3<<8); + while( (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFF7FFF) == 0x8000); + + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 7<<7); + outl(IOBase + CLOCK_CNTL_DATA, restore->ATIClock[2]); + + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 3<<8); + while( (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFF7FFF) == 0x8000); + + outl(IOBase + CLOCK_CNTL_INDEX, 7 | 7<<7); + outl(IOBase + CLOCK_CNTL_DATA, restore->ATIClock[3]); + + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 3<<8); + while( (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFF7FFF) == 0x8000); + + outl(IOBase + CLOCK_CNTL_INDEX, 9 | 7<<7); + outl(IOBase + CLOCK_CNTL_DATA, restore->ATIClock[4]); + + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 3<<8); + while( (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFF7FFF) == 0x8000); + + outl(IOBase + CLOCK_CNTL_INDEX, 2 | 3<<8); + temp = inl(IOBase + CLOCK_CNTL_DATA); + outl(IOBase + CLOCK_CNTL_INDEX, 2 | 7<<7); + outl(IOBase + CLOCK_CNTL_DATA, temp & 0xFFFCFFFE); + + vgaProtect(FALSE); + } + + static void * + RAGE128Save(save) + vgaRage128Ptr save; + { + save = (vgaRage128Ptr)vgaHWSave((vgaHWPtr)save, sizeof(vgaRage128Rec)); + + ATI_READ(OVR_CLR); + ATI_READ(OVR_WID_LEFT_RIGHT); + ATI_READ(OVR_WID_TOP_BOTTOM); + ATI_READ(OV0_SCALE_CNTL); + ATI_READ(MPP_TB_CONFIG); + ATI_READ(MPP_GP_CONFIG); + ATI_READ(SUBPIC_CNTL); + ATI_READ(VIPH_CONTROL); + ATI_READ(I2C_CNTL_1); + ATI_READ(GEN_INT_CNTL); + ATI_READ(CAP0_TRIG_CNTL); + ATI_READ(CAP1_TRIG_CNTL); + ATI_READ(CRTC_GEN_CNTL); + ATI_READ(CRTC_EXT_CNTL); + ATI_READ(DAC_CNTL); + ATI_READ(CRTC_H_TOTAL_DISP); + ATI_READ(CRTC_H_SYNC_STRT_WID); + ATI_READ(CRTC_V_TOTAL_DISP); + ATI_READ(CRTC_V_SYNC_STRT_WID); + ATI_READ(CRTC_OFFSET_CNTL); + ATI_READ(CRTC_PITCH); + ATI_READ(DDA_CONFIG); + ATI_READ(DDA_ON_OFF); + outl(IOBase + CLOCK_CNTL_INDEX, 1 | 1<<7); + save->ATIClock[5] = inl(IOBase + CLOCK_CNTL_DATA); + outl(IOBase + CLOCK_CNTL_INDEX, 2 | 1<<7); + save->ATIClock[1] = inl(IOBase + CLOCK_CNTL_DATA); + outl(IOBase + CLOCK_CNTL_INDEX, 3 | 1<<7); + save->ATIClock[2] = inl(IOBase + CLOCK_CNTL_DATA); + outl(IOBase + CLOCK_CNTL_INDEX, 7 | 1<<7); + save->ATIClock[3] = inl(IOBase + CLOCK_CNTL_DATA); + outl(IOBase + CLOCK_CNTL_INDEX, 9 | 1<<7); + save->ATIClock[4] = inl(IOBase + CLOCK_CNTL_DATA); + + return ((void *) save); + } + + static int + RAGE128Max(int a, int b) + { + if (a>=b) + return a; + else + return b; + } + + static int + RAGE128MinBits(int temp) + { + int required = 0; + + if (temp == 0) required = 1; + while (temp) { + temp >>= 1; + required++; + } + return (required); + } + + static Bool + RAGE128Init(mode) + DisplayModePtr mode; + { + CARD32 RomTable; + int maxclock, minclock, ref_divider, ref_freq, output, feedback; + int frequency; + unsigned int divider = -1; + int pll, temp, temp2, Index, xclk, mclk, minimum; + int i; + CARD32 ML, MB, Trcd, Trp, Twr, CL, Tr2w; + CARD32 Ron, Roff, XclksPerXfer, Rloop, Temp; + + if(!vgaHWInit (mode, sizeof(vgaRage128Rec))) + return FALSE; + + Index = xf86ReadBIOS(vga256InfoRec.BIOSbase, 0, BIOS, sizeof(BIOS)); + + RomTable = BIOSDWord(0x48); + pll = BIOSWord(RomTable + 0x30); + ref_divider = BIOSWord(pll+16); + ref_freq = BIOSWord(pll+14); + maxclock = BIOSDWord(pll+22); + minclock = BIOSDWord(pll+18); + xclk = BIOSWord(pll+8); + mclk = BIOSWord(pll+6); + + frequency = vga256InfoRec.clock[mode->Clock] / 10; + + if (frequency > maxclock) + return FALSE; + if ((frequency * 12) < minclock) + return FALSE; + + output = frequency; + if (output >= minclock && output <= maxclock) { + divider = 1; + goto clockdone; + } + output = frequency * 2; + if (output >= minclock && output <= maxclock) { + divider = 2; + goto clockdone; + } + output = frequency * 3; + if (output >= minclock && output <= maxclock) { + divider = 3; + goto clockdone; + } + output = frequency * 4; + if (output >= minclock && output <= maxclock) { + divider = 4; + goto clockdone; + } + output = frequency * 6; + if (output >= minclock && output <= maxclock) { + divider = 6; + goto clockdone; + } + output = frequency * 8; + if (output >= minclock && output <= maxclock) { + divider = 8; + goto clockdone; + } + output = frequency * 12; + divider = 12; + clockdone: + feedback = ((ref_divider * output) + (ref_freq/2)) / ref_freq; + + switch (divider) { + case 1: + divider = 0; + break; + case 2: + divider = 1; + break; + case 3: + divider = 4; + break; + case 4: + divider = 2; + break; + case 6: + divider = 6; + break; + case 8: + divider = 3; + break; + case 12: + divider = 7; + break; + default: + divider = 2; + break; + } + + outl(IOBase + CLOCK_CNTL_INDEX, 2); + new->ATIClock[1] = + (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFCFFFE) | 0x00030001; + + outl(IOBase + CLOCK_CNTL_INDEX, 3); + new->ATIClock[2] = + (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFF7C00) | 1<<15 | ref_divider; + + outl(IOBase + CLOCK_CNTL_INDEX, 7); + new->ATIClock[3] = divider<<16 | + (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFF87800) | 1<<15 | feedback; + + new->ATIClock[4] = 0; + + outl(IOBase + CLOCK_CNTL_INDEX, 1); + new->ATIClock[5] = + (inl(IOBase + CLOCK_CNTL_DATA) & 0xFFFFFFFD); + + new->ATIReg[OVR_CLR] = 0; + new->ATIReg[OVR_WID_LEFT_RIGHT] = 0; + new->ATIReg[OVR_WID_TOP_BOTTOM] = 0; + new->ATIReg[OV0_SCALE_CNTL] = 0; + new->ATIReg[MPP_TB_CONFIG] = 0; + new->ATIReg[MPP_GP_CONFIG] = 0; + new->ATIReg[SUBPIC_CNTL] = 0; + new->ATIReg[VIPH_CONTROL] = 0; + new->ATIReg[I2C_CNTL_1] = 0; + new->ATIReg[GEN_INT_CNTL] = 0; + new->ATIReg[CAP0_TRIG_CNTL] = 0; + new->ATIReg[CAP1_TRIG_CNTL] = 0; + + switch (vga256InfoRec.bitsPerPixel) { + case 4: + new->ATIReg[CRTC_GEN_CNTL] = 1<<8; + break; + case 8: + new->ATIReg[CRTC_GEN_CNTL] = 2<<8; + break; + case 16: + if (vga256InfoRec.depth == 15) + new->ATIReg[CRTC_GEN_CNTL] = 3<<8; + else + new->ATIReg[CRTC_GEN_CNTL] = 4<<8; + break; + case 24: + new->ATIReg[CRTC_GEN_CNTL] = 5<<8; + break; + case 32: + new->ATIReg[CRTC_GEN_CNTL] = 6<<8; + break; + } + + new->ATIReg[CRTC_GEN_CNTL] |= (mode->Flags & V_DBLSCAN ? (1<<0) : 0) | + (mode->Flags & V_INTERLACE ? (1<<1) : 0) | + (mode->Flags & V_CSYNC ? (1<<4) : 0) | + 1<<24 | /* Enable Extended VGA */ + 1<<25; /* Enable CRT */ + + outl(IOBase, CRTC_EXT_CNTL); + new->ATIReg[CRTC_EXT_CNTL] = (inl(IOBase + 4) & 0xFFFFFCFF) | 0x48; + + outl(IOBase, DAC_CNTL); + new->ATIReg[DAC_CNTL] = (inl(IOBase + 4) & 0x7) | 0xFF002100; + + new->ATIReg[CRTC_H_TOTAL_DISP] = (mode->CrtcHTotal/8-1) | + (mode->CrtcHDisplay/8-1)<<16; + + temp = ((mode->CrtcHSyncEnd - mode->CrtcHSyncStart)/8); + + if (temp == 0) + temp = 1; + if (temp > 0x3f) + temp = 0x3f; + + if (mode->Flags & V_NHSYNC) + temp |= 0x80; + + new->ATIReg[CRTC_H_SYNC_STRT_WID] = (temp<<16) | + (((mode->CrtcHSyncStart - 8) + + HorizontalAdjust[vga256InfoRec.bitsPerPixel/8]) & 0xFFFF); + + temp = mode->CrtcVDisplay; + if (mode->Flags & V_DBLSCAN) temp *= 2; + new->ATIReg[CRTC_V_TOTAL_DISP] = ((temp-1)<<16) | + ((mode->CrtcVTotal-1) & 0xFFFF); + + temp = mode->CrtcVSyncEnd - mode->CrtcVSyncStart; + + if (temp == 0) + temp = 1; + if (temp > 0x1f) + temp = 0x1f; + + if (mode->Flags & V_NVSYNC) + temp |= 0x80; + + new->ATIReg[CRTC_V_SYNC_STRT_WID] = (temp<<16) | + (((mode->CrtcVSyncStart - 1) & 0xFFFF)); + + new->ATIReg[CRTC_OFFSET] = 0x00; + new->ATIReg[CRTC_OFFSET_CNTL] = 0x00; + new->ATIReg[CRTC_PITCH] = vga256InfoRec.displayWidth >> 3; + + outl(IOBase, MEM_CNTL); + temp = inl(IOBase + 4); + + switch (temp & 0x03) { + case 0: + switch (FoundRage128) { + case PCI_CHIP_RAGE128_RE: + case PCI_CHIP_RAGE128_RF: + /* + These are 128-bit cards. + */ + ML = 4; + MB = 4; + Trcd = 3; + Trp = 3; + Twr = 1; + CL = 3; + Tr2w = 1; + Rloop = 12 + ML; + break; + case PCI_CHIP_RAGE128_RK: + case PCI_CHIP_RAGE128_RL: + /* + These are 64-bit cards. + */ + ML = 4; + MB = 8; + Trcd = 3; + Trp = 3; + Twr = 1; + CL = 3; + Tr2w = 1; + Rloop = 12 + ML + 1; + break; + default: + /* + Default to 64-bit values. + */ + ML = 4; + MB = 8; + Trcd = 3; + Trp = 3; + Twr = 1; + CL = 3; + Tr2w = 1; + Rloop = 12 + ML; + break; + } + break; + case 1: /* SDR SGRAM (2:1) */ + ML = 4; + MB = 4; + Trcd = 1; + Trp = 2; + Twr = 1; + CL = 2; + Tr2w = 1; + Rloop = 12 + ML; + break; + case 2: /* DDR SGRAM */ + ML = 4; + MB = 4; + Trcd = 3; + Trp = 3; + Twr = 2; + CL = 3; + Tr2w = 1; + Rloop = 12 + ML; + break; + default: + /* + Default to 64-bit, SDR-SGRAM values. + */ + ML = 4; + MB = 8; + Trcd = 3; + Trp = 3; + Twr = 1; + CL = 3; + Tr2w = 1; + Rloop = 12 + ML + 1; + } + + xclk = xclk/100; + temp = ( ( (xclk * 128) + (( (vga256InfoRec.clock[mode->Clock]/1000) * + vga256InfoRec.bitsPerPixel)/2))) / + (((vga256InfoRec.clock[mode->Clock]/1000)*vga256InfoRec.bitsPerPixel)); + + minimum = RAGE128MinBits(temp); + + temp2 = ( ( ( (xclk * 128) << (11 - (minimum+1)) )+ (( (vga256InfoRec.clock[mode->Clock]/1000) * + vga256InfoRec.bitsPerPixel)/2))) / + (((vga256InfoRec.clock[mode->Clock]/1000)*vga256InfoRec.bitsPerPixel)); + + Ron = 4 * MB + 3 * RAGE128Max(Trcd - 2, 0) + 2 * Trp + Twr + CL + Tr2w+temp; + + Ron = Ron << (11 - (minimum+1)); + + Roff = temp2 * (32 - 4); + + if ((Ron + Rloop) >= Roff) { + return (FALSE); /* Can't do it */ + } + + new->ATIReg[DDA_CONFIG] = (minimum+1) << 16 | Rloop<<20 | temp2; + new->ATIReg[DDA_ON_OFF] = Ron << 16 | Roff; + + return TRUE; + } + + static void + RAGE128Adjust(x, y) + int x, y; + { + int Base = (y * vga256InfoRec.displayWidth + x); + + if (vga256InfoRec.bitsPerPixel == 16) Base <<= 1; + if (vga256InfoRec.bitsPerPixel == 32) Base <<= 2; + + outl(IOBase, CRTC_OFFSET); + outl(IOBase + 4, (Base >> 3) << 3); + + #ifdef XFreeXDGA + if (vga256InfoRec.directMode & XF86DGADirectGraphics) { + /* Wait until vertical retrace is in progress. */ + while (inb(vgaIOBase + 0xA) & 0x08); + while (!(inb(vgaIOBase + 0xA) & 0x08)); + } + #endif + } + + /* + * RAGE128ValidMode -- + * + */ + static int + RAGE128ValidMode(mode, verbose,flag) + DisplayModePtr mode; + Bool verbose; + int flag; + { + return MODE_OK; + } + + void + RAGE128FbInit() + { + if(!OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options)) + RAGE128AccelInit(); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:22 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.h Wed Oct 13 04:33:28 1999 *************** *** 0 **** --- 1,65 ---- + /* + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Alan Hourihane not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Alan Hourihane makes no representations + * about the suitability of this software for any purpose. It is provided + * "as is" without express or implied warranty. + * + * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + * + * ATI Rage128 driver for 3.3.x + * + * Author: Alan Hourihane, alanh@fairlite.demon..co.uk + * + * $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128.h,v 1.1.2.2 1999/10/12 18:33:28 hohndel Exp $ + */ + + #define CLOCK_CNTL_INDEX 0x8 + #define CLOCK_CNTL_DATA 0xC + #define GEN_INT_CNTL 0x40 + #define CRTC_GEN_CNTL 0x50 + #define CRTC_EXT_CNTL 0x54 + #define DAC_CNTL 0x58 + #define I2C_CNTL_1 0x94 + #define MEM_CNTL 0x140 + #define MPP_TB_CONFIG 0x1C0 + #define MPP_GP_CONFIG 0x1C8 + #define VIPH_CONTROL 0x1D0 + #define CRTC_H_TOTAL_DISP 0x200 + #define CRTC_H_SYNC_STRT_WID 0x204 + #define CRTC_V_TOTAL_DISP 0x208 + #define CRTC_V_SYNC_STRT_WID 0x20C + #define CRTC_OFFSET 0x224 + #define CRTC_OFFSET_CNTL 0x228 + #define CRTC_PITCH 0x22C + #define OVR_CLR 0x230 + #define OVR_WID_LEFT_RIGHT 0x234 + #define OVR_WID_TOP_BOTTOM 0x238 + #define DDA_CONFIG 0x2E0 + #define DDA_ON_OFF 0x2E4 + #define OV0_SCALE_CNTL 0x420 + #define SUBPIC_CNTL 0x540 + #define CAP0_TRIG_CNTL 0x950 + #define CAP1_TRIG_CNTL 0x9C0 + + #define ATI_READ(r) \ + { \ + outl(IOBase, r); \ + save->ATIReg[r] = inl(IOBase + 0x04); \ + } + + #define ATI_WRITE(r) \ + { \ + outl(IOBase, r); \ + outl(IOBase + 0x04, restore->ATIReg[r]); \ + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128_acl.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128_acl.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:22 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128_acl.c Wed Oct 13 04:33:28 1999 *************** *** 0 **** --- 1,416 ---- + /* + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Alan Hourihane not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Alan Hourihane makes no representations + * about the suitability of this software for any purpose. It is provided + * "as is" without express or implied warranty. + * + * ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + * + * ATI Rage128 driver for 3.3.x + * + * Author: Alan Hourihane, alanh@fairlite.demon..co.uk + * + * $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/rage128/rage128_acl.c,v 1.1.2.2 1999/10/12 18:33:28 hohndel Exp $ + */ + + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "vga256.h" + #include "vga.h" + #include "miline.h" + #include "xf86xaa.h" + + void RAGE128AccelInit(); + static void RAGE128Sync(); + static void RAGE128SetupForFillRectSolid(); + static void RAGE128SubsequentFillRectSolid(); + static void RAGE128SetupForScreenToScreenCopy(); + static void RAGE128SubsequentScreenToScreenCopy(); + static void RAGE128SetupFor8x8PatternColorExpand(); + static void RAGE128Subsequent8x8PatternColorExpand(); + static void RAGE128SetupForScanlineScreenToScreenColorExpand(); + static void RAGE128SubsequentScanlineScreenToScreenColorExpand(); + + unsigned char scratchBuffer[512]; + extern CARD32 IOBase; + int blitxdir, blitydir; + int scanlineWordCount; + int height, width, xcoord, ycoord; + int scanlineheight; + int BPP; + + static int ROP[16] = + { + 0x00, /* GXclear */ + 0x88, /* Gxand */ + 0x44, /* GXandReverse */ + 0xCC, /* GXcopy */ + 0x22, /* GXandInverted */ + 0xAA, /* GXnoop */ + 0x66, /* GXxor */ + 0xEE, /* GXor */ + 0x11, /* GXnor */ + 0x99, /* GXequiv */ + 0x55, /* GXinvert */ + 0xDD, /* GXorReverse */ + 0x33, /* GXcopyInverted */ + 0xBB, /* GXorInverted */ + 0x77, /* GXnand */ + 0xFF /* GXset */ + }; + + static int PATROP[16] = + { + 0x00, /* GXclear */ + 0xA0, /* Gxand */ + 0x50, /* GXandReverse */ + 0xF0, /* GXcopy */ + 0x0A, /* GXandInverted */ + 0xAA, /* GXnoop */ + 0x5A, /* GXxor */ + 0xFA, /* GXor */ + 0x05, /* GXnor */ + 0xA5, /* Gxequiv */ + 0x55, /* GXinvert */ + 0xF5, /* GXorReverse */ + 0x0F, /* GXcopyInverted */ + 0xAF, /* GXorInverted */ + 0x5F, /* GXnand */ + 0xFF /* GXset */ + }; + + #define REPLICATE(x) \ + if (vgaBitsPerPixel < 32) { \ + x |= x << 16; \ + if (vgaBitsPerPixel < 16) \ + x |= x << 8; \ + } + + void + RAGE128InitializeAccelerator(void) + { + outl(IOBase, 0x146C); + outl(IOBase + 4, 13<<4 | BPP<<8 | 3<<12); + + outl(IOBase, 0x16E0); /* DEFAULT_OFFSET */ + outl(IOBase + 4, 0); + outl(IOBase, 0x16E4); /* DEFAULT_PITCH */ + outl(IOBase + 4, vga256InfoRec.displayWidth / 8); + + outl(IOBase, 0x1660); + outl(IOBase + 4, 0); + outl(IOBase, 0x16E8); + outl(IOBase + 4, 0x1fff<<16 | 0x1fff); + outl(IOBase, 0x1640); + outl(IOBase + 4, 0x0); + outl(IOBase, 0x1644); + outl(IOBase + 4, 0x1fff); + outl(IOBase, 0x1648); + outl(IOBase + 4, 0x0); + outl(IOBase, 0x164C); + outl(IOBase + 4, 0x1fff); + + outl(IOBase, 0x147C); + outl(IOBase + 4, 0); + outl(IOBase, 0x16CC); + outl(IOBase + 4, 0xffffffff); + } + + void + RAGE128AccelInit(void) + { + + xf86AccelInfoRec.Flags = BACKGROUND_OPERATIONS | + PIXMAP_CACHE | + COP_FRAMEBUFFER_CONCURRENCY | + HARDWARE_PATTERN_PROGRAMMED_BITS | + HARDWARE_PATTERN_SCREEN_ORIGIN | + HARDWARE_PATTERN_MONO_TRANSPARENCY; + + xf86AccelInfoRec.Sync = RAGE128Sync; + + /* Accelerated filled rectangles */ + xf86GCInfoRec.PolyFillRectSolidFlags = 0; + xf86AccelInfoRec.SetupForFillRectSolid = RAGE128SetupForFillRectSolid; + xf86AccelInfoRec.SubsequentFillRectSolid = RAGE128SubsequentFillRectSolid; + + /* Accelerated screen-screen bitblts */ + xf86GCInfoRec.CopyAreaFlags = NO_TRANSPARENCY; + xf86AccelInfoRec.SetupForScreenToScreenCopy = + RAGE128SetupForScreenToScreenCopy; + xf86AccelInfoRec.SubsequentScreenToScreenCopy = + RAGE128SubsequentScreenToScreenCopy; + + xf86AccelInfoRec.SetupFor8x8PatternColorExpand = + RAGE128SetupFor8x8PatternColorExpand; + xf86AccelInfoRec.Subsequent8x8PatternColorExpand = + RAGE128Subsequent8x8PatternColorExpand; + + + xf86AccelInfoRec.ColorExpandFlags = BIT_ORDER_IN_BYTE_LSBFIRST; + + xf86AccelInfoRec.ScratchBufferAddr = 1; + xf86AccelInfoRec.ScratchBufferSize = 512; + xf86AccelInfoRec.ScratchBufferBase = (void*)scratchBuffer; + xf86AccelInfoRec.PingPongBuffers = 1; + + xf86AccelInfoRec.SetupForScanlineScreenToScreenColorExpand = + RAGE128SetupForScanlineScreenToScreenColorExpand; + xf86AccelInfoRec.SubsequentScanlineScreenToScreenColorExpand = + RAGE128SubsequentScanlineScreenToScreenColorExpand; + + switch (vga256InfoRec.bitsPerPixel) { + case 8: + BPP = 2; + break; + case 16: + if (vga256InfoRec.depth == 15) + BPP = 3; + else + BPP = 4; + break; + case 24: + BPP = 5; + break; + case 32: + BPP = 6; + break; + } + RAGE128InitializeAccelerator(); + + /* Pixmap cache setup */ + xf86AccelInfoRec.PixmapCacheMemoryStart = + vga256InfoRec.virtualY * vga256InfoRec.displayWidth + * vga256InfoRec.bitsPerPixel / 8; + xf86AccelInfoRec.PixmapCacheMemoryEnd = + vga256InfoRec.videoRam * 1024 - 1024; + } + + static void + RAGE128WaitForFifo(int entries) + { + outl(IOBase, 0x1740); + while ( (inl(IOBase + 4) & 0xFFF) < entries); + } + + static void + RAGE128Sync() + { + int count = 0, timeout = 0; + CARD32 busy; + + RAGE128WaitForFifo(64); + outl(IOBase, 0x1740); + for (;;) { + busy = inl(IOBase + 4) & 0x80000000; + if (busy != 0x80000000) return; + count++; + if (count == 10000000) { + ErrorF("RAGE128: GUI Engine time-out.\n"); + count = 9990000; + timeout++; + if (timeout == 8) { + /* Reset BitBLT Engine */ + outl(IOBase + 4, 0); + return; + } + } + } + } + + static void + RAGE128SetupForFillRectSolid(int color, int rop, unsigned int planemask) + { + outl(IOBase, 0x146C); + outl(IOBase + 4, 3<<28 | 13<<4 | BPP<<8 | PATROP[rop]<<16 | 3<<12); + REPLICATE(color); + outl(IOBase, 0x147C); + outl(IOBase + 4, color); + REPLICATE(planemask); + outl(IOBase, 0x16CC); + outl(IOBase + 4, planemask); + } + + static void + RAGE128SubsequentFillRectSolid(int x, int y, int w, int h) + { + outl(IOBase, 0x1438); + outl(IOBase + 4, (y<<16) | x); + outl(IOBase, 0x143C); + outl(IOBase + 4, (h<<16) | w); + } + + static void + RAGE128SetupForScreenToScreenCopy(int xdir, int ydir, int rop, unsigned int planemask, + int transparency_color) + { + int direction = 0; + blitxdir = xdir; + blitydir = ydir; + + if (xdir >= 0) + direction |= 1; + if (ydir >= 0) + direction |= 2; + + outl(IOBase, 0x146C); + outl(IOBase + 4, 3<<28 | 15<<4 | BPP<<8 | ROP[rop]<<16 | 3<<12 | 2<<24); + + REPLICATE(planemask); + outl(IOBase, 0x16CC); + outl(IOBase + 4, planemask); + outl(IOBase, 0x16C0); + outl(IOBase + 4, direction); + outl(IOBase, 0x15C0); + outl(IOBase + 4, 0); + } + + + static void + RAGE128SubsequentScreenToScreenCopy(int x1, int y1, int x2, int y2, int w, int h) + { + if (blitydir < 0) { + y1 = y1 + h - 1; + y2 = y2 + h - 1; + } + if (blitxdir < 0) { + x1 = x1 + w - 1; + x2 = x2 + w - 1; + } + outl(IOBase, 0x1434); + outl(IOBase + 4, (y1<<16) | x1); + outl(IOBase, 0x1438); + outl(IOBase + 4, (y2<<16) | x2); + outl(IOBase, 0x143C); + outl(IOBase + 4, (h<<16) | w); + } + + static void RAGE128SetupForCPUToScreenColorExpand(bg, fg, rop, planemask) + int bg, fg, rop; + unsigned planemask; + { + outl(IOBase, 0x146C); + outl(IOBase + 4, 12<<4 | BPP<<8 | 1<<14 | ROP[rop]<<16 | 7<<28 | 3<<24); + REPLICATE(planemask); + outl(IOBase, 0x16CC); + outl(IOBase + 4, planemask); + REPLICATE(fg); + outl(IOBase, 0x15D8); + outl(IOBase + 4, fg); + REPLICATE(bg); + outl(IOBase, 0x15DC); + outl(IOBase + 4, bg); + } + + static void RAGE128SubsequentCPUToScreenColorExpand(x, y, w, h, skipleft) + int x, y, w, h, skipleft; + { + outl(IOBase, 0x1438); + outl(IOBase + 4, (y<<16) | x); + outl(IOBase, 0x143C); + outl(IOBase + 4, (h<<16) | w); + } + + static void + RAGE128SetupFor8x8PatternColorExpand(patternx, patterny, bg, fg, + rop, planemask) + unsigned patternx, patterny, planemask; + int bg, fg, rop; + { + outl(IOBase, 0x146C); + if (bg != -1) + outl(IOBase + 4, 3<<28 | 1<<14 | BPP<<8 | PATROP[rop]<<16 | 2<<12); + else + outl(IOBase + 4, 3<<28 | 1<<14 | 1<<4 | BPP<<8 | PATROP[rop]<<16 | 2<<12); + REPLICATE(planemask); + outl(IOBase, 0x16CC); + outl(IOBase + 4, planemask); + REPLICATE(fg); + outl(IOBase, 0x147C); + outl(IOBase + 4, fg); + REPLICATE(bg); + outl(IOBase, 0x1478); + outl(IOBase + 4, bg); + outl(IOBase, 0x1480); + outl(IOBase + 4, patternx); + outl(IOBase, 0x1484); + outl(IOBase + 4, patterny); + } + + static void + RAGE128Subsequent8x8PatternColorExpand(patternx, patterny, x, y, w, h) + unsigned patternx, patterny; + int x, y, w, h; + { + outl(IOBase, 0x1438); + outl(IOBase + 4, (y<<16) | x); + outl(IOBase, 0x143C); + outl(IOBase + 4, (h<<16) | w); + } + + static void RAGE128SetupForScanlineScreenToScreenColorExpand(int x,int y,int w, + int h,int bg,int fg, + int rop, + unsigned planemask) + { + scanlineWordCount = (w + 31) >> 5; + height = h; width = w; xcoord = x; ycoord = y; + scanlineheight = 0; + + outl(IOBase, 0x146C); + if (bg != -1) + outl(IOBase + 4, 12<<4 | BPP<<8 | 1<<14 | ROP[rop]<<16 | 3<<28 | 3<<24); + else + outl(IOBase + 4, 12<<4 | 1<<12 | BPP<<8 | 1<<14 | ROP[rop]<<16 | 3<<28 | 3<<24); + + #if 0 + outl(IOBase, 0x16EC); + outl(IOBase + 4, y<<16 | x); + outl(IOBase, 0x16F0); + outl(IOBase + 4, (y+h-1)<<16 | (x+w-1)); + #endif + + REPLICATE(planemask); + outl(IOBase, 0x16CC); + outl(IOBase + 4, planemask); + REPLICATE(fg); + outl(IOBase, 0x15D8); + outl(IOBase + 4, fg); + REPLICATE(bg); + outl(IOBase, 0x15DC); + outl(IOBase + 4, bg); + } + + static void RAGE128SubsequentScanlineScreenToScreenColorExpand(int srcAddr) + { + CARD32 *ptr = (CARD32*)scratchBuffer; + int count = scanlineWordCount; + int i=0; + + outl(IOBase, 0x1438); + outl(IOBase + 4, (ycoord+scanlineheight<<16) | xcoord); + outl(IOBase, 0x143C); + outl(IOBase + 4, (1<<16) | width); + + for(i=0;i<count-1;i++) { + outl(IOBase, 0x17C0); + outl(IOBase + 4, (*(ptr++))); + } + outl(IOBase, 0x17E0); + outl(IOBase + 4, (*(ptr))); + scanlineheight++; + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h:1.1.2.1 Fri Jul 30 21:21:27 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h Wed Dec 1 23:49:32 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h,v 1.1.2.1 1999/07/30 11:21:27 hohndel Exp $ */ /* Copied over from accel/s3_virge */ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/newmmio.h,v 1.1.2.2 1999/12/01 12:49:32 hohndel Exp $ */ /* Copied over from accel/s3_virge */ *************** *** 40,47 **** #define S3_NEWMMIO_REGSIZE 0x0080000 /* 512kB */ #define S3_NEWMMIO_SIZE0 0x7000000 /* 128MB - 16MB */ #define S3_NEWMMIO_SIZE1 0x8000000 /* 128MB */ ! /*#define s3vMmioMem (s3Priv.MmioMem)*/ ! #define s3vMmioMem s3savMmioMem #include <Xmd.h> --- 40,46 ---- #define S3_NEWMMIO_REGSIZE 0x0080000 /* 512kB */ #define S3_NEWMMIO_SIZE0 0x7000000 /* 128MB - 16MB */ #define S3_NEWMMIO_SIZE1 0x8000000 /* 128MB */ ! /*#define s3savMmioMem (s3Priv.MmioMem)*/ #include <Xmd.h> *************** *** 408,566 **** /* * reads from SUBSYS_STAT */ ! #define IN_SUBSYS_STAT() ((((mmtr)s3vMmioMem)->subsys_regs.regs.subsystem_csr)) ! #define SET_SUBSYS_CRTL(val) do { write_mem_barrier(); ((((mmtr)s3vMmioMem)->subsys_regs.regs.subsystem_csr)) = (val); write_mem_barrier(); } while (0) ! #define STATUS_WORD0 (*(volatile unsigned int*)(((char*)s3vMmioMem) + 0x48C00)) /* Savage4 Rev B only: */ ! #define ALT_STATUS_WORD0 (*(volatile unsigned int*)(((char*)s3vMmioMem) + 0x48C60)) #define SET_DAC_W_INDEX(index) outb(DAC_W_INDEX, index) #define SET_DAC_DATA(val) outb(DAC_DATA,val) ! #define IMG_TRANS (((mmtr)s3vMmioMem)->img) #define SET_PIXTRANS(a,v) IMG_TRANS[a] = (v) ! #define COLOR_PATTERN (((mmtr)s3vMmioMem)->colpatt_regs.regs) ! #define CMD_DMA_BASE(val) (((mmtr)s3vMmioMem)->dma_regs.regs.cmd.base_addr) = (val) ! #define CMD_DMA_WRITEP(val) (((mmtr)s3vMmioMem)->dma_regs.regs.cmd.write_pointer) = (val) ! #define CMD_DMA_READP(val) (((mmtr)s3vMmioMem)->dma_regs.regs.cmd.read_pointer) = (val) ! #define CMD_DMA_ENABLE(val) (((mmtr)s3vMmioMem)->dma_regs.regs.cmd.dma_enable) = (val) ! ! #define SETB_SRC_BASE(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.src_base = (val) ! #define SETB_DEST_BASE(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.dest_base = (val) ! #define SETB_CLIP_L_R(l,r) ((mmtr)s3vMmioMem)->bltfill_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETB_CLIP_T_B(t,b) ((mmtr)s3vMmioMem)->bltfill_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETB_DEST_SRC_STR(d,s) ((mmtr)s3vMmioMem)->bltfill_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETB_MONO_PAT0(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.mono_pat0 = (val) ! #define SETB_MONO_PAT1(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.mono_pat1 = (val) ! #define SETB_PAT_BG_CLR(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.pat_bg_clr = (val) ! #define SETB_PAT_FG_CLR(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.pat_fg_clr = (val) ! #define SETB_SRC_BG_CLR(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.src_bg_clr = (val) ! #define SETB_SRC_FG_CLR(val) ((mmtr)s3vMmioMem)->bltfill_regs.regs.src_fg_clr = (val) ! #define SETB_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->bltfill_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETB_RWIDTH_HEIGHT(w,h) ((mmtr)s3vMmioMem)->bltfill_regs.regs.rwidth_height = ((w)<<16 | (h)) ! #define SETB_RSRC_XY(x,y) ((mmtr)s3vMmioMem)->bltfill_regs.regs.rsrc_xy = ((x)<<16 | (y)) ! #define SETB_RDEST_XY(x,y) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->bltfill_regs.regs.rdest_xy = ((x)<<16 | (y)); write_mem_barrier(); } while (0) /* Caching version of the same MACROs */ ! #define CACHE_SETB_CLIP_L_R(l,r) do { unsigned int clip = ((l)<<16 | (r)); if (s3vCached_CLIP_LR != clip) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.clip_l_r = clip; s3vCached_CLIP_LR = clip; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_CLIP_T_B(t,b) do { unsigned int clip = ((t)<<16 | (b)); if (s3vCached_CLIP_TB != clip) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.clip_t_b = clip; s3vCached_CLIP_TB = clip; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_RSRC_XY(x,y) do { unsigned int src = ((x)<<16 | (y)); if (s3vCached_RSRC_XY != src) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.rsrc_xy = src; s3vCached_RSRC_XY = src; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_RWIDTH_HEIGHT(w,h) do { unsigned int rwh = ((w)<<16 | (h)); if (s3vCached_RWIDTH_HEIGHT != rwh) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.rwidth_height = rwh; s3vCached_RWIDTH_HEIGHT = rwh; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_MONO_PAT0(val) do { if (s3vCached_MONO_PATTERN0 != val) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.mono_pat0 = val; s3vCached_MONO_PATTERN0 = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_MONO_PAT1(val) do { if (s3vCached_MONO_PATTERN1 != val) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.mono_pat1 = val; s3vCached_MONO_PATTERN1 = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_PAT_FG_CLR(val) do { if (s3vCached_PAT_FGCLR != val) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.pat_fg_clr = val; s3vCached_PAT_FGCLR = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_PAT_BG_CLR(val) do { if (s3vCached_PAT_BGCLR != val) { ((mmtr)s3vMmioMem)->bltfill_regs.regs.pat_bg_clr = val; s3vCached_PAT_BGCLR = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_CMD_SET(val) do { if (s3vCached_CMD_SET != val) { write_mem_barrier(); ((mmtr)s3vMmioMem)->bltfill_regs.regs.cmd_set = val; s3vCached_CMD_SET = val; s3vCacheMiss++; write_mem_barrier(); } else s3vCacheHit++;} while(0) ! ! ! #define SETL_SRC_BASE(val) ((mmtr)s3vMmioMem)->line_regs.regs.src_base = (val) ! #define SETL_DEST_BASE(val) ((mmtr)s3vMmioMem)->line_regs.regs.dest_base = (val) ! #define SETL_CLIP_L_R(l,r) ((mmtr)s3vMmioMem)->line_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETL_CLIP_T_B(t,b) ((mmtr)s3vMmioMem)->line_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETL_DEST_SRC_STR(d,s) ((mmtr)s3vMmioMem)->line_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETL_PAT_FG_CLR(val) ((mmtr)s3vMmioMem)->line_regs.regs.pat_fg_clr = (val) ! #define SETL_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->line_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETL_LXEND0_END1(e0,e1) ((mmtr)s3vMmioMem)->line_regs.regs.lxend0_end1 = ((e0)<<16 | (e1)) ! #define SETL_LDX(val) ((mmtr)s3vMmioMem)->line_regs.regs.ldx = (val) ! #define SETL_LXSTART(val) ((mmtr)s3vMmioMem)->line_regs.regs.lxstart = (val) ! #define SETL_LYSTART(val) ((mmtr)s3vMmioMem)->line_regs.regs.lystart = (val) ! #define SETL_LYCNT(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->line_regs.regs.lycnt = (val); write_mem_barrier(); } while (0) /* Cache version */ ! #define CACHE_SETL_CMD_SET(val) do { if (s3vCached_CMD_SET != val) { write_mem_barrier(); ((mmtr)s3vMmioMem)->line_regs.regs.cmd_set = val; s3vCached_CMD_SET = val; s3vCacheMiss++; write_mem_barrier(); } else s3vCacheHit++;} while(0) ! #define SETP_SRC_BASE(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.src_base = (val) ! #define SETP_DEST_BASE(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.dest_base = (val) ! #define SETP_CLIP_L_R(l,r) ((mmtr)s3vMmioMem)->polyfill_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETP_CLIP_T_B(t,b) ((mmtr)s3vMmioMem)->polyfill_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETP_DEST_SRC_STR(d,s) ((mmtr)s3vMmioMem)->polyfill_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETP_MONO_PAT0(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.mono_pat0 = (val) ! #define SETP_MONO_PAT1(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.mono_pat1 = (val) ! #define SETP_PAT_BG_CLR(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.pat_bg_clr = (val) ! #define SETP_PAT_FG_CLR(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.pat_fg_clr = (val) ! #define SETP_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->polyfill_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETP_RWIDTH_HEIGHT(w,h) ((mmtr)s3vMmioMem)->polyfill_regs.regs.rwidth_height = ((w)<<16 | (h)) ! #define SETP_PRDX(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.prdx = (val) ! #define SETP_PRXSTART(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.prxstart = (val) ! #define SETP_PLDX(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.pldx = (val) ! #define SETP_PLXSTART(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.plxstart = (val) ! #define SETP_PYSTART(val) ((mmtr)s3vMmioMem)->polyfill_regs.regs.pystart = (val) ! #define SETP_PYCNT(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->polyfill_regs.regs.pycnt = (val); write_mem_barrier(); } while (0) /* Cache version */ ! #define CACHE_SETP_CMD_SET(val) do { if (s3vCached_CMD_SET != val) { write_mem_barrier(); ((mmtr)s3vMmioMem)->polyfill_regs.regs.cmd_set = val; s3vCached_CMD_SET = val; s3vCacheMiss++; write_mem_barrier(); } else s3vCacheHit++;} while(0) ! #define SETL3_Z_BASE(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.z_base = (val) ! #define SETL3_DEST_BASE(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.dest_base = (val) ! #define SETL3_CLIP_L_R(l,r) ((mmtr)s3vMmioMem)->line3d_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETL3_CLIP_T_B(t,b) ((mmtr)s3vMmioMem)->line3d_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETL3_DEST_SRC_STR(d,s) ((mmtr)s3vMmioMem)->line3d_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETL3_Z_STRIDE(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.z_stride = (val) ! #define SETL3_FOG_CLR(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.fog_clr = (val) ! #define SETL3_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->line3d_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETL3_DGDY_DBDY(dg,db) ((mmtr)s3vMmioMem)->line3d_regs.regs.dgdy_dbdy = ((dg)<<16 | (db)) ! #define SETL3_DADY_DRDY(da,dr) ((mmtr)s3vMmioMem)->line3d_regs.regs.dady_drdy = ((da)<<16 | (dr)) ! #define SETL3_GS_BS(gs,bs) ((mmtr)s3vMmioMem)->line3d_regs.regs.gs_bs = ((gs)<<16 | (bs)) ! #define SETL3_AS_RS(as,rs) ((mmtr)s3vMmioMem)->line3d_regs.regs.as_rs = ((as)<<16 | (rs)) ! #define SETL3_DZ(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.dz = (val) ! #define SETL3_ZSTART(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.zstart = (val) ! #define SETL3_XEND0_END1(e0,e1) ((mmtr)s3vMmioMem)->line3d_regs.regs.xend0_end1 = ((e0)<<16 | (e1)) ! #define SETL3_DX(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.dx = (val) ! #define SETL3_XSTART(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.xstart = (val) ! #define SETL3_YSTART(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.ystart = (val) ! #define SETL3_YCNT(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->line3d_regs.regs.ycnt = (val); write_mem_barrier(); } while (0) ! ! ! ! #define SETT3_Z_BASE(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.z_base = (val) ! #define SETT3_DEST_BASE(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dest_base = (val) ! #define SETT3_CLIP_L_R(l,r) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETT3_CLIP_T_B(t,b) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETT3_DEST_SRC_STR(d,s) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETT3_Z_STRIDE(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.z_stride = (val) ! #define SETT3_TEX_BASE(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.tex_base = (val) ! #define SETT3_TEX_BDR_CLR(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.tex_bdr_clr = (val) ! #define SETT3_FOG_CLR(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.fog_clr = (val) ! #define SETT3_COLOR0(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.color0 = (val) ! #define SETT3_COLOR1(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.color1 = (val) ! #define SETT3_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->triangle3d_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETT3_BV(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.bv = (val) ! #define SETT3_BU(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.bu = (val) ! #define SETT3_DWDX(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dwdx = (val) ! #define SETT3_DWDY(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dwdy = (val) ! #define SETT3_WS(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.ws = (val) ! #define SETT3_DDDX(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dddx = (val) ! #define SETT3_DVDX(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dvdx = (val) ! #define SETT3_DUDX(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dudx = (val) ! #define SETT3_DDDY(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dddy = (val) ! #define SETT3_DVDY(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dvdy = (val) ! #define SETT3_DUDY(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dudy = (val) ! #define SETT3_DS(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.ds = (val) ! #define SETT3_VS(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.vs = (val) ! #define SETT3_US(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.us = (val) ! #define SETT3_DGDX_DBDX(gx,bx) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dgdx_dbdx = ((gx)<<16 | (bx)) ! #define SETT3_DADX_DRDX(ax,rx) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dadx_drdx = ((ax)<<16 | (rx)) ! #define SETT3_DGDY_DBDY(gy,by) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dgdy_dbdy = ((gy)<<16 | (by)) ! #define SETT3_DADY_DRDY(ay,ry) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dady_drdy = ((ay)<<16 | (ry)) ! #define SETT3_GS_BS(gs,bs) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.gs_bs = ((gs)<<16 | (bs)) ! #define SETT3_AS_RS(as,rs) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.as_rs = ((as)<<16 | (rs)) ! #define SETT3_DZDX(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dzdx = (val) ! #define SETT3_DZDY(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dzdy = (val) ! #define SETT3_ZS(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.zs = (val) ! #define SETT3_DXDY12(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dxdy12 = (val) ! #define SETT3_XEND12(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.xend12 = (val) ! #define SETT3_DXDY01(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dxdy01 = (val) ! #define SETT3_XEND01(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.xend01 = (val) ! #define SETT3_DXDY02(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dxdy02 = (val) ! #define SETT3_XSTART02(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.xstart02 = (val) ! #define SETT3_YSTART(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.ystart = (val) ! #define SETT3_Y01_Y12(y01,y12) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->triangle3d_regs.regs.y01_y12 = ((y01)<<16 | (y12)); write_mem_barrier(); } while (0) --- 407,565 ---- /* * reads from SUBSYS_STAT */ ! #define IN_SUBSYS_STAT() ((((mmtr)s3savMmioMem)->subsys_regs.regs.subsystem_csr)) ! #define SET_SUBSYS_CRTL(val) do { write_mem_barrier(); ((((mmtr)s3savMmioMem)->subsys_regs.regs.subsystem_csr)) = (val); write_mem_barrier(); } while (0) ! #define STATUS_WORD0 (*(volatile unsigned int*)(((char*)s3savMmioMem) + 0x48C00)) /* Savage4 Rev B only: */ ! #define ALT_STATUS_WORD0 (*(volatile unsigned int*)(((char*)s3savMmioMem) + 0x48C60)) #define SET_DAC_W_INDEX(index) outb(DAC_W_INDEX, index) #define SET_DAC_DATA(val) outb(DAC_DATA,val) ! #define IMG_TRANS (((mmtr)s3savMmioMem)->img) #define SET_PIXTRANS(a,v) IMG_TRANS[a] = (v) ! #define COLOR_PATTERN (((mmtr)s3savMmioMem)->colpatt_regs.regs) ! #define CMD_DMA_BASE(val) (((mmtr)s3savMmioMem)->dma_regs.regs.cmd.base_addr) = (val) ! #define CMD_DMA_WRITEP(val) (((mmtr)s3savMmioMem)->dma_regs.regs.cmd.write_pointer) = (val) ! #define CMD_DMA_READP(val) (((mmtr)s3savMmioMem)->dma_regs.regs.cmd.read_pointer) = (val) ! #define CMD_DMA_ENABLE(val) (((mmtr)s3savMmioMem)->dma_regs.regs.cmd.dma_enable) = (val) ! ! #define SETB_SRC_BASE(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.src_base = (val) ! #define SETB_DEST_BASE(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.dest_base = (val) ! #define SETB_CLIP_L_R(l,r) ((mmtr)s3savMmioMem)->bltfill_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETB_CLIP_T_B(t,b) ((mmtr)s3savMmioMem)->bltfill_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETB_DEST_SRC_STR(d,s) ((mmtr)s3savMmioMem)->bltfill_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETB_MONO_PAT0(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.mono_pat0 = (val) ! #define SETB_MONO_PAT1(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.mono_pat1 = (val) ! #define SETB_PAT_BG_CLR(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.pat_bg_clr = (val) ! #define SETB_PAT_FG_CLR(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.pat_fg_clr = (val) ! #define SETB_SRC_BG_CLR(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.src_bg_clr = (val) ! #define SETB_SRC_FG_CLR(val) ((mmtr)s3savMmioMem)->bltfill_regs.regs.src_fg_clr = (val) ! #define SETB_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->bltfill_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETB_RWIDTH_HEIGHT(w,h) ((mmtr)s3savMmioMem)->bltfill_regs.regs.rwidth_height = ((w)<<16 | (h)) ! #define SETB_RSRC_XY(x,y) ((mmtr)s3savMmioMem)->bltfill_regs.regs.rsrc_xy = ((x)<<16 | (y)) ! #define SETB_RDEST_XY(x,y) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->bltfill_regs.regs.rdest_xy = ((x)<<16 | (y)); write_mem_barrier(); } while (0) /* Caching version of the same MACROs */ ! #define CACHE_SETB_CLIP_L_R(l,r) do { unsigned int clip = ((l)<<16 | (r)); if (s3vCached_CLIP_LR != clip) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.clip_l_r = clip; s3vCached_CLIP_LR = clip; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_CLIP_T_B(t,b) do { unsigned int clip = ((t)<<16 | (b)); if (s3vCached_CLIP_TB != clip) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.clip_t_b = clip; s3vCached_CLIP_TB = clip; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_RSRC_XY(x,y) do { unsigned int src = ((x)<<16 | (y)); if (s3vCached_RSRC_XY != src) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.rsrc_xy = src; s3vCached_RSRC_XY = src; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_RWIDTH_HEIGHT(w,h) do { unsigned int rwh = ((w)<<16 | (h)); if (s3vCached_RWIDTH_HEIGHT != rwh) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.rwidth_height = rwh; s3vCached_RWIDTH_HEIGHT = rwh; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_MONO_PAT0(val) do { if (s3vCached_MONO_PATTERN0 != val) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.mono_pat0 = val; s3vCached_MONO_PATTERN0 = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_MONO_PAT1(val) do { if (s3vCached_MONO_PATTERN1 != val) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.mono_pat1 = val; s3vCached_MONO_PATTERN1 = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_PAT_FG_CLR(val) do { if (s3vCached_PAT_FGCLR != val) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.pat_fg_clr = val; s3vCached_PAT_FGCLR = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_PAT_BG_CLR(val) do { if (s3vCached_PAT_BGCLR != val) { ((mmtr)s3savMmioMem)->bltfill_regs.regs.pat_bg_clr = val; s3vCached_PAT_BGCLR = val; s3vCacheMiss++;} else s3vCacheHit++;} while(0) ! #define CACHE_SETB_CMD_SET(val) do { if (s3vCached_CMD_SET != val) { write_mem_barrier(); ((mmtr)s3savMmioMem)->bltfill_regs.regs.cmd_set = val; s3vCached_CMD_SET = val; s3vCacheMiss++; write_mem_barrier(); } else s3vCacheHit++;} while(0) ! ! ! #define SETL_SRC_BASE(val) ((mmtr)s3savMmioMem)->line_regs.regs.src_base = (val) ! #define SETL_DEST_BASE(val) ((mmtr)s3savMmioMem)->line_regs.regs.dest_base = (val) ! #define SETL_CLIP_L_R(l,r) ((mmtr)s3savMmioMem)->line_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETL_CLIP_T_B(t,b) ((mmtr)s3savMmioMem)->line_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETL_DEST_SRC_STR(d,s) ((mmtr)s3savMmioMem)->line_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETL_PAT_FG_CLR(val) ((mmtr)s3savMmioMem)->line_regs.regs.pat_fg_clr = (val) ! #define SETL_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->line_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETL_LXEND0_END1(e0,e1) ((mmtr)s3savMmioMem)->line_regs.regs.lxend0_end1 = ((e0)<<16 | (e1)) ! #define SETL_LDX(val) ((mmtr)s3savMmioMem)->line_regs.regs.ldx = (val) ! #define SETL_LXSTART(val) ((mmtr)s3savMmioMem)->line_regs.regs.lxstart = (val) ! #define SETL_LYSTART(val) ((mmtr)s3savMmioMem)->line_regs.regs.lystart = (val) ! #define SETL_LYCNT(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->line_regs.regs.lycnt = (val); write_mem_barrier(); } while (0) /* Cache version */ ! #define CACHE_SETL_CMD_SET(val) do { if (s3vCached_CMD_SET != val) { write_mem_barrier(); ((mmtr)s3savMmioMem)->line_regs.regs.cmd_set = val; s3vCached_CMD_SET = val; s3vCacheMiss++; write_mem_barrier(); } else s3vCacheHit++;} while(0) ! #define SETP_SRC_BASE(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.src_base = (val) ! #define SETP_DEST_BASE(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.dest_base = (val) ! #define SETP_CLIP_L_R(l,r) ((mmtr)s3savMmioMem)->polyfill_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETP_CLIP_T_B(t,b) ((mmtr)s3savMmioMem)->polyfill_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETP_DEST_SRC_STR(d,s) ((mmtr)s3savMmioMem)->polyfill_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETP_MONO_PAT0(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.mono_pat0 = (val) ! #define SETP_MONO_PAT1(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.mono_pat1 = (val) ! #define SETP_PAT_BG_CLR(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.pat_bg_clr = (val) ! #define SETP_PAT_FG_CLR(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.pat_fg_clr = (val) ! #define SETP_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->polyfill_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETP_RWIDTH_HEIGHT(w,h) ((mmtr)s3savMmioMem)->polyfill_regs.regs.rwidth_height = ((w)<<16 | (h)) ! #define SETP_PRDX(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.prdx = (val) ! #define SETP_PRXSTART(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.prxstart = (val) ! #define SETP_PLDX(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.pldx = (val) ! #define SETP_PLXSTART(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.plxstart = (val) ! #define SETP_PYSTART(val) ((mmtr)s3savMmioMem)->polyfill_regs.regs.pystart = (val) ! #define SETP_PYCNT(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->polyfill_regs.regs.pycnt = (val); write_mem_barrier(); } while (0) /* Cache version */ ! #define CACHE_SETP_CMD_SET(val) do { if (s3vCached_CMD_SET != val) { write_mem_barrier(); ((mmtr)s3savMmioMem)->polyfill_regs.regs.cmd_set = val; s3vCached_CMD_SET = val; s3vCacheMiss++; write_mem_barrier(); } else s3vCacheHit++;} while(0) ! #define SETL3_Z_BASE(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.z_base = (val) ! #define SETL3_DEST_BASE(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.dest_base = (val) ! #define SETL3_CLIP_L_R(l,r) ((mmtr)s3savMmioMem)->line3d_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETL3_CLIP_T_B(t,b) ((mmtr)s3savMmioMem)->line3d_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETL3_DEST_SRC_STR(d,s) ((mmtr)s3savMmioMem)->line3d_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETL3_Z_STRIDE(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.z_stride = (val) ! #define SETL3_FOG_CLR(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.fog_clr = (val) ! #define SETL3_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->line3d_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETL3_DGDY_DBDY(dg,db) ((mmtr)s3savMmioMem)->line3d_regs.regs.dgdy_dbdy = ((dg)<<16 | (db)) ! #define SETL3_DADY_DRDY(da,dr) ((mmtr)s3savMmioMem)->line3d_regs.regs.dady_drdy = ((da)<<16 | (dr)) ! #define SETL3_GS_BS(gs,bs) ((mmtr)s3savMmioMem)->line3d_regs.regs.gs_bs = ((gs)<<16 | (bs)) ! #define SETL3_AS_RS(as,rs) ((mmtr)s3savMmioMem)->line3d_regs.regs.as_rs = ((as)<<16 | (rs)) ! #define SETL3_DZ(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.dz = (val) ! #define SETL3_ZSTART(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.zstart = (val) ! #define SETL3_XEND0_END1(e0,e1) ((mmtr)s3savMmioMem)->line3d_regs.regs.xend0_end1 = ((e0)<<16 | (e1)) ! #define SETL3_DX(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.dx = (val) ! #define SETL3_XSTART(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.xstart = (val) ! #define SETL3_YSTART(val) ((mmtr)s3savMmioMem)->line3d_regs.regs.ystart = (val) ! #define SETL3_YCNT(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->line3d_regs.regs.ycnt = (val); write_mem_barrier(); } while (0) ! ! ! ! #define SETT3_Z_BASE(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.z_base = (val) ! #define SETT3_DEST_BASE(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dest_base = (val) ! #define SETT3_CLIP_L_R(l,r) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.clip_l_r = ((l)<<16 | (r)) ! #define SETT3_CLIP_T_B(t,b) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.clip_t_b = ((t)<<16 | (b)) ! #define SETT3_DEST_SRC_STR(d,s) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dest_src_str = ((d)<<16 | (s)) ! #define SETT3_Z_STRIDE(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.z_stride = (val) ! #define SETT3_TEX_BASE(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.tex_base = (val) ! #define SETT3_TEX_BDR_CLR(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.tex_bdr_clr = (val) ! #define SETT3_FOG_CLR(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.fog_clr = (val) ! #define SETT3_COLOR0(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.color0 = (val) ! #define SETT3_COLOR1(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.color1 = (val) ! #define SETT3_CMD_SET(val) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->triangle3d_regs.regs.cmd_set = (val); write_mem_barrier(); } while (0) ! #define SETT3_BV(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.bv = (val) ! #define SETT3_BU(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.bu = (val) ! #define SETT3_DWDX(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dwdx = (val) ! #define SETT3_DWDY(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dwdy = (val) ! #define SETT3_WS(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.ws = (val) ! #define SETT3_DDDX(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dddx = (val) ! #define SETT3_DVDX(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dvdx = (val) ! #define SETT3_DUDX(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dudx = (val) ! #define SETT3_DDDY(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dddy = (val) ! #define SETT3_DVDY(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dvdy = (val) ! #define SETT3_DUDY(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dudy = (val) ! #define SETT3_DS(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.ds = (val) ! #define SETT3_VS(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.vs = (val) ! #define SETT3_US(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.us = (val) ! #define SETT3_DGDX_DBDX(gx,bx) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dgdx_dbdx = ((gx)<<16 | (bx)) ! #define SETT3_DADX_DRDX(ax,rx) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dadx_drdx = ((ax)<<16 | (rx)) ! #define SETT3_DGDY_DBDY(gy,by) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dgdy_dbdy = ((gy)<<16 | (by)) ! #define SETT3_DADY_DRDY(ay,ry) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dady_drdy = ((ay)<<16 | (ry)) ! #define SETT3_GS_BS(gs,bs) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.gs_bs = ((gs)<<16 | (bs)) ! #define SETT3_AS_RS(as,rs) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.as_rs = ((as)<<16 | (rs)) ! #define SETT3_DZDX(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dzdx = (val) ! #define SETT3_DZDY(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dzdy = (val) ! #define SETT3_ZS(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.zs = (val) ! #define SETT3_DXDY12(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dxdy12 = (val) ! #define SETT3_XEND12(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.xend12 = (val) ! #define SETT3_DXDY01(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dxdy01 = (val) ! #define SETT3_XEND01(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.xend01 = (val) ! #define SETT3_DXDY02(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.dxdy02 = (val) ! #define SETT3_XSTART02(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.xstart02 = (val) ! #define SETT3_YSTART(val) ((mmtr)s3savMmioMem)->triangle3d_regs.regs.ystart = (val) ! #define SETT3_Y01_Y12(y01,y12) do { write_mem_barrier(); ((mmtr)s3savMmioMem)->triangle3d_regs.regs.y01_y12 = ((y01)<<16 | (y12)); write_mem_barrier(); } while (0) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h:1.1.2.1 Fri Jul 30 21:21:28 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h Wed Dec 1 23:49:32 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h,v 1.1.2.1 1999/07/30 11:21:28 hohndel Exp $ */ /* regs3v.h * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/regs3sav.h,v 1.1.2.2 1999/12/01 12:49:32 hohndel Exp $ */ /* regs3v.h * *************** *** 66,78 **** #define S3_ANY_SERIES(chip) ( S3_ViRGE_SERIES(chip) \ || S3_ViRGE_VX_SERIES(chip)) ! #define S3_SAVAGE_SERIES(chip) ((chip&0xfff0)==0x8A20) /* PCI data */ #define PCI_S3_VENDOR_ID 0x5333 #define PCI_SAVAGE3D 0x8A20 #define PCI_SAVAGE3D_MV 0x8A21 #define PCI_SAVAGE4 0x8A22 #define PCI_ViRGE 0x5631 #define PCI_ViRGE_VX 0x883D --- 66,94 ---- #define S3_ANY_SERIES(chip) ( S3_ViRGE_SERIES(chip) \ || S3_ViRGE_VX_SERIES(chip)) ! #define S3_SAVAGE3D_SERIES(chip) ((chip == S3_SAVAGE3D_MV) ||\ ! (chip == S3_SAVAGE3D)) ! #define S3_SAVAGE_MX_SERIES(chip) ((chip == S3_SAVAGE_MX_MV) ||\ ! (chip == S3_SAVAGE_MX)) ! #define S3_SAVAGE_IX_SERIES(chip) ((chip == S3_SAVAGE_IX_MV) ||\ ! (chip == S3_SAVAGE_IX)) ! #define S3_SAVAGE_MXIX(chip) (S3_SAVAGE_MX_SERIES(chip) || \ ! S3_SAVAGE_IX_SERIES(chip)) ! ! #define S3_SAVAGE_SERIES(chip) (((chip&0xfff0)==0x8a20) || \ ! (chip==0x9102) || \ ! S3_SAVAGE_MXIX(chip)) /* PCI data */ #define PCI_S3_VENDOR_ID 0x5333 #define PCI_SAVAGE3D 0x8A20 #define PCI_SAVAGE3D_MV 0x8A21 #define PCI_SAVAGE4 0x8A22 + #define PCI_SAVAGE2000 0x9102 + #define PCI_SAVAGE_MX_MV 0x8C10 + #define PCI_SAVAGE_MX 0x8C11 + #define PCI_SAVAGE_IX_MV 0x8C12 + #define PCI_SAVAGE_IX 0x8C13 #define PCI_ViRGE 0x5631 #define PCI_ViRGE_VX 0x883D *************** *** 86,91 **** --- 102,112 ---- #define S3_SAVAGE3D 1 #define S3_SAVAGE3D_MV 2 #define S3_SAVAGE4 3 + #define S3_SAVAGE2000 4 + #define S3_SAVAGE_MX_MV 5 + #define S3_SAVAGE_MX 6 + #define S3_SAVAGE_IX_MV 7 + #define S3_SAVAGE_IX 8 #define S3_ViRGE 1 #define S3_ViRGE_VX 2 *************** *** 391,428 **** void S3VGEReset(int from_timeout, int line, char *file); /* Wait until "v" queue entries are free */ ! #define WaitQueue(v) \ ! if (s3vPriv.NoPCIRetry) { \ ! do { int loop=0; int slots=MAXFIFO-v; mem_barrier(); \ ! while ((((STATUS_WORD0 & s3vPriv.StatusFE) > slots)) && (loop++<MAXLOOP)); \ ! if (loop >= MAXLOOP) S3VGEReset(1,__LINE__,__FILE__); \ ! } while (0); } /* Wait until GP is idle and queue is empty */ ! #define WaitIdleEmpty() \ ! do { int loop=0; mem_barrier(); \ ! while (((STATUS_WORD0 & s3vPriv.StatusMask) != s3vPriv.Status2DI) && (loop++<MAXLOOP)); \ ! /*if (loop >= MAXLOOP) S3VGEReset(1,__LINE__,__FILE__);*/ \ ! } while (0) /* Wait until GP is idle */ #define WaitIdle() \ ! do { int loop=0; mem_barrier(); \ ! while ((!(STATUS_WORD0 & s3vPriv.Status2DI)) && (loop++<MAXLOOP)); \ ! /* if (loop >= MAXLOOP) S3VGEReset(1,__LINE__,__FILE__);*/ \ ! } while (0) /* Wait until Command FIFO is empty */ #define WaitCommandEmpty() \ ! do { int loop=0; mem_barrier(); \ ! while ((STATUS_WORD0 & s3vPriv.StatusFE) && (loop++<MAXLOOP)); \ ! /*if (loop >= MAXLOOP) S3VGEReset(1,__LINE__,__FILE__);*/ \ ! } while (0) /* Wait until a DMA transfer is done */ #define WaitDMAEmpty() \ do { int loop=0; mem_barrier(); \ ! while (((((mmtr)s3vMmioMem)->dma_regs.regs.cmd.write_pointer) != (((mmtr)s3vMmioMem)->dma_regs.regs.cmd.read_pointer)) && (loop++<MAXLOOP)); \ if (loop >= MAXLOOP) S3VGEReset(1,__LINE__,__FILE__); \ } while(0) --- 412,449 ---- void S3VGEReset(int from_timeout, int line, char *file); /* Wait until "v" queue entries are free */ ! ! #define WaitQueue(v) \ ! if( s3vPriv.NoPCIRetry ) { \ ! if( (*s3vPriv.WaitQueue)(v) ) \ ! S3VGEReset(1,__LINE__,__FILE__); \ ! } /* Wait until GP is idle and queue is empty */ ! ! #define WaitIdleEmpty() \ ! if( (*s3vPriv.WaitIdleEmpty)() ) { \ ! /*S3VGEReset(1,__LINE__,__FILE__);*/ \ ! } /* Wait until GP is idle */ + #define WaitIdle() \ ! if( s3vPriv.WaitIdle() ) { \ ! /*S3VGEReset(1,__LINE__,__FILE__);*/ \ ! } /* Wait until Command FIFO is empty */ + #define WaitCommandEmpty() \ ! if( s3vPriv.WaitCommandEmpty() ) { \ ! /* S3VGEReset(1,__LINE__,__FILE__); */ \ ! } /* Wait until a DMA transfer is done */ #define WaitDMAEmpty() \ do { int loop=0; mem_barrier(); \ ! while (((((mmtr)s3savMmioMem)->dma_regs.regs.cmd.write_pointer) != (((mmtr)s3savMmioMem)->dma_regs.regs.cmd.read_pointer)) && (loop++<MAXLOOP)); \ if (loop >= MAXLOOP) S3VGEReset(1,__LINE__,__FILE__); \ } while(0) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h:1.1.2.1 Fri Jul 30 21:21:28 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h Wed Dec 1 23:49:33 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h,v 1.1.2.1 1999/07/30 11:21:28 hohndel Exp $ */ #ifndef _S3BCI_H_ #define _S3BCI_H_ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bci.h,v 1.1.2.2 1999/12/01 12:49:33 hohndel Exp $ */ #ifndef _S3BCI_H_ #define _S3BCI_H_ *************** *** 30,36 **** #define BCI_CMD_RECT_YP 0x02000000 #define BCI_CMD_SCANLINE 0x50000000 #define BCI_CMD_LINE 0x5C000000 ! #define BCI_CMD_LINE_LAST_PIXEL 0x51000000 #define BCI_CMD_BYTE_TEXT 0x63000000 #define BCI_CMD_NT_BYTE_TEXT 0x67000000 #define BCI_CMD_BIT_TEXT 0x6C000000 --- 30,36 ---- #define BCI_CMD_RECT_YP 0x02000000 #define BCI_CMD_SCANLINE 0x50000000 #define BCI_CMD_LINE 0x5C000000 ! #define BCI_CMD_LINE_LAST_PIXEL 0x58000000 #define BCI_CMD_BYTE_TEXT 0x63000000 #define BCI_CMD_NT_BYTE_TEXT 0x67000000 #define BCI_CMD_BIT_TEXT 0x6C000000 *************** *** 76,83 **** #define BCI_CMD_PAT_SBD_COLOR_NEW 0x0000000A #define BCI_CMD_PAT_SBD_MONO_NEW 0x0000000B ! #define BCI_BD_BW_DISABLE 0x20000000 ! #define BCI_BD_TILE_MASK 0x1E000000 #define BCI_BD_TILE_NONE 0x00000000 #define BCI_BD_TILE_16 0x02000000 #define BCI_BD_TILE_32 0x04000000 --- 76,83 ---- #define BCI_CMD_PAT_SBD_COLOR_NEW 0x0000000A #define BCI_CMD_PAT_SBD_MONO_NEW 0x0000000B ! #define BCI_BD_BW_DISABLE 0x10000000 ! #define BCI_BD_TILE_MASK 0x03000000 #define BCI_BD_TILE_NONE 0x00000000 #define BCI_BD_TILE_16 0x02000000 #define BCI_BD_TILE_32 0x04000000 Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c:1.1.2.1 Fri Jul 30 21:21:30 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c Tue Dec 28 23:14:04 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c,v 1.1.2.1 1999/07/30 11:21:30 hohndel Exp $ */ void SavageWriteBitmapScreenToScreenColorExpand ( --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3bitmap.c,v 1.1.2.4 1999/12/28 12:14:04 hohndel Exp $ */ void SavageWriteBitmapScreenToScreenColorExpand ( *************** *** 50,56 **** ) { BCI_GET_PTR; ! int i, j, count, shift; unsigned int cmd; unsigned int * srcp; --- 50,56 ---- ) { BCI_GET_PTR; ! int i, j, count, shift, reset; unsigned int cmd; unsigned int * srcp; *************** *** 61,67 **** | BCI_CMD_DEST_GBD | BCI_CMD_SRC_MONO; cmd |= s3vAlu[rop]; ! count = (w + 31) / 32; BCI_SEND(cmd); BCI_SEND(BCI_CLIP_LR(x, x+w-1)); BCI_SEND(fg); --- 61,69 ---- | BCI_CMD_DEST_GBD | BCI_CMD_SRC_MONO; cmd |= s3vAlu[rop]; ! if( !srcwidth ) ! return; ! BCI_SEND(cmd); BCI_SEND(BCI_CLIP_LR(x, x+w-1)); BCI_SEND(fg); *************** *** 74,99 **** w += srcx & 31; count = (w + 31) / 32; src += (srcy * srcwidth) + ((srcx & ~31) / 8); for (j = 0; j < h; j ++) { BCI_SEND(BCI_X_Y(x, y+j)); BCI_SEND(BCI_W_H(w, 1)); srcp = (unsigned int*) src; for (i = count; i > 0; srcp ++, i --) { ! #if 1 ! /* We have to invert the bits in each dword. */ unsigned long u = *srcp; - u = ((u & 0x0000ffff) << 16) | ((u & 0xffff0000) >> 16); - u = ((u & 0x00ff00ff) << 8) | ((u & 0xff00ff00) >> 8); u = ((u & 0x0f0f0f0f) << 4) | ((u & 0xf0f0f0f0) >> 4); u = ((u & 0x33333333) << 2) | ((u & 0xcccccccc) >> 2); u = ((u & 0x55555555) << 1) | ((u & 0xaaaaaaaa) >> 1); BCI_SEND(u); - #else - BCI_SEND(*srcp); - #endif } src += srcwidth; } } --- 76,104 ---- w += srcx & 31; count = (w + 31) / 32; src += (srcy * srcwidth) + ((srcx & ~31) / 8); + + /* The BCI region is 128k bytes. A screen-sized mono bitmap can */ + /* exceed that. */ + + reset = 65536 / srcwidth; for (j = 0; j < h; j ++) { BCI_SEND(BCI_X_Y(x, y+j)); BCI_SEND(BCI_W_H(w, 1)); srcp = (unsigned int*) src; for (i = count; i > 0; srcp ++, i --) { ! /* We have to invert the bits in each byte. */ unsigned long u = *srcp; u = ((u & 0x0f0f0f0f) << 4) | ((u & 0xf0f0f0f0) >> 4); u = ((u & 0x33333333) << 2) | ((u & 0xcccccccc) >> 2); u = ((u & 0x55555555) << 1) | ((u & 0xaaaaaaaa) >> 1); BCI_SEND(u); } src += srcwidth; + if( !--reset ) { + bci_ptr = s3vPriv.BciMem; + reset = 65536 / srcwidth; + } } } *************** *** 117,136 **** cmd |= s3vAlu[rop]; count = ((w * vgaBitsPerPixel + 31) / 32) * h; BCI_SEND(cmd); BCI_SEND(BCI_CLIP_LR(x, x+w)); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); srcp = src; ! if (vgaBitsPerPixel == 32) { ! /* Color is 0xffffff00 on Intel */ ! for (i = count; i > 0; srcp ++, i --) { ! BCI_SEND(*srcp << 8); ! } } ! else { ! for (i = count; i > 0; srcp ++, i --) { ! BCI_SEND(*srcp); ! } } } --- 122,149 ---- cmd |= s3vAlu[rop]; count = ((w * vgaBitsPerPixel + 31) / 32) * h; + WaitQueue( count ); BCI_SEND(cmd); BCI_SEND(BCI_CLIP_LR(x, x+w)); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); srcp = src; ! ! /* ! The BCI region is 128k bytes. We've used 16 bytes so far. ! We copy the rest in big chunks. ! */ ! ! #define CHUNKSIZE (98304/4) ! ! while( count > CHUNKSIZE ) ! { ! memcpy( bci_ptr, srcp, CHUNKSIZE*4 ); ! count -= CHUNKSIZE; ! srcp += CHUNKSIZE; } ! ! for (i = count; i > 0; srcp ++, i --) { ! BCI_SEND(*srcp); } } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c:1.1.2.1 Fri Jul 30 21:21:31 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c Thu Dec 2 23:30:36 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c,v 1.1.2.1 1999/07/30 11:21:31 hohndel Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_accel.c,v 1.1.2.4 1999/12/02 12:30:36 hohndel Exp $ */ /* * *************** *** 37,43 **** extern S3VPRIV s3vPriv; /* Globals used in driver */ ! extern pointer s3vMmioMem; static int s3DummyTransferArea; static int s3LineHWClipSet = 0; --- 37,43 ---- extern S3VPRIV s3vPriv; /* Globals used in driver */ ! extern pointer s3savMmioMem; static int s3DummyTransferArea; static int s3LineHWClipSet = 0; *************** *** 46,53 **** static unsigned int s3SavedBciCmd = 0; static unsigned int s3SavedGbdOffset = 0; static unsigned int s3SavedGbd = 0; - static unsigned int s3SavedPbdOffset = 0; - static unsigned int s3SavedPbd = 0; static unsigned int s3SavedSbdOffset = 0; static unsigned int s3SavedSbd = 0; static unsigned int s3SavedFgColor = 0; --- 46,51 ---- *************** *** 90,106 **** void S3SAVSubsequentFillTrapezoidSolid(); Bool S3SAVROPHasSrc(); Bool S3SAVROPHasDst(); #include "s3bitmap.c" /* Acceleration init function, sets up pointers to our accelerated functions */ void S3SAVAccelInit() { - unsigned long cobIndex; /* command overflow buffer size index */ - unsigned long cobSize; /* command overfluw buffer size */ - unsigned long cobOffset; /* command overflow buffer offset */ /* Set-up our GE command primitive */ --- 88,270 ---- void S3SAVSubsequentFillTrapezoidSolid(); Bool S3SAVROPHasSrc(); Bool S3SAVROPHasDst(); + void S3SAVSetGBD(); #include "s3bitmap.c" + static struct { + unsigned long Index; /* command overflow buffer size index */ + unsigned long Size; /* command overflow buffer size */ + unsigned long Offset; /* command overflow buffer offset */ + } cob; + + + + + void + S3SAVInitialize2DEngine() + { + unsigned long cobWater; + + outw(vgaCRIndex, 0x0140); + outb(vgaCRIndex, 0x31); + outb(vgaCRReg, 0x0c); + + #define S3_IN32(off) (*(volatile unsigned int*)(((char*)s3savMmioMem)+(off))) + #define S3_OUT32(off, val) (*(volatile unsigned int*)(((char*)s3savMmioMem)+(off)) = val) + #define S3_OUT16(off, val) (*(volatile unsigned short*)(((char*)s3savMmioMem)+(off)) = val) + /* Setup plane masks */ + S3_OUT32(0x8128, ~0); /* enable all write planes */ + S3_OUT32(0x812C, ~0); /* enable all read planes */ + S3_OUT16(0x8134, 0x27); + S3_OUT16(0x8136, 0x07); + + if( s3vPriv.chip < S3_SAVAGE2000 ) + { + /* Sav4 doc shows the smaller value in the upper DWORD. */ + /* However, that's not what the NT driver does. */ + if( s3vPriv.chip == S3_SAVAGE4 ) { + cobWater = (cob.Size >> 7) * 0x10001 - 0x01400300; + } + else { + cobWater = (cob.Size >> 2) * 0x10001 - 0x01C00EC0; + } + /* Disable BCI */ + S3_OUT32(0x48C18, S3_IN32(0x48C18) & 0x3FF0); + /* Disable shadow status update */ + S3_OUT32(0x48C0C, 0); + /* Setup BCI command overflow buffer */ + S3_OUT32(0x48C14, (cob.Offset >> 11) | (cob.Index << 29)); + /* Command overflow buffer HI/LOW watermarks */ + S3_OUT32(0x48C10, cobWater); + /* Enable BCI and command overflow buffer */ + S3_OUT32(0x48C18, S3_IN32(0x48C18) | 0x0C); + } + else + { + /* Disable BCI */ + S3_OUT32(0x48C18, 0); + /* Disable shadow status update */ + S3_OUT32(0x48A30, 0); + /* Setup BCI command overflow buffer */ + S3_OUT32(0x48C18, (cob.Offset >> 7) | (cob.Index)); + /* Command overflow buffer HI/LOW watermarks */ + S3_OUT32(0x48C10, 0x6090); + S3_OUT32(0x48C14, 0x70A8); + /* Enable BCI and command overflow buffer */ + S3_OUT32(0x48C18, S3_IN32(0x48C18) | 0x00280000 ); + } + + /* Use and set global bitmap descriptor. */ + + /* For reasons I do not fully understand yet, on the Savage4, the */ + /* write to the GBD register, MM816C, does not "take" at this time. */ + /* Only the low-order byte is acknowledged, resulting in an incorrect */ + /* stride. Writing the register later, after the mode switch, works */ + /* correctly. This needs to get resolved. */ + + s3SavedGbd = 1 | 8 | BCI_BD_BW_DISABLE; + BCI_BD_SET_BPP(s3SavedGbd, vgaBitsPerPixel); + BCI_BD_SET_STRIDE(s3SavedGbd, s3vPriv.Width); + + S3SAVSetGBD(); + } + + + void + S3SAVSetGBD( ) + { + if( !s3SavedGbd ) + { + s3SavedGbd = 1 | 8 | BCI_BD_BW_DISABLE; + BCI_BD_SET_BPP(s3SavedGbd, vgaBitsPerPixel); + BCI_BD_SET_STRIDE(s3SavedGbd, s3vPriv.Width); + } + + /* Turn on 16-bit register access. */ + + outb(vgaCRIndex, 0x31); + outb(vgaCRReg, 0x0c); + + /* Set stride to use GBD. */ + + outb(vgaCRIndex, 0x50); + outb(vgaCRReg, inb(vgaCRReg) | 0xC1); + + /* Enable 2D engine. */ + + outw(vgaCRIndex, 0x0140); + + /* Now set the GBD and SBDs. */ + + S3_OUT32(0x8168,0); + S3_OUT32(0x816C,s3SavedGbd); + S3_OUT32(0x8170,0); + S3_OUT32(0x8174,s3SavedGbd); + S3_OUT32(0x8178,0); + S3_OUT32(0x817C,s3SavedGbd); + + S3_OUT32(0x81C8, s3vPriv.Width << 4); + S3_OUT32(0x81D8, s3vPriv.Width << 4); + } + + /* Routines for debugging. */ + unsigned long + writedw( unsigned long addr, unsigned long value ) + { + S3_OUT32( addr, value ); + return S3_IN32( addr ); + } + + unsigned long + readdw( unsigned long addr ) + { + return S3_IN32( addr ); + } + + unsigned long + readfb( unsigned long addr ) + { + char * videobuffer = (char *) xf86AccelInfoRec.FramebufferBase; + return *(volatile unsigned long*)(videobuffer + (addr & ~3) ); + } + + unsigned long + writefb( unsigned long addr, unsigned long value ) + { + char * videobuffer = (char *) xf86AccelInfoRec.FramebufferBase; + *(unsigned long*)(videobuffer + (addr & ~3)) = value; + return *(volatile unsigned long*)(videobuffer + (addr & ~3) ); + } + + void + writescan( unsigned long scan, unsigned long color ) + { + int i; + char * videobuffer = (char *) xf86AccelInfoRec.FramebufferBase; + videobuffer += scan * vga256InfoRec.displayWidth * vgaBitsPerPixel >> 3; + for( i = vga256InfoRec.displayWidth; --i; ) { + switch( vgaBitsPerPixel ) { + case 8: + *videobuffer++ = color; + break; + case 16: + *(unsigned short*)videobuffer = color; + videobuffer += 2; + break; + case 32: + *(unsigned long*)videobuffer = color; + videobuffer += 4; + break; + } + } + } + /* Acceleration init function, sets up pointers to our accelerated functions */ void S3SAVAccelInit() { /* Set-up our GE command primitive */ *************** *** 120,137 **** /* General acceleration flags */ ! xf86AccelInfoRec.Flags = PIXMAP_CACHE | ! BACKGROUND_OPERATIONS | ! COP_FRAMEBUFFER_CONCURRENCY | ! NO_SYNC_AFTER_CPU_COLOR_EXPAND | ! HARDWARE_PATTERN_BIT_ORDER_MSBFIRST | ! HARDWARE_PATTERN_PROGRAMMED_BITS | ! HARDWARE_PATTERN_SCREEN_ORIGIN; ! xf86AccelInfoRec.Flags = PIXMAP_CACHE | ! BACKGROUND_OPERATIONS | ! NO_SYNC_AFTER_CPU_COLOR_EXPAND | ! HARDWARE_PATTERN_SCREEN_ORIGIN | ! HARDWARE_PATTERN_TRANSPARENCY; xf86AccelInfoRec.Sync = S3SAVAccelSync; --- 284,301 ---- /* General acceleration flags */ ! xf86AccelInfoRec.Flags = PIXMAP_CACHE ! | BACKGROUND_OPERATIONS ! | COP_FRAMEBUFFER_CONCURRENCY ! | NO_SYNC_AFTER_CPU_COLOR_EXPAND ! | HARDWARE_PATTERN_BIT_ORDER_MSBFIRST ! | HARDWARE_PATTERN_PROGRAMMED_BITS ! | HARDWARE_PATTERN_SCREEN_ORIGIN ! | HARDWARE_PATTERN_MONO_TRANSPARENCY ! | USE_TWO_POINT_LINE ! | TWO_POINT_LINE_NOT_LAST ! | HARDWARE_CLIP_LINE ! ; xf86AccelInfoRec.Sync = S3SAVAccelSync; *************** *** 166,174 **** /* Bresenham lines */ ! #if 0 xf86AccelInfoRec.SubsequentBresenhamLine = SavageSubsequentBresenhamLine; #endif xf86AccelInfoRec.ColorExpandFlags = SCANLINE_PAD_DWORD | --- 330,340 ---- /* Bresenham lines */ ! #if 1 xf86AccelInfoRec.SubsequentBresenhamLine = SavageSubsequentBresenhamLine; + xf86AccelInfoRec.ErrorTermBits = + 16; #endif xf86AccelInfoRec.ColorExpandFlags = SCANLINE_PAD_DWORD | *************** *** 182,188 **** SavageWriteBitmapCPUToScreenColorExpand; #endif ! #if 1 xf86AccelInfoRec.SetupForScreenToScreenColorExpand = S3SAVSetupForScreenToScreenColorExpand; xf86AccelInfoRec.SubsequentScreenToScreenColorExpand = --- 348,354 ---- SavageWriteBitmapCPUToScreenColorExpand; #endif ! #if 0 xf86AccelInfoRec.SetupForScreenToScreenColorExpand = S3SAVSetupForScreenToScreenColorExpand; xf86AccelInfoRec.SubsequentScreenToScreenColorExpand = *************** *** 202,208 **** /* These are the 8x8 pattern fills using color expansion */ ! #if 0 xf86AccelInfoRec.SetupFor8x8PatternColorExpand = S3SAVSetupFor8x8PatternColorExpand; xf86AccelInfoRec.Subsequent8x8PatternColorExpand = --- 368,374 ---- /* These are the 8x8 pattern fills using color expansion */ ! #if 1 xf86AccelInfoRec.SetupFor8x8PatternColorExpand = S3SAVSetupFor8x8PatternColorExpand; xf86AccelInfoRec.Subsequent8x8PatternColorExpand = *************** *** 212,218 **** /* These are the 8x8 color pattern fills */ ! #if 0 xf86AccelInfoRec.SetupForFill8x8Pattern = S3SAVSetupForFill8x8Pattern; xf86AccelInfoRec.SubsequentFill8x8Pattern = --- 378,384 ---- /* These are the 8x8 color pattern fills */ ! #if 1 xf86AccelInfoRec.SetupForFill8x8Pattern = S3SAVSetupForFill8x8Pattern; xf86AccelInfoRec.SubsequentFill8x8Pattern = *************** *** 221,234 **** /* These are the accelerated line functions */ - /* They are only semi-functionnal and do not work fully yet */ ! /* xf86AccelInfoRec.SubsequentTwoPointLine = ! S3SAVSubsequentTwoPointLine; xf86AccelInfoRec.SetClippingRectangle = S3SAVSetClippingRectangle; xf86AccelInfoRec.SubsequentFillTrapezoidSolid = ! S3SAVSubsequentFillTrapezoidSolid; */ /* --- 387,401 ---- /* These are the accelerated line functions */ ! xf86AccelInfoRec.SubsequentTwoPointLine = ! S3SAVSubsequentTwoPointLine; xf86AccelInfoRec.SetClippingRectangle = S3SAVSetClippingRectangle; + #if 0 xf86AccelInfoRec.SubsequentFillTrapezoidSolid = ! S3SAVSubsequentFillTrapezoidSolid; ! #endif /* *************** *** 239,317 **** */ if( s3vPriv.chip == S3_SAVAGE4 ) { ! cobIndex = 2 /*4*/; ! cobSize = 0x8000 << cobIndex; } else { ! cobIndex = 7; ! cobSize = 0x400 << cobIndex; } /* The command overflow buffer must be placed at the end of RAM. */ ! cobOffset = (vga256InfoRec.videoRam << 10) - cobSize; xf86InitPixmapCache(&vga256InfoRec, vga256InfoRec.virtualY * vga256InfoRec.displayWidth * vga256InfoRec.bitsPerPixel / 8, ! cobOffset); /* And these are screen parameters used to setup the GE */ s3vPriv.Width = vga256InfoRec.displayWidth; s3vPriv.Bpp = vgaBitsPerPixel / 8; s3vPriv.Bpl = s3vPriv.Width * s3vPriv.Bpp; ! s3vPriv.ScissB = (vga256InfoRec.videoRam * 1024 - 4096 - cobSize) / s3vPriv.Bpl; if (s3vPriv.ScissB > 2047) s3vPriv.ScissB = 2047; - #define S3_IN32(off) (*(unsigned int*)(((char*)s3vMmioMem)+(off))) - #define S3_OUT32(off, val) (*(unsigned int*)(((char*)s3vMmioMem)+(off)) = val) - /* Setup plane masks */ - S3_OUT32(0x8128, ~0); /* enable all write planes */ - S3_OUT32(0x812C, ~0); /* enable all read planes */ - S3_OUT32(0x8136, 0x27); - S3_OUT32(0x8136, 0x07); - - { - unsigned long cobWater; - - /* Sav4 doc shows the smaller value in the upper DWORD. */ - /* However, that's not what the NT driver does. */ - if( s3vPriv.chip == S3_SAVAGE4 ) { - cobWater = (cobSize >> 7) * 0x10001 - 0x01400300; - } - else { - cobWater = (cobSize >> 2) * 0x10001 - 0x01C00EC0; - } - - /* Disable BCI */ - S3_OUT32(0x48C18, S3_IN32(0x48C18) & 0x3FF0); - /* Disable shadow status update */ - S3_OUT32(0x48C0C, 0); - /* Setup BCI command overflow buffer */ - S3_OUT32(0x48C14, (cobOffset >> 11) | (cobIndex << 29)); - /* Command overflow buffer HI/LOW watermarks */ - S3_OUT32(0x48C10, cobWater); - /* Enable BCI and command overflow buffer */ - S3_OUT32(0x48C18, S3_IN32(0x48C18) | 0x0C); - } - - { - unsigned int gbd = 1 | BCI_BD_BW_DISABLE; - BCI_BD_SET_BPP(gbd, vgaBitsPerPixel); - BCI_BD_SET_STRIDE(gbd, s3vPriv.Width); - /* Use and set global bitmap descriptor */ - s3SavedGbd = gbd & ~1; - outb(vgaCRIndex, 0x50); - outb(vgaCRReg, inb(vgaCRIndex) | 0xC1); - S3_OUT32(0x8168, 0); - S3_OUT32(0x816C, gbd); - S3_OUT32(0x8170, 0); - S3_OUT32(0x8174, gbd); - S3_OUT32(0x8178, 0); - S3_OUT32(0x817C, gbd); - } - } /* The sync function for the GE */ --- 406,437 ---- */ if( s3vPriv.chip == S3_SAVAGE4 ) { ! cob.Index = 2 /*4*/; ! cob.Size = 0x8000 << cob.Index; } else { ! cob.Index = 7; ! cob.Size = 0x400 << cob.Index; } /* The command overflow buffer must be placed at the end of RAM. */ ! cob.Offset = (vga256InfoRec.videoRam << 10) - cob.Size; xf86InitPixmapCache(&vga256InfoRec, vga256InfoRec.virtualY * vga256InfoRec.displayWidth * vga256InfoRec.bitsPerPixel / 8, ! cob.Offset); /* And these are screen parameters used to setup the GE */ s3vPriv.Width = vga256InfoRec.displayWidth; s3vPriv.Bpp = vgaBitsPerPixel / 8; s3vPriv.Bpl = s3vPriv.Width * s3vPriv.Bpp; ! s3vPriv.ScissB = (vga256InfoRec.videoRam * 1024 - 4096 - cob.Size) / s3vPriv.Bpl; if (s3vPriv.ScissB > 2047) s3vPriv.ScissB = 2047; + } /* The sync function for the GE */ *************** *** 346,352 **** if (from_timeout) { static int n=0; if (n++ < 10 || xf86Verbose > 1) ! ErrorF("\tS3VGEReset called from %s line %d\n",file,line); } else WaitIdleEmpty(); --- 466,472 ---- if (from_timeout) { static int n=0; if (n++ < 10 || xf86Verbose > 1) ! ErrorF("\tS3SAVGEReset called from %s line %d\n",file,line); } else WaitIdleEmpty(); *************** *** 354,363 **** if (from_timeout) { /* reset will trash these registers, so save them */ ! fifo_control = ((mmtr)s3vMmioMem)->memport_regs.regs.fifo_control; ! miu_control = ((mmtr)s3vMmioMem)->memport_regs.regs.miu_control; ! streams_timeout = ((mmtr)s3vMmioMem)->memport_regs.regs.streams_timeout; ! misc_timeout = ((mmtr)s3vMmioMem)->memport_regs.regs.misc_timeout; } outb(vgaCRIndex, 0x66); --- 474,483 ---- if (from_timeout) { /* reset will trash these registers, so save them */ ! fifo_control = ((mmtr)s3savMmioMem)->memport_regs.regs.fifo_control; ! miu_control = ((mmtr)s3savMmioMem)->memport_regs.regs.miu_control; ! streams_timeout = ((mmtr)s3savMmioMem)->memport_regs.regs.streams_timeout; ! misc_timeout = ((mmtr)s3savMmioMem)->memport_regs.regs.misc_timeout; } outb(vgaCRIndex, 0x66); *************** *** 365,370 **** --- 485,491 ---- usleep(10000); for (r=1; r<10; r++) { /* try multiple times to avoid lockup of ViRGE/MX */ + int success; outb(vgaCRReg, tmp | 0x02); usleep(10000); outb(vgaCRReg, tmp & ~0x02); *************** *** 375,381 **** SETB_DEST_SRC_STR(s3vPriv.Bpl, s3vPriv.Bpl); usleep(10000); ! if ((ALT_STATUS_WORD0 & s3vPriv.StatusMask) != s3vPriv.Status2DI) { usleep(10000); ErrorF("restarting S3 graphics engine reset %2d ...\n",r); } --- 496,514 ---- SETB_DEST_SRC_STR(s3vPriv.Bpl, s3vPriv.Bpl); usleep(10000); ! switch( s3vPriv.chip ) { ! case S3_SAVAGE3D: ! case S3_SAVAGE3D_MV: ! success = (STATUS_WORD0 & 0x0008ffff) == 0x00080000; ! break; ! case S3_SAVAGE4: ! success = (ALT_STATUS_WORD0 & 0x0081ffff) == 0x00800000; ! break; ! case S3_SAVAGE2000: ! success = (ALT_STATUS_WORD0 & 0x008fffff) == 0; ! break; ! } ! if( !success ) { usleep(10000); ErrorF("restarting S3 graphics engine reset %2d ...\n",r); } *************** *** 385,394 **** if (from_timeout) { /* restore trashed registers */ ! ((mmtr)s3vMmioMem)->memport_regs.regs.fifo_control = fifo_control; ! ((mmtr)s3vMmioMem)->memport_regs.regs.miu_control = miu_control; ! ((mmtr)s3vMmioMem)->memport_regs.regs.streams_timeout = streams_timeout; ! ((mmtr)s3vMmioMem)->memport_regs.regs.misc_timeout = misc_timeout; } SETB_SRC_BASE(0); --- 518,527 ---- if (from_timeout) { /* restore trashed registers */ ! ((mmtr)s3savMmioMem)->memport_regs.regs.fifo_control = fifo_control; ! ((mmtr)s3savMmioMem)->memport_regs.regs.miu_control = miu_control; ! ((mmtr)s3savMmioMem)->memport_regs.regs.streams_timeout = streams_timeout; ! ((mmtr)s3savMmioMem)->memport_regs.regs.misc_timeout = misc_timeout; } SETB_SRC_BASE(0); *************** *** 413,457 **** s3vCacheHit, s3vCacheMiss); s3vCacheHit = 0; s3vCacheMiss = 0; - #if 0 - /* Disable BCI */ - S3_OUT32(0x48C18, S3_IN32(0x48C18) & 0x3FF7); - /* Disable shadow status update */ - S3_OUT32(0x48C0C, 0); - - if( s3vPriv.chip == S3_SAVAGE4 ) { - /* Setup BCI command overflow buffer, reserve 1k for cursor */ - S3_OUT32(0x48C14, (0x800000 - 0x7FFFE - 0x400) >> 11 | 0x80000000); - /* Enable BCI and command overflow buffer */ - S3_OUT32(0x48C18, S3_IN32(0x48C18) | 0x0C); - /* Command overflow buffer HI/LOW watermarks */ - S3_OUT32(0x48C10, 0x03C10391); - } - else { - /* Setup BCI command overflow buffer, reserve 1k for cursor */ - S3_OUT32(0x48C14, (0x800000 - 0x1FFFE - 0x400) >> 11 | 0xE0000000); - /* Enable BCI and command overflow buffer */ - S3_OUT32(0x48C18, S3_IN32(0x48C18) | 0x0C); - /* Command overflow buffer HI/LOW watermarks */ - S3_OUT32(0x48C10, 0x78207220); - } - - { - unsigned int gbd = 1 | BCI_BD_BW_DISABLE; - - BCI_BD_SET_BPP(gbd, vgaBitsPerPixel); - BCI_BD_SET_STRIDE(gbd, s3vPriv.Width); - /* Use and set global bitmap descriptor */ - outb(vgaCRIndex, 0x50); - outb(vgaCRReg, inb(vgaCRIndex) | 0xC1); - S3_OUT32(0x8168, 0); - S3_OUT32(0x816C, gbd); - S3_OUT32(0x8170, 0); - S3_OUT32(0x8174, gbd); - S3_OUT32(0x8178, 0); - S3_OUT32(0x817C, gbd); - } - #endif } --- 546,551 ---- *************** *** 479,485 **** if (xdir == 1 ) cmd |= BCI_CMD_RECT_XP; if (ydir == 1 ) cmd |= BCI_CMD_RECT_YP; - s3SavedBciCmd = cmd; #if BCI_REPEAT WaitQueue(2); --- 573,578 ---- *************** *** 515,529 **** } #if BCI_REPEAT ! WaitQueue(3); ! if (s3SavedBgColor != -1) BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x1, y1)); BCI_SEND(BCI_X_Y(x2, y2)); BCI_SEND(BCI_W_H(w, h)); #else WaitQueue(5); BCI_SEND(s3SavedBciCmd); ! if (s3SavedBgColor != -1) BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x1, y1)); BCI_SEND(BCI_X_Y(x2, y2)); BCI_SEND(BCI_W_H(w, h)); --- 608,624 ---- } #if BCI_REPEAT ! WaitQueue(4); ! if (s3SavedBgColor != -1) ! BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x1, y1)); BCI_SEND(BCI_X_Y(x2, y2)); BCI_SEND(BCI_W_H(w, h)); #else WaitQueue(5); BCI_SEND(s3SavedBciCmd); ! if (s3SavedBgColor != -1) ! BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x1, y1)); BCI_SEND(BCI_X_Y(x2, y2)); BCI_SEND(BCI_W_H(w, h)); *************** *** 532,538 **** /* ! * */ void --- 627,633 ---- /* ! * SetupForFillRectSolid is also called to set up for TwoPointLine. */ void *************** *** 542,551 **** { BCI_GET_PTR; int cmd; ! cmd = BCI_CMD_RECT | BCI_CMD_SEND_COLOR | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP | BCI_CMD_DEST_GBD | BCI_CMD_SRC_SOLID; cmd |= s3vAlu[rop]; #if BCI_REPEAT --- 637,671 ---- { BCI_GET_PTR; int cmd; + static unsigned int MaxMask[5] = { 0, 0xff, 0xffff, 0xffffff, 0xffffffff }; ! cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP | BCI_CMD_DEST_GBD | BCI_CMD_SRC_SOLID; + + if( + (rop != GXclear) && + (rop != GXnoop) && + (rop != GXinvert) && + (rop != GXset) + ) + cmd |= BCI_CMD_SEND_COLOR; + + /* In general, we ignore the planemask. This is badness of a */ + /* high magnitude, but most apps do not care. We handle one special */ + /* case here: xv uses a GXinvert ROP with a planemask to highlight */ + /* its marquee, and we can adjust for that. */ + + if( + (rop == GXinvert) && + (((planemask + 1) & MaxMask[s3vPriv.Bpp]) != 0 ) + ) + { + cmd |= BCI_CMD_SEND_COLOR; + color = planemask; + rop = GXxor; + } + cmd |= s3vAlu[rop]; #if BCI_REPEAT *************** *** 572,581 **** #else WaitQueue(4); BCI_SEND(s3SavedBciCmd); ! BCI_SEND(s3SavedFgColor); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #endif } void --- 692,703 ---- #else WaitQueue(4); BCI_SEND(s3SavedBciCmd); ! if( s3SavedBciCmd & BCI_CMD_SEND_COLOR ) ! BCI_SEND(s3SavedFgColor); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #endif + s3LineHWClipSet = 0; } void *************** *** 585,597 **** BCI_GET_PTR; unsigned int cmd; ! cmd = BCI_CMD_LINE | BCI_CMD_LINE_LAST_PIXEL; ! WaitQueue(4); BCI_SEND(cmd); BCI_SEND(BCI_LINE_X_Y(x1, y1)); BCI_SEND(BCI_LINE_STEPS(e2, e1)); ! BCI_SEND(BCI_LINE_MISC(length, (octant & YMAJOR), !(octant & XDECREASING), !(octant & YDECREASING), err)); --- 707,723 ---- BCI_GET_PTR; unsigned int cmd; ! cmd = (s3SavedBciCmd & 0x00ffffff); ! cmd |= BCI_CMD_LINE_LAST_PIXEL; ! WaitQueue( 5 ); BCI_SEND(cmd); + if( cmd & BCI_CMD_SEND_COLOR ) + BCI_SEND( s3SavedFgColor ); BCI_SEND(BCI_LINE_X_Y(x1, y1)); BCI_SEND(BCI_LINE_STEPS(e2, e1)); ! BCI_SEND(BCI_LINE_MISC(length, ! !!(octant & YMAJOR), !(octant & XDECREASING), !(octant & YDECREASING), err)); *************** *** 619,626 **** int cmd; cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP - | BCI_CMD_SEND_COLOR | BCI_CMD_DEST_GBD | BCI_CMD_SRC_MONO; cmd |= s3vAlu[rop]; if (bg != -1) --- 745,760 ---- int cmd; cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP | BCI_CMD_DEST_GBD | BCI_CMD_SRC_MONO; + + if( + (rop != GXclear) && + (rop != GXnoop) && + (rop != GXinvert) && + (rop != GXset) + ) + cmd |= BCI_CMD_SEND_COLOR; + cmd |= s3vAlu[rop]; if (bg != -1) *************** *** 661,667 **** BCI_SEND(BCI_CLIP_LR(0, s3vPriv.Width)); #endif BCI_SEND(s3SavedFgColor); ! if (s3SavedBgColor != -1) BCI_SEND(s3SavedBgColor); else BCI_SEND(0); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); --- 795,802 ---- BCI_SEND(BCI_CLIP_LR(0, s3vPriv.Width)); #endif BCI_SEND(s3SavedFgColor); ! if (s3SavedBgColor != -1) ! BCI_SEND(s3SavedBgColor); else BCI_SEND(0); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); *************** *** 704,721 **** { BCI_GET_PTR; int cmd; - int pat_offset; unsigned int bd; - pat_offset = (int) (patternx * s3vPriv.Bpp + patterny * s3vPriv.Bpl); - cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP ! | BCI_CMD_SEND_COLOR ! | BCI_CMD_DEST_GBD | BCI_CMD_PAT_SBD_MONO_NEW; ! if (bg != -1) cmd |= BCI_CMD_SEND_COLOR; ! else cmd |= BCI_CMD_PAT_TRANSPARENT; ! /*cmd |= s3vAlu_sp[rop];*/ ! cmd |= 0x00F00000; /* ROP3 P */ bd = BCI_BD_BW_DISABLE; BCI_BD_SET_BPP(bd, 1); --- 839,861 ---- { BCI_GET_PTR; int cmd; unsigned int bd; cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP ! | BCI_CMD_DEST_GBD | BCI_CMD_PAT_MONO; ! ! if( ! (rop != GXclear) && ! (rop != GXnoop) && ! (rop != GXinvert) && ! (rop != GXset) ! ) ! cmd |= BCI_CMD_SEND_COLOR; ! ! if (bg == -1) ! cmd |= BCI_CMD_PAT_TRANSPARENT; ! ! cmd |= s3vAlu_sp[rop]; bd = BCI_BD_BW_DISABLE; BCI_BD_SET_BPP(bd, 1); *************** *** 726,777 **** BCI_SEND(cmd); BCI_SEND(pat_offset); BCI_SEND(bd); ! BCI_SEND(fg); if (bg != -1) BCI_SEND(bg); #endif s3SavedBciCmd = cmd; - s3SavedSbdOffset = pat_offset; - s3SavedSbd = bd; s3SavedFgColor = fg; s3SavedBgColor = bg; } void ! S3SAVSubsequent8x8PatternColorExpand(patternx, patterny, x, y, w, h) ! unsigned patternx, patterny; int x, y, w, h; { BCI_GET_PTR; - unsigned int pattern0, pattern1; #if BCI_REPEAT WaitQueue(2); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #else - if ( 0 ) { WaitQueue(7); BCI_SEND(s3SavedBciCmd); ! BCI_SEND(s3SavedSbdOffset); ! BCI_SEND(s3SavedSbd); ! BCI_SEND(s3SavedFgColor); ! if (s3SavedBgColor != -1 || 1) BCI_SEND(s3SavedBgColor); ! BCI_SEND(BCI_X_Y(x, y)); ! BCI_SEND(BCI_W_H(w, h)); ! } else if ( 1 ) { ! pattern0 = *(unsigned int*) (s3SavedSbdOffset + (char *)xf86AccelInfoRec.FramebufferBase); ! pattern1 = *(unsigned int*) (4 + s3SavedSbdOffset + (char *)xf86AccelInfoRec.FramebufferBase); ! pattern1 = 0x05050505; ! WaitQueue(7); ! BCI_SEND(0x4bf08003); ! BCI_SEND(s3SavedFgColor); ! BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); BCI_SEND(pattern0); BCI_SEND(pattern1); - } #endif } --- 866,903 ---- BCI_SEND(cmd); BCI_SEND(pat_offset); BCI_SEND(bd); ! if( cmd & BCI_CMD_SEND_COLOR ) ! BCI_SEND(fg); if (bg != -1) BCI_SEND(bg); #endif s3SavedBciCmd = cmd; s3SavedFgColor = fg; s3SavedBgColor = bg; } void ! S3SAVSubsequent8x8PatternColorExpand(pattern0, pattern1, x, y, w, h) ! unsigned pattern0, pattern1; int x, y, w, h; { BCI_GET_PTR; #if BCI_REPEAT WaitQueue(2); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #else WaitQueue(7); BCI_SEND(s3SavedBciCmd); ! if( s3SavedBciCmd & BCI_CMD_SEND_COLOR ) ! BCI_SEND(s3SavedFgColor); ! if( s3SavedBgColor != -1 ) ! BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); BCI_SEND(pattern0); BCI_SEND(pattern1); #endif } *************** *** 784,801 **** int trans_col; { BCI_GET_PTR; ! int cmd; unsigned int bd; int pat_offset; pat_offset = (int) (patternx * s3vPriv.Bpp + patterny * s3vPriv.Bpl); cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP | BCI_CMD_DEST_GBD | BCI_CMD_PAT_SBD_COLOR_NEW; ! if (trans_col != -1) ! cmd |= BCI_CMD_SEND_COLOR | BCI_CMD_PAT_TRANSPARENT; ! cmd |= s3vAlu[rop]; bd = BCI_BD_BW_DISABLE; BCI_BD_SET_BPP(bd, vgaBitsPerPixel); --- 910,930 ---- int trans_col; { BCI_GET_PTR; ! int cmd; unsigned int bd; int pat_offset; + + /* ViRGEs and Savages do not support transparent color patterns. */ + /* We do not set the HARDWARE_PATTERN_TRANSPARENT bit, so we should */ + /* never receive one. */ pat_offset = (int) (patternx * s3vPriv.Bpp + patterny * s3vPriv.Bpl); cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP | BCI_CMD_DEST_GBD | BCI_CMD_PAT_SBD_COLOR_NEW; ! ! cmd |= s3vAlu_sp[rop]; bd = BCI_BD_BW_DISABLE; BCI_BD_SET_BPP(bd, vgaBitsPerPixel); *************** *** 826,935 **** BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #else ! if ( 0 ) { ! WaitQueue(6); BCI_SEND(s3SavedBciCmd); BCI_SEND(s3SavedSbdOffset); BCI_SEND(s3SavedSbd); - if (s3SavedBgColor != -1) BCI_SEND(s3SavedBgColor); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); - } else { - int i; - WaitQueue(24); - BCI_SEND(0x4bf00c02); - BCI_SEND(s3SavedSbdOffset); - BCI_SEND(s3SavedSbd); - BCI_SEND(0); - BCI_SEND(BCI_W_H(8, 8)); - for (i = 8*8*s3vPriv.Bpp/4; i > 0; i--) - BCI_SEND(0x00ff00ff); - #if 1 - BCI_SEND(0x4bf00004); - BCI_SEND(BCI_X_Y(x, y)); - BCI_SEND(BCI_W_H(w, h)); - #endif - } #endif } - #if 0 void S3SAVSubsequentTwoPointLine(x1, y1, x2, y2, bias) int x1, x2, y1, y2, bias; { int cmd; int dx, dy; ! int Xdelta, Xstart, Ystart, Ycount; ! Bool Dir = 0; dx = x2 - x1; dy = y2 - y1; - WaitQueue(1); ! ErrorF("TwoPointLine, x1 %d y1 %d x2 %d y2 %d bias %d\n", ! x1, y1, x2, y2, bias); ! if(y1 > y2) { /* Things are the right way for ViRGE */ ! if(dy != 0) Xdelta = -(dx << 20)/ dy; ! else Xdelta = 0; ! if( dx > dy ){ ! if (dx > 0) Xstart = (x1 << 20) + dx / 2; ! else Xstart = (x1 << 20) + dx / 2 + ((1 << 20) -1); ! } ! else { ! Xstart = (x1 << 20); ! } ! Ystart = y1; ! Ycount = abs(y2 - y1) + 1; ! if (dx > 0) ! SETL_LXEND0_END1(x1, (bias & 0x100) ? (x2 - 1) : x2); ! else ! SETL_LXEND0_END1(x1, (bias & 0x100) ? (x2 + 1) : x2); ! if(dx >= 0) Dir = 1; ! } ! else { /* Things are reversed for ViRGE */ ! if(dy != 0) Xdelta = -(dx << 20)/ dy; ! else Xdelta = 0; ! if( dx > dy ){ ! if (dx > 0) Xstart = (x2 << 20) + dx / 2; ! else Xstart = (x2 << 20) + dx / 2 + ((1 << 20) -1); ! } ! else { ! Xstart = (x2 << 20); ! } ! Ystart = y2; ! Ycount = abs(y1 - y2) + 1; ! if (dx > 0) ! SETL_LXEND0_END1(x2, (bias & 0x100) ? (x1 - 1) : x1); ! else ! SETL_LXEND0_END1(x2, (bias & 0x100) ? (x1 + 1) : x1); ! if(dx <= 0) Dir = 1; ! } ! ! cmd |= (CMD_LINE | CMD_AUTOEXEC | MIX_MONO_PATT) ; ! cmd |= (s3SavedRectCmdForLine & (0xff << 17)); ! if(s3vLineHWClipSet) cmd |= CMD_HWCLIP ; ! WaitQueue(5); ! SETL_CMD_SET(cmd); ! SETL_LDX(Xdelta); ! SETL_LXSTART(Xstart); ! SETL_LYSTART(Ystart); ! SETL_LYCNT(Ycount | (Dir ? 0x80000000 : 0x00)); ! ! if(s3vLineHWClipSet) { ! WaitQueue(2); ! CACHE_SETB_CLIP_LR(0, s3vPriv.Width); ! CACHE_SETB_CLIP_TB(0, s3vPriv.ScissB); ! s3vLineHWClipSet = FALSE; ! } ! ! WaitQueue(1); ! CACHE_SETB_CMD_SET(s3SavedRectCmdForLine); } - #endif void S3SAVSetClippingRectangle(x1, y1, x2, y2) --- 955,1028 ---- BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #else ! WaitQueue(5); BCI_SEND(s3SavedBciCmd); BCI_SEND(s3SavedSbdOffset); BCI_SEND(s3SavedSbd); BCI_SEND(BCI_X_Y(x, y)); BCI_SEND(BCI_W_H(w, h)); #endif } void S3SAVSubsequentTwoPointLine(x1, y1, x2, y2, bias) int x1, x2, y1, y2, bias; { + BCI_GET_PTR; + int cmd; int dx, dy; ! int min, max, xp, yp, ym; dx = x2 - x1; dy = y2 - y1; ! #if 0 ! ErrorF("TwoPointLine, (%4d,%4d)-(%4d,%4d), clr %08x, last pt %s\n", ! x1, y1, x2, y2, s3SavedFgColor, (bias & 0x100)?"NO ":"YES"); ! #endif ! xp = (dx >= 0); ! if( !xp ) { ! dx = -dx; ! } ! yp = (dy >= 0); ! if( !yp ) { ! dy = -dy; ! } ! ! ym = (dy > dx); ! if( ym ) { ! max = dy; ! min = dx; ! } ! else { ! max = dx; ! min = dy; ! } ! ! if( !(bias & 0x100) ) { ! max++; ! } ! ! cmd = (s3SavedBciCmd & 0x00ffffff); ! ! cmd |= BCI_CMD_LINE_LAST_PIXEL; ! ! if( s3LineHWClipSet ) { ! cmd |= BCI_CMD_CLIP_CURRENT; ! } ! ! WaitQueue(5); ! BCI_SEND( cmd ); ! if( cmd & BCI_CMD_SEND_COLOR ) ! BCI_SEND( s3SavedFgColor ); ! BCI_SEND( BCI_LINE_X_Y( x1, y1 ) ); ! BCI_SEND( BCI_LINE_STEPS( 2 * (min - max), 2 * min ) ); ! BCI_SEND( BCI_LINE_MISC( max, ym, xp, yp, 2 * min - max ) ); } void S3SAVSetClippingRectangle(x1, y1, x2, y2) *************** *** 938,949 **** BCI_GET_PTR; int cmd; - return; cmd = BCI_CMD_NOP | BCI_CMD_CLIP_NEW; WaitQueue(3); BCI_SEND(cmd); BCI_SEND(BCI_CLIP_TL(y1, x1)); ! BCI_SEND(BCI_CLIP_BR(y1 + y2, x1 + x2)); s3LineHWClipSet = TRUE; } --- 1031,1041 ---- BCI_GET_PTR; int cmd; cmd = BCI_CMD_NOP | BCI_CMD_CLIP_NEW; WaitQueue(3); BCI_SEND(cmd); BCI_SEND(BCI_CLIP_TL(y1, x1)); ! BCI_SEND(BCI_CLIP_BR(y2, x2)); s3LineHWClipSet = TRUE; } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c:1.1.2.1 Fri Jul 30 21:21:32 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c Wed Dec 1 23:49:33 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c,v 1.1.2.1 1999/07/30 11:21:32 hohndel Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_cursor.c,v 1.1.2.2 1999/12/01 12:49:33 hohndel Exp $ */ /* * *************** *** 77,83 **** /* For byte swapping, use the XAA array */ extern unsigned char byte_reversed[256]; extern S3VPRIV s3vPriv; ! extern pointer s3vMmioMem; extern int vgaCRIndex, vgaCRReg; static int s3vCursGeneration = -1; --- 77,83 ---- /* For byte swapping, use the XAA array */ extern unsigned char byte_reversed[256]; extern S3VPRIV s3vPriv; ! extern pointer s3savMmioMem; extern int vgaCRIndex, vgaCRReg; static int s3vCursGeneration = -1; *************** *** 110,118 **** * buffer. Savage4 requires 4k alignment for the cursor image. */ ! #define S3_IN32(off) (*(unsigned int*)(((char*)s3vMmioMem)+(off))) ! s3vCursorVRAMMemSegment = (S3_IN32(0x48C14) & 0x3FFF) * 2 - 4; return TRUE; } --- 110,125 ---- * buffer. Savage4 requires 4k alignment for the cursor image. */ ! #define S3_IN32(off) (*(unsigned int*)(((char*)s3savMmioMem)+(off))) ! if( s3vPriv.chip < S3_SAVAGE2000) { ! s3vCursorVRAMMemSegment = (S3_IN32(0x48C14) & 0x3FFF) * 2 - 4; ! } else { ! s3vCursorVRAMMemSegment = ((S3_IN32(0x48C18) >> 4) & 0x3FFF) * 2 - 4; ! } ! ! if( !s3vCursorVRAMMemSegment ) ! s3vCursorVRAMMemSegment = vga256InfoRec.videoRam - 1; return TRUE; } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c:1.1.2.1 Fri Jul 30 21:21:33 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c Wed Dec 1 23:49:34 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c,v 1.1.2.1 1999/07/30 11:21:33 hohndel Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.c,v 1.1.2.4 1999/12/01 12:49:34 hohndel Exp $ */ /* * *************** *** 79,91 **** #include "regs3sav.h" /* ! * If the symbol USEBIOS is defined, we use the onboard BIOS to do * mode switches. We query the VESA BIOS list, and match the requested * timing mode to the VESA list as closely as possible. This lets us * inherit the considerable effort placed into the S3 BIOS. * ! * Except for religious objections, this should be defined on all ! * x86 processors. */ static Bool S3SAVProbe(); --- 79,90 ---- #include "regs3sav.h" /* ! * If the symbol USEBIOS is defined, we try to use the onboard BIOS to do * mode switches. We query the VESA BIOS list, and match the requested * timing mode to the VESA list as closely as possible. This lets us * inherit the considerable effort placed into the S3 BIOS. * ! * The BIOS method will be attempted on all Linux x86 systems. */ static Bool S3SAVProbe(); *************** *** 100,109 **** --- 99,110 ---- static void S3SAVFbInit(); void S3SAVSetRead(); void S3SAVAccelInit(); + void S3SAVInitialize2DEngine(); void S3SAVInitSTREAMS(); void S3SAVDisableSTREAMS(); void S3SAVRestoreSTREAMS(); void S3SAVSaveSTREAMS(); + void S3SAVSetGBD(); /* Temporary debug function to print virge regs */ void S3SAVPrintRegs(); *************** *** 167,177 **** /* entries must be in sequence with chipset numbers !! */ SymTabRec s3savChipTable[] = { ! { S3_UNKNOWN, "unknown"}, ! { S3_SAVAGE3D, "Savage3D"}, { S3_SAVAGE3D_MV, "Savage3D/MV"}, ! { S3_SAVAGE4, "Savage4"}, ! { -1, ""}, }; /* Declare the private structure which stores all internal info */ --- 168,183 ---- /* entries must be in sequence with chipset numbers !! */ SymTabRec s3savChipTable[] = { ! { S3_UNKNOWN, "unknown"}, ! { S3_SAVAGE3D, "Savage3D"}, { S3_SAVAGE3D_MV, "Savage3D/MV"}, ! { S3_SAVAGE4, "Savage4"}, ! { S3_SAVAGE2000, "Savage2000"}, ! { S3_SAVAGE_MX_MV, "Savage/MX-MV"}, ! { S3_SAVAGE_MX, "Savage/MX"}, ! { S3_SAVAGE_IX_MV, "Savage/IX-MV"}, ! { S3_SAVAGE_IX, "Savage/IX"}, ! { -1, ""}, }; /* Declare the private structure which stores all internal info */ *************** *** 182,194 **** /* And other global vars to hold vga base regs and MMIO base mem pointer */ int vgaCRIndex, vgaCRReg; ! pointer s3vMmioMem = NULL; /* MMIO base address */ extern vgaHWCursorRec vgaHWCursor; #ifdef USEBIOS /* Information about the current BIOS modes. */ ! #define iabs(a) ((int)(a)>0?(a):(-a)) S3VMODETABLE * s3vModeTable = NULL; unsigned short s3vModeCount = 0; --- 188,200 ---- /* And other global vars to hold vga base regs and MMIO base mem pointer */ int vgaCRIndex, vgaCRReg; ! pointer s3savMmioMem = NULL; /* MMIO base address */ extern vgaHWCursorRec vgaHWCursor; #ifdef USEBIOS /* Information about the current BIOS modes. */ ! #define iabs(a) ((int)(a)>0?(a):(-(a))) S3VMODETABLE * s3vModeTable = NULL; unsigned short s3vModeCount = 0; *************** *** 209,214 **** --- 215,364 ---- } + /* + * I'd rather have these wait macros be inline, but S3 has made it + * darned near impossible. The bit fields are in a different place in + * all three chips, the status register has a different address in the + * three chips, and even the idle vs busy state flipped in the Sav2K + */ + + /* Wait until "v" queue entries are free */ + + static int + WaitQueue3D( int v ) + { + int loop = 0; + int slots = MAXFIFO - v; + + mem_barrier(); + while( ((STATUS_WORD0 & 0x0000ffff) > slots) && (loop++ < MAXLOOP)) + ; + return loop >= MAXLOOP; + } + + static int + WaitQueue4( int v ) + { + int loop = 0; + int slots = MAXFIFO - v; + + if( !s3vPriv.NoPCIRetry ) + return; + mem_barrier(); + while( ((ALT_STATUS_WORD0 & 0x0001ffff) > slots) && (loop++ < MAXLOOP)) + ; + return loop >= MAXLOOP; + } + + static int + WaitQueue2K( int v ) + { + int loop = 0; + int slots = MAXFIFO - v; + + if( !s3vPriv.NoPCIRetry ) + return; + mem_barrier(); + while( ((ALT_STATUS_WORD0 & 0x000fffff) > slots) && (loop++ < MAXLOOP)) + ; + return loop >= MAXLOOP; + } + + /* Wait until GP is idle and queue is empty */ + + static int + WaitIdleEmpty3D() + { + int loop = 0; + mem_barrier(); + while( ((STATUS_WORD0 & 0x0008ffff) != 0x80000) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + static int + WaitIdleEmpty4() + { + int loop = 0; + mem_barrier(); + while( ((ALT_STATUS_WORD0 & 0x0081ffff) != 0x00800000) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + static int + WaitIdleEmpty2K() + { + int loop = 0; + mem_barrier(); + while( ((ALT_STATUS_WORD0 & 0x009fffff) != 0) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + /* Wait until GP is idle */ + + static int + WaitIdle3D() + { + int loop = 0; + mem_barrier(); + while( (!(STATUS_WORD0 & 0x00080000)) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + static int + WaitIdle4() + { + int loop = 0; + mem_barrier(); + while( (!(ALT_STATUS_WORD0 & 0x00800000)) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + static int + WaitIdle2K() + { + int loop = 0; + mem_barrier(); + while( (ALT_STATUS_WORD0 & 0x00900000) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + /* Wait until Command FIFO is empty */ + + + static int + WaitCommandEmpty3D() { + int loop = 0; + mem_barrier(); + while( (STATUS_WORD0 & 0x0000ffff) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + static int + WaitCommandEmpty4() { + int loop = 0; + mem_barrier(); + while( (ALT_STATUS_WORD0 & 0x0001ffff) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + static int + WaitCommandEmpty2K() { + int loop = 0; + mem_barrier(); + while( (ALT_STATUS_WORD0 & 0x001fffff) && (loop++ < MAXLOOP) ) + ; + return loop >= MAXLOOP; + } + + /* The EnterLeave function which en/dis access to IO ports and ext. regs */ static void *************** *** 250,256 **** } else { ! if (s3vMmioMem) { unsigned char cr3a, cr53, cr66; outb(vgaCRIndex, 0x53); cr53 = inb(vgaCRReg); --- 400,406 ---- } else { ! if (s3savMmioMem) { unsigned char cr3a, cr53, cr66; outb(vgaCRIndex, 0x53); cr53 = inb(vgaCRReg); *************** *** 306,311 **** --- 456,462 ---- vgaS3VPtr restore; { unsigned char tmp, cr3a, cr53, cr66, cr67; + unsigned int width; vgaProtect(TRUE); *************** *** 319,325 **** if( restore->mode > 0x13 ) { ! unsigned int width; /* Set up the mode. Don't clear video RAM. */ --- 470,477 ---- if( restore->mode > 0x13 ) { ! unsigned short cr6d; ! unsigned short cr79; /* Set up the mode. Don't clear video RAM. */ *************** *** 352,410 **** outb(vgaCRIndex, 0x85); outb(vgaCRReg, (inb(vgaCRReg) & 0xf8) | 0x03); /* Patch CR79. These values are magical. */ ! if( restore->mode == 0x118 ) /* 1024x768x32 */ ! { ! if( restore->refresh == 75 ) ! outw(vgaCRIndex, 0x0D79); ! else if( restore->refresh == 130 ) ! outw(vgaCRIndex, 0x0379); ! else ! outw(vgaCRIndex, 0x0479); ! } ! else if( restore->mode == 0x117 ) /* 1024x768x16 */ { ! if( restore->refresh == 130 ) ! outw(vgaCRIndex, 0x1379); ! else ! outw(vgaCRIndex, 0x0e79); } - else if( restore->mode == 0x124 ) /* 1600x1200x32 */ - outw(vgaCRIndex, 0x0279); - else - outw(vgaCRIndex, 0x0479); ! /* Unlock the extended registers. */ - outw(vgaCRIndex, 0x4838); - outw(vgaCRIndex, 0xA039); - outw(0x3c4, 0x0608); - /* Make sure 16-bit memory access is enabled. */ outb(vgaCRIndex, 0x31); ! outb(vgaCRReg, inb(vgaCRReg) | 0x0C); /* Handle the pitch. */ width = (vga256InfoRec.displayWidth * (vgaBitsPerPixel / 8)) >> 3; outw(vgaCRIndex, ((width & 0xff) << 8) | 0x13 ); outw(vgaCRIndex, ((width & 0x300) << 4) | 0x51 ); /* Some non-S3 BIOSes enable block write even on non-SGRAM devices. */ ! outb(vgaCRIndex, 0x68); ! if( !(inb(vgaCRReg) & 0x80) ) { ! /* Not SGRAM; disable block write. */ ! outb(vgaCRIndex, 0x88); ! outb(vgaCRReg, inb(vgaCRReg) | 0x10); } - - /* Enable the graphics engine. */ outw(vgaCRIndex, 0x0140); } else { --- 504,602 ---- outb(vgaCRIndex, 0x85); outb(vgaCRReg, (inb(vgaCRReg) & 0xf8) | 0x03); + /* Unlock the extended registers. */ + + outw(vgaCRIndex, 0x4838); + outw(vgaCRIndex, 0xA039); + outw(0x3c4, 0x0608); + /* Patch CR79. These values are magical. */ ! outb(vgaCRIndex, 0x6d); ! cr6d = inb(vgaCRReg); ! ! cr79 = 0x04; ! ! if( vga256InfoRec.displayWidth >= 1024 ) { ! if( vgaBitsPerPixel == 32 ) ! { ! if( restore->refresh >= 130 ) ! cr79 = 0x03; ! else if( vga256InfoRec.displayWidth >= 1280 ) ! cr79 = 0x02; ! else if( ! (vga256InfoRec.displayWidth == 1024) && ! (restore->refresh >= 75) ! ) ! { ! if( cr6d && LCD_ACTIVE ) ! cr79 = 0x05; ! else ! cr79 = 0x08; ! } ! } ! else if( vgaBitsPerPixel == 16) ! { ! /* The windows driver uses 0x13 for 16-bit 130Hz, but I see terrible ! * screen artifacts with that value. Let's keep it low for now. ! * if( restore->refresh >= 130 ) ! * cr79 = 0x13; ! * else ! */ ! if( vga256InfoRec.displayWidth == 1024 ) ! { ! if( cr6d && LCD_ACTIVE ) ! cr79 = 0x08; ! else ! cr79 = 0x0e; ! } ! } } ! if( s3vPriv.chip != S3_SAVAGE2000) ! outw(vgaCRIndex, (cr79 << 8) | 0x79); /* Make sure 16-bit memory access is enabled. */ outb(vgaCRIndex, 0x31); ! outb(vgaCRReg, 0x0c); ! ! /* Enable the graphics engine. */ ! ! outw(vgaCRIndex, 0x0140); ! if(!OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options)) ! S3SAVInitialize2DEngine(); /* Handle the pitch. */ + outb(vgaCRIndex, 0x50); + outb(vgaCRReg, inb(vgaCRReg) | 0xC1); + width = (vga256InfoRec.displayWidth * (vgaBitsPerPixel / 8)) >> 3; outw(vgaCRIndex, ((width & 0xff) << 8) | 0x13 ); outw(vgaCRIndex, ((width & 0x300) << 4) | 0x51 ); /* Some non-S3 BIOSes enable block write even on non-SGRAM devices. */ ! if( s3vPriv.chip == S3_SAVAGE2000 ) { ! outb(vgaCRIndex, 0x73); ! outb(vgaCRReg, inb(vgaCRReg) & 0xdf ); ! } ! else ! { ! outb(vgaCRIndex, 0x68); ! if( !(inb(vgaCRReg) & 0x80) ) ! { ! /* Not SGRAM; disable block write. */ ! outb(vgaCRIndex, 0x88); ! outb(vgaCRReg, inb(vgaCRReg) | 0x10); ! } } outw(vgaCRIndex, 0x0140); + S3SAVSetGBD(); } else { *************** *** 420,426 **** /* As per databook, always disable STREAMS before changing modes */ outb(vgaCRIndex, 0x67); cr67 = inb(vgaCRReg); ! if ((cr67 & 0x0c) == 0x0c) { S3SAVDisableSTREAMS(); /* If STREAMS was running, disable it */ } --- 612,618 ---- /* As per databook, always disable STREAMS before changing modes */ outb(vgaCRIndex, 0x67); cr67 = inb(vgaCRReg); ! if ((cr67 & 0x04) == 0x04) { S3SAVDisableSTREAMS(); /* If STREAMS was running, disable it */ } *************** *** 506,511 **** --- 698,705 ---- outb(vgaCRReg, restore->CR88); outb(vgaCRIndex, 0x90); outb(vgaCRReg, restore->CR90); + outb(vgaCRIndex, 0x91); + outb(vgaCRReg, restore->CR91); outb(vgaCRIndex, 0xB0); /* Savage4 config3 */ outb(vgaCRReg, restore->CRB0); *************** *** 564,570 **** * We also restore FIFO and TIMEOUT memory controller registers. */ ! outb(vgaCRIndex, 0x53); cr53 = inb(vgaCRReg); outb(vgaCRReg, cr53 | 0x08); /* Enable NEWMMIO temporarily */ --- 758,764 ---- * We also restore FIFO and TIMEOUT memory controller registers. */ ! outb(vgaCRIndex, 0x53); cr53 = inb(vgaCRReg); outb(vgaCRReg, cr53 | 0x08); /* Enable NEWMMIO temporarily */ *************** *** 589,601 **** if(restore->CR66 & 0x01) S3SAVGEReset(0,__LINE__,__FILE__); VerticalRetraceWait(); ! ((mmtr)s3vMmioMem)->memport_regs.regs.fifo_control = restore->MMPR0; WaitIdle(); /* Don't ask... */ ! ((mmtr)s3vMmioMem)->memport_regs.regs.miu_control = restore->MMPR1; WaitIdle(); ! ((mmtr)s3vMmioMem)->memport_regs.regs.streams_timeout = restore->MMPR2; WaitIdle(); ! ((mmtr)s3vMmioMem)->memport_regs.regs.misc_timeout = restore->MMPR3; outb(vgaCRIndex, 0x53); outb(vgaCRReg, cr53); /* Restore CR53 to original for MMIO */ --- 783,807 ---- if(restore->CR66 & 0x01) S3SAVGEReset(0,__LINE__,__FILE__); VerticalRetraceWait(); ! ((mmtr)s3savMmioMem)->memport_regs.regs.fifo_control = restore->MMPR0; WaitIdle(); /* Don't ask... */ ! ((mmtr)s3savMmioMem)->memport_regs.regs.miu_control = restore->MMPR1; WaitIdle(); ! ((mmtr)s3savMmioMem)->memport_regs.regs.streams_timeout = restore->MMPR2; WaitIdle(); ! ((mmtr)s3savMmioMem)->memport_regs.regs.misc_timeout = restore->MMPR3; ! ! /* If we're going into graphics mode and acceleration was enabled, */ ! /* go set up the BCI buffer and the global bitmap descriptor. */ ! ! if( (restore->CR31 & 0x0a) && ! (!OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options)) ! ) ! { ! outb(vgaCRIndex, 0x50); ! outb(vgaCRReg, inb(vgaCRReg) | 0xC1); ! S3SAVInitialize2DEngine(); ! } outb(vgaCRIndex, 0x53); outb(vgaCRReg, cr53); /* Restore CR53 to original for MMIO */ *************** *** 605,610 **** --- 811,819 ---- outb(vgaCRIndex, 0x3a); outb(vgaCRReg, cr3a); + if( restore->CR31 & 0x0a ) + S3SAVSetGBD(); + #ifdef USEBIOS } #endif *************** *** 722,727 **** --- 931,938 ---- save->CR88 = inb(vgaCRReg); outb(vgaCRIndex, 0x90); save->CR90 = inb(vgaCRReg); + outb(vgaCRIndex, 0x91); + save->CR91 = inb(vgaCRReg); outb(vgaCRIndex, 0xB0); /* Savage4 config3 */ save->CRB0 = inb(vgaCRReg) | 0x80; /* map all address together */ *************** *** 779,796 **** } /* Now save Memory Interface Unit registers, enable MMIO for this */ ! save->MMPR0 = ((mmtr)s3vMmioMem)->memport_regs.regs.fifo_control; ! save->MMPR1 = ((mmtr)s3vMmioMem)->memport_regs.regs.miu_control; ! save->MMPR2 = ((mmtr)s3vMmioMem)->memport_regs.regs.streams_timeout; ! save->MMPR3 = ((mmtr)s3vMmioMem)->memport_regs.regs.misc_timeout; if (xf86Verbose > 1) { /* Debug */ ErrorF("MMPR regs: %08x %08x %08x %08x\n", ! ((mmtr)s3vMmioMem)->memport_regs.regs.fifo_control, ! ((mmtr)s3vMmioMem)->memport_regs.regs.miu_control, ! ((mmtr)s3vMmioMem)->memport_regs.regs.streams_timeout, ! ((mmtr)s3vMmioMem)->memport_regs.regs.misc_timeout ); ErrorF("\n\nSavage driver: saved current video mode. Register dump:\n\n"); } --- 990,1007 ---- } /* Now save Memory Interface Unit registers, enable MMIO for this */ ! save->MMPR0 = ((mmtr)s3savMmioMem)->memport_regs.regs.fifo_control; ! save->MMPR1 = ((mmtr)s3savMmioMem)->memport_regs.regs.miu_control; ! save->MMPR2 = ((mmtr)s3savMmioMem)->memport_regs.regs.streams_timeout; ! save->MMPR3 = ((mmtr)s3savMmioMem)->memport_regs.regs.misc_timeout; if (xf86Verbose > 1) { /* Debug */ ErrorF("MMPR regs: %08x %08x %08x %08x\n", ! ((mmtr)s3savMmioMem)->memport_regs.regs.fifo_control, ! ((mmtr)s3savMmioMem)->memport_regs.regs.miu_control, ! ((mmtr)s3savMmioMem)->memport_regs.regs.streams_timeout, ! ((mmtr)s3savMmioMem)->memport_regs.regs.misc_timeout ); ErrorF("\n\nSavage driver: saved current video mode. Register dump:\n\n"); } *************** *** 849,855 **** /* * This is the main probe function for the virge chipsets. * Right now, I have taken a shortcut and get most of the info from ! * PCI probing. Some code will have to be added to support VLB cards. */ static Bool --- 1060,1066 ---- /* * This is the main probe function for the virge chipsets. * Right now, I have taken a shortcut and get most of the info from ! * PCI probing. */ static Bool *************** *** 866,880 **** } /* Start with PCI probing, this should get us quite far already */ - /* For now, we only use the PCI probing; add in later VLB */ pciInfo = S3SAVGetPCIInfo(); if (!pciInfo) return FALSE; - /* TODO: FIXME: how to specify membase on Savage4? */ if (pciInfo && pciInfo->MemBase && !vga256InfoRec.MemBase) { ! if (pciInfo->ChipType == S3_SAVAGE4) { s3vPriv.MmioBase = pciInfo->MemBase + S3_NEWMMIO_REGBASE_S4; s3vPriv.FrameBufferBase = pciInfo->MemBase1; } --- 1077,1089 ---- } /* Start with PCI probing, this should get us quite far already */ pciInfo = S3SAVGetPCIInfo(); if (!pciInfo) return FALSE; if (pciInfo && pciInfo->MemBase && !vga256InfoRec.MemBase) { ! if (pciInfo->ChipType >= S3_SAVAGE4) { s3vPriv.MmioBase = pciInfo->MemBase + S3_NEWMMIO_REGBASE_S4; s3vPriv.FrameBufferBase = pciInfo->MemBase1; } *************** *** 887,893 **** if (pciInfo) if(pciInfo->ChipType != S3_SAVAGE3D && pciInfo->ChipType != S3_SAVAGE3D_MV && ! pciInfo->ChipType != S3_SAVAGE4){ if (xf86Verbose > 1) ErrorF("%s %s: Unsupported (non-Savage) S3 chipset detected!\n", XCONFIG_PROBED, vga256InfoRec.name); --- 1096,1103 ---- if (pciInfo) if(pciInfo->ChipType != S3_SAVAGE3D && pciInfo->ChipType != S3_SAVAGE3D_MV && ! pciInfo->ChipType != S3_SAVAGE4 && ! pciInfo->ChipType != S3_SAVAGE2000){ if (xf86Verbose > 1) ErrorF("%s %s: Unsupported (non-Savage) S3 chipset detected!\n", XCONFIG_PROBED, vga256InfoRec.name); *************** *** 929,936 **** /* And compute the amount of video memory and offscreen memory */ s3vPriv.MemOffScreen = 0; if (!vga256InfoRec.videoRam) { ! if (s3vPriv.ChipId == PCI_SAVAGE4) { ! int mem_size = config1 >> 5; switch (config1 >> 5) { case 0: vga256InfoRec.videoRam = 2; --- 1139,1147 ---- /* And compute the amount of video memory and offscreen memory */ s3vPriv.MemOffScreen = 0; if (!vga256InfoRec.videoRam) { ! if( (s3vPriv.ChipId == PCI_SAVAGE4) || ! (s3vPriv.ChipId == PCI_SAVAGE2000) ! ) { switch (config1 >> 5) { case 0: vga256InfoRec.videoRam = 2; *************** *** 950,955 **** --- 1161,1169 ---- case 5: vga256InfoRec.videoRam = 32; break; + case 6: + vga256InfoRec.videoRam = 64; + break; default: vga256InfoRec.videoRam = 2; } *************** *** 1005,1011 **** if (s3vPriv.chip == S3_SAVAGE3D || s3vPriv.chip == S3_SAVAGE3D_MV || ! s3vPriv.chip == S3_SAVAGE4) { if (vga256InfoRec.dacSpeeds[0] <= 0) vga256InfoRec.dacSpeeds[0] = 250000; if (vga256InfoRec.dacSpeeds[1] <= 0) vga256InfoRec.dacSpeeds[1] = 250000; if (vga256InfoRec.dacSpeeds[2] <= 0) vga256InfoRec.dacSpeeds[2] = 220000; --- 1219,1226 ---- if (s3vPriv.chip == S3_SAVAGE3D || s3vPriv.chip == S3_SAVAGE3D_MV || ! s3vPriv.chip == S3_SAVAGE4 || ! s3vPriv.chip == S3_SAVAGE2000) { if (vga256InfoRec.dacSpeeds[0] <= 0) vga256InfoRec.dacSpeeds[0] = 250000; if (vga256InfoRec.dacSpeeds[1] <= 0) vga256InfoRec.dacSpeeds[1] = 250000; if (vga256InfoRec.dacSpeeds[2] <= 0) vga256InfoRec.dacSpeeds[2] = 220000; *************** *** 1020,1036 **** /* Set status word positions based on chip type. */ ! if( s3vPriv.chip == S3_SAVAGE4 ) { ! s3vPriv.StatusFE = 0x001FFFFF; ! s3vPriv.Status2DI = 0x08000000; ! } ! else { ! s3vPriv.StatusFE = 0x0000FFFF; ! s3vPriv.Status2DI = 0x00080000; ! } ! ! s3vPriv.StatusMask = s3vPriv.StatusFE | s3vPriv.Status2DI; if (vga256InfoRec.dacSpeedBpp <= 0) if (xf86bpp > 24 && vga256InfoRec.dacSpeeds[3] > 0) vga256InfoRec.dacSpeedBpp = vga256InfoRec.dacSpeeds[3]; --- 1235,1264 ---- /* Set status word positions based on chip type. */ ! switch( s3vPriv.chip ) { ! case S3_SAVAGE3D: ! case S3_SAVAGE3D_MV: ! s3vPriv.WaitQueue = WaitQueue3D; ! s3vPriv.WaitIdle = WaitIdle3D; ! s3vPriv.WaitIdleEmpty = WaitIdleEmpty3D; ! s3vPriv.WaitCommandEmpty = WaitCommandEmpty3D; ! break; + case S3_SAVAGE4: + s3vPriv.WaitQueue = WaitQueue4; + s3vPriv.WaitIdle = WaitIdle4; + s3vPriv.WaitIdleEmpty = WaitIdleEmpty4; + s3vPriv.WaitCommandEmpty = WaitCommandEmpty4; + break; + + case S3_SAVAGE2000: + s3vPriv.WaitQueue = WaitQueue2K; + s3vPriv.WaitIdle = WaitIdle2K; + s3vPriv.WaitIdleEmpty = WaitIdleEmpty2K; + s3vPriv.WaitCommandEmpty = WaitCommandEmpty2K; + break; + } + if (vga256InfoRec.dacSpeedBpp <= 0) if (xf86bpp > 24 && vga256InfoRec.dacSpeeds[3] > 0) vga256InfoRec.dacSpeedBpp = vga256InfoRec.dacSpeeds[3]; *************** *** 1105,1116 **** /* And map MMIO memory, abort if we cannot */ ! s3vMmioMem = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, (pointer) s3vPriv.MmioBase, S3_NEWMMIO_REGSIZE); ! s3vPriv.MmioMem = s3vMmioMem; s3vPriv.BciMem = (char*)s3vPriv.MmioMem + 0x10000; ! if(s3vMmioMem == NULL) FatalError("S3 Savage: Cannot map MMIO registers!\n"); /* Determine if we need to use the STREAMS processor */ --- 1333,1344 ---- /* And map MMIO memory, abort if we cannot */ ! s3savMmioMem = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, (pointer) s3vPriv.MmioBase, S3_NEWMMIO_REGSIZE); ! s3vPriv.MmioMem = s3savMmioMem; s3vPriv.BciMem = (char*)s3vPriv.MmioMem + 0x10000; ! if(s3savMmioMem == NULL) FatalError("S3 Savage: Cannot map MMIO registers!\n"); /* Determine if we need to use the STREAMS processor */ *************** *** 1252,1258 **** --- 1480,1488 ---- ErrorF("%s %s: %s: Horizontal mode timing overflow (%d)\n", XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.chipset, mode->HTotal); + #ifndef USEBIOS return MODE_BAD; + #endif } if (mode->VTotal > 2047) { if(verbose) *************** *** 1309,1319 **** outw(vgaCRIndex, (Base & 0x00FF00) | 0x0C); outw(vgaCRIndex, ((Base & 0x00FF) << 8) | 0x0D); outb(vgaCRIndex, 0x69); ! outb(vgaCRReg, (Base & 0x7F0000) >> 16); } else { /* Change start address for STREAMS case */ VerticalRetraceWait(); ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_fbaddr0 = ((y * vga256InfoRec.displayWidth + (x & ~7)) * vgaBitsPerPixel / 8); } --- 1539,1549 ---- outw(vgaCRIndex, (Base & 0x00FF00) | 0x0C); outw(vgaCRIndex, ((Base & 0x00FF) << 8) | 0x0D); outb(vgaCRIndex, 0x69); ! outb(vgaCRReg, (Base & 0xFF0000) >> 16); } else { /* Change start address for STREAMS case */ VerticalRetraceWait(); ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_fbaddr0 = ((y * vga256InfoRec.displayWidth + (x & ~7)) * vgaBitsPerPixel / 8); } *************** *** 1442,1447 **** --- 1672,1679 ---- (vga256InfoRec.clock[mode->Clock] * 1000) / (mode->HTotal * mode->VTotal); + new->mode = 0; + #if EXTENDED_DEBUG ErrorF( "Desired refresh rate = %dHz\n", Refresh ); #endif *************** *** 1477,1487 **** } } ! if( xf86Verbose ) { ! ErrorF( "Chose mode %x at %dHz.\n", new->mode, new->refresh ); } ! #else /* USEBIOS */ /* Now we fill in the rest of the stuff we need for the virge */ /* Start with MMIO, linear addr. regs */ --- 1709,1726 ---- } } ! if( new->mode > 0 ) { ! /* Success: we found a match in the BIOS. */ ! if( xf86Verbose ) { ! ErrorF( "Chose mode %x at %dHz.\n", new->mode, new->refresh ); ! } ! return TRUE; } ! /* We failed to find a match in the BIOS. */ ! /* Fallthrough to the traditional register-crunching. */ ! ! #endif /* USEBIOS */ /* Now we fill in the rest of the stuff we need for the virge */ /* Start with MMIO, linear addr. regs */ *************** *** 1571,1583 **** else new->CR67 = 0x50; /* 16bpp, 220MHz */ } else if ((vgaBitsPerPixel == 24) || (vgaBitsPerPixel == 32)) { ! #if 0 /* Savage3D doesn't require STREAMS for bpp >= 24 */ ! new->CR67 = 0xd0 | 0x0c; /* 24bpp, 135MHz, STREAMS */ ! S3SAVInitSTREAMS(new->STREAMS, mode); ! new->MMPR0 = 0xc098; /* Adjust FIFO slots */ ! #else ! new->CR67 = 0xd0; /* 24bpp, 135MHz, STREAMS */ ! #endif } { unsigned int m, n, r; --- 1810,1816 ---- else new->CR67 = 0x50; /* 16bpp, 220MHz */ } else if ((vgaBitsPerPixel == 24) || (vgaBitsPerPixel == 32)) { ! new->CR67 = 0xd0; /* 24bpp, 135MHz */ } { unsigned int m, n, r; *************** *** 1665,1681 **** else new->CR50 = 0x30; ! if (vga256InfoRec.displayWidth <= 640) new->CR50 |= 0x40; ! else if (vga256InfoRec.displayWidth <= 800) new->CR50 |= 0x80; ! else if (vga256InfoRec.displayWidth <= 1024); ! else if (vga256InfoRec.displayWidth <= 1152) new->CR50 |= 0x01; ! else if (vga256InfoRec.displayWidth <= 1280) new->CR50 |= 0x41; ! else if (vga256InfoRec.displayWidth <= 2048 && new->CR31 & 2); ! else if (vga256InfoRec.displayWidth <= 1600) new->CR50 |= 0x81; /* TODO: need to consider bpp=4 */ else new->CR50 |= 0xC1; /* default to use GlobalBD */ --- 1898,1914 ---- else new->CR50 = 0x30; ! if (vga256InfoRec.displayWidth == 640) new->CR50 |= 0x40; ! else if (vga256InfoRec.displayWidth == 800) new->CR50 |= 0x80; ! else if (vga256InfoRec.displayWidth == 1024); ! else if (vga256InfoRec.displayWidth == 1152) new->CR50 |= 0x01; ! else if (vga256InfoRec.displayWidth == 1280) new->CR50 |= 0x41; ! else if (vga256InfoRec.displayWidth == 2048 && new->CR31 & 2); ! else if (vga256InfoRec.displayWidth == 1600) new->CR50 |= 0x81; /* TODO: need to consider bpp=4 */ else new->CR50 |= 0xC1; /* default to use GlobalBD */ *************** *** 1689,1710 **** new->CR36 = inb(vgaCRReg); if (mode->Private) { ! if (mode->Private[0] & (1 << S3_INVERT_VCLK)) { ! if (mode->Private[S3_INVERT_VCLK]) ! new->CR67 |= 1; ! else ! new->CR67 &= ~1; ! } if (mode->Private[0] & (1 << S3_BLANK_DELAY)) { new->CR65 = (new->CR65 & ~0x38) | (mode->Private[S3_BLANK_DELAY] & 0x07) << 3; } - if (mode->Private[0] & (1 << S3_EARLY_SC)) { - if (mode->Private[S3_EARLY_SC]) - new->CR65 |= 2; - else - new->CR65 &= ~2; - } } outb(vgaCRIndex, 0x68); --- 1922,1939 ---- new->CR36 = inb(vgaCRReg); if (mode->Private) { ! new->CR67 &= ~1; ! if( ! (s3vPriv.chip != S3_SAVAGE2000) && ! (mode->Private[0] & (1 << S3_INVERT_VCLK)) && ! (mode->Private[S3_INVERT_VCLK]) ! ) ! new->CR67 |= 1; ! if (mode->Private[0] & (1 << S3_BLANK_DELAY)) { new->CR65 = (new->CR65 & ~0x38) | (mode->Private[S3_BLANK_DELAY] & 0x07) << 3; } } outb(vgaCRIndex, 0x68); *************** *** 1718,1724 **** new->CR88 = inb(vgaCRReg) | 0x08; outb(vgaCRIndex, 0xB0); new->CRB0 = inb(vgaCRReg) | 0x80; - #endif /* USEBIOS */ return TRUE; } --- 1947,1952 ---- *************** *** 1745,1762 **** ErrorF("%s %s: \"pci_retry\" option requires \"pci_burst\".\n", XCONFIG_GIVEN, vga256InfoRec.name); } - if (!OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options)) { - vgaHWCursor.Initialized = TRUE; - vgaHWCursor.Init = S3SAVCursorInit; - vgaHWCursor.Restore = S3SAVRestoreCursor; - vgaHWCursor.Warp = S3SAVWarpCursor; - vgaHWCursor.QueryBestSize = S3SAVQueryBestSize; - if (xf86Verbose) - ErrorF("%s %s: %s: Using hardware cursor\n", - XCONFIG_PROBED, vga256InfoRec.name, - vga256InfoRec.chipset); - } } --- 1973,2003 ---- ErrorF("%s %s: \"pci_retry\" option requires \"pci_burst\".\n", XCONFIG_GIVEN, vga256InfoRec.name); } + /* If an LCD panel is attached, any modes less than the LCD size */ + /* might use stretching. In that case, the hardware cursor does */ + /* not track correctly. Thus, we have to abandon the hardware */ + /* cursor. */ + + outb(vgaCRIndex, 0x6d); + if( inb(vgaCRReg) & LCD_ATTACHED ) { + ErrorF("%s %s: %s: LCD forces software cursor\n", + XCONFIG_PROBED, vga256InfoRec.name, + vga256InfoRec.chipset); + } + else { + if (!OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options)) { + vgaHWCursor.Initialized = TRUE; + vgaHWCursor.Init = S3SAVCursorInit; + vgaHWCursor.Restore = S3SAVRestoreCursor; + vgaHWCursor.Warp = S3SAVWarpCursor; + vgaHWCursor.QueryBestSize = S3SAVQueryBestSize; + if (xf86Verbose) + ErrorF("%s %s: %s: Using hardware cursor\n", + XCONFIG_PROBED, vga256InfoRec.name, + vga256InfoRec.chipset); + } + } } *************** *** 1842,1869 **** int * streams; { ! streams[0] = ((mmtr)s3vMmioMem)->streams_regs.regs.prim_stream_cntl; ! streams[1] = ((mmtr)s3vMmioMem)->streams_regs.regs.col_chroma_key_cntl; ! streams[2] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_stream_cntl; ! streams[3] = ((mmtr)s3vMmioMem)->streams_regs.regs.chroma_key_upper_bound; ! streams[4] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_stream_stretch; ! streams[5] = ((mmtr)s3vMmioMem)->streams_regs.regs.blend_cntl; ! streams[6] = ((mmtr)s3vMmioMem)->streams_regs.regs.prim_fbaddr0; ! streams[7] = ((mmtr)s3vMmioMem)->streams_regs.regs.prim_fbaddr1; ! streams[8] = ((mmtr)s3vMmioMem)->streams_regs.regs.prim_stream_stride; ! streams[9] = ((mmtr)s3vMmioMem)->streams_regs.regs.double_buffer; ! streams[10] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_fbaddr0; ! streams[11] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_fbaddr1; ! streams[12] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_stream_stride; ! streams[13] = ((mmtr)s3vMmioMem)->streams_regs.regs.opaq_overlay_cntl; ! streams[14] = ((mmtr)s3vMmioMem)->streams_regs.regs.k1; ! streams[15] = ((mmtr)s3vMmioMem)->streams_regs.regs.k2; ! streams[16] = ((mmtr)s3vMmioMem)->streams_regs.regs.dda_vert; ! streams[17] = ((mmtr)s3vMmioMem)->streams_regs.regs.streams_fifo; ! streams[18] = ((mmtr)s3vMmioMem)->streams_regs.regs.prim_start_coord; ! streams[19] = ((mmtr)s3vMmioMem)->streams_regs.regs.prim_window_size; ! streams[20] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_start_coord; ! streams[21] = ((mmtr)s3vMmioMem)->streams_regs.regs.second_window_size; } --- 2083,2110 ---- int * streams; { ! streams[0] = ((mmtr)s3savMmioMem)->streams_regs.regs.prim_stream_cntl; ! streams[1] = ((mmtr)s3savMmioMem)->streams_regs.regs.col_chroma_key_cntl; ! streams[2] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_stream_cntl; ! streams[3] = ((mmtr)s3savMmioMem)->streams_regs.regs.chroma_key_upper_bound; ! streams[4] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_stream_stretch; ! streams[5] = ((mmtr)s3savMmioMem)->streams_regs.regs.blend_cntl; ! streams[6] = ((mmtr)s3savMmioMem)->streams_regs.regs.prim_fbaddr0; ! streams[7] = ((mmtr)s3savMmioMem)->streams_regs.regs.prim_fbaddr1; ! streams[8] = ((mmtr)s3savMmioMem)->streams_regs.regs.prim_stream_stride; ! streams[9] = ((mmtr)s3savMmioMem)->streams_regs.regs.double_buffer; ! streams[10] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_fbaddr0; ! streams[11] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_fbaddr1; ! streams[12] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_stream_stride; ! streams[13] = ((mmtr)s3savMmioMem)->streams_regs.regs.opaq_overlay_cntl; ! streams[14] = ((mmtr)s3savMmioMem)->streams_regs.regs.k1; ! streams[15] = ((mmtr)s3savMmioMem)->streams_regs.regs.k2; ! streams[16] = ((mmtr)s3savMmioMem)->streams_regs.regs.dda_vert; ! streams[17] = ((mmtr)s3savMmioMem)->streams_regs.regs.streams_fifo; ! streams[18] = ((mmtr)s3savMmioMem)->streams_regs.regs.prim_start_coord; ! streams[19] = ((mmtr)s3savMmioMem)->streams_regs.regs.prim_window_size; ! streams[20] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_start_coord; ! streams[21] = ((mmtr)s3savMmioMem)->streams_regs.regs.second_window_size; } *************** *** 1880,1909 **** * when saved have some reserved bits set. */ ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_stream_cntl = streams[0] & 0x77000000; ! ((mmtr)s3vMmioMem)->streams_regs.regs.col_chroma_key_cntl = streams[1]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_stream_cntl = streams[2]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.chroma_key_upper_bound = streams[3]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_stream_stretch = streams[4]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.blend_cntl = streams[5]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_fbaddr0 = streams[6]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_fbaddr1 = streams[7]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_stream_stride = streams[8] & 0x0fff; ! ((mmtr)s3vMmioMem)->streams_regs.regs.double_buffer = streams[9]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_fbaddr0 = streams[10]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_fbaddr1 = streams[11]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_stream_stride = streams[12]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.opaq_overlay_cntl = streams[13]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.k1 = streams[14]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.k2 = streams[15]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.dda_vert = streams[16]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_start_coord = streams[18]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.prim_window_size = streams[19] & 0x07ff07ff; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_start_coord = streams[20]; ! ((mmtr)s3vMmioMem)->streams_regs.regs.second_window_size = streams[21]; } --- 2121,2150 ---- * when saved have some reserved bits set. */ ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_stream_cntl = streams[0] & 0x77000000; ! ((mmtr)s3savMmioMem)->streams_regs.regs.col_chroma_key_cntl = streams[1]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_stream_cntl = streams[2]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.chroma_key_upper_bound = streams[3]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_stream_stretch = streams[4]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.blend_cntl = streams[5]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_fbaddr0 = streams[6]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_fbaddr1 = streams[7]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_stream_stride = streams[8] & 0x0fff; ! ((mmtr)s3savMmioMem)->streams_regs.regs.double_buffer = streams[9]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_fbaddr0 = streams[10]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_fbaddr1 = streams[11]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_stream_stride = streams[12]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.opaq_overlay_cntl = streams[13]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.k1 = streams[14]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.k2 = streams[15]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.dda_vert = streams[16]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_start_coord = streams[18]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.prim_window_size = streams[19] & 0x07ff07ff; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_start_coord = streams[20]; ! ((mmtr)s3savMmioMem)->streams_regs.regs.second_window_size = streams[21]; } *************** *** 1919,1925 **** unsigned char tmp; VerticalRetraceWait(); ! ((mmtr)s3vMmioMem)->memport_regs.regs.fifo_control = 0xC000; outb(vgaCRIndex, 0x67); tmp = inb(vgaCRReg); /* Disable STREAMS processor */ --- 2160,2166 ---- unsigned char tmp; VerticalRetraceWait(); ! ((mmtr)s3savMmioMem)->memport_regs.regs.fifo_control = 0xC000; outb(vgaCRIndex, 0x67); tmp = inb(vgaCRReg); /* Disable STREAMS processor */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h:1.1.2.1 Fri Jul 30 21:21:34 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h Wed Dec 1 23:49:34 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h,v 1.1.2.1 1999/07/30 11:21:34 hohndel Exp $ */ /* Header file for ViRGE server */ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_driver.h,v 1.1.2.2 1999/12/01 12:49:34 hohndel Exp $ */ /* Header file for ViRGE server */ *************** *** 27,33 **** unsigned char CR50, CR51, CR53, CR58, CR5B, CR5D, CR5E; unsigned char CR65, CR66, CR67, CR68, CR69, CR6F; /* Video attrib. */ unsigned char CR86, CR88; ! unsigned char CR90, CRB0; unsigned char ColorStack[8]; /* S3 hw cursor color stack CR4A/CR4B */ unsigned int STREAMS[22]; /* Streams regs */ unsigned int MMPR0, MMPR1, MMPR2, MMPR3; /* MIU regs */ --- 27,33 ---- unsigned char CR50, CR51, CR53, CR58, CR5B, CR5D, CR5E; unsigned char CR65, CR66, CR67, CR68, CR69, CR6F; /* Video attrib. */ unsigned char CR86, CR88; ! unsigned char CR90, CR91, CRB0; unsigned char ColorStack[8]; /* S3 hw cursor color stack CR4A/CR4B */ unsigned int STREAMS[22]; /* Streams regs */ unsigned int MMPR0, MMPR1, MMPR2, MMPR3; /* MIU regs */ *************** *** 71,85 **** int MCLK; Bool NoPCIRetry; ! /* ! * The layout of the "engine idle" bits in Status Word 0 (48C00) ! * changed between Savage4 Rev A and Savage4 Rev B. The fields ! * below have the appropriate values. ! */ ! /* 3D & 4RevA 4RevB */ ! unsigned StatusFE; /* 0000ffff 001fffff */ ! unsigned StatusMask; /* 0008ffff 081fffff */ ! unsigned Status2DI; /* 00080000 08000000 */ } S3VPRIV; --- 71,81 ---- int MCLK; Bool NoPCIRetry; ! int (*WaitQueue)(int); ! int (*WaitIdle)(void); ! int (*WaitIdleEmpty)(void); ! int (*WaitCommandEmpty)(void); ! } S3VPRIV; *************** *** 108,113 **** --- 104,118 ---- extern void S3SAVSetVESAMode( int, int ); extern void S3SAVSetTextMode( ); #endif + + /* Constants for CR69. */ + + #define CRT_ACTIVE 0x01 + #define LCD_ACTIVE 0x02 + #define TV_ACTIVE 0x04 + #define CRT_ATTACHED 0x10 + #define LCD_ATTACHED 0x20 + #define TV_ATTACHED 0x40 /* Various defines which are used to pass flags between the Setup and * Subsequent functions. Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c:1.1.2.1 Fri Jul 30 21:21:35 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c Tue Dec 21 01:36:28 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c,v 1.1.2.1 1999/07/30 11:21:35 hohndel Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_savage/s3sav_misc.c,v 1.1.2.3 1999/12/20 14:36:28 hohndel Exp $ */ /* * *************** *** 68,74 **** if (vgaPCIInfo && vgaPCIInfo->AllCards) { while (pcrp = vgaPCIInfo->AllCards[i]) { ! if (pcrp->_vendor == PCI_S3_VENDOR_ID && pcrp->_command != 0) { int ChipId = pcrp->_device; if (vga256InfoRec.chipID) { ErrorF("%s %s: S3 chipset override, using chip_id = 0x%04x instead of 0x%04x\n", --- 68,77 ---- if (vgaPCIInfo && vgaPCIInfo->AllCards) { while (pcrp = vgaPCIInfo->AllCards[i]) { ! if (pcrp->_vendor == PCI_S3_VENDOR_ID && ! (pcrp->_base_class == PCI_CLASS_DISPLAY) && ! (pcrp->_sub_class == PCI_SUBCLASS_DISPLAY_VGA) && ! pcrp->_command != 0) { int ChipId = pcrp->_device; if (vga256InfoRec.chipID) { ErrorF("%s %s: S3 chipset override, using chip_id = 0x%04x instead of 0x%04x\n", *************** *** 87,99 **** case PCI_SAVAGE4: info.ChipType = S3_SAVAGE4; break; default: info.ChipType = S3_UNKNOWN; info.DevID = pcrp->_device; break; } info.ChipRev = pcrp->_rev_id; ! if (ChipId == PCI_SAVAGE4) { info.MemBase = pcrp->_base0 & 0xFFFFFFF0; info.MemBase1 = pcrp->_base1 & 0xFFFFFFF0; } --- 90,105 ---- case PCI_SAVAGE4: info.ChipType = S3_SAVAGE4; break; + case PCI_SAVAGE2000: + info.ChipType = S3_SAVAGE2000; + break; default: info.ChipType = S3_UNKNOWN; info.DevID = pcrp->_device; break; } info.ChipRev = pcrp->_rev_id; ! if( (ChipId == PCI_SAVAGE4) || (ChipId == PCI_SAVAGE2000) ) { info.MemBase = pcrp->_base0 & 0xFFFFFFF0; info.MemBase1 = pcrp->_base1 & 0xFFFFFFF0; } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c:1.1.2.2 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c:1.1.2.1 Sat Feb 7 21:05:42 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c Sun Dec 12 02:31:01 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c,v 1.1.2.1 1998/02/07 10:05:42 hohndel Exp $ */ /* * * Copyright 1995-1997 The XFree86 Project, Inc. --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c,v 1.1.2.2 1999/12/11 15:31:01 hohndel Exp $ */ /* * * Copyright 1995-1997 The XFree86 Project, Inc. *************** *** 426,432 **** /* CR3B and CR3C may undergo some additional modifications later on */ outb(vgaCRIndex, 0x3b); ! outb(vgaCRReg, (new->CRTC[0] + new->CRTC[4] + 1) / 2); /****** CR3C ******/ outb(vgaCRIndex, 0x3c); --- 426,435 ---- /* CR3B and CR3C may undergo some additional modifications later on */ outb(vgaCRIndex, 0x3b); ! if (!S3_AURORA64VP_SERIES(s3ChipId)) { ! outb(vgaCRIndex, 0x3b); ! outb(vgaCRReg, (new->CRTC[0] + new->CRTC[4] + 1) / 2); ! } /****** CR3C ******/ outb(vgaCRIndex, 0x3c); *************** *** 713,720 **** else itmp = new->CRTC[0]+ ((i&0x01)<<8) + 1; } ! outb(vgaCRReg, itmp & 0xff); ! i |= (itmp&0x100) >> 2; /****** CR3C ******/ outb(vgaCRIndex, 0x3c); --- 716,729 ---- else itmp = new->CRTC[0]+ ((i&0x01)<<8) + 1; } ! if (S3_AURORA64VP_SERIES(s3ChipId)) { ! outb(vgaCRReg, 0); ! i &= ~0x40; ! } ! else { ! outb(vgaCRReg, itmp & 0xff); ! i |= (itmp&0x100) >> 2; ! } /****** CR3C ******/ outb(vgaCRIndex, 0x3c); *************** *** 829,834 **** --- 838,862 ---- tmp = inb(vgaCRReg); if (!(tmp & 0x0c)) /* 1-cycle EDO */ outb(vgaCRReg, tmp | 0x08); /* 2-cycle EDO */ + } + + if (S3_AURORA64VP_SERIES(s3ChipId)) { + outb(0x3c4, 0x08); /* unlock extended SEQ regs */ + outb(0x3c5, 0x06); + if (OFLG_ISSET(OPTION_LCD_CENTER, &vga256InfoRec.options)) { + outb(0x3c4, 0x54); outb(0x3c5, 0x10); + outb(0x3c4, 0x55); outb(0x3c5, 0x00); + outb(0x3c4, 0x56); outb(0x3c5, 0x1c); + outb(0x3c4, 0x57); outb(0x3c5, 0x00); + } + else { + outb(0x3c4, 0x54); outb(0x3c5, 0x1f); + outb(0x3c4, 0x55); outb(0x3c5, 0x1f); + outb(0x3c4, 0x56); outb(0x3c5, 0x1f); + outb(0x3c4, 0x57); outb(0x3c5, 0xff); + } + outb(0x3c4, 0x08); /* lock extended SEQ regs */ + outb(0x3c5, 0x00); } if (S3_964_SERIES(s3ChipId) && DAC_IS_BT485_SERIES) { Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c:1.1.2.2 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c:1.1.2.3 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c:1.1.2.2 Sat Feb 21 01:28:01 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c Sun Dec 12 02:31:01 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c,v 1.1.2.2 1998/02/20 14:28:01 robin Exp $ */ /* * * Copyright 1995-1997 The XFree86 Project, Inc. --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c,v 1.1.2.3 1999/12/11 15:31:01 hohndel Exp $ */ /* * * Copyright 1995-1997 The XFree86 Project, Inc. *************** *** 88,93 **** --- 88,95 ---- pixMuxShift = -(s3Bpp>>1); /* for 16/32 bpp */ else if (S3_864_SERIES(s3ChipId) || S3_805_I_SERIES(s3ChipId)) pixMuxShift = -(s3Bpp>>1); /* for 16/32 bpp */ + else if (S3_AURORA64VP_SERIES(s3ChipId)) + pixMuxShift = 0; else if (S3_TRIOxx_SERIES(s3ChipId)) pixMuxShift = -(s3Bpp == 2); else if (S3_x64_SERIES(s3ChipId)) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h:1.1.2.8 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h:1.1.2.9 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h:1.1.2.8 Fri Jul 30 21:21:38 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h Thu Oct 21 22:08:05 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h,v 1.1.2.8 1999/07/30 11:21:38 hohndel Exp $ */ /* regs3v.h * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h,v 1.1.2.9 1999/10/21 12:08:05 hohndel Exp $ */ /* regs3v.h * *************** *** 55,81 **** }\ } ! ! #define S3_ViRGE_SERIES(chip) ((chip&0xfff0)==0x31e0) ! #define S3_ViRGE_DXGX_SERIES(chip) (chip == S3_ViRGE_DXGX) ! #define S3_ViRGE_GX2_SERIES(chip) (chip == S3_ViRGE_GX2 || chip == S3_TRIO_3D_2X) ! #define S3_ViRGE_MX_SERIES(chip) (chip == S3_ViRGE_MX || chip == S3_ViRGE_MXP) ! #define S3_ViRGE_MXP_SERIES(chip) (chip == S3_ViRGE_MXP) ! #define S3_ViRGE_VX_SERIES(chip) ((chip&0xfff0)==0x3de0) ! #define S3_TRIO_3D_SERIES(chip) (chip == S3_TRIO_3D) ! #define S3_TRIO_3D_2X_SERIES(chip) (chip == S3_TRIO_3D_2X) ! #define S3_SAVAGE_3D_SERIES(chip) (chip == PCI_CHIP_SAVAGE3D || chip == PCI_CHIP_SAVAGE3D) ! #define S3_ANY_ViRGE_SERIES(chip) ( S3_ViRGE_SERIES(chip) \ ! || S3_ViRGE_VX_SERIES(chip) \ ! || S3_ViRGE_DXGX_SERIES(chip) \ ! || S3_ViRGE_GX2_SERIES(chip) \ ! || S3_ViRGE_MX_SERIES(chip) \ ! || S3_SAVAGE_3D_SERIES(chip) \ ! || S3_TRIO_3D_SERIES(chip)) ! #define S3_ANY_SERIES(chip) ( S3_ViRGE_SERIES(chip) \ ! || S3_ViRGE_VX_SERIES(chip) \ ! || S3_SAVAGE_3D_SERIES(chip) \ ! || S3_TRIO_3D(chip)) /* PCI data */ #define PCI_S3_VENDOR_ID 0x5333 --- 55,71 ---- }\ } ! #if 0 /* currently not used at all */ ! #define S3_ViRGE_SERIES(chip) (chip == S3_ViRGE) ! #define S3_ViRGE_VX_SERIES(chip) (chip == S3_ViRGE_VX) ! #define S3_ViRGE_DXGX_SERIES(chip) (chip == S3_ViRGE_DXGX) ! #define S3_ViRGE_MXP_SERIES(chip) (chip == S3_ViRGE_MXP) ! #define S3_SAVAGE_3D_SERIES(chip) (chip == PCI_CHIP_SAVAGE3D || chip == PCI_CHIP_SAVAGE3D) ! #endif ! #define S3_ViRGE_GX2_SERIES(chip) (chip == S3_ViRGE_GX2 || chip == S3_TRIO_3D_2X) ! #define S3_ViRGE_MX_SERIES(chip) (chip == S3_ViRGE_MX || chip == S3_ViRGE_MXP) ! #define S3_TRIO_3D_SERIES(chip) (chip == S3_TRIO_3D) ! #define S3_TRIO_3D_2X_SERIES(chip) (chip == S3_TRIO_3D_2X) /* PCI data */ #define PCI_S3_VENDOR_ID 0x5333 *************** *** 421,427 **** /* Wait until Command FIFO is empty */ #define WaitCommandEmpty() do { int loop=0; mem_barrier(); \ ! if (s3vPriv.chip == S3_ViRGE_GX2 || s3vPriv.chip == S3_ViRGE_MX || s3vPriv.chip == S3_ViRGE_MXP) \ while ((!(((((mmtr)s3vMmioMem)->subsys_regs.regs.adv_func_cntl)) & 0x400)) && (loop++<MAXLOOP)); \ else if (S3_TRIO_3D_SERIES(s3vPriv.chip)) \ while (((IN_SUBSYS_STAT() & 0x5f00) != 0x5f00) && (loop++<MAXLOOP)); \ --- 411,417 ---- /* Wait until Command FIFO is empty */ #define WaitCommandEmpty() do { int loop=0; mem_barrier(); \ ! if (S3_ViRGE_GX2_SERIES(s3vPriv.chip) || S3_ViRGE_MX_SERIES(s3vPriv.chip)) \ while ((!(((((mmtr)s3vMmioMem)->subsys_regs.regs.adv_func_cntl)) & 0x400)) && (loop++<MAXLOOP)); \ else if (S3_TRIO_3D_SERIES(s3vPriv.chip)) \ while (((IN_SUBSYS_STAT() & 0x5f00) != 0x5f00) && (loop++<MAXLOOP)); \ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c:1.1.2.5 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c:1.1.2.6 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c:1.1.2.5 Wed Oct 21 20:44:46 1998 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c Sun Jan 9 07:47:30 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c,v 1.1.2.5 1998/10/21 10:44:46 dawes Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c,v 1.1.2.6 2000/01/06 02:14:27 robin Exp $ */ /* * *************** *** 447,455 **** --- 447,461 ---- outb(vgaCRIndex, 0x4A); outb(vgaCRReg, packedcolfg); outb(vgaCRReg, packedcolfg>>8); + /* needed for 2nd pixel in double-clock modes */ + outb(vgaCRReg, packedcolfg); + outb(vgaCRReg, packedcolfg>>8); outb(vgaCRIndex, 0x45); inb(vgaCRReg); /* reset stack pointer */ outb(vgaCRIndex, 0x4B); + outb(vgaCRReg, packedcolbg); + outb(vgaCRReg, packedcolbg>>8); + /* needed for 2nd pixel in double-clock modes */ outb(vgaCRReg, packedcolbg); outb(vgaCRReg, packedcolbg>>8); break; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c:1.1.2.25 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c:1.1.2.31 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c:1.1.2.25 Fri Jul 30 21:21:39 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c Sun Jan 9 07:47:31 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c,v 1.1.2.25 1999/07/30 11:21:39 hohndel Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c,v 1.1.2.31 2000/01/06 02:14:27 robin Exp $ */ /* * *************** *** 340,346 **** /* Are we going to reenable STREAMS in this new mode? */ s3vPriv.STREAMSRunning = restore->CR67 & 0x0c; ! /* First reset GE to make sure nothing is going on */ if(s3vPriv.chip == S3_ViRGE_VX) { outb(vgaCRIndex, 0x63); if(inb(vgaCRReg) & 0x01) S3VGEReset(0,__LINE__,__FILE__); --- 340,352 ---- /* Are we going to reenable STREAMS in this new mode? */ s3vPriv.STREAMSRunning = restore->CR67 & 0x0c; ! /* first enable NEWMMIO, it's needed in S3VGEReset() */ ! if (!S3_TRIO_3D_SERIES(s3vPriv.chip)) { ! outb(vgaCRIndex, 0x53); ! outb(vgaCRReg, restore->CR53 | 0x08); ! } ! ! /* Then reset GE to make sure nothing is going on */ if(s3vPriv.chip == S3_ViRGE_VX) { outb(vgaCRIndex, 0x63); if(inb(vgaCRReg) & 0x01) S3VGEReset(0,__LINE__,__FILE__); *************** *** 398,403 **** --- 404,411 ---- if (S3_TRIO_3D_SERIES(s3vPriv.chip)) { outb(0x3c4, 0x0A); outb(0x3c5, restore->SR0A); + outb(0x3c4, 0x0F); + outb(0x3c5, restore->SR0F); } /* Restore the standard VGA registers */ *************** *** 440,445 **** --- 448,457 ---- outb(vgaCRIndex, 0x40); outb(vgaCRReg, restore->CR40); } + if (S3_ViRGE_MX_SERIES(s3vPriv.chip)) { + outb(vgaCRIndex, 0x41); + outb(vgaCRReg, restore->CR41); + } outb(vgaCRIndex, 0x42); outb(vgaCRReg, restore->CR42); outb(vgaCRIndex, 0x45); *************** *** 467,472 **** --- 479,486 ---- S3_ViRGE_MX_SERIES(s3vPriv.chip) || S3_TRIO_3D_SERIES(s3vPriv.chip)) { outb(vgaCRIndex, 0x90); outb(vgaCRReg, restore->CR90); + outb(vgaCRIndex, 0x91); + outb(vgaCRReg, restore->CR91); } /* Unlock extended sequencer regs */ *************** *** 511,523 **** tmp = inb(0x3c5) & ~0x21; outb(0x3c5, tmp | 0x03); - if (S3_TRIO_3D_SERIES(s3vPriv.chip)) usleep(10000); outb(0x3c5, tmp | 0x23); - if (S3_TRIO_3D_SERIES(s3vPriv.chip)) usleep(10000); outb(0x3c5, tmp | 0x03); - if (S3_TRIO_3D_SERIES(s3vPriv.chip)) usleep(10000); outb(0x3c5, restore->SR15); - if (S3_TRIO_3D_SERIES(s3vPriv.chip)) usleep(10000); outb(0x3c4, 0x08); outb(0x3c5, restore->SR8); --- 525,533 ---- *************** *** 546,552 **** outb(vgaCRIndex, 0x66); cr66 = inb(vgaCRReg); outb(vgaCRReg, cr66 | 0x80); - if (S3_TRIO_3D_SERIES(s3vPriv.chip)) usleep(10000); outb(vgaCRIndex, 0x3a); cr3a = inb(vgaCRReg); outb(vgaCRReg, cr3a | 0x80); --- 556,561 ---- *************** *** 660,665 **** --- 669,678 ---- outb(vgaCRIndex, 0x40); save->CR40 = inb(vgaCRReg); } + if (S3_ViRGE_MX_SERIES(s3vPriv.chip)) { + outb(vgaCRIndex, 0x41); + save->CR41 = inb(vgaCRReg); + } outb(vgaCRIndex, 0x42); save->CR42 = inb(vgaCRReg); outb(vgaCRIndex, 0x45); *************** *** 697,702 **** --- 710,717 ---- S3_ViRGE_MX_SERIES(s3vPriv.chip) || S3_TRIO_3D_SERIES(s3vPriv.chip)) { outb(vgaCRIndex, 0x90); save->CR90 = inb(vgaCRReg); + outb(vgaCRIndex, 0x91); + save->CR91 = inb(vgaCRReg); } /* Extended mode timings regs */ *************** *** 746,751 **** --- 761,768 ---- if (S3_TRIO_3D_SERIES(s3vPriv.chip)) { outb(0x3c4, 0x0A); save->SR0A = inb(0x3c5); + outb(0x3c4, 0x0F); + save->SR0F = inb(0x3c5); } outb(0x3c4, 0x18); save->SR18 = inb(0x3c5); *************** *** 954,960 **** else if (S3_TRIO_3D_2X_SERIES(s3vPriv.chip)) { switch((config1 & 0xE0) >> 5) { case 0: ! vga256InfoRec.videoRam = 0 * 1024; break; case 1: /* 32 bit interface -- yuck */ case 2: --- 971,977 ---- else if (S3_TRIO_3D_2X_SERIES(s3vPriv.chip)) { switch((config1 & 0xE0) >> 5) { case 0: ! vga256InfoRec.videoRam = 8 * 1024; break; case 1: /* 32 bit interface -- yuck */ case 2: *************** *** 1117,1137 **** n1 = n & 0x1f; n2 = (n>>5) & 0x03; mclk = ((1431818 * (m+2)) / (n1+2) / (1 << n2) + 50) / 100; ErrorF("%s %s: Detected current MCLK value of %1.3f MHz\n",XCONFIG_PROBED, vga256InfoRec.name, mclk / 1000.0); /* Now check if the user has specified "set_memclk" value in XConfig */ if (vga256InfoRec.MemClk > 0) { ! if(vga256InfoRec.MemClk <= 100000) { ErrorF("%s %s: Using Memory Clock value of %1.3f MHz\n", ! OFLG_ISSET(XCONFIG_DACSPEED, &vga256InfoRec.xconfigFlag) ? XCONFIG_GIVEN : XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.MemClk/1000.0); s3vPriv.MCLK = vga256InfoRec.MemClk; } else { ! ErrorF("%s %s: Memory Clock value of %1.3f MHz is larger than limit of 100 MHz\n", XCONFIG_GIVEN, vga256InfoRec.name, vga256InfoRec.MemClk/1000.0); s3vPriv.MCLK = 0; } --- 1134,1199 ---- n1 = n & 0x1f; n2 = (n>>5) & 0x03; mclk = ((1431818 * (m+2)) / (n1+2) / (1 << n2) + 50) / 100; + if (S3_ViRGE_MX_SERIES(s3vPriv.chip)) { + char *is_probed = XCONFIG_PROBED; + /* + * try to figure out which reference clock is used: + * Toshiba Tecra 5x0/7x0 seems to use 28.636 MHz + * Compaq Armada 7x00 uses 14.318 MHz + */ + if (find_bios_string(vga256InfoRec.BIOSbase, "COMPAQ M5 BIOS", NULL) != NULL) { + if (xf86Verbose) + ErrorF("%s %s: COMPAQ M5 BIOS found\n", XCONFIG_PROBED, vga256InfoRec.name); + /* s3vPriv.refclk_fact = 1.0; */ + } + else if (find_bios_string(vga256InfoRec.BIOSbase, "TOSHIBA Video BIOS", NULL) != NULL) { + if (xf86Verbose) + ErrorF("%s %s: TOSHIBA Video BIOS found\n", XCONFIG_PROBED, vga256InfoRec.name); + /* s3vPriv.refclk_fact = 2.0; */ + } + else if (find_bios_string(vga256InfoRec.BIOSbase, "Generic M5+ BIOS", NULL) != NULL) { + if (xf86Verbose) + ErrorF("%s %s: Generic M5+ BIOS found\n", XCONFIG_PROBED, vga256InfoRec.name); + /* s3vPriv.refclk_fact = 1.0; */ + } + else if (find_bios_string(vga256InfoRec.BIOSbase, "M5+ BIOS", NULL) != NULL) { + if (xf86Verbose) + ErrorF("%s %s: M5+ BIOS found\n", XCONFIG_PROBED, vga256InfoRec.name); + /* s3vPriv.refclk_fact = 1.0; */ + } + /* else */ + { /* better always use guessed value... */ + if (mclk > 60000) + s3vPriv.refclk_fact = 1.0; + else + s3vPriv.refclk_fact = 2.0; /* don't know why ??? */ + } + if (vga256InfoRec.s3RefClk != 0) { + s3vPriv.refclk_fact = vga256InfoRec.s3RefClk / 14318.0; + is_probed = XCONFIG_GIVEN; + } + else + vga256InfoRec.s3RefClk = (int)(14318.18 * s3vPriv.refclk_fact); + + mclk = (int)(mclk * s3vPriv.refclk_fact); + ErrorF("%s %s: assuming RefCLK value of %1.3f MHz\n", + is_probed, vga256InfoRec.name, vga256InfoRec.s3RefClk / 1000.0); + } ErrorF("%s %s: Detected current MCLK value of %1.3f MHz\n",XCONFIG_PROBED, vga256InfoRec.name, mclk / 1000.0); /* Now check if the user has specified "set_memclk" value in XConfig */ if (vga256InfoRec.MemClk > 0) { ! if(vga256InfoRec.MemClk <= 150000) { ErrorF("%s %s: Using Memory Clock value of %1.3f MHz\n", ! OFLG_ISSET(XCONFIG_MEMCLOCK, &vga256InfoRec.xconfigFlag) ? XCONFIG_GIVEN : XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.MemClk/1000.0); s3vPriv.MCLK = vga256InfoRec.MemClk; } else { ! ErrorF("%s %s: Memory Clock value of %1.3f MHz is larger than limit of 150 MHz\n", XCONFIG_GIVEN, vga256InfoRec.name, vga256InfoRec.MemClk/1000.0); s3vPriv.MCLK = 0; } *************** *** 1153,1159 **** sr29 = inb(0x3c5); n1 = sr12 & 0x1f; n2 = ((sr12>>6) & 0x03) | ((sr29 & 0x01) << 2); ! lcdclk = ((2 * 1431818 * (sr13+2)) / (n1+2) / (1 << n2) + 50) / 100; } outb(0x3c4, 0x61); h_lcd = inb(0x3c5); --- 1215,1221 ---- sr29 = inb(0x3c5); n1 = sr12 & 0x1f; n2 = ((sr12>>6) & 0x03) | ((sr29 & 0x01) << 2); ! lcdclk = ((int)(s3vPriv.refclk_fact * 1431818 * (sr13+2)) / (n1+2) / (1 << n2) + 50) / 100; } outb(0x3c4, 0x61); h_lcd = inb(0x3c5); *************** *** 1172,1194 **** , lcdclk / 1000.0); } - /* Set scale factors for mode timings */ - - if (s3vPriv.chip == S3_ViRGE_VX || S3_ViRGE_GX2_SERIES(s3vPriv.chip) || - S3_ViRGE_MX_SERIES(s3vPriv.chip)){ - s3vPriv.HorizScaleFactor = 1; - } - else if (vgaBitsPerPixel == 8){ - s3vPriv.HorizScaleFactor = 1; - } - else if (vgaBitsPerPixel == 16){ - s3vPriv.HorizScaleFactor = 2; - } - else { - s3vPriv.HorizScaleFactor = 1; - } - - /* And map MMIO memory, abort if we cannot */ s3vMmioMem = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, --- 1234,1239 ---- *************** *** 1259,1264 **** --- 1304,1310 ---- OFLG_SET(CLOCK_OPTION_PROGRAMABLE, &vga256InfoRec.clockOptions); OFLG_SET(OPTION_SLOW_EDODRAM, &S3V.ChipOptionFlags); OFLG_SET(OPTION_FAST_DRAM, &S3V.ChipOptionFlags); + OFLG_SET(OPTION_SLOW_DRAM, &S3V.ChipOptionFlags); OFLG_SET(OPTION_FPM_VRAM, &S3V.ChipOptionFlags); OFLG_SET(OPTION_PCI_BURST_ON, &S3V.ChipOptionFlags); OFLG_SET(OPTION_FIFO_CONSERV, &S3V.ChipOptionFlags); *************** *** 1365,1370 **** --- 1411,1420 ---- * (vgaBitsPerPixel / 8)) >> 2; if (vgaBitsPerPixel == 24) Base = Base+2 - (Base+2) % 3; + if (vgaBitsPerPixel == 16) + if (S3_TRIO_3D_SERIES(s3vPriv.chip) + && vga256InfoRec.clock[vga256InfoRec.modes->Clock] > 115000) + Base &= ~1; /* Now program the start address registers */ outw(vgaCRIndex, (Base & 0x00FF00) | 0x0C); *************** *** 1407,1412 **** --- 1457,1485 ---- if (xf86Verbose > 1) { ErrorF("switching to Mode %s\n",mode->name); } + + + /* Set scale factors for mode timings */ + + if (s3vPriv.chip == S3_ViRGE_VX || S3_ViRGE_GX2_SERIES(s3vPriv.chip) || + S3_ViRGE_MX_SERIES(s3vPriv.chip)){ + s3vPriv.HorizScaleFactor = 1; + } + else if (vgaBitsPerPixel == 8){ + s3vPriv.HorizScaleFactor = 1; + } + else if (vgaBitsPerPixel == 16){ + if(S3_TRIO_3D_SERIES(s3vPriv.chip) + && vga256InfoRec.clock[vga256InfoRec.modes->Clock] > 115000) + s3vPriv.HorizScaleFactor = 1; + else + s3vPriv.HorizScaleFactor = 2; + } + else { + s3vPriv.HorizScaleFactor = 1; + } + + /* First we adjust the horizontal timings if needed */ if(s3vPriv.HorizScaleFactor != 1) *************** *** 1487,1494 **** if (!S3_TRIO_3D_SERIES(s3vPriv.chip)) new->SR15 = 0x03 | 0x80; else { ! new->SR15 = 0x03; /* not clear if we may use 2 CYC MWR */ ! new->SR0A &= 0x7F; } new->SR18 = 0x00; new->CR43 = 0x00; --- 1560,1578 ---- if (!S3_TRIO_3D_SERIES(s3vPriv.chip)) new->SR15 = 0x03 | 0x80; else { ! outb(0x3c4, 0x15); ! new->SR15 = inb(0x3c5); ! outb(0x3c4, 0x0a); ! new->SR0A = inb(0x3c5); ! if (OFLG_ISSET(OPTION_SLOW_DRAM, &vga256InfoRec.options)) { ! new->SR15 = 0x03; /* 3 CYC MWR */ ! new->SR0A &= 0x7F; ! } else if (OFLG_ISSET(OPTION_FAST_DRAM, &vga256InfoRec.options)) { ! new->SR15 = 0x03 | 0x80; /* 2 CYC MWR */ ! new->SR0A |= 0x80; ! } else { /* keep BIOS init defaults */ ! new->SR15 = (new->SR15 & 0x80) | 0x03; ! } } new->SR18 = 0x00; new->CR43 = 0x00; *************** *** 1501,1506 **** --- 1585,1600 ---- outb(vgaCRIndex, 0x40); new->CR40 = inb(vgaCRReg) & ~0x01; } + + if (S3_ViRGE_MX_SERIES(s3vPriv.chip)) { + /* fix problems with APM suspend/resume trashing CR90/91 */ + switch(vga256InfoRec.bitsPerPixel) { + case 8: new->CR41 = 0x38; break; + case 15: new->CR41 = 0x58; break; + case 16: new->CR41 = 0x48; break; + default: new->CR41 = 0x77; + } + } /* Memory controller registers. Optimize for better graphics engine * performance. These settings are adjusted/overridden below for other bpp/ *************** *** 1529,1537 **** */ if(s3vPriv.MCLK> 0) { ! commonCalcClock(s3vPriv.MCLK, 1, 1, 31, 0, 3, ! 135000, 270000, &new->SR11, &new->SR10); ! } else { new->SR10 = 255; /* This is a reserved value, so we use as flag */ new->SR11 = 255; --- 1623,1635 ---- */ if(s3vPriv.MCLK> 0) { ! if (S3_ViRGE_MX_SERIES(s3vPriv.chip)) ! commonCalcClock((int)(s3vPriv.MCLK / s3vPriv.refclk_fact), 1, 1, 31, 0, 3, ! 135000, 270000, &new->SR11, &new->SR10); ! else ! commonCalcClock(s3vPriv.MCLK, 1, 1, 31, 0, 3, ! 135000, 270000, &new->SR11, &new->SR10); ! } else { new->SR10 = 255; /* This is a reserved value, so we use as flag */ new->SR11 = 255; *************** *** 1613,1626 **** sr29 = inb(0x3c5); n1 = sr12 & 0x1f; n2 = ((sr12>>6) & 0x03) | ((sr29 & 0x01) << 2); ! vga256InfoRec.LCDClk = ((2 * 1431818 * (sr13+2)) / (n1+2) / (1 << n2) + 50) / 100; } } ! commonCalcClock(vga256InfoRec.LCDClk/2, 1, 1, 31, 0, 4, 170000, 340000, &new->SR13, &ndiv); } else ! commonCalcClock(dclk/2, 1, 1, 31, 0, 4, 170000, 340000, &new->SR13, &ndiv); outb(0x3c4, 0x08); outb(0x3c5, sr8); --- 1711,1725 ---- sr29 = inb(0x3c5); n1 = sr12 & 0x1f; n2 = ((sr12>>6) & 0x03) | ((sr29 & 0x01) << 2); ! vga256InfoRec.LCDClk = ((int)(s3vPriv.refclk_fact * 1431818 * (sr13+2)) / (n1+2) / (1 << n2) + 50) / 100; } } ! commonCalcClock((int)(vga256InfoRec.LCDClk / s3vPriv.refclk_fact), ! 1, 1, 31, 0, 4, 170000, 340000, &new->SR13, &ndiv); } else ! commonCalcClock((int)(dclk / s3vPriv.refclk_fact), 1, 1, 31, 0, 4, 170000, 340000, &new->SR13, &ndiv); outb(0x3c4, 0x08); outb(0x3c5, sr8); *************** *** 1633,1638 **** --- 1732,1738 ---- } } else if(S3_TRIO_3D_SERIES(s3vPriv.chip)) { + new->SR0F = 0x00; if (vgaBitsPerPixel == 8) { if(dclk > 115000) { /* We need pixmux */ new->CR67 = 0x10; *************** *** 1645,1650 **** --- 1745,1751 ---- new->CR67 = 0x20; new->SR15 |= 0x10; new->SR18 = 0x80; + new->SR0F = 0x10; } else { new->CR67 = 0x30; /* 15bpp */ } *************** *** 1654,1659 **** --- 1755,1761 ---- new->CR67 = 0x40; new->SR15 |= 0x10; new->SR18 = 0x80; + new->SR0F = 0x10; } else { new->CR67 = 0x50; } *************** *** 1667,1675 **** new->CR67 = 0xd0 | 0x0c; S3VInitSTREAMS(new->STREAMS, mode); new->MMPR0 = 0x10000; /* Still more FIFO slots */ } ! commonCalcClock(dclk, 1, 1, 31, 0, 3, ! 135000, 270000, &new->SR13, &new->SR12); } else { /* Is this correct for DX/GX as well? */ if (vgaBitsPerPixel == 8) { --- 1769,1778 ---- new->CR67 = 0xd0 | 0x0c; S3VInitSTREAMS(new->STREAMS, mode); new->MMPR0 = 0x10000; /* Still more FIFO slots */ + new->SR0F = 0x10; } ! commonCalcClock(dclk, 1, 1, 31, 0, 4, ! 230000, 460000, &new->SR13, &new->SR12); } else { /* Is this correct for DX/GX as well? */ if (vgaBitsPerPixel == 8) { *************** *** 1772,1779 **** if ((s3vPriv.chip == S3_ViRGE_DXGX) || (S3_TRIO_3D_SERIES(s3vPriv.chip))) { new->CR86 = 0x80; /* disable DAC power saving to avoid bright left edge */ } ! if (s3vPriv.chip == S3_ViRGE_DXGX || S3_ViRGE_GX2_SERIES(s3vPriv.chip) || S3_TRIO_3D_SERIES(s3vPriv.chip)) { ! new->CR90 = 0x00; /* disable the stream display fetch length control */ } --- 1875,1885 ---- if ((s3vPriv.chip == S3_ViRGE_DXGX) || (S3_TRIO_3D_SERIES(s3vPriv.chip))) { new->CR86 = 0x80; /* disable DAC power saving to avoid bright left edge */ } ! if (s3vPriv.chip == S3_ViRGE_DXGX || S3_ViRGE_GX2_SERIES(s3vPriv.chip) || ! S3_ViRGE_MX_SERIES(s3vPriv.chip) || S3_TRIO_3D_SERIES(s3vPriv.chip)) { ! int dbytes = vga256InfoRec.displayWidth * ((vga256InfoRec.bitsPerPixel+7)/8); ! new->CR91 = (dbytes + 7) / 8; ! new->CR90 = (((dbytes + 7) / 8) >> 8) | 0x80; } *************** *** 1830,1848 **** new->CR68 = inb(vgaCRReg); new->CR69 = 0; ! if (S3_ViRGE_MX_SERIES(s3vPriv.chip) && ! OFLG_ISSET(OPTION_LCD_CENTER, &vga256InfoRec.options)) { ! new->SR54 = 0x10 ; ! new->SR55 = 0x80 ; ! new->SR56 = 0x10 ; ! new->SR57 = 0x80 ; ! } else if(S3_TRIO_3D_SERIES(s3vPriv.chip)) { ! /* not documented in [trio3d] */ ! } else { ! new->SR54 = 0x1f ; ! new->SR55 = 0x9f ; ! new->SR56 = 0x1f ; ! new->SR57 = 0xff ; } --- 1936,1953 ---- new->CR68 = inb(vgaCRReg); new->CR69 = 0; ! if (S3_ViRGE_GX2_SERIES(s3vPriv.chip) || S3_ViRGE_MX_SERIES(s3vPriv.chip)) { ! if (OFLG_ISSET(OPTION_LCD_CENTER, &vga256InfoRec.options)) { ! new->SR54 = 0x10 ; ! new->SR55 = 0x80 ; ! new->SR56 = 0x10 ; ! new->SR57 = 0x80 ; ! } else { ! new->SR54 = 0x1f ; ! new->SR55 = 0x9f ; ! new->SR56 = 0x1f ; ! new->SR57 = 0xff ; ! } } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h:1.1.2.8 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h:1.1.2.11 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h:1.1.2.8 Wed Jun 23 22:37:24 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h Sun Jan 9 07:47:32 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h,v 1.1.2.8 1999/06/23 12:37:24 hohndel Exp $ */ /* Header file for ViRGE server */ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h,v 1.1.2.11 2000/01/06 02:14:28 robin Exp $ */ /* Header file for ViRGE server */ *************** *** 11,26 **** /* Driver data structure; this should contain all neeeded info for a mode */ typedef struct { vgaHWRec std; ! unsigned char SR8, SR0A, SR10, SR11, SR12, SR13, SR15, SR18, SR29; /* SR9-SR1C, ext seq. */ unsigned char SR54, SR55, SR56, SR57; unsigned char Clock; unsigned char s3DacRegs[0x101]; unsigned char CR31, CR33, CR34, CR36, CR3A, CR3B, CR3C; ! unsigned char CR40, CR42, CR43, CR45; unsigned char CR51, CR53, CR54, CR55, CR58, CR5D, CR5E; unsigned char CR63, CR65, CR66, CR67, CR68, CR69, CR6D; /* Video attrib. */ unsigned char CR86; ! unsigned char CR90; unsigned char ColorStack[8]; /* S3 hw cursor color stack CR4A/CR4B */ unsigned int STREAMS[22]; /* Streams regs */ unsigned int MMPR0, MMPR1, MMPR2, MMPR3; /* MIU regs */ --- 11,26 ---- /* Driver data structure; this should contain all neeeded info for a mode */ typedef struct { vgaHWRec std; ! unsigned char SR8, SR0A, SR0F, SR10, SR11, SR12, SR13, SR15, SR18, SR29; /* SR9-SR1C, ext seq. */ unsigned char SR54, SR55, SR56, SR57; unsigned char Clock; unsigned char s3DacRegs[0x101]; unsigned char CR31, CR33, CR34, CR36, CR3A, CR3B, CR3C; ! unsigned char CR40, CR41, CR42, CR43, CR45; unsigned char CR51, CR53, CR54, CR55, CR58, CR5D, CR5E; unsigned char CR63, CR65, CR66, CR67, CR68, CR69, CR6D; /* Video attrib. */ unsigned char CR86; ! unsigned char CR90, CR91; unsigned char ColorStack[8]; /* S3 hw cursor color stack CR4A/CR4B */ unsigned int STREAMS[22]; /* Streams regs */ unsigned int MMPR0, MMPR1, MMPR2, MMPR3; /* MIU regs */ *************** *** 59,64 **** --- 59,65 ---- int bltbug_width1, bltbug_width2; int MCLK; Bool NoPCIRetry; + double refclk_fact; } S3VPRIV; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c:1.1.2.11 xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c:1.1.2.12 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c:1.1.2.11 Fri Jul 30 21:21:40 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c Tue Dec 21 01:36:29 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c,v 1.1.2.11 1999/07/30 11:21:40 hohndel Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c,v 1.1.2.12 1999/12/20 14:36:29 hohndel Exp $ */ /* * *************** *** 69,74 **** --- 69,76 ---- if (vgaPCIInfo && vgaPCIInfo->AllCards) { while (pcrp = vgaPCIInfo->AllCards[i]) { if ((pcrp->_vendor == PCI_S3_VENDOR_ID) && + (pcrp->_base_class == PCI_CLASS_DISPLAY) && + (pcrp->_sub_class == PCI_SUBCLASS_DISPLAY_VGA) && (pcrp->_command & PCI_CMD_IO_ENABLE) && (pcrp->_command & PCI_CMD_MEM_ENABLE)) { int ChipId = pcrp->_device; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c:3.17.2.19 xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c:3.17.2.23 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c:3.17.2.19 Fri Jul 23 23:22:59 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c Tue Dec 21 18:43:42 1999 *************** *** 26,32 **** * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c,v 3.17.2.19 1999/07/23 13:22:59 hohndel Exp $ */ /* Modified Feb - Jul 1998 for SiS 5597/8 by Mike Chapman <mike@paranoia.com>, --- 26,32 ---- * */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c,v 3.17.2.23 1999/12/21 07:43:42 hohndel Exp $ */ /* Modified Feb - Jul 1998 for SiS 5597/8 by Mike Chapman <mike@paranoia.com>, *************** *** 96,103 **** 0x82A0,0x82A4,0x82A8,0x82AC}; /* Engine Register for the 2nd Generation Graphics Engine */ int sis2Reg32MMIO[]={0x8200,0x8204,0x8208,0x820C,0x8210,0x8214,0x8218,0x821C, ! 0x8220,0x8224,0x8228,0x822C,0x8230,0x8234,0x8238,0x823C, ! 0x8240, 0x8300}; #ifndef MONOVGA extern GCOps cfb16TEOps1Rect, cfb16TEOps, cfb16NonTEOps1Rect, cfb16NonTEOps; extern GCOps cfb24TEOps1Rect, cfb24TEOps, cfb24NonTEOps1Rect, cfb24NonTEOps; --- 96,103 ---- 0x82A0,0x82A4,0x82A8,0x82AC}; /* Engine Register for the 2nd Generation Graphics Engine */ int sis2Reg32MMIO[]={0x8200,0x8204,0x8208,0x820C,0x8210,0x8214,0x8218,0x821C, ! 0x8220,0x8224,0x8228,0x822C,0x8230,0x8234,0x8238,0x823C, ! 0x8240,0x8244,0x8248,0x824C,0x8250,0x8300}; #ifndef MONOVGA extern GCOps cfb16TEOps1Rect, cfb16TEOps, cfb16NonTEOps1Rect, cfb16NonTEOps; extern GCOps cfb24TEOps1Rect, cfb24TEOps, cfb24NonTEOps1Rect, cfb24NonTEOps; *************** *** 111,116 **** --- 111,118 ---- unsigned char msr; unsigned char xr2A; unsigned char xr2B; + unsigned char xr2C; + unsigned char xr2D; unsigned char xr13; /* extended clock gen for 5597 */ int Clock; } sisClockReg, *sisClockPtr; *************** *** 118,123 **** --- 120,126 ---- typedef struct { vgaHWRec std; /* std IBM VGA register */ unsigned char Port_3C4[0x40]; /* 0x37 top for 20x, 0x3D for 5597, 0x3F for 530*/ + unsigned char Port_3D4[0x1B]; /* Only CR19 and CR1A used by 630 */ unsigned char ClockReg2; sisClockReg sisClock; } vgaSISRec, *vgaSISPtr; *************** *** 198,203 **** --- 201,207 ---- #define read_xr(num,var) {outb(0x3c4, num);var=inb(0x3c5);} int SISchipset; + int SISfamily; /* default is enhanced mode (use option to disable)*/ Bool sisUseLinear = TRUE; Bool sisUseMMIO = TRUE; *************** *** 217,223 **** static char *chipsets[] = {"sis86c201", "sis86c202", "sis86c205", "sis86c215", "sis86c225", "sis5597", "sis5598", "sis6326", ! "sis530", "sis620"}; if (n + 1 > sizeof(chipsets) / sizeof(char *)) return(NULL); --- 221,228 ---- static char *chipsets[] = {"sis86c201", "sis86c202", "sis86c205", "sis86c215", "sis86c225", "sis5597", "sis5598", "sis6326", ! "sis530", "sis620", "sis300" , ! "sis630", "sis540" }; if (n + 1 > sizeof(chipsets) / sizeof(char *)) return(NULL); *************** *** 311,316 **** --- 316,322 ---- } return(mclk); } + /* Numerator */ read_xr(0x28,xr28); mclk=14318*((xr28 & 0x7f)+1); *************** *** 326,340 **** ErrorF(" / %d(N)",(xr29 & 0x1f)+1); #endif /* Divider. Does not seem to work for mclk for older cards */ ! if ( (SISchipset==SIS6326) && ! ((xr28 & 0x80)!=0 ) ) { mclk = mclk*2; #ifdef DEBUG ErrorF(" * 2(VLD) "); #endif } ! /* Post-scaler. Values depends on SR13 bit 7 */ ! read_xr(0x13,xr13); if ( (xr13 & 0x80)==0 ) { mclk = mclk / (((xr29 & 0x60) >> 5)+1); --- 332,349 ---- ErrorF(" / %d(N)",(xr29 & 0x1f)+1); #endif /* Divider. Does not seem to work for mclk for older cards */ ! if ( ((SISchipset==SIS6326) || (SISfamily==SIS300)) && ((xr28 & 0x80)!=0) ) { mclk = mclk*2; #ifdef DEBUG ErrorF(" * 2(VLD) "); #endif } ! ! if (SISfamily == SIS300) ! xr13 = xr29 & 0x80; ! else ! /* Post-scaler. Values depends on SR13 bit 7 */ ! read_xr(0x13,xr13); if ( (xr13 & 0x80)==0 ) { mclk = mclk / (((xr29 & 0x60) >> 5)+1); *************** *** 396,402 **** return(band*7/10); } ! int compute_vclk( int Clock, int *out_n, int *out_dn, --- 405,447 ---- return(band*7/10); } ! float magic300[4] = { 1.2, 1.368421, 2.263158, 1.2 }; ! float magic630[4] = { 2.03, 2.03, 3.47, 2.03 }; ! static ! int sis300MemBandWidth() ! { ! int mclk; ! unsigned char temp; ! ! mclk = sisMClk(); ! ! read_xr(0x14, temp); ! temp = temp >> 6; ! switch (temp) { ! case 1: ! mclk *= 64; ! break; ! case 2: ! mclk *= 128; ! break; ! case 3: ! case 0: ! mclk *= 32; ! break; ! } ! ! switch (SISchipset) { ! case SIS300: ! return (int)(mclk / magic300[temp]); ! break; ! case SIS630: ! case SIS540: ! return (int)(mclk / magic630[temp]); ! break; ! } ! } ! ! int sisCalcVCLK( int Clock, int *out_n, int *out_dn, *************** *** 493,502 **** } *out_n = best_n; *out_dn = best_dn; ! #ifdef DEBUG ! ErrorF("compute_vclk: Clock=%d, n=%d, dn=%d, div=%d, sbit=%d, scale=%d\n", Clock, best_n, best_dn, *out_div, *out_sbit, *out_scale); ! #endif return 1; } --- 538,547 ---- } *out_n = best_n; *out_dn = best_dn; ! #ifdef DEBUG ! ErrorF("sisCalcVCLK: Clock=%d, n=%d, dn=%d, div=%d, sbit=%d, scale=%d\n", Clock, best_n, best_dn, *out_div, *out_sbit, *out_scale); ! #endif return 1; } *************** *** 736,744 **** #endif Clock->msr = (inb(0x3CC) & 0xFE); /* save the standard VGA clock * registers */ ! read_xr(0x2A, Clock->xr2A); ! read_xr(0x2B, Clock->xr2B); ! read_xr(0x13, Clock->xr13); } --- 781,795 ---- #endif Clock->msr = (inb(0x3CC) & 0xFE); /* save the standard VGA clock * registers */ ! if (SISfamily == SIS300) { ! read_xr(0x2B, Clock->xr2B); ! read_xr(0x2C, Clock->xr2C); ! read_xr(0x2D, Clock->xr2D); ! } else { ! read_xr(0x2A, Clock->xr2A); ! read_xr(0x2B, Clock->xr2B); ! read_xr(0x13, Clock->xr13); ! } } *************** *** 750,758 **** ErrorF("sisClockRestore(Clock)\n"); #endif outb(0x3C2, Clock->msr); ! write_xr(0x2A, Clock->xr2A); ! write_xr(0x2B, Clock->xr2B); ! write_xr(0x13, Clock->xr13); } static Bool --- 801,815 ---- ErrorF("sisClockRestore(Clock)\n"); #endif outb(0x3C2, Clock->msr); ! if (SISfamily == SIS300) { ! write_xr(0x2B, Clock->xr2B); ! write_xr(0x2C, Clock->xr2C); ! write_xr(0x2D, Clock->xr2D); ! } else { ! write_xr(0x2A, Clock->xr2A); ! write_xr(0x2B, Clock->xr2B); ! write_xr(0x13, Clock->xr13); ! } } static Bool *************** *** 781,787 **** sisClockPtr Clock; { unsigned int vclk[5]; ! unsigned char temp, xr2a, xr2b; int num, denum, div, sbit, scale; #ifdef DEBUG ErrorF("sisClockLoad(Clock)\n"); --- 838,844 ---- sisClockPtr Clock; { unsigned int vclk[5]; ! unsigned char temp, xr2a, xr2b, xr2c; int num, denum, div, sbit, scale; #ifdef DEBUG ErrorF("sisClockLoad(Clock)\n"); *************** *** 789,815 **** if (!Clock->Clock) { /* Hack to load saved console clock */ sisClockRestore(Clock) ; ! } else if ((SISchipset == SIS530) && (compute_vclk(Clock->Clock, &num, &denum, &div, &sbit, &scale))){ ! xr2a = (num - 1) & 0x7f; ! xr2a |= (div == 2)? 0x80 : 0; ! xr2b = (denum - 1) & 0x1f; ! xr2b |= (((scale - 1) & 0x3) << 5); ! ! /* When set VCLK, you should set SR13 first */ ! if (sbit) { ! read_xr(0x13, temp); ! temp |= 0x40; ! write_xr(0x13, temp); ! } else { ! read_xr(0x13, temp); ! temp &= 0xBF; ! write_xr(0x13, temp); ! } ! write_xr(0x2A, xr2a); ! write_xr(0x2B, xr2b); ! /* if compute_vclk cannot handle the request clock, try sisCalcClock! */ } else { sisCalcClock(Clock->Clock, 2, vclk); --- 846,887 ---- if (!Clock->Clock) { /* Hack to load saved console clock */ sisClockRestore(Clock) ; ! } else if (((SISchipset == SIS530) || (SISfamily == SIS300)) ! && (sisCalcVCLK(Clock->Clock, &num, &denum, &div, &sbit, &scale))){ ! if (SISchipset == SIS530) { ! xr2a = (num - 1) & 0x7f; ! xr2a |= (div == 2)? 0x80 : 0; ! xr2b = (denum - 1) & 0x1f; ! xr2b |= (((scale - 1) & 3) << 5); ! ! /* When set VCLK, you should set SR13 first */ ! if (sbit) { ! read_xr(0x13, temp); ! temp |= 0x40; ! write_xr(0x13, temp); ! } else { ! read_xr(0x13, temp); ! temp &= 0xBF; ! write_xr(0x13, temp); ! } ! write_xr(0x2A, xr2a); ! write_xr(0x2B, xr2b); ! ErrorF("SetVCLK Finished\n"); ! } else { /* SIS300 */ ! xr2b = (num - 1) & 0x7f; ! if (div == 2) ! xr2b |= 0x80; ! xr2c = (denum - 1) & 0x1f; ! xr2c |= (((scale - 1) & 3) << 5); ! if (sbit) ! xr2c |= 0x80; ! write_xr(0x2B, xr2b); ! write_xr(0x2C, xr2c); ! write_xr(0x2D, 0x80); ! } ! /* if sisCalcVCLK cannot handle the request clock, try sisCalcClock! */ } else { sisCalcClock(Clock->Clock, 2, vclk); *************** *** 937,959 **** * If chipset from XF86Config doesn't match... */ if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C201))) ! SISchipset = SIS86C201; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C202))) ! SISchipset = SIS86C202; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C205))) ! SISchipset = SIS86C205; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C215))) ! SISchipset = SIS86C205; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C225))) ! SISchipset = SIS86C205; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS5597)) || !StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS5598)) ) ! SISchipset = SIS5597; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS6326))) ! SISchipset = SIS6326; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS530))|| !StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS620)) ) ! SISchipset = SIS530; else return(FALSE); } --- 1009,1037 ---- * If chipset from XF86Config doesn't match... */ if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C201))) ! SISfamily = SISchipset = SIS86C201; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C202))) ! SISfamily = SISchipset = SIS86C202; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C205))) ! SISfamily = SISchipset = SIS86C205; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C215))) ! SISfamily = SISchipset = SIS86C205; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS86C225))) ! SISfamily = SISchipset = SIS86C205; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS5597)) || !StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS5598)) ) ! SISfamily = SISchipset = SIS5597; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS6326))) ! SISfamily = SISchipset = SIS6326; else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS530))|| !StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS620)) ) ! SISfamily = SISchipset = SIS530; ! else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS300))) ! { SISchipset = SIS300; SISfamily = SIS300; } ! else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS630))) ! { SISchipset = SIS630; SISfamily = SIS300; } ! else if (!StrCaseCmp(vga256InfoRec.chipset, SISIdent(SIS540))) ! { SISchipset = SIS540; SISfamily = SIS300; } else return(FALSE); } *************** *** 964,991 **** switch(vgaPCIInfo->ChipType) { case PCI_CHIP_SG86C201: /* 86C201 */ ! SISchipset = SIS86C201; break; case PCI_CHIP_SG86C202: /* 86C202 */ ! SISchipset = SIS86C202; break; case PCI_CHIP_SG86C205: /* 86C205 */ ! SISchipset = SIS86C205; break; case PCI_CHIP_SG86C215: /* 86C215 */ ! SISchipset = SIS86C205; break; case PCI_CHIP_SG86C225: /* 86C225 */ ! SISchipset = SIS86C205; break; case PCI_CHIP_SIS5597: /* 5597/5598 */ ! SISchipset = SIS5597; break; case PCI_CHIP_SIS6326: /* 6326 */ ! SISchipset = SIS6326; break; case PCI_CHIP_SIS530: /* 530/620 */ ! SISchipset = SIS530; break; } } --- 1042,1081 ---- switch(vgaPCIInfo->ChipType) { case PCI_CHIP_SG86C201: /* 86C201 */ ! SISfamily = SISchipset = SIS86C201; break; case PCI_CHIP_SG86C202: /* 86C202 */ ! SISfamily = SISchipset = SIS86C202; break; case PCI_CHIP_SG86C205: /* 86C205 */ ! SISfamily = SISchipset = SIS86C205; break; case PCI_CHIP_SG86C215: /* 86C215 */ ! SISfamily = SISchipset = SIS86C205; break; case PCI_CHIP_SG86C225: /* 86C225 */ ! SISfamily = SISchipset = SIS86C205; break; case PCI_CHIP_SIS5597: /* 5597/5598 */ ! SISfamily = SISchipset = SIS5597; break; case PCI_CHIP_SIS6326: /* 6326 */ ! SISfamily = SISchipset = SIS6326; break; case PCI_CHIP_SIS530: /* 530/620 */ ! SISfamily = SISchipset = SIS530; ! break; ! case PCI_CHIP_SIS300: /* 300 */ ! SISchipset = SIS300; ! SISfamily = SIS300; ! break; ! case PCI_CHIP_SIS630: ! SISchipset = SIS630; ! SISfamily = SIS300; ! break; ! case PCI_CHIP_SIS540: ! SISchipset = SIS540; ! SISfamily = SIS300; break; } } *************** *** 993,998 **** --- 1083,1090 ---- return (FALSE); vga256InfoRec.chipset = SISIdent(SISchipset); } + ErrorF("Using XFree86 SiS driver version %d.%d.%d\n", + SIS_MAJOR_VERSION, SIS_MINOR_VERSION, SIS_PATCH_LEVEL); SISEnterLeave(ENTER); *************** *** 1052,1058 **** break; } } ! else { if ( SISchipset == SIS5597) { --- 1144,1164 ---- break; } } ! else if (SISfamily == SIS300) { ! unsigned char mem; ! read_xr(0x14,mem); ! mem &= 0x3F; ! vga256InfoRec.videoRam = 1024; ! while (mem) { ! if (mem & 1) { ! vga256InfoRec.videoRam <<= 1; ! mem >>= 1; ! continue; ! } else ! break; ! } ! } ! else { if ( SISchipset == SIS5597) { *************** *** 1089,1095 **** } } } ! if ((SISchipset != SIS530) && (vga256InfoRec.videoRam > 4096)) { ErrorF("%s %s: Restricting video memory use to 4 MB\n", XCONFIG_PROBED, vga256InfoRec.name); --- 1195,1202 ---- } } } ! if ((SISfamily != SIS300) && (SISchipset != SIS530) ! && (vga256InfoRec.videoRam > 4096)) { ErrorF("%s %s: Restricting video memory use to 4 MB\n", XCONFIG_PROBED, vga256InfoRec.name); *************** *** 1151,1156 **** --- 1258,1265 ---- vga256InfoRec.maxClock = (sisMemBandWidth() / vgaBitsPerPixel); if (vga256InfoRec.maxClock > 175500) vga256InfoRec.maxClock = 175500; + } else if (SISfamily == SIS300) { + vga256InfoRec.maxClock = sis300MemBandWidth() / vgaBitsPerPixel; } else if (SISchipset == SIS530) { vga256InfoRec.maxClock = 230000; /* check the mem type installed */ *************** *** 1345,1353 **** XCONFIG_GIVEN : XCONFIG_PROBED, vga256InfoRec.name); } ! if ( sisUseMMIO ){ PCIMMIOBase = sisPCIMMIOBase() ; ! sisUseMMIO = TRUE ; if ( PCIMMIOBase == 0 ) { /* use default base */ if ( sisUseLinear) --- 1454,1463 ---- XCONFIG_GIVEN : XCONFIG_PROBED, vga256InfoRec.name); } ! if ( sisUseMMIO || (SISfamily == SIS300)){ PCIMMIOBase = sisPCIMMIOBase() ; ! if (SISfamily != SIS300) ! sisUseMMIO = TRUE ; if ( PCIMMIOBase == 0 ) { /* use default base */ if ( sisUseLinear) *************** *** 1407,1413 **** } /* Enable Turbo-queue */ ! if (OFLG_ISSET(OPTION_EXT_ENG_QUEUE, &vga256InfoRec.options)) { if ( ((SISchipset == SIS5597) || (SISchipset == SIS6326) || (SISchipset == SIS530)) && (offscreen_available >= (sisHWCursor ? 49152 : 32768)) ) { --- 1517,1523 ---- } /* Enable Turbo-queue */ ! if (OFLG_ISSET(OPTION_EXT_ENG_QUEUE, &vga256InfoRec.options)) if ( ((SISchipset == SIS5597) || (SISchipset == SIS6326) || (SISchipset == SIS530)) && (offscreen_available >= (sisHWCursor ? 49152 : 32768)) ) { *************** *** 1424,1432 **** turbo_queue_address = vga256InfoRec.videoRam - (offscreen_used / 1024); } ! } else { sisTurboQueue = FALSE; } if (OFLG_ISSET(OPTION_NO_IMAGEBLT, &vga256InfoRec.options)) { ErrorF("%s %s: SIS: Not using mono expand system-to-video BitBLT.\n", --- 1534,1562 ---- turbo_queue_address = vga256InfoRec.videoRam - (offscreen_used / 1024); } ! else { sisTurboQueue = FALSE; } + + /* Enable Turbo-queue for SiS 300 */ + + if ((SISfamily == SIS300) && + (offscreen_available >= (sisHWCursor ? 114688: 65536))){ + /* Turbo Queue size is 64K */ + offscreen_available -= 65536; + offscreen_used += 65536; + + if (sisHWCursor) { /* alignment loss */ + offscreen_available -= 49152; + offscreen_used += 49152; + } + + sisTurboQueue = TRUE; + turbo_queue_address = vga256InfoRec.videoRam + - (offscreen_used / 1024); + ErrorF("%s %s: SIS: Enabling Turbo-queue\n", + XCONFIG_GIVEN, vga256InfoRec.name); + } if (OFLG_ISSET(OPTION_NO_IMAGEBLT, &vga256InfoRec.options)) { ErrorF("%s %s: SIS: Not using mono expand system-to-video BitBLT.\n", *************** *** 1439,1445 **** if ( !sisUseLinear || OFLG_ISSET(OPTION_XAA_NO_COL_EXP, &vga256InfoRec.options)) sisUseXAAcolorExp = FALSE; ! if (SISchipset != SIS530) SISAccelInit(); else SIS2AccelInit(); --- 1569,1575 ---- if ( !sisUseLinear || OFLG_ISSET(OPTION_XAA_NO_COL_EXP, &vga256InfoRec.options)) sisUseXAAcolorExp = FALSE; ! if ((SISchipset != SIS530) && (SISfamily != SIS300)) SISAccelInit(); else SIS2AccelInit(); *************** *** 1634,1642 **** --- 1764,1798 ---- } else { + #ifndef MONOVGA + if (SISfamily == SIS300) { /* hide cursor */ + unsigned char tmp; + int mapped = 1; + outb(0x3c4, 5); + if (inb(0x3c5) == 0x21) + outb(0x3c5, 0x86); + + outb(0x3c4, 0x20); + if (!(inb(0x3c5)&1)) { + mapped = 0; + tmp = inb(0x3c4)|1; + outb(0x3c5, tmp); + } + + SISHideCursor(); + + if (!mapped) { + outb(0x3c4, 0x20); + tmp = inb(0x3c5)&0xFE; + outb(0x3c5, tmp); + } + } + #endif + outw(0x3c4, 0x0005); /* Lock extended registers */ xf86DisableIOPorts(vga256InfoRec.scrnIndex); + } } *************** *** 1648,1654 **** SISRestore(restore) vgaSISPtr restore; { ! int i; #ifdef DEBUG ErrorF("SISRestore\n"); --- 1804,1810 ---- SISRestore(restore) vgaSISPtr restore; { ! int i, last; #ifdef DEBUG ErrorF("SISRestore\n"); *************** *** 1662,1668 **** restore->Port_3C4[5]=0x86; ! for (i = 5 ; i <= 0x37; i++) { outb(0x3c4, i); #ifdef IO_DEBUG ErrorF("XR%X Contents - %X ", i, inb(0x3c5)); --- 1818,1843 ---- restore->Port_3C4[5]=0x86; ! switch(SISchipset) { ! case SIS5597: last = SIS5597_3C5_LAST; ! break; ! case SIS6326: last = SIS6326_3C5_LAST; ! break; ! case SIS530: last = SIS530_3C5_LAST; ! break; ! case SIS630: ! case SIS540: ! outw(0x3d4, restore->Port_3D4[0x19] << 8 | 0x19); ! outw(0x3d4, restore->Port_3D4[0x1A] << 8 | 0x1a); ! case SIS300: last = SIS300_3C5_LAST; ! break; ! default: last = DEFAULT_3C5_LAST; ! break; ! } ! if ((SISchipset == SIS630) && (restore->Port_3C4[0x1E] & 0x40)) ! outw(0x3c4, restore->Port_3C4[0x20] << 8 | 0x20); ! ! for (i = 5 ; i <= last; i++) { outb(0x3c4, i); #ifdef IO_DEBUG ErrorF("XR%X Contents - %X ", i, inb(0x3c5)); *************** *** 1674,1718 **** #endif } - if (SISchipset == SIS5597) - for (i = 0x38 ; i <= 0x39; i++) { - outb(0x3c4, i); - #ifdef IO_DEBUG - ErrorF("XR%X Contents - %X ", i, inb(0x3c5)); - #endif - if (inb(0x3c5) != restore->Port_3C4[i]) - outb(0x3c5,restore->Port_3C4[i]); - #ifdef IO_DEBUG - ErrorF("Restore to - %X Read after - %X\n", restore->Port_3C4[i], inb(0x3c5)); - #endif - } - - if (SISchipset == SIS6326) - for (i = 0x38 ; i <= 0x3c; i++) { - outb(0x3c4, i); - #ifdef IO_DEBUG - ErrorF("XR%X Contents - %X ", i, inb(0x3c5)); - #endif - if (inb(0x3c5) != restore->Port_3C4[i]) - outb(0x3c5,restore->Port_3C4[i]); - #ifdef IO_DEBUG - ErrorF("Restore to - %X Read after - %X\n", restore->Port_3C4[i], inb(0x3c5)); - #endif - } - - if (SISchipset == SIS530) - for (i = 0x38 ; i <= 0x3f; i++) { - outb(0x3c4, i); - #ifdef IO_DEBUG - ErrorF("XR%X Contents - %X ", i, inb(0x3c5)); - #endif - if (inb(0x3c5) != restore->Port_3C4[i]) - outb(0x3c5,restore->Port_3C4[i]); - #ifdef IO_DEBUG - ErrorF("Restore to - %X Read after - %X\n", restore->Port_3C4[i], inb(0x3c5)); - #endif - } - /* set the clock */ if ( ClockProgramable() ) { if (restore->std.NoClock >= 0) --- 1849,1854 ---- *************** *** 1739,1785 **** SISSave(save) vgaSISPtr save; { ! int i; #ifdef DEBUG ErrorF("SISSave\n"); #endif save = (vgaSISPtr)vgaHWSave((vgaHWPtr)save, sizeof(vgaSISRec)); ! for (i = 5 ; i <= 0x37; i++) { ! outb(0x3c4, i); ! save->Port_3C4[i] = inb(0x3c5) ; ! #ifdef IO_DEBUG ! ErrorF("XS%X - %X\n", i, inb(0x3c5)); ! #endif } ! if (SISchipset == SIS5597) ! for (i = 0x38 ; i <= 0x39; i++) { ! outb(0x3c4,i); ! save->Port_3C4[i] = inb(0x3c5) ; #ifdef IO_DEBUG ! ErrorF("XS%X - %X\n", i, inb(0x3c5)); ! #endif ! } ! ! if (SISchipset == SIS6326 ) ! for (i = 0x38 ; i <= 0x3c; i++) { ! outb(0x3c4,i); ! save->Port_3C4[i] = inb(0x3c5) ; ! #ifdef IO_DEBUG ! ErrorF("XS%X - %X\n", i, inb(0x3c5)); ! #endif ! } ! ! if (SISchipset == SIS530) ! for (i = 0x38 ; i <= 0x3f; i++) { ! outb(0x3c4,i); ! save->Port_3C4[i] = inb(0x3c5) ; ! #ifdef IO_DEBUG ! ErrorF("XS%X - %X\n", i, inb(0x3c5)); #endif ! } ! save->ClockReg2 = inb(0x3CC); --- 1875,1912 ---- SISSave(save) vgaSISPtr save; { ! int i, last; #ifdef DEBUG ErrorF("SISSave\n"); #endif save = (vgaSISPtr)vgaHWSave((vgaHWPtr)save, sizeof(vgaSISRec)); ! switch(SISchipset) { ! case SIS5597: last = SIS5597_3C5_LAST; ! break; ! case SIS6326: last = SIS6326_3C5_LAST; ! break; ! case SIS530: last = SIS530_3C5_LAST; ! break; ! case SIS630: ! case SIS540: ! outb(0x3d4, 0x19); ! save->Port_3D4[0x19] = inb(0x3d5); ! outb(0x3d4, 0x1a); ! save->Port_3D4[0x1A] = inb(0x3d5); ! case SIS300: last = SIS300_3C5_LAST; ! break; ! default: last = DEFAULT_3C5_LAST; ! break; } ! for (i = 6 ; i <= last; i++) { ! outb(0x3c4, i); ! save->Port_3C4[i] = inb(0x3c5) ; #ifdef IO_DEBUG ! ErrorF("XS%X - %X\n", i, inb(0x3c5)); #endif ! } save->ClockReg2 = inb(0x3CC); *************** *** 1789,1794 **** --- 1916,2109 ---- return ((void *) save); } + struct QConfig { + int GT; + int QC; + }; + + struct QConfig qconfig[20] = { + {1, 0x0}, {1, 0x2}, {1, 0x4}, {1, 0x6}, {1, 0x8}, + {1, 0x3}, {1, 0x5}, {1, 0x7}, {1, 0x9}, {1, 0xb}, + {0, 0x0}, {0, 0x2}, {0, 0x4}, {0, 0x6}, {0, 0x8}, + {0, 0x3}, {0, 0x5}, {0, 0x7}, {0, 0x9}, {0, 0xb}}; + + int cycleA[20][2] = { + {88,88}, {80,80}, {78,78}, {72,72}, {70,70}, + {79,72}, {77,70}, {71,64}, {69,62}, {49,44}, + {73,78}, {65,70}, {63,68}, {57,62}, {55,60}, + {64,62}, {62,60}, {56,54}, {54,52}, {34,34}}; + + static BOOL + Find630CRT_CPUthreshold( + int vclk, /* in MHz */ + int mclk, /* in MHz */ + unsigned char sr14, + unsigned char *sr16, /* in/out */ + unsigned char *sr8, /* out */ + unsigned char *sr9, /* out */ + unsigned char *srF) /* out */ + { + unsigned int lowa, low, bpp, cyclea; + unsigned int i, j; + pciTagRec NBridge; + CARD32 temp; + + switch(vgaBitsPerPixel){ + case 16: bpp = 2; + break; + case 24: /* 24 bpp not support */ + case 32: + bpp = 4; + break; + case 8: + default: + bpp = 1; + } + + i = 0; + j = (sr14 >> 6) - 1; + + while (1) { + #ifdef DEBUG + ErrorF("Config %d GT = %d, QC = %x, CycleA = %d\n", + i, qconfig[i].GT, qconfig[i].QC, cycleA[i][j]); + #endif + cyclea = cycleA[i][j]; + lowa = cyclea * vclk * bpp; + lowa = (lowa + (mclk-1)) / mclk; + lowa = (lowa + 15) / 16; + low = lowa + 1; + if (low <= 0x13) + break; + else + if (i < 19) + i++; + else { + low = 0x13; + #ifdef DEBUG + ErrorF("This mode may has threshold problem and had better removed\n"); + #endif + break; + } + } + #ifdef DEBUG + ErrorF("Using Config %d with CycleA = %d\n", i, cyclea); + #endif + *sr8 = ((low & 0xF) << 4) | 0xF; + *srF = (low & 0x10) << 1; + *sr9 = lowa + 4; + if (*sr9 > 15) + *sr9 = 15; + + /* write PCI configuration space */ + NBridge = pcibusTag(0, 0, 0); + temp = pcibusRead(NBridge, 0x50); + temp &= 0xF0FFFFFF; + temp |= qconfig[i].QC << 24; + pcibusWrite(NBridge, 0x50, temp); + + temp = pcibusRead(NBridge, 0xA0); + temp &= 0xF0FFFFFF; + temp |= qconfig[i].GT << 24; + pcibusWrite(NBridge, 0xA0, temp); + + #ifdef DEBUG + temp = pcibusRead(NBridge, 0x50); + ErrorF("QueueConfig: 0x80000050 = %x\n", temp); + temp = pcibusRead(NBridge, 0xA0); + ErrorF("QueueConfig: 0x800000A0 = %x\n", temp); + #endif + + return TRUE; + } + + struct funcargc { + char base; + char inc; + }; + + struct funcargc funca[12] = { + {61, 3}, {52, 5}, {68, 7}, {100, 11}, + {43, 3}, {42, 5}, {54, 7}, {78, 11}, + {34, 3}, {37, 5}, {47, 7}, {67, 11}}; + + struct funcargc funcb[12] = { + {81, 4}, {72, 6}, {88, 8}, {120, 12}, + {55, 4}, {54, 6}, {66, 8}, {90, 12}, + {42, 4}, {45, 6}, {55, 8}, {75, 12}}; + + char timing[8] = {1, 2, 2, 3, 0, 1, 1, 2}; + + static void + Find300CRT_CPUthreshold( + int vclk, /* in MHz */ + int mclk, /* in MHz */ + unsigned char sr14, + unsigned char *sr16, /* in/out */ + unsigned char sr18, + unsigned char *sr8, /* out */ + unsigned char *sr9, /* out */ + unsigned char *srF) /* out */ + { + unsigned char i,j,bpp; + int lowa, lowb, low; + struct funcargc *p; + + switch(vgaBitsPerPixel){ + case 16: bpp = 2; + break; + case 24: /* 24 bpp not support */ + case 32: + bpp = 4; + break; + case 8: + default: + bpp = 1; + } + + do { + i = ((sr18 >> 4) & 0x06) | ((sr18 >> 1) & 1); + j = ((sr14 >> 4) & 0x0c) | ((*sr16 >> 6) & 3); + p = &funca[j]; + + lowa = (p->base + p->inc*timing[i])*vclk*bpp; + lowa = (lowa + (mclk-1)) / mclk; + lowa = (lowa + 15)/16; + + p = &funcb[j]; + lowb = (p->base + p->inc*timing[i])*vclk*bpp; + lowb = (lowb + (mclk-1)) / mclk; + lowb = (lowb + 15)/16; + + if (lowb < 4) + lowb = 0; + else + lowb -= 4; + + low = (lowa > lowb)? lowa: lowb; + + low++; + + if (low <= 0x13) { + break; + } else { + i = (*sr16 >> 6) & 3; + if (!i) { + low = 0x13; + break; + } else { + i--; + *sr16 = (*sr16 & 0x3c) | (i << 6); + } + } + } while (1); + + *sr8 = ((low & 0xF) << 4) | 0xF; + *srF = (low & 0x10) << 1; + *sr9 = low + 3; + if (*sr9 > 15) + *sr9 = 15; + } /* * In graphic mode: data ---------> to selector switch *************** *** 1829,1835 **** int mclk; int safetymargin, gap; float z, z1, z2; /* Yeou */ ! int factor; /* here is an hack to set the CRT/CPU threshold register. --- 2144,2150 ---- int mclk; int safetymargin, gap; float z, z1, z2; /* Yeou */ ! int factor; /* here is an hack to set the CRT/CPU threshold register. *************** *** 1923,2006 **** } ! #ifdef DEBUG ErrorF("Old FindCRT_CPUthreshold(%d, %d) = 0x%x 0x%x\n", dotClock, bpp, *thresholdLow,*thresholdHigh); ! #endif #else /*OldThresholds*/ /* Juanjo Santamarta */ mclk=sisMClk(); ! if (SISchipset == SIS530) /* Yeou for 530 thresholod */ { /* z = f *((dotClock * bpp)/(buswidth*mclk); thresholdLow = (z+1)/2 + 4; thresholdHigh = 0x1F; ! where f = 0x60 when UMA (SR0D D[0] = 1) 0x30 LFB (SR0D D[0] = 0) */ ! read_xr (0x0d, temp); ! if (temp & 0x01) factor = 0x60; else factor = 0x30; ! ! z1 = (float)(dotClock * bpp); z2 = (float)(64.0 * mclk); ! z = ((float) factor * (z1 / z2)); ! *thresholdLow = ((int)z + 1) / 2 + 4 ; ! *thresholdHigh = 0x1F; } else { /* For sis other product */ ! /* Adjust thresholds. Safetymargin is to be adjusted by fifo_XXX ! options. Try to mantain a fifo margin of gap. At high Vclk*bpp ! this isn't possible, so limit the thresholds. ! The values I guess are : ! FIFO_CONSERVATIVE : safetymargin = 5 ; ! FIFO_MODERATE : safetymargin = 3 ; ! Default : safetymargin = 1 ; (good enough in many cases) ! FIFO_AGGRESSIVE : safetymargin = 0 ; ! gap=4 seems to be the best value in either case... ! */ ! if (OFLG_ISSET(OPTION_FIFO_CONSERV, &vga256InfoRec.options)) ! safetymargin=5; ! else if (OFLG_ISSET(OPTION_FIFO_MODERATE, &vga256InfoRec.options)) ! safetymargin=3; ! else if (OFLG_ISSET(OPTION_FIFO_AGGRESSIVE, &vga256InfoRec.options)) ! safetymargin=0; ! else ! safetymargin=1; ! ! gap = 4; ! *thresholdLow = ((bpp*dotClock) / mclk)+safetymargin; ! *thresholdHigh = ((bpp*dotClock) / mclk)+gap+safetymargin; ! ! /* 24 bpp seems to need lower FIFO limits. ! At 16bpp is possible to put a thresholdHigh of 0 (0x10) with ! good results on my system(good performance, and virtually no noise) */ ! ! if ( *thresholdLow > (bpp < 24 ? 0xe:0x0d) ) { ! *thresholdLow = (bpp < 24 ? 0xe:0x0d); ! } ! if ( *thresholdHigh > (bpp < 24 ? 0x10:0x0f) ) { ! *thresholdHigh = (bpp < 24 ? 0x10:0x0f); } ! }; /* sis530 */ ! #ifdef DEBUG ErrorF("FindCRT_CPUthreshold(%d, %d) = 0x%x 0x%x\n", dotClock, bpp, *thresholdLow,*thresholdHigh); ErrorF("%s %s: %s: MClk = %d Hz\n", XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.chipset, sisMClk()*1000); ! #endif #endif } /* * SISInit -- * Handle the initialization, etc. of a screen. --- 2238,2491 ---- } ! #ifdef DEBUG ErrorF("Old FindCRT_CPUthreshold(%d, %d) = 0x%x 0x%x\n", dotClock, bpp, *thresholdLow,*thresholdHigh); ! #endif #else /*OldThresholds*/ /* Juanjo Santamarta */ mclk=sisMClk(); ! if (SISchipset == SIS530) /* Yeou for 530 thresholod */ { /* z = f *((dotClock * bpp)/(buswidth*mclk); thresholdLow = (z+1)/2 + 4; thresholdHigh = 0x1F; ! where f = 0x60 when UMA (SR0D D[0] = 1) 0x30 LFB (SR0D D[0] = 0) */ ! read_xr (0x0d, temp); ! if (temp & 0x01) factor = 0x60; else factor = 0x30; ! ! z1 = (float)(dotClock * bpp); z2 = (float)(64.0 * mclk); ! z = ((float) factor * (z1 / z2)); ! *thresholdLow = ((int)z + 1) / 2 + 4 ; ! if (*thresholdLow > 0x1F) ! *thresholdLow = 0x1F; ! *thresholdHigh = 0x1F; } else { /* For sis other product */ ! /* Adjust thresholds. Safetymargin is to be adjusted by fifo_XXX ! options. Try to mantain a fifo margin of gap. At high Vclk*bpp ! this isn't possible, so limit the thresholds. ! The values I guess are : ! FIFO_CONSERVATIVE : safetymargin = 5 ; ! FIFO_MODERATE : safetymargin = 3 ; ! Default : safetymargin = 1 ; (good enough in many cases) ! FIFO_AGGRESSIVE : safetymargin = 0 ; ! gap=4 seems to be the best value in either case... ! */ ! if (OFLG_ISSET(OPTION_FIFO_CONSERV, &vga256InfoRec.options)) ! safetymargin=5; ! else if (OFLG_ISSET(OPTION_FIFO_MODERATE, &vga256InfoRec.options)) ! safetymargin=3; ! else if (OFLG_ISSET(OPTION_FIFO_AGGRESSIVE, &vga256InfoRec.options)) ! safetymargin=0; ! else ! safetymargin=1; ! ! gap = 4; ! *thresholdLow = ((bpp*dotClock) / mclk)+safetymargin; ! *thresholdHigh = ((bpp*dotClock) / mclk)+gap+safetymargin; ! ! /* 24 bpp seems to need lower FIFO limits. ! At 16bpp is possible to put a thresholdHigh of 0 (0x10) with ! good results on my system (good performance, ! and virtually no noise) */ ! if ( *thresholdLow > (bpp < 24 ? 0xe:0x0d) ) { ! *thresholdLow = (bpp < 24 ? 0xe:0x0d); ! } ! if ( *thresholdHigh > (bpp < 24 ? 0x10:0x0f) ) { ! *thresholdHigh = (bpp < 24 ? 0x10:0x0f); } ! } ! ! #ifdef DEBUG ErrorF("FindCRT_CPUthreshold(%d, %d) = 0x%x 0x%x\n", dotClock, bpp, *thresholdLow,*thresholdHigh); ErrorF("%s %s: %s: MClk = %d Hz\n", XCONFIG_PROBED, vga256InfoRec.name, vga256InfoRec.chipset, sisMClk()*1000); ! #endif #endif } + SIS300Init(mode) + DisplayModePtr mode; + { + static unsigned char orig_sr16 = 0; + static int orig_sr16_save = 0; + unsigned char temp,sr8,sr9,srF,sr14,sr16,sr18; + int offset; + int i; + unsigned int CRT_CPUthresholdLow ; + unsigned int CRT_CPUthresholdHigh ; + unsigned char CRT_ENGthreshold ; + unsigned int vclk[5]; + + #if !defined(MONOVGA) && !defined(XF86VGA16) + offset = vga256InfoRec.displayWidth >> + #ifdef MONOVGA + (mode->Flags & V_INTERLACE ? 3 : 4); + #else + (mode->Flags & V_INTERLACE ? 2 : 3); + #endif + + /* some generic settings */ + new->std.Attribute[0x10] = 0x01; /* mode */ + new->std.Attribute[0x11] = 0x00; /* overscan (border) color */ + new->std.Attribute[0x12] = 0x0F; /* enable all color planes */ + new->std.Attribute[0x13] = 0x00; /* horiz pixel panning 0 */ + + if ( (vgaBitsPerPixel == 16) || (vgaBitsPerPixel == 24) || + (vgaBitsPerPixel == 32)) + new->std.Graphics[0x05] = 0x00; /* normal read/write mode */ + + if (vgaBitsPerPixel == 16) { + offset <<= 1; /* double the width of the buffer */ + } else if (vgaBitsPerPixel == 24) { + offset += offset << 1; + } else if (vgaBitsPerPixel == 32) { + offset <<= 2; + } + + if (! orig_sr16_save) { + orig_sr16 = new->Port_3C4[0x16]; + orig_sr16_save = 1; + } + + new->Port_3C4[0x06] = 0x02; + + if (mode->Flags & V_INTERLACE) + new->Port_3C4[0x06] |= 0x20; + + if (vgaBitsPerPixel == 32) + new->Port_3C4[0x06] |= 0x10; + else if (vgaBitsPerPixel == 24) + new->Port_3C4[0x06] |= 0x0C; + else if (vgaBitsPerPixel == 16) + new->Port_3C4[0x06] |= 0x08; + + new->Port_3C4[0x07] &= 0xFC; + new->Port_3C4[0x07] |= 0x10; + if (vga256InfoRec.clock[mode->Clock] < 100000) + new->Port_3C4[0x07] |= 3; + else if (vga256InfoRec.clock[mode->Clock] < 200000) + new->Port_3C4[0x07] |= 2; + else if (vga256InfoRec.clock[mode->Clock] < 250000) + new->Port_3C4[0x07] |= 1; + + sr14 = new->Port_3C4[0x14]; + sr16 = orig_sr16; + sr18 = new->Port_3C4[0x18]; + + if (SISchipset == SIS300) + Find300CRT_CPUthreshold( + vga256InfoRec.clock[mode->Clock]/1000, + sisMClk()/1000, + sr14, &sr16, sr18, &sr8, &sr9, &srF); + else + if (Find630CRT_CPUthreshold( + vga256InfoRec.clock[mode->Clock]/1000, + sisMClk()/1000, + sr14, &sr16, &sr8, &sr9, &srF)==FALSE) + return FALSE; + + new->Port_3C4[0x08] = sr8; + new->Port_3C4[0x09] &= 0xF0; + new->Port_3C4[0x09] |= (sr9 & 0xF); + new->Port_3C4[0x0F] &= 0xDF; + new->Port_3C4[0x0F] |= (srF & 0x20); + new->Port_3C4[0x16] = sr16; + + new->Port_3C4[0x0A] = ( + (((mode->CrtcVSyncEnd ) & 0x10 ) << 1) | /* D5 */ + (((mode->CrtcVSyncEnd+1) & 0x100) >> 4) | /* D4 */ + (((mode->CrtcVSyncStart) & 0x400) >> 7) | /* D3 */ + (((mode->CrtcVSyncStart) & 0x400) >> 8) | /* D2 */ + (((mode->CrtcVDisplay-1) & 0x400) >> 9) | /* D1 */ + (((mode->CrtcVTotal-2) & 0x400) >> 10)); /* D0 */ + + new->Port_3C4[0x0B] = ( + (((mode->CrtcHSyncStart >> 3) & 0x300) >> 2) | /* D76 */ + ((((mode->CrtcHSyncStart >> 3) - 1) & 0x300) >> 4) | /* D54 */ + ((((mode->CrtcHDisplay >> 3) - 1) & 0x300) >> 6) | /* D32 */ + ((((mode->CrtcHTotal >> 3) - 5) & 0x300) >> 8)); /* D10 */ + + new->Port_3C4[0x0C] = ( + (((mode->CrtcHSyncEnd >> 3) & 0x20) >> 3) | /* D2 */ + (((mode->CrtcHSyncEnd >> 3) & 0xC0) >> 6)); /* D10 */ + + if ((mode->Flags & V_INTERLACE) && + (SISchipset==SIS630 || SISchipset==SIS540)) { + temp = ((new->Port_3C4[0x0B] & 0xC0) << 2) | new->std.CRTC[4]; + temp -= (((((new->Port_3C4[0x0B] & 0x03) << 8) | new->std.CRTC[0]) + 5)/2); + new->Port_3D4[0x1A] &= 0xFC; + new->Port_3D4[0x1A] |= (temp & 0x300) >> 8; + new->Port_3D4[0x19] = temp & 0xFF; + } + else { + new->Port_3D4[0x1A] &= 0xFC; + new->Port_3D4[0x19] = 0; + } + + new->std.CRTC[0x13] = offset & 0xFF; + new->Port_3C4[0x0E] &= 0xF0; + new->Port_3C4[0x0E] |= (offset >> 8) & 0x0F; + + new->Port_3C4[0x0F] |= 0x08; /* disable line compare */ + new->Port_3C4[0x10] = + ((mode->HDisplay * (vgaBitsPerPixel >> 3) + 63) >> 6) + 1; + new->Port_3C4[0x06] |= 0x01; + + if ( ClockProgramable() ){ + /* init clock */ + if (!sisClockFind(mode->Clock, &new->sisClock)) { + ErrorF("Can't find desired clock\n"); + return (FALSE); + } + } + + if (new->std.NoClock >= 0) { + new->ClockReg2 = inb(0x3CC) | 0x0C; /* set internal/external clk */ + } + + new->Port_3C4[0x20] |= 0x81; /* linear address mode, MMIO */ + new->Port_3C4[0x21] &= 0xBF; + new->Port_3C4[0x21] |= 0x80; /* PCI 32-bit access */ + /* Enable Turbo-queue */ + if (sisTurboQueue) { + new->Port_3C4[0x26] = (turbo_queue_address >> 6) & 0xFF; + new->Port_3C4[0x27] = (turbo_queue_address >> 14) & 0x03; + new->Port_3C4[0x27] |= 0x80; + } else { + /* Disable turbo-queue */ + new->Port_3C4[0x27] &= 0x7F; + } + + new->Port_3C4[0x1E] = 0x40; + + if (vga256InfoRec.clock[mode->Clock] > 150000) { + new->Port_3C4[0x07] |= 0x80; + new->Port_3C4[0x32] |= 0x08; + } else { + new->Port_3C4[0x07] &= 0x7F; + new->Port_3C4[0x32] &= 0xF7; + } + + #endif + return(TRUE); + } + /* * SISInit -- * Handle the initialization, etc. of a screen. *************** *** 2011,2017 **** { unsigned char temp; int offset; ! int i; unsigned int CRT_CPUthresholdLow ; unsigned int CRT_CPUthresholdHigh ; unsigned char CRT_ENGthreshold ; --- 2496,2502 ---- { unsigned char temp; int offset; ! int i, last; unsigned int CRT_CPUthresholdLow ; unsigned int CRT_CPUthresholdHigh ; unsigned char CRT_ENGthreshold ; *************** *** 2024,2052 **** */ vgaHWInit(mode, sizeof(vgaSISRec)); /* get SIS Specific Registers */ ! for (i = 5 ; i <= 0x37; i++) { outb(0x3c4, i); new->Port_3C4[i] = inb(0x3c5); } ! if (SISchipset == SIS5597) ! for (i = 0x38 ; i <= 0x39; i++) { ! outb(0x3c4, i); ! new->Port_3C4[i] = inb(0x3c5); ! } ! ! if (SISchipset == SIS6326) ! for (i = 0x38 ; i <= 0x3c; i++) { ! outb(0x3c4, i); ! new->Port_3C4[i] = inb(0x3c5); ! } ! ! if (SISchipset == SIS530) ! for (i = 0x38 ; i <= 0x3f; i++) { ! outb(0x3c4, i); ! new->Port_3C4[i] = inb(0x3c5); ! } #if !defined(MONOVGA) && !defined(XF86VGA16) offset = vga256InfoRec.displayWidth >> --- 2509,2537 ---- */ vgaHWInit(mode, sizeof(vgaSISRec)); + switch(SISchipset) { + case SIS5597: last = SIS5597_3C5_LAST; + break; + case SIS6326: last = SIS6326_3C5_LAST; + break; + case SIS530: last = SIS530_3C5_LAST; + break; + case SIS630: + case SIS540: + case SIS300: last = SIS300_3C5_LAST; + break; + default: last = DEFAULT_3C5_LAST; + break; + } + /* get SIS Specific Registers */ ! for (i = 5 ; i <= last; i++) { outb(0x3c4, i); new->Port_3C4[i] = inb(0x3c5); } ! if (SISfamily == SIS300) ! return(SIS300Init(mode)); #if !defined(MONOVGA) && !defined(XF86VGA16) offset = vga256InfoRec.displayWidth >> *************** *** 2079,2085 **** } new->BankReg = 0x02; ! new->DualBanks = 0x01; if ( sisUseLinear ) { new->BankReg |= 0x80; /* enable linear mode addressing */ --- 2564,2573 ---- } new->BankReg = 0x02; ! if (SISchipset == SIS530) ! new->DualBanks = 0x01; ! else ! new->DualBanks = 0x00; if ( sisUseLinear ) { new->BankReg |= 0x80; /* enable linear mode addressing */ *************** *** 2167,2173 **** * (pixelsize, displaysize, dotclock) * worst case is not optimal */ ! CRT_ENGthreshold = 0x1F; FindCRT_CPUthreshold(vga256InfoRec.clock[new->std.NoClock], vgaBitsPerPixel, &CRT_CPUthresholdLow, &CRT_CPUthresholdHigh); --- 2655,2661 ---- * (pixelsize, displaysize, dotclock) * worst case is not optimal */ ! CRT_ENGthreshold = 0x1F; /* ?????? old == 0x1F */ FindCRT_CPUthreshold(vga256InfoRec.clock[new->std.NoClock], vgaBitsPerPixel, &CRT_CPUthresholdLow, &CRT_CPUthresholdHigh); *************** *** 2244,2251 **** #endif } temp = turbo_queue_address / 32; ! new->Port_3C4[0x2C] = temp & 0x7F; #ifdef DEBUG ErrorF("Turbo-queue buffer at top - %d K; sr2C = 0x0%x \n", vga256InfoRec.videoRam - (temp*32), temp & 0x7F); #endif } else { --- 2732,2745 ---- #endif } temp = turbo_queue_address / 32; ! if (SISchipset == SIS530) ! new->Port_3C4[0x2C] = temp & 0xFF; ! else ! new->Port_3C4[0x2C] = temp & 0x7F; #ifdef DEBUG + if (SISchipset == SIS530) + ErrorF("Turbo-queue buffer at top - %d K; sr2C = 0x0%x \n", vga256InfoRec.videoRam - (temp*32), temp & 0xFF); + else ErrorF("Turbo-queue buffer at top - %d K; sr2C = 0x0%x \n", vga256InfoRec.videoRam - (temp*32), temp & 0x7F); #endif } else { *************** *** 2302,2330 **** outw(vgaIOBase + 4, (base & 0x00FF00) | 0x0C); outw(vgaIOBase + 4, ((base & 0x00FF) << 8) | 0x0D); ! read_xr(0x27,temp); ! temp &= 0xF0; ! temp |= (base & 0x0F0000) >> 16; ! write_xr(0x27,temp); #ifdef DEBUG ErrorF("3C5/27h set to hex %2X, base %d\n", temp, base); #endif ! if (SISchipset == SIS530) { /* Extended screen starting address Bit[20] */ ! read_xr(0x26,temp); ! temp &= 0xFE; ! temp |= (base >> 20) & 1; ! write_xr(0x26,temp); ! } #ifdef XFreeXDGA ! if (vga256InfoRec.directMode & XF86DGADirectGraphics) { /* Wait until vertical retrace is in progress. */ ! while (inb(vgaIOBase + 0xA) & 0x08); ! while (!(inb(vgaIOBase + 0xA) & 0x08)); ! } #endif } /* --- 2796,2828 ---- outw(vgaIOBase + 4, (base & 0x00FF00) | 0x0C); outw(vgaIOBase + 4, ((base & 0x00FF) << 8) | 0x0D); ! if (SISfamily == SIS300) { ! write_xr(0x0d, (base >> 16) & 0xFF); ! } else { ! read_xr(0x27,temp); ! temp &= 0xF0; ! temp |= (base & 0x0F0000) >> 16; ! write_xr(0x27,temp); #ifdef DEBUG ErrorF("3C5/27h set to hex %2X, base %d\n", temp, base); #endif ! if (SISchipset == SIS530) { /* Extended screen starting address Bit[20] */ ! read_xr(0x26,temp); ! temp &= 0xFE; ! temp |= (base >> 20) & 1; ! write_xr(0x26,temp); ! } #ifdef XFreeXDGA ! if (vga256InfoRec.directMode & XF86DGADirectGraphics) { /* Wait until vertical retrace is in progress. */ ! while (inb(vgaIOBase + 0xA) & 0x08); ! while (!(inb(vgaIOBase + 0xA) & 0x08)); ! } #endif + } } /* Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h:1.1.2.1 xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h:1.1.2.4 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h:1.1.2.1 Sat Apr 24 03:41:59 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h Tue Dec 21 18:43:43 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h,v 1.1.2.1 1999/04/23 17:41:59 hohndel Exp $ */ /* Definitions for the SIS engine communication. */ --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter2.h,v 1.1.2.4 1999/12/21 07:43:43 hohndel Exp $ */ /* Definitions for the SIS engine communication. */ *************** *** 27,36 **** --- 27,48 ---- #define sisCMDBLT 0x00000000 #define sisCMDCOLEXP 0x00000001 + #define sisCMDMULTISLINE 0x00000003 #define sisCMDLINE 0x00000004 #define sisCMDENHCOLEXP 0x00000002 + #define sisCMDTRAPEZOIDFILL 0x00000005 + #define sisRIGHTXMAJOR 0x01000000 + #define sisLEFTXMAJOR 0x00800000 + #define sisRIGHTYINC 0x00400000 + #define sisRIGHTXINC 0x00200000 #define sisTRANSPARENT 0x00100000 + #define sisLEFTYINC 0x00020000 + #define sisLEFTXINC 0x00010000 + + #define sisLINESTYLEENABLE 0x00800000 + #define sisLASTPIXELNOTDRAW 0x00200000 + #define sisROP3 0x0000F000 #define sisCLIPINTRN 0x00000000 #define sisCLIPEXTRN 0x04000000 *************** *** 47,60 **** bit 29 Command queue: 1 is empty */ #define sisBLTSync \ ! while(!(*(volatile unsigned short *)(sisMMIOBase + BR(16)+2) & \ ! (0x8000))){} ! /* According to SiS 6326 2D programming guide, 16 bits position at */ /* 0x82A8 returns queue free. But this don't work, so don't wait */ /* anything when turbo-queue is enabled. If there are frequent syncs */ /* (as XAA does) this should work. But not for xaa_benchmark :-( */ - #define sisBLTWAIT \ if (!sisTurboQueue) {\ while(!(*(volatile unsigned short *)(sisMMIOBase + BR(16)+2) & \ --- 59,71 ---- bit 29 Command queue: 1 is empty */ #define sisBLTSync \ ! while((*(volatile unsigned short *)(sisMMIOBase + BR(16) + 2) & \ ! (0xe000)) != 0xe000) {} ! /* According to SiS 6326 2D programming guide, 16 bits position at */ /* 0x82A8 returns queue free. But this don't work, so don't wait */ /* anything when turbo-queue is enabled. If there are frequent syncs */ /* (as XAA does) this should work. But not for xaa_benchmark :-( */ #define sisBLTWAIT \ if (!sisTurboQueue) {\ while(!(*(volatile unsigned short *)(sisMMIOBase + BR(16)+2) & \ *************** *** 66,75 **** ((unsigned char *)(sisMMIOBase + BR(11))) #define sisSETPATREG()\ ! ((unsigned char *)(sisMMIOBase + BR(17))) #define sisSETCMD(op) \ ! *(unsigned long *)(sisMMIOBase + BR(15) ) = op #define sisSETROP(op) \ sisROP = (op<<8) --- 77,87 ---- ((unsigned char *)(sisMMIOBase + BR(11))) #define sisSETPATREG()\ ! ((unsigned char *)(sisMMIOBase + BR(21))) #define sisSETCMD(op) \ ! *(unsigned long *)(sisMMIOBase + BR(15) ) = op; \ ! *(unsigned long *)(sisMMIOBase + BR(16) ) = 0 #define sisSETROP(op) \ sisROP = (op<<8) *************** *** 80,85 **** --- 92,112 ---- #define sisSETDSTADDR(dstAddr) \ *(unsigned int *)(sisMMIOBase + BR(4)) = dstAddr + #define sisSETAGPBASE() \ + if (SISfamily == SIS300) { \ + unsigned short base; \ + \ + switch (vga256InfoRec.bitsPerPixel){ \ + case 16: base = 0x8000; \ + break; \ + case 32: base = 0xC000; \ + break; \ + default: base = 0x0000; \ + } \ + *(unsigned short *)(sisMMIOBase + BR(1) + 2) = (base); \ + } + + #define sisSETPITCH(srcPitch,dstPitch) \ *(unsigned short *)(sisMMIOBase + BR(1)) = (srcPitch); \ *(unsigned short *)(sisMMIOBase + BR(5)) = (dstPitch) *************** *** 121,124 **** #define sisSETPATFGCOLOR(fgColor)\ *(unsigned int *)(sisMMIOBase + BR(7)) = (fgColor) ! --- 148,199 ---- #define sisSETPATFGCOLOR(fgColor)\ *(unsigned int *)(sisMMIOBase + BR(7)) = (fgColor) ! #define sisSETLINEPERIODCOUNT(period,count)\ ! *(unsigned int *)(sisMMIOBase + BR(6)) = (((period)&0x3F)<<16) | \ ! ((count) > 97 ? 97:(count)) ! ! #define sisSETLINESTYLE(style)\ ! *(unsigned int *)(sisMMIOBase + BR(12)) = (style) ! ! #define sisSETLINESTYLE0(style)\ ! *(unsigned int *)(sisMMIOBase + BR(11)) = (style) ! #define sisSETLINESTYLE1(style)\ ! *(unsigned int *)(sisMMIOBase + BR(12)) = (style) ! ! #define sisSETTRAPEZOIDHY(height,ystart)\ ! *(unsigned int *)(sisMMIOBase + BR(2)) = (((ystart) & 0x0FFF) << 16) | \ ! (height) ! ! #define sisSETTRAPEZOIDX(left,right)\ ! *(unsigned int *)(sisMMIOBase + BR(3)) = (((right) & 0x0FFF) << 16) | \ ! ((left) & 0x0FFF) ! ! #define sisSETLEFTDELTA(dxL,dyL)\ ! *(unsigned int *)(sisMMIOBase + BR(17)) = (((dyL) & 0xFFFF) << 16) | \ ! ((dxL) & 0xFFFF) ! ! #define sisSETRIGHTDELTA(dxR,dyR)\ ! *(unsigned int *)(sisMMIOBase + BR(18)) = (((dyR) & 0xFFFF) << 16) | \ ! ((dxR) & 0xFFFF) ! ! #define sisSETLEFTERR(eL)\ ! *(int *)(sisMMIOBase + BR(19)) = (eL) ! ! #define sisSETRIGHTERR(eR)\ ! *(int *)(sisMMIOBase + BR(20)) = (eR) ! ! #define sisSETMULTISLINE0(start,end)\ ! *(int *)(sisMMIOBase + BR(3)) = (((end) & 0x0FFF) << 16) | \ ! ((start) & 0x0FFF) ! ! #define sisSETMULTISLINE1(start,end)\ ! *(int *)(sisMMIOBase + BR(17)) = (((end) & 0x0FFF) << 16) | \ ! ((start) & 0x0FFF) ! ! #define sisSETMULTISLINEN(base,n,start,end)\ ! *(int *)(sisMMIOBase + (base) + (((n)-2)*4)) = (((end) & 0x0FFF) << 16) | \ ! ((start) & 0x0FFF) ! ! #define sisSETLINECNT(y,lines)\ ! *(int *)(sisMMIOBase + BR(2)) = (((y) & 0x0FFF) << 16) | \ ! ((lines) & 0x3F) Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c:1.1.2.3 xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c:1.1.2.6 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c:1.1.2.3 Fri Jul 23 23:23:00 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c Tue Dec 21 18:43:43 1999 *************** *** 1,7 **** /* * ! * Acceleration for SiS530 SiS620. * It is done in a separate file because the register formats are * very different from the previous chips. * --- 1,7 ---- /* * ! * Acceleration for SiS530 SiS620 SiS300. * It is done in a separate file because the register formats are * very different from the previous chips. * *************** *** 9,15 **** * * Xavier Ducoin <x.ducoin@lectra.com> */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c,v 1.1.2.3 1999/07/23 13:23:00 hohndel Exp $ */ #if 0 #define PDEBUG(arg) arg --- 9,15 ---- * * Xavier Ducoin <x.ducoin@lectra.com> */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel2.c,v 1.1.2.6 1999/12/21 07:43:43 hohndel Exp $ */ #if 0 #define PDEBUG(arg) arg *************** *** 17,22 **** --- 17,27 ---- #define PDEBUG(arg) #endif + #define ENABLE_LINE 1 + #define FORCE_CLIPPING 0 + #define ENABLE_MULTISLINE 0 + #define ENABLE_TRAPEZOID 0 + #include "vga256.h" #include "xf86.h" #include "vga.h" *************** *** 42,47 **** --- 47,57 ---- void SISNAME(Sync)(); void SISNAME(SetupForFillRectSolid)(); void SISNAME(SubsequentFillRectSolid)(); + + #if ENABLE_TRAPEZOID + void SISNAME(SubsequentFillTrapezoidSolid)(); + #endif + void SISNAME(SetupForScreenToScreenCopy)(); void SISNAME(SubsequentScreenToScreenCopy)(); *************** *** 53,58 **** --- 63,86 ---- void SISNAME(SetupFor8x8PatternColorExpand)(); void SISNAME(Subsequent8x8PatternColorExpand)(); + #if ENABLE_LINE + void SISNAME(SetClippingRectangle)(); + void SISNAME(SubsequentTwoPointLine)(); + void SISNAME(SetupForDashedLine)(); + void SISNAME(SubsequentDashedTwoPointLine)(); + + unsigned int sisLinePatternBuffer; + int sisLinePatternMaxLength = 32; + int sisPatternSize = 0; + unsigned int sisPatternMask; + int sisClippingSet = 0; + unsigned int sisLineop; + #endif + + #if ENABLE_MULTISLINE + extern void xf86FillSpans(); + void SISNAME(FillSpansSolid)(); + #endif /* * The following function sets up the supported acceleration. Call it *************** *** 95,109 **** */ ! /* Yeou: SiS 530/620 2D engine not support 24bpp */ ! if ((SISchipset == SIS530) && (vga256InfoRec.bitsPerPixel == 24)) return; xf86AccelInfoRec.Flags = BACKGROUND_OPERATIONS | (sisUseXAAcolorExp ? PIXMAP_CACHE : 0 ) | HARDWARE_PATTERN_PROGRAMMED_BITS | HARDWARE_PATTERN_PROGRAMMED_ORIGIN | HARDWARE_PATTERN_BIT_ORDER_MSBFIRST /* | HARDWARE_PATTERN_MONO_TRANSPARENCY // does not work right now */ ; --- 123,142 ---- */ ! /* Yeou: SiS 530/620 and SiS 300 2D engine do not support 24bpp */ ! if (((SISchipset == SIS530) || (SISfamily == SIS300)) && (vga256InfoRec.bitsPerPixel == 24)) return; xf86AccelInfoRec.Flags = BACKGROUND_OPERATIONS | (sisUseXAAcolorExp ? PIXMAP_CACHE : 0 ) | HARDWARE_PATTERN_PROGRAMMED_BITS | HARDWARE_PATTERN_PROGRAMMED_ORIGIN | + #if ENABLE_LINE + TWO_POINT_LINE_NOT_LAST | + HARDWARE_CLIP_LINE | + LINE_PATTERN_MSBFIRST_MSBJUSTIFIED | + #endif HARDWARE_PATTERN_BIT_ORDER_MSBFIRST /* | HARDWARE_PATTERN_MONO_TRANSPARENCY // does not work right now */ ; *************** *** 118,124 **** * rectangle. First we set up the flags for the graphics operation. * It may include GXCOPY_ONLY, NO_PLANEMASK, and RGB_EQUAL. */ ! xf86GCInfoRec.PolyFillRectSolidFlags = NO_PLANEMASK ; /* * Install the low-level functions for drawing solid filled rectangles. --- 151,157 ---- * rectangle. First we set up the flags for the graphics operation. * It may include GXCOPY_ONLY, NO_PLANEMASK, and RGB_EQUAL. */ ! xf86GCInfoRec.PolyFillRectSolidFlags = NO_PLANEMASK; /* * Install the low-level functions for drawing solid filled rectangles. *************** *** 126,131 **** --- 159,186 ---- xf86AccelInfoRec.SetupForFillRectSolid = SISNAME(SetupForFillRectSolid); xf86AccelInfoRec.SubsequentFillRectSolid = SISNAME(SubsequentFillRectSolid); + #if ENABLE_TRAPEZOID + xf86AccelInfoRec.ErrorTermBits = 21; + xf86AccelInfoRec.SubsequentFillTrapezoidSolid + = SISNAME(SubsequentFillTrapezoidSolid); + #endif + + #if ENABLE_LINE + xf86AccelInfoRec.LinePatternBuffer = &sisLinePatternBuffer; + xf86AccelInfoRec.LinePatternMaxLength = sisLinePatternMaxLength; + xf86AccelInfoRec.SetClippingRectangle = SISNAME(SetClippingRectangle); + xf86AccelInfoRec.SetupForDashedLine = SISNAME(SetupForDashedLine); + xf86AccelInfoRec.SubsequentDashedTwoPointLine = + SISNAME(SubsequentDashedTwoPointLine); + xf86AccelInfoRec.SubsequentTwoPointLine = SISNAME(SubsequentTwoPointLine); + #endif + + #if ENABLE_MULTISLINE + xf86GCInfoRec.FillSpansSolidFlags = NO_PLANEMASK; + xf86GCInfoRec.FillSpansSolid = xf86FillSpans; + xf86AccelInfoRec.FillSpansSolid = SISNAME(FillSpansSolid); + #endif + /* * We also want to set up the ScreenToScreenCopy (BitBLT) primitive for * copying a rectangular area from one location on the screen to *************** *** 144,150 **** SISNAME(SubsequentScreenToScreenCopy); /* Color Expansion */ ! if (vga256InfoRec.bitsPerPixel != 24) { /* the enhanced color expansion is not supported * by the engine in 16M-color graphic mode. */ --- 199,205 ---- SISNAME(SubsequentScreenToScreenCopy); /* Color Expansion */ ! if (vga256InfoRec.bitsPerPixel != 24) { /* the enhanced color expansion is not supported * by the engine in 16M-color graphic mode. */ *************** *** 288,295 **** --- 343,353 ---- unsigned planemask; { + PDEBUG(ErrorF("SetupForFillRectSolid(%d, %d, %d)\n",color,rop,planemask)); + sisSETPATFGCOLOR(color); sisSETROP(sisPatALUConv[rop & 0xF]); + sisSETAGPBASE(); sisSETPITCH(vga256InfoRec.displayWidth * vgaBytesPerPixel, vga256InfoRec.displayWidth * vgaBytesPerPixel); sisSETDSTHEIGHT(-1); /* disable merge clipping */ *************** *** 305,317 **** { int op; op = sisCMDBLT | sisTOP2BOTTOM | sisLEFT2RIGHT | sisROP; sisSETHEIGHTWIDTH(h, w); sisSETDSTXDSTY(x,y); sisSETCMD(op); - } static int blitxdir, blitydir; --- 363,376 ---- { int op; + PDEBUG(ErrorF("SubsequentFillRectSolid(%d, %d, %d, %d)\n", x, y, w, h)); + op = sisCMDBLT | sisTOP2BOTTOM | sisLEFT2RIGHT | sisROP; sisSETHEIGHTWIDTH(h, w); sisSETDSTXDSTY(x,y); sisSETCMD(op); } static int blitxdir, blitydir; *************** *** 323,328 **** --- 382,390 ---- unsigned planemask; int transparency_color; { + PDEBUG(ErrorF("SetupForScreenToScreenCopy()\n")); + + sisSETAGPBASE(); sisSETPITCH(vga256InfoRec.displayWidth * vgaBytesPerPixel, vga256InfoRec.displayWidth * vgaBytesPerPixel); sisSETROP(sisALUConv[rop & 0xF]); *************** *** 339,344 **** --- 401,407 ---- { int op ; + PDEBUG(ErrorF("SubsequentScreenToScreenCopy()\n")); /* * If the direction is "decreasing", the chip wants the addresses * to be at the other end, so we must be aware of that in our *************** *** 403,408 **** --- 466,472 ---- PDEBUG(ErrorF("SISSubsequentScreenToScreenColorExpand()\n")); srcpitch = ((w + 31)& ~31) /8 ; + sisSETAGPBASE(); sisSETPITCH(srcpitch, destpitch); sisSETHEIGHTWIDTH(h, w); sisSETSRCXSRCY(srcx, srcy); *************** *** 444,449 **** --- 508,514 ---- sisSETDSTHEIGHT(-1); /* disable merge clipping */ sisSETHEIGHTWIDTH(1, w); srcpitch = ((w + 31)& ~31) /8 ; + sisSETAGPBASE(); sisSETPITCH(srcpitch, pitch); sisDstX = x; *************** *** 485,490 **** --- 550,556 ---- /* becareful with rop */ sisSETROP(sisPatALUConv[rop & 0xF]); + sisSETAGPBASE(); sisSETPITCH(1, dstpitch); sisSETSRCADDR(0); sisSETDSTADDR(0); *************** *** 513,515 **** --- 579,875 ---- sisSETCMD(sisColExp_op); } + #if ENABLE_TRAPEZOID + void SISNAME(SubsequentFillTrapezoidSolid)( + int ytop, + int height, + int left, + int dxL, int dyL, + int eL, + int right, + int dxR, int dyR, + int eR) + { + int op,bL,bR, t; + + /**/ + if (dxL >= 0) + bL = left - 1; + else { + t = height * dxL / dyL; + if (t < 0) + bL = left + t - 1; + else + bL = left - t - 1; + } + + if (dxR <= 0) + bR = right + 1; + else { + t = height * dxR / dyR; + if (t < 0) + bR = right - t + 1; + else + bR = right + t + 1; + } + sisSETCLIPTOP(bL, ytop-1); + sisSETCLIPBOTTOM(bR, ytop+height); + /**/ + #if 0 + /***/ + if ((dxL > 0) && (dxR < 0)) { + int l, r; + l = left + abs(height * dxL / dyL); + r = right - abs(height * dxR / dyR); + if (l > r) { + dxR = (l - right)*dyR/height; + } + if (dxR > dyR) + eR = dyR - dxR; + else + eR = dxR - dyR; + } + /***/ + #endif + sisSETTRAPEZOIDHY(height,ytop); + sisSETTRAPEZOIDX(left,right+1); + + op = sisCMDTRAPEZOIDFILL | sisROP | sisCLIPENABL; + + if (dyR >= 0) + op |= sisRIGHTYINC; + else + dyR = -dyR; + + if (dxR >= 0) + op |= sisRIGHTXINC; + else + dxR = -dxR; + + if (dxR >= dyR) { + op |= sisRIGHTXMAJOR; + eR = (dxR - eR)*dyR/dxR + dyR; + while (eR >= 0) + eR -= dxR; + + } + + sisSETRIGHTDELTA(dxR,dyR); + + if (dyL >= 0) + op |= sisLEFTYINC; + else + dyL = -dyL; + + if (dxL >= 0) + op |= sisLEFTXINC; + else + dxL = -dxL; + + + if (dxL >= dyL) { + op |= sisLEFTXMAJOR; + eL = (dxL - eL)*dyL/dxL + dyL; + while (eL >= 0) + eL -= dxL; + } + + sisSETLEFTDELTA(dxL, dyL); + + sisSETLEFTERR(eL); + sisSETRIGHTERR(eR); + + sisSETCMD(op); + } + #endif + + #if ENABLE_LINE + + void SISNAME(SubsequentTwoPointLine)(x1, y1, x2, y2, bias) + int x1, y1, x2, y2, bias; + { + int op; + + sisSETSRCXSRCY(y1, x1); + sisSETDSTXDSTY(y2, x2); + sisSETLINEPERIODCOUNT(0, 1); + sisSETLINESTYLE1(0x80000000); + + op = sisCMDLINE | sisLINESTYLEENABLE | sisROP; + + if (bias & 0x100) + op |= sisLASTPIXELNOTDRAW; + if (sisClippingSet) + op |= sisCLIPENABL; + sisSETCMD(op); + sisClippingSet = 0; + } + + void SISNAME(SetupForDashedLine)( + int fg, + int bg, + int rop, + unsigned planemask, + int size) + { + int isTransparent = ( bg == -1 ); + int op,i; + + sisSETAGPBASE(); + sisSETDSTADDR(0); + sisSETPITCH(vga256InfoRec.displayWidth * vgaBytesPerPixel, + vga256InfoRec.displayWidth * vgaBytesPerPixel); + sisSETDSTHEIGHT(-1); /* disable merge clipping */ + sisSETLINEPERIODCOUNT(size-1, 1); + sisPatternSize = size; + sisPatternMask = 0; + for (i=0;i<size;i++) { + sisPatternMask >>= 1; + sisPatternMask |= 0x80000000; + } + sisSETPATFGCOLOR(fg); + sisSETPATBGCOLOR(bg); + + sisLineop = sisCMDLINE | sisLINESTYLEENABLE | sisPatALUConv[rop & 0xF]; + if (isTransparent) { + sisLineop |= sisTRANSPARENT; + } + } + + void SISNAME(SubsequentDashedTwoPointLine)( + int x1, + int y1, + int x2, + int y2, + int bias, + int offset) + { + unsigned int op; + unsigned int pat; + + sisSETSRCXSRCY(y1, x1); + sisSETDSTXDSTY(y2, x2); + pat = (sisLinePatternBuffer << offset) + | (sisLinePatternBuffer >> (sisPatternSize - offset)); + pat &= sisPatternMask; + sisSETLINESTYLE1(pat); + + op = sisLineop; + if (bias & 0x100) + op |= sisLASTPIXELNOTDRAW; /* last pixel does NOT drawn */ + #if FORCE_CLIPPING + if (!sisClippingSet) { + int xb1,yb1,xb2,yb2; + if (x1 > x2) { + xb1 = x2 -1; + xb2 = x1; + } else { + xb1 = x1 -1; + xb2 = x2; + } + + if (y1 > y2) { + yb1 = y2 -1; + yb2 = y1; + } else { + yb1 = y1 -1; + yb2 = y2; + } + SISNAME(SetClippingRectangle)(xb1, yb1, xb2, yb2); + } + #endif + if (sisClippingSet) + op |= sisCLIPENABL; + sisSETCMD(op); + sisClippingSet = 0; + } + + void SISNAME(SetClippingRectangle)( + int x1, + int y1, + int x2, + int y2) + { + + sisSETCLIPTOP(x1, y1); + sisSETCLIPBOTTOM(x2+1, y2+1); + sisClippingSet = 1; + } + + #endif + + #if ENABLE_MULTISLINE + void SISNAME(FillSpansSolid)( + int nInit, + DDXPointPtr pptInit, + int *pwidthInit, + int fSorted, + int fg, + int rop) + { + int y,next_y,line2base,maxline,i,total,p,n,op; + + if (!nInit) + return; + + if (!fSorted) { + SISNAME(SetupForFillRectSolid)(fg, rop, 0); + for (i=0;i<nInit;i++) { + SISNAME(SubsequentFillRectSolid)( + pptInit[i].x,pptInit[i].y,pwidthInit[i],1); + } + } + + switch (xf86AccelInfoRec.BitsPerPixel) { + case 8: maxline = 48; line2base = 0x8340; + break; + case 16: maxline = 32; line2base = 0x8380; + break; + case 32: + default: + maxline = 32; line2base = 0x8400; + break; + } + + /* setup */ + sisSETAGPBASE(); + sisSETDSTADDR(0); + sisSETPITCH(0, + vga256InfoRec.displayWidth * vgaBytesPerPixel); + sisSETDSTHEIGHT(-1); /* disable merge clipping */ + sisSETPATFGCOLOR(fg); + op = sisCMDMULTISLINE | sisTOP2BOTTOM | sisPatALUConv[rop & 0xF]; + total = nInit; + p = 0; + n = 0; + next_y = y = pptInit[p].y; + while (total) { + if (n == 0) + sisSETMULTISLINE0(pptInit[p].x, + pptInit[p].x + pwidthInit[p]); + else if (n == 1) + sisSETMULTISLINE1(pptInit[p].x, + pptInit[p].x + pwidthInit[p]); + else + sisSETMULTISLINEN(line2base,n,pptInit[p].x, + pptInit[p].x + pwidthInit[p]); + total--;p++;next_y++;n++; + if (!total || (n >= maxline)) { + sisSETLINECNT(y,n); + sisSETCMD(op); + next_y = y = pptInit[p].y; + n = 0; + continue; + } + + if (pptInit[p].y != next_y) { + sisSETLINECNT(y,n); + sisSETCMD(op); + next_y = y = pptInit[p].y; + n = 0; + } + } + if (xf86AccelInfoRec.Flags & BACKGROUND_OPERATIONS) + xf86AccelInfoRec.Sync(); + } + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c:3.4.2.6 xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c:3.4.2.9 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c:3.4.2.6 Sat May 15 23:53:32 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c Tue Dec 21 18:43:44 1999 *************** *** 26,32 **** * accel/s3/s3Cursor.c, and ark/ark_cursor.c */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c,v 3.4.2.6 1999/05/15 13:53:32 dawes Exp $ */ #include "X.h" #include "Xproto.h" --- 26,32 ---- * accel/s3/s3Cursor.c, and ark/ark_cursor.c */ ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c,v 3.4.2.9 1999/12/21 07:43:44 hohndel Exp $ */ #include "X.h" #include "Xproto.h" *************** *** 147,153 **** --- 147,163 ---- /* disable the hardware cursor side pattern */ temp2 = rdinx(0x3C4,0x1E); outb(0x3C5, (temp2 & 0xF7) ); + } else if (SISfamily == SIS300) { + unsigned addr, *p; + addr = (SISCursorAddress >> 10) & 0xFFFF; + + /* hardware cursor registers in MMIO space */ + p = (unsigned *) (sisMMIOBase + SIS300_CURSOR_CONTROL); + + *p &= 0x00ff0000; + *p |= addr; /* use pattern 0 */ } + return TRUE; } *************** *** 157,165 **** static void SISShowCursor() { unsigned char temp; ! temp = rdinx(0x3C4, 0x06); ! outb(0x3C5, temp | 0x40); } /* --- 167,181 ---- static void SISShowCursor() { unsigned char temp; + unsigned *p; ! if (SISfamily == SIS300) { ! p = (unsigned *) (sisMMIOBase + SIS300_CURSOR_CONTROL); ! *p |= SIS300_CURSOR_ENABLE; ! } else { ! temp = rdinx(0x3C4, 0x06); ! outb(0x3C5, temp | 0x40); ! } } /* *************** *** 168,176 **** void SISHideCursor() { unsigned char temp; ! temp = rdinx(0x3C4, 0x06); ! outb(0x3C5, temp & 0xBF); } /* --- 184,198 ---- void SISHideCursor() { unsigned char temp; + unsigned *p; ! if (SISfamily == SIS300) { ! p = (unsigned *) (sisMMIOBase + SIS300_CURSOR_CONTROL); ! *p &= SIS300_CURSOR_DISABLE; ! } else { ! temp = rdinx(0x3C4, 0x06); ! outb(0x3C5, temp & 0xBF); ! } } /* *************** *** 181,186 **** --- 203,231 ---- * Adapted from accel/s3/s3Cursor.c. */ + /* + * SiS300 has changed hardware cursor bitmap format. + * The new format is still a 64x64 bitmap, 64 lines, each line is + * 16 bytes. But each line is 8 bytes AND mask first and + * followed by 8 bytes XOR mask. + * If cursor image is smaller than 64x64, then fill the AND mask with 0xFF + * and the XOR mask with 0x00. + * + * 8 bytes AND mask 8 bytes XOR mask + * |--------------| |--------------| + * ^ ................ ................ + * | + * 64 + * l + * i + * n + * e + * s + * | + * v ................ ................ + * + */ + static Bool SISRealizeCursor(pScr, pCurs) ScreenPtr pScr; CursorPtr pCurs; *************** *** 190,211 **** unsigned char *pServSrc; int index = pScr->myNum; pointer *pPriv = &pCurs->bits->devPriv[index]; ! unsigned char *ram; int wsrc, h; CursorBitsPtr bits = pCurs->bits; if (pCurs->bits->refcnt > 1) return TRUE; ! ram = (unsigned char *)xalloc(16384); ! ! memset (ram, 0xAA, 16384); ! ! *pPriv = (pointer) ram; if (!ram) return FALSE; pServSrc = (unsigned char *)bits->source; pServMsk = (unsigned char *)bits->mask; --- 235,268 ---- unsigned char *pServSrc; int index = pScr->myNum; pointer *pPriv = &pCurs->bits->devPriv[index]; ! unsigned char *ram, *p; int wsrc, h; CursorBitsPtr bits = pCurs->bits; if (pCurs->bits->refcnt > 1) return TRUE; ! if (SISfamily == SIS300) ! ram = (unsigned char *)xalloc(1024); ! else ! ram = (unsigned char *)xalloc(16384); if (!ram) return FALSE; + if (SISfamily == SIS300) { + p = ram; + for (i=0;i<SISCursorHeight;i++) { + for (j=0;j<8;j++) + *p++ = 0xFF; + for (j=0;j<8;j++) + *p++ = 0x00; + } + } else + memset (ram, 0xAA, 16384); + + *pPriv = (pointer) ram; + pServSrc = (unsigned char *)bits->source; pServMsk = (unsigned char *)bits->mask; *************** *** 221,226 **** --- 278,298 ---- for (j = 0; j < SISCursorWidth / 16; j++) { unsigned char m, s; + if (SISfamily == SIS300) { + if (i < h && j < wsrc) { + m = *pServMsk++; + s = *pServSrc++; + m = ~m; + ram[j] = (((m & 0x01) << 7) | ((m & 0x02) << 5) | + ((m & 0x04) << 3) | ((m & 0x08) << 1) | + ((m & 0x10) >> 1) | ((m & 0x20) >> 3) | + ((m & 0x40) >> 5) | ((m & 0x80) >> 7)); + ram[j+8] = (((s & 0x01) << 7) | ((s & 0x02) << 5) | + ((s & 0x04) << 3) | ((s & 0x08) << 1) | + ((s & 0x10) >> 1) | ((s & 0x20) >> 3) | + ((s & 0x40) >> 5) | ((s & 0x80) >> 7)); + } + } else { if (i < h && j < wsrc) { m = *pServMsk++; s = *pServSrc++; *************** *** 240,245 **** --- 312,318 ---- ram[(j*2)+1] = 0xAA; } } + } } return TRUE; } *************** *** 292,306 **** cursor_image = pCurs->bits->devPriv[index]; ! if (vgaUseLinearAddressing) memcpy((unsigned char *)vgaLinearBase + SISCursorAddress, ! cursor_image, 16384); ! else { ! vgaSaveBank(); ! SISSetWrite(SISCursorAddress >> 16); ! memcpy((unsigned char *)vgaBase + (SISCursorAddress & 0xFFFF), ! cursor_image, 16384); ! vgaRestoreBank(); } } --- 365,384 ---- cursor_image = pCurs->bits->devPriv[index]; ! if (SISfamily == SIS300) { memcpy((unsigned char *)vgaLinearBase + SISCursorAddress, ! cursor_image, 1024); ! } else { ! if (vgaUseLinearAddressing) ! memcpy((unsigned char *)vgaLinearBase + ! SISCursorAddress, cursor_image, 16384); ! else { ! vgaSaveBank(); ! SISSetWrite(SISCursorAddress >> 16); ! memcpy((unsigned char *)vgaBase + (SISCursorAddress ! & 0xFFFF), cursor_image, 16384); ! vgaRestoreBank(); ! } } } *************** *** 397,402 **** --- 475,481 ---- int x, y; { int xorigin, yorigin; + unsigned *p; if (!xf86VTSema) return; *************** *** 424,438 **** if (XF86SCRNINFO(pScr)->modes->Flags & V_INTERLACE) y /= 2; /* Program the cursor origin (offset into the cursor bitmap). */ ! wrinx(0x3C4, 0x1C, xorigin); ! wrinx(0x3C4, 0x1F, yorigin); /* Program the new cursor position. */ ! wrinx(0x3C4, 0x1A, x); /* Low byte. */ ! wrinx(0x3C4, 0x1B, x >> 8); /* High byte. */ ! wrinx(0x3C4, 0x1D, y); /* Low byte. */ ! wrinx(0x3C4, 0x1E, y >> 8); /* High byte. */ } /* --- 503,527 ---- if (XF86SCRNINFO(pScr)->modes->Flags & V_INTERLACE) y /= 2; + if (SISfamily == SIS300) { + p = (unsigned *) (sisMMIOBase + SIS300_CURSOR_H_LOC); + + /* Horizontal */ + *p++ = ((xorigin & 0x3F) << 16) | (x & 0xFFF); + + /* Vertical */ + *p = ((yorigin & 0x3F) << 16) | (y & 0x7FF); + } else { /* Program the cursor origin (offset into the cursor bitmap). */ ! wrinx(0x3C4, 0x1C, xorigin); ! wrinx(0x3C4, 0x1F, yorigin); /* Program the new cursor position. */ ! wrinx(0x3C4, 0x1A, x); /* Low byte. */ ! wrinx(0x3C4, 0x1B, x >> 8); /* High byte. */ ! wrinx(0x3C4, 0x1D, y); /* Low byte. */ ! wrinx(0x3C4, 0x1E, y >> 8); /* High byte. */ ! } } /* *************** *** 453,458 **** --- 542,548 ---- int i; VisualPtr pVisual; unsigned char AddColReg; + unsigned *p; if (!xf86VTSema) return; *************** *** 490,502 **** pScr->ResolveColor (&fred, &fgreen, &fblue, pVisual); ! wrinx(0x3C4, 0x14, bred>>shift); ! wrinx(0x3C4, 0x15, bgreen>>shift); ! wrinx(0x3C4, 0x16, bblue>>shift); ! ! wrinx(0x3C4, 0x17, fred>>shift); ! wrinx(0x3C4, 0x18, fgreen>>shift); ! wrinx(0x3C4, 0x19, fblue>>shift); } /* --- 580,606 ---- pScr->ResolveColor (&fred, &fgreen, &fblue, pVisual); ! if (SISfamily == SIS300) { ! p = (unsigned *) (sisMMIOBase + SIS300_CURSOR_COLOR0); ! ! /* cursor color 0 */ ! *p++ = ((bred & 0xFF00) << 8)| ! ((bgreen & 0xFF00)) | ! ((bblue & 0xFF00) >> 8); ! ! /* cursor color 1 */ ! *p = ((fred & 0xFF00) << 8)| ! ((fgreen & 0xFF00)) | ! ((fblue & 0xFF00) >> 8); ! } else { ! wrinx(0x3C4, 0x14, bred>>shift); ! wrinx(0x3C4, 0x15, bgreen>>shift); ! wrinx(0x3C4, 0x16, bblue>>shift); ! ! wrinx(0x3C4, 0x17, fred>>shift); ! wrinx(0x3C4, 0x18, fgreen>>shift); ! wrinx(0x3C4, 0x19, fblue>>shift); ! } } /* Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h:1.1.2.5 xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h:1.1.2.8 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h:1.1.2.5 Sat May 15 23:53:32 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h Tue Dec 21 18:43:44 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h,v 1.1.2.5 1999/05/15 13:53:32 dawes Exp $ */ /* * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h,v 1.1.2.8 1999/12/21 07:43:44 hohndel Exp $ */ /* * *************** *** 25,31 **** */ ! /*#define DEBUG*/ #define SIS86C201 0 #define SIS86C202 1 --- 25,36 ---- */ ! #define SIS_MAJOR_VERSION 3 ! #define SIS_MINOR_VERSION 0 ! #define SIS_PATCH_LEVEL 0 ! #define SIS_CURRENT_VERSION (SIS_DRV_MAJOR_VERSION << 16 | \ ! SIS_DRV_MINOR_VERSION << 8 | \ ! SIS_DRV_PATCH_LEVEL) #define SIS86C201 0 #define SIS86C202 1 *************** *** 37,44 **** --- 42,68 ---- #define SIS6326 7 #define SIS530 8 /* 2nd generation graphics engine */ #define SIS620 9 /* treated as SIS530 */ + #define SIS300 10 + #define SIS630 11 + #define SIS540 12 + + #define SIS5597_3C5_LAST 0x39 + #define SIS6326_3C5_LAST 0x3C + #define SIS530_3C5_LAST 0x3F + #define SIS300_3C5_LAST 0x3D + #define DEFAULT_3C5_LAST 0x37 + + #define SIS300_CURSOR_CONTROL 0x8500 + #define SIS300_CURSOR_COLOR0 0x8504 + #define SIS300_CURSOR_COLOR1 0x8508 + #define SIS300_CURSOR_H_LOC 0x850C + #define SIS300_CURSOR_V_LOC 0x8510 + + #define SIS300_CURSOR_ENABLE 0x40000000 + #define SIS300_CURSOR_DISABLE 0x3FFFFFFF extern int SISchipset; + extern int SISfamily; extern Bool sisLinearSupport; /*linear addressing enable */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/Imakefile diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/Imakefile:1.1.2.2 *** /dev/null Sun Jan 9 07:47:36 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/Imakefile Sun Dec 12 04:43:19 1999 *************** *** 0 **** --- 1,62 ---- + XCOMM ******************************************************************************* + XCOMM + XCOMM Copyright (c) 1999 by Silicon Motion, Inc. + XCOMM All Rights Reserved + XCOMM + XCOMM Permission to use, copy, modify, distribute, and sell this software and its + XCOMM documentation for any purpose is hereby granted without fee, provided that the + XCOMM above copyright notice appear in all copies and that both that copyright + XCOMM notice and this permission notice appear in supporting documentation, and that + XCOMM the name of Silicon Motion, Inc. not be used in advertising or publicity + XCOMM pertaining to distribution of the software without specific, written prior + XCOMM permission. Silicon Motion, Inc. and its suppliers make no representations + XCOMM about the suitability of this software for any purpose. It is provided "as + XCOMM is" without express or implied warranty. + XCOMM + XCOMM SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + XCOMM INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + XCOMM SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + XCOMM INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + XCOMM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + XCOMM OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + XCOMM PERFORMANCE OF THIS SOFTWARE. + XCOMM ******************************************************************************/ + XCOMM + XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/Imakefile,v 1.1.2.2 1999/12/11 17:43:19 hohndel Exp $ + XCOMM + + #include <Server.tmpl> + + SRCS = smi_driver.c smi_misc.c smi_accel.c smi_cursor.c + + OBJS = smi_driver.o smi_misc.o smi_accel.o smi_cursor.o + + DEFINES = -DPSZ=8 + #if XF86LinkKit + INCLUDES = -I. -I../../../include -I../../../include/X11 -I../.. + #else + INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86HWSRC) -I$(XF86OSSRC) \ + -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \ + -I$(SERVERSRC)/cfb -I../../vga -I../../../xaa \ + -I$(FONTINCSRC) -I$(SERVERSRC)/include -I$(XINCLUDESRC) + #endif + + #if MakeHasPosixVariableSubstitutions + SubdirLibraryRule($(OBJS)) + #endif + NormalLibraryObjectRule() + NormalAsmObjectRule() + + NormalRelocatableTarget(smi_drv, $(OBJS)) + + InstallLinkKitNonExecFile(smi_driver.c,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(smi_accel.c,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(smi_misc.c,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(smi_cursor.c,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(regsmi.h,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(mmio.h,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(smi_driver.h,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(smi_rop.h,$(LINKKITDIR)/drivers/vga256/smi) + InstallLinkKitNonExecFile(Imakefile,$(LINKKITDIR)/drivers/vga256/smi) + + DependTarget() Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/mmio.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/mmio.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:36 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/mmio.h Sun Dec 12 04:43:19 1999 *************** *** 0 **** --- 1,139 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/mmio.h,v 1.1.2.2 1999/12/11 17:43:19 hohndel Exp $ */ + + #ifndef _MMIO_H_ + #define _MMIO_H_ + + #include <Xmd.h> + + #define int16 CARD16 + #define int32 CARD32 + + typedef struct + { + int16 vendor_ID; + int16 device_ID; + } pci_id; + + typedef struct + { + int16 cmd; + int16 devsel; + } cmd_devsel; + + typedef struct + { + pci_id pci_ident; + cmd_devsel cmd_device_sel; + int32 class_code; + char dummy_0c; + char latency_timer; + int16 dummy_0e; + int32 base0; + int32 dummy_14; + int32 dummy_18; + int32 dummy_1c; + int32 dummy_20; + int32 dummy_24; + int32 dummy_28; + pci_id subsystem_ident; + int32 bios_base; + int32 power_cap; + int32 dummy_38; + char int_line; + char int_pin; + int16 dummy_3e; + int32 power_reg; + int32 power_data; + } pci_conf_regs; + + typedef struct + { + int32 dpr00; + int32 dpr04; + int32 dpr08; + int32 dpr0C; + int32 dpr10; + int32 dpr14; + int32 dpr18; + int32 dpr1C; + int32 dpr20; + int32 dpr24; + int32 dpr28; + int32 dpr2C; + int32 dpr30; + int32 dpr34; + int32 dpr38; + int32 dpr3C; + int32 dpr40; + int32 dpr44; + } DPR; + + typedef struct + { + int32 vpr00; + int32 vpr04; + int32 vpr08; + int32 vpr0C; + int32 vpr10; + int32 vpr14; + int32 vpr18; + int32 vpr1C; + int32 vpr20; + int32 vpr24; + int32 vpr28; + int32 vpr2C; + int32 vpr30; + int32 vpr34; + int32 vpr38; + int32 vpr3C; + int32 vpr40; + int32 vpr44; + int32 vpr48; + int32 vpr4C; + int32 vpr50; + int32 vpr54; + int32 vpr58; + int32 vpr5C; + int32 vpr60; + int32 vpr64; + int32 vpr68; + int32 vpr6C; + } VPR; + + #define SMI_STARTENGINE (1 << 31) + #define SMI_MONOPATTERN (0 << 30) + #define SMI_COLORPATTERN (1 << 30) + #define SMI_QUICKSTART (1 << 28) + #define SMI_LEFTTORIGHT (0 << 27) + #define SMI_RIGHTTOLEFT (1 << 27) + #define SMI_MONOSOURCE (1 << 22) + #define SMI_COLORSOURCE (0 << 22) + #define SMI_BITBLT (0x0 << 16) + #define SMI_FILL (0x1 << 16) + #define SMI_BLTWRITE (0x8 << 16) + #define SMI_TRANSPARENT (1 << 8) + + #endif Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/regsmi.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/regsmi.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:36 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/regsmi.h Sun Dec 12 04:43:20 1999 *************** *** 0 **** --- 1,160 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/regsmi.h,v 1.1.2.2 1999/12/11 17:43:20 hohndel Exp $ */ + + #ifndef _REGSMI_H_ + #define _REGSMI_H_ + + /* for OUT instructions */ + #include "compiler.h" + + /* for mmio */ + #include "mmio.h" + + /* SMI chipset definitions */ + + #define VerticalRetraceWait() \ + { \ + while ((inb(vgaIOBase + 0x0A) & 0x08) == 0x00) ; \ + while ((inb(vgaIOBase + 0x0A) & 0x08) == 0x08) ; \ + while ((inb(vgaIOBase + 0x0A) & 0x08) == 0x00) ; \ + } + + /* PCI data */ + #define PCI_SMI_VENDOR_ID 0x126F + #define PCI_910 0x910 + #define PCI_810 0x810 + #define PCI_820 0x820 + #define PCI_710 0x710 + #define PCI_712 0x712 + #define PCI_720 0x720 + + /* Chip tags */ + #define SMI_UNKNOWN 0 + #define SMI_910 1 + #define SMI_810 2 + #define SMI_820 3 + #define SMI_710 4 + #define SMI_712 5 + #define SMI_720 6 + + #define IS_NEWMMIO(id) ( ((id) == SMI_820) \ + || ((id) == SMI_720) \ + ) + #define IS_AUTOCENTER(id) ( ((id) == SMI_710) \ + || ((id) == SMI_712) \ + || ((id) == SMI_720) \ + ) + #define IS_128BIT(id) ( ((id) == SMI_820) \ + || ((id) == SMI_720) \ + ) + + /* VESA Approved Register Definitions */ + #define DAC_MASK 0x3C6 + #define DAC_R_INDEX 0x3C7 + #define DAC_W_INDEX 0x3C8 + #define DAC_DATA 0x3C9 + + /* The Mix ROPs (selected ones, not all 256) */ + #define ROP_0 (0x00) + #define ROP_DSon (0x11) + #define ROP_DSna (0x22) + #define ROP_Sn (0x33) + #define ROP_SDna (0x44) + #define ROP_Dn (0x55) + #define ROP_DSx (0x66) + #define ROP_DSan (0x77) + #define ROP_DSa (0x88) + #define ROP_DSxn (0x99) + #define ROP_D (0xAA) + #define ROP_DSno (0xBB) + #define ROP_S (0xCC) + #define ROP_SDno (0xDD) + #define ROP_DSo (0xEE) + #define ROP_1 (0xFF) + + /* S -> P */ + #define ROP_DPon (0x05) + #define ROP_DPna (0x0A) + #define ROP_Pn (0x0F) + #define ROP_PDna (0x50) + #define ROP_DPx (0x5A) + #define ROP_DPan (0x5F) + #define ROP_DPa (0xA0) + #define ROP_DPxn (0xA5) + #define ROP_DPno (0xAF) + #define ROP_P (0xF0) + #define ROP_PDno (0xF5) + #define ROP_DPo (0xFA) + + typedef struct { + unsigned char r, g, b; + } + LUTENTRY; + + #define MAXLOOP 0xffffff /* timeout value for engine waits, ~6 secs */ + #define MAXFIFO 8 + void SMIGEReset(int from_timeout, int line, char *file); + unsigned char ReadSeqc(unsigned char index); + + #define IS_IDLE() ((ReadSeqc(0x16) & 0x08) == 0x00) + #define READ_FIFO() ((ReadSeqc(0x16) & 0x10) ? MAXFIFO \ + : ((ReadSeqc(0x16) + 1) & 0x07)) + + /* Wait until "v" queue entries are free */ + #define WaitQueue(v) \ + if (smiPriv.NoPCIRetry) { \ + do { int loop=0; mem_barrier(); \ + while ((READ_FIFO() < min(v, MAXFIFO)) && (loop++ < MAXLOOP)) ; \ + if (loop >= MAXLOOP) SMIGEReset(1, __LINE__, __FILE__); \ + } while (0); } + + /* Wait until GP is idle and queue is empty */ + #define WaitIdleEmpty() \ + do { \ + WaitCommandEmpty(); \ + WaitIdle(); \ + } while(0) + + /* Wait until GP is idle */ + #define WaitIdle() \ + do { int loop=0; mem_barrier(); \ + while ((!IS_IDLE()) && (loop++ < MAXLOOP)) ; \ + if (loop >= MAXLOOP) SMIGEReset(1, __LINE__, __FILE__); \ + } while (0) + + /* Wait until Command FIFO is empty */ + #define WaitCommandEmpty() \ + WaitQueue(MAXFIFO) + + #ifndef NULL + #define NULL 0 + #endif + + #define RGB8_PSEUDO (-1) + #define RGB16_565 0 + #define RGB16_555 1 + #define RGB24_888 2 + + #endif /* _REGSMI_H_ */ Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_accel.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_accel.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:36 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_accel.c Sun Dec 12 04:43:20 1999 *************** *** 0 **** --- 1,393 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_accel.c,v 1.1.2.2 1999/12/11 17:43:20 hohndel Exp $ */ + + #include <math.h> + #include "xf86.h" + #include "xf86_OSlib.h" + #include "vga256.h" + #include "vga.h" + #include "xf86xaa.h" + #include "xf86Priv.h" + #include "regsmi.h" + #include "smi_driver.h" + #include "smi_rop.h" + + #define MESSAGE(x) if (xf86Verbose) ErrorF x; + + extern SMIPRIV smiPriv; + extern pointer smiMmioMem; + unsigned int smiBltCommand; + + /* Forward declaration of fucntions used in the driver */ + void SMIAccelSync(); + void SMIAccelInit(); + void SMISetupForScreenToScreenCopy(); + void SMISubsequentScreenToScreenCopy(); + void SMISetupForFillRectSolid(); + void SMISubsequentFillRectSolid(); + void SMISetupForCPUToScreenColorExpand(); + void SMISubsequentCPUToScreenColorExpand(); + void SMISetupFor8x8PatternColorExpand(); + void SMISubsequent8x8PatternColorExpand(); + void SMISetupForFill8x8Pattern(); + void SMISubsequentFill8x8Pattern(); + + /* Acceleration init function, sets up pointers to our accelerated functions */ + + void + SMIAccelInit() + { + /* General acceleration flags */ + xf86AccelInfoRec.Flags = BACKGROUND_OPERATIONS + | HARDWARE_PATTERN_BIT_ORDER_MSBFIRST + | HARDWARE_PATTERN_SCREEN_ORIGIN + | HARDWARE_PATTERN_PROGRAMMED_BITS; + + xf86AccelInfoRec.Sync = SMIAccelSync; + + /* ScreenToScreen copies */ + xf86GCInfoRec.CopyAreaFlags = NO_TRANSPARENCY + | NO_PLANEMASK; + xf86AccelInfoRec.SetupForScreenToScreenCopy = + SMISetupForScreenToScreenCopy; + xf86AccelInfoRec.SubsequentScreenToScreenCopy = + SMISubsequentScreenToScreenCopy; + if (smiPriv.chip == SMI_820 && vgaBitsPerPixel == 8) + { + xf86GCInfoRec.CopyAreaFlags |= GXCOPY_ONLY; + } + + /* Filled rectangles */ + xf86GCInfoRec.PolyFillRectSolidFlags = NO_PLANEMASK; + xf86AccelInfoRec.SetupForFillRectSolid = + SMISetupForFillRectSolid; + xf86AccelInfoRec.SubsequentFillRectSolid = + SMISubsequentFillRectSolid; + if (smiPriv.chip == SMI_820 && vgaBitsPerPixel == 8) + { + xf86GCInfoRec.PolyFillRectSolidFlags |= GXCOPY_ONLY; + } + + /* CPU to screen color expansion */ + xf86AccelInfoRec.ColorExpandFlags = SCANLINE_PAD_DWORD + | CPU_TRANSFER_PAD_DWORD + | BIT_ORDER_IN_BYTE_MSBFIRST + | NO_PLANEMASK; + if (IS_NEWMMIO(smiPriv.chip)) + { + xf86AccelInfoRec.CPUToScreenColorExpandBase = (void *) + ((char *) smiMmioMem + 0x6000); + xf86AccelInfoRec.CPUToScreenColorExpandRange = 0x2000; + } + else + { + xf86AccelInfoRec.CPUToScreenColorExpandBase = smiMmioMem; + xf86AccelInfoRec.CPUToScreenColorExpandRange = 0x8000; + } + if (smiPriv.chip == SMI_820 && vgaBitsPerPixel == 8) + { + xf86AccelInfoRec.ColorExpandFlags |= GXCOPY_ONLY; + } + + xf86AccelInfoRec.SetupForCPUToScreenColorExpand = + SMISetupForCPUToScreenColorExpand; + xf86AccelInfoRec.SubsequentCPUToScreenColorExpand = + SMISubsequentCPUToScreenColorExpand; + + /* These are the 8x8 pattern fills using color expansion */ + xf86AccelInfoRec.SetupFor8x8PatternColorExpand = + SMISetupFor8x8PatternColorExpand; + xf86AccelInfoRec.Subsequent8x8PatternColorExpand = + SMISubsequent8x8PatternColorExpand; + + /* These are the 8x8 color pattern fills */ + if (vgaBitsPerPixel <= 16) + { + xf86AccelInfoRec.SetupForFill8x8Pattern = + SMISetupForFill8x8Pattern; + xf86AccelInfoRec.SubsequentFill8x8Pattern = + SMISubsequentFill8x8Pattern; + } + + /* + * In 8- or 16-bpp we can have a pixel cache (we could in 24-bpp, but I am + * not sure about the alignment issues). + */ + + if (vgaBitsPerPixel <= 16) + { + unsigned int cacheStart, cacheEnd; + cacheStart = vga256InfoRec.virtualY * vga256InfoRec.displayWidth + * vgaBitsPerPixel / 8; + cacheEnd = vga256InfoRec.videoRam * 1024 + - smiPriv.MemReserved + - xf86AccelInfoRec.ScratchBufferSize; + + if (cacheEnd > cacheStart) + { + xf86InitPixmapCache(&vga256InfoRec, cacheStart, cacheEnd); + xf86AccelInfoRec.Flags |= PIXMAP_CACHE; + MESSAGE(("Pixelmap cache: 0x%08X-0x%08X\n", cacheStart, cacheEnd)); + } + } + + MESSAGE(("Initialized acceleration for %dx%d in %d-bpp\n", + vga256InfoRec.displayWidth, vga256InfoRec.virtualY, + vgaBitsPerPixel)); + } + + /* The sync function for the GE */ + + void + SMIAccelSync() + { + WaitIdleEmpty(); + } + + void + SMISetupForScreenToScreenCopy(int xdir, int ydir, int rop, unsigned planemask, + int transparency_color) + { + smiBltCommand = smiAlu[rop] + | SMI_BITBLT + | SMI_STARTENGINE; + } + + void + SMISubsequentScreenToScreenCopy(int x1, int y1, int x2, int y2, int w, int h) + { + if ((y2 < y1) || ((y2 == y1) && (x2 < x1))) + { + smiBltCommand &= ~SMI_RIGHTTOLEFT; + } + else + { + smiBltCommand |= SMI_RIGHTTOLEFT; + x1 += w - 1; + y1 += h - 1; + x2 += w - 1; + y2 += h - 1; + } + + if (vgaBitsPerPixel == 24) + { + x1 *= 3; + x2 *= 3; + w *= 3; + if (smiPriv.chip == SMI_910) + { + y1 *= 3; + y2 *= 3; + } + if (smiBltCommand & SMI_RIGHTTOLEFT) + { + x1 += 2; + x2 += 2; + } + } + + WaitQueue(4); + smiPriv.ptrDPR->dpr00 = (x1 << 16) + (y1 & 0xFFFF); + smiPriv.ptrDPR->dpr04 = (x2 << 16) + (y2 & 0xFFFF); + smiPriv.ptrDPR->dpr08 = (w << 16) + (h & 0xFFFF); + smiPriv.ptrDPR->dpr0C = smiBltCommand; + } + + void + SMISetupForFillRectSolid(int color, int rop, unsigned planemask) + { + WaitQueue(3); + smiPriv.ptrDPR->dpr14 = color; + smiPriv.ptrDPR->dpr34 = 0xFFFFFFFF; + smiPriv.ptrDPR->dpr38 = 0xFFFFFFFF; + + smiBltCommand = smiAlu_sp[rop] + | SMI_BITBLT + | SMI_STARTENGINE; + } + + void + SMISubsequentFillRectSolid(int x, int y, int w, int h) + { + if (vgaBitsPerPixel == 24) + { + x *= 3; + w *= 3; + if (smiPriv.chip == SMI_910) + { + y *= 3; + } + } + + WaitQueue(3); + smiPriv.ptrDPR->dpr04 = (x << 16) + (y & 0xFFFF); + smiPriv.ptrDPR->dpr08 = (w << 16) + (h & 0xFFFF); + smiPriv.ptrDPR->dpr0C = smiBltCommand; + } + + void + SMISetupForCPUToScreenColorExpand(int bg, int fg, int rop, unsigned planemask) + { + if (bg == -1) + { + WaitQueue(4); + smiPriv.ptrDPR->dpr00 = 0; + smiPriv.ptrDPR->dpr14 = fg; + smiPriv.ptrDPR->dpr18 = ~fg; + smiPriv.ptrDPR->dpr20 = fg; + + smiBltCommand = smiAlu[rop] + | SMI_BLTWRITE + | SMI_TRANSPARENT + | SMI_MONOSOURCE + | SMI_STARTENGINE; + } + else + { + WaitQueue(3); + smiPriv.ptrDPR->dpr00 = 0; + smiPriv.ptrDPR->dpr14 = fg; + smiPriv.ptrDPR->dpr18 = bg; + + smiBltCommand = smiAlu[rop] + | SMI_BLTWRITE + | SMI_MONOSOURCE + | SMI_STARTENGINE; + } + } + + void + SMISubsequentCPUToScreenColorExpand(int x, int y, int w, int h, int skipleft) + { + if (vgaBitsPerPixel == 24) + { + x *= 3; + w *= 3; + if (smiPriv.chip == SMI_910) + { + y *= 3; + } + } + + WaitQueue(3); + smiPriv.ptrDPR->dpr04 = (x << 16) + (y & 0xFFFF); + smiPriv.ptrDPR->dpr08 = (w << 16) + (h & 0xFFFF); + smiPriv.ptrDPR->dpr0C = smiBltCommand; + } + + void + SMISetupFor8x8PatternColorExpand(unsigned patternx, unsigned patterny, int bg, + int fg, int rop, unsigned planemask) + { + WaitQueue(4); + smiPriv.ptrDPR->dpr14 = fg; + smiPriv.ptrDPR->dpr18 = bg; + smiPriv.ptrDPR->dpr34 = patternx; + smiPriv.ptrDPR->dpr38 = patterny; + + smiBltCommand = smiAlu_sp[rop] + | SMI_BITBLT + | SMI_MONOPATTERN + | SMI_STARTENGINE; + } + + void + SMISubsequent8x8PatternColorExpand(unsigned patternx, unsigned patterny, int x, + int y, int w, int h) + { + if (vgaBitsPerPixel == 24) + { + x *= 3; + w *= 3; + if (smiPriv.chip == SMI_910) + { + y *= 3; + } + } + + WaitQueue(3); + smiPriv.ptrDPR->dpr04 = (x << 16) + (y & 0xFFFF); + smiPriv.ptrDPR->dpr08 = (w << 16) + (h & 0xFFFF); + smiPriv.ptrDPR->dpr0C = smiBltCommand; + } + + void + SMISetupForFill8x8Pattern(unsigned patternx, unsigned patterny, int rop, + unsigned planemask, int trans_col) + { + char *patloc = (char *) xf86AccelInfoRec.FramebufferBase + + patternx * vgaBitsPerPixel / 8 + + patterny * vga256InfoRec.displayWidth; + + WaitQueue(1); + smiPriv.ptrDPR->dpr0C = SMI_BITBLT + | SMI_COLORPATTERN; + MemToBus((char *) xf86AccelInfoRec.CPUToScreenColorExpandBase, patloc, + vgaBitsPerPixel * 8); + + smiBltCommand = smiAlu_sp[rop] + | SMI_BITBLT + | SMI_COLORPATTERN + | SMI_STARTENGINE; + } + + void SMISubsequentFill8x8Pattern(unsigned patternx, unsigned patterny, int x, + int y, int w, int h) + { + WaitQueue(3); + smiPriv.ptrDPR->dpr04 = (x << 16) + (y & 0xFFFF); + smiPriv.ptrDPR->dpr08 = (w << 16) + (h & 0xFFFF); + smiPriv.ptrDPR->dpr0C = smiBltCommand; + } + + void + SMIGEReset(int from_timeout, int line, char *file) + { + unsigned char tmp; + int r; + int32 fifo_control, miu_control, streams_timeout, misc_timeout; + + if (from_timeout) + { + static int n = 0; + if (n++ < 10 || xf86Verbose > 1) + { + ErrorF("\tSMIGEReset called from %s line %d\n", file, line); + } + } + else + { + WaitIdleEmpty(); + } + + outb(0x3C4, 0x15); + tmp = inb(0x3C5); + outb(0x3C5, tmp | 0x30); + + WaitIdleEmpty(); + + outb(0x3C4, 0x15); + outb(0x3C5, tmp); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_cursor.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_cursor.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:37 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_cursor.c Sun Dec 12 04:43:20 1999 *************** *** 0 **** --- 1,361 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_cursor.c,v 1.1.2.2 1999/12/11 17:43:20 hohndel Exp $ */ + + #include "X.h" + #include "Xproto.h" + #include "misc.h" + #include "input.h" + #include "cursorstr.h" + #include "regionstr.h" + #include "scrnintstr.h" + #include "servermd.h" + #include "windowstr.h" + + #include "compiler.h" + #include "xf86.h" + #include "xf86_OSlib.h" + #include "mipointer.h" + #include "inputstr.h" + #include "xf86Priv.h" + #include "xf86_Option.h" + #include "vga256.h" + #include "vga.h" + #include "xf86xaa.h" + #include "regsmi.h" + #include "smi_driver.h" + + static Bool SMIRealizeCursor(ScreenPtr, CursorPtr); + static Bool SMIUnrealizeCursor(ScreenPtr, CursorPtr); + static void SMISetCursor(ScreenPtr, CursorPtr, int, int); + static void SMIMoveCursor(ScreenPtr, int, int); + static void SMIRecolorCursor(ScreenPtr, CursorPtr, Bool); + + static miPointerSpriteFuncRec smiPointerSpriteFuncs = + { + SMIRealizeCursor, + SMIUnrealizeCursor, + SMISetCursor, + SMIMoveCursor, + }; + + extern miPointerScreenFuncRec xf86PointerScreenFuncs; + extern xf86InfoRec xf86Info; + + /* For byte swapping, use the XAA array */ + extern unsigned char byte_reversed[256]; + extern SMIPRIV smiPriv; + + static int smiCursGeneration = -1; + static int smiHotX; + static int smiHotY; + static int smiCursorMemory; + static CursorPtr smiCursorpCurs; + + #define MAX_CURS 32 + + Bool + SMICursorInit(char *pm, ScreenPtr pScr) + { + if (smiCursGeneration != serverGeneration) + { + if (!(miPointerInitialize(pScr, &smiPointerSpriteFuncs, + &xf86PointerScreenFuncs, FALSE))) + return(FALSE); + + smiHotX = 0; + smiHotY = 0; + pScr->RecolorCursor = SMIRecolorCursor; + smiCursGeneration = serverGeneration; + } + smiCursorMemory = vga256InfoRec.videoRam * 1024 - 2048; + return(TRUE); + } + + /* This allows the cursor to be displayed */ + + void + SMIShowCursor() + { + unsigned char tmp; + + /* turn cursor on */ + outb(0x3C4, 0x81); + tmp = inb(0x3C5); + outb(0x3C5, tmp | 0x80); + } + + void + SMIHideCursor() + { + unsigned char tmp; + + /* turn cursor off */ + outb(0x3C4, 0x81); + tmp = inb(0x3C5); + outb(0x3C5, tmp & ~0x80); + } + + static Bool + SMIRealizeCursor(ScreenPtr pScr, CursorPtr pCurs) + { + CursorBitsPtr bits = pCurs->bits; + unsigned char *ram; + int index = pScr->myNum; + pointer *pPriv = &pCurs->bits->devPriv[index]; + unsigned char *pServMsk; + unsigned char *pServSrc; + int bsrc, h; + register int i, j; + + if (pCurs->bits->refcnt > 1) + return(TRUE); + + ram = (unsigned char *) xalloc(1024); + *pPriv = (pointer) ram; + + if (!ram) + return(FALSE); + + pServSrc = bits->source; + pServMsk = bits->mask; + + h = bits->height; + if (h > MAX_CURS) + h = MAX_CURS; + + bsrc = PixmapBytePad(bits->width, 1); /* bytes per line */ + + for (i = 0; i < MAX_CURS; i++) + { + for (j = 0; j < MAX_CURS / 8; j++) + { + if ((i < h) && (j < bsrc)) + { + unsigned char mask = byte_reversed[*pServMsk++]; + unsigned char source = byte_reversed[*pServSrc++]; + + *ram++ = ~mask; + *ram++ = source & mask; + if (j & 1) + ram += 4; + } + else + { + *ram++ = 0xFF; + *ram++ = 0x00; + if (j & 1) + ram += 4; + } + } + if (j < bsrc) + { + pServMsk += bsrc - j; + pServSrc += bsrc - j; + } + } + return(TRUE); + } + + static Bool + SMIUnrealizeCursor(ScreenPtr pScr, CursorPtr pCurs) + { + pointer priv; + + if (pCurs->bits->refcnt <= 1 && + (priv = pCurs->bits->devPriv[pScr->myNum])) + { + xfree(priv); + pCurs->bits->devPriv[pScr->myNum] = 0x0; + } + return(TRUE); + } + + static void + SMILoadCursor(ScreenPtr pScr, CursorPtr pCurs, int x, int y) + { + int index = pScr->myNum; + unsigned short *ram; + char *videobuffer = (char *) xf86AccelInfoRec.FramebufferBase; + + if (!xf86VTSema) + return; + + if (!pCurs) + return; + + /* Remember which cursor is loaded */ + smiCursorpCurs = pCurs; + + /* Turn cursor off */ + SMIHideCursor(); + + /* Move cursor off-screen */ + outb(0x3C4, 0x88); outb(0x3C5, 0xFF); + outb(0x3C4, 0x89); outb(0x3C5, 0x07); + outb(0x3C4, 0x8A); outb(0x3C5, 0xFF); + outb(0x3C4, 0x8B); outb(0x3C5, 0x07); + + /* Load storage location */ + outb(0x3C4, 0x80); + outb(0x3C5, (smiCursorMemory >> 11) & 0xFF); + outb(0x3C4, 0x81); + outb(0x3C5, (smiCursorMemory >> 19)); + + ram = (unsigned short *) pCurs->bits->devPriv[index]; + MemToBus(videobuffer + smiCursorMemory + 1024, (char *) ram, 1024); + + /* Wait for vertical retrace */ + VerticalRetraceWait(); + + /* Position cursor */ + SMIMoveCursor(0, x, y); + SMIRecolorCursor(pScr, pCurs, TRUE); + + /* Turn cursor on */ + SMIShowCursor(); + } + + static void + SMISetCursor(ScreenPtr pScr, CursorPtr pCurs, int x, int y) + { + int index = pScr->myNum; + + if (!pCurs) + return; + + smiHotX = pCurs->bits->xhot; + smiHotY = pCurs->bits->yhot; + SMILoadCursor(pScr, pCurs, x, y); + } + + void + SMIRestoreCursor(ScreenPtr pScr) + { + int index = pScr->myNum; + int x, y; + + miPointerPosition(&x, &y); + SMILoadCursor(pScr, smiCursorpCurs, x, y); + } + + void + SMIRepositionCursor(ScreenPtr pScr) + { + int x, y; + + miPointerPosition(&x, &y); + /* Wait for vertical retrace */ + VerticalRetraceWait(); + SMIMoveCursor(pScr, x, y); + } + + static void + SMIMoveCursor(ScreenPtr pScr, int x, int y) + { + if (!xf86VTSema) + return; + + x -= vga256InfoRec.frameX0; + y -= vga256InfoRec.frameY0; + + x -= smiHotX; + y -= smiHotY; + + if (x >= 0) + { + outb(0x3C4, 0x88); outb(0x3C5, x & 0xFF); + outb(0x3C4, 0x89); outb(0x3C5, (x >> 8) & 0x07); + } + else + { + outb(0x3C4, 0x88); outb(0x3C5, -x & 0x1F); + outb(0x3C4, 0x89); outb(0x3C5, 0x08); + } + + if (y >= 0) + { + outb(0x3C4, 0x8A); outb(0x3C5, y & 0xFF); + outb(0x3C4, 0x8B); outb(0x3C5, (y >> 8) & 0x07); + } + else + { + outb(0x3C4, 0x8A); outb(0x3C5, -y & 0x1F); + outb(0x3C4, 0x8B); outb(0x3C5, 0x08); + } + } + + static void + SMIRecolorCursor(ScreenPtr pScr, CursorPtr pCurs, Bool displayed) + { + unsigned char packedcolfg, packedcolbg; + + if (!xf86VTSema) + return; + + if (!displayed) + return; + + packedcolfg = ((pCurs->foreRed & 0xE000) >> 8) + | ((pCurs->foreGreen & 0xE000) >> 11) + | ((pCurs->foreBlue & 0xC000) >> 14) + ; + + packedcolbg = ((pCurs->backRed & 0xE000) >> 8) + | ((pCurs->backGreen & 0xE000) >> 11) + | ((pCurs->backBlue & 0xC000) >> 14) + ; + + outb(0x3C4, 0x8C); outb(0x3C5, packedcolfg); + outb(0x3C4, 0x8D); outb(0x3C5, packedcolbg); + } + + void + SMIWarpCursor(ScreenPtr pScr, int x, int y) + { + miPointerWarpCursor(pScr, x, y); + xf86Info.currentScreen = pScr; + } + + void + SMIQueryBestSize(int class, unsigned short *pwidth, unsigned short *pheight, + ScreenPtr pScreen) + { + if (*pwidth > 0) + { + switch (class) + { + case CursorShape: + if (*pwidth > MAX_CURS) + *pwidth = MAX_CURS; + if (*pheight > MAX_CURS) + *pheight = MAX_CURS; + break; + + default: + mfbQueryBestSize(class, pwidth, pheight, pScreen); + break; + } + } + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:37 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.c Sun Dec 12 04:43:21 1999 *************** *** 0 **** --- 1,1400 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.c,v 1.1.2.2 1999/12/11 17:43:21 hohndel Exp $ */ + + /* General and xf86 includes */ + #include "X.h" + #include "input.h" + #include "screenint.h" + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "vga.h" + + /* Includes for Options flags */ + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + /* DGA includes */ + #ifdef XFreeXDGA + #include "X.h" + #include "Xproto.h" + #include "scrnintstr.h" + #include "servermd.h" + #define _XF86DGA_SERVER_ + #include "extensions/xf86dgastr.h" + #endif + + /* SMI internal includes */ + #include "smi_driver.h" + #include "regsmi.h" + + #define MESSAGE(x) if (xf86Verbose) ErrorF x; + #define DSTN() (outb(0x3C4, 0x30), (inb(0x3C5) & 0x01)) + + static Bool SMIProbe(void); + static char * SMIIdent(int); + static void SMIEnterLeave(int); + static Bool SMIInit(DisplayModePtr); + static int SMIValidMode(DisplayModePtr, Bool, int); + static void * SMISave(void *); + static void SMIRestore(void *); + static void SMIAdjust(int, int); + static void SMIFbInit(); + void SMIAccelInit(); + static void SMIDisplayPowerManagementSet(int); + static void SMISetBank(int); + + /* Temporary debug function to print smi regs */ + void SMIPrintRegs(vgaSMIRec *registers); + + /* + * And the data structure which defines the driver itself + */ + + vgaVideoChipRec SMI = { + SMIProbe, /* Bool (* ChipProbe)() */ + SMIIdent, /* char * (* ChipIdent)() */ + SMIEnterLeave, /* void (* ChipEnterLeave)() */ + SMIInit, /* Bool (* ChipInit)() */ + SMIValidMode, /* int (* ChipValidMode)() */ + SMISave, /* void * (* ChipSave)() */ + SMIRestore, /* void (* ChipRestore)() */ + SMIAdjust, /* void (* ChipAdjust)() */ + vgaHWSaveScreen, /* void (* ChipSaveScreen)() */ + (void(*)())NoopDDA, /* void (* ChipGetMode)() */ + SMIFbInit, /* void (* ChipFbInit)() */ + SMISetBank, /* void (* ChipSetRead)() */ + SMISetBank, /* void (* ChipSetWrite)() */ + SMISetBank, /* void (* ChipSetReadWrite)() */ + 0x10000, /* int ChipMapSize */ + 0x10000, /* int ChipSegmentSize */ + 16, /* int ChipSegmentShift */ + 0xFFFF, /* int ChipSegmentMask */ + 0x00000, 0x10000, /* int ChipReadBottom, int ChipReadTop */ + 0x00000, 0x10000, /* int ChipWriteBottom, int ChipWriteTop */ + FALSE, /* Bool ChipUse2Banks */ + VGA_DIVIDE_VERT, /* int ChipInterlaceType */ + {0,}, /* OFlagSet ChipOptionFlags */ + 8, /* int ChipRounding */ + TRUE, /* Bool ChipUseLinearAddressing */ + 0, /* int ChipLinearBase */ + 0, /* int ChipLinearSize */ + TRUE, /* Bool ChipHas16bpp */ + TRUE, /* Bool ChipHas24bpp */ + FALSE, /* Bool ChipHas32bpp */ + NULL, /* DisplayModePtr ChipBuiltinModes */ + 1, 1 /* int ChipClockMulFactor, int ChipClockDivFactor */ + }; + + /* entries must be in sequence with chipset numbers !! */ + SymTabRec smiChipTable[] = { + { SMI_UNKNOWN, "unknown"}, + { SMI_910, "Lynx"}, + { SMI_810, "LynxE"}, + { SMI_820, "Lynx3D"}, + { SMI_710, "LynxEM"}, + { SMI_712, "LynxEM+"}, + { SMI_720, "Lynx3DM"}, + { -1, ""}, + }; + + /* Declare the private structure which stores all internal info */ + + SMIPRIV smiPriv; + + /* And other glabal vars to hold vga base regs and MMIO base mem pointer */ + + int vgaCRIndex, vgaCRReg; + pointer smiMmioMem = NULL; /* MMIO base address */ + extern vgaHWCursorRec vgaHWCursor; + + /* This function returns the string name for a supported chipset */ + + static char * + SMIIdent(int n) + { + static char *chipset = "smi"; + + if (n > 0) + return(NULL); + else + return(chipset); + } + + /* The EnterLeave function which en/dis access to IO ports and ext. regs */ + + static void + SMIEnterLeave(Bool enter) + { + static int enterCalled = FALSE; + unsigned char tmp; + + #ifdef XFreeXDGA + if (vga256InfoRec.directMode&XF86DGADirectGraphics && !enter) + return; + #endif + + if (enter) + { + xf86ClearIOPortList(vga256InfoRec.scrnIndex); + xf86AddIOPorts(vga256InfoRec.scrnIndex, Num_VGA_IOPorts, VGA_IOPorts); + xf86EnableIOPorts(vga256InfoRec.scrnIndex); + + /* Init the vgaIOBase reg index, depends on mono/color operation */ + vgaIOBase = (inb(0x3CC) & 0x01) ? 0x3D0 : 0x3B0; + vgaCRIndex = vgaIOBase + 4; + vgaCRReg = vgaIOBase + 5; + + /* Unprotect CRTC[0-7] */ + outb(vgaCRIndex, 0x11); /* for register CR11 */ + tmp = inb(vgaCRReg); /* enable CR0-7 and disable interrupts */ + outb(vgaCRReg, tmp & 0x7F); + + /* And unlock extended regs */ + outb(0x3C4, 0x33); + tmp = inb(0x3C5); + outb(0x3C5, tmp & ~0x20); + + enterCalled = TRUE; + } + + else + { + WaitIdle(); + WaitCommandEmpty(); + + if (enterCalled) + { + /* Protect CR[0-7] */ + outb(vgaCRIndex, 0x11); /* for register CR11 */ + tmp = inb(vgaCRReg); /* disable CR0-7 */ + outb(vgaCRReg, tmp | 0x80); + + /* Relock extended regs */ + outb(0x3C4, 0x33); + tmp = inb(0x3C5); + outb(0x3C5, tmp | 0x20); + + xf86DisableIOPorts(vga256InfoRec.scrnIndex); + enterCalled = FALSE; + } + } + } + + /* + * This function writes data to the DPR registers and validates the value + * written. + * + */ + + static int32 + SetMMIO(volatile int32 *pReg, int32 Value) + { + int i; + for (i = 0; i < 10; i++) + { + *pReg = Value; + if (*pReg == Value) break; + } + return(*pReg); + } + + /* + * This function is used to restore a video mode. It writes out all of the + * standart VGA and extended SMI registers needed to setup a video mode. + * + */ + + static void + SMIRestore(void *restore) + { + #define smiRestore ((vgaSMIRec*) restore) + unsigned char tmp; + int i; + + vgaProtect(TRUE); + + /* First reset GE to make sure nothing is going on */ + SMIGEReset(0, __LINE__,__FILE__); + + /* Restore SMI extended regs */ + outb(0x3C4, 0x17); + outb(0x3C5, smiRestore->SR17); + outb(0x3C4, 0x18); + tmp = inb(0x3C5); + outb(0x3C5, (tmp & ~0x1F) | (smiRestore->SR18 & 0x1F)); + outb(0x3C4, 0x21); + tmp = inb(0x3C5); + outb(0x3C5, (tmp & ~0x03) | (smiRestore->SR21 & 0x03)); + outb(0x3C4, 0x31); + tmp = inb(0x3C5); + outb(0x3C5, (tmp & ~0xC0) | (smiRestore->SR31 & 0xC0)); + outb(0x3C4, 0x32); + tmp = inb(0x3C5); + outb(0x3C5, (tmp & ~0x07) | (smiRestore->SR32 & 0x07)); + if (smiRestore->SR6B != 0xFF) + { + outb(0x3C4, 0x6A); + outb(0x3C5, smiRestore->SR6A); + outb(0x3C4, 0x6B); + outb(0x3C5, smiRestore->SR6B); + } + outb(0x3C4, 0x81); + outb(0x3C5, smiRestore->SR81); + outb(0x3C4, 0xA0); + outb(0x3C5, smiRestore->SRA0); + + /* Restore shadow registers */ + if (IS_AUTOCENTER(smiPriv.chip)) + { + for (i = 0; i < 16; i++) + { + outb(vgaCRIndex, 0x90 + i); + outb(vgaCRReg, smiRestore->CR90[i]); + } + for (i = 0; i < 14; i++) + { + outb(vgaCRIndex, 0xA0 + i); + outb(vgaCRReg, smiRestore->CRA0[i]); + } + if (smiRestore->CR90[14] & 0x40 || + smiRestore->CR90[15] & 0x03 || + smiRestore->SR32 & 0x01) + { + outb(vgaCRIndex, 0x9E); + outb(vgaCRReg, smiRestore->CR90[14] | 0x20); + } + else + { + outb(vgaCRIndex, 0x9E); + outb(vgaCRReg, smiRestore->CR90[14] & ~0x20); + } + for (i = 0; i < 14; i++) + { + outb(vgaCRIndex, 0x40 + i); + outb(vgaCRReg, smiRestore->CR40[i]); + } + outb(vgaCRIndex, 0x9E); + outb(vgaCRReg, smiRestore->CR90[14]); + } + + /* Restore the standard VGA registers */ + vgaHWRestore(restore); + + /* Restore shadow registers */ + if (! IS_AUTOCENTER(smiPriv.chip)) + { + for (i = 0; i < 14; i++) + { + outb(vgaCRIndex, 0x40 + i); + outb(vgaCRReg, smiRestore->CR40[i]); + } + } + + /* Extended mode timings registers */ + outb(vgaCRIndex, 0x33); + outb(vgaCRReg, smiRestore->CR33); + outb(vgaCRIndex, 0x3A); + outb(vgaCRReg, smiRestore->CR3A); + + /* Restore the DPR registers */ + SetMMIO(&smiPriv.ptrDPR->dpr10, smiRestore->DPR10); + SetMMIO(&smiPriv.ptrDPR->dpr1C, smiRestore->DPR1C); + SetMMIO(&smiPriv.ptrDPR->dpr20, smiRestore->DPR20); + SetMMIO(&smiPriv.ptrDPR->dpr24, smiRestore->DPR24); + SetMMIO(&smiPriv.ptrDPR->dpr28, smiRestore->DPR28); + SetMMIO(&smiPriv.ptrDPR->dpr3C, smiRestore->DPR3C); + SetMMIO(&smiPriv.ptrDPR->dpr40, smiRestore->DPR40); + SetMMIO(&smiPriv.ptrDPR->dpr44, smiRestore->DPR44); + + /* Restore the VPR registers */ + if (smiPriv.chip == SMI_720) + { + outb(vgaCRIndex, 0xC0); + outb(vgaCRReg, smiRestore->VPR00 >> 0); + outb(vgaCRIndex, 0xC1); + outb(vgaCRReg, smiRestore->VPR00 >> 8); + outb(vgaCRIndex, 0xC2); + outb(vgaCRReg, smiRestore->VPR00 >> 16); + outb(vgaCRIndex, 0xC3); + outb(vgaCRReg, smiRestore->VPR00 >> 24); + outb(vgaCRIndex, 0xD0); + outb(vgaCRReg, smiRestore->VPR10 >> 0); + outb(vgaCRIndex, 0xD1); + outb(vgaCRReg, smiRestore->VPR10 >> 8); + outb(vgaCRIndex, 0xD2); + outb(vgaCRReg, smiRestore->VPR10 >> 16); + outb(vgaCRIndex, 0xD3); + outb(vgaCRReg, smiRestore->VPR10 >> 24); + } + else + { + SetMMIO(&smiPriv.ptrVPR->vpr00, smiRestore->VPR00); + SetMMIO(&smiPriv.ptrVPR->vpr10, smiRestore->VPR10); + } + + if (xf86Verbose > 1) + SMIPrintRegs(smiRestore); + + vgaProtect(FALSE); + } + + /* + * This function performs the inverse of the restore function: It saves all the + * standard and extended registers that we are going to modify to set up a video + * video mode. + */ + + static void * + SMISave(void *save) + { + #define smiSave ((vgaSMIRec*) save) + unsigned char tmp; + int i; + + save = vgaHWSave(save, sizeof(vgaSMIRec)); + + /* Save SMI extended regs */ + outb(0x3C4, 0x17); + smiSave->SR17 = inb(0x3C5); + outb(0x3C4, 0x18); + smiSave->SR18 = inb(0x3C5); + outb(0x3C4, 0x21); + smiSave->SR21 = inb(0x3C5); + outb(0x3C4, 0x31); + smiSave->SR31 = inb(0x3C5); + outb(0x3C4, 0x32); + smiSave->SR32 = inb(0x3C5); + outb(0x3C4, 0x6A); + smiSave->SR6A = inb(0x3C5); + outb(0x3C4, 0x6B); + smiSave->SR6B = inb(0x3C5); + outb(0x3C4, 0x81); + smiSave->SR81 = inb(0x3C5); + outb(0x3C4, 0xA0); + smiSave->SRA0 = inb(0x3C5); + + /* Extended mode timings registers */ + outb(vgaCRIndex, 0x33); + smiSave->CR33 = inb(vgaCRReg); + outb(vgaCRIndex, 0x3A); + smiSave->CR3A = inb(vgaCRReg); + + if (IS_AUTOCENTER(smiPriv.chip)) + { + for (i = 0; i < 16; i++) + { + outb(vgaCRIndex, 0x90 + i); + smiSave->CR90[i] = inb(vgaCRReg); + } + for (i = 0; i < 14; i++) + { + outb(vgaCRIndex, 0xA0 + i); + smiSave->CRA0[i] = inb(vgaCRReg); + } + if (smiSave->CR90[14] & 0x40 || + smiSave->CR90[15] & 0x03 || + smiSave->SR32 & 0x01) + { + outb(vgaCRIndex, 0x9E); + outb(vgaCRReg, smiSave->CR90[14] | 0x20); + } + else + { + outb(vgaCRIndex, 0x9E); + outb(vgaCRReg, smiSave->CR90[14] & ~0x20); + } + } + for (i = 0; i < 14; i++) + { + outb(vgaCRIndex, 0x40 + i); + smiSave->CR40[i] = inb(vgaCRReg); + } + + /* Save the DPR registers */ + smiSave->DPR10 = smiPriv.ptrDPR->dpr10; + smiSave->DPR1C = smiPriv.ptrDPR->dpr1C; + smiSave->DPR20 = smiPriv.ptrDPR->dpr20; + smiSave->DPR24 = smiPriv.ptrDPR->dpr24; + smiSave->DPR28 = smiPriv.ptrDPR->dpr28; + smiSave->DPR3C = smiPriv.ptrDPR->dpr3C; + smiSave->DPR40 = smiPriv.ptrDPR->dpr40; + smiSave->DPR44 = smiPriv.ptrDPR->dpr44; + + /* Restore the VPR registers */ + if (smiPriv.chip == SMI_720) + { + smiSave->VPR00 = 0; + outb(vgaCRIndex, 0xC0); + smiSave->VPR00 |= inb(vgaCRReg) << 0; + outb(vgaCRIndex, 0xC1); + smiSave->VPR00 |= inb(vgaCRReg) << 8; + outb(vgaCRIndex, 0xC2); + smiSave->VPR00 |= inb(vgaCRReg) << 16; + outb(vgaCRIndex, 0xC3); + smiSave->VPR00 |= inb(vgaCRReg) << 24; + smiSave->VPR10 = 0; + outb(vgaCRIndex, 0xD0); + smiSave->VPR10 |= inb(vgaCRReg) << 0; + outb(vgaCRIndex, 0xD1); + smiSave->VPR10 |= inb(vgaCRReg) << 8; + outb(vgaCRIndex, 0xD2); + smiSave->VPR10 |= inb(vgaCRReg) << 16; + outb(vgaCRIndex, 0xD3); + smiSave->VPR10 |= inb(vgaCRReg) << 24; + } + else + { + smiSave->VPR00 = smiPriv.ptrVPR->vpr00; + smiSave->VPR10 = smiPriv.ptrVPR->vpr10; + } + + if (xf86Verbose > 1) + SMIPrintRegs(smiSave); + + return(save); + } + + /* + * This is the main probe function for the smi chipsets. + * + */ + + static Bool + SMIProbe() + { + SMIPCIInformation *pciInfo = NULL; + DisplayModePtr pMode, pEnd; + unsigned char tmp, mnr, mdr; + int mclk; + long mmioRegBase; + + if (vga256InfoRec.chipset) + { + if (StrCaseCmp(vga256InfoRec.chipset, SMIIdent(0))) + return(FALSE); + } + + /* Start with PCI probing */ + + pciInfo = smiGetPCIInfo(); + if (!pciInfo) + return(FALSE); + + if (pciInfo->MemBase && !vga256InfoRec.MemBase) + { + if (pciInfo->ChipType == SMI_720) + { + vga256InfoRec.MemBase = pciInfo->MemBase + 0x200000; + } + else + { + vga256InfoRec.MemBase = pciInfo->MemBase; + } + } + + if (pciInfo->ChipType == SMI_UNKNOWN) + { + MESSAGE(("%s %s: Unsupported SMI chipset detected!\n", XCONFIG_PROBED, + vga256InfoRec.name)); + return(FALSE); + } + else + { + smiPriv.chip = pciInfo->ChipType; + MESSAGE(("%s %s: Detected SMI %s\n", XCONFIG_PROBED, vga256InfoRec.name, + xf86TokenToString(smiChipTable, smiPriv.chip))); + MESSAGE(("%s %s: using driver for chipset \"%s\"\n", XCONFIG_PROBED, + vga256InfoRec.name, SMIIdent(0))); + } + + vga256InfoRec.chipset = SMIIdent(0); + + /* Add/enable IO ports to list: call EnterLeave */ + SMIEnterLeave(ENTER); + + /* Next go on to detect amount of installed ram */ + outb(0x3C4, 0x71); + tmp = inb(0x3C5); + + /* And compute the amount of video memory */ + switch (tmp & 0xC0) + { + case 0x00: + smiPriv.MemOffScreen = 1 * 1024; + break; + + case 0x40: + smiPriv.MemOffScreen = 2 * 1024; + break; + + case 0x80: + smiPriv.MemOffScreen = 4 * 1024; + break; + + case 0xC0: + smiPriv.MemOffScreen = 6 * 1024; + break; + } + if (smiPriv.chip == SMI_820) + { + smiPriv.MemOffScreen += 512; + } + else if (smiPriv.chip == SMI_720) + { + smiPriv.MemOffScreen = (2 * 1024) << (tmp >> 6); + } + + if (vga256InfoRec.videoRam == 0) + { + /* + WHY? It seems there is a bug in XFree86 SVGA driver. We have to + limit memory to 4MB. + */ + vga256InfoRec.videoRam = min(smiPriv.MemOffScreen, 4096); + MESSAGE(("%s %s: videoram: %dkB (present %dkB)\n", XCONFIG_PROBED, + vga256InfoRec.name, vga256InfoRec.videoRam, + smiPriv.MemOffScreen)); + } + else + { + MESSAGE(("%s %s: videoram: %dkB (present %dkB)\n", XCONFIG_GIVEN, + vga256InfoRec.name, vga256InfoRec.videoRam, + smiPriv.MemOffScreen)); + } + + /* SMI built-in ramdac speeds */ + + if (vga256InfoRec.dacSpeeds[3] <= 0 && vga256InfoRec.dacSpeeds[2] > 0) + vga256InfoRec.dacSpeeds[3] = vga256InfoRec.dacSpeeds[2]; + + if (vga256InfoRec.dacSpeeds[0] <= 0) vga256InfoRec.dacSpeeds[0] = 135000; + if (vga256InfoRec.dacSpeeds[1] <= 0) vga256InfoRec.dacSpeeds[1] = 135000; + if (vga256InfoRec.dacSpeeds[2] <= 0) vga256InfoRec.dacSpeeds[2] = 135000; + if (vga256InfoRec.dacSpeeds[3] <= 0) vga256InfoRec.dacSpeeds[3] = 135000; + + if (vga256InfoRec.dacSpeedBpp <= 0) + if (xf86bpp > 24 && vga256InfoRec.dacSpeeds[3] > 0) + vga256InfoRec.dacSpeedBpp = vga256InfoRec.dacSpeeds[3]; + else if (xf86bpp >= 24 && vga256InfoRec.dacSpeeds[2] > 0) + vga256InfoRec.dacSpeedBpp = vga256InfoRec.dacSpeeds[2]; + else if (xf86bpp > 8 && xf86bpp < 24 && vga256InfoRec.dacSpeeds[1] > 0) + vga256InfoRec.dacSpeedBpp = vga256InfoRec.dacSpeeds[1]; + else if (xf86bpp <= 8 && vga256InfoRec.dacSpeeds[0] > 0) + vga256InfoRec.dacSpeedBpp = vga256InfoRec.dacSpeeds[0]; + + MESSAGE(("%s %s: Ramdac speed: %d MHz", OFLG_ISSET(XCONFIG_DACSPEED, + &vga256InfoRec.xconfigFlag) ? XCONFIG_GIVEN : XCONFIG_PROBED, + vga256InfoRec.name, vga256InfoRec.dacSpeeds[0] / 1000)); + if (vga256InfoRec.dacSpeedBpp != vga256InfoRec.dacSpeeds[0]) + MESSAGE((" (%d MHz for %d bpp)", vga256InfoRec.dacSpeedBpp / 1000, + xf86bpp)); + MESSAGE(("\n")); + + /* Now set RAMDAC limits */ + vga256InfoRec.maxClock = vga256InfoRec.dacSpeedBpp; + + /* Detect current MCLK and print it for user */ + outb(0x3C4, 0x6A); + mnr = inb(0x3C5); + outb(0x3C4, 0x6B); + mdr = inb(0x3C5) & 0x3F; + mclk = (1431818 * (mnr / mdr) + 50) / 100; + MESSAGE(("%s %s: Detected current MCLK value of %1.3f MHz\n", + XCONFIG_PROBED, vga256InfoRec.name, mclk / 1000.0)); + + /* Now check if the user has specified "set_memclk" value in XConfig */ + if (vga256InfoRec.MemClk > 0) + { + if(vga256InfoRec.MemClk <= 100000) + { + MESSAGE(("%s %s: Using Memory Clock value of %1.3f MHz\n", + OFLG_ISSET(XCONFIG_DACSPEED, &vga256InfoRec.xconfigFlag) ? + XCONFIG_GIVEN : XCONFIG_PROBED, vga256InfoRec.name, + vga256InfoRec.MemClk / 1000.0)); + smiPriv.MCLK = vga256InfoRec.MemClk; + } + else + { + MESSAGE(("%s %s: Memory Clock value of %1.3f MHz is larger than " + "limit of 100 MHz\n", XCONFIG_GIVEN, vga256InfoRec.name, + vga256InfoRec.MemClk / 1000.0)); + smiPriv.MCLK = 0; + } + } + else + smiPriv.MCLK = 0; + + #ifdef DPMSExtension + vga256InfoRec.DPMSSet = SMIDisplayPowerManagementSet; + #endif + + /* Get the panel size */ + outb(0x3C4, 0x30); + tmp = inb(0x3C5); + switch (tmp & 0x0C) + { + case 0x00: + smiPriv.panelWidth = 640; + smiPriv.panelHeight = 480; + break; + + case 0x04: + smiPriv.panelWidth = 800; + smiPriv.panelHeight = 600; + break; + + case 0x08: + smiPriv.panelWidth = 1024; + smiPriv.panelHeight = 768; + break; + + case 0x0C: + smiPriv.panelWidth = 1280; + smiPriv.panelHeight = 1024; + break; + } + + if (xf86Verbose) + { + int lcdclk, h_lcd, v_lcd; + if (OFLG_ISSET(XCONFIG_LCDCLOCK, &vga256InfoRec.xconfigFlag)) + { + lcdclk = vga256InfoRec.LCDClk; + } + else + { + unsigned char vnr, vdr, ps; + outb(0x3C4, 0x6C); + vnr = inb(0x3C5); + outb(0x3C4, 0x6D); + vdr = inb(0x3C5) & 0x3F; + ps = inb(0x3C5) >> 7; + lcdclk = (1431818 * (vnr / vdr) / (1 + ps) + 50) / 100; + } + outb(0x3C4, 0x30); + tmp = inb(0x3C5); + switch (tmp & 0x0C) + { + case 0x00: + h_lcd = 640; + v_lcd = 480; + break; + + case 0x04: + h_lcd = 800; + v_lcd = 600; + break; + + case 0x08: + h_lcd = 1024; + v_lcd = 768; + break; + + case 0x0C: + h_lcd = 1280; + v_lcd = 1024; + break; + } + MESSAGE(("%s %s: LCD size %dx%d, type = %s, clock %1.3f MHz\n", + OFLG_ISSET(XCONFIG_LCDCLOCK, &vga256InfoRec.xconfigFlag) ? + XCONFIG_GIVEN : XCONFIG_PROBED, vga256InfoRec.name, h_lcd, + v_lcd, (tmp & 0x01) ? "DSTN" : "TFT", lcdclk / 1000.0)); + } + + /* And map MMIO memory, abort if we cannot */ + if (smiPriv.chip == SMI_720) + mmioRegBase = 0x000000; + else if (smiPriv.chip == SMI_820) + mmioRegBase = 0x680000; + else + mmioRegBase = 0x400000; + smiMmioMem = xf86MapVidMem(vga256InfoRec.scrnIndex, MMIO_REGION, + (pointer)(pciInfo->MemBase + mmioRegBase), 0x10000); + + if (smiMmioMem == NULL) + FatalError("SMI: Cannot map MMIO registers!\n"); + + if (IS_NEWMMIO(smiPriv.chip)) + { + smiPriv.ptrDPR = (DPR *) ((char *) smiMmioMem + 0x0000); + smiPriv.ptrVPR = (VPR *) ((char *) smiMmioMem + 0x0800); + } + else + { + smiPriv.ptrDPR = (DPR *) ((char *) smiMmioMem + 0x8000); + smiPriv.ptrVPR = (VPR *) ((char *) smiMmioMem + 0xC000); + } + MESSAGE(("%s %s: MMIO=%08X DPR=%08X VPR=%08X\n", XCONFIG_PROBED, + vga256InfoRec.name, smiMmioMem, smiPriv.ptrDPR, smiPriv.ptrVPR)); + + /* And finally set various possible option flags */ + vga256InfoRec.bankedMono = FALSE; + + #ifdef XFreeXDGA + vga256InfoRec.directMode = XF86DGADirectPresent; + #endif + + OFLG_SET(CLOCK_OPTION_PROGRAMABLE, &vga256InfoRec.clockOptions); + OFLG_SET(OPTION_PCI_BURST_ON, &SMI.ChipOptionFlags); + OFLG_SET(OPTION_PCI_RETRY, &SMI.ChipOptionFlags); + OFLG_SET(OPTION_NOACCEL, &SMI.ChipOptionFlags); + OFLG_SET(OPTION_SW_CURSOR, &SMI.ChipOptionFlags); + OFLG_SET(OPTION_HW_CURSOR, &SMI.ChipOptionFlags); + + vga256InfoRec.speedup = 0; + + if (IS_128BIT(smiPriv.chip)) + { + SMI.ChipRounding = 128 / 8; + } + else + { + SMI.ChipRounding = 64 / 8; + } + + smiPriv.NoPCIRetry = 1; + SMI.ChipLinearBase = vga256InfoRec.MemBase; + SMI.ChipLinearSize = vga256InfoRec.videoRam * 1024; + + MESSAGE(("%s %s: frame @ 0x%08X, mmio @ 0x%08X\n", XCONFIG_PROBED, + vga256InfoRec.name, vga256InfoRec.MemBase, + pciInfo->MemBase + mmioRegBase)); + + /* Check for DSTN panel and calculate FIFO size */ + if (DSTN()) + { + long FIFOOffset = 0; + outb(0x3C4, 0x46); FIFOOffset |= inb(0x3C5) << 3; + outb(0x3C4, 0x47); FIFOOffset |= inb(0x3C5) << 11; + outb(0x3C4, 0x49); FIFOOffset |= (inb(0x3C5) & 0x1C) << 17; + smiPriv.MemReserved = smiPriv.MemOffScreen * 1024 - FIFOOffset; + } + else + { + /* Reserve room for hardware cursor */ + smiPriv.MemReserved = 2048; + } + + return(TRUE); + } + + /* This validates a given video mode. + * Right now, the checks are quite minimal. + */ + + static int + SMIValidMode(DisplayModePtr mode, Bool verbose, int flag) + { + int mem; + + /* Check horiz/vert total values */ + if (mode->Flags & V_INTERLACE) + { + if (verbose) + ErrorF("%s %s: Interlace modes are not supported\n", XCONFIG_PROBED, + vga256InfoRec.name); + return(MODE_BAD); + } + + /* Does the mode size match the panel size? */ + outb(0x3C4, 0x31); + if (inb(0x3C5) & 0x01) + { + if (mode->HDisplay != smiPriv.panelWidth || + mode->VDisplay != smiPriv.panelHeight) + { + if (verbose) + ErrorF("%s %s: Mode \"%s\" has invalid size %dx%d for panel " + "%dx%d\n", XCONFIG_PROBED, vga256InfoRec.name, + mode->name, mode->HDisplay, mode->VDisplay, + smiPriv.panelWidth, smiPriv.panelHeight); + return(MODE_BAD); + } + } + + /* We only support 640x480, 800x600 and 1024x768 modes */ + if ( !( ((mode->HDisplay == 640) && (mode->VDisplay == 480)) + || ((mode->HDisplay == 800) && (mode->VDisplay == 600)) + || ((mode->HDisplay == 1024) && (mode->VDisplay == 768)) + ) + ) + { + if (verbose) + ErrorF("%s %s: Mode \"%s\" has invalid size %dx%d\n", + XCONFIG_PROBED, vga256InfoRec.name, mode->name, mode->HDisplay, + mode->VDisplay); + return(MODE_BAD); + } + + /* Now make sure we have enough vidram to support mode */ + mem = mode->HDisplay * (vga256InfoRec.bitsPerPixel / 8) * mode->VDisplay; + if (mem > (1024 * smiPriv.MemOffScreen - smiPriv.MemReserved)) + { + if (verbose) + ErrorF("%s %s: Mode \"%s\" requires %d of videoram, only %d is " + "available\n", XCONFIG_PROBED, vga256InfoRec.name, + mode->name, mem, 1024 * smiPriv.MemReserved); + return(MODE_BAD); + } + + return(MODE_OK); + } + + /* Used to adjust start address in frame buffer. We use the new + * CR69 reg for this purpose instead of the older CR31/CR51 combo. + * If STREAMS is running, we program the STREAMS start addr. registers. + */ + + static void + SMIAdjust(int x, int y) + { + unsigned int Base; + + Base = (y * vga256InfoRec.displayWidth + x) * (vgaBitsPerPixel / 8); + + if (smiPriv.chip == SMI_720) + { + while (smiPriv.ptrVPR->vpr0C & (1 << 31)) ; + smiPriv.ptrVPR->vpr0C = (Base >> 3) | (1 << 31); + } + else if (smiPriv.chip == SMI_820) + { + while (smiPriv.ptrVPR->vpr0C & (1 << 20)) ; + smiPriv.ptrVPR->vpr0C = (Base >> 3) | (1 << 20); + } + else + { + while (smiPriv.ptrVPR->vpr0C & (1 << 19)) ; + smiPriv.ptrVPR->vpr0C = (Base >> 3) | (1 << 19); + } + + if (!OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options)) + SMIRepositionCursor(NULL); + + #ifdef XFreeXDGA + if (vga256InfoRec.directMode & XF86DGADirectGraphics) + { + /* Wait until vertical retrace is in progress. */ + VerticalRetraceWait(); + } + #endif + } + + static void + smiCalcClock(long freq, unsigned char *num, unsigned char *den) + { + float ffreq, ffreqDelta, ffreqBest, range; + int clkN, clkD; + Bool best; + + ffreq = freq / 1000.0; + best = FALSE; + + range = 0.0; + while (!best) + { + /* Next 0.5% range */ + range += 0.5 / 100; + + /* Loop through all possible numerator values */ + for (clkN = 1; clkN < 256; clkN++) + { + /* Loop through all possible denominator values */ + for (clkD = 1; clkD < 16; clkD++) + { + /* Calculate the frequency delta */ + ffreqDelta = 14.31818 * clkN / clkD - ffreq; + if (ffreqDelta < 0) + ffreqDelta = -ffreqDelta; + + /* Is this frequency within the range? */ + if (ffreqDelta <= ffreq * range) + { + if (best) + { + /* Is this a better one (smaller delta and smaller + denominator)? */ + if (ffreqDelta <= ffreqBest) + { + /* Store the better value */ + ffreqBest = ffreqDelta; + *num = clkN; + *den = clkD; + } + } + else + { + /* Store the first value */ + best = TRUE; + ffreqBest = ffreqDelta; + *num = clkN; + *den = clkD; + } + } + } + } + } + } + + static Bool + SMIInit(DisplayModePtr mode) + { + unsigned char tmp; + int panelIdx, modeIdx, i, width; + + MESSAGE(("SMIInit mode \"%s\" display=%dx%d virtual=%dx%d\n", mode->name, + mode->HDisplay, mode->VDisplay, vga256InfoRec.virtualX, + vga256InfoRec.virtualY)); + + /* First we adjust the horizontal timings if needed */ + + if (!vgaHWInit(mode, sizeof(vgaSMIRec))) + return(FALSE); + + /* Now we fill in the rest of the stuff we need for the lynx */ + + outb(0x3C4, 0x17); + tmp = inb(0x3C5); + if (!OFLG_ISSET(OPTION_PCI_BURST_ON, &vga256InfoRec.options)) + new->SR17 = tmp & ~0x20; /* No PCI burst */ + else + new->SR17 = tmp | 0x20; /* PCI burst */ + + outb(0x3C4, 0x18); + tmp = inb(0x3C5); + new->SR18 = tmp | 0x11; /* Enable linear mode */ + + outb(0x3C4, 0x21); + tmp = inb(0x3C5); + new->SR21 = tmp & ~0x03; /* Enable video & drawing engines */ + + outb(0x3C4, 0x31); + tmp = inb(0x3C5); + new->SR31 = tmp & ~0xC0; /* Disable virtual refresh */ + if (vgaBitsPerPixel > 8) + new->SR31 |= 0x40; + + outb(0x3C4, 0x32); + tmp = inb(0x3C5); + new->SR32 = tmp & ~0x07; /* Disable centering and expansion */ + if (! IS_AUTOCENTER(smiPriv.chip)) + { + new->SR32 |= 0x04; /* Enable centering */ + } + + new->SRA0 = 0x00; /* Turn off panel video */ + + /* Set mode timing parameters */ + new->CR33 = 0x00; + new->CR3A = 0x00; + + if (smiPriv.panelWidth == 640) + panelIdx = 0; + else if (smiPriv.panelWidth == 800) + panelIdx = 1; + else + panelIdx = 2; + + if (mode->HDisplay == 640) + modeIdx = 0; + else if (mode->HDisplay == 800) + modeIdx = 1; + else + modeIdx = 2; + + if (IS_AUTOCENTER(smiPriv.chip)) + { + static unsigned char PanelTable[3][14] = + { + { 0x5F, 0x4F, 0x00, 0x52, 0x1E, 0x0B, 0xDF, 0x00, 0xE9, 0x0B, 0x2E, + 0x00, 0x4F, 0xDF }, + { 0x7F, 0x63, 0x00, 0x69, 0x19, 0x72, 0x57, 0x00, 0x58, 0x0C, 0xA2, + 0x20, 0x4F, 0xDF }, + { 0xA3, 0x7F, 0x00, 0x83, 0x14, 0x24, 0xFF, 0x00, 0x02, 0x08, 0xA7, + 0xE0, 0x4F, 0xDF }, + }; + + for (i = 0; i < 14; i++) + { + new->CR40[i] = PanelTable[panelIdx][i]; + } + new->CR90[14] = 0x63; + new->CR90[15] = 0x00; + if (mode->VDisplay < smiPriv.panelHeight) + new->CRA0[6] = (smiPriv.panelHeight - mode->VDisplay) / 8; + else + new->CRA0[6] = 0; + if (mode->HDisplay < smiPriv.panelWidth) + new->CRA0[7] = (smiPriv.panelWidth - mode->HDisplay) / 16; + else + new->CRA0[7] = 0; + } + else + { + static unsigned char PanelTable[3][3][14] = + { + { /* 640x480 panel */ + { 0x5F, 0x4F, 0x00, 0x53, 0x00, 0x0B, 0xDF, 0x00, 0xEA, 0x0C, + 0x2E, 0x00, 0x4F, 0xDF }, + { 0x5F, 0x4F, 0x00, 0x53, 0x00, 0x0B, 0xDF, 0x00, 0xEA, 0x0C, + 0x2E, 0x00, 0x4F, 0xDF }, + { 0x5F, 0x4F, 0x00, 0x53, 0x00, 0x0B, 0xDF, 0x00, 0xEA, 0x0C, + 0x2E, 0x00, 0x4F, 0xDF }, + }, + { /* 800x600 panel */ + { 0x7F, 0x59, 0x19, 0x5E, 0x8E, 0x72, 0x1C, 0x37, 0x1D, 0x00, + 0xA2, 0x20, 0x4F, 0xDF }, + { 0x7F, 0x63, 0x00, 0x68, 0x18, 0x72, 0x58, 0x00, 0x59, 0x0C, + 0xE0, 0x20, 0x63, 0x57 }, + { 0x7F, 0x63, 0x00, 0x68, 0x18, 0x72, 0x58, 0x00, 0x59, 0x0C, + 0xE0, 0x20, 0x63, 0x57 }, + }, + { /* 1024x768 panel */ + { 0xA3, 0x67, 0x0F, 0x6D, 0x1D, 0x24, 0x70, 0x95, 0x72, 0x07, + 0xA3, 0x20, 0x4F, 0xDF }, + { 0xA3, 0x71, 0x19, 0x77, 0x07, 0x24, 0xAC, 0xD1, 0xAE, 0x03, + 0xE1, 0x20, 0x63, 0x57 }, + { 0xA3, 0x7F, 0x00, 0x85, 0x15, 0x24, 0xFF, 0x00, 0x01, 0x07, + 0xE5, 0x20, 0x7F, 0xFF }, + }, + }; + + for (i = 0; i < 14; i++) + { + new->CR40[i] = PanelTable[panelIdx][modeIdx][i]; + } + } + + /* + DSTN support. + */ + if (DSTN()) + { + new->SR21 = 0x00; + } + + /* + And setup here the new value for MCLK. We use the XConfig option + "set_mclk". + */ + if (smiPriv.MCLK > 0) + { + smiCalcClock(smiPriv.MCLK, &new->SR6A, &new->SR6B); + } + else + { + new->SR6B = 0xFF; /* This is a reserved value, so we use as flag */ + } + + /* Override the Misccellaneous Output register */ + if ( (vga256InfoRec.displayWidth == 640) && IS_AUTOCENTER(smiPriv.chip) ) + new->std.MiscOutReg &= ~0x0C; + else + new->std.MiscOutReg |= 0x0C; + new->std.MiscOutReg |= 0xE0; + if (vga256InfoRec.displayWidth == 800) + new->std.MiscOutReg &= ~0xC0; + if ( (vga256InfoRec.displayWidth == 1024) && IS_AUTOCENTER(smiPriv.chip) ) + new->std.MiscOutReg &= ~0xC0; + + /* Now, setup the MMIO registers */ + new->VPR00 = ((vgaBitsPerPixel - 8) / 4) << 16; + width = (vga256InfoRec.displayWidth * (vgaBitsPerPixel / 8)) >> 3; + new->VPR10 = width + ((width + 2) << 16); + + if (vgaBitsPerPixel == 24) + width = vga256InfoRec.displayWidth * 3; + else + width = vga256InfoRec.displayWidth; + new->DPR10 = width | (width << 16); + if (vga256InfoRec.displayWidth == 640) + new->DPR1C = 3 << 16; + else if (vga256InfoRec.displayWidth == 800) + new->DPR1C = 4 << 16; + else if (vga256InfoRec.displayWidth == 1024) + new->DPR1C = 5 << 16; + if (vgaBitsPerPixel == 16) + new->DPR1C |= (1 << 4) << 16; + else if (vgaBitsPerPixel == 24) + new->DPR1C |= (3 << 4) << 16; + new->DPR20 = 0; + new->DPR24 = 0xFFFFFFFF; + new->DPR28 = 0xFFFFFFFF; + new->DPR3C = width + (width << 16); + new->DPR40 = 0; + new->DPR44 = 0; + + return(TRUE); + } + + /* This function inits the frame buffer. + */ + + void + SMIFbInit() + { + /* Call SMIAccelInit to setup the XAA accelerated functions */ + if(!OFLG_ISSET(OPTION_NOACCEL, &vga256InfoRec.options)) + SMIAccelInit(); + + if(OFLG_ISSET(OPTION_PCI_RETRY, &vga256InfoRec.options)) + if(OFLG_ISSET(OPTION_PCI_BURST_ON, &vga256InfoRec.options)) + { + smiPriv.NoPCIRetry = 0; + } + else + { + smiPriv.NoPCIRetry = 1; + MESSAGE(("%s %s: \"pci_retry\" option requires \"pci_burst\".\n", + XCONFIG_GIVEN, vga256InfoRec.name)); + } + + if (!OFLG_ISSET(OPTION_SW_CURSOR, &vga256InfoRec.options)) + { + vgaHWCursor.Initialized = TRUE; + vgaHWCursor.Init = SMICursorInit; + vgaHWCursor.Restore = SMIRestoreCursor; + vgaHWCursor.Warp = SMIWarpCursor; + vgaHWCursor.QueryBestSize = SMIQueryBestSize; + MESSAGE(("%s %s: %s: Using hardware cursor\n", XCONFIG_PROBED, + vga256InfoRec.name, vga256InfoRec.chipset)); + } + } + + /* This function is used to debug, it prints out the contents of lynx regs */ + + void + SMIPrintRegs(vgaSMIRec *registers) + { + unsigned char tmp; + unsigned long vpr00, vpr10; + + ErrorF("MISC=%02X\n", inb(0x3CC)); + + for (tmp = 0x00; tmp <= 0x04; tmp++) + { + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x15; tmp <= 0x1A; tmp++) + { + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x20; tmp <= 0x24; tmp++) + { + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x30; tmp <= 0xAF; tmp++) + { + if (tmp == 0x35) tmp = 0x3E; + if (tmp == 0x4D) tmp = 0x50; + if (tmp == 0x5B) tmp = 0xA0; + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x60; tmp <= 0x62; tmp++) + { + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x63; tmp <= 0x6F; tmp++) + { + if (tmp == 0x67) tmp = 0x68; + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x70; tmp <= 0x75; tmp++) + { + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + for (tmp = 0x80; tmp <= 0x93; tmp++) + { + if (tmp == 0x87) tmp = 0x88; + if (tmp == 0x8E) tmp = 0x90; + outb(0x3C4, tmp); + ErrorF("SR%02X=%02X ", tmp, inb(0x3C5)); + } + ErrorF("\n"); + + for (tmp = 0x00; tmp <= 0x18; tmp++) + { + outb(vgaCRIndex, tmp); + ErrorF("CR%02X=%02X ", tmp, inb(vgaCRReg)); + } + ErrorF("\n"); + for (tmp = 0x30; tmp <= 0x3A; tmp++) + { + outb(vgaCRIndex, tmp); + ErrorF("CR%02X=%02X ", tmp, inb(vgaCRReg)); + } + ErrorF("\n"); + for (tmp = 0x40; tmp <= 0x4D; tmp++) + { + outb(vgaCRIndex, tmp); + ErrorF("CR%02X=%02X ", tmp, inb(vgaCRReg)); + } + ErrorF("\n"); + if (IS_AUTOCENTER(smiPriv.chip)) + { + for (tmp = 0x90; tmp <= 0xAD; tmp++) + { + if (tmp == 0x9C) tmp = 0x9E; + outb(vgaCRIndex, tmp); + ErrorF("CR%02X=%02X ", tmp, inb(vgaCRReg)); + } + ErrorF("\n"); + } + + if (smiPriv.chip == SMI_720) + { + outb(vgaCRIndex, 0xC0); + vpr00 = inb(vgaCRReg); + outb(vgaCRIndex, 0xC1); + vpr00 |= inb(vgaCRReg) << 8; + outb(vgaCRIndex, 0xC2); + vpr00 |= inb(vgaCRReg) << 16; + outb(vgaCRIndex, 0xC3); + vpr00 |= inb(vgaCRReg) << 24; + outb(vgaCRIndex, 0xD0); + vpr10 = inb(vgaCRReg); + outb(vgaCRIndex, 0xD1); + vpr10 |= inb(vgaCRReg) << 8; + outb(vgaCRIndex, 0xD2); + vpr10 |= inb(vgaCRReg) << 16; + outb(vgaCRIndex, 0xD3); + vpr10 |= inb(vgaCRReg) << 24; + } + else + { + vpr00 = smiPriv.ptrVPR->vpr00; + vpr10 = smiPriv.ptrVPR->vpr10; + } + ErrorF("VPR00=%08X(%08X) VPR10=%08X(%08X)\n", registers->VPR00, vpr00, + registers->VPR10, vpr10); + ErrorF("DPR10=%08X DPR3C=%08X DPR40=%08X DPR44=%08X\n", registers->DPR10, + registers->DPR3C, registers->DPR40, registers->DPR44); + ErrorF("\n"); + } + + #ifdef DPMSExtension + static void + SMIDisplayPowerManagementSet(int PowerManagementMode) + { + unsigned char SR01, SR22, SR31; + static unsigned char savedSR31, savedSR34; + + if (!xf86VTSema) + return; + + switch (PowerManagementMode) + { + case DPMSModeOn: + /* Screen: On; HSync: On, VSync: On */ + SR01 = 0x00; + SR22 = 0x00; + SR31 = savedSR31; + savedSR31 = 0; + break; + + case DPMSModeStandby: + /* Screen: Off; HSync: Off, VSync: On */ + SR01 = 0x20; + SR22 = 0x10; + SR31 = 0x00; + break; + + case DPMSModeSuspend: + /* Screen: Off; HSync: On, VSync: Off */ + SR01 = 0x20; + SR22 = 0x20; + SR31 = 0x00; + break; + + case DPMSModeOff: + /* Screen: Off; HSync: Off, VSync: Off */ + SR01 = 0x20; + SR22 = 0x30; + SR31 = 0x00; + break; + } + + /* Save the current SR31 status */ + if (SR31 == 0 && savedSR31 == 0) + { + outb(0x3C4, 0x31); + savedSR31 = inb(0x3C5); + } + + /* Turn LCD to hardware sequencing */ + outb(0x3C4, 0x34); + savedSR34 = inb(0x3C5); + outb(0x3C5, savedSR34 | 0x80); + + /* Turn the screen on/off */ + outb(0x3C4, 0x01); + SR01 |= inb(0x3C5) & ~0x20; + outb(0x3C5, SR01); + + /* Set the DPMS mode */ + outb(0x3C4, 0x22); + SR22 |= inb(0x3C5) & ~0x30; + outb(0x3C5, SR22); + + /* Turn the LCD on/off */ + outb(0x3C4, 0x31); + SR31 |= inb(0x3C5) & ~0x07; + outb(0x3C5, SR31); + + /* Restore FPR34 */ + VerticalRetraceWait(); + outb(0x3C4, 0x34); + outb(0x3C5, savedSR34); + + } + #endif + + void SMISetBank(int bank) + { + MESSAGE(("SMISetBank: bank=%d\n", bank)); + if (smiPriv.chip == SMI_820) + { + bank |= 0x80; + } + outb(0x3C4, 0x61); + outb(0x3C5, bank); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:38 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.h Sun Dec 12 04:43:21 1999 *************** *** 0 **** --- 1,135 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_driver.h,v 1.1.2.2 1999/12/11 17:43:21 hohndel Exp $ */ + + /* Header file for SMI server */ + + #include "mmio.h" + + /* Declared in smi_driver.c */ + extern vgaVideoChipRec SMI; + extern vgaCRIndex, vgaCRReg; + + /* Driver variables */ + + /* Driver data structure; this should contain all needed info for a mode */ + typedef struct { + vgaHWRec std; + unsigned char SR17, SR18, SR21, SR31, SR32, SR6A, SR6B, SR81, SRA0; + unsigned char CR33, CR3A; + unsigned char CR40[14]; + unsigned char CR90[16]; + unsigned char CRA0[14]; + unsigned char smiDacRegs[0x100]; + unsigned int DPR10, DPR1C, DPR20, DPR24, DPR28, DPR3C, DPR40, DPR44; + unsigned int VPR00, VPR10; + } vgaSMIRec, *vgaSMIPtr; + + /* + * This is a convenience macro, so that entries in the driver structure + * can simply be dereferenced with 'new->xxx'. + */ + + #define new ((vgaSMIPtr) vgaNewVideoState) + + + /* PCI info structure */ + + typedef struct SMIPCIInformation { + int DevID; + int ChipType; + int ChipRev; + unsigned long MemBase; + } SMIPCIInformation; + + /* Private data structure used for storing all variables needed in driver */ + /* This is not exported outside of here, so no need to worry about packing */ + + typedef struct { + int chip; + pointer MmioMem; + volatile DPR* ptrDPR; + volatile VPR* ptrVPR; + int MemOffScreen; + unsigned PlaneMask; + int MCLK; + Bool NoPCIRetry; + int panelWidth; + int panelHeight; + int MemReserved; + } SMIPRIV; + + + /* Function prototypes */ + + SMIPCIInformation * smiGetPCIInfo(); + extern Bool SMICursorInit(); + extern void SMIRestoreCursor(ScreenPtr); + extern void SMIWarpCursor(ScreenPtr, int, int); + extern void SMIQueryBestSize(int, unsigned short *, unsigned short *, ScreenPtr); + + /* Various defines which are used to pass flags between the Setup and + * Subsequent functions. + */ + + #define NO_MONO_FILL 0x00 + #define NEED_MONO_FILL 0x01 + #define MONO_TRANSPARENCY 0x02 + + + extern SMIPRIV smiPriv; + + /* This next function determines if the Source operand is present in the + * given ROP. The rule is that both the lower and upper nibble of the rop + * have to be neither 0x00, 0x05, 0x0a or 0x0f. If a CPU-Screen blit is done + * with a ROP which does not contain the source, the engine will hang when + * data is written to the image transfer area. + */ + + static __inline__ Bool SMIROPHasSrc(int rop) + { + if ((((rop & 0x0f) == 0x0a) | ((rop & 0x0f) == 0x0f) + | ((rop & 0x0f) == 0x05) | ((rop & 0x0f) == 0x00)) & + (((rop & 0xf0) == 0xa0) | ((rop & 0xf0) == 0xf0) + | ((rop & 0xf0) == 0x50) | ((rop & 0xf0) == 0x00))) + return FALSE; + else + return TRUE; + } + + /* This next function determines if the Destination operand is present in the + * given ROP. The rule is that both the lower and upper nibble of the rop + * have to be neither 0x00, 0x03, 0x0c or 0x0f. + */ + + static __inline__ Bool SMIROPHasDst(int rop) + { + if ((((rop & 0x0f) == 0x0c) | ((rop & 0x0f) == 0x0f) + | ((rop & 0x0f) == 0x03) | ((rop & 0x0f) == 0x00)) & + (((rop & 0xf0) == 0xc0) | ((rop & 0xf0) == 0xf0) + | ((rop & 0xf0) == 0x30) | ((rop & 0xf0) == 0x00))) + return FALSE; + else + return TRUE; + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_misc.c diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_misc.c:1.1.2.2 *** /dev/null Sun Jan 9 07:47:39 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_misc.c Sun Dec 12 04:43:21 1999 *************** *** 0 **** --- 1,155 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_misc.c,v 1.1.2.2 1999/12/11 17:43:21 hohndel Exp $ */ + + /* + * Various functions used in the SMI driver. Right now, this only contains the + * PCI probing function. + * + */ + + #include "X.h" + #include "input.h" + #include "screenint.h" + + #include "compiler.h" + #include "xf86.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86_HWlib.h" + #include "xf86_PCI.h" + #include "vga.h" + #include "vgaPCI.h" + + #ifdef XFreeXDGA + #include "X.h" + #include "Xproto.h" + #include "scrnintstr.h" + #include "servermd.h" + #define _XF86DGA_SERVER_ + #include "extensions/xf86dgastr.h" + #endif + + #define XCONFIG_FLAGS_ONLY + #include "xf86_Config.h" + + #include "regsmi.h" + #include "smi_driver.h" + + extern vgaPCIInformation *vgaPCIInfo; + extern SymTabRec smiChipTable[]; + extern SMIPRIV smiPriv; + + + /* + * smiGetPCIInfo -- probe for PCI information + */ + + SMIPCIInformation * + smiGetPCIInfo() + { + static SMIPCIInformation info = {0, }; + pciConfigPtr pcrp = NULL; + Bool found = FALSE; + int i = 0; + + if (vgaPCIInfo && vgaPCIInfo->AllCards) + { + while (pcrp = vgaPCIInfo->AllCards[i]) + { + if (pcrp->_vendor == PCI_SMI_VENDOR_ID && pcrp->_command != 0) + { + int ChipId = pcrp->_device; + if (vga256InfoRec.chipID) + { + ErrorF("%s %s: SMI chipset override, using chip_id = 0x%04x" + " instead of 0x%04x\n", XCONFIG_GIVEN, + vga256InfoRec.name, vga256InfoRec.chipID, ChipId); + ChipId = vga256InfoRec.chipID; + } + found = TRUE; + + switch (ChipId) + { + case PCI_910: + info.ChipType = SMI_910; + break; + + case PCI_810: + info.ChipType = SMI_810; + break; + + case PCI_820: + info.ChipType = SMI_820; + break; + + case PCI_710: + info.ChipType = SMI_710; + break; + + case PCI_712: + info.ChipType = SMI_712; + break; + + case PCI_720: + info.ChipType = SMI_720; + break; + + default: + info.ChipType = SMI_UNKNOWN; + info.DevID = pcrp->_device; + break; + } + info.ChipRev = pcrp->_rev_id; + info.MemBase = pcrp->_base0 & 0xFF800000; + break; + } + i++; + } + } + else + found = FALSE; + + if (found && xf86Verbose) + { + if (info.ChipType != SMI_UNKNOWN) + { + ErrorF("%s %s: SMI: %s rev %x, Linear FB @ 0x%08lx\n", + XCONFIG_PROBED, vga256InfoRec.name, + xf86TokenToString(smiChipTable, info.ChipType), + info.ChipRev, info.MemBase); + } + } + + if (found) + return(&info); + else + return(NULL); + } + + unsigned char ReadSeqc(unsigned char index) + { + outb(0x3C4, index); + return(inb(0x3C5)); + } Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_rop.h diff -c /dev/null xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_rop.h:1.1.2.2 *** /dev/null Sun Jan 9 07:47:39 2000 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_rop.h Sun Dec 12 04:43:22 1999 *************** *** 0 **** --- 1,68 ---- + /******************************************************************************\ + + Copyright (c) 1999 by Silicon Motion, Inc. + All Rights Reserved + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that the + above copyright notice appear in all copies and that both that copyright notice + and this permission notice appear in supporting documentation, and that the name + of Silicon Motion, Inc. not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior permission. + Silicon Motion, Inc. and its suppliers make no representations about the + suitability of this software for any purpose. It is provided "as is" without + express or implied warranty. + + SILICON MOTION, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL SILICON MOTION, INC. AND/OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + \******************************************************************************/ + /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/smi/smi_rop.h,v 1.1.2.2 1999/12/11 17:43:22 hohndel Exp $ */ + + #include "regsmi.h" + + /* For source copies */ + static int smiAlu[16] = + { + ROP_0, /* GXclear */ + ROP_DSa, /* GXand */ + ROP_SDna, /* GXandReverse */ + ROP_S, /* GXcopy */ + ROP_DSna, /* GXandInverted */ + ROP_D, /* GXnoop */ + ROP_DSx, /* GXxor */ + ROP_DSo, /* GXor */ + ROP_DSon, /* GXnor */ + ROP_DSxn, /* GXequiv */ + ROP_Dn, /* GXinvert*/ + ROP_SDno, /* GXorReverse */ + ROP_Sn, /* GXcopyInverted */ + ROP_DSno, /* GXorInverted */ + ROP_DSan, /* GXnand */ + ROP_1, /* GXset */ + }; + + /* For pattern fills */ + static int smiAlu_sp[16] = + { + ROP_0, /* GXclear */ + ROP_DPa, /* GXand */ + ROP_PDna, /* GXandReverse */ + ROP_P, /* GXcopy */ + ROP_DPna, /* GXandInverted */ + ROP_D, /* GXnoop */ + ROP_DPx, /* GXxor */ + ROP_DPo, /* GXor */ + ROP_DPon, /* GXnor */ + ROP_DPxn, /* GXequiv */ + ROP_Dn, /* GXinvert*/ + ROP_PDno, /* GXorReverse */ + ROP_Pn, /* GXcopyInverted */ + ROP_DPno, /* GXorInverted */ + ROP_DPan, /* GXnand */ + ROP_1, /* GXset */ + }; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h:1.1.2.5 xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h:1.1.2.6 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h:1.1.2.5 Tue Jul 13 17:09:52 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h Thu Oct 21 22:08:07 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h,v 1.1.2.5 1999/07/13 07:09:52 hohndel Exp $ */ /* Voodoo Banshee driver version 1.0.2 --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb.h,v 1.1.2.6 1999/10/21 12:08:07 hohndel Exp $ */ /* Voodoo Banshee driver version 1.0.2 *************** *** 90,100 **** Bool Transparent; int LinePatternBuffer; int PciCnt; - int BltPrevX; int BltPrevY; - int BltPrevW; - int BltPrevH; Bool ErrorSet; } VBRec, *VBPtr; extern VBRec VBinfo; --- 90,98 ---- Bool Transparent; int LinePatternBuffer; int PciCnt; int BltPrevY; Bool ErrorSet; + Bool vgaInitDone; } VBRec, *VBPtr; extern VBRec VBinfo; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c:1.1.2.5 xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c:1.1.2.7 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c:1.1.2.5 Tue Jul 13 17:09:53 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c Thu Oct 21 22:08:08 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c,v 1.1.2.5 1999/07/13 07:09:53 hohndel Exp $ */ /* Voodoo Banshee driver version 1.0.2 --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_accel.c,v 1.1.2.7 1999/10/21 12:08:08 hohndel Exp $ */ /* Voodoo Banshee driver version 1.0.2 *************** *** 121,127 **** pVB=VBPTR(); VBMakeRoom(1); VBLaunch(SST_3D_OFFSET+SST_3D_COMMAND, SST_3D_NOP); ! pVB->BltPrevX=pVB->BltPrevY=pVB->BltPrevW=pVB->BltPrevH=0; i=0; while (1) { stat=REF32(0); --- 121,127 ---- pVB=VBPTR(); VBMakeRoom(1); VBLaunch(SST_3D_OFFSET+SST_3D_COMMAND, SST_3D_NOP); ! pVB->BltPrevY=-1; i=0; while (1) { stat=REF32(0); *************** *** 173,178 **** --- 173,179 ---- VBMakeRoom(2); VBLaunch(SST_2D_OFFSET+SST_2D_DSTSIZE, (w&0x1FFF) | ((h&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x&0x1FFF) | ((y&0x1FFF)<<16)); + pVB->BltPrevY=y; } void *************** *** 230,245 **** srcY+=h-1; dstY+=h-1; } ! /* Consecutive Overlapping regions can hang the board */ ! if (!((srcX+w<pVB->BltPrevX) || (srcX>=pVB->BltPrevX+pVB->BltPrevW) || ! (srcY+h<pVB->BltPrevY) || (srcY>=pVB->BltPrevY+pVB->BltPrevH))) { VBMakeRoom(1); VBLaunch(SST_3D_OFFSET+SST_3D_COMMAND, SST_3D_NOP); - } else { - pVB->BltPrevX=dstX; - pVB->BltPrevY=dstY; - pVB->BltPrevW=w; - pVB->BltPrevH=h; } if(pVB->Transparent) { /* Turn on source color keying for transpaerncy. */ --- 231,239 ---- srcY+=h-1; dstY+=h-1; } ! if (srcY>=pVB->BltPrevY-8 && srcY<=pVB->BltPrevY) { VBMakeRoom(1); VBLaunch(SST_3D_OFFSET+SST_3D_COMMAND, SST_3D_NOP); } if(pVB->Transparent) { /* Turn on source color keying for transpaerncy. */ *************** *** 255,260 **** --- 249,255 ---- VBMakeRoom(1); VBLaunch(SST_2D_OFFSET+SST_2D_COMMANDEXTRA, 0); } + pVB->BltPrevY=dstY; } void *************** *** 298,303 **** --- 293,299 ---- VBLaunch(SST_2D_OFFSET+SST_2D_DSTSIZE, (w-skipleft&0x1FFF)|((h&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_SRCXY, skipleft&0x1F); VBLaunch(SST_2D_OFFSET+SST_2D_DSTXY, (x+skipleft&0x1FFF) | ((y&0x1FFF)<<16)); + pVB->BltPrevY=y; } void *************** *** 343,348 **** --- 339,345 ---- VBLaunch(SST_2D_OFFSET+SST_2D_DSTSIZE, (w&0x1FFF) | ((h&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_DSTXY, (x&0x1FFF) | ((y&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (srcx&0x1FFF) | ((srcy&0x1FFF)<<16)); + pVB->BltPrevY=y; } void *************** *** 391,396 **** --- 388,394 ---- } VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x2&0x1FFF) | ((y2&0x1FFF)<<16)); + pVB->BltPrevY=y2; pVB->ClipSelect = 0; } *************** *** 467,472 **** --- 465,471 ---- } VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x2&0x1FFF) | ((y2&0x1FFF)<<16)); + pVB->BltPrevY=y2; pVB->ClipSelect = 0; } *************** *** 523,528 **** --- 522,528 ---- VBLaunch(SST_2D_OFFSET+SST_2D_DSTSIZE, (w&0x1FFF) | ((h&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_COMMAND, cmd); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x&0x1FFF) | ((y&0x1FFF)<<16)); + pVB->BltPrevY=y; } void *************** *** 578,583 **** --- 578,584 ---- VBLaunch(SST_2D_OFFSET+SST_2D_COMMAND, cmd); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x3&0x1FFF) | ((ybot&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x4&0x1FFF) | ((ybot&0x1FFF)<<16)); + pVB->BltPrevY=ytop; } void VBImageWrite(int x, int y, int w, int h, void *src, int srcwidth, *************** *** 608,613 **** --- 609,615 ---- VBMakeRoom(1); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, *((int *)src+i)); } + pVB->BltPrevY=y; } static Bool *************** *** 1164,1169 **** --- 1166,1172 ---- int xorg, yorg; RegionPtr cclip; cfbPrivGCPtr devPriv; + int linestipple, i; int cmd, fmt; int x1, y1, x2, y2; int PatternLength; *************** *** 1223,1230 **** VBLaunch(SST_2D_OFFSET+SST_2D_COLORBACK, pGC->bgPixel); } ! if(pGC->lineStyle != LineSolid) { ! int linestipple, i; /* X Starts the pattern with the MSB, 3dfx starts with the LSB. * Swap the bit order. */ --- 1226,1232 ---- VBLaunch(SST_2D_OFFSET+SST_2D_COLORBACK, pGC->bgPixel); } ! if (pGC->lineStyle != LineSolid) { /* X Starts the pattern with the MSB, 3dfx starts with the LSB. * Swap the bit order. */ *************** *** 1272,1286 **** VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x2&0x1FFF) | ((y2&0x1FFF)<<16)); } ! if(pGC->capStyle != CapNotLast) { cmd = SST_2D_LINE | (pVB->ClipSelect<<23) | (VBROPCvt[pGC->alu]<<24); ! if(pGC->lineStyle == LineOnOffDash) { cmd |= SST_2D_TRANSPARENT_MONOCHROME | SST_2D_STIPPLE_LINE; ! } else if(pGC->lineStyle == LineDoubleDash) { cmd |= SST_2D_STIPPLE_LINE; } VBIdle(); ! VBMakeRoom(1); VBLaunch(SST_2D_OFFSET+SST_2D_COMMAND, cmd); } --- 1274,1297 ---- VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, (x2&0x1FFF) | ((y2&0x1FFF)<<16)); } ! if (pGC->capStyle != CapNotLast) { cmd = SST_2D_LINE | (pVB->ClipSelect<<23) | (VBROPCvt[pGC->alu]<<24); ! if (pGC->lineStyle == LineOnOffDash) { cmd |= SST_2D_TRANSPARENT_MONOCHROME | SST_2D_STIPPLE_LINE; ! } else if (pGC->lineStyle == LineDoubleDash) { cmd |= SST_2D_STIPPLE_LINE; } VBIdle(); ! if (pGC->lineStyle != LineSolid) { ! VBMakeRoom(2); ! VBLaunch(SST_2D_OFFSET+SST_2D_LINESTIPPLE, linestipple); ! VBLaunch(SST_2D_OFFSET+SST_2D_LINESTYLE, ((PatternLength-1)<<8) | ! (((pGC->dashOffset%PatternLength)&0x1F)<<24)); ! } ! VBMakeRoom(4); ! VBLaunch(SST_2D_OFFSET+SST_2D_DSTFORMAT, pVB->stride | (fmt<<16)); ! VBLaunch(SST_2D_OFFSET+SST_2D_COLORFORE, pGC->fgPixel); ! VBLaunch(SST_2D_OFFSET+SST_2D_SRCXY, (x2&0x1FFF) | ((y2&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_COMMAND, cmd); } *************** *** 1357,1365 **** yorg = pDrawable->y; if(pGC->capStyle == CapNotLast) { ! cmd = SST_2D_POLYLINE | (pVB->ClipSelect<<23) | (VBROPCvt[pVB->CurrentROP]<<24); } else { ! cmd = SST_2D_LINE | (pVB->ClipSelect<<23) | (VBROPCvt[pVB->CurrentROP]<<24); } if(pGC->lineStyle == LineOnOffDash) { --- 1368,1376 ---- yorg = pDrawable->y; if(pGC->capStyle == CapNotLast) { ! cmd = SST_2D_POLYLINE | (pVB->ClipSelect<<23) | (VBROPCvt[pGC->alu]<<24); } else { ! cmd = SST_2D_LINE | (pVB->ClipSelect<<23) | (VBROPCvt[pGC->alu]<<24); } if(pGC->lineStyle == LineOnOffDash) { *************** *** 1399,1411 **** pVB->ErrorSet=FALSE; } ! if(pGC->lineStyle != LineSolid) { ! VBMakeRoom(1); ! VBLaunch(SST_2D_OFFSET+SST_2D_LINESTYLE, linestyle); ! } VBLaunch(SST_2D_OFFSET+SST_2D_COMMAND, cmd); while(nseg--) { ! VBMakeRoom(3); VBLaunch(SST_2D_OFFSET+SST_2D_SRCXY, ((pSeg->x1+xorg)&0x1FFF) | (((pSeg->y1+yorg)&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, --- 1410,1424 ---- pVB->ErrorSet=FALSE; } ! VBMakeRoom(1); VBLaunch(SST_2D_OFFSET+SST_2D_COMMAND, cmd); while(nseg--) { ! if(pGC->lineStyle != LineSolid) { ! /* The pattern offset needs to be set for each segment */ ! VBMakeRoom(1); ! VBLaunch(SST_2D_OFFSET+SST_2D_LINESTYLE, linestyle); ! } ! VBMakeRoom(2); VBLaunch(SST_2D_OFFSET+SST_2D_SRCXY, ((pSeg->x1+xorg)&0x1FFF) | (((pSeg->y1+yorg)&0x1FFF)<<16)); VBLaunch(SST_2D_OFFSET+SST_2D_LAUNCH, Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c:1.1.2.7 xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c:1.1.2.9 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c:1.1.2.7 Tue Jul 13 17:09:53 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c Mon Nov 22 05:45:06 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c,v 1.1.2.7 1999/07/13 07:09:53 hohndel Exp $ */ /* Voodoo Banshee driver version 1.0.2 --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tdfx/vb_driver.c,v 1.1.2.9 1999/11/21 18:45:06 robin Exp $ */ /* Voodoo Banshee driver version 1.0.2 *************** *** 466,471 **** --- 466,472 ---- ErrorF("VB: unsupported depth\n"); return FALSE; } + pVB->vgaInitDone=FALSE; vga256InfoRec.bankedMono = FALSE; #ifdef XFreeXDGA *************** *** 477,482 **** --- 478,485 ---- #endif OFLG_SET(CLOCK_OPTION_PROGRAMABLE, &vga256InfoRec.clockOptions); + OFLG_SET(OPTION_SW_CURSOR, &TDFX.ChipOptionFlags); + OFLG_SET(OPTION_NOACCEL, &TDFX.ChipOptionFlags); return TRUE; } *************** *** 519,529 **** { VBPtr pVB; vgaVBPtr restore = (vgaVBPtr)restorein; - int stat; VBTRACE("VBRestore start restore=%x\n", restore); pVB = VBPTR(); vgaProtect(TRUE); VBvgaHWRestore(restorein); outw(VGA_REG(0x3d4), (restore->ExtVga[0]<<8) | 0x1A); --- 522,534 ---- { VBPtr pVB; vgaVBPtr restore = (vgaVBPtr)restorein; VBTRACE("VBRestore start restore=%x\n", restore); pVB = VBPTR(); + /* This will be nonzero when glide is active */ + if (REF32(0x0080024)) return; + vgaProtect(TRUE); VBvgaHWRestore(restorein); outw(VGA_REG(0x3d4), (restore->ExtVga[0]<<8) | 0x1A); *************** *** 539,546 **** REF32(SST_2D_OFFSET+SST_2D_CLIP1MIN)=restore->clip1min; REF32(SST_2D_OFFSET+SST_2D_CLIP1MAX)=restore->clip1max; outl(pVB->IOBase+VGAINIT0, restore->vgainit0); outl(pVB->IOBase+VIDPROCCFG, restore->vidcfg); - /* outl(pVB->IOBase+VGAINIT1, restore->vgainit1); */ vgaProtect(FALSE); VBIdle(); } --- 544,551 ---- REF32(SST_2D_OFFSET+SST_2D_CLIP1MIN)=restore->clip1min; REF32(SST_2D_OFFSET+SST_2D_CLIP1MAX)=restore->clip1max; outl(pVB->IOBase+VGAINIT0, restore->vgainit0); + outl(pVB->IOBase+VIDPROCCFG, restore->vidcfg); vgaProtect(FALSE); VBIdle(); } *************** *** 754,770 **** static Bool VBInitVGA() { - static Bool initDone=FALSE; VBPtr pVB; vgaVBPtr vbReg; int miscinit1; int i, j; VBTRACE("VBInitVGA start\n"); - if (initDone) return TRUE; - initDone=TRUE; pVB=VBPTR(); if (!pVB->IOBase) return FALSE; vbReg = (vgaVBPtr)vgaNewVideoState; vbReg->vgainit0 = 0; vbReg->vgainit0 |= SST_VGA0_EXTENSIONS; --- 759,773 ---- static Bool VBInitVGA() { VBPtr pVB; vgaVBPtr vbReg; int miscinit1; int i, j; VBTRACE("VBInitVGA start\n"); pVB=VBPTR(); if (!pVB->IOBase) return FALSE; + pVB->vgaInitDone=TRUE; vbReg = (vgaVBPtr)vgaNewVideoState; vbReg->vgainit0 = 0; vbReg->vgainit0 |= SST_VGA0_EXTENSIONS; *************** *** 828,835 **** VBTRACE("VBSetMode start\n"); - VBInitVGA(); pVB = VBPTR(); vbReg = (vgaVBPtr)vgaNewVideoState; vbReg->ExtVga[0]=0; --- 831,838 ---- VBTRACE("VBSetMode start\n"); pVB = VBPTR(); + if (!pVB->vgaInitDone) VBInitVGA(); vbReg = (vgaVBPtr)vgaNewVideoState; vbReg->ExtVga[0]=0; *************** *** 911,916 **** --- 914,920 ---- static Bool VBInit(DisplayModePtr mode) { + VBPtr pVB; vgaHWPtr hwp; Bool dbl; vgaVBPtr vbReg; Index: xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c diff -c xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c:3.66.2.35 xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c:3.66.2.37 *** xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c:3.66.2.35 Mon Jul 5 19:07:41 1999 --- xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c Sat Nov 27 02:24:17 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c,v 3.66.2.35 1999/07/05 09:07:41 hohndel Exp $ */ /* * Copyright 1992 by Alan Hourihane, Wigan, England. * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c,v 3.66.2.37 1999/11/26 15:24:17 hohndel Exp $ */ /* * Copyright 1992 by Alan Hourihane, Wigan, England. * *************** *** 935,966 **** TVGA8900.ChipUse2Banks = TRUE; #endif break; - case TGUI96xx: - case TGUI9680: - case TGUI9682: - case TGUI9685: - case CYBER9382: - case CYBER9385: case CYBER9388: case CYBER9397: case CYBER939A: case CYBER9520: case CYBER9525: ! if(((TVGAchipset != CYBER9388) && ! (TVGAchipset != CYBER9397) && ! (TVGAchipset != CYBER939A) && ! (TVGAchipset != CYBER9520) && ! (TVGAchipset != CYBER9525)) || ! OFLG_ISSET(OPTION_ACCEL, &vga256InfoRec.options)) tridentHasAcceleration = TRUE; TVGA8900.ChipHas16bpp = TRUE; TVGA8900.ChipHas24bpp = TRUE; if (vgaBitsPerPixel == 24) tridentHasAcceleration = FALSE; TVGA8900.ChipHas32bpp = TRUE; /* We've found a 96xx graphics engine */ /* Let's probe furthur */ ! if (vga256InfoRec.chipset == NULL) switch (revision) { case 0x00: REV = "9660"; --- 935,966 ---- TVGA8900.ChipUse2Banks = TRUE; #endif break; case CYBER9388: case CYBER9397: case CYBER939A: case CYBER9520: case CYBER9525: ! if(OFLG_ISSET(OPTION_ACCEL, &vga256InfoRec.options)) tridentHasAcceleration = TRUE; + /* no break needed, falling through ... */ + case TGUI96xx: + case TGUI9680: + case TGUI9682: + case TGUI9685: + case CYBER9382: + case CYBER9385: TVGA8900.ChipHas16bpp = TRUE; TVGA8900.ChipHas24bpp = TRUE; if (vgaBitsPerPixel == 24) tridentHasAcceleration = FALSE; + #ifdef PC98_TGUI + else + tridentHasAcceleration = TRUE; + #endif TVGA8900.ChipHas32bpp = TRUE; /* We've found a 96xx graphics engine */ /* Let's probe furthur */ ! if (vga256InfoRec.chipset == NULL) { switch (revision) { case 0x00: REV = "9660"; *************** *** 1041,1052 **** REV = "Unknown ID - Please report to trident@xfree86.org"; break; } ! outb(vgaIOBase + 4, 0xCF); ! temp = inb(vgaIOBase + 5); ! ErrorF("%s %s: BIOS reports Clock Control Bits 0x%x\n", ! XCONFIG_PROBED, vga256InfoRec.name, temp); ! ErrorF("%s %s: Detected a Trident %s.\n", ! XCONFIG_PROBED, vga256InfoRec.name, REV); tridentIsTGUI = TRUE; tridentTGUIProgrammableClocks = TRUE; tridentLinearOK = TRUE; --- 1041,1053 ---- REV = "Unknown ID - Please report to trident@xfree86.org"; break; } ! outb(vgaIOBase + 4, 0xCF); ! temp = inb(vgaIOBase + 5); ! ErrorF("%s %s: BIOS reports Clock Control Bits 0x%x\n", ! XCONFIG_PROBED, vga256InfoRec.name, temp); ! ErrorF("%s %s: Detected a Trident %s.\n", ! XCONFIG_PROBED, vga256InfoRec.name, REV); ! } tridentIsTGUI = TRUE; tridentTGUIProgrammableClocks = TRUE; tridentLinearOK = TRUE; Index: xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h diff -c xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h:3.22.2.38 xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h:3.22.2.45 *** xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h:3.22.2.38 Wed Aug 25 22:21:40 1999 --- xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h Sun Jan 9 07:47:44 2000 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h,v 3.22.2.38 1999/08/25 12:21:40 hohndel Exp $ */ /* * PCI Probe * --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h,v 3.22.2.45 2000/01/08 03:25:42 robin Exp $ */ /* * PCI Probe * *************** *** 51,66 **** /* ATI */ #define PCI_CHIP_MACH32 0x4158 - #define PCI_CHIP_RAGE128_RE 0x5245 - #define PCI_CHIP_RAGE128_RF 0x5246 - #define PCI_CHIP_RAGE128_RK 0x524B - #define PCI_CHIP_RAGE128_RL 0x524C #define PCI_CHIP_MACH64CT 0x4354 #define PCI_CHIP_MACH64CX 0x4358 #define PCI_CHIP_MACH64ET 0x4554 #define PCI_CHIP_MACH64GB 0x4742 #define PCI_CHIP_MACH64GD 0x4744 #define PCI_CHIP_MACH64GI 0x4749 #define PCI_CHIP_MACH64GM 0x474D #define PCI_CHIP_MACH64GN 0x474E #define PCI_CHIP_MACH64GO 0x474F --- 51,63 ---- /* ATI */ #define PCI_CHIP_MACH32 0x4158 #define PCI_CHIP_MACH64CT 0x4354 #define PCI_CHIP_MACH64CX 0x4358 #define PCI_CHIP_MACH64ET 0x4554 #define PCI_CHIP_MACH64GB 0x4742 #define PCI_CHIP_MACH64GD 0x4744 #define PCI_CHIP_MACH64GI 0x4749 + #define PCI_CHIP_MACH64GL 0x474C #define PCI_CHIP_MACH64GM 0x474D #define PCI_CHIP_MACH64GN 0x474E #define PCI_CHIP_MACH64GO 0x474F *************** *** 78,87 **** --- 75,127 ---- #define PCI_CHIP_MACH64LD 0x4C44 #define PCI_CHIP_MACH64LG 0x4C47 #define PCI_CHIP_MACH64LI 0x4C49 + #define PCI_CHIP_MACH64LM 0x4C4D + #define PCI_CHIP_MACH64LN 0x4C4E #define PCI_CHIP_MACH64LP 0x4C50 + #define PCI_CHIP_MACH64LR 0x4C52 + #define PCI_CHIP_MACH64LS 0x4C53 + #define PCI_CHIP_RAGE128_RE 0x5245 + #define PCI_CHIP_RAGE128_RF 0x5246 + #define PCI_CHIP_RAGE128_RK 0x524B + #define PCI_CHIP_RAGE128_RL 0x524C #define PCI_CHIP_MACH64VT 0x5654 #define PCI_CHIP_MACH64VU 0x5655 #define PCI_CHIP_MACH64VV 0x5656 + #define PCI_CHIP_RAGE128RE 0x5245 + #define PCI_CHIP_RAGE128RF 0x5246 + #define PCI_CHIP_RAGE128RK 0x524B + #define PCI_CHIP_RAGE128RL 0x524C + #define PCI_CHIP_RAGE128SE 0x5345 + #define PCI_CHIP_RAGE128SF 0x5346 + #define PCI_CHIP_RAGE128SG 0x5347 + #define PCI_CHIP_RAGE128SK 0x534B + #define PCI_CHIP_RAGE128SL 0x534C + #define PCI_CHIP_RAGE128SM 0x534D + #define PCI_CHIP_RAGE128PA 0x5041 + #define PCI_CHIP_RAGE128PB 0x5042 + #define PCI_CHIP_RAGE128PC 0x5043 + #define PCI_CHIP_RAGE128PD 0x5044 + #define PCI_CHIP_RAGE128PE 0x5045 + #define PCI_CHIP_RAGE128PF 0x5046 + #define PCI_CHIP_RAGE128PG 0x5047 + #define PCI_CHIP_RAGE128PH 0x5048 + #define PCI_CHIP_RAGE128PI 0x5049 + #define PCI_CHIP_RAGE128PJ 0x504A + #define PCI_CHIP_RAGE128PK 0x504B + #define PCI_CHIP_RAGE128PL 0x504C + #define PCI_CHIP_RAGE128PM 0x504D + #define PCI_CHIP_RAGE128PN 0x504E + #define PCI_CHIP_RAGE128PO 0x504F + #define PCI_CHIP_RAGE128PP 0x5050 + #define PCI_CHIP_RAGE128PQ 0x5051 + #define PCI_CHIP_RAGE128PR 0x5052 + #define PCI_CHIP_RAGE128PS 0x5053 + #define PCI_CHIP_RAGE128PT 0x5054 + #define PCI_CHIP_RAGE128PU 0x5055 + #define PCI_CHIP_RAGE128PV 0x5056 + #define PCI_CHIP_RAGE128PW 0x5057 + #define PCI_CHIP_RAGE128PX 0x5058 + /* Avance Logic */ #define PCI_CHIP_ALG2301 0x2301 *************** *** 170,175 **** --- 210,218 ---- #define PCI_CHIP_SIS6326 0x6326 #define PCI_CHIP_SIS530 0x6306 #define PCI_CHIP_SIS620 0x6306 + #define PCI_CHIP_SIS300 0x0300 + #define PCI_CHIP_SIS630 0x6300 + #define PCI_CHIP_SIS540 0x5300 /* SGS */ #define PCI_CHIP_STG2000 0x0008 *************** *** 201,206 **** --- 244,252 ---- #define PCI_CHIP_VTNT2 0x002C #define PCI_CHIP_UVTNT2 0x002D #define PCI_CHIP_ITNT2 0x00A0 + #define PCI_CHIP_GEFORCE256 0x0100 + #define PCI_CHIP_GEFORCEDDR 0x0101 + #define PCI_CHIP_QUADRO 0x0103 /* NVIDIA & SGS */ #define PCI_CHIP_RIVA128 0x0018 *************** *** 241,246 **** --- 287,293 ---- #define PCI_CHIP_SAVAGE3D 0x8A20 #define PCI_CHIP_SAVAGE3D_M 0x8A21 #define PCI_CHIP_SAVAGE4 0x8A22 + #define PCI_CHIP_SAVAGE2000 0x9102 #define PCI_CHIP_868 0x8880 #define PCI_CHIP_928 0x88B0 #define PCI_CHIP_864_0 0x88C0 *************** *** 267,273 **** #define PCI_CHIP_INTERG_1682 0x1682 /* Increase this as required */ ! #define MAX_DEV_PER_VENDOR 48 typedef struct vgaPCIInformation { int Vendor; --- 314,320 ---- #define PCI_CHIP_INTERG_1682 0x1682 /* Increase this as required */ ! #define MAX_DEV_PER_VENDOR 80 typedef struct vgaPCIInformation { int Vendor; *************** *** 311,320 **** {0x0000, NULL}}}, {PCI_VENDOR_ATI, "ATI", { {PCI_CHIP_MACH32, "Mach32"}, - {PCI_CHIP_RAGE128_RE, "Rage128 RE"}, - {PCI_CHIP_RAGE128_RF, "Rage128 RF"}, - {PCI_CHIP_RAGE128_RK, "Rage128 RK"}, - {PCI_CHIP_RAGE128_RL, "Rage128 RL"}, {PCI_CHIP_MACH64GX, "Mach64 GX"}, {PCI_CHIP_MACH64CX, "Mach64 CX"}, {PCI_CHIP_MACH64CT, "Mach64 CT"}, --- 358,363 ---- *************** *** 337,347 **** --- 380,429 ---- {PCI_CHIP_MACH64LD, "Mach64 LT Pro"}, {PCI_CHIP_MACH64LI, "Mach64 LT Pro"}, {PCI_CHIP_MACH64LP, "Mach64 LT Pro"}, + {PCI_CHIP_MACH64GL, "Mach64 XL or XC"}, {PCI_CHIP_MACH64GM, "Mach64 XL or XC"}, {PCI_CHIP_MACH64GN, "Mach64 XL or XC"}, {PCI_CHIP_MACH64GO, "Mach64 XL or XC"}, {PCI_CHIP_MACH64GR, "Mach64 XL or XC"}, {PCI_CHIP_MACH64GS, "Mach64 XL or XC"}, + {PCI_CHIP_MACH64LM, "Mach64 Mobility"}, + {PCI_CHIP_MACH64LN, "Mach64 Mobility"}, + {PCI_CHIP_MACH64LR, "Mach64 Mobility"}, + {PCI_CHIP_MACH64LS, "Mach64 Mobility"}, + {PCI_CHIP_RAGE128RE, "Rage 128 RE"}, + {PCI_CHIP_RAGE128RF, "Rage 128 RF"}, + {PCI_CHIP_RAGE128RK, "Rage 128 RK"}, + {PCI_CHIP_RAGE128RL, "Rage 128 RL"}, + {PCI_CHIP_RAGE128SE, "Rage 128 SE"}, + {PCI_CHIP_RAGE128SF, "Rage 128 SF"}, + {PCI_CHIP_RAGE128SG, "Rage 128 SG"}, + {PCI_CHIP_RAGE128SK, "Rage 128 SK"}, + {PCI_CHIP_RAGE128SL, "Rage 128 SL"}, + {PCI_CHIP_RAGE128SM, "Rage 128 SM"}, + {PCI_CHIP_RAGE128PA, "Rage 128 PA"}, + {PCI_CHIP_RAGE128PB, "Rage 128 PB"}, + {PCI_CHIP_RAGE128PC, "Rage 128 PC"}, + {PCI_CHIP_RAGE128PD, "Rage 128 PD"}, + {PCI_CHIP_RAGE128PE, "Rage 128 PE"}, + {PCI_CHIP_RAGE128PF, "Rage 128 PF"}, + {PCI_CHIP_RAGE128PG, "Rage 128 PG"}, + {PCI_CHIP_RAGE128PH, "Rage 128 PH"}, + {PCI_CHIP_RAGE128PI, "Rage 128 PI"}, + {PCI_CHIP_RAGE128PJ, "Rage 128 PJ"}, + {PCI_CHIP_RAGE128PK, "Rage 128 PK"}, + {PCI_CHIP_RAGE128PL, "Rage 128 PL"}, + {PCI_CHIP_RAGE128PM, "Rage 128 PM"}, + {PCI_CHIP_RAGE128PN, "Rage 128 PN"}, + {PCI_CHIP_RAGE128PO, "Rage 128 PO"}, + {PCI_CHIP_RAGE128PP, "Rage 128 PP"}, + {PCI_CHIP_RAGE128PQ, "Rage 128 PQ"}, + {PCI_CHIP_RAGE128PR, "Rage 128 PR"}, + {PCI_CHIP_RAGE128PS, "Rage 128 PS"}, + {PCI_CHIP_RAGE128PT, "Rage 128 PT"}, + {PCI_CHIP_RAGE128PU, "Rage 128 PU"}, + {PCI_CHIP_RAGE128PV, "Rage 128 PV"}, + {PCI_CHIP_RAGE128PW, "Rage 128 PW"}, + {PCI_CHIP_RAGE128PX, "Rage 128 PX"}, {0x0000, NULL}}}, {PCI_VENDOR_AVANCE, "Avance Logic", { {PCI_CHIP_ALG2301, "ALG2301"}, *************** *** 429,434 **** --- 511,519 ---- {PCI_CHIP_SIS5597, "5597/98"}, {PCI_CHIP_SIS6326, "6326"}, {PCI_CHIP_SIS530, "530/620"}, + {PCI_CHIP_SIS300, "300"}, + {PCI_CHIP_SIS630, "630"}, + {PCI_CHIP_SIS540, "540"}, {0x0000, NULL}}}, {PCI_VENDOR_SGS, "SGS-Thomson", { {PCI_CHIP_STG2000, "STG2000"}, *************** *** 445,452 **** {PCI_CHIP_TNT2, "Riva TNT2"}, {PCI_CHIP_UTNT2, "Riva Ultra TNT2"}, {PCI_CHIP_VTNT2, "Riva Vanta TNT2"}, ! {PCI_CHIP_UVTNT2, "Riva Ultra Vanta"}, {PCI_CHIP_ITNT2, "Riva Integrated"}, {0x0000, NULL}}}, {PCI_VENDOR_NVIDIA_SGS, "NVidia/SGS-Thomson", { {PCI_CHIP_RIVA128, "Riva128"}, --- 530,540 ---- {PCI_CHIP_TNT2, "Riva TNT2"}, {PCI_CHIP_UTNT2, "Riva Ultra TNT2"}, {PCI_CHIP_VTNT2, "Riva Vanta TNT2"}, ! {PCI_CHIP_UVTNT2, "Riva Ultra Vanta"}, {PCI_CHIP_ITNT2, "Riva Integrated"}, + {PCI_CHIP_GEFORCE256, "GeForce 256"}, + {PCI_CHIP_GEFORCEDDR, "GeForce 256 DDR"}, + {PCI_CHIP_QUADRO, "Quadro"}, {0x0000, NULL}}}, {PCI_VENDOR_NVIDIA_SGS, "NVidia/SGS-Thomson", { {PCI_CHIP_RIVA128, "Riva128"}, *************** *** 500,505 **** --- 588,594 ---- {PCI_CHIP_SAVAGE3D, "Savage3D"}, {PCI_CHIP_SAVAGE3D_M, "Savage3D (Macrovision Support)"}, {PCI_CHIP_SAVAGE4, "Savage4"}, + {PCI_CHIP_SAVAGE2000, "Savage2000"}, {PCI_CHIP_868, "868"}, {PCI_CHIP_928, "928"}, {PCI_CHIP_864_0, "864"}, Index: xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c diff -c xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c:3.7.2.2 xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c:3.7.2.3 *** xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c:3.7.2.2 Thu Jul 30 16:24:20 1998 --- xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c Thu Oct 21 22:08:10 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c,v 3.7.2.2 1998/07/30 06:24:20 hohndel Exp $ */ /* * Copyright 1996 The XFree86 Project --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c,v 3.7.2.3 1999/10/21 12:08:10 hohndel Exp $ */ /* * Copyright 1996 The XFree86 Project *************** *** 401,406 **** --- 401,409 ---- bitmapwidth = ((bytewidth + 3) / 4) * 32 * 3; else bitmapwidth = ((bytewidth + 3) / 4) * 32; + + if (xf86AccelInfoRec.ColorExpandFlags & CPU_TRANSFER_PAD_QWORD) + bitmapwidth = (w + 63) & ~63; if (xf86AccelInfoRec.ColorExpandFlags & TRIPLE_BITS_24BPP) /* Index: xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c diff -c xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c:3.1.2.2 xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c:3.1.2.3 *** xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c:3.1.2.2 Thu Jul 30 16:24:21 1998 --- xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c Thu Oct 21 22:08:10 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c,v 3.1.2.2 1998/07/30 06:24:21 hohndel Exp $ */ /* * Copyright 1996 The XFree86 Project --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c,v 3.1.2.3 1999/10/21 12:08:10 hohndel Exp $ */ /* * Copyright 1996 The XFree86 Project *************** *** 389,394 **** --- 389,397 ---- /* Calculate the non-expanded bitmap width rounded up to 32-bit words, */ /* in units of pixels. */ bitmapwidth = ((bytewidth + 3) / 4) * 32; + + if (xf86AccelInfoRec.ColorExpandFlags & CPU_TRANSFER_PAD_QWORD) + bitmapwidth = (bitmapwidth + 63) & ~63; endoffset = (bitmapwidth / 8) * xf86AccelInfoRec.PingPongBuffers; offset = 0; Index: xc/programs/Xserver/hw/xfree86/xaa/xf86text.c diff -c xc/programs/Xserver/hw/xfree86/xaa/xf86text.c:3.6.2.3 xc/programs/Xserver/hw/xfree86/xaa/xf86text.c:3.6.2.4 *** xc/programs/Xserver/hw/xfree86/xaa/xf86text.c:3.6.2.3 Fri Nov 13 16:15:03 1998 --- xc/programs/Xserver/hw/xfree86/xaa/xf86text.c Thu Oct 21 22:08:11 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86text.c,v 3.6.2.3 1998/11/13 05:15:03 dawes Exp $ */ /* * Copyright 1996 The XFree86 Project --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86text.c,v 3.6.2.4 1999/10/21 12:08:11 hohndel Exp $ */ /* * Copyright 1996 The XFree86 Project *************** *** 1237,1242 **** --- 1237,1243 ---- xf86AccelInfoRec.Sync(); } + static int static_offset = 0; /* * The following function is used for Imagetext/Polytext with TE font *************** *** 1283,1291 **** bitmapwidth = ((w + 31) & ~31) * 3; else bitmapwidth = (w + 31) & ~31; endoffset = (bitmapwidth / 8) * xf86AccelInfoRec.PingPongBuffers; ! offset = 0; line = 0; while (line < h) { if (!(xf86AccelInfoRec.Flags & COP_FRAMEBUFFER_CONCURRENCY)) --- 1284,1297 ---- bitmapwidth = ((w + 31) & ~31) * 3; else bitmapwidth = (w + 31) & ~31; + + if (xf86AccelInfoRec.ColorExpandFlags & CPU_TRANSFER_PAD_QWORD) + bitmapwidth = (w + 63) & ~63; + endoffset = (bitmapwidth / 8) * xf86AccelInfoRec.PingPongBuffers; + endoffset = xf86AccelInfoRec.ScratchBufferSize - bitmapwidth; ! offset = static_offset; line = 0; while (line < h) { if (!(xf86AccelInfoRec.Flags & COP_FRAMEBUFFER_CONCURRENCY)) *************** *** 1302,1311 **** * and so on. */ offset += bitmapwidth / 8; ! if (offset == endoffset) offset = 0; } if (xf86AccelInfoRec.Flags & BACKGROUND_OPERATIONS) xf86AccelInfoRec.Sync(); } --- 1308,1319 ---- * and so on. */ offset += bitmapwidth / 8; ! if (offset >= endoffset) offset = 0; } + static_offset = offset; + if (xf86AccelInfoRec.Flags & BACKGROUND_OPERATIONS) xf86AccelInfoRec.Sync(); } *************** *** 1393,1401 **** /* Calculate the non-expanded bitmap width rounded up to 32-bit words, */ /* in units of pixels. */ bitmapwidth = (w + 31) & ~31; - endoffset = (bitmapwidth / 8) * xf86AccelInfoRec.PingPongBuffers; ! offset = 0; line = 0; while (line < h) { if (!(xf86AccelInfoRec.Flags & COP_FRAMEBUFFER_CONCURRENCY)) --- 1401,1415 ---- /* Calculate the non-expanded bitmap width rounded up to 32-bit words, */ /* in units of pixels. */ bitmapwidth = (w + 31) & ~31; ! if (xf86AccelInfoRec.ColorExpandFlags & CPU_TRANSFER_PAD_QWORD) ! bitmapwidth = (w + 63) & ~63; ! ! endoffset = xf86AccelInfoRec.ScratchBufferSize - bitmapwidth; ! ! /* (bitmapwidth / 8) * xf86AccelInfoRec.PingPongBuffers; */ ! ! offset = static_offset; line = 0; while (line < h) { if (!(xf86AccelInfoRec.Flags & COP_FRAMEBUFFER_CONCURRENCY)) *************** *** 1417,1425 **** * and so on. */ offset += bitmapwidth / 8; ! if (offset == endoffset) offset = 0; } if (xf86AccelInfoRec.Flags & BACKGROUND_OPERATIONS) xf86AccelInfoRec.Sync(); --- 1431,1441 ---- * and so on. */ offset += bitmapwidth / 8; ! if (offset >= endoffset) offset = 0; } + + static_offset = offset; if (xf86AccelInfoRec.Flags & BACKGROUND_OPERATIONS) xf86AccelInfoRec.Sync(); Index: xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c diff -c xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c:1.8.2.2 xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c:1.8.2.3 *** xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c:1.8.2.2 Fri Feb 27 12:29:29 1998 --- xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c Thu Oct 21 22:08:11 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c,v 1.8.2.2 1998/02/27 01:29:29 dawes Exp $ */ /* xf86WideLine does not maintain a span list and subsequently does not --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c,v 1.8.2.3 1999/10/21 12:08:11 hohndel Exp $ */ /* xf86WideLine does not maintain a span list and subsequently does not *************** *** 194,199 **** --- 194,203 ---- } } + if (height <= 0 || height > 0x7fff0000) { + /* ErrorF("xf86FillPolyHelper height %d %x\n",height,height); */ + } + else while (height--) { if((right_x > left_x) && Y_IN_BOX(y)) xf86SpanHelper(left_x, y, right_x - left_x); Index: xc/programs/Xserver/hw/xfree86/xf86config/Cards diff -c xc/programs/Xserver/hw/xfree86/xf86config/Cards:3.51.2.37 xc/programs/Xserver/hw/xfree86/xf86config/Cards:3.51.2.43 *** xc/programs/Xserver/hw/xfree86/xf86config/Cards:3.51.2.37 Tue Aug 17 17:39:38 1999 --- xc/programs/Xserver/hw/xfree86/xf86config/Cards Mon Dec 20 23:55:58 1999 *************** *** 18,24 **** # The majority of entries are just a binding of a model name to a # chipset/server and untested. # ! # $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/Cards,v 3.51.2.37 1999/08/17 07:39:38 hohndel Exp $ # VGA --- 18,24 ---- # The majority of entries are just a binding of a model name to a # chipset/server and untested. # ! # $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/Cards,v 3.51.2.43 1999/12/20 12:55:58 hohndel Exp $ # VGA *************** *** 555,561 **** SERVER S3 NOCLOCKPROBE ! NAME S3 86C764 (generic) SEE S3 Trio64 (generic) NAME S3 Trio64V+ (generic) --- 555,561 ---- SERVER S3 NOCLOCKPROBE ! NAME S3 86C764 (Trio64) SEE S3 Trio64 (generic) NAME S3 Trio64V+ (generic) *************** *** 563,569 **** SERVER S3 NOCLOCKPROBE ! NAME S3 86C765 (generic) SEE S3 Trio64V+ (generic) NAME S3 Trio32 (generic) --- 563,569 ---- SERVER S3 NOCLOCKPROBE ! NAME S3 86C765 (Trio64V+) SEE S3 Trio64V+ (generic) NAME S3 Trio32 (generic) *************** *** 721,730 **** NAME S3 Trio64V2/GX (generic) SEE S3 Trio64V2 (generic) ! NAME S3 86C775 (generic) SEE S3 Trio64V2/DX (generic) ! NAME S3 86C785 (generic) SEE S3 Trio64V2/GX (generic) NAME ELSA WINNER 1000/T2D --- 721,730 ---- NAME S3 Trio64V2/GX (generic) SEE S3 Trio64V2 (generic) ! NAME S3 86C775 (Trio64V2/DX) SEE S3 Trio64V2/DX (generic) ! NAME S3 86C785 (Trio64V2/GX) SEE S3 Trio64V2/GX (generic) NAME ELSA WINNER 1000/T2D *************** *** 740,746 **** LINE # Option "lcd_center" LINE # Set_LCDClk <pixel_clock_for_LCD> ! NAME S3 86CM65 SEE S3 Aurora64V+ (generic) NAME SHARP 9080 --- 740,746 ---- LINE # Option "lcd_center" LINE # Set_LCDClk <pixel_clock_for_LCD> ! NAME S3 86CM65 (Aurora64V+) SEE S3 Aurora64V+ (generic) NAME SHARP 9080 *************** *** 1137,1158 **** NAME AOpen PG128 SEE S3 Trio3D ! NAME S3 86C325 (generic) SEE S3 ViRGE (generic) ! NAME S3 86C375 (generic) SEE S3 ViRGE/DX (generic) ! NAME S3 86C385 (generic) SEE S3 ViRGE/GX (generic) ! NAME S3 86C357 (generic) SEE S3 ViRGE/GX2 (generic) ! NAME S3 86C260 (generic) SEE S3 ViRGE/MX (generic) ! NAME S3 86C280 (generic) SEE S3 ViRGE/MX+ (generic) --- 1137,1166 ---- NAME AOpen PG128 SEE S3 Trio3D ! NAME S3 86C368 (Trio3D/2X) ! LINE # Option "no_accel" # You may enable this if there are timeouts when starting X ! SEE S3 Trio3D ! ! NAME S3 Trio3D/2X ! LINE # Option "no_accel" # You may enable this if there are timeouts when starting X ! SEE S3 Trio3D ! ! NAME S3 86C325 (ViRGE) SEE S3 ViRGE (generic) ! NAME S3 86C375 (ViRGE/DX) SEE S3 ViRGE/DX (generic) ! NAME S3 86C385 (ViRGE/GX) SEE S3 ViRGE/GX (generic) ! NAME S3 86C357 (ViRGE/GX2) SEE S3 ViRGE/GX2 (generic) ! NAME S3 86C260 (ViRGE/MX) SEE S3 ViRGE/MX (generic) ! NAME S3 86C280 (ViRGE/MX+) SEE S3 ViRGE/MX+ (generic) *************** *** 1243,1249 **** LINE #Option "pci_retry" ! NAME S3 86C988 (generic) SEE S3 ViRGE/VX (generic) NAME ELSA Winner 3000 --- 1251,1257 ---- LINE #Option "pci_retry" ! NAME S3 86C988 (ViRGE/VX) SEE S3 ViRGE/VX (generic) NAME ELSA Winner 3000 *************** *** 1285,1297 **** NAME Toshiba Tecra 550CDT SEE S3 ViRGE/MX (generic) ! # currently unsupported S3 NAME S3 86C391 (Savage3D) ! SEE Unsupported VGA compatible NAME S3 Savage3D ! SEE Unsupported VGA compatible --- 1293,1359 ---- NAME Toshiba Tecra 550CDT SEE S3 ViRGE/MX (generic) ! NAME Toshiba Satellite 2050 CDS ! SEE S3 ViRGE/MX (generic) ! ! NAME Toshiba Satellite 2520 CDS ! SEE S3 ViRGE/MX (generic) ! ! NAME Compaq Armada 7400 ! SEE S3 ViRGE/MX (generic) ! ! NAME Compaq Armada 7800 ! SEE S3 ViRGE/MX (generic) ! ! ! NAME S3 Savage (generic) ! CHIPSET S3 Savage ! SERVER SVGA ! NOCLOCKPROBE ! LINE #Option "xaa_benchmark" ! ! NAME S3 86C390 (Savage3D) ! SEE S3 Savage (generic) NAME S3 86C391 (Savage3D) ! SEE S3 Savage (generic) NAME S3 Savage3D ! SEE S3 Savage (generic) ! ! NAME Aristo ART-390-G S3 Savage3D ! SEE S3 Savage (generic) ! ! ! NAME S3 Savage4 (generic) ! LINE # Option "no_accel" # You may enable this if there are timeouts when starting X ! SEE S3 Savage (generic) ! ! NAME S3 86C395 (Savage4 Pro+) ! SEE S3 Savage4 (generic) ! ! NAME S3 86C396 (Savage4) ! SEE S3 Savage4 (generic) ! ! NAME S3 86C397 (Savage4) ! SEE S3 Savage4 (generic) ! ! NAME S3 Savage4 ! SEE S3 Savage4 (generic) ! ! NAME S3 Savage4 Pro+ ! SEE S3 Savage4 (generic) ! ! NAME Diamond Stealth III (S520/S540) ! SEE S3 Savage4 (generic) ! ! NAME Creative Labs Savage 4 3D Blaster ! SEE S3 Savage4 (generic) ! ! NAME S3 Savage2000 (generic) ! CHIPSET S3 Savage2000 ! SERVER SVGA ! NOCLOCKPROBE *************** *** 1809,1820 **** --- 1871,1915 ---- NAME ATI integrated on Intel Maui MU440EX motherboard SEE ATI Mach64 with Internal RAMDAC + NAME ATI Rage LT + SEE ATI Mach64 with Internal RAMDAC + + NAME ATI Rage LT PRO + SEE ATI Mach64 with Internal RAMDAC + + NAME ATI Rage Mobility + SEE ATI Mach64 with Internal RAMDAC + + NAME ATI Rage Mobility P + SEE ATI Mach64 with Internal RAMDAC + + NAME ASUS PCI-V264CT SEE ATI Mach64 with Internal RAMDAC NAME ASUS PCI-AV264CT SEE ATI Mach64 with Internal RAMDAC + NAME ATI Rage 128 (generic) + CHIPSET ATI Rage 128 + SERVER SVGA + NOCLOCKPROBE + LINE #Option "no_accel" + LINE #Option "sw_cursor" + LINE #Option "hw_cursor" + LINE #Option "dac_8_bit" + LINE #Option "dac_6_bit" + + NAME ATI Rage Fury AGP + SEE ATI Rage 128 (generic) + + NAME ATI XPERT 128 AGP + SEE ATI Rage 128 (generic) + + NAME ATI XPERT 99 AGP + SEE ATI Rage 128 (generic) + + # AGX NAME AGX (generic) *************** *** 2233,2238 **** --- 2328,2343 ---- NAME AOpen PG975 SEE Trident 3DImage975 AGP (generic) + NAME Toshiba Satellite 4030CDT + LINE Option "cyber_shadow" + SEE Trident Cyber 9525 (generic) + + NAME Toshiba Satellite 4060CDT + SEE Trident Cyber 9525 (generic) + + NAME Toshiba Satellite 4080CDT + SEE Trident Cyber 9525 (generic) + # SiS NAME SiS SG86C201 *************** *** 2315,2325 **** --- 2420,2445 ---- SERVER SVGA NOCLOCKPROBE + NAME SiS 540 + CHIPSET SiS540 + SERVER SVGA + NOCLOCKPROBE + NAME SiS 620 CHIPSET SiS620 SERVER SVGA NOCLOCKPROBE + NAME SiS 630 + CHIPSET SiS630 + SERVER SVGA + NOCLOCKPROBE + + NAME SiS 300 + CHIPSET SiS300 + SERVER SVGA + NOCLOCKPROBE + NAME MSI MS-4417 SEE SiS 6326 *************** *** 2543,2548 **** --- 2663,2673 ---- SERVER SVGA NOCLOCKPROBE + NAME RIVA Ultra TNT2 + CHIPSET RIVA ULTRA TNT2 + SERVER SVGA + NOCLOCKPROBE + NAME ELSA VICTORY ERAZOR SEE RIVA128 *************** *** 2609,2614 **** --- 2734,2776 ---- NAME Hercules Dynamite TNT SEE RIVA TNT + NAME MELCO WGA-TS + SEE RIVA TNT2 + + NAME Canopus SPECTRA 3200R2 + SEE RIVA TNT + + NAME Canopus SPECTRA 5400 + SEE RIVA TNT2 + + NAME Canopus SPECTRA 5400 Premium Edition + SEE RIVA Ultra TNT2 + + NAME NVIDIA Riva 128 (generic) + CHIPSET Riva 128 + SERVER SVGA + NOCLOCKPROBE + + NAME NVIDIA Riva TNT (generic) + CHIPSET Riva TNT + SERVER SVGA + NOCLOCKPROBE + + NAME NVIDIA Riva TNT2 (generic) + CHIPSET Riva TNT2 + SERVER SVGA + NOCLOCKPROBE + + NAME NVIDIA GeForce 256 (generic) + CHIPSET GeForce 256 + SERVER SVGA + NOCLOCKPROBE + + NAME NVIDIA GeForce DDR (generic) + CHIPSET GeForce DDR + SERVER SVGA + NOCLOCKPROBE + # 3DLabs NAME 3Dlabs Permedia2 (generic) *************** *** 2949,2954 **** --- 3111,3147 ---- NAME Chaintech Desperado 3F10 SEE Voodoo Banshee (generic) + + NAME SMI Lynx (generic) + CHIPSET Lynx + SERVER SVGA + NOCLOCKPROBE + + NAME SMI LynxE (generic) + CHIPSET LynxE + SERVER SVGA + NOCLOCKPROBE + + NAME SMI Lynx3D (generic) + CHIPSET Lynx3D + SERVER SVGA + NOCLOCKPROBE + + NAME SMI LynxEM (generic) + CHIPSET LynxEM + SERVER SVGA + NOCLOCKPROBE + + NAME SMI LynxEM+ (generic) + CHIPSET LynxEM+ + SERVER SVGA + NOCLOCKPROBE + + NAME SMI Lynx3DM (generic) + CHIPSET Lynx3DM + SERVER SVGA + NOCLOCKPROBE + # Misc Index: xc/programs/Xserver/hw/xfree86/xf86config/cards.c diff -c xc/programs/Xserver/hw/xfree86/xf86config/cards.c:3.11.2.1 xc/programs/Xserver/hw/xfree86/xf86config/cards.c:3.11.2.2 *** xc/programs/Xserver/hw/xfree86/xf86config/cards.c:3.11.2.1 Sun Jan 18 21:35:45 1998 --- xc/programs/Xserver/hw/xfree86/xf86config/cards.c Tue Oct 12 02:05:04 1999 *************** *** 4,10 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/cards.c,v 3.11.2.1 1998/01/18 10:35:45 hohndel Exp $ */ /* * Functions to manipulate card database. --- 4,10 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/cards.c,v 3.11.2.2 1999/10/11 16:05:04 hohndel Exp $ */ /* * Functions to manipulate card database. *************** *** 16,21 **** --- 16,39 ---- #include "cards.h" + #define FileName(file) file->d_name + #ifndef X_NOT_POSIX + # include <dirent.h> + #else + # ifdef SYSV + # include <dirent.h> + # else + # ifdef USG + # include <dirent.h> + # else + # include <sys/dir.h> + # ifndef dirent + # define dirent direct + # endif + # endif + # endif + #endif + /* * Database format: * *************** *** 104,125 **** "# address that the card maps the framebuffer to.\n"; int parse_database() { ! FILE *f; ! char buf[128]; ! int i, lineno; ! char filename[128]; ! #ifndef __EMX__ ! strcpy(filename, CARD_DATABASE_FILE); #else ! strcpy(filename, (char*)__XOS2RedirRoot(CARD_DATABASE_FILE)); #endif f = fopen(filename, "r"); if (f == NULL) return -1; - lastcard = -1; lineno = 0; for (;;) { if (getline(f, buf)) --- 122,172 ---- "# address that the card maps the framebuffer to.\n"; int parse_database() { ! FILE *f; ! char buf[128]; ! int i, lineno; ! char filename[128]; ! char dirName[128]; ! DIR *dirp; ! struct dirent *file; ! int cardInFile; ! char *pattern; ! lastcard = -1; ! ! #ifdef __EMX__ ! strcpy(filename, (char*)__XOS2RedirRoot(CARD_DATABASE_FILE)); ! { #else ! /* ! * we want to have the directory component in dirName and the Name-prefix ! * of the database in pattern. Ususally this means ! * dirName /usr/X11R6/lib/X11 ! * pattern Cards ! */ ! strcpy(dirName, CARD_DATABASE_FILE); ! pattern = dirName + strlen(dirName); ! while ((pattern >= dirName) && (*pattern != '/')) ! pattern--; ! if (pattern < dirName) /* something went really wrong with finding the directory part */ ! return -1; ! *pattern = '\0'; ! pattern++; ! if ((dirp = opendir (dirName)) == NULL) ! return -1; ! while ((file = readdir (dirp)) != NULL) { ! if (strncmp(FileName(file),pattern,sizeof(pattern)) != 0) ! continue; ! strcpy(filename, dirName); ! strcat(filename,"/"); ! strncat(filename, FileName(file),sizeof(filename)-strlen(filename)-1); #endif f = fopen(filename, "r"); if (f == NULL) return -1; lineno = 0; + cardInFile = -1; for (;;) { if (getline(f, buf)) *************** *** 131,137 **** if (strncmp(buf, "END", 3) == 0) /* End of database. */ break; ! if (strncmp(buf, "LINE", 4) == 0 && lastcard>=0) { /* Line of Device comment. */ char *lines; /* Append to existing lines. */ --- 178,184 ---- if (strncmp(buf, "END", 3) == 0) /* End of database. */ break; ! if (strncmp(buf, "LINE", 4) == 0 && cardInFile>=0) { /* Line of Device comment. */ char *lines; /* Append to existing lines. */ *************** *** 155,160 **** --- 202,208 ---- if (strncmp(buf, "NAME", 4) == 0) { /* New entry. */ lastcard++; + cardInFile++; card[lastcard].name = malloc(strlen(buf + 5) + 1); strcpy(card[lastcard].name, buf + 5); card[lastcard].chipset = NULL; *************** *** 165,171 **** card[lastcard].lines = ""; continue; } ! if (lastcard < 0) /* no NAME line found yet */ continue; if (strncmp(buf, "SEE", 3) == 0) { /* Reference to another entry. */ --- 213,219 ---- card[lastcard].lines = ""; continue; } ! if (cardInFile < 0) /* no NAME line found yet */ continue; if (strncmp(buf, "SEE", 3) == 0) { /* Reference to another entry. */ *************** *** 176,181 **** --- 224,230 ---- buf + 4); free(card[lastcard].name); lastcard--; + cardInFile--; continue; } if (card[lastcard].chipset == NULL) *************** *** 249,269 **** } fclose(f); ! /* ! * Add general comments. ! */ ! for (i = 0; i <= lastcard; i++) { ! if (card[i].server && strcmp(card[i].server, "S3") == 0) ! appendstring(&card[i].lines, s3_comment); ! if (card[i].chipset && ! strncmp(card[i].chipset, "CL-GD", 5) == 0) ! appendstring(&card[i].lines, cirrus_comment); ! } ! sort_database(); ! return 0; } #ifdef __STDC__ --- 298,318 ---- } fclose(f); + } ! /* ! * Add general comments. ! */ ! for (i = 0; i <= lastcard; i++) { ! if (card[i].server && strcmp(card[i].server, "S3") == 0) ! appendstring(&card[i].lines, s3_comment); ! if (card[i].chipset && strncmp(card[i].chipset, "CL-GD", 5) == 0) ! appendstring(&card[i].lines, cirrus_comment); ! } ! sort_database(); ! return 0; } #ifdef __STDC__ Index: xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c diff -c xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c:3.37.2.16 xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c:3.37.2.17 *** xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c:3.37.2.16 Tue Aug 17 17:39:39 1999 --- xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c Mon Dec 20 23:55:59 1999 *************** *** 1,4 **** ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c,v 3.37.2.16 1999/08/17 07:39:39 hohndel Exp $ */ /* * This is a configuration program that will create a base XF86Config --- 1,4 ---- ! /* $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c,v 3.37.2.17 1999/12/20 12:55:59 hohndel Exp $ */ /* * This is a configuration program that will create a base XF86Config *************** *** 2219,2225 **** "\n" "# Protocol \"Xqueue\"\n" "\n" ! " AutoRepeat 500 5\n" "# Let the server do the NumLock processing. This should only be required\n" "# when using pre-R6 clients\n" "# ServerNumLock\n" --- 2219,2225 ---- "\n" "# Protocol \"Xqueue\"\n" "\n" ! " AutoRepeat 500 30\n" "# Let the server do the NumLock processing. This should only be required\n" "# when using pre-R6 clients\n" "# ServerNumLock\n" Index: xc/programs/Xserver/hw/xfree98/doc/Imakefile diff -c xc/programs/Xserver/hw/xfree98/doc/Imakefile:3.22.2.7 xc/programs/Xserver/hw/xfree98/doc/Imakefile:3.22.2.8 *** xc/programs/Xserver/hw/xfree98/doc/Imakefile:3.22.2.7 Mon Aug 2 18:38:28 1999 --- xc/programs/Xserver/hw/xfree98/doc/Imakefile Sat Nov 27 02:24:20 1999 *************** *** 4,10 **** ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree98/doc/Imakefile,v 3.22.2.7 1999/08/02 08:38:28 hohndel Exp $ #include <Server.tmpl> #include <lnxdoc.rules> --- 4,10 ---- ! XCOMM $XFree86: xc/programs/Xserver/hw/xfree98/doc/Imakefile,v 3.22.2.8 1999/11/26 15:24:20 hohndel Exp $ #include <Server.tmpl> #include <lnxdoc.rules> *************** *** 90,96 **** README.I128 README.Mach32 \ README.Mach64 README.ark README.MGA README.NVIDIA README.mouse \ README.neo README.rendition README.3DLabs README.cyrix \ ! README.i740 MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES --- 90,96 ---- README.I128 README.Mach32 \ README.Mach64 README.ark README.MGA README.NVIDIA README.mouse \ README.neo README.rendition README.3DLabs README.cyrix \ ! README.i740 README.i810 README.r128 MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES *************** *** 160,168 **** --- 160,170 ---- LinkSourceFile(README.cyrix,$(XF86SRC)/doc) LinkSourceFile(README.epson,$(XF86SRC)/doc) LinkSourceFile(README.i740,$(XF86SRC)/doc) + LinkSourceFile(README.i810,$(XF86SRC)/doc) LinkSourceFile(README.isc,$(XF86SRC)/doc) LinkSourceFile(README.mouse,$(XF86SRC)/doc) LinkSourceFile(README.neo,$(XF86SRC)/doc) + LinkSourceFile(README.r128,$(XF86SRC)/doc) LinkSourceFile(README.rendition,$(XF86SRC)/doc) LinkSourceFile(README.trident,$(XF86SRC)/doc) LinkSourceFile(README.tseng,$(XF86SRC)/doc) Index: xc/programs/Xserver/mi/misprite.c diff -c xc/programs/Xserver/mi/misprite.c:3.0 xc/programs/Xserver/mi/misprite.c:3.0.4.1 *** xc/programs/Xserver/mi/misprite.c:3.0 Mon Aug 26 00:13:56 1996 --- xc/programs/Xserver/mi/misprite.c Fri Nov 19 02:37:35 1999 *************** *** 5,11 **** */ /* $XConsortium: misprite.c,v 5.47 94/04/17 20:27:53 dpw Exp $ */ ! /* $XFree86: xc/programs/Xserver/mi/misprite.c,v 3.0 1996/08/25 14:13:56 dawes Exp $ */ /* --- 5,11 ---- */ /* $XConsortium: misprite.c,v 5.47 94/04/17 20:27:53 dpw Exp $ */ ! /* $XFree86: xc/programs/Xserver/mi/misprite.c,v 3.0.4.1 1999/11/18 15:37:35 hohndel Exp $ */ /* *************** *** 1888,1907 **** miSpriteScreenPtr pScreenPriv; pScreenPriv = (miSpriteScreenPtr) pScreen->devPrivates[miSpriteScreenIndex].ptr; - pScreenPriv->shouldBeUp = TRUE; - if (pScreenPriv->x == x && - pScreenPriv->y == y && - pScreenPriv->pCursor == pCursor && - !pScreenPriv->checkPixels) - { - return; - } if (!pCursor) { pScreenPriv->shouldBeUp = FALSE; if (pScreenPriv->isUp) miSpriteRemoveCursor (pScreen); pScreenPriv->pCursor = 0; return; } pScreenPriv->x = x; --- 1888,1907 ---- miSpriteScreenPtr pScreenPriv; pScreenPriv = (miSpriteScreenPtr) pScreen->devPrivates[miSpriteScreenIndex].ptr; if (!pCursor) { pScreenPriv->shouldBeUp = FALSE; if (pScreenPriv->isUp) miSpriteRemoveCursor (pScreen); pScreenPriv->pCursor = 0; + return; + } + pScreenPriv->shouldBeUp = TRUE; + if (pScreenPriv->x == x && + pScreenPriv->y == y && + pScreenPriv->pCursor == pCursor && + !pScreenPriv->checkPixels) + { return; } pScreenPriv->x = x; Index: xc/programs/lbxproxy/di/atomcache.c diff -c xc/programs/lbxproxy/di/atomcache.c:1.1.1.1 xc/programs/lbxproxy/di/atomcache.c:1.1.1.1.2.2 *** xc/programs/lbxproxy/di/atomcache.c:1.1.1.1 Sun Dec 22 15:16:32 1996 --- xc/programs/lbxproxy/di/atomcache.c Fri Dec 3 21:12:44 1999 *************** *** 21,27 **** * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ ! /* * atom cache for LBX * --- 21,27 ---- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ ! /* $XFree86: xc/programs/lbxproxy/di/atomcache.c,v 1.1.1.1.2.2 1999/12/03 10:12:44 hohndel Exp $ */ /* * atom cache for LBX * *************** *** 127,140 **** static Bool ResizeReverseMap() { if (reverseMapSize == 0) reverseMapSize = 1000; else reverseMapSize *= 2; reverseMap = (AtomListPtr *) xrealloc(reverseMap, reverseMapSize * sizeof(AtomListPtr)); ! bzero((char *)reverseMap, (reverseMapSize * sizeof(AtomListPtr))); ! if (!reverseMap) return FALSE; return TRUE; } --- 127,146 ---- static Bool ResizeReverseMap() { + AtomListPtr *oldMap = reverseMap; + int oldMapSize = reverseMapSize; + if (reverseMapSize == 0) reverseMapSize = 1000; else reverseMapSize *= 2; reverseMap = (AtomListPtr *) xrealloc(reverseMap, reverseMapSize * sizeof(AtomListPtr)); ! if (!reverseMap) { ! reverseMap = oldMap; ! reverseMapSize = oldMapSize; return FALSE; + } + bzero((char *)reverseMap, (reverseMapSize * sizeof(AtomListPtr))); return TRUE; } *************** *** 180,187 **** strncpy(a->name, string, len); a->name[len] = '\0'; a->atom = atom; - if (atom > lastAtom) - lastAtom = atom; a->hash = hash; if (hashUsed >= hashSize / 2) { ResizeHashTable(); --- 186,191 ---- *************** *** 195,202 **** } while (hashTable[h]); } } - hashTable[h] = a; - hashUsed++; a->flags = 0; for (r = 0; r < atom_control_count; r++) { if (a->len == atom_control[r].len && --- 199,204 ---- *************** *** 205,212 **** break; } } ! if (reverseMapSize <= a->atom) ! ResizeReverseMap(); reverseMap[a->atom] = a; return a->atom; } --- 207,222 ---- break; } } ! while (reverseMapSize <= a->atom) { ! if (!ResizeReverseMap()) { ! xfree(a); ! return None; ! } ! } ! if (atom > lastAtom) ! lastAtom = atom; ! hashTable[h] = a; ! hashUsed++; reverseMap[a->atom] = a; return a->atom; } Index: xc/programs/scripts/xon.sh diff -c xc/programs/scripts/xon.sh:1.1.1.2.4.1 xc/programs/scripts/xon.sh:1.1.1.2.4.3 *** xc/programs/scripts/xon.sh:1.1.1.2.4.1 Tue May 27 00:36:26 1997 --- xc/programs/scripts/xon.sh Sun Dec 12 04:43:23 1999 *************** *** 2,7 **** --- 2,10 ---- # $XConsortium: xon.sh,v 1.10 94/12/09 22:53:55 gildea Exp $ # start up xterm (or any other X command) on the specified host # Usage: xon host [arguments] [command] + # + # $XFree86: xc/programs/scripts/xon.sh,v 1.1.1.2.4.3 1999/12/11 17:43:23 hohndel Exp $ + # case $# in 0) echo "Usage: $0 <hostname> [-user user] [-name window-name] [-debug]" *************** *** 123,129 **** sess_mangr="SESSION_MANAGER=$SESSION_MANAGER " ;; esac ! vars="$xpath$xauth$sess_mangr"DISPLAY="$DISPLAY" case $# in 0) $rcmd 'sh -c '"'$vars"' xterm '$ls' -name "'"$resource"'" -T "'"$label"'" -n "'"$label"'" '"$redirect'" --- 126,132 ---- sess_mangr="SESSION_MANAGER=$SESSION_MANAGER " ;; esac ! vars='PATH=$PATH:/usr/X11R6/bin '"$xpath$xauth$sess_mangr"DISPLAY="$DISPLAY" case $# in 0) $rcmd 'sh -c '"'$vars"' xterm '$ls' -name "'"$resource"'" -T "'"$label"'" -n "'"$label"'" '"$redirect'" Index: xc/programs/xdm/Imakefile diff -c xc/programs/xdm/Imakefile:3.19.2.10 xc/programs/xdm/Imakefile:3.19.2.11 *** xc/programs/xdm/Imakefile:3.19.2.10 Thu Jul 29 19:23:03 1999 --- xc/programs/xdm/Imakefile Sun Dec 12 04:20:01 1999 *************** *** 1,5 **** XCOMM $XConsortium: Imakefile /main/81 1996/10/22 18:32:26 kaleb $ ! XCOMM $XFree86: xc/programs/xdm/Imakefile,v 3.19.2.10 1999/07/29 09:23:03 hohndel Exp $ #define IHaveSubdirs #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' --- 1,5 ---- XCOMM $XConsortium: Imakefile /main/81 1996/10/22 18:32:26 kaleb $ ! XCOMM $XFree86: xc/programs/xdm/Imakefile,v 3.19.2.11 1999/12/11 17:20:01 hohndel Exp $ #define IHaveSubdirs #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' *************** *** 116,121 **** --- 116,124 ---- CRYPT_LIBRARIES = SpecialLibCrypt #else CRYPT_LIBRARIES = -lcrypt + #if defined(LynxOSArchitecture) + CRYPT_DEFINES = -DHAS_CRYPT + #endif #endif #endif *************** *** 206,212 **** EXTRA_DEFINES = #endif DEFINES = -DBINDIR=\"$(BINDIR)\" -DXDMDIR=\"$(XDMDIR)\" \ ! $(SIGNAL_DEFINES) \ $(XDMAUTH_DEFINES) $(RPC_DEFINES) $(KRB5_DEFINES) \ $(PWD_DEFINES) $(CONN_DEFINES) \ $(GREET_DEFINES) $(FRAGILE_DEFINES) \ --- 209,215 ---- EXTRA_DEFINES = #endif DEFINES = -DBINDIR=\"$(BINDIR)\" -DXDMDIR=\"$(XDMDIR)\" \ ! $(SIGNAL_DEFINES) $(CRYPT_DEFINES) \ $(XDMAUTH_DEFINES) $(RPC_DEFINES) $(KRB5_DEFINES) \ $(PWD_DEFINES) $(CONN_DEFINES) \ $(GREET_DEFINES) $(FRAGILE_DEFINES) \ Index: xc/programs/xdm/policy.c diff -c xc/programs/xdm/policy.c:3.1.2.1 xc/programs/xdm/policy.c:3.1.2.2 *** xc/programs/xdm/policy.c:3.1.2.1 Thu Jul 22 04:07:43 1999 --- xc/programs/xdm/policy.c Fri Nov 19 02:37:36 1999 *************** *** 1,5 **** /* $XConsortium: policy.c,v 1.12 94/04/17 20:03:41 hersh Exp $ */ ! /* $XFree86: xc/programs/xdm/policy.c,v 3.1.2.1 1999/07/21 18:07:43 hohndel Exp $ */ /* Copyright (c) 1988 X Consortium --- 1,5 ---- /* $XConsortium: policy.c,v 1.12 94/04/17 20:03:41 hersh Exp $ */ ! /* $XFree86: xc/programs/xdm/policy.c,v 3.1.2.2 1999/11/18 15:37:36 hohndel Exp $ */ /* Copyright (c) 1988 X Consortium *************** *** 136,147 **** static void avail_msg(char *statusBuf) { - #ifndef __linux__ - sprintf(statusBuf, "Willing to manage"); - return; - #else /* __linux__ */ - FILE *lavg; const char *err = "Willing to manage"; char buf[5]; lavg = fopen("/proc/loadavg", "r"); --- 136,144 ---- static void avail_msg(char *statusBuf) { const char *err = "Willing to manage"; + #ifdef __linux__ + FILE *lavg; char buf[5]; lavg = fopen("/proc/loadavg", "r"); *************** *** 161,166 **** --- 158,174 ---- sprintf(statusBuf, "Available (load: %s)", buf); fclose(lavg); + return; + #else /* __linux__ */ + #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) + double lavg; + + if (getloadavg(&lavg, 1) == 1) { + sprintf(statusBuf, "Available (load: %.2f)", lavg); + return; + } + #endif /* __FreeBSD__ || __NetBSD__ || __OpenBSD__ */ + strcpy(statusBuf, err); return; #endif /* __linux__ */ } Index: xc/programs/xdm/session.c diff -c xc/programs/xdm/session.c:3.11.2.7 xc/programs/xdm/session.c:3.11.2.8 *** xc/programs/xdm/session.c:3.11.2.7 Thu Jul 29 19:23:05 1999 --- xc/programs/xdm/session.c Sun Dec 12 04:20:02 1999 *************** *** 1,5 **** /* $XConsortium: session.c /main/77 1996/11/24 17:32:33 rws $ */ ! /* $XFree86: xc/programs/xdm/session.c,v 3.11.2.7 1999/07/29 09:23:05 hohndel Exp $ */ /* Copyright (c) 1988 X Consortium --- 1,5 ---- /* $XConsortium: session.c /main/77 1996/11/24 17:32:33 rws $ */ ! /* $XFree86: xc/programs/xdm/session.c,v 3.11.2.8 1999/12/11 17:20:02 hohndel Exp $ */ /* Copyright (c) 1988 X Consortium *************** *** 923,929 **** return env; } ! #if defined(Lynx) || defined(SCO) && !defined(SCO_USA) && !defined(_SCO_DS) char *crypt(s1, s2) char *s1, *s2; { --- 923,929 ---- return env; } ! #if (defined(Lynx) && !defined(HAS_CRYPT)) || defined(SCO) && !defined(SCO_USA) && !defined(_SCO_DS) char *crypt(s1, s2) char *s1, *s2; { Index: xc/programs/xdm/xdm.man diff -c xc/programs/xdm/xdm.man:3.7.2.1 xc/programs/xdm/xdm.man:3.7.2.2 *** xc/programs/xdm/xdm.man:3.7.2.1 Sat May 10 17:03:03 1997 --- xc/programs/xdm/xdm.man Sat Sep 4 17:08:55 1999 *************** *** 1,5 **** .\" $XConsortium: xdm.man /main/44 1996/12/09 17:08:44 kaleb $ ! .\" $XFree86: xc/programs/xdm/xdm.man,v 3.7.2.1 1997/05/10 07:03:03 hohndel Exp $ .\" Copyright (c) 1988, 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining --- 1,5 ---- .\" $XConsortium: xdm.man /main/44 1996/12/09 17:08:44 kaleb $ ! .\" $XFree86: xc/programs/xdm/xdm.man,v 3.7.2.2 1999/09/04 07:08:55 dawes Exp $ .\" Copyright (c) 1988, 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining *************** *** 209,215 **** .I xdm will monitor for XDMCP requests. As XDMCP uses the registered well-known UDP port 177, this resource should ! not be changed except for debugging. .IP "\fB\-session\fP \fIsession_program\fP" Specifies the value for the \fBDisplayManager*session\fP resource. This indicates the program to run as the session after the user has logged in. --- 209,216 ---- .I xdm will monitor for XDMCP requests. As XDMCP uses the registered well-known UDP port 177, this resource should ! not be changed except for debugging. If set to 0 xdm will not listen ! for XDMCP or Chooser requests. .IP "\fB\-session\fP \fIsession_program\fP" Specifies the value for the \fBDisplayManager*session\fP resource. This indicates the program to run as the session after the user has logged in. Index: xc/programs/xdm/config/xdm-conf.cpp diff -c xc/programs/xdm/config/xdm-conf.cpp:1.1.1.2 xc/programs/xdm/config/xdm-conf.cpp:1.1.1.2.4.2 *** xc/programs/xdm/config/xdm-conf.cpp:1.1.1.2 Sat Feb 10 16:46:54 1996 --- xc/programs/xdm/config/xdm-conf.cpp Wed Oct 13 04:33:29 1999 *************** *** 1,3 **** --- 1,5 ---- + ! $XFree86: xc/programs/xdm/config/xdm-conf.cpp,v 1.1.1.2.4.2 1999/10/12 18:33:29 hohndel Exp $ + ! ! $XConsortium: xdm-conf.cpp /main/3 1996/01/15 15:17:26 gildea $ DisplayManager.errorLogFile: XDMDIR/xdm-errors DisplayManager.pidFile: XDMDIR/xdm-pid *************** *** 17,19 **** --- 19,24 ---- DisplayManager*resources: XDMDIR/Xresources DisplayManager*session: XDMDIR/Xsession DisplayManager*authComplain: false + ! SECURITY: do not listen for XDMCP or Chooser requests + ! Comment out this line if you want to manage X terminals with xdm + DisplayManager.requestPort: 0 Index: xc/programs/xdpyinfo/xdpyinfo.c diff -c xc/programs/xdpyinfo/xdpyinfo.c:3.12.2.3 xc/programs/xdpyinfo/xdpyinfo.c:3.12.2.4 *** xc/programs/xdpyinfo/xdpyinfo.c:3.12.2.3 Wed Apr 21 17:21:23 1999 --- xc/programs/xdpyinfo/xdpyinfo.c Thu Dec 2 01:54:04 1999 *************** *** 1,6 **** /* * $XConsortium: xdpyinfo.c /main/34 1995/12/08 12:09:32 dpw $ ! * $XFree86: xc/programs/xdpyinfo/xdpyinfo.c,v 3.12.2.3 1999/04/21 07:21:23 hohndel Exp $ * * xdpyinfo - print information about X display connecton * --- 1,6 ---- /* * $XConsortium: xdpyinfo.c /main/34 1995/12/08 12:09:32 dpw $ ! * $XFree86: xc/programs/xdpyinfo/xdpyinfo.c,v 3.12.2.4 1999/12/01 14:54:04 hohndel Exp $ * * xdpyinfo - print information about X display connecton * *************** *** 682,688 **** "GlidePoint", "IntelliMouse", "ThinkingMouse", "IMPS/2", "ThinkingMousePS/2", "MouseManPlusPS/2", "GlidePointPS/2", "NetMousePS/2", "NetScrollPS/2", ! "SysMouse", "Auto", "AceCad", "wsmouse" }; char *flgtable[] = { "None", "ClearDTR", "ClearRTS", "ClearDTR and ClearRTS" }; --- 682,688 ---- "GlidePoint", "IntelliMouse", "ThinkingMouse", "IMPS/2", "ThinkingMousePS/2", "MouseManPlusPS/2", "GlidePointPS/2", "NetMousePS/2", "NetScrollPS/2", ! "SysMouse", "Auto", "AceCad", "wsmouse", "usb" }; char *flgtable[] = { "None", "ClearDTR", "ClearRTS", "ClearDTR and ClearRTS" }; *************** *** 714,720 **** printf("Xqueue\n"); else if (mouseinfo.type == MTYPE_OSMOUSE) printf("OSMouse\n"); ! else if (mouseinfo.type <= MTYPE_WSMOUSE) printf("%s\n", msetable[mouseinfo.type+1]); else printf("Unknown\n"); --- 714,720 ---- printf("Xqueue\n"); else if (mouseinfo.type == MTYPE_OSMOUSE) printf("OSMouse\n"); ! else if (mouseinfo.type <= MTYPE_USB) printf("%s\n", msetable[mouseinfo.type+1]); else printf("Unknown\n"); Index: xc/programs/xfs/difs/dispatch.c diff -c xc/programs/xfs/difs/dispatch.c:3.0.6.2 xc/programs/xfs/difs/dispatch.c:3.0.6.3 *** xc/programs/xfs/difs/dispatch.c:3.0.6.2 Sat May 31 23:34:47 1997 --- xc/programs/xfs/difs/dispatch.c Fri Dec 3 20:27:42 1999 *************** *** 47,53 **** * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ ! /* $XFree86: xc/programs/xfs/difs/dispatch.c,v 3.0.6.2 1997/05/31 13:34:47 dawes Exp $ */ #include "FS.h" #include "FSproto.h" --- 47,53 ---- * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ ! /* $XFree86: xc/programs/xfs/difs/dispatch.c,v 3.0.6.3 1999/12/03 09:27:42 hohndel Exp $ */ #include "FS.h" #include "FSproto.h" *************** *** 111,116 **** --- 111,117 ---- result; int *clientReady; ClientPtr client; + int op; nextFreeClientID = MINCLIENT; nClients = 0; *************** *** 144,150 **** if (result > (MAX_REQUEST_SIZE << 2)) result = FSBadLength; else ! result = (*client->requestVector[MAJOROP]) (client); if (result != FSSuccess) { if (client->noClientException != FSSuccess) CloseDownClient(client); --- 145,157 ---- if (result > (MAX_REQUEST_SIZE << 2)) result = FSBadLength; else ! { ! op = MAJOROP; ! if (op >= NUM_PROC_VECTORS) ! result = ProcBadRequest (client); ! else ! result = (*client->requestVector[op]) (client); ! } if (result != FSSuccess) { if (client->noClientException != FSSuccess) CloseDownClient(client); Index: xc/programs/xkbcomp/xkbcomp.c diff -c xc/programs/xkbcomp/xkbcomp.c:3.8.2.2 xc/programs/xkbcomp/xkbcomp.c:3.8.2.3 *** xc/programs/xkbcomp/xkbcomp.c:3.8.2.2 Sat May 15 23:53:34 1999 --- xc/programs/xkbcomp/xkbcomp.c Sat Sep 4 19:12:35 1999 *************** *** 1,5 **** /* $XConsortium: xkbcomp.c /main/12 1996/12/27 21:17:23 kaleb $ */ ! /* $XFree86: xc/programs/xkbcomp/xkbcomp.c,v 3.8.2.2 1999/05/15 13:53:34 dawes Exp $ */ /************************************************************ Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. --- 1,5 ---- /* $XConsortium: xkbcomp.c /main/12 1996/12/27 21:17:23 kaleb $ */ ! /* $XFree86: xc/programs/xkbcomp/xkbcomp.c,v 3.8.2.3 1999/09/04 09:12:35 dawes Exp $ */ /************************************************************ Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. *************** *** 30,35 **** --- 30,43 ---- #include <ctype.h> #include <X11/keysym.h> + /* for symlink attack security fix -- Branden Robinson */ + #include <sys/stat.h> + #include <sys/types.h> + #ifndef X_NOT_STDC_ENV + #include <unistd.h> + #endif + /* end BR */ + #if defined(sgi) #include <malloc.h> #endif *************** *** 892,903 **** outputFile= of; } else { ! out= fopen(outputFile,"w"); if (out==NULL) { ERROR1("Cannot open \"%s\" to write keyboard description\n", outputFile); ! ACTION("Exiting\n"); ! exit(1); } } } --- 900,929 ---- outputFile= of; } else { ! /* ! * fix to prevent symlink attack (e.g., ! * ln -s /etc/passwd /var/tmp/server-0.xkm) ! */ ! /* ! * this patch may have POSIX, Linux, or GNU libc bias ! * -- Branden Robinson ! */ ! int outputFileFd; ! unlink(outputFile); ! outputFileFd= open(outputFile, O_WRONLY|O_CREAT|O_EXCL, 0666); ! if (outputFileFd<0) { ! ERROR1("Cannot open \"%s\" to write keyboard description\n", ! outputFile); ! ACTION("Exiting\n"); ! exit(1); ! } ! out= fdopen(outputFileFd, "w"); ! /* end BR */ if (out==NULL) { ERROR1("Cannot open \"%s\" to write keyboard description\n", outputFile); ! ACTION("Exiting\n"); ! exit(1); } } } Index: xc/programs/xkbcomp/symbols/dk diff -c xc/programs/xkbcomp/symbols/dk:3.3 xc/programs/xkbcomp/symbols/dk:3.3.2.1 *** xc/programs/xkbcomp/symbols/dk:3.3 Mon Dec 23 18:13:17 1996 --- xc/programs/xkbcomp/symbols/dk Mon Dec 20 23:56:01 1999 *************** *** 1,39 **** // $XConsortium: dk /main/3 1996/08/31 12:19:29 kaleb $ ! // $XFree86: xc/programs/xkbcomp/symbols/dk,v 3.3 1996/12/23 07:13:17 dawes Exp $ ! partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US ! // keyboard and a very simple Danish keybaord name[Group1]= "Danish"; ! key <TLDE> { [ onehalf, section ] }; key <LSGT> { [ less, greater ], ! [ backslash, NoSymbol ] }; key <AE02> { [ 2, quotedbl ], ! [ at, oneeighth ] }; ! key <AE04> { [ 4, currency ], ! [ dollar, onequarter ] }; key <AE03> { [ 3, numbersign ], ! [ sterling, threesuperior ] }; ! key <AE06> { [ 6, ampersand ] }; ! key <AE07> { [ 7, slash ] }; ! key <AE08> { [ 8, parenleft ] }; ! key <AB08> { [ comma, semicolon ] }; ! key <AE10> { [ 0, equal ] }; ! key <AE09> { [ 9, parenright ] }; ! key <AB09> { [ period, colon ] }; ! key <AB10> { [ minus, underscore ] }; ! key <AC10> { [ ae, AE ] }; ! key <AE11> { [ plus, question ] }; ! key <AC11> { [ oslash, Ooblique ] }; ! key <BKSL> { [ apostrophe, asterisk ] }; ! key <AD11> { [ aring, Aring ] }; ! key <AE12> { [ acute, grave ], ! [ bar, dead_ogonek ] }; ! key <AD12> { [ diaeresis, asciicircum ], ! [ asciitilde, dead_macron ] }; // End alphanumeric section --- 1,74 ---- // $XConsortium: dk /main/3 1996/08/31 12:19:29 kaleb $ ! // $XFree86: xc/programs/xkbcomp/symbols/dk,v 3.3.2.1 1999/12/20 12:56:01 hohndel Exp $ ! partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US ! // keyboard and a Danish keyboard with dead key support ! // and all of ISO-8859-1 characters available. name[Group1]= "Danish"; ! key <TLDE> { [ onehalf, section ], ! [ threequarters, paragraph ]}; key <LSGT> { [ less, greater ], ! [ backslash, notsign ]}; ! key <SPCE> { [ space, space ], ! [ nobreakspace, nobreakspace ]}; ! key <AE01> { [ 1, exclam ], ! [ exclamdown, onesuperior ]}; key <AE02> { [ 2, quotedbl ], ! [ at, twosuperior ]}; key <AE03> { [ 3, numbersign ], ! [ sterling, threesuperior ]}; ! key <AE04> { [ 4, currency ], ! [ dollar, onequarter ]}; ! key <AE05> { [ 5, percent ], ! [ NoSymbol, cent ]}; ! key <AE06> { [ 6, ampersand ], ! [ yen, NoSymbol ]}; ! key <AE07> { [ 7, slash ], ! [ braceleft, division ]}; ! key <AE08> { [ 8, parenleft ], ! [ bracketleft, guillemotleft ]}; ! key <AE09> { [ 9, parenright ], ! [ bracketright, guillemotright ]}; ! key <AE10> { [ 0, equal ], ! [ braceright, degree ]}; ! key <AB08> { [ comma, semicolon ], ! [ dead_cedilla, dead_ogonek ]}; ! key <AB09> { [ period, colon ], ! [ periodcentered, dead_abovedot ]}; ! key <AB03> { [ c, C ], ! [ copyright, NoSymbol ]}; ! key <AB10> { [ minus, underscore ], ! [ hyphen, macron ]}; ! key <AC01> { [ a, A ], ! [ ordfeminine, masculine ]}; ! key <AC03> { [ d, D ], ! [ eth, ETH ]}; ! key <AD03> { [ e, E ], ! [ NoSymbol, cent ]}; ! key <AD04> { [ r, R ], ! [ registered, NoSymbol ]}; ! key <AD05> { [ t, T ], ! [ thorn, THORN ]}; ! key <AD08> { [ i, I ], ! [ NoSymbol, NoSymbol ]}; ! key <AD09> { [ o, O ], ! [ oe, OE ]}; ! key <AC10> { [ ae, AE ]}; ! key <AE11> { [ plus, question ], ! [ plusminus, questiondown ]}; ! key <AC11> { [ oslash, Ooblique ]}; ! key <BKSL> { [ apostrophe, asterisk ], ! [dead_doubleacute, multiply ]}; ! key <AD11> { [ aring, Aring ]}; ! key <AE12> { [ dead_acute, dead_grave ], ! [ bar, brokenbar ]}; ! key <AD12> { [ dead_diaeresis, dead_circumflex ], ! [ dead_tilde, dead_caron ]}; ! // End alphanumeric section *************** *** 57,67 **** include "dk(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "dk(basic)" key <AE12> { [ acute, grave ], [ bar, ogonek ] }; key <AD12> { [ diaeresis, asciicircum ], ! [ asciitilde, macron ] }; }; --- 92,109 ---- include "dk(Sundeadkeys)" }; + partial default alphanumeric_keys + xkb_symbols "full" { + include "iso9995-3(full)" + include "dk(basic)" + }; + + partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "dk(basic)" key <AE12> { [ acute, grave ], [ bar, ogonek ] }; key <AD12> { [ diaeresis, asciicircum ], ! [ asciitilde, dead_macron ] }; }; Index: xc/programs/xkbcomp/symbols/pt diff -c xc/programs/xkbcomp/symbols/pt:3.3 xc/programs/xkbcomp/symbols/pt:3.3.2.1 *** xc/programs/xkbcomp/symbols/pt:3.3 Mon Dec 23 18:13:30 1996 --- xc/programs/xkbcomp/symbols/pt Fri Nov 19 02:37:37 1999 *************** *** 1,14 **** // $XConsortium: pt /main/3 1996/08/31 12:20:08 kaleb $ ! // $XFree86: xc/programs/xkbcomp/symbols/pt,v 3.3 1996/12/23 07:13:30 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US ! // keyboard and a very simple Portugese keybaord ! name[Group1]= "Portugese"; ! key <TLDE> { [ backslash, brokenbar ] }; key <LSGT> { [ less, greater ], [ bar, brokenbar ] }; key <AE02> { [ 2, quotedbl ], --- 1,14 ---- // $XConsortium: pt /main/3 1996/08/31 12:20:08 kaleb $ ! // $XFree86: xc/programs/xkbcomp/symbols/pt,v 3.3.2.1 1999/11/18 15:37:37 hohndel Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US ! // keyboard and a very simple Portuguese keybaord ! name[Group1]= "Portuguese"; ! key <TLDE> { [ backslash, bar ] }; key <LSGT> { [ less, greater ], [ bar, brokenbar ] }; key <AE02> { [ 2, quotedbl ], *************** *** 28,41 **** key <AC10> { [ ccedilla, Ccedilla ] }; key <AE11> { [ apostrophe, question ] }; key <AC11> { [ masculine, ordfeminine ] }; ! key <AD11> { [ plus, asterisk ] }; key <AE12> { [ guillemotleft, guillemotright ] }; ! key <AD12> { [ acute, grave ] }; ! key <BKSL> { [ asciitilde, asciicircum ] }; // End alphanumeric section // begin modifier mappings ! modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; --- 28,43 ---- key <AC10> { [ ccedilla, Ccedilla ] }; key <AE11> { [ apostrophe, question ] }; key <AC11> { [ masculine, ordfeminine ] }; ! key <AD11> { [ plus, asterisk ], ! [ dead_diaeresis ] }; key <AE12> { [ guillemotleft, guillemotright ] }; ! key <AD12> { [ dead_acute, dead_grave ] }; ! key <BKSL> { [ dead_tilde, dead_circumflex ] }; // End alphanumeric section // begin modifier mappings ! include "ralt(mode_switch)" ! modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; *************** *** 45,50 **** --- 47,57 ---- partial alphanumeric_keys xkb_symbols "Sundeadkeys" { include "pt(basic)" // for consistent naming + + key <AD11> { [ plus, asterisk ], + [ SunFA_Diaeresis, SunFA_Diaeresis ] }; + key <BKSL> { [ SunFA_Tilde, SunFA_Circum ] }; + key <AD12> { [ SunFA_Acute, SunFA_Grave ] }; }; partial alphanumeric_keys *************** *** 55,58 **** --- 62,70 ---- partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "pt(basic)" // for consistent naming + + key <AD11> { [ plus, asterisk ], + [ quotedbl, quotedbl ] }; + key <BKSL> { [ asciitilde, asciicircum ] }; + key <AD12> { [ acute, grave ] }; }; Index: xc/programs/xterm/main.c diff -c xc/programs/xterm/main.c:3.47.2.21 xc/programs/xterm/main.c:3.47.2.23 *** xc/programs/xterm/main.c:3.47.2.21 Thu Jul 29 19:23:09 1999 --- xc/programs/xterm/main.c Sat Nov 27 02:24:21 1999 *************** *** 64,70 **** ******************************************************************/ ! /* $XFree86: xc/programs/xterm/main.c,v 3.47.2.21 1999/07/29 09:23:09 hohndel Exp $ */ /* main.c */ --- 64,70 ---- ******************************************************************/ ! /* $XFree86: xc/programs/xterm/main.c,v 3.47.2.23 1999/11/26 15:24:21 hohndel Exp $ */ /* main.c */ *************** *** 182,188 **** #endif #endif ! #ifdef __CYGWIN32__ #define SYSV #define SVR4 #define LASTLOG --- 182,188 ---- #endif #endif ! #ifdef __CYGWIN__ #define SYSV #define SVR4 #define LASTLOG *************** *** 216,222 **** #include <grp.h> #endif ! #ifndef __CYGWIN32__ #include <sys/ioctl.h> #endif --- 216,222 ---- #include <grp.h> #endif ! #ifndef __CYGWIN__ #include <sys/ioctl.h> #endif *************** *** 434,440 **** #include <sys/filio.h> #endif ! #if (defined(SVR4) || defined(SCO325)) && !defined(__CYGWIN32__) #include <utmpx.h> #define setutent setutxent --- 434,440 ---- #include <sys/filio.h> #endif ! #if (defined(SVR4) || defined(SCO325)) && !defined(__CYGWIN__) #include <utmpx.h> #define setutent setutxent *************** *** 546,551 **** --- 546,552 ---- #endif extern int tgetent (char *ptr, char *name); + extern char *tgetstr (char *name, char **ptr); #ifdef __cplusplus } *************** *** 557,565 **** static SIGNAL_T reapchild (int n); static char *base_name (char *name); static int pty_search (int *pty); - static int remove_termcap_entry (char *buf, char *str); static int spawn (void); static void get_terminal (void); static void resize (TScreen *s, char *oldtc, char *newtc); static Bool added_utmp_entry = False; --- 558,566 ---- static SIGNAL_T reapchild (int n); static char *base_name (char *name); static int pty_search (int *pty); static int spawn (void); static void get_terminal (void); + static void remove_termcap_entry (char *buf, char *str); static void resize (TScreen *s, char *oldtc, char *newtc); static Bool added_utmp_entry = False; *************** *** 622,627 **** --- 623,629 ---- #endif /* sony */ #endif /* USE_SYSV_TERMIO */ + #define TERMCAP_ERASE "kb" #define VAL_INITIAL_ERASE 127 /* allow use of system default characters if defined and reasonable */ *************** *** 1185,1196 **** Cardinal *num_params GCC_UNUSED) { #if OPT_TEK4014 ! if (w == toplevel) ! if (term->screen.Tshow) hide_vt_window(); ! else do_hangup(w, (XtPointer)0, (XtPointer)0); ! else if (term->screen.Vshow) hide_tek_window(); else --- 1187,1199 ---- Cardinal *num_params GCC_UNUSED) { #if OPT_TEK4014 ! if (w == toplevel) { ! if (term->screen.Tshow) { hide_vt_window(); ! } else { do_hangup(w, (XtPointer)0, (XtPointer)0); ! } ! } else if (term->screen.Vshow) hide_tek_window(); else *************** *** 2223,2228 **** --- 2226,2244 ---- #ifndef AMOEBA extern char **environ; + static void + set_owner(char *device, int uid, int gid, int mode) + { + if (chown (device, uid, gid) < 0) { + if (errno != ENOENT + && getuid() == 0) { + fprintf(stderr, "Cannot chown %s to %d,%d: %s\n", + device, uid, gid, strerror(errno)); + } + } + chmod (device, mode); + } + static int spawn (void) /* *************** *** 2278,2284 **** #endif struct passwd *pw = NULL; #ifdef UTMP ! #if (defined(SVR4) || defined(SCO325)) && !defined(__CYGWIN32__) struct utmpx utmp; #else struct utmp utmp; --- 2294,2300 ---- #endif struct passwd *pw = NULL; #ifdef UTMP ! #if (defined(SVR4) || defined(SCO325)) && !defined(__CYGWIN__) struct utmpx utmp; #else struct utmp utmp; *************** *** 2413,2419 **** #endif /* USE_SYSV_TERMIO */ } if (resource.backarrow_is_erase) ! if (initial_erase == 0177) { /* see input.c */ term->keyboard.flags &= ~MODE_DECBKM; } #endif --- 2429,2435 ---- #endif /* USE_SYSV_TERMIO */ } if (resource.backarrow_is_erase) ! if (initial_erase == 127) { /* see input.c */ term->keyboard.flags &= ~MODE_DECBKM; } #endif *************** *** 2524,2534 **** } #if OPT_INITIAL_ERASE ! if (!resource.ptyInitialErase && *newtc) { ! char *s = strstr(newtc, "kD="); TRACE(("extracting initial_erase value from termcap\n")) if (s != 0) { - s += 3; if (*s == '^') { if (*++s == '?') { initial_erase = 127; --- 2540,2550 ---- } #if OPT_INITIAL_ERASE ! if (!resource.ptyInitialErase) { ! char temp[1024], *p = temp; ! char *s = tgetstr(TERMCAP_ERASE, &p); TRACE(("extracting initial_erase value from termcap\n")) if (s != 0) { if (*s == '^') { if (*++s == '?') { initial_erase = 127; *************** *** 2544,2551 **** --- 2560,2572 ---- initial_erase = *s; } initial_erase &= 0xff; + TRACE(("... initial_erase:%d\n", initial_erase)) } } + if (resource.backarrow_is_erase && initial_erase == 127) { + /* see input.c */ + term->keyboard.flags &= ~MODE_DECBKM; + } #endif #if defined(TIOCSSIZE) && (defined(sun) && !defined(SVR4)) *************** *** 2780,2801 **** struct group *ttygrp; if ((ttygrp = getgrnam("tty")) != 0) { /* change ownership of tty to real uid, "tty" gid */ ! chown (ttydev, screen->uid, ttygrp->gr_gid); ! chmod (ttydev, 0620); } else { /* change ownership of tty to real group and user id */ ! chown (ttydev, screen->uid, screen->gid); ! chmod (ttydev, 0622); } endgrent(); } #else /* else !USE_TTY_GROUP */ /* change ownership of tty to real group and user id */ ! chown (ttydev, screen->uid, screen->gid); ! ! /* change protection of tty */ ! chmod (ttydev, 0622); #endif /* USE_TTY_GROUP */ /* --- 2801,2817 ---- struct group *ttygrp; if ((ttygrp = getgrnam("tty")) != 0) { /* change ownership of tty to real uid, "tty" gid */ ! set_owner (ttydev, screen->uid, ttygrp->gr_gid, 0620); } else { /* change ownership of tty to real group and user id */ ! set_owner (ttydev, screen->uid, screen->gid, 0622); } endgrent(); } #else /* else !USE_TTY_GROUP */ /* change ownership of tty to real group and user id */ ! set_owner (ttydev, screen->uid, screen->gid, 0622); #endif /* USE_TTY_GROUP */ /* *************** *** 3454,3477 **** resize (screen, termcap, newtc); } if (term->misc.titeInhibit) { ! remove_termcap_entry (newtc, ":ti="); ! remove_termcap_entry (newtc, ":te="); } /* * work around broken termcap entries */ if (resource.useInsertMode) { ! remove_termcap_entry (newtc, ":ic="); /* don't get duplicates */ ! remove_termcap_entry (newtc, ":im="); ! remove_termcap_entry (newtc, ":ei="); ! remove_termcap_entry (newtc, ":mi"); if(*newtc) strcat (newtc, ":im=\\E[4h:ei=\\E[4l:mi:"); } #if OPT_INITIAL_ERASE - remove_termcap_entry (newtc, ":kD="); if (*newtc) { ! sprintf(newtc + strlen(newtc), ":kD=\\%03o", initial_erase & 0377); } #endif if(*newtc) --- 3470,3493 ---- resize (screen, termcap, newtc); } if (term->misc.titeInhibit) { ! remove_termcap_entry (newtc, "ti="); ! remove_termcap_entry (newtc, "te="); } /* * work around broken termcap entries */ if (resource.useInsertMode) { ! remove_termcap_entry (newtc, "ic="); /* don't get duplicates */ ! remove_termcap_entry (newtc, "im="); ! remove_termcap_entry (newtc, "ei="); ! remove_termcap_entry (newtc, "mi"); if(*newtc) strcat (newtc, ":im=\\E[4h:ei=\\E[4l:mi:"); } #if OPT_INITIAL_ERASE if (*newtc) { ! remove_termcap_entry (newtc, TERMCAP_ERASE "="); ! sprintf(newtc + strlen(newtc), ":%s=\\%03o", TERMCAP_ERASE, initial_erase & 0377); } #endif if(*newtc) *************** *** 3908,3923 **** resize (screen, termcap, newtc); } if (term->misc.titeInhibit) { ! remove_termcap_entry (newtc, ":ti="); ! remove_termcap_entry (newtc, ":te="); } /* work around broken termcap entries */ if (resource.useInsertMode) { ! remove_termcap_entry (newtc, ":ic="); /* don't get duplicates */ ! remove_termcap_entry (newtc, ":im="); ! remove_termcap_entry (newtc, ":ei="); ! remove_termcap_entry (newtc, ":mi"); if (*newtc) strcat (newtc, ":im=\\E[4h:ei=\\E[4l:mi:"); } --- 3924,3939 ---- resize (screen, termcap, newtc); } if (term->misc.titeInhibit) { ! remove_termcap_entry (newtc, "ti="); ! remove_termcap_entry (newtc, "te="); } /* work around broken termcap entries */ if (resource.useInsertMode) { ! remove_termcap_entry (newtc, "ic="); /* don't get duplicates */ ! remove_termcap_entry (newtc, "im="); ! remove_termcap_entry (newtc, "ei="); ! remove_termcap_entry (newtc, "mi"); if (*newtc) strcat (newtc, ":im=\\E[4h:ei=\\E[4l:mi:"); } *************** *** 4135,4149 **** #ifndef AMOEBA if (!am_slave) { /* restore ownership of tty and pty */ ! chown (ttydev, 0, 0); #if (!defined(__sgi) && !defined(__osf__) && !defined(__hpux)) ! chown (ptydev, 0, 0); ! #endif ! ! /* restore modes of tty and pty */ ! chmod (ttydev, 0666); ! #if (!defined(__sgi) && !defined(__osf__) && !defined(__hpux)) ! chmod (ptydev, 0666); #endif } #endif /* AMOEBA */ --- 4151,4159 ---- #ifndef AMOEBA if (!am_slave) { /* restore ownership of tty and pty */ ! set_owner (ttydev, 0, 0, 0666); #if (!defined(__sgi) && !defined(__osf__) && !defined(__hpux)) ! set_owner (ptydev, 0, 0, 0666); #endif } #endif /* AMOEBA */ *************** *** 4246,4269 **** SIGNAL_RETURN; } ! static int remove_termcap_entry (char *buf, char *str) { ! register char *strinbuf; ! strinbuf = strindex (buf, str); ! if (strinbuf) { ! register char *colonPtr = strchr(strinbuf+1, ':'); ! if (colonPtr) { ! while (*colonPtr) { ! *strinbuf++ = *colonPtr++; /* copy down */ ! } ! *strinbuf = '\0'; ! } else { ! strinbuf[1] = '\0'; ! } } ! return 0; } /* --- 4256,4297 ---- SIGNAL_RETURN; } ! static void remove_termcap_entry (char *buf, char *str) { ! char *base = buf; ! char *first = base; ! int count = 0; ! size_t len = strlen(str); ! TRACE(("*** remove_termcap_entry('%s', '%s')\n", str, buf)) ! ! while (*buf != 0) { ! if (!count && !strncmp(buf, str, len)) { ! while (*buf != 0) { ! if (*buf == '\\') ! buf++; ! else if (*buf == ':') ! break; ! if (*buf != 0) ! buf++; ! } ! while ((*first++ = *buf++) != 0) ! ; ! TRACE(("...removed_termcap_entry('%s', '%s')\n", str, base)) ! return; ! } else if (*buf == '\\') { ! buf++; ! } else if (*buf == ':') { ! first = buf; ! count = 0; ! } else if (!isspace(*buf)) { ! count++; ! } ! if (*buf != 0) ! buf++; } ! TRACE(("...cannot remove\n")) } /* *************** *** 4325,4331 **** long arg; ioctl (fd, FIONREAD, (char *) &arg); return (int) arg; ! #elif defined(__CYGWIN32__) fd_set set; struct timeval timeout = {0, 0}; --- 4353,4359 ---- long arg; ioctl (fd, FIONREAD, (char *) &arg); return (int) arg; ! #elif defined(__CYGWIN__) fd_set set; struct timeval timeout = {0, 0}; Index: xc/programs/xterm/resize.c diff -c xc/programs/xterm/resize.c:3.18.2.10 xc/programs/xterm/resize.c:3.18.2.11 *** xc/programs/xterm/resize.c:3.18.2.10 Wed Jul 28 23:38:05 1999 --- xc/programs/xterm/resize.c Thu Oct 21 22:08:15 1999 *************** *** 1,6 **** /* * $XConsortium: resize.c,v 1.34 95/05/24 22:12:04 gildea Exp $ ! * $XFree86: xc/programs/xterm/resize.c,v 3.18.2.10 1999/07/28 13:38:05 hohndel Exp $ */ /* --- 1,6 ---- /* * $XConsortium: resize.c,v 1.34 95/05/24 22:12:04 gildea Exp $ ! * $XFree86: xc/programs/xterm/resize.c,v 3.18.2.11 1999/10/21 12:08:15 hohndel Exp $ */ /* *************** *** 95,101 **** #endif #endif ! #if defined(SYSV) || defined(Lynx) || defined(__CYGWIN32__) #define USE_SYSV_TERMIO #ifndef Lynx #define USE_SYSV_UTMP --- 95,101 ---- #endif #endif ! #if defined(SYSV) || defined(Lynx) || defined(__CYGWIN__) #define USE_SYSV_TERMIO #ifndef Lynx #define USE_SYSV_UTMP *************** *** 120,126 **** #define USE_TERMIOS #endif ! #ifndef __CYGWIN32__ #include <sys/ioctl.h> #endif --- 120,126 ---- #define USE_TERMIOS #endif ! #ifndef __CYGWIN__ #include <sys/ioctl.h> #endif Index: xc/programs/xterm/screen.c diff -c xc/programs/xterm/screen.c:3.12.2.5 xc/programs/xterm/screen.c:3.12.2.6 *** xc/programs/xterm/screen.c:3.12.2.5 Wed Jul 28 23:38:06 1999 --- xc/programs/xterm/screen.c Thu Oct 21 22:08:16 1999 *************** *** 25,31 **** * SOFTWARE. */ ! /* $XFree86: xc/programs/xterm/screen.c,v 3.12.2.5 1999/07/28 13:38:06 hohndel Exp $ */ /* screen.c */ --- 25,31 ---- * SOFTWARE. */ ! /* $XFree86: xc/programs/xterm/screen.c,v 3.12.2.6 1999/10/21 12:08:16 hohndel Exp $ */ /* screen.c */ *************** *** 45,56 **** #define SYSV #include <termios.h> #else ! #ifndef __CYGWIN32__ #include <sys/ioctl.h> #endif #endif ! #if defined(__CYGWIN32__) && !defined(TIOCSPGRP) #include <termios.h> #define TIOCSPGRP (_IOW('t', 118, pid_t)) #endif --- 45,56 ---- #define SYSV #include <termios.h> #else ! #ifndef __CYGWIN__ #include <sys/ioctl.h> #endif #endif ! #if defined(__CYGWIN__) && !defined(TIOCSPGRP) #include <termios.h> #define TIOCSPGRP (_IOW('t', 118, pid_t)) #endif *************** *** 533,539 **** int scrollamt = screen->scroll_amt; int max = screen->max_row; int gc_changes = 0; ! #ifdef __CYGWIN32__ static char first_time = 1; #endif --- 533,539 ---- int scrollamt = screen->scroll_amt; int max = screen->max_row; int gc_changes = 0; ! #ifdef __CYGWIN__ static char first_time = 1; #endif *************** *** 740,746 **** SGR_Background(term->cur_background); }) ! #if defined(__CYGWIN32__) && defined(TIOCSWINSZ) if (first_time == 1) { struct winsize ws; --- 740,746 ---- SGR_Background(term->cur_background); }) ! #if defined(__CYGWIN__) && defined(TIOCSWINSZ) if (first_time == 1) { struct winsize ws; Index: xc/programs/xterm/termcap diff -c xc/programs/xterm/termcap:3.9.2.5 xc/programs/xterm/termcap:3.9.2.6 *** xc/programs/xterm/termcap:3.9.2.5 Mon May 10 23:10:04 1999 --- xc/programs/xterm/termcap Thu Oct 21 22:08:17 1999 *************** *** 1,5 **** # $XConsortium: termcap,v 1.13 94/10/13 21:24:32 gildea Exp $ ! # $XFree86: xc/programs/xterm/termcap,v 3.9.2.5 1999/05/10 13:10:04 hohndel Exp $ # # Note: # termcap format is limited to 1023 characters. This set of descriptions --- 1,5 ---- # $XConsortium: termcap,v 1.13 94/10/13 21:24:32 gildea Exp $ ! # $XFree86: xc/programs/xterm/termcap,v 3.9.2.6 1999/10/21 12:08:17 hohndel Exp $ # # Note: # termcap format is limited to 1023 characters. This set of descriptions *************** *** 32,38 **** :k;=\E[21~:F1=\E[23~:F2=\E[24~:\ :kn#12:\ :kH=\E[4~::@7=\E[4~:kh=\E[1~:\ ! :@0=\E[1~:kI=\E[2~:kD=^?:\ :*6=\E[4~:kP=\E[5~:kN=\E[6~:\ :km:\ :kb=^H:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ --- 32,38 ---- :k;=\E[21~:F1=\E[23~:F2=\E[24~:\ :kn#12:\ :kH=\E[4~::@7=\E[4~:kh=\E[1~:\ ! :@0=\E[1~:kI=\E[2~:kD=^?:\ :*6=\E[4~:kP=\E[5~:kN=\E[6~:\ :km:\ :kb=^H:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ *************** *** 125,130 **** # This is the only entry which you should have to customize, since "xterm" # is widely used for a variety of incompatible terminal emulations including # color_xterm and rxvt. ! v0|xterm|X11 terminal emulator:\ :tc=xterm-xfree86: # :tc=xterm-r6: --- 125,130 ---- # This is the only entry which you should have to customize, since "xterm" # is widely used for a variety of incompatible terminal emulations including # color_xterm and rxvt. ! v0|xterm|X11 terminal emulator:\ :tc=xterm-xfree86: # :tc=xterm-r6: Index: xc/util/memleak/Imakefile diff -c xc/util/memleak/Imakefile:3.2 xc/util/memleak/Imakefile:3.2.2.1 *** xc/util/memleak/Imakefile:3.2 Mon Dec 23 18:19:34 1996 --- xc/util/memleak/Imakefile Tue Dec 21 01:36:30 1999 *************** *** 1,5 **** XCOMM $XConsortium: Imakefile /main/9 1996/09/28 17:19:05 rws $ ! XCOMM $XFree86: xc/util/memleak/Imakefile,v 3.2 1996/12/23 07:19:34 dawes Exp $ #define DoNormalLib YES #define DoSharedLib NO #define DoDebugLib NO --- 1,5 ---- XCOMM $XConsortium: Imakefile /main/9 1996/09/28 17:19:05 rws $ ! XCOMM $XFree86: xc/util/memleak/Imakefile,v 3.2.2.1 1999/12/20 14:36:30 hohndel Exp $ #define DoNormalLib YES #define DoSharedLib NO #define DoDebugLib NO *************** *** 35,40 **** --- 35,50 ---- #define BottomOfData \&etext GRA_OBJS = getreti386.o stackbottom.o GRA_SRCS = getreti386.c stackbottom.c + #endif + + #ifdef LinuxArchitecture + #ifdef i386Architecture + #define HasGetReturnAddress YES + #define TopOfStack 0xbffff800 + #define BottomOfData \&__data_start + GRA_OBJS = getreti386.o stackbottom.o + GRA_SRCS = getreti386.c stackbottom.c + #endif #endif #ifndef HasGetReturnAddress Index: xc/util/memleak/fmalloc.c diff -c xc/util/memleak/fmalloc.c:3.3 xc/util/memleak/fmalloc.c:3.3.2.1 *** xc/util/memleak/fmalloc.c:3.3 Tue Dec 31 16:02:25 1996 --- xc/util/memleak/fmalloc.c Tue Dec 21 01:36:30 1999 *************** *** 1,6 **** /* * $XConsortium: fmalloc.c /main/7 1996/11/24 17:42:06 rws $ ! * $XFree86: xc/util/memleak/fmalloc.c,v 3.3 1996/12/31 05:02:25 dawes Exp $ * Copyright (c) 1992 X Consortium --- 1,6 ---- /* * $XConsortium: fmalloc.c /main/7 1996/11/24 17:42:06 rws $ ! * $XFree86: xc/util/memleak/fmalloc.c,v 3.3.2.1 1999/12/20 14:36:30 hohndel Exp $ * Copyright (c) 1992 X Consortium *************** *** 42,47 **** --- 42,48 ---- extern char **environ; extern etext; + extern __data_start; #ifndef FALSE #define FALSE 0 Index: xc/util/memleak/getreti386.c diff -c xc/util/memleak/getreti386.c:3.2 xc/util/memleak/getreti386.c:3.2.4.1 *** xc/util/memleak/getreti386.c:3.2 Thu Oct 17 00:46:28 1996 --- xc/util/memleak/getreti386.c Tue Dec 21 01:36:30 1999 *************** *** 4,10 **** * Copyright (c) 1995 Jeffrey Hsu */ ! /* $XFree86: xc/util/memleak/getreti386.c,v 3.2 1996/10/16 14:46:28 dawes Exp $ */ #define get_current_fp(first_local) ((unsigned)&(first_local) + 4) #define prev_fp_from_fp(fp) *((unsigned *) fp) --- 4,10 ---- * Copyright (c) 1995 Jeffrey Hsu */ ! /* $XFree86: xc/util/memleak/getreti386.c,v 3.2.4.1 1999/12/20 14:36:30 hohndel Exp $ */ #define get_current_fp(first_local) ((unsigned)&(first_local) + 4) #define prev_fp_from_fp(fp) *((unsigned *) fp) *************** *** 16,21 **** --- 16,30 ---- #if defined(__NetBSD__) || defined(__OpenBSD__) #define CRT0_ADDRESS 0x109a #endif + #ifdef linux + #define CRT0_ADDRESS 0x804a3d0 + #endif + + static unsigned long + junk (int *foo) + { + return (unsigned long) foo + 4; + } void getStackTrace(unsigned long *results, int max) *************** *** 24,36 **** int first_local; unsigned long fp, ret_addr; fp = get_current_fp(first_local); ret_addr = ret_addr_from_fp(fp); ! while (ret_addr > CRT0_ADDRESS && max--) { *results++ = ret_addr; fp = prev_fp_from_fp(fp); ret_addr = ret_addr_from_fp(fp); } } --- 33,50 ---- int first_local; unsigned long fp, ret_addr; + first_local = 0; + fp = junk(&first_local); fp = get_current_fp(first_local); ret_addr = ret_addr_from_fp(fp); ! while (ret_addr > CRT0_ADDRESS && max-- > 1) { *results++ = ret_addr; fp = prev_fp_from_fp(fp); + if (!fp) + break; ret_addr = ret_addr_from_fp(fp); } + *results++ = 0; }