Hi, I have a Gateway solo 1450 laptop. I tried SliTaz in virtual box and liked it so I tried to install it on my laptop. However, whenever xserver starts the colors go crazy. I can switch to the tty's, and connect to the Internet, but I'm not sure what to do. I tried all the boot options for graphics, but it doesn't change anything. Can anyone help me?
Enter Post the output to identify the VGA hardware. Google indicates you'll most likely need the linux-agp.tazpkg and setup intel_agp kernel module to autoload as well as an intel video driver.
Okay, I followed all the instructions for Intel drivers at your link. After installing the driver, instead of showing strange colors I just get a black screen. I don't know if I clarified it before, but I never had any real picture, just a screen that changed slowly from black to white to gray. However, now I can type startx and it doesn't tell me that x is already running. Instead, after switching back to tty1 I see: Fatal Server error: Caught signal 11. Server aborting pcmanfm: Fatal IO error 104 (Connection reset by peer) on X server :0:0.
and several similar errors from lxpanel and XIO. I'm guessing something about the Intel driver is causing X to fail when it tries to start. I deleted Load "intel_agp" from xorg.conf, but it didn't change anything.
Laptop video setup with xorg on slitaz without any prior experience is pure torture. Based on google searching xorg-xf86-video-i810 is the linux driver of choice for Intel Corporation 82830 830 CGC For some reason slitaz dev team add i740 and drop i810 for slitaz-3.0 According to wikipedia i810 graphics is based on the i740 2D/3D accelerator Maybe it's worth trying the i740 ? Easiest alternative would be to dump xorg and run slitaz-xvesa flavor. A good tutorial would be how to install tinyx-xvesa server on slitaz-3.0 xorg version.
@mojo - you cannot use tiny-xvesa with xorg - either you use slitaz-3.0 xorg with the vesa driver or the Xvesa iso. Slitaz changed in 3.0 to use xorg instead of tinyX, because tinyX is not developed any more.
@philipk88 - I have a Computer with i810 video driver around - it is still running vecor light, because I had quite lot of troubles to get X running, but I have no time now to test.
you need agp and what I remember did the trick was in xorg.conf:
It works! I added the ServerFlags section and changed driver under the device section from Intel to i740 and the desktop started right up! Thank you both very much!!