Need to confirm XF86Config changes
Ed, thanks for getting back so quickly. Good to hear that something on my system is finally beginning to look similar to others, even if it is an error message. :-) I read the excerpts from your XF86Config file and I'm still not completely sure what I have to comment-in, or edit. I have copied the relevant section of my XF86Config file below. You'll see that my "Screen" inputs are designated "Screen 1" in the config file. I'm not sure how to add the comment-- "Screen1" to the "ServerLayout" section. # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xf86config: Section "Device" Identifier "ATIRADEON" Driver "r128" #VideoRam 32000 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "ATIRADEON" Monitor "NECFE700" DefaultDepth 16 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection
Michael, you are indeed getting close. I have an ATI Xpert2000 with the
Rage128 chip. My /var/log/XFree86.0.log is almost the same as yours down to the
error.
I think that you can manually add some information to the configuration file
and be up and running.
Look in /etc/X11/XF86Config and see it you have a section like this:
Hello, I hope that someone might be able to assist me. My keyboard has disappeared and I am unable to login or do anything. I had just completed updating KDE2 to KDE2.0.1, or I thought that I had done it correctly, when I rebooted my machine and when it came up again the keyboard would not work at all. The mouse is fine and during the bootup I notice that it has loaded my keyboard mapping. I have tried switching keyboards with one that I know works fine and it did not type either. I have the older KDE2 on a separate CD if that would assist. Thank you in advance. James Ruhsam jruhsam@pcisys.net
On Sun, 21 Jan 2001 1:45:38 -0500 mhf <michael.flug@snet.net> wrote:
Ed, thanks for getting back so quickly. Good to hear that something on my system is finally beginning to look similar to others, even if it is an error message. :-) I read the excerpts from your XF86Config file and I'm still not completely sure what I have to comment-in, or edit. I have copied the relevant section of my XF86Config file below. You'll see that my "Screen" inputs are designated "Screen 1" in the config file. I'm not sure how to add the comment-- "Screen1" to the "ServerLayout" section.
Section "Device" Identifier "ATIRADEON" Driver "r128" #VideoRam 32000 # Insert Clocks lines here if appropriate EndSection
I just had a look at the /usr/X11R6/lib/modules/drivers and saw a file named radeon_drv.o. So setting Driver to radeon instead of r128 may works better for a radeon equipped card. Regards... -- Jean-François Bocquet <tns01@free.fr> ================================+ http://tns01.free.fr | ··· Linux User #177410| | GPG publickey: http://tns01.free.fr/pubkey.asc | fingerprints: 4E98 A7F2 6C26 6554 9562 C64E 5548 BF94 DE59 0A12 | =================================+ | -----BEGIN GEEK CODE BLOCK------ +------------------------------------+ Version: 3.12 Comment: For info see http://www.geekcode.com GCS/S d-- s:+ a- C++ UL+>++ P+ L+++>++++ E W++ N+ o+ K- !w O? M? V? PS PE- Y+ PGP+ t+ 5? X++ R tv++ b+ DI- D+ G e+ h! r-- y? ------END GEEK CODE BLOCK------
participants (3)
-
Jean-Fran�ois Bocquet
-
JR
-
mhf