Page 3 of 6

Posted: Sun Jan 06, 2008 5:55 am
by Jeko
With a real computer TabOS works properly? Or it is as slow as with virtualbox?

Posted: Sun Jan 06, 2008 9:28 am
by buzz
on real pc it works flawlessly, even on my old notebook with 266Mhz,... although there are still parts which can be done in a better way; and please remember, it is using the vesa driver so the mpeg videos might drive your cpu at high speed.

Posted: Sun Jan 06, 2008 9:39 am
by Brynet-Inc
Hey, I noticed a problem when using QEMU 0.9.0... the Z and Y keys are interchanged.

Faulty keymap? or QEMU bug :?

EDIT: Seems like several other keys are out of place... very unusable..

Posted: Sun Jan 06, 2008 9:41 am
by Jeko
buzz wrote:on real pc it works flawlessly, even on my old notebook with 266Mhz,... although there are still parts which can be done in a better way; and please remember, it is using the vesa driver so the mpeg videos might drive your cpu at high speed.
can't it use other graphics drivers than vesa driver?

Posted: Sun Jan 06, 2008 9:52 am
by inflater
Brynet-Inc wrote:the Z and Y keys are interchanged.
German, Slovak and Czech keyboards usually are QWERTZ.. (The main programmer of Tabos is from Germany or Austria..) 8)

That key style dates back at least 30 years.. It was widely used on 1960-1980's typewriters.. ;)

8).

Regards
inflater

Posted: Sun Jan 06, 2008 10:06 am
by Brynet-Inc
inflater(Before he edited his post..) wrote::lol: Did you saw something similar? :D
Decoder: "Have you seen anything similar?"

The answer is no, I haven't seen a "QWERTZ" keyboard... or typewriter.

Posted: Sun Jan 06, 2008 10:09 am
by inflater
I edited that post some times, I didn't knew how should I "form" that sentence. 8).
And I wasn't refering for the typewriters with that question. :P

Posted: Sun Jan 06, 2008 10:14 am
by buzz
well, i'm from germany :) in the next release i will switch to english as default and made a setup util to use different keyboard layouts.

there are some hardware accelerated drivers for nvidia/sis/cirrus/s3, but none of them will help you regarding the virtual pc problem. maybe someone can name the emulated graphic card in virtual pc...

Posted: Sun Jan 06, 2008 10:25 am
by Jeko
buzz wrote:well, i'm from germany :) in the next release i will switch to english as default and made a setup util to use different keyboard layouts.

there are some hardware accelerated drivers for nvidia/sis/cirrus/s3, but none of them will help you regarding the virtual pc problem. maybe someone can name the emulated graphic card in virtual pc...
I don't use virtual pc, but virtualbox.

However virtual pc graphics mode doesn't work because MS Virtual PC use a crap graphics card (in fact also some linux distro can't work with it)

Posted: Sun Jan 06, 2008 10:30 am
by Jeko
Taken from wikipedia:

VirtualBox: As a graphics adapter, by default, VirtualBox virtualizes a standard VESA card with 8 MB RAM, ...

MS Virtual PC: a standard SVGA VESA graphics card (S3 Trio 64 PCI with 4 MByte Video RAM, adjustable in later versions up to 16 MByte)

Posted: Sun Jan 06, 2008 10:37 am
by Brynet-Inc
buzz wrote:well, i'm from germany :) in the next release i will switch to english as default and made a setup util to use different keyboard layouts.
That might help.. ;).. A lot of members are from Canada & The US. 8)

Posted: Sun Jan 06, 2008 11:40 am
by Combuster
MarkOS wrote:However virtual pc graphics mode doesn't work because MS Virtual PC use a crap graphics card (in fact also some linux distro can't work with it)
I have tested it and found that its video emulation is closer to the truth than that of either bochs or qemu... :roll:

Posted: Wed Jan 16, 2008 8:16 am
by Jeko
I can't compile TabOS with gcc 4 in Ubuntu also by adding -fno-stack-protector to CFLAGS in rules.inc in the directory system.

Can you resolve my error?

Posted: Wed Jan 16, 2008 9:12 am
by buzz
did you follow the steps listed in README?

Posted: Wed Jan 16, 2008 10:03 am
by Jeko
buzz wrote:did you follow the steps listed in README?
yes.
The problem is that my gcc use -stack-protector if I don't write -fno-stack-protector in CFLAGS.
Without -fno-stack-protector, there are errors in many functions, but if i add -fno-stack-protector in system/rules.inc I can compile almost everything but not everything.

Maybe there is another file in which I must write the option -fno-stack-protector ?