OpenGL
Vayu
vayu at sklinks.com
Thu May 11 19:35:57 UTC 2006
On Thursday 11 May 2006 12:22, David Hopkins wrote:
> Ok, first off guys thats for helping me get this far. I apt-got the
> nvidia drivers
> sudo apt-get install nvidia-glx
> and now my desktop is running super smoothly and I have Vista-ish
> Effects and OSX shadows and everything! I guess there must have just
> been a problem with the nvidia installer.
>
> The last hurdle now is the resolution. My monitor is a bit of an
> akward beast in that it is a Dell LCD W2600 who's native resolution is
> 1280x768 (widescreen). When I was using the generic linux nvidia
> driver beforehand my desktop was a lot slower but it did offer me this
> resolution. Now I can only have 1024x768 (bit too low) or 1280x1024
> (much too high). Im using 1024x768 and its definately usable but I'd
> love to get the old 1280x768 native one back.
>
> There is no 1280x768 entry in my xorg.conf file but the really weird
> thing is I looked at the xorg.conf backup I made before my pre-nvidia
> update and it does not contain on either?
>
>
> Section "Screen"
> Identifier "Default Screen"
> Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
> Monitor "W2600 LCD TV"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
> EndSubSection
> EndSection
>
>
Try giving it only one choice like this:
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "W2600 LCD TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x768"
EndSubSection
EndSection
More information about the kubuntu-users
mailing list