Quote |
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remainig |
Quote |
4.6 Graphic chip Chips and Technologies F85554 (ct65554) with 4 MByte RAM This chip displays a resolution from "1024x768" with the Xserver "chips" from XFree86 4.1. Some hints form my 'XF86Config': Section "Device" Identifier "Generic Video Card" Driver "chips" Chipset "ct65554" BusID "PCI:0:6:0" VideoRAM 4096 Option "LcdCenter" "true" Option "FixPanelSize" "true" Option "NoStretch" "false" Option "HwCursor" "true" TextClockFreq25.175 End Section Section "Monitor" Identifier "Generic Monitor" HorizSync 25.0 - 64.0 VertRefresh 40.0 - 70.0 Option "DPMS" Mode "640x480" DotClock 28.3 HTimings 640 680 720 864 VTimings 480 488 491 521 EndMode Mode "800x600" DotClock 28.3 HTimings 800 816 856 920 VTimings 600 603 605 618 EndMode Mode "1024x768" DotClock 53.197 HTimings 1024 1032 1176 1344 VTimings 768 771 777 806 EndMode EndSection It even performs well with the kernel's VESA driver and displays a resolution of 1024x768 with 65536 colors on text consoles. To make it work, the following steps are required: The kernel needs some configuration options: CONFIG_FB_VESA=y CONFIG_VIDEO_SELECT=y CONFIG_FBCON_ADVANCED=y CONFIG_FBCON_CFB8=y CONFIG_FBCON_CFB16=y CONFIG_FBCON_CFB24=y CONFIG_FBCON_CFB32=y CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y The new compiled kernel needs to be booted with the append switch "vga=0x317". |