debian testing libdrm2 and fglrx - 2D operations extremely slow
Hello everybody, does anybody run the combination debian testing + fglrx graphics drivers? I have the problem that when I upgrade libdrm2 to the version from the testing repos, the 2D operations like moving and resizing of windows are becoming extremely slow. For now (since weeks) I have to keep the stable libdrm2 version, because this one works perfectly. Any idea if this a bug or do I need to tweek some settings? My graphics card is a ATI Mobility Radeon 2400 HD. Greetings, vitaminx -- irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: OpenArena incredibly slow after apt-get dist-upgrade
Can you please try to downgrade the libdrm2 package to the one from the stable version? I've had troubles with significant performance loss with the newest version. greetings, vitaminx 2009/9/16 Florian Kulzer > > On Wed, Sep 16, 2009 at 13:51:00 +0200, Sjoerd Hardeman wrote: > > David A. Bandel schreef: > > >On Wed, Sep 16, 2009 at 03:14, Sjoerd Hardeman wrote: > > >> david DOT bandel AT gmail DOT com schreef: > > >>>Folks, > > >>> > > >>>Not sure if this is an openarena issue or an xorg issue as both were > > >>>upgraded during a squeeze dist-upgrade. Openarena is now unplayable > slow on > > >>>a 2.83GHz core2quad system with 8Gb RAM. Two days ago (before the > upgrade) > > >>>it ran like a scalded cat. > > >>There was a new kernel and a new xorg. Can you check if you still have > > >>direct rendering enabled? Check te output of 'glxinfo | grep "direct > > >Thanx for the reply. But: > > > > > >da...@tole:~$ glxinfo | grep "direct rendering" > > >direct rendering: Yes > > I seem to remember that I have at least once seen "direct rendering: > Yes" even though dog-slow software rendering was active. There might be > more clues in the output of: > > glxinfo | grep -E 'OpenGL|vendor|version' > > and, of course, the all-time favorite: > > grep -E '^\((EE|WW)\)' /var/log/Xorg.0.log > > -- > Regards,| http://users.icfo.es/Florian.Kulzer > Florian | > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > > -- irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud
grub2 default menu entry name
Hello, how can I configure the name of the default grub2 menu entry, when I invoke update-grub it makes me an entry like 'Debian GNU/Linux, Linux 2.6.30-1-686' in grub.cfg. I want a custom name like 'debian workarea', how can I obtain this? Thanks, vitaminx -- irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: grub2 default menu entry name
hi, you mean the /boot/grub/grub.cfg? I want to avoid to edit that file since it's dynamically generated by update-grub. I've tried to find something in /etc/default/grub or /etc/grub.d without success. greetings, vitaminx 2009/9/23 Michal : > ein gedanke wrote: >> >> Hello, >> >> how can I configure the name of the default grub2 menu entry, when I >> invoke update-grub it makes me an entry like 'Debian GNU/Linux, Linux >> 2.6.30-1-686' in grub.cfg. >> I want a custom name like 'debian workarea', how can I obtain this? >> >> >> >> Thanks, >> vitaminx >> >> > > Check the grub conf files, you can manually edit them > -- www ... http://www.callistix.net/ mail ... vitam...@callistix.net irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud
Re: grub2 default menu entry name
hi, thanks for the replies, I guess I have to change that script (/etc/grub.d/10_linux) to my needs. Just thought there is a more 'official' way, because that changes will be lost at every grub2 update i guess. A file '/etc/default/grub.ucf-lst' doesn't exist here (debian testing). greetings, vitaminx 2009/9/23 Brad Rogers > On Wed, 23 Sep 2009 12:39:15 +0200 > Florian Kriener wrote: > > Hello Florian, > > > GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` > > in /etc/default/grub to something like > > Here, it's in /etc/default/grub.ucf-lst > > > But you could have found that out by yourself by simply reading > > /etc/grub.d/10_linux. > > Assuming one actually understands the script, and what's going on in > there. I, for one, struggle. > > -- > Regards _ > / ) "The blindingly obvious is >/ _)radnever immediately apparent" > > You suck my blood like a leech > Death On Two Legs - Queen > -- www ... http://www.callistix.net/ mail ... vitam...@callistix.net irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud
Re: Need advice from experts in complex multi-boot setups.
Hello, AFAIK at least for Linux you need 1 primary partition of small size (200MB is nearly too big) which contains /boot if you want to use LVM. greetings, vitaminx 2009/10/3 Tom H > >> I purchased an Iomega mobile HDD 250GB and am planning > >> to install on it several OSs: MacOSX 10.5.8 (Hackintosh), > >> Solaris10, OpenSolaris, Debian, OpenSuse, Fedora, BSDs > >> (FreeBSD and OpenBSD). The computer is a Dell netbook > >> Mini9 which supports all these operative systems very well > >>(with the Solaris family only the Wifi driver does not > >> exist natively,and needs a driver designed for Windows). > >> I need some advice about the right strategy to follow, > >> especially about: > > >> 1) For what OSs use primary partitions or logical partitions. > > The Linuxes can boot from logical partitions. > > Never tried to boot the Solarises from anything other than primary > partitions; sorry. > > Never used Hackintosh or the other BSDs. > > >> 2) Different swap partitions for different OSs? > > The Linuxes and Solarises can share a swap partition. > > A former colleague once claimed that Linux could use a FreeBSD swap > slice as a Linux swap partition (but not the other way around). He was > very knowledgeable so I assume that it is possible. > > OS X uses swap files in its /var/vm directory, so Hackintosh probably > does too and therefore must not need a swap partition. > > > Please tell us how you can manage to boot Leopard (OS X > > 10.5) on a Dell Netbook. > > OS X has been hacked to boot on non-Apple hardware (and installers > have been posted online); probably using the fact that OS X is based > on Mach/FreeBSD. Technically interesting but morally... > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > > -- irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud
Re: problems with router
my wife said the same :D ...done greetings, vitaminx 2009/7/4 Dotan Cohen > While we're off-topic, could I convince you to change the display name > of your email client? Many email clients replace the user's name with > "me" so your hijacking of the word is inappropriate and misleading. > > Thanks. > > -- > Dotan Cohen > > http://what-is-what.com > http://gibberish.co.il > -- www ... http://www.callistix.net/ mail ... vitam...@callistix.net irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud
Re: MTA
Obviously it's the apple: - the juice doesn't stick to your hands - you can choose to peel it or not - it comes in different colors - it hasn't so much chemicals on it's skin - it's the fruit of seduction in opposite to a plain meaningless orange - it cleans your teeth - it's very easy to cut so, take postfix! ;) :D greetings vitaminx 2009/7/7 Steve Kemp > On Tue Jul 07, 2009 at 18:16:33 +0100, kj wrote: > > > Does anyone know of a up-to-date report of MTA market share? I'm only > > finding fairly old ones. > > Most people don't care - they pick one and stick with it. > > Its a religious argument and one that gets repeated every > six months or so. Pick one, either the default or the one > that your most knowledgeable local person prefers. > > At the end of the day all are capable of doing the same > thing. Its like asking which is the best fruit: apple or > orange? > > Steve > -- > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > > -- www ... http://www.callistix.net/ mail ... vitam...@callistix.net irc ... #chezpaeule @ euirc mud ... vitaminx @ aardmud