LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 01-13-2004, 10:50 AM   #1
polyspaston
LQ Newbie
 
Registered: Jan 2004
Posts: 3

Rep: Reputation: 0
Debian (Sarge), X Server and the DELL Inspiron 1100


Hi,

Have been trying to install Debian Sarge on my Dell Inspiron 1100. Contrary to what I'd been told about installing Linux, this has been a very painful process so far. This is mostly down to my inexperience with Linux and Bash, I refuse to blame the machine or Debian, but I am making progress (slowly) and am determined, with your help, for which I thank you in advance, to succeed.

The chain of events (x4) goes:
1. Installed Debian Sarge using min boot cd and ftp (X Svr fails with error no screens)
2. Installed X Server 4.3 (Sarge was using 4.2)
3. Installed the 845patch - lets the BIOS know that it can use > 1024k of RAM (X Svr still fails with error no screens)
4. Manually amended /etc/X11/XF86Config-4 as shown below, new error...

(EE) xf86OpenSerial: Cannot open device /dev/misc/psaux
No such device.
(EE) Configured Mouse: Cannot open input devices
(EE) PreInit failed for input device "Configured Mouse"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No Such device
(EE) Generic Mouse: cannot open device
(EE) PreInit failed for input device "Generic Mouse"
No core pointer

Fatal Server Error:
failed to initialise core devices

My /etc/X11/XF86Config-4 file looks like:

Section "Files"
FontPath "unix/:7100" # local font server
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xtt"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/misc/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Intel I845GL chip"
Driver "i810"
VideoRam 16000
EndSection

Section "Monitor"
Identifier "1024X768"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel I845GL chip"
Monitor "1024X768"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

I'm not too sure about the whole devices-directories thing in Linux. Any help would be most welcome.
 
Old 01-13-2004, 06:41 PM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Try changing "DefaultDepth 24" in your XF86Config-4 to "DefaultDepth 16" and comment out the mode line for bit depth 16 and set it (temporarily) to only 1024x768 to see if this moderate setting will work.

For clarity - change this:
Code:
SubSection "Display"
    Depth 16
    Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
...to
Code:
SubSection "Display"
    Depth 16
    Modes "1024x768" # Pretty moderate setting that should be OK
#   Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
Then try startin X again.

Håkan
 
  


Reply



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
Problem with X on Debian 3.1 Sarge on a Dell Inspiron 3700 CommReteris Linux - Newbie 14 10-02-2005 08:25 PM
Screen Resolution on a Dell Inspiron 1100 spednik Linux - Laptop and Netbook 5 06-22-2005 04:36 AM
FreeBSD 4.9 on DELL Inspiron 1100 gary00ie *BSD 1 07-09-2004 10:39 PM
Dell inspiron 1100 Invdaderzim Linux - Laptop and Netbook 1 02-16-2004 03:01 PM
Help with Dell TrueMobile 1100 wlan adapter on Dell inspiron 8200 with suse8.1 simpson75us Linux - Laptop and Netbook 0 08-11-2003 10:34 AM

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

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