LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problems with XFree86 on a Dell Inspiron 8000 (https://www.linuxquestions.org/questions/linux-general-1/problems-with-xfree86-on-a-dell-inspiron-8000-a-232595/)

nostrum 09-19-2004 02:46 PM

Problems with XFree86 on a Dell Inspiron 8000
 
I'm running a Dell Inspiron 8000 w/ an ATI Mobility M4 on Gentoo with a 2.6.8 vanilla kernel.

I just finished emerging xfree and I ran /usr/X11R6/bin/X -configure and then ran /usr/X11R6/bin/XFree86 -xf86config /root/XF86config.new and the screen goes black for a second but it fails and gives me the ouput:

/* I've only included select sections of the output after going through the /var/log file */

(EE) R128(0): No valid modes found /* seen after it was trying to load anyof the screen resolution modes in the pool */

(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

/*****************EOF**************************************/
After analyzing the /var/log file and the output dumped from server crash I've found its a problem with the hsync values they are out of range for the default confiuration my file supplies, I'm not sure really what they should then be or how to go about changing them.

If need be I can allways include the entire /var/log if someone feels they need that to diagnose the problem but something tells me its simpler then that. If any more information is needed please
let just let me know.

Thanks in advance,
Pablo

m_yates 09-19-2004 09:30 PM

I have an Inspiron 8000 with the ATI M4 graphics (I'm writing this on it now). My default display is 1400x1050. I run Debian Sid on it. The Debian installer had problems setting the display configuration (the "stick" mouse wouldn't work), but Libranet creates a usable configuration file, so I just used that. I know it is long, but since we have the same computer here is my XF86Config-4 file:


Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/TrueType"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
EndSection

Section "ServerFlags"
EndSection

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

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

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

Section "Device"
Identifier "Selected Driver"
Driver "vesa"
#VideoRam 8192
EndSection

Section "Monitor"
Identifier "Selected Monitor"
HorizSync 31.5-90
VertRefresh 59-75
Option "DPMS"
EndSection


Section "Screen"
Identifier "Default Screen"
Device "Selected Driver"
Monitor "Selected Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection


All times are GMT -5. The time now is 11:57 AM.