Gentoo Archives: gentoo-user-br

From: Felipe Ribeiro <felipe.lloyd@×××××.com>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] nvidia-driver como dependência do xorg-x11
Date: Mon, 02 Apr 2007 17:41:17
Message-Id: 4611403E.60303@gmail.com
In Reply to: Re: [gentoo-user-br] nvidia-driver como dependência do xorg-x11 by Thiago Nunes
1
2
3
4
5
6
7 Instalei e parece que correu tudo bem.
8 Rodei startx e subiu o IceWM.
9
10 Isso quer dizer que saiu tudo perfeito ou ainda pode ter algum ajuste
11 que se possa fazer?
12
13 Aqui está o xorg.conf que o X -configure devolveu:
14
15 ------------------------------------------------------------------------------------
16
17 Section "ServerLayout"
18     Identifier     "X.org Configured"
19     Screen      0  "Screen0" 0 0
20     InputDevice    "Mouse0" "CorePointer"
21     InputDevice    "Keyboard0" "CoreKeyboard"
22 EndSection
23
24 Section "Files"
25     RgbPath      "/usr/share/X11/rgb"
26     ModulePath   "/usr/lib/xorg/modules"
27     FontPath     "/usr/share/fonts/misc/"
28     FontPath     "/usr/share/fonts/TTF/"
29     FontPath     "/usr/share/fonts/OTF"
30     FontPath     "/usr/share/fonts/Type1/"
31     FontPath     "/usr/share/fonts/CID/"
32     FontPath     "/usr/share/fonts/100dpi/"
33     FontPath     "/usr/share/fonts/75dpi/"
34 EndSection
35
36 Section "Module"
37     Load  "glx"
38     Load  "extmod"
39     Load  "xtrap"
40     Load  "record"
41     Load  "dbe"
42 #    Load  "dri"
43     Load  "freetype"
44     Load  "type1"
45 EndSection
46
47 Section "InputDevice"
48     Identifier  "Keyboard0"
49     Driver      "keyboard"
50     Option        "CoreKeyboard"
51     Option      "XkbRules" "xorg"
52     Option        "XkbModel" "abnt2"
53     Option        "XkbLayout" "br"
54     Option         "XkbVariant" "abnt2"
55     Option      "XkbOptions" "abnt2"
56 EndSection
57
58 Section "InputDevice"
59     Identifier  "Mouse0"
60     Driver      "mouse"
61     Option        "Protocol" "auto"
62     Option        "Device" "/dev/input/mice"
63     Option        "ZAxisMapping" "4 5 6 7"
64 EndSection
65
66 Section "Monitor"
67     Identifier   "Monitor0"
68     VendorName   "Monitor Vendor"
69     ModelName    "Monitor Model"
70 EndSection
71
72 Section "Device"
73     Identifier  "Card0"
74     Driver      "nvidia"
75     VendorName  "nVidia Corporation"
76     BoardName   "NV34 [GeForce FX 5200]"
77     BusID       "PCI:1:0:0"
78 EndSection
79
80 Section "Screen"
81     Identifier "Screen0"
82     Device     "Card0"
83     Monitor    "Monitor0"
84     SubSection "Display"
85         Viewport   0 0
86         Depth     16
87     EndSubSection
88     SubSection "Display"
89         Viewport   0 0
90         Depth     24
91     EndSubSection
92 EndSection
93
94
95 -----------------------------------------------------------------------------------------------------------------
96
97 Só fiz algumas modificações na configuração do teclado e na seção
98 screen.
99
100
101 Thiago Nunes escreveu:
102
Quoting Felipe Ribeiro <felipe.lloyd@×××××.com>:
103
104
105
Pergunto isso pois no site da documentação
106 existe um guia so
107
108 ensinando como configurar o driver da nvidia [2][2].
109
110
111
112 O objetivo do guia de nvida é habilitar a aceleração 3d, ele vai
113 pressupor que você está usando o driver nv, que não provê aceleração
114 3d.
115
116
117
Não há problemas em deixar o driver vir como
118 dependência?
119
120
121
122 Não, mas ele não vai ficar registrado no /var/lib/portage/world, assim
123 se um dia você tirar "nvidia" da variável VIDEO_CARDS um emerge
124 --depclean vai manda-lo pro espaço.
125
126
127
Será necessária alguma configuração além da
128 que o guia [1][3]
129
130 menciona?
131
132
133
134 O nvidia-guia vai lhe dar alguns detalhes que faltam para que sua placa
135 funcione com aceleração 3d (ou, se já estiver funcionando, melhore o
136 desempenho) e ainda vai dar outras dicas.
137
138
139 --
140
141 thiago
142
143
144 --gentoo-user-br@g.o mailing list
145
146
147
148
149
150
151
152 --
153 gentoo-user-br@g.o mailing list
154
155
156