笔者试图在破旧大飞机 PowerBook G4 电脑上安装 Ubuntu 失败了,开机不能引导。安装 Debian 后,没有声音,也不能无线上网。上网浏览网页 ,发现 Lubuntu 依然持续支持 Apple Mac G3, G4 电脑,顿时精神振奋,心情倍儿爽!

Lubuntu 14下载地址:
https://help.ubuntu.com/community/Lubuntu/GetLubuntu

    Mac 系统 64 位 Intel Mac 版本,还有 PowerPC 版本 Apple 麦金塔 G3, G4, and G5, iBooks, PowerBooks and IBM OpenPower。都可以下载相应系统光盘镜像的。判断下载的光盘镜像文件,是否能够安装系统?可以用 7zip 打开文件,查看 install 文件夹是否有 yaboot 文件。因为 yaboot 是引导 Linux 系统的工具。

如果 PowerPC LiveCd 在 iBookG4 上不能引导,开机时,按住 'c' 键可从光盘引导。

    如果键盘不好了怎么办?笔者是这样做的,先把硬盘取下,开机插入 MAC os x 10 安装光盘,进入安装 MAC os 界面后,打开启动磁盘程序,选择光盘,点重新起动,待黑屏,立即断开电脑电源,关闭电脑,再把硬盘装上去。当然,还有更有效的办法,进入安装 MAC os 界面后,插上 USB 键盘,打开终端窗口,键入 sudo nvram auto-boot?=false 回车,以后每次开机,就会出现命令行,键入 boot cd:,\\:tbxi 回车,就可从光盘引导。

出现 livecd 命令行,(选 yaboot), 输入:

live-nosplash-powerpc modprobe ide-core video=radeonfb:1024x768-24@60

按回车即可进入下一步安装的。

PowerBook G4 17 英寸电脑无线上网,安装系统成功以后,Lubuntu 必须安装 b43-fwcutter,打开终端窗口,键入 sudo apt-get install b43-fwcutter

PowerBook G4 17 英寸电脑显示配置,安装系统成功以后,Lubuntu 必须修改文件 /etc/X11/xorg.conf。其实并不难,

我的 /etc/X11/xorg.conf 是这样的:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
        Option          "XkbOptions"    "lv3:lwin_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
        Driver          "ati"
        BusID           "PCI:0:16:0"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Color LCD"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
        Monitor         "Color LCD"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1440x900"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1440x900"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1440x900"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1440x900"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1440x900"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1440x900"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus"        "SendCoreEvents"
        InputDevice     "cursor"        "SendCoreEvents"
        InputDevice     "eraser"        "SendCoreEvents"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

下载安装 Lubuntu 14.04.1 系统相关推荐

  1. Windows 7/8/8.1 硬盘安装法实现 ubuntu 14.04 双系统

    Windows 7/8/8.1 硬盘安装法实现 ubuntu 14.04 双系统 原文:Windows 7/8/8.1 硬盘安装法实现 ubuntu 14.04 双系统 一.软件准备 1. 下载 Ub ...

  2. 苹果系统 macOS Mojave 10.14.4上安装 Ubuntu 18.04 双系统

    macOS Mojave 10.14.4 安装Ubuntu 18.04 双系统 0. 准备工作 & 系统情况 1. 制作Ubuntu安装盘(U盘) 2. 硬盘分区 3. 安装Ubuntu 4. ...

  3. parallels安装linux命令行,mac系统下虚拟机parallels安装ubuntu 14.04

    mac系统很棒,mac下的开发环境也很棒,但有时你还得需要ubuntu开发环境,比如进行嵌入式Linux交叉编译,使用Linaro toolchain- 其实mac系统下使用parallels虚拟机安 ...

  4. 通用pe 装linux系统,U盘“安装”Ubuntu 14.04操作系统详细教程(转)

    Ubuntu是目前主流的Linux桌面操作系统,学习Linux系统的新手首选也是Ubuntu 系统.下面"孤狼"就以最新版的Ubuntu 14.04.1为例,制作U盘启动安装的详细 ...

  5. 安装Ubuntu 14.04系统Linux微信开发工具的笔记

    安装Ubuntu 14.04系统&微信开发工具的笔记 Ubuntu 14.04系统所需硬件配置低,我所使用的1.9GRAM笔电上正是安装的此系统. 最近因为崩溃重装了一次,并接着安装了linu ...

  6. 安装Ubuntu 14.04后要做的5件事情

    安装Ubuntu 14.04后要做的5件事情 时间2014-04-18 11:36:56  lupaworld 相似文章 (6) 原文  http://www.lupaworld.com/articl ...

  7. win7下硬盘安装Ubuntu 14.04

    下面本人将介绍适合新手.简单易懂的硬盘安装方法: 1.在Windows7中下载并安装EasyBCD(目前最新版2.1.2) 2.将ubuntu-14.04.1-desktop-i386.iso文件复制 ...

  8. Windows 7下硬盘安装Ubuntu 14.04图文教程

    Ubuntu 官方已经发布了正式版的 Ubuntu 14.04 LTS,并宣称这是为云计算准备的版本.该版本在云平台和伸缩环境的可靠性.性能和交互性都有很好的提升,同时提供 5 年的支持和维护服务. ...

  9. 分布式进阶 一 Windows 7下硬盘安装Ubuntu 14 04图文教程

    Windows 7下硬盘安装Ubuntu 14.04图文教程 本人下载的是ubuntu-14.04.2-desktop-amd64.iso,经本人亲自测试的,折腾了一天的时间. 1)首先还是分区,在计 ...

最新文章

  1. 下载MySQL数据库
  2. 1035 插入与归并
  3. 红米手机使用应用沙盒一键修改imsi信息
  4. 计算机应用基础形考报告2020,放大学计算机应用基础形考本学习报告
  5. Android横向ListView功能实现
  6. vue-resource全攻略
  7. 丰收互联蓝牙key怎么开机_ublox收购Rigado的蓝牙模块业务,扩大蓝牙低功耗产品组合...
  8. 北京Uber优步司机奖励政策(3月11日)
  9. Android 系统(230)---OTA 软件包工具
  10. 了解Java密码扩展的基础
  11. 算法(三)、[海量] 数据处理
  12. Java 线程池学习
  13. visio mysql使用教程_Visio技巧篇之一些常用小技巧
  14. 如何找到最快的DNS服务器
  15. linux 关闭僵尸进程,linux下的僵尸进程处理办法
  16. 人工智能/数据科学比赛汇总 2019.7
  17. 50个程序员必须知道的网站,你知道么
  18. Bzoj1208 宠物收养所
  19. 从2018年全球半导体数据中看物联网芯片产业现状
  20. 翡翠手链的形成来源于古人对于图腾的崇拜

热门文章

  1. 西门子1500的DB数据块
  2. Redis 原理+知识点总结
  3. ios APP项目架构心得
  4. 语言模型中用到的几种采样之不全版
  5. 服务引用定义配置(服务的注册与发现)
  6. 时序数据预测-SARIMA篇
  7. 网页浏览器的Web打印插件开发指南
  8. 新款AJ99/空军一号79/阿迪达斯沐浴露28/时尚T恤14.8
  9. Linux重定向+管道命令+环境变量PATH
  10. 生于MVP,死于PMF