You are not logged in.

#1 2008-01-17 23:30:31

skioppetto
Member
Registered: 2007-02-08
Posts: 24

glxinfo segmentation error with Catalyst 7.12-2

hi!
is there anybody who can explain this error on "glxinfo"??

name of display: :0.0
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  144 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  20
  Current serial number in output stream:  20
Segmentation fault

here is some details about my configuration:Jan 17 22:22:42 Archer [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.

Jan 17 22:22:42 Archer [fglrx] ASYNCIO init succeed!
Jan 17 22:22:42 Archer [fglrx] PAT is enabled successfully!
Jan 17 22:22:42 Archer [fglrx] module loaded - fglrx 8.44.3 [Dec 19 2007] on minor 0
Jan 17 22:22:44 Archer [fglrx] Reserve Block - 0 offset =  0X0 length = 0X40000
Jan 17 22:22:44 Archer [fglrx] Reserve Block - 1 offset =  0X3ff5000 length = 0Xb000
Jan 17 22:22:44 Archer [fglrx] Reserve Block - 2 offset =  0X3fb5000 length = 0X40000

Xorg.conf

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
    Option "AIGLX" "true"
# Serial Mouse not detected
# USB Mouse not detected
EndSection

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

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
    FontPath     "/usr/share/fonts/cyrillic"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
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"
    #   Load  "synaptics"
EndSection

...

# Auto-generated by Archie mkxcfg

Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    DisplaySize 339 210

....

EndSection

# Auto-generated by Archie mkxcfg


Section "Device"
    Identifier  "Card0"
    Driver      "fglrx"
    VendorName  "All"
    BoardName   "All"
    Option      "XAANoOffscreenPixmaps" "true"
EndSection


Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     24
        Modes "1280x800" "1024x768" "800x600"
    EndSubSection
    
    SubSection "Display"
        Depth     16
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    
EndSection

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

Section "DRI"
    Group 0
    Mode 0666
EndSection

video card

Video      : M22 [Mobility Radeon X300] server: Xorg (fglrx)

fglrx loaded correctly

Offline

#2 2008-01-18 07:53:40

skioppetto
Member
Registered: 2007-02-08
Posts: 24

Re: glxinfo segmentation error with Catalyst 7.12-2

now it works.... I used the installer from the AMD site:cool: big trouble with Compiz-Fusion...

Offline

Board footer

Powered by FluxBB