Links (web browser) with framebuffer?

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
trapanator
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 13. November 2003, 12:10

Links (web browser) with framebuffer?

Beitrag von trapanator »

Hi, it's possible to compile Links with Framebuffer?

I have a Dreambox 7000s.

But if I compile links with

./configure --with-fb --without-directfb

it doesn't work, the configure script says: "No Graphics Drivers".

What can I do to compile? Thanks
betronic
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Dienstag 3. Dezember 2002, 23:45

Beitrag von betronic »

Hi,

in case you are using the original source code you have to change the configure script.

configure test additionaly the mouse device to find the graphic type, but a mouse is not present on the DB !

There are some other problems to solve: :roll:

- No keyboard -> You need an emulation
- No mouse -> You need an emulation
- No math Co-Processor or mnemonics -> You have to rewrite some calculations with integer arithmetic
- Different framebuffer initialisation -> You have to rewrite

or use a changed version :wink:

e.g. (this is only a hack)
http://www.dream-multimedia-tv.de/board ... eadid=3114