Changeset 2093

Show
Ignore:
Timestamp:
10/07/07 06:47:36 (1 year ago)
Author:
alexander
Message:

Merged r2092 from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/minimal/Makefile

    r2078 r2093  
    397397        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/isolinux/boot.msg 
    398398        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue* 
    399         @install -m644 doc/README doc/lfscd-remastering-howto.txt $(MP)/root 
     399        @install -m644 doc/README.txt doc/lfscd-remastering-howto.txt $(MP)/root 
    400400        @sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README 
    401401        @install -m600 root/.bashrc $(MP)/root/.bashrc 
  • branches/minimal/doc/README.txt

    r2092 r2093  
    88 
    99Available packages on this CD for your use: 
    10  
    11  * Xorg (X Window System Environment) 
    12  
    13  * Xfce desktop environment 
    1410 
    1511 * Web Tools 
     
    2016   - w3m (text web browser) 
    2117   - irssi (console irc client) 
    22    - seamonkey (graphical web browser, mail and news reader and irc client) 
    23    - xchat (x-based irc client) 
    24    - pidgin (multiprotocol x-based chat client) 
    2518   - finch (multiprotocol console chat client - works in UTF-8 locales only) 
    2619   - msmtp (SMTP client for use with mutt and tin) 
     
    7972   - hdparm 
    8073   - parted 
    81    - xlockmore 
    8274 
    8375This CD also includes jhalfs (a tool for extracting commands from the Linux From Scratch book and creating 
     
    123115 modprobe ath_pci 
    124116 
    125 CONFIGURING X 
    126 ------------- 
    127  
    128 The LiveCD attempts to configure X for your video card automatically. The 
    129 process may fail if you have more than one video card, if your video card 
    130 does not support 24-bit color depth, or if your monitor is not Plug-n-Play 
    131 compatible (in other words, does not tell its characteristics to Xorg via DDC). 
    132 In such cases, you have to edit the '/etc/X11/xorg.conf' file manually, using 
    133 vim, joe or nano, as described below. 
    134  
    135 In 'Section "Device"', specify the driver for your video card, e.g.: 
    136  
    137  Section "Device" 
    138         Identifier      "Generic Video Card" 
    139         Driver          "vesa" 
    140  EndSection 
    141  
    142 In 'Section "Monitor"', specify the allowed frequency ranges for your 
    143 monitor. If unsure, consult the manual that came with your monitor. If 
    144 such information is not there, but you know a working resolution and refresh 
    145 rate, run the 'gtf' command. E.g., if your monitor can handle 1280x1024@85Hz: 
    146  
    147  $ gtf 1280 1024 85 
    148  
    149 NOTE: You must specify the refresh rate of 60 Hz for VGA-connected LCD monitors. 
    150  
    151 Then look at the output: 
    152  
    153  # 1280x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 159.36 MHz 
    154  Modeline "1280x1024_85.00"  159.36  1280 1376 1512 1744  1024 1025 1028 1075 -HSync +Vsync 
    155  
    156 Put the synchronization ranges that contain the printed values. For the above 
    157 example, this means that the following information should be added in the 
    158 "Monitor" section: 
    159  
    160  Section "Monitor" 
    161         Identifier      "Generic Monitor" 
    162         Option          "DPMS" 
    163         # Option        "NoDDC" # for broken monitors that 
    164                                 # report max dot clock = 0 MHz 
    165         HorizSync       30-92   # because gtf said "hsync: 91.38 kHz" 
    166         VertRefresh     56-86   # because an 85 Hz mode has been requested 
    167         # the Modeline may also be pasted here 
    168         Option "PreferredMode" "1280x1024_85.00" # only for the "intel" driver 
    169  EndSection 
    170  
    171 In the 'Section "Screen"', change the 'DefaultDepth' and add the '"Modes"' 
    172 line to 'SubSection "Display"' with the proper color depth. If you added custom 
    173 Modelines, you have to specify them exactly as defined, i.e. '"1280x1024_85.00"' 
    174 in the example above. The built-in Modelines have names similar to '"1024x768"', 
    175 without explicit specification of the refresh rate. 
    176  
    177 When you are finished editing '/etc/X11/xorg.conf', run 'startx'. 
    178  
    179 PROPRIETARY VIDEO DRIVERS 
    180 ------------------------- 
    181  
    182 The CD contains pre-built proprietary video drivers in the '/drivers' directory 
    183 (if you loaded the CD contents to RAM, you have to mount the CD and look into 
    184 '/media/cdrom/drivers' instead). They are never selected by default by the 
    185 autoconfiguration process. Here is how to enable them. 
    186  
    187 NVIDIA 
    188 ~~~~~~ 
    189  
    190  cd /drivers 
    191  tar -C / -xf NVIDIA-Linux-[userspace_arch]-x86-6.3-r2052-glx.tgz 
    192  tar -C / -xf NVIDIA-Linux-[kernel_arch]-x86-6.3-r2052-kernel-[kernel_version].tgz 
    193  depmod -ae 
    194  ldconfig 
    195  vim /etc/X11/xorg.conf   # use the "nvidia" driver instead of "vesa" or "nv" 
    196  
    197 FGLRX 
    198 ~~~~~ 
    199  
    200  cd /drivers 
    201  tar -C / -xf fglrx-x710-x86-6.3-r2052-[userspace_arch]-1.tgz 
    202  tar -C / -xf fglrx-module-x86-6.3-r2052-[kernel_arch]-1_kernel_[kernel_version].tgz 
    203  depmod -ae 
    204  ldconfig 
    205  vim /etc/X11/xorg.conf   # use the "fglrx" driver instead of "vesa" or "ati" 
    206  
    207117CUSTOMIZING THE CD CONTENTS 
    208118--------------------------- 
     
    266176  'FONT=LatArCyrHeb-16+-m+8859-15' 
    267177 
    268 XKEYMAP:: 
    269   the keymap to use with X window system, e.g.: 'XKEYMAP=us' 
    270  
    271178Alternatively, these items can be configured interactively using dialog-based 
    272179interface if the locale is not specified on the boot prompt. 
    273180 
    274181For some locales (e.g. 'lv_LV.ISO-8859-13') there is no valid console keymap, 
    275 but there is a keymap for X. In this case, the only solution is to use X. 
     182but there is a keymap for X. In this case, the only solution is to use a CD 
     183with X. 
    276184 
    277185While this CD configures the 'LANG' environment variable, console font and 
     
    280188'codepage' options when mounting filesystems with Windows origin 
    281189(e.g., 'vfat' and 'isofs'). 
    282  
    283 The CD contains TrueType fonts that cover the orthography of most of European 
    284 and some Asian languages. No additional configuration is required in order to 
    285 use these fonts. 
    286  
    287 Use of this LiveCD with Chinese, Japanese or Korean language requires that 
    288 your monitor has at least 80 pixels per inch in order for hieroglyphs to 
    289 be recognizable (i.e., at least 12 pixels high). This means the following 
    290 minimum resolution: 
    291  
    292 .-------.--------- 
    293 Size    Resolution 
    294 ------------------ 
    295 15"     1024x768 
    296 17"     1024x768 
    297 19"     1280x1024 
    298 20"     1280x1024 
    299 ------------------ 
    300  
    301 If your monitor cannot handle such resolution, edit the 
    302 '/etc/X11/xinit/xserverrc' file with vim, nano or joe, and add the '-dpi 94' 
    303 parameter to the X server command line there. 
    304190 
    305191BRAILLE DISPLAY SUPPORT 
     
    379265show you how to create, format, and activate one. 
    380266 
    381 If you use the X window system, take the following into account: 
    382  
    383    * Users of old S3 video cards should uncomment the 'EnableVbetool' line 
    384      in the '/etc/hibernate/common.conf' file. 
    385  
    386    * Hibernation is incompatible with the proprietary 'nvidia' driver. 
    387  
    388267Follow the book as your time permits. 
    389268 
  • branches/minimal/etc/issue.fullcd

    r2078 r2093  
    88____________________________________________________________ 
    99 
    10 Please read the /root/README file before using this CD. 
     10Please read the /root/README.txt file before using this CD. 
    1111 
    1212All source packages needed to build an LFS system are located in /lfs-sources. 
  • branches/minimal/etc/issue.nosrc

    r2078 r2093  
    88____________________________________________________________ 
    99 
    10 Please read the /root/README file before using this CD. 
     10Please read the /root/README.txt file before using this CD. 
    1111 
    1212This CD does not include LFS sources. 
  • branches/minimal/etc/issue.toram

    r2078 r2093  
    88____________________________________________________________ 
    99 
    10 Please read the /root/README file before using this CD. 
     10Please read the /root/README.txt file before using this CD. 
    1111 
    1212All source packages needed to build an LFS system are located on the CD,