LinuxQuestions.org
Help answer threads with 0 replies.
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 11-21-2003, 04:07 PM   #1
joshualross
LQ Newbie
 
Registered: Nov 2003
Location: Atlanta
Distribution: Red-Hat
Posts: 1

Rep: Reputation: 0
Intel 865G integrated graphics and XFree 4.3


Searching for anything here, I have been struggling with this problem all week. I installed Red-Hat 9.0 on my machine and fired it up. Tried to run X and couldn't get anything higher than 640x480 at 8bit. Here are a bit of details:

Intel 865G
Intel Extreme Graphics onboard video
32mb video ram
Red-Hat 9.0
kernel 2.4.20-8 updated with 2.4.22

I read somewhere that the red-hat vanilla kernel didn't work with this onboard video, so I d/l'd 2.4.22 and compiled/installed. Came up again only in 640x480 at 8bit. If I edit XF86Config making the video resolution higher and color depth higher it will not run. I read this "www chzsoft com ar/855patch.html" which described almost exactly what I am seeing in the /var/log/XFree86.0.log(Driver load section):
------------------------------------------
...
...
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(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: 832 kB
(II) I810(0): VESA VBE OEM: Intel(r)865G 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)865G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 865G
(--) I810(0): Chipset: "865G"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xFEB80000
(II) I810(0): detected 892 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 206844 kB available
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(WW) I810(0): Extended BIOS function 0x5f11 not supported.
(II) I810(0): BIOS view of memory size can't be changed (this is not an error).
(--) I810(0): Pre-allocated VideoRAM: 892 kByte

(**) I810(0): VideoRAM: 16384 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(--) I810(0): Maximum frambuffer space: 16232 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): 1 display pipe available.
(II) I810(0): Display Info: CRT: attached: FALSE, present: FALSE, 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, si
ze: (0,0)
(II) I810(0): Display Info: LFP (local flat panel): 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): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: F
ALSE, size: (0,0)
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): CRT
(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.99.12, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 2
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
(II) I810(0): VESA VBE DDC read successfully
....
....



I read this "www tldp org/HOWTO/i810-HOWTO/x21.html" and tried to mimic it to configure XF86Config


/etc/X11/XF86Config(Device and Screen Section):
-----------------------------

Section "Device"
Identifier "i810"
Driver "i810"
VendorName "Intel"
BoardName "Intel 865"
VideoRam 16384
EndSection

Section "Screen"
Identifier "Screen0"
Device "i810"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection




It just will not run at anything higher than 640x480 with 8bit using the Vesa driver. Here is what I am receiving:
---------------------------------
# startx
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/uxjohnh2:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org. Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(no url rule I had to take this out).

XFree86 Version 4.3.99.12 (DRI trunk)
Release Date: 10 September 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.22 i686 [ELF]
Current Operating System: Linux uxjohnh2 2.4.22 #8 SMP Fri Nov 21 13:37:51 EST 2003 i686
Build Date: 20 November 2003
Changelog Date: 10 September 2003
Before reporting problems, check (XFree homepage)
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: Fri Nov 21 16:52:32 2003
(==) Using config file: "/etc/X11/XF86Config"
(EE) I810(0): No Video BIOS modes for chosen depth.
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.



Any ideas???? Sorry the URLs are funny, something about not allowed to post URLs until 5 posts to prevent spammers?
 
Old 11-28-2003, 12:30 PM   #2
costasm
Member
 
Registered: Dec 2002
Posts: 71

Rep: Reputation: 15
No video BIOS modes for chosen depth

Anyone have ideas to this problem?

I am having the exact same problem but on a DELL.

I can only get it to work 1024x768 with 256 colors.
 
Old 11-29-2003, 12:49 AM   #3
siddiqu
Member
 
Registered: Mar 2001
Location: India
Posts: 332

Rep: Reputation: 30
Hi..

Redhat 9.0 fully supports 865 chipsets. I am using with 1024X768 Color resolution.

http://developer.intel.com/design/motherbd/linux/


Set the Graphics size memory to maximum the bios can support.

Run the machine in init 3 level

Run redhat-config-xfree86 --reconfig

It will configure..

Regards

Siddiqu.T
 
Old 11-29-2003, 10:57 AM   #4
costasm
Member
 
Registered: Dec 2002
Posts: 71

Rep: Reputation: 15
This is a DELL GX270 with an i865 8MB video maximum. I checked the BIOS and thats all thats in there.

Will this work in the 1024x768xmillions or thousands of colors?

It doesnt seem to work.
 
Old 11-29-2003, 12:55 PM   #5
costasm
Member
 
Registered: Dec 2002
Posts: 71

Rep: Reputation: 15
I finally fixed it. I just put a cheap 16MB card and works like a charm. I guess 8MB of video RAM is not enough for hires.

Thanks everyone for their help
 
Old 12-11-2003, 08:22 PM   #6
bonnie78
LQ Newbie
 
Registered: Dec 2003
Location: Regensburg
Distribution: Debian
Posts: 12

Rep: Reputation: 0
DELL GX270

What BIOS revision has your Dell GX270?
It seems, that the latest (a03) is borked. We have many GX270 here - all work like a charm, but those wth dell's latest bios don't.
Downgrading these boxes to a01 solves the graphics problem.
hope that helps!
 
Old 12-12-2003, 05:50 AM   #7
tcr
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
Talking

Wouldn't like to mail me that a01 bios Bonnie78?
 
Old 12-12-2003, 07:26 AM   #8
bonnie78
LQ Newbie
 
Registered: Dec 2003
Location: Regensburg
Distribution: Debian
Posts: 12

Rep: Reputation: 0
dell gx270 bios

Download from dollowing link:
http://support.jp.dell.com/jp/jp/dow...A01.EXE&p=http

create a bootable MS dos/win floppydisk and copy that exe onto it. Boot from floppy and enter gx270a01 at the dosprompt.

that should do it!
 
Old 12-14-2003, 04:11 AM   #9
tcr
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
I stumbled across those files eventually..

Thanks for your info, I had already tried upgrading, I never thought a downgrade would sort the issue..

It's all cool now, (Finally.. )
 
Old 12-16-2003, 04:31 PM   #10
tcr
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
One more question Bonnie78.. Do you get that infuriatingly annoying Os install mode activate every time you reboot?
 
Old 12-31-2003, 05:23 AM   #11
blietaer
LQ Newbie
 
Registered: Dec 2003
Location: Brussels
Distribution: Debian
Posts: 22

Rep: Reputation: 0
Bonnie78 you are one click away to be my hero of the day: we just received our brand new gx270 and I downgraded the bios to a01.
(still 8M is the max?!)

The max depth I get is still 8, I tried 15,24,..
nothing is ok..only 8 and then I have an ugly color KDE (but 1024 !)

My distro is Debian (sorry about that)


Note that all of this is in VESA device...because if I use i810, I got the no devices detected...


Last edited by blietaer; 12-31-2003 at 05:27 AM.
 
Old 01-05-2004, 01:07 PM   #12
bonnie78
LQ Newbie
 
Registered: Dec 2003
Location: Regensburg
Distribution: Debian
Posts: 12

Rep: Reputation: 0
@tcr: - you'll need bios a02 to get the OS INSTALL mode away, or use an older kernel <= 2.4.21

@blietaer: - for debian, you'll need xfree 4.3 from debian/experimental. if you plan to use woody, you need to search for backports, maybe at apt-get.org ... hth.
 
Old 01-07-2004, 02:04 AM   #13
symbiont
LQ Newbie
 
Registered: Feb 2002
Posts: 5

Rep: Reputation: 0
dell gx270 bios A03 Xfree solution confirm

please confirm the solution to have X running on redhat on dell gx270 with A03 bios. on 7.2, i cannot even start X. on 9, i can start X but resolution is only 640x400. bonnie has mentioned that going back to older bios resolved the problem. is this true? please confirm. thanks a bunch.
 
Old 01-07-2004, 09:42 AM   #14
colinwebber
LQ Newbie
 
Registered: Jan 2004
Location: Cape Town, South Africa
Distribution: Debian
Posts: 1

Rep: Reputation: 0
Thumbs up

@symbiont: I can confirm that it works - my distro is Debian unstable/sid.

@bonnie78: You rock!!
 
Old 01-07-2004, 12:17 PM   #15
symbiont
LQ Newbie
 
Registered: Feb 2002
Posts: 5

Rep: Reputation: 0
Yeehaaaa! Thanks Bonnie and Collin

after downgrading to A02 on RH9, the 1024 resolution kicked in when i start X. for RH7.2, it still not coming up but reinstalling to make sure all is well. i will let you know how that will turn out. has anyone been successful at getting resolution to go higher than 1024? if so, please advise. also, the onboard network card for the gx270 was not recognize by RH7.2. not sure what to do there. please help if you know where i can find driver. i think it's an intel pro 1000. thanks in advance.
 
  


Reply


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
MEPIS 3.3.1 and Intel 865G graphics Eerath MEPIS 3 07-31-2005 02:04 PM
Driver help. Intel integrated graphics card weasel fierce Linux - Newbie 3 06-21-2005 01:03 PM
Intel Graphics 865G blooper66 Fedora 9 11-16-2004 06:10 PM
: Intel® 865G Chipset with Intel® Extreme Graphics 2 -driver for linux7.0 ker 2.4.1 schandak Red Hat 1 10-28-2004 12:43 AM
Intel 865G Motherboard graphics probs fettouhi Linux - Hardware 0 07-08-2004 04:08 PM

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

All times are GMT -5. The time now is 12:32 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