1

Тема: Проблема з відеодрайвером

Поставив я на свій ноут Debian ну і все було нормально доки я не попробував налаштувати пропріетарний для відеокарти. В мене відеокарта Radeon HD 8570М. все виконав по інструкції. xorg.conf модифікував командою aticonfig --initial і получив дулю з маком.
ось конфіг

Прихований текст
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
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  "FGL.renamed.libglx"
    Load  "glx"
EndSection

Section "InputClass"
    Identifier      "evdev pointer catchall"
    Driver          "evdev"
    MatchDevicePath "/dev/input/event*"
    MatchIsPointer  "yes"
EndSection

Section "InputClass"
    Identifier      "evdev keyboard catchall"
    Driver          "evdev"
    MatchDevicePath "/dev/input/event*"
    MatchIsKeyboard "yes"
EndSection

Section "InputClass"
    Identifier      "evdev touchpad catchall"
    Driver          "evdev"
    MatchDevicePath "/dev/input/event*"
    MatchIsTouchpad "yes"
EndSection

Section "InputClass"
    Identifier      "evdev tablet catchall"
    Driver          "evdev"
    MatchDevicePath "/dev/input/event*"
    MatchIsTablet   "yes"
EndSection

Section "InputClass"
    Identifier      "evdev touchscreen catchall"
    Driver          "evdev"
    MatchDevicePath "/dev/input/event*"
    MatchIsTouchscreen "yes"
EndSection

Section "InputClass"
    Identifier      "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct    "ThinkPad HDAPS accelerometer data"
    Option        "Ignore" "on"
EndSection

Section "InputClass"
    Identifier      "Xen Virtual Pointer axis blacklist"
    MatchProduct    "Xen Virtual Pointer"
    Option        "IgnoreAbsoluteAxes" "off"
    Option        "IgnoreRelativeAxes" "off"
EndSection

Section "InputClass"

        # Sets following configuration:
        # top button:    left
        # middle button: middle
        # bottom button: right
        # wheel click:   middle
        # thumb button:  8 (back)
    Identifier      "Evoluent VerticalMouse 3"
    MatchProduct    "Evoluent VerticalMouse 3"
    Option        "ButtonMapping" "1 2 2 4 5 6 7 3 8"
EndSection

Section "InputClass"
    Identifier      "Tag trackballs as XI_TRACKBALL"
    MatchProduct    "trackball"
    MatchDriver     "evdev"
    Option        "TypeName" "TRACKBALL"
EndSection

Section "InputClass"
    Identifier      "Tag Mionix Naos 5000 mouse XI_MOUSE"
    MatchProduct    "La-VIEW Technology Naos 5000 Mouse"
    MatchDriver     "evdev"
    Option        "TypeName" "MOUSE"
EndSection

Section "InputClass"

# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
#       MatchDevicePath "/dev/input/event*"
    Identifier      "touchpad catchall"
    Driver          "synaptics"
    MatchIsTouchpad "yes"
EndSection

Section "InputClass"
    Identifier      "touchpad ignore duplicates"
    MatchDevicePath "/dev/input/mouse*"
    MatchOS         "Linux"
    MatchIsTouchpad "yes"
    Option        "Ignore" "on"
EndSection

Section "InputClass"

#       not for movement, set the AreaBottomEdge
#       Option "AreaBottomEdge" "82%"
    Identifier      "Default clickpad buttons"
    MatchDriver     "synaptics"
    Option        "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
#       To disable the bottom edge area so the buttons only work as buttons,
EndSection

Section "InputClass"
    Identifier      "Disable clickpad buttons on Apple touchpads"
    MatchProduct    "Apple|bcm5974"
    MatchDriver     "synaptics"
    Option        "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection

Section "InputClass"
    Identifier      "vmmouse"
    Driver          "vmmouse"
    MatchTag        "vmmouse"
    MatchIsPointer  "yes"
EndSection

