Op Thu, 02 Apr 2015 12:04:32 +0200 schreef venkat <venka...@vortexindia.co.in>:

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

On 02-04-2015 15:10, Floris wrote:
Op Thu, 02 Apr 2015 11:22:16 +0200 schreef Venkat Ragavan Swaminathan >>>><venka...@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

Reply via email to