Enabling different screen size in Photon? (1024x600 on Toshi

Hello,

I’m using a Toshiba Portege 320CT, which has a panoramic screen size:
1024x600. The video chip
is CT65555 (hiqv driver).

crttrap (in effect devgt-iographics) does not find this
1024x600 mode (it does find 1024x768).

I’ve tried to find out how I can tell the graphics driver to only use the
1024x600 Photon space.

Also, in another approach, I tried finding options to Photon how to reduce
the used workspace to only 1024x600 (having the driver just run in the
1024x768 space).

Is there a way to make this work?

Leon Woestenberg.

Have you tried this?

Run phgrafx.
Click “Advanced…” and edit the command line,
replacing “io-graphics -g1024x768 …” with
“io-graphics -g1024x600 …”.

Leon Woestenberg <leon.woestenberg@gmx.net> wrote:

Hello,

I’m using a Toshiba Portege 320CT, which has a panoramic screen size:
1024x600. The video chip
is CT65555 (hiqv driver).

crttrap (in effect devgt-iographics) does not find this
1024x600 mode (it does find 1024x768).

I’ve tried to find out how I can tell the graphics driver to only use the
1024x600 Photon space.

Also, in another approach, I tried finding options to Photon how to reduce
the used workspace to only 1024x600 (having the driver just run in the
1024x768 space).

Is there a way to make this work?

Leon Woestenberg.

“Angela Lin” <alin@qnx.com> wrote in message
news:a7vahu$s36$1@nntp.qnx.com

Have you tried this?

Run phgrafx.
Click “Advanced…” and edit the command line,
replacing “io-graphics -g1024x768 …” with
“io-graphics -g1024x600 …”.

Yes (I should have mentioned what I’ve tried specifically.)

This gave the error: “Mode not in table”.

Leon.

“Leon Woestenberg” <leon.woestenberg@gmx.net> wrote in message
news:a7skn5$886$1@inn.qnx.com

Hello,

I’m using a Toshiba Portege 320CT, which has a panoramic screen size:
1024x600. The video chip
is CT65555 (hiqv driver).

crttrap (in effect devgt-iographics) does not find this
1024x600 mode (it does find 1024x768).

I’ve tried to find out how I can tell the graphics driver to only use the
1024x600 Photon space.

Also, in another approach, I tried finding options to Photon how to reduce
the used workspace to only 1024x600 (having the driver just run in the
1024x768 space).

Is there a way to make this work?

I doubt there is. I beleive (not really sure) that the driver used the
VIDEO BIOS
to switch resolution. If the BIOS isn’t telling QNX that 1026x600 is
available,
If i’m right, there isn’t much that can be done without a custom driver or a
better
VIDEO BIOS.

Leon Woestenberg.

Mario Charest <goto@nothingness.com> wrote:

“Leon Woestenberg” <> leon.woestenberg@gmx.net> > wrote in message
news:a7skn5$886$> 1@inn.qnx.com> …
Hello,

I’m using a Toshiba Portege 320CT, which has a panoramic screen size:
1024x600. The video chip
is CT65555 (hiqv driver).

crttrap (in effect devgt-iographics) does not find this
1024x600 mode (it does find 1024x768).

I’ve tried to find out how I can tell the graphics driver to only use the
1024x600 Photon space.

Also, in another approach, I tried finding options to Photon how to reduce
the used workspace to only 1024x600 (having the driver just run in the
1024x768 space).

Is there a way to make this work?

I doubt there is. I beleive (not really sure) that the driver used the
VIDEO BIOS
to switch resolution. If the BIOS isn’t telling QNX that 1026x600 is
available,
If i’m right, there isn’t much that can be done without a custom driver or a
better
VIDEO BIOS.

This is correct.

The devg-chips_hiqv.so driver gets the available resolutions from the video
BIOS, so unless you can get a bios upgrade with 1024x600, there is nothing you
can do from a driver standpoint.

Regards,

Erick.


Leon Woestenberg.