Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I attempted to install suse linux 10.1 on my toshiba laptop. All went smoothly until it finished and tried to boot up in graphical mode. The screen went all garbled and mouse turned into a garbled white square. Um, I'm assuming I have to install the ati linux driver, but I would have no idea on how to do that in text mode. Any ideas?
Well, normally the ati-drivers are only needed if you want 3d- acceleration, and not to run the normal xserver, so I would suggest you post your /etc/X11/xorg.conf and your /var/log/Xorg.0.log here because I don't think the ati drivers should be the problem. Anyway, if you want the ati drivers, at first you have to download them from the ati website, because suse does not support them, you can do this either by using links ( if its includesd in Suse) a text-mode browser
[HTML]links www.ati.com[/HTML] or by booting a live cd and download it.
Then best follow the instructions given here http://en.opensuse.org/Howto/ATI_Driver
P.S. If your able to boot with a liveCd have a look at the /etc/X11/xorg.conf and compare it with the one in your normal system
So what your saying is, before the isntall I set it to 800x600 then install the ati driver afterwards? That'll work? Will it boot in graphical mode without the driver? Hmm, ok I guess I'll try that...
Ok that deffinetly didn't work. Hmm, I read the instructions on installing the ati driver, but does this require me to have an internet connection? I obviously have no idea what I'm doing lol.
Oh and I don't have a live cd. Nor can I burn one, because I do not own a dvd burner =/
I did try a ubuntu live cd I had though. Which didn't work. If that means anything. I'm a bit frustrated with all of this to say the least.
I installed xandros distro on my Toshiba, everything went fine it booted perfectly, but I can not get the WIFI to work. I am new at Linux perhaps there is more I need to do?
So what your saying is, is that your notebook has integrated wifi? So it's not an atheros card or anything? Because if it's an atheros card you have, then it may be a bit difficult to have wifi on any Linux distro. However, if your up for a challenge you could try using madwifi.
If it's integrated, I would just try using opensuse 10.1
Linspire should do the trick as well. Unfortunately I don't know much about xandros.
Ati should work on your Toshiba. Try this:
Login into a text mode; or Control-Alt-F1 switch the console
$ su root (passsword)
# init 3
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak (backup xorg, just in case)
# sax2 -m 0=vesa (start sax and choose the graphic driver vesa, save)
# init 5
# su (your user name)
# startx
Go to http://en.opensuse.org/ATI_Driver_HOWTO
and do the rest.
Last edited by chameleonic; 09-06-2006 at 02:41 PM.
# tar xvzf madwifi-ng-r1679-20060707.tar.gz
# cd madwifi-ng-r1679-20060707
# make KERNELPATH=/usr/src/linux-2.6.16.13-4
# make KERNELPATH=/usr/src/linux-2.6.16.13-4 install
# reboot
i have the same problem trying to install SUSE 10.1 and i did tried to use the 800x600 reolution, but that didnt work, what else could it be??? please help me, another thing has anyone installed any linux distribution in a toshiba A105 S20501???
Unfortunately I wasn't able to install suse linux on my Toshiba notebook, so I'm of no use there.
However, Freespire and Linspire both work on my laptop =) Those worked right of the bat! The only thing that didn't work at first was the wifi, but I was able to figure out the madwifi driver and got it to work. If you decide to go with either of these two let me know. I'll be happy to help you =)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.