Section "InputClass"
    Identifier      "Wacom class"
    Driver          "wacom"
    MatchProduct    "Wacom|WACOM|Hanwang|PTK-540WL"
    MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
    Identifier      "Wacom serial class"
    Driver          "wacom"
    MatchProduct    "Serial Wacom Tablet"
EndSection

Section "InputClass"
    Identifier      "Wacom serial class identifiers"
    Driver          "wacom"
    MatchProduct    "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
EndSection

Section "InputClass"
    Identifier      "Waltop class"
    Driver          "wacom"
    MatchProduct    "WALTOP"
    MatchDevicePath "/dev/input/event*"
    MatchIsTablet   "yes"
EndSection

Section "InputClass"
    Identifier      "Wacom N-Trig class"
    Driver          "wacom"
    MatchProduct    "HID 1b96:0001|N-Trig Pen"
    MatchDevicePath "/dev/input/event*"
    Option        "Button2" "3"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "Intel"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
    Identifier  "ATI-Radeon"
    Driver      "fglrx"
    Option        "Capabilities" "0x00000000"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "Intel"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

А ось логи

Прихований текст
[  1110.795] 
X.Org X Server 1.15.0.901 (1.15.1 RC 1)
Release Date: 2014-03-21
[  1110.795] X Protocol Version 11, Revision 0
[  1110.795] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[  1110.795] Current Operating System: Linux drWoZD 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64
[  1110.795] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13-1-amd64 root=UUID=e52db823-cb69-4eef-b78e-312a41232795 ro quiet
[  1110.795] Build Date: 31 March 2014  10:25:32AM
[  1110.795] xorg-server 2:1.15.0.901-1 (http://www.debian.org/support) 
[  1110.795] Current version of pixman: 0.32.4
[  1110.795]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  1110.795] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1110.795] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  9 23:56:10 2014
[  1110.795] (==) Using config file: "/etc/X11/xorg.conf"
[  1110.795] (==) ServerLayout "X.org Configured"
[  1110.795] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[  1110.795] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[  1110.795] (**) |   |-->Device "ATI-Radeon"
[  1110.795] (==) Automatically adding devices
[  1110.795] (==) Automatically enabling devices
[  1110.795] (==) Automatically adding GPU devices
[  1110.796] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1110.796]     Entry deleted from font path.
[  1110.796] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1110.796]     Entry deleted from font path.
[  1110.796] (**) 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,
    /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
