LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Intel GMA X3100 VESA no valid modes (https://www.linuxquestions.org/questions/red-hat-31/intel-gma-x3100-vesa-no-valid-modes-658394/)

lzcn 07-26-2008 10:09 AM

Intel GMA X3100 VESA no valid modes
 
(II) VESA(0): Total Memory: 119 64KB banks (7616kB)
(II) VESA(0): <default monitor>: Using hsync value of 49.32 kHz
(II) VESA(0): <default monitor>: Using vrefresh value of 60.00 Hz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
(II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
(II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
(EE) VESA(0): No valid modes
(II) UnloadModule: "vesa"
(II) UnloadModule: "ddc"
(II) Unloading /usr/lib/xorg/modules/libddc.so
(II) UnloadModule: "intxen"
(II) Unloading /usr/lib/xorg/modules/libintxen.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/lib/xorg/modules/libvbe.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Video card intel gma x3100

Nylex 07-26-2008 10:17 AM

You might want to run xorgconfig to configure X, else post your /etc/X11/xorg.conf here.

Also, please use better thread titles in future, i.e. ones that describe the problem you're having.

lzcn 07-26-2008 10:44 AM

Sorry, my English be not good
You of method I experimented, but not success
Someone tell me to want config kernel me can't
thank you

Nylex 07-26-2008 10:49 AM

What exactly did you have problems with when you tried xorgconfig? It's a bit hard to help if you don't post full details (i.e. what you did, exact error messages, etc). Again, please post your xorg.conf.

lzcn 07-26-2008 10:49 AM

Sorry, my English be not good
Someone tell me to want config kernel me can't
You say of I have already experimented, not success
Thank you for your guidance

Nylex 07-26-2008 10:50 AM

Please read my post above..

lzcn 07-26-2008 10:56 AM

Sorry network problem I repeated
Please wait for

lzcn 07-26-2008 10:57 AM

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

I tried to add monitor and *"800x600" result still not success

lzcn 07-27-2008 12:20 AM

Modification

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "hp"
ModelName "lg"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 76.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"

EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1028x800" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1028x800" "1024x768"
EndSubSection
EndSection

unSpawn 07-27-2008 08:55 AM

Intel drivers are in Xorg and this one is covered, so that can't be the problem. If you use your favourite searchengine for "Intel GMA X3100" you'll find the Intel HOWTO. Not that you need to compile anything, but maybe use it as a checklist, because you'll need for instance the kernels AGP module loaded and Xorg needs DRM and DRI for this one, IIGC...

Nylex 07-27-2008 10:56 AM

I don't really see a problem with that xorg.conf, so I'm not sure what the problem could be. What happened when you ran xorgconfig?

lzcn 07-28-2008 03:01 AM

I think my problem is lack of access to the graphics window
I am a beginner, this is a problem I because I really do not know how to do the
Computer models is the HP 6520s ks259 Screen 14.1
This is the use of Xorg-configure the new document :

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
FontPath "built-ins"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "record"
Load "xtrap"
Load "vnc"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

unSpawn 07-28-2008 09:16 AM

Shouldn't he use the Intel, i810 or i915 driver instead of the VESA one? And shouldn't there be a DRI section?

lzcn 07-29-2008 01:22 AM

It uses the 965 chip is how I do

unSpawn 07-30-2008 09:03 AM

OK. I think at this stage it would be best to check http://www.intellinuxgraphics.org/install.html. You should check:
- the agpgart, drm, i915 and intel-agp kernel modules are loaded: 'egrep "(agp|gart|drm|i915|intel)" /proc/modules',
- the mesa and drm packages are installed: 'egrep "(drm|mesa)" /var/log/rpmpkgs' or 'rpm -qa | egrep "(drm|mesa)"',
- the Xorg driver package xorg-x11-drv-i810 is installed before continuing.

Then in your Xorg.conf, in the "Driver" section change the driver from "vesa" to "intel".
In your current config DRI and GLX are loaded so then you add these lines to your config:
Code:

Section "DRI"
    Mode 0666
EndSection

Then drop to runlevel 3 if you're not there already: 'telinit 3', then try running X using the 'startx' command. Next check your xorg log in case of errors. Often you can grep for errors with: 'egrep "(EE|WW)" /var/log/Xorg.0.log'.


All times are GMT -5. The time now is 06:41 AM.