Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE-old
Commits
3e880c32
Commit
3e880c32
authored
Jul 15, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-debug-filesystems' into devel
parents
c0cfb0ce
853b49ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
functions_helper
data_from_portwine/scripts/functions_helper
+8
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
3e880c32
...
...
@@ -4788,6 +4788,14 @@ portwine_start_debug () {
echo
"------------------------------------------------"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"RAM:"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
free
-m
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"--------------------------------------------------"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"Filesystems:"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"Filesystem
${
PATH_TO_GAME
}
"
:
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
stat
-f
-c
%T
"
${
PATH_TO_GAME
}
"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"Filesystem
${
PORT_WINE_PATH
}
"
:
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
stat
-f
-c
%T
"
${
PORT_WINE_PATH
}
"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"Filesystem
${
PW_TMPFS_PATH
}
"
:
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
stat
-f
-c
%T
"
${
PW_TMPFS_PATH
}
"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"-----------------------------------------------"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
"Graphic cards and drivers:"
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
echo
'lspci -k | grep -EA3 VGA|3D|Display :'
>>
"
${
PORT_WINE_PATH
}
/PortProton.log"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment