← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 473114] Re: Iiyama monitor's native resolution does not display properly

 

Well c'est very bizarre....Especially your applications windows outlines issue....
Anyway, just read your lspci file (I should have read that in the first place!), and you have a radeon 9200, then I checked on the AMD site, so you have to know that those cards are supported by the catalyst /fglrx driver untill the 8.28 version, and working with X.org version 6.8, which is Really under the version used in Karmic, so I guess your outlines issue and your other littles problems deal with that. So forget about using the fglrx driver. Just use the xorg radeon open source driver. So desactivate fglrx with jockey-gtk, the peripherals drivers application in the administration, and then uninstall it in synaptic. Ok, so I worked out a xorg.conf for you, I hope it will work for you this time:

Section "DRI"
        Mode 0666
EndSection

Section "ServerLayout"
        Identifier "ForAnna"
        Screen 0 "Screen0" 0 0
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
EndSection

Section "Device"
	Identifier	"Radeon 9200"
        Driver       "radeon"
        Option "AccelMethod" "XAA"
        # XAA/EXA
        Option "AccelDFS"    "0"
        # 1/0 On for PCIE, off for AGP
        # Manpage: Use  or  don't  use accelerated EXA DownloadFromScreen hook
        # when possible.
        Option "AGPMode" "8"
        # 1-8 Does not affect PCIE models.
        Option "AGPFastWrite" "1"
        # 1/0 Does not affect PCIE models. Not recommended.
        Option "GARTSize" "64"
        # 0-64 Megabytes of gart (system) memory used.
        # Wrongly defaults to 8MB sometimes, see your logfile.
        # Bigger seems better.
        Option "EnablePageFlip" "1"
        # 1/0 Increases 3D performance substantially
        # seemingly in XAA mode only
        Option "ColorTiling" "1"
        # 1/0 Increases 3D performance substantially
        # affected stability only positively on my system
        BusID  "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier "PLE2407HDS"
        HorizSync 29-81
        VertRefresh 55-76
        Option "VendorName" "IVM"
        Option "ModelName" "PLE2407HDS"
        Option "DPMS" "true"
        Option "PreferredMode" "1920x1080"
        Option "TargetRefresh" "60"
        Option "Position" "0 0"
        Option "Rotate" "normal"
        Option "Disable" "false"
        Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync +vsync
EndSection

Section "Screen"
	Identifier	"Screen0"
	Monitor	"PLE2407HDS"
	Device	"Radeon 9200"
        DefaultDepth 24
        SubSection "Display"
          Viewport 0 0
          Depth 24
        EndSubSection
EndSection

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


Make me know if it works.

-- 
Iiyama monitor's native resolution does not display properly
https://bugs.launchpad.net/bugs/473114
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.



References