You are not logged in.

#1 2009-01-02 08:45:05

viddak
Member
Registered: 2008-02-27
Posts: 6

[fglrx] X.org is unstable

Hi everybody.

I hope that somebody can help me.
I try to run X with the fglrx driver. But X is very unstable with this driver. Sometimes, on startup gdm display a black screen with the mouse cursor, sometimes it display correctly and sometimes it display with hugly pixel noises.
And sometimes again, when it display well the desktop, X hangs when I try to slide application windows.

I want to use fglrx because we need to use Blender for work. 3D acceleration will be very useful with it.

I apologize for my english. I'm not very good.
I thanks for your help.

And happy new year!:)

Offline

#2 2009-01-02 10:23:48

viddak
Member
Registered: 2008-02-27
Posts: 6

Re: [fglrx] X.org is unstable

I found in the Xorg.0.log this error :

(EE) fglrx(0): [FB] Can not get FB MC address range.
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. 
(EE) fglrx(0): XMM failed to open CMMQS connection.

Is this can help?

Offline

#3 2009-01-02 11:53:21

signor_rossi
Member
Registered: 2007-08-24
Posts: 257

Re: [fglrx] X.org is unstable

What graphic card?
Do you use framebuffer? Dual displays as two independent screens? How did you configure X? What version of fglrx?
Try disabling the framebuffer in case you use it as a first try, easy to do and won't hurt at all, add 'vga=0' to the grub command line (you can also edit it during startup).

SignorRossi.

Offline

#4 2009-01-02 12:49:43

viddak
Member
Registered: 2008-02-27
Posts: 6

Re: [fglrx] X.org is unstable

Sorry, I forgot to tell that I have a radeon hd 3850.

I try to do like you said. I modify my menu.lst like this :

kernel /boot/vmlinuz26 vga=0 root=/dev/disk/by-uuid/f2f97f55-8eec-4850-b376-02a7ae514fa4 ro

Is it correct?
But this modification has no effect, I have the same troubles.

Thank you very much for your help.

Offline

#5 2009-01-02 14:37:08

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: [fglrx] X.org is unstable

Could you post here your xorg.conf. To disable framebuffer, remove vga=0 from the previous line.

Also, which version of xorg and fglrx do you use?

@+

Offline

#6 2009-01-02 15:36:29

viddak
Member
Registered: 2008-02-27
Posts: 6

Re: [fglrx] X.org is unstable

I tried without the vga=0. But it doesn't change anything...

this is my entire xorg.conf

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "ddc"     # ddc probing of monitor
    Load  "dbe"
    Load  "dri"     # module pour l'accélération matériel
    Load  "extmod"
    Load  "glx"     # pour la 3D
    Load  "bitmap"  # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "int10"   # ajout
    Load  "vbe"     # ajout
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option        "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "logicd"
    Option        "XkbLayout" "fr"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option        "Protocol" "Auto"    # Auto detect
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
    Option        "Emulate3Buttons"
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"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    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

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
    Option        "Composite" "Disable"
    Option        "RENDER" "Enable"
EndSection

Section "ServerFlags"
    Option "AutoAddDevices" "False"
EndSection

Offline

#7 2009-01-03 09:33:46

viddak
Member
Registered: 2008-02-27
Posts: 6

Re: [fglrx] X.org is unstable

In fact, I saw that the module isn't loaded. I don't know why because the file fglrx.ko is present in the module directory.

I removed the catalyst package and reinstall it but it doesn't change anything...

I don't know what to do...

Offline

Board footer

Powered by FluxBB