Setting resolution for GeForce4 MX 4000 AGP 8x display card

Asked by Bob Murrell

Am running 6.06, new install, screen defaults to 1024 X 768 max on a Viewsonic VG2230wm flat panel w/native res of 1680 X 1050. Very frustrating as I had made good progress otherwise with Ubuntu. What now?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Massimo Forti (slackwarelife) said :
#1

Thanks for your question, to resolve it we try to install correctly the new nvidia driver:

1) downloads from this site the NVIDIA-Linux-x86-1.0-9755-pkg1.run file (this is for x86 cpu)

http://www.nvidia.com/object/linux_display_ia32_1.0-9755.html

2) open a shell and do:

$: sudo apt-get install build-essential
$: sudo apt-get install linux-headers-$(uname -r)
$: sudo apt-get install xserver-xorg-dev

$: sudo gedit /etc/default/linux-restricted-modules-common

add "nv" in the line DISABLED_MODULES=""
this block the nv module, don't worry.

$: chmod +x /dir_where_you_have_save_the_file/NVIDIA-Linux-x86-1.0-9755-pkg1.run

do a backup of your xorg.conf

$: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

$: sudo /etc/init.d/gdm stop

this stop your desktop.

After do ctrl+alt+f1.

Now you are in console mode, enetr your usrid and password, than do:

$: sudo sh /dir_where_you_have_save_the_file/NVIDIA-Linux-x86-1.0-9755-pkg1.run

You must answer the questions (the last question is about the possibility of nvidia installe to update you xorg.conf, answer ok). After this do:

$: sudo shutdwon -r now

This restart your pc.

Thanks

Revision history for this message
Bob Murrell (bmurrell) said :
#2

Thank you very much, Massimo. I got some success with "sudo dpkg-reconfigure
xserver.xorg" 1600 X 1200 @ 60Hz but not the monitor's preferred 1680 X 1050
@ 60 Hz. If the new driver for this card can handle that resolution I will
try your procedure. Again, thanks for the reply.

Bob Murrell

On 5/2/07, Massimo Forti <email address hidden> wrote:
>
> Your question #6014 on Ubuntu changed:
> https://answers.beta.launchpad.net/ubuntu/+question/6014
>
> Status: Open => Answered
>
> Massimo Forti proposed the following answer:
> Thanks for your question, to resolve it we try to install correctly the
> new nvidia driver:
>
> 1) downloads from this site the NVIDIA-Linux-x86-1.0-9755-pkg1.run file
> (this is for x86 cpu)
>
> http://www.nvidia.com/object/linux_display_ia32_1.0-9755.html
>
> 2) open a shell and do:
>
> $: sudo apt-get install build-essential
> $: sudo apt-get install linux-headers-$(uname -r)
> $: sudo apt-get install xserver-xorg-dev
>
> $: sudo gedit /etc/default/linux-restricted-modules-common
>
> add "nv" in the line DISABLED_MODULES=""
> this block the nv module, don't worry.
>
> $: chmod +x /dir_where_you_have_save_the_file/NVIDIA-
> Linux-x86-1.0-9755-pkg1.run
>
> do a backup of your xorg.conf
>
> $: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
>
> $: sudo /etc/init.d/gdm stop
>
> this stop your desktop.
>
> After do ctrl+alt+f1.
>
> Now you are in console mode, enetr your usrid and password, than do:
>
> $: sudo sh /dir_where_you_have_save_the_file/NVIDIA-
> Linux-x86-1.0-9755-pkg1.run
>
> You must answer the questions (the last question is about the
> possibility of nvidia installe to update you xorg.conf, answer ok).
> After this do:
>
> $: sudo shutdwon -r now
>
> This restart your pc.
>
> Thanks
>
> _______________________________________________________________________
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.beta.launchpad.net/ubuntu/+question/6014/+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.beta.launchpad.net/ubuntu/+question/6014
>

Revision history for this message
Massimo Forti (slackwarelife) said :
#3

Yes the xorg modules configuration assistant of Nvidia do a lot of work to do it, and after you install it you can find a gui to setup all.

I'm happy, there is the new (20/04/2007):

http://www.nvidia.it/object/linux_display_ia32_100.14.03_it.html

thanks

Revision history for this message
SnediX (snedix-researchlab) said :
#4

because my computer not connected to internet (internet broadband service in indonesia very expensive :p)
,so i can't download support file in these step.
How do this in manually step?

thanks, sorry my english is very bad...

Revision history for this message
SnediX (snedix-researchlab) said :
#5

No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
ERROR: Unable to connect to download.nvidia.com (unknown host)
->
No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.

because my computer not connected to internet (internet broadband service in indonesia very expensive :p)
,so i can't download support file in these step.
How do this in manually step?

thanks, sorry my english is very bad...

---------------------------------------------------------------- nvidia-installer.log

ERROR: Unable to load the kernel module 'nvidia.ko'.
       This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
       obtaining ownership of the NVIDIA graphics device(s).

       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 No such device

Can you help with this problem?

Provide an answer of your own, or ask Bob Murrell for more information if necessary.

To post a message you must log in.