+ -
当前位置:首页 → 问答吧 → 新手求助

新手求助

时间:2011-10-15

来源:互联网

ubuntu11.10安装好之后,分辨率设置无法保存,重启之后又恢复到800X600,纠结啊。

作者: 一叶知秋   发布时间: 2011-10-15

n卡?配置文件没生成或者保存吧

作者: 枫叶饭团   发布时间: 2011-10-15

说一下显卡,顺便说一下显示器。
最好把/etc/X11/xorg.conf的内容贴上来(gedit /etc/X11/xorg.conf 命令来打开。)

作者: ljj_jjl2008   发布时间: 2011-10-15

主板是映泰A780L3G,CPU是AMD X2 250 ,4G DDR3内存,显示器是七喜17寸CRT。
gengwin@gengwin-A780L3G:~$ sudo gedit /etc/X11/xorg.conf
[sudo] password for gengwin:

(gedit:1950): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: 创建文件“/root/.local/share/recently-used.xbel.763E3V”失败:没有那个文件或目录

(gedit:1950): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: 没有那个文件或目录

(gedit:1950): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: 创建文件“/root/.local/share/recently-used.xbel.DLNH3V”失败:没有那个文件或目录

(gedit:1950): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: 没有那个文件或目录

作者: 一叶知秋   发布时间: 2011-10-15

天,还用crt显示器.../etc/X11/xorg.conf 这个文件里面自己写入行频 场频 指定分辨率

作者: leeaman   发布时间: 2011-10-15

./etc/X11/xorg.conf内容如下:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection
怎么写呀?

作者: 一叶知秋   发布时间: 2011-10-15

./etc/X11/xorg.conf是就这点内容,还是你没有全部抄下来给我们看?
我的:红字的数字,决定了分辨率和刷新率的范围。
引用:
Section "Monitor"
Identifier "Monitor0"
VendorName "LEN"
ModelName "LEN L171"
Option "DPMS"
HorizSync 30.0-83.0
VertRefresh 55.0-100
Option "PreferredMode" "1280x1024"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection
Section "Device"
Option "DRI" "True" # [<bool>]
Identifier "Card0"
Driver "intel" #card0driver
Option "LinearAlloc" "6144"
VendorName "Intel Corporation"
BoardName "82945G/GZ Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#Option "metamodes" "1280x1024_60 +0+0" #METAMODES_0
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection

作者: ljj_jjl2008   发布时间: 2011-10-15

不要照抄,我是intel集成显卡,液晶显示器。不一样的。

作者: ljj_jjl2008   发布时间: 2011-10-15

就这些内容了。

作者: 一叶知秋   发布时间: 2011-10-15

ubuntu11.10安装好之后,分辨率设置无法保存,重启之后又恢复到800X600,纠结啊。

作者: 一叶知秋   发布时间: 2011-10-15

n卡?配置文件没生成或者保存吧

作者: 枫叶饭团   发布时间: 2011-10-15

说一下显卡,顺便说一下显示器。
最好把/etc/X11/xorg.conf的内容贴上来(gedit /etc/X11/xorg.conf 命令来打开。)

作者: ljj_jjl2008   发布时间: 2011-10-15

主板是映泰A780L3G,CPU是AMD X2 250 ,4G DDR3内存,显示器是七喜17寸CRT。
gengwin@gengwin-A780L3G:~$ sudo gedit /etc/X11/xorg.conf
[sudo] password for gengwin:

(gedit:1950): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: 创建文件“/root/.local/share/recently-used.xbel.763E3V”失败:没有那个文件或目录

(gedit:1950): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: 没有那个文件或目录

(gedit:1950): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: 创建文件“/root/.local/share/recently-used.xbel.DLNH3V”失败:没有那个文件或目录

(gedit:1950): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: 没有那个文件或目录

作者: 一叶知秋   发布时间: 2011-10-15

天,还用crt显示器.../etc/X11/xorg.conf 这个文件里面自己写入行频 场频 指定分辨率

作者: leeaman   发布时间: 2011-10-15

./etc/X11/xorg.conf内容如下:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection
怎么写呀?

作者: 一叶知秋   发布时间: 2011-10-15

./etc/X11/xorg.conf是就这点内容,还是你没有全部抄下来给我们看?
我的:红字的数字,决定了分辨率和刷新率的范围。
引用:
Section "Monitor"
Identifier "Monitor0"
VendorName "LEN"
ModelName "LEN L171"
Option "DPMS"
HorizSync 30.0-83.0
VertRefresh 55.0-100
Option "PreferredMode" "1280x1024"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection
Section "Device"
Option "DRI" "True" # [<bool>]
Identifier "Card0"
Driver "intel" #card0driver
Option "LinearAlloc" "6144"
VendorName "Intel Corporation"
BoardName "82945G/GZ Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#Option "metamodes" "1280x1024_60 +0+0" #METAMODES_0
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection

作者: ljj_jjl2008   发布时间: 2011-10-15

不要照抄,我是intel集成显卡,液晶显示器。不一样的。

作者: ljj_jjl2008   发布时间: 2011-10-15

就这些内容了。

作者: 一叶知秋   发布时间: 2011-10-15