]> git.pld-linux.org Git - packages/dosemu.git/blobdiff - dosemu-dosemu_conf.patch
- fixed mfs.c with ptsdos
[packages/dosemu.git] / dosemu-dosemu_conf.patch
index 5ce4bac9aa8841081a01579ce83d1b37fb50c221..3ba3946e53ce9be5082b19b09bd90c58d1b3ee0e 100644 (file)
@@ -15,7 +15,7 @@
  
 -$_rawkeyboard = (0)   # bypass normal keyboard input, maybe dangerous
 -$_layout = "auto"     # one of: finnish(-latin1), de(-latin1), be, it, us
-+$_rawkeyboard = (1)   # bypass normal keyboard input, maybe dangerous
++$_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)
@@ -26,8 +26,8 @@
  $_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 = (1)               # use 'console' video
-+$_graphics = (1)      # 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)
This page took 0.088795 seconds and 4 git commands to generate.