Autor Tema: ¿Ubuntu o Mandriva?  (Leído 30926 veces)

Desconectado Aj

  • Administrator
  • ******
  • Mensajes: 3624
  • Avatar by Jaleo
    • Mis chorradicas
Re: ¿Ubuntu o Mandriva?
« Respuesta #10 en: 07 de Enero de 2007, 07:01:27 pm »
Hola elmohino...

Sobre todo no desesperes... para linux hay que tener paciencia y tesón.  En cuanto sortees los primeros problemas, hasta tu mismo buscaras nuevos  :-d :-d

Sobre todo haz caso a empanada, y pon los ficheros que te dice

Desconectado elmohino

  • Junior Member
  • **
  • Mensajes: 37
Re: ¿Ubuntu o Mandriva?
« Respuesta #11 en: 07 de Enero de 2007, 07:38:04 pm »
Bien. Los problemas son que haciendo "scroll" vertical, sea en Firefox o revisando el contenido de una carpeta, el moviento, lejos de ser normal y fluido, se reproduce como si por la imagen corrieran olas que van a parar a una playa (no sé si me explico); es como si le costara avanzar. Si estoy escuchando una canción en ese momento de aplicar el scroll, ésta se corta hasta que no paro de mover el scroll. La resolución siempre está con los valores 1280x1024 a 61 Hz; si intento cambiarla a cualquier otro valor, el ordenador se bloquea completamente (no responde el teclado ni nada) y aparece una imagen multicolor completamente distorsionada (al estilo de las interferencias de un televisor antiguo).

Éstos son los datos que me habéis pedido:

usuario@usuario-desktop:~$ cat /etc/X11/xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/X11/misc"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "es"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Tarjeta de v�deo gen�rica"
        Driver          "vesa"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "F700B"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Tarjeta de v�deo gen�rica"
        Monitor         "F700B"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
usuario@usuario-desktop:~$

WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 3072
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
Mode: 123 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 4
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
Mode: 107 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 11
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
Mode: 119 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 5
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
Mode: 11a (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 5
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
*Mode: 11b (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 3840
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
Mode: 124 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc00053e8
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 2
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xe8000000
Mode: 109 (132x25)
        ModeAttributes: 0xf
        WinAAttributes: 0x6
        WinBAttributes: 0x0
        WinGranularity: 0
        WinSize: 0
        WinASegment: 0xb800
        WinBSegment: 0x0
        WinFuncPtr: 0x0
        BytesPerScanline: 264
        XResolution: 132
        YResolution: 25
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 0
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
Mode: 10a (132x43)
        ModeAttributes: 0xf
        WinAAttributes: 0x6
        WinBAttributes: 0x0
        WinGranularity: 0
        WinSize: 0
        WinASegment: 0xb800
        WinBSegment: 0x0
        WinFuncPtr: 0x0
        BytesPerScanline: 264
        XResolution: 132
        YResolution: 43
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 0
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
Mode: 130 (132x44)
        ModeAttributes: 0xf
        WinAAttributes: 0x6
        WinBAttributes: 0x0
        WinGranularity: 0
        WinSize: 0
        WinASegment: 0xb800
        WinBSegment: 0x0
        WinFuncPtr: 0x0
        BytesPerScanline: 264
        XResolution: 132
        YResolution: 44
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 0
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): F700B: Using default hsync range of 30.00-71.00 kHz
(II) VESA(0): F700B: Using default vrefresh range of 50.00-160.00 Hz
(II) VESA(0): Not using mode "1152x864" (no mode of this name)
(II) VESA(0): Not using mode "832x624" (no mode of this name)
(II) VESA(0): Not using mode "720x400" (no mode of this name)
(--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
(**) VESA(0): *Built-in mode "1280x1024"
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(**) VESA(0):  Built-in mode "640x400"
(**) VESA(0):  Built-in mode "640x350"
(--) VESA(0): Display dimensions: (330, 250) mm
(--) VESA(0): DPI set to (98, 104)
(WW) (1280x1024,F700B) mode clock 135MHz exceeds DDC maximum 110MHz
(WW) (1280x1024,F700B) mode clock 157.5MHz exceeds DDC maximum 110MHz
(II) VESA(0): Attempting to use 60Hz refresh for mode "1280x1024" (11b)
(II) VESA(0): Attempting to use 85Hz refresh for mode "1024x768" (118)
(II) VESA(0): Attempting to use 85Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 85Hz refresh for mode "640x480" (112)
(II) VESA(0): Attempting to use 85Hz refresh for mode "640x400" (185)
(II) VESA(0): Attempting to use 85Hz refresh for mode "640x350" (1c5)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
       
  • -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX

        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1  0       0xffeffc00 - 0xffeffcff (0x100) MX
        [5] -1  0       0xffeff800 - 0xffeff8ff (0x100) MX
        [6] -1  0       0xffeff400 - 0xffeff7ff (0x400) MX
        [7] -1  0       0xf8000000 - 0xf7ffffff (0x0) MXO
        [8] -1  0       0xffde0000 - 0xffdeffff (0x10000) MX(B)
        [9] -1  0       0xe0000000 - 0xe7ffffff (0x8000000) MX(B)
        [10] -1 0       0xffdc0000 - 0xffddffff (0x20000) MX(B)
        [11] -1 0       0xffdf0000 - 0xffdfffff (0x10000) MX(B)
        [12] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX(B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX
        [18] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX
        [19] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX
        [20] -1 0       0x0000c800 - 0x0000c81f (0x20) IX
        [21] -1 0       0x0000c400 - 0x0000c41f (0x20) IX
        [22] -1 0       0x0000c000 - 0x0000c01f (0x20) IX
        [23] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX
        [24] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX
        [25] -1 0       0x0000d800 - 0x0000d80f (0x10) IX
        [26] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX
        [27] -1 0       0x0000e000 - 0x0000e007 (0x8) IX
        [28] -1 0       0x0000e400 - 0x0000e403 (0x4) IX
        [29] -1 0       0x0000e800 - 0x0000e807 (0x8) IX
        [30] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX
        [31] -1 0       0x0000b800 - 0x0000b81f (0x20) IX
        [32] -1 0       0x0000a800 - 0x0000a8ff (0x100) IX(B)
        [33] 0  0       0x000003b0 - 0x000003bb (0xc) IS
        [34] 0  0       0x000003c0 - 0x000003df (0x20) IS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RADEON 9200
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V280
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(==) VESA(0): Write-combining range (0xe8000000,0x1000000)
(II) VESA(0): virtual address = 0xb6acf000,
        physical address = 0xe8000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(**) Option "dpms"
(**) VESA(0): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
error opening security policy file /usr/lib/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "es"
(**) Generic Keyboard: XkbLayout: "es"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+es+level3(ralt_switch)" };
    xkb_geometry             { include "pc(pc105)" };
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
usuario@usuario-desktop:~$

Saludos y gracias por vuestra paciencia.

Desconectado elmohino

  • Junior Member
  • **
  • Mensajes: 37
Re: ¿Ubuntu o Mandriva?
« Respuesta #12 en: 08 de Enero de 2007, 03:57:52 pm »
Hola de nuevo.

Gracias al consejo de un forero (de otro foro) que tiene el mismo problema que yo (las gráficas Ati no se hicieron para Ubuntu), por lo menos he conseguido cambiarle la resolución a 1024x768 (aunque la Tasa de refresco está en 61, cuando en Windows la tengo en 85  :verysad:). Ha sido de esta manera en una consola:

"sudo dpkg-reconfigure xserver-xorg Y despues te saldra una pantalla en donde le tendras que indicar el tipo de tarjeta y le pones vesa, despues te preguntara un monton de cosas yo a todo aceptar ejjejeej y cuando terminas se vuelve a la consola y le escribo startx o ctrl-alt f11 y si tienes algun problema ctrl-alt f2 para volver a la consola"

Aunque no he podido salir con "startx" (me da "Fatal Error") ni con Control+Atl+F11. He salido con Control+Alt+F7 y hasta que no he reinciado el ordenador no ha cambiado la resolución.

Pero la imagen sigue yendo a "trompicones" (un poco menos que antes).
En fin. Algo es algo. Me tendré que quedar así y ver si va bien los programas que instale en Ubuntu (que no van a ser juegos).

La única solución "de verdad" creo que sería cambiar de tarjeta gráfica (por una nVidia, por lo que leo).

Saludos.

Desconectado Aj

  • Administrator
  • ******
  • Mensajes: 3624
  • Avatar by Jaleo
    • Mis chorradicas
Re: ¿Ubuntu o Mandriva?
« Respuesta #13 en: 08 de Enero de 2007, 04:42:04 pm »
Jur!!! como se las gastan las tarjetas nuevas.... yo tengo una ATI del romanico (por lo menos) y no me pasa eso...  Es que no tengo ningún driver instalado y me funciona todo ok.

La próxima vez que quieras reiniciar el servidor gráfico, prueba a poner este comando:

Para Ubuntu: sudo /etc/init.d/gdm restart
Para Kubuntu: sudo /etc/init.d/kdm restart

No se, a ver que te dicen mis compis....

Desconectado empanada

  • Member
  • ***
  • Mensajes: 307
Re: ¿Ubuntu o Mandriva?
« Respuesta #14 en: 08 de Enero de 2007, 04:46:55 pm »
Hola de nuevo, bueno, a simple vista lo primero que chirria en ese xorg.conf es la elección del driver "vesa". Vesa es un driver libre que funciona con todas las tarjetas que cumplen ese estandar (casi todas las mas comunes, incluso modelos de museo arqueológico), pero precisamente por ser un driver genérico nos ofrece solo funcionalidades básicas.

Además el fichero te marca resoluciones de hasta 1280x1024, cuando ese monitor soporta solo hasta 1024 por lo que he leido.

El driver adecuado es el "radeon" (libre tambien peroe specífico para las ati). Te desaconsejo, de momento, que instales el driver propietario de ati ("fglrx"). La única funcionalidad que te añadiria serian las extensiones glx para usar con beryl o compiz (una pasada, pero eso déjalo para un poco mas adelante ;-).

El problema ha estado en el reconocimiento de hardware durante la instalación (cosa muy rara en Ubuntu, que tiene un nivel de autoconfiguración muyalto), el caso es que no ha reconocido tu tarjeta por alguna causa, y ha configurado xorg para que use el genérico vesa (que por otro lado no debería de dar problemas pero los fabricantes se alejan a veces de los estándares  :-6 ).

Hay que meter las opciones correctas. De modo que simplemente gogleando un poco, he encontrado configuraciones correctas para tu tarjeta. Usando tu xorg y el que he encontrado en google, voy a proponerte un xorg.conf que debería de funcionar correctamente. La secuencia sería la siguiente:

1º) Siempre que vamos a tocar en algun fichero de configuración, hacer una copia de seguridad para poder restaurarla en caso de desastre ;-) .
Abre una terminal y escribe:
Código: [Seleccionar]
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
2º) En la terminal, vamos a modificar el contenido de xorg.conf (usaremos nano, el editor de texto para consola mas sencillo):
Código: [Seleccionar]
$sudo nano /etc/X11/xorg.confBorra todo el contenido del fichero.
Selecciona y copia el contenido (con un "ctrl"+"insert") de este xorg.conf que te propongo:
Citar

    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type “man /etc/X11/xorg.conf” at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/X11/misc"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

    Section “Module”
    Load “GLcore”
    Load “i2c”
    Load “bitmap”
    Load “ddc”
    Load “dri”
    Load “extmod”
    Load “freetype”
    Load “glx”
    Load “int10"
    Load “type1"
    Load “vbe”
    EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "es"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection


    Section “Device”
    Identifier “ATI Radeon 9200 SE”
    BoardName “ATI Technologies, Inc. Radeon 9200 SE (RV280)”
    Driver “radeon”
    BusID “PCI:1:0:0"
    EndSection

