Hi,
Previously I have been trying to load TC4.0 on the POS and it worked fine. Now when loading TC6.0 and having installed xf86-video-intel the POS gives me a blank screen. The POS terminal has a Intel 82945G Integrated Graphics Controller card. But I had to use modeset.i915=1 as kernel parameter to get the screen going. So my question is why do I need to do this since KMS is enabled by default?
My 2nd question is, when I attach a monitor to the POS terminal, and I load TC6.0 with the modeset.i915=1 I again get a blank screen on the POS terminal but my attached monitor shows me the TC desktop. On running xrandr it gives me LVDS1 as disconnected and VGA1 connected.
I then give the following commands to enable the POS screen
xrandr --addmode LVDSI 1024x768
xrandr --output LVDSI --mode 1024x768
xrandr --output VGA1 --right-of LVDS1
But I dont get the correct resolution on the POS terminal. Without the attached monitor the POS terminal displays correctly with the resolution 1024x768. What needs to be done?
Again thanks a ton guys, for the help...