Public bug reported:
I have the release version of Gutsy running on a Dell Inspiron 6400 with
1280x800 main screen, and an Acer AL707 1280x1024 secondary screen.
I found I was logged out after a period of inactivity, which turned out
to be when the screensaver kicked in. I could stop this occurring by
either disabling the second screen in "Screens and Graphics" or by
choosing a non-OpenGL screensaver like Braid. After each crash,
Xorg.0.log.old contained this at the end:
SetClientVersion: 0 9
SetGrabKeysState - disabled
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x81) [0x80c9581]
1: [0xffffe420]
2:
/usr/lib/xorg/modules/extensions//libGLcore.so(_mesa_update_state_locked+0x7e1)
[0x97659f91]
3:
/usr/lib/xorg/modules/extensions//libGLcore.so(_mesa_update_state+0x2a)
[0x9765a0ea]
4:
/usr/lib/xorg/modules/extensions//libGLcore.so(_mesa_GetIntegerv+0x280)
[0x97615860]
5: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c310c2]
6: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c25b2c]
7: /usr/bin/X [0x815754e]
8: /usr/bin/X(Dispatch+0x1aa) [0x808f47a]
9: /usr/bin/X(main+0x495) [0x8076f05]
10: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d68050]
11: /usr/bin/X(FontFileCompleteXLFD+0x1e1) [0x8076241]
Fatal server error:
Caught signal 11. Server aborting
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): Failed to set display devices to 0x800.
(WW) I810(0): Enabling LVDS directly. Pipe B.
(WW) I810(0): Disabling ADPA directly.
(WW) I810(0): Writing config directly to SWF0.
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
the saved state
(--) I810(0): A non-CRT device is attached to pipe B.
No refresh rate overrides will be
attempted.
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE
3 method.
(II) I810(0): xf86UnbindGARTMemory: unbind key 5
(II) I810(0): xf86UnbindGARTMemory: unbind key 0
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
(II) I810(0): xf86UnbindGARTMemory: unbind key 3
(II) I810(0): xf86UnbindGARTMemory: unbind key 4
(II) I810(0): xf86UnbindGARTMemory: unbind key 2
(WW) I810(0): Successfully set original devices (2)
Further investigation showed that OpenGL applications are not rendered
on the second monitor, and I imagine this will be the source of the
screensaver crash. I run glxgears and see the gears on the main screens,
but when I drag it onto the secondary screen the window is black - the
gears are not rendered.
Finally, here is my xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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 "Intel Corporation Mobile 945GM/GMS, 943/940GML Express
Integrated Graphics Controller"
Boardname "Intel 945"
Busid "PCI:0:2:0"
Driver "i810"
Screen 0
Vendorname "Intel"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Monitor"
Identifier "Monitor0"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "[EMAIL PROTECTED]" 36.0 800 824 896 1024 600 601 603 625 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 40.0 800 840 968 1056 600 601 605 628 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 80.14 1280 1344 1480 1680 768 769 772 795
-hsync +vsync
modeline "[EMAIL PROTECTED]" 74.48 1280 1336 1472 1664 720 721 724 746
-hsync +vsync
modeline "[EMAIL PROTECTED]" 83.46 1280 1344 1480 1680 800 801 804 828
-hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express
Integrated Graphics Controller"
Monitor "Monitor0"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
Modes "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
"[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "screen1" leftof "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "Intel 945"
Busid "PCI:0:2:0"
Driver "i810"
Screen 1
Vendorname "Intel"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"
"[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL
PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL
PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL
PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL
PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL
PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL
PROTECTED]"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Acer"
Modelname "Acer LCD Monitor AL707"
Horizsync 30.0-83.0
Vertrefresh 55.0-75.0
modeline "[EMAIL PROTECTED]" 25.2 640 656 752 800 480 490 492 525 -vsync
-hsync
modeline "[EMAIL PROTECTED]" 31.5 640 664 704 832 480 489 491 520 -vsync
-hsync
modeline "[EMAIL PROTECTED]" 31.5 640 656 720 840 480 481 484 500 -vsync
-hsync
modeline "[EMAIL PROTECTED]" 36.0 800 824 896 1024 600 601 603 625 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 50.0 800 856 976 1040 600 637 643 666 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 49.5 800 816 896 1056 600 601 604 625 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 40.0 800 840 968 1056 600 601 605 628 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 57.284 832 864 928 1152 624 625 628 667 -vsync
-hsync
modeline "[EMAIL PROTECTED]" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync
+vsync
modeline "[EMAIL PROTECTED]" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync
-hsync
modeline "[EMAIL PROTECTED]" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync
-hsync
modeline "[EMAIL PROTECTED]" 108.0 1152 1216 1344 1600 864 865 868 900
+hsync +vsync
modeline "[EMAIL PROTECTED]" 135.0 1280 1296 1440 1688 1024 1025 1028 1066
+hsync +vsync
modeline "[EMAIL PROTECTED]" 102.1 1280 1360 1496 1712 960 961 964 994
-hsync +vsync
modeline "[EMAIL PROTECTED]" 108.0 1280 1328 1440 1688 1024 1025 1028 1066
+hsync +vsync
modeline "[EMAIL PROTECTED]" 129.86 1280 1368 1504 1728 960 961 964 1002
-hsync +vsync
modeline "[EMAIL PROTECTED]" 122.61 1400 1488 1640 1880 1050 1051 1054 1087
-hsync +vsync
modeline "[EMAIL PROTECTED]" 155.85 1400 1496 1648 1896 1050 1051 1054 1096
-hsync +vsync
modeline "[EMAIL PROTECTED]" 175.5 1600 1664 1856 2160 1200 1201 1204 1250
+hsync +vsync
modeline "[EMAIL PROTECTED]" 162.0 1600 1664 1856 2160 1200 1201 1204 1250
+hsync +vsync
modeline "[EMAIL PROTECTED]" 204.8 1792 1920 2120 2448 1344 1345 1348 1394
-hsync +vsync
Gamma 1.0
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
** Affects: libxinerama (Ubuntu)
Importance: Undecided
Status: New
--
OpenGL not rendered on Xinerama second screen
https://bugs.launchpad.net/bugs/158934
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs