Гибридная графика. fglrx + intel

Sabayon, Calculate, Funtoo, Exherbo

Модератор: /dev/random

Ответить
ratcatcher
Сообщения: 16
ОС: Gentoo, Debian Sid

Гибридная графика. fglrx + intel

Сообщение ratcatcher »

Привет, гентач. Есть ноутбук Lenovo G500 (59391955), в котором имеется AMD Radeon HD 8570M и встроенная графика Intel HD Graphics 4000. Настравал по этому рецепту: http://wiki.gentoo.org/wiki/Fglrx
В итоге имеем следующую картину: иксы запускаются только с xorg сгенерированным X -configure, т. е. с графикой Intel. Xorg от aticonfig --initial --input=/etc/X11/xorg.conf не подходит.
Версии драйверов: x11-drivers/ati-drivers-13.12, x11-drivers/xf86-video-intel-2.21.15

Удобоваримый xorg.conf:
Spoiler
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/terminus"
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 "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2: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


Богомерзкий xorg.conf:
Spoiler
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
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 "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
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 "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
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

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


diff
Spoiler
diff xorg.conf.default-o xorg.conf.fglrx-o
3c3
< Screen 0 "Screen0" 0 0
---
> Screen 0 "aticonfig-Screen[0]-0" 0 0
16d15
< FontPath "/usr/share/fonts/terminus"
41a41,47
> Section "Monitor"
> Identifier "aticonfig-Monitor[0]-0"
> Option "VendorName" "ATI Proprietary Driver"
> Option "ModelName" "Generic Autodetecting Monitor"
> Option "DPMS" "true"
> EndSection
>
42a49
>
70a78,83
> Section "Device"
> Identifier "aticonfig-Device[0]-0"
> Driver "fglrx"
> BusID "PCI:1:0:0"
> EndSection
>
94a108,118
> SubSection "Display"
> Viewport 0 0
> Depth 24
> EndSubSection
> EndSection
>
> Section "Screen"
> Identifier "aticonfig-Screen[0]-0"
> Device "aticonfig-Device[0]-0"
> Monitor "aticonfig-Monitor[0]-0"
> DefaultDepth 24


Ну и выхлоп иксов после неудачного запуска:
Spoiler
cat /var/log/Xorg.0.log.old

[ 2192.919]
X.Org X Server 1.14.5
Release Date: 2013-12-12
[ 2192.921] X Protocol Version 11, Revision 0
[ 2192.922] Build Operating System: Linux 3.12.20-gentoo x86_64 Gentoo
[ 2192.923] Current Operating System: Linux localhost 3.12.20-gentoo #8 SMP Thu May 29 04:39:10 FET 2014 x86_64
[ 2192.923] Kernel command line: root=/dev/sda3
[ 2192.924] Build Date: 29 May 2014 01:09:21AM
[ 2192.925]
[ 2192.926] Current version of pixman: 0.32.4
[ 2192.928] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2192.928] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2192.931] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 29 15:29:10 2014
[ 2192.932] (==) Using config file: "/etc/X11/xorg.conf"
[ 2192.933] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2192.961] (==) ServerLayout "X.org Configured"
[ 2192.961] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 2192.961] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 2192.961] (**) | |-->Device "aticonfig-Device[0]-0"
[ 2192.961] (**) |-->Input Device "Mouse0"
[ 2192.961] (**) |-->Input Device "Keyboard0"
[ 2192.961] (==) Automatically adding devices
[ 2192.961] (==) Automatically enabling devices
[ 2192.961] (==) Automatically adding GPU devices
[ 2192.961] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 2192.961] Entry deleted from font path.
[ 2192.961] (**) FontPath set to:

[ 2192.961] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 2192.961] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 2192.961] (WW) Disabling Mouse0
[ 2192.961] (WW) Disabling Keyboard0
[ 2192.961] (II) Loader magic: 0x7fdc00
[ 2192.961] (II) Module ABI versions:
[ 2192.961] X.Org ANSI C Emulation: 0.4
[ 2192.961] X.Org Video Driver: 14.1
[ 2192.961] X.Org XInput driver : 19.1
[ 2192.961] X.Org Server Extension : 7.0
[ 2192.961] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2192.962] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3800 rev 9, Mem @ 0xd8000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64
[ 2192.962] (--) PCI: (0:1:0:0) 1002:6663:17aa:3800 rev 0, Mem @ 0xd0000000/134217728, 0xd8600000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 2192.963] Initializing built-in extension Generic Event Extension
[ 2192.964] Initializing built-in extension SHAPE
[ 2192.965] Initializing built-in extension MIT-SHM
[ 2192.966] Initializing built-in extension XInputExtension
[ 2192.967] Initializing built-in extension XTEST
[ 2192.968] Initializing built-in extension BIG-REQUESTS
[ 2192.969] Initializing built-in extension SYNC
[ 2192.970] Initializing built-in extension XKEYBOARD
[ 2192.971] Initializing built-in extension XC-MISC
[ 2192.972] Initializing built-in extension XINERAMA
[ 2192.973] Initializing built-in extension XFIXES
[ 2192.974] Initializing built-in extension RENDER
[ 2192.975] Initializing built-in extension RANDR
[ 2192.976] Initializing built-in extension COMPOSITE
[ 2192.977] Initializing built-in extension DAMAGE
[ 2192.977] Initializing built-in extension MIT-SCREEN-SAVER
[ 2192.978] Initializing built-in extension DOUBLE-BUFFER
[ 2192.979] Initializing built-in extension RECORD
[ 2192.980] Initializing built-in extension DPMS
[ 2192.980] Initializing built-in extension X-Resource
[ 2192.981] Initializing built-in extension XVideo
[ 2192.982] Initializing built-in extension XVideo-MotionCompensation
[ 2192.982] Initializing built-in extension XFree86-VidModeExtension
[ 2192.983] Initializing built-in extension XFree86-DGA
[ 2192.984] Initializing built-in extension XFree86-DRI
[ 2192.984] Initializing built-in extension DRI2
[ 2192.984] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 2192.984] (II) LoadModule: "glx"
[ 2192.984] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 2192.985] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 2192.985] compiled for 6.9.0, module version = 1.0.0
[ 2192.985] Loading extension GLX
[ 2192.985] (II) LoadModule: "fglrx"
[ 2192.985] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
[ 2192.997] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[ 2192.997] compiled for 1.4.99.906, module version = 13.25.5
[ 2192.997] Module class: X.Org Video Driver
[ 2192.997] (II) Loading sub module "fglrxdrm"
[ 2192.997] (II) LoadModule: "fglrxdrm"
[ 2192.998] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[ 2192.998] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 2192.998] compiled for 1.4.99.906, module version = 13.25.5
[ 2192.998] (II) AMD Proprietary Linux Driver Version Identifier:13.25.5
[ 2192.998] (II) AMD Proprietary Linux Driver Release Identifier: 13.251
[ 2192.998] (II) AMD Proprietary Linux Driver Build Date: Dec 6 2013 15:19:03
[ 2192.998] (--) using VT number 8

[ 2193.001] (WW) Falling back to old probe method for fglrx
[ 2193.007] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[ 2193.008] ukiDynamicMajor: found major device number 248
[ 2193.008] ukiDynamicMajor: found major device number 248
[ 2193.008] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 2193.008] ukiOpenDevice: node name is /dev/ati/card0
[ 2193.008] ukiOpenDevice: open result is 9, (OK)
[ 2193.008] ukiOpenByBusid: ukiOpenMinor returns 9
[ 2193.008] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 2193.052] (--) Chipset Supported AMD Graphics Processor (0x6663) found
[ 2193.053] (II) fglrx: intel VGA device detected, load intel driver.
[ 2193.053] (II) LoadModule: "intel"
[ 2193.053] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 2193.053] (II) Module intel: vendor="X.Org Foundation"
[ 2193.053] compiled for 1.14.5, module version = 2.21.15
[ 2193.053] Module class: X.Org Video Driver
[ 2193.053] ABI class: X.Org Video Driver, version 14.1
[ 2193.053] (II) fglrx(0): pEnt->device->identifier=0x15927c0
[ 2193.054] (II) intel(1): pEnt->device->identifier=(nil)
[ 2193.054] (EE) Screen 1 deleted because of no matching config section.
[ 2193.054] (II) UnloadModule: "intel"
[ 2193.054] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
[ 2193.054] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[ 2193.220] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 2193.220] (==) fglrx(0): RGB weight 888
[ 2193.220] (==) fglrx(0): Default visual is TrueColor
[ 2193.220] (**) fglrx(0): Option "Tiling" "off"
[ 2193.220] (**) fglrx(0): Option "LinearFramebuffer" "on"
[ 2193.220] (**) fglrx(0): ChipID override: 0x0166
[ 2193.220] (**) fglrx(0): Integrated Graphics Chipset: Intel® HD Graphics 4000
[ 2193.220] (**) fglrx(0): Relaxed fencing enabled
[ 2193.220] (**) fglrx(0): Wait on SwapBuffers? enabled
[ 2193.220] (**) fglrx(0): Triple buffering? enabled
[ 2193.220] (**) fglrx(0): Framebuffer linear
[ 2193.220] (**) fglrx(0): Pixmaps linear
[ 2193.220] (**) fglrx(0): 3D buffers tiled
[ 2193.220] (**) fglrx(0): SwapBuffers wait enabled
[ 2193.220] (==) fglrx(0): video overlay key set to 0x101fe
[ 2193.221] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[ 2193.221] (--) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 2193.222] (II) fglrx(0): Output VGA1 has no monitor section
[ 2193.222] (II) fglrx(0): Output HDMI1 has no monitor section
[ 2193.222] (II) fglrx(0): Output DP1 has no monitor section
[ 2193.222] (II) fglrx(0): EDID for output LVDS1
[ 2193.222] (II) fglrx(0): Manufacturer: SDC Model: 4752 Serial#: 0
[ 2193.222] (II) fglrx(0): Year: 2012 Week: 0
[ 2193.222] (II) fglrx(0): EDID Version: 1.3
[ 2193.222] (II) fglrx(0): Digital Display Input
[ 2193.222] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 2193.222] (II) fglrx(0): Gamma: 2.20
[ 2193.222] (II) fglrx(0): No DPMS capabilities specified
[ 2193.222] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 2193.222] (II) fglrx(0): First detailed timing is preferred mode
[ 2193.222] (II) fglrx(0): redX: 0.570 redY: 0.340 greenX: 0.330 greenY: 0.560
[ 2193.222] (II) fglrx(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
[ 2193.222] (II) fglrx(0): Manufacturer's mask: 0
[ 2193.222] (II) fglrx(0): Supported detailed timing:
[ 2193.222] (II) fglrx(0): clock: 72.3 MHz Image Size: 344 x 194 mm
[ 2193.222] (II) fglrx(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
[ 2193.222] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 790 v_border: 0
[ 2193.222] (II) fglrx(0): Unknown vendor-specific block f
[ 2193.223] (II) fglrx(0): SAMSUNG
[ 2193.223] (II) fglrx(0): LTN156AT32L01
[ 2193.223] (II) fglrx(0): EDID (in hex):
[ 2193.223] (II) fglrx(0): 00ffffffffffff004c83524700000000
[ 2193.223] (II) fglrx(0): 00160103802213780a09259257548f29
[ 2193.223] (II) fglrx(0): 22505400000001010101010101010101
[ 2193.223] (II) fglrx(0): 010101010101411c56a0500016303020
[ 2193.223] (II) fglrx(0): 250058c2100000190000000f00000000
[ 2193.223] (II) fglrx(0): 00000000001eb4027400000000fe0053
[ 2193.223] (II) fglrx(0): 414d53554e470a204c834154000000fe
[ 2193.223] (II) fglrx(0): 004c544e313536415433324c30310083
[ 2193.223] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 2193.223] (II) fglrx(0): Printing probed modes for output LVDS1
[ 2193.223] (II) fglrx(0): Modeline "1366x768"x60.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync (47.4 kHz eP)
[ 2193.223] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 2193.223] (II) fglrx(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 2193.223] (II) fglrx(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 2193.223] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 2193.224] (II) fglrx(0): EDID for output VGA1
[ 2193.224] (II) fglrx(0): EDID for output HDMI1
[ 2193.224] (II) fglrx(0): EDID for output DP1
[ 2193.224] (II) fglrx(0): Output LVDS1 connected
[ 2193.224] (II) fglrx(0): Output VGA1 disconnected
[ 2193.224] (II) fglrx(0): Output HDMI1 disconnected
[ 2193.224] (II) fglrx(0): Output DP1 disconnected
[ 2193.224] (II) fglrx(0): Using exact sizes for initial modes
[ 2193.224] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[ 2193.224] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 2193.225] (II) fglrx(0): Kernel page flipping support detected, enabling
[ 2193.225] (==) fglrx(0): DPI set to (96, 96)
[ 2193.225] (II) Loading sub module "fb"
[ 2193.225] (II) LoadModule: "fb"
[ 2193.225] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 2193.225] (II) Module fb: vendor="X.Org Foundation"
[ 2193.225] compiled for 1.14.5, module version = 1.0.0
[ 2193.225] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2193.225] (II) Loading sub module "dri2"
[ 2193.225] (II) LoadModule: "dri2"
[ 2193.225] (II) Module "dri2" already built-in
[ 2193.225] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 2193.225] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 2193.225] (==) fglrx(0): Default visual is TrueColor
[ 2193.225] (**) fglrx(0): Option "DPMS" "true"
[ 2193.225] (==) fglrx(0): RGB weight 888
[ 2193.225] (II) fglrx(0): Using 8 bits per RGB
[ 2193.225] (==) fglrx(0): Buffer Tiling is ON
[ 2193.225] (II) Loading sub module "fglrxdrm"
[ 2193.225] (II) LoadModule: "fglrxdrm"
[ 2193.225] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[ 2193.225] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 2193.225] compiled for 1.4.99.906, module version = 13.25.5
[ 2193.226] ukiDynamicMajor: found major device number 248
[ 2193.226] ukiDynamicMajor: found major device number 248
[ 2193.226] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 2193.226] ukiOpenDevice: node name is /dev/ati/card0
[ 2193.226] ukiOpenDevice: open result is 12, (OK)
[ 2193.226] ukiOpenByBusid: ukiOpenMinor returns 12
[ 2193.226] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 2193.226] (**) fglrx(0): NoAccel = NO
[ 2193.226] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[ 2193.226] (--) fglrx(0): Chipset: "AMD Radeon HD 8500M Series" (Chipset = 0x6663)
[ 2193.226] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x3800)
[ 2193.226] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[ 2193.226] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[ 2193.226] (--) fglrx(0): MMIO registers at 0xd8600000
[ 2193.226] (--) fglrx(0): I/O port at 0x00003000
[ 2193.226] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 2193.244] (II) fglrx(0): AC Adapter is used
[ 2193.244] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[ 2193.244] (--) fglrx(0): Video RAM: 2097152 kByte, Type: DDR3
[ 2193.244] (II) fglrx(0): PCIE card detected
[ 2193.244] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 2193.244] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 2193.265] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
[ 2193.265] (II) fglrx(0): RandR 1.2 support is enabled!
[ 2193.265] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 2193.265] (==) fglrx(0): Center Mode is disabled
[ 2193.265] (II) Loading sub module "fb"
[ 2193.265] (II) LoadModule: "fb"
[ 2193.265] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 2193.265] (II) Module fb: vendor="X.Org Foundation"
[ 2193.265] compiled for 1.14.5, module version = 1.0.0
[ 2193.265] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2193.265] (II) Loading sub module "ddc"
[ 2193.265] (II) LoadModule: "ddc"
[ 2193.265] (II) Module "ddc" already built-in
[ 2193.265] (II) fglrx(0): Adapter AMD Radeon HD 8500M Series has 0 configurable heads and 0 displays connected.
[ 2193.265] (==) fglrx(0): PseudoColor visuals disabled
[ 2193.265] (II) Loading sub module "ramdac"
[ 2193.265] (II) LoadModule: "ramdac"
[ 2193.265] (II) Module "ramdac" already built-in
[ 2193.265] (==) fglrx(0): NoDRI = NO
[ 2193.265] (==) fglrx(0): Capabilities: 0x00000000
[ 2193.265] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 2193.265] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 2193.265] (==) fglrx(0): UseFastTLS=0
[ 2193.265] (II) fglrx(0): TearFreeDesktop is not supported on PowerXpress systems currently.
[ 2193.265] (--) Depth 24 pixmap format is 32 bpp
[ 2193.265] (II) LoadModule: "glesx"
[ 2193.265] (II) Loading /usr/lib64/xorg/modules/glesx.so
[ 2193.396] (II) Module glesx: vendor="X.Org Foundation"
[ 2193.396] compiled for 1.4.99.906, module version = 1.0.0
[ 2193.396] Loading extension GLESX
[ 2193.396] (II) fglrx(0): [DRI2] Setup complete
[ 2193.396] (II) fglrx(0): [DRI2] DRI driver: i965
[ 2193.396] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
[ 2193.397] (II) UXA(0): Driver registered support for the following operations:
[ 2193.397] (II) solid
[ 2193.397] (II) copy
[ 2193.397] (II) composite (RENDER acceleration)
[ 2193.397] (II) put_image
[ 2193.397] (II) get_image
[ 2193.397] (==) fglrx(0): Backing store disabled
[ 2193.397] (==) fglrx(0): Silken mouse enabled
[ 2193.397] (II) fglrx(0): Initializing HW Cursor
[ 2193.397] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 2193.399] (**) fglrx(0): DPMS enabled
[ 2193.399] (II) fglrx(0): Set up textured video
[ 2193.399] (II) fglrx(0): direct rendering: DRI2 Enabled
[ 2193.399] (WW) fglrx(0): Option "VendorName" is not used
[ 2193.399] (WW) fglrx(0): Option "ModelName" is not used
[ 2193.399] (WW) fglrx(0): Option "Shadow" is not used
[ 2193.399] (WW) fglrx(0): Option "Tiling" is not used
[ 2193.399] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[ 2193.399] (==) fglrx(0): hotplug detection: "enabled"
[ 2193.407] Loading extension ATIFGLRXDRI
[ 2193.407] (II) fglrx(0): doing swlDriScreenInit
[ 2193.407] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 2193.407] ukiDynamicMajor: found major device number 248
[ 2193.407] ukiDynamicMajor: found major device number 248
[ 2193.407] ukiDynamicMajor: found major device number 248
[ 2193.407] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 2193.407] ukiOpenDevice: node name is /dev/ati/card0
[ 2193.407] ukiOpenDevice: open result is 14, (OK)
[ 2193.407] ukiOpenByBusid: ukiOpenMinor returns 14
[ 2193.407] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 2193.407] (II) fglrx(0): [uki] DRM interface version 1.0
[ 2193.407] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 2193.407] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 2193.407] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fd03e2ff000
[ 2193.407] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 2193.407] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 2193.407] (II) fglrx(0): swlDriScreenInit done
[ 2193.407] (II) fglrx(0): Kernel Module Version Information:
[ 2193.407] (II) fglrx(0): Name: fglrx
[ 2193.407] (II) fglrx(0): Version: 13.25.5
[ 2193.407] (II) fglrx(0): Date: Dec 6 2013
[ 2193.407] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
[ 2193.407] (II) fglrx(0): Kernel Module version matches driver.
[ 2193.407] (II) fglrx(0): Kernel Module Build Time Information:
[ 2193.407] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.12.20-gentoo
[ 2193.407] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 2193.407] (II) fglrx(0): Build-Kernel __SMP__: yes
[ 2193.407] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 2193.407] (II) fglrx(0): [uki] register handle = 0x00004000
[ 2193.407] (EE) fglrx(0): Failed to open CMMQS connection.
[ 2193.407] (EE)
[ 2193.407] (EE) Backtrace:
[ 2193.454] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58b206]
[ 2193.454] (EE) 1: /usr/bin/X (0x400000+0x18eed9) [0x58eed9]
[ 2193.454] (EE) 2: /lib64/libpthread.so.0 (0x7fd03d6e6000+0x10b10) [0x7fd03d6f6b10]
[ 2193.454] (EE) 3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (swlDrmFreeSurfaces+0x42) [0x7fd03ae613b2]
[ 2193.454] (EE) 4: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxDriCloseScreen+0x14d) [0x7fd03ae2847d]
[ 2193.454] (EE) 5: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxDriScreenInit+0x8eb) [0x7fd03ae27b1b]
[ 2193.454] (EE) 6: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxScreenInit+0xf82) [0x7fd03ae21572]
[ 2193.454] (EE) 7: /usr/bin/X (AddScreen+0x85) [0x43b815]
[ 2193.454] (EE) 8: /usr/bin/X (InitOutput+0x3fa) [0x47ca2a]
[ 2193.454] (EE) 9: /usr/bin/X (0x400000+0x29e76) [0x429e76]
[ 2193.454] (EE) 10: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7fd03c57fbf5]
[ 2193.454] (EE) 11: /usr/bin/X (0x400000+0x2a3b1) [0x42a3b1]
[ 2193.454] (EE)
[ 2193.454] (EE) Segmentation fault at address 0x8a0
[ 2193.454] (EE)
Fatal server error:
[ 2193.454] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 2193.454] (EE)
[ 2193.454] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2193.454] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 2193.454] (EE)
[ 2193.461] (EE) Server terminated with error (1). Closing log file.


