Re: ATI support
Mike Chambers <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2007-03-20 at 11:43 +0100, Matthias Saou wrote: > Mike Chambers wrote : > > > Does ATI/Your Rpms support current Fedora devel (as in FC7t?)? Or do I > > have to run FC6+updates+your rpms to get ATI drivers to work with a > > Radeon X1300? > > I honestly have no idea. I can't think of any reason why they wouldn't > run on F7 if they do on FC6, though. > One thing I can tell you is that the only laptop I've tested with an > X1300 couldn't get the full native resolution with the free radeon > driver (FC6), so I had to use the proprietary one, but XV doesn't work > and X often crashes right after logging into GNOME... Well, this is actually a desktop. I got it running via vesa on an FC6 +updates system, and have your ati-x11-drv package installed. I believe fglrx module is loading (yes it's in my config), but no dri and maybe few others. I am going to post my config file to see if anyone see's something that needs to be added to my config to get it fully functional? (glx gears shows no dri and runs slow) The .old is what FC6 configures w/fglrx. The xorg.conf one is my current that I used to have for earlier FC versions, when I used to use a Radeon 9000 when it was supported. But still no dri on neither config file. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!"
xorg.conf.old
(text/plain, 1004 B)
# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" 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: Identifier "Monitor0" ModelName "KDS XFlat XF-9b/XF-9c/XF-9e/XF-9p" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 98.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "fglrx" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection
xorg.conf
(text/plain, 3.4 KB)
# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # Multiple FontPath entries are allowed (they are concatenated together) # By default, a font server independent of the X server is # used to render fonts. # FontPath "/usr/share/X11/fonts/misc" # FontPath "/usr/share/X11/fonts/75dpi" # FontPath "/usr/share/X11/fonts/100dpi" # FontPath "/usr/share/X11/fonts/Type1" # FontPath "/usr/share/X11/fonts/TTF" # FontPath "/usr/share/X11/fonts/util" # FontPath "/usr/share/fonts/default/Type1" # FontPath "/usr/share/fonts/bitmap-fonts" # FontPath "/usr/share/fonts/bitstream-vera" # FontPath "/usr/share/fonts/default/ghostscript" # FontPath "/usr/share/fonts/msfonts" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "KDS XFlat XF-9b/XF-9c/XF-9e/XF-9p" DisplaySize 360 260 ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 98.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "fglrx" VendorName "Videocard vendor" BoardName "ATI Technologies Inc Radeon RV250 If [Radeon 9000]" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection