Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

2 votes
1 answers
3160 views
How can I fix crashed Cinnamon?
I get an error after logining to computer. It returns the message **Cinnamon just crashed. You are currently running in fallback mode. Do you want to restart Cinnamon?** I selected **Yes**, but it had still returned again popup and want to me select yes or no restart. This is my system informations:...
I get an error after logining to computer. It returns the message **Cinnamon just crashed. You are currently running in fallback mode. Do you want to restart Cinnamon?** I selected **Yes**, but it had still returned again popup and want to me select yes or no restart. This is my system informations:
➜  ~ inxi -Fxz
System:    Host: anchu-mint Kernel: 4.15.0-124-generic x86_64 bits: 64 gcc: 7.5.0
           Desktop: Cinnamon 3.8.9 (Gtk 3.22.30) Distro: Linux Mint 19 Tara
Machine:   Device: desktop Mobo: MSI model: H81M-P33 (MS-7817) v: 1.0 serial: N/A
           BIOS: American Megatrends v: V1.7 date: 07/18/2014
CPU:       Dual core Intel Core i3-4150 (-MT-MCP-) arch: Haswell rev.3 cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 13999
           clock speeds: max: 3500 MHz 1: 1357 MHz 2: 1129 MHz 3: 1152 MHz 4: 1161 MHz
Graphics:  Card: Intel 4th Generation Core Processor Family Integrated Graphics Controller bus-ID: 00:02.0
           Display Server: x11 (X.Org 1.19.6 ) drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.00hz
           OpenGL: renderer: Mesa DRI Intel HD Graphics 4400 (HSW GT2)
           version: 4.5 Mesa 20.0.8 Direct Render: Yes
Audio:     Card Intel 8 Series/C220 Series High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.15.0-124-generic
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: 
           Card-2: Realtek RTL8188EUS 802.11n Wireless Network Adapter
           driver: r8188eu v: v4.1.4_6773.20130222 usb-ID: 003-003
           IF: wlxc46e1f1ef189 state: N/A mac: N/A
Drives:    HDD Total Size: 250.1GB (38.1% used)
           ID-1: /dev/sda model: ST250DM000 size: 250.1GB
Partition: ID-1: / size: 28G used: 25G (94%) fs: ext4 dev: /dev/sda8
           ID-2: /boot size: 453M used: 431M (100%) fs: ext4 dev: /dev/sda7
           ID-3: /home size: 69G used: 61G (93%) fs: ext4 dev: /dev/sda9
           ID-4: swap-1 size: 4.00GB used: 0.00GB (0%) fs: swap dev: /dev/sda6
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 229 Uptime: 2:25 Memory: 3133.3/15919.2MB Init: systemd runlevel: 5 Gcc sys: 7.5.0
           Client: Shell (fish) inxi: 2.3.56
My Linux desktop runs parallel Windows 7. I found some solutions to fix errors, examples: restart computer, or re-install Cinnamon (sudo apt-get install --reinstall cinnamon cinnamon-screensaver cinnamon-session cinnamon-session-common cinnamon-settings-daemon libcinnamon-control-center1 libcinnamon-menu-3-0 mint-meta-cinnamon),... but not working. What do I have to do? Is there any solutions that do not recovery system or I do not need to delete all data? If you want to know anything, do not hesitate to ask me. Thank you so much.
Linh (21 rep)
Nov 20, 2020, 09:27 AM • Last activity: Jul 18, 2025, 12:00 AM
1 votes
1 answers
3662 views
MacBook Pro Parallels (Kali) Linux Limited Screen Resolution
I installed Kali Linux 2.0 in a virtual machine running Parallels on my 15-inch MacBook Pro with Retina display. For some reason the max resolution is 1920x1200. I have Parallels graphics set to 'More space' for the retina display. I want to set the resolution higher to make it full screen and have...
I installed Kali Linux 2.0 in a virtual machine running Parallels on my 15-inch MacBook Pro with Retina display. For some reason the max resolution is 1920x1200. I have Parallels graphics set to 'More space' for the retina display. I want to set the resolution higher to make it full screen and have nothing stretched out. How can this be done? It's running inside a window now and that looks fine, but I want to use the full screen.
Tazmo (11 rep)
Mar 20, 2016, 10:16 PM • Last activity: Mar 22, 2024, 11:05 AM
2 votes
0 answers
1661 views
How to run Amazon Linux 2 on Apple Silicon
Amazon Linux 2 -- historically a cloud offering -- is also offered as an [on-premise](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-2-virtual-machine.html) solution for various setups. The two most popular on-premise solutions are: - Virtual Machine (e.g. KVM, Oracle VirtualBox, V...
Amazon Linux 2 -- historically a cloud offering -- is also offered as an [on-premise](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-2-virtual-machine.html) solution for various setups. The two most popular on-premise solutions are: - Virtual Machine (e.g. KVM, Oracle VirtualBox, VMware, Microsoft Hyper-V) - Container (i.e. Docker) However, for convenience and simplicity, I would like to run Amazon Linux 2 in Parallels on Apple Silicon (e.g. M1 CPU). What I've tried: * Install [Homewbrew](https://brew.sh/) * Install qemu to get access to the qemu-convert
brew install qemu
* Download the [kvm "qcow2" ARM64 image](https://cdn.amazonlinux.com/os-images/2.0.20220419.0/kvm-arm64/) of Amazon Linux 2 * Convert the image to "vdi" format:
qemu-img convert -f qcow2 amzn2-kvm-2.qcow2 -O vdi amzn2-kvm-2.vdi
... however Parallels says the following: > "Parallels doesn't support the EFI boot loader for this guest OS type or architecture" enter image description here I've also tried to edit the VM's config.pvs with an XML editor and via [bios flag](https://kb.parallels.com/en/122735) to try to disable EFI without success, Parallels will always say something like "A critical error has occurred while reading/writing to Hard Disk 0 used by Amazon Linux 2". Crosspost to the same question on Parallels Forums: https://forum.parallels.com/threads/apple-silicon-support-for-amazon-linux-2.357286/ (deleted) Reddit thread using UTM: https://www.reddit.com/r/aws/comments/rxat5m/run_amzn2_kvm_arm64xfsgptqcow2_image_onprem_with/
tresf (355 rep)
Apr 22, 2022, 03:28 PM • Last activity: Nov 28, 2023, 06:25 AM
0 votes
0 answers
417 views
Why zsh doesnt have shift+arrow (left/rigth/up/down) shortcut on VM ARM machines?
I'm a new user of ARM arch (MacOS main OS) laptop, and I don't know why the VM I installed doesn't have this shortcut. Anyone knows how to add this type of shortcut? I tried a lot of different stuff without success. Thanks! * bind Shift + Left Arrow to select one word backwards ``` bindkey "^[[1;2D"...
I'm a new user of ARM arch (MacOS main OS) laptop, and I don't know why the VM I installed doesn't have this shortcut. Anyone knows how to add this type of shortcut? I tried a lot of different stuff without success. Thanks! * bind Shift + Left Arrow to select one word backwards
bindkey "^[[1;2D" backward-word-end;
* bind Shift + Right Arrow to select one word forwards
bindkey "^[[1;2C" forward-word-end;
* bind Shift + Up Arrow to select to the beginning of the line
bindkey "^[[1;2A" beginning-of-line-text;
* bind Shift + Down Arrow to select to the end of the line
bindkey "^[[1;2B" end-of-line;
These are the commands I have tried to add to .zshrc and none of them worked. Main operating system is MacOS and I am using Parallels with Kali Linux 2022.2
Helix (1 rep)
Feb 5, 2023, 10:21 AM • Last activity: Feb 6, 2023, 11:54 AM
1 votes
1 answers
1760 views
CentOS 7 installation falls back to text-mode on Parallels Server Mac VM
Every time I am trying to install CentOS 7 in Parallels Server Mac, the installation wizard falls back to text-mode. I am getting this error: > X startup failed, falling back to text mode [![enter image description here][1]][1] Default installation process is just working fine with previous version...
Every time I am trying to install CentOS 7 in Parallels Server Mac, the installation wizard falls back to text-mode. I am getting this error: > X startup failed, falling back to text mode enter image description here Default installation process is just working fine with previous version e.g. CentOS 6 or 5. How can I use the GUI-based installation? Do I have to load additional graphic drivers? Thanks for your help
BINROTH (111 rep)
Aug 29, 2015, 10:27 AM • Last activity: Apr 2, 2022, 06:08 PM
0 votes
1 answers
154 views
Debian 10 and Parallels Tools issue after restart
Given: Parallels 13 (older version) MacOS High Sierra (older version) Debian 10 I just installed Debian 10 in Parallels. I installed Parallels and it said I needed to restart to complete. I restarted the machine and it hangs before getting to desktop... [![enter image description here][1]][1] So may...
Given: Parallels 13 (older version) MacOS High Sierra (older version) Debian 10 I just installed Debian 10 in Parallels. I installed Parallels and it said I needed to restart to complete. I restarted the machine and it hangs before getting to desktop... enter image description here So maybe Debian 10 too new for my old hardware and software :(
Rod (101 rep)
May 23, 2020, 01:14 PM • Last activity: May 27, 2020, 06:10 PM
0 votes
0 answers
1765 views
Kali 1.3 - Installing Parallel Tools
I am running Kali 1.1 on Parallels 9 for Mac and am having some issues. Firstly, the WiFi doesn't work (normal for use within a virtual machine, but also isn't working with my external wireless card with confirmed functioning chipset. I am hoping the second issue's solution will solve this one too....
I am running Kali 1.1 on Parallels 9 for Mac and am having some issues. Firstly, the WiFi doesn't work (normal for use within a virtual machine, but also isn't working with my external wireless card with confirmed functioning chipset. I am hoping the second issue's solution will solve this one too. Parallel Tools - I tried three or four different ways (from a virtual disc, copied to the Kali environment from the virtual disc [as it didn't have execute permissions on the disk itself], and also follwing several threads from forums - listed below). All of these attempts resulted in the an error message: "An error occurred whn downloading required components for Parallels Tools installation. -Kernel sources Install these components and try again" I don't have any clues as to what sources may be missing. Any other ideas about how this might be solved? Anyone already done it?? I can't find anything else. Another thing I tried was to boot Kali from a USB drive (dual booting, not through virtually with Parallels), which took a long time as one must 'copy' the .iso file to the USB stick with the 'dd' funtion. This however also didn't work. It actually didn't even make it into Kali, it froze while still at the dual boot screen, subsequently blowing out my USB port, requiring a SMC reset on my macbook pro. All of these experiences are leading me to believe that Kali, running on kernel version 3.18 is simply not compatible with current versions of the other software involved. I would be greatful for any help. Here are 5 links to forums/methods I have used, none of which worked so far. https://superuser.com/questions/671747/cant-install-parallels-tools-on-debian-7-2-0 https://forum.parallels.com/threads/parallels-tools-9-0-24229-and-kali-1-0-7.303731/ forum (dot) parallels.com/threads/problem-installing-tools-on-3-18-kernel.327491/ forum (dot) parallels.com/threads/trying-to-install-parallels-tools-on-kali-linux.327779/ download (dot) parallels.com/desktop/v6/docs/en/Parallels_Desktop_Users_Guide/22570.htm **EDIT #1: For a look at the log file, please follow the link in the first comment below from AustinMW: naxrevlis (dot) com/?p=19** **EDIT #2: I have now just decided to dual boot from SSD, which is working as one would hope. I did manage to make a bootable Kali USB, using a program called Rufus in Windows, which created both EFI and BIOS boot methods.**
n1k31t4 (183 rep)
Jul 15, 2015, 01:17 AM • Last activity: Apr 16, 2019, 11:01 PM
0 votes
1 answers
640 views
Which linux distro is good as a VPS in parallels?
I will use Parallels Virtuozzo Containers for virtualization and have a good server machine. Which linux distro is good to use? I have CentOS 5, Debian 5.0 Lenny and Ubuntu 10.04 LTS Lucid Lynx.
I will use Parallels Virtuozzo Containers for virtualization and have a good server machine. Which linux distro is good to use? I have CentOS 5, Debian 5.0 Lenny and Ubuntu 10.04 LTS Lucid Lynx.
Ayhan (19 rep)
Jun 11, 2011, 11:26 AM • Last activity: Nov 24, 2018, 10:40 PM
0 votes
0 answers
647 views
Install kernel devel in CentOS VM
I was trying to install Parallels tool in the CentOS VM of Mac OS host and get the following error message, An error occurred while installing the following packages: │ │ - kernel-devel-2.6.32-279.14.1.el6.i686 │ │ - dkms │ │ │ │ Install these packages manually and start the Parallels │ │ Tools inst...
I was trying to install Parallels tool in the CentOS VM of Mac OS host and get the following error message, An error occurred while installing the following packages: │ │ - kernel-devel-2.6.32-279.14.1.el6.i686 │ │ - dkms │ │ │ │ Install these packages manually and start the Parallels │ │ Tools installation again. I try to install the dkms and get the error message provided, Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirror.dhakacom.com * extras: mirror.dhakacom.com * updates: mirror.dhakacom.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package dkms.noarch 0:2.4.0-1.20170926git959bd74.el6 will be installed --> Processing Dependency: elfutils-libelf-devel for package: dkms-2.4.0-1.20170926git959bd74.el6.noarch --> Running transaction check ---> Package elfutils-libelf-devel.i686 0:0.164-2.el6 will be installed --> Processing Dependency: elfutils-libelf(x86-32) = 0.164-2.el6 for package: elfutils-libelf-devel-0.164-2.el6.i686 --> Running transaction check ---> Package elfutils-libelf.i686 0:0.152-1.el6 will be updated --> Processing Dependency: elfutils-libelf(x86-32) = 0.152-1.el6 for package: elfutils-libs-0.152-1.el6.i686 --> Processing Dependency: elfutils-libelf(x86-32) = 0.152-1.el6 for package: elfutils-0.152-1.el6.i686 ---> Package elfutils-libelf.i686 0:0.164-2.el6 will be an update --> Running transaction check ---> Package elfutils.i686 0:0.152-1.el6 will be updated ---> Package elfutils.i686 0:0.164-2.el6 will be an update ---> Package elfutils-libs.i686 0:0.152-1.el6 will be updated ---> Package elfutils-libs.i686 0:0.164-2.el6 will be an update --> Processing Dependency: libz.so.1(ZLIB_1.2.2.3) for package: elfutils-libs-0.164-2.el6.i686 --> Running transaction check ---> Package zlib.i686 0:1.2.3-27.el6 will be updated --> Processing Dependency: zlib = 1.2.3-27.el6 for package: zlib-devel-1.2.3-27.el6.i686 ---> Package zlib.i686 0:1.2.3-29.el6 will be an update --> Running transaction check ---> Package zlib-devel.i686 0:1.2.3-27.el6 will be updated ---> Package zlib-devel.i686 0:1.2.3-29.el6 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dkms noarch 2.4.0-1.20170926git959bd74.el6 epel 78 k Installing for dependencies: elfutils-libelf-devel i686 0.164-2.el6 base 32 k Updating for dependencies: elfutils i686 0.164-2.el6 base 255 k elfutils-libelf i686 0.164-2.el6 base 204 k elfutils-libs i686 0.164-2.el6 base 251 k zlib i686 1.2.3-29.el6 base 73 k zlib-devel i686 1.2.3-29.el6 base 44 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 5 Package(s) Total download size: 936 k Is this ok [y/N]: y Downloading Packages: http://download.fedoraproject.org/pub/epel/6/i386/Packages/d/dkms-2.4.0-1.20170926git959bd74.el6.noarch.rpm : [Errno 14] Peer cert cannot be verified or peer cert invalid Trying other mirror. (2/7): elfutils-0.164-2.el6.i686.rpm | 255 kB 00:00 (3/7): elfutils-libelf-0.164-2.el6.i686.rpm | 204 kB 00:00 (4/7): elfutils-libelf-devel-0.164-2.el6.i686.rpm | 32 kB 00:00 (5/7): elfutils-libs-0.164-2.el6.i686.rpm | 251 kB 00:00 (6/7): zlib-1.2.3-29.el6.i686.rpm | 73 kB 00:00 (7/7): zlib-devel-1.2.3-29.el6.i686.rpm | 44 kB 00:00 Error Downloading Packages: dkms-2.4.0-1.20170926git959bd74.el6.noarch: failure: Packages/d/dkms-2.4.0-1.20170926git959bd74.el6.noarch.rpm from epel: [Errno 256] No more mirrors to try. Afterwards, I try to install kernel-devel-2.6.32-279.14.1.el6.i686 with yum and get the following error messsage, $ yum install kernel-devel-2.6.32-279.14.1.el6.i686 Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirror.dhakacom.com * extras: mirror.dhakacom.com * updates: mirror.dhakacom.com Setting up Install Process No package kernel-devel-2.6.32-279.14.1.el6.i686 available. Error: Nothing to do To clarify, both of the instances, the installation is unsuccessful. Then, I run, $ yum install kernel-headers and afterward, I can install the dkms with previously mentioned command. Then, I inspect the versions of kernel devels installed in the VM, $ yum list kernel-devel Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirror.dhakacom.com * extras: mirror.dhakacom.com * updates: mirror.dhakacom.com Installed Packages kernel-devel.i686 2.6.32-754.2.1.el6 @updates So how do I install kernel-devel-2.6.32-279.14.1.el6.i686 in the CentOS machine? I don't have a lot of experience with the Linux, so, please notify me for any mistakes.
Arefe (233 rep)
Jul 19, 2018, 12:10 PM • Last activity: Jul 22, 2018, 01:27 PM
2 votes
0 answers
1390 views
Apple Mac / Pop!OS keyboard issues
``` Apple Mac Pro (early 2009) Full size slim aluminium keyboard with extended layout. UK edition .4.1 -> 5.1 firmware upgraded macOS 10.13.4 High Sierra Parallels 13 for Apple Mac Parallels Tools Pop!OS 17.10 (Ubuntu) ``` I have been redirected to this board because despite being based on Ubuntu, i...
Apple Mac Pro (early 2009)
Full size slim aluminium keyboard with extended layout. UK edition
.4.1 -> 5.1 firmware upgraded
macOS 10.13.4 High Sierra
Parallels 13 for Apple Mac
Parallels Tools
Pop!OS 17.10 (Ubuntu)
I have been redirected to this board because despite being based on Ubuntu, it seems that Pop!OS is not supported on askubuntu.com. Apologies for any undue angst this may have caused! Hello, I have just installed Pop!OS, which I believe is Ubuntu under the hood, but despite selecting a Macintosh keyboard as part of the installation process, I am experiencing the usual keyboard quirks, @ and " swapped, no access to ~ (tilde) or ` (backtick), that sort of thing. Can anyone who has had direct experience of this problem advise me what I can do to fix it. I've already waded through lots of documentation, and while I freely accept I may have missed something, everything I've seen has been irrelevant, incomplete or outdated, or a combination of some/all three! Thanks, Carl
user283071
May 10, 2018, 02:17 PM • Last activity: May 10, 2018, 03:14 PM
0 votes
1 answers
239 views
Debian Jessie (8) using the Parallels desktop
I have installed the Debian Jessie (8) using the Parallels desktop in the MacBook Pro host. It goes fine for some time and now I keep getting message, some of the required kernel modules are missing. To solve this problem, please try to reinstall Parallels Tools using the virtual machine menu How do...
I have installed the Debian Jessie (8) using the Parallels desktop in the MacBook Pro host. It goes fine for some time and now I keep getting message, some of the required kernel modules are missing. To solve this problem, please try to reinstall Parallels Tools using the virtual machine menu How do I install the required kernel modules?
Arefe (233 rep)
Dec 12, 2017, 02:18 PM • Last activity: Feb 25, 2018, 08:21 AM
4 votes
2 answers
6426 views
i3-wm not resizing screen resolution on login
I'm using Parallels for the Mac, but this may be relevant to other VMs too. Using Ubuntu 14.04, when I login using Unity it resizes the screen and uses all available screens (2 in my case), perfect. However, I'd rather use i3wm, but when I login, it doesn't resize the screen (it's stuck on 1024x768)...
I'm using Parallels for the Mac, but this may be relevant to other VMs too. Using Ubuntu 14.04, when I login using Unity it resizes the screen and uses all available screens (2 in my case), perfect. However, I'd rather use i3wm, but when I login, it doesn't resize the screen (it's stuck on 1024x768), and doesn't use my extra monitor. Not sure if this is a i3 thing or a Parallels/VM thing, or both.
Tim Macfarlane (41 rep)
Jul 11, 2014, 08:34 AM • Last activity: Dec 25, 2017, 05:32 AM
2 votes
1 answers
1449 views
Parallels on Mac - can no longer sudo within Ubuntu
I have been using Parallels on my Mac to run Ubuntu for a couple of weeks and it's been fine. Today I tried to install a package and received the following error: > {user} is not in the sudoers file. This incident will be reported. when I vim `/etc/sudoers`: # # This file MUST be edited with the 'vi...
I have been using Parallels on my Mac to run Ubuntu for a couple of weeks and it's been fine. Today I tried to install a package and received the following error: > {user} is not in the sudoers file. This incident will be reported. when I vim /etc/sudoers:
 #
 # This file MUST be edited with the 'visudo' command as root.
 #
 # Please consider adding local content in /etc/sudoers.d/ instead of
 # directly modifying this file.
 #
 # See the man page for details on how to write a sudoers file.
 # Defaults        env_reset Defaults        mail_badpass Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 
 # Host alias specification
 
 # User alias specification
 
 # Cmnd alias specification
 
 # User privilege specification root    ALL=(ALL:ALL) ALL
 
 # Members of the admin group may gain root privileges %admin ALL=(ALL) ALL
 
 # Allow members of group sudo to execute any command %sudo   ALL=(ALL:ALL) ALL
 
 # See sudoers(5) for more information on "#include" directives:
 
 #includedir /etc/sudoers.d
