Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - omskie

Pages: [1]
1
Installation issues / Re: Raspberry pi 2 installation
« on: September 19, 2015, 07:46:08 am »
Yup its jessie.

2
Installation issues / Re: Raspberry pi 2 installation
« on: September 18, 2015, 09:32:51 am »
Hi Phenigma,

Thanks for your help, as suggested I just changed my Orbiter size to 1080p & did a full regen.

Also run SetupAudioVideo.sh on the MD & deleted asound.conf, then router reload.  But the video setting on the MD is still empty.

The output of /proc/cmdline:

Code: [Select]
root@raspbian:~# cat /proc/cmdline
dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0xa01041 bcm2709.serial=0x1bbd0df0 smsc95xx.macaddr=B8:27:EB:BD:0D:F0 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootwait

Anyways I'm happy with what I have now.  Thanks a lot...


3
Installation issues / Re: Raspberry pi 2 installation
« on: September 16, 2015, 12:07:35 pm »
hcaine did you get your RPI2 working?

In my case, installation went well but the screen appears small & mouse clicks doesn't seem to work, but the keyboard does.

I wonder if you are experiencing the same thing...

4
Installation issues / LMCE 14.04 AVWizard not running
« on: August 14, 2015, 05:25:02 pm »
Hi all,

AVWizard didn't run on my installation of 14.04 (LMCE­ 1404­ 20150614070­730801.iso) on a Dell Optilex 390.  It went straight to the Setup Wizard but without Sarah.  The wizard also appeared small, showing only at the top left quadrant of the screen.

When the onscreen orbiter started, it occupied the full screen but resolution is only at 640x480.  After a flicker screen saver (which also appears small), the orbiter becomes small for a few seconds, then it is switched back to full screen.

Back to AVWizard, I've checked that xorg.conf didn't exist in /etc/X11/.  Run a few commands:

Code: [Select]
mhuz@dcerouter:/usr/pluto/bin$ sudo /etc/init.d/a0start_avwizard start
 * Starting AVWizard AVWizard_Run.sh                                              /etc/X11/xorg.conf is missing. Using video driver 'intel' for  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-video-intel-lts-utopic : Depends: xorg-video-abi-18
                                       Depends: xserver-xorg-core-lts-utopic (>= 2:1.15.99.903) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
An error (Exit code 100) occured during the last action
Install Intel Driver

Code: [Select]
mhuz@dcerouter:/usr/pluto/bin$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

Code: [Select]
mhuz@dcerouter:~$ . /usr/pluto/bin/Utils.sh; CheckVideoDriver
  /etc/X11/xorg.conf is missing. Using video driver 'intel' for  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09)
An error (Exit code 100) occured during the last action
Install Intel Driver

All seems to be pointing to Intel Drivers.  By the way video driver is:

Code: [Select]
mhuz@dcerouter:~$ lsmod | grep video
video                  19475  1 i915

Appreciate some help.  Thanks.

Pages: [1]