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 Jay Cotton
On 03/04/10 10:25, GreenFlash wrote: alling back to old probe method for vesa Well, according to the log the vesa driver did not find a graphics device. So, PCI bus code could be missing, all the connecting logic for that must be present. There may also be a driver like xsvc or its

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 Jay Cotton
On 03/04/10 11:28, GreenFlash wrote: 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

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

Re: X doesn't start in minilinux

2010-03-04 Thread Alan Coopersmith
GreenFlash wrote: What about HAL? Is this important for the graphic card? No. HAL is used by Xorg only for input devices (mouse, keyboard, tablet, etc.), not output devices (video cards monitors). -- -Alan Coopersmith- alan.coopersm...@sun.com Oracle Solaris

Re: X doesn't start in minilinux

2010-03-04 Thread Jay Cotton
On 03/04/10 15:20, GreenFlash wrote: 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.

Re: X doesn't start in minilinux

2010-03-04 Thread Dan Nicholson
On Thu, Mar 4, 2010 at 12:52 PM, Jay Cotton jay.cot...@sun.com wrote: On 03/04/10 11:28, GreenFlash wrote: 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

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