w/ Xinerama enabled, Xlib displays RANDR warning dialog

Bug #295313 reported by Chris Miller
28
This bug affects 4 people
Affects Status Importance Assigned to Milestone
xrandr (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Every time I launch a GUI program from the terminal, I receive the following error message:

Xlib: extension "RANDR" missing on display ":0.0".

I use Xinerama to rotate one of two monitors in a dual-head setup. (AFAIK this isn't possible using TwinView) Upon upgrading from Hardy to Intrepid, I started getting these annoying (and useless) warnings. Other than the warning, everything seems to be working correctly.

As I understand it, xrandr should be disabled when Xinerama is enabled, but that doesn't seem to be happening. Using
   Option "RandR" "off"
in my xorg.conf has no effect. I've attached my xorg.conf attached for reference.

System Info:
Ubuntu 8.10 (Intrepid)
Nvidia restricted driver (version 177)

> lspci | grep VGA:
01:00.0 VGA compatible controller: nVidia Corporation Quadro FX 570 (rev a1)

> X -version
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux brl5 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686
Build Date: 24 October 2008 08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (<email address hidden>)
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
Module Loader present

xorg.conf attached, will post Xorg.0.log in a followup.

Revision history for this message
Chris Miller (chrisamiller) wrote :
Revision history for this message
Chris Miller (chrisamiller) wrote :

/var/log/Xorg.0.log attached

Revision history for this message
Chris Miller (chrisamiller) wrote :

Absent a fix, I'd settle for a method to suppress the error message, since everything seems to be working properly.

Revision history for this message
Scott Carpenter (scottc) wrote :

I'm seeing the same thing after upgrading from 8.04 to 8.10, with a dual monitor setup and Xinerama. I have this in one of the Device sections in my xorg.conf:

    Option "RandRRotation" "true"
    Option "Rotate" "left"

Because at one time that's how I finally got rotation to work on one of my monitors and continues to work today.

Everything appears to be working just fine, but the same with that error message when I launch GUI programs from the command line.

I'm using the proprietary nvidia driver 96.43.11.

Not a huge problem, just thought I'd throw my $0.02 in.

Kurt Wall (kwall)
affects: ubuntu → xrandr (Ubuntu)
Revision history for this message
Bryce Harrington (bryce) wrote :

Hi chrisamiller,

Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Can you try with the latest development release of Ubuntu? (ISO CD images are available from http://cdimage.ubuntu.com/releases/)

If it remains an issue, could you also attach a new /var/log/Xorg.0.log?
Thanks in advance.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: needs-verification
Changed in xrandr (Ubuntu):
status: New → Incomplete
Bryce Harrington (bryce)
tags: added: intrepid
Revision history for this message
Bryce Harrington (bryce) wrote :

We're closing this bug since it is has been some time with no response from the original reporter. However, if the issue still exists please feel free to reopen with the requested information. Also, if you could, please test against the latest development version of Ubuntu, since this confirms the bug is one we may be able to pass upstream for help.

Changed in xrandr (Ubuntu):
status: Incomplete → Invalid
Revision history for this message
Chris Miller (chrisamiller) wrote :

I can confirm that this bug still exists in the Karmic pre-release beta, installed yesterday (10/25/2009).

New Xorg.0.log attached.

Changed in xrandr (Ubuntu):
status: Invalid → Confirmed
Revision history for this message
rwsmith61 (rwsmith) wrote :
Download full text (4.0 KiB)

I Can confirm that is a problem in Karmic final release.

This only occurs with certain applications (epiphany, grsync, pidgin to name a few). I am also going to attribute this error with a complete loss of system stability. Whenever any of these programs are running the mouse slows down, mouse clicks work intermittently, and after of period of hours (2 to 24) the system will sieze absolutely.

I have to use flgrx as the ati/radeon drivers will not let me control which screen I want the menu panels.

Here are some useful outputs:

# uname -a
Linux pc-ubuntu-01 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux

$ lspci | grep -i vga
01:00.0 VGA compatible controller: ATI Technologies Inc RV 630 XT AGP [Radeon HD 2600 XT AGP]

# dpkg --list | grep fglrx
ii fglrx-amdcccle 2:8.660-0ubuntu4 Catalyst Control Center for the ATI graphics
ii fglrx-kernel-source 2:8.660-0ubuntu4 Kernel module source for the ATI graphics ac
ii fglrx-modaliases 2:8.660-0ubuntu4 Identifiers supported by the ATI graphics dr
ii xorg-driver-fglrx 2:8.660-0ubuntu4 Video driver for the ATI graphics accelerato

# cat /etc/X11/xorg.conf

# xorg.conf.failsafe (X.Org 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 "ServerLayout"
 Identifier "Dual Head Layout"
 Screen 0 "Screen0" 0 0
 Screen 1 "Screen1" RightOf "Screen0"
EndSection

Section "Extensions"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
 Option "Xinerama" "on"
 Option "Composite" "On"
EndSection

Section "Monitor"
 Identifier "Monitor0"
 VendorName "Mitsubishi"
 ModelName "E85LCD" <-- uses DVI to VGA
 Option "DPMS" "true"
 Option "Disable" "false"
EndSection

Section "Monitor"
 Identifier "Monitor1"
 VendorName "Samsung" <-- DVI only
 ModelName "SyncMaster 2333"
 Option "DPMS" "true"
 Option "Disable" "false"
EndSection

Section "Device"
 Identifier "Device0"
 Driver "fglrx"
 BusID "PCI:1:0:0"
 Option "Monitor-CRT1" "Monitor0"
EndSection

Section "Device"
 Identifier "Device1"
 Driver "fglrx"
 BusID "PCI:1:0:0"
 Option "Monitor-DFP1" "Monitor1"
 Screen 1
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Device0"
 DefaultDepth 24
 SubSection "Display"
  Viewport 0 0
  Depth 24
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen1"
 Device "Device1"
 ...

Read more...

Bryce Harrington (bryce)
tags: added: hardy
Revision history for this message
bugbot (bugbot) wrote :

This bug report was filed against an old version of Ubuntu.
Can you confirm whether this is still an issue in natty?

If you don't mind, it would be very helpful if you could update the bug
report in launchpad to 'Fix Released' if it is no longer an issue for
you, or if it is still occurring under natty, please tag the bug 'natty'
so it's easier for us to track.

Changed in xrandr (Ubuntu):
status: Confirmed → New
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for xrandr (Ubuntu) because there has been no activity for 60 days.]

Changed in xrandr (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.