View previous topic :: View next topic |
Author |
Message |
blice Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 12 Feb 2005 Posts: 598 Location: D- 26188
|
Posted: Wed Nov 29, 2006 7:47 pm Post subject: Wie - maximale Hertz reduzieren?[sol] |
|
|
Ich hab das letzten stable Xorg, Nvidia-Drivers. Es gibt da nur eine kleinigkeit die mich stört.
Bisher konnte ich mit krandrtray / kcontrol , abgesehen von der auflösung auch die wiederholfrequenzen ändern.
ich hab das Gefühl mein monitor packt das nicht mehr so (alter Vzone17A) .
randrtray/nvidia schaltet von sich ganz komische zahlen die ich auch so nicht ändern kann
zb : 1024x768 @ 96 hz
800x600 @ 109 hz
1280x1024 @ 60 hz
768x5786@113 hz
Ich möchte gerne wieder 1024x768 @ 60 oder 70 haben, mein monitor wird unscharf , ein "=" sieht bei mir aus wien zittriges -
ahja mom
Code: |
Section "Monitor"
Identifier "Monitor0"
ModelName "Vzone17A"
Option "DPMS" "true"
VendorName "IMR"
HorizSync 30 - 71
VertRefresh 43 - 150
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 119.40 1280 1368 1504 1728 1024 1025 1028 1063
Modeline "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799
Modeline "1024x768" 86.18 1024 1088 1200 1376 768 769 772 803
Modeline "1024x768" 95.50 1024 1088 1200 1376 768 769 772 807
Modeline "800x600" 44.13 800 840 920 1040 600 601 604 624
Modeline "800x600" 51.73 800 840 928 1056 600 601 604 628
Modeline "800x600" 58.73 800 840 928 1056 600 601 604 632
Modeline "800x600" 66.71 800 848 936 1072 600 601 604 635
Modeline "800x600" 73.98 800 848 936 1072 600 601 604 639
Modeline "800x600" 74.67 800 848 936 1072 600 601 604 639
Modeline "768x576" 40.41 768 800 880 992 576 577 580 599
Modeline "768x576" 47.41 768 808 888 1008 576 577 580 603
Modeline "768x576" 53.75 768 808 888 1008 576 577 580 606
Modeline "768x576" 61.21 768 816 896 1024 576 577 580 610
Modeline "768x576" 67.79 768 816 896 1024 576 577 580 613
Modeline "768x576" 72.27 768 824 904 1040 576 577 580 615
Modeline "640x480" 27.74 640 664 728 816 480 481 484 500
Modeline "640x480" 32.64 640 672 736 832 480 481 484 503
Modeline "640x480" 36.97 640 672 736 832 480 481 484 505
Modeline "640x480" 42.22 640 680 744 848 480 481 484 508
Modeline "640x480" 46.80 640 680 744 848 480 481 484 511
Modeline "640x480" 51.43 640 680 744 848 480 481 484 514
Modeline "640x480" 57.18 640 680 752 864 480 481 484 517
Modeline "640x480" 60.09 640 680 752 864 480 481 484 519
EndSection
|
_________________ Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de
Last edited by blice on Thu Nov 30, 2006 5:09 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Battlestar Gentoo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/128669975345637aed9beee.gif)
Joined: 23 Dec 2004 Posts: 708 Location: Wien
|
Posted: Wed Nov 29, 2006 8:10 pm Post subject: |
|
|
Hi,
erzeuge eine Modeline (den Namen des Kommandozeilentools weiß ich jetzt gerade nicht), z.B. hier: http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
Setze die Modeline in die Section "Monitor". In der Section "Screen" setze nun den Namen der Modeline zu den jeweiligen Modes, z.B ist das in meinem Fall...
Code: | Section "Screen"
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024_85.00" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024_85.00" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024_85.00" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
|
_________________ vorher: Gentoo Reptile |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Vortex375 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8411107174242ae2405552.jpg)
Joined: 03 Mar 2005 Posts: 1739 Location: Deutschland
|
Posted: Wed Nov 29, 2006 8:38 pm Post subject: |
|
|
Quote: | den Namen des Kommandozeilentools weiß ich jetzt gerade nicht |
gtf, zu benutzen etwa so:
Code: |
(für 1024x768@70Hz:)
$ gtf 1024 768 70
# 1024x768 @ 70.00 Hz (GTF) hsync: 56.00 kHz; pclk: 76.16 MHz
Modeline "1024x768_70.00" 76.16 1024 1080 1192 1360 768 769 772 800 -HSync +Vsync
|
Die Modeline kopierst du in deine xorg.conf (anscheinend musst du abhängig vom Treiber das "-HSync +Vsync" entfernen oder stehen lassen).
Beispiel:
Code: |
Section "Monitor"
Identifier "MyMonitor"
HorizSync 30.0 - 96.0
VertRefresh 60.0 - 100.0
Modeline "1024x768_70.00" 76.16 1024 1080 1192 1360 768 769 772 800
Option "DPMS"
EndSection
|
Dann noch in der Screen Section (Beispiel):
Code: |
Section "Screen"
Identifier "Screen 1"
Device "nvidia"
Monitor "MyMonitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768_70.00" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768_70.00" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768_70.00" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1024x768_70.00" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
Dadurch sollte der in der Modeline definierte Modus "1024x768_70.00" als Standard festgelegt sein. Wenn X jetzt nicht wieder "eigenintelligenz" beweist und etwas völlig anderes als erwartet anstellt, dann sollte er beim nächsten Start eigentlich mit dieser Einstellung anfahren.
Viel Glück! ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blice Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 12 Feb 2005 Posts: 598 Location: D- 26188
|
Posted: Wed Nov 29, 2006 8:47 pm Post subject: |
|
|
auf diesem wege klappts nicht, es wird immer noch 1024x768@85 angenommen _________________ Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Vortex375 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8411107174242ae2405552.jpg)
Joined: 03 Mar 2005 Posts: 1739 Location: Deutschland
|
Posted: Wed Nov 29, 2006 8:53 pm Post subject: |
|
|
Poste deine xorg.conf bitte. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
musv Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/17022956523ec2f01a46f03.jpg)
Joined: 01 Dec 2002 Posts: 3369 Location: de
|
Posted: Thu Nov 30, 2006 4:27 am Post subject: |
|
|
Da ich schon länger nicht mehr an meinem "großen" Rechner mit Nvidia-Karte saß, weiß ich nicht, was sich in den letzten Monaten alles so bei den Nvidia-Treibern getan hat.
Aber ich kann mich daran erinnern, daß ich ein ähnliches Problem hatte. D.h. der Nvidia-Treiber hatte mein Modelines beständig und trotzig ignoriert. Lösung war bei mir, den selbsterstellen Modelines eigene Namen zu geben.
Siehe dazu hier (im Thread ganz unten):
https://forums.gentoo.org/viewtopic-t-462859.html |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blice Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 12 Feb 2005 Posts: 598 Location: D- 26188
|
Posted: Thu Nov 30, 2006 5:09 am Post subject: |
|
|
Der Letzt Tipp wars , danke .
Es lag tatsache an den Mode-namen
Code: |
Section "Monitor"
Identifier "Monitor0"
ModelName "Vzone17A"
Option "DPMS" "true"
VendorName "IMR"
HorizSync 30 - 65
VertRefresh 50 - 100
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1.0mega_60" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline "0.8mega_60" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
# 1024x768 @ 70.00 Hz (GTF) hsync: 56.00 kHz; pclk: 76.16 MHz
Modeline "0.8mega_70" 76.16 1024 1080 1192 1360 768 769 772 800 -HSync +Vsync
EndSection
|
_________________ Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|