Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dualhead: position scaling with different resolutions SOLVED
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
scottt
n00b
n00b


Joined: 05 Jun 2007
Posts: 29

PostPosted: Sun Jul 01, 2007 10:59 am    Post subject: dualhead: position scaling with different resolutions SOLVED Reply with quote

hi there!

i try to figure out if its possible to scale the position of the smaller monitor of a dual view desktop? (one's 17" @ 1024*768, the other 19" @ 1200*1024) it should work as it is in windows, there change for example the position of the smaller monitor to "the bottom" instead of "at the top" of the workspace.

i hope you understand what i'm talking about.

tanks for every idea!
scottt


Last edited by scottt on Fri Dec 07, 2007 7:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
CrankyPenguin
Apprentice
Apprentice


Joined: 19 Jun 2003
Posts: 283

PostPosted: Tue Jul 03, 2007 3:13 am    Post subject: If I understand you correctly. Reply with quote

What you want is so that the bottom of the screens, the menu bar is aligned. In this way moving along the bottom of the screens from one to the other and back would work without any "step" jump. While the top would be "stepped down".

In xorg this is governed by the ServerLayout section of the xorg.conf file. Specifically the directives such as "Screen 1 Left Of Screen 0". However this would also be affected by the type of dual-head system you are using, i.e. Xinerama versus another one.

As a first pass I would suggest looking in the Xorg docs on ServerLayout.
_________________
Linux, the OS for the obsessive-compulsive speed freak in all of us.
Back to top
View user's profile Send private message
scottt
n00b
n00b


Joined: 05 Jun 2007
Posts: 29

PostPosted: Wed Jul 04, 2007 11:34 am    Post subject: Reply with quote

yes, this is exactly what i want.

i already searched in some forums but i cant get an answer.

so you think it's an option in the xorg? do you have any idea which one?

i pasted my xorg.conf here: http://phpfi.com/247193
Back to top
View user's profile Send private message
scottt
n00b
n00b


Joined: 05 Jun 2007
Posts: 29

PostPosted: Fri Dec 07, 2007 7:24 pm    Post subject: Reply with quote

ok, i take it's time - but I figured it out:

you had to add the X and Y positions at the server-area at /etc/X11/xorg.conf

Code:

Section "ServerLayout"
        Identifier     "xinerama Layout"
        Screen      0  "Screen0" 0 256
        Screen      1  "Screen1" 1024 0
        Option         "Xinerama" "on"
        Option         "Clone" "off"
EndSection


important are just the numbers defined at the "Screen" line


greetings, scott
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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