Собственно, вот такая проблема. Кто сталкивался? Как лечить?
Спасибо сказали:
Kopilov
Сообщения: 949
ОС: [K]Ubuntu, Debian

Re: Гибридная графика. fglrx + intel

Сообщение Kopilov »

Первое найденное обсуждение на тему: http://forums.gentoo.org/viewtopic-p-5278503.html
Первый совет в нём: не забыли ли eselect opengl set ati?

А по факту, я сталкивался вот с чем. Драйвер fglrx работал нормально после установки свежей системы, но неизбежно падал при любой попытке пересобрать/обновить его, X-сервер или ядро.
Спасибо сказали:
ratcatcher
Сообщения: 16
ОС: Gentoo, Debian Sid

Re: Гибридная графика. fglrx + intel

Сообщение ratcatcher »

Kopilov писал(а):
29.05.2014 18:28
Первое найденное обсуждение на тему: http://forums.gentoo.org/viewtopic-p-5278503.html
Первый совет в нём: не забыли ли eselect opengl set ati?

А по факту, я сталкивался вот с чем. Драйвер fglrx работал нормально после установки свежей системы, но неизбежно падал при любой попытке пересобрать/обновить его, X-сервер или ядро.

eselect не забыл. Всё по методичке делал.
Спасибо сказали:
Аватара пользователя
xorader
Сообщения: 1030
Статус: собирающий миры
ОС: Debian
Контактная информация:

