Google Earth,Wine-Doors, others not working [Solved]

Discussions Regarding Software

Moderator: Moderators

Google Earth,Wine-Doors, others not working [Solved]

Postby Espreon » Tue Jul 31, 2007 16:54

Yeah, Google Earth is not working, it onced worked in Ubuntu (but it stopped working in Ubuntu also). It never worked in Sabayon (I suspect XGL is the culprit). Also I got Wine-Doors to work once (I used it flawlessly in Ubuntu) it was able to create the all important Wine Drive and the submenu in the SUSE Styled KDE menu. But I tried running Wine-Doors in a terminal and it gave me a blank window for 2 milisecs and a bunch of errors in the terminal (I will post them later when I get home). And 2 games won't work (I forgot which ones but I will tell bout them when I get home to my Sabayon computer).

I am running a Dell Inspiron 1505 with 1 GB of RAM, a ATI Radeon x1400 Mobility with XGL and the fglrx driver ( I believe)

With Google Earth it just gives me the Startup Splash and freezes (not the whole comp).
Also Compiz-Fusion is not working (got it to work pretty good under Ubuntu), it gave me errors when running it in the terminal (I will post those and try to run Google Earth in the terminal and post those errors). Beryl works fine though (how do I install the unsupported Beryl plugins?)

And finally I can;t get Mettise working that good, (only works in GNOME) sometimes I can see the panels and most of the time I can't when I open 1 window the panels stop working (I can play around with the window just fine).

When I get home I will post the outputs from the terminal and post my xorg.conf
Espreon
Simple Hen
 
Posts: 57
Joined: Fri Jul 20, 2007 9:04

Postby chickpea » Tue Jul 31, 2007 17:36

See this post.
http://www.sabayonlinux.org/forum/viewt ... 3018#53018
You have to unmerge and remerge wine and wine-doors. Somehow they went out borked.
User avatar
chickpea
Sagely Hen
 
Posts: 1084
Joined: Fri Jan 05, 2007 15:08
Location: Washington, DC

Postby Espreon » Tue Jul 31, 2007 17:39

I'll try that when I get home.
Espreon
Simple Hen
 
Posts: 57
Joined: Fri Jul 20, 2007 9:04

Postby edgevision » Tue Jul 31, 2007 17:46

Also if you can post some of these errors you're getting with Compiz Fusion, I'm sure we can work them out.
User avatar
edgevision
Growing Hen
 
Posts: 180
Joined: Tue Jun 26, 2007 18:40
Location: New Brunswick, Canada

Here are the outputs

Postby Espreon » Wed Aug 01, 2007 4:44

Compiz Fusion:

Code: Select all
spanek@localhost ~ $ compiz
compiz (core) - Error: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz (core) - Fatal: No manageable screens found on display :0.0


Compiz Fusion with the --replace switch:

Code: Select all
spanek@localhost ~ $ compiz --replace
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 133 requests (132 known processed) with 0 events remaining.


Wine-Doors:

Code: Select all
spanek@localhost ~ $ wine-doors
Started logging session
Checking wine drive: /home/spanek/.wine/
Error: No such file : /home/spanek/.wine-doors/packlists/System Global.xml
Traceback (most recent call last):
  File "/usr/bin/wine-doors", line 99, in ?
    ui.winedoors = ui.WineDoorsGUI()
  File "/usr/share/wine-doors/src/ui.py", line 920, in __init__
    self.tree = PackTree( self.window['tv_packlist'], self.window )
  File "/usr/share/wine-doors/src/ui.py", line 460, in __init__
    packlist.UpdateAll()
  File "/usr/share/wine-doors/src/packlist.py", line 284, in UpdateAll
    self.Update( ''.join( item[0:1] ) )
  File "/usr/share/wine-doors/src/packlist.py", line 266, in Update
    self.Parse( local_file )
  File "/usr/share/wine-doors/src/packlist.py", line 231, in Parse
    parser.parse( xmlfile )
  File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 103, in parse
    source = saxutils.prepare_input_source(source)
  File "/usr/lib/python2.4/site-packages/_xmlplus/sax/saxutils.py", line 523, in prepare_input_source
    f = urllib2.urlopen(source.getSystemId())
  File "/usr/lib/python2.4/urllib2.py", line 130, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.4/urllib2.py", line 350, in open
    protocol = req.get_type()
  File "/usr/lib/python2.4/urllib2.py", line 233, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /home/spanek/.wine-doors/packlists/System Global.xml


Google Earth:

Code: Select all
spanek@localhost ~ $ googleearth
Xlib:  extension "XFree86-DRI" missing on display ":0.0".


My xorg.conf:

Code: Select all
Section "Files"


    #FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/corefonts"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

    Load   "dbe"
    Load   "i2c"
    Load   "glx"
    Load   "ddc"
    Load   "type1"
    Load   "freetype"
    Load   "extmod"
    Load   "synaptics"
    Load   "vbe"
   Load        "dri"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

     Option    "AllowMouseOpenFail" "true"

EndSection

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

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

Section "InputDevice"
    Identifier      "Synaptics1"
    Driver      "synaptics"
    Option      "SendCoreEvents"   "true"
    Option      "Device"      "/dev/psaux"
    Option      "Protocol"      "auto-dev"
    Option      "HorizScrollDelta"   "0"
    Option      "SHMConfig"      "on"
    # For ALPS/MacBook TouchPads
    #Option      "MaxSpeed"      "0.7"
    #Option      "MinSpeed"      "0.18"
    #Option      "AccelFactor"      "0.08"
    #Option      "TopEdge"      "120"
    #Option      "LeftEdge"      "120"
    #Option      "BottomEdge"      "830"
    #Option      "RightEdge"      "650"
    #Option      "FingerLow"      "25"
    #Option      "FingerHigh"      "30"
    # MacBook touchpad
    #Option      "MaxTapTime"      "180"
    #Option      "MaxTapMove"      "220"
    #Option      "MaxDoubleTapTime"   "180"
    #Option      "VertScrollDelta"   "20"
    #Option      "HorizScrollDelta"   "50"
    #Option      "TapButton2"      "3"
    #Option      "TapButton3"      "2"
    #Option      "VertTwoFingerScroll"   "1"

    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
EndSection


Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
   
    Option   "AutoRepeat"   "500 5"
    Option      "XkbModel"   "pc105"
    Option   "XkbLayout"   "us"
    Option      "XkbRules"      "xorg"
    # Macintosh keyboard
    #Option   "XkbOptions"   "lv3:rwin_switch"

EndSection


Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom1"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom2"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom3"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection


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

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"

    Option   "Device"   "/dev/psaux"
    Option   "Protocol"   "ImPS/2"
    Option   "ZAxisMapping"   "4 5"
     
EndSection

Section "InputDevice"
    Identifier   "Mouse2"
    Driver   "mouse"
    Option   "Protocol"   "ImPS/2"
    Option   "Device"   "/dev/input/mice"
    Option    "ZAxisMapping" "4 5"
EndSection


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

# Any number of monitor sections may be present

Section "Monitor"

    Identifier   "Generic Monitor"
    #Option      "DPMS"

    VertRefresh 43 - 60
    HorizSync   28 - 80
   
EndSection

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

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver      "fglrx" # do not remove vesa
    #Option "RenderAccel" "on"
    #Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection


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

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier   "Screen 1"
    Device   "VESA"
    Monitor   "Generic Monitor"
    #Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth      8
        ViewPort   0 0
        #Modes      "1600x1200" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           16
        ViewPort        0 0
        #Modes      "1600x1200" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           24
        ViewPort        0 0
        #Modes      "1600x1200" "800x600" "640x480"
    EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier   "Main Layout"
    Screen 0    "Screen 1"
    InputDevice   "Mouse1" "CorePointer"
    InputDevice   "Mouse2" "SendCoreEvents"
    InputDevice "Synaptics1" "SendCoreEvents"
    #InputDevice "wacom1" "SendCoreEvents"
    #InputDevice "wacom2" "SendCoreEvents"
    #InputDevice "wacom3" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
   #Option "Composite" "Enable"
EndSection


BTW How do I install the unsupported Beryl Plugins?
Espreon
Simple Hen
 
Posts: 57
Joined: Fri Jul 20, 2007 9:04

Postby Fitzcarraldo » Sat Aug 04, 2007 18:32

If Google Earth 4.0.2723 just hangs at the splash screen and your PC has an ATI graphics card then try the following fix, which makes Google Earth use an older version of an ATI library (the older library is put in the Google Earth directory and does not affect the latest version of the library, which is in a different directory).

Download the file ati-driver-installer-8.27.10-x86.run from the ATI Web site. I downloaded it to my Desktop (/home/fitzcarraldo/Desktop). Then type the following commands into a Terminal window:

Code: Select all
$ sudo mkdir /tmp/ati_extract

$ sudo sh /home/fitzcarraldo/Desktop/ati-driver-installer-8.27.10-x86.run --extract /tmp/ati_extract
 
$ sudo cp /tmp/ati_extract/arch/x86/usr/X11R6/lib/libGL.so.1.2 /opt/googleearth/libGL.so.1


To launch Google Earth, either type the following into a Terminal window:

Code: Select all
$ DISPLAY=:0 googleearth


or edit the command in the Application tab of the Google Earth Desktop Config File (which was installed automatically when you installed SL to the HDD) to say DISPLAY=:0 googleearth %f instead of just “googleearth %f”.

Apparently some people have to use e.g. “DISPLAY=:93” instead “DISPLAY=:0”. You can probably tell which one is needed by looking in the /var/log/Xorg.?.log file.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Postby phzi » Sat Aug 04, 2007 20:42

I had the same problem with Wine-doors, after I had run the initial Wine-doors setup. Unmerging, ~/.wine-doors and ~/.wine, and re-emering, did the trick for me.
phzi
Simple Hen
 
Posts: 48
Joined: Thu Jul 19, 2007 18:39

Thanx

Postby Espreon » Mon Aug 06, 2007 8:40

Thanx, fitzcarraldo, Google Earth works great now!
Espreon
Simple Hen
 
Posts: 57
Joined: Fri Jul 20, 2007 9:04


Return to Software in General

Who is online

Users browsing this forum: No registered users and 2 guests

cron