I installed
F16 (clean installation) on my laptop (Lenovo IdeaPad Y560)with 2 GPUs, Fedora seems to get my Intel card just fine, but when I install any (Propertary or RPM Fusion KMOD or AKMOD) X wont start, I did a
lspci -nn | grep VGA and I can see both video cards. What am I doing wrong? Could anyone please help me or point me in the right direction?
Thanks in advance.
EDIT:
New information, after a further googling... I found out that my "xorg.conf" might be set up wrong, The only way to log into X after installing drivers is by removing my xorg.conf, then reboot into VESA mode, so now I did a lspci and got this"
Quote:
$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Madison [Mobility Radeon HD 5000 Series] [1002:68c0]
|
Now here is my actual xorg.conf...
Quote:
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
|
With this file I can NOT log into X at all... What am I doing wrong?