Gentoo Archives: gentoo-user

From: Arnau Bria <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] nvidia-drivers problem on xorg 1.6.3.901-r2
Date: Thu, 12 Nov 2009 11:33:16
Message-Id: 20091112133400.4b4acc81@lx-arnau.pic.es
1 Hi all,
2
3 I've rebuild my xorg-server with no hal support, I've upgraded my kernel
4 to 2.6.30-r8 and rebuild "all" xf86 drivers/libs/proto packages:
5
6 # eix xf86|grep "^\[I\]"
7 [I] x11-apps/xf86dga
8 [I] x11-drivers/xf86-input-evdev
9 [I] x11-drivers/xf86-input-keyboard
10 [I] x11-drivers/xf86-input-mouse
11 [I] x11-drivers/xf86-video-nv
12 [I] x11-drivers/xf86-video-vesa
13 [I] x11-libs/libXxf86dga
14 [I] x11-libs/libXxf86misc
15 [I] x11-libs/libXxf86vm
16 [I] x11-proto/xf86bigfontproto
17 [I] x11-proto/xf86dgaproto
18 [I] x11-proto/xf86driproto
19 [I] x11-proto/xf86miscproto
20 [I] x11-proto/xf86rushproto
21 [I] x11-proto/xf86vidmodeproto
22
23 Then, I use nvidia-xconf for geenrating my xorg.conf file and looks
24 like:
25
26 Section "ServerLayout"
27 Identifier "Simple Layout"
28 Screen 0 "Screen 1" 0 0
29 InputDevice "Mouse1" "CorePointer"
30 InputDevice "Keyboard1" "CoreKeyboard"
31 EndSection
32 Section "Files"
33 FontPath "/usr/share/fonts/misc/"
34 FontPath "/usr/share/fonts/Type1/"
35 FontPath "/usr/share/fonts/100dpi/"
36 FontPath "/usr/share/fonts/75dpi/"
37 EndSection
38 Section "Module"
39 Load "extmod"
40 Load "freetype"
41 Load "glx"
42 EndSection
43 Section "InputDevice"
44 Identifier "Keyboard1"
45 Driver "kbd"
46 Option "AutoRepeat" "500 30"
47 Option "XkbRules" "xorg"
48 Option "XkbModel" "pc105"
49 Option "XkbLayout" "es"
50 EndSection
51 Section "InputDevice"
52 Identifier "Mouse1"
53 Driver "mouse"
54 Option "Device" "/dev/input/mice"
55 Option "ZAxisMapping" "4 5 6 7"
56 EndSection
57 Section "Monitor"
58 Identifier "My Monitor"
59 HorizSync 70.0 - 84.0
60 VertRefresh 60.0 - 85.0
61 EndSection
62 Section "Device"
63 Identifier "VGA"
64 Driver "vesa"
65 VendorName "Unknown"
66 BoardName "Unknown"
67 EndSection
68 Section "Screen"
69 Identifier "Screen 1"
70 Device "VGA"
71 Monitor "My Monitor"
72 DefaultDepth 24
73 SubSection "Display"
74 Viewport 0 0
75 Depth 24
76 Modes "1280x1024"
77 EndSubSection
78 EndSection
79
80
81 and when I start X, system goes really slow and I see some
82 errors/warnings in X log file:
83
84 # grep EE Xorg.0.log
85 to load module "freetype" (module does not exist, 0)
86 to load module "dri" (module does not exist, 0)
87 to load module "dri2" (module does not exist, 0)
88
89 # grep WW Xorg.0.log
90 nConsole: setpgid failed: Operation not permitt
91 nConsole: setsid failed: Operation not permitte
92 , couldn't open module freetype
93 , couldn't open module dri
94 , couldn't open module dri2
95 0): WAIT (0, 6, 0x8000, 0x0000987c, 0x0000987c)
96 0): WAIT (2, 6, 0x8000, 0x0000d478, 0x000002e4)
97 0): WAIT (1, 6, 0x8000, 0x0000d478, 0x000002e4)
98
99 and a tail:
100
101 tail Xorg.0.log
102 (II) NVIDIA(0): Setting mode "1280x1024"
103 (II) Mouse1: ps2EnableDataReporting: succeeded
104 (II) NVIDIA(0): Initialized AGP GART.
105 (II) NVIDIA(0): Initialized AGP GART.
106 (II) Open ACPI successful (/var/run/acpid.socket)
107 (II) NVIDIA(0): Setting mode "1280x1024"
108 (II) Mouse1: ps2EnableDataReporting: succeeded
109 (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000d478, 0x000002e4)
110 (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x0000d478, 0x000002e4)
111 (II) NVIDIA(0): Initialized AGP GART
112
113
114 So i have to switch to vesa driver...
115
116 Anyone faced similar problem? how may I debug this problem deeply?
117
118
119 TIA,
120 --
121 Arnau Bria
122 http://blog.emergetux.net
123 Bombing for peace is like fucking for virginity

Replies

Subject Author
Re: [gentoo-user] nvidia-drivers problem on xorg 1.6.3.901-r2 Alex Schuster <wonko@×××××××××.org>
Re: [gentoo-user] nvidia-drivers problem on xorg 1.6.3.901-r2 Alan McKinnon <alan.mckinnon@×××××.com>