LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-22-2014, 10:59 AM   #16
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 22, MX 21 Fluxbox
Posts: 6,931
Blog Entries: 21

Rep: Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454

The nouveau driver and Ubuntus kernel is not playing nice on your computer.
You need to install the proprietary Nvidia driver or Vesa driver to keep from getting a scrambled screen.

I ran into the same issue on my Ubuntu Minimal Iso install. Changing Lightdm, Changing Desktop Environments. This won't fix it.

http://ubuntuforums.org/showthread.php?t=2234937
 
Old 10-22-2014, 11:23 AM   #17
c0d3d
Member
 
Registered: Aug 2012
Posts: 74

Rep: Reputation: 12
Oh, I'm really sorry about that! I once corrupted my installation, and installing xfce was how I fixed it. At this point, if you have any data, plug your hard drive into another computer and move it off. Then, install Linux Mint.

Best of luck!
 
Old 10-23-2014, 02:46 PM   #18
dfiggy
Member
 
Registered: Aug 2010
Location: Valrico, FL
Distribution: Unbutu
Posts: 42

Original Poster
Rep: Reputation: 0
Unhappy

I downloaded (6 hours+) LinuxMint (Cinnamon edition) and have the ISO loaded to a bootable DVD. When I boot with the DVD in place I get the option to run Linux Mint. When it loads, there is an option on the screen to install LinuxMint, but I am unable to choose it. Eventually (about 1 minute) the system loses sync and I get the rising diagonal pattern similar to previous posts. The pattern is different in that less information seems to be in the pattern. My motherboard is an MSI K9N6PGM2-V2 model 7309. It uses the NVIDIA GeForce 6150SE chipset. I found the original drivers for the board, but have been unable to find any updates. I have them loaded on a USB stick. So, my progress? has been minimal. I appreciate the help I have received thus far, but have no idea on how to continue.
 
Old 10-24-2014, 07:51 AM   #19
c0d3d
Member
 
Registered: Aug 2012
Posts: 74

Rep: Reputation: 12
Try taking out the graphics card and install Linux Mint using the integrated graphics of your CPU.

Does your graphics card work with Windows?
 
Old 10-25-2014, 07:56 AM   #20
dfiggy
Member
 
Registered: Aug 2010
Location: Valrico, FL
Distribution: Unbutu
Posts: 42

Original Poster
Rep: Reputation: 0
Unhappy

c0d3d said: "Try taking out the graphics card and install Linux Mint using the integrated graphics of your CPU. Does your graphics card work with Windows?
These questions were answered in posts on 10-17-2014 and 10-22-2014. There is no separate video card and the motherboard has a VGA port where the monitor is connected. The resolution reported by Windows XP is 1350 X 768 and has no problems with sync using the NVIDIA chipset.
Linux Mint was installed with the motherboard providing the video from the same NVIDIA chipset and does not sync properly.
It seems the Linux is using different drivers which are unable to sync.
dfiggy
 
Old 10-25-2014, 01:50 PM   #21
c0d3d
Member
 
Registered: Aug 2012
Posts: 74

Rep: Reputation: 12
What CPU do you have?
 
Old 10-25-2014, 02:25 PM   #22
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 22, MX 21 Fluxbox
Posts: 6,931
Blog Entries: 21

Rep: Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454Reputation: 3454
Quote:
Originally Posted by dfiggy View Post
yancek asked about my graphics device. I believe it is part of the MSI K9N6PGM2-V2 (Model MS-7309) motherboard and not a separate card. It uses an NVIDIA chip. If I still have discs with anything for this board, I will have to do an extensive search, or go online to download software. I would think it unlikely for Ubuntu software to modify the system.

dfiggy
Instead of I believe

Code:
lspci -knn
should clear up matters slightly.

Along with a

Code:
cat /var/log/Xorg.0.log | grep -i "dri" | grep -v -i "driver"
Quote:
What CPU do you have?
One command used is

Code:
$ grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq
Pentium(R) Dual-Core CPU       T4500  @ 2.30GHz

Last edited by rokytnji; 10-25-2014 at 02:28 PM.
 
Old 10-26-2014, 03:56 PM   #23
dfiggy
Member
 
Registered: Aug 2010
Location: Valrico, FL
Distribution: Unbutu
Posts: 42

Original Poster
Rep: Reputation: 0
Question

rokytnji , You asked about the processor in my system. It is an AMD Athlon 7850 Dual Core running at 2.87GHz with 2.75GB Ram. I will try your suggestions. Please let me know if my processor information affects the suggestions you made.
Thank you,
Dfiggy
 
Old 10-30-2014, 12:36 PM   #24
c0d3d
Member
 
Registered: Aug 2012
Posts: 74

Rep: Reputation: 12
AMD CPUs tend to not have integrated GPUs, and it doesn't seem like this one does. Do you have another graphics card? If so, try installing Linux Mint with that instead of your current one.
 
Old 10-30-2014, 12:37 PM   #25
dfiggy
Member
 
Registered: Aug 2010
Location: Valrico, FL
Distribution: Unbutu
Posts: 42

Original Poster
Rep: Reputation: 0
Smile

After all my trials with this computer, I've reached the point where I do not think it can be saved. I downloaded Ubuntu 14.04.1 and the system seemed to be operating. When started, the system reported the temperature sensor was disabled and in a short time the monitor was not in sync. Possibly this has been the root of the problem, although I had not seen this error reported before. I set the temperature monitor to a goal of 40C and I did not get the disabled message, but lost sync after a few minutes. I will clean and dispose of the hard disks in this computer and start fresh with building a new desktop computer. I appreciate all of the help I have received and thank all of you. It will be several months (perhaps Feb2015) before I have a system in operation, so "so long" until then.
dfiggy
 
Old 10-31-2014, 09:26 AM   #26
dfiggy
Member
 
Registered: Aug 2010
Location: Valrico, FL
Distribution: Unbutu
Posts: 42

Original Poster
Rep: Reputation: 0
I have not been successful after trying, so please close this thread. I will have my computer refurbished next year.
dfiggy
 
Old 11-02-2014, 09:43 PM   #27
c0d3d
Member
 
Registered: Aug 2012
Posts: 74

Rep: Reputation: 12
You can close this thread by marking the thread as solved (there's a link at the top of the page).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 10.04LTS to 12.04LTS, Upgrade or install? Soadyheid Ubuntu 14 07-21-2014 10:47 AM
Install problems Ubuntu 14.04lts dual disc SATA & PATA professionalnoob Linux - Newbie 2 04-25-2014 04:34 PM
.bin file install failed on Ubuntu 10.04LTS but worked on Ubuntu 11.10 wh33t Linux - Software 8 01-18-2012 01:51 PM
Cant install ubuntu 8.04LTS on my server. forcevision Linux - Server 6 05-26-2009 03:33 PM
update install applics on Ubuntu 8.04LTS without Internet conn. Ye Myint Linux - Newbie 4 10-29-2008 07:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration