~ubuntu-branches/ubuntu/trusty/linuxlogo/trusty

« back to all changes in this revision

Viewing changes to LINUX_LOGO.FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-06-20 09:19:00 UTC
  • mfrom: (4.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080620091900-4xzuv7c7ntxvs7wt
Tags: 5.03-4
* Adding patch to fix FTBFS on s390x.
* Updating to standards 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
Other
20
20
 Q7. Did you invent the Linux "Tux" logo?
 
21
 Q8. Why aren't you using the GPL3 license?
 
22
 Q9. Why don't you use "real" automake config files?
21
23
 
22
24
-------------------------------------------------------------------------
23
25
 
31
33
    If it still doesn't quite look right, e-mail me a copy of your 
32
34
    /proc/cpuinfo file and I'll do my best to fix things up.
33
35
    
 
36
    
 
37
    
34
38
Q2. Linux_logo reports I have 1 megabyte less RAM than I actually do.
35
39
 
36
40
A2. If you have ACPI power management enabled, it uses some of your RAM.
 
41
    Also, if you have a built-in video card it will use some of the system
 
42
    RAM for video, which keeps Linux from seeing it.
 
43
    
37
44
    The "/proc/kcore" method of RAM detection I use doesn't count this
38
45
    RAM, thus misreporting it.
39
46
    
77
84
Q5. Can I have linux_logo stay on top of the screen while things scroll
78
85
    in a window beneath it?
79
86
    
80
 
A5. Bill Anderson <bill@tb.dynip.com> did some research and came up with this: 
 
87
A5. Bill Anderson <bill _at_ tb.dynip.com> did some research and came up with this: 
81
88
    
82
89
    I did successfully use:
83
90
       clear; /bin/echo -e '\033[018;25r' ; linux_logo
107
114
    Tux the Linux penguin was invented by Larry Ewing.  See his page here
108
115
    for more info: http://www.isc.tamu.edu/~lewing/linux/
109
116
    
 
117
 
 
118
 
 
119
Q8. Why don't you use the GPL3 license?
 
120
 
 
121
A8. I have been using the GPL2 for 10 years, and trust it, and feel no
 
122
    need to change that now.  It's my software, I get to pick the
 
123
    license.
 
124
 
 
125
 
 
126
Q9. Why don't you use "real" automake config files?
 
127
 
 
128
A9. I *hate* automake based config files.  Sure, when they work it's
 
129
    all happiness and fun, but when something goes wrong good luck
 
130
    figuring out what if you don't have a PhD in the m4 language.
 
131
    
 
132
    I also refuse to ship a "configure" file that's larger than all
 
133
    of the rest of my project put together.
 
134
    
 
135
    So for now you'll have to use my hacked up fake configure
 
136
    program.