Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Acer F5-573G-792K and NVIDIA. Help !!

Need help with peripherals or devices?
Post Reply
Message
Author
l0l1t4
Posts: 5
Joined: 2016-10-11 17:39

Acer F5-573G-792K and NVIDIA. Help !!

#1 Post by l0l1t4 »

Hi everybody. Can you help me with NVIDIA drivers on laptop ?

model : Acer Aspire F5-573G-792K
CPU: Intel® Core™ i7-6500U CPU @ 2.50GHz × 4
RAM : 16 GB
Graphic Card : NVIDIA GeForce GTX 950M 4GB RAM
HDD 1TB + SSD 128

Ubuntu 16.04 works great, there are no problems with graphic card
I'v got installed Intel drivers from here : https://01.org/linuxgraphics/downloads
and NVIDIA driver from PPA/driver nvidia-364 works correctly.

On Debian i've got blank screen everytime after install nvidia-drivers or after trying script from http://smxi.org. In doesn't works.

lspci
~$ lspci
00:00.0 Host bridge: Intel Corporation Device 1904 (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
00:14.0 USB controller: Intel Corporation Device 9d2f (rev 21)
00:14.2 Signal processing controller: Intel Corporation Device 9d31 (rev 21)
00:15.0 Signal processing controller: Intel Corporation Device 9d60 (rev 21)
00:16.0 Communication controller: Intel Corporation Device 9d3a (rev 21)
00:17.0 SATA controller: Intel Corporation Device 9d03 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1d.2 PCI bridge: Intel Corporation Device 9d1a (rev f1)
00:1d.3 PCI bridge: Intel Corporation Device 9d1b (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d48 (rev 21)
00:1f.2 Memory controller: Intel Corporation Device 9d21 (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d70 (rev 21)
00:1f.4 SMBus: Intel Corporation Device 9d23 (rev 21)
01:00.0 3D controller: NVIDIA Corporation Device 139a (rev a2)
03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
04:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
$ lspci | grep "VGA"
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
lspci | grep "3D"
01:00.0 3D controller: NVIDIA Corporation Device 139a (rev a2)
Now I've got
Debian GNU/Linux 8 (jessie) 64-bit
Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits)
uname -r
3.16.0-4-amd64
uname -a
Linux l0l1t4 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
I dont really know what to do.

l0l1t4
Posts: 5
Joined: 2016-10-11 17:39

Re: Acer F5-573G-792K and NVIDIA. Help !!

#2 Post by l0l1t4 »

You may say blablabla install bumblebee. Ok.

950m supported by bumblebee for propietary and nouveau drivers

https://wiki.debian.org/Bumblebee
Sid and Jessie users can install everything directly from the official repositories.

For users who would like to use the free nouveau driver:

sudo apt-get install bumblebee primus
Done.
nickaz@l0l1t4:~$ sudo service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/lib/systemd/system/bumblebeed.service; enabled)
Active: active (running) since Вт 2016-10-25 11:45:02 MSK; 5min ago
Main PID: 28404 (bumblebeed)
CGroup: /system.slice/bumblebeed.service
└─28404 /usr/sbin/bumblebeed

окт 25 11:45:02 l0l1t4 systemd[1]: Started Bumblebee C Daemon.
окт 25 11:45:02 l0l1t4 bumblebeed[28404]: [51435.270796] [INFO]/usr/sbin/bumblebeed 3.2.1 started
окт 25 11:46:31 l0l1t4 systemd[1]: Started Bumblebee C Daemon.
[51526.657948] [ERROR]You've no permission to communicate with the Bumblebee daemon. Try adding yourself to the 'bumblebee' group
[51526.658265] [ERROR]Could not connect to bumblebee daemon - is it running?
nickaz@l0l1t4:~$ sudo adduser $USER bumblebee
Пользователь «nickaz» уже является членом группы «bumblebee».
nickaz@l0l1t4:~$ optirun glxgears -info
[51437.356660] [ERROR]You've no permission to communicate with the Bumblebee daemon. Try adding yourself to the 'bumblebee' group
[51437.356695] [ERROR]Could not connect to bumblebee daemon - is it running?
nickaz@l0l1t4:~$ sudo service bumblebeed start
nickaz@l0l1t4:~$ optirun glxgears -info
[51526.657948] [ERROR]You've no permission to communicate with the Bumblebee daemon. Try adding yourself to the 'bumblebee' group
[51526.658265] [ERROR]Could not connect to bumblebee daemon - is it running?
sudo nano /etc/bumblebee/bumblebee.conf
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method, use at your own risk
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bu ... PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-current
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/x86_64-linux-gnu/nvidia:/usr/lib/i386-linux-gnu/nvidia:/usr/lib/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
sudo nano /etc/bumblebee/xorg.conf.nvidia
Section "Screen"
Identifier "Default Screen"
Device "DiscreteNvidia"
EndSection

Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection

Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"

# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
# BusID "PCI:01:00:0"

# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"

l0l1t4
Posts: 5
Joined: 2016-10-11 17:39

Re: Acer F5-573G-792K and NVIDIA. Help !!

#3 Post by l0l1t4 »

>2016 year
>ALL laptops with hybrid graphics
And no one wants to work correctly with Debian :(

l0l1t4
Posts: 5
Joined: 2016-10-11 17:39

Re: Acer F5-573G-792K and NVIDIA. Help !!

#4 Post by l0l1t4 »

Code: Select all

nickaz@l0l1t4:~$ sudo optirun glxgears -info
[53203.113848] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) [drm] KMS not enabled

[53203.113886] [ERROR]Aborting because fallback start is disabled.
nickaz@l0l1t4:~$ clear


cat /var/log/syslog and /var/log/Xorg.8.log
Oct 25 11:42:04 l0l1t4 systemd[1]: Stopping Bumblebee C Daemon...
Oct 25 11:42:04 l0l1t4 bumblebeed[13827]: [51257.925246] [WARN]Received Terminated signal.
Oct 25 11:42:04 l0l1t4 kernel: [51249.689662] bbswitch: enabling discrete graphics
Oct 25 11:42:04 l0l1t4 systemd[1]: Starting Bumblebee C Daemon...
Oct 25 11:42:04 l0l1t4 systemd[1]: Started Bumblebee C Daemon.
Oct 25 11:42:04 l0l1t4 bumblebeed[28378]: [51258.006067] [INFO]/usr/sbin/bumblebeed 3.2.1 started
Oct 25 11:42:04 l0l1t4 kernel: [51249.770495] bbswitch: disabling discrete graphics
Oct 25 11:42:04 l0l1t4 kernel: [51249.770504] ACPI Warning: \_SB_.PCI0.RP01.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
Oct 25 11:43:42 l0l1t4 systemd[1]: Stopping Bumblebee C Daemon...
Oct 25 11:43:42 l0l1t4 bumblebeed[28378]: [51356.020440] [WARN]Received Terminated signal.
Oct 25 11:43:42 l0l1t4 kernel: [51347.769184] bbswitch: enabling discrete graphics
Oct 25 11:43:42 l0l1t4 systemd[1]: Starting Bumblebee C Daemon...
Oct 25 11:43:42 l0l1t4 systemd[1]: Started Bumblebee C Daemon.
Oct 25 11:43:42 l0l1t4 bumblebeed[28392]: [51356.113538] [INFO]/usr/sbin/bumblebeed 3.2.1 started
Oct 25 11:43:42 l0l1t4 kernel: [51347.862225] bbswitch: disabling discrete graphics
Oct 25 11:43:42 l0l1t4 kernel: [51347.862233] ACPI Warning: \_SB_.PCI0.RP01.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
Oct 25 11:45:01 l0l1t4 systemd[1]: Stopping Bumblebee C Daemon...
Oct 25 11:45:01 l0l1t4 bumblebeed[28392]: [51435.178355] [WARN]Received Terminated signal.
Oct 25 11:45:01 l0l1t4 kernel: [51426.914317] bbswitch: enabling discrete graphics
Oct 25 11:45:02 l0l1t4 systemd[1]: Starting Bumblebee C Daemon...
Oct 25 11:45:02 l0l1t4 systemd[1]: Started Bumblebee C Daemon.
Oct 25 11:45:02 l0l1t4 bumblebeed[28404]: [51435.270796] [INFO]/usr/sbin/bumblebeed 3.2.1 started
Oct 25 11:45:02 l0l1t4 kernel: [51427.006788] bbswitch: disabling discrete graphics
Oct 25 11:45:02 l0l1t4 kernel: [51427.006800] ACPI Warning: \_SB_.PCI0.RP01.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
Oct 25 11:46:31 l0l1t4 systemd[1]: Started Bumblebee C Daemon.
Oct 25 12:06:49 l0l1t4 iceweasel.desktop[4702]: (process:28471): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name != NULL' failed
Oct 25 12:06:49 l0l1t4 iceweasel.desktop[4702]: Gtk-Message: Failed to load module "canberra-gtk-module"
Oct 25 12:13:01 l0l1t4 kernel: [53105.962451] bbswitch: enabling discrete graphics
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587038] [ERROR][XORG] (EE) [drm] KMS not enabled
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587048] [ERROR][XORG] (EE) No devices detected.
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587050] [ERROR][XORG] (EE)
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587053] [ERROR][XORG] (EE) no screens found(EE)
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587055] [ERROR][XORG] (EE)
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587058] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587060] [ERROR][XORG] (EE)
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587063] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
Oct 25 12:13:01 l0l1t4 bumblebeed[28404]: [53114.587065] [ERROR]X did not start properly
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113791] [ERROR][XORG] (EE) [drm] KMS not enabled
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113802] [ERROR][XORG] (EE) No devices detected.
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113805] [ERROR][XORG] (EE)
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113809] [ERROR][XORG] (EE) no screens found(EE)
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113811] [ERROR][XORG] (EE)
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113815] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113817] [ERROR][XORG] (EE)
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113821] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
Oct 25 12:14:29 l0l1t4 bumblebeed[28404]: [53203.113823] [ERROR]X did not start properly
Oct 25 12:17:01 l0l1t4 CRON[28537]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
cat: and: Нет такого файла или каталога
[ 53203.109]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 53203.109] X Protocol Version 11, Revision 0
[ 53203.109] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 53203.109] Current Operating System: Linux l0l1t4 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64
[ 53203.109] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/l0l1t4--vg-root ro quiet
[ 53203.109] Build Date: 11 February 2015 12:32:02AM
[ 53203.109] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 53203.109] Current version of pixman: 0.32.6
[ 53203.109] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 53203.109] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 53203.110] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Oct 25 12:14:29 2016
[ 53203.110] (++) Using config file: "/etc/bumblebee/xorg.conf.nouveau"
[ 53203.110] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[ 53203.110] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 53203.110] (==) ServerLayout "Layout0"
[ 53203.110] (==) No screen section available. Using defaults.
[ 53203.110] (**) |-->Screen "Default Screen Section" (0)
[ 53203.110] (**) | |-->Monitor "<default monitor>"
[ 53203.110] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 53203.110] (**) | |-->Device "DiscreteNvidia"
[ 53203.110] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 53203.110] (**) Option "AutoAddDevices" "false"
[ 53203.110] (**) Option "AutoAddGPU" "false"
[ 53203.110] (**) Not automatically adding devices
[ 53203.110] (==) Automatically enabling devices
[ 53203.110] (**) Not automatically adding GPU devices
[ 53203.110] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 53203.110] Entry deleted from font path.
[ 53203.110] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 53203.110] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 53203.110] (==) |-->Input Device "<default pointer>"
[ 53203.110] (==) |-->Input Device "<default keyboard>"
[ 53203.110] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[ 53203.110] (==) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
[ 53203.110] (II) Loader magic: 0x7f90ffff3d80
[ 53203.110] (II) Module ABI versions:
[ 53203.110] X.Org ANSI C Emulation: 0.4
[ 53203.110] X.Org Video Driver: 18.0
[ 53203.110] X.Org XInput driver : 21.0
[ 53203.110] X.Org Server Extension : 8.0
[ 53203.111] (--) PCI:*(0:1:0:0) 10de:139a:1025:108f rev 162, Mem @ 0x93000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128
[ 53203.111] (II) LoadModule: "glx"
[ 53203.111] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 53203.112] (II) Module glx: vendor="X.Org Foundation"
[ 53203.112] compiled for 1.16.4, module version = 1.0.0
[ 53203.112] ABI class: X.Org Server Extension, version 8.0
[ 53203.112] (==) AIGLX enabled
[ 53203.112] (II) LoadModule: "nouveau"
[ 53203.112] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 53203.112] (II) Module nouveau: vendor="X.Org Foundation"
[ 53203.112] compiled for 1.16.0, module version = 1.0.11
[ 53203.112] Module class: X.Org Video Driver
[ 53203.112] ABI class: X.Org Video Driver, version 18.0
[ 53203.112] (II) LoadModule: "mouse"
[ 53203.112] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 53203.112] (II) Module mouse: vendor="X.Org Foundation"
[ 53203.112] compiled for 1.16.1, module version = 1.9.1
[ 53203.112] Module class: X.Org XInput Driver
[ 53203.112] ABI class: X.Org XInput driver, version 21.0
[ 53203.112] (II) LoadModule: "kbd"
[ 53203.113] (WW) Warning, couldn't open module kbd
[ 53203.113] (II) UnloadModule: "kbd"
[ 53203.113] (II) Unloading kbd
[ 53203.113] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 53203.113] (II) NOUVEAU driver Date: Thu Aug 28 03:57:48 2014 +0200
[ 53203.113] (II) NOUVEAU driver for NVIDIA chipset families :
[ 53203.113] RIVA TNT (NV04)
[ 53203.113] RIVA TNT2 (NV05)
[ 53203.113] GeForce 256 (NV10)
[ 53203.113] GeForce 2 (NV11, NV15)
[ 53203.113] GeForce 4MX (NV17, NV18)
[ 53203.113] GeForce 3 (NV20)
[ 53203.113] GeForce 4Ti (NV25, NV28)
[ 53203.113] GeForce FX (NV3x)
[ 53203.113] GeForce 6 (NV4x)
[ 53203.113] GeForce 7 (G7x)
[ 53203.113] GeForce 8 (G8x)
[ 53203.113] GeForce GTX 200 (NVA0)
[ 53203.113] GeForce GTX 400 (NVC0)
[ 53203.113] (--) using VT number 7

