The officially official Devuan Forum!

You are not logged in.

#551 Re: Desktop and Multimedia » Input/output error with EasyCap capture card on VLC and OBS » 2023-09-12 05:21:25

I have that same USB dongle and successfully captured a stack of videos, but a year or so ago. So it was a different computer; probably beowulf but possibly ascii even.

You cabling sounds right; yellow is composite video, while red and white is audio (R/L). Use "Line Out" of course.

From memory I used uvccapture or possibly ffmpeg directly. I have a vague memory that only one of its two /dev/videoN worked. Package v4l-utils is also useful, eg list devices with v4l2 --list-devices.

EDIT: See also
https://gordonlesti.com/2017/12/

#552 Re: Desktop and Multimedia » CALL FOR TESTERS: testing Xorg (fork) update » 2023-09-12 04:26:05

All testing is good; Ideally it will get a wide range of testing, with different setups and different usage patterns.

So it's a good thing also to test with virtual machines. We have of course tested in one such setup:

  • qemu with daedalus

  • using a qxl emulation graphics device

  • two users + root in 4 VTs, with one user in 2 VTs

  • all using startx jwm

  • testing with elogind installed

  • and testing with both elogind and seatd installed (defaults to using seatd)

  • VT switch triggered via chvt in root shell via ssh

There are many test scenarios but Xorg is kind of fundamental so the more it's tested before going into the release, the better.

Suggested hands-on to bring in test packages (xserver-xorg-core and xserver-xorg-common):

1 # echo "deb http://deb.devuan.org/devuan experimental main" > /etc/apt/sources.list.d/X.list
2 # apt-get update
3 # apt-cache policy xserver-xorg-core xserver-xorg-common
4 # apt-get install --no-install-recommends -t experimental xserver-xorg-core

Note that step 3 is for you to verify that the packages from experimental are available, and so you can make note of the original package versions.

