LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-21-2004, 07:11 PM   #1
pepehonguito
LQ Newbie
 
Registered: Sep 2004
Distribution: Mandrake 10.0
Posts: 12

Rep: Reputation: 0
Intel Embebed Graphic driver for 855GME chipset


Hi all!

Does anyone tried the Intel Embebed Graphic driver for the 855GME chipset? I've an Acer 6003LMi laptop with that chip, and so far I'm using the i810 driver. I'd try to get working a second monitor using Xinerama, but I couldn't do it with the i810 driver. I can see the screen content in the external monitor, but the borders are cutted off.
Using the i855crt program I can see the full screen in the second monitor, up to 1024x768.
However, I'm not able to have different resolutions on each monitor, and it's quite annoying to use that resolution on a 1400x1050 LCD screen.
I'd tried the Intel driver, but so far I can't make it works on my box. Did anyone succeed on using it? Any help is more than welcome!!
Regards,

Pepe
 
Old 11-10-2004, 03:50 PM   #2
joannmanges
LQ Newbie
 
Registered: Nov 2004
Distribution: Red Hat Enterprise Linux v3.0
Posts: 2

Rep: Reputation: 0
2nd Flat Panel not working in X server

I have tried the Intel driver but I do not see anything on the second screen. Before downloading and installing the driver from the Intel web site I was able to get output to my Dell 1703FP monitor but the screen on the laptop was blank. I would like to have an extended desktop on both monitors (even cloning to the 1703FP would be ok). But with the new driver. All I keep geting is errors from the X server. I have spent many days on this and can not seem to resolve the problem. I have read many threads. I have tried every XF86Config file I could get my hands on. But none work. I can get X server running on the Laptop display without trying to configure for a dual head setup. Here is my computer details. I have a Dell X 300 with Intel 82852/855GM Integrated Graphics Devices. I will attach the lspci output. The monitor on the laptop is a Panel 1024x768, Dell brand with Horizontalsync of 31.5-48.5 VerticaRefresh of 40-70. Display size 184MM x 246MM. The Dell 1703FP (Analog) has a HorizSync of 30-80 and a VerticalRefresh of 56-76. A display area of 337MM x 270MM. I have read through Intels ReadMe.txt file and used their OPTIONS in the device section. The X server dies when it tries to do the MonitorLayout. I have tried different combinations of CRT and LFP. Question: Does the Intel 855 chip support an Anolog connections to a External LCD? If I enable the DevicePresence Option, X server tells me that a CRT is attached and present, but a DFP is not attached and not present. Which makes sense since the external LCD is on an anolog connection not a DVI connection. But should I use CRT for the external LCD? The only options are the following: CRT, LFP (local Flat Panel), DFP (digital Flat Panel), TV, CRT2, LFP2, DFP2, TV2 and None. Here is my X86Config, XFree86.0.log and lspci files

X86Config:


Section "ServerLayout"
Identifier "Default Layout"
Screen 1 "Screen0"
Screen 0 "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "glx" # 3D Layer
Load "dbe" # Double-Buffering Extension
Load "dri" # direct rendering
Load "extmod"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Generic"
ModelName "Flat Panel 1024x768"
# DisplaySize 246 184
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Monitor"
identifier "Monitor1"
VendorName "Generic"
ModelName "Dell 1703FP (Analog)"
HorizSync 30-80
VertRefresh 56-76
Option "dpms"
EndSection
Section "Device"
Identifier "Device0"
Driver "i810"
BoardName "Intel 852"
VideoRam 12288
BusID "PCI:0:2:0"
Screen 0
Option "MonitorLayout" "LFP2,LFP"
Option "DevicePresence" "yes"
EndSection

Section "Device"
Identifier "Device1"
Driver "i810"
BoardName "Intel 852"
VideoRam 12288
BusID "PCI:0:2:0"
Screen 1
Option "MonitorLayout" "LFP2,LFP"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Here is the lspci output:

00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control Registers (rev 02)
00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration Process Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage Controller (rev 01)
00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
02:03.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
02:03.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
02:03.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 04)
02:04.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:05.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet (rev 01)

My output from the XFree86.o.log is in my next posting. Thank you for your time and consideration.

JoAnn
 
Old 11-10-2004, 03:52 PM   #3
joannmanges
LQ Newbie
 
Registered: Nov 2004
Distribution: Red Hat Enterprise Linux v3.0
Posts: 2

Rep: Reputation: 0
Continuation of 2nd Monitor not working in Xserver

Hit again, since they limit the length of posting I need this as a continuation to give information on my posting titled "2nd Flat Panel not Working in X server"

Here is the XFree86.0.log file:


XFree86 Version 4.3.0 (Red Hat Enterprise Linux 3 release: 4.3.0-69.EL)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8-1.541smp i686 [ELF]
Build Date: 15 September 2004
Build Host: tweety.build.redhat.com

Before reporting any problems, please make sure you are using the most
recent XFree86 packages available from Red Hat by checking for updates
at http://rhn.redhat.com/errata or by using the Red Hat Network up2date
tool. If you still encounter problems, please file bug reports in the
XFree86.org bugzilla at http://bugs.xfree86.org and/or Red Hat
bugzilla at http://bugzilla.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.21-20.EL (bhcompile@tweety.build.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)) #1 Wed Aug 18 20:58:25 EDT 2004
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Nov 10 15:36:33 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (1)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Screen "Screen1" (0)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Device1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "DevInputMice"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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, 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, 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 = 0x8000003c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3580 card 1028,014f rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 1028,014f rev 02 class 08,80,00 hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 1028,014f rev 02 class 08,80,00 hdr 80
(II) PCI: 00:02:0: chip 8086,3582 card 1028,014f rev 02 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3582 card 1028,014f rev 02 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,014f rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,014f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,014f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,014f rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1028,014f rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1028,014f rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,014f rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 01 class 07,03,00 hdr 00
(II) PCI: 02:03:0: chip 1180,0476 card 4000,0000 rev ac class 06,07,00 hdr 82
(II) PCI: 02:03:1: chip 1180,0476 card 4800,0000 rev ac class 06,07,00 hdr 82
(II) PCI: 02:03:2: chip 1180,0552 card 1028,014f rev 04 class 0c,00,10 hdr 80
(II) PCI: 02:04:0: chip 14e4,4320 card 1028,0003 rev 03 class 02,80,00 hdr 00
(II) PCI: 02:05:0: chip 14e4,165d card 1028,2003 rev 01 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,7), 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 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xe0200000 - 0xe02fffff (0x100000) 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)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:3:0), (2,3,6), BCTRL: 0x0580 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:3:1), (2,7,10), BCTRL: 0x0580 (VGA_EN is cleared)
(--) PCI:*(0:2:0) Intel Corp. 852GM/852GME/855GM/855GME Chipset Graphics Controller rev 2, Mem @ 0xe8000000/27, 0xe0000000/19, I/O @ 0x1800/3
(--) PCI: (0:2:1) Intel Corp. 852GM/852GME/855GM/855GME Chipset Graphics Controller rev 2, Mem @ 0xf0000000/27, 0xe0080000/19
(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) Active PCI resource ranges:
[0] -1 0 0xe0210000 - 0xe0211fff (0x2000) MX[B]
[1] -1 0 0xe0212000 - 0xe02127ff (0x800) MX[B]
[2] -1 0 0xe0100800 - 0xe01008ff (0x100) MX[B]
[3] -1 0 0xe0100c00 - 0xe0100dff (0x200) MX[B]
[4] -1 0 0x48000000 - 0x480003ff (0x400) MX[B]
[5] -1 0 0xe0100000 - 0xe01003ff (0x400) MX[B]
[6] -1 0 0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
[7] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
[9] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[10] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[11] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[12] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]
[13] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[14] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[15] -1 0 0x00001810 - 0x0000181f (0x10) IX[B]
[16] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[17] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[18] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[19] -1 0 0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe0210000 - 0xe0211fff (0x2000) MX[B]
[1] -1 0 0xe0212000 - 0xe02127ff (0x800) MX[B]
[2] -1 0 0xe0100800 - 0xe01008ff (0x100) MX[B]
[3] -1 0 0xe0100c00 - 0xe0100dff (0x200) MX[B]
[4] -1 0 0x48000000 - 0x480003ff (0x400) MX[B]
[5] -1 0 0xe0100000 - 0xe01003ff (0x400) MX[B]
[6] -1 0 0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
[7] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
[9] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[10] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[11] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[12] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]
[13] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[14] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[15] -1 0 0x00001810 - 0x0000181f (0x10) IX[B]
[16] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[17] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[18] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[19] -1 0 0x00001800 - 0x00001807 (0x8) 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 0xe0210000 - 0xe0211fff (0x2000) MX[B]
[6] -1 0 0xe0212000 - 0xe02127ff (0x800) MX[B]
[7] -1 0 0xe0100800 - 0xe01008ff (0x100) MX[B]
[8] -1 0 0xe0100c00 - 0xe0100dff (0x200) MX[B]
[9] -1 0 0x48000000 - 0x480003ff (0x400) MX[B]
[10] -1 0 0xe0100000 - 0xe01003ff (0x400) MX[B]
[11] -1 0 0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
[12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]
[20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[21] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[22] -1 0 0x00001810 - 0x0000181f (0x10) IX[B]
[23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.0, 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, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 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="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0, 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0, 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: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="Tungsten Graphics, Inc."
compiled for 4.3.0, module version = 1.3.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, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G
(II) Primary Device is: PCI 00:02:0
(--) Chipset 852GM/855GM found
(--) Chipset 852GM/855GM 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 0xe0210000 - 0xe0211fff (0x2000) MX[B]
[6] -1 0 0xe0212000 - 0xe02127ff (0x800) MX[B]
[7] -1 0 0xe0100800 - 0xe01008ff (0x100) MX[B]
[8] -1 0 0xe0100c00 - 0xe0100dff (0x200) MX[B]
[9] -1 0 0x48000000 - 0x480003ff (0x400) MX[B]
[10] -1 0 0xe0100000 - 0xe01003ff (0x400) MX[B]
[11] -1 0 0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
[12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]
[20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[21] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[22] -1 0 0x00001810 - 0x0000181f (0x10) IX[B]
[23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x00001807 (0x8) 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 0xe0210000 - 0xe0211fff (0x2000) MX[B]
[6] -1 0 0xe0212000 - 0xe02127ff (0x800) MX[B]
[7] -1 0 0xe0100800 - 0xe01008ff (0x100) MX[B]
[8] -1 0 0xe0100c00 - 0xe0100dff (0x200) MX[B]
[9] -1 0 0x48000000 - 0x480003ff (0x400) MX[B]
[10] -1 0 0xe0100000 - 0xe01003ff (0x400) MX[B]
[11] -1 0 0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
[12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[15] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[21] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[22] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]
[23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[24] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[25] -1 0 0x00001810 - 0x0000181f (0x10) IX[B]
[26] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[29] -1 0 0x00001800 - 0x00001807 (0x8) IX[B](B)
[30] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[31] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(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, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(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, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(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, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "MonitorLayout" "LFP2,LFP"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12224 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 855GM
(--) I810(0): Chipset: "852GM/855GM"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xE0000000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 8060 kB stolen memory.
(WW) I810(0): Detected stolen memory (8000 kB) doesn't match what the BIOS reports (12224 kB)
(II) I810(0): I830CheckAvailableMemory: 1079292 kB available
(II) I810(0): Checking Lid status enabled
(--) I810(0): Pre-allocated VideoRAM: 8060 kByte
(**) I810(0): VideoRAM: 12288 kByte
(==) I810(0): video overlay key set to 0x83e
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 2965
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
If you encounter this problem please add
Option "DisplayInfo" "FALSE"
to the Device section of your XF86Config file.
(II) I810(0): Display Info: CRT: attached: TRUE, present: TRUE, size: (0,0)
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Size of device LFP (local flat panel) is 1024 x 768
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): SetDisplayDevices call failed, writing config directly to SWF0.
(EE) I810(0): Failed to switch to monitor configuration (0x880)
(EE) I810(0): Please check the devices specified in your MonitorLayout
(EE) I810(0): is configured correctly.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 0 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) I810(1): Depth 16, (--) framebuffer bpp 16
(==) I810(1): RGB weight 565
(==) I810(1): Default visual is TrueColor
(**) I810(1): Option "DevicePresence" "yes"
(**) I810(1): Option "MonitorLayout" "LFP2,LFP"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12224 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(1): Integrated Graphics Chipset: Intel(R) 855GM
(--) I810(1): Chipset: "852GM/855GM"
(--) I810(1): Linear framebuffer at 0xE8000000
(--) I810(1): IO registers at addr 0xE0000000
(EE) I810(1): Failed to setup second head due to primary head failure.
(II) UnloadModule: "i810"
(II) UnloadModule: "int10"
(II) UnloadModule: "int10"
(II) UnloadModule: "int10"
(II) UnloadModule: "vgahw"
(II) UnloadModule: "vbe"
(II) UnloadModule: "int10"
(II) UnloadModule: "i810"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

If you encounter a server crash, please report the problem by filing a bug
report in the XFree86.org bugzilla at http://bugs.xfree86.org and/or Red Hat
bugzilla at http://bugzilla.redhat.com/bugzilla. When filing your report, it
is very important that you explain your problem in as much detail as possible,
and include a complete description on how to reproduce the problem. After
submitting the bug report, attach the following files as uncompressed
individual file attachments using the bugzilla file attachment feature:
- X server log file: /var/log/XFree86.0.log
- X server config file: /etc/X11/XF86Config
- Kernel log file: /var/log/messages



If anyone can give me a clue on what I am doing wrong? Thank you for your consideration and time.

JoAnn
 
  


Reply



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
Driver for Graphic INTEL CHIPSET I852GME rpinatel Mandriva 2 12-01-2005 02:00 AM
Problems with 855GME and Intel Binary driver VertX Linux - Laptop and Netbook 0 11-03-2005 10:33 AM
Limitation of Intel Integrated Graphic (855GME 855GM etc -> i810 driver) fedorafrm Linux - Laptop and Netbook 1 04-08-2005 08:13 PM
Intel 810 Chipset built-in graphic card setup yenonn Slackware 12 12-11-2003 11:20 PM
Intel 845 G / GL graphic chipset unrecognized...... 0xiiG3n Linux - Distributions 1 10-22-2002 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:20 PM.

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