OpenSUSE :: Can't Make Guest OS In Currect Screen Resolution
Jun 12, 2011
i installed virtual box one week ago.i downloaded a rpm package named virtualbox-4.0.4-1.2.3.i586.rpm and installed it via yast and i have some problems with it.my problem is i can't make a guest os in currect screen resolution and i can't connect any device(flash drives) in virtual box.
View 8 Replies
ADVERTISEMENT
Feb 22, 2010
I run openSUSE 11.2 on my notebook using VirtualBox 3.0.6_OSE r52128. Recently, I installed the guest additions on my Windows XP guest system (VBoxGuestAdditions_3.0.6.iso).
Before this installation I was able to use a screen resolution of 1024x768 in the guest system. Having installed the guest additions the best result I get is 800x600.
The resolution I'd like to get is 1280x800 which is the default setting of the host system. The graphic device used in my system is an Intel 965 GME/GLE.
View 8 Replies
View Related
Sep 26, 2010
I know that you can make it full screen, however it just makes the background OS's background black, and still provides a smaller display. Is it possible to make the guest OS's screen (or display) full size?
View 6 Replies
View Related
Mar 6, 2010
I have chosen to use automatic login. But every now and then I am asked for username and password when the computer boots. When I do get automatically login the screen resolution is changed to 800 x 600 instead of 1280 x 1024. How do I get those two (resolution and log in) settings sticky?
Graphics: Nvidia GeForce FX 5200 (updated today!)
SuSE Linux 11.2
KDE 4.3.5
View 3 Replies
View Related
Sep 26, 2010
I am trying Lubuntu 10.04 as a guest in VMWare Workstation 6.5.4. My host is a Windows XP SP3 PC (soon to move to Ubuntu 10.04). The installation went fine and the vm seems to be working perfectly - all latest updates were applied and all the supplied software works.
However, the only item that is annoying is that Lubuntu always start up with 800x600 screen resolution. I can set the resolution to the one I want (1152x864) using Preference -> Monitor Setting but when I restart the vm again, Lubuntu always defaults to 800x600. BTW, my LCD monitor has a native resolution of 1920x1080 - a screen resolution of 800x600 is simply too small for my needs.
I note that there is no xorg.conf in the /etc/X11 directory and after researching the internet, I also found out that this is normal for the version of X that Lubuntu uses. I also tried out the 'xrandr' command on a console - this also works in setting the screen resolution to 1152x864 but it also is NOT persistent across restarts.how do I make the vm always start up in the resolution I want - 1152x864? I don't want to fiddle around in xorg.conf if this can be avoided.
View 3 Replies
View Related
Feb 7, 2010
I'm got ubunt-desktop running VirtualBox. I installed MS XP HOME on a virtual disk. so everything *works* .. but I'd be a lot happier to have the box opened up all the way to my Ubuntu top-and-bottom bars.
View 6 Replies
View Related
Feb 20, 2011
My monitor is an old, low-res (800x600 resolution) flatscreen, and the loader keeps trying to set it for 1024x768.the initial setup and package selection screens ran fine. it was only after rebooting to the "Welcome" screen that the problems started. I found the "resolution= (800x600 for me) under "additional boot options", but I don't know how to use it.
View 3 Replies
View Related
Feb 8, 2011
I have a dual boot system with Windows 7 and Ubuntu 10.10. I want to make my grub menu look good and have set a beautiful background image to it and set the resolution so it fits the screen. Is it any way to resize the actual menu to make it smaller without shrinking the background picture?
View 1 Replies
View Related
Jun 24, 2011
I have two instances of OpenSuse 11.4 installed as guests under XenServer. The first one is running KDE and the second LXDE. I can connect via TightVnc to the KDE guest. When connecting to the LXDE guest the client window is black with an X cursor. Both systems have identical Xorg.conf files and identical xinet.d/vnc files. The logs show that xinetd is starting vnc on the LXDE guest. The LXDE process is running, and lxde.log doesn't contain any obvious problems.
View 5 Replies
View Related
Aug 27, 2011
I recently upgraded my graphics card from a Geforce 7600GS to a Gefore 560Ti. And while most things are normal, during boot up my screen isn't "full screen" until X is started, after which everything else is fine. Essentially, all display, the grub menu, the splash screen, console text, etc, is within a box on the screen, with 2" on the left and right, and 1" top and bottom of empty blackness.
From what I understand, this is because the framebuffer is using the wrong resolution, but the maximum resolution that hwinfo --framebuffer returns is 1280x1024 (which I am already using "0x031a".) (My monitors is natively 1920x1080) Is it possible to do something about this? If not increase resolution than at least stretch the screen to full screen?
sudo /usr/sbin/hwinfo --framebuffer
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.459]
Unique ID: rdCR.GGyCBArXznD
Hardware Class: framebuffer
Model: "NVIDIA GF104B Board - 10400050"
[Code]...
View 2 Replies
View Related
Jan 11, 2011
i have just put a Geforce 7300 GT graphic card into my machine the problem is the max resolution I can get is 1024x768 at 60 hz the screen is a benq fp71g+. also the screen goes blank when i click on the display icon in system settings. i know that the screen can be run at 1280x1024 so I don?t know where the problem is.
View 3 Replies
View Related
Mar 4, 2010
OpenSUSE installed in a Virtualbox Virtual Machine and I want to set a shared folder.
1 - Set up a Virtual Machine and install OpenSUSE 11.2
2 - Create a shared folder on host (HostFolder)
3 - Setup the shared folder in Virtualbox Via the Virtual Machine details or via Devices > Shared Folders...
4 - Install dependencies for running the Virtualbox installer You need to install the right development kernelpackage for your machinetype (use 'zypper search -i kernel' to see what's installed) sudo zypper make gcc kernel-source kernel-hosttype/default-devel
5 - Run the Virtual Machine and go to Devices > Guest Additions This mounts an iso image in your OpenSUSE guest.
6 - Open a root terminal and run
cd /usr/src/linux
make oldconfig && make prepare && make scripts && make dep
cp ../linux-obj/$HOSTTYPE/default/Module.symvers .
make prepare
* A commenter on previously mentioned thread says this step is unnecessary but it doesn't work without on my system. I suggest trying step 7 first and returning to step 6 if that fails. *
7 - Run ./VirtualboxLinux yourhosttype .run from the mounted iso image.
8 - Create shared folder in OpenSUSE (GuestFolder)
9 - Test with sudo mount -t vboxsf HostFolder /home/user/GuestFolder It works? Great! Let's set up the system so it automounts for your regular useraccount instead of root-only access.
10 - Add this line to /etc/fstab HostFolder /home/user/GuestFolder vboxsf defaults,uid=1000,gid=1000 0 0
11 - It works for me but if it still doesn't automount after a reboot; sudo mount -a
View 1 Replies
View Related
Feb 24, 2011
installation opensuse 11.3 and kde 4.4 after update to kde 4.6, work fine, but problem is login screen is low like 640x350...? i wanted to change from lowtion to high 1024x768?when i start opensuse and begin to login was low resolution and log in my user and it's low resolutiona dn i change screen from setting system (kde) after change high display is works fine and rebbot same low resolution for LOGIN MANAGER how i can change it??
View 1 Replies
View Related
Jan 30, 2010
I simply ran the Guest Additions CD (on VirtualBox), double clicked the x86 (I'm running 32-bit) executable, and got that error.
View 6 Replies
View Related
Jan 4, 2011
Running new installation of 11.3 with KDE Desktop. I have sorted out text appearance and size thanks to pwabrahams in another thread but I have a big problem with screen size/resolution.
In previous installation of 11.1 on the same machine I was able to change the resolution of the graphics in order to fit the windows on the screen more comfortably. I used to use something like 1240 x 1048 but in the System Settings > Computer Administration > Display the resolution is set at 832 x 624 and no higher resolutions are offered.
I cannot find out the details of the embedded graphics controller (10 year old Dell PE6300 server) but the system information report it as ATI Mach64 GI with swrast (No 3D acceleration) version 7.8.2. I have spent several hours reading the many pages on graphics in this forum and have concluded that I should probably be using a legacy driver but have no idea how to change the driver. Of course if it were possible to increase the resolution to 1240 X 1048 without recourse to changing driver that might do it if I knew what setting to tweak.
View 9 Replies
View Related
Oct 19, 2010
Can't set screen resolution 1024x768 permanently. There is no tools like sax2 which is in openSUSE 11.2. I am to set screen resolution to 1024x768 every time after loggin in.
View 3 Replies
View Related
Nov 10, 2010
I just installed Suse 11.3 64bit on a new build. My video card is a nvidia gt240. I am using the default drivers. My monitor is a NEC 17" LCD.
When I boot up the screen resolution defaults to 1280x1024. I can go to applications>configure desktop>display and set it to 1024x768, which is my resolution of choice, and it works until I reboot or log out and log back in, then it resets to 1280x1024.
I would like to make 1024x768 the default so I don't have to keep changing it. Is there a way to do this? The output of xrandr looks like this:
$~> xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DVI-I-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
1280x1024 60.0 +
1152x864 75.0
1024x768 75.1 70.1* 60.0
[Code]...
Is there something I can change to set a new default resolution?
View 9 Replies
View Related
Nov 20, 2010
Every time I reboot, my screen resolution goes back to 800x600. Is there a way to permanently set it to what I want?
I'm running OpenSuSE 11.2 using KDE.
View 1 Replies
View Related
Jan 12, 2010
I am installing 11.2 on an older machine, Athlon 2800+, GeForce 6800, 1 GB RAM. Install goes fine until try to reboot to the OS and just get massive garbage on the screen. Can't see anything just lines crossing the screen, it seems almost like the resolution is way off but don't know how to change that since I can't see anything. I tried two different install disks to make sure not the problem and got the same thing with both. I tried installing both KDE and GNOME on separate occasions and still same problem. I have used the same install disk to put this on an even older machine and that went fine. I do have windows 7 installed on another partition. I'm fairly new to linux but I'm learning.
View 9 Replies
View Related
Jul 17, 2010
Suffering from the expected error in detecting my video properly when installed 11.3.Have intel 915G onboard video. Up until 11.1 Opensuse struggled with loading this correctly. in 11.1 & 11.2 all was well. A couple of minor tweaks in sax2 and it worked perfectly. Now hat sax2 has gone I'm not sure how to make these minor tweaks.
My problem is I have been forced to a screen resolution of 1024X768 VGA Following the readme file adding nomodeset at boot fixes the problem but of course forces me back to an old video driver with pretty poor performance. Is there any way I can change the screen resolution and set the correct monitor - any GUI replacement for sax2? Krandrtray will only let me set a max res of 1024x768. I need to set res to 1280x1024
View 2 Replies
View Related
Jan 20, 2011
Opensuse 11.3 with latest updates
KDE desktop
Whatever resolution I choose, 1600x1200 is preferred, it is reset to a default of 1024x768 when I log out. I use the "Configure Desktop" option to set the resolution. I can find no other method to do so. The graphics adapter is an ATI hd3200. I have installed the fglrx driver. I cannot fine the "Control Center" for the driver. How do I make the selected resolution permanent?
View 4 Replies
View Related
Nov 25, 2010
There is no shortage of questions about increasing the VirtualBox resolution to more than 800x600 with a Linux guest OS, but every time the proposed solution was "install Guest additions".I want the VM to be as simple and as portable as possible, so I would prefer not to install "Guest additions" which seem to fail after each kernel upgrade, which have to be uninstalled before a VBox upgrade etc.Is there a way to increase the resolution to something greater than 800x600 without Guest additions? Why can WinXP set 1024x768 without guest additions?
View 2 Replies
View Related
Mar 18, 2010
Whenever I restart my system, the screen resolution has been reset to 1600 x 1200. I change it in "configure desktop" and it's ok for the session but it changes back on reboot. Also, the font sizes are too small for xterms. Sure, I can ctrl+ to increase but why should I have to do this each time I login? I noticed others seem to be having this problem. Is there an upgrade that will fix this? I'm using 11.2 and kde.
View 9 Replies
View Related
Apr 9, 2010
I recently installed 11.2 and am now trying to increase the maximum screen resolution.When I go to 'confifure desktop' > 'display' it will not let me increase the maxiumum screen resolution past 800X600.My nVidia 6150 LE drivers/kernal are installed, so I'm not sure quite what to do.
View 7 Replies
View Related
Jun 20, 2010
I am new to this forum and would very much appreciate some assistance with a problem I am experiencing. I've just made the move from Windows Vista back to Linux after about a three year break from it and I am having trouble configuring the correct screen res for my wide screen monitor.
Some basic info:
System: openSUSE 11.2
KDE: 4.3.5 (KDE 4.3.5)
Monitor: Acer P191W 1400x900
Graphics Card: NVIDIA geforce 6100 nforce 430
Everything appears stretched, wider than it should be. At first I couldn't figure out how to change the screen res in Control Panel as it's missing the Monitor option to amend anything. After some reading on another thread I managed to access it as su , sax2. It detects the correct Monitor Model but does not offer 1400x900 as a res option. I also tried selecting LCD instead of a make and then selected 1440x900 as there is no 1400 option but this doesn't help things either.
I am a complete rookie so any help at all will be great. I thought it might perhaps be a driver issue as when windows are moved on the screen or if I scroll down a web page such as this it leaves 'artifacts'. Has anyone else experienced similar problems?
View 4 Replies
View Related
Jul 21, 2010
I upgraded my opensuse from 11.2 to 11.3, but after it, I have several problem with it.
Firstly: My graphic card is intel hd4500 and motherboard chip's is intel G41. After upgrading, I understood suse 11.3 didn't have sax2. at a result. I have problem with graphic card driver and consequently can't change screen resolution, therefore after each restart, my resolution automatically fix to 1600x1200 but I would like to set it in 1280x1024? What can I do to change it permanently?
Secondly: I installed vmware workstation 6.5 and after it, I see a message that say vmware need to Kernel Header 2.6.34-12- desktop. I install kernel-syms, kernel-source, gcc and make but doesn't run yet. What happen for it?
View 9 Replies
View Related
Feb 2, 2011
It's looking like from the options on the grub CL that the highest I can go is 1280x1020x32bit. But it still does not fit my entire screen (23'' LED) if there is a way to make runlevel 3 1920x1080, I have a Nvidia GTX460. Also, whether or not I can do it, how do I save the settings, so I don't have to type it in at the bottom of the screen in the boot menu? How do I drop back to runlevel 3, when I'm in the x system (GUI)?
View 4 Replies
View Related
Nov 10, 2010
I am trying to change the default screen resolution in Run Level 3 to 640x480. I have tried changing the menu.1st file and the vga=0x301 mode sticks until the system begins to boot and then resets to a higher resolution. This system does not have X, or Sax2 so no go on those options. This is OpenSuse 11.3 x64.
View 6 Replies
View Related
Mar 23, 2011
Is it possible to scale my screen to a bigger size? I have a huge TV as a monitor and at 1920x1080 on linux it is a bit of a strain for my eyes. on windows they have a feature to do this. You can make the text and other items, such as icons, on your screen easier to see by making them larger. You can do this without changing the screen resolution of your monitor or laptop screen. This allows you to increase or decrease the size of text and other items on your screen while keeping your monitor or laptop set to its optimal resolution
View 8 Replies
View Related
Jul 1, 2011
When I try to change the resolution, it only shows 800X600 and 640X480 or something similar, nothing regarding a custom resolution. When I use the "Install Guest Additions" it won't mount because of some error, and so I can't open it, and even if I could mount and open it *I've tried it in other distros that don't automatically install it for you* I have no idea what to use. I've tried all of the .sh, even the autorun.sh and giving it executable permissions, and it STILL doesn't work. Perhaps I'm missing something, or there's a documentation out there that I can't find, but I can never get them to work. How can I fix this problem? I know in sbopkg, there's 32-bit Virtualbox Guest Additions but that doesn't work. The reason why I installed the 64-bit one is because I don't have 6 CDs to spare and I'm almost out of bandwidth and it has to last me a week. *I think around 200GBs out of 250GBs taken up so far, or more*
View 14 Replies
View Related