LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-27-2004, 11:57 AM   #1
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
No Screens Found Error when startx


I have very limited experience with mandrake or any version of linux so please speed simple terms and explain the process. After I installed mandrake 10.0 on my Sony TR laptop i booted up to a command prompt which i logged in a root and then typed startx. I get the fatal server error:No screens Found. I have found the drivers for my display adapter from Intel's website but I'm not sure how to install them. I have both .rpm file and the .tar file. How do i go about getting these files installed from a CD ROM??? Will this fix my problem???
Thanks ahead of time!
ck
 
Old 09-27-2004, 12:05 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
Log in as root and launch HardDrake (I use SuSE now, so I'm not sure about the character casing). See if that allows you to get to the section for the video setup,... I'm surprised it didn't auto-detect.

If not, there is another setup utility that works in Mandrake. Use that to get you to a graphical screen, and then you can try to install the more updated drivers.
 
Old 09-27-2004, 12:14 PM   #3
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
I tried 'harddrake' , 'Harddrake' , 'HardDrake', and i saw on a post that is was 'HardDrake2' which returned to me that it couldn't be started from a console (which is the only place i can go @ this point). Any suggestion?
Thanks
 
Old 09-27-2004, 12:40 PM   #4
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
Try XFDrake (again, using various capitalization schemes)... I think that was the name of the package...
 
Old 09-27-2004, 01:45 PM   #5
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
U R the MAN! FXDrake was the command and it let me change my display adapter and properties. It had the right adapter selected but i chose the option to configure only the card and it worked. Not sure why it didn't work the first time but its fixed now. One problem im still having...I can't use the wide screen picture of my laptop. The only monitors listed in the control center is standard flat planels. And when i do a custom I only get H and V refresh rates to change. Any suggestions????
 
Old 09-27-2004, 01:55 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
Quote:
Originally posted by Ckesey
U R the MAN! FXDrake was the command and it let me change my display adapter and properties. It had the right adapter selected but i chose the option to configure only the card and it worked. Not sure why it didn't work the first time but its fixed now. One problem im still having...I can't use the wide screen picture of my laptop. The only monitors listed in the control center is standard flat planels. And when i do a custom I only get H and V refresh rates to change. Any suggestions????
Yes,...

BACK UP YOUR XF86CONFIG-4 and XF86CONFIG FILES FIRST!!! You might need `em later...

Then you can fart around to your heart's content with the video configuration tool.
With a custom display setup like you've got, you might have to "roll your own" modelines in the XF86Config files. Do a little research as to your model's video set-up.
 
Old 09-27-2004, 02:09 PM   #7
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
How do I get to the Video Configuration Tool?? Is that a file I will have to edit??? Thanks for all your help!!!
 
Old 09-27-2004, 02:15 PM   #8
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
XFDrake is the video configuration tool in Mandrake.

SuSE has SAX2,...

RedHat/Fedora has another...

Some hardware manufacturers have their own tools...

Then, there is using a text editor to edit the XF86Config files... they are usually found in /etc/X11,...
 
Old 09-27-2004, 04:05 PM   #9
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
I have edited my XF86Config file to look like this:

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 60 Hz"
HorizSync 31.5-48.5
VertRefresh 50-70

# Sony Vaio C1(X,XS,VE,VN)?
# 1280x768 @ 85.6 Hz, 48 kHz hsync
ModeLine "1280x768" 80.14 1280 1344 1480 1680 768 768 772 795
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 85x"
Driver "i810"
BusID "PCI:0:2:0"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1280 768
EndSubsection

EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
#Option "Xinerama"
EndSection


********************************************
Im still getting the regular screen size. Is there any other files that need to be edited to allow me to get a 1280x768 screen???? I don't see a XF86CONFIG-4 file in the x11 folder.....is that another file that i need???
Thanks
 
Old 09-27-2004, 04:07 PM   #10
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
I found the "rolling" config for my monitor on a website that had done this on another version of linux.
 
Old 09-27-2004, 04:41 PM   #11
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
I would try making sure your refresh rates were consistant throughout the config,... but first make sure you make a backup file that you can use to overwrite the config file if it gets screwed up...

Also, make sure there is not another config file (Mandrake had a habit of creating a XF86Config & a XF86Config-4 file, both of which were necessary). The two must also be consistent.
 
Old 09-28-2004, 09:22 AM   #12
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
compile file

I believe I have found my fix but (as i said earler im very new to linux) and need to know how to compile this file http://nomadic.null.li/intel/1280patch.c Do i need to save it to a text file in linux and so something with it?? What is the process for compiling a file??? The post said i should "To compile, just do "gcc -o 1280patch 1280patch.c"." but there again im so new i don't know what that means.
Thanks for your help!!!!!
 
Old 09-28-2004, 02:27 PM   #13
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
Just play with the modelines for now,...

Save this C code patch as a backup measure incase you get nowhere. This looks very much to be a bios patch.It appears that you are to compile this and then load the thing into bios memory, into shadow RAM. Doing this could theoretically mess your machine up beyond repair (that is, beyond your ability to fix it) if something goes wrong.

It's far easier to simply define a set of modelines for the display and tweak and adjust them...

There are modeline calculators online that you can use to try to get the settings right.
 
Old 09-28-2004, 04:04 PM   #14
Ckesey
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Original Poster
Rep: Reputation: 0
I have changed file that is in the x11 folder. Every file has at least one modeline with the 1280x768 but still no change in the screen size. I also have looked in the control center at "monitor" and "resoultion" and no change has taken place in either of those windows. Am i leaving something out or in the wrong folder?????
 
  


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
Startx - Fatal server error, No screens found Optyx *BSD 21 09-23-2008 11:25 PM
Startx, no screens found error spacerobots Linux - Newbie 2 02-06-2005 08:21 AM
startx: no screens found Anti-Corporate Linux - Newbie 3 01-01-2004 12:59 AM
startx redhat 9.0 Fatal server error no screens found: rioguia Linux - Newbie 2 09-17-2003 01:15 PM
startx error: no screens found Smerk Linux - Software 5 03-18-2003 06:55 AM

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

All times are GMT -5. The time now is 10:56 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