LinuxSir.cn,穿越时空的Linuxsir!

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

不能安装fedora 10 Privew的来这里报到,Intel 830m集成显卡已经安装成功但无法进入Xw

[复制链接]
发表于 2008-11-13 20:37:14 | 显示全部楼层
刚更新到了release,还是不能进入X。
回复 支持 反对

使用道具 举报

发表于 2008-11-13 21:57:04 | 显示全部楼层
有问题的还真多……
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-14 00:59:26 | 显示全部楼层
奇怪,和ubuntu一样xorg.conf不见了?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-14 01:13:11 | 显示全部楼层
http://fedoraforum.org/forum/showthread.php?t=203974

Fedora 10 Preview, tc1100
I've installed F10 on my tc1100, and in F9 i edited the xorg.conf file to allow for pen usage. but now in F10 there is no xorg.conf, so i created one with just the values i alsays added, thinking it would pull the rest of the stuff from somewhere else. but i was wrong. by luck i saved my entire xorg.conf from F9 and i'm currently using that. but this is probably not the way to go about this. any halp would ebe appreciated.

从这个帖子看,我也只能试试吧Fedora 9的xorg.conf放到10,看有没有效果
回复 支持 反对

使用道具 举报

发表于 2008-11-14 09:17:26 | 显示全部楼层
可能我是直接yum上来的,所以没什么感觉,一切都很平滑。

本着F9的经验,刚release就刻盘也是不明智的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-11-14 10:01:12 | 显示全部楼层
Post by biAji;1908292
可能我是直接yum上来的,所以没什么感觉,一切都很平滑。

本着F9的经验,刚release就刻盘也是不明智的。



硬盘安装,一直不会在linux的发行版刻盘
回复 支持 反对

使用道具 举报

发表于 2008-11-26 16:05:35 | 显示全部楼层
我的硬盘安装花屏
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-9 15:35:06 | 显示全部楼层
方法1. The suggested solution, putting

Code:
  1. Option "NoAccel" "yes"
复制代码


in the Device section of my /etc/X11/xorg.conf
http://www.forums.fedoraforum.org/showthread.php?t=206051

方法2.  Working xorg.conf is below:

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
EndSection

Section "Monitor"
    Identifier   "LCD Panel"
    VendorName   "IBM"
    ModelName    "X30 1024x768"
    Option        "dpms"
EndSection

Section "Monitor"
    Identifier   "External Panel"
    VendorName   "Monitor Vendor"
    ModelName    "Generic Monitor"
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Intel i830M"
    Driver      "intel"
    VendorName  "Intel"
    BoardName   "Intel Corporation 82830 CGC [Chipset Graphics Controller]"
    BusID       "CI:0:2:0"
    Option        "monitor-LVDS" "LCD Panel"
    Option        "monitor-VGA" "External Panel"
    Option      "AccelMethod" "XAA"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Intel i830M"
    Monitor    "LCD Panel"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Virtual   1024 768
    EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

http://n2.nabble.com/Problem-wit ... a-10-td1597767.html
回复 支持 反对

使用道具 举报

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

本版积分规则

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