Forum Replies Created
-
AuthorPosts
-
petrockblog
KeymasterAll this information is on the wiki
https://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation
petrockblog
Keymasteryou updated your retropie-setup script at a point where it was temporarily broken due to a wrongly named file – but this was before the 3.0 image so you are not running with an up to date retropie. I would start from 3.0
You can manually fix this by doing “git pull” in the RetroPie-Setup folder from terminal.
09/12/2015 at 16:54 in reply to: 10 inch crt Television help. Fuzzy as hell. Can't read a thing on the screen #105940petrockblog
KeymasterIf the composite picture is no good and you are sure your cabling quality is ok, then it might just be the screen you have bought. The picture from my pi to old crt via composite is usable.
Have you tried the composite output with any device, or tried the new screen with another device ?
Your question is lacking detail though – you mention nothing regarding cabling, which exact options you have tried etc – so it might be an idea to be more verbose so people can advise and point you in the right direction (and if that direction is a website with a solution, then so be it)
petrockblog
Keymasteractually, you may just be able to put the video in a subfolder in ~/RetroPie/splashscreens/ and it may show up in the retropie-setup splashscreen config
petrockblog
Keymasteryou have to manually edit /etc/splashscreen.list and put the path to the video there.
09/11/2015 at 20:05 in reply to: Shaders make the emulation very slow [Retropie v3.00 Final RPi2] #105889petrockblog
KeymasterI may consider changing the default again – when I initially tested, I didn’t notice major slowdown, but then I didn’t test full screen shaders etc. The reason it is changed is according to the retroarch documentation, perfect sync is not possible with threaded video, and as I didn’t initially notice any performance decrease on the pi2, it got switched.
It’s simple to change of course with the new editor – no need to manually edit files.
09/11/2015 at 01:48 in reply to: Shaders make the emulation very slow [Retropie v3.00 Final RPi2] #105839petrockblog
Keymasterdid you turn off video smoothing and did you try turning on threaded_video ?
you can do this from retropie-setup -> supplementary menu -> Edit RetroPie/RetroArch configurations -> Change common RetroArch options – then choose all/retroarch.cfg
?
petrockblog
Keymasterif you want anyone to help you (especially those involved who put in their free time), it will help not to use language like, whether or not you start the sentence with “i’m thankful but”
petrockblog
Keymasterbackup your roms and configurations (if you have changed anything) and start with a fresh retropie image for rpi2
petrockblog
Keymasterdid you try passing the width / height resolution parameter to emulationstation as mentioned earlier ?
petrockblog
Keymasterthanks – worth noting rom specific configuration is already supported –
see line ~525
# if the rom has a custom configuration then append that too if [[ -f "$rom.cfg" ]]; then conf+="'|'\"$rom.cfg\"" fi
petrockblog
Keymasteromg, glad to hear that you figured it out!
I will check the solder process to try to enhance it in the future.
petrockblog
Keymastermenu 5 of retropie setup – install individual emulators from binary / source
petrockblog
KeymasterWas fixed a week ago or so.
petrockblog
Keymasterthen you probably didn’t update the retropie-setup script first.
petrockblog
KeymasterI’m getting the feeling you perhaps didn’t build it – but thought it would be preinstalled? It is only available in experimental for now.
petrockblog
KeymasterNope – items in the experimental menu do not come with prebuilt binaries so require building.
petrockblog
KeymasterNot sure what you are asking sorry.
petrockblog
Keymasterlibretro – an emulator for the libretro/retroarch system (that uses the retroarch.cfg file)
petrockblog
KeymasterJust once.
All I can say is with my setup, using overscan_scale=1, the framebuffer and emulationstation use the same overscan settings. Without the line, only the console is affected, and emulationstation ignores the settings.
Not sure why it would be different on yours – please post your config – and as pointed out, you need positive numbers to decrease the overscan / add a border.
petrockblog
KeymasterIt probably failed to build. It was only added the other day, and although it builds fine for me and herbfargus, it didn’t build for someone else.
Check the logfile and see what the problem is.
petrockblog
Keymaster[quote=105435]
overscan_left / right etc for sure affect ES – I also had overscan issues in ES (the menu button icons ran over the edge of the screen) and used these settings to sort out my overscan – I had to be right up to the screen to get the pixel-perfect settingshere’s my config.txt:
[/quote]Yeh sorry, I should have said, they don’t affect emulationstation unless overscan_scale is set – or at least that’s what I remember reading.
petrockblog
Keymasterthe script that gets run on bootup is /etc/init.d/asplashscreen not /etc/asplashscreen as was mentioned.
petrockblog
KeymasterIt’s being looked into / worked on (I have a lr-ppsspp but there are problems). As soon as something is ready it will be added.
petrockblog
KeymasterThe C64 doesn’t have an ESC button – on Vice, RUN/STOP is mapped to the Rpi Esc key. I guess you need another key to start ?
petrockblog
KeymasterNothing has changed in retropie relating to that, so it may be firmware / kernel / raspbian related.
Have you tried without Xarcade2Jstick btw ? if the xarcade by default registers as keyboard presses, you can just use it as a keyboard – might work better – also we see where the problem initiates from.
petrockblog
KeymasterThis is out of the scope of retropie – but you could request it as a feature for retroarch – https://github.com/libretro/RetroArch – unless the firmware for your input board can be programmed to do it, which would be another option.
petrockblog
KeymasterNot sure what you mean – which rom ? You mean the C64 software you were running or ? From my testing escape works as RUN/STOP – you can also use the on screen keyboard from the controller.
petrockblog
KeymasterVice isn’t a retroarch emulator and uses its own configuration. retroarch.cfg is unrelated.
petrockblog
KeymasterWhat do you mean it conflicts ? Have you tried pressing escape ?
petrockblog
KeymasterGlad to hear that you figured it out!
petrockblog
Keymasterwhat do you have in /opt/retropie/configs/all/retroarch-joypads/ ?
petrockblog
Keymasterthe resolution parameter might help the original poster too perhaps.
petrockblog
KeymasterES has no overscan settings of its own. It has some resolution parameters
petrockblog
Keymasteryou can use the hotkey configuration under supplementary menu – see https://www.petrockblock.com/forums/topic/retro-pie-3-exiting-games/#post-104692
there is no desktop environment installed. startx opens with a terminal at the top left, which is by design. You can install a desktop environment if you need one (this has also been answered before – search the forum for “startx”)
-
AuthorPosts