<html>
<body>
At 09:11 AM 09/08/10, you wrote:<br>
<blockquote type=cite class=cite cite="">On 09/07/2010 08:19 PM, Vic Main
wrote:<br>
...<br>
> I'm now using 10.04. this monitor
resolution thing has been the <br>
> main stumbling block in using Ubuntu more.<br>
> With the version I just tried to update and trashed, the generic
<br>
> driver gave me a maximum of 600x800.<br>
> The generic driver in 10.04 now gives me 1024x768, a huge step up.
<br>
> The NVIDIA driver "recommended" that I tried is
called<br>
> "NVIDIA ACCELERATED GRAPHICS DRIVER (VERSION 96)" I
can tweak all <br>
> sorts of settings, but the video resolution<br>
> choice that driver gives me is 320x240, or 640x480. I'm going to go
<br>
> and delve into the drivers available again<br><br>
I use the '96 driver and have no issues getting proper resolutions on
my<br>
machines. It sounds as if you may not have the the driver properly<br>
enabled/configured. Open 'System|Admin|Hardware Drivers'and see if
the<br>
'96 driver shows as 'This driver is activated and currently in use'.
If<br>
not, enable it. Now before rebooting open a terminal and:<br><br>
$ sudo apt-get install nvidia-settings<br>
[it may already be installed, but if not - install it]<br><br>
$ sudo nvidia-xconfig<br><br>
Now reboot. Check your settings in 'System|Admin|NVIDIA X Server<br>
Settings'. Open a terminal & check your xrandr. Here is mine for an
old<br>
Dell UltraSharp 1800FP monitor & NV25GL [Quadro4 900 XGL] :<br><br>
$ xrandr<br>
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x
1024<br>
default connected 1280x1024+0+0 0mm x 0mm<br>
1280x1024
50.0 51.0*<br>
1280x960
52.0 53.0<br>
1152x864
54.0 55.0
56.0 57.0<br>
1024x768
58.0 59.0
60.0 61.0<br>
960x600 62.0<br>
960x540 63.0<br>
840x525
64.0 65.0 66.0<br>
832x624
67.0 68.0<br>
800x600
69.0 70.0
71.0 72.0 73.0<br>
800x512 74.0<br>
720x450 75.0<br>
680x384
76.0 77.0<br>
640x512
78.0 79.0<br>
640x480
80.0 81.0
82.0 83.0
84.0 85.0<br>
576x432
86.0 87.0
88.0 89.0<br>
512x384
90.0 91.0 92.0<br>
416x312 93.0<br>
400x300
94.0 95.0
96.0 97.0<br>
320x240
98.0 99.0 100.0<br><br>
Low resolution settings typically correspond to incorrect refresh
rates,<br>
make sure that yours are correct. On some systems I've found using
the<br>
default 'System|Preferences|Monitor/Display' rather than the nVidia<br>
manager works - don't know why, but seems to do the trick on
occasion.</blockquote><b><br><br>
<br>
$ sudo apt-get install nvidia-settings<br>
[it may already be installed, but if not - install it]<br><br>
$ sudo nvidia-xconfig<br><br>
Now reboot<br><br>
</b>I got through the first 3 steps of this procedure and ended up with a
screen saying "unsupported mode" in a box.<br>
I had to shut the computer down ungracefully, run it up with the
CD, edit the xorg.conf file <br><br>
(to find it on the drive it was under
/media/elfc6f81-ad4a-4129-alef-61705236de34/etc/X11 ) --Is it safe to
change that name to make some sense??<br><br>
I'm now back to 1024x768 with the nouveau driver. I posted a message on
the NVIdia forum asking for help.<br><br>
It looks like to me that the monitor isn't being recognized by the Nvidia
card. I can add modes using xrandr which work.<br><br>
I tried making a newmode with the settings that cvt gave me for a
1280x1024 and that didn't work. <br>
Just some crap on the screen for a moment and then the screen went to
black.<br><br>
Here is the results of editing the xorg.conf file before running the
procedure above...<br><br>
Section "Screen"<br>
<x-tab> </x-tab>
Identifier<x-tab> </x-tab>
"Default Screen"<br>
<x-tab> </x-tab>
DefaultDepth<x-tab> </x-tab>24<br>
<x-tab> </x-tab>
Option<x-tab> </x-tab>"AddARGBGLXVisuals"<x-tab>
</x-tab>"True"<br>
EndSection<br><br>
Section "Module"<br>
<x-tab> </x-tab>Load<x-tab>
</x-tab>"glx"<br>
EndSection<br><br>
Section "Device"<br>
<x-tab> </x-tab>
Identifier<x-tab> </x-tab>
"Default Device"<br>
<x-tab> </x-tab>
Driver<x-tab> </x-tab>"nvidia"<br>
<x-tab> </x-tab>
Option<x-tab> </x-tab>"NoLogo"<x-tab>
</x-tab>
"True"<br>
EndSection<br><br>
<br>
vic@vic-desktop:~$ xrandr -q<br>
Screen 0: minimum 320 x 240, current 640 x 480, maximum 640 x 480<br>
default connected 640x480+0+0 0mm x 0mm<br>
640x480 50.0*
<br>
320x240 51.0
<br><br>
Other xandr commands not working<br>
Even the 50Hz is wrong.<br><br>
<br>
This is very frustrating<b>.<br><br>
</b>Thanks for the help though<br><br>
<b>Vic<br>
</b></body>
</html>