LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: carbonjiao

Gentoo 2007.0抛弃了我?!

[复制链接]
发表于 2007-5-21 07:50:38 | 显示全部楼层
觉得gentoo livecd可以像kororaa一样做一个安装脚本,双击运行就可以安装了,不要去管太多的设置问题。
回复 支持 反对

使用道具 举报

发表于 2007-5-21 09:30:53 | 显示全部楼层
楼主说得有对,起码是真得用DVD安装过!
我也遇到跟楼主一样得问题:
2007中得分区软件把分区表弄坏;
安装一开始提示/mnt/gentoo/etc/..文件丢失(iso没问题 做过md5检测)
桌面上的installer handbook 也是个无效链接
装了不下10次 没有成功,放弃。。。。。。

当然熟手、高手可以不采用这种方式安装,但是对有刚用gentoo的新手(有linux基础)来说,这个版本真的没有准备好,还没2006.1好用
回复 支持 反对

使用道具 举报

发表于 2007-5-21 10:03:26 | 显示全部楼层
大概是因为gentoo的livecdbug比minimal多~
回复 支持 反对

使用道具 举报

发表于 2007-5-21 16:15:32 | 显示全部楼层
installer没用过,不发表意见。。.

不过stage3安装也不错啊,安装的时候就可以把很多东西都定制好。
而且gentoo的手册非常详细,
配好livecd的网络用links或者lynx照着手册装,也没什么难度的。
stage3安装的速度虽然比不上很多发行版比较成熟的gui installer,
不过比起以前用stage1来装速度已经很快了。
记得第一次装gentoo的时候从stage1开始装,足足用了快5天才装好。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-21 22:55:47 | 显示全部楼层
LiveDVD nox启动后installer安装不成功;
LiveCD nox启动后installer安装成功, 无法启动X1400显卡,改了xorg.conf如下用Vesa驱动x1400,进入X再配制无线网络......
Section "Files"


    #FontPath        "/usr/share/fonts/local/"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath         "/usr/share/fonts/corefonts"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

    Load        "dbe"
    Load        "i2c"
    Load        "glx"
    Load        "ddc"
    Load        "type1"
    Load        "freetype"
    Load        "extmod"
    Load        "synaptics"
    Load        "vbe"
#   Load        "dri"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

     Option         "AllowMouseOpenFail" "true"
     #Option     "AIGLX" "true"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier                "Mouse3"
    Driver                "synaptics"
    Option                "SendCoreEvents"        "true"
    Option                "Device"                "/dev/psaux"
    Option                "rotocol"                "auto-dev"
    Option                "HorizScrollDelta"        "0"
    Option                "SHMConfig"                "on"
    # For ALPS TouchPads
    #Option                "MaxSpeed"                "0.7"
    #Option                "MinSpeed"                "0.18"
    #Option                "AccelFactor"                "0.08"
    #Option                "TopEdge"                "120"
    #Option                "LeftEdge"                "120"
    #Option                "BottomEdge"                "830"
    #Option                "RightEdge"                "650"
    #Option                "FingerLow"                "25"
    #Option                "FingerHigh"                "30"
    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
EndSection


Section "InputDevice"

    Identifier        "Keyboard1"
    Driver        "kbd"
   
    Option        "AutoRepeat"        "500 5"
    Option      "XkbModel"      "pc105"
    Option        "XkbLayout"        "us"
    Option      "XkbRules"      "xorg"

EndSection


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

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

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


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier        "Mouse1"
    Driver        "mouse"

    Option        "Device"        "/dev/psaux"
    Option        "rotocol"        "ImPS/2"
    Option "ZAxisMapping" "4 5"
     
EndSection

Section "InputDevice"
    Identifier        "Mouse2"
    Driver        "mouse"
    Option        "rotocol"        "ImPS/2"
    Option        "Device"        "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier        "Generic Monitor"
    #Option      "DPMS"

    VertRefresh 43 - 60
    HorizSync        28 - 80
       
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver      "vesa" # do not remove vesa
    #Option "XAANoOffscreenPixmaps"
    #Option "BusType" "CI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier        "Screen 1"
    Device        "VESA"
    Monitor        "Generic Monitor"
    #Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth                8
        ViewPort        0 0
        #Modes                "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           16
        ViewPort        0 0
        #Modes                "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           24
        ViewPort        0 0
        #Modes                "1024x768" "800x600" "640x480"
    EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier        "Main Layout"
    Screen 0         "Screen 1"
    InputDevice        "Mouse1" "CorePointer"
    InputDevice        "Mouse2" "SendCoreEvents"
    InputDevice "Mouse3" "SendCoreEvents"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
   #Option "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-21 22:57:59 | 显示全部楼层
没有太多gentoo经验,但想体验学习gentoo,可以安装Sabayon先
本人觉得这个不错,自动化配制,Acer 3282WXMI,常用硬件驱动正常,Berly也运作正常!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表