Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Little dual screen prob under KDE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
xull
n00b
n00b


Joined: 12 Mar 2004
Posts: 4
Location: France

PostPosted: Fri Mar 12, 2004 8:47 am    Post subject: Little dual screen prob under KDE Reply with quote

Hi there,

I've got a little problem with Xinerama under KDE 3.2. I'm using a Gentoo 2004.0 with 2.4 based kernel. I setup Xinerama in my XF86Config and it works well (I mean, the desktop is stretch on my two screens, no problem, no error in the log). But the Display panels of KDE 3.2 are grayed (telling my system doesn't seem to be multiheaded) and I've no Xinerama specific options if the Windows Behavior panel.

I have an AGP Radeon and a PCI nVidia TNT. I only don't know why X works well but KDE seems unable to see that Xinerama is enabled. Any idea here ? :roll: :)

Thanks a lot in advance !
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Fri Mar 12, 2004 12:08 pm    Post subject: Reply with quote

did you enable all options in:
> Control Center > Devices (1st point) > Display
in the 3rd tab (rider) ?
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
xull
n00b
n00b


Joined: 12 Mar 2004
Posts: 4
Location: France

PostPosted: Fri Mar 12, 2004 12:32 pm    Post subject: Reply with quote

Thanks for your answer but I don't have those options, they don't appear :(

But I think I found a solution on the KDE forums. It seems to be a problem with QT which should be compiled with the xinerama flag. KDE seems to check if the xinerama extension of QT is enabled to know if it should enable its own xinerama options.

So I will try to re-emerge QT using "xinerama" in the USE variable when I come back from work. I will tell you the results.
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Fri Mar 12, 2004 12:40 pm    Post subject: Reply with quote

better also do:
Code:
ACCEPT_KEYWORDS="~x86" emerge libsdl qt

both is needed, and requires re-emerging when changing the xinerama flag in /etc/make.conf :wink:
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
Martz
n00b
n00b


Joined: 04 Mar 2004
Posts: 72

PostPosted: Fri Mar 12, 2004 1:08 pm    Post subject: Reply with quote

I found that to un-grey the mutliple displays option in display properties, i had to duplicate my monitor entries in XFree86config. I have 2 x the same TFT montior, so I didn't see any point in duplicating them initially.

Once I had done this and restarted KDE I could access the multiple display properties page (your not missing much though to be honest!)
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Fri Mar 12, 2004 1:52 pm    Post subject: Reply with quote

but without the options you will miss something :wink:

if you enlarge any window to full size it is enlarged over both screens :wink:
and some more options, it's worth getting it working :D
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Fri Mar 12, 2004 2:00 pm    Post subject: Reply with quote

so, to summarize this, here is my (working) XF86Config,
you will see the "double-monitor" settings,
and after having re-emerged qt and libsdl with xinerama flag enabled,
you gain access to the control center's special tab (multiple monitors),

so here it is:
Code:
Section "Module"
#    Load       "apm"
    Load       "dbe"
    Load       "ddc"
    Load       "extmod"
    Load       "freetype"
    Load       "synaptics"
#    Load       "Type1"
    Load       "speedo"
    Load       "glx"
    Load       "vbe"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
    FontPath   "unix/:-1"

# The module search path.  The default path is shown here.

    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

#     Option   "blank time"   "60"
#     Option   "standby time"   "30"
#     Option   "suspend time"   "30"
#     Option   "off time"      "60"


EndSection

Section "InputDevice"

    Identifier   "Keyboard"
    Driver   "Keyboard"
    Option "AutoRepeat" "250 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"   "de"
    Option "XkbOptions"   "grp:alt_shift_toggle,lv3:win_switch,ctrl:nocaps,grp_led:num,caps:internal"

EndSection

Section "InputDevice"
    Identifier   "Touchpad"
    Driver   "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/psaux"
    Option   "LeftEdge"      "1900"
    Option   "RightEdge"   "5400"
    Option   "TopEdge"      "3900"
    Option   "BottomEdge"   "1800"
    Option   "FingerLow"   "25"
    Option   "FingerHigh"   "30"
    Option   "MaxTapTime"   "180"
    Option   "MaxTapMove"   "220"
    Option   "VertScrollDelta"   "100"
    Option   "MinSpeed"   "0.02"
    Option   "MaxSpeed"   "0.10"
    Option   "AccelFactor"   "0.0010"

    Option   "SHMConfig"   "off"

EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/usbmouse"
    Option   "ZAxisMapping"    "4 5"
    Option   "SendCoreEvents"   "true"
    Option   "Buttons"         "3"
 EndSection

Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Gericom"
    ModelName   "LCD-Display"
   HorizSync   30-50
   VertRefresh   0-60
    ModeLine  "1024x768/60Hz" 65 1024 1032 1176 1344 768 771 777 806  -HSync -VSync
   Option "DPMS"
EndSection

Section "Monitor"
    Identifier  "Monitor1"
    HorizSync    30-50
    VertRefresh   60
EndSection

Section "Device"
    Identifier   "geforce"
    VendorName   "Nvidia"
    BoardName   "Nvidia Gforce GO"
    Driver     "nvidia"
#    BusID      "PCI:1:0:0"
#    screen 0
    VideoRam   65600
    Option    "DPMS"
    Option   "RenderAccel"   "1"

# beliebiger AGP-Port
    Option "NvAGP" "3"
#    Option "CursorShadpw" "1"
    Option "UseEdidFreqs" "false"

EndSection

Section "Device"
   Identifier   "geforce1"
   Driver       "nvidia"
   Option "NvAGP" "3"
EndSection


Section "Screen"
    Identifier  "Screen0"
    Device      "geforce"
    Monitor     "Monitor0"
    DefaultDepth 24

   Option "NoLogo"    "true"
   Option "TwinView"   "on"
   Option "SecondMonitorHorizSync" "30-50"
   Option "SecondMonitorVertRefresh" "60"
   Option "MetaModes" "1024x768, 1024x768; 1024x768, NULL; NULL, 1024x768"
   Option "TwinViewOrientation"     "LeftOf"
   Option "ConnectedMonitor" "CRT,DFP"
#   Option "ConnectedMonitor" "TV,DFP"
   Option "TVStandard"   "PAL-B"

   Option "TVOutFormat" "COMPOSITE"

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
    EndSubsection
EndSection

Section "Screen"
   Identifier    "Screen1"
   Device   "geforce1"
   Monitor   "Monitor1"
   DefaultDepth 24
   Subsection "Display"
   Depth   24
   Modes  "1024x768" # "800x600"
   EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Dual Screen"
    Screen    0  "Screen0" 0 0
    Screen   1  "Screen1" LeftOf "Screen0"
    InputDevice "Touchpad" "CorePointer"
    InputDevice "USB Mouse" "AlwaysCore"
    InputDevice "Keyboard" "CoreKeyboard"

   Option "StandbyTime"      "20"
   Option "SuspendTime"   "30"
EndSection


fit it to your pc (driver, etc.) :wink:
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
xull
n00b
n00b


Joined: 12 Mar 2004
Posts: 4
Location: France

PostPosted: Fri Mar 12, 2004 3:09 pm    Post subject: Reply with quote

Thanks a lot guys. I'm gonna try this in a few hours. I hope that's gonna work 8)

Thanks again.
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Fri Mar 12, 2004 3:38 pm    Post subject: Reply with quote

No problem. :wink:

It's a pleasure to help, and solve problems. :D
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
xull
n00b
n00b


Joined: 12 Mar 2004
Posts: 4
Location: France

PostPosted: Fri Mar 12, 2004 5:02 pm    Post subject: Reply with quote

sethleon wrote:
No problem. :wink:

It's a pleasure to help, and solve problems. :D


Yeah !!! It worked ! You guys rulez :wink: It's much better now :)
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Fri Mar 12, 2004 5:29 pm    Post subject: Reply with quote

Good to hear that. :D

Maybe I will write a tutorial for all other people
who has the same setup problem. :)

