Debian Multimedia :: Debian Wheezy / Screen Blinking

Mar 30, 2011

I am giving Wheezy a whirl and am having with screen blinking ever 30 seconds.

View 5 Replies


ADVERTISEMENT

Debian Multimedia :: Wheezy Black Screen After Upgrade

May 4, 2015

i have an installation of wheezy 7.8 i think. i was facing difficulties in read of matroska video. therefore have decided to installer gstreamer1.0 wich should be resolve my problem. i have added the backports repository in apt sources list. after an apt-get update i launch apt-get install gstreamer1.0 . i have noticed it have starting downloading more file than it needs i concluded that it was a upgrade or something like because the kernel was also updated. after the the packet downloading it has started the installation with some errors related to LOCALE LCC. it has stopped and restarted some services wich is normal. i have closed all others apps and restarted. Here start the hell. after the restart i have passed the kde login screen and after BLACK SCREEN with mouse working.

Alt+F2 don't open the krunner

What i have tried? i have rename the /home/jefcolbi/.cache and back it again, rename /home/jefcolbi/.kde and back it again. next i have tried to check the Xorg config file. i created a new one with X -configure, modified it to feet my system configuration this does not resolve the problem but add another the keyboard is not working in graphical mode.

My system configuration:

Toshiba laptop Satellite Pro L300
Dual core
3gb Ram
graphic card:Mobile Intel(R) GMA 4500MHD
sound card: Intel HD Audio
debian whezzy 7.8 with KDE

Note: everything was working fine before trying to install gstreamer1.O from backports repository

View 3 Replies View Related

Debian Multimedia :: Debian Wheezy Xfce4, No Reboot, No Shutdown?

Sep 3, 2011

i have fresh installed debian wheezy xfce4, and using slim to start it but i can't get reboot, shutdown and thunar can't open flash and others volumes. i using .xinitrc (exec ck-launch-session startxfce4)

View 3 Replies View Related

Debian :: Booting From Another Drive - Blinking Cursor At The Top Of The Screen

May 17, 2011

I have a machine with Squeeze that currently boots from an USB thumb drive (that was the only drive on that box, referenced as SDA in /dev... Yep, no optical drive or HDD). I have installed an SSD on that machine. It is referenced a SDA, and the thumb drive has been nudged to SDB. I'd like to boot from the SSD and ditch the thumb.

I've partitioned and formatted the new Disk (ext4), created a swap file (to keep things simple, no swap partition), and used rsync -Sax / /media/USB0/ to clone the content of the root FS. I've edited the fstab file of the SSD to match the config (uuid of the drive, ext4 FS, swap file) then use grub-mkconfig -o /media/USB0/boot/grub/grub.cfg (I apt-get installed grub 2)

I've set the SSD as first boot device in the BIOS. Now when I boot from the SSD, all I get is a blinking cursor at the top of the screen (the thumb drive still boots fine). I guess I missed something .

I've been struggling with this for about 2 hours now (not the grub issue, the whole mess). I've tried googling this last problem, then searched this forum with no luck (I usually find stuff about people who want to boot from a drive other than the first one and must daisy-chain grub).

Bootloaders (and low level linux stuff) are new to me. I'm afraid to botch the bootloader of the thumb drive (grub 1.9x), and to be locked out of the machine.

View 12 Replies View Related

Debian :: 7.8 Wheezy Amd64 - Screen Blocked Suddenly

Feb 18, 2015

I'm using Debian 7.8 Wheezy amd64, Gnome classic session. Laptop ASUS F551MAV, Intel HD Graphics (Integrated GPU), xserver-xorg-video-intel 2:2.19.0-6, firmware-linux-free 3.2

Sometimes, after inactivity, the screen turns black, not allowing me to see login screen. If I press CTRL+ALT+F1 (or F2,F3,Fn) nothing happens. The computer is still responsive, as I can reboot it through key shortcuts.

I have search in almost all logs in /var/log, without any information about the cause of the error. The time I was away from computer was between +- 18:10-18:22

