I just installed AMD official drivers (got a Radeon HD 7970M) on my Slackware64 and then I generated a new xorg.conf with aticonfig --initial -f.
But now, startx fail systematically, and there is the error part of the logs:
Code:
[ 481.457] (II) fglrx(0): pEnt->device->identifier=0x206fc40
[ 481.457] (II) intel(1): pEnt->device->identifier=(nil)
[ 481.457] (EE) Screen 1 deleted because of no matching config section.
[ 481.457] (II) UnloadModule: "intel"
[ 481.457] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
[ 481.457] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[ 481.477] (EE) fglrx(0): PowerXpress: /usr/lib64/fglrx/switchlibGL failed wi$
[ 481.477] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglr$
library file /usr/X11R6/lib/fglrx/fglrx-libGL.so.1.2 not exist, can't switch
[ 481.477] (EE) fglrx(0): PowerXpress: Fail to switch libGL link files.
[ 481.477] (WW) fglrx(0): Quitting screen -- PreInit PowerXpress failed.
[ 481.477] (WW) fglrx(0): Quitting screen -- PreInit PowerXpress failed.
[ 481.477] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === end
[ 481.477] (II) UnloadModule: "fglrx"
[ 481.477] (II) UnloadSubModule: "fglrxdrm"
[ 481.477] (EE) Screen(s) found, but none have a usable configuration.
[ 481.477] (EE)
Fatal server error:
[ 481.477] (EE) no screens found(EE)
However, when I delete that config file it works fine. I uninstalled xf86-video-ati, I blacklisted radeon and radeonhd in modprobe configuration, and there is the content of the problematical xorg.conf:
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
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 "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
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
Does anyone have an idea of why? Thanks in advance.