Running Skyrim sob sessão x separada?

0

Eu estou tentando executar Skyrim com vinho em um x separado. Ele é executado apenas se eu iniciá-lo normalmente, mas o desempenho é terrível, então gostaria de tentar executá-lo em um x separado para melhorar o desempenho.

Eu corro:

export WINEPREFIX="/home/john/.local/share/wineprefixes/steam"
cd "/home/john/.local/share/wineprefixes/steam/drive_c/Program Files/Steam/steamapps/common/skyrim"
xinit /usr/bin/wine TESV.exe -- :1

Ambos os monitores ficam pretos por alguns segundos, então o KDE volta e eu tenho o seguinte no konsole:

X.Org X Server 1.11.3
Release Date: 2011-12-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.42-26-generic x86_64 Ubuntu
Current Operating System: Linux desktop-ubuntu 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic root=UUID=a7ecd6aa-8336-41fa-8c35-44dbe80a5a41 ro quiet splash vt.handoff=7
Build Date: 04 August 2012  01:51:23AM
xorg-server 2:1.11.4-0ubuntu10.7 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.24.4
        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.1.log", Time: Wed Aug 29 06:01:44 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-PrHsDM/pkcs11: No such file or directory
xinit: connection to X server lost
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":1"
      after 9 requests (7 known processed) with 0 events remaining.

waiting for X server to shut down XIO:  fatal IO error 2 (No such file or directory) on X server ":1"
      after 845 requests (826 known processed) with 0 events remaining.
 ddxSigGiveUp: Closing log
Server terminated successfully (0). Closing log file.

Estou executando o Ubuntu 12.4 e tenho uma Redeon HD 6850 com atualizações fglrx instaladas. Não tenho certeza do que mais é relevante, mas fico feliz em fornecer mais informações.

O que está causando esse problema e quais etapas eu preciso executar para corrigi-lo?

    
por user76496 29.08.2012 / 13:21

1 resposta

0

Tente o seguinte comando e execute o Skyrim a partir do terminal depois de abrir a sessão x:

sudo xinit /usr/bin/sudo -u $USER gnome-terminal -- :1

Certifique-se de também adicionar seu usuário ao grupo de áudio em / etc / group se quiser áudio em sua sessão separada. Edite a partir disso:

audio:x:29:pulse

para isso:

audio:x:29:pulse,username
    
por Michael 07.01.2013 / 11:08