Gentoo Archives: gentoo-user

From: du yang <duyang.seu@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card
Date: Thu, 24 May 2012 00:53:44
Message-Id: CAJKttCsGb7jCz+M5msg7RYEwcRadbJhEgu2kDvADS0=ZUWbv9w@mail.gmail.com
In Reply to: [gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card by Nikos Chantziaras
1 On Thu, May 24, 2012 at 2:37 AM, Nikos Chantziaras <realnc@×××××.com> wrote:
2
3 > On 23/05/12 18:59, du yang wrote:
4 >
5 >> Hi,
6 >>
7 >> I recently bought a new notebook ASUS U31SG which has a nvidia GT 610M
8 >> graphic card,
9 >>
10 >> I always get blank screen (X is running) no matter how i tune the
11 >> xorg.conf,
12 >>
13 >
14 > Delete your xorg.conf file. Then, create "/etc/X11/xorg.conf.d/nvidia.**conf"
15 > with these contents:
16 >
17 >
18 > Section "Device"
19 > Identifier "NVidia GeForce GTX 560 Ti"
20 > Driver "nvidia"
21 >
22 > EndSection
23 >
24 > Section "Screen"
25 > Identifier "Screen0"
26 > Device "NVidia GT 610M"
27 > DefaultDepth 24
28 > Option "metamodes" "1920x1080 +0+0"
29 > SubSection "Display"
30 > Depth 24
31 > EndSubSection
32 > EndSection
33 >
34 >
35 > (Replace "1920x1080" with the resolution you want.)
36 >
37 > Also make sure to start "nvidia-settings --load-config-only" when starting
38 > X. Unfortunately, Gentoo does not do this automatically (like Ubuntu and
39 > other distros), so you need to do it manually by putting this in
40 > "/etc/X11/xinit/xinitrc.d/95-**nvidia-settings"
41 >
42 >
43 > #!/bin/sh
44 > [ -x /opt/bin/nvidia-settings ] &&
45 > /opt/bin/nvidia-settings --load-config-only > /dev/null 2>&1
46 >
47 >
48 > and make it executable:
49 >
50 > $ chmod +x /etc/X11/xinit/xinitrc.d/95-**nvidia-settings
51 >
52 >
53 >
54
55 Thanks your help.
56
57 but I got error "screen not found" when I try to use it. is there
58 configuration missing?
59
60 [115146.137] (II) LoadModule: "nvidia"
61 [115146.137] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
62 [115146.138] (II) Module nvidia: vendor="NVIDIA Corporation"
63 [115146.138] compiled for 4.0.2, module version = 1.0.0
64 [115146.138] Module class: X.Org Video Driver
65 [115146.138] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT
66 2012
67 [115146.138] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
68 [115146.138] (--) using VT number 7
69
70 [115146.140] (EE) No devices detected.
71 [115146.140]
72 Fatal server error:
73 [115146.140] no screens found
74 [115146.140]
75
76
77
78 --
79 Dreaming my dream!

Replies

Subject Author
[gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card Nikos Chantziaras <realnc@×××××.com>