LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-28-2006, 07:39 AM   #1
noodny
LQ Newbie
 
Registered: Mar 2006
Posts: 5

Rep: Reputation: 0
X display configuration problem


umber Nine Revolution IV, 1 AGP and 1PCI, 32MB video cards, SGI1600SW monitor on DELL Precision 220 2 CPUs fedora core 5. This hardware worked under redhat 6.2 with the following packages/configuration:

XFree86-75dpi-fonts-3.3.3.1-52
XFree86-I128-3.3.3.1-52 (Number Nine X server)
XFree86-xfs-3.3.3.1-49
XFree86-libs-3.3.3.1-52
XFree86-100dpi-fonts-3.3.3.1-52
XFree86-3.3.3.1-52 (Base X package)

"Monitor" section values:

HorizSync 61.97
VertRefresh 60.17
Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 1030
HSkew 7 +Hsync +Vsync

Section "Screen"
Subsection "Display"
Depth 32
Modes "1600x1024d32"
ViewPort 0 0
EndSubsection
EndSection

Need help getting this to work with fc 5
 
Old 05-29-2006, 03:55 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
should work fine... how about you tell us what isn't working? I do recall that Xfree86 v4 did drop support for some shitty old cards, but they should still work under vesa at worst.
 
Old 06-03-2006, 12:46 PM   #3
noodny
LQ Newbie
 
Registered: Mar 2006
Posts: 5

Original Poster
Rep: Reputation: 0
X display configuration problem

second monitor does not work. here is the outpu from lspci for BisID 1:0 (why is there "disabled" lines):
01:00.0 0300: 105d:5348 (rev 02)
Subsystem: 105d:0037
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 9
Region 0: Memory at f6000000 (32-bit, prefetchable) [disabled]
Region 1: Memory at f4000000 (32-bit, prefetchable) [disabled]
Region 2: Memory at fcfff000 (32-bit, non-prefetchable) [disabled]
Region 4: Memory at fcfe0000 (32-bit, non-prefetchable) [disabled]
Region 5: I/O ports at ec00 [disabled]
Expansion ROM at 000c0000 [disabled]
Capabilities: [80] AGP version 1.0
Status: RQ=16 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
Capabilities: [90] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-


Summary of buses:

01: Secondary host bus (?)

and BusId 2:9:
02:09.0 0300: 105d:5348 (rev 02)
Subsystem: 105d:0017
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 5
Region 0: Memory at f2000000 (32-bit, prefetchable)
Region 1: Memory at f0000000 (32-bit, prefetchable)
Region 2: Memory at fafff000 (32-bit, non-prefetchable)
Region 4: Memory at fafe0000 (32-bit, non-prefetchable)
Region 5: I/O ports at d800
Capabilities: [80] AGP version 1.0
Status: RQ=16 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
Capabilities: [90] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-


Summary of buses:

02: Secondary host bus (?)

xorg.config:
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection

Section "Files"
# RgbPath is 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.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

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

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1024"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 61.97
VertRefresh 60.17
Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 7 +Hsync +Vsync
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1024"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 61.97
VertRefresh 60.17
Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 7 +Hsync +Vsync
#Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 5 +Hsync +Vsync
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i128"
VendorName "Videocard vendor0"
BoardName "Number Nine Revolution IV (T2R4)"
BusID "PCI:2:9:0"
#BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "i128"
VendorName "Videocard Vendor1"
BoardName "Number Nine Revolution IV (T2R4)"
BusID "PCI:1:0:0"
#BusID "PCI:2:9:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1600x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1600x1024"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


!!! if I switch BusId (commented lines) second monitor gets the signal but is black !!!
 
Old 06-03-2006, 12:57 PM   #4
noodny
LQ Newbie
 
Registered: Mar 2006
Posts: 5

Original Poster
Rep: Reputation: 0
X display configuration problem