Have fun with your that cool feature. :wink:
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
EnigmaedgE
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 89

PostPosted: Tue Apr 06, 2004 4:19 pm    Post subject: Reply with quote

Hey guys....

Not to hijack your thread....but I've dying over here! I've tried everyone's example, but i cant seem to get dual monitors to work. Check out my config and error here:

https://forums.gentoo.org/viewtopic.php?p=1018583#1018583

Thanks guys
Back to top
View user's profile Send private message
BennyP
Guru
Guru


Joined: 09 May 2003
Posts: 503
Location: Jerusalem, Israel

PostPosted: Wed Jun 23, 2004 10:46 am    Post subject: Reply with quote

I"m using Xorg and xinerama, with fluxbox, x starts and i see the voodoo5 bios start (screen0), but not the ati bios (screen1) and i get x on the big display, not screen1
here's config

Code:
#Begin X Configuration

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load       "type1"
    Load       "speedo"
    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/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/share/fonts/culmus"
    FontPath   "/usr/share/fonts/freefont"
    FontPath   "/usr/share/fonts/efont-unicode"
EndSection

Section "ServerFlags"
EndSection

##################################################
##              Monitors Section                ##
##################################################

Section "Monitor"
    Identifier  "Syncmaster 750"
    HorizSync   30-70
    VertRefresh 50-160
EndSection

Section "Monitor"
        Identifier "V410"
        Horizsync 50-60
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection


##########################################
##              Video Cards             ##
##########################################


Section "Device"
    Identifier  "Voodoo5"
    Driver      "tdfx"
    BusID "PCI:1:0:0"
EndSection

Section "Device"
        Identifier "ati"
        VendorName "ATI"
        BoardName "ATI Mach64"
        Driver "fglrx"
        Option "no_accel" "no"
        Option "no_dri" "no"
EndSection


    Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device" "/dev/input/mice"   
Option "Buttons" "7"
    Option "ZAxisMapping" "6 7"
    Option "Resolution" "100"
EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
   Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
#    Option "XkbModel"    "pc104"
# If you have a US Microsoft Natural keyboard, you can use:
    Option "XkbModel"    "microsoft"
ENDSECTION
##########################################
##              Screen Section          ##
##########################################


Section "Screen"
    Identifier  "Screen0"
    Device      "voodoo5"
    Monitor     "Syncmaster 750"
    DefaultDepth 24
   Option "TwinViewOrientation"     "LeftOf"
      Option "TwinView"   "on"
     Option "SecondMonitorHorizSync" "30-50"
       Option "SecondMonitorVertRefresh" "60"
     Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "Screen"
        Identifier "Screen1"
        Device  "ati"
        Monitor "V410"
        DefaultDepth 24

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


##########################################
##              Server Layout           ##
##########################################


Section "ServerLayout"
    Identifier  "Dual Head"
    Screen 0 "Screen0"0 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection

(END)

_________________
Could it be?
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Wed Jun 23, 2004 12:30 pm    Post subject: Reply with quote

Please post us your XFree-log file as well (to be found in /var/log),
just reviewing your config file did not help me so far,
because I don't know how it works with you hardware.
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
BennyP
Guru
Guru


Joined: 09 May 2003
Posts: 503
Location: Jerusalem, Israel

PostPosted: Tue Jun 29, 2004 5:13 pm    Post subject: Reply with quote

Code:
Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.6 i686 [ELF]
Current Operating System: Linux outoforder 2.6.6 #4 SMP Thu Jun 17 17:28:40 EDT 2004 i686
Build Date: 22 June 2004
   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: Tue Jun 29 12:34:52 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Dual Head"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "big"
(**) |   |-->Device "Voodoo5"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "little"
(**) |   |-->Device "ati"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(WW) KEYBOARD: XKB should be disabled in the ServerFlags section instead
   of in the "keyboard" InputDevice section.
(**) Option "XkbDisable"
(**) XKB: disabled
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/share/fonts/freefont,/usr/share/fonts/efont-unicode"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(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/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.7.0, 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.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000782c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0691 card 0000,0000 rev c4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0596 card 1106,0000 rev 23 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 11 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3050 card 0000,0000 rev 30 class 06,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1102,0002 card 1102,8027 rev 08 class 00,01,00 hdr 80
(II) PCI: 00:0f:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:10:0: chip 10ec,8029 card 1186,0300 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1002,4755 card 0000,0000 rev 9a class 03,00,00 hdr 00
(II) PCI: 01:00:0: chip 121a,0009 card 121a,0002 rev 01 class 03,00,00 hdr 00
(II) PCI: 01:00:1: chip 121a,0009 card 121a,0002 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [1] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [2] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [3] -1   0   0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:7:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(!!) More than one primary device found
(--) PCI: (0:15:0) unknown vendor (0x1102) unknown chipset (0x0002) rev 8, I/O @ 0xd800/5
(--) PCI: (0:17:0) ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB] rev 154, Mem @ 0xe4000000/24, 0xe6000000/12, I/O @ 0xe400/8
(--) PCI: (1:0:0) 3Dfx Interactive, Inc. Voodoo 4 / Voodoo 5 rev 1, Mem @ 0xd0000000/26, 0xd8000000/27, I/O @ 0xc000/8
(--) PCI: (1:0:1) 3Dfx Interactive, Inc. Voodoo 4 / Voodoo 5 rev 1, I/O @ 0xfffffe00/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [1] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [2] -1   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
   [3] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
   [4] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [5] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [6] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [7] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [8] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [9] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [10] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B](B)
   [11] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B](B)
