Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Modular X server bugs, annoyances and solutions (Part 2)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6 ... 20, 21, 22  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Fri Mar 24, 2006 7:20 am    Post subject: Reply with quote

jo. mostly all problems fixed. at least all gtk+ related.

still: my mx310 shows no 4th and 5th button, but instead leaves that two out completley and gives me a 8th and a 9th. the interesting xorg.conf portion:
Code:

Section "InputDevice"

    Identifier  "Mouse1"
    Driver  "mouse"

    Option  "InputFashion" "Mouse"
    Option  "Name" "Logitech MX310"
    Option  "Protocol"  "ExplorerPS/2"
    Option  "Device" "/dev/input/mice"
    Option  "Buttons"   "7"
    Option  "ZAxisMapping"  "6 7"
    Option  "Resolution"    "800"

EndSection

update: i think i found my problem. obviously i wrote INPUT_DEVICE instead of INPUT_DEVICES in make.conf. not sure if it will solve it, but i'm currently reemerging xorg-server.

update 2: i can no longer compile the xorg-server:
Code:
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../include -I../include -I../include -DHAVE_DIX_CONFIG_H -DXFree86Server -DXFree86LOADER -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../lbx -march=athlon64 -O2 -pipe -ftracer -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c cursor.c  -fPIC -DPIC -o .libs/cursor.o
cursor.c: In function `TestForCursorName':
cursor.c:705: warning: cast from pointer to integer of different size
cursor.c: In function `ProcXFixesChangeCursorByName':
cursor.c:721: warning: cast to pointer from integer of different size
cursor.c: In function `ProcXFixesHideCursor':
cursor.c:840: error: syntax error before '*' token
cursor.c:843: error: `xXFixesHideCursorReq' undeclared (first use in this function)
cursor.c:843: error: (Each undeclared identifier is reported only once
cursor.c:843: error: for each function it appears in.)
cursor.c:845: error: `stuff' undeclared (first use in this function)
cursor.c: In function `SProcXFixesHideCursor':
cursor.c:879: error: syntax error before '*' token
cursor.c:881: error: `stuff' undeclared (first use in this function)
cursor.c:882: error: `xXFixesHideCursorReq' undeclared (first use in this function)
cursor.c: In function `ProcXFixesShowCursor':
cursor.c:892: error: syntax error before '*' token
cursor.c:894: error: `xXFixesShowCursorReq' undeclared (first use in this function)
cursor.c:896: error: `stuff' undeclared (first use in this function)
cursor.c: In function `SProcXFixesShowCursor':
cursor.c:923: error: syntax error before '*' token
cursor.c:925: error: `stuff' undeclared (first use in this function)
cursor.c:926: error: `xXFixesShowCursorReq' undeclared (first use in this function)
make[1]: *** [cursor.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r1/work/xorg-server-1.0.2/xfixes'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xorg-server-1.0.2-r1 failed.
Call stack:
  ebuild.sh, line 1573:   Called dyn_compile
  ebuild.sh, line 982:   Called src_compile
  ebuild.sh, line 1288:   Called x-modular_src_compile
  x-modular.eclass, line 305:   Called x-modular_src_make

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
slithy
Guru
Guru


Joined: 26 Nov 2005
Posts: 321
Location: Kansas

PostPosted: Fri Mar 24, 2006 8:27 am    Post subject: Reply with quote

I have xorg 7 up and running just fine, the only problem is that all my fonts are really small. Here is my xorg.conf file:

Code:
Section "ServerLayout"
        Identifier     "Server Layout"
        Screen         "Screen0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/local/"
EndSection

Section "Module"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
        Load  "freetype"
# This loads the GLX module
        Load  "glx"   # libglx.a
        Load  "dri"   # libdri.a
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Dell"
        ModelName    "WSXGA+ LCD"
        DisplaySize  444 277
EndSection

Section "Device"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    #Option "VRefresh2"                  "unspecified"
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    # vendor=1002, device=4e50
        Identifier  "ATI Graphics Adapter"
        Driver      "fglrx"
#       Option      "NoDDC"
# === disable/enable XAA/DRI ===
        Option      "no_accel" "no"
        Option      "no_dri" "no"
# === misc DRI settings ===
        Option      "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
        Option      "DesktopSetup" "Mirror"
    #Option "HSync2"                     "unspecified"
        Option      "ScreenOverlap" "0"
    Option "GammaCorrectionI"           "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
# === OpenGL specific profiles/settings ===
        Option      "Capabilities" "0x00000800"
        Option      "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
        Option      "VideoOverlay" "on"
# === OpenGL Overlay ===
        Option      "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
        Option      "CenterMode" "on"
# === Pseudo Color Visuals (8-bit visuals) ===
        Option      "PseudoColorVisuals" "off"
# === QBS Management ===
        Option      "Stereo" "off"
        Option      "StereoSyncEnable" "1"
# === FSAA Management ===
        Option      "FSAAEnable" "no"
        Option      "FSAAScale" "1"
        Option      "FSAADisableGamma" "no"
        Option      "FSAACustomizeMSPos" "no"
        Option      "FSAAMSPosX0" "0.000000"
        Option      "FSAAMSPosY0" "0.000000"
        Option      "FSAAMSPosX1" "0.000000"
        Option      "FSAAMSPosY1" "0.000000"
        Option      "FSAAMSPosX2" "0.000000"
        Option      "FSAAMSPosY2" "0.000000"
        Option      "FSAAMSPosX3" "0.000000"
        Option      "FSAAMSPosY3" "0.000000"
        Option      "FSAAMSPosX4" "0.000000"
        Option      "FSAAMSPosY4" "0.000000"
        Option      "FSAAMSPosX5" "0.000000"
        Option      "FSAAMSPosY5" "0.000000"
# === Misc Options ===
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "UseInternalAGPGART" "no"
        Option      "ForceGenericCPU" "no"
        Option      "FlatPanel" "True"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"

    #Option "backingstore"
        Identifier "Screen0"
        Device     "ATI Graphics Adapter"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"

#        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
                Depth     24
                Modes    "1680x1050" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"

# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
        Mode         0666
EndSection


I am using fglrx as my video driver. I think the problem might stem from the display size line. This settings was correct with 6.8. The whole reason that I use the display size line is because fglrx doesn't pickup the DPI right for my 1680x150 laptop screen, so I have to set it myself. The DPI is still the same, as everything else besides the font is the right size. Anyone know how to fix the fonts.
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Fri Mar 24, 2006 8:42 am    Post subject: Reply with quote

For fonts, check the wiki.
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 10:56 am    Post subject: Reply with quote

After upgrading to modular X I can't start it anymore.

Code:
(EE) Failed to load module "fglrx" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found

XI0:   fatal IO error 104 (Connection reset by peer) on X server ":0.0"
         after 0 requests (0 known processed with 0 events remaining.


xorg.conf - http://users.ox.ac.uk/~wadh2045/xorg.conf
make.conf - http://users.ox.ac.uk/~wadh2045/make.conf

Everything worked fine before.

Any ideas?


EDIT: While I'm at it, I don't seem to have fglrxconfig installed anymore, aren't ati-drivers supposed to provide that?
_________________
the forums.gentoo.org poster formally known as metal leper
Back to top
View user's profile Send private message
Strowi
l33t
l33t


Joined: 19 Aug 2003
Posts: 656
Location: Bonn

PostPosted: Fri Mar 24, 2006 11:45 am    Post subject: Reply with quote

hi,

fglrxconfig has been renamed to ati-something (look in /opt/ati )

try reemerging ati-drivers, that sould to it.
But for me X crashes the whole computer afterwards.
It shows some Backtrace-stuff, which i couldn't paste into a file yet. Maybe i can grab the screen-output when i run it remotely through ssh in a screen session...;)
_________________
--
Linux & such ...
http://blog.hasnoname.de
Back to top
View user's profile Send private message
jinxo
n00b
n00b


Joined: 24 Mar 2006
Posts: 8

PostPosted: Fri Mar 24, 2006 11:45 am    Post subject: Reply with quote

My X also doesn't start.
I followed the Wiki-Howto and am now getting the following errors:

Code:

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-gentoo-r1 i686
Current Operating System: Linux localhost 2.6.15-gentoo-r1 #1 SMP Wed Mar 22 19:26:13 CET 2006 i686
Build Date: 23 March 2006

[...]

(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
dlopen: /usr/lib/xorg/modules/drivers/ati_drv.so: undefined symbol: ATIFillInScreenInfo
(EE) Failed to load /usr/lib/xorg/modules/drivers/ati_drv.so
(II) UnloadModule: "ati"
(EE) Failed to load module "ati" (loader failed, 7)
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
dlopen: /usr/lib/xorg/modules/drivers/fbdev_drv.so: undefined symbol: fbdevHWProbe
(EE) Failed to load /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (loader failed, 7)
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
dlopen: /usr/lib/xorg/modules/drivers/vesa_drv.so: undefined symbol: VBEBankSwitch
(EE) Failed to load /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) UnloadModule: "vesa"
(EE) Failed to load module "vesa" (loader failed, 7)
(II) LoadModule: "vga"
(II) Loading /usr/lib/xorg/modules/drivers/vga_drv.so
dlopen: /usr/lib/xorg/modules/drivers/vga_drv.so: undefined symbol: vgaHWFreeHWRec
(EE) Failed to load /usr/lib/xorg/modules/drivers/vga_drv.so
(II) UnloadModule: "vga"
(EE) Failed to load module "vga" (loader failed, 7)
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.4
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(EE) No drivers available.

Fatal server error:
no screens found


I already re-emerged all the xf86-video-xyz drivers, of no avail... What can I do?
Back to top
View user's profile Send private message
Dr. Arbeitslos
Apprentice
Apprentice


Joined: 13 Aug 2005
Posts: 152

PostPosted: Fri Mar 24, 2006 11:58 am    Post subject: Reply with quote

updateded your ModulePath in xorg.conf?
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 12:15 pm    Post subject: Reply with quote

Strowi wrote:
hi,

fglrxconfig has been renamed to ati-something (look in /opt/ati )

try reemerging ati-drivers, that sould to it.
But for me X crashes the whole computer afterwards.
It shows some Backtrace-stuff, which i couldn't paste into a file yet. Maybe i can grab the screen-output when i run it remotely through ssh in a screen session...;)


Remerging ati-drivers, unloading and loading the module didn't help

And there's aticonfig in /opt/ati/bin, but that's always been there and isn't the same as fglrxconfig - aticonfig is for changing already existing xorg.conf files to work with the binary drivers, fglrxconfig is for creating one from scratch. That's how it used to be anyway, maybe they merged the two together...
_________________
the forums.gentoo.org poster formally known as metal leper
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 12:18 pm    Post subject: Reply with quote

Dr. Arbeitslos wrote:
updateded your ModulePath in xorg.conf?



It wasn't set before, but I set it to /usr/lib/modules and that didn't change anything (the line it was /usr/X11R6/lib/modules but commented out, and /usr/X11R6 is a symlink to /usr)
_________________
the forums.gentoo.org poster formally known as metal leper
Back to top
View user's profile Send private message
Dr. Arbeitslos
Apprentice
Apprentice


Joined: 13 Aug 2005
Posts: 152

PostPosted: Fri Mar 24, 2006 12:27 pm    Post subject: Reply with quote

that should be right for xorg7:


Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/ukr/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 12:35 pm    Post subject: Reply with quote

Dr. Arbeitslos wrote:

Code:
        ModulePath   "/usr/lib/xorg/modules/"


If I do that it says "Unable to load base modules, Exiting..."


Something seems to have gone really wrong though - after downgrading to monolithic xorg, I'm still getting the same errors :?
_________________
the forums.gentoo.org poster formally known as metal leper
Back to top
View user's profile Send private message
Dr. Arbeitslos
Apprentice
Apprentice


Joined: 13 Aug 2005
Posts: 152

PostPosted: Fri Mar 24, 2006 12:41 pm    Post subject: Reply with quote

sure u edited make.conf as described in the migrationwiki bevor compiling new xorg?
(VIDEO_CARDS="nvidia"
INPUT_DEVICES="keyboard mouse evdev joystick")

do you find any modules in that path?
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 1:15 pm    Post subject: Reply with quote

I had

VIDEO_CARDS="radeon fglrx ati"
INPUT_DEVICES="keyboard mouse"

And I'm now using

ModulePath "/usr/X11R6/lib/modules"
ModulePath "/usr/lib/xorg/modules"

(grep ModulePath /var/log/Xorg.0.log gives
(**) ModulePath set to "/usr/X11R6/lib/modules,/usr/lib/xorg/modules")

Since ati-drivers seems to be installing things in a different place to everything else now, but it's still complaining about not being able to find fglrx

I'm now doing this with monolithic xorg since I downgraded, so maybe I should start a new thread (it was all working before I upgraded, and I don't see what's different now though..)
_________________
the forums.gentoo.org poster formally known as metal leper
Back to top
View user's profile Send private message
Dr. Arbeitslos
Apprentice
Apprentice


Joined: 13 Aug 2005
Posts: 152

PostPosted: Fri Mar 24, 2006 3:10 pm    Post subject: Reply with quote

and u did set the dlloader use-flag globally?
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 3:15 pm    Post subject: Reply with quote

I have done now, and I've discovered that for some reason the fglrx module seems to be being built for xorg 6.8.99 and I'm now using 6.8.2 again. Not sure I understand why that's happening, presumably something didn't get removed/changed when I downgraded
_________________
the forums.gentoo.org poster formally known as metal leper
Back to top
View user's profile Send private message
darkphader
Veteran
Veteran


Joined: 09 May 2002
Posts: 1217
Location: Motown

PostPosted: Fri Mar 24, 2006 4:30 pm    Post subject: Reply with quote

turns out the problems i posted on page 4 were resolved by remerging the themes

Chris
_________________
WYSIWYG - What You See Is What You Grep
Back to top
View user's profile Send private message
mutlu_inek
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2004
Posts: 141

PostPosted: Fri Mar 24, 2006 5:09 pm    Post subject: Reply with quote

eNTi wrote:
update 2: i can no longer compile the xorg-server:

Same here:
Code:
cursor.c: In function `ProcXFixesHideCursor':
cursor.c:840: error: syntax error before '*' token
cursor.c:843: error: `xXFixesHideCursorReq' undeclared (first use in this function)
cursor.c:843: error: (Each undeclared identifier is reported only once
cursor.c:843: error: for each function it appears in.)
cursor.c:845: error: `stuff' undeclared (first use in this function)
cursor.c: In function `SProcXFixesHideCursor':
cursor.c:879: error: syntax error before '*' token
cursor.c:881: error: `stuff' undeclared (first use in this function)
cursor.c:882: error: `xXFixesHideCursorReq' undeclared (first use in this function)
cursor.c: In function `ProcXFixesShowCursor':
cursor.c:892: error: syntax error before '*' token
cursor.c:894: error: `xXFixesShowCursorReq' undeclared (first use in this function)
cursor.c:896: error: `stuff' undeclared (first use in this function)
cursor.c: In function `SProcXFixesShowCursor':
cursor.c:923: error: syntax error before '*' token
cursor.c:925: error: `stuff' undeclared (first use in this function)
cursor.c:926: error: `xXFixesShowCursorReq' undeclared (first use in this function)
make[1]: *** [cursor.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../include -I../include -I../include -DHAVE_DIX_CONFIG_H -DXFree86Server -DXFree86LOADER -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../lbx -march=athlon-xp -O2 -fomit-frame-pointer -fno-ident -pipe -MT region.lo -MD -MP -MF .deps/region.Tpo -c region.c  -fPIC -DPIC -o .libs/region.o
make[1]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r1/work/xorg-server-1.0.2/xfixes'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xorg-server-1.0.2-r1 failed.
Call stack:
  ebuild.sh, line 1565:   Called dyn_compile
  ebuild.sh, line 974:   Called src_compile
  ebuild.sh, line 1280:   Called x-modular_src_compile
  x-modular.eclass, line 305:   Called x-modular_src_make

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

This is with Donnie's patch for the gtk-problem (see: https://bugs.gentoo.org/show_bug.cgi?id=127333 ) (which actually did the trick for firefox, etc.).

Any ideas?
Back to top
View user's profile Send private message
ikshaar
Veteran
Veteran


Joined: 23 Jul 2002
Posts: 1339
Location: Baltimore, MD

PostPosted: Fri Mar 24, 2006 6:01 pm    Post subject: Reply with quote

Riekr wrote:
i'm using twm but can only get firefox working.. i can't start gedit or gnome-terminal for example.
Can anybody with a working gnome and xorg-7.0 (if any) post the output of emerge -pv xorg-x11 ?


I doubt it will help but ...

Code:
root@jupiter / # emerge -pv xorg-x11

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-x11-7.0-r1  INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="fbdev nvidia vesa -apm -ark -ati -chips -cirrus -cyrix -dummy -fglrx -glint -i128 -i810 -mga -neomagic -nv -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga -trident -tseng -v4l -vga -via -vmware -voodoo" 0 kB

gnome and Xorg-7 works fine on all my 3 computers... but of course I am using metacity.
_________________
"May God stands between you and harm in all the empty places where you must walk" - Babylon 5
Back to top
View user's profile Send private message
madcat87
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2005
Posts: 120

PostPosted: Fri Mar 24, 2006 7:12 pm    Post subject: Reply with quote

Xorg 7 is working perfect to me and the upgrade from 6.8 was absolutely smooth.I think it shoud be unmasked :)
Back to top
View user's profile Send private message
btlee
Apprentice
Apprentice


Joined: 03 Sep 2004
Posts: 168
Location: San Francisco

PostPosted: Fri Mar 24, 2006 7:59 pm    Post subject: Reply with quote

mutlu_inek wrote:
eNTi wrote:
update 2: i can no longer compile the xorg-server:

Same here:
Code:
cursor.c: In function `ProcXFixesHideCursor':
cursor.c:840: error: syntax error before '*' token
cursor.c:843: error: `xXFixesHideCursorReq' undeclared (first use in this function)
cursor.c:843: error: (Each undeclared identifier is reported only once
cursor.c:843: error: for each function it appears in.)
cursor.c:845: error: `stuff' undeclared (first use in this function)
cursor.c: In function `SProcXFixesHideCursor':
cursor.c:879: error: syntax error before '*' token
cursor.c:881: error: `stuff' undeclared (first use in this function)
cursor.c:882: error: `xXFixesHideCursorReq' undeclared (first use in this function)
cursor.c: In function `ProcXFixesShowCursor':
cursor.c:892: error: syntax error before '*' token
cursor.c:894: error: `xXFixesShowCursorReq' undeclared (first use in this function)
cursor.c:896: error: `stuff' undeclared (first use in this function)
cursor.c: In function `SProcXFixesShowCursor':
cursor.c:923: error: syntax error before '*' token
cursor.c:925: error: `stuff' undeclared (first use in this function)
cursor.c:926: error: `xXFixesShowCursorReq' undeclared (first use in this function)
make[1]: *** [cursor.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../include -I../include -I../include -DHAVE_DIX_CONFIG_H -DXFree86Server -DXFree86LOADER -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../lbx -march=athlon-xp -O2 -fomit-frame-pointer -fno-ident -pipe -MT region.lo -MD -MP -MF .deps/region.Tpo -c region.c  -fPIC -DPIC -o .libs/region.o
make[1]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r1/work/xorg-server-1.0.2/xfixes'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xorg-server-1.0.2-r1 failed.
Call stack:
  ebuild.sh, line 1565:   Called dyn_compile
  ebuild.sh, line 974:   Called src_compile
  ebuild.sh, line 1280:   Called x-modular_src_compile
  x-modular.eclass, line 305:   Called x-modular_src_make

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

This is with Donnie's patch for the gtk-problem (see: https://bugs.gentoo.org/show_bug.cgi?id=127333 ) (which actually did the trick for firefox, etc.).

Any ideas?


Did you upgrade fixesproto and compositeproto?
The upgrades fixed my problem which was exactly same with yours.
_________________
AMD64 3200+, 2G/160G+250G
DELL 700m, 1.8GHz, 2G/80G
iBook G3-500Mhz, 640M/100G
Back to top
View user's profile Send private message
djm
Arch/Herd Tester
Arch/Herd Tester


Joined: 12 Apr 2004
Posts: 690
Location: Wadham College, Oxford

PostPosted: Fri Mar 24, 2006 8:12 pm    Post subject: Reply with quote

Well, I have modular X working with the vesa driver (and now the fglrx one), I've got some font issues though

djm@sif ~ $ bbmail
blackbox: couldn't load default font. please check to
make sure the necessary font is installed '-*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*'

Any ideas what I can do? (Worked fine with 6.8.2)

EDIT: Nevermind, remerging font-adopbe-100dpi fixed it
_________________
the forums.gentoo.org poster formally known as metal leper


Last edited by djm on Sat Mar 25, 2006 12:01 am; edited 1 time in total
Back to top
View user's profile Send private message
cram
Guru
Guru


Joined: 17 Nov 2002
Posts: 312
Location: Saskatoon, Canada

PostPosted: Fri Mar 24, 2006 8:15 pm    Post subject: Reply with quote

Quote:
Xorg 7 is working perfect to me and the upgrade from 6.8 was absolutely smooth.I think it shoud be unmasked :)

Actually, it is unmasked, it hit ~x86 yesterday morning.
_________________
aaarggghhhh.
Good point Chewie.
Back to top
View user's profile Send private message
slithy
Guru
Guru


Joined: 26 Nov 2005
Posts: 321
Location: Kansas

PostPosted: Fri Mar 24, 2006 9:18 pm    Post subject: Reply with quote

Ok I have an found more information out about my font problem. When I do startx, I get this:
Code:
Could not init font path element /usr/share/fonts/local, removing from list!
and I checked and there aren't any fonts in /usr/fonts/local. The X server continues to load, and when I shut it down, another font error is displayed:
Code:
FreeFontPath: FPE "/usr/share/fonts/misc/" recount is 2, shold be 1; fixing.
Could some please help me figure out what is wrong with my frons.

EDIT: Here is another interesting observation: I commented all the font lines out in my xorg.conf and it made no difference. Where is the xserver getting it's font list?

EDIT Part Duex: emergine corefonts seemed to get my other fonts back. So I am going to call this solved.


Last edited by slithy on Fri Mar 24, 2006 11:59 pm; edited 2 times in total
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Fri Mar 24, 2006 9:57 pm    Post subject: Reply with quote

caps lock ... bloc num bloc scorr... stamp... win key... doesn't work
this is my xorg conf....
Code:
Section "InputDevice"

    Identifier  "Keyboard1"
     Driver     "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbdRules" "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "it"

EndSection

_________________
C.
Back to top
View user's profile Send private message
mutlu_inek
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2004
Posts: 141

PostPosted: Sat Mar 25, 2006 1:36 am    Post subject: Reply with quote

btlee wrote:
Did you upgrade fixesproto and compositeproto?
The upgrades fixed my problem which was exactly same with yours.

I had no problems emerging xorg-server with the upgraded fixesproto and compositeproto. But then the gtk applications would not start. So I followed Donnie's workaround. Under the X server it worked fine without downgrading them as was suggested. But under Xgl I had the same problem again. Downgrading fixesproto and compositeproto solved the problem, but now I cannot reemerge the xorg-server (which luckily is not such a big deal since it runs, but it is not really a tolerable situation).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6 ... 20, 21, 22  Next
Page 5 of 22

 
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