|
2009-12-19
, 00:36
|
|
Posts: 388 |
Thanked: 115 times |
Joined on Oct 2009
@ London, UK
|
#12
|
It's also possible to force a window of your choosing (instead of the entire system) to go into portrait mode, too.
I did this via SSH, but you can use something like "wmctrl -l" and pass the window IDs to the -id parameter of xprop:
Code:xprop -f _HILDON_PORTRAIT_MODE_SUPPORT 32c -set _HILDON_PORTRAIT_MODE_SUPPORT 1 (*tap window*) xprop -f _HILDON_PORTRAIT_MODE_REQUEST 32c -set _HILDON_PORTRAIT_MODE_REQUEST 1 (*tap same window*)
|
2009-12-19
, 08:11
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#13
|
It's also possible to force a window of your choosing (instead of the entire system) to go into portrait mode, too.
I did this via SSH, but you can use something like "wmctrl -l" and pass the window IDs to the -id parameter of xprop:
Code:xprop -f _HILDON_PORTRAIT_MODE_SUPPORT 32c -set _HILDON_PORTRAIT_MODE_SUPPORT 1 (*tap window*) xprop -f _HILDON_PORTRAIT_MODE_REQUEST 32c -set _HILDON_PORTRAIT_MODE_REQUEST 1 (*tap same window*)
|
2009-12-20
, 01:20
|
|
Posts: 81 |
Thanked: 15 times |
Joined on Sep 2009
@ Romania, Bucharest
|
#14
|
|
2009-12-20
, 21:40
|
|
Posts: 270 |
Thanked: 195 times |
Joined on Aug 2009
@ Finland
|
#15
|
|
2009-12-23
, 12:17
|
|
Posts: 388 |
Thanked: 115 times |
Joined on Oct 2009
@ London, UK
|
#16
|
I can now see how totally useless portrait mode in the browser would be. It's either going to break pages or render them unreadable if it forces images to fit while maintaining there intended aspect ratios.
Makes me appreciate the work that went into the current browser. I haven't had to fuss over UserContent.css at all. My old bookmarks are useful with out it. Changes can be made with simple gestures if needed.
With the N8**'s on the other hand I needed to make hella font and image changes to make these same pages usable.
|
2010-01-13
, 14:50
|
|
Posts: 345 |
Thanked: 72 times |
Joined on Dec 2009
@ Reunion Island
|
#17
|
|
2010-01-13
, 14:55
|
|
Posts: 102 |
Thanked: 26 times |
Joined on Jan 2010
@ Finland
|
#18
|
|
2010-01-13
, 14:56
|
Posts: 377 |
Thanked: 68 times |
Joined on Dec 2009
|
#19
|
|
2010-01-13
, 14:57
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#20
|
I did this via SSH, but you can use something like "wmctrl -l" and pass the window IDs to the -id parameter of xprop: