I can't run anything that uses openGL?

Hi –

I’m new to Suse and am trying to learn the ropes. :slight_smile: I’ve tried to install several games, but run into all sorts of problems, especially with openGL. I haven’t gotten anything at all to work on Suse as far as these games go.

Here’s an example of what happens when I try to run the game Tremulous:

linux-nmor:~> tremulous
tremulous 1.1.0 linux-x86 Feb 28 2006
----- FS_Startup -----
Current search path:
/home/bland/.tremulous/base
/usr/local/games/tremulous/base/vms-1.1.0.pk3 (4 files)
/usr/local/games/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
/usr/local/games/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
/usr/local/games/tremulous/base/map-transit-1.1.0.pk3 (135 files)
/usr/local/games/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
/usr/local/games/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
/usr/local/games/tremulous/base/map-karith-1.1.0.pk3 (118 files)
/usr/local/games/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
/usr/local/games/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
/usr/local/games/tremulous/base/data-1.1.0.pk3 (1229 files)
/usr/local/games/tremulous/base


2080 files in pk3 files
execing default.cfg
couldn’t exec autogen.cfg
couldn’t exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
----- Initializing Renderer ----

----- Client Initialization Complete -----
----- R_Init -----

------- Input Initialization -------
Joystick is not active.

…loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)…
SDL_Init(SDL_INIT_VIDEO) passed.
Initializing OpenGL display
…setting mode 3: 640 480
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
SDL_SetVideoMode failed: Couldn’t find matching GLX visual
Couldn’t get a visual
…WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )

----- CL_Shutdown -----

Sys_Error: GLimp_Init() - could not load OpenGL subsyst

Any help? I’m at wits end.

Have you installed any drivers for your video card? You didn’t say which version of Suse you had installed, but since you said you are new, I will assume 11.0.
You will need to install the driver for your specific card.

Follow the instructions for nvidia NVIDIA - openSUSE, or for ati ATI - openSUSE.

You should only have to follow the “easy way”.

Make sure that you follow the instructions on setting up compositing for the nvidia, or the setup with sax2 for the ati.

Thanks for the advice – I’m still pretty new at all of this.

So far, I had SuSE Linux Enterprise (most recent version) installed on an R-series laptop I just purchased a few weeks ago through IBM/Lenovo. It was Linux or Vista, and I chose Linux. Sure, gotta learn a new operating system, but I’m up for the challenge! Besides, of what I do know I can do so far, I love!

I’m not quite sure how to tell if I have ATI or NVIDIA. Decided to just go ahead and see what worked.

For each, I get a YMP file that when I open, appears in some sort of text editor and just is a bunch of text with some sort of markup language.

Not sure what to do here.

You need to determine the exact graphics chipset employed before trying to install video drivers. I would have thought you would have manuals included with purchase that would give the chipset info. There are a number of ways to get this info:

  1. Typing ‘sysinfo:/’ into Konqueror (if using KDE) will give you graphics hardware details.

  2. Open a console (terminal window) and type ‘/sbin/lspci -v’ to get pci devices listed, including video hardware. If you need help to understand this, post the output.

  3. Google your laptop model and include ‘graphics’ in search to yield helpful results.

Great! Thank you :slight_smile:

  1. I did a search for Konqueror and don’t seem to have it on this computer.

  2. Will post output in next post [since content is too long]

  3. This is one thing I came up with:

IBM-Lenovo Thinkpad R61 - Linux Laptop Wiki

If it’s any extra help, this is what I have off the bill from when I ordered this laptop with Suse Linux Enterprise 10 preinstalled:

7732CTO THINKPAD R61
42V8708 SBB 80GB HDD,5400RPM
42V8717 SBB CD-RW/DVD-R.24X24X24X8UB-S
42X0805 VBB PC CARDSLOT EX CARDSLOT
41W1501 SBB INTELPRO/WL3945ABGUSCNLAAP
42V9337 SBB 4 CELL LI-ION BATERRY
41W1787 SBB CPK NORTH AMERICA
42X3383 SBB LANGUAGE PACK US ENGLISH
42X5959 SBB INTLGMA X3100 W/1394 W/AMT
42V9635 SBB 14.1WXGAW/OBT,CAM,WWAN,11N
39T6440 SBB 56K V.92 DESIGNED MODEM
42X2727 SBB INTEL2DUO PROCESSOR T7250
42W7329 SBB CL.PLATE R61 WL
42W7347 SBB FCC LABEL
42W7348 SBB GEO LABEL US,WLAN
42W7328 SBB INT WLAN ANT14.1"(11ABG)
93P7251 SBB THINKPAD LOGO PLATE R-SER.
42W7333 SBB MT 7732 SYSTEM LABEL
42X3384 SBB MECH MISC PARTS
42X1233 SBB NEWINTELLAB_DUALCORE/CEDUO
42X0914 SBB NO SIM MODEL
42X1352 SBB PC CARDSLOT EXPRESCARDSLOT
42X6182 VBB SUSE LINUX ENT DES VER 10
42V9633 SBB STAND LCD C/B:14.1"W/O CAM
42X0915 SBB WLAN MISC PARTS
42W7124 SBB PACK US
42W7036 SBB 1GB PC2-5300 SODIMM MEM
42X6184 SBB SUS LX EN DES 10 US/ENG1Y
42V9323 SBB 14.1 WXGA TFT,W/OCAM.
42X5956 SBB INTLGMA X3100 GM965W/1394
41W2063 VBB 2GB PC2-5300 667MHZ 2DIMM
42V8195 SBB KEYBOARD US ENGLISH
42W7032 SBB ULTRANAV(TRCKP+TOUCHP)

Here’s the output for #2:

linux-nmor:~> /sbin/lspci -v
00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 0c)
Subsystem: Lenovo Unknown device 20b3
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>

00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c) (prog-if 00 [VGA])
Subsystem: Lenovo Unknown device 20b5
Flags: bus master, fast devsel, latency 0, IRQ 201
Memory at f8100000 (64-bit, non-prefetchable) [size=1]
Memory at e0000000 (64-bit, prefetchable) [size=256]
I/O ports at 1800 [size=8]
Capabilities: <access denied>

00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c)
Subsystem: Lenovo Unknown device 20b5
Flags: bus master, fast devsel, latency 0
Memory at f8200000 (64-bit, non-prefetchable) [size=1]
Capabilities: <access denied>

00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)
Subsystem: Lenovo Unknown device 20b9
Flags: bus master, fast devsel, latency 0, IRQ 98
Memory at fe000000 (32-bit, non-prefetchable) [size=128]
Memory at fe025000 (32-bit, non-prefetchable) [size=4]
I/O ports at 1840 [size=32]
Capabilities: <access denied>

00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Unknown device 20aa
Flags: bus master, medium devsel, latency 0, IRQ 169
I/O ports at 1860 [size=32]

00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Unknown device 20aa
Flags: bus master, medium devsel, latency 0, IRQ 177
I/O ports at 1880 [size=32]

00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 03) (prog-if 20 [EHCI])
Subsystem: Lenovo Unknown device 20ab
Flags: bus master, medium devsel, latency 0, IRQ 185
Memory at fe226c00 (32-bit, non-prefetchable) [size=1]
Capabilities: <access denied>

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
Subsystem: Lenovo Unknown device 20ac
Flags: bus master, fast devsel, latency 0, IRQ 74
Memory at fe020000 (64-bit, non-prefetchable) [size=16]
Capabilities: <access denied>

00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: fc000000-fdffffff
Prefetchable memory behind bridge: 00000000f8000000-00000000f80fffff
Capabilities: <access denied>

00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: dc000000-df3fffff
Prefetchable memory behind bridge: 00000000dfe00000-00000000dfefffff
Capabilities: <access denied>

00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: d8000000-d9ffffff
Prefetchable memory behind bridge: 00000000dfb00000-00000000dfbfffff
Capabilities: <access denied>

00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=0c, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: d4000000-d5ffffff
Prefetchable memory behind bridge: 00000000df800000-00000000df8fffff
Capabilities: <access denied>

00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0d, subordinate=14, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: d0000000-d1ffffff
Prefetchable memory behind bridge: 00000000df500000-00000000df5fffff
Capabilities: <access denied>

00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Unknown device 20aa
Flags: bus master, medium devsel, latency 0, IRQ 201
I/O ports at 18a0 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Unknown device 20aa
Flags: bus master, medium devsel, latency 0, IRQ 74
I/O ports at 18c0 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Unknown device 20aa
Flags: bus master, medium devsel, latency 0, IRQ 82
I/O ports at 18e0 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 03) (prog-if 20 [EHCI])
Subsystem: Lenovo Unknown device 20ab
Flags: bus master, medium devsel, latency 0, IRQ 90
Memory at fe227000 (32-bit, non-prefetchable) [size=1]
Capabilities: <access denied>

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=15, subordinate=18, sec-latency=32
I/O behind bridge: 00007000-0000afff
Memory behind bridge: f8300000-fbffffff
Prefetchable memory behind bridge: 00000000f4000000-00000000f7ffffff
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation Mobile LPC Interface Controller (rev 03)
Subsystem: Lenovo Unknown device 20b6
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>

00:1f.1 IDE interface: Intel Corporation Mobile IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Lenovo Unknown device 20a6
Flags: bus master, medium devsel, latency 0, IRQ 201
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at 1c00 [size=16]

00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller (rev 03) (prog-if 01 [AHCI 1.0])
Subsystem: Lenovo Unknown device 20a7
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 201
I/O ports at 1c50 [size=8]
I/O ports at 1c44 [size=4]
I/O ports at 1c48 [size=8]
I/O ports at 1c40 [size=4]
I/O ports at 1c20 [size=32]
Memory at fe226000 (32-bit, non-prefetchable) [size=2]
Capabilities: <access denied>

00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
Subsystem: Lenovo Unknown device 20a9
Flags: medium devsel, IRQ 11
Memory at fe227400 (32-bit, non-prefetchable) [size=256]
I/O ports at 1c60 [size=32]

03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
Subsystem: Intel Corporation Unknown device 1010
Flags: bus master, fast devsel, latency 0, IRQ 74
Memory at df3ff000 (32-bit, non-prefetchable) [size=4]
Capabilities: <access denied>

15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
Subsystem: Lenovo Unknown device 20c6
Flags: bus master, medium devsel, latency 168, IRQ 201
Memory at f8300000 (32-bit, non-prefetchable) [size=4]
Bus: primary=15, secondary=16, subordinate=17, sec-latency=176
Memory window 0: f4000000-f5fff000 (prefetchable)
Memory window 1: fa000000-fbfff000
I/O window 0: 00007000-000070ff
I/O window 1: 00007400-000074ff
16-bit legacy interface ports at 0001

15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04) (prog-if 10 [OHCI])
Subsystem: Lenovo Unknown device 20c7
Flags: bus master, medium devsel, latency 64, IRQ 74
Memory at f8301000 (32-bit, non-prefetchable) [size=2]
Capabilities: <access denied>

[/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size][/size]

So, essentially I’m using Intel’s Mobile Integrated Graphics Controller?

Yes, that is correct. From the specs you have a X3100 Intel GMA. Unfortunately, this graphics chipset is not that useful for gaming. As I understand it, this card has basic 3D support with the current (xorg) drivers.

There is a recent thread, that discusses this hardware. You might want to compare your xorg.conf file.

I’m not familiar with this hardware, but maybe someone else can assist you.

Thanks for the link! Permissions were read-only, so I logged in with su, made a backup, changed permissions for xorg.conf, edited, then changed permissions again and logged out of su. Didn’t seem to have any impact after rebooting, even with Google Earth.

I thought that Intel hardware is fine with OpenGL anyhow?

Where else could I look to get this problem solved?

Thanks for the link! Permissions were read-only, so I logged in with su, made a backup, changed permissions for xorg.conf, edited, then changed permissions again and logged out of su

You edit xorg.conf as root with an editor like vi, nano or pico. (You may need to install one first). No permissions need to be changed.

From a terminal (console) as root user (with su) command:

cat /etc/X11/xorg.conf

See if 3D acceleration is enabled with:

glxinfo |grep direct

Post the results. Maybe someone with this hardware can help. This link suggests you should have some openGL functionality via the current xorg drivers.

xorg.conf:

/…/

SaX generated X11 config file

Created on: 2008-07-01T14:27:02-0600.

Version: 7.1

Contact: Marcus Schaefer <sax@suse.de>, 2005

Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>

Automatically generated by [ISaX] (7.1)

PLEASE DO NOT EDIT THIS FILE!

Section “Files”
FontPath “/usr/X11R6/lib/X11/fonts/misc:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/local”
FontPath “/usr/X11R6/lib/X11/fonts/75dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/Type1”
FontPath “/usr/X11R6/lib/X11/fonts/URW”
FontPath “/usr/X11R6/lib/X11/fonts/Speedo”
FontPath “/usr/X11R6/lib/X11/fonts/PEX”
FontPath “/usr/X11R6/lib/X11/fonts/cyrillic”
FontPath “/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/latin2/Type1”
FontPath “/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/baekmuk:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/japanese:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/kwintv”
FontPath “/usr/X11R6/lib/X11/fonts/truetype”
FontPath “/usr/X11R6/lib/X11/fonts/uni:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/CID”
FontPath “/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/hellas/Type1”
FontPath “/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/xtest”
FontPath “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSection

Section “ServerFlags”
Option “AllowMouseOpenFail” “on”
EndSection

Section “Module”
Load “extmod”
Load “v4l”
Load “dbe”
Load “glx”
Load “type1”
Load “freetype”
Load “dri”
EndSection

Section “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “us”
Option “XkbModel” “pc104”
Option “XkbRules” “xfree86”
EndSection

Section “InputDevice”
Driver “synaptics”
Identifier “Mouse[1]”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “Emulate3Buttons” “on”
Option “InputFashion” “Mouse”
Option “Name” “Synaptics;Touchpad”
Option “Protocol” “explorerps/2”
Option “SHMConfig” “on”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSection

Section “InputDevice”
Driver “mouse”
Identifier “Mouse[3]”
Option “ButtonNumber” “5”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “EmulateWheel” “on”
Option “EmulateWheelButton” “2”
Option “InputFashion” “Mouse”
Option “Name” “IBM;TPPS/2 TrackPoint”
Option “Protocol” “explorerps/2”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSection

Section “Monitor”
Option “CalcAlgorithm” “XServerPool”
DisplaySize 300 190
HorizSync 30-62
Identifier “Monitor[0]”
ModelName “B141EW04 V7 LCD MONITOR”
Option “DPMS”
VendorName “LEN”
Option “AccelMethod” “exa”
Option “MigrationHeuristic” “greedy”
Option “ExaNoComposite” "false
VertRefresh 43-60
UseModes “Modes[0]”
EndSection

Section “Modes”
Identifier “Modes[0]”
EndSection

Section “Screen”
DefaultDepth 24
SubSection “Display”
Depth 15
Modes “1280x800” “1280x768” “1024x768” “1280x600” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
SubSection “Display”
Depth 16
Modes “1280x800” “1280x768” “1024x768” “1280x600” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
SubSection “Display”
Depth 24
Modes “1280x800” “1280x768” “1024x768” “1280x600” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
SubSection “Display”
Depth 8
Modes “1280x800” “1280x768” “1024x768” “1280x600” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSection

Section “Device”
BoardName “965GM”
BusID “0:2:0”
Driver “i810”
Identifier “Device[0]”
Option “SaXDualHead”
Option “Clone”
Option “NoDDC”
Option “LFP” “”
Option “AllocSize” “1920x1200”
Option “MonitorLayout” “CRT,LFP”
Option “SaXDualMonitorVendor” “–> VESA”
Option “SaXDualOrientation” “off”
Option “SaXDualResolution” “off”
Option “CloneRefresh” “50-60”
Option “SaXDualMode” “off”
Option “SaXDualHSync” “off”
Option “SaXDualMonitorModel” “1024X768@60HZ”
Option “SaXDualVSync” “50-60”
Screen 0
VendorName “Intel”
EndSection

Section “ServerLayout”
Identifier “Layout[all]”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
InputDevice “Mouse[3]” “SendCoreEvents”
Option “Clone” “off”
Option “Xinerama” “off”
Screen “Screen[0]”
EndSection

Section “DRI”
Group “video”
Mode 0660
EndSection

Section “Extensions”
EndSection

For glxinfo | grep direct

glxinfo | grep direct

Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Error: couldn’t find RGB GLX visual
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.

And about vi, pico, et cetera, I have vi. I don’t have the others. Is there some sort of equivalent in SuSE for “emerge” in Gentoo or “apt-get” for Ubuntu?

> Is there some sort of equivalent in SuSE for … “apt-get” for Ubuntu?

many folks (me included) still use YaST most often, but there IS a new
kid in town named “zypper” that (though i’ve almost never used a Debian
based system) that i think is apt-like…

see man zypper for (for example):

zypper install [options] <name of what ya wanna get>
zypper remove [options] <name of what ya wanna dump>
zypper update [options] <name of what ya wanna spruce up>

(NOTE: or use the shorts install = in; remove = rm; update = up )

and, a trip though the threads in this forum might be helpful too…use
the web forum’s search page <http://forums.opensuse.org/search.php> to
find all threads with any of these terms in the title

zypper OR apt*

(that is, after putting the above in the “keyword(s)” blank, then SPIN
the just below selector to “Search Titles Only”)


DenverD (Linux Counter 282315)
A Texan in Denmark

Ok, your xorg.conf file shows you’re using the ‘i810’ legacy driver. For 3D support you need to use the ‘intel’ driver. In order to change this change to runlevel 3 and use the sax2 utility:

init 3 (or boot up into failsafe mode)

Login as root and execute the command sax2 -r -m 0=intel

sax2 -r may also work for you.

For the editors, its a matter of personal choice. I hate vi (its for people who like punch cards and teletype printers :)). The yast software manager is the best tool to use for downloading and installing editor of you choice. If you prefer the CLI, then you could do something like:

zypper install pico

Very cool! I’m learning a lot about SuSE just from reading your posts.

I logged in with su in an xterm window. Typed in init 3 then sax2 -r -m 0=intel. This is the output:

init 3

sax2 -r -m 0=intel

initializing please wait…
SaX: your current configuration will not be read in

?12l?25hSaX: access to your display has been granted
SPP: prepare device [0] profile: i915G
SPP: prepare device [1] profile: synaptics
SPP: calling device [1] profile script: synaptics
SPP: prepare device [3] profile: ibm-trackpoint
SPP: profile will add new section(s) → moving: 3
SPP: including prepared profile(s)…

SaX: startup
SaX: X-Server: :0.0 → grant
SaX: using cache data…

I get a Sax2 window with the Card and Monitor Properties tab open:

Card: Intel 965GM
Monitor: LEN B141EW04 V7 LCD MONITOR

Resolution: 1280 x 800 (WXGA)
Colors: 65536 [16 bit]

Without making any changes, I click, “OK” – a dialog box opens up, suggesting I test. So I test. The screen flips between black and a dark grey a few times, and then returns to normal with an error message:

Testing Configuration Failed

For further information, refer to the file /var/log/Xorg.99.log. The following report has been created from the calling instance:

SaX library: Success
X configuration: No information

I click on OK, and then I click on the Cancel button for Sax2.

What should I do at this point? Posting the Xorg.99.log file in a second.

Xorg.99.log contents:

X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: SuSE Linux [ELF] SuSE
Current Operating System: Linux linux-nmor 2.6.16.54-0.2.3-smp #1 SMP Thu Nov 22 18:32:07 UTC 2007 i686
Build Date: 04 October 2007
Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
Module Loader present
Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: “/var/log/Xorg.99.log”, Time: Mon Jul 21 14:15:43 2008
(++) Using config file: “/var/lib/sax/xorg.conf”
(==) ServerLayout “Layout[all]”
(
) |–>Screen “Screen[0]” (0)
() | |–>Monitor “Monitor[0]”
(
) | |–>Device “Device[0]”
() |–>Input Device “Keyboard[0]”
(
) |–>Input Device “Mouse[1]”
() |–>Input Device “Mouse[3]”
(WW) The directory “/usr/X11R6/lib/X11/fonts/Speedo” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/PEX” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/cyrillic” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/latin2/misc” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/latin2/75dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/latin2/100dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/latin2/Type1” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/latin7/75dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/baekmuk” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/japanese” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/kwintv” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/ucs/misc” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/ucs/75dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/ucs/100dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/hellas/misc” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/hellas/75dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/hellas/100dpi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/hellas/Type1” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/misc/sgi” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/X11R6/lib/X11/fonts/xtest” does not exist.
Entry deleted from font path.
(WW) The directory “/opt/kde3/share/fonts” does not exist.
Entry deleted from font path.
(
) FontPath set to “/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID”
(==) RgbPath set to “/usr/X11R6/lib/X11/rgb”
() Input device list set to “/dev/gpmdata,/dev/input/mice”
(==) ModulePath set to “/usr/X11R6/lib/modules/updates,/usr/X11R6/lib/modules”
(
) Option “AllowMouseOpenFail” “on”
(**) Option “Xinerama” “off”
ACPI: OSPMOpen called
ACPI: Opening device
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: “bitmap”
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: “pcidata”
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(++) using VT number 8

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a00 card 17aa,20b3 rev 0c class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2a02 card 17aa,20b5 rev 0c class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2a03 card 17aa,20b5 rev 0c class 03,80,00 hdr 80
(II) PCI: 00:19:0: chip 8086,1049 card 17aa,20b9 rev 03 class 02,00,00 hdr 00
(II) PCI: 00:1a:0: chip 8086,2834 card 17aa,20aa rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 17aa,20aa rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 17aa,20ab rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,284b card 17aa,20ac rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2847 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 17aa,20aa rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 17aa,20aa rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 17aa,20aa rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 17aa,20ab rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2811 card 17aa,20b6 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2850 card 17aa,20a6 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2829 card 17aa,20a7 rev 03 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 17aa,20a9 rev 03 class 0c,05,00 hdr 00
(II) PCI: 03:00:0: chip 8086,4227 card 8086,1010 rev 02 class 02,80,00 hdr 00
(II) PCI: 15:00:0: chip 1180,0476 card 7000,0000 rev ba class 06,07,00 hdr 82
(II) PCI: 15:00:1: chip 1180,0832 card 17aa,20c7 rev 04 class 0c,00,10 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,22), BCTRL: 0x0008 (VGA_EN is set)

