From: Albert H. <alb...@ya...> - 2009-09-04 18:15:57
|
Carsten Schreiter <kuma476 <at> gmx.de> writes: > > Hi, > > I tried out gc-linux with the new kernel (2.6.29) on my wii because I was keen on the new video driver. It seems > to work fine, the video mode is detected well (NTSC 480p, no cut off edges or similar). > The only problem I have is than under X (using fluxbox) the colors are wrong. The desktop looks quite ok but it > is green and some protions like the task bar have pink in it. > The colors were fine with xWhiite and the old cube FB driver but here the top and bottom edges were cut on my > japanese Sony flat panel tv (NTSC). > Does anybody has a hint how to resolve this issue? > > C The GameCube and Wii have a non-RGB framebuffer so you cannot use a normal framebuffer-based X server. That's why a special X server that translates RGB to YUY2 on the fly was developed by nuvalo. That X server, though, is unaware of the new video driver possibilities and still hardcodes support for a single video mode. In summary: - you cannot use a normal X server or you get wrong colors - the existing X driver needs to be fixed to properly support more videomodes Cheers, Albert |