LinuxSir.cn,穿越时空的Linuxsir!

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

宽屏显示器启动的时候画面变形怎么办?

[复制链接]
发表于 2007-11-11 22:05:43 | 显示全部楼层 |阅读模式
rt,怎么改才能不变型
发表于 2007-11-11 23:23:32 | 显示全部楼层
是登陆界面还是UseSplash?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-12 00:06:13 | 显示全部楼层
登录界面,我19宽屏的显示器,ubuntu的标志都变扁了。我想改一下登录时的分辨率。
回复 支持 反对

使用道具 举报

发表于 2007-11-12 18:22:16 | 显示全部楼层
把你的/etc/X11/xorg.conf贴上来看看。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-13 09:24:15 | 显示全部楼层
Section "Files"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"        "/dev/input/mice"
        Option                "rotocol"        "ImPS/2"
        Option                "ZAxisMapping"        "4 5"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "InputDevice"
        Driver                "wacom"
        Identifier        "stylus"
        Option                "Device"        "/dev/input/wacom"
        Option                "Type"        "stylus"
        Option                "ForceDevice"        "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver                "wacom"
        Identifier        "eraser"
        Option                "Device"        "/dev/input/wacom"
        Option                "Type"        "eraser"
        Option                "ForceDevice"        "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver                "wacom"
        Identifier        "cursor"
        Option                "Device"        "/dev/input/wacom"
        Option                "Type"        "cursor"
        Option                "ForceDevice"        "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier        "nVidia Corporation G70 [GeForce 7300 GT]"
        Boardname        "nv"
        Busid                "CI:1:0:0"
        Driver                "nvidia"
        Screen        0
        Option                "AddARGBVisuals"        "True"
        Option                "AddARGBGLXVisuals"        "True"
        Option                "NoLogo"        "True"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Vendorname        "hilips"
        Modelname        "hilips 109S"
        Horizsync        30.0-95.0
        Vertrefresh        50.0-160.0
  modeline  "640x400@85" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
  modeline  "640x350@85" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
  modeline  "720x400@85" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1152x768@54" 64.995 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
  modeline  "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
  modeline  "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
  modeline  "1280x720@50" 60.47 1280 1328 1456 1632 720 721 724 741 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline  "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
  modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline  "1680x1050@75" 188.07 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
  modeline  "1920x1200@75" 246.59 1920 2064 2272 2624 1200 1201 1204 1253 -hsync +vsync
  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
        Gamma        1.0
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "nVidia Corporation G70 [GeForce 7300 GT]"
        Monitor                "Generic Monitor"
        Defaultdepth        24
        SubSection "Display"
                Depth        24
                Virtual        1920        1200
                Modes                "1440x900@60"        "1600x1024@60"        "1440x900@75"        "1680x1050@60"        "1280x800@60"        "1680x1050@75"        "1280x720@50"        "1920x1200@75"        "1280x768@75"        "1920x1200@60"        "1280x800@75"        "1280x720@60"        "1280x768@60"        "1280x854"        "1152x768@54"        "800x600@60"        "800x600@85"        "800x600@75"        "800x600@72"        "800x600@56"        "720x400@85"        "640x350@85"        "640x400@85"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
  screen 0 "Default Screen" 0 0
        Inputdevice        "Generic Keyboard"
        Inputdevice        "Configured Mouse"
       
        # Uncomment if you have a wacom tablet
        #        InputDevice     "stylus"        "SendCoreEvents"
        #        InputDevice     "cursor"        "SendCoreEvents"
        #        InputDevice     "eraser"        "SendCoreEvents"
EndSection
Section "Module"
        Load                "glx"
        Load                "v4l"
EndSection
Section "device" #  
        Identifier        "device1"
        Boardname        "nv"
        Busid                "CI:1:0:0"
        Driver                "nv"
        Screen        1
EndSection
Section "screen" #  
        Identifier        "screen1"
        Device                "device1"
        Defaultdepth        24
        Monitor                "monitor1"
EndSection
Section "monitor" #  
        Identifier        "monitor1"
        Gamma        1.0
EndSection
Section "ServerFlags"
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-11-13 12:42:13 | 显示全部楼层
你试试根据你的显示器的实际分辨率和刷新率,把Section "Screen"部分的Modes段除了1440x900@60(假设你的分辨率是1440x900,刷新率60Hz)之外的所有项都注释掉。

记得修改xorg.conf前要备份。
回复 支持 反对

使用道具 举报

发表于 2007-11-15 09:15:59 | 显示全部楼层
照楼主所说应该是usplash,不是X的问题,改不了,请自行找宽屏的uspalsh图片换上即可,不过可能没有
回复 支持 反对

使用道具 举报

发表于 2007-11-19 17:44:12 | 显示全部楼层
把 /etc/usplash.conf 改一下
sudo dpkg-reconfigure linux-image-$(uname -r)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-20 19:12:45 | 显示全部楼层
就是显示启动进度条的时候变形,怎么办?我刚才改了usplash.conf也不管用啊。 从新配置的时候说找不到命令,linux-image没安装
回复 支持 反对

使用道具 举报

发表于 2007-11-23 09:04:56 | 显示全部楼层
我的显示器19寸宽屏,1440*900 。正常。。。没有楼主所说的变形情况。。希望贴上图片
回复 支持 反对

使用道具 举报

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

本版积分规则

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