The title pretty much says it all. I have tried a lot of stuff, and none of it worked. Can anyone just guide me through it?
If I can't get this to work, I'm moving back to windows, which will be pretty sad. Right now, both monitors are just mirroring eachother. Also, I can't get my video card drivers installed! but thats another thread. I think.
[editline]08:16PM[/editline]
Ok, here's some more info. I tried using this, xorg.conf file:
[quote]
Section "Device"
Identifier "radeon0"
Driver "ati"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "radeon1"
Driver "ati"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen0"
Device "radeon0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "screen1"
Device "radeon1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "screen0"
Screen "screen1" RightOf "screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Don't forget xinerama!!!111oneoneone11!eleven!!11
Option "xinerama" "on"
Option "clone" "off"
EndSection
[/quote]
But then when I reboot, and enter startx I get an error saying there are no monitors. So I edit the xorg.conf file in nano, and just delete everything then enter startx, and it boots like normal.
Also, my video card is a ATI Radeon 9500.
Try the xrandr style xorg.conf.
[url]http://wiki.debian.org/XStrikeForce/HowToRandR12[/url]
In a few minutes I'll post my xorg.conf, I need to fire up Linux.
[editline]02:27PM[/editline]
This is set up for 1680x1050 and 1280x1024, so change that to fit your needs.
[code]
Section "ServerLayout"
Identifier "Layout0"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "drm"
EndSection
Section "Device"
Identifier "Device0"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "DRI" "on"
Option "Monitor-DVI-0" "Acer"
Option "Monitor-DVI-1" "Dell"
EndSection
Section "Monitor"
Identifier "Acer"
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
Option "PreferredMode" "1680x1050"
EndSection
Section "Monitor"
Identifier "Dell"
Option "LeftOf" "Acer"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2960 1050
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
[/code]
The key is the line Virtual 2960 1050.
You'll need to change that to your resolution though. It's monitor1's x res + monitor2's x res, and the y is just whatever is your tallest monitor.
1680+1280 = 2960 = x
1050 = y
[QUOTE=PvtCupcakes;19235607]Try the xrandr style xorg.conf.
[url]http://wiki.debian.org/XStrikeForce/HowToRandR12[/url]
In a few minutes I'll post my xorg.conf, I need to fire up Linux.
[editline]02:27PM[/editline]
This is set up for 1680x1050 and 1280x1024, so change that to fit your needs.
[code]
Section "ServerLayout"
Identifier "Layout0"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "drm"
EndSection
Section "Device"
Identifier "Device0"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "DRI" "on"
Option "Monitor-DVI-0" "Acer"
Option "Monitor-DVI-1" "Dell"
EndSection
Section "Monitor"
Identifier "Acer"
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
Option "PreferredMode" "1680x1050"
EndSection
Section "Monitor"
Identifier "Dell"
Option "LeftOf" "Acer"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2960 1050
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
[/code]
The key is the line Virtual 2960 1050.
You'll need to change that to your resolution though. It's monitor1's x res + monitor2's x res, and the y is just whatever is your tallest monitor.
1680+1280 = 2960 = x
1050 = y[/QUOTE]
Ok, I'll try your xorg.cong.
so the virtual will be 2048 1024
And one monitor is vga, the other is dvi, so should I change that? And of course, my monitors arent acer and dell. Should I just swap anywhere I see acer wit microtek and dell with mag?
[editline]09:58PM[/editline]
I just copy and pasted that into /etc/X11/xorg.conf, with the virtual line, edited for my needs, and saved, and rebooted, and I got an error saying:
Fatal server error:
no screens found
What what?
[editline]10:41PM[/editline]
Yaaayyyy! I edited, the xorg.conf file, and then used arandr, set it how I wanted and clicked apply! It totally works!
This can be locked or whatever.
[QUOTE=Maccabee;19237117]Ok, I'll try your xorg.cong.
Fatal server error:
no screens found
What what?
[/QUOTE]
It's good you found a solution already, but I think that error means you needed to add the Screen identifier to the ServerLayout section.
I had a line for that in my xorg.conf, but it was commented out for some reason, so I snipped it from what I posted.
Sorry, you need to Log In to post a reply to this thread.