/srv/irclogs.ubuntu.com/2010/03/10/#ubuntu-installer.txt

=== robbiew is now known as robbiew_
=== _ruben_ is now known as _ruben
OmahnI've been hoping to do some Ubuntu desktop installs to existing Windows machines using a preseeded install. Problem is that I need to shrink the NTFS partition and AFAIK, I need to do this in early_command, pulling in the ntfsresize binary and parted. I've tried this: d-i preseed/early_command string anna-install parted-udeb13:23
OmahnUnfortunately it just queues the install and so my resize/partition commands that follow fail.13:24
OmahnIs it possible to use anna-install at this point in the install or should I wget the udebs and install them that way?13:24
exltcjwatson: thanks for the push  :)13:30
michaelforrestcjwatson: thanks for the getting the new branding on the install startup13:40
michaelforrestcjwatson: I am wondering why it seems to be squashed vertically on my screen though13:41
persiamichaelforrest: What's your resolution and physical screen dimensions?13:45
michaelforrestI guess the resolution is different during boot13:46
persiaCan be, depending on drivers and hardware configurations.13:46
michaelforrest(hang on - just checking - I wasn't logged on)13:46
michaelforrest1366x76813:47
michaelforrest13"13:47
persiaAnd the dimensions of the source graphic?13:48
persiaI'm kinda guessing, but I suspect that you are displaying a resampled 1024x768 graphic on that screen at boot time.13:48
persia(which would appear as horizontal stretching or vertical squashing)13:49
michaelforrestI'm trying it on a 1280x800 (i.e. squarer) 12" display and the ubuntu logo is still squashed vertically13:50
persiaDo you have access to a 4:3 screen?13:50
michaelforrestyeah that's 4:3 I think13:51
michaelforrest(well - it is 4:3 - the pixel measurements are from memory so might not be right)13:52
persia1064x800 is 4:3.13:52
persiaLots of modern hardware have non-square pixels.  Same reason why people complain stuff is squashed in HD television.13:52
michaelforrestok - it seems pretty extreme to me13:53
michaelforrestdo you know where I can find the logo file?13:53
persiaI could be completely wrong, but I suspect that if it looks good on a 4:3, there's some extra stuff that needs to happen for widescreens.13:53
michaelforrestyeah it looks wrong on 4:3 too13:53
michaelforrestso I think it might be the asset13:53
persiaI think you're right.13:53
persiamichaelforrest: I'm sorry.  I'm not finding the asset in a quick search of the few places I thought it might be.  I think you'll need someone more knowledgeable to help track it down.13:58
michaelforrestyeah I'm not having any better luck13:58
michaelforrestwe need cjwatson!13:58
evmichaelforrest: does this look okay to you (strength meter): http://people.canonical.com/~evand/tmp/good.png14:00
michaelforrestyeah that's fine14:01
michaelforrestcan you get rid of all the supporting text under these fields now?14:01
persiaDIdn't all that text get added because of various bug reports due to confusion?14:02
evmichaelforrest: as in for lucid?14:02
evwas that something we agreed on in the meeting and I've just forgotten?14:02
=== kirkland` is now known as kirkland
michaelforrestev: well - it seems you've done the inline validation which I wanted so that we didn't need so much supporting text14:18
evokay14:18
eva fair point14:18
cjwatsonmichaelforrest: we only have one version of the graphic, at 640x48014:27
cjwatsonand it's in lp:~ubuntu-cdimage/debian-cd/ubuntu, data/lucid/ubuntu.pcx14:28
cjwatsonmichaelforrest: can fix this sort of thing after UI freeze, I think14:28
michaelforrestcjwatson: ok14:28
michaelforrestthanks14:28
cjwatsonnot a new problem, I think - this must have been the case for the old graphic too14:29
cjwatsoneither we never noticed or never cared :)14:30
cjwatsonmichaelforrest: might be worth checking out the actual file there and making sure I didn't horribly screw it up14:30
michaelforrestyeah I'll have a look14:30
cjwatsondirect link: http://bazaar.launchpad.net/%7Eubuntu-cdimage/debian-cd/ubuntu/download/head%3A/ubuntu.pcx-20091106105925-07zdym3tzmh3m7wc-31/ubuntu.pcx14:31
michaelforrestcjwatson: the image is fine - it must be getting distorted when it's rendered14:33
michaelforrestI think the icons along the bottom are suffering similarly14:34
cjwatsonok, that would be expected then given the current code14:34
cjwatsonit's just displayed full-screen *shrug*14:34
cjwatsonwe'll have to either explicitly scale it or (perhaps more feasibly) have multiple versions of the image14:35
michaelforrestcan we not just crop it?14:35
michaelforrestcenter it and crop it?14:35
cjwatsonthat wouldn't help14:35
michaelforrestor just have a smaller asset and place it ?14:35
cjwatsonthe entire screen is in 640x480 mode, so it's the monitor that's doing the scaling14:36
michaelforrestso it always has to be 640x480?14:36
cjwatsonyup14:36
michaelforrestso we need to think of something clever.14:36
cjwatsonwell, there may be ways of using different modes14:36
cjwatsonthey're not used right now14:37
cjwatsonwe only get VESA modes though14:37
* michaelforrest googles VESA modes14:37
persiaMany video displays do have support for crop&center, but that's under BIOS control at the time the logo is shown (unless I misunderstand)14:37
cjwatsonthat's probably correct, yes14:37
michaelforrestso can I file this as a bug?14:41
cjwatsonyes please14:42
cjwatsonI don't immediately know how best to fix it, but it is certainly a bug14:42
persiaCan we fix it directly, or is it something that can only be fixed on a per-hardware solution basis?14:42
cjwatsonI can certainly think of sketches of ways to fix it14:42
persiaprobing the framebuffer sort of thing?14:43
cjwatsonwe can't do any particularly advanced probing; we can try to select better VESA modes under some circumstances; we can alternatively do image scaling tricks14:43
persiaHard to identify pixel shape, but that makes some sense.14:44
michaelforrestwhere do I need to put the bug?14:44
cjwatsonmichaelforrest: gfxboot-theme-ubuntu package in Ubuntu14:44
michaelforrestok14:45
cjwatsonthat's the usual place for CD boot menu bugs; don't be misled by the "theme" bit, it does more than a GTK theme or whatever would do14:45
persiaAs a side note, there appear to be no VESA definitions for any of the common widescreen resolutions.14:46
cjwatsonyup - almost certainly predates widespread widescreen monitors14:46
persiawikipedia notes "Beginning with the VBE 2.0 standard, no new modes will be added".14:47
cjwatsonnot much to be done about it though; after VESA, nearly everything becomes ridiculously card-specific and you end up reinventing X drivers in gfxboot14:47
cjwatsonnot my idea of a good time :)14:47
persiaWell, the other alternative is to fiddle with kexec() :)14:48
cjwatsonthe documentation describes it as VESA, but it might actually be VBE14:48
persiaBut yeah, we're likely to have at least some apparent vertical squashing for widescreens for some hardware solutions for a while.14:48
cjwatsonas soon as I can figure it out, I want to switch to grub2 for CD booting, since gfxmenu is a bit smarter and a bit more comprehensible14:49
cjwatsonbut no way for lucid14:49
persiaIndeed.14:49
michaelforrestwhat do we call this screen?14:51
evmichaelforrest: http://people.canonical.com/~evand/tmp/without-password-help.png - okay, or do you really want all the help text removed?14:51
michaelforrestinstaller boot screen?14:51
michaelforrestI think that's better ev14:51
evgreat14:51
michaelforrestwhat is in the password field before anything is typed?14:52
michaelforrestI think we should say 're-enter password' somewhere. maybe in the validation bit14:52
evhm14:54
* Omahn needs a notquiteso_early_command that runs after anna sources are setup :-)14:57
Omahn^^^^ I'm guessing this doesn't exist?14:58
cjwatsonmichaelforrest: CD boot menu14:59
evmichaelforrest: re-enter password> you mean kind of like the string we just removed? ;)15:04
michaelforrestwell not really15:04
michaelforrestthat seemed more like an introduction to the concept of passwords15:04
michaelforrestbut we should label the fields15:04
michaelforrest(ideally internally  - so "re-enter password' would be in light grey in the field until it receives focus)15:05
evmichaelforrest: bah, wouldn't iPhone UI elements be fairly inconsistent with the rest of the desktop?15:07
evsorry about being so pessimistic, but I cannot think of a good solution to this problem other than "Password:" and "Password again:"15:14
persia"Password:" and "Verify Password:"?15:15
persia(makes clear to the user *why* they need to type it twice)15:15
evyeah, the difficulty with that kind of layout is the rest of the page uses sentences to label each field.  I think it would be pretty ugly to put labels to the left for just the password entries.  But I'm not wedded to the idea; if you guys disagree, I'll do it.15:18
* persia has no firm opinion: just doesn't like "Password again:"15:19
michaelforrestev: internal labels are pretty common on the web15:21
michaelforrestit would say 'confirm password'15:21
michaelforrestwe could put it in the title even15:21
michaelforrestbut I don't think it's a big deal15:21
michaelforrestev: I will do a mockup of what I'd like and you can tell me if it's gonna be too much trouble15:25
evtitle?  Do you mean changing the "Choose a password to keep your account safe." text to something like "Choose a password and type it again to confirm."?15:25
evmichaelforrest: okay, cool15:25
evthanks a bunch!15:25
michaelforrestev: http://assets.grimaceworks.com/without-password-help.png15:35
michaelforresthaving discussed with otto and john15:36
michaelforrestwe think the fields should be labelled like this if it can be done.15:36
evshould be, I'll look into it in a few minutes (just seeing how hard some of the partitioner changes are first)15:38
shtylmanev: how does the greeter functionality work? is the install ubuntu option no longer in the boot menu?16:06
shtylmanor has it not been enabled yet?16:06
evif a key isn't pressed isolinux will boot the live CD with the maybe-ubiquity option16:07
shtylmanI see16:07
shtylmanand what if a key is pressed?16:07
evubiquity-dm sees this and runs ubiquity with the -g flag16:07
shtylmank16:08
evif a key is pressed you get the isolinux menu16:08
evif the -g flag is passed to ubiquity, it sets the UBIQUITY_GREETER environmental variable16:08
evubi-language does the rest16:09
shtylmanyea... that part I got16:09
shtylmanim just trying to troubleshoot with Riddell16:10
cjwatsonnone of it's turned on for Kubuntu yet16:10
cjwatsonit's enabled at a per-image level16:10
shtylmancjwatson: ahhh16:10
shtylmanthat explains it16:10
cjwatsonyou guys need to send graphics of how the pre-boot-menu screen should work if you want it16:11
cjwatsons/work/look/16:11
shtylman?16:11
shtylmanpre-boot-menu ? ... im all sorts of confused :)16:11
evthe keyboard equals man screen ;)16:12
shtylmanthe keyboard? not the language?16:12
cjwatsonboot an Ubuntu image and have a look16:13
cjwatsonit will be easier than trying to explain it16:13
shtylmanhaha ok16:13
cjwatsonthe very first screen you get16:13
shtylmanlemme go fetch one :)16:13
cjwatsonshtylman: is bug 532533 fixed in current ubiquity as uploaded?16:13
ubottuLaunchpad bug 532533 in ubiquity "Kubuntu ubiquity crashed after selecting the language" [High,Fix committed] https://launchpad.net/bugs/53253316:13
shtylmancjwatson: yes16:13
shtylmanassuming it was uploaded after ev merged my branch?16:13
evhttp://lh4.ggpht.com/_FJH0hYZmVtc/S5eHHDoQ0xI/AAAAAAAAGgQ/HRyChBc6xcc/s1600-h/livecd1[4].png16:13
cjwatsonshtylman: if you could make sure to put LP: #nnnnnn notes in debian/changelog (look at the current changelog for examples), bugs will get closed automatically16:13
evthat thing16:13
shtylmanso maybe I should say... "maybe"16:14
cjwatsonshtylman: are there any other bug numbers fixed by that branch?16:14
shtylmancjwatson: nope16:14
cjwatsonok16:14
cjwatsonI've closed that bug16:15
shtylmanI will look into this pre-boot-menu screen thing... cause we don't have a logo yet... :(16:15
shtylmancjwatson: can we use the ubuntu one for now?16:17
shtylmanuntil our logo situation is resolved?16:18
cjwatsonwouldn't it be better to just stay as-is until the logo situation is resolved?16:19
cjwatsonI don't want to be in a halfway-house state, in case we end up releasing that way16:19
shtylmancjwatson: sure... thats fine... so long as we can resolve it :) I will just make sure to follow up with this stuff16:20
shtylmancjwatson: once we do have the logo... what should I do? can I just make that screen? or what... basically ... where do those screens come from?16:21
shtylmanas far as I know it just appeared :)16:21
cjwatsonjust send me a 640x480 graphics file, with the image elements in essentially the same parts of the screen as the Ubuntu ones, and I will take care of it16:22
cjwatsonsee http://bazaar.launchpad.net/%7Eubuntu-cdimage/debian-cd/ubuntu/download/head%3A/ubuntu.pcx-20091106105925-07zdym3tzmh3m7wc-31/ubuntu.pcx16:22
shtylmancjwatson: cool ... thanks .. I think I can do that :)16:22
cjwatsonoh and there's an access.pcx somewhere in there too16:22
shtylmank16:23
shtylmanand this also holds true for the boot screen? i.e. the think shown while booting?16:23
evno, that's a plymouth plugin.16:26
shtylmanis that the car?16:27
evhahaha16:27
evapt-get source plymouth; cd plymouth*/themes/ubuntu-logo16:28
shtylmancool... ok... so I can just add a kubuntu-logo ... or something along those lines16:28
evsomething like that16:29
evalberto might be able to help you with that one16:29
evI haven't touched plymouth16:29
shtylmank16:29
evtseliot, that is16:29
cjwatsonev: care to upload user-setup, to hoover up a milestoned bug?18:52
evsure thing18:54
CIA-3user-setup: evand * r217 ubuntu/debian/changelog: releasing version 1.28ubuntu519:01

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!