xorg.conf anpassen

T

Teclado

Mitglied
Hallo,
mein System ist Suse 10.3.
Ich hatte mir einen neuen Bildschirm gekauft und hab nach einem Tipp aus dem Forum die Auflösung über Yast - Monitor - Ändern als LCD-Bildschirm auf 1280 x1024 eingestellt.
Meine xorg.conf sieht jetzt so aus:

Section "Monitor"
DisplaySize 377 301
HorizSync 30-82
Identifier "Monitor[0]"
ModelName "1280X1024@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "ProSavage DDR-K"
BusID "1:0:0"
Driver "savage"
Identifier "Device[0]"
Screen 0
VendorName "S3"
EndSection


Ich würd mal sagen, der Bildschirm hat jetzt die maximale Auflösung von 1280 x 1024 (?), aber bei Yast - Eigenschaften - Auflösung wird immer noch als Auflösung 1024 x 768 angezeigt. Was muss ich an der xorg.conf noch alles richtig stellen?
Teclado
 
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection

das sagt aber das seine max auflösung 1024x768 und deine min auflösung 800x600 ist
 
Ist es eigentlich immernoch wichtig die Frequenzen des Monitors in der xorg.conf einzutragen oder is das mitlerweile obsolet?
 
joa hab ich mich auch gefragt, bei mir war noch nie sowas inner xconfig, und es hat immer alles bestens funktioniert -- allerdings hab ich auch keine ahnung von tft monis und ob man da vieleicht sowas brauch
 
Und was steckt in der Section "Modes"? Was bedeuten denn die ganzen Zahlen hinter der Bildschirmauflösung.
Teclado
 
Und was steckt in der Section "Modes"? Was bedeuten denn die ganzen Zahlen hinter der Bildschirmauflösung.
Teclado

Aus "man xorg.conf"

Code:
MODES SECTION
       The  config file may have multiple Modes sections, or none.  These sec-
       tions provide a way of defining sets of video  modes  independently  of
       the  Monitor  sections.   Monitor  sections may include the definitions
       provided in these sections by using  the  UseModes  keyword.   In  most
       cases  the Modes sections are not necessary because the built-in set of
       VESA standard modes will be sufficient.

       Modes sections have the following format:

           Section "Modes"
               Identifier "name"
               entries
               ...
           EndSection

       The Identifier entry specifies the unique name for  this  set  of  mode
       descriptions.   The  other  entries permitted in Modes sections are the
       Mode and ModeLine entries that are described above in the Monitor  sec-
       tion.

Code:
ModeLine  "name" mode-description
              This entry is a more compact version of the Mode entry,  and  it
              also  can  be used to specify video modes for the monitor.  is a
              single line format for specifying video modes.   In  most  cases
              this  isn't  necessary because the built-in set of VESA standard
              modes will be sufficient.

              The mode-description is in four sections,  the  first  three  of
              which  are mandatory.  The first is the dot (pixel) clock.  This
              is a single number specifying the pixel clock rate for the  mode
              in MHz.  The second section is a list of four numbers specifying
              the horizontal timings.  These numbers  are  the  hdisp,  hsync-
              start, hsyncend, and htotal values.  The third section is a list
              of four numbers specifying the vertical timings.  These  numbers
              are  the  vdisp,  vsyncstart,  vsyncend, and vtotal values.  The
              final section is a list of flags specifying  other  characteris-
              tics  of  the mode.  Interlace indicates that the mode is inter-
              laced.  DoubleScan indicates a mode where each scanline is  dou-
              bled.   +HSync  and -HSync can be used to select the polarity of
              the HSync signal.  +VSync and -VSync can be used to  select  the
              polarity  of the VSync signal.  Composite can be used to specify
 
Zuletzt bearbeitet:
wenn wir grad dabei sind, was müsste ich denn in die xorg.conf schreiben, wenn ich an meine Graka einen zweiten Monitor dranhängen möchte???

der Monitor ist ein einfacher Röhrenmonitor, der an den zweiten Anschluss meiner Graka soll.

Könnte mir da jemand helfen??

Danke
 
nee leider nich, sowas hab ich zu genüge gefunden.

also ich hab eine Grafikkarte mit 2 anschlüssen und an jedem anschluss hängt ein monitor.

nur weiß ich leider nicht, wie ich auf den zweiten monitor ein bild bekomme und was ich machen müsste, damit es kein clone wäre sondern eine erweiterte arbeitsfläche
 

Ähnliche Themen

X11 Monitor Position

Zweiter Monitor geht bei Vollbildspielen aus.

Monitor getauscht, Schriftgrößen verstellt

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

xorg.conf für zwei Grafikkarten

Zurück
Oben