hello

if you inspect your install.log can you see something like this when compiling 
devdraw?
(I'm supposing this is ubuntu 9.10 which is the same i have here, and that you 
have the latest tree of plan9ports, and that you have the x11 devel libraries, 
etc.)

cd /home/gdiaz/plan9/src/cmd/devdraw; mk all
9c -I/usr/include mklatinkbd.c
9l -o o.mklatinkbd mklatinkbd.o
./o.mklatinkbd -r $PLAN9/lib/keyboard | sed 's/, }/ }/' >latin1.h
9c -I/usr/include latin1.c
9c -I/usr/include devdraw.c
9c -I/usr/include mouseswap.c
9c -I/usr/include winsize.c
9c -I/usr/include x11-alloc.c
9c -I/usr/include x11-cload.c
9c -I/usr/include x11-draw.c
9c -I/usr/include x11-fill.c
9c -I/usr/include x11-get.c
9c -I/usr/include x11-init.c
9c -I/usr/include x11-itrans.c
9c -I/usr/include x11-keysym2ucs.c
9c -I/usr/include x11-load.c
9c -I/usr/include x11-pixelbits.c
9c -I/usr/include x11-srv.c
9c -I/usr/include x11-unload.c
9c -I/usr/include x11-wsys.c
9l -o o.devdraw devdraw.o latin1.o mouseswap.o winsize.o x11-alloc.o 
x11-cload.o x11-draw.o x11-fill.o x11-get.o x11-init.o x11-itrans.o 
x11-keysym2ucs.o x11-load.o x11-pixelbits.o x11-srv.o x11-unload.o x11-wsys.o

slds.

gabi



----- Mensaje original ----
De: Pavel Klinkovsky <pavel.klinkov...@gmail.com>
Para: 9fans@9fans.net
Enviado: lun,1 marzo, 2010 14:19
Asunto: Re: [9fans] P9p on Fedora 12

Hello,

> so, can you use other programs X programs?
Yes, I can (e.g. gedit).


> do you have a DISPLAY variable?
Yes, I have:
[pa...@localhost ~]$ echo $DISPLAY
:0.0

> are you trying to execute 9term using ssh x11 forwarding?
No.

Pavel

Reply via email to