Petits pb, webcam créative et résolution d'écran. - Hardware - Linux et OS Alternatifs
MarshPosté le 19-06-2006 à 12:41:45
Bonjour a tous, ça fait un bon moment que j'ai deux pb que je n'ai pas résolu sous linux (mandriva cooker, mais c'est pareil sous ubuntu): J'ai une webcam créative (modèle: webcam go plus), elle est détecté et les modules sont chargés
Lspcidrake: w9968cf : Creative Labs|VideoBlaster WebCam Go Plus [W9967CF]
Tous semble ok, sauf que ça ne marche pas, avec kopete, si je clique sur l'onglet de configuration, il se bloque, pareil avec amsn mais avec un : ioctl: VIDIOC_QUERYCAP(driver=" ";card=" ";bus_info=" ";version=116.211.232;capabilities=0xbf970238 [,VBI_CAPTURE,VBI_OUTPUT,?,TUNER,AUDIO,?,?,?,READWRITE,ASYNCIO,STREAMING,?,(null),(null),(null)]): Unknown error 515
Ma carte d'aquisition, elle marche comme il faut, j'ai essayé de l'enlever au cas ou ça ne change rien, je m'en remet a vous donc.
Le second pb, c'est mon écran, je ne sais pas comment passer en 1280x960@75Hz, je trouve vraiment pas, c'est la seule résolution qui me permet d'utiliser toute la surface de mon écran (sinon j'ai des bandes noirs et ce malgrès les réglages).
Xorg.conf:
# File generated by XFdrake (rev 31723)
# ********************************************************************** # Refer to the xorg.conf man page for details about the format of # this file. # **********************************************************************
Section "Files" # font server independent of the X server to render fonts. FontPath "unix/:-1"
# minimal fonts to allow X to run without xfs FontPath "/usr/lib/X11/fonts/misc:unscaled" EndSection
Section "ServerFlags" #DontZap # disable <Crtl><Alt><BS> (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse does not work #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) EndSection
Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection
Marsh Posté le 19-06-2006 à 12:41:45
Bonjour a tous, ça fait un bon moment que j'ai deux pb que je n'ai pas résolu sous linux (mandriva cooker, mais c'est pareil sous ubuntu):
J'ai une webcam créative (modèle: webcam go plus), elle est détecté et les modules sont chargés
Lspcidrake:
w9968cf : Creative Labs|VideoBlaster WebCam Go Plus [W9967CF]
lsmod |grep w9968cf :
w9968cf 69440 0
compat_ioctl32 928 2 bttv,w9968cf
videodev 6976 2 bttv,w9968cf
i2c_core 16400 11 it87,eeprom,i2c_isa,i2c_sis96x,tuner,tda9887,bttv,i2c_algo_bit,tveeprom,ovcamchip,w9968cf
usbcore 111012 3 w9968cf,ohci_hcd
Tous semble ok, sauf que ça ne marche pas, avec kopete, si je clique sur l'onglet de configuration, il se bloque, pareil avec amsn mais avec un :
ioctl: VIDIOC_QUERYCAP(driver=" ";card=" ";bus_info=" ";version=116.211.232;capabilities=0xbf970238 [,VBI_CAPTURE,VBI_OUTPUT,?,TUNER,AUDIO,?,?,?,READWRITE,ASYNCIO,STREAMING,?,(null),(null),(null)]): Unknown error 515
Ma carte d'aquisition, elle marche comme il faut, j'ai essayé de l'enlever au cas ou ça ne change rien, je m'en remet a vous donc.
Le second pb, c'est mon écran, je ne sais pas comment passer en 1280x960@75Hz, je trouve vraiment pas, c'est la seule résolution qui me permet d'utiliser toute la surface de mon écran (sinon j'ai des bandes noirs et ce malgrès les réglages).
Xorg.conf:
# File generated by XFdrake (rev 31723)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"
# minimal fonts to allow X to run without xfs
FontPath "/usr/lib/X11/fonts/misc:unscaled"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Zenith"
ModelName "Zenith ZCM-1750"
HorizSync 30.0-85
VertRefresh 50-100
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nv"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection