終於驅動我joybook6000的解析度驅動到1280x800 - Linux

By Edward Lewis
at 2007-02-12T17:48
at 2007-02-12T17:48
Table of Contents
這不知道類似文章有沒人發表過
小弟長期被這問題給困擾著
因為一般855resolution 安裝玩並沒有 1280x800 這個mode
只有到1280x768
今天終於搞定了
主要是參考以下這個連結
http://www.roberto.belardo.name/debian_on_joybook6000.html#3
不過我實在看不懂這是那一國文字
所以有些步驟我就用他的指令跟錯誤訊息去推測
以下是我成功驅動的步驟:
下載 855resolution:
http://perso.wanadoo.fr/apoirier/855resolution-0.3.tgz
下載 my1280
http://cs.unibo.it/~brualdi/linux/my1280.c
$ tar xvzf 855resolution-0.3.tgz
$ cd 855resolution
$ make
將下載的my1280 放入855resolution 的資料夾
$ gcc -o 1280patch my1280.c
$ ./1280patch 30 1280 768
在 /etc/init.d 底下建立一個scripts 目錄
$ mkdir /etc/init.d/scripts
再把1280patch 複製到scripts 裡
#!/bin/sh
echo " * [Screen Resolution]: Changing Benq Joybook 6000 Screen
Resolution...";
/etc/init.d/scripts/1280patch 7e 1280 800
在/etc/init.d/ 下
# chmod +x 855resolution
Ctrl + Alt + Backspace
就搞定了!!
--
小弟長期被這問題給困擾著
因為一般855resolution 安裝玩並沒有 1280x800 這個mode
只有到1280x768
今天終於搞定了
主要是參考以下這個連結
http://www.roberto.belardo.name/debian_on_joybook6000.html#3
不過我實在看不懂這是那一國文字
所以有些步驟我就用他的指令跟錯誤訊息去推測
以下是我成功驅動的步驟:
下載 855resolution:
http://perso.wanadoo.fr/apoirier/855resolution-0.3.tgz
下載 my1280
http://cs.unibo.it/~brualdi/linux/my1280.c
$ tar xvzf 855resolution-0.3.tgz
$ cd 855resolution
$ make
將下載的my1280 放入855resolution 的資料夾
$ gcc -o 1280patch my1280.c
$ ./1280patch 30 1280 768
在 /etc/init.d 底下建立一個scripts 目錄
$ mkdir /etc/init.d/scripts
再把1280patch 複製到scripts 裡
#!/bin/sh
echo " * [Screen Resolution]: Changing Benq Joybook 6000 Screen
Resolution...";
/etc/init.d/scripts/1280patch 7e 1280 800
在/etc/init.d/ 下
# chmod +x 855resolution
Ctrl + Alt + Backspace
就搞定了!!
--
Tags:
Linux
All Comments
Related Posts
請教流量控制 (tc) 的指令下法

By Doris
at 2007-02-05T13:04
at 2007-02-05T13:04
Ubuntu Install Script

By Jacob
at 2007-02-03T22:21
at 2007-02-03T22:21
Re: ssh後該怎麼抓資料

By Quanna
at 2007-02-01T17:03
at 2007-02-01T17:03
一個vim有關於big5編碼的問題

By Queena
at 2007-02-01T00:19
at 2007-02-01T00:19
好用的bash history function

By Tristan Cohan
at 2007-01-30T23:35
at 2007-01-30T23:35