Where to put xinput cmd for permament changes? [WHEEZY+XFCE]

2013-07-06 Thread Πρεκατές Αλέξανδρος
I'd like to make some changes with xinput permanent.

Since my login manager is SLIM should i put my cmd in an  slim.conf file ?

alexandros prekates


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201307061417.20703.apreka...@gmail.com



build-essential question

2013-07-04 Thread Πρεκατές Αλέξανδρος
in build-essential package there are two files 

/usr/share/build-essential/list
/usr/share/build-essential/essential-packages-list 

first contains   (dpkg-dev,gcc,make,libc) and another one with a longer list 
with smaller utilities like (bash,coreutils,grep,gzip,...) . But the build-
essential package depends on package  mentiononed only in the first list. So 
how will the second list be enforced?


alexandros 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201307050030.50852.apreka...@gmail.com



Why can ubuntu dist upgrade dist from within an X session?

2013-05-19 Thread Πρεκατές Αλέξανδρος
In release notes it says:

"You should not upgrade using telnet, rlogin, rsh, or from an X session 
managed by xdm, gdm or kdm etc. on the machine you are upgrading. That is 
because each of those services may well be terminated during the upgrade, 
which can result in an inaccessible system that is only half-upgraded. Use of 
the GNOME application update-manager is strongly discouraged for upgrades to 
new releases, as this tool relies on the desktop session remaining active. "|

So i wonder why can ubuntu dist upgrade dist from within an X session?


aprekates



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201305191811.56837.apreka...@gmail.com



Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Πρεκατές Αλέξανδρος
a small correction of mine. i wanted to match not only last part but beggining 
of last part . so your solution is ok and thanks. Based on it with a small 
addition i can match the beggining of the last part of full path.

So:

'm[^\/]*$' (why \ needs quoting? , i think is not special character  in perl 
reg exprs)

'm[^/]*$' it will also match /bla/bla/blma 

And to match the beginning of the last part of full path :

'.*/m[^/]*$


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302250306.46013.apreka...@gmail.com



Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Πρεκατές Αλέξανδρος
> For end of the fullpath, search for '[^\/]*$'
> For end of the fullpath that begins with 'm', search for 'm[^\/]*$'
> 

'm[^\/]*$' (why \ needs quoting? , i think is not special character  in perl 
reg exprs)

'm[^/]*$' it will also match /bla/mbla/bla .

But based on your hint i think solution is :

'.*/m[^/]*$'

 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302250259.41352.apreka...@gmail.com



How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Πρεκατές Αλέξανδρος
How can i match the last part of a full pathnname? 

eg:  apt-file -x search '^m.*'  matches full paths with their topmost dirname  
started with 'm'  . How can i match the last part or the full path to start 
with m for example ?

aprekates
http://librebytes.gr


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302242320.45369.apreka...@gmail.com



Installer in testing xfce fail

2012-06-04 Thread Πρεκατές Αλέξανδρος
The bug is #673997  .

Hae anyone else experienced installer problem in testing iso images  like 
this.


alexandros


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206041948.59147.apreka...@gmail.com



Re: My syster reboots automatically when trying to shut it down.

2011-09-19 Thread Πρεκατές Αλέξανδρος
shutdown -P nowwont work. i get a message thats it should be used together 
with flag  'h'

so 'shutdown -hP now'worked a couple of times but now it doesnt.



also  in acpi=force is in the boot kernel , as was apm=power-off (which i 
removed with no gain )

Also i tried the command 'poweroff' with no gain either..

alex


(also strange is that my question regaring my mobo which doesnt have a bios id 
!! is still unanswered in the intel community forums...)
(as a last resort i'll try to remove the packages i installed the last month 
although that could make the computer with no wifi...)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109200044.56847.apreka...@gmail.com



Re: My syster reboots automatically when trying to shut it down.

2011-09-18 Thread Πρεκατές Αλέξανδρος
Unfortunately after 5-6 times now 'shutdown -hP now'  wont work!!
Strange...

I'll try to uninstall some packages i mentioned..

alex


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109190143.44695.apreka...@gmail.com



Re: My syster reboots automatically when trying to shut it down.

2011-09-18 Thread Πρεκατές Αλέξανδρος
the -P flag in shutdown worked though
thanks a lot!
i'll used it for now as a fix , attaching the command to the close system icon.

alex


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109181119.10362.apreka...@gmail.com



Re: My syster reboots automatically when trying to shut it down.

2011-09-18 Thread Πρεκατές Αλέξανδρος
firstly sorry for another mispelling.
bootupdate->bios update method 

as for acpi packages the system has:
acpi-support-base
acpid.


Also since the system was working ok one month ago i wonder if that problem 
could be related to a package i installed?   

For the bios id problem i send a question : 
http://communities.intel.com/message/139067#139067

