Sorry if I have missed a relevant posting.

I have run Edubuntu 11.04 successfully on an old laptop from a live dvd while XP was installed on the system along with Ubuntu 10.10.

I then installed Edubuntu, wiping everything else on the drive, but now I get one and a half 640x480 desktops, with no option to increase the resolution and no monitors detected.

Unfortunately the laptop is a generic from a company called Novatech and I cannot find the relevant info on the hardware. I had system info with XP but obviously that's not available now.

I would dearly love to migrate to Linux, and this is the latest in a string of "almost made it" episodes for me so I would greatly appreciate any help. Thanks in advance

link|improve this question
Do you still have the problem. Have you found how to solved the problem or considered accepting an answer that solves your problem (if any)? – Luis Alvarado Dec 5 '11 at 18:56
This question appears to be abandoned, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. :) – jrg Feb 25 at 13:41
feedback

closed as too localized by Luis Alvarado, jrg Feb 25 at 13:41

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

2 Answers

There are a couple of ways to obtain hardware info in Ubuntu. In the default installation you can use the command line.

lspci

will list all the pci devices on the computer, you can use:

lspci | grep VGA

to filter it to VGA devices. You can also use:

sudo lshw

This will get you a much more comprehensive list of all your hardware. Finally:

sudo lshw -c display

will list only the display related devices. Please feel free to edit your question with information about this laptop as you discover it.

link|improve this answer
feedback

If you are mostly used to Windows based tools, those which uses Graphic User Interfaces for showing what you expect to see, there are also several alternatives that may be useful for you.

Answers in this question: Anything like SiSoftware Sandra? can also give you a clue on where to begin, posted here for your convenience:

You may wish to give a try to HardInfo or Phoronics which doesn't indeed do as many things as Sandra does, but it shouldn't as we are talking about Linux Systems.

Take a look at:

Hardinfo at http://hardinfo.berlios.de/HomePage

From the site: System Profiler and Benchmark HardInfo can gather information about your system's hardware and operating system, perform benchmarks, and generate printable reports either in HTML or in plain text formats.

I prefer to use Hardinfo, here is my screenshot of a benchmark in action in my system:

enter image description here

Phoronics at http://www.phoronix-test-suite.com/

From the site: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. The software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.

Good luck!

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.