Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia + Xorg = Freeze [SOLVED]
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
FloatBest
n00b
n00b


Joined: 14 May 2004
Posts: 44
Location: Germany

PostPosted: Mon Sep 04, 2006 12:02 pm    Post subject: Nvidia + Xorg = Freeze [SOLVED] Reply with quote

Hello everyone,

here's my SOLUTION:

As it turned out, the problem is that nvidia-drivers-1.0-8774 (and lower) do not work correctly if the NX-bit is disabled (usually in the BIOS). This leads to a kernel oops with subsequent freezing of the machine. Turning on the NoExecute-Bit instantly made GLX working, with no crashes so far.
In case you still have problems with kernel messages along the lines of "NVRM: Bad caching (...)" you can try switching to GCC-3.4 and recompiling the kernel and reemerging nvidia-drivers like so:

Code:

# gcc-config -l
 [1] x86_64-pc-linux-gnu-3.4.6
 [2] x86_64-pc-linux-gnu-3.4.6-hardened
 [3] x86_64-pc-linux-gnu-3.4.6-hardenednopie
 [4] x86_64-pc-linux-gnu-3.4.6-hardenednopiessp
 [5] x86_64-pc-linux-gnu-3.4.6-hardenednossp
 [6] x86_64-pc-linux-gnu-4.1.1 *

# gcc-config 1
# source /etc/profile
# cd /usr/src/linux
# make
# emerge nvidia-drivers
# make modules_install
# gcc-config 6
# source /etc/profile


ORIGINAL POST:

New Problem. If I load 2.6.18's or 17's via-agp kernel module beforde nvidia, accelleration works most of the time. But when I exit X, I am presented just a black screen with neither keyboard nor mouse available. Sometimes X still freezes when starting an OpenGL app or just glxinfo.

I just finished installing Gentoo 06.1 AMD64 on my Core 2 Duo system. Everything's emerging fine, and xorg is running with the 'nv' driver. But as soon as I switch to 'nvidia' X freezes upon starting 'glxinfo'. The machine is still available via ssh, but every new process gets killed instantly.

I tested nvidia-drivers both stable and unstable. No change.

/var/log/messages has the following:

Code:

Sep  4 18:54:05 baboon agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
Sep  4 18:54:05 baboon agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Sep  4 18:54:05 baboon agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
Sep  4 18:54:26 baboon Unable to handle kernel paging request at ffff8100743ade10 RIP:
Sep  4 18:54:26 baboon <ffffffff88045c31>{:nvidia:_nv008495rm+5}
Sep  4 18:54:26 baboon PGD 8063 PUD a063 PMD 80000000742001e3 BAD
Sep  4 18:54:26 baboon Oops: 0009 [1] SMP
Sep  4 18:54:26 baboon CPU 0
Sep  4 18:54:26 baboon Modules linked in: w83627hf hwmon_vid i2c_isa nvidia via_agp agpgart
Sep  4 18:54:26 baboon Pid: 6287, comm: glxinfo Tainted: P      2.6.17-gentoo-r7 #5
Sep  4 18:54:26 baboon RIP: 0010:[<ffffffff88045c31>] <ffffffff88045c31>{:nvidia:_nv008495rm+5}
Sep  4 18:54:26 baboon RSP: 0018:ffff810074683d20  EFLAGS: 00010282
Sep  4 18:54:26 baboon RAX: ffff8100743ade08 RBX: 00000000beef0301 RCX: ffff81007c4d7000
Sep  4 18:54:26 baboon RDX: ffff8100743ade08 RSI: ffff810074683d30 RDI: 00000000beef0301
Sep  4 18:54:26 baboon RBP: ffff810074683d88 R08: 0000000000000002 R09: ffff810074683cf4
Sep  4 18:54:26 baboon R10: 0000000000000000 R11: ffffffff80474563 R12: 00000000beef0003
Sep  4 18:54:26 baboon R13: ffff81007e7f6000 R14: ffff81007d636a60 R15: ffff81007e658b80
Sep  4 18:54:26 baboon FS:  00002b921cc8f6c0(0000) GS:ffffffff8063f000(0000) knlGS:0000000000000000
Sep  4 18:54:26 baboon CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Sep  4 18:54:26 baboon CR2: ffff810074200d68 CR3: 0000000074688000 CR4: 00000000000006e0
Sep  4 18:54:26 baboon Process glxinfo (pid: 6287, threadinfo ffff810074682000, task ffff81007fcb4080)
Sep  4 18:54:26 baboon Stack: ffffffff8800fb89 00000000beef0301 ffffffff8800e89a ffff81007c4d7000
Sep  4 18:54:26 baboon 00000000c1d00051 00000000beef0301 ffffffff8801cfd3 0000000000000292
Sep  4 18:54:26 baboon 0000000000000000 ffff81007d636a60
Sep  4 18:54:26 baboon Call Trace: <ffffffff8800fb89>{:nvidia:_nv009924rm+59}
Sep  4 18:54:26 baboon <ffffffff8800e89a>{:nvidia:_nv009936rm+16} <ffffffff8801cfd3>{:nvidia:_nv009177rm+227}
Sep  4 18:54:26 baboon <ffffffff8803efff>{:nvidia:rm_set_interrupts+287} <ffffffff8828a426>{:nvidia:os_acquire_sema+88}
Sep  4 18:54:26 baboon <ffffffff880195f2>{:nvidia:_nv009494rm+112} <ffffffff88040d1d>{:nvidia:_nv009131rm+425}
Sep  4 18:54:26 baboon <ffffffff8828701f>{:nvidia:nv_verify_pci_config+297}
Sep  4 18:54:26 baboon <ffffffff8803f2bf>{:nvidia:rm_ioctl+9} <ffffffff8828766d>{:nvidia:nv_kern_ioctl+909}
Sep  4 18:54:26 baboon <ffffffff8828772a>{:nvidia:nv_kern_unlocked_ioctl+28}
Sep  4 18:54:26 baboon <ffffffff8023f2dd>{do_ioctl+33} <ffffffff8022e2fb>{vfs_ioctl+573}
Sep  4 18:54:26 baboon <ffffffff8022e331>{__up_write+29} <ffffffff80249b8c>{sys_ioctl+60}
Sep  4 18:54:26 baboon <ffffffff8025a7a6>{system_call+126}
Sep  4 18:54:26 baboon
Sep  4 18:54:26 baboon Code: 3b 7a 08 75 09 48 89 16 b8 00 00 00 00 c3 3b 7a 08 73 06 48
Sep  4 18:54:26 baboon RIP <ffffffff88045c31>{:nvidia:_nv008495rm+5} RSP <ffff810074683d20>
Sep  4 18:54:26 baboon CR2: ffff8100743ade10
Sep  4 18:54:26 baboon <1>Unable to handle kernel paging request at ffff8100743adc48 RIP:
Sep  4 18:54:26 baboon <ffffffff88287854>{:nvidia:nv_kern_vma_release+113}
Sep  4 18:54:26 baboon PGD 8063 PUD a063 PMD 80000000742001e3 BAD
Sep  4 18:54:26 baboon Oops: 000b [2] SMP
Sep  4 18:54:26 baboon CPU 0
Sep  4 18:54:26 baboon Modules linked in: w83627hf hwmon_vid i2c_isa nvidia via_agp agpgart
Sep  4 18:54:26 baboon Pid: 6287, comm: glxinfo Tainted: P      2.6.17-gentoo-r7 #5
Sep  4 18:54:26 baboon RIP: 0010:[<ffffffff88287854>] <ffffffff88287854>{:nvidia:nv_kern_vma_release+113}
Sep  4 18:54:26 baboon RSP: 0018:ffff810074683aa8  EFLAGS: 00010282
Sep  4 18:54:26 baboon RAX: ffff8100743adc40 RBX: ffff810075079348 RCX: 00002aaaab186000
Sep  4 18:54:26 baboon RDX: ffffffff882c2360 RSI: ffffffff882dcca8 RDI: 0000000000000000
Sep  4 18:54:26 baboon RBP: ffff8100743adc40 R08: 00002aaaab187000 R09: 0000000000001000
Sep  4 18:54:26 baboon R10: ffff81000297ac88 R11: 0000000000000008 R12: ffff810075079348
Sep  4 18:54:26 baboon R13: 0000000000000009 R14: ffff81007f2130c0 R15: ffff81007fcb4080
Sep  4 18:54:26 baboon FS:  0000000000000000(0000) GS:ffffffff8063f000(0000) knlGS:0000000000000000
Sep  4 18:54:26 baboon CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Sep  4 18:54:26 baboon CR2: ffff810074200d68 CR3: 0000000000201000 CR4: 00000000000006e0
Sep  4 18:54:26 baboon Process glxinfo (pid: 6287, threadinfo ffff810074682000, task ffff81007fcb4080)
Sep  4 18:54:26 baboon Stack: 00000000743ae000 ffff8100743adc40 ffff81007e658d80 0000000000000246
Sep  4 18:54:26 baboon ffff810075079348 ffff810074566d98 ffff81007f2130c0 ffffffff80219878
Sep  4 18:54:26 baboon 0000000000000009 ffff810002c11220
Sep  4 18:54:26 baboon Call Trace: <ffffffff80219878>{remove_vma+44} <ffffffff80237881>{exit_mmap+207}
Sep  4 18:54:26 baboon <ffffffff802398f4>{mmput+33} <ffffffff80214947>{do_exit+511}
Sep  4 18:54:26 baboon <ffffffff8020a59a>{do_page_fault+1859} <ffffffff88285b60>{:nvidia:nvos_free_alloc+96}
Sep  4 18:54:26 baboon <ffffffff88285ce9>{:nvidia:nv_free_pages+377} <ffffffff8025b439>{error_exit+0}
Sep  4 18:54:26 baboon <ffffffff80474563>{pci_conf1_read+0} <ffffffff88045c31>{:nvidia:_nv008495rm+5}
Sep  4 18:54:26 baboon <ffffffff8800fb89>{:nvidia:_nv009924rm+59} <ffffffff8800e89a>{:nvidia:_nv009936rm+16}
Sep  4 18:54:26 baboon <ffffffff8801cfd3>{:nvidia:_nv009177rm+227} <ffffffff8803efff>{:nvidia:rm_set_interrupts+287}
Sep  4 18:54:26 baboon <ffffffff8828a426>{:nvidia:os_acquire_sema+88} <ffffffff880195f2>{:nvidia:_nv009494rm+112}
Sep  4 18:54:26 baboon <ffffffff88040d1d>{:nvidia:_nv009131rm+425} <ffffffff8828701f>{:nvidia:nv_verify_pci_config+297}
Sep  4 18:54:26 baboon <ffffffff8803f2bf>{:nvidia:rm_ioctl+9} <ffffffff8828766d>{:nvidia:nv_kern_ioctl+909}
Sep  4 18:54:26 baboon <ffffffff8828772a>{:nvidia:nv_kern_unlocked_ioctl+28}
Sep  4 18:54:26 baboon <ffffffff8023f2dd>{do_ioctl+33} <ffffffff8022e2fb>{vfs_ioctl+573}
Sep  4 18:54:26 baboon <ffffffff8022e331>{__up_write+29} <ffffffff80249b8c>{sys_ioctl+60}
Sep  4 18:54:26 baboon <ffffffff8025a7a6>{system_call+126}
Sep  4 18:54:26 baboon
Sep  4 18:54:26 baboon Code: f0 ff 48 08 0f 94 c0 84 c0 74 55 8b 5d 38 e8 99 2c 00 00 39
Sep  4 18:54:26 baboon RIP <ffffffff88287854>{:nvidia:nv_kern_vma_release+113} RSP <ffff810074683aa8>
Sep  4 18:54:26 baboon CR2: ffff8100743adc48
Sep  4 18:54:26 baboon <1>Fixing recursive fault but reboot is needed!
Sep  4 18:54:27 baboon Unable to handle kernel paging request at ffff8100743b1000 RIP:
Sep  4 18:54:27 baboon <ffffffff8029d951>{free_block+128}
Sep  4 18:54:27 baboon PGD 8063 PUD a063 PMD 80000000742001e3 BAD
Sep  4 18:54:27 baboon Oops: 0009 [3] SMP
Sep  4 18:54:27 baboon CPU 1
Sep  4 18:54:27 baboon Modules linked in: w83627hf hwmon_vid i2c_isa nvidia via_agp agpgart
Sep  4 18:54:27 baboon Pid: 7, comm: events/1 Tainted: P      2.6.17-gentoo-r7 #5
Sep  4 18:54:27 baboon RIP: 0010:[<ffffffff8029d951>] <ffffffff8029d951>{free_block+128}
Sep  4 18:54:27 baboon RSP: 0018:ffff81007f647dc8  EFLAGS: 00010046
Sep  4 18:54:27 baboon RAX: 0000000000000000 RBX: ffff81000296ceb8 RCX: 000000000000000e
Sep  4 18:54:27 baboon RDX: ffff810001000000 RSI: ffff8100743b1000 RDI: ffff81007dc03f40
Sep  4 18:54:27 baboon RBP: ffff8100743b1970 R08: 0000000000000000 R09: 0000000000000001
Sep  4 18:54:27 baboon R10: 0000000000000008 R11: 0000000000000089 R12: ffff81007f5ad540
Sep  4 18:54:27 baboon R13: ffff81007d947018 R14: 0000000000000000 R15: 0000000000000000
Sep  4 18:54:27 baboon FS:  0000000000000000(0000) GS:ffff810002f35540(0000) knlGS:0000000000000000
Sep  4 18:54:27 baboon CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
Sep  4 18:54:27 baboon CR2: ffff810074200d88 CR3: 00000000784e2000 CR4: 00000000000006e0
Sep  4 18:54:27 baboon Process events/1 (pid: 7, threadinfo ffff81007f646000, task ffff81007ff0e080)
Sep  4 18:54:27 baboon Stack: 000000607ff0e0b8 ffff81007d947018 0000000000000060 ffff81007d947000
Sep  4 18:54:27 baboon 0000000000000000 ffff81007dc03f40 ffff81007f5ad540 ffffffff8029da8e
Sep  4 18:54:27 baboon 000000000000000a ffff81007dc03f40
Sep  4 18:54:27 baboon Call Trace: <ffffffff8029da8e>{drain_array+141} <ffffffff8029e2f3>{cache_reap+0}
Sep  4 18:54:27 baboon <ffffffff8029e38a>{cache_reap+151} <ffffffff8024abdd>{run_workqueue+153}
Sep  4 18:54:27 baboon <ffffffff8024773b>{worker_thread+0} <ffffffff8024782b>{worker_thread+240}
Sep  4 18:54:27 baboon <ffffffff80277a1d>{default_wake_function+0} <ffffffff80230b1e>{kthread+212}
Sep  4 18:54:27 baboon <ffffffff8025b5f2>{child_rip+8} <ffffffff80230a4a>{kthread+0}
Sep  4 18:54:27 baboon <ffffffff8025b5ea>{child_rip+0}
Sep  4 18:54:27 baboon
Sep  4 18:54:27 baboon Code: 48 8b 16 48 8b 46 08 48 89 42 08 48 89 10 48 c7 06 00 01 10
Sep  4 18:54:27 baboon RIP <ffffffff8029d951>{free_block+128} RSP <ffff81007f647dc8>
Sep  4 18:54:27 baboon CR2: ffff8100743b1000


If you need additional info, just ask.

Thanks for your time!


Last edited by FloatBest on Tue Sep 12, 2006 5:51 am; edited 3 times in total
Back to top
View user's profile Send private message
ChickensDontFly
n00b
n00b


Joined: 03 Jan 2004
Posts: 64
Location: TN

PostPosted: Mon Sep 04, 2006 11:35 pm    Post subject: Reply with quote

Hello FloatBest,

Please post your /etc/X11/xorg.conf and the output of

Code:
 eselect opengl show
Back to top
View user's profile Send private message
FloatBest
n00b
n00b


Joined: 14 May 2004
Posts: 44
Location: Germany

PostPosted: Tue Sep 05, 2006 3:03 am    Post subject: Reply with quote

Code:

$ cat /etc/X11/xorg.conf

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
#    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
#    Load       "dri"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
#    FontPath   "/usr/share/fonts/TTF"
#    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "de"
#    Option "XkbVariant"        "de-latin1-nodeadkeys"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
#    Option     "Device" "/dev/input/event0"
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 64.3
    VertRefresh 50-100
EndSection

Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
#    BusID      "PCI:1:0:0"
#    Option      "AllowGLXWithComposite" "true"
    Option      "RenderAccel" "true"
    Option      "NvAGP" "3"
    #VideoRam    262144
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection


Code:

$ eselect opengl show
nvidia


Code:

$ cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          AGPGART
AGP Rate:        8x
Fast Writes:     Disabled
SBA:             Enabled


Code:

$lsmod
Module                  Size  Used by
nvidia               5423956  12
via_agp                 9600  1
w83627hf               27024  0
hwmon_vid               3072  1 w83627hf
i2c_isa                 5120  1 w83627hf


I hope this helps...
Back to top
View user's profile Send private message
Belliash
Veteran
Veteran


Joined: 24 Nov 2004
Posts: 2017
Location: Legnica, Poland

PostPosted: Tue Sep 05, 2006 7:08 am    Post subject: Reply with quote

Which version of xorg and nvidia-driver do you have installed?
_________________
[ #epheket@irc.freenode.net:6667 ]
Back to top
View user's profile Send private message
FloatBest
n00b
n00b


Joined: 14 May 2004
Posts: 44
Location: Germany

PostPosted: Tue Sep 05, 2006 9:48 am    Post subject: Reply with quote

I'm using nvidia-drivers-1.0.8774 and xorg-x11-7.0-r1. But the situation has changed:

I switched to kernel 2.6.18 since AGP support seemed to be the culprit. Now AGP works according to the nvidia driver, but

* Xorg 7.0: 3D accel seems to work, but when I exit Xorg the screen stays black. Unfortunately I can't SSH in right now. Typing in commands blind doesn't work, looks like agetty is gone

* Xorg 7.1: X crashes as soon as I hit enter after "glxinfo"
Back to top
View user's profile Send private message
Nesthor
n00b
n00b


Joined: 30 Aug 2006
Posts: 1

PostPosted: Tue Sep 05, 2006 10:43 am    Post subject: Reply with quote

I'd a similar problem and it was (and still is) related to the via agp kernel module.
I disabled the module and my system runs fine know (xorg 7.1 with nvidia 1.0.8774) but with a speed
impacte of graphical performce of cource (approx. 4300 fps versus 6500 fps in glxinfo).

I hadn't time to investigate whether its maybe a 64bit Kernel problem or not - still have a 32bit installation on a
spare harddrive and might give it a try...

My system is a P4 (EM64T) with a Nvidia 6600GT.
Back to top
View user's profile Send private message
loftwyr
l33t
l33t


Joined: 28 Dec 2004
Posts: 857
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Tue Sep 05, 2006 10:49 am    Post subject: Reply with quote

Can we see the output from emerge --info?
_________________
My paludis --info
Back to top
View user's profile Send private message
FloatBest
n00b
n00b


Joined: 14 May 2004
Posts: 44
Location: Germany

PostPosted: Wed Sep 06, 2006 9:19 am    Post subject: Reply with quote

Here you go. Meanwhile I have resorted to not loading any AGP-Module, which makes accelleration and exiting from X work. I guess performance is a bit degraded and I'd rather have a correct setup though.

Code:

# emerge --info
Portage 2.1-r2 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.18-rc6 x86_64)
=================================================================
System uname: 2.6.18-rc6 x86_64 Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz
Gentoo Base System version 1.12.4
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
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="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=nocona -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=nocona -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac alsa arts asf audiofile avi berkdb bitmap-fonts bzip2 cairo cdr cli crypt cups curl dbus dlloader dri dts dvb dvd dvdr eds emboss encode fam firefox flac fortran gdbm gif glitz gpm gstreamer hal imlib immqt-bc ipv6 isdnlog java jpeg jpeg2k jpg kde kdeenablefinal kqemu ldap libcaca libg++ lm_sensors logitech-mouse mad mikmod mono mp3 mpeg ncurses network nls nptl nptlonly ogg opengl oss pam pcre pdf pdflib perl png ppds pppd python qt3 qt4 quicktime readline reflection samba sdl sensord session spell spl ssl tcpd theora threads truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vcd vorbis xcomposite xine xinerama xml xmms xorg xv xvid xvmc zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_de userland_GNU video_cards_nvidia video_cards_nv video_cards_vesa video_cards_vga"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum