The Following User Says Thank You to fanoush For This Useful Post: | ||
|
2008-03-15
, 09:32
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#62
|
|
2008-03-15
, 10:22
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#63
|
|
2008-03-15
, 10:25
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#64
|
Just out of curiosity is it possible to get the required parts of the kernel compiled as a module instead of having to reflash the entire kernel?
Or is something having to be changed in the kernel that prevents this from happening, I can't say I've looked into the rotating of the screen much so I have no idea what is actually being done.
Cheers
-Rip
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2008-03-15
, 10:46
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#65
|
|
2008-03-15
, 16:32
|
Posts: 678 |
Thanked: 197 times |
Joined on Jul 2007
@ San Jose CA
|
#66
|
|
2008-03-15
, 17:27
|
Posts: 18 |
Thanked: 15 times |
Joined on Jan 2008
@ England
|
#67
|
|
2008-03-15
, 20:21
|
|
Posts: 276 |
Thanked: 74 times |
Joined on Feb 2008
@ Missouri, USA
|
#68
|
|
2008-03-15
, 20:27
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#69
|
|
2008-03-15
, 22:05
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#70
|
@@ -522,10 +530,8 @@ static int set_fb_var(struct fb_info *fb xres_max = panel->x_res; yres_min = OMAPFB_PLANE_YRES_MIN; yres_max = panel->y_res; - if (cpu_is_omap15xx()) { - var->xres = panel->x_res; - var->yres = panel->y_res; - } + var->xres = panel->x_res; + var->yres = panel->y_res; break; case 90: case 270: @@ -533,10 +539,8 @@ static int set_fb_var(struct fb_info *fb xres_max = panel->y_res; yres_min = OMAPFB_PLANE_XRES_MIN; yres_max = panel->x_res; - if (cpu_is_omap15xx()) { - var->xres = panel->y_res; - var->yres = panel->x_res; - } + var->xres = panel->y_res; + var->yres = panel->x_res; break; default: return -EINVAL;
Nokia-N810-50-2:~# cat /sys/class/graphics/fb1/virtual_size 400,240
Tags |
angular momentum, quantum mechanics, rotation, weirdtags |
|
Newbies click here before posting. Thanks.
If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.