LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Closed Thread
  Search this Thread
Old 04-05-2005, 11:36 AM   #1
fedorafrm
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
Intel 855GME notebook dual monitor


Finally, I enabled my laptop's external monitor (with Intel 855GME integrated graphic card), thanks to Jim Farrand's excellent info. The web addresses are (WOW, I have to write 5 posts to use URL on this forum. This is my first post. I can't use it.)
Quote:
xyxyx.org/laptop-sony-vgn-t1xp/files/xorg.conf
xyxyx.org/laptop-sony-vgn-t1xp
Due to Intel's video bios problem (for dual head configurations), I should keep "CRT,LFP" for my external LCD and internal LCD.
"LFP,LFP" is not working.
"CRT" means the external monitor including LCDs.
"LCD" stands for the internal LCD of the laptop.
The key points are in the "Device" sections.
The lines in red are crucial.
Code:
Section "Device"
	Identifier	 "Videocard0"
	Driver		 "i810"
	BusID		"PCI:0:2:0"
        Option          "MonitorLayout" "CRT,LFP"  #this is the important option
	Option          "VBERestore"    "false"
	Option          "DevicePresence" "false"
	Option          "DisplayInfo" "false"
	Screen		0
EndSection

Section "Device"
	Identifier	 "Videocard1"
	Driver		 "i810"
	BusID		"PCI:0:2:0"
	Option          "VBERestore"    "false"
	Option	        "DevicePresence" "false"
	Screen		1
EndSection
The following is my xorg.conf.
Code:
Section "ServerLayout"
	Identifier     "Multihead layout"
	Screen 0 "Screen0" 0 0
	Screen 1 "Screen1" LeftOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Notebook"
	ModelName    "LCD"
	HorizSync	31 - 64
	VertRefresh	60 - 60
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "External"
	ModelName    "LCD"
     	HorizSync	31 - 64    
     	VertRefresh	60 - 60
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier	 "Videocard0"
	Driver		 "i810"
	BusID		"PCI:0:2:0"
        Option          "MonitorLayout" "CRT,LFP"  #this is the important option
	Option          "VBERestore"    "false"
	Option          "DevicePresence" "false"
	Option          "DisplayInfo" "false"
	Screen		0
EndSection

Section "Device"
	Identifier	 "Videocard1"
	Driver		 "i810"
	BusID		"PCI:0:2:0"
	Option          "VBERestore"    "false"
	Option	        "DevicePresence" "false"
	Screen		1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		#Viewport   0 0
		Depth     16
		Modes	"1024x768"
	EndSubSection
	SubSection "Display"
		#Viewport   0 0
		Depth     24
		Modes	"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "Monitor1"
	DefaultDepth	24
	SubSection "Display"
		#Viewport   0 0
		Depth     16
		Modes	"1024x768"
	EndSubSection
	SubSection "Display"
		#Viewport   0 0
		Depth     24
		Modes	"1024x768"
	EndSubSection
EndSection

Section "dri"
  Mode 0666
EndSection

Last edited by fedorafrm; 04-05-2005 at 12:25 PM.
 
Old 04-05-2005, 12:28 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Follow up here: http://www.linuxquestions.org/questi...hreadid=310016
 
  


Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
default monitor on nvidia / dual monitor setup fenderog SUSE / openSUSE 3 05-01-2009 05:36 PM
Intel 855GME notebook dual monitor fedorafrm Linux - Laptop and Netbook 1 05-27-2005 08:30 AM
notebook monitor close cryteria alternative Linux - Laptop and Netbook 0 06-06-2004 01:56 PM
Dual boot on dell notebook prema Linux - Software 7 10-31-2003 06:24 PM
Gateway 400 Notebook Monitor Problem Twintop Red Hat 1 10-24-2003 09:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation

All times are GMT -5. The time now is 07:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration