You are not logged in.

#1 2009-02-17 04:26:44

Matt3232
Member
Registered: 2009-01-21
Posts: 11

X crashes with FGLRX on Arch64

I installed Arch64 today, everything works fine except for X.  I can start X and it works, but if I try to start x after I've logged out of Gnome with out a full reboot I get the error:

Exec failed for command "/tmp/firegl1.isse.b4f14860.499a3671.00c9091" (No such file or directory)

and the system hangs.  The error does not occur if I run the xf86-video-ati driver, but the FOSS driver does not support hardware acceleration on my card (HD 4850).  I've found other threads on this but have not found an answer.    Any ideas on how to fix this?  Here is my xorg.conf file:

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

Section "Files"
    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  "xtrap"
    Load  "dri"
    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      520   320    # mm
    Identifier   "Monitor0"
    VendorName   "SAM"
    ModelName    "SyncMaster"
    HorizSync    30.0 - 81.0
    VertRefresh  56.0 - 60.0
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Offline

#2 2009-02-17 04:37:08

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: X crashes with FGLRX on Arch64

This seems to be a known issue with fglrx, unfortunately...

My only advice is to try older Catalyst versions, try adding

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection

to your xorg.conf, one user said it helped, and root for / donate to the xf86-video-ati and now the xf86-video-radeonhd dev teams.

Offline

#3 2009-02-17 05:05:07

Matt3232
Member
Registered: 2009-01-21
Posts: 11

Re: X crashes with FGLRX on Arch64

Those changes sort of helped; No error messages are displayed but the box still hangs.  How do I go about installing older Catalyst versions with pacman?

Offline

#4 2009-02-17 11:31:17

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: X crashes with FGLRX on Arch64

Matt3232 wrote:

Those changes sort of helped; No error messages are displayed but the box still hangs.  How do I go about installing older Catalyst versions with pacman?

If you just installed then there is no way to get the package unless you build it yourself. Otherwise if you had been using arch for a while you could downgrade to the older package that would be cached locally.

You said you just installed, so you will not have a cache or any old packages to downgrade too.

Maybe someone will be nice and offer up the package for you to d/l.

Offline

#5 2009-02-17 23:19:52

Matt3232
Member
Registered: 2009-01-21
Posts: 11

Re: X crashes with FGLRX on Arch64

Thanks for the help.  I think I'll just go back to 32 bit Arch until a new, working driver is released or until I upgrade and get an Nvidia card.

Offline

#6 2009-02-19 00:51:54

Matt3232
Member
Registered: 2009-01-21
Posts: 11

Re: X crashes with FGLRX on Arch64

To anyone with the same problem: the issue persists with Catalyst 9.1 on Arch i686.  Solution: Use xf86-video-ati if you don't need 3d acceleration or use Catalyst and remember to reboot if you need to restart X.

Offline

Board footer

Powered by FluxBB