[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#574426: Very slow Xorg



Make sure you remove *all* fglrx files and cleanup your xorg.conf
accordingly (or even remove it entirely).

Secondly, for r600, you want to use the radeon driver instead of
radeonhd, and likely 6.12.192 in experimental. Make sure firmware-linux
is installed too.

Brice




Mir T wrote:
>
>
> 2010/3/19 Brice Goglin <Brice.Goglin@ens-lyon.org
> <mailto:Brice.Goglin@ens-lyon.org>>
>
>     On Thu, Mar 18, 2010 at 11:41:47AM +0500, Mir T wrote:
>     > Package: X.org
>     > Version:   1.7.5.902 (1.7.6 RC 2)
>     >
>     > I'm using Debian unstable, after last xorg update, all graphics
>     become very
>     > slow.
>
>     Please send your full X config and log.
>
>     Brice
>
>
> Xorg.0.log in attach because it's very big.
>
> xorg.conf:
>
> Section "ServerLayout"
> Identifier     "X.org Configured"
> Screen      0  "Screen0" 0 0
> InputDevice    "Mouse0" "CorePointer"
> InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> ModulePath   "/usr/lib/xorg/modules"
> FontPath     "/usr/share/fonts/X11/misc"
> FontPath     "/usr/share/fonts/X11/cyrillic"
> FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
> FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
> FontPath     "/usr/share/fonts/X11/Type1"
> FontPath     "/usr/share/fonts/X11/100dpi"
> FontPath     "/usr/share/fonts/X11/75dpi"
> FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> FontPath     "built-ins"
> EndSection
>
> Section "Module"
> Load  "FGL.renamed.libglx"
> Load  "extmod"
> Load  "glx"
> Load  "FGL.renamed.libdri"
> Load  "record"
> Load  "dri"
> Load  "dbe"
> Load  "dri2"
> EndSection
>
> Section "InputDevice"
> Identifier  "Keyboard0"
> Driver      "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver      "mouse"
> Option    "Protocol" "auto"
> Option    "Device" "/dev/input/mice"
> Option    "ZAxisMapping" "4 5 6 7"
> EndSection
>
> Section "Monitor"
> Identifier   "Monitor0"
> VendorName   "Monitor Vendor"
> ModelName    "Monitor Model"
> EndSection
>
> Section "Device"
> Driver "radeonhd"
>         ### Available Driver options are:-
>         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
>         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
>         ### [arg]: arg optional
>         #Option     "NoAccel"             # [<bool>]
>         #Option     "AccelMethod"         # [<str>]
>         #Option     "offscreensize"       # [<str>]
>         #Option     "SWcursor"           # [<bool>]
>         #Option     "ignoreconnector"     # [<str>]
>         #Option     "forcereduced"       # [<bool>]
>         #Option     "forcedpi"           # <i>
>         #Option     "useconfiguredmonitor" # [<bool>]
>         #Option     "HPD"                 # <str>
>         #Option     "NoRandr"             # [<bool>]
>         #Option     "RROutputOrder"       # [<str>]
>         #Option     "DRI"                 # [<bool>]
>         #Option     "TVMode"             # [<str>]
>         #Option     "ScaleType"           # [<str>]
>         #Option     "UseAtomBIOS"         # [<bool>]
>         #Option     "AtomBIOS"           # [<str>]
>         #Option     "UnverifiedFeatures" # [<bool>]
>         #Option     "Audio"               # [<bool>]
>         #Option     "AudioStreamSilence" # [<str>]
>         #Option     "HDMI"               # [<str>]
>         #Option     "COHERENT"           # [<str>]
>         #Option     "ForceLowPowerMode"   # [<bool>]
>         #Option     "LowPowerModeEngineClock" # <i>
> Identifier  "Card0"
> Driver      "radeonhd"
> VendorName  "ATI Technologies Inc"
> BoardName   "RV630 [Radeon HD 2600 Series]"
> BusID       "PCI:4:0:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device     "Card0"
> Monitor    "Monitor0"
> SubSection "Display"
> Viewport   0 0
> Depth     1
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth     4
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth     8
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth     15
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth     16
> EndSubSection
> SubSection "Display"
> Viewport   0 0
> Depth     24
> EndSubSection
> EndSection
>
> Section "Extensions"
> Option "Composite" "On"
> EndSection
>
> Section "ServerFlags"
> Option "AIGKX" "On"
> EndSection
>
>
>  
>




Reply to: