Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Общий по Linux (http://forum.oszone.net/forumdisplay.php?f=9)
-   -   Проблема с драйверами (http://forum.oszone.net/showthread.php?t=108989)

valet2valet 12-06-2008 07:33 824248

Проблема с драйверами
 
Всем доброго времени суток. У меня следующая проблема.
Зашёл в настройки Х-сервера - система сообщила ,что доступны проприетарные драйвера . Установить? Да! Устанавливаеться куча пакетов . Затем захожу в настройки 3D. Выбираю компиз и родную поддержку. Ещё ставяться пакеты.Выхожу из системы - захожу и жуткие тормоза - окошки никакие не хотят открываться, всё виснет.
Дальше делаю drak3d и читаю,что система не поддерживает 3D.
Делаю glxgears вот результат:
21903 frames in 5.0 seconds = 4380.442 FPS
23948 frames in 5.0 seconds = 4789.595 FPS
24013 frames in 5.0 seconds = 4802.479 FPS
23949 frames in 5.0 seconds = 4789.609 FPS
23896 frames in 5.0 seconds = 4779.102 FPS
Колёсики крутяться.
Вот мой xorg.conf :
Код:

# File generated by XFdrake (rev 234840)


Section "Extensions"
    Option "Composite"
EndSection
# File generated by XFdrake (rev 234840)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # 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 "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru(winkeys)"
    Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "SyncMaster"
    HorizSync 30-81
    VertRefresh 56-75
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon X1300 and later"
    Driver "fglrx"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

Подскажите пожалуйста ,что не так. В Линуксе недавно и многие вещи мне непонятны.
Видеокарта Radeon X1650.

coolzero 24-09-2011 10:39 1759257

Там нужно поставить препоритарный драйвер для видеокарты. Он уже есть на оф.сайте


Время: 15:51.

Время: 15:51.
© OSzone.net 2001-