<<新主題 | 舊主題>>
娛樂滿紛 26FUN » 電腦區 » Linux Tips: Dual-Head Display on Laptop
返回列表 回復 發帖

Linux Tips: Dual-Head Display on Laptop

Spent sometime setting up dual monitor display with my laptop because couldn't find any info online. Here's some tips:

Sony K13; ATI 340M with 64MB shared VRAM.

1) Installed Fedora Core 3 (http://fedora.redhat.com/) on the 5G "back up" partition setup by Sony. The disk partitioner that comes with the CD doesn't work (there's a bug when the first partition of the harddisk is NTFS). I just used an old fdisk provided by Debian to do the job.

2) Setup GNOME.

3) Update the "system-config-display" package. (using yum, etc)

4) As root, go to system setting -> dual head -> use dual head. Now this won't do the job, but will save you some typing.

5) edit the /etc/X11/xorg.conf file by
a) in the "ServerLayout" section, add the lines
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
Option "Xinerama" "on"
Option "Clone" "off"

(Xinerama is spanned display, Clone is dual X-server, either one will work)

b) In the 2 "Device" section, add the line
Option "MonitorLayout" "LVDS, CRT"

6) The bootloader tends to hang on dual-screen display, so you need to set the initial run-level to 3, edit the file /etc/inittab
change the line
id:5:initdefault:
to
id:3:initdefault:

7) reboot, log-on in the shell, and use "startx" to start your dual-screen display.
+10
Wow that was quick. Thanks alot!

couple of notes:
-this setup should work for most dual-output cards.
- the line

Option "MonitorLayout" "LVDS, CRT"

is required in BOTH device sections because the X-server can't detect the 2 output ports by default. "LVDS, CRT" forces X to distinguish look for them.

I think this line is crucial if you want more monitors. For a PC you can have, say, 3 cards, each with 2 outputs, for 6 monitors. X's autodetection is good, but it doesn't always work. One should have an easier time to use this line to "force" detection and mapping of the screens.

- ATI also provides their own (proprietary) linux driver for free, which include 3D accelerations. However, the installation on is kinda painful (at least for mobile chips). It comes in RPM, but it doesn't install/uninstall "cleanly". I got stuck in the middle, and it didn't some invisible damage to the kernel and X.
Screen shot!

Screenshot.png

Screenshot.png (624.6 KB)
2048 x 768 PIXEL下載

返回列表 回復 發帖
<<新主題 | 舊主題>>
娛樂滿紛 26FUN » 電腦區 » Linux Tips: Dual-Head Display on Laptop

重要聲明:26fun.com為一個討論區服務網站。本網站是以即時上載留言的方式運作,26fun.com對所有留言的真實性、完整性及立場等,不負任何法律責任。而一切留言之言論只代表留言者個人意見,並非本網站之立場,用戶不應信賴內容,並應自行判斷內容之真實性。於有關情形下,用戶應尋求專業意見(如涉及醫療、法律或投資等問題)。 由於本討論區受到「即時上載留言」運作方式所規限,故不能完全監察所有留言,若讀者發現有留言出現問題,請聯絡我們。26fun.com有權刪除任何留言及拒絕任何人士上載留言,同時亦有不刪除留言的權利。切勿撰寫粗言穢語、誹謗、渲染色情暴力或人身攻擊的言論,敬請自律。本網站保留一切法律權利。