Ubuntu 14.04屏幕分辨率太低(SiS 671显卡)


11

我刚刚安装了Ubuntu 14.04,但是我的屏幕分辨率设置太低:我尝试添加一个新的屏幕,但是我不断

xrandr: Failed to get size of gamma for output default

我试过了 :

$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected primary 640x480+0+0 0mm x 0mm
   640x480        73.0* 
  1024x768_60.00 (0x194)   63.5MHz
        h: width  1024 start 1072 end 1176 total 1328 skew    0 clock   47.8KHz
        v: height  768 start  771 end  775 total  798           clock   59.9Hz

(我在Ubuntu 13.10 13.04 12.04上没有这个问题)

$ xrandr --newmode "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
xrandr: Failed to get size of gamma for output default

$ lspci | grep VGA
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)

================================================== ===========================昨天我在Ubuntu 12.04上进行了更新,由于有关1204_HWE_EOL的问题,它破坏了我的屏幕分辨率。

我回到Ubuntu 14.04,获得良好屏幕分辨率的唯一方法是从恢复菜单开始然后恢复启动。


您是否检查过设备管理器以找到新的驱动程序?
mortezaipo 2014年

不行 我应该安装还是已经安装
声名狼藉的2014年

看一下:系统设置->软件和更新->其他驱动程序
mortezaipo 2014年

我试过了,但“没有找到其他驱动程序”
声名狼藉的2014年

Answers:


5

我对决议有同样的问题。我正在使用VirtualBox,分辨率只有一个分辨率选项。

  1. 我去了搜索栏,搜索了其他驱动程序
  2. 接下来,我单击使用x86虚拟化解决方案-dkms的来宾添加模块源
  3. 最后,我重新启动了运行Ubuntu的虚拟机。

重新启动后,分辨率就已经固定。


2
这个答案是特定于VirtualBox的,但问题不在于VirtualBox ...
bain 2015年

5

创建/编辑/etc/X11/xorg.conf

Section "Device"
  Identifier "Generic Video Card"
    VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "771/671 PCIE VGA Display Adapter"
    Busid "PCI:1:0:0"
    Driver "vesa"
    Screen 0
        Option "UseFBDev" "true"
        Option "DPMS"
        Option "ShadowFB"
        Option "MaxXFBMem"
        VideoRam 262016
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
        Option "backingstore" "true"
        Option "AddARGBGLXVisuals" "True"

EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x800"
    HorizSync 20-107
        VertRefresh 50-185
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +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@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    1280    768
        Modes        "1280x768@60"    "1280x720@60"    "800x600@60"    "1280x800@60"    "800x600@56"
    EndSubSection
EndSection

Section "Module"
    Load "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "GLcore"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "speedo"
    Load "record"
EndSection

Section "DRI"
        Mode 0666
EndSection

这对我有用。(在Ubuntu论坛上看到了该线程


对我来说,这是一个近乎完美的解决方案,但还不完全!我有一个带有“ SiS M760GX”视频卡的Acer Aspire 5000(lspci -v 返回Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter (prog-if 00 [VGA controller])),使用此xorg.conf文件,我现在可以获得1280x768、1024x768、800x600或640x480的分辨率。但是,我的屏幕的原始分辨率为1280x800,因此看起来还是有点不对劲。任何想法我如何都能使1280X800正常工作?
加布里埃尔·斯台普斯

我只是张贴了这个问题在这里:askubuntu.com/questions/952001/...
加布里埃尔斯台普斯

该解决方案适用于Kubuntu 18.04。但是我发现了更完整的解决方案,该解决方案也适用于Lubuntu 18.04 32位:gist.github.com/fevangelou/46a2885233c45011ad5c8752f18eac73
pa4080

0

sis 671不支持Ubuntu。有一个(坏的)驱动程序,该驱动程序至少允许您更改分辨率,但自Ubuntu 12.0.2起不起作用。较旧的版本和12.04的其他派生版本仍然可以使用。

该页面以前包含Ubuntu的安装指南,但不久前已更改为Linux Mint指南。

如果幸运的话,它仍然可以在Ubuntu 12.04上运行。

一年前,我将它与Xubuntu 12.04配合使用,但我不记得该如何做。

我发现了一个旧的Launchpad错误报告,并且存在相同的问题。也许此注释中的解决方案适合您:


是的,这是我的图形卡存在的问题..所以我想我
只能

抱歉,我只是阅读您当前的分辨率。即使没有正确的驱动程序,1024x768也应该可以工作。vesa驱动程序可以实现此分辨率。您是从13.10升级还是全新安装14.04?
2014年

我进行了
全新
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.