**這裡
修改/etc/x11/xorg.conf檔案:
sudo gedit /etc/x11/xorg.conf
我這裡開啟後是空的
在最後新增如下內容
section "screen"
identifier "screen0"
device
"videocard0"
monitor
"monitor0"
defaultdepth
16 subsection "display"
viewport 0 0
depth
16 modes
"你想要的解析度"
endsubsection
endsection
#將modes
"1920x1080"改為你想要的解析度
fedora17下以root登陸
以普通使用者登陸時,在進行一些檔案操作時,經常會遇到許可權不夠的問題,fedora又禁止以root使用者登陸,要以root登入按以下操作即可 1 在終端裡切換到root su root 然後輸入密碼 2 修改gdm password檔案 gedit etc pam.d gdm password 注釋...
xp登陸介面的修改
很有意思的乙個主題,但是當我解除安裝這個主題之後,登陸介面就不再出現歡迎 螢幕了。在控制面板裡改了多少回也沒有改過來。最後找到這麼個方法。到登錄檔裡面,找到hkey local machine software microsoft windows nt currentversion winlogon...
Oracle登陸及修改使用者密碼
16 20 2013 7 7 oracle 登陸 管理員登陸 sqlplus sys root as sysdba 密碼認證 這個root是安裝資料庫最初你輸入的口令 sqlplus as sysdba 主機認證 要求系統使用者就是dba使用者 普通登陸 sqlplus scott tiger 如果...