X doesn't start in minilinux
GreenFlash
green-flash at gmx.net
Fri Mar 5 12:14:58 PST 2010
Hey hey,
Jay Cotton schrieb:
> Put some printfs in the code and print out whats being returned from
> probe code and inside the probe code.
>
> jc
I tried it with the printf("something") in the code of the module. But I
wasn't able to see anything in the error log or elsewhere. So how can I
get my printed things? Or how can I print something to the console?
Anyway, I was able to figure out, that the function:
static Bool VESAPciProbe(DriverPtr drv, int entity_num, struct
pci_device *dev, intptr_t match_data)
wasn't called. But I compiled the module with libpciaccess. So I don't
know why it isn't called?
A friend telled me, that the reason is perhaps my /dev because I create
every dev by myself. So here's a listing of my dev in the minilinux,
perhaps you are able to find an error there:
crw-r--r-- 1 root root 5, 1 2010-03-04 22:57 console
crw-r--r-- 1 root root 14, 3 2010-03-04 22:57 dsp
prw-r--r-- 1 root root 0 2010-03-04 22:57 initctl
crw-r--r-- 1 root root 1, 1 2010-03-04 22:57 mem
crw-r--r-- 1 root root 14, 0 2010-03-04 22:57 mixer
crw-r--r-- 1 root root 1, 3 2010-03-04 22:57 null
crw-r--r-- 1 root root 10, 1 2010-03-04 22:57 psaux
crw-r--r-- 1 root root 5, 2 2010-03-04 22:57 ptmx
drwxr-xr-x 2 root root 4096 2010-03-04 22:57 pts
crw-r--r-- 1 root root 4, 0 2010-03-04 22:57 tty0
crw-r--r-- 1 root root 4, 2 2010-03-04 22:57 tty2
crw-r--r-- 1 root root 1, 9 2010-03-04 22:57 urandom
Hope you can help me...
Sam
More information about the xorg
mailing list