Ubuntu 6.06 升級到 6.10 寬屏解析度的問題(轉)
Ubuntu 6.06 升級到 6.10 寬屏解析度的問題(轉)[@more@]我的本本是Acer 2403,Inter 915的主機板,顯示卡應該是整合的。
這是系統檢測到的"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
從Ubuntu 6.06升級到 6.10後,我的寬屏解析度就只能使用1024*768,沒法用到標準的1280*800,
於是我sudo /etc/init.d/gdm stop 先關掉 X
#執行完上面這部,系統會退回到console,此時沒有提示符(# or $),只有個關標閃來閃去
然後 sudo dpkg-reconfigure xserver-xorg 一路"確定",採用預設配置。
完成後再 sudo /etc/init.d/gdm start
解析度終於正常了。
可是問題來了,每次重啟系統後,就又恢復到1024*768了,而xorg.conf檔案始終都是那一個!
我只有X圖形下,執行/etc/init.d/gdm stop,進入console。
選擇tty1 (Alt + F1)後,啟動X(/etc/init.d/gdm start),此時寬屏解析度顯示正常(1280*800)
#解決每次重啟後,解析度無法正常顯示的問題:
#apt-get install 915resolution
1. First, you need to check available modes by:
# 915resolution -l
2. You will get a mode list such as:
Intel 800/900 Series VBIOS Hack : version 0.4.7
Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36
Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1280x800, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1280x800, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1280x800, 32 bits/pixel
3. Write the mode number and resolution which you want to use to
/etc/default/915resolution. For example:
MODE=auto
XRESO=1280
YRESO=800
# optional setting
BIT=24
4. Reboot or run "/etc/init.d/915resolution start" by hand.
5. To use specified resolution, you need to modify your X configuration
file (If you use Xorg, it's /etc/X11/xorg.conf)
SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
6. 在/etc/inittab中加入:
#915resolution
S1:123456:boot:915resolution 38 1280 800 24
這是系統檢測到的"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
從Ubuntu 6.06升級到 6.10後,我的寬屏解析度就只能使用1024*768,沒法用到標準的1280*800,
於是我sudo /etc/init.d/gdm stop 先關掉 X
#執行完上面這部,系統會退回到console,此時沒有提示符(# or $),只有個關標閃來閃去
然後 sudo dpkg-reconfigure xserver-xorg 一路"確定",採用預設配置。
完成後再 sudo /etc/init.d/gdm start
解析度終於正常了。
可是問題來了,每次重啟系統後,就又恢復到1024*768了,而xorg.conf檔案始終都是那一個!
我只有X圖形下,執行/etc/init.d/gdm stop,進入console。
選擇tty1 (Alt + F1)後,啟動X(/etc/init.d/gdm start),此時寬屏解析度顯示正常(1280*800)
#解決每次重啟後,解析度無法正常顯示的問題:
#apt-get install 915resolution
1. First, you need to check available modes by:
# 915resolution -l
2. You will get a mode list such as:
Intel 800/900 Series VBIOS Hack : version 0.4.7
Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36
Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1280x800, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1280x800, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1280x800, 32 bits/pixel
3. Write the mode number and resolution which you want to use to
/etc/default/915resolution. For example:
MODE=auto
XRESO=1280
YRESO=800
# optional setting
BIT=24
4. Reboot or run "/etc/init.d/915resolution start" by hand.
5. To use specified resolution, you need to modify your X configuration
file (If you use Xorg, it's /etc/X11/xorg.conf)
SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
6. 在/etc/inittab中加入:
#915resolution
S1:123456:boot:915resolution 38 1280 800 24
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-963443/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 從ubuntu 6.06升級到6.10的方法(轉)Ubuntu
- ubuntu 6.10 升級策略(轉)Ubuntu
- Ubuntu Server 6.06在VMware下無法啟動問題(轉)UbuntuServer
- 硬碟安裝ubuntu 6.10(轉)硬碟Ubuntu
- 從硬碟安裝ubuntu 6.06(轉)硬碟Ubuntu
- 資料升級到5.1所遇到的問題
- Ubuntu PHP7.0 升級到 7.1UbuntuPHP
- 升級 ubuntu,從 18.04 到 22.04Ubuntu
- Ubuntu 6.06上的Nvidia設定筆記(轉)Ubuntu筆記
- Oracle RAC 10.2.0.5升級到11.2.0.4遇到的問題Oracle
- 升級Android Studio到1.0.2的問題解決Android
- Ubuntu 6.06正式釋出Ubuntu
- 如何將 Ubuntu 版本升級到新版本Ubuntu
- Ubuntu 14.04 LTS 版升級到 GCC 4.9.2UbuntuGC
- Swift3.0專案升級到4.2遇到問題Swift
- Laravel 5.5.* 升級到 5.7.* 問題記錄Laravel
- 解決“華為雲伺服器Ubuntu系統升級”問題伺服器Ubuntu
- SpringBoot 2.1.0 升級到 2.5.4 遇到的問題彙總Spring Boot
- 升級到MySQL5.7版本需注意的問題MySql
- 升級到MySQL 5.0.17一定遇到的四個問題MySql
- Discuz論壇2.5 升級到PHP MySQL新版遇到的問題PHPMySql
- ArchLinux/Manjaro升級到6.9核心後的問題解決LinuxJAR
- ubuntu核心升級Ubuntu
- Ubuntu升級opensshUbuntu
- 如何從Ubuntu13.04 升級到Ubuntu13.10 Saucy SalamanderUbuntu
- Ubuntu Dapper Drake 6.06Beta釋出在即(轉)UbuntuAPP
- Ubuntu14.04 Server 升級到14.10 的方法UbuntuServer
- 關於Linux發行版Ubuntu升級卡死的問題解決方案LinuxUbuntu
- Laravel5.5 升級到 5.7 問題及解決方法Laravel
- 10g升級到11g密碼問題密碼
- Laravel 5.5 升級到 5.5.42 後遇到的 Cookie 序列化問題LaravelCookie
- oracle 9.2.0.4升級到9.2.0.8時exp匯出時遇到的問題Oracle
- AIX Oracle RAC 升級到10.2.0.4.0要特別注意的問題AIOracle
- 轉載:Ubuntu 升級 golang 版本完美步驟UbuntuGolang
- Ubuntu系統進入後出現解析度問題Ubuntu
- 升級到Linux 2.4核心(轉)Linux
- JDK升級問題小結JDK
- Oracle Database 11.1.0.7 for Windows升級到11.2.0.3.4 for Linux遇到的問題OracleDatabaseWindowsLinux