Nieuws:

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

Auteur Topic: XGL Probleem  (gelezen 1147 keer)

Offline filenox

  • Lid
    • filenox@tweakblogs.net
XGL Probleem
« Gepost op: 2007/04/21, 22:04:00 »
Hey,

Ik heb in Ubuntu 7.04 XGL proberen te installeren omdat ik een ATI X1600 Pro heb,
Maar er is precies iets mis gegaan :s
Als ik de XGL-sessie start krijg ik een héél raar beeld,omdat dit moeilijk is uit te leggen heb ik een screenshotje gemaakt.




Het gaat dus over een computer met Ubuntu 7.04 en een ATI RADEON X1600 Pro,met fglrx-drivers.


Filip

Offline Johan van Dijk

  • Administrator
    • johanvandijk
XGL Probleem
« Reactie #1 Gepost op: 2007/04/22, 01:58:20 »
Das lekker :O
Dat heb ik ook een keer gehad met m'n X700.
Geen idee hoe ik het toen heb opgelost, maar het was volgens mij een instelling in /etc/X11/xorg.conf

Offline filenox

  • Lid
    • filenox@tweakblogs.net
XGL Probleem
« Reactie #2 Gepost op: 2007/04/22, 10:15:38 »
kzou niet weten wat ik moet veranderen :o


# /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 "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/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"
   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  "vbe"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "be"
   Option       "XkbVariant" "nodeadkeys"
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  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"      # Tablet PC ONLY
EndSection

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

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

Section "Monitor"
   Identifier   "Generieke beeldscherm"
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 160.0
   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  "Generieke videokaart"
   Driver      "fglrx"
   VideoRam    512000
   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     "Generieke videokaart"
   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 "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

Offline filenox

  • Lid
    • filenox@tweakblogs.net
XGL Probleem
« Reactie #3 Gepost op: 2007/04/22, 10:43:07 »
wat ik wel raar vind is dat als ik fglrxinfo tijp dit krijg

filip@ubuntu:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)

terwijl in met xorg.conf toch duidelijk "fglrx" staat :s

Offline filenox

  • Lid
    • filenox@tweakblogs.net
XGL Probleem
« Reactie #4 Gepost op: 2007/04/22, 15:06:26 »
Iemand een eventuele oplossing ?

Offline Gerwin

  • Lid
    • M'n Website
XGL Probleem
« Reactie #5 Gepost op: 2007/04/30, 23:15:41 »
volgens mij moet er

Section "Extensions"
   Option       "Composite" "0"
EndSection

in je xorg.conf staan als je de flgrx driver gebruikt.

Offline jespdj

  • Lid
XGL Probleem
« Reactie #6 Gepost op: 2007/05/02, 11:10:04 »
Citaat van: Doritos
wat ik wel raar vind is dat als ik fglrxinfo tijp dit krijg

filip@ubuntu:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)

terwijl in met xorg.conf toch duidelijk "fglrx" staat :s
Hoe heb je precies Xgl geïnstalleerd? Ik heb een ATI X1600 XT en ik heb de volgende instructies gebruikt: https://help.ubuntu.com/community/CompositeManager/Xgl

Als je het script gebruikt wat vermeld staat onder "ATI and Intel (using GNOME)", dan laat je Xgl draaien op display 1 in plaats van display 0. Die truuk is blijkbaar nodig omdat de ATI driver (fglrx) de Composite extension niet ondersteunt.

Ik snap niet precies hoe het dan werkt, maar blijkbaar draait bij mij fglrx op display 0 en Xgl op display 1 (ofzoiets?). Het ene is wel hardware-accelerated en het andere niet. Nogal verwarrend allemaal...

Ik ben van plan mijn ATI videokaart te verwisselen voor een nVidia 8600GTS, want de Linux drivers van nVidia schijnen stukken beter te zijn dan die van ATI.
Dell XPS M1530 | Core 2 Duo T9300 (2,5 GHz) | 4 GB RAM | nVidia 8600M GT | Ubuntu 8.04