#1 Le 23/07/2006, à 22:05
- jpch84
[reglé] créer une nouvelle résolution d'écran avec Nvidia
Avertissement préalable : vérifiez bien que la nouvelle résolution que vous voulez créer soit dans les domaines de fonctionnement de votre carte et de l'écran.
Extrait de http://download.nvidia.com/XFree86/Linu … dix-j.html
**********************************************************
Some functionality, such as Active Stereo with TwinView, requires control over exactly which mode timings are used. For explicit control over which mode timings are used on each display device, you can specify the modeline you want to use (using one of the modeline generators available), and using a unique name. For example, if you wanted to use 1024x768 at 120 Hz on each monitor in TwinView with active stereo, you might add something like this to the monitor section of your X configuration file:
# 1024x768 @ 120.00 Hz (GTF) hsync: 98.76 kHz; pclk: 139.05 MHz
Modeline "1024x768_120" 139.05 1024 1104 1216 1408 768 769 772 823 -HSync +Vsync
Then, in the Screen section of your X config file, specify a MetaMode like this:
Option "MetaModes" "1024x768_120, 1024x768_120"
************************************************************
Je traduis pour mon cas:
1. je sais que le mode 1360x1024 85hz fonctionne sous Windows donc materiellement c'est OK
2.je tape dans un terminal : gtf 1360 1024 85
ça répond :
# 1360x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 169.59 MHz
Modeline "1360x1024_85.00" 169.59 1360 1456 1608 1856 1024 1025 1028 1075 -HSync +Vsync
3.Edition du xorg.conf :
Section monitor je rajoute par copier coller:
Section "Monitor"
Identifier "NSV1107K"
Option "DPMS"
HorizSync 30-110
VertRefresh 50-105
# 1360x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 169.59 MHz
Modeline "1360x1024_85.00" 169.59 1360 1456 1608 1856 1024 1025 1028 1075 -HSync +Vsync
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 MX 420]"
Monitor "NSV1107K"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024"
Option "MetaModes" "1360x1024_85.00"
EndSubSection
EndSection
et ça maaaarrrrchhe!!!!
Je suis tout nouveau sur ubuntu et le forum mais si quelqu'un sait mettre ça dans le wiki ça pourrait rendre service.