This was working fine yesterday and I have made no changes to the sudoers file. I also can't access the boot menu to start in recovery mode. Does anyone have any ideas how to solve this?
James McDougall (23 rep)
Apr 15, 2015, 09:45 AM • Last activity: Oct 8, 2017, 12:38 PM
-1 votes
1 answers
1170 views
apt-get update Kali Linux
I'm having problems updating my Kali Linux VM. When I run apt-get update I get this error. How do I solve this? ![enter image description here][1] [1]: https://i.sstatic.net/diawm.jpg
I'm having problems updating my Kali Linux VM. When I run apt-get update I get this error. How do I solve this? enter image description here
Daniele C (1 rep)
Oct 11, 2015, 08:20 AM • Last activity: Jun 13, 2016, 02:21 AM
1 votes
0 answers
142 views
Parallels Tools breaks SFML
so I created a clean VM of Xubuntu 14.04.2 in Parallels 10.2.1 and I got SFML working properly with sudo apt-get install libsfml-dev. Then I rebooted and made sure it still worked, and after that the only thing I did was install Parallels Tools. Now when I try to run my sfml-app by command line or t...
so I created a clean VM of Xubuntu 14.04.2 in Parallels 10.2.1 and I got SFML working properly with sudo apt-get install libsfml-dev. Then I rebooted and made sure it still worked, and after that the only thing I did was install Parallels Tools. Now when I try to run my sfml-app by command line or through Codeblocks I get the error message: X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of failed request: 74 Current serial number in output stream: 75 Anyone know how Parallels Tools could be causing SFML to malfunction or how to fix this? I can't find anything online about compatibility issues between the two.
Austin (231 rep)
Jul 16, 2015, 10:56 PM
0 votes
1 answers
960 views
Does Parallels support 3.18.0-kali3-amd64?
I'm not able to find information on which kernels Parallels supports. I'm trying to figure out if Parallels 10.1 supports this kernel since Parallels Tools will not install no matter what I try. Here's the /var/log/parallels-tools-install.log: 2015-07-14T22:37:24-0400: Parallels Tools 10.0.1-27695 I...
I'm not able to find information on which kernels Parallels supports. I'm trying to figure out if Parallels 10.1 supports this kernel since Parallels Tools will not install no matter what I try. Here's the /var/log/parallels-tools-install.log: 2015-07-14T22:37:24-0400: Parallels Tools 10.0.1-27695 Installer started. 2015-07-14T22:37:24-0400: Failed to setup console printk level. 2015-07-14T22:37:34-0400: execCmd: ./installer/pm.sh check_guest_tools 2>&1 2015-07-14T22:37:56-0400: Hit http://http.kali.org kali Release.gpg Hit http://security.kali.org kali/updates Release.gpg Hit http://http.kali.org kali Release Hit http://security.kali.org kali/updates Release Hit http://http.kali.org kali/main Sources Hit http://http.kali.org kali/non-free Sources Hit http://security.kali.org kali/updates/main Sources Hit http://http.kali.org kali/contrib Sources Hit http://security.kali.org kali/updates/contrib Sources Hit http://http.kali.org kali/main amd64 Packages Hit http://security.kali.org kali/updates/non-free Sources Hit http://http.kali.org kali/non-free amd64 Packages Hit http://security.kali.org kali/updates/main amd64 Packages Hit http://http.kali.org kali/contrib amd64 Packages Hit http://security.kali.org kali/updates/contrib amd64 Packages Hit http://security.kali.org kali/updates/non-free amd64 Packages Ign http://http.kali.org kali/contrib Translation-en_US Ign http://http.kali.org kali/contrib Translation-en Ign http://http.kali.org kali/main Translation-en_US Ign http://http.kali.org kali/main Translation-en Ign http://http.kali.org kali/non-free Translation-en_US Ign http://security.kali.org kali/updates/contrib Translation-en_US Ign http://http.kali.org kali/non-free Translation-en Ign http://security.kali.org kali/updates/contrib Translation-en Ign http://security.kali.org kali/updates/main Translation-en_US Ign http://security.kali.org kali/updates/main Translation-en Ign http://security.kali.org kali/updates/non-free Translation-en_US Ign http://security.kali.org kali/updates/non-free Translation-en Reading package lists... Return code from apt-get update is 0 WARNING: The following packages cannot be authenticated! linux-headers-3.18.0-kali3-common linux-kbuild-3.18 linux-headers-3.18.0-kali3-amd64 Authentication warning overridden. Selecting previously unselected package linux-headers-3.18.0-kali3-common. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 323173 files and directories currently installed.) Unpacking linux-headers-3.18.0-kali3-common (from .../linux-headers-3.18.0-kali3-common_3.18.6-1~kali2_amd64.deb) ... Selecting previously unselected package linux-kbuild-3.18. Unpacking linux-kbuild-3.18 (from .../linux-kbuild-3.18_3.18.3-0kali1_amd64.deb) ... Selecting previously unselected package linux-headers-3.18.0-kali3-amd64. Unpacking linux-headers-3.18.0-kali3-amd64 (from .../linux-headers-3.18.0-kali3-amd64_3.18.6-1~kali2_amd64.deb) ... Setting up linux-headers-3.18.0-kali3-common (3.18.6-1~kali2) ... Setting up linux-kbuild-3.18 (3.18.3-0kali1) ... Setting up linux-headers-3.18.0-kali3-amd64 (3.18.6-1~kali2) ... WARNING: The following packages cannot be authenticated! dkms linux-headers-amd64 Authentication warning overridden. Selecting previously unselected package dkms. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 334151 files and directories currently installed.) Unpacking dkms (from .../dkms_2.2.0.3-1.2_all.deb) ... Selecting previously unselected package linux-headers-amd64. Unpacking linux-headers-amd64 (from .../linux-headers-amd64_3.18+63+kali2015-07-14T22:38:23-0400: 2.1_amd64.deb) ... Processing triggers for man-db ... Setting up dkms (2.2.0.3-1.2) ... Setting up linux-headers-amd64 (3.18+63+kali2.1) ... WARNING: The following packages cannot be authenticated! libcupscgi1 libcupsmime1 libcupsppdc1 libslp1 cups-ppdc libcupsfilters1 cups-filters cups foomatic-filters foomatic-db-engine libart-2.0-2 libcupsdriver1 libescpr1 libgutenprint2 foomatic-db-compressed-ppds ghostscript-cups libhpmud0 libsane-hpaio hplip-data printer-driver-hpcups python-reportlab hplip printer-driver-all printer-driver-c2050 printer-driver-c2esp printer-driver-cjet printer-driver-escpr printer-driver-foo2zjs printer-driver-gutenprint printer-driver-hpijs printer-driver-m2300w printer-driver-min12xxw printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix python-renderpm python-reportlab-accel hpijs mscompress Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Authentication warning overridden. Selecting previously unselected package libcupscgi1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 334201 files and directories currently installed.) Unpacking libcupscgi1:amd64 (from .../libcupscgi1_1.5.3-5+deb7u6_amd64.deb) ... Selecting previously unselected package libcupsmime1:amd64. Unpacking libcupsmime1:amd64 (from .../libcupsmime1_1.5.3-5+deb7u6_amd64.deb) ... Selecting previously unselected package libcupsppdc1:amd64. Unpacking libcupsppdc1:amd64 (from .../libcupsppdc1_1.5.3-5+deb7u6_amd64.deb) ... Selecting previously unselected package libslp1. Unpacking libslp1 (from .../libslp1_1.2.1-9_amd64.deb) ... Selecting previously unselected package cups-ppdc. Unpacking cups-ppdc (from .../cups-ppdc_1.5.3-5+deb7u6_amd64.deb) ... Selecting previously unselected package libcupsfilters1:amd64. Unpacking libcupsfilters1:amd64 (from .../libcupsfilters1_1.0.18-2.1+deb7u2_amd64.deb) ... Selecting previously unselected package cups-filters. Unpacking cups-filters (from .../cups-filters_1.0.18-2.1+deb7u2_amd64.deb) ... Selecting previously unselected package cups. Unpacking cups (from .../cups_1.5.3-5+deb7u6_amd64.deb) ... Selecting previously unselected package foomatic-filters. Unpacking foomatic-filters (from .../foomatic-filters_4.0.17-1_amd64.deb) ... Selecting previously unselected package foomatic-db-engine. Unpacking foomatic-db-engine (from .../foomatic-db-engine_4.0.8-3_amd64.deb) ... Selecting previously unselected package libart-2.0-2:amd64. Unpacking libart-2.0-2:amd64 (from .../libart-2.0-2_2.3.21-2_amd64.deb) ... Selecting previously unselected package libcupsdriver1:amd64. Unpacking libcupsdriver1:amd64 (from .../libcupsdriver1_1.5.3-5+deb7u6_amd64.deb) ... Selecting previously unselected package libescpr1:amd64. Unpacking libescpr1:amd64 (from .../libescpr1_1.1.1-2_amd64.deb) ... Selecting previously unselected package libgutenprint2. Unpacking libgutenprint2 (from .../libgutenprint2_5.2.9-1_amd64.deb) ... Selecting previously unselected package foomatic-db-compressed-ppds. Unpacking foomatic-db-compressed-ppds (from .../foomatic-db-compressed-ppds_20120523-1_all.deb) ... Selecting previously unselected package ghostscript-cups. Unpacking ghostscript-cups (from .../ghostscript-cups_9.05~dfsg-6.3+deb7u1_amd64.deb) ... Selecting previously unselected package libhpmud0. Unpacking libhpmud0 (from .../libhpmud0_3.12.6-3.1+deb7u1_amd64.deb) ... Selecting previously unselected package libsane-hpaio. Unpacking libsane-hpaio (from .../libsan2015-07-14T22:38:27-0400: e-hpaio_3.12.6-3.1+deb7u1_amd64.deb) ... Selecting previously unselected package hplip-data. Unpacking hplip-data (from .../hplip-data_3.12.6-3.1+deb7u1_all.deb) ... Selecting previously unselected package printer-driver-hpcups. Unpacking printer-driver-hpcups (from .../printer-driver-hpcups_3.12.6-3.1+deb7u1_amd64.deb) ... Selecting previously unselected package python-reportlab. Unpacking python-reportlab (from .../python-reportlab_2.5-1.1_all.deb) ... Selecting previously unselected package hplip. Unpacking hplip (from .../hplip_3.12.6-3.1+deb7u1_amd64.deb) ... Selecting previously unselected package printer-driver-all. Unpacking printer-driver-all (from .../printer-driver-all_0.20120416_all.deb) ... Selecting previously unselected package printer-driver-c2050. Unpacking printer-driver-c2050 (from .../printer-driver-c2050_0.3b-4_amd64.deb) ... Selecting previously unselected package printer-driver-c2esp. Unpacking printer-driver-c2esp (from .../printer-driver-c2esp_24-2_amd64.deb) ... Selecting previously unselected package printer-driver-cjet. Unpacking printer-driver-cjet (from .../printer-driver-cjet_0.8.9-3_amd64.deb) ... Selecting previously unselected package printer-driver-escpr. Unpacking printer-driver-escpr (from .../printer-driver-escpr_1.1.1-2_amd64.deb) ... Selecting previously unselected package printer-driver-foo2zjs. Unpacking printer-driver-foo2zjs (from .../printer-driver-foo2zjs_20120510dfsg0-1_amd64.deb) ... Selecting previously unselected package printer-driver-gutenprint. Unpacking printer-driver-gutenprint (from .../printer-driver-gutenprint_5.2.9-1_amd64.deb) ... Selecting previously unselected package printer-driver-hpijs. Unpacking printer-driver-hpijs (from .../printer-driver-hpijs_3.12.6-3.1+deb7u1_amd64.deb) ... Selecting previously unselected package printer-driver-m2300w. Unpacking printer-driver-m2300w (from .../printer-driver-m2300w_0.51-7_amd64.deb) ... Selecting previously unselected package printer-driver-min12xxw. Unpacking printer-driver-min12xxw (from .../printer-driver-min12xxw_0.0.9-6_amd64.deb) ... Selecting previously unselected package printer-driver-pnm2ppa. Unpacking printer-driver-pnm2ppa (from .../printer-driver-pnm2ppa_1.13-4_amd64.deb) ... Selecting previously unselected package printer-driver-postscript-hp. Unpacking printer-driver-postscript-hp (from .../printer-driver-postscript-hp_3.12.6-3.1+deb7u1_all.deb) ... Selecting previously unselected package printer-driver-ptouch. Unpacking printer-driver-ptouch (from .../printer-driver-ptouch_1.3-4_amd64.deb) ... Selecting previously unselected package printer-driver-pxljr. Unpacking printer-driver-pxljr (from .../printer-driver-pxljr_1.3+repack0-2_amd64.deb) ... Selecting previously unselected package printer-driver-sag-gdi. Unpacking printer-driver-sag-gdi (from .../printer-driver-sag-gdi_0.1-3_all.deb) ... Selecting previously unselected package printer-driver-splix. Unpacking printer-driver-splix (from .../printer-driver-splix_2.0.0+svn306-2_amd64.deb) ... Selecting previously unselected package python-renderpm. Unpacking python-renderpm (from .../python-renderpm_2.5-1.1_amd64.deb) ... Selecting previously unselected package python-reportlab-accel. Unpacking python-reportlab-accel (from .../python-reportlab-accel_2.5-1.1_amd64.deb) ... Selecting previously unselected package hpijs. Unpacking hpijs (from .../hpijs_3.12.6-3.1+deb7u1_all.deb) ... Selecting previously unselected package mscompress. Unpacking mscompress (from .../mscompress_0.3-4_amd64.deb) ... Processing triggers for man-db ... Processing triggers for desktop-file-utils ... Processing triggers for gnome-menus ... Setting up libcupscgi1:amd64 (1.5.3-5+deb7u6) ... Setting up libcupsmime1:amd64 (1.5.3-5+deb7u6) ... Setting up libcupsppdc1:amd64 (1.5.3-5+deb7u6) ... Setting up libslp1 (1.2.1-9) ... Setting up cups-ppdc (1.5.3-5+deb7u6) ... Setting up libcupsfilters1:amd64 (1.0.18-2.1+deb7u2) ... Setting up cups-filters (1.0.18-2.1+deb7u2) ... Setting up cups (1.5.3-5+deb7u6) ... update-rc.d: As per Kali policy, cups init script is left disabled. insserv: war2015-07-14T22:38:39-0400: ning: current start runlevel(s) (empty) of script `cups' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (1 2 3 4 5) of script `cups' overrides LSB defaults (1). Setting up foomatic-filters (4.0.17-1) ... Creating config file /etc/foomatic/filter.conf with new version Setting up foomatic-db-engine (4.0.8-3) ... Setting up libart-2.0-2:amd64 (2.3.21-2) ... Setting up libcupsdriver1:amd64 (1.5.3-5+deb7u6) ... Setting up libescpr1:amd64 (1.1.1-2) ... Setting up libgutenprint2 (5.2.9-1) ... Setting up foomatic-db-compressed-ppds (20120523-1) ... Setting up ghostscript-cups (9.05~dfsg-6.3+deb7u1) ... Setting up libhpmud0 (3.12.6-3.1+deb7u1) ... Setting up libsane-hpaio (3.12.6-3.1+deb7u1) ... Setting up hplip-data (3.12.6-3.1+deb7u1) ... Setting up printer-driver-hpcups (3.12.6-3.1+deb7u1) ... Setting up python-reportlab (2.5-1.1) ... Setting up hplip (3.12.6-3.1+deb7u1) ... Creating/updating hplip user account... update-rc.d: using dependency based boot sequencing Setting up printer-driver-all (0.20120416) ... Setting up printer-driver-c2050 (0.3b-4) ... Setting up printer-driver-c2esp (24-2) ... Setting up printer-driver-cjet (0.8.9-3) ... Setting up printer-driver-escpr (1.1.1-2) ... Setting up printer-driver-foo2zjs (20120510dfsg0-1) ... Setting up printer-driver-gutenprint (5.2.9-1) ... No Gutenprint PPD files to update. [....] Reloading Common Unix Printing System: cupsd[?25l7[1G[[31mFAIL[39;49m8[?12l[?25h [31mfailed![39;49m Setting up printer-driver-hpijs (3.12.6-3.1+deb7u1) ... Setting up printer-driver-m2300w (0.51-7) ... Setting up printer-driver-min12xxw (0.0.9-6) ... Setting up printer-driver-pnm2ppa (1.13-4) ... Setting up printer-driver-postscript-hp (3.12.6-3.1+deb7u1) ... Setting up printer-driver-ptouch (1.3-4) ... Setting up printer-driver-pxljr (1.3+repack0-2) ... Setting up printer-driver-sag-gdi (0.1-3) ... Setting up printer-driver-splix (2.0.0+svn306-2) ... Setting up python-renderpm (2.5-1.1) ... Setting up python-reportlab-accel (2.5-1.1) ... Setting up hpijs (3.12.6-3.1+deb7u1) ... Setting up mscompress (0.3-4) ... 2015-07-14T22:38:40-0400: execCmd: ./installer/pm.sh download_guest_tools 2>&1 Started installation of Parallels Guest Tools version '10.0.1.27695' Tue Jul 14 22:38:40 EDT 2015 Start installation or upgrade of Guest Tools new version of parallels tools Installed Guest Tools were not found Perform installation into the /usr/lib/parallels-tools directory cat: /usr/lib/parallels-tools/kmods/../version: No such file or directory Start installation of prl_eth kernel module make: Entering directory `/usr/lib/parallels-tools/kmods' cd prl_eth/pvmnet && make make: Entering directory `/usr/lib/parallels-tools/kmods/prl_eth/pvmnet' make -C /lib/modules/3.18.0-kali3-amd64/build M=/usr/lib/parallels-tools/kmods/prl_eth/pvmnet make: Entering directory `/usr/src/linux-headers-3.18.0-kali3-amd64' LD /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/built-in.o CC [M] /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.o /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c: In function ‘pvmnet_pci_init’: /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:101:19: error: macro "alloc_netdev" requires 4 arguments, but only 3 given /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:100:8: error: ‘alloc_netdev’ undeclared (first use in this function) /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:100:8: note: each undeclared identifier is reported only once for each function it appears in /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c: In function ‘pvmnet_setup’: /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:420:2: error: implicit declaration of function ‘SET_ETHTOOL_OPS’ [-Werror=implicit-function-declaration] /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:420:24: error: ‘pvmnet_ethtool_ops’ undeclared (first use in this function) /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c: At top level: /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:404:13: warning: ‘pvmnet_setup’ defined but not used [-Wunused-function] cc1: some warnings being treated as errors make: *** [/usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.o] Error 1 make: *** [_module_/usr/lib/parallels-tools/kmods/prl_eth/pvmnet] Error 2 make: *** [sub-make] Error 2 make: *** [all] Error 2 make: Leaving directory `/usr/src/linux-headers-3.18.0-kali3-amd64' make: *** [all] Error 2 make: Leaving directory `/usr/lib/parallels-tools/kmods/prl_eth/pvmnet' make: *** [installme] Error 2 make: Leaving directory `/usr/lib/parallels-tools/kmods' Error: could not build kernel modules Error: failed to install kernel modules 2015-07-14T22:38:40-0400: execCmd: ./install --install 2015-07-14T22:38:40-0400: Error: An error occurred when installing Parallels Tools. Please go to /var/log/parallels-tools-install.log for more information. 2015-07-14T22:38:48-0400: Exiting with code 1 I updated sources, did apt-get update, upgrade and dist-upgrade. I also made sure to run the tools installer as: chmod -R 777 . && ./install.
Austin (231 rep)
Jul 15, 2015, 05:00 AM • Last activity: Jul 15, 2015, 05:49 AM
0 votes
1 answers
198 views
Linux Mint freezes while downloading eclipse
I installed linux mint on parallels on my mac computer. It seemed to work fine and then, while downloading eclipse from Software Manager the entire system froze when it got to 40%. I've tried restrating the VM and the computer. It freezes at exactly 40%.
I installed linux mint on parallels on my mac computer. It seemed to work fine and then, while downloading eclipse from Software Manager the entire system froze when it got to 40%. I've tried restrating the VM and the computer. It freezes at exactly 40%.
sinθ (101 rep)
Jul 17, 2012, 02:45 AM • Last activity: Feb 21, 2015, 01:45 PM
1 votes
2 answers
2402 views
All Domains Missing After Plesk Parallels Upgrade From 11 To 12
I've just used the Parallels upgrade service (`autoinstaller` in terminal). I upgraded from Parallels 11 to 12. I logged into the panel, it asked me all the personal info and I started to get nervous. Now that I am properly logged in, all my 165 customers and domains are missing!?! I've checked on t...
I've just used the Parallels upgrade service (autoinstaller in terminal). I upgraded from Parallels 11 to 12. I logged into the panel, it asked me all the personal info and I started to get nervous. Now that I am properly logged in, all my 165 customers and domains are missing!?! I've checked on the server, and the data is still present in the /var/www/vhosts directories, although nothing shows up in Parallels. I've also looked through the Parallels docs/forums/help but I can't find any starting points, apart from this very helpful suggestion to restore the server from backup: http://kb.sp.parallels.com/en/11190 Is there any way I can roll back to eleven? And, is there any chance I can get my domains/customers/sites/dignity back?
Jongosi (203 rep)
Aug 12, 2014, 08:02 PM • Last activity: Aug 14, 2014, 01:56 PM
0 votes
0 answers
341 views
vmware/Parallels and Backtrack 5
After endless hours of debugging and trying different things, I can't seem to get Backtrack 5 R3 to cooperate as guest OS on my OSX Lion host. What I'm trying to do is to setup BT as guest OS on my Lion and then use my Alfa AWUS036NH with it. - My adapter is supported by BT - I am able to use it on...
After endless hours of debugging and trying different things, I can't seem to get Backtrack 5 R3 to cooperate as guest OS on my OSX Lion host. What I'm trying to do is to setup BT as guest OS on my Lion and then use my Alfa AWUS036NH with it. - My adapter is supported by BT - I am able to use it on VMware on Windows, but it's a major pain and I need it on my mac - My adapter is installed and working on OSX just fine - BT does not indicate it at all, I ran lsusb and it doesn't even show it (either running on VMware or Parallels) - I tried both live CD and full install, still no luck - I have the USB modules installed and set up, no dice - Both of virtual machines pick up a USB storage device just fine What could be the reason behind it not working? I've been wrapping my head around this for two weeks now, any help would be much appreciated!
Saulius Antanavicius (101 rep)
Jul 27, 2013, 05:28 AM • Last activity: Aug 7, 2013, 03:57 AM
3 votes
1 answers
10023 views
How to Increase Screen Resolution in Linux Mint. (Parallels and iMac)
I'm very new to Linux and I've decided to install Linux Mint on a Virtual Machine on my iMac 27 inch using Parallels 7. But, the screen resolution is stuck at 800x600 and there are no options in the setting that will let me change it to a higher setting. How can I increase the resolution of Linux Mi...
I'm very new to Linux and I've decided to install Linux Mint on a Virtual Machine on my iMac 27 inch using Parallels 7. But, the screen resolution is stuck at 800x600 and there are no options in the setting that will let me change it to a higher setting. How can I increase the resolution of Linux Mint? Is there a way to do it through the terminal? I tried downloading the drivers for my raideon 6970m but it's not helping at all. I also tried installing Parallels Tools, but that did not help with the screen resolution. Also tried setting my memory settings for the VM to 512mb... still didn't work at all.
Mr. Howard (141 rep)
Feb 22, 2012, 03:25 AM • Last activity: Mar 3, 2012, 05:21 PM
Showing page 1 of 20 total questions