View previous topic :: View next topic |
Author |
Message |
no_hope Guru
Joined: 23 Jun 2003 Posts: 482
|
Posted: Sat Oct 13, 2007 7:36 pm Post subject: xorg can't find video card after kexec reboot |
|
|
I have two nVidia video cards, PCI and PCIe. After rebooting with kexec, console stuff is fine, but Xorg is only working on the PCI video card, while the PCIe card "fails to initialize".
Is there a way to "shut down" the PCIe card manually or somehow give it more time to initialize?
Or maybe it's not a timing issue at all?
Thanks! |
|
Back to top |
|
|
Keruskerfuerst Advocate
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Sun Oct 14, 2007 7:27 pm Post subject: |
|
|
/var/log/Xorg.0.log? |
|
Back to top |
|
|
no_hope Guru
Joined: 23 Jun 2003 Posts: 482
|
Posted: Tue Oct 16, 2007 6:49 pm Post subject: |
|
|
Keruskerfuerst wrote: | /var/log/Xorg.0.log? |
Here are the interesting bits:
Code: |
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
(EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
(EE) NVIDIA(0): additional information.
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
(II) NVIDIA(1): Creating default Display subsection in Screen section
"Screen_Left" for depth/fbbpp 24/32
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "NvAGP" "1"
(**) NVIDIA(1): Option "UseInt10Module" "true"
(**) NVIDIA(1): Option "Rotate" "left"
(**) NVIDIA(1): Option "TripleBuffer" "true"
(**) NVIDIA(1): Option "UseEvents" "true"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Using static 90-degree counterclockwise screen rotation.
(EE) NVIDIA(1): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
(EE) NVIDIA(1): Please see the COMMON PROBLEMS section in the README for
(EE) NVIDIA(1): additional information.
(EE) NVIDIA(1): Failed to initialize the NVIDIA graphics device!
(II) NVIDIA(2): Creating default Display subsection in Screen section
"Screen_Right" for depth/fbbpp 24/32
(**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
*** NVIDIA(2) (the PCI card) proceeds about its business normally ***
(EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
(EE) NVIDIA(GPU-1): Please see the COMMON PROBLEMS section in the README for
(EE) NVIDIA(GPU-1): additional information.
(WW) NVIDIA(GPU-1): Failed to initialize NVIDIA graphics device on GPU PCI:1:0:0!
*** input device stuff ***
|
Despite the message, "COMMON PROBLEMS section in the README" does not address the issue I am having |
|
Back to top |
|
|
|