/var/log/Xorg.0.log:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.9-22.18.bz155725.ELsmp i686Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.16-1.2122_FC5smp #1 SMP Sun May 21 15:18:32 EDT 2006 i686
Build Date: 02 May 2006
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 Jun 3 13:27:35 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Multihead layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Videocard1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "off"
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.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/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2500 card 1028,0095 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,250f card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2415 card 1028,0095 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 105d,5348 card 105d,0037 rev 02 class 03,00,00 hdr 00
(II) PCI: 02:07:0: chip 1102,0002 card 1102,8022 rev 07 class 04,01,00 hdr 80
(II) PCI: 02:07:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 02:09:0: chip 105d,5348 card 105d,0017 rev 02 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 10b7,9200 card 1028,0095 rev 78 class 02,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,2), 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: 0x0004 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (1:0:0) Number 9 Computer Company Revolution 4 rev 2, Mem @ 0xf6000000/25, 0xf4000000/25, 0xfcfff000/12, 0xfcfe0000/16, I/O @ 0xec00/8, BIOS @ 0x000c0000/16
(--) PCI:*(2:9:0) Number 9 Computer Company Revolution 4 rev 2, Mem @ 0xf2000000/25, 0xf0000000/25, 0xfafff000/12, 0xfafe0000/16, I/O @ 0xd800/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 0xec000000 from 0xefffffff to 0xebffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfaffec00 - 0xfaffec7f (0x80) MX[B]
[1] -1 0 0xec000000 - 0xebffffff (0x0) MX[B]O
[2] -1 0 0xfafe0000 - 0xfafeffff (0x10000) MX[B](B)
[3] -1 0 0xfafff000 - 0xfaffffff (0x1000) MX[B](B)
[4] -1 0 0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
[5] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
[6] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[7] -1 0 0x0000dcd8 - 0x0000dcdf (0x8) IX[B]
[8] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]
[9] -1 0 0x0000cc80 - 0x0000ccbf (0x40) IX[B]
[10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[11] -1 0 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
[12] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
[13] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xfc000000 - 0xfc00ffff (0x10000) MX[B](B)
[1] -1 0 0xfcfe0000 - 0xfcfeffff (0x10000) MX[B](B)
[2] -1 0 0xfcfff000 - 0xfcffffff (0x1000) MX[B](B)
[3] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
[4] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[5] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfaffec00 - 0xfaffec7f (0x80) MX[B]
[1] -1 0 0xec000000 - 0xebffffff (0x0) MX[B]O
[2] -1 0 0xfafe0000 - 0xfafeffff (0x10000) MX[B](B)
[3] -1 0 0xfafff000 - 0xfaffffff (0x1000) MX[B](B)
[4] -1 0 0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
[5] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
[6] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[7] -1 0 0x0000dcd8 - 0x0000dcdf (0x8) IX[B]
[8] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]
[9] -1 0 0x0000cc80 - 0x0000ccbf (0x40) IX[B]
[10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[11] -1 0 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
[12] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
[13] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xfc000000 - 0xfc00ffff (0x10000) MX[B](B)
[1] -1 0 0xfcfe0000 - 0xfcfeffff (0x10000) MX[B](B)
[2] -1 0 0xfcfff000 - 0xfcffffff (0x1000) MX[B](B)
[3] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
[4] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[5] -1 0 0x0000ec00 - 0x0000ecff (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 0xfaffec00 - 0xfaffec7f (0x80) MX[B]
[6] -1 0 0xec000000 - 0xebffffff (0x0) MX[B]O
[7] -1 0 0xfafe0000 - 0xfafeffff (0x10000) MX[B](B)
[8] -1 0 0xfafff000 - 0xfaffffff (0x1000) MX[B](B)
[9] -1 0 0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
[10] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfc00ffff (0x10000) MX[B](B)
[12] -1 0 0xfcfe0000 - 0xfcfeffff (0x10000) MX[B](B)
[13] -1 0 0xfcfff000 - 0xfcffffff (0x1000) MX[B](B)
[14] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
[15] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[19] -1 0 0x0000dcd8 - 0x0000dcdf (0x8) IX[B]
[20] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]
[21] -1 0 0x0000cc80 - 0x0000ccbf (0x40) IX[B]
[22] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[23] -1 0 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
[24] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
[25] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[26] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[27] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.0.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/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.0.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 XFree86-DGA
(II) Loading extension DPMS
(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: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.0.2
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.0.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/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.0.0, 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: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.0.0, 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/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.0.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) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.0.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/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "i128"
(II) Loading /usr/lib/xorg/modules/drivers/i128_drv.so
(II) Module i128: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.1.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) I128: driver for Number Nine I128 chipsets: i128, i128v2, i128t2r,
i128t2r4
(II) Primary Device is: PCI 02:09:0
(WW) I128: No matching Device section for instance (BusID PCI:1:0:0) found
(--) Chipset i128t2r4 found
(--) Chipset i128t2r4 found
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "i128"
(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 0xfaffec00 - 0xfaffec7f (0x80) MX[B]
[6] -1 0 0xec000000 - 0xebffffff (0x0) MX[B]O
[7] -1 0 0xfafe0000 - 0xfafeffff (0x10000) MX[B](B)
[8] -1 0 0xfafff000 - 0xfaffffff (0x1000) MX[B](B)
[9] -1 0 0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
[10] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfc00ffff (0x10000) MX[B](B)
[12] -1 0 0xfcfe0000 - 0xfcfeffff (0x10000) MX[B](B)
[13] -1 0 0xfcfff000 - 0xfcffffff (0x1000) MX[B](B)
[14] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
[15] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[19] -1 0 0x0000dcd8 - 0x0000dcdf (0x8) IX[B]
[20] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]
[21] -1 0 0x0000cc80 - 0x0000ccbf (0x40) IX[B]
[22] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[23] -1 0 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
[24] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
[25] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[26] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[27] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B](B)
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(II) I128(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) I128(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 16/16
(**) I128(0): Depth 16, (--) framebuffer bpp 16
(==) I128(0): RGB weight 565
(==) I128(0): Default visual is TrueColor
(==) I128(0): Using HW cursor
(==) I128(0): Using XAA acceleration
(--) I128(0): Chipset: "i128t2r4"
(--) I128(0): Subsystem Vendor: "Number Nine"
(--) I128(0): Memory type SGRAM
(--) I128(0): Linear framebuffer at 0xF2000000
(--) I128(0): MMIO registers at 0xD800
(--) I128(0): VideoRAM: 32768 kByte
(==) I128(0): Using gamma correction (1.0, 1.0, 1.0)
(--) I128(0): Mapping memory
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
II) I128(0): I2C bus "DDC" initialized.
(II) I128(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) I128(0): I2C device "DDC:ddc2" removed.
(II) I128(0): I2C Monitor info: (nil)
(II) I128(0): end of I2C Monitor info
(--) I128(0): Digital flat panel detected
(--) I128(0): Using SilverHammer programmable clock (MCLK 70.000 MHz)
(--) I128(0): Ramdac Type min/max speed: SilverHammer 25/270 MHz
(II) I128(0): Monitor0: Using hsync value of 61.97 kHz
(II) I128(0): Monitor0: Using vrefresh value of 60.17 Hz
(II) I128(0): Clock range: 25.00 to 270.00 MHz
(II) I128(0): Not using default mode "640x350" (hsync out of range)
(II) I128(0): Not using default mode "320x175" (bad mode c
(II) I128(0): Not using default mode "1280x800" (hsync out of range)
(--) I128(0): Virtual size is 1600x1024 (pitch 1600)
(**) I128(0): *Mode "1600x1024d32": 103.1 MHz, 62.0 kHz, 60.2 Hz
(II) I128(0): Modeline "1600x1024d32" 103.12 1600 1600 1656 1664 1024 1024 1029 1030 hskew 7 +hsync +vsync
(==) I128(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(--) I128(0): Unmapping memory
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfafe0000 - 0xfafeffff (0x10000) MX[B]
[1] 0 0 0xfafff000 - 0xfaffffff (0x1000) MX[B]
[2] 0 0 0xf0000000 - 0xf1ffffff (0x2000000) MX[B]
[3] 0 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B]
[4] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[5] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[6] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[7] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[8] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[9] -1 0 0xfaffec00 - 0xfaffec7f (0x80) MX[B]
[10] -1 0 0xec000000 - 0xebffffff (0x0) MX[B]O
[11] -1 0 0xfafe0000 - 0xfafeffff (0x10000) MX[B](B)
[12] -1 0 0xfafff000 - 0xfaffffff (0x1000) MX[B](B)
[13] -1 0 0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
[14] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
[15] -1 0 0xfc000000 - 0xfc00ffff (0x10000) MX[B](B)
[16] -1 0 0xfcfe0000 - 0xfcfeffff (0x10000) MX[B](B)
[17] -1 0 0xfcfff000 - 0xfcffffff (0x1000) MX[B](B)
[18] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
[19] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[20] 0 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[24] -1 0 0x0000dcd8 - 0x0000dcdf (0x8) IX[B]
[25] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]
[26] -1 0 0x0000cc80 - 0x0000ccbf (0x40) IX[B]
[27] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[28] -1 0 0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
[29] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
[30] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[31] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[32] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B](B)
(--) I128(0): Mapping memory
(II) I128(0): Using 9461 lines for offscreen memory
(II) I128(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Driver provided FillSolidRects replacement
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(==) I128(0): Backing store disabled
(==) I128(0): Silken mouse enabled
(**) Option "dpms"
(**) I128(0): DPMS enabled
(==) RandR enabled
(WW) Not including screen "Screen0" in origins calculation.
(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" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
 
  


Reply

Tags
dual monitor


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
More detailed Display configuration General Fedora 1 04-29-2006 11:24 PM
Dual Display configuration gri6507 Linux - Software 1 01-16-2006 01:15 PM
display configuration question prplmnkydw Debian 4 07-13-2005 10:17 AM
Display configuration for widescreen brunsodj Linux - Distributions 1 09-11-2004 09:52 PM
display configuration jay_dave Linux - Newbie 10 12-26-2002 07:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration