Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

[SOLVED] no xorg.conf?

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
18 posts • Page 1 of 1
Author
Message
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

[SOLVED] no xorg.conf?

  • Quote

Post by shredator » Sun Apr 09, 2006 6:24 pm

Hello,
I'm trying to get some nvidia drivers working by folloing the wiki instructions. It says to modify the xorg.conf file. I have an example file but no xorg.conf. Im using kde 3.5.1 which seems to be working fine. If I run xorgconfig to make a xorg.conf, things break. If I delete the file, things work again. whats going on?
Kalen
Last edited by shredator on Fri Apr 14, 2006 4:01 am, edited 1 time in total.
Top
aaronf0
Tux's lil' helper
Tux's lil' helper
Posts: 121
Joined: Wed Dec 08, 2004 9:03 pm

  • Quote

Post by aaronf0 » Sun Apr 09, 2006 6:35 pm

are you looking in the right place? /etc/X11/xorg.conf? could you paste a "ls /etc/X11" ?
Top
wiz
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Thu Sep 15, 2005 6:14 pm
Location: {€urope}
Contact:
Contact wiz
Website

  • Quote

Post by wiz » Sun Apr 09, 2006 7:07 pm

I've been told long ago when I was running College Linux and didnt have a xorg.conf myself that your system is looking up everywhere, pieces by pieces to create a working X environment. So creating a xorg.conf would be the best for your system!

The fastest I think would just to run

Code: Select all

X -configure
as root, and then it will automatically create a /root/xorg.conf.new, then you could just

Code: Select all

cp /root/xorg.conf.new /etc/X11/xorg.conf
and edit xorg.conf the way you like, if you fail somewhere you could just run that cp command again :P
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Sun Apr 09, 2006 11:31 pm

Code: Select all

# ls /etc/X11
Sessions      lbxproxy    twm    xloadimagerc       xsm
X             proxymngr   xdm    xorg.conf.example
app-defaults  rstart      xinit  xorg.conf.junk
chooser.sh    startDM.sh  xkb    xserver
the .junk file is the file that I made with xorgconfig. if I take the .junk off the end, I get errors.
Top
cbx550f
Tux's lil' helper
Tux's lil' helper
Posts: 113
Joined: Fri Jun 11, 2004 3:31 pm
Location: Ontario, Canada

  • Quote

Post by cbx550f » Sun Apr 09, 2006 11:37 pm

From Ye Olde xorg.conf manpage:

Code: Select all

       Xorg  uses  a configuration file called xorg.conf for its initial setup.  This configura-
       tion file is searched for in the following places when the server is started as a  normal
       user:

           /etc/X11/<cmdline>
           /usr/etc/X11/<cmdline>
           /etc/X11/$XORGCONFIG
           /usr/etc/X11/$XORGCONFIG
           /etc/X11/xorg.conf-4
           /etc/X11/xorg.conf
           /etc/xorg.conf
           /usr/etc/X11/xorg.conf.<hostname>
           /usr/etc/X11/xorg.conf-4
           /usr/etc/X11/xorg.conf
           /usr/lib/X11/xorg.conf.<hostname>
           /usr/lib/X11/xorg.conf-4
           /usr/lib/X11/xorg.conf

       where  <cmdline>  is a relative path (with no ".." components) specified with the -config
       command line option, $XORGCONFIG is the relative path (with no ".." components) specified
       by  that  environment  variable,  and <hostname> is the machine's hostname as reported by
       gethostname(3).

You may want to check all these places, or try "locate xorg.conf" and "find / -name xorg.conf"
I think, therefore I am wrong.
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Sun Apr 09, 2006 11:50 pm

Code: Select all

find / -name xorg.conf
/usr/portage/app-emulation/vmware-linux-tools/files/4.5.2/xorg.conf
/usr/portage/app-emulation/vmware-linux-tools/files/5.0.0/xorg.conf
/suse/etc/X11/xorg.conf
/suse/var/lib/sax/xorg.conf
this is all it found. the /suse is an installation of suse 10.0 on a different partition which happened to be mounted. I wonder if it was somehow reading that file?

I copied that file to /etc/X11/ and it broke as usual. The error that it gives me is that no screens are found.
Top
cbx550f
Tux's lil' helper
Tux's lil' helper
Posts: 113
Joined: Fri Jun 11, 2004 3:31 pm
Location: Ontario, Canada

  • Quote

Post by cbx550f » Mon Apr 10, 2006 12:51 am

Errr... I'm eager to hear the answer to this. lol
I think, therefore I am wrong.
Top
aaronf0
Tux's lil' helper
Tux's lil' helper
Posts: 121
Joined: Wed Dec 08, 2004 9:03 pm

  • Quote

Post by aaronf0 » Mon Apr 10, 2006 4:20 pm

bah lazy nvidia people need to make a tool to do this. atis fglrxconfig thing is pretty nice, and gives you a generally working xorg.conf...

ok, use X -configure or something to try to make a xorg.conf, then post any errors you get. we can start debugging from that. errors are either dumped on the comand line after X dies or in /var/log/Xorg.0.conf, or /var/log/Xorg.1.conf.
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Tue Apr 11, 2006 4:06 am

I unmerged kde and xorg. then I emerged xorg-x11 --noconfmem. I followed the gentoo nividia how to, and emerged both parts of the the nvidia driver. I created a xorg.conf with xorgconfig then changed the file to this:

Code: Select all

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
#    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

#    RgbPath	"/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# 

    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/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"

EndSection


# **********************************************************************

# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"	# Auto detect
    Option "Device"      "/dev/input/mice"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"	"256"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"   "4 5 6 7"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   30-95

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

Section "Device"
    Identifier  "My Video Card"
    Driver      "nvidia"
    VideoRam    65536
    option      "NoLogo" "true"
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "My Video Card"
    Monitor     "My Monitor"
    DefaultDepth 24

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

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection
when I type startx, i get this:

Code: Select all

Script started on Mon Apr 10 20:31:32 2006
[01;31mkbox[01;34m ~ #[00m startx
hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.7567
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.15-ck7 x86_64
Current Operating System: Linux kbox 2.6.15-ck7 #7 PREEMPT Wed Mar 29 11:59:25 Local time zone must be set--see  x86_64
Build Date: 09 April 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: Mon Apr 10 20:31:41 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No drivers available.
Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
[01;31mkbox[01;34m ~ #[00m exit
exit
Script done on Mon Apr 10 20:31:46 2006
If I load the nvidia module with modprobe it seems to work ok.

any ideas?

by the way, why dont the code boxes scroll on this forum? it would be really nice for posts like this ; )
Top
Altezza2k2
n00b
n00b
Posts: 69
Joined: Fri Feb 24, 2006 12:24 am

  • Quote

Post by Altezza2k2 » Tue Apr 11, 2006 4:24 am

a lot of people have that problem. for me, it was the nvidia driver. the stable branch emerged 6769 or something in the 6xxx series which gave me that error. as soon as i did "ACCEPT_KEYWORDS="~amd64" emerge -va nvida-kernel", poof, it worked. (the ~amd64 is of course only if youre running amd64). ive had no problems with the 8178 drivers. also, what happens if you dont use the nvidia driver? have you tried Driver "vga"?
Top
aaronf0
Tux's lil' helper
Tux's lil' helper
Posts: 121
Joined: Wed Dec 08, 2004 9:03 pm

  • Quote

Post by aaronf0 » Tue Apr 11, 2006 1:22 pm

i dont know, i wonder if you have the driver "nv" installed instead of "nvidia". isnt nvidia the foss one, and nv the binaries from Nvidia? or try Altezza2k2's solution and see if that works.
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Wed Apr 12, 2006 12:58 am

the driver I have installed is 8178 or something. Can I get any sort of 3d performance with the VGA driver? If I cant get 3d acceleration, then might as well go back to windows.
I changed "nvidia" to "nv" and not when I startx, I see the "X" cursor for a spit second and then this:

Code: Select all

hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.7758

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.15-ck7 x86_64
Current Operating System: Linux kbox 2.6.15-ck7 #7 PREEMPT Wed Mar 29 11:59:25 Local time zone must be set--see  x86_64
Build Date: 09 April 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 Apr 11 17:27:18 2006
(==) Using config file: "/etc/X11/xorg.conf"
xterm: error while loading shared libraries: libXaw.so.8: cannot open shared object file: No such file or directory
waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
my computer 'feels' slightly less broken now ; )
Top
sonicbhoc
Veteran
Veteran
User avatar
Posts: 1805
Joined: Mon Oct 24, 2005 7:52 pm
Location: In front of the computer screen
Contact:
Contact sonicbhoc
Website

  • Quote

Post by sonicbhoc » Wed Apr 12, 2006 1:17 am

Your Error Message wrote:libXaw.so.8: cannot open shared object file: No such file or directory
Try remerging it.
emerge libXaw
[/code]
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Wed Apr 12, 2006 2:50 am

remerged. still complains about libXaw.so.8. :(
Top
aaronf0
Tux's lil' helper
Tux's lil' helper
Posts: 121
Joined: Wed Dec 08, 2004 9:03 pm

  • Quote

Post by aaronf0 » Wed Apr 12, 2006 4:03 am

a revdep-rebuild might fix things. or else i would try remerging X and mesa, then see what happens.
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Wed Apr 12, 2006 4:50 am

revdep-rebuild? is that a command?
Top
yabbadabbadont
Advocate
Advocate
User avatar
Posts: 4791
Joined: Fri Mar 14, 2003 12:02 am
Location: 2 exits past crazy

  • Quote

Post by yabbadabbadont » Wed Apr 12, 2006 5:25 am

revdep-rebuild is a tool contained in the gentoolkit ebuild.

After you have 'emerge gentoolkit', run 'revdep-rebuild --pretend' to see what it thinks needs to be done. If it looks reasonable to you, run the command again without '--pretend'.
Bones McCracker wrote:On the other hand, regex is popular with the ladies.
Top
shredator
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Thu Apr 14, 2005 2:33 am

  • Quote

Post by shredator » Fri Apr 14, 2006 4:01 am

that did it!
Thanks!
Top
Post Reply

18 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic