Debian :: Console Resolution On Dell Mini 10?
Sep 16, 2010
I am running Lenny of a Dell Mini 10, using only the console. I want to get the resolution smaller that 80 on the horizontal axis, but I can't find the right setting for vga in /boot/grub/menu.lst.
Inserting various values makes the dell give me list of possible video modes at boot, but none of these are higher than 80xSomething. It offers VESA modes that are choosing these results in unreadably tiny text, and anyway I wouldn't know how to edit in order to make these mode take effect automatically.
Can anyone tell give me a value that works for vga on Dell Mini 10 that produces a smaller resolution that 80xSomething? If not, can someone suggests a different way to obtain the same result?
View 9 Replies
ADVERTISEMENT
May 15, 2011
I am stuck in 800x576 resolution and don't know how to escape. I've tried changing xorg.conf but that caused my machine to grind to a halt and I had to copy the original .conf file back over before I could launch GNOME again. I've run lspci | grep VGA, and this is what I get:
00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 07) When I run xrandr --verbose, I get:
Screen 0: minimum 800 x 576, current 800 x 576, maximum 800 x 576
default connected 800x576+0+0 (0x10 normal (normal) 0mm x 0mm
Identifier: 0x107
Timestamp: 30685
[Code]...
I'm trying to install Photran for Eclipse 3.6. I've managed to get 3.6 and it works but the next step involves choosing a package that I just can't see because my screen resolution is too small.
View 2 Replies
View Related
Jun 30, 2011
Im running the latest Debian version, 6.0 on my Dell Mini 9.Webcam and sound work, but microphone is a no-go.In Alsamixer (1.0.23), I have Capture, Digital, and Mic settings all the way up. There are no options for adjusting "Front" mic settings. (May have been for older alsamixer versions?)In Sound Recorder, playback has loud noise/feedback? I'm not sure how to interpret the above, but I am just trying to offer as much relevant background information as I can.I've been scouring forums for the answer, but to no avail. Most questions/answers are from 2008, and couldn't find a solution. I'm not very handy with the Linux machine, but love to learn / am learning.
View 14 Replies
View Related
May 22, 2010
This topic began in the Debian Development forum here I have successfully completed both the install and the after installation configuration. I have a fully functional system on this little baby, inspite of the fact that wireless (Broadcom bcm4312), ethernet (Realtek) and sound were initially broken.
There is a lot of assistance out there on the web. In the previous thread, I was having trouble installing any debian on a usb stick. The issues that needed resolving were 1. Bad stick
2. Incompatible kernels between boot.img and .iso
3. The method of copying .iso to the stick that finally worked was wget My first successful usb install was Lenny. Even though I upgraded the stock system with lenny-backports, I could not get wireless, ethernet or sound working the only connection I could get to the internet was through my 3g stick and that was not performing up to it's capability. I manually configured wvdial to get that working.
I attempted an upgrade to squeeze several times and each time the upgrade trashed the system. I finally found squeeze boot.img and .iso files from an eee pc blog. This allowed a fresh install of Squeeze and I was making progress. The little atom processor would not handle the b43-fwcutter driver, so I compiled one from the Broadcom site written especially for the atom processor. Now I had cable broadband supplied wireless. I got my ethernet working with help from the Gnome site technical specs on Network Manager. Simply changing ifupdown=false to ifupdown=true in the network manager config file.
Sound was activated by help from a blog entitled "Debian on the Dell Mini 9" My head is spinning now or I would be more specific and instructive on all I did to get this baby up and running. If anyone asks, I may do a how-to.
PS: Posted from that Dell Mini 9 running Debian Squeeze.
EDITED: Correction of typing errors.
View 6 Replies
View Related
Jan 2, 2011
I've installed Debian using the boot.img.gz file onto the jump drive, as well as Linux mint and crunchbang with unetbootin all to no avail; pressing F9 at bios startup refuses to show the jump drive. Booting from the drive is enabled (as far as I can see) in the BIOS.
View 1 Replies
View Related
Jan 12, 2010
My Dell Vostro 1520's Dell Wireless 1397 WLAN Mini-Card must not have been set-up correctly, as the Network Manager won't even let me select the wireless tab. Please just explain to me, step by step, what exactly I must do to make it work! Additionally, I can't figure out how to disable my Touchpad's Tap to Click funtionality, which must be done if I'm to effectively use my current KDE installation of openSUSE
View 9 Replies
View Related
Mar 19, 2010
I just installed Debian (lenny) on my HP 2133 Mini-Note (KX869AT). I've managed to get everything working, even the Broadcom wireless adapter, but the display is too large for the actual screen size. To get the screen to a more manageable resolution, I did copy the xorg.conf file of another HP 2133 Mini-Note user. (It was probably a different model; there are several versions of the HP 2133, hence the model number in the description.) Icons and things hide off-screen. The text on the GNOME panel is quite large.
View 5 Replies
View Related
Jun 10, 2015
In vm workstation console resolution default is 640x480 ,and i want to change it to 1024x768.
In Debian7 , it can changed use vga=792 in /boot/grub/grub.cfg.
But in Debian8 use changed use vga=792 in /boot/grub/grub.cfg , screen will all black.
Although screen can't see anything , but it can connect through ssh normal.
I also tried GRUB_GFXMODE=1024x768,GRUBGFXPAYLOAD_LINUX=1024x768 in /etc/default/grub , it get same Result.
I don't know the problem is at VM workstation or Debian 8.
View 3 Replies
View Related
Jun 16, 2010
playing with debian I find that I have no answer when I try to resize my console if I wish to use it without a GUI. Are there something that could resize the screen ? In this moment it seems to be 640x480 and it could be better if the resolution could be 800x600. I have tryed to modified /etc/grub/00_header
if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=800x600 ; fi
View 7 Replies
View Related
May 6, 2011
The resolution is OK in grub menu but after something is setting to higher value. How can i set it back to 640x480?
View 1 Replies
View Related
Nov 2, 2010
I've been scouring the internet for an answer to this problem. I am using Squeeze and have properly configured Grub2 to set my console screen resolution to 1024x768x32 (as per updating /etc/default/grub to contain 'GRUB_GFXMODE=1024x768x32' and updating /etc/grub.d/00_header to contain 'set gfxpayload=keep') and everything works wonderfully. My resolution is set as it should be. However upon installing Xorg (aptitude install xorg ratpoison), my console resolution gets changed to what appears to be 1280x1024.
I thought that this was due to xrandr, however when I issue:
# xrandr -s 1024x768
only the X resolution is changed. When I then CTRL-ALT-F1 back to the console, the resolution is still at 1280x1024 (I am aware that xrandr only affects X, but I assumed that because my console resolution was correct before installing X there might have been some correlation).
I would like for my console resolution to stay at 1024x768 as per Grub2's configuration and for X's resolution to be at 1280x1024.
PS I also noticed that prior to installing Xorg, my CPU boots up without any screen blanking (only for a second or so). However, after installing Xorg, during the boot process the screen does blank briefly. It is at that time that the resolution gets changed to the 1280x1024 setting.
View 5 Replies
View Related
Mar 3, 2010
It used to work, and now it don't. I would assume that something went amiss after a recent update, but don't exactly now for how long the sound hasn't been working.
The sound isn't muted- afaict, but nothing comes out of the speakers.
View 4 Replies
View Related
May 1, 2010
How best to get from 9.04 to 10.04 on my Dell Mini 9?
I hadn't upgraded from 9.04 to 9.10 because I read that the WiFi card no longer worked with 9.10 on the DM9. What I see now indicates that to get from 9.04 to 10.04 I MUST go thru 9.10. If that is the case, I won't be able to download 10.04 because I won't have a WiFi connection.
View 3 Replies
View Related
Jun 11, 2010
it was working fine. Then when I tried to turn my Dell Mini 9 off it did not respond so I "forced" to turn it off with button. Now it does not find the OS! The only solution is to reinstall 10.04 netbook version again? (I'm downloading iso right now because I had already deleted it...) Will some kind of "repair broken version" option appear when I try to install it? And what about my docs? I lost some docs when I installed 10.04 and uninstalle the original version 8.04... I do not want to lost them again!
View 9 Replies
View Related
Sep 1, 2011
I have no clue what is taking up room now. I've went from like 2.gig to down to 1 gig. I have run the basic clean auto clean and such that I can find thru google. But I have been wanting to install the new 11.04. I have no ethernet cords around and how good is the chance I can upgrade and everything go smoothly and since I have no USB stick and only 1 gig of free space. Can I install with GMountiso <virtual drive>?
View 1 Replies
View Related
Jul 25, 2010
I can't get WLAN up on my Dell Mini 10v (BCM 4312)/openSUSE 11.3/LXDE. And yes, I have thoroughly read iwfingers's 'Getting your Wireless to Work'. After installing openSUSE 11.3 ifconfig can see eth0, l0 and wlan0. No WLAN running. dsmesq|grep firmware prompts me to '/usr/sbin/install_bcm43xx_firmware"
After having done that and reboot ifconfig can only see eth0 and l0. Installing broadcom-wl-5.60.48.36-7.pm.16.4.i586.rpm broadcom-wl-kmp-default-5.60.48.36_k2.6.34.0_12-7.pm.16.4.i586.rpm (current ones from Packman) does, Shall I try to install the drivers without installing the firmware first?
Why does broadcom-wl-kmp-default-5.60.48.36_k2.6.34.0_12-7.pm.16.4.i586.rpm install a new default kernel? Ubuntu Netbook Remix 9.04 had no problems with WLAN.
View 6 Replies
View Related
Jan 11, 2010
I'm trying to boot my Dell Mini 12 from a USB boot disk with the ubuntu-9.10-alternate-lpia.iso image installed (I've also tried ubuntu-9.10-netbook-remix-i386.iso). I turn the machine on, press F12 to get to the boot menu, then select the USB disk. After this I just get a blinking cursor at the top left of the screen and nothing else happens.
View 9 Replies
View Related
Feb 10, 2010
Firstly may I say I am new to this forum and apologise if someone else has already asked this question but I cant find it. I have a Dell 910 mini Inspiron 910 and like others keeep getting the disk useage warning. The disk is an 8mb flash disk. This has become full by updates and is a real pain. Q1 can you link an SD card to act as operating memory or is this just for storage? Q2 If not what is the cheapest and easiest way to upgrade the memory?
View 1 Replies
View Related
Mar 18, 2010
i've got a dell mini 10 w/ 9.10 nbr on it, and videos played in either totem or vlc won't play, and result in the player crashing. it almost crashes the whole desktop. i can usually recover from ctrl-alt-f1 and killing the process or restarting the gui.
i've got no idea how to fix it. it's got a gma500 and that poulsubo (sp?) video driver. flash works reasonably well for a netbook though. i can watch videos vids ok- just have ot shy away from full screen videos, and especially not get tempted by full screen hi-def videos...
View 4 Replies
View Related
Jun 5, 2010
I installed Touchpad and its says:
GSynaptics couldn't initialize. You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
I find out at this link this link that I need to create a xorg.conf file by typing:
sudo Xorg -configure
In terminal. However, when I do I get the following message, and no such file gets created.
Fatal server error:
Server is already active for display 0. If this server is no longer running, remove /tmp/.X0-lock and start again.
Please consult the The X.Org Foundation support at [URL].
ddxSigGiveUp: Closing log
View 2 Replies
View Related
Nov 2, 2010
I purchased a USB from [URL] for the upgrade of the title. There are no instructions so I need to know how to do this upgrade. I have looked at the files on the USB and it is not clear how to proceed.
View 5 Replies
View Related
Feb 5, 2011
i want to install ubuntu in my dell..ive already installed one in my desktop can i use that installer to my dell mini inspiron 10?? i have a usb hard drive..or better to use usb stick? well what about blackbuntu? seems awesome can i install that in my dell?
View 5 Replies
View Related
Aug 20, 2011
I have a Dell Mini 1010 (came with windows) that i have installed Ubuntu 11.04 on.
I had to update the graphic drivers to the EMGD to get video to work and not be jumpy and it also gave me more options of resolution.
The problem i have is that HDMI out wont work at all. When plugged into my TV it wont pick it up as a second monitor.
xrandr gives me: [URL]
Monitor settings shows: [URL]
View 9 Replies
View Related
Jul 20, 2010
I wiped and loaded my mini. ran the ubuntu 10.04.. had to run hardware drivers twice to finally get reference to broadcom and then wireless came on!! Hurray! however (yes, dhcp).. no dns on wireless but on eth0 no problem everything shows up ip, dns.. works fine.. go to wireless it connects, gets ip but in connection information no dns servers listed
View 4 Replies
View Related
Apr 4, 2010
How to fix window lay out of GIMP in Dell Inspiron mini. Because every time I open GIMP the layout change and difficult to work ?I found GIMP -2.6.8 version how can I install this version to my computer. Since, I have some problems when using gimp-2.4.5.
View 2 Replies
View Related
Sep 2, 2010
I have been using UBUNTU 8.04 with my Dell Mini Inspiron. How can I upgrade it ? If I upgrade is there problem after upgrade ?
View 5 Replies
View Related
Jan 7, 2011
I have a Dell Mini 9 with a failed SSD. I created a bootable USB drive from the Ubuntu-10.10-netbook-i386.iso. It boots up the Dell Mini ok. If after selecting 'try ubuntu' from the Live USB and setting the desktop and wireless up, is there a way I could image that config on the same or different USB. It would be like installing Ubuntu 10.10 on a USB device instead of a HD. The Mini has 1G RAM.
View 2 Replies
View Related
Jan 8, 2011
I bought a dell mini 10v last spring and I have always gotten around 2-2.5 hrs max battery life. Is that all this 3-cell can pull off?
View 2 Replies
View Related
Jan 6, 2011
I own a Dell Mini 10v netbook, I love the little thing, except I hate the Broadcom wireless card, I would much rather have a card that can use open source drivers. I have been searching on Google, looking on forums and looking on the hardware sites, but I cannot find a replacement card.
The problem is the tiny Dell has a tiny place to put the card and according to Dell and Broadcom, it is a "halfcard", which I have no idea what that is.
replacing the wifi card on this netbook?
View 3 Replies
View Related
Sep 26, 2010
I just want to report that I managed to get WLAN running on my Dell Mini 10 (Inspiron 1012) with OpenSuse 11.3 KDE.
This one contains a Broadcom 4312 WLAN card
Code:
lspci -vnn|grep Broadcom
07:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
0b:00.0 Multimedia controller [0480]: Broadcom Corporation Device [14e4:1615]
Subsystem: Broadcom Corporation Device [14e4:1615]
I just installed the broadcom-wl and broadcom-wl-kmp-desktop packages from the packman repository. Then there is a new entry in the bootmanager menu. Using that one, WLAN works fine.By the way: Can somebody explain me the difference between the broadcom-wl-kmp-desktop, broadcom-wl-kmp-default, broadcom-wl-kmp-pae, broadcom-wl-kmp-xen packages? I did not find any documentation about that.
View 3 Replies
View Related