LinuxSir.cn,穿越时空的Linuxsir!

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

求助:双屏显示问题intel 945GM集成显卡

[复制链接]
发表于 2009-8-8 13:06:39 | 显示全部楼层 |阅读模式
我有一个笔记本和一个显示器,笔记本使thinkpad 0657lhc,在网上看到查了一下双屏显示的配置说明,但是都是对ati显卡和nvidia显卡的配置。不知道这个显卡该怎么配置。
发表于 2009-8-8 13:24:02 | 显示全部楼层
这个可能叫dual heads吧。
mandriva 2009 spring可以自动配置dual heads。 你可以叫装了这个版本的朋友给你发一个xorg.conf的文件来参考。
回复 支持 反对

使用道具 举报

发表于 2009-8-8 16:24:51 | 显示全部楼层
我的设置文件 xorg.conf :

楼主可以看看这里:Intel_Graphics_Media_Accelerator_950


  1. #=========================================================================================================================#
  2. # /etc/X11/xorg.conf
  3. # X 设置文件
  4. # Gentoo Hooong 2009.08.06
  5. #=========================================================================================================================#

  6. # 一、ServerLayout

  7. # Section "ServerLayout"
  8. #        Identifier        "Default Layout"
  9. #        Screen                "Default Screen"
  10. # EndSection
  11. # ....................................................................................................................... #

  12. # 二、加载字体与模块

  13. Section "Files"
  14.         FontPath        "/usr/share/fonts/100dpi/"
  15.         FontPath        "/usr/share/fonts/75dpi/"
  16.         FontPath        "/usr/share/fonts/misc/"
  17.         FontPath        "/usr/share/fonts/truetype/"
  18.         FontPath        "/usr/share/fonts/ttf/"
  19.         FontPath        "/usr/share/fonts/wqy-bitmapfont/"
  20.         FontPath        "/usr/share/fonts/wqy-zenhei/"
  21. EndSection

  22. Section "Module"
  23.         Load                "glx"
  24.         Load                "extmod"
  25.         Load                "record"
  26.         Load                "GLcore"
  27.         Load                "dbe"
  28. EndSection
  29. # ....................................................................................................................... #

  30. # 三、显卡、显示器与屏幕分辨率

  31. Section "Device"
  32.         Identifier        "Intel Graphics Adapter"
  33.         Driver                "intel"
  34.         Option                "monitor-LVDS"                 "Builtin LCD"
  35.         Option                "monitor-VGA"                 "External VGA"
  36.         Option                "AccelMethod"                "UXA"
  37.         Option                "Tiling"                "False"
  38. EndSection

  39. Section "Monitor"
  40.         Identifier        "Builtin LCD"
  41.         Option                "Left"                        "External VGA"
  42. EndSection

  43. Section "Monitor"
  44.         Identifier        "External VGA"
  45.         Option                "Right"                        "Builtin LCD"
  46. #        Option                "PreferredMode" "1440x900"
  47. #        HorizSync        31.5-90
  48. #        VertRefresh        50-90
  49. #        # 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
  50. #        Modeline        "1440x900"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync        ## gtf 1440 900 60
  51. EndSection

  52. Section "Screen"
  53.         Identifier      "Default Screen"
  54.         Device          "Intel Graphics Adapter"
  55.         SubSection        "Display"
  56. #                        Virtual        2464 900
  57.                         Virtual        2048 2048
  58.         EndSubSection
  59. EndSection
  60. # ....................................................................................................................... #

  61. # 四、扩展选项

  62. Section "Extensions"
  63.         Option                 "Composite"                 "Enable"
  64. EndSection
  65. #=========================================================================================================================#
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-9 10:42:34 | 显示全部楼层
谢谢你发的配置
回复 支持 反对

使用道具 举报

发表于 2009-8-9 11:29:02 | 显示全部楼层
不是说现在都不用xorg.conf也行了吗(我就没用),你试试看吧,说不定直接就行呢.
我一般都是试过了,才问的,比直接问更有收获哦....
回复 支持 反对

使用道具 举报

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

本版积分规则

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