Results 21 to 23 of 23
Originally Posted by i92guboj
The fdi file I told you to copy from /usr.... into /etc.... It's on the same post I told you the modifications for xorg.conf
In any ...
- 04-23-2009 #21Just Joined!
- Join Date
- Apr 2009
- Posts
- 13
- 04-23-2009 #22Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
The error about drm is this one:
This can be for a number of reasons but almost always it has to do with a relevant driver not being in sync with the current xorg version. I never used the intel driver so maybe just recompiling it might fix it (if not then I am not the best one to help you with that).Code:drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (EE) [drm] drmOpen failed. (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
You can try:
And see if the error goes away after restarting X.Code:emerge -1 x11-drivers/xf86-video-intel
While you are at it, you can also do a bit of cleaning in your xorg.conf. The modules don't need to be loaded explicitly now, and the input sections can be completely eliminated as well. But always keep a backup, just in case.
The fonts sections shouldn't be needed either.
Maybe you can remove even the video stuff, most open source drivers don't need it either nowadays. But as said, I know nothing about intel so I won't remove. I think that the DRI section is not needed for intel cards either (maybe a leftover from an ati or something?), but I am not sure.Code:Section "ServerLayout" Identifier ""X.org Configured Screen 0 "A19-3A" 0 0 EndSection Section "Module" # I leave xtrap just because you had it, but if you don't # need it, you can remove this whole section Load "xtrap" EndSection Section "Monitor" Identifier "19tommer" VendorName "Fujitsu-Siemens" ModelName "A19-3A" 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 "PageFile" # [<bool>] Identifier "Card0" Driver "intel" Vendorname "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "A19-3A" Device "Card0" Monitor "19tommer" SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "DRI" Mode 0666 End Section
This will alleviate the speech in your log files as well, which will make it easier for other people to diagnose things.
- 04-23-2009 #23Just Joined!
- Join Date
- Apr 2009
- Posts
- 13
thanks - i'll do that.




