Greeter screen resolution too small for USB monitors (multiseat)

Bug #885394 reported by Michael Franzl
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Expired
Low
Unassigned

Bug Description

I've configured Ubuntu 11.10 via xorg.conf and lightdm.conf for multiseat. On the USB monitor (Mimo with displaylink chip) the resolution of the greeter is very small (see screenshot). When logged in, the resolution is set properly. The main monitor always has the correct resolution. I'll also attach my configuration files.

Tags: multiseat
Revision history for this message
Michael Franzl (michaelfranzl) wrote :
Revision history for this message
Michael Franzl (michaelfranzl) wrote :
Revision history for this message
Michael Franzl (michaelfranzl) wrote :

Sometimes, but not always, I get this error message (also see screenshot):

Could not apply the stored configuration for monitors
required virtual size does not fit available size: requested=(1, 1), minimum=(320, 200), maximum=(800, 480)

Revision history for this message
Michael Franzl (michaelfranzl) wrote :
Revision history for this message
Michael Franzl (michaelfranzl) wrote :
affects: lightdm → unity-greeter
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Sorry to bump around this bug but I'm going to reassign this to the X server. LightDM and Unity Greeter don't change the default X settings so this is probably a case of misconfiguration or X setting a bad default.

affects: unity-greeter → xorg (Ubuntu)
Bryce Harrington (bryce)
affects: xorg (Ubuntu) → xorg-server (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in xorg-server (Ubuntu):
status: New → Confirmed
Revision history for this message
Fabian Köster (maestro-alubia) wrote :

Same problem here with a Plugable USB Display Adapter using displaylink driver in xorg. I attach my xorg.conf and lightdm.conf

Revision history for this message
Fabian Köster (maestro-alubia) wrote :

Is this maybe related to bug #780791 ?

Revision history for this message
Fabian Köster (maestro-alubia) wrote :

I used the workaround from bug #780791 to get rid of this problem in precise:

Create file /usr/local/bin/dl-workaround.sh with following content:

#! /bin/bash

XRANDR=`which xrandr`
if [ "x$XRANDR" != "x" ]; then
  $XRANDR -o 0
fi

Then execute sudo chmod +x /usr/local/bin/dl-workaround.sh and put the following line into /etc/lightdm/lightdm.conf in the section responsible for the usb-seat:

display-setup-script=/usr/local/bin/dl-workaround.sh

tags: added: multiseat
Revision history for this message
penalvch (penalvch) wrote :

Michael Franzl, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in the development release from a Terminal (Applications->Accessories->Terminal), as it will automatically gather and attach updated debug information to this report:

apport-collect -p xorg-server REPLACE-WITH-BUG-NUMBER

Please note, given that the information from the prior release is already available, doing this on a release prior to the development one would not be helpful.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

Changed in xorg-server (Ubuntu):
importance: Undecided → Low
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

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

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

Other bug subscribers

Related blueprints

Remote bug watches

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