[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xrand in KDM's Xsetup



OK. i think i found the problem.
Playing with krandrtray and it's conf file in ~/.kde/share/config/krandrrc
i found that the right xrandr commands to achieve extended desktop with two
different sized screen in debian squeeze with flgrx driver is to put in

/etc/kde4/kdm/Xsetup:
xrandr --output DFP2  --mode 1920x1200 --pos 1368x0
xrandr --output CRT2  --mode 1368x768   --pos 0x432


So it seems that my previous effort

xrandr --output DFP2  --mode 1920x1200 
xrandr --output CRT2  --mode 1360x768
xrandr --output CRT2 --left-of DFP2
xrandr --output CRT2  --pos 0x432 

it had an error that i cant pin for the moment.

alex


Reply to: