Fedora Linux Support Community & Resources Center
  #1  
Old 2nd June 2010, 06:58 PM
David Batson Offline
Registered User
 
Join Date: Jul 2009
Posts: 1,158
linuxopera
Tip: for ATI Mobility Radeon 9600

I installed system-config-display, then went to System > Administration > Display and accepted the defaults to create an xorg.conf file. I then edited the xorg.conf file using the following content (some I got from my Mandriva 2010 xorg.conf and other I added later).

/etc/X11/xorg.conf
Code:
# Xorg configuration created by system-config-display

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1400x1050"
    HorizSync 28.8-90
    VertRefresh 60
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon X1950 and earlier"
    Driver "radeon"
    Option "AccelMethod" "XAA"
    Option "AGPMode" "4"
    Option "GARTSize" "64"
    Option "EnablePageFlip" "on"
    Option "ColorTiling" "on"
    Option "DPMS"
    Option "set load detection" "1"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    Subsection "Display"
            Depth    24
	    Modes    "1400x1050" "1024x768" "800x600"
            # Here you can set virtual screen size:
            Virtual 2800 1050
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection
I also am using the nomodeset kernel parameter in /boot/grub/menu.lst.

The combination of these two things seems to have speeded up graphics rendering quite a bit.
__________________
Fedora 18 Gnome on a ThinkPad X220, i5-2540M CPU, Intel HD Graphics 3000, Intel N 6205 wireless, and Sierra Wireless 754S Mobile Hotspot (AT&T)
Reply With Quote
Reply

Tags
9600, ati, mobility, radeon, tip

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Mobility Radeon 9600 leflores80 Hardware & Laptops 6 20th June 2007 01:27 AM
ATI radeon Mobility 9600 m10 franklee Hardware & Laptops 1 13th May 2006 11:00 AM
problem with an ati radeon mobility 9600 astreyon Hardware & Laptops 1 7th June 2004 08:59 PM


Current GMT-time: 23:46 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat