Sponsored Content
Operating Systems Linux dual head setup for laptop in docking station Post 302258305 by osulinux on Friday 14th of November 2008 10:02:53 AM
Old 11-14-2008
dual head setup for laptop in docking station

I have a thinkpad laptop which I run in a docking station at work. I have two LCD monitors, unfortunately one is wide screen and the other isn't. I want to get dual head working, but have not been successful. I've verified the setup works in Windows so its not a HW issue.

Here is my latest attempt at xorg.conf:
Code:
  1 # 
  2 
  3 Section "ServerLayout"
  4     Identifier     "Default Layout"
  5     Screen         "Screen0"
  6     Screen         "Screen1" RightOf "Screen0"
  7     InputDevice    "Keyboard0" "CoreKeyboard"
  8     Option         "xinerama" "on"
  9     #Option        "clone" "off"
 10 EndSection
 11 
 12 Section "InputDevice"
 13 # keyboard added by rhpxl
 14     Identifier  "Keyboard0"
 15     Driver      "kbd"
 16     Option      "XkbModel" "pc105"
 17     Option      "XkbLayout" "us"
 18 EndSection
 19 
 20 Section "Device"
 21     Identifier  "Videocard0"
 22     Driver      "intel"
 23     #BusID      "PCI:00:02.0"
 24         Screen 0
 25 EndSection
 26 
 27 Section "Device"
 28     Identifier "Videocard1"
 29         Driver     "intel"
 30     #BusID     "PCI:00:02.1"
 31     Screen 1
 32 EndSection
 33 
 34 Section "Monitor"
 35     Identifier "Monitor0"
 36 EndSection
 37 
 38 Section "Monitor"
 39     Identifier "Monitor1"
 40 EndSection
 41 
 42 Section "Screen"
 43     Identifier "Screen0"
 44     Device     "Videocard0"
 45     DefaultDepth     24
 46     SubSection "Display"
 47         Viewport   0 0
 48         Depth     24
 49        # Modes "1440x900"
 50     EndSubSection
 51 EndSection
 52 
 53 Section "Screen"
 54     Identifier "Screen1"
 55     Device     "Videocard1"
 56     DefaultDepth     24
 57     SubSection "Display"
 58         Viewport   0 0
 59         Depth     24
 60        # Modes "1280x1024"
 61     EndSubSection
 62 EndSection

 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

redhat 7.2 dual head video card

HI. i have two monitor and two video card in one system, i want use both of the monitor, i am currently using redhat 7.2 and solaris 8, i was wondering if someone can help me set my system as a dual monitor, basically it called dual head in redhat but i dont' know what it called in sun. Im tring... (4 Replies)
Discussion started by: souldier
4 Replies

2. UNIX for Dummies Questions & Answers

18Gb HD with Sparc Station 5 ?

Hello all, A quick question on Sparc Station 5. Can I use 18GB hard disk with Sparc Station 5 ?. I searched sunsolve documentation. It gives info only upto 4.2 GB for sparcstaton 5. The OS is SunOS 5.5.1 Thank You, (3 Replies)
Discussion started by: shibz
3 Replies

3. Shell Programming and Scripting

find station from where is logged in

for secure access purposes I want to know where somebody logs in working in K shell I have who am i= giving user and terminal =gxb pts/4 Jan 22 15:0 finger user => gives all sessions of user = Login name: gxb Directory: /home/gxb ... (17 Replies)
Discussion started by: ghislain
17 Replies

4. UNIX Desktop Questions & Answers

CDE: Docking menu in front panel.

Hi community, Situation: at work I maintain the CDE dtRootMenu for our team. It holds all the different machines, divided in submenu's for development / acceptance / production and within each submenu several defined ssh sessions to said machines. From a centralised server, they push a CDE... (1 Reply)
Discussion started by: spufi
1 Replies

5. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

6. Hardware

Fedora 16 dual monitor - dual head - automatic monitor shutdown

Hi, I am experiencing troubles with dual monitors in fedora 16. During boot time both monitors are working, but when system starts one monitor automatically shut down. It happend out of the blue. Some time before when I updated system this happend but then I booted older kernel release and... (0 Replies)
Discussion started by: wakatana
0 Replies

7. What is on Your Mind?

Home broadcasting station

Hi all, I have been searching application for setup a home broadcasting station via Internet. Follows are my search result; Freevo, GeeXboX, Auto-RadioX, Red5, CeBIT, Open Broadcaster etc. I haven't had any experience on their selection. Please shed me some light. Besides where can I find... (3 Replies)
Discussion started by: satimis
3 Replies

8. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies
LAPTOP_MODE(8)						      System Manager's Manual						    LAPTOP_MODE(8)

NAME
/usr/sbin/laptop_mode - apply laptop mode settings SYNOPSIS
/usr/sbin/laptop_mode [ cmd ] [ force ] DESCRIPTION
This manual page documents briefly the /usr/sbin/laptop_mode command. laptop_mode is a program that applies the settings given in the /etc/laptop-mode/laptop-mode.conf configuration file. The primary use is to control the laptop mode feature included in Linux kernels with versions 2.6.6 and higher, and 2.4.23 and higher. This feature increases battery life by letting your hard drive spin down. This is achieved by grouping disk write activity into "chunks" that are spaced at larger intervals than they normally would be. In addition to sup- porting the Linux kernel's laptop mode feature, /usr/sbin/laptop_mode also supports various power saving modules which are configured through configuration files in the /etc/laptop-mode/conf.d directory. It is not recommended to call /usr/sbin/laptop_mode directly to start or stop laptop mode, except in hardware event handlers. To apply new configuration settings from laptop-mode.conf, call the laptop-mode service init script with the reload parameter. COMMANDS
Specify force as the second parameter to force laptop_mode to re-apply a state even if the computer is already in that state. These are the values that are allowed for cmd : auto Enable or disable laptop mode based on the current power state. Note that this will not do anything if the laptop-mode service has not been started! status Display a status report about everything that laptop_mode affects. SEE ALSO
laptop-mode.conf(8). AUTHOR
This manual page was written by Bart Samwel (bart@samwel.tk) for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. LAPTOP_MODE(8)
All times are GMT -4. The time now is 05:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy