Nieuws:

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

Auteur Topic: Ati mobility x1600 compiz en direct rendering  (gelezen 1030 keer)

Sisco88

  • Gast
Ati mobility x1600 compiz en direct rendering
« Gepost op: 2007/11/23, 12:30:58 »
hallo daar. ik heb een schone instalatie gedaan van Ubuntu 7.10 via envy de drivers geinstaleerd en compiz via synaptic.

hierna heb ik gecontroleerd op direct rendering dat werkte prima. alleen kom ik compiz niet starten deze gaf een fout die ik nu even niet meer weet. de oplossing lag bij xserver-xgl instaleren. dat heb ik gedaan. het probleem is nu alleen dat direct rendering niet maar aan staat.

sisco@sisco-laptop:~$ glxinfo | grep direct
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
sisco@sisco-laptop:~$

inhoud van mijn xorg.conf:

Section "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
   Option      "XkbVariant"   "intl"
   Option      "XkbOptions"   "lv3:ralt_switch"
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"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizEdgeScroll"   "0"
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   "Generic Video Card"
   Driver   "fglrx"
   Option   "VideoOverlay" "on"
   Option   "OpenGLOverlay" "off"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   30-70
   VertRefresh   50-160
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Generic Video Card"
   Monitor      "Generic Monitor"
   DefaultDepth   24
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection

kan iemand mij hiermee helpen?

mvg,

Sisco

Offline raggar

  • Lid
    • fietsen naar Tibet
Ati mobility x1600 compiz en direct rendering
« Reactie #1 Gepost op: 2007/11/23, 22:09:54 »
Xgl werkt anders, wanneer je xgl gebruikt staat je direct rendering altijd uit! zoek even op het forum, hier is al veel informatie over. ;)

AmsterdamFrank

  • Gast
Ati mobility x1600 compiz en direct rendering
« Reactie #2 Gepost op: 2007/11/27, 06:46:01 »
Ik weet niet zeker (je suis noob) maar wat ik deed was via Synaptic ´dri-config´ installeren en die in je xorg.conf toevoegen. Ik heb een ATI Radeon en gebruik fglrx. Dus dat werd bij mij:
  Section "Module"
        Load            "glx"
        Load            "dri"
  EndSection

Sisco88

  • Gast
Ati mobility x1600 compiz en direct rendering
« Reactie #3 Gepost op: 2007/11/27, 11:29:44 »
ik heb geprobeerd dri-config te instaleren, maar het werkt nog steeds niet. dri-config zegt "er zijn geen configureerbare DRI-apparaten gevonden.

glxinfo | grep direct zegt nog steeds:

direct rendering: no

Sisco88

  • Gast
Ati mobility x1600 compiz en direct rendering
« Reactie #4 Gepost op: 2007/11/27, 15:13:47 »
http://wiki.cchtml.com/index.php/Ubuntu_Gutsy_Installation_Guide

deze howto gevolgd en het werkt perfect. hier kan een slotje op :)