[XFree86] Radeon 7500 mobile and dualhead in xfree86 4.3.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi! I got a compaq evi n800c with ati radeon 7500 mobile.

I've tried to get it up with Xinerama, first I got the second screen to clone the first, but thats no problem, but when I tried to move a window from the first screen to the second, it worked! But the picture got messed up..

Now I've played around with the XF86Config, and now it just clone the first screen...

Before I did all this, if I use a movieplayer width sdl, xv I got a picture on the laptop monitor but not external one..

So, what I want to do is:
Get my external monitor to be a second monitor (not clone). I want it to have one desktop on each monitor..

Here is my config file:

Section "Module"
    Load        "dbe"  	# Double buffer extension
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"
    Load       "glx"
    Load       "dri"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"

EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"no"
    Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier  "Mouse2"
    Driver      "mouse"
    Option  	"Protocol"     "IMPS/2"
    Option	"Device"       "/dev/input/mice"
    Option	"Buttons"      "5"
    Option 	"ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
    Option "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier  "laptop"
    #HorizSync   30-81
    #VertRefresh 56-85
EndSection

Section "Monitor"
    Identifier  "samsung 191T"
    HorizSync   30-81
    VertRefresh 56-85
EndSection

Section "Device"
    Identifier  "Radeon0"
    VendorName  "ATI"
    Option	"AGPMode" "4"
#    Option	"AGPFastWrite" "True"
#    Option	"EnablePageFlip" "True"
    Driver      "radeon"
    VideoRam    65536
    Option	"MonitorLayout" "LVDS"
    BusID	"PCI:1:0:0"
    Screen 	0
EndSection

Section "Device"
    Identifier  "Radeon1"
    VendorName  "ATI"
    Driver      "radeon"
    Option	"MonitorLayout" "TMDS"
    VideoRam    65536
    BusID	"PCI:1:0:1"
    Screen	1
EndSection

Section "Screen"
    Identifier  "Radeon0"
    Device      "Radeon0"
    Monitor     "laptop"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Screen"
    Identifier	"Radeon1"
    Device      "Radeon1"
    Monitor     "samsung 191T"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Option "Xinerama" 
    Screen 0 "Radeon0"
    Screen 1 "Radeon1" RightOf "Radeon0" 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection
 
Can anyone help me?? 

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux