LinuxSir.cn,穿越时空的Linuxsir!

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

“宽屏”显示器的问题+

[复制链接]
发表于 2006-4-10 09:43:44 | 显示全部楼层 |阅读模式
suse 10.0
笔记本 1280x800

我现在使用的方法是开机时运行下面的命令:
  1. 855resolution 5c 1280 800
复制代码

为了使得每次开机自动运行,我把它添加到 boot.local 中了。
[color="Red"]
但问题是:休眠后分辨率有变成1024x768了。

以下是我的 xorg.conf,在 sax2 的基础上,我手工修改过的:
  1. # /.../
  2. # SaX generated X11 config file
  3. # Created on: 2006-04-08T16:12:13+0800.
  4. #
  5. # Version: 7.1
  6. # Contact: Marcus Schaefer <sax@suse.de>, 2002
  7. #
  8. # Automatically generated by [ISaX] (7.1)
  9. # PLEASE DO NOT EDIT THIS FILE!
  10. #

  11. Section "Files"
  12.   FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  13.   FontPath     "/usr/X11R6/lib/X11/fonts/local"
  14.   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  15.   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  16.   FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  17.   FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  18.   FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  19.   FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  20.   FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  21.   FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  22.   FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  23.   FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  24.   FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  25.   FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  26.   FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  27.   FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  28.   FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  29.   FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  30.   FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  31.   FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  32.   FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  33.   FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  34.   FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  35.   FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  36.   FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  37.   FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  38.   FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  39.   FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  40.   FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  41.   FontPath     "/opt/kde3/share/fonts"
  42.   InputDevices "/dev/ttyS0"
  43.   InputDevices "/dev/ttyS1"
  44.   InputDevices "/dev/ttyS2"
  45.   InputDevices "/dev/ttyS3"
  46.   InputDevices "/dev/ttyS4"
  47.   InputDevices "/dev/ttyS5"
  48.   InputDevices "/dev/ttyS6"
  49.   InputDevices "/dev/ttyS7"
  50.   InputDevices "/dev/ttyS8"
  51.   InputDevices "/dev/psaux"
  52.   InputDevices "/dev/logibm"
  53.   InputDevices "/dev/sunmouse"
  54.   InputDevices "/dev/atibm"
  55.   InputDevices "/dev/amigamouse"
  56.   InputDevices "/dev/atarimouse"
  57.   InputDevices "/dev/inportbm"
  58.   InputDevices "/dev/gpmdata"
  59.   InputDevices "/dev/mouse"
  60.   InputDevices "/dev/usbmouse"
  61.   InputDevices "/dev/adbmouse"
  62.   InputDevices "/dev/input/mice"
  63.   InputDevices "/dev/input/event0"
  64.   InputDevices "/dev/pointer0"
  65.   InputDevices "/dev/pointer1"
  66.   InputDevices "/dev/pointer2"
  67.   InputDevices "/dev/pointer3"
  68. EndSection

  69. Section "ServerFlags"
  70.   Option       "AllowMouseOpenFail"
  71. EndSection

  72. Section "Module"
  73.   Load         "freetype"
  74.   Load         "type1"
  75.   Load         "dbe"
  76.   Load         "glx"
  77.   Load         "extmod"
  78.   Load         "v4l"
  79. EndSection

  80. Section "InputDevice"
  81.   Driver       "kbd"
  82.   Identifier   "Keyboard[0]"
  83.   Option       "Protocol" "Standard"
  84.   Option       "XkbLayout" "us"
  85.   Option       "XkbModel" "pc104"
  86.   Option       "XkbRules" "xfree86"
  87. EndSection


  88. Section "InputDevice"
  89.   Driver       "mouse"
  90.   Identifier   "Mouse[1]"
  91.   Option       "Buttons" "5"
  92.   Option       "Device" "/dev/input/mice"
  93.   Option       "Name" "ImPS/2 Logitech Wheel Mouse"
  94.   Option       "Protocol" "explorerps/2"
  95.   Option       "Vendor" "Sysp"
  96.   Option       "ZAxisMapping" "4 5"
  97. EndSection


  98. Section "Monitor"
  99.   Option       "CalcAlgorithm" "XServerPool"
  100.   DisplaySize  300 190
  101.   HorizSync    30-50
  102.   Identifier   "Monitor[0]"
  103.   ModelName    "1280X768@60HZ"
  104.   Option       "DPMS"
  105.   VendorName   "--> LCD"
  106.   VertRefresh  50-65
  107.   UseModes     "Modes[0]"
  108. EndSection


  109. Section "Modes"
  110.   Identifier   "Modes[0]"
  111. EndSection


  112. Section "Screen"
  113.   DefaultDepth 24
  114.   SubSection "Display"
  115.     Depth      15
  116.     Modes      "1280x800"
  117.   EndSubSection
  118.   SubSection "Display"
  119.     Depth      16
  120.     Modes      "1280x800"
  121.   EndSubSection
  122.   SubSection "Display"
  123.     Depth      24
  124.     Modes      "1280x800"
  125.   EndSubSection
  126.   SubSection "Display"
  127.     Depth      32
  128.     Modes      "1280x800"
  129.   EndSubSection
  130.   SubSection "Display"
  131.     Depth      8
  132.     Modes      "1280x800"
  133.   EndSubSection
  134.   Device       "Device[0]"
  135.   Identifier   "Screen[0]"
  136.   Monitor      "Monitor[0]"
  137. EndSection


  138. Section "Device"
  139.   BoardName    "915 GM"
  140.   BusID        "0:2:0"
  141.   Driver       "i810"
  142.   Identifier   "Device[0]"
  143.   Screen       0
  144.   VendorName   "Intel"
  145. EndSection


  146. Section "ServerLayout"
  147.   Identifier   "Layout[all]"
  148.   InputDevice  "Keyboard[0]" "CoreKeyboard"
  149.   InputDevice  "Mouse[1]" "CorePointer"
  150.   Option       "Clone" "off"
  151.   Option       "Xinerama" "off"
  152.   Screen       "Screen[0]"
  153. EndSection

  154. Section "DRI"
  155.     Group      "video"
  156.     Mode       0660
  157. EndSection

  158. Section "Extensions"
  159. EndSection

复制代码


请各位指教。
 楼主| 发表于 2006-4-11 13:49:53 | 显示全部楼层
up up up
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-12 10:07:17 | 显示全部楼层
提到休眠 suspend to disk/ram,10.1做的怎么样了?
10.0的不行。待机默认禁用,我也没有试验,被警告会有危险。
休眠根本不能复原,最多到kdm那里,还要重新载入KDE。

    [color="Red"]
  • 这和重启的结果没有区别。
  • 这不比重启快,也要等老半天。
  • 这还破坏了我的分辨率。



2001年发布的Windows可以15s进入休眠,10s恢复休眠(包含用户输入密码的时间),一丝不差的回到休眠前的状态,后台服务和前台程序都一样。2006年将发布的Linux桌面能不能做到呢?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-12 10:08:24 | 显示全部楼层
bump!!!
回复 支持 反对

使用道具 举报

发表于 2006-4-12 10:10:45 | 显示全部楼层
我觉得 suspend 本来就不是必要的功能,我从来不用的。

(2001年的Windows,没事就死机。2006年的 Linux 桌面能否做到呢?)
回复 支持 反对

使用道具 举报

发表于 2006-4-12 10:41:25 | 显示全部楼层
记得以前想学freebsd的时候,无意中浏览了一下suspend
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-12 17:28:17 | 显示全部楼层
Post by 终极幻想
我觉得 suspend 本来就不是必要的功能,我从来不用的。

(2001年的Windows,没事就死机。2006年的 Linux 桌面能否做到呢?)

有些跑题了:
1
我觉得待机/休眠至少对laptop还是有意义的。
关闭盖子就待机,过一段时间就休眠,这样可以节约能源,同时不破坏当时的工作环境。

2
windows要比一般人想象的稳定,从win2000开始就几乎不死机。
所以你的说法其实是不符合实际的。

回到主题:
有什么好办法设定并保持宽屏幕显示器分辨率?

PS: 能否让 suse 的 bootsplash 和 kde splash 也支持宽屏幕?
回复 支持 反对

使用道具 举报

发表于 2006-4-12 18:03:08 | 显示全部楼层
Post by four
有些跑题了:
1
我觉得待机/休眠至少对laptop还是有意义的。
关闭盖子就待机,过一段时间就休眠,这样可以节约能源,同时不破坏当时的工作环境。

2
windows要比一般人想象的稳定,从win2000开始就几乎不死机。
所以你的说法其实是不符合实际的。

回到主题:
有什么好办法设定并保持宽屏幕显示器分辨率?

PS: 能否让 suse 的 bootsplash 和 kde splash 也支持宽屏幕?

windows很稳定吗?
这个不一定吧
xp下有时莫名其妙的100%资源占用很烦的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-12 21:21:15 | 显示全部楼层
Post by kuposky
windows很稳定吗?
这个不一定吧
xp下有时莫名其妙的100%资源占用很烦的

不要岔开话题哟
回复 支持 反对

使用道具 举报

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

本版积分规则

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