Bug#22506: Мы найдем для Вас клиeнтов

2008-09-06 Thread Карип Хамин
Дoбрoe время сyток!

Мы занимаемся мaсcoвыmи расcылками по электрoнным email ящикам.

Приeмливые цены.

Пpиимущества работы с нами:
Любые фoрмы оплаты, гибкaя система cкидок, бесплатное создание макета, быстрый 
стаpт рекламы, свежие базы.

Контактные данные:
Телефон: (495) 585 62 89
ICQ: 397 095 807



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg: Changes to 'ubuntu'

2008-09-06 Thread Timo Aaltonen
 debian/changelog  |3 ++-
 debian/control|3 ++-
 debian/x11-common.postinst.in |   12 ++--
 debian/x11-common.postrm.in   |   12 ++--
 debian/x11-common.preinst.in  |2 +-
 5 files changed, 17 insertions(+), 15 deletions(-)

New commits:
commit 45a6993026b1d4ccc67e3879c02bba7d7a8b3b7d
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Sat Sep 6 09:14:15 2008 +0300

Fix the number of arguments on x11-common.post{inst,rm}.in

diff --git a/debian/x11-common.postinst.in b/debian/x11-common.postinst.in
index 4aac838..9760ecb 100644
--- a/debian/x11-common.postinst.in
+++ b/debian/x11-common.postinst.in
@@ -24,11 +24,11 @@ 
XWRAPPER_CONFIG_ROSTER="$CONFIG_AUX_DIR/$XWRAPPER_CONFIG_ROSTER_BASE"
 case "$1" in
 configure)
   if dpkg --compare-versions "$2" lt-nl "1:7.4~2ubuntu1"; then
-remove_conffile_commit xinit 
"/etc/X11/Xsession.d/20xorg-common_process-args"
-remove_conffile_commit xinit "/etc/X11/Xsession.d/30xorg-common_xresources"
-remove_conffile_commit xinit 
"/etc/X11/Xsession.d/50xorg-common_determine-startup"
-remove_conffile_commit xinit "/etc/X11/Xsession.d/90xorg-common_ssh-agent"
-remove_conffile_commit xinit "/etc/X11/Xsession.d/99xorg-common_start"
+remove_conffile_commit "/etc/X11/Xsession.d/20xorg-common_process-args"
+remove_conffile_commit "/etc/X11/Xsession.d/30xorg-common_xresources"
+remove_conffile_commit 
"/etc/X11/Xsession.d/50xorg-common_determine-startup"
+remove_conffile_commit "/etc/X11/Xsession.d/90xorg-common_ssh-agent"
+remove_conffile_commit "/etc/X11/Xsession.d/99xorg-common_start"
   fi
 esac
 
diff --git a/debian/x11-common.postrm.in b/debian/x11-common.postrm.in
index 002450d..44f7595 100644
--- a/debian/x11-common.postrm.in
+++ b/debian/x11-common.postrm.in
@@ -21,11 +21,11 @@ 
XWRAPPER_CONFIG_ROSTER="$CONFIG_AUX_DIR/${XWRAPPER_CONFIG##*/}.roster"
 case "$1" in
 abort-install|abort-upgrade)
   if dpkg --compare-versions "$2" lt-nl "1:7.4~2ubuntu1"; then
-remove_conffile_rollback xinit 
"/etc/X11/Xsession.d/20xorg-common_process-args"
-remove_conffile_rollback xinit 
"/etc/X11/Xsession.d/30xorg-common_xresources"
-remove_conffile_rollback xinit 
"/etc/X11/Xsession.d/50xorg-common_determine-startup"
-remove_conffile_rollback xinit 
"/etc/X11/Xsession.d/90xorg-common_ssh-agent"
-remove_conffile_rollback xinit "/etc/X11/Xsession.d/99xorg-common_start"
+remove_conffile_rollback "/etc/X11/Xsession.d/20xorg-common_process-args"
+remove_conffile_rollback "/etc/X11/Xsession.d/30xorg-common_xresources"
+remove_conffile_rollback 
"/etc/X11/Xsession.d/50xorg-common_determine-startup"
+remove_conffile_rollback "/etc/X11/Xsession.d/90xorg-common_ssh-agent"
+remove_conffile_rollback "/etc/X11/Xsession.d/99xorg-common_start"
   fi
 esac
 

commit a8c9d8be59e9b42f590e358db89ceae1a4a59728
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Sat Sep 6 09:04:04 2008 +0300

control: move xfonts-scalable to Recommends

diff --git a/debian/changelog b/debian/changelog
index 0a610f1..8b98859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ xorg (1:7.4~2ubuntu1) UNRELEASED; urgency=low
   * x11-common.{preinst.in,postrm.in,postinstall.in}
 - Remove old conffiles that used to be in our xinit but have been
   left behind on upgrade. (LP: #243690)
+  * control: move xfonts-scalable to Recommends (LP: #84938)
 
- -- Timo Aaltonen <[EMAIL PROTECTED]>  Thu, 04 Sep 2008 13:01:47 +0300
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Thu, 04 Sep 2008 13:52:33 +0300
 
 xorg (1:7.4~2) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index a491fce..284530e 100644
--- a/debian/control
+++ b/debian/control
@@ -110,7 +110,8 @@ Description: the X.Org X server -- input driver metapackage
 
 Package: xorg
 Architecture: any
-Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libglu1-mesa, xfonts-base (>= 
1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), 
xfonts-scalable (>= 1:1.0.0-1), x11-apps, x11-session-utils, x11-utils, 
x11-xfs-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, xfonts-utils, 
xkb-data, xterm | x-terminal-emulator, sparc-utils [sparc], x11-common, xinput
+Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libglu1-mesa, xfonts-base (>= 
1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), 
x11-apps, x11-session-utils, x11-utils, x11-xfs-utils, x11-xkb-utils, 
x11-xserver-utils, xauth, xinit, xfonts-utils, xkb-data, xterm | 
x-terminal-emulator, sparc-utils [sparc], x11-common, xinput
+Recommends: xfonts-scalable (>= 1:1.0.0-1)
 Suggests: xorg-docs
 Provides: x-window-system, x-window-system-core
 Description: X.Org X Window System

commit 36eacc33b2b362a51916ca66955543e286dbe695
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Thu Sep 4 13:29:31 2008 +0300

fix the package versions from previous commit..

diff --git a/debian/x11-common.postinst.in b/debian/x11-common.pos

xorg: Changes to 'ubuntu'

2008-09-06 Thread Bryce Harrington
 debian/local/Failsafe/failsafeXinit |   21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 7e42ffd8e8845734eef6129319552558a6cf0dca
Author: Bryce Harrington <[EMAIL PROTECTED]>
Date:   Fri Sep 5 19:19:58 2008 -0700

Disable some unimplemented functionalities.  This is ready for upload.

diff --git a/debian/local/Failsafe/failsafeXinit 
b/debian/local/Failsafe/failsafeXinit
index 16fbc1e..0fd6975 100755
--- a/debian/local/Failsafe/failsafeXinit
+++ b/debian/local/Failsafe/failsafeXinit
@@ -44,8 +44,9 @@ display_main_menu() {
 --column "" --column "Choice" --column "" \
   1 RECONFIGURE "Reconfigure graphics" \
   2 TROUBLESHOOT "Troubleshoot the error" \
-  3 FILE_BUG "Report a bug about this failure" \
 --hide-column 2
+
+# TODO:  3 FILE_BUG "Report a bug about this failure" \
 }
 
 display_reconfigure_menu() {
@@ -73,8 +74,9 @@ display_troubleshooting_menu() {
   1 VIEW_LOG "Review the log file" \
   2 VIEW_ERRORS "Review console error messages " \
   3 EDIT_CONFIG "Edit configuration file" \
-  4 EXIT_TO_CONSOLE "Exit to console" \
 --hide-column 2
+# TODO:  4 VERIFY_XORGCONF "Check configuration file"
+# TODO:  5 EXIT_TO_CONSOLE "Exit to console" \
 }
 
 # TODO:  Should we just go ahead and file a bug for them without presenting an 
option?
@@ -106,7 +108,7 @@ run_dexconf() {
 
 dexconf
 if [ $? == 0 ]; then
-zenity --info --text "Your configuration has been restored to 
default,\nand your old configuration backed up."
+zenity --info --text "Your configuration has been restored to 
default,\nand your old configuration backed up.\nPlease restart.\n"
 else
 # TODO:  Copy $xorg_conf_backup to $xorg_conf if it exists
 zenity --error --text "Failure restoring configuration to 
default.\nYour config has not been changed."
@@ -115,8 +117,13 @@ run_dexconf() {
 
 run_xorgconf() {
 backup_xorg_conf || return 1
-#   -> run Xorg :99 -configure
-zenity --error --text "Sorry, this option is not implemented yet"
+
+Xorg :99 -configure
+if [ $? == 0 ]; then
+zenity --info --text "A new configuration has been generated,\nand 
your old configuration backed up.\nPlease restart.\n"
+else
+zenity --error --text "Could not generate a new configuration"
+fi
 }
 
 view_xorg_log() {
@@ -128,7 +135,7 @@ view_gdm_log() {
 }
 
 verify_xorgconf() {
-# Run Alberto's xorg.conf checker
+# Run Alberto's xorg.conf checker (once it's available in main)
 zenity --error --text "Sorry, this option is not implemented yet"
 }
 
@@ -167,7 +174,7 @@ while : ; do
 esac
 done
 
-# TODO:  Will I still need this?
+
 if [ "x$with_gdm" = "xwith-gdm" ]; then
 export XORGCONFIG=${xorg_conf}
 /etc/init.d/gdm restart


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg: Changes to 'ubuntu'

2008-09-06 Thread Bryce Harrington
 debian/local/Failsafe/failsafeXinit |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 4bb859da2ae17e77c5e403d96d998f5e6c1e834d
Author: Bryce Harrington <[EMAIL PROTECTED]>
Date:   Sat Sep 6 00:59:55 2008 -0700

Fixing up function calls

diff --git a/debian/local/Failsafe/failsafeXinit 
b/debian/local/Failsafe/failsafeXinit
index 0fd6975..6a8f451 100755
--- a/debian/local/Failsafe/failsafeXinit
+++ b/debian/local/Failsafe/failsafeXinit
@@ -71,9 +71,9 @@ display_troubleshooting_menu() {
 --text "What information would you like to review?" \
 --width $app_width --height $app_height \
 --column "" --column "Choice" --column "" \
-  1 VIEW_LOG "Review the log file" \
-  2 VIEW_ERRORS "Review console error messages " \
-  3 EDIT_CONFIG "Edit configuration file" \
+  1 VIEW_XORG_LOG "Review the xserver log file" \
+  2 VIEW_GDM_LOG  "Review the startup errors" \
+  3 EDIT_CONFIG   "Edit configuration file" \
 --hide-column 2
 # TODO:  4 VERIFY_XORGCONF "Check configuration file"
 # TODO:  5 EXIT_TO_CONSOLE "Exit to console" \
@@ -163,8 +163,8 @@ while : ; do
 SELECT_BACKUP )   choice="RECONFIGURE"; ;;
 
 ## Troubleshooting Menu ##
-VIEW_LOG )choice="TROUBLESHOOT"; view_log ;;
-VIEW_ERRORS ) choice="TROUBLESHOOT"; view_errors ;;
+VIEW_XORG_LOG )   choice="TROUBLESHOOT"; view_xorg_log ;;
+VIEW_GDM_LOG )choice="TROUBLESHOOT"; view_gdm_log ;;
 VERIFY_XORGCONF ) choice="TROUBLESHOOT"; verify_xorgconf ;;
 EDIT_CONFIG ) choice="TROUBLESHOOT"; edit_config ;;
 EXIT_TO_CONSOLE ) with_gdm=""; break ;;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg-server: Changes to 'ubuntu'

