LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-15-2012, 08:26 PM   #1
nharvey
LQ Newbie
 
Registered: Oct 2012
Posts: 3

Rep: Reputation: Disabled
Arrow Cannot use external display or projector with my Gateway netbook


I can't get my netbook to work with an external monitor (except in Windows, but that is pathetic and won't let me extend my display). I tried using grandr, the mandriva control panel, and many different things in different distros, and it still never shows up or gets detected.

I have found one way to use the external monitor, but it is not very functional because of the time required. If I reboot the computer while it is attached to the external monitor/projector, then the computer uses only the external monitor, and the netbook screen is either a duplication (no better than Windows) or is completely borked(random pixels, or a combination of virtual terminal contents and the bios post screen). I can't seem to see anything in xorg.conf.d

I would really like to be able to fix this as I am expected to give presentations this semester and it would be awful to not be able to do that with my netbook. BTW, though not a newbie to linux, I am a newbie to this forum.

Software:
Mandriva, Peppermint, Fedora, Crunchbang, KNOPPIX live, pretty much any linux distro I try.
Hardware:
Gateway LT4004u
VGA and HDMI graphics ports
 
Old 10-16-2012, 01:18 PM   #2
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
That's a GMA3600 (aka GMA600 PowerVR rebranded) graphics chipset in that machine, I believe... There are supposedly drivers available from Intel for accelerated 2D graphics and VGA/HDMI outm... but you would have to seek them out (and specific install instructions) for your particular distro.

I understand that 3D acceleration is not an option, however.
 
Old 10-17-2012, 04:03 AM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,142

Rep: Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308
No comment on the video card, which I understand is an issue.

In general, you need two or three screen sections in a .conf file in /etc/X11/xorg.conf.d. This sort of thing:
Section "Screen"
<details of internal display>
EndSection

Section "Screen"
<details of external monitor>
EndSection

Section "Screen"
<projector details>
EndSection

EDIT: Forgot to say, when X starts, it picks up what's there.

Last edited by business_kid; 10-17-2012 at 04:05 AM.
 
Old 10-19-2012, 01:55 AM   #4
otoomet
Member
 
Registered: Oct 2004
Location: Tartu, Århus,Nürnberg, Europe
Distribution: Debian, Ubuntu, Puppy
Posts: 619

Rep: Reputation: 45
On modern distros, and well-supported graphics cards, it should just be plug and play. You may want to adjust the stuff with standard display configuration program (like the one in system settings). No need to tinker with xorg.conf. In this case I think it is the driver problem. In that case playing around with xorg.conf is next to useless.
 
Old 10-19-2012, 01:43 PM   #5
nharvey
LQ Newbie
 
Registered: Oct 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by otoomet View Post
On modern distros, and well-supported graphics cards, it should just be plug and play. You may want to adjust the stuff with standard display configuration program (like the one in system settings). No need to tinker with xorg.conf. In this case I think it is the driver problem. In that case playing around with xorg.conf is next to useless.
The problem is I tried that using grandr, xrandr, and those kind of display config programs (including the one in Mandriva control center), and none of them seem to even recognize that there is another monitor that they can use.
 
Old 10-19-2012, 02:34 PM   #6
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
It's the driver. GMA500 and GMA600 are a problem. You need the patched driver.
 
Old 10-19-2012, 02:55 PM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,142

Rep: Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308
Do 2 things: Post the output of

glxinfo |grep render

And switch off (not suspend, but power down. Plug in the second monitor and find your control keys in case the BIOS is switching the second video port off. Then switch on, and if it doesn't come up, hit the keys. There's often a combination that cycles between internal only, external only, and both. It's Fn_F3 & Fn_F4 here.
 
Old 10-20-2012, 01:25 AM   #8
otoomet
Member
 
Registered: Oct 2004
Location: Tartu, Århus,Nürnberg, Europe
Distribution: Debian, Ubuntu, Puppy
Posts: 619

Rep: Reputation: 45
A little googling suggests the laptop has GMA3600 graphics, and that a (mostly) working driver seems to be available. However, you have either to compile it yourself, or download the package from third-party websites.

But can you make our life a little easier and a) tell us what hardware do you exactly use, and b) which kernel you use (or primarily use)?

It seems Intel released the driver some time in July, and by now there may be third-party packages available for more popular distros.
 
Old 03-28-2013, 08:04 PM   #9
nharvey
LQ Newbie
 
Registered: Oct 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
Do 2 things: Post the output of

glxinfo |grep render
Here it is:
Code:
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x301)
    GL_NV_conditional_render, GL_AMD_draw_buffers_blend,
So how do I get the new driver for GMA3600? And is that the same as Cedar Trail?

Last edited by nharvey; 03-28-2013 at 08:31 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
External monitor blurry display -aspire one netbook TomMg Linux - Newbie 3 11-20-2010 08:34 AM
Projector will not display using a DVI splitter felton57 Linux - Hardware 2 03-23-2009 07:18 PM
Configuring an external display (Mitsubishi HC1600 Projector) alkos333 Slackware 0 08-12-2008 01:03 PM
probem by display through projector noorudin Linux - Software 2 06-18-2006 11:28 AM
TV-picture on external screen/projector pjon SUSE / openSUSE 0 05-31-2006 07:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration