Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 04/03/2007, à 14:37

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

J'ai essayé  avec envy : rien a faire !! mad

Aidez moi s'il vous plait !!!

Hors ligne

#27 Le 04/03/2007, à 16:35

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

ok ok du calme.
Bon résume moi ce que tu as comme carte, comme manipulation de tentée jusqu'a présent, calmement et détaillée, les erreurs que tu rencontres après chaque tentative quand tu tests l'accélération 3D et ton Xorg.conf.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#28 Le 04/03/2007, à 20:32

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

J'ai une ATI Radeon 9550/X1050 series (communemment appelée ATI Radeon 9550), j'ai deja essayé d'installer le pilote libre, le pilote proprio, les derniers pilotes proprios avec envy, tous me donnent la meme réponse :

glxinfo | grep "direct rendering"
direct rendering: No

Avec

glxgears -printfps

j'obtient un score d'environ 340.

Le chipset de la carte est RV350 qui normalement marcherais avec le pilote libre d'après le wiki.

Voila mon xorg.conf original

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Acer AC713"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
    Monitor        "Acer AC713"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

####################################

vinceoo@vinceoo-ubuntu:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

Je fait ce qui est dit dans le tuto pour corriger le problème mais rien a faire.

Dernière modification par Vince-oo (Le 04/03/2007, à 22:53)

Hors ligne

#29 Le 04/03/2007, à 22:52

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

utilise ce meme xorg.conf et remplace ati par radeon, puis reboot ou relance X


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#30 Le 04/03/2007, à 23:11

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

j'ai fait un backup de la version de xorg.conf postée puis j'ai fait comme tu m'as dit mais rien a faire le fps est toujours aussi pourri et le direct rendering affiche toujours "no". Je continue avec le tuto pilote libre du site mais je ne vois pas quoi faire d'autre.

Hors ligne

#31 Le 05/03/2007, à 00:38

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

ok j'avais pas vu que tu avais édité. La dernière partie montre un problème qui est hélas rare et incompréhensible pour beaucoup. Si tu fais des recherches sur ce sujet spécialement tu verras qu'il y a peu de solution. Ca m'est déjà arrivé une fois, je n'ai jamais réussi à trouvé une solution, même en réinstallant ubuntu. Et puis un beau jour j'en ai eu marre j'ai formaté le /home aussi et réinstallé Edgy et là bingo ça marchait. Va savoir pourquoi.
Effectivement ça pourrai venir d'un bug concernant OpenGL, un mauvais lien ou un truc du genre... mais bon mon expérience me fait croire qu'il n'y a pas que ça et qu'il y a surement un truc à régler dans le home.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#32 Le 05/03/2007, à 08:56

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

Donc d'après toi aucune soution à mon problème ? sad
Je vais tout de même essayer de continuer a chercher mais je me demande bien ce que ca pourras donner.

Hors ligne

#33 Le 05/03/2007, à 10:20

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

j'ai regardé le fichier Xorg.0.log il me donne

ATI Radeon/FireGL: The following chipsets are supported:
ATI RADEON 9550 (RV350 LX 4153)

(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): Bad V_BIOS checksum
(WW) fglrx(0): board is an unknown third party board, chipset is supported

