Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2017-12-10 23:15:16

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

ati radeon x600 + debian

Witam, poszukuję sterowników do karty graficznej radeon x600, na stronie producenta nie mogę odszukać a otwarte stery nie działają, proszę o pomoc;)

Ostatnio edytowany przez caq666 (2017-12-10 23:25:39)

Offline

 

#2  2017-12-11 00:58:00

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: ati radeon x600 + debian

Do takich antyków nie ma innych sterowników niż otwarte.

Co to znaczy „nie działają”? Jakieś szczegóły, logi?

Offline

 

#3  2017-12-11 01:09:56

  Renia - Użytkownik

Renia
Użytkownik
Zarejestrowany: 2014-08-29

Re: ati radeon x600 + debian

Otwarte sterowniki działają znakomicie z tą kartą, mam ją w jednym z komputerów z Debianem. Trzeba sobie tylko doinstalować pakiety xserver-xorg-video-radeon oraz libdrm-radeon1.

Offline

 

#4  2017-12-11 06:37:07

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

Re: ati radeon x600 + debian

a firmware-linux-nonfree tez? cos w xorg.conf zmieniasz?

Offline

 

#5  2017-12-11 07:25:46

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

Re: ati radeon x600 + debian

poza tym te pakiety co podałeś już mam a ekran dalej tnie i w glxgears max 20 klatek

Offline

 

#6  2017-12-11 14:11:57

  Renia - Użytkownik

Renia
Użytkownik
Zarejestrowany: 2014-08-29

Re: ati radeon x600 + debian

Skoro nick nic nie podpowiada to zaznaczę - podałam :)

Pakiet firmware-linux-nonfree w ogóle warto mieć, ale do radeona on chyba akurat nic nie ma. Sprawdź, czy masz te pakiety:

Kod:

apt-get install libegl1-mesa-drivers libgl1-mesa-glx libglapi-mesa libgles1-mesa libgles2-mesa libosmesa6 libxatracker2 mesa-vdpau-drivers \
libgl1-mesa-dri libva-drm1 libva1 libva-drm1 libva-egl1 libva-glx1 libva-tpi1 libva-x11-1 libgbm1 libgl1-mesa-dri libgles1-mesa libgles2-mesa libosmesa6 \
libdrm-radeon1 xserver-xorg-video-radeon

Ja sobie utworzyłam xorg.conf, ale bez niego też działa wszystko z automatu. Wklejam na wzór, do zapisu w /etc/X11/xorg.conf.d/20-radeon.conf
Tylko nie wklejaj na żywca, bo sekcja monitor i mysz dotyczy mojego sprzętu. Jak nie wiesz jak zmodyfikować to lepiej usuń te sekcje.

Kod:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice   "Mouse0" "CorePointer"
    InputDevice   "Keyboard0" "CoreKeyboard"
    Option           "Xinerama" "False"
    Option           "AIGLX"  "True"
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           "freetype"
    Load           "drm"
    Load           "dri3"
    Load           "extmod"
    Load           "vbe"
    Load           "int10"
    Load           "type1"
    Load           "ddc"
    Load           "GLcore"
    Load           "bitmap"
    Load           "record"
    Load           "dbe"
    Load           "ati"
    Load           "i2c"
    Load           "fbdev2"
    Load           "exa"
    Load           "i2c"
    Load           "ddc"
    Load           "vbe"
    Load           "int10"
    Load           "ddc"
    Load           "evdev"
    Load           "glx"
    Load           "fb"
    Load           "ramdac"
    Load           "fbdevhw"
    Load           "glamoregl"
EndSection

Section "ServerFlags"
    Option         "AutoAddDevices"      "True"
    Option         "DontZap"                  "False"
    Option         "AllowEmptyInput"      "Off"
    Option         "AIGLX"                      "on"
    Option         "AllowMouseOpenFail" "on"
    Option         "IgnoreABI"                 "on"
    Option         "ZapWarning"             "on"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"          "xorg"
    Option      "XkbModel"          "pc105"
    Option      "XkbLayout"         "pl"
    Option      "XkbOptions"        "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize        410   260    # mm
    Identifier               "Monitor0"
    VendorName        "LEN"
    ModelName        "L197 Wide"
    HorizSync                30.0 - 81.0
    VertRefresh        50.0 - 76.0
    Option            "DPMS"
    Option            "UseEDID" "False"
EndSection

Section "Device"
    Option      "ColorTiling"        "True"
    Option      "EnablePageFlip"    "On"
    Option      "NoAccel"            "False"
    Option      "RenderAccel"        "True"
    Option      "AccelMethod"        "sna"
    Option      "backingstore"        "True"
    Option      "SubPixelOrder"        "None"
    Option      "TVStandard"        "pal"
    Option      "SwapbuffersWait"    "False"
    Option      "MigrationHeuristic"    "Greedy"
    Option      "BackingStore"        "True"
    Option      "XAANoOffscreenPixmaps"    "True"
    Option      "TearFree        "    "On"
    Option    "ColorTiling" "on"
    Option    "ColorTiling2D" "on"
    Option    "ShadowPrimary" "on"
    Option    "EXAVSync" "yes"
    Identifier    "Card0"
    Driver    "radeon"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    Option     "EnablePageFlip"    "On"
    Option     "AccelDFS"          "On"
    Option     "TripleBuffer" "true"
    Option     "no GLXFBConfig for depth 32"
    Option     "AddARGBVisuals" "True"
    Option     "AddARGBGLXVisuals" "True"
    Option     "DisableGLXRootClipping" "true"
    Option     "AllowGLXWithComposite" "true"
    
    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" "Enable"
    Option    "RENDER"    "True"
    Option    "DAMAGE"    "True"
    Option    "XVideo"    "Enable"

EndSection

Section "DRI"
    Group    "video"
    Mode    0666
EndSection

Do tego mam zainstalowany compton, wrzycam jego konfig, do zapisania w kalatogu domowym /home/nazwa_usera/.config/compton.conf
Dopisać do uruchomienia przy starcie systemu, polecenie:

Kod:

compton --config /home/nazwa.usera/.config/compton.conf -b

Kod:

#################################
#
# Backend
#
#################################

# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
#backend = "glx";
backend = "xrender"

#################################
#
# GLX backend
#
#################################

#glx-no-stencil = true;

# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
# but a 20% increase when only 1/4 is.
# My tests on nouveau show terrible slowdown.
# Useful with --glx-swap-method, as well.
#glx-copy-from-front = false;

# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
# May break VSync and is not available on some drivers.
# Overrides --glx-copy-from-front.
# glx-use-copysubbuffermesa = true;

# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
# Recommended if it works.
# glx-no-rebind-pixmap = true;


# GLX backend: GLX buffer swap method we assume.
# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
# undefined is the slowest and the safest, and the default value.
# copy is fastest, but may fail on some drivers,
# 2-6 are gradually slower but safer (6 is still faster than 0).
# Usually, double buffer means 2, triple buffer means 3.
# buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
# Useless with --glx-use-copysubbuffermesa.
# Partially breaks --resize-damage.
# Defaults to undefined.
glx-swap-method = "undefined";

#################################
#
# Shadows
#
#################################

# Enabled client-side shadows on windows.
shadow = true;
# Don't draw shadows on DND windows.
no-dnd-shadow = true;
# Avoid drawing shadows on dock/panel windows.
no-dock-shadow = true;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
clear-shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
# The left offset for shadows. (default -15)
shadow-offset-x = -5;
# The top offset for shadows. (default -15)
shadow-offset-y = -5;
# The translucency for shadows. (default .75)
shadow-opacity = 0.5;

# Set if you want different colour shadows
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;

# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
shadow-exclude = [
    "! name~=''",
    "name = 'Notification'",
    "name = 'Plank'",
    "name = 'Docky'",
    "name = 'xfce4-notifyd'",
    "name *= 'VLC'",
    "name *= 'compton'",
    "name *= 'Chromium'",
    "name *= 'Chrome'",
    "name *= 'Firefox'",
    "name *= 'Tlen'",
    "name *= 'Thunderbird'",
    "name *= 'Smplayer'",
    "name *= 'Smplayer2'",
    "name *= 'Geany'",
    "name *= 'Transmission'",
    "name *= 'xfce-terminal'",
    "name *= 'Midori'",
    "name *= 'QjackCtl'",
    "name *= 'pavucontrol'",
    "name *= 'xfce4-mixer'",
    "name *= 'Audacious'",
    "name *= 'Synaptic'",
    "name *= 'galculator'",
    "name *= 'Zenmap'",
    "name *= 'xbmc'",
    "name *= 'mc'",
    "name *= 'acroread'",
    "name *= 'wine'",
    "class_g = 'Conky'",
    "class_g = 'Kupfer'",
    "class_g = 'Synapse'",
    "class_g ?= 'Notify-osd'",
    "class_g ?= 'Cairo-dock'",
    "class_g ?= 'Xfce4-notifyd'",
    "_GTK_FRAME_EXTENTS@:c"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
shadow-ignore-shaped = false;

#################################
#
# Opacity
#
#################################

menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
alpha-step = 0.06;

# Dim inactive windows. (0.0 - 1.0)
# inactive-dim = 0.2;
# Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
# blur-background = true;
# Blur background of opaque windows with transparent frames as well.
# blur-background-frame = true;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = false;
blur-background-exclude = [
    "window_type = 'dock'",
    "window_type = 'desktop'"
];

#################################
#
# Fading
#
#################################

# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;

# Specify a list of conditions of windows that should not be faded.
fade-exclude = [ ];

#################################
#
# Other
#
#################################

# Try to detect WM windows and mark them as active.
mark-wmwin-focused = true;
# Mark all non-WM but override-redirect windows active (e.g. menus).
mark-ovredir-focused = true;
# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
# Usually more reliable but depends on a EWMH-compliant WM.
use-ewmh-active-win = true;
# Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
detect-rounded-corners = true;

# Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
# This prevents opacity being ignored for some apps.
# For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
detect-client-opacity = true;

# Specify refresh rate of the screen.
# If not specified or 0, compton will try detecting this with X RandR extension.
refresh-rate = 0;

# Set VSync method. VSync methods currently available:
# none: No VSync
# drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
# opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
# opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
# (Note some VSync methods may not be enabled at compile time.)
vsync = "drm";

# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
dbe = false;
# Painting on X Composite overlay window. Recommended.
paint-on-overlay = true;

# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
# unless you wish to specify a lower refresh rate than the actual value.
# sw-opti = false;

# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.
# paint-on-overlay may make the flickering less obvious.
unredir-if-possible = true;

# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [ ];

# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
detect-transient = true;
# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
# WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
detect-client-leader = true;

#################################
#
# Window type settings
#
#################################

wintypes:
{
    tooltip =
    {
        # fade: Fade the particular type of windows.
        fade = true;
        # shadow: Give those windows shadow
        shadow = false;
        # opacity: Default opacity for the type of windows.
        opacity = 0.85;
        # focus: Whether to always consider windows of this type focused.
        focus = true;
    };
};
root@komp2:/home/dorotka/.config# ls
abiword    compton.conf  geany          gweled.saved-game  mc        mpv         pulse        smplayer2        user-dirs.dirs    xarchiver  xfce4-session
autostart  dconf     gtk-2.0      lxterminal     menus        pavucontrol.ini  ristretto  Thunar        user-dirs.locale  xfburn
chromium   galculator     gweled.conf  maxthon         mimeapps.list    plank         smplayer   Trolltech.conf  vlc              xfce4
root@komp2:/home/dorotka/.config# cat compton.conf
#################################
#
# Backend
#
#################################

# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
#backend = "glx";
backend = "xrender"

#################################
#
# GLX backend
#
#################################

#glx-no-stencil = true;

# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
# but a 20% increase when only 1/4 is.
# My tests on nouveau show terrible slowdown.
# Useful with --glx-swap-method, as well.
#glx-copy-from-front = false;

# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
# May break VSync and is not available on some drivers.
# Overrides --glx-copy-from-front.
# glx-use-copysubbuffermesa = true;

# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
# Recommended if it works.
# glx-no-rebind-pixmap = true;


# GLX backend: GLX buffer swap method we assume.
# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
# undefined is the slowest and the safest, and the default value.
# copy is fastest, but may fail on some drivers,
# 2-6 are gradually slower but safer (6 is still faster than 0).
# Usually, double buffer means 2, triple buffer means 3.
# buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
# Useless with --glx-use-copysubbuffermesa.
# Partially breaks --resize-damage.
# Defaults to undefined.
glx-swap-method = "undefined";

#################################
#
# Shadows
#
#################################

# Enabled client-side shadows on windows.
shadow = true;
# Don't draw shadows on DND windows.
no-dnd-shadow = true;
# Avoid drawing shadows on dock/panel windows.
no-dock-shadow = true;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
clear-shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
# The left offset for shadows. (default -15)
shadow-offset-x = -5;
# The top offset for shadows. (default -15)
shadow-offset-y = -5;
# The translucency for shadows. (default .75)
shadow-opacity = 0.5;

# Set if you want different colour shadows
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;

# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
shadow-exclude = [
    "! name~=''",
    "name = 'Notification'",
    "name = 'Plank'",
    "name = 'Docky'",
    "name = 'xfce4-notifyd'",
    "name *= 'VLC'",
    "name *= 'compton'",
    "name *= 'Chromium'",
    "name *= 'Chrome'",
    "name *= 'Firefox'",
    "name *= 'Tlen'",
    "name *= 'Thunderbird'",
    "name *= 'Smplayer'",
    "name *= 'Smplayer2'",
    "name *= 'Geany'",
    "name *= 'Transmission'",
    "name *= 'xfce-terminal'",
    "name *= 'Midori'",
    "name *= 'QjackCtl'",
    "name *= 'pavucontrol'",
    "name *= 'xfce4-mixer'",
    "name *= 'Audacious'",
    "name *= 'Synaptic'",
    "name *= 'galculator'",
    "name *= 'Zenmap'",
    "name *= 'xbmc'",
    "name *= 'mc'",
    "name *= 'acroread'",
    "name *= 'wine'",
    "class_g = 'Conky'",
    "class_g = 'Kupfer'",
    "class_g = 'Synapse'",
    "class_g ?= 'Notify-osd'",
    "class_g ?= 'Cairo-dock'",
    "class_g ?= 'Xfce4-notifyd'",
    "_GTK_FRAME_EXTENTS@:c"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
shadow-ignore-shaped = false;

#################################
#
# Opacity
#
#################################

menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
alpha-step = 0.06;

# Dim inactive windows. (0.0 - 1.0)
# inactive-dim = 0.2;
# Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
# blur-background = true;
# Blur background of opaque windows with transparent frames as well.
# blur-background-frame = true;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = false;
blur-background-exclude = [
    "window_type = 'dock'",
    "window_type = 'desktop'"
];

#################################
#
# Fading
#
#################################

# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;

# Specify a list of conditions of windows that should not be faded.
fade-exclude = [ ];

#################################
#
# Other
#
#################################

# Try to detect WM windows and mark them as active.
mark-wmwin-focused = true;
# Mark all non-WM but override-redirect windows active (e.g. menus).
mark-ovredir-focused = true;
# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
# Usually more reliable but depends on a EWMH-compliant WM.
use-ewmh-active-win = true;
# Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
detect-rounded-corners = true;

# Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
# This prevents opacity being ignored for some apps.
# For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
detect-client-opacity = true;

# Specify refresh rate of the screen.
# If not specified or 0, compton will try detecting this with X RandR extension.
refresh-rate = 0;

# Set VSync method. VSync methods currently available:
# none: No VSync
# drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
# opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
# opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
# (Note some VSync methods may not be enabled at compile time.)
vsync = "drm";

# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
dbe = false;
# Painting on X Composite overlay window. Recommended.
paint-on-overlay = true;

# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
# unless you wish to specify a lower refresh rate than the actual value.
# sw-opti = false;

# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.
# paint-on-overlay may make the flickering less obvious.
unredir-if-possible = true;

# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [ ];

# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
detect-transient = true;
# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
# WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
detect-client-leader = true;

#################################
#
# Window type settings
#
#################################

wintypes:
{
    tooltip =
    {
        # fade: Fade the particular type of windows.
        fade = true;
        # shadow: Give those windows shadow
        shadow = false;
        # opacity: Default opacity for the type of windows.
        opacity = 0.85;
        # focus: Whether to always consider windows of this type focused.
        focus = true;
    };
};

Offline

 

#7  2017-12-11 15:03:23

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

Re: ati radeon x600 + debian

siema Piękna i dzięki, ale co bym nie zrobił wywala mi

Kod:

AIGLX: Suspending AIGLX for VT switch

Offline

 

#8  2017-12-11 15:21:34

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

Re: ati radeon x600 + debian

może tak po zainstalowaniu Twoich pakietów które podałaś wyżej zrobiłem

Kod:

X -configure

log

Kod:

[  1400.568] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[  1400.582] X Protocol Version 11, Revision 0
[  1400.587] Build Operating System: Linux 4.9.0-4-amd64 i686 Debian
[  1400.592] Current Operating System: Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.51-2 (2017-12-03) i686
[  1400.592] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-686-pae root=UUID=ef3b29e3-e61e-4fd0-b612-34788a5574d3 ro quiet
[  1400.603] Build Date: 16 October 2017  08:08:13AM
[  1400.609] xorg-server 2:1.16.4-1+deb8u2 (http://www.debian.org/support) 
[  1400.614] Current version of pixman: 0.32.6
[  1400.626]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  1400.626] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1400.650] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 11 16:16:50 2017
[  1400.657] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1400.657] (==) No Layout section.  Using the first Screen section.
[  1400.657] (==) No screen section available. Using defaults.
[  1400.657] (**) |-->Screen "Default Screen Section" (0)
[  1400.657] (**) |   |-->Monitor "<default monitor>"
[  1400.658] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  1400.658] (==) Automatically adding devices
[  1400.658] (==) Automatically enabling devices
[  1400.658] (==) Automatically adding GPU devices
[  1400.658] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1400.658]     Entry deleted from font path.
[  1400.658] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[  1400.658] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1400.658] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1400.658] (II) Loader magic: 0x736700
[  1400.658] (II) Module ABI versions:
[  1400.658]     X.Org ANSI C Emulation: 0.4
[  1400.658]     X.Org Video Driver: 18.0
[  1400.658]     X.Org XInput driver : 21.0
[  1400.658]     X.Org Server Extension : 8.0
[  1400.659] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1400.662] (--) PCI:*(0:1:0:0) 1002:3150:1014:058e rev 0, Mem @ 0xc8000000/134217728, 0xb0100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[  1400.662] (II) LoadModule: "glx"
[  1400.663] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1400.666] (II) Module glx: vendor="X.Org Foundation"
[  1400.666]     compiled for 1.16.4, module version = 1.0.0
[  1400.666]     ABI class: X.Org Server Extension, version 8.0
[  1400.666] (==) AIGLX enabled
[  1400.666] (==) Matched ati as autoconfigured driver 0
[  1400.666] (==) Matched ati as autoconfigured driver 1
[  1400.666] (==) Matched modesetting as autoconfigured driver 2
[  1400.666] (==) Matched fbdev as autoconfigured driver 3
[  1400.666] (==) Matched vesa as autoconfigured driver 4
[  1400.666] (==) Assigned the driver to the xf86ConfigLayout
[  1400.666] (II) LoadModule: "ati"
[  1400.666] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  1400.666] (II) Module ati: vendor="X.Org Foundation"
[  1400.667]     compiled for 1.16.1, module version = 7.5.0
[  1400.667]     Module class: X.Org Video Driver
[  1400.667]     ABI class: X.Org Video Driver, version 18.0
[  1400.667] (II) LoadModule: "radeon"
[  1400.667] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  1400.668] (II) Module radeon: vendor="X.Org Foundation"
[  1400.668]     compiled for 1.16.1, module version = 7.5.0
[  1400.668]     Module class: X.Org Video Driver
[  1400.668]     ABI class: X.Org Video Driver, version 18.0
[  1400.668] (II) LoadModule: "modesetting"
[  1400.668] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1400.668] (II) Module modesetting: vendor="X.Org Foundation"
[  1400.668]     compiled for 1.16.4, module version = 0.9.0
[  1400.668]     Module class: X.Org Video Driver
[  1400.668]     ABI class: X.Org Video Driver, version 18.0
[  1400.668] (II) LoadModule: "fbdev"
[  1400.669] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1400.669] (II) Module fbdev: vendor="X.Org Foundation"
[  1400.669]     compiled for 1.15.99.904, module version = 0.4.4
[  1400.669]     Module class: X.Org Video Driver
[  1400.669]     ABI class: X.Org Video Driver, version 18.0
[  1400.669] (II) LoadModule: "vesa"
[  1400.669] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1400.670] (II) Module vesa: vendor="X.Org Foundation"
[  1400.670]     compiled for 1.15.99.904, module version = 2.3.3
[  1400.670]     Module class: X.Org Video Driver
[  1400.670]     ABI class: X.Org Video Driver, version 18.0
[  1400.670] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[  1400.683] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1400.683] (II) FBDEV: driver for framebuffer: fbdev
[  1400.683] (II) VESA: driver for VESA chipsets: vesa
[  1400.683] (++) using VT number 1

[  1400.683] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  1400.683] (II) [KMS] Kernel modesetting enabled.
[  1400.683] (WW) Falling back to old probe method for modesetting
[  1400.683] (WW) Falling back to old probe method for fbdev
[  1400.683] (II) Loading sub module "fbdevhw"
[  1400.683] (II) LoadModule: "fbdevhw"
[  1400.684] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1400.684] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1400.684]     compiled for 1.16.4, module version = 0.0.2
[  1400.684]     ABI class: X.Org Video Driver, version 18.0
[  1400.684] (WW) Falling back to old probe method for vesa
[  1400.684] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[  1400.684] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  1400.684] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1400.685] (==) RADEON(0): Default visual is TrueColor
[  1400.685] (==) RADEON(0): RGB weight 888
[  1400.685] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  1400.685] (--) RADEON(0): Chipset: "ATI Radeon Mobility X600 (M24) 3150 (PCIE)" (ChipID = 0x3150)
[  1400.685] (II) Loading sub module "dri2"
[  1400.685] (II) LoadModule: "dri2"
[  1400.685] (II) Module "dri2" already built-in
[  1400.685] (II) Loading sub module "exa"
[  1400.685] (II) LoadModule: "exa"
[  1400.685] (II) Loading /usr/lib/xorg/modules/libexa.so
[  1400.686] (II) Module exa: vendor="X.Org Foundation"
[  1400.686]     compiled for 1.16.4, module version = 2.6.0
[  1400.686]     ABI class: X.Org Video Driver, version 18.0
[  1400.686] (II) RADEON(0): KMS Color Tiling: enabled
[  1400.686] (II) RADEON(0): KMS Color Tiling 2D: disabled
[  1400.686] (II) RADEON(0): KMS Pageflipping: enabled
[  1400.686] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  1400.692] (II) RADEON(0): Output VGA-0 has no monitor section
[  1400.698] (II) RADEON(0): Output DVI-0 has no monitor section
[  1400.699] (II) RADEON(0): Output LVDS has no monitor section
[  1400.718] (II) RADEON(0): Output S-video has no monitor section
[  1400.725] (II) RADEON(0): EDID for output VGA-0
[  1400.731] (II) RADEON(0): EDID for output DVI-0
[  1400.731] (II) RADEON(0): EDID for output LVDS
[  1400.731] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[  1400.731] (II) RADEON(0): Year: 2005  Week: 0
[  1400.731] (II) RADEON(0): EDID Version: 1.3
[  1400.731] (II) RADEON(0): Digital Display Input
[  1400.731] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[  1400.731] (II) RADEON(0): Gamma: 2.20
[  1400.731] (II) RADEON(0): No DPMS capabilities specified
[  1400.731] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1400.731] (II) RADEON(0): First detailed timing is preferred mode
[  1400.731] (II) RADEON(0): redX: 0.596 redY: 0.347   greenX: 0.335 greenY: 0.543
[  1400.731] (II) RADEON(0): blueX: 0.158 blueY: 0.143   whiteX: 0.313 whiteY: 0.329
[  1400.731] (II) RADEON(0): Manufacturer's mask: 0
[  1400.732] (II) RADEON(0): Supported detailed timing:
[  1400.732] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[  1400.732] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[  1400.732] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[  1400.732] (II) RADEON(0): Supported detailed timing:
[  1400.732] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[  1400.732] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[  1400.732] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[  1400.732] (II) RADEON(0): Unknown vendor-specific block f
[  1400.732] (II) RADEON(0):  LP154W02-TL06
[  1400.732] (II) RADEON(0): EDID (in hex):
[  1400.732] (II) RADEON(0):     00ffffffffffff00244d872800000000
[  1400.732] (II) RADEON(0):     000f0103802115780abca59858558b28
[  1400.732] (II) RADEON(0):     24505400000001010101010101010101
[  1400.732] (II) RADEON(0):     010101010101a82f90e0601a10402040
[  1400.732] (II) RADEON(0):     13004bcf10000019b72790e0601a1040
[  1400.732] (II) RADEON(0):     204013004bcf100000190000000f00b3
[  1400.732] (II) RADEON(0):     0a32b30a28140100320c0000000000fe
[  1400.732] (II) RADEON(0):     004c503135345730322d544c3036007f
[  1400.732] (II) RADEON(0): Printing probed modes for output LVDS
[  1400.732] (II) RADEON(0): Modeline "1680x1050"x60.1  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz eP)
[  1400.732] (II) RADEON(0): Modeline "1680x1050"x50.1  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz e)
[  1400.732] (II) RADEON(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[  1400.732] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[  1400.732] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1400.732] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[  1400.732] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[  1400.732] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[  1400.732] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[  1400.732] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[  1400.733] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[  1400.733] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[  1400.733] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[  1400.733] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[  1400.733] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[  1400.753] (II) RADEON(0): EDID for output S-video
[  1400.753] (II) RADEON(0): Output VGA-0 disconnected
[  1400.753] (II) RADEON(0): Output DVI-0 disconnected
[  1400.753] (II) RADEON(0): Output LVDS connected
[  1400.753] (II) RADEON(0): Output S-video disconnected
[  1400.753] (II) RADEON(0): Using exact sizes for initial modes
[  1400.753] (II) RADEON(0): Output LVDS using initial mode 1680x1050
[  1400.753] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1400.753] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7905000
[  1400.753] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[  1400.753] (==) RADEON(0): DPI set to (96, 96)
[  1400.753] (II) Loading sub module "fb"
[  1400.753] (II) LoadModule: "fb"
[  1400.753] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1400.754] (II) Module fb: vendor="X.Org Foundation"
[  1400.754]     compiled for 1.16.4, module version = 1.0.0
[  1400.754]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1400.754] (II) Loading sub module "ramdac"
[  1400.754] (II) LoadModule: "ramdac"
[  1400.754] (II) Module "ramdac" already built-in
[  1400.754] (II) UnloadModule: "modesetting"
[  1400.754] (II) Unloading modesetting
[  1400.754] (II) UnloadModule: "fbdev"
[  1400.754] (II) Unloading fbdev
[  1400.754] (II) UnloadSubModule: "fbdevhw"
[  1400.754] (II) Unloading fbdevhw
[  1400.754] (II) UnloadModule: "vesa"
[  1400.754] (II) Unloading vesa
[  1400.754] (--) Depth 24 pixmap format is 32 bpp
[  1400.754] (II) RADEON(0): [DRI2] Setup complete
[  1400.754] (II) RADEON(0): [DRI2]   DRI driver: r300
[  1400.754] (II) RADEON(0): [DRI2]   VDPAU driver: r300
[  1400.755] (II) RADEON(0): Front buffer size: 7128K
[  1400.755] (II) RADEON(0): VRAM usage limit set to 105087K
[  1400.755] (==) RADEON(0): Backing store enabled
[  1400.755] (II) RADEON(0): Direct rendering enabled
[  1400.755] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[  1400.755] (II) EXA(0): Driver allocated offscreen pixmaps
[  1400.755] (II) EXA(0): Driver registered support for the following operations:
[  1400.755] (II)         Solid
[  1400.755] (II)         Copy
[  1400.755] (II)         Composite (RENDER acceleration)
[  1400.755] (II)         UploadToScreen
[  1400.755] (II)         DownloadFromScreen
[  1400.755] (II) RADEON(0): Acceleration enabled
[  1400.755] (==) RADEON(0): DPMS enabled
[  1400.755] (==) RADEON(0): Silken mouse enabled
[  1400.755] (II) RADEON(0): Set up textured video
[  1400.755] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[  1400.755] (II) RADEON(0): [XvMC] Extension initialized.
[  1400.755] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1400.756] (--) RandR disabled
[  1400.783] (II) SELinux: Disabled on system
[  1400.818] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1400.818] (II) AIGLX: enabled GLX_ARB_create_context
[  1400.818] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  1400.818] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  1400.818] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1400.818] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1400.818] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  1400.818] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  1400.818] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1400.820] (II) AIGLX: Loaded and initialized r300
[  1400.820] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1400.822] (II) RADEON(0): Setting screen physical size to 444 x 277
[  1400.938] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  1400.938] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1400.938] (II) LoadModule: "evdev"
[  1400.938] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1400.939] (II) Module evdev: vendor="X.Org Foundation"
[  1400.939]     compiled for 1.16.0, module version = 2.9.0
[  1400.939]     Module class: X.Org XInput Driver
[  1400.939]     ABI class: X.Org XInput driver, version 21.0
[  1400.939] (II) Using input driver 'evdev' for 'Power Button'
[  1400.939] (**) Power Button: always reports core events
[  1400.939] (**) evdev: Power Button: Device: "/dev/input/event5"
[  1400.940] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1400.940] (--) evdev: Power Button: Found keys
[  1400.940] (II) evdev: Power Button: Configuring as keyboard
[  1400.940] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[  1400.940] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1400.940] (**) Option "xkb_rules" "evdev"
[  1400.940] (**) Option "xkb_model" "pc105"
[  1400.940] (**) Option "xkb_layout" "pl"
[  1400.998] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1400.999] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1400.999] (II) Using input driver 'evdev' for 'Video Bus'
[  1400.999] (**) Video Bus: always reports core events
[  1400.999] (**) evdev: Video Bus: Device: "/dev/input/event6"
[  1400.999] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1400.999] (--) evdev: Video Bus: Found keys
[  1400.999] (II) evdev: Video Bus: Configuring as keyboard
[  1400.999] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input8/event6"
[  1400.999] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1400.999] (**) Option "xkb_rules" "evdev"
[  1400.999] (**) Option "xkb_model" "pc105"
[  1400.999] (**) Option "xkb_layout" "pl"
[  1401.000] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  1401.001] (II) No input driver specified, ignoring this device.
[  1401.001] (II) This device may have been added with another device file.
[  1401.001] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[  1401.001] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1401.001] (II) Using input driver 'evdev' for 'Sleep Button'
[  1401.001] (**) Sleep Button: always reports core events
[  1401.001] (**) evdev: Sleep Button: Device: "/dev/input/event4"
[  1401.002] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  1401.002] (--) evdev: Sleep Button: Found keys
[  1401.002] (II) evdev: Sleep Button: Configuring as keyboard
[  1401.002] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event4"
[  1401.002] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  1401.002] (**) Option "xkb_rules" "evdev"
[  1401.002] (**) Option "xkb_model" "pc105"
[  1401.002] (**) Option "xkb_layout" "pl"
[  1401.004] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[  1401.004] (II) No input driver specified, ignoring this device.
[  1401.004] (II) This device may have been added with another device file.
[  1401.005] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event10)
[  1401.005] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[  1401.005] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[  1401.005] (**) Logitech USB Receiver: always reports core events
[  1401.005] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event10"
[  1401.005] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[  1401.005] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[  1401.005] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[  1401.005] (--) evdev: Logitech USB Receiver: Found relative axes
[  1401.005] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[  1401.005] (II) evdev: Logitech USB Receiver: Configuring as mouse
[  1401.005] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[  1401.005] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[  1401.005] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1401.006] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:046D:C52F.0001/input/input11/event10"
[  1401.006] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[  1401.006] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[  1401.006] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[  1401.006] (**) Logitech USB Receiver: (accel) acceleration profile 0
[  1401.006] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  1401.006] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  1401.007] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse2)
[  1401.007] (II) No input driver specified, ignoring this device.
[  1401.007] (II) This device may have been added with another device file.
[  1401.008] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event11)
[  1401.008] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[  1401.008] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[  1401.008] (**) Logitech USB Receiver: always reports core events
[  1401.008] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event11"
[  1401.009] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[  1401.009] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[  1401.009] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[  1401.009] (--) evdev: Logitech USB Receiver: Found relative axes
[  1401.009] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[  1401.009] (--) evdev: Logitech USB Receiver: Found absolute axes
[  1401.009] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[  1401.009] (--) evdev: Logitech USB Receiver: Found keys
[  1401.009] (II) evdev: Logitech USB Receiver: Configuring as mouse
[  1401.009] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[  1401.009] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[  1401.009] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[  1401.009] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1401.009] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/0003:046D:C52F.0002/input/input12/event11"
[  1401.009] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
[  1401.009] (**) Option "xkb_rules" "evdev"
[  1401.009] (**) Option "xkb_model" "pc105"
[  1401.009] (**) Option "xkb_layout" "pl"
[  1401.010] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[  1401.010] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[  1401.010] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[  1401.010] (**) Logitech USB Receiver: (accel) acceleration profile 0
[  1401.010] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  1401.010] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  1401.011] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1401.011] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1401.011] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1401.011] (**) AT Translated Set 2 keyboard: always reports core events
[  1401.011] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1401.011] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  1401.012] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1401.012] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  1401.012] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1401.012] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[  1401.012] (**) Option "xkb_rules" "evdev"
[  1401.012] (**) Option "xkb_model" "pc105"
[  1401.012] (**) Option "xkb_layout" "pl"
[  1401.013] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[  1401.013] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  1401.013] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1401.013] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  1401.013] (II) LoadModule: "synaptics"
[  1401.014] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1401.014] (II) Module synaptics: vendor="X.Org Foundation"
[  1401.014]     compiled for 1.16.0.901, module version = 1.8.99
[  1401.014]     Module class: X.Org XInput Driver
[  1401.014]     ABI class: X.Org XInput driver, version 21.0
[  1401.014] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  1401.014] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1401.014] (**) Option "Device" "/dev/input/event1"
[  1401.014] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 93)
[  1401.014] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 125)
[  1401.014] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1401.015] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  1401.015] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  1401.015] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  1401.015] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1401.015] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1401.015] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[  1401.015] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[  1401.015] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  1401.015] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[  1401.015] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[  1401.016] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1401.016] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1401.016] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1401.016] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1401.016] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1401.016] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1401.017] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  1401.017] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event2)
[  1401.017] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[  1401.017] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[  1401.017] (**) TPPS/2 IBM TrackPoint: always reports core events
[  1401.017] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event2"
[  1401.018] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[  1401.018] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[  1401.018] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[  1401.018] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[  1401.018] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[  1401.018] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[  1401.018] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1401.018] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input3/event2"
[  1401.018] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[  1401.018] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[  1401.018] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[  1401.018] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[  1401.018] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  1401.018] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  1401.019] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[  1401.019] (II) No input driver specified, ignoring this device.
[  1401.019] (II) This device may have been added with another device file.
[  1401.020] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  1401.020] (II) No input driver specified, ignoring this device.
[  1401.020] (II) This device may have been added with another device file.
[  1401.021] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[  1401.021] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[  1401.021] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[  1401.021] (**) ThinkPad Extra Buttons: always reports core events
[  1401.021] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event7"
[  1401.022] (--) evdev: ThinkPad Extra Buttons: Vendor 0x1014 Product 0x5054
[  1401.022] (--) evdev: ThinkPad Extra Buttons: Found keys
[  1401.022] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[  1401.022] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event7"
[  1401.022] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[  1401.022] (**) Option "xkb_rules" "evdev"
[  1401.022] (**) Option "xkb_model" "pc105"
[  1401.022] (**) Option "xkb_layout" "pl"

Ostatnio edytowany przez caq666 (2017-12-11 15:22:10)

Offline

 

#9  2017-12-12 22:09:31

  Pavlo950 - człowiek pasjonat :D

Pavlo950
człowiek pasjonat :D
Zarejestrowany: 2012-02-20
Serwis

Re: ati radeon x600 + debian

Na tej karcie, z tego co pamiętam, to idealnie działały stery otwarte i chyba niezbyt wiele było trza kombinować. Kiedyś do tych kart były fglrx'y, ale one od jakiegoś czasu nie są wspierane.

Offline

 

#10  2017-12-12 23:40:26

  Renia - Użytkownik

Renia
Użytkownik
Zarejestrowany: 2014-08-29

Re: ati radeon x600 + debian

Jak ma tylko wyświetlać obraz to nic nie trzeba robić specjalnego, ale jak chce się w coś pograć  i ogladać filmy trzeba zrobić sobie xorg.conf i jeszcze parę kosmetycznych rzeczy.

Ostatnio edytowany przez Renia (2017-12-12 23:41:12)

Offline

 

#11  2017-12-12 23:44:35

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

Re: ati radeon x600 + debian

to Renia pomóż mi bo widzisz jakie głupoty mi wyskakują jak próbuje utworzyć xorg.conf

Offline

 

#12  2017-12-13 00:13:06

  Renia - Użytkownik

Renia
Użytkownik
Zarejestrowany: 2014-08-29

Re: ati radeon x600 + debian

Robię co mogę, ale ciężko coś doradzić.

Zacznij od uproszczonej wersji 20-radeon.conf - po prostu wklej zawartość.

Kod:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Xinerama" "False"
EndSection


Section "ServerFlags"
  # Uncomment the following option to reenable kbd/mouse driver input sections. 
  # Otherwise evdev driver is used. 
  # Option         "AutoAddDevices"     "off"
    Option         "AutoAddDevices"     "True"
    Option         "DontZap"            "False"
    Option         "AllowEmptyInput"    "Off"
#    Option         "AIGLX"              "on"
    Option         "AllowMouseOpenFail" "on"
    Option         "IgnoreABI"          "on"
    Option         "ZapWarning"         "on"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"          "xorg"
    Option      "XkbModel"          "pc105"
    Option      "XkbLayout"         "pl"
    Option      "XkbOptions"        "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection


Section "Device"
    Option      "ColorTiling"        "True"
    Option      "EnablePageFlip"        "On"
    Option      "NoAccel"            "False"
    #Option      "DepthBits"        "24"
    Option      "RenderAccel"        "True"
    Option      "AccelMethod"        "XAA"
    Option      "backingstore"        "True"
    Option      "TearFree        "    "On"
    Identifier    "Card0"
    Driver        "radeon"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    
    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"    "Enable"
    Option    "RENDER"    "True"
    Option    "DAMAGE"    "True"
    Option    "XVideo"    "Enable"

EndSection

Section "DRI"
    Group            "video"
    Mode            0666
EndSection

Na razie bez comptona.

Edit:
Jeszcze rzuciałam okiem na ustawienia Gruba i w /etc/default/grub w linii GRUB_CMDLINE_LINUX_DEFAULT= mam tak:

Kod:

GRUB_CMDLINE_LINUX_DEFAULT="GRUB_CMDLINE_LINUX_DEFAULT=splash acpi_osi=Linux acpi_enforce_resources=lax acpi_osi=Linux radeon.dpm=1 radeon.modeset=1"

Po zmianach zrób w konsoli:

Kod:

su
update-grub

Po tym restart komputera.


W ogóle co to za sprzęt? Jakieś HP? Podaj model. Najlepiej wyniki z poleceń:

Kod:

su
uname -a
lspci -v
xrandr
lsusb

Z tego co jeszcze mi się przypomniało to trzeba dodać swojego usera do grupy video:

Kod:

su
gpasswd -a nazwa_usera video

Ostatnio edytowany przez Renia (2017-12-13 01:03:33)

Offline

 

#13  2017-12-13 09:42:27

  caq666 - Użytkownik

caq666
Użytkownik
Zarejestrowany: 2015-07-16

Re: ati radeon x600 + debian

to może od początku, mam komputer IBM ThinkPad Z60m z zainstalowanym systemem Debian Jessie x86. Xorg oraz dodatkowe pakiety jakie zostały zainstalowane to:

Firmware

Kod:

firmware-linux-non-free firmware-ipw2x00

Xorg

Kod:

xserver-xorg xserver-xorg-core xinit xterm mesa-utils

WM

Kod:

openbox

Dźwięk

Kod:

alsa-base alsa-utils

Programy

Kod:

mc moc vlc chromium chromium-l10n

i to wszystko.

Ekran tnie, gdy jestem w X'ach np. jak rozciągam okno przeglądarki.

Wyniki poleceń:

Kod:

#uname -a
 
Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.51-2 (2017-12-03) i686 GNU/Linux

Kod:

#lspci -v

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
    Subsystem: IBM ThinkPad Z60t
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=09 <?>

00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: b0100000-b01fffff
    Prefetchable memory behind bridge: c8000000-cfffffff
    Capabilities: [88] Subsystem: IBM Device 0578
    Capabilities: [80] Power Management version 2
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [a0] Express Root Port (Slot+), MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [140] Root Complex Link
    Kernel driver in use: pcieport

00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
    Subsystem: IBM ThinkPad Z60t
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at b0000000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [130] Root Complex Link
    Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: b0200000-b02fffff
    Prefetchable memory behind bridge: 0000000080000000-00000000801fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: IBM Device 05b8
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=03, subordinate=0a, sec-latency=0
    I/O behind bridge: 00003000-00004fff
    Memory behind bridge: b2000000-b3ffffff
    Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: IBM Device 05b8
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport

00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=0b, subordinate=12, sec-latency=0
    I/O behind bridge: 00005000-00006fff
    Memory behind bridge: b4000000-b5ffffff
    Prefetchable memory behind bridge: 00000000d0100000-00000000d01fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: IBM Device 05b8
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=13, subordinate=13, sec-latency=0
    I/O behind bridge: 00007000-00008fff
    Memory behind bridge: b6000000-b7ffffff
    Prefetchable memory behind bridge: 00000000d0200000-00000000d02fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: IBM Device 05b8
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
    Subsystem: IBM Device 0565
    Flags: bus master, medium devsel, latency 0, IRQ 16
    I/O ports at 1800 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
    Subsystem: IBM Device 0565
    Flags: bus master, medium devsel, latency 0, IRQ 17
    I/O ports at 1820 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
    Subsystem: IBM Device 0565
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at 1840 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
    Subsystem: IBM Device 0565
    Flags: bus master, medium devsel, latency 0, IRQ 19
    I/O ports at 1860 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
    Subsystem: IBM Device 0566
    Flags: bus master, medium devsel, latency 0, IRQ 19
    Memory at b0004000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=14, subordinate=17, sec-latency=64
    I/O behind bridge: 00009000-0000cfff
    Memory behind bridge: b8000000-c00fffff
    Prefetchable memory behind bridge: 00000000d8000000-00000000dfffffff
    Capabilities: [50] Subsystem: Device 0000:0000

00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
    Subsystem: IBM Device 0568
    Flags: bus master, medium devsel, latency 0
    Kernel driver in use: lpc_ich

00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) (prog-if 80 [Master])
    Subsystem: IBM Device 056a
    Flags: bus master, 66MHz, medium devsel, latency 0
    I/O ports at 01f0 [size=8]
    I/O ports at 03f4
    I/O ports at 0170 [size=8]
    I/O ports at 0374
    I/O ports at 1880 [size=16]
    Capabilities: [70] Power Management version 2
    Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
    Subsystem: IBM Device 056b
    Flags: medium devsel, IRQ 23
    I/O ports at 18a0 [size=32]
    Kernel driver in use: i801_smbus

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV380/M24 [Mobility Radeon X600] (prog-if 00 [VGA controller])
    Subsystem: IBM Device 058e
    Flags: bus master, fast devsel, latency 0, IRQ 46
    Memory at c8000000 (32-bit, prefetchable) [size=128M]
    I/O ports at 2000 [size=256]
    Memory at b0100000 (32-bit, non-prefetchable) [size=64K]
    [virtual] Expansion ROM at b0120000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Express Endpoint, MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Advanced Error Reporting
    Kernel driver in use: radeon

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
    Subsystem: IBM ThinkPad Z60t
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at b0200000 (64-bit, non-prefetchable) [size=64K]
    Expansion ROM at <ignored> [disabled]
    Capabilities: [48] Power Management version 2
    Capabilities: [50] Vital Product Data
    Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Kernel driver in use: tg3

14:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
    Subsystem: IBM ThinkPad Z60t
    Physical Slot: 1-1
    Flags: bus master, medium devsel, latency 168, IRQ 16
    Memory at c0000000 (32-bit, non-prefetchable) [size=4K]
    Bus: primary=14, secondary=15, subordinate=16, sec-latency=176
    Memory window 0: b8000000-bbffffff (prefetchable)
    Memory window 1: bc000000-bfffffff
    I/O window 0: 00009000-000090ff
    I/O window 1: 00009400-000094ff
    16-bit legacy interface ports at 0001
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: yenta_cardbus

14:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08) (prog-if 10 [OHCI])
    Subsystem: IBM ThinkPad A/T/X Series
    Physical Slot: 1-1
    Flags: bus master, medium devsel, latency 64, IRQ 17
    Memory at c0001000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: firewire_ohci

14:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
    Subsystem: IBM ThinkPad Z60m
    Physical Slot: 1-1
    Flags: bus master, medium devsel, latency 64, IRQ 18
    Memory at c0001800 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Kernel driver in use: sdhci-pci

14:00.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08)
    Subsystem: IBM Device 0596
    Physical Slot: 1-1
    Flags: medium devsel, IRQ 18
    Memory at c0001c00 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Kernel driver in use: r592

14:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05)
    Subsystem: Intel Corporation Device 1011
    Flags: bus master, medium devsel, latency 64, IRQ 21
    Memory at c0002000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: ipw2200

Kod:

#xrandr

Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 4096 x 4096
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)
LVDS connected 1680x1050+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
   1680x1050     60.11*+  50.09  
   1400x1050     59.98  
   1280x1024     59.89  
   1440x900      59.89  
   1280x960      59.94  
   1280x854      59.89  
   1280x800      59.81  
   1280x720      59.86  
   1152x768      59.78  
   1024x768      59.92  
   800x600       59.86  
   848x480       59.66  
   720x480       59.71  
   640x480       59.38  
S-video disconnected (normal left inverted right x axis y axis)

Kod:

#lsusb

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 0483:2016 STMicroelectronics Fingerprint Reader
Bus 004 Device 004: ID 0a5c:2110 Broadcom Corp. BCM2045B (BDC-2) [Bluetooth Controller]
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Kod:

#Xorg -configure

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     "built-ins"
EndSection

Section "Module"
    Load  "glx"
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"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                  # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "ColorTiling"            # [<bool>]
        #Option     "ColorTiling2D"          # [<bool>]
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "AccelMethod"            # <str>
        #Option     "EXAVSync"               # [<bool>]
        #Option     "EXAPixmaps"             # [<bool>]
        #Option     "ZaphodHeads"            # <str>
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "SwapbuffersWait"        # [<bool>]
    Identifier  "Card0"
    Driver      "radeon"
    BusID       "PCI:1: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

oraz log z tego poniżej:

Kod:

