You are not logged in.

#1 2009-10-29 13:19:36

fredo696
Member
Registered: 2009-08-10
Posts: 18
Website

[Catalyst 9.10] Finally it works!

Hi all

Just to let you know (and because I'm happy lol) :

I've just managed to install the official Catalyst 9.10 and make them work on my machine (before that I was using the RadeonHD driver) :

Arch64
RadeonHD 4850 (single LCD monitor LG Flatron W2361V, 1920x1080 resolution)
Kernel 2.6.31 (official Arch kernel, no patches)

The Catalyst installer worked fine and the modules were compiled without problem, however even after an "aticonfig --initial", X wouldn't start (couldn't find the fglrx driver)
so I added the line :

ModulePath "/usr/lib64/xorg/modules" in the "Files" section
(yep, the Ati installer didn't do the modification itself)

and restart X, then the fglrx driver was found, but would crash with another error

Finally I solved the problem by adding the "DefaultDepth 24" line in the "Screen" section smile

In the end, here's my working xorg.conf

Section "ServerFlags"                                                                                                              
        Option "AutoAddDevices" "false"                                                                                            
EndSection                                                                                                                         

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0     
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"

#       Option  "AIGLX" "true"
EndSection                    

Section "Files"
        ModulePath   "/usr/lib/xorg/modules" #default module path
        ModulePath   "/usr/lib64/xorg/modules" #path to the fglrx module on my Arch64 system
        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  "dbe"
        Load  "dri"
        Load  "dri2"
        Load  "glx" 
        Load  "record"
        Load  "extmod"
EndSection            

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"      
        Option  "xkbLayout"     "fr"
        Option  "xkbModel"      "pc105"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option  "DPMS"  "true"
#       Option  "PreferredMode" "1920x1080"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "fglrx"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV770 [Radeon HD 4850]"
        BusID       "PCI:1:0:0"

#       Option  "XAANoOffscreenPixmaps" "true"
        Option  "DRI"   "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24   # fglrx would crash without this line!
        SubSection "Display"
                Viewport   0 0
                Depth     24
#               Modes   "1920x1080" "1280x1024"
        EndSubSection
EndSection

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

Section "DRI"
        Group   0
        Mode    0666
EndSection

speed improvement is great, even in 2D
video playback is perfect
haven't tried 3D games yet


Arch 64 / AMD PhenomII X4 940 / Nvidia integrated or ATI Radeon depending upon X.Org driver bugs! (main rig)
Arch 64 / AMD E-350 / HP DM1z (laptop)

Offline

#2 2009-10-29 13:30:01

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

Re: [Catalyst 9.10] Finally it works!

Full screen youtube is within your grasp!

Offline

#3 2009-10-29 13:36:58

fredo696
Member
Registered: 2009-08-10
Posts: 18
Website

Re: [Catalyst 9.10] Finally it works!

I had it with the radeon driver already smile

apart from thar, my xorg.xonf may need some more tweaking, for the KDE4 desktop effects to work


Arch 64 / AMD PhenomII X4 940 / Nvidia integrated or ATI Radeon depending upon X.Org driver bugs! (main rig)
Arch 64 / AMD E-350 / HP DM1z (laptop)

Offline

#4 2009-10-31 14:17:57

sc3252
Member
Registered: 2009-10-31
Posts: 2

Re: [Catalyst 9.10] Finally it works!

Thank you sir! bumping for getting me out of my screen resolution nightmare.  I am new to arch and was just about to call it quits when I finally found this thread.  Usually I don't have such a hard time fixing these errors, but I couldn't see anything with the vesa drivers.:D

Offline

#5 2009-10-31 14:26:50

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [Catalyst 9.10] Finally it works!

" [Catalyst 9.10] Finally it works!" ... unless you're running xorg-server 1.7 from [testing]


1000

Offline

#6 2009-11-01 18:10:47

najsik
Member
Registered: 2009-03-01
Posts: 3

Re: [Catalyst 9.10] Finally it works!

byte wrote:

" [Catalyst 9.10] Finally it works!" ... unless you're running xorg-server 1.7 from [testing]

so in other words you should avoid updating anytime soon smile

Offline

#7 2009-11-01 18:26:50

Lich
Member
Registered: 2009-09-13
Posts: 437

Re: [Catalyst 9.10] Finally it works!

This is good news, I may try to get away from radeonhd too, I need Blender and it's horrid with my current confiiguration...


Archlinux | ratpoison + evilwm | urxvtc | tmux

Offline

#8 2009-11-01 20:06:03

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: [Catalyst 9.10] Finally it works!

Pics or it never happened! As far as I know catalyst only works "somewhere over the web" but not on my machine xD...


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#9 2009-11-02 10:43:35

sc3252
Member
Registered: 2009-10-31
Posts: 2

Re: [Catalyst 9.10] Finally it works!

najsik wrote:
byte wrote:

" [Catalyst 9.10] Finally it works!" ... unless you're running xorg-server 1.7 from [testing]

so in other words you should avoid updating anytime soon smile

Yeah I got hit by it.  I wasn't paying attention to what was updating.  It was not that hard to fix for myself, just removed xorg-server and the two dependencies and reinstalled the old version.  Of course if you clean your cache consistently that could be a problem.

Offline

#10 2009-12-26 17:48:20

fredo696
Member
Registered: 2009-08-10
Posts: 18
Website

Re: [Catalyst 9.10] Finally it works!

hi guys...

I didn't work for long!! smile

I've reverted back to the "good" old xorg-radeon driver. Since some xorg update, I've also lost fullscreen video sad

no big deal, i'll wait for 2.6.32...


Arch 64 / AMD PhenomII X4 940 / Nvidia integrated or ATI Radeon depending upon X.Org driver bugs! (main rig)
Arch 64 / AMD E-350 / HP DM1z (laptop)

Offline

#11 2009-12-29 13:23:24

fredo696
Member
Registered: 2009-08-10
Posts: 18
Website

Re: [Catalyst 9.10] Finally it works!

Fullscreen video playback is back with today's X and xorg ati drivers update smile


Arch 64 / AMD PhenomII X4 940 / Nvidia integrated or ATI Radeon depending upon X.Org driver bugs! (main rig)
Arch 64 / AMD E-350 / HP DM1z (laptop)

Offline

Board footer

Powered by FluxBB