LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Intel 852GM Direct Rendering (https://www.linuxquestions.org/questions/linux-hardware-18/intel-852gm-direct-rendering-430683/)

kg4ysy 04-01-2006 11:41 AM

Intel 852GM Direct Rendering (solved)
 
I have an 852GM card running Gentoo and I cannot get direct rendering to work. I have agpgart, intel-fb, and direct rendering enabled in my kernel. My xorg looks like this:

23 Section "Module"
24 Load "dri"
25 Load "dbe"
26 Load "extmod"
27 Load "type1"
28 Load "freetype"
29 Load "glx"
30 EndSection

75 Section "Device"
76 Identifier "Device0"
77 Driver "i810"
78 VendorName "Intel"
79 Option "DRI"
80 EndSection
81
82 Section "DRI"
83 Mode 0666
84 EndSection
85
86 Section "Screen"
87 Identifier "Screen0"
88 Device "Device0"
89 Monitor "Monitor0"
90 DefaultDepth 24
91 SubSection "Display"
92 Depth 16
93 Modes "1024x768" "800x600" "640x480"
94 EndSubSection
95 EndSection

Is there anything I am missing? I don't know what to do...any help would be appreciated.

THX...I will provide any other logs/config files if needed...

kg4ysy 04-01-2006 06:18 PM

Fixed it...I changed the Depth in both places (Section and Subsection) to 16 instead of 24...everything works now...


All times are GMT -5. The time now is 03:53 PM.