Ubuntu 10.10 monitor recognition, vertical refresh issue similar to question #153354.

Asked by Dale Diamond

This question is similar to https://answers.launchpad.net/ubuntu/+question/153354

Nvidia video card GeForce 9200 256 M of ram

Original video settings: 1024 x 768 Refresh @ 60Hz and Monitor Unknown. It was working this way until the following.
System boots to a mangled screen. Vertical colors. Real mess. Can't login. The only escape is power off and restart to recovery screen. This doesn't fix it. Rescue a broken system doesn't fix. You have to use failsafe x server (I think that's what it's called) to get anything to work. I can't make any changes to the monitor settings; they are locked in this mode. Linux should recognize this monitor. It's simply a 17 inch crt.

These are the results to the question asked of the poster in the above referenced question. Probably not much help.

dale@Dale:~$ sudo lsb_release -a; uname -a; sudo lshw -C displa
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
Linux Dale 2.6.35-31-generic #63-Ubuntu SMP Mon Nov 28 19:23:11 UTC 2011 i686 GNU/Linux

Can you please help?
thanks - Dale

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-video-nv Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

> sudo lshw -C displa

Should be:
sudo lshw -C display

Is there something like nvidia-settings available:
sudo nvidia-settings

Please post output of:
xrandr

This creates a modeline:
cvt 1024 768

which can be added to /etc/X11/xorg.conf.

https://wiki.ubuntu.com/X/Config/Resolution
https://wiki.ubuntu.com/X/Config

Revision history for this message
Dale Diamond (dale-diamond) said :
#2

Hi Sam. thanks for responding. Per your request.

dale@Dale:~$ sudo lshw -C display (the correct command)
  *-display
       description: VGA compatible controller
       product: NV44A [GeForce 6200]
       vendor: nVidia Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 32 bits
       clock: 66MHz
       capabilities: pm agp agp-3.0 vga_controller bus_master cap_list rom
       configuration: driver=nouveau latency=64 maxlatency=1 mingnt=5
       resources: irq:16 memory:de000000-deffffff memory:e0000000-efffffff memory:dd000000-ddffffff memory:dffe0000-dfffffff

dale@Dale:~$ sudo nvidia-settings
sudo: nvidia-settings: command not found

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768 0.0*

I will next check on /etc/X11/xorg.conf.

I'll post again later with its contents.

THANK YOU

Revision history for this message
Dale Diamond (dale-diamond) said :
#3

Sam - the contents of /etc/X11 do not contain the config file. Pic of directory contents attached. Sounds like it needs to be regenerated. Back in the Redhat days, there was XF86configurator (or something like that) that would generate the file. Could you please tell me the Ubuntu version?

thank you - Dale

--- On Sun, 12/18/11, Sam_ <email address hidden> wrote:

From: Sam_ <email address hidden>
Subject: Re: [Question #182248]: Ubuntu 10.10 monitor recognition, vertical refresh issue similar to question #153354.
To: <email address hidden>
Date: Sunday, December 18, 2011, 4:20 PM

Your question #182248 on xserver-xorg-video-nv in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/182248

    Status: Open => Answered

Sam_ proposed the following answer:
> sudo lshw -C displa

Should be:
sudo lshw -C display

Is there something like nvidia-settings available:
sudo nvidia-settings

Please post output of:
xrandr

This creates a modeline:
cvt 1024 768

which can be added to /etc/X11/xorg.conf.

https://wiki.ubuntu.com/X/Config/Resolution
https://wiki.ubuntu.com/X/Config

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/182248/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/182248

You received this question notification because you asked the question.

Revision history for this message
Sam_ (and-sam) said :
#4

Thanks for the output.

> Pic of directory contents attached

Please answer directly via web browser and the link of your question.
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+question/182248

Otherwise email quote is displayed and makes a thread unreadable after a while.
The 'answers' section of LP doesn't accept attachments, if necessary images need to be uploaded on a preferred web page and the link posted here.
In this case it isn't necessary to show the image of the directory. We can use terminal outputs for almost everything to determine specific status.

> Back in the Redhat days

As life and developement go on things change. Ubuntu uses X_auto_configuration.
https://help.ubuntu.com/community/DebuggingXAutoconfiguration

Hence, as in the Wiki explained one can create a customized xorg.conf, but if xrandr even has issues to detect the essentials it's rather tricky.

Anyway, the driver in use is open source
> configuration: driver=nouveau

means no proprietary driver no xorg.conf.

Not sure about Maverick release (EOL in April 2012), maybe try the menu
system administration -> hardware drivers
to see if it offers another driver.

https://help.ubuntu.com/community/BinaryDriverHowto

xrandr fails to generate the refresh rate, horizontal and vertical X axis.
A healthy would look like this example:
https://wiki.ubuntu.com/X/Config/Resolution#Dynamically_set_up_with_XRandR

Rather consider to upgrade graphic card since next releases will require newer hardware anyway.
https://wiki.ubuntu.com/DemystifyingUnityGraphicsHardwareRequirements

Revision history for this message
Dale Diamond (ntxmt) said :
#5

Sam - thank you so much once again for the help. You've given me plenty of material to plow through as time permits. I'm sure that there's enough information there to resolve the problem. If there is anything else, I'll post again.

Many thanks - Dale

Can you help with this problem?

Provide an answer of your own, or ask Dale Diamond for more information if necessary.

To post a message you must log in.