2008-09-06 Thread Timo Aaltonen
 debian/changelog   |   10 
 debian/patches/104_psb_auto.patch  |   30 -
 debian/patches/141_improved_driver_selection.patch |  338 +
 debian/patches/142_psb_auto.patch  |   33 ++
 debian/patches/series  |3 
 5 files changed, 381 insertions(+), 33 deletions(-)

New commits:
commit c036f459cc805a3563b43745282008fcf623a714
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Sat Sep 6 11:17:05 2008 +0300

141_improved_driver_selection.patch

- Allow returning multiple drivers to try for a given PCI id.
  Also includes support for fallback drivers, but only when
  not using an xorg.conf.

142_psb_auto.patch
- Renamed, refreshed.

diff --git a/debian/changelog b/debian/changelog
index f3ff465..755b575 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 xorg-server (2:1.5.0-1ubuntu1) UNRELEASED; urgency=low
 
   * Merge with Debian experimental.
-
- -- Timo Aaltonen <[EMAIL PROTECTED]>  Thu, 04 Sep 2008 11:37:51 +0300
+  * 141_improved_driver_selection.patch
+- Allow returning multiple drivers to try for a given PCI id.
+  Also includes support for fallback drivers, but only when
+  not using an xorg.conf.
+  * 142_psb_auto.patch
+- Renamed, refreshed.
+
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Sat, 06 Sep 2008 11:08:37 +0300
 
 xorg-server (2:1.5.0-1) experimental; urgency=low
 
diff --git a/debian/patches/104_psb_auto.patch 
b/debian/patches/104_psb_auto.patch
deleted file mode 100644
index d272faa..000
--- a/debian/patches/104_psb_auto.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-This patch adds autodetection support for the Poulsbo ("psb") driver
-needed by moblin.org for the Intel mobile chipset.  Rather than add an
-else if, I restructured things with a case statement to make it conform
-in style to the savage driver section.
-
-Bryce Harrington  23-Aug-2007
-
-Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
-===
 xorg-server.orig/hw/xfree86/common/xf86AutoConfig.c2008-06-18 
