Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dual head xinerama no longer works
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
jbwillia
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 108
Location: TN, USA

PostPosted: Sun Sep 11, 2005 2:15 am    Post subject: dual head xinerama no longer works Reply with quote

I used this exact configuration about a year ago with xorg and it worked great.
Now, xorg can't seem to differentiate my two creator3d cards.
Anyways, thanks in advance to anyone who has a clue as to what's going on. :?

Posted below is my entire xorg.cong and Xorg.0.log; however, these are the highlights:
Code:
Section "Device"
    Identifier   "Card0"
    Driver   "sunffb"
    BusID   "SBUS:fb0"
    VendorName   "Sun Microsystems"
    BoardName   "Sun|FFB2+ Vertical Creator 3d (ffb)"
EndSection

Section "Device"
    Identifier   "Card1"
    Driver   "sunffb"
    BusID   "SBUS:fb1"
    VendorName   "Sun Microsystems"
    BoardName   "Sun|FFB2+ Vertical Creator 3d (ffb)"
EndSection


Code:
(EE) Screen Screen1 doesn't exist: deleting placement
(WW) SUNFFB: More than one matching Device section for instance (BusID: Card0) found: SBUS:fb0
(WW) SUNFFB: No matching Device section for instance (BusID SBUS:/SUNW,ffb@1d,0) found


My full xorg.conf:
Code:
Section "Files"
    RgbPath   "/usr/lib/X11/rgb"
    # For XFS, uncomment this and comment the others
    # FontPath   "unix/:-1"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load   "dbe"      # double buffering
    Load   "extmod"   # misc required extensions
    Load   "record"   # X event recorder
    SubSection   "extmod"
   Option   "omit xfree86-dga"
    EndSubSection
    Load   "freetype"   # freetype font handler
    Load   "type1"      # adobe type 1 font handler
EndSection

Section "ServerFlags"
    Option   "BlankTime"   "10"   # 10 minutes
    Option   "StandbyTime"   "20"
    Option   "SuspendTime"   "30"
    Option   "OffTime"   "60"
    Option   "DefaultServerLayout"   "serverLayout0"
    Option   "Pixmap"      "32"
    Option   "Xinerama"      "true"

EndSection

Section "InputDevice"
    Identifier   "Keyboard0"
    Driver   "kbd"
    Option   "XkbModel"   "type5"
    Option   "XkbLayout"   "us"
    Option   "AutoRepeat"   "500 5"
EndSection

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

Section "Device"
    Identifier   "Card0"
    Driver   "sunffb"
    BusID   "SBUS:fb0"
    VendorName   "Sun Microsystems"
    BoardName   "Sun|FFB2+ Vertical Creator 3d (ffb)"
EndSection

Section "Device"
    Identifier   "Card1"
    Driver   "sunffb"
    BusID   "SBUS:fb1"
    VendorName   "Sun Microsystems"
    BoardName   "Sun|FFB2+ Vertical Creator 3d (ffb)"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Sun Microsystems"
    ModelName   "CM751U (Hitachi)"
    HorizSync   30-92
    VertRefresh   50-120
    DisplaySize 367 274
    Option      "DPMS"      "on"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Dell Computer"
    ModelName   "P990"
    HorizSync   30-96
    VertRefresh   48-120
    DisplaySize 367 274
    Option      "DPMS"      "on"
EndSection

Section "Screen"
    Identifier   "Screen 0"
    Device   "Card0"
    Monitor   "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Depth   24
        Modes   "1280x1024 1600x1200"
    EndSubsection
EndSection

Section "Screen"
    Identifier   "Screen1"
    Device   "Card1"
    Monitor   "Monitor1"
    DefaultDepth 24
    SubSection "Display"
        Depth    24
        Modes   "1280x1024" "1600x1200"
    EndSubSection
EndSection

Section "DRI"
   Group   "video"
   Mode   0666
EndSection

Section "ServerLayout"
   Identifier   "ServerLayout0"
   Screen      "Screen0"
   Screen      "Screen0" RightOf "Screen1"
   InputDevice   "Mouse0" "CorePointer"
   InputDevice   "Keyboard0" "CoreKeyboard"
   Option      "HandleSpecialKeys" "Always"
EndSection


My full Xorg.0.log:
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.6 sparc64 [ELF]
Current Operating System: Linux oneill 2.6.6 #6 SMP Thu Jul 21 03:25:51 CDT 2005 sparc64
Build Date: 24 July 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
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: Sat Sep 10 20:43:30 2005
(==) Using config file: "/etc/X11/xorg.conf"
(**) Option "defaultserverlayout" "serverLayout0"
(**) ServerLayout "ServerLayout0"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen 0" (1)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(EE) Screen Screen1 doesn't exist: deleting placement
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/Speedo/" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/local/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:
unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(**) Option "Pixmap" "32"
(**) Option "Xinerama" "true"
(**) Option "HandleSpecialKeys" "Always"
(**) Always handling special keys in DDX
(**) Xinerama: enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 80:00:0: chip 108e,8000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 80:01:0: chip 1033,0035 card 14db,0035 rev 41 class 0c,03,10 hdr 80
(II) PCI: 80:01:1: chip 1033,0035 card 14db,0035 rev 41 class 0c,03,10 hdr 00
(II) PCI: 80:01:2: chip 1033,00e0 card 14db,00e0 rev 02 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 128: bridge is at (128:0:0), (128,128,128), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 128 I/O range:
   [0] -1   1   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 128 non-prefetchable memory range:
   [0] -1   1   0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Bus 128 prefetchable memory range:
   [0] -1   1   0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(--) SBUS:(0xf006e4c0) Sun FFB2+ Vertical Creator 3D at /SUNW,ffb@1e,0
(--) SBUS:(0xf007668c) Sun FFB2+ Vertical Creator 3D at /SUNW,ffb@1d,0
(II) Addressable bus resource ranges are
   [0] -1   1   0x00000000 - 0x7fffffff (0x80000000) MX[B]
   [1] -1   1   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   1   0x7fffffff - 0x7fffffff (0x1) MX[B]
   [1] -1   1   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   1   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   1   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   1   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   1   0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
   [0] -1   1   0x00104000 - 0x001040ff (0x100) MX[B]
   [1] -1   1   0x00102000 - 0x00102fff (0x1000) MX[B]
   [2] -1   1   0x00100000 - 0x00100fff (0x1000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   1   0x00104000 - 0x001040ff (0x100) MX[B]
   [1] -1   1   0x00102000 - 0x00102fff (0x1000) MX[B]
   [2] -1   1   0x00100000 - 0x00100fff (0x1000) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   1   0x7fffffff - 0x7fffffff (0x1) MX[B]
   [1] -1   1   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   1   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   1   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   1   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   1   0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
   [0] -1   1   0x7fffffff - 0x7fffffff (0x1) MX[B]
   [1] -1   1   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   1   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   1   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   1   0x00104000 - 0x001040ff (0x100) MX[B]
   [5] -1   1   0x00102000 - 0x00102fff (0x1000) MX[B]
   [6] -1   1   0x00100000 - 0x00100fff (0x1000) MX[B]
   [7] -1   1   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [8] -1   1   0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension X-Resource
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Reloading /usr/lib/modules/extensions/libextmod.a
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "sunffb"
(II) Loading /usr/lib/modules/drivers/sunffb_drv.o
(II) Module sunffb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) SUNFFB: driver for Creator, Creator 3D and Elite 3D
(WW) SUNFFB: More than one matching Device section for instance (BusID: Card0) found: SBUS:fb0
(WW) SUNFFB: No matching Device section for instance (BusID SBUS:/SUNW,ffb@1d,0) found
(II) resource ranges after probing:
   [0] -1   1   0x7fffffff - 0x7fffffff (0x1) MX[B]
   [1] -1   1   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   1   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   1   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   1   0x00104000 - 0x001040ff (0x100) MX[B]
   [5] -1   1   0x00102000 - 0x00102fff (0x1000) MX[B]
   [6] -1   1   0x00100000 - 0x00100fff (0x1000) MX[B]
   [7] -1   1   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [8] -1   1   0x00000000 - 0x00000000 (0x1) IX[B]
(==) SUNFFB(0): RGB weight 888
(==) SUNFFB(0): Default visual is TrueColor
(==) SUNFFB(0): Using gamma correction (1.0, 1.0, 1.0)
(==) SUNFFB(0): Using HW cursor
(II) Loading sub module "xf8_32wid"
(II) LoadModule: "xf8_32wid"
(II) Loading /usr/lib/modules/libxf8_32wid.a
(II) Module xf8_32wid: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/lib/modules/libmfb.a
(II) Module mfb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/lib/modules/libcfb.a
(II) Module cfb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/lib/modules/libmfb.a
(II) Loading sub module "cfb16"
(II) LoadModule: "cfb16"
(II) Loading /usr/lib/modules/libcfb16.a
(II) Module cfb16: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/lib/modules/libmfb.a
(II) Loading sub module "cfb24"
(II) LoadModule: "cfb24"
(II) Loading /usr/lib/modules/libcfb24.a
(II) Module cfb24: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/lib/modules/libmfb.a
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Loading /usr/lib/modules/libcfb32.a
(II) Module cfb32: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/lib/modules/libmfb.a
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Reloading /usr/lib/modules/libcfb32.a
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/lib/modules/libmfb.a
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/lib/modules/libmfb.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "dbe"
(II) LoadModule: "dbe"
(II) Reloading /usr/lib/modules/extensions/libdbe.a
(II) Loading extension DOUBLE-BUFFER
(**) SUNFFB(0): Display dimensions: (367, 274) mm
(**) SUNFFB(0): DPI set to (79, 83)
(**) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] -1   1   0x7fffffff - 0x7fffffff (0x1) MX[B]
   [1] -1   1   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   1   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   1   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   1   0x00104000 - 0x001040ff (0x100) MX[B]
   [5] -1   1   0x00102000 - 0x00102fff (0x1000) MX[B]
   [6] -1   1   0x00100000 - 0x00100fff (0x1000) MX[B]
   [7] -1   1   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [8] -1   1   0x00000000 - 0x00000000 (0x1) IX[B]
