LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-13-2005, 04:11 PM   #1
keeler
LQ Newbie
 
Registered: May 2005
Posts: 1

Rep: Reputation: 0
Dual monitor system goes black on reboot


I am running Red Hat Fedora (2.6.9-1.667) with two videocards and want to run dual monitors. I modified the config file (/etc/X11/xorg.conf) and restarted X and both monitors work just like they are supposed to. I can log in and out, resize the monitor resolutions, and restart X over and over without a hitch.

But when I reboot, I run into problems. Both screens come on when Linux is loading, but as soon as it's time for the login screen to appear, both monitors go black (the monitors are still on). The only way I can get past it is to use a rescue disk and switch the xorg.conf file back to a single monitor system. I have repeated the process numerous time just to be sure it wasn't a momentary glitch, but it's always the same: the dual monitors work fine until reboot.

Does anyone know a workaround?

My config file and video card info is as follows:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
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 "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 "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "DELL M993s"
DisplaySize 350 260
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor 1024x768"
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "ATI Mach64 3D RAGE II"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "radeon"
VendorName "Videocard Vendor"
BoardName "ATI Radeon 9800"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Group 0
Mode 0666
EndSection




01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc: Unknown device 1002
Flags: stepping, 66Mhz, medium devsel, IRQ 11
Memory at f0000000 (32-bit, prefetchable) [disabled] [size=128M]
I/O ports at de00 [disabled] [size=256]
Memory at fe9e0000 (32-bit, non-prefetchable) [disabled] [size=64K]
Expansion ROM at fea00000 [disabled] [size=128K]
Capabilities: [58] AGP version 3.0
Capabilities: [50] Power Management version 2

01:00.1 Display controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary)
Subsystem: ATI Technologies Inc: Unknown device 1003
Flags: bus master, stepping, 66Mhz, medium devsel, latency 64
Memory at e8000000 (32-bit, prefetchable) [size=128M]
Memory at fe9f0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 2

02:03.0 VGA compatible controller: ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT] (rev 41) (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT]
Flags: bus master, stepping, medium devsel, latency 64
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
I/O ports at ce00 [size=256]
Memory at fe7db000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at fe800000 [disabled] [size=128K]

Last edited by keeler; 05-13-2005 at 04:13 PM.
 
Old 05-13-2005, 06:26 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Try adding a BusID to this card.

Code:
Section "Device"
 Identifier "Videocard0"
 Driver "ati"
 VendorName "Videocard vendor"
 BoardName "ATI Mach64 3D RAGE II"
BusID "PCI:2:3:0"
 EndSection
At least I think this is the correct number going by what you have posted, if not then try X -configure without the X server running and you should get the proper value for it in the file that will be created. If you cannot get it to work can you post the /var/log/xorg.0.log file copy it to a backup before you do the edit to get X starting again. Oh and I assume that the Raedeon is your primary card if so then you should change around the settings in the file so it is video0 and you should get the proper refresh rates for your second monitor those look a little low to be the proper ones for the monitor.
 
  


Reply



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
Dual monitor: nthing shows on second, system dies. pingu Linux - Hardware 0 11-08-2005 06:58 AM
monitor goes black, will not respond. have to reboot to get back in pjbii Slackware 1 03-13-2005 11:37 AM
"System Monitor" and SMP (dual processors) patrickh Linux - Software 2 07-05-2004 11:53 AM
XP/Mandrake 9.1 laptop dual boot system keyboard/mouse freeze on warm reboot Jane Delawney Mandriva 0 03-15-2004 02:10 PM
Unable to start XFree86 server on new dual monitor system gothgeek84 Linux - Hardware 1 02-21-2004 07:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:41 AM.

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