[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RESUELTO]: Driver "radeon" (era: imposible reducir el brillo de la pantalla)



Puedo dar más info:

1. Si pruebo con este xorg.conf:

***
Section "Device"
    Identifier  "ATI"
    Driver      "radeon"
EndSection

Section "Screen"
    Identifier "Default Screen"
    DefaultDepth     24
EndSection

***

El Xorg.0.log termina con:

(EE) No devices detected


2. Si pruebo con:

***
Opción 1. Copia/pega simplificado del que te ha creado aticonfig

Section "Device"
     Identifier  "aticonfig-Device[0]-0"
     Driver      "radeon"
     BusID       "PCI:1:0:0"
EndSection

Section "Screen"
     Identifier "aticonfig-Screen[0]-0"
     Device     "aticonfig-Device[0]-0"
     Monitor    "aticonfig-Monitor[0]-0"
     DefaultDepth     24
     SubSection "Display"
         Viewport   0 0
         Depth     24
     EndSubSection
EndSection
***

Así termina con:

[ 29.024] (WW) RADEON(0): No outputs definitely connected, trying again... [ 29.024] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer [ 29.024] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    29.024]
[    29.024] Backtrace:
[    29.024] 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x7f4eb442fcd6]
[    29.024] 1: /usr/bin/Xorg (0x7f4eb42b1000+0x182829) [0x7f4eb4433829]
[ 29.024] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f4eb35d9000+0xf030) [0x7f4eb35e8030]
[    29.024] 3: /usr/bin/Xorg (xf86SetScrnInfoModes+0x275) [0x7f4eb43704a5]
[ 29.024] 4: /usr/bin/Xorg (xf86InitialConfiguration+0x15a5) [0x7f4eb4373e15] [ 29.024] 5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f4eb0211000+0xd8d4e) [0x7f4eb02e9d4e] [ 29.024] 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f4eb0211000+0xd4cd3) [0x7f4eb02e5cd3]
[    29.025] 7: /usr/bin/Xorg (InitOutput+0x8ba) [0x7f4eb4342a2a]
[    29.025] 8: /usr/bin/Xorg (0x7f4eb42b1000+0x41d26) [0x7f4eb42f2d26]
[ 29.025] 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f4eb2300ead]
[    29.025] 10: /usr/bin/Xorg (0x7f4eb42b1000+0x4219d) [0x7f4eb42f319d]
[    29.025]
[    29.025] Segmentation fault at address (nil)
[    29.025]
Fatal server error:
[    29.025] Caught signal 11 (Segmentation fault). Server aborting
[    29.025]


Reply to: