You are not logged in.
Graphics card is an intel X3100. I am having trouble setting up xorg. I enabled the testing repository in /etc/pacman.conf and then I installed xorg and xf86-video-intel with pacman. Once that completed, I ran
Xorg -configure
and there are messages indicating trouble:
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module already built-in
So I copied the /root/xorg.conf.new to /etc/X11/xorg.conf, tried to startx, and then
(EE) Failed to load module "glx" (module does not exist, 0)
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module already built in
(II) Module already built in
(II) Module already built in
(EE) intel(0): [dri] I830CheckDRIAvailable failed: glx not loaded
The screen attempts to bring up X a few times. I think I noticed the cursor for a half-a-second, and then I'm put back at the CLI.
??
Thanks.
Offline
Remove glx from the modules section or install mesa.
Offline
Thank you for your advice. I installed mesa and now have new errors:
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module already built in
(II) Module already built in
(II) Module already built in
waiting for X server to shut down (EE) intel(0): I830 Vblank Pipe Setup Failed 0
(EE) intel(0): I830 Vblank Pipe Setup Failed 0
(EE) intel(0): I830 Vblank Pipe Setup Failed 0
.FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
Offline
post your xorg.conf file so we can look it over to make sure it is setup right....xorg -configure doesn't always work...
Offline
I modified the initial config file after Xorg -configure. Here it is, xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
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 "xtrap"
Load "record"
Load "dri"
Load "dbe"
Load "extmod"
Load "GLcore"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 300 190 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "4457"
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 "intel"
VendorName "Intel Corporation"
BoardName "Mobile Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Offline
i get the (EE) intel(0): I830 Vblank Pipe Setup Failed 0 error also, did you fix it?
Offline
No. I still don't have this working. Does anyone know if I have to enable any specific modules in /etc/modprobe.conf for this card to work?
Last edited by nss (2007-08-22 21:36:32)
Offline