I've move the xorg.conf file back into place. I tried making the
following additions to the configuration:

Section "Device"
        Option          "Monitor-LVDS"  "Laptop Monitor"
EndSection
Section "Monitor"
        Identifier      "Laptop Monitor"
        Option          "Ignore"        "true"
EndSection


However, this resulted in a failed attempt to launch X windows (see the 
attached log file). The complete configuration file is below. However, this 
same "Monitor" section will work without the Option "Ignore" "true".

Also, thank you for the suggestion on the mode. Removing it fixes the
wierd issue with the menu bars.

Unfortunately, I'm still unable to use a second screen. Is there more
information I can pass along that will help in diagnosing the issue?

Tony

Section "Files"
EndSection
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection
Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection
Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection
Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection
Section "Device"
        Identifier      "ATI Technologies Inc M24 1P [Radeon Mobility X600]"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        Option          "Monitor-DVI-0" "Generic Monitor"
        Option          "Monitor-VGA-0" "Generic Monitor 2"
        Option          "Monitor-LVDS"  "Laptop Monitor"
        Option          "DRI"           "false"
EndSection
Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "Generic Monitor 2"
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "Laptop Monitor"
        Option          "Ignore"        "true"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc M24 1P [Radeon Mobility X600]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Virtual         3840    2400
                Modes           "1920x1200"
                Modes           "1280x1024"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection


** Attachment added: "Xorg.0.log with Option "Ignore" "true""
   http://launchpadlibrarian.net/10728608/P%3A%5CUNIX%5CXorg.0.log

-- 
Dual-head fails with ati driver, appears related to 'crtc'
https://bugs.launchpad.net/bugs/172601
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to