[  1110.796] (**) ModulePath set to "/usr/lib/xorg/modules"
[  1110.796] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1110.796] (II) Loader magic: 0x7f74db2cdd40
[  1110.796] (II) Module ABI versions:
[  1110.796]     X.Org ANSI C Emulation: 0.4
[  1110.796]     X.Org Video Driver: 15.0
[  1110.796]     X.Org XInput driver : 20.0
[  1110.796]     X.Org Server Extension : 8.0
[  1110.796] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1110.797] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3800 rev 9, Mem @ 0xd8000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64
[  1110.797] (--) PCI: (0:1:0:0) 1002:6663:17aa:3800 rev 0, Mem @ 0xd0000000/134217728, 0xd8600000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[  1110.797] Initializing built-in extension Generic Event Extension
[  1110.797] Initializing built-in extension SHAPE
[  1110.797] Initializing built-in extension MIT-SHM
[  1110.797] Initializing built-in extension XInputExtension
[  1110.797] Initializing built-in extension XTEST
[  1110.797] Initializing built-in extension BIG-REQUESTS
[  1110.797] Initializing built-in extension SYNC
[  1110.797] Initializing built-in extension XKEYBOARD
[  1110.797] Initializing built-in extension XC-MISC
[  1110.797] Initializing built-in extension SECURITY
[  1110.797] Initializing built-in extension XINERAMA
[  1110.797] Initializing built-in extension XFIXES
[  1110.797] Initializing built-in extension RENDER
[  1110.797] Initializing built-in extension RANDR
[  1110.797] Initializing built-in extension COMPOSITE
[  1110.797] Initializing built-in extension DAMAGE
[  1110.797] Initializing built-in extension MIT-SCREEN-SAVER
[  1110.798] Initializing built-in extension DOUBLE-BUFFER
[  1110.798] Initializing built-in extension RECORD
[  1110.798] Initializing built-in extension DPMS
[  1110.798] Initializing built-in extension Present
[  1110.798] Initializing built-in extension DRI3
[  1110.798] Initializing built-in extension X-Resource
[  1110.798] Initializing built-in extension XVideo
[  1110.798] Initializing built-in extension XVideo-MotionCompensation
[  1110.798] Initializing built-in extension SELinux
[  1110.798] Initializing built-in extension XFree86-VidModeExtension
[  1110.798] Initializing built-in extension XFree86-DGA
[  1110.798] Initializing built-in extension XFree86-DRI
[  1110.798] Initializing built-in extension DRI2
[  1110.798] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1110.798] (II) LoadModule: "fgl.renamed.libglx"
[  1110.798] (WW) Warning, couldn't open module fgl.renamed.libglx
[  1110.798] (II) UnloadModule: "fgl.renamed.libglx"
[  1110.798] (II) Unloading fgl.renamed.libglx
[  1110.798] (EE) Failed to load module "fgl.renamed.libglx" (module does not exist, 0)
[  1110.798] (II) LoadModule: "glx"
[  1110.798] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[  1110.798] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[  1110.798]     compiled for 6.9.0, module version = 1.0.0
[  1110.798] Loading extension GLX
[  1110.798] (II) LoadModule: "fglrx"
[  1110.798] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  1111.102] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[  1111.102]     compiled for 1.4.99.906, module version = 13.35.5
[  1111.102]     Module class: X.Org Video Driver
[  1111.114] (II) Loading sub module "fglrxdrm"
[  1111.114] (II) LoadModule: "fglrxdrm"
[  1111.114] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  1111.132] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[  1111.132]     compiled for 1.4.99.906, module version = 13.35.5
[  1111.132] (II) AMD Proprietary Linux Driver Version Identifier:13.35.5
[  1111.132] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.35.1005               
[  1111.132] (II) AMD Proprietary Linux Driver Build Date: Mar 12 2014 10:32:23
[  1111.132] (++) using VT number 8