Here is the log of daemon.log at the time of rebooting: [URL] ....

I can see one line that seems to be an error with (but it is displayed as warning):

Code: Select allFeb 18 18:21:47 debian gnome-session[3714]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Recurso no disponible temporalmente) on X server :0.#012
Recurso no disponible temporalmente is in english something like: Resource not available temporaly.

Log of syslog at the moment of screen blocked
Code: Select allFeb 18 18:17:01 debian /USR/SBIN/CRON[4235]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Feb 18 18:21:36 debian acpid: client 3226[0:0] has disconnected
Feb 18 18:21:44 debian shutdown[4411]: shutting down for system reboot

[Code] ....

It is not the first time that this is happens. It already happened a few times, that when I'm away, the screen is simply blocked.

View 4 Replies View Related

Debian Installation :: Flashing Screen And Blinking Underscore At Boot

Aug 26, 2015

After an aptitude safe-update my laptop doesn't boot any more.

I recorded the following video of the boot process: [URL] ....

The disk is fine (I ran fsck), GRUB in OK. Could it be X?

I can boot in safe-mode and also have internet connection, so not everything is lost ...

View 10 Replies View Related

Debian Hardware :: Wheezy - GMA500 Black Screen After Loading Ramdisk

Aug 21, 2013

I have just installed Debian Wheezy on an E6XX Intel platform and after loading ramdisk, the screen goes black and I cannot use the system.

*) In the beginning, I tried to pass "nomodeset" in Grub, but after loading ramdisk, it tries to change screen's resolution and it goes blank.
*) gma500 output in dmesg can be seen in [1] at the bottom of this page.
*) I tried passing "GRUB_GFXMODE=640x480
GRUB_GFXPAYLOAD_LINUX=640x480" + update-grub, but it keeps failing.
*) I examined EDI's monitor output through "sudo get-edid |sudo parse-edid" (see [2] below), it seems that it is not possible to get the EDID information from the screen correctly. However, I am using this screen with xrandr with Debian Squeeze and I have no problems.

>>>>>>>>>>>>>>>>> [1] dmesg about "gma500"
[ 10.164297] gma500 0000:00:02.0: setting latency timer to 64
[ 10.164325] gma500 0000:00:02.0: Enabling MSI failed!
[ 10.164923] [drm] internal display is MIPI display
[ 10.167632] gma500 0000:00:02.0: VBT signature missing
[ 10.167828] Stolen memory information
[ 10.167840] base in RAM: 0x3f800000

[Code] ....

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged
parse-edid: IO error reading EDID

View 4 Replies View Related

Debian Configuration :: Wheezy - After Update Systemd Turn Off Laptop Screen On Boot

Sep 25, 2015

I decided to update all the software on my computer. Fortunately, it upgraded kernel version 3.14 to 3.16. I was happy to learn that suspend now worked on my laptop by calling pm-suspend, but it did not worked by closing the lid. So I search and found on debian's website that installing systemd and adding some config lines in /etc/systemd/logind.conf would sove the issue. So I followed the procedure and did like instructed, to end up with a computer that boots on black screen.

The last verbrose line I see on boot up is "kvm disabled by bios" and then it shutdown down the screen. The computer works, as I can login and shutdown by doing those operation blindly.

I tried removing systemd but it still does not work. If I use the old kernel 3.14 I can boot without any problem, but if I use kernel 3.16, I boot to a black screen. I remember successfully booting in 3.16 before installing systemd.

View 4 Replies View Related

Debian Multimedia :: How To Play DAT File On Wheezy

Apr 4, 2015

There is a video file with .DAT extension.How can I play such files via VLC or SmPlayer?Which codecs does it need?Following packages are already installed :

sudo apt-get install libav-tools libavcodec-extra-53 libavdevice-extra-53 libavfilter-extra-2 libavformat-extra-53 libavutil-extra-51 libpostproc-extra-52 libswscale-extra-2 icedtea-plugin

View 13 Replies View Related

Debian Multimedia :: Broken Scrollwheel In Wheezy

Apr 13, 2015

Something within the group of updates which I installed last week (April 6 to 10 or so) has impaired the functionality of my mouse's scroll wheel. It will no longer scroll pages on Iceweasel, Midori, some PDF readers, PCManFM, and others. The "up arrow" and "down arrow" seem also to have been compromised. I suspect the culprit might be libx11. This is an amd64 system with the nvidia video driver.

View 2 Replies View Related

Debian Multimedia :: K3B No Drive Found ( Wheezy )?

Jul 1, 2011

K3B says it can't find a drive even though hal is installed

ihal  - Hardware Abstraction Layer 
i hal-info - Hardware Abstraction Layer - fdi files 
i libhal-storage1 - Hardware Abstraction Layer - shared library for s

[code].....

View 2 Replies View Related

Debian Multimedia :: Snd_ca0106 Functioning In Wheezy Or Sid?

Jul 26, 2011

If you do, please let me know what sound card you're using. I'm beginning to think its the driver. All kinds of weirdness in early bootspace and also alsactl init fails with a missing init directory for the device.

I'm on a Creative Labs Soundblaster Audigy SE and it's completely non-functional. I've seen bugs reported with the audigy LS but never the SE.

View 1 Replies View Related

Debian Multimedia :: Wheezy 7.7 ATI Radeon HDMI No Sound

Dec 16, 2014

I have Debian WHeezy 7.7 KDE, card Radeon 5000 series. Card has HDMI, video on HDMI working, but sound not working. System see sound device, but if I select this and try to play music then no sound. I tried many things. Below is some lists.

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC887-VD Digital [ALC887-VD Digital]
Subdevices: 1/1

[Code] ....

View 1 Replies View Related

Debian Multimedia :: Ffmpeg X264 Only 2 Presets In Wheezy?

Jan 12, 2015

I use ffmpeg to covert video files for the net.

Code: Select allffmpeg -i infile -vcodec libx264 -vpre ipod640 -b 250k -bt 50k -acodec libfaac -ab 56k -ac 2 -s res.mp4

which works good. I was wondering if I could use larger resolution presets, but

find /usr -iname '*.ffpreset' only gives
#/usr/share/ffmpeg/libvpx-360p.ffpreset
#/usr/share/ffmpeg/libvpx-1080p.ffpreset
#/usr/share/ffmpeg/libx264-ipod320.ffpreset
#/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
#/usr/share/ffmpeg/libx264-ipod640.ffpreset
#/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
#/usr/share/ffmpeg/libvpx-720p.ffpreset

with only 2 presets for libx264.

I installed ffmpeg from deb-multimedia. Is there a package which provides further preset files? There should be e.g. hq, max etc..

View 2 Replies View Related

Debian Multimedia :: Iceweasel Won't Install On Wheezy 7.8 Sparc

Jan 18, 2015

So the other day I installed Debian Wheezy on my Sun Blade 150. While the OS is installed fine, all the webkit based browsers continuously crash after a few pages. So, I tried to download IceWeasel since it wasn't installed when I tried installing Debain off the DVD. The only problem is, it won't install as the Xulrunner version it requests is xulrunner-24.0_24.5.0esr-1~deb7u1_sparc, however the only version available on the repositories is newer. Is there any way to get the older xulrunner version, or is there going to be a fix for IceWeasel soon on Sparc?

View 3 Replies View Related

Debian Multimedia :: Upgraded To Jessie From Wheezy - No Sound

Jan 22, 2015

I upgraded to Jessie today and found that I have no sound.

Code: Select all# uname -a
Linux ath 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux

There is no sound card on the motherboard. Sound worked previously through HDMI from a Nvidia GTX570

Code: Select all# lspci|grep Audio
09:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)

Code: Select all# aplay -l
aplay: device_list:268: no soundcards found...

[code]....

View 8 Replies View Related

Debian Multimedia :: Wheezy / Xorg - HP Does Not Want To Start X For Some Reason

Feb 25, 2015

My hp does not want to start X for some reason. I have so many errors. I made an account to just see this problem be fixed. Now when I type "startx" I get back, "bash: /usr/bin/startx no such file in directory". I have to use GRUB due to the fact I forgot my login. Although, I do remember my password.

View 7 Replies View Related

Debian Multimedia :: Wheezy - Xorg 3 Monitors And Y-splitter

Feb 26, 2015

I am pretty new to using Linux, I am currently trying to configure 3 monitor's with Xorg in Debian Wheezy. I have 2 video cards in the PC and one has a Dell Y-splitter to connect 2 monitors. 2 monitors are 1920x1080 resolution and the other is 1280x1024.

LSPCI
Code: Select all00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)

[Code] ....

I attempted to write my own xorg.conf file, but that resulted in the machine booting to single user mode and the xorg startx error log said it could not find any devices.

When I used the xorg.conf.new generated by the "xorg -configure" command, I was able to get it to display as 3 independent screens, but there was overlap on the screens. I.E. if you moved the mouse to the right side of one monitor, it would show on the left side of another screen at the same time.

automatically generated xorg.conf:
Code: Select allSection "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      2  "Screen2" RightOf "Screen1"

[Code] ....

View 0 Replies View Related

Debian Multimedia :: Triple Monitor Setup On Wheezy

Apr 29, 2015

I have some very strange issues with my tripple monitor setup on debian wheezy. I have acer aspire V3 laptop with i915 Intel (Intel® HD Graphics 4000) as part of i3 and nvidia GT 740M which I never managed to get working with or without optimus to any degree whatsoever. What I want is a reliably working triple monitro setup. I have 2 additional DELL u2412m monitors which I did manage to get to work on few occasions by more or less randomly turning stuff on and off via lxrand and KDE systemsettings (so I do knwo for a fact that tripple monitor setup works). Arandr doesn't work, and executing xrandr from cmd doesn't work. I can relatively easily get the 2 monitors to mirror each other, but to get them to work separately is extremy difficult. It's always the same error but the well known crt. For example:

xrandr --output VGA1 --mode 1920x1200 --pos 3840x0 --rotate normal
xrandr: Configure crtc 2 failed

xrandr --output VGA1 --mode 1920x1200 --rotate normal --right-of LVDS1
xrandr: Configure crtc 2 failed

When it did work I copied arandrs script in hopes it would work, but it doesn't. Obviously, here is the issue that the crtc can not be configured so if somoen could tell me why and how to get the damn thign to use a specific crtc it would be awesome. Also, I noticed that when I hit "identify monitors" in KDE systemtools, it would say VGA HDMI for both VGA and HDMI outputs.

Here is xrandr output from when it worked:

Code: Select allScreen 0: minimum 320 x 200, current 5760 x 1200, maximum 8192 x 8192
LVDS1 connected 1920x1080+1920+0 (0x46) normal (normal left inverted right x axis y axis) 382mm x 215mm
        Identifier: 0x42
        Timestamp:  143521
        Subpixel:   horizontal rgb
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0

[Code] ......

Here is now:

Code: Select allScreen 0: minimum 320 x 200, current 3840 x 1200, maximum 8192 x 8192
LVDS1 connected 1920x1080+1920+0 (0x46) normal (normal left inverted right x axis y axis) 382mm x 215mm
        Identifier: 0x42
        Timestamp:  5817108
        Subpixel:   horizontal rgb
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0

[Code] ....

View 2 Replies View Related

Debian Multimedia :: Wheezy Backlight Is In Maxima And Can't Change It

Jun 5, 2015

I have a note HP Pavilion 15-p171nr with Deban Wheezy installed

used X = Gnome (gdm3) in classic view

Hardware:
Code: Select allyaroslav@hpnote:~$ lspci -k | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
0a:00.0 3D controller: NVIDIA Corporation Device 1341 (rev a2)
yaroslav@hpnote:~$

[Code] .....

The problem: backlight is in maximum state and I can not change it.

There are a tons of advices like this:

1 - Open terminal (as a superuser) and type: gksudo gedit /etc/default/grub
2 - In the text file that opens, find the line which says GRUB_CMDLINE_LINUX="" and, inbetween the "", insert the words "acpi_backlight=vendor" (the line will be as follows: GRUB_CMDLINE_LINUX="acpi_backlight=vendor"), save and close the file.
3 - Back again in the terminal session, type: sudo update-grub
4 - Reboot.

It does not work...

View 11 Replies View Related

Debian Multimedia :: Install Nvidia Drivers In Wheezy?

May 2, 2011

I'm having all sorts of problems after doing my first update (#1. safe-upgrade, #2. full-upgrade) in over a month.

Anything from no Nvidia linux-headers being found to any VT not working. After completely removing all of the previously tried Nvidia presence on my PC, is there a safe way for me to install the non-free drivers?

View 8 Replies View Related

Debian Multimedia :: Package Conflict With KDE And Xfce (wheezy)

Jul 27, 2011

I have Xfce installed on wheezy, and I was planning on installing some KDE components for kicks. When I tried to install kdebase-workspace I got this error from aptitude The following NEW packages will be installed:

[Code]...

The following packages are RECOMMENDED but will NOT be installed: kinfocenter plasma-scriptengines policykit-1-gnome polkit-kde-1 upower 0 packages upgraded, 30 newly installed, 0 to remove and 49 not upgraded.
Need to get 78.5 MB of archives. After unpacking 137 MB will be used. The following packages have unmet dependencies: xfce4-notifyd: Conflicts: notification-daemon but it is not going to be installed.

If it's not going to be installed, then where is the conflict? I've seen "Depends: X but it is not going to be installed", which makes sense. The only solutions are to remove xfce4-notifyd or to keep most of the KDE stuff uninstalled. apt-get also wants to remove xfce4-notifyd. Edit: Ok, it looks like both plasma-widgets-workspace and xfce4-notifyd provide notification-daemon, but I still don't understand why the aptitude error doesn't tell me that xfce4-notifyd conflicts with plasma-widgets-workspace instead of notification-daemon.

View 3 Replies View Related

Debian Multimedia :: Permanently Remove Gtk-3.0 Folder In Wheezy?

Sep 1, 2011