Continued . . .

(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX**
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX**
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX**
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX**
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX**
[2] -1 0 0x00002800 - 0x000028ff (0x100) IX**
[3] -1 0 0x00002c00 - 0x00002cff (0x100) IX**
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX**
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xf8000000 - 0xf80fffff (0x100000) MX**
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00003000 - 0x000030ff (0x100) IX**
[1] -1 0 0x00003400 - 0x000034ff (0x100) IX**
[2] -1 0 0x00003800 - 0x000038ff (0x100) IX**
[3] -1 0 0x00003c00 - 0x00003cff (0x100) IX**
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xdc000000 - 0xdf3fffff (0x3400000) MX**
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX**
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:2), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00004000 - 0x000040ff (0x100) IX**
[1] -1 0 0x00004400 - 0x000044ff (0x100) IX**
[2] -1 0 0x00004800 - 0x000048ff (0x100) IX**
[3] -1 0 0x00004c00 - 0x00004cff (0x100) IX**
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xd8000000 - 0xd9ffffff (0x2000000) MX**
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xdfb00000 - 0xdfbfffff (0x100000) MX**
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:28:3), (0,5,12), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00005000 - 0x000050ff (0x100) IX**
[1] -1 0 0x00005400 - 0x000054ff (0x100) IX**
[2] -1 0 0x00005800 - 0x000058ff (0x100) IX**
[3] -1 0 0x00005c00 - 0x00005cff (0x100) IX**
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xd4000000 - 0xd5ffffff (0x2000000) MX**
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xdf800000 - 0xdf8fffff (0x100000) MX**
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:28:4), (0,13,20), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 13 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX**
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX**
[2] -1 0 0x00006800 - 0x000068ff (0x100) IX**
[3] -1 0 0x00006c00 - 0x00006cff (0x100) IX**
(II) Bus 13 non-prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd1ffffff (0x2000000) MX**
(II) Bus 13 prefetchable memory range:
[0] -1 0 0xdf500000 - 0xdf5fffff (0x100000) MX**
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 21: bridge is at (0:30:0), (0,21,24), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 21 I/O range:
[0] -1 0 0x00007000 - 0x0000afff (0x4000) IX**
(II) Bus 21 non-prefetchable memory range:
[0] -1 0 0xf8300000 - 0xfbffffff (0x3d00000) MX**
(II) Bus 21 prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX**
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 22: bridge is at (21:0:0), (21,22,23), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 22 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX**
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX**
(II) Bus 22 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX**
(II) Bus 22 prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX**
(–) PCI:*(0:2:0) Intel Corporation unknown chipset (0x2a02) rev 12, Mem @ 0xf8100000/20, 0xe0000000/28, I/O @ 0x1800/3
(–) PCI: (0:2:1) Intel Corporation unknown chipset (0x2a03) rev 12, Mem @ 0xf8200000/20
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX**
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX**
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX**(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX**
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX**
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX**
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX**
(II) Active PCI resource ranges:
[0] -1 0 0xf8301000 - 0xf83017f0 (0x7f1) MX**
[1] -1 0 0xdf3ff000 - 0xdf3ffff0 (0xff1) MX**
[2] -1 0 0xfe227400 - 0xfe2274f0 (0xf1) MX**
[3] -1 0 0xfe226000 - 0xfe2267f0 (0x7f1) MX**
[4] -1 0 0xfe227000 - 0xfe2273f0 (0x3f1) MX**
[5] -1 0 0xfe020000 - 0xfe023ff0 (0x3ff1) MX**
[6] -1 0 0xfe226c00 - 0xfe226ff0 (0x3f1) MX**
[7] -1 0 0xfe025000 - 0xfe025ff0 (0xff1) MX**
[8] -1 0 0xfe000000 - 0xfe01fff0 (0x1fff1) MX**
[9] -1 0 0xf8200000 - 0xf82ffff0 (0xffff1) MX**(B)
[10] -1 0 0xe0000000 - 0xeffffff0 (0xffffff1) MX**(B)
[11] -1 0 0xf8100000 - 0xf81ffff0 (0xffff1) MX**(B)
[12] -1 0 0x00001c60 - 0x00001c70 (0x11) IX**
[13] -1 0 0x00001c20 - 0x00001c30 (0x11) IX**
[14] -1 0 0x00001c40 - 0x00001c40 (0x1) IX**
[15] -1 0 0x00001c48 - 0x00001c4f (0x8) IX**
[16] -1 0 0x00001c40 - 0x00001c40 (0x1) IX**
[17] -1 0 0x00001c50 - 0x00001c50 (0x1) IX**
[18] -1 0 0x00001c00 - 0x00001c00 (0x1) IX**
[19] -1 0 0x000018e0 - 0x000018f0 (0x11) IX**
[20] -1 0 0x000018c0 - 0x000018d0 (0x11) IX**
[21] -1 0 0x000018a0 - 0x000018b0 (0x11) IX**
[22] -1 0 0x00001880 - 0x00001890 (0x11) IX**
[23] -1 0 0x00001860 - 0x00001870 (0x11) IX**
[24] -1 0 0x00001840 - 0x00001850 (0x11) IX**
[25] -1 0 0x00001800 - 0x00001800 (0x1) IX**(B)


Continued . . .

(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf8301000 - 0xf83017f0 (0x7f1) MX**
[1] -1 0 0xdf3ff000 - 0xdf3ffff0 (0xff1) MX**
[2] -1 0 0xfe227400 - 0xfe2274f0 (0xf1) MX**
[3] -1 0 0xfe226000 - 0xfe2267f0 (0x7f1) MX**
[4] -1 0 0xfe227000 - 0xfe2273f0 (0x3f1) MX**
[5] -1 0 0xfe020000 - 0xfe023ff0 (0x3ff1) MX**
[6] -1 0 0xfe226c00 - 0xfe226ff0 (0x3f1) MX**
[7] -1 0 0xfe025000 - 0xfe025ff0 (0xff1) MX**
[8] -1 0 0xfe000000 - 0xfe01fff0 (0x1fff1) MX**
[9] -1 0 0xf8200000 - 0xf82ffff0 (0xffff1) MX**(B)
[10] -1 0 0xe0000000 - 0xeffffff0 (0xffffff1) MX**(B)
[11] -1 0 0xf8100000 - 0xf81ffff0 (0xffff1) MX**(B)
[12] -1 0 0x00001c60 - 0x00001c70 (0x11) IX**
[13] -1 0 0x00001c20 - 0x00001c30 (0x11) IX**
[14] -1 0 0x00001c40 - 0x00001c40 (0x1) IX**
[15] -1 0 0x00001c48 - 0x00001c4f (0x8) IX**
[16] -1 0 0x00001c40 - 0x00001c40 (0x1) IX**
[17] -1 0 0x00001c50 - 0x00001c50 (0x1) IX**
[18] -1 0 0x00001c00 - 0x00001c00 (0x1) IX**
[19] -1 0 0x000018e0 - 0x000018f0 (0x11) IX**
[20] -1 0 0x000018c0 - 0x000018d0 (0x11) IX**
[21] -1 0 0x000018a0 - 0x000018b0 (0x11) IX**
[22] -1 0 0x00001880 - 0x00001890 (0x11) IX**
[23] -1 0 0x00001860 - 0x00001870 (0x11) IX**
[24] -1 0 0x00001840 - 0x00001850 (0x11) IX**
[25] -1 0 0x00001800 - 0x00001800 (0x1) IX**(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX**(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX**
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX**
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX**
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX**
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX**(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX**
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX**
[5] -1 0 0xf8301000 - 0xf83017f0 (0x7f1) MX**
[6] -1 0 0xdf3ff000 - 0xdf3ffff0 (0xff1) MX**
[7] -1 0 0xfe227400 - 0xfe2274f0 (0xf1) MX**
[8] -1 0 0xfe226000 - 0xfe2267f0 (0x7f1) MX**
[9] -1 0 0xfe227000 - 0xfe2273f0 (0x3f1) MX**
[10] -1 0 0xfe020000 - 0xfe023ff0 (0x3ff1) MX**
[11] -1 0 0xfe226c00 - 0xfe226ff0 (0x3f1) MX**
[12] -1 0 0xfe025000 - 0xfe025ff0 (0xff1) MX**
[13] -1 0 0xfe000000 - 0xfe01fff0 (0x1fff1) MX**
[14] -1 0 0xf8200000 - 0xf82ffff0 (0xffff1) MX**(B)
[15] -1 0 0xe0000000 - 0xeffffff0 (0xffffff1) MX**(B)
[16] -1 0 0xf8100000 - 0xf81ffff0 (0xffff1) MX**(B)
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX**
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX**
[19] -1 0 0x00001c60 - 0x00001c70 (0x11) IX**
[20] -1 0 0x00001c20 - 0x00001c30 (0x11) IX**
[21] -1 0 0x00001c40 - 0x00001c40 (0x1) IX**
[22] -1 0 0x00001c48 - 0x00001c4f (0x8) IX**
[23] -1 0 0x00001c40 - 0x00001c40 (0x1) IX**
[24] -1 0 0x00001c50 - 0x00001c50 (0x1) IX**
[25] -1 0 0x00001c00 - 0x00001c00 (0x1) IX**
[26] -1 0 0x000018e0 - 0x000018f0 (0x11) IX**
[27] -1 0 0x000018c0 - 0x000018d0 (0x11) IX**
[28] -1 0 0x000018a0 - 0x000018b0 (0x11) IX**
[29] -1 0 0x00001880 - 0x00001890 (0x11) IX**
[30] -1 0 0x00001860 - 0x00001870 (0x11) IX**
[31] -1 0 0x00001840 - 0x00001850 (0x11) IX**
[32] -1 0 0x00001800 - 0x00001800 (0x1) IX**(B)
(II) LoadModule: “type1”
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: “dbe”
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: “freetype”
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor=“X.Org Foundation & the After X-TT Project”
compiled for 6.9.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: “glx”
(II) Loading /usr/X11R6/lib/modules/updates/extensions/libglx.so
(II) Module glx: vendor=“NVIDIA Corporation”
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module 100.14.27 Wed Nov 21 00:24:00 PST 2007
(II) Loading extension GLX
(II) LoadModule: “v4l”
(II) Loading /usr/X11R6/lib/modules/drivers/v4l_drv.so
(II) Module v4l: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 0.0.1
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: “extmod”
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: “dri”
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
(II) Module dri: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module “drm”
(II) LoadModule: “drm”
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.so
(II) Module drm: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: “intel”
(WW) Warning, couldn’t open module intel
(II) UnloadModule: “intel”
(EE) Failed to load module “intel” (module does not exist, 0)
(II) LoadModule: “kbd”
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: “synaptics”
(II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
(II) Module synaptics: vendor=“X.Org Foundation”
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: “mouse”
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor=“X.Org Foundation”
compiled for 6.9.0, module version = 1.0.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) v4l driver for Video4Linux
(II) Primary Device is: PCI 00:02:0
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at X.Org Wiki - Home
for help.
Please also check the log file at “/var/log/Xorg.99.log” for additional information.

ACPI: Closing device


Hmmmm…

Try executing sax2 -r

It will force a re-probe of your graphics hardware.