alex


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109181102.37067.apreka...@gmail.com



Re: My syster reboots automatically when trying to shut it down.

2011-09-17 Thread Πρεκατές Αλέξανδρος
Thanks for the link.

Unfortunately init 1  wont work .

I tried bootupdate method with the boot iso cd (linux friendly) but i get an 
'boot id's dont match'  (my bios dont have an ID!!!)..

Anyway i'll try another boot update method as soon as i locate the relative 
jumper,

alex


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109171911.39831.apreka...@gmail.com



My syster reboots automatically when trying to shut it down.

2011-09-15 Thread Πρεκατές Αλέξανδρος
In my debian squeeze system with  mobo intel D945GCLF shutdown -h will reboot 
my computer! What could be the reason ?

chomwitt
http://librebytes.gr


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109151808.48808.apreka...@gmail.com



xrand in KDM's Xsetup

2011-05-24 Thread Πρεκατές Αλέξανδρος
I have two monitors 19' (on my left)  24' (on the right) 

Having configure in my xorg.conf a virtual area (3400,1900)  i've managed to 
find the xrand commands to adjust the dual mode to my like.
I tested the while logged in.

But to automate the procedure i put them in /etc/kde4/kdm/Xsetup :

#! /bin/sh
# Xsetup - run as root before the login dialog appears

#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file 
/dev/xconsole &

xrandr --output DFP2  --mode 1920x1200 
xrandr --output CRT2  --mode 1360x768
xrandr --output CRT2 --left-of DFP2
xrandr --output CRT2  --pos 0x432 


But after reboot (and whlle i get a hint by the position of the login screen -
elevated in the 19' screen) that perhaps they xrand sequence was executed when 
i log in i get:

$ xrandr 
Screen 0: minimum 320 x 200, current 3280 x 1200, maximum 3400 x 1200
DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 connected 1920x1200+1360+0 (normal left inverted right x axis y axis) 
519mm x 324mm
   1920x1200  60.0*+
   1920x1080  60.0  
   1600x1200  60.0  
   1680x1050  60.0  
   1400x1050  60.0  
   1280x1024  75.0  
   1440x900   75.0 59.9  
   1280x960   60.0  
   1280x800   60.0  
   1152x864   60.0  
   1280x768   60.0  
   1280x720   60.0  
   1024x768   75.0 70.1 60.0  
   800x60072.2 75.0 60.3 56.2  
   640x48075.0 72.8 67.0 59.9  
DFP3 disconnected (normal left inverted right x axis y axis)
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 connected 1280x960+0+0 (normal left inverted right x axis y axis) 410mm x 
230mm
   1366x768   59.8 +
   1280x1024  75.0 60.0  
   1280x960   75.0 60.0* 
   1368x768   75.0 75.0  
   1360x768   59.8  
   1280x768   75.0 60.0  
   1280x720   75.0 60.0  
   1024x768   75.0 70.1 60.0  
   800x60072.2 75.0 60.3 56.2  
   640x48075.0 72.8 67.0 59.9  


Thus, i get resolution closed but not exactly what i wanted. and CRT2 left oF 
DFP2 BUT the position are not what i wanted. Is there is an explation why the 
same commands will not work from Xsetup ?

alex.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201105260002.20864.apreka...@gmail.com



Scrolling display problem in browsers firefox,konqueror

2011-03-18 Thread Πρεκατές Αλέξανδρος
In Squeeze + KDE 4.4.5+ fglrx , scrolling the pages in konqueror and firefox  
will mess the page , like a portion scrools but other stay stll  making 
browsing impossible.

Any ideas?

Alexander.
http://librebytes.gr


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103191525.18465.apreka...@gmail.com



apt-cache regex question

2011-03-12 Thread Πρεκατές Αλέξανδρος
 Hi  
apt-cache --names-only  search  '^a'  except from 
packages name started with 'a' (intented)  will also  give 
packages that they have a source file whos name starts with 
'a'. is that an error?


eg:
$apt-cache --names-only  search  '^a'
...
xul-ext-adblock-plus
...
 
$ apt-cache show xul-ext-adblock-pl
ackage: xul-ext-adblock-plus
Priority: optional
Section: web
Installed-Size: 1480
Maintainer: Dmitry E. Oboukhov 
Architecture: all
Source: adblock-plus
Version: 1.2.1-1


alexander.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103131922.38720.apreka...@gmail.com



regarding fglrx installation in squeeze.

2011-03-05 Thread Πρεκατές Αλέξανδρος
I followed the steps in :
http://wiki.debian.org/ATIProprietary
and it was successfull.
But 
# modprobe -r  radeon drm 
 didnt work .

So is this step necessary , since when we reboot those modules are not there.? 

aprekates
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103051253.03685.apreka...@gmail.com