You are not logged in.

#1 2007-11-10 09:11:02

miggols99
Member
Registered: 2007-06-10
Posts: 424

Unstability issues with fglrx...

After the upgrade to Xorg 7.3, everything is unstable. X crashes constantly and I have to do a hard reboot. I can no longer start Compiz Fusion either. AIGLX is enabled. I am using 64bit. Everything was nice and stable before the upgrade...I am currently using vesa - no 3d games sad my xorg.conf:

# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
        Identifier     "Xorg Configured"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "gb"
EndSection

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

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "vesa"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI"     "true"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "ServerLayout"
        Identifier "ServerLayout"
        Option  "AIGLX" "true"
EndSection

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

Using the open source ati driver makes X start in 640x480. Even if I put resolution lines in it doesn't work...

Last edited by miggols99 (2007-11-10 09:11:34)

Offline

#2 2007-11-10 14:34:37

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Unstability issues with fglrx...

Try it without AIGLX enabled - turn off both AIGLX and Composite.  fglrx 8.42.3 generally sucks with AIGLX.

BTW, that second "ServerLayout" section should probably be "ServerFlags" since that's where the AIGLX option belongs.

Offline

#3 2007-11-10 15:16:41

miggols99
Member
Registered: 2007-06-10
Posts: 424

Re: Unstability issues with fglrx...

Ok I will try that now...hope it works.

Offline

Board footer

Powered by FluxBB