Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - InSearchOf

Pages: 1 ... 6 7 [8] 9 10 ... 74
106
C1000/3x00 Hardware / Usb Host Cable Redesigned
« on: November 17, 2007, 03:04:37 pm »
I agree to... but maybe a little more "Pretty" :-)

But functionality is sometimes better then appearance

Late

107
Site Suggestions, Requests, and Updates / Spammers At The Forum?
« on: November 13, 2007, 05:59:28 pm »
Quote from: tux
Quote from: InSearchOf
Quote from: tux
Quote from: InSearchOf
Quote from: dougeeebear
A day or two ago, I reported two identical posts advertisng new mobile phones I think.
They were both authored by the same member, who had joined the same day and had a total of 2 posts.
I think one was in the For Sale/Wanted thread, and the other was in one of the  SL-5500 threads.

Regards,
Doug

Yea... I deleted them 2
Late

  You Devil you! You also deleted the post before one of the spams!! It was one of mine!  

Cheers

Huh? I deleted your post?
Well if you did the deleting in the pinned thread about kdepimpi in the software thread then my post has gone also!   I replied to uth's post about being able to run the kdepimpi stuff on modern desktop distros and referred to alijames's comment about the compiling issue. The next post after mine was one of these cheesy spammers quoting my post and pretending to be answering it!  

Not to fuss: my deathless prose is worth sacrificing to kill a spammer...  Especially with my breathless lack of commas!

I apologize...

Late

108
Site Suggestions, Requests, and Updates / Spammers At The Forum?
« on: November 13, 2007, 09:10:28 am »
Quote from: tux
Quote from: InSearchOf
Quote from: dougeeebear
A day or two ago, I reported two identical posts advertisng new mobile phones I think.
They were both authored by the same member, who had joined the same day and had a total of 2 posts.
I think one was in the For Sale/Wanted thread, and the other was in one of the  SL-5500 threads.

Regards,
Doug

Yea... I deleted them 2
Late

  You Devil you! You also deleted the post before one of the spams!! It was one of mine!  

Cheers

Huh? I deleted your post?

109
Site Suggestions, Requests, and Updates / Spammers At The Forum?
« on: November 12, 2007, 06:02:30 pm »
Quote from: dougeeebear
A day or two ago, I reported two identical posts advertisng new mobile phones I think.
They were both authored by the same member, who had joined the same day and had a total of 2 posts.
I think one was in the For Sale/Wanted thread, and the other was in one of the  SL-5500 threads.

Regards,
Doug

Yea... I deleted them 2

Late

110
For Sale / Wanted / [sold]: C1000 Zaurus
« on: November 06, 2007, 01:12:21 pm »
SOLD! to myself... I'm going to keep it!

Late

111
Zaurus - pdaXrom / Uboot Emergency Console To The Rescue
« on: November 06, 2007, 01:08:40 pm »
That is exactly why we created it... :-)
I'm glad it helped you

Late

112
pdaXrom Development / Error When Flashing C860
« on: November 04, 2007, 06:15:31 pm »
First, remove battery, and AC

Hold done the "OK", while "OK" is held plug in your device. Wait approximately 10 sec. You device should boot.

Late

113
Zaurus - pdaXrom / Kernel Headers For R198
« on: October 31, 2007, 12:08:18 pm »
If I believe correctly... you have build the full kernel... then once the kernel is fully built... you can package the headers

Late

114
Zaurus - pdaXrom / Kernel Headers For R198
« on: October 30, 2007, 10:50:35 am »
I'm not really using the 2.6.16 kernel so I cant get you the headers... but here are the default kernel configs


http://pdaxrom.svn.sourceforge.net/svnroot...el-2.6.16-akita
http://pdaxrom.svn.sourceforge.net/svnroot...el-2.6.16-corgi

Late

115
Software / Sfdisk Partitioning Question
« on: October 30, 2007, 10:48:35 am »
Quote from: daniel3000
Hello,

I need to partition SD cards from a shell script using sfdisk, but don't know how to to that in a safe way.

