[Openchrome-users] [openChrome] #408: I cannot run glxinfo and glxgears

OpenChrome Trac trac
Sat Jul 2 09:35:11 PDT 2011


#408: I cannot run glxinfo and glxgears
-------------------+--------------------------------------------------------
Reporter:  thom    |       Owner:  somebody
    Type:  defect  |      Status:  new     
Priority:  minor   |   Component:  3d      
 Version:          |    Keywords:          
Blocking:          |   Blockedby:          
-------------------+--------------------------------------------------------
 I cannot run glxinfo and glxgears:

 {{{
 $ glxinfo

 name of display: :0
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Error: couldn't find RGB GLX visual or fbconfig

 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 Xlib:  extension "GLX" missing on display ":0".
 }}}

 {{{
 $ glxgears

 Xlib:  extension "GLX" missing on display ":0".
 Error: couldn't get an RGB, Double-buffered visual
 }}}

 Information:

 {{{
 $ lspci -vvv

 01:00.0 VGA compatible controller: VIA Technologies, Inc.
 KM400/KN400/P4M800 [S3 UniChrome] (rev 01) (prog-if 00 [VGA controller])
     Subsystem: VIA Technologies, Inc. Device 0000
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
 Stepping- SERR- FastB2B- DisINTx-
     Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
 <TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 32 (500ns min)
     Interrupt: pin A routed to IRQ 11
     Region 0: Memory at d8000000 (32-bit, prefetchable) [size=64M]
     Region 1: Memory at de000000 (32-bit, non-prefetchable) [size=16M]
     Expansion ROM at dfef0000 [disabled] [size=64K]
     Capabilities: [60] Power Management version 2
         Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
 PME(D0-,D1-,D2-,D3hot-,D3cold-)
         Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
     Capabilities: [70] AGP version 2.0
         Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans-
 64bit- FW- AGP3- Rate=x1,x2,x4
         Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW-
 Rate=<none>
 }}}

 {{{
 $ cat /etc/X11/xorg.conf

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

 Section "Files"
     ModulePath   "/usr/lib/xorg/modules"
     FontPath     "/usr/share/fonts/X11/misc"
     FontPath     "/usr/share/fonts/X11/cyrillic"
     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
     FontPath     "/usr/share/fonts/X11/Type1"
     FontPath     "/usr/share/fonts/X11/100dpi"
     FontPath     "/usr/share/fonts/X11/75dpi"
     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
     FontPath     "built-ins"
 EndSection

 Section "Module"
     Load  "record"
     Load  "dri2"
     Load  "dbe"
     Load  "extmod"
     Load  "glx"
     Load  "dri"
 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"
     Identifier  "Card0"
     Driver      "openchrome"
     BusID       "PCI:1:0:0"
 EndSection

 Section "Screen"
     Identifier "Screen0"
     Device     "Card0"
     Monitor    "Monitor0"
     SubSection "Display"
         Viewport   0 0
         Depth     24
         Modes   "1280x800" "1024x768" "800x600"
     EndSubSection
 EndSection
 }}}

 {{{
 $ aptitude show xserver-xorg-video-openchrome
 Pacote: xserver-xorg-video-openchrome
 Estado: instalado
 Automaticamente instalado: n?o
 Vers?o: 1:0.2.904+svn920-1
 Prioridade: opcional
 Se??o: x11
 Mantenedor: Debian X Strike Force <debian-x at lists.debian.org>
 Tamanho Descompactado: 586 k
 Depende de: libc6 (>= 2.1.3), libdrm2 (>= 2.3.1), libx11-6, libxext6,
 libxv1, libxvmc1, xorg-video-abi-10, xserver-xorg-core
             (>= 2:1.9.99.903)
 Fornece: xorg-driver-video
 Descri??o: X.Org X server -- VIA display driver
  OpenChrome is a project for the development of free and open-source
 drivers for the VIA UniChrome video chipsets.

  Originally called the 'snapshot' release, since it was a snapshot of an
 experimental branch of the unichrome cvs code, this
  is a continued development of the open source unichrome driver (from
 http://unichrome.sf.net) which also incorporates
  support for the unichrome-pro chipsets.

  Support for hardware acceleration (XvMC) for all chipsets has
 subsequently been ripped out of the unichrome.sf.net driver.
  Therefore your only option if you wish to make use of the acceleration
 features of your VIA chip with free and open-source
  drivers is to use this version of the driver.
 P?gina web: http://www.openchrome.org

 }}}

 I've tried [http://www.openchrome.org/trac/wiki/Troubleshooting/ this
 tips]. There's no output.
 Running Debian Testing (Wheezy).

 Thank you.

-- 
Ticket URL: <http://www.openchrome.org/trac/ticket/408>
openChrome <http://www.openchrome.org/>
The openChrome project



More information about the Openchrome-users mailing list