You are not logged in.
Pages: 1
I've been having trouble making an xorg.conf for my Intel 4500MHD. I had it working with hwd-xa in 2.6.28 before the Xserver was updated to 1.6 and broke support from hwd. Now my current problem is that I can run startx as root and get the typical 3 terminals and clock but as a user I cannot even get xterm to come up and when I do startx as my user (which is in the video group) I end up failing with 3 errors,
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) PreInit returned NULL for "ST LIS3LV02DL Accelerometer"
(EE) config/hal: NewInputDeviceRequest failed (8)
I'm currently running without an xorg.conf (so I cannot really post one) and I'm using up-to-date xorg and xf86-video-intel for this card and I did enable KMS through rebuilding the intriframs. I did try installing xf86-video-fbdev to see if it would fix that problem (which only happens in a user) but it simply threw "Cannot render in buffermode". Anyone have an idea to fix it?
Last edited by MythicLlama (2009-04-12 06:42:05)
Offline
Hi, I'm using X4500 MHD too, here is my xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Configured Screen" 0 0
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Configured Keyboard" "CoreKeyboard"
InputDevice "Touchpad"
EndSectionSection "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection#Section "Module"
# Load "glx"
# Load "dbe"
# Load "extmod"
# Load "dri"
# Load "xtrap"
# Load "freetype"
# Load "synaptics"
# Load "drm"
#EndSectionSection "InputDevice"
Identifier "Configured Keyboard"
Driver "kbd"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSectionSection "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "SendCoreEvents" "true"
Option "VertEdgeScroll" "on"
Option "HorizEdgeScroll" "on"
EndSectionSection "Monitor"
Identifier "Configured Monitor"
VendorName "LEN"
ModelName "4031"
Option "DPMS"
EndSectionSection "Device"
Identifier "Intel X4500MHD"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "DRI" "true"
Option "AccelMethod" "uxa"
Option "MigrationHeuristic" "greedy"
EndSectionSection "Screen"
Identifier "Configured Screen"
Device "Intel X4500"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionSection "DRI"
Mode 0666
EndSection
It works all fine, hope it will help you.
Archlinux x86_64 on Thinkpad T400
Intel X4500MHD / ATI HD3470 Graphics, 2G RAM, 160G HD
Offline
Pages: 1