Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] xwallpaper -- no image

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
MikeLieberman
Posts: 160
Joined: 2013-01-29 17:26
Location: General Santos City, Philippines
Has thanked: 17 times
Been thanked: 2 times

[Software] xwallpaper -- no image

#1 Post by MikeLieberman »

Running Debian Bullseye with a backport to: $ uname -r
5.19.0-0.deb11.2-amd64

Running the Gnome Xorg X desktop

I installed via apt-get the package xwallpaper

Testing on a dual monitor. The wallpaper did not appear and here's the debug output. I don't see anything in the output to tell me why it isn't working:

Code: Select all

$ xwallpaper  --tile /home/mike/test.jpg  --debug
loading /home/mike/test.jpg
output detected: HDMI-1, 1920x1080+0+0
output detected: VGA-1, 1920x1080+1920+0
(randr) screen dimensions: 3840x1080+0+0
creating pixmap (3840x1080)
tiling /home/mike/test.jpg for HDMI-1 (area 1920x1080+0+0)
xcb image (1920x1080) to HDMI-1 (1920x1080+0+0)
put image request parameters:
maximum request length allowed for server (32 bits): 4194303
maximum length for row data: 16777188
length of rows in image: 7680
maximum height to send: 2184
put image (1920x1080+0+0) to HDMI-1 (1920x1080+0+0)
tiling /home/mike/test.jpg for VGA-1 (area 1920x1080+0+0)
xcb image (1920x1080) to VGA-1 (1920x1080+1920+0)
put image request parameters:
maximum request length allowed for server (32 bits): 4194303
maximum length for row data: 16777188
length of rows in image: 7680
maximum height to send: 2184
put image (1920x1080+0+0) to VGA-1 (1920x1080+1920+0)

Post Reply