linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* port gnome
@ 2007-10-11  8:22 Bai Shuwei
  2007-10-11  8:32 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Bai Shuwei @ 2007-10-11  8:22 UTC (permalink / raw)
  To: linuxppc-embedded, linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

all, hi
  I want to port the GNOME or KDE to AMCC PowerPC 440EP board. I want to
know whether it will run and whether the monitor work if I use PCI to
connect the monitor card? Thank you very much!

Buroc
-- 

Add: Tianshui South Road 222, Lanzhou, P.R.China
Tel: +86-931-8912025
Zip Code: 730000
Email: baishuwei@gmail.com, buroc@126.com

[-- Attachment #2: Type: text/html, Size: 516 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: port gnome
  2007-10-11  8:22 port gnome Bai Shuwei
@ 2007-10-11  8:32 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2007-10-11  8:32 UTC (permalink / raw)
  To: Bai Shuwei; +Cc: linuxppc-dev, linuxppc-embedded


On Thu, 2007-10-11 at 16:22 +0800, Bai Shuwei wrote:
> 
> all, hi
>   I want to port the GNOME or KDE to AMCC PowerPC 440EP board. I want
> to know whether it will run and whether the monitor work if I use PCI
> to connect the monitor card? Thank you very much!

Gnome and KDE themselves should just work...

The problem is to get a video card working. The main issue is to
soft-boot it with some kind of x86 emulator such as x86emu. Once
that's done, the second main problem is that 440 tend to have
PCI memory space above 32bits, which totally defeats broken X
hacks through /dev/mem.

There's a way to work around the later by doing a kernel tweak to
create a "window" in /dev/mem that gets remapped to the appropriate
PCI space, but you still need to fake the card base address for
X ... pretty hard overall (doable though).

Ben.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-11  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-11  8:22 port gnome Bai Shuwei
2007-10-11  8:32 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).