View Single Post
Posts: 218 | Thanked: 128 times | Joined on Dec 2010 @ Abu Dhabi , UAE
#1515
Originally Posted by jflatt View Post
Nope, don't know why you'd want to though
Just experimenting.Nothing else really.
Originally Posted by rodrikiss View Post
are not right keyboard controls in the assassin. Is there any solution?
Assassins creed has the crispy screen problem too.But the problem is happening for secondary mouses only;Weird.
Originally Posted by OperationNT View Post
Thanks to this, I can make Buka and Radiant playable again with this configuration (with normal proportions) :

gconftool-2 --set --type int /apps/preenv/Buka/screen_rotation 0
gconftool-2 --set --type int /apps/preenv/Buka/screen_height 480
gconftool-2 --set --type int /apps/preenv/Buka/screen_width 320

gconftool-2 --set --type int /apps/preenv/Radiant/screen_rotation 0
gconftool-2 --set --type int /apps/preenv/Radiant/screen_height 480
gconftool-2 --set --type int /apps/preenv/Radiant/screen_width 320

But sadly, there is a big part of the screen in black. Too bad we cannot set the touch screen region as same as we can set the screen display...
Have you tried
Code:
gconftool-2 --recursive-unset /apps/preenv/Radiant
gconftool-2 --recursive-unset /apps/preenv/Buka
gconftool-2 --set --type int /apps/preenv/Radiant/screen_rotation 4
gconftool-2 --set --type int /apps/preenv/Buka/screen_rotation 4
And you didn't face the same results?
Originally Posted by impeham View Post
ok - fixed with:
gconftool-2 --set --type int /apps/preenv/risk/screen_rotation 3
gconftool-2 --set --type int /apps/preenv/risk/screen_height 480
gconftool-2 --set --type int /apps/preenv/risk/screen_width 800
Thanks for your help,but I think the first line should be enough. since the default values for screen_width and screen_height are already 800x480.

Last edited by govprog; 2011-02-01 at 14:49.