From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Richter Subject: More on the i835GM problems on Fujitsu/Siemens Date: Tue, 15 Oct 2013 23:11:37 +0200 Message-ID: <525DAF89.70903@math.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from medousa.rus.uni-stuttgart.de (medousa.rus.uni-stuttgart.de [129.69.192.4]) by gabe.freedesktop.org (Postfix) with ESMTP id 22885E5C7D for ; Tue, 15 Oct 2013 14:13:12 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx Cc: Daniel Vetter List-Id: intel-gfx@lists.freedesktop.org Hi Daniel, hi folks, a bit more details on the intel-drm problem on the ancient 835GM based laptop. It seems that the problem of a blank screen can be avoided by modifying the xorg.conf a bit. Currently, my xorg.conf contains a screen section as follows: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection If this is replaced by Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" EndSection then I do get a picture again when logging in. So it looks as if something is messed up when detecting the supported modes for the chipset. Maybe this helps in hunting down the problem. Sorry that I cannot bisect the problem further, I won't have this machine available for the next two weeks. Greetings, Thomas