(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *

(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used

(EE) AIGLX: Screen 0 is not DRI capable

Voilà tout ce que l'on me donne en erreur et en warning

Dernière modification par Vince-oo (Le 05/03/2007, à 10:25)

Hors ligne

#34 Le 05/03/2007, à 19:10

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

aaaaah je viens de repérer un truc !!! Un truc très très important que tu as oublié


Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "false"
EndSection

voilà à quoi devrait ressembler la fin de xorg.conf
En effet les driver ATI ne permette toujours pas de bénéficier de l'option composite, il faut donc la désactiver dans Xorg pour pouvoir bénéficier de l'accélération 3D

Edit : faux espoir, ce n'est que dans le cas du driver FGLRX. J'avais zappé que ce xorg.conf était avec le driver libre.
Tente quand même en installant fglrx, en remplacant ati par fglrx, et en ajoutant ces lignes, par rapport à ce xorg.conf que tu montres.

Dernière modification par G-rom (Le 05/03/2007, à 19:12)


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#35 Le 06/03/2007, à 18:26

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

Ca fait planter les serveur X


EDIT : Mon xorg.conf après installation des pilotes libres

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. RV350 AS [Radeon 9550]"
    Driver          "radeon"
    Option          "ColorTiling"             "on"
    Option          "DRI"                       "true"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
        Option "AccelDFS"    "1" # mettez à 0 si vous avez une carte AGP
       Option     "AGPMode" "4" # Décommentez si vous avez une carte AGP
       Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
        Option "GARTSize" "64"
        Option "RingSize" "8"
        Option "BufferSize" "2"
        Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
        Option "ColorTiling" "1"
        Option "EnableDepthMoves" "yes"
        Option "UseFBDev" "false"
        Option "RenderAccel" "true" # Enable the hardware render acceleration
        Option "mtrr" "on"
        Option    "SubPixelOrder" "none"
        Option "DPMS"
        Option "DynamicClocks" "on"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Acer AC713"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. RV350 AS [Radeon 9550]"
    Monitor        "Acer AC713"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
Option "RENDER" "Enable"
EndSection

Direct Rendering : no

Dernière modification par Vince-oo (Le 06/03/2007, à 20:24)

Hors ligne

#36 Le 06/03/2007, à 21:29

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

J'ai utilisé ce site : http://linuxfacile.neuf.fr/astuces/Serv … Ubuntu.htm 1ère méthode

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Acer AC713"
    Option        "DPMS"
    HorizSync    30-72
    VertRefresh    50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
    Monitor        "Acer AC713"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
    Option "Composite" "disable"
EndSection

glxinfo | grep "direct rendering"
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No

Toujours rien a faire !!  sad

Dernière modification par Vince-oo (Le 06/03/2007, à 21:38)

Hors ligne

#37 Le 07/03/2007, à 02:14

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

je t'ai dit de tester avec FGLRX à mon avis les drivers libre ne prennent pas du tout ta CG. Sinon ça vient du probleme dont je t'ai parlé et là  y a pas trop de remede.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#38 Le 07/03/2007, à 12:38

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

J'ai testé FGLRX :

fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  32
  Current serial number in output stream:  32

Mon xorg.conf :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

    # path to defoma fonts
    FontPath     "/usr/share/X11/fonts/misc"
    FontPath     "/usr/share/X11/fonts/cyrillic"
    FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/X11/fonts/Type1"
    FontPath     "/usr/share/X11/fonts/100dpi"
    FontPath     "/usr/share/X11/fonts/75dpi"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "i2c"
    Load  "bitmap"
    Load  "ddc"
    Load  "dri"
    Load  "extmod"
    Load  "freetype"
    Load  "glx"
    Load  "int10"
    Load  "type1"
    Load  "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "fr"
    Option        "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ExplorerPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "stylus"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "stylus"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "eraser"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "eraser"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "cursor"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "cursor"
    Option        "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier   "Acer AC713"
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
    Driver      "ati"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
    Monitor    "Acer AC713"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
Option "Composite" "disable"
EndSection

Hors ligne

#39 Le 07/03/2007, à 13:22

ben13

Re : La B.A. du jour : prendre un newbie par la main :)

j'ai le meme souci que toi avec ma carte ATI aux drivers bien moisi

c'est pas la peine de s'echiner je pense , ATI c'est vraiment de la merde et ils se desinteressent totalement des personnes qui sont sous linux

le plus simple je pense , c'est encore d'acheter une petite carte nvidia ( genre la 6200 ou 6600 a 128 mo )  elles sont a 40 /60 euros et ca sera bien plus stable

deja si tu galere pour avoir l'acceleration 3d , dis toi qu'il va falloir installer xgl , puis beryl , qui lui meme est tres instable si j'en crois le nombre de demande d'aide  sur le forum ..

bonjour la tour de babel ... la stabilité de ton systeme va en prendre un coup  .apprete toi a bidouiller ton xorg tous les 2 jours

enfin , ca n'est que mon avis ..:P

Dernière modification par ben13 (Le 07/03/2007, à 13:24)


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#40 Le 07/03/2007, à 13:49

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

Malhereusement je ne peut pas investir 40 ou 60 € dans une CG car je compte m'acheter un PC portable dès que je rentre à l'IUT


EDIT : J'ai peut etre compris ce qui ne marchait pas....
On m'as passé un CD PC version alors que je suis sous 64 bits.
Je télécharge l'iso 64 bits, je fait fglxgears et sans rien changer dans mon xconf j'en suis a 1700 de FPS au lieu de 350.
Malhereusement il y a eu un problème dans la gravure, donc je retélécharge et je vous tient au courant.

Dernière modification par Vince-oo (Le 07/03/2007, à 17:57)

Hors ligne

#41 Le 07/03/2007, à 21:29

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

ah bin voilà... c'est malin lool

@ben13 oui Ati ne fait pas beaucoup d'effort sur les drivers, mais non ce n'est pas la tour de babel. Avec un peu de rigueur dans l'installation, de documentation et d'aide tout le monde peut y arriver. Si tu veux je peux t'aider.


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#42 Le 08/03/2007, à 00:41

ben13

Re : La B.A. du jour : prendre un newbie par la main :)

@ben13 oui Ati ne fait pas beaucoup d'effort sur les drivers, mais non ce n'est pas la tour de babel. Avec un peu de rigueur dans l'installation, de documentation et d'aide tout le monde peut y arriver. Si tu veux je peux t'aider

merci G-rom big_smile

je t'explique en 2 mots la sitation de ma carte ati 9600 SE

j'ai priviligié les drivers libres , donc javais suivi le wiki en question
javais l'acceleration 3d ( fps assez mediocre si je me souviens bien ; aux environs de 800 ..
MAIS le probleme venais de ma resolution d'ecran

j'ai depuis 2 mois un ecran 22 pouces et le maximum autorisé etais du 1280*1024 alors que ma resolution native est de 1650*1050 , je sais que ce type de resolution est un peu exotique et j'espere qu'avec la Feisty ca sera resolu ...

j'ai essayé de corriger mon Xorg en ajoutant ces nouvelles resolution manuellement  mais peine perdu..

donc , comme il etais impossible de rester avec cette resolution affreuse , je suis passé aux drivers proprio contraint  et forcé ...

le probleme de la resolution passé , javais pas l'acceleraion 3d roll

alors j'ai installe envy

ca marchais pas non plus

depuis , j'ai plus rien touché , j'en ai marre des serveux x inoperants et des ecrans noirs ...

je te donne mon Xorg.conf




# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/X11/fonts/misc"
	FontPath     "/usr/share/X11/fonts/cyrillic"
	FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/Type1"
	FontPath     "/usr/share/X11/fonts/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "Emulate3Buttons" "true"
	Option	    "Buttons" "7"
	Option	    "ZAxisMapping" "4 5"
	Option	    "ButtonMapping" "1 2 3 6 7"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "L22-1W"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. RV350 AQ [Radeon 9600 SE]"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. RV350 AQ [Radeon 9600 SE]"
	Monitor    "L22-1W"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1440x1440" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1440x1440" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1440x1440" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1440x1440" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1440x1440" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1440x1440" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "Disable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

pour  fglrx


ben@ben-desktop:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  30
  Current serial number in output stream:  30

apparement c'est le meme bleme que pour Vince-oo  ....on a la meme carte aussi , la 9600 ..









merci encore de ta proposition  smile

Dernière modification par ben13 (Le 08/03/2007, à 01:15)


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#43 Le 08/03/2007, à 07:21

Vince-oo

Re : La B.A. du jour : prendre un newbie par la main :)

En fait j'ai une 9550 qui est une 9600 sous cadencée, bref toi au moins tu avais l'accélération 3d quand tu etait dans ta résolution bizarre lol
Essaye d'installer fglrx http://doc.ubuntu-fr.org/fglrx, je pense qu'il faut par contre avoir un xorg.conf d'origine et d'avoir supprimé les proprios big_smile

Hors ligne

#44 Le 08/03/2007, à 08:37

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

Par rapport à ce que je lis on a l'impression que vous pensez que envy c'est la solution miracle. C'est pas une solution miracle hein, ce programme ne fera rien de plus que ce que vous faites à la main en suivant les tutos.

Sinon oui tente une réinstalle complete et propre de fglrx. Enleve le, ainsi que les dépendances, puis ctrl+alt+F1 puis retomber en console.
Tu stop gdm : sudo killall gdm
puis tu refait un xorg propre :  sudo dpkg-reconfigure xserver-xorg
tu y choisis le driver ati, et les bons réglages liés à ton écran.
Une fois ceci fait tu reboot, et tu suis le tuto pour installer fglrx (méthode des dépôts) à la lettre !


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne

#45 Le 08/03/2007, à 08:40

G-rom

Re : La B.A. du jour : prendre un newbie par la main :)

sinon j'ai trouvé ça sur le forum anglais : http://www.ubuntuforums.org/showthread.php?t=320649&highlight=9600+SE


Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.

Hors ligne