First post, by eusanpe
Hello All:
I am running Dosbox CVS on Gentoo Linux with my desktop being KDE 3.5.9 but I cannot get the startmapper to start. I have disabled all of the control <F1-12> keys but nothing. I run dosbox -startmapper but nothing starts. I have toggled the fullscreen mode and usescancodes but nothing. My KDE keyboard layout is Evdev-managed keyboard. My dosbox.conf and xorg.conf files are displayed below..
Thanks,
Tony
dosbox.conf
===================
[sdl]
fullscreen=true
fulldouble=false
fullresolution=original
windowresolution=original
output=opengl
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper.txt
usescancodes=true
overscan=0
[dosbox]
language=
machine=vga_s3
captures=capture
memsize=63
[render]
frameskip=0
aspect=false
scaler=normal3x
[vsync]
vsyncmode=off
vsyncrate=75
[cpu]
core=auto
cycles=auto
cycleup=500
cycledown=20
[vga]
#svgachipset=s3
#videoram=2048
[mixer]
nosound=false
rate=22050
blocksize=2048
prebuffer=10
[midi]
mpu401=intelligent
device=default
config=
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[speaker]
pcspeaker=true
pcrate=22050
tandy=auto
tandyrate=22050
disney=true
[joystick]
joysticktype=auto
timed=true
autofire=false
swap34=false
buttonwrap=true
[serial]
serial1=disabled
serial2=disabled
serial3=disabled
serial4=disabled
[dos]
xms=true
ems=true
umb=true
keyboardlayout=none
[ipx]
ipx=false
[autoexec]
===============================
xorg.conf
========
Section "InputDevice"
Identifier "Keyboard0"
Driver "evdev"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "evdev"
Option "XkbLayout" "us"
Option "Device" "/dev/input/event0"
EndSection
================