[Bug 20843] Virtual colour depth & full screen resolution?

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 17 10:33:28 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=20843

--- Comment #5 from winetest at luukku.com ---
(In reply to David Rogers from comment #0)

> I ask this as I am unable to change my colour depth and reduce my resolution
> below 640x480. And even when I could change my colour depth it meant
> restarting the X-server. I assume other people will also have this problem.

You are able to set lower values for virtual desktop, but the resolution must
be the ones mentioned at dlls/winex11.drv/desktop.c 

currently they are

static const unsigned int widths[]  = {320, 400, 512, 640, 800, 1024, 1152,
1280, 1280, 1400, 1600};
static const unsigned int heights[] = {200, 300, 384, 480, 600,  768,  864, 
960, 1024, 1050, 1200};

I think wine should add at least 1920x1080, maybe some higher resolutions too,
some 4k monitors can set a lot higher resolutions that wine lets currently.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list