Chinaunix首页 | 论坛 | 博客
  • 博客访问: 91183
  • 博文数量: 48
  • 博客积分: 2500
  • 博客等级: 少校
  • 技术积分: 440
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-21 17:33
文章分类

全部博文(48)

文章存档

2011年(2)

2009年(17)

2008年(29)

我的朋友
最近访客

分类: LINUX

2009-05-18 21:24:49

/boot/grub/menu.lst如下:
#splashimage (hd0,1)/boot/grub/splashimages/huoyan.xpm.gz
splashimage  (hd0,1)/boot/grub/splashimages/10Z.xpm.gz
title        Ubuntu 9.04 AMD 64进入
uuid        ba38c830-4075-4a8e-890f-e76cf3201efe
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=ba38c830-4075-4a8e-890f-e76cf3201efe ro quiet splash
initrd        /boot/initrd.img-2.6.28-11-generic
quiet

title           Windows XP进入
root (hd0,0)
makeactive
chainloader +1
boot

title Ubuntu 9.04 LiveCD安装
root (hd0,0)
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-9.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd /initrd.gz
boot

/etc/X11/xorg.conf如下:
Section "Monitor"
    Identifier   "SAMSUNG"
    Option      "DPMS"         "yes"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "SiS"
    Monitor        "SANSUNG"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Virtual     1024 768
        Modes      "1024x768@60"
    EndSubSection
EndSection

Section "Device"
    Identifier   "Configured Video Device"
    Driver      "SiS"
    BusID      "PCI:1:0:0"
    Option "EnableSiSCtrl" "yes"
    Option "XvDefaultAdaptor" "Blitter"
    Screen          0
EndSection



阅读(683) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~