English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 21 April 2012, 15:44   #161
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by smuj View Post
Much improved performance with 1.1.7 compared to 1.1.5 on Linux with a GTS450 (drivers = 295.40). Average cpu usage while playing a couple of games (across two 3.2ghz cores and with "sync = vblank") dropped roughly from 65% to 21%.

Just thought you might like to know.

Many thanks for your efforts FS
Thanks for letting me know

Quote:
Originally Posted by dreamkatcha View Post
My Logitech Precision joypad is detected and the direction pad works, but not the fire buttons. Any ideas? I've got rid of USB Overdrive because that was just getting in the way.
Have you created your own config? If so, can you post it? Also please post the config file.
FrodeSolheim is offline  
Old 21 April 2012, 16:00   #162
dreamkatcha
I've got a new byline
 
dreamkatcha's Avatar
 
Join Date: Mar 2002
Location: Manchester, UK
Posts: 1,219
I just tweaked the default config slightly, though made no changes to the input settings which are still set to auto.

Actually if I disable USB Overdrive, my joypad stops working altogether. Turns out the direction buttons only worked earlier because they were mapped to the keyboard cursors. In theory I could map the first fire button to 'control' and do it that way, but USB Overdrive won't let me.
dreamkatcha is offline  
Old 21 April 2012, 16:03   #163
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by dreamkatcha View Post
I just tweaked the default config slightly, though made no changes to the input settings which are still set to auto.

Actually if I disable USB Overdrive, my joypad stops working altogether. Turns out the direction buttons only worked earlier because they were mapped to the keyboard cursors. In theory I could map the first fire button to 'control' and do it that way, but USB Overdrive won't let me.
EDIT: OK, so "USB Overdrive" is an application that maps joystick events to keyboard key presses.

Well, you can either:

a) Stop using USB Overdrive and create a config for your Logitech controller: http://fengestad.no/wp/fs-uae/custom...-configuration

b) Use Overdrive and map another key to the fire button, and use overdrive to map a joystick button to this key, for instance:
Code:
keyboard_key_pagedown = action_joy_1_fire_button
and then use this "USB Overdrive" application to map the joystick button to page down.

Last edited by FrodeSolheim; 21 April 2012 at 16:20.
FrodeSolheim is offline  
Old 24 April 2012, 21:46   #164
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
FS-UAE 1.1.9 Released

http://fengestad.no/wp/fs-uae/download-beta

Version 1.1.9

* Merged updated code from filesys.cpp isofs.cpp and isofs_api.h, fixes crash when inserting CD image.
* Fix screenshot saving when buffers are BGRA.
* new option to choose between video sync methods (video_sync_method).
* Use older video sync method as default
* New default port for net play: 25100 (the port range from 25100 to 25500 is by default used for the new net play service).
* New options fullscreen_width, fullscreen_height (especially useful to force output to one display only on a Linux/nVIDIA/twinview setup).

Version 1.1.8

* Always load default host-specific configuration values from Host.fs-uae, if it exists (useful for fullscreen settings, etc).
* Support replacement prefix $config in paths - will be replaced by the directory containing the current configuration file.
* Boolean options ("1" or "0") can now be simplified when specifying as program arguments as --arg (same as --arg=1) or --no-arg (same as --arg=0). For instance you can just use --fullscreen or --no-fullscreen.

Notes