[ 53203.113] (EE) [drm] KMS not enabled
[ 53203.113] (EE) No devices detected.
[ 53203.113] (EE)
Fatal server error:
[ 53203.113] (EE) no screens found(EE)
[ 53203.113] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 53203.113] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[ 53203.113] (EE)

l0l1t4
Posts: 5
Joined: 2016-10-11 17:39

Re: Acer F5-573G-792K and NVIDIA. Help !!

#5 Post by l0l1t4 »

Opened ticket
https://github.com/Bumblebee-Project/Bu ... issues/812
Maybe anyone can help me, i want Debian with Nvidia working before Christmas come :cry: :cry: :cry: :cry: :cry:

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Acer F5-573G-792K and NVIDIA. Help !!

#6 Post by Head_on_a_Stick »

Wait for the stretch release next year, jessie won't support that Skylake integrated card properly anyway...

It really does confuse me why people think that Debian stable will support the latest hardware, it is quite bizarre :?

The Debian developers are far more interested in providing support for the people who cannot afford such hardware, monied users such as yourself are simply not a priority.

Looks like you're stuck with *buntu unless you want to man up and install sid, Arch or Parabola instead :twisted:
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Acer F5-573G-792K and NVIDIA. Help !!

#7 Post by stevepusser »

I'm working on a similar Skylake Machine; an Acer E5-575g-53VG...Intel 520 graphics and Nvidia GeForce 940MX. The "X" is critical, since they aren't supported by the Nvidia drivers until 361...so I've been backporting the 367 driver from Stretch to try that out.

The Skylake graphics won't work correctly until the kernel, Mesa 12.0.3, and Intel xorg drivers are updated from jessie-backports. Actually, I'm using the slightly older version of the Intel driver that's since been removed from backports, 2:2.99.917-2. I'll have to test with the current one in j-b to make sure that works.Just finished porting over the newer vaapi drivers for MX and they also work now for Intel. I'll report on if I get Bumblebee working, and maybe set up a repo for the 367 Nvidia drivers.

I'm also wary of those Nvidia drivers you installed via PPA, the 352 Nvidia drivers in jessie-backports support the GTX 950M.
MX Linux packager and developer

Post Reply