Xorg.conf设置不起作用啊,求高手帮忙
我的显示屏是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 系统是debian 2.6.18-6-686 什么驱动?光有显示器部分的设置是不行的,还要显卡部分。
印象里 vesa 驱动是不支持宽屏的。
不要重复发帖。 硬件驱动是不是
Intel Corporation 82945G/GZ Integrated Graphics Controllor啊?
我是新手,请大侠指教,怎样找到硬件驱动,并设置成最佳显示分辨率
谢谢 那就先把 xorg.conf 贴全。
以及 debian 的版本。是 sid 么? 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) 大侠帮看看,谢谢哈! etch算sid? 好象没有sid版 我只找到etch的,找不到sid还有活着的软件源:cry: 这是详细配置
各位大侠帮忙啊 谢谢!
# /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 这是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: 1440vsize 900refresh: 60vid: 149
(II) I810(0): #1: hsize: 1280vsize 1024refresh: 60vid: 32897
(II) I810(0): #2: hsize: 1152vsize 864refresh: 75vid: 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: 1440h_sync: 1520h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) I810(0): v_active: 900v_sync: 903v_sync_end 909 v_blanking: 934 v_border: 0
(II) I810(0): Ranges: V min: 56V max: 76 Hz, H min: 30H 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 8O
配置文件支持在某行中间放入#注释么?
貌似你现在用的i810支持1440X900@60的分辨率…… xorg版本大于1.4可以把Xorg.conf删了 让系统自己侦测 因为你的显卡驱动不支持该设置,你的系统尽管能检测到显卡的真正型号,但它只用到i810的驱动,建议到intel网站下载并安装对口驱动。
页:
[1]
2