Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-03-2009, 03:06 PM
|
#1
|
LQ Newbie
Registered: May 2009
Posts: 2
Rep:
|
My laptop screen is damaged and second screen doesn't work with all Linux distro
Hi everyone,
I think the long title explains a lot.
I have to note that when it boots everything is fine but when I it starts to run the GUI, KDE or else the screen stops working.
So the only solution is to type few commands from the shell.
Especially, that my second screen is now the main screen
Enlighten me thanks.
|
|
|
05-04-2009, 07:21 PM
|
#2
|
Member
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335
Rep:
|
Just a suggestion; on laptops there are 'function' keys. pressing the 'fn' key and the appropriate key (in my case the F5 key) toggles three modes:
1 main screen only
2 main screen and 2nd screen
3 2nd screen only
still the possibility remains that X will keep wanting to use the main screen only.
another suggestion: have you looked on ebay for a screen for your laptop? they are replaceable and after market types may suffice and are cheaper.
the other solution is to edit your /etc/x11/xorg.conf file, but I can't help you with that.
does your laptop boot in a GUI when using a live distro? if so, check the xorg.conf file in live mode.
|
|
|
05-05-2009, 04:33 AM
|
#3
|
Senior Member
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291
Rep:
|
Sounds like the driver in the /etc/X11/xorg.conf is not set to the correct one. You may need to set it to something generic like vesa, look for a section like this.
Quote:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 GS"
EndSection
|
And change the driver to "vesa", depending on what your graphics card is, will depend on the driver to use, but vesa does work most of the time. If you do know what sort of graphics card it has, then we can find out the right one to use.
|
|
|
05-05-2009, 07:22 AM
|
#4
|
LQ Newbie
Registered: May 2009
Posts: 2
Original Poster
Rep:
|
Quote:
Originally Posted by fotoguy
Sounds like the driver in the /etc/X11/xorg.conf is not set to the correct one. You may need to set it to something generic like vesa, look for a section like this.
And change the driver to "vesa", depending on what your graphics card is, will depend on the driver to use, but vesa does work most of the time. If you do know what sort of graphics card it has, then we can find out the right one to use.
|
My graphic card is: ati radeon xpress 200M series.
So how can I set or edit the driver?
If there are links that explain this issue I will be waiting.
Thanks in advance.
|
|
|
05-06-2009, 03:39 AM
|
#5
|
Senior Member
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291
Rep:
|
To edit the /etc/X11/xorg.conf file you will need a command line text editor like vi, vim or emacs, at least one of these will be installed on your distro. Then just use either "ati" or "radeon", just look for text in the /etc/X11/xorg.conf file that is similar to the one I posted in the earlier post.
An example, change:
To:
This will tell XServer to load the driver for an ati card, this driver is already part of the linux kernel, thanks to the hard work of the distro developers, and of course the kernel developers and supporters.
Try this with "ati", then try "radeon", if this doesn't work, then try "vesa".
Last edited by fotoguy; 05-06-2009 at 03:40 AM.
|
|
|
All times are GMT -5. The time now is 01:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|