|
|
#1 | |
|
Registered User
Join Date: Sep 2010
Posts: 4
|
I can't set correct resolution on a ubuntu 10.04 with driver version 96.43.17
I can chose only 320x240 or 640x480. please help. edit: no bug report |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2010
Posts: 4
|
someone can help me please? =)
|
|
|
|
|
|
|
#3 |
|
User
Join Date: Mar 2005
Posts: 366
|
Where is the bug report?
Did you read the README? |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2010
Posts: 4
|
sorry..
here it is... |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jan 2010
Posts: 26
|
It looks like your xorg.conf forces 640x480 and you're complaining it does just that?
|
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Sep 2010
Posts: 4
|
my xorg.conf is completely empty...I think that in new version of ubuntu xorg.conf is not necessary to run x server...
now I create a new xorg conf with Code:
nvidia-xconfig Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 15 05:52:31 PDT 2010
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Fri Apr 9 10:35:18 UTC 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX Integrated GPU"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Nov 2004
Location: Between the keyboard and the chair.
Posts: 490
|
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Sep 2010
Location: B.C. eh?
Posts: 3
|
I just had exactly the same problem, and joined the Ubuntu users forum to get help.
With their help, I got my system going correctly. the first thing was to go and install and activate the driver. Then.. $ sudo apt-get install nvidia-settings [it may already be installed, but if not - install it] $ sudo nvidia-xconfig then run.. $ sudo gedit /etc/X11/xorg.conf Check that the vertical sync (refresh) rate and horizontal sync rate settings match your monitor specifications, and edit them accordingly. If you're not sure, make the maximum vertical rate to be 60. Now reboot You then can go to the monitor settings using the nvidia interface and refine the various settings there. This worked for me Vic |
|
|
|
![]() |
| Thread Tools | |
|
|