<br>Hi there,<br><br>I'm one step closer to what I want to achieve with my alix.<br><br>Here is a very quick howto of what I did to have X and openbox running on top of the latest lenny based voyage linux.<br><br>apt-get install xorg openbox<br>
apt-get install xserver-xorg-video-geode (maybe this was already there, I'm not sure!)<br>dpkg-reconfigure xserver-xorg (my xorg.conf was almost empty when I checked it. This command populates it a little bit)<br>"Xorg -scanpci" and look for the line that says Geode LX Video to find the correct BusID (in my case 0:1:1)<br>
vi /etc/X11/xorg.conf to add the geode driver. In particular, in the Section "Device" I added the following two lines:<br>Driver "geode"<br>BusID "PCI:0:1:1"<br>startx<br><br>now I hope that X will be visible also on my LCD TV....<br>
<br>To this extent, I have a question for the group. Since I can't see the textual interface from alix on my screen at home, I can only connect using SSH.<br><br>Is there a way to start X from SSH?<br><br>Thank you.<br>
<br>Cheers,<br><br>alfonso<br><br><br>