Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema xorg Chipset Intel Q45
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
2uncas
Apprentice
Apprentice


Joined: 22 Oct 2004
Posts: 287
Location: Cogolludo (Guadalajara)

PostPosted: Wed Jan 21, 2009 11:49 am    Post subject: Problema xorg Chipset Intel Q45 Reply with quote

Hola,

Estoy instalando gentoo en un HP DC7900 desde hace varios días y me encuentro parado para configurar el entorno gráfico, este equipo viene con la tarjeta integrada en placa de intel Q45.

Quote:

dmesg | grep Intel
agpgart-intel 0000:00:00.0: Intel Q45/Q43 Chipset
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets


Abajo pongo la configuración del fichero xorg.conf y parte del Xorg.0.log

Quote:

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection

Section "Module"
Load "glx"
Load "type1"
Load "extmod"
Load "dbe"
Load "freetype"

Load "i2c"
Load "ddc"
Load "type1"
Load "synaptics"
Load "vbe"
Load "dri"

EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
## Option "XkbModel" "pc102"
## Option "XkbRules" "xfree86"

Option "AutoRepeat" "500 5"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
## Option "XkbOptions" "altwin:super_win"
Option "XkbOptions" "grp:lwin_toggle,grp:rwin_toggle"
Option "XkbRules" "xorg"


EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "Microsoft IntelliMouse Optical"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 380 300
HorizSync 30-83
Identifier "Monitor[0]"
ModelName "HP L1950"
Option "DPMS"
Option "PreferredMode" "1280x1024"
VendorName "HWP"
VertRefresh 43-77
UseModes "Modes[0]"
Option "ReducedBlanking"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"

Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "Q45"
Driver "intel"
Identifier "Device[0]"
Option "monitor-VGA" "Monitor[0]"
Screen 0
VendorName "Intel"
EndSection



Section "ServerLayout"Xorg.0.log
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Xorg.0.log

Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
Option "Composite" "on"
Option "RENDER" "Enable"
EndSection



Xorg.0.log
Quote:

(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "type1"
(II) Reloading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Loading font Type1
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"
(WW) Warning, couldn't open module intel
(II) UnloadModule: "intel"
(EE) Failed to load module "intel" (module does not exist, 0)
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(EE) No drivers available.

Fatal server error:
no screens found



Gracias.
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Wed Jan 21, 2009 12:01 pm    Post subject: Reply with quote

Quote:
(EE) Failed to load module "intel" (module does not exist, 0)


ese es tu problema, podemos ver tu make.conf ?
creo que o bien no tienes instalado el driver drm o bien no tienes intel en tu VIDEO_CARDS del make.conf.

saluetes
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
2uncas
Apprentice
Apprentice


Joined: 22 Oct 2004
Posts: 287
Location: Cogolludo (Guadalajara)

PostPosted: Wed Jan 21, 2009 12:12 pm    Post subject: Reply with quote

Este es el que tengo, es copiado de otro equipo:

make.conf
Quote:

#CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer -msse2 -mfpmath=sse -momit-leaf-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"

USE=""
USE="$USE x264 xvid theora mp3 divx v4l xv cgi oav" # Video
USE="$USE alsa aac ogg vorbis a52 audacious audacity quicktime oggvorbis mmx alsa ALSA_CARDS" # Audio
USE="$USE truetype unicode pdf nls type1-fonts truetype-fonts bitmap-fonts png jpeg tiff" # Texto/Fuentes
USE="$USE php apache2 apache mysql python opengl nsplugin source sockets readline acl" # Soft y Varios
USE="$USE X xml nptl ntplonly symlink font-server gnome gtk -kde -qt spell acpi dri loop-aes ssh pic apm" # Sistema
USE="$USE 3dnow 3dnowext mmx mmxext sse sse2 css fam lm_sensors libclamav kerberos ldap hald spell nls howl cli" # Sistema
USE="$USE dvd dvdr dvdread" # Dvd
USE="$USE -seamonkey xulrunner cairo" # Aplicaciones

LINGUAS="es es_ES"

ALSA_CARDS="intel8x0"
##Quitado el 19 Marzo con cambio equipo ###VIDEO_CARDS="i810 i830 i915 fbded vesa none"
VIDEO_CARDS="i810"
INPUT_DEVICES="evdev keyboard mouse"
XTRA_ECONF="--with-gnu-ld"
#ACCEPT_KEYWORDS="~x86"
FEATURES="parallel-fetch"
AUTOCLEAN="yes"
PORTDIR_OVERLAY="/usr/local/portage/"


Y mi configuración del Kernel:

Quote:

<*> Intel LE80578 (Vermilion) support
<*> Intel Carillo Ranch support
<*> Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)
[*] Intel driver Debug Messages


Con esto de xorg, siempre me pierdo

Gracias,
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Wed Jan 21, 2009 12:17 pm    Post subject: Reply with quote

Quote:
VIDEO_CARDS="i810"


fíjate bien y verás que i810 ya no es una opción posible, en las nuevas versiones de xorg usa simplemente intel.
Cámbialo en el make.conf y emerge -uaDNv world.

saluetes
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
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