Section "Monitor"
        Identifier      "F700B"
        Option          "DPMS"
EndSection

    Section “Screen”
    Identifier “VGAScreen”
    Device “ATI Radeon 9200 SE”
    Monitor "F700B"
    DefaultDepth 24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection


    Section “ServerLayout”
    Identifier “Default Layout”
    Screen “VGAScreen”
    InputDevice “Generic Keyboard”
    InputDevice “Configured Mouse”
    EndSection

    Section “DRI”
    Mode 0666
    EndSection
Para salir de nano guardando los cambios simplemente un "ctrl"+"x".

3º) Ya estas listo para probarlo, solo te queda reinicniar el sistema gráfico con "ctrl"+"alt"+"retroceso"

Si tienes algún problema, por ejemplo que no se inicien la X, simplemente restaura el xorg.conf viejo con:
Código: [Seleccionar]
$sudo rm /etc/X11/xorg.conf
$sudo cp /etc/X11/xorg.conf.old /etc/X11/xorg.conf

Te pongo los enlaces de las 2 fuentes alternativas que he usado para construir el xorg.conf que te propongo:
Dual-head on ATI Radeon 9200 SE under Ubuntu
Suse Monitor Hardware Compatibility List

Saludos....y suerte ;-)

PD: antes de que acabara de postear mi mensaje, has posteado tu último mensaje:
Citar
La única solución "de verdad" creo que sería cambiar de tarjeta gráfica (por una nVidia, por lo que leo).
No. NO y NOOOOOOOOOOOOOO. Me cagonto lo que se menea, las burradas que pone la gente son impresionantes. Ese es uno de los problemas de internet..y tambien su grandeza, es que cualquiera puede decir lo que piensa..aunque no tenga criterio. Arrrg, que burradas.
Es cierto que Nvidia tiene algo mejor soporte, pero una ati puede funcionar estupendamente. A la hora de usar el Google, hay que desarrollar una cierta habilidad selectiva para saber de que fuentes podemos fiarnos.
No tengo miedo a morir, tengo miedo a no vivir.
Married to the Blues

Desconectado Dabo

  • Administrator
  • ******
  • Mensajes: 15348
    • https://www.daboblog.com
Re: ¿Ubuntu o Mandriva?
« Respuesta #15 en: 08 de Enero de 2007, 05:08:25 pm »
Citar
A la hora de usar el Google, hay que desarrollar una cierta habilidad selectiva para saber de que fuentes podemos fiarnos

Cierto -;) tu tranquilo amigo que vas por buen camino pero ante la duda como te han dicho pregunta,bienvenido  ;-)
Hacking, computing, are in my blood, are a part of me, a part of my life...Debian GNU/Linux rules.

Twitter; https://twitter.com/daboblog
Instagram: @daboblog


www.daboblog.com | www.debianhackers.net | www.caborian.com | www.apachectl.com | www.davidhernandez

Desconectado empanada

  • Member
  • ***
  • Mensajes: 307
Re: ¿Ubuntu o Mandriva?
« Respuesta #16 en: 08 de Enero de 2007, 05:34:23 pm »
jeje, pido disculpas, releyendo mi post,veo que mi estilo directo se puede interpretar que tiene cierto grado de agresividad...si es así pido disculpas, no era mi intención.
saludos y buen rollito  :destroyer:
No tengo miedo a morir, tengo miedo a no vivir.
Married to the Blues

Desconectado elmohino

  • Junior Member
  • **
  • Mensajes: 37
Re: ¿Ubuntu o Mandriva?
« Respuesta #17 en: 08 de Enero de 2007, 09:31:03 pm »
Nada. No me deja... Esto es lo que me indica el Nano cuando intento guardarlo:

[ Error guardando '/etc/X11/xorg.conf': Permiso denegado ]

También decir que el comando CONTROL+Insert no responde; debo pegar el texto con el botón derecho del ratón.

De todas formas, sigo agradeciéndote tu interés, empanada.

Desconectado elmohino

  • Junior Member
  • **
  • Mensajes: 37
Re: ¿Ubuntu o Mandriva?
« Respuesta #18 en: 08 de Enero de 2007, 10:30:29 pm »
Bueno, debo decir que al final he solucionado los problemas con la Ati, instalando el siguiente driver:

https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.28.8.run

Aunque primero he tenido que habilitar una cosa llamada "module-assistant" que estaba desactivada en Synaptic. Después he seguido un tutorial con muchos, muchos comandos para la Terminal... y ya tengo mi Ati 9200 funcionando exactamente igual que en Windows. Aunque el fallo:

[ Error guardando '/etc/X11/xorg.conf': Permiso denegado ]

sigue produciéndose.

De todas formas, quiero dar las gracias a ti, empanada, y a todos los que me han intentado ayudar. Aún me queda todo un mundo nuevo por aprender, y creo quizás pueda seguir "abusando" de vuestra amabilidad (la mejor que he visto en muchos foros) con más inconvenientes que, a buen seguro, me irán saliendo en este descubrimiento del Software Libre.

¡¡Gracias!!

Desconectado goldfinger

  • Pro Member
  • ****
  • Mensajes: 606
  • Where there's a will there's a way
    • Das Reboot
Re: ¿Ubuntu o Mandriva?
« Respuesta #19 en: 09 de Enero de 2007, 12:12:59 am »
Citar
[ Error guardando '/etc/X11/xorg.conf': Permiso denegado ]

Seguro que utilizaste sudo?


Este error sucede porque no tienes permisos para guardar cambios en ese archivo, me explico, un tema muy importante en linux es el de los permisos, cada usuario del sistema pertenece a uno/varios grupos y tiene asignados unos permisos, el administrador es el usuario root.
Concretamente, cuando instalas ubuntu se crea un usuario "normal" con ciertos permisos, con el que normalmente inicias sesion, pero el usuario root por defecto no es creado.
Este sistema de está muy bien para no hacer destrozas por error en el sistema, modificar o borrar algún archivo crítico, etc..
Como este tema es algo extenso para explicarlo en pocas líneas, aqui te dejo un enlace:

http://www.zonasiete.org/manual/ch05.html

En concreto lo que te sucede es que el usuario normal no tiene permisos de escritura sobre los archivos del directorio /etc, para esto, hay un comando, muy importante, el comando sudo, sudo otorga ciertos permisos de administrador a un usuario normal, previa autentificación del mismo como usuario legítimo, para ejecutar ciertos comandos, o modificar archivos, etc..
Lo que tienes que hacer para poder guardar cambios en /etc/X11/xorg.conf es abrirlo como administrador (root), para eso utilizas el comando sudo de esta forma, desde el terminal como te lo indicaba empanada:

Código: [Seleccionar]
$ sudo nano /etc/X11/xorg.conf
Password:

El password que tienes que ingresar es el mismo de usuario, una vez introducido podrás editar con nano el archivo y guardar los cambios.

Es intersante que conozcas bien el sistema de usuarios y permisos, así como el funcionamiento del comando sudo.

Un saludo amigo  ;-)

 

Aviso Legal | Política de Privacidad | Política de Cookies

el contenido de la web se rige bajo licencia
Creative Commons License