LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 08-12-2006, 11:46 AM   #1
pmgant
LQ Newbie
 
Registered: Aug 2006
Distribution: Ubuntu
Posts: 4

Rep: Reputation: 0
ABIT IG-80 / IG-81 Motherboard Video


I'm looking for someone who has successfully installed Linux on a system based around an ABIT IG-80 / IG-81 motherboard. I have the basic system installed and running using Ubuntu but I have lots of problems with the video:

1) My monitor can handle a maximum of 1024 x 760 and I have the option to select 800 x 600 or 640 x 480. Whenever I select the lower resolution options X Windows crashes and I end up back at the login prompt.

2) I don't have the option of altering horizontal or vertical refresh rates on the resolution setup menu. By entering a 60, 70 or 75Hz frame rate into xorg.conf I can set the frame rate manually but I am unable to alter the line rate.

3) I'm pretty sure that video acceleration isn't enabled. When moving an open window I get an interesting effect with multiple windows, a bit like 'mouse tails' under MS Windows.

I have tried altering xorg.conf then restarting X but this has made very little difference. Can someone slowly walk me through the installation of the Intel video driver and its configuration?

Peter Gant
 
Old 08-13-2006, 04:30 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
1) GUI tools don't always work. Best to edit your /etc/X11/xorg.conf file directly. Find the "Screen" section. See what your DefaultDepth is set at (mine is 24 bits). Now find the SubSection "Display" bit that refers to your DefaultDepth. On the "Modes" line put first the resolution you want as default, for me it is "1280x1024", but you'll probably want "1024x768" (Note "768" not "760" as in your post.)

Here's the relevant section from my xorg.conf:

Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection



2) GUI tools don't always work. Best to edit your /etc/X11/xorg.conf file directly. Find the "Monitor" section and put in your HorizSync & VertRefresh rates (check your monitor's manual or website). Mine looks like this (I have an LCD monitor):
Code:
Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection
Backup your working xorg.conf if you have one, make the changes you need as above, then restart X with <CRTL><ALT><Backspace>, login, should be better!

3) Video acceleration is not enabled because Intel do not release drivers for linux. Solution: Buy an Nvidia graphics card & install their drivers. This is very easy if you are running (k)ubuntu and you go to this site:

http://easyubuntu.freecontrib.org/

(They have other nice stuff - codecs, java, flash.... as well))

HTH
 
  


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
Pb with network on motherboard Abit NF7 palamaman Linux - Networking 3 10-24-2004 11:34 AM
Abit AN7 motherboard + ATI Radeon 9800 All in wonder svearike Linux - Hardware 3 08-29-2004 03:14 PM
Installing onto Raid 1. Motherboard: Abit AI7 inphinity Fedora - Installation 0 06-21-2004 02:06 PM
About the Abit NF7-S motherboard.. Onox Linux - Hardware 1 07-22-2003 08:16 PM
Motherboard Question on Abit KG7-Raid Stephanie Linux - General 1 12-11-2001 11:47 AM

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

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