display resolution on my thinkpad t61

2011-02-25 Thread Alokat

Hi,

I'm trying to modify my screen resolutions (use an external and the 
internal monitor).


xrandr -q says:

Screen 0: minimum 320 x 200, current 1440 x 960, maximum 2720 x 1024
VGA connected 1440x900+0+0 (normal left inverted right x axis y axis) 
408mm x 255mm

   1440x900   59.9*+   75.0
   1280x1024  75.0 60.0
   1280x960   60.0
   1152x864   75.0
   1024x768   75.0 70.1 66.0 60.0
   832x62474.6
   800x60072.2 75.0 60.3 56.2
   640x48075.0 72.8 66.7 66.0 59.9
   720x40070.1
LVDS connected 1280x960+0+0 (normal left inverted right x axis y axis) 
331mm x 207mm

   1280x1024  85.0 75.0 60.0
   1280x960   85.0*60.0
   1152x864   75.0
   1024x768   85.0 75.0 70.1 60.0
   832x62474.6
   800x60085.1 72.2 75.0 60.3 56.2
   640x48085.0 72.8 75.0 59.9
   720x40085.0
   640x40085.1
   640x35085.1
TMDS-1 disconnected (normal left inverted right x axis y axis)

1440x900 is enough for the external but the internal can / should use 
1680x1050.

How can I add this to xrandr?

Regards,
alokat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: display resolution on my thinkpad t61

2011-02-25 Thread Alokat

On 02/25/11 22:45, Alokat wrote:

Hi,

I'm trying to modify my screen resolutions (use an external and the 
internal monitor).


xrandr -q says:

Screen 0: minimum 320 x 200, current 1440 x 960, maximum 2720 x 1024
VGA connected 1440x900+0+0 (normal left inverted right x axis y axis) 
408mm x 255mm

   1440x900   59.9*+   75.0
   1280x1024  75.0 60.0
   1280x960   60.0
   1152x864   75.0
   1024x768   75.0 70.1 66.0 60.0
   832x62474.6
   800x60072.2 75.0 60.3 56.2
   640x48075.0 72.8 66.7 66.0 59.9
   720x40070.1
LVDS connected 1280x960+0+0 (normal left inverted right x axis y axis) 
331mm x 207mm

   1280x1024  85.0 75.0 60.0
   1280x960   85.0*60.0
   1152x864   75.0
   1024x768   85.0 75.0 70.1 60.0
   832x62474.6
   800x60085.1 72.2 75.0 60.3 56.2
   640x48085.0 72.8 75.0 59.9
   720x40085.0
   640x40085.1
   640x35085.1
TMDS-1 disconnected (normal left inverted right x axis y axis)

1440x900 is enough for the external but the internal can / should use 
1680x1050.

How can I add this to xrandr?

Regards,
alokat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org

I got it ...
Just started without the external monitor and after that use this command:

 xrandr --output LVDS --primary --output VGA --auto --left-of LVDS

Now the internal monitor is the primary .. contains the Fluxbox menu and 
the external is the secondary.

Just for showing some stuff ...

Regards,
alokat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: display resolution on my thinkpad t61

2011-02-25 Thread Polytropon
On Fri, 25 Feb 2011 23:41:05 +0100, Alokat mail...@alokat.org wrote:
 On 02/25/11 22:45, Alokat wrote:
  1440x900 is enough for the external but the internal can / should use 
  1680x1050.
  How can I add this to xrandr?
 I got it ...
 Just started without the external monitor and after that use this command:
 
   xrandr --output LVDS --primary --output VGA --auto --left-of LVDS
 
 Now the internal monitor is the primary .. contains the Fluxbox menu and 
 the external is the secondary.

You can also use xrandr to force settings that are not
present in xorg.conf or cannot be configured properly:

xrandr --fb 1680x1050
xrandr --size 1680x1050

I'm using this hack to convince X to run my monitor
at 1400x1050 which it doesn't seem to be able to anymore
(unlike XFree86 - same system, GPU, and monitor).


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org