Re: Sucess with dual monitors



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



Relevant Pages

  • usb2 port gets very slow on 2-gig Flash Drive.
    ... I needed to reload the flash drive on a Zenstone 2-gig mp3 ... It is July 24 and ps ax -Olstart shows me that tar has ... several minutes between the rm -r -f command to wipe the FAT ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: user.dmp and user32.dll
    ... Unable to verify timestamp for user32.dll ... Is it all what was displayed by .reload command? ... AFAIK, if symbol server is properly configured, ... output of ".reload /f " command with noisy mode turned on. ...
    (microsoft.public.vc.debugger)
  • Tracking Mysterious Reload
    ... This switch reloaded and I cannot figure out how. ... -Only 2 people have login access to this device, ... that would show return to rom by ... not see any bugs for this device/IOS that will reload device. ...
    (comp.dcom.sys.cisco)
  • IPFilter Questions
    ... reload the NAT rules if I changed them. ... The problem is that I dont remember the rest of this command ... rules in memory, break any current connections, and load the ... I am looking for the best way to clear the current ruleset and load ...
    (comp.security.firewalls)
  • Re: Is there any kind of event Onclose in webpages instead OnUnload??
    ... The only events you have available are onUnload and onBeforeUnload. ... what you want set a switch before you reload the data. ...
    (microsoft.public.scripting.jscript)