https://bugzilla.kernel.org/show_bug.cgi?id=26552
--- Comment #50 from Helber Maciel Guerra helbermg@gmail.com 2011-02-12 13:36:33 --- On the last i uncomment booth lines on kernel git. Nothing changes, looks Xorg just stop.
The latest lines from Xorg.0.log: [ 258.037] (II) [KMS] Kernel modesetting enabled. [ 258.037] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 258.037] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 258.038] (==) RADEON(0): Default visual is TrueColor [ 258.038] (**) RADEON(0): Option "EnablePageFlip" "true" [ 258.038] (**) RADEON(0): Option "ColorTiling" "true" [ 258.038] (**) RADEON(0): Option "RenderAccel" "true" [ 258.038] (**) RADEON(0): Option "EXAPixmaps" "on" [ 258.038] (**) RADEON(0): Option "SwapbuffersWait" "on" [ 258.038] (==) RADEON(0): RGB weight 888 [ 258.038] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 258.038] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 4200" (ChipID = 0x9712)
Nothing on dmesg too.
My xorg have this: Is this relevant?
Section "Device" Identifier "hd4200" Driver "radeon" Option "ColorTiling" "true" Option "EnablePageFlip" "true" #Option "ScalerWidth" "2048" Option "RenderAccel" "true" Option "EXAPixmaps" "on" #Option "EXAVSync" "off" Option "SwapbuffersWait" "on" #Option "glXSwapBuffers" "on" #Option "AGPFastWrite" "on" EndSection
Section "Screen" Identifier "Default Screen" DefaultDepth 24 SubSection "Display" Virtual 4886 1200 EndSubSection EndSection
What type of result i should expect?