[XFree86] Problems with X-Configuration for Laptop Compaq LTE 5300

2003-09-09 Thread Tom Halvorsen
Hello XFree86Org.

I have installed linux on severel PC's and it works well, but with my 
old laptop Compaq LTE 5300 I have difficulties with the X-Configuration.
In the XFree86 log file I see your E-mail adresse at the end, so no I 
want to ask for help.

Attached to this mail is four files. I have tried with two different 
configurations. There is one complete XF86Config and XFree86.log for both
configurations.

The first configuration is when I installed Linux RedHat 8.0. As you can 
see the XF86Config is build by anaconda. The file is 
XF86Config.org(original). When starting X the log-file XFree86.log.org 
is made. Here I observe that insufficient memory is a problem among 
other things.

The second configuration is downloaded from internett. After a long time 
as was able to download a configuration for LTE 5300, but i was not
ok. I had to remove som items due to parsing error. The removed items is 
market with two ##. There is also problems with this configuration due 
to No devices detected. This second configuration have the files 
XF86Config.ex1(example 1) and XFree86.log.ex1.

I feel that the second configuration is the best approach, and hope that 
you could give me some help.

As you can see my E-mail is:
[EMAIL PROTECTED]
Thanks in advance,

Tom Halvorsen
(NORWAY)

#
#1999/05/17
#Jacek Pliszka
#[EMAIL PROTECTED]
# Compaq LTE 5300
# P133
#  Red Hat
# 6.0
#XFree86 3.3.3.1-49
#XF86_SVGA
#   Cirrus Logic GD754x
#1MB
#  16bpp
#   800x600
# 12.1"
# TFT
#

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath   "unix/:-1"
EndSection

Section "ServerFlags"

EndSection

Section "Keyboard"
Protocol"Standard"
AutoRepeat  500 5
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Xleds  1 2 3
# To set the LeftAlt to Meta, RightAlt key to ModeShift,
# RightCtl key to Compose, and ScrollLock key to ModeLock:
##LeftAlt Meta
##RightAltModeShift
#RightCtlCompose
##RightCtlControl
##ScrollLock  ModeLock
#   ScrollLock  Compose

# To disable the XKEYBOARD extension, uncomment XkbDisable.
   XkbKeycodes "xfree86"
   XkbTypes"default"
   XkbCompat   "default"
   XkbSymbols  "us(pc101)"
   XkbGeometry "pc"
   XkbRules"xfree86"
   XkbModel"pc101"
   XkbLayout   "us"
EndSection

Section "Pointer"
Protocol"PS/2"
Device  "/dev/mouse"
Emulate3Buttons
Emulate3Timeout50
# ChordMiddle is an option for some 3-button Logitech mice
#ChordMiddle
EndSection

Section "Monitor"
Identifier  "Compaq LTE 5300 LCD"
VendorName  "Compaq"
ModelName   "12.1 TFT"
HorizSync   31.5-58
VertRefresh 50-100


Modeline "800x600a"   40  800 840 968 1056  600 601 605 628 +hsync +vsync
ModeLine "800x600b"   36  800 824 896 1024  600 601 603 625
ModeLine "800x600c"   40  800 840 968 1000  600 601 602 640

EndSection

# **
# Graphics device section
# **

Section "Device"
Identifier  "Cirrus Logic GD754x (laptop)"
VendorName  "Compaq"
BoardName   "LTE 5300"
Driver  "cirrus"
VideoRam1024
# Option"linear"
# Use Option "no_bitblt" if you have graphics problems. If that fails
# try Option "noaccel".
# Refer to /usr/X11R6/lib/doc/README.cirrus.
EndSection

# **
# Screen sections
#
#**

# The Colour SVGA server

Section "Screen"
Driver  "svga"
Device  "Cirrus Logic GD754x (laptop)"
Monitor "Compaq LTE 5300 LCD"
DefaultColorDepth 16
Subsection "Display"
Depth   16
Modes   "800x600a" "800x600b" "800x600c"
ViewPort0 0
EndSubsection
Subsection "Display"
Depth   8
Modes   "800x600a" "800x600b" "800x600c"
ViewPort0 0
EndSubsection
EndSection















# File generated by anaconda.

Section "ServerLayout"
Identifier "Anaconda Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
	InputDevice	"Mouse1" "SendCoreEvents"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath   "unix/:7100"

EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
	Load  "fbdevhw"
	Load  "dri"
Load  "glx"
Load  "record"
   

Re: [XFree86] Problems with X-Configuration for Laptop Compaq LTE 5300

2003-09-09 Thread Brian A. Seklecki
On Tue, 2003-09-09 at 02:51, Tom Halvorsen wrote:
 Hello XFree86Org.
 
 I have installed linux on severel PC's and it works well, but with my 
 old laptop Compaq LTE 5300 I have difficulties with the X-Configuration.
 In the XFree86 log file I see your E-mail adresse at the end, so no I 
 want to ask for help.

Did you try XFree86 -configure or xf86cfg yet?  They're slightly
more insightful than Anaconda.  

BTW, including your log and config files inside HTML isn't a sharp
idea.  Just attach them as ASCII, or better yet, upload them and include
the URLs to save space.

-lava

 
 Attached to this mail is four files. I have tried with two different 
 configurations. There is one complete XF86Config and XFree86.log for both
 configurations.
 
 The first configuration is when I installed Linux RedHat 8.0. As you can 
 see the XF86Config is build by anaconda. The file is 
 XF86Config.org(original). When starting X the log-file XFree86.log.org 
 is made. Here I observe that insufficient memory is a problem among 
 other things.
 
 The second configuration is downloaded from internett. After a long time 
 as was able to download a configuration for LTE 5300, but i was not
 ok. I had to remove som items due to parsing error. The removed items is 
 market with two ##. There is also problems with this configuration due 
 to No devices detected. This second configuration have the files 
 XF86Config.ex1(example 1) and XFree86.log.ex1.
 
 I feel that the second configuration is the best approach, and hope that 
 you could give me some help.
 
 As you can see my E-mail is:
 [EMAIL PROTECTED]
 
 Thanks in advance,

-lava

peace, love, UNIX(R)

NOTE: When replying to a mailing list post, please be sure to reply to
the /list/ and cc: or bcc: myself as I am unable to promise a timely
response.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86