(II) Inactive PCI resource ranges:
   [0] -1   0   0xfffffe00 - 0xfffffeff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [1] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [2] -1   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
   [3] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
   [4] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [5] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [6] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [7] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [8] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [9] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [10] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B](B)
   [11] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
   [0] -1   0   0xfffffe00 - 0xfffffeff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [6] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [7] -1   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
   [8] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
   [9] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [11] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [12] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [13] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [15] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [16] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [17] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B](B)
   [18] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B](B)
   [19] -1   0   0xfffffe00 - 0xfffffeff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.7.0, 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/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.7.0, 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 DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.7.0, 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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.1
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "tdfx"
(II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
(II) Module tdfx: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="Fire GL - ATI Research GmbH, Germany"
   compiled for 4.3.0.1, module version = 3.9.0
   Module class: XFree86 Video Driver
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
   3dfx Voodoo3, 3dfx Voodoo5
(II) FireGL8700/8800: Driver for chipset: ATI RV250 Id (R9000),
   ATI RV250 Ie (R9000), ATI RV250 If (R9000), ATI RV250 Ig (R9000),
   ATI RV250 Ld (M9), ATI RV250 Le (M9), ATI RV250 Lf (M9),
   ATI RV250 Lg (M9), ATI RV280 5960 (R9200 PRO),
   ATI RV280 Ya (R9200LE), ATI RV250SE Yd (R9200SE),
   ATI RV250 5C61 (M9+), ATI RV250 5C63 (M9+), ATI R200 QH (R8500),
   ATI R200 QL (R8500), ATI R200 QM (R9100), ATI R200 QT (R8500),
   ATI R200 QU (R9100), ATI R200 BB (R8500), ATI RV350 AP (R9600),
   ATI RV350SE AQ (R9600SE), ATI RV350 AR (R9600 PRO),
   ATI RV350 NP (M10), ATI R300 AD (R9500), ATI R300 AE (R9500),
   ATI R300 AF (R9500), ATI R300 AG (Fire GL Z1/X1),
   ATI R300 ND (R9700 PRO), ATI R300 NE (R9700/R9500 PRO),
   ATI R300 NF (R9600 TX), ATI R300 NG (Fire GL X1),
   ATI R350SE AH (R9800SE), ATI R350 AK (Fire GL unknown),
   ATI RV350 AT (Fire GL T2), ATI RV350 AU (Fire GL T2),
   ATI RV350 AV (Fire GL T2), ATI RV350 AW (Fire GL T2),
   ATI R350 NH (R9800), ATI R350LE NI (R9800LE), ATI R350 NJ (R9800),
   ATI R350 NK (Fire GL X2), ATI RV350 NT (WS/M10)
(II) Primary Device is:
(WW) TDFX: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset 3dfx Voodoo5 found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [6] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [7] -1   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
   [8] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
   [9] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [11] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [12] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [13] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [15] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [16] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [17] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B](B)
   [18] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B](B)
   [19] -1   0   0xfffffe00 - 0xfffffeff (0x100) IX[B](B)
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [6] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [7] -1   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
   [8] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
   [9] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [10] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [11] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [12] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [17] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [18] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [19] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [20] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B](B)
   [21] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B](B)
   [22] -1   0   0xfffffe00 - 0xfffffeff (0x100) IX[B](B)
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [24] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) TDFX(0): Softbooting the board (through the int10 interface).
(II) Truncating PCI BIOS Length to 40960
(II) TDFX(0): Softbooting the board succeeded.
(II) TDFX(0): TDFXFindChips: found 2 chip(s)
(**) TDFX(0): Depth 24, (--) framebuffer bpp 32
(==) TDFX(0): RGB weight 888
(==) TDFX(0): Default visual is TrueColor
(--) TDFX(0): Chipset: "3dfx Voodoo5"
(--) TDFX(0): Linear framebuffer at 0xD8000000
(--) TDFX(0): MMIO registers at addr 0xD0000000
(--) TDFX(0): PIO registers at addr 0xC000
(II) TDFX(0): DRAMINIT1 read 0x40240031, programming 0x40202031 (not Banshee)
(II) TDFX(0): TDFXInitChips: numchips = 1
(II) TDFX(0): TDFXInitChips: cfgbits = 0x00000004, initbits = 0x00000301
(II) TDFX(0): TDFXInitChips: mem0base = 0xd0000000, mem1base = 0xd8000008
(II) TDFX(0): TDFXInitChips: mem0size = 0x02000000, mem1size = 0x04000000
(II) TDFX(0): TDFXInitChips: mem0bits = 0x00000005, mem1bits = 0x00000040
(II) TDFX(0): TDFXInitChips: cfgbits = 0x00000045
(II) TDFX(0): TDFXInitChips: MMIOAddr[0] = 0xd0000000
(II) TDFX(0): TDFXInitChips: LinearAddr[0] = 0xd8000008
(--) TDFX(0): VideoRAM: 32768 kByte Mapping 65536 kByte
(==) TDFX(0): Using gamma correction (1.0, 1.0, 1.0)
(II) TDFX(0): big: Using hsync range of 30.00-70.00 kHz
(II) TDFX(0): big: Using vrefresh range of 50.00-160.00 Hz
(II) TDFX(0): Clock range:  12.00 to 350.00 MHz
(II) TDFX(0): Not using default mode "1280x960" (hsync out of range)
(II) TDFX(0): Not using default mode "640x480" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "640x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "640x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1792x1344" (hsync out of range)
(II) TDFX(0): Not using default mode "896x672" (hsync out of range)
(II) TDFX(0): Not using default mode "1792x1344" (hsync out of range)
(II) TDFX(0): Not using default mode "896x672" (hsync out of range)
(II) TDFX(0): Not using default mode "1856x1392" (hsync out of range)
(II) TDFX(0): Not using default mode "928x696" (hsync out of range)
(II) TDFX(0): Not using default mode "1856x1392" (hsync out of range)
(II) TDFX(0): Not using default mode "928x696" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "1400x1050" (unknown reason)
(II) TDFX(0): Not using default mode "700x525" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "2048x1536" (hsync out of range)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "2048x1536" (hsync out of range)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "1400x1050" (width too large for virtual size)
(--) TDFX(0): Virtual size is 1280x1024 (pitch 1280)
(**) TDFX(0): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) TDFX(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) TDFX(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) TDFX(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) TDFX(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) TDFX(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) TDFX(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) TDFX(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) TDFX(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) TDFX(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) TDFX(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) TDFX(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) TDFX(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) TDFX(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) TDFX(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) TDFX(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) TDFX(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) TDFX(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) TDFX(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) TDFX(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) TDFX(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
(II) TDFX(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) TDFX(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) TDFX(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) TDFX(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) TDFX(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) TDFX(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) TDFX(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) TDFX(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) TDFX(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) TDFX(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) TDFX(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) TDFX(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) TDFX(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) TDFX(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) TDFX(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) TDFX(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) TDFX(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) TDFX(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) TDFX(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) TDFX(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) TDFX(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) TDFX(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) TDFX(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) TDFX(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) TDFX(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) TDFX(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) TDFX(0): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) TDFX(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) TDFX(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) TDFX(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) TDFX(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) TDFX(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) TDFX(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) TDFX(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) TDFX(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) TDFX(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) TDFX(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) TDFX(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) TDFX(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) TDFX(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) TDFX(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) TDFX(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) TDFX(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) TDFX(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) TDFX(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) TDFX(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(==) TDFX(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(**) TDFX(0): ShowCache Disabled
(**) TDFX(0): video key default 0x1e
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) TDFX(0): initializing int10
(II) Truncating PCI BIOS Length to 40960
(II) TDFX(0): VESA BIOS detected
(II) TDFX(0): VESA VBE Version 3.0
(II) TDFX(0): VESA VBE Total Mem: 16384 kB
(II) TDFX(0): VESA VBE OEM: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Software Rev: 1.0
(II) TDFX(0): VESA VBE OEM Vendor: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Product: Voodoo5 5500
(II) TDFX(0): VESA VBE OEM Product Rev: Version 1.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) TDFX(0): VESA VBE DDC supported
(II) TDFX(0): VESA VBE DDC Level 2
(II) TDFX(0): VESA VBE DDC transfer in appr. 8 sec.
(II) TDFX(0): VESA VBE DDC read successfully
(II) TDFX(0): Manufacturer: SAM  Model: 1057  Serial#: 1146368311
(II) TDFX(0): Year: 2000  Week: 35
(II) TDFX(0): EDID Version: 1.1
(II) TDFX(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) TDFX(0): Sync:  Separate
(II) TDFX(0): Max H-Image Size [cm]: horiz.: 32  vert.: 24
(II) TDFX(0): Gamma: 2.26
(II) TDFX(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) TDFX(0): redX: 0.645 redY: 0.321   greenX: 0.285 greenY: 0.600
(II) TDFX(0): blueX: 0.142 blueY: 0.057   whiteX: 0.283 whiteY: 0.298
(II) TDFX(0): Supported VESA Video Modes:
(II) TDFX(0): 720x400@70Hz
(II) TDFX(0): 720x400@88Hz
(II) TDFX(0): 640x480@60Hz
(II) TDFX(0): 640x480@67Hz
(II) TDFX(0): 640x480@72Hz
(II) TDFX(0): 640x480@75Hz
(II) TDFX(0): 800x600@56Hz
(II) TDFX(0): 800x600@60Hz
(II) TDFX(0): 800x600@72Hz
(II) TDFX(0): 800x600@75Hz
(II) TDFX(0): 832x624@75Hz
(II) TDFX(0): 1024x768@87Hz (interlaced)
(II) TDFX(0): 1024x768@60Hz
(II) TDFX(0): 1024x768@70Hz
(II) TDFX(0): 1024x768@75Hz
(II) TDFX(0): Manufacturer's mask: 0
(II) TDFX(0): Supported Future Video Modes:
(II) TDFX(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) TDFX(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) TDFX(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) TDFX(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) TDFX(0): Supported additional Video Mode:
(II) TDFX(0): clock: 56.2 MHz   Image Size:  306 x 230 mm
(II) TDFX(0): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
(II) TDFX(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
(II) TDFX(0): Supported additional Video Mode:
(II) TDFX(0): clock: 94.5 MHz   Image Size:  306 x 230 mm
(II) TDFX(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) TDFX(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) TDFX(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz, PixClock max 110 MHz
(II) TDFX(0): Serial No: HCEN850675
(II) UnloadModule: "fglrx"
(II) Unloading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
   [1] 0   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [8] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [9] -1   0   0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
   [10] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
   [11] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [15] 0   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x0000e000 - 0x0000e01f (0x20) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [21] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [22] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [23] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B](B)
   [24] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B](B)
   [25] -1   0   0xfffffe00 - 0xfffffeff (0x100) IX[B](B)
   [26] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
   [27] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprD)