[    42.466] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[    42.466] X Protocol Version 11, Revision 0
[    42.466] Build Operating System: Linux 4.9.0-4-amd64 i686 Debian
[    42.466] Current Operating System: Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.51-2 (2017-12-03) i686
[    42.466] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-686-pae root=UUID=e8b134b8-adbb-4f7b-b113-851f0c0b4ce2 ro quiet
[    42.467] Build Date: 16 October 2017  08:08:13AM
[    42.467] xorg-server 2:1.16.4-1+deb8u2 (http://www.debian.org/support) 
[    42.467] Current version of pixman: 0.32.6
[    42.467]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    42.467] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    42.468] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 13 09:17:05 2017
[    42.468] (II) Loader magic: 0x711700
[    42.468] (II) Module ABI versions:
[    42.468]     X.Org ANSI C Emulation: 0.4
[    42.468]     X.Org Video Driver: 18.0
[    42.468]     X.Org XInput driver : 21.0
[    42.468]     X.Org Server Extension : 8.0
[    42.469] (II) xfree86: Adding drm device (/dev/dri/card0)
[    42.472] (--) PCI:*(0:1:0:0) 1002:3150:1014:058e rev 0, Mem @ 0xc8000000/134217728, 0xb0100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[    42.486] List of video drivers:
[    42.486]     neomagic
[    42.486]     openchrome
[    42.486]     ztv
[    42.486]     nouveau
[    42.486]     r128
[    42.486]     siliconmotion
[    42.486]     sisusb
[    42.487]     qxl
[    42.487]     vmware
[    42.487]     mga
[    42.487]     mach64
[    42.487]     ati
[    42.487]     radeon
[    42.487]     fbdev
[    42.487]     trident
[    42.487]     savage
[    42.487]     cirrus
[    42.487]     intel
[    42.487]     tdfx
[    42.487]     geode
[    42.487]     vesa
[    42.487]     modesetting
[    42.487] (II) LoadModule: "neomagic"
[    42.490] (II) Loading /usr/lib/xorg/modules/drivers/neomagic_drv.so
[    42.508] (II) Module neomagic: vendor="X.Org Foundation"
[    42.508]     compiled for 1.15.99.904, module version = 1.2.8
[    42.508]     Module class: X.Org Video Driver
[    42.508]     ABI class: X.Org Video Driver, version 18.0
[    42.508] (II) LoadModule: "openchrome"
[    42.508] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[    42.534] (II) Module openchrome: vendor="http://openchrome.org/"
[    42.534]     compiled for 1.15.99.904, module version = 0.3.3
[    42.534]     Module class: X.Org Video Driver
[    42.534]     ABI class: X.Org Video Driver, version 18.0
[    42.534] (II) LoadModule: "ztv"
[    42.534] (II) Loading /usr/lib/xorg/modules/drivers/ztv_drv.so
[    42.557] (II) Module ztv: vendor="X.Org Foundation"
[    42.557]     compiled for 1.16.2.901, module version = 0.0.1
[    42.557]     ABI class: X.Org Video Driver, version 18.0
[    42.557] (II) LoadModule: "nouveau"
[    42.558] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    42.597] (II) Module nouveau: vendor="X.Org Foundation"
[    42.597]     compiled for 1.16.0, module version = 1.0.11
[    42.597]     Module class: X.Org Video Driver
[    42.597]     ABI class: X.Org Video Driver, version 18.0
[    42.597] (II) LoadModule: "r128"
[    42.597] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[    42.617] (II) Module r128: vendor="X.Org Foundation"
[    42.617]     compiled for 1.15.99.904, module version = 6.9.2
[    42.617]     Module class: X.Org Video Driver
[    42.617]     ABI class: X.Org Video Driver, version 18.0
[    42.617] (II) LoadModule: "siliconmotion"
[    42.618] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
[    42.622] (II) Module siliconmotion: vendor="X.Org Foundation"
[    42.622]     compiled for 1.15.99.904, module version = 1.7.7
[    42.622]     Module class: X.Org Video Driver
[    42.622]     ABI class: X.Org Video Driver, version 18.0
[    42.622] (II) LoadModule: "sisusb"
[    42.622] (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so
[    42.637] (II) Module sisusb: vendor="X.Org Foundation"
[    42.637]     compiled for 1.15.99.904, module version = 0.9.6
[    42.637]     Module class: X.Org Video Driver
[    42.637]     ABI class: X.Org Video Driver, version 18.0
[    42.637] (II) LoadModule: "qxl"
[    42.638] (II) Loading /usr/lib/xorg/modules/drivers/qxl_drv.so
[    42.644] (II) Module qxl: vendor="X.Org Foundation"
[    42.644]     compiled for 1.15.99.904, module version = 0.1.1
[    42.645]     Module class: X.Org Video Driver
[    42.645]     ABI class: X.Org Video Driver, version 18.0
[    42.645] (II) LoadModule: "vmware"
[    42.645] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[    43.197] (II) Module vmware: vendor="X.Org Foundation"
[    43.197]     compiled for 1.16.4, module version = 13.0.2
[    43.197]     Module class: X.Org Video Driver
[    43.197]     ABI class: X.Org Video Driver, version 18.0
[    43.197] (II) LoadModule: "mga"
[    43.197] (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
[    43.214] (II) Module mga: vendor="X.Org Foundation"
[    43.215]     compiled for 1.15.99.904, module version = 1.6.3
[    43.215]     Module class: X.Org Video Driver
[    43.215]     ABI class: X.Org Video Driver, version 18.0
[    43.215] (II) LoadModule: "mach64"
[    43.215] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so
[    43.226] (II) Module mach64: vendor="X.Org Foundation"
[    43.226]     compiled for 1.16.1, module version = 6.9.4
[    43.226]     Module class: X.Org Video Driver
[    43.226]     ABI class: X.Org Video Driver, version 18.0
[    43.227] (II) LoadModule: "ati"
[    43.227] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    43.245] (II) Module ati: vendor="X.Org Foundation"
[    43.245]     compiled for 1.16.1, module version = 7.5.0
[    43.245]     Module class: X.Org Video Driver
[    43.245]     ABI class: X.Org Video Driver, version 18.0
[    43.245] (II) LoadModule: "radeon"
[    43.245] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    43.290] (II) Module radeon: vendor="X.Org Foundation"
[    43.290]     compiled for 1.16.1, module version = 7.5.0
[    43.290]     Module class: X.Org Video Driver
[    43.290]     ABI class: X.Org Video Driver, version 18.0
[    43.290] (II) LoadModule: "fbdev"
[    43.290] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    43.306] (II) Module fbdev: vendor="X.Org Foundation"
[    43.306]     compiled for 1.15.99.904, module version = 0.4.4
[    43.306]     Module class: X.Org Video Driver
[    43.306]     ABI class: X.Org Video Driver, version 18.0
[    43.306] (II) LoadModule: "trident"
[    43.306] (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so
[    43.327] (II) Module trident: vendor="X.Org Foundation"
[    43.327]     compiled for 1.15.99.904, module version = 1.3.6
[    43.327]     Module class: X.Org Video Driver
[    43.327]     ABI class: X.Org Video Driver, version 18.0
[    43.327] (II) LoadModule: "savage"
[    43.328] (II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so
[    43.335] (II) Module savage: vendor="X.Org Foundation"
[    43.335]     compiled for 1.15.99.904, module version = 2.3.7
[    43.335]     Module class: X.Org Video Driver
[    43.335]     ABI class: X.Org Video Driver, version 18.0
[    43.336] (II) LoadModule: "cirrus"
[    43.336] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so
[    43.337] (II) Module cirrus: vendor="X.Org Foundation"
[    43.337]     compiled for 1.15.99.904, module version = 1.5.2
[    43.337]     Module class: X.Org Video Driver
[    43.337]     ABI class: X.Org Video Driver, version 18.0
[    43.337] (II) LoadModule: "intel"
[    43.337] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    43.402] (II) Module intel: vendor="X.Org Foundation"
[    43.402]     compiled for 1.15.99.904, module version = 2.21.15
[    43.402]     Module class: X.Org Video Driver
[    43.402]     ABI class: X.Org Video Driver, version 18.0
[    43.402] (II) LoadModule: "tdfx"
[    43.402] (II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so
[    43.413] (II) Module tdfx: vendor="X.Org Foundation"
[    43.413]     compiled for 1.15.99.904, module version = 1.4.5
[    43.413]     Module class: X.Org Video Driver
[    43.413]     ABI class: X.Org Video Driver, version 18.0
[    43.413] (II) LoadModule: "geode"
[    43.413] (II) Loading /usr/lib/xorg/modules/drivers/geode_drv.so
[    43.433] (II) Module geode: vendor="X.Org Foundation"
[    43.433]     compiled for 1.16.2.901, module version = 2.11.16
[    43.433]     Module class: X.Org Video Driver
[    43.433]     ABI class: X.Org Video Driver, version 18.0
[    43.433] (II) LoadModule: "vesa"
[    43.433] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    43.447] (II) Module vesa: vendor="X.Org Foundation"
[    43.447]     compiled for 1.15.99.904, module version = 2.3.3
[    43.447]     Module class: X.Org Video Driver
[    43.447]     ABI class: X.Org Video Driver, version 18.0
[    43.447] (II) LoadModule: "modesetting"
[    43.448] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    43.460] (II) Module modesetting: vendor="X.Org Foundation"
[    43.460]     compiled for 1.16.4, module version = 0.9.0
[    43.460]     Module class: X.Org Video Driver
[    43.461]     ABI class: X.Org Video Driver, version 18.0
[    43.461] (WW) Falling back to old probe method for neomagic
[    43.461] (WW) Falling back to old probe method for z4l
[    43.461] (II) z4l driver for Video4Linux
[    43.461] (WW) Falling back to old probe method for siliconmotion
[    43.461] (WW) Falling back to old probe method for sisusb
[    43.461] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[    43.475] (II) FBDEV: driver for framebuffer: fbdev
[    43.475] (WW) Falling back to old probe method for trident
[    43.475] (WW) Falling back to old probe method for cirrus
[    43.475] (II) Loading sub module "cirrus_laguna"
[    43.475] (II) LoadModule: "cirrus_laguna"
[    43.475] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so
[    43.476] (II) Module cirrus_laguna: vendor="X.Org Foundation"
[    43.476]     compiled for 1.15.99.904, module version = 1.0.0
[    43.476]     ABI class: X.Org Video Driver, version 18.0
[    43.476] (II) Loading sub module "cirrus_alpine"
[    43.476] (II) LoadModule: "cirrus_alpine"
[    43.477] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so
[    43.478] (II) Module cirrus_alpine: vendor="X.Org Foundation"
[    43.478]     compiled for 1.15.99.904, module version = 1.0.0
[    43.478]     ABI class: X.Org Video Driver, version 18.0
[    43.478] (II) VESA: driver for VESA chipsets: vesa
[    43.478] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    43.576] (++) Using config file: "/root/xorg.conf.new"
[    43.576] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    43.619] (==) ServerLayout "X.org Configured"
[    43.619] (**) |-->Screen "Screen0" (0)
[    43.619] (**) |   |-->Monitor "Monitor0"
[    43.619] (**) |   |-->Device "Card0"
[    43.619] (**) |-->Input Device "Mouse0"
[    43.619] (**) |-->Input Device "Keyboard0"
[    43.620] (==) Automatically adding devices
[    43.620] (==) Automatically enabling devices
[    43.620] (==) Automatically adding GPU devices
[    43.696] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    43.696]     Entry deleted from font path.
[    43.696] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    built-ins,
    /usr/share/fonts/X11/misc,
    built-ins
[    43.696] (**) ModulePath set to "/usr/lib/xorg/modules"
[    43.696] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    43.696] (WW) Disabling Mouse0
[    43.696] (WW) Disabling Keyboard0
[    43.708] (II) [KMS] Kernel modesetting enabled.
[    43.708] 
[    43.713] 
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
[    43.727] 
Your xorg.conf file is /root/xorg.conf.new

[    43.736] To test the server, run 'X -config /root/xorg.conf.new'

z góry dzięki za pomoc... Renia:)

Ostatnio edytowany przez caq666 (2017-12-13 09:43:45)

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)