[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2014-11-21 Thread Rolf Leggewie
Hardy has seen the end of its life and is no longer receiving any updates. Marking the Hardy task for this ticket as Won't Fix. ** Changed in: xorg-server (Ubuntu Hardy) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xorg-server -- xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3 https://bugs.launchpad.net/bugs/219424 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-05-13 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.4.1~git20080131-1ubuntu11 --- xorg-server (2:1.4.1~git20080131-1ubuntu11) intrepid; urgency=low * 169_xf86AutoConfig_choose_default_driver_if_no_pci.patch - Choose the default driver for the platform instead of the generic

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-05-13 Thread Dan Munckton
** Changed in: ubuntu-ps3-port Status: In Progress = Fix Released -- xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3 https://bugs.launchpad.net/bugs/219424 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-05-10 Thread Dan Munckton
Attaching a fix for this. Simple solution instead of jumping to the cleanup code at the end of chooseVideoDriver() jump to the logic just before which will select the platform default driver (vesa, vga, or fbdev). Regression tested on a laptop with an ATI card - fine both with and without

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-05-10 Thread Dan Munckton
This is the bare changes to xf86AutoConfig.c after all other debian patches have been applied. ** Attachment added: 169_xf86AutoConfig_choose_default_driver_if_no_pci.diff http://launchpadlibrarian.net/14430646/169_xf86AutoConfig_choose_default_driver_if_no_pci.diff -- xorg-server wrongly

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-05-10 Thread Dan Munckton
** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) = Dan Munckton (munckfish) Status: New = In Progress -- xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3 https://bugs.launchpad.net/bugs/219424 You received this bug notification because you are a

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-04-22 Thread alphachen
Based on your gdb trace log and the code I google from http://launchpadlibrarian.net/13569808/ps3-xorg-gdb-session-chooseVideoDriver Here is my analysis +char* +chooseVideoDriver(void) +{ ... +/* Find the primary device, and get some information about it. */ +if (xf86PciVideoInfo) { +

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-04-22 Thread Dan Munckton
Thanks for the analysis alpachen. Could you follow up on point 1 and see if you can find out whether no pci info is normal? To start with I suggest you could ask on #ps3linux or #ps3dev on IRC. If you cannot make time for this please say and I will continue to work on it. I have noticed that

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-04-18 Thread Dan Munckton
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/13569567/Xorg.0.log ** Also affects: ubuntu-ps3-port Importance: Undecided Status: New -- xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3 https://bugs.launchpad.net/bugs/219424 You received

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-04-18 Thread Dan Munckton
Setting importance to high. If we don't fix for this X will not run on PS3 without hand editing xorg.conf. ** Changed in: ubuntu-ps3-port Importance: Undecided = High Assignee: (unassigned) = Dan Munckton (munckfish) Status: New = In Progress -- xorg-server wrongly tries to load

[Bug 219424] Re: xorg-server wrongly tries to load 'vesa' driver instead of 'fbdev' on PS3

2008-04-18 Thread Dan Munckton
Here's a GDB session stepping through chooseVideoDriver() in hw/xfree86/common/xf86AutoConfig.c. Hope that helps. I can do more traces if needed. ** Attachment added: ps3-xorg-gdb-session-chooseVideoDriver http://launchpadlibrarian.net/13569808/ps3-xorg-gdb-session-chooseVideoDriver --