New to Linux, Installtion Question
#1
Posted 15 June 2005 - 05:47 PM
Thanks
#2
Posted 15 June 2005 - 07:53 PM
xfreecfg
or
xf86cfg
or
xfree86cfg
or
xf86config
or
xfreecfg
I use xorg so I don't remember what xfree's config tool is as my remembery is broken.
if none of those do anything try typing
xorgcfg
anyhoo it might do something - or at least give a useable error.
eventually you may need to hand edit your /etc/X11/xfree86.conf file or whatever its called as mines xorg.conf - to give it a video mode it can use
Let us know what happens
also try startx - just to see if it does anything.
#3
Posted 15 June 2005 - 10:58 PM
http://linux.dell.com/
This is the site I reffernced when reserching my laptop purchase. I got the 600m running ubuntu.
http://www.linux-on-laptops.com/dell.html
#4
Posted 16 June 2005 - 09:30 AM
#5
Posted 16 June 2005 - 05:47 PM
see - http://support.dell.com/support/download...=WW1&osl=EN
I've tried startx, just gives me the video error, Ill get you the full details later today. I can get to the login, but nothing graphical just login and just stays in the dos-type program
I found this - http://dominia.org/~jlee/inspiron/
does this mean 830 intel graphics are incompatible?
#6
Posted 16 June 2005 - 06:15 PM
try to start gdm if you're using gnome or kdm for kde... I think I'm not a kde fan, if those fail try xdm. good luck and the more information the better.
#7
Posted 16 June 2005 - 08:53 PM
What is important is the error message that you are getting. You are getting dumped to a terminal window, with a message? Try to post the message, such as "no screens found."
I'll see if there are any articles on your system with Mandrake installation that may shed some light on the issue.
#8
Posted 16 June 2005 - 10:27 PM
#9
Posted 17 June 2005 - 12:28 AM
#10
Posted 17 June 2005 - 04:29 AM
#11
Posted 17 June 2005 - 10:09 AM
It is a problem with the bios and how it allocates memory for video, which is very limited. The fix will be complicated for you.
What bios revisison did you update to?
You can try the following, but I doubt that it will work.
When you are logged in as root user, type in;
XFdrake (hit the enter key)
The syntax is important...capital X and F, small drake.
Try setting the video card to vesa and the default depth to 16.
Just remember that these systems are made to run Windows only, so it takes a little work to get it going. Not good for someone just starting out with Linux.
Are you willing to try another distro of Linux other than Mandrake?
#12
Posted 17 June 2005 - 12:54 PM
error msg:
Log file: "/var/log/Xorg.0.log"
using config file: "/etc/X11/xorg.conf"
Using vt 7
(EE) Failed to load module "/usr/X11R6/lib/modules/extensions/libglx.a" (once-only module, 135962511)
(EE) I180(0): No Video BIOS modes for chosen depth.
(EE) Screen(s) FOund, but none have a usable configuration.
Fatal server error:
no screens found
#13
Posted 17 June 2005 - 01:05 PM
type this in the "dos-type" program
vi /etc/X11/xorg.conf
note that it is case sensitive so capital X, the numbers one and one, and all else lowercase. Also note the foreward slash used in linux / as opposed to the backslash used in windows \ .
There may be a setting we can manually help you with. once you run that command, then you should be dumped into a text editing program - just use the aarow keys to scroll down. Lots of it will look confusing but worry not. There will be a spot that looks like this sort of:
EndSection
Section "Device"
Identifier "Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:1:0"
EndSection
Section "Monitor"
Identifier "NEC FPD15"
Option "DPMS"
HorizSync 30-50
VertRefresh 59-61
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller]"
Monitor "NEC FPD15"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
the important stuff is at the top though, so write it down and post it here
#14
Posted 17 June 2005 - 07:06 PM
#15
Posted 17 June 2005 - 10:35 PM
vi /etc/X11/xorg.conf
...at the command line?
vi is the editor program that will open the xorg.conf file.
#16
Posted 18 June 2005 - 12:57 AM
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for linux
Load "extmod"
Load "type1"
Load "synaptics"
Load "gfx" # 3D layer
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection
Section "Monitor"
Identifer "monitor1"
VendorName "Generic"
ModelName "1024v768 @ 70 Hz"
HorizSync 31.5-57.0
VertRefresh 50-70
# Sony Vaio C1(X,XS,VE,VN)? //Vaio WTF??? ..sorry
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x 480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync
# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
# Dell D800 and few Inspiron (16/10) 1680x800
ModeLine "1680x800" 147.89 1280 1376 1512 1744 800 801 804 848
# Dell D800 and few Inspiron (16/10) 1920x800
ModeLine "1920x800" 147.89 1280 1376 1512 1744 800 801 804 848
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
# ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
Section "Device"
Identifer "device1"
VenderName "Intel Corp"
BoardName "Intel 830"
Driver "i810"
Option "DPMS"
EndSection
Section "Screen"
Identifer "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 800 600
EndSubsection
Subsection "Display"
Depth 16
Virtual 800 600
EndSubsection
Subsection "Display"
Depth 24
Virtual 800 600
EndSubsection
EndSection
Section "ServerLayout"
Identifer "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "SynapticsMouse1" "CorePointer"
Screen "screen1"
EndSection
(My hands hurt now)
um, i skipped some stuff that i felt wasnt important, but if i did skip somethin important let me kno thanks
#17
Posted 18 June 2005 - 02:30 AM
HorizSync 30-60
VertRefresh 50-75
You can try to load the generic vesa driver as well
Section "Device"
Identifer "device1"
VenderName "Intel Corp"
BoardName "Intel 830"
Driver "vesa"
Option "DPMS"
EndSection
#18
Posted 18 June 2005 - 03:13 AM
And when I do xf86config, at the end when it saves it says "failed to open filename for writing".
what should I do?
I dont know how to type or save or even exit the xorg.conf file. Can you please tell me, this linux stuff is so complex....
[Edited by mulatto on 2005-06-17 21:37:27]
#19
Posted 18 June 2005 - 06:15 PM
vi has two modes entry mode where you type like a text editor then command mode which is similar to a unix shell
hitting esc toggles between modes
commands
i = insert where you are
a = insert or add. adds to teh next character
o = open new line
x = delete character
dd = delete line
j = moves cursor up
k = moves cursor down
h = moves cursor left
l = moves cursor right
more commands can be executed with the :
:q = quits
:w = write
:wq! write quit
:set number shows number of lines
:%/soda/juice/g will find and replace the word soda with juice anywher in the document.
this coould be a whole new thread but back to your problem.
debian has dpkg --reconfigure I'm sure mandrake has something similar to reconfig the x file with teh default. At teh very worst you will be back where you were.
mandrake gurus do you have an equiv to debian dpkg --reconfigure
xfdrake or something rings a bell???
#20
Posted 18 June 2005 - 07:47 PM

Help










