You are not logged in.

#1 2008-03-23 17:07:09

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Fluxbox, Xgl And Xcompmgr Issues

Hi all,

I want to get xcompmgr working with fluxbox. It works as is, but is very slow (I suspect because there is no Xgl). So I installed Xgl and made startxgl as described in the xgl wiki page. When I try and start Xgl, it says something like:

Fatal server error no glx modules loaded

I have an ATI X1200 integrated card and I'm using the catalyst drivers.

Here is my xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dri"
    Load  "GLcore"
    Load  "record"
    Load  "xtrap"
    Load  "dbe"
    Load  "glx"
    Load  "extmod"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

    #DisplaySize      470   300    # mm
 ### Comment all HorizSync and VertRefresh values to use DDC:
    Identifier   "Monitor0"
    VendorName   "VSC"
    ModelName    "VG2230wm"
    HorizSync    30.0 - 82.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"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "DDCMode"                # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "DynamicClocks"          # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon X1200 Series"
    BusID       "PCI:1:5:0"
EndSection

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

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    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

Offline

#2 2008-03-24 04:27:24

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: Fluxbox, Xgl And Xcompmgr Issues

Help please?

Offline

#3 2008-03-24 15:14:06

grandmasterb
Member
From: Poland
Registered: 2008-03-12
Posts: 26

Re: Fluxbox, Xgl And Xcompmgr Issues

hi. don't run xgl i think it doesn't even work with fluxbox. i think u should enable composite in your xorg.conf.
add this your xorg.conf :

Section "Extensions"
        Option      "Composite" "true"
EndSection

Offline

#4 2008-03-24 15:26:36

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: Fluxbox, Xgl And Xcompmgr Issues

grandmasterb wrote:

hi. don't run xgl i think it doesn't even work with fluxbox. i think u should enable composite in your xorg.conf.
add this your xorg.conf :

Section "Extensions"
        Option      "Composite" "true"
EndSection

But will I be able to take advantage of my graphics card or will all the burden be on my CPU to render?

Offline

#5 2008-03-24 15:32:27

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: Fluxbox, Xgl And Xcompmgr Issues

Ok I tried enabling that and running xcompmgr, but it's still very slow and laggy to move/resize windows and to scroll up/down and so on.

Offline

#6 2008-03-25 19:48:21

grandmasterb
Member
From: Poland
Registered: 2008-03-12
Posts: 26

Re: Fluxbox, Xgl And Xcompmgr Issues

ok. i'm only guessing now but try put this into your xorg.conf

Section "DRI"
Mode         0666
EndSection

and this to  "Device" section:

Option      "XAANoOffscreenPixmaps" "true"
Option      "DRI" "true"
Option      "GARTSize" "64"
Option      "AGPMode" "4"
Option      "ColorTiling" "on"

i have ATI Radeon 9550 and Catalyst drivers and xcompmgr works fine on my fluxbox.

Offline

#7 2008-03-25 22:01:19

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: Fluxbox, Xgl And Xcompmgr Issues

grandmasterb wrote:

ok. i'm only guessing now but try put this into your xorg.conf

Section "DRI"
Mode         0666
EndSection

and this to  "Device" section:

Option      "XAANoOffscreenPixmaps" "true"
Option      "DRI" "true"
Option      "GARTSize" "64"
Option      "AGPMode" "4"
Option      "ColorTiling" "on"

i have ATI Radeon 9550 and Catalyst drivers and xcompmgr works fine on my fluxbox.

That doesn't work at all.

Offline

#8 2008-03-25 23:00:04

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: Fluxbox, Xgl And Xcompmgr Issues

new catalyst drivers support composite extensions of AIGLX, all you had to do is enable composite, I'm not sure why you are lagging, but I don't think it's an arch-specific issue.


Archlinux on Compaq Presario v5000 laptop smile

Offline

Board footer

Powered by FluxBB