-
Search Results
-
As a backup to my installed Antix 17.4, 32 bit system, I had a live-USB on a 32 GB micro-SD plugged into a single slot USB adapter.
It booted up and ran fine.
After dropping the USB to micro-SD adapter, it had I/O errors, which apparently corrupted the micro-SD card.Now, with a new USB micro-SD adapter, I made two new live-USB micro-SDs (one on a new micro-SD card, the other on the original micro-SD after reformatting).
Both cards appear to boot… up to the login dialog. But, after user and password are entered, the screen goes black.
Is this a problem with the USB adapter? (I bought two. Both do the same thing.) Is there a way to troubleshoot what lies beyond the black screen?
Thanks!
Topic: Parental Linux
I need to find a simple “microsoftesque” distro for a parents computer. I’m leaning toward XFCE, cause it will work on most pretty low grade hardware. Close to Windows for older newbs.
I’d like opinions/help. I wanna give them Xubuntu, but from previous experience, I believe, an Ubu “distro upgrade” from lets say 18 to 20., Pretty idiot proof, but UBU seems to kill all PPA’s before allowing a self “Rolling Stable Upgrade.” So, Xubu ppa’s get blocked, then they would end up with Ubu 20.04, but lose “old people” XFCE, since it was ppa based.
Sorry, I know this should probably be in MX forums, haven’t registered there yet.
Long story short: I’d like a “rolling stable release”. If I give my parents Xubu, I will require more hands on, to give them upgrades. Anyone with experience upgraging MX would help greatly.
Can/does MX reinstall itself with each release?
How hard is it to keep /home, and not overwrite…
I need a way to go from “18.04-20.04”, but like, A, keep XFCE, but also hopefully keep settings/home. Can my dad with a XFCE bottom panel “start menu”, upgrade to the next MX and keep /home, and bottom panel config…. I don’t feel I could explain this to him over phone…- This topic was modified 2 years, 5 months ago by catfood.
Howdy Jessie.
I’ve recently revived an old laptop with antix, now I’m trying to run retroarch on it. I installed it via this command that I found on their website:
sudo add-apt-repository ppa:libretro/stable && sudo apt-get update && sudo apt-get install retroarch*but now I’m getting a weird error, this laptop has VN800 chipset, which in my mind shouldn’t be interfering with retroarch.
here’s the error:
[INFO] RetroArch 1.7.3 (Git b2ceb50) [INFO] === Build ======================================= Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 Built: Jun 7 2018 [INFO] Version: 1.7.3 [INFO] Git: b2ceb50 [INFO] ================================================= [INFO] Environ SET_PIXEL_FORMAT: RGB565. [INFO] Version of libretro API: 1 [INFO] Compiled against API: 1 [INFO] [Audio]: Set audio input rate to: 29970.03 Hz. [INFO] [Video]: Video @ 960x720 [ERROR] [Wayland]: Failed to connect to Wayland server. [INFO] [GLX]: GLX_OML_sync_control and GLX_MESA_swap_control supported, using better swap control method... [INFO] [GL]: Found GL context: x [INFO] [GL]: Detecting screen resolution 1280x800. [INFO] [GLX]: Window manager is dwm. [INFO] [GLX]: X = 0, Y = 0, W = 960, H = 720. [INFO] [GLX]: Found swap function: glXSwapIntervalEXT. [INFO] [GLX]: glXSwapIntervalEXT(1) [INFO] [GL]: Vendor: VMware, Inc., Renderer: llvmpipe (LLVM 7.0, 128 bits). [INFO] [GL]: Version: 3.1 Mesa 18.3.6. [INFO] [GL]: Using resolution 698x775 [INFO] [GL]: Default shader backend found: glsl. [INFO] [Shader driver]: Using GLSL shader backend. [INFO] [GLSL]: Checking GLSL shader support ... [WARN] [GL]: Stock GLSL shaders will be used. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] Setting up menu pipeline shaders for XMB ... [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] Resetting shader to defaults ... [INFO] [GL]: Using 4 textures. [INFO] [GL]: Loaded 1 program(s). [INFO] [GL]: Using GL_RGB565 for texture uploads. [INFO] [Joypad]: Found joypad driver: "udev". [INFO] [Font]: Using font rendering backend: freetype. [INFO] [X11]: Suspending screensaver (X11, xdg-screensaver). [INFO] [Video]: Found display server: x11 [INFO] [PulseAudio]: Requested 24576 bytes buffer, got 18432. [INFO] [Menu]: Found menu display driver: "menu_display_gl". [INFO] [Font]: Using font rendering backend: freetype. [INFO] [Font]: Using font rendering backend: freetype. [INFO] [LED]: LED driver = 'null' 0x86ad20 [INFO] SRAM will not be saved. [INFO] Loading history file: [/home/user/.config/retroarch/content_history.lpl]. [INFO] Loading history file: [/home/user/.config/retroarch/content_favorites.lpl]. [INFO] Loading history file: [/home/user/.config/retroarch/content_music_history.lpl]. [INFO] Loading history file: [/home/user/.config/retroarch/content_video_history.lpl]. [INFO] Loading history file: [/home/user/.config/retroarch/content_image_history.lpl]. [INFO] [GL]: VSync => on [INFO] [GLX]: glXSwapIntervalEXT(1) [INFO] [PulseAudio]: Unpausing. [INFO] [GL]: VSync => on [INFO] [GLX]: glXSwapIntervalEXT(1) [INFO] [PulseAudio]: Pausing.what happens is that when I launch retro arch, it opens a new black window with the name “broken” hangs for a few seconds and closes.