Problem med 8.42.3 och AIGLX

Grafikkort, TV-kort och webbkameror
PatricD
Inlägg: 22
Blev medlem: 31 mar 2007, 19:37
OS: Ubuntu
Utgåva: 10.04 Lucid LTS

Problem med 8.42.3 och AIGLX

Inlägg av PatricD »

Hej alla. Har förstått på en annan tråd här inne att man nu kan köra fglrx med AIGLX istället för XGL, så jag gav mig på att pröva direkt ;). Har kört atis egen installer som det hänvisades till i en Howto här. Installationen gick bra, men om jag försöker aktivera compiz så blir skärmen vit för att sedan gå tillbaka. (Får inget felmeddelande men det lär ju bero på SKIP_CHECKS="yes" >> .config/compiz/compiz-manager, som det rekommenderades att göra i Howto). Olika outputs följer, kanske nån som kan se felet? För det första så bör väl direct rendering bli: Yes??

Kod: Markera allt

patric@iceman:~$ glxinfo | grep rendering
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)

Kod: Markera allt

patric@iceman:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGSection "ServerLayout"

Kod: Markera allt

Section "Monitor"
        Identifier   "Generic Monitor"
        HorizSync    30.0 - 65.0
        VertRefresh  50.0 - 75.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  "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
        Driver      "ati"
        Option      "UseFBDev" "true"
        Option      "AIGLX"    "true"
        BusID       "PCI:1:5:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
        Monitor    "Generic Monitor"
        DefaultDepth     24
        SubSection "Display"
                Modes    "1280x1024" "1024x768"
        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
PatricD
Inlägg: 22
Blev medlem: 31 mar 2007, 19:37
OS: Ubuntu
Utgåva: 10.04 Lucid LTS

SV: Problem med 8.42.3 och AIGLX

Inlägg av PatricD »

Ok, inget svar än ;(, men kan någon som fått detta att fungera posta sin xorg,conf så hade jag varit mkt tacksam!
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Problem med 8.42.3 och AIGLX

Inlägg av TForsman »

http://ubuntu-se.org/smf/index.php/topic,18161.0.html

kika på den guiden om du kan få igång allting  8)
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
PatricD
Inlägg: 22
Blev medlem: 31 mar 2007, 19:37
OS: Ubuntu
Utgåva: 10.04 Lucid LTS

SV: Problem med 8.42.3 och AIGLX

Inlägg av PatricD »

Det är just den guiden jag följt ..... ;P
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Problem med 8.42.3 och AIGLX

Inlägg av TForsman »

posta gärna hela din xorg fil  8)
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
PatricD
Inlägg: 22
Blev medlem: 31 mar 2007, 19:37
OS: Ubuntu
Utgåva: 10.04 Lucid LTS

SV: Problem med 8.42.3 och AIGLX

Inlägg av PatricD »

Kod: Markera allt

# 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 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"

# Uncomment if you have a wacom tablet
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        Option         "AIGLX"    "true"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

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

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ImPS/2"
        Option      "ZAxisMapping" "4 5"
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"
        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   "Generic Monitor"
        HorizSync    30.0 - 65.0
        VertRefresh  50.0 - 75.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  "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
        Driver      "fglrx"
        Option      "UseFBDev" "true"
        BusID       "PCI:1:5:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
        Monitor    "Generic Monitor"
        DefaultDepth     24
        SubSection "Display"
                Modes    "1280x1024" "1024x768"
        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 "Extensions"
        Option          "Composite"     "Enable"
EndSection

Här är den, jag har gjort lite ändringar men de har inte hjälpt...
PatricD
Inlägg: 22
Blev medlem: 31 mar 2007, 19:37
OS: Ubuntu
Utgåva: 10.04 Lucid LTS

SV: Problem med 8.42.3 och AIGLX

Inlägg av PatricD »

Kod: Markera allt

(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.37.6
(II) fglrx(0):     Date: May 25 2007
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(WW) fglrx(0): Kernel Module version does *not* match driver.
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
Hittade detta, lär ju vara en bidragande orsak ;), men hur fan fixar jag det?
PatricD
Inlägg: 22
Blev medlem: 31 mar 2007, 19:37
OS: Ubuntu
Utgåva: 10.04 Lucid LTS

SV: Problem med 8.42.3 och AIGLX

Inlägg av PatricD »

Problemet löst, avinstallerade och började om med guiden nedanför. Funka klockers, och kan kan meddela att min fps gick upp med över 1000 ;)

http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide
Skriv svar

Återgå till "Bild"