From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SXMJD-0001qj-3l for garchives@archives.gentoo.org; Thu, 24 May 2012 00:53:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8787E089D; Thu, 24 May 2012 00:53:27 +0000 (UTC) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 87580E075B for ; Thu, 24 May 2012 00:51:58 +0000 (UTC) Received: by obbuo19 with SMTP id uo19so14263555obb.40 for ; Wed, 23 May 2012 17:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=C2khvjuJXMuiCT41cxWhjvLUgj2EkzuWU6fG1oYTjDE=; b=F0w0QLRMwh8yR2TBoTJNGBwgj3AwnYZStVk3Hj1LzAB/mFVM7U/60cdulKOahLN4DE K5YR0IrLnlQR2Stq9bPqRbTa+3zizPvtCoHvFO20AQ7gSVngY1fGTgi7QIujxseNX7yM O5r58ZNoiehlNY7R5YkJsC8Afb2kMvuZ8JYqhqFA4Xupv78QCGFP9P8sjYbwZcwzhEFI JgM0QGKGCfBse1hxIFj/su6DEPEXbv5xWLOsyjrHBCCZ9udHjB/rJHUigzOxhyVgwKCw CMKs2qR/AQr8u5A2xhAiZUeJqM5cDm9NYKcXTurOziIay7+3ZHVMSuc+Q3pbvJhcRnZ7 fhhg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.60.13.134 with SMTP id h6mr28272874oec.11.1337820717907; Wed, 23 May 2012 17:51:57 -0700 (PDT) Received: by 10.182.52.8 with HTTP; Wed, 23 May 2012 17:51:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 May 2012 08:51:57 +0800 Message-ID: Subject: Re: [gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card From: du yang To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=e89a8fb1ebb6a9fde604c0bda80d X-Archives-Salt: 03567832-bbcd-4874-a138-b7cedb95ef85 X-Archives-Hash: ae03958b5991ea7e0b2a7004d2de2aee --e89a8fb1ebb6a9fde604c0bda80d Content-Type: text/plain; charset=ISO-8859-1 On Thu, May 24, 2012 at 2:37 AM, Nikos Chantziaras wrote: > On 23/05/12 18:59, du yang wrote: > >> Hi, >> >> I recently bought a new notebook ASUS U31SG which has a nvidia GT 610M >> graphic card, >> >> I always get blank screen (X is running) no matter how i tune the >> xorg.conf, >> > > Delete your xorg.conf file. Then, create "/etc/X11/xorg.conf.d/nvidia.**conf" > with these contents: > > > Section "Device" > Identifier "NVidia GeForce GTX 560 Ti" > Driver "nvidia" > > EndSection > > Section "Screen" > Identifier "Screen0" > Device "NVidia GT 610M" > DefaultDepth 24 > Option "metamodes" "1920x1080 +0+0" > SubSection "Display" > Depth 24 > EndSubSection > EndSection > > > (Replace "1920x1080" with the resolution you want.) > > Also make sure to start "nvidia-settings --load-config-only" when starting > X. Unfortunately, Gentoo does not do this automatically (like Ubuntu and > other distros), so you need to do it manually by putting this in > "/etc/X11/xinit/xinitrc.d/95-**nvidia-settings" > > > #!/bin/sh > [ -x /opt/bin/nvidia-settings ] && > /opt/bin/nvidia-settings --load-config-only > /dev/null 2>&1 > > > and make it executable: > > $ chmod +x /etc/X11/xinit/xinitrc.d/95-**nvidia-settings > > > Thanks your help. but I got error "screen not found" when I try to use it. is there configuration missing? [115146.137] (II) LoadModule: "nvidia" [115146.137] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [115146.138] (II) Module nvidia: vendor="NVIDIA Corporation" [115146.138] compiled for 4.0.2, module version = 1.0.0 [115146.138] Module class: X.Org Video Driver [115146.138] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012 [115146.138] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [115146.138] (--) using VT number 7 [115146.140] (EE) No devices detected. [115146.140] Fatal server error: [115146.140] no screens found [115146.140] -- Dreaming my dream! --e89a8fb1ebb6a9fde604c0bda80d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Thu, May 24, 2012 at 2:37 AM, Nikos C= hantziaras <realnc@gmail.com> wrote:
On 23/05/12 18:59, du yang wrote:
Hi,

I recently bought a new notebook ASUS U31SG which has a nvidia GT 610M
graphic card,

I always get blank screen (X is running) no matter how i tune the
xorg.conf,

Delete your xorg.conf file. =A0Then, create "/etc/X11/xorg.conf.d/nvid= ia.conf" with these contents:


Section "Device"
=A0 =A0Identifier "NVidia GeForce GTX 560 Ti"
=A0 =A0Driver =A0"nvidia"

EndSection

Section "Screen"
=A0 =A0Identifier =A0 =A0 "Screen0"
=A0 =A0Device =A0 =A0 =A0 =A0 "NVidia GT 610M"
=A0 =A0DefaultDepth =A0 =A024
=A0 =A0Option =A0 =A0 =A0 =A0 "metamodes" "1920x1080 +0+0&q= uot;
=A0 =A0SubSection =A0 =A0 "Display"
=A0 =A0 =A0 =A0 =A0 =A0Depth =A024
=A0 =A0EndSubSection
EndSection


(Replace "1920x1080" with the resolution you want.)

Also make sure to start "nvidia-settings --load-config-only" when= starting X. =A0Unfortunately, Gentoo does not do this automatically (like = Ubuntu and other distros), so you need to do it manually by putting this in= "/etc/X11/xinit/xinitrc.d/95-nvidia-settings"


#!/bin/sh
[ -x /opt/bin/nvidia-settings ] &&
=A0 =A0 =A0 =A0/opt/bin/nvidia-settings --load-config-only > /dev/null = 2>&1


and make it executable:

$ chmod +x /etc/X11/xinit/xinitrc.d/95-nvidia-settings




Thanks your help.

but I got error "s= creen not found" when I try to use it. is there configuration missing?=

[115146.137] (II) LoadModule: "nvidia"
[115146.137] (I= I) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[115146.138] (II) Module nvidia: vendor=3D"NVIDIA Corporation"[115146.138] =A0=A0=A0 compiled for 4.0.2, module version =3D 1.0.0
[11= 5146.138] =A0=A0=A0 Module class: X.Org Video Driver
[115146.138] (II) N= VIDIA dlloader X Driver=A0 295.53=A0 Fri May 11 23:29:56 PDT 2012
[115146.138] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[1= 15146.138] (--) using VT number 7

[115146.140] (EE) No devices detec= ted.
[115146.140]
Fatal server error:
[115146.140] no screens fou= nd
[115146.140]



--
Dreaming my dream!
--e89a8fb1ebb6a9fde604c0bda80d--