Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Probleem activeren 3d acceleratie videokaart  (gelezen 2605 keer)

sjaakie

  • Gast
Probleem activeren 3d acceleratie videokaart
« Gepost op: 2007/08/22, 16:44:20 »
Hoi iedereen,

Ik heb Ubuntu geinstalleerd als dual boot en bijna alles werkt. Het enige wat me niet lukt om goed te installeren is de videokaart, een ATI X800 pro. Ik heb al verschillende manieren geprobeerd maar het lukt me niet om de 3d acceleratie in te schakelen, een vereiste voor composite manager/xgl. In de documentation wordt aangegeven dat de direct rendering moet werken, wanneer dit niet het geval is moeten de 3D ATI Video Card Driver instructies gevolgd worden. Als ik deze instructies heb uitgevoerd, krijg ik na het rebooten nog steeds de melding dat de 3d acceleratie niet werkt  :(

Instructies heb ik van deze site:
https://help.ubuntu.com/ubuntu/desktopguide/C/hardware.html#video-acceleration-introduction

Het installeren van de videokaart heb ik nu na een nieuwe installatie van ubuntu opnieuw geprobeerd, zonder verder iets aan de configuratie te veranderen.

Wie weet hoe ik dit probleem kan oplossen?

groeten,

Sjaak

edit: dit topic had in hardware & drivers gemoeten

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Probleem activeren 3d acceleratie videokaart
« Reactie #1 Gepost op: 2007/08/22, 17:01:09 »
post hier eens de inhoud van /etc/X11/xorg.conf

sjaakie

  • Gast
Probleem activeren 3d acceleratie videokaart
« Reactie #2 Gepost op: 2007/08/22, 17:56:40 »
Heb net weer een nieuwe installatie uitgevoerd, direct updates gedownload en geïnstalleerd, daarna weer gecontroleerd op direct rendering, krijg nu "direct rendering: Yes" :)

Nu kan ik verder gaan en XLG+compiz of beryl of compiz fusion installeren.
Ik heb verschillende sites en fora nagekeken, het verschil tussen XGL en AIGLX is me niet echt duidelijk, is de keuze hiertussen afhankelijk van een installatie van de driver FGRLX?

sjaakie

  • Gast
Probleem activeren 3d acceleratie videokaart
« Reactie #3 Gepost op: 2007/08/22, 18:02:30 »
Dit is het xorg.conf bestand, nu direct rendering werkt.

# /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 xorg.conf(5) manual page.
# (Type "man 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/fonts/X11/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   # 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   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
   Option      "XkbVariant"   "intl"
EndSection

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

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

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

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

Section "Device"
   Identifier   "ATI Technologies Inc R420 JI [Radeon X800PRO]"
   Driver      "ati"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generieke beeldscherm"
   Option      "DPMS"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc R420 JI [Radeon X800PRO]"
   Monitor      "Generieke beeldscherm"
   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

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Probleem activeren 3d acceleratie videokaart
« Reactie #4 Gepost op: 2007/08/22, 18:04:37 »
OK. Doe eens dit: installeer de fabrieksdriver van ATI (voor vol vermogen).
Systeem - Beheer - Beperkt ondersteunde stuurprogramma's (restricted drivers manager)

en ga met alles akkoord. Daarna herstart.

sjaakie

  • Gast
Probleem activeren 3d acceleratie videokaart
« Reactie #5 Gepost op: 2007/08/22, 18:54:45 »
Heb ik gedaan. Wat moet ik nu doen?

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Probleem activeren 3d acceleratie videokaart
« Reactie #6 Gepost op: 2007/08/22, 18:55:31 »
Citaat van: sjaakie
Heb ik gedaan. Wat moet ik nu doen?
Niks. Je hebt nu de beste driver geïnstalleerd voor je videokaart!   :-)

sjaakie

  • Gast
Probleem activeren 3d acceleratie videokaart
« Reactie #7 Gepost op: 2007/08/22, 19:00:01 »
Okee bedankt :)
Heb je nog suggesties voor de installatie van compiz/beryl/compiz fusion?
(ik heb gelezen dat deze met verschillende drivers werken, namelijk XGL en AIGLX. Is de keuze hiertussen afhankelijk van een installatie van de driver FGRLX?)

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Probleem activeren 3d acceleratie videokaart
« Reactie #8 Gepost op: 2007/08/22, 19:50:50 »
De drivernaam fglrx heeft niets te maken met xgl en aiglx als zodanig.

Tip 1: maak eerst ff je multimedia compleet:
https://help.ubuntu.com/community/NlMultimediaapplicaties

Tip 2: kies Beryl en niet Bureaublad-effecten (Compiz). Compiz-fusion zit pas in Ubuntu 7.10.

Tip 3:
installeren Beryl: daar staat al een hoop over, op dit forum. Gebruik de zoekfunctie eens?

Ik hou me hier even afzijdig van, want ik heb alleen ervaring met het installeren van Beryl op PC's met Nvidia en Intel videokaarten. Daarom hou ik me aan de goede regel:
http://www.youtube.com/watch?v=5KT2BJzAwbU

:-)

Groet, Pjotr.

sjaakie

  • Gast
Probleem activeren 3d acceleratie videokaart
« Reactie #9 Gepost op: 2007/08/22, 20:18:16 »
Ik ben nog niet zo lang geleden van Windows overgestapt op Ubuntu, sommige definities zijn daarom nieuw voor me.
Op het moment draai ik compiz fusion, 1 van de 3 mogelijkheden die door help.ubuntu.com werd aangeboden. Tot nu toe nog geen problemen daarmee gehad :-)

groeten,

Sjaak

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Probleem activeren 3d acceleratie videokaart
« Reactie #10 Gepost op: 2007/08/22, 20:26:48 »
Citaat van: sjaakie
Op het moment draai ik compiz fusion, 1 van de 3 mogelijkheden die door help.ubuntu.com werd aangeboden. Tot nu toe nog geen problemen daarmee gehad :-)
Dan heb ik niks gezegd; houwen zo!  :-)