Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-03-2008, 03:28 PM   #1 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 907
Default Problem with Nvidia and Ubuntu 7.10


Recently I got 6 AMD X2 4000+ systems with the ASUS M2MNX mobo which has the Nvidia 6150SE graphics chipset onboard.

When I try running the Ubuntu 7.10 Live CD, it boots upto a point and just before displaying the desktop, the Samsung 15" monitor shows Out of synch message. Even when I use the live CD to boot to Safe graphics mode, still the same result.

Ubunt 7.04 Live CD boots without any issues.

I know Nvidia and Ubuntu are not in the best terms with each other.. but what do i do to solve this, when I can't do anything without accessing some interface? Should I try installing and then modify the xorg.conf file before it loads the desktop? what to do.. ?
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-03-2008, 03:30 PM   #2 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problem with Nvidia and Ubuntu 7.10

Try this,
Once the system boots from the live cd, and the monitor says out of sync message, press Ctrl+F1 or Ctrl+F2.
The system should drop back to a console.
You can edit the xorg.conf from there and start X.
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 06-03-2008, 03:32 PM   #3 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 907
Default Re: Problem with Nvidia and Ubuntu 7.10

Quote:
Originally Posted by rayraven View Post
Try this,
Once the system boots from the live cd, and the monitor says out of sync message, press Ctrl+F1 or Ctrl+F2.
The system should drop back to a console.
You can edit the xorg.conf from there and start X.
how can I edit the xorg.conf file when I'm using the live CD? Isn't it supposed to be writing everything to memory?
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Old 06-03-2008, 03:34 PM   #4 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problem with Nvidia and Ubuntu 7.10

Yea, everything is in memory but you can edit it and see if the system works.
If you find that editing the xorg.conf results in a working system,
you can install it.
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 06-03-2008, 03:35 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem with Nvidia and Ubuntu 7.10

which monitor?a 15" samtron 56V?
usplash will be causing this out of sync thing,u have to wait for sometime to have linux to finish complete boot.
afterwards,most prolly "nv" oss nvidia driver will be used,else "vesa".
u have to install on hdd and use restricted manager to install nvidia driver module

still,if out of sync error is bugging u,press ctrl+alt+f1 to get a terminal,
there,u enter(wait for boot process to complete):
/etc/init.d/gdm stop
then using nano edit /etc/X11/xorg.conf and go to the section "screen".
remove all resolutions except 800x600 which is needed.
it should look like below:
Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation G70 [GeForce 7300 GT]"
        Monitor         "S/T 57/56E/V"
        DefaultDepth    24

        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection
and edit /etc/usplash.conf and give X=800 and Y=600 .
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 06-03-2008, 03:37 PM   #6 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problem with Nvidia and Ubuntu 7.10

Dude, praka. I have the same monitor and i can use 1024 with no problems,
Even the lilo bootsplash works fine at 1024.
Is it a bug with usplash?
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 06-03-2008, 03:38 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem with Nvidia and Ubuntu 7.10

yeah,I too have a 15" monitor.but @ 800x600@85Hz is better than 1024x768@50-60Hz dont u think so ?usplash works fine after editing.I dont remember correctly,it may be some higher value than 1024x768
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 06-03-2008, 03:39 PM   #8 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problem with Nvidia and Ubuntu 7.10

Umm, no. Not really.
800 is kinda too large for me.
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 06-03-2008, 03:40 PM   #9 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 907
Default Re: Problem with Nvidia and Ubuntu 7.10

Quote:
Originally Posted by praka123 View Post
which monitor?a 15" samtron 56V?
No, it's the relatively newer one.. SynchMaster 594MG.

Quote:
Originally Posted by praka123 View Post
usplash will be causing this out of sync thing,u have to wait for sometime to have linux to finish complete boot.
afterwards,most prolly "nv" oss nvidia driver will be used,else "vesa".
u have to install on hdd and use restricted manager to install nvidia driver module

still,if out of sync error is bugging u,press ctrl+alt+f1 to get a terminal,
there,u enter(wait for boot process to complete):
/etc/init.d/gdm stop
then using nano edit /etc/X11/xorg.conf and go to the section "screen".
remove all resolutions except 800x600 which is needed.
it should look like below:
Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation G70 [GeForce 7300 GT]"
        Monitor         "S/T 57/56E/V"
        DefaultDepth    24

        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection
and edit /etc/usplash.conf and give X=800 and Y=600 .
I know i can install and then try downloading the restricted driver... but I wanted to know the possibilities before installing..
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Old 06-03-2008, 04:16 PM   #10 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Problem with Nvidia and Ubuntu 7.10

Quote:
Is it a bug with usplash?
Its been known to cause errors for Display cards like the 8600 GT etc for 64 bit Ubuntu

I have the same system baring the monitor and the onboard display is definitely not the problem. If you had it installed then you could use the option to disable it but I have no clue how that works in Live CDs. Oh by the way I had the DVD version of Ubuntu 7.10 64 bit when I did my installation so dont know if that makes a difference.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"

Last edited by FilledVoid; 06-03-2008 at 04:24 PM.
FilledVoid is offline  
Old 06-03-2008, 07:22 PM   #11 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: Problem with Nvidia and Ubuntu 7.10

@praka I am surprised, you are the man who solved the same problem for me sometime back

After you get Out of Sync wait for hard disk activity to stop

Press Ctrl+Alt+F1

Type
sudo dpkg-reconfigure xserver-xorg

Select your driver as nv (that's for nvidia) and answer the questions, no frame buffer, auto detect the monitor and accept the vsync and hsync settings if they match (check your manual for the settings or online).

Then
Ctrl+Alt+F7
Ctrl+Alt+Backspace

You will autologin in 10 seconds
NucleusKore is offline  
Old 07-03-2008, 12:39 AM   #12 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem with Nvidia and Ubuntu 7.10

^I have explained the same thing
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-03-2008, 07:38 AM   #13 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Problem with Nvidia and Ubuntu 7.10

Quote:
Originally Posted by praka123 View Post
^I have explained the same thing
but NucleusKore was more to the point
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nvidia graphics with ubuntu SunnyChahal Open Source 10 04-02-2008 07:03 PM
Nvidia Driver instalation problem in Ubuntu 6.10 CadCrazy Open Source 12 22-10-2007 04:02 PM
Help me install Nvidia drivers for Ubuntu. slash_89 Open Source 26 17-05-2007 12:53 AM
Envy,Installs for your Ubuntu-nvidia and Ati drivers automatically! praka123 Open Source 3 10-03-2007 08:38 AM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:02 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2