[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xorg -configure fails with "created screens does not match number of detected devices"



On 02-04-2015 15:54, Floris wrote:
Op Thu, 02 Apr 2015 12:04:32 +0200 schreef venkat <venkat.s@vortexindia.co.in>:

On 02-04-2015 15:31, Floris wrote:
Op Thu, 02 Apr 2015 11:47:20 +0200 schreef venkat <venkat.s@vortexindia.co.in>:

On 02-04-2015 15:10, Floris wrote:
Op Thu, 02 Apr 2015 11:22:16 +0200 schreef Venkat Ragavan Swaminathan <venkat.s@vortexindia.co.in>:

Posted lsmod info : http://pastebin.com/Y79th67k

The right diver is loaded (gma500-gfx) but Xorg doesn't fully use it.

Backup up your Xorg.conf file and create a new one with only

Section "Device"
   Identifier "gma500_gfx"
   Driver "modesetting"
EndSection

Hopefully X doesn't fallback to vesa or fbdev

Success,

floris


Modified the XOrg.conf : made sure it has only one entry:

Section "Device"
   Identifier "gma500_gfx"
   Driver "modesetting"
EndSection

on boot : xorg pointer it terminated with an error.

    XorgLog: http://pastebin.com/7rpT6D59

Looks good. The right driver is used.

Add a Screen and Monitor selection to the Xorg.conf

Section "Screen"
  Identifier "Screen0"
  Device "gma500_gfx"
  Monitor "Monitor0"
EndSection

Section "Monitor"
  Identifier "Monitor0"
  VendorName "Monitor Vendor"
  ModelName "Monitor Model"
EndSection


The system boots but when GDM starts i just see a blank screen..


Switch back to tty1, kill gdm and start the X server with startx




Yes i tried that and i get an error: no screens found

[    21.958] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.959] (II) Module modesetting: vendor="X.Org Foundation"
[    21.959]     compiled for 1.12.1.902, module version = 0.3.0
[    21.959]     Module class: X.Org Video Driver
[    21.959]     ABI class: X.Org Video Driver, version 12.0
[    21.959] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.959] (++) using VT number 8

[    21.967] (WW) Falling back to old probe method for modesetting
[    21.967] (II) UnloadModule: "modesetting"
[    21.967] (EE) Screen(s) found, but none have a usable configuration.
[    21.967]
Fatal server error:
[    21.967] no screens found
[    21.967]
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.


-- 
Regards
Venkat.S

Reply to: