Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
-2
votes
2
answers
171
views
Can I stream Amazon Prime Video movies on a Fedora laptop?
When I try to play Amazon Prime videos on my Fedora laptop, they never start. Instead, the screen gets stuck on a loading animation (spinning circle) indefinitely. How can I fix this? Is there a step-by-step guide or checklist I can follow? [Edit July 31] This appears to be hardware dependent. It wo...
When I try to play Amazon Prime videos on my Fedora laptop, they never start.
Instead, the screen gets stuck on a loading animation (spinning circle) indefinitely.
How can I fix this?
Is there a step-by-step guide or checklist I can follow?
[Edit July 31]
This appears to be hardware dependent. It works okay on my desktop (Intel i7-4790 with GeForce GT 730) but fails on my laptop (Intel Celeron N4500 with Jasperlake embedded GPU) despite having followed the checklist on the Fedora website.
Just today, I found the
utility.
On both systems, it says in the properties section:
SUBSYSTEM drm
DEVTYPE drm-minor
Lars Poulsen
(357 rep)
Jun 16, 2025, 11:15 PM
• Last activity: Aug 5, 2025, 08:32 PM
1
votes
1
answers
3502
views
error ffmpeg Cannot open display :0.0+0,0, error 1. :0.0+0,0: Input/output error
Hello I get this error when i want to capture my screen on linux with ffmpeg ubuntu 16:04 : the command i'am using : $ ffmpeg -f x11grab -r 15 -s 1920x1080 -i :0.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 ffmpeg version 4.1.1-0york1~16.04 Copyright (c) 2000-2019 the FFmpe...
Hello I get this error when i want to capture my screen on linux with ffmpeg ubuntu 16:04 :
the command i'am using :
$ ffmpeg -f x11grab -r 15 -s 1920x1080 -i :0.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
ffmpeg version 4.1.1-0york1~16.04 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 20160609
configuration: --prefix=/usr --extra-version='0york1~16.04' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-nonfree --enable-libfdk-aac --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 22.100 / 56. 22.100
libavcodec 58. 35.100 / 58. 35.100
libavformat 58. 20.100 / 58. 20.100
libavdevice 58. 5.100 / 58. 5.100
libavfilter 7. 40.101 / 7. 40.101
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 3.100 / 5. 3.100
libswresample 3. 3.100 / 3. 3.100
libpostproc 55. 3.100 / 55. 3.100
[x11grab @ 0x5611f156e540] Cannot open display :0.0+0,0, error 1.
:0.0+0,0: Input/output error
cleanguy
(21 rep)
Mar 15, 2019, 03:30 PM
• Last activity: Aug 5, 2025, 03:09 PM
203
votes
7
answers
181328
views
How to do I convert an animated gif to an mp4 or mv4 on the command line?
What command would I use to convert an mp4 or mv4 video file to an animated gif, and vice versa. That is, convert a animated gif to a mp4 or mv4.
What command would I use to convert an mp4 or mv4 video file to an animated gif, and vice versa. That is, convert a animated gif to a mp4 or mv4.
stinkypyper
Jun 12, 2012, 08:54 PM
• Last activity: Aug 3, 2025, 06:14 PM
1
votes
0
answers
19
views
Debian Trixie, xorg: No acceleration using intel driver
I used intel xorg driver (xserver-xorg-video-intel) plus i965-va-driver on Debian Bookworm; everything worked fine, 2D, 3D, video acceleration. After updating to Trixie, intel xorg driver (same setup as bookworm) doesn't provide acceleration. glxinfo shows LLVMpipe instead of Mesa Intel(R) HD Graphi...
I used intel xorg driver (xserver-xorg-video-intel) plus i965-va-driver on Debian Bookworm; everything worked fine, 2D, 3D, video acceleration.
After updating to Trixie, intel xorg driver (same setup as bookworm) doesn't provide acceleration. glxinfo shows LLVMpipe instead of Mesa Intel(R) HD Graphics 630 (KBL GT2) (that's the graphic device on my laptop). I switched to modesetting as suggested for years on Debian; 2D, 3D acceleration works fine on modesetting, but as expected, I have screen tearing on videos.
I'd prefer to avoid xorg compositors. Wayland is not an option for me due to certain apps I use and still don't work well on it.
Any ideas how to have acceleration using intel driver on Trixie, as in Bookworm?
Krackout
(2887 rep)
Aug 3, 2025, 06:38 AM
0
votes
2
answers
38
views
How to merge Audio and Video file into one
all. Hope you guys are doing well. I have downloaded a 28min mp4 from a site but its audio and video got downloaded into 2 separate mp4 file both of 28min. Now how can I merge them? Thanks in advance Attaching ffprobe info for those file below [![enter image description here][1]][1] [

A. Bhowmick
(23 rep)
Aug 2, 2025, 08:29 AM
• Last activity: Aug 2, 2025, 06:10 PM
1
votes
1
answers
90
views
Debian stopped using my Intel i915 GPU after upgrade to Trixie. How to fix?
My notebook, an older Apple MacBookAir 13" with Intel Core i7 an Intel HD Graphics 5000, used to work fine before the upgrade to Trixie (Debian GNU/Linux 13). Now, after the upgrade, all rendering is done using the CPU instead of the GPU. This is annoying and makes the machine feel slow. I would lik...
My notebook, an older Apple MacBookAir 13" with Intel Core i7 an Intel HD Graphics 5000, used to work fine before the upgrade to Trixie (Debian GNU/Linux 13).
Now, after the upgrade, all rendering is done using the CPU instead of the GPU. This is annoying and makes the machine feel slow. I would like to have accelerated hardware rendering back, but I don't know where to start troubleshooting this.
All relevant packages seems to be installed. The GPU is detected. But llvmpipe is used for all rendering instead.
System info:
#uname -a
Linux mymachine 6.12.38+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.38-1 (2025-07-16) x86_64 GNU/Linux
# ls -l /dev/dri
total 0
drwxr-xr-x 2 root root 80 Jul 28 01:32 by-path
crw-rw----+ 1 root video 226, 0 Jul 30 13:06 card0
crw-rw----+ 1 root render 226, 128 Jul 28 01:32 renderD128
# LANG=C inxi -Fxxxrzc0
(...)
Graphics:
Device-1: Intel Haswell-ULT Integrated Graphics vendor: Apple driver: i915
v: kernel arch: Gen-7.5 ports: active: DP-1,eDP-1
empty: DP-2,HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:0a26
class-ID: 0300
Display: x11 server: X.Org v: 21.1.16 with: Xwayland v: 24.1.6
compositor: xfwm4 v: 4.20.0 driver: X: loaded: intel dri: swrast gpu: i915
display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 3360x1080 s-dpi: 96 s-size: 890x286mm (35.04x11.26")
s-diag: 935mm (36.8")
Monitor-1: DP-1 mapped: DP1 pos: right model: Dell P2214H serial:
res: mode: 1920x1080 hz: 60 scale: 100% (1) dpi: 102
size: 480x270mm (18.9x10.63") diag: 547mm (21.5") modes: max: 1920x1080
min: 720x400
Monitor-2: eDP-1 mapped: eDP1 pos: primary,left model: Apple Color LCD
res: mode: 1440x900 hz: 60 scale: 100% (1) dpi: 126
size: 290x180mm (11.42x7.09") diag: 341mm (13.4") modes: 1440x900
API: EGL v: 1.5 hw: drv: intel crocus platforms: device: 0 drv: crocus
device: 1 drv: swrast gbm: drv: crocus surfaceless: drv: crocus x11:
drv: swrast inactive: wayland
API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 25.0.7-2 glx-v: 1.4
direct-render: yes renderer: llvmpipe (LLVM 19.1.7 256 bits)
device-ID: ffffffff:ffffffff
Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings gpu: gputop,
intel_gpu_top, lsgpu wl: wayland-info x11: xdriinfo, xdpyinfo, xprop,
xrandr
(...)
# grep -e WW -e EE /var/log/Xorg.0.log
[ 8.834] Current Operating System: Linux MBAirFronczek 6.12.38+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.38-1 (2025-07-16) x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.905] (II) Initializing extension MIT-SCREEN-SAVER
[ 8.907] (EE) AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[ 8.907] (EE) AIGLX error: unable to load driver i965
[ 10.905] (WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk
[ 34.463] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 1267.808] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 1710.292] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 3134.814] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 11649.438] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 11649.438] (EE) event8 - bcm5974: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 22436.276] (EE) event8 - bcm5974: client bug: event processing lagging behind by 32ms, your system is too slow
[ 27719.291] (EE) event1 - Power Button: client bug: event processing lagging behind by 454ms, your system is too slow
[ 27719.291] (EE) event3 - Power Button: client bug: event processing lagging behind by 454ms, your system is too slow
[ 27719.291] (EE) event4 - Apple Inc. Apple Internal Keyboard / Trackpad: client bug: event processing lagging behind by 382ms, your system is too slow
[ 41075.009] (EE) event1 - Power Button: client bug: event processing lagging behind by 1040ms, your system is too slow
[ 41075.009] (EE) event3 - Power Button: client bug: event processing lagging behind by 1040ms, your system is too slow
[ 60993.939] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 61022.742] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 61456.304] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 62833.756] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 63129.269] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 63129.269] (EE) event8 - bcm5974: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 67081.490] (EE) event8 - bcm5974: client bug: event processing lagging behind by 28ms, your system is too slow
[ 69447.954] (EE) event8 - bcm5974: client bug: event processing lagging behind by 23ms, your system is too slow
[ 69983.294] (EE) event8 - bcm5974: client bug: event processing lagging behind by 23ms, your system is too slow
[ 78710.772] (EE) event8 - bcm5974: kernel bug: Touch jump detected and discarded.
[ 84611.777] (EE) event8 - bcm5974: client bug: event processing lagging behind by 25ms, your system is too slow
There is no /etc/X11/xorg.conf
on my system. /etc/X11/xorg.conf.d/
contains a file called 20-displaylink.conf
:
Section "Device"
Identifier "Intel"
Driver "intel"
EndSection
Plus, another file called 90-xpra-virtual.conf
which was automatically created:
# Ignore all xpra virtual devices by default,
# these will be enabled explicitly when needed.
Section "InputClass"
Identifier "xpra-virtual-device"
MatchProduct "Xpra"
Option "Ignore" "true"
EndSection
A *systematic troubleshooting guide* would be most helpful/appreciated.
Unfortunately, I could not find a suiable one online = one that is specific to this piece of hardware and one that does include a fix, not only diagnosis.
P.S.: I have another older computer (an older MacMini) that also has an Intel chipset/GPU, also uses the i915 driver and suffers from the same type of problem (renderer: llvmpipe instead of GPU, even though GPU seems to be "recognzied"). So I am pretty sure that this is related to the upgrade to Trixie/Debian testing. Other than that, I have no idea as where to start troubleshooting this.
Ferdinand Rau
(66 rep)
Jul 30, 2025, 08:01 PM
• Last activity: Aug 1, 2025, 07:18 PM
2
votes
1
answers
4110
views
How to enable graphics acceleration for SIS 771/671 on Zorin OS 8 lite (lubuntu 13.10)
Anyone knows how can I check/test my 2d acceleration? See if it's on/off and working correctly and as efficient as it should? I have SIS 771/671 on Zorin OS 8 Lite. I believe the resolution should be better (it's 1024x768 right now and it looks a bit stretched horizontaly I assume 1024x1800 could lo...
Anyone knows how can I check/test my 2d acceleration? See if it's on/off and working correctly and as efficient as it should?
I have SIS 771/671 on Zorin OS 8 Lite. I believe the resolution should be better (it's 1024x768 right now and it looks a bit stretched horizontaly I assume 1024x1800 could look fine) and I feel video could go more smoothly and also I see some horizontal lines on the screen when playing movies.
So basically I think that the video driver is still not proper here. I found this instruction here at comment #230:
sis drivers discussion
I have a patch here :
https://www.archlinux.org/packages/?name=xf86-video-sisimedia
btw the patch is for 13.04 - will it also work or be needed for 13.10?
Otherwise is there any other recommended lite distro on which SIS 771/671 could work fine and with acceleration ON?
pper
(21 rep)
Oct 28, 2014, 02:54 PM
• Last activity: Jul 27, 2025, 10:01 AM
0
votes
0
answers
22
views
Blackmagic Module Patches for Fedora do not work on Arch Linux
I am trying to get my Blackmagic Quad HDMI Recorder working on Arch Linux. Since rebooting after the first installation, the device was never recognized by Blackmagic Software on Arch, while it continues to work on Windows. I suspect that this has to do with [the latest version of Desktop Video not...
I am trying to get my Blackmagic Quad HDMI Recorder working on Arch Linux. Since rebooting after the first installation, the device was never recognized by Blackmagic Software on Arch, while it continues to work on Windows. I suspect that this has to do with [the latest version of Desktop Video not released for Windows.](https://www.blackmagicdesign.com/support/family/capture-and-playback)
A Fedora user created module patches for the [blackmagic](https://forum.blackmagicdesign.com/viewtopic.php?f=12&t=223633) and [blackmagic-io modules](https://forum.blackmagicdesign.com/viewtopic.php?f=12&t=215626) , but they failed on my PC.
> lspci | grep Blackmagic
05:00.0 Multimedia video controller: Blackmagic Design DeckLink Quad HDMI Recorder
> lsmod | grep blackmagic
blackmagic794624 0
blackmagic_io2424832 4
> dkms status -m blackmagic -k uname -r
blackmagic/14.4.1a4, 6.15.6-arch1-1, x86_64: installed
> dkms status -m blackmagic-io -k uname -r
blackmagic-io/14.4.1a4, 6.15.6-arch1-1, x86_64: installed
> sudo modprobe blackmagic-io
> sudo dkms build -m blackmagic -v 14.4.1a4
Module blackmagic/14.4.1a4 already built for kernel 6.15.6-arch1-1 (x86_64), skip. You may override by specifying --force.
> sudo dkms build -m blackmagic-io -v 14.4.1a4
Module blackmagic-io/14.4.1a4 already built for kernel 6.15.6-arch1-1 (x86_64), skip. You may override by specifying --force.
> cd /usr/src/blackmagic-io-14.4.1a4/
> sudo patch sudo patch cd ../blackmagic-14.4.1a4/
> sudo patch sudo dkms install -m blackmagic-io -v 14.4.1 --all
Error! The action install does not support the --all parameter.
BlackMagic's FAQ in their Linux installer:
>
> * How do I update the firmware on a device?
>
> The device's firmware can be updated with the BlackmagicFirmwareUpdater.
> See the man page for instructions and examples on how to use the utility.
>
> * The driver crashed my system
>
> Look for kernel output messages in dmesg and /var/log/messages.
>
> * The package installed, but the driver was not loaded
>
> Try the following command:
>
> # dkms status -m blackmagic-io -k uname -r
>
> If the status is 'installed', then the module is installed, but probably
> not loaded. It can be loaded with the following command:
>
> # sudo modprobe blackmagic-io
>
> If the status is 'added', then the module failed to build. You can issue
> the following command to manually run the build and use the output to
> determine the problem.
>
> # sudo dkms build -m blackmagic-io -v 14.4.1
>
> The full module version number is in the form 14.4.1aXX. This module number
> can be found by running dkms status.
>
> A common cause is a version mismatch between the installed kernel image,
> and the kernel source/headers. If they do not match, simply bring either
> the source/headers or the image version up to date, and reboot your system.
> Once the system is back up, the driver should be built for you at startup.
> The command to install matching headers for your currently running kernel
> on CentOS is:
>
> # sudo yum install "kernel-devel-uname-r == $(uname -r)"
>
> If the status is 'built', then the module has been built, but not
> installed. You can issue the following command to manually install and use
> the output to determine the problem.
>
> # sudo dkms install -m blackmagic-io -v 14.4.1 --all
>
> Legacy Desktop Video products on x86_64 platforms use an older driver.
> Users should build and install this module with the dkms commands above,
> replacing -m blackmagic-io
option with -m blackmagic
.
>
>
> Known Issues
> ------------
>
> * Kernel module fails to install due to CET/IBT
>
> Intel 11th Generation and later CPUs and Linux kernels from version 5.18
> have included an Indirect Branch Tracking (IBT) feature. Linux
> distributions are gradually enabling this kernel feature. For example
> Fedora 40 has enabled it. The Desktop Video kernel module will fail to
> load if both the CPU and distribution support IBT, this will result in
> "(failed)" messages when installing Desktop Video and lines in dmesg such
> as:
> Missing ENDBR: nothing+0x0/0x10 [blackmagic_io]
> and
> kernel BUG at arch/x86/kernel/cet.c:102!
> To work around this, disable IBT by adding ibt=off to the kernel command
> line.
>
> * Performance of Nvidia embedded platforms
>
> Nvidia devices like Jetson may default to a mid-range power/performance
> mode, eg. 30W / "mode 2". When using higher-end video modes that require
> more processing, you may have to increase this setting. Refer to the
> nvpmodel command or other related method in NVidia's documentation.
>
> * Incompatibility with small memory systems
>
> Sufficient memory must be available to the driver to support the number of
> devices installed and their frame buffering requirements. A 64 bit system
> with adequate memory is strongly recommended. In some configurations,
> reserving more memory at boot for vmalloc may be necessary. More memory
> can be allocated by adding 'vmalloc=' option to the kernel command
> line.
>
> e.g. vmalloc=256M
>
> * Driver fails to build against certain version of linux-rt
>
> Some versions of the linux-rt patchset may be incompatible with the
> driver.
>
> * ASPM with some PCI-e cards
>
> Some PCI-e cards (1x lane cards) do not function properly by default when
> ASPM is enabled. When in this state, the device will be listed in lspci
> and the BlackmagicFirmwareUpdater status will report version ff. To work
> around this please add kernel boot parameter "pcie_aspm=off" to your boot
> loader.
>
> * Settings are not saved on some versions of Fedora
>
> This issue is caused by the SELinux policies being incorrect on the
> preferences file. To fix this issue, ensure the policycoreutils-python-utils
> package is installed and run the following commands:
>
> # sudo rm /etc/blackmagic/BlackmagicPreferences.xml
> # sudo semanage fcontext -a -t etc_runtime_t /etc/blackmagic
> # sudo restorecon /etc/blackmagic
Hyunbin Yoo
(175 rep)
Jul 20, 2025, 04:53 AM
9
votes
2
answers
11523
views
Why do the command cvt and gtf give different frequency values
I am trying to setup a xrandr mode line for a X display but in attempting to find the appropriate parameters, I note there are two different calculation programs (see below). Why the difference in values? Which set should I use for a NON-CRT display? $ gtf 1600 1200 60 # 1600x1200 @ 60.00 Hz (GTF) h...
I am trying to setup a xrandr mode line for a X display but in attempting to find the appropriate parameters, I note there are two different calculation programs (see below).
Why the difference in values?
Which set should I use for a NON-CRT display?
$ gtf 1600 1200 60
# 1600x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 160.96 MHz
Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
$ cvt 1600 1200 60
# 1600x1200 59.87 Hz (CVT 1.92M3) hsync: 74.54 kHz; pclk: 161.00 MHz
Modeline "1600x1200_60.00" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
mdpc
(6991 rep)
Dec 21, 2017, 12:27 AM
• Last activity: Jul 13, 2025, 12:05 PM
974
votes
17
answers
1192231
views
How can I reduce a video's size with ffmpeg?
How can I use [`ffmpeg`](https://ffmpeg.org/) to reduce the size of a video by lowering the quality (as minimally as possible, naturally, because I need it to run on a mobile device that doesn't have much available space)? I forgot to mention that when the video can use subtitles (*.srt or *.sub), I...
How can I use [
ffmpeg
](https://ffmpeg.org/) to reduce the size of a video by lowering the quality (as minimally as possible, naturally, because I need it to run on a mobile device that doesn't have much available space)?
I forgot to mention that when the video can use subtitles (*.srt or *.sub), I'd like to convert them too to fit the parameters of the converted video file.
xralf
(15189 rep)
Jan 10, 2012, 09:45 PM
• Last activity: Jul 11, 2025, 02:00 AM
0
votes
1
answers
5623
views
"MPEG-1/2 does not support 3/1 fps" when sending webcam to ffserver
I am unable to send a stream to my `ffserver`. I started the server with ffserver -f /etc/ffserver.conf & where `ffserver.conf` has not been modified. I tried sending a webcam stream with ffmpeg -f alsa -ac 2 -i plughw:0,0 -f video4linux2 -s vga -i /dev/video0 http://localhost:8090/feed1.ffm I have...
I am unable to send a stream to my
ffserver
.
I started the server with
ffserver -f /etc/ffserver.conf &
where ffserver.conf
has not been modified. I tried sending a webcam stream with
ffmpeg -f alsa -ac 2 -i plughw:0,0 -f video4linux2 -s vga -i /dev/video0 http://localhost:8090/feed1.ffm
I have however the following error:
[...]
[tcp @ 0x560e1234c6e0] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
[...]
MPEG-1/2 does not support 3/1 fps
[...]
The port 9080 is open, as seen with nmap localhost
**Why do I have this error and how to send my stream?**
-----------------------------
**Full output:**
# ffmpeg -f alsa -ac 2 -i plughw:0,0 -f video4linux2 -s vga -i /dev/video0 http://localhost:8090/feed1.ffm
ffmpeg version 3.2.1-1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 6.2.1 (Debian 6.2.1-5) 20161124
configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-libtesseract --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-libopencv --enable-frei0r --enable-libx264 --enable-chromaprint --enable-shared
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.101 / 57. 64.101
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libavresample 3. 1. 0 / 3. 1. 0
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
Guessed Channel Layout for Input Stream #0.0 : stereo
Input #0, alsa, from 'plughw:0,0':
Duration: N/A, start: 1481703954.356244, bitrate: 1536 kb/s
Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Input #1, video4linux2,v4l2, from '/dev/video0':
Duration: N/A, start: 41830.241126, bitrate: 147456 kb/s
Stream #1:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x480, 147456 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc
[tcp @ 0x560e6432c6e0] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
[tcp @ 0x560e64345a40] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
[mpeg1video @ 0x560e6435fb20] bitrate tolerance 21333 too small for bitrate 64000, overriding
[mpeg1video @ 0x560e6435fb20] MPEG-1/2 does not support 3/1 fps
Stream mapping:
Stream #0:0 -> #0:0 (pcm_s16le (native) -> mp2 (native))
Stream #1:0 -> #0:1 (rawvideo (native) -> mpeg1video (native))
Stream #0:0 -> #0:2 (pcm_s16le (native) -> wmav2 (native))
Stream #1:0 -> #0:3 (rawvideo (native) -> msmpeg4v3 (msmpeg4))
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
**Full /etc/ffserver.conf
** (no modification from original file):
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000
CustomLog -
File /tmp/feed1.ffm
FileMaxSize 200K
ACL allow 127.0.0.1
Feed feed1.ffm
Format mpeg
AudioBitRate 32
AudioChannels 1
AudioSampleRate 44100
VideoBitRate 64
VideoBufferSize 40
VideoFrameRate 3
VideoSize 160x128
VideoGopSize 12
Feed feed1.ffm
Format asf
VideoFrameRate 15
VideoSize 352x240
VideoBitRate 256
VideoBufferSize 40
VideoGopSize 30
AudioBitRate 64
StartSendOnKey
Format status
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
URL http://www.ffmpeg.org/
user123456
(5258 rep)
Dec 14, 2016, 08:35 AM
• Last activity: Jun 26, 2025, 01:06 PM
1
votes
1
answers
4565
views
Completely disable any messages when booting Linux
I want to completely disable the output of any messages on the screen when the system boots. `nomodeset`, `quiet` - don't work properly for me. Error messages still appear. Ideally, I want to see a message on the monitor - "no signal". The best I've been able to achieve is setting `console=ttyS0`, b...
I want to completely disable the output of any messages on the screen when the system boots.
nomodeset
, quiet
- don't work properly for me. Error messages still appear.
Ideally, I want to see a message on the monitor - "no signal".
The best I've been able to achieve is setting console=ttyS0
, but I'm not going to use the serial port.
I tried to disable the framebuffer but that doesn't work either.
descartes
(11 rep)
Jun 18, 2023, 03:45 PM
• Last activity: Jun 22, 2025, 10:00 AM
1
votes
0
answers
24
views
UVC camera only works properly when usbmon is running
I have the following setup:\ i.MX8MM + uDP72020 (PCIe to USB-3.0) + UVC-Camera\ Linux: 6.6.69\ GStreamer: 1.24.0 (imx) GStreamer pipeline I am using: ``` gst-launch-1.0 -e -vvv v4l2src device=/dev/video0 \ ! video/x-raw,width=1920,height=1080,format=YUY2,framerate=30/1 \ ! imxvideoconvert_g2d ! kmss...
I have the following setup:\
i.MX8MM + uDP72020 (PCIe to USB-3.0) + UVC-Camera\
Linux: 6.6.69\
GStreamer: 1.24.0 (imx)
GStreamer pipeline I am using:
gst-launch-1.0 -e -vvv v4l2src device=/dev/video0 \
! video/x-raw,width=1920,height=1080,format=YUY2,framerate=30/1 \
! imxvideoconvert_g2d ! kmssink connector-id=35 can-scale=false sync=false
Unfortunately this doesn't work, as I get around 1 fps.
Lower resolutions like 1280x720 work fine.
So I thought maybe it is a performance issue on the host side, but the i.MX8MM should be able to handle this resolution.
While debugging the issue and looking into stuff, I started usbmon to maybe see errors or something. But as soon as I started usbmon, everything worked fine, even at 1920x1080@30fps.
So the above GStreamer pipeline only works when usbmon is running at the same time!
So my question now is, why?
Why is the USB communication suddenly so much better when usbmon is running and logging all the traffic?
Is there anything usbmon does, which I could potentially also do to improve my setup?
Thank you and best regards,
Stefan
user1243392
(11 rep)
Jun 18, 2025, 09:56 AM
4
votes
2
answers
6724
views
Driver installation NVIDIA GeForce 940-mx not possible
This is a really specific question, I have come here before because of it but now I really think I am out of options and trying to see if anyone has experience with this specific video card. Have tried to install the drivers for it 4 times in the past and nothing has worked. First time with the `.ru...
This is a really specific question, I have come here before because of it but now I really think I am out of options and trying to see if anyone has experience with this specific video card.
Have tried to install the drivers for it 4 times in the past and nothing has worked. First time with the
.run
available in their webpage, nothing happened because an error appeared.
Then tried using nvidia-detect
but it didn't detect anything. So I added the non-free path to download nvidia-driver
, nvidia-smi
and nvidia-xconfig
packages. The first time I ran them only having installed bumblebee
but not bumblebee-nvidia
so system wasn't bootable after restarting, had to purge everything of nvidia's and restore /etc/X11/xorg.conf
to blank (original state), filed a bug report as someone in here recommended and they told me I needed bumblebee-nvidia
for it to work. Downloaded bumblebee-nvidia
, downloaded all those packages again and the system wouldn't boot after restarting, again.
Then tried again with the package from NVIDIA's webpage, this time without a graphics interface since it required that, and system crashed again.
**For all those 3 times that the system crashed I had to purge everything nvidia related and restore to blank the xorg.conf
file and then type startx
to have graphical interface again.
Next I tried what Debian's official page says , basically get things from backports, followed the steps to the line and it wouldn't boot again after restarting, purged everything I installed and everything nvidia related and it wouldn't boot having used the same fix I had done the previous times. A kind heart told me I had to reinstall nouveau
for it work again, and it did after doing that.
Can you please help me on how I could install this specific video card's driver? I have tried everything I have found online and I don't know enough to make up solutions as I go. I can't change the brightness of the screen, can't connect extra monitors, can't use redshift (my eyes are sensitive) and can't even invert colors because of the lack of the driver.
Previously asked question here on the site
Bug Report with more information
Using Debian 8 with Gnome 3, my computer has two video cards an intel (integrated) and the NVIDIA card. Please tell me if more information is required.
---------------
Edit: to put the results of the comment
$ sudo apt-get install bbswitch-dkms intel-microcode firmware-linux-nonfree bumblebee bumblebee-nvidia primus primus-libs primus-libs:i386 linux-headers-$(uname -r) nvidia-driver
Reading package lists... Done
Building dependency tree
Reading state information... Done
bbswitch-dkms is already the newest version.
bbswitch-dkms set to manually installed.
primus is already the newest version.
primus-libs is already the newest version.
primus-libs set to manually installed.
bumblebee is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
bumblebee-nvidia : Depends: bumblebee (= 3.2.1-7) but 3.2.1-13~bpo8+1 is to be installed
E: Unable to correct problems, you have held broken packages.
Then did sudo apt-get -f install
just in case and it didn't remove or install anything.
M.O.
(555 rep)
Jan 30, 2017, 03:04 AM
• Last activity: Jun 12, 2025, 06:04 PM
2
votes
1
answers
1987
views
Why am I losing audio on VLC when playing HQ videos?
I am having a problem with VLC when I play HQ videos (720p and higher): when I try to look for a particular scene (say I am playing a movie and want to get to go to 30 minute mark) the sound goes off. It doesn't happen always but it does happen frequently, and when I loose the sound is only on the v...
I am having a problem with VLC when I play HQ videos (720p and higher): when I try to look for a particular scene (say I am playing a movie and want to get to go to 30 minute mark) the sound goes off. It doesn't happen always but it does happen frequently, and when I loose the sound is only on the video I am playing. I never have this problem on Parole Media Player, so I think something must be misconfiguled on VLC. Does anybody have any idea what could be wrong and how can I fix it?
-----------------------------------------------------
**Update:** Following the advice from
Skuminder
, I ran vlc -vvv my_video.mp4
and here I present the lines concerning audio of the output I got:
[0xae7705b0] faad decoder warning: decoded zero sample
[0x8803d40] main playlist debug: reusing audio output
[0x87f9030] pulse audio output debug: using stereo channel map
[0xaad017c8] main spu text debug: looking for text renderer module matching "any": 3 candidates
[0x87f9030] pulse audio output debug: changed buffer metrics: maxlength=4194304, tlength=46080, prebuf=0, minreq=15360
[0x87f9030] pulse audio output debug: connected to sink alsa_output.pci-0000_00_1b.0.analog-stereo
[0x87f9030] main audio output debug: output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[0xaaf06568] main volume debug: looking for audio volume module matching "any": 2 candidates
[0x87f9030] pulse audio output debug: base volume: 65536
[0x87f9030] pulse audio output debug: changing sink 0: alsa_output.pci-0000_00_1b.0.analog-stereo (Built-in Audio Analog Stereo)
[0xaaf06568] main volume debug: using audio volume module "float_mixer"
[0x87f9030] main audio output debug: input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[0xaaf07a58] main audio filter debug: looking for audio filter module matching "scaletempo": 14 candidates
[0xaaf07a58] scaletempo audio filter debug: format: 48000 rate, 2 nch, 4 bps, fl32
[0xaaf07a58] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[0xaaf07a58] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode
[0xaaf07a58] main audio filter debug: using audio filter module "scaletempo"
[0x87f9030] main audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
[0x87f9030] main audio output debug: conversion pipeline complete
[0x87f9030] main audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
[0x87f9030] main audio output debug: conversion pipeline complete
[0xaaf0f228] main audio resampler debug: looking for audio resampler module matching "any": 3 candidates
[0xaaf0f228] main audio resampler debug: using audio resampler module "samplerate"
[0xae7705b0] main decoder debug: End of audio preroll
[0x87f9030] pulse audio output debug: cannot synchronize start
[0x87f9030] pulse audio output debug: deferring start (30851 us)
[0x87f9030] pulse audio output debug: deferring start (9397 us)
[0x87f9030] pulse audio output warning: starting late (-12465 us)
[0x87f9030] pulse audio output debug: started
[0x87f9030] pulse audio output debug: changing sink 0: alsa_output.pci-0000_00_1b.0.analog-stereo (Built-in Audio Analog Stereo)
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 32%
[0xae7705b0] main decoder debug: End of audio preroll
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 66%
[0xb24024a0] main input debug: Buffering 99%
[0xb24024a0] main input debug: Stream buffering done (398 ms in 76 ms)
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 33%
[0xb24024a0] main input debug: Buffering 66%
[0xb24024a0] main input debug: Buffering 99%
[0xb24024a0] main input debug: Stream buffering done (399 ms in 94 ms)
[0xae7705b0] main decoder debug: End of audio preroll
[0x87f9030] pulse audio output debug: underflow
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 33%
[0xb24024a0] main input debug: Buffering 66%
[0xb24024a0] main input debug: Buffering 99%
[0xb24024a0] main input debug: Stream buffering done (399 ms in 3 ms)
[0xae7705b0] main decoder debug: End of audio preroll
[0x87f9030] pulse audio output debug: underflow
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 32%
[0xae7705b0] main decoder debug: End of audio preroll
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 66%
[0xb24024a0] main input debug: Buffering 99%
[0xb24024a0] main input debug: Stream buffering done (398 ms in 49 ms)
[0xae71ee18] main decoder debug: End of video preroll
[0xae71ee18] main decoder debug: Received first picture
[0xb24024a0] main input debug: Decoder buffering done in 599 ms
[0x87f9030] pulse audio output debug: underflow[0x87f9030] main audio output debug: inserting 27606 zeroes
[0x87f9030] main audio output warning: playback way too early (-575136): playing silence
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 0%
[0xb24024a0] main input debug: Buffering 32%
[0xae7705b0] main decoder debug: End of audio preroll
[0x87f9030] pulse audio output debug: underflow
[0xb24024a0] main input debug: Buffering 66%
[0xb24024a0] main input debug: Buffering 99%
[0xb24024a0] main input debug: Stream buffering done (398 ms in 78 ms)
Hope there's something interesting.
Carl Rojas
(1139 rep)
Mar 29, 2015, 07:14 PM
• Last activity: May 30, 2025, 11:05 AM
1
votes
0
answers
68
views
Arch Linux - unable to play videos in AOM-AV1 codec
I noticed that VLC could not display the sound of videos that used AOMedia's AV1 codec, or AOM-AV1 in short. When I tried to play videos in that specific codec, I could only hear the sound of the video. This did not occur in other codecs such as H.264 and H.265. I ran video players in terminal, hopi...
I noticed that VLC could not display the sound of videos that used AOMedia's AV1 codec, or AOM-AV1 in short. When I tried to play videos in that specific codec, I could only hear the sound of the video. This did not occur in other codecs such as H.264 and H.265. I ran video players in terminal, hoping to catch error messages.
> vlc aomav1_video.mkv
VLC media player 3.0.21 Vetinari (revision 3.0.21-0-gdd8bfdbabe8)
[0000556c0aabd520] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
[00007f3038006a50] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error
[00007f3038006a50] glconv_vaapi_drm gl error: vaInitialize: unknown libva error
Xlib: extension "DRI2" missing on display ":0".
libva error: vaGetDriverNames() failed with operation failed
[00007f3038006a50] glconv_vaapi_drm gl error: vaInitialize: operation failed
[00007f30450dddc0] avcodec decoder: Using NVIDIA VDPAU Driver Shared Library 570.153.02 Tue May 13 16:18:57 UTC 2025 for hardware decoding
[00007f30450dddc0] main decoder error: buffer deadlock prevented
When I tried GNOME Video, also known as totem, it didn't even play the sound.
> totem aomav1_video.mkv
(No terminal output)
GUI - An error occurred: Could not initialise OpenGL support
The videos play just fine on VLC on Windows so the videos aren't corrupted. What packages need to be fixed here?
Hyunbin Yoo
(175 rep)
May 26, 2025, 12:47 PM
0
votes
1
answers
110
views
Lenovo 4k60hz Monitor is stuck at 30hz on Linux+Windows. Is this Lenovo EDID the problem?
This EDID is from a Lenovo P32p-20 4k monitor connected to a ThinkPad P16v Gen 2 laptop (Intel 155H). On other laptops (older thinkpads and macbooks) it works at 4k@60hz but on newer Intel ThinkPads including P16vG2 & X1 Carbon Gen 12 it only works at 4k@30hz. On Windows 11 I can select 59.95hz but...
This EDID is from a Lenovo P32p-20 4k monitor connected to a ThinkPad P16v Gen 2 laptop (Intel 155H). On other laptops (older thinkpads and macbooks) it works at 4k@60hz but on newer Intel ThinkPads including P16vG2 & X1 Carbon Gen 12 it only works at 4k@30hz. On Windows 11 I can select 59.95hz but then the resolution drops to 2560x1440. Going back to 4k reverts to 30hz. I originally suspected a flakey EDID or Linux decoding it but now I suspect the Intel/ThinkPad hardware. I note it says "EDID conformity: FAIL". The laptop's built-in panel (eDP-1) correctly shows "3840x2400 59.98*" but the external Lenovo monitor (DP-4) only goes to 30hz according to xrandr. OS is OpenSUSE w/KDE + Wayland however I think the desktop environment is unrelated because it's a kernel issue decoding the available modes, right?
edid-decode (hex):
00 ff ff ff ff ff ff 00 30 ae a2 62 00 00 00 00
1c 1e 01 04 b5 46 27 78 3a e5 a5 ae 4f 43 ab 26
0c 50 54 a1 08 00 d1 00 d1 c0 b3 00 81 c0 81 80
95 00 a9 c0 81 00 4d d0 00 a0 f0 70 3e 80 30 20
35 00 b9 88 21 00 00 1a 00 00 00 fd 00 17 4c 1e
a0 3c 01 0a 20 20 20 20 20 20 00 00 00 fc 00 4c
45 4e 20 50 33 32 70 2d 32 30 0a 20 00 00 00 ff
00 56 4e 41 34 59 35 33 52 0a 20 20 20 20 01 b7
02 03 1b f1 4e 61 60 5f 10 1f 05 14 04 13 12 11
03 02 01 23 09 7f 07 83 01 00 00 a3 66 00 a0 f0
70 1f 80 30 20 35 00 b9 88 21 00 00 1a 56 5e 00
a0 a0 a0 29 50 30 20 35 00 b9 88 21 00 00 1a 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c
----------------
Block 0, Base EDID:
EDID Structure Version & Revision: 1.4
Vendor & Product Identification:
Manufacturer: LEN
Model: 25250
Made in: week 28 of 2020
Basic Display Parameters & Features:
Digital display
Bits per primary color channel: 10
DisplayPort interface
Maximum image size: 70 cm x 39 cm
Gamma: 2.20
DPMS levels: Off
Supported color formats: RGB 4:4:4, YCrCb 4:4:4, YCrCb 4:2:2
First detailed timing includes the native pixel format and preferred refresh rate
Color Characteristics:
Red : 0.6826, 0.3105
Green: 0.2626, 0.6689
Blue : 0.1503, 0.0488
White: 0.3134, 0.3291
Established Timings I & II:
IBM : 720x400 70.081663 Hz 9:5 31.467 kHz 28.320000 MHz
DMT 0x04: 640x480 59.940476 Hz 4:3 31.469 kHz 25.175000 MHz
DMT 0x09: 800x600 60.316541 Hz 4:3 37.879 kHz 40.000000 MHz
DMT 0x10: 1024x768 60.003840 Hz 4:3 48.363 kHz 65.000000 MHz
Standard Timings:
DMT 0x45: 1920x1200 59.884600 Hz 16:10 74.556 kHz 193.250000 MHz
DMT 0x52: 1920x1080 60.000000 Hz 16:9 67.500 kHz 148.500000 MHz
DMT 0x3a: 1680x1050 59.954250 Hz 16:10 65.290 kHz 146.250000 MHz
DMT 0x55: 1280x720 60.000000 Hz 16:9 45.000 kHz 74.250000 MHz
DMT 0x23: 1280x1024 60.019740 Hz 5:4 63.981 kHz 108.000000 MHz
DMT 0x2f: 1440x900 59.887445 Hz 16:10 55.935 kHz 106.500000 MHz
DMT 0x53: 1600x900 60.000000 Hz 16:9 60.000 kHz 108.000000 MHz (RB)
DMT 0x1c: 1280x800 59.810326 Hz 16:10 49.702 kHz 83.500000 MHz
Detailed Timing Descriptors:
DTD 1: 3840x2160 59.996625 Hz 16:9 133.312 kHz 533.250000 MHz (697 mm x 392 mm)
Hfront 48 Hsync 32 Hback 80 Hpol P
Vfront 3 Vsync 5 Vback 54 Vpol N
Display Range Limits:
Monitor ranges (Bare Limits): 23-76 Hz V, 30-160 kHz H, max dotclock 600 MHz
Display Product Name: 'LEN P32p-20'
Display Product Serial Number: 'VNA4Y53R'
Extension blocks: 1
Checksum: 0xb7
----------------
Block 1, CTA-861 Extension Block:
Revision: 3
Underscans IT Video Formats by default
Basic audio support
Supports YCbCr 4:4:4
Supports YCbCr 4:2:2
Native detailed modes: 1
Video Data Block:
VIC 97: 3840x2160 60.000000 Hz 16:9 135.000 kHz 594.000000 MHz
VIC 96: 3840x2160 50.000000 Hz 16:9 112.500 kHz 594.000000 MHz
VIC 95: 3840x2160 30.000000 Hz 16:9 67.500 kHz 297.000000 MHz
VIC 16: 1920x1080 60.000000 Hz 16:9 67.500 kHz 148.500000 MHz
VIC 31: 1920x1080 50.000000 Hz 16:9 56.250 kHz 148.500000 MHz
VIC 5: 1920x1080i 60.000000 Hz 16:9 33.750 kHz 74.250000 MHz
VIC 20: 1920x1080i 50.000000 Hz 16:9 28.125 kHz 74.250000 MHz
VIC 4: 1280x720 60.000000 Hz 16:9 45.000 kHz 74.250000 MHz
VIC 19: 1280x720 50.000000 Hz 16:9 37.500 kHz 74.250000 MHz
VIC 18: 720x576 50.000000 Hz 16:9 31.250 kHz 27.000000 MHz
VIC 17: 720x576 50.000000 Hz 4:3 31.250 kHz 27.000000 MHz
VIC 3: 720x480 59.940060 Hz 16:9 31.469 kHz 27.000000 MHz
VIC 2: 720x480 59.940060 Hz 4:3 31.469 kHz 27.000000 MHz
VIC 1: 640x480 59.940476 Hz 4:3 31.469 kHz 25.175000 MHz
Audio Data Block:
Linear PCM:
Max channels: 2
Supported sample rates (kHz): 192 176.4 96 88.2 48 44.1 32
Supported sample sizes (bits): 24 20 16
Speaker Allocation Data Block:
FL/FR - Front Left/Right
Detailed Timing Descriptors:
DTD 2: 3840x2160 29.980602 Hz 16:9 65.688 kHz 262.750000 MHz (697 mm x 392 mm)
Hfront 48 Hsync 32 Hback 80 Hpol P
Vfront 3 Vsync 5 Vback 23 Vpol N
DTD 3: 2560x1440 59.950550 Hz 16:9 88.787 kHz 241.500000 MHz (697 mm x 392 mm)
Hfront 48 Hsync 32 Hback 80 Hpol P
Vfront 3 Vsync 5 Vback 33 Vpol N
Checksum: 0x0c
----------------
Preferred Video Timing if only Block 0 is parsed:
DTD 1: 3840x2160 59.996625 Hz 16:9 133.312 kHz 533.250000 MHz (697 mm x 392 mm)
Hfront 48 Hsync 32 Hback 80 Hpol P
Vfront 3 Vsync 5 Vback 54 Vpol N
----------------
Preferred Video Timings if Block 0 and CTA-861 Blocks are parsed:
DTD 1: 3840x2160 59.996625 Hz 16:9 133.312 kHz 533.250000 MHz (697 mm x 392 mm)
Hfront 48 Hsync 32 Hback 80 Hpol P
Vfront 3 Vsync 5 Vback 54 Vpol N
VIC 97: 3840x2160 60.000000 Hz 16:9 135.000 kHz 594.000000 MHz
Hfront 176 Hsync 88 Hback 296 Hpol P
Vfront 8 Vsync 10 Vback 72 Vpol P
----------------
Native Video Resolution:
3840x2160
----------------
edid-decode SHA: 84ddf9155376 2021-10-03 10:37:45
Warnings:
EDID:
Base EDID: Some timings are out of range of the Monitor Ranges:
Horizontal Freq: 28.125 - 135.000 kHz (Monitor: 30.000 - 160.000 kHz)
Failures:
Block 1, CTA-861 Extension Block:
Missing VCDB, needed for Set Selectable RGB Quantization to avoid interop issues.
EDID conformity: FAIL
$ xrandr
Screen 0: minimum 16 x 16, current 10561 x 3780, maximum 32767 x 32767
eDP-1 connected primary 3840x2400+0+1379 (normal left inverted right x axis y axis) 344mm x 215mm
3840x2400 59.98*+
2048x1536 59.95
1920x1440 59.97
1600x1200 59.96
1440x1080 59.99
1400x1050 59.98
1280x1024 59.89
1280x960 59.94
1152x864 59.96
1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.52
2560x1600 59.99
1920x1200 59.96
1680x1050 59.95
1440x900 59.89
1280x800 59.81
1152x720 59.97
960x600 59.96
928x580 59.88
800x500 59.50
768x480 59.90
720x480 59.71
640x400 59.95
320x200 58.96
3840x2160 60.00
3200x1800 59.99
2880x1620 60.00
2560x1440 59.96
2048x1152 59.98
1920x1080 59.96
1600x900 59.95
1368x768 59.88
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77
DP-4 connected 6720x3780+3841+0 (normal left inverted right x axis y axis) 697mm x 392mm
6720x3780 29.99*+
2048x1536 29.95
1920x1440 29.95
1600x1200 29.95
1440x1080 29.86
1400x1050 29.98
1280x1024 29.90
1280x960 29.82
1152x864 29.92
1024x768 29.89
800x600 29.55
640x480 29.85
320x240 27.50
2560x1600 29.99
1920x1200 29.95
1680x1050 29.95
1440x900 29.91
1280x800 29.83
1152x720 29.96
960x600 29.86
928x580 29.64
800x500 29.53
768x480 29.64
720x480 29.25
640x400 29.58
320x200 26.53
5120x2880 29.99
4096x2304 29.99
3840x2160 29.98
3200x1800 29.96
2880x1620 29.96
2560x1440 29.94
2048x1152 29.94
1920x1080 29.95
1600x900 29.92
1368x768 29.94
1280x720 29.93
1024x576 29.84
864x486 29.50
720x400 29.51
640x350 29.03


Andrew
(101 rep)
Dec 3, 2024, 12:29 PM
• Last activity: May 25, 2025, 03:26 PM
3
votes
1
answers
1962
views
Old ATI Video Card on Debian 8 - Xpress 200 - model: 1150
Well, my problem is very complicated, I've an old machine (Dell Vostro 1000) where I'm using Debian 8 with XFCE. This machine have an integrated video card (ATI MOBILITY RADEON XPRESS 200 - Model: 1150), and it doesn't work with Debian default configuration. Let's see what I already have tried: - To...
Well, my problem is very complicated, I've an old machine (Dell Vostro 1000) where I'm using Debian 8 with XFCE. This machine have an integrated video card (ATI MOBILITY RADEON XPRESS 200 - Model: 1150), and it doesn't work with Debian default configuration.
Let's see what I already have tried:
- To turn on my laptop without it shows the notorious colored stripes I need use the "nomodeset" code on grub.cfg.
- The Debian 8 appears don't have the xorg.conf (???), I made a Xorg.conf following the instructions at https://wiki.debian.org/AtiHowTo , without success.
- I tried already tried follow the procedures in the page above, cause the current proprietary driver is not compatible with my old video card. and the older version (legacy) can't be installed and shows some conflicts with "X". This way I have to use the generic linux driver.
- I tried set the display resolution using XRANDR, but it fails and when I made the insertion of another resolution, I just can't select this.
- Thinking about modules, maybe I can see a little ligth in the end of tunnel. I find a blacklist file into "/etc/modprobe.d" and removed the module "radeonfb" of blacklist, but when I tried to restart, the machine only shows a black screen with the mouse pointer only. to fix this I changed the "quiet" entry of boot line and changed it with "single" to show the command line and I can see that when the module "radeonfb" is loaded, the letters of command line become small (like it have made a resolution adjustment) but I need understand why only a black screen and the mouse pointer is showed.
**NOTE:** The xorgs and firmware-linux are installed but doesn't work. I really don't need 3d acceleration, but I need to resize my screen. Actually it's 1024x768 but the hardware can show 1280x800.
Diego
(31 rep)
May 27, 2015, 06:36 PM
• Last activity: May 24, 2025, 02:04 AM
0
votes
0
answers
94
views
OBS does not recognize Blackmagic Capture Card as a Video Source
I am trying to configure my [Blackmagic DeckLink Quad HDMI Recorder](https://www.blackmagicdesign.com/products/decklink/techspecs/W-DLK-36) to work with OBS on Arch Linux. On Windows, I could go to [their website](https://www.blackmagicdesign.com/support/family/capture-and-playback), install their D...
I am trying to configure my [Blackmagic DeckLink Quad HDMI Recorder](https://www.blackmagicdesign.com/products/decklink/techspecs/W-DLK-36) to work with OBS on Arch Linux.
On Windows, I could go to [their website](https://www.blackmagicdesign.com/support/family/capture-and-playback) , install their Desktop Video 14.5 Program. Once the drivers were installed, OBS would recognize the device.
Linux wasn't as straightforward. I downloaded [14.4.1](https://swr.cloud.blackmagicdesign.com/DesktopVideo/v14.4.1/Blackmagic_Desktop_Video_Linux_14.4.1.tar.gz?verify=1748017031-8xieTBOzdt4rQ%2FPasifFSs1vESAzwvSPyHGl7hgaJv0%3D) because they did not provide a Linux version for 14.5.
I unzipped the
.tar.tar
which contained
for Debian,
for Fedora, and
for miscellaneous systems. I navigated to ./other/x86_64
and unzipped -14.4.1a4-x86_64.tar.gz
. I then moved to ./usr/bin
, where I found the executable
.
When I ran it I got Desktop Video Device Detected
. The files in the folder were subsequently found in my actual /usr
and /etc
, so the installer likely did its job. However even after a reboot OBS still won't recognize the device. Neither Capture Device (V4L2)
nor Capture Device (Pipewire) (BETA)
display my capture device as an option.
> lspci | grep Blackmagic
05:00.0 Multimedia video controller: Blackmagic Design DeckLink Quad HDMI Recorder
> lsmod | grep blackmagic
blackmagic_io 2420736 8
> dkms status -m blackmagic-io -k uname -r
blackmagic-io/14.4.1a4, 6.14.7-arch2-1, x86_64: installed
> sudo modprobe blackmagic-io
> sudo dkms build -m blackmagic-io -v 14.4.1a4
Module blackmagic-io/14.4.1a4 already built for kernel 6.14.7-arch2-1 (x86_64), skip. You may override by specifying --force.
I am not sure what I am supposed to do now, as the OS does recognize the device.
Hyunbin Yoo
(175 rep)
May 23, 2025, 04:34 PM
1
votes
1
answers
10559
views
How to install AMD Proprietary Drivers on Manjaro?
I'm using Linux Manjaro 0.8.13 on my laptop and want to install proprietary drivers. Here is what I have: efog# lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: A...
I'm using Linux Manjaro 0.8.13 on my laptop and want to install proprietary drivers.
Here is what I have:
efog# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] (rev ff)
At first, I've tried to install drivers using "Manjaro Settings Manager" and "Hardware detection". Right-clicked on "video-catalyst", then "Install", rebooted and got black screen without X.
Then I've tried to install it manually. At first I downgraded my xorg-server to version 1.15. Here is all of what I did then:
yaourt catalyst-test #conflict with mhwd
yaourt catalyst-total-pxp #conflict with mhwd
sudo mhwd -i pci video-catalyst #ok, but black screen
Then I removed
mhwd
with -Rdd
option and tried to install catalyst again.
I got this:
Building fglrx module for 3.18.15-1-MANJARO kernel ...
Failed!!! Check out log: /var/log/catalyst-install.log
Switch to AMD
Switch to AMD
----------------------------------------------------------------
You can use the tool 'aticonfig' to generate an xorg.conf file.
--------------------- ^^^^^^^^^ --------------------------------
fglrx was added into /etc/modules-load.d/catalyst.conf
----------------------------------------------------------------
atieventsd (needs acpid pkg) on systemd:
systemctl enable atieventsd
systemctl start atieventsd
----------------------------------------------------------------
For more info and troubleshooting visit:
http://wiki.archlinux.org/index.php/ATI_Catalyst
----------------------------------------------------------------
----------------------------------------------------------------
ATTENTION!
----------------------------------------------------------------
To enable 'automatic re-compilation while system shutdown/reboot'
testing feature run these commands as root:
systemctl enable catalyst-hook
systemctl start catalyst-hook
More info here:
https://bbs.archlinux.org/viewtopic.php?pid=1255575#p1255575
----------------------------------------------------------------
---------------- I/O BUG ---------------------------------------
There's a bug in fglrx found by lano1106 which generates
great amount of unneeded I/O operations
To activate workaround enable systemd service:
systemctl enable temp-links-catalyst
systemctl start temp-links-catalyst
More infos:
https://bbs.archlinux.org/viewtopic.php?pid=1279977#p1279977
https://bbs.archlinux.org/viewtopic.php?pid=1280193#p1280193
aticonfig --initial
says: aticonfig: No supported adapters detected
.
Here is catalyst-install.log
:
--------
2015-06-25 13:10:09
Building fglrx module for 3.18.15-1-MANJARO kernel ...
--------
OsVersion says: SMP=1
file /proc/kallsyms says: SMP=1
Warning:
kernel includes at /usr/lib/modules/3.18.15-1-MANJARO/build/include not found or incomplete
file: /usr/lib/modules/3.18.15-1-MANJARO/build/include/linux/autoconf.h
Warning:
kernel includes at /usr/lib/modules/3.18.15-1-MANJARO/build/include not found or incomplete
file: /usr/lib/modules/3.18.15-1-MANJARO/build/include/linux/autoconf.h
assuming default: MODVERSIONS=0
Warning:
kernel includes at /usr/lib/modules/3.18.15-1-MANJARO/build/include not found or incomplete
file: /usr/lib/modules/3.18.15-1-MANJARO/build/arch/x86/include/asm/compat.h
md5sum: /usr/lib/modules/3.18.15-1-MANJARO/build/Module.symvers: No such file or directory
make: entering directory «/usr/lib/modules/3.18.15-1-MANJARO/build»
make: *** No rule to make target «modules». Stop.
make: exiting directory «/usr/lib/modules/3.18.15-1-MANJARO/build»
Help me please, what should I do? I'm totally new to Arch Linux, was using Ubuntu before.
I have only 1 assumption:
efog# uname -a
Linux efog-pc 3.18.14-1-MANJARO #1 SMP PREEMPT Mon May 25 01:26:15 UTC 2015 x86_64 GNU/Linux
And in the .log
file I see version 3.18.15-1
.
But I really don't know what to do.
Efog
(159 rep)
Jun 25, 2015, 10:20 AM
• Last activity: May 7, 2025, 09:03 AM
Showing page 1 of 20 total questions