Posiadam monitor SyncMaster 755DFX, kartę grafiki nVidia RIVA TNT2 Model 64/Model 64 Pro, zaistalowanego Ubuntu 8.04, zainstalowany i działający pakiet "NVidia binary X.Org 'legacy' driver". Używan Linuxa od jakiegoś tygodnia, wcześniej używałem Windows XP na którym po zainstalowaniu odpowiedniego sterownika monitora miałem 1024x768 100Hz, teraz w Linuxie mam 1024x768 85Hz

* Częstotliwość odchylania poziomego: 30-85 kHz
* Częstotliwość odchylania pionowego: 50-160 Hz
Z tego co do tej pory wyczytałem na mam edytować plik /etc/X11/xorg.conf i wpisać w nim swoje wartości odświeżania. Zawartość tego pliku wygląda u mnie tak:
Kod: Zaznacz cały
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildd@palmer) Tue Jan 22 12:05:14 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.
#
# 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 "Default Layout"
screen "Default Screen" 0 0
Inputdevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "UseEdidFreqs" "True"
Option "AllowGLXWithComposite" "True"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
Option "NoLogo" "True"
Option "UseEdidFreqs" "True"
Option "AllowGLXWithComposite" "True"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