[  1111.136] (WW) Falling back to old probe method for fglrx
[  1111.181] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[  1111.194] ukiDynamicMajor: found major device number 250
[  1111.194] ukiDynamicMajor: found major device number 250
[  1111.194] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  1111.194] ukiOpenDevice: node name is /dev/ati/card0
[  1111.194] ukiOpenDevice: open result is 9, (OK)
[  1115.598] ukiOpenDevice: open result is 9, (OK)
[  1115.598] ukiOpenByBusid: ukiOpenMinor returns 9
[  1115.598] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  1115.675] (--) Chipset Supported AMD Graphics Processor (0x6663) found
[  1115.693] (II) fglrx: intel VGA device detected, load intel driver.
[  1115.693] (II) LoadModule: "intel"
[  1115.693] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1115.693] (II) Module intel: vendor="X.Org Foundation"
[  1115.693]     compiled for 1.15.0, module version = 2.21.15
[  1115.693]     Module class: X.Org Video Driver
[  1115.693]     ABI class: X.Org Video Driver, version 15.0
[  1115.694] (II) fglrx(0): pEnt->device->identifier=0x7f74dcf0aa50
[  1115.694] (II) intel(1): pEnt->device->identifier=(nil)
[  1115.694] (EE) Screen 1 deleted because of no matching config section.
[  1115.694] (II) UnloadModule: "intel"
[  1115.694] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
[  1115.698] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[  1115.802] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[  1115.802] (==) fglrx(0): RGB weight 888
[  1115.802] (==) fglrx(0): Default visual is TrueColor
[  1115.802] (**) fglrx(0): Option "Tiling" "off"
[  1115.802] (**) fglrx(0): Option "LinearFramebuffer" "on"
[  1115.802] (**) fglrx(0): ChipID override: 0x0166
[  1115.802] (**) fglrx(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[  1115.802] (**) fglrx(0): Relaxed fencing enabled
[  1115.802] (**) fglrx(0): Wait on SwapBuffers? enabled
[  1115.802] (**) fglrx(0): Triple buffering? enabled
[  1115.802] (**) fglrx(0): Framebuffer linear
[  1115.802] (**) fglrx(0): Pixmaps linear
[  1115.802] (**) fglrx(0): 3D buffers tiled
[  1115.802] (**) fglrx(0): SwapBuffers wait enabled
[  1115.802] (==) fglrx(0): video overlay key set to 0x101fe
[  1115.802] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[  1115.802] (--) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
[  1115.803] (II) fglrx(0): Output VGA1 has no monitor section
[  1115.804] (II) fglrx(0): Output HDMI1 has no monitor section
[  1115.804] (II) fglrx(0): Output DP1 has no monitor section
[  1115.804] (II) fglrx(0): EDID for output LVDS1
[  1115.804] (II) fglrx(0): Manufacturer: LGD  Model: 33a  Serial#: 0
[  1115.804] (II) fglrx(0): Year: 2011  Week: 0
[  1115.804] (II) fglrx(0): EDID Version: 1.3
[  1115.804] (II) fglrx(0): Digital Display Input
[  1115.804] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1115.804] (II) fglrx(0): Gamma: 2.20
[  1115.804] (II) fglrx(0): No DPMS capabilities specified
[  1115.804] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1115.804] (II) fglrx(0): First detailed timing is preferred mode
[  1115.804] (II) fglrx(0): redX: 0.618 redY: 0.369   greenX: 0.355 greenY: 0.603
[  1115.804] (II) fglrx(0): blueX: 0.151 blueY: 0.103   whiteX: 0.313 whiteY: 0.329
[  1115.804] (II) fglrx(0): Manufacturer's mask: 0
[  1115.804] (II) fglrx(0): Supported detailed timing:
[  1115.804] (II) fglrx(0): clock: 70.0 MHz   Image Size:  344 x 194 mm
[  1115.804] (II) fglrx(0): h_active: 1366  h_sync: 1402  h_sync_end 1450 h_blank_end 1492 h_border: 0
[  1115.804] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 782 v_border: 0
[  1115.804] (II) fglrx(0):  LG Display
[  1115.804] (II) fglrx(0):  LP156WH4-TLN2
[  1115.804] (II) fglrx(0): EDID (in hex):
[  1115.804] (II) fglrx(0):     00ffffffffffff0030e43a0300000000
[  1115.804] (II) fglrx(0):     00150103802213780a61d59e5e5b9a26
[  1115.804] (II) fglrx(0):     1a505400000001010101010101010101
[  1115.804] (II) fglrx(0):     010101010101581b567e50000e302430
[  1115.804] (II) fglrx(0):     350058c2100000190000000000000000
[  1115.804] (II) fglrx(0):     00000000000000000000000000fe004c
[  1115.804] (II) fglrx(0):     4720446973706c61790a2020000000fe
[  1115.804] (II) fglrx(0):     004c503135365748342d544c4e320082
[  1115.804] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "576x432" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "680x384" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "680x384" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "720x450" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "800x512" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "840x525" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "840x525" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "960x540" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "960x600" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[  1115.804] (II) fglrx(0): Printing probed modes for output LVDS1
[  1115.804] (II) fglrx(0): Modeline "1366x768"x60.0   70.00  1366 1402 1450 1492  768 771 776 782 -hsync -vsync (46.9 kHz eP)
[  1115.804] (II) fglrx(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[  1115.804] (II) fglrx(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[  1115.804] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1115.804] (II) fglrx(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1115.804] (II) fglrx(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1115.804] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1115.806] (II) fglrx(0): EDID for output VGA1
[  1115.806] (II) fglrx(0): EDID for output HDMI1
[  1115.806] (II) fglrx(0): EDID for output DP1
[  1115.806] (II) fglrx(0): Output LVDS1 connected
[  1115.806] (II) fglrx(0): Output VGA1 disconnected
[  1115.806] (II) fglrx(0): Output HDMI1 disconnected
[  1115.806] (II) fglrx(0): Output DP1 disconnected
[  1115.806] (II) fglrx(0): Using exact sizes for initial modes
[  1115.806] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[  1115.806] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1115.806] (II) fglrx(0): Kernel page flipping support detected, enabling
[  1115.806] (==) fglrx(0): DPI set to (96, 96)
[  1115.806] (II) Loading sub module "fb"
[  1115.806] (II) LoadModule: "fb"
[  1115.806] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1115.806] (II) Module fb: vendor="X.Org Foundation"
[  1115.806]     compiled for 1.15.0.901, module version = 1.0.0
[  1115.807]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1115.807] (II) Loading sub module "dri2"
[  1115.807] (II) LoadModule: "dri2"
[  1115.807] (II) Module "dri2" already built-in
[  1115.807] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[  1115.830] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1115.830] (==) fglrx(0): Default visual is TrueColor
[  1115.830] (**) fglrx(0): Option "Capabilities" "0x00000000"
[  1115.830] (**) fglrx(0): Option "DPMS" "true"
[  1115.830] (==) fglrx(0): RGB weight 888
[  1115.830] (II) fglrx(0): Using 8 bits per RGB 
[  1115.830] (==) fglrx(0): Buffer Tiling is ON
[  1115.830] (II) Loading sub module "fglrxdrm"
[  1115.830] (II) LoadModule: "fglrxdrm"
[  1115.830] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  1115.830] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[  1115.830]     compiled for 1.4.99.906, module version = 13.35.5
[  1115.832] ukiDynamicMajor: found major device number 250
[  1115.832] ukiDynamicMajor: found major device number 250
[  1115.832] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  1115.832] ukiOpenDevice: node name is /dev/ati/card0
[  1115.832] ukiOpenDevice: open result is 12, (OK)
[  1115.832] ukiOpenByBusid: ukiOpenMinor returns 12
[  1115.832] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  1115.832] (**) fglrx(0): NoAccel = NO
[  1115.832] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[  1115.832] (--) fglrx(0): Chipset: "AMD Radeon HD 8500M Series" (Chipset = 0x6663)
[  1115.832] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x3800)
[  1115.832] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[  1115.832] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[  1115.832] (--) fglrx(0): MMIO registers at 0xd8600000
[  1115.832] (--) fglrx(0): I/O port at 0x00003000
[  1115.832] (==) fglrx(0): ROM-BIOS at 0x000c0000
[  1115.859] (II) fglrx(0): AC Adapter is used
[  1115.859] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[  1115.859] (--) fglrx(0): Video RAM: 2097152 kByte, Type: DDR3
[  1115.859] (II) fglrx(0): PCIE card detected
[  1115.859] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[  1115.859] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[  1115.881] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
[  1115.881] (II) fglrx(0): RandR 1.2 support is enabled!
[  1115.881] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[  1115.881] (II) Loading sub module "fb"
[  1115.881] (II) LoadModule: "fb"
[  1115.881] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1115.881] (II) Module fb: vendor="X.Org Foundation"
[  1115.881]     compiled for 1.15.0.901, module version = 1.0.0
[  1115.881]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1115.881] (II) fglrx(0): EDID Management option: EDID Management is enabled
[  1115.881] (II) Loading sub module "ddc"
[  1115.881] (II) LoadModule: "ddc"
[  1115.881] (II) Module "ddc" already built-in
[  1115.881] (II) fglrx(0): Adapter AMD Radeon HD 8500M Series has 0 configurable heads and 0 displays connected.
[  1115.881] (==) fglrx(0):  PseudoColor visuals disabled
[  1115.881] (II) Loading sub module "ramdac"
[  1115.881] (II) LoadModule: "ramdac"
[  1115.881] (II) Module "ramdac" already built-in
[  1115.881] (==) fglrx(0): NoDRI = NO
[  1115.881] (**) fglrx(0): Capabilities: 0x00000000
[  1115.881] (**) fglrx(0): CapabilitiesEx: 0x00000000
[  1115.882] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[  1115.882] (==) fglrx(0): UseFastTLS=0
[  1115.882] (II) fglrx(0): TearFreeDesktop is not supported on PowerXpress systems currently.
[  1115.882] (--) Depth 24 pixmap format is 32 bpp
[  1115.882] (II) LoadModule: "glesx"
[  1115.882] (II) Loading /usr/lib/xorg/modules/glesx.so
[  1116.081] (II) Module glesx: vendor="X.Org Foundation"
[  1116.081]     compiled for 1.4.99.906, module version = 1.0.0
[  1116.081] Loading extension GLESX
[  1116.082] (II) fglrx(0): [DRI2] Setup complete
[  1116.082] (II) fglrx(0): [DRI2]   DRI driver: i965
[  1116.082] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
[  1116.083] (II) UXA(0): Driver registered support for the following operations:
[  1116.083] (II)         solid
[  1116.083] (II)         copy
[  1116.083] (II)         composite (RENDER acceleration)
[  1116.083] (II)         put_image
[  1116.083] (II)         get_image
[  1116.083] (==) fglrx(0): Backing store enabled
[  1116.083] (==) fglrx(0): Silken mouse enabled
[  1116.083] (II) fglrx(0): Initializing HW Cursor
[  1116.083] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1116.087] (**) fglrx(0): DPMS enabled
[  1116.087] (==) fglrx(0): Intel XvMC decoder enabled
[  1116.087] (II) fglrx(0): Set up textured video
[  1116.087] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
[  1116.087] (II) fglrx(0): direct rendering: DRI2 Enabled
[  1116.087] (WW) fglrx(0): Option "VendorName" is not used
[  1116.087] (WW) fglrx(0): Option "ModelName" is not used
[  1116.087] (WW) fglrx(0): Option "Shadow" is not used
[  1116.087] (WW) fglrx(0): Option "Tiling" is not used
[  1116.087] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[  1116.087] (==) fglrx(0): hotplug detection: "enabled"
[  1116.108] Loading extension ATIFGLRXDRI
[  1116.108] (II) fglrx(0): doing swlDriScreenInit
[  1116.108] (II) fglrx(0): swlDriScreenInit for fglrx driver
[  1116.108] ukiDynamicMajor: found major device number 250
[  1116.108] ukiDynamicMajor: found major device number 250
[  1116.108] ukiDynamicMajor: found major device number 250
[  1116.108] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  1116.108] ukiOpenDevice: node name is /dev/ati/card0
[  1116.108] ukiOpenDevice: open result is 14, (OK)
[  1116.108] ukiOpenByBusid: ukiOpenMinor returns 14
[  1116.108] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  1116.108] (II) fglrx(0): [uki] DRM interface version 1.0
[  1116.108] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[  1116.108] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[  1116.108] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f74d45bb000
[  1116.108] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[  1116.109] (II) fglrx(0): [uki] added 1 reserved context for kernel
[  1116.109] (II) fglrx(0): swlDriScreenInit done
[  1116.109] (II) fglrx(0): Kernel Module Version Information:
[  1116.109] (II) fglrx(0):     Name: fglrx
[  1116.109] (II) fglrx(0):     Version: 13.35.5
[  1116.109] (II) fglrx(0):     Date: Mar 12 2014
[  1116.109] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[  1116.109] (II) fglrx(0): Kernel Module version matches driver.
[  1116.109] (II) fglrx(0): Kernel Module Build Time Information:
[  1116.109] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.13-1-amd64
[  1116.109] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[  1116.109] (II) fglrx(0):     Build-Kernel __SMP__:            no
[  1116.109] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[  1116.109] (II) fglrx(0): [uki] register handle = 0x00004000
[  1116.109] (EE) fglrx(0): Failed to open CMMQS connection.
[  1116.109] (EE) 
[  1116.109] (EE) Backtrace:
[  1116.135] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7f74db049e98]
[  1116.135] (EE) 1: /usr/bin/X (0x7f74daea2000+0x1abb89) [0x7f74db04db89]
[  1116.135] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f74d9fa1000+0xf880) [0x7f74d9fb0880]
[  1116.135] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (swlDrmFreeSurfaces+0x42) [0x7f74d6029c72]
[  1116.136] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs115_atiddxDriCloseScreen+0x14d) [0x7f74d5ff0b7d]
[  1116.136] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs115_atiddxDriScreenInit+0x8eb) [0x7f74d5ff021b]
[  1116.136] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs115_atiddxScreenInit+0xf80) [0x7f74d5fe9c50]
[  1116.136] (EE) 7: /usr/bin/X (AddScreen+0x71) [0x7f74daef7af1]
[  1116.136] (EE) 8: /usr/bin/X (InitOutput+0x3a7) [0x7f74daf38807]
[  1116.136] (EE) 9: /usr/bin/X (0x7f74daea2000+0x5949b) [0x7f74daefb49b]
[  1116.136] (EE) 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7f74d89ffb45]
[  1116.136] (EE) 11: /usr/bin/X (0x7f74daea2000+0x44c2e) [0x7f74daee6c2e]
[  1116.136] (EE) 
[  1116.137] (EE) Segmentation fault at address 0x8a0
[  1116.137] (EE) 
Fatal server error:
[  1116.137] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  1116.137] (EE) 
[  1116.137] (EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[  1116.137] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1116.137] (EE) 
[  1116.159] (EE) Server terminated with error (1). Closing log file.

Але якщо поставити замість як відеокарту Intel то все працює.
Я вже весь нет перерив. Голову зламав. Будь ласка допоможіть хто може, бо я скоро вб'юсь об стіл.
P.S вибачте за срач в xorg.conf

2

Re: Проблема з відеодрайвером

А у вас часом не дві відеокарти? Одна вбудована?

3

Re: Проблема з відеодрайвером

Invader написав:

А у вас часом не дві відеокарти? Одна вбудована?

Саме так.Інтегрована Intel і дискретна Radeon

4

Re: Проблема з відеодрайвером

Залізо у вас відносно нове, а Debian відомий своєю консервативністю. Спробуйте свіжу *buntu.

5

Re: Проблема з відеодрайвером

Ліричний відступ

Йшов 3 день, drWoZD шизанувся остаточно, 0x23А взяв справу в свої руки .

Torbins написав:

Залізо у вас відносно нове, а Debian відомий своєю консервативністю. Спробуйте свіжу *buntu.

Ubuntu я м'ягко кажучи не люблю. Напевно поставлю Федору.

Подякували: HetmanNet1

6

Re: Проблема з відеодрайвером

drWoZD написав:
Ліричний відступ

Йшов 3 день, drWoZD шизанувся остаточно, 0x23А взяв справу в свої руки .

Torbins написав:

Залізо у вас відносно нове, а Debian відомий своєю консервативністю. Спробуйте свіжу *buntu.

Ubuntu я м'ягко кажучи не люблю. Напевно поставлю Федору.

Правильне рішення :)

7

Re: Проблема з відеодрайвером

HetmanNet написав:

Правильне рішення :)

На ПК все рівно буде Debian :)

8

Re: Проблема з відеодрайвером

drWoZD написав:

На ПК все рівно буде Debian :)

У віртуалці :D ?

9

Re: Проблема з відеодрайвером

0xDADA11C7 написав:
drWoZD написав:

На ПК все рівно буде Debian :)

У віртуалці :D ?

До чого тут віртуалка?

10

Re: Проблема з відеодрайвером

Я мав на увазі, в разі неможливості підключення драйверів до улюбленого дистрибутива, існує можливість працювати із ним тільки у віртуалці.

11

Re: Проблема з відеодрайвером

Так я ж написав на ПК, а дрова не працюють на ноуті.