yy4709 于 2007-05-12 17:02:13发表:
期待高手指点中~ :time:1 :time:1 :time:1
yy4709 于 2007-05-12 13:12:40发表:
感谢 Subbo & z253897231 ! 我的显卡是镭9550显示器是L194WT默认分辨率是1440*900。 经在破坏性修改xorg.conf后无法进入X在文本下对xorg.con进行修改:(略过一些下面只说修改后成功进入默认分辨率的) 在正常启动无法登录到图形界面下的xorg.conf文档如下: # Xorg configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" -----#注意这行,原正常的文档是没有这行的。用vi编辑删除这行后运行startx就可以成功 登录到1440*900图形界面,但重启后回到800*600分辨率。 DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" ---#正常文档也没有这行是添加上的。 EndSubSection EndSection 如上编辑后运行startx可以正常登录到1440*900图形界面,但重启后回到800*600分辨率。 用原xorg.conf文档替换掉更新出问题的xorg.conf(没备份删了,所以粘不出了),也不行,重启后还是800*680分辨率。 原来正常的xorg.conf文档如下: # Xorg configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection 至于setup好像是提示二句E文,不好意思我看不懂好像是说不能运行这个命令吧;fglrxconfig;fgl_glxgears;xcorgconfig等都运行不了。[ 本帖最后由 yy4709 于 2007-5-12 13:32 编辑 ]
z253897231 于 2007-05-12 10:20:48发表:
你进入终端也可以输入“setup”命令,后面的步骤和原来的一样,如果终端不行的话,进入控制台一定可以的。
Subbo 于 2007-05-12 10:06:22发表:
什么显示器?什么显卡? 贴一下我这边的配置文件,可以参考一下,不要照搬: Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1024x768" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 48.5 VertRefresh 40.0 - 70.0 EndSection 红字部分,HorizSync是显示器的水平同步频率,VertRefresh是显示器的垂直同步频率,看你的显示器的说明书,找到相关参数加上。 Section "Device" Identifier "Videocard0" Driver "i810" VendorName "Videocard vendor" BoardName "Intel 855" VideoRam 16384 EndSection 红字部分,显存,如果是集成显卡,这里要在8000以上。 Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection 红字部分,Modes后面第一段数字是当前分辨率,你可以对应修改一下,注意这里是x不是× 以root身份修改后保存,按Ctrl+Alt+Backspace重启X-window。[ 本帖最后由 Subbo 于 2007-5-12 10:08 编辑 ]
yy4709 于 2007-05-12 01:34:28发表:
经在破坏性修改xorg.conf后无法进入X在文本下对xorg.con进行修改: 原xorg.conf最后一项是: Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection 改为: Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" "800x600" "640x480" EndSubSection #startx 正常进入1440*900分辨率,可是重启后,回到800*600分辨率,请高手指点下。[ 本帖最后由 yy4709 于 2007-5-12 01:36 编辑 ]
yy4709 于 2007-05-12 00:02:12发表:
看来要重装了~ 无奈 ~
yy4709 于 2007-05-11 23:30:41发表:
:victory: :victory: :victory: :time:1 :time:1 :time:1
yy4709 于 2007-05-11 22:54:09发表:
感谢z253897231 我的系统是XP加FC在开机GRUB下选FC6按e 有三个选项第一个是kernel那一行。按下e键是到grub>下,按Esc返回,第二项是有..../boot.....ro root=……这行,按e进入<......记不清了,按o按c也行,但是就是没办法进入编辑模式也就是不能在ro 后加入single. 在开机选KDE桌面也只有800*600和680*480这两个分辨率。 :0)1 :0)1 :0)1[ 本帖最后由 yy4709 于 2007-5-11 23:01 编辑 ]
z253897231 于 2007-05-11 22:18:26发表:
1:进入grub,到LINUX的开机界面。按e键 2:将光标挪到kernel那一行。按下e键。 3: 在" ro root=……"的“ro”前边,加入“single ”,然后回车确认,直接按“b”来启 动,"ro"和“single”之间记得空格。 4:在出现的sh-3.1#后面输入:“setup”,再回车 5:接着就会出现几个选项,就选择第一个,就是X----------的那个,也只能看清这个X,其他的都很模糊。 6:接着就会出现选择分辨率的的图形界面。接下来就自己做了。
yy4709 于 2007-05-11 22:07:00发表:
:0)1 :0)1 :0)1 :victory: :victory: :victory:
yy4709 于 2007-05-11 21:43:12发表:
上次因为是全部更新,不知道问题出在什么地方,虽然很怀疑是X11这方面的问题了,但试过很多方法也没能解决,希望哪位大侠能帮忙出个解决方案。不会再重装吧 ~ ~ ~ 虽然重装没什么么,但如果重装才能解决的话 也太哪个了 ~ ~ ~ :time:1 :time:1 :time:1
yy4709 于 2007-05-12 17:02:13发表:
期待高手指点中~
:time:1 :time:1 :time:1
yy4709 于 2007-05-12 13:12:40发表:
感谢 Subbo & z253897231 !
我的显卡是镭9550显示器是L194WT默认分辨率是1440*900。
经在破坏性修改xorg.conf后无法进入X在文本下对xorg.con进行修改:(略过一些下面只说修改后成功进入默认分辨率的)
在正常启动无法登录到图形界面下的xorg.conf文档如下:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0" -----#注意这行,原正常的文档是没有这行的。用vi编辑删除这行后运行startx就可以成功
登录到1440*900图形界面,但重启后回到800*600分辨率。
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" ---#正常文档也没有这行是添加上的。
EndSubSection
EndSection
如上编辑后运行startx可以正常登录到1440*900图形界面,但重启后回到800*600分辨率。
用原xorg.conf文档替换掉更新出问题的xorg.conf(没备份删了,所以粘不出了),也不行,重启后还是800*680分辨率。
原来正常的xorg.conf文档如下:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
至于setup好像是提示二句E文,不好意思我看不懂好像是说不能运行这个命令吧;fglrxconfig;fgl_glxgears;xcorgconfig等都运行不了。
[ 本帖最后由 yy4709 于 2007-5-12 13:32 编辑 ]
z253897231 于 2007-05-12 10:20:48发表:
你进入终端也可以输入“setup”命令,后面的步骤和原来的一样,如果终端不行的话,进入控制台一定可以的。
Subbo 于 2007-05-12 10:06:22发表:
什么显示器?什么显卡?
贴一下我这边的配置文件,可以参考一下,不要照搬:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
EndSection
红字部分,HorizSync是显示器的水平同步频率,VertRefresh是显示器的垂直同步频率,看你的显示器的说明书,找到相关参数加上。
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 855"
VideoRam 16384
EndSection
红字部分,显存,如果是集成显卡,这里要在8000以上。
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
红字部分,Modes后面第一段数字是当前分辨率,你可以对应修改一下,注意这里是x不是×
以root身份修改后保存,按Ctrl+Alt+Backspace重启X-window。
[ 本帖最后由 Subbo 于 2007-5-12 10:08 编辑 ]
yy4709 于 2007-05-12 01:34:28发表:
经在破坏性修改xorg.conf后无法进入X在文本下对xorg.con进行修改:
原xorg.conf最后一项是:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
改为:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "800x600" "640x480"
EndSubSection
#startx
正常进入1440*900分辨率,可是重启后,回到800*600分辨率,请高手指点下。
[ 本帖最后由 yy4709 于 2007-5-12 01:36 编辑 ]
yy4709 于 2007-05-12 00:02:12发表:
看来要重装了~
无奈 ~
yy4709 于 2007-05-11 23:30:41发表:
:victory: :victory: :victory:
:time:1 :time:1 :time:1
yy4709 于 2007-05-11 22:54:09发表:
感谢z253897231
我的系统是XP加FC在开机GRUB下选FC6按e 有三个选项第一个是kernel那一行。按下e键是到grub>下,按Esc返回,第二项是有..../boot.....ro root=……这行,按e进入<......记不清了,按o按c也行,但是就是没办法进入编辑模式也就是不能在ro 后加入single.
在开机选KDE桌面也只有800*600和680*480这两个分辨率。
:0)1 :0)1 :0)1
[ 本帖最后由 yy4709 于 2007-5-11 23:01 编辑 ]
z253897231 于 2007-05-11 22:18:26发表:
1:进入grub,到LINUX的开机界面。按e键
2:将光标挪到kernel那一行。按下e键。
3: 在" ro root=……"的“ro”前边,加入“single ”,然后回车确认,直接按“b”来启 动,"ro"和“single”之间记得空格。
4:在出现的sh-3.1#后面输入:“setup”,再回车
5:接着就会出现几个选项,就选择第一个,就是X----------的那个,也只能看清这个X,其他的都很模糊。
6:接着就会出现选择分辨率的的图形界面。接下来就自己做了。
yy4709 于 2007-05-11 22:07:00发表:
:0)1 :0)1 :0)1 :victory: :victory: :victory:
yy4709 于 2007-05-11 21:43:12发表:
上次因为是全部更新,不知道问题出在什么地方,虽然很怀疑是X11这方面的问题了,但试过很多方法也没能解决,希望哪位大侠能帮忙出个解决方案。不会再重装吧 ~ ~ ~ 虽然重装没什么么,但如果重装才能解决的话 也太哪个了 ~ ~ ~
:time:1 :time:1 :time:1