The provided service files are not functional here. There are two problems:
First one is that the two provided systemd user services stall on the same randr error as described above in the thread:
$ systemctl --user start redshift-gtk.service
$ systemctl --user status redshift-gtk.service
● redshift-gtk.service - Redshift display colour temperature adjustment
Loaded: loaded (/usr/lib/systemd/user/redshift-gtk.service; disabled)
Active: failed (Result: start-limit) since mer. 2014-05-21 00:20:49 CEST; 4min 31s ago
Docs: http://jonls.dk/redshift/
Process: 10989 ExecStart=/usr/bin/redshift (code=exited, status=1/FAILURE)
Main PID: 10989 (code=exited, status=1/FAILURE)
mai 21 00:20:49 arch-clevo systemd[1338]: Unit redshift-gtk.service entered failed state.
mai 21 00:20:49 arch-clevo systemd[1338]: redshift-gtk.service holdoff time over, scheduling restart.
mai 21 00:20:49 arch-clevo systemd[1338]: Stopping Redshift display colour temperature adjustment...
mai 21 00:20:49 arch-clevo systemd[1338]: Starting Redshift display colour temperature adjustment...
mai 21 00:20:49 arch-clevo systemd[1338]: redshift-gtk.service start request repeated too quickly, refusing to start.
mai 21 00:20:49 arch-clevo systemd[1338]: Failed to start Redshift display colour temperature adjustment.
mai 21 00:20:49 arch-clevo systemd[1338]: Unit redshift-gtk.service entered failed state.
$ journalctl -b --user-unit=redshift-gtk
-- Logs begin at ven. 2014-05-02 15:49:42 CEST, end at mer. 2014-05-21 01:59:06 CEST. --
mai 21 00:20:48 arch-clevo systemd[1338]: Starting Redshift display colour temperature adjustment...
mai 21 00:20:48 arch-clevo systemd[1338]: Started Redshift display colour temperature adjustment.
mai 21 00:20:48 arch-clevo redshift[10979]: `RANDR Query Version' returned error -1
mai 21 00:20:48 arch-clevo redshift[10979]: Initialization of randr failed.
mai 21 00:20:48 arch-clevo systemd[1338]: redshift-gtk.service: main process exited, code=exited, status=1/FAILURE
mai 21 00:20:48 arch-clevo systemd[1338]: Unit redshift-gtk.service entered failed state.
mai 21 00:20:48 arch-clevo systemd[1338]: redshift-gtk.service holdoff time over, scheduling restart.
mai 21 00:20:48 arch-clevo systemd[1338]: Stopping Redshift display colour temperature adjustment...
...(repeats four times)...
mai 21 00:20:49 arch-clevo systemd[1338]: Starting Redshift display colour temperature adjustment...
mai 21 00:20:49 arch-clevo systemd[1338]: redshift-gtk.service start request repeated too quickly, refusing to start.
mai 21 00:20:49 arch-clevo systemd[1338]: Failed to start Redshift display colour temperature adjustment.
mai 21 00:20:49 arch-clevo systemd[1338]: Unit redshift-gtk.service entered failed state.
(it is the same for /usr/lib/systemd/user/redshift.service)
Adding «Environment=DISPLAY=:0» to the service files as suggested by Neburski (under [Service], above ExecStart) and reloading user daemons ($ systemctl —user daemon-reload) do solve the problem.
However, another problem then arises specifically for redshift-gtk.service: the tray icon doesn’t appear.
It took me some time to figure it out, but actually if you’ve been watchful you might have already spotted what causes this: the redshift-gtk.service provided by Arch contains the wrong binary name.
Instead of having «ExecStart=/usr/bin/redshift-gtk» it contains «ExecStart=/usr/bin/redshift», as can be seen in the first systemctl status. There is a discrepancy between upstream and the Arch package: upstream file (not updated since March 6) and Arch x86_64 package (download and browse the archive to /usr/lib/systemd/user/redshift-gtk.service).
Replacing the binary name (simply adding «-gtk») does correct the issue, the tray icon appears on service start.
After doing those two steps, here’s the output of systemctl status:
$ systemctl --user status redshift-gtk.service
● redshift-gtk.service - Redshift display colour temperature adjustment
Loaded: loaded (/usr/lib/systemd/user/redshift-gtk.service; disabled)
Active: active (running) since mer. 2014-05-21 03:27:29 CEST; 17s ago
Docs: http://jonls.dk/redshift/
Main PID: 14493 (redshift-gtk)
CGroup: /user.slice/user-1000.slice/user@1000.service/redshift-gtk.service
├─14493 python3 /usr/bin/redshift-gtk
└─14494 /usr/bin/redshift -v
mai 21 03:27:29 arch-clevo systemd[1338]: Starting Redshift display colour temperature adjustment...
mai 21 03:27:29 arch-clevo systemd[1338]: Started Redshift display colour temperature adjustment.
Bug report is on its way…
Edit: FS#40476 (Arch bug tracker)
Edit 2: upstream bug report
Last edited by Neitsab (2014-05-21 01:33:50)
# |
|
Темы: 8 Сообщения: 43 Участник с: 31 декабря 2012 |
Сегодня после загрузки арча, заметил, что яркость стоит 100%, хотя обычно во время загрузки она устанавливалась на 40%. У меня KDE. Полез менять в Power Management ползунок, показывает что яркость изменяется, но на самом деле она все еще 100%. Хоткеи тоже работают (всмысле показывают изменение шкалы яркости) но яркость все время на 100%. Подскажите куда копать. |
Medar |
# |
Темы: 12 Сообщения: 402 Участник с: 08 февраля 2013 |
Это с новым ядром? Какая видеокарта? |
senid |
# |
Темы: 8 Сообщения: 43 Участник с: 31 декабря 2012 |
Вроде нет, я загрузился сегодня, вижу — не работает яркость, обновился, как раз ядро новое скачал. После ребута ничего не изменилось. Хотя вчера я тоже обновлялся возможно, мб что-то и поломалось. Только что установил дуал бутом арч с гномом, яркость не работает. У меня nvidia 410m + intel. Но я пользуюсь только видеокартой intel, драйвера только на эту карточку установлены. До этого момента всегда яркость работала.
|
Medar |
# |
Темы: 12 Сообщения: 402 Участник с: 08 февраля 2013 |
А изменения яркости из консоли утилитой xbacklight работает ? |
senid |
# |
Темы: 8 Сообщения: 43 Участник с: 31 декабря 2012 |
sudo xbacklight -dec 10 No protocol specified RANDR Query Version returned error -1 |
rusooo |
# |
Темы: 1 Сообщения: 10 Участник с: 21 июля 2013 |
покажите
sudo find /sys/ | grep backlight |
senid |
# |
Темы: 8 Сообщения: 43 Участник с: 31 декабря 2012 |
/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/type /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/control /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/async /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/runtime_enabled /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/runtime_active_kids /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/runtime_active_time /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/autosuspend_delay_ms /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/runtime_status /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/runtime_usage /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/power/runtime_suspended_time /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/bl_power /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/max_brightness /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/subsystem /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/uevent /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/actual_brightness /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/type /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/brightness /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/control /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/async /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/runtime_enabled /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/runtime_active_kids /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/runtime_active_time /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/autosuspend_delay_ms /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/runtime_status /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/runtime_usage /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/power/runtime_suspended_time /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/bl_power /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/max_brightness /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/subsystem /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/uevent /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1/intel_backlight/actual_brightness /sys/devices/pci0000:00/0000:00:02.0/backlight /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1 /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/type /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/brightness /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/control /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/async /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/runtime_enabled /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/runtime_active_kids /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/runtime_active_time /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/autosuspend_delay_ms /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/runtime_status /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/runtime_usage /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/power/runtime_suspended_time /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/bl_power /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/max_brightness /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/device /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/subsystem /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/uevent /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video1/actual_brightness /sys/class/backlight /sys/class/backlight/intel_backlight /sys/class/backlight/acpi_video0 /sys/class/backlight/acpi_video1 /sys/module/video/parameters/use_bios_initial_backlight |
Medar |
# |
Темы: 12 Сообщения: 402 Участник с: 08 февраля 2013 |
У меня изначально такая проблема была, потом добавил в параметры загрузки ядра такое:
acpi_osi=Linux acpi_backlight=vendor И все прекрасным образом заработало. |
senid |
# |
Темы: 8 Сообщения: 43 Участник с: 31 декабря 2012 |
Проблема в обновлении :
[2013-07-26 13:16] [PACMAN] upgraded akonadi (1.10.1-1 -> 1.10.2-1) [2013-07-26 13:16] [PACMAN] upgraded glib2 (2.36.3-2 -> 2.36.3-3) [2013-07-26 13:16] [PACMAN] upgraded avahi (0.6.31-9 -> 0.6.31-10) [2013-07-26 13:16] [PACMAN] upgraded harfbuzz (0.9.18-1 -> 0.9.19-1) [2013-07-26 13:16] [PACMAN] upgraded libdatrie (0.2.5-1 -> 0.2.6-1) [2013-07-26 13:16] [PACMAN] upgraded libthai (0.1.18-1 -> 0.1.19-1) [2013-07-26 13:16] [PACMAN] upgraded linux (3.9.9-1 -> 3.10.2-1) [2013-07-26 13:16] [PACMAN] upgraded videoproto (2.3.1-2 -> 2.3.2-1) Откатил все пакеты, включая ядро, на их предыдущие версии. Яркость заработала. Конкретно виновника из этого списка не знаю. |
senid |
# |
Темы: 8 Сообщения: 43 Участник с: 31 декабря 2012 |
У Вас была проблема после обновления ядра на 3.10 или до этого? |
background: okay, so it’s been a while since I setup a «brightness» monitor, that just uses xbacklight to set the brightness, and then calls it again to store it in /tmp. DWM manages the «hardware» handling, i.e. it’s who detects the (single) keys being pressed so it can call the script. rest of key handling via DWM still works.
there was a system update yesterday, but a quick grep doesn’t reveal anything related with either xbacklight, or even xrandr (xbackligt’s man suggests it’s related to xrandr). there are a lot of libs updated, but I’m too lazy to check what they do.
on the other hand, this morning it still worked fine. it has only stopped working after I’ve physically cleaned the screen (touch-sensitive) — but it’s not the first time I’ve done so. a reboot (after managing to crash the X after seeing the screen wouldn’t light up, and startx not working) hasn’t helped.
now if I manually call xbacklight, all it does is print this:
>>> xbacklight -set 30
No outputs have backlight property
the hardware is an asus vivobook, intel IGPU, touchscreen (the rest should be irrelevant but correct me if I’m wrong).
note, I’ve seen other solutions for managing brightness — but I don’t like being told «hey, your carefully written scripts don’t work anymore, so go write some new». I know things change, but this seems an illogical change to me.
update: seeing xbacklight has a «display» argument (-d), I just tried to use it, after using xrandr to find which is the monitor’s number. this are the results:
>>> xrandr --listmonitors
Monitors: 1
0: +LVDS-1 1366/256x768/144+0+0 LVDS-1
>>> xbacklight -d 0 -set 30
RANDR Query Version returned error -1
>>> xbacklight -d 1 -set 30
RANDR Query Version returned error -1
PS: my full setup is a bit weird — I’m using just DWM without any login manager or any of those fancy things. feel free to ask if you think some of that may be relevant.
EDIT: so, I made xbacklight work again by following this. it was all about forcing the GPU to use the intel driver, via xorg.conf.
-
#1
I just installed FreeBSD 13.1 AMD64 on a laptop with an Intel CPU and Intel GMA integrated graphics. I cannot change the backlight on the LCD no matter what I try.
I first tried to load acpi_video using kldload acpi_video
which did not post any error messages. However, it still wouldn’t let me change the brightness with the appropriate keys on the keyboard (Not even while holding down the Fn key).
Then I tried sysctl hw.acpi.video.lcd.active
along with all the other commands starting with sysctl hw.acpi.video.lcd (.levels, .brightness, .fullpower and .economy). All of them resulted in sysctl telling me «sysctl: unknown oid ‘<inputted oid>'»
Then I installed pkg install graphics/intel-backlight
. After installation, I tried running any and all commands beginning with backlight but everytime I would receive the error: «backlight: cannot open /dev/backlight/backlight0: No such file or directory»
After that, I tried installing xbacklight. executing xbacklight always returns me the error «RANDR Query Version returned error -1» outside of Xorg. Using the xbacklight command in Xorg (more specifically Xfce that I’m currently using.), the message «No outputs have backlight property» is returned.
Well, that’s everything I tried. Don’t know any other possible solution. Thank you in advance for helping me!
-
#2
Intel GMA integrated graphics
Which one exactly? Execute pciconf -lv | grep -B3 display
, post output.
On newer hardware, for the display backlight to work, provided the Intel GPU is supported, a DRM kernel module must be installed and loaded.
Is
graphics/drm-kmod
installed and the i915 driver properly enabled, the user in the «video» group (see pkg info -D drm-510-kmod
)? If it is, are there any «drm» error messages (see dmesg(8)).
For older hardware, besides
acpi_video
, there are brand specific hotkeys or OEM driver:
Code:
/boot/kernel/acpi_asus.ko
/boot/kernel/acpi_asus_wmi.ko
/boot/kernel/acpi_fujitsu.ko
/boot/kernel/acpi_hp.ko
/boot/kernel/acpi_ibm.ko
/boot/kernel/acpi_panasonic.ko
/boot/kernel/acpi_sony.ko
/boot/kernel/acpi_toshiba.ko
For detailed information see the corresponding driver manual.
-
Thread Starter
-
#3
The command pciconf -lv | grep -B3 display
tells me that the GPU is a «Mobile GM965/GL960 Integrated Graphics Controller». I successfully installed drm-kmod and pkg info -D drm-510-kmod
reports no errors. The line kld_list="i915.kms"
is currently present in /etc/rc.conf. dmesg
reports a lot so there might be something I’ve missed, but I do spot «[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19)», and «[drm] Got stolen memory base 0x3f800000, size 0x800000». Neither command kldload acpi_video
nor kldload acpi_fujitsu
results in any error being displayed (except the fact that they’re already loaded or in kernel, of course). The command sysctl hw.acpi.fujitsu.lcd_brightness
returns me «sysctl: unknown oid ‘hw.acpi.fujitsu.lcd_brightness'». All the available commands beginning with sysctl hw.acpi.video.lcd.
still return the message «sysctl: unknown oid ‘<inputted oid>'».
-
#4
After the i915 driver is loaded, is there a backlight device node created? Check ls /dev/backlight
.
The command
sysctl hw.acpi.fujitsu.lcd_brightness
returns me «sysctl: unknown oid ‘hw.acpi.fujitsu.lcd_brightness'». All the available commands beginning withsysctl hw.acpi.video.lcd.
still return the message «sysctl: unknown oid ‘<inputted oid>'».
There must not necessarily be a sysctl(8) oid for brightness. I have a AMD 5700U integrated «Lucienne» GPU, which doesn’t show those oids either. The amdgpu driver provided by
graphics/drm-510-kmod
, when loaded, creates a backlight device node, which can be configure with backlight(8).
If on your system no backlight device node is created then I’m out of ideas.
-
#5
Not 100% sure about that, may be a number is missing behind ‘lcd’ in your sysctl commands.
Try sysctl -a | grep lcd
and watch the output.
On my machine I see this:
Code:
# sysctl -a | grep lcd
hw.acpi.video.lcd0.levels: 100 100 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
hw.acpi.video.lcd0.economy: 30
hw.acpi.video.lcd0.fullpower: 30
hw.acpi.video.lcd0.brightness: 30
hw.acpi.video.lcd0.active: 0
To change brightness I can use sysctl hw.acpi.video.lcd0.brightness=55
-
Thread Starter
-
#6
I tried inputting ls /dev/backlight
before and after loading the i915 driver, but the directory is non-existent. Executing the command sysctl -a | grep lcd
doesn’t result in any output; obviously resulting in the «unknown oid» error when trying sysctl hw.acpi.video.lcd0.brightness=55
.
Anyway, I wrote the lines:
kld_list=»i915kms»
kld_list=»acpi_video»
in the /etc/rc.conf file. Shouldn’t these drivers autoload whenever I start my machine then, or am I just mistaken? They work fine when I input the kldload
commands to load them after booting, however. Probably not relevant to the matter at hand, but I wanted to know regardless.
-
#7
Are the modules actually loaded?
Code:
kldstat | grep 915
kldstat | grep acpi
-
#8
I tried inputting
ls /dev/backlight
before and after loading the i915 driver, but the directory is non-existent. Executing the commandsysctl -a | grep lcd
doesn’t result in any output; obviously resulting in the «unknown oid» error when tryingsysctl hw.acpi.video.lcd0.brightness=55
.Anyway, I wrote the lines:
kld_list=»i915kms»
kld_list=»acpi_video»
in the /etc/rc.conf file. Shouldn’t these drivers autoload whenever I start my machine then, or am I just mistaken? They work fine when I input thekldload
commands to load them after booting, however. Probably not relevant to the matter at hand, but I wanted to know regardless.
You need to write it like this:
Code:
kld_list="i915kms acpi_video"
-
Thread Starter
-
#9
The modules are loaded. I checked with kldstat
. Also, thank you cracauer@! The modules load automatically on startup every time now! In any case, I’m starting to wonder whether my graphics controller is actually supported by FreeBSD at all. Is there any way to really know for sure?
-
#11
The command
pciconf -lv | grep -B3 display
tells me that the GPU is a «Mobile GM965/GL960 Integrated Graphics Controller». I successfully installed drm-kmod andpkg info -D drm-510-kmod
reports no errors. The linekld_list="i915.kms"
is currently present in /etc/rc.conf.
OK.
Neither command
kldload acpi_video
norkldload acpi_fujitsu
results in any error being displayed (except the fact that they’re already loaded or in kernel, of course).
Both of those need to be loaded before or while booting from /boot/loader.conf — refer mans acpi_video(4) and acpi_fujitsu(4).
Try the more inclusive way of checking sysctls: sysctl -a | grep whatever
where whatever is video or lcd or bright or fujitsu …
The command
sysctl hw.acpi.fujitsu.lcd_brightness
returns me «sysctl: unknown oid ‘hw.acpi.fujitsu.lcd_brightness'». All the available commands beginning withsysctl hw.acpi.video.lcd.
still return the message «sysctl: unknown oid ‘<inputted oid>'».
I suspect because of having kldload’d after boot.
You may need to use devd.conf and a script to map brightness keys, but first see if the fujitsu or video modules will work as is.
Also, use apropos(1) to hunt for manual pages .. e.g. that intel-backlight pkg installs intel_backlight(1), note underscore not dash.
View previous topic :: View next topic | |||||||||||||||
Author | Message | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rkx1209 n00b Joined: 26 Oct 2015 |
|
||||||||||||||
Back to top |
|
||||||||||||||
chithanh Developer Joined: 05 Aug 2006 |
|
||||||||||||||
Back to top |
|
||||||||||||||
Roman_Gruber Advocate Joined: 03 Oct 2006 |
|
||||||||||||||
Back to top |
|
||||||||||||||
Roman_Gruber Advocate Joined: 03 Oct 2006 |
|
||||||||||||||
Back to top |
|
||||||||||||||
|
You cannot post new topics in this forum |