QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5557|回复: 15

Xorg.conf设置不起作用啊,求高手帮忙

[复制链接]
发表于 2008-12-31 20:41:31 | 显示全部楼层 |阅读模式
我的显示屏是19寸宽屏,最佳分辨率是1440x900,可是在Xorg.conf中的设置没用啊,请高手帮忙

谢谢!

下面是其中的设置:


Section "Monitor"
Identifier      "LCD19wMGX"
Option "DPMS"
ModeLine        "1440x900" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
EndSection






Section "Screen"

   Identifier           "Default Screen"

   Device                         "Intel Corporation 82945G/GZ Integrated Graphics Controllor"

   Monitor            "LCD19wMGX"

   DefaultDepth                 24

   SubSection                  "Display"

         Depth                     1

         Modes                    "1440x900"  "1024×768" "800×600" "640×480"

   EndSubSection

   SubSection                   "Display"

         Depth                         4

         Modes              "1440x900" "1024×768" "800×600" "640×480"

   EndSubSection

   SubSection "                Display"

         Depth                         8

         Modes              "1440x900" "1024×768" "800×600" "640×480"

   EndSubSection

   SubSection                       "Display"

         Depth                         15

         Modes              "1440x900" "1024×768" "800×600" "640×480"

   EndSubSection

   SubSection                       "Display"

         Depth                        16

         Modes              "1440x900" "1024×768" "800×600" "640×480"

   EndSubSection

   SubSection                       "Display"

         Depth                         24

         Modes            "1440x900" "1024×768" "800×600" "640×480"

   EndSubSection

EndSection
 楼主| 发表于 2008-12-31 21:08:24 | 显示全部楼层
系统是debian 2.6.18-6-686
回复

使用道具 举报

发表于 2008-12-31 21:14:26 | 显示全部楼层
什么驱动?光有显示器部分的设置是不行的,还要显卡部分。
印象里 vesa 驱动是不支持宽屏的。

不要重复发帖。
回复

使用道具 举报

 楼主| 发表于 2008-12-31 22:19:30 | 显示全部楼层
硬件驱动是不是
Intel Corporation 82945G/GZ Integrated Graphics Controllor啊?

我是新手,请大侠指教,怎样找到硬件驱动,并设置成最佳显示分辨率

谢谢
回复

使用道具 举报

发表于 2008-12-31 22:24:38 | 显示全部楼层
那就先把 xorg.conf 贴全。
以及 debian 的版本。是 sid 么?
回复

使用道具 举报

 楼主| 发表于 2008-12-31 22:56:07 | 显示全部楼层
Section "Device"
             Identifier "Intel Corporation 82945G/GZ Integrated Graphics Controller"
             Driver      "i810"
             BusID     "PCI:0:2:0"



版本:
  Linux version 2.6.18-6-686 (Debian 2.6.28.dfsg.1-23etch1)
(Debian 4.1.1-21)
回复

使用道具 举报

 楼主| 发表于 2008-12-31 22:57:00 | 显示全部楼层
大侠帮看看,谢谢哈!
回复

使用道具 举报

 楼主| 发表于 2008-12-31 23:00:02 | 显示全部楼层
etch算sid?
回复

使用道具 举报

 楼主| 发表于 2008-12-31 23:07:04 | 显示全部楼层
好象没有sid版
回复

使用道具 举报

 楼主| 发表于 2008-12-31 23:11:47 | 显示全部楼层
我只找到etch的,找不到sid还有活着的软件源
回复

使用道具 举报

 楼主| 发表于 2009-1-1 11:01:15 | 显示全部楼层
这是详细配置
各位大侠帮忙啊 谢谢!

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/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"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "Device"
        Identifier        "Intel Corporation 82945G/GZ Integrated Graphics Controller"
        Driver                "i810"
        BusID                "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "LCD19WMGX"
        Option                "DPMS"
        HorizSync        28.0-96.0
        VertRefresh        50.0-60.0
        Modeline        "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 -HSync +Vsync
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82945G/GZ Integrated Graphics Controller"
        Monitor                "LCD19WMGX"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1440x900" #"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1440x900" #"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1440x900" #"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1440x900" #"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1440x900" #"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1440x900"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
回复

使用道具 举报

 楼主| 发表于 2009-1-1 11:27:48 | 显示全部楼层
这是Xorg.0.log文件的部分内容

(II) I810(0): Supported VESA Video Modes:
(II) I810(0): 720x400@70Hz
(II) I810(0): 640x480@60Hz
(II) I810(0): 640x480@67Hz
(II) I810(0): 640x480@72Hz
(II) I810(0): 640x480@75Hz
(II) I810(0): 800x600@56Hz
(II) I810(0): 800x600@60Hz
(II) I810(0): 800x600@72Hz
(II) I810(0): 800x600@75Hz
(II) I810(0): 832x624@75Hz
(II) I810(0): 1024x768@60Hz
(II) I810(0): 1024x768@70Hz
(II) I810(0): 1024x768@75Hz
(II) I810(0): 1280x1024@75Hz
(II) I810(0): 1152x870@75Hz
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) I810(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) I810(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
(II) I810(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) I810(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
(II) I810(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 kHz, PixClock max 140 MHz
(II) I810(0): Monitor name: LCD19WMGX
(II) I810(0): Serial No: 83303628NC
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 12288 kByte
(II) I810(0): Using detected DDC timings
(II) I810(0):         HorizSync 30-82
(II) I810(0):         VertRefresh 56-76
回复

使用道具 举报

发表于 2009-1-1 18:28:45 | 显示全部楼层

配置文件支持在某行中间放入#注释么?
貌似你现在用的i810支持1440X900@60的分辨率……
回复

使用道具 举报

发表于 2009-1-3 18:55:02 | 显示全部楼层
xorg版本大于1.4  可以把Xorg.conf删了 让系统自己侦测
回复

使用道具 举报

发表于 2009-1-4 00:57:59 | 显示全部楼层
因为你的显卡驱动不支持该设置,你的系统尽管能检测到显卡的真正型号,但它只用到i810的驱动,建议到intel网站下载并安装对口驱动。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-4-17 05:13 , Processed in 0.132169 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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