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

Re: Dual monitor setup



On Wed, Oct 26, 2011 at 04:24:47AM +0200, yudi v wrote:
> Installed Squeeze on my laptop and hooked up an external monitor, worked fine
> for few days and after a reboot yesterday, there is not output to the external
> monitor.

I use gnome-display-properties for this or otherwise the following script using xrandr
to activate the use of two screens :

#!/bin/sh

sudo xrandr --output eDP1 --auto --output VGA1 --auto --same-as eDP1
sudo xrandr  --output VGA1 --off 
sudo xrandr --output VGA1 --auto --above eDP1

or 

#!/bin/sh

sudo xrandr --output eDP1 --auto
sudo xrandr --output VGA1 --off

to switch back to just the default one.

Your options may differ.  See the xrandr documention.

> I tried to check the /etc/X11/xorg.conf file.
> But it's not there.
> 
> Why is there no /etc/X11/xorg.conf file, then what configuration file is the X
> using?

I dont't know and would also like to know.

> Is Debian using nouveau, how to check what driver is being used?

You can check /var/log/Xorg.0.log

> 
>   •  Xorg -configure

It should not be necessary.

Regards
Johann
-- 
Johann Spies                            Telefoon: 021-808 4699
Databestuurder /  Data manager

Sentrum vir Navorsing oor Evaluasie, Wetenskap en Tegnologie
Centre for Research on Evaluation, Science and Technology 
Universiteit Stellenbosch.

     "Whosoever therefore shall be ashamed of me and of my 
      words in this adulterous and sinful generation; of him
      also shall the Son of man be ashamed, when he cometh 
      in the glory of his Father with the holy angels."     
                                 Mark 8:38 


Reply to: