Re: Sucess with dual monitors
- From: Jean Hollis Weber <jean-ooo@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 24 Jun 2006 09:13:39 +1000
phenix777 wrote:
So, here's what I've tried:
1)edited xorg.conf
[...]
So, I figured out how to reload X (I think). I press ctrl-alt-F1 to
switch to command line and ctrl-alt-F7 to reload X.
Did you do these steps on the command line (F1) screen? I don't know much about it, but I don't think just switching between the two will reload X.
Quoting from a note from Daniel Carrera:
Kill X and then start it again (note: gdm == "Gnome Display Manager").
sudo killall gdm
sudo gdm
If all goes well you should be back on the GUI soon.
What if it doesn't work?
------------------------
Restore the backup and restart X.
sudo cp ~/xorg.conf-backup /etc/X11/xorg.conf
sudo killall gdm
sudo gdm
Now, what happens??? Nothing. X works fine but I still have two
mirrored monitors, just like before. I want one large desktop. Perhaps this has to do with xinerama? I'm just not sure.
Have you installed xinerama? If not, dual screens won't work.
sudo aptitude install xinerama
P.S. - I think I still need to add "device" section. I will try and
then let you know if it worked. Thanks.
You definitely need to add or edit the "device" section. What got it working for me was adding the "Option" lines in the two Device sections, as shown below.
Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics
Device"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Device"
Identifier "Device1"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
Option "MonitorLayout" "CRT,LFP"
# Option "CRT2Position" "LeftOf"
EndSection
--Jean
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: Sucess with dual monitors
- From: Marius Gedminas
- Re: Sucess with dual monitors
- References:
- Sucess with dual monitors
- From: Jean Hollis Weber
- Re: Sucess with dual monitors
- From: Daniel Goldsmith
- Re: Sucess with dual monitors
- From: Jean Hollis Weber
- Re: Sucess with dual monitors
- From: David Woyciesjes
- Re: Sucess with dual monitors
- From: Jean Hollis Weber
- Re: Sucess with dual monitors
- From: Sarangan Thuraisingham
- Re: Sucess with dual monitors
- From: Marius Gedminas
- Re: Sucess with dual monitors
- From: Matthew Clarke
- Re: Sucess with dual monitors
- From: phenix777
- Sucess with dual monitors
- Prev by Date: server woes
- Next by Date: Re: Thunderbird Problem
- Previous by thread: Re: Sucess with dual monitors
- Next by thread: Re: Sucess with dual monitors
- Index(es):
Relevant Pages
|