Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[graphique]acceleration 3D ne marche pas
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
bachir
n00b
n00b


Joined: 22 Apr 2005
Posts: 12

PostPosted: Wed May 11, 2005 9:27 am    Post subject: [graphique]acceleration 3D ne marche pas Reply with quote

bonjour,

j'ai un probleme avec l'acceleration graphique, je rpecise :

j'ai une carte intel 855.
j'ai compiler le noyau avec les options suivantes :

<*> Intel 810/815 support (EXPERIMENTAL)
[*] use VESA Generalized Timing Formula
<*> Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)
[*] Intel driver Debug Messages
et

<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
< > 3dfx Banshee/Voodoo3+
< > ATI Rage 128
< > ATI Radeon
<*> Intel I810
<*> Intel 830M, 845G, 852GM, 855GM, 865G (i830 driver) --->
< > Matrox g200/g400
< > SiS video cards

mon xorg.conf est :

ection "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "TouchPad Mouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "TouchPad Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "dri"
Mode 0666
EndSection


apres j'ai compile, copier le noyau dans /boot/, ajouter une entree dans le grub.

et quand je lance la commande :
> glxinfo | grep rendering
> "NO" a ma grande déception.


si vous avez besion de plus de precision sur les option du noyau n'hesiter pas a demander.
[/list]
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Wed May 11, 2005 9:34 am    Post subject: Re: [graphique]acceleration 3D ne marche pas Reply with quote

bachir wrote:

<*> Intel 810/815 support (EXPERIMENTAL)
[*] use VESA Generalized Timing Formula
<*> Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)
[*] Intel driver Debug Messages
et

<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
< > 3dfx Banshee/Voodoo3+
< > ATI Rage 128
< > ATI Radeon
<*> Intel I810
<*> Intel 830M, 845G, 852GM, 855GM, 865G (i830 driver) --->
< > Matrox g200/g400
< > SiS video cards

choisi le driver i915
plus d'infos ici et la

bonne chance :)
Back to top
View user's profile Send private message
bachir
n00b
n00b


Joined: 22 Apr 2005
Posts: 12

PostPosted: Wed May 11, 2005 9:54 am    Post subject: Reply with quote

j'ai un probleme qui me semble assez grave, je n'ai pas de fichier /dev/dri/card0, le dossier /dev/dri/ est vide !
sinon pour le reste j'ai la config. conseillee
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Wed May 11, 2005 11:13 am    Post subject: Reply with quote

Quote:
Once again: There is no DRI/OpenGL/3D support for the SiS 6326, 5597/5598, 530/620, 315, 550, 650, M650, 651, 740, 330, 661FX, M661FX/MX, 741, 760.


dixit http://www.winischhofer.at/linuxsispart1.shtml#22

c'est pour le framebuffer les options du noyau (j'ai appris ça hier soir merci Ey)
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Wed May 11, 2005 11:19 am    Post subject: Reply with quote

@dider30: euh, là tu parles de Sis, il a une intel 855GM

@bachir: met le chipset i915 en dur dans ton noyau, avec le i810. Chez moi (même config) j'ai le direct rendering. Dans ton xorg, tu laisses i810

pour ton problème /dev/dri, c'est peut être un problème udev/devfsd. Comment es tu configuré ?
Back to top
View user's profile Send private message
bachir
n00b
n00b


Joined: 22 Apr 2005
Posts: 12

PostPosted: Wed May 11, 2005 11:35 am    Post subject: Reply with quote

c'est regle il suffisait juste d'ajouter le<module i915 dans le noyau, et maintenant j'ai les fichiers cardX dans le /dev/dri/
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Wed May 11, 2005 12:19 pm    Post subject: Reply with quote

oh le con
autant pour moi :oops:
pour une fois que je comprenais quelquechose :idea:
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Wed May 11, 2005 12:36 pm    Post subject: Reply with quote

didier30 wrote:
oh le con
autant pour moi :oops:
pour une fois que je comprenais quelquechose :idea:

Grrr c'est "au temps pour moi" ( :lol: ça rappellera des souvenirs aux anciens :wink: )
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
Apsforps
Guru
Guru


Joined: 27 Sep 2004
Posts: 520
Location: Belgium

PostPosted: Wed May 11, 2005 12:38 pm    Post subject: Reply with quote

Ah non, pas encore, ça avait fait plusieurs pages l'autre fois... Sireyessire arrête de lancer des trolls ;-)
_________________
Apsforps
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Wed May 11, 2005 12:42 pm    Post subject: Reply with quote

sireyessire wrote:
didier30 wrote:
oh le con
autant pour moi :oops:
pour une fois que je comprenais quelquechose :idea:

Grrr c'est "au temps pour moi" ( :lol: ça rappellera des souvenirs aux anciens :wink: )


bah oui "au temps" c'est d'origine militaire il me semble
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Wed May 11, 2005 12:43 pm    Post subject: Reply with quote

Apsforps wrote:
Ah non, pas encore, ça avait fait plusieurs pages l'autre fois... Sireyessire arrête de lancer des trolls ;-)

d'abord ça a fait qu'une fois un thread assez gros, et c'est pas un troll, mais juste une remarque nostalgique qui devrait parler à plusieurs personnes...
si tu veux un bon troll, faut donner dans le desktop manager, le compilateur, les Cflags, les éditeurs de texte, la suprématie du mode texte, ... (liste non exhaustive bien évidement :mrgreen:)
l'orthographe française n'a jamais été reconnue comme particulièrement contributrice au trollage déchainé.
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Wed May 11, 2005 12:48 pm    Post subject: Reply with quote

Bah si, c'est trollesque aussi : plein de gens insistent lourdement pour utiliser absolument et exclusivement "au temps pour moi", alors que même si cela semble être l'orthographe originelle (quoique on n'en est même pas sur historiquement), l'académie française autorise explicitement les deux dans son dictionnaire...
Et d'abord, moi, je préfère "autant pour moi", c'est plus joli. NA ! :lol:
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Wed May 11, 2005 1:13 pm    Post subject: Reply with quote

et dire qu'au départ y a un mec avec un soucis qui a posté un appel à l'aide :lol:
Quote:
Et d'abord, moi, je préfère "autant pour moi", c'est plus joli. NA !

siryessir va encore lancer un hurlement primaire façon BIGARD
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Wed May 11, 2005 1:26 pm    Post subject: Reply with quote

didier30 wrote:
et dire qu'au départ y a un mec avec un soucis qui a posté un appel à l'aide :lol:

Bah ouais, mais son problème est résolu ;)
D'ailleurs, bachir, si tu m'entends, modifie ton titre ;)
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Wed May 11, 2005 1:50 pm    Post subject: Reply with quote

didier30 wrote:
et dire qu'au départ y a un mec avec un soucis qui a posté un appel à l'aide :lol:
Quote:
Et d'abord, moi, je préfère "autant pour moi", c'est plus joli. NA !

siryessir va encore lancer un hurlement primaire façon BIGARD

il va surtout crier parce que tu sais pas recopier son pseudo :twisted:
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
didier30
Apprentice
Apprentice


Joined: 28 Mar 2004
Posts: 225
Location: nîmes (30)

PostPosted: Wed May 11, 2005 5:30 pm    Post subject: Reply with quote

mille pardons maître :roll:
_________________
Athlon 4200+ doublecore socket AM2 - 2Go RAM dual channel - Nvidia 6800 GS 512Mo
~amd64
KFreeFlight, a FlightGear GUI frontend for FlightGear available at http://kfreeflight.sourceforge.net
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum