• 23.08.2025, 10:20
  • S’inscrire
  • Connexion
  • Vous n’êtes pas connecté.

 

Eumel

God

[ubuntu] GDM Auflösung

mardi 29 août 2006, 12:52

Hi!

Ich habe eine viel zu hohe Auflösung im Anmeldefenster des gnome-display-managers. Durch modifizieren des Displayeintrages in der xorg.conf stimmen zwar Auflösung und Bildwiederholrate, jedoch ist der Arbeitsbereich zu groß und ich muss/kann scrollen ::)

Citation

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Monitor "Samsung SyncMaster 959NF"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Ideen?

MfG
"I've always said, the Web is the sum of all human knowledge plus porn.", Ron Gilbert
UltraStar Manager 1.7.2 | Infos zu meinem PC | .o0 DeathSpank 0o.

hurra

God

Re: [ubuntu] GDM Auflösung

mardi 29 août 2006, 13:09

Stehen denn eventuell noch andere Auflösungen in der Device-Section der Grafikkarte?

Ist das ein Single-Monitor-Setup?

Ich würde einfach mal alle unbenötigten Farbtiefen und Auflösungen aus der xorg.conf rausnehmen.

So schauts zB bei mir aus:

Code source

1
2
3
4
5
6
7
8
9
10
11
12
13
Section "Screen"
    Identifier  "Screen 1"
    Device      "graka"
    Monitor     "moni"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection



Cu hurra

Eumel

God

Re: [ubuntu] GDM Auflösung

mardi 29 août 2006, 13:32

Das hat soweit geklappt. Nur hab ich immer 85Hz. Bei der Anmeldung und aufm Desktop. Da kann ich jedes mal wieder 100 Hz einstellen.

Wie bring ich GNOME dazu, sich das zu merken?

MfG
"I've always said, the Web is the sum of all human knowledge plus porn.", Ron Gilbert
UltraStar Manager 1.7.2 | Infos zu meinem PC | .o0 DeathSpank 0o.

hurra

God

Re: [ubuntu] GDM Auflösung

mardi 29 août 2006, 13:34

Ich denke wenn du in der Monitorsection die richtigen Werte für HorizSync und VertRefresh einträgst sollte er automatisch auf den bestmöglichen Wert gehen.

Cu Hurra

Eumel

God

Re: [ubuntu] GDM Auflösung

mardi 29 août 2006, 13:56

Citation de "hurra@sturmfrei"

Ich denke wenn du in der Monitorsection die richtigen Werte für HorizSync und VertRefresh einträgst sollte er automatisch auf den bestmöglichen Wert gehen.

Cu Hurra


Tut er aber nicht :)

MfG

Edit: Kann sein, dass sogar der Hersteller 85 Hz für 1280x1024 vorgibt. Aber da 100 Hz drin sind, möcht ich die auch automatisch nutzen und nicht immer manuell einstellen müssen.
"I've always said, the Web is the sum of all human knowledge plus porn.", Ron Gilbert
UltraStar Manager 1.7.2 | Infos zu meinem PC | .o0 DeathSpank 0o.

hurra

God

Re: [ubuntu] GDM Auflösung

mardi 29 août 2006, 14:01