Re: Гибридная графика. fglrx + intel

Сообщение xorader »

выключи ВСЕ драйвера X'ов из kernel'а -- должно помочь.

Оставь только в "Device drivers -> Graphics support" (модулями):
* <M> /dev/agpgart (AGP Support) --->
* <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
* {*} Support for frame buffer devices ---> [*] VESA VGA graphics support
* [*] Bootup logo --->

Всё остальное в "Device drivers -> Graphics support" выключи.
Molchanov Alexander (aka Xor)
*offtopic* - ololo!
Спасибо сказали:
ratcatcher
Сообщения: 16
ОС: Gentoo, Debian Sid

Re: Гибридная графика. fglrx + intel

Сообщение ratcatcher »

xorader писал(а):
30.05.2014 17:37
выключи ВСЕ драйвера X'ов из kernel'а -- должно помочь.

Оставь только в "Device drivers -> Graphics support" (модулями):
* <M> /dev/agpgart (AGP Support) --->
* <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
* {*} Support for frame buffer devices ---> [*] VESA VGA graphics support
* [*] Bootup logo --->

Всё остальное в "Device drivers -> Graphics support" выключи.


Так и собирал. Сегфолтится и все тут.
Spoiler
cat /var/log/Xorg.0.log.old
[ 495.158]
X.Org X Server 1.15.0
Release Date: 2013-12-27
[ 495.162] X Protocol Version 11, Revision 0
[ 495.163] Build Operating System: Linux 3.12.20-gentoo x86_64 Gentoo
[ 495.164] Current Operating System: Linux localhost 3.12.20-gentoo #21 SMP Sun Jun 1 18:43:11 FET 2014 x86_64
[ 495.164] Kernel command line: root=/dev/sda3
[ 495.167] Build Date: 29 May 2014 07:15:40PM
[ 495.169]
[ 495.170] Current version of pixman: 0.32.4
[ 495.173] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 495.173] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 495.179] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 1 19:07:37 2014
[ 495.180] (==) Using config file: "/etc/X11/xorg.conf"
[ 495.182] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 495.182] (==) ServerLayout "X.org Configured"
[ 495.182] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 495.182] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 495.182] (**) | |-->Device "aticonfig-Device[0]-0"
[ 495.182] (**) |-->Input Device "Mouse0"
[ 495.182] (**) |-->Input Device "Keyboard0"
[ 495.182] (==) Automatically adding devices
[ 495.182] (==) Automatically enabling devices
[ 495.182] (==) Automatically adding GPU devices
[ 495.182] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 495.182] Entry deleted from font path.
[ 495.182] (**) FontPath set to:

