Ciao a tutti! Io ho una risoluzione 1024*768 a 75 mhz. Ho forzato ubuntu con il nvidia-settings per ottenerla perchè il mio monitor non viene riconosciuto correttamente, solo che vorrei passare alla 1280*1024 a 75 mhz perchè con xp ci va mentre con Ubuntu non so come metterla. Posto il mio xorg.conf:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Mon Nov 3 08:46:46 UTC 2008
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 28.0 - 75.0
VertRefresh 43.0 - 75.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
# Removed Option "metamodes" "1024x768_60 +0+0"
# Removed Option "metamodes" "1024x768_60 +0+0; 1024x768_75 +0+0"
# Removed Option "metamodes" "1024x768_75 +0+0; 1024x768_60 +0+0"
# Removed Option "metamodes" "1280x1024_60 +0+0; 1024x768_60 +0+0"
# Removed Option "metamodes" "1024x768_75 +0+0; 1024x768_60 +0+0"
# Removed Option "metamodes" "1280x1024_60 +0+0; 1024x768_60 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768_75 +0+0; 1024x768_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Come devo fare?

Devo modificare qualcosa?(ho letto gli altri post)