Re: X doesn't start in minilinux

2010-03-05 Thread GreenFlash
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

Re: X doesn't start in minilinux

2010-03-04 Thread GreenFlash
Isn't there somebody who wants to help me?? GreenFlash schrieb: Hi guys, I'm building a minilinux for our library at my university. It has to have also a browser with flash, so I need a Xserver. The whole system is build of an ubuntu distro. I only copied the files I need from my distro

Re: X doesn't start in minilinux

2010-03-04 Thread GreenFlash
thx, that somebody helps me. Here's the device-Section from my xorg.conf: Section Device Identifier VIA Driver vesa BusID PCI:0:2:0 EndSection And the corresponding line from lspci: 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH

Re: X doesn't start in minilinux

2010-03-04 Thread GreenFlash
I also just realised, that there are some version differences in the xserver and the vesa module. The module is compiled for version 1.6.3, but the server has version 1.6.4. Might this cause the problem? YES. ABI is important to Xorg now. Compiled the vesa driver again for the 1.6.4

X doesn't start in minilinux

2010-03-03 Thread GreenFlash
Hi guys, I'm building a minilinux for our library at my university. It has to have also a browser with flash, so I need a Xserver. The whole system is build of an ubuntu distro. I only copied the files I need from my distro to the sourcefolder of the miniimage, then make it to an image and boot