Make a note of which packages get installed, if there for some reason are more than those (there shouldn't be).

Restore to version $VERSION with

# apt-get install xserver-xorg-core=$VERSION xserver-xorg-common=$VERSION

#553 Desktop and Multimedia » CALL FOR TESTERS: testing Xorg (fork) update » 2023-09-11 22:25:49

ralph.ronnquist
Replies: 5

This is a CALL FOR TESTERS:

if you run startx as non-root, using daedalus and ceres, you are invited to test the devuan/experimental build and send some feedback to me or LeePen.

The experimental Xorg  an update that is happy about VT switching (supported by either seatd or elogind) but we want more confirming tests of this.

#555 Re: Devuan » Question for devs... Debian 12 can be installed without systemd » 2023-09-06 01:50:38

Yes, it's not very easy, but possible, to install from the Debian ISO with network backing a system that does not include any package with systemd in its name. Though to also get rid of the systemd-udev program I had to add daedalus into sources.list so as to install eudev.

Basically to succeed in it, you need to know how to configure apt and how to navigate the installer beneath its dialogue flow. Even so, it brings some comfort about the state of Debian packages.

It's not a race or competition, but (sadly) Devuan still needs to remain as way of offering it as an easier task for people to stay assured that the systemd infestation is kept away from their computers.

#557 Re: Installation » Daedalus ISOs don't boot » 2023-09-03 23:23:11

Yes, the bootloading doesn't work via cdrom drive for UEFI bios.

It (generally) works via disk drive for UEFI bios, e.g. with the media on a USB stick.

#558 Re: Installation » Daedalus ISOs don't boot » 2023-09-03 01:58:48

Well, the particular issue with the attempt of using the daedalus installer as cdrom on UEFI appears to be that the boot loader syslinux64.efi (duly named BOOTX64.EFI) has some difficulty with that use case.

Using the same ISO as disk image on UEFI runs the same program without error.

Note that the chimaera ISOs (as well as the debian ISO) use grub rather than syslinux for UEFI boot, and apparently the grub boot loader lacks that sensitivity to that use case difference (i.e. whether the media is presented via a cdrom drive or a disk drive).

Perhaps it's simply that the boot loader gets mislead by the difference in sector size (where a cdrom has 2k sectors and a disk has 0.5k sectors). Unfortunately there are layers upon layers of compiled software involved so it's far from trivial to investigate these details. OTOH it's FOSS, so it just takes a bit of interest and skill to drill down into the particulars to determine the technical cause, and possibly correct it.

And there are of course other ways to achieve the goal of a "cdrom on UEFI" installer...

#559 Re: Installation » Daedalus ISOs don't boot » 2023-08-30 14:29:10

When there are people to fix it, it might be fixed.

#560 Re: Installation » Daedalus ISOs don't boot » 2023-08-30 14:11:58

The "EFI PART" text is not a partition but the beginning of the GUID Partition Table (GPT), which it has in addition to the MBR partition table.

Both ISO sports 2 partitions, which you can read out from the MBR table (at 0x1c0-0x1ff).

The first partition is typed 0x00 (Empty) and it's defined to span the whole ISO from sector 0. The second partition is typed 0xef (EFI) and it's defined to span a block sequence within the ISO corresponding to the included FAT image.

The Debian ISO has both an MBR partition table and a GPT whereas the Devuan ISO only has an MBR. Presumably it's the lack of GPT that makes the Devuan ISO non-bootable for your UEFI use case.

It's good you had an alternative method for installation.

#561 Re: Desktop and Multimedia » [SOLVED] Daedalus Nvidia-Xorg logout black screen » 2023-08-26 06:56:18

Great. I don't really know what that optional VTBOUND-edness of seatd means, but maybe my intuitive understanding has some foundation.

If you would find it within your comfort zone, you could submit a "bug report" to the Debian packager(s) and  make a case that the setting should be the default for the system-wide seatd service. (it's package seatd, version 0.7.0-6). They may well be able to explain the current default, although I wouldn't be surprised if they haven't delved into it at all.

The technical underpinning is that seatd and Xorg come into conflict about the VT management, and in particular that Xorg fails to react properly to VT switching events. Instead it locks up the display. With setting of 0, seatd skips the VT management, which makes Xorg a happy camper.

#562 Re: Desktop and Multimedia » [SOLVED] Daedalus Nvidia-Xorg logout black screen » 2023-08-26 02:18:02

@simon_a, try with adding the following to /etc/default/seatd

export SEATD_VTBOUND=0

and then restart the service, which may well upset Xorg, but any goodness it might possibly bring doesn't take effect until its next start. A full reboot would also work.

#563 Re: Other Issues » Lazarus package broken? » 2023-08-25 13:54:37

You can check all available versions (wrt your sources.list) of a package P with

apt-cache policy P

That tells if there are any associated security updates.

You can also review package P (wrt to a larger sources.list) at https://pkginfo.devuan.org/P.

#564 Re: Other Issues » Lazarus package broken? » 2023-08-25 12:44:11

Have you done

apt-get update

.. or whatever the corresponding button presses are on the gui tool?

Have you done

apt-get upgrade

.. or whatever the corresponding button presses are on the gui tool?

Have you done

apt-get dist-upgrade

  .. or whatever the corresponding button presses are on the gui tool?

Thoe are the three steps to follow after having changed sources.list.

#565 Re: Installation » [SOLVED] No boot device. Press any key to reboot machine » 2023-08-25 12:31:04

@Charon795, which ISO file did you download? Does it have a filename?

#567 Re: Forum Feedback » Let's make this forum multilingual! (Calling for language authors) » 2023-08-25 03:25:18

That should be possible.. I'll need to figure out how it was set up though; looks easy at a glance.
The main project would be "devuan/forum-lang" so you would work from that.

I see there is a German/forum-lang as well but I'm not sure what that is (possibly my memory is weak).

#568 Re: Installation » Looking for server cd desktop environment installation guide » 2023-08-24 01:37:05

All the installer ISO have the same installer software and they only differ in which collections of packages they come with; the so called package pool. They work by installing that which you select, and then those selections expands by having dependencies. If you install with network mirror backing, they will all link up with the Devuan repository and they will all have all packages available.

The leanest system you can get from them is their base system where you opt for not installing anything else. That gives you a Linux operating system without all things you may expect, and in particular without graphical desktop environment. That's generally known as a "server system" although even a functional server would typically include some additional services such as perhaps ssh and web service.

The cinnamon desktop is generally understood to be "defined" by the task-cinnamon-desktop package, which is a content free-package that only depends on the collection detail packages that would make up a "cinnamon desktop". The "desktop" ISO contains all those packages, as do the collective of server+cd2+cd3+cd4 ISOs (both having also other packages that are outside of the task-cinnamon-desktop collection).

At a more general level, Devuan (like Debian) is like a warehouse of packages rather than an end-user "distribution", and it's up to the end-user to choose which subset of packages they will want to use. The installer offers some pre-packaged choices of end-user-like desktop collections, but that is supposed to be for convenience; in particular someone new to it may otherwise struggle a fair bit to pull together their best convenience package collection.

#569 Re: Other Issues » [SOLVED] "Powered by Devuan" icons? » 2023-08-23 23:26:43

git.devuan.org is a "git store" just like github but owned by Devuan and not Microsoft.

The hands-on would be, after registration, to clone (aka fork) the project concerned, add into your clone and then issue a merge request for the main project developers to review and include it.

#570 Re: Devuan » Can anyone fill me in on why and how exactly systemd took over Linux? » 2023-08-23 03:28:32

Nah. If you want to spout that shit you'll have to go elsewhere.

#571 Re: Desktop and Multimedia » Daedalus, seatd, can’t have multiple X sessions » 2023-08-22 23:34:50

Yes, https://git.devuan.org/devuan/xorg-server is where it happens. The review process of a fix is in full swing so you may hold your breath. well, maybe not... breath easy, but expect there's something coming soon.

#572 Re: Forum Feedback » [SOLVED] Theme request » 2023-08-20 22:33:51

@Gregors, if you make a theme and email to me I can probably stuff it in as an option.

#573 Re: Installation » Daedalus EFI mode does not start on 990FX system » 2023-08-20 22:25:50

Are you able to try with the ISO on a stick by itself?

#574 Re: Desktop and Multimedia » Daedalus, seatd, can’t have multiple X sessions » 2023-08-19 15:08:58

I'm not sure there is a bug report, but that particular issue of having multiple Xorg (in different VT) with seatd, is currently being worked on, and I believe an update is coming fairly soon.

#575 Re: Other Issues » [SOLVED] "Powered by Devuan" icons? » 2023-08-19 11:48:30

yes it might be slower than some.. but to see an image on your screen of course requires it to be downloaded to your machine, whether or not you know to where on your machine it ends up. (and using "display $url" [from imagemagick] gives you that same vacuous experience all without ads and other junk).

Good idea though; perhaps devuan can find someone to set up and maintain it on the infrastructure.

re catbox; I don't use github since it became a microsoft site.

Board footer

Forum Software