Gentoo Archives: gentoo-user-fr

From: Jean-Michel PFRIMMER <jm.pppp@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] Problème de migration x.org
Date: Sat, 02 Sep 2006 09:37:49
Message-Id: fc36c5fc0609020237s49dfa013tc7ebf7997aa37715@mail.gmail.com
In Reply to: Re: [gentoo-user-fr] Problème de migration x.org by Hubert Mercier
1 Bonjour,
2
3 Je rebondis sur ce sujet, car j'effectué la MàJ de Xorg en gentoo stable.
4 j'ai une gforce4 (NV17)
5 J'utilise actuellement
6 * x11-base/xorg-x11
7 Latest version available: 7.0-r1
8 Latest version installed: 7.0-r1
9 avec dans mon make.conf
10
11 et nvidia legacy drivers
12
13 INPUT_DEVICES="keyboard mouse"
14 VIDEO_CARDS="nv nvidia vesa"
15
16
17
18 dans mon xorg.conf
19
20
21 # **********************************************************************
22 # Graphics device section
23 # **********************************************************************
24
25 # Any number of graphics device sections may be present
26
27 # Standard VGA Device:
28
29 Section "Device"
30 Identifier "Standard VGA"
31 VendorName "Unknown"
32 BoardName "Unknown"
33
34 # The chipset line is optional in most cases. It can be used to override
35 # the driver's chipset detection, and should not normally be specified.
36
37 # Chipset "generic"
38
39 # The Driver line must be present. When using run-time loadable driver
40 # modules, this line instructs the server to load the specified driver
41 # module. Even when not using loadable driver modules, this line
42 # indicates which driver should interpret the information in this section.
43
44 Driver "vga"
45 # The BusID line is used to specify which of possibly multiple devices
46 # this section is intended for. When this line isn't present, a device
47 # section can only match up with the primary video device. For PCI
48 # devices a line like the following could be used. This line should not
49 # normally be included unless there is more than one video device
50 # intalled.
51
52 # BusID "PCI:0:10:0"
53
54 # VideoRam 256
55
56 # Clocks 25.2 28.3
57
58 EndSection
59
60 # Device configured by xorgconfig:
61
62 Section "Device"
63 Identifier "nvidia"
64 Driver "nvidia"
65 # unsupported card
66 #VideoRam 262144
67 # Insert Clocks lines here if appropriate
68 EndSection
69
70
71 dans glgears les roues tournent bcp plus lentement qu'avant.
72
73 est-il normal d'avoir une ligne avec le driver vga et une autre avec nvidia.
74 faut il ajouter d'autre option?
75
76 (je précise que je vois bien les logo nvidia au démarage de X)
77
78 Merci
79
80
81
82
83 2006/8/25, Hubert Mercier <mercier@××××××××××.fr>:
84 >
85 > Bonjour,
86 >
87 > >> VIDEO_CARDS="fbdev vesa nv nvidia -i128 -mga -savage -apm -ark -ati
88 > >> -chips
89 > >> -cirrus -cyrix -dummy -fglrx -glint -i740 -i810 -imstt -neomagic
90 > >> -newport -nsc -rendition -s3 -s3virge -siliconmotion -sis -sisusb
91 > >> -sunbw2 -suncg14 -suncg3 -suncg6 -sunffb -sunleo -suntcx -tdfx -tga
92 > >> -trident -tseng -v4l -vga -via -vmware -voodoo -mach64 -r128 -radeon"
93 > >>
94 > > J'ai mis que nvidia, qui fait, du coup dépendre avec nvidia-kernel et
95 > > glx.
96 > C'est normal, pas d'inquiétude, moi aussi je reste sur "l'ancienne
97 > formule" des pilotes (qui sont, en fait, exactement les mêmes, seule la
98 > façon dont portage les gère va changer). Les actuels pilotes "stables"
99 > dans Gentoo sont largement obsolètes. Pour résoudre ton problème, une
100 > fois xorg installé correctement, il faut passer les 2 paquets du pilotes
101 > en version ~x86 (dans /etc/portage/package.keywords).
102 >
103 > Tu décharge le module actuel (rmmod nvidia), puis tu relance xorg
104 > normalement, ça devrait rentrer dans l'ordre.
105 >
106 > Amicalement,
107 >
108 > --
109 > gentoo-user-fr@g.o mailing list
110 >
111 >

Replies

Subject Author
Re: [gentoo-user-fr] Problème de migration x.org Jean-Michel PFRIMMER <jm.pppp@×××××.com>