Announcement

Collapse
No announcement yet.

ATI Radeon 9550 (almost working?)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Ok, I really appreciate your patience here.

    I reinstalled with --force. And then I ran:
    aticonfig --initial --input=/etc/X11/xorg.conf

    Now when I run fglrxinfo I get this:

    fglrxinfo: error while loading shared libraries: /usr/lib/xorg/libGL.so.1: cannot restore segment prot after reloc: Permission denied

    I have no idea what that is, or what to do about it.

    Also, I'm afraid to reboot because i'm 99% sure x will not start again, simply because what I'm seeing here is what I saw before.

    Any ideas?

    Comment


    • #12
      Hmmm I don't believe I have ever run into that issue before. Does /usr/lib/xorg/libGL.so.1 exist? If so, then try running fglrx info as root and see.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #13
        Do you mean remove it and then run fglrxinfo? I'm not sure if that's what you meant - and I don't want to do it if I shouldn't.

        Code:
        ls -l /usr/lib/xorg/libGL.so*
        lrwxrwxrwx 1 root root     26 Mar  7 12:43 /usr/lib/xorg/libGL.so -> /usr/lib/xorg/libGL.so.1.2
        lrwxrwxrwx 1 root root     26 Mar  7 12:43 /usr/lib/xorg/libGL.so.1 -> /usr/lib/xorg/libGL.so.1.2
        -rw-r--r-- 1 root root 783353 Mar  7 12:43 /usr/lib/xorg/libGL.so.1.2

        Comment


        • #14
          Ok, I took a chance (I could always recreate the link). Now I can run fglrxinfo, and I get this:

          Code:
          # fglrxinfo
          
          Xlib:  extension "XFree86-DRI" missing on display ":0.0".
          display: :0.0  screen: 0
          OpenGL vendor string: Mesa project: www.mesa3d.org
          OpenGL renderer string: Mesa GLX Indirect
          OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

          Comment


          • #15
            Here's my xorg at this point:

            Code:
            # Xorg configuration created by system-config-display
            
            Section "ServerLayout"
            	Identifier     "Multihead layout"
            	Screen      0  "aticonfig-Screen[0]" 0 0
            	InputDevice    "Keyboard0" "CoreKeyboard"
            	Option	    "Xinerama" "on"
            	Option	    "Clone" "off"
            EndSection
            
            Section "Files"
            EndSection
            
            Section "Module"
            EndSection
            
            Section "InputDevice"
            	Identifier  "Keyboard0"
            	Driver      "kbd"
            	Option	    "XkbModel" "pc105"
            	Option	    "XkbLayout" "us"
            EndSection
            
            Section "Monitor"
            
             ### Comment all HorizSync and VertSync values to use DDC:
             ### Comment all HorizSync and VertSync values to use DDC:
            	Identifier   "Monitor1"
            	VendorName   "Monitor Vendor"
            	ModelName    "LCD Panel 1280x1024"
            	HorizSync    31.5 - 67.0
            	VertRefresh  50.0 - 75.0
            	Option	    "dpms"
            EndSection
            
            Section "Monitor"
            
             ### Comment all HorizSync and VertSync values to use DDC:
            	Identifier   "Monitor1"
            	VendorName   "Monitor Vendor"
            	ModelName    "LCD Panel 1280x1024"
            	HorizSync    31.5 - 67.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"
            	Identifier  "Videocard0"
            	Driver      "radeon"
            EndSection
            
            Section "Device"
            	Identifier  "Videocard1"
            	Driver      "radeon"
            	VendorName  "Videocard Vendor"
            	BoardName   "ATI Technologies Inc RV350 AS [Radeon 9550]"
            	BusID       "PCI:1:0:0"
            	Screen      1
            EndSection
            
            Section "Device"
            	Identifier  "aticonfig-Device[0]"
            	Driver      "fglrx"
            EndSection
            
            Section "Screen"
            	Identifier "Screen0"
            	Device     "Videocard0"
            	DefaultDepth     24
            	SubSection "Display"
            		Viewport   0 0
            		Depth     24
            	EndSubSection
            EndSection
            
            Section "Screen"
            	Identifier "Screen1"
            	Device     "Videocard1"
            	Monitor    "Monitor1"
            	DefaultDepth     24
            	SubSection "Display"
            		Viewport   0 0
            		Depth     24
            		Modes    "1280x1024"
            	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
            
            Section "Extensions"
            	Option	    "Composite" "Off"
            	Option	    "AIGLX" "Off"
            EndSection

            Comment


            • #16
              Looking in my xorg file, I'm wondering why I have 3 device sections? Should I change the lines with 'radeon' to 'fglrx' ??

              Comment


              • #17
                Those radeon sections aren't being referenced so you could actually remove them, but are fine staying there.

                Did you try eliminating the Xinerama line and then getting it running first in a single head config?
                Michael Larabel
                https://www.michaellarabel.com/

                Comment


                • #18
                  Alright, I'm fooling around with it with just using single head mode. Now fglrxinfo is giving the tungsten graphics output.

                  I'm really at a loss here. Perhaps I won't worry about hardware acceleration.

                  Comment


                  • #19
                    Well the 9550 is supported by the open-source drivers, so you could get by without fglrx and instead using the open-source ones working by default.
                    Michael Larabel
                    https://www.michaellarabel.com/

                    Comment


                    • #20
                      yeah - doesn't matter what I do... X server always crashes at boot. I have to rescue and start over each time.

                      Comment

                      Working...
                      X