No matter what the size of the SD card is, I would like to create a 128MB SWAP partition at the END of the card (i.e. as the second partition /dev/mmcda2) and the remaining space at the beginning (/dev/mmcda1) needs to be linux ext2.

I have used something like

Code: [Select]
sfdisk /dev/mmcda -uM << EOF
,128,S,
,,L,*
;
EOF

in order to achieve the opposite, i.e. 128MB swap as partition 1 and Linux ext2 as parition 2.

Any idea how to use sfdisk to achieve what I really need?
Thanks a lot!
Daniel

Just wondering why you want it at the END of the card?

Late

116
Zaurus - pdaXrom / Pdaxrom Bug Tracker Is Back
« on: October 28, 2007, 06:37:09 pm »
pdaXrom Bug Tracker is back

Late

117
pdaXrom Development / Pdaxrom Bug Tracker Is Back
« on: October 28, 2007, 06:36:46 pm »
pdaXrom Bug Tracker is back

Late

118
Zaurus - pdaXrom / Multi-boot Using Uboot
« on: October 28, 2007, 11:30:10 am »
I mean... adding a configuration to the maintenance menu (text based gui) that say... "default boot rootfs" "NAND" "SD" "Internal HD" "External HD"

But I believe uboot can do what you ask but I think when sashz set up UBoot is suppresses the timeout for the boot menu... not 100% sure of that though.

Late

119
Zaurus - pdaXrom / Multi-boot Using Uboot
« on: October 27, 2007, 08:28:29 pm »
what do you mean a "new" uboot...

Well one thing I would like to do is give the user the option of where the default rootfs is booted from, from the emergency console... but that is still a work in progress.

Late

120
pdaXrom Development / Fvwm With Xrandr
« on: October 26, 2007, 08:05:21 am »
it is an icewm patch that makes the rotation work
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']--- icewm/src/wmmgr.cc~ 2005-03-15 23:42:41.000000000 +0000
+++ icewm/src/wmmgr.cc  2005-03-15 23:58:20.000000000 +0000
@@ -70,6 +70,7 @@
         XRRScreenChangeSelectInput(xapp->display(), handle(), True);
 #endif
     }
+    rotation = RR_Rotate_0;
 #endif
 
     fTopWin = new YWindow();;
@@ -2654,13 +2655,19 @@
 #endif
 
     if (width() != xrrsc.width ||
-        height() != xrrsc.height)
+        height() != xrrsc.height ||
+       rotation != xrrsc.rotation)
     {
 
         MSG(("xrandr: %d %d",
              xrrsc.width,
              xrrsc.height));
-        setSize(xrrsc.width, xrrsc.height);
+       if (xrrsc.rotation == RR_Rotate_0 ||
+           xrrsc.rotation == RR_Rotate_180)
+           setSize(xrrsc.width, xrrsc.height);
+       else
+           setSize(xrrsc.height, xrrsc.width);
+
         updateXineramaInfo();
         updateWorkArea();
 #ifdef CONFIG_TASKBAR
@@ -2672,6 +2679,7 @@
 #endif
 #warning "make something better"
         wmapp->actionPerformed(actionArrange, 0);
+       rotation = xrrsc.rotation;
     }
 }
 #endif
[/div]

AND

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']
--- icewm/src/wmmgr.h~  2005-03-15 23:41:45.000000000 +0000
+++ icewm/src/wmmgr.h   2005-03-15 23:42:27.000000000 +0000
@@ -237,6 +237,9 @@
     bool fFullscreenEnabled;
 
     WMState fWmState;
+#ifdef CONFIG_XRANDR
+    Rotation rotation;
+#endif
 };
 
 extern YWindowManager *manager;[/div]

I havent played with fvwm so really couldnt point you in the correct direction, but I would have to look at fvwm to determine the issue... I'm busying gettin pdaXrom 2.0 squared away so I dont know when I would have a chance to look at it... Hopefully one of the other devs or community members can pop in and give you some advise.

Late

Pages: 1 ... 6 7 [8] 9 10 ... 74