LinuxSir.cn,穿越时空的Linuxsir!

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

8.04 登陆界面分辨率问题

[复制链接]
发表于 2008-4-12 20:33:28 | 显示全部楼层 |阅读模式
8.04 登陆界面分辨率问题

刚才始好好的, 后来改了一次登陆的session后,每次登陆后都只能看到半个屏幕,

登陆输入用户名和密码本来应该是中屏幕中间的,现在每次都变成在右下角了。。怎么办啊?
 楼主| 发表于 2008-4-12 21:11:38 | 显示全部楼层
这是我的
/ext/X11/xorg.conf
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "InputDevice"
  17.         Identifier        "Generic Keyboard"
  18.         Driver                "kbd"
  19.         Option                "XkbRules"        "xorg"
  20.         Option                "XkbModel"        "pc105"
  21.         Option                "XkbLayout"        "us"
  22. EndSection
  23. Section "InputDevice"
  24.         Identifier        "Configured Mouse"
  25.         Driver                "vmmouse"
  26. EndSection
  27. Section "InputDevice"
  28.         Identifier        "Synaptics Touchpad"
  29.         Driver                "synaptics"
  30.         Option                "SendCoreEvents"        "true"
  31.         Option                "Device"        "/dev/psaux"
  32.         Option                "Protocol"        "auto-dev"
  33.         Option                "HorizEdgeScroll"        "0"
  34. EndSection
  35. Section "Device"
  36.         Identifier        "Configured Video Device"
  37.         Boardname        "nvidia"
  38.         Busid                "PCI:1:0:0"
  39.         Driver                "nvidia"
  40.         Screen        0
  41. EndSection
  42. Section "Monitor"
  43.         Identifier        "Configured Monitor"
  44.         Vendorname        "Generic LCD Display"
  45.         Modelname        "LCD Panel 1280x800"
  46.         Horizsync        31.5-50.0
  47.         Vertrefresh        56.0 - 65.0
  48.   modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  49.   modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  50.   modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  51.   modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  52.   modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  53.         Gamma        1.0
  54. EndSection
  55. Section "Screen"
  56.         Identifier        "Default Screen"
  57.         Monitor                "Configured Monitor"
  58.         Device                "Configured Video Device"
  59.         Defaultdepth        24
  60.         SubSection "Display"
  61.                 Depth        24
  62.                 Virtual        1280        800
  63.                 Modes        "1280x800@60"        "1280x720@60"        "1280x768@60"        "800x600@60"        "800x600@56"
  64.         EndSubSection
  65. EndSection
  66. Section "ServerLayout"
  67.         Identifier        "Default Layout"
  68.   screen 0 "Default Screen" 0 0
  69.         Inputdevice        "Synaptics Touchpad"
  70. EndSection
  71. Section "Module"
  72.         Load                "glx"
  73.         Load                "v4l"
  74. EndSection
  75. Section "device" #
  76.         Identifier        "device1"
  77.         Boardname        "nvidia"
  78.         Busid                "PCI:1:0:0"
  79.         Driver                "nvidia"
  80.         Screen        1
  81. EndSection
  82. Section "screen" #
  83.         Identifier        "screen1"
  84.         Device                "device1"
  85.         Defaultdepth        24
  86.         Monitor                "monitor1"
  87.         SubSection "Display"
  88.                 Depth        24
  89.                 Modes                "1280x800@60"        "1280x720@60"        "1280x768@60"        "800x600@60"        "800x600@56"
  90.         EndSubSection
  91. EndSection
  92. Section "monitor" #
  93.         Identifier        "monitor1"
  94.         Vendorname        "Generic LCD Display"
  95.         Modelname        "LCD Panel 1280x800"
  96.         Horizsync        31.5-50.0
  97.         Vertrefresh        56.0 - 65.0
  98.   modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  99.   modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  100.   modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  101.   modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  102.   modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  103.         Gamma        1.0
  104. EndSection
  105. Section "ServerFlags"
  106. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-4-15 20:47:17 | 显示全部楼层
试试把
Section "Screen"
        Identifier        "Default Screen"
        Monitor                "Configured Monitor"
        Device                "Configured Video Device"
        Defaultdepth        24
        SubSection "Display"
                Depth        24
                Virtual        1280        800
                Modes        "1280x800@60"        "1280x720@60"        "1280x768@60"        "800x600@60"        "800x600@56"
Virtual 1280 800 数字改为你系统所使用的分辨率
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-16 16:48:37 | 显示全部楼层
??什么意思。。。
是说改成这样 ????
  1. Virtual 60
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-4-17 10:46:09 | 显示全部楼层
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Virtual     1280 1024
        Depth       24
如我的Virtual
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-17 14:17:13 | 显示全部楼层
Post by jiusi99;1839111
如我的Virtual


嗯。。。跟我的没什区别啊
我的机子是本本, 宽屏的。。用的分bian率就是1280*800。。。嗯。。。。
回复 支持 反对

使用道具 举报

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

本版积分规则

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