Poner monitor por defecto a 60hz

Buenas, tengo ubuntu hoary y se me rompió mi monitor por un golpe fortuito, y ahora tengo uno que lo tengo que poner a 800x600 y a 60hz para que se vea (si no no funciona).

El caso es que por defecto me lo pone a 85hz y se ve paranoico, a parte de que se ve doble y como puedo tengo que ir al centro de KDE para cambiar los HZ y poder ponerlo bien... aunque a 60hz me dejo los ojos pero que le vamos a hacer no hay otra solucion...

La cosa es que no se como hacer para que arranque por defecto a 60HZ :/

que puedo hacer para cambiarlo???

Pongo aqui mi xorg.conf

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:2:0:0"
VideoRam 64000
EndSection

Section "Monitor"
Identifier "mierda"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "mierda"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection



EDIT: Autorespondo yo mismo he añadido esto:

Section "Monitor"
Identifier "mierda"
Option "DPMS"
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
EndSection

No sé que hará exactamente pero esto se ve al pelo.. XD
0 respuestas