[ 495.182] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 495.182] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 495.182] (WW) Disabling Mouse0
[ 495.182] (WW) Disabling Keyboard0
[ 495.182] (II) Loader magic: 0x807c60
[ 495.182] (II) Module ABI versions:
[ 495.182] X.Org ANSI C Emulation: 0.4
[ 495.182] X.Org Video Driver: 15.0
[ 495.182] X.Org XInput driver : 20.0
[ 495.182] X.Org Server Extension : 8.0
[ 495.183] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 495.184] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3800 rev 9, Mem @ 0xd8000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64
[ 495.184] (--) PCI: (0:1:0:0) 1002:6663:17aa:3800 rev 0, Mem @ 0xd0000000/134217728, 0xd8600000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 495.185] Initializing built-in extension Generic Event Extension
[ 495.186] Initializing built-in extension SHAPE
[ 495.187] Initializing built-in extension MIT-SHM
[ 495.188] Initializing built-in extension XInputExtension
[ 495.190] Initializing built-in extension XTEST
[ 495.191] Initializing built-in extension BIG-REQUESTS
[ 495.192] Initializing built-in extension SYNC
[ 495.193] Initializing built-in extension XKEYBOARD
[ 495.194] Initializing built-in extension XC-MISC
[ 495.195] Initializing built-in extension XINERAMA
[ 495.196] Initializing built-in extension XFIXES
[ 495.197] Initializing built-in extension RENDER
[ 495.197] Initializing built-in extension RANDR
[ 495.198] Initializing built-in extension COMPOSITE
[ 495.199] Initializing built-in extension DAMAGE
[ 495.200] Initializing built-in extension MIT-SCREEN-SAVER
[ 495.201] Initializing built-in extension DOUBLE-BUFFER
[ 495.201] Initializing built-in extension RECORD
[ 495.202] Initializing built-in extension DPMS
[ 495.203] Initializing built-in extension Present
[ 495.204] Initializing built-in extension DRI3
[ 495.204] Initializing built-in extension X-Resource
[ 495.205] Initializing built-in extension XVideo
[ 495.206] Initializing built-in extension XVideo-MotionCompensation
[ 495.207] Initializing built-in extension XFree86-VidModeExtension
[ 495.207] Initializing built-in extension XFree86-DGA
[ 495.208] Initializing built-in extension XFree86-DRI
[ 495.209] Initializing built-in extension DRI2
[ 495.209] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 495.209] (II) LoadModule: "glx"
[ 495.209] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 495.209] (II) Module glx: vendor="X.Org Foundation"
[ 495.210] compiled for 1.15.0, module version = 1.0.0
[ 495.210] ABI class: X.Org Server Extension, version 8.0
[ 495.210] (==) AIGLX enabled
[ 495.210] Loading extension GLX
[ 495.210] (II) LoadModule: "fglrx"
[ 495.210] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
[ 495.440] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[ 495.440] compiled for 1.4.99.906, module version = 14.10.2
[ 495.440] Module class: X.Org Video Driver
[ 495.440] (II) Loading sub module "fglrxdrm"
[ 495.440] (II) LoadModule: "fglrxdrm"
[ 495.440] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[ 495.467] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 495.467] compiled for 1.4.99.906, module version = 14.10.2
[ 495.467] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
[ 495.467] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.10.1006.1001
[ 495.467] (II) AMD Proprietary Linux Driver Build Date: May 5 2014 21:38:38
[ 495.467] (--) using VT number 8

[ 495.472] (WW) Falling back to old probe method for fglrx
[ 495.581] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[ 495.601] ukiDynamicMajor: found major device number 248
[ 495.601] ukiDynamicMajor: found major device number 248
[ 495.601] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 495.601] ukiOpenDevice: node name is /dev/ati/card0
[ 495.601] ukiOpenDevice: open result is 9, (OK)
[ 496.571] ukiOpenDevice: open result is 9, (OK)
[ 496.571] ukiOpenByBusid: ukiOpenMinor returns 9
[ 496.571] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 496.617] (--) Chipset Supported AMD Graphics Processor (0x6663) found
[ 496.617] (II) fglrx: intel VGA device detected, load intel driver.
[ 496.617] (II) LoadModule: "intel"
[ 496.618] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 496.618] (II) Module intel: vendor="X.Org Foundation"
[ 496.618] compiled for 1.15.0, module version = 2.21.15
[ 496.618] Module class: X.Org Video Driver
[ 496.618] ABI class: X.Org Video Driver, version 15.0
[ 496.618] (II) fglrx(0): pEnt->device->identifier=0xa68300
[ 496.619] (II) intel(1): pEnt->device->identifier=(nil)
[ 496.619] (EE) Screen 1 deleted because of no matching config section.
[ 496.619] (II) UnloadModule: "intel"
[ 496.619] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
[ 496.619] (II) fglrx(0): PowerXpress: Integrated GPU is selected.
[ 496.799] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 496.799] (==) fglrx(0): RGB weight 888
[ 496.799] (==) fglrx(0): Default visual is TrueColor
[ 496.799] (**) fglrx(0): ChipID override: 0x0166
[ 496.799] (**) fglrx(0): Integrated Graphics Chipset: Intel® HD Graphics 4000
[ 496.799] (**) fglrx(0): Relaxed fencing enabled
[ 496.799] (**) fglrx(0): Wait on SwapBuffers? enabled
[ 496.799] (**) fglrx(0): Triple buffering? enabled
[ 496.799] (**) fglrx(0): Framebuffer tiled
[ 496.799] (**) fglrx(0): Pixmaps tiled
[ 496.799] (**) fglrx(0): 3D buffers tiled
[ 496.799] (**) fglrx(0): SwapBuffers wait enabled
[ 496.799] (==) fglrx(0): video overlay key set to 0x101fe
[ 496.799] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[ 496.799] (--) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 496.800] (II) fglrx(0): Output VGA1 has no monitor section
[ 496.801] (II) fglrx(0): Output HDMI1 has no monitor section
[ 496.801] (II) fglrx(0): Output DP1 has no monitor section
[ 496.801] (II) fglrx(0): EDID for output LVDS1
[ 496.801] (II) fglrx(0): Manufacturer: SDC Model: 4752 Serial#: 0
[ 496.801] (II) fglrx(0): Year: 2012 Week: 0
[ 496.801] (II) fglrx(0): EDID Version: 1.3
[ 496.801] (II) fglrx(0): Digital Display Input
[ 496.801] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 496.801] (II) fglrx(0): Gamma: 2.20
[ 496.801] (II) fglrx(0): No DPMS capabilities specified
[ 496.801] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 496.801] (II) fglrx(0): First detailed timing is preferred mode
[ 496.801] (II) fglrx(0): redX: 0.570 redY: 0.340 greenX: 0.330 greenY: 0.560
[ 496.801] (II) fglrx(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
[ 496.801] (II) fglrx(0): Manufacturer's mask: 0
[ 496.801] (II) fglrx(0): Supported detailed timing:
[ 496.801] (II) fglrx(0): clock: 72.3 MHz Image Size: 344 x 194 mm
[ 496.801] (II) fglrx(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
[ 496.801] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 790 v_border: 0
[ 496.801] (II) fglrx(0): Unknown vendor-specific block f
[ 496.801] (II) fglrx(0): SAMSUNG
[ 496.801] (II) fglrx(0): LTN156AT32L01
[ 496.801] (II) fglrx(0): EDID (in hex):
[ 496.801] (II) fglrx(0): 00ffffffffffff004c83524700000000
[ 496.801] (II) fglrx(0): 00160103802213780a09259257548f29
[ 496.801] (II) fglrx(0): 22505400000001010101010101010101
[ 496.801] (II) fglrx(0): 010101010101411c56a0500016303020
[ 496.801] (II) fglrx(0): 250058c2100000190000000f00000000
[ 496.801] (II) fglrx(0): 00000000001eb4027400000000fe0053
[ 496.801] (II) fglrx(0): 414d53554e470a204c834154000000fe
[ 496.801] (II) fglrx(0): 004c544e313536415433324c30310083
[ 496.801] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 496.801] (II) fglrx(0): Printing probed modes for output LVDS1
[ 496.801] (II) fglrx(0): Modeline "1366x768"x60.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync (47.4 kHz eP)
[ 496.801] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 496.801] (II) fglrx(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 496.801] (II) fglrx(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 496.801] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 496.802] (II) fglrx(0): EDID for output VGA1
[ 496.803] (II) fglrx(0): EDID for output HDMI1
[ 496.803] (II) fglrx(0): EDID for output DP1
[ 496.803] (II) fglrx(0): Output LVDS1 connected
[ 496.803] (II) fglrx(0): Output VGA1 disconnected
[ 496.803] (II) fglrx(0): Output HDMI1 disconnected
[ 496.803] (II) fglrx(0): Output DP1 disconnected
[ 496.803] (II) fglrx(0): Using exact sizes for initial modes
[ 496.803] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[ 496.803] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 496.803] (II) fglrx(0): Kernel page flipping support detected, enabling
[ 496.803] (==) fglrx(0): DPI set to (96, 96)
[ 496.803] (II) Loading sub module "fb"
[ 496.803] (II) LoadModule: "fb"
[ 496.803] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 496.803] (II) Module fb: vendor="X.Org Foundation"
[ 496.803] compiled for 1.15.0, module version = 1.0.0
[ 496.803] ABI class: X.Org ANSI C Emulation, version 0.4
[ 496.803] (II) Loading sub module "dri2"
[ 496.803] (II) LoadModule: "dri2"
[ 496.803] (II) Module "dri2" already built-in
[ 496.803] (II) Loading sub module "fglrxdrm"
[ 496.803] (II) LoadModule: "fglrxdrm"
[ 496.803] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[ 496.803] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 496.803] compiled for 1.4.99.906, module version = 14.10.2
[ 496.805] ukiDynamicMajor: found major device number 248
[ 496.805] ukiDynamicMajor: found major device number 248
[ 496.805] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 496.805] ukiOpenDevice: node name is /dev/ati/card0
[ 496.805] ukiOpenDevice: open result is 12, (OK)
[ 496.805] ukiOpenByBusid: ukiOpenMinor returns 12
[ 496.805] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 496.805] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x3800)
[ 496.805] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[ 496.805] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[ 496.805] (--) fglrx(0): MMIO registers at 0xd8600000
[ 496.805] (--) fglrx(0): I/O port at 0x00003000
[ 496.805] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 496.805] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[ 496.805] (--) fglrx(0): Video RAM: 2097152 kByte, Type: DDR3
[ 496.805] (II) fglrx(0): PCIE card detected
[ 496.805] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 496.805] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 496.805] Loading extension FGLRXEXTENSION

Спасибо сказали:
ratcatcher
Сообщения: 16
ОС: Gentoo, Debian Sid

Re: Гибридная графика. fglrx + intel

Сообщение ratcatcher »

btw, нормальна ли такая ситуация:
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)

А карточка Radeon выдается как
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun PRO [Radeon HD 8570A/8570M]
т.е. без VGA. Может, ядро ее не признает.
Спасибо сказали:
Аватара пользователя
Bizdelnick
Модератор
Сообщения: 20795
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: Гибридная графика. fglrx + intel

Сообщение Bizdelnick »

ratcatcher писал(а):
01.06.2014 20:59
А карточка Radeon выдается как
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun PRO [Radeon HD 8570A/8570M]
т.е. без VGA. Может, ядро ее не признает.

Как карточка представляется, так и отображается. От ядра тут ничего не завит. На работоспособность это не влияет. Всё, что связано с ядром, отображается, если добавить ключ -k.
Пишите правильно:
в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик
Спасибо сказали:
ratcatcher
Сообщения: 16
ОС: Gentoo, Debian Sid

Re: Гибридная графика. fglrx + intel

Сообщение ratcatcher »

Bizdelnick писал(а):
01.06.2014 23:14
ratcatcher писал(а):
01.06.2014 20:59
А карточка Radeon выдается как
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun PRO [Radeon HD 8570A/8570M]
т.е. без VGA. Может, ядро ее не признает.

Как карточка представляется, так и отображается. От ядра тут ничего не завит. На работоспособность это не влияет. Всё, что связано с ядром, отображается, если добавить ключ -k.

Ясно. Понятно. Будем продолжать попытки.
Спасибо сказали:
Ответить