]> git.pld-linux.org Git - packages/dosemu.git/blobdiff - dosemu-dosemu_conf.patch
- package plugins (X and sdl in subpackages)
[packages/dosemu.git] / dosemu-dosemu_conf.patch
index 3ba3946e53ce9be5082b19b09bd90c58d1b3ee0e..3119fc3c24f0abc6408b016f46b9e461b864274a 100644 (file)
@@ -1,60 +1,29 @@
---- etc/dosemu.conf    Tue May 29 01:16:49 2001
-+++ etc.new/dosemu.conf        Sun Dec 16 01:55:02 2001
-@@ -43,7 +43,7 @@
- $_xms = (1024)                # in Kbyte
- $_ems = (2048)                # in Kbyte
- $_ems_frame = (0xe000)
--$_dpmi = (off)                # in Kbyte
-+$_dpmi = (4096)               # in Kbyte
- $_dosmem = (640)      # in Kbyte, < 640
- $_hardware_ram = ""   # list of segment values/ranges such as
-                       # "0xc8000 range 0xcc000,0xcffff"
-@@ -71,8 +71,8 @@
- $_term_updfreq = (4)  # time between refreshs (units: 20 == 1 second)
- $_escchar = (30)      # 30 == Ctrl-^, special-sequence prefix
+--- dosemu-1.2.0/etc/dosemu.conf.orig  2004-01-18 17:42:09.000000000 +0100
++++ dosemu-1.2.0/etc/dosemu.conf       2004-02-01 15:22:47.078414712 +0100
+@@ -66,6 +66,7 @@
+ # Note: 'wholedisk' is _not_ supported. Default: "drives/*"
  
--$_rawkeyboard = (0)   # bypass normal keyboard input, maybe dangerous
--$_layout = "auto"     # one of: finnish(-latin1), de(-latin1), be, it, us
-+$_rawkeyboard = (0)   # bypass normal keyboard input, maybe dangerous
-+$_layout = "us"               # one of: finnish(-latin1), de(-latin1), be, it, us
-                       # uk, dk(-latin1), keyb-no, no-latin1, dvorak, po
-                       # sg(-latin1), fr(-latin1), sf(-latin1), es(-latin1)
-                       # sw, hu(-latin2), hu-cwi, keyb-user
-@@ -110,8 +110,8 @@
+ # $_hdimage = "drives/*"
++$_hdimage = "bootdir"
  
+ # if you want to boot from a virtual floppy:
+ # file name of the floppy image under DOSEMU_LIB_DIR
+@@ -235,6 +236,7 @@
+ # or /dev/mouse (for the DOSEMU internal mouse driver). Default: ""
  
- $_video = "vga"               # one of: plainvga, vga, ega, mda, mga, cga
--$_console = (0)               # use 'console' video
--$_graphics = (0)      # use the cards BIOS to set graphics
-+$_console = (0)               # use 'console' video
-+$_graphics = (0)      # use the cards BIOS to set graphics
- $_videoportaccess = (1)       # allow videoportaccess when 'graphics' enabled
- $_vbios_seg = (0xc000)        # set the address of your VBIOS (e.g. 0xe000)
- $_vbios_size = (0x10000)# set the size of your BIOS (e.g. 0x8000)
-@@ -130,7 +130,7 @@
-                       # "threeinch:/dev/fd0"
- $_floppy_b = ""               # dito for B:
+ # $_mouse_dev = ""
++$_mouse_dev = "/dev/mouse"
  
--$_hdimage = "freedos" # list of hdimages under DOSEMU_LIB_DIR
-+$_hdimage = "bootdir" # list of hdimages under DOSEMU_LIB_DIR
-                       # assigned in this order such as
-                       # "hdimage_c hdimage_d hdimage_e"
-                       # If the name begins with '/dev/', then partion
-@@ -157,7 +157,7 @@
+ # Default: "" or one or more of: "emulate3buttons cleardtr"
  
- $_mouse = ""          # one of: microsoft, mousesystems, logitech, mmseries
-                       # mouseman, hitachi, busmouse, ps2, imps2
--$_mouse_dev = ""      # one of: com1, com2, com3, com4 or /dev/mouse
-+$_mouse_dev = "/dev/mouse"    # one of: com1, com2, com3, com4 or /dev/mouse
- $_mouse_flags = ""    # list of none or one or more of:
-                       # "emulate3buttons cleardtr"
- $_mouse_baud = (0)    # baudrate, 0 == don't set
-@@ -172,7 +172,7 @@
+--- dosemu-1.2.0/etc/dosemu.users.example.orig 2004-01-12 01:33:16.000000000 +0100
++++ dosemu-1.2.0/etc/dosemu.users.example      2004-02-01 15:23:06.008536896 +0100
+@@ -14,7 +14,7 @@
+ #
+ # For more details look at README.txt
  
- $_ipxsupport = (off)  # or on
- $_novell_hack = (off)
--$_vnet = (off)                # 'on' for packet-multi (used by dosnet)
-+$_vnet = (on)         # 'on' for packet-multi (used by dosnet)
- $_sound = (off)               # sound support on/off
- $_sb_base = (0x220)
+-#default_lib_dir= /usr/local/share/dosemu
++default_lib_dir= /var/lib/dosemu
+ #config_script= builtin # (or e.g. /etc/dosemu/global.conf)
+ #log_level= 0
+ #carol is allowed to do do all weird things
This page took 0.163119 seconds and 4 git commands to generate.