Linux Intel Integrated Graphics Problem.
#1
So, I bought a FoxConn nT-i1500 for my new HTPC. XBMC will not start and when I log into XBMCbuntu, the display only consumes 2/3 of the horizontal screen. Any help would be appreciated

I have tried adding i915.modset=0 to my grub conf file. I am in way over my head. The /var/log/Xorg.0.log says that it can not load the glx driver because of an error with the modset. I have included as much info as I can think of. I do think it is odd when I run glxinfo, I get a vendor of "VMWare". This is a physical device.

lspci results
Code:
00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)

"lspci --vvnn | grep Graphics" results
Code:
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller [8086:0be2] (rev 09) (prog-if 00 [VGA controller])
{/code]

"/var/log/Xorg.0.log" results are here http://paste.ubuntu.com/5562896/
".xbmc/temp/xbmc.log" file is here http://paste.ubuntu.com/5562956/

"lshw -c video" results
[code]
  *-display
       description: VGA compatible controller
       product: Atom Processor D2xxx/N2xxx Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi vga_controller bus_master cap_list rom
       configuration: driver=gma500 latency=0
       resources: irq:50 memory:dfb00000-dfbfffff ioport:f100(size=8)



"lsmod" results
Code:
Module                  Size  Used by
nls_iso8859_1          12618  1
lirc_dev               18671  0
arc4                   12474  2
autofs4                27436  1
dm_multipath           22403  0
scsi_dh                14214  1 dm_multipath
snd_hda_codec_realtek    63496  1
snd_hda_codec_hdmi     31457  1
microcode              18210  0
snd_hda_intel          32516  0
snd_hda_codec         111548  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep              13273  1 snd_hda_codec
snd_pcm                80235  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
psmouse                84878  0
serio_raw              13032  0
lpc_ich                16926  0
snd_seq_midi           13133  0
joydev                 17162  0
snd_rawmidi            25383  1 snd_seq_midi
snd_seq_midi_event     14476  1 snd_seq_midi
snd_seq                51281  2 snd_seq_midi,snd_seq_midi_event
snd_timer              24412  2 snd_pcm,snd_seq
snd_seq_device         14138  3 snd_seq_midi,snd_rawmidi,snd_seq
iwlwifi               348584  0
mac80211              461203  1 iwlwifi
snd                    62146  10 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_code
c,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
cfg80211              175574  2 iwlwifi,mac80211
mac_hid                13038  0
nfsd                  212040  2
soundcore              14600  1 snd
nfs                   253408  0
snd_page_alloc         14037  2 snd_hda_intel,snd_pcm
lockd                  65626  2 nfsd,nfs
fscache                50235  1 nfs
auth_rpcgss            35365  2 nfsd,nfs
nfs_acl                12734  2 nfsd,nfs
sunrpc                193108  6 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
ext2                   67205  1
lp                     13300  0
parport                40754  1 lp
coretemp               13169  0
btrfs                 735359  0
zlib_deflate           26446  1 btrfs
libcrc32c              12544  1 btrfs
dm_raid45              75358  0
xor                    26091  1 dm_raid45
dm_mirror              21666  0
dm_region_hash         16013  1 dm_mirror
dm_log                 18138  3 dm_raid45,dm_mirror,dm_region_hash
hid_generic            12485  0
usbhid                 41734  0
hid                    82179  2 hid_generic,usbhid
gma500_gfx            187766  2
drm_kms_helper         47304  1 gma500_gfx
r8169                  55977  0
drm                   238811  2 gma500_gfx,drm_kms_helper
i2c_algo_bit           13198  1 gma500_gfx
video                  18848  1 gma500_gfx
usb_storage            39351  1

"modinfo i915" results http://paste.ubuntu.com/5562915/

"glxinfo | grep vendor"
Code:
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: VMware, Inc.
Reply

Logout Mark Read Team Forum Stats Members Help
Intel Integrated Graphics Problem.0