linuxroot用户和普通用户界面显示分辨率不一样

linuxroot用户和普通用户界面显示分辨率不一样,第1张

修改/etc/x11/xorg。conf文件

1、现将机器1的xorg。conf的文件列出:

。。。。。。。Section "Monitor"### Comment all HorizSync and VertSync values to use DDC:Identifier "Monitor0"ModelName "Monitor 1024x768"### Comment all HorizSync and VertSync values to use DDC:HorizSync 31。

5 - 57。0VertRefresh 50。0 - 70。0Option "dpms"EndSectionSection "Device"Identifier "Videocard0"Driver "i810"EndSectionSection "Screen"Identifier "Screen0"Device "Videocard0"Monitor "Monitor0"DefaultDepth 24SubSection "Display"Modes "1024x768"Viewport 0 0Depth 24EndSubSectionEndSection

2、现将机器2的xorg。

conf的文件列出:

Section "Monitor"### Comment all HorizSync and VertSync values to use DDC:### Comment all HorizSync and VertSync values to use DDC:Identifier "Monitor0"ModelName "Monitor 1024x768"### Comment all HorizSync and VertSync values to use DDC:HorizSync 31。

5 - 57。0VertRefresh 50。0 - 70。0#ModeLine "1024x768_75。00" 81。

8 1024 1080 1192 1360 768 769 772 802 -hsync +vsyncOption "dpms"EndSectionSection "Device"Identifier "Videocard0"Driver "i810"EndSectionSection "Screen"Identifier "Screen0"Device "Videocard0"Monitor "Monitor0"DefaultDepth 24SubSection "Display"Modes "1024x768"Viewport 0 0Depth 24EndSubSectionEndSection。

Linux服务器新建立的用户在登录显示“-bash-4.2$”,而不是“user@主机名+路径”的显示方式。出现的此问题的原因是在添加普通用户时,用户家目录下丢失了.bash_profile和.bashrc两个环境变量文件。 之后,使用exit命令退出登录后重新登录,问题得到解决!


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8943101.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-23
下一篇 2023-04-23

发表评论

登录后才能评论

评论列表(0条)

保存