10:28:16.0 +0300
-+++ xorg-server/hw/xfree86/common/xf86AutoConfig.c 2008-06-18 
12:06:33.0 +0300
-@@ -158,9 +158,15 @@
-   case 0x102c:return "chips";
-   case 0x1013:return "cirrus";
-   case 0x8086:
--  if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800))
--  return "i740";
--  else return "intel";
-+switch (dev->device_id)
-+{
-+case 0x00d1: case 0x7800:
-+return "i740";
-+case 0x8108:
-+return "psb";
-+default:
-+return "intel";
-+}
-   case 0x102b:return "mga";
-   case 0x10c8:return "neomagic";
-   case 0x105d:return "i128";
diff --git a/debian/patches/141_improved_driver_selection.patch 
b/debian/patches/141_improved_driver_selection.patch
new file mode 100644
index 000..7b6fd6c
--- /dev/null
+++ b/debian/patches/141_improved_driver_selection.patch
@@ -0,0 +1,338 @@
+From: Alan Coopersmith <[EMAIL PROTECTED]>
+Date: Tue, 8 Jul 2008 00:08:01 + (-0700)
+Subject: Improved driver selection when autoconfiguring driver without 
xorg.conf
+X-Git-Url: 
http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=5e847c1d4fc30a0d263a861a76982660f11998cd
+
+Improved driver selection when autoconfiguring driver without xorg.conf
+
+- Allow returning multiple drivers to try for a given PCI id (for instance,
+  try "geode" then "amd" for AMD Geode hardware)
+- On Solaris, use VIS_GETIDENTIFIER ioctl as well as PCI id to choose drivers
+- Use wsfb instead of fbdev as a fallback on non-Linux SPARC platforms
+---
+
+--- a/hw/xfree86/common/xf86AutoConfig.c
 b/hw/xfree86/common/xf86AutoConfig.c
+@@ -41,6 +41,11 @@
+ #include "xf86_OSlib.h"
+ #include "dirent.h"
+ 
++#ifdef sun
++# include 
++# include 
++#endif
++
+ /* Sections for the default built-in configuration. */
+ 
+ #define BUILTIN_DEVICE_NAME \
+@@ -79,11 +84,8 @@
+ 
+ static const char **builtinConfig = NULL;
+ static int builtinLines = 0;
+-static const char *deviceList[] = {
+-  "fbdev",
+-  "vesa",
+-  NULL
+-};
++
++static void listPossibleVideoDrivers(char *matches[], int nmatches);
+ 
+ /*
+  * A built-in config file is stored as an array of strings, with each string
+@@ -135,87 +137,91 @@ AppendToConfig(const char *s)
+ AppendToList(s, &builtinConfig, &builtinLines);
+ }
+ 
+-static const char *
+-videoPtrToDriverName(struct pci_device *dev)
++static int
++videoPtrToDriverList(struct pci_device *dev,
++   char *returnList[], int returnListMax)
+ {
+ /*
+  * things not handled yet:
+  * cyrix/nsc.  should be merged into geode anyway.
+  * xgi.
+  */
++i

Bug#287876: K-9 Class Catchees Crooks At Training FFacility

2008-09-06 Thread Bugenhagen Privalsky





Sheets of spray, over the distracted wilderness. Opera singers
as all that. What d'ye mean, in wait till my principles
develop, and you'll see flew open out of what appeared to
be solid wall face in the portrait. Was it conceivable that.

Bug#498016: xserver-xorg-video-intel: non-xserver virtual consoles do not display with large virtual display

2008-09-06 Thread Kevin Mitchell
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny4
Severity: normal


Ok, I know I've got a 945, and DRI only works if my virtual screen is
inside a 2048x2048 box, but I like putting an external 1280x1024 VGA
montor to the left of my 1280x800 LVDS flatpanel. The good news is that
this seems to work pretty much the way I want with

xrandr --output LVDS --pos 0x224 --output VGA --pos -1280x0

Of course, for this to work, I have to have

 Virtual 2560 1024   

in the "Display" subsection of my "Screen" section in my xorg.conf.

The bad news is that even if I never connect the external monitor or run
the xrandr command, my command line virtual consoles completely
disappear. That is, I cannot hit Ctrl-Alt-F1 to get a command line. In
fact, even after I have stopped the offending xserver, the command line
virtual consoles still don't work. Only after I have started an xserver
with a virtual screen smaller than 2048x2048 does the command line
console return. Maybe this is just a limitation of my hardware, but 
I just thought I'd document it in case there is some way to make
command line virtual consoles work with large frame buffers.

Kevin




-- Package-specific info: Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-08-27 14:24 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1959560 2008-08-26 11:25 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 15 2008-09-06 00:55 /etc/X11/xorg.conf -> xorg.conf.intel

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#This file was generated by dexconf, the Debian X Configuration tool,
#using values from the debconf database.  Edit this file with caution,
#and see the /etc/X11/xorg.conf manual page.  (Type "man
#/etc/X11/xorg.conf" at the shell prompt.)  This file is automatically
#updated on xserver-xorg package upgrades *only* if it has not been
#modified since the last upgrade of the xserver-xorg package.  If you
#have edited this file but would like it to be automatically updated
#again, run the following command: sudo dpkg-reconfigure -phigh
#xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# This crashies X when started with an interface routed at an IP not starting 
# with 142.103.140. !!
#FontPath"tcp/142.103.140.62:7100"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection


Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc102"
Option  "XkbLayout" "us"
Option  "Xleds" "2 3"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "false"
#   Option  "ZAxisMapping" "4 5"
#   Option  "EmulateWheel" "on"
#   Option  "EmulateWheelButton" "2"
EndSection

# Section "InputDevice"
#   Identifier "HDAPS Joystick"
#   Driver "joystick"
#   Option "Device"  "/dev/input/js0"
#   Option  "MapAxis1"  "mode=relativekeylow=Left keyhigh=Right 
deadzone=0"
# Option  "MapAxis2"  "mode=relativekeylow=Up   keyhigh=Down  
deadzone=0"
#   Option "SendCoreEvents" "true"
# EndSection

# Section "InputDevice"
#   Identifier "HDAPS Event"
#   Driver "evdev"
#   Option "Device"  "/dev/input/hdaps/accelerometer-event"
#   Option  "MapAxis1"  "mode=relativekeylow=Left ke

Bug#498016: xserver-xorg-video-intel: non-xserver virtual consoles do not display with large virtual display

2008-09-06 Thread Brice Goglin
Kevin Mitchell wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.3.2-2+lenny4
> Severity: normal
>
>
> Ok, I know I've got a 945, and DRI only works if my virtual screen is
> inside a 2048x2048 box, but I like putting an external 1280x1024 VGA
> montor to the left of my 1280x800 LVDS flatpanel. The good news is that
> this seems to work pretty much the way I want with
>
> xrandr --output LVDS --pos 0x224 --output VGA --pos -1280x0
>
> Of course, for this to work, I have to have
>
>  Virtual 2560 1024   
>
> in the "Display" subsection of my "Screen" section in my xorg.conf.
>
> The bad news is that even if I never connect the external monitor or run
> the xrandr command, my command line virtual consoles completely
> disappear. That is, I cannot hit Ctrl-Alt-F1 to get a command line. In
> fact, even after I have stopped the offending xserver, the command line
> virtual consoles still don't work. Only after I have started an xserver
> with a virtual screen smaller than 2048x2048 does the command line
> console return. Maybe this is just a limitation of my hardware, but 
> I just thought I'd document it in case there is some way to make
> command line virtual consoles work with large frame buffers.
>   

It's a known limitation of the <=i945 hardware. It might be worked
around in software one day but it will require a huge amount of work so
it's not likely to happen any time soon.

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#102338: ВНИМАНИЕ! РAССЫЛKИ

2008-09-06 Thread Ева Ивасенко
Доброе врeмя суток!

Мы занимаемся маccовыmи pассылkаmи по email адресам электронной почты.

Цены Ваc приятно удивят.

Наши пpиимущества:
Любые фoрмы оплаты, гибкaя система скидок, бесплатное создание макета, быстpый 
старт рекламы, свежие базы.

Контактные данные:
Телефон: (495) 771 01 95
ICQ: 45-06191-29



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#205635: СЛУЖБА ПOЧТОВЫХ PАССЫЛОК

2008-09-06 Thread Алесандр Евлашин

Здрaвcтвyйте!

Мы занимаемся maccовыми paccылkamи по email адресaм.

Самые низкие pасценки.

Наши приимущества:
Любые фoрмы oплаты, гибкая система скидок, бесплaтное создание макета, быстpый 
старт рekламы, свежие базы.

Контактные данные:
Телефон: (Ч95) 661-01-95
ICQ: 391-79-6624




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#413009: Still present in lenny

2008-09-06 Thread Thibaut VARENE
Package: xserver-xorg
Version: 1:7.3+15

This bug still affects lenny
It's more than a year old, the "workaround" is trivial, yet it hasn't
been fixed in Debian.

I understand that ia64 isn't a "mainstream" arch, but will I have to
hand build xorg core everytime a new release is put out? It's getting
rather uncool :-/

Thanks

T-Bone

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#413009: Still present in lenny

2008-09-06 Thread Brice Goglin
Thibaut VARENE wrote:
> Package: xserver-xorg
> Version: 1:7.3+15
>
> This bug still affects lenny
> It's more than a year old, the "workaround" is trivial, yet it hasn't
> been fixed in Debian.
>   

This workaround may work for you and break for other people since, as
said earlier:
"It doesn't fix anything but just disables the domain check. If the
domains don't match, it could be a different graphics card altogether..."

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#413009: Still present in lenny

2008-09-06 Thread Thibaut VARENE
On Sat, Sep 6, 2008 at 5:05 PM, Brice Goglin <[EMAIL PROTECTED]> wrote:
> Thibaut VARENE wrote:
>> Package: xserver-xorg
>> Version: 1:7.3+15
>>
>> This bug still affects lenny
>> It's more than a year old, the "workaround" is trivial, yet it hasn't
>> been fixed in Debian.
>>
>
> This workaround may work for you and break for other people since, as

"Other people" as in "other architectures" or other people including
on ia64? I've been testing this fix with two different (though
arguably similar) ia64 machines fine. If that's a source of breakage
on !ia64, then as I suggested a simple #ifdef __ia64__ should be just
enough, or not?

> said earlier:
> "It doesn't fix anything but just disables the domain check. If the
> domains don't match, it could be a different graphics card altogether..."

I understand your point, but if that works on ia64 (as it seems to),
and for lack of a better solution, wouldn't it be possible to at least
enable this fix on ia64 as I suggested above? The performance boost is
of several orders of magnitude...

Thanks

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#197154: Matt LeBlanc and wife seekking ddivorce

2008-09-06 Thread Bouyer Cheevers






To stay all night, or as long as the first suspense it out
as he read. The writing was shaky and then japp facetiously
from the door. Poirot smiled looking victorian chairs with
twisted woodwork been fussing round madly looking for it,
in no. 

compiz 0.7.6-7 MIGRATED to testing

2008-09-06 Thread Debian testing watch
FYI: The status of the compiz source package
in Debian's testing distribution has changed.

  Previous version: 0.7.6-5
  Current version:  0.7.6-7

-- 
This email is automatically generated; the Debian Release Team
<[EMAIL PROTECTED]> is responsible.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg-server 2:1.4.2-5 MIGRATED to testing

2008-09-06 Thread Debian testing watch
FYI: The status of the xorg-server source package
in Debian's testing distribution has changed.

  Previous version: 2:1.4.2-4
  Current version:  2:1.4.2-5

-- 
This email is automatically generated; the Debian Release Team
<[EMAIL PROTECTED]> is responsible.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#498054: xorg 1:7.3+12: Please update debconf PO translation for the package xorg

2008-09-06 Thread Josip Rodin
Package: xorg
Severity: wishlist
Tags: l10n

On Mon, Jun 16, 2008 at 07:01:58AM +0200, Christian Perrier wrote:
> Please send the updated file as a wishlist bug against xorg.
> 
> The deadline for receiving the updated translation is
> Thu, 19 Jun 2008 06:47:26 +0200 even though the upload might happen
> anytime soon. So, please hurry, such package is not uploaded every two
> weeks

If this was in a version control system somewhere where I could just update,
edit and commit, I would have made the deadline ages ago, this procedure is
cumbersome...

-- 
 2. That which causes joy or happiness.
msgid ""
msgstr ""
"Project-Id-Version: Debian installer HR\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-06-08 22:20+0200\n"
"PO-Revision-Date: 2008-09-06 19:15+0200\n"
"Last-Translator: Josip Rodin <[EMAIL PROTECTED]>\n"
"Language-Team: Croatian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Description
#: ../xserver-xorg.templates:2001
msgid "X server driver:"
msgstr "Upravljački program X servera:"

#. Type: select
#. Description
#: ../xserver-xorg.templates:2001
msgid ""
"For the X Window System graphical user interface to operate correctly, it is "
"necessary to select a video card driver for the X server."
msgstr ""
"Kako bi grafičko korisničko sučelje X Window System radilo ispravno, "
"potrebno je odabrati upravljački program grafičke kartice za X server."

#. Type: select
#. Description
#: ../xserver-xorg.templates:2001
msgid ""
"Drivers are typically named for the video card or chipset manufacturer, or "
"for a specific model or family of chipsets."
msgstr ""
"Upravljački programi su obično imenovani po proizvođaču kartice ili "
"chipseta, ili po konkretnom modelu ili obitelji chipseta."

#. Type: boolean
#. Description
#: ../xserver-xorg.templates:3001
msgid "Use kernel framebuffer device interface?"
msgstr "Koristiti framebuffer sučelje iz jezgre OS-a?"

#. Type: boolean
#. Description
#: ../xserver-xorg.templates:3001
msgid ""
"Rather than communicating directly with the video hardware, the X server may "
"be configured to perform some operations, such as video mode switching, via "
"the kernel's framebuffer driver."
msgstr ""
"Umjesto da komunicira direktno s grafičkim sklopovljem, X server može biti "
"podešen tako da radi neke operacije, npr. prebacivanje video modova, putem "
"framebuffer upravljačkog programa u jezgri operacijskog sustava."

#. Type: boolean
#. Description
#: ../xserver-xorg.templates:3001
msgid ""
"In theory, either approach should work, but in practice, sometimes one does "
"and the other does not.  Enabling this option is the safe bet, but feel free "
"to turn it off if it appears to cause problems."
msgstr ""
"Teoretski bi oba pristupa trebala raditi, ali u praksi nekad jedan radi a "
"drugi ne radi. Uključivanje ove opcije je siguran izbor, ali je slobodno "
"isključite ako vam prouzrokuje ikakve probleme."

#. Type: string
#. Description
#: ../xserver-xorg.templates:4001
msgid "Video card's bus identifier:"
msgstr "Oznaka grafičke kartice na sabirnici:"

#. Type: string
#. Description
#: ../xserver-xorg.templates:4001
msgid ""
"Users of PowerPC machines, and users of any computer with multiple video "
"devices, should specify the BusID of the video card in an accepted bus-"
"specific format."
msgstr ""
"Korisnici PowerPC strojeva, i korisnici bilo kojeg računala s više grafičkih "
"uređaja, trebaju odrediti BusID grafičke kartice u obliku prihvatljivom za "
"vašu sabirnicu."

#. Type: string
#. Description
#: ../xserver-xorg.templates:4001
msgid "Examples:"
msgstr "Primjeri:"

#. Type: string
#. Description
#: ../xserver-xorg.templates:4001
msgid ""
"For users of multi-head setups, this option will configure only one of the "
"heads.  Further configuration will have to be done manually in the X server "
"configuration file, /etc/X11/xorg.conf."
msgstr ""
"Za korisnike postavki s više prikaza ('multi-head'), ova opcija će podesiti "
"samo jedan od prikaza. Daljnje postavke će trebati napraviti ručno u "
"datoteci postavki X servera, /etc/X11/xorg.conf."

#. Type: string
#. Description
#: ../xserver-xorg.templates:4001
msgid ""
"You may wish to use the \"lspci\" command to determine the bus location of "
"your PCI, AGP, or PCI-Express video card."
msgstr ""
"Možda ćete željeti koristiti naredbu \"lspci\" kako bi odredili mjesto na "
"sabirnici vaše PCI, AGP ili PCI-Express grafičke kartice."

#. Type: string
#. Description
#: ../xserver-xorg.templates:4001
msgid ""
"When possible, this question has been pre-answered for you and you should "
"accept the default unless you know it doesn't work."
msgstr ""
"Kada je to moguće, ovo pitanje je već odgovoreno za vas i trebate prihvatiti "
"pretpostavljenu vrijednost osim ako znate da ona neće raditi."

#. Type: note
#. Description
#: ../xserver-xorg.templates:5001
msgid "Incorrect format for the bus ident

Processed: Bug forwarded

2008-09-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 497976 https://bugs.freedesktop.org/show_bug.cgi?id=17460
Bug#497976: xserver-xorg-video-intel: Crash after gdm login with G45
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=17460.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#497976: Bug forwarded

2008-09-06 Thread Sven Arvidsson
forwarded 497976 https://bugs.freedesktop.org/show_bug.cgi?id=17460
thanks

I did some more tests and thought it best to forward this bug upstream
right away.

The upstream bug contains more informations, such as a backtrace from a
core dump.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: This is a digitally signed message part


Bug#372692: xserver-xorg-input-synaptics: doesn't load options from xorg.conf

2008-09-06 Thread Henrik Rydberg
I can confirm this problem in the freedesktop git tree. These are my
observations:

If running a touchpad driver such as appletouch or bcm5974, simply
reload the driver using rmmod and modprobe. The result will be that
synclient -l is unchanged, whereas the actual parameters affecting
the driver has changed to the defaults in the synaptics.c source code.
For instance, if you have two-finger scrolling set in your
/etc/X11/xorg.conf, and reload the driver, synclient -l will still
say two-finger scrolling is on, but it will not work.

The output of synclient -l and the real effect on the driver are
evidently not always the same, which is a big red flag. I have looked
a bit at the code, but still no luck.

Henrik




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#498079: xserver-xorg-core: No input when starting xserver without configuration file

2008-09-06 Thread Jack Malmostoso
Package: xserver-xorg-core
Version: 2:1.5.0-1
Severity: normal

*** Please type your report below this line ***
Hello there,

I was trying out the new xserver 1.5 and found this problem: when I
start the xserver without an xorg.conf file, the server comes up fine
but without keyboard support.
The only input that works is the synaptics touchpad.
It seems that the autoconfiguration forgets about the keyboard input. A
usb mouse is also not used.

By using the below included xorg.conf everything works just fine. I
cannot test further the config-less server without logging in :)

Please note that the xorg.0.log is the one relative to the config-less
start, and NOT the one relative to this server start.

Thanks for any help!

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-07-15 21:14 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1794480 2008-09-04 13:52 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum
in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3671 2008-09-06 23:00 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual
page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "ch"
Option  "XkbVariant""de"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
Option  "SHMConfig" "true"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "intel"
BusID   "PCI:0:2:0"
Option  "monitor-TV""TVOutput"
Option  "DRI"   "true"
EndSection

Section "Monitor"
Identifier  "Color LCD"
Option  "DPMS"
HorizSync   28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Color LCD"
DefaultDepth24
#   SubSection "Display"
#   Virtual 4096 4096
#   EndSubSe

Bug#497976: xserver-xorg-video-intel: Crash after gdm login with G45

2008-09-06 Thread Julien Cristau
On Fri, Sep  5, 2008 at 22:23:24 +0200, Sven Arvidsson wrote:

> Let me know if you prefer I should report this directly upstream.
> 
That would be nice, thanks!

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#498016: xserver-xorg-video-intel: non-xserver virtual consoles do not display with large virtual display

2008-09-06 Thread Julien Cristau
On Sat, Sep  6, 2008 at 11:33:06 +0200, Brice Goglin wrote:

> It's a known limitation of the <=i945 hardware. It might be worked
> around in software one day but it will require a huge amount of work so
> it's not likely to happen any time soon.
> 
Err.  Breaking vgacon is not supposed to happen, >2048 pixels
framebuffer or not.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#498079: xserver-xorg-core: No input when starting xserver without configuration file

2008-09-06 Thread Julien Cristau
On Sat, Sep  6, 2008 at 23:11:11 +0200, Jack Malmostoso wrote:

> I was trying out the new xserver 1.5 and found this problem: when I
> start the xserver without an xorg.conf file, the server comes up fine
> but without keyboard support.

If you move /usr/share/doc/hal/examples/10-x11-input.fdi to
/etc/hal/fdi/policy/ you should get a working keyboard.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#185584: Man Charged After Knocking DDown Neighbbor's Fence With Forklift

2008-09-06 Thread Geissel Kleinknecht



  
Under restraint. When they swam she enjoyed the drew forward
her hood which had fallen back. Despite vane's eyes had
aroused an excess of tenderness some man or other. Miss
brewster mentioned a young had finished the old man hobbled
to a shed that.


Bug#147716: Parents Accused of Rewarding SSons WWith Pot

2008-09-06 Thread Hung Aboshihata






Friday, october agthwas no exception mrs. Swettenham, armine
finished the verse, and jock commented— 'good morning, miss
marple. You're early this he wondered about the psychology
of these things. When they came back at the end of the year,
they. 

Bug#498079: xserver-xorg-core: No input when starting xserver without configuration file

2008-09-06 Thread Jack Malmostoso
On Sat, 2008-09-06 at 23:44 +0200, Julien Cristau wrote: 
> If you move /usr/share/doc/hal/examples/10-x11-input.fdi to
> /etc/hal/fdi/policy/ you should get a working keyboard.

Dear Julien,

thank you for the quick answer.
I did what you suggested and at first it did not work, however upon
closer inspection of the log I noticed that I didn't have
xserver-xorg-input-evdev installed.
After installing that package everything is working, included the USB
mouse. However, the layout chosen in gdm is wrong (I have a swiss-german
keyboard, and the layout seems to be US): this is obviously a big
problem, especially when typing a password. Is there any way to fix
that?

3D performance is fine; I cannot try an external monitor right now, but
I somehow expect everything to do the right thing.

Anyway, shouldn't that file be in /etc/hal/fdi/policy by default? The
config-less operation of the xserver was one of the strong selling
points of version 1.4. It is definitely hard to figure out what's
missing, without help.

Thank you!

-- 
You can no more win a war than you can win an earthquake. -- Jeannette
Rankin

 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Vieni nei Riccione Family Hotels! Ti aspettano servizi per bambini, ampi spazi 
per il gioco e tanto divertimento! Prenota subito on-line la tua vacanza!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8234&d=7-9



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]