View Single Post
  #10  
Old February 24th, 2005, 11:33 AM

Gandalf_greypilgrim Gandalf_greypilgrim is offline
Corporal
 
Join Date: Mar 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Gandalf_greypilgrim is on a distinguished road
Default Re: Any luck with wine?

Just to address the issue with the error you are getting Ed, Gamma Ramp is a function used to set the intensity levels of r/g/b . Looking at the source files, in wine this is handled via wine/dlls/x11drv/xvidmode.c . If ramp[0] >= 1 it causes this failure, I think, maybe this will work, if we bypass it by forcing that value to be 0. This will mess up the color intensity levels of course, but it might be a way to find out where the other problems are.
Reply With Quote