ati driver dual head 2nd monitor incorrect resolution

John H. mistamaila at yahoo.com
Tue Oct 12 12:59:35 PDT 2004


thanks! got it, seems to be working fine now.

>From what I understand, though, I can't get opengl
with radeon 9600se with X drivers, can I?

for anyone who cares, here is my xorg.conf(working)

Section "ServerLayout"
         Identifier     "X.org Configured"
	Screen 		0 "Screen0" 0 0
	Screen		1 "Screen1" RightOf "Screen0"
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option "Xinerama"
EndSection
 
 Section "Files"
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "unix/:7100"
 EndSection
 
 Section "Module"
         Load  "record"
         Load  "extmod"
         Load  "dbe"
#         Load  "dri"
         Load  "glx"
#         Load  "xtrap"
#         Load  "freetype"
#         Load  "type1"
         Load  "GLcore"
#        Load  "ddc"
#         Load  "bitmap"
         Load  "vbe"
 EndSection
 
 #Section "Extensions"
 #       Option "Composite" "Enable"
 #EndSection 

 Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "kbd"
         Option "XkbRules"   "xfree86"
         Option "XkbModel"   "pc105"
         Option "XkbLayout"  "us"
EndSection
 
 Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "ImPS/2"
         Option      "Device" "/dev/mouse"
       #  Option "Buttons" "5"
         Option "ZAxisMapping"  "4 5"
      #  Option "EmulateWheel"  "1"
      #  Option "EmulateWheelButton"  "4"
       #  Option "EmulateWheelInertia"  "10"
 EndSection
 
 Section "Monitor"
         #DisplaySize      360   270     # mm
         Identifier   "CRT"
         VendorName   "CTX"

     HorizSync   30-95
     VertRefresh 50-160
        Option      "DPMS"
 EndSection

 Section "Monitor"
    Identifier  "LCD"
    HorizSync   30-61
     VertRefresh 56-76
     Option "DPMS"
 EndSection
 
 Section "Device"
         Identifier  "Card0"
         Driver      "radeon"
         VendorName  "ATI Technologies Inc"
        BoardName   "RV350 AP [Radeon 9600]"
         BusID       "PCI:1:0:0"
         Screen      0
	 Option "MonitorLayout" "CRT, CRT"
 EndSection

 Section "Device"
         Identifier      "Card1"
         Driver          "radeon"
         BoardName       "RV350 AP [Radeon 9600]"
        Screen          1
        BusId           "PCI:1:0:0"
#	option "monitorlayout" "crt,crt"
 EndSection
 
 Section "Screen"
          Identifier "Screen0"
          Device     "Card0"
         Monitor    "CRT"
       DefaultDepth    24
          SubSection "Display"
                  Modes "1600x1200" "1280x1024"
"1024x768" "800x600"
                 Depth     24
          EndSubSection
  EndSection

  Section "Screen"
          Identifier "Screen1"
          Device     "Card1"
          Monitor    "LCD"
        DefaultDepth   24
          SubSection "Display"
                  Modes "1024x768" "800x600" "640x480"
                  Depth     24
          EndSubSection
  EndSection



#Section "DRI"
#	Group        0
#	Mode         0666
#EndSection

--- Alex Deucher <alexdeucher at gmail.com> wrote:

> On Tue, 12 Oct 2004 12:29:41 -0700 (PDT), John H.
> <mistamaila at yahoo.com> wrote:
> > ok, that works!
> > 
> > however, I want 19 inch to be screen 0(where
> desktop
> > icons/ gnome panel is), not 15 inch.
> > 
> > As of now, 15 inch has panel/desktop icons.
> > 
> > all the resolutions are correct, though:)
> > thanks
> > 
> > 
> 
> switch the orientation in the screen layout section,
> or if that
> doesn't work, switch the monitors back the way you
> had them and swap
> the Device and Identifier lines between your screen
> sections.
> 
> Alex
> 
> 
> > 
> > 
> > --- Alex Deucher <alexdeucher at gmail.com> wrote:
> > 
> > > On Tue, 12 Oct 2004 12:10:36 -0700 (PDT), John
> H.
> > > <mistamaila at yahoo.com> wrote:
> > > > If I reverse card0 and card1 in the two screen
> > > > sections, it gives me both monitors, in clone
> mode
> > > > again, at 1024x768.
> > > >
> > > > If I left it as you suggested(where 15inch
> said
> > > out of
> > > > range), xinerama seemed to be being
> > > used(applications
> > > > could appear in the other monitor) but 19 inch
> was
> > > > only 1024x768 and 15 inch was out of range.
> > >
> > > try switching the monitors;  the plugs
> themselves.
> > >
> > > >
> > > >
> > > > --- "John H." <mistamaila at yahoo.com> wrote:
> > > >
> > > > > ok, that makes it so
> > > > >
> > > > > 19 inch CRT is at 1024x768
> > > > > 15inch FP says out of range(will not
> display)
> > > > > here is X log
> > > > >
> > > > > _XSERVTransSocketOpenCOTSServer: Unable to
> open
> > > > > socket
> > > > > for inet6
> > > > > _XSERVTransOpen: transport open failed for
> > > > > inet6/home:0
> > > > > _XSERVTransMakeAllCOTSServerListeners:
> failed to
> > > > > open
> > > > > listener for inet6
> > > > >
> > > > > X Window System Version 6.8.1
> > > > > Release Date: 17 September 2004
> > > > > X Protocol Version 11, Revision 0, Release
> 6.8.1
> > > > > Build Operating System: Linux 2.6.8.1 i686
> [ELF]
> > > > > Current Operating System: Linux home 2.6.8.1
> #2
> > > Sat
> > > > > Sep 25 23:24:14 CDT 2004 i686
> > > > > Build Date: 09 October 2004
> > > > > Build Host: home
> > > > >
> > > > >       Before reporting problems, check
> > > http://wiki.X.Org
> > > > >       to make sure that you have the latest
> > > version.
> > > > > Module Loader present
> > > > > OS Kernel: Linux version 2.6.8.1 (root at home)
> > > (gcc
> > > > > version 3.3.3 20040412 (Red Hat Linux
> 3.3.3-7))
> > > #2
> > > > > Sat
> > > > > Sep 25 23:24:14 CDT 2004
> > > > > Markers: (--) probed, (**) from config file,
> > > (==)
> > > > > default setting,
> > > > >       (++) from command line, (!!) notice,
> (II)
> > > > > informational,
> > > > >       (WW) warning, (EE) error, (NI) not
> > > implemented,
> > > > > (??)
> > > > > unknown.
> > > > > (==) Log file: "/var/log/Xorg.0.log", Time:
> Tue
> > > Oct
> > > > > 12
> > > > > 14:07:06 2004
> > > > > (==) Using config file: "/etc/X11/xorg.conf"
> > > > > (==) ServerLayout "X.org Configured"
> > > > > (**) |-->Screen "Screen0" (0)
> > > > > (**) |   |-->Monitor "LCD"
> > > > > (**) |   |-->Device "Card0"
> > > > > (**) |-->Screen "Screen1" (1)
> > > > > (**) |   |-->Monitor "CRT"
> > > > > (**) |   |-->Device "Card1"
> > > > > (**) |-->Input Device "Mouse0"
> > > > > (**) |-->Input Device "Keyboard0"
> > > > > (**) FontPath set to "unix/:7100"
> > > > > (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> > > > > (**) ModulePath set to
> "/usr/X11R6/lib/modules"
> > > > > (**) Option "Xinerama"
> > > > > (**) Xinerama: enabled
> > > > > (WW) Open APM failed (/dev/apm_bios) (No
> such
> > > > > device)
> > > > > (II) Module ABI versions:
> > > > >       X.Org ANSI C Emulation: 0.2
> > > > >       X.Org Video Driver: 0.7
> > > > >       X.Org XInput driver : 0.4
> > > > >       X.Org Server Extension : 0.2
> > > > >       X.Org Font Renderer : 0.4
> > > > > (II) Loader running on linux
> > > > > (II) LoadModule: "bitmap"
> > > > > (II) Loading
> > > > > /usr/X11R6/lib/modules/fonts/libbitmap.a
> > > > > (II) Module bitmap: vendor="X.Org
> Foundation"
> > > > >       compiled for 6.8.1, module version =
> 1.0.0
> > > > >       Module class: X.Org Font Renderer
> > > > >       ABI class: X.Org Font Renderer,
> version
> > > 0.4
> > > > > (II) Loading font Bitmap
> > > > > (II) LoadModule: "pcidata"
> > > > > (II) Loading
> /usr/X11R6/lib/modules/libpcidata.a
> > > > > (II) Module pcidata: vendor="X.Org
> Foundation"
> > > > >       compiled for 6.8.1, module version =
> 1.0.0
> > > > >       ABI class: X.Org Video Driver, version
> 0.7
> > > > > (--) using VT number 7
> > > > >
> > > > > (II) PCI: Probing config type using method 1
> > > > > (II) PCI: Config type is 1
> > > > > (II) PCI: stages = 0x03, oldVal1 =
> 0x00000000,
> > > > > mode1Res1 = 0x80000000
> > > > > (II) PCI: PCI scan (all values are in hex)
> > > > > (II) PCI: 00:00:0: chip 1106,3116 card
> 1509,9012
> > > rev
> > > > > 00 class 06,00,00 hdr 00
> > > > > (II) PCI: 00:01:0: chip 1106,b091 card
> 0000,0000
> > > rev
> > > > > 00 class 06,04,00 hdr 01
> > > > > (II) PCI: 00:08:0: chip 1102,0004 card
> 1102,1007
> > > rev
> > > > > 04 class 04,01,00 hdr 80
> > > > > (II) PCI: 00:08:1: chip 1102,7003 card
> 1102,0060
> > > rev
> > > > > 04 class 09,80,00 hdr 80
> > > > > (II) PCI: 00:08:2: chip 1102,4001 card
> 1102,0010
> > > rev
> > > > > 04 class 0c,00,10 hdr 80
> > > > > (II) PCI: 00:0a:0: chip 109e,036e card
> bd11,1200
> > > rev
> > > > > 11 class 04,00,00 hdr 80
> > > > > (II) PCI: 00:0a:1: chip 109e,0878 card
> bd11,1200
> > > rev
> > > > > 11 class 04,80,00 hdr 80
> > > > > (II) PCI: 00:0b:0: chip 10ec,8139 card
> 1509,9012
> > > rev
> > > > > 10 class 02,00,00 hdr 00
> > > > > (II) PCI: 00:10:0: chip 1106,3038 card
> 1509,9012
> > > rev
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the xorg mailing list