Hi all,

Anyone did success on configuring Intel GM965/GL960 on xorg 1.6? I have an acer 
TravelMate 5720 ...

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)

on xorg-sever 1.6.3.901-r2:

I] x11-base/xorg-server
     Available versions:  1.5.3-r6 ~1.5.3-r7 1.6.3.901-r2 ~1.6.4 ~1.6.5 
[M]~1.7.0.901 {3dfx debug dmx hal input_devices_acecad input_devices_aiptek 
input_devices_citron input_devices_elographics input_devices_evdev 
input_devices_fpit input_devices_hyperpen input_devices_joystick 
input_devices_keyboard input_devices_mouse input_devices_mutouch 
input_devices_penmount input_devices_synaptics input_devices_tslib 
input_devices_virtualbox input_devices_vmmouse input_devices_void 
input_devices_wacom ipv6 kdrive minimal nptl sdl tslib video_cards_apm 
video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus 
video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx 
video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 
video_cards_impact video_cards_imstt video_cards_intel video_cards_mach64 
video_cards_mga video_cards_neomagic video_cards_newport video_cards_nv 
video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd 
video_ca
 rds_rendition video_cards_s3 video_cards_s3virge video_cards_savage 
video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 
video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb 
video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga 
video_cards_trident video_cards_tseng video_cards_v4l video_cards_vermilion 
video_cards_vesa video_cards_via video_cards_virtualbox video_cards_vmware 
video_cards_voodoo video_cards_xgi xorg}
     Installed versions:  1.6.3.901-r2(20:56:44 14/10/09)(hal nptl xorg -debug 
-dmx -ipv6 -kdrive -minimal -sdl -tslib)


I've followed:
http://www.gentoo-wiki.info/Intel_GMA

but when I try to start X, my system hangs...

[I] x11-drivers/xf86-video-intel
     Available versions:  ~2.4.3 ~2.5.1-r1 2.6.3-r1 ~2.7.1 ~2.7.99.902-r1 
~2.8.0 2.8.1 ~2.9.0 {debug dri}
     Installed versions:  2.8.1(19:12:22 15/10/09)(dri -debug)
     Homepage:            http://xorg.freedesktop.org/
     Description:         X.Org driver for Intel cards

cat /etc/make.conf
USE="acpi alsa -apache2 apm -arts aspell -audiofile -berkdb cdparanoia cdr 
clamav -cli ctype dbus divx dri dvd dvdr -eds -emboss -esd -fam firefox 
-foomaticdb -fortran gif -gnome gtk gtk2 hal hddtemp -idn imap -ipv6 -isdnlog 
jpeg jpeg2k jpg -kde -kerberos -lcms -ldap -libg++ -mng mp3 mpeg mpeg2 mplayer 
-mysql ncurses nls nptl nptlonly nsplugin opengl -oss -pam pcre pdf -php -pppd 
-qt4 quicktime -reflection sasl -seamonkey session  spell sqlite sse2 ssl 
startup-notification -static svg symlink tcltk thunar unicode -qt3 userlocales 
vcd -vhost win32codecs X xface  xml xml2 -xmms xscreensaver xfce spamassassin"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe"
CXXFLAGS="-O2 -mtune=i686 -pipe"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
PORTAGE_ELOG_CLASSES="warn error log"
MAKEOPTS="-j3"
INPUT_DEVICES="evdev mouse keyboard"
VIDEO_CARDS="vesa intel i810"
LINGUAS="es en"


xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "xtrap"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
EndSection



Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "Intel Corporation"
        BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


TIA,
Arnau

Reply via email to