LinuxSir.cn,穿越时空的Linuxsir!

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

FC6的xorg.conf是不是缺少东西啊

[复制链接]
发表于 2006-10-29 23:19:33 | 显示全部楼层 |阅读模式
我的xorg.conf


  1. # Xorg configuration created by system-config-display

  2. Section "ServerLayout"
  3.         Identifier     "single head configuration"
  4.         Screen      0  "Screen0" 0 0
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6.         InputDevice    "Synaptics" "CorePointer"
  7. EndSection

  8. Section "InputDevice"
  9.         Identifier  "Keyboard0"
  10.         Driver      "kbd"
  11.         Option      "XkbModel" "pc105"
  12.         Option      "XkbLayout" "us"
  13. EndSection

  14. Section "InputDevice"
  15.         Identifier  "Synaptics"
  16.         Driver      "synaptics"
  17.         Option      "Device" "/dev/input/mice"
  18.         Option      "Protocol" "auto-dev"
  19.         Option      "Emulate3Buttons" "yes"
  20. EndSection

  21. Section "Device"
  22.         Identifier  "Videocard0"
  23.         Driver      "i810"
  24. EndSection

  25. Section "Screen"
  26.         Identifier "Screen0"
  27.         Device     "Videocard0"
  28.         DefaultDepth     24
  29.         SubSection "Display"
  30.                 Viewport   0 0
  31.                 Depth     24
  32.         EndSubSection
  33. EndSection
复制代码



感觉缺少很多设置啊。我想把分辨率设置成宽屏。但是好像找不到那些选项了。大家都是怎么解决的呢?
发表于 2006-10-29 23:21:28 | 显示全部楼层
我的更少!

# 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      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-10-30 14:01:30 | 显示全部楼层
就是 我的和楼上的差不多 但是3D特效能够出来
回复 支持 反对

使用道具 举报

发表于 2006-11-5 11:45:28 | 显示全部楼层
用宽屏要安装 915resolution
http://www.geocities.com/stomljen/download.html
然后编辑/etc/sysconfig/915resolution
追加一行
VBMODES="49 1280 768 16"
这里"49 1280 768 16"是根据用915resolution -l命令查看更改的。
我的原来为Mode 49 : 1024x768, 16 bits/pixel
回复 支持 反对

使用道具 举报

发表于 2006-11-8 15:01:25 | 显示全部楼层
解决办法:
运行system-config-display
修改你的硬件显示器类型。我修改成了“LCD Panel 1280*1024”4"
然后确定。

就可以修改显示分辨率了

新的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 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 75.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vmware"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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