LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1565|回复: 13

刚装的10.2,出问题了

[复制链接]
发表于 2006-12-8 00:15:20 | 显示全部楼层 |阅读模式
刚刚装完了10.2,最后一步配置显示器的时候,自动检测显示:(15',横纵对比4:3)1280*1024,我是AOC 173F,我把它改成了:(17',横纵对比5:4)1280*1024,然后点完成,重启进入系统,激动的等待着进入gnome,结果紧要关头,屏幕突然一变,黑屏浮动一个提示窗:“输入信号不支援”。我简直要崩溃,记得装10.1的时候也出现过,不过那是在装完ATI的官方驱动后,那次上baidu、google找到解决办法,输入init 3和sax2 -r -m 0=fglrx后恢复正常,这次是还没登陆啊,重启选择safe进入,用root登陆,执行init 3和sax2 -r -m 0=fglrx后提示sax2启动失败,问题依旧。
我是个菜鸟,十一月份才开始接触linux,问题有讲的不明白的地方欢迎回帖点拨,最要紧的是能帮我解决问题,早日入门。
发表于 2006-12-8 00:22:03 | 显示全部楼层
sudo vi /etc/X11/xorg.conf该一下设置试试
回复 支持 反对

使用道具 举报

发表于 2006-12-8 01:04:21 | 显示全部楼层
ati的等等吧,没官方驱动
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-8 09:18:43 | 显示全部楼层

我只能进safe模式

Post by ustb
sudo vi /etc/X11/xorg.conf该一下设置试试


如果关于显示器的配置在这个文件里,能否用liveCD启动,识别到ext3分区后再找到这个文件修改?我转了windows xp,如果能在xp下直接修改ext3分区的文件就好了
回复 支持 反对

使用道具 举报

发表于 2006-12-8 09:24:55 | 显示全部楼层
试试在grub启动参数行加上  3   ,看看能不能进字符界面
回复 支持 反对

使用道具 举报

发表于 2006-12-8 10:01:45 | 显示全部楼层
在XP下
下载这3个压缩包,放在一起解压。然后安装解压出来的Ext2IFS_1_10c.exe

OK,你现在可以访问Ext3格式的分区了~~
:p

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2006-12-8 10:20:23 | 显示全部楼层
运行sax2,不加任何参数,重新配置一下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-8 13:08:47 | 显示全部楼层
一运行sax2就黑屏,浮动那个输入不支援的窗口。
关于xorg.conf,我打开了,但是不知道该改什么参数。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-8 14:05:17 | 显示全部楼层

这是我的xorg.conf文件

# /.../
# SaX generated X11 config file
# Created on: 2006-12-07T23:37:48+0800.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  FontPath     "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
  Load         "v4l"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "rotocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "9"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImExPS/2 Generic Explorer Mouse"
  Option       "rotocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  DisplaySize  337 270
  HorizSync    30-83
  Identifier   "Monitor[0]"
  ModelName    "AOC TFT1780"
  Option       "DPMS"
  VendorName   "AOC"
  VertRefresh  43-75
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline         "1280x1024" 138.54 1280 1368 1504 1728 1024 1025 1028 1069
  Modeline         "1280x1024" 128.94 1280 1368 1504 1728 1024 1025 1028 1066
  Modeline         "1280x1024" 119.40 1280 1368 1504 1728 1024 1025 1028 1063
  Modeline         "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060
  Modeline         "1024x768" 81.80 1024 1080 1192 1360 768 769 772 802
  Modeline         "1024x768" 76.16 1024 1080 1192 1360 768 769 772 800
  Modeline         "1024x768" 69.71 1024 1080 1184 1344 768 769 772 798
  Modeline         "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
  Modeline         "800x600" 48.91 800 840 920 1040 600 601 604 627
  Modeline         "800x600" 45.50 800 840 920 1040 600 601 604 625
  Modeline         "800x600" 42.11 800 840 920 1040 600 601 604 623
  Modeline         "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "RV350 AR"
  BusID        "1:0:0"
  Driver       "radeon"
  Identifier   "Device[0]"
  VendorName   "ATI"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection
回复 支持 反对

使用道具 举报

容易受伤的女人 该用户已被删除
发表于 2006-12-8 19:10:51 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

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

本版积分规则

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