Driver ATI RADEON 9800

Iniciado por silverfox, 09 de Setembro de 2006, 19:31

tópico anterior - próximo tópico

silverfox

nao consigo isntalar corretamente minha vga...

silver@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.4.1)

silver@ubuntu:~$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
silver@ubuntu:~$



ja tentei usar o driver do site da ati, mas nunca muda isso

tentei diversos tutoriais ja e nao tem jeito

alguem da um help ae

valeu

Lamego

Eu tenho o mesmo modelo e instalei sem problemas, aqui está o meu guia:
http://www.programaslivres.net/forum/viewtopic.php?t=25
João Luís Marques Pinto
Mais programs e jogos para o Ubuntu

silverfox

fiz conforme seu guia e nao funcionou...

testei tambem o script e sempre fica na mesma

segue a configuralção do meu 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 "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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "abnt2"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
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 NJ [Radeon 9800 XT]"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "T910B"
Option "DPMS"
HorizSync 30-98
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 NJ [Radeon 9800 XT]"
Monitor "T910B"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "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

Lamego

Verifica os erros no log do X com:
grep EE /var/log/Xorg.0.log
cola aqui o resultado.
João Luís Marques Pinto
Mais programs e jogos para o Ubuntu

silverfox

silver@ubuntu:~$ grep EE /var/log/Xorg.0.log
Current Operating System: Linux ubuntu 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
silver@ubuntu:~$

rodrigo666

Saudações a todos, eu também continuo com esse problema.

Sr. Lamego, não sei se estou cometendo algum erro tomando este tópico para resolver meu problema, mas o resultado de meu comando "grep EE /var/log/Xorg.0.log" é:

Citaramd64@amd64:~$ grep EE /var/log/Xorg.0.log
Current Operating System: Linux amd64 2.6.15-26-k7 #1 SMP PREEMPT Thu Aug 3 03:40:32 UTC 2006 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
amd64@amd64:~$

Procurei no meu arquivo /etc/X11/xorg.conf alguma referência ao AGP, mas não havia nenhuma.

Lamego

silvefox:
Citar(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
Por algum motivo muito estranho o driver não é compatível com a sua placa, instalou o driver normalmente a partir dos repositorios, tem a certeza do modelo da sua placa ?
Digita o comando:
lspci

rodrigo666,
o seu problema tem a ver com o suporte AGP da sua placa mãe, não é problema do driver/placa video, aconselho voce a procurar no google pela utilização da sua moterhboard em linux, mais concretamente a utilização de agp, verifica tambem os erros no dmesg.
João Luís Marques Pinto
Mais programs e jogos para o Ubuntu

silverfox

eu consegui arrumar aqui

compilando os modulos para o kernel

fui em /lib/modules/fglrx/build_mod/

de acordo com um tutorial que achei

e agora esta blz

silver@ubuntu:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 XT Generic
OpenGL version string: 2.0.6011 (8.28.8)



mas continuo com um problema...

antes de mostrar  o gdm da o seguinte erro...


silverfox

consegui resolver esse problema.

Sistema / Administração / Janela de Inicio de sessão

apenas desmarquei a opçao

Ativiar opções de acessibilidade no inicio da sistema

rodrigo666

Citação de: Lamego online 10 de Setembro de 2006, 06:36
rodrigo666,
o seu problema tem a ver com o suporte AGP da sua placa mãe, não é problema do driver/placa video, aconselho voce a procurar no google pela utilização da sua moterhboard em linux, mais concretamente a utilização de agp, verifica tambem os erros no dmesg.

Grato, farei isso agora mesmo! É bem provável que eu mesmo tenha feito alguma modificação que não deveria na setup da Bios outro dia desses.