bchliu
|
2010-07-28
, 15:04
|
Posts: 158 |
Thanked: 61 times |
Joined on May 2010
|
#421
|
|
2010-07-28
, 15:27
|
Posts: 52 |
Thanked: 17 times |
Joined on Jun 2010
@ United Kingdom....for now.
|
#422
|
|
2010-07-28
, 17:28
|
Posts: 59 |
Thanked: 1 time |
Joined on Dec 2009
|
#423
|
|
2010-07-28
, 18:07
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#424
|
Guys, I'm really sorry if this has been asked, but I have search through 41 pages and haven't found an answer. I have a customised kernel that has framebuffer support because I have Fedora 12 running on an SD card.
I'd play around with this, and I've got an extra 2gb partition on my SD card that I'll use. The only issue is the Fedora 12 install needs a kernel with framebuffer support, so if I install the new kernel, it will probably break Fedora. Is there a way I can still do this?
Cheers
|
2010-07-28
, 19:31
|
Posts: 78 |
Thanked: 21 times |
Joined on Apr 2010
|
#425
|
dj_steve: Just looking at the compatibility list that Aligatro has been keeping - a lot of games are crashing at the start. I know the accelerometer isnt working as well as it should (only for screen orientation), but could multi touch also be a problem? Most Androids with Capacitance screens have Multi touch enabled, and if the N900 is missing this capability, could it be what is causing the lack of compatibility at this stage?
|
2010-07-28
, 19:37
|
Posts: 78 |
Thanked: 21 times |
Joined on Apr 2010
|
#426
|
The Following User Says Thank You to M00NB34M For This Useful Post: | ||
|
2010-07-28
, 20:23
|
Posts: 6 |
Thanked: 0 times |
Joined on Feb 2010
@ Pennsylvania
|
#427
|
|
2010-07-28
, 20:51
|
Posts: 52 |
Thanked: 17 times |
Joined on Jun 2010
@ United Kingdom....for now.
|
#428
|
good job we have multiboot then it dynamicly flashes req1uird kernel f-oreach os so with correct setup having a kernel for fedora and one for nitdroid is easy enough
ITEM_ID="fedora" ITEM_NAME="Fedora 12 on SD p4" ITEM_KERNEL=2.6.28-framebuffer1 ITEM_MODULES=ext3 mbcache jbd ITEM_DEVICE=${EXT_CARD}p4 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=noatime,rw
|
2010-07-28
, 22:34
|
Posts: 158 |
Thanked: 61 times |
Joined on May 2010
|
#429
|
Useable multi-touch is virtually impossible...the N900 ******edly has a Resistive, not a Capacitive screen. Now there are ways of effectively immitating multi-touch, but its so crap its not worth it...And let alone the software mods behind it. So yeah i dont think we'll be seeing multi-touch on NITDroid
The Following User Says Thank You to bchliu For This Useful Post: | ||
|
2010-07-28
, 23:36
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#430
|
Hey Steve
Ok, I've managed to get multiboot to boot my power kernel, but it won't boot my fedora install. Do I need to put the Fiasco image of my kernel somewhere where multiboot will see it?
My Fedora.item looks like:
When multiboot starts and I select Fedor it just returns to the main menu.Code:ITEM_ID="fedora" ITEM_NAME="Fedora 12 on SD p4" ITEM_KERNEL=2.6.28-framebuffer1 ITEM_MODULES=ext3 mbcache jbd ITEM_DEVICE=${EXT_CARD}p4 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=noatime,rw
Thanks!
The Following User Says Thank You to mornage For This Useful Post: | ||