(==) TDFX(0): Write-combining range (0xd8000000,0x4000000)
(II) TDFX(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xbd00
(II) TDFX(0): Changing back offset from 0x015ff000 to 0x015fe000
(II) TDFX(0): Textures Memory 15.42 MB
(II) TDFX(0): Cursor Offset: [0x00000000,0x00001000)
(II) TDFX(0): Fifo Offset: [0x00001000, 0x00041000)
(II) TDFX(0): Front Buffer Offset: [0x00041000, 0x00692800)
(II) TDFX(0): Texture Offset: [0x00692800, 0x015FE000)
(II) TDFX(0): BackOffset: [0x015FE000, 0x01AFE000)
(II) TDFX(0): DepthOffset: [0x01AFF000, 0x01FFF000)
(II) TDFX(0): Minimum 270, Maximum 3071 lines of offscreen memory available
(II) TDFX(0): [dri] VideoRAM = 32768, VirtualXres = 1280, VirtualYres= 1024,
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) TDFX(0): [drm] created "tdfx" driver at busid "PCI:1:0:0"
(II) TDFX(0): [drm] added 8192 byte SAREA at 0xdf0e9000
(II) TDFX(0): [drm] mapped SAREA 0xdf0e9000 to 0x461bb000
(II) TDFX(0): [drm] framebuffer handle = 0xd8000000
(II) TDFX(0): [drm] added 1 reserved context for kernel
(II) TDFX(0): [drm] Registers = 0xd0000000
(II) TDFX(0): visual configs initialized
(II) TDFX(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Lines
   Dashed Lines
   Offscreen Pixmaps
   Driver provided NonTEGlyphRenderer replacement
   Setting up tile and stipple cache:
      32 128x128 slots
      21 256x256 slots
      7 512x512 slots
(==) TDFX(0): Backing store disabled
(==) TDFX(0): Silken mouse enabled
(II) TDFX(0): X context handle = 0x00000001
(II) TDFX(0): [drm] installed DRM signal handler
(II) TDFX(0): [DRI] installation complete
(==) TDFX(0): Direct rendering 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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "7"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Mouse1: ZAxisMapping: buttons 6 and 7
(**) Mouse1: Buttons: 7
(**) Option "Resolution" "100"
(**) Mouse1: Resolution: 100
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button

_________________
Could it be?
Back to top
View user's profile Send private message
sethleon
Guru
Guru


Joined: 14 Dec 2003
Posts: 398
Location: Germany

PostPosted: Wed Jun 30, 2004 8:56 am    Post subject: Reply with quote

xfreelog seems to have no heavy errors,
looking in your xfree config let me notice that you use two diffrent
grafic cards, is that correct ?

The configuration I used was optimized to one grafic card
with 2 possible plugs (for two monitors), I used this config file
to enable the two monitors for my notebook,
the standard LCD and a CRT monitor (or CRT like devices).

now to you again, are you trying to use two grafic cards,
which should display on two monitors using the same xfree ?
_________________
Mess with the best, die like the rest.
Back to top
View user's profile Send private message
BennyP
Guru
Guru


Joined: 09 May 2003
Posts: 503
Location: Jerusalem, Israel

PostPosted: Wed Jun 30, 2004 10:40 pm    Post subject: Reply with quote

yes I am using 2 cards. Screen0 uses a Voodoo 5 AGP, Screen1 uses an ATI mach64 PCI
_________________
Could it be?
Back to top
View user's profile Send private message
btg308
n00b
n00b


Joined: 14 Aug 2002
Posts: 72
Location: Östersund, Sweden

PostPosted: Mon Jul 19, 2004 11:13 am    Post subject: Reply with quote

Try adding a BusID to the second card as well:
Code:

Section "Device"
        Identifier "ati"
        VendorName "ATI"
        BoardName "ATI Mach64"
        BusID "PCI:0:17:0"
        Driver "fglrx"
        Option "no_accel" "no"
        Option "no_dri" "no"
EndSection

and double-check the driver. I had a secondary Rage II with the "ati" driver, not the "fglrx" one. It was pretty slow (no surprises there), but it worked.

Also, you don't have a VertRefresh option for the V410 monitor.
_________________
Gentoo Linux - Feel the speed.
Kawasaki GPZ 1100 - The need for speed.
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Sun Aug 22, 2004 8:04 am    Post subject: Reply with quote

hi,
just a question related (adding?) to this topic.
i am just going to setup xinerama as well:
card1: gforce2 agp
card2: voodoo3 pci

on card2 i like to run mplayer watching TV, wich is streamed from a sat receiver.

now, *additionally* i would like to insert a SB 128 PCI soundcard. so i have sound on monitor/desk1 using the onboard ViasSound, and monitor/desk2 will use the sb128

is this possible? anything i would have to take care of?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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