radeon x1600

Автор Wagner, 03 октября 2011, 17:34:33

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Wagner

Доброго времени суток. Пересел таки с фряхи на линуха (debian), сразу-же возникла идея поставить компиз, ибо под фрю нормальных видео драйверов не было и нет. Итак, поставил компиз, налячкал xorg.conf (не люблю я всякие автоматические конфигурации), в результате получил по морде розовой птицей обломинго:
compiz
compiz (core) - Fatal: Software rendering detected.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0

/etc/X11/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  "dri"
Load  "glx"
Load  "dbe"
Load  "dri2"
Load  "record"
Load  "extmod"
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   "Samsung"
ModelName    "SyncMaster 795df"
Horizsync    30-85
Vertrefresh  50-160

EndSection

Section "Device"
        ### 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"  "EXA"        # [<str>]
        Option     "AccelDFS"  "True"
#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"  "True"              # [<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      "fglrx"
Driver      "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "RV530 [Radeon X1600]"
BusID       "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
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
                Modes "1024x768"
EndSubSection
EndSection

/var/log/Xorg.0.log вот что пишет:

(WW) RADEON(0): Direct rendering disabled

Udachnik

http://wiki.debian.org/ru/AtiHowTo
Необходимо просветиться на тему установки свободных драйверов ATI.