ebug
> 1087848 libreoffice
> ajglap lib64 #
>
> Is this correct? My system is ~amd64
Do you have the splitdebug [1] FEATURE enabled?
[1] http://www.gentoo.org/proj/en/qa/backtraces.xml
--
Daniel Pielmeier
ax never worked here. Always resulted in an unbootable system.
> Only the /dev/disk/by-label/ syntax works reliably.
>
Afaik if you are using GRUB LEGACY (0.97) and want to use LABEL/UUID in
your grub.conf/menu.lst you also need an initrd. I think with GRUB 2
(1.98) it is possible without.
Dale schrieb am 28.08.2010 13:13:
>
> P. S. Any way to label swap? It's not reiserfs or ext*.
>
It is swap :)
swappoff -a
mkswap -L label device
swapon -a
--
Daniel Pielmeier
signature.asc
Description: OpenPGP digital signature
Alan McKinnon schrieb am 30.08.2010 18:32:
> Apparently, though unproven, at 18:03 on Monday 30 August 2010, Paul Hartman
> did opine thusly:
>
>> On Fri, Aug 27, 2010 at 9:04 PM, Daniel Pielmeier wrote:
>>> Afaik if you are using GRUB LEGACY (0.97) and want to us
=bin/misc-functions.sh;h=b266764f9909e6877f963a5e556163cc8e9e7a09;hb=HEAD
--
Daniel Pielmeier
ng.
> I just know Google is going to give me millions of useless hits with that
> search, but I'll hope over to b.g.o. meanwhile and poke around unless someone
> else has a better idea.
>
>
Google has something to say about this.
Recently changed CFLAGS.
W
t treating this poor machine more like a notebook and
> less like a high performance machine - running flat out almost 24/7 is
> probably outside of it's design spec :-)
>
Glad the reason for your problem was found. Time make use of Dell's NBD
support then :)
--
Daniel Pielmeier
signature.asc
Description: OpenPGP digital signature
ry. Thank goodness there is NBD support :)
> I blame it on the 'flu. OK, it's a head cold. Everyone in Joburg has a head
> cold all the time. Mine just got much worse for a few days
Spring time is flu time. Get well soon!
--
Daniel Pielmeier
perl version and successful run of
perl-cleaner it should be safe to remove everything below /usr/lib/perl5
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl for older perl
installations, except stuff belonging to packages which were not
installed by the package manager or have been altered manu
ion of the symbolic link should look like this:
ln -s /etc/portage/world /var/lib/portage/world
--
Daniel Pielmeier
here you can
find the needed driver.
Hint: Try hpaio :) PS: Your internet search engine of choice is your friend.
http://www.sane-project.org/cgi-bin/driver.pl?manu=Hewlett-Packard&model=Photosmart&bus=any&v=&p=
--
Daniel Pielmeier
ite the rule correctly.
>
> This is the message that repeats itself in the terminal window:
>
> (xsane:10566): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
> non-zero page size is deprecated
>
> Do I need to be concerned about this?
Don't think so. It's just some gtk deprecation warnings. The xsane
developers should be concerned about this messages though.
--
Daniel Pielmeier
t; Is the first line of emerge --info,
>
> Portage 2.1.9.24 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.5,
> glibc-2.12.1-r1, 2.6.35-gentoo-r9 x86_64)
Yes this is the profile you are running and it is the most recent, so no
need to change anything here. You are not running the 2005 profile,
which would be strange as it has been removed long ago.
--
Daniel Pielmeier
signature.asc
Description: OpenPGP digital signature
tool, as it would be best
if it uses the portage API to speed things up. He didn't not see the
point of such a script but thought about writing something which
creates a minimal word file. If you want such a functionality I
recommend to open a bug about it.
--
Daniel Pielmeier
?id=292843
--
Daniel Pielmeier
wick :
> On Thu, 13 Jan 2011 13:37:04 +0100, Joerg Schilling wrote:
>
>> cdda2wav gives inferior quality compared to cdparanoia and is still
>> actively maintained.
>
> Did you really mean to write that?
Probably s/inferior/superior/
--
Daniel Pielmeier
coldplug
>
>
> If I understand this correctly, I have to downgrade udev from udev-151
> down to udev-089 to be able to install coldplug.
>
> Is this really needed? How can I install the firmware?
I think the functionality from hot- and coldplug is now provided by
udev thus the blocker.
--
Daniel Pielmeier
m is not about missing modules I am out here as I do not
have any experience with this type of card.
http://www.vdr-wiki.de/wiki/index.php/Diskussion:DVB-T_Budget-PCI-Karten
--
Daniel Pielmeier
signature.asc
Description: OpenPGP digital signature
): Bt878 (rev 17) at 01:06.1, irq: 21, latency: 64, memory:
> 0xd5ffe000
Take a look in the kernel configuration. I think there should be
something like this Drivers -> Media -> IR.
--
Daniel Pielmeier
can also try the dst module. It is not directly related as you do
not use a remote control, but maybe it has some influence and you loose
nothing by trying it.
--
Daniel Pielmeier
signature.asc
Description: OpenPGP digital signature
rting from kernel-2.6.37 [1,2] this is possible without an intramfs
[1]
http://kernelnewbies.org/Linux_2_6_37#head-da4cb5f727d0f3b8fac1b23c097e15c3b49ff793
[2]
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b5af921ec02333e943efb59aca4f56b78fc0e100
--
Daniel Pielmeier
lete and add my printer again
> in cups.
>
> Has anybody made similar experience?
Does it work with stable cups?
Do you use in kernel USB printer support or libusb?
--
Daniel Pielmeier
.gentoo.org/show_bug.cgi?id=333781
PS: You can only get rid of hplip if your printer is directly
supported by cups and cups only supports a few HP printer. So in
general you are better of with hplip.
--
Daniel Pielmeier
James Cloos schrieb am 11.01.2013 21:30:
> Or, just:
>
> :; find /var/db/pkg -name CONTENTS | xargs -0 grep -l /usr/lib/udev/ | awk
> -F/ '{print "=" $5 "/" $6}' | xargs emerge -pv
>
> which should be fastest.
>
> -JimC
Or "emerge -av /usr/lib/udev". See "man emerge 1"
--
Regards
Daniel
Nilesh Govindrajan schrieb am 02.02.2013 14:42:
> On Sat, Feb 2, 2013 at 4:59 PM, Alan McKinnon wrote:
>> On Sat, 2 Feb 2013 16:20:19 +0530
>> Nilesh Govindrajan wrote:
>>
>>>
>>> I'm getting a weird error while trying to compile pam:
>>>
>>> * ERROR: sys-libs/pam-1.1.6-r2 failed (configure phas
Hi,
I recognized this some time ago!
When my system is up to date "emerge -pvuND world" shows me:
> emerge -pvuND world
>
> These are the packages that would be merged, in order:
>
> Calculating world dependencies... done!
>
> Total size of downloads: 0 kB
Which is normal because an up to da
> Actually, with the 'emptytree' option, it should be trying to rebuild
> everything in your 'world' set along with the dependancies using their
> current versions and use flags. I'm guessing that the odd behavior is
> because you're using it in conjunction with 'uND'. 'Update' and
> 'newuse' go
Latin has the four cases Nominative, Genitive, Dative, Accusative and
additionally the Vocative and the Ablative. I haven't seen any other
languages with six cases. As you can imagine, it's quite tiring to learn
Latin. :-\
Just for your information.
There are languages with more cases for exampl
2006/12/17, Michael Sullivan <[EMAIL PROTECTED]>:
Can anyone suggest a simple, easy-to-use software package for light
editing of video files (cutting commercials out of MythTV recordings).
I tried to use avidemux, but it went into an infinite loop when I tried
to save the file after editing. bug
Hi,
I have a similar problem like Dale in this thread [gentoo-user] Need
help networking two machines, but i think it is not exactly the same.
I was trying to set up a home router following the
gentoo-home-router-guide
http://www.gentoo.org/doc/de/home-router-howto.xml
with shorewall as firewall
I used this script a long time ago. It worked until iptables got
changed. It still worked but it gave a few errors. Maybe some guru can
look at this and update it for us both. Then maybe I can get someone to
upgrade the script on the site. I had to edit the very first bit about
which interfac
Are you on dial-up too? The EXTIF='ppp0' may need to be eth0 for you if
you are using a DSL or cable connection.
I use an adsl-modem to connect to the internet. It is configured over
eth1 but the connection runs over ppp0 so i think this is right, but i
am not sure.
--
gentoo-user@gentoo.org m
Hmmm, me either. I'm not sure about what it would be called. Do you
have gkrellm installed? Sometimes I use it to see where the traffic
is. That is how I knew it was iptables in my other thread. The data
was getting there because gkrellm was seeing it but my system was not.
No clue how one ca
I would check that you have done:
echo 1 > /proc/sys/net/ipv4/ip_forward
I think this is set, but i will check again.
Also make sure ICMP isn't blocked anywhere.
I have only blocked ping from the internet to the firewall and nowhere else.
--
gentoo-user@gentoo.org mailing list
Send the output from "iptables-save", please. Otherwise we could only
guess if the problem is with your firewall rules or somewhere else.
Ok, i will do that when i am back home. i thought the output from
"iptables -L" in my original post was enough.
--
gentoo-user@gentoo.org mailing list
> route
>
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> dslb-088-067-01 * 255.255.255.255 UH0 00 ppp0
> localhost * 255.255.255.0 U 0 00 eth0
> loopback*
> I think localhost is assigned to 127.0.0.1, or did i misunderstood
> something?
No, that's (usually) correct. But in the route excerpt you've cited
above (please post "route -n" next time!) the route for "localhost" was
set to "dev eth0". Also, the subnet was a /24 one, instead of the
usual /8
Browsing getoo-wiki.com for an image viewer, I only found Gthumb, which
depends on GNOME. I use Fluxbox because I have an older computer and would
like to keep dependencies at a minimum. Any suggestions? I only need a
viewer; organising my pictures is not a plus. No exotic formats, just jpeg,
gif
Send the output from "iptables-save", please. Otherwise we could only
guess if the problem is with your firewall rules or somewhere else.
Here we go!
# Generated by iptables-save v1.3.5 on Mon Jan 15 19:09:43 2007
*mangle
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPU
> I think localhost is assigned to 127.0.0.1, or did i misunderstood
> something?
No, that's (usually) correct. But in the route excerpt you've cited
above (please post "route -n" next time!) the route for "localhost" was
set to "dev eth0". Also, the subnet was a /24 one, instead of the
usual /8
Another thing that makes me wonder is that the home router guide did
nothing mention about name_servers or gateways.
According to the guide this line seems to be enough:
config_eth0=( "192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" )
But without the routes setting i get "network unr
- is forwarding actually really enabled? Just "cat" the
relevant /proc/sys/net/ipv4/ip_forward.
cat /proc/sys/net/ipv4/ip_forward
returns 1
So remaining things to check would be
- where do packets do what? Use "tcpdump" on the router to monitor
how packets flow. Don't cite all the output,
But everything looks quite normal, except for that packets aren't
routed. So its up to somebody else to tell exactly what that "policy"
module in iptables does -- and how. I don't have answers left here --
except for the case that a manual iptables setup is sufficient.
Personally, I'm quite happy
> > Personally, I'm quite happy with
> >
> > $ iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> > $ iptables -A FORWARD -i eth0 -m state --state NEW,ESTABLISHED,RELATED -j
ACCEPT
> > $ iptables -A FORWARD -i ppp0 -m state --state NEW,ESTABLISHED,RELATED -j
ACCEPT
Aaargh! That last one sho
Thanks for that link. The document is _very_ good and complete. But I
don't think it's particularly well suited for beginners.
My suggestion would probably be very conservative: netfilter.org's own
docs. http://www.netfilter.org/documentation/index.html
np, i thought when i have to learn iptable
Thanks for that link. The document is _very_ good and complete. But I
don't think it's particularly well suited for beginners.
My suggestion would probably be very conservative: netfilter.org's own
docs. http://www.netfilter.org/documentation/index.html
I have now applied your masquerading and
Hi again,
it seems that i was running in another problem.
This are my current iptables!
Chain INPUT (policy ACCEPT)
target prot opt source destination
block all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source dest
I've been holding back on replying for a while now, but I think you
should try a simple iptables setup like this one:
Excuse me, but my problem is not that my tables are not working, they
work very well. I applied forwarding and masquerading, also a basic
set of filtering rules which block all a
If you really removed shorewall from your runlevel (rc-update del shorewall
default) try this:
rm /var/lib/iptables/rules-save
i have removed shorewall from my runlevels and added iptables
Did you do a /etc/init.d/iptables save by any chance? That's the only
thing I can think of.
the way i
How can I install and run iptables (with conntrack and all other
modules) in a Gentoo 2006.1 box with kernel generated by genkernel?
I tried "emerge iptables", but when I type "iptables -F" I get
something like this:
FATAL: Module ip_tables not found.
iptables v1.3.5: can't initialize iptables t
hmm, shorewall must have done something that's more persistent.
Have a look at /etc/runlevels, and make sure there is no shorewall stuff
left in there.
Also look in /etc/conf.d/net* and make sure there is no postup functions
lying around.
And make sure /etc/init.d/net.eth1 is a symlink to /etc/
Hi all!
Thank you very much for trying to help me on this strange things. I
hope i didn't have overseen a very simple thing which causes this
problem.
dale wrote
[EMAIL PROTECTED] / # equery files shorewall
[ Searching for packages matching shorewall... ]
* Contents of net-firewall/shorewall-3
The only last thing I could suggest is running lsof to see what files
are being accessed when you start the net.eth1 script.
I tried lsof, but is there a possibility to run it constantly or for a
specified time to catch the complete progress of the script, like the
top command to monitor all fi
2007/1/21, John covici <[EMAIL PROTECTED]>:
I am having problems setting the domain name of a new gentoo
installation. I looked at /etc/conf.d/net.examples and tried what
seemed to me what they were looking for such as
DNS_LO=""
The host name works, although I would like to not have it wipe out
Will this keep my /etc/resolv.conf in tact?
On my system, yes, but backup /etc/resolv.conf and try it out with
restarting /etc/init.d/net.eth0.
--
gentoo-user@gentoo.org mailing list
maybe the dns_domain setting is wrong i have this in my config but iam
not sure if this really sets the domainname
you can also try setting this in /etc/hosts
127.0.0.1 localhost
127.0.0.1 hostname,domain-name hostname
--
gentoo-user@gentoo.org mailing list
sorry it should be
127.0.0.1 localhost
127.0.0.1 hostname.domain-name hostname
Hostname and domain-name must have a full stop in between.
--
gentoo-user@gentoo.org mailing list
Hi all,
i solved my problem by the help of the shorewall mailing list.
The shorewall maintainer Tom Eastep helped me with a quick answer.
It has nothing to do with shorewall so there is no file of shorewall
causing this troubles.
When i set up internet connection with pppoe-setup i have activate
2007/1/24, Carl Adams <[EMAIL PROTECTED]>:
I've had no success getting my HP PSC 1610 Inkjet/Scanner connected to
CUPS under Gentoo. Of course, there's no such thing as a "best" printer,
but do any subscribers have recommendations for printers they've found
easy to connect and use?
Either inkjet
2007/1/24, Carl Adams <[EMAIL PROTECTED]>:
I've had no success getting my HP PSC 1610 Inkjet/Scanner connected to
CUPS under Gentoo. Of course, there's no such thing as a "best" printer,
but do any subscribers have recommendations for printers they've found
easy to connect and use?
At OpenPrint
The problem is using the localhost:631 interface, I don't know either:
1. The device. It's a USB printer, but the choices are:
AppSocket/HP JetDirect
Backend Error Handler
Internet Printing Protocol (http)
Internet Printing Protocol (ipp)
LPD/LPR Host or Printer
SCSI
Would it be ok for me to email you off list to get some help with a new
setup of Shorewall that I did?
It would be, but i am not sure if i can help you, because i have
dropped shorewall and i am no firewall expert.
I would suggest you to look at the shorewall guides at the shorewall
homepage, th
Hello,
i have created the folder /video with the following rights:
drwxrwxrwx 11 vdr video 4096 5. Jan 23:09 video
I am member of the video group but not the user vdr.
In nautilus i can create subfolders and files, rename, cut, copy and
paste them, but i can not delete any files or folders
hello,
i mean i can not put the files into the trash, a window pops up and says
i have not the right access-rights.
Alexander Skwar schrieb:
> Daniel Pielmeier wrote:
>
>
>>In nautilus i can create subfolders and files, rename, cut, copy and
>>paste them, but i can no
hello,
i mean i can not put the files into the trash, a window pops up and says
i have not the right access-rights.
Alexander Skwar schrieb:
> Daniel Pielmeier wrote:
>
>
>>In nautilus i can create subfolders and files, rename, cut, copy and
>>paste them, but i can no
Thank you,
i have changed the attributes for the video folder but not for the trash
folder on this partition. I changed them and can now delete the files.
Alexander Skwar schrieb:
> Daniel Pielmeier schrieb:
>
>>hello,
>>
>>i mean i can not put the files into the trash, a
Hello,
i recently installed K3B.
When i start the application a window pops up and says something like
"cdrdao will run without root privileges, use k3b-setup to solve this
problem".
The problem is on my system there is no such setup-tool.
I have Gnome installed but no KDE, is the K3B-setup onl
if i run equery i get no results
gentoo billie # equery belongs /usr/bin/k3bsetup
[ Searching for file(s) /usr/bin/k3bsetup in *... ]
gentoo billie #
Francesco Talamona schrieb:
> On Saturday 07 January 2006 23:28, Daniel Pielmeier wrote:
>
>>Hello,
>>
>>i recently in
Thank you all for your help.
I was just a little confused about the message, because as holly said
k3b works fine even with this message.
Holly Bostick schrieb:
> Daniel Pielmeier schreef:
>
>>Hello,
>>
>>i recently installed K3B.
>>
>>When i start the a
hello all,
i want to test some other windowmanagers and if i find one that
satisfies me i want to switch from the gnome-desktop to this
windowmanager. So how can i remove all gnome packages. Is it save to
remove all gnome-base and gnome-extra packages and run "emerge depclean"
and "revdep-rebuild"
gnome even gnome-light is to big for me.
Regards Daniel
Holly Bostick schrieb:
> Daniel Pielmeier schreef:
>
>>hello all,
>>
>>i want to test some other windowmanagers and if i find one that
>>satisfies me i want to switch from the gnome-desktop to this
>>wi
There is still the question how i can remove the additional packages
(mentioned before) i have installed but which are not dependencies of
gnome-light.
Neil Bothwick schrieb:
> On Sun, 08 Jan 2006 15:36:52 +0100, Holly Bostick wrote:
>
>
>>emerge (-av) any of the packages that you may want to ke
Thank you for your suggestions, i will try them!
Unmerging gnome-light + the dependencies and manually searching for the
additional files in the world-file.
--
gentoo-user@gentoo.org mailing list
Hi,
has anybody experience regarding this topic, i tried it with mjpegtools,
but in the conversion stopped with a segmentation fault.
Here is the output:
jpeg2yuv -n 1 -I p -L 1 -f 25 -j %03d.jpg -b 001.jpg| mpeg2enc -f 8 -o
image.m2v
INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
INFO
Thank you for your suggestions,
i know the article and so i know qdvdauthor.
I don't know if qdvdauthor is capable of creating a animated menu from
a series of pictures.
My picture source is a image i downscaled to the size of 720x1000. I
have manually extracted pictures from this one with the si
Thank you,
i know this article, there i found this method
convert matrix_menu_background.jpg ppm:- | ppmtoy4m -n50 -F25:1 -A59:54
-I p -r -S 420mpeg2 | mpeg2enc -n p -f8 -b5000 -a3 -o
matrix_menu_background.m2v
here i can make a menu from only one image, how can i change this
commandline to make
ok i found it out for myself, it works for me with this commandline
for i in *.jpg; do convert $i ppm:- ; done | ppmtoy4m -n50 -F25:1
-A59:54 -I p -r -S 420mpeg2 | mpeg2enc -n p -f8 -b5000 -a3 -o
matrix_menu_background.m2v
--
gentoo-user@gentoo.org mailing list
Thank you,
found it out a few hours ago, it works fine with
i=1; while [ $i -le 762 ]; do convert -crop 720x576+$i+0 walpergen.jpg
$i.jpg; i=$[$i+1]; done
Iain Buchanan schrieb:
> On Wed, 2006-01-11 at 18:56 +0100, Daniel Pielmeier wrote:
>
>
>>My picture source is a image
g to assign nonexistent symbol FB_SOFT_CURSOR
Any suggestions concering this problem?
Thanks in advance
Daniel Pielmeier
--
gentoo-user@gentoo.org mailing list
Thank you in advance
Daniel Pielmeier
--
gentoo-user@gentoo.org mailing list
I have enabled the following options under
->Device Drivers ->Graphics support
in my kernel config.
Support for framebuffer devices
VESA VGA Graphics Support
-> VESA driver type vesa-tng
Support for the framebuffer splash
Richard Fish schrieb:
> On 2/5/06, Daniel Pielm
This are my options i have added in grub.conf
video=vesafb:ywrap,mtrr,[EMAIL PROTECTED]
splash=silent,kdgraphics,fadein,theme:emergence quiet CONSOLE=/dev/tty1
You can see i have video=vesafb:mtrr added to my config, but what means
the three in
> video=vesafb:mtrr:3
> Hi,
> Not very much but r
Yes of course, i have to recompile a few apps after each kernel update
including svgalib alsa-driver and nvidia-kernel.
Martin Ullrich schrieb:
> I recently upgraded to 2.6.15-gentoo-r1 too and my splash also shows
> up short after the "OK" message, but this is also with my laptop,
> which is
Thank you,
but will this solve also my problem with the nvidia-driver?
Jose Maria Alvarez Fernandez schrieb:
> This is solved in -r2:
>
> +gentoo-sources-2.6.15-r2.ebuild:
> Update to Linux 2.6.15.2. Some minor security fixes. Update sky2 to v0.15.
> Enable libata ATAPI (i.e. SATA CDROM) sup
Under /usr/portage/media-video/xine-ui i find the
xine-ui-0.99.4-r3.ebuild and stable it is stable too.
KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
I am running gentoo on x86 so i think it has to be stable.
I have no masked xine-ui versions in
/etc/portage/package.mask
/usr/portage/profil
Chema
> El Domingo, 5 de Febrero de 2006 21:05, Daniel Pielmeier escribió:
>
>>Thank you,
>>
>>but will this solve also my problem with the nvidia-driver?
>>
>>Jose Maria Alvarez Fernandez schrieb:
>>
>>>This is solved in -r2:
>>>
Thank you,
in one portage overlay i use there are three ebuilds
media-video/xine-ui-0.99.4-r3
media-video/xine-ui-0.99.4-r2
media-video/xine-ui-0.99.3-r1
and they are all marked ~x86.
In the nomal portage tree i have only one ebuild
media-video/xine-ui-0.99.4-r3
and it is marked x86.
I have
Not sure but, do you mean adding or editing this line in xorg.conf
Jose Maria Alvarez Fernandez schrieb:
> El Domingo, 5 de Febrero de 2006 23:28, Daniel Pielmeier escribió:
>
>>I use the latest stable version 1.0.6629-r5 is tit safe to use 1.0.8178-r3?
>
>
> then you may
Thank you,
first i tried the NvAGP thing but it didn't work, so i decided to
upgrade to nvidia 1.0.8178-r3, now i can log in with gdm to my
gnome-session as usual.
--
gentoo-user@gentoo.org mailing list
Hello,
i solved my problems concering the nvidia-driver and the splash-theme delay.
Nvidia-driver works after upgrading to 1.0.8178-r3 and the splash-theme
starts immediately after the boot message as i updated my kernel to
2.6.15.gentoo-r4.
But one problem still remains, the display is displace
Hello,
i solved my problems concering the nvidia-driver and the splash-theme delay.
Nvidia-driver works after upgrading to 1.0.8178-r3 and the splash-theme
starts immediately after the boot message as i updated my kernel to
2.6.15.gentoo-r4.
But one problem still remains, the display is displace
Hello,
after the last sync portage wants to reinstall transcode with new use flags.
These are the packages that I would merge, in order:
Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don't exist:
gnome-extra/medusa
...done!
[ebuild R ] me
Hello,
i solved my problems concering the nvidia-driver and the splash-theme delay.
Nvidia-driver works after upgrading to 1.0.8178-r3 and the splash-theme
starts immediately after the boot message as i updated my kernel to
2.6.15.gentoo-r4.
But one problem still remains, the display is displace
Hello,
after the last sync portage wants to reinstall transcode with new use flags.
These are the packages that I would merge, in order:
Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don't exist:
gnome-extra/medusa
...done!
[ebuild R ] me
Hi,
@Ian
Xvidtune doesn't work for me, it is not only the displacement in all
directions (mainly horizontally), additionally the picture is not sharp
in some places.
@All
Isn't there another solution out there, i have updated my kernel many
times before and it always works, i think there must be
Hi,
does anyone have a clue?
Thank you.
Daniel Pielmeier schrieb:
>> Hello,
>>
>> after the last sync portage wants to reinstall transcode with new use
flags.
>>
>>
>> These are the packages that I would merge, in order:
>>
>> Calculating worl
I solved this problem myself, it was just a syntax failure in
/etc/portage/package.use
--
gentoo-user@gentoo.org mailing list
Thank you,
@Ian
i have the old 2.6.14-r5 kernel with nvidia 1.0-6629 in /boot and in
grub.conf, this configuration works.
But i don' think it is necessary to check this out, because as i
mentioned before, i have the displacement with the old and the new
nvidia-driver. So i think it is a framebuf
It is not just the displacement, as i mentionend before the picture is
unsharp in some places too. Could this also be fixed with xvidtune.
> The "auto" button is for an adustment on your monitor? If so, then
> you can fix the X server displacement by creating a better modeline
> with xvidtune.
>
Thank you both,
i think i understood what you mean, i will try to move and resize the
screen ouput to the right size and position with xvidtune.
Btw: i have a 19" LCD.
But i am still wondering about that i maybe have mistaken something in
my kernel-config.
Daniel
--
gentoo-user@gentoo.org mai
401 - 500 of 599 matches
Mail list logo