Ubuntu Multimedia :: 10.10 Doesn't Display On Vaio Laptop's Screen
Oct 23, 2010
Recently I install ubuntu 10.10 on my Sony Vaio laptop. After the CD boot I always got a black screen, after a week i figured that there's nothing wrong, it's just the screen doesnt show up on my laptop's screen. So I use an external monitor and It showed up as normal.
But I need to have it show up on my laptop's screen. I tried to use "additional driver" to activate latest Nvidia driver but after that even my external monitor doesnt work too. Latest driver doesnt work properly i guess. I did try to install older driver version manually but after I turned of gdm, install driver and reboot, my ubuntu always starts with tty1 command terminal. tried ctrl+alt+7 but it stucked at (checking battery state), startx doesnt help me return to graphical screen too.
I got help from a moderator here but the best result so far is to edit my /etc/default/grub. Change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
Sudo update-grub
after the reboot I have it shows up on my laptop's screen. But it seems low-bit color,a bit grand to me(compared to external monitor, both w/o driver). Anw i checked system/preference>monitor . It showed up that my monitor:unknown. I can't choose other resolutions, refresh rate = 0.
I always know its my widescreen is the problem. I have had a lot of problems dealing wgames/application (on windows) can't work on 16:9 mode. install a stable Nvidia driver
Everything I tried in the past weeks is in here [URL] My laptop is SONY VAIO VPCCW19FX, Nvidia GeForce GT 230M, widescreen monitor
View 4 Replies
ADVERTISEMENT
Jan 28, 2011
I have a sony vaio laptop(model-VPCCW27FX) 64 bit.I am currently using windows 7 os. I tried installing ubuntu using wubi and also by making a bootable disc. The installation proceeds well. When I restart my laptop, it asks whether to start windows or ubuntu.But, when I select ubuntu, the screen goes blank.
View 1 Replies
View Related
Jan 3, 2010
I have a busted laptop, case that is. The internals are great. So I stripped the screen and built a large box. I used a cnc router to build a lid that would flush mount the screen, and have a lip of wood left to cover the metal edges of the screen.
Ok, what happened is that the measure twice cut once rule or one of its variants went into effect, and I put the hinge on the wrong side of the box. Normally I would say just flip the screen around, but one edge is wider than the other, so that will not do. I want have the hinge towards the couch so that I can tilt it up and be able to easily see the screen.
So I need a way to invert the screen, and I can't seem to find a way to do it. The coffee table is an Emachines N-10, and my video driver is the Nvidea one, because karmic told me my onboard card is not quite up to the task of the other one.
View 6 Replies
View Related
Jan 2, 2010
I have tried to connect my GMA500 based Acer 751 to an external dsiplay via VGA connection. I couldn't get the right resolution on the external screen (1920/1080) so I disconnected it and rebooted. Now there is only an "unknown" screen in the display menu. I have rewritten the xorg conf file per instructions for enabling GMA500 but to no avail - conf file looks right but screen is "unknown", low resolution and 4:3 aspect ratio, instead of 16:9. How to restore to laptop monitor - I think I can take from there to enable the right resolution.
View 4 Replies
View Related
Apr 19, 2010
Got a problem with Ubuntu 9.10 and a Lenovo T400 with an ATI Radeon Mobility HD3400 and ATI drivers /ATI contol center. Whenever the laptop wakes up from power-saving mode, the screen goes black (with some jagged mulicolored lines).
View 2 Replies
View Related
Jul 5, 2011
i have sony viao vgn-fz11 Can someone please help ,im new user to ubuntu been trying to get webcam working properly at the moment its upside down and does not work in skype at all just get black screen does this look correct? do i have the right driver?i will try and give as much information as i can.
View 1 Replies
View Related
Mar 1, 2011
im new to Ubuntu and not look at it all in depth yet. I have a small issue. Im using a Toshiba Satellite A200 Laptop. I installed Ubuntu on it yesterday because i was fed up of windows vista. On windows Vista i use to Plug the laptop into a 50" LG plasma and watch online movies and sports. And for the audio i used a USB cable from the laptop into a Pioneer VSA-AX10Ai Amp. My issue is.I plugged the VGA cable in today to test it on Ubuntu. I went into apps/sys/display and all of a sudden the laptop screen just kept flashing on and off. the Tv was saying in the top left 32" and because of all the flashing i could not do anything so i just turned the laptop off. I have not attempted the Audio Via USB yet . I know vista and my IMAC auto picked up the AMP but not on UBUNTU can anyone help me with the Screen issue ??????
View 6 Replies
View Related
Jan 6, 2009
Based on much internet searching, I've found that I was/am not the only one struggling to get Fedora 10 to span the display across a laptop screen and an external monitor. So what I have here are instructions to do so:
1) Fedora 10 does not (by default) use an xorg.conf file to configure the display. So type the following command into the command line: yum install system-config-display
2) Go to the menu bar and navigate to System>Administration>Display. I left all the display settings as they were and hit OK (repeat this step twice to make an xorg.conf backup). This will generate the xorg.conf and back up files in the directory: /etc/X11/
3) Now we need to see what size virtual screen you need. Type the following command into the command line (without the quotes): "xrandr --output VGA --auto --right-of LVDS" It will tell you that you are asking for a certain size screen. Write those numbers down. I have a 1600x1200 external monitor so my number is 2624x1200 (1600+1024 x 1200).
4) Change directories to /etc/X11 and type (without the quotes): "sudo gedit xorg.conf" Scroll down to where the device section is. Mine looks like this:
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Some videocards need to turn 3d acceleration off in order for dual screens to work. It is important that you turn off desktop effects if you turn off 3d acceleration!!! So under the driver line add the line (with quotes): Option "NoAccel" "true" Mine looks like this:
[Code]....
Scroll down to where the screen section is, and then find the display subsection. It should look something like this:
[Code]....
View 4 Replies
View Related
Apr 19, 2011
I just installed Linux 5.5 on a Toshiba laptopn (i3, 64 bit). Centos runs until it reaches a very dark screen. On a few occasions, I am able to see something but the screen is very dark.
View 1 Replies
View Related
Jul 15, 2010
I have an Nvidia card and I am using ubuntu 10.04. Before installing the ubuntu nvidia restricted drivers, the boot screen with the ubuntu logo would cover the entire display area of the monitor. But now, after installing the Nvidia driver and fixing the display resolution of the boot screen with the Plymouth fix, the boot screen doesn't expand to fit the entirety of the monitor display area. How can I fix this? There is a good 2 inch off from either side of the display while booting.
View 3 Replies
View Related
Apr 13, 2010
I am running Ubuntu 9.10 from the install CD on a Vaio VGN TX650P laptop to try it (my first time with Linux so please bear with me) and it all works EXCEPT it is not recognizing my wireless connection.I went to Ubuntu Help and in Section 5 - Wireless Troubleshooting, Check for Device Recognition, it recommended:1.Open a Terminal (Applications → Accessories → Terminal) and type the command: sudo lshw -C networkYou should see an output, along with the words "CLAIMED, UNCLAIMED, ENABLED or DISABLED"What I get is below (It also lists the ethernet connections as network 0) but I don't see any CLAIMED etc.
"*-network:1
description: Wireless interface
product: PRO/Wireless 2200BG [Calexico2] Network Connection
[code]....
View 4 Replies
View Related
Dec 17, 2010
I've just acquired a Vaio PCG-FX801 with Phoenix bios version R0121K5.In the boot order, it lists "+Removable Devices", but on expanding the menu, only gives "Legacy Floppy Drives".I only discovered this after unsuccessfully trying to boot from a stick with the 10.10 netbook iso on it.Is it possible to get round this,or should I put the iso on a cd,or should I download the desktop iso onto a cd, and use that? I want to try it out on this laptop before installing it.
View 8 Replies
View Related
Jul 25, 2010
My alienware laptop doesn't boot sometimes to the login screen. It doesn't move on from kubuntu screen (the one with the animated dots). This happens only sometimes. When this happens if I press the power button once,the dots start moving and machine shuts down. I also have a nvidia card and don't know if the bug has been sorted where it doesn't show proper resolution during the kubuntu dots screen.
View 7 Replies
View Related
Dec 3, 2010
I'm using a NVIDIA 9600M GT on my laptop running Ubuntu 10.10. The laptop has a 16:10 display, I also connected my 16:9 LCD TV via HDMI. I would like to use them as clones. The problem is, as my TV has a different aspect ratio than my laptop display, the image does not fully fit on the TV. For example, when using a resolution of 1280x800 (16:10), one tenth of the width of that image is missing on my TV, as it has an aspect ratio of 16:9.
In Windows, the NVIDIA software stretches the image so that it appears a little distorted on my TV, but at least I see everything. Is it possible to do that in Ubuntu?
View 1 Replies
View Related
Mar 21, 2010
I am having problems with the brightness control on my sony vaio laptop, at virst when i upgraded the driver for the VGA card the whole screen went blank, I had to port a bin file from windows and write my own EDID file to get it to work (nVidia GT 230M), but I am having problems with the brightness, although ubuntu does read the input from the keys (FN+...), the brightness refuses to change, adding the brightness applet to the taskbar does not work either. I really need to be able to change my brightness because the battery usage is off the charts.
View 1 Replies
View Related
Jun 3, 2015
Background: I am running Debian 8 with the Xfce DE on my Toshiba Satellite Laptop.
When at home I will connect my laptop to an external display. I did the same while I was running Ubuntu; however, with Ubuntu I could activate my laptop display by simply disconnecting the external monitor. With Debian + Xfce, unplugging the external monitor leaves my laptop screen blank.
In order to activate my laptop display, I have to open Display settings, turn on laptop display -- which still leaves my laptop screen blank -- and then switch resolution: there are two listings for 1366x768 under resolution, and only the second one restores my laptop display. Please note that if I have both displays on at the same time the size of the output on my external monitor will be reduced to about the size of my laptop's display.
I would like the create a Bash script which can automatically switch between my displays. After some Googling it seems like xrandr is the tool I need for the job. However, I have been having trouble getting it to work.
I tried the command Code: Select allxrandr --output LVDS1 --auto --primary --output HDMI1 --off. This however just turns my external display off without turning on my laptop's display. I suspect this has something to do with the fact that LVDS1 has two modes at 1366x768; perhaps only one of them can actually display? I'm not sure, but anyways here's the output of xrandr:
Code: Select allScreen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 59.99*+
1360x768 59.80 59.96
1024x768 60.00
800x600 60.32 56.25
[Code] ....
Is there a way I can specify that xrandr should use the second 1366x768 mode?
I just realized that the second mode is, in fact, 1360x768 rather than 1366x768...
The good news is that I fixed my problem. It turns out that my backlight was not turning on, giving the appearance that my laptop screen was not displaying anything.
View 2 Replies
View Related
Jan 10, 2011
I've a sony vaio Y21S1E and I can't install opensuse in graphic mode (I got a black screen just after the loading page...). So I installed it in text mode, but on reboot, I have exactly the same problem... I had a look in the logs but I found nothing ... My Xorg.conf seems to be OK (intellegacy)...
View 9 Replies
View Related
Feb 24, 2010
I successfully before install Ubuntu on my last laptop along with windows vista and it was rather easy because ubuntu allowed me to partition the disk so simply. However, on my vaio, my whole hard disk is partition and there is no unallocated space. It will not allow me to partition the disk and when I boot up the ubuntu live cd to install, the partitioner doesn't look the same and I'm hesitant to make any changes because I'm afraid I'm going to damage my data. I have a 500GB HDD in which I want to use just 60GB for Ubuntu and the rest for Windows 7. Also, I'm running 64-bit Windows if that matters at all.
View 3 Replies
View Related
Oct 7, 2010
ubuntu 10.10 rc worked perfect with my video card until last update oct.5.2010.is there something i can do to undo the updates?
View 1 Replies
View Related
Feb 3, 2010
I tried to installed OpenSUSE 11.2 "i586" on an older Sony Vaio laptop (model PCG-XG9) with 20 GB HD and 128 or 256 MB RAM. There is no ethernet port, but I have a PCMCIA WLAN card "Cabetron RoamAbout 11 Mbit/s", which should work perfectly with any Linux. The computer had Win98 on it originally (which, of course, after all installation attempts is now destroyed). The problem is that I cannot install to the end at all - no matter what I try:
1) Having the disk as a single FAT partition (made by a Win98 installation CD), it appears that the installer cannot create the correct partitions needed for Linux.
2) Having deleted the DOS partition with FDISK from Windows98 - which is like buying a completely new, unformatted HD from a store. But again, it cannot automatically set the partitions...
Is there a manual / instruction page somewhere how I should partition the disk manually (how to do it, and what sizes are recommended for each partition)?
View 1 Replies
View Related
Jun 21, 2010
I have sony vaio laptop which is vista preloaded. But I don't want windows vista and want to install ubuntu and windows xp on complete hard disk. Can I remove window vista completely? Will be any problem in future if I remove vista completely? And at last, is my laptop hardware vista completable and may give problem? I urgently want ubuntu and don't want virtual os as ubuntu...
View 2 Replies
View Related
Dec 29, 2010
I'm currently installing Slackware 13.1 on my old Sony VAIO. It's got a wireless card sticking out the side of it, and I just want to make sure I set it all up correctly. I got to the screen where it's asking:
static IP
DHCP
loopback
And I'm not sure which one to pick.
View 5 Replies
View Related
Jun 8, 2010
This is what I get w/ lsusb:
linus:~ # lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[code]....
View 2 Replies
View Related
Jan 17, 2011
I have a HP Compaq nx9010 laptop with 1 gig of memory and 128mb being dedicated to video memory. The graphics chip is ATI Radeon IGP 345M.
I can only set my resolution to 1024 X768. If I try to change it to any other size or try to play any games, the video has millions of jerky horizontal lines going through it. If I hookup an external monitor the video works just fine. Being new to linux and even newer to installing on it laptops, can anyone tell me what if any thing can be done to correct this. I am running Ubuntu 10.4 LTS.
View 1 Replies
View Related
Sep 5, 2010
Just curious, has anyone noticed with ubuntu 10.10, that rhythmbox does not display an icon in the panel?
View 6 Replies
View Related
Jan 20, 2011
I cannot use my motion eye webcam, here's the result of
Code:
lsusb
Code:
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05ca:1839 Ricoh Co., Ltd Visual Communication Camera VGP-VCC6 [R5U870]
i cannot use cheese, is there anyone know how to fix this problem?
View 4 Replies
View Related
Feb 28, 2010
After upgrading from 9.04 to 9.10 internal subwoofer on my Acer Aspire 5930G laptop stopped working.
UPDATE and FIX: Problem was fixed after upgrading to ALSA 1.0.22 using instructions from this topic: http://ubuntuforums.org/showthread.php?t=1046137
NOTE: be sure that ALSA driver was really updated using this commmand:
cat /proc/asound/version, if not, see these posts:
problem: http://ubuntuforums.org/showpost.php...&postcount=670
solution: http://ubuntuforums.org/showpost.php...&postcount=678
View 3 Replies
View Related
May 19, 2011
I've been searching all around information, how can I enable wifi, bluetooth and lan on this laptop. However, nothing works for me... rfkill unblock all command doesn't work.
how to do it in short time that would be just great, because I offered to my friend to repair her computer and install 'better' working Linux, but so far I even cannot enable wireless.
View 3 Replies
View Related
Jan 1, 2011
Why is it on Ubuntu/Maverick that my display insists on going BLANK after a certain period of computer inactivity EVEN THOUGH I have NO screensaver functions set and the put screen to sleep function in power management is set to NEVER and ALL functions in BIOS are all set to not have display go into suspend mode ?
View 2 Replies
View Related
May 2, 2010
I have a Sony Vaio VGN-FZ340E. I installed Ubuntu about 6 months ago and had a problem-free time with it. I then got busy with other stuff (house work, etc.) and hadn't worked on Ubuntu for about a month. Now I switch on my Vaio with Ubuntu and I find the screen is just too bright.Since 10.04 was just coming up, I thought this would be fixed when I update. I updated, but the screen is still too bright.
I searched the forum for answers and found only some pretty old threads which were about the Fn key combos (which, obviously, doesn't work), spicctrl, etc.So I followed the instructions here. I did just what Step 1: Checking for Module says, but Terminal just doesn't give any output.
View 1 Replies
View Related