View previous topic :: View next topic |
Author |
Message |
Kouran n00b
Joined: 09 Dec 2006 Posts: 31
|
Posted: Sat Dec 09, 2006 12:49 am Post subject: i810 driver problems [Solved] |
|
|
hey,
i just recently migrated to gentoo linux, so maybe my question sounds a bit noobish but,...
well here's the problem:
i have a samsung q35 notebook with a mobile intel 945 graphics chip. on my old suse instalation i was using the i810 driver. i emerged the version 1.7.2-r1. (mesa is 6.5.1). kernel is a gentoo-source 2.18. the strange thing is, that theres is no kernel module after compiling the driver which i could load with modprobe. far more strange i just gave it a try and put "i810" as display driver into my xorg conf. and my x server works on it, but theres no 3d support. this is what glinfo says:
Code: |
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
|
second problem is that i use a external monitor, (my laptop screen supports reolutions up to 1280x800), and want to have a resolution of 1280x1024. i put that mode into my xorg conf, but it doesnt show up in my change-resolution dialogue (i use xfce4)
ill post my xorg.conf here too:
Code: |
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
EndSection
Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 5"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "LappiScreen"
EndSection
Section "Device"
Identifier "Intel3D"
# Driver "vga"
# Driver "vesa"
# Driver "fbdev"
Driver "i810"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Intel3D"
Monitor "LappiScreen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
Viewport 0 0
EndSubSection
EndSection
Section "ServerLayout"
Identifier "simplelayout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "dri"
Mode 0666
EndSection
|
if u need any other information please ask
thx in advance
tom
Last edited by Kouran on Tue Dec 19, 2006 10:05 am; edited 1 time in total |
|
Back to top |
|
|
massysett Apprentice
Joined: 06 Jan 2006 Posts: 296 Location: Silver Spring, Maryland USA
|
|
Back to top |
|
|
Kouran n00b
Joined: 09 Dec 2006 Posts: 31
|
Posted: Sat Dec 09, 2006 10:38 am Post subject: |
|
|
thanks a lot, problem solved, i forgot the
Code: |
Section "Module"
Load "dri"
Load "glx"
|
in my xorg.conf -.-;;
glxgears work fine now |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|