Re: RESOLVED: Dual Monitor setup with Radeon 9700

Alex Deucher <[email protected]>
Newsgroups gmane.linux.redhat.xfree86
Message-ID <[email protected]>
Don't think me, thank John MacLean who posted a message last night
saying that removing the line fixed the problem for him.  All I did was
try to explain why it might be causing a problem.

Alex

--- Charles Jones <[email protected]> wrote:
> THANK YOU to Alex Deucher for his advice that finally fixed my
> problem.  
> Apparently the default "VideoRam" device option is what was causing
> all the 
> problems!
> 
> Here is my working X86Config, I hope it helps others who are having
> the same 
> problem:
> 
> Section "ServerLayout"
> 
>         Identifier     "Default Layout"
>         Screen      0  "Screen0" 0 0
>         Screen      1  "Screen1" RightOf "Screen0"
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
>         Option      "Xinerama"
> 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      "keyboard"
>         Option      "XkbRules" "xfree86"
>         Option      "XkbModel" "pc105"
>         Option      "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "IMPS/2"
>         Option      "Device" "/dev/psaux"
>         Option      "ZAxisMapping" "4 5"
>         Option      "Emulate3Buttons" "no"
> 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" "no"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "Monitor Vendor"
>         ModelName    "NEC MultiSync FE950"
>         DisplaySize  370        280
>         HorizSync    31.0 - 96.0
>         VertRefresh  55.0 - 160.0
>         Option      "dpms"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor1"
>         VendorName   "Monitor Vendor"
>         ModelName    "NEC MultiSync FE950"
>         DisplaySize  370        280
>         HorizSync    31.0 - 96.0
>         VertRefresh  55.0 - 160.0
>         Option      "dpms"
> EndSection
> 
> Section "Device"
> 
>         BUSId       "PCI:1:0:0"
>         Identifier  "Videocard0"
>         Driver      "radeon"
>         VendorName  "Videocard vendor"
>         BoardName   "ATI Radeon 7500"
> #       VideoRam    65536
>         Screen      0
> EndSection
> 
> Section "Device"
> 
>         BUSId       "PCI:1:0:0"
>         Identifier  "Videocard1"
>         Driver      "radeon"
>         VendorName  "Videocard vendor"
>         BoardName   "ATI Radeon 7500"
> #       VideoRam    65536
>         Screen      1
> EndSection
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Videocard0"
>         Monitor    "Monitor0"
>         DefaultDepth     24
>         SubSection "Display"
>                 Depth     24
>                 Modes    "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection
> 
> Section "Screen"
>         Identifier "Screen1"
>         Device     "Videocard1"
>         Monitor    "Monitor1"
>         DefaultDepth     24
>         SubSection "Display"
>                 Depth     24
>                 Modes    "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection
> 
> Section "DRI"
>         Group        0
>         Mode         0666
> EndSection
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


_______________________________________________
xfree86-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/xfree86-list
IRC: #xfree86 on irc.redhat.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.