| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Google Bot
Join Date: Aug 2005
Posts: 9,751
|
Now today i tried to install it again. But the system didn't even boot up from the Live cd. It hanged at the Ubuntu loading screen. So i removed my GPU and tried installing it on my Integrated Intel Extreme graphics. It worked and the distro got installed. Now i shut down, inserted my GPU again (Nvidia FX5200 128mb) and tried to boot. But after booting into Ubuntu it gives me a Monitor : Out of Operating Frequency Error. I have a 15" LG CRT. Any ideas? Thanks. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
MMO Addict
Join Date: Jul 2004
Location: Bangalore
Posts: 1,467
|
This will help: http://ubuntuforums.org/showthread.php?t=83973
This is weird though.. I didn't have any problem with fx5700.. Last edited by amitava82; 26-01-2008 at 03:44 PM. Reason: Automerged Doublepost |
|
|
|
|
#3 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
OK Follow this it should work
1) Boot in Single User Mode, as ubuntu calls it, Recovery Mode 2) Run Code:
sudo dpkg-reconfigure xserver-xorg 4) For graphics card select vesa 5) For resolution select 1024x768 as max. 6) For colour depth select 16 7) Let the rest be at default unless you know for sure that it's different than what is being detected. 8) Now let it save the configuration to /etc/X11/xorg.conf 9) type Code:
init 2 11) Login to your desktop and open System => Administration => Restricted Drivers Manager and let it download Nvidia driver off the net. 12) One that is finished install nvidia-xconfig then run it 13) Also, for precaution repeat step 2 and this time select nvidia driver with 1024x768 resolution and 24bit depth.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#4 (permalink) |
|
Google Bot
Join Date: Aug 2005
Posts: 9,751
|
Thanks for the link amitava..
and Mehul when i try to boot even in recovery mode with my gfx card plugged in, it just hangs at the console. And if i try to configure xorg.conf with my Integrated gfx, then it gives the same Frequency error when i plug in my GPU. Any other ideas? Thanks a lot BTW. |
|
|
|
|
#5 (permalink) | |
|
Juke Box Hero
Join Date: Aug 2007
Posts: 1,204
|
Can you post the content of your /etc/X11/xorg.conf here? Especially this part
Quote:
Generally if dpkg is not working as a solution, you need to manually edit xorg.conf using vi. The same which mehul has said above, .i,e, put "Driver" as vesa, Defaultdepth as "16" and Resolution as "1024x768". After editing and saving, turn off, connect 5200, boot into Ubuntu and then install Restricted Nvidia Drivers. NOTE: If you don't know OR not comfortable with using vi, then attach you xorg.conf here, I'll edit it and post it back. Last edited by Hitboxx; 26-01-2008 at 07:39 PM. |
|
|
|
|
|
#6 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^Vi were the norm.now nano is there,which is default and easy for n00b's.
@pathik:nvidia open source driver "nv" supports that card.use "nv" driver when doing a "sudo dpkg-reconfigure xserver-xorg"
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#7 (permalink) |
|
is NOT a PC/Mac
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
|
I think there are some problems with newer linux distros to detect and configure AGP cards properly. I also have a nVidia FX 5200 and did have the problems pathik faced.
I created a solution and posted here ago, check that @ Howto : Bypass AGP graphics card problem with newer linux distros I think it will work |
|
|
|
|
#8 (permalink) | |
|
Google Bot
Join Date: Aug 2005
Posts: 9,751
|
@hitboxx
Mine is Quote:
I hav tried every combination of resos and color depth but it just operates out of frequency. My frequency limits are HF : 30-54 and VF: 50-80/120. But Ubuntu is hell bent on running it at HF : 64khz VF : 60hz. is there any way i can force it to lower the horiz_freq below 54 khz. @Praka. K i ll try that too. @Debsuvra ll check it out. thanks. I ll try out the driver part as "nv" and "nvidia" BTW hitboxx did ur video driver in use become nvidia after u installed the nvidia drivers thru apt? |
|
|
|
|
|
#11 (permalink) |
|
Juke Box Hero
Join Date: Aug 2007
Posts: 1,204
|
Try putting HF:30-70, I know it sounds absurd, but let it read 70 and also put the driver as "nv". (5200 should be connected)
If it doesn't work, remove all modes except "800x600" and try with vesa as well as nv. It should work. |
|
|
|
|
#16 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
@Pathik:
First,your vertical freq set for LG 505E monitor was inadequate; Now,as you have completed installation with onboard Intel graphics and put nvidia agp card inside,u may need to blacklist the onboard intel modules. I agree that this is a serious unnoticed bug in Ubuntu So,If you can follow below howto,try and reply here: boot with "vesa" gfx driver to Ubuntu desktop.complete your restricted driver installation from "Restricted drive manager". Now,backup ur old /etc/X11/xorg.conf.open a terminal and run: Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bked Code:
sudo gedit /etc/X11/xorg.conf Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "ddc"
Load "extmod"
Load "type1"
Load "freetype"
Load "bitmap"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "your Keyboard"
{Leave intact ur keyboard section as the earlier xorg.conf one}
EndSection
Section "InputDevice"
Identifier "your mouse"
{Leave intact ur keyboard section as the earlier xorg.conf one}
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Device"
Identifier "nVidia Corporation Nvidia 5200 agp"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
EndSection
Section "Monitor"
Identifier "505E"
Option "DPMS"
HorizSync 30-54
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation Nvidia 5200 agp"
Monitor "505E"
Defaultdepth 24
SubSection "Display"
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
open terminal and do as below: Code:
sudo gedit /etc/modprobe.d/00local Code:
install intel_agp /bin/true Now,Open synaptic manager=>browse to status>installed . now remove all xserver-xorg-video-* and xserver-xorg-video-all except xserver-xorg-video-vesa. select "completely remove and purge option" to remove these unwanted drivers off ur hdd. lastly, IMPORTANT STEP: boot into BIOS of ur comptuer.check and make sure onboard graphics is disabled and/OR select external Agp. Also,the above xorg.conf is meant to give you a 800x600@85Hz which is,the maximum freq and effect available for a 15" monitor. the vertical frequency source for LG 505E is: http://www.ebuyer.co.za/product/LG-1...s-Monitor.html ^so dont panic if it is wrong freqeuncy post your results.also if some problem occurs,post the output from terminal for "lspci and lsmod" commands
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#19 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
@debsurva:in my experiance,simple blacklisting will not work all the times reg modules.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#20 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
Pathik, What mobo is it? Some intel 845 chipset based, right?
__________________
http://www.bash.org/?258908 |
|
|
|
|
|
#22 (permalink) |
|
Google Bot
Join Date: Aug 2005
Posts: 9,751
|
Yea. That AGI part really sucks.
@Mehul, And I have a Asrock i845GV mobo. Really b0rked in case of most linux distros. I get some or the other error with every Distro. @Gary, Yea i know. @praka, Thanks man. I ll try that out. |
|
|
|
|
#23 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
So, there goes your problem. You'll have to do eith this ugly hack. It's always been a PITA for linux users.
__________________
http://www.bash.org/?258908 |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| boot screen resolution prob in ubuntu 64 | abhinandh | Open Source | 1 | 14-12-2007 03:06 PM |
| How to upgrade from ubuntu 7.04 to 7.10 using ubuntu dvd which came with DEC digit.! | arunks | Open Source | 4 | 13-12-2007 03:48 PM |
| Pc Fan prob.(Pls help this interesting prob.) | Ishan | Hardware Q&A | 4 | 24-01-2006 09:38 AM |
| prob in ubuntu "hoary" | geekgod | Open Source | 11 | 25-06-2005 11:41 PM |