################################################################# # 2019/02/14 - PsychOS 3.3.3 - Testing, framebuffer, and errors # ################################################################# I think I'm finally finished with my QuickEdit script. I'm currently installing PsychOS on another computer using only the "vanilla" options. The 'refractainstaller' 'yad' sizes are too large. /dev/sr0: UUID="2019-02-14-20-56-45-00" LABEL="PsychOS 3.1.0 (Insanity)" TYPE="iso9660" I need to figure out why the LABEL part above says "PsychOS 3.1.0" when it should have said "3.3.3." PsychOS 3.3.3 is installed on another computer and so far, so good. However: - I'm getting rid of the small/large font desktop launchers - I'm going to resize the Krita window to fit a 1024x600 display so no one has to Alt+Drag and resize. - Touchpad tap to click isn't working - Audio settings always seem to save as mute and I forgot to aet the mixer to use 'pavucontrol'. - I'm going to remove 'xnconvert', 'gnumeric', and 'abiword'. - I'm removing 'hasciicam' as a menu option because it doesn't seem to work by itself and may be causing issues with other webcam software since it doesn't 'kill' or close properly. - I wish 'refractainstaller' would stop placing an 'error.log' in $HOME. - Delete "~/.gnupg" - Lots of "Running /scripts/local-block" during boot - RetroWave Mode needs to be fixed - Blender is giving an OpenGL error - Some programs don't size their windows properly and it's probably because of the panel placement. I guess most programs are used to having panels on the top or bottom of the screen. Discovered that NetSurf as a frame buffer package called 'netsurf-fb' that would be great for the command-line. I forgot to add 'Dia' support to 'QuickEdit'. However, after looking at all of the file formats it will export to, I'll have to worry about it later. dia -e output.ext input.dia Just read something interesting while looking for other framebuffer programs: export SDL_VIDEODRIVER=fbcon export SDL_VIDEODRIVER=fbdev export SDL_VIDEODRIVER=directfb This may allow me to run SDL programs in TTY/console such as DOSBox. I'm getting errors. I may need to add -enable-video-directfb to the SDL ./configure line when building. Need to make sure PsychOS can use 'svn' and 'hg' (Mercurial) hg clone https://hg.libsdl.org/SDL SDL cd SDL mkdir build cd build sudo apt install libdirectfb-dev libdirectfb-extra libdirectfb-bin make * Ran into an error regarding "/src/video/directfb/SDL_DirectFB_Video.c" and I have no idea how to fix it.