web-dev-qa-db-fra.com

Erreur "Impossible d'obtenir les informations sur l'écran"

J'ai Ubuntu 13.10 32bit OS. Il y a quelques jours, j'ai ajouté gnome3 ppa et mis à niveau vers gtk 3.10. J'ai dû corriger beaucoup de bugs Gnome. Mais je n'ai pas pu trouver de solution à celui-ci.

Quand j'essaye d'ouvrir l'écran

LC_ALL=C gnome-control-center display

J'ai l'erreur Could not get screen information.

Je ne sais pas c'est lié à ça. Je ne peux pas générer Xorg.conf

avec

Sudo Xorg :1 -configure

Je reçois

 Sudo Xorg :1 -configure

  X.Org X Server 1.14.5
  Release Date: 2013-12-12
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.2.0-54-generic i686 Ubuntu
  Current Operating System: Linux kenn 3.11.0-19-generic #33-Ubuntu SMP Tue Mar 11 18:48:32 UTC 2014 i686
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-19-generic root=UUID=c2d1b866-a0fd-4214-b79b-11b2af29da4d ro quiet splash vt.handoff=7
  Build Date: 17 December 2013  10:03:52AM
  xorg-server 2:1.14.5-1ubuntu2~saucy1 (For technical support please see http://www.ubuntu.com/support) 
  Current version of pixman: 0.30.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/var/log/Xorg.1.log", Time: Wed Apr 23 12:08:43 2014
  setversion 1.4 failed
  List of video drivers:
sis
r128
neomagic
vmware
modesetting
openchrome
trident
dummy
ATI
mach64
siliconmotion
mga
radeon
s3
cirrus
vesa
sisusb
qxl
tdfx
intel
nouveau
savage
fbdev
  (++) Using config file: "/home/****/xorg.conf.new"
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  vesa: Ignoring device with a bound kernel driver
  Number of created screens does not match number of detected devices.
    Configuration failed.
  (EE) Server terminated with error (2). Closing log file.

Voici les infos de mon chauffeur

  lspci -nn | grep -i vga 
  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03)

J'espère que vous m'aidez à le réparer.

5
kenn

J'ai trouvé le coupable. C'est un bogue de gnome ou une conception intentionnelle par les développeurs de gnome.

Il ne communique pas avec Compiz.

Alors

mutter --replace

corrigé.

Pour plus d'informations :

https://bugzilla.redhat.com/show_bug.cgi?id=1040062

1
kenn