Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg Dual-Screen Bildschirme vertauscht [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Kwirl
n00b
n00b


Joined: 18 Jul 2005
Posts: 48
Location: Bonn, Germany

PostPosted: Wed Sep 27, 2006 7:52 am    Post subject: Xorg Dual-Screen Bildschirme vertauscht [solved] Reply with quote

Hallo zusammen!

Ich hab hier wohl nur ein winziges Problem, aber es hält mich schon seit 2 Tagen auf. Ich habe es endlich geschafft meinen Desktop auf zwei Bildschirme zu erweitern. Leider steht der zweite Bildschirm links vom Hauptbildschirm. Xorg denkt aber er steht rechts. Folglich muss ich immer rechts rum, um in den linken Bildschirm zu gelangen. Nicht sehr intuitiv 8O Kann mir jemand den Trick verraten, um die Reihenfolge zu ändern ohne die Bildschirme auszutauschen ? :wink:

Ach ja. Ich habe ne ATI-Graka und habe die xorg.conf mit aticonfig erstellt.


Danke schonmal!
Guido


Last edited by Kwirl on Thu Sep 28, 2006 7:32 am; edited 1 time in total
Back to top
View user's profile Send private message
platinumviper
l33t
l33t


Joined: 12 Feb 2004
Posts: 661
Location: Munich, Germany

PostPosted: Wed Sep 27, 2006 9:26 am    Post subject: Reply with quote

Das kommt auf den verwendeten X-Server an, bei XFree, Xorg und MetroX lautet der Eintrag:
Code:
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1" "" "" "" "Screen 2"
    Screen "Screen 2" "" "" "Screen 1" ""
bei Nvidia sieht es so aus:
Code:
    Screen "Screen R"
    Screen "Screen L" LeftOf "Screen R"
wie die Syntax bei ATI aussieht (falls Du deren Treiber verwendest) weiß ich nicht, wahrscheinlich steht in Section "ServerLayout" ein Beispiel. Ganz sicher steht es in der Doku.

platinumviper
_________________
No money back garantee. In case of problems, don't call us, we call you.
Back to top
View user's profile Send private message
Kwirl
n00b
n00b


Joined: 18 Jul 2005
Posts: 48
Location: Bonn, Germany

PostPosted: Thu Sep 28, 2006 7:31 am    Post subject: Reply with quote

Erstmal danke für deine Antwort!

Ich habs anders gelöst. Die nette Option Option "DesktopSetup" "horizontal,reverse" unter der Section "Device" von aticonfig-Device[0] sorgt dafür, dass der Screen nach links erweitert wird.

So sieht das jetzt aus und es läuft:

Code:

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "DesktopSetup" "horizontal,reverse"
        Option      "OverlayOnCRTC2" "0"
        Option      "FSAAEnable" "off"
        Option      "FSAAScale" "4"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[1]"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum