Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
April 6th, 2003, 10:52 PM
|
#1 (permalink)
| | Kawaru wa yo!
Join Date: Oct 2001 Location: Kingsford, MI
Posts: 15,945
|
Okay, I went out and found this guy who said he knew how to set up dual monitors correctly and I did what he asked of me.
I've got all the entries for two devices, two monitors, and two screens. I've added Option "Xinerama" "on" to the ServerFlags section of XF86Config-4. I still only have mirrored monitors.
Someone out there has to be running dualies. Any ideas here? |
| |
April 7th, 2003, 03:09 AM
|
#2 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Arizona
Posts: 2,538
|
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Left Screen" 0 0
Screen 1 "Right Screen" RightOf "Left Screen"
InputDevice "Configured Mouse"
InputDevice "Generic Keyboard"
Option "Xinerama" "on"
EndSection http://ylug.yumaed.org/~maverick/XF86Config-4
Last edited by Praetorian : April 7th, 2003 at 03:20 AM.
|
| |
April 7th, 2003, 12:17 PM
|
#3 (permalink)
| | Kawaru wa yo!
Join Date: Oct 2001 Location: Kingsford, MI
Posts: 15,945
|
That's exactly, EXACTLY, what I have. Well, the names are different, but that's exactly what I have.
Screen 0 "Screen0"
Screen 1 "Screen1" Rightof "Screen0" |
| |
April 7th, 2003, 01:18 PM
|
#4 (permalink)
| | Kawaru wa yo!
Join Date: Oct 2001 Location: Kingsford, MI
Posts: 15,945
|
# File generated by XFdrake.
# ************************************************** ********************
# Refer to the XF86Config man page for details about the format of
# this file.
# ************************************************** ********************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "Xinerama" "on"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbCompat" ""
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "Plug'n Play"
ModelName "ViewSonic E771"
HorizSync 30-70
VertRefresh 50-120
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "ViewSonic E771"
HorizSync 30-70
VertRefresh 50-120
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Option "DPMS"
Option "AGPMode" "4"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Option "DPMS"
Option "AGPMode" "4"
BusID "PCI:1:0:1"
EndSection
Section "Screen"
Identifier "screen0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "Xinerama" "on"
Screen 0 "screen0" 0 0
Screen 1 "screen1" RightOf "screen0"
EndSection |
| |
April 7th, 2003, 02:27 PM
|
#5 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Arizona
Posts: 2,538
|
Everthing looks great. You might want to take out the option that enables Xinerma from the ServerFlags setion. AFAIK it's not required.
When I get home this afternoon I'll try to help you a bit more with this..... |
| |
April 7th, 2003, 08:48 PM
|
#6 (permalink)
| | Member
Join Date: Oct 2001 Location: australia
Posts: 445
|
You sure that your card and the driver you're using are capable of this?
If so, I'd try commenting stuff in the Module section, specifically dri and glx, until it works. And, I don't think you need v4l in there, in fact it breaks stuff for me... |
| |
April 8th, 2003, 03:52 AM
|
#7 (permalink)
| | Kawaru wa yo!
Join Date: Oct 2001 Location: Kingsford, MI
Posts: 15,945
|
It's a Radeon 9500 Pro dual head. I'm sure that part works.
Funny thing is that I install RH8 since it's still uses Xfree 4.2.0 and then used ATi's own configurator and it STILL didn't work right.
I'll try commenting out stuff methodically and see what happens.  |
| |
April 8th, 2003, 06:31 PM
|
#8 (permalink)
| | Kawaru wa yo!
Join Date: Oct 2001 Location: Kingsford, MI
Posts: 15,945
|
Well, I tried to use the radeon drivers to force the second monitor to do something other than what it does, and that doesn't even work.
There's an Option "CloneDisplay" "0" which is supposed to force the second monitor to not even be on, and it doesn't work at all. I'm wondering if their radeon drivers are a bit hokie still or something. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |