Gentoo Archives: gentoo-user

From: Arnau Bria <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Intel GM965
Date: Thu, 15 Oct 2009 17:31:13
Message-Id: 20091015193250.6d94e0d2@amparo
1 Hi all,
2
3 Anyone did success on configuring Intel GM965/GL960 on xorg 1.6? I have an acer TravelMate 5720 ...
4
5 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
6
7 on xorg-sever 1.6.3.901-r2:
8
9 I] x11-base/xorg-server
10 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
11 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}
12 Installed versions: 1.6.3.901-r2(20:56:44 14/10/09)(hal nptl xorg -debug -dmx -ipv6 -kdrive -minimal -sdl -tslib)
13
14
15 I've followed:
16 http://www.gentoo-wiki.info/Intel_GMA
17
18 but when I try to start X, my system hangs...
19
20 [I] x11-drivers/xf86-video-intel
21 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}
22 Installed versions: 2.8.1(19:12:22 15/10/09)(dri -debug)
23 Homepage: http://xorg.freedesktop.org/
24 Description: X.Org driver for Intel cards
25
26 cat /etc/make.conf
27 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"
28 CHOST="i686-pc-linux-gnu"
29 CFLAGS="-O2 -mtune=i686 -pipe"
30 CXXFLAGS="-O2 -mtune=i686 -pipe"
31 SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
32 PORTAGE_ELOG_CLASSES="warn error log"
33 MAKEOPTS="-j3"
34 INPUT_DEVICES="evdev mouse keyboard"
35 VIDEO_CARDS="vesa intel i810"
36 LINGUAS="es en"
37
38
39 xorg.conf:
40
41 Section "ServerLayout"
42 Identifier "X.org Configured"
43 Screen 0 "Screen0" 0 0
44 InputDevice "Mouse0" "CorePointer"
45 InputDevice "Keyboard0" "CoreKeyboard"
46 EndSection
47
48 Section "Files"
49 ModulePath "/usr/lib/xorg/modules"
50 FontPath "/usr/share/fonts/misc/"
51 FontPath "/usr/share/fonts/TTF/"
52 FontPath "/usr/share/fonts/OTF"
53 FontPath "/usr/share/fonts/Type1/"
54 FontPath "/usr/share/fonts/100dpi/"
55 FontPath "/usr/share/fonts/75dpi/"
56 EndSection
57
58 Section "Module"
59 Load "glx"
60 Load "xtrap"
61 Load "record"
62 Load "extmod"
63 Load "dbe"
64 Load "synaptics"
65 EndSection
66
67 Section "InputDevice"
68 Identifier "Keyboard0"
69 Driver "kbd"
70 EndSection
71
72 Section "InputDevice"
73 Identifier "Mouse0"
74 Driver "synaptics"
75 EndSection
76
77
78
79 Section "Monitor"
80 Identifier "Monitor0"
81 VendorName "Monitor Vendor"
82 ModelName "Monitor Model"
83 EndSection
84
85 Section "Device"
86 Identifier "Card0"
87 Driver "vesa"
88 VendorName "Intel Corporation"
89 BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
90 BusID "PCI:0:2:0"
91 EndSection
92
93 Section "Screen"
94 Identifier "Screen0"
95 Device "Card0"
96 Monitor "Monitor0"
97 SubSection "Display"
98 Viewport 0 0
99 Depth 1
100 EndSubSection
101 SubSection "Display"
102 Viewport 0 0
103 Depth 4
104 EndSubSection
105 SubSection "Display"
106 Viewport 0 0
107 Depth 8
108 EndSubSection
109 SubSection "Display"
110 Viewport 0 0
111 Depth 15
112 EndSubSection
113 SubSection "Display"
114 Viewport 0 0
115 Depth 16
116 EndSubSection
117 SubSection "Display"
118 Viewport 0 0
119 Depth 24
120 EndSubSection
121 EndSection
122
123
124 TIA,
125 Arnau

Replies

Subject Author
Re: [gentoo-user] Intel GM965 Justin <justin@×××××××××.net>
Re: [gentoo-user] Intel GM965 Keith Dart <keith@×××××××××.biz>