[opensuse-kde] Dual-Graphics hw, output on the wrong card
Hw: amd A8 processor with internal graphics amd grapics card on pcie slot Sw: Opensuse 12.1 , 13.1 I added a amd grapics card on my computer. I switched in the bios to peg graphics. Then I connected my display to pcie-card and booted my computer. Bios output,grub and console output come correct on the pcie connected display. At the moment kde-graphics started this video comes on the cpu-graphics output. The output i no longer use. No matter which videodriver i use radeon or fglrx. Where can i set that all output (kde) goes to the pcie-card. Thanks, Hans -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Hans de Faber said the following on 12/06/2013 07:03 AM:
Hw: amd A8 processor with internal graphics amd grapics card on pcie slot Sw: Opensuse 12.1 , 13.1
I added a amd grapics card on my computer. I switched in the bios to peg graphics.
Then I connected my display to pcie-card and booted my computer. Bios output,grub and console output come correct on the pcie connected display.
At the moment kde-graphics started this video comes on the cpu-graphics output. The output i no longer use. No matter which videodriver i use radeon or fglrx.
Where can i set that all output (kde) goes to the pcie-card.
BTDT struck forehead. Silly me! I forgot that all the X-Windows stuff is configured in /etc/X11/xorg.conf.d Needed to change details of the graphics device. -- How long did the whining go on when KDE2 went on KDE3? The only universal constant is change. If a species can not adapt it goes extinct. That's the law of the universe, adapt or die. -- Billie Walsh, May 18 2013 -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On 06/12/13 14:10, Anton Aylward wrote:
Hans de Faber said the following on 12/06/2013 07:03 AM:
Hw: amd A8 processor with internal graphics amd grapics card on pcie slot Sw: Opensuse 12.1 , 13.1
I added a amd grapics card on my computer. I switched in the bios to peg graphics.
Then I connected my display to pcie-card and booted my computer. Bios output,grub and console output come correct on the pcie connected display.
At the moment kde-graphics started this video comes on the cpu-graphics output. The output i no longer use. No matter which videodriver i use radeon or fglrx.
Where can i set that all output (kde) goes to the pcie-card.
BTDT struck forehead. Silly me! I forgot that all the X-Windows stuff is configured in /etc/X11/xorg.conf.d Needed to change details of the graphics device.
For your attention, this is what happened in xorg.conf =========================== Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "aticonfig-Screen[0]-0" RightOf "aticonfig-Screen[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 "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:0:1:0" 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 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 -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On 2013-12-07 20:49 (GMT+0100) Hans de Faber composed:
For your attention, this is what happened in xorg.conf
Happened how? With what result? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Hans de Faber said the following on 12/07/2013 02:49 PM:
Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:0:1:0" EndSection
Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection
Same identifier for BOTH Entries? Just one example out of many such. Perhaps the second over-rides the first, but is you are trying to define two devices, screens or otherwise, it would help to use different identifiers. -- How long did the whining go on when KDE2 went on KDE3? The only universal constant is change. If a species can not adapt it goes extinct. That's the law of the universe, adapt or die. -- Billie Walsh, May 18 2013 -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On 07/12/13 22:18, Anton Aylward wrote:
Hans de Faber said the following on 12/07/2013 02:49 PM:
Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:0:1:0" EndSection
Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection
Same identifier for BOTH Entries?
Just one example out of many such. Did not know that.
Perhaps the second over-rides the first, but is you are trying to define two devices, screens or otherwise, it would help to use different identifiers.
Problem solved for this particular case, I removed all the unnecessary items in xorg.conf. Thanks for all the hints, Hans -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On 2013-12-06 13:03 (GMT+0100) Hans de Faber composed:
Hw: amd A8 processor with internal graphics amd grapics card on pcie slot Sw: Opensuse 12.1 , 13.1
I added a amd grapics card on my computer. I switched in the bios to peg graphics.
Then I connected my display to pcie-card and booted my computer. Bios output,grub and console output come correct on the pcie connected display.
At the moment kde-graphics started this video comes on the cpu-graphics output. The output i no longer use. No matter which videodriver i use radeon or fglrx.
Where can i set that all output (kde) goes to the pcie-card.
Note that most BIOS with a PEG option have more than one PEG option. Which to choose isn't always intuitive. Normally with the BIOS default selected the PCIe card becomes the default automatically. Regardless of the BIOS setting, xorg.conf or /etc/X11/xorg.conf.d/50-device.conf may need to be used to specify the default output, and for it to work you may need kdedrc to contain: [Module-kscreen] autoload=false -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (3)
-
Anton Aylward
-
Felix Miata
-
Hans de Faber