xf86config

Post Reply
Message
Author
Michael

xf86config

#1 Post by Michael »

Hallo,
mmmhh? ..und wie kann ich dort nun die Auflösung von 800x600 auf 1024x768 umstellen ? Muss ich mehrere Parameter ändern ?


Gruß
Michael

mvo

Re: xf86config

#2 Post by mvo »

Hallo,
ich kenne Red Hat nicht, aber da gibt es doch sicher irgendein komfortables X-Konfigurationstool, das die gleiche Aufgabe wie SuSE's SAX erfuellt?
Wenn nicht, einfach alle Fragen moeglichst genau beantworten, die xf86config Dir stellt. Auch die Aufloesungen kannst Du da im Dialog einstellen. Du solltest aber vorher genau rausfinden, was fuer Hardware Du hast (Grafikchip, "Maus" usw.).

mvo

Re: xf86config

#3 Post by mvo »

Achso, mit der o.g. Methode erstellst Du eine komplett neue Konfiguration. Wenn Du nur eine Aufloesung hinzufuegen willst, suche die Datei "XF86Config" oder "XF86Config-4" in /etc oder /etc/X11.
Trage dort die gewuenschte Aufloesung nach, hier ein Ausschnitt aus meiner Datei:
<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
</font><hr></pre></blockquote>

mvo

Re: xf86config

#4 Post by mvo »

Achso, mit der o.g. Methode erstellst Du eine komplett neue Konfiguration. Wenn Du nur eine Aufloesung hinzufuegen willst, suche die Datei "XF86Config" oder "XF86Config-4" in /etc oder /etc/X11.
Trage dort die gewuenschte Aufloesung in der Zeile "Modes" nach, hier ein Ausschnitt aus meiner Datei:
<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
</font><hr></pre></blockquote>

kai

Re: xf86config

#5 Post by kai »

bei redhat heißt das tool "Xconfigurator"

gruß kai

MCE

Re: xf86config

#6 Post by MCE »

Hi
einfacher geht es doch mit XF86Setup ist ein grafischer Konfigurationstool für den X-Server

Post Reply