Search results for query: *

  1. Linux-SWAT

    Gamescom 2025

    Have no ticket for tomorrow.
  2. Linux-SWAT

    Slackware inside Pandora.

    Same touchscreen problem with this new xorg.conf file. Had to change omap -> fbdev because of the "OMAP ERROR: Could not read chipset" error.
  3. Linux-SWAT

    Slackware inside Pandora.

    I think I let tslib because some pnd applications use it.
  4. Linux-SWAT

    Slackware inside Pandora.

    Here's a second 15.0 rootfs alpha build, 2.3 Go compressed: https://slackware.openpandora.org/pandora/sl4p/sl4p-15.0/rootfs/ To install it, use a 32 Go or more SD card. Create a first EXT 2, 3 or 4 partition on it, and eventually a second partition with swap which will be used automatically...
  5. Linux-SWAT

    Gamescom 2025

    Arriving the 20. I have a ticket for the 21, but I'll stay longer in Koln. Anyone for a dinner anytime ?
  6. Linux-SWAT

    Slackware inside Pandora.

    Tried with these tslib settings, but https://github.com/merge/xf86-input-tslib crashes anyway. # ts.conf for the OMAP3-PANDORA default touchscreen. module_raw input module pthres pmin=1 module variance delta=30 module dejitter delta=100 module linear tslib.sh in /etc/profile.d/ #!/bin/sh...
  7. Linux-SWAT

    Slackware inside Pandora.

    I managed to disable the nubs, but the problem still exists: # # Catch-all evdev loader for udev-based systems # We don't simply match on any device since that also adds accelerometers # and other devices that we don't really want to use. The list below # matches everything but joysticks...
  8. Linux-SWAT

    Slackware inside Pandora.

    I tried exclusively (keeping only one installed at once) xf86-input-libinput and xf86-input-evdev, I have the same erratic behaviour. I wonder if this is linked to the nubs... --EDIT: removed tslib without success.
  9. Linux-SWAT

    Slackware inside Pandora.

    Ok, thanks, this is welcome. Meanwhile I'm trying to fix Xorg touchscreen input which is erratic. Maybe a tslib/evdev/libinput conflict. ---Edit: I've noticed that "echo mmc* > /sys/class/leds/pandora\:\:sd1/trigger" just blinks when no card is inserted, I guess that it's a polling ?
  10. Linux-SWAT

    Slackware inside Pandora.

    About leds, the old trigger for wikfi was "phy0radio", but I can't see it anymore: $ cat /sys/class/leds/pandora\:\:wifi/trigger none rc-feedback rfkill-any rfkill-none kbd-scrolllock kbd-numlock kbd-capslock kbd-kanalock kbd-shiftlock kbd-altgrlock kbd-ctrllock kbd-altlock kbd-shiftllock...
  11. Linux-SWAT

    Slackware inside Pandora.

    I retried some old configs, I always end with: [ 3213.313] (II) FBDEV: driver for framebuffer: fbdev [ 3213.313] (II) OMAP: Driver for TI OMAP: OMAP3430 with PowerVR SGX530, OMAP3630 with PowerVR SGX530, OMAP4430 with PowerVR SGX540, OMAP4460 with PowerVR SGX540, OMAP5430 with...
  12. Linux-SWAT

    Slackware inside Pandora.

    About X, I blacklisted the pvrsrvkm_omap3_sgx530_121 module, and loaded it once the boot is complete. It seems that another X module is loaded: omapdrmdrmfb I'm not certain that it should be this one. [ 703.326] (==) ServerLayout "Builtin Default Layout" [ 703.326] (**) |-->Screen "Builtin...
  13. Linux-SWAT

    Slackware inside Pandora.

    Something is clearly wrong with Letux kernel and 600MHz device, at least the CC version. Everything is 10 to 20 times slower than with the Zaxxon kernel, the device is not usable. The 1GHz seems ok.
  14. Linux-SWAT

    Slackware inside Pandora.

    850MHz seemed to work, but I had a crash after like 30 min.
  15. Linux-SWAT

    Slackware inside Pandora.

    I tried 721 MHz, it worked, so the max MHz is different from Zaxxon's kernel.
  16. Linux-SWAT

    Slackware inside Pandora.

    About overclocking, so I edited the dtb directly on my 600MHz, I can't stand its slowiness anymore: # cd /boot/ # cp omap3-pandora-1ghz.dtb omap3-pandora-1ghz.dtb-save # dtc -I dtb -O dts ./omap3-pandora-600mhz.dtb -o ./omap3-pandora-600mhz.dts Edited the dts: opp-600000000 {...
  17. Linux-SWAT

    Slackware inside Pandora.

    Because a byte isn't always 8 bits ;^) It depends on the architecture. I use 64 and 128 Go without problem. For the filesystem, SL4P is not on FAT so there's no limit.
  18. Linux-SWAT

    Slackware inside Pandora.

    Compiled a few packages, now the default SL4P setup exceeds 16 Go, so a 32 Go or more SD card is needed.
  19. Linux-SWAT

    Slackware inside Pandora.

    Well it's a pain for me, nice to share the burden X^D In my custom kernel sources ./scripts/dtc/dtc isn't compiled.
  20. Linux-SWAT

    Slackware inside Pandora.

    $ dtc -I dts -O dtb -o omap34xx.dtb omap34xx.dtsi-custom Error: omap34xx.dtsi-custom:8.1-2 syntax error FATAL ERROR: Unable to parse input tree Looks like I need a cross-compiler, I don't want to put kernel sources on the rootfs... At least now.
Back
Top