LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 07-15-2005, 01:41 AM   #1
rsamurti
Member
 
Registered: Dec 2003
Location: Mysore
Distribution: Mandrake, Libranet, Slackware
Posts: 148

Rep: Reputation: 22
Hardware acceleration not working on Intel D845GVSR MB with Slack 10.1


Hello,

Hardware acceleration is not working on my new Intel G845GVSR motherboard with Slackware 10.1. Everything else is woring fine. I configured X using xorgsetup. These are my observations:

agpgart is loading properly.

This is my xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "S/M 550v"
DisplaySize 267 200
HorizSync 30.0 - 55.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
VideoRam 8192
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

I am not able to find a solution to this problem. Can anybody help?

Thanks for your help.

Anand
 
Old 07-15-2005, 04:10 AM   #2
OhMyAchingGut
Member
 
Registered: May 2004
Location: Ohio
Distribution: Slackware-current/10.1/10.0, Splack 10, Suse 9.2, NetBSD 2.0, OpenBSD 3.6, Solaris 8
Posts: 85

Rep: Reputation: 15
I also have an Intel i810 card in this laptop. It took a long time before I finally got my acceleration working. Not because its neccesarily compilcated, so much as i was fumbling blindly.

You're running the stock slackware kernel, right? ou need to compile your own, and make sure you compile the direct rendering module for your card. I reccomend looking through the options very, very carefully and making sure anything that looks related is there. I personally compile virtually everything I'm not using as a module, just in case. Its just using a small amount of hard drive space, which is not often an issue.

Your xorg.conf does look just fine, my config is virtually identical. Just go grab the latest kernel source from kernel.org and compile with the direct rengering stuff and you should be good.
 
Old 02-02-2006, 05:42 AM   #3
m_kanibala
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Rep: Reputation: 0
Yes I have the same board D845GVSR and same problem (and Slackware 10.2)
In oficial site of Intel have drivers only for RedHat, Novell and RedFlat...
Now I think to try to turn off integrated video and to install some other
 
Old 02-02-2006, 03:22 PM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Look at my site here. It has the xorg.conf and kernel config that makes DRI/DRM work. Check them out /change what You need. And read this post. It should give you a good handle.
 
Old 02-09-2006, 02:14 AM   #5
m_kanibala
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Rep: Reputation: 0
I found problem
It is in BIOS settings:
Go to Video configuration and make cash 8 MB. In M$ Win it is not problem to be 1 or 4 MB.
 
  


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
Hardware acceleration : NVIDIA / ATI on Intel 845 koodoo Linux - Newbie 4 06-14-2005 04:20 PM
Hardware Acceleration not working ajelston Linux - Laptop and Netbook 13 04-18-2005 04:48 PM
Hardware acceleration with Intel 855GME, Kernel 2.6 Ben2210 Linux - Laptop and Netbook 4 12-09-2004 06:53 AM
3D Hardware Acceleration For Intel 830? welson_sun Linux - Laptop and Netbook 7 10-02-2004 04:31 PM
Enabling Hardware Acceleration Support for Intel 82865 Integrated VGA saqib Linux - Hardware 1 09-20-2004 05:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

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