LinuxSir.cn,穿越时空的Linuxsir!

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

请教关于FC6下19寸液晶1440x900分辨率的问题

[复制链接]
发表于 2007-4-2 17:16:29 | 显示全部楼层 |阅读模式
  由于工作关系,近日更换操作系统为FC6

    现在遇到问题是,液晶在windows下可以支持1440x900 75Hz,但在FC6下之能使用1280x1024 75Hz,导致字体变形很厉害,屏幕可操作范围狭窄,请各位达人指教。

    显卡是ATI X1300,一开始以为是驱动的问题,装上驱动以后还是不行,不知道是哪里的问题。

[root@Plague ~]# glxgears
16837 frames in 5.0 seconds = 3367.265 FPS
18837 frames in 5.0 seconds = 3767.398 FPS
18091 frames in 5.0 seconds = 3618.158 FPS
18502 frames in 5.0 seconds = 3700.314 FPS
19492 frames in 5.0 seconds = 3898.395 FPS
[root@Plague ~]# glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300 Series
OpenGL version string: 2.0.6334 (8.34.8)
OpenGL extensions:

    以下省略....  
   
    我的xorg.conf如下:

# 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:
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1440x900"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 100.0
        VertRefresh  59.0 - 80.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        Option            "VideoOverlay" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Extensions"
        Option            "Composite" "0"
EndSection

    请指教
发表于 2007-4-2 22:42:55 | 显示全部楼层
我用的就是FC6,也是1440X900的分辨率,很正常的。。
你把Modes "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
这一行改成
Modes "1440x900"
别的不要,这样试试。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-2 23:00:35 | 显示全部楼层
无效,改成Modes "1440x900"后,显示器提示超出频率范围

另外,用system-config-display设置分辨率,我把颜色设置成16位,然后reboot,结果现在FC6一启动,显示器直接显示“无信号”,help。。。所有的资料都还在里面
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-3 17:37:45 | 显示全部楼层
不是想灌水。。。资料在里面很急,顶上去一下

斑竹大人饶命。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-3 18:37:14 | 显示全部楼层
在google混了一天,终于搞定了。。。

在 grun 里用linux single启动修改完xorg.conf可以正常进入系统。

就是1440x900分辨率还是没办法,还请各位指点。。。
回复 支持 反对

使用道具 举报

发表于 2007-4-3 18:37:30 | 显示全部楼层
Depth 24
+ Virtual 1440 900

-----------------------------------------------------------------------------------------------------

if you want to adjust the refresh rate, you should try xorgcfg, than add modeline to monitor section.
use vidtune will get the same result.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-3 19:05:25 | 显示全部楼层
virtral 1440 900的显示之是虚拟的吧?还是在1280*1024的分辨率下模拟1440*900的分辨率的
回复 支持 反对

使用道具 举报

发表于 2007-4-3 19:09:33 | 显示全部楼层
假如你加入了 Virtual , X server 将会自动的选择适合的分辨率, 假如超出了你设定的最高分辨率, 将只使用最高分辨率, 所以1400x 900那句不能删。 还有至于屏幕扭曲的问题, 你最好使用 xorgcfg来调整一下, 并写入 xorg.conf, 然后在 Display节加入你刚才设定的Mode "modeline id"
回复 支持 反对

使用道具 举报

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

本版积分规则

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