Reply
Thread Tools
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#61
Originally Posted by MohammadAG View Post
The package already has the watchdog package installed, I forgot to save the config files to make it work though
Priority's for the touchscreen atm though
Here!
https://elektranox.org/website/debian_on_n900.html

Jebba had a better aproach though. He modified the init.d files to make the second watchdog kicker start. Both work
 

The Following User Says Thank You to giannoug For This Useful Post:
Posts: 490 | Thanked: 191 times | Joined on May 2010
#62
Originally Posted by MohammadAG View Post
Code:
root@Nokia-N900:~# cat /etc/X11/xorg.conf 
Section "Monitor"
    Identifier "Configured Monitor"
EndSection

Section "Screen" 
    Identifier "Default Screen" 
    Device "Configured Video Device"
EndSection

Section "Device"
    Identifier "Configured Video Device"
    Driver "omapfb"
    Option "fb" "/dev/fb0"
    Option "InvY" "True"
EndSection
Code:
root@Nokia-N900:~# cat /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi 
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
    <device>
        <!-- RX-51 -->
        <match key="info.capabilities" contains="input.touchpad">
            <merge key="input.x11_driver" type="string">evdev</merge>
            <merge key="input.x11_options.Calibration" type="string">172 3880 3780 235</merge>
            <merge key="input.x11_options.InvY" type="string">True</merge>
        </match>
Tried InvY, it doesn't seem to be working, any ideas?
Also that calibration thingy is bugging me
Try to create a section for the inputdevice.
Something like this

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "InvY" "True"
EndSection
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#63
Still pretty much the same.
 
Posts: 102 | Thanked: 17 times | Joined on Mar 2010 @ Herne,Germany
#64
hmm have had the same problem on my tablet pc...
the device was "stylus" not mouse...
dont know if it help a little bit
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#65
Wouldn't it be possible to use the same packages as in Easy Debian? Or would that corrupt everything? I know Easy Debian runs LXDE through Xephyr in chroot. So it might not be possible to do the same. Qole might have some ideas about this though.

I am not sure if this two links can help. You have probably already seen them. http://releases.ubuntu.com/10.04/ (It have an armel MX-51 image). And https://wiki.ubuntu.com/ARM/LucidReleaseNotes.

Awesome work though MohammedAG. I'll try this as soon as i get my microSD card.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#66
Enabled thumb2 support in the kernel, will test lucid later today hopefully.

Oh and if you want
Code:
nano /etc/rc.local # sudo if doing it inside ubuntu
# Add this line before exit 0, this is one line only:
echo "00:11:22:33:44:55" > /sys/devices/platform/hci_h4p/bdaddr; modprobe -r hci_h4p; modprobe hci_h4p
# CTRL + O to save, CTRL + X to exit
so BT will work on start up
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 490 | Thanked: 191 times | Joined on May 2010
#67
MohammadAG,

I think you should remove files inside /usr/src and /var/apt
They take up a lot of space, (600 MBs uncompressed If i remember correctly). This can probably reduce archive size by about 100-200 MB.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#68
Originally Posted by aligatro View Post
MohammadAG,

I think you should remove files inside /usr/src and /var/apt
They take up a lot of space, (600 MBs uncompressed If i remember correctly). This can probably reduce archive size by about 100-200 MB.
Yeah I noticed that I forgot them while extracting it, next version hopefully.
Need to fix the mouse or switch to 10.04 and see it works there.
 
mankir's Avatar
Posts: 276 | Thanked: 224 times | Joined on Dec 2009 @ Frankfurt, Germany
#69
Have you tried to upgrade? I failed in upgrading qole's karmic image, but mouse is working well in Xfce4 in Easy Debian/Chroot. Can you tell us, which rootfs you used and which modifications you made to make it bootable? I also tried to use a rootfs from the Netbook/Arm Lucid, but couldn't chroot in it.
__________________
MOD-Package: http://talk.maemo.org/showthread.php?t=42415
 
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#70
Originally Posted by MohammadAG View Post
Yeah I noticed that I forgot them while extracting it, next version hopefully.
Need to fix the mouse or switch to 10.04 and see it works there.
Also removing man pages and useless locales may help a bit.
 
Reply

Tags
bada rox


 
Forum Jump


All times are GMT. The time now is 23:52.