Am 02.04.2013 21:20, schrieb "Rodolfo García Peñas (kix)":
> On 09/01/2013 9:11, Christian wrote:
>> Hi,
>>
>> using a laptop with 2 monitors.
>> the complete screen size is: 3200x1200
>> the left monitor (external) has: 1920x1200 (position 0 0)
>> the right monitor (laptop) has: 1280x800 (position 1920x400)
>>
>> so I have "unviewable" area in upper right with a size of 1280x400 and
>> my icons start just in this "neverland". I can not see all of my icons,
>> just the ones that will reach the viewable area of the right monitor.
>> And to move the icons downwards I need to click on the 'top' icon, keep
>> the mouse button pressed and then move it downwards.
>> But how should I click on the top icon when I can't see it ?
>>
>> When I move the mouse to the "neverland" and do a right click to view
>> the menu, this is automatically moved to the left (the "viewable") area.
>> So is it possible to do this with the ICONS, too ?
>>
>> Thanks in advance.
>> Chris
>>
> Hi,
>
> I understand your problem, but no why it happends. Is very interesting.
>
> In the code for menu, wmaker creates a WRect, and check the position. If
> is outside, move it inside.
>
> In the code for icons, wmaker creates a WArea, and check the position.
> If is outside, move it inside.
>
> If is wrong for icons, should be wrong for menu (or the functions are
> different and one is wrong).
For the menu it works, but not for icons. So code for icons seem not to
be ok.
Just my 2 cents ;)
>
> Ok, some questions.
>
> 1. Are you using Xinerama or Virtual desktop (I think yes).
> 2. Did you try with xrand?
>
> Can you try xrand, si something like (copy as script, or run it):
>
> ----------------8<----------------
> #!/bin/bash
> xrandr --output LVDS1 --mode 1280x800
> xrandr --output VGA1 --mode 1920x1200
> xrandr --output VGA1 --left-of LVDS1
> ----------------8<----------------
>
> I am running xrandr here without problems. You need restart windowmaker
> to move the icons to the right position. Then:
>
> 3. Is ok with xrandr?
>
> Then, we will continue :-)
Where do I see if I am using xinerama or xrand ?
I attached my xorg.conf, perhaps it is helpful.
I will check it, when I am at my workplace again.
Then I will come back and report
Thank you so far
Cheers
--
Christian
----------------------------------------------------
- Please do not 'CC' me on list mails.
Just reply to the list :)
----------------------------------------------------
Der ultimative shop für Sportbekleidung und Zubehör
http://www.sc24.de
----------------------------------------------------
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-LVDS"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x800"
Option "TargetRefresh" "60"
Option "Position" "1920 400"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1200"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-CRT1" "0-CRT1"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3200 3200
Depth 24
EndSubSection
EndSection