There is a folder in my home titled 'gtk-3.0,' which continues to reappear even after I have deleted it. The reappearance of the folder seems to occur after using lxappearance to change the themes. I will not be participating in the headaches of the switch from gtk2 to gtk3, just as I did not participate in the headaches of the switch from KDE 3 to 4. So the following are my questions;1. Is it possible to permanently delete the gtk-3.0 folder so that it can not ever reappear in my home? (And why is it appearing there anyway? Shouldn't it be hidden with a dot?)2. If I can not prevent this folder from appearing in my home, is there a setting I can use in Wheezy to block gtk3 libs and apps from installation? Presently, the only gtk3 lib or app shown by aptitude search is libcanberra-gtk3-0, but I can't remove it due to notification-daemon dependencies.3. If I switch from all gtk2 apps to all KDE apps will that solve the problem of gtk3 placing a completely unnecessary folder in my home?

View 2 Replies View Related

Debian Multimedia :: Tapping Broken With Synaptics Update (wheezy)

Feb 24, 2011

After the updating the synaptics driver in wheezy, I can no longer tap to click. This includes single-finger taps in the center and corners. Here is the relevant section from my xorg.conf

[Code]...

View 4 Replies View Related

Debian Multimedia :: Wheezy - Startx Kills Mouse And Keyboard?

Jun 1, 2011

I rebooted my system about a few days ago to find that whenever X was started, my mouse and keyboard would not function. I am unable to even switch to another tty when this occurs, however alt+sysrq+r will allow me to switch ttys again.

Xorg.0.log
[    70.287]
X.Org X Server 1.10.1
Release Date: 2011-04-15

[code]....

View 11 Replies View Related

Debian Multimedia :: Wheezy Warning: Keep Xserver-xorg-core 2:1.10.2-1?

Jun 19, 2011

I experienced this problem on Friday but didn't have time to write a warning.A couple of days ago, xserver-xorg-core 2:1.10.2-1+b1 reached Testing before a corresponding dependency (recommendation), thus breaking the hardware acceleration. The issue is (better) described here (1) by a developer.A possible solution is to keep (2) the previous version (2:1.10.2-1) or, if you already installed the faulty one, to grab the former version from Debian Snapshots (3) and downgrade the package.Because the error was a simple path change, one could also keep the new version of xserver-xorg-core and link the DRI Mesa modules to the directories that are inspected now (as described here [4]).The issue has already been addressed (5) and a new version should appear in Testing shortly.[URL]

View 8 Replies View Related

Debian Multimedia :: Wheezy - Gnome Web Browser And Flash Do Not Work Together

Jun 3, 2012

I can't get Gnome's Web(browser) (ver 3.4.2) working with flash. I see only a kind of blue box, when I click on it, audio playback starts but not video. I tried this on two machines, one with Intel graphics, second with radeon.

View 4 Replies View Related

Debian Multimedia :: Upgraded To Jessie From Wheezy - Sound Plays On Everything But Browsers

Dec 25, 2014

I just installed wheezy and upgraded to jessie. I had previously gotten sound working in wheezy by installing the flashplugin-nonfree and flashplugin-nonfree-extrasound packages, after configuring my headset in system settings. However, now I can't get sound to play in firefox. I've installed flashplugin-nonfree, flashplugin-nonfree-extrasound, and pulseaudio, still without luck. The volume is turned all the way up in alsamixer, sound tests play fine, and I can play music in VLC without any problems. This leads me to believe it's not a problem with drivers, but with some package I'm missing that will allow firefox to play sound. Sound wasn't working in the default video player either, before I installed the flash plugin. Is there something I'm missing?

Also, sound doesn't play on Konqueror either (KDE browser), which seems to indicate it's a problem with flash and not with firefox itself. After removing the flash plugin and installing pepperflashplugin-nonfree to ensure the pepper plugin was used instead of flash, sound still would not play in chromium, so I reinstalled the flash plugin and still don't have sound in any browser.

View 1 Replies View Related

Debian Multimedia :: Radeon Stopped Detecting Proper Resolution In Testing-Wheezy?

Apr 19, 2011

I have a LMDE (Mint Linux Edition based on testing, now Wheezy) i386 that I just did a dist-upgrade on and now it isn't properly detecting my monitor resolution. I have two 1680x1050 monitors, one attached to the DVI and another to a VGA video switch. When I rebooted to the new 2.6.38-2-686 kernel both monitors were giving me 1024x768. I futzed around for a while and could then get the the DVI monitor to correctly identify the proper resolution, but the VGA monitor resolutely refused to see more than 1024x768.

I was able to get the proper resolution by entering these commands:

[Code]...

Should I file a bug report, and if so, with whom? I have to say, the Debian bug report process is not too newbie (or even not-so-newbie) friendly, but I'd like to help if it doesn't require me to hand-configure a MUA.

Also, I suppose I shouldn't mention it in a single post, but my mouse is behaving rather unpredictably now (click speed, selecting), and trying to reboot dismounts the file system and then starts up again giving me my display manager (in my case KDM), without restarting the system (both from "sudo reboot" and trying to restart with KDM or the Gnome widget). If I really want to restart the system I have to halt it first and hit the power button.

View 4 Replies View Related

Debian Multimedia :: XFCE4.8 Wheezy (Testing) - Duplicates Entries In XFCE Menu?

May 5, 2011

First of all - to refresh icon on desktop i've had to install gamin instead fam (after this, icons on desktop was refresh correctly). I don't know that have connection, but who knows. Anyway - my problem. Things marked as red are duplicated entries in menu. How to simple delete them? Menu are not refreshing too - i unmark "Inne" (Others) in alacarte, but it's still visible.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved