From: James S. <jsi...@in...> - 2004-05-19 17:06:52
|
> > I don't think the matroxset commands where > > meant to be used with the ruby kernel. > > there is nothing wrong with matroxset with ruby, > and it's the only way to separate the outputs > of the two heads of G4x0DH or G550DH > else both fbdevs are mirrored :( > > does anyone have a better solution ? > > ( > of course it would be great to get independant fbcon > without matroxset, but i'm not aware of such possibility > ) I haven't fixed it up but I do have a idea. It would also eliminate that awful driver init list in fbmem.c. The idea was to send a event when a driver is registered. Then fbcon would recieve that event. Then it would look at the con2fb_map in fbcon to see what VCs to map to. At the boot command line or via con2fb you can set this mapping. Now if you have the case of a dual headed card where one head isn't mapped then it could default to mirroring. Fundamentally we need a mirror api for the fbdev layer. I'm hoping to introduce that via sysfs. > IMO, this is only possible with the Matrox MMS series cards (G200 or G450) > two/ four heads by choice(pocket) , but they are really too > expensive > it's just that the hardware is missing So it is possible to run OpenGl on a Matrox card :-) |