RE: External Lcd Problems with laptop! Aaaargh!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In my (admittedly limited) experience I've always had problems with
modelines.  A number of times the configuration program has put a mode line
in that did not do the job.

However having said that I've always been able to resolve the problem by
simply removing any mode lines from the config file.  Provided you have the
correct horizontal and vertical refresh rates in the monitor section you
should not have a problem.

So try removing your mode lines from your monitor section and see what
happens.  All the mode line is doing is supeceding the BIOS or driver
settings for the screen resolution you have chosen.


Kevin
email:   kevin.benstead@xxxxxxxxxx 
Tel:       +44 (0)118 971 5032


-----Original Message-----
From: Alex Mavrogonatos [mailto:ale3ns@xxxxxxxxx] 
Sent: 09 March 2005 11:20
To: xfree86@xxxxxxxxxxx
Subject:  External Lcd Problems with laptop! Aaaargh!

Hi, I'm kinda a newbie to linux and trying to
permemamtly switch to it from XP. Im using a fujitsu
e342 laptop with a trident cyber 9388 graphics adaptor
and running mandrake 10 on it. Here's the problem:

I'm using this laptop as a desktop replacement meaning
with an external monitor, external mouse, external
keyboard etc. I was using an external CRT monitor (NEC
multisync V521) til it died on me and it was working
just fine at 1024x768 (while the laptop's internal
screen supports up to 800x600). I replaced the crt
with a 17 inch LCD monitor (LG 1720p) and the problems
started. When I boot up Linux the external LCD goes
blank at all resolutions, but when I boot up using the
internal and the external screen simultaneously they
both work at 800x600. O figured this is a modeline
thing because I had to get a modeline from
linux-on-laptops to get the crt working at 1024x768
(until then I had the same problem with the CRT if I
recall correctly...) and probably the same modeline is
out of range for my LCD screen. So what I did was boot
with both screens at 800x600, use xvidtune to get a
modeline for that resolution, add it to my
XF86Config-4 file and hope I could get at least a
800x600 resolution working on my external LCD only.
Weirdly enough this didn't work. Next, with the help
from a utility i googled up, I got my hands on
windows' parameters and computed modelines with a
modeline calculator on the net. Still nothing... In
all the above cases I get a signal out of range on the
LCD. It seems that X is outputting some kind of signal
that the LCD wont recognize. Actually if at that point
I enable the internal LCD also, I'm able to get
800x600 on both screens by fiddling with alt+ctrl+plus
(at least I'm sure this worked once or twice, actually
never tried it again). The LCD screen in windows XP
can bring up a nice 1280x1024@75 with 256 colors but I
would be ok with a 1024x768 in linux. What am I doing
wrong? Damn Linux, if only I didn't love thee so...
I'm sending my relatively old configuration because
since then I've been playing alot with my XF86Config-4
file and I'm sure I've added stuff that don't really
help! Here's the XF86Config-4 file that worked with my
CRT, the only changes I made to this where the
horizontal-vertical frequency ranges I got from the
LCD's manual and below is X's log file, thanks for
your time in advance!

# File generated by XFdrake.

#
**********************************************************************
# Refer to the XF86Config man page for details about
the format of
# this file.
#
**********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are
concatenated together)
    # By default, Mandrake 6.0 and later now use a
font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_->
(resolution switching)
    AllowMouseOpenFail # allows the server to start up
even if the mouse doesn't work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,el(extended)"
    Option "XkbOptions"
"grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    HorizSync 30-83
    VertRefresh 56-75
    
    ModeLine "800x600" 50 800 856 976 1040 600 637 643
666 +hsync +vsync
    ModeLine "1024x768" 65.0 1024 1048 1184 1328 768
771 777 806 -hsync -vsync
    
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Trident Microsystems"
    BoardName "Trident Cyber 9388 (generic)"
    Driver "trident"
    VideoRam 2048
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 15
    
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection


==================



This is a pre-release version of XFree86, and is not
supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and
patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in
pre-release versions,
please check the latest version in the XFree86 CVS
repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.3-3mdkenterprise
i686 [ELF] 
Build Date: 24 March 2004
	Before reporting problems, check
http://www.XFree86.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/XFree86.0.log", Time: Wed Mar
 9 12:39:02 2005
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us,el(extended)"
(**) XKB: layout: "us,el(extended)"
(**) Option "XkbOptions"
"grp:alt_shift_toggle,grp_led:scroll"
(**) XKB: options:
"grp:alt_shift_toggle,grp_led:scroll"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8005022c,
mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7192 card 10cf,1039 rev
03 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev
02 class 06,80,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev
01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev
01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev
02 class 06,80,00 hdr 00
(II) PCI: 00:10:0: chip 11c1,0440 card 10cf,102c rev
01 class 07,80,00 hdr 00
(II) PCI: 00:13:0: chip 104c,ac19 card 4000,0000 rev
00 class 06,07,00 hdr 82
(II) PCI: 00:13:1: chip 104c,ac19 card 4800,0000 rev
00 class 06,07,00 hdr 82
(II) PCI: 00:14:0: chip 1023,9388 card 10cf,104f rev
d3 class 03,00,00 hdr 00
(II) PCI: 05:00:0: chip 1033,0035 card 1033,0035 rev
43 class 0c,03,10 hdr 80
(II) PCI: 05:00:1: chip 1033,0035 card 1033,0035 rev
43 class 0c,03,10 hdr 00
(II) PCI: 05:00:2: chip 1033,00e0 card 1838,1074 rev
04 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), 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-CardBus bridge:
(II) Bus 1: bridge is at (0:19:0), (0,1,4), BCTRL:
0x05c0 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x10800000 - 0x10bfffff (0x400000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x10400000 - 0x107fffff (0x400000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (0:19:1), (0,5,8), BCTRL:
0x0500 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[1] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0x11000000 - 0x113fffff (0x400000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0x10c00000 - 0x10ffffff (0x400000) MX[B]
(--) PCI:*(0:20:0) Trident Microsystems Cyber 9388 rev
211, Mem @ 0xfe400000/22, 0xfedc0000/17, 0xfe800000/22
(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 0xf8000000
from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0x11002000 - 0x110020ff (0x100) MX[B]
	[1] -1	0	0x11001000 - 0x11001fff (0x1000) MX[B]
	[2] -1	0	0x11000000 - 0x11000fff (0x1000) MX[B]
	[3] -1	0	0xfedffc00 - 0xfedffcff (0x100) MX[B]
	[4] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[5] -1	0	0xfe800000 - 0xfebfffff (0x400000) MX[B](B)
	[6] -1	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B](B)
	[7] -1	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B](B)
	[8] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[9] -1	0	0x0000f0c8 - 0x0000f0cf (0x8) IX[B]
	[10] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[11] -1	0	0x0000f0d0 - 0x0000f0df (0x10) IX[B]
(II) Active PCI resource ranges after removing
overlaps:
	[0] -1	0	0x11002000 - 0x110020ff (0x100) MX[B]
	[1] -1	0	0x11001000 - 0x11001fff (0x1000) MX[B]
	[2] -1	0	0x11000000 - 0x11000fff (0x1000) MX[B]
	[3] -1	0	0xfedffc00 - 0xfedffcff (0x100) MX[B]
	[4] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[5] -1	0	0xfe800000 - 0xfebfffff (0x400000) MX[B](B)
	[6] -1	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B](B)
	[7] -1	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B](B)
	[8] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[9] -1	0	0x0000f0c8 - 0x0000f0cf (0x8) IX[B]
	[10] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[11] -1	0	0x0000f0d0 - 0x0000f0df (0x10) IX[B]
(II) OS-reported resource ranges after removing
overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x10ffffff (0x10f00000)
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 - 0x10ffffff (0x10f00000)
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	0x11002000 - 0x110020ff (0x100) MX[B]
	[6] -1	0	0x11001000 - 0x11001fff (0x1000) MX[B]
	[7] -1	0	0x11000000 - 0x11000fff (0x1000) MX[B]
	[8] -1	0	0xfedffc00 - 0xfedffcff (0x100) MX[B]
	[9] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[10] -1	0	0xfe800000 - 0xfebfffff (0x400000) MX[B](B)
	[11] -1	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B](B)
	[12] -1	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[16] -1	0	0x0000f0c8 - 0x0000f0cf (0x8) IX[B]
	[17] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[18] -1	0	0x0000f0d0 - 0x0000f0df (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading
/usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading
/usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.0.1
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading
/usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 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 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading
/usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading
/usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "trident"
(II) Loading
/usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) TRIDENT: driver for Trident chipsets: tvga9000,
tvga9000i, tvga8900c,
	tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320,
cyber9388, cyber9397,
	cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4,
tgui9420dgi,
	tgui9440agi, tgui9660, tgui9680, providia9682,
providia9685,
	cyber9382, cyber9385, 3dimage975, 3dimage985,
blade3d, cyberbladei7,
	cyberbladei7d, cyberbladei1, cyberbladei1d,
cyberbladeAi1,
	cyberbladeAi1d, bladeXP, cyberbladeXPAi1
(II) Primary Device is: PCI 00:14:0
(--) Assigning device section with no busID to primary
device
(--) Chipset cyber9388 found
(II) resource ranges after xf86ClaimFixedResources()
call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x10ffffff (0x10f00000)
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	0x11002000 - 0x110020ff (0x100) MX[B]
	[6] -1	0	0x11001000 - 0x11001fff (0x1000) MX[B]
	[7] -1	0	0x11000000 - 0x11000fff (0x1000) MX[B]
	[8] -1	0	0xfedffc00 - 0xfedffcff (0x100) MX[B]
	[9] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[10] -1	0	0xfe800000 - 0xfebfffff (0x400000) MX[B](B)
	[11] -1	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B](B)
	[12] -1	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[16] -1	0	0x0000f0c8 - 0x0000f0cf (0x8) IX[B]
	[17] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[18] -1	0	0x0000f0d0 - 0x0000f0df (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x10ffffff (0x10f00000)
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	0x11002000 - 0x110020ff (0x100) MX[B]
	[6] -1	0	0x11001000 - 0x11001fff (0x1000) MX[B]
	[7] -1	0	0x11000000 - 0x11000fff (0x1000) MX[B]
	[8] -1	0	0xfedffc00 - 0xfedffcff (0x100) MX[B]
	[9] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[10] -1	0	0xfe800000 - 0xfebfffff (0x400000) MX[B](B)
	[11] -1	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B](B)
	[12] -1	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[19] -1	0	0x0000f0c8 - 0x0000f0cf (0x8) IX[B]
	[20] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[21] -1	0	0x0000f0d0 - 0x0000f0df (0x10) IX[B]
	[22] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) TRIDENT(0): Depth 15, (--) framebuffer bpp 16
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is
0x03d0, hwp->PIOOffset is 0x0000
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(==) TRIDENT(0): RGB weight 555
(==) TRIDENT(0): Default visual is TrueColor
(==) TRIDENT(0): Using gamma correction (1.0, 1.0,
1.0)
(==) TRIDENT(0): Linear framebuffer at 0xFE400000
(--) TRIDENT(0): IO registers at 0xFEDC0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) TRIDENT(0): initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): VESA BIOS detected
(II) TRIDENT(0): VESA VBE Version 2.0
(II) TRIDENT(0): VESA VBE Total Mem: 2048 kB
(II) TRIDENT(0): VESA VBE OEM: Copyright 1994 TRIDENT
MICROSYSTEMS INC.

(II) TRIDENT(0): VESA VBE OEM Software Rev: 0.0
(II) TRIDENT(0): VESA VBE OEM Vendor: 
(II) TRIDENT(0): VESA VBE OEM Product: 
(II) TRIDENT(0): VESA VBE OEM Product Rev: 
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) TRIDENT(0): VESA VBE DDC supported
(II) TRIDENT(0): VESA VBE DDC Level 2
(II) TRIDENT(0): VESA VBE DDC transfer in appr. 1 sec.
(II) TRIDENT(0): VESA VBE DDC read successfully
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) TRIDENT(0): Manufacturer: GSM  Model: 437f 
Serial#: 96916
(II) TRIDENT(0): Year: 2005  Week: 1
(II) TRIDENT(0): EDID Version: 1.3
(II) TRIDENT(0): Analog Display Input,  Input Voltage
Level: 0.700/0.700 V
(II) TRIDENT(0): Sync:  Separate  Composite 
SyncOnGreen
(II) TRIDENT(0): Max H-Image Size [cm]: horiz.: 34 
vert.: 27
(II) TRIDENT(0): Gamma: 2.20
(II) TRIDENT(0): DPMS capabilities: StandBy Suspend
Off; RGB/Color Display
(II) TRIDENT(0): First detailed timing is preferred
mode
(II) TRIDENT(0): redX: 0.641 redY: 0.342   greenX:
0.292 greenY: 0.611
(II) TRIDENT(0): blueX: 0.147 blueY: 0.068   whiteX:
0.313 whiteY: 0.329
(II) TRIDENT(0): Supported VESA Video Modes:
(II) TRIDENT(0): 720x400@70Hz
(II) TRIDENT(0): 640x480@60Hz
(II) TRIDENT(0): 640x480@75Hz
(II) TRIDENT(0): 800x600@60Hz
(II) TRIDENT(0): 800x600@75Hz
(II) TRIDENT(0): 832x624@75Hz
(II) TRIDENT(0): 1024x768@60Hz
(II) TRIDENT(0): 1024x768@75Hz
(II) TRIDENT(0): 1280x1024@75Hz
(II) TRIDENT(0): 1152x870@75Hz
(II) TRIDENT(0): Manufacturer's mask: 0
(II) TRIDENT(0): Supported Future Video Modes:
(II) TRIDENT(0): #0: hsize: 640  vsize 480  refresh:
75  vid: 20273
(II) TRIDENT(0): #1: hsize: 800  vsize 600  refresh:
75  vid: 20293
(II) TRIDENT(0): #2: hsize: 1024  vsize 768  refresh:
75  vid: 20321
(II) TRIDENT(0): #3: hsize: 1280  vsize 1024  refresh:
60  vid: 32897
(II) TRIDENT(0): Supported additional Video Mode:
(II) TRIDENT(0): clock: 108.0 MHz   Image Size:  338 x
270 mm
(II) TRIDENT(0): h_active: 1280  h_sync: 1328 
h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) TRIDENT(0): v_active: 1024  v_sync: 1025 
v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) TRIDENT(0): Ranges: V min: 56  V max: 75 Hz, H
min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) TRIDENT(0): Monitor name: L1720P
(II) TRIDENT(0): Monitor name: 
(--) TRIDENT(0): Revision is 74
(--) TRIDENT(0): Found Cyber 9388 chip
(--) TRIDENT(0): RAM type is SGRAM
(**) TRIDENT(0): Using HW cursor
(**) TRIDENT(0): VideoRAM: 2048 kByte
(--) TRIDENT(0): TFT Panel 800x600 found
(--) TRIDENT(0): Memory Clock is 66.00 MHz
(==) TRIDENT(0): Min pixel clock is 12 MHz
(**) TRIDENT(0): Max pixel clock is 170 MHz
(II) TRIDENT(0): monitor1: Using hsync range of
30.00-83.00 kHz
(II) TRIDENT(0): monitor1: Using vrefresh range of
56.00-75.00 Hz
(II) TRIDENT(0): Clock range:  12.00 to 170.00 MHz
(II) TRIDENT(0): Not using default mode "640x350"
(vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x175" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x400"
(vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x200" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "720x400"
(vrefresh out of range)
(II) TRIDENT(0): Not using default mode "360x200" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480"
(vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864"
(width too large for virtual size)
(II) TRIDENT(0): Not using default mode "576x432" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x960"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "640x480" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x960"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "640x480" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x1024"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "640x512" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x1024"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "640x512" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x1024"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "640x512" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1200"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1600x1200"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1600x1200"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1600x1200"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1600x1200"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1792x1344"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "896x672" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1792x1344"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "896x672" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1856x1392"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "928x696" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1856x1392"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "928x696" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1440"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "960x720" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1440"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "960x720" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "416x312" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x768"
(width too large for virtual size)
(II) TRIDENT(0): Not using default mode "576x384" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1400x1050"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "700x525" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1400x1050"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "700x525" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1024"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "800x512" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1440"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "960x720" (bad
mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "2048x1536"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "2048x1536"
(insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "2048x1536"
(insufficient memory for mode)
(**) TRIDENT(0): Virtual size is 1024x768 (pitch 1024)
(**) TRIDENT(0): *Mode "1024x768": 65.0 MHz, 48.9 kHz,
60.7 Hz
(II) TRIDENT(0): Modeline "1024x768"   65.00  1024
1048 1184 1328  768 771 777 806 -hsync -vsync
(**) TRIDENT(0): *Default mode "832x624": 57.3 MHz,
49.7 kHz, 74.6 Hz
(II) TRIDENT(0): Modeline "832x624"   57.28  832 864
928 1152  624 625 628 667 -hsync -vsync
(**) TRIDENT(0): *Mode "800x600": 50.0 MHz, 48.1 kHz,
72.2 Hz
(II) TRIDENT(0): Modeline "800x600"   50.00  800 856
976 1040  600 637 643 666 +hsync +vsync
(**) TRIDENT(0): *Default mode "640x480": 31.5 MHz,
37.5 kHz, 75.0 Hz
(II) TRIDENT(0): Modeline "640x480"   31.50  640 656
720 840  480 481 484 500 -hsync -vsync
(**) TRIDENT(0): *Default mode "640x480": 31.5 MHz,
37.9 kHz, 72.8 Hz
(II) TRIDENT(0): Modeline "640x480"   31.50  640 664
704 832  480 489 491 520 -hsync -vsync
(**) TRIDENT(0): *Default mode "640x480": 25.2 MHz,
31.5 kHz, 60.0 Hz
(II) TRIDENT(0): Modeline "640x480"   25.20  640 656
752 800  480 490 492 525 -hsync -vsync
(--) TRIDENT(0): Display dimensions: (340, 270) mm
(--) TRIDENT(0): DPI set to (76, 72)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xfe800000 - 0xfebfffff (0x400000) MX[B]
	[1] 0	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B]
	[2] 0	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x10ffffff (0x10f00000)
MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0x11002000 - 0x110020ff (0x100) MX[B]
	[9] -1	0	0x11001000 - 0x11001fff (0x1000) MX[B]
	[10] -1	0	0x11000000 - 0x11000fff (0x1000) MX[B]
	[11] -1	0	0xfedffc00 - 0xfedffcff (0x100) MX[B]
	[12] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[13] -1	0	0xfe800000 - 0xfebfffff (0x400000) MX[B](B)
	[14] -1	0	0xfedc0000 - 0xfeddffff (0x20000) MX[B](B)
	[15] -1	0	0xfe400000 - 0xfe7fffff (0x400000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000)
MS[B](OprU)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[22] -1	0	0x0000f0c8 - 0x0000f0cf (0x8) IX[B]
	[23] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[24] -1	0	0x0000f0d0 - 0x0000f0df (0x10) IX[B]
	[25] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[26] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) TRIDENT(0): Write-combining range
(0xfe400000,0x200000)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) TRIDENT(0): Initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): Overriding Horizontal timings.
(II) TRIDENT(0): Shadow off
(II) TRIDENT(0): H-timing shadow registers: 0x7f      
    0x00 0x69 0x7f
(II) TRIDENT(0): H-timing registers:        0xa1 0x7f
0x7f 0x84 0x83 0x94
(II) TRIDENT(0): V-timing shadow registers: 0x72 0xf0
0x59 0x0d           0x00 (0x08)
(II) TRIDENT(0): V-timing registers:        0x24 0xf5
0x03 0x29 0xff 0x00 0x24
(II) TRIDENT(0): Setting BIOS Mode: 78
(II) TRIDENT(0): Found Clock  65.00 n=219 m=23 k=1
(II) TRIDENT(0): Using XFree86 Acceleration
Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Lines
	Dashed Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		8 128x128 slots
(==) TRIDENT(0): Backing store disabled
(==) TRIDENT(0): Silken mouse enabled
(**) Option "dpms"
(**) TRIDENT(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard1" handled by legacy driver
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse1: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Mouse1: ZAxisMapping: buttons 6 and 7
(**) Mouse1: Buttons: 7
(II) XINPUT: Adding extended input device "Mouse1"
(type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
SetClientVersion: 0 7




	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux