I don't have a depth 24, bits_per_pixel 24, scanline_pad 32 mode.
... that explains it ...
;)
Sveinn Sveinsson wrote:
Peter Bystrom wrote:
I'm sorry, but I fail to get this, it works perfectly well with my screen at 24bpp.What is the output of xdpyinfo?This is the significant difference between 24 and 32 bbp mode on my server:
$ diff /tmp/xdpyinfo.24bpp.out /tmp/xdpyinfo.32bpp.out
1c1
< name of display: :1.0
---
> name of display: :0.0
12c12
< depth 24, bits_per_pixel 24, scanline_pad 32
---
> depth 24, bits_per_pixel 32, scanline_pad 32My guess is that you are running X in 32bpp mode. You specify the mode when you start up X:
X -bpp 24 :1.0
Your server might revert to 32bpp mode when you don't specify it.
Attached is an image of rdesktop running on a server which is truly in 24bpp mode.