Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]xorg on parallels desktop for mac
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
stellit
n00b
n00b


Joined: 18 Jun 2005
Posts: 44

PostPosted: Mon Nov 14, 2011 7:39 am    Post subject: [SOLVED]xorg on parallels desktop for mac Reply with quote

I'm having a problem with the xorg installation on parallels desktop for mac.
I've installed the xorg-server and parallels tools, but when I trying to start the xorg, I got the following error message:
Code:
xauth:  file /root/.serverauth.1343 does not exist


X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0.6-gentoo x86_64 Gentoo
Current Operating System: Linux localhost 3.0.6-gentoo #3 SMP Sun Nov 13 19:58:14 GMT 2011 x86_64
Kernel command line: root=/dev/hda3
Build Date: 13 November 2011  10:34:16PM
 
Current version of pixman: 0.22.2
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
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 Nov 14 07:36:16 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) PRLXINERAMA: Xinerama Virtual Screen 0 (x=0, y=0, w=1024, h=768)
/etc/X11/xinit/xinitrc: line 59: twm: command not found
/etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
/etc/X11/xinit/xinitrc: line 61: xterm: command not found
xinit: connection to X server lost

waiting for X server to shut down .error setting MTRR (base = 0xb0000000, size = 0x08000000, type = 1) Invalid argument (22)

And here is the xorg.conf
Code:
#
# X.Org server configuration file generated by Parallels Guest Tools.
#
# Section "ServerLayout"
#    Identifier     "X.org Configured"
#    Screen      0  "Screen0" 0 0
#    InputDevice    "Mouse0" "CorePointer"
#    InputDevice    "Keyboard0" "CoreKeyboard"
# EndSection

Section "Files"
   ModulePath   "/usr/lib64/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dri"
   Load  "dri2"
   Load  "dbe"
   Load  "glx"
   Load  "record"
   Load  "extmod"
EndSection

# Section "InputDevice"
#    Identifier  "Keyboard0"
#    Driver      "kbd"
# EndSection

# Section "InputDevice"
#    Identifier  "Mouse0"
#    Driver      "prlmouse"
#    Option       "Protocol" "auto"
#    Option       "Device" "/dev/input/mice"
#    Option       "ZAxisMapping" "4 5 6 7"
# EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

# Parallels Monitor section
Section "Monitor"
   Identifier   "Parallels Monitor"
   VendorName   "Parallels Inc."
   ModelName   "Parallels Monitor"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"              # [<bool>]
        #Option     "DefaultRefresh"        # [<bool>]
        #Option     "ModeSetClearScreen"    # [<bool>]
   Identifier  "Card0"
   Driver      "prlvideo"
   BusID       "PCI:1:0:0"
EndSection

# Parallels Video section
Section "Device"
   Identifier   "Parallels Video"
   Driver   "prlvideo"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

# Parallels Screen section
Section "Screen"
   Identifier   "Parallels Screen"
   Device   "Parallels Video"
   Monitor   "Parallels Monitor"
   Option   "NoMTRR"
   SubSection "Display"
      Depth   24
      Viewport   0 0
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Viewport   0 0
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Viewport   0 0
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Viewport   0 0
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Viewport   0 0
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Viewport   0 0
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


# DefaultFlags section
Section "ServerFlags"
   Option   "AllowEmptyInput"   "yes"
   Option   "AutoAddDevices"   "yes"
EndSection

# DefaultLayout section
Section "ServerLayout"
   Identifier   "DefaultLayout"
   Screen   "Parallels Screen"
EndSection


Any suggestion?
Thanks!

Edit: Parallels Desktop 7


Last edited by stellit on Wed Nov 16, 2011 10:51 am; edited 1 time in total
Back to top
View user's profile Send private message
golagoda
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jun 2011
Posts: 105
Location: Australia

PostPosted: Mon Nov 14, 2011 7:44 am    Post subject: Reply with quote

Assuming you're wanting to use twm as your window manager (since that's what is failing to start) you need to emerge x11-wm/twm and x11-terms/xterm

If not, install whatever desktop enviroment or window manager you want and add 'exec <DE / WM binary>' for example 'exec openbox' for openbox to your ~/.xinitrc file
Back to top
View user's profile Send private message
stellit
n00b
n00b


Joined: 18 Jun 2005
Posts: 44

PostPosted: Wed Nov 16, 2011 10:51 am    Post subject: Reply with quote

after install any wm the problem is solved
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
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