simultaneous display on LCD and CRT monitor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi:

I am unable to get the CRT monitor to simultaneously display 
what is on my laptop LCD screen!
I will appreciate inputs towards setting up display
on both the LCD and CRT monitor.

The investigation details and technical information
is provided below.

The following approaches were tried:

0.
Approach:
use the display toggle key Fn-F5 (from Acer documentation)
in text mode.
Result:
The toggle key Fn-F5 has no affect.

1.
Approach:
use the display toggle key Fn-F5 (from Acer documentation)
when XFree86 server is running
Result:
The toggle key Fn-F5 has no affect.

2.
Approach:
Plug the CRT monitor cable to the laptop port before booting
the laptop.
Result:
On booting the laptop, the CRT monitor is detected
and the XWindows is displayed on CRT monitor.
The LCD panel is blank.
The toggle key Fn-F5 has no affect.

3. 
Approach:
Plug the CRT monitor cable after the laptop is booted up
Result:
LCD Display active. The CRT monitor is blank.
On starting XFree86 server, XWindows is started and
displayed on LCD panel.
The CRT monitor continues to be blank.
The toggle key Fn-F5 has no affect.


The relevant technical details are as follows:
1. system setup information
   Display Units
   Operating System
   XFree86 server info
2. video card information based on PCI probe
3. XF86Config file

System Setup
------------------------
Acer TravelMate 242FX Laptop
  with simultaneous LCD and CRT display support
  DualView capability (1024x768 XGA)

Display Units
. Acer LCD Display Panel
  1024x768 resolution
  HorizSync    31.5 - 48.5
  VertRefresh  40.0 - 70.0
 
. LG StudioWorks 520Si (External CRT Monitor)
  Generic Non-Interlaced SVGA, 1024x768 @ 60Hz
  HorizSync    31.5 - 48.5
  VertRefresh  55.5 - 60.5

Operating System
  RedHat Linux 9

XFree86 Version 4.3.0 
  (Red Hat Linux release: 4.3.0-2)
  X Protocol Version 11, Revision 0, Release 6.6
  Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
  Build Date: 27 February 2003
  Build Host: porky.devel.redhat.com
  
Module Loader present
  OS Kernel: Linux version 2.4.20-8 
  (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) 

------------------------
Video Card Information
------------------------
  Bus  0, device   2, function  0:
    VGA compatible controller: PCI device 8086:3582 (Intel Corp.) (rev 2).
      IRQ 5.
      Prefetchable 32 bit memory at 0xe8000000 [0xefffffff].
      Non-prefetchable 32 bit memory at 0xe0000000 [0xe007ffff].
      I/O at 0x1800 [0x1807].

  Bus  0, device   2, function  1:
    Display controller: PCI device 8086:3582 (Intel Corp.) (rev 2).
      Prefetchable 32 bit memory at 0xf0000000 [0xf7ffffff].
      Non-prefetchable 32 bit memory at 0xe0080000 [0xe00fffff].

------------------------
/etc/X11/XF86Config file
------------------------

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection


Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection


Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Acer"
	ModelName    "Generic Laptop Display Panel 1024x768"
	HorizSync    31.5 - 48.5
	VertRefresh  40.0 - 70.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "LG StudioWorks 520Si"
	ModelName    "External Monitor or Projector"
	HorizSync    31.5 - 48.5
	VertRefresh  55.5 - 60.5
EndSection


Section "Device"
	Identifier  "Videocard0"
	Driver      "i810"
	VendorName  "Intel Corp."
	BoardName   "852GM/852GME/855GM/855GME Chipset Graphics Controller"
	BusID       "PCI:0:2:0"
	VideoRam    16384
        Screen      0
EndSection

Section "Device"
        Option     "Display" "Mirror"
	Identifier  "Videocard1"
	Driver      "i810"
	VendorName  "Intel Corp."
	BoardName   "852GM/852GME/855GM/855GME Chipset Graphics Controller"
	BusID       "PCI:0:2:1"
	VideoRam    16384
        Screen      1
EndSection


Section "Screen"
	Identifier "Screen_LCD"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "Screen"
	Identifier "Screen_CRT"
	Device     "Videocard1"
	Monitor    "Monitor1"
	DefaultDepth     24
	SubSection "Display"
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "DRI"
	Group        0
	Mode         0666
EndSection


Section "ServerLayout"
	Identifier     "XFree86 Configured"
        Screen       1  "Screen_LCD"
        Screen       0  "Screen_CRT"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
------------------------

Thanks for your time.

thanks
Saifi.




_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux