[gentoo-user] Modular X and Black Screen on Alt-Tab (switch Windows)

2006-09-30 Thread Ow Mun Heng
I'm not sure what's going on. I finally went from xorg-6.8.2-r2 to
xorg-7.
Everything seems to be working fine. (i'm happy that there wasn't much
issues) (yet??)

The only thing which is bugging me is the Switching Windows. (Alt-Tab)
in Gnome-2.14

When I do an Alt-Tab, the whole window (the currently selected window)
will end  up being black

A screenshot can be seen here

http://static.flickr.com/107/256242636_faf82c36d8.jpg?v=0


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-24 Thread Walter Dnes
On Thu, Sep 21, 2006 at 05:24:44PM -0400, Philip Webb wrote

 I've never quite understood why it's Ctl-Alt-F7 which returns,
 when the TTY's involved seem to be 1  2 .  In fact,
 I've suppressed higher-numbered TTY 3-6 in  /etc/inittab .
 Another test reveals that Ctl-Alt-F3 returns to the X session,
 so perhaps the command to return uses the next free F key.
 Can anyone confirm that ?  Anyway the problem is solved.

  My own setup is somewhat non-standard.  I have...

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
c7:2345:respawn:/sbin/agetty 38400 tty7 linux
c8:2345:respawn:/sbin/agetty 38400 tty8 linux
c9:2345:respawn:/sbin/agetty 38400 tty9 linux

  I have a regular user account.  I launch X, which takes tty10.  I have
a second scratch account for certain tasks, and viewing Google and
other video sites in 400x300 mode or lower.  I tell it to use display :1,
which is tty11.  tty12 is used by kernel log messages.

  A hint for tweaking xorg.conf files.  I have several files in /etc/X11
i.e. /etc/X11/1024xorg.conf /etc/X11/2048xorg.conf /etc/X11/320xorg.conf
/etc/X11/360xorg.conf /etc/X11/400xorg.conf /etc/X11/800xorg.conf and
/etc/X11/xorg.conf.  My regular account has a script ~/bin/x

#! /bin/bash
startx -- -nolisten tcp -nosilk -config ${1}xorg.conf 

and the scratch account has ~/bin/x1

#! /bin/bash
startx -- :1 -nolisten tcp -nosilk -config ${1}xorg.conf 

  The regular account launches X with the command x to give me a
1280x1024 screen.  When I'm editing large digital photos, I use the
command x 2048.  This launches X with the file 2048xorg.conf, which
I've set to give me 2048x1536.  When I want to run at 400x300 for
viewing videos, I launch with x1 400, which invokes X with the config
file 400xorg.conf. I generally run with the following textmode ttys...
tty1 regular user, mutt (email)
tty2 regular user, slrn (usenet)
tty3 regular user, general purpose console
tty4 scratch account
tty5 scratch account
tty7 console when ssh'ing into the other machine (I have a 1999 Dell
 450 mhz PIII that is my emergency backup machine).
tty8 root (occasional use only) when doing admin stuff that requires
 root (emerge sync, etc).
tty9 regular user, used for launching X.  I find that X spits out a lot
 of logging garbage to the tty that launched it.

tty10 used by X session :0
tty11 used by X session :1
tty12 used by kernel logger for message output

  I run textmode at 80x48 (YES, forty-eight rows with 10-pixel-high
font, which is much easier on the eyes than 8x8 font).

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] modular X : all's well + a suggestion

2006-09-24 Thread Philip Webb
Resuming Nvidia with modular X proved to be easy using the Guide,
which anyway agrees to my home-made help file from previous occasions.

The ~x86 driver pkg 8774 offered no difficulties with kernel 2.6.18 ,
except that I had to add a line to  xorg.conf :

  Section Monitor
  ...
  DisplaySize 280 210

to avoid having some fonts appear tiny (in KDE 3.5.4):
it was calculating DPI as 75 (wrong), not 92 (correct).
Possibly, this sb added to the trouble-shooting section of the Guide,
as others seem to have run into it (I found the solution on the Forum).

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-24 Thread Philip Webb
060924 Walter Dnes wrote:
 On Thu, Sep 21, 2006 at 05:24:44PM -0400, Philip Webb wrote
 I've never quite understood why it's Ctl-Alt-F7 which returns,
 Another test reveals that Ctl-Alt-F3 returns to the X session,
 so perhaps the command to return uses the next free F key.

-- lots of interesting details snipped --

I have simpler needs  use TTY2 only in emergency,
if something has jammed up on TTY1 : I can't remember the last time.
I'll save your description among my nnotes.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-22 Thread Philip Webb
060921 Philip Webb wrote:
 I've updated to modular X
 and everything seems to be working as before, but where is  xorg.conf ?

Modular X does create its own version on the fly,
but it's better to have the file in  /etc/X11  in case of further change.
On the raw console (outside X) I ran 'Xorg -configure',
which created a version in my home dir, which needed a couple of tweaks
to recognise my mouse  get the display the correct size,
in fact just the changes I had to make when I started 031006 !

So now on to kernel 2.6.18  getting Nvidia acceleration working again.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Andrew Frink
On 9/20/06, Philip Webb [EMAIL PROTECTED] wrote:
I've just updated to modular X  everything seems to be working,except that afterCtl-Alt-F2I can't get back to X withCtl-Alt-F7 .I can get back to the original raw terminal withCtl-Alt-F1 ,which shows3identical error messages.I tried remerging Xkeyboard-config
(from a previous reply here), but it didn't make any difference.Does anyone have a helpful suggestion ?--,,SUPPORT ___//___,Philip Webb : 
[EMAIL PROTECTED]ELECTRIC /] [] [] [] [] []|Centre for Urban  Community StudiesTRANSIT`-O--O---'University of Toronto--
gentoo-user@gentoo.org mailing listPhilip,is X running on VT7, or is it 9,10,11,12?Andrew


Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Mick
On Thursday 21 September 2006 14:16, Andrew Frink wrote:
 On 9/20/06, Philip Webb [EMAIL PROTECTED] wrote:
  I've just updated to modular X  everything seems to be working,
  except that after  Ctl-Alt-F2  I can't get back to X with  Ctl-Alt-F7 .
  I can get back to the original raw terminal with  Ctl-Alt-F1 ,
  which shows  3  identical error messages.  I tried remerging
  Xkeyboard-config
  (from a previous reply here), but it didn't make any difference.
 
  Does anyone have a helpful suggestion ?

 is X running on VT7, or is it 9,10,11,12?

What is the 3xerror message?
-- 
Regards,
Mick


pgpAUmXYGNqEJ.pgp
Description: PGP signature


Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Philip Webb
060921 Andrew Frink wrote:
 On 9/20/06, Philip Webb [EMAIL PROTECTED] wrote:
 I've just updated to modular X  everything seems to be working,
 except that after  Ctl-Alt-F2  I can't get back to X with  Ctl-Alt-F7 .
 I can get back to the original raw terminal with  Ctl-Alt-F1 ,
 which shows  3  identical error messages.
 is X running on VT7, or is it 9,10,11,12?

I've never quite understood why it's Ctl-Alt-F7 which returns,
when the TTY's involved seem to be 1  2 .  In fact,
I've suppressed higher-numbered TTY 3-6 in  /etc/inittab .
Another test reveals that Ctl-Alt-F3 returns to the X session,
so perhaps the command to return uses the next free F key.
Can anyone confirm that ?  Anyway the problem is solved.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-21 Thread Benno Schulenberg
Philip Webb wrote:
 I've never quite understood why it's Ctl-Alt-F7 which returns,
 when the TTY's involved seem to be 1  2 .

Because on most machines inittab tells init to start agetty on the 
first six VTs, and X then takes the first free VT.

 In fact, 
 I've suppressed higher-numbered TTY 3-6 in  /etc/inittab .
 Another test reveals that Ctl-Alt-F3 returns to the X session,
 so perhaps the command to return uses the next free F key.

In /etc/X11/xdm/Xservers you could set X to always start on VT7.

Benno

-- 
Cetere mi opinias ke ne ĉio tradukenda estas.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : Ctl-Alt-F7 fails (solved)

2006-09-21 Thread Philip Webb
060922 Benno Schulenberg wrote:
 Philip Webb wrote:
 I've never quite understood why it's Ctl-Alt-F7 which returns,
 when the TTY's involved seem to be 1  2 .
 Because on most machines inittab tells init to start agetty
 on the first six VTs, and X then takes the first free VT.
 Another test reveals that Ctl-Alt-F3 returns to the X session,
 so perhaps the command to return uses the next free F key.
 In /etc/X11/xdm/Xservers you could set X to always start on VT7.

Yes, thanks, you've confirmed what I surmised from this test.
I'm quite content to have it be F3 , now I know what's going on.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Philip Webb
I've updated to modular X 

  root: share eix xorg-x11
 [I] x11-base/xorg-x11
 Available versions:  [M]6.8.2-r8 [M]6.9.0-r3 7.0-r1 ~7.1
 Installed:   7.0-r1

and everything seems to be working as before, but where is  xorg.conf ?

  root: X11 pwd
/etc/X11
  root: X11 ls -l
total 8
drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
-rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
-rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit

The guide seems to believe it should be in this dir
 I can't find it in  /usr/lib/X11  /usr/lib/xorg  /usr/share/X11 .
I can't even see an  xorg.conf.example  anywhere.
Before updating, I moved  /etc/X11 - /etc/X11-mono , which is still there.

Is  xorg.conf  no longer essential ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Dale
Philip Webb wrote:
 I've updated to modular X 

   root: share eix xorg-x11
  [I] x11-base/xorg-x11
  Available versions:  [M]6.8.2-r8 [M]6.9.0-r3 7.0-r1 ~7.1
  Installed:   7.0-r1

 and everything seems to be working as before, but where is  xorg.conf ?

   root: X11 pwd
 /etc/X11
   root: X11 ls -l
 total 8
 drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
 -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
 -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
 drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit

 The guide seems to believe it should be in this dir
  I can't find it in  /usr/lib/X11  /usr/lib/xorg  /usr/share/X11 .
 I can't even see an  xorg.conf.example  anywhere.
 Before updating, I moved  /etc/X11 - /etc/X11-mono , which is still there.

 Is  xorg.conf  no longer essential ?

   
Mine is where it always has been. 

 [EMAIL PROTECTED] / # ls -al /etc/X11/xorg.conf*
 -rw-r--r-- 1 root root  2367 Sep  6 00:07 /etc/X11/xorg.conf
 -rw-r--r-- 1 root root 18899 Jul  2 00:04 /etc/X11/xorg.conf.example
 [EMAIL PROTECTED] / #
If you want I will send you a copy of the example file.

Dale

:-)  :-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Bo Ørsted Andresen
On Friday 22 September 2006 02:35, Philip Webb wrote:
 I've updated to modular X
[...]
 and everything seems to be working as before, but where is  xorg.conf ?

   root: X11 pwd
 /etc/X11
   root: X11 ls -l
 total 8
 drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
 -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
 -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
 drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit

 The guide seems to believe it should be in this dir
  I can't find it in  /usr/lib/X11  /usr/lib/xorg  /usr/share/X11 .
 I can't even see an  xorg.conf.example  anywhere.
 Before updating, I moved  /etc/X11 - /etc/X11-mono , which is still there.

You are saying that X is working, right? In that case the log file will show 
you can see where it finds the config file:

# grep Using config /var/log/Xorg.0.log
(==) Using config file: /etc/X11/xorg.conf

My bet is on /root/xorg.conf ...

 Is  xorg.conf  no longer essential ?

Yes.

-- 
Bo Andresen


pgp9DHaByhG4y.pgp
Description: PGP signature


Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Philip Webb
060922 Bo ?rsted Andresen wrote:
 On Friday 22 September 2006 02:35, Philip Webb wrote:
 I've updated to modular X
 and everything seems to be working as before, but where is  xorg.conf ?
   root: X11 pwd
 /etc/X11
   root: X11 ls -l
 total 8
 drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
 -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
 -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
 drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit
 You are saying that X is working, right? In that case
 the log file will show you can see where it finds the config file:
   # grep Using config /var/log/Xorg.0.log
   (==) Using config file: /etc/X11/xorg.conf
 My bet is on /root/xorg.conf ...

No (smile)!  Apparently, it creates its own file on the fly.
Quoting from the log file :

  ...
  (EE) Unable to locate/open config file
  ...
  Running getconfig -X 7000 -I \
  /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig \
  -v 0x10de -d 0x0181 -r 0xa2 -s 0x1043 -b 0x80bb -c 0x0300
  New driver is nv
  (==) Using default built-in configuration (53 lines)
  (==) --- Start of built-in configuration ---

when there follows a fairly good imitation of  xorg.conf  (grin).

  ...
  (WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
  (WW) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
  (WW) No FontPath specified.  Using compiled-in default.
  (==) FontPath set to /usr/share/fonts/misc,/usr/share/fonts/75dpi,\
/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1
  (==) RgbPath set to /usr/share/X11/rgb
  (==) ModulePath set to /usr/lib/xorg/modules
  ...

The whole log file is  748  lines.

 Is  xorg.conf  no longer essential ?
 Yes.

I take it you mean Yes, it is no longer essential ... (smile)

So any advice from anyone: should I 'xorgconfig' (whatever it's called)
or copy the old  xorg.conf  from my back-up  /etc/X11-mono/
or just leave things as they are ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Dale
Philip Webb wrote:
 060922 Bo ?rsted Andresen wrote:
   
 On Friday 22 September 2006 02:35, Philip Webb wrote:
 
 I've updated to modular X
 and everything seems to be working as before, but where is  xorg.conf ?
   root: X11 pwd
 /etc/X11
   root: X11 ls -l
 total 8
 drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
 -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
 -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
 drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit
   
 You are saying that X is working, right? In that case
 the log file will show you can see where it finds the config file:
   # grep Using config /var/log/Xorg.0.log
   (==) Using config file: /etc/X11/xorg.conf
 My bet is on /root/xorg.conf ...
 

 No (smile)!  Apparently, it creates its own file on the fly.
 Quoting from the log file :

   ...
   (EE) Unable to locate/open config file
   ...
   Running getconfig -X 7000 -I \
   /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig \
   -v 0x10de -d 0x0181 -r 0xa2 -s 0x1043 -b 0x80bb -c 0x0300
   New driver is nv
   (==) Using default built-in configuration (53 lines)
   (==) --- Start of built-in configuration ---

 when there follows a fairly good imitation of  xorg.conf  (grin).

   ...
   (WW) The core pointer device wasn't specified explicitly in the layout.
 Using the default mouse configuration.
   (WW) The core keyboard device wasn't specified explicitly in the layout.
 Using the default keyboard configuration.
   (WW) No FontPath specified.  Using compiled-in default.
   (==) FontPath set to /usr/share/fonts/misc,/usr/share/fonts/75dpi,\
 /usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1
   (==) RgbPath set to /usr/share/X11/rgb
   (==) ModulePath set to /usr/lib/xorg/modules
   ...

 The whole log file is  748  lines.

   
 Is  xorg.conf  no longer essential ?
   
 Yes.
 

 I take it you mean Yes, it is no longer essential ... (smile)

 So any advice from anyone: should I 'xorgconfig' (whatever it's called)
 or copy the old  xorg.conf  from my back-up  /etc/X11-mono/
 or just leave things as they are ?

   

I had trouble with my old one.  I ran the GUI config then edited a few
things to my liking. 

Dale

:-)  :-)  :-)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] modular X : Ctl-Alt-F7 fails

2006-09-20 Thread Philip Webb
I've just updated to modular X  everything seems to be working,
except that after  Ctl-Alt-F2  I can't get back to X with  Ctl-Alt-F7 .
I can get back to the original raw terminal with  Ctl-Alt-F1 ,
which shows  3  identical error messages.  I tried remerging Xkeyboard-config
(from a previous reply here), but it didn't make any difference.

Does anyone have a helpful suggestion ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X undefined symbols.

2006-07-18 Thread Andrew MacKenzie
  If I run X -configure it complains about XAACreateInfoRec when loading
  i810_drv.so, and vgaHWGetIndex when loading vga_drv.so.  It also
  complains about VBEExtendedInit when loading the VESA driver.
 Please file a bug with this information, xorg.conf, /var/log/Xorg.0.log
 and emerge --info.
Sorry.  I've attached my Xorg.0.log, the output from X -configure and my
xorg.conf.

I don't see how xorg.conf will be helpful as even X -configure doesn't
work...

Thanks for any help on this.  It's driving me nuts!

-- 
// Andrew MacKenzie  |  http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// LOAD LINUX,8,1
Gentoo Base System version 1.6.15
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 
2.6.16-suspend2-r11 i686)
=
System uname: 2.6.16-suspend2-r11 i686 Intel(R) Pentium(R) M processor 1.73GHz
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -m32 -march=i686 -mcpu=pentiumpro -funroll-loops -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /etc/fstab /etc/group /etc/ldap.conf /etc/passwd 
/etc/samba /etc/shadow /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
CXXFLAGS=-O2 -m32 -march=i686 -mcpu=pentiumpro -funroll-loops -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoclean autoconfig distlocks metadata-transfer nodoc noinfo 
parallel-fetch sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://hamlet.edespot.com/gentoo-portage
USE=x86 X aac alsa apache2 apm arts avi berkdb bitmap-fonts cdda cddb cli 
crypt cups directfb dlloader dri dvb dvd eds emboss encode esd fbcon ffmpeg 
flac foomaticdb fortran gdbm gif gnutls gpm gps gstreamer gtk gtk2 imlib ipv6 
isdnlog java jpeg ldap libg++ libwww mad mikmod motif mp3 mpeg mysql ncurses 
nls nptl nsplugin ogg opengl oss pam pcre pdflib perl png ppds pppd python qt 
qt3 qt4 quicktime readline reflection sdl session spell spl ssl svga tcpd 
theora truetype truetype-fonts type1-fonts udev unicode v4l vcd vorbis 
win32codecs wxwindows xml xmms xorg xv zaptel zlib elibc_glibc 
input_devices_keyboard input_devices_mouse kernel_linux userland_GNU 
video_cards_i810 video_cards_vesa
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-suspend2-r11 i686
Current Operating System: Linux localhost 2.6.16-suspend2-r11 #1 PREEMPT Fri 
Jul 14 21:56:32 EDT 2006 i686
Build Date: 16 July 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jul 18 20:42:34 2006
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.Org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Keyboard0
(**) |--Input Device USB Mouse
(**) |--Input Device Synaptics
(==) |--Input Device Serial Mouse
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(WW) The directory /usr/share/fonts/freefont does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/terminus does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/unifont does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/encodings.
Entry deleted from font path.
(Run 'mkfontdir' on 

Re: [gentoo-user] Modular X undefined symbols.

2006-07-18 Thread Andrew MacKenzie
  Please file a bug with this information, xorg.conf, /var/log/Xorg.0.log
  and emerge --info.
Sorry again.  You said file a bug didn't you.

Must be the heat...  I'm filing a bug now.  :-\



-- 
// Andrew MacKenzie  |  http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// A morgue is a morgue is a morgue.  They can paint the walls with aggressively
// cheerful primary colors and splashy bold graphics, but it's still a holding
// place for the dead until they can be parted out to organ banks.  Not that I
// would have cared normally but my viewpoint was skewed.  The relentless 
// pleasance of the room I sat in seemed only grotesque.
// -- Pat Cadigan, Mindplayers


pgpSZcWKRtBS8.pgp
Description: PGP signature


[gentoo-user] Modular X undefined symbols.

2006-07-17 Thread Andrew MacKenzie
My last email didn't seem to make it to the list, I hope this isn't a
duplicate.

I've converted 4 machines to modular X, and one is having an issue.   
My laptop (Thinkpad T43) is getting the following error when I start X:

dlopen: /usr/lib/xorg/modules/drivers/i810_drv.so: undefined symbol 
vgaHWGetIndex  

If I run X -configure it complains about XAACreateInfoRec when loading
i810_drv.so, and vgaHWGetIndex when loading vga_drv.so.  It also
complains about VBEExtendedInit when loading the VESA driver.

I've followed the conversion how-to.  I've set the dri USE flag.  My
VIDEO_CARDS flag is set to i810 vesa.

I've been unable to find any solution...  Does anyone have any idea what
the problem is?

-- 
// Andrew MacKenzie  |  http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// The goal of computation is the emulation of our synthetic abilities,
// not the understanding of our analytic ones.
// - Alan Perlis
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X undefined symbols.

2006-07-17 Thread Donnie Berkholz
Andrew MacKenzie wrote:
 My last email didn't seem to make it to the list, I hope this isn't a
 duplicate.
 
 I've converted 4 machines to modular X, and one is having an issue.   
 My laptop (Thinkpad T43) is getting the following error when I start X:
 
 dlopen: /usr/lib/xorg/modules/drivers/i810_drv.so: undefined symbol 
 vgaHWGetIndex  
 
 If I run X -configure it complains about XAACreateInfoRec when loading
 i810_drv.so, and vgaHWGetIndex when loading vga_drv.so.  It also
 complains about VBEExtendedInit when loading the VESA driver.
 
 I've followed the conversion how-to.  I've set the dri USE flag.  My
 VIDEO_CARDS flag is set to i810 vesa.
 
 I've been unable to find any solution...  Does anyone have any idea what
 the problem is?

Please file a bug with this information, xorg.conf, /var/log/Xorg.0.log
and emerge --info.

Thanks,
Donnie




signature.asc
Description: OpenPGP digital signature


[gentoo-user] Modular X upgrade

2006-07-17 Thread Matthew Daubenspeck
I've already done the new modular upgrade on several machines and they
all worked perfectly, except my main multi video card machine. I have
some older S3 Virge PCI video cards that aren't playing nice with the
new xorg. 

In VIDEO_CARDS I have nvidia and s3virge, and the proper drivers are
being compiled and are in the correct locations. The nvidia drivers load
fine, but when the S3Virge is attempted, the screen goes black and I
can't recover without a hard reset. Here is last bit of the log:

(II) Loading sub module vgahw
(II) LoadModule: vgahw
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor=X.Org Foundation
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(**) S3VIRGE(1): Depth 16, (--) framebuffer bpp 16
(==) S3VIRGE(1): RGB weight 565
(==) S3VIRGE(1): Default visual is TrueColor
(==) S3VIRGE(1): Using HW Cursor
(==) S3VIRGE(1): Using fb.
(==) S3VIRGE(1): mx_cr3a_fix.
(II) Loading sub module vbe
(II) LoadModule: vbe
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor=X.Org Foundation
compiled for 7.0.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module int10
(II) LoadModule: int10
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor=X.Org Foundation
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) S3VIRGE(1): initializing int10
(EE) S3VIRGE(1): Cannot read V_BIOS
(--) S3VIRGE(1): Chipset: virge dx
(==) S3VIRGE(1): XVideo supported.
(II) S3VIRGE(1): vgaHWGetIOBase: hwp-IOBase is 0x03d0, hwp-PIOOffset is 0x
(II) S3VIRGE(1): vgaHWGetIOBase: hwp-IOBase is 0x03b0, hwp-PIOOffset is 0x
(II) Loading sub module ddc
(II) LoadModule: ddc
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor=X.Org Foundation
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8

That's where it stops. I've ssh-ed in and tried to kill X (which is
using 100% CPU) but I can never recover without a reset.

Any ideas?
-- 
  Matthew Daubenspeck
  http://www.oddprocess.org

Gentoo Linux x86_64 Dual Core AMD Opteron(tm) Processor 165
19:23:14 up 67 days, 4:07, 2 users, load average: 0.19, 0.11, 0.09
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X upgrade

2006-07-17 Thread Donnie Berkholz
Matthew Daubenspeck wrote:
 (II) Loading /usr/lib/xorg/modules/libddc.so
 (II) Module ddc: vendor=X.Org Foundation
 compiled for 7.0.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.8
 
 That's where it stops. I've ssh-ed in and tried to kill X (which is
 using 100% CPU) but I can never recover without a reset.

Mount your filesystem with the sync option and you may get more info in
the log.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


[solved?] Re: [gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-11 Thread John Blinka
It appears that the nvidia driver wants something that isn't available
when the minimal use flag is present during the xorg-server
compile.  Eliminating this use flag got rid of the unresolved symbols.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-10 Thread John Blinka
Heitor wrote:
 Hello,

 I dont know if it helps you butn I had the following problem.

 With the stable nvidia driver i got these unresolved messages and I
 couldn't load the module when I emerge the testing driver. I saw on
 the list that there was a
 x11-drivers/nvidia-legacy-drivers (I have a very old Geforce 256)
 and decided to give it a try.
 Now my X is up again:)  Maybe you should try it too.


I tried both the legacy drivers and the non-legacy drivers.  Same
messages about unresolved symbols.

John
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-09 Thread Heitor

Hello,

I dont know if it helps you butn I had the following problem.

With the stable nvidia driver i got these unresolved messages and I
couldn't load the module when I emerge the testing driver. I saw on
the list that there was a
x11-drivers/nvidia-legacy-drivers (I have a very old Geforce 256)
and decided to give it a try.
Now my X is up again:)  Maybe you should try it too.

[]s

Heitor


On 7/8/06, Donnie Berkholz [EMAIL PROTECTED] wrote:

John Blinka wrote:
 Symbol fbCloseScreen from module
 /usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!

See how all your nvidia driver ends with .o instead of .so? That means
you didn't build the drivers with USE=dlloader (which is now set by
default).

Thanks,
Donnie







--
Heitor Honda Federico - http://heitor.thruhere.net
Pós-graduação-Mecatrônica - Universidade de São Paulo

email: [EMAIL PROTECTED]  cell:11-9691-7278


--
gentoo-user@gentoo.org mailing list



[gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-08 Thread John Blinka
Hi,

I've successfully upgraded to modular X on 4 machines without any
issues, but the 5th box is fighting me.  The 5th box, a Dell Inspiron
8200, has an nvidia card, and I've used the proprietary nvidia
video drivers for years without problems.  I've followed the
instructions in

http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
and
http://www.gentoo.org/doc/en/nvidia-guide.xml

but X fails to start.  The end of the Xorg.0.log file contains

(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor=X.Org Foundation
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
Symbol fbWinPrivateIndex from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Required symbol xf86InterpretEDID from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Required symbol xf86PrintEDID from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbPictureInit from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbValidateGC from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbGCPrivateIndex from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbCreateGC from module /usr/lib/xorg/modules/drivers/nvidia_drv.o
is unresolved!
Symbol fbCreateWindow from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbCloseScreen from module
/usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!

Fatal server error:
Some required symbols were unresolved


X works fine, although slowly, with the nv driver.

Any thoughts on what's going on?

John Blinka
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-08 Thread Richard Fish

On 7/8/06, John Blinka [EMAIL PROTECTED] wrote:

Hi,

I've successfully upgraded to modular X on 4 machines without any
issues, but the 5th box is fighting me.  The 5th box, a Dell Inspiron
8200, has an nvidia card, and I've used the proprietary nvidia
video drivers for years without problems.  I've followed the
instructions in


What versions of xorg-server and the nvidia drivers are you trying to use?

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-08 Thread Donnie Berkholz
John Blinka wrote:
 Symbol fbCloseScreen from module
 /usr/lib/xorg/modules/drivers/nvidia_drv.o is unresolved!

See how all your nvidia driver ends with .o instead of .so? That means
you didn't build the drivers with USE=dlloader (which is now set by
default).

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Modular X and xscreensaver

2006-06-06 Thread leszek
Le mardi 06 juin 2006 à 12:49 +0800, W.Kenworthy a écrit :
 I have just brought my X up to date (modular Xorg 7.1) and am finding
 that xscreensaver is crashing the xserver.  Of course there is nothing
 in the logs, or onscreen as X either stops or reboots.  Eventually it
 takes out the OS and a system reboot is required.
 
 Is anyone else seeing this (in which case I'll bugzilla it, though I
 have no info on whats happening) or is it just me?
 
 This also has brought up a *BIG* disadvantage of modularising something
 like xorg - when things go wrong, how can you wind it back to a previous
 version - impossible?
 
 BillK
 

do you have a nvidia card and a nvidia driver that you compiled
yourself ?

because i heard 7.1 introduced a ABI change so the drivers aren't
compatible now.

with portage nvidia-kernel block xorg 7.1

i have this in my package.mask:

# nvidia incompatibility
=x11-base/xorg-x11-7.1
=x11-base/xorg-server-1.1.0
=x11-drivers/xf86-video-vesa-1.2.1
=x11-drivers/xf86-video-vesa-1.2.0
=x11-drivers/xf86-video-vga-4.1.0
=x11-drivers/xf86-input-keyboard-1.1.0
=x11-drivers/xf86-input-joystick-1.1.0
=x11-drivers/xf86-input-mouse-1.1.1
=x11-drivers/xf86-video-nv-1.1.2µµ


-Leszek


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X and xscreensaver

2006-06-06 Thread Kurt Guenther
W.Kenworthy wrote:
 I have just brought my X up to date (modular Xorg 7.1) and am finding
 that xscreensaver is crashing the xserver.  Of course there is nothing
 in the logs, or onscreen as X either stops or reboots.  Eventually it
 takes out the OS and a system reboot is required.

 Is anyone else seeing this (in which case I'll bugzilla it, though I
 have no info on whats happening) or is it just me?

 This also has brought up a *BIG* disadvantage of modularising something
 like xorg - when things go wrong, how can you wind it back to a previous
 version - impossible?

 BillK

   

Don't forget to post in the Gentoo forums too.  I had some wierd-isms
with Modular X, but I was able to work through them with some help.

--Kurt

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X and xscreensaver

2006-06-06 Thread JimD
W.Kenworthy wrote:
 I have just brought my X up to date (modular Xorg 7.1) and am finding
 that xscreensaver is crashing the xserver.  Of course there is nothing
 in the logs, or onscreen as X either stops or reboots.  Eventually it
 takes out the OS and a system reboot is required.
 
 Is anyone else seeing this (in which case I'll bugzilla it, though I
 have no info on whats happening) or is it just me?
 
 This also has brought up a *BIG* disadvantage of modularising something
 like xorg - when things go wrong, how can you wind it back to a previous
 version - impossible?
 
 BillK

unmerge x11-misc/xscreensaver.

If you use Gnome emerge:
gnome-extra/gnome-screensaver


If you use KDE emerge:
kde-base/kscreensaver

and you can also add:
kde-base/kdeartwork-kscreensaver

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You roll an 18 in Dex and see if you
don't end up with a girlfriend
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
JimD
Central FL, USA, Earth, Sol

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X and xscreensaver

2006-06-06 Thread W.Kenworthy
Thanks, this is what I will do.

BillK

On Tue, 2006-06-06 at 11:46 -0400, JimD wrote:
...
 
 unmerge x11-misc/xscreensaver.
 
 If you use Gnome emerge:
 gnome-extra/gnome-screensaver
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-03 Thread Alexander Skwar

Toby 'qubit' Cubitt wrote:


The only downside to freeNX was it was more complicated to get
working.


The big downside of NX for me is, that your session ends
as soon as NX is stopped. Not so with VNC (no matter which
VNC).

Alexander Skwar
--
BTW: I have a better name for the software  Microsoft Internet
Exploder.
-- George Bonser [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-03 Thread Toby 'qubit' Cubitt
On Mon, Apr 03, 2006 at 08:23:41AM +0200, Alexander Skwar wrote:
 Toby 'qubit' Cubitt wrote:
 
 The only downside to freeNX was it was more complicated to get
 working.
 
 The big downside of NX for me is, that your session ends
 as soon as NX is stopped. Not so with VNC (no matter which
 VNC).

I'm not sure that's true. I thought freeNX could have persistent
sessions too. There's an ENABLE_PERSISTENT_SESSION option in the
config file, at any rate. I even vaguely remember trying it
once. Perhaps someone else knows more (or has access to a couple of
boxes they could test it on - I don't at the moment).

In any case, the freeNX client can connect to VNC sessions, amongst
others. Not sure whether that gives better performance than VNC
though.

Toby
-- 
PhD Student
Quantum Information Theory group
Max Planck Institute for Quantum Optics
Garching, Germany

email: [EMAIL PROTECTED]
web: www.dr-qubit.org
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-03 Thread Alexander Skwar

Toby 'qubit' Cubitt wrote:

On Mon, Apr 03, 2006 at 08:23:41AM +0200, Alexander Skwar wrote:

Toby 'qubit' Cubitt wrote:

The only downside to freeNX was it was more complicated to get
working.

The big downside of NX for me is, that your session ends
as soon as NX is stopped. Not so with VNC (no matter which
VNC).


I'm not sure that's true.


Well, it *used to be*. I'd hope that you're right - could
anyone comment on this?


I thought freeNX could have persistent
sessions too. There's an ENABLE_PERSISTENT_SESSION option in the
config file, at any rate.


Is that true? Does this allow me to disconnect my freeNX client
from the freeNX server without ending the freeNX session?

Alexander Skwar
--
Sauron is alive in Argentina!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-02 Thread W.Kenworthy
Try using zebedee to both compress and encrypt (if neccessary) the vnc
connection.  Provided a nice usability increase when using vnc through a
modem, though tightvnc was a little better than vnc.

BillK


On Sat, 2006-04-01 at 16:47 -0500, Jim wrote:
 On Sat, 2006-04-01 at 22:29 +0200, Alexander Skwar wrote:
  [EMAIL PROTECTED] /var/db/pkg $ epm -qf `which xmkmf `
  imake-1.0.1-r1
  
  Please file a bug against tightvnc, as it's missing
  a dependency.
 
 Will do.
 
  BTW: Why use tightvnc at all? Realvnc 4 is as fast in
  my experience and there's still somebody workign on it -
  seeing that the last update to tightvnc is dated
  July 2005, I doubt that anybody maintains it anymore.
 
 I am testing out the different vnc versions along with freeNX to see
 what will give me the fastest remote desktop.
 
  Alexander Skwar
 
 Jim
 -- 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Florida, USA, Earth, Solar System, Milky Way
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-02 Thread Rick van Hattem
On Saturday 01 April 2006 23:47, Jim wrote:
 On Sat, 2006-04-01 at 22:29 +0200, Alexander Skwar wrote:
  [EMAIL PROTECTED] /var/db/pkg $ epm -qf `which xmkmf `
  imake-1.0.1-r1
 
  Please file a bug against tightvnc, as it's missing
  a dependency.

 Will do.

  BTW: Why use tightvnc at all? Realvnc 4 is as fast in
  my experience and there's still somebody workign on it -
  seeing that the last update to tightvnc is dated
  July 2005, I doubt that anybody maintains it anymore.

 I am testing out the different vnc versions along with freeNX to see
 what will give me the fastest remote desktop.

  Alexander Skwar

 Jim
 --
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Florida, USA, Earth, Solar System, Milky Way
When you're done testing please report/publish the results, I'm also very 
interested in a fast remote desktop system.

Tightvnc can hog the cpu with the compression sometimes so that's not always a 
good solution either.


-- 
Rick van Hattem Rick.van.Hattem(at)Fawo.nl


pgphHqsmtu3JQ.pgp
Description: PGP signature


Re: [gentoo-user] Modular X

2006-04-02 Thread Toby 'qubit' Cubitt
On Sun, Apr 02, 2006 at 04:26:00PM +0200, Rick van Hattem wrote:
 On Saturday 01 April 2006 23:47, Jim wrote:
  On Sat, 2006-04-01 at 22:29 +0200, Alexander Skwar wrote:
   [EMAIL PROTECTED] /var/db/pkg $ epm -qf `which xmkmf `
   imake-1.0.1-r1
  
   Please file a bug against tightvnc, as it's missing
   a dependency.
 
  Will do.
 
   BTW: Why use tightvnc at all? Realvnc 4 is as fast in
   my experience and there's still somebody workign on it -
   seeing that the last update to tightvnc is dated
   July 2005, I doubt that anybody maintains it anymore.
 
  I am testing out the different vnc versions along with freeNX to see
  what will give me the fastest remote desktop.
 
   Alexander Skwar
 
  Jim
 When you're done testing please report/publish the results, I'm also very 
 interested in a fast remote desktop system.
 
 Tightvnc can hog the cpu with the compression sometimes so that's not always 
 a 
 good solution either.

I've tried tightVNC and freeNX, both over a relatively slow DSL link
and on an old pentium2 450, and whilst both were usable there's no
competition: freeNX wins hands down.

I also like the fact that freeNX also lets you run single remote
applications, instead of always having to start up a complete remote
desktop - much closer to normal X-forwarding.

The only downside to freeNX was it was more complicated to get
working. (But that may have been due to the complicated things I was
trying to do: everything had to be tunnelled through a firewall using
ssh port-forwarding, and I needed to get my X server to talk to a
remote font server, also via ssh tunnelling, so that fonts on the
application I was running over freeNX would work.)

HTH,

Toby
-- 
PhD Student
Quantum Information Theory group
Max Planck Institute for Quantum Optics
Garching, Germany

email: [EMAIL PROTECTED]
web: www.dr-qubit.org
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Modular X

2006-04-01 Thread Jim
Would this be a problem with the EBuild or with the app?  I am try to
install tightvnc and get the following error.

 Source unpacked.
 Compiling source
in /var/tmp/portage/tightvnc-1.2.9-r1/work/vnc_unixsrc ...
/usr/portage/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild: line 41: xmkmf:
command not found

!!! ERROR: net-misc/tightvnc-1.2.9-r1 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  tightvnc-1.2.9-r1.ebuild, line 41:   Called die

I take it xmkmf is no longer used in xorg 7.0?

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Florida, USA, Earth, Solar System, Milky Way

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-01 Thread Alexander Skwar

Jim wrote:

Would this be a problem with the EBuild or with the app?  I am try to
install tightvnc and get the following error.


Source unpacked.
Compiling source

in /var/tmp/portage/tightvnc-1.2.9-r1/work/vnc_unixsrc ...
/usr/portage/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild: line 41: xmkmf:
command not found

!!! ERROR: net-misc/tightvnc-1.2.9-r1 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  tightvnc-1.2.9-r1.ebuild, line 41:   Called die

I take it xmkmf is no longer used in xorg 7.0?


[EMAIL PROTECTED] /var/db/pkg $ epm -qf `which xmkmf `
imake-1.0.1-r1

Please file a bug against tightvnc, as it's missing
a dependency.

BTW: Why use tightvnc at all? Realvnc 4 is as fast in
my experience and there's still somebody workign on it -
seeing that the last update to tightvnc is dated
July 2005, I doubt that anybody maintains it anymore.

Alexander Skwar
--
Just don't make the '9' format pack/unpack numbers...  :-)
 -- Larry Wall in [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X

2006-04-01 Thread Rick van Hattem
On Saturday 01 April 2006 22:29, Alexander Skwar wrote:
 BTW: Why use tightvnc at all? Realvnc 4 is as fast in
 my experience and there's still somebody workign on it -
 seeing that the last update to tightvnc is dated
 July 2005, I doubt that anybody maintains it anymore.

Realvnc lacks jpeg support, which certainly helps with slow connections.

-- 
Rick van Hattem Rick.van.Hattem(at)Fawo.nl


pgphFce3360Vt.pgp
Description: PGP signature


Re: [gentoo-user] Modular X

2006-04-01 Thread Jim
On Sat, 2006-04-01 at 22:29 +0200, Alexander Skwar wrote:
 [EMAIL PROTECTED] /var/db/pkg $ epm -qf `which xmkmf `
 imake-1.0.1-r1
 
 Please file a bug against tightvnc, as it's missing
 a dependency.

Will do.

 BTW: Why use tightvnc at all? Realvnc 4 is as fast in
 my experience and there's still somebody workign on it -
 seeing that the last update to tightvnc is dated
 July 2005, I doubt that anybody maintains it anymore.

I am testing out the different vnc versions along with freeNX to see
what will give me the fastest remote desktop.

 Alexander Skwar

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Florida, USA, Earth, Solar System, Milky Way

-- 
gentoo-user@gentoo.org mailing list