[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ubiquity

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2009-05-07 Thread Sergio Zanchetta
The 18 month support period for Gutsy Gibbon 7.10 has reached its end of life -
http://www.ubuntu.com/news/ubuntu-7.10-eol . As a result, we are closing the
Gutsy task.

** Changed in: ubiquity (Ubuntu Gutsy)
   Status: In Progress = Won't Fix

** Changed in: ubiquity (Ubuntu Gutsy)
Milestone: ubuntu-7.10-rc = None

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-05-04 Thread gamgee911
Confirming for Ubuntu Hardy PPC

Fresh install on PowerBook G4 (nvidia graphics 867mhz).  I changed the
conf file to match my resolution but the colors are still messed up.  I
think they have to be increased to 16 bit color?  I'm not sure how to do
that however :/

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-04-23 Thread Bruce
# Usplash configuration file
xres=1280
yres=1024

Reflects my Ctrl-F1 thru Ctrl-F6 screen settings. While my X-Windows
screen is set for 1680x1050.

My Display Adapter is a Nvidia 8600 GT

Thanks,

Bruce

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-04-21 Thread Åskar
Hi Saïvann


I did not fix the problem in gutsy, I used nosplash at grub instead. So perhaps 
that means that this was an old usplash.conf as you say.

I changed the resolution in /etc/usplash.conf in hardy and the problem
went away. My resolution is 1440x900.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-04-21 Thread Saïvann Carignan
Thank you for your confirmation, that means that the bug is still fixed.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-04-17 Thread Åskar
I can confirm this problem is still in latest hardy, upgraded yesterday

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-04-17 Thread Saïvann Carignan
Åskar : Thanks for your comment, can your provide the following
informations?

1. Did you fix the problem while you used Gutsy with the workaround? If not, no 
need to go further, installing a brand new Hardy system should not have this 
bug, but if you already have wrong values in /etc/usplash.conf and that you 
upgrade, nothing will change, Hardy will keep the existing values in 
/etc/usplash.conf.
2. If the problem suddenly appeared with Hardy, can you attach your 
/etc/usplash.conf ?
3. Can you also say what is the resolution of your screen as you can see in 
System / Preferences / Screen Resolution ?

If the values in /etc/usplash.conf were already the same as your actual
screen resolution and that you still get this bug, you might have bug
205990.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-30 Thread Colin Watson
xserver-xorg.postinst no longer sets up xserver-
xorg/config/display/modes; instead, the X server deals with mode
configuration at run-time. This means that usplash.postinst no longer
has anywhere to get the correct modes.

In the desktop CD case, we can cope with this since we have a running X
display, and can use xdpyinfo to fish the current screen dimensions out
of that (although we may also have to restrict them to valid VESA
modes). Unfortunately we can't do anything about the alternate install
CD case, since an X server hasn't been started at the point when usplash
is configured (well, we could perhaps do X -probeonly along the same
lines as xresprobe, but that feels risky at this point).

I think the best option is to have usplash.postinst use xdpyinfo to
fetch screen dimensions if DISPLAY is set. That way you at least have
the option of reconfiguring usplash within a running X display if it
picks the wrong values, and it keeps package-specific logic out of
ubiquity. It won't be pretty, but is probably about the best we can do.
I'll work on this.

** Also affects: usplash (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: usplash (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Colin Watson (kamion)
   Status: New = In Progress
   Target: None = ubuntu-8.04

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-30 Thread Colin Watson
7.10 had xserver-xorg/config/display/modes, so the usplash task is not
relevant for gutsy.

** Changed in: usplash (Ubuntu Gutsy)
   Status: New = Invalid

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-30 Thread Saïvann Carignan
Colin Watson : The current issue with Hardy is different from the
initial issue described in this bug report. I believe that we should
work on this in bug 188764 or, if you prefer, set bug 188764 as a
duplicate of this one.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-30 Thread Colin Watson
Bouncing around between bugs is boring, but sure, whatever you like ...

** Changed in: usplash (Ubuntu)
   Status: In Progress = Invalid

** Changed in: usplash (Ubuntu)
 Assignee: Colin Watson (kamion) = (unassigned)
   Target: ubuntu-8.04 = None

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-22 Thread JeremiahFlerchinger
I just wanted to say thanks.  Ubuntu 8.04 fixed this problem for me.
The half-screen I was getting on login that I had to hit CTRL+ALT+DEL to
resolve is also fixed.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-16 Thread Bram Stolk
I have two graphic cards.
One is nVidia 6600
Other is nVidia 8600GT

The 6600 works with usplash
THe 8600 does not work with usplash. It does work with X though.

THis is on a 7.10 xubuntu install.

Also, I noticed I don't have my text consoles when using the 8600.
When removing the 8600, and using the 6600, my text consoles and usplash work.

  Bram

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-03-16 Thread Saïvann Carignan
Bram Stolk : That means that your bug is bug 147623. Thanks :)

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-28 Thread fsstar
I re-installed  Gutsy one week ago in my Intel845 machine with only one
hard disk and  let Gutsy to be my only  OS,in these days ,this bug has
not re -occurred.I have not changed the usplash.conf file ,because the
1280*1024 setting  is correct.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-13 Thread Mohamed
I've got the same problem, infact i can't even boot of the livecd i had
to install of the alternate cd. In all honesty this is a huge bug, i
could imagine alot of people being put of ubuntu because the live cd not
working.  If it makes a difference i using dvi.

here are my specs.

Samsung SpinPoint T 500GB SATA-II 16MB Cache - OEM (HD501LJ
Samsung SpinPoint T 320GB SATA-II 16MB Cache - OEM (HD321KJ)
Corsair HX 520W ATX2.2 Modular SLI Compliant PSU (CMPSU-520HXUK)
Corsair 4GB DDR2 XMS2 PC2-6400C5 TwinX (2x2GB)
Intel Core 2 Quad Pro Q6600 Energy Efficient SLACR 95W Edition 2.40GHz 
(1066FSB) - Retail
EVGA GeForce 8800 GTS Crysis Edition 512MB GDDR3 HDTV/Dual DVI (PCI-Express) 
- Retail (512-P3-E841-AE-CrysisUK)
Samsung SH-S203NRSMN 20x DVD±RW SATA Dual Layer Lightscribe ReWriter 
(Beige/Black/Silver) - Retail
Abit IP35 (Socket 775) PCI-Express DDR2 Motherboard
Logitech Wave Keyboard USB
Logitech MX518 Gaming mouse
Dell 22 inch Widescreen Flat Panel Display with built-in Webcam (SP2208WFP)

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-13 Thread Drascus
Just to let people know who might not. If none of the work arounds here seem to 
help you particular computer. You can always type sudo gedit 
/boot/grub/menu.lst Go to the this line in the document:
 kernel/boot/vmlinuz-2.6.22-14-generic 
root=UUID=048896bf-abae-4771-82cf-53eff300fe28 ro quiet splash 

Erase the word splash then save the document.
This will allow Ubuntu to boot without a splash screen at all. It will show 
boot text instead. Not as aesthetically pleasing perhaps but it works.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-09 Thread Saïvann Carignan
Colin Watson : Numerous comments in different bug reports says that
usplash often get 640x480 resolution in Hardy. My own laptop which is
always in 1440x900 resolution with Xorg did have a /etc/usplash.conf of
640x480 in Hardy Alpha 4. I suggest that we take a look at this before
the final release.

bug 188764 in usplash describe the same problem, I confirmed it in
usplash but if we find that this is still the ubiquity bug, we should
mark it as a duplicate.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-07 Thread Harvey Muller
Saïvann Carignan:

Thank you for clarifying.  I was unaware this bug report was for the
Hardy Desktop i386 edition.

I've installed Hardy Desktop i386 Alpha 4 as you recommended and can
confirm this bug is NOT an issue for this edition on my hardware.  I
will continue to watch bug 147623 instead.

The only related issue with the i386 edition is the blank ttys, but
that's a different bug.

Appreciate your assistance!

Harvey

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-06 Thread Saïvann Carignan
Harvey Muller : Thanks for your comment. You are using a amd64 bit
ubuntu edition with nvidia geforce 8400M GS, this is a known but with
nvidia cards which you can find here : bug 147623. In order to make sure
that you reproduced the good bug, can you try the same with ubuntu 32
bit? Thanks for your contribution.

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-05 Thread Harvey Muller
Colin,

In a fresh installation of Hardy Desktop amd64 Alpha 4, the problem is
still present on the Dell Inspiron 1420 (nVidia GeForce 8400M GS).  The
screen blanks during normal boot period until gdm starts.  Normal
behaviour returns after manual fix.

Screens and Graphics reports the expected laptop screen resolution @
1400x900.  During installation, this had to be manually configured using
displayconfig-gtk (pops up automatically)

/etc/usplash.conf differs with:
xres=640
yres=480

The manual fix is the same as previously stated:

- Modify /etc/usplash.conf (xres=1400 yres=900)
- Modify /boot/grub/menu.lst (add vga=0x0365 at end of kernel line)
- Modify /etc/initramfs-tools/modules (add fbcon and vesafb on separate lines)
- Modify /etc/modprobe.d/blacklist-framebuffer (comment out 'blacklist vesafb')\
- run 'sudo update-initramfs -u'

If there's additional information you need, please let me know.

Regards,

Harvey

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-05 Thread Saïvann Carignan
** Tags added: metabug

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-04 Thread Brian Murray
** Summary changed:

- Black screen, and bad usplash.conf
+ Black screen, and bad usplash.conf after installation

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150930] Re: Black screen, and bad usplash.conf after installation

2008-02-04 Thread Markus Korn
Hi Colin,
comparing these two values is impossible for me because displayconfig-gtk is 
not running properly (Bug 178061):
[EMAIL PROTECTED]:~$ cat /etc/usplash.conf 
# Usplash configuration file
xres=640
yres=480
[EMAIL PROTECTED]:~$ displayconfig-gtk 
*** Error: couldn't find any ServerLayout sections
[EMAIL PROTECTED]:~$ 

So I'm not sure if this is really related to the problem originally
reported here.

Markus

-- 
Black screen, and bad usplash.conf after installation
https://bugs.launchpad.net/bugs/150930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs