[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: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..



-- 
Regards
Venkat.S

Reply to: