KoolBeans said: I am new to Linux. Tired of the problems in Winblows. Since I am new there is a learning curve.
When I say new, I mean, tried livecd for two days third day installed on my comp. No previous experience with linux.
You will find some that will tell you that being new to any OS will bring with it frustration.
KoolBeans said: I would like to see in Absolute Beginners:
To answer the issues below.
A. Installation There are many way to install Linux/Ubuntu or any distro for this matter. You will not see a one method install. Thus the live install cd, and alternate cd that Ubuntu makes.
A1. Clean install - step by step, maybe even screen shots. This site Ubuntu-installing is as close to step by step you will get short of writing it yourself.
A2. Install with partition: A.K.A. Dual boot O.S. Again there are many ways to users have set-up dual boot. WindowsDualBoot Howto dual-boot separately on two HDs
B. Initial steps after you install Ubuntu Every users post install methods will be different. you will have to find what works your set-up, and needs http://ubuntuforums.org/showthread.php?t=624916
B1. Nescesary maintenance and setup Most would tell you maintenance eg: defragmenting anti-virus is not needed. Again you will have to find what fits your particular set-up.
B2. Updating Ubuntu updates can be installed by clicking---->System---->Administration---->Update manager The other option is the command below run from a terminal.
gksudo aptitude upgrade
To move from one version to another. Say from 7.04 to 7.10. run the below command.
update-manager -d
After which the update manager will pop up stating New distribution release '7.10' is available.
B3. Restricted formats Playing Restricted Formats
B4. Things to check to make sure of propper operation. Video, Audio, Plugins, Programs... To check your video acceleration run the command below.
glxinfo | grep rendering
If the below is shown you installed the drivers properly.
direct rendering: Yes
most audio chips work from the start,however. those that do not work will sometimes require then end-user to compile support for that driver.
Plug'ins can usually be installed simply by using synaptic Found by clicking---->System---->Administration---->synaptic
KoolBeans said: Something like this is what I would have expected in a sticky.
As said many times there is no one method to installing anything under Linux/Ubuntu or any distro. You may write a method, and someone will still feel there are better ways to do it.
KoolBeans said: A sticky should be limited to posts by Admins, Mods, and certified experienced users. This would create a channel of trusted information that would reduce frustration on first timers not familiar with programming structure and language. Posting to sub threads can be done by those seeking help.
First off I disagree. This forum is about everyone being able to contribute. not limiting as you are describing.
Second who is going to determine a users experience/knowledge
Also just because someone is a mod or has been on this forum or any other forum for a long time does not == knowledge. learning is an everyday event, and even those with massive knowledge of this OS , and others learn something new.
What you describe would IMHO put a lot of people off using this forum, and possibly create a hostel atmosphere.
KoolBeans said: The Topics structure seems a little confusing on the menu page. By looking at it I don't feel I can find what I need by topic and sub topic.
The topics of the from page are the main topic of the particular section, and within certain main topics are sub-forums.
KoolBeans said: How do I use Ubuntu to find all that is inside my computer?
Windows has device manager, listing the device and manufacturer. What is comparable in Linux?
To find your machine spec's type either of the commands below in the terminal.
lshw
lspci
Next scroll through the info listed till you find the device your looking for in your case your sound card make/model
The other option for finding your hardware info.
Click ---->System---->Preferences---->Hardware Information
As to your other issues. WindowsDualBoot