Re: Live Touchscreen Calibration [WAS: magictouch touch screen driver]

2005-06-10 Thread damian gruszka
Hi, I don't think a functionality like this is really necessary. A calibration utility is started by a user once to find the mapping from touchscreen coordinates to "real" screen. In general it is a matrix doing shifting, stretching and rotating. To use scrn->currentMode is from my perspective

Changes to via_drv.o solving problems of hardwired devices.

2005-05-10 Thread damian gruszka
Hello, to support "hardwired" TV and LVDS devices, which doesn't apear on I2O bus I suggest following changes. The Option ConnectedDevice set the correesponding field in VIABIOSInfo.Since my routine and the the "switch" for ActiveDevice are quite similar, I also risked to replace this code by