(II) /dev/fb0: Detected FFB2+/vertical, Z-buffer, Double-buffered.
(II) /dev/fb0: BT498 (PAC2) ramdac detected
(II) /dev/fb0: Detected Creator/Creator3D
(==) SUNFFB(0): Backing store disabled
(==) SUNFFB(0): Silken mouse enabled
(II) /dev/fb0: Using acceleration
(II) /dev/fb0: DGA support initialized.
(**) Option "dpms" "on"
(**) SUNFFB(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "ImPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Mouse0: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 5"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "type5"
(**) Keyboard0: XkbModel: "type5"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!
Could not init font path element /usr/share/fonts/CID/, removing from list!

_________________
Code:
#!/bin/bash
for everyexe in $(find /home/you -name "*.exe" | egrep -i ".*exe$")
do
    kill $(pgrep you)
done
Back to top
View user's profile Send private message
spam_
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 105
Location: /dev/null

PostPosted: Mon Sep 26, 2005 8:58 pm    Post subject: Reply with quote

Code:

   Screen      "Screen0" RightOf "Screen1"


Shouldn't the order of these be switched to this?

Code:

   Screen      "Screen1" RightOf "Screen0"
Back to top
View user's profile Send private message
jbwillia
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 108
Location: TN, USA

PostPosted: Mon Sep 26, 2005 10:11 pm    Post subject: Reply with quote

spam_ wrote:
Shouldn't the order of these be switched to this?


It could be if I physically swapped the two monitors around on the desk; however, the problem is that it can't differentiate the two different video devices (even though udev can). In other words, the problem isn't in the screen sections; it's in the device sections.

jbw
_________________
Code:
#!/bin/bash
for everyexe in $(find /home/you -name "*.exe" | egrep -i ".*exe$")
do
    kill $(pgrep you)
done
Back to top
View user's profile Send private message
spam_
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 105
Location: /dev/null

PostPosted: Mon Sep 26, 2005 10:41 pm    Post subject: Reply with quote

jbwillia wrote:
spam_ wrote:
Shouldn't the order of these be switched to this?


It could be if I physically swapped the two monitors around on the desk; however, the problem is that it can't differentiate the two different video devices (even though udev can). In other words, the problem isn't in the screen sections; it's in the device sections.

jbw


Let me make myself more clear: I think the problem is that you're declaring Screen 0 *twice*. The first argument to Screen specifies the identifier of the screen that's being placed, the rest optionally specify its placement (when omitted 0,0 is assumed). With the settings below Xorg will place Screen0 at 0,0 and then have a problem trying to place Screen0 again since it is already present, let alone the problem that the second line references Screen1 which hasn't been placed yet.

Code:

   Screen      "Screen0"
   Screen      "Screen0" RightOf "Screen1"
Back to top
View user's profile Send private message
jbwillia
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 108
Location: TN, USA

PostPosted: Mon Sep 26, 2005 11:33 pm    Post subject: Reply with quote

ahhh, i see what you're saying now except instead of swapping around that part, I could just define Screen1 first, like so:
Code:

   Screen      "Screen1"
   Screen      "Screen0" RightOf "Screen1"

Of course I could probably also:
Code:

   Screen      "Screen0"
   Screen      "Screen1" LeftOf "Screen0"

There's quite a few ways I could fix it; however, the point is, I see what you meant now. I am testing it, but I'm not at the same location as the machine. Therefore, I can't see if it's actually kicking on both screens. It appears to be working now though. I also tweaked and fixed a few other things such as the SBUS lines, and also when I defined the Screen0 section I had a space in there that I got rid of. Anyways, my revised xorg.conf is:
Code:

# $XdotOrg: xc/programs/Xserver/hw/xfree86/xorgconf.cpp,v 1.2 2004/04/23 19:20:02 eich Exp $
#
# Copyright (c) 1994-1998 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# $XConsortium: XF86Conf.cpp /main/22 1996/10/23 11:43:51 kaleb $

Section "Files"
    RgbPath     "/usr/lib/X11/rgb"
    # For XFS, uncomment this and comment the others
    # FontPath  "unix/:-1"
#    FontPath   "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/CID/"
#    FontPath   "/usr/share/fonts/Speedo/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load        "dbe"           # double buffering
    Load        "extmod"        # misc required extensions
    Load        "record"        # X event recorder
    SubSection  "extmod"
        Option  "omit xfree86-dga"
    EndSubSection
    Load        "freetype"      # freetype font handler
    Load        "type1"         # adobe type 1 font handler
EndSection

Section "ServerFlags"
    Option      "BlankTime"     "10"    # 10 minutes
    Option      "StandbyTime"   "20"
    Option      "SuspendTime"   "30"
    Option      "OffTime"       "60"
    Option      "DefaultServerLayout"   "serverLayout0"
    Option      "Pixmap"                "32"
    Option      "Xinerama"              "true"

EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel"      "type5"
    Option      "XkbLayout"     "us"
    Option      "AutoRepeat"    "500 5"
EndSection

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

Section "Device"
    Identifier  "Card0"
    Driver      "sunffb"
    BusID       "SBUS:/SUNW,ffb@1e,0"
    VendorName  "Sun Microsystems"
    BoardName   "Sun|FFB2+ Vertical Creator 3d (ffb)"
EndSection

Section "Device"
    Identifier  "Card1"
    Driver      "sunffb"
    BusID       "SBUS:/SUNW,ffb@1d,0"
    VendorName  "Sun Microsystems"
    BoardName   "Sun|FFB2+ Vertical Creator 3d (ffb)"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Sun Microsystems"
    ModelName   "CM751U (Hitachi)"
    HorizSync   30-92
    VertRefresh 50-120
    DisplaySize 367 274
    Option              "DPMS"          "on"
EndSection

Section "Monitor"
    Identifier  "Monitor1"
    VendorName  "Dell Computer"
    ModelName   "P990"
    HorizSync   30-96
    VertRefresh 48-120
    DisplaySize 367 274
    Option              "DPMS"          "on"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Depth   24
        Modes   "1280x1024 1600x1200"
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "Card1"
    Monitor     "Monitor1"
    DefaultDepth 24
    SubSection "Display"
        Depth    24
        Modes   "1280x1024" "1600x1200"
    EndSubSection
EndSection

Section "DRI"
        Group   "video"
        Mode    0666
EndSection

Section "ServerLayout"
        Identifier      "ServerLayout0"
        Screen          "Screen1"
        Screen          "Screen0" RightOf "Screen1"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
        Option          "HandleSpecialKeys" "Always"
EndSection


Thanks!! ... I'll adjust this thread as SOLVED when I find out for sure if it's working.

jbw
_________________
Code:
#!/bin/bash
for everyexe in $(find /home/you -name "*.exe" | egrep -i ".*exe$")
do
    kill $(pgrep you)
done
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum