View Full Version : Installing E-UAE on Kubuntu
boing_1000
25 September 2006, 04:39
I just installed Kubuntu and I want to get my Amiga emulation going on my laptop again. Anyone have experience with UAE and Linux?
thomas
25 September 2006, 08:35
Last time I tried, UAE just consisted of one file: the main executable. So "installation" is quite simple: just copy the executable to a place you like, then get the required .rom and .adf files and create a configuration (with a text editor, the gui does not offer all options, if there is a gui at all). Run UAE with uae -f configfile.
boing_1000
25 September 2006, 17:27
If I wanted a simple A1000 or A500 config, what would I put in?
mtb
25 September 2006, 21:20
Adjust this one where needed ( rom, put kickstart, and gfx width/height if you are not satisfied ). Save it ( eg ~/.uaerc ), then use uae -f ~/.uaerc in order to use it ( iirc should be loaded automatically at startup if you use ~/.uaerc )
Btw, i'm not sure: you have already the binary or only the source code?
config_description=UAE default configuration
config_hardware=false
config_host=false
config_version=0.8.27
sdl.map_raw_keys=true
unix.rom_path=~/
unix.floppy_path=~/
unix.hardfile_path=~/
unix.cpu_idle=0
x86.use_tsc=yes
sdl.map_raw_keys=false
use_gui=yes
use_debugger=false
kickstart_rom_file=$(FILE_PATH)/rom
kickstart_ext_rom_file=
kickstart_key_file=
flash_file=
cart_file=
kickshifter=false
floppy0=
floppy0type=0
floppy0sound=0
floppy1=
floppy1type=0
floppy1sound=0
floppy2=
floppy2type=-1
floppy2sound=0
floppy3=
floppy3type=-1
floppy3sound=0
nr_floppies=2
floppy_speed=100
floppy_volume=33
parallel_on_demand=false
serial_on_demand=false
serial_hardware_ctsrts=true
serial_direct=false
scsi=false
scsi_device=
sound_output=normal
sound_bits=16
sound_channels=stereo
sound_latency=100ms
sound_frequency=44100
sound_interpol=none
sound_adjust=0
sound_filter=off
sound_volume=0
avoid_cmov=false
cachesize=0
joyport0=mouse
joyport1=joy0
bsdsocket_emu=false
synchronize_clock=no
maprom=0x0
gfx_display=0
gfx_framerate=1
gfx_width=800
gfx_height=600
gfx_width_windowed=800
gfx_height_windowed=600
gfx_width_fullscreen=800
gfx_height_fullscreen=600
gfx_refreshrate=0
gfx_vsync=false
gfx_lores=false
gfx_linemode=double
gfx_correct_aspect=false
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso=false
gfx_center_horizontal=simple
gfx_center_vertical=simple
gfx_colour_mode=16bit
immediate_blits=false
fast_copper=true
ntsc=false
show_leds=true
keyboard_leds=numlock:none,capslock:none,scrolllock:none
chipset=ecs_agnus
collision_level=playfields
fastmem_size=0
a3000mem_size=0
z3mem_size=0
bogomem_size=0
gfxcard_size=0
chipmem_size=4
cpu_speed=real
cpu_type=68000
cpu_compatible=false
cpu_cycle_exact=true
blitter_cycle_exact=true
log_illegal_mem=false
catweasel_io=0x0
kbd_lang=us
mtb
25 September 2006, 21:20
Adjust this one where needed ( rom, put kickstart, and gfx width/height if you are not satisfied ). Save it ( eg ~/.uaerc ), then use uae -f ~/.uaerc in order to use it ( iirc should be loaded automatically at startup if you use ~/.uaerc )
Btw, i'm not sure: you have already the binary or only the source code?
config_description=UAE default configuration
config_hardware=false
config_host=false
config_version=0.8.27
sdl.map_raw_keys=true
unix.rom_path=~/
unix.floppy_path=~/
unix.hardfile_path=~/
unix.cpu_idle=0
x86.use_tsc=yes
sdl.map_raw_keys=false
use_gui=yes
use_debugger=false
kickstart_rom_file=$(FILE_PATH)/rom
kickstart_ext_rom_file=
kickstart_key_file=
flash_file=
cart_file=
kickshifter=false
floppy0=
floppy0type=0
floppy0sound=0
floppy1=
floppy1type=0
floppy1sound=0
floppy2=
floppy2type=-1
floppy2sound=0
floppy3=
floppy3type=-1
floppy3sound=0
nr_floppies=2
floppy_speed=100
floppy_volume=33
parallel_on_demand=false
serial_on_demand=false
serial_hardware_ctsrts=true
serial_direct=false
scsi=false
scsi_device=
sound_output=normal
sound_bits=16
sound_channels=stereo
sound_latency=100ms
sound_frequency=44100
sound_interpol=none
sound_adjust=0
sound_filter=off
sound_volume=0
avoid_cmov=false
cachesize=0
joyport0=mouse
joyport1=joy0
bsdsocket_emu=false
synchronize_clock=no
maprom=0x0
gfx_display=0
gfx_framerate=1
gfx_width=800
gfx_height=600
gfx_width_windowed=800
gfx_height_windowed=600
gfx_width_fullscreen=800
gfx_height_fullscreen=600
gfx_refreshrate=0
gfx_vsync=false
gfx_lores=false
gfx_linemode=double
gfx_correct_aspect=false
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso=false
gfx_center_horizontal=simple
gfx_center_vertical=simple
gfx_colour_mode=16bit
immediate_blits=false
fast_copper=true
ntsc=false
show_leds=true
keyboard_leds=numlock:none,capslock:none,scrolllock:none
chipset=ecs_agnus
collision_level=playfields
fastmem_size=0
a3000mem_size=0
z3mem_size=0
bogomem_size=0
gfxcard_size=0
chipmem_size=4
cpu_speed=real
cpu_type=68000
cpu_compatible=false
cpu_cycle_exact=true
blitter_cycle_exact=true
log_illegal_mem=false
catweasel_io=0x0
kbd_lang=us
Jerry
28 September 2006, 16:50
E-uae infact has a GUI for most of the important stuff. Setting up a standard A500 config should be straightforward. Currently there are no kubuntu/debian packages available but compiling is not too difficult. Just check it out and ask if you have problems.
petros1815
07 January 2007, 08:19
There is a very useful wiki on installing e-uae on Ubuntu and Kubuntu at http://doc.gwos.org/index.php/Howto_install_E-UAE_on_dapper
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.