For optimal performance, I recommend testing the new video_sync_method (documented here: http://fengestad.no/wp/fs-uae/video-options). For instance, for Linux/nVIDIA, I recommend using swap_fence or swap_sleep_fence. The default method works like in version 1.1.5 and earlier.

If you have more than one configuration, I recommend moving common options (such as fullscreen settings, scanlines, video_sync_method, etc) to the new Host.fs-uae config file (which is always read in addition to Default.fs-uae or the specifically loaded config file). This will make it easier to share configuration files with others without including settings specific for your own system.

Last edited by FrodeSolheim; 25 April 2012 at 00:00. Reason: added link
FrodeSolheim is offline  
Old 24 April 2012, 21:52   #165
AmigaOnline
Online Amiga Gaming
 
AmigaOnline's Avatar
 
Join Date: Jun 2010
Location: Paris/France
Posts: 280
Thanks!
AmigaOnline is offline  
Old 24 April 2012, 22:17   #166
olesio
Registered User
 
Join Date: Apr 2007
Location: Poland
Posts: 337
I did not rested carefully but from fast run everything seems to be ok, but why application icon disapeared? Do you forgot to inclde some resources in Windows version?
olesio is offline  
Old 24 April 2012, 22:20   #167
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
is F11 broken ? no effect here since 1.1.9..
Foul is offline  
Old 24 April 2012, 22:20   #168
AmigaOnline
Online Amiga Gaming
 
AmigaOnline's Avatar
 
Join Date: Jun 2010
Location: Paris/France
Posts: 280
The FS-UAE icon has disappeared And the readme file format has probably changed (Windows/not readable with notepad anymore)
AmigaOnline is offline  
Old 24 April 2012, 22:37   #169
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by olesio View Post
I did not rested carefully but from fast run everything seems to be ok, but why application icon disapeared? Do you forgot to inclde some resources in Windows version?
FS-UAE was built on another box (Windows XP) and the icon-patch-script corrupted the exe-file for some reason, so I disabled it.

Quote:
Originally Posted by Foul View Post
is F11 broken ? no effect here since 1.1.9..
It has another behavior, should now change viewport setting. Input can be released with alt+tab or middle mouse button.

Quote:
Originally Posted by AmigaOnline View Post
And the readme file format has probably changed (Windows/not readable with notepad anymore)
Well, it should be readable.. but I see that the source code was checked out on the build box without LF->CRLF conversion.. -will fix it for the next build.

EDIT: icon and text file line endings are fixed and the 1.1.9 zip for windows is updated (the executable is otherwise identical).

Last edited by FrodeSolheim; 24 April 2012 at 23:28.
FrodeSolheim is offline  
Old 24 April 2012, 23:13   #170
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by nexusle View Post
Any ETA to fix the CDROM select problem?!
Quote:
Originally Posted by Toni Wilen View Post
You can merge filesys.c and isofs.c (and related header file) changes safely. I don't recommend touching other parts just yet
I took Toni's advice and have merged these files (from 2.4.1beta9) into the latest version 1.1.9 -Looks good here, no crash for me!. Nexusle, test when ready

Last edited by FrodeSolheim; 24 April 2012 at 23:18.
FrodeSolheim is offline  
Old 25 April 2012, 01:25   #171
AmigaOnline
Online Amiga Gaming
 
AmigaOnline's Avatar
 
Join Date: Jun 2010
Location: Paris/France
Posts: 280
Quote:
Originally Posted by FrodeSolheim View Post
EDIT: icon and text file line endings are fixed and the 1.1.9 zip for windows is updated (the executable is otherwise identical).
Good But another icon is missing

AmigaOnline is offline  
Old 25 April 2012, 02:03   #172
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by AmigaOnline View Post
Good But another icon is missing
You're quite right -Thanks for noticing. I have once again cheated and replaced the 1.1.9 archive with a similar one, where this icon is fixed.
FrodeSolheim is offline  
Old 25 April 2012, 02:09   #173
Speedvicio
Registered User
 
Speedvicio's Avatar
 
Join Date: Feb 2012
Location: Sicily/Palermo/Italy
Age: 46
Posts: 62
This version of FS-UAE is definitely the best release.
The video runs smoothly.
Frode as usual impeccable job
Speedvicio is offline  
Old 25 April 2012, 07:33   #174
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Quote:
Originally Posted by FrodeSolheim View Post
If you have more than one configuration, I recommend moving common options (such as fullscreen settings, scanlines, video_sync_method, etc) to the new Host.fs-uae config file (which is always read in addition to Default.fs-uae or the specifically loaded config file). This will make it easier to share configuration files with others without including settings specific for your own system.
THIS is a very good feature too!!!

I'll test CDROM today's evening...
nexusle is offline  
Old 25 April 2012, 20:04   #175
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Quote:
Originally Posted by FrodeSolheim View Post
Nexusle, test when ready
Have tested the latest build and all works great!! Also the bug with nativ fullscreen resoulution is fixed in this build!

Great work, Frode!
nexusle is offline  
Old 26 April 2012, 01:32   #176
weiju
Registered User
 
weiju's Avatar
 
Join Date: Mar 2011
Location: Seattle, WA
Posts: 50
Hi Frode,

it looks like there is no source download for 1.1.9 (I found a 1.1.8 though) ?

Wei-ju
weiju is offline  
Old 26 April 2012, 01:37   #177
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by weiju View Post
Hi Frode,

it looks like there is no source download for 1.1.9 (I found a 1.1.8 though) ?

Wei-ju
-the source is properly uploaded now
FrodeSolheim is offline  
Old 26 April 2012, 03:24   #178
weiju
Registered User
 
weiju's Avatar
 
Join Date: Mar 2011
Location: Seattle, WA
Posts: 50
Quote:
Originally Posted by FrodeSolheim View Post
-the source is properly uploaded now
So quick, thanks !
weiju is offline  
Old 26 April 2012, 23:54   #179
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Here is version 1.1.10, a source-only release including some small Linux-specific enhancements:

* Request dark window manager theme (GNOME 3) -looks cooler.
* Added .desktop application launcher file for Linux.
* Added FS-UAE icon (in different sizes) to the icons/hicolor folders.
* Set window icon via _NET_WM_ICON on Linux.
* Fixed bug when scanline (dark/light) intensity was set to 0.
* Removed a couple leftover glEnd causing GL errors (not noticeable).
* Changed the way shared data files are looked up -compatible with the XDG standard now.
* Don't trust refresh rate from xrandr with only one mode in mode list.

http://fengestad.no/fs-uae/files/fs-uae-1.1.10.tar.gz

Last edited by FrodeSolheim; 26 April 2012 at 23:56. Reason: fixed url
FrodeSolheim is offline  
Old 27 April 2012, 00:16   #180
Speedvicio
Registered User
 
Speedvicio's Avatar
 
Join Date: Feb 2012
Location: Sicily/Palermo/Italy
Age: 46
Posts: 62
A small bug in GUI, screen attached.
Attached Thumbnails
Click image for larger version

Name:	screen.png
Views:	199
Size:	23.0 KB
ID:	31396  
Speedvicio is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
FS-UAE <= 2.9.x development series FrodeSolheim support.FS-UAE 1346 18 April 2020 08:02
FS-UAE 1.3 Development Series FrodeSolheim support.FS-UAE 376 28 October 2012 17:42
FS-UAE 1.0 Stable Series FrodeSolheim support.FS-UAE 62 01 May 2012 00:15
FS-UAE 1.1 Development Series - Autoscaling problem weiju support.FS-UAE 4 06 April 2012 06:11
E-UAE Development pjhutch support.OtherUAE 1 06 October 2008 02:26

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:38.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10373 seconds with 14 queries