当前位置:   article > 正文

dv4 安装linux,linux安装中的问题

video4linux安装

linux安装其实很简单,多装几次所有版本你也都会了。但经常会有显卡等不支持的情况。我装过好几次,也给别人装过好几次,常遇到的问题有:

1、根本就装不上。

我当初装过64位的ubuntu,一装就重启,不给你一点余地。我的处理器是64位的但不之为什么不支持。还装过红旗等,一到分区那里就重启……有位同学裝ubuntu,suse,fc7,红旗都装不上,一装到进度条那里就停了,我都无奈了,也不知改怎么办

2、显示不好。

我还装过fc,但现开始显卡识别不了,后来界面分成了上下两部分,好奇怪,装好了后也是这样。

只得改配置。/etc/X11/conf.org  要参照别人的改,还要有备份!分辨率也是在这里改,系统有默认的显卡配置,显卡驱动最好装上,但我还没装好……汗!

3、提示找不到acpi

这需要关闭bois里的acpi,但还会有问题。我给我一个朋友这样装好了,关机的时候关不了,重启可以,重启后有进不了windows,必须再把acpi改回来,真令人郁闷

下面是我刚装的ubuntu7。04 和fc6,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"

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"

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 RV410 [Radeon X700 (PCIE)]"

Driver        "ati"

BusID        "PCI:5:0:0"

EndSection

Section "Monitor"

Identifier    "781S"

Option        "DPMS"

EndSection

Section "Screen"

Identifier    "Default Screen"

Device        "ATI Technologies Inc RV410 [Radeon X700 (PCIE)]"

Monitor        "781S"

DefaultDepth    24

SubSection "Display"

Depth        1

Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth        4

Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth        8

Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth        15

Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth        16

Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth        24

Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

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"

EndSection

Section "DRI"

Mode    0666

EndSection

_________________________________________________________________________________________________

# Xorg configuration created by system-config-display

Section "ServerLayout"

Identifier     "single head configuration"

Screen      0  "Screen0" 0 0

InputDevice    "Keyboard0" "CoreKeyboard"

EndSection

Section "InputDevice"

Identifier  "Keyboard0"

Driver      "kbd"

Option        "XkbModel" "pc105"

Option        "XkbLayout" "us"

EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:

### Comment all HorizSync and VertSync values to use DDC:

Identifier   "Monitor0"

### Comment all HorizSync and VertSync values to use DDC:

HorizSync    30 - 85

VertRefresh  50 - 160

Option        "DPMS"

EndSection

Section "Device"

Identifier  "Videocard0"

Driver      "vesa"

EndSection

Section "Screen"

Identifier "Screen0"

Device     "Videocard0"

DefaultDepth     24

SubSection "Display"

Depth     1

Modes    "1024x768"

EndSubSection

SubSection "Display"

Depth     4

Modes    "1024x768"

EndSubSection

SubSection "Display"

Depth     8

Modes    "1024x768"

EndSubSection

SubSection "Display"

Depth     15

Modes    "1024x768"

EndSubSection

SubSection "Display"

Depth     16

Modes    "1024x768"

EndSubSection

SubSection "Display"

Depth     24

Modes    "1024x768"

EndSubSection

EndSection

阅读(698) | 评论(1) | 转发(0) |

0

上一篇:没有了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/263230
推荐阅读
相关标签
  

闽ICP备14008679号