LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-26-2008, 05:50 AM   #1
kixx
LQ Newbie
 
Registered: Mar 2008
Location: Poughkeepsie, NY
Distribution: slackware
Posts: 12

Rep: Reputation: 0
Dual Monitor, ATI Radeon, Slackware 12.1


I had two monitors working perfectly on slackware 12.0 with the following xorg.conf. What would have changed in Slack 12.1 to cause this to stop working? (My desktop is just duplicated on each monitor, and when I get out of X my terminal is extremely dim... So something is wrong)

Code:
Section "ServerFlags"
# MergedFB2: best for dual-head, but no compiz
        Option          "DefaultServerLayout"   "MergedFB2Layout"
# added this to stop ctrl-alt-Fn from happening -kixx
	Option		"DontVTswitch"		"on"
# added this to stop ctrl-alt-Backsp from terminating the x server
	Option		"DontZap"		"on"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"

EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "MergedFB2 ATI Technologies, Inc. Radeon Mobility 7500 (M7 LW)"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
        Option          "DynamicClocks" "on"
        Option          "MergedFB"      "true"
        Option          "CRT2Position"  "LeftOf"
    # This allows X to use MergedFB if the second monitor is not connected
    # when I start X.  The ranges are taken from DDC values of the CTX monitor
    # I use at the office; as listed in Xorg.log.
        Option          "CRT2HSync"     "30-81"
        Option          "CRT2VRefresh"  "56-76"
    # The next line lets me switch between dual-head and several clone modes
    # of varying resolutions with xrandr.
        Option          "MetaModes"     "1024x768-1024x768 1280x1024-1280x1024"
    # A newer version of the radeon driver has an option that disables vertical
    # scrolling for the 1024x768 part.
        Option          "MergedNonRectangular"  "true"
    # In 1024x768-1280x1024 mode the DPI is correct (100), but in all other
    # modes it is weird.  Try to override
        Option          "MergedDPI"     "100 100"

# I need
   Option  "XAANoOffscreenPixmaps"      "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Second Monitor"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "MergedFB2 Screen"
        Device          "MergedFB2 ATI Technologies, Inc. Radeon Mobility 7500 (M7 LW)"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection

EndSection

Section "ServerLayout"
        Identifier      "MergedFB2Layout"
        Screen          "MergedFB2 Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
I suspect that there is a new ATI Driver in Slack 12.1 that does not support Merged FB2? If this is the case, I still have all my Slack 12.0 on different partitions and I could get the ATI driver from there, but what is the best way to regress if I need to?
 
Old 11-28-2008, 02:36 AM   #2
mcnalu
Member
 
Registered: Dec 2006
Location: Glasgow, UK
Distribution: Slackware current
Posts: 423

Rep: Reputation: 73
I had a problem with my dual head setup under slackware 11 (with the 2.6.17 kernel). Switching to use the fglrx driver solved it for me, but it means going from "open" to "closed" software

In my case, I think it was because the Radeon XPress 200M isn't well supported by the radeon driver. In fact, even with the radeon driver in 12.1 I get messages like "Warning: ATI radeon XPress 200M detected".
 
Old 11-28-2008, 05:39 AM   #3
symatic
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 242

Rep: Reputation: 32
From what I know about the radeon driver it no longer uses mergedfb but instead uses xrandr. You should probably man xrandr and it should provide you with the info needed. I have an x1600 and use the fglrx driver for video playback and some games. The radeon driver included with 12.1 doesn't work well with my card and I don't have time to update all sorts of non-sense just to get it to work.

check it out http://dri.freedesktop.org/wiki/ATIRadeon

Please post back when you get it going, I'd like to take a look at it.

Last edited by symatic; 11-28-2008 at 05:42 AM. Reason: just google the driver
 
  


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
ATI Radeon Dual Monitor Setup on Ubuntu 8.10 Boffy Linux - Hardware 6 12-18-2008 08:26 AM
Problem setting up a dual-monitor system with ATI Radeon 7000/VE imjoe Linux - Hardware 1 01-17-2007 09:40 PM
dual monitor ati radeon mobility 9000 r250 fax8 Linux - Hardware 4 03-20-2006 04:22 PM
Dual Monitor under Suse 9.3 with ATI Radeon 9600 fazzabit Linux - Hardware 1 12-06-2005 04:07 AM
Dual Monitor with ATI Radeon 9200 bbrott2005 Linux - Hardware 1 02-03-2005 06:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:45 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